Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP7658587B2 - Gaming Machines - Google Patents
[go: Go Back, main page]

JP7658587B2 - Gaming Machines - Google Patents

Gaming Machines Download PDF

Info

Publication number
JP7658587B2
JP7658587B2 JP2022023154A JP2022023154A JP7658587B2 JP 7658587 B2 JP7658587 B2 JP 7658587B2 JP 2022023154 A JP2022023154 A JP 2022023154A JP 2022023154 A JP2022023154 A JP 2022023154A JP 7658587 B2 JP7658587 B2 JP 7658587B2
Authority
JP
Japan
Prior art keywords
time
saving
special symbol
game state
symbol
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
JP2022023154A
Other languages
Japanese (ja)
Other versions
JP2023119996A (en
JP2023119996A5 (en
Inventor
直人 菊池
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Universal Entertainment Corp
Original Assignee
Universal Entertainment Corp
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 Universal Entertainment Corp filed Critical Universal Entertainment Corp
Priority to JP2022023154A priority Critical patent/JP7658587B2/en
Publication of JP2023119996A publication Critical patent/JP2023119996A/en
Publication of JP2023119996A5 publication Critical patent/JP2023119996A5/ja
Priority to JP2025044191A priority patent/JP2025089364A/en
Application granted granted Critical
Publication of JP7658587B2 publication Critical patent/JP7658587B2/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 gaming machines, such as pachinko machines.

従来、パチンコ遊技機と呼ばれる遊技機が知られており、このパチンコ遊技機は、一般に、遊技盤に発射された遊技球が転動可能な遊技領域と、この遊技領域に設けられた始動領域と、図柄表示装置と、図柄表示装置を制御する可変表示制御手段とを備える。このような遊技機では、遊技球が始動領域を通過(遊技球の始動口入賞)したことなどの所定の条件が成立すると、可変表示制御手段が図柄表示装置を制御して、図柄表示装置の表示領域上に識別情報(例えば後述の特別図柄等)を変動表示させる。そして、図柄表示装置の表示領域上に最終的に導出表示された識別情報が所定の組合せ(特定の表示態様)となった場合に、遊技状態が遊技者に有利な大当り遊技状態(所謂「大当り」)に移行する。 Conventionally, a gaming machine called a pachinko gaming machine is known, and this pachinko gaming machine generally comprises a gaming area in which a gaming ball launched onto a gaming board can roll, a starting area provided in this gaming area, a pattern display device, and a variable display control means for controlling the pattern display device. In such a gaming machine, when a predetermined condition is met, such as the gaming ball passing through the starting area (entering the starting hole of the gaming ball), the variable display control means controls the pattern display device to variably display identification information (such as a special pattern, which will be described later) on the display area of the pattern display device. Then, when the identification information finally derived and displayed on the display area of the pattern display device forms a predetermined combination (a specific display mode), the gaming state transitions to a jackpot gaming state (a so-called "jackpot") which is advantageous to the player.

また、従来、パチンコ遊技機の主制御回路において、パチンコ遊技機の電断時等に発生する外部割込み要求に応じて、割込み処理を実行するように構成されたパチンコ遊技機が知られている(例えば、特許文献1参照)。 Also, there is known a pachinko game machine in which the main control circuit of the pachinko game machine is configured to execute interrupt processing in response to an external interrupt request that occurs when the power to the pachinko game machine is cut off, etc. (see, for example, Patent Document 1).

このようなパチンコ遊技機の割込み処理では、入力ポートの状態を読み出して、電断信号を検知中であると判定した場合、所定フラグをオンにセットし、他の処理は、当該所定フラグがオンの状態である場合に、所定の電断処理を行うように構成される。 In the interrupt processing of such pachinko gaming machines, the state of the input port is read, and if it is determined that a power interruption signal is being detected, a specified flag is set to on, and other processing is configured to perform a specified power interruption processing if the specified flag is on.

特開2021-53443号公報JP 2021-53443 A

しかしながら、このようなパチンコ遊技機の構成では、割込み処理を開始した後に、他の割込み要因が発生すると、そのような状況を想定してプログラムを作成しなければならず、プログラムが複雑になるとともに、そのサイズが大きくなるという問題がある。また、プログラムが複雑化し、サイズが大きくなるという問題については、上記のような割込みに関連するものだけではない。 However, with this type of pachinko machine configuration, if another interrupt occurs after the interrupt process has started, the program must be written to anticipate that situation, which creates the problem of the program becoming more complex and larger in size. Furthermore, the problem of programs becoming more complex and larger in size is not limited to those related to interrupts as described above.

また、割込み処理を開始した後に、他の割込み要因が発生するという状況を想定するために、電断に係る割込処理を早急に実行することができないという問題が生じ、また、それぞれの割込み要因に対応する割込み処理に関して、実行タイミングや処理順を考慮する必要がある。 In addition, because it is assumed that another interrupt factor may occur after interrupt processing has started, the problem arises that the interrupt processing related to the power cut cannot be executed immediately, and it is necessary to consider the execution timing and processing order for the interrupt processing corresponding to each interrupt factor.

本発明は、このような点に鑑みてなされたものであり、電断が発生した後の他の割込みの発生を制限することができる遊技機を提供することを目的とする。また、割込み処理の対応や他の要因により、プログラムが複雑化し、サイズが大きくなるという問題を解決することができる遊技機を提供することも目的とする。 The present invention was made in consideration of these points, and aims to provide a gaming machine that can limit the occurrence of other interrupts after a power outage occurs. It also aims to provide a gaming machine that can solve the problem of programs becoming complicated and large in size due to interrupt processing and other factors.

上記目的を達成するために、本発明は以下の遊技機を提供する。 To achieve the above objective, the present invention provides the following gaming machine.

本発明の第1の実施態様に係る発明は、下記の構成を有する。
遊技の動作に関する所定制御を行うための第1演算処理(例えば、遊技用エリアに係る処理)と、第1演算処理とは異なる第2演算処理(例えば、領域外エリアに係る処理)とを行う演算処理手段(例えば、メインCPU6201)と、
前記第1演算処理で使用され得る第1記憶領域(例えば、メインRAM6203の遊技用エリア)と、
前記第2演算処理で使用され得る第2記憶領域(例えば、メインRAM6203の領域外エリア)と、を備え、
第1記憶領域のスタックエリアに係るスタックポインタと第2記憶領域のスタックエリアに係るスタックポインタは個別に管理され、
第2演算処理を最初に呼び出したときに、第2記憶領域のスタックエリアに係るスタックポインタに関して設定処理が可能であり、
電源投入をした際に、前記第1記憶領域、及び第2記憶領域の少なくとも一部をクリアすることが実行可能であり、
前記第2記憶領域をクリアする際に、前記第2記憶領域のクリア範囲を、前記第1記憶領域のクリア範囲に対応付けられた判定データ(例えば、メインRAM6203の遊技用エリアに係るクリア範囲先頭アドレスの下位1バイト)に応じて設定可能とし、
前記判定データを前記第2記憶領域とは異なる領域(例えば、所定のレジスタ)に記憶した状態で、前記第2記憶領域のクリア範囲をクリア可能であり、
表示されるべき遊技に関する情報について、第1レジスタの値と第2レジスタの値を2倍することで第1方向へシフトし、その後、第2レジスタの値を第1方向とは異なる第2方向へシフトし、第1記憶領域の所定領域に記憶された状態となることで、表示することが可能となり、
所定のデータが、指定した最大値以上である場合に、第3レジスタが示すアドレスの領域に0をセットするとともに、第4レジスタにも0を記憶し、指定した最大値未満である場合に、第3レジスタが示すアドレスの領域に0以外の値をセットするとともに、第4レジスタにも0以外の値を記憶し、
所定の割込み制御を行うことが可能であり、
性能表示モニタに関する処理を行うことが可能であることを特徴とする遊技機。
The invention according to the first embodiment of the present invention has the following configuration.
A calculation processing means (e.g., a main CPU 6201) that performs a first calculation process (e.g., a process related to a game area) for performing a predetermined control related to a game operation, and a second calculation process (e.g., a process related to an outside area) different from the first calculation process;
A first storage area (e.g., a gaming area of the main RAM 6203) that can be used in the first arithmetic process;
a second storage area (e.g., an area outside the main RAM 6203) that can be used in the second arithmetic process;
a stack pointer relating to the stack area of the first storage area and a stack pointer relating to the stack area of the second storage area are managed separately;
When the second arithmetic operation is first called, a setting process can be performed on a stack pointer related to a stack area of the second storage area;
When power is turned on, clearing at least a part of the first storage area and the second storage area is executable;
When clearing the second storage area, the clear range of the second storage area can be set according to determination data (e.g., the lowest byte of the clear range head address related to the game area of the main RAM 6203) associated with the clear range of the first storage area;
The clear range of the second storage area can be cleared in a state in which the determination data is stored in an area (e.g., a predetermined register) different from the second storage area,
The information relating to the game to be displayed is shifted in a first direction by doubling the value of the first register and the value of the second register, and then the value of the second register is shifted in a second direction different from the first direction, and the information is stored in a predetermined area of the first storage area, whereby the information can be displayed.
If the predetermined data is equal to or greater than a specified maximum value, set 0 in the address area indicated by the third register and also store 0 in the fourth register; if the predetermined data is less than the specified maximum value, set a value other than 0 in the address area indicated by the third register and also store a value other than 0 in the fourth register ;
It is possible to perform predetermined interrupt control,
A gaming machine capable of performing processing relating to a performance display monitor .

上記構成の遊技機によれば、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、当該他の割込みを想定した処理のために分岐命令を記載しなくて済み、結果的に、プログラムの構成が簡潔になるとともに、サイズを小さくすることができる。 In a gaming machine with the above configuration, the interrupt cause mask can be used to limit the occurrence of other interrupts after a power outage, making it unnecessary to write branch instructions to process the other interrupts. As a result, the program can be simplified and made smaller in size.

また、上記構成の遊技機によれば、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、電断の検知後、早急に電断に係る処理を実行することができ、また、当該他の割込みによる処理との実行タイミングや処理順を考慮する必要がなくなる。 In addition, with the gaming machine configured as described above, the configuration that utilizes the interrupt cause mask can limit the occurrence of other interrupts after a power outage occurs, so that processing related to the power outage can be executed immediately after the power outage is detected, and there is no need to consider the execution timing or processing order of the processing caused by the other interrupts.

さらに、他の割込みに処理においても、電断発生時の割込み処理を含む他の割込み処理の実行タイミングや処理順を考慮する必要がなく、設計の自由度が向上する。 Furthermore, when processing other interrupts, there is no need to consider the execution timing or processing order of other interrupt processes, including interrupt processes when a power outage occurs, improving design freedom.

また、割込み要因に関連するものだけでなく、プログラムが複雑化し、サイズが大きくなるという問題を解決することができる。 It also solves problems related not only to interrupt factors, but also to programs becoming more complex and larger in size.

第1のパチンコ遊技機を前方向右斜め上から見たときの外観を示す斜視図の一例である。1 is an example of a perspective view showing the appearance of the first pachinko gaming machine when viewed diagonally from above and to the front right. 第1のパチンコ遊技機を前方向右斜め上から見たときの分解斜視図の一例である。1 is an example of an exploded perspective view of the first pachinko gaming machine when viewed diagonally from above and to the front right. 第1のパチンコ遊技機を後方向右斜め上から見たときの外観を示す斜視図の一例である。1 is an example of a perspective view showing the appearance of the first pachinko gaming machine when viewed diagonally from above and to the right in the rear direction. 第1のパチンコ遊技機の遊技盤ユニットの外観を示す正面図の一例である。1 is an example of a front view showing the appearance of a game board unit of a first pachinko game machine. FIG. 第1のパチンコ遊技機のLEDユニットを示す正面図の一例である。1 is an example of a front view showing an LED unit of the first pachinko gaming machine. 第1のパチンコ遊技機の制御回路を示すブロック図の一例である。2 is an example of a block diagram showing a control circuit of the first pachinko gaming machine; パチンコ遊技機の遊技フローの一例である。1 is an example of a game flow of a pachinko game machine. 遊技状態の遷移を示す遊技状態遷移図の一例である。13 is an example of a game state transition diagram showing the transition of a game state. 第1のパチンコ遊技機における設定値毎の大当り確率(概算)を示すテーブルの一例である。1 is an example of a table showing the jackpot probability (estimate) for each setting value in a first pachinko gaming machine. 第1のパチンコ遊技機における特別図柄の当り判定テーブルの一例である。13 is an example of a special symbol winning determination table in the first pachinko gaming machine. 第1のパチンコ遊技機における特別図柄判定テーブルの一例である。13 is an example of a special symbol determination table in the first pachinko gaming machine. (A)第1のパチンコ遊技機における特別図柄停止態様決定テーブルの一例、(B)第1のパチンコ遊技機における装飾図柄停止態様決定テーブルの一例である。1A is an example of a special symbol stopping mode determination table in a first pachinko gaming machine; and FIG. 1B is an example of a decorative symbol stopping mode determination table in a first pachinko gaming machine. 第1のパチンコ遊技機における当り種類決定テーブルの一例である。13 is an example of a winning type determination table in the first pachinko gaming machine. 図13に示される当り種類決定テーブルの変形例である。This is a modified example of the winning type determination table shown in FIG. 第1のパチンコ遊技機の特別図柄の変動パターンテーブルの一例である。13 is an example of a special symbol variation pattern table of the first pachinko gaming machine. 第1のパチンコ遊技機の普通図柄の当り判定テーブルの一例である。13 is an example of a winning determination table for normal symbols of the first pachinko gaming machine. 第1のパチンコ遊技機がの普通図柄判定テーブルの一例である。1 is an example of a normal symbol determination table for a first pachinko gaming machine. 第1のパチンコ遊技機の普通図柄当り種類決定テーブルの一例である。13 is an example of a normal symbol winning type determination table for the first pachinko gaming machine. 第1のパチンコ遊技機の普通図柄の変動パターンテーブルの一例である。13 is an example of a normal symbol variation pattern table for the first pachinko gaming machine. 第1のパチンコ遊技機における主制御メイン処理の一例を示すフローチャート(その1)である。1 is a flowchart (part 1) showing an example of a main control process in a first pachinko gaming machine. 第1のパチンコ遊技機における主制御メイン処理の一例を示すフローチャート(その2)である。11 is a flowchart (part 2) showing an example of the main control main processing in the first pachinko gaming machine. 第1のパチンコ遊技機における主制御メイン処理の一例を示すフローチャート(その3)である。11 is a flowchart (part 3) showing an example of the main control main processing in the first pachinko gaming machine. 第1のパチンコ遊技機における主制御メイン処理の一例を示すフローチャート(その4)である。11 is a flowchart (part 4) showing an example of the main control main processing in the first pachinko gaming machine. 第1のパチンコ遊技機における起動時初期設定処理の一例を示すフローチャートである。13 is a flowchart showing an example of an initial setting process at startup in the first pachinko gaming machine. 第1のパチンコ遊技機における電断処理の一例を示すフローチャートである。13 is a flowchart showing an example of a power cut process in the first pachinko gaming machine. 第1のパチンコ遊技機における特別図柄制御処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol control process in the first pachinko gaming machine. 第1のパチンコ遊技機における特別図柄管理処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol management process in the first pachinko gaming machine. 第1のパチンコ遊技機における特別図柄可変表示開始処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol variable display start process in the first pachinko gaming machine. 第1のパチンコ遊技機における特別図柄可変表示終了処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol variable display ending process in the first pachinko gaming machine. 第1のパチンコ遊技機における特別図柄遊技判定処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol game determination process in the first pachinko gaming machine. 第1のパチンコ遊技機における特別図柄遊技終了処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol game ending process in the first pachinko gaming machine. 第1のパチンコ遊技機の時短管理処理の一例を示すフローチャートである。13 is a flowchart showing an example of a time-saving management process of the first pachinko gaming machine. 第1のパチンコ遊技機のカウンタ更新処理の一例を示すフローチャートである。13 is a flowchart showing an example of a counter update process of the first pachinko gaming machine. 第1のパチンコ遊技機の時短カウンタ更新処理の一例を示すフローチャートである。13 is a flowchart showing an example of a time-saving counter update process of the first pachinko gaming machine. 第1のパチンコ遊技機の天井カウンタ更新処理の一例を示すフローチャートである。13 is a flowchart showing an example of a ceiling counter update process of the first pachinko gaming machine. 第1のパチンコ遊技機のカウンタ判定処理の一例を示すフローチャートである。13 is a flowchart showing an example of a counter determination process of the first pachinko gaming machine. 第1のパチンコ遊技機の時短移行判定処理の一例を示すフローチャートである。13 is a flowchart showing an example of a time-saving transition determination process of a first pachinko gaming machine. 第1のパチンコ遊技機の時短移行処理の一例を示すフローチャートである。13 is a flowchart showing an example of a time-saving transition process of a first pachinko gaming machine. 第1のパチンコ遊技機の時短設定処理の一例を示すフローチャートである。13 is a flowchart showing an example of a time-saving setting process of the first pachinko gaming machine. 第1のパチンコ遊技機における大入賞口開放準備処理の一例を示すフローチャートである。13 is a flowchart showing an example of a large prize opening preparation process in the first pachinko gaming machine. 第1のパチンコ遊技機における大入賞口開放制御処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special prize opening control process in the first pachinko gaming machine. 第1のパチンコ遊技機における大当り終了処理の一例を示すフローチャートである。13 is a flowchart showing an example of a jackpot end process in the first pachinko gaming machine. 第1のパチンコ遊技機における普通図柄制御処理の一例を示すフローチャートである。13 is a flowchart showing an example of normal symbol control processing in the first pachinko gaming machine. 第1のパチンコ遊技機における外部マスカブル割込処理の一例を示すフローチャートである。13 is a flowchart showing an example of external maskable interrupt processing in the first pachinko gaming machine. 第1のパチンコ遊技機におけるシステムタイマ割込処理の一例を示すフローチャートである。13 is a flowchart showing an example of a system timer interrupt process in the first pachinko gaming machine. 第1のパチンコ遊技機における設定制御処理の一例を示すフローチャートである。13 is a flowchart showing an example of a setting control process in the first pachinko gaming machine. 第1のパチンコ遊技機における設定変更処理の一例を示すフローチャートである。13 is a flowchart showing an example of a setting change process in the first pachinko gaming machine. 第1のパチンコ遊技機における設定確認処理の一例を示すフローチャートである。13 is a flowchart showing an example of a setting confirmation process in the first pachinko gaming machine. 第1のパチンコ遊技機における第1通常遊技前処理の一例を示すフローチャートである。13 is a flowchart showing an example of a first normal game pre-processing in a first pachinko gaming machine. 第1のパチンコ遊技機における第2通常遊技前処理の一例を示すフローチャートである。13 is a flowchart showing an example of a second normal game pre-processing in the first pachinko gaming machine. 第1のパチンコ遊技機におけるスイッチ入力検出処理の一例を示すフローチャートである。13 is a flowchart showing an example of a switch input detection process in the first pachinko gaming machine. 第1のパチンコ遊技機における始動口入賞検出処理の一例を示すフローチャートである。13 is a flowchart showing an example of a starting hole winning detection process in the first pachinko gaming machine. 第1のパチンコ遊技機におけるサブ制御回路処理の一例を示すフローチャートである。13 is a flowchart showing an example of a sub-control circuit process in the first pachinko gaming machine. 第1のパチンコ遊技機の通常遊技状態におけるサブ変動演出パターン決定テーブルの一例である。13 is an example of a sub-variable presentation pattern determination table in the normal game mode of the first pachinko gaming machine. 第1のパチンコ遊技機における先読み当り種別演出パターン決定テーブル番号決定テーブルの一例である。13 is an example of a table for determining a pre-reading winning type presentation pattern in the first pachinko gaming machine. 第1のパチンコ遊技機における先読み当り種別演出パターン決定テーブルの一例である。13 is an example of a pre-reading winning type presentation pattern determination table in the first pachinko gaming machine. 第1のパチンコ遊技機における先読み期待値演出パターン決定テーブル(当り時)の一例である。13 is an example of a look-ahead expected value presentation pattern determination table (when a winning combination occurs) in the first pachinko gaming machine. 第1のパチンコ遊技機における先読み期待値演出パターン決定テーブル(ハズレ時)の一例である。13 is an example of a look-ahead expected value presentation pattern determination table (when losing) in the first pachinko gaming machine. 第1のパチンコ遊技機における先読み演出パターン決定処理を示すフローチャートの一例である。13 is an example of a flowchart showing a process for determining a pre-reading presentation pattern in a first pachinko gaming machine. 第1のパチンコ遊技機の先読み演出パターンの一例であって、大当り系先読み演出形態が変化する過程を示す図である。This is an example of a look-ahead presentation pattern of the first pachinko gaming machine, and shows the process by which the jackpot-related look-ahead presentation format changes. 第1のパチンコ遊技機の先読み演出パターンの一例であって、時短当り系先読み演出形態が変化する過程を示す図である。This is an example of a look-ahead presentation pattern of the first pachinko gaming machine, and shows the process by which the time-saving hit look-ahead presentation form changes. 第1のパチンコ遊技機の先読み演出パターンの一例であって、共通当り系先読み演出形態から大当り系先読み演出形態に保留画像が変化する過程を示す図である。This is an example of a look-ahead presentation pattern for the first pachinko gaming machine, and shows the process by which the reserved image changes from a common win type look-ahead presentation form to a big win type look-ahead presentation form. 第1のパチンコ遊技機の先読み演出パターンの一例であって、専用の共通当り系先読み演出形態から大当り系先読み演出形態に保留画像が変化する過程を示す図である。This is an example of a look-ahead presentation pattern for the first pachinko gaming machine, showing the process by which the reserved image changes from a dedicated common win type look-ahead presentation form to a jackpot type look-ahead presentation form. 第1のパチンコ遊技機の先読み演出パターンの一例であって、専用の共通当り系先読み演出形態から時短当り系先読み演出形態に保留画像が変化する過程を示す図である。This is an example of a look-ahead presentation pattern for the first pachinko gaming machine, and shows the process by which the reserved image changes from a dedicated common win type look-ahead presentation form to a time-saving win type look-ahead presentation form. 第1のパチンコ遊技機の機外に出力される信号の出力条件の一例を示す表である。11 is a table showing an example of output conditions for signals output to the outside of the first pachinko gaming machine. 第1のパチンコ遊技機の機外に出力される信号のうち、「賞球情報1」の信号のタイミングチャートの一例である。This is an example of a timing chart of the signal "prize ball information 1" among the signals outputted to the outside of the first pachinko gaming machine. 第1のパチンコ遊技機におけるエラーの概要の一例を示す表である。11 is a table showing an example of an overview of errors in the first pachinko gaming machine. 第1のパチンコ遊技機において、遊技状態に応じて機外に出力される信号の出力条件の一例を示す表である。11 is a table showing an example of output conditions for signals output to the outside of the first pachinko gaming machine depending on the gaming status. 第2のパチンコ遊技機の遊技盤ユニットの外観を示す正面図の一例である。13 is an example of a front view showing the appearance of a game board unit of the second pachinko game machine. FIG. 第2のパチンコ遊技機の制御回路を示すブロック図の一例である。FIG. 13 is an example of a block diagram showing a control circuit of a second pachinko gaming machine. 第2のパチンコ遊技機における特別図柄の当り判定テーブルの一例である。13 is an example of a special symbol winning determination table in the second pachinko gaming machine. 第2のパチンコ遊技機における特別図柄判定テーブルの一例である。13 is an example of a special symbol determination table in the second pachinko gaming machine. 第2のパチンコ遊技機における当り種類決定テーブルの一例である。13 is an example of a winning type determination table in the second pachinko gaming machine. 第2のパチンコ遊技機の低スタート用の特別図柄の変動パターンテーブルの一例である。13 is an example of a variation pattern table of special symbols for a low start of the second pachinko gaming machine. 第2のパチンコ遊技機の高スタート用の特別図柄の変動パターンテーブルの一例である。13 is an example of a variation pattern table of special symbols for a high start of the second pachinko gaming machine. 第2のパチンコ遊技機における特別図柄制御処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol control process in the second pachinko gaming machine. 第2のパチンコ遊技機における特別図柄管理処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol management process in the second pachinko gaming machine. 第2のパチンコ遊技機における特別図柄可変表示開始処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol variable display start process in the second pachinko gaming machine. 第2のパチンコ遊技機における特別図柄可変表示終了処理の一例を示すフローチャート(その1)である。13 is a flowchart (part 1) showing an example of a special symbol variable display ending process in the second pachinko gaming machine. 第2のパチンコ遊技機における特別図柄可変表示終了処理の一例を示すフローチャート(その2)である。13 is a flowchart (part 2) showing an example of a special symbol variable display ending process in the second pachinko gaming machine. 第2のパチンコ遊技機における特別図柄遊技判定処理の一例を示すフローチャート(その1)である。13 is a flowchart (part 1) showing an example of a special pattern game determination process in a second pachinko gaming machine. 第2のパチンコ遊技機における特別図柄遊技判定処理の一例を示すフローチャート(その2)である。13 is a flowchart (part 2) showing an example of a special pattern game determination process in the second pachinko game machine. 第2のパチンコ遊技機における特別図柄遊技終了処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol game ending process in the second pachinko gaming machine. 第2のパチンコ遊技機における大入賞口開放準備処理の一例を示すフローチャートである。13 is a flowchart showing an example of a preparation process for opening a large prize opening in a second pachinko gaming machine. 第2のパチンコ遊技機における大入賞口開放制御処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special prize opening control process in the second pachinko gaming machine. 第2のパチンコ遊技機における大当り終了処理の一例を示すフローチャートである。13 is a flowchart showing an example of a jackpot end process in the second pachinko gaming machine. 第3のパチンコ遊技機の遊技盤ユニットの外観を示す正面図の一例である。13 is an example of a front view showing the appearance of a game board unit of the third pachinko game machine. FIG. 第3のパチンコ遊技機の制御回路を示すブロック図の一例である。13 is an example of a block diagram showing a control circuit of the third pachinko gaming machine. 第3のパチンコ遊技機における特別図柄の当り判定テーブルの一例である。13 is an example of a special symbol winning determination table in the third pachinko gaming machine. 第3のパチンコ遊技機における特別図柄判定テーブルの一例である。13 is an example of a special symbol determination table in the third pachinko gaming machine. 第3のパチンコ遊技機における当り種類決定テーブルの一例である。13 is an example of a winning type determination table in the third pachinko gaming machine. 第3のパチンコ遊技機における特別図柄の変動パターンテーブルの一例である。13 is an example of a special symbol variation pattern table in the third pachinko gaming machine. 第3のパチンコ遊技機における特別図柄制御処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol control process in the third pachinko gaming machine. 第3のパチンコ遊技機における特別図柄管理処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol management process in the third pachinko gaming machine. 第3のパチンコ遊技機における特別図柄可変表示開始処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol variable display start process in the third pachinko gaming machine. 第3のパチンコ遊技機における特別図柄可変表示終了処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol variable display ending process in the third pachinko gaming machine. 第3のパチンコ遊技機における特別図柄遊技判定処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol game determination process in the third pachinko gaming machine. 第3のパチンコ遊技機における特別図柄遊技終了処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special symbol game ending process in the third pachinko gaming machine. 第3のパチンコ遊技機におけるV入賞装置開放準備処理の一例を示すフローチャートである。A flowchart showing an example of a V winning device opening preparation process in a third pachinko gaming machine. 第3のパチンコ遊技機におけるV入賞装置開放制御処理の一例を示すフローチャートである。A flowchart showing an example of a V winning device opening control process in the third pachinko gaming machine. 第3のパチンコ遊技機における大入賞口開放準備処理の一例を示すフローチャートである。13 is a flowchart showing an example of a large prize opening preparation process in the third pachinko gaming machine. 第3のパチンコ遊技機における大入賞口開放制御処理の一例を示すフローチャートである。13 is a flowchart showing an example of a special prize opening control process in the third pachinko gaming machine. 第3のパチンコ遊技機における大当り終了処理の一例を示すフローチャートである。13 is a flowchart showing an example of a jackpot end process in the third pachinko gaming machine. 拡張例の大当り遊技制御処理の実行中における特定のラウンド遊技において、大入賞口の開放タイミングと特定領域の開放タイミングとの関係を示すタイムチャートの一例であって、(A)特定領域の開放態様が第1開放態様である場合、(B)特定領域の開放態様が第2開放態様である場合、(C)特定領域の開放態様が第3開放態様である場合、を示す図である。This is an example of a time chart showing the relationship between the opening timing of the large prize opening and the opening timing of a specific area in a specific round of play during execution of an extended example of a large prize game control process, and shows the cases where (A) the opening mode of the specific area is the first opening mode, (B) the opening mode of the specific area is the second opening mode, and (C) the opening mode of the specific area is the third opening mode. 拡張例における特別図柄判定テーブルの一例である。13 is an example of a special symbol determination table in an extended example. 拡張例における大当り種類決定テーブルの一例である。This is an example of a jackpot type determination table in an extended example. 拡張例の大当り遊技制御処理の実行中における特定のラウンド遊技において、大入賞口の開放タイミングと特定領域の開放タイミングとの関係を示すタイムチャートの他の例であって、(A)特定領域の開放態様が第1開放態様である場合、(B)特定領域の開放態様が第2開放態様である場合、を示す図である。This is another example of a time chart showing the relationship between the opening timing of the large prize opening and the opening timing of a specific area in a specific round of play during execution of an extended example of a large prize game control process, showing (A) a case where the opening mode of the specific area is the first opening mode, and (B) a case where the opening mode of the specific area is the second opening mode. 本発明の第3実施形態に係るパチンコ遊技機の回路構成を示すブロック図である。A block diagram showing the circuit configuration of a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機のメインCPUが有する各種レジスタの構成図である。A configuration diagram of various registers possessed by the main CPU of a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機の主制御回路のメモリマップを示す図である。A diagram showing a memory map of a main control circuit of a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態における、メインRAMクリア処理の概要を説明するための図である。FIG. 13 is a diagram for explaining an overview of a main RAM clear process in the third embodiment of the present invention. 本発明の第3実施形態における、メインRAMクリア処理の概要を説明するための図である。FIG. 13 is a diagram for explaining an overview of a main RAM clear process in the third embodiment of the present invention. 本発明の第3実施形態における、電断検知に係る外部割込み処理の概要を説明するための図である。FIG. 13 is a diagram for explaining an overview of external interrupt processing related to power interruption detection in the third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される主制御メイン処理を示すフローチャートである。13 is a flowchart showing a main control process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される主制御メイン処理を示すフローチャートである。13 is a flowchart showing a main control process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される主制御メイン処理を示すフローチャートである。13 is a flowchart showing a main control process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される指定領域CRC検査処理を示すフローチャートである。13 is a flowchart showing a designated area CRC inspection process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される起動状態チェック処理を示すフローチャートである。13 is a flowchart showing a startup status check process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される指定範囲クリア処理を示すフローチャートである。13 is a flowchart showing a designated range clearing process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される領域外指定領域クリア処理を示すフローチャートである。13 is a flowchart showing an outside area designated area clearing process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行されるデータ格納処理を示すフローチャートである。13 is a flowchart showing a data storage process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される設定変更確認処理を示すフローチャートである。13 is a flowchart showing a setting change confirmation process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される設定変更確認処理を示すフローチャートである。13 is a flowchart showing a setting change confirmation process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される電断判定処理を示すフローチャートである。13 is a flowchart showing a power interruption determination process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される電断設定処理を示すフローチャートである。13 is a flowchart showing a power cut setting process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される指定領域CRC生成処理を示すフローチャートである。13 is a flowchart showing a designated area CRC generation process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される性能表示モニタ集計除算処理を示すフローチャートである。13 is a flowchart showing a performance display monitor tallying and dividing process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される領域外RAMクリアチェック処理を示すフローチャートである。13 is a flowchart showing an out-of-area RAM clear check process executed in a pachinko gaming machine according to the third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される主制御コマンド送受信処理を示すフローチャートである。13 is a flowchart showing a main control command transmission and reception process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される主制御コマンド送信開始処理を示すフローチャートである。13 is a flowchart showing a main control command transmission start process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される外部マスカブル割込み処理を示すフローチャートである。13 is a flowchart showing an external maskable interrupt process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行されるシステムタイマ割込み処理を示すフローチャートである。13 is a flowchart showing a system timer interrupt process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行されるスイッチ入力検知処理を示すフローチャートである。13 is a flowchart showing a switch input detection process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される異常状態監視処理を示すフローチャートである。13 is a flowchart showing an abnormal state monitoring process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される異常状態監視処理(領域外)を示すフローチャートである。13 is a flowchart showing an abnormal state monitoring process (outside area) executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される遊技LED点灯データ出力処理を示すフローチャートである。13 is a flowchart showing a game LED lighting data output process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される遊技状態情報更新処理を示すフローチャートである。13 is a flowchart showing a game status information update process executed in a pachinko gaming machine according to a third embodiment of the present invention. 本発明の第3実施形態に係るパチンコ遊技機において実行される演出制御コマンド送信処理を示すフローチャートである。13 is a flowchart showing a performance control command transmission process executed in a pachinko gaming machine according to the third embodiment of the present invention.

本発明の第1実施形態にかかる遊技機の一例として、第1のパチンコ遊技機、第2のパチンコ遊技機、および第3のパチンコ遊技機を例に挙げて説明する。 As examples of gaming machines according to the first embodiment of the present invention, a first pachinko gaming machine, a second pachinko gaming machine, and a third pachinko gaming machine will be described.

なお、この明細書において、特に断りがない限り、パチンコ遊技機の正面側を前方向、パチンコ遊技機の背面側を後方向、パチンコ遊技機を前方から見たときの左側を左方向、パチンコ遊技機を前方から見たときの右側を右方向、パチンコ遊技機の上側を上方向、パチンコ遊技機の下側を下方向、パチンコ遊技機を前方から見たときの時計回りの方向を右回り方向、その逆に反時計回りの方向を左回り方向として定義する。 In this specification, unless otherwise specified, the front side of the pachinko machine is defined as the front direction, the back side of the pachinko machine is defined as the rear direction, the left side when viewed from the front is defined as the left direction, the right side when viewed from the front is defined as the right direction, the top side of the pachinko machine is defined as the up direction, the bottom side of the pachinko machine is defined as the down direction, the clockwise direction when viewed from the front is defined as the rightward direction, and the conversely, the counterclockwise direction is defined as the leftward direction.

第1のパチンコ遊技機および第2のパチンコ遊技機は、いずれも、デジパチと称される所謂1種タイプのパチンコ遊技機である。このうち、第1のパチンコ遊技機は、第1特別図柄と第2特別図柄とが並行して可変表示されることがなくいずれか一方のみが可変表示されるパチンコ遊技機である。これに対し、第2のパチンコ遊技機は、第1特別図柄と第2特別図柄とが並行して可変表示可能なパチンコ遊技機である。 The first pachinko gaming machine and the second pachinko gaming machine are both so-called type one pachinko gaming machines known as digital pachinko. Of these, the first pachinko gaming machine is a pachinko gaming machine in which the first special symbol and the second special symbol are not variably displayed in parallel, but only one of them is variably displayed. In contrast, the second pachinko gaming machine is a pachinko gaming machine in which the first special symbol and the second special symbol can be variably displayed in parallel.

また、第3のパチンコ遊技機は、デジパチと称される所謂1種タイプの遊技機と羽根モノと称される2種タイプの遊技機とを混合した1種2種混合機と称されるパチンコ遊技機である。この明細書で説明する第3のパチンコ遊技機も、第1特別図柄および第2特別図柄を有するが、この明細書では、第1特別図柄と第2特別図柄とが並行して可変表示されることがなくいずれか一方のみが可変表示されるものを例に挙げて説明する。ただし、第1特別図柄と第2特別図柄とが並行して可変表示可能な1種2種混合機のパチンコ遊技機を排除する趣旨ではない。 The third pachinko gaming machine is a pachinko gaming machine called a type 1/2 mixed machine, which is a combination of a type 1 gaming machine called a digital pachinko machine and a type 2 gaming machine called a feather mono. The third pachinko gaming machine described in this specification also has a first special symbol and a second special symbol, but this specification describes an example in which the first special symbol and the second special symbol are not variably displayed in parallel, but only one of them is variably displayed. However, this is not intended to exclude type 1/2 mixed pachinko gaming machines in which the first special symbol and the second special symbol can be variably displayed in parallel.

なお、この明細書において、単に「特別図柄」と称するときは、とくに言及しない限り、第1特別図柄および第2特別図柄の両方を意味するものとする。 In this specification, when the term "special design" is used, it means both the first special design and the second special design unless otherwise specified.

また、本明細書でいう「可変表示」とは、例えば、図柄が変動して表示される「変動表示」、および、図柄が停止して表示される「停止表示」等の両方を含む概念であり、変動表示の開始から停止表示されるまでの動作を1回の「可変表示」と称する。変動表示している図柄が停止表示(以下、「導出」とも称する)されると、後述する特別図柄の当り判定処理(以下、「特別図柄抽選」もと称する)の結果や普通図柄の当り判定処理(以下、「普通図柄抽選」とも称する)の結果が確定する。なお、図柄が見掛け上は停止しているように見えるものの、特別図柄の当り判定処理や普通図柄の当り判定処理の結果が確定しない態様(例えば仮停止した態様)で図柄が表示される場合もあるが、このような態様は上記の変動表示に含まれる。なお、図柄が例えば仮停止した場合であっても、この時点では特別図柄の当り判定処理や普通図柄の当り判定処理の結果が確定していないため、再び図柄を変動表示させることができる。 In addition, the term "variable display" in this specification includes, for example, both "variable display" in which the pattern is displayed by changing, and "stop display" in which the pattern is displayed by stopping, and the operation from the start of the variable display to the stop display is called one "variable display". When the variable display pattern is stopped (hereinafter also referred to as "derivation"), the result of the special pattern hit determination process (hereinafter also referred to as "special pattern lottery") and the result of the normal pattern hit determination process (hereinafter also referred to as "normal pattern lottery") described later are determined. Note that although the pattern appears to be stopped, there are cases where the pattern is displayed in a state where the result of the special pattern hit determination process or the normal pattern hit determination process is not determined (for example, a state where it is temporarily stopped), and such a state is included in the variable display. Note that even if the pattern is temporarily stopped, for example, the result of the special pattern hit determination process or the normal pattern hit determination process is not determined at this point, so the pattern can be displayed again by changing.

また、この明細書において、第1のパチンコ遊技機、第2のパチンコ遊技機および第3のパチンコ遊技機を説明するにあたり、いずれも特別図柄の数が2つ(第1特別図柄、第2特別図柄)の場合を例に挙げて説明する。ただし、第1のパチンコ遊技機および第3のパチンコ遊技機については、特別図柄の数は1つであっても良い。 In addition, in this specification, when explaining the first pachinko gaming machine, the second pachinko gaming machine, and the third pachinko gaming machine, the case where there are two special symbols (a first special symbol and a second special symbol) will be explained as an example. However, for the first pachinko gaming machine and the third pachinko gaming machine, the number of special symbols may be one.

[1.第1のパチンコ遊技機]
先ず、第1のパチンコ遊技機について説明する。
[1. The first pachinko game machine]
First, the first pachinko gaming machine will be described.

第1特別図柄と第2特別図柄とが並行して可変表示されることがなくいずれか一方のみが可変表示されるパチンコ遊技機としては、第1特別図柄の可変表示および第2特別図柄の可変表示が保留されている場合に、例えば第1特別図柄の始動条件よりも第2特別図柄の始動条件が優先して成立するパチンコ遊技機(以下、「優先変動機」と称する)と、第1始動口および第2始動口を含めて入賞順に始動条件が成立するパチンコ遊技機(以下、「順次変動機」と称する)とがある。 As for pachinko gaming machines in which the first and second special symbols are not displayed in parallel, but only one of them is displayed, there are pachinko gaming machines in which, when the variable display of the first special symbol and the variable display of the second special symbol are on hold, the starting conditions of the second special symbol are established with priority over the starting conditions of the first special symbol (hereinafter referred to as a "priority variable machine"), and pachinko gaming machines in which the starting conditions are established in the order of winning, including the first and second starting holes (hereinafter referred to as a "sequential variable machine").

優先変動機では、第1特別図柄の始動条件は、第1特別図柄および第2特別図柄のいずれもが可変表示中でないこと、大当り遊技状態等でないこと、第2特別図柄の可変表示が保留されていないこと、並びに、第1特別図柄の可変表示が保留されていること等、一定の要件を全て満たす場合に成立する。また、優先変動機において、第2特別図柄の始動条件は、第1特別図柄および第2特別図柄のいずれもが可変表示中でないこと、大当り遊技状態等でないこと、並びに、第2特別図柄の可変表示が保留されていること等、一定の要件を全て満たす場合に成立する。 In a priority variable machine, the start conditions for the first special symbol are met when certain requirements are met, such as neither the first nor the second special symbol being in a variable display, the game not being in a jackpot game state, the variable display of the second special symbol not being on hold, and the variable display of the first special symbol being on hold. Also, in a priority variable machine, the start conditions for the second special symbol are met when certain requirements are met, such as neither the first nor the second special symbol being in a variable display, the game not being in a jackpot game state, and the variable display of the second special symbol being on hold.

また、順次変動機では、第1特別図柄の始動条件は、第1特別図柄および第2特別図柄のいずれもが可変表示中でないこと、大当り遊技状態等でないこと、第1特別図柄の可変表示が保留されていること、並びに、最先の保留が第1特別図柄の可変表示の保留であること、を少なくとも全て満たす場合に成立する。また、順次変動機において、第2特別図柄の始動条件は、第1特別図柄および第2特別図柄のいずれもが可変表示中でないこと、大当り遊技状態等でないこと、第2特別図柄の可変表示が保留されていること、並びに、最先の保留が第2特別図柄の可変表示の保留であること、を少なくとも全て満たす場合に成立する。 In a sequential variable machine, the start conditions for the first special symbol are met when at least all of the following are met: neither the first special symbol nor the second special symbol is being displayed in a variable manner, the game is not in a jackpot game state, the variable display of the first special symbol is on hold, and the earliest reserved symbol is the reserved variable display of the first special symbol. In a sequential variable machine, the start conditions for the second special symbol are met when at least all of the following are met: neither the first special symbol nor the second special symbol is being displayed in a variable manner, the game is not in a jackpot game state, the variable display of the second special symbol is on hold, and the earliest reserved symbol is the reserved variable display of the second special symbol.

以下では、優先変動機を例に挙げて説明する。 The following explains using a priority variable machine as an example.

[1-1.外観構成]
図1は、第1のパチンコ遊技機を前方向右斜め上から見たときの外観を示す斜視図の一例である。図2は、第1のパチンコ遊技機を前方向右斜め上から見たときの分解斜視図の一例である。図3は、第1のパチンコ遊技機を後方向右斜め上から見たときの外観を示す斜視図の一例である。
[1-1. Appearance]
Fig. 1 is an example of a perspective view showing the appearance of the first pachinko gaming machine when viewed from diagonally above the front right. Fig. 2 is an example of an exploded perspective view of the first pachinko gaming machine when viewed from diagonally above the front right. Fig. 3 is an example of a perspective view showing the appearance of the first pachinko gaming machine when viewed from diagonally above the rear right.

[1-1-1.基本構成]
図1~図3に示されるように、第1のパチンコ遊技機は、外枠2、ベースドア3、ガラスドア4、皿ユニット5、発射装置6、表示装置7(図2参照)、払出ユニット8(図2、図3参照)、基板ユニット9(図2、図3参照)、および、遊技盤ユニット10(図2参照)等を備える。さらに、遊技盤ユニット10の右下部にはLEDユニット160(図2参照)が設けられている。ここでは、外枠2、ベースドア3、ガラスドア4、皿ユニット5、発射装置6、表示装置7、払出ユニット8および基板ユニット9について簡単に説明し、遊技盤ユニット10およびLEDユニット160についての詳細を後述する。なお、上記の括弧書きは、図1に図示がない構成についての参照図面を示している。
[1-1-1. Basic configuration]
As shown in Figs. 1 to 3, the first pachinko game machine includes an outer frame 2, a base door 3, a glass door 4, a tray unit 5, a launching device 6, a display device 7 (see Fig. 2), a payout unit 8 (see Figs. 2 and 3), a board unit 9 (see Figs. 2 and 3), and a game board unit 10 (see Fig. 2). In addition, an LED unit 160 (see Fig. 2) is provided at the lower right of the game board unit 10. Here, the outer frame 2, the base door 3, the glass door 4, the tray unit 5, the launching device 6, the display device 7, the payout unit 8, and the board unit 9 will be briefly described, and the game board unit 10 and the LED unit 160 will be described in detail later. Note that the above parentheses indicate reference drawings for configurations not shown in Fig. 1.

(外枠)
外枠2は、正面視略矩形状の枠体であり、前後方向に貫通する開口21を有する。この外枠2は、遊技場の島設備に固定して取り付けられる。外枠2の例えば左端部の前側には蝶番(参照符号なし)が設けられており、この蝶番には、ベースドア3が軸支されている。このようにすることで、蝶番を軸として外枠2に対してベースドア3を前方に回動させることが可能となっている。
(Outer frame)
The outer frame 2 is a frame body having a generally rectangular shape when viewed from the front, and has an opening 21 penetrating in the front-rear direction. This outer frame 2 is fixedly attached to an island facility of an amusement park. A hinge (no reference number) is provided on the front side of, for example, the left end of the outer frame 2, and the base door 3 is supported on this hinge. In this way, it is possible to rotate the base door 3 forward relative to the outer frame 2 with the hinge as an axis.

なお、外枠2は、ベースドア3を介して、後述する払出ユニット8、基板ユニット9、表示装置7、遊技盤ユニット10、ガラスドア4および皿ユニット5等の多数の部材を支持するため、高い強度が必要とされる。その一方で、演出効果を高めることを目的として例えば表示装置7(図2参照)や遊技盤ユニット10の大型化が要求されている。そのため、外枠2を例えば薄板の金属で構成することにより、表示装置7や遊技盤ユニット10の大型化を図りつつ、高い強度を保つことができる。とくに外枠2をアルミ製にすれば、軽量化を図ることも可能となる。 The outer frame 2 must be strong to support many components, such as the payout unit 8, base unit 9, display device 7, game board unit 10, glass door 4, and tray unit 5, via the base door 3. On the other hand, there is a demand for larger display device 7 (see FIG. 2) and game board unit 10 to enhance the presentation effect. For this reason, by constructing the outer frame 2 from, for example, a thin metal plate, it is possible to increase the size of the display device 7 and game board unit 10 while maintaining high strength. In particular, if the outer frame 2 is made of aluminum, it is possible to reduce the weight.

(ベースドア)
ベースドア3は、裏面側に例えば払出ユニット8および基板ユニット9等が取り付けられており、これらを支持している。
(Base door)
The base door 3 has, for example, a dispensing unit 8 and a base unit 9 attached to its back side and supports these.

ベースドア3の表面側には遊技盤ユニット10がはめ込まれる。また、ベースドア3の例えば左端部の前側には、上端部、上下方向略中央部よりも下方側の中途部、および、下端部のそれぞれに蝶番(参照符号なし)が設けられており、上端部および中途部の蝶番にガラスドア4が軸支され、中途部および下端部の蝶番に皿ユニット5がそれぞれ軸支されている。このようにすることで、蝶番を軸としてベースドア3に対してガラスドア4および皿ユニット5を一体でまたは個別に前方に回動させることが可能となっている。 A game board unit 10 is fitted onto the front side of the base door 3. In addition, hinges (not referenced) are provided at the top end, the middle part below the vertical center, and the bottom end on the front side, for example the left end, of the base door 3, and the glass door 4 is journaled on the hinges at the top end and the middle part, and the plate unit 5 is journaled on the hinges at the middle part and the bottom end. In this way, the glass door 4 and the plate unit 5 can be rotated forward, either together or individually, relative to the base door 3, with the hinges as an axis.

また、ベースドア3の表面側の例えば右側下方には発射装置6が固定して取り付けられており、例えば上方側の左右のそれぞれには、スピーカ32(図2参照)が固定して取り付けられている。このスピーカ32からは、例えば、表示装置7に表示されるキャラクタ等の音声演出、楽曲、効果音、音声による告知、エラー報知等の演出音等が出力される。 The launcher 6 is fixedly attached, for example, to the lower right side of the front surface of the base door 3, and speakers 32 (see FIG. 2) are fixedly attached, for example, to the left and right of the upper side. The speakers 32 output, for example, sound effects of characters displayed on the display device 7, music, sound effects, audio notifications, error notifications, and other sound effects.

さらに、ベースドア3の蝶番と反対側(すなわち右端部)には、施錠装置(不図示)が設けられている。この施錠装置は、外枠2に対してベースドア3を施錠したり、ベースドア3に対してガラスドア4を施錠したりする機能を備えている。 In addition, a locking device (not shown) is provided on the side of the base door 3 opposite the hinge (i.e., the right end). This locking device has the function of locking the base door 3 to the outer frame 2 and locking the glass door 4 to the base door 3.

(ガラスドア)
ガラスドア4は、開口41が形成された枠状の部材である。この開口41には、透過性を有する保護ガラス43(図2参照)が後面側から取り付けられている。ガラスドア4がベースドア3に対して閉じられると、遊技盤ユニット10に形成される遊技領域105(後述の図4参照)と保護ガラス43とが対向する。このようにして、ガラスドア4がベースドア3に対して閉じられた状態で遊技領域105を前方から視認することができるとともに、遊技領域105を流下する遊技球が前方に飛び出さないようにすることができる。
(Glass door)
The glass door 4 is a frame-shaped member in which an opening 41 is formed. A transparent protective glass 43 (see FIG. 2) is attached to the opening 41 from the rear side. When the glass door 4 is closed to the base door 3, the protective glass 43 faces a game area 105 (see FIG. 4 described later) formed in the game board unit 10. In this way, the game area 105 can be viewed from the front with the glass door 4 closed to the base door 3, and game balls flowing down the game area 105 can be prevented from flying out forward.

なお、保護ガラス43は、複数枚(例えば2枚)のガラスを互いに間隙を有して取り付けるものであってもよいし、互いに間隙を有するように複数枚のガラスがユニット化されたものであってもよい。さらには、ユニット化されたものである場合、ガラスとガラスとの間に例えば導光板が備えられたものであってもよい。上記の保護ガラス43は、ガラス製に限られず、例えば透明樹脂製であってもよい。 The protective glass 43 may be made of multiple pieces of glass (e.g., two pieces) attached with a gap between them, or multiple pieces of glass may be unitized with a gap between them. Furthermore, if the protective glass 43 is unitized, a light guide plate, for example, may be provided between the pieces of glass. The protective glass 43 is not limited to being made of glass, and may be made of, for example, transparent resin.

また、ガラスドア4の下部には、遊技情報提供サービス(例えば、「ユニメモ(登録商標)」)の提供を受けるために例えば遊技者が操作することが可能な操作部66が設けられる。この操作部66は、遊技場の管理者等がホールメニュー画面上で操作することが可能な操作部として機能させることもできる。 In addition, an operation unit 66 is provided at the bottom of the glass door 4, which can be operated by, for example, a player to receive gaming information services (such as "Unimemo (registered trademark)"). This operation unit 66 can also function as an operation unit that can be operated by an arcade manager or the like on the hall menu screen.

また、ガラスドア4の上部には、上述したスピーカ32の前方に配置されるスピーカカバー45が設けられている。さらに、ガラスドア4の開口41の周縁部には、発光演出等に用いられる多数のLED群46が配置されており、これらのLED群46の前方にはLEDカバーが設けられている。図1および図2において図示される符号46は、厳密にいえばLEDカバーであるが、便宜上、LED群46として説明する。LED群46は、例えば、光での告知や、さまざまなバリエーションで発光演出等を行う演出用の発光手段であるが、このような発光演出等を実行できればLEDに限られず、例えば液晶やランプ等であってもよい。 A speaker cover 45 is provided on the top of the glass door 4, located in front of the speaker 32. A large number of LED groups 46 used for light-emitting effects and the like are arranged around the periphery of the opening 41 of the glass door 4, and an LED cover is provided in front of these LED groups 46. Strictly speaking, the reference numeral 46 shown in Figs. 1 and 2 is an LED cover, but for convenience, it will be described as an LED group 46. The LED group 46 is, for example, a light-emitting means for use in light announcements and light-emitting effects in various variations, but is not limited to LEDs as long as it can perform such light-emitting effects and the like, and may be, for example, liquid crystal or a lamp.

(皿ユニット)
皿ユニット5は、上皿51と下皿52とをユニット化したものである。皿ユニット5は、ベースドア3の前下部であって、ガラスドア4の下方に配置される。この皿ユニット5は、例えば球詰まり等の発生時に遊技場の店員等が球詰まりを解消できるように、上述したとおり、ベースドア3に対して回動させて開閉できるように構成されている。なお、皿ユニット5は、必ずしも上皿51と下皿52とをそれぞれ設ける必要はなく、一体皿として構成してもよい。
(Dish unit)
The dish unit 5 is a unit consisting of an upper dish 51 and a lower dish 52. The dish unit 5 is located at the front lower part of the base door 3, below the glass door 4. As described above, the dish unit 5 is configured to be rotated relative to the base door 3 to open and close, so that, for example, when balls become jammed, an amusement arcade staff member can clear the jam. Note that the dish unit 5 does not necessarily have to have an upper dish 51 and a lower dish 52, and may be configured as an integrated dish.

上皿51は、遊技球を貯留可能に設けられており、上皿51に貯留された遊技球は、発射装置6から遊技領域105(後述の図4参照)に向けて発射される。上皿51には、払出口53および演出ボタン54等が設けられる。貸し出される遊技球や賞球として払い出される遊技球は、払出口53から上皿51に払い出される。演出ボタン54は、所謂「CHANCEボタン」や、「プッシュボタン」等と呼ばれるものである。演出ボタン54は、遊技者によって操作される操作機能の他、所定の演出機能を有してもよい。所定の演出機能としては、例えば特別図柄の当り判定処理の結果に基づいて振動したり上方に突出するような機能が相当する。また、上記操作部66の機能を兼用するようにしてもよい。 The upper tray 51 is provided so that game balls can be stored therein, and the game balls stored in the upper tray 51 are launched from the launching device 6 toward the game area 105 (see FIG. 4 described below). The upper tray 51 is provided with a payout outlet 53 and a performance button 54. Game balls to be lent out or paid out as prize balls are paid out from the payout outlet 53 to the upper tray 51. The performance button 54 is what is called a "CHANCE button" or "push button". The performance button 54 may have a predetermined performance function in addition to an operation function operated by the player. An example of the predetermined performance function is a function that vibrates or protrudes upward based on the result of a process to determine whether a special symbol has been hit. It may also serve the function of the operation unit 66.

下皿52は、主として上皿51から溢れた遊技球を貯留するためのものである。下皿52には上皿51と連通する払出口55が設けられており、上皿51から溢れた遊技球は払出口55から下皿52に払い出される。 The lower tray 52 is primarily intended to store game balls that have spilled over from the upper tray 51. The lower tray 52 is provided with a payout outlet 55 that communicates with the upper tray 51, and game balls that have spilled over from the upper tray 51 are paid out from the payout outlet 55 to the lower tray 52.

下皿52の底面には、遊技者の操作によって開閉させることが可能な開口部(参照符号なし)が形成されている。下皿52の底面に形成された開口部を開状態にすると、下皿52に貯留されている遊技球を、下皿52の下方に載置された球箱に移すことができる。なお、所謂各台計数システムが各台に設けられている場合、球箱を必要としないだけでなく、各台計数システムで計数された遊技球を貯球し、貯球された遊技球を再び遊技に供することもできる。 An opening (no reference number) is formed on the bottom surface of the lower tray 52, which can be opened and closed by the player. When the opening formed on the bottom surface of the lower tray 52 is opened, the game balls stored in the lower tray 52 can be transferred to a ball box placed below the lower tray 52. If a so-called per-machine counting system is installed on each machine, not only is the ball box unnecessary, but the game balls counted by the per-machine counting system can be stored and the stored game balls can be used again for play.

(発射装置)
発射装置6は、上皿51に貯留された遊技球を、遊技領域105(後述の図4参照)に向けて発射するためのものである。発射装置6は、ベースドア3の前右下部であって、皿ユニット5の右下方に配置される。発射装置6は、パネル体61、駆動装置(不図示)および発射ハンドル62を備える。
(Launch device)
The launching device 6 is for launching the game balls stored in the upper tray 51 toward the game area 105 (see FIG. 4 described later). The launching device 6 is disposed in the lower right front portion of the base door 3 and below the right of the tray unit 5. The launching device 6 includes a panel body 61, a drive device (not shown), and a launching handle 62.

パネル体61は、ベースドア3に対し皿ユニット5が閉じられた状態において、皿ユニット5と、ベースドア3に固定して取り付けられた発射装置6とが外観上一体となるように設けられる。 The panel body 61 is arranged so that when the plate unit 5 is closed relative to the base door 3, the plate unit 5 and the launching device 6 fixedly attached to the base door 3 appear integrated in appearance.

発射ハンドル62は、右回りまたは左回りに回動可能に構成されており、パネル体61の表面側に配置される。上記の駆動装置は、パネル体61の裏面側に配置され、例えば発射ソレノイド(図示せず)により構成される。遊技者によって発射ハンドル62が操作されると、駆動装置の動作により遊技球が発射される。なお、発射ハンドル62を操作する際に、右回りへの回動量(操作量)が大きいほど遊技球の発射強度が強くなる。 The launch handle 62 is configured to be rotatable clockwise or counterclockwise, and is disposed on the front side of the panel body 61. The drive device is disposed on the back side of the panel body 61, and is configured, for example, by a launch solenoid (not shown). When the player operates the launch handle 62, the game ball is launched by the operation of the drive device. Note that when operating the launch handle 62, the greater the amount of clockwise rotation (amount of operation), the stronger the launch strength of the game ball.

皿ユニット5の右下方に配置された発射装置6から発射された遊技球は、発射レール(不図示)を経てガイドレール110(後述の図4参照)に沿って円弧状に転動して遊技領域105(後述の図4参照)に打ち出される。なお、発射装置6の配置位置は、皿ユニット5の右下方に限られず、皿ユニット5の左下方であってもよい。この場合、上記の発射レールが不要となり、ガラスドア4の下方の領域を有効に利用することができ、汎用性を高めることが可能となる。 The game balls launched from the launching device 6 located at the lower right of the dish unit 5 roll in an arc along the guide rail 110 (see FIG. 4 described below) via the launching rail (not shown) and are launched into the game area 105 (see FIG. 4 described below). The location of the launching device 6 is not limited to the lower right of the dish unit 5, but may be the lower left of the dish unit 5. In this case, the launching rail is not necessary, and the area below the glass door 4 can be effectively utilized, making it possible to increase versatility.

(表示装置)
表示装置7(図2参照)は、遊技に関する各種の演出画像を表示する表示領域を有するものであって、遊技パネル100の開口に上記の表示領域が臨むように取り付けられる。表示装置7は、例えば、液晶表示装置、7セグ表示装置、ドットマトリクス表示装置、エレクトロルミネッセンスで構成される表示装置等であってもよいし、プロジェクタ等の投影装置を用いて映像を投影するものであってもよい。表示装置7の表示領域には、例えば、演出用識別図柄(例えば、装飾図柄)を可変表示させて特別図柄の当り判定処理の結果を表示したり、特別図柄の当り判定処理の結果に応じた演出画像、大当り遊技状態中の演出画像、デモ演出画像、特別図柄の可変表示の保留状況を示す演出画像等が表示される。本実施例では、表示装置7が遊技盤ユニット10に取り付けられているが、表示装置7の表示領域が遊技パネル100の開口に臨むように配置されていれば、表示装置7はベースドア3に取り付けられるようにしてもよい。
(Display Device)
The display device 7 (see FIG. 2) has a display area for displaying various effect images related to the game, and is attached so that the display area faces the opening of the game panel 100. The display device 7 may be, for example, a liquid crystal display device, a 7-segment display device, a dot matrix display device, a display device composed of electroluminescence, or may be a device that projects images using a projection device such as a projector. In the display area of the display device 7, for example, an effect identification pattern (for example, a decorative pattern) is variably displayed to display the result of a hit determination process of a special pattern, an effect image according to the result of a hit determination process of a special pattern, an effect image during a big win game state, a demo effect image, an effect image showing the pending status of the variable display of a special pattern, etc. are displayed. In this embodiment, the display device 7 is attached to the game board unit 10, but the display device 7 may be attached to the base door 3 as long as the display area of the display device 7 is arranged to face the opening of the game panel 100.

なお、本実施例では、上記各種の演出画像を表示するものとして一つの表示装置7を備えているが、複数(例えば二つ)の表示装置を設けて、これら複数の表示装置を用いて演出画像を表示するようにしても良い。 In this embodiment, one display device 7 is provided to display the various performance images described above, but multiple display devices (e.g., two) may be provided and the performance images may be displayed using these multiple display devices.

(払出ユニット)
払出ユニット8(図2、図3参照)は、ベースドア3の背面側に配置されており、球通路81、払出装置82等で構成される。球通路81には、貯留タンク80(図2、図3参照)から遊技球が供給される。なお、貯留タンク80には、島設備(不図示)から遊技球が供給される。払出装置82は、払出条件が成立すると、貯留タンク80から球通路81に供給された遊技球のうち所定個数の遊技球を例えば上皿51に払い出す。また、払出ユニット8の背面側には、図3に示されるように電源スイッチ95が設けられる。
(Payout unit)
The payout unit 8 (see Figures 2 and 3) is disposed on the rear side of the base door 3, and is composed of a ball passage 81, a payout device 82, etc. Game balls are supplied to the ball passage 81 from a storage tank 80 (see Figures 2 and 3). Game balls are supplied to the storage tank 80 from an island facility (not shown). When a payout condition is met, the payout device 82 pays out a predetermined number of game balls from the game balls supplied to the ball passage 81 from the storage tank 80, for example, to the upper tray 51. Also, a power switch 95 is provided on the rear side of the payout unit 8, as shown in Figure 3.

(基板ユニット)
基板ユニット9(図2、図3参照)は、ベースドア3の背面側に配置される。基板ユニット9には、各種制御基板等が設けられる。
(Board unit)
The board unit 9 (see Figs. 2 and 3) is disposed on the rear side of the base door 3. The board unit 9 is provided with various control boards and the like.

具体的には、図3に示されるように、主制御回路200(後述の図6参照)が実装された主制御基板91、サブ制御回路300(後述の図6参照)が実装されたサブ制御基板92、遊技球の払出・発射を制御する払出・発射制御回路400(後述の図6参照)が実装された払出・発射制御基板93、および、電源を供給する電源供給回路450(後述の図6参照)が実装された電源供給基板等が基板ユニット9に設けられている。 Specifically, as shown in FIG. 3, the board unit 9 is provided with a main control board 91 on which a main control circuit 200 (see FIG. 6 described below) is mounted, a sub-control board 92 on which a sub-control circuit 300 (see FIG. 6 described below) is mounted, a payout/launch control board 93 on which a payout/launch control circuit 400 (see FIG. 6 described below) that controls the payout/launch of game balls is mounted, and a power supply board on which a power supply circuit 450 (see FIG. 6 described below) that supplies power is mounted.

なお、図3では、便宜上、主制御基板91、サブ制御基板92、払出・発射制御基板93および電源供給基板94を参照符号として示しているが、これらの基板は、全て、基板ケースに収容されている。 For the sake of convenience, in FIG. 3, the main control board 91, the sub-control board 92, the payout/launch control board 93, and the power supply board 94 are indicated by reference numerals, but all of these boards are housed in a board case.

また、本実施例では、サブ制御基板92を、ワンボード基板(1つの基板に1つの制御LSIまたは複数のLSIが設けられた基板)として構成する。ただし、これに限られず、例えば、後述する表示制御回路304、音声制御回路305、LED制御回路306および役物制御回路307(いずれも後述の図6参照)等の全部または一部を別個の基板とすることで、サブ制御基板92を複数の基板で構成してもよい。 In addition, in this embodiment, the sub-control board 92 is configured as a one-board board (a board on which one control LSI or multiple LSIs are provided). However, this is not limited to this, and the sub-control board 92 may be configured with multiple boards, for example, by making all or part of the display control circuit 304, audio control circuit 305, LED control circuit 306, and role control circuit 307 (all of which are shown in FIG. 6, described below) separate boards.

[1-1-2.遊技盤ユニット]
図4は、第1のパチンコ遊技機が備える遊技盤ユニット10の外観を示す正面図の一例である。遊技盤ユニット10の前側面には、発射された遊技球が転動流下可能な遊技領域105が形成される。
[1-1-2. Game board unit]
4 is an example of a front view showing the appearance of the game board unit 10 included in the first pachinko game machine. A game area 105 is formed on the front side of the game board unit 10, in which the launched game balls can roll and flow down.

図4に示されるように、遊技盤ユニット10は、主として、発射された遊技球が転動流下可能な遊技領域105が形成される遊技パネル100と、ガイドレール110と、遊技領域105の略中央部に配置されるセンター役物115と、第1始動口120と、一般入賞口122と、通過ゲートユニット125と、特別電動役物ユニット130と、第2始動口140と、普通電動役物ユニット145と、LEDユニット160と、アウト口178と、遊技盤ユニット10の後方に配置される裏ユニット(図示せず)とを備える。なお、上述したとおり、LEDユニット160については後述する。 As shown in FIG. 4, the game board unit 10 mainly includes a game panel 100 in which a game area 105 is formed in which a launched game ball can roll down, a guide rail 110, a center role 115 located approximately in the center of the game area 105, a first starting hole 120, a general winning hole 122, a passing gate unit 125, a special electric role unit 130, a second starting hole 140, a normal electric role unit 145, an LED unit 160, an outlet 178, and a back unit (not shown) located behind the game board unit 10. As mentioned above, the LED unit 160 will be described later.

(遊技パネル)
遊技パネル100には、表示装置7の表示領域が臨む位置に開口(参照符号なし)が形成されている。また、遊技パネル100の前面には、ガイドレール110が設けられるとともに遊技釘(参照符号なし)等が植設されている。発射装置6(図1、図2参照)から発射された遊技球は、ガイドレール110から遊技領域105に向けて飛び出し、遊技釘等と衝突して進行方向を変えながら遊技領域105の下方に向けて流下する。
(Game panel)
An opening (no reference number) is formed in the gaming panel 100 at a position facing the display area of the display device 7. A guide rail 110 is provided on the front surface of the gaming panel 100, and gaming pegs (no reference number) and the like are planted therein. A gaming ball launched from the launching device 6 (see Figs. 1 and 2) flies out from the guide rail 110 toward the gaming area 105, collides with the gaming pegs, etc., and flows downward below the gaming area 105 while changing its direction of travel.

また、遊技パネル100の後方には、演出効果を高めるために装飾体が設けられた裏ユニット(図示せず)が配置されている。遊技パネル100は、裏ユニットに設けられた装飾体を正面視で視認できるように透明樹脂で構成されている。この場合、遊技パネル100の全部が透明部材で構成されていてもよいし、例えば、裏ユニットに設けられた装飾体を正面視で視認できる部位のみが透明部材で構成されていてもよい。また、遊技パネル100を、透明部分を有さない部材(例えば木製)で構成し、一部に透明部材を設けて演出効果を高めるようにしてもよい。 In addition, a back unit (not shown) with decorative bodies is disposed behind the gaming panel 100 to enhance the presentation effect. The gaming panel 100 is made of transparent resin so that the decorative bodies on the back unit can be seen when viewed from the front. In this case, the entire gaming panel 100 may be made of transparent materials, or, for example, only the parts of the gaming panel 100 where the decorative bodies on the back unit can be seen when viewed from the front may be made of transparent materials. In addition, the gaming panel 100 may be made of materials that do not have transparent parts (for example, wood), and transparent materials may be provided in some parts to enhance the presentation effect.

なお、本実施例では、裏ユニットを正面視で視認できるように遊技パネル100が透明樹脂で構成されているが、遊技パネル100の全部を透明としてもよいし、一部のみを透明としてもよい。 In this embodiment, the gaming panel 100 is made of transparent resin so that the rear unit can be seen from the front, but the entire gaming panel 100 may be made transparent, or only a portion of it may be made transparent.

(ガイドレール)
ガイドレール110は、円弧状の外レールおよび内レール(いずれも参照符号なし)により構成される。遊技領域105は、ガイドレール110によって区画(画定)される。外レールおよび内レールは、発射装置6(後述の図6参照)から発射された遊技球を遊技領域105の上部に案内する機能を有する。
(Guide rail)
The guide rail 110 is composed of an arc-shaped outer rail and an inner rail (both of which have no reference numerals). The play area 105 is defined by the guide rail 110. The outer rail and the inner rail have the function of guiding the game balls launched from the launching device 6 (see FIG. 6 described later) to the upper part of the play area 105.

(センター役物)
センター役物115は、遊技パネル100の開口(参照符号なし)にはめ込まれるように構成されており、上方には円弧状のセンターレール116を備えている。遊技領域105に向けて発射された遊技球は、センターレール116によって左右に振り分けられる。
(Center role)
The center device 115 is configured to be fitted into an opening (no reference number) of the game panel 100, and is provided with an arc-shaped center rail 116 at its upper portion. Game balls launched toward the game area 105 are distributed to the left and right by the center rail 116.

この第1のパチンコ遊技機において、遊技領域105のうち、センター役物115よりも左側の領域を左側領域106と称し、センター役物115よりも右側の領域を右側領域107と称する。左側領域および右側領域の定義は、後述する第2のパチンコ遊技機および第3のパチンコ遊技機についても同様である。 In this first pachinko gaming machine, the area of the gaming area 105 to the left of the center role 115 is referred to as the left area 106, and the area to the right of the center role 115 is referred to as the right area 107. The definitions of the left area and the right area are the same for the second and third pachinko gaming machines described below.

発射装置6によって遊技領域105に向けて発射された遊技球は、左側領域106または右側領域107を流下する。左側領域106または右側領域107を流下する遊技球は、遊技パネル100に植設された遊技釘等との衝突により、進行方向を変えながら下方へ向けて流下する。発射ハンドル62(図1、図2参照)の操作量が小さい場合、発射された遊技球は左側領域106を流下する。一方、発射ハンドル62(図1参照)の操作量が大きい場合、発射された遊技球は右側領域107を流下する。 A game ball launched by the launching device 6 toward the game area 105 flows down the left area 106 or the right area 107. A game ball flowing down the left area 106 or the right area 107 changes direction as it flows downward due to collision with game pegs or the like planted in the game panel 100. If the amount of operation of the launching handle 62 (see Figures 1 and 2) is small, the launched game ball flows down the left area 106. On the other hand, if the amount of operation of the launching handle 62 (see Figure 1) is large, the launched game ball flows down the right area 107.

なお、この明細書において、発射ハンドル62の操作態様(打ち方)として、左側領域106を流下するように遊技球を発射させる打ち方を「左打ち」と称し、右側領域107を流下するように遊技球を発射させる打ち方を「右打ち」と称する。このように、遊技者によって左側領域106または右側領域107に向けて遊技球を打ち分け可能とされている。 In this specification, as the manner of operation (hitting) of the launch handle 62, a hitting manner in which the game ball is launched so as to flow down the left side area 106 is referred to as a "left hit," and a hitting manner in which the game ball is launched so as to flow down the right side area 107 is referred to as a "right hit." In this way, the player can hit the game ball toward either the left side area 106 or the right side area 107.

また、センター役物115には、左側の外周縁部に、左側領域106を流下する遊技球が進入可能とされたワープ入口117が形成されている。ワープ入口117に進入した遊技球は、センター役物115に形成されたステージ118に誘導可能に構成されている。ステージ118は、表示装置7の表示領域の下辺前方において遊技球が左右方向に転動可能に形成されている。なお、ステージ118は、例えば、上段側のステージおよび下段側のステージといったように、複数段で形成されていてもよい。 The center device 115 also has a warp entrance 117 formed on the outer periphery on the left side, through which game balls flowing down the left area 106 can enter. Game balls that enter the warp entrance 117 are configured to be guided to a stage 118 formed in the center device 115. The stage 118 is formed in front of the lower edge of the display area of the display device 7 so that the game balls can roll in the left-right direction. The stage 118 may be formed in multiple stages, such as an upper stage and a lower stage, for example.

ステージ118の左右方向略中央の後側には、遊技球が進入可能なチャンス入口119が形成されており、チャンス入口119に進入した遊技球は、第1始動口120の直上に放出されるように構成されている。そのため、チャンス入口119に進入した遊技球は、ワープ入口117に進入しなかった遊技球や、ワープ入口117に進入したもののチャンス入口119に進入しなかった遊技球と比べて高い確率で第1始動口120に入賞(通過)するようになっている。 A chance entrance 119 through which game balls can enter is formed at the rear of the stage 118, approximately in the center in the left-right direction, and game balls that enter the chance entrance 119 are configured to be released directly above the first start entrance 120. Therefore, game balls that enter the chance entrance 119 have a higher probability of entering (passing through) the first start entrance 120 than game balls that do not enter the warp entrance 117, or game balls that enter the warp entrance 117 but do not enter the chance entrance 119.

(第1始動口)
第1始動口120は、表示装置7の表示領域の下方に配置されており、左打ちされた遊技球が入賞可能(右打ちされた遊技球が入賞困難または不可能)となるように配置されている。第1始動口120に遊技球が入賞すると、第1始動口スイッチ121(後述の図6参照)により検出される。なお、右打ちされた遊技球が第1始動口120に入賞可能であってもよい。また、上記の第1始動口120に代えてまたは加えて、右打ちされた遊技球が入賞可能(左打ちされた遊技球が入賞困難または不可能)な第1始動口を備えるようにしてもよい。
(First starting point)
The first starting hole 120 is disposed below the display area of the display device 7, and is disposed so that a game ball hit from the left can win (a game ball hit from the right has difficulty or is impossible to win). When a game ball wins in the first starting hole 120, it is detected by a first starting hole switch 121 (see FIG. 6 described later). It is also possible that a game ball hit from the right can win in the first starting hole 120. Also, instead of or in addition to the above-mentioned first starting hole 120, a first starting hole that allows a game ball hit from the right to win (a game ball hit from the left has difficulty or is impossible to win) may be provided.

第1始動口スイッチ121(後述の図6参照)により第1始動口120への遊技球の入賞(通過)が検出されると、第1特別図柄にかかる各種データ(例えば、第1特別図柄の大当り判定用乱数値、第1特別図柄の図柄乱数値、第1特別図柄のリーチ判定用乱数値、および、第1特別図柄の演出選択用乱数値等の各種乱数値等)が抽出され、抽出された各種データは所定数(例えば最大4個)まで記憶される。記憶された各種データは、第1特別図柄の始動条件(この明細書において「第1特別図柄の変動開始条件」とも称する)が成立すると、第1特別図柄の当り判定処理に供される。第1始動口120に遊技球が入賞すると例えば3個の賞球が払い出される。ただし、第1始動口120への遊技球の入賞に基づいて払い出される賞球数はこれに限られない。 When the first start hole switch 121 (see FIG. 6 described later) detects the entry (passage) of a game ball into the first start hole 120, various data related to the first special symbol (for example, various random numbers such as a random number value for determining a big win of the first special symbol, a random number value for the symbol of the first special symbol, a random number value for determining the reach of the first special symbol, and a random number value for selecting the performance of the first special symbol) are extracted, and the extracted various data are stored up to a predetermined number (for example, up to 4). When the start condition of the first special symbol (also referred to as the "variation start condition of the first special symbol" in this specification) is established, the stored various data is used for the hit determination process of the first special symbol. When a game ball enters the first start hole 120, for example, three prize balls are paid out. However, the number of prize balls paid out based on the entry of a game ball into the first start hole 120 is not limited to this.

この明細書において、第1始動口120への遊技球の入賞を第1特別図柄の始動入賞と称し、第1特別図柄にかかる各種データ(例えば、第1特別図柄の大当り判定用乱数値、第1特別図柄の図柄乱数値、第1特別図柄のリーチ判定用乱数値、および、第1特別図柄の演出選択用乱数値等の各種乱数値等)を第1特別図柄の始動情報と称する。また、始動条件が成立するまで第1特別図柄の始動情報を記憶することを保留と称する。第2特別図柄についても同様である。 In this specification, the entry of a gaming ball into the first starting hole 120 is referred to as the starting entry of the first special pattern, and various data related to the first special pattern (for example, various random number values such as the random number value for determining a jackpot for the first special pattern, the pattern random number value for the first special pattern, the random number value for determining reach for the first special pattern, and the random number value for selecting effects for the first special pattern) are referred to as the starting information of the first special pattern. In addition, storing the starting information of the first special pattern until the starting conditions are met is referred to as holding. The same applies to the second special pattern.

(一般入賞口)
一般入賞口122は、表示装置7の表示領域の左下方に複数配置されており、左打ちされた遊技球が入賞可能(右打ちされた遊技球が入賞困難または不可能)となるように配置されている。複数の一般入賞口122のうちいずれかに遊技球が入賞すると、一般入賞口スイッチ123(後述の図6参照)により検出される。
(General prize entry)
A plurality of general winning openings 122 are arranged at the lower left of the display area of the display device 7, and are arranged so that a game ball hit from the left can win a prize (a game ball hit from the right has difficulty or cannot win a prize). When a game ball wins in any of the plurality of general winning openings 122, it is detected by a general winning opening switch 123 (see FIG. 6 described later).

一般入賞口スイッチ123(後述の図6参照)により一般入賞口122への遊技球の入賞(通過)が検出されると、例えば4個の賞球が払い出されるが、一般入賞口122への遊技球の入賞に基づいて払い出される賞球数は4個に限られない。 When the general prize opening switch 123 (see FIG. 6 described below) detects the entry (passage) of a game ball into the general prize opening 122, for example, four prize balls are paid out, but the number of prize balls paid out based on the entry of a game ball into the general prize opening 122 is not limited to four.

また、本実施例において、一般入賞口122は、右打ちされた遊技球が入賞困難または不可能となるように配置されているが、必ずしもこれに限られず、上記の一般入賞口122に代えてまたは加えて、右打ちされた遊技球が入賞可能な一般入賞口を備えてもよい。 In addition, in this embodiment, the general winning opening 122 is positioned so that it is difficult or impossible for a game ball hit from the right to win, but this is not necessarily limited to this, and instead of or in addition to the general winning opening 122 described above, a general winning opening through which a game ball hit from the right can win may be provided.

(通過ゲートユニット)
通過ゲートユニット125は、右側領域107に配置されており、右打ちされた遊技球がほぼ通過できるように構成された通過ゲート126と、通過ゲート126への遊技球の通過を検出する通過ゲートスイッチ127(後述の図6参照)とを一体化したユニット体である。
(Passing gate unit)
The pass gate unit 125 is located in the right area 107 and is a unitary body that integrates a pass gate 126 that is configured to allow almost all game balls hit to the right to pass through, and a pass gate switch 127 (see Figure 6 described below) that detects the passage of the game ball through the pass gate 126.

通過ゲートスイッチ127により通過ゲート126への遊技球の通過が検出されると、普通図柄にかかる各種データ(例えば、普通図柄の当り判定用乱数値等)が抽出され、抽出された各種データは所定数(例えば最大4個)まで記憶される。記憶された各種データは、普通図柄の当り判定処理に供される。なお、通過ゲートスイッチ127により通過ゲート126への遊技球の通過が検出されたとしても、賞球は払い出されない。また、通過ゲートユニット125は、右側領域107に代えてまたは加えて左側領域106に配置されていてもよい。 When the passing gate switch 127 detects the passage of a gaming ball through the passing gate 126, various data related to the normal symbols (e.g., random number values for determining whether the normal symbols are winning) are extracted, and the extracted various data are stored up to a predetermined number (e.g., up to four). The stored various data are used in the process of determining whether the normal symbols are winning. Note that even if the passing gate switch 127 detects the passage of a gaming ball through the passing gate 126, no prize balls are paid out. The passing gate unit 125 may be located in the left area 106 instead of or in addition to the right area 107.

この明細書において、通過ゲート126への遊技球の通過を始動通過と称し、通過ゲート126への遊技球の通過によって抽出された普通図柄にかかる各種データ(例えば、普通図柄の当り判定用乱数値等)を普通図柄の始動情報と称する。また、始動条件が成立するまで普通図柄の始動情報を記憶することを保留と称する。 In this specification, the passage of the gaming ball through the passing gate 126 is referred to as a start passing, and various data related to the normal symbol extracted by the passing of the gaming ball through the passing gate 126 (for example, a random number value for determining whether the normal symbol is a winning symbol, etc.) is referred to as the start information of the normal symbol. In addition, storing the start information of the normal symbol until the start condition is met is referred to as holding.

(特別電動役物ユニット)
特別電動役物ユニット130は、大入賞口131と、大入賞口131への遊技球の入賞(通過)を検出するカウントスイッチ132(後述の図6参照)と、特別電動役物133とを一体化したユニット体である。特別電動役物ユニット130は、右側領域107において、通過ゲートユニット125よりも下方に配置されている。
(Special electric feature unit)
The special electric device unit 130 is a unit body that integrates a big winning opening 131, a count switch 132 (see FIG. 6 described later) that detects the entry (passage) of a game ball into the big winning opening 131, and a special electric device 133. The special electric device unit 130 is disposed below the passing gate unit 125 in the right side area 107.

大入賞口131は、右打ちされた遊技球が入賞可能(左打ちされた遊技球が入賞困難または不可能)となるように配置されている。ただし、これに限定されるものではなく、上記の大入賞口131に代えてまたは加えて、左打ちされた遊技球が入賞可能な大入賞口を配置したり、センター役物115の上部において遊技球が入賞可能な大入賞口を配置するようにしてもよい。 The large prize opening 131 is arranged so that game balls hit from the right can win (game balls hit from the left have difficulty or difficulty winning). However, this is not limited to this, and instead of or in addition to the large prize opening 131 described above, a large prize opening that can win game balls hit from the left may be arranged, or a large prize opening that can win game balls may be arranged above the center gimmick 115.

また、大入賞口131は、遊技者に有利な遊技状態である大当り遊技状態に制御されているときに所定個数(例えば10個)の遊技球が入賞(通過)可能となるように開放される入賞口である。カウントスイッチ132(後述の図6参照)により大入賞口131への遊技球の入賞が検出されると、例えば10個の賞球が払い出される。ただし、大入賞口131への遊技球の入賞に基づいて払い出される賞球数は10個に限られない。 The large prize opening 131 is an opening that is opened to allow a predetermined number of game balls (e.g., 10 balls) to enter (pass through) when the game is controlled to a large win game state, which is a game state advantageous to the player. When the count switch 132 (see FIG. 6 described below) detects the entry of a game ball into the large prize opening 131, for example, 10 prize balls are paid out. However, the number of prize balls paid out based on the entry of a game ball into the large prize opening 131 is not limited to 10.

特別電動役物133は、前後方向に進退可能な特電用シャッタ134と、この特電用シャッタ134を作動させる特電用ソレノイド135(後述の図6参照)とを備える。特別電動役物133すなわち特電用シャッタ134は、大入賞口131への遊技球の入賞(通過)が可能または容易な開放状態と、大入賞口131への遊技球の入賞(通過)が不可能または困難な閉鎖状態と、に状態移行可能に構成される。なお、大当り遊技状態では、上記の閉鎖状態から開放状態への状態移行が所定のラウンド数にわたって行われる。すなわち、大当り遊技状態は、大入賞口131が閉鎖状態から所定期間にわたって開放状態に移行するラウンド遊技を複数ラウンドにわたって行うことにより、多量の遊技球を賞球として払い出すことを可能にした遊技状態である。 The special electric device 133 includes a special electric shutter 134 that can move forward and backward, and a special electric solenoid 135 (see FIG. 6 described later) that operates the special electric shutter 134. The special electric device 133, i.e., the special electric shutter 134, is configured to be able to transition between an open state in which it is possible or easy for game balls to enter (pass) through the large prize opening 131, and a closed state in which it is impossible or difficult for game balls to enter (pass) through the large prize opening 131. In addition, in the large prize game state, the transition from the closed state to the open state is performed over a predetermined number of rounds. In other words, the large prize game state is a game state in which a large number of game balls can be paid out as prize balls by performing a round game in which the large prize opening 131 transitions from a closed state to an open state for a predetermined period over multiple rounds.

(第2始動口)
第2始動口140は、左側領域106(より詳しくは第1始動口120の左側下方)に配置されている。ただし、第2始動口140は、左打ちされた遊技球の入賞が例えば遊技釘等によって困難または不可能となっており、右打された遊技球が入賞可能となるように第2始動口140の近傍まで誘導されるように構成されている。ただし、第2始動口140をこのような構成とすることは必須ではなく、例えば右側領域107に設けてもよい。また、第2始動口140は、左打ちされた遊技球が入賞可能となるように構成されていてもよい。
(Second starting hole)
The second starting hole 140 is disposed in the left area 106 (more specifically, below the left side of the first starting hole 120). However, the second starting hole 140 is configured such that it is difficult or impossible for a game ball hit from the left to win, for example, due to game pins, etc., and a game ball hit from the right is guided to the vicinity of the second starting hole 140 so that it can win. However, it is not essential to configure the second starting hole 140 in this way, and it may be provided in the right area 107, for example. The second starting hole 140 may also be configured such that a game ball hit from the left can win.

第2始動口スイッチ141(後述の図6参照)により第2始動口140への遊技球の入賞(通過)が検出されると、第2特別図柄にかかる各種データ(例えば、第2特別図柄の大当り判定用乱数値、第2特別図柄の図柄乱数値、第2特別図柄のリーチ判定用乱数値、および、第2特別図柄の演出選択用乱数値等の各種乱数値等)が抽出され、抽出された各種データは所定数(例えば最大4個)まで記憶される。記憶された各種データは、第2特別図柄の始動条件(この明細書において「第2特別図柄の変動開始条件」とも称する)が成立すると、第2特別図柄の当り判定処理に供される。第2始動口140に遊技球が入賞すると例えば3個の賞球が払い出される。ただし、第2始動口140への遊技球の入賞に基づいて払い出される賞球数はこれに限られない。 When the second start hole switch 141 (see FIG. 6 described later) detects the entry (passage) of a game ball into the second start hole 140, various data related to the second special symbol (for example, various random numbers such as a random number value for determining a big win of the second special symbol, a random number value for the symbol of the second special symbol, a random number value for determining the reach of the second special symbol, and a random number value for selecting the performance of the second special symbol) are extracted, and the extracted various data are stored up to a predetermined number (for example, up to 4). When the start condition of the second special symbol (also referred to as the "variation start condition of the second special symbol" in this specification) is established, the stored various data is used for the hit determination process of the second special symbol. When a game ball enters the second start hole 140, for example, three prize balls are paid out. However, the number of prize balls paid out based on the entry of a game ball into the second start hole 140 is not limited to this.

(普通電動役物ユニット)
普通電動役物ユニット145は、左側領域106(より詳しくは第1始動口120の左側下方)に配置されており、遊技球が入賞(通過)することによって所定数の遊技球が賞球として払い出される入賞口と、この入賞口への遊技球の入賞を検出するスイッチと、普通電動役物146とを一体化したユニット体である。本実施例では、上記の入賞口を第2始動口140とし、上記のスイッチを第2始動口スイッチ141としている。
(Normal electric role unit)
The normal electric accessory unit 145 is disposed in the left area 106 (more specifically, below the left side of the first starting hole 120), and is a unit body that integrates a winning hole through which a predetermined number of game balls are paid out as prize balls when a game ball enters (passes through) the winning hole, a switch that detects the entry of the game ball into the winning hole, and the normal electric accessory 146. In this embodiment, the winning hole is the second starting hole 140, and the switch is the second starting hole switch 141.

普通電動役物146は、所謂電チューと呼ばれる例えば羽根部材からなる普電用可動部材147と、この普電用可動部材147を作動させる普電用ソレノイド148(後述の図6参照)とを備える。普通電動役物146すなわち普電用可動部材147は、第2始動口140への遊技球の入賞(通過)が可能または容易な開放状態と、第2始動口140への遊技球の入賞が不可能または困難な閉鎖状態と、に状態移行可能に構成される。なお、普電用可動部材147は、羽根型、扉型、突出板型等を含む。 The normal electric device 146 includes a normal power movable member 147, which is a so-called electric chute and is made of, for example, a blade member, and a normal power solenoid 148 (see FIG. 6 described below) that operates the normal power movable member 147. The normal electric device 146, i.e., the normal power movable member 147, is configured to be able to transition between an open state in which it is possible or easy for a game ball to enter (pass through) the second start hole 140, and a closed state in which it is impossible or difficult for a game ball to enter the second start hole 140. The normal power movable member 147 includes blade types, door types, protruding plate types, etc.

(アウト口)
アウト口178は、遊技領域105に向けて発射されたものの各種入賞口(例えば、第1始動口120、第2始動口140、大入賞口131、一般入賞口122等)のいずれにも入賞しなかった遊技球を、機外に排出するためのものである。このアウト口178は、左打ちされた遊技球および右打ちされた遊技球のいずれについても機外に排出できるように、遊技領域105の最下流側に設けられている。ただし、上記のアウト口178に加えて、最下流側でない位置、例えば複数の一般入賞口122の間等にアウト口を設けて、遊技領域105を流下中の遊技球を機外に排出するようにしてもよい。
(Outlet)
The outlet 178 is for discharging game balls that have been shot toward the game area 105 but have not won any of the various winning ports (e.g., the first starting port 120, the second starting port 140, the big winning port 131, the general winning port 122, etc.) to the outside of the machine. This outlet 178 is provided on the most downstream side of the game area 105 so that both game balls hit from the left and game balls hit from the right can be discharged to the outside of the machine. However, in addition to the above-mentioned outlet 178, an outlet may be provided at a position other than the most downstream side, for example, between multiple general winning ports 122, so that game balls flowing down the game area 105 can be discharged to the outside of the machine.

(裏ユニット)
裏ユニット(不図示)は、遊技盤ユニット10を装飾するものであって、透過性のある遊技パネル100の後方側に設けられる。この裏ユニットは、サブ制御回路300によって制御される可動役物等の演出用役物群58(後述の図6参照)を備える。演出用役物群58は、例えば表示装置7の表示領域の周囲に配置される。これらの演出用役物群58のうち少なくとも一以上の役物または役物を構成する演出用役物構成部材は、特別図柄の当り判定処理の結果にもとづいて動作可能な演出用役物として機能する。
(Back unit)
The back unit (not shown) is for decorating the game board unit 10, and is provided on the rear side of the transparent game panel 100. This back unit includes a group of performance-use props 58 (see FIG. 6 described later) such as movable props controlled by the sub-control circuit 300. The group of performance-use props 58 are arranged, for example, around the display area of the display device 7. At least one of the props or prop-use prop component members constituting the props among the group of performance-use props 58 functions as a performance-use prop that can be operated based on the result of the hit determination process of the special symbol.

[1-1-3.LEDユニット]
LEDユニット160は、遊技盤ユニット10の右下部であって、遊技領域105の外側に配置される(例えば図4参照)。LEDユニット160は、各種の表示部を一体化したユニット体である。
[1-1-3. LED unit]
The LED unit 160 is disposed in the lower right portion of the game board unit 10, outside the game area 105 (see FIG. 4, for example). The LED unit 160 is a unit body in which various display sections are integrated.

図5は、第1のパチンコ遊技機が備えるLEDユニット160を示す正面図の一例である。 Figure 5 is an example of a front view showing the LED unit 160 provided in the first pachinko gaming machine.

図5に示されるように、LEDユニット160は、普通図柄表示部161、普通図柄用保留表示部162、第1特別図柄表示部163、第2特別図柄表示部164、第1特別図柄用保留表示部165、第2特別図柄用保留表示部166、確変報知用表示部167、および時短報知用表示部168を備える。 As shown in FIG. 5, the LED unit 160 includes a normal symbol display section 161, a normal symbol hold display section 162, a first special symbol display section 163, a second special symbol display section 164, a first special symbol hold display section 165, a second special symbol hold display section 166, a probability change notification display section 167, and a time-saving notification display section 168.

(普通図柄表示部)
普通図柄表示部161は、普通図柄の当り判定処理の結果を表示するものであって、普通図柄表示LED161a,161bを備える。普通図柄の可変表示を開始するための条件(以下、「普通図柄の始動条件」と称する)が成立すると、普通図柄表示LED161a,161bが交互に点灯・消灯を繰り返す普通図柄の可変表示が開始される。普通図柄の可変表示が開始されてから所定時間が経過すると、普通図柄の可変表示が停止し、普通図柄の当り判定処理の結果が導出される。
(Normal pattern display section)
The normal symbol display unit 161 displays the result of the normal symbol winning judgment process, and includes normal symbol display LEDs 161a and 161b. When the conditions for starting the variable display of the normal symbol (hereinafter referred to as the "normal symbol starting conditions") are met, the variable display of the normal symbol is started, in which the normal symbol display LEDs 161a and 161b alternately turn on and off. When a predetermined time has elapsed since the variable display of the normal symbol started, the variable display of the normal symbol stops, and the result of the normal symbol winning judgment process is derived.

普通図柄の当り判定処理の結果が普通図柄当りである場合、普通図柄表示LED161a,161bの点灯・消灯の組み合わせが特定の停止表示態様となる。例えば、普通図柄の当り判定処理の結果が普通図柄当りである場合、普通図柄表示LED161aが点灯するとともに普通図柄表示LED161bが消灯する。一方、普通図柄の当り判定処理の結果がハズレである場合、例えば、普通図柄表示LED161aが消灯するとともに普通図柄表示LED161bが点灯する。ただし、普通図柄の当り判定処理の結果を示す普通図柄表示LED161a,161bの停止表示態様はこれに限られない。そして、普通図柄が特定の停止表示態様で停止表示されると、普通電動役物146を作動させることが決定し、普電用可動部材147が所定のパターンで開閉駆動し、第2始動口140への遊技球の入賞(通過)が容易となる。 When the result of the normal symbol hit determination process is a normal symbol hit, the combination of the lighting and extinguishing of the normal symbol display LEDs 161a and 161b becomes a specific stop display mode. For example, when the result of the normal symbol hit determination process is a normal symbol hit, the normal symbol display LED 161a lights up and the normal symbol display LED 161b turns off. On the other hand, when the result of the normal symbol hit determination process is a miss, for example, the normal symbol display LED 161a turns off and the normal symbol display LED 161b lights up. However, the stop display mode of the normal symbol display LEDs 161a and 161b that indicate the result of the normal symbol hit determination process is not limited to this. Then, when the normal symbol is displayed in a specific stop display mode, it is decided to operate the normal electric role 146, and the normal electric movable member 147 opens and closes in a predetermined pattern, making it easier for the game ball to enter (pass through) the second starting hole 140.

(普通図柄用保留表示部)
普通図柄用保留表示部162は、普通図柄の始動情報すなわち可変表示が保留されている場合、保留されている普通図柄の可変表示の数(以下、「普通図柄の保留数」と称する)を表示するものであって、普通図柄用保留表示LED162a,162bを備える。上記の「普通図柄の可変表示が保留されている」とは、通過ゲート126への遊技球の通過が検出されて普通図柄にかかる各種データ(例えば、普通図柄の当り判定用乱数値等)が抽出されてから、普通図柄の始動条件が成立するまでの状態をいう。なお、普通図柄の始動条件は、普通図柄が可変表示中でないこと、および、普通図柄の可変表示が保留されていること、を少なくとも全て満たす場合に成立する。
(Regular pattern reserved display section)
The reserved display unit 162 for normal symbols displays the number of reserved variable displays of normal symbols (hereinafter referred to as the "reserved number of normal symbols") when the start information of the normal symbols, i.e., the variable display, is reserved, and is equipped with reserved display LEDs 162a and 162b for normal symbols. The above "variable display of normal symbols is reserved" refers to the state from when the passage of the game ball through the passing gate 126 is detected and various data related to the normal symbols (for example, random number values for determining whether the normal symbols are hit, etc.) are extracted until the start condition of the normal symbols is established. The start condition of the normal symbols is established when at least the following is satisfied: the normal symbols are not being variable displayed, and the variable display of the normal symbols is reserved.

普通図柄用保留表示部162は、普通図柄用保留表示LED162a,162bの点灯・消灯の組み合わせによって普通図柄の可変表示の保留数を表示する。例えば、普通図柄の保留数が1個である場合、普通図柄用保留表示LED162aが点灯するとともに普通図柄用保留表示LED162bが消灯する。また、普通図柄の保留数が2個である場合、普通図柄用保留表示LED162a,162bの両方が点灯する。また、普通図柄の保留数が3個である場合、普通図柄用保留表示LED162aが点滅するとともに普通図柄用保留表示LED162bが点灯する。さらに、普通図柄の保留数が4個である場合、普通図柄用保留表示LED162a,162bの両方が点滅する。ただし、普通図柄の保留数を示す普通図柄用保留表示LED162a,162bの表示態様はこれに限られない。 The normal symbol reserved display unit 162 displays the number of reserved ordinary symbols by a combination of the on/off state of the normal symbol reserved display LEDs 162a and 162b. For example, when the number of reserved ordinary symbols is one, the normal symbol reserved display LED 162a is lit and the normal symbol reserved display LED 162b is turned off. When the number of reserved ordinary symbols is two, both the normal symbol reserved display LEDs 162a and 162b are lit. When the number of reserved ordinary symbols is three, the normal symbol reserved display LED 162a flashes and the normal symbol reserved display LED 162b is lit. When the number of reserved ordinary symbols is four, both the normal symbol reserved display LEDs 162a and 162b flash. However, the display mode of the normal symbol reserved display LEDs 162a and 162b, which indicate the number of reserved ordinary symbols, is not limited to this.

(特別図柄表示部)
特別図柄表示部は、特別図柄の当り判定処理の結果を表示するものであって、第1特別図柄表示部163および第2特別図柄表示部164を備える。第1特別図柄表示部163は、例えば、8個のLED163a~163hからなる第1特別図柄表示LED群を備える。同様に、第2特別図柄表示部164も、例えば8個のLED164a~164hからなる第2特別図柄表示LED群を備える。
(Special design display section)
The special symbol display unit displays the result of the special symbol winning determination process, and includes a first special symbol display unit 163 and a second special symbol display unit 164. The first special symbol display unit 163 includes a first special symbol display LED group consisting of, for example, eight LEDs 163a to 163h. Similarly, the second special symbol display unit 164 includes a second special symbol display LED group consisting of, for example, eight LEDs 164a to 164h.

第1特別図柄の可変表示を開始するための条件(以下、「第1特別図柄の始動条件」と称する)が成立すると、第1特別図柄表示部163を構成する8個のLED163a~163hの全部または一部が交互または相互に点灯・消灯を繰り返す第1特別図柄の可変表示が開始される。第1特別図柄の可変表示が開始されてから所定時間が経過すると、第1特別図柄の可変表示が停止し、第1特別図柄の当り判定処理の結果が導出される。 When the conditions for starting the variable display of the first special pattern (hereinafter referred to as the "initiation conditions for the first special pattern") are met, the variable display of the first special pattern is started in which all or some of the eight LEDs 163a-163h that make up the first special pattern display unit 163 alternately or mutually turn on and off. When a predetermined time has elapsed since the variable display of the first special pattern was started, the variable display of the first special pattern stops, and the result of the winning determination process for the first special pattern is derived.

第1特別図柄の当り判定処理の結果が大当りである場合、第1特別図柄表示部163を構成する8個のLED163a~163hの点灯・消灯の組み合わせが特定の停止表示態様となる。そして、第1特別図柄表示部163が特定の停止表示態様で停止表示されると、大当り遊技状態への移行が決定する。 If the result of the hit determination process for the first special symbol is a jackpot, the combination of on/off of the eight LEDs 163a-163h that make up the first special symbol display section 163 will be a specific stop display mode. Then, when the first special symbol display section 163 is displayed as stopped in a specific stop display mode, a transition to a jackpot game state is determined.

第2特別図柄の可変表示を開始するための条件(以下、「第2特別図柄の始動条件」と称する)が成立すると、第2特別図柄表示部164を構成する8個のLED164a~164hの全部または一部が交互または相互に点灯・消灯を繰り返す第2特別図柄の可変表示が開始される。第2特別図柄の可変表示が開始されてから所定時間が経過すると、第2特別図柄の可変表示が停止し、第2特別図柄の当り判定処理の結果が導出される。 When the conditions for starting the variable display of the second special pattern (hereinafter referred to as the "start condition of the second special pattern") are met, the variable display of the second special pattern is started in which all or some of the eight LEDs 164a to 164h that make up the second special pattern display unit 164 alternately or mutually turn on and off. When a predetermined time has elapsed since the variable display of the second special pattern was started, the variable display of the second special pattern stops, and the result of the winning determination process for the second special pattern is derived.

第2特別図柄の当り判定処理の結果が大当りである場合、第2特別図柄表示部164を構成する8個のLED164a~164hの点灯・消灯の組み合わせが特定の停止表示態様となる。そして、第2特別図柄表示部164が特定の停止表示態様で停止表示されると、大当り遊技状態への移行が決定する。 If the result of the hit determination process for the second special symbol is a jackpot, the combination of on/off of the eight LEDs 164a-164h that make up the second special symbol display section 164 will be a specific stop display mode. Then, when the second special symbol display section 164 is displayed as stopped in a specific stop display mode, a transition to a jackpot game state is determined.

(特別図柄用保留表示部)
特別図柄用保留表示部は、特別図柄の始動情報すなわち可変表示が保留されている場合、保留されている特別図柄の可変表示の数(以下、「特別図柄の保留数」と称する)を表示するものであって、第1特別図柄用保留表示部165および第2特別図柄用保留表示部166を備える。
(Special design reserved display section)
The special pattern reserve display unit displays the number of reserved special pattern variable displays (hereinafter referred to as the "reserved number of special patterns") when start information for a special pattern, i.e., a variable display, is reserved, and is provided with a first special pattern reserve display unit 165 and a second special pattern reserve display unit 166.

第1特別図柄用保留表示部165は、第1特別図柄の可変表示が保留されている場合、第1特別図柄の保留数を表示するものであって、第1特別図柄用保留表示LED165a,165bを備える。「第1特別図柄の可変表示が保留されている」とは、第1始動口120への遊技球の入賞(通過)が検出されて第1特別図柄の始動情報が抽出されてから、第1特別図柄の始動条件が成立するまでの状態をいう。 The first special symbol reserved display unit 165 displays the number of reserved first special symbols when the variable display of the first special symbol is reserved, and is equipped with first special symbol reserved display LEDs 165a, 165b. "The variable display of the first special symbol is reserved" refers to the state from when the entry (passage) of the game ball into the first start hole 120 is detected and the start information of the first special symbol is extracted, until the start condition of the first special symbol is established.

第1特別図柄用保留表示部165は、第1特別図柄用保留表示LED165a,165bの点灯・消灯の組み合わせによって第1特別図柄の可変表示の保留数を表示する。例えば、第1特別図柄の保留数が1個である場合、第1特別図柄用保留表示LED165aが点灯するとともに第1特別図柄用保留表示LED165bが消灯する。また、第1特別図柄の保留数が2個である場合、第1特別図柄用保留表示LED165a,165bの両方が点灯する。また、第1特別図柄の保留数が3個である場合、第1特別図柄用保留表示LED165aが点滅するとともに第1特別図柄用保留表示LED165bが点灯する。さらに、第1特別図柄の保留数が4個である場合、第1特別図柄用保留表示LED165a,165bの両方が点滅する。ただし、第1特別図柄の保留数を示す第1特別図柄用保留表示LED165a,165bの表示態様はこれに限られない。 The first special symbol reserved display unit 165 displays the number of reserved symbols of the variable display of the first special symbol by a combination of the lighting and extinguishing of the first special symbol reserved display LEDs 165a and 165b. For example, when the number of reserved symbols of the first special symbol is one, the first special symbol reserved display LED 165a is lit and the first special symbol reserved display LED 165b is extinguished. When the number of reserved symbols of the first special symbol is two, both the first special symbol reserved display LEDs 165a and 165b are lit. When the number of reserved symbols of the first special symbol is three, the first special symbol reserved display LED 165a flashes and the first special symbol reserved display LED 165b is lit. When the number of reserved symbols of the first special symbol is four, both the first special symbol reserved display LEDs 165a and 165b flash. However, the display mode of the first special pattern reserved display LEDs 165a and 165b, which indicate the reserved number of first special patterns, is not limited to this.

第2特別図柄用保留表示部166は、第2特別図柄の可変表示が保留されている場合、第2特別図柄の保留数を表示するものであって、第2特別図柄用保留表示LED166a,166bを備える。「第2特別図柄の可変表示が保留されている」とは、第2始動口140への遊技球の入賞(通過)が検出されて第2特別図柄の始動情報が抽出されてから、第2特別図柄の始動条件が成立するまでの状態をいう。 The second special symbol reserved display unit 166 displays the number of reserved second special symbols when the variable display of the second special symbol is reserved, and is equipped with second special symbol reserved display LEDs 166a, 166b. "Variable display of the second special symbol is reserved" refers to the state from when the entry (passage) of the game ball into the second start hole 140 is detected and the start information of the second special symbol is extracted, until the start condition of the second special symbol is established.

第2特別図柄用保留表示部166は、第2特別図柄用保留表示LED166a,166bの点灯・消灯の組み合わせによって第2特別図柄の可変表示の保留数を表示する。例えば、第2特別図柄の保留数が1個である場合、第2特別図柄用保留表示LED166aが点灯するとともに第2特別図柄用保留表示LED166bが消灯する。また、第2特別図柄の保留数が2個である場合、第2特別図柄用保留表示LED166a,166bの両方が点灯する。また、第2特別図柄の保留数が3個である場合、第2特別図柄用保留表示LED166aが点滅するとともに第2特別図柄用保留表示LED166bが点灯する。さらに、第2特別図柄の保留数が4個である場合、第2特別図柄用保留表示LED166a,166bの両方が点滅する。ただし、第2特別図柄の保留数を示す第2特別図柄用保留表示LED166a,166bの表示態様はこれに限られない。 The second special symbol reserved display unit 166 displays the number of reserved symbols of the variable display of the second special symbol by a combination of lighting and extinguishing of the second special symbol reserved display LEDs 166a and 166b. For example, when the number of reserved symbols of the second special symbol is one, the second special symbol reserved display LED 166a is lit and the second special symbol reserved display LED 166b is extinguished. When the number of reserved symbols of the second special symbol is two, both the second special symbol reserved display LEDs 166a and 166b are lit. When the number of reserved symbols of the second special symbol is three, the second special symbol reserved display LED 166a flashes and the second special symbol reserved display LED 166b is lit. When the number of reserved symbols of the second special symbol is four, both the second special symbol reserved display LEDs 166a and 166b flash. However, the display mode of the second special pattern reserved display LEDs 166a and 166b, which indicate the reserved number of second special patterns, is not limited to this.

(確変報知用表示部)
確変報知用表示部167は、後述の確変制御の実行中に点灯させることが可能であって、例えばLEDまたはランプで構成されている。
(Display unit for probability change notification)
The probability change notification display unit 167 can be turned on while the probability change control described below is being executed, and is composed of, for example, an LED or a lamp.

確変報知用表示部167は、確変制御の実行中に点灯させるようにしてもよいが、例えば、確変制御の実行中であることを外観で把握できないように点灯させないようにすることで、確変制御の実行中であることを秘匿にしてもよい。 The probability change notification display unit 167 may be lit while probability change control is being executed, but may also be configured to not light up so that it is not possible to tell from the outside that probability change control is being executed, thereby concealing the fact that probability change control is being executed.

ただし、確変制御の実行中に電源が遮断された際、後述するバックアップコンデンサ207の機能により、確変制御の実行中であることを示すデータは消失しない。よって、確変制御の実行中に電源が遮断され、その後電源が投入された場合、確変制御中であることを外観で把握できる態様で、確変報知用表示部167が点灯する。 However, when the power is cut off while the special rate control is being executed, the data indicating that the special rate control is being executed is not lost due to the function of the backup capacitor 207 described below. Therefore, if the power is cut off while the special rate control is being executed and then turned on, the special rate notification display unit 167 lights up in a manner that allows the user to know from the outside that the special rate control is being executed.

なお、電源が遮断される前に、確変制御の実行中であるか否かが秘匿にされていた場合であっても、電源が投入された場合には、確変報知用表示部167を点灯させることで、確変制御の実行中であることを把握できるように構成されている。 Even if whether or not the special rate control is being executed is kept secret before the power is cut off, when the power is turned on, the special rate notification display unit 167 is turned on so that it is possible to know that the special rate control is being executed.

(時短報知用表示部)
時短報知用表示部168は、後述の時短制御の実行中に点灯させることが可能であって、例えばLEDやランプ等で構成されている。
(Time-saving notification display unit)
The time-saving notification display unit 168 can be turned on while the time-saving control described below is being executed, and is configured with, for example, an LED or a lamp.

本実施例において、時短報知用表示部168は、例えば、第1時短報知用表示部168aおよび第2時短報知用表示部168bを有しているが、時短報知用表示部168の個数はこれに限られない。 In this embodiment, the time-saving notification display unit 168 has, for example, a first time-saving notification display unit 168a and a second time-saving notification display unit 168b, but the number of time-saving notification display units 168 is not limited to this.

また、詳細は後述するが、時短遊技状態には、A時短遊技状態とB時短遊技状態とC時短遊技状態とが含まれている。そして、例えば、第1時短報知用表示部168aと第2時短報知用表示部168bとによる点灯または消灯の組合せによって、いずれの時短遊技状態であるかを把握できるように構成されている。 The time-saving game state includes time-saving game state A, time-saving game state B, and time-saving game state C, which will be described in detail later. And, for example, it is configured so that it is possible to know which time-saving game state is being used by the combination of lighting or extinguishing of the first time-saving notification display unit 168a and the second time-saving notification display unit 168b.

時短報知用表示部168は、実行中の時短制御に応じて第1時短報知用表示部168aまたは/および第2時短報知用表示部168bを点灯させるようにしてもよいが、例えば、時短制御の実行中であるか否かまたは実行中の時短制御の種類を外観で把握できない態様(例えば、全消灯、全点灯、実行中の時短制御とはかかわりのない態様)で点灯または消灯させることで、時短制御の実行中であることや、実行中の時短制御の種類を外観で把握できないように秘匿にしてもよい。とくに、時短制御の実行中であるか否かについては外観で把握できる可能性があるが、いずれの時短制御が実行されているかについては外観で把握することが困難である場合があるため、実行中の時短制御の種類を秘匿とすることで、興趣を高めることが可能である。 The time-saving notification display unit 168 may light up the first time-saving notification display unit 168a and/or the second time-saving notification display unit 168b depending on the time-saving control being executed, but may be turned on or off in a manner that makes it impossible to know from the outside whether or not time-saving control is being executed or the type of time-saving control being executed (for example, all lights off, all lights on, or a manner unrelated to the time-saving control being executed), thereby concealing the fact that time-saving control is being executed or the type of time-saving control being executed. In particular, while it may be possible to know from the outside whether or not time-saving control is being executed, it may be difficult to know from the outside which time-saving control is being executed, so by concealing the type of time-saving control being executed, it is possible to increase interest.

ただし、時短制御の実行中に電源が遮断された際、後述するバックアップコンデンサ207の機能により、時短制御の実行中であることを示すデータのみならず、実行中の時短制御の種類を示すデータについても消失しない。よって、時短制御の実行中に電源が遮断され、その後電源が投入された場合、時短制御中であることや、実行中の時短制御の種類を外観で把握できる態様で、時短報知用表示部168が点灯または消灯する。 However, when the power supply is cut off while time-saving control is being executed, due to the function of the backup capacitor 207 described below, not only the data indicating that time-saving control is being executed, but also the data indicating the type of time-saving control being executed is not lost. Therefore, if the power supply is cut off while time-saving control is being executed and then turned on, the time-saving notification display unit 168 turns on or off in a manner that allows the user to know from the outside that time-saving control is being executed and the type of time-saving control being executed.

なお、電源が遮断される前に、時短制御の実行中であることや、実行中の時短制御の種類を外観で把握できないように秘匿にされていた場合であっても、電源が投入された場合には、時短制御の実行中であることおよび実行中の時短制御の種類を外観で把握できる態様で、時短報知用表示部168を点灯または/および消灯させるように構成されている。 Even if the fact that time-saving control is being executed and the type of time-saving control being executed are concealed so that they cannot be seen from the outside before the power is cut off, when the power is turned on, the time-saving notification display unit 168 is configured to light and/or turn off in a manner that allows the fact that time-saving control is being executed and the type of time-saving control being executed to be seen from the outside.

[1-2.電気的構成]
次に、図6を参照して、第1のパチンコ遊技機の制御回路について説明する。図6は、第1のパチンコ遊技機の制御回路を示すブロック図の一例である。
[1-2. Electrical configuration]
Next, the control circuit of the first pachinko gaming machine will be described with reference to Fig. 6. Fig. 6 is an example of a block diagram showing the control circuit of the first pachinko gaming machine.

図6に示されるように、第1のパチンコ遊技機は、主に、遊技の制御を行う主制御回路200と、遊技の進行に応じた演出の制御を行うサブ制御回路300と、払出・発射制御回路400と、電源供給回路450と、から構成される。 As shown in FIG. 6, the first pachinko game machine is mainly composed of a main control circuit 200 that controls the game, a sub-control circuit 300 that controls the presentation according to the progress of the game, a payout/launch control circuit 400, and a power supply circuit 450.

[1-2-1.主制御回路]
主制御回路200は、例えば電源投入時に実行される処理や遊技動作にかかわる処理等を制御するものであって、メインCPU201、メインROM202(読み出し専用メモリ)、メインRAM203(読み書き可能メモリ)、初期リセット回路204およびバックアップコンデンサ207等を備えており、主基板ケース(不図示)内に収容されている。
[1-2-1. Main control circuit]
The main control circuit 200 controls, for example, processes executed when the power is turned on and processes related to game operations, and is equipped with a main CPU 201, a main ROM 202 (read-only memory), a main RAM 203 (read/write memory), an initial reset circuit 204, and a backup capacitor 207, and is housed in a main board case (not shown).

メインCPU201には、メインROM202、メインRAM203および初期リセット回路204等が接続される。メインCPU201は、動作を監視するWDT(watchdog timer)や不正を防止するための機能等が内蔵されている。 The main CPU 201 is connected to a main ROM 202, a main RAM 203, an initial reset circuit 204, etc. The main CPU 201 has built-in functions such as a watchdog timer (WDT) that monitors operation and a function for preventing fraud.

メインROM202には、メインCPU201により第1のパチンコ遊技機の動作を制御するためのプログラムや、各種のテーブル等が記憶されている。メインCPU201は、メインROM202に記憶されたプログラムに従って、各種の処理を実行する機能を有する。 The main ROM 202 stores programs for controlling the operation of the first pachinko gaming machine by the main CPU 201, various tables, etc. The main CPU 201 has the function of executing various processes according to the programs stored in the main ROM 202.

メインRAM203には、遊技の進行に必要な各種データを記憶する記憶領域が設けられている。このメインRAM203は、メインCPU201の一時記憶領域として、種々のフラグや変数の値を記憶する機能を有する。なお、本実施例においては、メインCPU201の一時記憶領域としてRAMを用いているが、これに限らず、読み書き可能な記憶媒体であればよい。 The main RAM 203 is provided with a storage area for storing various data necessary for the progress of the game. This main RAM 203 has the function of storing various flags and variable values as a temporary storage area for the main CPU 201. Note that, although in this embodiment, RAM is used as the temporary storage area for the main CPU 201, this is not limiting and any readable/writable storage medium may be used.

初期リセット回路204は、メインCPU201を監視し、必要に応じてリセット信号を出力するものである。 The initial reset circuit 204 monitors the main CPU 201 and outputs a reset signal when necessary.

バックアップコンデンサ207は、電断時等に、メインRAM203に格納されているデータが消失しないように一時的に電力を供給する機能を有するものである。 The backup capacitor 207 has the function of temporarily supplying power to prevent data stored in the main RAM 203 from being lost in the event of a power outage, etc.

さらに、主制御回路200は、各種デバイス等との間で通信可能に接続されるI/Oポート205、および、サブ制御回路300に対して各種コマンドを出力可能に接続されるコマンド出力ポート206等も備える。 The main control circuit 200 also includes an I/O port 205 that is connected to various devices and other devices so as to be able to communicate with each other, and a command output port 206 that is connected to the sub-control circuit 300 so as to be able to output various commands to the sub-control circuit 300.

また、主制御回路200には、各種のデバイスが接続されている。例えば、主制御回路200には、上述した普通図柄表示部161、普通図柄用保留表示部162、第1特別図柄表示部163、第2特別図柄表示部164、第1特別図柄用保留表示部165、第2特別図柄用保留表示部166、確変報知用表示部167、時短報知用表示部168、普電用ソレノイド148、および、特電用ソレノイド135等が接続されている。また、主制御回路200には、これらの他、性能表示モニタ170およびエラー報知モニタ172等も接続されている。主制御回路200は、I/Oポート205を介して信号を送信することにより、これらのデバイスの動作を制御することができる。 In addition, various devices are connected to the main control circuit 200. For example, the above-mentioned normal symbol display unit 161, normal symbol reserved display unit 162, first special symbol display unit 163, second special symbol display unit 164, first special symbol reserved display unit 165, second special symbol reserved display unit 166, probability change notification display unit 167, time reduction notification display unit 168, normal power solenoid 148, and special power solenoid 135 are connected to the main control circuit 200. In addition to these, the performance display monitor 170 and error notification monitor 172 are also connected to the main control circuit 200. The main control circuit 200 can control the operation of these devices by sending signals via the I/O port 205.

性能表示モニタ170には、メインCPU201の制御により性能表示データや後述する設定値等が表示される。性能表示データは、例えば、所定数(例えば60000個)の遊技球の発射に対して大当り遊技状態以外の遊技状態で払い出された遊技球の割合を示すデータであり、ベース値とも呼ばれる。 The performance display monitor 170 displays performance display data and setting values (described later) under the control of the main CPU 201. The performance display data is data that indicates, for example, the ratio of game balls paid out in a game state other than a jackpot game state for a predetermined number of game balls (e.g., 60,000 balls) shot, and is also called a base value.

エラー報知モニタ172には、エラーコードが表示される。また、エラー報知モニタ172には、エラーコードの他に、例えば後述する設定機能付きのパチンコ遊技機であれば、設定変更処理中であることを示す設定変更中コード、設定確認処理中であることを示す設定確認中コード等を表示することもできる。なお、設定変更中コードとしては、特別図柄の表示として通常では表示することのない図柄(例えば、設定変更中であることを示す設定変更図柄)を表示するようにしてもよい。 The error notification monitor 172 displays an error code. In addition to the error code, the error notification monitor 172 can also display a setting change code indicating that a setting change process is in progress, a setting confirmation code indicating that a setting confirmation process is in progress, etc., in the case of a pachinko gaming machine with a setting function, which will be described later. Note that the setting change code may be configured to display a symbol that is not normally displayed as a special symbol (for example, a setting change symbol indicating that a setting change is in progress).

また、主制御回路200には、第1始動口スイッチ121、第2始動口スイッチ141、通過ゲートスイッチ127、カウントスイッチ132、および、一般入賞口スイッチ123等も接続されている。これらのスイッチが検出されると、検出信号がI/Oポート205を介して主制御回路200に出力される。 The main control circuit 200 is also connected to the first start port switch 121, the second start port switch 141, the pass gate switch 127, the count switch 132, and the general winning port switch 123. When these switches are detected, a detection signal is output to the main control circuit 200 via the I/O port 205.

さらに、主制御回路200には、ホール係員を呼び出す機能や大当り回数を表示する機能等を有する呼出装置(不図示)、ホール全体のパチンコ遊技機を管理するホールコンピュータ186にデータ送信する際に用いる外部端子板184、後述する設定機能付きのパチンコ遊技機であれば設定値を変更したり確認したりする際に操作される設定キー174aを差し込む設定キー差込口174、メインRAM203に格納されるバックアップデータを遊技場の管理者の操作に応じてクリアすることが可能なRAMクリアスイッチ176等が接続されている。本実施例において、RAMクリアスイッチ176は、後述する設定値を変更する際のスイッチも兼用しているが、これに限られず、設定値を変更するための設定スイッチを設けるようにしてもよい。 Furthermore, the main control circuit 200 is connected to a calling device (not shown) having functions such as calling a hall attendant and displaying the number of jackpots, an external terminal board 184 used to send data to a hall computer 186 that manages the pachinko machines in the entire hall, a setting key socket 174 into which a setting key 174a is inserted that is operated to change or check the setting value in the case of a pachinko machine with a setting function described later, and a RAM clear switch 176 that can clear the backup data stored in the main RAM 203 in response to the operation of the gaming center manager. In this embodiment, the RAM clear switch 176 also serves as a switch for changing the setting value described later, but is not limited to this, and a setting switch for changing the setting value may also be provided.

また、設定キー差込口174およびRAMクリアスイッチ176は、遊技場の管理者以外の第三者(例えば遊技者)が容易に触ることができないように、所定のケース内に収容されていることが好ましい。「所定のケース内」には、当該ケースを開放しないと設定キー差込口174やRAMクリアスイッチ176に接触できない構成のものだけでなく、当該ケースの設定キー差込口174およびRAMクリアスイッチ176の対応箇所にのみ切欠きが設けられ、遊技場の管理者が管理する鍵を使用して島設備からパチンコ遊技機を回動させて背面を露出させたときに、遊技場の管理者が設定キー差込口174または/およびRAMクリアスイッチ176に接触できるように構成されているものも含まれる。 The setting key slot 174 and the RAM clear switch 176 are preferably housed in a specified case so that they cannot be easily touched by third parties (e.g., players) other than the arcade manager. "Inside a specified case" includes not only a case in which the setting key slot 174 and the RAM clear switch 176 cannot be touched unless the case is opened, but also a case in which notches are provided only at the locations corresponding to the setting key slot 174 and the RAM clear switch 176, so that the arcade manager can touch the setting key slot 174 and/or the RAM clear switch 176 when the pachinko machine is rotated from the island equipment using a key managed by the arcade manager to expose the back.

なお、本実施例では、設定キー差込口174およびRAMクリアスイッチ176は、主制御回路200に接続されているが、これに限られず、例えば、払出・発射制御回路400や電源供給回路450に接続されるような構成にしてもよい。この場合にもまた、遊技場の管理者以外の第三者が設定キー差込口174やRAMクリアスイッチ176に容易に接触できないようにすることが好ましい。 In this embodiment, the setting key slot 174 and the RAM clear switch 176 are connected to the main control circuit 200, but this is not limited thereto, and they may be configured to be connected to the payout/launch control circuit 400 or the power supply circuit 450, for example. In this case, too, it is preferable to prevent third parties other than the arcade manager from easily touching the setting key slot 174 or the RAM clear switch 176.

[1-2-2.サブ制御回路]
サブ制御回路300は、サブCPU301、プログラムROM302、ワークRAM303、表示制御回路304、音声制御回路305、LED制御回路306、役物制御回路307およびコマンド入力ポート308等を備える。サブ制御回路300は、主制御回路200からの指令に応じて遊技の進行に応じた演出を実行する。なお、図6には示されていないが、サブ制御回路300には、遊技者が操作可能な演出ボタン54(図1参照)等も接続されている。
[1-2-2. Sub-control circuit]
The sub-control circuit 300 includes a sub-CPU 301, a program ROM 302, a work RAM 303, a display control circuit 304, a sound control circuit 305, an LED control circuit 306, a role control circuit 307, and a command input port 308. The sub-control circuit 300 executes effects according to the progress of the game in response to commands from the main control circuit 200. Although not shown in Fig. 6, the sub-control circuit 300 is also connected to effect buttons 54 (see Fig. 1) that can be operated by the player.

プログラムROM302には、サブCPU301により第1のパチンコ遊技機の遊技演出を制御するためのプログラムや、各種のテーブル等が記憶されている。サブCPU301は、プログラムROM302に記憶されたプログラムに従って、各種の処理を実行する機能を有する。特に、サブCPU301は、主制御回路200から送信される各種のコマンドに従って、遊技演出にかかる制御を行う。 The program ROM 302 stores programs for controlling the game presentation of the first pachinko game machine by the sub-CPU 301, various tables, etc. The sub-CPU 301 has the function of executing various processes according to the programs stored in the program ROM 302. In particular, the sub-CPU 301 controls the game presentation according to various commands sent from the main control circuit 200.

ワークRAM303は、サブCPU301の一時記憶領域として種々のフラグや変数の値を記憶する機能を有する。 The work RAM 303 has the function of storing various flags and variable values as a temporary storage area for the sub-CPU 301.

表示制御回路304は、表示装置7における表示制御を行うための回路である。表示制御回路304は、画像データプロセッサ(以下、VDPと称する)や、各種の画像データを生成するためのデータが記憶されている画像データROM、画像データを一時的に格納するフレームバッファ、画像データを画像信号として変換するD/Aコンバータ等を備える。 The display control circuit 304 is a circuit for controlling the display of the display device 7. The display control circuit 304 includes an image data processor (hereinafter referred to as VDP), an image data ROM in which data for generating various types of image data is stored, a frame buffer for temporarily storing image data, a D/A converter for converting image data into an image signal, and the like.

表示制御回路304は、サブCPU301からの画像表示命令に応じて、表示装置7に表示させるための画像データを一時的にフレームバッファに格納する。なお、表示装置7に表示させるための画像データには、装飾図柄を示す装飾図柄画像データ、背景画像データ、演出用画像データ等の、遊技に関する各種の画像データが含まれる。 The display control circuit 304 temporarily stores image data to be displayed on the display device 7 in a frame buffer in response to an image display command from the sub-CPU 301. The image data to be displayed on the display device 7 includes various image data related to the game, such as decorative pattern image data showing decorative patterns, background image data, and performance image data.

そして、表示制御回路304は、所定のタイミングで、フレームバッファに格納された画像データをD/Aコンバータに供給する。D/Aコンバータは、画像データを画像信号として変換し、当該変換した画像信号を所定のタイミングで表示装置7に供給する。表示装置7に画像信号が供給されると、表示装置7に当該画像信号に関する画像が表示される。こうして、表示制御回路304は、表示装置7に遊技に関する画像を表示させる制御を行うことができる。 Then, the display control circuit 304 supplies the image data stored in the frame buffer to the D/A converter at a predetermined timing. The D/A converter converts the image data into an image signal and supplies the converted image signal to the display device 7 at a predetermined timing. When the image signal is supplied to the display device 7, an image related to the image signal is displayed on the display device 7. In this way, the display control circuit 304 can control the display device 7 to display images related to the game.

音声制御回路305は、スピーカ32から発生させる音声に関する制御を行うための回路である。音声制御回路305は、音声に関する制御を行う音源ICや、各種の音声データを記憶する音声データROM、音声信号を増幅するための増幅器(以下、AMPと称する)等を備える。 The audio control circuit 305 is a circuit for controlling the audio generated from the speaker 32. The audio control circuit 305 includes a sound source IC for controlling the audio, an audio data ROM for storing various types of audio data, an amplifier (hereinafter referred to as an AMP) for amplifying the audio signal, and the like.

音源ICは、スピーカ32から出力される音声の制御を行う。音源ICは、サブCPU301からの音声発生命令に応じて、音声データROMに記憶されている複数の音声データから一つの音声データを選択する。また、音源ICは、選択された音声データを音声データROMから読み出し、音声データを所定の音声信号に変換し、当該変換した音声信号をAMPに供給する。AMPは、スピーカ32から出力される音声や効果音等の信号を増幅させるものである。 The sound source IC controls the sound output from the speaker 32. In response to a sound generation command from the sub-CPU 301, the sound source IC selects one piece of sound data from multiple pieces of sound data stored in the sound data ROM. The sound source IC also reads the selected sound data from the sound data ROM, converts the sound data into a specified sound signal, and supplies the converted sound signal to the AMP. The AMP amplifies signals such as sound and sound effects output from the speaker 32.

LED制御回路306は、装飾LED等を含むLED群46の制御を行うための回路である。LED制御回路306は、LED制御信号を供給するためのドライブ回路や、複数種類のLED装飾パターンが記憶されている装飾データROM等を備える。 The LED control circuit 306 is a circuit for controlling the LED group 46, which includes decorative LEDs. The LED control circuit 306 includes a drive circuit for supplying LED control signals, a decoration data ROM in which multiple types of LED decoration patterns are stored, and the like.

役物制御回路307は、各役物(例えば、演出用役物群58のうちの一または複数の役物)の動作を制御するための回路である。役物制御回路307は、各役物に対して、駆動信号を供給するための駆動回路や、点灯制御信号を供給するための点灯回路、動作パターンや点灯パターンが記憶されている役物データROM等を備える。 The reel control circuit 307 is a circuit for controlling the operation of each reel (for example, one or more reels among the group of performance reels 58). The reel control circuit 307 includes a drive circuit for supplying a drive signal to each reel, a lighting circuit for supplying a lighting control signal, and a reel data ROM in which operation patterns and lighting patterns are stored.

また、役物制御回路307は、サブCPU301からの役物作動命令に応じて、役物データROMに記憶されている複数の動作パターンから一つの動作パターンを選択する。そして、選択した動作パターンを役物データROMから読み出し、読み出した動作パターンに対応する駆動信号を供給することにより、各役物の機械的な動作を制御する。また、点灯回路は、サブCPU301からの点灯命令に基づいて、役物データROMに記憶されている複数の点灯パターンから一つの点灯パターンを選択する。そして、選択した点灯パターンを役物データROMから読み出し、読み出した点灯パターンに対応する点灯制御信号を供給することにより、各役物の点灯動作を制御する。 The reel control circuit 307 selects one of the multiple operation patterns stored in the reel data ROM in response to a reel operation command from the sub-CPU 301. The selected operation pattern is then read from the reel data ROM, and a drive signal corresponding to the read operation pattern is supplied to control the mechanical operation of each reel. The lighting circuit selects one of the multiple lighting patterns stored in the reel data ROM in response to a lighting command from the sub-CPU 301. The selected lighting pattern is then read from the reel data ROM, and a lighting control signal corresponding to the read lighting pattern is supplied to control the lighting operation of each reel.

コマンド入力ポート308は、コマンド出力ポート206と接続されており、主制御回路200から送信された各種コマンドを受信するものである。 The command input port 308 is connected to the command output port 206 and receives various commands sent from the main control circuit 200.

[1-2-3.払出・発射制御回路]
払出・発射制御回路400は、賞球や貸球の払い出しを制御するものであり、この払出・発射制御回路400には、遊技球を払い出すことが可能な払出装置82、遊技球を発射させることが可能な発射装置6、球貸しにかかる制御を実行可能なカードユニット180等が接続されている。
[1-2-3. Payout/launch control circuit]
The payout/launch control circuit 400 controls the payout of prize balls and loan balls, and is connected to a payout device 82 capable of paying out game balls, a launch device 6 capable of launching game balls, a card unit 180 capable of executing control related to ball lending, and the like.

払出・発射制御回路400は、主制御回路200から送信される賞球制御コマンドを受信すると、払出装置82に対して所定の信号を送信し、払出装置82に遊技球を払い出させる制御を行う。 When the payout/launch control circuit 400 receives a prize ball control command sent from the main control circuit 200, it sends a predetermined signal to the payout device 82 and controls the payout device 82 to pay out game balls.

カードユニット180には、球貸し操作パネル182が接続されている。球貸し操作パネル182には、球貸しを受けるための球貸しボタンや、キャッシュデータが記憶されている球貸しカードの返却を受けるための貸出返却ボタン(いずれも不図示)が設けられている。例えば遊技者によって球貸し操作が行われると、球貸し操作に応じた貸し球制御信号がカードユニット180に送信される。払出・発射制御回路400は、カードユニット180から送信された貸し球制御信号に基づいて、払出装置82に遊技球を払い出させる制御を行う。なお、操作パネル182は、パチンコ遊技機側に設けられることが多いが、カードユニット180側に設けられてもよい。 The card unit 180 is connected to a ball lending operation panel 182. The ball lending operation panel 182 is provided with a ball lending button for receiving a ball lending, and a loan/return button for receiving the return of a ball lending card on which cache data is stored (both not shown). For example, when a player performs a ball lending operation, a loan ball control signal corresponding to the ball lending operation is transmitted to the card unit 180. The payout/launch control circuit 400 controls the payout device 82 to pay out game balls based on the loan ball control signal transmitted from the card unit 180. The operation panel 182 is often provided on the pachinko game machine side, but may be provided on the card unit 180 side.

また、払出・発射制御回路400は、発射ハンドル62が時計回りの方向へ回動操作されたことに基づいて、その回動角度(回動量)に応じて発射ソレノイド(図示せず)に電力を供給し、遊技球を発射させる制御を行う。 In addition, when the launch handle 62 is rotated clockwise, the payout/launch control circuit 400 supplies power to a launch solenoid (not shown) according to the rotation angle (amount of rotation), and controls the launch of the game ball.

[1-2-4.電源供給回路]
電源供給回路450は、遊技に際して必要な電源電圧を、主制御回路200、サブ制御回路300、払出・発射制御回路400等に供給するために作成する電源回路である。
[1-2-4. Power supply circuit]
The power supply circuit 450 is a power supply circuit created to supply the power supply voltage required during play to the main control circuit 200, the sub control circuit 300, the payout/launch control circuit 400, etc.

電源供給回路450には、電源スイッチ95等が接続されている。電源スイッチ95は、パチンコ遊技機(より詳しくは、主制御回路200、サブ制御回路300、払出・発射制御回路400等)に必要な電源を供給するときにオン操作するものである。 The power supply circuit 450 is connected to a power switch 95 and other components. The power switch 95 is turned on when the necessary power is to be supplied to the pachinko game machine (more specifically, the main control circuit 200, the sub-control circuit 300, the payout/launch control circuit 400, etc.).

[1-3.遊技フロー]
次に、図7および図8を参照して、遊技フローの一例について説明する。図7は、遊技フローの一例である。図8は、遊技状態の遷移を示す遊技状態遷移図の一例である。なお、図7に示される遊技フローは、制御上のフローではなく、外観で把握できるフローである。
[1-3. Game flow]
Next, an example of a game flow will be described with reference to Fig. 7 and Fig. 8. Fig. 7 is an example of a game flow. Fig. 8 is an example of a game state transition diagram showing the transition of a game state. Note that the game flow shown in Fig. 7 is not a control flow, but a flow that can be grasped from the outside.

図7に示されるように、パチンコゲームでは、遊技者等のユーザー操作により遊技球が発射され、その遊技球が各種入賞口(例えば、第1始動口120等)に入賞した場合に遊技球の払出制御処理が行われる。パチンコゲームには、特別図柄を用いる特別図柄ゲームと、普通図柄を用いる普通図柄ゲームとが含まれる。特別図柄ゲームとは、例えば、始動口120,140への遊技球の入賞に基づいて特別図柄の当り判定処理を実行し、大当り遊技状態に移行させるか否か等を決定するゲームである。また、普通図柄ゲームとは、例えば、通過ゲート126への遊技球の通過に基づいて普通図柄の当り判定処理を実行し、普通電動役物146を作動させて入賞口(本実施例では第2始動口140)を開放状態とするか否か等を決定するゲームである。なお、この明細書において、「特別図柄ゲーム」を「遊技」と称する場合もあるが、「遊技」は広い概念で用いられる用語であり、例えば、普通図柄ゲームや演出ボタン54等の操作部(例えば図1参照)を使用する演出上のゲーム等も「遊技」に含まれる。 As shown in FIG. 7, in a pachinko game, a game ball is launched by a user operation such as a player, and when the game ball enters one of the various winning holes (for example, the first starting hole 120, etc.), a payout control process for the game ball is performed. Pachinko games include a special symbol game using a special symbol and a normal symbol game using a normal symbol. The special symbol game is, for example, a game in which a hit determination process for a special symbol is performed based on the winning of a game ball into the starting hole 120, 140, and whether or not to transition to a jackpot game state is determined. The normal symbol game is, for example, a game in which a hit determination process for a normal symbol is performed based on the passage of a game ball through the passing gate 126, and whether or not to open the winning hole (in this embodiment, the second starting hole 140) by operating the normal electric device 146 is determined. In this specification, "special symbol games" are sometimes referred to as "games," but "games" is a term used in a broad sense, and for example, normal symbol games and games with effects that use operation units such as the effect button 54 (see, for example, Figure 1) are also included in "games."

また、この明細書において、特別図柄の可変表示が開始されてから、この可変表示が終了して特別図柄の当り判定処理の結果が確定表示(導出)されるまで(より詳しくは、特別図柄確定時間が経過するまで)を1回の特別図柄ゲームとする。ただし、特別図柄の当り判定処理の結果が導出された後、大当り遊技状態に制御された場合は、大当り遊技状態の終了までを1回の特別図柄ゲームとする。なお、第1のパチンコ遊技機では小当りが特別図柄の当り判定処理の結果に含まれないが、小当りが特別図柄の当り判定処理の結果に含まれるパチンコ遊技機では、特別図柄の当り判定処理の結果が導出された後、小当り遊技状態に制御された場合、小当り遊技状態の終了までを1回の特別図柄ゲームとする。 In addition, in this specification, one special pattern game is defined as the period from when the variable display of the special pattern begins until this variable display ends and the result of the special pattern hit determination process is definitively displayed (derived) (more specifically, until the special pattern determination time has passed). However, if the game is controlled to a big hit game state after the result of the special pattern hit determination process is derived, one special pattern game is defined as the period until the end of the big hit game state. Note that in the first pachinko game machine, small hits are not included in the result of the special pattern hit determination process, but in the pachinko game machine in which small hits are included in the result of the special pattern hit determination process, one special pattern game is defined as the period until the end of the small hit game state after the result of the special pattern hit determination process is derived and the game is controlled to a small hit game state.

特別図柄ゲームにおいて大当りを示す停止表示態様が第1特別図柄表示部163または第2特別図柄表示部164に導出されると、大当り遊技状態に制御される。大当り遊技状態では、特別電動役物133の作動によって大入賞口131が所定時間(例えば最大30000msec)にわたって開放状態となるラウンド遊技が実行され、大入賞口131への入賞可能性が相対的に高められる。 When a stop display mode indicating a jackpot in a special symbol game is output to the first special symbol display unit 163 or the second special symbol display unit 164, the game is controlled to a jackpot game state. In the jackpot game state, a round game is executed in which the special electric device 133 is operated to keep the jackpot winning hole 131 open for a predetermined time (for example, up to 30,000 msec), and the possibility of winning in the jackpot winning hole 131 is relatively increased.

また、普通図柄ゲームにおいて普通図柄当りを示す停止表示態様が普通図柄表示部161に導出されると、普通電動役物146の作動によって入賞口(例えば、本実施例では第2始動口140)が開放状態となり、例えば第2始動口140への入賞可能性が相対的に高められる。 In addition, when a stop display mode indicating a normal symbol win is output to the normal symbol display unit 161 in a normal symbol game, the normal electric device 146 is activated to open the winning hole (for example, the second starting hole 140 in this embodiment), and the possibility of winning through the second starting hole 140, for example, is relatively increased.

なお、パチンコゲームにおいて実行可能なゲームは、特別図柄ゲームおよび普通図柄ゲームに限られず、これらとは別の新たなゲームを実行可能であってもよい。 The games that can be played in a pachinko game are not limited to special symbol games and normal symbol games, and new games other than these may also be playable.

以下、特別図柄ゲームおよび普通図柄ゲームの遊技フローの概要を説明する。 The following provides an overview of the game flow for special symbol games and regular symbol games.

[1-3-1.特別図柄ゲーム]
図7に示されるように、特別図柄ゲームには、主として、第1始動口120または第2始動口140への入賞(通過)があった場合に行われる特別図柄始動入賞処理、および、特別図柄の始動条件が成立したことに基づいて行われる特別図柄制御処理、等が含まれる。
[1-3-1. Special symbol game]
As shown in Figure 7, the special pattern game mainly includes a special pattern start winning process which is carried out when there is a winning (passing) through the first start port 120 or the second start port 140, and a special pattern control process which is carried out based on the establishment of the start conditions for the special pattern.

第1始動口120または第2始動口140への遊技球の入賞があった場合、特別図柄始動入賞処理が行われる。この特別図柄始動入賞処理では、特別図柄用の各種カウンタ(例えば、大当り判定用カウンタ、図柄決定用カウンタ等)から特別図柄にかかる各種データ(例えば、大当り判定用乱数値、図柄乱数値、リーチ判定用乱数値、および、演出選択用乱数値等の各種乱数値等)がそれぞれ抽出(取得)される。抽出された各乱数値は始動情報として保留される。この特別図柄始動入賞処理は、特別図柄制御処理の実行中であっても行われる。 When a game ball enters the first start hole 120 or the second start hole 140, a special symbol start winning process is performed. In this special symbol start winning process, various data related to the special symbol (e.g., various random number values such as a random number value for determining a jackpot, a random number value for a pattern, a random number value for determining a reach, and a random number value for selecting a performance) are extracted (obtained) from various counters for the special symbol (e.g., a counter for determining a jackpot, a counter for determining a pattern, etc.). Each extracted random number value is reserved as start information. This special symbol start winning process is performed even when the special symbol control process is being executed.

また、特別図柄制御処理では、特別図柄の始動条件が成立したか否かが判定される。特別図柄の始動条件が成立すると、特別図柄の大当り判定用カウンタから抽出された大当り判定用乱数値を参照し、「大当り」であるか否かを判定する特別図柄の当り判定処理が行われる。その後、停止図柄を決定する停止図柄決定処理が行われる。停止図柄決定処理では、特別図柄の図柄決定用カウンタから抽出された図柄決定用乱数値と、特別図柄の当り判定処理の結果とを参照し、停止表示させる特別図柄が決定される。 In addition, in the special symbol control process, it is determined whether or not the start conditions for the special symbol are met. When the start conditions for the special symbol are met, a special symbol hit determination process is performed to determine whether or not there is a "jackpot" by referring to the random number value for jackpot determination extracted from the special symbol's jackpot determination counter. After that, a stop symbol determination process is performed to determine the stop symbol. In the stop symbol determination process, the special symbol to be stopped is determined by referring to the random number value for pattern determination extracted from the special symbol's pattern determination counter and the result of the special symbol hit determination process.

なお、本実施例では、確変フラグがオンであれば確変制御が実行される。上記の特別図柄の当り判定処理では、確変フラグがオフの場合は相対的に低い確率で「大当り」であると判定され、確変フラグがオンの場合は相対的に高い確率で「大当り」であると判定される。以下、この明細書において、「大当り」であると判定される確率を「大当り確率」と称する。 In this embodiment, if the probability of a special symbol being played is turned on, the probability of a special symbol being played is controlled. In the process of determining whether or not a special symbol is played, if the probability of a special symbol being played is turned off, the probability of a special symbol being played is relatively low, whereas if the probability of a special symbol being played is turned on, the probability of a special symbol being played is relatively high. In the following description, the probability of a special symbol being determined to be a special symbol being played is referred to as the probability of a special symbol being played.

なお、確変フラグは、メインRAM203に格納される管理フラグの一つであり、確変制御を実行するか否かを管理するためのフラグである。確変フラグがオンの場合、確変制御が実行される遊技状態(例えば本実施例では高確時短遊技状態)において遊技が進行する。一方、確変フラグがオフの場合、確変制御が実行されない遊技状態(例えば、通常遊技状態や低確時短遊技状態)において遊技が進行する。 The high probability flag is one of the management flags stored in the main RAM 203, and is a flag for managing whether or not high probability control is executed. When the high probability flag is on, the game proceeds in a game state in which high probability control is executed (for example, in this embodiment, a high probability time-saving game state). On the other hand, when the high probability flag is off, the game proceeds in a game state in which high probability control is not executed (for example, a normal game state or a low probability time-saving game state).

次いで、特別図柄の変動パターン決定処理が行われる。この処理では、変動パターン決定用カウンタから乱数値を抽出し、その乱数値と、上述した特別図柄の当り判定処理の結果と、上述した停止表示させる特別図柄とを参照し、特別図柄の変動パターン(可変表示パターン)が決定される。そして、特別図柄の変動パターン決定処理の結果に基づいて特別図柄の可変表示制御処理が行われる。 Next, a process for determining the variation pattern of the special symbol is performed. In this process, a random number is extracted from the variation pattern determination counter, and the variation pattern of the special symbol (variable display pattern) is determined by referencing the random number, the result of the special symbol winning judgment process described above, and the special symbol to be stopped and displayed as described above. Then, a process for controlling the variable display of the special symbol is performed based on the result of the special symbol variation pattern determination process.

特別図柄の変動パターンが決定されると、次に演出パターンを決定するための演出パターン決定処理が行われる。そして、演出パターン決定処理の結果に基づいて、表示装置7の表示領域に表示される例えば装飾図柄やキャラクタ演出等の表示演出、および、スピーカ32から出力される音声や効果音等の音演出等の演出制御処理が行われる。なお、演出制御処理はサブCPU301によって行われる。 Once the variation pattern of the special symbols is determined, a presentation pattern determination process is then performed to determine the presentation pattern. Then, based on the results of the presentation pattern determination process, presentation control process is performed for display presentation such as decorative symbols and character presentations displayed in the display area of the display device 7, and sound presentation such as voice and sound effects output from the speaker 32. The presentation control process is performed by the sub-CPU 301.

そして、特別図柄の可変表示制御処理および演出制御処理が終了し、大当りである場合、大当り遊技制御処理が行われる。大当り遊技制御処理は、大当り遊技状態において実行される処理である。大当り遊技状態が終了すると、特別図柄ゲームが終了し、大当りでない非大当り遊技状態への遊技状態移行制御処理が行われる。この場合、大当りの種類に応じて遊技状態が移行する。例えば、確変フラグおよび時短フラグのいずれもがオンにセットされる大当り種類である場合、大当り遊技状態の終了後、高確時短遊技状態に移行する。 Then, when the special pattern variable display control process and the presentation control process are completed and a jackpot has been hit, a jackpot game control process is carried out. The jackpot game control process is a process executed in the jackpot game state. When the jackpot game state ends, the special pattern game ends, and a game state transition control process to a non-jackpot game state is carried out. In this case, the game state transitions depending on the type of jackpot. For example, if the jackpot type is one in which both the probability variable flag and the time-saving flag are set to on, the game transitions to a high-probability time-saving game state after the jackpot game state ends.

一方、大当りでないすなわちハズレである場合、特別図柄ゲームが終了する。なお、第1のパチンコ遊技機では特別図柄の当り判定処理の結果に小当りが含まれないが、特別図柄の当り判定処理の結果に小当りが含まれるパチンコ遊技機では、小当りに当選すると小当り遊技制御処理が行われる。また、図7には示されていないが、後述する時短当りである場合は、時短遊技状態に移行する。 On the other hand, if there is no big win, i.e., if it is a miss, the special symbol game ends. Note that in the first pachinko gaming machine, the result of the special symbol hit determination process does not include a small win, but in the pachinko gaming machine in which the result of the special symbol hit determination process includes a small win, a small win game control process is performed when a small win is won. Also, although not shown in FIG. 7, if there is a time-saving hit, which will be described later, the game will transition to a time-saving game state.

そして、特別図柄の始動条件が成立する都度、上述した特別図柄制御処理の各種処理が繰り返される。 Then, each time the conditions for starting the special symbol are met, the various processes of the special symbol control process described above are repeated.

なお、特別図柄制御処理中に始動口120,140への遊技球の入賞があった場合、特別図柄始動入賞処理が実行される。また、始動口120,140への遊技球の入賞時に抽出される特別図柄の始動情報(例えば、大当り判定用乱数値、特別図柄の図柄乱数値、リーチ判定用乱数値、および、演出選択用乱数値等の各種乱数値等の各種データ)を、特別図柄の始動条件が成立するまで保留する。 If a game ball enters the start hole 120, 140 during the special symbol control process, the special symbol start entry process is executed. In addition, the start information of the special symbol extracted when the game ball enters the start hole 120, 140 (for example, various data such as random numbers for determining a jackpot, random numbers for the special symbol, random numbers for reaching a jackpot, and random numbers for selecting effects) is held until the start condition of the special symbol is met.

また、第1のパチンコ遊技機では、第1特別図柄の始動情報の4個と第2特別図柄の始動情報の4個とで合計最大8個まで特別図柄の始動情報を保留することができるが、保留できる特別図柄の始動情報の数はこれに限られない。例えば、第1特別図柄の始動情報を第2特別図柄の始動情報よりも多く保留できるようにしてもよいし、第2特別図柄の始動情報を第1特別図柄の始動情報よりも多く保留できるようにしてもよい。 In addition, in the first pachinko gaming machine, a maximum of eight pieces of start information for special patterns can be reserved, consisting of four pieces of start information for the first special pattern and four pieces of start information for the second special pattern, but the number of start information for special patterns that can be reserved is not limited to this. For example, more start information for the first special pattern may be reserved than start information for the second special pattern, or more start information for the second special pattern may be reserved than start information for the first special pattern.

また、図7には示されていないが、特別図柄が始動入賞してから特別図柄の始動条件が成立するまでの間に、始動口120,140への遊技球の入賞(通過)時に抽出された始動情報に基づいて当落(「大当り」当選の有無)や変動パターンを特別図柄の当り判定処理に先だって判定する先読み判定(例えば、後述の図52のS396を参照)を行い、この先読み判定の結果に基づいて所定の演出を行う先読み演出機能を備えるようにしてもよい。なお、上記の先読み判定は、始動口120,140への遊技球の入賞によって抽出された始動情報が保留される前に行ってもよいし、保留された後に行ってもよい。 Also, although not shown in FIG. 7, a look-ahead determination (see, for example, S396 in FIG. 52 described below) may be made between the start of the special symbol and the establishment of the start condition of the special symbol, to determine whether or not a "jackpot" has been won and the change pattern prior to the hit determination process of the special symbol based on the start information extracted when the game ball enters (passes) the start hole 120, 140, and a look-ahead performance function may be provided to perform a predetermined performance based on the result of this look-ahead determination. Note that the look-ahead determination may be made before or after the start information extracted by the game ball entering the start hole 120, 140 is reserved.

[1-3-2.普通図柄ゲーム]
図7に示されるように、普通図柄ゲームには、主として、通過ゲート126への遊技球の通過があった場合に行われる普通図柄始動通過処理、および、普通図柄の始動条件が成立したことに基づいて行われる普通図柄制御処理、等が含まれる。
[1-3-2. Normal symbol game]
As shown in FIG. 7, the normal pattern game mainly includes a normal pattern start passing process which is carried out when the game ball passes through the passing gate 126, and a normal pattern control process which is carried out based on the establishment of the normal pattern start condition.

通過ゲート126への遊技球の通過があった場合、普通図柄始動通過処理が実行される。この普通図柄始動通過処理では、普通図柄用の当り判定用カウンタから普通図柄の始動情報(例えば、普通図柄の当り判定用乱数値等)を抽出(取得)し、抽出した始動情報を保留する。 When a game ball passes through the passing gate 126, a normal symbol start passing process is executed. In this normal symbol start passing process, start information for the normal symbol (e.g., a random number value for determining whether or not a normal symbol is a hit) is extracted (obtained) from the winning determination counter for the normal symbol, and the extracted start information is reserved.

また、普通図柄制御処理では、メインCPU201は、普通図柄の始動条件が成立したか否かを判定する。普通図柄の可変表示を開始する場合、メインCPU201は、普通図柄用の当り判定用カウンタから抽出された普通図柄の当り判定用乱数値を参照し、「普通図柄当り」とするか否かの普通図柄の当り判定処理を実行し、その後、変動パターン決定処理を実行する。この処理では、普通図柄の当り判定処理の結果が参照され、普通図柄の変動パターンが決定される。 In addition, in the normal pattern control process, the main CPU 201 judges whether or not the start condition for the normal pattern has been met. When starting the variable display of the normal pattern, the main CPU 201 refers to the normal pattern hit judgment random number value extracted from the hit judgment counter for the normal pattern, executes the normal pattern hit judgment process to determine whether or not the "normal pattern hit" has occurred, and then executes the variation pattern determination process. In this process, the result of the normal pattern hit judgment process is referred to, and the variation pattern of the normal pattern is determined.

次いで、メインCPU201は、普通図柄の当り判定処理の結果、および、決定された普通図柄の変動パターンを参照し、普通図柄の可変表示の制御を行う可変表示制御処理、および、所定の演出を行う演出制御処理を実行する。なお、演出制御処理は実行されない場合もある。 Next, the main CPU 201 refers to the result of the winning judgment process for the normal symbol and the determined variation pattern of the normal symbol, and executes a variable display control process that controls the variable display of the normal symbol, and a performance control process that performs a predetermined performance. Note that there are cases in which the performance control process is not executed.

そして、普通図柄の可変表示制御処理および演出制御処理が終了すると、メインCPU201は、「普通図柄当り」を示す普通当り図柄が普通図柄表示部161(図5、図6参照)に導出されたか否かを判定する。普通当りを示す停止表示態様が導出されたと判定すると、メインCPU201は、普通図柄当り遊技制御処理を実行する。この普通図柄当り遊技制御処理では、普通電動役物146(図4参照)が作動し、入賞口(例えば、本実施例では例えば第2始動口140(図4参照))への遊技球の入賞(通過)が可能または容易な開放状態となる。一方、普通当りを示す停止表示態様が導出されなかったと判定すると、メインCPU201は、普通図柄当り遊技制御処理を実行せず、普通図柄制御処理を終了する。 Then, when the variable display control process and the performance control process of the normal symbol are completed, the main CPU 201 judges whether or not a normal winning symbol indicating a "normal winning symbol" has been derived to the normal symbol display unit 161 (see FIG. 5 and FIG. 6). When it is judged that a stop display mode indicating a normal winning symbol has been derived, the main CPU 201 executes a normal symbol winning game control process. In this normal symbol winning game control process, the normal electric device 146 (see FIG. 4) is operated, and the winning hole (for example, in this embodiment, the second starting hole 140 (see FIG. 4)) is opened so that the game ball can enter (pass through) the winning hole or it is easy to open the winning hole. On the other hand, when it is judged that a stop display mode indicating a normal winning symbol has not been derived, the main CPU 201 does not execute the normal symbol winning game control process and ends the normal symbol control process.

なお、時短制御が実行されない遊技状態(例えば、通常遊技状態)では、普通当りを示す停止表示態様が導出される確率を0にしてもよい。時短制御は、時短制御が実行されていないときと比べて、特別図柄の可変表示時間を短縮させる特図短縮制御、および、普通電動役物146を作動させて入賞口(本実施例では例えば第2始動口140(図4参照))を開放状態とする頻度を高める電サポ制御、のうち少なくともいずれか一方が行われる制御が相当する。この時短制御は、特図短縮制御および電サポ制御の両方を行う制御としてもよいし、特図短縮制御および電サポ制御のうちいずれか一方のみを行う制御としてもよい。 In addition, in a game state where the time-saving control is not executed (for example, a normal game state), the probability that a stop display mode indicating a normal win will be derived may be set to 0. The time-saving control corresponds to at least one of the following controls: special symbol shortening control, which shortens the variable display time of the special symbol, and electric support control, which operates the normal electric role device 146 to increase the frequency with which the winning hole (for example, the second starting hole 140 (see FIG. 4) in this embodiment) is opened, compared to when the time-saving control is not executed. This time-saving control may be a control that performs both the special symbol shortening control and the electric support control, or a control that performs only one of the special symbol shortening control and the electric support control.

電サポ制御は、「普通図柄当り」の当選確率、普通図柄の可変表示時間、および普通電動役物146の開放パターン(開放回数、開放時間、ウェイト時間)のうち少なくともいずれかの時短性能を向上させる制御である。時短性能とは、入賞口(例えば、本実施例では第2始動口140(図4参照))への遊技球の入賞の容易さを変更する性能であって、「普通図柄当り」の当選確率、普通図柄の可変表示時間、または/および普通電動役物146の開放パターン(開放回数、開放時間、ウェイト時間等)等をいう。また、時短性能を向上させるとは、例えば、入賞口(例えば、本実施例では例えば第2始動口140(図4参照))への遊技球の入賞をより容易にすることである。すなわち、電サポ制御が実行されると、電サポ制御が実行されていない場合と比べて、「普通図柄当り」の当選確率アップ、普通図柄の可変表示時間の短縮、または/および普通電動役物146による入賞容易化(開放回数アップ、開放時間延長、ウェイト時間短縮等)が行われる。 The electric support control is a control that improves the time-saving performance of at least one of the winning probability of a "normal pattern hit", the variable display time of the normal pattern, and the opening pattern of the normal electric device 146 (number of openings, opening time, wait time). The time-saving performance is a performance that changes the ease of a game ball entering a winning hole (for example, in this embodiment, the second starting hole 140 (see FIG. 4)), and refers to the winning probability of a "normal pattern hit", the variable display time of the normal pattern, and/or the opening pattern of the normal electric device 146 (number of openings, opening time, wait time, etc.). In addition, improving the time-saving performance means, for example, making it easier for a game ball to enter a winning hole (for example, in this embodiment, the second starting hole 140 (see FIG. 4)). In other words, when electric support control is executed, the winning probability of a "normal symbol hit" increases, the variable display time of the normal symbol is shortened, and/or winning is made easier with the normal electric device 146 (increasing the number of times it opens, extending the opening time, shortening the wait time, etc.) compared to when electric support control is not executed.

そして、普通図柄の始動条件が成立する都度、上述した普通図柄制御処理の各種処理が繰り返される。 Then, each time the normal symbol start conditions are met, the various processes of the normal symbol control process described above are repeated.

なお、普通図柄制御処理中に通過ゲート126への遊技球の通過があった場合、普通図柄始動通過処理が実行される。また、通過ゲート126への遊技球の通過時に抽出される普通図柄の始動情報(例えば、普通図柄の当り判定用乱数値等)を、普通図柄の始動条件が成立するまで保留する。 When the game ball passes through the passing gate 126 during the normal symbol control process, the normal symbol start passing process is executed. In addition, the start information of the normal symbol (for example, a random number value for determining whether the normal symbol is a hit, etc.) extracted when the game ball passes through the passing gate 126 is held until the start condition of the normal symbol is met.

なお、普通図柄の可変表示の開始は保留された順に行われ、普通図柄の始動条件が成立すると、保留されている普通図柄の始動情報のうち最先で保留された始動情報についての可変表示を実行する。 The variable display of normal symbols will start in the order they were reserved, and when the start conditions for the normal symbols are met, the variable display will be performed for the earliest reserved start information of the reserved normal symbols.

なお、各種乱数値(例えば、第1特別図柄の大当り判定用乱数値、第1特別図柄の図柄乱数値、第1特別図柄のリーチ判定用乱数値、第2特別図柄の大当り判定用乱数値、第2特別図柄の図柄乱数値、第2特別図柄のリーチ判定用乱数値、および、普通図柄の当り判定用乱数値等)の抽出方式は、メインCPU201によりプログラムを実行することによって所定の範囲(幅)内で乱数値を生成するソフト乱数方式を用いてもよいし、所定周期で乱数が更新される乱数発生器におけるカウンタから乱数値を抽出するハード乱数方式を用いてもよい。 The method for extracting various random numbers (for example, the random number value for determining whether the first special symbol is a jackpot, the pattern random number value for the first special symbol, the random number value for determining whether the first special symbol is in reach, the random number value for determining whether the second special symbol is a jackpot, the pattern random number value for the second special symbol, the random number value for determining whether the second special symbol is in reach, and the random number value for determining whether the normal symbol is in reach, etc.) may be a soft random number method in which a program is executed by the main CPU 201 to generate random numbers within a predetermined range (width), or a hard random number method in which random numbers are extracted from a counter in a random number generator in which random numbers are updated at a predetermined cycle.

[1-3-3.遊技状態遷移]
図8に示されるように、遊技の状態は、非大当り遊技状態と大当り遊技状態とに大別することができる。非大当り遊技状態では、上述したとおり特別図柄ゲームを実行し、特別図柄の当り判定処理の結果として大当りが導出されると、非大当り遊技状態から大当り遊技状態に移行する。大当り遊技状態では、上述したとおりラウンド遊技が実行され、特別図柄の可変表示は実行されない。ただし、普通図柄の可変表示については、大当り遊技状態であっても実行可能とされている。なお、小当り遊技状態についての説明は省略するものとする。
[1-3-3. Game state transition]
As shown in FIG. 8, the game state can be roughly divided into a non-jackpot game state and a jackpot game state. In the non-jackpot game state, the special symbol game is executed as described above, and when a jackpot is derived as a result of the hit determination process of the special symbol, the game state transitions from the non-jackpot game state to the jackpot game state. In the jackpot game state, the round game is executed as described above, and the variable display of the special symbol is not executed. However, the variable display of the normal symbol can be executed even in the jackpot game state. Note that the explanation of the small jackpot game state will be omitted.

非大当り遊技状態は、特別図柄の当り判定処理における大当りの当選確率が相対的に低い低確率状態と、特別図柄の当り判定処理における大当りの当選確率が相対的に高い高確遊技状態と、に大別することができる。 Non-jackpot game states can be broadly divided into low-probability states in which the probability of winning a jackpot in the special symbol hit determination process is relatively low, and high-probability game states in which the probability of winning a jackpot in the special symbol hit determination process is relatively high.

高確遊技状態には、時短制御が実行される高確時短遊技状態(高確高ベース)が含まれる。なお、第1のパチンコ遊技機における高確遊技状態には含まれないが、図8に示されるように、時短制御が実行されない高確非時短遊技状態(高確低ベース状態)が高確遊技状態に含まれる場合もある。 The high probability game state includes a high probability time-saving game state (high probability, high base) in which time-saving control is executed. Note that, although not included in the high probability game state in the first pachinko game machine, a high probability non-time-saving game state (high probability, low base state) in which time-saving control is not executed may also be included in the high probability game state, as shown in FIG. 8.

低確率状態には、時短制御が実行されない通常遊技状態(低確低ベース)と、時短制御が実行される時短遊技状態(低確高ベース)とが含まれる。 The low probability state includes a normal game state (low probability, low base) in which time-saving control is not executed, and a time-saving game state (low probability, high base) in which time-saving control is executed.

さらに、時短遊技状態には、A時短遊技状態と、B時短遊技状態と、C時短遊技状態とが含まれる。 Furthermore, the time-saving play state includes time-saving play state A, time-saving play state B, and time-saving play state C.

A時短遊技状態は、特定の大当り遊技状態の終了後に移行可能な時短遊技状態であって、規定回数の特別図柄ゲームが実行されるか、大当り遊技状態に移行されると、A時短遊技状態が終了する。規定回数の特別図柄ゲームが実行されることによってA時短遊技状態が終了すると、原則として、通常遊技状態に移行する。 The A time-saving game state is a time-saving game state to which a player can transition after a specific jackpot game state ends, and the A time-saving game state ends when a specified number of special symbol games are played or when a transition to the jackpot game state occurs. When the A time-saving game state ends due to a specified number of special symbol games being played, the game will generally transition to the normal game state.

B時短遊技状態は、例えば、大当り遊技状態が終了し、非高確遊技状態(すなわち確変フラグがオフである遊技状態)における特別図柄の可変表示が開始されたことや、後述するRAMクリアされたこと等を起点とする特別図柄の可変表示回数(例えば、天井カウンタ)が天井値(例えば、1000回)に到達すると移行可能な時短遊技状態であって、規定回数の特別図柄ゲームが実行されるか、大当り遊技状態に移行されると、B時短遊技状態が終了する。規定回数の特別図柄ゲームが実行されることによってB時短遊技状態が終了すると、原則として、通常遊技状態に移行する。 The B time-saving game state is a time-saving game state to which a player can enter when, for example, a jackpot game state ends and the variable display of special symbols begins in a non-high probability game state (i.e., a game state in which the probability flag is off), or when the number of times the special symbols are variable displayed (e.g., a ceiling counter) reaches a ceiling value (e.g., 1,000 times), starting from when the RAM is cleared (described below). The B time-saving game state ends when a specified number of special symbol games are played or when a transition is made to the jackpot game state. When the B time-saving game state ends as a result of a specified number of special symbol games being played, the game will generally transition to the normal game state.

C時短遊技状態は、低確率状態において行われた特別図柄の当り判定処理の結果が「時短当り」であり、時短当りの表示態様が導出されると移行可能な時短遊技状態であって、「時短当り」に当選したことによって決定された規定回数の特別図柄ゲームが実行されるか、大当り遊技状態に移行されると、C時短遊技状態が終了する。上記の規定回数の特別図柄ゲームが実行されることによってC時短遊技状態が終了すると、原則として、通常遊技状態に移行する。なお、例えば、複数の時短遊技状態が重複する場合には、上記の規定回数の特別図柄ゲームが実行されたとしても、通常遊技状態に移行するのではなくC時短遊技状態が継続する。 The time-saving C game state is a time-saving game state that can be entered when the result of the special symbol hit determination process performed in the low probability state is a "time-saving hit" and the display mode of the time-saving hit is derived, and the time-saving C game state ends when a specified number of special symbol games determined by winning the "time-saving hit" are played or when a transition is made to a jackpot game state. When the time-saving C game state ends by playing the specified number of special symbol games, as a general rule, a transition is made to a normal game state. Note that, for example, if multiple time-saving game states overlap, even if the specified number of special symbol games are played, the time-saving C game state continues rather than transitioning to a normal game state.

この明細書において、複数の時短遊技状態を重ねて実行するか否かにかかわらず、時短遊技状態において時短遊技状態への移行条件が成立したり、複数の時短遊技状態への移行条件が同時に成立することを、時短遊技状態が「重複する」と称する。そして、複数の時短遊技状態が重複した場合に、メインCPU201の制御により、内部的に、重複した複数の時短遊技状態のいずれをも作動させること、すなわち重複した複数の時短遊技状態を内部的に並行して作動させることを「重ねて実行」すると称する。ただし、メインCPU201が内部的には複数の時短遊技状態を重ねて実行したとしても、実際に実行される時短制御はいずれか一方の時短遊技状態に対応する時短制御のみである。すなわち、複数の時短遊技状態が重ねて実行されている場合であっても、遊技者からは、複数の時短遊技状態のうちいずれか一の時短遊技状態に制御されているものと把握される。 In this specification, whether or not multiple time-saving game states are executed in an overlapping manner, the time-saving game states are said to "overlap" when the transition conditions to the time-saving game state are satisfied in the time-saving game state, or when the transition conditions to multiple time-saving game states are satisfied simultaneously. When multiple time-saving game states overlap, the main CPU 201 internally operates all of the overlapping time-saving game states, that is, operates the overlapping time-saving game states internally in parallel, which is called "executing in an overlapping manner." However, even if the main CPU 201 internally executes multiple time-saving game states in an overlapping manner, the time-saving control that is actually executed is only the time-saving control that corresponds to one of the time-saving game states. In other words, even when multiple time-saving game states are executed in an overlapping manner, the player understands that the game is controlled to one of the multiple time-saving game states.

次に、遊技状態の移行について説明する。 Next, we will explain how the game state changes.

通常遊技状態、時短遊技状態(A時短遊技状態、B時短遊技状態、C時短遊技状態)、および高確遊技状態(例えば高確時短遊技状態)に制御されている場合であっても、特別図柄の当り判定処理の結果が大当りであると、大当り遊技状態に移行する。 Even if the game is controlled in the normal game state, the time-saving game state (time-saving game state A, time-saving game state B, time-saving game state C), or the high-probability game state (for example, the high-probability time-saving game state), if the result of the hit determination process for the special symbol is a jackpot, the game will transition to the jackpot game state.

大当り遊技状態が終了すると、遊技仕様にもよるが、通常遊技状態、時短遊技状態、および高確遊技状態(例えば高確時短遊技状態)のいずれにも移行させることができる。ただし、大当り遊技状態が終了したときに移行できる時短遊技状態は、A時短遊技状態に限られる。 When the jackpot game state ends, depending on the game specifications, it is possible to transition to any of the following game states: normal game state, time-saving game state, and high-probability game state (e.g. high-probability time-saving game state). However, the time-saving game state to which you can transition when the jackpot game state ends is limited to the A time-saving game state.

高確遊技状態に制御されている場合、所謂ST機やループ機等の一部のパチンコ遊技機を除いて、高確遊技状態から時短遊技状態または通常遊技状態には移行しない。同様に、時短遊技状態または通常遊技状態からは、大当り遊技状態を経由しない限り、高確遊技状態には移行しない。 When controlled to a high probability game state, there is no transition from the high probability game state to a time-limited game state or a normal game state, except for some pachinko game machines such as so-called ST machines and loop machines. Similarly, there is no transition from the time-limited game state or the normal game state to the high probability game state unless the jackpot game state is passed through.

通常遊技状態に制御されている場合、B時短遊技状態またはC時短遊技状態に移行可能であるものの、A時短遊技状態には、大当り遊技状態を経由しない限り、移行できない。ただし、A時短遊技状態において規定回数の特別図柄ゲームが実行されると通常遊技状態に移行するため、A時短遊技状態から通常遊技状態への移行は可能である。なお、B時短遊技状態およびC時短遊技状態のいずれに制御されている場合であっても、規定回数の特別図柄ゲームが実行されると通常遊技状態に移行するため、B時短遊技状態やC時短遊技状態から通常遊技状態への移行も可能である。 When controlled to the normal game state, it is possible to transition to the time-saving game state B or time-saving game state C, but it is not possible to transition to the time-saving game state A without passing through the jackpot game state. However, when a specified number of special symbol games are played in the time-saving game state A, the game transitions to the normal game state, so it is possible to transition from the time-saving game state A to the normal game state. Note that, regardless of whether the game is controlled to the time-saving game state B or time-saving game state C, the game transitions to the normal game state when a specified number of special symbol games are played, so it is also possible to transition from the time-saving game state B or time-saving game state C to the normal game state.

次に、時短遊技状態どうしの移行について説明する。 Next, we will explain how to transition between time-saving play states.

A時短遊技状態に制御されている場合、A時短遊技状態において実行可能な時短回数は、B時短遊技状態への移行条件である天井値よりも少ない回数に設定されるため、A時短遊技状態からB時短遊技状態に移行することはない。また、A時短遊技状態は大当り遊技状態を経由して制御されるため、B時短遊技状態からA時短遊技状態に移行することもない。一方、A時短遊技状態における特別図柄の当り判定処理の結果が「時短当り」であるとC時短遊技状態への移行条件が成立するため、A時短遊技状態とC時短遊技状態とが重複しうる。ただし、上述したようにA時短遊技状態は大当り遊技状態を経由して制御されるため、C時短遊技状態からA時短遊技状態に移行することはない。 When controlled in the time-saving game state A, the number of time-saving plays that can be performed in the time-saving game state A is set to a number less than the ceiling value, which is the transition condition for the time-saving game state B, so there is no transition from the time-saving game state A to the time-saving game state B. Also, since the time-saving game state A is controlled via the jackpot game state, there is no transition from the time-saving game state B to the time-saving game state A. On the other hand, if the result of the hit determination process for the special symbol in the time-saving game state A is a "time-saving hit," the transition condition for the time-saving game state C is met, so the time-saving game state A and the time-saving game state C may overlap. However, as described above, since the time-saving game state A is controlled via the jackpot game state, there is no transition from the time-saving game state C to the time-saving game state A.

B時短遊技状態に制御されている場合、特別図柄の当り判定処理の結果が「時短当り」であるとC時短遊技状態への移行条件が成立し、B時短遊技状態とC時短遊技状態とが重複しうる。また、C時短遊技状態において天井カウンタが天井値に到達した場合も、C時短遊技状態とB時短遊技状態とが重複しうる。 When controlled to the B time-saving game state, if the result of the special symbol hit determination process is a "time-saving hit," the condition for transitioning to the C time-saving game state is met, and the B time-saving game state and the C time-saving game state may overlap. Also, if the ceiling counter reaches the ceiling value in the C time-saving game state, the C time-saving game state and the B time-saving game state may overlap.

C時短遊技状態に制御されている場合、特別図柄の当り判定処理の結果が「時短当り」であるとC時短遊技状態への移行条件が成立し、C時短遊技状態とC時短遊技状態とが重複しうる。 When controlled to the C time-saving play state, if the result of the special symbol hit determination process is a "time-saving hit," the condition for transitioning to the C time-saving play state is met, and the C time-saving play state and the C time-saving play state may overlap.

なお、時短遊技状態の重複についての詳細は後述する。 More details about overlapping time-saving game modes will be provided later.

[1-4.基本仕様]
次に、図9~図19を参照して、第1のパチンコ遊技機の基本仕様について説明する。
[1-4. Basic specifications]
Next, the basic specifications of the first pachinko gaming machine will be described with reference to FIG. 9 to FIG.

第1のパチンコ遊技機では、確変制御および時短制御のいずれも実行されない通常遊技状態、確変制御および時短制御の両方が実行される高確時短遊技状態、並びに、確変制御は実行されないものの時短制御が実行される低確時短遊技状態が用意されており、メインCPU201は、これらの遊技状態のうちいずれかの遊技状態において遊技を進行させることが可能となっている。ただし、メインCPU201の制御によって進行される遊技状態はこれに限られない。 The first pachinko game machine is provided with a normal game state in which neither probability variable control nor time-saving control is executed, a high-probability time-saving game state in which both probability variable control and time-saving control are executed, and a low-probability time-saving game state in which probability variable control is not executed but time-saving control is executed, and the main CPU 201 is capable of progressing the game in any of these game states. However, the game states progressed under the control of the main CPU 201 are not limited to these.

本実施例において、通常遊技状態では左打ちが正規な遊技態様とされ、高確時短遊技状態および低確時短遊技状態では右打ちが正規な遊技態様とされる。サブCPU301は、正規な遊技態様とされる打ち方を、例えば表示装置7の表示領域に表示する制御を実行する。なお、「正規な遊技態様」とは、複数の遊技態様(例えば発射態様)のうち遊技者にとって最も不利益とならない(遊技者にとって有利な)遊技態様が相当する。 In this embodiment, in the normal game state, hitting to the left is considered to be the regular game mode, and in the high-probability time-saving game state and the low-probability time-saving game state, hitting to the right is considered to be the regular game mode. The sub-CPU 301 executes control to display the hitting method considered to be the regular game mode, for example, in the display area of the display device 7. Note that the "regular game mode" corresponds to the game mode that is the least disadvantageous to the player (the most advantageous to the player) among multiple game modes (for example, firing modes).

[1-4-1.設定値毎の大当り確率]
図9は、第1のパチンコ遊技機における設定値毎の大当り確率(概算)を示すテーブルの一例である。図9に示されるように、第1のパチンコ遊技機では、上述の設定キー174aやバックアップクリアスイッチ176(いずれも図6参照)等を用いて、例えば設定1~設定6といった複数の設定値のうちいずれか一の設定値にセットすることができる。このような設定機能付きパチンコ遊技機の場合、大当り確率は設定値に応じて異なっており、メインCPU201は、セットされた設定値に基づいて特別図柄の当り判定処理を実行する。
[1-4-1. Jackpot Probability for Each Setting Value]
9 is an example of a table showing the jackpot probability (estimate) for each setting value in the first pachinko gaming machine. As shown in Fig. 9, in the first pachinko gaming machine, the setting key 174a or the backup clear switch 176 (see Fig. 6) can be used to set one of a number of settings, for example, settings 1 to 6. In the case of such a pachinko gaming machine with a setting function, the jackpot probability differs depending on the setting value, and the main CPU 201 executes a special symbol winning judgment process based on the set setting value.

具体的には、確変制御が実行されない確変フラグがオフの遊技状態(本実施例では例えば通常遊技状態および低確時短遊技状態)における大当り確率は、第1特別図柄の当り判定処理および第2特別図柄の当り判定処理のいずれが実行された場合であっても、例えば、設定1で約319分の1、設定2で約314分の1、設定3で約309分の1、設定4で約304分の1、設定5で約299分の1、設定6で約294分の1となっている。また、確変制御が実行される確変フラグがオンの遊技状態(本実施例では例えば高確時短遊技状態)における大当り確率は、設定1で約77分の1、設定2で約76分の1、設定3で約75分の1、設定4で約74分の1、設定5で約73分の1、設定6で約72分の1となっている。 Specifically, the probability of winning in a game state where the probability variable flag is off and the probability variable control is not executed (for example, in the normal game state and the low probability time-saving game state in this embodiment), regardless of whether the first special symbol hit determination process or the second special symbol hit determination process is executed, is, for example, about 1 in 319 in setting 1, about 1 in 314 in setting 2, about 1 in 309 in setting 3, about 1 in 304 in setting 4, about 1 in 299 in setting 5, and about 1 in 294 in setting 6. In addition, the probability of winning in a game state where the probability variable flag is on and the probability variable control is executed (for example, in the high probability time-saving game state in this embodiment), is about 1 in 77 in setting 1, about 1 in 76 in setting 2, about 1 in 75 in setting 3, about 1 in 74 in setting 4, about 1 in 73 in setting 5, and about 1 in 72 in setting 6.

なお、時短当り確率は、大当り確率とは異なり全設定値で共通の確率となっている。例えば、第1特別図柄の当り判定処理が実行された場合の時短当り確率は160分の1、第2特別図柄の当り判定処理が実行された場合の時短当り確率は240分の1となっている。時短当り確率は、第1特別図柄の当り判定処理が実行された場合と第2特別図柄の当り判定処理が実行された場合とで異ならせてもよいが、同じとしてもよい。 The probability of a time-saving hit is the same for all settings, unlike the probability of a jackpot. For example, the probability of a time-saving hit when the hit determination process for the first special symbol is executed is 1 in 160, and the probability of a time-saving hit when the hit determination process for the second special symbol is executed is 1 in 240. The probability of a time-saving hit may be different when the hit determination process for the first special symbol is executed and when the hit determination process for the second special symbol is executed, or it may be the same.

ただし、時短当り確率が全設定値で共通の確率であったとしても、時短継続率(例えば、セットされる時短回数)については、設定値に応じて異ならせてもよい。例えば、特別図柄の当り判定処理の結果が「時短当り」である場合、例えば、設定1の場合は時短回数として50回がセットされ、設定6の場合は時短回数として100回がセットされるようにしてもよい。 However, even if the probability of a time-saving hit is the same for all setting values, the time-saving continuation rate (e.g., the number of time-saving times set) may be different depending on the setting value. For example, if the result of the hit determination process for the special pattern is a "time-saving hit," the number of time-saving times may be set to 50 for setting 1, and 100 for setting 6.

なお、第1のパチンコ遊技機では小当りが抽選対象に含まれていないが、小当りを抽選対象に含むようにしてもよい。小当りを抽選対象に含む場合、小当り確率を、全設定値で共通の確率とするとよい。また、小当りを抽選対象に含む場合、第1特別図柄と第2特別図柄とのうち一方の特別図柄(例えば第2特別図柄)の当り判定処理が行われた場合に限り小当りに当選しうるようにしてもよい。この場合、他方の特別図柄(例えば第1特別図柄)の当り判定処理では、小当り当選したか否かの判定自体を行わない態様の他、小当り確率を0として小当り当選したか否かの判定を行う態様であってもよい。 In the first pachinko game machine, small wins are not included in the lottery, but small wins may be included in the lottery. When small wins are included in the lottery, the probability of a small win may be set to a common probability for all setting values. When small wins are included in the lottery, a small win may be won only when a hit determination process for one of the first special pattern and the second special pattern (e.g., the second special pattern) has been performed. In this case, the hit determination process for the other special pattern (e.g., the first special pattern) may not determine whether or not a small win has been won, or may determine whether or not a small win has been won with the small win probability set to 0.

上記の時短当り確率および小当りを抽選対象に含む場合の小当り確率は、上述したとおり全設定値で共通の確率となっているが、これに限られず、設定値に応じて異なる確率としてもよい。 The above-mentioned probability of winning the time-saving feature and the probability of winning the small jackpot when the small jackpot is included in the lottery are the same for all setting values as described above, but are not limited to this and may be different probabilities depending on the setting value.

また、本実施例では、全ての設定値においてそれぞれ大当り確率が異なっているが、これに限定されず、例えば、設定1と設定2とで共通の大当り確率、設定3と設定4とで共通の大当り確率、設定5と設定6とで共通の大当り確率といったように、複数の設定値で大当り確率を同じにしてもよい。 In addition, in this embodiment, the jackpot probability is different for each setting value, but this is not limited to the above. For example, the jackpot probability may be the same for multiple setting values, such as a common jackpot probability for setting 1 and setting 2, a common jackpot probability for setting 3 and setting 4, and a common jackpot probability for setting 5 and setting 6.

また、本実施例では、設定値に応じて大当り確率が異なっているが、遊技者にとっての有利度合いが設定値に応じて異なれば、設定値に応じて異なる対象が必ずしも大当り確率に限定されない。例えば、特定の入賞口に遊技球が入賞すると大当り遊技状態に制御されるようなパチンコ遊技機であれば、設定値に応じて特定の入賞口への入賞確率を異ならせるようにしてもよい。なお、パチンコ遊技機を、設定機能付きパチンコ遊技機とすることは必須ではない。 In addition, in this embodiment, the probability of winning a jackpot differs depending on the setting value, but if the degree of advantage for the player differs depending on the setting value, the target that differs depending on the setting value is not necessarily limited to the probability of winning a jackpot. For example, in the case of a pachinko gaming machine that is controlled to a jackpot gaming state when a gaming ball enters a specific winning hole, the probability of winning a prize in the specific winning hole may be made to differ depending on the setting value. Note that it is not essential that the pachinko gaming machine be a pachinko gaming machine with a setting function.

[1-4-2.特別図柄の当り判定テーブル]
図10は、第1のパチンコ遊技機が備える主制御回路200のメインROM202に記憶されている特別図柄の当り判定テーブルの一例である。なお、図10に示される特別図柄の当り判定テーブルは、図9に示される設定1の場合を一例として示したものである。
[1-4-2. Special symbol winning judgment table]
10 is an example of a special symbol winning judgment table stored in the main ROM 202 of the main control circuit 200 of the first pachinko gaming machine. The special symbol winning judgment table shown in FIG. 10 is an example of the case of setting 1 shown in FIG.

特別図柄の当り判定テーブルは、特別図柄の当り判定処理において参照されるテーブル、すなわち、始動口120,140に遊技球が入賞した際に抽出される大当り判定用乱数値に基づいて「時短当り」、「大当り」または「ハズレ」を抽選により決定する際に参照されるテーブルである。なお、本実施例では、抽選対象は「時短当り」、「大当り」および「ハズレ」であり、他の抽選対象(例えば、小当り)が含まれていないが、第1始動口120または/および第2始動口140に遊技球が入賞した際に、他の抽選対象に決定されるようにしてもよい。 The special symbol winning judgment table is a table referenced in the winning judgment process for the special symbol, that is, a table referenced when determining by lottery whether a "time-saving win", "jackpot", or "miss" is to be obtained based on the random number value for jackpot judgment extracted when a game ball enters the starting hole 120, 140. In this embodiment, the objects to be selected are "time-saving win", "jackpot", and "miss", and other objects to be selected (e.g., small win) are not included, but other objects to be selected may be determined when a game ball enters the first starting hole 120 and/or the second starting hole 140.

大当り判定用乱数値は、上述したとおり、特別図柄の当り判定処理に用いられる乱数値である。本実施例において、大当り判定用乱数値は、0~65535(65536種類)の中から抽出される。ただし、発生する乱数値の範囲は上記に限られない。 As described above, the random number value for determining a jackpot is a random number value used in the process of determining whether or not a special symbol has won. In this embodiment, the random number value for determining a jackpot is selected from 0 to 65535 (65536 types). However, the range of the generated random number value is not limited to the above.

本実施例では、メインCPU201は、第1特別図柄の当り判定処理において、抽出された大当り判定用乱数値に基づいて「時短当り」、「大当り」、または「ハズレ」に決定する。第1特別図柄の当り判定テーブルには、確変フラグの値(0または1)毎に、「時短当り」に決定される大当り判定用乱数値の範囲(幅)とこれに対応する時短当り判定値データとの関係、「大当り」に決定される大当り判定用乱数値の範囲(幅)とこれに対応する大当り判定値データとの関係、および「ハズレ」に決定される大当り判定用乱数値の範囲(幅)とこれに対応するハズレ判定値データとの関係が規定されている。 In this embodiment, the main CPU 201 determines "time-saving hit", "jackpot", or "miss" based on the extracted jackpot determination random number value in the hit determination process for the first special symbol. The hit determination table for the first special symbol specifies, for each value of the probability change flag (0 or 1), the relationship between the range (width) of the jackpot determination random number value determined as "time-saving hit" and the corresponding time-saving hit determination value data, the relationship between the range (width) of the jackpot determination random number value determined as "jackpot" and the corresponding jackpot determination value data, and the relationship between the range (width) of the jackpot determination random number value determined as "miss" and the corresponding miss determination value data.

なお、本明細書において、確変フラグの値が「0」の場合、確変フラグがオフであり、確変フラグの値が「1」の場合、確変フラグがオンである。 In this specification, when the value of the probability change flag is "0", the probability change flag is off, and when the value of the probability change flag is "1", the probability change flag is on.

また、メインCPU201は、第2特別図柄の当り判定処理において、第1特別図柄の当り判定処理と同様、抽出された大当り判定用乱数値に基づいて「時短当り」、「大当り」、または「ハズレ」に決定する。第2特別図柄の当り判定テーブルには、確変フラグの値(0または1)毎に、「時短当り」に決定される大当り判定用乱数値の範囲(幅)とこれに対応する時短当り判定値データとの関係、「大当り」に決定される大当り判定用乱数値の範囲(幅)とこれに対応する大当り判定値データとの関係、および「ハズレ」に決定される大当り判定用乱数値の範囲(幅)とこれに対応するハズレ判定値データとの関係が規定されている。 In addition, in the hit determination process for the second special symbol, the main CPU 201 determines whether the result is a "time-saving hit", "jackpot", or "miss" based on the extracted random number value for jackpot determination, just as in the hit determination process for the first special symbol. In the hit determination table for the second special symbol, for each value of the probability change flag (0 or 1), the relationship between the range (width) of the random number value for jackpot determination determined as a "time-saving hit" and the corresponding time-saving hit determination value data, the relationship between the range (width) of the random number value for jackpot determination determined as a "jackpot" and the corresponding jackpot determination value data, and the relationship between the range (width) of the random number value for jackpot determination determined as a "miss" and the corresponding miss determination value data are specified.

本実施例では、例えば、第1特別図柄の当り判定処理時に確変フラグがオフであって、抽出された大当り判定用乱数値が0~408のいずれかである場合、メインCPU201は、「時短当り」と判定し、当落判定値データを「時短当り判定値データ」に決定する。また、第1特別図柄の当り判定処理時に確変フラグがオフであって、抽出された大当り判定用乱数値が409~613のいずれかである場合、メインCPU201は、「大当り」と判定し、当落判定値データを「大当り判定値データ」に決定する。また、抽出された大当り判定用乱数値が614~65535のいずれかである場合、メインCPU201は、「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 In this embodiment, for example, if the probability variable flag is off during the hit determination process for the first special symbol and the extracted random number value for jackpot determination is any one of 0 to 408, the main CPU 201 determines that it is a "time-saving hit" and determines the hit/loss determination value data as "time-saving hit determination value data." Also, if the probability variable flag is off during the hit determination process for the first special symbol and the extracted random number value for jackpot determination is any one of 409 to 613, the main CPU 201 determines that it is a "jackpot" and determines the hit/loss determination value data as "jackpot determination value data." Also, if the extracted random number value for jackpot determination is any one of 614 to 65535, the main CPU 201 determines that it is a "miss" and determines the determination value data as "miss determination value data."

また、例えば、第1特別図柄の当り判定処理時に確変フラグがオンであって、抽出された大当り判定用乱数値が0~408のいずれかである場合、メインCPU201は、「時短当り」と判定し、判定値データを「時短当り判定値データ」に決定する。また、第1特別図柄の当り判定処理時に確変フラグがオンであって、抽出された大当り判定用乱数値が409~1259のいずれかである場合、メインCPU201は、「大当り」と判定し、判定値データを「大当り判定値データ」に決定する。また、抽出された大当り判定用乱数値が1260~65535のいずれかである場合、メインCPU201は、「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 For example, if the probability variable flag is on during the hit determination process for the first special symbol and the extracted random number value for jackpot determination is any one of 0 to 408, the main CPU 201 determines that it is a "time-saving hit" and determines the determination value data as "time-saving hit determination value data." If the probability variable flag is on during the hit determination process for the first special symbol and the extracted random number value for jackpot determination is any one of 409 to 1259, the main CPU 201 determines that it is a "jackpot" and determines the determination value data as "jackpot determination value data." If the extracted random number value for jackpot determination is any one of 1260 to 65535, the main CPU 201 determines that it is a "miss" and determines the determination value data as "miss determination value data."

同様に、例えば、第2特別図柄の当り判定処理時に確変フラグがオフであって、抽出された大当り判定用乱数値が0~272のいずれかである場合、メインCPU201は、「時短当り」と判定し、判定値データを「時短当り判定値データ」に決定する。また、第2特別図柄の当り判定処理時に確変フラグがオフであって、抽出された大当り判定用乱数値が273~477のいずれかである場合、メインCPU201は、「大当り」と判定し、判定値データを「大当り判定値データ」に決定する。さらに、第2特別図柄の当り判定処理時に確変フラグがオフであって、抽出された大当り判定用乱数値が478~65535のいずれかである場合、メインCPU201は、「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 Similarly, for example, if the probability variable flag is off during the hit determination process for the second special symbol and the extracted random number value for jackpot determination is any one of 0 to 272, the main CPU 201 determines that it is a "time-saving hit" and determines the determination value data as "time-saving hit determination value data." Also, if the probability variable flag is off during the hit determination process for the second special symbol and the extracted random number value for jackpot determination is any one of 273 to 477, the main CPU 201 determines that it is a "jackpot" and determines the determination value data as "jackpot determination value data." Furthermore, if the probability variable flag is off during the hit determination process for the second special symbol and the extracted random number value for jackpot determination is any one of 478 to 65535, the main CPU 201 determines that it is a "miss" and determines the determination value data as "miss determination value data."

また、例えば、第2特別図柄の当り判定処理時に確変フラグがオンであって、抽出された大当り判定用乱数値が0~272のいずれかである場合、メインCPU201は、「時短当り」と判定し、判定値データを「時短当り判定値データ」に決定する。また、第2特別図柄の当り判定処理時に確変フラグがオンであって、抽出された大当り判定用乱数値が273~1123のいずれかである場合、メインCPU201は、「大当り」と判定し、判定値データを「大当り判定値データ」に決定する。さらに、第2特別図柄の当り判定処理時に確変フラグがオンであって、抽出された大当り判定用乱数値が1124~65535のいずれかである場合、メインCPU201は、「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 For example, if the probability variable flag is on during the hit determination process for the second special symbol and the extracted random number value for jackpot determination is any one of 0 to 272, the main CPU 201 determines that it is a "time-saving hit" and determines the determination value data as "time-saving hit determination value data." If the probability variable flag is on during the hit determination process for the second special symbol and the extracted random number value for jackpot determination is any one of 273 to 1123, the main CPU 201 determines that it is a "jackpot" and determines the determination value data as "jackpot determination value data." If the probability variable flag is on during the hit determination process for the second special symbol and the extracted random number value for jackpot determination is any one of 1124 to 65535, the main CPU 201 determines that it is a "miss" and determines the determination value data as "miss determination value data."

このように、本実施例では、例えば0~65535の範囲で発生する大当り判定用乱数値のうち、0から所定幅(例えば、第1特別図柄の当り判定処理であれば0~408)を、大当り判定値データおよびハズレ判定値データを除く他の判定値データ(例えば、時短当り判定値データ)に割り当てている。また、所定値から最後尾(例えば、第1特別図柄の当り判定処理時に確変フラグがオフの場合であれば614~65535)をハズレ判定値データに割り当てている。さらに、大当り判定値データとハズレ判定値データとを隣接して割り当てている。このようにすることで、例えば確変フラグがオフからオン(またはオンからオフ)になった場合に、大当り判定値データの幅を大きく(または小さく)した分だけハズレ判定値データの幅を小さく(または大きく)するだけで、他の判定値データ(例えば、時短当り判定値データ)の幅を変更することなく、大当り確率を変更することが可能となる。 In this embodiment, for example, of the random numbers for determining a jackpot that are generated in the range of 0 to 65535, a predetermined range from 0 (for example, 0 to 408 for the hit determination process of the first special symbol) is assigned to other determination value data (for example, time-saving hit determination value data) excluding the jackpot determination value data and the miss determination value data. Also, the end of the predetermined range (for example, 614 to 65535 if the probability variable flag is off during the hit determination process of the first special symbol) is assigned to the miss determination value data. Furthermore, the jackpot determination value data and the miss determination value data are assigned adjacent to each other. By doing this, for example, when the probability variable flag goes from off to on (or on to off), it is possible to change the jackpot probability without changing the range of other determination value data (for example, time-saving hit determination value data) by simply narrowing (or widening) the width of the miss determination value data by the amount that the width of the jackpot determination value data is widened (or narrowed).

また、本実施例では、第1特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率と、第2特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率とを異ならせることにより、遊技にバリエーションを持たせて興趣の低下を抑制できるようにしている。 In addition, in this embodiment, the probability of winning the "time-saving hit" when the hit determination process for the first special pattern is performed is different from the probability of winning the "time-saving hit" when the hit determination process for the second special pattern is performed, thereby adding variety to the game and preventing a decline in interest.

とくに、図10に示されるように、第1特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率を、第2特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率よりも高くすることにより、単調な遊技となりがちな通常遊技状態における興趣の低下を抑制することが可能となる。 In particular, as shown in FIG. 10, by making the probability of winning a "time-saving hit" when the hit determination process for the first special symbol is performed higher than the probability of winning a "time-saving hit" when the hit determination process for the second special symbol is performed, it is possible to prevent a decline in interest in the normal game state, which tends to become monotonous.

ただし、第2特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率を、第1特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率よりも高くしてもよい。この場合、例えば時短遊技状態において「時短当り」に当選した場合に時短遊技状態を重ねて実行するようにすることで、時短遊技状態の終了間際に「時短当り」に当選すると、時短遊技状態が実質的に延長されることとなり、興趣の低下を抑制することが可能となる。 However, the probability of winning the "time-saving hit" when the hit determination process for the second special symbol is performed may be made higher than the probability of winning the "time-saving hit" when the hit determination process for the first special symbol is performed. In this case, for example, by overlapping the time-saving play state when a "time-saving hit" is won during the time-saving play state, if the "time-saving hit" is won just before the end of the time-saving play state, the time-saving play state is effectively extended, making it possible to prevent a decline in interest.

ところで、図10に示されるように、本実施例では、確変フラグがオンおよびオフのいずれの場合であっても、「時短当り」に当選しうる。ただし、メインCPU201は、確変フラグがオフ(通常遊技状態、時短遊技状態)である場合、当り判定処理の結果が「時短当り」であれば時短遊技状態に制御するものの、確変フラグがオンである場合には、当り判定処理の結果がたとえ「時短当り」であったとしても、時短遊技状態に制御しないようにしている。 As shown in FIG. 10, in this embodiment, a "time-shortened win" can be won whether the special chance flag is on or off. However, when the special chance flag is off (normal game state, time-shortened game state), the main CPU 201 controls the game to the time-shortened game state if the result of the win determination process is a "time-shortened win", but when the special chance flag is on, the main CPU 201 does not control the game to the time-shortened game state even if the result of the win determination process is a "time-shortened win".

[1-4-3.特別図柄判定テーブル]
図11は、第1のパチンコ遊技機が備える主制御回路200のメインROM202に記憶されている特別図柄判定テーブルの一例である。
[1-4-3. Special symbol determination table]
FIG. 11 is an example of a special symbol determination table stored in the main ROM 202 of the main control circuit 200 provided in the first pachinko gaming machine.

特別図柄判定テーブルは、始動口120,140に遊技球が入賞した際に抽出される特別図柄の図柄乱数値と先述の判定値データとに基づいて、停止図柄を決定付ける「選択図柄コマンド」および「図柄指定コマンド」を選択する際に参照されるテーブルである。「選択図柄コマンド」は、特別図柄の当り判定処理の結果が大当りであった場合に、大当り種類に応じて定められる当り図柄を指定するためのコマンドであり、「図柄指定コマンド」は、特別図柄の可変表示の停止時に表示される図柄を指定するためのコマンドである。特別図柄の図柄乱数値は、例えば0~99(100種類)の中から抽出される。 The special symbol determination table is a table that is referenced when selecting a "select symbol command" and a "symbol designation command" that determine the stopping symbol based on the symbol random number value of the special symbol extracted when the game ball enters the starting hole 120, 140 and the aforementioned determination value data. The "select symbol command" is a command for designating the winning symbol determined according to the type of jackpot when the result of the special symbol hit determination process is a jackpot, and the "symbol designation command" is a command for designating the symbol that is displayed when the variable display of the special symbol stops. The symbol random number value of the special symbol is extracted from, for example, 0 to 99 (100 types).

図11に示される特別図柄判定テーブルによれば、第1特別図柄の当り判定処理の結果として時短当り判定値データが得られた場合、メインCPU201は、例えば、選択図柄コマンドおよび図柄指定コマンドを以下のように選択する。すなわち、第1特別図柄の図柄乱数値が例えば0~69である場合、メインCPU201は、選択図柄コマンドとして「z0」を選択し、図柄指定コマンドとして「zA1」を選択する。また、第1特別図柄の図柄乱数値が例えば70~96のいずれかである場合、メインCPU201は、選択図柄コマンドとして「z1」を選択し、図柄指定コマンドとして「zA1」を選択する。また、第1特別図柄の図柄乱数値が例えば97~99のいずれかである場合、メインCPU201は、選択図柄コマンドとして「z2」を選択し、図柄指定コマンドとして「zA2」を選択する。 According to the special symbol determination table shown in FIG. 11, when time-saving hit determination value data is obtained as a result of the hit determination process for the first special symbol, the main CPU 201 selects, for example, the selected symbol command and the symbol designation command as follows. That is, when the symbol random number value of the first special symbol is, for example, 0 to 69, the main CPU 201 selects "z0" as the selected symbol command and "zA1" as the symbol designation command. Also, when the symbol random number value of the first special symbol is, for example, any of 70 to 96, the main CPU 201 selects "z1" as the selected symbol command and "zA1" as the symbol designation command. Also, when the symbol random number value of the first special symbol is, for example, any of 97 to 99, the main CPU 201 selects "z2" as the selected symbol command and "zA2" as the symbol designation command.

また、第1特別図柄の当り判定処理の結果として大当り判定値データが得られた場合、例えば、選択図柄コマンドおよび図柄指定コマンドは以下のように選択される。すなわち、第1特別図柄の図柄乱数値が0~9のいずれかである場合、メインCPU201は、選択図柄コマンドとして「z3」を選択し、図柄指定コマンドとして「zA3」を選択する。また、第1特別図柄の図柄乱数値が10~59のいずれかである場合、メインCPU201は、選択図柄コマンドとして「z4」を選択し、図柄指定コマンドとして「zA4」を選択する。さらに、第1特別図柄の図柄乱数値が60~99のいずれかである場合、メインCPU201は、選択図柄コマンドとして「z5」を選択し、図柄指定コマンドとして「zA4」を選択する。 In addition, when jackpot determination value data is obtained as a result of the hit determination process for the first special symbol, for example, the selected symbol command and the symbol designation command are selected as follows. That is, when the symbol random number value of the first special symbol is any value between 0 and 9, the main CPU 201 selects "z3" as the selected symbol command and "zA3" as the symbol designation command. When the symbol random number value of the first special symbol is any value between 10 and 59, the main CPU 201 selects "z4" as the selected symbol command and "zA4" as the symbol designation command. When the symbol random number value of the first special symbol is any value between 60 and 99, the main CPU 201 selects "z5" as the selected symbol command and "zA4" as the symbol designation command.

また、第1特別図柄の当り判定処理の結果としてハズレ判定値データが得られた場合、第1特別図柄の図柄乱数値が0~99のいずれであっても、メインCPU201は、選択図柄コマンドとして「z6」を選択し、図柄指定コマンドとして「zA5」を選択する。 In addition, if loss determination value data is obtained as a result of the winning determination process for the first special symbol, regardless of whether the symbol random number value of the first special symbol is 0 to 99, the main CPU 201 selects "z6" as the selected symbol command and "zA5" as the symbol designation command.

また、第2特別図柄の当り判定処理の結果として時短当り判定値データが得られた場合、例えば、選択図柄コマンドおよび図柄指定コマンドは以下のように選択される。すなわち、第2特別図柄の図柄乱数値が例えば0~96である場合、メインCPU201は、選択図柄コマンドとして「z7」を選択し、図柄指定コマンドとして「zA6」を選択する。また、第2特別図柄の図柄乱数値が例えば97~99のいずれかである場合、メインCPU201は、選択図柄コマンドとして「z8」を選択し、図柄指定コマンドとして「zA7」を選択する。 In addition, when time-saving hit determination value data is obtained as a result of the hit determination process for the second special symbol, for example, the selected symbol command and the symbol designation command are selected as follows. That is, when the symbol random number value of the second special symbol is, for example, 0 to 96, the main CPU 201 selects "z7" as the selected symbol command and "zA6" as the symbol designation command. In addition, when the symbol random number value of the second special symbol is, for example, any value from 97 to 99, the main CPU 201 selects "z8" as the selected symbol command and "zA7" as the symbol designation command.

また、第2特別図柄の当り判定処理の結果として大当り判定値データが得られた場合、例えば、選択図柄コマンドおよび図柄指定コマンドは以下のように選択される。すなわち、第2特別図柄の図柄乱数値が0~59のいずれかである場合、メインCPU201は、選択図柄コマンドとして「z9」を選択し、図柄指定コマンドとして「zA8」を選択する。また、第2特別図柄の図柄乱数値が60~99のいずれかである場合、メインCPU201は、選択図柄コマンドとして「z10」を選択し、図柄指定コマンドとして「zA9」を選択する。 In addition, when jackpot determination value data is obtained as a result of the hit determination process for the second special symbol, for example, the selected symbol command and the symbol designation command are selected as follows. That is, when the symbol random number value of the second special symbol is any value between 0 and 59, the main CPU 201 selects "z9" as the selected symbol command and "zA8" as the symbol designation command. In addition, when the symbol random number value of the second special symbol is any value between 60 and 99, the main CPU 201 selects "z10" as the selected symbol command and "zA9" as the symbol designation command.

また、第2特別図柄の当り判定処理の結果としてハズレ判定値データが得られた場合、第2特別図柄の図柄乱数値が0~99のいずれであっても、メインCPU201は、選択図柄コマンドとして「z11」を選択し、図柄指定コマンドとして「zA10」を選択する。 In addition, if loss determination value data is obtained as a result of the winning determination process for the second special symbol, regardless of whether the symbol random number value of the second special symbol is 0 to 99, the main CPU 201 selects "z11" as the selected symbol command and "zA10" as the symbol designation command.

なお、本実施例では、特別図柄の当り判定テーブル(図10参照)を参照して、抽出された大当り判定用乱数値に基づいて当落判定値データを決定し、その後、特別図柄判定テーブル(図11参照)を参照して、特別図柄の図柄乱数値に基づいて選択図柄コマンドおよび図柄指定コマンドを決定するようにしているが、これに限られない。例えば、抽出された大当り判定用乱数値と特別図柄の図柄乱数値とに基づいて、特別図柄の当落、選択図柄コマンドおよび図柄指定コマンドをあわせて決定するようにしてもよい。 In this embodiment, the special symbol hit determination table (see FIG. 10) is referenced to determine the hit/lose determination value data based on the extracted random number value for jackpot determination, and then the special symbol determination table (see FIG. 11) is referenced to determine the selected symbol command and the symbol designation command based on the symbol random number value of the special symbol, but this is not limited to this. For example, the hit/lose of the special symbol, the selected symbol command, and the symbol designation command may be determined together based on the extracted random number value for jackpot determination and the symbol random number value of the special symbol.

[1-4-4.特別図柄停止態様決定テーブル]
図12(A)は、第1のパチンコ遊技機が備える主制御回路200のメインROM202に記憶されている特別図柄停止態様決定テーブルの一例である。特別図柄停止態様決定テーブルは、特別図柄の可変表示が停止したときに第1特別図柄表示部163または第2特別図柄表示部164(図5参照)に導出される特別図柄の停止態様を、選択図柄コマンドに応じて決定する際に参照される。
[1-4-4. Special symbol stop mode determination table]
12A is an example of a special symbol stop mode determination table stored in the main ROM 202 of the main control circuit 200 of the first pachinko gaming machine. The special symbol stop mode determination table is referenced when determining the stop mode of the special symbol to be output to the first special symbol display section 163 or the second special symbol display section 164 (see FIG. 5) when the variable display of the special symbol stops, in response to the selected symbol command.

図12(A)に示されるように、第1特別図柄表示部163または第2特別図柄表示部164(図5参照)に導出される特別図柄の停止態様は、例えば0~7の領域で構成される1バイトの制御信号で構成される。第1特別図柄の0~7の各領域は、第1特別図柄表示部163を構成する8個のLED163a~163h(図5参照)のいずれかに1対1で対応している。例えば、第1特別図柄の領域0は163aに対応し、第1特別図柄の領域1は163bに対応し、第1特別図柄の領域2は163cに対応し、第1特別図柄の領域3は163dに対応し、第1特別図柄の領域4は163eに対応し、第1特別図柄の領域5は163fに対応し、第1特別図柄の領域6は163gに対応し、第1特別図柄の領域7は163hに対応している。 As shown in FIG. 12(A), the stopping mode of the special symbol output to the first special symbol display unit 163 or the second special symbol display unit 164 (see FIG. 5) is composed of a 1-byte control signal composed of areas 0 to 7, for example. Each of the areas 0 to 7 of the first special symbol corresponds one-to-one to one of the eight LEDs 163a to 163h (see FIG. 5) that compose the first special symbol display unit 163. For example, area 0 of the first special symbol corresponds to 163a, area 1 of the first special symbol corresponds to 163b, area 2 of the first special symbol corresponds to 163c, area 3 of the first special symbol corresponds to 163d, area 4 of the first special symbol corresponds to 163e, area 5 of the first special symbol corresponds to 163f, area 6 of the first special symbol corresponds to 163g, and area 7 of the first special symbol corresponds to 163h.

同様に、第2特別図柄の0~7の各領域は、第2特別図柄表示部164を構成する8個のLED164a~164h(図5参照)のいずれかに1対1で対応している。例えば、第2特別図柄の領域0は164aに対応し、第2特別図柄の領域1は164bに対応し、第2特別図柄の領域2は164cに対応し、第2特別図柄の領域3は164dに対応し、第2特別図柄の領域4は164eに対応し、第2特別図柄の領域5は164fに対応し、第2特別図柄の領域6は164gに対応し、第2特別図柄の領域7は164hに対応している。 Similarly, each of the areas 0 to 7 of the second special symbol corresponds one-to-one to one of the eight LEDs 164a to 164h (see FIG. 5) that make up the second special symbol display unit 164. For example, area 0 of the second special symbol corresponds to 164a, area 1 of the second special symbol corresponds to 164b, area 2 of the second special symbol corresponds to 164c, area 3 of the second special symbol corresponds to 164d, area 4 of the second special symbol corresponds to 164e, area 5 of the second special symbol corresponds to 164f, area 6 of the second special symbol corresponds to 164g, and area 7 of the second special symbol corresponds to 164h.

本実施例では、特別図柄の当り判定処理の結果が「時短当り」である場合、特別図柄表示部163,164に導出されるLEDの表示態様(時短当りの表示態様)は、次のとおり決定される。例えば、選択図柄コマンドが「z0」の場合、メインCPU201は、第1特別図柄表示部163を構成する8個のLEDのうち、第1特別図柄の領域0に対応するLED163aと、第1特別図柄の領域7に対応するLED163hとを点灯し、その他のLEDが消灯する態様で、第1特別図柄表示部163を停止表示するよう決定する。選択図柄コマンドが「z1」の場合、メインCPU201は、第1特別図柄表示部163を構成する8個のLEDのうち、第1特別図柄の領域0に対応するLED163aと、第1特別図柄の領域1に対応するLED163bと、第1特別図柄の領域7に対応するLED163hとを点灯し、その他のLEDが消灯する態様で、第1特別図柄表示部163を停止表示するよう決定する。選択図柄コマンドが「z2」の場合、メインCPU201は、第1特別図柄表示部163を構成する8個のLEDのうち、第1特別図柄の領域0に対応するLED163aと、第1特別図柄の領域2に対応するLED163cと、第1特別図柄の領域7に対応するLED163hとを点灯し、その他のLEDが消灯する態様で、第1特別図柄表示部163を停止表示するよう決定する。また、選択図柄コマンドが「z7」の場合、メインCPU201は、第2特別図柄表示部164を構成する8個のLEDのうち、第2特別図柄の領域0に対応するLED164aと、第2特別図柄の領域1に対応するLED164bと、第2特別図柄の領域7に対応するLED164hとを点灯し、その他のLEDが消灯する態様で、第2特別図柄表示部164を停止表示するよう決定する。選択図柄コマンドが「z8」の場合、メインCPU201は、第2特別図柄表示部164を構成する8個のLEDのうち、第2特別図柄の領域0に対応するLED164aと、第2特別図柄の領域2に対応するLED164cと、第2特別図柄の領域7に対応するLED164hとを点灯し、その他のLEDが消灯する態様で、第2特別図柄表示部164を停止表示するよう決定する。 In this embodiment, when the result of the special symbol hit determination process is a "time-saving hit," the display mode (time-saving hit display mode) of the LEDs output to the special symbol display units 163, 164 is determined as follows. For example, when the selected symbol command is "z0," the main CPU 201 determines to stop displaying the first special symbol display unit 163 by turning on LED 163a corresponding to area 0 of the first special symbol and LED 163h corresponding to area 7 of the first special symbol, out of the eight LEDs constituting the first special symbol display unit 163, and turning off the other LEDs. When the selected symbol command is "z1", the main CPU 201 determines to display the first special symbol display unit 163 in a stopped state by turning on the LED 163a corresponding to the area 0 of the first special symbol, the LED 163b corresponding to the area 1 of the first special symbol, and the LED 163h corresponding to the area 7 of the first special symbol, among the eight LEDs constituting the first special symbol display unit 163, and turning off the other LEDs. When the selected symbol command is "z2", the main CPU 201 determines to display the first special symbol display unit 163 in a stopped state by turning on the LED 163a corresponding to the area 0 of the first special symbol, the LED 163c corresponding to the area 2 of the first special symbol, and the LED 163h corresponding to the area 7 of the first special symbol, among the eight LEDs constituting the first special symbol display unit 163, and turning off the other LEDs. Also, when the selected symbol command is "z7", the main CPU 201 determines to display the second special symbol display unit 164 in a stopped state by turning on the LED 164a corresponding to the second special symbol area 0, the LED 164b corresponding to the second special symbol area 1, and the LED 164h corresponding to the second special symbol area 7 of the eight LEDs constituting the second special symbol display unit 164, and turning off the other LEDs. When the selected symbol command is "z8", the main CPU 201 determines to display the second special symbol display unit 164 in a stopped state by turning on the LED 164a corresponding to the second special symbol area 0, the LED 164c corresponding to the second special symbol area 2, and the LED 164h corresponding to the second special symbol area 7 of the eight LEDs constituting the second special symbol display unit 164, and turning off the other LEDs.

また、特別図柄の当り判定処理の結果が「大当り」である場合、特別図柄表示部163,164に導出されるLEDの表示態様(大当りの表示態様)は、次のとおり決定される。例えば、選択図柄コマンドが「z3」の場合、メインCPU201は、第1特別図柄表示部163を構成する8個のLEDのうち、第1特別図柄の領域3に対応するLED163dと、第1特別図柄の領域4に対応するLED163eと、第1特別図柄の領域6に対応するLED163gとを点灯し、その他のLEDが消灯する態様で、第1特別図柄表示部163を停止表示するよう決定する。選択図柄コマンドが「z4」の場合、メインCPU201は、第1特別図柄表示部163を構成する8個のLEDのうち、第1特別図柄の領域3に対応するLED163dと、第1特別図柄の領域5に対応するLED163fと、第1特別図柄の領域6に対応するLED163gとを点灯し、その他のLEDが消灯する態様で、第1特別図柄表示部163を停止表示するよう決定する。選択図柄コマンドが「z5」の場合、メインCPU201は、第1特別図柄表示部163を構成する8個のLEDのうち、第1特別図柄の領域3に対応するLED163dと、第1特別図柄の領域4に対応するLED163eと、第1特別図柄の領域5に対応するLED163fと、第1特別図柄の領域6に対応するLED163gとを点灯し、その他のLEDが消灯する態様で、第1特別図柄表示部163を停止表示するよう決定する。選択図柄コマンドが「z9」の場合、メインCPU201は、第2特別図柄表示部164を構成する8個のLEDのうち、第2特別図柄の領域3に対応するLED164dと、第2特別図柄の領域4に対応するLED164eと、第2特別図柄の領域6に対応するLED164gとを点灯し、その他のLEDが消灯する態様で、第2特別図柄表示部164を停止表示するよう決定する。選択図柄コマンドが「z10」の場合、メインCPU201は、第2特別図柄表示部164を構成する8個のLEDのうち、第2特別図柄の領域3に対応するLED164dと、第2特別図柄の領域5に対応するLED164fとを点灯し、その他のLEDが消灯する態様で、第2特別図柄表示部164を停止表示するよう決定する。 In addition, if the result of the special symbol hit determination process is a "jackpot," the display mode (jackpot display mode) of the LEDs output to the special symbol display units 163, 164 is determined as follows. For example, if the selected symbol command is "z3," the main CPU 201 determines that the first special symbol display unit 163 should be displayed in a stopped state such that, of the eight LEDs constituting the first special symbol display unit 163, LED 163d corresponding to area 3 of the first special symbol, LED 163e corresponding to area 4 of the first special symbol, and LED 163g corresponding to area 6 of the first special symbol are turned on, and the other LEDs are turned off. When the selected symbol command is "z4", the main CPU 201 determines to display the first special symbol display unit 163 in a stopped state by turning on the LED 163d corresponding to the first special symbol area 3, the LED 163f corresponding to the first special symbol area 5, and the LED 163g corresponding to the first special symbol area 6, among the eight LEDs constituting the first special symbol display unit 163, and turning off the other LEDs. When the selected symbol command is "z5", the main CPU 201 determines to display the first special symbol display unit 163 in a stopped state by turning on the LED 163d corresponding to the first special symbol area 3, the LED 163e corresponding to the first special symbol area 4, the LED 163f corresponding to the first special symbol area 5, and the LED 163g corresponding to the first special symbol area 6, among the eight LEDs constituting the first special symbol display unit 163, and turning off the other LEDs. When the selected symbol command is "z9", the main CPU 201 determines to display the second special symbol display unit 164 in a stopped state by turning on the LED 164d corresponding to the second special symbol area 3, the LED 164e corresponding to the second special symbol area 4, and the LED 164g corresponding to the second special symbol area 6, among the eight LEDs constituting the second special symbol display unit 164, and turning off the other LEDs. When the selected symbol command is "z10", the main CPU 201 determines to display the second special symbol display unit 164 in a stopped state by turning on the LED 164d corresponding to the second special symbol area 3 and the LED 164f corresponding to the second special symbol area 5, among the eight LEDs constituting the second special symbol display unit 164, and turning off the other LEDs.

また、特別図柄の当り判定処理の結果が「ハズレ」である場合、特別図柄表示部163,164に導出されるLEDの表示態様(ハズレの表示態様)は、次のとおり決定される。例えば、選択図柄コマンドが「z6」の場合、メインCPU201は、第1特別図柄表示部163を構成する8個のLEDのうち、第1特別図柄の領域7に対応するLED163hのみを点灯し、その他のLEDが消灯する態様で、第1特別図柄表示部163を停止表示するよう決定する。選択図柄コマンドが「z11」の場合、メインCPU201は、第2特別図柄表示部164を構成する8個のLEDのうち、第2特別図柄の領域7に対応するLED164hのみを点灯し、その他のLEDが消灯する態様で、第2特別図柄表示部164を停止表示するよう決定する。 In addition, if the result of the special symbol hit determination process is "miss," the display mode of the LEDs (miss display mode) output to the special symbol display units 163, 164 is determined as follows. For example, if the selected symbol command is "z6," the main CPU 201 determines to display the first special symbol display unit 163 in a stopped state with only LED 163h corresponding to area 7 of the first special symbol out of the eight LEDs constituting the first special symbol display unit 163 lit and the other LEDs turned off. If the selected symbol command is "z11," the main CPU 201 determines to display the second special symbol display unit 164 in a stopped state with only LED 164h corresponding to area 7 of the second special symbol out of the eight LEDs constituting the second special symbol display unit 164 lit and the other LEDs turned off.

メインCPU201は、特別図柄の当り判定処理の結果に基づいて特別図柄の停止態様を決定すると、決定された態様に対応する制御信号を第1特別図柄表示部163または第2特別図柄表示部164を構成する各LEDに出力し、第1特別図柄表示部163または第2特別図柄表示部164に導出される特別図柄の停止態様を制御する。 When the main CPU 201 determines the stopping mode of the special pattern based on the result of the special pattern winning judgment process, it outputs a control signal corresponding to the determined mode to each LED constituting the first special pattern display unit 163 or the second special pattern display unit 164, and controls the stopping mode of the special pattern output to the first special pattern display unit 163 or the second special pattern display unit 164.

なお、図12(A)では、第1特別図柄表示部163に導出されるLEDの表示態様と、第2特別図柄表示部164に導出されるLEDの表示態様とを、便宜上、同じテーブルにあらわしている。ただし、第1特別図柄表示部163と第2特別図柄表示部164とで、制御信号は別々に送信されるようにするとよい。 In FIG. 12(A), for convenience, the display mode of the LEDs led to the first special symbol display unit 163 and the display mode of the LEDs led to the second special symbol display unit 164 are shown in the same table. However, it is preferable that the control signals are transmitted separately for the first special symbol display unit 163 and the second special symbol display unit 164.

図12(B)は、第1のパチンコ遊技機が備えるサブ制御回路300のプログラムROMに記憶されている装飾図柄停止態様決定テーブルの一例である。装飾図柄停止態様決定テーブルは、表示装置7に表示される装飾図柄の可変表示が停止したときに導出される装飾図柄の停止態様(図柄組合せ)を、図柄指定コマンドに応じて決定する際に参照される。なお、図12(B)に示される「備考」の欄は、分かりやすいように便宜上示したものである。 Figure 12 (B) is an example of a decorative symbol stop mode determination table stored in the program ROM of the sub-control circuit 300 provided in the first pachinko gaming machine. The decorative symbol stop mode determination table is referenced when determining the stop mode (symbol combination) of the decorative symbols derived when the variable display of the decorative symbols displayed on the display device 7 stops in response to a symbol designation command. Note that the "Notes" column shown in Figure 12 (B) is shown for convenience to make it easier to understand.

なお、第1のパチンコ遊技機は、第1特別図柄と第2特別図柄とうちいずれか一方のみが可変表示可能であるため、サブCPU1301は、第1特別図柄および第2特別図柄のうち可変表示されている特別図柄についての表示演出が表示装置7にて行われるよう制御する。この場合、サブCPU301は、可変表示されている特別図柄が第1特別図柄であるか第2特別図柄であるかを把握できる態様で、表示演出を行うことが好ましい。 In the first pachinko gaming machine, only one of the first special symbol and the second special symbol can be variably displayed, so the sub-CPU 1301 controls the display device 7 to perform a display effect for the variably displayed special symbol of the first special symbol and the second special symbol. In this case, it is preferable for the sub-CPU 301 to perform the display effect in a manner that allows the player to know whether the variably displayed special symbol is the first special symbol or the second special symbol.

本実施例において、表示装置7に表示される装飾図柄は、左図柄が例えば1~9の9個の図柄で構成され、中図柄が例えば1~9及び時短図柄の10個の図柄で構成され、右図柄が例えば1~9の9個の図柄で構成される。時短図柄は、例えば特別図柄抽選の結果が時短当りである場合等、遊技状態が時短遊技状態に移行する際に停止表示される図柄である。中図柄を時短図柄で停止表示することにより、時短当りに当選したことを遊技者が把握することができる。また、本実施例では、奇数図柄を、偶数図柄と比べて遊技者にとっての有利度合いが高い図柄として規定しているが、これに限定されない。 In this embodiment, the decorative symbols displayed on the display device 7 are, for example, nine symbols 1 to 9 on the left, ten symbols 1 to 9 and a time-saving symbol on the middle, and nine symbols 1 to 9 on the right. The time-saving symbol is a symbol that is displayed as a stop when the game state transitions to a time-saving game state, for example, when the result of a special symbol lottery is a time-saving hit. By displaying the middle symbol as a time-saving symbol, the player can know that he or she has won the time-saving hit. In this embodiment, odd symbols are defined as symbols that are more advantageous to the player than even symbols, but this is not limited to this.

なお、第1のパチンコ遊技機では特別図柄抽選の結果に小当りが含まれないが、特別図柄抽選の結果に小当りが含まれる場合は、例えば、中図柄を構成する図柄に、小当り図柄(特別図柄抽選の結果が小当りである場合に停止表示される図柄)を含めるようにしてもよい。この場合、特別図柄抽選の結果が小当りであると、サブCPU301は、中図柄を小当り図柄で停止表示するため、小当りに当選したことを遊技者が把握することができる。 In the first pachinko game machine, the result of the special pattern lottery does not include a small win, but if the result of the special pattern lottery includes a small win, for example, the patterns that make up the middle pattern may include a small win pattern (a pattern that stops and is displayed when the result of the special pattern lottery is a small win). In this case, if the result of the special pattern lottery is a small win, the sub-CPU 301 stops and displays the middle pattern as a small win pattern, so that the player can know that he or she has won a small win.

図12(B)に示されるように、図柄指定コマンドが「zA1」または「zA6」である場合(特別図柄抽選の結果が「時短当り」である場合)、サブCPU301は、装飾図柄の停止態様として、例えば、左図柄及び右図柄を偶数図柄で停止させ、かつ中図柄を時短図柄で停止させる。 As shown in FIG. 12(B), when the symbol designation command is "zA1" or "zA6" (when the result of the special symbol lottery is "time-saving hit"), the sub-CPU 301 stops the decorative symbols, for example, by stopping the left and right symbols as even-numbered symbols and stopping the center symbol as a time-saving symbol.

図柄指定コマンドが「zA2」または「zA7」である場合(特別図柄抽選の結果が「時短当り」である場合)、サブCPU301は、装飾図柄の停止態様として、例えば、左図柄及び右図柄を奇数図柄で停止させ、かつ中図柄を時短図柄で停止させる。なお、図柄指定コマンドが「zA2」または「zA7」である場合(選択図柄コマンドが「z2」または「z8」である場合)は、後述の図13を参照すると分かるように、図柄指定コマンドが「zA1」または「zA6」である場合(選択図柄コマンドが「z0」、「z1」または「z7」である場合)と比べてセットされる時短回数が多く、遊技者にとっての有利度合いが高い。 When the symbol designation command is "zA2" or "zA7" (when the result of the special symbol lottery is "time-saving hit"), the sub-CPU 301 stops the left and right symbols as odd symbols and stops the center symbol as a time-saving symbol as the stopping mode of the decorative symbols, for example. Note that when the symbol designation command is "zA2" or "zA7" (when the selected symbol command is "z2" or "z8"), as can be seen by referring to FIG. 13 described below, the number of time-saving times set is greater than when the symbol designation command is "zA1" or "zA6" (when the selected symbol command is "z0", "z1", or "z7"), and the degree of advantage for the player is high.

図柄指定コマンドが「zA3」または「zA8」である場合(特別図柄抽選の結果が「大当り」である場合)、サブCPU301は、装飾図柄の停止態様として、例えば、左図柄、右図柄及び中図柄を奇数図柄の揃い図柄(ぞろ目)で停止させる。 If the symbol designation command is "zA3" or "zA8" (if the result of the special symbol lottery is "jackpot"), the sub-CPU 301 stops the decorative symbols, for example, by stopping the left symbol, right symbol, and center symbol in a matching odd-numbered pattern (double number).

図柄指定コマンドが「zA4」または「zA9」である場合(特別図柄抽選の結果が「大当り」である場合)、サブCPU301は、装飾図柄の停止態様として、例えば、左図柄、右図柄及び中図柄を偶数図柄の揃い図柄(ぞろ目)で停止させる。なお、図柄指定コマンド「zA4」は、後述の図13を参照すると分かるように、大当り遊技状態の終了後、確変フラグがオンにセットされる場合(選択図柄コマンドが「z4」の場合)と、確変フラグがオンにセットされない場合(選択図柄コマンドが「z5」の場合)とがある。そこで、本実施例では、選択図柄コマンドが「z4」及び「z5」のいずれであったとしても、サブCPU301は、偶数図柄の揃い図柄(ぞろ目)で装飾図柄が停止するよう制御し、大当り遊技状態において、確変当り(確変フラグがオンにセットされる当り)であることを示す昇格演出を行うようにするとよい。 When the symbol designation command is "zA4" or "zA9" (when the result of the special symbol lottery is "jackpot"), the sub-CPU 301 stops the decorative symbols, for example, by stopping the left symbol, right symbol, and center symbol in a matching even number pattern (double number). As can be seen by referring to FIG. 13 described below, the symbol designation command "zA4" may cause the probability variable flag to be set on after the jackpot game state ends (when the selected symbol command is "z4") or the probability variable flag to not be set on (when the selected symbol command is "z5"). Therefore, in this embodiment, regardless of whether the selected symbol command is "z4" or "z5," the sub-CPU 301 controls the decorative symbols to stop on a matching even-numbered symbol (a triplet), and in the jackpot game state, performs an upgrade effect to indicate a jackpot win (a jackpot win where the jackpot flag is set to ON).

また、後述の図13を参照すると分かるように、図柄指定コマンドが「zA4」または「zA9」である場合は、後述の図13を参照すると分かるように、図柄指定コマンドが「zA3」または「zA8」である場合と比べて、大当り遊技状態の終了後に確変フラグがオンにセットされる期待値が小さい。この点において、図柄指定コマンドが「zA3」または「zA8」である場合、図柄指定コマンドが「zA4」または「zA9」である場合と比べて、遊技者にとっての有利度合いが高い。 Also, as can be seen by referring to FIG. 13 described below, when the symbol designation command is "zA4" or "zA9", the expected value of the probability ...

なお、図柄指定コマンドが「zA5」または「zA10」である場合(特別図柄抽選の結果が「ハズレ」である場合)、サブCPU301は、装飾図柄をばらけ目で停止させる。ばらけ目は、例えば、左図柄、右図柄及び中図柄のうち少なくとも一つの図柄が他の図柄と異なる停止態様が相当する。 When the symbol designation command is "zA5" or "zA10" (when the result of the special symbol lottery is "miss"), the sub-CPU 301 stops the decorative symbols in a scattered pattern. A scattered pattern corresponds to, for example, a stopping mode in which at least one of the left, right, and center symbols is different from the other symbols.

図12(B)では、図柄指定コマンドに応じた装飾図柄の停止態様(例えば、図柄指定コマンドが「zA1」の場合、左図柄「2」、中図柄「時短」、右図柄「4」)を例示しているが、図12(B)の装飾図柄の停止態様の欄に示される停止態様はあくまでも例示であって、これに限られない。 Figure 12 (B) shows an example of the stopping mode of the decorative pattern according to the pattern designation command (for example, when the pattern designation command is "zA1", the left pattern is "2", the middle pattern is "time saving", and the right pattern is "4"), but the stopping modes shown in the decorative pattern stopping mode column in Figure 12 (B) are merely examples and are not limited to these.

[1-4-5.当り種類決定テーブル]
図13は、第1のパチンコ遊技機が備える主制御回路200のメインROM202に記憶されている当り種類決定テーブルの一例である。当り種類決定テーブルは、特別図柄の図柄乱数値に対応して決定される選択図柄コマンドに応じて、大当り遊技状態の態様(より詳しくは例えばラウンド数)または/およびその後の遊技状態の態様、を決定する際に参照される。その後の遊技状態の態様は、大当り遊技状態終了後の遊技状態の態様を示す。ただし、特別図柄の当り判定処理の結果が時短当りである場合は、大当り遊技状態に制御されることなくC時短遊技状態に制御されるため、その後の遊技状態の態様は、C時短遊技状態の態様を示す。
[1-4-5. Winning Type Determination Table]
13 is an example of a winning type determination table stored in the main ROM 202 of the main control circuit 200 of the first pachinko game machine. The winning type determination table is referred to when determining the mode of the big win game state (more specifically, for example, the number of rounds) or/and the mode of the subsequent game state according to the selection symbol command determined in response to the symbol random number value of the special symbol. The mode of the subsequent game state indicates the mode of the game state after the big win game state ends. However, if the result of the hit determination process of the special symbol is a time-saving hit, the game state is controlled to the C time-saving game state without being controlled to the big win game state, so the mode of the subsequent game state indicates the mode of the C time-saving game state.

本実施例では、特別図柄の当り判定処理の結果が「時短当り」である場合、C時短遊技状態の態様は、次のとおり決定される。例えば、選択図柄コマンドが「z0」の場合、メインCPU201は、確変フラグと時短フラグとのうち時短フラグのみをオンにセットすることを決定し、時短回数を10回にセットすることを決定する。選択図柄コマンドが「z1」の場合および「z7」の場合、メインCPU201は、確変フラグと時短フラグとのうち時短フラグのみをオンにセットすることを決定し、時短回数を50回にセットすることを決定する。選択図柄コマンドが「z2」の場合および「z8」の場合、メインCPU201は、確変フラグと時短フラグとのうち時短フラグのみをオンにセットすることを決定し、時短回数を100回にセットすることを決定する。特別図柄の当り判定処理の結果が「時短当り」であった場合、メインCPU201は、上述した時短当りの表示態様を第1特別図柄表示部163または第2特別図柄表示部164に導出した後、大当り遊技状態に制御することなく、時短フラグをオンにセットするとともに決定された時短回数をセットし、C時短遊技状態に制御可能となる。なお、特別図柄の当り判定処理の結果が「時短当り」である場合は大当り遊技状態に制御されないため、大当り遊技状態の態様は決定されない。なお、本実施例では、特別図柄の当り判定処理の結果が「時短当り」である場合、この特別図柄の当り判定処理が行われたときの遊技状態にかかわらず、セットされる時短回数を同じとしている。ただし、これに限られず、特別図柄の当り判定処理が行われたときの遊技状態に応じて、セットされる時短回数を異ならせてもよい。 In this embodiment, when the result of the special symbol hit determination process is a "time-saving hit," the mode of the C time-saving game state is determined as follows. For example, when the selected symbol command is "z0," the main CPU 201 decides to set only the time-saving flag of the probability variable flag and the time-saving flag to on, and decides to set the number of time-saving times to 10. When the selected symbol command is "z1" or "z7," the main CPU 201 decides to set only the time-saving flag of the probability variable flag and the time-saving flag to on, and decides to set the number of time-saving times to 50. When the selected symbol command is "z2" or "z8," the main CPU 201 decides to set only the time-saving flag of the probability variable flag and the time-saving flag to on, and decides to set the number of time-saving times to 100. If the result of the special symbol hit determination process is a "time-saving hit", the main CPU 201 derives the display mode of the above-mentioned time-saving hit to the first special symbol display unit 163 or the second special symbol display unit 164, and then sets the time-saving flag on and the determined number of time-saving times without controlling to the jackpot game state, and can control to the C time-saving game state. Note that if the result of the special symbol hit determination process is a "time-saving hit", the game is not controlled to the jackpot game state, so the mode of the jackpot game state is not determined. Note that in this embodiment, if the result of the special symbol hit determination process is a "time-saving hit", the number of time-saving times set is the same regardless of the game state when the special symbol hit determination process is performed. However, this is not limited to this, and the number of time-saving times set may be different depending on the game state when the special symbol hit determination process is performed.

このように、本実施例では、特別図柄の当り判定処理の結果が「時短当り」である場合、特別図柄の図柄乱数値に基づいて決定される選択図柄コマンドに応じて、セットされる時短回数が異なるようにしている。このようにすることで、特別図柄の当り判定処理の結果が「時短当り」であった場合に、その後の遊技の進行状況にバリエーションを持たせることが可能となり、興趣の低下を抑制することが可能となる。 In this way, in this embodiment, when the result of the special symbol hit determination process is a "time-saving hit," the number of time-saving turns that is set varies depending on the selected symbol command that is determined based on the symbol random number value of the special symbol. By doing this, when the result of the special symbol hit determination process is a "time-saving hit," it is possible to provide variety to the progress of the game thereafter, and to prevent a decline in interest.

ところで、上述したとおり、メインCPU201は、確変フラグがオンである場合には、当り判定処理の結果がたとえ「時短当り」であったとしても、時短遊技状態に制御しないようにしている。例えば、メインCPU201は、確変フラグがオン(高確遊技状態)であったとしても、図10に示されるように「時短当り」の抽選を行い、当り判定処理の結果が「時短当り」である場合には、「時短当り」に当選したことを示す時短当りの表示態様を特別図柄表示部163,164に導出するものの、C時短遊技状態に制御せずに、高確遊技状態を継続するようにしてもよい。 As described above, when the probability variable flag is on, the main CPU 201 does not control to the time-saving game state even if the result of the hit determination process is a "time-saving hit." For example, even if the probability variable flag is on (high probability game state), the main CPU 201 may draw a "time-saving hit" as shown in FIG. 10, and when the result of the hit determination process is a "time-saving hit," the main CPU 201 may derive a time-saving hit display mode indicating that a "time-saving hit" has been won on the special pattern display units 163, 164, but may continue the high probability game state without controlling to the C time-saving game state.

また、メインCPU201は、確変フラグがオンであるときに「時短当り」の抽選を行い、当り判定処理の結果が「時短当り」であったとしても強制的にハズレの表示態様を特別図柄表示部163,164に導出するようにしてもよい。 The main CPU 201 may also draw a "time-saving hit" when the probability-changing flag is on, and forcibly derive a losing display mode to the special symbol display sections 163 and 164 even if the result of the hit determination process is a "time-saving hit."

さらには、確変フラグがオンである場合、大当り判定用乱数値に対して時短当り判定値データを割り当てない、すなわち「時短当り」を抽選結果(特別図柄の当り判定処理の結果)に含まない当り判定処理が行われるようにしてもよい。この場合、大当り判定用乱数値に対して、確変フラグがオフであるときは時短当り判定値データを割り当て、確変フラグがオンであるときは時短当り判定値データを割り当てない。そのため、確変フラグがオフであるときに時短当り判定値データに割り当てられていた乱数値の幅は、時短当り判定値データの代わりに、ハズレ判定値データ、大当り判定値データ、又は、ハズレ判定値データと大当り判定値データとの両方、に割り当てられる。 Furthermore, when the probability variable flag is on, the time-saving hit determination value data is not assigned to the random number value for jackpot determination, i.e., the hit determination process may be performed in which the "time-saving hit" is not included in the lottery result (the result of the hit determination process for the special pattern). In this case, when the probability variable flag is off, the time-saving hit determination value data is assigned to the random number value for jackpot determination, and when the probability variable flag is on, the time-saving hit determination value data is not assigned. Therefore, the range of random numbers that was assigned to the time-saving hit determination value data when the probability variable flag is off is assigned to the miss determination value data, the jackpot determination value data, or both the miss determination value data and the jackpot determination value data, instead of the time-saving hit determination value data.

なお、本実施例では、確変フラグがオンである場合には、C時短遊技状態に移行しないように構成しているが、これに限られない。例えば、確変フラグがオンであったとしても時短フラグがオフであるような高確非時短遊技状態に制御可能なパチンコ遊技機においては、当り判定処理の結果が「時短当り」である場合には高確時短遊技状態に移行するようにしてもよい。 In this embodiment, when the probability variable flag is on, the game is configured not to transition to the C time-saving game state, but this is not limited to this. For example, in a pachinko game machine that can be controlled to a high-probability non-time-saving game state in which the time-saving flag is off even if the probability variable flag is on, the game may be configured to transition to a high-probability time-saving game state if the result of the hit determination process is a "time-saving hit."

特別図柄の当り判定処理の結果が「大当り」である場合、当り遊技状態の態様およびその後の遊技状態の態様は、次のとおり決定される。 If the result of the special symbol hit determination process is a "jackpot," the winning game state and the subsequent game state are determined as follows:

例えば、選択図柄コマンドが「z3」の場合および「z9」の場合、メインCPU201は、大当り遊技状態の態様として、ラウンド数を10ラウンドに決定する。また、その後の遊技状態の態様として、確変フラグと時短フラグとの両方をオンにセットすることを決定し、確変回数および時短回数をいずれも10000回にセットすることを決定する。これらの場合、メインCPU201は、上述した大当りの表示態様を特別図柄表示部163,164に導出した後、大当り遊技状態に制御し、この大当り遊技状態の終了後、高確時短遊技状態に制御可能となる。 For example, when the selected symbol command is "z3" or "z9", the main CPU 201 determines the number of rounds as the mode of the jackpot game state to be 10 rounds. In addition, as the mode of the subsequent game state, it determines to set both the high probability flag and the time-saving flag on, and determines to set both the number of high probability rounds and the number of time-saving rounds to 10,000. In these cases, the main CPU 201 controls the game state to a jackpot game state after deriving the display mode of the jackpot described above to the special symbol display units 163 and 164, and after the jackpot game state ends, it becomes possible to control the game state to a high probability time-saving game state.

また、選択図柄コマンドが「z4」の場合、メインCPU201は、大当り遊技状態の態様として、ラウンド数を4ラウンドに決定する。また、その後の遊技状態の態様として、確変フラグと時短フラグとの両方をオンにセットすることを決定し、確変回数および時短回数をいずれも10000回にセットすることを決定する。この場合、メインCPU201は、上述した大当りの表示態様を第1特別図柄表示部163に導出した後、大当り遊技状態に制御し、この大当り遊技状態の終了後、高確時短遊技状態に制御可能となる。 In addition, when the selected symbol command is "z4", the main CPU 201 determines the number of rounds as the mode of the jackpot game state to be 4 rounds. In addition, as the mode of the subsequent game state, it determines to set both the high probability flag and the time-saving flag on, and determines to set both the number of high probability rounds and the number of time-saving rounds to 10,000. In this case, the main CPU 201 controls the game state to a jackpot game state after deriving the display mode of the jackpot described above to the first special symbol display unit 163, and after the end of this jackpot game state, it becomes possible to control the game state to a high probability time-saving game state.

また、選択図柄コマンドが「z5」の場合、メインCPU201は、大当り遊技状態の態様として、ラウンド数を4ラウンドに決定する。また、その後の遊技状態の態様として、確変フラグと時短フラグとのうち時短フラグのみをオンにセットすることを決定する。また、セットする時短回数を例えば200回にセットすることを決定する。この場合、メインCPU201は、上述した大当りの表示態様を第1特別図柄表示部163に導出した後、大当り遊技状態に制御し、この大当り遊技状態の終了後、時短遊技状態に制御可能となる。ここで制御される時短遊技状態はA時短遊技状態である。 Furthermore, when the selected symbol command is "z5", the main CPU 201 determines the number of rounds as the mode of the jackpot game state to be 4 rounds. Furthermore, as the mode of the subsequent game state, it determines that only the time-saving flag out of the probability change flag and the time-saving flag is set to on. It also determines that the number of time-saving times to be set is set to, for example, 200 times. In this case, the main CPU 201 controls the jackpot game state after deriving the display mode of the jackpot described above to the first special symbol display unit 163, and after the jackpot game state ends, it becomes possible to control to the time-saving game state. The time-saving game state controlled here is the A time-saving game state.

また、選択図柄コマンドが「z10」の場合、メインCPU201は、大当り遊技状態の態様として、ラウンド数を10ラウンドに決定する。また、その後の遊技状態の態様として、確変フラグと時短フラグとのうち時短フラグのみをオンにセットすることを決定する。また、セットする時短回数を例えば300回にセットすることを決定する。この場合、メインCPU201は、上述した大当りの表示態様を第2特別図柄表示部164に導出した後、大当り遊技状態に制御し、この大当り遊技状態の終了後、時短遊技状態に制御可能となる。ここで制御される時短遊技状態もA時短遊技状態である。 Furthermore, when the selected symbol command is "z10", the main CPU 201 determines the number of rounds as the mode of the jackpot game state to be 10 rounds. Furthermore, as the mode of the subsequent game state, it determines that only the time-saving flag out of the probability change flag and the time-saving flag is set to on. It also determines that the number of time-saving times to be set is set to, for example, 300 times. In this case, the main CPU 201 controls the jackpot game state after deriving the display mode of the jackpot described above to the second special symbol display unit 164, and after the jackpot game state ends, it becomes possible to control it to the time-saving game state. The time-saving game state controlled here is also the A time-saving game state.

なお、高確時短遊技状態における時短性能は、A時短遊技状態における時短性能と同じとすることが好ましいが、A時短における時短性能と異ならせてもよい。 It is preferable that the time-saving performance in the high-probability time-saving game state is the same as the time-saving performance in the A time-saving game state, but it may be different from the time-saving performance in the A time-saving game state.

また、例えば、特別図柄の当り判定処理の結果が「ハズレ」である場合(例えば、選択図柄コマンドが「z6」の場合、および「z11」の場合)、メインCPU201は、大当り遊技状態の態様およびその後の遊技状態の態様のいずれもセットしない。すなわち、特別図柄の当り判定処理の結果がハズレの場合、メインCPU201は、遊技状態を移行させずに、それまでの遊技状態に継続して制御する。 Also, for example, if the result of the special symbol hit determination process is a "miss" (for example, if the selected symbol command is "z6" or "z11"), the main CPU 201 does not set either the state of the big win game state or the state of the game state thereafter. In other words, if the result of the special symbol hit determination process is a miss, the main CPU 201 does not change the game state, but continues to control the game state up to that point.

なお、特別図柄の当り判定処理の結果が「ハズレ」である場合(例えば、選択図柄コマンドが「z6」の場合、および「z11」の場合)、上述したように大当り遊技状態の態様およびその後の遊技状態の態様のいずれもセットされないため、本来、図13の当り種類決定テーブルに図示する必要がない。ただし、本実施例では、特別図柄の当り判定処理の結果が「ハズレ」である場合、大当り遊技状態の態様およびその後の遊技状態の態様のいずれも決定されないことを明示するために、便宜上、図13に図示したものである。 Note that if the result of the special symbol hit determination process is a "miss" (for example, if the selected symbol command is "z6" or "z11"), neither the state of the jackpot game state nor the state of the subsequent game state is set as described above, so there is no need to illustrate this in the hit type determination table of FIG. 13. However, in this embodiment, for the sake of convenience, it is illustrated in FIG. 13 to clearly show that neither the state of the jackpot game state nor the state of the subsequent game state is determined when the result of the special symbol hit determination process is a "miss".

このように、本実施例において、メインCPU201は、図10の特別図柄の当り判定テーブルを参照し、第1始動口120または第2始動口140に遊技球が入賞した際に抽出される大当り判定用乱数値に基づいて当落判定値データを決定し(当落判定を行い)、当落(「時短当り」、「大当り」または「ハズレ」)を決定する。その後、メインCPU201は、図11の特別図柄判定テーブルを参照し、第1始動口120または第2始動口140に遊技球が入賞した際に抽出される特別図柄の図柄乱数値と上記の当落判定値データとに基づいて選択図柄コマンドを決定し、特別図柄表示部163,164に導出される表示態様の種類(時短当りの種類または大当りの種類)を決定するようにしている。なお、上記の当落判定および選択図柄コマンドの決定は、特別図柄の可変表示の開始時に行われるが、特別図柄の可変表示が開始されてから確定表示されるまでの間に行われることを排除する趣旨ではない。 Thus, in this embodiment, the main CPU 201 refers to the special symbol hit determination table of Figure 10, determines the hit/lose determination value data based on the jackpot determination random number value extracted when the gaming ball enters the first start hole 120 or the second start hole 140 (performs a hit/lose determination), and determines the hit/lose ("time-saving hit", "jackpot", or "miss"). After that, the main CPU 201 refers to the special symbol determination table of Figure 11, determines the selected symbol command based on the symbol random number value of the special symbol extracted when the gaming ball enters the first start hole 120 or the second start hole 140 and the hit/lose determination value data, and determines the type of display mode (type of time-saving hit or type of jackpot) to be derived to the special symbol display units 163, 164. Note that the above winning/losing judgment and selection of the symbol command are performed when the variable display of the special symbol begins, but this is not intended to exclude the possibility of performing this between the start of the variable display of the special symbol and the final display.

また、図13に示されるように、本実施例では、大当り遊技状態の終了後に制御されるA時短遊技状態の時短回数は、例えば、200回(選択図柄コマンドが「z5」の場合)、または300回(選択図柄コマンドが「z10」の場合)である。これに対し、特別図柄の当り判定処理の結果が「時短当り」である場合に制御されるC時短遊技状態の時短回数は、例えば、10回(選択図柄コマンドが「z0」の場合)、50回(選択図柄コマンドが「z1」、「z7」の場合)、または100回(選択図柄コマンドが「z2」、「z8」の場合)である。すなわち、A時短遊技状態における時短回数の期待値が、C時短遊技状態における時短回数の期待値よりも高い。このように、A時短遊技状態をC時短遊技状態と比べて遊技者にとって有利度合いが高くなるようにすることで、「大当り」の位置づけを大きくすることができる。 Also, as shown in FIG. 13, in this embodiment, the number of time-saving times in the A time-saving game state that is controlled after the end of the big win game state is, for example, 200 times (when the selected symbol command is "z5") or 300 times (when the selected symbol command is "z10"). In contrast, the number of time-saving times in the C time-saving game state that is controlled when the result of the special symbol hit determination process is a "time-saving hit" is, for example, 10 times (when the selected symbol command is "z0"), 50 times (when the selected symbol command is "z1" or "z7"), or 100 times (when the selected symbol command is "z2" or "z8"). In other words, the expected value of the number of time-saving times in the A time-saving game state is higher than the expected value of the number of time-saving times in the C time-saving game state. In this way, the positioning of a "big win" can be increased by making the A time-saving game state more advantageous for the player than the C time-saving game state.

なお、A時短遊技状態における時短回数の期待値をC時短遊技状態における時短回数の期待値よりも高いことに代えて、例えば図14に示されるように、C時短遊技状態における時短回数の期待値をA時短遊技状態における時短回数の期待値よりも高くするようにしてもよい。図14は、図13に示される当り種類決定テーブルの変形例である。この図14では、A時短遊技状態の時短回数は、例えば、50回(選択図柄コマンドが「z5」、「z10」の場合)である。これに対し、C時短遊技状態の時短回数は、例えば、50回(選択図柄コマンドが「z0」の場合)、100回(選択図柄コマンドが「z1」、「z7」の場合)または200回(選択図柄コマンドが「z2」、「z8」の場合)である。このように、C時短遊技状態をA時短遊技状態と比べて遊技者にとって有利度合いが高くなるようにすることで、「時短当り」の位置づけを大きくすることができる。例えば、長期間にわたって「大当り」に当選しないような状態が続いたとしても、「時短当り」に当選した場合には相対的に有利なC時短遊技状態に制御されるため、興趣の低下を抑制することが可能となる。 In addition, instead of making the expected value of the number of time-saving times in the A time-saving game state higher than the expected value of the number of time-saving times in the C time-saving game state, for example, as shown in FIG. 14, the expected value of the number of time-saving times in the C time-saving game state may be made higher than the expected value of the number of time-saving times in the A time-saving game state. FIG. 14 is a modified example of the winning type determination table shown in FIG. 13. In this FIG. 14, the number of time-saving times in the A time-saving game state is, for example, 50 times (when the selected symbol command is "z5" or "z10"). In contrast, the number of time-saving times in the C time-saving game state is, for example, 50 times (when the selected symbol command is "z0"), 100 times (when the selected symbol command is "z1" or "z7"), or 200 times (when the selected symbol command is "z2" or "z8"). In this way, by making the C time-saving game state more advantageous for the player than the A time-saving game state, the positioning of the "time-saving win" can be increased. For example, even if a long period of time passes without a "jackpot" being won, if a "time-saving hit" is won, the player will be put into the relatively advantageous C time-saving game state, making it possible to prevent a decline in interest.

なお、本明細書において、確変フラグの場合と同様に、時短フラグの値が「0」の場合が時短フラグオフであり、時短フラグの値が「1」の場合が時短フラグオンである。 In this specification, as with the special bonus flag, when the value of the time-saving flag is "0", the time-saving flag is off, and when the value of the time-saving flag is "1", the time-saving flag is on.

時短フラグは、確変フラグと同様にメインRAM203に格納される管理フラグの一つであり、時短制御を実行するか否かを管理するためのフラグである。 The time-saving flag, like the probability change flag, is one of the management flags stored in the main RAM 203, and is a flag for managing whether or not to execute time-saving control.

また、時短回数は、時短制御を継続して実行可能な特別図柄の可変表示回数である。すなわち、例えば時短回数が「50」に決定された場合、この時短遊技状態において大当りに当選することなく50回の特別図柄の可変表示が行われると、この時短遊技状態が終了して非時短遊技状態(例えば、通常遊技状態)に移行する。 The number of time-saving times is the number of times that the special symbols can be displayed variably while the time-saving control is being continued. That is, for example, if the number of time-saving times is determined to be "50," and 50 times of variable display of special symbols are performed without winning a jackpot in this time-saving game state, this time-saving game state ends and transitions to a non-time-saving game state (for example, a normal game state).

なお、図13等に示される確変回数および時短回数の「10000」は、大当り遊技状態終了後、大当りであると判定される(すなわち次回大当り)まで、確変制御を継続して実行できる趣旨である。 The "10,000" number of times the special mode and the time-saving mode are shown in FIG. 13 and other figures indicates that the special mode control can be continued after the end of the special mode game state until a special mode is determined to have occurred (i.e., the next special mode).

[1-4-6.特別図柄の変動パターンテーブル]
図15は、第1のパチンコ遊技機の特別図柄の変動パターンテーブルの一例である。図15の「備考」の欄は、分かりやすいように便宜上示したものである。図15の「備考」の欄に示される時短当り系リーチA,B,Cは、特別図柄の当り判定処理の結果が時短当りの可能性がある(大当りの可能性がない)ことを示すリーチ演出である。同様に、大当り系リーチA,B,Cは、特別図柄の当り判定処理の結果が大当りの可能性がある(時短当りの可能性がない)ことを示すリーチ演出である。さらに、共通リーチA,B,C,D,Eは、特別図柄の当り判定処理の結果が時短当りおよび大当りのいずれについても可能性があることを示すリーチ演出である。なお、図15は確変フラグがオフである場合の特別図柄の変動パターンテーブルであり、確変フラグがオンである場合の特別図柄の変動パターンテーブルの図示は省略する。
[1-4-6. Special symbol variation pattern table]
FIG. 15 is an example of a variation pattern table of a special symbol of the first pachinko game machine. The "Notes" column in FIG. 15 is shown for convenience in order to make it easier to understand. The time-saving hit-type reaches A, B, and C shown in the "Notes" column in FIG. 15 are reach effects that indicate that the result of the hit determination process of the special symbol is likely to be a time-saving hit (no possibility of a jackpot). Similarly, the jackpot-type reaches A, B, and C are reach effects that indicate that the result of the hit determination process of the special symbol is likely to be a jackpot (no possibility of a time-saving hit). Furthermore, the common reaches A, B, C, D, and E are reach effects that indicate that the result of the hit determination process of the special symbol is likely to be both a time-saving hit and a jackpot. Note that FIG. 15 is a variation pattern table of a special symbol when the probability variable flag is off, and the illustration of the variation pattern table of a special symbol when the probability variable flag is on is omitted.

メインCPU201は、第1始動口120への遊技球の入賞に基づくときは第1特別図柄の変動パターンを決定し、第2始動口140への遊技球の入賞に基づくときは第2特別図柄の変動パターンを決定する。図15の特別図柄の変動パターンテーブルは、後述の図28のS96の特別図柄の変動パターン決定処理を実行する際に参照されるテーブルである。 The main CPU 201 determines the variation pattern of the first special symbol when it is based on the entry of a gaming ball into the first starting hole 120, and determines the variation pattern of the second special symbol when it is based on the entry of a gaming ball into the second starting hole 140. The special symbol variation pattern table in FIG. 15 is a table that is referenced when executing the special symbol variation pattern determination process of S96 in FIG. 28 described below.

図15に示されるように、特別図柄の変動パターンは、特別図柄の種別、特別図柄の当り判定処理の結果(当落)、時短フラグの値(0または1)、リーチ判定用乱数値、または/および、演出選択用乱数値等に基づいて決定されるが、これに限られず、上記のいずれかに代えてまたは加えて他の値等に基づいて決定されるようにしてもよい。 As shown in FIG. 15, the variation pattern of the special symbol is determined based on the type of special symbol, the result of the special symbol hit determination process (win/lose), the value of the time-saving flag (0 or 1), the random number value for reach determination, and/or the random number value for performance selection, but is not limited to this and may be determined based on other values instead of or in addition to any of the above.

リーチ判定用乱数値は例えば0~249(250種類)の中から抽出され、演出選択用乱数値は例えば0~99(100種類)の中から抽出される。ただし、発生する乱数値の範囲は上記に限られない。 The random number value for reach determination is selected from, for example, 0 to 249 (250 types), and the random number value for effect selection is selected from, for example, 0 to 99 (100 types). However, the range of generated random numbers is not limited to the above.

メインCPU201は、第1始動口120への遊技球の入賞に基づいて抽出した演出選択用乱数値が特定の乱数値である場合、先読みフラグを設定する。メインCPU201から送信された特別図柄の変動パターンコマンドを受信したサブCPU301は、先読みフラグが設定されている場合、先読み演出を行う。 The main CPU 201 sets a look-ahead flag if the random number value for effect selection extracted based on the entry of the game ball into the first starting hole 120 is a specific random number value. The sub-CPU 301, which receives the special symbol variation pattern command sent from the main CPU 201, performs a look-ahead effect if the look-ahead flag is set.

なお、本実施例では、メインCPU201は、時短フラグがオフである場合に先読みフラグを設定し、時短フラグがオンであったり確変フラグがオンである場合には先読みフラグを設定しない。 In this embodiment, the main CPU 201 sets the look-ahead flag when the time-saving flag is off, and does not set the look-ahead flag when the time-saving flag is on or the probability-change flag is on.

また、本実施例では、先読み演出を行うか否かをメインCPU201が決定しているが、これに限られず、サブCPU301が決定するようにしてもよい。 In addition, in this embodiment, the main CPU 201 decides whether or not to perform a look-ahead performance, but this is not limited to this, and the sub-CPU 301 may decide.

なお、メインCPU201は、時短フラグがオンである場合や確変フラグがオンである場合にも先読みフラグを設定するように(先読み演出が行われるように)してもよい。また、第2特別図柄の変動パターンを決定する際にも、先読みフラグを設定するように(先読み演出が行われるように)してもよい。 The main CPU 201 may also set the look-ahead flag (to perform a look-ahead performance) when the time-saving flag or the probability-change flag is on. The main CPU 201 may also set the look-ahead flag (to perform a look-ahead performance) when determining the variation pattern of the second special symbol.

時短フラグがオンである場合、決定される特別図柄の変動パターンは、時短フラグがオフである場合と比べて単位時間あたりの変動回数の期待値が小さい。すなわち、時短フラグがオンである場合の特別図柄の変動時間は、時短フラグがオフである場合の特別図柄の変動時間と比べて短時間となりやすい。 When the time-saving flag is on, the expected number of changes per unit time for the special symbol fluctuation pattern determined is smaller than when the time-saving flag is off. In other words, the time it takes for the special symbol to fluctuate when the time-saving flag is on is likely to be shorter than the time it takes for the special symbol to fluctuate when the time-saving flag is off.

決定された変動パターン情報は、コマンド出力ポート206を介してメインCPU201からサブCPU301のコマンド入力ポート308に送信される。サブCPU301は、メインCPU201から送信された変動パターン情報に基づいて、表示装置7の表示領域に表示される表示演出や、スピーカ32から出力される音演出を制御する。 The determined variation pattern information is sent from the main CPU 201 to the command input port 308 of the sub-CPU 301 via the command output port 206. The sub-CPU 301 controls the display effects displayed in the display area of the display device 7 and the sound effects output from the speaker 32 based on the variation pattern information sent from the main CPU 201.

なお、図15には示されていないが、設定値毎に、例えば演出選択用乱数値の範囲を変えて、決定される特別図柄の変動パターン(可変表示時間)が異なるようにしてもよい。 Although not shown in FIG. 15, the variation pattern (variable display time) of the special symbol that is determined may be different for each setting value, for example by changing the range of the random number value for effect selection.

また、本実施例では、例えば、当り判定処理の結果がハズレである場合、時短の種類にかかわらず時短フラグがオンであるか否かに応じて特別図柄の変動パターンを決定するようにしたが、これに限られない。例えば、単位時間あたりの特別図柄の可変表示回数の期待値が時短の種類に応じて異なりうるようにしてもよい。例えば、A時短遊技状態とB時短遊技状態とC時短遊技状態とで、単位時間あたりの特別図柄の可変表示回数の期待値が異なるようにしてもよい。 In addition, in this embodiment, for example, when the result of the hit determination process is a miss, the variation pattern of the special symbol is determined depending on whether the time-saving flag is on or not, regardless of the type of time-saving, but this is not limited to this. For example, the expected value of the number of times the special symbol is variably displayed per unit time may be made different depending on the type of time-saving. For example, the expected value of the number of times the special symbol is variably displayed per unit time may be made different between time-saving play state A, time-saving play state B, and time-saving play state C.

[1-4-7.時短遊技状態]
上述したとおり、本実施例では、時短遊技状態として、A時短遊技状態と、B時短遊技状態と、C時短遊技状態とが用意されている。これらの時短遊技状態について、以下に説明する。
[1-4-7. Time-saving game state]
As described above, in this embodiment, the time-saving gaming states are the time-saving gaming state A, the time-saving gaming state B, and the time-saving gaming state C. These time-saving gaming states will be described below.

A時短遊技状態は、特別図柄の当り判定処理の結果が「大当り」であって、選択図柄コマンドが例えば「z5」または「z10」である場合に、大当り遊技状態終了後に制御される時短遊技状態である。すなわち、本実施例において、A時短遊技状態への移行条件は、大当り(選択図柄コマンドが「z5」または「z10」の大当り)に当選することである。ただし、A時短遊技状態への移行条件が成立したとしても、必ずA時短遊技状態に移行するのではなく、A時短遊技状態への移行を妨げる条件が成立した場合(例えば、バックアップクリアされた場合等)には、A時短遊技状態に移行させない。 The A time-saving game state is a time-saving game state that is controlled after the end of the jackpot game state when the result of the special symbol hit determination process is a "jackpot" and the selected symbol command is, for example, "z5" or "z10". That is, in this embodiment, the condition for transitioning to the A time-saving game state is winning a jackpot (a jackpot with a selected symbol command of "z5" or "z10"). However, even if the condition for transitioning to the A time-saving game state is met, transition to the A time-saving game state is not necessarily made; if a condition that prevents transition to the A time-saving game state is met (for example, if the backup is cleared), transition to the A time-saving game state is not made.

また、A時短遊技状態の終了条件は、特別図柄の当り判定処理の結果が「大当り」であって当該「大当り」に基づく大当り遊技状態が開始される場合と、選択図柄コマンドに対応して決定された時短回数(以下「A時短規定回数」と称する)の特別図柄(第1特別図柄および第2特別図柄)の可変表示が実行された場合(図13の「時短回数」の欄を参照)とのうち、いずれかの条件を満たした場合である。 The condition for ending the A time-saving game state is when either of the following conditions is met: the result of the special symbol hit determination process is a "jackpot" and a jackpot game state based on the "jackpot" is initiated, or the variable display of the special symbols (first special symbol and second special symbol) for the number of time-saving times determined in response to the selected symbol command (hereinafter referred to as the "A time-saving specified number of times") is executed (see the "Number of time-saving times" column in Figure 13).

B時短遊技状態は、例えば、大当り遊技状態が終了し、非高確遊技状態(本実施例では例えば通常遊技状態および低確時短遊技状態)における特別図柄の可変表示が開始されたとき等を起点として、天井カウンタを更新(1加算)し、天井カウンタが天井値に到達したときに制御される時短遊技状態である。すなわち、B時短遊技状態への移行条件は、天井カウンタが天井値に到達することである。B時短遊技状態への移行は、天井カウンタが天井値に到達するときの特別図柄の可変表示(以下「天井最終変動」と称する)が開始されたときとしてもよいし、天井最終変動が終了したときとしてもよいし、天井最終変動の次の特別図柄の可変表示が開始されたときとしてもよい。すなわち、B時短遊技状態への移行タイミングは、天井最終変動が開始されてから次の特別図柄の可変表示が開始されるまでの間であればよい。また、天井最終変動における特別図柄の当り判定処理の結果が「ハズレ」である場合、特別図柄表示部163,164にはハズレの表示態様が導出されるものの、B時短遊技状態に移行することとなる。この場合、サブCPU301は、B時短遊技状態への移行条件が成立したこと(例えば、本実施形態では天井カウンタが天井値に到達したこと)を遊技者に示す表示演出(例えば、装飾図柄を特殊図柄で停止させたり、キャラクタによる特殊演出を行ったり、又はこれらの両方が行われる演出)を、表示装置7に表示する制御を行ってもよい。なお、B時短遊技状態への移行条件が成立したとしても、必ずB時短遊技状態に移行するのではなく、B時短遊技状態への移行を妨げる条件が成立した場合(例えば、天井最終変動における特別図柄の当り判定処理の結果が大当りである場合等)には、B時短遊技状態に移行させない。 The B time-saving game state is a time-saving game state that is controlled when the ceiling counter reaches the ceiling value by updating (adding 1) the ceiling counter, starting from, for example, when the jackpot game state ends and the variable display of the special symbol in the non-high probability game state (for example, the normal game state and the low probability time-saving game state in this embodiment) starts. That is, the condition for transitioning to the B time-saving game state is that the ceiling counter reaches the ceiling value. The transition to the B time-saving game state may be when the variable display of the special symbol when the ceiling counter reaches the ceiling value (hereinafter referred to as the "ceiling final fluctuation") starts, when the ceiling final fluctuation ends, or when the variable display of the special symbol next to the ceiling final fluctuation starts. That is, the timing of transition to the B time-saving game state may be any time between the start of the ceiling final fluctuation and the start of the variable display of the next special symbol. In addition, if the result of the hit determination process of the special symbol in the final ceiling fluctuation is "miss", the display mode of miss is derived on the special symbol display section 163, 164, but the game will transition to the B time-saving game state. In this case, the sub-CPU 301 may control the display device 7 to display a display effect (for example, a decorative symbol is stopped with a special symbol, a special effect by a character is performed, or both of these are performed) that indicates to the player that the transition condition to the B time-saving game state has been established (for example, in this embodiment, the ceiling counter has reached the ceiling value). Note that even if the transition condition to the B time-saving game state is established, the game will not necessarily transition to the B time-saving game state, but if a condition that prevents the transition to the B time-saving game state is established (for example, if the result of the hit determination process of the special symbol in the final ceiling fluctuation is a jackpot, etc.), the game will not transition to the B time-saving game state.

天井カウンタは、確変フラグがオンである場合には更新されず、確変フラグがオフである場合は、時短フラグがオンであるかオフであるかにかかわらず常にカウントされる。天井カウンタが天井値に到達した場合、特別図柄の当り判定処理の結果が「大当り」でない限りB時短遊技状態に制御される。特別図柄の当り判定処理の結果に小当りを含むパチンコ遊技機においては、天井カウンタが天井値に到達したときの特別図柄の当り判定処理の結果が「小当り」である場合、小当りの表示態様が特別図柄表示部163,164に導出されたときにB時短遊技状態が開始されるようにしてもよいし、小当り遊技状態の終了後にB時短遊技状態が開始されるようにしてもよい。すなわち、天井カウンタが天井値に到達したときの特別図柄の当り判定処理の結果が「小当り」である場合には、特別図柄表示部163,164に小当りの表示態様が表示されるだけであり、上述したような天井カウンタが天井値に到達したことを遊技者に示す表示演出は表示されることがない。なお、設定機能付きパチンコ遊技機の場合、設定値に応じて天井値が異なるようにしてもよい。また、天井カウンタが天井値に到達したときの特別図柄の当り判定処理の結果が「大当り」である場合には、B時短遊技状態に制御することなく大当り遊技状態に制御される。 The ceiling counter is not updated when the probability variable flag is on, and when the probability variable flag is off, it is always counted regardless of whether the time-saving flag is on or off. When the ceiling counter reaches the ceiling value, it is controlled to the B time-saving game state unless the result of the hit determination process of the special symbol is a "big hit". In a pachinko game machine in which the result of the hit determination process of the special symbol includes a small hit, if the result of the hit determination process of the special symbol when the ceiling counter reaches the ceiling value is a "small hit", the B time-saving game state may be started when the display mode of the small hit is derived to the special symbol display unit 163, 164, or the B time-saving game state may be started after the small hit game state ends. In other words, if the result of the hit determination process of the special symbol when the ceiling counter reaches the ceiling value is a "small hit", only the display mode of the small hit is displayed on the special symbol display unit 163, 164, and no display effect is displayed to indicate to the player that the ceiling counter has reached the ceiling value as described above. In addition, in the case of a pachinko game machine with a setting function, the ceiling value may be different depending on the setting value. Also, if the result of the special symbol hit determination process when the ceiling counter reaches the ceiling value is a "jackpot," the machine is controlled to the jackpot game state without being controlled to the B time-saving game state.

なお、天井カウンタは、電源が投入された場合、大当り遊技状態に制御された場合、RAM203内の作業領域(揮発性領域)のクリア処理(バックアップクリア処理)が行われた場合、バックアップクリアスイッチ176とは別のスイッチ(例えば、設定キー174aや専用のスイッチ)が操作された場合、普通図柄当り確率を変更可能な遊技機にあっては普通図柄当り確率の高確率が終了した場合等、所定の条件が成立するとリセットされる。そして、天井カウンタの更新が許容されると、特別図柄の可変表示が実行される都度、天井カウンタが更新される。例えば確変フラグがオンである場合、天井カウンタの更新が許容されない。 The ceiling counter is reset when a specific condition is met, such as when the power is turned on, when the machine is controlled to a jackpot gaming state, when the working area (volatile area) in the RAM 203 is cleared (backup clearing), when a switch other than the backup clear switch 176 (for example, the setting key 174a or a dedicated switch) is operated, or when the high probability of winning a normal symbol ends in a gaming machine in which the probability of winning a normal symbol can be changed. When updating of the ceiling counter is permitted, the ceiling counter is updated each time a variable display of a special symbol is executed. For example, when the probability flag is on, updating of the ceiling counter is not permitted.

メインCPU201は、天井カウンタをクリアした後、次の特別図柄の可変表示から天井カウンタのカウントを開始する。なお、天井値は、天井カウンタがクリアされる都度、メインCPU201がセットするものとしてもよいし、都度セットするのではなく、パチンコ遊技機固有のものとして予め決められていてもよい。 After clearing the ceiling counter, the main CPU 201 starts counting the ceiling counter from the next variable display of the special symbol. The ceiling value may be set by the main CPU 201 each time the ceiling counter is cleared, or may be predetermined as a value specific to the pachinko game machine rather than being set each time.

大当り遊技状態に制御されたことによって天井カウンタがクリアされた場合、大当り遊技状態の終了後、確変フラグがオンでなければ、メインCPU201は、1回目の特別図柄の可変表示の開始時または終了時に天井カウンタを更新(+1)する。また、大当り遊技状態の終了後、確変フラグがオンであれば、特別図柄の可変表示が行われても天井カウンタを更新しないが、例えばST機や確変転落抽選を行う仕様であれば、確変フラグがオフになった後の1回目の特別図柄の可変表示の開始時または終了時に天井カウンタを更新する。なお、確変転落抽選を行う仕様の場合、特別図柄の可変表示の開始時に確変フラグがオンからオフに変更されるため、特別図柄の可変表示の終了時に天井カウンタの更新を行う場合、特別図柄の可変表示の終了時に確変フラグがオフであれば天井カウンタを更新するようにしてもよい。 When the ceiling counter is cleared due to control to the jackpot gaming state, if the probability variable flag is not on after the jackpot gaming state ends, the main CPU 201 updates (+1) the ceiling counter at the start or end of the first variable display of the special pattern. Also, if the probability variable flag is on after the jackpot gaming state ends, the ceiling counter is not updated even if the variable display of the special pattern is performed, but for example, in the case of an ST machine or a specification that performs a probability variable drop lottery, the ceiling counter is updated at the start or end of the first variable display of the special pattern after the probability variable flag is turned off. Note that in the case of a specification that performs a probability variable drop lottery, the probability variable flag is changed from on to off at the start of the variable display of the special pattern, so when updating the ceiling counter at the end of the variable display of the special pattern, if the probability variable flag is off at the end of the variable display of the special pattern, the ceiling counter may be updated.

なお、メインCPU201により確変転落抽選が行われる仕様のパチンコ遊技機の場合、サブCPU301は、メインCPU201から送信されたコマンドを受信すると、確変転落抽選に当選したことを示唆する演出や、高確遊技状態から低確遊技状態への移行を示唆する演出を行わないようにすることが好ましい。このようにすることで、天井カウンタによるカウントの開始時点、すなわちB時短遊技状態への移行タイミングを、表示装置7に表示される表示演出等に基づいて遊技者が把握することが困難となり、面白みのあるゲーム性を提供することが可能となる。B時短遊技状態への移行タイミングの把握が困難である場合、例えばB時短遊技状態への移行タイミングを示唆するカウントダウン演出やガセのカウントダウン演出を、サブCPU301による制御によって表示装置7に表示することにより、より一層興趣を高めることが可能となる。 In the case of a pachinko game machine in which the main CPU 201 performs a lottery for a drop to a high probability game, it is preferable that the sub-CPU 301, upon receiving a command sent from the main CPU 201, does not perform any effects suggesting that the lottery for a drop to a high probability game has been won or any effects suggesting a transition from a high probability game state to a low probability game state. This makes it difficult for the player to grasp the start point of the count by the ceiling counter, i.e., the timing of the transition to the B time-saving game state, based on the display effects displayed on the display device 7, making it possible to provide an interesting game. If it is difficult to grasp the timing of the transition to the B time-saving game state, for example, a countdown effect suggesting the timing of the transition to the B time-saving game state or a false countdown effect can be displayed on the display device 7 under the control of the sub-CPU 301, thereby making it possible to further increase interest.

また、RAM203内の作業領域(揮発性領域)のクリア処理(バックアップクリア処理)が行われた場合、メインCPU201は、RAM203内の作業領域のクリア処理後の1回目の特別図柄の可変表示の開始時または終了時に天井カウンタを更新(+1)する。 In addition, when a clearing process (backup clearing process) is performed on the working area (volatile area) in RAM 203, the main CPU 201 updates (increments by 1) the ceiling counter at the start or end of the first variable display of the special pattern after the clearing process of the working area in RAM 203.

さらに、バックアップクリアスイッチ176とは別のスイッチ(例えば、設定キー174aや専用のスイッチ)が操作された場合、メインCPU201は、上記別のスイッチが操作された後の1回目の特別図柄の可変表示の開始時または終了時に天井カウンタを更新(+1)する。 Furthermore, if a switch other than the backup clear switch 176 (for example, the setting key 174a or a dedicated switch) is operated, the main CPU 201 updates (increments by 1) the ceiling counter at the start or end of the first variable display of the special symbol after the other switch is operated.

また、B時短遊技状態の終了条件は、特別図柄の当り判定処理の結果が「大当り」であって当該「大当り」に基づく大当り遊技状態が開始される場合と、予め定められた規定回数(以下「B時短規定回数」と称する)分の特別図柄(第1特別図柄および第2特別図柄)の可変表示が実行された場合とのうち、いずれかの条件を満たした場合である。B時短遊技状態の終了条件の一つである「B時短規定回数分の特別図柄の可変表示が実行された場合」は、B時短規定回数目の特別図柄の可変表示(以下「B時短最終変動」と称する)が開始されたときとしてもよいし、B時短最終変動が終了したときとしてもよい。すなわち、B時短遊技状態の終了タイミングは、B時短最終変動が開始されてからこのB時短最終変動にかかる特別図柄の可変表示が終了するまでの間であればよい。 The end condition of the B time-saving game state is when either of the following conditions is met: the result of the hit determination process for the special symbol is a "jackpot" and a jackpot game state based on the "jackpot" is started, or the variable display of the special symbols (first special symbol and second special symbol) is executed a predetermined number of times (hereinafter referred to as the "prescribed number of B time-saving times"). One of the end conditions of the B time-saving game state, "the variable display of the special symbols is executed a predetermined number of times for B time-saving", may be when the variable display of the special symbol for the prescribed number of B time-saving times (hereinafter referred to as the "final variation of B time-saving") is started, or when the final variation of B time-saving is completed. In other words, the end timing of the B time-saving game state may be any time between the start of the final variation of B time-saving and the end of the variable display of the special symbols related to this final variation of B time-saving.

C時短遊技状態は、特別図柄の当り判定処理の結果が「時短当り」である場合に制御される時短遊技状態である。すなわち、C時短遊技状態への移行条件は、時短当り(選択図柄コマンドが「z0」~「z2」、「z7」または「z8」の時短当り)に当選し、時短当りの表示態様が特別図柄表示部163,164に導出(確定表示)されることである。なお、C時短遊技状態への移行条件が成立したとしても、必ずC時短遊技状態に移行するのではなく、C時短遊技状態への移行を妨げる条件が成立した場合(例えば、B時短遊技状態とC時短遊技状態とが重ねて実行されない仕様(詳細は後述する)であって、B時短遊技状態における特別図柄の当り判定処理の結果が「時短当り」である場合等)には、C時短遊技状態に移行させない。なお、C時短遊技状態への移行条件が成立したにもかかわらずC時短遊技状態への移行を妨げる条件が成立した場合、メインCPU201は、C時短遊技状態に移行させないにもかかわらず、時短当りの表示態様を特別図柄表示部163,164に導出する制御を実行する。 The C time-saving game state is a time-saving game state that is controlled when the result of the hit determination process of the special symbol is a "time-saving hit". In other words, the condition for transitioning to the C time-saving game state is that a time-saving hit (the selected symbol command is a time-saving hit of "z0" to "z2", "z7" or "z8") is won, and the display mode of the time-saving hit is derived (determined display) on the special symbol display unit 163, 164. Note that even if the transition condition to the C time-saving game state is met, the game does not necessarily transition to the C time-saving game state. If a condition that prevents the transition to the C time-saving game state is met (for example, when the specifications are such that the B time-saving game state and the C time-saving game state are not executed at the same time (details will be described later), and the result of the hit determination process of the special symbol in the B time-saving game state is a "time-saving hit"), the game will not transition to the C time-saving game state. In addition, if a condition for transitioning to the C time-saving game state is met but a condition for preventing transition to the C time-saving game state is met, the main CPU 201 executes control to derive the display mode for the time-saving win to the special symbol display units 163, 164, even though it does not transition to the C time-saving game state.

また、C時短遊技状態の終了条件は、特別図柄の当り判定処理の結果が「大当り」であって当該「大当り」に基づく大当り遊技状態が開始される場合と、選択図柄コマンドに対応して決定された時短回数(以下「C時短規定回数」と称する)の特別図柄(第1特別図柄および第2特別図柄)の可変表示が実行された場合(図13の「時短回数」の欄を参照)とのうち、いずれかの条件を満たした場合である。C時短遊技状態の終了条件の一つであるC時短規定回数は、選択図柄コマンドに対応して決定された時短回数目の特別図柄の可変表示(以下「C時短最終変動」と称する)が開始されたときとしてもよいし、C時短最終変動が終了したときとしてもよい。すなわち、C時短遊技状態の終了タイミングは、C時短最終変動が開始されてからこのC時短最終変動にかかる特別図柄の可変表示が終了するまでの間であればよい。 The end condition of the C time-saving game state is when either of the following conditions is met: the result of the hit determination process for the special symbol is a "jackpot" and a jackpot game state based on the "jackpot" is started; or the variable display of the special symbols (first special symbol and second special symbol) for the number of time-saving times determined in response to the selected symbol command (hereinafter referred to as the "prescribed number of C time-saving times") is executed (see the "number of time-saving times" column in FIG. 13). The prescribed number of C time-saving times, which is one of the end conditions of the C time-saving game state, may be when the variable display of the special symbol for the number of time-saving times determined in response to the selected symbol command (hereinafter referred to as the "final C time-saving change") starts, or when the final C time-saving change ends. In other words, the end timing of the C time-saving game state may be any time between the start of the final C time-saving change and the end of the variable display of the special symbol related to this final C time-saving change.

なお、時短性能は、A時短遊技状態とB時短遊技状態とC時短遊技状態とで互いに異なるようにしてもよい。また、A時短遊技状態とB時短遊技状態とC時短遊技状態とのうち、2つの時短遊技状態の時短性能を同じとし、これら2の時短遊技状態の時短性能と他の一つの時短遊技状態の時短性能とが異なるようにしてもよい。さらには、A時短遊技状態の時短性能と、B時短遊技状態の時短性能と、C時短遊技状態の時短性能とが同じとなるようにしてもよい。 The time-saving performance may be different between the A time-saving play state, the B time-saving play state, and the C time-saving play state. Also, the time-saving performance of two of the A time-saving play state, the B time-saving play state, and the C time-saving play state may be the same, and the time-saving performance of these two time-saving play states may be different from the time-saving performance of the other one of the time-saving play states. Furthermore, the time-saving performance of the A time-saving play state, the B time-saving play state, and the C time-saving play state may be the same.

また、A時短遊技状態の終了条件、B時短遊技状態の終了条件、およびC時短遊技状態の終了条件には、上記の他、例えば、第2特別図柄の可変表示回数が規定回数に到達したことや、普通電動役物146が所定回数開放したこと、普通電動役物146の開放態様として特定の開放態様が選択されたこと等を含めるようにしてもよい。また、特別図柄の当り判定処理の結果に小当りを含むパチンコ遊技機においては、小当り回数が規定回数に到達したことを上記の終了条件に含めるようにしてもよい。さらには、時短転落抽選を行い、時短転落抽選に当選したことを、上記の終了条件に含めるようにしてもよい。 In addition, the end conditions for the time-saving game state A, the time-saving game state B, and the time-saving game state C may include, in addition to the above, for example, the number of times the second special symbol is displayed in a variable manner has reached a specified number of times, the normal electric device 146 has been opened a specified number of times, a specific opening mode has been selected as the opening mode of the normal electric device 146, etc. In addition, in a pachinko game machine in which the result of the hit determination process for the special symbol includes a small hit, the above end conditions may include the number of small hits having reached a specified number of times. Furthermore, the above end conditions may include holding a time-saving drop lottery and winning the time-saving drop lottery.

[1-4-8.普通図柄の当り判定テーブル]
図16は、第1のパチンコ遊技機が備える主制御回路200のメインROM202に記憶されている普通図柄の当り判定テーブルの一例である。
[1-4-8. Normal symbol winning judgment table]
FIG. 16 is an example of a winning determination table for normal symbols stored in the main ROM 202 of the main control circuit 200 provided in the first pachinko gaming machine.

普通図柄の当り判定テーブルは、普通図柄の当り判定処理において参照されるテーブル、すなわち、遊技状態と、通過ゲート126(図4参照)を遊技球が通過した際に抽出される普通図柄の当り判定用乱数値と、に基づいて「普通図柄当り」または「ハズレ」を抽選により決定する際(すなわち、後述の図43のS295の普通図柄遊技判定処理を実行する際)に参照されるテーブルである。 The normal symbol hit determination table is a table referenced in the normal symbol hit determination process, i.e., when determining whether a normal symbol hits or misses by lottery based on the game state and the normal symbol hit determination random number value extracted when the game ball passes through the passing gate 126 (see Figure 4) (i.e., when executing the normal symbol game determination process of S295 in Figure 43 described below).

普通図柄の当り判定用乱数値は、上述したとおり、普通図柄の当り判定処理に用いられる乱数値である。本実施例において、メインCPU201は、普通図柄の当り判定用乱数値を、0~99(100種類)の中から抽出する。ただし、発生する乱数値の範囲は上記に限られない。 As described above, the random number value for determining whether a normal symbol is a winning symbol is a random number value used in the winning determination process for the normal symbol. In this embodiment, the main CPU 201 selects the random number value for determining whether a normal symbol is a winning symbol from 0 to 99 (100 types). However, the range of the generated random number value is not limited to the above.

本実施例では、普通図柄の当り判定処理において、メインCPU201は、抽出された普通図柄の当り判定用乱数値に基づいて「普通図柄当り」または「ハズレ」に決定する。普通図柄の当り判定テーブルには、時短の種類毎に、「普通図柄当り」に決定される普通図柄の当り判定用乱数値の範囲(幅)とこれに対応する普通図柄当り判定値データとの関係、および、「ハズレ」に決定される普通図柄の当り判定用乱数値の範囲(幅)とこれに対応するハズレ判定値データとの関係が規定されている。 In this embodiment, in the normal symbol hit determination process, the main CPU 201 determines whether the normal symbol is a hit or a miss based on the extracted normal symbol hit determination random number value. The normal symbol hit determination table specifies, for each type of time reduction, the relationship between the range (width) of the normal symbol hit determination random number value determined as a "normal symbol hit" and the corresponding normal symbol hit determination value data, and the relationship between the range (width) of the normal symbol hit determination random number value determined as a "miss" and the corresponding miss determination value data.

本実施例では、非時短遊技状態(例えば通常遊技状態)において、メインCPU201は、抽出された普通図柄の当り判定用乱数値が0~79のいずれかである場合は「普通図柄当り」と判定し、当落判定値データを「普通図柄当り判定値データ」に決定する。また、非時短遊技状態において、メインCPU201は、抽出された普通図柄の当り判定用乱数値が80~99のいずれかである場合は「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 In this embodiment, in a non-time-saving game state (for example, a normal game state), if the random number value for determining whether the extracted normal symbol is a win is any value between 0 and 79, the main CPU 201 determines that the win/loss determination value is a "normal symbol win" and sets the win/loss determination value data to "normal symbol win determination value data." Also, in a non-time-saving game state, if the random number value for determining whether the extracted normal symbol is a win is any value between 80 and 99, the main CPU 201 determines that the win is a "miss" and sets the determination value data to "miss determination value data."

また、A時短遊技状態において、メインCPU201は、抽出された普通図柄の当り判定用乱数値が0~98のいずれかである場合は「普通図柄当り」と判定し、当落判定値データを「普通図柄当り判定値データ」に決定する。また、A時短遊技状態において、メインCPU201は、抽出された普通図柄の当り判定用乱数値が99である場合は「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 In addition, in the A time-saving game state, if the random number value for determining whether the extracted normal symbol is a win is any value between 0 and 98, the main CPU 201 determines that the symbol is a "normal symbol win" and sets the win/loss determination value data to "normal symbol win determination value data."In addition, in the A time-saving game state, if the random number value for determining whether the extracted normal symbol is a win is 99, the main CPU 201 determines that the symbol is a "miss" and sets the determination value data to "miss determination value data."

また、B時短遊技状態において、メインCPU201は、抽出された普通図柄の当り判定用乱数値が0~79のいずれかである場合は「普通図柄当り」と判定し、当落判定値データを「普通図柄当り判定値データ」に決定する。また、B時短遊技状態において、メインCPU201は、抽出された普通図柄の当り判定用乱数値が80~99のいずれかである場合は「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 In addition, in the B time-saving game state, if the random number value for determining whether the extracted normal symbol is a win is any value between 0 and 79, the main CPU 201 determines that the symbol is a "normal symbol win" and sets the win/loss determination value data to "normal symbol win determination value data."In addition, in the B time-saving game state, if the random number value for determining whether the extracted normal symbol is a win is any value between 80 and 99, the main CPU 201 determines that the symbol is a "miss" and sets the determination value data to "miss determination value data."

また、C時短遊技状態において、メインCPU201は、抽出された普通図柄の当り判定用乱数値が0~79のいずれかである場合は「普通図柄当り」と判定し、当落判定値データを「普通図柄当り判定値データ」に決定する。また、C時短遊技状態において、メインCPU201は、抽出された普通図柄の当り判定用乱数値が80~99のいずれかである場合は「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 In addition, in the C time-saving game state, if the random number value for determining whether the extracted normal symbol is a win is any value between 0 and 79, the main CPU 201 determines that the symbol is a "normal symbol win" and sets the win/loss determination value data to "normal symbol win determination value data."In addition, in the C time-saving game state, if the random number value for determining whether the extracted normal symbol is a win is any value between 80 and 99, the main CPU 201 determines that the symbol is a "miss" and sets the determination value data to "miss determination value data."

このように、本実施例では、非時短遊技状態、A時短遊技状態、B時短遊技状態、およびC時短遊技状態のなかで、A時短遊技状態における普通図柄当りの当選確率(図16に示される選択率(概算))が最も高い。 In this way, in this embodiment, the probability of winning on a normal symbol in the time-saving game state A (selection rate (estimate) shown in Figure 16) is the highest among the non-time-saving game state, the time-saving game state A, the time-saving game state B, and the time-saving game state C.

また、B時短遊技状態における普通図柄当りの当選確率(図16に示される選択率(概算))は、非時短遊技状態における普通図柄当りの当選確率と同じである。同様に、C時短遊技状態における普通図柄当りの当選確率(図16に示される選択率(概算))についても、非時短遊技状態における普通図柄当りの当選確率と同じである。したがって、非時短遊技状態とB時短遊技状態とC時短遊技状態との間で遊技状態が移行したとしても、普通図柄の当選確率は変更されないこととなる。 In addition, the winning probability of a normal symbol in the B time-saving game state (selection rate (estimate) shown in FIG. 16) is the same as the winning probability of a normal symbol in the non-time-saving game state. Similarly, the winning probability of a normal symbol in the C time-saving game state (selection rate (estimate) shown in FIG. 16) is the same as the winning probability of a normal symbol in the non-time-saving game state. Therefore, even if the game state shifts between the non-time-saving game state, the B time-saving game state, and the C time-saving game state, the winning probability of a normal symbol will not change.

なお、普通図柄当りの当選確率を、非時短遊技状態とA時短遊技状態とB時短遊技状態とC時短遊技状態とで同じにしてもよい。この場合、普通図柄当りの当選確率を変えることなく、後述する普通図柄の種類の割合を状態毎で異ならせるようにするだけでよくなるため、制御処理を簡略化できる。 The winning probability for a normal symbol may be the same in the non-time-saving game state, the A time-saving game state, the B time-saving game state, and the C time-saving game state. In this case, the winning probability for a normal symbol does not change, and the ratio of the types of normal symbols described below only needs to be changed for each state, simplifying the control process.

[1-4-9.普通図柄判定テーブル]
図17は、第1のパチンコ遊技機が備える主制御回路200のメインROM202に記憶されている普通図柄判定テーブルの一例である。
[1-4-9. Normal symbol determination table]
FIG. 17 is an example of a normal symbol determination table stored in the main ROM 202 of the main control circuit 200 provided in the first pachinko gaming machine.

普通図柄判定テーブルは、時短の種類と、先述の当落判定値データと、通過ゲート126(図4参照)を遊技球が通過した際に抽出される普通図柄の図柄乱数値と、に基づいて、普通図柄の停止図柄を決定付ける「普通図柄当り時選択図柄コマンド」を選択する際に参照されるテーブルである。「普通図柄当り時選択図柄コマンド」は、普通図柄の当り判定処理の結果が普通図柄当りであった場合に、普通図柄当り種類に応じて定められる普通図柄の当り図柄を指定するためのコマンドである。普通図柄の図柄乱数値は、例えば0~99(100種類)の中から抽出される。 The normal symbol determination table is a table that is referenced when selecting a "normal symbol winning symbol selection command" that determines the normal symbol stopping symbol based on the type of time reduction, the aforementioned winning/losing determination value data, and the normal symbol random number value extracted when the game ball passes through the passing gate 126 (see FIG. 4). The "normal symbol winning symbol selection command" is a command for specifying the winning normal symbol determined according to the normal symbol winning type when the result of the normal symbol winning determination process is a normal symbol winning symbol. The normal symbol random number value is extracted, for example, from 0 to 99 (100 types).

図17に示される普通図柄判定テーブルによれば、普通図柄の当り判定処理の結果として普通図柄当り判定値データが得られた場合、例えば、普通図柄当り時選択図柄コマンドは以下のように選択される。 According to the normal symbol determination table shown in FIG. 17, when normal symbol winning determination value data is obtained as a result of the normal symbol winning determination process, for example, the selected symbol command when a normal symbol wins is selected as follows:

例えば、非時短遊技状態では、普通図柄の当り判定処理の結果として普通図柄当り判定値データが得られた場合、普通図柄の図柄乱数値が0~99のいずれであったとしても、メインCPU201は、普通図柄当り時選択図柄コマンドとして「fz0」を選択する。 For example, in a non-time-saving game state, when normal symbol hit determination value data is obtained as a result of the normal symbol hit determination process, the main CPU 201 selects "fz0" as the normal symbol hit selection pattern command, regardless of whether the normal symbol random number value is 0 to 99.

また、A時短遊技状態では、普通図柄の当り判定処理の結果として普通図柄当り判定値データが得られた場合、メインCPU201は、普通図柄の図柄乱数値が0~29のいずれかであれば普通図柄当り時選択図柄コマンドとして「fz1」を選択し、普通図柄の図柄乱数値が30~69のいずれかであれば普通図柄当り時選択図柄コマンドとして「fz2」を選択し、普通図柄の図柄乱数値が70~99のいずれかであれば普通図柄当り時選択図柄コマンドとして「fz3」を選択する。 In addition, in the A time-saving play state, when normal symbol hit determination value data is obtained as a result of the normal symbol hit determination process, the main CPU 201 selects "fz1" as the symbol command to be selected when a normal symbol hits if the symbol random number value of the normal symbol is any value between 0 and 29, selects "fz2" as the symbol command to be selected when a normal symbol hits if the symbol random number value of the normal symbol is any value between 30 and 69, and selects "fz3" as the symbol command to be selected when a normal symbol hits if the symbol random number value of the normal symbol is any value between 70 and 99.

また、B時短遊技状態では、普通図柄の当り判定処理の結果として普通図柄当り判定値データが得られた場合、メインCPU201は、普通図柄の図柄乱数値が0~29のいずれかであれば普通図柄当り時選択図柄コマンドとして「fz4」を選択し、普通図柄の図柄乱数値が30~69のいずれかであれば普通図柄当り時選択図柄コマンドとして「fz5」を選択し、普通図柄の図柄乱数値が70~99のいずれかであれば普通図柄当り時選択図柄コマンドとして「fz6」を選択する。 In addition, in the B time-saving play state, when normal symbol hit determination value data is obtained as a result of the normal symbol hit determination process, the main CPU 201 selects "fz4" as the symbol command to be selected when a normal symbol hits if the symbol random number value of the normal symbol is any value between 0 and 29, selects "fz5" as the symbol command to be selected when a normal symbol hits if the symbol random number value of the normal symbol is any value between 30 and 69, and selects "fz6" as the symbol command to be selected when a normal symbol hits if the symbol random number value of the normal symbol is any value between 70 and 99.

また、C時短遊技状態では、普通図柄の当り判定処理の結果として普通図柄当り判定値データが得られた場合、メインCPU201は、普通図柄の図柄乱数値が0~29のいずれかであれば普通図柄当り時選択図柄コマンドとして「fz7」を選択し、普通図柄の図柄乱数値が30~69のいずれかであれば普通図柄当り時選択図柄コマンドとして「fz8」を選択し、普通図柄の図柄乱数値が70~99のいずれかであれば普通図柄当り時選択図柄コマンドとして「fz9」を選択する。 In addition, in the C time-saving play state, when normal symbol hit determination value data is obtained as a result of the normal symbol hit determination process, the main CPU 201 selects "fz7" as the symbol command to be selected when a normal symbol hits if the symbol random number value of the normal symbol is any value between 0 and 29, selects "fz8" as the symbol command to be selected when a normal symbol hits if the symbol random number value of the normal symbol is any value between 30 and 69, and selects "fz9" as the symbol command to be selected when a normal symbol hits if the symbol random number value of the normal symbol is any value between 70 and 99.

なお、本実施例において、メインCPU201は、先ず、普通図柄の当り判定テーブル(図16参照)を参照して、抽出された普通図柄の当り判定用乱数値に基づいて当落判定値データを決定し、その後、普通図柄判定テーブル(図17参照)を参照して、普通図柄の図柄乱数値に基づいて普通図柄当り時選択図柄コマンドを決定するようにしているが、これに限られない。例えば、抽出された普通図柄の当り判定用乱数値と普通図柄の図柄乱数値とに基づいて、普通図柄の当落、および普通図柄当り時選択図柄コマンドをあわせて決定するようにしてもよい。 In this embodiment, the main CPU 201 first refers to the winning judgment table for the normal pattern (see FIG. 16) to determine the winning/losing judgment value data based on the extracted random number value for winning judgment of the normal pattern, and then refers to the normal pattern judgment table (see FIG. 17) to determine the pattern command selected when the normal pattern is a winning pattern based on the pattern random number value of the normal pattern, but is not limited to this. For example, the winning/losing of the normal pattern and the pattern command selected when the normal pattern is a winning pattern may be determined together based on the extracted random number value for winning judgment of the normal pattern and the pattern random number value of the normal pattern.

[1-4-10.普通図柄当り種類決定テーブル]
図18は、第1のパチンコ遊技機が備える主制御回路200のメインROM202に記憶されている普通図柄当り種類決定テーブルの一例である。普通図柄当り種類決定テーブルは、普通図柄の図柄乱数値に対応して決定される普通図柄当り時選択図柄コマンドに応じて、普通電動役物146(図4参照)の作動態様である開放パターンを決定する際(すなわち、後述の図43のS293の普通図柄の可変表示開始処理のなかで実行される普通電動役物146の開放パターン設定処理を実行する際)に参照される。
[1-4-10. Normal pattern type determination table]
18 is an example of a normal symbol winning type determination table stored in the main ROM 202 of the main control circuit 200 of the first pachinko game machine. The normal symbol winning type determination table is referenced when determining the opening pattern, which is the operating mode of the normal electric role 146 (see FIG. 4), in response to the normal symbol winning time selection symbol command determined in response to the normal symbol random number value (i.e., when executing the opening pattern setting process of the normal electric role 146 executed in the variable display start process of the normal symbol in S293 in FIG. 43 described later).

本実施例では、普通図柄の当り判定処理の結果が「普通図柄当り」であった場合、普通図柄当り種類は次のとおり決定される。例えば、普通図柄当り時選択図柄コマンドが「fz0」の場合、メインCPU201は、普通電動役物146(図4参照)の作動態様である開放パターンを、1回目の開放時間1000msec、ウェイト時間なし、2回目の開放なし、に決定する。すなわち、普通電動役物146が1回だけ1000msec開放される開放パターンに決定される。 In this embodiment, if the result of the normal symbol hit determination process is "normal symbol hit", the normal symbol hit type is determined as follows. For example, if the symbol command selected when a normal symbol hits is "fz0", the main CPU 201 determines the opening pattern, which is the operating mode of the normal electric device 146 (see FIG. 4), to be a first opening time of 1000 msec, no wait time, and no second opening. In other words, the opening pattern is determined to be one in which the normal electric device 146 is opened only once for 1000 msec.

また、普通図柄当り時選択図柄コマンドが「fz1」の場合、メインCPU201は、普通電動役物146(図4参照)の作動態様である開放パターンを、1回目の開放時間2000msec、ウェイト時間200msec、2回目の開放時間2000msec、に決定する。 In addition, when the selection pattern command for a normal symbol hit is "fz1", the main CPU 201 determines the opening pattern, which is the operating mode of the normal electric device 146 (see Figure 4), to be a first opening time of 2000 msec, a wait time of 200 msec, and a second opening time of 2000 msec.

また、普通図柄当り時選択図柄コマンドが「fz2」の場合、メインCPU201は、普通電動役物146(図4参照)の作動態様である開放パターンを、1回目の開放時間2500msec、ウェイト時間200msec、2回目の開放時間2500msec、に決定する。 In addition, when the selection pattern command for a normal symbol hit is "fz2", the main CPU 201 determines the opening pattern, which is the operating mode of the normal electric device 146 (see Figure 4), to be a first opening time of 2500 msec, a wait time of 200 msec, and a second opening time of 2500 msec.

また、普通図柄当り時選択図柄コマンドが「fz3」の場合、メインCPU201は、普通電動役物146(図4参照)の作動態様である開放パターンを、1回目の開放時間3000msec、ウェイト時間200msec、2回目の開放時間3000msec、に決定する。 In addition, when the selection pattern command when a normal pattern is hit is "fz3", the main CPU 201 determines the opening pattern, which is the operating mode of the normal electric role device 146 (see Figure 4), to be a first opening time of 3000 msec, a wait time of 200 msec, and a second opening time of 3000 msec.

また、普通図柄当り時選択図柄コマンドが「fz4」の場合および「fz7」の場合、メインCPU201は、普通電動役物146(図4参照)の作動態様である開放パターンを、1回目の開放時間2500msec、ウェイト時間なし、2回目の開放なし、に決定する。 In addition, when the selected symbol command when a normal symbol is hit is "fz4" or "fz7", the main CPU 201 determines the opening pattern, which is the operating mode of the normal electric role device 146 (see Figure 4), to be a first opening time of 2500 msec, no wait time, and no second opening.

また、普通図柄当り時選択図柄コマンドが「fz5」の場合および「fz8」の場合、メインCPU201は、普通電動役物146(図4参照)の作動態様である開放パターンを、1回目の開放時間2000msec、ウェイト時間600msec、2回目の開放時間2000msec、に決定する。 In addition, when the selected pattern command when a normal pattern is hit is "fz5" or "fz8", the main CPU 201 determines the opening pattern, which is the operating mode of the normal electric role device 146 (see Figure 4), to be a first opening time of 2000 msec, a wait time of 600 msec, and a second opening time of 2000 msec.

また、普通図柄当り時選択図柄コマンドが「fz6」の場合および「fz9」の場合、メインCPU201は、普通電動役物146(図4参照)の作動態様である開放パターンを、1回目の開放時間2500msec、ウェイト時間600msec、2回目の開放時間2500msec、に決定する。 In addition, when the selected pattern command when a normal pattern is hit is "fz6" or "fz9", the main CPU 201 determines the opening pattern, which is the operating mode of the normal electric role device 146 (see Figure 4), to be a first opening time of 2500 msec, a wait time of 600 msec, and a second opening time of 2500 msec.

このように、本実施例では、非時短遊技状態における普通図柄の当り判定処理の結果が「普通図柄当り」であったとしても、普通電動役物146(図4参照)の開放パターンは、非時短遊技状態、A時短遊技状態、B時短遊技状態、およびC時短遊技状態における普通電動役物146の開放パターンのなかで、最も有利度合いが不利な態様となる。 In this way, in this embodiment, even if the result of the hit determination process for the normal symbol in the non-time-saving play state is "normal symbol hit," the opening pattern of the normal electric device 146 (see FIG. 4) will be the most unfavorable mode among the opening patterns of the normal electric device 146 in the non-time-saving play state, the A time-saving play state, the B time-saving play state, and the C time-saving play state.

なお、普通電動役物146の開放パターンの有利度合いは、普通電動役物146が開放された場合、第2始動口140への遊技球の入賞のしやすさの度合いである。 The degree of advantage of the opening pattern of the normal electric device 146 is the degree of ease with which the game ball will enter the second starting hole 140 when the normal electric device 146 is opened.

A時短遊技状態における普通図柄の当り判定処理の結果が「普通図柄当り」である場合、普通電動役物146(図4参照)の開放パターンは、非時短遊技状態、A時短遊技状態、B時短遊技状態、およびC時短遊技状態における普通電動役物146の開放パターンのなかで最も有利度合いが有利な態様となる。 When the result of the hit determination process for the normal symbol in the A time-saving play state is "normal symbol hit," the opening pattern of the normal electric device 146 (see FIG. 4) will be the most advantageous pattern among the opening patterns of the normal electric device 146 in the non-time-saving play state, the A time-saving play state, the B time-saving play state, and the C time-saving play state.

また、B時短遊技状態における普通図柄の当り判定処理の結果が「普通図柄当り」である場合の普通電動役物146(図4参照)の開放パターンは、C時短遊技状態における普通図柄の当り判定処理の結果が「普通図柄当り」である場合の普通電動役物146の開放パターンと、有利度合いが同じとなっているが、これに限られない。 In addition, the opening pattern of the normal electric device 146 (see FIG. 4) when the result of the hit determination process for the normal symbol in the B time-saving play state is a "normal symbol hit" has the same degree of advantage as the opening pattern of the normal electric device 146 when the result of the hit determination process for the normal symbol in the C time-saving play state is a "normal symbol hit", but is not limited to this.

[1-4-11.普通図柄の変動パターンテーブル]
図19は、第1のパチンコ遊技機の普通図柄の変動パターンテーブルの一例である。普通図柄の変動パターンテーブルは、普通図柄の変動パターンを決定する際(すなわち、後述の図43のS293の普通図柄の可変表示開始処理のなかで実行される普通図柄の変動パターン決定処理を実行する際)に参照される。メインCPU201は、普通図柄の変動パターンテーブルを参照し、遊技状態と、通過ゲート126(図4参照)を遊技球が通過した際に抽出される普通図柄演出選択用乱数値とに基づいて、普通図柄の変動パターンを決定する。普通図柄演出選択用乱数値は例えば0~99(100種類)の中から抽出される。ただし、発生する乱数値の範囲は上記に限られない。
[1-4-11. Normal pattern variation table]
FIG. 19 is an example of a normal symbol variation pattern table of the first pachinko game machine. The normal symbol variation pattern table is referred to when determining the normal symbol variation pattern (i.e., when executing the normal symbol variation pattern determination process executed in the normal symbol variable display start process of S293 in FIG. 43 described later). The main CPU 201 refers to the normal symbol variation pattern table and determines the normal symbol variation pattern based on the game state and the normal symbol effect selection random number value extracted when the game ball passes through the passing gate 126 (see FIG. 4). The normal symbol effect selection random number value is extracted from, for example, 0 to 99 (100 types). However, the range of the generated random number value is not limited to the above.

図19に示されるように、非時短遊技状態では、普通図柄演出選択用乱数値が0~99のいずれであっても、普通図柄の可変表示時間が例えば300000msecに決定される。非時短遊技状態における普通図柄の可変表示時間は、非時短遊技状態、A時短遊技状態、B時短遊技状態、およびC時短遊技状態のなかで最も長い。 As shown in FIG. 19, in the non-time-saving game state, regardless of whether the random number value for selecting the normal symbol effect is 0 to 99, the variable display time of the normal symbol is determined to be, for example, 300,000 msec. The variable display time of the normal symbol in the non-time-saving game state is the longest among the non-time-saving game state, time-saving game state A, time-saving game state B, and time-saving game state C.

また、A時短遊技状態では、普通図柄演出選択用乱数値が0~89のいずれかである場合は普通図柄の可変表示時間が例えば500msecに決定され、普通図柄演出選択用乱数値が90~99のいずれかである場合は普通図柄の可変表示時間が例えば800msecに決定される。 In addition, in the A time-saving game state, if the random number value for selecting the normal symbol effect is any value between 0 and 89, the variable display time for the normal symbol is determined to be, for example, 500 msec, and if the random number value for selecting the normal symbol effect is any value between 90 and 99, the variable display time for the normal symbol is determined to be, for example, 800 msec.

また、B時短遊技状態では、普通図柄演出選択用乱数値が0~39のいずれかである場合は普通図柄の可変表示時間が例えば500msecに決定され、普通図柄演出選択用乱数値が40~79のいずれかである場合は普通図柄の可変表示時間が例えば1000msecに決定され、普通図柄演出選択用乱数値が80~99のいずれかである場合は普通図柄の可変表示時間が例えば1500msecに決定される。 In addition, in the B time-saving game state, if the random number value for selecting the normal symbol effect is any of 0 to 39, the variable display time of the normal symbol is determined to be, for example, 500 msec, if the random number value for selecting the normal symbol effect is any of 40 to 79, the variable display time of the normal symbol is determined to be, for example, 1000 msec, and if the random number value for selecting the normal symbol effect is any of 80 to 99, the variable display time of the normal symbol is determined to be, for example, 1500 msec.

また、C時短遊技状態では、普通図柄演出選択用乱数値が0~39のいずれかである場合は普通図柄の可変表示時間が例えば500msecに決定され、普通図柄演出選択用乱数値が40~79のいずれかである場合は普通図柄の可変表示時間が例えば1000msecに決定され、普通図柄演出選択用乱数値が80~99のいずれかである場合は普通図柄の可変表示時間が例えば1500msecに決定される。 In addition, in the C time-saving game state, if the random number value for selecting the normal symbol effect is any of 0 to 39, the variable display time of the normal symbol is determined to be, for example, 500 msec, if the random number value for selecting the normal symbol effect is any of 40 to 79, the variable display time of the normal symbol is determined to be, for example, 1000 msec, and if the random number value for selecting the normal symbol effect is any of 80 to 99, the variable display time of the normal symbol is determined to be, for example, 1500 msec.

このように、1回の可変表示あたりの普通図柄の可変表示時間は、非時短遊技状態、A時短遊技状態、B時短遊技状態、およびC時短遊技状態における普通図柄の可変表示時間のうち、A時短遊技状態における普通図柄の可変表示時間の期待値が最も短い。そのため、A時短遊技状態は、非時短遊技状態、A時短遊技状態、B時短遊技状態、およびC時短遊技状態のなかで、普通電動役物146が開放されるまでの時間が最も短い。 In this way, the expected value of the variable display time of the normal pattern per variable display is the shortest among the variable display times of the normal pattern in the non-time-saving game state, the A-time-saving game state, the B-time-saving game state, and the C-time-saving game state. Therefore, the A-time-saving game state has the shortest time until the normal electric device 146 is opened among the non-time-saving game state, the A-time-saving game state, the B-time-saving game state, and the C-time-saving game state.

また、B時短遊技状態における普通図柄の可変表示時間の期待値は、C時短遊技状態における普通図柄の可変表示時間の期待値と同じとなっているが、これに限られない。 In addition, the expected value of the variable display time of the normal symbol in the B time-saving play state is the same as the expected value of the variable display time of the normal symbol in the C time-saving play state, but is not limited to this.

[1-5.時短遊技状態にかかわる処理の詳細]
[1-5-1.時短当り時にセットされる時短回数]
上述の説明では、特別図柄の当り判定処理の結果が「時短当り」である場合、特別図柄の当り判定処理が行われたときの遊技状態にかかわらず、セットされる時短回数を同じとしている。ただし、これに限られず、特別図柄の当り判定処理の結果が「時短当り」である場合にセットされる時短回数は、特別図柄の当り判定処理が行われたときの遊技状態に応じて決定するようにしてもよい。
[1-5. Details of processing related to time-saving gaming state]
[1-5-1. Number of time-saving times set when time-saving hits]
In the above description, when the result of the special symbol hit determination process is a "time-saving hit," the number of time-saving times to be set is the same regardless of the game state when the special symbol hit determination process is performed. However, this is not limited to this, and the number of time-saving times to be set when the result of the special symbol hit determination process is a "time-saving hit" may be determined according to the game state when the special symbol hit determination process is performed.

また、確変フラグがオンにセットされる高確遊技状態であっても、特別図柄の当り判定処理の結果に「時短当り」を含むようにしてもよい。この場合、メインCPUは、特別図柄表示部に時短当りの表示態様を導出するものの、時短遊技状態に移行させる制御を実行せず、継続して高確遊技状態に制御する。ところで、例えば所謂ST機と呼ばれるパチンコ遊技機のように、規定回数にわたって特別図柄の可変表示が実行されると、確変フラグをオンからオフにする遊技機が知られている。このようなST機において、高確遊技状態としての最終ゲームで行われる特別図柄の当り判定処理の結果が「時短当り」であった場合、確変フラグをオフにする処理よりも、時短当りの表示態様を導出する処理の方が後であるときには、メインCPUは、時短当りの表示態様を導出した後、C時短遊技状態に制御するようにしてもよい。 Even in a high probability game state where the probability flag is set to ON, the result of the special symbol hit determination process may include "time-saving hit". In this case, the main CPU derives the display mode of the time-saving hit on the special symbol display section, but does not execute control to transition to the time-saving game state, and continues to control the high probability game state. However, there are known gaming machines, such as pachinko gaming machines called ST machines, that change the probability flag from ON to OFF when the variable display of the special symbol is executed a prescribed number of times. In such ST machines, if the result of the special symbol hit determination process performed in the final game in the high probability game state is "time-saving hit", if the process of deriving the display mode of the time-saving hit is later than the process of turning off the probability flag, the main CPU may control to the C time-saving game state after deriving the display mode of the time-saving hit.

[1-5-2.時短遊技状態の重複]
時短遊技状態を複数設けた場合、時短遊技状態が重複することがある。例えば、A時短遊技状態において、特別図柄の当り判定処理の結果が「時短当り」である場合、A時短遊技状態とC時短遊技状態とが重複することとなる。また、例えば、C時短遊技状態において天井カウンタが天井値に到達すると、C時短遊技状態とB時短遊技状態とが重複することとなる。このように時短遊技状態が重複した場合、時短遊技状態を重ねて実行するようにしてもよいし、時短遊技状態を重ねない(すなわち「時短当り」を無視する)ようにしてもよい。なお、A時短遊技状態とB時短遊技状態とが重複しないように、A時短遊技状態の終了条件であるA時短規定回数が、B時短遊技状態への移行条件である天井値よりも小さくなるように規定されている。
[1-5-2. Overlapping of time-saving game states]
When a plurality of time-saving game states are provided, the time-saving game states may overlap. For example, in the A time-saving game state, when the result of the hit determination process of the special symbol is "time-saving hit", the A time-saving game state and the C time-saving game state will overlap. Also, for example, when the ceiling counter reaches the ceiling value in the C time-saving game state, the C time-saving game state and the B time-saving game state will overlap. When the time-saving game states overlap in this way, the time-saving game states may be executed in an overlapping manner, or the time-saving game states may not be overlapped (i.e., the "time-saving hit" may be ignored). In order to prevent the A time-saving game state and the B time-saving game state from overlapping, the A time-saving prescribed number of times, which is the end condition of the A time-saving game state, is specified to be smaller than the ceiling value, which is the transition condition to the B time-saving game state.

時短遊技状態が重複したとき、時短遊技状態を重ねて実行する態様と、時短遊技状態を重ねない態様とについて、以下に説明する。 Below is an explanation of how the time-saving game states overlap when they are executed in a overlapping manner, and how they do not overlap.

[1-5-2-1.時短遊技状態を重ねて実行する態様]
時短遊技状態が重複したときに時短遊技状態を重ねて実行する態様としては、A時短遊技状態とB時短遊技状態とC時短遊技状態とのうちいずれか一の時短遊技状態において時短当りに当選したときにC時短遊技状態を重ねて実行する態様と、C時短遊技状態において天井カウンタが天井値に到達したときにB時短遊技状態を重ねて実行する態様とが考えられる。
[1-5-2-1. Mode of overlapping execution of time-saving gaming state]
Possible modes of overlapping the time-shortened game states when the time-shortened game states overlap include a mode in which the time-shortened game state C is overlapped and executed when a time-shortened prize is won in any one of the time-shortened game states A, B, and C, and a mode in which the time-shortened game state B is overlapped and executed when the ceiling counter reaches the ceiling value in the time-shortened game state C.

[1-5-2-1-1.一の時短遊技状態にC時短遊技状態を重ねて実行する態様]
A時短遊技状態とB時短遊技状態とC時短遊技状態とのうちいずれか一の時短遊技状態において「時短当り」に当選した場合、メインCPU201は、特別図柄表示部163,164に、時短当りの表示態様を導出する。この場合、メインCPU201は、一の時短遊技状態の時短性能を維持しつつ、時短遊技状態の終了条件が成立するまでに実行可能な特別図柄の可変表示回数が多い方を時短回数として採用する。
[1-5-2-1-1. Mode of executing C time-saving gaming state on one time-saving gaming state]
When a "time-saving win" is won in any one of the time-saving game states A, B, and C, the main CPU 201 derives a display mode of the time-saving win on the special symbol display units 163 and 164. In this case, the main CPU 201 adopts, as the number of times of time-saving, the state which has the greater number of variable displays of the special symbols that can be executed until the end condition of the time-saving game state is established while maintaining the time-saving performance of the one time-saving game state.

例えば、A時短遊技状態において「時短当り」に当選し、この「時短当り」に基づいて実行可能な時短回数よりもA時短遊技状態の時短残回数の方が多い場合、メインCPU201は、A時短遊技状態の時短性能を維持しつつ、「大当り」が導出されない限り、A時短遊技状態の時短残回数が消化されるまで時短遊技状態に制御する。具体的な数字を挙げて説明すると、例えば、A時短遊技状態の時短残回数が200回である場合に「時短当り」に当選し、この「時短当り」に基づいて実行可能な時短回数が50回である場合、特別図柄表示部163,164に時短当りの表示態様が導出されるものの、A時短遊技状態の時短性能を維持しつつ、ここからの時短回数は、「大当り」が導出されない限り200回である。したがって、A時短遊技状態とB時短遊技状態とC時短遊技状態とのうちいずれか一の時短遊技状態において「時短当り」に当選したとしても、時短回数および時短性能についての外観上は、「時短当り」に当選せずにA時短遊技状態が継続される場合と同様である。 For example, if a "time-saving hit" is won in the A time-saving game state, and the remaining number of time-saving plays in the A time-saving game state is greater than the number of time-saving plays that can be executed based on this "time-saving hit", the main CPU 201 controls the game state to the time-saving game state until the remaining number of time-saving plays in the A time-saving game state is consumed, while maintaining the time-saving performance of the A time-saving game state, unless a "jackpot" is derived. To explain using specific numbers, for example, if a "time-saving hit" is won when the remaining number of time-saving plays in the A time-saving game state is 200, and the number of time-saving plays that can be executed based on this "time-saving hit" is 50, the display mode of the time-saving hit is derived on the special pattern display units 163 and 164, but the number of time-saving plays from this point on is 200, while maintaining the time-saving performance of the A time-saving game state, unless a "jackpot" is derived. Therefore, even if a "time-saving hit" is won in one of the time-saving game states A, B, or C, the appearance of the number of time-saving hits and time-saving performance will be the same as if the time-saving game state A had not been won and the game continued.

一方、例えばA時短遊技状態において「時短当り」に当選し、この「時短当り」に基づいて実行可能な時短回数の方がA時短遊技状態の時短残回数よりも多い場合、メインCPU201は、A時短遊技状態の時短性能を維持しつつ、「大当り」が導出されない限り、「時短当り」に基づいてセットされた時短回数が消化されるまで時短遊技状態に制御する。具体的な数字を挙げて説明すると、例えば、A時短遊技状態の時短残回数が20回である場合に「時短当り」に当選し、この「時短当り」に基づいて実行可能な時短回数が50回である場合、A時短遊技状態の時短性能を維持しつつ、ここからの時短回数は、「大当り」が導出されない限り50回である。すなわち、A時短遊技状態の時短残回数である20回にわたって特別図柄の可変表示が実行されたとしても、その後、A時短遊技状態の時短性能を維持しつつ、両者の差分の30回にわたって特別図柄の可変表示がさらに実行される。 On the other hand, for example, if a "time-saving hit" is won in the A time-saving game state, and the number of time-saving times that can be executed based on this "time-saving hit" is greater than the number of time-saving times remaining in the A time-saving game state, the main CPU 201 maintains the time-saving performance of the A time-saving game state, and controls the game state to the time-saving game state until the number of time-saving times set based on the "time-saving hit" is consumed, unless a "jackpot" is derived. To explain this using specific numbers, for example, if a "time-saving hit" is won when the number of time-saving times remaining in the A time-saving game state is 20, and the number of time-saving times that can be executed based on this "time-saving hit" is 50, the number of time-saving times from this point on will be 50, while maintaining the time-saving performance of the A time-saving game state, unless a "jackpot" is derived. In other words, even if the variable display of the special symbol is executed 20 times, which is the remaining number of times of time-saving in the A time-saving play state, the variable display of the special symbol is further executed 30 times, which is the difference between the two, while maintaining the time-saving performance of the A time-saving play state.

[1-5-2-1-2.C時短遊技状態にB時短遊技状態を重ねて実行する態様]
C時短遊技状態において天井カウンタが天井値に到達した場合、メインCPU201は、天井最終変動において特別図柄表示部163,164に導出される表示態様(すなわち、特別図柄の当り判定処理の結果)に応じた制御を実行する。
[1-5-2-1-2. Mode in which the time-saving gaming state B is superimposed on the time-saving gaming state C]
When the ceiling counter reaches the ceiling value during the C time-saving game state, the main CPU 201 executes control according to the display mode (i.e., the result of the special pattern hit determination process) output to the special pattern display sections 163, 164 during the final ceiling fluctuation.

なお、第1のパチンコ遊技機では、特別図柄の当り判定処理の結果に小当りが含まれないが、以下では、特別図柄の当り判定処理の結果に小当りが含まれる場合も含めて説明する。 Note that in the first pachinko gaming machine, the results of the special symbol hit determination process do not include small hits, but the following explanation also includes cases where the results of the special symbol hit determination process include small hits.

先ず、天井最終変動において、特別図柄の当り判定処理の結果が「小当り」または「ハズレ」である場合について説明する。 First, we will explain the case where the result of the special symbol hit determination process during the final ceiling fluctuation is a "small hit" or "miss."

C時短遊技状態において天井カウンタが天井値に到達したときに、B時短規定回数よりもC時短遊技状態の時短残回数の方が多い場合、メインCPU201は、C時短遊技状態の時短性能を維持しつつ、「大当り」が導出されない限り、C時短遊技状態の時短残回数が消化されるまで時短遊技状態に制御する。具体的な数字を挙げて説明すると、例えば、C時短遊技状態の時短残回数が300回である場合に天井カウンタが天井値に到達し、B時短規定回数が200回である場合、C時短遊技状態の時短性能を維持しつつ、ここからの時短回数は、「大当り」が導出されない限り300回である。したがって、C時短遊技状態において天井カウンタが天井値に到達したとしても、時短回数および時短性能についての外観上は、天井カウンタが天井値に到達することなくC時短遊技状態が継続される場合と同様である。 When the ceiling counter reaches the ceiling value in the time-saving C state, if the remaining number of time-saving times in the time-saving C state is greater than the specified number of time-saving B times, the main CPU 201 maintains the time-saving performance of the time-saving C state and controls the time-saving C state until the remaining number of time-saving times in the time-saving C state is consumed, unless a "jackpot" is derived. To explain using specific numbers, for example, if the remaining number of time-saving times in the time-saving C state is 300, the ceiling counter reaches the ceiling value and the specified number of time-saving B times is 200, the number of time-saving times from this point on will be 300, unless a "jackpot" is derived, while maintaining the time-saving performance of the time-saving C state. Therefore, even if the ceiling counter reaches the ceiling value in the time-saving C state, the appearance of the number of time-saving times and the time-saving performance is the same as when the time-saving C state continues without the ceiling counter reaching the ceiling value.

一方、C時短遊技状態において天井カウンタが天井値に到達した場合に、B時短規定回数の方がC時短遊技状態の時短残回数よりも多い場合、メインCPU201は、C時短遊技状態の時短性能を維持しつつ、「大当り」が導出されない限り、B時短規定回数が消化されるまで時短遊技状態に制御する。具体的な数字を挙げて説明すると、例えば、C時短遊技状態の時短残回数が20回である場合に天井カウンタが天井値に到達し、B時短遊技状態として実行可能な時短回数が300回である場合、C時短遊技状態の時短性能を維持しつつ、ここからの時短回数は、「大当り」が導出されない限り300回である。すなわち、C時短遊技状態の時短残回数である20回にわたって特別図柄の可変表示が実行されたとしても、その後、C時短遊技状態の時短性能を維持しつつ、両者の差分の280回にわたって特別図柄の可変表示がさらに実行される。 On the other hand, when the ceiling counter reaches the ceiling value in the time-saving C game state, if the B time-saving prescribed number of times is greater than the remaining number of time-saving times in the time-saving C game state, the main CPU 201 controls the time-saving game state until the B time-saving prescribed number of times is consumed, while maintaining the time-saving performance of the C time-saving game state, unless a "jackpot" is derived. To explain using specific numbers, for example, if the remaining number of time-saving times in the C time-saving game state is 20 times, the ceiling counter reaches the ceiling value, and the number of time-saving times that can be executed in the B time-saving game state is 300 times, the number of time-saving times from this point on will be 300 times while maintaining the time-saving performance of the C time-saving game state, unless a "jackpot" is derived. In other words, even if the variable display of the special pattern is executed for 20 times, which is the remaining number of time-saving times in the C time-saving game state, the variable display of the special pattern is then further executed for 280 times, which is the difference between the two, while maintaining the time-saving performance of the C time-saving game state.

なお、天井最終変動において特別図柄の可変表示が終了すると、メインCPU201は、特別図柄表示部163,164に、特別図柄の当り判定処理の結果に応じた表示態様を導出する。すなわち、特別図柄の当り判定処理の結果が「小当り」である場合は小当り表示態様が導出され、特別図柄の当り判定処理の結果が「ハズレ」である場合はハズレ表示態様が導出される。小当り表示態様が導出されると小当り遊技状態に制御されるが、メインCPU201は、小当り遊技状態中も時短フラグをオンに維持する。 When the variable display of the special symbol ends during the final ceiling variation, the main CPU 201 derives a display mode in the special symbol display sections 163, 164 according to the result of the special symbol hit determination process. That is, if the result of the special symbol hit determination process is a "small hit", a small hit display mode is derived, and if the result of the special symbol hit determination process is a "miss", a miss display mode is derived. When the small hit display mode is derived, control is given to the small hit game state, but the main CPU 201 keeps the time-saving flag on even during the small hit game state.

次に、天井最終変動において、特別図柄の当り判定処理の結果が「時短当り」である場合、すなわち、天井最終変動においてB時短遊技状態への移行条件とC時短遊技状態への移行条件とが成立する場合について説明する。この場合、メインCPU201は、特別図柄の当り判定処理の結果が特別図柄表示部163,164に導出される前にB時短遊技状態の制御を開始する場合と、特別図柄の当り判定処理の結果が特別図柄表示部163,164に導出された後にB時短遊技状態の制御を開始する場合とで、異なる制御を実行しうる。 Next, we will explain the case where the result of the hit determination process for the special symbol at the final ceiling fluctuation is a "time-shortened hit," that is, the case where the transition condition to the B time-shortened play state and the transition condition to the C time-shortened play state are met at the final ceiling fluctuation. In this case, the main CPU 201 can execute different controls depending on whether it starts control of the B time-shortened play state before the result of the hit determination process for the special symbol is output to the special symbol display units 163, 164 or whether it starts control of the B time-shortened play state after the result of the hit determination process for the special symbol is output to the special symbol display units 163, 164.

先ず、特別図柄の当り判定処理の結果が特別図柄表示部163,164に導出される前にB時短遊技状態の制御を開始する場合、時短当りの表示態様が特別図柄表示部163,164に導出された時点ですでにB時短遊技状態に制御されている。そのため、メインCPU201は、B時短遊技状態の時短性能を維持しつつ、「大当り」が導出されない限り、B時短規定回数とC時短遊技状態の時短回数とのうち多い方の時短回数が消化されるまで時短遊技状態に制御する。 First, when control of the B time-shortened game state is started before the result of the special symbol hit determination process is output to the special symbol display units 163, 164, the game is already controlled to the B time-shortened game state at the time when the display mode of the time-shortened hit is output to the special symbol display units 163, 164. Therefore, while maintaining the time-shortened performance of the B time-shortened game state, the main CPU 201 controls the game to the time-shortened game state until the greater of the B time-shortened prescribed number of times or the C time-shortened game state number of times is consumed, unless a "jackpot" is output.

次に、特別図柄の当り判定処理の結果が特別図柄表示部163,164に導出された後にB時短遊技状態の制御を開始する場合、時短当りの表示態様が特別図柄表示部163,164に導出された時点では未だB時短遊技状態に制御されていない。そのため、メインCPU201は、C時短遊技状態の時短性能を維持しつつ、時短遊技状態の終了条件(例えば、大当りの表示態様の導出、小当りまたは特定の小当りの表示態様の導出等)が成立しない限り、B時短規定回数とC時短遊技状態の時短回数とのうち多い方の時短回数が消化されるまで時短遊技状態に制御する。この場合、時短性能が維持又は実行された時短遊技状態の終了条件が成立すると、時短遊技状態が終了するようにするとよい。 Next, when control of the B time-shortened game state is started after the result of the special symbol hit determination process is output to the special symbol display units 163, 164, the time-shortened game state is not yet controlled to the B time-shortened game state at the time when the display mode of the time-shortened hit is output to the special symbol display units 163, 164. Therefore, while maintaining the time-shortened performance of the C time-shortened game state, the main CPU 201 controls the time-shortened game state until the greater of the B time-shortened prescribed number of times and the C time-shortened number of times is consumed, unless the end condition of the time-shortened game state in which the time-shortened performance is maintained or executed is satisfied. In this case, it is preferable to end the time-shortened game state when the end condition of the time-shortened game state in which the time-shortened performance is maintained or executed is satisfied.

なお、天井最終変動においてB時短遊技状態への移行条件とC時短遊技状態への移行条件とが成立した場合、サブCPU301は、B時短遊技状態への移行条件のみが成立した場合に行うB時短移行表示演出、及びC時短遊技状態への移行条件のみが成立した場合に行うC時短移行表示演出とは異なる特別な表示演出を行うようにしてもよい。また、これに代えて、例えば、B時短遊技状態の時短性能が維持される場合にはB時短移行表示演出を行い、C時短遊技状態の時短性能が維持される場合にはC時短移行表示演出を行う等、B時短移行表示演出及びC時短移行表示演出のうちいずれかの表示演出を優先して行うこととしてもよい。 In addition, when the conditions for transition to the time-saving B game state and the conditions for transition to the time-saving C game state are satisfied at the final change of the ceiling, the sub-CPU 301 may perform a special display effect different from the B time-saving transition display effect performed when only the conditions for transition to the time-saving B game state are satisfied, and the C time-saving transition display effect performed when only the conditions for transition to the time-saving C game state are satisfied. Alternatively, for example, if the time-saving performance of the time-saving B game state is maintained, the B time-saving transition display effect is performed, and if the time-saving performance of the time-saving C game state is maintained, the C time-saving transition display effect is performed, and so on.

なお、C時短遊技状態において天井カウンタが天井値に到達し、天井最終変動における特別図柄の当り判定処理の結果が「大当り」である場合、メインCPU201は、C時短遊技状態を終了し、B時短遊技状態にも制御することなく大当り遊技状態に制御する。 In addition, if the ceiling counter reaches the ceiling value in the C time-saving game state and the result of the hit determination process for the special symbol in the final ceiling fluctuation is a "jackpot," the main CPU 201 ends the C time-saving game state and controls the game state to the jackpot game state without also controlling the game state to the B time-saving game state.

[1-5-2-1-3.複数の時短遊技状態を重ねて実行する場合の時短性能]
以上、一の時短遊技状態にC時短遊技状態を重ねて実行する態様、および、C時短遊技状態にB時短遊技状態を重ねて実行する態様について説明した。
[1-5-2-1-3. Time-saving performance when multiple time-saving game states are executed at the same time]
The above describes a mode in which a time-shortened game state C is superimposed on one time-shortened game state, and a mode in which a time-shortened game state B is superimposed on a time-shortened game state C.

このように複数の時短遊技状態を重ねて実行できる仕様である場合、先に実行されていた時短遊技状態の時短性能が維持される。このような仕様のパチンコ遊技機では、重ねて実行可能な複数の時短遊技状態の時短性能はそれぞれ異なってもよいが、重ねて実行可能な複数の時短遊技状態の時短性能を同じにすることが好ましい。 When multiple time-saving game states can be executed in a stacked manner, the time-saving performance of the previously executed time-saving game state is maintained. In a pachinko game machine with such specifications, the time-saving performance of the multiple time-saving game states that can be executed in a stacked manner may be different, but it is preferable to make the time-saving performance of the multiple time-saving game states that can be executed in a stacked manner the same.

例えば、一の時短遊技状態にC時短遊技状態を重ねて実行できる仕様である場合は、一の時短遊技状態の時短性能と、C時短遊技状態の時短性能とを同じにすることが好ましい。また、C時短遊技状態にB時短遊技状態を重ねて実行できる仕様である場合は、C時短遊技状態の時短性能と、B時短遊技状態の時短性能とを同じにすることが好ましい。 For example, if the specifications allow a time-saving play state C to be overlaid on a time-saving play state, it is preferable to make the time-saving performance of the time-saving play state C the same as that of the time-saving play state C. Also, if the specifications allow a time-saving play state B to be overlaid on a time-saving play state C, it is preferable to make the time-saving performance of the time-saving play state C the same as that of the time-saving play state B.

また、複数の時短遊技状態を重ねて実行できる仕様のパチンコ遊技機において、先に実行されている時短遊技状態に対して後から重ねて実行できる時短遊技状態については、例えば、先に実行されている時短遊技状態と同じ一の時短性能と、この一の時短性能とは異なる他の時短性能とを備えるようにしてもよい。そして、先に実行されている時短遊技状態に対して時短遊技状態を重ねて実行する場合は一の時短性能を発動させ、通常遊技状態において時短遊技状態を発動させる場合のように時短遊技状態を重ねて実行しない場合は他の時短性能を発動させるようにしてもよい。 In addition, in a pachinko gaming machine that is capable of executing multiple time-saving game states in a superimposed manner, a time-saving game state that can be executed later on a previously executed time-saving game state may be provided with, for example, one time-saving performance that is the same as the previously executed time-saving game state, and another time-saving performance that is different from the one time-saving performance. When a time-saving game state is executed in a superimposed manner on a previously executed time-saving game state, the one time-saving performance may be activated, and when a time-saving game state is not executed in a superimposed manner, such as when a time-saving game state is activated in a normal game state, the other time-saving performance may be activated.

例えば、C時短遊技状態にB時短遊技状態を重ねて実行できる仕様のパチンコ遊技機である場合、B時短遊技状態の時短性能を、C時短遊技状態と同じ一の時短性能と、この一の時短性能とは異なる他の時短性能との例えば2つの時短性能を設ける。そして、C時短遊技状態において例えば天井カウンタが天井値に到達した場合は一の時短性能を発動させ、いずれの時短遊技状態でもない通常遊技状態において例えば天井カウンタが天井値に到達した場合は他の時短性能を発動させるようにしてもよい。 For example, in the case of a pachinko gaming machine that can execute the time-saving gaming state B in a C time-saving gaming state by overlapping it with the time-saving gaming state C, the time-saving performance of the B time-saving gaming state may be set to, for example, two time-saving performances: one time-saving performance that is the same as the time-saving gaming state C, and another time-saving performance that is different from the one time-saving performance. Then, for example, if the ceiling counter reaches a ceiling value in the time-saving gaming state C, the one time-saving performance may be activated, and, for example, if the ceiling counter reaches a ceiling value in a normal gaming state that is not one of the time-saving gaming states, the other time-saving performance may be activated.

[1-5-3.時短遊技状態を重ねて実行しない態様]
時短遊技状態を重ねて実行しない態様としては、時短遊技状態において「時短当り」を抽選対象に含まないように当り判定処理を行う態様と、時短遊技状態において「時短当り」を抽選対象に含むように当り判定処理を行い、時短遊技状態が重複したとしても時短遊技状態を重ねて実行しない態様(以下「後者の態様」と称する)とが考えられる。後者の態様としては、A時短遊技状態とB時短遊技状態とC時短遊技状態とのうちいずれか一の時短遊技状態において時短当りに当選したとしてもこれを無視してC時短遊技状態を重ねて実行しない態様と、C時短遊技状態において天井カウンタが天井値に到達したとしてもこれを無視してB時短遊技状態を重ねて実行しない態様との2態様が考えられる。以下に、後者の態様として考えられる上記の2態様について説明する。
[1-5-3. Mode in which time-saving gaming states are not executed in succession]
As a mode in which the time-saving game state is not executed in a superimposed manner, there are a mode in which the hit determination process is performed so that the "time-saving hit" is not included in the lottery object in the time-saving game state, and a mode in which the hit determination process is performed so that the "time-saving hit" is included in the lottery object in the time-saving game state, and even if the time-saving game state is overlapped, the time-saving game state is not executed in a superimposed manner (hereinafter referred to as the "latter mode"). As the latter mode, there are two modes that are considered: a mode in which the time-saving hit is ignored even if a time-saving hit is won in any one of the time-saving game states A, B, and C, and the time-saving game state C is not executed in a superimposed manner, and even if the ceiling counter reaches the ceiling value in the time-saving game state C, the time-saving game state B is not executed in a superimposed manner. The above two modes that can be considered as the latter mode will be described below.

[1-5-3-1.一の時短遊技状態にC時短遊技状態を重ねて実行しない態様]
A時短遊技状態とB時短遊技状態とC時短遊技状態とのうちいずれか一の時短遊技状態において「時短当り」に当選した場合、上述したとおり、メインCPU201は、特別図柄表示部163,164に、時短当りの表示態様を導出する。ただし、メインCPU201は、一の時短遊技状態における最後の特別図柄の可変表示(以下「時短最終変動」と称する)でない限り、「時短当り」に基づくC時短遊技状態に制御することなく、一の時短遊技状態の時短残回数が消化されるまで、一の時短遊技状態に制御する。この場合、一の時短遊技状態に制御されていること(時短最終変動を除く)は、C時短遊技状態への移行を妨げる条件となる。
[1-5-3-1. Mode in which the C time-saving gaming state is not executed in addition to one time-saving gaming state]
When a "time-saving win" is won in any one of the time-saving game states A, B, and C, the main CPU 201 derives the display mode of the time-saving win on the special symbol display units 163 and 164, as described above. However, unless the final variable display of the special symbol in one time-saving game state (hereinafter referred to as "final time-saving change") is the last, the main CPU 201 does not control the game to the time-saving game state C based on the "time-saving win", but controls the game to the time-saving game state until the remaining number of times of time-saving in the time-saving game state in the time-saving game state is consumed. In this case, being controlled to the time-saving game state (excluding the final time-saving change) is a condition that prevents a transition to the time-saving game state C.

一方、一の時短遊技状態における時短最終変動において「時短当り」に当選した場合、メインCPU201は、時短当りの表示態様が特別図柄表示部163,164に導出される前に一の時短遊技状態が終了する場合と、時短当りの表示態様が特別図柄表示部163,164に導出された時に一の時短遊技状態が終了する場合とで、異なる制御を実行しうる。 On the other hand, if a "time-saving hit" is won in the final time-saving fluctuation in one time-saving game state, the main CPU 201 can execute different control depending on whether the one time-saving game state ends before the display mode of the time-saving hit is introduced to the special pattern display units 163, 164 or whether the one time-saving game state ends when the display mode of the time-saving hit is introduced to the special pattern display units 163, 164.

先ず、時短当りの表示態様が特別図柄表示部163,164に導出される前に一の時短遊技状態が終了する場合、メインCPU201は、時短当りの表示態様を導出した後、C時短遊技状態の制御を開始する。 First, if one time-saving game state ends before the display mode of the time-saving hit is derived on the special pattern display units 163 and 164, the main CPU 201 will derive the display mode of the time-saving hit and then start controlling the C time-saving game state.

次に、時短当りの表示態様が特別図柄表示部163,164に導出された時に一の時短遊技状態が終了する場合、すなわち、時短当りの表示態様の導出と一の時短遊技状態の終了とが同じ割込処理内で行われる場合、メインCPU201は、プログラムの処理に応じて、C時短遊技状態の制御を開始する場合と開始しない場合とがある。具体的には、時短当りの表示態様を導出(確定表示)する処理が一の時短遊技状態の終了処理よりも先に行われる場合、メインCPU201は、C時短遊技状態に制御することなく一の時短遊技状態を終了する。この場合、時短当りの表示態様を導出する処理を一の時短遊技状態の終了処理よりも先に行うことは、C時短遊技状態への移行を妨げる条件となる。 Next, if one time-shortened game state ends when the display mode of the time-shortened win is derived on the special symbol display units 163, 164, i.e., if the derivation of the display mode of the time-shortened win and the end of one time-shortened game state are performed within the same interrupt process, the main CPU 201 may or may not start control of the C time-shortened game state depending on the program processing. Specifically, if the process of deriving (determined display) the display mode of the time-shortened win is performed before the end process of one time-shortened game state, the main CPU 201 ends one time-shortened game state without controlling it to the C time-shortened game state. In this case, performing the process of deriving the display mode of the time-shortened win before the end process of one time-shortened game state is a condition that prevents transition to the C time-shortened game state.

一方、時短当りの表示態様を導出(確定表示)する処理が一の時短遊技状態の終了処理よりも後に行われる場合、メインCPU201は、一の時短遊技状態を終了するとともにC時短遊技状態に制御する。この場合、メインCPU201は、一の時短遊技状態の時短性能を維持するのではなく、C時短遊技状態の時短性能とする。すなわち、メインCPU201は、時短当りの表示態様が導出された時点において、一の時短遊技状態の終了処理が未処理であればC時短遊技状態に制御することなく一の時短遊技状態を終了し、一の時短遊技状態の終了処理がすでに行われていればC時短遊技状態に制御する。 On the other hand, if the process of deriving (determining) the display mode of the time-saving hit is performed after the end process of the first time-saving game state, the main CPU 201 ends the first time-saving game state and controls it to the C time-saving game state. In this case, the main CPU 201 does not maintain the time-saving performance of the first time-saving game state, but sets it to the time-saving performance of the C time-saving game state. In other words, at the time when the display mode of the time-saving hit is derived, if the end process of the first time-saving game state has not been processed, the main CPU 201 ends the first time-saving game state without controlling it to the C time-saving game state, and if the end process of the first time-saving game state has already been processed, the main CPU 201 controls it to the C time-saving game state.

[1-5-3-2.C時短遊技状態にB時短遊技状態を重ねて実行しない態様]
C時短遊技状態において天井カウンタが天井値に到達した場合、メインCPU201は、天井最終変動において特別図柄表示部163,164に導出される表示態様(すなわち、特別図柄の当り判定処理の結果)に応じた制御を実行する。
[1-5-3-2. Mode in which the B time-saving gaming state is not executed in parallel with the C time-saving gaming state]
When the ceiling counter reaches the ceiling value during the C time-saving game state, the main CPU 201 executes control according to the display mode (i.e., the result of the special pattern hit determination process) output to the special pattern display sections 163, 164 during the final ceiling fluctuation.

先ず、天井最終変動において、特別図柄の当り判定処理の結果が「時短当り」、「小当り」または「ハズレ」である場合について説明する。 First, we will explain the cases where the result of the special symbol hit determination process during the final ceiling fluctuation is a "time-saving hit," "small hit," or "miss."

C時短遊技状態において、天井最終変動における特別図柄の当り判定処理の結果が「時短当り」、「小当り」または「ハズレ」である場合、メインCPU201は、C時短遊技状態の時短残回数が消化されるまで、C時短遊技状態に制御する。 In the C time-saving play state, if the result of the special symbol hit determination process in the final ceiling fluctuation is a "time-saving hit," "small hit," or "miss," the main CPU 201 controls the game to the C time-saving play state until the remaining number of time-saving plays in the C time-saving play state is consumed.

ただし、天井最終変動においてC時短遊技状態の時短残回数が0である場合、メインCPU201は、プログラムの処理に応じて、B時短遊技状態の制御を開始する場合と開始しない場合とがある。具体的には、C時短遊技状態の終了処理がB時短遊技状態の開始処理よりも先に行われる場合、メインCPU201は、C時短遊技状態を終了するとともにB時短遊技状態に制御する。一方、C時短遊技状態の終了処理がB時短遊技状態の開始処理の後に行われる場合、メインCPU201は、B時短遊技状態に制御することなくC時短遊技状態を終了する。すなわち、メインCPU201は、B時短遊技状態を開始しようとする時点において、C時短遊技状態の終了処理が未処理であればB時短遊技状態に制御することなくC時短遊技状態を終了し、C時短遊技状態の終了処理がすでに行われていればB時短遊技状態に制御する。この場合、C時短遊技状態の終了処理をB時短遊技状態の開始処理の後に行うことは、B時短遊技状態への移行を妨げる条件となる。 However, when the remaining number of time-shortened times in the C time-shortened game state is 0 at the final ceiling fluctuation, the main CPU 201 may or may not start control of the B time-shortened game state, depending on the processing of the program. Specifically, when the end processing of the C time-shortened game state is performed before the start processing of the B time-shortened game state, the main CPU 201 ends the C time-shortened game state and controls it to the B time-shortened game state. On the other hand, when the end processing of the C time-shortened game state is performed after the start processing of the B time-shortened game state, the main CPU 201 ends the C time-shortened game state without controlling it to the B time-shortened game state. In other words, when the main CPU 201 is about to start the B time-shortened game state, if the end processing of the C time-shortened game state has not been processed, the main CPU 201 ends the C time-shortened game state without controlling it to the B time-shortened game state, and if the end processing of the C time-shortened game state has already been processed, the main CPU 201 controls it to the B time-shortened game state. In this case, performing the end process of the time-saving play state C after the start process of the time-saving play state B is a condition that prevents transition to the time-saving play state B.

なお、天井最終変動において、特別図柄の当り判定処理の結果が「大当り」である場合、メインCPU201は、C時短遊技状態を終了し、大当り遊技状態の制御を開始する。 In addition, if the result of the special symbol hit determination process at the final ceiling fluctuation is a "jackpot," the main CPU 201 ends the C time-saving game state and starts control of the jackpot game state.

[1-6.主制御処理]
次に、主制御回路200のメインCPU201により実行される各種処理(各種モジュール)の内容について説明する。
[1-6-1.主制御メイン処理]
先ず、図20~図23を参照して、メインCPU201により実行されるメイン処理(主制御メイン処理)について説明する。図20~図23は、第1のパチンコ遊技機における主制御メイン処理の一例を示すフローチャートである。
[1-6. Main control processing]
Next, the contents of various processes (various modules) executed by the main CPU 201 of the main control circuit 200 will be described.
[1-6-1. Main control main processing]
First, the main processing (main control main processing) executed by the main CPU 201 will be described with reference to Figures 20 to 23. Figures 20 to 23 are flow charts showing an example of the main control main processing in the first pachinko gaming machine.

メインCPU201は、先ず、電断信号がHighレベルであるか否かを判定する(S11)。なお、図示しないが、メインCPU201は、スタックポインタの設定や割込みに対応する設定領域のアドレスの設定をS11に先だって行うことは言うまでもない。 First, the main CPU 201 determines whether the power interruption signal is at a high level (S11). Although not shown, it goes without saying that the main CPU 201 sets the stack pointer and the address of the setting area corresponding to the interrupt prior to S11.

S11において電断信号がHighレベルでないと判定された場合(S11がNO判定の場合)、メインCPU201は、S11の判定処理を繰り返す。 If it is determined in S11 that the power interruption signal is not at a high level (if S11 is determined as NO), the main CPU 201 repeats the determination process of S11.

一方、S11において電断信号がHighレベルであると判定された場合(S11がYES判定の場合)、メインCPU201は、処理を、S12に移す。 On the other hand, if it is determined in S11 that the power interruption signal is at a high level (if S11 is determined as YES), the main CPU 201 transfers the process to S12.

S12において、メインCPU201は、設定キー174aおよびバックアップクリアスイッチ176のフラグ管理処理を行う(S12)。この処理では、バックアップクリアスイッチ176のオン/オフ状態、および、設定キー174aのオン/オフ状態の退避処理が行われる。すなわち、設定キー174aおよびバックアップクリアスイッチ176のオン/オフ状態を、メインRAM203内の起動制御フラグ領域に格納する。また、この処理では、遊技許可フラグがオフにセットされる。メインCPU201は、S12の処理を実行した後、処理を、S13に移す。 In S12, the main CPU 201 performs flag management processing for the setting key 174a and the backup clear switch 176 (S12). In this processing, a process of saving the on/off state of the backup clear switch 176 and the on/off state of the setting key 174a is performed. In other words, the on/off state of the setting key 174a and the backup clear switch 176 is stored in the start control flag area in the main RAM 203. Also, in this processing, the play permission flag is set to off. After executing the processing of S12, the main CPU 201 moves the processing to S13.

S13において、メインCPU201は、ウェイト処理を行う。この処理では、サブ制御回路300側の起動待ちが行われる。この場合の起動待ち時間(ウェイト期間)は、例えば12000.07msecである。メインCPU201は、S13の処理を実行した後、処理を、S14に移す。 In S13, the main CPU 201 performs a wait process. In this process, the sub-control circuit 300 waits for startup. In this case, the startup wait time (wait period) is, for example, 12000.07 msec. After executing the process of S13, the main CPU 201 moves the process to S14.

なお、サブ制御回路300側の起動待ちを行っている間、メインCPU201は、例えば、割込要求信号のチェック処理、割込要求信号発生時のWDTの出力処理、所定のタイミングでの各種センサ初期化信号の出力処理等を行うようにしてもよい。 In addition, while waiting for the sub-control circuit 300 to start up, the main CPU 201 may perform, for example, checking an interrupt request signal, outputting a WDT when an interrupt request signal occurs, and outputting various sensor initialization signals at predetermined timing.

S14において、メインCPU201は、起動前(前回)の電断が正常電断であったか否かを判定する。この処理では、メインRAM203内の電断検知フラグ領域に格納された値に基づいて、正常電断であるか異常電断であるかが判定される。 In S14, the main CPU 201 determines whether the power interruption before startup (the previous time) was normal or not. In this process, it is determined whether the power interruption was normal or abnormal based on the value stored in the power interruption detection flag area in the main RAM 203.

S14において正常電断でなかったと判定された場合(S14がNO判定の場合)、メインCPU201は、処理を、S18に移す。 If it is determined in S14 that the power interruption was not normal (if S14 returns NO), the main CPU 201 proceeds to S18.

一方、S14において正常電断であったと判定された場合(S14がYES判定の場合)、メインCPU201は、メインRAM203内に格納された作業領域のチェックサム値を算出し(S15)、その後、作業領域のチェックサム値の照合処理を行う(S16)。メインCPU201は、S16の処理を実行した後、処理を、S17に移す。 On the other hand, if it is determined in S14 that the power interruption was normal (YES in S14), the main CPU 201 calculates the checksum value of the work area stored in the main RAM 203 (S15), and then performs a comparison process of the checksum value of the work area (S16). After executing the process of S16, the main CPU 201 moves the process to S17.

S17において、メインCPU201は、照合結果が異常であるか否かを判定する。 In S17, the main CPU 201 determines whether the comparison result is abnormal.

S17において照合結果が異常でないすなわち正常であると判定された場合(S17がNO判定の場合)、メインCPU201は、処理を、S22に移す。なお、S22以降の処理については後述する。 If it is determined in S17 that the collation result is not abnormal, i.e., is normal (if S17 is judged as NO), the main CPU 201 moves the process to S22. Note that the process from S22 onwards will be described later.

一方、S17において照合結果が異常であるすなわち正常でないと判定された場合(S17がYES判定の場合)、メインCPU201は、処理を、S18に移す。 On the other hand, if the comparison result is determined to be abnormal, i.e., not normal, in S17 (if S17 returns a YES judgment), the main CPU 201 transfers the process to S18.

S18において、メインCPU201は、設定キー174aおよびバックアップクリアスイッチ176のうち、少なくともいずれか一方がオフであるか否かを判定する。すなわち、設定キー174aおよびバックアップクリアスイッチ176の両方がオンである場合はNO判定となり、設定キー174aおよびバックアップクリアスイッチ176の両方がオフである場合、並びに、設定キー174aおよびバックアップクリアスイッチ176のいずれか一方がオフである場合はYES判定となる。 In S18, the main CPU 201 determines whether at least one of the setting key 174a and the backup clear switch 176 is off. In other words, if both the setting key 174a and the backup clear switch 176 are on, the result is NO. If both the setting key 174a and the backup clear switch 176 are off, or if either the setting key 174a or the backup clear switch 176 is off, the result is YES.

S18において設定キー174aおよびバックアップクリアスイッチ176の少なくともいずれか一方がオフでないすなわち両方ともオンであると判定された場合(S18がNO判定の場合)、メインCPU201は、処理を、S21に移す。なお、S21の処理については後述する。 If it is determined in S18 that at least one of the setting key 174a and the backup clear switch 176 is not OFF, i.e., both are ON (if S18 returns NO), the main CPU 201 moves the process to S21. The process of S21 will be described later.

一方、S18において設定キー174aおよびバックアップクリアスイッチ176のうち少なくともいずれか一方がオフであると判定された場合(S18がYES判定の場合)、メインCPU201は、処理を、S19に移す。 On the other hand, if it is determined in S18 that at least one of the setting key 174a and the backup clear switch 176 is off (if S18 returns a YES judgment), the main CPU 201 transfers the process to S19.

S19において、メインCPU201は、外部端子のセキュリティ信号をオンにセットする。メインCPU201は、S19の処理を実行した後、処理を、S20に移す。 In S19, the main CPU 201 sets the security signal of the external terminal to ON. After executing the process of S19, the main CPU 201 transfers the process to S20.

S20において、メインCPU201は、性能表示モニタ170(図6参照)にエラー表示処理を行う。この処理は、性能表示モニタ170に信号が出力されるI/Oポート205の出力ポートに、エラー表示用のデータをセットする。これにより、性能表示モニタ170内の所定のLEDが点灯し、エラー表示が行われる。メインCPU201は、S20の処理を実行した後、永久ループに入る。 In S20, the main CPU 201 performs an error display process on the performance display monitor 170 (see FIG. 6). This process sets data for displaying an error to the output port of the I/O port 205 that outputs a signal to the performance display monitor 170. This causes a specified LED in the performance display monitor 170 to light up, displaying an error. After executing the process of S20, the main CPU 201 enters an endless loop.

このように、前回の電断が正常電断でなかった場合や、メインRAM203内に格納された作業領域のチェックサム値の照合結果が正常でなかった場合には、設定キー174aおよびバックアップクリアスイッチ176の両方がオンであると判定されるまで、第1のパチンコ遊技機において遊技の実行が可能とならない。 In this way, if the previous power outage was not normal, or if the checksum value of the working area stored in the main RAM 203 does not match the normal value, the first pachinko game machine will not be able to play the game until it is determined that both the setting key 174a and the backup clear switch 176 are on.

次に、S21の処理について説明する。S21において、メインCPU201は、設定変更であることを示す値をメインRAM203内の起動制御フラグ領域に格納する。この処理は、異常起動時に行われる処理であり、設定変更であることを示す値を再度格納するようにしたものである。メインCPU201は、S21の処理を実行した後、処理を、S22に移す。 Next, the process of S21 will be described. In S21, the main CPU 201 stores a value indicating a setting change in the startup control flag area in the main RAM 203. This process is performed upon abnormal startup, and is intended to store again the value indicating a setting change. After executing the process of S21, the main CPU 201 moves the process to S22.

S22において、メインCPU201は、メインRAM203内のXINT検知フラグ領域および電断検知フラグ領域のクリア処理を行う。メインCPU201は、S22の処理を実行した後、処理を、S23に移す。 In S22, the main CPU 201 clears the XINT detection flag area and the power interruption detection flag area in the main RAM 203. After executing S22, the main CPU 201 transfers the process to S23.

S23において、メインCPU201は、起動状態判定処理を行う。この処理では、メインRAM203内の起動制御フラグ領域に格納された起動制御フラグの値に基づいて、現在の起動状態(電断復帰/設定変更/設定確認/RAMクリア)を判定する。メインCPU201は、S23の処理を実行した後、処理を、S24に移す。 In S23, the main CPU 201 performs a startup state determination process. In this process, the current startup state (power failure recovery/setting change/setting confirmation/RAM clear) is determined based on the value of the startup control flag stored in the startup control flag area in the main RAM 203. After executing the process of S23, the main CPU 201 moves the process to S24.

S24において、メインCPU201は、起動時のRAM設定処理を行う。この処理では、フラグ等を管理するメインRAM203内の作業領域(揮発性領域)のクリア処理(例えば作業領域の構築およびアドレス設定等)が行われる。なお、この処理は、電断復帰時と初期化時とで共通して行われるものであって、バックアップ領域はクリアされない。メインCPU201は、S24の処理を実行した後、処理を、S25に移す。 In S24, the main CPU 201 performs a RAM setting process at startup. In this process, a clearing process (e.g., construction of a work area and address setting) is performed on the working area (volatile area) in the main RAM 203 that manages flags and the like. Note that this process is performed both when power is restored after a power outage and when initialization is performed, and the backup area is not cleared. After executing the process of S24, the main CPU 201 moves the process to S25.

S25において、メインCPU201は、起動時初期設定処理を行う。この処理では、現在の起動状態(電断復帰/設定変更/設定確認/RAMクリア)に応じた初期設定処理が行われる。なお、起動時初期設定処理の詳細については、図24を参照して後述する。メインCPU201は、S25の処理を実行した後、処理を、S26に移す。 In S25, the main CPU 201 performs startup initial setting processing. In this processing, the initial setting processing is performed according to the current startup state (power outage recovery/setting change/setting confirmation/RAM clear). Details of the startup initial setting processing will be described later with reference to FIG. 24. After executing the processing of S25, the main CPU 201 moves the processing to S26.

S26において、メインCPU201は、割込禁止処理を行う。メインCPU201は、S26の処理を実行した後、処理を、S27に移す。 In S26, the main CPU 201 performs interrupt inhibition processing. After executing the processing of S26, the main CPU 201 transfers the processing to S27.

S27において、メインCPU201は、電断処理を行う。メインCPU201は、S27の処理を実行した後、処理を、S28に移す。なお、電断処理の詳細については、図25を参照して後述する。 In S27, the main CPU 201 performs a power cut process. After executing the process of S27, the main CPU 201 transfers the process to S28. Details of the power cut process will be described later with reference to FIG. 25.

S28において、メインCPU201は、初期値乱数の更新処理を行う。この処理では、各種乱数カウンタ(例えば、特別図柄の大当り判定用乱数カウンタ等)の初期値乱数の更新処理が行われる。メインCPU201は、S28の処理を実行した後、処理を、S29に移す。 In S28, the main CPU 201 performs an update process of the initial random numbers. In this process, the initial random numbers of various random number counters (e.g., random number counters for determining whether a special symbol has won) are updated. After executing the process of S28, the main CPU 201 moves the process to S29.

S29において、メインCPU201は、遊技許可状態であるか否かを判定する。この判定処理は、遊技許可フラグの値に基づいて行われる。 In S29, the main CPU 201 determines whether play is permitted. This determination is made based on the value of the play permission flag.

S29において遊技許可状態でないと判定された場合(S29がNO判定の場合)、メインCPU201は、処理を、S30に移す。 If it is determined in S29 that play is not permitted (if S29 is a NO judgment), the main CPU 201 transfers the process to S30.

一方、S29において遊技許可状態であると判定された場合(S29がYES判定の場合)、メインCPU201は、処理を、S31に移す。 On the other hand, if it is determined in S29 that play is permitted (if S29 returns a YES judgment), the main CPU 201 transfers the process to S31.

S30において、メインCPU201は、割込許可処理を行う。メインCPU201は、S30の処理を実行した後、処理を、S26に戻し、S26以降の処理を行う。 In S30, the main CPU 201 performs an interrupt permission process. After executing the process of S30, the main CPU 201 returns the process to S26 and performs the processes from S26 onward.

S31において、メインCPU201は、レジスタの退避処理を行う。メインCPU201は、S31の処理を実行した後、処理を、S32に移す。 In S31, the main CPU 201 performs a register save process. After executing the process of S31, the main CPU 201 transfers the process to S32.

S32において、メインCPU201は、性能表示モニタ集計演算処理を行う。この処理では、各種ベース値の算出および更新が行われる。また、この処理は、メインRAM203内の作業領域とは別の領域(領域外)を使用して行われる。メインCPU201は、S32の処理を実行した後、処理を、S33に移す。 In S32, the main CPU 201 performs a performance display monitor tabulation calculation process. In this process, various base values are calculated and updated. This process is also performed using an area separate from (outside) the work area in the main RAM 203. After executing the process of S32, the main CPU 201 moves the process to S33.

S33において、メインCPU201は、S31で退避させたレジスタの復帰処理を行う。メインCPU201は、S33の処理を実行した後、処理を、S34に移す。 In S33, the main CPU 201 performs a process of restoring the registers that were saved in S31. After executing the process of S33, the main CPU 201 transfers the process to S34.

S34において、メインCPU201は、割込許可処理を行う。メインCPU201は、S34の処理を実行した後、処理を、S35に移す。 In S34, the main CPU 201 performs interrupt permission processing. After executing the processing of S34, the main CPU 201 transfers the processing to S35.

S35において、メインCPU201は、システム周期時間が経過したか否かを判定する。システム周期時間は、例えば、割込み周期(例えば2msec)の3倍である6msecである。 In S35, the main CPU 201 determines whether the system cycle time has elapsed. The system cycle time is, for example, 6 msec, which is three times the interrupt cycle (for example, 2 msec).

S35においてシステム周期時間が経過していないと判定された場合(S35がNO判定の場合)、メインCPU201は、処理をS26の処理に戻し、S26以降の処理を行う。 If it is determined in S35 that the system cycle time has not elapsed (if S35 is determined as NO), the main CPU 201 returns the process to S26 and performs the processes from S26 onwards.

一方、S35においてシステム周期時間が経過したと判定された場合(S35がYES判定の場合)、メインCPU201は、処理を、S36に移す。 On the other hand, if it is determined in S35 that the system cycle time has elapsed (if S35 returns a YES judgment), the main CPU 201 transfers the process to S36.

S36において、メインCPU201は、メインRAM203の割込みカウンタ領域に格納された割込みカウンタの値から1減算する処理を3回行う。この処理により、主制御メイン処理内の割込禁止区間を管理する割込みカウンタの値がリセットされる。メインCPU201は、S36の処理を実行した後、処理を、S37に移す。 In S36, the main CPU 201 performs a process of subtracting 1 from the value of the interrupt counter stored in the interrupt counter area of the main RAM 203 three times. This process resets the value of the interrupt counter that manages the interrupt prohibited section in the main control main process. After executing the process of S36, the main CPU 201 moves the process to S37.

なお、本実施例では、主制御メイン処理内において、後述する遊技制御に関する各種処理(例えば、S37~S44の処理)の実行前に、例えば6msecの割込禁止区間(S26~S35の処理区間)が設けられる。それゆえ、本実施例では、後述する遊技制御に関する各種処理が例えば6msec毎(システム周期毎)に実行されることになる。なお、本実施例では、割込禁止区間を割込み周期の3倍とする例を説明したが、これに限られない。 In this embodiment, within the main control process, an interrupt prohibition section (processing section S26 to S35) of, for example, 6 msec is provided before various processes related to game control (for example, processes S37 to S44) described below are executed. Therefore, in this embodiment, various processes related to game control (described below) are executed, for example, every 6 msec (every system cycle). In this embodiment, an example has been described in which the interrupt prohibition section is three times the interrupt cycle, but this is not limited to this.

S37において、メインCPU201は、システムタイマの更新処理を行う。システムタイマは、システム周期(例えば6msec)を管理するタイマである。システムタイマの値は、メインRAM203の作業領域内のシステム周期管理タイマ領域に格納される。メインCPU201は、S37の処理を実行した後、処理を、S38に移す。 In S37, the main CPU 201 performs a process of updating the system timer. The system timer is a timer that manages the system period (e.g., 6 msec). The value of the system timer is stored in a system period management timer area in the working area of the main RAM 203. After executing the process of S37, the main CPU 201 moves the process to S38.

S38において、メインCPU201は、主制御コマンド送受信処理を行う。この処理では、主として、払出制御のコマンド送受信処理が行われる。メインCPU201は、S38の処理を実行した後、処理を、S39に移す。 In S38, the main CPU 201 performs main control command transmission/reception processing. In this processing, payout control command transmission/reception processing is mainly performed. After executing S38, the main CPU 201 transfers the processing to S39.

S39において、メインCPU201は、特別図柄制御処理を行う。この処理では、特別図柄ゲームにかかわる処理が行われる。この特別図柄制御処理の詳細については、図26を参照して後述する。メインCPU201は、S39の処理を実行した後、処理を、S40に移す。 In S39, the main CPU 201 performs special symbol control processing. In this processing, processing related to the special symbol game is performed. Details of this special symbol control processing will be described later with reference to FIG. 26. After executing the processing of S39, the main CPU 201 shifts the processing to S40.

S40において、メインCPU201は、普通図柄制御処理を行う。この処理にでは、普通図柄ゲームにかかわる処理が行われる。この普通図柄制御処理の詳細については、図43を参照して後述する。メインCPU201は、S40の処理を実行した後、処理を、S41に移す。 In S40, the main CPU 201 performs normal symbol control processing. In this processing, processing related to the normal symbol game is performed. Details of this normal symbol control processing will be described later with reference to FIG. 43. After executing the processing of S40, the main CPU 201 shifts the processing to S41.

S41において、メインCPU201は、遊技動作表示ユニット制御処理を行う。この処理では、LEDユニット160の各表示部(例えば、第1特別図柄表示部163、第2特別図柄表示部164等)に出力する表示データの設定処理が行われる。メインCPU201は、S41の処理を実行した後、処理を、S42に移す。 In S41, the main CPU 201 performs a game action display unit control process. In this process, a process for setting the display data to be output to each display section of the LED unit 160 (e.g., the first special symbol display section 163, the second special symbol display section 164, etc.) is performed. After executing the process of S41, the main CPU 201 moves the process to S42.

S42において、メインCPU201は、遊技情報データ生成処理を行う。この処理では、外部端子板パルス信号の制御処理、出力データの設定処理、試射試験信号の生成処理等が行われる。なお、試射試験信号の生成処理は、メインRAM203内の作業領域とは別の領域(領域外)を使用して行われる。メインCPU201は、S42の処理を実行した後、処理を、S43に移す。 In S42, the main CPU 201 performs a game information data generation process. In this process, control of the external terminal board pulse signal, setting of output data, generation of the test firing signal, etc. are performed. Note that the generation of the test firing signal is performed using an area separate from (outside) the working area in the main RAM 203. After executing the process of S42, the main CPU 201 moves the process to S43.

S43において、メインCPU201は、ポート出力処理を行う。この処理では、コマンド出力ポート206(図6参照)への出力データのセット(転送)が行われる。メインCPU201は、S43の処理を実行した後、処理を、S44に移す。 In S43, the main CPU 201 performs a port output process. In this process, output data is set (transferred) to the command output port 206 (see FIG. 6). After executing the process of S43, the main CPU 201 moves the process to S44.

S44において、メインCPU201は、状態監視処理を行う。この処理では、発射位置判定処理、遊技異常検知判定処理および払出異常検知判定処理等が行われる。発射位置判定処理では、発射位置(例えば、右打ちまたは左打ち)に変化があれば、発射位置コマンドが送信予約される。遊技異常検知判定処理では、異常があれば、遊技異常検知コマンドが送信予約される。払出異常検知判定処理では、異常があれば、払出異常検知コマンドが送信予約される。メインCPU201は、S44の処理を実行した後、処理を、S26に戻し、S26以降の処理を行う。 In S44, the main CPU 201 performs a status monitoring process. In this process, a launch position determination process, a game abnormality detection determination process, a payout abnormality detection determination process, and the like are performed. In the launch position determination process, if there is a change in the launch position (e.g., right hit or left hit), a launch position command is reserved for transmission. In the game abnormality detection determination process, if there is an abnormality, a game abnormality detection command is reserved for transmission. In the payout abnormality detection determination process, if there is an abnormality, a payout abnormality detection command is reserved for transmission. After executing the process of S44, the main CPU 201 returns the process to S26 and performs the processes from S26 onwards.

[1-6-2.起動時初期設定処理]
次に、図24を参照して、主制御メイン処理(図20~図23参照)中のS25で行われる起動時初期設定処理について説明する。図24は、第1のパチンコ遊技機における起動時初期設定処理の一例を示すフローチャートである。
[1-6-2. Initial setting process at startup]
Next, the startup initial setting process performed in S25 in the main control main process (see Figs. 20 to 23) will be described with reference to Fig. 24. Fig. 24 is a flow chart showing an example of the startup initial setting process in the first pachinko gaming machine.

メインCPU201は、先ず、起動制御フラグをロードする処理を行う(S51)。メインCPU201は、S51の処理を実行した後、処理を、S52に移す。 The main CPU 201 first performs a process to load the start control flag (S51). After executing the process of S51, the main CPU 201 transfers the process to S52.

S52において、メインCPU201は、起動制御フラグの値が電断復帰を示す値であるか否かを判定する。 In S52, the main CPU 201 determines whether the value of the startup control flag is a value indicating power recovery.

S52において起動制御フラグの値が電断復帰を示す値でないと判定された場合(S52がNO判定の場合)、メインCPU201は、処理を、S54に移す。 If it is determined in S52 that the value of the startup control flag is not a value indicating power recovery (if S52 is a NO determination), the main CPU 201 transfers the process to S54.

一方、S52において起動制御フラグの値が電断復帰を示す値であると判定された場合(S52がYES判定の場合)、メインCPU201は、処理を、S53に移す。 On the other hand, if it is determined in S52 that the value of the startup control flag is a value indicating power recovery (if S52 returns YES), the main CPU 201 transfers the process to S53.

S53において、メインCPU201は、第2通常遊技前処理を行う。この第2通常遊技前処理の詳細については、図50を参照して後述する。第2通常遊技前処理が行われると、遊技許可フラグがオンにセットされ、遊技許可状態となる。メインCPU201は、S53の処理を実行した後、起動時初期設定処理を終了し、処理を、主制御メイン処理(図20~図23参照)に戻す。 In S53, the main CPU 201 performs a second normal game pre-processing. Details of this second normal game pre-processing will be described later with reference to FIG. 50. When the second normal game pre-processing is performed, the play permission flag is set to ON, and the game is permitted. After executing the process of S53, the main CPU 201 ends the startup initial setting process and returns the process to the main control main process (see FIGS. 20 to 23).

S54において、メインCPU201は、起動制御フラグの値が設定変更または設定確認を示す値であるか否かを判定する。 In S54, the main CPU 201 determines whether the value of the startup control flag indicates a setting change or setting confirmation.

S54において起動状態フラグの値が設定変更または設定確認を示す値でないすなわちRAMクリアを示す値であると判定された場合(S54がNO判定の場合)、メインCPU201は、処理を、S56に移す。 If it is determined in S54 that the value of the startup status flag is not a value indicating a setting change or setting confirmation, i.e., is a value indicating RAM clear (if S54 is a NO determination), the main CPU 201 transfers the process to S56.

一方、S54において起動状態フラグの値が設定変更または設定確認を示す値であると判定された場合(S54がYES判定の場合)、メインCPU201は、処理を、S55に移す。 On the other hand, if it is determined in S54 that the value of the startup status flag is a value indicating a setting change or setting confirmation (if S54 is determined to be YES), the main CPU 201 transfers the process to S55.

S55において、メインCPU201は、設定操作コマンドの送信予約処理を行う。なお、この処理で送信予約された設定操作コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(後述の図46のS336参照)で、サブ制御回路300に向けて送信される。メインCPU201は、S55の処理を実行した後、起動時初期設定処理を終了し、処理を、主制御メイン処理(図20~図23参照)に戻す。 In S55, the main CPU 201 performs a process for reserving the transmission of a setting operation command. The setting operation command reserved for transmission in this process is transmitted to the sub-control circuit 300 in the performance control command transmission process during the next system timer interrupt process (see S336 in FIG. 46 described below). After executing the process of S55, the main CPU 201 ends the startup initial setting process and returns the process to the main control main process (see FIG. 20 to FIG. 23).

S56において、メインCPU201は、第1通常遊技前処理を行う。この第1通常遊技前処理の詳細については、図49を参照して後述する。第1通常遊技前処理が行われると、遊技許可フラグがオンにセットされ、遊技許可状態となる。メインCPU201は、S56の処理を実行した後、起動時初期設定処理を終了し、処理を、主制御メイン処理(図20~図23参照)に戻す。 In S56, the main CPU 201 performs a first normal game pre-processing. Details of this first normal game pre-processing will be described later with reference to FIG. 49. When the first normal game pre-processing is performed, the play permission flag is set to ON, and the game is permitted. After executing the process of S56, the main CPU 201 ends the startup initial setting process and returns the process to the main control main process (see FIG. 20 to FIG. 23).

[1-6-3.電断処理]
次に、図25を参照して、主制御メイン処理(図20~図23参照)中のS27で行われる電断処理について説明する。図25は、第1のパチンコ遊技機における電断処理の一例を示すフローチャートである。
[1-6-3. Electrical disconnection processing]
Next, the power cut process performed in S27 in the main control main process (see Figs. 20 to 23) will be described with reference to Fig. 25. Fig. 25 is a flow chart showing an example of the power cut process in the first pachinko gaming machine.

メインCPU201は、先ず、XINT検知フラグがオンであるか否かを判定する(S61)。 The main CPU 201 first determines whether the XINT detection flag is on (S61).

S61においてXINT検知フラグがオンでないと判定された場合(S61がNO判定の場合)、メインCPU201は、電断処理を終了し、処理を、主制御メイン処理(図20~図23参照)に戻す。 If it is determined in S61 that the XINT detection flag is not on (if S61 is a NO determination), the main CPU 201 ends the power cut processing and returns the processing to the main control main processing (see Figures 20 to 23).

一方、S61においてXINT検知フラグがオンであると判定された場合(S61がYES判定の場合)、メインCPU201は、処理を、S62に移す。 On the other hand, if it is determined in S61 that the XINT detection flag is on (if S61 returns a YES judgment), the main CPU 201 transfers the process to S62.

S62において、メインCPU201は、チェックサム値の算出処理を行う。メインCPU201は、S62の処理を実行した後、処理を、S63に移す。 In S62, the main CPU 201 performs a process of calculating a checksum value. After executing the process of S62, the main CPU 201 transfers the process to S63.

S63において、メインCPU201は、チェックサム値および電断検知フラグの値を、メインRAM203内の対応する所定の格納領域にそれぞれ格納する。この場合、メインRAM203のバックアップ領域に格納される。メインCPU201は、S63の処理を実行した後、処理を、S64に移す。 In S63, the main CPU 201 stores the checksum value and the power interruption detection flag value in corresponding predetermined storage areas in the main RAM 203. In this case, they are stored in the backup area of the main RAM 203. After executing the process of S63, the main CPU 201 transfers the process to S64.

S64において、メインCPU201は、XINT検知フラグのクリア処理を行う。そして、S64の処理を実行した後、メインCPU201は、RAMアクセス禁止値設定処理を行う(S65)を行う。メインCPU201は、S65の処理を実行した後、処理を、S66に移す。 In S64, the main CPU 201 clears the XINT detection flag. After executing S64, the main CPU 201 executes RAM access inhibition value setting processing (S65). After executing S65, the main CPU 201 moves the process to S66.

S66において、メインCPU201は、電断まで、CPUリセット待ち処理を繰り返す。 In S66, the main CPU 201 repeats the CPU reset wait process until power is cut off.

[1-6-4.特別図柄制御処理]
次に、図26を参照して、主制御メイン処理(図20~図23参照)中のS39で行われる特別図柄制御処理について説明する。図26は、第1のパチンコ遊技機における特別図柄制御処理の一例を示すフローチャートである。
[1-6-4. Special symbol control process]
Next, the special symbol control process performed in S39 in the main control process (see Figs. 20 to 23) will be described with reference to Fig. 26. Fig. 26 is a flow chart showing an example of the special symbol control process in the first pachinko gaming machine.

図26に示されるように、メインCPU201は、先ず、S71において、特別図柄の制御状態番号をロードする。特別図柄の制御状態番号は、特別図柄の可変表示(特別図柄ゲーム)に関する制御処理の状態(ステータス)を示す番号である。メインCPU201は、S71の処理を実行した後、処理を、S72に移す。 As shown in FIG. 26, the main CPU 201 first loads the control state number of the special symbol in S71. The control state number of the special symbol is a number that indicates the state (status) of the control process related to the variable display of the special symbol (special symbol game). After executing the process of S71, the main CPU 201 moves the process to S72.

なお、図示しないが、メインCPU201は、特別図柄制御処理を実行するにあたり、S71の処理に先だって、メインRAM203内の特別図柄の作業領域等のアドレスを所定のレジスタにセットするアドレス設定処理を行う。 Although not shown, when the main CPU 201 executes the special symbol control process, prior to the process of S71, the main CPU 201 performs an address setting process to set the address of the work area of the special symbol in the main RAM 203 in a predetermined register.

また、同じく図示しないが、メインCPU201は、特別図柄制御処理を実行するにあたり、第1特別図柄の保留数および第2特別図柄の保留数をチェックする処理も行う。そして、メインCPU201は、第1特別図柄の保留数および第2特別図柄の保留数のいずれもが一定時間以上にわたって「0」である場合、デモ表示コマンド送信予約処理を行う。なお、この処理で送信予約されたデモ表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(後述の図45のS322参照)において、サブ制御回路300に送信される。そして、デモ表示コマンドをサブ制御回路300が受信すると、サブCPU301はデモ表示演出を行う。 Although not shown, when executing the special symbol control process, the main CPU 201 also performs a process to check the reserved number of the first special symbol and the reserved number of the second special symbol. Then, if the reserved number of the first special symbol and the reserved number of the second special symbol are both "0" for a certain period of time or more, the main CPU 201 performs a demo display command transmission reservation process. Note that the demo display command reserved for transmission in this process is transmitted to the sub-control circuit 300 in the performance control command transmission process during the next system timer interrupt process (see S322 in FIG. 45 described later). Then, when the sub-control circuit 300 receives the demo display command, the sub-CPU 301 performs a demo display performance.

S72において、メインCPU201は、S71でロードした特別図柄の制御状態番号が0であるか否か、すなわち特別図柄の可変表示待ち状態であるか否かを判定する。 In S72, the main CPU 201 determines whether the control state number of the special symbol loaded in S71 is 0, i.e., whether the special symbol is in a variable display waiting state.

S72において特別図柄の制御番号が0でないと判定された場合(S72がNO判定の場合)、メインCPU201は、処理を、S75に移す。 If it is determined in S72 that the control number of the special symbol is not 0 (if S72 returns a NO judgment), the main CPU 201 transfers the process to S75.

一方、S72において特別図柄の制御番号が0であると判定された場合(S72がYES判定の場合)、メインCPU201は、処理を、S73に移す。 On the other hand, if it is determined in S72 that the control number of the special symbol is 0 (if S72 returns a YES judgment), the main CPU 201 transfers the process to S73.

S73において、メインCPU201は、第2特別図柄が可変表示開始であるか否か、すなわち第2特別図柄の始動情報が保留されているか否かを判定する。 In S73, the main CPU 201 determines whether the second special symbol has started to be variably displayed, i.e., whether start information for the second special symbol is pending.

S73において第2特別図柄が可変表示開始でない、すなわち第2特別図柄の始動情報が保留されていないと判定された場合(S73がNO判定の場合)、メインCPU201は、処理を、S74に移す。 If it is determined in S73 that the second special symbol has not started to be variable displayed, i.e., that the start information for the second special symbol is not pending (if S73 is a NO determination), the main CPU 201 transfers the process to S74.

S74において、メインCPU201は、第1特別図柄が可変表示開始であるか否か、すなわち第1特別図柄の始動情報が保留されているか否かを判定する。 In S74, the main CPU 201 determines whether the first special symbol has started to be variably displayed, i.e., whether start information for the first special symbol is pending.

S74において第1特別図柄が可変表示開始でない、すなわち第1特別図柄の始動情報が保留されていないと判定された場合(S74がNO判定の場合)、メインCPU201は、特別図柄制御処理を終了し、処理を、主制御メイン処理(図20~図23参照)に戻す。 If it is determined in S74 that the first special symbol has not started to be variable displayed, i.e., that the start information for the first special symbol is not pending (if S74 is a NO determination), the main CPU 201 ends the special symbol control process and returns the process to the main control main process (see Figures 20 to 23).

一方、S74において第1特別図柄が可変表示開始である、すなわち第1特別図柄の始動情報が保留されていると判定された場合(S74がYES判定の場合)、メインCPU201は、処理を、S75に移す。 On the other hand, if it is determined in S74 that the first special symbol has started to be variably displayed, i.e., that the start information for the first special symbol is pending (if S74 returns YES), the main CPU 201 transfers the process to S75.

S73に戻って、第2特別図柄が可変表示開始である、すなわち第2特別図柄の始動情報が保留されていると判定された場合(S73がYES判定の場合)、メインCPU201は、処理を、S75に移す。 Returning to S73, if it is determined that the second special symbol has started to be variably displayed, i.e., that the start information for the second special symbol is pending (if S73 returns YES), the main CPU 201 transfers the process to S75.

S75において、メインCPU201は、特別図柄管理処理を行う。この特別図柄管理処理の詳細については、図27を参照して後述する。メインCPU201は、S75の処理を実行した後、特別図柄制御処理を終了し、処理を、主制御メイン処理(図20~図23参照)に戻す。 In S75, the main CPU 201 performs special symbol management processing. Details of this special symbol management processing will be described later with reference to FIG. 27. After executing the processing of S75, the main CPU 201 ends the special symbol control processing and returns the processing to the main control main processing (see FIG. 20 to FIG. 23).

なお、メインCPU201は、割込み禁止区間を設定し、上述の特別図柄制御処理(S71~S75)を、割込み禁止区間内で行うことが好ましい。 It is preferable that the main CPU 201 sets an interrupt prohibited section and performs the above-mentioned special symbol control process (S71 to S75) within the interrupt prohibited section.

このように、本実施例では、第1のパチンコ遊技機として、第2特別図柄の始動情報が保留されている場合、第1特別図柄よりも高い優先順位で特別図柄管理処理(S75)が実行される優先変動機について説明したが、これに限られない。例えば、第1特別図柄の始動情報が保留されている場合、第2特別図柄よりも高い優先順位で特別図柄管理処理(S75)が実行される優先変動機としてもよいし、第1始動口120または第2始動口140への入賞順に特別図柄管理処理が実行される順次変動機としてもよい。 In this manner, in this embodiment, the first pachinko gaming machine is described as a priority variable machine in which the special symbol management process (S75) is executed with a higher priority than the first special symbol when the start information of the second special symbol is reserved, but this is not limited to this. For example, the first pachinko gaming machine may be a priority variable machine in which the special symbol management process (S75) is executed with a higher priority than the second special symbol when the start information of the first special symbol is reserved, or a sequential variable machine in which the special symbol management process is executed in the order of winning in the first start port 120 or the second start port 140.

[1-6-5.特別図柄管理処理]
次に、図27を参照して、特別図柄制御処理(図26参照)中のS75でメインCPU201により実行される特別図柄管理処理について説明する。図27は、第1のパチンコ遊技機における特別図柄管理処理の一例を示すフローチャートである。
[1-6-5. Special design management process]
Next, the special symbol management process executed by the main CPU 201 in S75 of the special symbol control process (see FIG. 26) will be described with reference to Fig. 27. Fig. 27 is a flow chart showing an example of the special symbol management process in the first pachinko gaming machine.

なお、制御状態番号が「0」の場合(S72がYES判定の場合)、特別図柄管理処理は、S73がYES判定の場合は第2特別図柄が処理対象であり、S74がYES判定の場合は第1特別図柄が処理対象である。また、制御状態番号が「0」でない場合(S72がNO判定の場合)、特別図柄管理処理は、実行中の特別図柄が処理対象である。 When the control state number is "0" (when S72 is judged as YES), the special symbol management process processes the second special symbol if S73 is judged as YES, and processes the first special symbol if S74 is judged as YES. Also, when the control state number is not "0" (when S72 is judged as NO), the special symbol management process processes the special symbol currently being executed.

また、図27に示す各処理の右方に括弧書きで記載した数値(「0」~「5」)は、特別図柄の制御状態番号である。メインCPU201は、制御状態番号に対応する各処理を実行することにより、特別図柄ゲームを進行させる。 The numbers ("0" to "5") in parentheses to the right of each process in FIG. 27 are the control state numbers for the special symbols. The main CPU 201 progresses the special symbol game by executing each process corresponding to the control state number.

メインCPU201は、先ず、特別図柄の待ち時間が0であるか否かを判定する(S81)。 The main CPU 201 first determines whether the waiting time for the special pattern is 0 (S81).

S81において特別図柄の待ち時間が0でないと判定された場合(S81がNO判定の場合)、メインCPU201は、特別図柄管理処理を終了し、処理を、特別図柄制御処理(図26参照)に戻す。 If it is determined in S81 that the waiting time for the special symbol is not 0 (if S81 is determined to be NO), the main CPU 201 ends the special symbol management process and returns the process to the special symbol control process (see FIG. 26).

一方、S81において特別図柄の待ち時間が0であると判定された場合(S81がYES判定の場合)、メインCPU201は、処理を、S82に移す。 On the other hand, if it is determined in S81 that the waiting time for the special symbol is 0 (if S81 returns a YES judgment), the main CPU 201 transfers the process to S82.

S82において、メインCPU201は、特別図柄の制御状態番号をロードする。メインCPU201は、S82の処理を実行した後、処理を、S83に移す。なお、メインCPU201は、S82の処理で読み出された制御状態番号に基づいて、S83以降の処理を行う。 In S82, the main CPU 201 loads the control state number of the special symbol. After executing the process of S82, the main CPU 201 transfers the process to S83. The main CPU 201 performs the process of S83 and subsequent steps based on the control state number read in the process of S82.

S83において、メインCPU201は、特別図柄可変表示開始処理を行う。このS83の処理は、特別図柄の制御状態番号が「0」である場合に行われる処理である。この特別図柄可変表示開始処理の詳細については、図28を参照して後述する。特別図柄の制御状態番号が「0」でない場合には、メインCPU201は、処理を、S84に移す。 In S83, the main CPU 201 performs a special symbol variable display start process. This S83 process is performed when the control state number of the special symbol is "0". Details of this special symbol variable display start process will be described later with reference to FIG. 28. If the control state number of the special symbol is not "0", the main CPU 201 moves the process to S84.

S84において、メインCPU201は、特別図柄可変表示終了処理を行う。このS84の処理は、特別図柄の制御状態番号が「1」である場合に行われる処理である。この特別図柄可変表示終了処理の詳細については、図29を参照して後述する。特別図柄の制御状態番号が「1」でない場合には、メインCPU201は、処理を、S85に移す。 In S84, the main CPU 201 performs a special symbol variable display end process. This S84 process is performed when the control state number of the special symbol is "1". Details of this special symbol variable display end process will be described later with reference to FIG. 29. If the control state number of the special symbol is not "1", the main CPU 201 moves the process to S85.

S85において、メインCPU201は、特別図柄遊技判定処理を行う。このS85の処理は、特別図柄の制御状態番号が「2」である場合に行われる処理である。この特別図柄遊技判定処理の詳細については、図30を参照して後述する。特別図柄の制御状態番号が「2」でない場合には、メインCPU201は、処理を、S86に移す。 In S85, the main CPU 201 performs a special symbol game determination process. This S85 process is performed when the control state number of the special symbol is "2". Details of this special symbol game determination process will be described later with reference to FIG. 30. If the control state number of the special symbol is not "2", the main CPU 201 moves the process to S86.

S86において、メインCPU201は、大入賞口開放準備処理を行う。このS86の処理は、特別図柄の制御状態番号が「3」である場合に行われる処理である。この大入賞口開放準備処理の詳細については、図40を参照して後述する。特別図柄の制御状態番号が「3」でない場合には、メインCPU201は、処理を、S87に移す。 In S86, the main CPU 201 performs a process for preparing to open the large prize opening. This process of S86 is performed when the control state number of the special symbol is "3". Details of this process for preparing to open the large prize opening will be described later with reference to FIG. 40. If the control state number of the special symbol is not "3", the main CPU 201 moves the process to S87.

S87において、メインCPU201は、大入賞口開放制御処理を行う。このS87の処理は、特別図柄の制御状態番号が「4」である場合に行われる処理である。この大入賞口開放制御処理の詳細については、図41を参照して後述する。特別図柄の制御状態番号が「4」でない場合には、メインCPU201は、処理を、S88に移す。 In S87, the main CPU 201 performs a large prize opening control process. This process of S87 is performed when the control state number of the special symbol is "4". Details of this large prize opening control process will be described later with reference to FIG. 41. If the control state number of the special symbol is not "4", the main CPU 201 moves the process to S88.

S88において、メインCPU201は、大当り終了処理を行う。このS88の処理は、特別図柄の制御状態番号が「5」である場合に行われる処理である。この大当り終了処理の詳細については、図42を参照して後述する。 In S88, the main CPU 201 performs a jackpot end process. This process in S88 is performed when the control state number of the special symbol is "5". Details of this jackpot end process will be described later with reference to FIG. 42.

メインCPU201は、S83~S88の処理を終了後、特別図柄管理処理を終了し、処理を、特別図柄制御処理(図26参照)に戻す。 After completing steps S83 to S88, the main CPU 201 ends the special symbol management process and returns the process to the special symbol control process (see FIG. 26).

[1-6-6.特別図柄可変表示開始処理]
次に、図28を参照して、特別図柄管理処理(図27参照)中のS83でメインCPU201により実行される特別図柄可変表示開始処理について説明する。図28は、第1のパチンコ遊技機における特別図柄可変表示開始処理の一例を示すフローチャートである。
[1-6-6. Special symbol variable display start process]
Next, a special symbol variable display start process executed by the main CPU 201 in S83 during the special symbol management process (see FIG. 27) will be described with reference to Fig. 28. Fig. 28 is a flow chart showing an example of the special symbol variable display start process in the first pachinko gaming machine.

図28に示されるように、メインCPU201は、先ず、特別図柄の制御状態番号が「0」であるか否かを判定する(S91)。 As shown in FIG. 28, the main CPU 201 first determines whether the control state number of the special symbol is "0" (S91).

S91において特別図柄の制御状態番号が「0」でないと判定された場合(S91がNO判定の場合)、メインCPU201は、特別図柄可変表示開始処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 If it is determined in S91 that the control state number of the special symbol is not "0" (if S91 is a NO determination), the main CPU 201 ends the special symbol variable display start process and returns the process to the special symbol management process (see FIG. 27).

一方、S91において特別図柄の制御状態番号が「0」であると判定された場合(S91がYES判定の場合)、メインCPU201は、処理を、S92に移す。 On the other hand, if it is determined in S91 that the control state number of the special symbol is "0" (if S91 returns a YES judgment), the main CPU 201 transfers the process to S92.

S92において、メインCPU201は、特別図柄の始動情報のシフト処理を行う。メインCPU201は、S92の処理を実行した後、処理を、S93に移す。 In S92, the main CPU 201 performs a shift process of the start information of the special symbol. After executing the process of S92, the main CPU 201 transfers the process to S93.

S93において、メインCPU201は、特別図柄の当り判定処理を行う。この処理では、特別図柄の当り判定テーブル(図10参照)を参照し、特別図柄の大当り判定用乱数値を用いて特別図柄の当り判定が行われる。また、メインCPU201は、特別図柄の当り判定処理の結果が時短当りである場合は時短当りフラグをオンにセットし、特別図柄の当り判定処理の結果が大当りである場合は大当りフラグをオンにセットする。第1のパチンコ遊技機では、特別図柄の当り判定処理の結果に小当りが含まれないが、特別図柄の当り判定処理の結果に小当りが含まれるパチンコ遊技機であれば、特別図柄の当り判定処理の結果が小当りである場合は小当りフラグをオンにセットする。メインCPU201は、S93の処理を実行した後、処理を、S94に移す。なお、時短当りフラグはC時短遊技状態への移行時にオフにされ、大当りフラグは大当り遊技状態の開始時にオフにされる。特別図柄の当り判定処理の結果に小当りが含まれるパチンコ遊技機であれば、小当りフラグは小当り遊技状態の開始時にオフにされる。 In S93, the main CPU 201 performs a hit determination process for the special symbol. In this process, the main CPU 201 refers to the hit determination table for the special symbol (see FIG. 10) and uses the random number value for the special symbol hit determination to determine whether the special symbol is a hit. In addition, the main CPU 201 sets the time-saving hit flag to ON if the result of the hit determination process for the special symbol is a time-saving hit, and sets the big hit flag to ON if the result of the hit determination process for the special symbol is a big hit. In the first pachinko game machine, the result of the hit determination process for the special symbol does not include a small hit, but in the case of a pachinko game machine in which the result of the hit determination process for the special symbol includes a small hit, the small hit flag is set to ON if the result of the hit determination process for the special symbol is a small hit. After executing the process of S93, the main CPU 201 moves the process to S94. The time-saving hit flag is turned off when transitioning to the C time-saving game state, and the big hit flag is turned off when the big hit game state begins. If the result of the special symbol hit determination process for a pachinko game machine includes a small hit, the small hit flag is turned off when the small hit game state begins.

特別図柄の当り判定処理(S93参照)では、まず、大当りであるか否かの判定処理を行い、この処理で大当りでないと判定された場合に時短当りであるか否かの判定処理を行い、この処理で時短当りでないと判定された場合にハズレであると判定される。 In the special symbol hit determination process (see S93), first, a process is performed to determine whether or not there is a jackpot, and if this process determines that there is no jackpot, a process is performed to determine whether or not there is a time-saving hit, and if this process determines that there is no time-saving hit, it is determined that there is a miss.

S94において、メインCPU201は、特別図柄決定処理を行う。この処理は、特別図柄の当り判定処理(S93)の結果(例えば、時短当り、大当りまたはハズレ)に対応する特別図柄の停止図柄を判定乃至決定する処理である。この処理では、特別図柄判定テーブル(図11参照)を参照し、特別図柄の図柄乱数値を用いて、上述の「選択図柄コマンド」や「図柄指定コマンド」が判定される。メインCPU201は、S94の処理を実行した後、処理を、S95に移す。 In S94, the main CPU 201 performs a special symbol determination process. This process is a process for determining or deciding the stopping symbol of the special symbol that corresponds to the result of the special symbol hit determination process (S93) (e.g., time-saving hit, big hit, or miss). In this process, the special symbol determination table (see FIG. 11) is referenced, and the symbol random number value of the special symbol is used to determine the above-mentioned "select symbol command" or "symbol designation command." After executing the process of S94, the main CPU 201 moves the process to S95.

S95において、メインCPU201は、当り種類決定処理を行う。この処理は、特別図柄の当り判定処理の結果が例えば当り(時短当り、大当り)である場合に、かかる当りの種類を判定乃至決定する処理である。この処理では、当り種類決定テーブル(図13参照)を参照し、特別図柄決定処理(S94)で判定された「選択図柄コマンド」に応じて当りの種類が決定される。なお、本実施例では、当りの種類を複数種類としているが、大当りの種類は1つであってもよいし、時短当りの種類も1つであってよい。さらには、当りの種類を複数種類とすることに代えてまたは加えて、ハズレの種類を複数設けるようにしてもよい。また、本実施例では、特別図柄の当り判定処理の結果に小当りが含まれないが、特別図柄の当り判定処理の結果に小当りを含むようにし、かかる小当りの種類を複数設けてもよい。メインCPU201は、S95の処理を実行した後、処理を、S96に移す。 In S95, the main CPU 201 performs a win type determination process. This process is a process for determining or deciding the type of win when the result of the special symbol hit determination process is, for example, a hit (time-saving hit, big win). In this process, the win type determination table (see FIG. 13) is referenced and the type of win is determined according to the "selected symbol command" determined in the special symbol determination process (S94). In this embodiment, there are multiple types of wins, but there may be only one type of big win, or one type of time-saving hit. Furthermore, instead of or in addition to multiple types of wins, multiple types of misses may be provided. In this embodiment, the result of the special symbol hit determination process does not include a small win, but the result of the special symbol hit determination process may include a small win, and multiple types of such small wins may be provided. After executing the process of S95, the main CPU 201 moves the process to S96.

S96において、メインCPU201は、特別図柄の変動パターン決定処理を行う。この処理は、特別図柄の変動パターンを判定乃至決定する処理である。この処理では、変動パターンテーブル(図15参照)を参照し、例えば、特別図柄の種類、特別図柄の当り判定処理(S93)の結果、時短フラグの値(0または1)、リーチ判定用乱数値または/および演出選択用乱数値等に応じて、特別図柄の変動パターンが決定される。なお、遊技状態等に応じて、特別図柄の変動パターン決定処理を行う際に参照する変動パターンテーブルが異なるようにしてもよい。メインCPU201は、S96の処理を実行した後、処理を、S97に移す。 In S96, the main CPU 201 performs a process for determining the variation pattern of the special symbol. This process is a process for judging or determining the variation pattern of the special symbol. In this process, the variation pattern table (see FIG. 15) is referenced, and the variation pattern of the special symbol is determined, for example, according to the type of special symbol, the result of the special symbol hit determination process (S93), the value of the time-saving flag (0 or 1), the random number value for reach determination and/or the random number value for effect selection. Note that the variation pattern table referenced when performing the variation pattern determination process of the special symbol may differ depending on the game state, etc. After executing the process of S96, the main CPU 201 moves the process to S97.

S97において、メインCPU201は、特別図柄の可変表示時間設定処理を行う。この処理では、変動パターンテーブル(図15参照)を参照し、特別図柄の変動パターン決定処理(S96)で決定された変動パターンに対応する変動時間が、特別図柄の変動時間として決定される。メインCPU201は、S97の処理を実行した後、処理を、S98に移す。 In S97, the main CPU 201 performs a variable display time setting process for the special symbol. In this process, the change pattern table (see FIG. 15) is referenced, and the change time corresponding to the change pattern determined in the change pattern determination process for the special symbol (S96) is determined as the change time for the special symbol. After executing the process of S97, the main CPU 201 moves the process to S98.

S98において、メインCPU201は、特別図柄の制御状態番号に「1」をセットする処理を行う。このように、特別図柄の制御状態番号を「1」にセットする処理を行って制御状態番号を切り替えることにより、この特別図柄可変表示開始処理の終了後に、特別図柄可変表示終了処理(図27のS84参照)が行われることとなる。メインCPU201は、S98の処理を実行した後、処理を、S99に移す。 In S98, the main CPU 201 performs a process of setting the control state number of the special symbol to "1". In this way, by performing a process of setting the control state number of the special symbol to "1" and switching the control state number, after the special symbol variable display start process ends, a special symbol variable display end process (see S84 in FIG. 27) is performed. After executing the process of S98, the main CPU 201 moves the process to S99.

S99において、メインCPU201は、遊技状態指定パラメータ設定処理を行う。この処理では、例えば、メインRAM203内の所定領域に格納されている遊技状態にかかわるパラメータ(例えば、確変残回数や時短残回数等)の更新処理等が行われる。メインCPU201は、S99の処理を実行した後、処理を、S100に移す。 In S99, the main CPU 201 performs a game state designation parameter setting process. In this process, for example, a process of updating parameters related to the game state (e.g., the number of times remaining in the special mode and the number of times remaining in the time-saving mode) stored in a predetermined area in the main RAM 203 is performed. After executing the process of S99, the main CPU 201 moves the process to S100.

S100において、メインCPU201は、遊技状態管理処理を行う。この処理では、主に、遊技状態の管理に関する各種フラグ(例えば、確変フラグや時短フラグ等)の更新処理を行う。メインCPU201は、S100の処理を実行した後、処理を、S101に移す。 In S100, the main CPU 201 performs game status management processing. In this processing, the main CPU 201 mainly performs update processing of various flags related to the management of the game status (e.g., probability bonus flag, time-saving flag, etc.). After executing the processing of S100, the main CPU 201 shifts the processing to S101.

S101において、メインCPU201は、特別図柄演出開始コマンドの送信予約処理を行う。なお、この処理で送信予約された特別図柄演出開始コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(後述の図45のS322参照)において、サブ制御回路300に送信される。 In S101, the main CPU 201 performs a process for reserving the transmission of a special symbol effect start command. The special symbol effect start command reserved for transmission in this process is transmitted to the sub-control circuit 300 in the performance control command transmission process during the next system timer interrupt process (see S322 in FIG. 45 described later).

なお、メインCPU201は、割込み禁止区間を設定し、上述の特別図柄可変表示開始処理(とくに、遊技状態管理処理(S100)、特別図柄演出開始コマンド送信予約処理(S101))を、割込み禁止区間内で行うことが好ましい。 It is preferable that the main CPU 201 sets an interrupt prohibited section and performs the above-mentioned special symbol variable display start process (particularly the game state management process (S100) and the special symbol presentation start command transmission reservation process (S101)) within the interrupt prohibited section.

[1-6-7.特別図柄可変表示終了処理]
次に、図29を参照して、特別図柄管理処理(図27参照)中のS84でメインCPU201により実行される特別図柄可変表示終了処理について説明する。図29は、第1のパチンコ遊技機における特別図柄可変表示終了処理の一例を示すフローチャートである。
[1-6-7. Special symbol variable display end processing]
Next, a special symbol variable display end process executed by the main CPU 201 in S84 during the special symbol management process (see FIG. 27) will be described with reference to Fig. 29. Fig. 29 is a flow chart showing an example of the special symbol variable display end process in the first pachinko gaming machine.

メインCPU201は、先ず、特別図柄の制御状態番号が「1」であるか否かを判定する(S111)。 The main CPU 201 first determines whether the control state number of the special symbol is "1" (S111).

S111において特別図柄の制御状態番号が「1」でないと判定された場合(S111がNO判定の場合)、メインCPU201は、特別図柄可変表示終了処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 If it is determined in S111 that the control state number of the special symbol is not "1" (if S111 is a NO determination), the main CPU 201 ends the special symbol variable display end process and returns the process to the special symbol management process (see FIG. 27).

一方、S111において特別図柄の制御状態番号が「1」であると判定された場合(S111がYES判定の場合)、メインCPU201は、処理を、S112に移す。 On the other hand, if it is determined in S111 that the control state number of the special symbol is "1" (if S111 is determined as YES), the main CPU 201 transfers the process to S112.

S112において、メインCPU201は、特別図柄の制御状態番号を「2」にセットする。このように、特別図柄の制御状態番号を「2」にセットする処理を行って制御状態番号を切り替えることにより、この特別図柄可変表示終了処理の終了後に、特別図柄遊技判定処理(図27のS85参照)が行われることとなる。メインCPU201は、S112の処理を実行した後、処理を、S113に移す。 In S112, the main CPU 201 sets the control state number of the special symbol to "2". In this way, by performing the process of setting the control state number of the special symbol to "2" and switching the control state number, the special symbol game determination process (see S85 in FIG. 27) is performed after the special symbol variable display ending process is completed. After executing the process of S112, the main CPU 201 moves the process to S113.

S113において、メインCPU201は、特別図柄演出停止コマンドの送信予約処理を行う。この処理では、特別図柄の可変表示を停止させる処理も行われる。なお、この処理で送信予約された特別図柄演出停止コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(後述の図45のS322参照)において、サブ制御回路300に送信される。メインCPU201は、S113の処理を実行した後、処理を、S114に移す。 In S113, the main CPU 201 executes a process for reserving the transmission of a special symbol effect stop command. This process also includes a process for stopping the variable display of the special symbol. The special symbol effect stop command reserved for transmission in this process is transmitted to the sub-control circuit 300 in the effect control command transmission process during the next system timer interrupt process (see S322 in FIG. 45 described below). After executing the process of S113, the main CPU 201 moves the process to S114.

S114において、メインCPU201は、図柄確定数カウンタの値を1加算する。図柄確定数カウンタは、特別図柄の確定回数(特別図柄ゲームの実行回数)を計数するためのカウンタであり、その計数値は、メインRAM203内の所定領域に格納される。例えば、確変残回数や時短残回数等の特定状態下で行われた特別図柄ゲームのゲーム数を管理するカウンタを設けてもよいが、図柄確定数カウンタにより特定状態下での特別図柄ゲームのゲーム数を管理してもよい。メインCPU201は、S114の処理を実行した後、特別図柄可変表示終了処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 In S114, the main CPU 201 adds 1 to the value of the determined symbol counter. The determined symbol counter is a counter for counting the number of times a special symbol is determined (the number of times the special symbol game has been played), and the count value is stored in a predetermined area in the main RAM 203. For example, a counter may be provided for managing the number of games of the special symbol game played under a specific state, such as the number of remaining times of the special symbol game or the number of remaining times of the time-saving game, or the determined symbol counter may be used to manage the number of games of the special symbol game played under a specific state. After executing the process of S114, the main CPU 201 ends the special symbol variable display end process and returns the process to the special symbol management process (see FIG. 27).

[1-6-8.特別図柄遊技判定処理]
次に、図30を参照して、特別図柄管理処理(図27参照)中のS85でメインCPU201により実行される特別図柄遊技判定処理について説明する。図30は、第1のパチンコ遊技機における特別図柄遊技判定処理の一例を示すフローチャートである。
[1-6-8. Special symbol game determination process]
Next, the special symbol game determination process executed by the main CPU 201 in S85 during the special symbol management process (see FIG. 27) will be described with reference to Fig. 30. Fig. 30 is a flow chart showing an example of the special symbol game determination process in the first pachinko gaming machine.

メインCPU201は、先ず、特別図柄の制御状態番号が「2」であるか否かを判定する(S121)。 The main CPU 201 first determines whether the control state number of the special symbol is "2" (S121).

S121において特別図柄の制御状態番号が「2」でないと判定された場合(S121がNO判定の場合)、メインCPU201は、特別図柄遊技判定処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 If it is determined in S121 that the control state number of the special symbol is not "2" (if S121 is a NO determination), the main CPU 201 ends the special symbol game determination process and returns the process to the special symbol management process (see FIG. 27).

一方、S121において特別図柄の制御状態番号が「2」であると判定された場合(S121がYES判定の場合)、メインCPU201は、処理を、S122に移す。 On the other hand, if it is determined in S121 that the control state number of the special symbol is "2" (if S121 returns a YES judgment), the main CPU 201 transfers the process to S122.

S122において、メインCPU201は、大当りであるか否か、すなわち停止した特別図柄が大当りを示す停止表示態様であるか否かを判定する。 At S122, the main CPU 201 determines whether or not a jackpot has been reached, i.e., whether or not the stopped special symbol is in a stopped display mode that indicates a jackpot.

S122において、大当りであるすなわち停止した特別図柄が大当りを示す停止表示態様であると判定された場合(S122がYES判定の場合)、メインCPU201は、処理を、S123に移す。 If it is determined in S122 that a jackpot has been reached, i.e., that the stopped special symbol is in a stopped display mode that indicates a jackpot (if S122 returns a YES judgment), the main CPU 201 transfers the process to S123.

S123において、メインCPU201は、大当り遊技制御処理の開始設定処理を行う。この処理では、外部端子板184を介してホールコンピュータ186(いずれも図6参照)に出力される信号(例えば、大当り信号等)の生成および更新が行われる。なお、この処理で生成および更新が行われる信号は、特別図柄遊技判定処理の処理対象である特別図柄にかかわる信号である。メインCPU201は、S123の処理を実行した後、処理を、S124に移す。なお、外部端子板184を介して例えばホールコンピュータ186や島コンピュータに出力される信号については後述する。 In S123, the main CPU 201 performs start setting processing for the jackpot game control processing. In this processing, signals (e.g., jackpot signals, etc.) output to the hall computer 186 (see FIG. 6 for both) via the external terminal board 184 are generated and updated. Note that the signals generated and updated in this processing are signals related to the special symbols that are the subject of the special symbol game determination processing. After executing the processing of S123, the main CPU 201 transfers the processing to S124. Note that the signals output to, for example, the hall computer 186 or the island computer via the external terminal board 184 will be described later.

また、S123の大当り遊技制御の開始設定処理において、メインCPU201は、確変フラグ、確変カウンタ、時短フラグ、および時短カウンタ等、各種フラグや各種カウンタをクリアする処理も行う。 In addition, in the start setting process of the jackpot game control in S123, the main CPU 201 also performs processing to clear various flags and counters, such as the special chance flag, special chance counter, time-saving flag, and time-saving counter.

S124において、メインCPU201は、ラウンド表示LEDデータをセットする処理を行う。その後、メインCPU201は、例えば、大入賞口131の開放回数の上限値をセットする処理(S125)、外部端子板184への大当り信号セット処理(S126)、特別図柄の制御状態番号を「3」にセットする処理(S127)、遊技状態指定パラメータ設定処理(S128)、および、大当り開始表示コマンドの送信予約処理(S129)等の処理を行う。なお、特別図柄の制御状態番号を「3」にセットする処理(S127)を行って制御状態番号を切り替えることにより、この特別図柄遊技判定処理の終了後に、大入賞口開放準備処理(図27のS86参照)が行われることとなる。その後、メインCPU201は、特別図柄遊技判定処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 In S124, the main CPU 201 performs a process of setting the round display LED data. After that, the main CPU 201 performs processes such as a process of setting the upper limit of the number of times the large prize opening 131 can be opened (S125), a process of setting a large prize signal to the external terminal board 184 (S126), a process of setting the control state number of the special symbol to "3" (S127), a process of setting a game state designation parameter (S128), and a process of reserving the transmission of a large prize start display command (S129). Note that by performing a process of setting the control state number of the special symbol to "3" (S127) to switch the control state number, the large prize opening opening preparation process (see S86 in FIG. 27) will be performed after the special symbol game judgment process is completed. After that, the main CPU 201 ends the special symbol game judgment process and returns the process to the special symbol management process (see FIG. 27).

S122に戻って、このS122において大当りでないすなわち停止した特別図柄が大当りを示す停止表示態様でないと判定された場合(S122がNO判定の場合)、メインCPU201は、処理を、S130に移す。 Returning to S122, if it is determined that the jackpot has not been reached, i.e., that the stopped special symbol is not in a stopped display mode that indicates a jackpot (if S122 returns NO), the main CPU 201 transfers the process to S130.

S130において、メインCPU201は、特別図柄遊技終了処理を行う。この特別図柄遊技終了処理については、図31を参照して後述する。なお、メインCPU201は、特別図柄遊技終了処理を行うと、特別図柄遊技判定処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 In S130, the main CPU 201 performs special symbol game end processing. This special symbol game end processing will be described later with reference to FIG. 31. After performing the special symbol game end processing, the main CPU 201 ends the special symbol game determination processing, and returns the processing to the special symbol management processing (see FIG. 27).

なお、メインCPU201は、割込み禁止区間を設定し、上述の特別図柄遊技判定処理(S121~S130)を、割込み禁止区間内で行うことが好ましい。 It is preferable that the main CPU 201 sets an interrupt prohibited period and performs the above-mentioned special symbol game determination process (S121 to S130) within the interrupt prohibited period.

[1-6-9.特別図柄遊技終了処理]
次に、図31を参照して、特別図柄遊技判定処理(図30参照)中のS130でメインCPU201により実行される特別図柄遊技終了処理について説明する。図31は、第1のパチンコ遊技機における特別図柄遊技終了処理の一例を示すフローチャートである。
[1-6-9. Special symbol game end processing]
Next, a special symbol game ending process executed by the main CPU 201 at S130 in the special symbol game determination process (see FIG. 30) will be described with reference to Fig. 31. Fig. 31 is a flow chart showing an example of the special symbol game ending process in the first pachinko game machine.

メインCPU201は、先ず、時短管理処理を行う(S131)。この時短管理処理の詳細については、第1のパチンコ遊技機において図32~図39を参照して後述する。メインCPU201は、S131の処理を実行した後、処理を、S132に移す。 The main CPU 201 first performs a time-saving management process (S131). Details of this time-saving management process will be described later with reference to Figures 32 to 39 for the first pachinko gaming machine. After executing the process of S131, the main CPU 201 shifts the process to S132.

S132において、メインCPU201は、特別図柄の制御状態番号に「0」をセットする。このように、特別図柄の制御状態番号を「0」にセットする処理を行うことにより、特別図柄可変表示開始処理すなわち次回の特別図柄遊技を実行することが可能となる。メインCPU201は、S132の処理を実行した後、処理を、S133に移す。 In S132, the main CPU 201 sets the control state number of the special symbol to "0". By performing the process of setting the control state number of the special symbol to "0" in this way, it becomes possible to execute the special symbol variable display start process, i.e., the next special symbol game. After executing the process of S132, the main CPU 201 moves the process to S133.

S133において、メインCPU201は、特別図柄の遊技状態指定パラメータ設定処理を行う。その後、メインCPU201は、特別図柄遊技終了コマンドの送信予約処理(S134)を行う。なお、この処理で送信予約された特別図柄遊技終了コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(後述の図45のS322参照)において、サブ制御回路300に送信される。そして、S134の処理後、メインCPU201は、特別図柄遊技終了処理を終了し、処理を、特別図柄遊技判定処理(図30参照)に戻す。 In S133, the main CPU 201 performs a process for setting game state designation parameters for the special symbol. After that, the main CPU 201 performs a process for reserving transmission of a special symbol game end command (S134). The special symbol game end command reserved for transmission in this process is transmitted to the sub-control circuit 300 in the performance control command transmission process during the next system timer interrupt process (see S322 in FIG. 45 described later). Then, after processing S134, the main CPU 201 ends the special symbol game end process and returns the process to the special symbol game determination process (see FIG. 30).

なお、特別図柄の当り判定処理(図28のS93参照)の結果がハズレである場合、メインCPU201は、確変フラグおよび時短フラグのいずれについてもセットまたはリセットしない。そのため、ハズレの表示態様が導出されたとしても遊技状態は移行しない。 If the result of the special symbol hit determination process (see S93 in FIG. 28) is a miss, the main CPU 201 does not set or reset either the probability hit flag or the time-saving flag. Therefore, even if a miss display mode is derived, the game state does not change.

[1-6-10.時短管理処理]
次に、図32を参照して、メインCPU201により実行される時短管理処理について説明する。図32は、第1のパチンコ遊技機において、特別図柄遊技終了処理(図31参照)中のS131でメインCPU201により実行される時短管理処理の一例を示すフローチャートである。
[1-6-10. Time-saving management process]
Next, the time-saving management process executed by the main CPU 201 will be described with reference to Fig. 32. Fig. 32 is a flow chart showing an example of the time-saving management process executed by the main CPU 201 in S131 during the special symbol game ending process (see Fig. 31) in the first pachinko game machine.

メインCPU201は、先ず、カウンタ更新処理を行う(S141)。このカウンタ更新処理の詳細については、図33を参照して後述する。メインCPU201は、S141の処理を実行した後、処理を、S142に移す。 The main CPU 201 first performs a counter update process (S141). Details of this counter update process will be described later with reference to FIG. 33. After executing the process of S141, the main CPU 201 shifts the process to S142.

S142において、メインCPU201は、カウンタ判定処理を行う。このカウンタ判定処理の詳細については、図36を参照して後述する。メインCPU201は、S142の処理を実行した後、時短管理処理を終了し、処理を、特別図柄遊技終了処理(図31参照)に戻す。 In S142, the main CPU 201 performs a counter determination process. Details of this counter determination process will be described later with reference to FIG. 36. After executing the process of S142, the main CPU 201 ends the time-saving management process and returns the process to the special symbol game end process (see FIG. 31).

[1-6-11.カウンタ更新処理]
次に、図33を参照して、メインCPU201により実行されるカウンタ更新処理について説明する。図33は、第1のパチンコ遊技機において、時短管理処理(図32参照)中のS141でメインCPU201により実行されるカウンタ更新処理の一例を示すフローチャートである。
[1-6-11. Counter update process]
Next, the counter update process executed by the main CPU 201 will be described with reference to Fig. 33. Fig. 33 is a flow chart showing an example of the counter update process executed by the main CPU 201 in S141 during the time-shortening management process (see Fig. 32) in the first pachinko gaming machine.

メインCPU201は、先ず、時短カウンタ更新処理を行う(S151)。この時短カウンタ更新処理の詳細については、図34を参照して後述する。メインCPU201は、S151の処理を実行した後、処理を、S152に移す。 The main CPU 201 first performs a time-saving counter update process (S151). Details of this time-saving counter update process will be described later with reference to FIG. 34. After executing the process of S151, the main CPU 201 shifts the process to S152.

S152において、メインCPU201は、天井カウンタ更新処理を行う。この天井カウンタ更新処理の詳細については、図35を参照して後述する。メインCPU201は、S152の処理を実行した後、カウンタ更新処理を終了し、処理を、時短管理処理(図32参照)に戻す。 In S152, the main CPU 201 performs a ceiling counter update process. Details of this ceiling counter update process will be described later with reference to FIG. 35. After executing the process of S152, the main CPU 201 ends the counter update process and returns the process to the time-saving management process (see FIG. 32).

[1-6-12.時短カウンタ更新処理]
次に、図34を参照して、メインCPU201により実行される時短カウンタ更新処理について説明する。図34は、第1のパチンコ遊技機において、カウンタ更新処理(図33参照)中のS151でメインCPU201により実行される時短カウンタ更新処理の一例を示すフローチャートである。
[1-6-12. Time-saving counter update process]
Next, a time-saving counter update process executed by the main CPU 201 will be described with reference to Fig. 34. Fig. 34 is a flow chart showing an example of the time-saving counter update process executed by the main CPU 201 in S151 during the counter update process (see Fig. 33) in the first pachinko gaming machine.

なお、図34に示される時短カウンタ更新処理は、複数の時短遊技状態が重複した場合に、複数の時短遊技状態が重ねて実行される場合の処理を示すフローチャートである。 The time-saving counter update process shown in FIG. 34 is a flowchart showing the process when multiple time-saving game states overlap and multiple time-saving game states are executed at the same time.

メインCPU201は、先ず、時短フラグオン且つ時短カウンタが0より大きいか否かを判定する(S161)。この処理では、時短フラグオンと、時短カウンタが0より大きいこととの両方を満たした場合にYES判定され、いずれか一方でも満たしていなければNO判定される。 The main CPU 201 first determines whether the time-saving flag is on and the time-saving counter is greater than 0 (S161). In this process, if both the time-saving flag is on and the time-saving counter is greater than 0, a YES determination is made, and if either of these conditions is not met, a NO determination is made.

時短フラグは、A時短遊技状態、B時短遊技状態、またはC時短遊技状態に移行させるときに、オンにセットされる。なお、高確遊技状態に移行させるときには確変フラグをオンにセットする。 The time-saving flag is set to ON when transitioning to time-saving play state A, time-saving play state B, or time-saving play state C. When transitioning to a high probability play state, the probability change flag is set to ON.

時短カウンタは、A時短遊技状態、B時短遊技状態、またはC時短遊技状態において、それぞれ実行される時短回数を示す。 The time-saving counter indicates the number of time-saving operations that are executed in the A time-saving play state, the B time-saving play state, or the C time-saving play state.

A時短遊技状態、B時短遊技状態または/およびC時短遊技状態への移行条件が成立した場合、移行条件が成立した時短遊技状態についての時短カウンタがセットされる。 When the conditions for transitioning to time-saving play state A, time-saving play state B and/or time-saving play state C are met, the time-saving counter for the time-saving play state for which the transition conditions are met is set.

なお、本実施例では、特別図柄の可変表示が終了したときに時短カウンタを減算し、時短カウンタが0になったときに時短遊技状態を終了する減算方式を採用しているが、これに限られず、特別図柄の可変表示が終了したときに時短カウンタを加算し、時短カウンタがセットされた時短回数になったときに時短遊技状態を終了する加算方式を採用してもよい。また、特別図柄の可変表示が終了したときに時短カウンタを更新(減算又は加算)することに代えて、特別図柄の可変表示の開始時に時短カウンタを更新し、時短カウンタが0になったとき(減算方式の場合)又は時短カウンタがセットされた時短回数になったとき(加算方式の場合)に、時短遊技状態を修了するようにしてもよい。 In this embodiment, a subtraction method is adopted in which the time-saving counter is subtracted when the variable display of the special pattern ends, and the time-saving game state ends when the time-saving counter reaches 0. However, this is not limited to this, and an addition method may be adopted in which the time-saving counter is added when the variable display of the special pattern ends, and the time-saving game state ends when the time-saving counter reaches the set number of time-saving times. Also, instead of updating (subtracting or adding) the time-saving counter when the variable display of the special pattern ends, the time-saving counter may be updated when the variable display of the special pattern begins, and the time-saving game state may end when the time-saving counter reaches 0 (in the case of the subtraction method) or when the time-saving counter reaches the set number of time-saving times (in the case of the addition method).

S161において、時短フラグオンと、時短カウンタが0より大きいこととの両方を満たしていないと判定された場合(S161がNO判定の場合)、メインCPU201は、時短カウンタ更新処理を終了し、処理を、カウンタ更新処理(図33)に戻す。 If it is determined in S161 that both the time-saving flag is not on and the time-saving counter is not greater than 0 (if S161 is a NO determination), the main CPU 201 ends the time-saving counter update process and returns the process to the counter update process (Figure 33).

一方、S161において時短フラグオン且つ時短カウンタが0より大きいと判定された場合(S161がYES判定の場合)、メインCPU201は、時短カウンタから1を減算する処理を行う(S162)。メインCPU201は、S162の処理を実行した後、処理を、S163に移す。 On the other hand, if it is determined in S161 that the time-saving flag is on and the time-saving counter is greater than 0 (YES in S161), the main CPU 201 performs a process to subtract 1 from the time-saving counter (S162). After executing the process of S162, the main CPU 201 shifts the process to S163.

S163において、メインCPU201は、時短モード=3且つC時短カウンタが0より大きいか否かを判定する。この処理では、時短モード=3であって、C時短カウンタが0より大きい場合にYES判定される。S163がYES判定の場合、メインCPU201は、処理を、S164に移す。 In S163, the main CPU 201 determines whether the time-saving mode is 3 and the C time-saving counter is greater than 0. In this process, if the time-saving mode is 3 and the C time-saving counter is greater than 0, a YES determination is made. If a YES determination is made in S163, the main CPU 201 transfers the process to S164.

なお、C時短カウンタは、時短遊技状態中にC時短遊技状態への移行条件が成立した場合にセットされるカウンタである。このC時短カウンタは、フローチャートでは図示していないが、後述するB時短カウンタがセットされた場合、メインCPU201によりリセットされる。 The C time-saving counter is a counter that is set when the conditions for transitioning to the C time-saving game state are met during the time-saving game state. Although this C time-saving counter is not shown in the flowchart, it is reset by the main CPU 201 when the B time-saving counter described below is set.

時短モードは、複数の時短遊技状態が重ねて実行される場合に設定されるフラグである。本実施例では、時短モードを例えば2bitで構成し、先に実行されている時短遊技状態に対してC時短遊技状態が重ねて実行される場合、「時短モード=3」に設定される。また、先に実行されている時短遊技状態に対してB時短遊技状態が重ねて実行される場合、「時短モード=2」に設定される。 The time-saving mode is a flag that is set when multiple time-saving game states are executed in overlapping fashion. In this embodiment, the time-saving mode is configured, for example, with 2 bits, and is set to "time-saving mode = 3" when time-saving game state C is executed in overlapping fashion with a previously executed time-saving game state. Also, when time-saving game state B is executed in overlapping fashion with a previously executed time-saving game state, it is set to "time-saving mode = 2."

一方、S163において、時短モード=3とC時短カウンタが0より大きいこととの両方を満たしていないと判定された場合(S163がNO判定の場合)、メインCPU201は、処理を、S165に移す。 On the other hand, if it is determined in S163 that both the time-saving mode = 3 and the C time-saving counter is not greater than 0 are not satisfied (if S163 is a NO determination), the main CPU 201 transfers the process to S165.

S164において、メインCPU201は、C時短カウンタから1を減算する処理を行う。この処理も、減算方式に変えて加算方式を採用してもよい。メインCPU201は、S164の処理を実行した後、処理を、S165に移す。 In S164, the main CPU 201 performs a process of subtracting 1 from the C time-saving counter. This process may also be an addition process instead of a subtraction process. After executing the process of S164, the main CPU 201 advances the process to S165.

S165において、メインCPU201は、時短モード=2且つB時短カウンタが0より大きいか否かを判定する。この処理では、時短モード=2であって、B時短カウンタが0より大きい場合にYES判定される。S165がYES判定の場合、メインCPU201は、処理を、S166に移す。 In S165, the main CPU 201 determines whether the time-saving mode is 2 and the B time-saving counter is greater than 0. In this process, if the time-saving mode is 2 and the B time-saving counter is greater than 0, a YES determination is made. If a YES determination is made in S165, the main CPU 201 transfers the process to S166.

なお、B時短カウンタは、時短遊技状態中(本実施例ではC時短遊技状態中)にB時短遊技状態への移行条件が成立した場合にセットされるカウンタである。このB時短カウンタは、フローチャートでは図示していないが、C時短カウンタがセットされた場合、メインCPU201によりリセットされる。 The B time-saving counter is a counter that is set when the conditions for transitioning to the B time-saving game state are met during the time-saving game state (in this embodiment, during the C time-saving game state). Although this B time-saving counter is not shown in the flowchart, it is reset by the main CPU 201 when the C time-saving counter is set.

一方、S165において、時短モード=2とB時短カウンタが0より大きいこととの両方を満たしていないと判定された場合(S165がNO判定の場合)、メインCPU201は、時短カウンタ更新処理を終了し、処理を、カウンタ更新処理(図33参照)に戻す。 On the other hand, if it is determined in S165 that both the time-saving mode = 2 and the B time-saving counter being greater than 0 are not met (if S165 is determined to be NO), the main CPU 201 ends the time-saving counter update process and returns the process to the counter update process (see FIG. 33).

S166において、メインCPU201は、B時短カウンタから1を減算する処理を行う。この処理も、減算方式に変えて加算方式を採用してもよい。メインCPU201は、S166の処理を実行した後、時短カウンタ更新処理を終了し、処理を、カウンタ更新処理(図33参照)に戻す。 In S166, the main CPU 201 performs a process of subtracting 1 from the B time-saving counter. This process may also be an addition process rather than a subtraction process. After executing the process of S166, the main CPU 201 ends the time-saving counter update process and returns the process to the counter update process (see FIG. 33).

なお、図示していないが、S164の処理を行った結果としてC時短カウンタ=0となった場合や、S166の処理を行った結果としてB時短カウンタ=0となった場合、メインCPU201は、時短モードをオフ(=0)にセットする。 Although not shown, if the C time-saving counter = 0 as a result of processing S164, or if the B time-saving counter = 0 as a result of processing S166, the main CPU 201 sets the time-saving mode to off (= 0).

ところで、複数の時短遊技状態を重ねて実行する場合、二つの時短遊技状態を重ねるだけにとどまらず、三つ以上の時短遊技状態を重ねて実行してもよい。この場合、上述したようにA時短遊技状態とC時短遊技状態とが重複することがないため、三つ以上の時短遊技状態が重複する場合とは、A時短遊技状態またはB時短遊技状態と二つ以上のC時短遊技状態とが重複する場合、および三つ以上のC時短遊技状態が重複する場合が相当する。 When multiple time-saving game states are executed in an overlapping manner, it is not limited to overlapping two time-saving game states, but three or more time-saving game states may be executed in an overlapping manner. In this case, as described above, the A time-saving game state and the C time-saving game state do not overlap, so a case in which three or more time-saving game states overlap corresponds to a case in which the A time-saving game state or the B time-saving game state overlaps with two or more C time-saving game states, and a case in which three or more C time-saving game states overlap.

[1-6-13.天井カウンタ更新処理]
次に、図35を参照して、メインCPU201により実行される天井カウンタ更新処理について説明する。図38は、第1のパチンコ遊技機において、カウンタ更新処理(図33参照)中のS152でメインCPU201により実行される天井カウンタ更新処理の一例を示すフローチャートである。
[1-6-13. Ceiling counter update process]
Next, the ceiling counter update process executed by the main CPU 201 will be described with reference to Fig. 35. Fig. 38 is a flow chart showing an example of the ceiling counter update process executed by the main CPU 201 in S152 during the counter update process (see Fig. 33) in the first pachinko gaming machine.

メインCPU201は、先ず、天井カウント禁止フラグがオフであるか否かを判定する(S171)。天井カウント禁止フラグは、確変フラグがオンにセットされるとき、および天井カウンタが天井値に到達したときにオンにセットされるフラグである。すなわち、確変フラグがオフである場合であって且つ天井カウンタが天井値に到達していない場合、天井カウント禁止フラグはオフである。天井カウンタの値は、メインRAM203に保存される。 The main CPU 201 first determines whether the ceiling count prohibition flag is off (S171). The ceiling count prohibition flag is a flag that is set on when the probability variable flag is set on and when the ceiling counter reaches the ceiling value. In other words, when the probability variable flag is off and the ceiling counter has not reached the ceiling value, the ceiling count prohibition flag is off. The value of the ceiling counter is saved in the main RAM 203.

なお、天井値は、B時短遊技状態への移行条件として、パチンコ遊技機固有の値として予め決められている。ただし、これに代えて、大当り遊技状態が終了したとき、バックアップクリア処理が行われたとき、天井カウンタの値をリセットする専用の操作手段が操作されたとき等に、メインCPU201が天井値をセットする処理を行うようにしてもよい。 The ceiling value is a predetermined value specific to the pachinko gaming machine as a condition for transitioning to the B time-saving gaming state. However, instead of this, the main CPU 201 may perform processing to set the ceiling value when the big win gaming state ends, when a backup clear process is performed, when a dedicated operating means for resetting the value of the ceiling counter is operated, etc.

S171において、天井カウント禁止フラグがオフでない場合(S171がNO判定の場合)、すなわち天井カウント禁止フラグがオンである場合、メインCPU201は、天井カウンタ更新処理を終了し、処理を、カウンタ更新処理(図33参照)に戻す。 In S171, if the ceiling count prohibition flag is not off (if S171 is judged as NO), i.e., if the ceiling count prohibition flag is on, the main CPU 201 ends the ceiling counter update process and returns the process to the counter update process (see FIG. 33).

S171において、天井カウント禁止フラグがオフである場合(S171がYES判定の場合)、メインCPU201は、処理を、S172に移す。 If the ceiling count prohibition flag is off in S171 (YES in S171), the main CPU 201 transfers the process to S172.

S172において、メインCPU201は、天井カウンタに1を加算する処理を行う。メインCPU201は、S172の処理を実行した後、天井カウンタ更新処理を終了し、処理を、カウンタ更新処理(図33参照)に戻す。 In S172, the main CPU 201 performs a process of adding 1 to the ceiling counter. After executing the process of S172, the main CPU 201 ends the ceiling counter update process and returns the process to the counter update process (see FIG. 33).

[1-6-14.カウンタ判定処理]
次に、図36を参照して、メインCPU201により実行されるカウンタ判定処理について説明する。図36は、第1のパチンコ遊技機において、時短管理処理(図32参照)中のS142でメインCPU201により実行されるカウンタ判定処理の一例を示すフローチャートである。
[1-6-14. Counter Determination Process]
Next, the counter determination process executed by the main CPU 201 will be described with reference to Fig. 36. Fig. 36 is a flow chart showing an example of the counter determination process executed by the main CPU 201 in S142 during the time-shortening management process (see Fig. 32) in the first pachinko gaming machine.

メインCPU201は、先ず、時短移行判定処理を行う(S181)。この時短移行判定処理の詳細については、図37を参照して後述する。メインCPU201は、S181の処理を実行した後、処理を、S182に移す。 The main CPU 201 first performs a time-saving transition determination process (S181). Details of this time-saving transition determination process will be described later with reference to FIG. 37. After executing the process of S181, the main CPU 201 shifts the process to S182.

S182において、メインCPU201は、時短移行処理を行う。この時短移行処理の詳細については、図38を参照して後述する。メインCPU201は、S182の処理を実行した後、処理を、S183に移す。 In S182, the main CPU 201 performs a time-saving transition process. Details of this time-saving transition process will be described later with reference to FIG. 38. After executing the process of S182, the main CPU 201 transfers the process to S183.

S183において、メインCPU201は、時短カウンタが1より小さいか否かを判定する。 In S183, the main CPU 201 determines whether the time-saving counter is less than 1.

S183において、時短カウンタが1より小さくないと判定された場合(S183がNO判定)、すなわち時短カウンタが1以上である場合、メインCPU201は、処理を、S185に移す。 If it is determined in S183 that the time-saving counter is not less than 1 (NO in S183), i.e., the time-saving counter is 1 or greater, the main CPU 201 transfers the process to S185.

一方、S183において、時短カウンタが1より小さいと判定された場合(S183がYES判定)、メインCPU201は、処理を、S184に移す。 On the other hand, if it is determined in S183 that the time-saving counter is less than 1 (YES in S183), the main CPU 201 transfers the process to S184.

S184において、メインCPU201は、時短フラグをオフにする。メインCPU201は、S184の処理を実行した後、処理を、S185に移す。 In S184, the main CPU 201 turns off the time-saving flag. After executing the process of S184, the main CPU 201 transfers the process to S185.

なお、S183において時短カウンタが1より小さいと判定された場合(S183がYES判定の場合)、B時短カウンタ及びC時短カウンタはいずれも1より小さいはずである(すなわち0のはずである)。しかし、メインCPU201による処理を実行する上で何らかの不具合が生じる可能性があり得ることに鑑みて、例えば、S183がYES判定であるにもかかわらずB時短カウンタまたは時短カウンタが1以上である場合に、異常警報を出力したりする等の異常時処理を実行するようにしてもよい。また、この異常時処理に代えてまたは加えて、S183がYES判定された場合に、時短フラグをオフにするだけでなく(S184参照)、B時短カウンタ及びC時短カウンタをリセットすることにより、時短カウンタとB時短カウンタとC時短カウンタとの整合性を図るようにしてもよい。 If the time-saving counter is judged to be less than 1 in S183 (if S183 is judged YES), both the B time-saving counter and the C time-saving counter should be less than 1 (i.e., 0). However, in consideration of the possibility that some malfunction may occur in the execution of processing by the main CPU 201, for example, if the B time-saving counter or the time-saving counter is 1 or more despite the judgement of YES in S183, an abnormality process such as outputting an abnormality warning may be executed. Also, instead of or in addition to this abnormality process, when the judgement of YES in S183 is made, not only the time-saving flag may be turned off (see S184), but also the B time-saving counter and the C time-saving counter may be reset to ensure consistency between the time-saving counter, the B time-saving counter, and the C time-saving counter.

S185において、メインCPU201は、特別図柄の遊技状態指定パラメータ設定処理を行う。その後、メインCPU201は、時短移行コマンドの送信予約処理(S186)を行う。なお、この処理で送信予約された時短移行コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(後述の図45のS322参照)において、サブ制御回路300に送信される。そして、S186の処理後、メインCPU201は、カウンタ判定処理を終了し、処理を、時短管理処理(図32参照)に戻す。 In S185, the main CPU 201 performs a game state designation parameter setting process for the special symbol. After that, the main CPU 201 performs a time-saving transition command transmission reservation process (S186). The time-saving transition command reserved for transmission in this process is transmitted to the sub-control circuit 300 in the performance control command transmission process during the next system timer interrupt process (see S322 in FIG. 45 described below). Then, after processing S186, the main CPU 201 ends the counter determination process and returns the process to the time-saving management process (see FIG. 32).

[1-6-15.時短移行判定処理]
次に、図37を参照して、メインCPU201により実行される時短移行判定処理について説明する。この処理では、天井カウンタが天井値に到達した場合に、B時短遊技状態に移行させるための判定処理が行われる。図37は、第1のパチンコ遊技機において、カウンタ判定処理(図36参照)中のS181でメインCPU201により実行される時短移行判定処理の一例を示すフローチャートである。
[1-6-15. Time-saving transition determination process]
Next, the time-saving transition judgment process executed by the main CPU 201 will be described with reference to Fig. 37. In this process, when the ceiling counter reaches the ceiling value, a judgment process for transitioning to the B time-saving game state is performed. Fig. 37 is a flow chart showing an example of the time-saving transition judgment process executed by the main CPU 201 in S181 during the counter judgment process (see Fig. 36) in the first pachinko game machine.

メインCPU201は、先ず、確変フラグがオフであるか否かを判定する(S191)。 The main CPU 201 first determines whether the special chance flag is off (S191).

S191において、確変フラグがオフでないと判定された場合(S191がNO判定の場合)、すなわち確変フラグがオンである場合、メインCPU201は、時短移行判定処理を終了し、処理を、カウンタ判定処理(図36参照)に戻す。すなわち、確変フラグがオンである場合、B時短遊技状態に移行させないようにすることができる。 If it is determined in S191 that the high probability flag is not OFF (if S191 is a NO determination), i.e., if the high probability flag is ON, the main CPU 201 ends the time-saving transition determination process and returns the process to the counter determination process (see FIG. 36). In other words, if the high probability flag is ON, it is possible to prevent transition to the B time-saving game state.

一方、S191において、確変フラグがオフであると判定された場合(S191がYES判定の場合)、メインCPU201は、処理を、S192に移す。 On the other hand, if it is determined in S191 that the special bonus flag is OFF (if S191 returns a YES judgment), the main CPU 201 transfers the process to S192.

S192において、メインCPU201は、天井カウンタが天井値であるか否かを判定する。 In S192, the main CPU 201 determines whether the ceiling counter is at the ceiling value.

S192において、天井カウンタが天井値でないと判定された場合(S192がNO判定の場合)、メインCPU201は、時短移行判定処理を終了し、処理を、カウンタ判定処理(図36参照)に戻す。 If it is determined in S192 that the ceiling counter is not at the ceiling value (if S192 is determined as NO), the main CPU 201 ends the time-saving transition determination process and returns the process to the counter determination process (see FIG. 36).

一方、S192において、天井カウンタが天井値であると判定された場合(S192がYES判定の場合)、メインCPU201は、処理を、S193に移す。 On the other hand, if it is determined in S192 that the ceiling counter is at the ceiling value (if S192 returns a YES judgment), the main CPU 201 transfers the process to S193.

S193において、メインCPU201は、天井カウント禁止フラグをオンにセットする。メインCPU201は、S193の処理を実行した後、処理を、S194に移す。 In S193, the main CPU 201 sets the ceiling count prohibition flag to ON. After executing the process of S193, the main CPU 201 transfers the process to S194.

S194において、メインCPU201は、天井フラグをオンにセットする。天井フラグは、天井カウンタが天井値に到達したことを示すフラグである。メインCPU201は、S194の処理を実行した後、処理を、S196に移す。 In S194, the main CPU 201 sets the ceiling flag to ON. The ceiling flag is a flag that indicates that the ceiling counter has reached the ceiling value. After executing the process of S194, the main CPU 201 transfers the process to S196.

S196において、メインCPU201は、天井カウンタをクリアする。メインCPU201は、S196の処理を実行した後、時短移行判定処理を終了し、処理を、カウンタ判定処理(図36参照)に戻す。 In S196, the main CPU 201 clears the ceiling counter. After executing the process of S196, the main CPU 201 ends the time-saving transition determination process and returns the process to the counter determination process (see FIG. 36).

[1-6-16.時短移行処理]
次に、図38を参照して、メインCPU201により実行される時短移行処理について説明する。図38は、第1のパチンコ遊技機において、カウンタ判定処理(図36参照)中のS182でメインCPU201により実行される時短移行処理の一例を示すフローチャートである。
[1-6-16. Time-saving transition process]
Next, the time-saving transition process executed by the main CPU 201 will be described with reference to Fig. 38. Fig. 38 is a flow chart showing an example of the time-saving transition process executed by the main CPU 201 in S182 during the counter determination process (see Fig. 36) in the first pachinko gaming machine.

メインCPU201は、先ず、確変フラグがオフであるか否かを判定する(S202)。 The main CPU 201 first determines whether the special chance flag is off (S202).

S202において、確変フラグがオフでないと判定された場合(S202がNO判定の場合)、すなわち確変フラグがオンである場合、メインCPU201は、時短移行処理を終了し、処理を、カウンタ判定処理(図36参照)に戻す。このようにすることで、確変フラグがオンである場合には、B時短遊技状態およびC時短遊技状態のいずれも、開始されないようにすることができる。 If it is determined in S202 that the high probability flag is not off (if S202 is determined as NO), that is, if the high probability flag is on, the main CPU 201 ends the time-saving transition process and returns the process to the counter determination process (see FIG. 36). By doing this, if the high probability flag is on, neither the B time-saving play state nor the C time-saving play state can be started.

一方、S202において、確変フラグがオフであると判定された場合(S202がYES判定)、メインCPU201は、処理を、S203に移す。 On the other hand, if it is determined in S202 that the special chance flag is OFF (YES in S202), the main CPU 201 transfers the process to S203.

S203において、メインCPU201は、天井フラグがONであるか否かを判定する。 In S203, the main CPU 201 determines whether the ceiling flag is ON.

S203において、天井フラグがオンでないと判定された場合(S203がNO判定の場合)、すなわち天井フラグがオフである場合、メインCPU201は、処理を、S206に移す。 If it is determined in S203 that the ceiling flag is not on (if S203 returns a NO judgment), i.e., if the ceiling flag is off, the main CPU 201 transfers the process to S206.

一方、S203において、天井フラグがオンであると判定された場合(S203がYES判定)、メインCPU201は、処理を、S205に移す。 On the other hand, if it is determined in S203 that the ceiling flag is on (YES in S203), the main CPU 201 transfers the process to S205.

S205において、メインCPU201は、B時短遊技状態への移行にかかわる処理として、B時短制御態様決定処理を実行する。この処理では、B時短カウンタにセットする時短回数と、時短モードを2にセットすることと、時短性能等を決定する。メインCPU201は、S205の処理を実行した後、処理を、S208に移す。 In S205, the main CPU 201 executes a B time-saving control mode determination process as a process related to transition to the B time-saving game state. In this process, the main CPU 201 determines the number of time-saving times to be set in the B time-saving counter, whether the time-saving mode is set to 2, and the time-saving performance, etc. After executing the process of S205, the main CPU 201 moves the process to S208.

なお、B時短カウンタにセットされる時短回数は、予め定められた回数である。また、時短性能のうち、「普通図柄当り」の当選確率は、普通図柄の当り判定テーブル(図16参照)に示されるとおりである。また、時短性能のうち、普通電動役物146の開放パターン(開放回数、開放時間、ウェイト時間)は、普通図柄判定テーブル(図17参照)および普通図柄当り種類決定テーブル(図18参照)に示されるとおりである。さらに、時短性能のうち、普通図柄の可変表示時間は、普通図柄の変動パターンテーブル(図19参照)に示されるとおりである。 The number of time-saving times set in the B time-saving counter is a predetermined number. Among the time-saving performances, the winning probability of a "normal symbol hit" is as shown in the normal symbol hit determination table (see FIG. 16). Among the time-saving performances, the opening pattern (number of times opening, opening time, wait time) of the normal electric device 146 is as shown in the normal symbol determination table (see FIG. 17) and the normal symbol hit type determination table (see FIG. 18). Among the time-saving performances, the variable display time of the normal symbol is as shown in the normal symbol fluctuation pattern table (see FIG. 19).

S206において、メインCPU201は、時短当りフラグがオンであるか否かを判定する。 In S206, the main CPU 201 determines whether the time-saving hit flag is on.

S206において、時短当りフラグがオンでないと判定された場合(S206がNO判定の場合)、すなわち時短当りフラグがオフである場合、メインCPU201は、時短移行処理を終了し、処理を、カウンタ判定処理(図36参照)に戻す。 If it is determined in S206 that the time-saving hit flag is not on (if S206 is determined as NO), i.e., if the time-saving hit flag is off, the main CPU 201 ends the time-saving transition process and returns the process to the counter determination process (see FIG. 36).

一方、S206において、時短当りフラグがオンであると判定された場合(S206がYES判定)、メインCPU201は、処理を、S207に移す。 On the other hand, if it is determined in S206 that the time-saving hit flag is on (YES in S206), the main CPU 201 transfers the process to S207.

S207において、メインCPU201は、C時短遊技状態への移行にかかわる処理として、C時短制御態様決定処理を実行する。この処理では、C時短カウンタにセットする時短回数と、時短モードを3にセットすることと、時短性能等を決定する。メインCPU201は、S207の処理を実行した後、処理を、S208に移す。 In S207, the main CPU 201 executes a C time-saving control mode determination process as a process related to the transition to the C time-saving game state. In this process, the main CPU 201 determines the number of time-saving times to be set in the C time-saving counter, whether the time-saving mode is set to 3, and the time-saving performance, etc. After executing the process of S207, the main CPU 201 moves the process to S208.

なお、C時短カウンタにセットされる時短回数は、当り種類決定テーブル(例えば図13参照)を参照して選択図柄コマンドに応じて決定される。また、時短性能のうち、「普通図柄当り」の当選確率は、普通図柄の当り判定テーブル(図16参照)に示されるとおりである。また、時短性能のうち、普通電動役物146の開放パターン(開放回数、開放時間、ウェイト時間)は、普通図柄判定テーブル(図17参照)および普通図柄当り種類決定テーブル(図18参照)に示されるとおりである。さらに、時短性能のうち、普通図柄の可変表示時間は、普通図柄の変動パターンテーブル(図19参照)に示されるとおりである。 The number of time-saving times set in the C time-saving counter is determined according to the selected symbol command by referring to the winning type determination table (see FIG. 13, for example). Among the time-saving performances, the winning probability of a "normal symbol hit" is as shown in the normal symbol hit determination table (see FIG. 16). Among the time-saving performances, the opening pattern (number of times opened, opening time, wait time) of the normal electric roler 146 is as shown in the normal symbol determination table (see FIG. 17) and the normal symbol hit type determination table (see FIG. 18). Among the time-saving performances, the variable display time of the normal symbol is as shown in the normal symbol fluctuation pattern table (see FIG. 19).

S208において、メインCPU201は、時短設定処理を行う。この時短設定処理の詳細については、図39を参照して後述する。メインCPU201は、S208の処理を実行した後、時短移行処理を終了し、処理を、カウンタ判定処理(図36参照)に戻す。 In S208, the main CPU 201 performs a time-saving setting process. Details of this time-saving setting process will be described later with reference to FIG. 39. After executing the process of S208, the main CPU 201 ends the time-saving transition process and returns the process to the counter determination process (see FIG. 36).

[1-6-17.時短設定処理]
次に、図39を参照して、メインCPU201により実行される時短設定処理について説明する。図39は、第1のパチンコ遊技機において、時短移行処理(図38参照)中のS208でメインCPU201により実行される時短設定処理の一例を示すフローチャートである。
[1-6-17. Time-saving setting process]
Next, the time-saving setting process executed by the main CPU 201 will be described with reference to Fig. 39. Fig. 39 is a flow chart showing an example of the time-saving setting process executed by the main CPU 201 in S208 during the time-saving transition process (see Fig. 38) in the first pachinko gaming machine.

メインCPU201は、先ず、時短フラグがオンであるか否かを判定する(S211)。 The main CPU 201 first determines whether the time-saving flag is on (S211).

S211において、時短フラグがオンであると判定された場合(S211がYES判定の場合)、メインCPU201は、処理を、S212に移す。 If it is determined in S211 that the time-saving flag is on (if S211 returns a YES judgment), the main CPU 201 transfers the process to S212.

S211がYES判定の場合とは、確変フラグがオフであって、例えば、C時短遊技状態が先に実行されている状態でB時短遊技状態を重ねて実行する場合(天井カウンタ=天井値となった場合)や、A時短遊技状態、B時短遊技状態、またはC時短遊技状態が先に実行されている状態でC時短遊技状態を重ねて実行する場合(「時短当り」に当選した場合)が相当する。 When S211 judges YES, this corresponds to the case where the sure-change flag is off and, for example, the time-saving play state B is executed in addition to the time-saving play state C being executed first (when the ceiling counter = ceiling value), or the time-saving play state A, time-saving play state B, or time-saving play state C is executed in addition to the time-saving play state C being executed (when a "time-saving win" is won).

なお、図示しないが、C時短遊技状態が先に実行されている状態でB時短遊技状態を重ねて実行する場合、メインCPU201は、「時短モード=2」をセットするとともに、S205で決定されたB時短カウンタをセットする。また、A時短遊技状態、B時短遊技状態、またはC時短遊技状態が先に実行されている状態でC時短遊技状態を重ねて実行する場合、メインCPU201は、「時短モード=3」にセットするとともに、S207で決定されたC時短カウンタをセットする。 Although not shown, when the time-saving game state B is executed after the time-saving game state C has been executed first, the main CPU 201 sets "time-saving mode = 2" and sets the time-saving counter B determined in S205. When the time-saving game state C is executed after the time-saving game state A, the time-saving game state B, or the time-saving game state C has been executed first, the main CPU 201 sets "time-saving mode = 3" and sets the time-saving counter C determined in S207.

S211において、時短フラグがオンでないと判定された場合(S211がNO判定)、すなわち時短フラグがオフである場合、メインCPU201は、処理を、S214に移す。 If it is determined in S211 that the time-saving flag is not on (S211 is determined as NO), i.e., the time-saving flag is off, the main CPU 201 transfers the process to S214.

S212において、メインCPU201は、現状の時短カウンタ(先に実行されていた時短遊技状態の時短残回数)と、新たな時短回数(S205またはS207で決定された時短回数)とを比較し、現状の時短カウンタが新たな時短回数よりも小さいか否かを判定する。 In S212, the main CPU 201 compares the current time-saving counter (the number of remaining time-saving times in the previously executed time-saving game state) with the new number of time-saving times (the number of time-saving times determined in S205 or S207), and determines whether the current time-saving counter is smaller than the new number of time-saving times.

S212において、現状の時短カウンタが新たな時短回数よりも小さくないと判定された場合(S212がNO判定の場合)、すなわち現状の時短カウンタが新たな時短回数よりも大きい場合、メインCPU201は、時短設定処理を終了し、処理を、時短移行処理(図38を参照)に戻す。 If it is determined in S212 that the current time-saving counter is not smaller than the new number of time-saving times (if S212 is a NO determination), i.e., if the current time-saving counter is greater than the new number of time-saving times, the main CPU 201 ends the time-saving setting process and returns the process to the time-saving transition process (see FIG. 38).

一方、S212において、現状の時短カウンタが新たな時短回数よりも大きいと判定された場合(S212がYES判定の場合)、メインCPU201は、処理を、S213に移す。 On the other hand, if it is determined in S212 that the current time-saving counter is greater than the new number of time-saving times (if S212 returns a YES judgment), the main CPU 201 transfers the process to S213.

S213において、メインCPU201は、時短カウンタ再設定処理を行う。この処理では、C時短遊技状態が先に実行されている状態でB時短遊技状態を重ねて実行する場合や、A時短遊技状態、B時短遊技状態、またはC時短遊技状態が先に実行されている状態でC時短遊技状態を重ねて実行する場合、現状の時短カウンタの値(すなわち時短残回数)と新たな時短回数とのうち多い方の時短回数が、新たな時短カウンタとして再設定される。ただし、時短カウンタ再設定処理(S213)が行われたとしても、メインCPU201は、B時短カウンタおよびC時短カウンタをリセットしない。メインCPU201は、S213の処理を実行した後、時短設定処理を終了し、処理を、時短移行処理(図38)に戻す。 In S213, the main CPU 201 performs a time-saving counter reset process. In this process, when the time-saving game state B is executed while the time-saving game state C is executed first, or when the time-saving game state C is executed while the time-saving game state A, the time-saving game state B, or the time-saving game state C is executed first, the larger of the current time-saving counter value (i.e., the remaining number of time-saving times) and the new number of time-saving times is reset as the new time-saving counter. However, even if the time-saving counter reset process (S213) is performed, the main CPU 201 does not reset the time-saving counter B and the time-saving counter C. After executing the process of S213, the main CPU 201 ends the time-saving setting process and returns the process to the time-saving transition process (FIG. 38).

なお、C時短遊技状態が先に実行されている状態でB時短遊技状態を重ねて実行する場合や、A時短遊技状態、B時短遊技状態、またはC時短遊技状態が先に実行されている状態でC時短遊技状態を重ねて実行する場合、メインCPU201は、先に実行されていた時短遊技状態の時短性能を維持する。すなわち、先に実行されていた時短遊技状態の時短性能から新たな時短遊技状態の時短性能に変更したり、現状の時短カウンタと新たな時短回数とのうち多い方の時短回数に対応する時短遊技状態の時短性能に変更されたりはしない。 When the time-saving game state B is executed while the time-saving game state C is executed first, or when the time-saving game state C is executed while the time-saving game state A, the time-saving game state B, or the time-saving game state C is executed first, the main CPU 201 maintains the time-saving performance of the time-saving game state that was executed first. In other words, the time-saving performance of the time-saving game state that was executed first is not changed to the time-saving performance of the new time-saving game state, nor is it changed to the time-saving performance of the time-saving game state that corresponds to the larger of the current time-saving counter and the new number of time-saving times.

時短性能とは、上述したとおり、入賞口(例えば、本実施例では第2始動口140(図4参照))への遊技球の入賞の容易さを変更する性能であって、「普通図柄当り」の当選確率、普通図柄の可変表示時間、または/および普通電動役物146の開放パターン(開放回数、開放時間、ウェイト時間等)等をいう。 As described above, the time-saving performance is the performance that changes the ease with which the game ball can enter the winning hole (for example, in this embodiment, the second starting hole 140 (see FIG. 4)), and refers to the winning probability of a "normal symbol hit", the variable display time of the normal symbol, and/or the opening pattern of the normal electric device 146 (number of times it opens, opening time, wait time, etc.).

ところで、本実施例では、B時短カウンタ及びC時短カウンタを設けることにより、内部的に二つの時短遊技状態が重ねて実行されていることを管理できるようにしている。そして、上記の時短カウンタ再設定処理(S213)において、現状の時短カウンタの値と新たな時短回数とのうち多い方の時短回数を、新たな時短カウンタとして再設定するようにしている。しかし、内部的に二つの時短遊技状態が重ねて実行されていたとしても、表面的にあらわれる(遊技者が把握できる)時短性能は、内部的に重ねて実行されている上記二つの時短遊技状態のうち、いずれか一つの時短遊技状態についての時短性能のみである。そのため、内部的に二つの時短遊技状態が重ねて実行されていることを管理せずに(すなわちB時短カウンタ及びC時短カウンタを設けずに)、複数の時短遊技状態を重ねて実行する場合に、現状の時短カウンタの値と新たな時短回数とのうち多い方の時短回数を、新たな時短カウンタとして再設定するようにしてもよい。 In this embodiment, the B time-saving counter and the C time-saving counter are provided to allow management of two time-saving game states being executed in a superimposed manner internally. In the above-mentioned time-saving counter resetting process (S213), the larger of the current time-saving counter value and the new time-saving count is reset as the new time-saving counter. However, even if two time-saving game states are executed in a superimposed manner internally, the time-saving performance that appears on the surface (that the player can grasp) is only the time-saving performance of one of the two time-saving game states that are executed in a superimposed manner internally. Therefore, when multiple time-saving game states are executed in a superimposed manner without managing the fact that two time-saving game states are executed in a superimposed manner internally (i.e., without providing the B time-saving counter and the C time-saving counter), the larger of the current time-saving counter value and the new time-saving count may be reset as the new time-saving counter.

S214において、メインCPU201は、時短態様設定処理を行う。この処理は、S211がNO判定の場合、すなわち、非時短遊技状態からB時短遊技状態に移行させて実行する場合(天井カウンタ=天井値となった場合)や、非時短遊技状態からC時短遊技状態に移行させて実行する場合(「時短当り」に当選した場合)に行われる処理である。この処理では、B時短制御態様決定処理(S205)またはC時短制御態様決定処理(S207)で決定された時短回数と時短性能とが設定される。メインCPU201は、S214の処理を実行した後、処理を、S215に移す。 In S214, the main CPU 201 performs a time-saving mode setting process. This process is performed when S211 is judged as NO, that is, when a transition is made from a non-time-saving game state to a time-saving B game state (when the ceiling counter = the ceiling value) or when a transition is made from a non-time-saving game state to a time-saving C game state (when a "time-saving hit" is won). In this process, the number of time-saving times and the time-saving performance determined in the time-saving B control mode determination process (S205) or the time-saving C control mode determination process (S207) are set. After executing the process of S214, the main CPU 201 moves the process to S215.

S215において、メインCPU201は、時短フラグをオンにセットする。メインCPU201は、S215の処理を実行した後、時短設定処理を終了し、処理を、時短移行処理(図38)に戻す。 In S215, the main CPU 201 sets the time-saving flag to ON. After executing the process of S215, the main CPU 201 ends the time-saving setting process and returns the process to the time-saving transition process (FIG. 38).

このように、図32~図39を参照して説明した上述の時短管理処理において、メインCPU201は、B時短遊技状態への移行処理を、天井最終変動としての特別図柄の可変表示が終了したときに行っている。本実施例では、第1特別図柄の当り判定処理の結果に小当りが含まれないが、当り判定処理の当り判定処理の結果に小当りを含むパチンコ遊技機の場合、天井最終変動における第1特別図柄の当り判定処理の結果が小当りである場合が生じうる。このように、天井最終変動における第1特別図柄の当り判定処理の結果が小当りである場合、メインCPU201は、小当り遊技状態が終了したことに基づいて、B時短遊技状態に移行させる処理を行うとよい。 In this way, in the time-saving management process described above with reference to Figures 32 to 39, the main CPU 201 performs the process of transitioning to the B time-saving game state when the variable display of the special symbol as the ceiling final variation has ended. In this embodiment, the result of the hit determination process for the first special symbol does not include a small hit, but in the case of a pachinko game machine in which the result of the hit determination process for the hit determination process includes a small hit, there may be cases in which the result of the hit determination process for the first special symbol in the ceiling final variation is a small hit. In this way, when the result of the hit determination process for the first special symbol in the ceiling final variation is a small hit, the main CPU 201 may perform the process of transitioning to the B time-saving game state based on the end of the small hit game state.

また、図32~図39を参照して説明した上述の時短管理処理では、メインCPU201は、B時短遊技状態への移行処理を、天井最終変動としての特別図柄の可変表示が終了したときに行っているが、これに限られず、天井最終変動としての特別図柄の可変表示を開始したことに基づいて、B時短遊技状態への移行処理を行うようにしてもよい。とくに、第1特別図柄と第2特別図柄とが並行して可変表示可能な第1のパチンコ遊技機においては、天井最終変動としての特別図柄の可変表示を開始したことに基づいて、B時短遊技状態への移行処理を行うことが好ましい。なぜなら、天井最終変動としての特別図柄の可変表示が終了したときにB時短遊技状態に移行するようにすると、天井最終変動としてのいずれか一方の特別図柄の可変表示中に他方の特別図柄の可変表示が開始された場合、この他方の特別図柄の可変表示については、B時短遊技状態としての恩恵を受けることができなくなり、興趣が低下するおそれがあるからである。なお、第1のパチンコ遊技機では、特別図柄の可変表示が例えば600000msecといった長変動で行われることはない。ただし、このような長変動で特別図柄の可変表示が行われうるパチンコ遊技機においては、天井最終変動としての特別図柄の可変表示を開始したことに基づいてB時短遊技状態への移行処理を行うことにより、とくに天井最終変動である特別図柄の可変表示が長変動で行われる場合であっても、B時短遊技状態の開始の遅延を回避することができる。 In the time-saving management process described above with reference to Figures 32 to 39, the main CPU 201 performs the transition process to the B time-saving game state when the variable display of the special symbol as the ceiling final variation ends, but this is not limited to this, and the transition process to the B time-saving game state may be performed based on the start of the variable display of the special symbol as the ceiling final variation. In particular, in the first pachinko game machine in which the first special symbol and the second special symbol can be variable displayed in parallel, it is preferable to perform the transition process to the B time-saving game state based on the start of the variable display of the special symbol as the ceiling final variation. This is because, if the transition to the B time-saving game state is made when the variable display of the special symbol as the ceiling final variation ends, if the variable display of one of the special symbols as the ceiling final variation begins during the variable display of the other special symbol, the benefit of the variable display of the other special symbol as the B time-saving game state cannot be obtained, and there is a risk of reducing interest. In the first pachinko game machine, the variable display of the special symbol is not performed with a long fluctuation of, for example, 600,000 msec. However, in a pachinko game machine in which the variable display of the special symbol can be performed with such a long fluctuation, by performing a transition process to the B time-saving game state based on the start of the variable display of the special symbol as the ceiling final fluctuation, it is possible to avoid a delay in the start of the B time-saving game state even if the variable display of the special symbol, which is the ceiling final fluctuation, is performed with a long fluctuation.

また、図32~図39を参照して説明した上述の時短管理処理では、B時短遊技状態への移行にかかわる処理としてのB時短制御態様決定処理(S205)を、C時短遊技状態への移行にかかわる処理としてのC時短制御態様決定処理(S207)よりも優先して行うようにしている(図38のS203~S207を参照)が、これに限られない。例えば、C時短遊技状態への移行にかかわる処理としてのC時短制御態様決定処理(S207)を、B時短遊技状態への移行にかかわる処理としてのB時短制御態様決定処理(S205)よりも優先して行うようにしてもよい。 In addition, in the time-saving management process described above with reference to Figures 32 to 39, the B time-saving control mode determination process (S205) as a process related to the transition to the B time-saving play state is performed with priority over the C time-saving control mode determination process (S207) as a process related to the transition to the C time-saving play state (see S203 to S207 in Figure 38), but this is not limited to this. For example, the C time-saving control mode determination process (S207) as a process related to the transition to the C time-saving play state may be performed with priority over the B time-saving control mode determination process (S205) as a process related to the transition to the B time-saving play state.

また、図35を参照して説明した上述の天井カウンタ更新処理では、天井カウント禁止フラグがオフでない場合(図35のS171がNO判定)、天井カウンタを更新しないようにしているが、これに限られない。例えばST機や確変転落抽選を行うパチンコ遊技機では、確変フラグがオンである場合であっても特別図柄の可変表示が行われると天井カウンタを更新するようにしてもよい。この場合、天井カウンタが天井値に到達したとしても、B時短遊技状態に移行せず、天井カウンタと確変カウンタとの差が天井値となった場合に、B時短遊技状態に移行するようにしてもよい。この場合、メインCPU201は、「天井カウンタ=天井値」となっただけではB時短遊技状態に移行させず、天井カウンタと確変カウンタとの差が天井値となった場合に、B時短遊技状態に移行させる処理を行うこととなる。 In addition, in the above-mentioned ceiling counter update process described with reference to FIG. 35, if the ceiling count prohibition flag is not OFF (S171 in FIG. 35 judges NO), the ceiling counter is not updated, but this is not limited to the above. For example, in ST machines and pachinko gaming machines that perform a probability change drop lottery, the ceiling counter may be updated when a variable display of a special pattern is performed even if the probability change flag is ON. In this case, even if the ceiling counter reaches the ceiling value, the game may not transition to the B time-shortened game state, but may transition to the B time-shortened game state when the difference between the ceiling counter and the probability change counter becomes the ceiling value. In this case, the main CPU 201 will not transition to the B time-shortened game state just because the "ceiling counter = ceiling value", but will perform processing to transition to the B time-shortened game state when the difference between the ceiling counter and the probability change counter becomes the ceiling value.

また、B時短遊技状態への移行条件である天井値は、確変フラグがオフである場合の大当り確率の分母の所定範囲内(例えば、2.5~3.0倍)であることが好ましい。本実施例では、例えば特別図柄の当り判定テーブル(図10参照)に示されるように、確変フラグがオフである場合の大当り確率が319分の1(設定値1の場合)であるから、天井値は、319×2.5~319×3.0(倍)の範囲内であることが好ましい。 The ceiling value, which is the condition for transitioning to the B time-saving game state, is preferably within a predetermined range of the denominator of the jackpot probability when the special symbol flag is off (for example, 2.5 to 3.0 times). In this embodiment, as shown in the special symbol hit determination table (see FIG. 10), for example, the jackpot probability when the special symbol flag is off is 1 in 319 (when the setting value is 1), so the ceiling value is preferably within the range of 319 x 2.5 to 319 x 3.0 (times).

また、B時短遊技状態の終了条件であるB時短規定回数の上限は、確変フラグがオフである場合の大当り確率の分母の規定倍数(例えば3.8倍)までとすることが好ましい。同様に、C時短遊技状態の終了条件であるC時短規定回数の上限についても、確変フラグがオフである場合の大当り確率の分母に規定数を乗じた値まで(例えば大当り確率の分母の3.8倍まで)とすることが好ましい。本実施例では、確変フラグがオフである場合の大当り確率が319分の1(設定値1の場合)であるから、B時短規定回数およびC時短規定回数は、いずれも、概ね1212(319×3.8)を上限とすることが好ましい。なお、B時短規定回数の上限とC時短規定回数の上限とを同じ値とすることは必須ではない。 The upper limit of the B time-saving specified number of times, which is the end condition of the B time-saving game state, is preferably set to a specified multiple (e.g., 3.8 times) of the denominator of the jackpot probability when the special probability flag is off. Similarly, the upper limit of the C time-saving specified number of times, which is the end condition of the C time-saving game state, is preferably set to a value obtained by multiplying the denominator of the jackpot probability when the special probability flag is off by a specified number (e.g., up to 3.8 times the denominator of the jackpot probability). In this embodiment, since the jackpot probability when the special probability flag is off is 1 in 319 (when the setting value is 1), it is preferable to set the upper limit of both the B time-saving specified number and the C time-saving specified number to approximately 1212 (319 x 3.8). Note that it is not essential that the upper limit of the B time-saving specified number and the upper limit of the C time-saving specified number be the same value.

ところで、第1のパチンコ遊技機のように、例えば設定1~設定6といった大当り確率が異なる複数の設定値のうちいずれか一の設定値にセット可能であるパチンコ遊技機である場合、上述したとおり、時短当り確率は全設定値で共通の確率となっている。このような場合、B時短遊技状態への移行条件である天井値を、設定値にかかわらず大当り確率(確変フラグがオフである場合)の分母に規定数(例えば3.0)を乗じた値とした場合、設定値に応じて天井値が異なることとなり、セットされている設定値が遊技者に看破されてしまうおそれがある。そこで、本実施例では、セットされた設定値がいずれであったとしても、天井値を、大当り確率(確変フラグがオフである場合)の分母に対して規定数を乗じて決定するのではなく、設定値にかかわらず同じ値とすることが好ましい。 In the case of a pachinko machine like the first one, which can be set to any one of a number of settings with different jackpot probabilities, such as settings 1 to 6, the time-saving hit probability is the same for all settings, as described above. In such a case, if the ceiling value, which is the condition for transitioning to the B time-saving game state, is set to a value obtained by multiplying the denominator of the jackpot probability (when the probability flag is off) by a specified number (for example, 3.0) regardless of the setting value, the ceiling value will differ depending on the setting value, and there is a risk that the set setting value will be discovered by the player. Therefore, in this embodiment, it is preferable to set the ceiling value to the same value regardless of the setting value, regardless of the set setting value, rather than determining it by multiplying the denominator of the jackpot probability (when the probability flag is off) by a specified number.

[1-6-18.時短管理処理にかかわる変形例]
なお、図32~図39を参照して説明した上述の時短管理処理(以下「本実施例の時短管理処理」と称する)では、天井カウンタ更新処理(図35参照)を、特別図柄遊技終了処理(図31参照)において実行している。また、B時短遊技状態への移行にかかわる処理を、C時短遊技状態への移行にかかわる処理よりも優先して行うようにしている。さらに、B時短遊技状態への移行フラグ(天井フラグ)とC時短遊技状態への移行フラグ(時短当りフラグ)とを別個に設け、天井フラグがオンである場合にB時短遊技状態に移行させ、時短当りフラグがオンである場合にC時短遊技状態に移行させるようにしている。ただし、天井カウンタ更新処理が含まれる時短管理処理の実行タイミング、B時短遊技状態への移行とC時短遊技状態への移行との優先順位、B時短遊技状態への移行フラグとC時短遊技状態の移行フラグとを別個にするか共通にするか、については、上記に限られず、様々なバリエーションで時短管理処理を行うことができる。
[1-6-18. Modifications related to time-saving management processing]
In the time-saving management process described above with reference to Figs. 32 to 39 (hereinafter referred to as "time-saving management process of this embodiment"), the ceiling counter update process (see Fig. 35) is executed in the special symbol game end process (see Fig. 31). In addition, the process related to the transition to the B time-saving game state is given priority over the process related to the transition to the C time-saving game state. Furthermore, a transition flag (ceiling flag) to the B time-saving game state and a transition flag (time-saving hit flag) to the C time-saving game state are separately provided, and when the ceiling flag is on, the game is transitioned to the B time-saving game state, and when the time-saving hit flag is on, the game is transitioned to the C time-saving game state. However, the execution timing of the time-saving management process including the ceiling counter update process, the priority order between the transition to the B time-saving game state and the transition to the C time-saving game state, and whether the transition flag to the B time-saving game state and the transition flag to the C time-saving game state are separate or common are not limited to the above, and the time-saving management process can be executed in various variations.

例えば、天井カウンタ更新処理が含まれる時短管理処理の実行タイミングを変動停止時とし、移行時の処理をB時短遊技状態優先とし、B時短遊技状態への移行フラグとC時短遊技状態の移行フラグとを別個に設けるようにしてもよい。 For example, the timing for executing the time-saving management process, which includes the ceiling counter update process, may be when the fluctuation stops, and the process at the time of transition may be prioritized to the time-saving play state B, with a transition flag to the time-saving play state B and a transition flag to the time-saving play state C being set separately.

また、天井カウンタ更新処理が含まれる時短管理処理の実行タイミングを変動開始時とし、移行時の処理をB時短遊技状態優先とし、B時短遊技状態への移行フラグとC時短遊技状態の移行フラグとを別個に設けるようにしてもよい。 In addition, the timing for executing the time-saving management process, which includes the ceiling counter update process, may be set to the start of fluctuation, and the process at the time of transition may be prioritized to the B time-saving play state, with a transition flag to the B time-saving play state and a transition flag to the C time-saving play state being set separately.

また、天井カウンタ更新処理が含まれる時短管理処理の実行タイミングを変動開始時とし、移行時の処理をC時短遊技状態優先とし、B時短遊技状態への移行フラグとC時短遊技状態の移行フラグとを別個に設けるようにしてもよい。 In addition, the timing for executing the time-saving management process, which includes the ceiling counter update process, may be set to the start of fluctuation, and the process at the time of transition may be prioritized to the time-saving play state C, with a transition flag to the time-saving play state B and a transition flag to the time-saving play state C being set separately.

また、天井カウンタ更新処理が含まれる時短管理処理の実行タイミングを変動開始時とし、移行時の処理をB時短遊技状態優先とし、B時短遊技状態への移行フラグとC時短遊技状態の移行フラグとを共通のフラグとして設けるようにしてもよい。 In addition, the timing for executing the time-saving management process, which includes the ceiling counter update process, may be set to the start of fluctuation, the process at the time of transition may be prioritized to the B time-saving play state, and the transition flag to the B time-saving play state and the transition flag to the C time-saving play state may be set as a common flag.

また、天井カウンタ更新処理が含まれる時短管理処理の実行タイミングを変動開始時とし、移行時の処理をC時短遊技状態優先とし、B時短遊技状態への移行フラグとC時短遊技状態の移行フラグとを共通のフラグとして設けるようにしてもよい。 In addition, the timing for executing the time-saving management process, which includes the ceiling counter update process, may be set to the start of fluctuation, the process at the time of transition may be prioritized to the time-saving play state C, and the transition flag to the time-saving play state B and the transition flag to the time-saving play state C may be set as a common flag.

また、天井カウンタ更新処理が含まれる時短管理処理の実行タイミングを変動停止時とし、移行時の処理をC時短遊技状態優先とし、B時短遊技状態への移行フラグとC時短遊技状態の移行フラグとを別個に設けるようにしてもよい。 In addition, the timing for executing the time-saving management process, which includes the ceiling counter update process, may be set to when the fluctuation stops, and the process at the time of transition may be prioritized to the time-saving play state C, with a transition flag to the time-saving play state B and a transition flag to the time-saving play state C being set separately.

また、天井カウンタ更新処理が含まれる時短管理処理の実行タイミングを変動停止時とし、天井到達時に「時短当り」が非当選であることを確認した上でB時短遊技状態に移行させるようにしてもよい。 In addition, the timing for executing the time-saving management process, which includes the ceiling counter update process, may be set to when the fluctuation stops, and the game may transition to time-saving game state B after confirming that the "time-saving hit" is not a winning combination when the ceiling is reached.

さらに、複数の時短遊技状態が重ねて実行されない場合、メインCPU201は、時短フラグオン且つ時短カウンタが0より大きい場合に時短カウンタから1を減算する処理を行い、それ以外の場合には時短カウンタから1を減算しないようにするとよい。 Furthermore, if multiple time-saving game states are not executed at the same time, the main CPU 201 performs a process of subtracting 1 from the time-saving counter when the time-saving flag is on and the time-saving counter is greater than 0, and does not subtract 1 from the time-saving counter in other cases.

[1-7.大入賞口開放準備処理]
次に、図40を参照して、特別図柄管理処理(図27参照)中のS86でメインCPU201により実行される大入賞口開放準備処理について説明する。図40は、第1のパチンコ遊技機における大入賞口開放準備処理の一例を示すフローチャートである。
[1-7. Large prize opening preparation process]
Next, referring to Fig. 40, a special prize opening preparation process executed by the main CPU 201 in S86 during the special symbol management process (see Fig. 27) will be described. Fig. 40 is a flow chart showing an example of the special prize opening preparation process in the first pachinko game machine.

メインCPU201は、先ず、特別図柄の制御状態番号が「3」であるか否かを判定する(S251)。 The main CPU 201 first determines whether the control state number of the special symbol is "3" (S251).

S251において特別図柄の制御状態番号が「3」でないと判定された場合(S251がNO判定の場合)、メインCPU201は、大入賞口開放準備処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 If it is determined in S251 that the control state number of the special symbol is not "3" (if S251 is a NO determination), the main CPU 201 ends the large prize opening preparation process and returns the process to the special symbol management process (see FIG. 27).

一方、S251において特別図柄の制御状態番号が「3」であると判定された場合(S251がYES判定の場合)、メインCPU201は、処理を、S252に移す。 On the other hand, if it is determined in S251 that the control state number of the special symbol is "3" (if S251 returns a YES judgment), the main CPU 201 transfers the process to S252.

S252において、メインCPU201は、ラウンドカウンタ値をロードする。ラウンドカウンタは、大当り遊技状態において実行されるラウンド遊技の実行回数を計数するカウンタである。なお、ラウンドカウンタの計数値(ラウンドカウンタ値)は、メインRAM203内の所定領域に格納される。メインCPU201は、S252の処理を実行した後、処理を、S253に移す。 In S252, the main CPU 201 loads the round counter value. The round counter is a counter that counts the number of rounds played in a jackpot game state. The count value of the round counter (round counter value) is stored in a specified area in the main RAM 203. After executing the process of S252, the main CPU 201 transfers the process to S253.

S253において、メインCPU201は、大入賞口の開放回数が上限値であるか否かを判定する。この処理では、大当り遊技状態において実行されたラウンド遊技の実行回数が上限値であるか否かが判定される。 In S253, the main CPU 201 determines whether the number of times the jackpot opening has been opened is the upper limit. In this process, it is determined whether the number of times the round play has been performed in the jackpot play state is the upper limit.

S253において大入賞口の開放回数が上限値であると判定された場合(S253がYES判定の場合)、メインCPU201は、処理を、S254に移す。一方、S253において大入賞口の開放回数が上限値でないと判定された場合(S253がNO判定の場合)、メインCPU201は、処理を、S257に移す。 If it is determined in S253 that the number of times the large prize opening has been opened is the upper limit (if S253 is a YES judgement), the main CPU 201 transfers the process to S254. On the other hand, if it is determined in S253 that the number of times the large prize opening has been opened is not the upper limit (if S253 is a NO judgement), the main CPU 201 transfers the process to S257.

S254において、メインCPU201は、特別図柄の制御状態番号を「5」にセットする。このように、特別図柄の制御状態番号を「5」にセットする処理(S254)を行って制御状態番号を切り替えることにより、この大入賞口開放準備処理の終了後に、大当り終了処理(図27のS88参照)が行われることとなる。メインCPU201は、S254の処理を実行した後、処理を、S255に移す。 In S254, the main CPU 201 sets the control state number of the special symbol to "5." In this way, by switching the control state number by performing the process of setting the control state number of the special symbol to "5" (S254), the jackpot end process (see S88 in FIG. 27) is performed after the jackpot opening preparation process is completed. After executing the process of S254, the main CPU 201 moves the process to S255.

S255において、メインCPU201は、遊技状態指定パラメータ設定処理を行う。その後、メインCPU201は、大当り終了表示コマンドの送信予約処理を行う(S256)。なお、この処理で送信予約された大当り終了表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(後述の図45のS322参照)において、サブ制御回路300に送信される。そして、S256の処理後、メインCPU201は、大入賞口開放準備処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 In S255, the main CPU 201 performs a game state designation parameter setting process. After that, the main CPU 201 performs a process for reserving the transmission of a jackpot end display command (S256). The jackpot end display command reserved for transmission in this process is transmitted to the sub-control circuit 300 in the performance control command transmission process during the next system timer interrupt process (see S322 in FIG. 45 described below). Then, after processing S256, the main CPU 201 ends the jackpot opening preparation process and returns the process to the special symbol management process (see FIG. 27).

S257において、メインCPU201は、ラウンドカウンタ値に1を加算する処理を行う。メインCPU201は、S257の処理を実行した後、処理を、S258に移す。 In S257, the main CPU 201 performs processing to add 1 to the round counter value. After executing the processing of S257, the main CPU 201 transfers processing to S258.

S258において、メインCPU201は、大入賞口関連各種設定処理を行う。この処理では、例えば、大入賞口131の開放回数、大入賞口131の最大開放時間、大入賞口131への最大入賞個数、大入賞口131への入賞時の賞球数等がセットされる。大入賞口131の開放回数はラウンド数が相当する。なお、1ラウンドにおいて大入賞口が複数回開放されるものを排除する趣旨ではない。ただしこの場合は、ラウンド数を管理する制御と、大入賞口の開閉回数を管理する制御とを、別の処理として行うことが好ましい。メインCPU201は、S258の処理を実行した後、処理を、S259に移す。 In S258, the main CPU 201 performs various setting processes related to the large prize opening. In this process, for example, the number of times the large prize opening 131 is opened, the maximum opening time of the large prize opening 131, the maximum number of winning balls into the large prize opening 131, the number of winning balls when the large prize opening 131 wins, etc. are set. The number of times the large prize opening 131 is opened corresponds to the number of rounds. Note that this is not intended to exclude cases where the large prize opening is opened multiple times in one round. In this case, however, it is preferable to perform the control for managing the number of rounds and the control for managing the number of times the large prize opening is opened and closed as separate processes. After executing the process of S258, the main CPU 201 moves the process to S259.

S259において、メインCPU201は、大入賞口開閉制御処理を行う。この処理では、大入賞口131の開閉制御データの生成処理が行われる。メインCPU201は、S259の処理を実行した後、処理を、S260に移す。 In S259, the main CPU 201 performs a special prize opening/closing control process. In this process, the main CPU 201 generates data for controlling the opening/closing of the special prize opening 131. After executing S259, the main CPU 201 transfers the process to S260.

S260において、メインCPU201は、特別図柄の制御状態番号を「4」にセットする。このように、特別図柄の制御状態番号を「4」にセットする処理(S260)を行って制御状態番号を切り替えることにより、この大入賞口開放準備処理の終了後に、大入賞口開放制御処理(図27のS87参照)が行われることとなる。メインCPU201は、S260の処理を実行した後、処理を、S261に移す。 In S260, the main CPU 201 sets the control state number of the special symbol to "4." In this way, by switching the control state number by performing the process of setting the control state number of the special symbol to "4" (S260), the large prize opening opening control process (see S87 in FIG. 27) is performed after the large prize opening preparation process is completed. After executing the process of S260, the main CPU 201 transfers the process to S261.

S261において、メインCPU201は、遊技状態指定パラメータ設定処理を行う。メインCPU201は、S261の処理を実行した後、処理を、S262に移す。 In S261, the main CPU 201 executes a game state designation parameter setting process. After executing the process of S261, the main CPU 201 transfers the process to S262.

S262において、メインCPU201は、大入賞口開放中表示コマンドの送信予約処理を行う。この処理で送信予約された大入賞口開放中表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(後述の図45のS322参照)において、サブ制御回路300に送信される。メインCPU201は、S262の処理を実行した後、大入賞口開放準備処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 In S262, the main CPU 201 performs a process for reserving the transmission of the large prize opening display command. The large prize opening display command reserved for transmission in this process is transmitted to the sub-control circuit 300 in the performance control command transmission process during the next system timer interrupt process (see S322 in FIG. 45 described below). After executing the process of S262, the main CPU 201 ends the large prize opening preparation process and returns the process to the special symbol management process (see FIG. 27).

[1-7-1.大入賞口開放制御処理]
次に、図41を参照して、特別図柄管理処理(図27参照)中のS87でメインCPU201により実行される大入賞口開放制御処理について説明する。図41は、第1のパチンコ遊技機における大入賞口開放制御処理の一例を示すフローチャートである。
[1-7-1. Large prize opening control process]
Next, referring to Fig. 41, a special prize opening control process executed by the main CPU 201 in S87 during the special symbol management process (see Fig. 27) will be described. Fig. 41 is a flow chart showing an example of the special prize opening control process in the first pachinko game machine.

メインCPU201は、先ず、特別図柄の制御状態番号が「4」であるか否かを判定する(S271)。 The main CPU 201 first determines whether the control state number of the special symbol is "4" (S271).

S271において特別図柄の制御状態番号が「4」でないと判定された場合(S271がNO判定の場合)、メインCPU201は、大入賞口開放制御処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 If it is determined in S271 that the control state number of the special symbol is not "4" (if S271 is a NO determination), the main CPU 201 ends the large prize opening control process and returns the process to the special symbol management process (see FIG. 27).

一方、S271において特別図柄の制御状態番号が「4」であると判定された場合(S271がYES判定の場合)、メインCPU201は、処理を、S272に移す。 On the other hand, if it is determined in S271 that the control state number of the special symbol is "4" (if S271 returns a YES judgment), the main CPU 201 transfers the process to S272.

S272において、メインCPU201は、大入賞口131に入賞した遊技球の個数が最大入賞個数であるか否かを判定する。この処理では、大入賞口131への遊技球の入賞個数を計数するカウントスイッチ132(図6参照)により計数された値が最大入賞個数の値であるか否かが判定される。なお、カウントスイッチ132により計数された大入賞口入賞カウンタの値は、メインRAM203内の所定領域に格納される。 In S272, the main CPU 201 determines whether the number of game balls that have entered the large prize opening 131 is the maximum number of winning balls. In this process, it is determined whether the value counted by the count switch 132 (see FIG. 6), which counts the number of game balls that have entered the large prize opening 131, is the maximum number of winning balls. The value of the large prize opening winning counter counted by the count switch 132 is stored in a specified area in the main RAM 203.

S272において、大入賞口131に入賞した遊技球の個数が最大入賞個数でないと判定された場合(S272がNO判定の場合)、メインCPU201は、処理を、S273に移す。 If it is determined in S272 that the number of game balls that have entered the large prize opening 131 is not the maximum number of winning balls (if S272 returns NO), the main CPU 201 transfers the process to S273.

一方、S272において、大入賞口131に入賞した遊技球の個数が最大入賞個数であると判定された場合(S272がYES判定の場合)、メインCPU201は、処理を、S274に移す。 On the other hand, if it is determined in S272 that the number of game balls that have entered the big prize opening 131 is the maximum number of winning balls (if S272 returns a YES judgment), the main CPU 201 transfers the process to S274.

S273において、メインCPU201は、大入賞口131の最大開放時間が経過したか否かを判定する。この処理では、大入賞口関連各種設定処理(図40のS258参照)においてセットされた最大開放時間が経過しているか否かが判定される。 In S273, the main CPU 201 determines whether the maximum opening time of the special prize opening 131 has elapsed. In this process, it is determined whether the maximum opening time set in the special prize opening related various setting process (see S258 in FIG. 40) has elapsed.

S273において大入賞口131の最大開放時間が経過していないと判定された場合(S273がNO判定の場合)、メインCPU201は、大入賞口開放制御処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 If it is determined in S273 that the maximum opening time of the large prize opening 131 has not elapsed (if S273 is a NO determination), the main CPU 201 ends the large prize opening opening control process and returns the process to the special pattern management process (see FIG. 27).

一方、S273において大入賞口131の最大開放時間が経過していると判定された場合(S273がYES判定の場合)、メインCPU201は、処理を、S274に移す。 On the other hand, if it is determined in S273 that the maximum opening time of the large prize opening 131 has elapsed (if S273 returns a YES judgment), the main CPU 201 transfers the process to S274.

S274において、メインCPU201は、大入賞口131の閉鎖設定処理を行う。メインCPU201は、S274の処理を実行した後、処理を、S275に移す。 In S274, the main CPU 201 performs a process for setting the closure of the large prize opening 131. After executing the process of S274, the main CPU 201 transfers the process to S275.

S275において、メインCPU201は、特別図柄の制御状態番号を「3」にセットする処理を行う。このように、特別図柄の制御状態番号を「3」にセットする処理(S275)を行って制御状態番号を切り替えることにより、この大入賞口開放制御処理の終了後に、再び、大入賞口開放準備処理(図27のS86参照)が行われることとなる。メインCPU201は、S275の処理を実行した後、処理を、S276に移す。 In S275, the main CPU 201 performs a process to set the control state number of the special symbol to "3". In this way, by performing the process to set the control state number of the special symbol to "3" (S275) and switching the control state number, the large prize opening preparation process (see S86 in FIG. 27) will be performed again after this large prize opening control process is completed. After executing the process of S275, the main CPU 201 transfers the process to S276.

S276において、メインCPU201は、遊技状態指定パラメータ設定処理を行う。メインCPU201は、S276の処理を実行した後、処理を、S277に移す。 In S276, the main CPU 201 executes a game state designation parameter setting process. After executing S276, the main CPU 201 transfers the process to S277.

S277において、メインCPU201は、ラウンド間表示コマンドの送信予約処理を行う。この処理で送信予約されたラウンド間表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(後述の図45のS322参照)において、サブ制御回路300に送信される。そして、S277の処理後、メインCPU201は、大入賞口開制御処理を終了し、処理を、特別図柄管理処理(図27参照)に戻す。 In S277, the main CPU 201 performs a process for reserving transmission of an inter-round display command. The inter-round display command reserved for transmission in this process is transmitted to the sub-control circuit 300 in the performance control command transmission process (see S322 in FIG. 45 described below) during the next system timer interrupt process. Then, after processing S277, the main CPU 201 ends the large prize opening control process, and returns the process to the special symbol management process (see FIG. 27).

[1-7-2.大当り終了処理]
次に、図42を参照して、特別図柄管理処理(図27参照)中のS88でメインCPU201により実行される大当り終了処理について説明する。図42は、第1のパチンコ遊技機における大当り終了処理の一例を示すフローチャートである。
[1-7-2. Big win end processing]
Next, the big win end process executed by the main CPU 201 in S88 during the special symbol management process (see FIG. 27) will be described with reference to Fig. 42. Fig. 42 is a flow chart showing an example of the big win end process in the first pachinko game machine.

メインCPU201は、先ず、特別図柄の制御状態番号が「5」であるか否かを判定する(S281)。 The main CPU 201 first determines whether the control state number of the special symbol is "5" (S281).

S281において特別図柄の制御状態番号が「5」でないと判定された場合(S281がNO判定の場合)、メインCPU201は、大当り終了処理を終了し、特別図柄管理処理(図27参照)に戻す。 If it is determined in S281 that the control state number of the special symbol is not "5" (if S281 is a NO determination), the main CPU 201 ends the jackpot end process and returns to the special symbol management process (see FIG. 27).

S281において特別図柄の制御状態番号が「5」であると判定された場合(S281がYES判定の場合)、メインCPU201は、処理を、S282に移す。 If it is determined in S281 that the control state number of the special symbol is "5" (if S281 returns a YES judgment), the main CPU 201 transfers the process to S282.

S282において、メインCPU201は、特別図柄遊技終了設定処理を行う。この処理では、各種フラグ(例えば、確変フラグ、時短フラグ等)のセットや、各種カウンタ(例えば、確変カウンタ、時短カウンタ、図柄確定数カウンタ、ラウンドカウンタ、大入賞口入賞カウンタ等)の値をセットまたはリセットする処理が行われる。メインCPU201は、S282の処理を実行した後、処理を、S283に移す。 In S282, the main CPU 201 executes a special symbol game end setting process. In this process, various flags (e.g., a probability change flag, a time-saving flag, etc.) are set, and the values of various counters (e.g., a probability change counter, a time-saving counter, a number of confirmed symbols counter, a round counter, a large prize slot winning counter, etc.) are set or reset. After executing S282, the main CPU 201 moves the process to S283.

S283において、メインCPU201は、特別図柄遊技終了処理を行う。この処理では、図31を参照して説明した特別図柄遊技終了処理が行われる。メインCPU201は、S283の処理を実行した後、大当り終了処理を終了し、特別図柄管理処理(図27参照)に戻す。 In S283, the main CPU 201 performs special symbol game end processing. In this processing, the special symbol game end processing described with reference to FIG. 31 is performed. After executing the processing of S283, the main CPU 201 ends the jackpot end processing and returns to the special symbol management processing (see FIG. 27).

なお、メインCPU201は、割込禁止区間を設定し、上述の大当り終了処理を、割込禁止区間内で行うことが好ましい。 It is preferable that the main CPU 201 set an interrupt prohibited area and perform the above-mentioned jackpot end processing within the interrupt prohibited area.

[1-7-3.普通図柄制御処理]
次に、図43を参照して、主制御メイン処理(図20~図23参照)中のS40でメインCPU201により実行される普通図柄制御処理について説明する。なお、図43に示される普通図柄制御処理に先だって、メインCPU201は、特別図柄制御処理と同様に、普通図柄の始動条件が成立しているか否かの判定を行っていることは言うまでもない。
[1-7-3. Normal symbol control process]
Next, the normal symbol control process executed by the main CPU 201 in S40 during the main control main process (see Figs. 20 to 23) will be described with reference to Fig. 43. It goes without saying that, prior to the normal symbol control process shown in Fig. 43, the main CPU 201 determines whether or not the start condition for the normal symbol is satisfied, as in the special symbol control process.

図43は、第1のパチンコ遊技機における普通図柄制御処理の一例を示すフローチャートである。なお、図43に示すフローチャート中の各処理の右方に括弧書きで記載した数値(「0」~「4」)は、普通図柄の制御状態番号である。メインCPU201は、普通図柄の制御状態番号に対応する各処理を実行することにより、普通図柄ゲームを進行させる。なお、図43に示される各処理は、便宜上、サブルーチンとして図示していない。 Figure 43 is a flowchart showing an example of normal symbol control processing in the first pachinko gaming machine. Note that the numbers ("0" to "4") written in parentheses to the right of each process in the flowchart shown in Figure 43 are the control state numbers of the normal symbols. The main CPU 201 progresses the normal symbol game by executing each process corresponding to the control state number of the normal symbol. Note that, for convenience, each process shown in Figure 43 is not shown as a subroutine.

メインCPU201は、先ず、普通図柄の待ち時間が0であるか否かを判定する(S291)。 The main CPU 201 first determines whether the waiting time for normal symbols is 0 (S291).

S291において普通図柄の待ち時間が0でないと判定された場合(S291がNO判定の場合)、メインCPU201は、普通図柄制御処理を終了し、処理を、S41(図23参照)に戻す。 If it is determined in S291 that the waiting time for the normal symbol is not 0 (if S291 is a NO determination), the main CPU 201 ends the normal symbol control process and returns the process to S41 (see FIG. 23).

一方、S291において普通図柄の待ち時間が0であると判定された場合(S291がYES判定の場合)、メインCPU201は、処理を、S292に移す。 On the other hand, if it is determined in S291 that the waiting time for the normal pattern is 0 (if S291 returns a YES judgment), the main CPU 201 transfers the process to S292.

S292において、メインCPU201は、普通図柄の制御状態番号をロードする。メインCPU201は、S292の処理を実行した後、処理を、S293に移す。なお、メインCPU201は、S292の処理で読み出された制御状態番号に基づいて、S293以降の処理を行う。 In S292, the main CPU 201 loads the control state number of the normal symbol. After executing the process of S292, the main CPU 201 transfers the process to S293. The main CPU 201 performs the process of S293 and subsequent steps based on the control state number read in the process of S292.

S293において、メインCPU201は、普通図柄の可変表示開始処理を行う。このS293の処理は、普通図柄の制御状態番号が「0」である場合に行われる処理である。この普通図柄の可変表示開始処理において、メインCPU201は、普通図柄の当り判定処理、普通図柄の変動パターン決定処理、普通図柄の当り判定処理の結果が普通図柄当りである場合には普通電動役物146の開放パターン(開放回数、開放時間、ウェイト時間)設定処理を行う。なお、普通図柄の制御状態番号が「0」でない場合には、メインCPU201は、処理を、S294に移す。 In S293, the main CPU 201 performs variable display start processing for the normal symbol. This S293 processing is performed when the control state number for the normal symbol is "0". In this variable display start processing for the normal symbol, the main CPU 201 performs a win determination process for the normal symbol, a process to determine the fluctuation pattern of the normal symbol, and if the result of the win determination process for the normal symbol is a win for the normal symbol, a process to set the opening pattern (number of times to open, opening time, wait time) of the normal electric role device 146. Note that if the control state number for the normal symbol is not "0", the main CPU 201 moves the processing to S294.

S294において、メインCPU201は、普通図柄の可変表示終了処理を行う。このS294の処理は、普通図柄の制御状態番号が「1」である場合に行われる処理である。この処理においてメインCPU201は、普通図柄の可変表示を終了する際の各種処理を行う。なお、普通図柄の制御状態番号が「1」でない場合には、メインCPU201は、処理を、S295に移す。 In S294, the main CPU 201 performs processing to end the variable display of the normal symbol. This processing of S294 is performed when the control state number of the normal symbol is "1". In this processing, the main CPU 201 performs various processing when ending the variable display of the normal symbol. Note that if the control state number of the normal symbol is not "1", the main CPU 201 transfers the processing to S295.

S295において、メインCPU201は、普通図柄遊技判定処理を行う。このS295の処理は、普通図柄の制御状態番号が「2」である場合に行われる処理である。この普通図柄遊技判定処理では、普通図柄の導出結果(例えば、普通図柄当りまたはハズレ)の判定処理を行う。なお、普通図柄の制御状態番号が「2」でない場合には、メインCPU201は、処理を、S296に移す。 In S295, the main CPU 201 performs a normal symbol gameplay determination process. This S295 process is performed when the control state number of the normal symbol is "2". In this normal symbol gameplay determination process, a determination process is performed of the derived result of the normal symbol (for example, whether the normal symbol is a hit or a miss). Note that if the control state number of the normal symbol is not "2", the main CPU 201 moves the process to S296.

S296において、メインCPU201は、普通電動役物開放処理を行う。このS296の処理は、普通図柄の制御状態番号が「3」である場合に行われる処理である。この処理では、例えば、予め定められた態様で、普通電動役物146の開放処理が行われる。なお、普通図柄の制御状態番号が「3」でない場合には、メインCPU201は、処理を、S297に移す。 In S296, the main CPU 201 performs a normal electric role release process. This S296 process is performed when the control state number of the normal symbol is "3". In this process, for example, the normal electric role 146 is released in a predetermined manner. Note that if the control state number of the normal symbol is not "3", the main CPU 201 transfers the process to S297.

S297において、メインCPU201は、普通図柄当り終了処理を行う。このS297の処理は、普通図柄の制御状態番号が「4」である場合に行われる処理である。メインCPU201は、この普通図柄当り終了処理を終了すると、普通図柄制御処理を終了し、処理を、主制御メイン処理(図20~図23参照)に戻す。 In S297, the main CPU 201 performs normal symbol win end processing. This S297 processing is performed when the control state number of the normal symbol is "4". When the main CPU 201 ends this normal symbol win end processing, it ends the normal symbol control processing and returns the processing to the main control main processing (see Figures 20 to 23).

なお、本実施例では、普通図柄の当り判定テーブル(図16参照)に示されるように、普通図柄の当り判定用乱数を例えば0~99の範囲(幅)で発生させ、例えば0~79を普通図柄当り判定値データとしている(非時短遊技状態の場合)。普通図柄当り確率は、普通図柄の当り判定用乱数の総乱数に対する普通図柄当り判定値データの数によって定められるため、例えば普通図柄の当り確率は、本実施例では100分の80である。この普通図柄当り確率は、本実施例では、時短制御が実行される場合と時短制御が実行されない場合と異なっているが、同じまたはほぼ同じとしてもよい。また、普通図柄の可変表示は、時短制御が実行されない非時短遊技状態では例えば600000msecと相対的に長時間にわたって実行されるのに対し、時短制御が実行される遊技状態では例えば1000msecと相対的に短時間しか実行されない。このようにして、時短制御が実行されると、普通電動役物開放処理の実行頻度すなわち第2始動口140への遊技球の入賞頻度が高められる。 In this embodiment, as shown in the winning judgment table for normal symbols (see FIG. 16), the random numbers for winning judgment for normal symbols are generated in a range (width) of, for example, 0 to 99, and the winning judgment value data for normal symbols is, for example, 0 to 79 (in the case of a non-time-saving game state). The winning probability of normal symbols is determined by the number of winning judgment value data for normal symbols relative to the total random numbers for winning judgment for normal symbols, so that, for example, the winning probability of normal symbols is 80/100 in this embodiment. In this embodiment, this winning probability of normal symbols is different when time-saving control is executed and when time-saving control is not executed, but may be the same or approximately the same. In addition, the variable display of normal symbols is executed for a relatively long time, for example, 600,000 msec, in a non-time-saving game state in which time-saving control is not executed, whereas it is executed for a relatively short time, for example, 1,000 msec, in a game state in which time-saving control is executed. In this way, when time-saving control is executed, the frequency with which the normal electric device opening process is executed, i.e., the frequency with which game balls enter the second starting hole 140, is increased.

[1-7-4.外部マスカブル割込処理]
次に、図44を参照して、メインCPU201の制御により実行される外部マスカブル割込処理について説明する。この処理は、例えば電断時等に発生する外部割込み要求に応じて行われる割込処理である。なお、図44は、第1のパチンコ遊技機における外部マスカブル割込処理の一例を示すフローチャートである。
[1-7-4. External Maskable Interrupt Processing]
Next, an external maskable interrupt process executed under the control of the main CPU 201 will be described with reference to Fig. 44. This process is an interrupt process executed in response to an external interrupt request generated, for example, when power is interrupted. Fig. 44 is a flow chart showing an example of the external maskable interrupt process in the first pachinko game machine.

メインCPU201は、先ず、保護レジスタの退避処理を行う(S301)。メインCPU201は、S301の処理を実行した後、処理を、S302に移す。 First, the main CPU 201 performs a process of saving the protection register (S301). After executing the process of S301, the main CPU 201 transfers the process to S302.

S302において、メインCPU201は、I/Oポート205の所定の入力ポートの状態を読み出す。上記の所定の入力ポートは、例えば、電断検知ライン、バックアップクリアスイッチライン、センサ異常検知ライン、電波センサライン、開放検知ライン、磁気センサライン、振動センサライン、ソレノイド監視センサライン等の状態がセットされる入力ポートである。メインCPU201は、S302の処理を実行した後、処理を、S303に移す。 In S302, the main CPU 201 reads the state of a specific input port of the I/O port 205. The specific input port is, for example, an input port in which the state of a power interruption detection line, a backup clear switch line, a sensor abnormality detection line, a radio wave sensor line, an open detection line, a magnetic sensor line, a vibration sensor line, a solenoid monitoring sensor line, etc. is set. After executing the process of S302, the main CPU 201 transfers the process to S303.

S303において、メインCPU201は、電断検知であるか否かを判定する。 In S303, the main CPU 201 determines whether a power outage has been detected.

S303において電断検知でないと判定された場合(S303がNO判定の場合)、メインCPU201は、処理をS305に移す。一方、S303において電断検知であると判定された場合(S303がYES判定の場合)、メインCPU201は、処理をS304に移す。 If it is determined in S303 that a power interruption has not been detected (if S303 is a NO judgment), the main CPU 201 transfers the process to S305. On the other hand, if it is determined in S303 that a power interruption has been detected (if S303 is a YES judgment), the main CPU 201 transfers the process to S304.

S304において、メインCPU201は、XINT検知フラグをセット(オンに)する。XINT検知フラグは電断することを示すフラグであり、XINT検知フラグの値は、メインRAM203の作業領域内のXINT検知フラグ領域に格納される。メインCPU201は、S304の処理を実行した後、処理を、S305に移す。 In S304, the main CPU 201 sets (turns on) the XINT detection flag. The XINT detection flag is a flag that indicates a power outage, and the value of the XINT detection flag is stored in the XINT detection flag area in the work area of the main RAM 203. After executing the process of S304, the main CPU 201 moves the process to S305.

S305において、メインCPU201は、S301で退避させた保護レジスタの復帰処理を行う。メインCPU201は、S305の処理を実行した後、処理を、S306に移す。 In S305, the main CPU 201 performs a process of restoring the protection register that was saved in S301. After executing the process of S305, the main CPU 201 transfers the process to S306.

S306において、メインCPU201は、割込許可処理を行う。この処理を実行した後、メインCPU201は、外部マスカブル割込処理を終了する。 In S306, the main CPU 201 performs interrupt permission processing. After executing this processing, the main CPU 201 ends the external maskable interrupt processing.

[1-7-5.システムタイマ割込処理]
次に、図45を参照して、メインCPU201により、例えば2msecの割込み周期で実行されるシステムタイマ割込処理について説明する。なお、図45は、第1のパチンコ遊技機において実行されるシステムタイマ割込処理の一例を示すフローチャートである。
[1-7-5. System timer interrupt processing]
Next, a system timer interrupt process executed by the main CPU 201 at an interrupt period of, for example, 2 msec will be described with reference to Fig. 45. Fig. 45 is a flow chart showing an example of the system timer interrupt process executed in the first pachinko gaming machine.

メインCPU201は、先ず、保護レジスタの退避処理を行う(S311)。 The main CPU 201 first performs a protection register backup process (S311).

次いで、メインCPU201は、XINT検知フラグがオフであるか否かを判定する(S312)。XINT検知フラグがオフでない(すなわち電断検知時である)と判定された場合(S312がNO判定の場合)、メインCPU201は、処理をS326に移す。一方、XINT検知フラグがオフである(すなわち電断非検知時である)と判定された場合(S312がYES判定の場合)、メインCPU201は、処理をS313に移す。 Next, the main CPU 201 determines whether the XINT detection flag is off (S312). If it is determined that the XINT detection flag is not off (i.e., a power interruption has been detected) (if S312 is a NO judgment), the main CPU 201 transfers processing to S326. On the other hand, if it is determined that the XINT detection flag is off (i.e., a power interruption has not been detected) (if S312 is a YES judgment), the main CPU 201 transfers processing to S313.

S313において、メインCPU201は割込許可処理を行う。その後、メインCPU201は、I/Oポート205の入力ポートの状態の読込処理を行い(S314)、処理を、S315に移す。 In S313, the main CPU 201 performs an interrupt permission process. After that, the main CPU 201 performs a process of reading the state of the input port of the I/O port 205 (S314), and the process proceeds to S315.

S315において、メインCPU201は、遊技許可状態であるか否かを判定する。この処理において、メインCPU201は、例えば起動制御フラグの値等に基づいて、遊技許可状態であるか否かを判定する。起動制御フラグは、電源投入時の起動状態が、電断復帰、設定変更、設定確認およびRAMクリア等のうちのいずれの状態であるかを判定するためのフラグである。例えば、電断復帰の場合は遊技許可状態であると判定され、設定変更、設定確認およびRAMクリア等である場合は遊技許可状態でないと判定される。 In S315, the main CPU 201 determines whether or not play is permitted. In this process, the main CPU 201 determines whether or not play is permitted based on, for example, the value of the startup control flag. The startup control flag is a flag for determining whether the startup state when the power is turned on is one of power failure recovery, setting change, setting check, RAM clear, etc. For example, if power failure recovery is selected, it is determined that play is permitted, and if setting change, setting check, RAM clear, etc. is selected, it is determined that play is not permitted.

なお、起動制御フラグは、電源投入時における設定キー174aおよびバックアップクリアスイッチ176のオン/オフ情報の組合せで構成される。例えば、電源投入時に、設定キー174aおよびバックアップクリアスイッチ176の両方がオフであれば電断復帰、設定キー174aおよびバックアップクリアスイッチ176の両方がオンであれば設定変更、バックアップクリアスイッチ176がオフ且つ設定キー174aがオンであれば設定確認、バックアップクリアスイッチ176がオン且つ設定キー174aがオフであればRAMクリアと判定される。 The startup control flag is composed of a combination of on/off information of the setting key 174a and the backup clear switch 176 when the power is turned on. For example, when the power is turned on, if both the setting key 174a and the backup clear switch 176 are off, it is determined that power has been restored; if both the setting key 174a and the backup clear switch 176 are on, it is determined that settings have been changed; if the backup clear switch 176 is off and the setting key 174a is on, it is determined that settings have been confirmed; and if the backup clear switch 176 is on and the setting key 174a is off, it is determined that the RAM has been cleared.

S315において遊技許可状態でないと判定された場合(S315がNO判定の場合)、メインCPU201は、設定制御処理を行う(S316)。この設定制御処理では、設定変更処理または設定確認処理が行われる。すなわち、本実施例では、設定変更処理および設定確認処理は、例えば2msec周期で行われるシステムタイマ割込処理内で行われ、遊技許可状態でない場合すなわち遊技不許可状態である場合に行われる。設定制御処理(S316)を実行した後、メインCPU201は、処理を、S326に移す。なお、S316の設定制御処理の詳細については、図46を参照して後述する。 If it is determined in S315 that the game is not permitted (if S315 is a NO judgment), the main CPU 201 performs a setting control process (S316). In this setting control process, a setting change process or a setting confirmation process is performed. That is, in this embodiment, the setting change process and the setting confirmation process are performed within a system timer interrupt process that is performed, for example, at a 2 msec cycle, and are performed when the game is not permitted, i.e., when the game is not permitted. After executing the setting control process (S316), the main CPU 201 moves the process to S326. Details of the setting control process of S316 will be described later with reference to FIG. 46.

なお、遊技許可状態でない場合(S315がNO判定の場合)、メインCPU201は、発射装置6(図6参照)からの遊技球の発射禁止、特定のスイッチ(例えば、設定キー174a、バックアップクリアスイッチ176等)を除く各種スイッチの無効化、払出装置82からの賞球の払い出し禁止等を設定することが好ましい。 If play is not permitted (if S315 is judged as NO), it is preferable for the main CPU 201 to prohibit the launch of game balls from the launching device 6 (see FIG. 6), disable various switches except for specific switches (e.g., setting key 174a, backup clear switch 176, etc.), and prohibit the payout of prize balls from the payout device 82.

一方、S315において遊技許可状態であると判定された場合(S315がYES判定の場合)、メインCPU201は、処理を、S317に移す。 On the other hand, if it is determined in S315 that play is permitted (if S315 returns a YES judgment), the main CPU 201 transfers the process to S317.

S317において、メインCPU201は、割込みカウンタの値を1加算する処理を実行する。割込みカウンタは、主制御メイン処理(図20~図23参照)中の割込禁止区間を計数(管理)するためのカウンタであり、割込みカウンタの計数値は、メインRAM203の作業領域内の割込カウンタ領域に格納される。メインCPU201は、S317の処理を実行した後、処理を、S318に移す。 In S317, the main CPU 201 executes a process to increment the value of the interrupt counter by 1. The interrupt counter is a counter for counting (managing) the interrupt prohibited intervals during the main control main process (see Figures 20 to 23), and the count value of the interrupt counter is stored in an interrupt counter area in the work area of the main RAM 203. After executing the process of S317, the main CPU 201 moves the process to S318.

S318において、メインCPU201は、割込み周期タイマの更新処理を行う。メインCPU201は、S318の処理を実行した後、処理を、S319に移す。なお、割込み周期タイマは、割込み周期(例えば2msec)管理用のタイマであり、割込み周期タイマの計数値は、メインRAM203の作業領域内の割込み周期管理タイマ領域に格納される。 In S318, the main CPU 201 performs an update process for the interrupt cycle timer. After executing the process of S318, the main CPU 201 transfers the process to S319. The interrupt cycle timer is a timer for managing the interrupt cycle (e.g., 2 msec), and the count value of the interrupt cycle timer is stored in the interrupt cycle management timer area in the working area of the main RAM 203.

S319において、メインCPU201は乱数更新処理を行う。この乱数更新処理では、各種乱数カウンタ(例えば、特別図柄の大当り判定用乱数カウンタ等)の更新処理が行われる。このように、所定周期(本実施例では2msec)で乱数更新処理を行うことにより、出玉にかかわる重要な要素である各種乱数の信頼性を担保することが可能となる。メインCPU201は、S319の処理を実行した後、処理を、S320に移す。 In S319, the main CPU 201 performs a random number update process. In this random number update process, various random number counters (for example, a random number counter for determining a jackpot for a special symbol) are updated. In this way, by performing the random number update process at a predetermined cycle (2 msec in this embodiment), it is possible to ensure the reliability of various random numbers, which are an important factor in determining the number of balls dispensed. After executing the process of S319, the main CPU 201 transfers the process to S320.

S320において、メインCPU201は、スイッチ入力検出処理を行う。このスイッチ入力検出処理の詳細については、図51を参照して後述する。メインCPU201は、S320の処理を実行した後、処理を、S321に移す。 In S320, the main CPU 201 performs a switch input detection process. Details of this switch input detection process will be described later with reference to FIG. 51. After executing the process of S320, the main CPU 201 transfers the process to S321.

S321において、メインCPU201は、入賞情報コマンド設定処理を行う。この処理では、入賞情報コマンド(払出情報)の設定処理が行われる。メインCPU201は、S321の処理を実行した後、処理を、S322に移す。 In S321, the main CPU 201 executes a winning information command setting process. In this process, a winning information command (payout information) setting process is performed. After executing S321, the main CPU 201 transfers the process to S322.

S322において、メインCPU201は、演出制御コマンド送信処理を行う。この処理では、送信予約されているコマンドが主制御回路200からサブ制御回路300に送信される。メインCPU201は、S322の処理を実行した後、処理を、S323に移す。 In S322, the main CPU 201 performs a performance control command transmission process. In this process, the command that is scheduled for transmission is transmitted from the main control circuit 200 to the sub-control circuit 300. After executing the process of S322, the main CPU 201 transfers the process to S323.

S323において、メインCPU201は、レジスタ退避処理を行う。メインCPU201は、S323の処理を実行した後、処理を、S324に移す。 In S323, the main CPU 201 performs a register save process. After executing the process of S323, the main CPU 201 transfers the process to S324.

S324において、メインCPU201は、性能表示モニタ制御処理を行う。この処理では、遊技判定処理、賞球加算判定処理、性能表示モニタ170(図6参照)の表示内容更新処理等が行われる。この処理で格納されるデータは、遊技の進行に必要なデータが格納される作業領域とは別の領域(領域外)、すなわちバックアップされる領域内であって例えばRAMクリアされた場合であってもデータがクリアされない領域に格納される。メインCPU201は、S324の処理を実行した後、処理を、S325に移す。 In S324, the main CPU 201 performs a performance display monitor control process. In this process, game judgment process, prize ball addition judgment process, display content update process of the performance display monitor 170 (see FIG. 6), etc. are performed. The data stored in this process is stored in an area separate from (outside) the working area in which data necessary for game progress is stored, that is, in an area that is backed up and where the data is not cleared even if, for example, the RAM is cleared. After executing the process of S324, the main CPU 201 moves the process to S325.

S325において、メインCPU201は、S323で退避させたレジスタの復帰処理を行う。メインCPU201は、S325の処理を実行した後、処理を、S326に移す。 In S325, the main CPU 201 performs a process of restoring the registers that were saved in S323. After executing the process of S325, the main CPU 201 transfers the process to S326.

S326において、メインCPU201は、S311で退避させた保護レジスタの復帰処理を行い、システムタイマ割込処理を終了する。 In S326, the main CPU 201 performs the process of restoring the protection registers that were saved in S311, and ends the system timer interrupt process.

[1-7-6.設定制御処理]
次に、図46を参照して、システムタイマ割込処理(図45参照)中のS316で行われる設定制御処理について説明する。図46は、第1のパチンコ遊技機における設定制御処理の一例を示すフローチャートである。
[1-7-6. Setting control process]
Next, the setting control process performed in S316 during the system timer interrupt process (see Fig. 45) will be described with reference to Fig. 46. Fig. 46 is a flow chart showing an example of the setting control process in the first pachinko gaming machine.

図46に示されるように、メインCPU201は、先ず、起動制御フラグの値が設定変更を示す値であるか否かを判定する(S331)。 As shown in FIG. 46, the main CPU 201 first determines whether the value of the startup control flag indicates a setting change (S331).

S331において起動制御フラグの値が設定変更を示す値であると判定された場合(S331がYES判定の場合)、メインCPU201は設定変更処理を行う(S332)。この設定変更処理の詳細については、図47を参照して後述する。設定変更処理(S332)の実行後、メインCPU201は、処理を、S335に移す。 If it is determined in S331 that the value of the launch control flag is a value indicating a setting change (if S331 is determined as YES), the main CPU 201 performs a setting change process (S332). Details of this setting change process will be described later with reference to FIG. 47. After executing the setting change process (S332), the main CPU 201 proceeds to S335.

一方、S331において起動制御フラグの値が設定変更を示す値でないと判定された場合(S331がNO判定の場合)、メインCPU201は、処理を、S333に移す。 On the other hand, if it is determined in S331 that the value of the launch control flag does not indicate a setting change (if S331 is a NO determination), the main CPU 201 transfers the process to S333.

S333において、メインCPU201は、起動制御フラグの値が設定確認を示す値であるか否かを判定する。 At S333, the main CPU 201 determines whether the value of the startup control flag is a value indicating setting confirmation.

S333において起動制御フラグの値が設定確認を示す値であると判定された場合(S333がYES判定の場合)、メインCPU201は設定確認処理を行う(S334)。この設定確認処理の詳細については、図48を参照して後述する。設定確認処理(S334)の実行後、メインCPU201は、処理をS335に移す。 If it is determined in S333 that the value of the launch control flag is a value indicating setting confirmation (if S333 is determined as YES), the main CPU 201 performs setting confirmation processing (S334). Details of this setting confirmation processing will be described later with reference to FIG. 48. After executing the setting confirmation processing (S334), the main CPU 201 advances the processing to S335.

一方、S333において起動制御フラグの値が設定確認を示す値でないと判定された場合すなわちRAMクリアであると判定された場合(S333がNO判定の場合)、メインCPU201は、処理を、S337に移す。 On the other hand, if it is determined in S333 that the value of the startup control flag is not a value indicating confirmation of the setting, i.e., that the RAM is to be cleared (if S333 is a NO determination), the main CPU 201 transfers the process to S337.

S335において、メインCPU201は、設定操作表示処理を行う。この処理では、現在、セットされている設定値の表示処理が行われる。メインCPU201は、S335の処理を実行した後、処理を、S336に移す。 In S335, the main CPU 201 performs a setting operation display process. In this process, the currently set setting value is displayed. After executing S335, the main CPU 201 transfers the process to S336.

S336において、メインCPU201は、演出制御コマンド送信処理を行う。この処理では、設定変更処理(S332)、設定確認処理(S334)または起動時初期設定処理(図25参照)内で送信予約されているコマンド(初期化コマンド、電断復帰コマンドまたは設定操作コマンド)がサブ制御回路300に送信される。メインCPU201は、S336の処理を実行した後、処理を、S337に移す。 In S336, the main CPU 201 performs a performance control command transmission process. In this process, a command (initialization command, power interruption recovery command, or setting operation command) that is reserved for transmission in the setting change process (S332), setting confirmation process (S334), or startup initial setting process (see FIG. 25) is transmitted to the sub-control circuit 300. After executing S336, the main CPU 201 moves the process to S337.

S337において、メインCPU201は、WDT(watchdog timer)の出力処理を行う。この処理(WDT出力処理)では、WDTクリアレジスタアドレスの読込処理、WDTのクリア処理およびWDTのリスタート処理がこの順で行われる。なお、他の処理では記載していないが、このWDT出力処理は適宜行われる。そして、S337の処理後、メインCPU201は、設定制御処理を終了し、処理を、システムタイマ割込処理(図45参照)に戻す。 In S337, the main CPU 201 performs a WDT (watchdog timer) output process. In this process (WDT output process), a WDT clear register address read process, a WDT clear process, and a WDT restart process are performed in this order. Although not described in other processes, this WDT output process is performed as appropriate. Then, after processing of S337, the main CPU 201 ends the setting control process, and returns the process to the system timer interrupt process (see FIG. 45).

[1-7-7.設定変更処理]
次に、図47を参照して、設定制御処理(図46参照)中のS332で行われる設定変更処理について説明する。なお、図47は、第1のパチンコ遊技機における設定変更処理の一例を示すフローチャートである。
[1-7-7. Setting change processing]
Next, the setting change process performed in S332 in the setting control process (see FIG. 46) will be described with reference to Fig. 47. Note that Fig. 47 is a flow chart showing an example of the setting change process in the first pachinko gaming machine.

メインCPU201は、先ず、バックアップクリアスイッチ176が押下されたか否かを判定する(S341)。この処理は、I/Oポート205の入力ポートにセットされている情報を読み出して行われる。 The main CPU 201 first determines whether the backup clear switch 176 has been pressed (S341). This process is performed by reading the information set in the input port of the I/O port 205.

S341においてバックアップクリアスイッチ176が押下されていないと判定された場合(S341がNO判定の場合)、メインCPU201は、処理をS343に移す。一方、バックアップクリアスイッチ176が押下されたと判定された場合(S341がYES判定の場合)、メインCPU201は、処理を、S342に移す。 If it is determined in S341 that the backup clear switch 176 has not been pressed (if S341 is a NO judgment), the main CPU 201 transfers the process to S343. On the other hand, if it is determined that the backup clear switch 176 has been pressed (if S341 is a YES judgment), the main CPU 201 transfers the process to S342.

S342において、メインCPU201は、設定値の範囲内更新処理を行う。メインCPU201は、S342の処理を実行した後、処理を、S343に移す。 In S342, the main CPU 201 performs a process of updating the set value within the range. After executing the process of S342, the main CPU 201 transfers the process to S343.

なお、本実施例では、設定変更処理において、バックアップクリアスイッチ176を操作することによって設定値を変更できるようにしたが、これに代えてまたは加えて、例えば設定スイッチを設けて、この設定スイッチを操作することによって設定値を変更できるようにしてもよい。 In this embodiment, the setting value can be changed by operating the backup clear switch 176 in the setting change process, but instead of or in addition to this, for example, a setting switch may be provided so that the setting value can be changed by operating this setting switch.

S343において、メインCPU201は、設定キー174aがオフにされたか否かを判定する(S343)。 In S343, the main CPU 201 determines whether the setting key 174a has been turned off (S343).

S343において設定キー174aがオフにされていないと判定された場合(S343がNO判定の場合)、メインCPU201は、設定変更処理を終了し、処理を、設定制御処理(図46参照)に戻す。一方、S343において設定キー174aがオフにされたと判定された場合(S343がYES判定の場合)、メインCPU201は、処理を、S344に移す。 If it is determined in S343 that the setting key 174a has not been turned off (if S343 is a NO judgment), the main CPU 201 ends the setting change process and returns the process to the setting control process (see FIG. 46). On the other hand, if it is determined in S343 that the setting key 174a has been turned off (if S343 is a YES judgment), the main CPU 201 transfers the process to S344.

S344において、メインCPU201は、第1通常遊技前処理を行う。この第1通常遊技前処理の詳細については、図49を参照して後述する。なお、上述したとおり、この第1通常遊技前処理が行われると、遊技許可フラグがオンにセットされ、遊技許可状態となる。第1通常遊技前処理(S344)の実行後、メインCPU201は、設定変更処理を終了し、処理を、設定制御処理(図46参照)に戻す。 In S344, the main CPU 201 performs a first normal game pre-processing. Details of this first normal game pre-processing will be described later with reference to FIG. 49. As described above, when this first normal game pre-processing is performed, the play permission flag is set to ON, and the game is permitted. After executing the first normal game pre-processing (S344), the main CPU 201 ends the setting change processing, and returns the processing to the setting control processing (see FIG. 46).

[1-7-8.設定確認処理]
次に、図48を参照して、設定制御処理(図46参照)中のS334で行われる設定確認処理について説明する。なお、図48は、第1のパチンコ遊技機における設定確認処理の一例を示すフローチャートである。
[1-7-8. Setting confirmation process]
Next, the setting confirmation process performed in S334 in the setting control process (see FIG. 46) will be described with reference to Fig. 48. Note that Fig. 48 is a flow chart showing an example of the setting confirmation process in the first pachinko gaming machine.

メインCPU201は、先ず、設定キー174aがオフにされたか否かを判定する(S351)。この判定処理は、上述した設定変更処理(図47参照)中のS343の処理と同様にして行われる。 The main CPU 201 first determines whether the setting key 174a has been turned off (S351). This determination process is performed in the same manner as the process of S343 in the setting change process described above (see FIG. 47).

S351において設定キー174aがオフにされていないと判定された場合(S351がNO判定の場合)、メインCPU201は、設定確認処理を終了し、処理を、設定制御処理(図46参照)に戻す。 If it is determined in S351 that the setting key 174a is not turned off (if S351 returns a NO judgment), the main CPU 201 ends the setting confirmation process and returns the process to the setting control process (see FIG. 46).

一方、S351において設定キー174aがオフにされたと判定された場合(S351がYES判定の場合)、メインCPU201は、第2通常遊技前処理を行う(S352)。この第2通常遊技前処理の詳細については、図50を参照して後述する。なお、上述したとおり、この第2通常遊技前処理が行われると、遊技許可フラグがオンにセットされ、遊技許可状態となる。第2通常遊技前処理(S352)の実行後、メインCPU201は、設定確認処理を終了し、処理を、設定制御処理(図46参照)に戻す。 On the other hand, if it is determined in S351 that the setting key 174a has been turned off (if S351 is determined as YES), the main CPU 201 performs a second normal game pre-processing (S352). Details of this second normal game pre-processing will be described later with reference to FIG. 50. As described above, when this second normal game pre-processing is performed, the play permission flag is set to ON, and the game is permitted. After the second normal game pre-processing (S352) is executed, the main CPU 201 ends the setting confirmation process and returns the process to the setting control process (see FIG. 46).

[1-7-9.第1通常遊技前処理]
次に、図49を参照して、設定変更処理(図47参照)中のS344で行われる第1通常遊技前処理について説明する。図49は、第1のパチンコ遊技機における第1通常遊技前処理の一例を示すフローチャートである。なお、この第1通常遊技前処理は、起動時初期設定処理(図24参照)において、電断復帰、設定変更および設定確認のいずれでもない場合、すなわちRAMクリア時の初期設定処理としても行われる。
[1-7-9. First normal game pre-processing]
Next, referring to Fig. 49, the first normal game pre-processing performed at S344 during the setting change processing (see Fig. 47) will be described. Fig. 49 is a flow chart showing an example of the first normal game pre-processing in the first pachinko gaming machine. Note that this first normal game pre-processing is also performed as the initial setting processing when the power failure recovery, setting change, and setting confirmation are not performed in the startup initial setting processing (see Fig. 24), that is, when the RAM is cleared.

メインCPU201は、先ず、初期化時RAM設定処理を行う(S361)。この処理では、電断時にバックアップデータが格納されるメインRAM203内の領域(以下、「バックアップ領域」と称する)のクリア処理(例えば作業領域の構築およびアドレス設定等)が行われる。なお、性能表示モニタ制御処理(図45のS324参照)でデータが格納される領域はクリアされない。また、この処理では、初期データが生成され、生成された初期データは、それぞれ、構築されたメインRAM203内の作業領域に格納される。すなわち、電断時にバックアップされたデータは消去され、遊技状態を、初期化された状態に戻すことが可能となる。なお、図示しないが、この処理では、遊技状態が初期化された状態に戻されることで遊技を開始することが可能となり、遊技許可フラグがオンにセットされ、遊技許可状態となる。初期化時RAM設定処理(S361)の実行後、メインCPU201は、処理を、S362に移す。 The main CPU 201 first performs an initialization RAM setting process (S361). In this process, a clearing process (e.g., construction of a working area and address setting, etc.) is performed for the area in the main RAM 203 where backup data is stored when power is interrupted (hereinafter referred to as the "backup area"). Note that the area where data is stored in the performance display monitor control process (see S324 in FIG. 45) is not cleared. In addition, in this process, initial data is generated, and the generated initial data is stored in the constructed working area in the main RAM 203. That is, the data backed up when power is interrupted is erased, and it becomes possible to return the game state to the initialized state. Note that, although not shown, in this process, the game state is returned to the initialized state, making it possible to start playing, and the play permission flag is set to ON, resulting in a play permission state. After executing the initialization RAM setting process (S361), the main CPU 201 moves the process to S362.

S362において、メインCPU201は、初期化コマンドの送信予約処理を行う。この処理で送信予約された初期化コマンドは、設定制御処理(図46参照)中の演出制御コマンド送信処理(S336)においてサブ制御回路300に送信される。S362の処理を実行すると、メインCPU201は、第1通常遊技前処理を終了する。この第1通常遊技前処理を終了すると、遊技許可フラグがオンにセットされ、遊技許可状態となる。 In S362, the main CPU 201 executes a process for reserving transmission of an initialization command. The initialization command reserved for transmission in this process is transmitted to the sub-control circuit 300 in a performance control command transmission process (S336) in the setting control process (see FIG. 46). When the process of S362 is executed, the main CPU 201 ends the first normal game pre-processing. When this first normal game pre-processing is ended, the play permission flag is set to ON, and the game is permitted.

[1-7-10.第2通常遊技前処理]
次に、図50を参照して、設定確認処理(図48参照)中のS352で行われる第2通常遊技前処理について説明する。図50は、第1のパチンコ遊技機における第2通常遊技前処理の一例を示すフローチャートである。なお、この第2通常遊技前処理は、起動時初期設定処理(図24参照)において、電断復帰時の初期設定処理としても実行される。
[1-7-10. Second normal game pre-processing]
Next, referring to Fig. 50, the second normal game pre-processing performed in S352 during the setting confirmation process (see Fig. 48) will be described. Fig. 50 is a flow chart showing an example of the second normal game pre-processing in the first pachinko gaming machine. Note that this second normal game pre-processing is also executed as the initial setting process when the power is restored in the startup initial setting process (see Fig. 24).

メインCPU201は、先ず、電断復帰時RAM設定処理を行う(S371)。この処理では、例えば、メインRAM203内のバックアップ領域に格納されているデータが読み出され、読み出されたデータは、それぞれ、構築されたメインRAM203内の作業領域に格納される。上記データは、例えば、遊技状態情報、特別図柄や普通図柄の当りフラグのオン/オフ状態や保留数情報等、遊技を進行する上で必要となる各種情報である。すなわち、電断時にバックアップされたデータを再びメインRAM203内の作業領域に復帰させることで、電断前と同じ遊技状態に戻すことが可能となる。なお、図示しないが、この処理では、電断前と同じ遊技状態に戻されることで遊技を開始することが可能となり、遊技許可フラグがオンにセットされ、遊技許可状態となる。メインCPU201は、電断復帰時RAM設定処理(S371)の実行後、処理を、S372に移す。 The main CPU 201 first performs a RAM setting process when power is restored (S371). In this process, for example, data stored in the backup area in the main RAM 203 is read, and the read data is stored in the work area in the main RAM 203 that has been constructed. The above data is, for example, various information required to proceed with the game, such as game status information, the on/off state of the hit flags for special and normal symbols, and reserved number information. In other words, by restoring the data backed up at the time of power loss to the work area in the main RAM 203 again, it is possible to return to the same game status as before the power loss. Although not shown, in this process, the game can be started by returning to the same game status as before the power loss, and the play permission flag is set to on, resulting in a play permission state. After executing the RAM setting process when power is restored (S371), the main CPU 201 moves the process to S372.

S372において、メインCPU201は、確変フラグがオンであるか否かを判定する。この処理は、メインRAM203内の作業領域に格納されたデータを読み込んで行われる。 In S372, the main CPU 201 determines whether the probability of winning is increased or decreased. This process is performed by reading data stored in the working area of the main RAM 203.

S372において確変フラグがオンでないと判定された場合(S372がNO判定の場合)、メインCPU201は、処理をS374に移す。 If it is determined in S372 that the special bonus flag is not on (if S372 is a NO judgment), the main CPU 201 transfers the process to S374.

一方。S372において確変フラグがオンであると判定された場合(S372がYES判定の場合)、メインCPU201は、処理を、S373に移す。 On the other hand, if it is determined in S372 that the probability of winning is increased (if S372 returns YES), the main CPU 201 transfers the process to S373.

S373において、メインCPU201は、確変報知フラグをオンにセットする。これは、電断復帰時における確変フラグの状態を報知するために行われる。確変報知フラグがオンである場合、メインCPU201は、例えば確変報知LED(不図示)が点灯されるよう制御する。これにより、電断復帰時に確変フラグがオンであるか否かを外観で把握することが可能となる。メインCPU201は、S373の処理を実行した後、処理を、S374に移す。 In S373, the main CPU 201 sets the high probability notification flag to ON. This is done to notify the state of the high probability notification flag when power is restored after the power outage. If the high probability notification flag is ON, the main CPU 201 controls, for example, a high probability notification LED (not shown) to be lit. This makes it possible to know from the outside whether the high probability flag is ON or not when power is restored after the power outage. After executing the process of S373, the main CPU 201 moves the process to S374.

S374において、メインCPU201は、電断復帰コマンドの送信予約処理を行う。この処理で送信予約された電断復帰コマンドは、設定制御処理(図46参照)中の演出制御コマンド送信処理(S336)においてサブ制御回路300に送信される。S374の処理を実行すると、メインCPU201は、第2通常遊技前処理を終了する。 In S374, the main CPU 201 executes a process for reserving the transmission of a power interruption recovery command. The power interruption recovery command reserved for transmission in this process is transmitted to the sub-control circuit 300 in a performance control command transmission process (S336) during the setting control process (see FIG. 46). After executing the process of S374, the main CPU 201 ends the second normal game pre-processing.

[1-7-11.スイッチ入力検出処理]
図51は、メインCPU201によるスイッチ入力検出処理の一例を示すフローチャートである。スイッチ入力検出処理は、上述したシステムタイマ割込処理の実行中にサブルーチンとして呼び出される。図51に示すように、メインCPU201は、始動口入賞検出処理を実行する(S381)。メインCPU201は、S381の処理を実行した後、処理を、S382に移す。始動口入賞検出処理については、図52を参照して後述する。
[1-7-11. Switch input detection process]
Fig. 51 is a flow chart showing an example of the switch input detection process by the main CPU 201. The switch input detection process is called as a subroutine during the execution of the above-mentioned system timer interrupt process. As shown in Fig. 51, the main CPU 201 executes the start hole winning detection process (S381). After executing the process of S381, the main CPU 201 shifts the process to S382. The start hole winning detection process will be described later with reference to Fig. 52.

次に、メインCPU201は、一般入賞口通過検出処理を行う(S382)。一般入賞口通過検出処理では、例えば一般入賞口122への入賞時に払出個数等を示す払出情報をセットする。メインCPU201は、S382の処理を実行した後、処理を、S383に移す。 Next, the main CPU 201 executes a general prize opening passage detection process (S382). In the general prize opening passage detection process, for example, payout information indicating the number of payouts etc. when a prize is won through the general prize opening 122 is set. After executing the process of S382, the main CPU 201 moves the process to S383.

次に、メインCPU201は、大入賞口通過検出処理を行う(S383)。大入賞口通過検出処理では、例えば大入賞口131への入賞時に払出個数等を示す払出情報をセットする。メインCPU201は、S383の処理を実行した後、処理を、S384に移す。 Next, the main CPU 201 executes a large prize opening passage detection process (S383). In the large prize opening passage detection process, for example, payout information indicating the number of payouts etc. at the time of a win at the large prize opening 131 is set. After executing the process of S383, the main CPU 201 moves the process to S384.

次に、メインCPU201は、球通過検出処理を行う(S384)。球通過検出処理では、通過ゲート126への遊技球の通過検出を通過ゲートスイッチ127に検出されたことに基づいて普通図柄についての各種乱数値(普通図柄の当り判定用乱数値等)を抽出する。なお、メインRAM203は、通過ゲート126への遊技球の通過に基づいて抽出された各種乱数値(普通図柄の当り判定用乱数値等)を、普通図柄の始動条件が成立するまで保留する普通図柄始動記憶領域(1)~普通図柄始動記憶領域(4)を有する。そして、球通過検出処理では、普通図柄始動記憶領域(1)~普通図柄始動記憶領域(4)に空き領域があるか否か、すなわち、通過ゲート126への遊技球の通過に基づいて抽出された普通図柄の保留個数が例えば4個未満であるか否かの判定も行う。この処理を終了すると、メインCPU201は、スイッチ入力検出処理を終了する。 Next, the main CPU 201 performs a ball passage detection process (S384). In the ball passage detection process, various random numbers (such as random numbers for determining whether a normal pattern is a winning symbol) for normal symbols are extracted based on the detection of the passage of the game ball through the pass gate 126 by the pass gate switch 127. The main RAM 203 has normal symbol start memory areas (1) to (4) that hold various random numbers (such as random numbers for determining whether a normal pattern is a winning symbol) extracted based on the passage of the game ball through the pass gate 126 until the start condition for the normal pattern is satisfied. In addition, in the ball passage detection process, it is also determined whether there is free space in the normal symbol start memory area (1) to (4), that is, whether the number of reserved normal symbols extracted based on the passage of the game ball through the pass gate 126 is, for example, less than four. When this process is completed, the main CPU 201 ends the switch input detection process.

[1-7-12.始動口入賞検出処理]
図52は、メインCPU201による始動口入賞検出処理の一例を示すフローチャートである。始動口入賞検出処理は、上述したスイッチ入力検出処理の実行中にサブルーチンとして呼び出される。
[1-7-12. Start gate winning detection process]
52 is a flow chart showing an example of the start hole winning detection process by the main CPU 201. The start hole winning detection process is called as a subroutine during the execution of the above-mentioned switch input detection process.

図52に示すように、メインCPU201は、先ず、第1始動口スイッチ121で遊技球を検出したか否かを判定する(S391)。 As shown in FIG. 52, the main CPU 201 first determines whether or not a game ball has been detected by the first start switch 121 (S391).

第1始動口スイッチ121で遊技球を検出していないと判定された場合(S391がNO判定の場合)、メインCPU201は、処理を、S398に移す。 If it is determined that the first start switch 121 has not detected a game ball (if S391 returns a NO judgment), the main CPU 201 transfers the process to S398.

一方、第1始動口スイッチ121で遊技球を検出したと判定された場合(S391がYES判定の場合)、メインCPU201は、処理を、S392に移す。 On the other hand, if it is determined that a game ball has been detected by the first start switch 121 (if S391 returns a YES judgment), the main CPU 201 transfers the process to S392.

S392において、メインCPU201は、各種乱数値(例えば、第1特別図柄の大当り判定用乱数値、第1特別図柄の図柄乱数値、第1特別図柄のリーチ判定用乱数値、および、第1特別図柄の演出選択用乱数値等の各種乱数値等)を抽出するとともに、第1始動口入賞に応じた払出情報をセットする処理を行う。メインCPU201は、S392の処理を実行した後、処理を、S393に移す。 In S392, the main CPU 201 extracts various random number values (for example, a random number value for determining whether the first special symbol is a jackpot, a symbol random number value for the first special symbol, a random number value for determining whether the first special symbol is in a reach state, and a random number value for selecting a performance for the first special symbol, etc.), and performs processing to set payout information according to the winning of the first starting port. After executing processing of S392, the main CPU 201 moves the processing to S393.

S393において、メインCPU201は、第1始動口120への入賞に基づいて抽出された第1特別図柄の保留個数が例えば4個未満であるか否かを判定する。メインRAM203は、第1始動口120への遊技球の入賞に基づいて抽出された各種乱数を、始動条件が成立するまで保留する第1特別図柄始動記憶領域(1)~第1特別図柄始動記憶領域(4)を有しており、この処理では、第1特別図柄始動記憶領域(1)~第1特別図柄始動記憶領域(4)に空き領域があるか否かが判定される。なお、メインRAM203は、第1特別図柄始動記憶領域(1)~第1特別図柄始動記憶領域(4)の他に第1特別図柄始動記憶領域(0)も有するが、これについては後述する。 In S393, the main CPU 201 determines whether the number of reserved first special symbols extracted based on the winning of the first start hole 120 is, for example, less than four. The main RAM 203 has the first special symbol start memory area (1) to the first special symbol start memory area (4) in which various random numbers extracted based on the winning of the game ball in the first start hole 120 are reserved until the start condition is met, and in this process, it is determined whether there is free space in the first special symbol start memory area (1) to the first special symbol start memory area (4). In addition to the first special symbol start memory area (1) to the first special symbol start memory area (4), the main RAM 203 also has the first special symbol start memory area (0), which will be described later.

第1特別図柄の保留個数が4個未満でない、すなわち上限の4個である場合(S393がNO判定の場合)、メインCPU201は、処理を、S398に移す。 If the number of reserved first special symbols is not less than four, i.e., the upper limit of four (if S393 judges NO), the main CPU 201 transfers the process to S398.

一方、第1特別図柄の保留個数が4個未満である場合(S393がYES判定の場合)、メインCPU201は、処理を、S394に移す。 On the other hand, if the number of reserved first special symbols is less than four (if S393 returns YES), the main CPU 201 transfers the process to S394.

S394において、メインCPU201は、第1特別図柄の保留個数を1加算する処理を行う。メインCPU201は、S394の処理を実行した後、処理を、S395に移す。 In S394, the main CPU 201 performs a process to increment the number of reserved first special symbols by 1. After executing the process of S394, the main CPU 201 transfers the process to S395.

S395において、メインCPU201は、第1始動口120への遊技球の入賞に基づいて抽出した各種乱数値を、第1特別図柄の変動開始条件が成立するまでメインRAM203に格納する処理を行う。これにより、抽出した乱数についての第1特別図柄の変動表示が、変動開始条件が成立するまで保留される。メインCPU201は、S395の処理を実行した後、処理を、S396に移す。 In S395, the main CPU 201 performs a process of storing various random number values extracted based on the entry of the gaming ball into the first starting hole 120 in the main RAM 203 until the condition for starting the variation of the first special symbol is met. As a result, the display of the variation of the first special symbol for the extracted random number is suspended until the condition for starting the variation is met. After executing the process of S395, the main CPU 201 transfers the process to S396.

S396において、メインCPU201は、先読み判定処理を行う。この処理は、特別図柄の当り判定処理(図28のS93参照)に先だって、S392で抽出した乱数値を用いて、特別図柄の変動パターンを決定したり、当り判定処理等を行う処理である。また、先読みフラグが設定されているか否かも判定する。 In S396, the main CPU 201 performs a look-ahead determination process. This process is a process that uses the random number value extracted in S392 to determine the variation pattern of the special symbol and perform a win determination process, etc., prior to the special symbol winning determination process (see S93 in FIG. 28). It also determines whether or not the look-ahead flag is set.

なお、先読み判定処理は、S392で乱数値を抽出してから特別図柄の当り判定処理が実行されるまでの間であれば、任意のタイミングで行ってよいが、特別図柄の可変表示が開始されるまでに、サブ制御回路300により先読み演出を行うことに鑑みると、例えばS395の処理の前後付近で行うことが好ましい。メインCPU201は、S396の処理を実行した後、処理を、S397に移す。 The look-ahead determination process may be performed at any time between the extraction of the random number value in S392 and the execution of the special symbol winning determination process. However, considering that the sub-control circuit 300 performs the look-ahead performance before the variable display of the special symbol begins, it is preferable to perform the look-ahead determination process, for example, around the time of S395. After executing S396, the main CPU 201 moves the process to S397.

S397において、メインCPU201は、第1特別図柄の入賞コマンドの送信予約処理を行う。第1特別図柄の入賞コマンドは、第1特別図柄の保留個数を1増加する情報や、第1特別図柄の変動パターン情報(すなわち特別図柄の変動パターンコマンド)等を含むコマンドであり、この処理で送信予約された第1特別図柄の入賞コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路300に送信される。メインCPU201は、S397の処理を実行した後、処理を、S398に移す。 In S397, the main CPU 201 executes a process for reserving the transmission of a winning command for the first special pattern. The winning command for the first special pattern is a command that includes information for increasing the number of reserved first special patterns by 1, information on the variation pattern of the first special pattern (i.e., the variation pattern command for the special pattern), and the winning command for the first special pattern reserved for transmission in this process is transmitted to the sub-control circuit 300 in the performance control command transmission process during the next system timer interrupt process (see S322 in FIG. 45). After executing the process of S397, the main CPU 201 moves the process to S398.

S398において、メインCPU201は、第2始動口スイッチ141で遊技球を検出したか否かを判定する。 In S398, the main CPU 201 determines whether or not a game ball has been detected by the second start switch 141.

第2始動口スイッチ141で遊技球を検出していないと判定された場合(S398がNO判定の場合)、メインCPU201は、始動口入賞検出処理を終了し、処理を、スイッチ入力検出処理(図51参照)に戻す。 If it is determined that the second start port switch 141 has not detected a game ball (if S398 returns a NO judgment), the main CPU 201 ends the start port winning detection process and returns the process to the switch input detection process (see FIG. 51).

一方、第2始動口スイッチ141で遊技球を検出したと判定された場合(S398がYES判定の場合)、メインCPU201は、処理を、S399に移す。 On the other hand, if it is determined that a game ball has been detected by the second start switch 141 (if S398 returns a YES judgment), the main CPU 201 transfers the process to S399.

S399において、メインCPU201は、各種乱数値(例えば、第2特別図柄の大当り判定用乱数値、第2特別図柄の図柄乱数値、第2特別図柄のリーチ判定用乱数値、および、第2特別図柄の演出選択用乱数値等の各種乱数値等)を抽出するとともに、第2始動口入賞に応じた払出情報をセットする処理を行う。メインCPU201は、S399の処理を実行した後、処理を、S400に移す。 In S399, the main CPU 201 extracts various random number values (for example, a random number value for determining whether the second special symbol is a jackpot, a symbol random number value for the second special symbol, a random number value for determining whether the second special symbol is in a reach state, and a random number value for selecting a performance for the second special symbol, etc.), and performs processing to set payout information according to winning the second starting port. After executing processing in S399, the main CPU 201 moves the processing to S400.

S400において、メインCPU201は、第2始動口140への入賞に基づいて抽出された第2特別図柄の保留個数が例えば4個未満であるか否かを判定する。 In S400, the main CPU 201 determines whether the number of reserved second special symbols extracted based on winning at the second starting hole 140 is, for example, less than four.

なお、メインRAM203は、第2始動口140への遊技球の入賞に基づいて抽出された各種乱数値を、始動条件が成立するまで保留する第2特別図柄始動記憶領域(1)~第2特別図柄始動記憶領域(4)を有しており、この処理では、第2特別図柄始動記憶領域(1)~第2特別図柄始動記憶領域(4)に空き領域があるか否かが判定される。なお、メインRAM203は、第2特別図柄始動記憶領域(1)~第2特別図柄始動記憶領域(4)の他に第2特別図柄始動記憶領域(0)も有するが、これについては後述する。 The main RAM 203 has the second special symbol start memory area (1) to the second special symbol start memory area (4) in which various random number values extracted based on the entry of the game ball into the second start hole 140 are reserved until the start conditions are met, and in this process, it is determined whether there is free space in the second special symbol start memory area (1) to the second special symbol start memory area (4). The main RAM 203 also has the second special symbol start memory area (0) in addition to the second special symbol start memory area (1) to the second special symbol start memory area (4), but this will be described later.

第2特別図柄の保留個数が4個未満でない、すなわち上限の4個である場合(S400がNO判定の場合)、メインCPU201は、始動口入賞検出処理を終了し、処理を、スイッチ入力検出処理(図51参照)に戻す。 If the number of reserved second special symbols is not less than four, i.e., the upper limit of four (if S400 judges NO), the main CPU 201 ends the start hole winning detection process and returns the process to the switch input detection process (see FIG. 51).

一方、第2特別図柄の保留個数が4個未満である場合(S400がYES判定の場合)、メインCPU201は、処理を、S401に移す。 On the other hand, if the number of reserved second special symbols is less than four (if S400 returns YES), the main CPU 201 transfers the process to S401.

S401において、メインCPU201は、第2特別図柄の保留個数を1加算する処理を行う。メインCPU201は、S401の処理を実行した後、処理を、S402に移す。 In S401, the main CPU 201 performs a process to increment the number of reserved second special symbols by 1. After executing the process of S401, the main CPU 201 transfers the process to S402.

S402において、メインCPU201は、第2始動口140への遊技球の入賞に基づいて抽出した各種乱数値を、第2特別図柄の変動開始条件が成立するまでメインRAM203に格納する処理を行う。これにより、抽出した乱数についての第2特別図柄の変動表示が、変動開始条件が成立するまで保留される。メインCPU201は、S402の処理を実行した後、処理を、S403に移す。 In S402, the main CPU 201 performs a process of storing various random number values extracted based on the entry of a gaming ball into the second starting hole 140 in the main RAM 203 until the condition for starting the variation of the second special symbol is met. As a result, the display of the variation of the second special symbol for the extracted random number is suspended until the condition for starting the variation is met. After executing the process of S402, the main CPU 201 transfers the process to S403.

S403において、メインCPU201は、第2特別図柄の入賞コマンドの送信予約処理を行う(S403)。第2特別図柄の入賞コマンドは、第2特別図柄の保留個数を1増加する情報や、第2特別図柄の変動パターン情報等を含むコマンドであり、この処理で送信予約された第2特別図柄の入賞コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路300に送信される。メインCPU201は、S403の処理を実行した後、始動口入賞検出処理を終了し、処理を、スイッチ入力検出処理(図51参照)に戻す。 In S403, the main CPU 201 performs a process for reserving the transmission of a winning command for the second special symbol (S403). The winning command for the second special symbol is a command that includes information for increasing the number of reserved second special symbols by 1 and information on the variation pattern of the second special symbol, and the winning command for the second special symbol reserved for transmission in this process is transmitted to the sub-control circuit 300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. After executing the process of S403, the main CPU 201 ends the start hole winning detection process and returns the process to the switch input detection process (see FIG. 51).

[1-8.サブ制御処理]
次に、図53を参照して、サブ制御回路300のサブCPU301により実行される各種処理の内容について説明する。
[1-8. Sub-control processing]
Next, the contents of various processes executed by the sub-CPU 301 of the sub-control circuit 300 will be described with reference to FIG.

図53は、第1のパチンコ遊技機におけるサブ制御回路処理の一例を示すフローチャートである。 Figure 53 is a flowchart showing an example of the sub-control circuit processing in the first pachinko gaming machine.

図53に示すように、サブCPU301は、先ず、初期化処理を行う(S501)。この初期化処理では、例えば、RAMアクセス許可、作業領域の初期化、ハードウェア初期化、デバイス初期化、アプリケーション初期化、バックアップ復帰初期化等といった初期化処理が行われる。この処理を終了すると、サブCPU301は、処理を、S502に移す。 As shown in FIG. 53, the sub-CPU 301 first performs an initialization process (S501). In this initialization process, for example, RAM access permission, work area initialization, hardware initialization, device initialization, application initialization, backup restoration initialization, etc. are performed. When this process ends, the sub-CPU 301 moves the process to S502.

なお、上述の初期化処理(S501)は、電源投入時やバックアップクリア時に実行される処理であり、電源投入後は、後述のS502~S508の処理が繰り返し実行される。 The above-mentioned initialization process (S501) is executed when the power is turned on or the backup is cleared, and after the power is turned on, the processes of S502 to S508 described below are executed repeatedly.

S502において、サブCPU301は、コマンド入力ポート308(図6参照)の読込処理を行う。この処理では、コマンド入力ポート308にセットされている主制御回路200(図6参照)から送信されたコマンドを読み出して行われる。この処理を終了すると、サブCPU301は、処理を、S503に移す。 In S502, the sub-CPU 301 performs a read process on the command input port 308 (see FIG. 6). This process is performed by reading the command sent from the main control circuit 200 (see FIG. 6) that is set in the command input port 308. When this process ends, the sub-CPU 301 moves the process to S503.

S503において、サブCPU301は、コマンド解析処理を実行する。この処理では、S502の処理で読み込まれたコマンドの解析が行われる。この処理を終了すると、サブCPU301は、処理を、S504に移す。 In S503, the sub-CPU 301 executes a command analysis process. In this process, the command read in the process of S502 is analyzed. When this process ends, the sub-CPU 301 transfers the process to S504.

S504において、サブCPU301は、演出態様決定処理を実行する。この処理では、例えば、メインCPU201から送信された入賞コマンドに基づいて、表示装置7(図4、図6参照)に表示される表示演出の態様や、スピーカ32(図6参照)から出力される音演出の態様等が決定される。 In S504, the sub-CPU 301 executes a presentation mode determination process. In this process, for example, the display presentation mode to be displayed on the display device 7 (see FIG. 4 and FIG. 6) and the sound presentation mode to be output from the speaker 32 (see FIG. 6) are determined based on the winning command sent from the main CPU 201.

演出態様決定処理(S504)において、サブCPU301は、演出内容の指定情報を含むアニメーションリクエストを生成し、生成されたアニメーションリクエストに基づいて、各種演出装置を動作させるための各種リクエスト(例えば、描画リクエスト、サウンドリクエスト、ランプリクエスト、および、役物リクエスト等)を生成する。この処理を終了すると、サブCPU301は、処理を、S505に移す。 In the performance mode determination process (S504), the sub-CPU 301 generates an animation request including designation information for the performance content, and generates various requests (e.g., drawing requests, sound requests, lamp requests, and prop requests) for operating various performance devices based on the generated animation request. Upon completing this process, the sub-CPU 301 moves the process to S505.

S505において、サブCPU301は、描画制御処理を実行する。この処理において、サブCPU301は、描画リクエストを表示制御回路304(図6参照)に送信する。表示制御回路304は、サブCPU301から送信されたメッセージ(描画リクエスト)に基づいて、表示装置7の表示領域に画像を表示させるための描画制御を行う。この処理を終了すると、サブCPU301は、処理を、S506に移す。 In S505, the sub-CPU 301 executes a drawing control process. In this process, the sub-CPU 301 transmits a drawing request to the display control circuit 304 (see FIG. 6). The display control circuit 304 performs drawing control to display an image in the display area of the display device 7 based on the message (drawing request) transmitted from the sub-CPU 301. When this process ends, the sub-CPU 301 transfers the process to S506.

S506において、サブCPU301は、音声制御処理を実行する。この処理において、サブCPU301は、サウンドリクエストを音声制御回路305(図6参照)に送信する。音声制御回路305は、サブCPU301から送信されたメッセージ(サウンドリクエスト)に基づいて、スピーカ32に音声を出力させるための音声制御を行う。この処理を終了すると、サブCPU301は、処理を、S507に移す。 In S506, the sub-CPU 301 executes a voice control process. In this process, the sub-CPU 301 transmits a sound request to the voice control circuit 305 (see FIG. 6). The voice control circuit 305 performs voice control to output sound from the speaker 32 based on the message (sound request) transmitted from the sub-CPU 301. When this process ends, the sub-CPU 301 transfers the process to S507.

S507において、サブCPU301は、LED制御処理を実行する。この処理において、サブCPU301は、LEDリクエストをLED制御回路306(図6参照)に送信する。LED制御回路306は、サブCPU301から送信されたメッセージ(LEDリクエスト)に基づいて、LED群46を構成するLEDの全部または一部を点灯あるいは点滅させるための発光制御を行う。この処理を終了すると、サブCPU301は、処理を、S508に移す。 In S507, the sub-CPU 301 executes an LED control process. In this process, the sub-CPU 301 sends an LED request to the LED control circuit 306 (see FIG. 6). Based on the message (LED request) sent from the sub-CPU 301, the LED control circuit 306 performs light emission control to light up or blink all or a portion of the LEDs that make up the LED group 46. When this process ends, the sub-CPU 301 moves the process to S508.

S508において、サブCPU301は、役物制御処理を実行する。この処理において、サブCPU301は、役物リクエストを役物制御回路307(図6参照)に送信する。役物制御回路307は、サブCPU301から送信されたメッセージ(役物リクエスト)に基づいて、演出用役物群58を構成する全部または一部の役物にかかる演出用駆動モータ(不図示)を動作させるための駆動制御を行う。この処理を終了すると、サブCPU301は、サブ制御回路メイン処理を終了する。 In S508, the sub-CPU 301 executes a reel control process. In this process, the sub-CPU 301 sends a reel request to the reel control circuit 307 (see FIG. 6). Based on the message (reel request) sent from the sub-CPU 301, the reel control circuit 307 performs drive control to operate the performance drive motors (not shown) for all or some of the reels that make up the performance reel group 58. When this process ends, the sub-CPU 301 ends the sub-control circuit main process.

[1-9.サブ制御回路による演出態様決定処理の具体例]
サブ制御回路300(より詳しくはサブCPU301)は、主制御回路200から送信された入賞コマンドに基づいて、演出態様決定処理(図53のS504を参照)を行う。
[1-9. Specific example of the performance mode determination process by the sub-control circuit]
The sub-control circuit 300 (more specifically, the sub-CPU 301) performs a presentation mode determination process (see S504 in FIG. 53) based on the winning command sent from the main control circuit 200.

サブCPU301は、演出態様決定処理において行われる各種処理のうちの一処理として、例えば、今回の特別図柄変動(以下「当該変動」と称する)に対応するサブ変動演出の演出パターン(以下「サブ変動演出パターン」と称する)を決定するサブ変動演出パターン決定処理や、先読み演出の演出パターン(以下「先読み演出パターン」と称する)を決定する先読み演出パターン決定処理等を行う。また、演出態様決定処理では、天井カウンタが天井値に近付いていることを示唆する例えばカウントダウン演出の演出態様や、天井カウンタが天井値に到達したことを示唆するB時短遊技状態移行演出の演出態様の決定処理等、遊技の進行にかかわる様々な演出態様の決定処理についても行われる。 As one of the various processes performed in the presentation mode determination process, the sub-CPU 301 performs, for example, a sub-variation presentation pattern determination process that determines the presentation pattern (hereinafter referred to as the "sub-variation presentation pattern") of the sub-variation presentation corresponding to the current special symbol variation (hereinafter referred to as the "variation"), and a look-ahead presentation pattern determination process that determines the presentation pattern (hereinafter referred to as the "look-ahead presentation pattern") of the look-ahead presentation. In addition, the presentation mode determination process also performs various presentation mode determination processes related to the progress of the game, such as the presentation mode of a countdown presentation that suggests that the ceiling counter is approaching the ceiling value, and the presentation mode of a B time-saving play state transition presentation that suggests that the ceiling counter has reached the ceiling value.

サブ変動演出パターン決定処理は、特別図柄の当り判定処理の結果に基づいて行われる。サブ変動演出パターンは、当該変動の結果期待度を示す演出として、特別図柄の可変表示に伴ってサブCPU301により表示装置7の表示領域にて行われる演出パターン(例えば、装飾図柄の変動パターンやキャラクタ演出のパターン等)である。 The sub-variation presentation pattern determination process is performed based on the results of the special symbol hit determination process. The sub-variation presentation pattern is a presentation pattern (e.g., decorative symbol variation pattern, character presentation pattern, etc.) that is performed by the sub-CPU 301 in the display area of the display device 7 in conjunction with the variable display of the special symbol as a presentation that indicates the expected outcome of the variation.

サブ変動演出では、実行されるサブ変動演出パターンに応じて、特別図柄の可変表示が開始されてから特別図柄が停止するまでの時間の経過に伴って、特別図柄の当り判定処理の結果に対する期待度が維持または上昇することを示すことが可能である。 In the sub-variable performance, depending on the sub-variable performance pattern being executed, it is possible to show that the expectation level for the result of the special pattern winning determination process is maintained or increased as time passes from when the variable display of the special pattern starts to when the special pattern stops.

サブ変動演出パターンには、例えば後述の図54に示されるように、時短当り系リーチA,B,C、大当り系リーチA,B,C、および共通リーチA,B,C,D,E等が含まれる。上述したとおり、時短当り系リーチA,B,Cは、特別図柄の当り判定処理(図28のS93参照)の結果が時短当りの可能性がある(大当りの可能性がない)ことを示すリーチ演出である。大当り系リーチA,B,Cは、特別図柄の当り判定処理の結果が大当りの可能性がある(時短当りの可能性がない)ことを示すリーチ演出である。共通リーチA,B,C,D,Eは、特別図柄の当り判定処理の結果が時短当りおよび大当りのいずれについても可能性があることを示すリーチ演出である。 The sub-variable performance patterns include, for example, time-saving hit type reaches A, B, C, jackpot hit type reaches A, B, C, and common reaches A, B, C, D, E, etc., as shown in FIG. 54 described below. As described above, time-saving hit type reaches A, B, C are reach performances that indicate that the result of the hit determination process for the special symbol (see S93 in FIG. 28) may be a time-saving hit (no possibility of a jackpot). Jackpot hit type reaches A, B, C are reach performances that indicate that the result of the hit determination process for the special symbol may be a jackpot (no possibility of a time-saving hit). Common reaches A, B, C, D, E are reach performances that indicate that the result of the hit determination process for the special symbol may be either a time-saving hit or a jackpot.

なお、例えば、B時短遊技状態への移行タイミングを示唆するカウントダウン演出の実行タイミングと、リーチ演出の実行タイミングとが重なった場合、サブCPU301は、いずれかの演出を優先して実行するようにするとよい。 For example, if the timing of executing a countdown effect that indicates the timing of transition to the B time-saving game state overlaps with the timing of executing a reach effect, the sub-CPU 301 may give priority to executing one of the effects.

先読み演出パターン決定処理は、先読み判定処理の結果として決定された例えば特別図柄の変動パターンに基づいて行われる。先読み演出は、先読み判定処理の結果に対する期待度を示す演出として、保留状態にあるとき(すなわち、第1始動口120に入賞した後、この入賞に基づいて抽出された各種乱数値等の始動情報が特別図柄の当り判定処理に供される(特別図柄の可変表示が開始される)までの間)に、サブCPU301により表示装置7の表示領域にて行われる演出パターンである。 The pre-reading performance pattern determination process is performed based on, for example, the variation pattern of the special symbol determined as a result of the pre-reading judgment process. The pre-reading performance is a performance pattern performed by the sub-CPU 301 in the display area of the display device 7 while in a pending state (i.e., after a winning entry into the first starting hole 120, until the starting information such as various random numbers extracted based on this winning entry is provided to the winning judgment process of the special symbol (the variable display of the special symbol begins)) as a performance indicating the degree of expectation for the result of the pre-reading judgment process.

先読み演出では、実行される先読み演出パターンに応じて、保留状態にあるときに、時間の経過(より詳しくは、先行して保留された始動情報についての可変表示の進行)に伴って、先読み判定処理の結果に対する期待度が維持または上昇することを示すことが可能である。 Depending on the look-ahead performance pattern being executed, when in a pending state, the look-ahead performance can show that the expectation level for the result of the look-ahead determination process is maintained or increased as time passes (more specifically, as the variable display of the previously pending start information progresses).

先読み演出は、例えば、表示装置7に表示される保留画像を用いて行われる。保留画像は、現在の保留状況を示す画像である。 The preview effect is performed, for example, by using a pending image displayed on the display device 7. The pending image is an image that shows the current pending status.

先読み演出パターンには、先読み判定処理すなわち特別図柄の当り判定処理の結果種別(時短当りであるか大当りであるか)に対する期待値を示唆することが可能な先読み当り種別演出パターンと、特別図柄の当り判定処理の結果が当り(大当りまたは時短当り)であることに対する期待値を示唆することが可能な先読み期待値演出パターンとが含まれる。すなわち、先読み演出では、特別図柄の当り判定処理の結果種別に対する期待値と、特別図柄の当り判定処理の結果が当りであることに対する期待値と、の両方またはいずれか一方を示唆することが可能である。また、先読み演出パターン決定処理(後述の図59参照)では、先読み当り種別演出パターン決定処理(後述の図59のS3006参照)と、先読み期待値演出パターン決定処理(後述の図59のS3008、S3009参照)とが行われる。先読み当り種別演出パターン、先読み期待値演出パターン、先読み当り種別演出パターン決定処理、および先読み期待値演出パターン決定処理の具体例については後述する。 The look-ahead performance pattern includes a look-ahead winning type performance pattern that can suggest the expected value for the result type (whether it is a time-saving winning or a jackpot) of the look-ahead judgment process, i.e., the special pattern winning judgment process, and a look-ahead expectation value performance pattern that can suggest the expected value for the result of the special pattern winning judgment process being a winning (jackpot or time-saving winning). In other words, the look-ahead performance can suggest both or either of the expected value for the result type of the special pattern winning judgment process and the expected value for the result of the special pattern winning judgment process being a winning. In addition, in the look-ahead performance pattern determination process (see FIG. 59 described below), a look-ahead winning type performance pattern determination process (see S3006 in FIG. 59 described below) and a look-ahead expectation value performance pattern determination process (see S3008, S3009 in FIG. 59 described below) are performed. Specific examples of the look-ahead hit type presentation pattern, the look-ahead expected value presentation pattern, the look-ahead hit type presentation pattern determination process, and the look-ahead expected value presentation pattern determination process will be described later.

[1ー9-1.サブ変動演出パターン決定処理]
先ず、サブ変動演出パターン決定処理について説明する。図54は、時短フラグがオフの遊技状態(通常遊技状態)におけるサブ変動演出パターン決定テーブル(詳細な説明は省略)の一例である。このサブ変動演出パターン決定テーブルは、第1のパチンコ遊技機が備えるサブ制御回路300のプログラムROM302に記憶されている。なお、プログラムROM302には、時短フラグがオンの遊技状態(高確時短遊技状態、低確時短遊技状態)におけるサブ変動演出パターン決定テーブルも記憶されているが、ここでは説明を省略する。
[1-9-1. Sub-variable performance pattern determination process]
First, the sub-variation presentation pattern determination process will be described. Figure 54 is an example of a sub-variation presentation pattern determination table (detailed description omitted) in a game state where the time-saving flag is off (normal game state). This sub-variation presentation pattern determination table is stored in the program ROM 302 of the sub-control circuit 300 of the first pachinko game machine. The program ROM 302 also stores a sub-variation presentation pattern determination table in a game state where the time-saving flag is on (high-probability time-saving game state, low-probability time-saving game state), but the description will be omitted here.

サブCPU301は、図54の通常遊技状態におけるサブ変動演出パターン決定テーブルを参照し、主制御回路200から送信された特別図柄の変動パターンコマンドに基づいて、当該変動に対応する変動演出パターンとして、表示装置7に表示されるサブ変動演出パターン(図54において「変動パターン」と図示されている)を決定する。上述したとおり、本実施例では、サブ変動演出パターンに、時短当り系リーチA,B,C、大当り系リーチA,B,C、および共通リーチA,B,C,D,Eが含まれている。 The sub-CPU 301 refers to the sub-variation presentation pattern determination table in the normal game state of FIG. 54, and determines the sub-variation presentation pattern (shown as "variation pattern" in FIG. 54) to be displayed on the display device 7 as the variation presentation pattern corresponding to the variation based on the variation pattern command of the special symbol sent from the main control circuit 200. As described above, in this embodiment, the sub-variation presentation patterns include time-saving hit type reaches A, B, and C, big hit type reaches A, B, and C, and common reaches A, B, C, D, and E.

時短当り系リーチA,B,Cは、上述したとおり時短当りの可能性があることを示すリーチ演出であり、外観上も、時短当りの可能性があることを把握できるリーチ演出である。時短当り系リーチAは、特別図柄の当り判定処理の結果がハズレや大当りである場合には表示されず、「時短当り」である場合に限り表示される時短当り確定リーチ演出である(図15参照)。この時短当り系リーチAは、先読み対象のサブ変動演出パターンではないが、これに限られず、先読み態様のサブ変動演出パターンとしてもよい。時短当り系リーチBと時短当り系リーチCとは、外観上の演出態様は同じまたは略同じである。ただし、時短当り系リーチBは先読み対象のサブ変動演出パターンでないのに対し、時短当り系リーチCは先読み対象のサブ変動演出パターンである(図15の「先読みフラグ」の欄、図54、および後述の図55を参照)。 As described above, the time-saving hit system reaches A, B, and C are reach effects that indicate the possibility of a time-saving hit, and are reach effects that allow the player to understand the possibility of a time-saving hit from the appearance. The time-saving hit system reach A is not displayed if the result of the hit determination process for the special pattern is a miss or a big hit, and is a time-saving hit guaranteed reach effect that is displayed only when it is a "time-saving hit" (see FIG. 15). This time-saving hit system reach A is not a sub-variable performance pattern for the pre-reading target, but is not limited to this, and may be a sub-variable performance pattern for the pre-reading mode. The time-saving hit system reach B and the time-saving hit system reach C have the same or approximately the same performance mode in appearance. However, while the time-saving hit system reach B is not a sub-variable performance pattern for the pre-reading target, the time-saving hit system reach C is a sub-variable performance pattern for the pre-reading target (see the "pre-reading flag" column in FIG. 15, FIG. 54, and FIG. 55 described below).

大当り系リーチA,B,Cは、上述したとおり大当りの可能性があることを示すリーチ演出であり、外観上も、大当りの可能性があることを把握できるリーチ演出である。大当り系リーチAは、特別図柄の当り判定処理の結果がハズレや「時短当り」である場合には表示されず、「時短当り」である場合に限り表示される大当り確定リーチ演出である(図15参照)。この大当り系リーチAは、先読み対象のサブ変動演出パターンではないが、これに限られず、先読み態様のサブ変動演出パターンとしてもよい。大当り系リーチBと大当り系リーチCとは、外観上の演出態様は同じまたは略同じである。ただし、大当り系リーチBは先読み対象のサブ変動演出パターンでないのに対し、大当り系リーチCは先読み対象のサブ変動演出パターンである(図15の「先読みフラグ」の欄を参照)。 As described above, the jackpot-related reaches A, B, and C are reach effects that indicate the possibility of a jackpot, and can be seen from the outside to indicate the possibility of a jackpot. The jackpot-related reach A is not displayed if the result of the hit determination process for the special symbol is a miss or a "time-saving hit", and is a jackpot-guaranteed reach effect that is displayed only if the result is a "time-saving hit" (see FIG. 15). This jackpot-related reach A is not a sub-variation performance pattern that is a pre-reading target, but is not limited to this and may be a sub-variation performance pattern that is a pre-reading mode. The appearance of the jackpot-related reach B and the jackpot-related reach C is the same or approximately the same. However, while the jackpot-related reach B is not a sub-variation performance pattern that is a pre-reading target, the jackpot-related reach C is a sub-variation performance pattern that is a pre-reading target (see the "pre-reading flag" column in FIG. 15).

共通リーチA,B,C,D,Eは、上述したとおり大当りおよび時短当りの何れの可能性もあることを示すリーチ演出であり、外観上は、時短当りの可能性があるのか大当りの可能性があるのかを把握することが困難なリーチ演出態様である。共通リーチAは、特別図柄の当り判定処理の結果がハズレである場合には表示されず、大当りまたは「時短当り」である場合に限り表示される当り(大当り、時短当り)確定リーチ演出である(図15参照)。共通リーチBと共通リーチCとは、外観上の演出態様は同じまたは略同じである。また、共通リーチDは、共通リーチCから時短当り系リーチCに発展する演出である。さらに、共通リーチEは、共通リーチCから大当り系リーチCに発展する演出である。なお、共通リーチAおよび共通リーチBは先読み対象のサブ変動演出パターンでないのに対し、共通リーチC、共通リーチD、および共通リーチEは先読み対象のサブ変動演出パターンである(図15の「先読みフラグ」の欄を参照)。 As described above, common reaches A, B, C, D, and E are reach effects that indicate the possibility of either a jackpot or a time-saving hit, and are reach effect modes that make it difficult to know from the outside whether there is a possibility of a time-saving hit or a jackpot. Common reach A is a hit (jackpot, time-saving hit) guaranteed reach effect that is not displayed if the result of the hit determination process for the special pattern is a miss, and is displayed only if there is a jackpot or a "time-saving hit" (see Figure 15). Common reach B and common reach C have the same or nearly the same appearance. Furthermore, common reach D is an effect that develops from common reach C to time-saving hit reach C. Furthermore, common reach E is an effect that develops from common reach C to jackpot reach C. Note that common reach A and common reach B are not sub-variable performance patterns that are subject to pre-reading, whereas common reach C, common reach D, and common reach E are sub-variable performance patterns that are subject to pre-reading (see the "Pre-reading flag" column in Figure 15).

このように、サブCPU301は、サブ変動演出パターン決定テーブル(図54参照)を参照し、メインCPU201から送信された特別図柄の変動パターンコマンドに基づいて、サブ変動演出パターンを決定する。そして、サブCPU301は、決定されたサブ変動演出パターンが表示装置7に表示されるよう制御する。 In this way, the sub-CPU 301 refers to the sub-variation performance pattern determination table (see FIG. 54) and determines the sub-variation performance pattern based on the special symbol variation pattern command sent from the main CPU 201. Then, the sub-CPU 301 controls the display device 7 to display the determined sub-variation performance pattern.

[1-9-2.先読み演出パターン決定処理]
次に、先読み演出パターン決定処理として行われる、先読み当り種別演出パターン決定処理、および先読み期待値演出パターン決定処理について説明する。
[1-9-2. Pre-reading performance pattern determination process]
Next, a pre-reading winning type presentation pattern determination process and a pre-reading expected value presentation pattern determination process, which are performed as the pre-reading presentation pattern determination process, will be described.

なお、ワークRAM303(図6参照)には、メインRAM203に設けられた第1特別図柄始動記憶領域(0)、第1特別図柄始動記憶領域(1)、第1特別図柄始動記憶領域(2)、第1特別図柄始動記憶領域(3)、および第1特別図柄始動記憶領域(4)のそれぞれに対応する領域として、第1サブ保留領域(0)、第1サブ保留領域(1)、第1サブ保留領域(2)、第1サブ保留領域(3)、および第1サブ保留領域(4)が設けられている。第1特別図柄始動記憶領域(1)~第1特別図柄始動記憶領域(4)、および第1サブ保留領域(1)~第1サブ保留領域(4)には、抽出した乱数値にかかわる各種保留情報が格納されている。また、第1特別図柄始動記憶領域(0)および第1サブ保留領域(0)には、当該変動に対応する情報が格納されている。サブCPU301は、第1始動口入賞の入賞コマンドを受信すると、受信した情報を、今回の第1特別図柄始動記憶領域に対応する第1サブ保留領域に格納する。 In addition, the work RAM 303 (see FIG. 6) is provided with the first sub-reserved area (0), the first sub-reserved area (1), the first sub-reserved area (2), the first sub-reserved area (3), and the first sub-reserved area (4) as areas corresponding to the first special symbol start memory area (0), the first special symbol start memory area (1), the first special symbol start memory area (2), the first special symbol start memory area (3), and the first special symbol start memory area (4) provided in the main RAM 203, respectively. Various reserved information related to the extracted random number value is stored in the first special symbol start memory area (1) to the first special symbol start memory area (4) and the first sub-reserved area (1) to the first sub-reserved area (4). In addition, the first special symbol start memory area (0) and the first sub-reserved area (0) store information corresponding to the fluctuation. When the sub-CPU 301 receives a winning command for the first start port winning, it stores the received information in the first sub-reserve area that corresponds to the current first special symbol start memory area.

また、ワークRAM303には、メインRAM203に設けられた第2特別図柄始動記憶領域(0)、第2特別図柄始動記憶領域(1)、第2特別図柄始動記憶領域(2)、第2特別図柄始動記憶領域(3)、および第2特別図柄始動記憶領域(4)のそれぞれに対応する領域として、第2サブ保留領域(0)、第2サブ保留領域(1)、第2サブ保留領域(2)、第2サブ保留領域(3)、および第2サブ保留領域(4)が設けられている。 In addition, the work RAM 303 is provided with a second sub-reserve area (0), a second sub-reserve area (1), a second sub-reserve area (2), a second sub-reserve area (3), and a second sub-reserve area (4) as areas corresponding to the second special pattern start memory area (0), the second special pattern start memory area (1), the second special pattern start memory area (2), the second special pattern start memory area (3), and the second special pattern start memory area (4) provided in the main RAM 203, respectively.

本実施例では、通常遊技状態において第1特別図柄についての先読み演出が行われるものとするが、これに限られず、他の遊技状態(例えば、高確時短遊技状態、低確時短遊技状態)で行われるようにしてもよいし、第2特別図柄について行われるようにしてもよい。 In this embodiment, the pre-reading performance is performed for the first special symbol in the normal game state, but it is not limited to this and may be performed in other game states (e.g., high probability time-saving game state, low probability time-saving game state), or may be performed for the second special symbol.

先読み演出は、例えば、表示装置7の表示領域に表示される保留画像を用いて行われる。表示装置7の表示領域には、保留画像を表示する領域として、第1サブ保留領域(0)に対応する第0領域、第1サブ保留領域(1)に対応する第1保留領域、第1サブ保留領域(2)に対応する第2保留領域、第1サブ保留領域(3)に対応する第3保留領域、および第1サブ保留領域(4)に対応する第4保留領域が設けられている。 The pre-reading performance is performed, for example, by using pending images displayed in the display area of the display device 7. The display area of the display device 7 has the following areas for displaying pending images: a zeroth area corresponding to the first sub-pending area (0), a first pending area corresponding to the first sub-pending area (1), a second pending area corresponding to the first sub-pending area (2), a third pending area corresponding to the first sub-pending area (3), and a fourth pending area corresponding to the first sub-pending area (4).

[1-9-2-1.先読み当り種別演出パターン決定処理において参照されるテーブル]
先ず、先読み当り種別演出パターン決定処理において参照されるテーブルについて説明する。
[1-9-2-1. Tables referenced in the pre-reading winning type performance pattern determination process]
First, a table to be referred to in the pre-read winning type presentation pattern determination process will be described.

ところで、決定された先読み当り種別演出パターンで先読み演出が実行される保留画像の形態には、時短当りの可能性があることを示す時短当り系先読み演出形態と、大当りの可能性があることを示す大当り系先読み演出形態と、時短当りおよび大当りのいずれについても可能性があることを示す共通当り系先読み演出形態とが含まれる。 The forms of the reserved images in which the pre-reading performance is executed with the determined pre-reading hit type performance pattern include a time-saving hit type pre-reading performance form that indicates that there is a possibility of a time-saving hit, a jackpot type pre-reading performance form that indicates that there is a possibility of a jackpot, and a common hit type pre-reading performance form that indicates that there is a possibility of both a time-saving hit and a jackpot.

先読み当り種別演出パターンは、保留画像の形態を、例えば、共通当り系先読み演出形態から時短当り系先読み演出形態に変化させたり、共通当り系先読み演出形態から大当り系先読み演出形態に変化させたりすることにより、特別図柄の当り判定処理の結果種別に対する期待値の変化を示唆することが可能な演出パターンである。 The predictive hit type presentation pattern is a presentation pattern that can suggest a change in the expected value for the result type of the special symbol hit determination process by changing the form of the reserved image, for example, from a common hit type predictive presentation form to a time-saving hit type predictive presentation form, or from a common hit type predictive presentation form to a jackpot type predictive presentation form.

図55は、先読み当り種別演出パターン決定テーブル番号決定テーブルの一例である。この図55では、図54に示される変動パターンのうち先読み対象の変動パターンのみを示している。また、図56は、先読み当り種別演出パターン決定テーブルの一例である。なお、これらのテーブルは、第1のパチンコ遊技機が備えるサブ制御回路300のプログラムROM302に記憶されている。 Figure 55 is an example of a pre-reading winning type presentation pattern determination table number determination table. This Figure 55 shows only the variation patterns that are the pre-reading targets among the variation patterns shown in Figure 54. Also, Figure 56 is an example of a pre-reading winning type presentation pattern determination table. These tables are stored in the program ROM 302 of the sub-control circuit 300 provided in the first pachinko gaming machine.

図55の先読み当り種別演出パターン決定テーブル番号決定テーブルに示されるように、先読みフラグが設定されている変動パターンをサブCPU301が受信すると、サブCPU301は、先読み当り種別演出パターン決定テーブル番号を、例えば、変動パターンと保留数とに基づいて決定する。ここでいう保留数は、先読み対象の始動情報を含む。すなわち、第1始動口120への入賞に基づいて抽出された始動情報が保留された場合、保留後の保留数が、図55に示される保留数に相当する。 As shown in the pre-reading winning type presentation pattern determination table number determination table in FIG. 55, when the sub-CPU 301 receives a fluctuation pattern in which the pre-reading flag is set, the sub-CPU 301 determines the pre-reading winning type presentation pattern determination table number, for example, based on the fluctuation pattern and the reserved number. The reserved number here includes the start information to be pre-read. In other words, when the start information extracted based on the winning of the first start port 120 is reserved, the reserved number after the reservation corresponds to the reserved number shown in FIG. 55.

例えば、変動パターンが「03H」であって保留数が「3」の場合、先読み当り種別演出パターン決定テーブル番号は「3」に決定される。また、例えば変動パターンが「0EH」であって保留数が「2」の場合、先読み当り種別演出パターン決定テーブル番号は「22」に決定される。 For example, if the fluctuation pattern is "03H" and the reserved number is "3", the pre-reading hit type presentation pattern determination table number is determined to be "3". Also, for example, if the fluctuation pattern is "0EH" and the reserved number is "2", the pre-reading hit type presentation pattern determination table number is determined to be "22".

先読み当り種別演出パターン決定テーブル番号が決定されると、サブCPU301は、図56の先読み当り種別演出パターン決定テーブルを参照し、先読み当り種別演出パターンを決定する。詳述すると、図56の先読み当り種別演出パターン決定テーブルに示されるように、例えば、先読み当り種別演出パターン決定テーブル番号と、サブ演出選択用乱数値1とに基づいて、先読み当り種別演出パターンが決定される。 When the pre-reading hit type presentation pattern determination table number is determined, the sub-CPU 301 refers to the pre-reading hit type presentation pattern determination table in FIG. 56 to determine the pre-reading hit type presentation pattern. In more detail, as shown in the pre-reading hit type presentation pattern determination table in FIG. 56, for example, the pre-reading hit type presentation pattern is determined based on the pre-reading hit type presentation pattern determination table number and the sub-presentation selection random number value 1.

なお、図56では、便宜上、「先読み当り種別演出パターン決定テーブル番号」を「SASPT番号」と示し、「先読み当り種別演出パターン」を「SAS演出パターン」と示している。サブ演出選択用乱数値1は、例えば特別図柄の変動パターンコマンドを受信したとき等、所定の契機に基づいてサブCPU301により抽出される乱数値である。 In FIG. 56, for the sake of convenience, the "pre-reading winning type presentation pattern determination table number" is shown as the "SASPT number" and the "pre-reading winning type presentation pattern" is shown as the "SAS presentation pattern." The random number value 1 for sub-presentation selection is a random number value extracted by the sub-CPU 301 based on a specified trigger, such as when a special symbol variation pattern command is received.

例えば、先読み当り種別演出パターン決定テーブル番号が「3」であって抽出したサブ演出選択用乱数値1が「55」の場合、先読み当り種別演出パターンは「07H」に決定される。また、例えば先読み当り種別演出パターン決定テーブル番号が「7」であって抽出したサブ演出選択用乱数値1が「77」の場合、先読み当り種別演出パターンは「16H」に決定される。 For example, if the table number for determining the pre-reading hit type presentation pattern is "3" and the extracted random number value 1 for selecting sub-presentation is "55", the pre-reading hit type presentation pattern is determined to be "07H". Also, if the table number for determining the pre-reading hit type presentation pattern is "7" and the extracted random number value 1 for selecting sub-presentation is "77", the pre-reading hit type presentation pattern is determined to be "16H".

なお、図56の備考(保留対応)の欄に示される「1」~「4」は、それぞれ、第1保留領域~第4保留領域を示す。 Note that "1" to "4" shown in the Notes (Reserved) column in Figure 56 indicate the first to fourth reserved areas, respectively.

また、図56の備考(保留対応)の「1」~「4」の各欄において、先読み当り種別演出パターン決定テーブル番号とサブ演出選択用乱数値1とに対応して示される「A」は、特別図柄の当り判定処理の結果が時短当りの可能性があることを示す時短当り系先読み演出形態で保留画像が表示されることを示す。時短当り系先読み演出形態で保留画像が表示されると、外観上、時短当りの可能性があることを把握できる。 In addition, in each of the "1" to "4" columns of the notes (response to hold) in Figure 56, the "A" shown in correspondence with the look-ahead hit type presentation pattern determination table number and the random value 1 for sub-presentation selection indicates that the hold image is displayed in a time-saving hit type look-ahead presentation format, which indicates that the result of the hit determination process for the special pattern may be a time-saving hit. When the hold image is displayed in a time-saving hit type look-ahead presentation format, it can be seen from the outside that there is a possibility of a time-saving hit.

また、図56の備考(保留対応)の「1」~「4」の各欄において、先読み当り種別演出パターン決定テーブル番号とサブ演出選択用乱数値1とに対応して示される「B」は、特別図柄の当り判定処理の結果が大当りの可能性があることを示す大当り系先読み演出形態で保留画像が表示されることを示す。大当り系先読み演出形態で保留画像が表示されると、外観上、大当りの可能性があることを把握できる。 In addition, in each of the "1" to "4" columns of the Notes (Reserved) in Figure 56, the "B" shown in correspondence with the look-ahead hit type presentation pattern determination table number and the random value 1 for sub-presentation selection indicates that the reserved image is displayed in a jackpot-type look-ahead presentation format, which indicates that the result of the special symbol hit determination process is likely to be a jackpot. When the reserved image is displayed in a jackpot-type look-ahead presentation format, it can be seen from the outside that there is a possibility of a jackpot.

また、図56の備考(保留対応)の「1」~「4」の各欄において、先読み当り種別演出パターン決定テーブル番号とサブ演出選択用乱数値1とに対応して示される「C」は、特別図柄の当り判定処理の結果が時短当りおよび大当りのいずれについても可能性があることを示す共通当り系先読み演出形態で保留画像が表示されることを示す。共通当り系先読み演出形態で保留画像が表示されると、外観上、時短当りの可能性があるのか大当りの可能性があるのかを把握することが困難である。 In addition, in each of the "1" to "4" columns of the Notes (Reserved) in Figure 56, the "C" shown in correspondence with the pre-reading hit type presentation pattern determination table number and the random value 1 for sub-presentation selection indicates that the reserved image is displayed in a common-hit pre-reading presentation format, which indicates that the result of the special symbol hit determination process is either a time-saving hit or a jackpot. When the reserved image is displayed in a common-hit pre-reading presentation format, it is difficult to tell from the outside whether there is a possibility of a time-saving hit or a jackpot.

例えば、先読み当り種別演出パターンが例えば「07H」に決定された場合、第3保留領域では共通当り系先読み演出形態が表示され、第3保留領域からシフト後の第2保留領域においても共通当り系先読み演出形態が表示される。そして、第2保留領域から第1保留領域にシフトする際に共通当り系先読み演出形態から時短当り系先読み演出形態に変化し、第1保留領域では「A」の時短当り系先読み演出形態が表示される。 For example, if the pre-reading hit type presentation pattern is determined to be "07H", a common hit type pre-reading presentation form is displayed in the third reserved area, and a common hit type pre-reading presentation form is also displayed in the second reserved area after shifting from the third reserved area. Then, when shifting from the second reserved area to the first reserved area, the common hit type pre-reading presentation form changes to a time-saving hit type pre-reading presentation form, and a time-saving hit type pre-reading presentation form of "A" is displayed in the first reserved area.

また、先読み当り種別演出パターンが例えば「16H」に決定された場合、第3保留領域では「C」の共通当り系先読み演出形態が表示される。そして、第3保留領域から第2保留領域にシフトする際に共通当り系先読み演出形態から大当り系先読み演出形態に変化、第2保留領域、および第2保留領域からシフトされた後の第1保留領域では、「B」の大当り系先読み演出形態が表示される。 In addition, if the pre-reading hit type presentation pattern is determined to be, for example, "16H", a "C" common hit type pre-reading presentation form is displayed in the third reserved area. Then, when shifting from the third reserved area to the second reserved area, the common hit type pre-reading presentation form changes to a jackpot type pre-reading presentation form, and a "B" jackpot type pre-reading presentation form is displayed in the second reserved area and in the first reserved area after being shifted from the second reserved area.

すなわち、先読み当り種別演出パターンには、図56に示されるように、以下のイ)~ホ)のパターンが含まれる。なお、本実施例では、大当り系先読み演出形態から時短当り系先読み演出形態に変化するパターン、および時短当り系先読み演出形態から大短当り先読み演出形態に変化するパターンについては、先読み当り種別演出パターンに含まれないが、これらのパターンを先読み当り種別演出パターンに含むようにしてもよい。
イ)保留された時点で時短当り系先読み演出形態が表示され、その後も演出形態が変化することなく、時短当り系先読み演出形態が表示される先読み時短当り演出パターン(例えば、先読み当り種別演出パターン「09H」)。
ロ)保留された時点で大当り系先読み演出形態が表示され、その後も演出形態が変化することなく、大当り系先読み演出形態が表示される先読み大当り演出パターン(例えば、先読み当り種別演出パターン「17H」)。
ハ)保留された時点では共通当り系先読み演出形態が表示され、その後、時短当り系先読み演出形態に変化する先読み共通当り演出パターンA(例えば、先読み当り種別演出パターン「24H」)。
ニ)保留された時点では共通当り系先読み演出形態で表示され、その後、大当り系先読み演出形態に変化する先読み共通当り演出パターンB(例えば、先読み当り種別演出パターン「12H」)。
ホ)保留された時点では共通当り系先読み演出形態で表示され、その後も演出形態が変化することなく、共通当り系先読み演出形態が表示される先読み共通当り演出パターンC(例えば、先読み当り種別演出パターン「06H」)。
That is, the pre-reading hit type performance pattern includes the following patterns A) to E) as shown in Fig. 56. In this embodiment, the pattern of changing from the big hit type pre-reading performance form to the time-saving hit type pre-reading performance form and the pattern of changing from the time-saving hit type pre-reading performance form to the big short hit pre-reading performance form are not included in the pre-reading hit type performance pattern, but these patterns may be included in the pre-reading hit type performance pattern.
(i) A pre-reading time-saving hit presentation pattern in which a pre-reading presentation form for a time-saving hit is displayed at the time of being put on hold, and the presentation form does not change thereafter, and a pre-reading presentation form for a time-saving hit is displayed (for example, pre-reading hit type presentation pattern "09H").
(b) A pre-reading jackpot presentation pattern in which a jackpot-type pre-reading presentation form is displayed at the time of being put on hold, and the presentation form does not change thereafter, and the jackpot-type pre-reading presentation form is displayed (for example, pre-reading jackpot type presentation pattern "17H").
(c) At the time of being put on hold, a common hit type pre-reading presentation form is displayed, and then it changes to a time-saving hit type pre-reading presentation form, pre-reading common hit presentation pattern A (for example, pre-reading hit type presentation pattern "24H").
ii) When placed on hold, it is displayed in a common win type pre-reading presentation format, and then changes to a jackpot type pre-reading presentation format, a pre-reading common win presentation pattern B (for example, pre-reading win type presentation pattern "12H").
(e) When placed on hold, the display is in a common hit type pre-reading presentation format, and the presentation format does not change thereafter, and the common hit type pre-reading presentation format is displayed in a pre-reading common hit presentation pattern C (for example, pre-reading hit type presentation pattern "06H").

このように、サブCPU301は、先読み当り種別演出パターン決定テーブル番号決定テーブル(例えば、図55参照)を参照し、変動パターンと保留数とに基づいて、先読み当り種別演出パターン決定テーブル番号(SASPT番号)を決定する。そして、サブCPU301は、先読み当り種別演出パターン決定テーブル(図56参照)を参照し、決定された先読み当り種別演出パターン決定テーブル番号(SASPT番号)とサブ演出選択用乱数値1とに基づいて、先読み当り種別演出パターン(SAS演出パターン)を決定する。 In this way, the sub-CPU 301 refers to the pre-reading hit type presentation pattern determination table number determination table (see, for example, FIG. 55) and determines the pre-reading hit type presentation pattern determination table number (SASPT number) based on the fluctuation pattern and the number of reserved items. Then, the sub-CPU 301 refers to the pre-reading hit type presentation pattern determination table (see FIG. 56) and determines the pre-reading hit type presentation pattern (SAS presentation pattern) based on the determined pre-reading hit type presentation pattern determination table number (SASPT number) and the random number value 1 for sub-presentation selection.

なお、図56では、保留された時点では「A」の時短当り系先読み演出形態が表示され、その後、「B」の大当り系先読み演出形態に変化する先読み当り種別演出パターンについては示されていないが、このように、「A」の時短当り系先読み演出形態から「B」の大当り系先読み演出形態に変化する先読み当り種別演出パターンがサブCPU301により決定されるようにしてもよい。このようにすることで、先読み演出によって遊技者に与えうる興趣を高めることが可能となる。 In FIG. 56, the time-saving hit type pre-reading presentation form "A" is displayed at the time of reservation, and the pre-reading hit type presentation pattern that changes to the jackpot type pre-reading presentation form "B" thereafter is not shown, but the pre-reading hit type presentation pattern that changes from the time-saving hit type pre-reading presentation form "A" to the jackpot type pre-reading presentation form "B" in this manner may be determined by the sub-CPU 301. By doing so, it is possible to increase the interest that the pre-reading presentation can provide to the player.

また、図56では、「B」の大当り系先読み演出形態は、上述したとおり、特別図柄の当り判定処理の結果が大当りの可能性がある(すなわちハズレの場合もある)ことを示す大当り系先読み演出形態であるが、これに加えて、特別図柄の当り判定処理の結果が大当り確定であることを示す大当り確定先読み演出形態が表示されるようにしてもよい。この場合、サブCPU301により決定される先読み当り種別演出パターンに、以下のヘ)~チ)の先読み種別演出パターンのいずれかまたは全部が含まれるようにしてもよい。
ヘ)保留された時点で大当り確定先読み演出形態が表示され、その後も演出形態が変化することなく、大当り確定先読み演出形態が表示される先読み大当り確定演出パターンA。
ト)保留された時点では他の先読み演出形態(例えば、「A」の時短当り系先読み演出形態、「B」の大当り系先読み演出形態、「C」の共通当り系先読み演出形態等)が表示され、その後、大当り確定先読み演出形態に変化する先読み大当り確定演出パターンB。
チ)保留された時点では他の先読み演出形態(例えば、「A」の時短当り系先読み演出形態、「C」の共通当り系先読み演出形態等)が表示され、その後、「B」の大当り系先読み演出形態が表示され、さらにその後、大当り確定先読み演出形態に変化する先読み大当り確定演出パターンC。
In addition, in Fig. 56, the big win type pre-reading performance form of "B" is a big win type pre-reading performance form that indicates that the result of the hit determination process of the special symbol is likely to be a big win (i.e., there is a possibility of a miss), as described above, but in addition to this, a big win confirmation pre-reading performance form that indicates that the result of the hit determination process of the special symbol is a big win confirmation may be displayed. In this case, the pre-reading hit type performance pattern determined by the sub-CPU 301 may include any or all of the following pre-reading type performance patterns E) to H).
(e) A pre-reading jackpot confirmed presentation form is displayed at the time of being put on hold, and the presentation form does not change thereafter, and the pre-reading jackpot confirmed presentation form is displayed.
(d) When the ball is put on hold, another pre-reading presentation form (for example, a time-saving hit type pre-reading presentation form "A", a jackpot type pre-reading presentation form "B", a common hit type pre-reading presentation form "C", etc.) is displayed, and then the pre-reading jackpot confirmed presentation form changes to a jackpot confirmed pre-reading presentation form, a pre-reading jackpot confirmed presentation pattern B.
(c) At the time of being put on hold, another look-ahead presentation form (for example, a time-saving hit type look-ahead presentation form "A", a common hit type look-ahead presentation form "C", etc.) is displayed, and then a big hit type look-ahead presentation form "B" is displayed, and then it changes to a look-ahead jackpot confirmed presentation form C, which changes to a jackpot confirmed look-ahead presentation form.

また、図56では、「A」の時短当り系先読み演出形態と「B」の大当り系先読み演出形態と「C」の共通当り系先読み演出形態とのうち、保留された時点では「C」の共通当り系先読み演出形態の表示頻度が最も高いが、これに限られない。例えば、保留された時点では「A」の時短当り系先読み演出形態の表示頻度が最も高くなるようにしてもよいし、保留された時点では「B」の大当り系先読み演出形態の表示頻度が最も高くなるようにしてもよい。さらには、保留された時点では「C」の共通当り系先読み演出形態の表示頻度が最も低くなるようにしてもよい。 In addition, in FIG. 56, among the time-saving hit type pre-reading presentation form "A", the jackpot type pre-reading presentation form "B", and the common hit type pre-reading presentation form "C", the display frequency of the common hit type pre-reading presentation form "C" is the highest at the time of reservation, but this is not limited to this. For example, the display frequency of the time-saving hit type pre-reading presentation form "A" may be the highest at the time of reservation, or the display frequency of the jackpot type pre-reading presentation form "B" may be the highest at the time of reservation. Furthermore, the display frequency of the common hit type pre-reading presentation form "C" may be the lowest at the time of reservation.

また、図56では、全ての「先読み当り種別演出パターン決定テーブル番号(SASPT番号)」に対して所定幅のサブ演出選択用乱数値1を割り当てているが、これに限られず、特定のSASPT番号に対してのみサブ演出選択用乱数値を割り当てない(すなわち、特定のSASPT番号の振分率を0にして選択されない)ようにしてもよい。 In addition, in FIG. 56, a random number value of 1 for selecting sub-effects within a predetermined range is assigned to all "pre-reading winning type effect pattern determination table numbers (SASPT numbers)", but this is not limited to this, and it is also possible to not assign a random number value for selecting sub-effects to only certain SASPT numbers (i.e., the allocation rate for certain SASPT numbers is set to 0 so that they are not selected).

[1-9-2-2.先読み期待値演出パターン決定処理において参照されるテーブル]
次に、先読み期待値演出パターン決定処理において参照されるテーブルについて説明する。
[1-9-2-2. Tables referenced in the process of determining the expected value effect pattern ahead of time]
Next, a table to be referred to in the look-ahead expected value presentation pattern determination process will be described.

図57は、特別図柄の当り判定処理の結果が「時短当り」または「大当り」である場合に参照される、先読み期待値演出パターン決定テーブル(当り時)の一例である。また、図58は、特別図柄の当り判定処理の結果がハズレである場合に参照される、先読み期待値演出パターン決定テーブル(ハズレ時)の一例である。 Figure 57 is an example of a look-ahead expected value presentation pattern determination table (when a win occurs) that is referenced when the result of the special symbol hit determination process is a "time-saving hit" or a "jackpot." Also, Figure 58 is an example of a look-ahead expected value presentation pattern determination table (when a miss occurs) that is referenced when the result of the special symbol hit determination process is a miss.

ところで、決定された先読み期待値演出パターンで先読み演出が実行される保留画像の形態は、当り(時短当り、大当り)に対する期待値に応じて演出形態が異なる。 The form of the reserved image in which the look-ahead performance is executed in the determined look-ahead expected value performance pattern differs depending on the expected value for a win (time-saving win, jackpot).

時短当り系先読み演出形態として保留画像が表示される場合、例えば、通常は三角形であらわされる保留画像を、「四角形<五角形<六角形<円<星」といったように保留画像の形状を変化させることによって期待値の変化をあらわすことができる。この場合、保留画像が四角形である場合に期待値が最も低く、星である場合に期待値が最も高い。 When a reserved image is displayed as a time-saving hit-reading performance format, for example, the reserved image, which is usually displayed as a triangle, can be changed in shape to show a change in expected value, such as "square < pentagon < hexagon < circle < star." In this case, the expected value is lowest when the reserved image is a square, and highest when the image is a star.

また、大当り系先読み演出形態として保留画像が表示される場合、例えば、通常は白であらわされる保留画像を、「青<黄<緑<赤<虹」といったように保留画像の色を変化させることによって期待値の変化をあらわすことができる。この場合、保留画像が青である場合には期待値が最も低く、保留画像が虹である場合には期待値が最も高い。 In addition, when a reserved image is displayed as a jackpot-type pre-reading performance, for example, the reserved image, which is usually displayed in white, can be changed in color to show a change in expected value, such as "blue < yellow < green < red < rainbow." In this case, when the reserved image is blue, the expected value is the lowest, and when the reserved image is rainbow, the expected value is the highest.

なお、詳細は後述するが、大当りおよび時短当りのいずれについても可能性があることを示す共通当り系先読み演出形態として保留画像が表示される場合については、保留画像を、例えば、大当りに対する期待値レベルを示す色と、時短当りに対する期待値レベルを示す形状との両方であらわすようにしてもよいし、専用の共通当り系先読み演出形態であらわすようにしてもよい。 In addition, although details will be described later, when the reserved image is displayed as a common win type pre-reading presentation format that indicates the possibility of either a jackpot or a time-saving hit, the reserved image may be displayed, for example, with both a color indicating the expected value level for a jackpot and a shape indicating the expected value level for a time-saving hit, or it may be displayed in a dedicated common win type pre-reading presentation format.

先読み演出が行われる保留画像は、期待値が相対的に低い演出形態から期待値が相対的に高い演出形態に変化可能であるものの、期待値が相対的に高い演出形態から期待値が相対的に低い演出形態には変化しない方が好ましい。また、保留画像の演出形態を変化させる際、必ずしも、「四角形<五角形<六角形<円<星」や「青<黄<緑<赤<虹」の順に1つずつ変化させていく必要はなく、例えば「五角形→円」や「黄→虹」に変化させてもよい。また、保留画像の形態を、必ずしも、最も期待値の低い四角形や青から開始させる必要はなく、例えば円や赤から開始させるようにしてもよい。 Although the reserved image for which the look-ahead performance is performed can change from a performance form with a relatively low expected value to a performance form with a relatively high expected value, it is preferable not to change from a performance form with a relatively high expected value to a performance form with a relatively low expected value. In addition, when changing the performance form of the reserved image, it is not necessarily necessary to change one by one in the order of "square < pentagon < hexagon < circle < star" or "blue < yellow < green < red < rainbow", but it may be changed, for example, from "pentagon → circle" or "yellow → rainbow". In addition, it is not necessarily necessary to start the reserved image form with a square or blue, which have the lowest expected value, but it may start with a circle or red, for example.

なお、図57の備考(保留対応)の欄に示される「1」~「4」は、図56と同様に、それぞれ、第1保留領域~第4保留領域を示す。 Note that the numbers "1" to "4" shown in the Notes (Reserved) column in Figure 57 indicate the first to fourth reserved areas, respectively, just like in Figure 56.

また、図57の備考(保留対応)の「1」~「4」の各欄において、先読み当り種別演出パターン決定テーブル番号と、サブ演出選択用乱数値2とに対応して示される「0」~「5」は、当り(時短当り、大当り)に対する期待値の高さを示している。例えば、上述の「三角形」および「白」が「0」に相当し、上述の「四角形」および「青」が「1」に相当し、上述の「五角形」および「黄」が「2」に相当し、上述の「六角形」および「緑」が「3」に相当し、上述の「円」および「赤」が「4」に相当し、上述の「星」および「虹」が「5」に相当する。 In addition, in each of the "1" to "4" columns of the remarks (for pending play) in Figure 57, the "0" to "5" shown in correspondence with the pre-reading hit type presentation pattern determination table number and the random number value 2 for selecting sub-presentations indicate the expected value for a hit (time-saving hit, big hit). For example, the above-mentioned "triangle" and "white" correspond to "0", the above-mentioned "square" and "blue" correspond to "1", the above-mentioned "pentagon" and "yellow" correspond to "2", the above-mentioned "hexagon" and "green" correspond to "3", the above-mentioned "circle" and "red" correspond to "4", and the above-mentioned "star" and "rainbow" correspond to "5".

以下、図57の備考(保留対応)の「1」~「4」の各欄において、先読み当り種別演出パターン決定テーブル番号と、サブ演出選択用乱数値2とに対応して示される「0」~「5」を、期待値レベル「0」~「5」と称する。 Hereinafter, in each of the "1" to "4" columns of the Notes (Reserved) in Figure 57, the "0" to "5" shown in correspondence with the pre-reading winning type presentation pattern determination table number and the random number value 2 for selecting sub-presentations will be referred to as expected value levels "0" to "5".

特別図柄の当り判定処理の結果が「時短当り」または「大当り」である場合の先読み期待値演出パターンは、図57の先読み期待値演出パターン決定テーブル(当り時)に示されるように、例えば、保留数と、サブ演出選択用乱数値2とに基づいて決定される。同様に、特別図柄の当り判定処理の結果がハズレである場合、先読み期待値演出パターンは、図58の先読み期待値演出パターン決定テーブル(ハズレ時)に示されるように、例えば、保留数と、サブ演出選択用乱数値2とに基づいて決定される。サブ演出選択用乱数値2は、例えば特別図柄の変動パターンコマンドを受信したとき等、所定の契機に基づいてサブCPU301により抽出される乱数値である。なお、図57および図58では、保留数が「1」~「3」の場合についてのみ図示し、保留数が「4」の場合の図示を、便宜上、省略している。 When the result of the special symbol hit determination process is a "time-saving hit" or a "jackpot", the look-ahead expectation value presentation pattern is determined based on, for example, the reserved number and the random number value 2 for selecting the sub-effect, as shown in the look-ahead expectation value presentation pattern determination table (when a hit) in FIG. 57. Similarly, when the result of the special symbol hit determination process is a miss, the look-ahead expectation value presentation pattern is determined based on, for example, the reserved number and the random number value 2 for selecting the sub-effect, as shown in the look-ahead expectation value presentation pattern determination table (when a miss) in FIG. 58. The random number value 2 for selecting the sub-effect is a random number value extracted by the sub-CPU 301 based on a specified trigger, such as when a special symbol change pattern command is received. Note that in FIG. 57 and FIG. 58, only the reserved number values of "1" to "3" are illustrated, and the case where the reserved number is "4" is omitted for convenience.

例えば、特別図柄の当り判定処理の結果が大当りであって、保留数が「3」、サブ演出選択用乱数値2が「750」の場合、先読み期待値演出パターンは「43H」に決定される。先読み期待値演出パターンが例えば「43H」に決定された場合、第3保留領域では期待値レベルが「2」、第3保留領域から第2保留領域にシフトする際に期待値レベルが「2」から「3」に変化し、第2保留領域から第1保留領域にシフトする際に期待値レベルが「3」から「5」に変化する。 For example, if the result of the special symbol hit determination process is a jackpot, the reserved number is "3", and the random number value 2 for selecting sub-effects is "750", the look-ahead expected value performance pattern is determined to be "43H". If the look-ahead expected value performance pattern is determined to be "43H", for example, the expected value level is "2" in the third reserved area, the expected value level changes from "2" to "3" when shifting from the third reserved area to the second reserved area, and the expected value level changes from "3" to "5" when shifting from the second reserved area to the first reserved area.

また、例えば、特別図柄の当り判定処理の結果がハズレであって、保留数が「3」、サブ演出選択用乱数値2が「680」の場合、先読み期待値演出パターンは「3FH」に決定される。先読み期待値演出パターンが例えば「3FH」に決定された場合、第3保留領域では期待値レベルが「2」、第2保留領域では期待値レベルが「2」、第2保留領域から第1保留領域にシフトする際に期待値レベルが「2」から「4」に変化する。 Also, for example, if the result of the special symbol hit determination process is a miss, the reserved number is "3", and the random number value 2 for selecting sub-effects is "680", the look-ahead expected value performance pattern is determined to be "3FH". If the look-ahead expected value performance pattern is determined to be "3FH", for example, the expected value level is "2" in the third reserved area, the expected value level is "2" in the second reserved area, and when shifting from the second reserved area to the first reserved area, the expected value level changes from "2" to "4".

このように、サブCPU301は、特別図柄当り判定処理の結果に基づいて、先読み期待値演出パターン決定テーブル(当り時)(図57参照)または先読み期待値演出パターン決定テーブル(ハズレ時)(図58参照)を参照し、保留数とサブ演出選択用乱数値2とに基づいて、先読み期待値演出パターンを決定する。 In this way, the sub-CPU 301 refers to the look-ahead expected value presentation pattern determination table (when a win occurs) (see FIG. 57) or the look-ahead expected value presentation pattern determination table (when a miss occurs) (see FIG. 58) based on the result of the special pattern hit determination process, and determines the look-ahead expected value presentation pattern based on the number of reserved numbers and the random number value 2 for selecting sub-presentations.

なお、特別図柄の当り判定処理の結果が「時短当り」または「大当り」である場合、各先読み期待値演出パターンの振分率は、図57に示される振分率に限られず、適宜変更可能である。 In addition, if the result of the special pattern hit determination process is a "time-saving hit" or a "jackpot," the allocation rate of each pre-reading expected value presentation pattern is not limited to the allocation rate shown in FIG. 57 and can be changed as appropriate.

また、特別図柄の当り判定処理の結果が「ハズレ」である場合、期待値レベルが相対的に低い先読み期待値演出パターン(例えば、「01H」や「0BH」等)の選択率を高くする等により偏りを持たせているが、これに限られず、例えば均等振分にする等、適宜変更可能である。 In addition, if the result of the special symbol hit determination process is a "miss," a bias is created by increasing the selection rate of pre-reading expected value presentation patterns with relatively low expected value levels (for example, "01H" or "0BH"), but this is not limited to this and can be changed as appropriate, for example by distributing them evenly.

また、図57や図58では、全ての「先読み期待値演出パターン」に対して所定幅のサブ演出選択用乱数値2を割り当てているが、これに限られず、特定の「先読み期待値演出パターン」に対してのみサブ演出選択用乱数値2を割り当てない(すなわち、特定の「先読み期待値演出パターン」の振分率を0にして選択されない)ようにしてもよい。 In addition, in Figures 57 and 58, a predetermined range of random number values 2 for selecting sub-effects are assigned to all "look-ahead expected value performance patterns", but this is not limited to this, and it is also possible to not assign random number values 2 for selecting sub-effects to only certain "look-ahead expected value performance patterns" (i.e., the allocation rate of a certain "look-ahead expected value performance pattern" is set to 0 so that it is not selected).

[1-9-3.先読み演出パターン決定処理]
次に、図54~図58の各テーブルを参照してサブCPU301により実行される先読み演出パターン決定処理について、図59を参照して説明する。図59は、サブCPU301により実行される先読み演出パターン決定処理を示すフローチャートの一例である。なお、上述したとおり、本実施例において、サブCPU301は、先読み演出パターン決定処理を、左打ちが正規な遊技態様とされる通常遊技状態においてのみ実行するが、これに限定されるものではない。
[1-9-3. Pre-reading performance pattern determination process]
Next, the look-ahead performance pattern determination process executed by the sub-CPU 301 with reference to each table of Figures 54 to 58 will be described with reference to Figure 59. Figure 59 is an example of a flowchart showing the look-ahead performance pattern determination process executed by the sub-CPU 301. As described above, in this embodiment, the sub-CPU 301 executes the look-ahead performance pattern determination process only in a normal game state in which hitting from the left is considered to be a regular game mode, but is not limited to this.

サブCPU301は、先ず、メインCPU201から送信される入賞コマンドを受信したか否かを判定する(S3001)。 The sub-CPU 301 first determines whether or not a winning command has been received from the main CPU 201 (S3001).

入賞コマンドを受信していない場合(S3001がNO判定の場合)、サブCPU301は、先読み演出パターン決定処理を終了する。 If no winning command has been received (if S3001 returns NO), the sub-CPU 301 ends the pre-reading performance pattern determination process.

一方、入賞コマンドを受信したと判定された場合(S3001がYES判定の場合)、サブCPU301は、処理を、S3002に移す。 On the other hand, if it is determined that a winning command has been received (if S3001 returns a YES judgment), the sub-CPU 301 transfers the process to S3002.

S3002において、サブCPU301は、先読み対象の保留が現時点でないか否か、すなわち、現在の保留に対して先読み演出が実行されているか否かを判定する。保留が複数存在する場合、複数の保留画像において先読み演出を行ってもよいが、本実施例では、1個の保留画像に対してのみ先読み演出を行うようにしている。 In S3002, the sub-CPU 301 determines whether there are currently no pending items to be pre-read, i.e., whether a pre-read performance is being performed for the current pending items. If there are multiple pending items, the pre-read performance may be performed for multiple pending images, but in this embodiment, the pre-read performance is performed for only one pending image.

現在の保留に対して先読み演出が実行されている場合(S3002がNO判定の場合)、サブCPU301は、先読み演出パターン決定処理を終了する。 If a look-ahead performance is being performed for the current hold (if S3002 is judged as NO), the sub-CPU 301 ends the look-ahead performance pattern determination process.

一方、現在の保留に対して先読み演出が実行されていない場合(S3002がYES判定の場合)、サブCPU301は、処理を、S3003に移す。 On the other hand, if a look-ahead performance is not being performed for the current hold (if S3002 returns YES), the sub-CPU 301 transfers the process to S3003.

S3003において、サブCPU301は、入賞コマンドで受け取った変動パターン情報が先読み対象であるか否か(図55参照)を判定する。 In S3003, the sub-CPU 301 determines whether the variation pattern information received in the winning command is subject to pre-reading (see FIG. 55).

入賞コマンドで受け取った変動パターン情報が先読み対象でない場合(S3003がNO判定の場合)、サブCPU301は、先読み演出パターン決定処理を終了する。 If the variation pattern information received in the winning command is not subject to pre-reading (if S3003 is judged as NO), the sub-CPU 301 ends the pre-reading performance pattern determination process.

一方、入賞コマンドで受け取った変動パターン情報が先読み対象である場合(S3003がYES判定の場合)、サブCPU301は、処理を、S3004に移す。 On the other hand, if the variation pattern information received in the winning command is to be pre-read (if S3003 returns YES), the sub-CPU 301 transfers the process to S3004.

S3004において、サブCPU301は、天井値と天井カウンタとの差が例えば保留可能な上限数(例えば、4または8)より大きいか否かを判定する。この処理は、先読み演出を行ったにもかかわらず、先読み演出を行った保留について特別図柄の可変表示が実行される前に、B時短遊技状態に移行してしまうことを回避するためである。これにより、興趣の低下を抑制することが可能となる。サブCPU301は、この処理を実行した後、処理を、S3005に移す。 In S3004, the sub-CPU 301 determines whether the difference between the ceiling value and the ceiling counter is greater than the upper limit number of reserved balls (e.g., 4 or 8). This process is to avoid a transition to time-saving game state B before the variable display of the special symbol is executed for the reserved ball for which the pre-reading performance has been executed, despite the pre-reading performance having been executed. This makes it possible to prevent a decline in interest. After executing this process, the sub-CPU 301 moves the process to S3005.

なお、本実施例では、S3004において、天井値と天井カウンタとの差が保留可能な上限数よりも大きいか否かを判定しているが、これに限られず、入賞コマンドで受け取った変動パターン情報が先読み対象である場合(S3003がYES判定である場合)に、先読み対象を含めた保留数よりも大きいか否かを判定するようにしてもよい。また、天井値および天井カウンタは、メインCPU201から情報をコマンドとして受信してもよいし、メインCPU201とは別にサブCPU301が管理してもよい。 In this embodiment, in S3004, it is determined whether the difference between the ceiling value and the ceiling counter is greater than the maximum number that can be reserved, but this is not limited to this, and if the fluctuation pattern information received in the winning command is a target for pre-reading (if S3003 is determined to be YES), it may be determined whether the difference is greater than the number of reserved balls including the target for pre-reading. In addition, the ceiling value and ceiling counter may receive information as a command from the main CPU 201, or may be managed by the sub-CPU 301 separately from the main CPU 201.

S3005において、サブCPU301は、先読み当り種別演出パターン決定テーブル番号決定処理を行う。この処理では、先読み当り種別演出パターン決定テーブル番号決定テーブル(図55参照)を参照し、先読み当り種別演出パターン決定テーブル番号が決定される。サブCPU301は、この処理を実行した後、処理を、S3006に移す。 In S3005, the sub-CPU 301 performs a pre-reading hit type presentation pattern determination table number determination process. In this process, the pre-reading hit type presentation pattern determination table number determination table (see FIG. 55) is referenced to determine the pre-reading hit type presentation pattern determination table number. After executing this process, the sub-CPU 301 transfers the process to S3006.

S3006において、サブCPU301は、先読み当り種別演出パターン決定処理を行う。この処理では、先読み当り種別演出パターン決定テーブル(図56参照)を参照し、先読み当り種別演出パターンが決定される。サブCPU301は、この処理を実行した後、処理を、S3007に移す。 In S3006, the sub-CPU 301 performs a process for determining a pre-reading hit type presentation pattern. In this process, the pre-reading hit type presentation pattern is determined by referring to the pre-reading hit type presentation pattern determination table (see FIG. 56). After executing this process, the sub-CPU 301 transfers the process to S3007.

S3007において、サブCPU301は、特別図柄の当り判定処理の結果が「時短当り」または「大当り」であるか否かを判定する。この処理では、メインCPU201から送信された入賞コマンドで受け取った変動パターン情報に基づいて特別図柄の当り判定処理の結果を判定し、この結果が「時短当り」または「大当り」である場合にYES判定される。ただしこれに限られず、特別図柄の当落情報をメインCPU201からサブCPU301に送信することで、「時短当り」または「大当り」を判定するようにしてもよい。 In S3007, the sub-CPU 301 determines whether the result of the special symbol hit determination process is a "time-saving hit" or a "jackpot". In this process, the result of the special symbol hit determination process is determined based on the fluctuation pattern information received in the winning command sent from the main CPU 201, and if the result is a "time-saving hit" or a "jackpot", a YES determination is made. However, this is not limited to this, and a "time-saving hit" or a "jackpot" may be determined by sending hit/loss information for the special symbol from the main CPU 201 to the sub-CPU 301.

特別図柄の当り判定処理の結果が「時短当り」または「大当り」である場合(S3007がYES判定)、サブCPU301は、処理を、S3008に移す。 If the result of the special symbol hit determination process is a "time-saving hit" or a "jackpot" (YES determination in S3007), the sub-CPU 301 transfers the process to S3008.

一方、特別図柄の当り判定処理の結果が「時短当り」および「大当り」のいずれでもない場合(S3007がNO判定)、サブCPU301は、処理を、S3009に移す。 On the other hand, if the result of the special symbol hit determination process is neither a "time-saving hit" nor a "jackpot" (S3007 judges NO), the sub-CPU 301 transfers the process to S3009.

S3008において、サブCPU301は、先読み期待値演出パターン(当り時)決定処理を行う。この処理では、図57の先読み期待値演出パターン決定テーブル(当り時)を参照し、先読み演出パターン(当り時)を決定する。サブCPU301は、この処理を実行した後、先読み演出パターン決定処理を修了する。 In S3008, the sub-CPU 301 performs a process for determining a look-ahead expected value presentation pattern (when a win occurs). In this process, the sub-CPU 301 refers to the look-ahead expected value presentation pattern determination table (when a win occurs) in FIG. 57 to determine a look-ahead presentation pattern (when a win occurs). After executing this process, the sub-CPU 301 ends the look-ahead presentation pattern determination process.

また、S3009において、サブCPU301は、ハズレ時先読み演出パターン決定処理を行う。この処理では、図58の先読み期待値演出パターン決定テーブル(ハズレ時)を参照し、先読み期待値演出パターン(ハズレ時)を決定する。サブCPU301は、この処理を実行した後、先読み演出パターン決定処理を修了する。 In addition, in S3009, the sub-CPU 301 performs a process for determining a look-ahead performance pattern when the result is a loss. In this process, the look-ahead expected value performance pattern determination table (when the result is a loss) in FIG. 58 is referenced, and a look-ahead expected value performance pattern (when the result is a loss) is determined. After executing this process, the sub-CPU 301 ends the look-ahead performance pattern determination process.

[1-9-4.先読み演出が行われることによる作用効果、先読み演出の拡張例]
上述した先読み演出では、保留画像の形態変化により、大当り系先読み演出形態と時短当り系先読み演出形態とのいずれに変化していくのかといった面白みのみならず、当り(大当り、時短当り)の期待値レベルを変化させることが可能であり、これまでにない新たな演出を行うことにより興趣を高めることが可能となる。なお、保留画像の形態を変化させるタイミングは、保留がシフトする際に限られず、例えば当該変動の特別図柄の可変表示中であってもよい。
[1-9-4. Effects of pre-reading performance, examples of pre-reading performance extensions]
In the above-mentioned look-ahead performance, not only is it interesting to see whether the reserved image changes into a big win type look-ahead performance form or a time-saving hit type look-ahead performance form, but it is also possible to change the expected value level of a hit (big win, time-saving hit), and it is possible to increase interest by performing a new performance that has never been performed before. Note that the timing for changing the reserved image form is not limited to when the reserved image shifts, and may be, for example, during the variable display of the special pattern of the change.

また、先読み演出として行われる保留画像の形態(例えば、第1サブ保留領域(4)~第1サブ保留領域(1)の範囲内で表示される保留画像の形態)については第1始動口120への入賞時に決定し、当該変動の特別図柄の可変表示における保留画像の形態については特別図柄の可変表示の開始時に決定するようにしてもよい。 In addition, the form of the reserved image used as a pre-reading effect (for example, the form of the reserved image displayed within the range of the first sub-reserved area (4) to the first sub-reserved area (1)) may be determined at the time of winning at the first starting port 120, and the form of the reserved image in the variable display of the special pattern of the change may be determined at the start of the variable display of the special pattern.

ところで、先読み時短当り演出パターンで先読み演出が実行される変動パターン(図54の例えば「03H」、「0EH」を参照)に決定される確率と、先読み大当り演出パターンで先読み演出が実行される変動パターン(図54の例えば「06H」、「11H」を参照)に決定される確率とを比較すると、前者の確率の方が高い(例えば、図15参照)。すなわち、先読み演出の実行割合は、先読み大当り演出パターンでの先読み演出の実行割合よりも、先読み時短当り演出パターンでの先読み演出の実行割合の方が高い。したがって、大当りの可能性がある場合にのみ先読み演出が行われていた従来のパチンコ遊技機と比べて、当りの期待値の低下を抑制しつつ先読み演出の実行頻度を高めることができ、興趣を高めることが可能となる。 By the way, when comparing the probability of being determined as a variation pattern in which a look-ahead performance is executed in a look-ahead time-saving hit performance pattern (see, for example, "03H" and "0EH" in FIG. 54) with the probability of being determined as a variation pattern in which a look-ahead performance is executed in a look-ahead jackpot performance pattern (see, for example, "06H" and "11H" in FIG. 54), the former probability is higher (see, for example, FIG. 15). In other words, the execution rate of the look-ahead performance is higher in the look-ahead time-saving hit performance pattern than in the look-ahead jackpot performance pattern. Therefore, compared to conventional pachinko gaming machines in which a look-ahead performance is executed only when there is a possibility of a jackpot, it is possible to increase the execution frequency of the look-ahead performance while suppressing the decrease in the expected value of a win, and to increase interest.

なお、先読み大当り演出パターンでの先読み演出の実行割合を、先読み時短当り演出パターンでの先読み演出の実行割合よりも高くしてもよい。この場合、先読み演出が実行されると、時短当りに対する期待値よりも大当りに対する期待値の方が高いため、興趣を高めることが可能となる。 The execution rate of the look-ahead performance in the look-ahead jackpot performance pattern may be higher than the execution rate of the look-ahead performance in the look-ahead time-saving performance pattern. In this case, when the look-ahead performance is executed, the expected value for a jackpot is higher than the expected value for a time-saving hit, making it possible to increase interest.

また、本実施例では、確変フラグがオフの遊技状態(本実施例では、通常遊技状態、低確時短遊技状態)において、特別図柄の当り判定処理において「時短当り」に当選しうる(図10参照)。ただし、本実施例では、通常遊技状態では先読み演出が行われるものの、低確時短遊技状態では先読み演出が行われない。低確時短遊技状態における特別図柄の当り判定処理の結果が「時短当り」であったとしても、A時短遊技状態に対してC時短遊技状態を重ねて実行する場合、およびA時短遊技状態に対してC時短遊技状態を重ねて実行しない場合のいずれにおいても、時短回数が増加する可能性は低い。そのため、A時短遊技状態において「時短当り」に当選した可能性があることを、極力遊技者に知られないようにすることで、「時短当り」に当選したことによって遊技者に与える落胆を軽減することができ、興趣の低下を抑制することが可能となる。 In addition, in this embodiment, in a game state where the probability change flag is off (in this embodiment, the normal game state and the low-probability time-saving game state), a "time-saving hit" can be won in the hit determination process of the special symbol (see FIG. 10). However, in this embodiment, a pre-reading performance is performed in the normal game state, but not in the low-probability time-saving game state. Even if the result of the hit determination process of the special symbol in the low-probability time-saving game state is a "time-saving hit," the number of time-saving times is unlikely to increase in either the case where the time-saving game state C is superimposed on the time-saving game state A, or the case where the time-saving game state C is not superimposed on the time-saving game state A. Therefore, by making it as much as possible for the player to not know that he or she may have won a "time-saving hit" in the time-saving game state A, it is possible to reduce the disappointment given to the player by winning a "time-saving hit," and to suppress a decrease in interest.

ただし、低確時短遊技状態では先読み演出が行われないようにすることは必須ではなく、通常遊技状態のみならず低確時短遊技状態や高確低時短遊技状態においても先読み演出が行われるようにしてもよい。また、本実施例では、第1特別図柄についてのみ先読み演出が行われるようにしているが、これに限られず、第2特別図柄についても先読み演出が行われるようにしてもよい。 However, it is not essential to prevent the pre-reading effect from being performed in the low-probability time-saving play state, and the pre-reading effect may be performed not only in the normal play state but also in the low-probability time-saving play state and the high-probability low-time-saving play state. Also, in this embodiment, the pre-reading effect is performed only for the first special symbol, but it is not limited to this, and the pre-reading effect may also be performed for the second special symbol.

また、本実施例では、上述したとおり、サブ変動演出パターンとして、時短当り系リーチ、大当り系リーチ、または共通リーチが実行されうる。本実施例では、図15、図54~図56を参照すると分かるように、サブCPU301は、先読み時短当り演出パターンで先読み演出を実行した場合は、サブ変動演出パターンとして、時短当り系リーチを実行し、大当り系リーチを実行しない。また、サブCPU301は、先読み大当り演出パターンで先読み演出を実行した場合は、サブ変動演出パターンとして、大当り系リーチを実行し、時短当り系リーチを実行しない。 In addition, in this embodiment, as described above, a time-saving hit type reach, a jackpot type reach, or a common reach can be executed as the sub-variation presentation pattern. In this embodiment, as can be seen by referring to FIG. 15 and FIG. 54 to FIG. 56, when the sub-CPU 301 executes a look-ahead presentation with a look-ahead time-saving hit presentation pattern, it executes a time-saving hit type reach as the sub-variation presentation pattern, and does not execute a jackpot type reach. In addition, when the sub-CPU 301 executes a look-ahead presentation with a look-ahead jackpot presentation pattern, it executes a jackpot type reach as the sub-variation presentation pattern, and does not execute a time-saving hit type reach.

また、本実施例において、サブCPU301は、先読み時短当り演出パターンまたは先読み共通当り演出パターンで先読み演出を実行した場合、サブ変動演出パターンとして時短当り系リーチを実行可能である。ただし、サブCPU301は、先読み大当り演出パターンで先読み演出を実行した場合、サブ変動演出パターンとして時短当り系リーチを実行しない。 In addition, in this embodiment, when the sub-CPU 301 executes a look-ahead performance with a look-ahead time-saving hit performance pattern or a look-ahead common hit performance pattern, it can execute a time-saving hit type reach as a sub-variable performance pattern. However, when the sub-CPU 301 executes a look-ahead performance with a look-ahead big hit performance pattern, it does not execute a time-saving hit type reach as a sub-variable performance pattern.

また、先読み大当り演出パターン(例えば、図56に示される先読み当り種別演出パターン(SAS演出パターン)「37H」)と、先読み時短当り演出パターン(例えば、図56に示される先読み当り種別演出パターン「29H」)と、先読み共通当り演出パターン(例えば、図56に示される先読み演出パターン(SAS演出パターン)「27H」)とのいずれが実行された場合であっても、サブCPU301は、サブ変動演出パターンとして共通リーチ(例えば、図55に示されるサブ変動演出パターン「0AH」、「0BH」)を実行するようにしてもよい。 In addition, regardless of whether a pre-reading jackpot presentation pattern (for example, pre-reading hit type presentation pattern (SAS presentation pattern) "37H" shown in FIG. 56), a pre-reading time-saving hit presentation pattern (for example, pre-reading hit type presentation pattern "29H" shown in FIG. 56), or a pre-reading common hit presentation pattern (for example, pre-reading presentation pattern (SAS presentation pattern) "27H" shown in FIG. 56) is executed, the sub-CPU 301 may execute a common reach (for example, the sub-variable presentation patterns "0AH" and "0BH" shown in FIG. 55) as a sub-variable presentation pattern.

また、時短当り系リーチを実行し、該時短当り系リーチでハズレを明示した後に、大当り系リーチを実行する演出パターンを設けてもよい。この場合、利益率の高い大当り系リーチが実行されるか否かを最後まで遊技者が期待感をもって遊技を行うことができるようになるため、遊技者の興趣を向上させることができる。 Also, a presentation pattern may be set in which a time-saving hit type reach is executed, and after the time-saving hit type reach indicates a miss, a big win type reach is executed. In this case, the player can play with a sense of anticipation until the end, wondering whether or not a high-profit big win type reach will be executed, thereby increasing the player's interest.

また、図15に示されるように、先読み演出が実行された始動情報について行われる特別図柄の可変表示(以下「ターゲット変動」と称する)において、共通リーチEが実行された場合、共通リーチCと共通する演出が表示された後、大当り系リーチCと共通する演出に移行可能である。一方、共通リーチCと共通する演出が何ら実行されなかった場合、大当り系リーチCに移行しない。同様に、ターゲット変動において、共通リーチEが実行された場合、共通リーチCと共通する演出が表示された後、時短当り系リーチCと共通する演出に移行可能である。一方、共通リーチCと共通する演出が何ら実行されなかった場合、時短当り系リーチCに移行しない。 Also, as shown in FIG. 15, in the variable display of special symbols (hereinafter referred to as "target variation") performed for start information in which a pre-reading effect has been executed, if a common reach E is executed, an effect common to the common reach C is displayed, and then it is possible to transition to an effect common to the jackpot reach C. On the other hand, if no effect common to the common reach C is executed, it will not transition to the jackpot reach C. Similarly, in the target variation, if a common reach E is executed, an effect common to the common reach C is displayed, and then it is possible to transition to an effect common to the time-saving hit reach C. On the other hand, if no effect common to the common reach C is executed, it will not transition to the time-saving hit reach C.

ところで、本実施例では、1個の保留画像に対してのみ先読み演出を行うようにしている(S3002を参照)。そのため、特別図柄の当り判定処理の結果が大当りである可能性があることを示す先読み演出態様(以下「大当り先読み演出」と称する)がすでに実行されている場合にも、サブCPU301は、新たな先読み演出を実行しない。なお、複数の保留画像において先読み演出が行われるパチンコ遊技機であったとしても、大当り先読み演出がすでに実行されている場合には、新たな先読み演出を実行しないことが好ましい。 In this embodiment, the look-ahead performance is performed only for one reserved image (see S3002). Therefore, even if a look-ahead performance mode (hereinafter referred to as a "jackpot look-ahead performance") that indicates that the result of the special pattern hit determination process may be a jackpot has already been performed, the sub-CPU 301 will not perform a new look-ahead performance. Note that even in a pachinko gaming machine in which look-ahead performance is performed for multiple reserved images, it is preferable not to perform a new look-ahead performance if a jackpot look-ahead performance has already been performed.

例えば、任意の一の保留(以下「第1の保留」と称する)と、この第1の保留よりも後に特別図柄の可変表示が開始される他の保留(以下「第2の保留」と称する)とを含む複数の保留が存在し、第1の保留において先読み大当り演出パターン(例えば、図56の先読み当り種別演出パターン「17H」)が実行されている場合、第2の保留において先読み演出が実行されたとしても、この第2の保留における先読み演出が意味をなさないものとなる可能性がある。とくに、第1の保留について大当りが導出されて大当り遊技状態に制御され、この大当り遊技状態の終了後にA時短遊技状態に制御された場合、第2の保留について例えば「時短当り」が導出されたとしても、この「時短当り」の恩恵を遊技者が受けることができない可能性があり、この場合、興趣の低下が著しい。そこで、大当り先読み演出がすでに実行されている場合には、大当り先読み演出が実行されている保留よりも後に消化される保留についての先読み演出を実行しないようにすることが好ましい。 For example, if there are multiple reserves including one reserve (hereinafter referred to as the "first reserve") and another reserve (hereinafter referred to as the "second reserve") in which the variable display of the special pattern starts after the first reserve, and a look-ahead jackpot performance pattern (for example, the look-ahead hit type performance pattern "17H" in FIG. 56) is being executed in the first reserve, even if a look-ahead performance is executed in the second reserve, the look-ahead performance in the second reserve may be meaningless. In particular, if a jackpot is derived for the first reserve and the game is controlled to a jackpot game state, and the game state is controlled to an A time-saving game state after the end of this jackpot game state, even if a "time-saving hit" is derived for the second reserve, the player may not be able to receive the benefit of this "time-saving hit", and in this case, the interest will be significantly reduced. Therefore, if a jackpot look-ahead performance has already been executed, it is preferable not to execute a look-ahead performance for a reserve that is consumed after the reserve in which the jackpot look-ahead performance is being executed.

なお、第1の保留が大当りの保留(大当りが導出される保留)であったとしても、第1の保留について先読み演出が実行されていない場合には、第2の保留において先読み演出を実行してもよいし、実行しなくてもよい。 In addition, even if the first hold is a jackpot hold (a hold from which a jackpot is derived), if a look-ahead performance has not been performed for the first hold, the look-ahead performance may or may not be performed for the second hold.

また、第1の保留においてガセの大当り先読み演出(例えば、図56の先読み当り種別演出パターン「53H」)が実行されている場合にも、第2の保留において先読み演出を実行しないことが好ましい。 In addition, even if a false jackpot pre-reading effect (for example, pre-reading jackpot type effect pattern "53H" in FIG. 56) is being executed in the first hold, it is preferable not to execute the pre-reading effect in the second hold.

ただし、第1の保留において時短当り先読み演出(例えば、図56の先読み当り種別演出パターン「05H」)が実行されている場合は、第2の保留において大当り先読み演出または時短当り先読み演出を実行してもよい。第1の保留について仮に時短当りが導出されたとしても、それよりも遊技者にとっての利益度合いが高い大当りを期待させることが可能となるためである。 However, if a time-saving hit pre-reading effect (for example, the pre-reading hit type effect pattern "05H" in FIG. 56) is being executed in the first hold, a jackpot pre-reading effect or a time-saving hit pre-reading effect may be executed in the second hold. This is because even if a time-saving hit is derived for the first hold, it is possible to make the player expect a jackpot that is more profitable than that.

また、第1のパチンコ遊技機では特別図柄の当り判定処理の結果に小当りを含まないが、特別図柄の当り判定処理の結果に小当りを含むパチンコ遊技機においては、第1の保留において小当り先読み演出が実行されている場合にも、第2の保留において大当り先読み演出または時短当り先読み演出を実行してもよい。第1の保留について仮に小当りが導出されたとしても、それよりも遊技者にとっての利益度合いが高い大当りを期待させることが可能となるためである。 In addition, in the first pachinko gaming machine, the result of the hit determination process for the special symbol does not include a small hit, but in a pachinko gaming machine in which the result of the hit determination process for the special symbol includes a small hit, even if a small hit pre-reading effect is executed in the first reserve, a big hit pre-reading effect or a time-saving hit pre-reading effect may be executed in the second reserve. This is because even if a small hit is derived for the first reserve, it is possible to make the player expect a big hit that is more profitable than that.

また、特別図柄の当り判定処理の結果に小当りを含む場合、特別図柄の当り判定処理の結果が小当りである可能性があることを示す先読み演出態様(以下「小当り先読み演出」と称する)が第1の保留において実行されている場合、第2の保留において大当り先読み演出または時短当り先読み演出が実行されるようにしてもよい。第1の保留について仮に小当りが導出されたとしても、それよりも遊技者にとっての利益度合いが高い小当りを期待させることが可能となるためである。 In addition, if the result of the special symbol hit determination process includes a small hit, and a look-ahead performance mode indicating that the result of the special symbol hit determination process may be a small hit (hereinafter referred to as a "small hit look-ahead performance") is executed in the first hold, a big hit look-ahead performance or a time-saving hit look-ahead performance may be executed in the second hold. This is because, even if a small hit is derived for the first hold, it is possible to make the player expect a small hit that is more profitable than that.

また、サブ変動演出パターンとして大当り系リーチの実行中に例えば第1始動口120に入賞して始動情報が保留された場合、サブCPU301は、この保留について先読み演出を実行しない。 In addition, if, for example, a winning ball is entered into the first starting hole 120 during the execution of a jackpot-related reach as a sub-variable performance pattern, and start information is reserved, the sub-CPU 301 will not execute a look-ahead performance for this reservation.

また、本実施例において、サブCPU301は、通常遊技状態でのみ先読み演出を実行する。そのため、特別図柄の可変表示が終了して大当り表示態様が導出されたときに、メインCPU201により行われた先読み判定により「時短当り」であると判定された始動情報が保留されている場合(この段落においてこの保留を「特定保留」と称する)、この特定保留について先読み演出が実行された場合および先読み演出が実行されていない場合のいずれであっても、サブCPU301は、大当り遊技状態の終了後、通常遊技状態でなければ、特定保留に対して先読み演出を実行しない。ただし、サブCPU301は、大当り遊技状態の終了後、通常遊技状態であったとしても、特定保留に対して先読み演出を実行しないことを可能ならしめてもよい。さらには、通常遊技状態以外の遊技状態(例えば、高確時短遊技状態、低確時短遊技状態)において先読み演出を実行するパチンコ遊技機であったとしても、大当り表示態様が導出されたときに特定保留がある場合、サブCPU301は、大当り遊技状態の終了後、特定保留に対して先読み演出を実行しないことを可能ならしめてもよい。 In addition, in this embodiment, the sub-CPU 301 executes the look-ahead performance only in the normal game state. Therefore, when the variable display of the special pattern ends and the jackpot display mode is derived, if the start information determined to be a "time-saving hit" by the look-ahead judgment made by the main CPU 201 is reserved (this reservation is referred to as a "specific reservation" in this paragraph), whether the look-ahead performance is executed for this specific reservation or not, the sub-CPU 301 will not execute the look-ahead performance for the specific reservation after the jackpot game state ends unless the normal game state is in effect. However, the sub-CPU 301 may be able to not execute the look-ahead performance for the specific reservation even if the normal game state is in effect after the jackpot game state ends. Furthermore, even in a pachinko game machine that executes a look-ahead performance in a game state other than the normal game state (for example, a high-probability time-saving game state or a low-probability time-saving game state), if there is a specific reserve when the jackpot display mode is derived, the sub-CPU 301 may be able to not execute a look-ahead performance for the specific reserve after the jackpot game state ends.

また、特別図柄の可変表示が終了して大当り表示態様が導出されたときに、メインCPU201により行われた先読み判定により「時短当り」であると判定された始動情報が保留されている場合(この段落においてこの保留を「特定保留」と称する)、この特定保留がたとえ「時短当り」の保留であったとしても、メインCPU201は、大当り遊技状態の終了後、「時短当り」に基づくC時短遊技状態に制御されないようにしてもよい。例えば、時短遊技状態が重複した場合に複数の時短遊技状態を重ねて実行しない仕様であって、大当り遊技状態の終了後にA時短遊技状態に制御される場合であれば、特定保留が「時短当り」の保留であったとしても、メインCPU201は、「時短当り」に基づくC時短遊技状態を実行しないこととなる。 In addition, when the variable display of the special pattern ends and the jackpot display mode is derived, if the start information determined to be a "time-saving hit" by the pre-reading judgment made by the main CPU 201 is held (this hold is referred to as a "specific hold" in this paragraph), even if this specific hold is a "time-saving hit" hold, the main CPU 201 may not be controlled to the C time-saving play state based on the "time-saving hit" after the jackpot game state ends. For example, if the specifications are such that multiple time-saving play states are not executed in overlap when the time-saving play states overlap, and the A time-saving play state is executed after the jackpot game state ends, the main CPU 201 will not execute the C time-saving play state based on the "time-saving hit" even if the specific hold is a "time-saving hit" hold.

[1-10.先読み演出の具体例]
以下に、先読み演出の具体例について、図60~図64を参照して説明する。本実施例では、サブCPU301は、メインCPU201から送信されたコマンドに基づいて、保留画像を用いた先読み演出を実行可能となっている。
[1-10. Examples of pre-reading performance]
A specific example of the look-ahead effect will be described below with reference to Figures 60 to 64. In this embodiment, the sub-CPU 301 is capable of executing the look-ahead effect using a reserved image based on a command transmitted from the main CPU 201.

[1-10-1.先読み大当り演出パターンで先読み演出が行われる場合の具体例]
上述したとおり、先読み演出パターンには、先読み当り種別演出パターンと、先読み期待値演出パターンとが含まれる。ここでは先ず、上記の先読み当り種別演出パターンとして、先読み大当り演出パターンで先読み演出が行われる場合の具体例について、図60を参照して説明する。
[1-10-1. Specific examples of when a pre-reading performance is performed with a pre-reading jackpot performance pattern]
As described above, the look-ahead performance pattern includes a look-ahead winning type performance pattern and a look-ahead expectation value performance pattern. First, a specific example of a look-ahead performance in a look-ahead big win performance pattern as the look-ahead winning type performance pattern will be described with reference to FIG.

図60(a)~図60(f)は、表示装置7の表示領域7aに表示される先読み演出パターンの一例であって、大当りの可能性があることを示す大当り系先読み演出形態が変化する過程を示す図である。なお、図60(a)~図60(f)に示される先読み当り種別演出パターンは、図56の「1CH」、「3CH」、「58H」、または「78H」に相当する。また、図60(a)~図60(f)に示される先読み期待値演出パターンに相当する先読み期待値演出パターンは、図57で図示が省略されている。 Figures 60(a) to 60(f) are examples of look-ahead presentation patterns displayed in the display area 7a of the display device 7, and show the process by which the big win look-ahead presentation form, which indicates the possibility of a big win, changes. Note that the look-ahead hit type presentation patterns shown in Figures 60(a) to 60(f) correspond to "1CH", "3CH", "58H", or "78H" in Figure 56. Also, the look-ahead expected value presentation patterns corresponding to the look-ahead expected value presentation patterns shown in Figures 60(a) to 60(f) are omitted from Figure 57.

図60(a)~図60(f)に示されるように、表示装置7の表示領域7aには、第1保留領域411~第4保留領域414が表示されている。上述したとおり、第1保留領域411~第4保留領域414は、それぞれ、第1サブ保留領域(1)~第1サブ保留領域(4)に保留情報が記憶されているか否かを示す領域である。また、第0領域410は、当該変動に対応する情報が記憶されている第1サブ保留領域(0)に対応する領域である。 As shown in Figures 60(a) to 60(f), the first hold area 411 to the fourth hold area 414 are displayed in the display area 7a of the display device 7. As described above, the first hold area 411 to the fourth hold area 414 are areas that indicate whether hold information is stored in the first sub-hold area (1) to the first sub-hold area (4), respectively. In addition, the 0th area 410 is an area that corresponds to the first sub-hold area (0) in which information corresponding to the change is stored.

本実施例では、第1サブ保留領域に保留情報が記憶されている場合、サブCPU301は、保留情報が記憶されている第1サブ保留領域に対応する保留領域411~414を、三角形で示される保留画像(以下、単に「保留画像」と称する)で表示するようにしている。また、第1サブ保留領域に保留情報が記憶されていない場合、サブCPU301は、保留画像を表示せず、保留領域の枠のみを表示するようにしている。 In this embodiment, when hold information is stored in the first sub-hold area, the sub-CPU 301 displays the hold areas 411-414 corresponding to the first sub-hold area in which the hold information is stored with a hold image (hereinafter simply referred to as a "hold image") indicated by a triangle. Also, when no hold information is stored in the first sub-hold area, the sub-CPU 301 does not display a hold image, but displays only the frame of the hold area.

図60(a)では、第1保留領域411~第3保留領域413に、先読み演出が実行されていない通常の保留画像が表示されており、第4保留領域414には保留画像が表示されておらず枠のみが表示されている。これは、第1サブ保留領域(1)~(3)に保留情報が記憶されており、第1サブ保留領域(4)には保留情報が記憶されていないことを示す。 In FIG. 60(a), the first hold area 411 to the third hold area 413 display normal hold images with no pre-reading effect being performed, and the fourth hold area 414 displays only a frame and no hold image. This indicates that hold information is stored in the first sub-hold areas (1) to (3), but no hold information is stored in the first sub-hold area (4).

図60(b)では、図60(a)に示される状態から、第4保留領域414に保留画像が新たに表示されている。これは、図60(a)に示される状態から、第1サブ保留領域(4)に保留情報が新たに記憶されたことを示す。 In FIG. 60(b), a new reserved image is displayed in the fourth reserved area 414 from the state shown in FIG. 60(a). This indicates that new reserved information has been stored in the first sub-reserved area (4) from the state shown in FIG. 60(a).

サブCPU301は、上述したとおり、第1保留領域411~第4保留領域414に示される保留画像の形態(例えば色)を、大当りに対する期待値に応じて異なるように表示している。本実施例では、虹を除いて、色の違いを色の濃淡で図示している。 As described above, the sub-CPU 301 displays the reserved images shown in the first reserved area 411 to the fourth reserved area 414 in different forms (e.g., colors) depending on the expected value for a jackpot. In this embodiment, with the exception of rainbows, the differences in color are illustrated by shades of color.

本実施例では、図60(b)において、第1保留領域411~第3保留領域413に示される保留画像の色は白(期待値レベル「0」)であり、第4保留領域414に示される保留画像の色は青(期待値レベル「1」)である。 In this embodiment, in FIG. 60(b), the color of the reserved image shown in the first reserved area 411 to the third reserved area 413 is white (expected value level "0"), and the color of the reserved image shown in the fourth reserved area 414 is blue (expected value level "1").

図60(c)は、図60(b)に示される状態から保留が1つシフトされた画像であって、図60(b)において第4保留領域414に表示されていた保留画像の色が、第3保留領域413にシフトされる際に、青から黄(期待値レベル「2」)に変化したことを示す画像である。 Figure 60 (c) is an image in which the pending image has been shifted by one from the state shown in Figure 60 (b), and shows that the color of the pending image displayed in the fourth pending area 414 in Figure 60 (b) has changed from blue to yellow (expected value level "2") when it is shifted to the third pending area 413.

図60(d)は、図60(c)に示される状態から保留が1つシフトされた画像であって、図60(c)において第3保留領域413に表示されていた保留画像の色が、第2保留領域412にシフトされる際に、黄から緑(期待値レベル「3」)に変化したことを示す画像である。 Figure 60 (d) is an image in which the pending image has been shifted by one from the state shown in Figure 60 (c), and shows that the color of the pending image displayed in the third pending area 413 in Figure 60 (c) has changed from yellow to green (expected value level "3") when it is shifted to the second pending area 412.

図60(e)は、図60(d)に示される状態から保留が1つシフトされた画像であって、図60(d)において第2保留領域412に表示されていた保留画像の色が、第1保留領域411にシフトされる際に、緑から赤(期待値レベル「4」)に変化したことを示す画像である。 Figure 60 (e) is an image in which the pending image has been shifted by one from the state shown in Figure 60 (d), and shows that the color of the pending image displayed in the second pending area 412 in Figure 60 (d) has changed from green to red (expected value level "4") when it is shifted to the first pending area 411.

図60(f)は、図60(e)に示される状態から保留が1つシフトされた画像であって、図60(e)において第1保留領域411に表示されていた保留画像の色が、第0領域410にシフトされる際に、赤から虹(期待値レベル「5」)に変化したことを示す画像である。 Figure 60 (f) is an image in which the pending image has been shifted by one from the state shown in Figure 60 (e), and shows that the color of the pending image displayed in the first pending area 411 in Figure 60 (e) has changed from red to rainbow (expected value level "5") when it is shifted to the zeroth area 410.

また、大当りに対する期待値を示す保留画像の色(期待値レベル)は、必ずしも、保留がシフトする際に変化させる必要はなく、例えば、当該変動の特別図柄の可変表示中に変化させてもよい。 In addition, the color (expected value level) of the reserved image indicating the expected value for a jackpot does not necessarily need to change when the reserved image shifts, and may be changed, for example, during the variable display of the special pattern for that change.

また、図60では、大当り系先読み演出形態を変化させて、大当りが導出される期待値の変化を示すようにしたが、これに代えてまたは加えて、大当り系先読み演出形態から大当確定先読み演出形態に変化する先読み演出がサブCPU301により実行されるようにしてもよい。この場合、大当り確定先読み演出形態に変化する前であれば、期待値レベルもあわせて変化させるようにしてもよい。 In addition, in FIG. 60, the jackpot-based pre-reading presentation form is changed to indicate a change in the expected value from which a jackpot is derived, but instead of or in addition to this, a pre-reading presentation that changes from a jackpot-based pre-reading presentation form to a jackpot confirmation pre-reading presentation form may be executed by the sub-CPU 301. In this case, if it is before the change to the jackpot confirmation pre-reading presentation form, the expected value level may also be changed accordingly.

[1-10-2.先読み時短当り演出パターンで先読み演出が行われる場合の具体例]
次に、上記の先読み当り種別演出パターンとして、先読み時短当り演出パターンで先読み演出が行われる場合の具体例について、図61を参照して説明する。
[1-10-2. Specific examples of when pre-reading effects are performed with pre-reading time-saving performance patterns]
Next, a specific example of a pre-reading performance performed with a pre-reading time-saving winning performance pattern as the above-mentioned pre-reading winning type performance pattern will be described with reference to Figure 61.

図61(a)~図61(f)は、表示装置7の表示領域7aに表示される先読み演出パターンの一例であって、時短当りの可能性があることを示す時短当り系先読み演出形態が変化する過程を示す図である。なお、図61(a)~図61(f)に示される先読み時短当り種別演出パターンは、図56の「0EH」、「2EH」、「4AH」、または「6AH」に相当する。また、図61(a)~図61(f)に示される先読み期待値演出パターンに相当する先読み期待値演出パターンは、図57で図示が省略されている。 Figures 61(a) to 61(f) are examples of look-ahead presentation patterns displayed in the display area 7a of the display device 7, and are diagrams showing the process by which the time-saving hit type look-ahead presentation form, which indicates the possibility of a time-saving hit, changes. Note that the look-ahead time-saving hit type presentation patterns shown in Figures 61(a) to 61(f) correspond to "0EH", "2EH", "4AH", or "6AH" in Figure 56. Also, the look-ahead expected value presentation patterns corresponding to the look-ahead expected value presentation patterns shown in Figures 61(a) to 61(f) are omitted from Figure 57.

図61(a)では、第1保留領域411~第3保留領域413に、先読み演出が実行されていない通常の保留画像が表示されており、第4保留領域414には保留画像が表示されておらず枠のみが表示されている。 In FIG. 61(a), the first pending area 411 to the third pending area 413 display normal pending images with no preview performance being performed, and the fourth pending area 414 displays no pending images, only a frame.

図61(b)では、図61(a)に示される状態から、第4保留領域414に保留画像が新たに表示されている。サブCPU301は、上述したとおり、第1保留領域411~第4保留領域414に示される保留画像の形態(例えば形状)を、時短当りに対する期待値に応じて異なるように表示している。 In FIG. 61(b), a new reserved image is displayed in the fourth reserved area 414 from the state shown in FIG. 61(a). As described above, the sub-CPU 301 displays the reserved images shown in the first reserved area 411 to the fourth reserved area 414 in different forms (e.g. shapes) depending on the expected value for the time reduction.

このように、本実施例では、大当りに対する期待値については保留画像の色であらわし、時短当りに対する期待値については保留画像の形状であらわしている。 In this way, in this embodiment, the expected value for a jackpot is represented by the color of the reserved image, and the expected value for a time-saving hit is represented by the shape of the reserved image.

本実施例では、図61(b)において、第1保留領域411~第3保留領域413に示される保留画像の形状は三角形(期待値レベル「0」)であり、第4保留領域414に示される保留画像の形状は四角形(期待値レベル「1」)である。 In this embodiment, in FIG. 61(b), the shape of the reserved image shown in the first reserved area 411 to the third reserved area 413 is a triangle (expected value level "0"), and the shape of the reserved image shown in the fourth reserved area 414 is a rectangle (expected value level "1").

図61(c)は、図61(b)に示される状態から保留が1つシフトされた画像であって、図61(b)において第4保留領域414に表示されていた保留画像の形状が、第3保留領域413にシフトされる際に、四角形から五角形(期待値レベル「2」)に変化したことを示す画像である。 Figure 61 (c) is an image in which the pending image has been shifted by one from the state shown in Figure 61 (b), and shows that the shape of the pending image displayed in the fourth pending area 414 in Figure 61 (b) has changed from a square to a pentagon (expected value level "2") when it is shifted to the third pending area 413.

図61(d)は、図61(c)に示される状態から保留が1つシフトされた画像であって、図61(c)において第3保留領域413に表示されていた保留画像の形状が、第2保留領域412にシフトされる際に、五角形から六角形(期待値レベル「3」)に変化したことを示す画像である。 Figure 61 (d) is an image in which the pending image has been shifted by one from the state shown in Figure 61 (c), and shows that the shape of the pending image displayed in the third pending area 413 in Figure 61 (c) has changed from a pentagon to a hexagon (expected value level "3") when it is shifted to the second pending area 412.

図61(e)は、図61(d)に示される状態から保留が1つシフトされた画像であって、図61(d)において第2保留領域412に表示されていた保留画像の形状が、第1保留領域411にシフトされる際に、六角形から円(期待値レベル「4」)に変化したことを示す画像である。 Figure 61 (e) is an image in which the pending image has been shifted by one from the state shown in Figure 61 (d), and shows that the shape of the pending image displayed in the second pending area 412 in Figure 61 (d) has changed from a hexagon to a circle (expected value level "4") when it is shifted to the first pending area 411.

図61(f)は、図61(e)に示される状態から保留が1つシフトされた画像であって、図61(e)において第1保留領域411に表示されていた保留画像の形状が、第0領域410にシフトされる際に、円から星(期待値レベル「5」)に変化したことを示す画像である。 Figure 61 (f) is an image in which the pending image has been shifted by one from the state shown in Figure 61 (e), and shows that the shape of the pending image displayed in the first pending area 411 in Figure 61 (e) has changed from a circle to a star (expected value level "5") when it is shifted to the zeroth area 410.

なお、時短当りに対する期待値を示す保留画像の形状は、必ずしも、「四角形<五角形<六角形<円<星」の順に1つずつ変化させていく必要はなく、例えば「五角形→円」に変化させてもよい。 The shape of the reserved image, which indicates the expected value for the time-saving hit, does not necessarily have to change one by one in the order of "square < pentagon < hexagon < circle < star" and may change, for example, from "pentagon to circle."

また、時短当りに対する期待値を示す保留画像の形状(期待値レベル)は、必ずしも、保留がシフトする際に変化させる必要はなく、例えば、当該変動の特別図柄の可変表示中に変化させてもよい。 In addition, the shape of the reserved image (expected value level) indicating the expected value for the time reduction does not necessarily need to change when the reserved image shifts, and may change, for example, during the variable display of the special pattern for that change.

また、図61では、時短当り系先読み演出形態を変化させて、時短当りが導出される期待値の変化を示すようにしたが、これに代えてまたは加えて、例えば以下に示される先読み演出がサブCPU301により実行されるようにしてもよい。この場合、大当り確定先読み演出形態に変化する前であれば、期待値レベルもあわせて変化させるようにしてもよい。
・時短当り系先読み演出形態から大当り系先読み演出形態に変化する先読み演出。
・時短当り系先読み演出形態から大当確定先読み演出形態に変化する先読み演出。
・時短当り系先読み演出形態から大当り系先読み演出形態に変化し、さらにその後、大当確定先読み演出形態に変化する先読み演出。
In addition, in Fig. 61, the time-saving hit system pre-reading performance form is changed to show the change in the expected value from which the time-saving hit is derived, but instead of or in addition to this, for example, the pre-reading performance shown below may be executed by the sub-CPU 301. In this case, if it is before changing to the big win confirmation pre-reading performance form, the expected value level may also be changed accordingly.
-A pre-reading performance that changes from a time-saving hit type pre-reading performance form to a jackpot type pre-reading performance form.
-A pre-reading performance that changes from a time-saving hit type pre-reading performance form to a guaranteed jackpot pre-reading performance form.
-A pre-reading performance that changes from a time-saving hit type pre-reading performance form to a jackpot type pre-reading performance form, and then changes to a jackpot confirmed pre-reading performance form.

[1-10-3.先読み共通当り演出パターンで先読み演出が行われる場合の具体例]
次に、上記の先読み当り種別演出パターンとして、先読み共通当り演出パターンで先読み演出が行われる場合の具体例について、図62を参照して説明する。
[1-10-3. Specific examples of when pre-reading performance is performed with pre-reading common winning performance pattern]
Next, a specific example of a pre-reading effect performed with a pre-reading common winning effect pattern as the above-mentioned pre-reading winning type effect pattern will be described with reference to FIG.

図62(a)~図62(d)は、表示装置7の表示領域7aに表示される先読み演出パターンの一例であって、大当りおよび時短当りのいずれについても可能性があることを示す共通当り系先読み演出形態から大当り系先読み演出形態に保留画像が変化する過程を示す図である。共通当り系先読み演出形態の変化には、当り(時短当り、大当り)の期待値レベルが変化するものと、当りの種類が大当りであるか時短当りであるかが明瞭なものに変化するものとが含まれる。なお、図62(a)~図62(d)に示される先読み当り種別演出パターンは、図56の「15H」、「35H」、「51H」、または「71H」に相当し、図62(a)~図62(d)に示される先読み期待値演出パターンは、図57の「43H」に相当する。 Figures 62(a) to 62(d) are examples of look-ahead presentation patterns displayed in the display area 7a of the display device 7, and show the process by which the reserved image changes from a common win type look-ahead presentation form, which indicates that there is a possibility of either a big win or a time-saving win, to a big win type look-ahead presentation form. Changes in the common win type look-ahead presentation form include a change in the expected value level of a win (time-saving win, big win) and a change in the type of win to one that clearly indicates whether it is a big win or a time-saving win. The look-ahead type win presentation patterns shown in Figures 62(a) to 62(d) correspond to "15H", "35H", "51H", or "71H" in Figure 56, and the look-ahead expected value presentation pattern shown in Figures 62(a) to 62(d) corresponds to "43H" in Figure 57.

本実施例では、大当りおよび時短当りのいずれについても可能性があることを示す共通当り系先読み演出形態として、大当りに対する期待値レベルを示す色と、時短当りに対する期待値レベルを示す形状との両方を表示することで、あらわしている。 In this embodiment, a common hit type pre-reading presentation form that indicates the possibility of both a jackpot and a time-saving hit is displayed by displaying both a color that indicates the expected value level for a jackpot and a shape that indicates the expected value level for a time-saving hit.

図62(a)では、第1保留領域411および第2保留領域412に、先読み演出が実行されていない通常の保留画像が表示されており、第3保留領域413および第4保留領域414には保留画像が表示されておらず枠のみが表示されている。 In FIG. 62(a), the first pending area 411 and the second pending area 412 display normal pending images with no preview performance being performed, while the third pending area 413 and the fourth pending area 414 display only frames and no pending images.

図62(b)では、図62(a)に示される状態から、第3保留領域413に保留画像が新たに表示されている。サブCPU301は、第1保留領域411~第4保留領域414に示される保留画像の形態(例えば色および形状)を、当り(大当りまたは時短当り)に対する期待値に応じて異なるように表示している。本実施例では、先読み演出が実行されない場合または当りに対する期待値が最も低い場合、保留画像を白の三角形で表示し、「青の四角形<黄の五角形<緑の六角形<赤の円<虹の星」の順で短当りに対する期待値が高くなる。 In FIG. 62(b), a new reserved image is displayed in the third reserved area 413 from the state shown in FIG. 62(a). The sub-CPU 301 displays the reserved images shown in the first reserved area 411 to the fourth reserved area 414 in different forms (e.g., color and shape) depending on the expected value for a win (big win or short-time win). In this embodiment, when the pre-reading performance is not executed or the expected value for a win is the lowest, the reserved image is displayed as a white triangle, and the expected value for a short win increases in the following order: "blue square < yellow pentagon < green hexagon < red circle < rainbow star."

本実施例では、図62(b)において、第1保留領域411および第2保留領域412に示される保留画像の形態は、白の三角形(期待値レベル「0」)であり、第3保留領域413に示される保留画像の形態は、黄の五角形(期待値レベル「2」)である。 In this embodiment, in FIG. 62(b), the shape of the reserved image shown in the first reserved area 411 and the second reserved area 412 is a white triangle (expected value level "0"), and the shape of the reserved image shown in the third reserved area 413 is a yellow pentagon (expected value level "2").

図62(c)は、図62(b)に示される状態から保留が1つシフトされた画像であって、図62(b)において第3保留領域413に表示されていた保留画像の形態が、第2保留領域412にシフトされる際に、黄の五角形から緑の六角形(期待値レベル「3」)に変化したことを示す画像である。 Figure 62 (c) is an image in which the pending image has been shifted by one from the state shown in Figure 62 (b), and shows that the shape of the pending image displayed in the third pending area 413 in Figure 62 (b) has changed from a yellow pentagon to a green hexagon (expected value level "3") when it is shifted to the second pending area 412.

図62(d)は、図62(c)に示される状態から保留が1つシフトされた画像であって、図62(c)において第2保留領域412に表示されていた保留画像の形態が、第1保留領域411にシフトされる際に、緑の六角形(期待値レベル「3」の共通当り系先読み演出形態)から虹の三角形(期待値レベル「5」の大当り系先読み演出形態)に変化したことを示す画像である。 Figure 62 (d) is an image in which the reserved image has been shifted by one from the state shown in Figure 62 (c), and shows that the shape of the reserved image displayed in the second reserved area 412 in Figure 62 (c) has changed from a green hexagon (a common win-type pre-reading presentation form with an expected value level of "3") to a rainbow triangle (a big win-type pre-reading presentation form with an expected value level of "5") when it is shifted to the first reserved area 411.

すなわち、図62(b)および図62(c)に示される先読み演出は、保留画像の形態が大当りに対する期待値を示す形態であるのか時短当りに対する期待値を示す形態であるのかを、保留画像の形態から把握することが困難な演出である。これに対し、図62(d)に示される先読み演出は、保留画像の形態が大当りに対する期待値を示すものであって、しかもその期待値が極めて高い形態(例えば期待値レベル「5」)であることを把握することが可能なものである。 In other words, the look-ahead effects shown in Figures 62(b) and 62(c) are effects in which it is difficult to determine from the shape of the reserved image whether the shape of the reserved image indicates the expected value for a jackpot or the expected value for a time-saving hit. In contrast, the look-ahead effect shown in Figure 62(d) is an effect in which it is possible to determine that the shape of the reserved image indicates the expected value for a jackpot, and that the expected value is extremely high (for example, expected value level "5").

このように、本実施例では、特別図柄の当り判定処理の結果に応じて、先読み演出を、時短当りに対する期待値を示す先読み時短当り演出パターンと、大当りに対する期待値を示す先読み大当り演出パターンと、当り(大当りまたは時短当り)に対する期待値を示す先読み共通当り演出パターンとのうち、いずれかのパターンで先読み演出を実行可能に構成されている。そして、先読み共通当り演出パターンで先読み演出が実行された場合には、大当り系先読み演出形態と時短当り系先読み演出形態とのいずれに保留画像が変化していくのかといった面白みを遊技者に持たせることができ、興趣を高めることが可能となる。 In this way, in this embodiment, depending on the result of the special symbol hit determination process, the look-ahead performance can be executed in one of the following patterns: a look-ahead time-saving hit performance pattern that indicates the expected value for a time-saving hit, a look-ahead jackpot performance pattern that indicates the expected value for a jackpot, and a look-ahead common hit performance pattern that indicates the expected value for a hit (jackpot or time-saving hit). When the look-ahead performance is executed in the look-ahead common hit performance pattern, the player can enjoy the excitement of wondering whether the reserved image will change to a jackpot-type look-ahead performance form or a time-saving hit-type look-ahead performance form, which can increase the excitement.

なお、時短当りに対する期待値を示す保留画像の形態は、必ずしも、「青の四角形<黄の五角形<緑の六角形<赤の円<虹の星」の順に1つずつ変化させていく必要はなく、例えば、「黄の五角形(共通当り系先読み演出形態)→赤の三角形(大当り系先読み演出形態)」に変化させてもよいし、「緑の六角形(共通当り系先読み演出形態)→三角形の星(時短当り系先読み演出形態)」に変化させてもよい。また、当りに対する期待値を示す保留画像の形態を、必ずしも、最も期待値の低い青の四角形から開始させる必要はなく、例えば赤の円から開始させるようにしてもよい。 The form of the reserved image showing the expected value for a time-saving hit does not necessarily have to change one by one in the order of "blue square < yellow pentagon < green hexagon < red circle < rainbow star" and may change, for example, from "yellow pentagon (common hit type pre-reading presentation form) → red triangle (big hit type pre-reading presentation form)" or from "green hexagon (common hit type pre-reading presentation form) → triangular star (time-saving hit type pre-reading presentation form)". Also, the form of the reserved image showing the expected value for a hit does not necessarily have to start from the blue square which has the lowest expected value and may start from, for example, a red circle.

また、当りに対する期待値を示す保留画像の形態は、必ずしも、保留がシフトする際に変化させる必要はなく、例えば、当該変動の特別図柄の可変表示中に変化させてもよい。 In addition, the form of the reserved image showing the expected value for a win does not necessarily need to change when the reserved image shifts, and may change, for example, during the variable display of the special pattern for that change.

また、図62では、共通当り系先読み演出形態を変化させて、いずれかの当り(大当りまたは時短当り)が導出される期待値を変化させたり、期待できる当りが不明の状態から大当りに変化させたりしているが、これに代えてまたは加えて、例えば以下に示される先読み演出がサブCPU301により実行されるようにしてもよい。この場合、大当り確定先読み演出形態に変化する前であれば、期待値レベルもあわせて変化させるようにしてもよい。
・共通当り系先読み演出形態から大当り確定先読み演出形態に変化する先読み演出。
・共通当り系先読み演出形態からから大当り系先読み演出形態に変化し、さらにその後、大当確定先読み演出形態に変化する先読み演出。
In addition, in Fig. 62, the common hit system pre-reading performance form is changed to change the expected value derived from any hit (big hit or time-saving hit) or to change the expected hit from an unknown state to a big hit, but instead of or in addition to this, for example, the pre-reading performance shown below may be executed by the sub-CPU 301. In this case, if it is before changing to the big hit confirmed pre-reading performance form, the expected value level may also be changed.
-A pre-reading performance that changes from a common hit type pre-reading performance form to a guaranteed jackpot pre-reading performance form.
-A pre-reading performance that changes from a common hit type pre-reading performance form to a jackpot type pre-reading performance form, and then changes to a jackpot confirmed pre-reading performance form.

[1-10-4.共通当り系先読み演出形態の変形例]
なお、保留画像の形態として、大当りおよび時短当りのいずれについても可能性があることを示す共通当り系先読み演出形態は、必ずしも、大当りに対する期待値を示す色と、時短当りに対する期待値を示す形状との両方であらわす形態に限定されない。これに代えて、例えば、専用の共通当り系先読み演出形態を設けるようにしてもよい。専用の共通当り系先読み演出形態を設ける場合、大当りと時短当りとの両方に期待感を持てることができるようになるとともに、それぞれの期待値が不明であることから、今後の演出態様の変化に期待感を持って遊技を行うことができるようになり、興趣を向上することができる。
[1-10-4. Modification of common hit type pre-reading performance form]
In addition, the common win type pre-reading presentation form, which indicates the possibility of both a jackpot and a time-saving win as the form of the reserved image, is not necessarily limited to a form that indicates both a color indicating the expected value for a jackpot and a shape indicating the expected value for a time-saving win. Instead of this, for example, a dedicated common win type pre-reading presentation form may be provided. When a dedicated common win type pre-reading presentation form is provided, it becomes possible to have a sense of expectation for both a jackpot and a time-saving win, and since the expected values of each are unknown, it becomes possible to play with a sense of expectation for future changes in the presentation form, thereby improving interest.

図63(a)~図63(d)は、表示装置7の表示領域7aに表示される先読み演出パターンの一例であって、専用の共通当り系先読み演出形態から大当り系先読み演出形態に保留画像が変化する過程を示す図である。なお、図63(a)~図63(d)に示される先読み当り種別演出パターンは、図56の「15H」、「35H」、「51H」、または「71H」に相当し、図63(a)~図63(d)に示される先読み期待値演出パターンは、図57または図58の「31H」に相当する。 Figures 63(a) to 63(d) are examples of look-ahead presentation patterns displayed in the display area 7a of the display device 7, and show the process by which the reserved image changes from a dedicated common win look-ahead presentation to a big win look-ahead presentation. Note that the look-ahead winning type presentation patterns shown in Figures 63(a) to 63(d) correspond to "15H", "35H", "51H", or "71H" in Figure 56, and the look-ahead expected value presentation pattern shown in Figures 63(a) to 63(d) corresponds to "31H" in Figure 57 or Figure 58.

また、図64(a)~図64(d)は、表示装置7の表示領域7aに表示される先読み演出パターンの一例であって、専用の共通当り系先読み演出形態から時短当り系先読み演出形態に保留画像が変化する過程を示す図である。なお、図64(a)~図64(d)に示される先読み当り種別演出パターンは、図56の「07H」、「27H」、「43H」、または「63H」に相当し、図64(a)~図64(d)に示される先読み期待値演出パターンは、図57または図58の「31H」に相当する。 Figures 64(a) to 64(d) are examples of look-ahead presentation patterns displayed in the display area 7a of the display device 7, and show the process by which the reserved image changes from a dedicated common win look-ahead presentation to a time-saving win look-ahead presentation. The look-ahead winning type presentation patterns shown in Figures 64(a) to 64(d) correspond to "07H", "27H", "43H", or "63H" in Figure 56, and the look-ahead expected value presentation pattern shown in Figures 64(a) to 64(d) corresponds to "31H" in Figure 57 or Figure 58.

図63(a)および図64(a)では、第1保留領域411および第2保留領域412に、先読み演出が実行されていない通常の保留画像が表示されており、第3保留領域413および第4保留領域414には保留画像が表示されておらず枠のみが表示されている。 In Figures 63(a) and 64(a), the first pending area 411 and the second pending area 412 display a normal pending image in which no preview performance is being performed, and the third pending area 413 and the fourth pending area 414 display no pending image, only a frame.

図63(b)では、図63(a)に示される状態から、第3保留領域413に保留画像が新たに表示されている。 In FIG. 63(b), a new reserved image is displayed in the third reserved area 413 from the state shown in FIG. 63(a).

同様に、図64(b)では、図64(a)に示される状態から、第3保留領域413に保留画像が新たに表示されている。 Similarly, in FIG. 64(b), a new reserved image is displayed in the third reserved area 413 from the state shown in FIG. 64(a).

図63(b)および図64(b)でのいずれにおいても、第3保留領域413に示される保留画像の形態は、専用の共通当り系先読み演出形態であって、例えば光り輝く形態である。光の輝度の度合いを変更することにより、期待値レベルを変えることができる。 In both Figures 63(b) and 64(b), the form of the reserved image shown in the third reserved area 413 is a dedicated common winning type pre-reading performance form, for example, a shining form. By changing the degree of brightness of the light, the expected value level can be changed.

図63(c)は、図63(b)に示される状態から保留が1つシフトされた画像であって、図63(b)において第3保留領域413に表示されていた専用の共通当り系先読み演出形態が、そのままの形態で第2保留領域412にシフトされていることを示す画像である。 Figure 63 (c) is an image in which the reserve has been shifted by one from the state shown in Figure 63 (b), and shows that the dedicated common win type pre-reading presentation form displayed in the third reserve area 413 in Figure 63 (b) has been shifted in the same form to the second reserve area 412.

同様に、図64(c)は、図64(b)に示される状態から保留が1つシフトされた画像であって、図64(b)において第3保留領域413に表示されていた専用の共通当り系先読み演出形態が、そのままの形態で第2保留領域412にシフトされていることを示す画像である。 Similarly, Figure 64 (c) is an image in which the reserve has been shifted by one from the state shown in Figure 64 (b), and shows that the dedicated common win type pre-reading presentation form displayed in the third reserve area 413 in Figure 64 (b) has been shifted in the same form to the second reserve area 412.

図63(d)は、図63(c)に示される状態から保留が1つシフトされた画像であって、図63(c)において第2保留領域412に表示されていた保留画像の形態が、第1保留領域411にシフトされる際に、専用の共通当り系先読み演出形態から赤の三角形(大当りの期待値レベル「4」)に変化したことを示す画像である。 Figure 63 (d) is an image in which the reserved position has been shifted by one from the state shown in Figure 63 (c), and shows that the form of the reserved image displayed in the second reserved area 412 in Figure 63 (c) has changed from a special common hit type pre-reading presentation form to a red triangle (expected value level of a jackpot "4") when it is shifted to the first reserved area 411.

一方、図64(d)は、図64(c)に示される状態から保留が1つシフトされた画像であって、図64(c)において第2保留領域412に表示されていた保留画像の形態が、第1保留領域411にシフトされる際に、専用の共通当り系先読み演出形態から白の円(時短当りの期待値レベル「4」)に変化したことを示す画像である。 On the other hand, Figure 64 (d) is an image in which the reserved position has been shifted by one from the state shown in Figure 64 (c), and shows that the form of the reserved image displayed in the second reserved area 412 in Figure 64 (c) has changed from a special common hit type pre-reading presentation form to a white circle (expected value level for time-saving hits of "4") when it is shifted to the first reserved area 411.

このように、先読み演出形態を専用の共通当り系先読み演出形態であらわすようにした場合であっても、専用の共通当り系先読み演出形態から、大当り系先読み演出形態および時短当り系先読み演出形態のいずれに変化していくのかといった面白みを遊技者に持たせることができ、興趣を高めることが可能となる。 In this way, even if the look-ahead presentation form is expressed as a dedicated common win type look-ahead presentation form, the player can be entertained by wondering whether the dedicated common win type look-ahead presentation form will change to a jackpot type look-ahead presentation form or a time-saving win type look-ahead presentation form, thereby increasing the player's interest.

[1-11.機外に出力される信号]
次に、外部端子板184(図6参照)から第1のパチンコ遊技機の機外(例えば、ホールコンピュータ186(図6参照)、各島に設けられる島コンピュータ(不図示))に出力される信号について説明する。なお、本実施例では、第1のパチンコ遊技機の機外に出力される信号について説明するが、第1のパチンコ遊技機の機外からの信号を入力可能であってもよい。
[1-11. Signals output to outside the device]
Next, a signal output from the external terminal board 184 (see FIG. 6) to the outside of the first pachinko game machine (for example, the hall computer 186 (see FIG. 6), an island computer (not shown) provided on each island) will be described. Note that, in this embodiment, a signal output to the outside of the first pachinko game machine will be described, but it is also possible to input a signal from outside the first pachinko game machine.

本実施例において、外部端子板184(図6参照)は、第1のパチンコ遊技機の機外に信号を出力するためのコネクタとしてCH1~CH12を有する。外部端子板184の各CHから第1のパチンコ遊技機の機外に出力される信号は、例えば、「賞球情報1」、「扉・枠開放」、「外部情報1」~「外部情報8」、「賞球情報2」および「セキュリティ」の各種信号である。ただし、各CHから第1のパチンコ遊技機の機外に出力される信号の種類は、これらに限られず、これらの信号の他に機外に出力される信号があってもよいし、これらのうちのいずれかの信号が出力されないように構成されていてもよい。 In this embodiment, the external terminal board 184 (see FIG. 6) has CH1 to CH12 as connectors for outputting signals to the outside of the first pachinko gaming machine. The signals output from each CH of the external terminal board 184 to the outside of the first pachinko gaming machine are, for example, various signals such as "prize ball information 1," "door/frame open," "external information 1" to "external information 8," "prize ball information 2," and "security." However, the types of signals output from each CH to the outside of the first pachinko gaming machine are not limited to these, and there may be other signals output to the outside of the machine in addition to these signals, or the machine may be configured so that none of these signals are output.

図65は、第1のパチンコ遊技機の機外に出力される信号の出力条件の一例を示す表である。図65に示されるように、CN1からは「賞球情報1」の信号が出力され、CH2からは「扉・枠開放」の信号が出力され、CH3~CH10からはそれぞれ「外部情報1」~「外部情報8」の各信号が出力され、CH11からは「賞球情報2」の信号が出力され、CH12からは「セキュリティ」の信号が出力される。なお、第1のパチンコ遊技機から機外への信号の出力条件は、図65に示されるとおりである。 Figure 65 is a table showing an example of the output conditions for signals output to the outside of the first pachinko gaming machine. As shown in Figure 65, a "prize ball information 1" signal is output from CN1, a "door/frame open" signal is output from CH2, signals for "external information 1" to "external information 8" are output from CH3 to CH10 respectively, a "prize ball information 2" signal is output from CH11, and a "security" signal is output from CH12. The output conditions for signals from the first pachinko gaming machine to the outside of the machine are as shown in Figure 65.

次に、第1のパチンコ遊技機の機外に出力される信号のタイミングチャートの一例を、「賞球情報1」の信号を例に挙げて説明する。なお、図65に示されるように、本実施例では、「賞球情報1」の信号は、賞球払出10個毎に120msec出力される。 Next, an example of a timing chart of signals output to the outside of the first pachinko gaming machine will be explained using the "prize ball information 1" signal as an example. As shown in Figure 65, in this embodiment, the "prize ball information 1" signal is output for 120 msec every time 10 prize balls are paid out.

図66は、第1のパチンコ遊技機の機外に出力される信号のうち、「賞球情報1」の信号のタイミングチャートの一例である。 Figure 66 is an example of a timing chart of the "prize ball information 1" signal, one of the signals output to the outside of the first pachinko gaming machine.

図66に示されるように、払出検出スイッチ(不図示)は、賞球が1個払い出される都度、オフからオンになる。なお、上述したとおり、本実施例では、大入賞口131(図4参照)に遊技球が入賞した場合は例えば10個の賞球が払い出され、始動口(第1始動口120または第2始動口140(いずれも図4参照))に遊技球が入賞した場合は例えば3個の賞球が払い出され、一般入賞口122(図4参照)に遊技球が入賞した場合は例えば4個の賞球が払い出される。 As shown in FIG. 66, the payout detection switch (not shown) turns from off to on each time a prize ball is paid out. As described above, in this embodiment, when a game ball enters the large prize opening 131 (see FIG. 4), for example, 10 prize balls are paid out, when a game ball enters a start opening (first start opening 120 or second start opening 140 (both see FIG. 4)), for example, 3 prize balls are paid out, and when a game ball enters the general prize opening 122 (see FIG. 4), for example, 4 prize balls are paid out.

そして、メインCPU201(図6参照)は、賞球が10個払い出される都度、「賞球情報1」の信号を、例えば120msecの間、第1のパチンコ遊技機の機外に出力する。より詳しくは、メインCPU201は、「賞球情報1」の信号の前回の出力時を起点として10個目の賞球の払出検出スイッチがオンになったタイミングで、例えば120msecの間、「賞球情報1」の信号を出力する。なお、「賞球情報1」の信号を、10個目の賞球の払出検出スイッチがオンになったタイミングで出力することは一例にすぎず、例えば10個目の賞球の払出検出スイッチがオンになってからオフになるまでの間であればよい。また、「賞球情報1」の信号を、賞球が10個払い出される都度出力したり120msecの間出力することについても一例にすぎず、「賞球情報1」の信号の出力タイミングや出力時間については適宜設定することができる。 Then, the main CPU 201 (see FIG. 6) outputs the signal "prize ball information 1" to the outside of the first pachinko game machine for, for example, 120 msec each time 10 prize balls are paid out. More specifically, the main CPU 201 outputs the signal "prize ball information 1" for, for example, 120 msec, at the timing when the payout detection switch for the 10th prize ball is turned on, starting from the previous output of the signal "prize ball information 1". Note that outputting the signal "prize ball information 1" at the timing when the payout detection switch for the 10th prize ball is turned on is merely an example, and it may be any time between when the payout detection switch for the 10th prize ball is turned on and when it is turned off. Also, outputting the signal "prize ball information 1" each time 10 prize balls are paid out or for 120 msec is merely an example, and the output timing and output time of the signal "prize ball information 1" can be set appropriately.

次に、第1のパチンコ遊技機の機外に出力される信号の一つである「セキュリティ」の信号の一例について説明する。「セキュリティ」の信号は、主としてエラー発生時に出力される信号である。 Next, we will explain an example of a "security" signal, which is one of the signals output from the first pachinko gaming machine to the outside. The "security" signal is a signal that is mainly output when an error occurs.

図67は、第1のパチンコ遊技機におけるエラーの概要の一例を示す表であって、より詳しくは、エラー名称毎に、主制御回路200での発生契機、主制御回路200(図6参照)での解除契機、「セキュリティ」の信号(図67では「セキュリティ信号」と図示)の出力時間および備考を示す表である。 Figure 67 is a table showing an example of an overview of errors in the first pachinko gaming machine, and more specifically, for each error name, the table shows the trigger for the error in the main control circuit 200, the trigger for the error to be released in the main control circuit 200 (see Figure 6), the output time of the "security" signal (shown as "security signal" in Figure 67), and any notes.

なお、第1のパチンコ遊技機は小当り用大入賞口を備えないが、図67には、便宜上、小当り用大入賞口異常入賞エラーについても記載している。また、図67では、大入賞口131を大当り用大入賞口と記載している。 Note that the first pachinko game machine does not have a large prize opening for small wins, but for the sake of convenience, Figure 67 also describes an abnormal prize winning error at the large prize opening for small wins. Also, in Figure 67, the large prize opening 131 is described as a large prize opening for big wins.

なお、図67に示されるエラーの概要は一例であって、これらのうちの一部のみをエラーであると判断するようにしてもよいし、例えば、図67に示されないものをエラーと判断するようにしてもよい。図67に示されないもののエラーと判断されるものとしては、例えば、ソレノイド監視センサ(不図示)が所定時間以上にわたってオンまたはオフであったりした場合のソレノイド監視センサエラー、大入賞口(大当り用大入賞口または小当り用大入賞口)の内部に未排出の遊技球があったり大入賞口未開放時に大入賞口内に入賞があった場合の大入賞口入排出異常エラー、振動センサが所定時間にわたってオンである場合の振動センサエラー等が相当する。また、例えば大当り用大入賞口内に特定領域を設け、大当り遊技制御の実行中に特定領域を遊技球が通過したことに基づいて、大当り遊技制御の終了後に確変制御が実行される仕様である場合には、特定領域への通過異常や、大当り用大入賞口の内部に未排出の遊技球が存在しないにもかかわらず特定領域を遊技球が通過した場合等にも、エラーと判断するように構成すると好ましい。 The outline of the errors shown in FIG. 67 is an example, and only some of them may be judged to be errors, or, for example, those not shown in FIG. 67 may be judged to be errors. Examples of errors that are judged to be errors that are not shown in FIG. 67 include a solenoid monitoring sensor error when a solenoid monitoring sensor (not shown) is on or off for a predetermined time or more, a large prize opening entry/ejection abnormality error when there are undischarged game balls inside the large prize opening (large prize opening for a large win or large prize opening for a small win) or when a prize is won inside the large prize opening when the large prize opening is not open, and a vibration sensor error when the vibration sensor is on for a predetermined time. Also, for example, if a specific area is provided inside the big win opening, and the special probability control is executed after the big win game control ends based on the game ball passing through the specific area while the big win game control is being executed, it is preferable to configure it so that an error is determined when there is an abnormal passage to the specific area, or when the game ball passes through the specific area even though there are no game balls yet to be discharged inside the big win opening.

メインCPU201(図6参照)は、エラーが発生したと判断すると、サブCPU301(図6参照)に不正検知関連コマンドを送信する。不正検知関連を受信したサブCPU301は、エラーの内容に応じた報知制御を実行する。 When the main CPU 201 (see FIG. 6) determines that an error has occurred, it sends a fraud detection-related command to the sub-CPU 301 (see FIG. 6). The sub-CPU 301, which receives the fraud detection-related command, executes notification control according to the content of the error.

以下に、大当り用大入賞口異常入賞エラーが発生した場合を例に挙げて、メインCPU201およびサブCPU301(いずれも図6参照)による制御について簡単に説明する。 The following briefly explains the control by the main CPU 201 and sub-CPU 301 (see Figure 6 for both), using the example of an abnormal winning error at the big win slot.

図67に示されるように、例えば、初期電源投入後、1回目の大当り用大入賞口が開放される前に1個の入賞検出があると、メインCPU201(図6参照)は、大当り用大入賞口異常入賞エラーが発生したと判断し、「セキュリティ」の信号を、12秒の間出力する。また、大当り用大入賞口異常入賞エラーが発生したことを示す不正検知関連コマンドをサブCPU301(図6参照)に送信する。 As shown in FIG. 67, for example, after the initial power is turned on, if one winning is detected before the first big win opening is opened, the main CPU 201 (see FIG. 6) determines that an abnormal winning error has occurred at the big win opening, and outputs a "security" signal for 12 seconds. It also sends a fraud detection-related command to the sub-CPU 301 (see FIG. 6) indicating that an abnormal winning error has occurred at the big win opening.

なお、本実施例では、図67に示されるように、いずれのエラーであっても「セキュリティ」の信号の出力時間が12秒であるため、機外の装置(例えば、ホールコンピュータ186(図6参照)や島コンピュータ(不図示))は、「セキュリティ」の信号を受信することによってエラーの発生を把握することはできるものの、エラーの内容まで把握することができない。ただし、これに限られず、例えば、「セキュリティ」の信号の出力時間をエラーの内容に応じて変える等により、「セキュリティ」の信号を受信した機外の装置がエラーの内容を把握できるようにしてもよい。 In this embodiment, as shown in FIG. 67, the output time of the "security" signal is 12 seconds regardless of the type of error, so that an external device (e.g., hall computer 186 (see FIG. 6) or island computer (not shown)) can know that an error has occurred by receiving the "security" signal, but cannot know the content of the error. However, this is not limited to the above, and for example, the output time of the "security" signal may be changed depending on the content of the error, so that an external device that receives the "security" signal can know the content of the error.

サブCPU301(図6参照)は、例えば大当り用大入賞口異常入賞エラーを示す不正検知関連コマンドを受信すると、例えば以下に示す報知制御の全部または一部を実行し、不正検知関連コマンドを受信してから例えば30秒経過すると、以下に示す報知制御を終了する。
・表示制御回路304を介して表示装置7(いずれも例えば図6参照)に例えば「大入賞口異常入賞エラー」の文字を表示する報知制御。
・音声制御回路305を介してスピーカ32(いずれも例えば図6参照)から例えば「大入賞口異常入賞エラーです」の音声を出力する報知制御。
・音声制御回路305を介してスピーカ32から例えばビープ音を出力する報知制御。
・LED制御回路306を介してLED群46(いずれも例えば図6参照)を例えば赤色で全点灯させる報知制御。
When the sub-CPU 301 (see Figure 6) receives a fraud detection-related command indicating, for example, an abnormal winning error at the large winning port for a jackpot, it executes all or part of the notification control shown below, and when, for example, 30 seconds have elapsed since receiving the fraud detection-related command, it terminates the notification control shown below.
Notification control for displaying, for example, the text "Abnormal winning error at large prize port" on the display device 7 (see, for example, FIG. 6) via the display control circuit 304.
- Notification control to output a voice such as "There is an abnormal winning error at the large prize slot" from the speaker 32 (see, for example, Figure 6) via the voice control circuit 305.
Notification control for outputting, for example, a beep from the speaker 32 via the voice control circuit 305.
Notification control for lighting up all of the LEDs 46 (see FIG. 6, for example) in red via the LED control circuit 306.

なお、不正検知関連コマンドを受信してから例えば30秒経過する前に電断があった場合、サブCPU301は、上述の報知制御を終了する。 If a power outage occurs, for example, before 30 seconds have elapsed since receiving the fraud detection-related command, the sub-CPU 301 ends the above-mentioned notification control.

また、サブCPU301は、例えば、大当り用大入賞口異常入賞エラーの発生を示す上述の報知制御の実行中に、大当り用大入賞口異常入賞エラーを示す不正検知関連コマンドを受信した場合、上述の報知制御を再度実行し直す。 In addition, for example, if the sub-CPU 301 receives a fraud detection-related command indicating an abnormal winning error at the large jackpot winning port while executing the above-mentioned notification control indicating the occurrence of an abnormal winning error at the large jackpot winning port, it will re-execute the above-mentioned notification control.

次に、遊技状態に応じて第1のパチンコ遊技機の機外に出力される信号について、図68を参照して説明する。図68は、第1のパチンコ遊技機において、遊技状態に応じて機外に出力される信号の出力条件の一例を示す表である。図68において、出力される信号を〇で示し、出力されない信号を×で示す。 Next, the signals output from the first pachinko gaming machine according to the gaming status will be described with reference to FIG. 68. FIG. 68 is a table showing an example of the output conditions of signals output from the first pachinko gaming machine according to the gaming status. In FIG. 68, signals that are output are indicated by ◯, and signals that are not output are indicated by ×.

図68に示されるように、本実施例では、メインCPU201により制御される遊技の状態に応じて、出力される信号が異なっている。例えば、通常遊技状態中(大当り・小当り中以外、確変・時短中以外)はいずれの信号も出力されず、低確時短遊技状態中(大当り中以外、小当り中以外)は「外部情報3」および「外部情報7」の信号が出力され、高確時短遊技状態中(大当り中以外、小当り中以外)は「外部情報3」、「外部情報5」および「外部情報7」の信号が出力され。また、高確非時短遊技状態に制御可能なパチンコ遊技機では、高確非時短遊技状態中(大当り中以外、小当り中以外)は「外部情報3」および「外部情報6」の信号が出力される。 As shown in FIG. 68, in this embodiment, the signals output vary depending on the state of the game controlled by the main CPU 201. For example, during normal gameplay (other than during a big win or small win, other than during a special probability or time-saving mode), no signals are output, during low-probability time-saving gameplay (other than during a big win or small win), the signals "External Information 3" and "External Information 7" are output, and during high-probability time-saving gameplay (other than during a big win or small win), the signals "External Information 3", "External Information 5", and "External Information 7" are output. Also, in a pachinko game machine that can be controlled to a high-probability non-time-saving gameplay state, the signals "External Information 3" and "External Information 6" are output during a high-probability non-time-saving gameplay (other than during a big win or small win).

このように、メインCPU201により制御される遊技の状態に応じて出力される信号が異ならせることにより、信号を受信可能な機外の装置(例えば、ホールコンピュータ186(図6参照)や島コンピュータ(不図示))は、外部情報送信元のパチンコ遊技機における遊技の状態を把握することが可能となる。 In this way, by outputting different signals according to the game status controlled by the main CPU 201, devices outside the machine that can receive the signals (for example, the hall computer 186 (see FIG. 6) or the island computer (not shown)) can grasp the game status of the pachinko game machine that is the source of the external information.

なお、本実施例では、図68に示されるように、小当り遊技制御処理中(通常遊技状態中)に出力される信号は、通常遊技状態中(大当り・小当り中以外、確変・時短中以外)に出力される信号と同じである。同様に、小当り遊技制御処理中(低確時短遊技状態中)に出力される信号は、低確時短遊技状態中(大当り中以外、小当り中以外)に出力される信号と同じであり、小当り遊技制御処理中(高確時短遊技状態中)に出力される信号は、高確時短遊技状態中(大当り中以外、小当り中以外)に出力される信号と同じであり、小当り遊技制御処理中(高確非時短遊技状態中)に出力される信号は、高確非時短遊技状態中(大当り中以外、小当り中以外)に出力される信号と同じである。すなわち、信号を受信可能な機外の装置(例えば、ホールコンピュータ186(図6参照)や島コンピュータ(不図示))は、外部情報送信元のパチンコ遊技機において、小当り遊技制御処理が実行されているか否かを把握することができない。ただし、これに代えて、小当り遊技制御処理中に出力される信号を、小当り遊技制御処理中でない場合に出力される信号と異ならせることにより、外部情報送信元のパチンコ遊技機において小当り遊技制御処理が実行されているか否かを、信号を受信可能な機外の装置側で把握できるようにしてもよい。 In this embodiment, as shown in FIG. 68, the signal output during the small win game control process (in the normal game state) is the same as the signal output during the normal game state (other than during a big win or small win, other than during a special mode or time-saving mode). Similarly, the signal output during the small win game control process (in the low-probability time-saving game state) is the same as the signal output during the low-probability time-saving game state (other than during a big win or small win), the signal output during the small win game control process (in the high-probability time-saving game state) is the same as the signal output during the high-probability time-saving game state (other than during a big win or small win), and the signal output during the small win game control process (in the high-probability non-time-saving game state) is the same as the signal output during the high-probability non-time-saving game state (other than during a big win or small win). In other words, an external device capable of receiving the signal (for example, the hall computer 186 (see FIG. 6) or the island computer (not shown)) cannot know whether or not the small win game control process is being executed in the pachinko game machine that sent the external information. However, instead of this, the signal output during the small win game control process may be made different from the signal output when the small win game control process is not being executed, so that an external device capable of receiving the signal can know whether or not the small win game control process is being executed in the pachinko game machine that sent the external information.

また、図68に示される低確時短遊技状態中(大当り中以外、小当り中以外)、高確時短遊技状態中(大当り中以外、小当り中以外)、小当り遊技制御処理中(低確時短遊技状態中)および小当り遊技制御処理中(高確時短遊技状態中)は、時短制御の実行中に出力される信号である。この場合、電サポ制御および特図短縮制御の両方が実行されている場合に時短制御の実行中であるとしてもよいし、電サポ制御および特図短縮制御のうち電サポ制御のみが実行されている場合に時短制御の実行中であるとしてもよいし、電サポ制御および特図短縮制御のうち特図短縮制御のみが実行されている場合に時短制御の実行中であるとしてもよい。 Also, during the low-probability time-saving game state (other than during a big win or a small win), during the high-probability time-saving game state (other than during a big win or a small win), during the small win game control process (low-probability time-saving game state), and during the small win game control process (high-probability time-saving game state) shown in FIG. 68, the signal is output during execution of the time-saving control. In this case, it may be considered that the time-saving control is being executed when both the electric support control and the special chart shortening control are being executed, or it may be considered that the time-saving control is being executed when only the electric support control of the electric support control and the special chart shortening control is being executed, or it may be considered that the time-saving control is being executed when only the special chart shortening control of the electric support control and the special chart shortening control is being executed.

また、上述の第1のパチンコ遊技機についての説明では、メインCPUの制御により、A時短遊技状態とB時短遊技状態とC時短遊技状態とに制御可能である(A時短遊技状態の機能、B時短遊技状態の機能、及びC時短遊技状態の機能が搭載されている)ことを前提として説明したが、これに限られない。例えば、A時短遊技状態の機能、B時短遊技状態の機能、及びC時短遊技状態の機能のうち、いずれか一つの機能(例えば、A時短遊技状態の機能)のみを搭載し、他の機能(例えば、B時短遊技状態の機能及びC時短遊技状態の機能)については搭載しないパチンコ遊技機であってもよい。また、A時短遊技状態の機能、B時短遊技状態の機能、及びC時短遊技状態の機能のうち、二つの機能(例えば、A時短遊技状態の機能、及び、B時短遊技状態の機能またはC時短遊技状態の機能)のみを搭載し、他の機能(例えば、B時短遊技状態の機能またはC時短遊技状態の機能)については搭載しないパチンコ遊技機であってもよい。 In addition, in the above description of the first pachinko gaming machine, it is assumed that the main CPU can control the time-shortened game state to the A time-shortened game state, the B time-shortened game state, and the C time-shortened game state (the A time-shortened game state function, the B time-shortened game state function, and the C time-shortened game state function are installed), but this is not limited to the above. For example, the pachinko gaming machine may be equipped with only one of the A time-shortened game state function, the B time-shortened game state function, and the C time-shortened game state function (e.g., the A time-shortened game state function), but not the other functions (e.g., the B time-shortened game state function and the C time-shortened game state function). Also, the pachinko gaming machine may be equipped with only two of the functions of the time-saving play state A, the time-saving play state B, and the time-saving play state C (for example, the function of the time-saving play state A and the function of the time-saving play state B or the function of the time-saving play state C), and not equipped with the other functions (for example, the function of the time-saving play state B or the function of the time-saving play state C).

また、例えばST機と呼ばれるパチンコ遊技機のように、大当り遊技状態の終了後、100%の確率で確変フラグがオンにセットされるパチンコ遊技機では、A時短遊技状態の機能、B時短遊技状態の機能、及びC時短遊技状態の機能のいずれも搭載しないように構成してもよい。 In addition, for example, in pachinko gaming machines called ST machines, where the probability of ...

[2.第2のパチンコ遊技機]
次に、第2のパチンコ遊技機について説明する。第2のパチンコ遊技機は、上述したとおり、デジパチと称される所謂1種タイプのパチンコ遊技機である。ただし、第2のパチンコ遊技機は、第1特別図柄と第2特別図柄とが並行して可変表示可能である点において第1のパチンコ遊技機と異なる。それ故、遊技盤ユニットおよび電気的構成についても、第1のパチンコ遊技機と異なる点がある。
[2. The second pachinko game machine]
Next, the second pachinko game machine will be described. As mentioned above, the second pachinko game machine is a so-called type one pachinko game machine called digital pachinko. However, the second pachinko game machine is different from the first pachinko game machine in that the first special symbol and the second special symbol can be displayed in parallel. Therefore, the game board unit and the electrical configuration are also different from the first pachinko game machine.

以下、第2のパチンコ遊技機を説明するにあたり、例えば外枠2およびベースドア3等の基本構成等、並びに、外部端子板1184(後述の図70参照)から第2のパチンコ遊技機の機外(例えば、ホールコンピュータ1186(後述の図70参照)や各島に設けられる島コンピュータ(不図示))に出力される信号等のように、機能、形状および配置位置等が第1のパチンコ遊技機と共通する点については極力説明を省略するものとする。 In the following explanation of the second pachinko gaming machine, we will omit as much as possible explanation of the functions, shapes, and positions that are common to the first pachinko gaming machine, such as the basic configuration of the outer frame 2 and base door 3, and the signals output from the external terminal board 1184 (see Figure 70 described below) to outside the second pachinko gaming machine (for example, the hall computer 1186 (see Figure 70 described below) and the island computers (not shown) installed on each island).

また、第2のパチンコ遊技機を説明するにあたり、第1のパチンコ遊技機の説明で用いた図面を参照して説明する構成については、第1のパチンコ遊技機と同じ符号およびステップ番号を用いて説明する。ただし、第2のパチンコ遊技機の説明において新たに採用した図面を参照して説明する構成については、第1のパチンコ遊技機と機能等が共通する構成であったとしても、第1のパチンコ遊技機と異なる符号およびステップ番号を用いて説明するものとする。 In addition, when describing the second pachinko gaming machine, the configuration will be described with reference to the drawings used in the description of the first pachinko gaming machine, using the same reference numbers and step numbers as the first pachinko gaming machine. However, when describing the configuration with reference to new drawings adopted in the description of the second pachinko gaming machine, the configuration will be described with reference to different reference numbers and step numbers than the first pachinko gaming machine, even if the configuration has the same functions, etc. as the first pachinko gaming machine.

ところで、第1特別図柄と第2特別図柄とが並行して可変表示可能なパチンコ遊技機としては、第1特別図柄の可変表示および第2特別図柄の可変表示が保留されている場合に、例えば第1特別図柄の始動条件よりも第2特別図柄の始動条件が優先して成立するパチンコ遊技機(以下、「優先変動機」と称する)と、第1始動口および第2始動口を含めて入賞順に始動条件が成立するパチンコ遊技機(以下、「順次変動機」と称する)とがある。 Incidentally, pachinko gaming machines that can changeably display the first and second special symbols in parallel include pachinko gaming machines in which, when the variable display of the first special symbol and the variable display of the second special symbol are on hold, the start conditions of the second special symbol are established with priority over the start conditions of the first special symbol (hereinafter referred to as "priority change machines"), and pachinko gaming machines in which the start conditions are established in the order of winning, including the first and second start ports (hereinafter referred to as "sequential change machines").

[2-1.遊技盤ユニット]
図69は、第2のパチンコ遊技機が備える遊技盤ユニット1010の外観を示す正面図の一例である。図69に示されるように、遊技盤ユニット1010には遊技領域1105が形成されている。
[2-1. Game board unit]
69 is an example of a front view showing the appearance of a game board unit 1010 included in the second pachinko gaming machine. As shown in Fig. 69, a game area 1105 is formed on the game board unit 1010.

なお、第2のパチンコ遊技機の遊技領域1105に配置される各種部材(例えば第1始動口1120等)は、第1のパチンコ遊技機の遊技領域105(図4参照)に配置される各種部材と共通するものもあるが、改めて一通り説明する。 Note that the various components (e.g., the first starting hole 1120, etc.) arranged in the play area 1105 of the second pachinko gaming machine share some in common with the various components arranged in the play area 105 of the first pachinko gaming machine (see Figure 4), but will be explained in detail again.

図69に示されるように、遊技盤ユニット1010は、主として、発射された遊技球が転動流下可能な遊技領域1105が形成される遊技パネル1100と、ガイドレール1110と、遊技領域1105の略中央部に配置されるセンター役物1115と、第1始動口1120と、一般入賞口1122と、通過ゲートユニット1125と、特別電動役物ユニット1130と、第2始動口1140A,1140Bと、普通電動役物ユニット1145と、小当りユニット1150と、LEDユニット1160と、アウト口1178と、遊技盤ユニット1010の後方に配置される裏ユニット(図示せず)とを備える。なお、LEDユニット1160については第1のパチンコ遊技機のLEDユニット160と同様であり、この第2のパチンコ遊技機では説明を省略する。 As shown in FIG. 69, the game board unit 1010 mainly includes a game panel 1100 in which a game area 1105 is formed in which the launched game ball can roll down, a guide rail 1110, a center role 1115 located approximately in the center of the game area 1105, a first start port 1120, a general winning port 1122, a passing gate unit 1125, a special electric role unit 1130, a second start port 1140A, 1140B, a normal electric role unit 1145, a small win unit 1150, an LED unit 1160, an outlet 1178, and a back unit (not shown) located behind the game board unit 1010. Note that the LED unit 1160 is the same as the LED unit 160 of the first pachinko game machine, and a description of the LED unit 1160 of the second pachinko game machine will be omitted.

(遊技パネル)
遊技パネル1100には、表示装置1007の表示領域が臨む位置に開口(参照符号なし)が形成されている。また、遊技パネル1100の前面には、ガイドレール1110が設けられるとともに遊技釘(参照符号なし)等が植設されている。発射装置6(図1、図2参照)から発射された遊技球は、ガイドレール1110から遊技領域1105に向けて飛び出し、遊技釘等と衝突して進行方向を変えながら遊技領域1105の下方に向けて流下する。
(Game panel)
An opening (no reference number) is formed in the gaming panel 1100 at a position facing the display area of the display device 1007. A guide rail 1110 is provided on the front surface of the gaming panel 1100, and gaming pegs (no reference number) and the like are planted thereon. A gaming ball launched from the launching device 6 (see Figs. 1 and 2) flies out from the guide rail 1110 toward the gaming area 1105, collides with the gaming pegs, etc., and flows downward below the gaming area 1105 while changing its direction of travel.

また、遊技パネル1100の後方には、演出効果を高めるために装飾体が設けられた裏ユニット(図示せず)が配置されている。遊技パネル1100は、裏ユニットに設けられた装飾体を正面視で視認できるように透明樹脂で構成されている。この場合、遊技パネル1100の全部が透明部材で構成されていてもよいし、例えば、裏ユニットに設けられた装飾体を正面視で視認できる部位のみが透明部材で構成されていてもよい。また、遊技パネル1100を、透明部分を有さない部材(例えば木製)で構成し、一部に透明部材を設けて演出効果を高めるようにしてもよい。 In addition, a back unit (not shown) with decorative bodies is disposed behind the gaming panel 1100 to enhance the presentation effect. The gaming panel 1100 is made of transparent resin so that the decorative bodies on the back unit can be seen when viewed from the front. In this case, the entire gaming panel 1100 may be made of transparent materials, or, for example, only the parts where the decorative bodies on the back unit can be seen when viewed from the front may be made of transparent materials. In addition, the gaming panel 1100 may be made of materials that do not have transparent parts (for example, wood), and transparent materials may be provided in some parts to enhance the presentation effect.

(ガイドレール)
ガイドレール1110は、円弧状の外レールおよび内レール(いずれも参照符号なし)により構成される。遊技領域1105は、ガイドレール1110によって区画(画定)される。外レールおよび内レールは、発射装置1006(後述の図70参照)から発射された遊技球を遊技領域1105の上部に案内する機能を有する。
(Guide rail)
The guide rail 1110 is composed of an arc-shaped outer rail and an inner rail (both of which have no reference number). The play area 1105 is defined by the guide rail 1110. The outer rail and the inner rail have a function of guiding the game balls launched from the launching device 1006 (see FIG. 70 described later) to the upper part of the play area 1105.

(センター役物)
センター役物1115は、遊技パネル1100の開口(参照符号なし)にはめ込まれるように構成されており、上方には円弧状のセンターレール1116を備えている。遊技領域1105に向けて発射された遊技球は、センターレール1116によって左右に振り分けられる。
(Center role)
The center device 1115 is configured to be fitted into an opening (without reference number) of the game panel 1100, and is provided with an arc-shaped center rail 1116 at its upper portion. Game balls launched toward the game area 1105 are distributed to the left and right by the center rail 1116.

発射装置1006によって遊技領域1105に向けて発射された遊技球は、左側領域1106または右側領域1107を流下する。左側領域1106または右側領域1107を流下する遊技球は、遊技パネル1100に植設された遊技釘等との衝突により、進行方向を変えながら下方へ向けて流下する。発射ハンドル62(図1、図2参照)の操作量が小さい場合、発射された遊技球は左側領域1106を流下する。一方、発射ハンドル62の操作量が大きい場合、発射された遊技球は右側領域1107を流下する。 A game ball launched by the launching device 1006 toward the game area 1105 flows down the left area 1106 or the right area 1107. A game ball flowing down the left area 1106 or the right area 1107 changes direction as it flows downward due to collision with game pegs or the like planted in the game panel 1100. If the amount of operation of the launch handle 62 (see Figures 1 and 2) is small, the launched game ball flows down the left area 1106. On the other hand, if the amount of operation of the launch handle 62 is large, the launched game ball flows down the right area 1107.

また、センター役物1115には、左側の外周縁部に、左側領域1106を流下する遊技球が進入可能とされたワープ入口1117が形成されている。ワープ入口1117に進入した遊技球は、センター役物1115に形成されたステージ1118に誘導可能に構成されている。ステージ1118は、表示装置1007の表示領域の下方前方において遊技球が左右方向に転動可能に形成されている。なお、ステージ1118は、例えば、上段側のステージおよび下段側のステージといったように、複数段で形成されていてもよい。 The center device 1115 also has a warp entrance 1117 formed on the outer periphery on the left side, through which game balls flowing down the left area 1106 can enter. Game balls that enter the warp entrance 1117 are configured to be guided to a stage 1118 formed in the center device 1115. The stage 1118 is formed below and in front of the display area of the display device 1007 so that the game balls can roll left and right. The stage 1118 may be formed in multiple stages, such as an upper stage and a lower stage, for example.

ステージ1118の左右方向略中央の後側には、遊技球が進入可能なチャンス入口1119が形成されており、チャンス入口1119に進入した遊技球は、第1始動口1120の直上に放出されるように構成されている。そのため、チャンス入口1119に進入した遊技球は、ワープ入口1117に進入しなかった遊技球や、ワープ入口1117に進入したもののチャンス入口1119に進入しなかった遊技球と比べて高い確率で第1始動口1120に入賞(通過)するようになっている。 A chance entrance 1119 through which game balls can enter is formed at the rear of the stage 1118, approximately in the center in the left-right direction, and game balls that enter the chance entrance 1119 are configured to be released directly above the first start opening 1120. Therefore, game balls that enter the chance entrance 1119 have a higher probability of entering (passing through) the first start opening 1120 than game balls that do not enter the warp entrance 1117, or game balls that enter the warp entrance 1117 but do not enter the chance entrance 1119.

(第1始動口)
第1始動口1120は、表示装置1007の表示領域の下方に配置されており、左打ちされた遊技球が入賞可能(右打ちされた遊技球が入賞困難または不可能)となるように配置されている。第1始動口1120に遊技球が入賞すると、第1始動口スイッチ1121(後述の図70参照)により検出される。なお、右打ちされた遊技球が第1始動口1120に入賞可能であってもよい。また、上記の第1始動口1120に代えてまたは加えて、右打ちされた遊技球が入賞可能(左打ちされた遊技球が入賞困難または不可能)な第1始動口を備えるようにしてもよい。
(First starting point)
The first starting hole 1120 is disposed below the display area of the display device 1007, and is disposed so that a game ball hit from the left can win (a game ball hit from the right has difficulty or is impossible to win). When a game ball wins in the first starting hole 1120, it is detected by a first starting hole switch 1121 (see FIG. 70 described later). It is also possible that a game ball hit from the right can win in the first starting hole 1120. Also, instead of or in addition to the above-mentioned first starting hole 1120, a first starting hole that allows a game ball hit from the right to win (a game ball hit from the left has difficulty or is impossible to win) may be provided.

第1始動口スイッチ1121(後述の図70参照)により第1始動口1120への遊技球の入賞(通過)が検出されると、第1特別図柄の始動情報が抽出され、抽出された始動情報は所定数(例えば最大4個)まで保留される。保留された始動情報は、始動条件が成立すると、第1特別図柄の当り判定処理に供される。第1始動口1120に遊技球が入賞すると例えば3個の賞球が払い出される。ただし、第1始動口1120への遊技球の入賞に基づいて払い出される賞球数はこれに限られない。 When the first start hole switch 1121 (see FIG. 70 described below) detects the entry (passage) of a game ball into the first start hole 1120, start information for the first special pattern is extracted, and a predetermined number of the extracted start information (for example, up to four) are held. When the start conditions are met, the held start information is used in the winning determination process for the first special pattern. When a game ball enters the first start hole 1120, for example, three prize balls are paid out. However, the number of prize balls paid out based on the entry of a game ball into the first start hole 1120 is not limited to this.

(一般入賞動口)
一般入賞口1122は、表示装置1007の表示領域の左下方に複数配置されており、左打ちされた遊技球が入賞可能(右打ちされた遊技球が入賞困難または不可能)となるように配置されている。一般入賞口1122に遊技球が入賞すると、一般入賞口スイッチ1123(後述の図70参照)により検出される。
(General Prize Winners)
The general winning openings 1122 are arranged in a plurality of locations on the lower left side of the display area of the display device 1007, and are arranged so that game balls hit from the left can win (game balls hit from the right have difficulty or no chance of winning). When a game ball wins in a general winning opening 1122, it is detected by a general winning opening switch 1123 (see FIG. 70 described later).

一般入賞口スイッチ1123(後述の図70参照)により一般入賞口1122への遊技球の入賞(通過)が検出されると、例えば4個の賞球が払い出されるが、一般入賞口1122への遊技球の入賞に基づいて払い出される賞球数は4個に限られない。 When the general prize opening switch 1123 (see FIG. 70 described below) detects the entry (passage) of a game ball into the general prize opening 1122, for example, four prize balls are paid out, but the number of prize balls paid out based on the entry of a game ball into the general prize opening 1122 is not limited to four.

また、本実施例において、一般入賞口1122は、右打ちされた遊技球が入賞困難または不可能となるように配置されているが、必ずしもこれに限られず、上記の一般入賞口1122に代えてまたは加えて、右打ちされた遊技球が入賞可能な一般入賞口を備えてもよい。 In addition, in this embodiment, the general winning opening 1122 is positioned so that it is difficult or impossible for a game ball hit from the right to win, but this is not necessarily limited to this, and instead of or in addition to the general winning opening 1122 described above, a general winning opening through which a game ball hit from the right can win may be provided.

(通過ゲートユニット)
通過ゲートユニット1125は、右側領域1107に配置されており、右打ちされた遊技球がほぼ通過できるように構成された通過ゲート1126と、通過ゲート1126への遊技球の通過を検出する通過ゲートスイッチ1127(後述の図70参照)とを一体化したユニット体である。
(Passing gate unit)
The pass gate unit 1125 is located in the right area 1107 and is a unit that integrates a pass gate 1126 that is configured to allow almost all game balls hit to the right to pass through, and a pass gate switch 1127 (see Figure 70 described below) that detects the passage of the game ball through the pass gate 1126.

通過ゲートスイッチ1127により通過ゲート1126への遊技球の通過が検出されると、普通図柄の始動情報が抽出され、抽出された普通図柄の始動情報は所定数(例えば最大4個)まで保留される。保留された普通図柄の始動情報は、普通図柄の当り判定処理に供される。なお、通過ゲートスイッチ1127により通過ゲート1126への遊技球の通過が検出されたとしても、賞球は払い出されない。また、通過ゲートユニット1125は、右側領域1107に代えてまたは加えて左側領域1106に配置されていてもよい。 When the passing gate switch 1127 detects the passage of a game ball through the passing gate 1126, the start information of the normal pattern is extracted, and the extracted start information of the normal pattern is reserved up to a predetermined number (for example, up to four). The reserved start information of the normal pattern is used for the winning determination process of the normal pattern. Note that even if the passing gate switch 1127 detects the passage of a game ball through the passing gate 1126, no prize balls are paid out. Also, the passing gate unit 1125 may be arranged in the left area 1106 instead of or in addition to the right area 1107.

また、通過ゲート1126を、役物連続作動装置を作動させるための契機となるように機能させてもよい。すなわち、大当りでない遊技状態(例えば通常遊技状態等)から大当り遊技状態への移行条件は、条件装置および役物連続作動装置の両方が作動することであるが、大当りであることを示す停止表示態様(図柄組合せ)が導出された際に、条件装置については作動させるものの役物連続作動装置については作動させないようにすることができる。そして、条件装置が作動していることを前提として、通過ゲート1126への遊技球の通過すなわち通過ゲートスイッチ1127(後述の図70参照)により遊技球が検出されたことをもって役物連続作動装置を作動させて、大当り遊技状態に移行するようにしてもよい。 The pass gate 1126 may also function as a trigger for activating the consecutive operation device of the special feature. In other words, the condition for transitioning from a non-jackpot gaming state (such as a normal gaming state) to a jackpot gaming state is that both the condition device and the consecutive operation device of the special feature are activated, but when a stop display mode (symbol combination) indicating a jackpot is derived, the condition device may be activated but the consecutive operation device of the special feature may not be activated. Then, assuming that the condition device is activated, the consecutive operation device of the special feature may be activated when a gaming ball passes through the pass gate 1126, i.e., when a gaming ball is detected by the pass gate switch 1127 (see FIG. 70 described below), thereby transitioning to the jackpot gaming state.

(特別電動役物ユニット)
特別電動役物ユニット1130は、大当り用大入賞口1131と、大当り用大入賞口1131への遊技球の入賞(通過)を検出する大当り用大入賞口カウントスイッチ1132(後述の図70参照)と、特別電動役物1133とを一体化したユニット体である。特別電動役物ユニット1130は、右側領域1107において、通過ゲートユニット1125よりも下方に配置されている。
(Special electric feature unit)
The special electric accessory unit 1130 is a unit body that integrates a big winning hole 1131 for a big winning, a big winning hole count switch 1132 (see FIG. 70 described later) for detecting the entry (passage) of a game ball into the big winning hole 1131 for a big winning, and a special electric accessory 1133. The special electric accessory unit 1130 is disposed below the passing gate unit 1125 in the right side area 1107.

大当り用大入賞口1131は、右打ちされた遊技球が入賞可能(左打ちされた遊技球が入賞困難または不可能)となるように配置されている。ただし、これに限定されるものではなく、上記の大当り用大入賞口1131に代えてまたは加えて、左打ちされた遊技球が入賞可能な大当り用大入賞口を配置したり、センター役物1115の上部において遊技球が入賞可能な大当り用大入賞口を配置するようにしてもよい。 The big winning opening 1131 for big wins is arranged so that game balls hit from the right can win (game balls hit from the left have difficulty or cannot win). However, this is not limited to this, and instead of or in addition to the big winning opening 1131 for big wins described above, a big winning opening for big wins that can win game balls hit from the left may be arranged, or a big winning opening for big wins that can win game balls may be arranged above the center device 1115.

また、大当り用大入賞口1131は、遊技者に有利な遊技状態である大当り遊技状態に制御されているときに所定個数(例えば10個)の遊技球が入賞(通過)可能となるように開放される入賞口である。大当り用大入賞口カウントスイッチ1132(後述の図70参照)により大当り用大入賞口1131への遊技球の入賞が検出されると、例えば10個の賞球が払い出される。ただし、大当り用大入賞口1131への遊技球の入賞に基づいて払い出される賞球数は10個に限られない。 The big jackpot winning opening 1131 is an opening that is opened to allow a predetermined number of game balls (for example, 10) to enter (pass through) when the machine is controlled to a big jackpot game state, which is a game state advantageous to the player. When the big jackpot winning opening count switch 1132 (see FIG. 70 described later) detects the entry of a game ball into the big jackpot winning opening 1131, for example, 10 prize balls are paid out. However, the number of prize balls paid out based on the entry of a game ball into the big jackpot winning opening 1131 is not limited to 10.

特別電動役物1133は、前後方向に進退可能な特電用シャッタ1134と、この特電用シャッタ1134を作動させる特電用ソレノイド1135(後述の図70参照)とを備える。特別電動役物1133すなわち特電用シャッタ1134は、大当り用大入賞口1131への遊技球の入賞(通過)が可能または容易な開放状態と、大当り用大入賞口1131への遊技球の入賞(通過)が不可能または困難な閉鎖状態と、に状態移行可能に構成される。なお、大当り用大入賞口1131の閉鎖状態から開放状態への状態移行は、所定のラウンド数にわたって行われる。すなわち、大当り遊技状態は、大当り用大入賞口1131が閉鎖状態から所定期間にわたって開放状態に移行するラウンド遊技を複数ラウンドにわたって行うことにより、多量の遊技球を賞球として払い出すことを可能にした遊技状態である。 The special electric device 1133 includes a special electric shutter 1134 that can move forward and backward, and a special electric solenoid 1135 (see FIG. 70 described later) that operates the special electric shutter 1134. The special electric device 1133, i.e., the special electric shutter 1134, is configured to be able to transition between an open state in which it is possible or easy for a game ball to enter (pass) through the big winning opening 1131 for a big win, and a closed state in which it is impossible or difficult for a game ball to enter (pass) through the big winning opening 1131 for a big win. The transition from the closed state to the open state of the big winning opening 1131 for a big win is performed over a predetermined number of rounds. In other words, the big winning game state is a game state in which a large number of game balls can be paid out as prize balls by performing a round game in which the big winning opening 1131 for a big win transitions from a closed state to an open state for a predetermined period over multiple rounds.

(第2始動口)
本実施例では、第2始動口として、第2始動口1140Aおよび第2始動口1140Bが遊技領域1105に配置されており、これらの第2始動口1140A,1140Bは、いずれも、右打された遊技球が入賞可能(左打ちされた遊技球が入賞困難または不可能)となっている。ただし、これに限られず、左打ちされた遊技球が第2始動口1140Aまたは/および第2始動口1140Bに入賞可能であってもよい。
(Second starting hole)
In this embodiment, the second starting holes 1140A and 1140B are arranged in the game area 1105 as the second starting holes, and both of these second starting holes 1140A and 1140B are designed so that a game ball hit to the right can win (a game ball hit to the left is difficult or impossible to win). However, this is not limited to this, and a game ball hit to the left may be able to win the second starting hole 1140A and/or the second starting hole 1140B.

第2始動口1140Aに遊技球が入賞すると、第2始動口スイッチ1141A(後述の図70参照)により検出される。また、第2始動口1140Bに遊技球が入賞すると、第2始動口スイッチ1141B(後述の図70参照)により検出される。第2始動口1140A,1140Bのいずれに遊技球が入賞したとしても、第2特別図柄の当り判定処理の契機となる。 When a game ball enters the second start hole 1140A, it is detected by the second start hole switch 1141A (see FIG. 70 described below). Also, when a game ball enters the second start hole 1140B, it is detected by the second start hole switch 1141B (see FIG. 70 described below). Regardless of whether the game ball enters the second start hole 1140A or 1140B, this triggers the process of determining whether the second special symbol has been won.

第2始動口スイッチ1141A,1141B(後述の図70参照)により第2始動口1140A,1140Bへの遊技球の入賞(通過)が検出されると、第2特別図柄の始動情報が抽出され、抽出された始動情報は所定数(例えば最大4個)まで保留される。保留された始動情報は、第2特別図柄の当り判定処理に供される。第2始動口1140Aに遊技球が入賞すると例えば3個の賞球が払い出される。一方、第2始動口1140Bに遊技球が入賞すると例えば1個の賞球が払い出される。ただし、第2始動口1140A,1140Bへの遊技球の入賞に基づいて払い出される賞球数はこれに限られない。 When the second start port switches 1141A, 1141B (see FIG. 70 described below) detect the entry (passage) of a game ball into the second start port 1140A, 1140B, the start information of the second special pattern is extracted, and the extracted start information is held for a predetermined number (for example, up to four). The held start information is used for the winning determination process of the second special pattern. When a game ball enters the second start port 1140A, for example, three prize balls are paid out. On the other hand, when a game ball enters the second start port 1140B, for example, one prize ball is paid out. However, the number of prize balls paid out based on the entry of a game ball into the second start port 1140A, 1140B is not limited to this.

ところで、本実施例では、右打ちされたものの大当り用大入賞口1131に入賞しなかった遊技球の流下方向としての下流側には、遊技球の流下経路として上下に2つの流下経路1107a,1107bが形成されている。右打ちされて大当り用大入賞口1131に入賞せずにさらに下流側に向けて流下した遊技球は、例えば図69に示される分岐釘1108によって、上方の流下経路1107aまたは下方の流下経路1107bに振り分けられる。 In this embodiment, two flow paths 1107a, 1107b are formed on the downstream side of the flow direction of the game ball that is hit from the right but does not enter the big winning opening 1131 for the big win. A game ball that is hit from the right and does not enter the big winning opening 1131 for the big win and flows further downstream is sorted by a branching nail 1108 shown in FIG. 69, for example, to the upper flow path 1107a or the lower flow path 1107b.

第2始動口1140Aは、上方の流下経路1107aに振り分けられた遊技球が入賞可能に配置されており、上方の流下経路1107aを流下する遊技球の殆どが入賞可能となっている。ただし、上方の流下経路1107aを流下する遊技球の殆どが第2始動口1140Aに入賞するように構成することは必須ではなく、例えば、第2始動口1140Aへの入賞が殆ど期待できない構成であってもよいし、上方の流下経路1107aを流下する遊技球のうち所定の期待値(例えば、概ね3分の1~5分の1)で入賞可能な構成であってもよい。なお、上方の流下経路1107aを流下したものの第2始動口1140Aに入賞しなかった遊技球は、アウト口1178から機外に排出されるように構成されている。 The second starting port 1140A is arranged so that game balls sorted into the upper flow path 1107a can win, and most of the game balls flowing down the upper flow path 1107a can win. However, it is not essential to configure most of the game balls flowing down the upper flow path 1107a to win at the second starting port 1140A. For example, it may be configured so that almost no game balls can be expected to win at the second starting port 1140A, or it may be configured so that a predetermined expected value (for example, approximately one-third to one-fifth) of the game balls flowing down the upper flow path 1107a can win. Note that game balls that flow down the upper flow path 1107a but do not win at the second starting port 1140A are configured to be discharged outside the machine from the outlet 1178.

第2始動口1140Bは、下方の流下経路1107bに振り分けられた遊技球が入賞可能に配置されているが、その詳細については普通電動役物ユニット1145の説明において後述する。 The second starting hole 1140B is positioned so that the game balls distributed to the downward flow path 1107b can enter, but details will be given later in the explanation of the normal electric role unit 1145.

(普通電動役物ユニット)
普通電動役物ユニット1145は、下方の流下経路1107b側に配置されており、遊技球が入賞(通過)することによって所定数の遊技球が賞球として払い出される入賞口と、この入賞口への遊技球の入賞を検出するスイッチと、普通電動役物1146とを一体化したユニット体である。本実施例では、上記の入賞口を第2始動口1140Bとし、上記のスイッチを第2始動口スイッチ1141Bとしている。ただし、上記の入賞口を第2始動口1140Bとすることは必須ではなく、例えば第1始動口を上記の入賞口としてもよい。
(Normal electric role unit)
The normal electric accessory unit 1145 is arranged on the lower flow path 1107b side, and is a unit body that integrates a winning hole through which a predetermined number of game balls are paid out as prize balls when the game ball enters (passes through), a switch that detects the entry of the game ball into this winning hole, and a normal electric accessory 1146. In this embodiment, the winning hole is the second start hole 1140B, and the switch is the second start hole switch 1141B. However, it is not essential that the winning hole is the second start hole 1140B, and for example, the first start hole may be the winning hole.

普通電動役物1146は、前後方向に進退可能な突出板型の普電用シャッタ1147と、この普電用シャッタ1147を作動させる普電用ソレノイド1148(後述の図70参照)とを備える。普通電動役物1146すなわち普電用シャッタ1147は、第2始動口1140Bへの遊技球の入賞(通過)が可能または容易な開放状態と、第2始動口1140Bへの遊技球の入賞が不可能または困難な閉鎖状態と、に状態移行可能に構成される。なお、前後方向に進退可能な上記の普電用シャッタ1147に代えて、所謂電動チューリップと呼ばれる例えば羽根部材からなる可動部材を採用してもよい。また、可動部材は、一対に限られず、羽根型、扉型、突出板型等を含む。 The normal electric device 1146 is equipped with a protruding plate-type normal power shutter 1147 that can move back and forth, and a normal power solenoid 1148 (see FIG. 70 described below) that operates the normal power shutter 1147. The normal electric device 1146, i.e., the normal power shutter 1147, is configured to be able to transition between an open state in which the game ball can enter (pass through) the second starting hole 1140B or is easy, and a closed state in which the game ball cannot enter the second starting hole 1140B or is difficult. Note that instead of the above-mentioned normal power shutter 1147 that can move back and forth, a movable member made of, for example, a blade member, known as an electric tulip, may be used. Also, the movable member is not limited to a pair, and may include a blade type, a door type, a protruding plate type, etc.

(小当りユニット)
小当りユニット1150は、小当り用大入賞口1151と、小当り用大入賞口1151への遊技球の入賞(通過)を検出する小当り用大入賞口カウントスイッチ1152(後述の図70参照)と、前後方向に進退可能な小当り用シャッタ1153と、この小当り用シャッタ1153を作動させることが可能な小当り用ソレノイド1154とを一体化したユニット体である。
(Small hit unit)
The small win unit 1150 is a unitary body that integrates a small win large prize opening 1151, a small win large prize opening count switch 1152 (see Figure 70 described below) that detects the entry (passage) of a game ball into the small win large prize opening 1151, a small win shutter 1153 that can move back and forth, and a small win solenoid 1154 that can operate this small win shutter 1153.

小当り用シャッタ1153は、前後方向に進退させることで、小当り用大入賞口1151への遊技球の入賞(通過)が可能または容易な開放状態と、小当り用大入賞口1151への遊技球の入賞が不可能または困難な閉鎖状態と、に状態移行可能に構成される。 The small win shutter 1153 is configured to be able to transition between an open state in which it is possible or easy for the game ball to enter (pass through) the large prize opening 1151 for small wins, and a closed state in which it is impossible or difficult for the game ball to enter the large prize opening 1151 for small wins, by moving it back and forth.

小当り用大入賞口1151が開放されたときに遊技球が入賞すると、入賞した遊技球が小当り用大入賞口カウントスイッチ1152(後述の図70参照)に検出される。小当り用大入賞口カウントスイッチ1152に遊技球が検出されると、例えば10個の賞球が払い出される。ただし、小当り用大入賞口1151への遊技球の入賞に基づいて払い出される賞球数は10個に限られない。 When a game ball enters the large prize opening for small wins 1151 when it is opened, the winning game ball is detected by the large prize opening for small wins count switch 1152 (see FIG. 70 described below). When the large prize opening for small wins count switch 1152 detects a game ball, for example, 10 prize balls are paid out. However, the number of prize balls paid out based on the entry of a game ball into the large prize opening for small wins 1151 is not limited to 10.

また、小当りユニット1150は、下方の流下経路1107bであって普通電動役物ユニット1145の下流側に配置されている。したがって、普通電動役物1146の作動によって第2始動口1140Bが開放されている場合、たとえ小当り用大入賞口1151が開放されていたとしても、下方の流下経路1107bを流下した遊技球は小当り用大入賞口1151に到達する前に、上流側に設けられる第2始動口1140Bに入賞するため、小当り用大入賞口1151に入賞することが困難(または不可能)となる。 The small win unit 1150 is located on the lower flow path 1107b downstream of the normal electric role unit 1145. Therefore, when the second starting port 1140B is opened by the operation of the normal electric role 1146, even if the small win large prize opening 1151 is open, the game ball that flows down the lower flow path 1107b will enter the second starting port 1140B located upstream before reaching the small win large prize opening 1151, making it difficult (or impossible) for the ball to enter the small win large prize opening 1151.

なお、本実施例では、大当り用大入賞口1131と小当り用大入賞口1151とをそれぞれ別に設けているが、これに限られず、大当り遊技制御処理の実行時に開放される大入賞口と、小当り遊技制御処理の実行時に開放される大入賞口とを、同じ大入賞口としてもよい。 In this embodiment, the large prize opening 1131 for the large prize and the large prize opening 1151 for the small prize are provided separately, but this is not limited to this, and the large prize opening that is opened when the large prize game control process is executed and the large prize opening that is opened when the small prize game control process is executed may be the same large prize opening.

(アウト口)
アウト口1178は、遊技領域1105に向けて発射されたものの各種入賞口(例えば、第1始動口1120、第2始動口1140A,1140B、大当り用大入賞口1131、一般入賞口1122等)のいずれにも入賞しなかった遊技球を、機外に排出するためのものである。このアウト口1178は、左打ちされた遊技球および右打ちされた遊技球のいずれについても機外に排出できるように、遊技領域1105の最下流側に設けられている。ただし、上記のアウト口1178に加えて、最下流側でない位置、例えば複数の一般入賞口1122の間や普通電動役物ユニット1145と小当りユニット1150との間等にアウト口を設けて、遊技領域1105を流下中の遊技球を機外に排出するようにしてもよい。
(Outlet)
The outlet 1178 is for discharging game balls that have been shot toward the game area 1105 but have not won any of the various winning holes (for example, the first starting hole 1120, the second starting hole 1140A, 1140B, the big winning hole 1131 for big wins, the general winning hole 1122, etc.) to the outside of the machine. This outlet 1178 is provided on the most downstream side of the game area 1105 so that both game balls hit from the left and game balls hit from the right can be discharged to the outside of the machine. However, in addition to the above-mentioned outlet 1178, an outlet may be provided at a position other than the most downstream side, for example, between multiple general winning holes 1122 or between the normal electric role unit 1145 and the small winning unit 1150, so that game balls flowing down the game area 1105 can be discharged to the outside of the machine.

(裏ユニット)
裏ユニット(不図示)は、装飾体を有するものであって、上述したように、透過性のある遊技パネル1100の後方側に設けられる。この裏ユニットは、サブ制御回路1300(後述の図70参照)によって制御される可動役物等の演出用役物群1058を備える。演出用役物群1058は、例えば表示装置1007の表示領域の周囲に配置される。これらの演出用役物群1058のうち少なくとも一以上の役物または役物を構成する演出用役物構成部材は、特別図柄の当り判定処理の結果にもとづいて動作可能な演出用役物として機能する。
(Back unit)
The back unit (not shown) has a decorative body, and is provided on the rear side of the transparent game panel 1100 as described above. This back unit includes a group of performance-use accessories 1058 such as movable accessories controlled by a sub-control circuit 1300 (see FIG. 70 described later). The group of performance-use accessories 1058 is arranged around the display area of the display device 1007, for example. At least one of the performance-use accessory group 1058 or a performance-use accessory component constituting the accessory functions as a performance-use accessory that can be operated based on the result of the hit determination process of the special symbol.

[2-2.電気的構成]
次に、図70を参照して、第2のパチンコ遊技機の制御回路について説明する。図70は、第2のパチンコ遊技機の制御回路を示すブロック図の一例である。なお、第2のパチンコ遊技機の制御回路は、第1のパチンコ遊技機の制御回路と共通するものもあるが、改めて一通り説明する。
[2-2. Electrical configuration]
Next, the control circuit of the second pachinko game machine will be described with reference to Fig. 70. Fig. 70 is an example of a block diagram showing the control circuit of the second pachinko game machine. Note that the control circuit of the second pachinko game machine has some parts in common with the control circuit of the first pachinko game machine, but they will be described in detail again.

図70に示されるように、第2のパチンコ遊技機は、主に、遊技の制御を行う主制御回路1200と、遊技の進行に応じた演出の制御を行うサブ制御回路1300と、払出・発射制御回路1400と、電源供給回路1450と、から構成される。 As shown in FIG. 70, the second pachinko game machine is mainly composed of a main control circuit 1200 that controls the game, a sub-control circuit 1300 that controls the presentation according to the progress of the game, a payout/launch control circuit 1400, and a power supply circuit 1450.

[2-2-1.主制御回路]
主制御回路1200は、例えば電源投入時に実行される処理や遊技動作にかかわる処理等を制御するものであって、メインCPU1201、メインROM1202(読み出し専用メモリ)、メインRAM1203(読み書き可能メモリ)、初期リセット回路1204およびバックアップコンデンサ1207等を備えており、主基板ケース(不図示)内に収容されている。
[2-2-1. Main control circuit]
The main control circuit 1200 controls, for example, processing executed when the power is turned on and processing related to game operations, and is equipped with a main CPU 1201, a main ROM 1202 (read-only memory), a main RAM 1203 (read/write memory), an initial reset circuit 1204, and a backup capacitor 1207, and is housed in a main board case (not shown).

メインCPU1201には、メインROM1202、メインRAM1203および初期リセット回路1204等が接続される。メインCPU1201は、動作を監視するWDT(watchdog timer)や不正を防止するための機能等が内蔵されている。 The main CPU 1201 is connected to the main ROM 1202, the main RAM 1203, the initial reset circuit 1204, etc. The main CPU 1201 has built-in functions such as a watchdog timer (WDT) that monitors operation and a function to prevent fraud.

メインROM1202には、メインCPU1201により第2のパチンコ遊技機の動作を制御するためのプログラムや、各種のテーブル等が記憶されている。メインCPU1201は、メインROM1202に記憶されたプログラムに従って、各種の処理を実行する機能を有する。 The main ROM 1202 stores programs for controlling the operation of the second pachinko gaming machine by the main CPU 1201, various tables, etc. The main CPU 1201 has the function of executing various processes according to the programs stored in the main ROM 1202.

メインRAM1203には、遊技の進行に必要な各種データを記憶する記憶領域が設けられている。このメインRAM1203は、メインCPU1201の一時記憶領域として、種々のフラグや変数の値を記憶する機能を有する。なお、本実施例においては、メインCPU1201の一時記憶領域としてRAMを用いているが、これに限らず、読み書き可能な記憶媒体であればよい。 The main RAM 1203 is provided with a storage area for storing various data necessary for the progress of the game. This main RAM 1203 has the function of storing various flags and variable values as a temporary storage area for the main CPU 1201. Note that, although in this embodiment, RAM is used as the temporary storage area for the main CPU 1201, this is not limited to this, and any readable and writable storage medium will do.

初期リセット回路1204は、メインCPU1201を監視し、必要に応じてリセット信号を出力するものである。 The initial reset circuit 1204 monitors the main CPU 1201 and outputs a reset signal as necessary.

バックアップコンデンサ1207は、電断時等に、メインRAM1203に格納されているデータが消失しないように一時的に電力を供給する機能を有するものである。 The backup capacitor 1207 has the function of temporarily supplying power to prevent data stored in the main RAM 1203 from being lost in the event of a power outage, etc.

さらに、主制御回路1200は、各種デバイス等との間で通信可能に接続されるI/Oポート1205、および、サブ制御回路1300に対して各種コマンドを出力可能に接続されるコマンド出力ポート1206等も備える。 The main control circuit 1200 also includes an I/O port 1205 that is connected to various devices and other devices so as to be able to communicate with each other, and a command output port 1206 that is connected to the sub-control circuit 1300 so as to be able to output various commands to the sub-control circuit 1300.

また、主制御回路1200には、各種のデバイスが接続されている。例えば、主制御回路1200には、普通図柄表示部1161、普通図柄用保留表示部1162、第1特別図柄表示部1163、第2特別図柄表示部1164、第1特別図柄用保留表示部1165、第2特別図柄用保留表示部1166、確変報知用表示部1167、時短報知用表示部1168、普電用ソレノイド1148、特電用ソレノイド1135、および、小当り用ソレノイド1154等が接続されている。また、主制御回路1200には、これらの他、性能表示モニタ1170およびエラー報知モニタ1172等も接続されている。主制御回路1200は、I/Oポート1205を介して信号を送信することにより、これらのデバイスの動作を制御することができる。 In addition, various devices are connected to the main control circuit 1200. For example, the main control circuit 1200 is connected to the normal symbol display unit 1161, the normal symbol reserved display unit 1162, the first special symbol display unit 1163, the second special symbol display unit 1164, the first special symbol reserved display unit 1165, the second special symbol reserved display unit 1166, the sure-change notification display unit 1167, the time-saving notification display unit 1168, the normal power solenoid 1148, the special power solenoid 1135, and the small win solenoid 1154. In addition to these, the main control circuit 1200 is also connected to the performance display monitor 1170 and the error notification monitor 1172. The main control circuit 1200 can control the operation of these devices by sending signals via the I/O port 1205.

性能表示モニタ1170には、メインCPU1201の制御により性能表示データや後述する設定値等が表示される。性能表示データは、例えば、所定数(例えば60000個)の遊技球の発射に対して大当り遊技状態以外の遊技状態で払い出された遊技球の割合を示すデータであり、ベース値とも呼ばれる。 The performance display monitor 1170 displays performance display data and setting values (described later) under the control of the main CPU 1201. The performance display data is data that indicates, for example, the ratio of game balls paid out in a game state other than a jackpot game state for a predetermined number of game balls (e.g., 60,000 balls) shot, and is also called a base value.

エラー報知モニタ1172には、エラーコードが表示される。また、エラー報知モニタ1172には、エラーコードの他に、例えば後述する設定機能付きのパチンコ遊技機であれば、設定変更処理中であることを示す設定変更中コード、設定確認処理中であることを示す設定確認中コード等を表示することもできる。なお、設定変更中コードとしては、特別図柄の表示として通常では表示することのない図柄(例えば、設定変更中であることを示す設定変更図柄)を表示するようにしてもよい。 The error notification monitor 1172 displays an error code. In addition to the error code, the error notification monitor 1172 can also display a setting change code indicating that a setting change process is in progress, a setting confirmation code indicating that a setting confirmation process is in progress, etc., for example, in a pachinko gaming machine with a setting function described below. Note that the setting change code may be configured to display a symbol that is not normally displayed as a special symbol (for example, a setting change symbol indicating that a setting change is in progress).

また、主制御回路1200には、第1始動口スイッチ1121、第2始動口スイッチ1141A,1141B、通過ゲートスイッチ1127、大当り用大入賞口カウントスイッチ1132、一般入賞口スイッチ1123および小当り用大入賞口カウントスイッチ1152等も接続されている。これらのスイッチが検出されると、検出信号がI/Oポート1205を介して主制御回路1200に出力される。 The main control circuit 1200 is also connected to the first start port switch 1121, the second start port switches 1141A and 1141B, the pass gate switch 1127, the big win large prize port count switch 1132, the general prize port switch 1123, and the small win large prize port count switch 1152. When these switches are detected, a detection signal is output to the main control circuit 1200 via the I/O port 1205.

さらに、主制御回路1200には、ホール係員を呼び出す機能や大当り回数を表示する機能等を有する呼出装置(不図示)、ホール全体のパチンコ遊技機を管理するホールコンピュータ1186にデータ送信する際に用いる外部端子板1184、後述する設定機能付きのパチンコ遊技機であれば設定値を変更したり確認したりする際に操作される設定キー1174aが差し込まれる設定キー差込口1174、メインRAM1203に格納されるバックアップデータを遊技場の管理者の操作に応じてクリアすることが可能なRAMクリアスイッチ1176等が接続されている。本実施例において、RAMクリアスイッチ1176は、後述する設定値を変更する際のスイッチも兼用しているが、これに限られず、設定値を変更するための設定スイッチを設けるようにしてもよい。 Furthermore, the main control circuit 1200 is connected to a calling device (not shown) having functions such as calling a hall attendant and displaying the number of jackpots, an external terminal board 1184 used to transmit data to a hall computer 1186 that manages the pachinko machines in the hall, a setting key socket 1174 into which a setting key 1174a is inserted that is operated to change or check the setting value in the case of a pachinko machine with a setting function described later, and a RAM clear switch 1176 that can clear the backup data stored in the main RAM 1203 in response to the operation of the gaming center manager. In this embodiment, the RAM clear switch 1176 also serves as a switch for changing the setting value described later, but is not limited to this, and a setting switch for changing the setting value may also be provided.

また、設定キー差込口1174およびRAMクリアスイッチ1176は、遊技場の管理者以外の第三者(例えば遊技者)が容易に触ることができないように、所定のケース内に収容されていることが好ましい。「所定のケース内」には、当該ケースを開放しないと設定キー差込口1174やRAMクリアスイッチ1176に接触できない構成のものだけでなく、当該ケースの設定キー差込口1174およびRAMクリアスイッチ1176の対応箇所にのみ切欠きが設けられ、遊技場の管理者が管理する鍵を使用して島設備からパチンコ遊技機を回動させて背面を露出させたときに、遊技場の管理者が設定キー差込口1174または/およびRAMクリアスイッチ1176に接触できるように構成されているものも含まれる。 The setting key slot 1174 and the RAM clear switch 1176 are preferably housed in a specified case so that they cannot be easily touched by third parties (e.g., players) other than the arcade manager. "Inside a specified case" includes not only a case in which the setting key slot 1174 and the RAM clear switch 1176 cannot be touched unless the case is opened, but also a case in which notches are provided only at the locations corresponding to the setting key slot 1174 and the RAM clear switch 1176, so that the arcade manager can touch the setting key slot 1174 and/or the RAM clear switch 1176 when the pachinko machine is rotated from the island equipment using a key managed by the arcade manager to expose the back.

なお、本実施例では、設定キー差込口1174およびRAMクリアスイッチ1176は、主制御回路1200に接続されているが、これに限られず、例えば、払出・発射制御回路1400や電源供給回路1450に接続されるような構成にしてもよい。この場合にもまた、遊技場の管理者以外の第三者が設定キー差込口1174やRAMクリアスイッチ1176に容易に接触できないようにすることが好ましい。 In this embodiment, the setting key slot 1174 and the RAM clear switch 1176 are connected to the main control circuit 1200, but this is not limited thereto, and they may be configured to be connected to the payout/launch control circuit 1400 or the power supply circuit 1450, for example. In this case, too, it is preferable to prevent third parties other than the arcade manager from easily touching the setting key slot 1174 or the RAM clear switch 1176.

[2-2-2.サブ制御回路]
サブ制御回路1300は、サブCPU1301、プログラムROM1302、ワークRAM1303、表示制御回路1304、音声制御回路1305、LED制御回路1306、役物制御回路1307およびコマンド入力ポート1308等を備える。サブ制御回路1300は、主制御回路1200からの指令に応じて遊技の進行に応じた演出を実行する。なお、図70には示されていないが、サブ制御回路1300には、遊技者が操作可能な演出ボタン54(図1参照)等も接続されている。
[2-2-2. Sub-control circuit]
The sub-control circuit 1300 includes a sub-CPU 1301, a program ROM 1302, a work RAM 1303, a display control circuit 1304, a sound control circuit 1305, an LED control circuit 1306, a role control circuit 1307, and a command input port 1308. The sub-control circuit 1300 executes effects according to the progress of the game in response to commands from the main control circuit 1200. Although not shown in Fig. 70, the sub-control circuit 1300 is also connected to effect buttons 54 (see Fig. 1) that can be operated by the player.

プログラムROM1302には、サブCPU1301により第2のパチンコ遊技機の遊技演出を制御するためのプログラムや、各種のテーブル等が記憶されている。サブCPU1301は、プログラムROM1302に記憶されたプログラムに従って、各種の処理を実行する機能を有する。特に、サブCPU1301は、主制御回路1200から送信される各種のコマンドに従って、遊技演出にかかる制御を行う。 The program ROM 1302 stores programs for controlling the game presentation of the second pachinko game machine by the sub-CPU 1301, various tables, etc. The sub-CPU 1301 has the function of executing various processes according to the programs stored in the program ROM 1302. In particular, the sub-CPU 1301 controls the game presentation according to various commands sent from the main control circuit 1200.

ワークRAM1303は、サブCPU1301の一時記憶領域として種々のフラグや変数の値を記憶する機能を有する。 The work RAM 1303 has the function of storing various flags and variable values as a temporary storage area for the sub-CPU 1301.

表示制御回路1304は、表示装置1007における表示制御を行うための回路である。表示制御回路1304は、VDPや、各種の画像データを生成するためのデータが記憶されている画像データROM、画像データを一時的に格納するフレームバッファ、画像データを画像信号として変換するD/Aコンバータ等を備える。 The display control circuit 1304 is a circuit for controlling the display of the display device 1007. The display control circuit 1304 includes a VDP, an image data ROM in which data for generating various types of image data is stored, a frame buffer for temporarily storing image data, a D/A converter for converting image data into an image signal, and the like.

表示制御回路1304は、サブCPU1301からの画像表示命令に応じて、表示装置1007に表示させるための画像データを一時的にフレームバッファに格納する。なお、表示装置1007に表示させるための画像データには、装飾図柄を示す装飾図柄画像データ、背景画像データ、演出用画像データ等の、遊技に関する各種の画像データが含まれる。 The display control circuit 1304 temporarily stores image data to be displayed on the display device 1007 in a frame buffer in response to an image display command from the sub-CPU 1301. The image data to be displayed on the display device 1007 includes various image data related to the game, such as decorative pattern image data showing decorative patterns, background image data, and performance image data.

そして、表示制御回路1304は、所定のタイミングで、フレームバッファに格納された画像データをD/Aコンバータに供給する。D/Aコンバータは、画像データを画像信号として変換し、当該変換した画像信号を所定のタイミングで表示装置1007に供給する。表示装置1007に画像信号が供給されると、表示装置1007に当該画像信号に関する画像が表示される。こうして、表示制御回路1304は、表示装置1007に遊技に関する画像を表示させる制御を行うことができる。 Then, the display control circuit 1304 supplies the image data stored in the frame buffer to the D/A converter at a predetermined timing. The D/A converter converts the image data into an image signal and supplies the converted image signal to the display device 1007 at a predetermined timing. When the image signal is supplied to the display device 1007, an image related to the image signal is displayed on the display device 1007. In this way, the display control circuit 1304 can control the display device 1007 to display an image related to the game.

音声制御回路1305は、スピーカ1032から発生させる音声に関する制御を行うための回路である。音声制御回路1305は、音声に関する制御を行う音源ICや、各種の音声データを記憶する音声データROM、音声信号を増幅するための増幅器(以下、AMPと称する)等を備える。 The audio control circuit 1305 is a circuit for controlling the audio generated from the speaker 1032. The audio control circuit 1305 includes a sound source IC for controlling the audio, an audio data ROM for storing various types of audio data, an amplifier (hereinafter referred to as an AMP) for amplifying the audio signal, and the like.

音源ICは、スピーカ1032から出力される音声の制御を行う。音源ICは、サブCPU1301からの音声発生命令に応じて、音声データROMに記憶されている複数の音声データから一つの音声データを選択する。また、音源ICは、選択された音声データを音声データROMから読み出し、音声データを所定の音声信号に変換し、当該変換した音声信号をAMPに供給する。AMPは、スピーカ1032から出力される音声や効果音等の信号を増幅させるものである。 The sound source IC controls the sound output from the speaker 1032. In response to a sound generation command from the sub-CPU 1301, the sound source IC selects one piece of sound data from multiple pieces of sound data stored in the sound data ROM. The sound source IC also reads the selected sound data from the sound data ROM, converts the sound data into a specified sound signal, and supplies the converted sound signal to the AMP. The AMP amplifies signals such as sound and sound effects output from the speaker 1032.

LED制御回路1306は、装飾LED等を含むLED群1046の制御を行うための回路である。LED制御回路1306は、LED制御信号を供給するためのドライブ回路や、複数種類のLED装飾パターンが記憶されている装飾データROM等を備える。 The LED control circuit 1306 is a circuit for controlling the LED group 1046, which includes decorative LEDs. The LED control circuit 1306 includes a drive circuit for supplying LED control signals, a decoration data ROM in which multiple types of LED decoration patterns are stored, and the like.

役物制御回路1307は、各役物(例えば、演出用役物群1058のうちの一または複数の役物)の動作を制御するための回路である。役物制御回路1307は、各役物に対して、駆動信号を供給するための駆動回路や、点灯制御信号を供給するための点灯回路、動作パターンや点灯パターンが記憶されている役物データROM等を備える。 The reel control circuit 1307 is a circuit for controlling the operation of each reel (for example, one or more reels among the group of reels for performance 1058). The reel control circuit 1307 includes a drive circuit for supplying a drive signal to each reel, a lighting circuit for supplying a lighting control signal, and a reel data ROM in which operation patterns and lighting patterns are stored.

また、役物制御回路1307は、サブCPU1301からの役物作動命令に応じて、役物データROMに記憶されている複数の動作パターンから一つの動作パターンを選択する。そして、選択した動作パターンを役物データROMから読み出し、読み出した動作パターンに対応する駆動信号を供給することにより、各役物の機械的な動作を制御する。また、点灯回路は、サブCPU1301からの点灯命令に基づいて、役物データROMに記憶されている複数の点灯パターンから一つの点灯パターンを選択する。そして、選択した点灯パターンを役物データROMから読み出し、読み出した点灯パターンに対応する点灯制御信号を供給することにより、各役物の点灯動作を制御する。 The reel control circuit 1307 selects one of the multiple operation patterns stored in the reel data ROM in response to a reel operation command from the sub-CPU 1301. The selected operation pattern is then read from the reel data ROM, and a drive signal corresponding to the read operation pattern is then supplied to control the mechanical operation of each reel. The lighting circuit selects one of the multiple lighting patterns stored in the reel data ROM in response to a lighting command from the sub-CPU 1301. The selected lighting pattern is then read from the reel data ROM, and a lighting control signal corresponding to the read lighting pattern is then supplied to control the lighting operation of each reel.

コマンド入力ポート1308は、コマンド出力ポート1206と接続されており、主制御回路1200から送信された各種コマンドを受信するものである。 The command input port 1308 is connected to the command output port 1206 and receives various commands sent from the main control circuit 1200.

払出・発射制御回路1400は、賞球や貸球の払い出しを制御するものであり、この払出・発射制御回路1400には、遊技球を払い出すことが可能な払出装置1082、遊技球を発射させることが可能な発射装置1006、球貸しにかかる制御を実行可能なカードユニット1180等が接続されている。 The payout/launch control circuit 1400 controls the payout of prize balls and loan balls, and is connected to a payout device 1082 capable of paying out game balls, a launch device 1006 capable of launching game balls, a card unit 1180 capable of executing control related to ball lending, and the like.

払出・発射制御回路1400は、主制御回路1200から送信される賞球制御コマンドを受信すると、払出装置1082に対して所定の信号を送信し、払出装置1082に遊技球を払い出させる制御を行う。 When the payout/launch control circuit 1400 receives a prize ball control command sent from the main control circuit 1200, it sends a specified signal to the payout device 1082 and controls the payout device 1082 to pay out game balls.

カードユニット1180には、球貸し操作パネル1182が接続されている。球貸し操作パネル1182には、球貸しを受けるための球貸しボタンや、キャッシュデータが記憶されている球貸しカードの返却を受けるための貸出返却ボタン(いずれも不図示)が設けられている。例えば遊技者によって球貸し操作が行われると、球貸し操作に応じた貸し球制御信号がカードユニット1180に送信される。払出・発射制御回路1400は、カードユニット1180から送信された貸し球制御信号に基づいて、払出装置1082に遊技球を払い出させる制御を行う。なお、操作パネル1182は、パチンコ遊技機側に設けられることが多いが、カードユニット1180側に設けられてもよい。 The card unit 1180 is connected to a ball lending operation panel 1182. The ball lending operation panel 1182 is provided with a ball lending button for receiving a ball lending, and a loan/return button for receiving the return of a ball lending card on which cache data is stored (neither is shown). For example, when a player performs a ball lending operation, a loan ball control signal corresponding to the ball lending operation is transmitted to the card unit 1180. The payout/launch control circuit 1400 controls the payout device 1082 to pay out game balls based on the loan ball control signal transmitted from the card unit 1180. The operation panel 1182 is often provided on the pachinko game machine side, but may be provided on the card unit 1180 side.

また、払出・発射制御回路1400は、発射ハンドル62(図1、図2参照)が時計回りの方向へ回動操作されたことに基づいて、その回動角度(回動量)に応じて発射ソレノイド(図示せず)に電力を供給し、遊技球を発射させる制御を行う。 In addition, when the launch handle 62 (see Figures 1 and 2) is rotated clockwise, the payout/launch control circuit 1400 supplies power to a launch solenoid (not shown) according to the rotation angle (amount of rotation), and controls the launch of the game ball.

電源供給回路1450は、遊技に際して必要な電源電圧を、主制御回路1200、サブ制御回路1300、払出・発射制御回路1400等に供給するために作成する電源回路である。 The power supply circuit 1450 is a power supply circuit created to supply the power supply voltage required during play to the main control circuit 1200, the sub control circuit 1300, the payout/launch control circuit 1400, etc.

電源供給回路1450には、電源スイッチ1095等が接続されている。電源スイッチ1095は、パチンコ遊技機(より詳しくは、主制御回路1200、サブ制御回路1300、払出・発射制御回路1400等)に必要な電源を供給するときにオン操作するものである。 The power supply circuit 1450 is connected to a power switch 1095 and other components. The power switch 1095 is turned on when the necessary power is to be supplied to the pachinko game machine (more specifically, the main control circuit 1200, the sub control circuit 1300, the payout/launch control circuit 1400, etc.).

[2-3.基本仕様]
次に、図71~図75を参照して、第2のパチンコ遊技機の基本仕様について説明する。第2のパチンコ遊技機は設定機能付きのパチンコ遊技機であってもよいが、以下では、設定機能にかかわる記載は省略する。
[2-3. Basic specifications]
Next, the basic specifications of the second pachinko gaming machine will be described with reference to Figures 71 to 75. The second pachinko gaming machine may be a pachinko gaming machine with a setting function, but the description of the setting function will be omitted below.

第2のパチンコ遊技機では、確変制御および時短制御のいずれも実行されない通常遊技状態、確変制御および時短制御の両方が実行される高確時短遊技状態、確変制御は実行されるものの時短制御が実行されない高確非時短遊技状態、並びに、確変制御は実行されないものの時短制御が実行される低確時短遊技状態が用意されており、メインCPU1201は、これらの遊技状態のうちいずれかの遊技状態において遊技を進行させることが可能となっている。ただし、メインCPU1201の制御によって進行される遊技状態はこれに限られず、通常遊技状態、高確時短遊技状態、高確非時短遊技状態および低確時短遊技状態のうちいずれかの遊技状態については進行されないようにしてもよい。例えば、通常遊技状態、高確時短遊技状態および低確時短遊技状態のうちいずれかの遊技状態において遊技が進行するようにし、高確非時短遊技状態において遊技が進行しないようにする等してもよい。 In the second pachinko game machine, a normal game state in which neither the probability variable control nor the time-saving control is executed, a high-probability time-saving game state in which both the probability variable control and the time-saving control are executed, a high-probability non-time-saving game state in which the probability variable control is executed but the time-saving control is not executed, and a low-probability time-saving game state in which the probability variable control is not executed but the time-saving control is executed are prepared, and the main CPU 1201 is capable of progressing the game in any of these game states. However, the game states progressed by the control of the main CPU 1201 are not limited to these, and it is also possible to prevent any of the normal game state, the high-probability time-saving game state, the high-probability non-time-saving game state, and the low-probability time-saving game state from progressing. For example, it is possible to allow the game to progress in any of the normal game state, the high-probability time-saving game state, and the low-probability time-saving game state, and not allow the game to progress in the high-probability non-time-saving game state.

本実施例において、通常遊技状態では左打ちが正規な遊技態様とされ、高確時短遊技状態、高確非時短遊技状態および低確時短遊技状態では右打ちが正規な遊技態様とされる。サブCPU1301は、正規な遊技態様(例えば、右打ちすべきか左打ちすべきか)を、例えば表示装置1007の表示領域に表示する制御を実行する。 In this embodiment, in the normal game state, hitting to the left is the normal game mode, and in the high-probability time-saving game state, the high-probability non-time-saving game state, and the low-probability time-saving game state, hitting to the right is the normal game mode. The sub-CPU 1301 executes control to display the normal game mode (e.g., whether to hit to the right or left) in, for example, the display area of the display device 1007.

[2-3-1.特別図柄の当り判定テーブル]
図71は、第2のパチンコ遊技機が備える主制御回路1200のメインROM1202に記憶されている特別図柄の当り判定テーブルの一例である。
[2-3-1. Special symbol winning judgment table]
FIG. 71 shows an example of a special symbol winning determination table stored in the main ROM 1202 of the main control circuit 1200 provided in the second pachinko gaming machine.

特別図柄の当り判定テーブルは、特別図柄の当り判定処理(後述の図78のS1034参照)において参照されるテーブル、すなわち、第1始動口1120または第2始動口1140A,1140Bに遊技球が入賞した際に抽出される大当り判定用乱数値に基づいて「時短当り」、「小当り」、「大当り」または「ハズレ」を抽選により決定する際に参照されるテーブルである。なお、本実施例では、第1特別図柄の当り判定処理における抽選対象は「時短当り」、「大当り」、および「ハズレ」であり、「小当り」は抽選対象に含まれていない。これに対し、第2特別図柄の当り判定処理における抽選対象は「時短当り」、「小当り」、「大当り」、および「ハズレ」である。ただし、第1特別図柄の当り判定処理における抽選対象に「小当り」を含めるようにしてもよい。 The special symbol winning judgment table is a table referenced in the winning judgment process for the special symbol (see S1034 in FIG. 78 described later), that is, a table referenced when determining by lottery whether a "time-saving winning", "small winning", "big winning" or "miss" is a winning result based on the winning judgment random number value extracted when the game ball enters the first starting hole 1120 or the second starting hole 1140A, 1140B. In this embodiment, the winning results are selected in the winning judgment process for the first special symbol for a "time-saving winning", "big winning", and "miss", and a "small winning" is not included in the winning results. In contrast, the winning results are selected in the winning judgment process for the second special symbol for a "time-saving winning", "small winning", "big winning", and "miss". However, a "small winning" may be included in the winning results in the winning judgment process for the first special symbol.

大当り判定用乱数値は、上述したとおり、特別図柄の当り判定処理に用いられる乱数値である。本実施例において、大当り判定用乱数値は、0~65535(65536種類)の中から抽出される。ただし、発生する乱数値の範囲は上記に限られない。 As described above, the random number value for determining a jackpot is a random number value used in the process of determining whether or not a special symbol has won. In this embodiment, the random number value for determining a jackpot is selected from 0 to 65535 (65536 types). However, the range of the generated random number value is not limited to the above.

本実施例では、メインCPU1201は、第1特別図柄の当り判定処理において、抽出された大当り判定用乱数値に基づいて「時短当り」、「大当り」、または「ハズレ」に決定する。第1特別図柄の当り判定テーブルには、確変フラグの値(0または1)毎に、「時短当り」に決定される大当り判定用乱数値の範囲(幅)とこれに対応する時短当り判定値データとの関係、「大当り」に決定される大当り判定用乱数値の範囲(幅)とこれに対応する大当り判定値データとの関係、および「ハズレ」に決定される大当り判定用乱数値の範囲(幅)とこれに対応するハズレ判定値データとの関係が規定されている。 In this embodiment, the main CPU 1201 determines "time-saving hit", "jackpot", or "miss" based on the extracted random number value for jackpot determination in the hit determination process for the first special symbol. The hit determination table for the first special symbol specifies, for each value of the probability change flag (0 or 1), the relationship between the range (width) of the random number value for jackpot determination determined as "time-saving hit" and the corresponding time-saving hit determination value data, the relationship between the range (width) of the random number value for jackpot determination determined as "jackpot" and the corresponding jackpot determination value data, and the relationship between the range (width) of the random number value for jackpot determination determined as "miss" and the corresponding miss determination value data.

また、メインCPU1201は、第2特別図柄の当り判定処理において、抽出された大当り判定用乱数値に基づいて「時短当り」、「小当り」、「大当り」、または「ハズレ」に決定する。第2特別図柄の当り判定テーブルには、確変フラグの値(0または1)毎に、「時短当り」に決定される大当り判定用乱数値の範囲(幅)とこれに対応する時短当り判定値データとの関係、「小当り」に決定される大当り判定用乱数値の範囲(幅)とこれに対応する小当り判定値データとの関係、「大当り」に決定される大当り判定用乱数値の範囲(幅)とこれに対応する大当り判定値データとの関係、および「ハズレ」に決定される大当り判定用乱数値の範囲(幅)とこれに対応するハズレ判定値データとの関係が規定される。 In addition, in the hit determination process for the second special symbol, the main CPU 1201 determines whether the result is a "time-saving hit", "small hit", "big hit", or "miss" based on the extracted random number value for determining a big hit. In the hit determination table for the second special symbol, for each value of the probability change flag (0 or 1), the relationship between the range (width) of the random number value for determining a big hit determined as a "time-saving hit" and the corresponding time-saving hit determination value data, the relationship between the range (width) of the random number value for determining a big hit determined as a "small hit" and the corresponding small hit determination value data, the relationship between the range (width) of the random number value for determining a big hit determined as a "big hit" and the corresponding big hit determination value data, and the relationship between the range (width) of the random number value for determining a big hit determined as a "miss" and the corresponding miss determination value data are specified.

本実施例では、例えば、第1特別図柄の当り判定処理時に確変フラグがオフであって、抽出された大当り判定用乱数値が0~408のいずれかである場合、メインCPU1201は、「時短当り」と判定し、当落判定値データを「時短当り判定値データ」に決定する。また、第1特別図柄の当り判定処理時に確変フラグがオフであって、抽出された大当り判定用乱数値が409~613のいずれかである場合、メインCPU1201は、「大当り」と判定し、当落判定値データを「大当り判定値データ」に決定する。また、抽出された大当り判定用乱数値が614~65535のいずれかである場合、メインCPU1201は、「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 In this embodiment, for example, if the probability of a win flag is off during the hit determination process for the first special symbol and the extracted random number value for determining a jackpot is any value between 0 and 408, the main CPU 1201 determines that there is a "time-saving hit" and determines the hit/loss determination value data as "time-saving hit determination value data." Also, if the probability of a win flag is off during the hit determination process for the first special symbol and the extracted random number value for determining a jackpot is any value between 409 and 613, the main CPU 1201 determines that there is a "jackpot" and determines the hit/loss determination value data as "jackpot determination value data." Also, if the extracted random number value for determining a jackpot is any value between 614 and 65535, the main CPU 1201 determines that there is a "miss" and determines the determination value data as "miss determination value data."

また、例えば、第1特別図柄の当り判定処理時に確変フラグがオンであって、抽出された大当り判定用乱数値が0~408のいずれかである場合、メインCPU1201は、「時短当り」と判定し、判定値データを「時短当り判定値データ」に決定する。また、第1特別図柄の当り判定処理時に確変フラグがオンであって、抽出された大当り判定用乱数値が409~1259のいずれかである場合、メインCPU1201は、「大当り」と判定し、判定値データを「大当り判定値データ」に決定する。また、抽出された大当り判定用乱数値が1260~65535のいずれかである場合、メインCPU1201は、「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 For example, if the probability variable flag is on during the hit determination process for the first special symbol and the extracted random number value for jackpot determination is any of 0 to 408, the main CPU 1201 determines that it is a "time-saving hit" and determines the determination value data as "time-saving hit determination value data." If the probability variable flag is on during the hit determination process for the first special symbol and the extracted random number value for jackpot determination is any of 409 to 1259, the main CPU 1201 determines that it is a "jackpot" and determines the determination value data as "jackpot determination value data." If the extracted random number value for jackpot determination is any of 1260 to 65535, the main CPU 1201 determines that it is a "miss" and determines the determination value data as "miss determination value data."

同様に、例えば、第2特別図柄の当り判定処理時に確変フラグがオフであって、抽出された大当り判定用乱数値が0~272のいずれかである場合、メインCPU1201は、「時短当り」と判定し、判定値データを「時短当り判定値データ」に決定する。また、第2特別図柄の当り判定処理時に確変フラグがオフであって、抽出された大当り判定用乱数値が273~22117のいずれかである場合、メインCPU1201は、「小当り」と判定し、判定値データを「小当り判定値データ」に決定する。また、第2特別図柄の当り判定処理時に確変フラグがオフであって、抽出された大当り判定用乱数値が22118~22322のいずれかである場合、メインCPU1201は、「大当り」と判定し、判定値データを「大当り判定値データ」に決定する。さらに、第2特別図柄の当り判定処理時に確変フラグがオフであって、抽出された大当り判定用乱数値が22323~65535のいずれかである場合、メインCPU1201は、「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 Similarly, for example, if the probability variable flag is off during hit determination processing for the second special symbol and the extracted random number value for jackpot determination is any one of 0 to 272, the main CPU 1201 determines it as a "time-saving hit" and determines the determination value data as "time-saving hit determination value data." Also, if the probability variable flag is off during hit determination processing for the second special symbol and the extracted random number value for jackpot determination is any one of 273 to 22117, the main CPU 1201 determines it as a "small hit" and determines the determination value data as "small hit determination value data." Also, if the probability variable flag is off during hit determination processing for the second special symbol and the extracted random number value for jackpot determination is any one of 22118 to 22322, the main CPU 1201 determines it as a "jackpot" and determines the determination value data as "jackpot determination value data." Furthermore, if the probability of winning flag is OFF during the winning determination process for the second special symbol, and the extracted random number value for determining a winning jackpot is any value between 22323 and 65535, the main CPU 1201 determines that it is a "miss" and sets the determination value data to "miss determination value data."

また、例えば、第2特別図柄の当り判定処理時に確変フラグがオンであって、抽出された大当り判定用乱数値が0~272のいずれかである場合、メインCPU1201は、「時短当り」と判定し、判定値データを「時短当り判定値データ」に決定する。また、第2特別図柄の当り判定処理時に確変フラグがオンであって、抽出された大当り判定用乱数値が273~22117のいずれかである場合、メインCPU1201は、「小当り」と判定し、判定値データを「小当り判定値データ」に決定する。また、第2特別図柄の当り判定処理時に確変フラグがオンであって、抽出された大当り判定用乱数値が22118~22968のいずれかである場合、メインCPU1201は、「大当り」と判定し、判定値データを「大当り判定値データ」に決定する。さらに、第2特別図柄の当り判定処理時に確変フラグがオンであって、抽出された大当り判定用乱数値が22969~65535のいずれかである場合、メインCPU1201は、「ハズレ」と判定し、判定値データを「ハズレ判定値データ」に決定する。 Also, for example, if the probability variable flag is on during the hit determination process for the second special symbol and the extracted random number value for jackpot determination is any one of 0 to 272, the main CPU 1201 determines it as a "time-saving hit" and determines the determination value data as "time-saving hit determination value data." Also, if the probability variable flag is on during the hit determination process for the second special symbol and the extracted random number value for jackpot determination is any one of 273 to 22117, the main CPU 1201 determines it as a "small hit" and determines the determination value data as "small hit determination value data." Also, if the probability variable flag is on during the hit determination process for the second special symbol and the extracted random number value for jackpot determination is any one of 22118 to 22968, the main CPU 1201 determines it as a "jackpot" and determines the determination value data as "jackpot determination value data." Furthermore, if the probability of a big win flag is on during the hit determination process for the second special symbol, and the extracted random number value for determining a big win is any of 22969 to 65535, the main CPU 1201 determines it as a "miss" and sets the determination value data to "miss determination value data."

このように、本実施例では、例えば0~65535の範囲で発生する大当り判定用乱数値のうち、0から所定幅(例えば、第2特別図柄の当り判定処理であれば0~22117)を、大当り判定値データおよびハズレ判定値データを除く他の判定値データ(例えば、時短当り判定値データおよび小当り判定値データ)に割り当てている。また、所定値から最後尾(例えば、第2特別図柄の当り判定処理時に確変フラグがオフの場合であれば22323~65535)をハズレ判定値データに割り当てている。さらに、大当り判定値データとハズレ判定値データとを隣接して割り当てている。このようにすることで、例えば確変フラグがOFFからON(またはONからOFF)になった場合に、大当り判定値データの幅を大きく(または小さく)した分だけハズレ判定値データの幅を小さく(または大きく)するだけで、他の判定値データ(例えば、時短当り判定値データおよび小当り判定値データ)の幅を変更することなく、大当り確率を変更することが可能となる。 In this way, in this embodiment, of the random number values for determining a jackpot that are generated in the range of 0 to 65535, a predetermined range from 0 (for example, 0 to 22117 in the hit determination process for the second special symbol) is assigned to other determination value data (for example, time-saving hit determination value data and small hit determination value data) excluding the jackpot determination value data and miss determination value data. In addition, the end of the predetermined value (for example, 22323 to 65535 if the special bonus flag is off during the hit determination process for the second special symbol) is assigned to miss determination value data. Furthermore, the jackpot determination value data and miss determination value data are assigned adjacent to each other. By doing this, for example, when the probability change flag changes from OFF to ON (or ON to OFF), it is possible to change the probability of a jackpot without changing the width of other judgment value data (for example, time-saving hit judgment value data and small hit judgment value data) by simply narrowing (or widening) the width of the miss judgment value data by the same amount that the width of the jackpot judgment value data is widened (or narrowed).

また、本実施例では、第1特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率と、第2特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率とを異ならせることにより、遊技にバリエーションを持たせて興趣の低下を抑制できるようにしている。 In addition, in this embodiment, the probability of winning the "time-saving hit" when the hit determination process for the first special pattern is performed is different from the probability of winning the "time-saving hit" when the hit determination process for the second special pattern is performed, thereby adding variety to the game and preventing a decline in interest.

とくに、図71に示されるように、第1特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率を、第2特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率よりも高くすることにより、単調な遊技となりがちな通常遊技状態における興趣の低下を抑制することが可能となる。 In particular, as shown in FIG. 71, by making the probability of winning a "time-saving hit" when the hit determination process for the first special symbol is performed higher than the probability of winning a "time-saving hit" when the hit determination process for the second special symbol is performed, it is possible to prevent a decline in interest in the normal game state, which tends to become monotonous.

ただし、第2特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率を、第1特別図柄の当り判定処理が行われた場合の「時短当り」の当選確率よりも高くしてもよい。この場合、例えば時短遊技状態において「時短当り」に当選した場合に時短遊技状態を重ねるようにすることで、時短遊技状態の終了間際に「時短当り」に当選すると、時短遊技状態が実質的に延長されることとなり、興趣の低下を抑制することが可能となる。 However, the probability of winning the "time-saving hit" when the hit determination process for the second special symbol is performed may be made higher than the probability of winning the "time-saving hit" when the hit determination process for the first special symbol is performed. In this case, for example, by overlapping the time-saving play state when a "time-saving hit" is won during a time-saving play state, if a "time-saving hit" is won just before the end of the time-saving play state, the time-saving play state is effectively extended, making it possible to prevent a decline in interest.

ところで、図71に示されるように、本実施例では、確変フラグがオンおよびオフのいずれの場合であっても、メインCPU1201は、当り判定処理の結果が「時短当り」であると決定しうる。ただし、メインCPU1201は、確変フラグがオフ(通常遊技状態、時短遊技状態)である場合、当り判定処理の結果が「時短当り」であれば時短遊技状態に制御するものの、確変フラグがオンである場合には、当り判定処理の結果がたとえ「時短当り」であったとしても、時短遊技状態に制御しないようにしている。 As shown in FIG. 71, in this embodiment, the main CPU 1201 can determine that the result of the hit determination process is a "time-shortened hit" whether the special-hit flag is on or off. However, when the special-hit flag is off (normal game state, time-shortened game state), the main CPU 1201 controls the game to the time-shortened game state if the result of the hit determination process is a "time-shortened hit", but when the special-hit flag is on, the main CPU 1201 does not control the game to the time-shortened game state even if the result of the hit determination process is a "time-shortened hit".

[2-3-2.特別図柄判定テーブル]
図72は、第2のパチンコ遊技機が備える主制御回路1200のメインROM1202に記憶されている特別図柄判定テーブルの一例である。
[2-3-2. Special symbol determination table]
FIG. 72 is an example of a special symbol determination table stored in the main ROM 1202 of the main control circuit 1200 provided in the second pachinko gaming machine.

特別図柄判定テーブルは、第1始動口1120または第2始動口1140A、1140Bに遊技球が入賞した際に抽出される特別図柄の図柄乱数値と先述の当落判定値データとに基づいて、停止図柄を決定付ける「選択図柄コマンド」および「図柄指定コマンド」を選択する際(すなわち、後述の図78のS1035の特別図柄決定処理を実行する際)に参照されるテーブルである。「選択図柄コマンド」は、特別図柄の当り判定処理の結果に応じて定められる図柄を指定するためのコマンドであり、「図柄指定コマンド」は、特別図柄の可変表示の停止時に表示される図柄を指定するためのコマンドである。特別図柄の図柄乱数値は、例えば0~99(100種類)の中から抽出される。 The special symbol determination table is a table that is referenced when selecting a "selected symbol command" and a "symbol designation command" that determine the stopped symbol based on the symbol random number value of the special symbol extracted when the game ball enters the first starting hole 1120 or the second starting hole 1140A, 1140B and the aforementioned winning/losing determination value data (i.e., when executing the special symbol determination process of S1035 in FIG. 78 described below). The "selected symbol command" is a command for designating a symbol that is determined according to the result of the special symbol winning/losing determination process, and the "symbol designation command" is a command for designating a symbol that is displayed when the variable display of the special symbol stops. The symbol random number value of the special symbol is extracted, for example, from 0 to 99 (100 types).

図72に示される特別図柄判定テーブルによれば、第1特別図柄の当り判定処理の結果として時短当り判定値データが得られた場合、メインCPU1201は、例えば、選択図柄コマンドおよび図柄指定コマンドを以下のように選択する。すなわち、第1特別図柄の図柄乱数値が例えば0~69である場合、メインCPU1201は、選択図柄コマンドとして「z0」を選択し、図柄指定コマンドとして「zA1」を選択する。また、第1特別図柄の図柄乱数値が例えば70~96のいずれかである場合、メインCPU1201は、選択図柄コマンドとして「z1」を選択し、図柄指定コマンドとして「zA1」を選択する。また、第1特別図柄の図柄乱数値が例えば97~99のいずれかである場合、メインCPU1201は、選択図柄コマンドとして「z2」を選択し、図柄指定コマンドとして「zA2」を選択する。 According to the special symbol determination table shown in FIG. 72, when time-saving hit determination value data is obtained as a result of the hit determination process for the first special symbol, the main CPU 1201 selects, for example, the selected symbol command and the symbol designation command as follows. That is, when the symbol random number value of the first special symbol is, for example, 0 to 69, the main CPU 1201 selects "z0" as the selected symbol command and "zA1" as the symbol designation command. Also, when the symbol random number value of the first special symbol is, for example, any of 70 to 96, the main CPU 1201 selects "z1" as the selected symbol command and "zA1" as the symbol designation command. Also, when the symbol random number value of the first special symbol is, for example, any of 97 to 99, the main CPU 1201 selects "z2" as the selected symbol command and "zA2" as the symbol designation command.

また、第1特別図柄の当り判定処理の結果として大当り判定値データが得られた場合、メインCPU1201は、例えば、選択図柄コマンドおよび図柄指定コマンドを以下のように選択する。すなわち、第1特別図柄の図柄乱数値が0または1である場合、メインCPU1201は、選択図柄コマンドとして「z3」を選択し、図柄指定コマンドとして「zA3」を選択する。また、第1特別図柄の図柄乱数値が2~9のいずれかである場合、メインCPU1201は、選択図柄コマンドとして「z4」を選択し、図柄指定コマンドとして「zA3」を選択する。また、第1特別図柄の図柄乱数値が10~59のいずれかである場合、メインCPU1201は、選択図柄コマンドとして「z5」を選択し、図柄指定コマンドとして「zA4」を選択する。さらに、第1特別図柄の図柄乱数値が60~99のいずれかである場合、メインCPU1201は、選択図柄コマンドとして「z6」を選択し、図柄指定コマンドとして「zA4」を選択する。 In addition, when jackpot determination value data is obtained as a result of the hit determination process for the first special symbol, the main CPU 1201 selects, for example, the selected symbol command and the symbol designation command as follows. That is, when the symbol random number value of the first special symbol is 0 or 1, the main CPU 1201 selects "z3" as the selected symbol command and "zA3" as the symbol designation command. In addition, when the symbol random number value of the first special symbol is any value between 2 and 9, the main CPU 1201 selects "z4" as the selected symbol command and "zA3" as the symbol designation command. In addition, when the symbol random number value of the first special symbol is any value between 10 and 59, the main CPU 1201 selects "z5" as the selected symbol command and "zA4" as the symbol designation command. Furthermore, if the random number value of the first special symbol is any value between 60 and 99, the main CPU 1201 selects "z6" as the selected symbol command and "zA4" as the symbol designation command.

また、第1特別図柄の当り判定処理の結果としてハズレ判定値データが得られた場合、例えば、第1特別図柄の図柄乱数値が0~99のいずれであっても、メインCPU1201は、選択図柄コマンドとして「z7」を選択し、図柄指定コマンドとして「zA5」を選択する。 In addition, if loss determination value data is obtained as a result of the winning determination process for the first special symbol, for example, even if the symbol random number value of the first special symbol is any value between 0 and 99, the main CPU 1201 selects "z7" as the selected symbol command and "zA5" as the symbol designation command.

また、第2特別図柄の当り判定処理の結果として時短当り判定値データが得られた場合、例えば、選択図柄コマンドおよび図柄指定コマンドは以下のように選択される。すなわち、第2特別図柄の図柄乱数値が例えば0~96である場合、メインCPU1201は、選択図柄コマンドとして「z8」を選択し、図柄指定コマンドとして「zA6」を選択する。また、第2特別図柄の図柄乱数値が例えば97~99のいずれかである場合、メインCPU1201は、選択図柄コマンドとして「z9」を選択し、図柄指定コマンドとして「zA7」を選択する。 In addition, when time-saving hit determination value data is obtained as a result of the hit determination process for the second special symbol, for example, the selected symbol command and the symbol designation command are selected as follows. That is, when the symbol random number value of the second special symbol is, for example, 0 to 96, the main CPU 1201 selects "z8" as the selected symbol command and "zA6" as the symbol designation command. In addition, when the symbol random number value of the second special symbol is, for example, any value from 97 to 99, the main CPU 1201 selects "z9" as the selected symbol command and "zA7" as the symbol designation command.

また、第2特別図柄の当り判定処理の結果として小当り判定値データが得られた場合、例えば、特別図柄の図柄乱数値が0~99のいずれであっても、メインCPU1201は、選択図柄コマンドとして「z10」を選択し、図柄指定コマンドとして「zA8」を選択する。 In addition, when small win determination value data is obtained as a result of the win determination process for the second special symbol, for example, even if the symbol random number value of the special symbol is any value between 0 and 99, the main CPU 1201 selects "z10" as the selected symbol command and "zA8" as the symbol designation command.

なお、第2特別図柄の当り判定処理の結果として小当り判定値データが得られると、メインCPU1201は、小当り遊技制御処理を実行する。小当り遊技制御処理では、例えば小当り用シャッタ1153(図69参照)を作動させて、小当り用大入賞口1151(図69参照)への遊技球の入賞(通過)が可能または容易な開放状態となる制御を実行し、賞球が払い出され得る。 When small win determination value data is obtained as a result of the hit determination process for the second special symbol, the main CPU 1201 executes small win game control processing. In the small win game control processing, for example, the small win shutter 1153 (see FIG. 69) is operated to execute control so that the small win large winning opening 1151 (see FIG. 69) is opened so that the game ball can enter (pass through) the small win large winning opening 1151 (see FIG. 69) or can be easily opened, and the prize ball can be paid out.

また、第2特別図柄の当り判定処理の結果として大当り判定値データが得られた場合、例えば、選択図柄コマンドおよび図柄指定コマンドは以下のように選択される。すなわち、第2特別図柄の図柄乱数値が0~29のいずれかである場合、メインCPU1201は、選択図柄コマンドとして「z11」を選択し、図柄指定コマンドとして「zA9」を選択する。また、第2特別図柄の図柄乱数値が30~59のいずれかである場合、メインCPU1201は、選択図柄コマンドとして「z12」を選択し、図柄指定コマンドとして「zA10」を選択する。さらに、第2特別図柄の図柄乱数値が60~99のいずれかである場合、メインCPU1201は、選択図柄コマンドとして「z13」を選択し、図柄指定コマンドとして「zA10」を選択する。 In addition, when jackpot determination value data is obtained as a result of the hit determination process for the second special symbol, for example, the selected symbol command and the symbol designation command are selected as follows. That is, when the symbol random number value of the second special symbol is any value between 0 and 29, the main CPU 1201 selects "z11" as the selected symbol command and "zA9" as the symbol designation command. In addition, when the symbol random number value of the second special symbol is any value between 30 and 59, the main CPU 1201 selects "z12" as the selected symbol command and "zA10" as the symbol designation command. In addition, when the symbol random number value of the second special symbol is any value between 60 and 99, the main CPU 1201 selects "z13" as the selected symbol command and "zA10" as the symbol designation command.

また、第2特別図柄の当り判定処理の結果としてハズレ判定値データが得られた場合、例えば、選択図柄コマンドおよび図柄指定コマンドは以下のように選択される。すなわち、第2特別図柄の図柄乱数値が0~99のいずれであっても、メインCPU1201は、選択図柄コマンドとして「z14」を選択し、図柄指定コマンドとして「zA11」を選択する。 In addition, when loss determination value data is obtained as a result of the winning determination process for the second special symbol, the selected symbol command and the symbol designation command are selected, for example, as follows. That is, regardless of whether the symbol random number value of the second special symbol is 0 to 99, the main CPU 1201 selects "z14" as the selected symbol command and "zA11" as the symbol designation command.

なお、本実施例では、特別図柄の当り判定テーブル(図71参照)を参照して、抽出された大当り判定用乱数値に基づいて当落判定値データを決定し、その後、特別図柄判定テーブル(図72参照)を参照して、特別図柄の図柄乱数値に基づいて選択図柄コマンドおよび図柄指定コマンドを決定するようにしているが、これに限られない。例えば、抽出された大当り判定用乱数値と特別図柄の図柄乱数値とに基づいて、特別図柄の当落、選択図柄コマンドおよび図柄指定コマンドをあわせて決定するようにしてもよい。 In this embodiment, the special symbol hit determination table (see FIG. 71) is referenced to determine the hit/lose determination value data based on the extracted random number value for hit determination, and then the special symbol determination table (see FIG. 72) is referenced to determine the selected symbol command and the symbol designation command based on the symbol random number value of the special symbol, but this is not limited to this. For example, the hit/lose of the special symbol, the selected symbol command, and the symbol designation command may be determined together based on the extracted random number value for hit determination and the symbol random number value of the special symbol.

なお、第2のパチンコ遊技機では説明を省略するが、主制御回路1200のメインROM1202には、第1のパチンコ遊技機において説明した特別図柄停止態様決定テーブル(図12(A)参照)に相当する特別図柄停止態様決定テーブルが記憶されている。特別図柄停止態様決定テーブルは、特別図柄の可変表示が停止したときに第1特別図柄表示部1163または第2特別図柄表示部1164(図70参照)に導出される特別図柄の停止態様を、選択図柄コマンドに応じて決定する際に参照されるテーブルである。また、特別図柄表示部1163,1164には、特別図柄の当り判定処理の結果に基づいて、時短当りの表示態様、大当りの表示態様、小当りの表示態様またはハズレの表示態様が導出される。また、第1のパチンコ遊技機において説明した装飾図柄停止態様決定テーブル(図12(B)参照)に相当する装飾図柄停止態様決定テーブルについても、サブ制御回路1300のプログラムROM1302に記憶されている。 Although the second pachinko gaming machine will not be described, the main ROM 1202 of the main control circuit 1200 stores a special symbol stop mode determination table equivalent to the special symbol stop mode determination table (see FIG. 12(A)) described in the first pachinko gaming machine. The special symbol stop mode determination table is a table that is referenced when determining the stop mode of the special symbol that is output to the first special symbol display unit 1163 or the second special symbol display unit 1164 (see FIG. 70) when the variable display of the special symbol stops, in response to a selected symbol command. In addition, the special symbol display units 1163 and 1164 derive the display mode of a time-saving hit, a big hit, a small hit, or a miss based on the result of the hit determination process for the special symbol. In addition, a decorative symbol stop mode determination table corresponding to the decorative symbol stop mode determination table described in the first pachinko game machine (see FIG. 12(B)) is also stored in the program ROM 1302 of the sub-control circuit 1300.

[2-3-3.当り種類決定テーブル]
図73は、第2のパチンコ遊技機が備える主制御回路1200のメインROM1202に記憶されている当り種類決定テーブルの一例である。当り種類決定テーブルは、特別図柄の図柄乱数値に対応して決定される選択図柄コマンドに応じて、当り遊技状態の態様または/およびその後の遊技状態の態様、を決定する際(すなわち、後述の図78のS1036の当り種類決定処理を実行する際)に参照される。図73に示される当り遊技状態の態様は、大当り遊技状態の態様または小当り遊技状態の態様を示す。また、その後の遊技状態の態様は、当り遊技状態終了後の遊技状態の態様を示す。ただし、特別図柄の当り判定処理の結果が時短当りである場合は、当り遊技状態に制御されることなくC時短遊技状態に制御されるため、その後の遊技状態の態様は、C時短遊技状態の態様を示す。
[2-3-3. Winning Type Determination Table]
FIG. 73 is an example of a winning type determination table stored in the main ROM 1202 of the main control circuit 1200 of the second pachinko game machine. The winning type determination table is referred to when determining the winning game state and/or the subsequent game state in response to the selection symbol command determined in response to the symbol random number value of the special symbol (i.e., when executing the winning type determination process of S1036 in FIG. 78 described later). The winning game state shown in FIG. 73 indicates the big win game state or the small win game state. In addition, the subsequent game state indicates the game state after the winning game state ends. However, if the result of the winning determination process of the special symbol is a time-saving winning, the game state is controlled to the C time-saving game state without being controlled to the winning game state, so that the subsequent game state indicates the C time-saving game state.

本実施例では、特別図柄の当り判定処理の結果が「時短当り」である場合、C時短遊技状態の態様は、次のとおり決定される。例えば、選択図柄コマンドが「z0」の場合、メインCPU1201は、確変フラグと時短フラグとのうち時短フラグのみをオンにセットすることを決定し、時短回数を10回にセットすることを決定する。選択図柄コマンドが「z1」の場合および「z8」の場合、メインCPU1201は、確変フラグと時短フラグとのうち時短フラグのみをオンにセットすることを決定し、時短回数を50回にセットすることを決定する。選択図柄コマンドが「z2」の場合および「z9」の場合、メインCPU1201は、確変フラグと時短フラグとのうち時短フラグのみをオンにセットすることを決定し、時短回数を100回にセットすることを決定する。特別図柄の当り判定処理の結果が「時短当り」であった場合、メインCPU1201は、上述した時短当りの表示態様を第1特別図柄表示部1163または第2特別図柄表示部1164に導出した後、大当り遊技状態に制御することなく、時短フラグをオンにセットするとともに決定された時短回数をセットし、C時短遊技状態に制御可能となる。なお、特別図柄の当り判定処理の結果が「時短当り」である場合は当り遊技状態に制御されないため、当り遊技状態の態様は決定されない。本実施例では、特別図柄の当り判定処理の結果が「時短当り」である場合、この特別図柄の当り判定処理が行われたときの遊技状態にかかわらず、セットされる時短回数を同じとしている。ただし、これに限られず、特別図柄の当り判定処理が行われたときの遊技状態に応じて、セットされる時短回数を異ならせてもよい。 In this embodiment, when the result of the special symbol hit determination process is a "time-saving hit," the mode of the C time-saving game state is determined as follows. For example, when the selected symbol command is "z0," the main CPU 1201 decides to set only the time-saving flag of the probability variable flag and the time-saving flag to on, and decides to set the number of time-saving times to 10. When the selected symbol command is "z1" or "z8," the main CPU 1201 decides to set only the time-saving flag of the probability variable flag and the time-saving flag to on, and decides to set the number of time-saving times to 50. When the selected symbol command is "z2" or "z9," the main CPU 1201 decides to set only the time-saving flag of the probability variable flag and the time-saving flag to on, and decides to set the number of time-saving times to 100. If the result of the special symbol hit determination process is a "time-saving hit", the main CPU 1201 derives the display mode of the above-mentioned time-saving hit to the first special symbol display unit 1163 or the second special symbol display unit 1164, and then sets the time-saving flag on and the determined number of time-saving times without controlling to the big hit game state, and can control to the C time-saving game state. Note that if the result of the special symbol hit determination process is a "time-saving hit", the hit game state is not controlled, so the mode of the hit game state is not determined. In this embodiment, if the result of the special symbol hit determination process is a "time-saving hit", the number of time-saving times set is the same regardless of the game state when the special symbol hit determination process is performed. However, this is not limited to this, and the number of time-saving times set may be different depending on the game state when the special symbol hit determination process is performed.

このように、本実施例では、特別図柄の当り判定処理の結果が「時短当り」である場合、特別図柄の図柄乱数値に基づいて決定される選択図柄コマンドに応じて、セットされる時短回数が異なるようにしている。このようにすることで、特別図柄の当り判定処理の結果が「時短当り」であった場合に、その後の遊技の進行状況にバリエーションを持たせることが可能となり、興趣の低下を抑制することが可能となる。 In this way, in this embodiment, when the result of the special symbol hit determination process is a "time-saving hit," the number of time-saving turns that is set varies depending on the selected symbol command that is determined based on the symbol random number value of the special symbol. By doing this, when the result of the special symbol hit determination process is a "time-saving hit," it is possible to provide variety to the progress of the game thereafter, and to prevent a decline in interest.

ところで、上述したとおり、メインCPU1201は、確変フラグがオンである場合には、当り判定処理の結果がたとえ「時短当り」であったとしても、時短遊技状態に制御しないようにしている。例えば、メインCPU1201は、確変フラグがオン(高確遊技状態)であったとしても、図72に示されるように「時短当り」の抽選を行い、当り判定処理の結果が「時短当り」である場合には、「時短当り」に当選したことを示す時短当りの表示態様を特別図柄表示部1163,1164に導出するものの、C時短遊技状態に制御しない。また、メインCPU1201は、確変フラグがオンであったとしても「時短当り」の抽選を行い、当り判定処理の結果が「時短当り」である場合には、強制的にハズレの表示態様を特別図柄表示部1163,1164に導出するようにしてもよい。さらには、確変フラグがオンである場合、大当り判定用乱数値に対して時短当り判定値データを割り当てない、すなわち「時短当り」を抽選結果に含まない当り判定処理が行われるようにしてもよい。 As described above, when the probability variable flag is on, the main CPU 1201 does not control to the time-saving game state even if the result of the winning judgment process is a "time-saving win". For example, even if the probability variable flag is on (high probability game state), the main CPU 1201 performs a lottery for a "time-saving win" as shown in FIG. 72, and when the result of the winning judgment process is a "time-saving win", the main CPU 1201 derives the display mode of the time-saving win indicating that the "time-saving win" has been won to the special pattern display units 1163 and 1164, but does not control to the C time-saving game state. In addition, the main CPU 1201 may perform a lottery for a "time-saving win" even if the probability variable flag is on, and when the result of the winning judgment process is a "time-saving win", the main CPU 1201 may forcibly derive the display mode of a loss to the special pattern display units 1163 and 1164. Furthermore, if the probability of winning flag is on, the random number value for determining a jackpot may not be assigned time-saving hit determination value data, i.e., a win determination process may be performed in which the "time-saving hit" is not included in the lottery result.

なお、本実施例では、確変フラグがオンである場合には、C時短遊技状態に移行しないように構成しているが、これに限られない。例えば、確変フラグがオンであったとしても時短フラグがオフであるような高確非時短遊技状態において、当り判定処理の結果が「時短当り」である場合には高確時短遊技状態に移行するようにしてもよい。 In this embodiment, when the probability variable flag is on, the game is configured not to transition to the C time-saving game state, but this is not limited to this. For example, in a high-probability non-time-saving game state in which the probability variable flag is on but the time-saving flag is off, if the result of the hit determination process is a "time-saving hit," the game may transition to a high-probability time-saving game state.

特別図柄の当り判定処理の結果が「小当り」である場合、当り遊技状態の態様およびその後の遊技状態の態様は、次のとおり決定される。例えば、選択図柄コマンドが「z10」の場合、メインCPU1201は、小当り遊技状態の態様として、小当り用大入賞口1151(図69参照)の開放回数を1回に決定する。特別図柄の当り判定処理の結果が「小当り」であった場合、メインCPU1201は、上述した小当りの表示態様を第2特別図柄表示部1164に導出した後、決定された小当り用大入賞口1151の開放回数をセットし、小当り遊技状態に制御可能となる。なお、特別図柄の当り判定処理の結果が「小当り」である場合、小当り遊技状態の終了後、メインCPU1201は、確変フラグおよび時短フラグをいずれも変更せず、小当り遊技状態に制御される直前の遊技状態に戻す。 If the result of the special symbol hit determination process is a "small hit", the mode of the hit game state and the mode of the subsequent game state are determined as follows. For example, if the selected symbol command is "z10", the main CPU 1201 determines the number of times the small hit large winning opening 1151 (see FIG. 69) is opened to be one time as the mode of the small hit game state. If the result of the special symbol hit determination process is a "small hit", the main CPU 1201 derives the display mode of the small hit described above to the second special symbol display unit 1164, and then sets the determined number of times the small hit large winning opening 1151 is opened, making it possible to control the game state to a small hit. Note that if the result of the special symbol hit determination process is a "small hit", after the small hit game state ends, the main CPU 1201 does not change either the probability change flag or the time reduction flag, and returns to the game state immediately before being controlled to the small hit game state.

特別図柄の当り判定処理の結果が「大当り」である場合、当り遊技状態の態様およびその後の遊技状態の態様は、次のとおり決定される。 If the result of the special symbol hit determination process is a "jackpot," the winning game state and the subsequent game state are determined as follows:

例えば、選択図柄コマンドが「z3」の場合および「z11」の場合、メインCPU1201は、大当り遊技状態の態様として、ラウンド数を10ラウンドに決定し、その後の遊技状態の態様として、確変フラグと時短フラグとのうち確変フラグのみをオンにセットすることを決定し、確変回数を10000回にセットすることを決定する。この場合、メインCPU1201は、上述した大当りの表示態様を第1特別図柄表示部1163または第2特別図柄表示部1164に導出した後、大当り遊技状態の終了後、高確非時短遊技状態に制御可能となる。 For example, when the selected symbol command is "z3" or "z11", the main CPU 1201 determines the number of rounds as the mode of the jackpot game state to be 10 rounds, and as the mode of the subsequent game state, determines that only the high probability flag out of the high probability flag and the time-saving flag is set to on, and determines that the number of high probability flags is set to 10,000. In this case, the main CPU 1201 derives the display mode of the jackpot described above to the first special symbol display unit 1163 or the second special symbol display unit 1164, and then becomes able to control the game state to a high probability non-time-saving game state after the jackpot game state ends.

また、選択図柄コマンドが「z4」の場合、「z5」の場合、および「z12」の場合、メインCPU1201は、大当り遊技状態の態様として、それぞれ、ラウンド数を10ラウンド、4ラウンド、および10ラウンドに決定する。また、その後の遊技状態の態様として、いずれの場合も、確変フラグと時短フラグとの両方をオンにセットすることを決定し、確変回数および時短回数をいずれも10000回にセットすることを決定する。これらの場合、メインCPU1201は、上述した大当りの表示態様を第1特別図柄表示部1163または第2特別図柄表示部1164に導出した後、大当り遊技状態に制御し、この大当り遊技状態の終了後、高確時短遊技状態に制御可能となる。 When the selected symbol command is "z4", "z5", or "z12", the main CPU 1201 determines the number of rounds to be 10, 4, or 10, respectively, as the mode of the jackpot game state. In addition, in each case, as the mode of the subsequent game state, it determines to set both the high probability flag and the time-saving flag on, and determines to set both the number of high probability rounds and the number of time-saving rounds to 10,000. In these cases, the main CPU 1201 controls the jackpot game state after deriving the display mode of the jackpot described above to the first special symbol display unit 1163 or the second special symbol display unit 1164, and then controls it to a jackpot game state, and after the jackpot game state ends, it becomes possible to control it to a high probability time-saving game state.

また、選択図柄コマンドが「z6」の場合、および「z13」の場合、メインCPU1201は、大当り遊技状態の態様として、それぞれ、ラウンド数を4ラウンド、および10に決定する。また、その後の遊技状態の態様として、いずれの場合も、確変フラグと時短フラグとのうち時短フラグのみをオンにセットすることを決定する。また、セットする時短回数は、選択図柄コマンドが「z6」の場合は例えば200回にセットすることを決定し、選択図柄コマンドが「z13」の場合は例えば300回にセットすることを決定する。これらの場合、メインCPU1201は、上述した大当りの表示態様を第1特別図柄表示部1163または第2特別図柄表示部1164に導出した後、大当り遊技状態に制御し、この大当り遊技状態の終了後、時短遊技状態に制御可能となる。ここで制御される時短遊技状態はA時短遊技状態である。なお、高確時短遊技状態における時短制御の態様(以下「時短性能」とも称する)は、A時短遊技状態における時短性能と同じとすることが好ましいが、A時短における時短性能と異ならせてもよい。 In addition, when the selected symbol command is "z6" and when it is "z13", the main CPU 1201 determines the number of rounds as the mode of the jackpot game state to be 4 rounds and 10, respectively. In addition, as the mode of the subsequent game state, in either case, it determines that only the time-saving flag out of the probability change flag and the time-saving flag is set to on. In addition, the number of time-saving times to be set is determined to be set to, for example, 200 times when the selected symbol command is "z6", and to be set to, for example, 300 times when the selected symbol command is "z13". In these cases, the main CPU 1201 controls the display mode of the jackpot game state described above to the first special symbol display unit 1163 or the second special symbol display unit 1164, and then controls it to the jackpot game state, and after the end of this jackpot game state, it can be controlled to the time-saving game state. The time-saving game state controlled here is the A time-saving game state. In addition, the mode of time-saving control in the high-probability time-saving game state (hereinafter also referred to as "time-saving performance") is preferably the same as the time-saving performance in the A time-saving game state, but may be different from the time-saving performance in the A time-saving game state.

また、例えば、特別図柄の当り判定処理の結果が「ハズレ」である場合(例えば、選択図柄コマンドが「z7」の場合、および「z14」の場合)、メインCPU1201は、当り遊技状態の態様およびその後の遊技状態の態様のいずれもセットしない。すなわち、特別図柄の当り判定処理の結果がハズレの場合、メインCPU1201は、遊技状態を移行させずに、それまでの遊技状態に継続して制御する。 Also, for example, if the result of the special symbol hit determination process is a "miss" (for example, if the selected symbol command is "z7" or "z14"), the main CPU 1201 does not set either the hit game state or the subsequent game state. In other words, if the result of the special symbol hit determination process is a miss, the main CPU 1201 does not change the game state, but continues to control the previous game state.

なお、特別図柄の当り判定処理の結果が「ハズレ」である場合(例えば、選択図柄コマンドが「z7」の場合、および「z14」の場合)、上述したように当り遊技状態の態様およびその後の遊技状態の態様のいずれもセットされないため、本来、図73の当り種類決定テーブルに図示する必要がない。ただし、本実施例では、特別図柄の当り判定処理の結果が「ハズレ」である場合、当り遊技状態の態様およびその後の遊技状態の態様のいずれも決定されないことを明示するために、便宜上、図73に図示したものである。 Note that if the result of the special symbol hit determination process is a "miss" (for example, if the selected symbol command is "z7" or "z14"), neither the state of the winning game state nor the state of the subsequent game state is set as described above, so there is no need to illustrate this in the hit type determination table of FIG. 73. However, in this embodiment, for the sake of convenience, it is illustrated in FIG. 73 to clearly show that if the result of the special symbol hit determination process is a "miss", neither the state of the winning game state nor the state of the subsequent game state is determined.

このように、本実施例において、メインCPU1201は、図71の特別図柄の当り判定テーブルを参照し、第1始動口1120または第2始動口1140A,1140Bに遊技球が入賞した際に抽出される大当り判定用乱数値に基づいて当落判定値データを決定し(当落判定を行い)、当落(「時短当り」、「小当り」、「大当り」または「ハズレ」)を決定する。その後、メインCPU1201は、図72の特別図柄判定テーブルを参照し、第1始動口1120または第2始動口1140A,1140Bに遊技球が入賞した際に抽出される特別図柄の図柄乱数値と上記の当落判定値データとに基づいて選択図柄コマンドを決定し、特別図柄表示部1163,1164に導出される表示態様の種類(例えば、時短当りの種類、大当りの種類)を決定するようにしている。なお、上記の当落判定および選択図柄コマンドの決定は、特別図柄の可変表示の開始時に行われるが、特別図柄の可変表示が開始されてから確定表示されるまでの間に行われることを排除する趣旨ではない。 In this embodiment, the main CPU 1201 refers to the special symbol hit determination table in FIG. 71, and determines the hit/loss determination value data based on the random number value for jackpot determination extracted when the game ball enters the first start hole 1120 or the second start hole 1140A, 1140B (performs hit/loss determination), and determines the hit/loss ("time-saving hit", "small hit", "jackpot", or "miss"). After that, the main CPU 1201 refers to the special symbol determination table in FIG. 72, and determines the selected symbol command based on the random number value of the special symbol extracted when the game ball enters the first start hole 1120 or the second start hole 1140A, 1140B and the hit/loss determination value data, and determines the type of display mode (for example, the type of time-saving hit, the type of jackpot) to be derived to the special symbol display section 1163, 1164. Note that the above winning/losing judgment and selection of the symbol command are performed when the variable display of the special symbol begins, but this is not intended to exclude the possibility of performing this between the start of the variable display of the special symbol and the final display.

また、図73に示されるように、本実施例では、大当り遊技状態の終了後に制御されるA時短遊技状態の時短回数は、例えば、200回(選択図柄コマンドが「z6」の場合)または300回(選択図柄コマンドが「z13」の場合)である。これに対し、特別図柄の当り判定処理の結果が「時短当り」である場合に制御されるC時短遊技状態の時短回数は、例えば、10回(選択図柄コマンドが「z0」の場合)、50回(選択図柄コマンドが「z1」の場合)または100回(選択図柄コマンドが「z2」の場合)である。すなわち、A時短遊技状態における時短回数の期待値が、C時短遊技状態における時短回数の期待値よりも高い。このように、A時短遊技状態をC時短遊技状態と比べて遊技者にとって有利度合いが高くなるようにすることで、「大当り」の位置づけを大きくすることができる。例えば、「大当り」に当選したにもかかわらず、「大当り」当選しなかった場合(「時短当り」に当選した場合)と比べて不利になることによって生じうる興趣の低下を抑制することが可能となる。 Also, as shown in FIG. 73, in this embodiment, the number of time-saving times in the A time-saving game state that is controlled after the end of the jackpot game state is, for example, 200 times (when the selected symbol command is "z6") or 300 times (when the selected symbol command is "z13"). In contrast, the number of time-saving times in the C time-saving game state that is controlled when the result of the special symbol hit determination process is a "time-saving hit" is, for example, 10 times (when the selected symbol command is "z0"), 50 times (when the selected symbol command is "z1"), or 100 times (when the selected symbol command is "z2"). In other words, the expected value of the number of time-saving times in the A time-saving game state is higher than the expected value of the number of time-saving times in the C time-saving game state. In this way, the positioning of the "jackpot" can be increased by making the A time-saving game state more advantageous for the player than the C time-saving game state. For example, even if you win a "jackpot," it will be possible to suppress the decline in interest that can occur when you are at a disadvantage compared to not winning the "jackpot" (winning a "time-saving jackpot").

なお、A時短遊技状態における時短回数の期待値をC時短遊技状態における時短回数の期待値よりも高いことに代えて、C時短遊技状態における時短回数の期待値をA時短遊技状態における時短回数の期待値よりも高くするようにしてもよい。このように、C時短遊技状態をA時短遊技状態と比べて遊技者にとって有利度合いが高くなるようにすることで、「時短当り」の位置づけを大きくすることができる。例えば、長期間にわたって「大当り」に当選しないような状態が続いたとしても、「時短当り」に当選した場合には相対的に有利なC時短遊技状態に制御されるため、興趣の低下を抑制することが可能となる。 In addition, instead of making the expected value of the number of time-saving times in the A time-saving play state higher than the expected value of the number of time-saving times in the C time-saving play state, the expected value of the number of time-saving times in the C time-saving play state may be made higher than the expected value of the number of time-saving times in the A time-saving play state. In this way, by making the C time-saving play state more advantageous to the player than the A time-saving play state, the position of a "time-saving hit" can be increased. For example, even if a long period of time has passed without a "jackpot" being won, if a "time-saving hit" is won, the game will be controlled to the relatively advantageous C time-saving play state, making it possible to prevent a decline in interest.

[2-3-4.特別図柄の変動パターンテーブル]
図74は、第2のパチンコ遊技機の低スタート用の特別図柄の変動パターンテーブルの一例である。また、図75は、第2のパチンコ遊技機の高スタート用の特別図柄の変動パターンテーブルの一例である。これらのテーブルは、いずれも、第2のパチンコ遊技機が備える主制御回路1200のメインROM1202に記憶されている。なお、図74および図75の「備考」の欄は、分かりやすいように便宜上示したものである。メインCPU1201は、第1始動口1120への遊技球の入賞に基づくときは第1特別図柄の変動パターンを決定し、第2始動口1140A,1140Bへの遊技球の入賞に基づくときは第2特別図柄の変動パターンを決定する。図74および図75の特別図柄の変動パターンテーブルは、後述の図78のS1037の特別図柄の変動パターン決定処理を実行する際に参照されるテーブルである。
[2-3-4. Special symbol variation pattern table]
FIG. 74 is an example of a variation pattern table of a special symbol for a low start of the second pachinko game machine. FIG. 75 is an example of a variation pattern table of a special symbol for a high start of the second pachinko game machine. All of these tables are stored in the main ROM 1202 of the main control circuit 1200 of the second pachinko game machine. The "Notes" column in FIG. 74 and FIG. 75 is shown for convenience of understanding. The main CPU 1201 determines the variation pattern of the first special symbol when the winning of the game ball is based on the winning of the game ball in the first starting hole 1120, and determines the variation pattern of the second special symbol when the winning of the game ball is based on the winning of the second starting hole 1140A, 1140B. The variation pattern tables of the special symbols in FIG. 74 and FIG. 75 are tables that are referred to when executing the variation pattern determination process of the special symbol in S1037 in FIG. 78 described later.

左打ちが正規な遊技態様とされる通常遊技状態では、例えば図74に示される低スタート用の特別図柄の変動パターンテーブルを参照して特別図柄の変動パターンが決定される。 In normal game mode where hitting from the left is the normal game mode, the special symbol variation pattern is determined by referring to the special symbol variation pattern table for low starts shown in FIG. 74, for example.

図74の低スタート用の特別図柄の変動パターンテーブルに示されるように、メインCPU1201は、第1始動口1120への遊技球の入賞に基づいて抽出した演出選択用乱数値が特定の乱数値である場合、先読みフラグを設定する。メインCPU1201から送信された特別図柄の変動パターンコマンドを受信したサブCPU1301は、先読みフラグが設定されている場合、先読み演出を行う。 As shown in the special symbol variation pattern table for low starts in FIG. 74, the main CPU 1201 sets a look-ahead flag when the random number value for effect selection extracted based on the winning of the game ball into the first start hole 1120 is a specific random number value. The sub-CPU 1301, which receives the special symbol variation pattern command sent from the main CPU 1201, performs a look-ahead effect when the look-ahead flag is set.

なお、本実施例では、先読み演出を行うか否かをメインCPU1201が決定しているが、これに限られず、サブCPU1301が決定するようにしてもよい。 In this embodiment, the main CPU 1201 decides whether or not to perform a look-ahead performance, but this is not limited to this, and the sub-CPU 1301 may decide.

一方、右打ちが正規な遊技態様とされる遊技状態、すなわち、高確時短遊技状態、高確非時短遊技状態または低確時短遊技状態では、例えば図75に示される高スタート用の特別図柄の変動パターンテーブルを参照して特別図柄の変動パターンが決定される。 On the other hand, in a game state where right-hand play is the normal game mode, i.e., in a high-probability time-saving game state, a high-probability non-time-saving game state, or a low-probability time-saving game state, the special symbol variation pattern is determined by referring to the variation pattern table for special symbols for high starts shown in FIG. 75, for example.

なお、本実施例では、メインCPU1201は、高スタート用の特別図柄の変動パターンテーブルを参照して特別図柄の変動パターンを決定する際には、先読みフラグを設定しないが、これに限られない。 In this embodiment, the main CPU 1201 does not set a look-ahead flag when determining the special symbol variation pattern by referring to the special symbol variation pattern table for high starts, but this is not limited to this.

図74および図75に示されるように、特別図柄の変動パターンは、特別図柄の種別、特別図柄の当り判定処理の結果(当落)、リーチ判定用乱数値、および、演出選択用乱数値に基づいて決定される。ただし、これに限られず、上記のいずれかに代えてまたは加えて他の値等に基づいて決定されるようにしてもよい。 As shown in Figures 74 and 75, the variation pattern of the special symbols is determined based on the type of special symbol, the result of the special symbol hit determination process (win/lose), the reach determination random number value, and the performance selection random number value. However, this is not limited to this, and the variation pattern may be determined based on other values instead of or in addition to any of the above.

なお、リーチ判定用乱数値は例えば0~249(250種類)の中から抽出され、演出選択用乱数値は例えば0~99(100種類)の中から抽出される。ただし、発生する乱数値の範囲は上記に限られない。 The random number value for reach determination is selected from, for example, 0 to 249 (250 types), and the random number value for effect selection is selected from, for example, 0 to 99 (100 types). However, the range of generated random numbers is not limited to the above.

図75の高スタート用の特別図柄の変動パターンテーブルを参照して特別図柄の変動パターンを決定した場合、図74の低スタート用の特別図柄の変動パターンテーブルを参照して特別図柄の変動パターンを決定した場合と比べて、単位時間あたりの特別図柄の可変表示回数の期待値が大きい。とくに、低スタート用の特別図柄の変動パターンテーブルを参照して特別図柄の変動パターンを決定する場合、第2特別図柄は、例えば概ね600000msec(例えば、長変動A~C)と極めて長時間にわたって可変表示が行われる。一方、高スタート用の特別図柄の変動パターンテーブルを参照して特別図柄の変動パターンを決定する場合、第2特別図柄は、例えば1000msec(例えば、超速変動)と極めて短時間だけ可変表示が行われる。 When the special symbol fluctuation pattern is determined by referring to the special symbol fluctuation pattern table for high start in FIG. 75, the expected number of times the special symbol is variably displayed per unit time is larger than when the special symbol fluctuation pattern is determined by referring to the special symbol fluctuation pattern table for low start in FIG. 74. In particular, when the special symbol fluctuation pattern is determined by referring to the special symbol fluctuation pattern table for low start, the second special symbol is variably displayed for an extremely long period of time, for example, approximately 600,000 msec (for example, long fluctuation A to C). On the other hand, when the special symbol fluctuation pattern is determined by referring to the special symbol fluctuation pattern table for high start, the second special symbol is variably displayed for only an extremely short period of time, for example, 1,000 msec (for example, super-fast fluctuation).

メインCPU1201は、決定した変動パターン情報をサブCPU1301に送信する。サブCPU1301は、メインCPU1201から送信された変動パターン情報に基づいて、表示装置1007の表示領域に表示される表示演出や、スピーカ1032から出力される音演出を制御する。 The main CPU 1201 transmits the determined variation pattern information to the sub-CPU 1301. The sub-CPU 1301 controls the display effects displayed in the display area of the display device 1007 and the sound effects output from the speaker 1032 based on the variation pattern information transmitted from the main CPU 1201.

なお、図74および図75には示されていないが、設定値毎に、例えば演出選択用乱数値の範囲を変えて、決定される特別図柄の変動パターン(可変表示時間)が異なるようにしてもよい。 Although not shown in Figures 74 and 75, the variation pattern (variable display time) of the special symbols that are determined may be different for each setting value, for example by changing the range of the random number value for effect selection.

また、本実施例では、例えば通常遊技状態では低スタート用の特別図柄の変動パターンテーブル(図74参照)を参照して特別図柄の変動パターンを決定し、例えば高確時短遊技状態、高確非時短遊技状態、および低確時短遊技状態では高スタート用の特別図柄の変動パターンテーブル(図75参照)を参照して特別図柄の変動パターンを決定するようにしたが、これに限られない。例えば、高スタート用の特別図柄の変動パターンテーブルとして、単位時間あたりの特別図柄の可変表示回数の期待値が異なる複数の変動パターンテーブルを設けて、例えば時短遊技状態の種類に応じて、特別図柄の変動パターンの決定に際して参照するテーブルを異ならせるようにしてもよい。 In addition, in this embodiment, for example, in a normal game state, the special symbol fluctuation pattern is determined by referring to a special symbol fluctuation pattern table for a low start (see FIG. 74), and in a high-probability time-saving game state, a high-probability non-time-saving game state, and a low-probability time-saving game state, the special symbol fluctuation pattern is determined by referring to a special symbol fluctuation pattern table for a high start (see FIG. 75), but this is not limited to this. For example, as a special symbol fluctuation pattern table for a high start, multiple fluctuation pattern tables with different expected values for the variable number of times the special symbol is displayed per unit time may be provided, and the table to be referenced when determining the special symbol fluctuation pattern may be different depending on the type of time-saving game state, for example.

また、図74および図75の「備考」の欄に示される時短当り系リーチA,Bは、特別図柄の当り判定処理の結果が時短当りの可能性がある(大当りの可能性がない)ことを示すリーチ演出である。同様に、大当り系リーチA,Bは、特別図柄の当り判定処理の結果が大当りの可能性がある(時短当りの可能性がない)ことを示すリーチ演出である。さらに、共通リーチA,Bは、特別図柄の当り判定処理の結果が時短当りおよび大当りのいずれについても可能性があることを示すリーチ演出である。 In addition, the time-saving hit type reaches A and B shown in the "Notes" column of Figures 74 and 75 are reach effects that indicate that the result of the hit determination process for the special pattern may be a time-saving hit (no possibility of a jackpot). Similarly, the jackpot type reaches A and B are reach effects that indicate that the result of the hit determination process for the special pattern may be a jackpot (no possibility of a time-saving hit). Furthermore, the common reaches A and B are reach effects that indicate that the result of the hit determination process for the special pattern may be either a time-saving hit or a jackpot.

また、第2のパチンコ遊技機では説明を省略するが、第1のパチンコ遊技機と同様に、主制御回路1200のメインROM1202には普通図柄の当り判定テーブル(図16参照)、普通図柄判定テーブル(図17参照)、普通図柄当り種類決定テーブル(図18参照)、普通図柄の変動パターンテーブル(図19参照)が記憶されている。そして、メインCPU1201は、普通電動役物1146(図69参照)の開放パターンを第1のパチンコ遊技機と同様に決定し、これに基づいて普通電動役物1146の作動態様を制御する。 Although the second pachinko gaming machine will not be described, like the first pachinko gaming machine, the main ROM 1202 of the main control circuit 1200 stores a normal symbol winning determination table (see FIG. 16), a normal symbol determination table (see FIG. 17), a normal symbol winning type determination table (see FIG. 18), and a normal symbol variation pattern table (see FIG. 19). The main CPU 1201 then determines the opening pattern of the normal electric device 1146 (see FIG. 69) in the same way as the first pachinko gaming machine, and controls the operating mode of the normal electric device 1146 based on this.

[2-4.主制御処理]
第2のパチンコ遊技機において、主制御回路1200のメインCPU1201により実行される各種処理(各種モジュール)は、主制御メイン処理(図20~図23参照)中のS39で行われる特別図柄制御処理が異なるものの、その他の処理については同様である。そこで、以下では、特別図柄制御処理について説明し、メインCPU1201により実行されるその他の処理についての説明は省略する。なお、第2のパチンコ遊技機における特別図柄制御処理において行われる処理には、第1のパチンコ遊技機において行われる処理と同じ処理もあるが(例えば、大当り終了処理(図42、図86)等)、以下では、第1のパチンコ遊技機において行われる処理と同じ処理も含めて、ステップ番号を代えて、特別図柄制御処理について改めて説明する。
[2-4. Main control processing]
In the second pachinko game machine, the various processes (various modules) executed by the main CPU 1201 of the main control circuit 1200 are the same as those executed by the main CPU 1201 except for the special symbol control process executed in S39 in the main control main process (see Figs. 20 to 23). Therefore, the special symbol control process will be described below, and the other processes executed by the main CPU 1201 will not be described. Note that the special symbol control process in the second pachinko game machine includes the same processes as those executed in the first pachinko game machine (e.g., the jackpot end process (Figs. 42 and 86)), but the special symbol control process will be described again below, including the same processes as those executed in the first pachinko game machine, with the step numbers changed.

[2-4-1.特別図柄制御処理]
次に、図76を参照して、主制御メイン処理(図20~図23参照)中のS39で行われる特別図柄制御処理について説明する。図76は、第2のパチンコ遊技機における特別図柄制御処理の一例を示すフローチャートである。
[2-4-1. Special symbol control process]
Next, the special symbol control process performed in S39 in the main control process (see Figs. 20 to 23) will be described with reference to Fig. 76. Fig. 76 is a flow chart showing an example of the special symbol control process in the second pachinko gaming machine.

図76に示されるように、メインCPU1201は、先ず、S1001において、第2特別図柄の制御状態番号をロードする。特別図柄の制御状態番号は、各特別図柄の可変表示(特別図柄ゲーム)に関する制御処理の状態(ステータス)を示す番号である。メインCPU1201は、S1001の処理を実行した後、処理を、S1002に移す。 As shown in FIG. 76, the main CPU 1201 first loads the control state number of the second special symbol in S1001. The control state number of the special symbol is a number that indicates the state (status) of the control process related to the variable display of each special symbol (special symbol game). After executing the process of S1001, the main CPU 1201 transfers the process to S1002.

なお、図示しないが、メインCPU1201は、特別図柄制御処理を実行するにあたり、S1001の処理に先だって、メインRAM1203内の各特別図柄の作業領域等のアドレスを所定のレジスタにセットするアドレス設定処理を行う。 Although not shown, when executing the special symbol control process, the main CPU 1201 performs an address setting process to set the address of the working area of each special symbol in the main RAM 1203 in a specified register prior to the process of S1001.

また、同じく図示しないが、メインCPU1201は、特別図柄制御処理を実行するにあたり、第1特別図柄の保留数および第2特別図柄の保留数をチェックする処理も行う。そして、メインCPU1201は、第1特別図柄の保留数が一定時間以上にわたって「0」である場合、第1特別図柄についてのデモ表示コマンド送信予約処理を行い、第2特別図柄の保留数が一定時間以上にわたって「0」である場合、第2特別図柄についてのデモ表示コマンド送信予約処理を行う。なお、この処理で送信予約されたデモ表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路1300に送信される。そして、デモ表示コマンドをサブ制御回路1300が受信すると、かかるデモ表示コマンドが主特別図柄のデモ表示コマンドである場合、サブCPU1301はデモ表示演出を行う。 Although not shown, when executing the special symbol control process, the main CPU 1201 also performs a process to check the reserved number of the first special symbol and the reserved number of the second special symbol. If the reserved number of the first special symbol is "0" for a certain period of time or more, the main CPU 1201 performs a demo display command transmission reservation process for the first special symbol, and if the reserved number of the second special symbol is "0" for a certain period of time or more, the main CPU 1201 performs a demo display command transmission reservation process for the second special symbol. The demo display command reserved for transmission in this process is transmitted to the sub-control circuit 1300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. If the sub-control circuit 1300 receives the demo display command, and the demo display command is a demo display command for the main special symbol, the sub-CPU 1301 performs a demo display performance.

なお、第2のパチンコ遊技機は、第1特別図柄と第2特別図柄とが並行して可変表示可能であるものの、サブCPU1301は、第1特別図柄および第2特別図柄のうちいずれか一方の特別図柄を主特別図柄とするとともに他方を副特別図柄とし、主特別図柄についての演出制御を主として行う。本実施例では、左打ちが正規な遊技態様とされる通常遊技状態では第1特別図柄が主特別図柄とされ、右打ちが正規な遊技態様とされる遊技状態(例えば、高確時短遊技状態、高確非時短遊技状態、低確時短遊技状態)では第2特別図柄が主特別図柄とされる。そして、サブCPU1301は、主特別図柄についての装飾図柄の可変表示およびキャラクタ等の表示演出や、主特別図柄についての音声演出等を行う。例えば副特別図柄の当り判定処理の結果が例えば大当り等である場合には、例えば、主特別図柄の演出を行いつつ副特別図柄の演出も行うようにしてもよい。なお、右打ちが正規な遊技態様とされる遊技状態のうち、低確時短遊技状態では、主特別図柄である第2特別図柄の可変表示に対応する装飾図柄の可変表示に代えて他の演出画像(例えば、時短遊技状態が終了するまでの時短残回数をカウントダウン演出)が表示されるようにしてもよい。 Although the second pachinko game machine can variably display the first special symbol and the second special symbol in parallel, the sub-CPU 1301 sets one of the first and second special symbols as the main special symbol and the other as the sub-special symbol, and mainly controls the presentation of the main special symbol. In this embodiment, in the normal game state in which left-handed play is the regular game mode, the first special symbol is the main special symbol, and in the game state in which right-handed play is the regular game mode (for example, high-probability time-saving game state, high-probability non-time-saving game state, low-probability time-saving game state), the second special symbol is the main special symbol. The sub-CPU 1301 then performs variably displaying decorative symbols and displaying characters, etc., for the main special symbol, as well as sound presentation, etc., for the main special symbol. For example, if the result of the hit determination process for the sub-special symbol is, for example, a jackpot, the main special symbol may be displayed while the sub-special symbol is displayed. In addition, in a low-probability time-saving game state among game states in which right-hitting is the regular game mode, another display image (for example, a countdown display of the remaining number of time-saving plays until the time-saving game state ends) may be displayed instead of the variable display of the decorative symbol corresponding to the variable display of the second special symbol, which is the main special symbol.

S1002において、メインCPU1201は、S1001でロードした第2特別図柄の制御状態番号に基づいて、第2特別図柄が可変表示開始のタイミングであるか否かを判定する。 In S1002, the main CPU 1201 determines whether or not it is time for the second special symbol to start being variably displayed based on the control state number of the second special symbol loaded in S1001.

S1002において第2特別図柄が可変表示開始のタイミングでないと判定された場合(S1002がNO判定の場合)、すなわち第2特別図柄にかかわる何れかの処理が実行されている場合、メインCPU1201は、処理を、S1003に移す。例えば、第2特別図柄の当り判定処理の結果に基づく大当り遊技制御処理の実行中は、S1002においてNO判定される。 If it is determined in S1002 that it is not the timing to start the variable display of the second special symbol (if S1002 is a NO judgment), that is, if any processing related to the second special symbol is being executed, the main CPU 1201 transfers the processing to S1003. For example, if a jackpot game control processing based on the result of the hit determination processing of the second special symbol is being executed, a NO judgment is made in S1002.

一方、S1002において第2特別図柄が可変表示開始のタイミングであると判定された場合(S1002がYES判定の場合)、メインCPU1201は、処理を、S1004に移す。 On the other hand, if it is determined in S1002 that it is time for the second special symbol to begin to change display (if S1002 returns YES), the main CPU 1201 transfers the process to S1004.

S1003において、メインCPU1201は、特別図柄管理処理を行う。この特別図柄管理処理の詳細については、図77を参照して後述する。メインCPU1201は、S1003の処理を実行した後、処理を、S1004に移す。 In S1003, the main CPU 1201 performs special symbol management processing. Details of this special symbol management processing will be described later with reference to FIG. 77. After executing the processing of S1003, the main CPU 1201 transfers the processing to S1004.

S1004において、メインCPU1201は、第1特別図柄の制御状態番号をロードする。メインCPU1201は、S1004の処理を実行した後、処理を、S1005に移す。 In S1004, the main CPU 1201 loads the control state number of the first special symbol. After executing the process of S1004, the main CPU 1201 transfers the process to S1005.

S1005において、メインCPU1201は、S1004でロードした第1特別図柄の制御状態番号に基づいて、第1特別図柄が可変表示開始のタイミングであるか否かを判定する。 In S1005, the main CPU 1201 determines whether or not it is time for the first special symbol to start being variably displayed based on the control state number of the first special symbol loaded in S1004.

S1005において第1特別図柄が可変表示開始のタイミングでないと判定された場合(S1005がNO判定の場合)、すなわち第1特別図柄にかかわる何れかの処理が実行されている場合、メインCPU1201は、処理を、S1006に移す。例えば、第1特別図柄の当り判定処理の結果に基づく大当り遊技制御処理の実行中は、S1005においてNO判定される。 If it is determined in S1005 that it is not the timing to start the variable display of the first special symbol (if S1005 is a NO judgment), that is, if any processing related to the first special symbol is being executed, the main CPU 1201 transfers the processing to S1006. For example, if a jackpot game control processing based on the result of the hit determination processing of the first special symbol is being executed, a NO judgment is made in S1005.

一方、S1005において第1特別図柄が可変表示開始のタイミングであると判定された場合(S1005がYES判定の場合)、メインCPU1201は、処理を、S1007に移す。 On the other hand, if it is determined in S1005 that it is time for the first special symbol to begin to change display (if S1005 returns a YES judgment), the main CPU 1201 transfers the process to S1007.

S1006において、メインCPU1201は、特別図柄管理処理を行う。上述したとおり、特別図柄管理処理の詳細については、図77を参照して後述する。メインCPU1201は、S1006の処理を実行した後、処理を、S1007に移す。 In S1006, the main CPU 1201 performs special symbol management processing. As described above, details of the special symbol management processing will be described later with reference to FIG. 77. After executing the processing of S1006, the main CPU 1201 transfers the processing to S1007.

S1007において、メインCPU1201は、第2特別図柄の制御状態番号をロードする。メインCPU1201は、S1007の処理を実行した後、処理を、S1008に移す。 In S1007, the main CPU 1201 loads the control state number of the second special symbol. After executing the process of S1007, the main CPU 1201 transfers the process to S1008.

S1008において、メインCPU1201は、S1007でロードした第2特別図柄の制御状態番号に基づいて、第2特別図柄が可変表示開始のタイミングであるか否かを判定する。 In S1008, the main CPU 1201 determines whether or not it is time for the second special symbol to start being variably displayed based on the control state number of the second special symbol loaded in S1007.

S1008において第2特別図柄が可変表示開始のタイミングでないと判定された場合(S1008がNO判定の場合)、メインCPU1201は、処理を、S1010に移す。 If it is determined in S1008 that it is not time for the second special symbol to start being variable displayed (if S1008 returns NO), the main CPU 1201 transfers the process to S1010.

一方、S1008において第2特別図柄が可変表示開始のタイミングであると判定された場合(S1008がYES判定の場合)、すなわち第2特別図柄にかかわる処理が何ら実行されておらず可変表示を開始可能である場合、メインCPU1201は、処理をS1009に移す。 On the other hand, if it is determined in S1008 that it is time to start the variable display of the second special symbol (if S1008 returns a YES judgment), that is, if no processing related to the second special symbol has been performed and variable display can begin, the main CPU 1201 transfers processing to S1009.

S1009において、メインCPU1201は、特別図柄管理処理を行う。上述したとおり、特別図柄管理処理の詳細については、図77を参照して後述する。メインCPU1201は、S1009の処理を実行した後、処理を、S1010に移す。 In S1009, the main CPU 1201 performs special symbol management processing. As described above, details of the special symbol management processing will be described later with reference to FIG. 77. After executing the processing of S1009, the main CPU 1201 transfers the processing to S1010.

S1010において、メインCPU1201は、第1特別図柄の制御状態番号をロードする。メインCPU1201は、S1010の処理を実行した後、処理を、S1011に移す。 In S1010, the main CPU 1201 loads the control state number of the first special symbol. After executing the process of S1010, the main CPU 1201 transfers the process to S1011.

S1011において、メインCPU1201は、S1010でロードした第1特別図柄の制御状態番号に基づいて、第1特別図柄が可変表示開始のタイミングであるか否かを判定する。 In S1011, the main CPU 1201 determines whether or not it is time for the first special symbol to start being variable displayed based on the control state number of the first special symbol loaded in S1010.

S1011において第1特別図柄が可変表示開始のタイミングでないと判定された場合(S1011がNO判定の場合)、メインCPU1201は、特別図柄制御処理を終了し、処理を、主制御メイン処理(図20~図23参照)に戻す。 If it is determined in S1011 that it is not time for the first special symbol to start being variable displayed (if S1011 is a NO determination), the main CPU 1201 ends the special symbol control process and returns the process to the main control main process (see Figures 20 to 23).

一方、S1011において第1特別図柄が可変表示開始のタイミングであると判定された場合(S1011がYES判定の場合)、すなわち第1特別図柄にかかわる処理が何ら実行されておらず可変表示を開始可能である場合、メインCPU1201は、処理をS1012に移す。 On the other hand, if it is determined in S1011 that it is time to start the variable display of the first special symbol (if S1011 returns a YES judgment), that is, if no processing related to the first special symbol has been performed and variable display can begin, the main CPU 1201 transfers processing to S1012.

S1012において、メインCPU1201は、特別図柄管理処理を行う。上述したとおり、特別図柄管理処理の詳細については、図77を参照して後述する。メインCPU1201は、S1012の処理を実行した後、特別図柄制御処理を終了し、処理を、主制御メイン処理(図20~図23参照)に戻す。 In S1012, the main CPU 1201 performs special symbol management processing. As described above, details of the special symbol management processing will be described later with reference to FIG. 77. After executing the processing of S1012, the main CPU 1201 ends the special symbol control processing and returns the processing to the main control main processing (see FIG. 20 to FIG. 23).

なお、メインCPU1201は、割込禁止区間を設定し、上述の特別図柄制御処理(S1001~S1012)を、割込禁止区間内で行うことが好ましい。 It is preferable that the main CPU 1201 sets an interrupt prohibited period and performs the above-mentioned special symbol control process (S1001 to S1012) within the interrupt prohibited period.

このように、本実施例では、第2特別図柄にかかわる何れかの処理が実行されている場合、第1特別図柄にかかわる何れかの処理が実行されている場合、第2特別図柄にかかわる処理が何ら実行されておらず可変表示を開始可能である場合、第1特別図柄にかかわる処理が何ら実行されておらず可変表示を開始可能である場合、の優先順位で、後述の特別図柄管理処理が実行されるようにしている。 In this way, in this embodiment, the special pattern management process described below is executed in the following order of priority: when any process related to the second special pattern is being executed, when any process related to the first special pattern is being executed, when no process related to the second special pattern is being executed and variable display can be started, when no process related to the first special pattern is being executed and variable display can be started.

[2-4-2.特別図柄管理処理]
次に、図77を参照して、特別図柄制御処理(図76参照)中のS1003、S1006、S1009、S1012でメインCPU1201により実行される特別図柄管理処理について説明する。図77は、第2のパチンコ遊技機における特別図柄管理処理の一例を示すフローチャートである。
[2-4-2. Special symbol management process]
Next, the special symbol management process executed by the main CPU 1201 in S1003, S1006, S1009, and S1012 during the special symbol control process (see FIG. 76) will be described with reference to Fig. 77. Fig. 77 is a flow chart showing an example of the special symbol management process in the second pachinko gaming machine.

なお、例えば、特別図柄管理処理が特別図柄制御処理中のS1003またはS1009で呼び出されて実行される場合には第2特別図柄が処理対象となり、特別図柄管理処理が特別図柄制御処理中のS1006またはS1012で呼び出されて実行される場合には第1特別図柄が処理対象となる。 For example, if the special pattern management process is called and executed in S1003 or S1009 during the special pattern control process, the second special pattern is the target of processing, and if the special pattern management process is called and executed in S1006 or S1012 during the special pattern control process, the first special pattern is the target of processing.

また、図77に示す各処理の右方に括弧書きで記載した数値(「0」~「5」)は、処理対象となる特別図柄の制御状態番号である。メインCPU1201は、制御状態番号に対応する各処理を実行することにより、特別図柄ゲームを進行させる。 The numbers ("0" to "5") in parentheses to the right of each process in FIG. 77 are the control state numbers of the special symbols that are the subject of the process. The main CPU 1201 progresses the special symbol game by executing each process that corresponds to the control state number.

メインCPU1201は、先ず、特別図柄の待ち時間が0であるか否かを判定する(S1021)。 The main CPU 1201 first determines whether the waiting time for the special pattern is 0 (S1021).

S1021において特別図柄の待ち時間が0でないと判定された場合(S1021がNO判定の場合)、メインCPU1201は、特別図柄管理処理を終了し、処理を、特別図柄制御処理(図76参照)に戻す。 If it is determined in S1021 that the waiting time for the special symbol is not 0 (if S1021 is a NO determination), the main CPU 1201 ends the special symbol management process and returns the process to the special symbol control process (see FIG. 76).

一方、S1021において特別図柄の待ち時間が0であると判定された場合(S1021がYES判定の場合)、メインCPU1201は、処理を、S1022に移す。 On the other hand, if it is determined in S1021 that the waiting time for the special symbol is 0 (if S1021 returns a YES judgment), the main CPU 1201 transfers the process to S1022.

S1022において、メインCPU1201は、特別図柄の制御状態番号をロードする。メインCPU1201は、S1022の処理を実行した後、処理を、S1023に移す。なお、メインCPU1201は、S1022の処理で読み出された制御状態番号に基づいて、S1023以降の処理を行う。 In S1022, the main CPU 1201 loads the control state number of the special symbol. After executing the process of S1022, the main CPU 1201 transfers the process to S1023. The main CPU 1201 performs the process from S1023 onwards based on the control state number read in the process of S1022.

S1023において、メインCPU1201は、特別図柄可変表示開始処理を行う。このS1023の処理は、特別図柄の制御状態番号が「0」である場合に行われる処理である。この特別図柄可変表示開始処理の詳細については、図78を参照して後述する。特別図柄の制御状態番号が「0」でない場合には、メインCPU1201は、処理を、S1024に移す。 In S1023, the main CPU 1201 performs special symbol variable display start processing. This S1023 processing is performed when the control state number of the special symbol is "0". Details of this special symbol variable display start processing will be described later with reference to FIG. 78. If the control state number of the special symbol is not "0", the main CPU 1201 transfers the processing to S1024.

S1024において、メインCPU1201は、特別図柄可変表示終了処理を行う。このS1024の処理は、特別図柄の制御状態番号が「1」である場合に行われる処理である。この特別図柄可変表示終了処理の詳細については、図79および図80を参照して後述する。特別図柄の制御状態番号が「1」でない場合には、メインCPU1201は、処理を、S1025に移す。 In S1024, the main CPU 1201 performs special symbol variable display end processing. This S1024 processing is performed when the control state number of the special symbol is "1". Details of this special symbol variable display end processing will be described later with reference to Figures 79 and 80. If the control state number of the special symbol is not "1", the main CPU 1201 transfers the processing to S1025.

S1025において、メインCPU1201は、特別図柄遊技判定処理を行う。このS1025の処理は、特別図柄の制御状態番号が「2」である場合に行われる処理である。この特別図柄遊技判定処理の詳細については、図81および図82を参照して後述する。特別図柄の制御状態番号が「2」でない場合には、メインCPU1201は、処理を、S1026に移す。 In S1025, the main CPU 1201 performs a special symbol game determination process. This S1025 process is performed when the control state number of the special symbol is "2". Details of this special symbol game determination process will be described later with reference to Figures 81 and 82. If the control state number of the special symbol is not "2", the main CPU 1201 transfers the process to S1026.

S1026において、メインCPU1201は、大入賞口開放準備処理を行う。このS1026の処理は、特別図柄の制御状態番号が「3」である場合に行われる処理である。この大入賞口開放準備処理の詳細については、図84を参照して後述する。特別図柄の制御状態番号が「3」でない場合には、メインCPU1201は、処理を、S1027に移す。 In S1026, the main CPU 1201 performs a process for preparing to open the large prize opening. This process of S1026 is performed when the control state number of the special symbol is "3". Details of this process for preparing to open the large prize opening will be described later with reference to FIG. 84. If the control state number of the special symbol is not "3", the main CPU 1201 moves the process to S1027.

S1027において、メインCPU1201は、大入賞口開放制御処理を行う。このS1027の処理は、特別図柄の制御状態番号が「4」である場合に行われる。この大入賞口開放制御処理の詳細については、図85を参照して後述する。特別図柄の制御状態番号が「4」でない場合には、メインCPU1201は、処理を、S1028に移す。 In S1027, the main CPU 1201 performs a large prize opening control process. This process of S1027 is performed when the control state number of the special symbol is "4". Details of this large prize opening control process will be described later with reference to FIG. 85. If the control state number of the special symbol is not "4", the main CPU 1201 transfers the process to S1028.

S1028において、メインCPU1201は、大当り終了処理を行う。このS1028の処理は、特別図柄の制御状態番号が「5」である場合に行われる処理である。この大当り終了処理の詳細については、図86を参照して後述する。 In S1028, the main CPU 1201 performs a jackpot end process. This S1028 process is performed when the control state number of the special symbol is "5". Details of this jackpot end process will be described later with reference to FIG. 86.

メインCPU1201は、S1023~S1028の処理を終了後、処理を、特別図柄制御処理(図76参照)に戻す。なお、メインCPU1201は、特別図柄管理処理が特別図柄制御処理中のS1003で呼び出されている場合には処理をS1004に戻し、S1006で呼び出されている場合には処理をS1007に戻し、S1009で呼び出されている場合には処理をS1010に戻し、S1012で呼び出されている場合には、特別図柄制御処理も終了する。 After completing the processes of S1023 to S1028, the main CPU 1201 returns the process to the special symbol control process (see FIG. 76). If the special symbol management process is called in S1003 during the special symbol control process, the main CPU 1201 returns the process to S1004; if it is called in S1006, the main CPU 1201 returns the process to S1007; if it is called in S1009, the main CPU 1201 returns the process to S1010; and if it is called in S1012, the special symbol control process also ends.

[2-4-3.特別図柄可変表示開始処理]
次に、図78を参照して、特別図柄管理処理(図77参照)中のS1023でメインCPU1201により実行される特別図柄可変表示開始処理について説明する。図78は、第2のパチンコ遊技機における特別図柄可変表示開始処理の一例を示すフローチャートである。
[2-4-3. Special symbol variable display start process]
Next, a special symbol variable display start process executed by the main CPU 1201 in S1023 during the special symbol management process (see FIG. 77) will be described with reference to Fig. 78. Fig. 78 is a flow chart showing an example of the special symbol variable display start process in the second pachinko game machine.

なお、特別図柄可変表示開始処理が第1特別図柄を処理対象とする特別図柄管理処理中のS1023で呼び出された場合、第1特別図柄が処理対象となる。同様に、特別図柄可変表示開始処理が第2特別図柄を処理対象とする特別図柄管理処理中のS1023で呼び出された場合、第2特別図柄が処理対象となる。 When the special symbol variable display start process is called in S1023 during the special symbol management process in which the first special symbol is the processing target, the first special symbol is the processing target. Similarly, when the special symbol variable display start process is called in S1023 during the special symbol management process in which the second special symbol is the processing target, the second special symbol is the processing target.

図78に示されるように、メインCPU1201は、先ず、特別図柄の制御状態番号が「0」であるか否かを判定する(S1031)。 As shown in FIG. 78, the main CPU 1201 first determines whether the control state number of the special symbol is "0" (S1031).

S1031において特別図柄の制御状態番号が「0」でないと判定された場合(S1031がNO判定の場合)、メインCPU1201は、特別図柄可変表示開始処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 If it is determined in S1031 that the control state number of the special symbol is not "0" (if S1031 is a NO determination), the main CPU 1201 ends the special symbol variable display start process and returns the process to the special symbol management process (see FIG. 77).

一方、S1031において特別図柄の制御状態番号が「0」であると判定された場合(S1031がYES判定の場合)、メインCPU1201は、処理を、S1032に移す。 On the other hand, if it is determined in S1031 that the control state number of the special symbol is "0" (if S1031 returns a YES judgment), the main CPU 1201 transfers the process to S1032.

S1032において、メインCPU1201は、特別図柄休止フラグがオフであるか否かを判定する。特別図柄休止フラグは、次の処理に進まないように遊技の進行を止めるフラグである。したがって、このS1032では、たとえS1031がYES判定であったとしても(すなわち、特別図柄の始動条件が成立していたとしても)、特別図柄休止フラグがオフでないすなわちオンである場合(S1032がNO判定である場合)、特別図柄可変表示開始処理が進行せずに終了する。 In S1032, the main CPU 1201 determines whether the special symbol pause flag is off. The special symbol pause flag is a flag that stops the progress of the game so that it does not proceed to the next process. Therefore, in this S1032, even if S1031 is judged as YES (i.e., even if the start condition of the special symbol is met), if the special symbol pause flag is not off, i.e., it is on (S1032 is judged as NO), the special symbol variable display start process ends without proceeding.

S1032において特別図柄休止フラグがオフでないすなわちオンであると判定された場合(S1032がNO判定の場合)、上述したとおり、特別図柄可変表示開始処理が進行せず、メインCPU1201は、特別図柄可変表示開始処理を終了する。その後、メインCPU1201は、処理を、特別図柄管理処理(図77参照)に戻す。 If it is determined in S1032 that the special symbol pause flag is not OFF, i.e., is ON (if S1032 is a NO determination), as described above, the special symbol variable display start process does not proceed, and the main CPU 1201 ends the special symbol variable display start process. After that, the main CPU 1201 returns the process to the special symbol management process (see FIG. 77).

一方、S1032において特別図柄休止フラグがオフであると判定された場合(S1032がYES判定の場合)、メインCPU1201は、処理を、S1033に移す。 On the other hand, if it is determined in S1032 that the special pattern pause flag is off (if S1032 returns a YES judgment), the main CPU 1201 transfers processing to S1033.

S1033において、メインCPU1201は、特別図柄の始動情報のシフト処理を行う。メインCPU1201は、S1033の処理を実行した後、処理を、S1034に移す。 In S1033, the main CPU 1201 performs a shift process of the start information of the special pattern. After executing the process of S1033, the main CPU 1201 transfers the process to S1034.

S1034において、メインCPU1201は、特別図柄の当り判定処理を行う。この処理では、特別図柄の当り判定テーブル(図71参照)を参照し、特別図柄の大当り判定用乱数値を用いて特別図柄の当り判定処理が行われる。本実施例では、第1特別図柄については、時短当り、大当り、およびハズレのうちいずれであるかが判定され、第2特別図柄については、時短当り、小当り、大当り、およびハズレのうちいずれであるかが判定される。また、メインCPU1201は、特別図柄の当り判定処理の結果が時短当りである場合は時短当りフラグをオンにセットし、特別図柄の当り判定処理の結果が小当りである場合は小当りフラグをオンにセットし、特別図柄の当り判定処理の結果が大当りである場合は大当りフラグをオンにセットする。メインCPU1201は、S1034の処理を実行した後、処理を、S1035に移す。なお、時短当りフラグはC時短遊技状態への移行時にオフにし、小当りフラグは小当り遊技状態の開始時にオフにし、大当りフラグは大当り遊技状態の開始時にオフにされる。 In S1034, the main CPU 1201 performs a hit determination process for the special symbol. In this process, the hit determination process for the special symbol is performed by referring to the hit determination table for the special symbol (see FIG. 71) and using a random number value for determining whether the special symbol is a hit. In this embodiment, the first special symbol is determined to be a time-saving hit, a big hit, or a miss, and the second special symbol is determined to be a time-saving hit, a small hit, a big hit, or a miss. In addition, the main CPU 1201 sets the time-saving hit flag on when the result of the hit determination process for the special symbol is a time-saving hit, sets the small hit flag on when the result of the hit determination process for the special symbol is a small hit, and sets the big hit flag on when the result of the hit determination process for the special symbol is a big hit. After executing the process of S1034, the main CPU 1201 moves the process to S1035. The time-saving hit flag is turned off when transitioning to the C time-saving play state, the small hit flag is turned off when the small hit play state begins, and the big hit flag is turned off when the big hit play state begins.

上記の特別図柄の当り判定処理(S1034参照)では、まず、大当りであるか否かの判定処理を行い、この処理で大当りでないと判定された場合に小当りであるか否かの判定処理を行い、この処理で小当りでないと判定された場合に時短当りであるか否かの判定処理を行い、この処理で時短当りでないと判定された場合にハズレであると判定される。 In the special symbol hit determination process (see S1034), first, a process is performed to determine whether or not it is a big hit, and if this process determines that it is not a big hit, a process is performed to determine whether or not it is a small hit, and if this process determines that it is not a small hit, a process is performed to determine whether or not it is a time-saving hit, and if this process determines that it is not a time-saving hit, it is determined to be a miss.

S1035において、メインCPU1201は、特別図柄決定処理を行う。この処理は、特別図柄の当り判定処理(S1034)の結果(例えば、時短当り、小当り、大当り、またはハズレ)に対応する特別図柄の停止図柄を判定乃至決定する処理である。この処理では、特別図柄判定テーブル(図72参照)を参照し、特別図柄の図柄乱数値を用いて、上述の「選択図柄コマンド」や「図柄指定コマンド」が判定される。本実施例では、ハズレの種類が1種類であるため、特別図柄の当り判定処理がハズレの場合に停止図柄を決定する必要がないが、ハズレを複数種類設けて、特別図柄の当り判定処理の結果がハズレの場合に停止図柄を決定するようにしてもよい。メインCPU1201は、S1035の処理を実行した後、処理を、S1036に移す。 In S1035, the main CPU 1201 performs a special symbol determination process. This process is a process for determining or deciding the stopping symbol of the special symbol corresponding to the result of the special symbol hit determination process (S1034) (for example, a time-saving hit, a small hit, a big hit, or a miss). In this process, the special symbol determination table (see FIG. 72) is referenced, and the random number value of the special symbol is used to determine the above-mentioned "selection symbol command" or "symbol designation command". In this embodiment, since there is only one type of miss, it is not necessary to determine the stopping symbol when the special symbol hit determination process is a miss, but multiple types of misses may be provided and the stopping symbol may be determined when the result of the special symbol hit determination process is a miss. After executing the process of S1035, the main CPU 1201 moves the process to S1036.

S1036において、メインCPU1201は、当り種類決定処理を行う。この処理は、特別図柄の当り判定処理の結果が例えば当り(時短当り、小当り、または大当り)である場合に、かかる当りの種類を判定乃至決定する処理である。この処理では、当り種類決定テーブル(図73参照)を参照し、特別図柄決定処理(S1035)で判定された「選択図柄コマンド」に応じて当りの種類が決定される。なお、本実施例では、当りの種類を複数種類としているが、大当りの種類は1つであってもよいし、時短当りの種類も1つであってよい。さらには、当りの種類を複数種類とすることに代えてまたは加えて、他の当り(例えば、小当り)の種類を複数設けるようにしてもよいし、ハズレの種類を複数設けるようにしてもよい。メインCPU1201は、S1036の処理を実行した後、処理を、S1037に移す。 In S1036, the main CPU 1201 performs a win type determination process. This process is a process for determining or deciding the type of win when the result of the special symbol win determination process is, for example, a win (time-saving win, small win, or big win). In this process, the win type determination table (see FIG. 73) is referenced and the type of win is determined according to the "selected symbol command" determined in the special symbol determination process (S1035). Note that in this embodiment, there are multiple types of wins, but there may be only one type of big win or one type of time-saving win. Furthermore, instead of or in addition to multiple types of wins, multiple types of other wins (for example, small wins) may be provided, or multiple types of misses may be provided. After executing the process of S1036, the main CPU 1201 moves the process to S1037.

S1037において、メインCPU1201は、特別図柄の変動パターン決定処理を行う。この処理は、特別図柄の変動パターンを判定乃至決定する処理である。この処理では、変動パターンテーブル(図74、図75参照)を参照し、例えば、特別図柄の種類、特別図柄の当り判定処理(S1034)の結果、リーチ判定用乱数値または/および演出選択用乱数値等に応じて、特別図柄の変動パターンが決定される。なお、本実施例では、左打ちが正規な遊技態様とされる通常遊技状態では、低スタート用の特別図柄の変動パターンテーブル(図74参照)を参照して特別図柄の変動パターンが決定され、右打ちが正規な遊技態様とされる遊技状態(例えば、高確時短遊技状態、高確非時短遊技状態、低確時短遊技状態)では、高スタート用の特別図柄の変動パターンテーブル(図75参照)を参照して特別図柄の変動パターンが決定される。メインCPU1201は、S1037の処理を実行した後、処理を、S1038に移す。 In S1037, the main CPU 1201 performs a process for determining the variation pattern of the special symbol. This process is a process for judging or determining the variation pattern of the special symbol. In this process, the variation pattern of the special symbol is determined by referring to the variation pattern table (see Figs. 74 and 75), for example, according to the type of the special symbol, the result of the special symbol hit judgment process (S1034), the random number value for reach judgment and/or the random number value for performance selection, etc. In this embodiment, in a normal game state in which left-handed hitting is the regular game mode, the variation pattern of the special symbol is determined by referring to the variation pattern table of the special symbol for low start (see Fig. 74), and in a game state in which right-handed hitting is the regular game mode (for example, a high-probability time-saving game state, a high-probability non-time-saving game state, a low-probability time-saving game state), the variation pattern of the special symbol is determined by referring to the variation pattern table of the special symbol for high start (see Fig. 75). After executing processing of S1037, the main CPU 1201 transfers processing to S1038.

S1038において、メインCPU1201は、特別図柄の可変表示時間設定処理を行う。この処理では、変動パターンテーブル(図74、図75参照)を参照し、特別図柄の変動パターン決定処理(S1037)で決定された変動パターンに対応する変動時間が、特別図柄の変動時間として決定される。メインCPU1201は、S1038の処理を実行した後、処理を、S1039に移す。 In S1038, the main CPU 1201 performs a variable display time setting process for the special symbol. In this process, the variation pattern table (see Figures 74 and 75) is referenced, and the variation time corresponding to the variation pattern determined in the variation pattern determination process for the special symbol (S1037) is determined as the variation time for the special symbol. After executing the process of S1038, the main CPU 1201 moves the process to S1039.

S1039において、メインCPU1201は、特別図柄の制御状態番号に「1」をセットする処理を行う。このように、特別図柄の制御状態番号を「1」にセットする処理を行って制御状態番号を切り替えることにより、この特別図柄可変表示開始処理の終了後に、特別図柄可変表示終了処理(図77のS1024参照)が行われることとなる。メインCPU1201は、S1039の処理を実行した後、処理を、S1040に移す。 In S1039, the main CPU 1201 performs a process of setting the control state number of the special symbol to "1". In this way, by performing a process of setting the control state number of the special symbol to "1" and switching the control state number, after the special symbol variable display start process ends, the special symbol variable display end process (see S1024 in FIG. 77) is performed. After executing the process of S1039, the main CPU 1201 moves the process to S1040.

S1040において、メインCPU1201は、遊技状態指定パラメータ設定処理を行う。この処理では、例えば、メインRAM1203内の所定領域に格納されている遊技状態にかかわるパラメータの更新処理等が行われる。メインCPU1201は、S1040の処理を実行した後、処理を、S1041に移す。 In S1040, the main CPU 1201 executes a game state designation parameter setting process. In this process, for example, a process of updating parameters related to the game state stored in a predetermined area in the main RAM 1203 is performed. After executing the process of S1040, the main CPU 1201 transfers the process to S1041.

S1041において、メインCPU1201は、遊技状態管理処理を行う。この処理では、主に、遊技状態の管理に関する各種フラグ(例えば、確変フラグや時短フラグ等)の更新処理を行う。メインCPU1201は、S1041の処理を実行した後、処理を、S1042に移す。 In S1041, the main CPU 1201 performs game status management processing. In this processing, the main CPU 1201 mainly performs update processing of various flags related to the management of the game status (e.g., probability bonus flag, time-saving flag, etc.). After executing the processing of S1041, the main CPU 1201 transfers the processing to S1042.

S1042において、メインCPU1201は、特別図柄演出開始コマンドの送信予約処理を行う。なお、この処理で送信予約された特別図柄演出開始コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路1300に送信される。 In S1042, the main CPU 1201 performs a process for reserving the transmission of a special symbol effect start command. The special symbol effect start command reserved for transmission in this process is transmitted to the sub-control circuit 1300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process.

なお、メインCPU1201は、割込禁止区間を設定し、上述の特別図柄可変表示開始処理(とくに、遊技状態管理処理(S1041)および特別図柄演出開始コマンド送信予約処理(S1042))を、割込禁止区間内で行うことが好ましい。 It is preferable that the main CPU 1201 sets an interruption prohibited section and performs the above-mentioned special symbol variable display start process (particularly the game status management process (S1041) and the special symbol presentation start command transmission reservation process (S1042)) within the interruption prohibited section.

[2-4-4.特別図柄可変表示終了処理]
次に、図79および図80を参照して、特別図柄管理処理(図77参照)中のS1024でメインCPU1201により実行される特別図柄可変表示終了処理について説明する。図79および図80は、第2のパチンコ遊技機における特別図柄可変表示終了処理の一例を示すフローチャートである。
[2-4-4. Special symbol variable display end processing]
Next, referring to Fig. 79 and Fig. 80, a special symbol variable display end process executed by the main CPU 1201 in S1024 during the special symbol management process (see Fig. 77) will be described. Fig. 79 and Fig. 80 are a flow chart showing an example of the special symbol variable display end process in the second pachinko game machine.

なお、特別図柄可変表示終了処理が第1特別図柄を処理対象とする特別図柄管理処理中のS1024で呼び出された場合、第1特別図柄が処理対象となる。同様に、特別図柄可変表示終了処理が第2特別図柄を処理対象とする特別図柄管理処理中のS1024で呼び出された場合、第2特別図柄が処理対象となる。また、以下に説明する特別図柄可変表示終了処理において、処理対象である方の特別図柄を単に「特別図柄」と称し、処理対象でない方の特別図柄を「他方の特別図柄」と称する。 When the special symbol variable display end process is called at S1024 during special symbol management process in which the first special symbol is the processing target, the first special symbol is the processing target. Similarly, when the special symbol variable display end process is called at S1024 during special symbol management process in which the second special symbol is the processing target, the second special symbol is the processing target. Also, in the special symbol variable display end process described below, the special symbol that is the processing target is simply referred to as the "special symbol," and the special symbol that is not the processing target is referred to as the "other special symbol."

メインCPU1201は、先ず、特別図柄の制御状態番号が「1」であるか否かを判定する(S1051)。 The main CPU 1201 first determines whether the control state number of the special symbol is "1" (S1051).

S1051において特別図柄の制御状態番号が「1」でないと判定された場合(S1051がNO判定の場合)、メインCPU1201は、特別図柄可変表示終了処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 If it is determined in S1051 that the control state number of the special symbol is not "1" (if S1051 is a NO determination), the main CPU 1201 ends the special symbol variable display end process and returns the process to the special symbol management process (see FIG. 77).

一方、S1051において特別図柄の制御状態番号が「1」であると判定された場合(S1051がYES判定の場合)、メインCPU1201は、処理を、S1052に移す。 On the other hand, if it is determined in S1051 that the control state number of the special symbol is "1" (if S1051 returns a YES judgment), the main CPU 1201 transfers the process to S1052.

S1052において、メインCPU1201は、特別図柄休止フラグ値をロードする。メインCPU1201は、S1052の処理を実行した後、処理を、S1053に移す。 In S1052, the main CPU 1201 loads the special symbol pause flag value. After executing the process of S1052, the main CPU 1201 transfers the process to S1053.

S1053において、メインCPU1201は、S1052でロードした特別図柄休止フラグ値に基づいて、特別図柄休止フラグがオフであるか否かを判定する。 In S1053, the main CPU 1201 determines whether the special pattern pause flag is off based on the special pattern pause flag value loaded in S1052.

S1053において特別図柄休止フラグがオフでないすなわちオンであると判定された場合(S1053がNO判定の場合)、メインCPU1201は、特別図柄可変表示終了処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 If it is determined in S1053 that the special pattern pause flag is not off, i.e., is on (if S1053 is a NO determination), the main CPU 1201 ends the special pattern variable display end process and returns the process to the special pattern management process (see FIG. 77).

一方、S1053において特別図柄休止フラグがオフであると判定された場合(S1053がYES判定の場合)、メインCPU1201は、処理を、S1054に移す。 On the other hand, if it is determined in S1053 that the special pattern pause flag is off (if S1053 returns a YES judgment), the main CPU 1201 transfers processing to S1054.

S1054において、メインCPU1201は、特別図柄の制御状態番号を「2」にセットする。このように、特別図柄の制御状態番号を「2」にセットする処理を行って制御状態番号を切り替えることにより、この特別図柄可変表示終了処理の終了後に、特別図柄遊技判定処理(図77のS1025参照)が行われることとなる。メインCPU1201は、S1054の処理を実行した後、処理を、S1055に移す。 In S1054, the main CPU 1201 sets the control state number of the special symbol to "2". In this way, by switching the control state number by performing the process of setting the control state number of the special symbol to "2", the special symbol game determination process (see S1025 in FIG. 77) is performed after the special symbol variable display ending process is completed. After executing the process of S1054, the main CPU 1201 moves the process to S1055.

S1055において、メインCPU1201は、特別図柄演出停止コマンドの送信予約処理を行う。この処理では、特別図柄の可変表示を停止させる処理も行われる。なお、この処理で送信予約された特別図柄演出停止コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路1300に送信される。メインCPU1201は、S1055の処理を実行した後、処理を、S1056に移す。 In S1055, the main CPU 1201 executes a process for reserving the transmission of a special symbol effect stop command. This process also includes a process for stopping the variable display of the special symbol. The special symbol effect stop command reserved for transmission in this process is transmitted to the sub-control circuit 1300 in the effect control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. After executing the process of S1055, the main CPU 1201 moves the process to S1056.

S1056において、メインCPU1201は、図柄確定数カウンタの値を1加算する。図柄確定数カウンタは、特別図柄の確定回数(特別図柄ゲームの実行回数)を計数するためのカウンタであり、その計数値は、メインRAM1203内の所定領域に格納される。例えば、確変残回数や時短残回数等の特定状態下で行われた特別図柄ゲームのゲーム数を管理するカウンタを設けてもよいが、図柄確定数カウンタにより特定状態下での特別図柄ゲームのゲーム数を管理してもよい。メインCPU1201は、S1056の処理を実行した後、処理を、S1057に移す。 In S1056, the main CPU 1201 increments the value of the determined symbol counter by 1. The determined symbol counter is a counter for counting the number of times a special symbol has been determined (the number of times the special symbol game has been played), and the counted value is stored in a specified area in the main RAM 1203. For example, a counter may be provided for managing the number of games of the special symbol game played under a specific state, such as the number of remaining times in the special symbol mode or the number of remaining times in the time-saving mode, or the determined symbol counter may be used to manage the number of games of the special symbol game played under a specific state. After executing the process of S1056, the main CPU 1201 moves the process to S1057.

S1057において、メインCPU1201は、特別図柄の当り判定処理(図78のS1034参照)の結果が小当りであるか否かを判定する。 In S1057, the main CPU 1201 determines whether the result of the special symbol hit determination process (see S1034 in FIG. 78) is a small hit.

S1057において、特別図柄の当り判定処理(図78のS1034参照)の結果が小当りでないと判定された場合(S1057がNO判定の場合)、メインCPU1201は、処理を、S1059に移す。 In S1057, if the result of the special symbol hit determination process (see S1034 in FIG. 78) is determined to be not a small hit (if S1057 returns a NO determination), the main CPU 1201 transfers the process to S1059.

一方、S1057において、特別図柄の当り判定処理(図78のS1034参照)の結果が小当りであると判定された場合(S1057がYES判定の場合)、メインCPU1201は、処理を、S1058に移す。 On the other hand, in S1057, if the result of the special symbol hit determination process (see S1034 in FIG. 78) is determined to be a small hit (if S1057 returns a YES determination), the main CPU 1201 transfers the process to S1058.

S1058において、メインCPU1201は、他方の特別図柄に対して特別図柄休止フラグをセットする。この処理が行われることにより、小当り遊技制御処理の実行中に他方の特別図柄の可変表示を開始乃至停止しないようにすることができる。メインCPU1201は、S1058の処理を実行した後、処理を、S1059に移す。 In S1058, the main CPU 1201 sets a special symbol pause flag for the other special symbol. By performing this process, it is possible to prevent the variable display of the other special symbol from starting or stopping while the small win game control process is being executed. After executing the process of S1058, the main CPU 1201 moves the process to S1059.

S1059において、メインCPU1201は、特別図柄の当り判定処理(図78のS1034参照)の結果が大当りであるか否かを判定する。 In S1059, the main CPU 1201 determines whether the result of the special symbol hit determination process (see S1034 in FIG. 78) is a jackpot.

S1059において、特別図柄の当り判定処理(図78のS1034参照)の結果が大当りでないと判定された場合(S1059がNO判定の場合)、メインCPU1201は、特別図柄可変表示終了処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 In S1059, if the result of the special symbol hit determination process (see S1034 in FIG. 78) is determined to be not a big hit (if S1059 is a NO determination), the main CPU 1201 ends the special symbol variable display end process and returns the process to the special symbol management process (see FIG. 77).

一方、S1059において、特別図柄の当り判定処理(図78のS1034参照)の結果が大当りであると判定された場合(S1059がYES判定の場合)、メインCPU1201は、処理を、S1060に移す。 On the other hand, in S1059, if the result of the special symbol hit determination process (see S1034 in FIG. 78) is determined to be a jackpot (if S1059 returns a YES determination), the main CPU 1201 transfers the process to S1060.

S1060において、メインCPU1201は、他方の特別図柄に対して特別図柄休止フラグをセットする。この処理が行われることにより、大当り遊技制御処理の実行中に他方の特別図柄の可変表示を開始しないようにすることができる。メインCPU1201は、S1060の処理を実行した後、処理を、S1061に移す。 In S1060, the main CPU 1201 sets a special symbol pause flag for the other special symbol. By performing this process, it is possible to prevent the variable display of the other special symbol from starting while the jackpot game control process is being executed. After executing the process of S1060, the main CPU 1201 transfers the process to S1061.

S1061において、メインCPU1201は、他方の特別図柄が可変表示中であるか否かを判定する。 In S1061, the main CPU 1201 determines whether the other special symbol is being variably displayed.

S1061において他方の特別図柄が可変表示中でないと判定された場合(S1061がNO判定の場合)、メインCPU1201は、特別図柄可変表示終了処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 If it is determined in S1061 that the other special symbol is not being variably displayed (if S1061 is a NO determination), the main CPU 1201 ends the special symbol variably display end process and returns the process to the special symbol management process (see FIG. 77).

一方、S1061において他方の特別図柄が可変表示中であると判定された場合(S1061がYES判定の場合)、メインCPU1201は、処理を、S1062に移す。 On the other hand, if it is determined in S1061 that the other special symbol is being variably displayed (if S1061 returns a YES judgment), the main CPU 1201 transfers the process to S1062.

S1062において、メインCPU1201は、図柄確定数カウンタの値を1加算する。メインCPU1201は、S1062の処理を実行した後、処理を、S1063に移す。 In S1062, the main CPU 1201 increments the value of the determined symbol number counter by 1. After executing the process of S1062, the main CPU 1201 transfers the process to S1063.

S1063において、メインCPU1201は、可変表示停止フラグをセットする。この処理が行われると、試射試験信号が外部に出力されるようになる。この試射試験信号は、他方の特別図柄が強制的にハズレで停止されたことを示す信号である。メインCPU1201は、S1063の処理を実行した後、処理を、S1064に移す。 In S1063, the main CPU 1201 sets the variable display stop flag. When this process is performed, a test firing signal is output to the outside. This test firing signal is a signal indicating that the other special symbol has been forcibly stopped as a miss. After executing the process of S1063, the main CPU 1201 moves the process to S1064.

S1064において、メインCPU1201は、他方の特別図柄の当りフラグを強制的にハズレに変えてセットする。この処理を行うことにより、処理対象の特別図柄の当り判定処理(図78のS1034参照)の結果が大当りである場合、他方の特別図柄が可変表示中であって、この他方の特別図柄の当り判定処理の結果が大当りであったとしても、他方の特別図柄が強制的にハズレで停止することとなる。メインCPU1201は、S1064の処理を実行した後、処理を、S1065に移す。 In S1064, the main CPU 1201 forcibly changes and sets the hit flag of the other special symbol to a miss. By performing this process, if the result of the hit determination process for the special symbol being processed (see S1034 in FIG. 78) is a jackpot, the other special symbol will be forcibly stopped as a miss even if the other special symbol is being variably displayed and the result of the hit determination process for this other special symbol is a jackpot. After executing the process of S1064, the main CPU 1201 moves the process to S1065.

S1065において、メインCPU1201は、他方の特別図柄の可変表示に関連する作業領域をクリアする処理を行う。メインCPU1201は、S1065の処理を実行した後、処理を、S1066に移す。 In S1065, the main CPU 1201 performs processing to clear the working area related to the variable display of the other special symbol. After executing processing of S1065, the main CPU 1201 transfers processing to S1066.

S1066において、メインCPU1201は、他方の特別図柄のタイマに、所定の確定待ち時間をセットする処理を行う。この処理では、特別図柄が大当りを示す停止表示態様で停止したときに他方の特別図柄がハズレを示す停止表示態様で停止するように、確定待ち時間がセットされる。メインCPU1201は、S1066の処理を実行した後、処理を、S1067に移す。 In S1066, the main CPU 1201 performs processing to set a predetermined fixed waiting time on the timer for the other special symbol. In this processing, the fixed waiting time is set so that when the special symbol stops in a stop display mode indicating a jackpot, the other special symbol stops in a stop display mode indicating a miss. After executing processing in S1066, the main CPU 1201 moves the processing to S1067.

S1067において、メインCPU1201は、他方の特別図柄の制御状態番号に「2」をセットする。メインCPU1201は、S1067の処理を実行した後、処理を、S1068に移す。 In S1067, the main CPU 1201 sets the control state number of the other special symbol to "2." After executing the process of S1067, the main CPU 1201 transfers the process to S1068.

S1068において、メインCPU1201は、遊技状態指定パラメータ設定処理を行う。メインCPU1201は、S1068の処理を実行した後、処理を、S1069に移す。 In S1068, the main CPU 1201 performs a game state designation parameter setting process. After executing the process of S1068, the main CPU 1201 transfers the process to S1069.

S1069において、メインCPU1201は、他方の特別図柄演出停止コマンドの送信予約処理を行う。なお、この処理で送信予約された他方の特別図柄演出停止コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路1300に送信される。メインCPU1201は、S1069の処理を実行した後、特別図柄可変表示終了処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 In S1069, the main CPU 1201 performs a process for reserving the transmission of the other special symbol effect stop command. The other special symbol effect stop command reserved for transmission in this process is transmitted to the sub-control circuit 1300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. After executing the process of S1069, the main CPU 1201 ends the special symbol variable display end process and returns the process to the special symbol management process (see FIG. 77).

このように、本実施例の特別図柄可変表示終了処理では、処理対象である特別図柄に対して特別図柄休止フラグがセットされておらず、この特別図柄の当り判定処理(図78のS1034参照)の結果が大当りであり、且つ、他方の特別図柄が可変表示中である場合には、他方の特別図柄の可変表示を強制的にハズレにする処理が行われる。 In this way, in the special symbol variable display end processing of this embodiment, if the special symbol pause flag is not set for the special symbol being processed, the result of the hit determination processing for this special symbol (see S1034 in FIG. 78) is a jackpot, and the other special symbol is being variable displayed, processing is performed to forcibly change the variable display of the other special symbol to a miss.

[2-4-5.特別図柄遊技判定処理]
次に、図81および図82を参照して、特別図柄管理処理(図77参照)中のS1025でメインCPU1201により実行される特別図柄遊技判定処理について説明する。図81および図82は、第2のパチンコ遊技機における特別図柄遊技判定処理の一例を示すフローチャートである。
[2-4-5. Special symbol game determination process]
Next, with reference to Figures 81 and 82, a special symbol game determination process executed by the main CPU 1201 in S1025 during the special symbol management process (see Figure 77) will be described. Figures 81 and 82 are a flow chart showing an example of the special symbol game determination process in the second pachinko gaming machine.

なお、この特別図柄遊技判定処理が第1特別図柄を処理対象とする特別図柄管理処理中のS1025で呼び出された場合、第1特別図柄が処理対象となる。同様に、特別図柄遊技判定処理が第2特別図柄を処理対象とする特別図柄管理処理中のS1025で呼び出された場合、第2特別図柄が処理対象となる。 When this special symbol game judgment process is called at S1025 during special symbol management process in which the first special symbol is the processing target, the first special symbol is the processing target. Similarly, when the special symbol game judgment process is called at S1025 during special symbol management process in which the second special symbol is the processing target, the second special symbol is the processing target.

メインCPU1201は、先ず、特別図柄の制御状態番号が「2」であるか否かを判定する(S1071)。 The main CPU 1201 first determines whether the control state number of the special symbol is "2" (S1071).

S1071において特別図柄の制御状態番号が「2」でないと判定された場合(S1071がNO判定の場合)、メインCPU1201は、特別図柄遊技判定処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 If it is determined in S1071 that the control state number of the special symbol is not "2" (if S1071 is a NO determination), the main CPU 1201 ends the special symbol game play determination process and returns the process to the special symbol management process (see FIG. 77).

一方、S1071において特別図柄の制御状態番号が「2」であると判定された場合(S1071がYES判定の場合)、メインCPU1201は、処理を、S1072に移す。 On the other hand, if it is determined in S1071 that the control state number of the special symbol is "2" (if S1071 returns a YES judgment), the main CPU 1201 transfers the process to S1072.

S1072において、メインCPU1201は、大当りであるか否か、すなわち停止した特別図柄が大当りを示す停止表示態様であるか否かを判定する。 At S1072, the main CPU 1201 determines whether or not a jackpot has been reached, i.e., whether or not the stopped special symbol is in a stopped display mode that indicates a jackpot.

S1072において、大当りでないすなわち停止した特別図柄が大当りを示す停止表示態様でないと判定された場合(S1072がNO判定の場合)、メインCPU1201は、処理を、S1073に移す。一方、S1072において、大当りであるすなわち停止した特別図柄が大当りを示す停止表示態様であると判定された場合(S1072がYES判定の場合)、メインCPU1201は、処理を、S1075に移す。 If it is determined in S1072 that the reel is not a jackpot, i.e. that the stopped special symbol is not in a stopped display mode that indicates a jackpot (if S1072 is a NO judgment), the main CPU 1201 transfers the process to S1073. On the other hand, if it is determined in S1072 that the reel is a jackpot, i.e. that the stopped special symbol is in a stopped display mode that indicates a jackpot (if S1072 is a YES judgment), the main CPU 1201 transfers the process to S1075.

S1073において、メインCPU1201は、小当りであるか否か、すなわち停止した特別図柄が小当りを示す停止表示態様であるか否かを判定する。 At S1073, the main CPU 1201 determines whether or not a small win has occurred, i.e., whether or not the stopped special symbol is in a stopped display mode that indicates a small win.

S1073において、小当りでないすなわち停止した特別図柄がハズレを示す停止表示態様であると判定された場合(S1073がNO判定の場合)、メインCPU1201は、処理を、S1074に移す。 If it is determined in S1073 that the special symbol is not a small win, i.e. that the stopped special symbol is in a stopped display mode that indicates a miss (if S1073 is a NO determination), the main CPU 1201 transfers the process to S1074.

S1074において、メインCPU1201は、特別図柄遊技終了処理を行う。この特別図柄遊技終了処理については、図83を参照して後述する。なお、メインCPU1201は、特別図柄遊技終了処理を行うと、特別図柄遊技判定処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 In S1074, the main CPU 1201 performs special symbol game end processing. This special symbol game end processing will be described later with reference to FIG. 83. After performing the special symbol game end processing, the main CPU 1201 ends the special symbol game determination processing, and returns the processing to the special symbol management processing (see FIG. 77).

一方、S1073において、小当りであるすなわち停止した特別図柄が小当りを示す停止表示態様であると判定された場合(S1073がYES判定の場合)、メインCPU1201は、処理を、S1075に移す。 On the other hand, if it is determined in S1073 that a small win has occurred, i.e., that the stopped special symbol is in a stopped display mode that indicates a small win (if S1073 returns a YES judgment), the main CPU 1201 transfers the process to S1075.

S1075において、メインCPU1201は、大当り遊技制御処理または小当り遊技制御処理の開始設定処理を行う。この処理では、外部端子板1184を介して例えばホールコンピュータ1186(いずれも図70参照)や島コンピュータ(不図示)に出力される信号の生成および更新が行われる。なお、この処理で生成および更新が行われる信号は、特別図柄遊技判定処理の処理対象である特別図柄にかかわる信号である。メインCPU1201は、S1075の処理を行った後、処理を、S1076に移す。 In S1075, the main CPU 1201 performs start setting processing for the big win game control processing or the small win game control processing. In this processing, signals are generated and updated that are output via the external terminal board 1184 to, for example, the hall computer 1186 (see FIG. 70 for both) or the island computer (not shown). Note that the signals generated and updated in this processing are signals related to the special symbol that is the subject of the special symbol game determination processing. After performing processing in S1075, the main CPU 1201 transfers the processing to S1076.

また、S1075の大当り遊技制御処理の開始設定処理において、メインCPU1201は、確変フラグ、確変カウンタ、時短フラグ、および時短カウンタ等、各種フラグや各種カウンタをクリアする処理も行う。 In addition, in the start setting process of the jackpot game control process of S1075, the main CPU 1201 also performs processing to clear various flags and counters, such as the special chance flag, special chance counter, time-saving flag, and time-saving counter.

S1076において、メインCPU1201は、ラウンド表示LEDデータをセットする処理を行う。その後、メインCPU1201は、例えば、開放される大入賞口(例えば、大当り用大入賞口1131または小当り用大入賞口1151)の開放回数の上限値をセットする処理(S1077)、外部端子板1184への大当り信号セット処理(S1078)、特別図柄の制御状態番号を「3」にセットする処理(S1079)、遊技状態指定パラメータ設定処理(S1080)、および、大当り開始表示コマンドの送信予約処理(S1081)等の処理を行う。なお、特別図柄の制御状態番号を「3」にセットする処理(S1079)を行って制御状態番号を切り替えることにより、この特別図柄遊技判定処理の終了後に、大入賞口開放準備処理(図77のS1026参照)が行われることとなる。その後、メインCPU1201は、特別図柄遊技判定処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 In S1076, the main CPU 1201 performs a process of setting the round display LED data. After that, the main CPU 1201 performs processes such as a process of setting the upper limit of the number of times the large prize opening (for example, the large prize opening for large prizes 1131 for large prizes or the large prize opening for small prizes 1151 for small prizes) to be opened (S1077), a process of setting a large prize signal to the external terminal board 1184 (S1078), a process of setting the control state number of the special symbol to "3" (S1079), a process of setting a game state designation parameter (S1080), and a process of reserving the transmission of a large prize start display command (S1081). In addition, by performing a process of setting the control state number of the special symbol to "3" (S1079) to switch the control state number, the large prize opening opening preparation process (see S1026 in FIG. 77) will be performed after the special symbol game judgment process is completed. The main CPU 1201 then ends the special symbol game determination process and returns the process to the special symbol management process (see FIG. 77).

なお、メインCPU1201は、割込禁止区間を設定し、上述の特別図柄遊技判定処理(S1071~S1081)を、割込禁止区間内で行うことが好ましい。 It is preferable that the main CPU 1201 sets an interrupt prohibited period and performs the above-mentioned special symbol game determination process (S1071 to S1081) within the interrupt prohibited period.

[2-4-6.特別図柄遊技終了処理]
次に、図83を参照して、特別図柄遊技判定処理(図81および図82参照)中のS1074でメインCPU1201により実行される特別図柄遊技終了処理について説明する。図83は、第2のパチンコ遊技機における特別図柄遊技終了処理の一例を示すフローチャートである。
[2-4-6. Special symbol game end processing]
Next, a special symbol game end process executed by the main CPU 1201 in S1074 during the special symbol game determination process (see Figs. 81 and 82) will be described with reference to Fig. 83. Fig. 83 is a flow chart showing an example of the special symbol game end process in the second pachinko game machine.

メインCPU1201は、先ず、時短管理処理を行う(S1091)。この時短管理処理の詳細については、第1のパチンコ遊技機において図32~図39を参照して説明した処理と同様であるため、説明を省略する。メインCPU1201は、S1091の処理を実行した後、処理を、S1092に移す。 The main CPU 1201 first performs a time-saving management process (S1091). Details of this time-saving management process are similar to those described with reference to Figures 32 to 39 for the first pachinko gaming machine, so a detailed description will be omitted. After executing the process of S1091, the main CPU 1201 moves the process to S1092.

S1092において、メインCPU1201は、特別図柄の制御状態番号に「0」をセットする。このように、特別図柄の制御状態番号を「0」にセットする処理が行われると、次回の特別図柄遊技の実行が可能となる。メインCPU1201は、S1092の処理を実行した後、処理を、S1093に移す。 In S1092, the main CPU 1201 sets the control state number of the special symbol to "0". When the process of setting the control state number of the special symbol to "0" is thus performed, the next special symbol game can be executed. After executing the process of S1092, the main CPU 1201 transfers the process to S1093.

S1093において、メインCPU1201は、特別図柄の遊技状態指定パラメータ設定処理を行う。その後、メインCPU1201は、特別図柄遊技終了コマンドの送信予約処理(S1094)を行う。なお、この処理で送信予約された特別図柄遊技終了コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路1300に送信される。そして、S1094の処理後、メインCPU1201は、特別図柄遊技終了処理を終了し、処理を、特別図柄遊技判定処理(図81参照)に戻す。 In S1093, the main CPU 1201 performs a process for setting game state designation parameters for the special symbol. After that, the main CPU 1201 performs a process for reserving transmission of a special symbol game end command (S1094). The special symbol game end command reserved for transmission in this process is transmitted to the sub-control circuit 1300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. Then, after processing S1094, the main CPU 1201 terminates the special symbol game end process and returns the process to the special symbol game determination process (see FIG. 81).

なお、特別図柄の当り判定処理(図78のS1034参照)の結果がハズレである場合、メインCPU1201は、確変フラグおよび時短フラグのいずれについてもセットまたはリセットしない。そのため、ハズレの表示態様が導出されたとしても遊技状態は移行しない。 If the result of the special symbol hit determination process (see S1034 in FIG. 78) is a miss, the main CPU 1201 does not set or reset either the sure win flag or the time-saving flag. Therefore, even if a miss display mode is derived, the game state does not change.

[2-4-7.大入賞口開放準備処理]
次に、図84を参照して、特別図柄管理処理(図77参照)中のS1026でメインCPU1201により実行される大入賞口開放準備処理について説明する。図84は、第2のパチンコ遊技機における大入賞口開放準備処理の一例を示すフローチャートである。
[2-4-7. Large prize opening preparation process]
Next, referring to Fig. 84, a special prize opening preparation process executed by the main CPU 1201 in S1026 during the special symbol management process (see Fig. 77) will be described. Fig. 84 is a flow chart showing an example of the special prize opening preparation process in the second pachinko game machine.

なお、この大入賞口開放準備処理が第1特別図柄を処理対象とする特別図柄管理処理中のS1026で呼び出された場合、第1特別図柄が処理対象となる。同様に、大入賞口開放準備処理が第2特別図柄を処理対象とする特別図柄管理処理中のS1026で呼び出された場合、第2特別図柄が処理対象となる。 When this large prize opening preparation process is called in S1026 during special pattern management process in which the first special pattern is the processing target, the first special pattern is the processing target. Similarly, when this large prize opening preparation process is called in S1026 during special pattern management process in which the second special pattern is the processing target, the second special pattern is the processing target.

メインCPU1201は、先ず、特別図柄の制御状態番号が「3」であるか否かを判定する(S1101)。 The main CPU 1201 first determines whether the control state number of the special symbol is "3" (S1101).

S1101において特別図柄の制御状態番号が「3」でないと判定された場合(S1101がNO判定の場合)、メインCPU1201は、大入賞口開放準備処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 If it is determined in S1101 that the control state number of the special symbol is not "3" (if S1101 is a NO determination), the main CPU 1201 ends the large prize opening preparation process and returns the process to the special symbol management process (see FIG. 77).

一方、S1101において特別図柄の制御状態番号が「3」であると判定された場合(S1101がYES判定の場合)、メインCPU1201は、処理を、S1102に移す。 On the other hand, if it is determined in S1101 that the control state number of the special symbol is "3" (if S1101 returns a YES judgment), the main CPU 1201 transfers the process to S1102.

S1102において、メインCPU1201は、大入賞口開放回数カウンタ値をロードする。大入賞口開放回数カウンタは、大当り遊技制御処理の実行時であれば、大当り遊技状態において実行されたラウンド遊技の実行回数を計数するカウンタが相当し、小当り遊技制御処理の実行時であれば、小当り遊技制御処理の実行回数を計数するカウンタが相当する。なお、大入賞口開放回数カウンタの計数値(大入賞口開放回数カウンタ値)は、メインRAM1203内の所定領域に格納される。メインCPU1201は、S1102の処理を実行した後、処理を、S1103に移す。 In S1102, the main CPU 1201 loads the large prize opening counter value. When a large prize opening counter is being executed, the large prize opening counter is a counter that counts the number of rounds executed in a large prize game state. When a small prize game control process is being executed, the large prize opening counter is a counter that counts the number of times a small prize game control process is executed. The count value of the large prize opening counter (large prize opening counter value) is stored in a specified area in the main RAM 1203. After executing the process of S1102, the main CPU 1201 moves the process to S1103.

S1103において、メインCPU1201は、大入賞口(例えば、大当り用大入賞口1131または小当り用大入賞口1151)の開放回数が上限値であるか否かを判定する。なお、本実施例では、大当り遊技状態において開放される大当り用大入賞口1131の開放回数であるラウンド数の上限値は、例えば当り種類決定テーブル(図73参照)に示されるように4ラウンドまたは10ラウンドである。一方、小当り遊技状態において開放される小当り用大入賞口1151の開放回数の上限値は例えば1回である。 In S1103, the main CPU 1201 determines whether the number of times a large prize opening (e.g., the large prize opening 1131 for a large prize or the large prize opening 1151 for a small prize) has been opened is at the upper limit. In this embodiment, the upper limit of the number of rounds, which is the number of times the large prize opening 1131 for a large prize that is opened in a large prize game state, is 4 rounds or 10 rounds, as shown in the prize type determination table (see FIG. 73), for example. On the other hand, the upper limit of the number of times the large prize opening 1151 for a small prize that is opened in a small prize game state is 1 time, for example.

S1103において大入賞口の開放回数が上限値であると判定された場合(S1103がYES判定の場合)、メインCPU1201は、処理を、S1104に移す。 If it is determined in S1103 that the number of times the large prize opening has been opened has reached the upper limit (if S1103 returns a YES judgment), the main CPU 1201 transfers processing to S1104.

S1104において、メインCPU1201は、特別図柄の制御状態番号を「5」にセットする。このように、特別図柄の制御状態番号を「5」にセットする処理(S1104)を行って制御状態番号を切り替えることにより、この大入賞口開放準備処理の終了後に、大当り終了処理(図77のS1028参照)が行われることとなる。メインCPU1201は、S1104の処理を実行した後、処理を、S1105に移す。 In S1104, the main CPU 1201 sets the control state number of the special symbol to "5." In this way, by switching the control state number by performing the process of setting the control state number of the special symbol to "5" (S1104), the jackpot end process (see S1028 in FIG. 77) is performed after the jackpot opening preparation process is completed. After executing the process of S1104, the main CPU 1201 transfers the process to S1105.

S1105において、メインCPU1201は、遊技状態指定パラメータ設定処理を行う。その後、メインCPU1201は、大当り終了表示コマンドの送信予約処理を行う(S1106)。なお、この処理で送信予約された大当り終了表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路1300に送信される。そして、S1106の処理後、メインCPU1201は、大入賞口開放準備処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 In S1105, the main CPU 1201 performs a game state designation parameter setting process. After that, the main CPU 1201 performs a process for reserving the transmission of a jackpot end display command (S1106). The jackpot end display command reserved for transmission in this process is transmitted to the sub-control circuit 1300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. Then, after processing S1106, the main CPU 1201 ends the jackpot opening preparation process and returns the process to the special symbol management process (see FIG. 77).

S1103に戻って、大入賞口の開放回数が上限値でないと判定された場合(S1103がNO判定の場合)、メインCPU1201は、処理を、S1107に移す。 Returning to S1103, if it is determined that the number of times the large prize opening has been opened is not the upper limit (if S1103 returns NO), the main CPU 1201 transfers the process to S1107.

S1107において、メインCPU1201は、大入賞口開放回数カウンタ値に1を加算する処理を行う。メインCPU1201は、S1107の処理を実行した後、処理を、S1108に移す。 In S1107, the main CPU 1201 performs a process of adding 1 to the value of the large prize opening count counter. After executing the process of S1107, the main CPU 1201 transfers the process to S1108.

S1108において、メインCPU1201は、開放する大入賞口の選択処理を行う。この処理では、開放する大入賞口として、大当り遊技制御処理の実行時であれば大当り用大入賞口1131(図69参照)が選択され、小当り遊技制御処理の実行時であれば小当り用大入賞口1151(図69参照)が選択される。メインCPU1201は、S1108の処理を実行した後、処理を、S1109に移す。 In S1108, the main CPU 1201 performs a process of selecting the large prize opening to open. In this process, if a large prize game control process is being executed, the large prize opening for a large prize 1131 (see FIG. 69) is selected as the large prize opening to open, and if a small prize game control process is being executed, the large prize opening for a small prize 1151 (see FIG. 69) is selected. After executing the process of S1108, the main CPU 1201 moves the process to S1109.

S1109において、メインCPU1201は、大入賞口関連各種設定処理を行う。この処理では、例えば、大入賞口(大当り用大入賞口1131、小当り用大入賞口1151)の開放回数、大入賞口の最大開放時間、大入賞口への最大入賞個数、大入賞口入賞時の賞球数等がセットされる。大入賞口の開放回数は、大当り遊技制御処理の実行時であればラウンド数が相当し、小当り遊技制御処理の実行時であれば小当り用大入賞口1151の開放回数が相当する。なお、1ラウンドまたは小当り遊技制御処理において大入賞口が複数回開放されるものを排除する趣旨ではない。ただしこの場合は、ラウンド数を管理する制御と、大入賞口の開閉回数を管理する制御とを、別の処理として行うことが好ましい。メインCPU1201は、S1109の処理を実行した後、処理を、S1110に移す。 In S1109, the main CPU 1201 performs various settings related to the large prize opening. In this process, for example, the number of times the large prize openings (large prize openings for large prizes 1131 for large prizes and large prize openings for small prizes 1151 for small prizes) are opened, the maximum opening time of the large prize openings, the maximum number of winning balls into the large prize openings, the number of winning balls when the large prize openings are opened, etc. are set. The number of times the large prize openings are opened corresponds to the number of rounds when the large prize opening control process is executed, and corresponds to the number of times the small prize opening 1151 is opened when the small prize opening control process is executed. Note that this is not intended to exclude cases where the large prize openings are opened multiple times in one round or small prize opening control process. However, in this case, it is preferable to perform the control for managing the number of rounds and the control for managing the number of times the large prize openings are opened and closed as separate processes. After executing the process of S1109, the main CPU 1201 moves the process to S1110.

なお、本実施例において、大入賞口の最大開放時間は、大当り遊技制御処理の実行時であれば例えば最大30000msecにセットされ、小当り遊技制御処理の実行時であれば例えば最大1800msecにセットされる。大入賞口への最大入賞個数は、大当り遊技制御処理の実行時であれば例えば最大10個にセットされ、小当り遊技制御処理の実行時であれば例えば最大5個にセットされる。大入賞口入賞時の賞球数は、例えば、大当り用大入賞口1131および小当り用大入賞口1151のいずれについても10個にセットされる。ただし、大入賞口関連各種設定処理においてセットされる値は上記に限られない。 In this embodiment, the maximum opening time of the large prize opening is set to, for example, a maximum of 30,000 msec when the large prize game control process is being executed, and is set to, for example, a maximum of 1,800 msec when the small prize game control process is being executed. The maximum number of winning balls entering the large prize opening is set to, for example, a maximum of 10 balls when the large prize game control process is being executed, and is set to, for example, a maximum of 5 balls when the small prize game control process is being executed. The number of winning balls entering the large prize opening is set to, for example, 10 balls for both the large prize opening 1131 for a large prize opening for a large prize opening for a small prize opening and the large prize opening 1151 for a small prize opening. However, the values set in the various setting processes related to the large prize opening are not limited to the above.

S1110において、メインCPU1201は、大入賞口開閉制御処理を行う。この処理では、大入賞口(大当り用大入賞口1131、小当り用大入賞口1151)の開閉制御データの生成処理が行われる。メインCPU1201は、S1110の処理を実行した後、処理を、S1111に移す。 In S1110, the main CPU 1201 performs a process for controlling the opening and closing of the large prize opening. In this process, the process for generating the opening and closing control data for the large prize openings (large prize opening for large wins 1131 and large prize opening for small wins 1151) is performed. After executing the process of S1110, the main CPU 1201 transfers the process to S1111.

S1111において、メインCPU1201は、特別図柄の制御状態番号を「4」にセットする。このように、特別図柄の制御状態番号を「4」にセットする処理(S1111)を行って制御状態番号を切り替えることにより、この大入賞口開放準備処理の終了後に、大入賞口開放制御処理(図77のS1027参照)が行われることとなる。メインCPU1201は、S1111の処理を実行した後、処理を、S1112に移す。 In S1111, the main CPU 1201 sets the control state number of the special symbol to "4." In this way, by performing the process of setting the control state number of the special symbol to "4" (S1111) and switching the control state number, the large prize opening opening control process (see S1027 in FIG. 77) is performed after the large prize opening preparation process is completed. After executing the process of S1111, the main CPU 1201 moves the process to S1112.

S1112において、メインCPU1201は、遊技状態指定パラメータ設定処理を行う。メインCPU1201は、S1112の処理を実行した後、処理を、S1113に移す。 In S1112, the main CPU 1201 performs a game state designation parameter setting process. After executing the process of S1112, the main CPU 1201 transfers the process to S1113.

S1113において、メインCPU1201は、大入賞口開放中表示コマンドの送信予約処理を行う。この処理で送信予約された大入賞口開放中表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路1300に送信される。メインCPU1201は、S1113の処理を実行した後、大入賞口開放準備処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 In S1113, the main CPU 1201 performs a process for reserving the transmission of the large prize opening display command. The large prize opening display command reserved for transmission in this process is transmitted to the sub-control circuit 1300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. After executing the process of S1113, the main CPU 1201 ends the large prize opening preparation process and returns the process to the special symbol management process (see FIG. 77).

[2-4-8.大入賞口開放制御処理]
次に、図85を参照して、特別図柄管理処理(図77参照)中のS1027でメインCPU1201により実行される大入賞口開放制御処理について説明する。図85は、第2のパチンコ遊技機における大入賞口開放制御処理の一例を示すフローチャートである。
[2-4-8. Large prize opening control process]
Next, referring to Fig. 85, a special prize opening control process executed by the main CPU 1201 in S1027 during the special symbol management process (see Fig. 77) will be described. Fig. 85 is a flow chart showing an example of the special prize opening control process in the second pachinko game machine.

なお、この大入賞口開放制御処理が第1特別図柄を処理対象とする特別図柄管理処理中のS1027で呼び出された場合、第1特別図柄が処理対象となる。同様に、大入賞口開放制御処理が第2特別図柄を処理対象とする特別図柄管理処理中のS1027で呼び出された場合、第2特別図柄が処理対象となる。 When this large prize opening control process is called in S1027 during special pattern management process in which the first special pattern is the processing target, the first special pattern is the processing target. Similarly, when this large prize opening control process is called in S1027 during special pattern management process in which the second special pattern is the processing target, the second special pattern is the processing target.

メインCPU1201は、先ず、特別図柄の制御状態番号が「4」であるか否かを判定する(S1121)。 The main CPU 1201 first determines whether the control state number of the special symbol is "4" (S1121).

S1121において特別図柄の制御状態番号が「4」でないと判定された場合(S1121がNO判定の場合)、メインCPU1201は、大入賞口開放制御処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 If it is determined in S1121 that the control state number of the special symbol is not "4" (if S1121 is a NO determination), the main CPU 1201 ends the large prize opening control process and returns the process to the special symbol management process (see FIG. 77).

一方、S1121において特別図柄の制御状態番号が「4」であると判定された場合(S1121がYES判定の場合)、メインCPU1201は、処理を、S1122に移す。 On the other hand, if it is determined in S1121 that the control state number of the special pattern is "4" (if S1121 returns a YES judgment), the main CPU 1201 transfers the process to S1122.

S1122において、メインCPU1201は、大入賞口(大当り用大入賞口1131、小当り用大入賞口1151)に入賞した遊技球の個数が最大入賞個数であるか否かを判定する。この処理では、大入賞口への遊技球の入賞個数を計数する大入賞口入賞カウンタ(例えば、大当り用大入賞口カウントスイッチ1132、小当り用大入賞口カウントスイッチ1152(いずれも図70参照)等)により計数された値が最大入賞個数の値であるか否かが判定される。なお、大入賞口入賞カウンタにより計数された大入賞口入賞カウンタ値は、メインRAM1203内の所定領域に格納される。 In S1122, the main CPU 1201 determines whether the number of game balls that have entered the large prize openings (large prize opening for big wins 1131, large prize opening for small wins 1151) is the maximum number of winning balls. In this process, it is determined whether the value counted by the large prize opening entry counter (for example, the large prize opening count switch for big wins 1132, the large prize opening count switch for small wins 1152 (see FIG. 70 for both)) that counts the number of game balls that have entered the large prize openings is the maximum number of winning balls. The large prize opening entry counter value counted by the large prize opening entry counter is stored in a specified area in the main RAM 1203.

S1122において、大入賞口(大当り用大入賞口1131、小当り用大入賞口1151)に入賞した遊技球の個数が最大入賞個数でないと判定された場合(S1122がNO判定の場合)、メインCPU1201は、処理を、S1123に移す。 If it is determined in S1122 that the number of game balls that have entered the large prize openings (large prize opening 1131 for large wins, large prize opening 1151 for small wins) is not the maximum number of winning balls (if S1122 returns NO), the main CPU 1201 transfers the process to S1123.

一方、S1122において、大入賞口(大当り用大入賞口1131、小当り用大入賞口1151)に入賞した遊技球の個数が最大入賞個数であると判定された場合(S1122がYES判定の場合)、メインCPU1201は、処理を、S1124に移す。 On the other hand, if it is determined in S1122 that the number of game balls that have entered the large prize openings (large prize opening 1131 for large wins, large prize opening 1151 for small wins) is the maximum number of winning balls (if S1122 returns a YES judgment), the main CPU 1201 transfers the process to S1124.

S1123において、メインCPU1201は、大入賞口(大当り用大入賞口1131、小当り用大入賞口1151)の最大開放時間が経過したか否かを判定する。この処理では、大入賞口関連各種設定処理(図84のS1109参照)においてセットされた最大開放時間が経過しているか否かが判定される。 In S1123, the main CPU 1201 determines whether the maximum opening time of the large prize openings (large prize opening 1131 for large prizes, large prize opening 1151 for small prizes) has elapsed. In this process, it is determined whether the maximum opening time set in the various settings process related to the large prize openings (see S1109 in FIG. 84) has elapsed.

S1123において大入賞口(大当り用大入賞口1131、小当り用大入賞口1151)の最大開放時間が経過していないと判定された場合(S1123がNO判定の場合)、メインCPU1201は、大入賞口開放制御処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 If it is determined in S1123 that the maximum opening time of the large prize opening (large prize opening for large win 1131, large prize opening for small win 1151) has not elapsed (if S1123 is a NO determination), the main CPU 1201 ends the large prize opening opening control process and returns the process to the special pattern management process (see FIG. 77).

一方、S1123において大入賞口(大当り用大入賞口1131、小当り用大入賞口1151)の最大開放時間が経過していると判定された場合(S1123がYES判定の場合)、メインCPU1201は、処理を、S1124に移す。 On the other hand, if it is determined in S1123 that the maximum opening time of the large prize openings (large prize opening 1131 for large prizes, large prize opening 1151 for small prizes) has elapsed (if S1123 returns a YES judgment), the main CPU 1201 transfers the process to S1124.

S1124において、メインCPU1201は、大入賞口(大当り用大入賞口1131、小当り用大入賞口1151)の閉鎖処理を行う。メインCPU1201は、S1124の処理を実行した後、処理を、S1125に移す。 In S1124, the main CPU 1201 performs a process to close the large prize openings (large prize opening 1131 for large wins and large prize opening 1151 for small wins). After executing the process of S1124, the main CPU 1201 transfers the process to S1125.

S1125において、メインCPU1201は、特別図柄の制御状態番号を「3」にセットする処理を行う。このように、特別図柄の制御状態番号を「3」にセットする処理(S1125)を行って制御状態番号を切り替えることにより、この大入賞口開放制御処理の終了後に、再び、大入賞口開放準備処理(図77のS1026参照)が行われることとなる。メインCPU1201は、S1125の処理を実行した後、処理を、S1126に移す。 In S1125, the main CPU 1201 performs a process to set the control state number of the special symbol to "3". In this way, by performing the process to set the control state number of the special symbol to "3" (S1125) and switching the control state number, the large prize opening preparation process (see S1026 in FIG. 77) will be performed again after this large prize opening control process is completed. After executing the process of S1125, the main CPU 1201 transfers the process to S1126.

S1126において、メインCPU1201は、遊技状態指定パラメータ設定処理を行う。メインCPU1201は、S1126の処理を実行した後、処理を、S1127に移す。 In S1126, the main CPU 1201 performs a game state designation parameter setting process. After executing the process of S1126, the main CPU 1201 transfers the process to S1127.

S1127において、メインCPU1201は、ラウンド間表示コマンドの送信予約処理を行う。この処理で送信予約されたラウンド間表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路1300に送信される。そして、S1127の処理後、メインCPU1201は、大入賞口開制御処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 In S1127, the main CPU 1201 performs a process for reserving transmission of an inter-round display command. The inter-round display command reserved for transmission in this process is transmitted to the sub-control circuit 1300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. Then, after processing S1127, the main CPU 1201 ends the large prize opening control process, and returns the process to the special symbol management process (see FIG. 77).

[2-4-9.大当り終了処理]
次に、図86を参照して、特別図柄管理処理(図77参照)中のS1028でメインCPU1201により実行される大当り終了処理について説明する。図86は、第2のパチンコ遊技機における大当り終了処理の一例を示すフローチャートである。
[2-4-9. Jackpot end processing]
Next, the big win end process executed by the main CPU 1201 in S1028 during the special symbol management process (see FIG. 77) will be described with reference to Fig. 86. Fig. 86 is a flow chart showing an example of the big win end process in the second pachinko game machine.

なお、この大当り終了処理が第1特別図柄を処理対象とする特別図柄管理処理中のS1028で呼び出された場合、第1特別図柄が処理対象となる。同様に、大当り終了処理が第2特別図柄を処理対象とする特別図柄管理処理中のS1028で呼び出された場合、第2特別図柄が処理対象となる。 If this jackpot end process is called in S1028 during special pattern management process in which the first special pattern is the processing target, the first special pattern is the processing target. Similarly, if this jackpot end process is called in S1028 during special pattern management process in which the second special pattern is the processing target, the second special pattern is the processing target.

メインCPU1201は、先ず、特別図柄の制御状態番号が「5」であるか否かを判定する(S1131)。 The main CPU 1201 first determines whether the control state number of the special symbol is "5" (S1131).

S1131において特別図柄の制御状態番号が「5」でないと判定された場合(S1131がNO判定の場合)、メインCPU1201は、大当り終了処理を終了するとともに特別図柄管理処理(図77参照)も終了し、処理を、特別図柄制御処理(図76参照)に戻す。この場合、特別図柄管理処理が呼び出された処理に戻す。 If it is determined in S1131 that the control state number of the special symbol is not "5" (if S1131 is a NO determination), the main CPU 1201 ends the jackpot end process and also ends the special symbol management process (see FIG. 77), and returns the process to the special symbol control process (see FIG. 76). In this case, it returns to the process from which the special symbol management process was called.

一方、S1131において特別図柄の制御状態番号が「5」であると判定された場合(S1131がYES判定の場合)、メインCPU1201は、処理を、S1132に移す。 On the other hand, if it is determined in S1131 that the control state number of the special symbol is "5" (if S1131 returns a YES judgment), the main CPU 1201 transfers the process to S1132.

S1132において、メインCPU1201は、特別図柄遊技終了設定処理を行う。この処理では、各種フラグ(例えば、確変フラグ、時短フラグ、天井カウント禁止フラグ等)の値をセットまたはリセットや、各種カウンタ(例えば、確変カウンタ、時短カウンタ、図柄確定数カウンタ、大入賞口開放回数カウンタ、大入賞口入賞カウンタ、天井カウンタ等)の値をセットまたはリセットする処理が行われる。なお、特別図柄休止フラグおよび天井カウンタは、いずれも、特別図柄遊技終了設定処理(S1132)においてリセットされる。また、確変フラグがオンにセットされる場合、天井カウント禁止フラグもオンにセットされる。これにより、確変フラグがオンの高確遊技状態では、天井カウンタの更新が行われないようになる。メインCPU1201は、S1132の処理を実行した後、処理を、S1133に移す。 In S1132, the main CPU 1201 executes a special symbol game end setting process. In this process, the values of various flags (e.g., high probability flag, time-saving flag, ceiling count prohibition flag, etc.) are set or reset, and the values of various counters (e.g., high probability counter, time-saving counter, number of confirmed symbols counter, number of times large prize openings have been opened counter, large prize opening winning counter, ceiling counter, etc.) are set or reset. The special symbol pause flag and ceiling counter are both reset in the special symbol game end setting process (S1132). In addition, when the high probability flag is set to ON, the ceiling count prohibition flag is also set to ON. As a result, in a high probability game state where the high probability flag is ON, the ceiling counter is not updated. After executing the process of S1132, the main CPU 1201 moves the process to S1133.

S1133において、メインCPU1201は、特別図柄遊技終了処理を行う。この処理では、図31を参照して説明した特別図柄遊技終了処理が行われる。メインCPU1201は、S1133の処理を実行した後、大当り終了処理を終了し、処理を、特別図柄管理処理(図77参照)に戻す。 In S1133, the main CPU 1201 performs special symbol game end processing. In this processing, the special symbol game end processing described with reference to FIG. 31 is performed. After executing the processing of S1133, the main CPU 1201 ends the jackpot end processing and returns the processing to the special symbol management processing (see FIG. 77).

なお、メインCPU1201は、割込禁止区間を設定し、上述の大当り終了処理を、割込禁止区間内で行うことが好ましい。 It is preferable that the main CPU 1201 set an interrupt prohibited section and perform the above-mentioned jackpot end processing within the interrupt prohibited section.

[2-5.小当りラッシュ]
上述した第2のパチンコ遊技機では、所謂小当りラッシュを実現することができる。以下に、小当りラッシュについて説明する。
[2-5. Small Hit Rush]
In the second pachinko gaming machine described above, a so-called small win rush can be realized. The small win rush will be described below.

第2のパチンコ遊技機では、上述したとおり、通常遊技状態、高確時短遊技状態、高確非時短遊技状態および低確時短遊技状態が用意されており、メインCPU1201は、これらの遊技状態のうちいずれかの遊技状態に制御する。なお、上述したとおり、通常遊技状態では、左打ちが正規な遊技態様とされるため、第1始動口1120への遊技球の入賞に基づく第1特別図柄ゲームが主として実行される。また、その他の遊技状態(高確時短遊技状態、高確非時短遊技状態および低確時短遊技状態)では、右打ちが正規な遊技態様とされるため、第2始動口1140A,1140Bへの遊技球の入賞に基づく第2特別図柄ゲームが主として実行される。なお、普通電動役物ユニット1145に含まれる入賞口を第1始動口とした場合には、通常遊技状態、高確時短遊技状態および低確時短遊技状態のうちのいずれかの遊技状態では第1特別図柄ゲームが主として実行され、高確非時短遊技状態では第2特別図柄ゲームが主として実行される。 In the second pachinko game machine, as described above, a normal game state, a high probability time-saving game state, a high probability non-time-saving game state, and a low probability time-saving game state are prepared, and the main CPU 1201 controls the game state to one of these game states. As described above, in the normal game state, hitting from the left is considered to be the regular game mode, so the first special symbol game based on the entry of the game ball into the first start hole 1120 is mainly executed. In the other game states (high probability time-saving game state, high probability non-time-saving game state, and low probability time-saving game state), hitting from the right is considered to be the regular game mode, so the second special symbol game based on the entry of the game ball into the second start hole 1140A, 1140B is mainly executed. In addition, if the winning hole included in the normal electric role unit 1145 is set as the first starting hole, the first special symbol game is primarily played in any one of the normal game state, the high probability time-saving game state, and the low probability time-saving game state, and the second special symbol game is primarily played in the high probability non-time-saving game state.

本実施例では、高確非時短遊技状態において、小当り用大入賞口1151への遊技球の入賞頻度が他の遊技状態(例えば、通常遊技状態、高確時短遊技状態、低確時短遊技状態)と比べて高められることによって、単位時間あたりの発射球数に対して払い出される遊技価値(例えば賞球数等)の期待値が1を超えうる小当りラッシュとなる。 In this embodiment, in the high-probability non-time-saving game state, the frequency with which game balls enter the large winning port 1151 for small wins is increased compared to other game states (e.g., normal game state, high-probability time-saving game state, low-probability time-saving game state), resulting in a small win rush in which the expected value of the game value (e.g., number of winning balls, etc.) paid out per number of balls fired per unit time can exceed 1.

ここで、小当りラッシュの仕組みの一例について説明する。先ず、右打ちされた遊技球は、ほぼ通過ゲート1126を通過する。高確非時短遊技状態では、普通電動役物1146を作動させて入賞口(本実施例では例えば第2始動口1140B)を開放状態とする頻度を高める電サポ制御が実行されない。また、大当り遊技制御処理が実行されない限り大当り用大入賞口1131も開放状態とならないため、高確非時短遊技状態において第2始動口1140Bが開放状態となる頻度は、時短制御が実行される遊技状態と比べて低い。そのため、小当り用大入賞口1151が開放されていれば、右打ちされ且つ下方の流下経路1107bに振り分けられた遊技球が小当り用大入賞口1151に入賞可能となる。小当り用大入賞口1151に遊技球が入賞すると、上述したように例えば10個の賞球が払い出される。また、右打ちされ且つ上方の流下経路1107aに振り分けられた遊技球は、第2始動口1140Aに入賞可能である。第2始動口1140A,1140Bに遊技球が入賞すると、例えば、特別図柄の当り判定テーブル(図71参照)に示されるように3分の1(概算)といった比較的高い確率で小当りを示す停止表示態様が導出されるだけでなく、高スタート用の特別図柄の変動パターンテーブル(図75参照)に示されるように超速変動(例えば、可変表示時間1000msec)が実行されるため、小当り用大入賞口1151への遊技球の入賞頻度が他の遊技状態(例えば、通常遊技状態、高確時短遊技状態、低確時短遊技状態)と比べて高められる。このようにして、単位時間あたりの発射球数に対して払い出される遊技価値(例えば賞球数等)の期待値が1を超えうる小当りラッシュの実現が可能となっている。 Here, an example of the mechanism of the small win rush will be described. First, the game ball hit to the right passes through the passing gate 1126. In the high probability non-time-saving game state, the electric support control that operates the normal electric device 1146 to increase the frequency of opening the winning port (for example, the second start port 1140B in this embodiment) is not executed. In addition, the big win large winning port 1131 will not be in an open state unless the big win game control process is executed, so the frequency of the second start port 1140B being in an open state in the high probability non-time-saving game state is lower than the game state in which the time-saving control is executed. Therefore, if the small win large winning port 1151 is open, the game ball hit to the right and distributed to the downward flow path 1107b can win the small win large winning port 1151. When the game ball wins the small win large winning port 1151, for example, 10 prize balls are paid out as described above. In addition, a game ball that is hit to the right and distributed to the upper flow path 1107a can enter the second start port 1140A. When a game ball enters the second start port 1140A, 1140B, not only is a stop display mode that indicates a small win with a relatively high probability of 1 in 3 (approximately) as shown in the hit determination table for special symbols (see FIG. 71), but also a super-fast fluctuation (for example, variable display time 1000 msec) is executed as shown in the fluctuation pattern table for special symbols for high start (see FIG. 75), so that the frequency of game balls entering the large winning port 1151 for small wins is increased compared to other game states (for example, normal game state, high probability time-saving game state, low probability time-saving game state). In this way, it is possible to realize a small win rush in which the expected value of the game value (for example, number of prize balls, etc.) paid out for the number of balls fired per unit time can exceed 1.

一方、時短制御が実行される遊技状態(例えば、高確時短遊技状態、低確時短遊技状態)では、電サポ制御が実行されることによって第2始動口1140Bが開放状態となり、右打ちされ且つ下方の流下経路1107bに振り分けられた遊技球の殆どが第2始動口1140Bに入賞してしまう。そのため、たとえ小当り用大入賞口1151が開放されていたとしても、小当り用大入賞口1151に遊技球が入賞する期待値は低い。しかも、上述したように、第2始動口1140Bに遊技球が入賞したとしても例えば1個の賞球しか払い出されない。右打ちされ且つ上方の流下経路1107aに振り分けられた遊技球が第2始動口1140Aに入賞すると例えば3個の賞球が払い出されるものの、第2始動口1140Aには、右打ちされ且つ上方の流下経路1107aに振り分けられた遊技球のうち概ね3分の1~5分の1の遊技球しか入賞しない。このように、時短制御が実行される遊技状態では、単位時間あたりの発射球数に対して払い出される遊技価値(例えば賞球数等)の期待値が1を超えないようになっている。 On the other hand, in a game state where time-saving control is executed (for example, a high-probability time-saving game state or a low-probability time-saving game state), the second start port 1140B is opened by the execution of the electric support control, and most of the game balls that are hit to the right and distributed to the downward flow path 1107b enter the second start port 1140B. Therefore, even if the small win large winning port 1151 is open, the expectation of a game ball entering the small win large winning port 1151 is low. Moreover, as described above, even if a game ball enters the second start port 1140B, for example, only one prize ball is paid out. When a game ball that is hit to the right and distributed to the upper flow path 1107a enters the second starting port 1140A, for example, three prize balls are paid out, but only about one-third to one-fifth of the game balls that are hit to the right and distributed to the upper flow path 1107a enter the second starting port 1140A. In this way, in a game state in which time-saving control is executed, the expected value of the game value (e.g., number of prize balls, etc.) paid out for the number of balls fired per unit time does not exceed 1.

また、通常遊技状態では、左打ちが正規な遊技態様とされるが、仮に右打ちを行った場合、右打ちされた遊技球が通過ゲート1126を通過して普通図柄当りを示す停止表示態様が導出されると普通電動役物1146が作動し、第2始動口1140Bに遊技球が入賞することによって小当り用大入賞口1151が開放される可能性がある。ただし、通常遊技状態では、低スタート用の特別図柄の変動パターンテーブル(図74参照)を参照して特別図柄の変動パターンが決定されるため、仮に第2始動口1140A,1140Bに遊技球が入賞したとしても、変動時間が極めて長い長変動A~Cのいずれかで第2特別図柄の可変表示が行われ、小当り用大入賞口1151が開放される頻度は極めて小さい。そのため、通常遊技状態において遊技者が右打ちを行う実益はない。なお、普通電動役物ユニット1145に含まれる入賞口を第1始動口とした場合、通常遊技状態における普通図柄の当り確率を例えば0にすることにより、右打ちを行う実益を生じさせないようにしてもよい。通常遊技状態では、単位時間あたりの発射球数に対して払い出される遊技価値(例えば賞球数等)の期待値は、1を超えないことは勿論、時短制御が実行される遊技状態よりも小さい。 In addition, in the normal game state, a left hit is considered to be the normal game mode, but if a right hit is performed, when the game ball hit from the right passes through the passing gate 1126 and a stop display mode indicating a normal pattern win is derived, the normal electric device 1146 is activated, and the game ball enters the second start port 1140B, which may open the large winning port for small wins 1151. However, in the normal game state, the variation pattern of the special pattern is determined by referring to the variation pattern table of the special pattern for low start (see FIG. 74), so even if the game ball enters the second start port 1140A, 1140B, the variable display of the second special pattern is performed in one of the long variation A to C, which has an extremely long variation time, and the frequency with which the large winning port for small wins 1151 is opened is extremely low. Therefore, there is no practical benefit for the player to hit from the right in the normal game state. In addition, if the winning hole included in the normal electric role unit 1145 is the first starting hole, the probability of winning a normal symbol in the normal game state may be set to 0, for example, so that there is no practical benefit to hitting to the right. In the normal game state, the expected value of the game value (e.g., the number of winning balls) paid out for the number of balls fired per unit time does not exceed 1, and is smaller than the game state in which the time-saving control is executed.

なお、本実施例では、高確非時短遊技状態において小当りラッシュとなるように構成したが、これに限られない。例えば、電サポ制御を実行せずに特別図柄の可変表示時間を短縮させる特図短縮制御が実行される高確時短遊技状態において小当りラッシュとなるようにしてもよい。 In this embodiment, the small win rush occurs in a high probability non-time-saving game state, but this is not limited to this. For example, the small win rush may occur in a high probability time-saving game state in which special symbol shortening control is executed to shorten the variable display time of the special symbol without executing electric support control.

[3.第3のパチンコ遊技機]
次に、第3のパチンコ遊技機について説明する。第3のパチンコ遊技機は、上述したとおり、1種2種混合機と称されるパチンコ遊技機であり、大当り遊技状態に制御されるまでのルートとして、第1のルートと第2のルートとがある。第1のルートは、特別図柄当り判定処理の結果が「大当り」であることを示す停止表示態様が導出された場合である。第2のルートは、特別図柄判定の結果が「役物開放当り」であることを示す停止表示態様が導出されたことによってVアタッカーが開放し、開放されたVアタッカーに進入した遊技球がVアタッカー内のV入賞口に入賞した場合である。
[3. The third pachinko game machine]
Next, the third pachinko game machine will be described. As described above, the third pachinko game machine is a pachinko game machine called a type 1/type 2 mixed machine, and there are a first route and a second route as routes until the machine is controlled to a jackpot game state. The first route is when a stop display mode indicating that the result of the special symbol hit determination process is a "jackpot" is derived. The second route is when the V attacker opens due to the derivation of a stop display mode indicating that the result of the special symbol determination is a "gimmick opening hit", and the game ball that entered the opened V attacker enters the V winning hole in the V attacker.

なお、第3のパチンコ遊技機は、第1特別図柄と第2特別図柄とを並行して可変表示させず、第1特別図柄の始動条件よりも第2特別図柄の始動条件が優先して成立する優先変動機である。ただし、これに限られず、上述した順次変動機としてもよい。 The third pachinko gaming machine is a priority variable machine in which the first special symbol and the second special symbol are not displayed in parallel, and the start condition of the second special symbol is established with priority over the start condition of the first special symbol. However, it is not limited to this, and may be a sequential variable machine as described above.

以下、第3のパチンコ遊技機について説明するにあたり、例えば外枠2およびベースドア3等の基本構成等、並びに、外部端子板2184(後述の図88参照)から第3のパチンコ遊技機の機外(例えば、ホールコンピュータ2186(後述の図88参照)や各島に設けられる島コンピュータ(不図示))に出力される信号等のように、機能、形状および配置位置等が第1のパチンコ遊技機と共通する点については極力説明を省略するものとする。 In the following explanation of the third pachinko gaming machine, we will omit as much as possible explanation of the functions, shapes, and positions that are common to the first pachinko gaming machine, such as the basic configuration of the outer frame 2 and base door 3, and the signals output from the external terminal board 2184 (see Figure 88 described below) to outside the third pachinko gaming machine (for example, the hall computer 2186 (see Figure 88 described below) and the island computers (not shown) installed on each island).

なお、第3のパチンコ遊技機を説明するにあたり、第1のパチンコ遊技機の説明で用いた図面を参照して説明する構成については、第1のパチンコ遊技機と同じ符号およびステップ番号を用いて説明する。ただし、第3のパチンコ遊技機の説明において新たに採用された図面を参照して説明する構成については、第1のパチンコ遊技機と機能等が共通する構成であったとしても、第1のパチンコ遊技機と異なる符号およびステップ番号を用いて説明するものとする。 In describing the third pachinko gaming machine, the configuration will be described with reference to the drawings used in describing the first pachinko gaming machine, using the same reference numbers and step numbers as the first pachinko gaming machine. However, the configuration will be described with reference to new drawings used in describing the third pachinko gaming machine, using different reference numbers and step numbers than the first pachinko gaming machine, even if the configuration has functions and the like in common with the first pachinko gaming machine.

[3-1.遊技盤ユニット]
図87を参照して、第3のパチンコ遊技機が備える遊技盤ユニット2010について説明する。この遊技盤ユニット2010も、第1のパチンコ遊技機と同様に、保護ガラス43(図2参照)の後方に位置するようにベースドア3(図2参照)の前方に配置される。
[3-1. Game board unit]
The game board unit 2010 of the third pachinko game machine will be described with reference to Fig. 87. This game board unit 2010 is also disposed in front of the base door 3 (see Fig. 2) so as to be located behind the protective glass 43 (see Fig. 2) like the first pachinko game machine.

図87は、第3のパチンコ遊技機が備える遊技盤ユニット2010の外観を示す正面図の一例である。遊技盤ユニット2010の前側面には、発射された遊技球が転動流下可能な遊技領域2105が形成される。 Figure 87 is an example of a front view showing the appearance of the game board unit 2010 provided in the third pachinko game machine. A game area 2105 is formed on the front side of the game board unit 2010, in which the released game ball can roll and flow down.

なお、第3のパチンコ遊技機の遊技領域2105に配置される各種部材(例えば第1始動口2120等)は、第1のパチンコ遊技機の遊技領域105に配置される各種部材と共通するものもあるが、改めて一通り説明する。 Note that the various components (e.g., the first starting hole 2120, etc.) arranged in the play area 2105 of the third pachinko gaming machine share some in common with the various components arranged in the play area 105 of the first pachinko gaming machine, but will be explained in detail again.

図87に示されるように、遊技盤ユニット2010は、主として、発射された遊技球が転動流下可能な遊技領域2105が形成される遊技パネル2100と、ガイドレール2110と、遊技領域2105の略中央部に配置されるセンター役物2115と、第1始動口2120と、第2始動口2140と、一般入賞口2122と、通過ゲートユニット2125と、特別電動役物ユニット2130と、普通電動役物ユニット2145と、LEDユニット2160と、V入賞装置2150と、アウト口2178と、裏ユニット(不図示)とを備える。なお、LEDユニット2160については第1のパチンコ遊技機のLEDユニット160と同様であり、この第3のパチンコ遊技機では説明を省略する。 As shown in FIG. 87, the game board unit 2010 mainly includes a game panel 2100 in which a game area 2105 is formed in which a launched game ball can roll down, a guide rail 2110, a center role 2115 located approximately in the center of the game area 2105, a first start opening 2120, a second start opening 2140, a general winning opening 2122, a passing gate unit 2125, a special electric role unit 2130, a normal electric role unit 2145, an LED unit 2160, a V winning device 2150, an outlet 2178, and a back unit (not shown). Note that the LED unit 2160 is the same as the LED unit 160 of the first pachinko game machine, and a description thereof will be omitted for this third pachinko game machine.

(遊技パネル)
遊技パネル2100には、表示装置2007の表示領域が臨む位置に開口(参照符号なし)が形成されている。また、遊技パネル2100の前面には、ガイドレール2110が設けられるとともに遊技釘(参照符号なし)等が植設されている。発射装置6(図1、図2参照)から発射された遊技球は、ガイドレール2110から遊技領域2105に向けて飛び出し、遊技釘等と衝突して進行方向を変えながら遊技領域2105の下方に向けて流下する。
(Game panel)
An opening (no reference number) is formed in the gaming panel 2100 at a position facing the display area of the display device 2007. A guide rail 2110 is provided on the front surface of the gaming panel 2100, and gaming nails (no reference number) and the like are planted therein. A gaming ball launched from the launching device 6 (see Figs. 1 and 2) flies out from the guide rail 2110 toward the gaming area 2105, collides with the gaming nails, etc., and flows downward below the gaming area 2105 while changing its direction of travel.

また、遊技パネル2100の後方には、演出効果を高めるために装飾体が設けられた裏ユニット(図示せず)が配置されている。遊技パネル2100は、裏ユニットに設けられた装飾体を正面視で視認できるように透明樹脂で構成されている。この場合、遊技パネル2100の全部が透明部材で構成されていてもよいし、例えば、裏ユニットに設けられた装飾体を正面視で視認できる部位のみが透明部材で構成されていてもよい。また、遊技パネル2100を、透明部分を有さない部材(例えば木製)で構成し、一部に透明部材を設けて演出効果を高めるようにしてもよい。 In addition, a back unit (not shown) with decorative bodies is arranged behind the gaming panel 2100 to enhance the presentation effect. The gaming panel 2100 is made of transparent resin so that the decorative bodies on the back unit can be seen when viewed from the front. In this case, the entire gaming panel 2100 may be made of transparent materials, or, for example, only the parts where the decorative bodies on the back unit can be seen when viewed from the front may be made of transparent materials. In addition, the gaming panel 2100 may be made of materials that do not have transparent parts (for example, wood), and transparent materials may be provided in some parts to enhance the presentation effect.

(ガイドレール)
ガイドレール2110は、第1のパチンコ遊技機と同様に円弧状の外レールおよび内レール(いずれも参照符号なし)により構成される。遊技領域2105は、ガイドレール2110によって区画(画定)される。外レールおよび内レールは、発射装置2006(後述の図88参照)から発射された遊技球を遊技領域2105の上部に案内する機能を有する。
(Guide rail)
The guide rail 2110 is composed of an arc-shaped outer rail and an inner rail (both of which have no reference number) similar to the first pachinko game machine. The play area 2105 is partitioned (defined) by the guide rail 2110. The outer rail and the inner rail have the function of guiding the game balls launched from the launching device 2006 (see FIG. 88 described later) to the upper part of the play area 2105.

(センター役物)
センター役物2115は、遊技パネル2100の開口(参照符号なし)にはめ込まれるように構成されており、上方には円弧状のセンターレール2116を備えている。遊技領域2105に向けて発射された遊技球は、センターレール2116によって左右に振り分けられる。
(Center role)
The center device 2115 is configured to be fitted into an opening (without reference number) of the game panel 2100, and is provided with an arc-shaped center rail 2116 at its upper portion. Game balls launched toward the game area 2105 are distributed to the left and right by the center rail 2116.

発射装置2006によって遊技領域2105に向けて発射された遊技球は、左側領域2106または右側領域2107を流下する。左側領域2106または右側領域2107を流下する遊技球は、遊技パネル2100に植設された遊技釘等との衝突により、進行方向を変えながら下方へ向けて流下する。発射ハンドル62(図1、図2参照)の操作量が小さい場合、発射された遊技球は左側領域2106を流下する。一方、発射ハンドル62の操作量が大きい場合、発射された遊技球は右側領域2107を流下する。 A game ball launched by the launching device 2006 towards the game area 2105 flows down the left area 2106 or the right area 2107. A game ball flowing down the left area 2106 or the right area 2107 changes direction as it flows downward due to collision with game pegs or the like planted in the game panel 2100. When the amount of operation of the launch handle 62 (see Figures 1 and 2) is small, the launched game ball flows down the left area 2106. On the other hand, when the amount of operation of the launch handle 62 is large, the launched game ball flows down the right area 2107.

また、センター役物2115には、左側の外周縁部に、左側領域2106を流下する遊技球が進入可能とされたワープ入口2117が形成されている。ワープ入口2117に進入した遊技球は、センター役物2115に形成されたステージ2118に誘導可能に構成されている。ステージ2118は、表示装置2007の表示領域の下辺前方において遊技球が左右方向に転動可能に形成されている。なお、ステージ2118は、例えば、上段側のステージおよび下段側のステージといったように、複数段で形成されていてもよい。 The center device 2115 also has a warp entrance 2117 formed on the outer periphery on the left side, through which game balls flowing down the left area 2106 can enter. Game balls that enter the warp entrance 2117 are configured to be guided to a stage 2118 formed in the center device 2115. The stage 2118 is formed in front of the lower edge of the display area of the display device 2007 so that the game balls can roll in the left-right direction. The stage 2118 may be formed in multiple stages, such as an upper stage and a lower stage, for example.

ステージ2118の左右方向略中央の後側には、遊技球が進入可能なチャンス入口2119が形成されており、チャンス入口2119に進入した遊技球は、第1始動口2120の直上に放出されるように構成されている。そのため、チャンス入口2119に進入した遊技球は、ワープ入口2117に進入しなかった遊技球や、ワープ入口2117に進入したもののチャンス入口2119に進入しなかった遊技球と比べて高い確率で第1始動口2120に入賞(通過)するようになっている。 A chance entrance 2119 through which game balls can enter is formed at the rear of the stage 2118, approximately in the center in the left-right direction, and game balls that enter the chance entrance 2119 are configured to be released directly above the first start opening 2120. Therefore, game balls that enter the chance entrance 2119 have a higher probability of entering (passing through) the first start opening 2120 than game balls that do not enter the warp entrance 2117, or game balls that enter the warp entrance 2117 but do not enter the chance entrance 2119.

(第1始動口)
第1始動口2120は、表示装置2007の表示領域の下方に配置されており、左打された遊技球が入賞可能(右打ちされた遊技球が入賞困難または不可能)となるように配置されている。第1始動口2120に遊技球が入賞すると、第1始動口スイッチ2121(後述の図88参照)により検出される。なお、右打ちされた遊技球が第1始動口2120に入賞可能であってもよい。また、上記の第1始動口2120に代えてまたは加えて、右打ちされた遊技球が入賞可能(左打ちされた遊技球が入賞困難または不可能)な第1始動口を備えるようにしてもよい。
(First starting point)
The first starting hole 2120 is disposed below the display area of the display device 2007, and is disposed so that a game ball hit from the left can win (a game ball hit from the right has difficulty or is impossible to win). When a game ball wins in the first starting hole 2120, it is detected by a first starting hole switch 2121 (see FIG. 88 described later). It is to be noted that a game ball hit from the right may also be able to win in the first starting hole 2120. Also, instead of or in addition to the above-mentioned first starting hole 2120, a first starting hole may be provided that allows a game ball hit from the right to win (a game ball hit from the left has difficulty or is impossible to win).

第1始動口スイッチ2121(後述の図88参照)により第1始動口2120への遊技球の入賞(通過)が検出されると、第1特別図柄の始動情報が抽出され、抽出された始動情報は所定数(例えば最大4個)まで保留される。保留された始動情報は、始動条件が成立すると、第1特別図柄の当り判定処理に供される。第1始動口2120に遊技球が入賞すると例えば3個の賞球が払い出される。ただし、第1始動口2120への遊技球の入賞に基づいて払い出される賞球数は3個に限られない。 When the first start hole switch 2121 (see FIG. 88 described below) detects the entry (passage) of a game ball into the first start hole 2120, start information for the first special pattern is extracted, and a predetermined number of the extracted start information (for example, a maximum of four) are held. When the start conditions are met, the held start information is used in the winning determination process for the first special pattern. When a game ball enters the first start hole 2120, for example, three prize balls are paid out. However, the number of prize balls paid out based on the entry of a game ball into the first start hole 2120 is not limited to three.

(第2始動口)
第2始動口2140は、右打された遊技球が入賞可能(左打ちされた遊技球が入賞困難または不可能)に配置されている。ただし、これに限られず、左打ちされた遊技球が第2始動口2140に入賞可能であってもよい。
(Second starting hole)
The second starting hole 2140 is arranged so that a game ball hit from the right can win (a game ball hit from the left has difficulty or cannot win). However, this is not limited to this, and a game ball hit from the left may be able to win in the second starting hole 2140.

第2始動口2140に遊技球が入賞すると、第2始動口スイッチ2141により検出される。第2始動口スイッチ2141(後述の図88参照)により第2始動口2140への遊技球の入賞(通過)が検出されると、第2特別図柄の始動情報が抽出され、抽出された始動情報は所定数(例えば最大4個)まで保留される。保留された始動情報は、第2特別図柄の当り判定処理に供される。第2始動口2140に遊技球が入賞すると例えば1個の賞球が払い出される。ただし、第2始動口2140への遊技球の入賞に基づいて払い出される賞球数はこれに限られない。 When a game ball enters the second start hole 2140, it is detected by the second start hole switch 2141. When the second start hole switch 2141 (see FIG. 88 described below) detects the entry (passage) of a game ball into the second start hole 2140, start information for the second special pattern is extracted, and a predetermined number of the extracted start information (for example, a maximum of four) is reserved. The reserved start information is used in the winning determination process for the second special pattern. When a game ball enters the second start hole 2140, for example, one prize ball is paid out. However, the number of prize balls paid out based on the entry of a game ball into the second start hole 2140 is not limited to this.

(一般入賞動口)
一般入賞口2122は、表示装置2007の表示領域の左下方に複数配置されており、左打された遊技球が入賞可能(右打ちされた遊技球が入賞困難または不可能)となるように配置されている。複数の一般入賞口2122のうちいずれかに遊技球が入賞すると、一般入賞口スイッチ2123(後述の図88参照)により検出される。
(General Prize Winners)
A plurality of general winning openings 2122 are arranged at the lower left of the display area of the display device 2007, and are arranged so that a game ball hit from the left can win a prize (a game ball hit from the right has difficulty or cannot win a prize). When a game ball wins in any of the plurality of general winning openings 2122, it is detected by a general winning opening switch 2123 (see FIG. 88 described later).

一般入賞口スイッチ2123(後述の図88参照)により一般入賞口2122への遊技球の入賞(通過)が検出されると、例えば4個の賞球が払い出されるが、一般入賞口2122への遊技球の入賞に基づいて払い出される賞球数は4個に限られない。 When the general prize opening switch 2123 (see Figure 88 described below) detects the entry (passage) of a game ball into the general prize opening 2122, for example, four prize balls are paid out, but the number of prize balls paid out based on the entry of a game ball into the general prize opening 2122 is not limited to four.

また、本実施例において、一般入賞口2122は、右打ちされた遊技球が入賞困難または不可能となるように配置されているが、必ずしもこれに限られず、上記の一般入賞口2122に代えてまたは加えて、右打ちされた遊技球が入賞可能な一般入賞口を備えてもよい。 In addition, in this embodiment, the general winning opening 2122 is positioned so that it is difficult or impossible for a game ball hit from the right to win, but this is not necessarily limited to this, and instead of or in addition to the general winning opening 2122 described above, a general winning opening through which a game ball hit from the right can win may be provided.

(通過ゲートユニット)
通過ゲートユニット2125は、右側領域2107に配置されており、右打ちされた遊技球がほぼ通過できるように構成された通過ゲート2126と、通過ゲート2126への遊技球の通過を検出する通過ゲートスイッチ2127(後述の図88参照)とを一体化したユニット体である。通過ゲート2126への遊技球の通過を検出すると、普通図柄の始動情報が抽出され、抽出された始動情報は所定数(例えば最大4個)まで保留される。保留された各種データは、普通図柄の当り判定処理に供される。なお、通過ゲートスイッチ2127により通過ゲート2126への遊技球の通過が検出されたとしても、賞球は払い出されない。また、通過ゲートユニット2125は、右側領域2107に代えてまたは加えて左側領域2106に配置されていてもよい。
(Passing gate unit)
The passing gate unit 2125 is a unit body that is an integrated unit of a passing gate 2126 that is arranged in the right area 2107 and is configured so that the game ball hit from the right side can pass through, and a passing gate switch 2127 (see FIG. 88 described later) that detects the passing of the game ball through the passing gate 2126. When the passing of the game ball through the passing gate 2126 is detected, the starting information of the normal pattern is extracted, and the extracted starting information is reserved up to a predetermined number (for example, up to four). The reserved various data are used for the winning judgment process of the normal pattern. Note that even if the passing gate switch 2127 detects the passing of the game ball through the passing gate 2126, the prize ball is not paid out. The passing gate unit 2125 may be arranged in the left area 2106 instead of or in addition to the right area 2107.

(特別電動役物ユニット)
特別電動役物ユニット2130は、大入賞口2131と、大入賞口2131への遊技球の入賞(通過)を検出する大入賞口カウントスイッチ2132(後述の図88参照)と、特別電動役物2133とを一体化したユニット体である。特別電動役物ユニット2130は、右側領域2107において、通過ゲートユニット2125よりも下方に配置されている。
(Special electric feature unit)
The special electric accessory unit 2130 is a unit body that integrates a large prize opening 2131, a large prize opening count switch 2132 (see FIG. 88 described later) that detects the entry (passage) of a game ball into the large prize opening 2131, and a special electric accessory 2133. The special electric accessory unit 2130 is disposed below the passing gate unit 2125 in the right side area 2107.

大入賞口2131は、右打ちされた遊技球が入賞可能(左打ちされた遊技球が入賞困難または不可能)となるように配置されている。ただし、これに限定されるものではなく、上記の大入賞口2131に代えてまたは加えて、左打ちされた遊技球が入賞可能な大入賞口を配置したり、センター役物2115の上部において遊技球が入賞可能な大入賞口を配置するようにしてもよい。 The large prize opening 2131 is positioned so that game balls hit from the right can win (game balls hit from the left have difficulty or difficulty winning). However, this is not limited to this, and instead of or in addition to the large prize opening 2131 described above, a large prize opening that allows game balls hit from the left to win may be arranged, or a large prize opening that allows game balls to win may be arranged above the center device 2115.

大入賞口2131は、遊技者に有利な遊技状態である大当り遊技状態に制御されているときに所定個数(例えば10個)の遊技球が入賞(通過)可能となるように開放される入賞口である。大入賞口カウントスイッチ2132(後述の図88参照)により大入賞口2131への遊技球の入賞が検出されると、例えば10個の賞球が払い出される。ただし、大入賞口2131への遊技球の入賞に基づいて払い出される賞球数は10個に限られない。 The large prize opening 2131 is an opening that is opened to allow a predetermined number of game balls (e.g., 10) to enter (pass through) when the game is controlled to a jackpot game state, which is an advantageous game state for the player. When the large prize opening count switch 2132 (see FIG. 88 described below) detects the entry of a game ball into the large prize opening 2131, for example, 10 prize balls are paid out. However, the number of prize balls paid out based on the entry of a game ball into the large prize opening 2131 is not limited to 10.

特別電動役物2133は、前後方向に進退可能な特電用シャッタ2134と、この特電用シャッタ2134を作動させる特電用ソレノイド2135(後述の図88参照)とを備える。特別電動役物2133すなわち特電用シャッタ2134は、大入賞口2131への遊技球の入賞(通過)が可能または容易な開放状態と、大入賞口2131への遊技球の入賞が不可能または困難な閉鎖状態と、に移行可能に構成される。大入賞口2131が閉鎖状態から開放状態に移行するのは、上述した第1のルートを経て大当り遊技状態となった場合である。上述した第1のルートを経て大当り遊技状態となった場合、上記の閉鎖状態から開放状態への状態移行が所定のラウンド数にわたって行われる。なわち、第1のルートを経た大当り遊技状態は、大入賞口2131が閉鎖状態から所定期間にわたって開放状態に移行するラウンド遊技を複数ラウンドにわたって行うことにより、多量の遊技球を賞球として払い出すことを可能にした遊技状態である。 The special electric device 2133 includes a special electric shutter 2134 that can move forward and backward, and a special electric solenoid 2135 (see FIG. 88 described later) that operates the special electric shutter 2134. The special electric device 2133, i.e., the special electric shutter 2134, is configured to be able to transition between an open state in which the game ball can enter (pass through) the large prize opening 2131 or easily, and a closed state in which the game ball cannot enter the large prize opening 2131 or is difficult to enter. The large prize opening 2131 transitions from a closed state to an open state when the game enters a jackpot game state via the first route described above. When the game enters a jackpot game state via the first route described above, the transition from the closed state to the open state is performed for a predetermined number of rounds. In other words, the jackpot game state via the first route is a game state in which a large number of game balls can be paid out as prize balls by playing multiple rounds of round play in which the jackpot opening 2131 transitions from a closed state to an open state for a predetermined period of time.

(普通電動役物ユニット)
普通電動役物ユニット2145は、遊技球が入賞(通過)することによって所定数の遊技球が賞球として払い出される入賞口と、この入賞口への遊技球の入賞を検出するスイッチと、普通電動役物2146とを一体化したユニット体であって、右側領域2107に配置されている。本実施例では、上記の入賞口を第2始動口2140とし、上記のスイッチを第2始動口スイッチ2141としている。
(Normal electric role unit)
The normal electric accessory unit 2145 is a unit body that integrates a winning hole through which a predetermined number of game balls are paid out as prize balls when a game ball enters (passes through), a switch that detects the entry of the game ball into this winning hole, and a normal electric accessory 2146, and is disposed in the right area 2107. In this embodiment, the winning hole is referred to as a second start hole 2140, and the switch is referred to as a second start hole switch 2141.

普通電動役物2146は、前後方向に進退可能な突出板型の普電用シャッタ2147と、この普電用シャッタ2147を作動させる普電用ソレノイド2148(後述の図88参照)とを備える。普通電動役物2146すなわち普電用シャッタ2147は、第2始動口2140への遊技球の入賞(通過)が可能または容易な開放状態と、第2始動口2140への遊技球の入賞が不可能または困難な閉鎖状態と、に状態移行可能に構成される。なお、前後方向に進退可能な上記の普電用シャッタ2147に代えて、所謂電チューと呼ばれる可動部材を採用してもよい。 The normal electric device 2146 is equipped with a protruding plate-type normal power shutter 2147 that can move back and forth, and a normal power solenoid 2148 (see FIG. 88 described below) that operates the normal power shutter 2147. The normal electric device 2146, i.e., the normal power shutter 2147, is configured to be able to transition between an open state in which it is possible or easy for a game ball to enter (pass through) the second starting hole 2140, and a closed state in which it is impossible or difficult for a game ball to enter the second starting hole 2140. Note that instead of the normal power shutter 2147 that can move back and forth, a movable member known as an electric chute may be used.

(V入賞装置)
V入賞装置2150は、右側領域2107において通過ゲート2126の下流側に設けられている。V入賞装置2150は、V入賞装置2150の内部に遊技球が進入できるように開口された開閉入賞口2151と、開閉入賞口2151を開閉させることが可能なVアタッカー2152と、このVアタッカー2152を作動させて開閉入賞口2151を開閉させるVアタッカー用ソレノイド2154と、Vアタッカー2152の作動により開閉入賞口2151が開放されたときにV入賞装置2150の内部に遊技球が進入したことを検出するVアタッカーカウントスイッチ2153と、開閉入賞口2151からV入賞装置2150の内部に進入した遊技球が通過可能なV入賞口2155と、開閉入賞口2151からV入賞装置2150の内部に進入した遊技球がV入賞口2155に遊技球が進入(通過)したことを検出するV入賞口スイッチ2156と、開閉入賞口2151からV入賞装置2150の内部に進入した遊技球のうちV入賞口2155に進入しなかった遊技球が進入(通過)可能なハズレ口2157と、V入賞口2155を開閉させるVシャッター2158と、このVシャッター2158を作動させてV入賞口2155を開閉させるVシャッター用ソレノイド2159と、V入賞装置2150の内部に進入した遊技球のうち1球のみを保持することができる係止部材2160とを備える。なお、V入賞装置2150は、通過ゲート2126よりも上流側に設けられていてもよいし、左側領域2106に設けられていてもよい。
(V prize device)
The V winning device 2150 is provided downstream of the passing gate 2126 in the right area 2107. The V winning device 2150 comprises an opening and closing winning port 2151 opened to allow a game ball to enter the inside of the V winning device 2150, a V attacker 2152 capable of opening and closing the opening and closing winning port 2151, a V attacker solenoid 2154 which operates the V attacker 2152 to open and close the opening and closing winning port 2151, a V attacker count switch 2153 which detects that a game ball has entered the inside of the V winning device 2150 when the opening and closing winning port 2151 is opened by the operation of the V attacker 2152, a V winning port 2155 through which a game ball which has entered the inside of the V winning device 2150 from the opening and closing winning port 2151 can pass, and a V attacker count switch 2153 which detects that a game ball has entered the inside of the V winning device 2150 when the opening and closing winning port 2151 is opened by the operation of the V attacker 2152, and a V winning port 2155 through which a game ball which has entered the inside of the V winning device 2150 from the opening and closing winning port 2151 can pass. The V winning device 2150 includes a V winning port switch 2156 for detecting that a game ball that has entered the inside of the V winning device 2150 from the opening/closing winning port 2151 has entered (passed) the V winning port 2155, a losing port 2157 through which game balls that have entered the inside of the V winning device 2150 from the opening/closing winning port 2151 but have not entered the V winning port 2155 can enter (pass), a V shutter 2158 for opening and closing the V winning port 2155, a V shutter solenoid 2159 for operating the V shutter 2158 to open and close the V winning port 2155, and a locking member 2160 for holding only one of the game balls that have entered the inside of the V winning device 2150. The V winning device 2150 may be provided upstream of the passing gate 2126 or in the left area 2106.

Vアタッカー2152は、弧状に沿った部材からなり、常には開閉入賞口2151を閉鎖する閉鎖状態である。そして、特別図柄の可変表示が終了して後述する「役物開放当り」であることを示す停止表示態様が導出されると、特別図柄の可変表示が終了するとほぼ同時に、Vアタッカー用ソレノイド2154(後述の図88参照)の作動によりVアタッカー2152が例えば1回作動する。Vアタッカー2152は、1回作動すると開閉入賞口2151が例えば1800msec開放する開放状態となる。そして、Vアタッカー2152の作動により開閉入賞口2151が開放している間、V入賞装置2150の内部に進入可能な遊技球は、1回の開放あたり最大で例えば10個である。 The V attacker 2152 is made of an arc-shaped member, and is normally in a closed state with the opening and closing winning hole 2151 closed. Then, when the variable display of the special symbol ends and a stop display mode is derived indicating a "hit on the opening of the special device" described below, the V attacker 2152 is activated, for example, once, almost simultaneously with the end of the variable display of the special symbol, by the activation of the V attacker solenoid 2154 (see FIG. 88 described below). When the V attacker 2152 is activated once, it enters an open state with the opening and closing winning hole 2151 open for, for example, 1800 msec. Then, while the opening and closing winning hole 2151 is open due to the activation of the V attacker 2152, the maximum number of game balls that can enter the inside of the V winning device 2150 per opening is, for example, 10.

なお、「役物開放当り」であることを示す停止表示態様が導出されたときにVアタッカー2152を開放させる態様は、上記に限られず、例えば、900msecの開放を2回行ってもよいし、所定個(例えば1個)の遊技球がV入賞装置2150の内部に進入したことに基づいて閉鎖するようにしてもよい。 The manner in which the V attacker 2152 is opened when a stop display mode indicating a "hit on the opening of the special feature" is derived is not limited to the above, and for example, it may be opened twice for 900 msec, or may be closed when a predetermined number of game balls (e.g., one) enter the interior of the V winning device 2150.

Vアタッカーカウントスイッチ2153は、V入賞装置2150の内部への遊技球の進入を検出するものである。Vアタッカーカウントスイッチ2153によりV入賞装置2150の内部への遊技球の進入が検出されると、メインCPU2201は、払出・発射制御回路2400を介して例えば10個の賞球を払い出し、メインCPU2201の機能であるVアタッカー入賞カウンタの値を加算する。Vアタッカー入賞カウンタが規定値に到達すると、開閉入賞口2151を開放することができる最大時間(例えば1800msec)が経過していなくても、Vアタッカー用ソレノイド2154によりVアタッカー2152が作動して開閉入賞口2151が閉鎖される。 The V attacker count switch 2153 detects the entry of a game ball into the V winning device 2150. When the V attacker count switch 2153 detects the entry of a game ball into the V winning device 2150, the main CPU 2201 pays out, for example, 10 prize balls via the payout/launch control circuit 2400, and increments the value of the V attacker winning counter, which is a function of the main CPU 2201. When the V attacker winning counter reaches a specified value, the V attacker 2152 is activated by the V attacker solenoid 2154, and the opening/closing winning port 2151 is closed, even if the maximum time (for example, 1800 msec) that the opening/closing winning port 2151 can be opened has not elapsed.

V入賞口2155は、遊技球が通過したことを条件に、Vアタッカー2152の開放制御が継続される。すなわち、V入賞口2155は、上述した第2のルートを経て大当り遊技状態に制御される契機となる入賞口である。 The V attacker 2152 continues to be controlled to open when the game ball passes through the V winning hole 2155. In other words, the V winning hole 2155 is the winning hole that triggers control to a jackpot game state via the second route described above.

V入賞口スイッチ2156は、V入賞口2155への遊技球の通過を検出するものである。メインCPU2201(図88参照)は、Vアタッカー2152が開放してから所定時間(例えば4000msec)内にV入賞口2155への遊技球の通過を検出すると、Vアタッカー2152の開放制御を継続する。すなわち、第2のルートを経て大当り遊技状態に制御される。第2のルートを経て大当り遊技状態に制御された場合、Vアタッカー2152が閉鎖状態から開放状態に移行するラウンド遊技が所定のラウンド数にわたって行われる。 The V winning hole switch 2156 detects the passage of a game ball into the V winning hole 2155. When the main CPU 2201 (see FIG. 88) detects the passage of a game ball into the V winning hole 2155 within a predetermined time (e.g., 4000 msec) after the V attacker 2152 opens, it continues to control the opening of the V attacker 2152. In other words, it is controlled to a jackpot game state via the second route. When it is controlled to a jackpot game state via the second route, a round game in which the V attacker 2152 transitions from a closed state to an open state is played for a predetermined number of rounds.

このように、本実施例では、第1のルートを経て大当り遊技状態に制御された場合は大入賞口2131を閉鎖状態から開放状態へ移行させるラウンド遊技が実行されるのに対し、第2のルートを経て大当り遊技状態に制御された場合はVアタッカー2152を閉鎖状態から開放状態へ移行させるラウンド遊技が実行される。ただし、これに限られず、例えば第2のルートを経て大当り遊技状態に制御された場合、1ラウンド目はVアタッカー2152を閉鎖状態から開放状態へ移行させるものの、ラウンド遊技の途中から例えば大入賞口2131を閉鎖状態から開放状態へ移行させるラウンド遊技を実行してもよい。 In this way, in this embodiment, when the jackpot game state is controlled via the first route, a round game is executed in which the large prize winning port 2131 is transitioned from a closed state to an open state, whereas when the jackpot game state is controlled via the second route, a round game is executed in which the V attacker 2152 is transitioned from a closed state to an open state. However, this is not limited to this, and for example, when the jackpot game state is controlled via the second route, the V attacker 2152 is transitioned from a closed state to an open state in the first round, but a round game in which, for example, the large prize winning port 2131 is transitioned from a closed state to an open state may be executed midway through the round game.

また、例えば特別電動役物2133の内部(すなわち、特電用シャッタ2134が開放状態となったときに遊技球の進入が可能となる領域)にV入賞口を設ける等によって、V入賞口および大当り遊技状態において開放されるアタッカーを一つずつとしてもよい。この場合、「役物開放当り」であることを示す停止表示態様が導出されると特電用シャッタ2134が開放状態とされ、特別電動役物2133の内部に設けられたV入賞口2155に遊技球が進入すると、大当り遊技状態(第2のルートを経た大当り遊技状態)に制御される。 In addition, for example, by providing a V entry port inside the special electric device 2133 (i.e., the area where the game ball can enter when the special electric shutter 2134 is in the open state), it is possible to have one V entry port and one attacker that is opened in the jackpot game state. In this case, when a stop display mode indicating a "game device open hit" is derived, the special electric shutter 2134 is opened, and when a game ball enters the V entry port 2155 provided inside the special electric device 2133, control is performed to the jackpot game state (jackpot game state via the second route).

ハズレ口2157は、V入賞装置2150の内部に進入したもののV入賞口2155を通過しなかった遊技球が進入(通過)するよう構成されたものである。ハズレ口2157を通過した遊技球は機外に排出される。なお、V入賞装置2150の内部に進入した遊技球の全部がハズレ口2157を通過し、V入賞口2155への遊技球の通過がなかった場合、Vアタッカー2152の開放制御が継続されずに終了する。 The losing port 2157 is configured to allow game balls that have entered the inside of the V winning device 2150 but have not passed through the V winning port 2155 to enter (pass through). Game balls that pass through the losing port 2157 are discharged outside the machine. Note that if all game balls that have entered the inside of the V winning device 2150 pass through the losing port 2157 and no game balls pass through the V winning port 2155, the opening control of the V attacker 2152 is not continued and ends.

Vシャッター2158は、Vシャッター用ソレノイド2159(後述の図88参照)の作動により、V入賞口2155への遊技球の通過が不可能(又は困難)な閉鎖態様と、V入賞口2155への遊技球の通過が可能(又は容易)な開放態様との間で、常時一定動作を行っている。本実施例では、例えば、「6000msec閉鎖⇒1000msec開放⇒6000msec閉鎖」の動作を繰り返す7000msecのサイクル(周期)でVシャッター2158が常時一定動作を行っている。 The V shutter 2158 constantly operates between a closed state in which it is impossible (or difficult) for game balls to pass through the V winning opening 2155 and an open state in which it is possible (or easy) for game balls to pass through the V winning opening 2155, by the operation of the V shutter solenoid 2159 (see FIG. 88 described below). In this embodiment, for example, the V shutter 2158 constantly operates in a cycle (period) of 7000 msec, repeating the operation of "closed for 6000 msec -> open for 1000 msec -> closed for 6000 msec".

係止部材2160は、V入賞口2155の上方に設けられており、V入賞装置2150の内部に進入した遊技球のうち例えば1球のみを保持することができるように構成されている。V入賞装置2150に進入したものの係止部材2160により保持されなかった遊技球は、ハズレ口2157から機外に排出される。V入賞装置2150に複数の遊技球が進入した場合であっても、係止部材2160により保持されなかった遊技球は、全て、ハズレ口2157から機外に排出される。 The locking member 2160 is provided above the V winning port 2155, and is configured to be able to hold, for example, only one of the game balls that enter the V winning device 2150. Game balls that enter the V winning device 2150 but are not held by the locking member 2160 are discharged outside the machine from the losing port 2157. Even if multiple game balls enter the V winning device 2150, all game balls that are not held by the locking member 2160 are discharged outside the machine from the losing port 2157.

また、係止部材2160は、Vアタッカー2152が作動してから一定時間(例えば3000msec)経過後に、図示しない係止用ソレノイドの作動により遊技球の係止が解除される。係止部材2160における係止が解除された遊技球は、V入賞口2155に向けて落下し、このタイミングでV入賞口2155が開放されていればV入賞口2155に入賞(通過)し、このタイミングでV入賞口2155が閉鎖していればハズレ口2157を通過する。なお、係止部材2160を設けずに、V入賞装置2150の内部に進入した遊技球を、V入賞口2155またはハズレ口2157に振り分けるようにしてもよい。 In addition, after a certain time (e.g., 3000 msec) has elapsed since the V attacker 2152 was activated, the locking member 2160 releases the game ball by the activation of a locking solenoid (not shown). The game ball that has been released from the locking member 2160 falls towards the V winning port 2155, and if the V winning port 2155 is open at this time, it enters (passes through) the V winning port 2155, and if the V winning port 2155 is closed at this time, it passes through the losing port 2157. Note that the locking member 2160 may not be provided and game balls that enter the inside of the V winning device 2150 may be distributed to the V winning port 2155 or the losing port 2157.

(アウト口)
アウト口2178は、遊技領域2105に向けて発射されたものの各種入賞口(例えば、第1始動口2120、第2始動口2140、大入賞口2131、V入賞装置2150、一般入賞口2122等)のいずれにも入賞または進入しなかった遊技球を、機外に排出するためのものである。このアウト口2178は、左打ちされた遊技球および右打ちされた遊技球のいずれについても機外に排出できるように、遊技領域2105の最下流側に設けられている。ただし、上記のアウト口2178に加えて、最下流側でない位置、例えば複数の一般入賞口2122の間や特別電動役物ユニット2130と第2始動口2140との間等にアウト口を設けて、遊技領域2105を流下中の遊技球を機外に排出するようにしてもよい。
(Outlet)
The outlet 2178 is for discharging game balls that have been shot toward the game area 2105 but have not won or entered any of the various winning ports (for example, the first start port 2120, the second start port 2140, the large winning port 2131, the V winning device 2150, the general winning port 2122, etc.) to the outside of the machine. This outlet 2178 is provided on the most downstream side of the game area 2105 so that both game balls hit from the left and game balls hit from the right can be discharged to the outside of the machine. However, in addition to the above-mentioned outlet 2178, an outlet may be provided at a position other than the most downstream side, for example, between multiple general winning ports 2122 or between the special electric role unit 2130 and the second start port 2140, so that game balls flowing down the game area 2105 can be discharged to the outside of the machine.

(裏ユニット)
裏ユニット(不図示)は、第1のパチンコ遊技機と同様、遊技盤ユニット2010を装飾するものであって、遊技パネル2100の後方側に設けられる。この裏ユニットは、表示装置2007の表示領域の周囲に配置され、サブ制御回路2300によって制御される可動役物等の演出用役物群2058を備える。これらの演出用役物群2058のうち少なくとも一以上の役物または役物を構成する演出用役物構成部材は、特別図柄の当り判定処理の結果にもとづいて動作可能な演出用役物として機能する。
(Back unit)
The back unit (not shown) is used to decorate the game board unit 2010, as in the first pachinko game machine, and is provided on the rear side of the game panel 2100. This back unit is arranged around the display area of the display device 2007, and is provided with a group of performance-use accessories 2058, such as movable accessories, controlled by the sub-control circuit 2300. At least one of the performance-use accessory group 2058 or a performance-use accessory component constituting the accessory functions as a performance-use accessory that can be operated based on the result of the hit determination process of the special symbol.

[3-2.電気的構成]
次に、図88を参照して、第3のパチンコ遊技機の制御回路について説明する。図88は、第3のパチンコ遊技機の制御回路を示すブロック図の一例である。なお、第3のパチンコ遊技機の制御回路は、第1のパチンコ遊技機の制御回路と共通するものもあるが、改めて一通り説明する。
[3-2. Electrical configuration]
Next, the control circuit of the third pachinko game machine will be described with reference to Fig. 88. Fig. 88 is an example of a block diagram showing the control circuit of the third pachinko game machine. Note that the control circuit of the third pachinko game machine has some parts in common with the control circuit of the first pachinko game machine, but will be described again in detail.

図88に示されるように、第3のパチンコ遊技機は、第1のパチンコ遊技機と同様、主に、遊技の制御を行う主制御回路2200と、遊技の進行に応じた演出の制御を行うサブ制御回路2300と、払出・発射制御回路2400と、電源供給回路2450と、から構成される。 As shown in FIG. 88, the third pachinko gaming machine, like the first pachinko gaming machine, is mainly composed of a main control circuit 2200 that controls the game, a sub-control circuit 2300 that controls the presentation according to the progress of the game, a payout/launch control circuit 2400, and a power supply circuit 2450.

[3-2-1.主制御回路]
主制御回路2200は、メインCPU2201、メインROM2202(読み出し専用メモリ)およびメインRAM2203(読み書き可能メモリ)、初期リセット回路2204およびバックアップコンデンサ2207等を備えており、主基板ケース(不図示)内に収容されている。
[3-2-1. Main control circuit]
The main control circuit 2200 includes a main CPU 2201, a main ROM 2202 (read-only memory), a main RAM 2203 (read-write memory), an initial reset circuit 2204, a backup capacitor 2207, etc., and is housed in a main board case (not shown).

メインCPU2201には、メインROM2202、メインRAM2203および初期リセット回路2204等が接続される。メインCPU2201は、動作を監視するWDTや不正を防止するための機能等が内蔵されている。 The main CPU 2201 is connected to the main ROM 2202, the main RAM 2203, the initial reset circuit 2204, etc. The main CPU 2201 has built-in functions such as a WDT that monitors operation and a function for preventing fraud.

メインROM2202には、メインCPU2201により第3のパチンコ遊技機の動作を制御するためのプログラムや、各種のテーブル等が記憶されている。メインCPU2201は、メインROM2202に記憶されたプログラムに従って、各種の処理を実行する機能を有する。 The main ROM 2202 stores programs for controlling the operation of the third pachinko gaming machine by the main CPU 2201, various tables, etc. The main CPU 2201 has the function of executing various processes according to the programs stored in the main ROM 2202.

メインRAM2203には、遊技の進行に必要な各種データを記憶する記憶領域が設けられており、このメインRAM2203は、メインCPU2201の一時記憶領域として、種々のフラグや変数の値を記憶する機能を有する。なお、本実施例においては、メインCPU2201の一時記憶領域としてRAMを用いているが、これに限らず、読み書き可能な記憶媒体であればよい。 The main RAM 2203 has a storage area for storing various data necessary for the progress of the game, and this main RAM 2203 has the function of storing various flags and variable values as a temporary storage area for the main CPU 2201. Note that, although in this embodiment, RAM is used as the temporary storage area for the main CPU 2201, this is not limited to this, and any readable and writable storage medium can be used.

初期リセット回路2204は、メインCPU2201を監視し、必要に応じてリセット信号を出力するものである。 The initial reset circuit 2204 monitors the main CPU 2201 and outputs a reset signal as necessary.

バックアップコンデンサ2207は、電断時等に、メインRAM2203に格納されているデータが消失しないように一時的に電力を供給する機能を有するものである。 The backup capacitor 2207 has the function of temporarily supplying power to prevent data stored in the main RAM 2203 from being lost in the event of a power outage, etc.

さらに、主制御回路2200は、各種デバイス等との間で通信可能に接続されるI/Oポート2205、および、サブ制御回路2300に対して各種コマンドを出力可能に接続されるコマンド出力ポート2206等も備える。 The main control circuit 2200 also includes an I/O port 2205 that is communicatively connected to various devices, and a command output port 2206 that is connected to the sub-control circuit 2300 so that various commands can be output.

また、主制御回路2200には、各種のデバイスが接続されている。例えば、主制御回路2200には、普通図柄表示部2161、普通図柄用保留表示部2162、第1特別図柄表示部2163、第2特別図柄表示部2164、第1特別図柄用保留表示部2165、第2特別図柄用保留表示部2166、時短報知用表示部2168、普電用ソレノイド2148、特電用ソレノイド2135、Vアタッカー用ソレノイド2154、および、Vシャッター用ソレノイド2159等が接続されている。また、主制御回路2200には、これらの他、性能表示モニタ2170およびエラー報知モニタ2172等も接続されている。主制御回路2200は、I/Oポート2205を介して信号を送信することにより、これらのデバイスの動作を制御することができる。 In addition, various devices are connected to the main control circuit 2200. For example, the main control circuit 2200 is connected to the normal symbol display unit 2161, the normal symbol reserved display unit 2162, the first special symbol display unit 2163, the second special symbol display unit 2164, the first special symbol reserved display unit 2165, the second special symbol reserved display unit 2166, the time-saving notification display unit 2168, the normal power solenoid 2148, the special power solenoid 2135, the V attacker solenoid 2154, and the V shutter solenoid 2159. In addition to these, the main control circuit 2200 is also connected to the performance display monitor 2170 and the error notification monitor 2172. The main control circuit 2200 can control the operation of these devices by sending signals via the I/O port 2205.

性能表示モニタ2170には、メインCPU2201の制御により性能表示データや設定値等が表示される。性能表示データは、例えば、所定数(例えば60000個)の遊技球の発射に対して大当り遊技状態以外の遊技状態で払い出された遊技球の割合を示すデータであり、ベース値とも呼ばれる。 The performance display monitor 2170 displays performance display data, setting values, etc. under the control of the main CPU 2201. The performance display data is data that indicates, for example, the proportion of game balls paid out in a game state other than a jackpot game state for a predetermined number of game balls (e.g., 60,000 balls) shot, and is also called a base value.

エラー報知モニタ2172には、エラーコードが表示される。また、エラー報知モニタ2172には、エラーコードの他に、例えば設定機能付きのパチンコ遊技機であれば、設定変更処理中であることを示す設定変更中コード、設定確認処理中であることを示す設定確認中コード等を表示することもできる。なお、設定変更中コードとしては、特別図柄の表示として通常では表示することのない図柄(例えば、設定変更中であることを示す設定変更図柄)を表示するようにしてもよい。 The error notification monitor 2172 displays an error code. In addition to the error code, for example, in a pachinko gaming machine with a setting function, the error notification monitor 2172 can also display a setting change code indicating that a setting change process is in progress, a setting confirmation code indicating that a setting confirmation process is in progress, etc. Note that the setting change code may be a special symbol that is not normally displayed (for example, a setting change symbol indicating that a setting change is in progress).

また、主制御回路2200には、第1始動口スイッチ2121、第2始動口スイッチ2141、通過ゲートスイッチ2127、大入賞口カウントスイッチ2132、Vアタッカーカウントスイッチ2153、V入賞口スイッチ2156、および、一般入賞口スイッチ2123も接続されている。これらのスイッチが検出されると、検出信号がI/Oポート2205を介して主制御回路2200に送信される。 The main control circuit 2200 is also connected to the first start port switch 2121, the second start port switch 2141, the pass gate switch 2127, the large prize port count switch 2132, the V attacker count switch 2153, the V prize port switch 2156, and the general prize port switch 2123. When these switches are detected, a detection signal is sent to the main control circuit 2200 via the I/O port 2205.

さらに、主制御回路2200には、ホール係員を呼び出す機能や大当り回数を表示する機能等を有する呼出装置(不図示)、ホール全体のパチンコ遊技機を管理するホールコンピュータ2186にデータ送信する際に用いる外部端子板2184、設定機能付きのパチンコ遊技機であれば、設定値を変更したり確認したりする際に操作される設定キー2174aが差し込まれる設定キー差込口2174、メインRAM2203に格納されるバックアップデータを遊技場の管理者の操作に応じてクリアすることが可能なRAMクリアスイッチ2176等が接続されている。なお、設定機能付きパチンコ遊技機であれば、RAMクリアスイッチ2176を、設定値を変更する際のスイッチと兼用するようにしてもよいし、設定値を変更するための設定スイッチを設けるようにしてもよい。 The main control circuit 2200 is further connected to a calling device (not shown) that has functions such as calling a hall attendant and displaying the number of jackpots, an external terminal board 2184 used to send data to a hall computer 2186 that manages the pachinko machines in the entire hall, a setting key socket 2174 into which a setting key 2174a is inserted that is operated to change or check the setting value if the pachinko machine has a setting function, and a RAM clear switch 2176 that can clear the backup data stored in the main RAM 2203 according to the operation of the gaming center manager. Note that if the pachinko machine has a setting function, the RAM clear switch 2176 may also be used as a switch for changing the setting value, or a setting switch for changing the setting value may be provided.

また、設定キー差込口2174およびRAMクリアスイッチ2176は、遊技場の管理者以外の第三者(例えば遊技者)が容易に触ることができないように、所定のケース内に収容されていることが好ましい。「所定のケース内」には、当該ケースを開放しないと設定キー差込口2174やRAMクリアスイッチ2176に接触できない構成のものだけでなく、当該ケースの設定キー差込口2174およびRAMクリアスイッチ2176の対応箇所にのみ切欠きが設けられ、遊技場の責任者が管理する鍵を使用して島設備からパチンコ遊技機を回動させて背面を露出させたときに、遊技場の責任者が設定キー差込口2174または/およびRAMクリアスイッチ2176に接触できるように構成されているものも含まれる。 The setting key insertion port 2174 and the RAM clear switch 2176 are preferably housed in a specified case so that they cannot be easily touched by third parties (e.g., players) other than the manager of the game arcade. "Inside a specified case" includes not only a case in which the setting key insertion port 2174 and the RAM clear switch 2176 cannot be touched unless the case is opened, but also a case in which notches are provided only at the locations corresponding to the setting key insertion port 2174 and the RAM clear switch 2176, so that the manager of the game arcade can touch the setting key insertion port 2174 and/or the RAM clear switch 2176 when the pachinko machine is rotated from the island equipment using a key managed by the manager of the game arcade to expose the back.

なお、本実施例では、設定キー差込口2174およびRAMクリアスイッチ2176は、主制御回路2200に接続されているが、これに限られず、例えば、払出・発射制御回路2400や電源供給回路2450に接続されるような構成にしてもよい。この場合にもまた、遊技場の責任者以外の第三者が設定キー差込口2174やRAMクリアスイッチ2176に容易に接触できないようにすることが好ましい。 In this embodiment, the setting key slot 2174 and the RAM clear switch 2176 are connected to the main control circuit 2200, but this is not limited thereto, and they may be configured to be connected to the payout/launch control circuit 2400 or the power supply circuit 2450, for example. In this case, too, it is preferable to prevent third parties other than the person in charge of the arcade from easily touching the setting key slot 2174 or the RAM clear switch 2176.

[3-2-2.サブ制御回路]
サブ制御回路2300は、サブCPU2301、プログラムROM2302、ワークRAM2303、表示制御回路2304、音声制御回路2305、LED制御回路2306、役物制御回路2307およびコマンド入力ポート2308等を備える。サブ制御回路2300は、主制御回路2200からの指令に応じて遊技の進行に応じた演出を実行する。なお、図88には示されていないが、第1のパチンコ遊技機と同様、サブ制御回路2300には、遊技者が操作可能な演出ボタン54(図1参照)等も接続されている。
[3-2-2. Sub-control circuit]
The sub-control circuit 2300 includes a sub-CPU 2301, a program ROM 2302, a work RAM 2303, a display control circuit 2304, a sound control circuit 2305, an LED control circuit 2306, a role control circuit 2307, and a command input port 2308. The sub-control circuit 2300 executes effects according to the progress of the game in response to a command from the main control circuit 2200. Although not shown in FIG. 88, the sub-control circuit 2300 is also connected to an effect button 54 (see FIG. 1) that can be operated by the player, as in the first pachinko game machine.

プログラムROM2302には、サブCPU2301により第3のパチンコ遊技機の遊技演出を制御するためのプログラムや、各種のテーブル等が記憶されている。サブCPU2301は、プログラムROM2302に記憶されたプログラムに従って、各種の処理を実行する機能を有する。特に、サブCPU2301は、主制御回路2200から送信される各種のコマンドに従って、遊技演出にかかる制御を行う。 The program ROM 2302 stores programs for controlling the game presentation of the third pachinko game machine by the sub-CPU 2301, various tables, etc. The sub-CPU 2301 has the function of executing various processes according to the programs stored in the program ROM 2302. In particular, the sub-CPU 2301 controls the game presentation according to various commands sent from the main control circuit 2200.

ワークRAM2303は、サブCPU2301の一時記憶領域として種々のフラグや変数の値を記憶する機能を有する。 The work RAM 2303 has the function of storing various flags and variable values as a temporary storage area for the sub-CPU 2301.

表示制御回路2304は、表示装置2007における表示制御を行うための回路である。表示制御回路2304は、VDPや、各種の画像データを生成するためのデータが記憶されている画像データROM、画像データを一時的に格納するフレームバッファ、画像データを画像信号として変換するD/Aコンバータ等を備える。 The display control circuit 2304 is a circuit for controlling the display of the display device 2007. The display control circuit 2304 includes a VDP, an image data ROM in which data for generating various types of image data is stored, a frame buffer for temporarily storing image data, a D/A converter for converting image data into an image signal, and the like.

表示制御回路2304は、サブCPU2301からの画像表示命令に応じて、表示装置2007に表示させるための画像データを一時的にフレームバッファに格納する。なお、表示装置2007に表示させるための画像データには、装飾図柄を示す装飾図柄画像データ、背景画像データ、演出用画像データ等の、遊技に関する各種の画像データが含まれる。 The display control circuit 2304 temporarily stores image data to be displayed on the display device 2007 in a frame buffer in response to an image display command from the sub-CPU 2301. The image data to be displayed on the display device 2007 includes various image data related to the game, such as decorative pattern image data showing decorative patterns, background image data, and performance image data.

そして、表示制御回路2304は、所定のタイミングで、フレームバッファに格納された画像データをD/Aコンバータに供給する。D/Aコンバータは、画像データを画像信号として変換し、当該変換した画像信号を所定のタイミングで表示装置2007に供給する。表示装置2007に画像信号が供給されると、表示装置2007に当該画像信号に関する画像が表示される。こうして、表示制御回路2304は、表示装置2007に遊技に関する画像を表示させる制御を行うことができる。 Then, the display control circuit 2304 supplies the image data stored in the frame buffer to the D/A converter at a predetermined timing. The D/A converter converts the image data into an image signal and supplies the converted image signal to the display device 2007 at a predetermined timing. When the image signal is supplied to the display device 2007, an image related to the image signal is displayed on the display device 2007. In this way, the display control circuit 2304 can control the display device 2007 to display images related to the game.

音声制御回路2305は、スピーカ2032から発生させる音声に関する制御を行うための回路である。音声制御回路2305は、音声に関する制御を行う音源ICや、各種の音声データを記憶する音声データROM、音声信号を増幅するための増幅器(以下、AMPと称する)等を備える。 The audio control circuit 2305 is a circuit for controlling the audio generated from the speaker 2032. The audio control circuit 2305 includes a sound source IC for controlling the audio, an audio data ROM for storing various types of audio data, an amplifier (hereinafter referred to as an AMP) for amplifying the audio signal, and the like.

音源ICは、スピーカ2032から発生させる音声の制御を行う。音源ICは、サブCPU2301から供給される音声発生命令に応じて、音声データROMに記憶されている複数の音声データから一つの音声データを選択する。また、音源ICは、選択された音声データを音声データROMから読み出し、音声データを所定の音声信号に変換し、当該変換した音声信号をAMPに供給する。AMPは、スピーカ2032から出力される音声や効果音等の信号を増幅させるものである。 The sound source IC controls the sound generated from the speaker 2032. In response to a sound generation command supplied from the sub-CPU 2301, the sound source IC selects one piece of sound data from multiple pieces of sound data stored in the sound data ROM. The sound source IC also reads the selected sound data from the sound data ROM, converts the sound data into a specified sound signal, and supplies the converted sound signal to the AMP. The AMP amplifies signals such as sound and sound effects output from the speaker 2032.

LED制御回路2306は、装飾LED等を含むLED群2046の制御を行うための回路である。LED制御回路2306は、LED制御信号を供給するためのドライブ回路や、複数種類のLED装飾パターンが記憶されている装飾データROM等を備える。 The LED control circuit 2306 is a circuit for controlling the LED group 2046, which includes decorative LEDs. The LED control circuit 2306 includes a drive circuit for supplying LED control signals, a decoration data ROM in which multiple types of LED decoration patterns are stored, and the like.

役物制御回路2307は、各役物(例えば、演出用役物群2058のうちの一または複数の役物)の動作を制御するための回路である。役物制御回路2307は、各役物に対して、駆動信号を供給するための駆動回路や、点灯制御信号を供給するための点灯回路、動作パターンや点灯パターンが記憶されている役物データROM等を備える。 The reel control circuit 2307 is a circuit for controlling the operation of each reel (for example, one or more reels among the group of reels for performance 2058). The reel control circuit 2307 includes a drive circuit for supplying a drive signal to each reel, a lighting circuit for supplying a lighting control signal, and a reel data ROM in which operation patterns and lighting patterns are stored.

また、役物制御回路2307は、サブCPU2301からの役物作動命令に応じて、役物データROMに記憶されている複数の動作パターンから一つの動作パターンを選択する。そして、選択した動作パターンを役物データROMから読み出し、読み出した動作パターンに対応する駆動信号を供給することにより、各役物の機械的な動作を制御する。また、点灯回路は、サブCPU2301からの点灯命令に基づいて、役物データROMに記憶されている複数の点灯パターンから一つの点灯パターンを選択する。そして、選択した点灯パターンを役物データROMから読み出し、読み出した点灯パターンに対応する点灯制御信号を供給することにより、各役物の点灯動作を制御する。 The reel control circuit 2307 selects one operation pattern from among the multiple operation patterns stored in the reel data ROM in response to a reel operation command from the sub-CPU 2301. The selected operation pattern is then read from the reel data ROM, and a drive signal corresponding to the read operation pattern is then supplied, thereby controlling the mechanical operation of each reel. The lighting circuit selects one lighting pattern from among the multiple lighting patterns stored in the reel data ROM in response to a lighting command from the sub-CPU 2301. The selected lighting pattern is then read from the reel data ROM, and a lighting control signal corresponding to the read lighting pattern is then supplied, thereby controlling the lighting operation of each reel.

コマンド入力ポート2308は、コマンド出力ポート2206と接続されており、主制御回路2200から送信されたコマンドを受信するものである。 The command input port 2308 is connected to the command output port 2206 and receives commands sent from the main control circuit 2200.

払出・発射制御回路2400は、パチンコ遊技機からの賞球や貸球の払い出しを制御するものであり、この払出・発射制御回路2400には、遊技球を払い出すための払出装置2082、遊技球を発射するための発射装置2006、球貸しにかかる制御を実行可能なカードユニット2180等が接続されている。 The payout/launch control circuit 2400 controls the payout of prize balls and loan balls from the pachinko game machine, and is connected to a payout device 2082 for paying out game balls, a launch device 2006 for launching game balls, a card unit 2180 capable of executing control related to ball lending, and the like.

払出・発射制御回路2400は、主制御回路2200から供給される賞球制御コマンドを受け取ると、払出装置2082に対して所定の信号を送信し、払出装置2082に遊技球を払い出させる制御を行う。 When the payout/launch control circuit 2400 receives a prize ball control command supplied from the main control circuit 2200, it transmits a predetermined signal to the payout device 2082 and controls the payout device 2082 to pay out game balls.

カードユニット2180には、球貸し操作パネル2182が接続されている。球貸し操作パネル2182には、球貸しを受けるための球貸しボタンや、キャッシュデータが記憶されている球貸しカードの返却を受けるための貸出返却ボタン(いずれも不図示)が設けられている。例えば遊技者によって球貸し操作が行われると、球貸し操作に応じた貸し球制御信号がカードユニット2180に送信される。払出・発射制御回路2400は、カードユニット2180から送信された貸し球制御信号に基づいて、払出装置2082に遊技球を払い出させる制御を行う。なお、操作パネル2182は、パチンコ遊技機側に設けられることが多いが、カードユニット2180側に設けられてもよい。 A ball lending operation panel 2182 is connected to the card unit 2180. The ball lending operation panel 2182 is provided with a ball lending button for receiving a ball lending, and a loan/return button for receiving the return of a ball lending card on which cache data is stored (neither is shown). For example, when a player performs a ball lending operation, a loan ball control signal corresponding to the ball lending operation is transmitted to the card unit 2180. The payout/launch control circuit 2400 controls the payout device 2082 to pay out game balls based on the loan ball control signal transmitted from the card unit 2180. The operation panel 2182 is often provided on the pachinko game machine side, but may be provided on the card unit 2180 side.

また、払出・発射制御回路2400は、発射ハンドル62(図1、図2参照)が時計回りの方向へ回動操作されたことに基づいて、その回動角度(回動量)に応じて発射ソレノイド(図示せず)に電力を供給し、遊技球を発射させる制御を行う。 In addition, when the launch handle 62 (see Figures 1 and 2) is rotated clockwise, the payout/launch control circuit 2400 supplies power to a launch solenoid (not shown) according to the rotation angle (amount of rotation), and controls the launch of the game ball.

電源供給回路2450は、遊技に際して必要な電源電圧を、主制御回路2200、サブ制御回路2300、払出・発射制御回路2400等に供給するために作成する電源回路である。 The power supply circuit 2450 is a power supply circuit created to supply the power supply voltage required during play to the main control circuit 2200, the sub control circuit 2300, the payout/launch control circuit 2400, etc.

電源供給回路2450には、電源スイッチ2095等が接続されている。電源スイッチ2095は、パチンコ遊技機(より詳しくは、主制御回路2200、サブ制御回路2300、払出・発射制御回路2400等)に必要な電源を供給するときにオン操作するものである。 The power supply circuit 2450 is connected to a power switch 2095 and other components. The power switch 2095 is turned on when the necessary power is to be supplied to the pachinko game machine (more specifically, the main control circuit 2200, the sub-control circuit 2300, the payout/launch control circuit 2400, etc.).

[3-3.基本仕様]
次に、図89~図92を参照して、第3のパチンコ遊技機の基本仕様について説明する。なお、第3のパチンコ遊技機は設定機能付きのパチンコ遊技機であってもよいが、以下では、設定機能にかかわる記載は省略する。
[3-3. Basic specifications]
Next, the basic specifications of the third pachinko gaming machine will be described with reference to Figures 89 to 92. The third pachinko gaming machine may be a pachinko gaming machine with a setting function, but the description of the setting function will be omitted below.

なお、第3のパチンコ遊技機では、確変制御が実行されない。また、第3のパチンコ遊技機では、時短制御が実行されない通常遊技状態および時短制御が実行される時短遊技状態が用意されており、メインCPU2201は、通常遊技状態または時短遊技状態において遊技を進行させることが可能となっている。 The third pachinko gaming machine does not execute the probability bonus control. The third pachinko gaming machine also has a normal gaming state in which the time-saving control is not executed, and a time-saving gaming state in which the time-saving control is executed, and the main CPU 2201 can proceed with the game in the normal gaming state or the time-saving gaming state.

本実施例において、通常遊技状態では左打ちが正規な遊技態様とされ、時短遊技状態では右打ちが正規な遊技態様とされる。サブCPU2301は、正規な遊技態様とされる打ち方を、例えば表示装置2007の表示領域に表示する制御を実行する。 In this embodiment, in the normal game mode, left hitting is the regular game mode, and in the time-saving game mode, right hitting is the regular game mode. The sub-CPU 2301 executes control to display the hitting method that is the regular game mode, for example, in the display area of the display device 2007.

[3-3-1.特別図柄の当り判定テーブル]
図89は、第3のパチンコ遊技機が備える主制御回路2200のメインROM2202に記憶されている特別図柄の当り判定テーブルの一例である。
[3-3-1. Special symbol winning judgment table]
FIG. 89 shows an example of a special symbol winning determination table stored in the main ROM 2202 of the main control circuit 2200 provided in the third pachinko gaming machine.

図89に示されるとおり、第1始動口2120に遊技球が入賞(通過)した場合、メインCPU2201は、第1特別図柄の大当り判定用乱数値を用いた第1特別図柄の当り判定処理に基づいて、特別図柄の当り判定処理の結果を、「時短当り」、「大当り」または「ハズレ」に決定する。また、第2始動口2140に遊技球が入賞(通過)した場合、メインCPU2201は、第2特別図柄の大当り判定用乱数値を用いた第2特別図柄の当り判定処理に基づいて、特別図柄の当り判定処理の結果を、「時短当り」、「大当り」または「役物開放当り」に決定する。 As shown in FIG. 89, when a game ball enters (passes) the first start hole 2120, the main CPU 2201 determines the result of the hit determination process for the special symbol to be a "time-saving hit", "jackpot", or "miss" based on the hit determination process for the first special symbol using a random number value for determining a jackpot for the first special symbol. Also, when a game ball enters (passes) the second start hole 2140, the main CPU 2201 determines the result of the hit determination process for the special symbol to be a "time-saving hit", "jackpot", or "gimmick release hit" based on the hit determination process for the second special symbol using a random number value for determining a jackpot for the second special symbol.

なお、第1特別図柄の当り判定処理が行われた場合に「役物開放当り」が決定されないようにすることは必須ではないが、「役物開放当り」に決定されるようにしたとしても、第2特別図柄の当り判定処理が行われた場合と比べて極めて低い確率(例えば、「大当り」と同等か「大当り」よりも低い確率)でしか決定されないようにすることが好ましい。また、第2特別図柄の当り判定処理が行われた場合に「ハズレ」に決定されないようにすることは必須ではないが、「ハズレ」に決定されるようにした場合、「役物開放当り」に決定される確率よりも高くなるようにしてもよいし、「役物開放当り」に決定される確率よりも低くなるようにしてもよい。 It is not essential that a "hit on the release of the special feature" is not determined when the hit determination process for the first special symbol is performed, but even if a "hit on the release of the special feature" is determined, it is preferable that the probability of the "hit on the release of the special feature" is extremely low compared to when the hit determination process for the second special symbol is performed (for example, a probability equal to or lower than a "jackpot"). Also, it is not essential that a "miss" is not determined when the hit determination process for the second special symbol is performed, but if a "miss" is determined, the probability may be higher than the probability of the "hit on the release of the special feature" or lower than the probability of the "hit on the release of the special feature".

メインROM2202に記憶される特別図柄の当り判定テーブルには、第1始動口2120への入賞に基づいて実行される第1特別図柄の当り判定処理に用いられるデータとして、「時短当り」、「大当り」又は「ハズレ」に決定される大当り判定用乱数値の範囲(幅)と、それに対応する判定値データ(「時短当り判定値データ」、「大当り判定値データ」、「ハズレ判定値データ」)との関係が規定されている。また、第2始動口2140への入賞に基づいて実行される第2特別図柄の当り判定処理に用いられるデータとして、「時短当り」、「大当り」又は「役物開放当り」に決定される大当り判定用乱数値の範囲(幅)と、それに対応する判定値データ(「時短当り判定値データ」、「大当り判定値データ」、「役物開放当り判定値データ」)との関係が規定されている。 In the hit determination table for the special symbols stored in the main ROM 2202, the relationship between the range (width) of the random number value for determining a hit that is determined to be a "time-saving hit", a "jackpot", or a "miss" and the corresponding determination value data ("time-saving hit determination value data", "jackpot determination value data", "miss determination value data") is specified as data used in the hit determination process for the first special symbol executed based on the winning of the first starting hole 2120. In addition, the relationship between the range (width) of the random number value for determining a hit that is determined to be a "time-saving hit", a "jackpot", or a "gimmick release hit" and the corresponding determination value data ("time-saving hit determination value data", "jackpot determination value data", "gimmick release hit determination value data") is specified as data used in the hit determination process for the second special symbol executed based on the winning of the second starting hole 2140.

なお、この第3のパチンコ遊技機では、「大当り」に決定される大当り確率を変更する機能を有していないが、これは必須ではなく、例えば大当りの種類等に応じて確変フラグがオンにセットされるようにして大当り確率が高められるようにしてもよい。 Note that this third pachinko game machine does not have a function to change the jackpot probability determined for a "jackpot," but this is not essential, and the jackpot probability may be increased, for example, by setting a probability-change flag to ON depending on the type of jackpot, etc.

また、この第3のパチンコ遊技機では、第1特別図柄および第2特別図柄ともに、大当り判定用乱数値の総乱数値は65536である。すなわち、上記の大当り判定用乱数値は0~65535の範囲(幅)で発生する。 In addition, in this third pachinko gaming machine, the total random number value for the random number value used to determine a jackpot for both the first special symbol and the second special symbol is 65536. In other words, the random number value for determining a jackpot is generated within the range (width) of 0 to 65535.

なお、第3のパチンコ遊技機が設定機能付きパチンコ遊技機である場合、例えば、大当り確率または/および役物開放当り確率を、低設定よりも高設定の方が高くなるようにするとよい。この場合、例えば、大当り確率および役物開放当り確率の両方を、低設定よりも高設定の方が高くなるようにしてもよいし、役物開放当り確率を設定値にかかわらず一定とし、大当り確率を低設定よりも高設定の方が高くなるようにしてもよいし、大当り確率を設定値にかかわらず一定とし、役物開放当り確率を低設定よりも高設定の方が高くなるようにしてもよい。ただし、第3のパチンコ遊技機が設定機能付きパチンコ遊技機であったとしても、例えば、時短当り確率については、全設定で共通する確率とすることが好ましい。 When the third pachinko machine is a pachinko machine with a setting function, for example, the jackpot probability and/or the probability of hitting the special feature opening may be set to be higher in a high setting than in a low setting. In this case, for example, both the jackpot probability and the probability of hitting the special feature opening may be set to be higher in a high setting than in a low setting, or the probability of hitting the special feature opening may be set to be constant regardless of the setting value and the jackpot probability may be higher in a high setting than in a low setting, or the probability of hitting the jackpot may be set to be constant regardless of the setting value and the probability of hitting the special feature opening may be higher in a high setting than in a low setting. However, even if the third pachinko machine is a pachinko machine with a setting function, for example, it is preferable to set the probability of hitting the time-saving feature to be the same for all settings.

また、設定値に応じて大当り確率や役物開放当り確率を変えることに代えてまたは加えて、例えば、Vアタッカー2152の開放時間を設定値毎に変えてV入賞装置2150への入賞率を変えたり、V入賞口2155の開放頻度や開放時間を設定値毎に変えてV入賞口2155への通過率を変えたり、時短継続回数を設定値毎に変えたりする等してもよい。すなわち、大当り確率、役物開放当り確率、V入賞口2155の開放頻度(すなわちVアタッカー2152の作動頻度)や開放時間および時短継続回数等、遊技者にとっての有利度合いを変更しうる条件のうちの一つまたは二つ以上を採用することにより、大当り遊技状態に制御される期待値が低設定よりも高設定の方が高くなるように構成してもよい。 In addition to or instead of changing the jackpot probability or the probability of winning the special feature opening according to the set value, for example, the opening time of the V attacker 2152 may be changed for each set value to change the winning rate for the V winning device 2150, the opening frequency or opening time of the V winning port 2155 may be changed for each set value to change the passing rate to the V winning port 2155, or the number of times the time-saving continuation may be changed for each set value. In other words, by adopting one or more of the conditions that can change the degree of advantage for the player, such as the jackpot probability, the probability of winning the special feature opening, the opening frequency of the V winning port 2155 (i.e., the operation frequency of the V attacker 2152), the opening time, and the number of times the time-saving continuation may be changed, the expected value controlled for the jackpot game state may be configured to be higher for a high setting than for a low setting.

[3-3-2.特別図柄判定テーブル]
図90は、第3のパチンコ遊技機が備える主制御回路2200のメインROM2202に記憶されている特別図柄判定テーブルの一例である。
[3-3-2. Special symbol determination table]
FIG. 90 shows an example of a special symbol determination table stored in the main ROM 2202 of the main control circuit 2200 provided in the third pachinko gaming machine.

特別図柄判定テーブルは、始動口2120,2140に遊技球が入賞した際に抽出される特別図柄の図柄乱数値と先述の判定値データとに基づいて、停止図柄を決定付ける「選択図柄コマンド」および「図柄指定コマンド」を選択する際に参照されるテーブルである。「選択図柄コマンド」は、特別図柄の当り判定処理の結果が大当りであった場合に、大当り種類に応じて定められる当り図柄を指定するためのコマンドであり、「図柄指定コマンド」は、特別図柄の可変表示の停止時に表示される図柄を指定するためのコマンドである。特別図柄の図柄乱数値は、例えば0~99(100種類)の中から抽出される。 The special symbol determination table is a table that is referenced when selecting a "select symbol command" and a "symbol designation command" that determine the stopping symbol based on the symbol random number value of the special symbol extracted when the game ball enters the starting hole 2120, 2140 and the aforementioned determination value data. The "select symbol command" is a command for designating the winning symbol determined according to the type of jackpot when the result of the special symbol hit determination process is a jackpot, and the "symbol designation command" is a command for designating the symbol that is displayed when the variable display of the special symbol stops. The symbol random number value of the special symbol is extracted from, for example, 0 to 99 (100 types).

図90に示される特別図柄判定テーブルによれば、第1特別図柄の当り判定処理の結果として時短当り判定値データが得られた場合、第1特別図柄の図柄乱数値が例えば0~99のいずれであっても、メインCPU2201は、選択図柄コマンドとして「z0」を選択し、図柄指定コマンドとして「zA1」を選択する。 According to the special symbol determination table shown in FIG. 90, when time-saving hit determination value data is obtained as a result of the hit determination process for the first special symbol, the main CPU 2201 selects "z0" as the selected symbol command and "zA1" as the symbol designation command, regardless of whether the symbol random number value of the first special symbol is, for example, 0 to 99.

また、第1特別図柄の当り判定処理の結果として大当り判定値データが得られた場合、メインCPU2201は、例えば、選択図柄コマンドおよび図柄指定コマンドを以下のように選択する。すなわち、第1特別図柄の図柄乱数値が0~3のいずれかである場合、メインCPU2201は、選択図柄コマンドとして「z1」を選択し、図柄指定コマンドとして「zA2」を選択する。また、第1特別図柄の図柄乱数値が4~60のいずれかである場合、メインCPU2201は、選択図柄コマンドとして「z2」を選択し、図柄指定コマンドとして「zA2」を選択する。さらに、第1特別図柄の図柄乱数値が61~99のいずれかである場合、メインCPU2201は、選択図柄コマンドとして「z3」を選択し、図柄指定コマンドとして「zA2」を選択する。 In addition, when jackpot determination value data is obtained as a result of the hit determination process for the first special symbol, the main CPU 2201 selects, for example, the selected symbol command and the symbol designation command as follows. That is, when the symbol random number value of the first special symbol is any value between 0 and 3, the main CPU 2201 selects "z1" as the selected symbol command and "zA2" as the symbol designation command. In addition, when the symbol random number value of the first special symbol is any value between 4 and 60, the main CPU 2201 selects "z2" as the selected symbol command and "zA2" as the symbol designation command. In addition, when the symbol random number value of the first special symbol is any value between 61 and 99, the main CPU 2201 selects "z3" as the selected symbol command and "zA2" as the symbol designation command.

また、第1特別図柄の当り判定処理の結果としてハズレ判定値データが得られた場合、第1特別図柄の図柄乱数値が0~99のいずれであっても、メインCPU2201は、選択図柄コマンドとして「z4」を選択し、図柄指定コマンドとして「zA3」を選択する。 In addition, if loss determination value data is obtained as a result of the winning determination process for the first special symbol, regardless of whether the symbol random number value of the first special symbol is 0 to 99, the main CPU 2201 selects "z4" as the selected symbol command and "zA3" as the symbol designation command.

また、第2特別図柄の当り判定処理の結果として時短当り判定値データが得られた場合、例えば、選択図柄コマンドおよび図柄指定コマンドは以下のように選択される。すなわち、第2特別図柄の図柄乱数値が0~99のいずれかであったとしても、メインCPU2201は、選択図柄コマンドとして「z5」を選択し、図柄指定コマンドとして「zA4」を選択する。 In addition, when time-saving hit determination value data is obtained as a result of the hit determination process for the second special symbol, for example, the selected symbol command and the symbol designation command are selected as follows. That is, even if the symbol random number value of the second special symbol is any value between 0 and 99, the main CPU 2201 selects "z5" as the selected symbol command and "zA4" as the symbol designation command.

また、第2特別図柄の当り判定処理の結果として大当り判定値データが得られた場合、例えば、選択図柄コマンドおよび図柄指定コマンドは以下のように選択される。すなわち、第2特別図柄の図柄乱数値が0~99のいずれかであったとしても、メインCPU2201は、選択図柄コマンドとして「z6」を選択し、図柄指定コマンドとして「zA5」を選択する。 In addition, when jackpot determination value data is obtained as a result of the hit determination process for the second special symbol, for example, the selected symbol command and the symbol designation command are selected as follows. That is, even if the symbol random number value of the second special symbol is any value between 0 and 99, the main CPU 2201 selects "z6" as the selected symbol command and "zA5" as the symbol designation command.

さらに、第2特別図柄の当り判定処理の結果として役物開放当り判定値データが得られた場合、例えば、選択図柄コマンドおよび図柄指定コマンドは以下のように選択される。すなわち、第2特別図柄の図柄乱数値が0~99のいずれであったとしても、メインCPU2201は、選択図柄コマンドとして「z7」を選択し、図柄指定コマンドとして「zA6」を選択する。 Furthermore, when the winning determination process for the second special symbol results in the obtaining of the winning determination value data for the release of the reel, for example, the selected symbol command and the symbol designation command are selected as follows. That is, regardless of whether the symbol random number value for the second special symbol is 0 to 99, the main CPU 2201 selects "z7" as the selected symbol command and "zA6" as the symbol designation command.

なお、第3のパチンコ遊技機では説明を省略するが、主制御回路2200のメインROM2202には、第1のパチンコ遊技機において説明した特別図柄停止態様決定テーブル(図12(A)参照)に相当する特別図柄停止態様決定テーブルが記憶されている。特別図柄停止態様決定テーブルは、特別図柄の可変表示が停止したときに第1特別図柄表示部2163または第2特別図柄表示部2164(図88参照)に導出される特別図柄の停止態様を、選択図柄コマンドに応じて決定する際に参照されるテーブルである。また、特別図柄表示部2163,2164には、特別図柄の当り判定処理の結果に基づいて、時短当りの表示態様、大当りの表示態様、役物開放当りの表示態様またはハズレの表示態様が導出される。また、第1のパチンコ遊技機において説明した装飾図柄停止態様決定テーブル(図12(B)参照)に相当する装飾図柄停止態様決定テーブルについても、サブ制御回路2300のプログラムROM2302に記憶されている。 Although the third pachinko gaming machine will not be described, the main ROM 2202 of the main control circuit 2200 stores a special symbol stop mode determination table equivalent to the special symbol stop mode determination table (see FIG. 12(A)) described in the first pachinko gaming machine. The special symbol stop mode determination table is a table that is referenced when determining the stop mode of the special symbol that is output to the first special symbol display unit 2163 or the second special symbol display unit 2164 (see FIG. 88) when the variable display of the special symbol stops, in response to a selected symbol command. In addition, the special symbol display units 2163 and 2164 derive the display mode of the time-saving hit, the display mode of the jackpot, the display mode of the gimmick opening hit, or the display mode of the miss based on the result of the special symbol hit determination process. In addition, a decorative symbol stop mode determination table corresponding to the decorative symbol stop mode determination table described in the first pachinko game machine (see FIG. 12(B)) is also stored in the program ROM 2302 of the sub-control circuit 2300.

[3-3-3.当り種類決定テーブル]
図91は、第3のパチンコ遊技機が備える主制御回路2200のメインROM2202に記憶されている当り種類決定テーブルの一例である。当り種類決定テーブルは、特別図柄の図柄乱数値に対応して決定される選択図柄コマンドに応じて、大当り遊技状態の態様(より詳しくはラウンド数)と、その後の遊技状態の態様(より詳しくは時短フラグおよび時短の終了条件)と、を決定する際に参照される。その後の遊技状態の態様は、大当り遊技状態終了後の遊技状態の態様を示す。ただし、特別図柄の当り判定処理の結果が時短当りである場合は、大当り遊技状態に制御されることなくC時短遊技状態に制御される。図91の時短の終了条件に欄に示される「L」は、第1特別図柄の可変表示回数と第2特別図柄の可変表示回数との和を示す。同様に、「M」は第2特別図柄の可変表示回数を示し、「N」は役物開放当り回数を示す。なお、図91の備考欄は、分かりやすいように便宜上記載したものである。
[3-3-3. Winning Type Determination Table]
FIG. 91 is an example of a winning type determination table stored in the main ROM 2202 of the main control circuit 2200 of the third pachinko gaming machine. The winning type determination table is referred to when determining the mode of the jackpot game state (more specifically, the number of rounds) and the mode of the subsequent game state (more specifically, the time-saving flag and the end condition of the time-saving) according to the selection pattern command determined in response to the pattern random number value of the special pattern. The mode of the subsequent game state indicates the mode of the game state after the jackpot game state ends. However, if the result of the hit determination process of the special pattern is a time-saving hit, the game is controlled to the C time-saving game state without being controlled to the jackpot game state. "L" shown in the column of the time-saving end condition in FIG. 91 indicates the sum of the variable display number of the first special pattern and the variable display number of the second special pattern. Similarly, "M" indicates the variable display number of the second special pattern, and "N" indicates the number of times of the opening of the special device. Note that the remarks in the remarks column of FIG. 91 are written for convenience and to make it easier to understand.

本実施例では、特別図柄の当り判定処理の結果が「時短当り」である場合、C時短遊技状態の態様は、次のとおり決定される。例えば、選択図柄コマンドが「z0」である場合、メインCPU2201は、時短フラグをオンにセットすることを決定し、時短の終了条件を、L=30、M=6、N=3に決定する。また、選択図柄コマンドが「z5」である場合、メインCPU2201は、時短フラグをオンにセットすることを決定し、時短の終了条件を、L=30、M=3、N=3に決定する。なお、特別図柄の当り判定処理の結果が「時短当り」である場合、大当り遊技状態の態様としてのラウンド数は決定されない。 In this embodiment, if the result of the special symbol hit determination process is a "time-saving hit", the mode of the C time-saving game state is determined as follows. For example, if the selected symbol command is "z0", the main CPU 2201 decides to set the time-saving flag on, and determines the time-saving end conditions to be L=30, M=6, and N=3. Also, if the selected symbol command is "z5", the main CPU 2201 decides to set the time-saving flag on, and determines the time-saving end conditions to be L=30, M=3, and N=3. Note that if the result of the special symbol hit determination process is a "time-saving hit", the number of rounds as the mode of the jackpot game state is not determined.

また、特別図柄の当り判定処理の結果が「大当り」である場合、大当り遊技状態の態様としてのラウンド数、およびその後の遊技状態(A時短遊技状態)の態様は、次のとおり決定される。例えば、選択図柄コマンドが「z1」である場合、メインCPU2201は、ラウンド数を10ラウンドに決定し、時短フラグをオンにセットすることを決定し、時短の終了条件を、L=50、M=5、N=2に決定する。また、選択図柄コマンドが「z2」である場合、メインCPU2201は、ラウンド数を4ラウンドに決定し、時短フラグをオンにセットすることを決定し、時短の終了条件を、L=50、M=5、N=1に決定する。また、選択図柄コマンドが「z3」である場合、メインCPU2201は、ラウンド数を4ラウンドに決定し、時短フラグをオンにセットしないことを決定する。また、選択図柄コマンドが「z6」である場合、メインCPU2201は、ラウンド数を10ラウンドに決定し、時短フラグをオンにセットすることを決定し、時短の終了条件を、L=50、M=5、N=2に決定する。 In addition, if the result of the special symbol hit determination process is "jackpot", the number of rounds as the mode of the jackpot game state and the mode of the subsequent game state (A time-saving game state) are determined as follows. For example, if the selected symbol command is "z1", the main CPU 2201 determines the number of rounds to be 10 rounds, determines to set the time-saving flag on, and determines the end conditions of the time-saving to be L = 50, M = 5, N = 2. In addition, if the selected symbol command is "z2", the main CPU 2201 determines the number of rounds to be 4 rounds, determines to set the time-saving flag on, and determines the end conditions of the time-saving to be L = 50, M = 5, N = 1. In addition, if the selected symbol command is "z3", the main CPU 2201 determines the number of rounds to be 4 rounds, and determines not to set the time-saving flag on. Furthermore, if the selected symbol command is "z6," the main CPU 2201 determines the number of rounds to be 10 rounds, determines to set the time-saving flag to ON, and determines the time-saving end conditions to be L=50, M=5, and N=2.

また、特別図柄の当り判定処理の結果が「役物開放り」(例えば、選択図柄コマンドが「z7」)であって、第2のルートを経た大当り遊技状態に制御された場合、メインCPU2201は、ラウンド数を10ラウンドに決定し、時短フラグをオンにセットすることを決定し、時短の終了条件を、L=50、M=5、N=2に決定する。ただし、特別図柄の当り判定処理の結果が「役物開放り」であったとしても、第2のルートを経た大当り遊技状態に制御されなかった場合には、メインCPU2201は、大当り遊技状態を実行しないだけでなく、時短フラグもオンにセットせず、役物開放当りに基づく制御を実行した後、役物開放当り直前の遊技状態に戻す。 In addition, if the result of the special symbol hit determination process is "release of the special feature" (for example, the selected symbol command is "z7") and the game state is controlled to a jackpot game state via the second route, the main CPU 2201 determines the number of rounds to be 10 rounds, decides to set the time-saving flag to ON, and determines the time-saving end conditions to be L = 50, M = 5, and N = 2. However, even if the result of the special symbol hit determination process is "release of the special feature", if the game state is not controlled to a jackpot game state via the second route, the main CPU 2201 not only does not execute the jackpot game state, but also does not set the time-saving flag to ON, and after executing control based on the special feature hit, returns to the game state immediately before the special feature hit.

また、例えば、特別図柄の当り判定処理の結果が「ハズレ」である場合(例えば、選択図柄コマンドが「z4」の場合)、メインCPU2201は、大当り遊技状態の態様およびその後の遊技状態の態様のいずれもセットしない。すなわち、特別図柄の当り判定処理の結果がハズレの場合、メインCPU2201は、遊技状態を移行させずに、それまでの遊技状態に継続して制御する。 Also, for example, if the result of the special symbol hit determination process is a "miss" (for example, if the selected symbol command is "z4"), the main CPU 2201 does not set either the mode of the big win game state or the mode of the game state thereafter. In other words, if the result of the special symbol hit determination process is a miss, the main CPU 2201 does not transition the game state, but continues to control the game state up to that point.

なお、特別図柄の当り判定処理の結果が「ハズレ」である場合(例えば、選択図柄コマンドが「z4」の場合)、上述したように大当り遊技状態の態様およびその後の遊技状態の態様のいずれもセットされないため、本来、図91の当り種類決定テーブルに図示する必要がない。ただし、本実施例では、特別図柄の当り判定処理の結果が「ハズレ」である場合、大当り遊技状態の態様およびその後の遊技状態の態様のいずれも決定されないことを明示するために、便宜上、図91に図示したものである。 Note that if the result of the special symbol hit determination process is a "miss" (for example, if the selected symbol command is "z4"), neither the state of the jackpot game state nor the state of the subsequent game state is set as described above, so there is no need to illustrate this in the hit type determination table of FIG. 91. However, in this embodiment, for the sake of convenience, it is illustrated in FIG. 91 to clearly show that neither the state of the jackpot game state nor the state of the subsequent game state is determined when the result of the special symbol hit determination process is a "miss".

また、図91の時短の終了条件の欄に示される「L」、「M」、および「N」は、いずれも遊技状態にかかわらず同じ条件であるが、これに限られず、遊技状態に応じて異なる条件としてもよい。例えば、終了条件「L」、「M」、および「N」の全部を、A時短遊技状態とB時短遊技状態とC時短遊技状態とでそれぞれ異ならせてもよいし、A時短遊技状態とB時短遊技状態とC時短遊技状態とのうちいずれか一の時短遊技状態でのみ異ならせてもよい。また、終了条件「L」、「M」、および「N」のうちいずれか一の終了条件のみを、A時短遊技状態とB時短遊技状態とC時短遊技状態とでそれぞれ異ならせてもよいし、A時短遊技状態とB時短遊技状態とC時短遊技状態とのうちいずれか一の時短遊技状態でのみ異ならせてもよい。すなわち、終了条件「L」、「M」、および「N」のうち少なくともいずれか一の終了条件を、A時短遊技状態とB時短遊技状態とC時短遊技状態とのうち少なくともいずれか一の時短遊技状態において異ならせてもよい。 The "L", "M", and "N" shown in the column of the time-saving termination conditions in FIG. 91 are all the same conditions regardless of the game state, but are not limited to this and may be different conditions depending on the game state. For example, all of the termination conditions "L", "M", and "N" may be different for the A time-saving game state, the B time-saving game state, and the C time-saving game state, respectively, or may be different only for one of the time-saving game states among the A time-saving game state, the B time-saving game state, and the C time-saving game state. Also, only one of the termination conditions "L", "M", and "N" may be different for the A time-saving game state, the B time-saving game state, and the C time-saving game state, respectively, or may be different only for one of the time-saving game states among the A time-saving game state, the B time-saving game state, and the C time-saving game state. In other words, at least one of the end conditions "L", "M", and "N" may be different in at least one of the time-saving play states A, B, and C.

[3-3-4.特別図柄の変動パターンテーブル]
図92は、第3のパチンコ遊技機の特別図柄の変動パターンテーブルの一例である。なお、図92中の「備考」の欄は、分かりやすいように便宜上示したものである。メインCPU2201は、第1始動口2120への遊技球の入賞に基づくときは第1特別図柄の変動パターンを決定し、第2始動口2140への遊技球の入賞に基づくときは第2特別図柄の変動パターンを決定する。
[3-3-4. Special symbol variation pattern table]
Fig. 92 is an example of a variation pattern table of special symbols of the third pachinko game machine. The "Notes" column in Fig. 92 is shown for convenience. The main CPU 2201 determines the variation pattern of the first special symbol when the winning is based on the winning of a game ball into the first start hole 2120, and determines the variation pattern of the second special symbol when the winning is based on the winning of a game ball into the second start hole 2140.

図92に示されるように、メインCPU2201は、第1始動口2120に遊技球が入賞したときは第1特別図柄の変動パターンを決定し、第2始動口2140に遊技球が入賞したときは第2特別図柄の変動パターンを決定する。 As shown in FIG. 92, the main CPU 2201 determines the variation pattern of the first special symbol when the gaming ball enters the first starting hole 2120, and determines the variation pattern of the second special symbol when the gaming ball enters the second starting hole 2140.

図92に示されるように、第1特別図柄の当り判定処理の結果が「時短当り」である場合、メインCPU2201は、第1特別図柄の変動パターンを、第1始動口2120に遊技球が入賞(通過)したときに抽出された演出選択用乱数値に基づいて決定する。 As shown in FIG. 92, if the result of the hit determination process for the first special symbol is a "time-saving hit," the main CPU 2201 determines the variation pattern of the first special symbol based on the random number value for effect selection extracted when the gaming ball enters (passes through) the first starting hole 2120.

また、第1特別図柄の当り判定処理の結果が「大当り」である場合、メインCPU2201は、第1特別図柄の変動パターンを、第1始動口2120に遊技球が入賞(通過)したときに抽出された演出選択用乱数値に基づいて決定する。 In addition, if the result of the hit determination process for the first special symbol is a "jackpot," the main CPU 2201 determines the variation pattern of the first special symbol based on the random number value for effect selection extracted when the gaming ball enters (passes through) the first starting hole 2120.

また、第1特別図柄の当り判定処理の結果が「ハズレ」である場合、メインCPU2201は、第1特別図柄の変動パターンを、時短フラグの値、第1始動口2120に遊技球が入賞(通過)したときに抽出されたリーチ判定用乱数値および演出選択用乱数値に基づいて決定する。なお、時短遊技状態では右打ちが正規な遊技態様とされるため第1始動口2120に遊技球が入賞することは殆どないと考えられる。 In addition, if the result of the hit determination process for the first special symbol is a "miss," the main CPU 2201 determines the variation pattern of the first special symbol based on the value of the time-saving flag, the reach determination random number value extracted when the gaming ball enters (passes) the first starting hole 2120, and the effect selection random number value. Note that, since hitting to the right is considered the regular gaming mode in the time-saving gaming state, it is considered that the gaming ball will rarely enter the first starting hole 2120.

また、第2特別図柄の当り判定処理の結果が「時短当り」である場合、メインCPU2201は、第1特別図柄の変動パターンを、第2始動口2140に遊技球が入賞(通過)したときに抽出された演出選択用乱数値に基づいて決定する。 In addition, if the result of the hit determination process for the second special symbol is a "time-saving hit," the main CPU 2201 determines the variation pattern of the first special symbol based on the random number value for effect selection extracted when the gaming ball enters (passes through) the second starting hole 2140.

また、第2特別図柄抽選の結果が「大当り」である場合、メインCPU2201は、第2特別図柄の変動パターンを、第2始動口2140に遊技球が入賞(通過)したときに抽出された演出選択用乱数値に基づいて決定する。 In addition, if the result of the second special symbol lottery is a "jackpot," the main CPU 2201 determines the variation pattern of the second special symbol based on the random number value for effect selection extracted when the gaming ball enters (passes through) the second starting hole 2140.

第2特別図柄の当り判定処理の結果が「役物開放当り」であって且つ時短フラグの値が「1」である場合、メインCPU2201は、第2特別図柄の変動パターンを、第2始動口2140に遊技球が入賞したときに抽出されたリーチ判定用乱数値および演出選択用乱数値に基づいて第2特別図柄の変動パターンを決定する。 If the result of the hit determination process for the second special symbol is a "hit with the release of the special feature" and the value of the time-saving flag is "1", the main CPU 2201 determines the fluctuation pattern of the second special symbol based on the reach determination random number value and the performance selection random number value extracted when the gaming ball enters the second start hole 2140.

一方、第2特別図柄の当り判定処理の結果が「役物開放当り」であって且つ時短フラグの値が「0」である場合、メインCPU2201は、第2特別図柄の変動パターンを、変動時間が例えば600000msecと極めて長い長変動演出に決定する。時短フラグの値が「0」である場合、基本的に第2始動口2140に遊技球が入賞(通過)することはないが、不測の事態が発生して仮に万一第2始動口2140に遊技球が入賞した場合であっても、有利者に与えうる利益を最小限にとどめるようにするためこのようにしたものであるが、このようにすることは必ずしも必須ではない。 On the other hand, if the result of the hit determination process for the second special symbol is a "hit on the release of the reel" and the value of the time-saving flag is "0", the main CPU 2201 determines the fluctuation pattern of the second special symbol to be a long fluctuation presentation with an extremely long fluctuation time, for example, 600,000 msec. If the value of the time-saving flag is "0", the game ball will not basically enter (pass) the second start hole 2140, but even if an unforeseen event occurs and the game ball does enter the second start hole 2140, this is done in order to minimize the profit that can be given to the advantageous player, but this is not necessarily required.

なお、リーチ判定用乱数値は例えば0~249(250種類)の中から抽出され、演出選択用乱数値は例えば0~99(100種類)の中から抽出される。ただし、発生する乱数値の範囲は上記に限られない。 The random number value for reach determination is selected from, for example, 0 to 249 (250 types), and the random number value for effect selection is selected from, for example, 0 to 99 (100 types). However, the range of generated random numbers is not limited to the above.

メインCPU2201は、第1始動口2120への遊技球の入賞に基づいて抽出した演出選択用乱数値が特定の乱数値である場合、先読みフラグを設定する。メインCPU2201から送信された特別図柄の変動パターンコマンドを受信したサブCPU2301は、先読みフラグが設定されている場合、先読み演出を行う。 The main CPU 2201 sets a look-ahead flag if the random number value for effect selection extracted based on the entry of the game ball into the first starting hole 2120 is a specific random number value. The sub-CPU 2301, which receives the special symbol variation pattern command sent from the main CPU 2201, performs a look-ahead effect if the look-ahead flag is set.

なお、便宜上、図92の特別図柄の変動パターンテーブルにはあらわれていないが、本実施例では、メインCPU2201は、時短フラグがオフである場合に先読みフラグを設定し、時短フラグがオンであったり確変フラグがオンである場合には先読みフラグを設定しない。 For convenience, although it is not shown in the special symbol variation pattern table in FIG. 92, in this embodiment, the main CPU 2201 sets the look-ahead flag when the time-saving flag is off, and does not set the look-ahead flag when the time-saving flag is on or the probability bonus flag is on.

また、本実施例では、先読み演出を行うか否かをメインCPU2201が決定しているが、これに限られず、サブCPU2301が決定するようにしてもよい。 In addition, in this embodiment, the main CPU 2201 decides whether or not to perform a look-ahead performance, but this is not limited to this, and the sub-CPU 2301 may decide.

なお、メインCPU2201は、時短フラグがオンである場合や確変フラグがオンである場合にも先読みフラグを設定するように(先読み演出が行われるように)してもよい。また、第2特別図柄の変動パターンを決定する際にも、先読みフラグを設定するように(先読み演出が行われるように)してもよい。 The main CPU 2201 may set the look-ahead flag (to perform a look-ahead performance) even when the time-saving flag or the probability-change flag is on. The main CPU 2201 may also set the look-ahead flag (to perform a look-ahead performance) when determining the variation pattern of the second special symbol.

時短フラグがオンである場合、決定される特別図柄の変動パターンは、時短フラグがオフである場合と比べて単位時間あたりの変動回数の期待値が小さい。すなわち、時短フラグがオンである場合の特別図柄の変動時間は、時短フラグがオフである場合の特別図柄の変動時間と比べて短時間となりやすい。 When the time-saving flag is on, the expected number of changes per unit time for the special symbol fluctuation pattern determined is smaller than when the time-saving flag is off. In other words, the time it takes for the special symbol to fluctuate when the time-saving flag is on is likely to be shorter than the time it takes for the special symbol to fluctuate when the time-saving flag is off.

メインCPU2201は、決定した変動パターン情報をサブCPU2301に送信する。サブCPU2301は、メインCPU2201から送信された変動パターン情報に基づいて、表示装置2007の表示領域に表示される表示演出や、スピーカ2032から出力される音演出を制御する。 The main CPU 2201 transmits the determined variation pattern information to the sub-CPU 2301. The sub-CPU 2301 controls the display effects displayed in the display area of the display device 2007 and the sound effects output from the speaker 2032 based on the variation pattern information transmitted from the main CPU 2201.

また、図92の「備考」の欄に示される時短当り系リーチA,Bは、特別図柄の当り判定処理の結果が時短当りの可能性がある(大当りの可能性がない)ことを示すリーチ演出である。同様に、大当り系リーチA,Bは、特別図柄の当り判定処理の結果が大当りの可能性がある(時短当りの可能性がない)ことを示すリーチ演出である。さらに、共通リーチA,Bは、特別図柄の当り判定処理の結果が時短当りおよび大当りのいずれについても可能性があることを示すリーチ演出である。 In addition, the time-saving hit type reaches A and B shown in the "Notes" column of Figure 92 are reach effects that indicate that the result of the hit determination process for the special pattern may be a time-saving hit (no possibility of a jackpot). Similarly, the jackpot type reaches A and B are reach effects that indicate that the result of the hit determination process for the special pattern may be a jackpot (no possibility of a time-saving hit). Furthermore, the common reaches A and B are reach effects that indicate that the result of the hit determination process for the special pattern may be either a time-saving hit or a jackpot.

また、第3のパチンコ遊技機では説明を省略するが、第1のパチンコ遊技機と同様に、主制御回路2200のメインROM2202には普通図柄の当り判定テーブル(図16参照)、普通図柄判定テーブル(図17参照)、普通図柄当り種類決定テーブル(図18参照)、普通図柄の変動パターンテーブル(図19参照)が記憶されている。そして、メインCPU2201は、普通電動役物2146(図87参照)の開放パターンを第1のパチンコ遊技機と同様に決定し、これに基づいて普通電動役物2146の作動態様を制御する。 Although the third pachinko gaming machine will not be described, like the first pachinko gaming machine, the main ROM 2202 of the main control circuit 2200 stores a normal symbol winning determination table (see FIG. 16), a normal symbol determination table (see FIG. 17), a normal symbol winning type determination table (see FIG. 18), and a normal symbol variation pattern table (see FIG. 19). The main CPU 2201 then determines the opening pattern of the normal electric device 2146 (see FIG. 87) in the same manner as the first pachinko gaming machine, and controls the operation mode of the normal electric device 2146 based on this.

[3-4.主制御処理]
第3のパチンコ遊技機において、主制御回路2200のメインCPU2201により実行される各種処理(各種モジュール)は、主制御メイン処理(図20~図23参照)中のS39で行われる特別図柄制御処理が異なるものの、その他の処理については同様である。そこで、以下では、特別図柄制御処理について説明し、メインCPU2201により実行されるその他の処理についての説明は省略する。なお、第3のパチンコ遊技機における特別図柄制御処理において行われる処理には、第1のパチンコ遊技機において行われる処理と同じ処理もあるが(例えば、大当り終了処理(図42、図103)等)、以下では、第1のパチンコ遊技機において行われる処理と同じ処理も含めて、ステップ番号を代えて改めて説明する。
[3-4. Main control processing]
In the third pachinko game machine, the various processes (various modules) executed by the main CPU 2201 of the main control circuit 2200 are the same as those executed by the main CPU 2201 except for the special symbol control process executed in S39 in the main control main process (see Figs. 20 to 23). Therefore, the special symbol control process will be described below, and the other processes executed by the main CPU 2201 will not be described. Note that, although the processes executed in the special symbol control process in the third pachinko game machine include the same processes as those executed in the first pachinko game machine (for example, the jackpot end process (Figs. 42 and 103)), the same processes as those executed in the first pachinko game machine will be described below with different step numbers.

[3-4-1.特別図柄制御処理]
次に、図93を参照して、主制御メイン処理(図20~図23参照)中のS39で行われる特別図柄制御処理について説明する。図93は、第3のパチンコ遊技機における特別図柄制御処理の一例を示すフローチャートである。
[3-4-1. Special symbol control process]
Next, the special symbol control process performed in S39 in the main control process (see Figs. 20 to 23) will be described with reference to Fig. 93. Fig. 93 is a flow chart showing an example of the special symbol control process in the third pachinko gaming machine.

図93に示されるように、メインCPU2201は、先ず、S2001において、特別図柄の制御状態番号をロードする。特別図柄の制御状態番号は、特別図柄の可変表示(特別図柄ゲーム)に関する制御処理の状態(ステータス)を示す番号である。メインCPU2201は、S2001の処理を実行した後、処理を、S2002に移す。 As shown in FIG. 93, the main CPU 2201 first loads the control state number of the special symbol in S2001. The control state number of the special symbol is a number that indicates the state (status) of the control process related to the variable display of the special symbol (special symbol game). After executing the process of S2001, the main CPU 2201 transfers the process to S2002.

なお、図示しないが、メインCPU2201は、特別図柄制御処理を実行するにあたり、S2001の処理に先だって、メインRAM2203内の特別図柄の作業領域等のアドレスを所定のレジスタにセットするアドレス設定処理を行う。 Although not shown, when the main CPU 2201 executes the special symbol control process, prior to the processing of S2001, the main CPU 2201 performs an address setting process to set the address of the working area of the special symbol in the main RAM 2203, etc., in a predetermined register.

また、同じく図示しないが、メインCPU2201は、特別図柄制御処理を実行するにあたり、第1特別図柄の保留数および第2特別図柄の保留数をチェックする処理も行う。そして、メインCPU2201は、第1特別図柄の保留数および第2特別図柄の保留数のいずれもが一定時間以上にわたって「0」である場合、デモ表示コマンド送信予約処理を行う。なお、この処理で送信予約されたデモ表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路2300に送信される。そして、デモ表示コマンドをサブ制御回路2300が受信すると、サブCPU2301はデモ表示演出を行う。なお、第2のパチンコ遊技機は、第1特別図柄と第2特別図柄とが並行して可変表示可能なパチンコ遊技機でないため、第1のパチンコ遊技機において説明したような主特別図柄の概念がない。 Although not shown, when executing the special symbol control process, the main CPU 2201 also performs a process of checking the reserved number of the first special symbol and the reserved number of the second special symbol. Then, when both the reserved number of the first special symbol and the reserved number of the second special symbol are "0" for a certain period of time or more, the main CPU 2201 performs a demo display command transmission reservation process. Note that the demo display command reserved for transmission in this process is transmitted to the sub-control circuit 2300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. Then, when the sub-control circuit 2300 receives the demo display command, the sub-CPU 2301 performs a demo display performance. Note that the second pachinko game machine is not a pachinko game machine in which the first special symbol and the second special symbol can be variably displayed in parallel, and therefore does not have the concept of a main special symbol as described in the first pachinko game machine.

S2002において、メインCPU2201は、S2001でロードした特別図柄の制御状態番号が0であるか否か、すなわち特別図柄の可変表示待ち状態であるか否かを判定する。 In S2002, the main CPU 2201 determines whether the control state number of the special symbol loaded in S2001 is 0, i.e., whether the special symbol is in a variable display waiting state.

S2002において特別図柄の制御番号が0でないと判定された場合(S2002がNO判定の場合)、メインCPU2201は、処理を、S2005に移す。 If it is determined in S2002 that the control number of the special symbol is not 0 (if S2002 returns a NO judgment), the main CPU 2201 transfers the process to S2005.

一方、S2002において特別図柄の制御番号が0であると判定された場合(S2002がYES判定の場合)、メインCPU2201は、処理を、S2003に移す。 On the other hand, if it is determined in S2002 that the control number of the special symbol is 0 (if S2002 returns a YES judgment), the main CPU 2201 transfers the process to S2003.

S2003において、メインCPU2201は、第2特別図柄が可変表示開始であるか否か、すなわち第2特別図柄の始動情報が保留されているか否かを判定する。 In S2003, the main CPU 2201 determines whether the second special symbol has started to be variably displayed, i.e., whether start information for the second special symbol is pending.

S2003において第2特別図柄が可変表示開始でない、すなわち第2特別図柄の始動情報が保留されていないと判定された場合(S2003がNO判定の場合)、メインCPU2201は、処理を、S2004に移す。 If it is determined in S2003 that the second special symbol has not started to be variable displayed, i.e., that the start information for the second special symbol is not pending (if S2003 returns NO), the main CPU 2201 transfers the process to S2004.

S2004において、メインCPU2201は、第1特別図柄が可変表示開始であるか否か、すなわち第1特別図柄の始動情報が保留されているか否かを判定する。 In S2004, the main CPU 2201 determines whether the first special symbol has started to be variably displayed, i.e., whether start information for the first special symbol is pending.

S2004において第1特別図柄が可変表示開始でない、すなわち第1特別図柄の始動情報が保留されていないと判定された場合(S2004がNO判定の場合)、メインCPU2201は、特別図柄制御処理を終了し、処理を、主制御メイン処理(図20~図23参照)に戻す。 If it is determined in S2004 that the first special symbol has not started to be variable displayed, i.e., that the start information for the first special symbol is not pending (if S2004 is a NO determination), the main CPU 2201 ends the special symbol control process and returns the process to the main control main process (see Figures 20 to 23).

一方、S2004において第1特別図柄が可変表示開始である、すなわち第1特別図柄の始動情報が保留されていると判定された場合(S2004がYES判定の場合)、メインCPU2201は、処理を、S2005に移す。 On the other hand, if it is determined in S2004 that the first special symbol has started to be variably displayed, i.e., that the start information for the first special symbol is pending (if S2004 returns a YES judgment), the main CPU 2201 transfers the process to S2005.

S2003に戻って、第2特別図柄が可変表示開始である、すなわち第2特別図柄の始動情報が保留されていると判定された場合(S2003がYES判定の場合)、メインCPU2201は、処理を、S2005に移す。 Returning to S2003, if it is determined that the second special symbol has started to be variably displayed, i.e., that the start information for the second special symbol is pending (if S2003 returns YES), the main CPU 2201 transfers the process to S2005.

S2005において、メインCPU2201は、特別図柄管理処理を行う。この特別図柄管理処理の詳細については、図94を参照して後述する。メインCPU2201は、S2003の処理を実行した後、特別図柄制御処理を終了し、処理を、主制御メイン処理(図20~図23参照)に戻す。 In S2005, the main CPU 2201 performs special symbol management processing. Details of this special symbol management processing will be described later with reference to FIG. 94. After executing the processing of S2003, the main CPU 2201 ends the special symbol control processing and returns the processing to the main control main processing (see FIG. 20 to FIG. 23).

なお、メインCPU2201は、割込み禁止区間を設定し、上述の特別図柄制御処理(S2001~S2005)を、割込み禁止区間内で行うことが好ましい。 It is preferable that the main CPU 2201 sets an interrupt prohibited period and performs the above-mentioned special symbol control process (S2001 to S2005) within the interrupt prohibited period.

このように、本実施例では、第3のパチンコ遊技機として、第2特別図柄の始動情報が保留されている場合、第1特別図柄よりも高い優先順位で特別図柄管理処理(S2005)が実行される優先変動機について説明したが、これに限られない。例えば、第1特別図柄の始動情報が保留されている場合、第2特別図柄よりも高い優先順位で特別図柄管理処理(S2005)が実行される優先変動機としてもよいし、第1始動口2120または第2始動口2140への入賞順に特別図柄管理処理が実行される順次変動機としてもよい。 In this manner, in this embodiment, a priority variation machine in which the special pattern management process (S2005) is executed with a higher priority than the first special pattern when the start information of the second special pattern is reserved has been described as the third pachinko gaming machine, but this is not limited to this. For example, when the start information of the first special pattern is reserved, the priority variation machine may be one in which the special pattern management process (S2005) is executed with a higher priority than the second special pattern, or a sequential variation machine in which the special pattern management process is executed in the order of winning in the first start port 2120 or the second start port 2140.

[3-4-2.特別図柄管理処理]
次に、図94を参照して、特別図柄制御処理(図93参照)中のS2005でメインCPU2201により実行される特別図柄管理処理について説明する。図94は、第3のパチンコ遊技機における特別図柄管理処理の一例を示すフローチャートである。
[3-4-2. Special design management process]
Next, the special symbol management process executed by the main CPU 2201 in S2005 during the special symbol control process (see FIG. 93) will be described with reference to Fig. 94. Fig. 94 is a flow chart showing an example of the special symbol management process in the third pachinko gaming machine.

なお、制御状態番号が0の場合(S2002がYES判定の場合)、特別図柄管理処理は、S2003がYES判定の場合は第2特別図柄が処理対象であり、S2004がYES判定の場合は第1特別図柄が処理対象である。また、制御状態番号が0でない場合(S2002がNO判定の場合)、特別図柄管理処理は、実行中の特別図柄が処理対象である。 When the control state number is 0 (when S2002 is judged as YES), the special pattern management process processes the second special pattern if S2003 is judged as YES, and processes the first special pattern if S2004 is judged as YES. Also, when the control state number is not 0 (when S2002 is judged as NO), the special pattern management process processes the special pattern currently being executed.

また、図94に示す各処理の右方に括弧書きで記載した数値(「0」~「7」)は、処理対象となる特別図柄の制御状態番号である。メインCPU2201は、制御状態番号に対応する各処理を実行することにより、特別図柄ゲームを進行させる。 The numbers ("0" to "7") in parentheses to the right of each process in FIG. 94 are the control state numbers of the special symbols that are the subject of the process. The main CPU 2201 progresses the special symbol game by executing each process that corresponds to the control state number.

メインCPU2201は、先ず、特別図柄の待ち時間が0であるか否かを判定する(S2011)。 The main CPU 2201 first determines whether the waiting time for the special symbol is 0 (S2011).

S2011において特別図柄の待ち時間が0でないと判定された場合(S2011がNO判定の場合)、メインCPU2201は、特別図柄管理処理を終了し、処理を、特別図柄制御処理(図93参照)に戻す。 If it is determined in S2011 that the waiting time for the special symbol is not 0 (if S2011 is a NO determination), the main CPU 2201 ends the special symbol management process and returns the process to the special symbol control process (see FIG. 93).

一方、S2011において特別図柄の待ち時間が0であると判定された場合(S2011がYES判定の場合)、メインCPU2201は、処理を、S2012に移す。 On the other hand, if it is determined in S2011 that the waiting time for the special symbol is 0 (if S2011 returns a YES judgment), the main CPU 2201 transfers the process to S2012.

S2012において、メインCPU2201は、特別図柄の制御状態番号をロードする。そして、メインCPU2201は、S2012の処理を実行した後、処理を、S2013に移す。なお、メインCPU2201は、S2012の処理で読み出された制御状態番号に基づいて、S2013以降の処理を行う。 In S2012, the main CPU 2201 loads the control state number of the special symbol. After executing the process of S2012, the main CPU 2201 transfers the process to S2013. The main CPU 2201 performs the processes from S2013 onward based on the control state number read in the process of S2012.

S2013において、メインCPU2201は、特別図柄可変表示開始処理を行う。このS2013の処理は、特別図柄の制御状態番号が「0」である場合に行われる処理である。この特別図柄可変表示開始処理の詳細については、図95を参照して後述する。特別図柄の制御状態番号が「0」でない場合には、メインCPU2201は、処理を、S2014に移す。 In S2013, the main CPU 2201 performs a special symbol variable display start process. This S2013 process is performed when the control state number of the special symbol is "0". Details of this special symbol variable display start process will be described later with reference to FIG. 95. If the control state number of the special symbol is not "0", the main CPU 2201 transfers the process to S2014.

S2014において、メインCPU2201は、特別図柄可変表示終了処理を行う。このS2014の処理は、特別図柄の制御状態番号が「1」である場合に行われる処理である。この特別図柄可変表示終了処理の詳細については、図96を参照して後述する。特別図柄の制御状態番号が「1」でない場合には、メインCPU2201は、処理を、S2015に移す。 In S2014, the main CPU 2201 performs special symbol variable display end processing. This S2014 processing is performed when the control state number of the special symbol is "1". Details of this special symbol variable display end processing will be described later with reference to FIG. 96. If the control state number of the special symbol is not "1", the main CPU 2201 transfers the processing to S2015.

S2015において、メインCPU2201は、特別図柄遊技判定処理を行う。このS2015の処理は、特別図柄の制御状態番号が「2」である場合に行われる処理である。この特別図柄遊技判定処理の詳細については、図97を参照して後述する。特別図柄の制御状態番号が「2」でない場合には、メインCPU2201は、処理を、S2016に移す。 In S2015, the main CPU 2201 performs a special symbol game determination process. This process of S2015 is performed when the control state number of the special symbol is "2". Details of this special symbol game determination process will be described later with reference to FIG. 97. If the control state number of the special symbol is not "2", the main CPU 2201 transfers the process to S2016.

S2016において、メインCPU2201は、V入賞装置開放準備処理を行う。このS2016の処理は、特別図柄の制御状態番号が「3」である場合に行われる処理である。このV入賞装置開放準備処理の詳細については、図99を参照して後述する。特別図柄の制御状態番号が「3」でない場合には、メインCPU2201は、処理を、S2017に移す。 In S2016, the main CPU 2201 performs a V winning device opening preparation process. This S2016 process is performed when the control state number of the special symbol is "3". Details of this V winning device opening preparation process will be described later with reference to FIG. 99. If the control state number of the special symbol is not "3", the main CPU 2201 transfers the process to S2017.

S2017において、メインCPU2201は、V入賞装置開放制御処理を行う。このS2017の処理は、特別図柄の制御状態番号が「4」である場合に行われる処理である。このV入賞装置開放制御処理の詳細については、図100を参照して後述する。特別図柄の制御状態番号が「4」でない場合には、メインCPU2201は、処理を、S2018に移す。 In S2017, the main CPU 2201 performs a V winning device opening control process. This S2017 process is performed when the control state number of the special symbol is "4". Details of this V winning device opening control process will be described later with reference to FIG. 100. If the control state number of the special symbol is not "4", the main CPU 2201 transfers the process to S2018.

S2018において、メインCPU2201は、大入賞口開放準備処理を行う。このS2018の処理は、特別図柄の制御状態番号が「5」である場合に行われる処理である。この大入賞口開放準備処理の詳細については、図101を参照して後述する。特別図柄の制御状態番号が「5」でない場合には、メインCPU2201は、処理を、S2019に移す。 In S2018, the main CPU 2201 performs a process for preparing to open the large prize opening. This process in S2018 is performed when the control state number of the special symbol is "5". Details of this process for preparing to open the large prize opening will be described later with reference to FIG. 101. If the control state number of the special symbol is not "5", the main CPU 2201 moves the process to S2019.

S2019において、メインCPU2201は、大入賞口開放制御処理を行う。このS2019の処理は、特別図柄の制御状態番号が「6」である場合に行われる処理である。この大入賞口開放制御処理の詳細については、図102を参照して後述する。特別図柄の制御状態番号が「6」でない場合には、メインCPU2201は、処理を、S2020に移す。 In S2019, the main CPU 2201 performs a large prize opening control process. This process of S2019 is performed when the control state number of the special symbol is "6". Details of this large prize opening control process will be described later with reference to FIG. 102. If the control state number of the special symbol is not "6", the main CPU 2201 transfers the process to S2020.

S2020において、メインCPU2201は、大当り終了処理を行う。このS2020の処理は、特別図柄の制御状態番号が「7」である場合に行われる処理である。この大当り終了処理の詳細については、図103を参照して後述する。 In S2020, the main CPU 2201 performs a jackpot end process. This S2020 process is performed when the control state number of the special symbol is "7". Details of this jackpot end process will be described later with reference to FIG. 103.

メインCPU2201は、S2013~S2020の処理を終了後、特別図柄管理処理を終了し、処理を、特別図柄制御処理(図93参照)に戻す。この場合、特別図柄管理処理が呼び出された処理に戻す。 After completing steps S2013 to S2020, the main CPU 2201 ends the special symbol management process and returns the process to the special symbol control process (see FIG. 93). In this case, the process returns to the process from which the special symbol management process was called.

[3-4-3.特別図柄可変表示開始処理]
次に、図95を参照して、特別図柄管理処理(図94参照)中のS2013でメインCPU2201により実行される特別図柄可変表示開始処理について説明する。図95は、第3のパチンコ遊技機における特別図柄可変表示開始処理の一例を示すフローチャートである。
[3-4-3. Special symbol variable display start process]
Next, a special symbol variable display start process executed by the main CPU 2201 in S2013 during the special symbol management process (see FIG. 94) will be described with reference to Fig. 95. Fig. 95 is a flow chart showing an example of the special symbol variable display start process in the third pachinko game machine.

なお、特別図柄可変表示開始処理が第1特別図柄を処理対象とする特別図柄管理処理中のS2013で呼び出された処理である場合、第1特別図柄が処理対象となる。同様に、特別図柄可変表示開始処理が第2特別図柄を処理対象とする特別図柄管理処理中のS2013で呼び出された処理である場合、第2特別図柄が処理対象となる。 Note that if the special symbol variable display start process is a process called in S2013 during special symbol management process in which the first special symbol is the processing target, the first special symbol is the processing target. Similarly, if the special symbol variable display start process is a process called in S2013 during special symbol management process in which the second special symbol is the processing target, the second special symbol is the processing target.

図95に示されるように、メインCPU2201は、先ず、特別図柄の制御状態番号が「0」であるか否かを判定する(S2021)。 As shown in FIG. 95, the main CPU 2201 first determines whether the control state number of the special symbol is "0" (S2021).

S2021において特別図柄の制御状態番号が「0」でないと判定された場合(S2021がNO判定の場合)、メインCPU2201は、特別図柄可変表示開始処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 If it is determined in S2021 that the control state number of the special symbol is not "0" (if S2021 is a NO determination), the main CPU 2201 ends the special symbol variable display start process and returns the process to the special symbol management process (see FIG. 94).

一方、S2021において特別図柄の制御状態番号が「0」であると判定された場合(S2021がYES判定の場合)、メインCPU2201は、処理を、S2022に移す。 On the other hand, if it is determined in S2021 that the control state number of the special symbol is "0" (if S2021 returns a YES judgment), the main CPU 2201 transfers the process to S2022.

S2022において、メインCPU2201は、特別図柄の始動情報のシフト処理を行う。メインCPU2201は、S2022の処理を実行した後、処理を、S2023に移す。 In S2022, the main CPU 2201 performs a shift process of the start information of the special pattern. After executing the process of S2022, the main CPU 2201 transfers the process to S2023.

S2023において、メインCPU2201は、特別図柄の当り判定処理を行う。この処理では、特別図柄の当り判定テーブル(図89参照)を参照し、特別図柄の大当り判定用乱数値を用いて特別図柄の当り判定が行われる。本実施例では、第1特別図柄が処理対象であれば、時短当り、大当り、およびハズレのうちいずれであるかが判定される。また、第2特別図柄が処理対象であれば、時短当り、大当り、および役物開放当りのうちいずれであるかが判定される。メインCPU2201は、S2023の処理を実行した後、処理を、S2024に移す。 In S2023, the main CPU 2201 performs a special symbol hit determination process. In this process, a special symbol hit determination table (see FIG. 89) is referenced, and a special symbol hit determination is performed using a random number value for determining whether the special symbol is a hit. In this embodiment, if the first special symbol is the target of processing, it is determined whether it is a time-saving hit, a jackpot, or a miss. Also, if the second special symbol is the target of processing, it is determined whether it is a time-saving hit, a jackpot, or a role-opening hit. After executing the process of S2023, the main CPU 2201 moves the process to S2024.

S2024において、メインCPU2201は、特別図柄決定処理を行う。この処理は、特別図柄の当り判定処理(S2023)の結果(例えば、時短当り、大当り、役物開放当りまたはハズレ)に対応する特別図柄の停止図柄を判定乃至決定する処理である。この処理では、特別図柄判定テーブル(図90参照)を参照し、特別図柄の図柄乱数値を用いて、上述の「選択図柄コマンド」や「図柄指定コマンド」が判定される。メインCPU2201は、S2024の処理を実行した後、処理を、S2025に移す。 In S2024, the main CPU 2201 performs a special symbol determination process. This process is a process for determining or deciding the stopping symbol of the special symbol that corresponds to the result of the special symbol hit determination process (S2023) (for example, a time-saving hit, a big hit, a role-opening hit, or a miss). In this process, the special symbol determination table (see FIG. 90) is referenced, and the symbol random number value of the special symbol is used to determine the above-mentioned "select symbol command" or "symbol designation command." After executing the process of S2024, the main CPU 2201 moves the process to S2025.

S2025において、メインCPU2201は、大当り種類決定処理を行う。この処理は、特別図柄の当り判定処理の結果が当り(時短当り、大当り、役物開放当り)である場合に、当りの種類を判定乃至決定する処理である。この処理では、当り種類決定テーブル(図91参照)を参照し、特別図柄決定処理(S2024)で判定された「選択図柄コマンド」に応じて当りの種類が決定される。なお、特別図柄の当り判定処理の結果が例えば役物開放当りである場合に決定される当りの種類は、役物開放当りに基づいて開放されたV入賞口2155に遊技球が通過したことによって大当り遊技制御処理が実行された場合の大当りの種類である。また、本実施例では、時短当り、大当り、および役物開放当りの種類をいずれも複数種類としているが、時短当り、大当り、または/および役物開放当りの種類は1つであってもよい。さらには、時短当り、大当り、または/および役物開放当りの種類を複数種類とすることに代えてまたは加えて、ハズレの種類を複数設けるようにしてもよい。メインCPU2201は、S2025の処理を実行した後、処理を、S2026に移す。 In S2025, the main CPU 2201 performs a jackpot type determination process. This process is a process for determining or deciding the type of win when the result of the special symbol hit determination process is a hit (time-saving hit, jackpot, or special feature release hit). In this process, the type of win is determined according to the "selected symbol command" determined in the special symbol determination process (S2024) by referring to the hit type determination table (see FIG. 91). Note that the type of win determined when the result of the special symbol hit determination process is, for example, a special feature release hit is the type of jackpot when the jackpot game control process is executed by the game ball passing through the V winning hole 2155 opened based on the special feature release hit. In addition, in this embodiment, the types of time-saving hit, jackpot, and special feature release hit are all multiple types, but the type of time-saving hit, jackpot, and/or special feature release hit may be one type. Furthermore, instead of or in addition to providing multiple types of time-saving hits, jackpots, and/or feature release hits, multiple types of misses may be provided. After executing the process of S2025, the main CPU 2201 moves the process to S2026.

S2026において、メインCPU2201は、特別図柄の変動パターン決定処理を行う。この処理は、特別図柄の変動パターンを判定乃至決定する処理である。この処理では、特別図柄の変動パターンテーブル(図92参照)を参照し、例えば、特別図柄の種類、特別図柄の当り判定処理(S2023)の結果、時短フラグの値、リーチ判定用乱数値または/および演出選択用乱数値等に応じて、特別図柄の変動パターンが決定される。メインCPU2201は、S2026の処理を実行した後、処理を、S2027に移す。 In S2026, the main CPU 2201 performs a process for determining the variation pattern of the special symbol. This process is a process for judging or determining the variation pattern of the special symbol. In this process, the special symbol variation pattern table (see FIG. 92) is referenced, and the variation pattern of the special symbol is determined, for example, according to the type of special symbol, the result of the special symbol hit judgment process (S2023), the value of the time-saving flag, the random number value for reach judgment and/or the random number value for effect selection, etc. After executing the process of S2026, the main CPU 2201 moves the process to S2027.

S2027において、メインCPU2201は、特別図柄の可変表示時間設定処理を行う。この処理では、変動パターンテーブル(図92参照)を参照し、特別図柄の変動パターン決定処理(S2026)で決定された変動パターンに対応する変動時間が、特別図柄の変動時間として決定される。メインCPU2201は、S2027の処理を実行した後、処理を、S2028に移す。 In S2027, the main CPU 2201 performs a variable display time setting process for the special symbol. In this process, the variation pattern table (see FIG. 92) is referenced, and the variation time corresponding to the variation pattern determined in the variation pattern determination process for the special symbol (S2026) is determined as the variation time for the special symbol. After executing the process of S2027, the main CPU 2201 transfers the process to S2028.

S2028において、メインCPU2201は、特別図柄の制御状態番号に「1」をセットする処理を行う。このように、特別図柄の制御状態番号を「1」にセットする処理を行うことにより、この特別図柄可変表示開始処理の終了後に、特別図柄可変表示終了処理(図94のS2014参照)が行われることとなる。メインCPU2201は、S2028の処理を実行した後、処理を、S2029に移す。 In S2028, the main CPU 2201 performs a process to set the control state number of the special symbol to "1". By performing the process to set the control state number of the special symbol to "1" in this way, after the special symbol variable display start process ends, the special symbol variable display end process (see S2014 in FIG. 94) is performed. After executing the process of S2028, the main CPU 2201 moves the process to S2029.

S2029において、メインCPU2201は、遊技状態指定パラメータ設定処理を行う。この処理では、例えば、メインRAM2203内の所定領域に格納されている遊技状態にかかわるパラメータ(例えば、確変残回数や時短残回数等)の更新処理等が行われる。メインCPU2201は、S2029の処理を実行した後、処理を、S2030に移す。 In S2029, the main CPU 2201 performs a game state designation parameter setting process. In this process, for example, a process of updating parameters related to the game state (e.g., the number of times remaining in the special mode and the number of times remaining in the time-saving mode) stored in a predetermined area in the main RAM 2203 is performed. After executing the process of S2029, the main CPU 2201 transfers the process to S2030.

S2030において、メインCPU2201は、遊技状態管理処理を行う。この処理では、主に、遊技状態の管理に関する各種フラグ(例えば、確変フラグや時短フラグ等)の更新処理を行う。メインCPU2201は、S2030の処理を実行した後、処理を、S2031に移す。 In S2030, the main CPU 2201 performs game status management processing. This processing mainly involves updating various flags related to game status management (e.g., special bonus flags, time-saving flags, etc.). After executing S2030, the main CPU 2201 transfers processing to S2031.

S2031において、メインCPU2201は、特別図柄演出開始コマンドの送信予約処理を行う。なお、この処理で送信予約された特別図柄演出開始コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路2300に送信される。 In S2031, the main CPU 2201 performs a process for reserving the transmission of a special symbol effect start command. The special symbol effect start command reserved for transmission in this process is transmitted to the sub-control circuit 2300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process.

なお、メインCPU2201は、割込み禁止区間を設定し、上述の特別図柄可変表示開始処理(とくに、遊技状態管理処理(S2030)、特別図柄演出開始コマンド送信予約処理(S2031))を、割込み禁止区間内で行うことが好ましい。 It is preferable that the main CPU 2201 sets an interrupt prohibited section and performs the above-mentioned special symbol variable display start process (particularly the game state management process (S2030) and the special symbol presentation start command transmission reservation process (S2031)) within the interrupt prohibited section.

[3-4-4.特別図柄可変表示終了処理]
次に、図96を参照して、特別図柄管理処理(図94参照)中のS2014でメインCPU2201により実行される特別図柄可変表示終了処理について説明する。図96は、第3のパチンコ遊技機における特別図柄可変表示終了処理の一例を示すフローチャートである。
[3-4-4. Special symbol variable display end processing]
Next, a special symbol variable display end process executed by the main CPU 2201 in S2014 during the special symbol management process (see FIG. 94) will be described with reference to Fig. 96. Fig. 96 is a flow chart showing an example of the special symbol variable display end process in the third pachinko game machine.

なお、特別図柄可変表示終了処理が第1特別図柄を処理対象とする特別図柄管理処理中のS2014で呼び出された場合、第1特別図柄が処理対象となる。同様に、特別図柄可変表示終了処理が第2特別図柄を処理対象とする特別図柄管理処理中のS2014で呼び出された処理である場合、第2特別図柄が処理対象となる。 If the special symbol variable display end process is called in S2014 during special symbol management process in which the first special symbol is the processing target, the first special symbol is the processing target. Similarly, if the special symbol variable display end process is a process called in S2014 during special symbol management process in which the second special symbol is the processing target, the second special symbol is the processing target.

メインCPU2201は、先ず、特別図柄の制御状態番号が「1」であるか否かを判定する(S2041)。 The main CPU 2201 first determines whether the control state number of the special symbol is "1" (S2041).

S2041において特別図柄の制御状態番号が「1」でないと判定された場合(S2041がNO判定の場合)、メインCPU2201は、特別図柄可変表示終了処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 If it is determined in S2041 that the control state number of the special symbol is not "1" (if S2041 is a NO determination), the main CPU 2201 ends the special symbol variable display end process and returns the process to the special symbol management process (see FIG. 94).

一方、S2041において特別図柄の制御状態番号が「1」であると判定された場合(S2041がYES判定の場合)、メインCPU2201は、処理を、S2042に移す。 On the other hand, if it is determined in S2041 that the control state number of the special symbol is "1" (if S2041 returns a YES judgment), the main CPU 2201 transfers the process to S2042.

S2042において、メインCPU2201は、特別図柄の制御状態番号を「2」にセットする。このように、特別図柄の制御状態番号を「2」にセットする処理を行うことにより、この特別図柄可変表示終了処理の終了後に、特別図柄遊技判定処理(図94のS2015参照)が行われることとなる。メインCPU2201は、S2042の処理を実行した後、処理を、S2043に移す。 In S2042, the main CPU 2201 sets the control state number of the special symbol to "2". In this way, by performing the process of setting the control state number of the special symbol to "2", the special symbol game determination process (see S2015 in FIG. 94) is performed after the special symbol variable display end process is completed. After executing the process of S2042, the main CPU 2201 transfers the process to S2043.

S2043において、メインCPU2201は、特別図柄演出停止コマンドの送信予約処理を行う。この処理では、特別図柄の可変表示を停止させる処理も行われる。なお、この処理で送信予約された特別図柄演出停止コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路2300に送信される。メインCPU2201は、S2043の処理を実行した後、処理を、S2044に移す。 In S2043, the main CPU 2201 performs a process for reserving the transmission of a special symbol effect stop command. This process also includes a process for stopping the variable display of the special symbol. The special symbol effect stop command reserved for transmission in this process is transmitted to the sub-control circuit 2300 in the effect control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. After executing the process of S2043, the main CPU 2201 moves the process to S2044.

S2044において、メインCPU2201は、図柄確定数カウンタの値を1加算する。第1のパチンコ遊技機および第2のパチンコ遊技機の説明において上述したように、図柄確定数カウンタは、特別図柄の確定回数(特別図柄ゲームの実行回数)を計数するためのカウンタであるが、例えば、確変残回数や時短残回数等の特定状態下で行われた特別図柄ゲームのゲーム数を管理してもよい。メインCPU2201は、S2044の処理を実行した後、特別図柄可変表示終了処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 In S2044, the main CPU 2201 adds 1 to the value of the determined symbol counter. As described above in the explanation of the first pachinko gaming machine and the second pachinko gaming machine, the determined symbol counter is a counter for counting the number of times a special symbol is determined (the number of times a special symbol game has been played), but may also manage the number of games of a special symbol game played under a specific state, such as the number of times a special symbol game is remaining or the number of times a time-saving game is remaining. After executing the process of S2044, the main CPU 2201 ends the special symbol variable display end process and returns the process to the special symbol management process (see FIG. 94).

[3-4-5.特別図柄遊技判定処理]
次に、図97を参照して、特別図柄管理処理(図94参照)中のS2015でメインCPU2201により実行される特別図柄遊技判定処理について説明する。図97は、第3のパチンコ遊技機における特別図柄遊技判定処理の一例を示すフローチャートである。
[3-4-5. Special symbol game determination process]
Next, a special symbol game determination process executed by the main CPU 2201 in S2015 during the special symbol management process (see FIG. 94) will be described with reference to Fig. 97. Fig. 97 is a flow chart showing an example of the special symbol game determination process in the third pachinko gaming machine.

なお、この特別図柄遊技判定処理が第1特別図柄を処理対象とする特別図柄管理処理中のS2015で呼び出された処理である場合、第1特別図柄が処理対象となる。同様に、特別図柄遊技判定処理が第2特別図柄を処理対象とする特別図柄管理処理中のS2015で呼び出された場合、第2特別図柄が処理対象となる。 Note that if this special symbol game determination process is called in S2015 during special symbol management process in which the first special symbol is the target of processing, the first special symbol is the target of processing. Similarly, if the special symbol game determination process is called in S2015 during special symbol management process in which the second special symbol is the target of processing, the second special symbol is the target of processing.

メインCPU2201は、先ず、特別図柄の制御状態番号が「2」であるか否かを判定する(S2051)。 The main CPU 2201 first determines whether the control state number of the special symbol is "2" (S2051).

S2051において特別図柄の制御状態番号が「2」でないと判定された場合(S2051がNO判定の場合)、メインCPU2201は、特別図柄遊技判定処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 If it is determined in S2051 that the control state number of the special symbol is not "2" (if S2051 is a NO determination), the main CPU 2201 ends the special symbol game play determination process and returns the process to the special symbol management process (see FIG. 94).

一方、S2051において特別図柄の制御状態番号が「2」であると判定された場合(S2051がYES判定の場合)、メインCPU2201は、処理を、S2052に移す。 On the other hand, if it is determined in S2051 that the control state number of the special symbol is "2" (if S2051 returns a YES judgment), the main CPU 2201 transfers the process to S2052.

S2052において、メインCPU2201は、大当りであるか否か、すなわち停止した特別図柄が大当りを示す停止表示態様であるか否かを判定する。 In S2052, the main CPU 2201 determines whether or not a jackpot has been reached, i.e., whether or not the stopped special symbol is in a stopped display mode that indicates a jackpot.

S2052において、大当りでないすなわち停止した特別図柄が大当りを示す停止表示態様でないと判定された場合(S2052がNO判定の場合)、メインCPU2201は、処理を、S2060に移す。一方、S2052において、大当りであるすなわち停止した特別図柄が大当りを示す停止表示態様であると判定された場合(S2052がYES判定の場合)、メインCPU2201は、処理を、S2053に移す。なお、特別図柄が役物開放当りを示す停止表示態様である場合、および、特別図柄がハズレを示す停止表示態様である場合、S2052においてNO判定される。 If it is determined in S2052 that the reel is not a jackpot, i.e. that the stopped special symbol is not in a stopped display mode that indicates a jackpot (if S2052 is a NO judgment), the main CPU 2201 transfers the process to S2060. On the other hand, if it is determined in S2052 that the reel is a jackpot, i.e. that the stopped special symbol is in a stopped display mode that indicates a jackpot (if S2052 is a YES judgment), the main CPU 2201 transfers the process to S2053. Note that if the special symbol is in a stopped display mode that indicates a win for the release of a special reel, or if the special symbol is in a stopped display mode that indicates a miss, then a NO judgment is made in S2052.

S2053において、メインCPU2201は、大当り遊技制御処理の開始設定処理を行う。この処理では、外部端子板2184を介してホールコンピュータ2186(いずれも図88参照)に出力される信号(例えば、大当り信号等)の生成および更新が行われる。なお、この処理で生成および更新が行われる信号は、特別図柄遊技判定処理の処理対象である特別図柄の当り信号である。メインCPU2201は、S2053の処理を実行した後、処理を、S2054に移す。 In S2053, the main CPU 2201 performs start setting processing for the jackpot game control processing. In this processing, signals (e.g., jackpot signals, etc.) that are output to the hall computer 2186 (see FIG. 88 for both) via the external terminal board 2184 are generated and updated. Note that the signal that is generated and updated in this processing is a hit signal for the special symbol that is the subject of the special symbol game determination processing. After executing the processing of S2053, the main CPU 2201 transfers the processing to S2054.

また、S2053の大当り遊技制御の開始設定処理において、メインCPU2201は、時短フラグや時短カウンタ等、各種フラグや各種カウンタをクリアする処理も行う。 In addition, during the start setting process for jackpot game control in S2053, the main CPU 2201 also performs processing to clear various flags and counters, such as the time-saving flag and time-saving counter.

S2054において、メインCPU2201は、ラウンド表示LEDデータをセットする処理を行う。その後、メインCPU2201は、例えば、大入賞口2131の開放回数の上限値をセットする処理(S2055)、外部端子板2184への大当り信号セット処理(S2056)、特別図柄の制御状態番号を「5」にセットする処理(S2057)、遊技状態指定パラメータ設定処理(S2058)、および、大当り開始表示コマンドの送信予約処理(S2059)等の処理を行う。なお、特別図柄の制御状態番号を「5」にセットする処理(S2057)を行うことにより、この特別図柄遊技判定処理の終了後に、大入賞口開放準備処理(図94のS2018参照)が行われることとなる。その後、メインCPU2201は、特別図柄遊技判定処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 In S2054, the main CPU 2201 performs a process of setting the round display LED data. After that, the main CPU 2201 performs processes such as a process of setting the upper limit of the number of times the large prize opening 2131 can be opened (S2055), a process of setting a large prize signal to the external terminal board 2184 (S2056), a process of setting the control state number of the special symbol to "5" (S2057), a process of setting a game state designation parameter (S2058), and a process of reserving the transmission of a large prize start display command (S2059). By performing the process of setting the control state number of the special symbol to "5" (S2057), the large prize opening preparation process (see S2018 in FIG. 94) is performed after the special symbol game judgment process is completed. After that, the main CPU 2201 ends the special symbol game judgment process and returns the process to the special symbol management process (see FIG. 94).

S2060において、メインCPU2201は、役物開放当りであるか否か、すなわち停止した特別図柄が役物開放当りを示す停止表示態様であるか否かを判定する。 At S2060, the main CPU 2201 determines whether or not a special feature has been opened, i.e., whether or not the stopped special symbol is in a stopped display mode that indicates a special feature has been opened.

S2060において、役物開放当りでないすなわち停止した特別図柄がハズレを示す停止表示態様であると判定された場合(S2060がNO判定の場合)、メインCPU2201は、処理を、S2061に移す。一方、S2060において、役物開放当りであるすなわち停止した特別図柄が役物開放当りを示す停止表示態様であると判定された場合(S2060がYES判定の場合)、メインCPU2201は、処理を、S2061に移す。 If it is determined in S2060 that the special symbol is not a winning combination, i.e. that the stopped special symbol is a stopped display mode indicating a loss (if S2060 is a NO judgment), the main CPU 2201 transfers the process to S2061. On the other hand, if it is determined in S2060 that the special symbol is a winning combination, i.e. that the stopped special symbol is a stopped display mode indicating a winning combination (if S2060 is a YES judgment), the main CPU 2201 transfers the process to S2061.

S2061において、メインCPU2201は、役物開放当り遊技制御の開始設定処理を行う。この処理では、外部端子板2184を介してホールコンピュータ2186(いずれも図88参照)に出力される信号(例えば、役物開放当り信号等)の生成および更新が行われる。なお、この処理で生成および更新が行われる信号は、特別図柄遊技判定処理の処理対象である特別図柄にかかわる信号である。メインCPU2201は、S2061の処理を実行した後、処理を、S2062に移す。 In S2061, the main CPU 2201 performs start setting processing for game control when a special feature is opened. In this processing, signals (e.g., a special feature opening signal, etc.) that are output to the hall computer 2186 (see FIG. 88 for both) via the external terminal board 2184 are generated and updated. Note that the signals generated and updated in this processing are signals related to the special symbol that is the subject of the special symbol game determination processing. After executing the processing of S2061, the main CPU 2201 transfers the processing to S2062.

S2062において、メインCPU2201は、V入賞装置2150の開放回数の上限値をセットする処理を行う。本実施例では、この処理でセットされるV入賞装置2150の開放回数の上限値は例えば1回である。メインCPU2201は、S2062の処理を実行した後、処理を、S2063に移す。 In S2062, the main CPU 2201 performs a process to set the upper limit of the number of times the V winning device 2150 can be opened. In this embodiment, the upper limit of the number of times the V winning device 2150 can be opened, set in this process, is, for example, 1 time. After executing the process of S2062, the main CPU 2201 transfers the process to S2063.

S2062において、メインCPU2201は、外部端子板2184への役物開放当り信号セット処理(S2063)、特別図柄の制御状態番号を「3」にセットする処理(S2064)、遊技状態指定パラメータ設定処理(S2065)、および、役物開放当り開始表示コマンドの送信予約処理(S2066)等の処理を行う。なお、特別図柄の制御状態番号を「3」にセットする処理(S2064)を行うことにより、この特別図柄遊技判定処理の終了後に、V入賞装置開放準備処理(図94のS2016参照)が行われることとなる。その後、メインCPU2201は、特別図柄遊技判定処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 In S2062, the main CPU 2201 performs processes such as setting a signal for opening a special device to the external terminal board 2184 (S2063), setting the control state number of the special symbol to "3" (S2064), setting a game state designation parameter (S2065), and reserving the transmission of a display command for starting a special device to be opened (S2066). By performing the process of setting the control state number of the special symbol to "3" (S2064), the V winning device opening preparation process (see S2016 in FIG. 94) is performed after the special symbol game judgment process is completed. Thereafter, the main CPU 2201 ends the special symbol game judgment process and returns the process to the special symbol management process (see FIG. 94).

S2067において、メインCPU2201は、特別図柄遊技終了処理を行う。この特別図柄遊技終了処理については、図98を参照して後述する。なお、メインCPU2201は、特別図柄遊技終了処理を行うと、特別図柄遊技判定処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 In S2067, the main CPU 2201 performs special symbol game end processing. This special symbol game end processing will be described later with reference to FIG. 98. After performing the special symbol game end processing, the main CPU 2201 ends the special symbol game determination processing, and returns the processing to the special symbol management processing (see FIG. 94).

なお、メインCPU2201は、割込み禁止区間を設定し、上述の特別図柄遊技判定処理(S2051~S2067)を、割込み禁止区間内で行うことが好ましい。 It is preferable that the main CPU 2201 sets an interrupt prohibited period and performs the above-mentioned special symbol game determination process (S2051 to S2067) within the interrupt prohibited period.

[3-4-6.特別図柄遊技終了処理]
次に、図98を参照して、特別図柄遊技判定処理(図97参照)中のS2067でメインCPU2201により実行される特別図柄遊技終了処理について説明する。図98は、第3のパチンコ遊技機における特別図柄遊技終了処理の一例を示すフローチャートである。
[3-4-6. Special symbol game end processing]
Next, a special symbol game ending process executed by the main CPU 2201 in S2067 during the special symbol game determination process (see FIG. 97) will be described with reference to Fig. 98. Fig. 98 is a flow chart showing an example of the special symbol game ending process in the third pachinko gaming machine.

メインCPU2201は、先ず、時短管理処理を行う(S2071)。1種2種混合機と称される第3のパチンコ遊技機では高確遊技状態に制御されないため、第3のパチンコ遊技機において実行される時短管理処理は、第1のパチンコ遊技機において図32~図39を参照して説明した処理と異なる点がある。具体的には、第1のパチンコ遊技機では、確変フラグがオンにセットされるとき、および天井カウンタが天井値に到達したときに、天井カウント禁止フラグをオンにセットする旨を説明したが、第3のパチンコ遊技機では、高確遊技状態に制御されない。そのため、確変フラグがオンにセットされるとき、および天井カウンタが天井値に到達したときに、天井カウント禁止フラグをオンにセットに代えて、天井カウンタが天井値に到達したときにのみオンにセットする点で異なる。また、第1のパチンコ遊技機では、時短移行判定処理(図37参照)において、確変フラグがオフであるか否かを判定した上で(S191参照)、確変フラグがオフであることを条件としてS192の処理を行っているが、第3のパチンコ遊技機では、上述したとおり高確遊技状態に制御されないため、S191の処理を行わずに、S192の処理を行う点で異なる。時短管理処理におけるその他の処理については、第1のパチンコ遊技機において図32~図39を参照して説明した処理と同様である。メインCPU2201は、S2071の処理を実行した後、処理を、S2072に移す。 The main CPU 2201 first performs time-saving management processing (S2071). The third pachinko gaming machine, which is called a type 1/type 2 mixed machine, is not controlled to a high probability gaming state, so the time-saving management processing executed in the third pachinko gaming machine differs from the processing described with reference to Figures 32 to 39 for the first pachinko gaming machine. Specifically, in the first pachinko gaming machine, it was described that the ceiling count prohibition flag is set to on when the probability variable flag is set to on and when the ceiling counter reaches the ceiling value, but the third pachinko gaming machine is not controlled to a high probability gaming state. Therefore, it differs in that the ceiling count prohibition flag is set to on only when the ceiling counter reaches the ceiling value, instead of being set to on when the probability variable flag is set to on and when the ceiling counter reaches the ceiling value. Also, in the first pachinko gaming machine, in the time-saving transition determination process (see FIG. 37), it is determined whether the probability variable flag is off (see S191), and then the process of S192 is performed on the condition that the probability variable flag is off. However, in the third pachinko gaming machine, as described above, it is not controlled to a high probability gaming state, so it differs in that it performs the process of S192 without performing the process of S191. The other processes in the time-saving management process are the same as those described with reference to FIG. 32 to FIG. 39 for the first pachinko gaming machine. After executing the process of S2071, the main CPU 2201 moves the process to S2072.

S2072において、メインCPU2201は、特別図柄の制御状態番号に「0」をセットする。このように、特別図柄の制御状態番号を「0」にセットする処理を行うことにより今回の特別図柄遊技が終了し、特別図柄可変表示開始処理すなわち次回の特別図柄遊技を実行することが可能となる。メインCPU2201は、S2072の処理を実行した後、処理を、S2073に移す。 In S2072, the main CPU 2201 sets the control state number of the special symbol to "0". By carrying out the process of setting the control state number of the special symbol to "0" in this way, the current special symbol game ends, and it becomes possible to carry out the special symbol variable display start process, i.e., the next special symbol game. After carrying out the process of S2072, the main CPU 2201 moves the process to S2073.

S2073において、メインCPU2201は、特別図柄の遊技状態指定パラメータ設定処理を行う。その後、メインCPU2201は、特別図柄遊技終了コマンドの送信予約処理(S2074)を行う。なお、この処理で送信予約された特別図柄遊技終了コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路2300に送信される。そして、S2074の処理後、メインCPU2201は、特別図柄遊技終了処理を終了し、処理を、特別図柄遊技判定処理(図97参照)に戻す。 In S2073, the main CPU 2201 performs a process for setting game state designation parameters for the special symbol. After that, the main CPU 2201 performs a process for reserving transmission of a special symbol game end command (S2074). The special symbol game end command reserved for transmission in this process is transmitted to the sub-control circuit 2300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. Then, after processing S2074, the main CPU 2201 terminates the special symbol game end process and returns the process to the special symbol game determination process (see FIG. 97).

[3-4-7.V入賞装置開放準備処理]
次に、図99を参照して、特別図柄管理処理(図94参照)中のS2016でメインCPU2201により実行されるV入賞装置開放準備処理について説明する。図99は、第3のパチンコ遊技機におけるV入賞装置開放準備処理の一例を示すフローチャートである。
[3-4-7. V winning device opening preparation process]
Next, referring to Fig. 99, a V winning device opening preparation process executed by the main CPU 2201 in S2016 during the special symbol management process (see Fig. 94) will be described. Fig. 99 is a flow chart showing an example of the V winning device opening preparation process in the third pachinko game machine.

メインCPU2201は、先ず、特別図柄の制御状態番号が「3」であるか否かを判定する(S2081)。 The main CPU 2201 first determines whether the control state number of the special symbol is "3" (S2081).

S2081において特別図柄の制御状態番号が「3」でないと判定された場合(S2081がNO判定の場合)、メインCPU2201は、V入賞装置開放準備処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 If it is determined in S2081 that the control state number of the special symbol is not "3" (if S2081 is a NO determination), the main CPU 2201 ends the V winning device opening preparation process and returns the process to the special symbol management process (see FIG. 94).

一方、S2081において特別図柄の制御状態番号が「3」であると判定された場合(S2081がYES判定の場合)、メインCPU2201は、処理を、S2082に移す。 On the other hand, if it is determined in S2081 that the control state number of the special symbol is "3" (if S2081 returns a YES judgment), the main CPU 2201 transfers the process to S2082.

S2082において、メインCPU2201は、V入賞装置2150の開放パターン(すなわち、Vアタッカー2152の作動パターン)として、例えば、最大開放時間および最大開放回数等をセットする。本実施例では、最大1800msecの開放を1回だけ行う開放パターンにセットされるが、開放パターンはこれに限られず、例えば、1回あたり最大900msecの開放を最大2回行うようにしてもよいし、1回目を例えば最大600msec開放し、2回目を例えば最大1200msec開放するようにしてもよい。さらには、1回の役物開放当りにつきトータルで規定時間(例えば1800msec)を超えない範囲で複数の開放パターンを設け、これら複数の開放パターンのうち、例えば特別図柄の図柄乱数値に基づいていずれか一の開放パターンにセットされるようにしてもよい。メインCPU2201は、S2082の処理を実行した後、処理を、S2083に移す。 In S2082, the main CPU 2201 sets, for example, the maximum opening time and the maximum number of openings as the opening pattern of the V winning device 2150 (i.e., the operation pattern of the V attacker 2152). In this embodiment, the opening pattern is set to a maximum of 1800 msec opening only once, but the opening pattern is not limited to this, and for example, a maximum of 900 msec opening may be performed a maximum of two times per opening, or the first opening may be performed for a maximum of 600 msec, and the second opening may be performed for a maximum of 1200 msec. Furthermore, multiple opening patterns may be provided for each opening of the role within a total time not exceeding a specified time (for example, 1800 msec), and one of these multiple opening patterns may be set based on, for example, the random number value of the special pattern. After executing the process of S2082, the main CPU 2201 moves the process to S2083.

S2083において、メインCPU2201は、V入賞装置開閉制御処理を行う。この処理では、V入賞口2155の開閉制御データの生成処理が行われる。メインCPU2201は、S2083の処理を実行した後、処理を、S2084に移す。 In S2083, the main CPU 2201 performs V winning device opening/closing control processing. In this processing, processing is performed to generate opening/closing control data for the V winning port 2155. After executing the processing of S2083, the main CPU 2201 transfers the processing to S2084.

S2084において、メインCPU2201は、特別図柄の制御状態番号を「4」にセットする。このように、特別図柄の制御状態番号を「4」にセットする処理(S2084)を行うことにより、このV入賞装置開放準備処理の終了後に、V入賞装置開放制御処理(図94のS2017参照)が行われることとなる。メインCPU2201は、S2084の処理を実行した後、処理を、S2085に移す。 In S2084, the main CPU 2201 sets the control state number of the special symbol to "4". In this way, by performing the process of setting the control state number of the special symbol to "4" (S2084), the V winning device opening control process (see S2017 in FIG. 94) is performed after the V winning device opening preparation process is completed. After executing the process of S2084, the main CPU 2201 transfers the process to S2085.

S2085において、メインCPU2201は、遊技状態指定パラメータ設定処理を行う。メインCPU2201は、S2085の処理を実行した後、処理を、S2086に移す。 In S2085, the main CPU 2201 executes a game state designation parameter setting process. After executing S2085, the main CPU 2201 transfers the process to S2086.

S2086において、メインCPU2201は、V入賞装置開放中表示コマンドの送信予約処理を行う。この処理で送信予約されたV入賞装置開放中表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路2300に送信される。メインCPU2201は、S2086の処理を実行した後、V入賞装置開放準備処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 In S2086, the main CPU 2201 performs a transmission reservation process for the V winning device open display command. The V winning device open display command reserved for transmission in this process is transmitted to the sub-control circuit 2300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. After executing the process of S2086, the main CPU 2201 ends the V winning device open preparation process and returns the process to the special pattern management process (see FIG. 94).

[3-4-8.V入賞装置開放制御処理]
次に、図100を参照して、特別図柄管理処理(図94参照)中のS2017でメインCPU2201により実行されるV入賞装置開放制御処理について説明する。図100は、第3のパチンコ遊技機におけるV入賞装置開放制御処理の一例を示すフローチャートである。
[3-4-8. V winning device opening control process]
Next, referring to Fig. 100, a V winning device opening control process executed by the main CPU 2201 in S2017 during the special symbol management process (see Fig. 94) will be described. Fig. 100 is a flowchart showing an example of a V winning device opening control process in the third pachinko game machine.

メインCPU2201は、先ず、特別図柄の制御状態番号が「4」であるか否かを判定する(S2091)。 The main CPU 2201 first determines whether the control state number of the special symbol is "4" (S2091).

S2091において特別図柄の制御状態番号が「4」でないと判定された場合(S2091がNO判定の場合)、メインCPU2201は、V入賞装置開放制御処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 If it is determined in S2091 that the control state number of the special symbol is not "4" (if S2091 is a NO determination), the main CPU 2201 ends the V winning device opening control process and returns the process to the special symbol management process (see FIG. 94).

一方、S2091において特別図柄の制御状態番号が「4」であると判定された場合(S2091がYES判定の場合)、メインCPU2201は、処理を、S2092に移す。 On the other hand, if it is determined in S2091 that the control state number of the special symbol is "4" (if S2091 returns a YES judgment), the main CPU 2201 transfers the process to S2092.

S2092において、メインCPU2201は、Vアタッカー2152の作動により開閉入賞口2151が開放されたときにV入賞装置2150の内部に進入した遊技球の個数が最大入賞個数であるか否かを判定する。この処理では、V入賞装置2150の内部に進入した遊技球の入賞個数を計数するVアタッカーカウントスイッチ2153(図88参照)により計数された値が最大入賞個数の値であるか否かが判定される。なお、Vアタッカーカウントスイッチ2153により計数されたVアタッカー入賞カウンタの値は、メインRAM2203内の所定領域に格納される。 In S2092, the main CPU 2201 determines whether the number of game balls that entered the V winning device 2150 when the opening and closing winning port 2151 was opened by the operation of the V attacker 2152 is the maximum number of winning balls. In this process, it is determined whether the value counted by the V attacker count switch 2153 (see FIG. 88), which counts the number of winning game balls that entered the V winning device 2150, is the maximum number of winning balls. The value of the V attacker winning counter counted by the V attacker count switch 2153 is stored in a specified area in the main RAM 2203.

S2092において、V入賞装置2150に入賞した遊技球の個数が最大入賞個数でないと判定された場合(S2092がNO判定の場合)、メインCPU2201は、処理を、S2093に移す。 If it is determined in S2092 that the number of game balls that have won in the V winning device 2150 is not the maximum number of winning balls (if S2092 returns NO), the main CPU 2201 transfers the process to S2093.

一方、S2092において、V入賞装置2150に入賞した遊技球の個数が最大入賞個数であると判定された場合(S2092がYES判定の場合)、メインCPU2201は、処理を、S2094に移す。 On the other hand, if it is determined in S2092 that the number of game balls that have won in the V winning device 2150 is the maximum number of winning balls (if S2092 returns a YES judgment), the main CPU 2201 transfers the process to S2094.

S2093において、メインCPU2201は、V入賞装置2150の最大開放時間(すなわち開閉入賞口2151の最大開放時間)が経過したか否かを判定する。この処理では、S2082の処理(図99参照)でセットされた最大開放時間が経過しているか否かが判定される。 In S2093, the main CPU 2201 determines whether the maximum opening time of the V winning device 2150 (i.e., the maximum opening time of the open/close winning port 2151) has elapsed. In this process, it is determined whether the maximum opening time set in the process of S2082 (see FIG. 99) has elapsed.

S2093においてV入賞装置2150の最大開放時間が経過していないと判定された場合(S2093がNO判定の場合)、メインCPU2201は、V入賞装置開放制御処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 If it is determined in S2093 that the maximum opening time of the V winning device 2150 has not elapsed (if S2093 is a NO determination), the main CPU 2201 ends the V winning device opening control process and returns the process to the special pattern management process (see FIG. 94).

一方、S2093においてV入賞装置2150の最大開放時間が経過していると判定された場合(S2093がYES判定の場合)、メインCPU2201は、処理を、S2094に移す。 On the other hand, if it is determined in S2093 that the maximum opening time of the V winning device 2150 has elapsed (if S2093 returns a YES judgment), the main CPU 2201 transfers the process to S2094.

S2094において、メインCPU2201は、V入賞装置2150(すなわち開閉入賞口2151)の閉鎖処理を行う。メインCPU2201は、S2094の処理を実行した後、処理を、S2095に移す。 In S2094, the main CPU 2201 performs a process of closing the V winning device 2150 (i.e., the open/close winning port 2151). After executing the process of S2094, the main CPU 2201 transfers the process to S2095.

S2095において、メインCPU2201は、V入賞検出があるか否かを判定する。この処理では、規定時間内に、V入賞口2155への遊技球の通過があったか否か(すなわち、V入賞口スイッチ2156による検出があったか否か)を判定する。なお、上記の規定時間はV入賞装置2150の内部への遊技球の進入にかかわる時間であればよく、例えば、Vアタッカー2152の作動が開始してから規定時間内、係止部材2160による遊技球の係止が解除されてから規定時間内等を、上記の規定時間とすることができる。 In S2095, the main CPU 2201 determines whether or not a V entry has been detected. In this process, it is determined whether or not a game ball has passed through the V entry port 2155 within a specified time (i.e., whether or not detection has occurred by the V entry port switch 2156). Note that the above-mentioned specified time may be any time related to the entry of a game ball into the V entry device 2150, and may be, for example, within a specified time from when the V attacker 2152 begins to operate, or within a specified time from when the game ball is released from the engagement by the engagement member 2160, etc.

S2095においてV入賞検出があったと判定された場合(S2095がYES判定の場合)、メインCPU2201は、処理を、S2096に移す。 If it is determined in S2095 that a V win has been detected (if S2095 returns a YES judgment), the main CPU 2201 transfers processing to S2096.

S2096において、メインCPU2201は、V当り遊技制御の開始設定処理を行う。この処理では、外部端子板2184を介してホールコンピュータ2186(いずれも図88参照)に出力される信号(例えば、V当り信号等)の生成および更新が行われる。なお、この処理で生成および更新が行われる信号は、特別図柄遊技判定処理の処理対象である特別図柄の当り信号である。ところで、V当り遊技制御が実行されると、当り種類決定テーブル(図91参照)に示されるように例えば15ラウンドのラウンド遊技が実行されるため、遊技者は、大当り遊技制御処理が実行された場合と同様に多量の賞球を獲得しうる。本実施例では、説明の便宜上、V当り遊技制御と大当り遊技制御処理とを区別して称呼しているが、V当り遊技制御を大当り遊技制御処理と称呼することもできる。メインCPU2201は、S2096の処理を実行した後、処理を、S2097に移す。 In S2096, the main CPU 2201 performs a start setting process for V hit game control. In this process, a signal (e.g., a V hit signal, etc.) output to the hall computer 2186 (see FIG. 88 for both) via the external terminal board 2184 is generated and updated. The signal generated and updated in this process is a hit signal for the special symbol that is the target of the special symbol game judgment process. When the V hit game control is executed, for example, 15 rounds of round play are executed as shown in the hit type determination table (see FIG. 91), so that the player can win a large number of prize balls as in the case where the jackpot game control process is executed. In this embodiment, for convenience of explanation, the V hit game control and the jackpot game control process are distinguished and called, but the V hit game control can also be called the jackpot game control process. After executing the process of S2096, the main CPU 2201 moves the process to S2097.

また、S2096のV当り遊技制御の開始設定処理において、メインCPU2201は、時短フラグや時短カウンタ等、各種フラグや各種カウンタをクリアする処理も行う。 In addition, in the V hit game control start setting process of S2096, the main CPU 2201 also performs processing to clear various flags and counters, such as the time-saving flag and the time-saving counter.

S2097において、メインCPU2201は、ラウンドカウンタ値に1を加算する処理を行う。この処理を行うことにより、役物開放当りに基づいて最初に実行されたV入賞装置2150の開放(すなわちVアタッカー2152の作動)が、1ラウンド目のラウンド遊技として処理される。すなわち、V入賞検出があったと判定された(S2095がYES判定された)ことによって実行されるV当り遊技制御は、2ラウンド目のラウンド遊技から開始されることとなる。メインCPU2201は、S2097の処理を実行した後、処理を、S2098に移す。 In S2097, the main CPU 2201 performs a process of adding 1 to the round counter value. By performing this process, the opening of the V winning device 2150 (i.e., the operation of the V attacker 2152), which was first performed based on the opening of the reel, is processed as the first round of round play. In other words, the V winning game control, which is executed when it is determined that a V winning has been detected (S2095 is determined as YES), will start from the second round of round play. After performing the process of S2097, the main CPU 2201 moves the process to S2098.

S2098において、メインCPU2201は、ラウンド表示LEDデータをセットする処理を行う。その後、メインCPU2201は、例えば、V入賞装置2150の開放回数(すなわち。Vアタッカー2152の作動回数)の上限値をセットする処理(S2099)、外部端子板2184へのV当り信号セット処理(S2100)、特別図柄の制御状態番号を「5」にセットする処理(S2101)、遊技状態指定パラメータ設定処理(S2102)、および、V当り開始表示コマンドの送信予約処理(S2103)等の処理を行う。なお、特別図柄の制御状態番号を「5」にセットする処理(S2101)を行うことにより、この特別図柄遊技判定処理の終了後に、大入賞口開放準備処理(図94のS2018参照)が行われることとなる。その後、メインCPU2201は、特別図柄遊技判定処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 In S2098, the main CPU 2201 performs a process of setting the round display LED data. After that, the main CPU 2201 performs processes such as a process of setting the upper limit of the number of times the V winning device 2150 is opened (i.e., the number of times the V attacker 2152 is operated) (S2099), a process of setting a V hit signal to the external terminal board 2184 (S2100), a process of setting the control state number of the special symbol to "5" (S2101), a process of setting a game state designation parameter (S2102), and a process of reserving the transmission of a V hit start display command (S2103). By performing the process of setting the control state number of the special symbol to "5" (S2101), a process of preparing to open the large winning port (see S2018 in FIG. 94) is performed after the special symbol game judgment process is completed. The main CPU 2201 then ends the special pattern game determination process and returns the process to the special pattern management process (see FIG. 94).

S2095に戻って、このS2095においてV入賞検出がなかったと判定された場合(S2095がNO判定の場合)、メインCPU2201は、処理を、S2104に移す。 Returning to S2095, if it is determined that no V win was detected in S2095 (if S2095 returns NO), the main CPU 2201 transfers the process to S2104.

S2104において、メインCPU2201は、特別図柄遊技終了処理を行う。この処理では、図98を参照して説明した特別図柄遊技終了処理が行われる。メインCPU2201は、S2104の処理を実行した後、V入賞装置開放制御処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 In S2104, the main CPU 2201 performs special symbol game end processing. In this processing, the special symbol game end processing described with reference to FIG. 98 is performed. After executing the processing of S2104, the main CPU 2201 ends the V winning device opening control processing, and returns the processing to the special symbol management processing (see FIG. 94).

[3-4-9.大入賞口開放準備処理]
次に、図101を参照して、特別図柄管理処理(図94参照)中のS2018でメインCPU2201により実行される大入賞口開放準備処理について説明する。図101は、第3のパチンコ遊技機における大入賞口開放準備処理の一例を示すフローチャートである。
[3-4-9. Large prize opening preparation process]
Next, referring to Fig. 101, a special prize opening preparation process executed by the main CPU 2201 in S2018 during the special symbol management process (see Fig. 94) will be described. Fig. 101 is a flow chart showing an example of the special prize opening preparation process in the third pachinko game machine.

メインCPU2201は、先ず、特別図柄の制御状態番号が「5」であるか否かを判定する(S2111)。 The main CPU 2201 first determines whether the control state number of the special symbol is "5" (S2111).

S2111において特別図柄の制御状態番号が「5」でないと判定された場合(S2111がNO判定の場合)、メインCPU2201は、大入賞口開放準備処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 If it is determined in S2111 that the control state number of the special symbol is not "5" (if S2111 is a NO determination), the main CPU 2201 ends the large prize opening preparation process and returns the process to the special symbol management process (see FIG. 94).

一方、S2111において特別図柄の制御状態番号が「5」であると判定された場合(S2111がYES判定の場合)、メインCPU2201は、処理を、S2112に移す。 On the other hand, if it is determined in S2111 that the control state number of the special symbol is "5" (if S2111 is judged as YES), the main CPU 2201 transfers the process to S2112.

S2112において、メインCPU2201は、ラウンドカウンタ値をロードする。ラウンドカウンタは、大当り遊技状態において実行されるラウンド遊技の実行回数を計数するカウンタである。なお、ラウンドカウンタの計数値(ラウンドカウンタ値)は、メインRAM2203内の所定領域に格納される。メインCPU2201は、S2112の処理を実行した後、処理を、S2113に移す。 In S2112, the main CPU 2201 loads the round counter value. The round counter is a counter that counts the number of rounds played in the jackpot game state. The round counter count value (round counter value) is stored in a specified area in the main RAM 2203. After executing the process of S2112, the main CPU 2201 transfers the process to S2113.

S2113において、メインCPU2201は、大入賞口の開放回数が上限値であるか否かを判定する。この処理では、大当り遊技状態において実行されたラウンド遊技の実行回数が上限値であるか否かが判定される。 In S2113, the main CPU 2201 determines whether the number of times the jackpot opening has been opened is the upper limit. In this process, it is determined whether the number of times the round play has been performed in the jackpot play state is the upper limit.

S2113において大入賞口の開放回数が上限値であると判定された場合(S2113がYES判定の場合)、メインCPU2201は、処理を、S2114に移す。 If it is determined in S2113 that the number of times the large prize opening has been opened has reached the upper limit (if S2113 returns a YES judgment), the main CPU 2201 transfers processing to S2114.

S2114において、メインCPU2201は、特別図柄の制御状態番号を「7」にセットする。このように、特別図柄の制御状態番号を「7」にセットする処理(S2114)を行うことにより、この大入賞口開放準備処理の終了後に、大当り終了処理(図94のS2020参照)が行われることとなる。メインCPU2201は、S2114の処理を実行した後、処理を、S2115に移す。 In S2114, the main CPU 2201 sets the control state number of the special symbol to "7". In this way, by performing the process of setting the control state number of the special symbol to "7" (S2114), the jackpot end process (see S2020 in FIG. 94) will be performed after the jackpot opening preparation process is completed. After executing the process of S2114, the main CPU 2201 transfers the process to S2115.

S2115において、メインCPU2201は、遊技状態指定パラメータ設定処理を行う。その後、メインCPU2201は、大当り終了表示コマンドの送信予約処理を行う(S2116)。なお、この処理で送信予約された大当り終了表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路2300に送信される。そして、S2116の処理後、メインCPU2201は、大入賞口開放準備処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 In S2115, the main CPU 2201 performs a game state designation parameter setting process. After that, the main CPU 2201 performs a process for reserving the transmission of a jackpot end display command (S2116). The jackpot end display command reserved for transmission in this process is transmitted to the sub-control circuit 2300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. Then, after processing S2116, the main CPU 2201 ends the jackpot opening preparation process, and returns the process to the special symbol management process (see FIG. 94).

S2113に戻って、大入賞口の開放回数が上限値でないと判定された場合(S2113がNO判定の場合)、メインCPU2201は、処理を、S2117に移す。 Returning to S2113, if it is determined that the number of times the large prize opening has been opened is not the upper limit (if S2113 returns NO), the main CPU 2201 transfers the process to S2117.

S2117において、メインCPU2201は、ラウンドカウンタ値に1を加算する処理を行う。メインCPU2201は、S2117の処理を実行した後、処理を、S2118に移す。 In S2117, the main CPU 2201 performs processing to add 1 to the round counter value. After executing processing of S2117, the main CPU 2201 transfers processing to S2118.

S2118において、メインCPU2201は、開放する大入賞口の選択処理を行う。この処理では、特別図柄の当り判定処理(図95のS2023参照)の結果が大当りであって、大当りを示す停止表示態様が導出された(図97のS2052がYES判定された)ことによって開始された大当り遊技制御処理である場合、開放する大入賞口として大入賞口2131が選択される。一方、特別図柄の当り判定処理の結果が役物開放当りであって、役物開放りを示す停止表示態様が導出され(図97のS2060がYES判定され)、さらにV入賞検出された(図100のS2095がYES判定された)ことによって開始されたV当り遊技制御である場合、開放する大入賞口としてV入賞装置2150(すなわち開閉入賞口2151)が選択される。メインCPU2201は、S2118の処理を実行した後、処理を、S2119に移す。 In S2118, the main CPU 2201 performs a process of selecting the large prize opening to be opened. In this process, if the result of the special symbol hit determination process (see S2023 in FIG. 95) is a big prize, and the stop display mode indicating a big prize is derived (YES determination is made in S2052 in FIG. 97), and the big prize game control process is started by the result being a big prize, the large prize opening 2131 is selected as the large prize opening to be opened. On the other hand, if the result of the special symbol hit determination process is a role release hit, and the stop display mode indicating the role release is derived (YES determination is made in S2060 in FIG. 97), and further, a V win is detected (YES determination is made in S2095 in FIG. 100), and the V win game control is started by the result being a V win device 2150 (i.e., the open/closed prize opening 2151) is selected as the large prize opening to be opened. After executing processing of S2118, the main CPU 2201 transfers processing to S2119.

S2119において、メインCPU2201は、大入賞口関連各種設定処理を行う。この処理では、例えば、大入賞口2131またはV入賞装置2150の開放回数、大入賞口2131またはV入賞装置2150の最大開放時間、大入賞口2131またはV入賞装置2150への最大入賞個数、大入賞口2131またはV入賞装置2150への入賞時の賞球数等がセットされる。大入賞口2131またはV入賞装置2150の開放回数はラウンド数が相当する。なお、1ラウンドにおいて大入賞口2131またはV入賞装置2150が複数回開放されるものを排除する趣旨ではない。ただしこの場合は、ラウンド数を管理する制御と、大入賞口2131またはV入賞装置2150の開閉回数を管理する制御とを、別の処理として行うことが好ましい。メインCPU2201は、S2119の処理を実行した後、処理を、S2120に移す。 In S2119, the main CPU 2201 performs various setting processes related to the large prize opening. In this process, for example, the number of times the large prize opening 2131 or the V prize opening device 2150 is opened, the maximum opening time of the large prize opening 2131 or the V prize opening device 2150, the maximum number of winning balls into the large prize opening 2131 or the V prize opening device 2150, the number of winning balls when the large prize opening 2131 or the V prize opening device 2150 is won, etc. are set. The number of times the large prize opening 2131 or the V prize opening device 2150 is opened corresponds to the number of rounds. Note that this is not intended to exclude cases where the large prize opening 2131 or the V prize opening device 2150 is opened multiple times in one round. However, in this case, it is preferable to perform the control for managing the number of rounds and the control for managing the number of times the large prize opening 2131 or the V prize opening device 2150 is opened and closed as separate processes. After executing processing of S2119, the main CPU 2201 transfers processing to S2120.

なお、上記の「大入賞口2131またはV入賞装置2150」は、大入賞口2131およびV入賞装置2150のうち、開放する大入賞口としてS2118で選択された大入賞口が相当する。以下の処理においても同様である。 The above "large prize opening 2131 or V prize device 2150" corresponds to the large prize opening selected in S2118 as the large prize opening to be opened between the large prize opening 2131 and the V prize device 2150. The same applies to the following processing.

S2120において、メインCPU2201は、大入賞口開閉制御処理を行う。この処理では、大入賞口2131またはV入賞装置2150の開閉制御データの生成処理が行われる。メインCPU2201は、S2120の処理を実行した後、処理を、S2121に移す。 In S2120, the main CPU 2201 performs a process for controlling the opening and closing of the large prize opening. In this process, the process for generating the opening and closing control data for the large prize opening 2131 or the V prize device 2150 is performed. After executing the process of S2120, the main CPU 2201 transfers the process to S2121.

S2121において、メインCPU2201は、特別図柄の制御状態番号を「6」にセットする。このように、特別図柄の制御状態番号を「6」にセットする処理(S2121)を行うことにより、この大入賞口開放準備処理の終了後に、大入賞口開放制御処理(図94のS2019参照)が行われることとなる。メインCPU2201は、S2121の処理を実行した後、処理を、S2122に移す。 In S2121, the main CPU 2201 sets the control state number of the special symbol to "6". In this way, by performing the process of setting the control state number of the special symbol to "6" (S2121), the large prize opening opening control process (see S2019 in FIG. 94) is performed after the large prize opening preparation process is completed. After executing the process of S2121, the main CPU 2201 transfers the process to S2122.

S2122において、メインCPU2201は、遊技状態指定パラメータ設定処理を行う。メインCPU2201は、S2122の処理を実行した後、処理を、S2123に移す。 In S2122, the main CPU 2201 performs a game state designation parameter setting process. After executing the process of S2122, the main CPU 2201 transfers the process to S2123.

S2123において、メインCPU2201は、大入賞口開放中表示コマンドの送信予約処理を行う。この処理で送信予約された大入賞口開放中表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路2300に送信される。メインCPU2201は、S2123の処理を実行した後、大入賞口開放準備処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 In S2123, the main CPU 2201 performs a process for reserving the transmission of the command to display when the large prize opening is in progress. The command reserved for transmission in this process is transmitted to the sub-control circuit 2300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. After executing the process of S2123, the main CPU 2201 ends the large prize opening preparation process and returns the process to the special symbol management process (see FIG. 94).

[3-4-10.大入賞口開放制御処理]
次に、図102を参照して、特別図柄管理処理(図94参照)中のS2019でメインCPU2201により実行される大入賞口開放制御処理について説明する。図102は、第3のパチンコ遊技機における大入賞口開放制御処理の一例を示すフローチャートである。
[3-4-10. Large prize opening control process]
Next, referring to Fig. 102, a special prize opening control process executed by the main CPU 2201 in S2019 during the special symbol management process (see Fig. 94) will be described. Fig. 102 is a flow chart showing an example of the special prize opening control process in the third pachinko game machine.

メインCPU2201は、先ず、特別図柄の制御状態番号が「6」であるか否かを判定する(S2131)。 The main CPU 2201 first determines whether the control state number of the special symbol is "6" (S2131).

S2131において特別図柄の制御状態番号が「6」でないと判定された場合(S2131がNO判定の場合)、メインCPU2201は、大入賞口開放制御処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 If it is determined in S2131 that the control state number of the special symbol is not "6" (if S2131 is a NO determination), the main CPU 2201 ends the large prize opening control process and returns the process to the special symbol management process (see FIG. 94).

一方、S2131において特別図柄の制御状態番号が「6」であると判定された場合(S2131がYES判定の場合)、メインCPU2201は、処理を、S2132に移す。 On the other hand, if it is determined in S2131 that the control state number of the special symbol is "6" (if S2131 returns a YES judgment), the main CPU 2201 transfers the process to S2132.

S2132において、メインCPU2201は、大入賞口2131またはV入賞装置2150に入賞した遊技球の個数が最大入賞個数であるか否かを判定する。この処理では、大入賞口2131への遊技球の入賞個数を計数する大入賞口カウントスイッチ2132(図88参照)またはV入賞装置2150の内部への遊技球の進入個数を計数するVアタッカーカウントスイッチ2153(図88参照)により計数された値が最大入賞個数の値であるか否かが判定される。なお、大入賞口カウントスイッチ2132またはVアタッカーカウントスイッチ2153により計数されたVアタッカー入賞カウンタの値は、メインRAM2203内の所定領域に格納される。 In S2132, the main CPU 2201 determines whether the number of game balls that have entered the large prize opening 2131 or the V prize device 2150 is the maximum number of winning balls. In this process, it is determined whether the value counted by the large prize opening count switch 2132 (see FIG. 88), which counts the number of game balls that have entered the large prize opening 2131, or the V attacker count switch 2153 (see FIG. 88), which counts the number of game balls that have entered the V prize device 2150, is the maximum number of winning balls. The value of the V attacker winning counter counted by the large prize opening count switch 2132 or the V attacker count switch 2153 is stored in a specified area in the main RAM 2203.

S2132において、大入賞口2131またはV入賞装置2150に入賞した遊技球の個数が最大入賞個数でないと判定された場合(S2132がNO判定の場合)、メインCPU2201は、処理を、S2133に移す。 If it is determined in S2132 that the number of game balls that have entered the large prize opening 2131 or the V prize device 2150 is not the maximum number of prizes (if S2132 returns a NO judgment), the main CPU 2201 transfers the process to S2133.

一方、S2132において、大入賞口2131またはV入賞装置2150に入賞した遊技球の個数が最大入賞個数であると判定された場合(S2132がYES判定の場合)、メインCPU2201は、処理を、S2134に移す。 On the other hand, if it is determined in S2132 that the number of game balls that have entered the large prize opening 2131 or the V prize device 2150 is the maximum number of prizes (if S2132 returns a YES judgment), the main CPU 2201 transfers the process to S2134.

S2133において、メインCPU2201は、大入賞口2131またはV入賞装置2150の最大開放時間が経過したか否かを判定する。この処理では、大入賞口関連各種設定処理(図101のS2119参照)においてセットされた最大開放時間が経過しているか否かが判定される。 In S2133, the main CPU 2201 determines whether the maximum opening time of the large prize opening 2131 or the V prize device 2150 has elapsed. In this process, it is determined whether the maximum opening time set in the large prize opening related various setting process (see S2119 in FIG. 101) has elapsed.

S2133において大入賞口2131またはV入賞装置2150の最大開放時間が経過していないと判定された場合(S2133がNO判定の場合)、メインCPU2201は、大入賞口開放制御処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 If it is determined in S2133 that the maximum opening time of the large prize opening 2131 or the V prize device 2150 has not elapsed (if S2133 is a NO determination), the main CPU 2201 ends the large prize opening opening control process and returns the process to the special pattern management process (see FIG. 94).

一方、S2133において大入賞口2131またはV入賞装置2150の最大開放時間が経過していると判定された場合(S2133がYES判定の場合)、メインCPU2201は、処理を、S2134に移す。 On the other hand, if it is determined in S2133 that the maximum opening time of the large prize opening 2131 or the V prize device 2150 has elapsed (if S2133 returns a YES judgment), the main CPU 2201 transfers the process to S2134.

S2134において、メインCPU2201は、大入賞口2131またはV入賞装置2150の閉鎖処理を行う。メインCPU2201は、S2134の処理を実行した後、処理を、S2135に移す。 In S2134, the main CPU 2201 performs a process to close the large prize opening 2131 or the V prize device 2150. After executing the process of S2134, the main CPU 2201 transfers the process to S2135.

S2135において、メインCPU2201は、特別図柄の制御状態番号を「5」にセットする処理を行う。このように、特別図柄の制御状態番号を「5」にセットする処理(S2135)を行うことにより、この大入賞口開放制御処理の終了後に、再び、大入賞口開放準備処理(図94のS2018参照)が行われることとなる。メインCPU2201は、S2135の処理を実行した後、処理を、S2136に移す。 In S2135, the main CPU 2201 performs a process to set the control state number of the special symbol to "5". In this way, by performing the process to set the control state number of the special symbol to "5" (S2135), the large prize opening preparation process (see S2018 in FIG. 94) will be performed again after this large prize opening control process is completed. After executing the process of S2135, the main CPU 2201 transfers the process to S2136.

S2136において、メインCPU2201は、遊技状態指定パラメータ設定処理を行う。メインCPU2201は、S2136の処理を実行した後、処理を、S2137に移す。 In S2136, the main CPU 2201 executes a game state designation parameter setting process. After executing S2136, the main CPU 2201 transfers the process to S2137.

S2137において、メインCPU2201は、ラウンド間表示コマンドの送信予約処理を行う。この処理で送信予約されたラウンド間表示コマンドは、次回のシステムタイマ割込処理中の演出制御コマンド送信処理(図45のS322参照)において、サブ制御回路2300に送信される。そして、S2137の処理後、メインCPU2201は、大入賞口開制御処理を終了し、処理を、特別図柄管理処理(図94参照)に戻す。 In S2137, the main CPU 2201 performs a process for reserving transmission of an inter-round display command. The inter-round display command reserved for transmission in this process is transmitted to the sub-control circuit 2300 in the performance control command transmission process (see S322 in FIG. 45) during the next system timer interrupt process. Then, after processing S2137, the main CPU 2201 ends the large prize opening control process, and returns the process to the special symbol management process (see FIG. 94).

[3-4-11.大当り終了処理]
次に、図103を参照して、特別図柄管理処理(図94参照)中のS2020でメインCPU2201により実行される大当り終了処理について説明する。図103は、第3のパチンコ遊技機における大当り終了処理の一例を示すフローチャートである。
[3-4-11. Jackpot end processing]
Next, the big win end process executed by the main CPU 2201 in S2020 during the special symbol management process (see FIG. 94) will be described with reference to Fig. 103. Fig. 103 is a flow chart showing an example of the big win end process in the third pachinko game machine.

メインCPU2201は、先ず、特別図柄の制御状態番号が「7」であるか否かを判定する(S2141)。 The main CPU 2201 first determines whether the control state number of the special symbol is "7" (S2141).

S2141において特別図柄の制御状態番号が「7」でないと判定された場合(S2141がNO判定の場合)、メインCPU2201は、大当り終了処理を終了するとともに特別図柄管理処理(図94参照)も終了し、処理を、特別図柄制御処理(図93参照)に戻す。この場合、大当り終了処理が呼び出された処理に戻す。 If it is determined in S2141 that the control state number of the special symbol is not "7" (if S2141 is a NO determination), the main CPU 2201 ends the jackpot end process and also ends the special symbol management process (see FIG. 94), and returns the process to the special symbol control process (see FIG. 93). In this case, it returns to the process from which the jackpot end process was called.

S2141において特別図柄の制御状態番号が「7」であると判定された場合(S2141がYES判定の場合)、メインCPU2201は、処理を、S2142に移す。 If it is determined in S2141 that the control state number of the special symbol is "7" (if S2141 returns a YES judgment), the main CPU 2201 transfers the process to S2142.

S2142において、メインCPU2201は、特別図柄遊技終了設定処理を行う。この処理では、各種フラグ(例えば、確変フラグ、時短フラグ等)のセットや、各種カウンタ(例えば、確変カウンタ、時短カウンタ、図柄確定数カウンタ、ラウンドカウンタ、大入賞口入賞カウンタ等)の値をセットまたはリセットする処理が行われる。メインCPU2201は、S2142の処理を実行した後、処理を、S2143に移す。 In S2142, the main CPU 2201 executes a special symbol game end setting process. In this process, various flags (e.g., a probability change flag, a time-saving flag, etc.) are set, and the values of various counters (e.g., a probability change counter, a time-saving counter, a number of confirmed symbols counter, a round counter, a large prize slot winning counter, etc.) are set or reset. After executing S2142, the main CPU 2201 transfers the process to S2143.

S2143において、メインCPU2201は、特別図柄遊技終了処理を行う。この処理では、図98を参照して説明した特別図柄遊技終了処理が行われる。メインCPU2201は、S2143の処理を実行した後、大当り終了処理を終了するとともに特別図柄管理処理(図94参照)も終了し、処理を、特別図柄制御処理(図93参照)に戻す。この場合、上述したとおり、大当り終了処理が呼び出された処理に戻す。 In S2143, the main CPU 2201 performs special symbol game end processing. In this processing, the special symbol game end processing described with reference to FIG. 98 is performed. After executing the processing of S2143, the main CPU 2201 ends the jackpot end processing and also ends the special symbol management processing (see FIG. 94), and returns the processing to the special symbol control processing (see FIG. 93). In this case, as described above, the processing returns to the processing from which the jackpot end processing was called.

なお、メインCPU2201は、割込禁止区間を設定し、上述の大当り終了処理を、割込禁止区間内で行うことが好ましい。 It is preferable that the main CPU 2201 set an interrupt prohibited section and perform the above-mentioned jackpot end processing within the interrupt prohibited section.

[4.拡張例]
以下に、上述した第1のパチンコ遊技機、第2のパチンコ遊技機および第3のパチンコ遊技機に共通する拡張例について説明する。なお、第1のパチンコ遊技機、第2のパチンコ遊技機および第3のパチンコ遊技機に応じて各構成に付された符号が異なるため、以下の説明では、特定のパチンコ遊技機(とくに第3のパチンコ遊技機)に限る説明である場合を除き、符号を省略する。
[4. Extension Example]
The following describes an example of an extension common to the first, second, and third pachinko game machines. Since the symbols attached to the components are different depending on the first, second, and third pachinko game machines, the symbols are omitted in the following description except when the description is limited to a specific pachinko game machine (especially the third pachinko game machine).

[4-1.確変制御の拡張例]
第1のパチンコ遊技機および第2のパチンコ遊技機では、大当りの種類に応じて確変フラグをオンにセットするか否かを決定し、確変フラグがオンにセットされる場合に確変回数を決めているが、これに限られず、例えば、以下の態様であってもよい。
[4-1. Example of extended probability control]
In the first pachinko game machine and the second pachinko game machine, whether or not to set the special probability flag on is determined depending on the type of jackpot, and when the special probability flag is set on, the number of special probability rounds is determined, but this is not limited to this and may be, for example, in the following manner.

例えば、大当り遊技制御処理の実行中に、例えば大入賞口内に設けられた特定領域を通過したか否かを判定し、特定領域を少なくとも1個の遊技球が通過したと判定された場合、大当り遊技制御処理の終了時に確変フラグをオンにセットする所謂V確変機であってもよい。なお、上記の特定領域は、例えば、大当り遊技制御処理の実行中における特定のラウンド遊技において可動部材が作動することによって、遊技球の通過が可能または容易な開放状態と、遊技球の進入が不可能または困難な閉鎖状態とに変位させることが可能となっている。 For example, the machine may be a so-called V-type high probability machine that determines whether or not a specific area provided in a large prize opening has been passed during execution of the jackpot game control process, and sets a high probability flag to ON when it is determined that at least one game ball has passed through the specific area at the end of the jackpot game control process. Note that the specific area can be changed between an open state where game balls can or easily pass through and a closed state where game balls cannot or have difficulty entering, for example, by the operation of a movable member during a specific round of play during execution of the jackpot game control process.

このようなV確変機では、例えば、図104~図107を参照して後述するように、第1特別図柄の当り判定処理の結果が大当りである場合と、第2特別図柄の当り判定処理の結果が大当りである場合とで、大当り遊技制御処理の実行中に上記の特定領域への遊技球の通過のしやすさ、すなわち大当り遊技制御処理の終了時に確変フラグがオンにセットされる確率を異ならせてもよい。 In such a V-type high probability machine, for example, the ease with which the game ball passes through the above-mentioned specific area during execution of the jackpot game control process, i.e., the probability that the high probability flag will be set to ON at the end of the jackpot game control process, may be made different between when the result of the hit determination process for the first special symbol is a jackpot and when the result of the hit determination process for the second special symbol is a jackpot, as will be described later with reference to Figures 104 to 107.

図104は、拡張例の大当り遊技制御処理の実行中における特定のラウンド遊技において、大入賞口の開放タイミングと特定領域の開放タイミングとの関係を示すタイムチャートの一例であって、(A)特定領域の開放態様が第1開放態様である場合、(B)特定領域の開放態様が第2開放態様である場合、(C)特定領域の開放態様が第3開放態様である場合、を示す図である。なお、第1開放態様および第2開放態様は、特定領域への遊技球の通過が容易な態様であり、第3開放態様は、特定領域への遊技球の通過が困難な態様である。なお、図104に示される一例では、特定領域は時間制御によって開放状態となるように制御される。 Figure 104 is an example of a time chart showing the relationship between the opening timing of the jackpot opening and the opening timing of the specific area in a specific round of play during execution of the jackpot game control process of the extended example, and shows a case where (A) the opening mode of the specific area is the first opening mode, (B) the opening mode of the specific area is the second opening mode, and (C) the opening mode of the specific area is the third opening mode. Note that the first opening mode and the second opening mode are modes in which it is easy for the game ball to pass through to the specific area, and the third opening mode is a mode in which it is difficult for the game ball to pass through to the specific area. Note that in the example shown in Figure 104, the specific area is controlled to be in an open state by time control.

なお、図104では、大入賞口が短開放された後に長開放される態様が示されているが、大入賞口の開放態様はこれに限られない。 Note that, although FIG. 104 shows the large prize opening being opened for a short time and then opened for a long time, the opening manner of the large prize opening is not limited to this.

図104(A)に示されるように、第1開放態様では、大入賞口の長開放が開始された後の所定時間を除いて、大入賞口が開放状態である間は特定領域も開放状態となっている。そのため、大当り遊技制御処理の実行中、大入賞口に入賞した複数の遊技球のうち少なくとも1個の遊技球が特定領域を通過することが容易である。すなわち、大当り遊技制御処理の終了時に確変フラグがオンにセットされやすい。ただし、特定領域が開放状態であるにもかかわらず遊技球が1個も特定領域を通過しなかった場合、大当り遊技制御処理の終了時に確変フラグはオンにセットされない。 As shown in FIG. 104(A), in the first opening mode, the specific area is open while the large prize opening is open, except for a predetermined time after the long opening of the large prize opening has begun. Therefore, during execution of the jackpot game control process, it is easy for at least one of the multiple game balls that have entered the large prize opening to pass through the specific area. In other words, the special probability flag is likely to be set on when the jackpot game control process ends. However, if no game balls have passed through the specific area despite the specific area being open, the special probability flag is not set on when the jackpot game control process ends.

また、図104(B)に示されるように、第2開放態様では、大入賞口の短開放が開始されてから大入賞口の長開放が終了するまでの間、特定領域が開放状態となっている。そのため、大当り遊技制御処理の実行中、大入賞口に入賞した複数の遊技球のうち少なくとも1個の遊技球が特定領域を通過することは極めて容易である。すなわち、大当り遊技制御処理の終了時に確変フラグが極めて容易にオンにセットされる。ただし、上述したように、特定領域が開放状態であるにもかかわらず遊技球が1個も特定領域を通過しなかった場合、大当り遊技制御処理の終了時に確変フラグはオンにセットされない。 Also, as shown in FIG. 104(B), in the second opening mode, the specific area is in an open state from the start of the short opening of the large prize opening to the end of the long opening of the large prize opening. Therefore, while the jackpot game control process is being executed, it is extremely easy for at least one of the multiple game balls that have entered the large prize opening to pass through the specific area. In other words, the special probability flag is very easily set to ON at the end of the jackpot game control process. However, as described above, if the specific area is in an open state but no game balls have passed through the specific area, the special probability flag is not set to ON at the end of the jackpot game control process.

一方、図104(C)に示されるように、第3開放態様では、大入賞口が短開放中および大入賞口の長開放が開始された後の所定時間(この2回はいずれも短時間)を除いて、特定領域が閉鎖状態となっている。そのため、大当り遊技制御の実行中、大入賞口に入賞した複数の遊技球のうちたとえ1個の遊技球であっても特定領域を通過することが、第1開放態様および第2開放態様のいずれと比べても困難である。すなわち、大当り遊技制御処理の終了時に確変フラグがオンにセットされ難い。ただし、大当り遊技制御の実行中に特定領域を遊技球が通過することが困難であったとしても、タイミングよく特定領域を遊技球が通過した場合、大当り遊技制御処理の終了時に確変フラグがオンにセットされる。 On the other hand, as shown in FIG. 104(C), in the third opening mode, the specific area is closed except for the time when the large prize opening is short-open and for a predetermined time after the large prize opening has started to be long-opened (both of these times are short). Therefore, compared to either the first or second opening mode, it is more difficult for even one of the multiple game balls that have entered the large prize opening to pass through the specific area during execution of the jackpot game control. In other words, it is difficult for the probability variable flag to be set to ON at the end of the jackpot game control process. However, even if it is difficult for the game ball to pass through the specific area during execution of the jackpot game control, if the game ball passes through the specific area at the right time, the probability variable flag will be set to ON at the end of the jackpot game control process.

なお、図104では、大当り遊技制御処理の実行中、大入賞口に入賞した複数の遊技球のうち少なくとも1個の遊技球が特定領域を通過することが容易な特定領域の開放態様の例として、第1開放態様および第2開放態様の2態様を設ける例について説明した。ただし、大当り遊技制御処理の実行中、大入賞口に入賞した複数の遊技球のうち少なくとも1個の遊技球が特定領域を通過することが容易な特定領域の開放態様数は、2態様に限られず、1態様だけとしてもよいし、3態様以上としてもよい。 In FIG. 104, an example is described in which two opening modes, a first opening mode and a second opening mode, are provided as examples of opening modes of a specific area in which at least one of a plurality of game balls that have entered a large prize opening can easily pass through the specific area during execution of a jackpot game control process. However, the number of opening modes of a specific area in which at least one of a plurality of game balls that have entered a large prize opening can easily pass through the specific area during execution of a jackpot game control process is not limited to two modes, and may be only one mode or three or more modes.

また、図104では、大当り遊技制御処理の実行中、大入賞口に入賞した複数の遊技球のうちたとえ1個の遊技球であっても特定領域を通過することが困難な特定領域の開放態様の例として、第3開放態様を設ける例について説明した。ただし、大当り遊技制御処理の実行中、大入賞口に入賞した複数の遊技球のうちたとえ1個の遊技球であっても特定領域を通過することが困難な特定領域の開放態様数は、1態様に限られず、2態様以上設けてもよい。 In addition, FIG. 104 describes an example of a third opening mode as an example of a specific area opening mode in which it is difficult for even one of the multiple game balls that have entered the large prize opening to pass through the specific area during execution of the jackpot game control process. However, the number of opening modes of the specific area in which it is difficult for even one of the multiple game balls that have entered the large prize opening to pass through the specific area during execution of the jackpot game control process is not limited to one mode, and two or more modes may be provided.

図105は、拡張例における特別図柄判定テーブルの一例である。この図105に示される特別図柄判定テーブルによれば、当落判定値データが「大当り判定値データ」である場合(特別図柄の当り判定処理の結果が大当りである場合)、第1特別図柄および第2特別図柄の当り時選択図柄コマンドは、次のように選択される。すなわち、第1特別図柄の当り判定処理の結果が大当りである場合、当り時選択図柄コマンドは、例えば、40%の選択率で「z0」が選択され、10%の選択率で「z1」が選択され、50%の選択率で「z2」が選択される。また、第2特別図柄の当り判定処理の結果が大当りである場合、当り時選択図柄コマンドは、例えば、15%の選択率で「z3」が選択され、50%の選択率で「z4」が選択され、35%の選択率で「z5」が選択される。 Figure 105 is an example of a special symbol determination table in an extended example. According to the special symbol determination table shown in this Figure 105, when the winning/losing determination value data is "jackpot determination value data" (when the result of the special symbol winning determination process is a winning), the winning time selection symbol commands for the first special symbol and the second special symbol are selected as follows. That is, when the result of the first special symbol winning determination process is a winning, the winning time selection symbol command is, for example, "z0" with a selection rate of 40%, "z1" with a selection rate of 10%, and "z2" with a selection rate of 50%. Also, when the result of the second special symbol winning determination process is a winning, the winning time selection symbol command is, for example, "z3" with a selection rate of 15%, "z4" with a selection rate of 50%, and "z5" with a selection rate of 35%.

図106は、拡張例における大当り種類決定テーブルの一例である。この図106に示される大当り種類決定テーブルによれば、大当りの種類(例えば、ラウンド数、特定領域の開放態様等)は、次のように決定される。すなわち、当り時選択図柄コマンドが「z0」の場合、ラウンド数が「3」で特定領域の開放態様が第3開放態様の大当り(3R通常大当りA)に決定される。また、当り時選択図柄コマンドが「z1」の場合、ラウンド数が「10」で特定領域の開放態様が第3開放態様の大当り(10R通常大当りA)に決定される。また、当り時選択図柄コマンドが「z2」の場合、ラウンド数が「10」で特定領域の開放態様が第1開放態様の大当り(10R確変大当りA)に決定される。また、当り時選択図柄コマンドが「z3」の場合、ラウンド数が「10」で特定領域の開放態様が第3開放態様の大当り(10R通常大当りB)に決定される。当り時選択図柄コマンドが「z4」の場合、ラウンド数が「10」で特定領域の開放態様が第1開放態様の大当り(10R確変大当りB)に決定される。当り時選択図柄コマンドが「z5」の場合、ラウンド数が「10」で特定領域の開放態様が第2開放態様の大当り(10R確変大当りC)に決定される。 Figure 106 is an example of a jackpot type determination table in an extended example. According to the jackpot type determination table shown in this Figure 106, the type of jackpot (for example, the number of rounds, the opening mode of the specific area, etc.) is determined as follows. That is, when the winning time selection pattern command is "z0", the number of rounds is "3" and the opening mode of the specific area is determined to be a jackpot of the third opening mode (3R normal jackpot A). Also, when the winning time selection pattern command is "z1", the number of rounds is "10" and the opening mode of the specific area is determined to be a jackpot of the third opening mode (10R normal jackpot A). Also, when the winning time selection pattern command is "z2", the number of rounds is "10" and the opening mode of the specific area is determined to be a jackpot of the first opening mode (10R special jackpot A). Also, if the symbol command selected at the time of winning is "z3", the number of rounds is "10" and the opening mode of the specific area is determined to be the third opening mode of the jackpot (10R normal jackpot B). If the symbol command selected at the time of winning is "z4", the number of rounds is "10" and the opening mode of the specific area is determined to be the first opening mode of the jackpot (10R special jackpot B). If the symbol command selected at the time of winning is "z5", the number of rounds is "10" and the opening mode of the specific area is determined to be the second opening mode of the jackpot (10R special jackpot C).

すなわち、上記の図104~図106によれば、第1特別図柄の当り判定処理の結果が大当りである場合、大当りの種類は、40%の選択率で3R通常大当りAに決定され、10%の選択率で10R通常大当りAに決定され、50%の選択率で10R確変大当りAに決定される。一方、第2特別図柄の当り判定処理の結果が大当りである場合、大当りの種類は、15%の選択率で10R通常大当りBに決定され、50%の選択率で10R確変大当りBに決定され、35の選択率で10R確変大当りCに決定される。このようにして、第1特別図柄の当り判定処理の結果が大当りである場合と、第2特別図柄の当り判定処理の結果が大当りである場合とで、大当り遊技制御処理の終了時に確変フラグがオンにセットされる確率を異ならせることが可能となる。 That is, according to the above-mentioned Figs. 104 to 106, when the result of the hit determination process of the first special symbol is a hit, the type of the hit is determined to be 3R normal hit A with a selection rate of 40%, 10R normal hit A with a selection rate of 10%, and 10R sure-win A with a selection rate of 50%. On the other hand, when the result of the hit determination process of the second special symbol is a hit, the type of the hit is determined to be 10R normal hit B with a selection rate of 15%, 10R sure-win B with a selection rate of 50%, and 10R sure-win C with a selection rate of 35. In this way, it is possible to make the probability that the sure-win flag is set to ON at the end of the hit game control process different between when the result of the hit determination process of the first special symbol is a hit and when the result of the hit determination process of the second special symbol is a hit.

なお、大当り遊技制御処理の実行中における特定のラウンド遊技において、特定領域は、図104(A)~(C)に示されるように時間制御によって開放状態となる態様に限られず、例えば、後述の図107に示されるように、大入賞口への遊技球の入賞に応じて開放状態となる態様であってもよい。 In addition, in a specific round of play during execution of the jackpot game control process, the specific area is not limited to being opened by time control as shown in Figures 104 (A) to (C), but may be opened in response to a game ball entering a jackpot opening, for example, as shown in Figure 107 described below.

図107は、拡張例の大当り遊技制御処理の実行中における特定のラウンド遊技において、大入賞口の開放タイミングと特定領域の開放タイミングとの関係を示すタイムチャートの他の例(特定領域が大入賞口への入賞に基づいて開放状態となるように制御される例)であって、(A)特定領域の開放態様が第1開放態様である場合、(B)特定領域の開放態様が第2開放態様である場合、を示す図である。 Figure 107 is another example of a time chart showing the relationship between the opening timing of the large prize opening and the opening timing of the specific area in a specific round of play during execution of the expanded example of the jackpot game control process (an example in which the specific area is controlled to be in an open state based on a win in the large prize opening), showing (A) a case in which the opening mode of the specific area is the first opening mode, and (B) a case in which the opening mode of the specific area is the second opening mode.

図107(A)に示されるように、他の例の第1開放態様では、大入賞口が開放状態となった後、大入賞口に1個目の遊技球が入賞し、大入賞口カウントスイッチにより1個目の遊技球の入賞が検出されると、この検出に基づいて、特定領域が一定時間だけ開放状態となる。そして、大入賞口に2個目の遊技球が入賞し、大入賞口カウントスイッチにより2個目の遊技球の入賞が検出されると、この検出に基づいて、大入賞口が閉鎖状態となるまでの間、特定領域が開放状態となる。そのため、大当り遊技制御処理の実行中、大入賞口に入賞した複数の遊技球のうち少なくとも1個の遊技球が特定領域を通過することが容易である。すなわち、大当り遊技制御処理の終了時に確変フラグがオンにセットされやすい。ただし、上述したとおり、特定領域が開放状態であるにもかかわらず遊技球が1個も特定領域を通過しなかった場合、大当り遊技制御処理の終了時に確変フラグはオンにセットされない。 As shown in FIG. 107(A), in the first opening mode of another example, after the large prize opening is in an open state, when the first game ball enters the large prize opening and the entry of the first game ball is detected by the large prize opening count switch, the specific area is opened for a certain period of time based on this detection. Then, when the second game ball enters the large prize opening and the entry of the second game ball is detected by the large prize opening count switch, the specific area is opened based on this detection until the large prize opening is closed. Therefore, during the execution of the jackpot game control process, it is easy for at least one game ball among the multiple game balls that entered the large prize opening to pass through the specific area. In other words, the probability variable flag is easily set to ON at the end of the jackpot game control process. However, as described above, if no game ball passes through the specific area despite the specific area being in an open state, the probability variable flag is not set to ON at the end of the jackpot game control process.

また、図107(B)に示されるように、他の例の第2開放態様では、大入賞口が開放状態となった後、大入賞口に1個目の遊技球が入賞し、大入賞口カウントスイッチにより1個目の遊技球の入賞が検出された場合に限り、特定領域が一定時間だけ開放状態となる。そして、大入賞口に2個目の遊技球が入賞し、大入賞口カウントスイッチにより2個目の遊技球の入賞が検出されたとしても、入賞口が閉鎖状態となるまでの間、特定領域は開放状態とならず、閉鎖状態が継続する。そのため、大当り遊技制御の実行中、大入賞口に入賞した複数の遊技球のうちたとえ1個の遊技球であっても特定領域を通過することが、第1開放態様と比べて困難である。すなわち、大当り遊技制御処理の終了時に確変フラグがオンにセットされ難い。ただし、この場合も、大当り遊技制御の実行中に特定領域を遊技球が通過することが困難であったとしても、タイミングよく特定領域を遊技球が通過した場合、大当り遊技制御処理の終了時に確変フラグがオンにセットされる。 Also, as shown in FIG. 107(B), in the second opening mode of another example, after the large prize opening is opened, the specific area is opened for a certain period of time only when the first game ball enters the large prize opening and the entry of the first game ball is detected by the large prize opening count switch. Even if the second game ball enters the large prize opening and the entry of the second game ball is detected by the large prize opening count switch, the specific area does not become open and remains closed until the winning opening is closed. Therefore, during the execution of the large prize game control, it is more difficult for even one of the multiple game balls that have entered the large prize opening to pass through the specific area than in the first opening mode. In other words, it is difficult for the probability variable flag to be set to ON at the end of the large prize game control process. However, even in this case, if it is difficult for the game ball to pass through the specific area while the jackpot game control is being executed, if the game ball passes through the specific area at the right time, the probability of winning flag is set to ON when the jackpot game control process ends.

なお、上記では、大当り遊技制御処理の実行中に特定領域を遊技球が通過した場合、大当り遊技制御処理の終了時に確変フラグがオンにセットされる例について説明したが、これに限られず、例えば、大当り遊技制御処理の実行中に特定領域を遊技球が通過した場合、大当り遊技制御処理の終了時に時短フラグがオンにセットされるようにしてもよい。このような仕様は、とくに、例えば第3のパチンコ遊技機のような1種2種混合機である場合に有効である。 In the above, an example was described in which if the game ball passes through a specific area while the jackpot game control process is being executed, the probability variable flag is set to ON when the jackpot game control process ends. However, this is not limited to this. For example, if the game ball passes through a specific area while the jackpot game control process is being executed, the time-saving flag may be set to ON when the jackpot game control process ends. This type of specification is particularly effective in the case of a type 1/type 2 mixed machine, such as a third type pachinko game machine.

また、上記では、第1特別図柄の当り判定処理の結果が当りである場合と、第2特別図柄の当り判定処理の結果が当りである場合とで、特定領域の開放態様として同じ開放態様を設ける例について説明したが、これに限られず、例えば、第1特別図柄専用の開放態様や第2特別図柄専用の開放態様を設けるようにしてもよい。 In addition, in the above, an example was described in which the same opening pattern is set as the opening pattern of the specific area when the result of the hit determination process for the first special symbol is a hit and when the result of the hit determination process for the second special symbol is a hit, but this is not limited to this, and for example, an opening pattern dedicated to the first special symbol and an opening pattern dedicated to the second special symbol may be set.

また、上記では、第1特別図柄の当り判定処理の結果が当りである場合および第2特別図柄の当り判定処理の結果が当りである場合のいずれにおいても、特定領域への遊技球の通過が困難な第3態様に決定されうる例について説明したが、これに限られず、いずれか一方の特別図柄(例えば第2特別図柄)の当り判定処理の結果が当りである場合には、少なくとも1個の遊技球が特定領域を通過することが容易な態様(第1態様または第2態様)のみに決定されるように構成してもよい。 In addition, in the above, an example was described in which the third mode may be determined to be one in which it is difficult for the game ball to pass through the specific area when the result of the hit determination process for the first special symbol is a hit and when the result of the hit determination process for the second special symbol is a hit, but this is not limited to this, and it may be configured so that when the result of the hit determination process for either one of the special symbols (e.g. the second special symbol) is a hit, only the mode in which it is easy for at least one game ball to pass through the specific area (the first mode or the second mode) is determined.

また、上記では、特定領域への遊技球の通過が困難な第3態様において、特定領域は、大入賞口が短開放中および大入賞口の長開放が開始された後の所定時間の2回(いずれも短時間)にわたって開放状態となっているが、特定領域への遊技球の通過が困難であれば、特定領域が開放状態とされる回数は1回であってもよいし複数回であってもよい。 Also, in the above, in the third mode in which it is difficult for game balls to pass through to the specific area, the specific area is in an open state twice (both for a short period of time) while the large prize opening is short-open and for a predetermined period of time after the large prize opening starts to be long-opened; however, if it is difficult for game balls to pass through to the specific area, the specific area may be in an open state once or multiple times.

また、特定領域の閉鎖は、予め定められた開放時間の経過や、特定領域が開放するラウンドの終了に応じて閉鎖したり、規定回数の大入賞口や特定領域への入賞に応じて閉鎖するなどするように制御してもよい。また、閉鎖する条件が一つ乃至複数複合していてもよい。 The closure of a specific area may be controlled to occur after a predetermined opening time has elapsed, or after the round in which the specific area is open has ended, or in response to a set number of large prize openings or winnings in the specific area. There may also be one or more combinations of closure conditions.

また、大当り遊技状態と、確変制御が実行される遊技状態(例えば、高確時短遊技状態、高確非時短遊技状態等)とが、所定の上限回数(以下、「リミッタ回数」と称する)に到達するまで交互に繰り返し実行される所謂リミッタ機であってもよい。このようなリミッタ機では、上記の繰り返し回数(以下、「ループ回数」と称する)が所定のリミッタ回数に到達すると、大当り遊技制御処理が終了したのちの遊技状態が、確変制御が実行されない遊技状態(例えば、通常遊技状態、時短遊技状態等)に制御される。このとき、ループ回数もリセットされる。なお、このような遊技機において、リミッタ回数は、一定の回数であってもよいし、例えば、特別図柄の図柄乱数値に応じて決定したり、所定の抽選により決定してもよい。また、設定機であれば、設定値に応じてリミッタ回数が異なるようにしてもよい。 It may also be a so-called limiter machine in which the jackpot game state and the game state in which the probability variable control is executed (for example, a high probability time-saving game state, a high probability non-time-saving game state, etc.) are alternately executed repeatedly until a predetermined upper limit number (hereinafter referred to as the "limiter number") is reached. In such a limiter machine, when the above-mentioned number of repetitions (hereinafter referred to as the "loop number") reaches a predetermined limiter number, the game state after the jackpot game control process is completed is controlled to a game state in which the probability variable control is not executed (for example, a normal game state, a time-saving game state, etc.). At this time, the loop number is also reset. In such a gaming machine, the limiter number may be a fixed number, or may be determined according to, for example, the random number value of the special pattern, or may be determined by a predetermined lottery. In addition, if it is a setting machine, the limiter number may be different depending on the setting value.

なお、上記では、大当り遊技状態と、確変制御が実行される遊技状態とがリミッタ回数に到達するまで交互に繰り返し実行される所謂リミッタ機について説明したが、これに限られず、例えば、大当り遊技状態と、時短制御が実行される遊技状態とがリミッタ回数に到達するまで交互に繰り返し実行されるようにしてもよい。とくに、例えば第3のパチンコ遊技機のような1種2種混合機である場合に有効である。 In the above, we have described a so-called limiter machine in which the jackpot game state and the game state in which the probability variable control is executed are alternately and repeatedly executed until the limiter number of times is reached, but this is not limited to this. For example, the jackpot game state and the game state in which the time-saving control is executed may be alternately and repeatedly executed until the limiter number of times is reached. This is particularly effective in the case of a type 1/type 2 mixed machine such as the third type pachinko game machine.

また、上述したV確変機である場合には、大当り遊技制御処理の実行中に特定領域を遊技球が通過した場合に、確変制御が実行される遊技状態が継続される。そのため、このようなV確変機では、リミッタ回数を例えばN回とすると、N回目の大当り遊技制御処理の実行中に特定領域を遊技球が通過した場合、所定のリミッタ回数に到達したものとして、大当り遊技制御処理が終了したのちの遊技状態が、確変制御が実行されない遊技状態に制御される。一方、N回目の大当り遊技制御処理の実行中に特定領域を遊技球が通過しなかった場合、所定のリミッタ回数に到達したものとはならないものの、大当り遊技制御処理の実行中に特定領域を遊技球が通過していないため、このような場合も、大当り遊技制御処理が終了したのちの遊技状態が、確変制御が実行されない遊技状態に制御されることとなる。なお、大当り遊技制御処理の実行中に特定領域を遊技球が通過した場合に、大当り遊技制御処理の終了時に時短フラグがオンにセットされる遊技機においても同様である。 In addition, in the case of the above-mentioned V-type high probability machine, if the game ball passes through a specific area during the execution of the jackpot game control process, the game state in which the high probability control is executed continues. Therefore, in such a V-type high probability machine, if the limiter number is, for example, N times, when the game ball passes through a specific area during the execution of the Nth jackpot game control process, it is considered that the predetermined limiter number has been reached, and the game state after the jackpot game control process is completed is controlled to a game state in which the high probability control is not executed. On the other hand, if the game ball does not pass through the specific area during the execution of the Nth jackpot game control process, although it is not considered that the predetermined limiter number has been reached, since the game ball has not passed through the specific area during the execution of the jackpot game control process, even in such a case, the game state after the jackpot game control process is completed is controlled to a game state in which the high probability control is not executed. The same applies to gaming machines in which, if a gaming ball passes through a specific area while a jackpot game control process is being executed, the time-saving flag is set to ON when the jackpot game control process ends.

また、大当り遊技制御処理の終了後、所定回数の特別図柄ゲームが行われるまで確変制御が実行される遊技状態(例えば、高確時短遊技状態、高確非時短遊技状態等)に制御され、所定回数の特別図柄ゲームが行われると、確変制御が実行されない遊技状態(例えば、通常遊技状態、時短遊技状態等)に移行する所謂ST機であってもよい。このような遊技機において、確変制御が実行される特別図柄ゲームの回数(以下、「ST回数」と称する)を、一定回数としてもよいし、都度異なるようにしてもよい。また、設定機であれば、設定値に応じてST回数の期待値が異なるようにしてもよい。さらには、例えば転落抽選を行い、転落抽選の結果に基づいて確変制御が終了する所謂転落タイプの遊技機であってもよいし、例えば大当り遊技状態中に特定領域を遊技球が通過した場合に、大当り遊技状態の終了後に確変制御が実行される所謂V確変タイプの遊技機であってもよい。 In addition, after the end of the jackpot game control process, the machine is controlled to a game state (e.g., high probability time-saving game state, high probability non-time-saving game state, etc.) in which the probability variable control is executed until a predetermined number of special symbol games are played, and when the predetermined number of special symbol games are played, the machine may be a so-called ST machine in which the probability variable control is not executed (e.g., normal game state, time-saving game state, etc.). In such a game machine, the number of special symbol games in which the probability variable control is executed (hereinafter referred to as the "ST number") may be a fixed number, or may be different each time. In addition, if it is a setting machine, the expected value of the ST number may be different depending on the setting value. Furthermore, the machine may be a so-called falling type game machine in which a falling lottery is performed and the probability variable control ends based on the result of the falling lottery, or it may be a so-called V probability variable type game machine in which the probability variable control is executed after the end of the jackpot game state when the game ball passes through a specific area during the jackpot game state.

[4-2.時短制御の拡張例]
第1のパチンコ遊技機、第2のパチンコ遊技機および第3のパチンコ遊技機では、特別図柄当り判定処理の結果が大当りである場合に、大当り遊技制御処理の終了後、時短制御が実行されうるようにしたが、特別図柄当り判定処理の結果が大当りでない場合であっても、時短制御が実行されうるようにしてもよい。
[4-2. Example of time-saving control extension]
In the first pachinko game machine, the second pachinko game machine and the third pachinko game machine, if the result of the special pattern hit determination process is a jackpot, the time-saving control can be executed after the jackpot game control process is completed, but the time-saving control may also be executed even if the result of the special pattern hit determination process is not a jackpot.

例えば、特別図柄当り判定処理の結果が小当りやハズレであったとしても、始動口への遊技球の入賞に基づいて抽出された乱数値のうち特定の乱数値(例えば、特別図柄当り判定用乱数値、特別図柄の図柄乱数値等)を用いて、特別図柄当り判定処理とは別に、時短制御を実行するか否かを決める時短当落判定処理を行うようにしてもよい。特別図柄当り判定処理の結果が小当りやハズレである場合に時短当落判定を行う場合、例えば、始動口への遊技球の入賞に基づいて抽出された特別図柄の図柄乱数値が特定の図柄乱数値である場合に、時短制御が実行される「時短当り」に決定することができる。なお、特別図柄当り判定処理の結果が大当りである場合に時短当落判定処理を行ってもよい。 For example, even if the result of the special symbol hit determination process is a small hit or a miss, a time-saving hit/miss determination process may be performed separately from the special symbol hit determination process to determine whether or not to execute time-saving control, using a specific random number value (e.g., a random number value for special symbol hit determination, a pattern random number value of a special symbol, etc.) from among the random number values extracted based on the entry of a game ball into the starting hole. When a time-saving hit/miss determination is performed when the result of the special symbol hit determination process is a small hit or a miss, for example, when the pattern random number value of a special symbol extracted based on the entry of a game ball into the starting hole is a specific pattern random number value, it can be determined to be a "time-saving hit" in which time-saving control is executed. Note that the time-saving hit/miss determination process may also be performed when the result of the special symbol hit determination process is a big hit.

また、特別図柄当り判定処理とは別に時短当落判定処理を行う場合、時短当落判定処理を、同一フレームにおいて特別図柄当り判定処理に先だって実行してもよい。 In addition, if the time-saving winning/losing determination process is performed separately from the special pattern winning/losing determination process, the time-saving winning/losing determination process may be performed prior to the special pattern winning/losing determination process in the same frame.

また、上記の時短当落判定処理を行う場合、専ら時短当落判定処理に供される時短当落判定用乱数を所定の範囲で発生させて、例えば始動口への遊技球の入賞に基づいて時短当落用乱数値を抽出し、抽出された時短当落用乱数値を用いて時短当落判定処理を行うようにしてもよい。 In addition, when performing the above-mentioned time-saving winning/losing judgment process, a random number for time-saving winning/losing judgment that is used exclusively for the time-saving winning/losing judgment process may be generated within a predetermined range, and a random number value for time-saving winning/losing may be extracted based on, for example, the entry of a game ball into the starting hole, and the time-saving winning/losing judgment process may be performed using the extracted random number value for time-saving winning/losing.

また、時短当落判定処理に供される乱数値は、始動口に遊技球が入賞したことに基づいて抽出されることは必須ではなく、他の領域(例えば、一般入賞口、小当り入賞口、大入賞口等)に遊技球が入賞したことに基づいて抽出されるようにしてもよい。さらには、例えば時短当落判定処理の実行契機となる専用の領域を設けて、この専用の領域を遊技球が例えば通過したことに基づいて、時短当落判定処理に供される乱数値が抽出されるようにしてもよい。 The random number value used in the time-saving winning/losing judgment process does not necessarily have to be extracted based on the game ball winning the start port, but may be extracted based on the game ball winning in other areas (for example, the general winning port, the small winning port, the large winning port, etc.). Furthermore, for example, a dedicated area that triggers the execution of the time-saving winning/losing judgment process may be provided, and the random number value used in the time-saving winning/losing judgment process may be extracted based on the game ball passing through this dedicated area.

ところで、例えば、時短当落判定処理と特別図柄当り判定処理とが別のタイミングで実行される場合、確定表示すると大当りを示す停止表示態様が導出される特別図柄の可変表示中に時短当落判定処理が実行され、この時短当落判定処理の結果が「時短当り」となる場合がある。このような場合、メインCPUは、時短当落判定処理の結果が「時短当り」であるにもかかわらず、例えば、強制的に「時短ハズレ」を示す表示態様を導出するとよい。 For example, if the time-saving winning/losing determination process and the special pattern winning/losing determination process are executed at different times, the time-saving winning/losing determination process may be executed during the variable display of the special pattern, which, when confirmed, derives a stop display mode indicating a jackpot, and the result of this time-saving winning/losing determination process may be a "time-saving winning". In such a case, the main CPU may forcibly derive, for example, a display mode indicating a "time-saving losing" even though the result of the time-saving winning/losing determination process is a "time-saving winning".

また、サブCPUは、時短当落判定処理の結果が「時短当り」であるのか「時短ハズレ」であるのかを外観で把握することが可能または容易な演出画像(例えば、装飾図柄の変動演出やキャラクタによる表示演出等)を、表示装置に表示する制御を実行することが好ましい。この場合、特別図柄当り判定処理の結果とは別に、時短当落判定処理の結果が表示装置に表示されるため、興趣の低下を抑制することが可能となる。 The sub-CPU also preferably controls the display of a performance image (such as a decorative pattern change performance or a character display performance) on the display device that allows or makes it easy to understand from the outside whether the result of the time-saving winning/losing judgment process is a "time-saving winning/losing" result. In this case, the result of the time-saving winning/losing judgment process is displayed on the display device separately from the result of the special pattern winning/losing judgment process, making it possible to prevent a decline in interest.

また、時短当落判定処理の結果が「時短当り」であるのか「時短ハズレ」であるのかを外観で把握することが可能または容易な演出画像を表示装置に表示することに代えて、時短当落判定処理の結果が「時短当り」であるのか「時短ハズレ」であるのかを外観で把握することが不可能または困難な演出画像(例えば、装飾図柄の変動演出やキャラクタによる表示演出等)を表示装置に表示する制御を実行してもよい。この場合、時短当落判定処理の結果が開示されるまで、興趣を維持することが可能となる。 In addition, instead of displaying on the display device an effect image that makes it possible or easy to grasp from the outside whether the result of the time-saving winning/losing judgment process is a "time-saving winning" or a "time-saving losing" result, it is also possible to execute control to display on the display device an effect image (for example, a decorative pattern change effect or a character display effect, etc.) that makes it impossible or difficult to grasp from the outside whether the result of the time-saving winning/losing judgment process is a "time-saving winning" or a "time-saving losing" result. In this case, it is possible to maintain interest until the result of the time-saving winning/losing judgment process is disclosed.

また、一般的なパチンコ遊技機では、特別図柄当り判定処理の結果が大当りであった場合、サブCPUは、大当り遊技状態において推奨される遊技球の発射方法として例えば右打ち指示を示す演出画像が表示装置(例えば液晶表示装置)に表示されるよう制御する。この点、本実施例では、特別図柄当り判定処理の結果が大当りでなかったとしても、時短当落判定処理の結果が「時短当り」である場合、サブCPUは、時短制御が実行される場合に推奨される遊技球の発射方法として例えば右打ち指示を示す演出画像が表示装置に表示されるよう制御する。ただし、時短当落判定処理の結果が「時短当り」である場合、時短制御が実行される場合に推奨される遊技球の発射方法を示す演出画像を、常に表示装置に表示するようにしてもよいが、特定条件が成立した場合に限り表示するようにしてもよい。例えば、「時短当り」に基づいてセットされる時短回数が、所定回数以上(例えば2回以上)である場合には表示し、所定回数未満(例えば2回未満)である場合等には表示しないようにしてもよい。なお、上記の特定条件は、時短回数を条件とするものに限られず、適宜、任意の条件とすることができる。 In addition, in a typical pachinko game machine, if the result of the special symbol hit determination process is a jackpot, the sub-CPU controls the display device (e.g., liquid crystal display device) to display, for example, a performance image showing a right-hit instruction as the recommended method of launching game balls in a jackpot game state. In this regard, in this embodiment, even if the result of the special symbol hit determination process is not a jackpot, if the result of the time-saving hit determination process is a "time-saving hit", the sub-CPU controls the display device to display, for example, a performance image showing a right-hit instruction as the recommended method of launching game balls when time-saving control is executed. However, if the result of the time-saving hit determination process is a "time-saving hit", the performance image showing the recommended method of launching game balls when time-saving control is executed may be displayed on the display device at all times, or may be displayed only when a specific condition is met. For example, if the number of time-saving hits set based on the "time-saving hit" is a predetermined number or more (e.g., 2 or more), it may be displayed, but if it is less than the predetermined number (e.g., less than 2), it may not be displayed. Note that the above specific conditions are not limited to the number of time-saving conditions, but can be any conditions as appropriate.

また、特別図柄当り判定処理が実行される前に時短当落判定処理が実行される場合、サブCPUは、「時短当り」となった状況下(すなわち、時短フラグがオンにセットされた状況下)で特別図柄当り判定処理が実行されるのか否かを、外観で把握可能または把握容易な演出画像を表示装置に表示する制御を実行してもよい。 In addition, if the time-saving hit/lose determination process is executed before the special pattern hit determination process is executed, the sub-CPU may execute control to display on the display device a performance image that is externally comprehensible or easily comprehensible as to whether or not the special pattern hit determination process will be executed under the "time-saving hit" condition (i.e., under the condition in which the time-saving flag is set to on).

なお、時短当落判定処理に用いる乱数値の種類、時短当落判定処理に用いる乱数値の抽出タイミング、時短当落判定処理において時短当りと判定される条件、時短当落判定処理の実行タイミング、時短当落判定処理を実行可能な遊技状態、時短遊技状態の態様、時短当り時にセットされる時短回数、時短遊技状態の開始タイミング、時短遊技状態の終了タイミング、時短回数書き換えタイミング、時短当り確率、および、時短当落判定処理の結果表示、等の時短にかかわる処理をまとめると以下のとおりである。 The following is a summary of the processes related to time-saving, such as the type of random number used in the time-saving winning/losing judgment process, the timing of extracting the random number used in the time-saving winning/losing judgment process, the conditions for judging a time-saving winning/losing in the time-saving winning/losing judgment process, the execution timing of the time-saving winning/losing judgment process, the game state in which the time-saving winning/losing judgment process can be executed, the state of the time-saving game state, the number of time-saving times set when a time-saving winning/losing is achieved, the start timing of the time-saving game state, the end timing of the time-saving game state, the timing of rewriting the number of time-saving times, the probability of winning the time-saving game, and the display of the results of the time-saving winning/losing judgment process.

(時短当落判定処理に用いる乱数値の種類)
時短当落判定処理に用いられる乱数値は、例えば、特別図柄当り判定用乱数値、特別図柄決定用乱数値、普通当り判定用乱数値、普通図柄決定用乱数値、特別図柄転落判定用乱数値および専用の時短当落判定用乱数値等の複数種類の乱数値のうち、いずれかの乱数値であってもよい。また、設定機であれば、設定変更時に、変更後の設定値を用いて時短当落判定処理を行うようにしてもよい。
(Type of random numbers used in time-saving winning/losing judgment processing)
The random number value used in the time-saving winning/losing judgment process may be any of a plurality of types of random number values, such as a random number value for special symbol winning judgment, a random number value for special symbol determination, a random number value for normal winning judgment, a random number value for normal symbol determination, a random number value for special symbol fall judgment, and a dedicated random number value for time-saving winning/losing judgment. In addition, in the case of a setting machine, when the setting is changed, the time-saving winning/losing judgment process may be performed using the changed setting value.

また、時短当落判定処理に用いる乱数値は、1種類(例えば、時短当落判定用乱数値のみ)に限られず、複数種類の乱数値(例えば、特別図柄当り判定用乱数値および図柄決定用乱数値)を用いて決定するようにしてもよい。 In addition, the random number value used in the time-saving winning/losing determination process is not limited to one type (for example, only a random number value for time-saving winning/losing determination), but may be determined using multiple types of random number values (for example, a random number value for determining whether a special pattern has been won and a random number value for determining the pattern).

(時短当落判定処理に用いる乱数値の抽出タイミング)
時短当落判定処理に用いる乱数値の抽出タイミングは、特別図柄当り判定処理の契機となる始動口への遊技球の入賞時、普通図柄当り判定処理の実行契機となる通過ゲートへの遊技球の通過時、時短当落判定処理の実行契機となる専用の領域への遊技球の通過時等、任意のタイミングであってよい。なお、時短当落判定処理に用いる乱数値の抽出は、賞球の払い出しがある特定の入賞口等への入賞に基づいて行ってもよいし、賞球の払い出しがない特定のゲートや特定のアウト口等への通過に基づいて行ってもよい。
(Timing of extracting random numbers used in time-saving winning/losing judgment processing)
The timing of extraction of the random number value used in the time-saving winning/losing judgment process may be any timing, such as when the game ball enters the start port which triggers the special symbol winning judgment process, when the game ball passes through the pass gate which triggers the execution of the normal symbol winning judgment process, when the game ball passes through a dedicated area which triggers the execution of the time-saving winning/losing judgment process, etc. The extraction of the random number value used in the time-saving winning/losing judgment process may be performed based on the winning of a specific winning port or the like which has a prize ball payout, or may be performed based on the passing of a specific gate or a specific out port which has no prize ball payout.

なお、時短当落判定処理用乱数値を始動口への遊技球の入賞(通過)に基づいて抽出するようにした場合、第1始動口および第2始動口のいずれに遊技球が入賞した場合であっても時短当落判定用乱数値を抽出してもよいし、いずれか一方の特定の始動口に遊技球が入賞した場合にのみ、時短当落判定用乱数値を抽出するようにしてもよい。 In addition, if the random number value for the time-saving winning/losing judgment process is extracted based on the entry (passage) of the game ball into the start port, the random number value for the time-saving winning/losing judgment may be extracted regardless of whether the game ball enters the first start port or the second start port, or the random number value for the time-saving winning/losing judgment may be extracted only when the game ball enters one of the specific start ports.

(時短当落判定処理において時短当りと判定される条件)
抽出した時短当落判定処理用乱数値を用いて時短当落判定処理を行う場合は、抽出した時短当落判定用乱数値が特定の時短当落判定用乱数値(例えば、特定の時短当り判定値データ)であるときに時短当りと判定されるようにするとよい。また、特別図柄当り判定用乱数値を用いて時短当落判定処理を実行する場合は、特定のハズレ判定値データ、特定の小当り判定値データまたは/および特定の大当り判定値データであるときに時短当りと判定されるようにするとよい。また、特別図柄の図柄乱数値を用いて時短当落判定処理を実行する場合は、特定のハズレ図柄、特定の小当り図柄、特定の大当り図柄であるときに時短当たりと判定されるようにするとよい。また、特別図柄転落判定用乱数値を用いて時短当落判定処理を実行する場合は、特定の特別図柄転落判定用乱数値データであるときに時短当りと判定されるようにするとよい。さらに、変更後の設定値を用いて時短当落判定処理を実行する場合は、特定の設定値に変更された場合に時短当りと判定されるようにするとよい。普通当り判定用乱数値や普通図柄決定用乱数値を用いて時短当落判定処理を行う場合も同様である。さらには、時短当落判定処理において時短当りと判定される条件は、上記の条件に限らず、さまざまな条件に任意に決めることができる。
(Conditions for determining whether a time-saving win has been won in the time-saving winning/losing determination process)
When the time-saving winning/losing judgment process is performed using the extracted random number value for the time-saving winning/losing judgment process, it is preferable to determine that the time-saving winning/losing is a winning when the extracted random number value for the time-saving winning/losing judgment process is a specific random number value for the time-saving winning/losing judgment process (for example, a specific time-saving winning/losing judgment value data). When the time-saving winning/losing judgment process is performed using the random number value for the special pattern winning/losing judgment, it is preferable to determine that the time-saving winning/losing is a winning when the data is a specific losing judgment value data, a specific small winning judgment value data, or/and a specific big winning judgment value data. When the time-saving winning/losing judgment process is performed using the random number value for the special pattern falling judgment, it is preferable to determine that the time-saving winning/losing is a winning when the data is a specific random number value for the special pattern falling judgment. Furthermore, when the time-saving winning/losing judgment process is executed using the changed setting value, it is preferable to judge the time-saving winning when the setting value is changed to a specific setting value. The same applies when the time-saving winning/losing judgment process is executed using the random number value for normal winning judgment or the random number value for normal pattern determination. Furthermore, the conditions for judging the time-saving winning/losing in the time-saving winning/losing judgment process are not limited to the above conditions and can be arbitrarily determined to be various conditions.

なお、第3のパチンコ遊技機においては、時短当落判定処理の結果が「時短当り」であったとしても、特別図柄当り判定処理(図68のS2023参照)の結果が役物開放当りであって且つVアタッカー2152が開放したときにV入賞装置2150内に進入した遊技球がV入賞口2155を通過した場合は、役物開放当りの種類に応じて時短制御の実行有無および時短回数を決定するようにするとよい。そして、特別図柄当り判定処理の結果が役物開放当りであって且つVアタッカー2152が開放したにもかかわらずV入賞口2155への遊技球の通過が検出されずに大当り遊技制御処理が実行されなかった場合、メインCPU2201は、時短当落判定処理の結果が「時短当り」であれば、「時短当り」に基づいて時短制御の実行有無および時短回数を決定するとよい。ただし、時短当落判定処理の結果が「時短ハズレ」であり、特別図柄当り判定処理の結果が役物開放当りであって且つVアタッカー2152が開放したときにV入賞装置2150内に進入した遊技球がV入賞口2155を通過しなかった場合は、時短制御が実行されない。 In the third pachinko game machine, even if the result of the time-saving hit/loss judgment process is a "time-saving hit," if the result of the special symbol hit judgment process (see S2023 in FIG. 68) is a hit to open the special symbol and the game ball that entered the V winning device 2150 when the V attacker 2152 is opened passes through the V winning port 2155, it is preferable to determine whether or not to execute time-saving control and the number of time-saving times according to the type of hit to open the special symbol. And, if the result of the special symbol hit judgment process is a hit to open the special symbol and the V attacker 2152 is opened but the passage of the game ball into the V winning port 2155 is not detected and the jackpot game control process is not executed, if the result of the time-saving hit/loss judgment process is a "time-saving hit," the main CPU 2201 may determine whether or not to execute time-saving control and the number of time-saving times based on the "time-saving hit." However, if the result of the time-saving hit/miss determination process is "time-saving miss," and the result of the special symbol hit determination process is a hit to open the special device, and the game ball that entered the V winning device 2150 when the V attacker 2152 opens does not pass through the V winning port 2155, the time-saving control will not be executed.

(時短当落判定処理の実行タイミング)
始動口の遊技球の入賞(通過)に基づいて取得した時短当落判定用乱数値を用いて特別図柄の可変表示の開始時に時短当落判定処理を実行する場合、メインCPUは、特別図柄の始動情報と同様に、取得した時短当落判定用乱数値を保留するとよい。
(Time-saving winning/losing judgment processing execution timing)
When the time-saving winning/losing determination process is executed at the start of the variable display of the special pattern using a random number value for time-saving winning/losing determination obtained based on the winning (passing) of the game ball at the starting hole, the main CPU may retain the obtained random number value for time-saving winning/losing determination, in the same manner as the start information of the special pattern.

また、メインCPUは、時短当落判定処理に供される乱数値を抽出するとただちに(例えば保留される前に)時短当落判定処理を実行するようにしてもよいし、抽出した乱数値を保留し、特別図柄の可変表示が開始されるまでの間に時短当落判定処理を実行するようにしてもよいし、特別図柄の可変表示の開始時に時短当落判定処理を実行するようにしてもよい。 The main CPU may execute the time-saving winning/losing judgment process immediately after extracting the random number value to be used in the time-saving winning/losing judgment process (e.g., before it is reserved), or may reserve the extracted random number value and execute the time-saving winning/losing judgment process until the variable display of the special pattern begins, or may execute the time-saving winning/losing judgment process at the start of the variable display of the special pattern.

(時短当落判定処理を実行可能な遊技状態)
時短当落判定処理は、通常遊技状態、高確時短遊技状態、高確非時短遊技状態および時短遊技状態のいずれにおいても実行するようにしてもよいし、時短制御が実行されない遊技状態(例えば、通常遊技状態、高確非時短遊技状態等)においてのみ実行されるようにしてもよい。また、例えば、いずれの遊技状態においても時短当落判定処理を実行する、特定の遊技状態においてのみ時短当落判定処理を実行する、といった時短当落判定処理を実行するための条件を予め定めて、この定められた条件を満たす場合に時短当落判定処理が実行されるようにしてもよい。
(Game state in which time-saving winning/losing judgment processing can be executed)
The time-saving winning/losing judgment process may be executed in any of the normal game state, the high-probability time-saving game state, the high-probability non-time-saving game state, and the time-saving game state, or may be executed only in a game state in which the time-saving control is not executed (for example, the normal game state, the high-probability non-time-saving game state, etc.). In addition, for example, a condition for executing the time-saving winning/losing judgment process may be determined in advance, such as executing the time-saving winning/losing judgment process in any game state, or executing the time-saving winning/losing judgment process only in a specific game state, and the time-saving winning/losing judgment process may be executed when the determined condition is satisfied.

(時短制御の態様)
大当りの種類に応じて実行される時短制御の態様と、時短当落判定処理の結果に応じて実行される時短制御の態様とを、同じ態様としてもよいし、異なる態様としてもよい。例えば、第1の時短フラグおよび第2の時短フラグを用意し、大当り種類に応じて時短制御が実行される場合は第1の時短フラグをオンにセットし、時短当落判定処理の結果に基づいて時短制御が実行される場合は第2の時短フラグをオンにセットするようにしてもよい。この場合、第1の時短フラグがオンにセットされた場合と第2の時短フラグがオンにセットされた場合とで、機能が異なる時短制御が実行されるようにするとよい。例えば、第1の時短フラグがオンにセットされた場合は、特図短縮制御および電サポ制御の両方を行い、第2の時短フラグがオンにセットされた場合は、特図短縮制御および電サポ制御のうちいずれか一方のみを行うようにすることができる。また、第1の時短フラグがオンにセットされた場合は、特図短縮制御および電サポ制御のうち特図短縮制御のみが行われる第1時短遊技状態に制御し、第2の時短フラグがオンにセットされた場合は、特図短縮制御および電サポ制御のうち電サポ制御のみが行われる第2時短遊技状態に制御されるようにしてもよい。ただし、複数の時短フラグのうちいずれの時短フラグをオンにセットするかについては、上記に限られず、例えば、時短当落判定処理の結果に基づいて決定してもよいし、時短当落判定処理が実行されたときの遊技状態に応じて決定してもよい。
(Mode of time-saving control)
The mode of time-saving control executed according to the type of jackpot and the mode of time-saving control executed according to the result of the time-saving winning/losing judgment process may be the same or different. For example, a first time-saving flag and a second time-saving flag may be prepared, and when the time-saving control is executed according to the type of jackpot, the first time-saving flag may be set to on, and when the time-saving control is executed based on the result of the time-saving winning/losing judgment process, the second time-saving flag may be set to on. In this case, when the first time-saving flag is set to on and when the second time-saving flag is set to on, it is preferable to execute time-saving control with different functions. For example, when the first time-saving flag is set to on, both the special chart shortening control and the electric support control are performed, and when the second time-saving flag is set to on, only one of the special chart shortening control and the electric support control is performed. Also, when the first time-saving flag is set to on, the first time-saving game state is controlled in which only the special chart shortening control is performed among the special chart shortening control and the electric support control, and when the second time-saving flag is set to on, the second time-saving game state is controlled in which only the electric support control is performed among the special chart shortening control and the electric support control. However, which of the multiple time-saving flags is set to on is not limited to the above, and may be determined based on the result of the time-saving winning/losing judgment process, for example, or may be determined according to the game state when the time-saving winning/losing judgment process is executed.

(時短当り時にセットされる時短回数)
時短当落判定処理の結果が「時短当り」である場合にセットされる時短回数は、時短当落判定処理が行われたときの遊技状態に応じて決定することが好ましい。ただし、これに限られず、例えば、複数の時短当落判定用乱数値が時短当り判定値データとして規定されている場合、セットされる時短回数を、時短当落判定処理が行われたときの遊技状態に代えてまたは加えて、抽出された時短当落判定用乱数値に応じて決定するようにしてもよい。例えば、始動口への遊技球の入賞に基づいて抽出された時短当落判定用乱数値が、第1の時短当り判定値データである場合は時短回数を「100」に決定し、第2の時短当り判定値データである場合は時短回数を「50」に決定すること等が相当する。
(Number of time-saving times set when time-saving hits)
It is preferable that the number of time-saving times to be set when the result of the time-saving winning/losing judgment process is "time-saving winning/losing", is determined according to the game state when the time-saving winning/losing judgment process is performed. However, this is not limited to this, and for example, when multiple random numbers for time-saving winning/losing judgment are specified as time-saving winning/losing judgment value data, the number of time-saving times to be set may be determined according to the extracted random numbers for time-saving winning/losing judgment instead of or in addition to the game state when the time-saving winning/losing judgment process is performed. For example, when the random numbers for time-saving winning/losing judgment extracted based on the entry of a game ball into the starting hole are the first time-saving winning/losing judgment value data, the number of time-saving times is determined to be "100", and when they are the second time-saving winning/losing judgment value data, the number of time-saving times is determined to be "50".

また、時短制御が実行される遊技状態(例えば、高確時短遊技状態、時短遊技状態等)であっても時短当落判定処理が実行されるようにし、この時短当落判定処理の結果が「時短当り」である場合、メインCPUは、「時短当り」に基づいて決定された時短回数を、時短残回数に代えて新たにセット(すなわち、時短残回数をリセット)するようにしてもよい。この場合、新たにセットされる時短回数が時短残回数よりも多いか少ないかによって遊技者にとっての利益度合いが変わることとなってゲーム性の幅が広がり、時短フラグがオンの時短遊技状態に面白みを持たせることができ、興趣を高めることが可能となる。 In addition, the time-saving winning/losing determination process may be executed even in a game state where time-saving control is executed (for example, a high-probability time-saving game state, a time-saving game state, etc.), and if the result of this time-saving winning/losing determination process is a "time-saving winning," the main CPU may set the number of time-saving times determined based on the "time-saving winning" in place of the remaining number of time-saving times (i.e., reset the remaining number of time-saving times). In this case, the degree of benefit to the player changes depending on whether the newly set number of time-saving times is more or less than the remaining number of time-saving times, thereby expanding the scope of gameplay, and making the time-saving game state where the time-saving flag is on more interesting and increasing interest.

また、時短制御が実行される遊技状態(例えば、高確時短遊技状態、時短遊技状態等)であっても時短当落判定処理が実行されるようにし、この時短当落判定処理の結果が「時短当り」である場合、メインCPUは、「時短当り」に基づいて決定された時短回数を、時短残回数に加算するようにしてもよい。この場合、現在の時短残回数よりも少なくなることがないため、遊技者は、時短制御が実行される遊技状態において安心して遊技を行うことができる。 In addition, the time-saving win/loss determination process may be executed even in a game state in which time-saving control is executed (for example, a high-probability time-saving game state, a time-saving game state, etc.), and if the result of this time-saving win/loss determination process is a "time-saving win," the main CPU may add the number of time-saving times determined based on the "time-saving win" to the remaining number of time-saving times. In this case, the number of time-saving times will never be less than the current remaining number of time-saving times, allowing the player to play with peace of mind in a game state in which time-saving control is executed.

また、時短制御が実行される遊技状態(例えば、高確時短遊技状態、時短遊技状態等)であっても時短当落判定処理が実行されるようにし、この時短当落判定処理の結果が「時短当り」である場合、メインCPUは、「時短当り」に基づいて決定された時短回数を時短残回数に代えて新たにセットする処理と、「時短当り」に基づいて決定された時短回数を時短残回数に加算する処理とのうち、予めいずれかに定めて、この予め定められた条件を満たす態様で時短回数をセットするようにしてもよい。 In addition, the time-saving win/loss determination process may be executed even in a game state in which time-saving control is executed (e.g., a high-probability time-saving game state, a time-saving game state, etc.), and if the result of this time-saving win/loss determination process is a "time-saving win," the main CPU may predetermine either a process of replacing the remaining number of time-saving wins with the number of time-saving wins determined based on the "time-saving win" and setting it as a new number, or a process of adding the number of time-saving wins determined based on the "time-saving win" to the remaining number of time-saving wins, and set the number of time-saving wins in a manner that satisfies the predetermining condition.

なお、第1の時短フラグがオンにセットされた場合と第2の時短フラグがオンにセットされた場合とで機能が異なる時短制御が実行されるようにしたパチンコ遊技機において、時短当落判定処理の結果が「時短当り」であった場合、メインCPUは、実行中の時短制御と「時短当り」に基づいて実行される時短制御とが、同じ機能の時短制御である場合と異なる機能の時短制御である場合とで、時短回数をセットする処理を変えるようにしてもよい。例えば、実行中の時短制御と「時短当り」に基づいて実行される時短制御とが同じ機能の時短制御である場合には、「時短当り」に基づいて決定された時短回数を時短残回数に加算し、実行中の時短制御と「時短当り」に基づいて実行される時短制御とが異なる機能の時短制御である場合には、実行中の時短残回数に代えて、「時短当り」に基づいて決定された時短回数を新たにセット(すなわち、時短残回数をリセット)するようにしてもよい。また、実行中の時短制御と「時短当り」に基づいて実行される時短制御とが異なる機能の時短制御である場合、実行中の時短残回数を全て消化した後に、「時短当り」に基づく時短制御を実行するようにしてもよい。 In addition, in a pachinko game machine in which a time-saving control having a different function is executed when the first time-saving flag is set to on and when the second time-saving flag is set to on, if the result of the time-saving winning/losing judgment process is a "time-saving winning", the main CPU may change the process of setting the number of time-saving times depending on whether the time-saving control being executed and the time-saving control executed based on the "time-saving winning" are time-saving controls of the same function or different functions. For example, if the time-saving control being executed and the time-saving control executed based on the "time-saving winning" are time-saving controls of the same function, the number of time-saving times determined based on the "time-saving winning" may be added to the remaining number of time-saving times, and if the time-saving control being executed and the time-saving control executed based on the "time-saving winning" are time-saving controls of different functions, the number of time-saving times determined based on the "time-saving winning" may be newly set (i.e., the remaining number of time-saving times may be reset) instead of the remaining number of time-saving times being executed. In addition, if the time-saving control being executed and the time-saving control executed based on the "time-saving hit" are time-saving controls with different functions, the time-saving control based on the "time-saving hit" may be executed after all remaining times of the time-saving being executed have been consumed.

なお、時短当落判定処理の結果が「時短当り」であることに基づいて時短回数をセットする場合、時短回数が「0」にセットされる場合があり得るようにしてもよい。すなわち、セットされる時短回数が「0」に決定された場合、時短当落判定処理の結果が「時短当り」であるにもかかわらず、時短フラグがオンにセットされる。また、時短制御の実行中に行われた時短当落判定処理の結果が「時短当り」であって且つ時短回数が「0」にセットされる場合、実行中の時短制御が終了することとなる。 When the number of time-saving times is set based on the result of the time-saving winning/losing judgment process being "time-saving winning", the number of time-saving times may be set to "0". In other words, if the number of time-saving times to be set is determined to be "0", the time-saving flag is set to on even though the result of the time-saving winning/losing judgment process is "time-saving winning". Also, if the result of the time-saving winning/losing judgment process performed during the execution of time-saving control is "time-saving winning" and the number of time-saving times is set to "0", the time-saving control being executed will end.

(時短制御の開始タイミング)
時短当落判定処理の結果が「時短当り」であることに基づいて実行される時短制御の開始タイミングは、特別図柄ゲームの終了時とすることができる。例えば、特別図柄当り判定処理の結果がハズレである場合、特別図柄が確定する特別図柄確定時間が経過したことに基づいて時短制御を開始することができる。また、特別図柄当り判定処理の結果が小当りである場合、小当り遊技制御処理の終了に基づいて時短制御を開始することができる。また、特別図柄当り判定処理の結果が大当りである場合、大当り遊技制御処理の終了に基づいて時短制御を開始することができる。
(Time-saving control start timing)
The timing for starting the time-saving control, which is executed based on the result of the time-saving hit/loss determination process being a "time-saving hit," can be the end of the special symbol game. For example, if the result of the special symbol hit determination process is a miss, the time-saving control can be started based on the passage of the special symbol determination time during which the special symbol is determined. Also, if the result of the special symbol hit determination process is a small hit, the time-saving control can be started based on the end of the small hit game control process. Also, if the result of the special symbol hit determination process is a big hit, the time-saving control can be started based on the end of the big hit game control process.

時短当落判定処理の結果が「時短当り」であることに基づいて実行される時短制御の開始タイミングが特別図柄ゲームの終了時であって、同一フレームにおいて時短当落判定処理が特別図柄当り判定処理に先だって行われる場合、時短当落判定処理の結果が「時短当り」であったとしても、特別図柄当り判定処理の結果が大当りである場合には「時短当り」を無効にし(「時短当り」に基づいて時短フラグがオンにセットされず)、当り時選択図柄コマンドに基づいて時短フラグをオンにセットする(大当りの種類に応じて時短フラグがオンにセットされない場合もある)ことが好ましい。 When the start timing of the time-saving control, which is executed based on the result of the time-saving hit/miss determination process being a "time-saving hit", is the end of the special pattern game, and the time-saving hit/miss determination process is performed prior to the special pattern hit determination process in the same frame, even if the result of the time-saving hit/miss determination process is a "time-saving hit", if the result of the special pattern hit determination process is a jackpot, it is preferable to invalidate the "time-saving hit" (the time-saving flag is not set on based on the "time-saving hit") and set the time-saving flag on based on the hit time selection pattern command (the time-saving flag may not be set on depending on the type of jackpot).

また、時短当落判定処理の結果が「時短当り」であることに基づいて実行される時短制御の開始タイミングは、特別図柄ゲームの終了時に限られない。例えば、同一フレームにおいて時短当落判定処理を特別図柄当り判定処理に先だって行う場合、時短当落判定処理の結果に基づいて、ただちに(特別図柄当り判定処理が行われる前)に時短制御を開始してもよい。この場合、時短当落判定処理に用いられる乱数値の抽出時と、時短当落判定処理の実行時とで、遊技状態(すなわち、時短制御の実行有無)が異なる場合が生じ、興趣を高めることが可能となる。 The timing for starting the time-saving control, which is executed based on the result of the time-saving winning/losing determination process being a "time-saving winning/losing win," is not limited to the end of the special symbol game. For example, if the time-saving winning/losing determination process is executed prior to the special symbol winning/losing determination process in the same frame, the time-saving control may be started immediately (before the special symbol winning/losing determination process is executed) based on the result of the time-saving winning/losing determination process. In this case, the game state (i.e., whether or not the time-saving control is executed) may differ between the time when the random number value used in the time-saving winning/losing determination process is extracted and the time when the time-saving winning/losing determination process is executed, which can increase interest.

さらに、時短当落判定処理の結果が「時短当り」であることに基づいて実行される時短制御の開始タイミングを、所定回数のゲームが実行された後としてもよい。この場合、時短当落判定処理の結果が「時短当り」となった後、時短制御が開始されるまでの間、時短制御が開始されるか否かの煽り演出をサブCPUにより実行することで、興趣を高めることが可能となる。 Furthermore, the timing for starting the time-saving control, which is executed based on the result of the time-saving winning/losing determination process being a "time-saving winning" may be after a predetermined number of games have been played. In this case, after the result of the time-saving winning/losing determination process is a "time-saving winning" and before the time-saving control starts, the sub-CPU can execute a teasing performance as to whether or not the time-saving control will start, which can increase interest.

なお、第3のパチンコ遊技機において、特別図柄の当り判定処理の結果が大当り(時短制御が実行される大当り)であることに基づいて大当り遊技制御が実行される場合、この大当り遊技制御の終了に基づいて、大当りに基づく時短制御が開始されるようにするとよい。また、特別図柄の当り判定処理の結果が役物開放当り(時短制御が実行される役物開放当り)であって且つVアタッカー2152が開放したときにV入賞口2155への遊技球の通過が検出されたことによって大当り遊技制御が実行された場合も、大当り遊技制御の終了に基づいて時短制御が開始されるようにするとよい。また、時短当落判定処理の結果が「時短当り」であって、特別図柄当り判定処理(図68のS2023参照)の結果が役物開放当りであることに基づいてVアタッカー2152が開放したにもかかわらずV入賞口2155への遊技球の通過が検出されずに大当り遊技制御が実行されなかった場合、メインCPUは、開閉入賞口2151が閉鎖したことに基づいて、「時短当り」に基づく時短制御を開始するようにするとよい。 In the third pachinko game machine, when the jackpot game control is executed based on the result of the hit determination process of the special symbol being a jackpot (a jackpot for which time-saving control is executed), the time-saving control based on the jackpot may be started based on the end of this jackpot game control. Also, when the result of the hit determination process of the special symbol is a role-opening hit (a role-opening hit for which time-saving control is executed) and the jackpot game control is executed because the passage of the game ball into the V winning hole 2155 is detected when the V attacker 2152 is opened, the time-saving control may be started based on the end of the jackpot game control. In addition, if the result of the time-saving hit/miss determination process is a "time-saving hit" and the result of the special pattern hit determination process (see S2023 in FIG. 68) is a hit to open the special device, and therefore the V attacker 2152 opens, but the passage of the game ball into the V winning hole 2155 is not detected and the jackpot game control is not executed, the main CPU may start time-saving control based on the "time-saving hit" based on the fact that the open/close winning hole 2151 has closed.

(時短遊技状態の終了タイミング)
時短遊技状態が終了するタイミングは、例えば、「時短制御が実行される遊技状態において、セットされた時短回数にわたって特別図柄の可変表示が実行された場合」、「時短制御が実行される遊技状態において、特別図柄当り判定処理の結果に基づいて大当り遊技状態に制御された場合」または「時短当落判定処理の結果が時短当りであったにもかかわらず時短回数が0回にセットされた場合」等である。
(End timing of time-saving game mode)
The timing at which the time-saving game state ends is, for example, "when, in a game state in which time-saving control is being executed, a variable display of a special pattern is executed for a set number of time-saving times,""when, in a game state in which time-saving control is being executed, the game state is controlled to a jackpot game state based on the result of a special pattern hit determination process," or "when the number of time-saving times is set to 0 even though the result of the time-saving hit/loss determination process is a time-saving hit," etc.

なお、時短制御が実行される遊技状態において、特別図柄当り判定処理の結果に基づいて小当り遊技制御処理が実行された場合は、小当り遊技制御処理の終了後も時短制御が継続して実行される。 In addition, if a small win game control process is executed based on the results of the special symbol hit determination process during a game state in which time-saving control is executed, time-saving control will continue to be executed even after the small win game control process ends.

なお、第3のパチンコ遊技機においては、時短制御の実行中に、特別図柄の当り判定処理が役物開放当りであることを示す停止図柄態様が導出されたことによって開閉入賞口2151が開放されたものの、Vアタッカー2152が開放したときにV入賞口2155への遊技球の通過が検出されずに大当り遊技制御処理が開始されなかった場合、メインCPU2201は、開閉入賞口2151が閉鎖した後も時短制御を継続して実行する。 In the third pachinko game machine, if the opening and closing winning hole 2151 is opened when the special symbol hit determination process derives a stopped symbol pattern indicating a jackpot opening hit during execution of the time-saving control, but the passage of the game ball into the V winning hole 2155 is not detected when the V attacker 2152 opens, and the jackpot game control process is not started, the main CPU 2201 continues to execute the time-saving control even after the opening and closing winning hole 2151 is closed.

(時短回数書き換え)
時短制御が実行される遊技状態(例えば、高確時短遊技状態、時短遊技状態等)において時短当落判定処理を実行し、この時短当落判定処理の結果が「時短当り」である場合、メインCPUは、時短回数を書き換えてもよいし、時短回数の書き換えを行わない(すなわち、実行中の時短制御における時短回数を消化するまで時短制御を実行する)ようにしてもよい。
(Rewrite the number of time-saving times)
A time-saving win/loss determination process is executed in a game state in which time-saving control is executed (e.g., a high-probability time-saving game state, a time-saving game state, etc.), and if the result of this time-saving win/loss determination process is a "time-saving win," the main CPU may rewrite the number of time-saving times, or may not rewrite the number of time-saving times (i.e., execute the time-saving control until the number of time-saving times in the currently executing time-saving control has been exhausted).

なお、時短回数を書き換える場合、メインCPUは、「時短当り」に基づいて決定された時短回数を、実行中の時短制御における時短回数を消化した時点で書き換えて(セットして)もよいし、特別図柄当り判定処理の実行時にセットしてもよいし、特別図柄の可変表示の開始時や停止時にセットしてもよいし、時短当落判定処理時にセットしてもよいし、さまざまなタイミングでセットすることができる。なお、時短当落判定処理時にセットする場合、「時短当り」に基づいて決定された時短回数を、実行中の時短制御における時短回数に上書きすることとなる。また、「時短回数を書き換える」および「従前の時短回数に加算する」のうち予めいずれかに定めて、この予め定められた条件を満たす態様で時短回数をセットするようにしてもよい。 When rewriting the number of time-saving times, the main CPU may rewrite (set) the number of time-saving times determined based on the "time-saving hit" when the number of time-saving times in the currently running time-saving control has been consumed, or may set it when the special pattern hit determination process is executed, or may set it when the variable display of the special pattern starts or stops, or may set it during the time-saving hit/loss determination process, and may set it at various times. When setting it during the time-saving hit/loss determination process, the number of time-saving times determined based on the "time-saving hit" will overwrite the number of time-saving times in the currently running time-saving control. Also, it may be set in advance to either "rewrite the number of time-saving times" or "add to the previous number of time-saving times," and the number of time-saving times may be set in a manner that satisfies this predetermined condition.

(時短当り確率)
第1始動口または第2始動口への遊技球の入賞に基づいて時短当落判定処理を行う場合、第1始動口への遊技球の入賞に基づいて行われる時短当落判定処理(以下、「第1時短当落判定処理」と称する)と、第2始動口への遊技球の入賞に基づいて行われる時短当落判定処理(以下、「第2時短当落判定処理」と称する)とで、時短当り確率が異なるようにしてもよい。例えば、第1時短当落判定処理が行われた場合の時短当り確率よりも第2時短当落判定処理が行われた場合の時短当り確率を高くしてもよいし、第2時短当落判定処理が行われた場合の時短当り確率よりも第1時短当落判定処理が行われた場合の時短当り確率を高くしてもよいし、第1時短当落判定処理が行われた場合と第2時短当落判定処理が行われた場合とで時短当り確率を同じまたはほぼ同じ確率としてもよい。
(Time-saving hit probability)
When the time-saving winning/losing judgment process is performed based on the winning of a game ball into the first start port or the second start port, the time-saving winning/losing judgment process performed based on the winning of a game ball into the first start port (hereinafter referred to as the "first time-saving winning/losing judgment process") and the time-saving winning/losing judgment process performed based on the winning of a game ball into the second start port (hereinafter referred to as the "second time-saving winning/losing judgment process") may have different winning probabilities for time-saving. For example, the winning probability for time-saving when the second time-saving winning/losing judgment process is performed may be higher than the winning probability for time-saving when the first time-saving winning/losing judgment process is performed, the winning probability for time-saving when the first time-saving winning/losing judgment process is performed may be higher than the winning probability for time-saving when the second time-saving winning/losing judgment process is performed, or the winning probability for time-saving when the first time-saving winning/losing judgment process is performed may be the same or approximately the same as the winning probability for time-saving when the second time-saving winning/losing judgment process is performed.

(時短当落判定処理の結果表示)
時短当落判定処理の結果(時短当りであるか時短ハズレであるか)を表示する時短当落判定結果表示部、または/および、時短当落判定処理の結果(時短当り)に基づいて決定された時短回数を表示する当選時短回数表示部を設けてもよい。時短当落判定結果表示部または/および当選時短回数表示部は、特別図柄表示部等を備えるLED表示群に設けて、メインCPUにより制御されるようにするとよい。ただし、これに代えてまたは加えて、サブCPUにより、例えば液晶表示装置等の表示装置に、時短当落判定処理の結果または/および時短当りに基づいて決定された時短回数を表示するようにしてもよい。
(Displaying the results of the time-saving winning/losing judgment process)
A time-saving winning/losing judgment result display unit that displays the result of the time-saving winning/losing judgment process (whether the time-saving winning/losing is a winning or losing time-saving) and/or a winning number of time-saving times display unit that displays the number of time-saving times determined based on the result of the time-saving winning/losing judgment process (whether the time-saving winning/losing is a winning time-saving) may be provided. The time-saving winning/losing judgment result display unit and/or the winning number of time-saving times display unit may be provided in an LED display group that includes a special pattern display unit or the like, and may be controlled by the main CPU. However, instead of or in addition to this, the sub-CPU may display the result of the time-saving winning/losing judgment process and/or the number of time-saving times determined based on the winning of the time-saving on a display device such as a liquid crystal display device.

(インターバル)
特別図柄の当り判定処理の結果がハズレであって且つ時短当落判定処理の結果が「時短当り」である場合、メインCPUは、当該ゲームにおいて特別図柄の可変表示を停止した後のインターバル時間を、特別図柄の当り判定処理の結果がハズレであって且つ時短当落判定処理の結果が「時短ハズレ」である場合の上記のインターバル時間よりも長くしてもよい。なお、装飾図柄の可変表示は特別図柄の可変表示と同期するため、この場合、サブCPUは、上記のインターバル時間が経過するまでの間、「時短当り」であることを示す演出画像を例えば液晶表示装置等の表示装置に表示することが好ましい。
(Interval)
When the result of the special symbol hit determination process is a miss and the result of the time-saving hit determination process is a "time-saving hit," the main CPU may make the interval time after stopping the variable display of the special symbol in the game longer than the above-mentioned interval time when the result of the special symbol hit determination process is a miss and the result of the time-saving hit determination process is a "time-saving miss." Note that, since the variable display of the decorative symbol is synchronized with the variable display of the special symbol, in this case, it is preferable that the sub-CPU displays an effect image indicating a "time-saving hit" on a display device such as a liquid crystal display device until the above-mentioned interval time has elapsed.

また、第3のパチンコ遊技機において、特別図柄の当り判定処理の結果が役物開放当りであって且つこの役物開放当りに基づいて大当り遊技制御処理が実行されない場合、メインCPU2201は、時短当落判定処理の結果が「時短当り」であるときの役物開放当りにかかる動作終了後のインターバル時間を、時短当落判定処理の結果が「時短ハズレ」であるときの上記のインターバル時間よりも長くしてもよいし、同じまたは略同じ時間としてもよい。 In addition, in the third pachinko game machine, when the result of the special symbol hit determination process is a special feature opening hit and the jackpot game control process is not executed based on this special feature opening hit, the main CPU 2201 may set the interval time after the end of the operation related to the special feature opening hit when the result of the time-saving hit/loss determination process is a "time-saving hit" longer than the above-mentioned interval time when the result of the time-saving hit/loss determination process is a "time-saving miss", or may set it to the same or approximately the same time.

[4-3.遊技媒体の管理にかかわる拡張例]
本明細書に記載された第1のパチンコ遊技機、第2のパチンコ遊技機および第3のパチンコ遊技機は、遊技媒体を用いて遊技を行い、その遊技の結果に基づいて特典(例えば、賞球、賞データ等)が付与される形態全ての遊技機に適用することができる。すなわち、物理的な遊技者の動作によって遊技媒体(例えば、遊技球、メダル等)が発射されたり投入されたりすることで遊技を行い、その遊技の結果に基づいて遊技媒体が払い出される形態のみならず、主制御回路自体が、遊技者が保有する遊技媒体を電磁的に管理し、封入された遊技球を循環させて行う遊技やメダルレスで行う遊技を可能とするものであってもよい。また、遊技者が保有する遊技媒体を電磁的に管理するのは、主制御回路に装着され(接続され)、遊技媒体を管理する遊技媒体管理装置であってもよい。
[4-3. Examples of extensions related to management of game media]
The first, second and third pachinko game machines described in this specification can be applied to all gaming machines in which a game is played using a gaming medium and a bonus (e.g., prize balls, prize data, etc.) is awarded based on the result of the game. In other words, not only can the game be played by shooting or inserting a gaming medium (e.g., a gaming ball, a medal, etc.) by a physical action of a player, and the gaming medium is paid out based on the result of the game, but the main control circuit itself can electromagnetically manage the gaming medium held by the player and enable a game to be played by circulating the enclosed gaming balls or a medal-less game. In addition, the electromagnetic management of the gaming medium held by the player can be a gaming medium management device that is attached (connected) to the main control circuit and manages the gaming medium.

封入された遊技球を循環させて遊技を行う遊技機の場合、遊技媒体としての遊技球が外部に排出されずに遊技可能に構成されているため、入賞したとき、賞球が払い出されることに代えて遊技媒体としての賞球データが付与される。この明細書において、「払い出される遊技価値」には、賞球および賞球データのいずれの意味も含まれる。例えば、賞球数が15個の入賞口に入賞した場合、封入式の遊技機であれば、15個の賞球に対応する価値の賞球データが付与される。また、遊技価値は、必ずしも賞球や賞球データに限定されず、賞球や賞球データに相当するものであればよい。 In the case of gaming machines that circulate enclosed gaming balls, the gaming balls serving as gaming media are configured to be playable without being discharged to the outside, so that when a prize is won, prize ball data serving as a gaming medium is awarded instead of prize balls being paid out. In this specification, "paid-out gaming value" includes both prize balls and prize ball data. For example, if 15 prize balls are entered into a prize slot, in the case of an enclosed gaming machine, prize ball data with a value corresponding to 15 prize balls is awarded. Furthermore, the gaming value is not necessarily limited to prize balls or prize ball data, and may be anything equivalent to prize balls or prize ball data.

また、主制御回路に接続された遊技媒体管理装置が管理する場合、遊技媒体管理装置は、ROMおよびRAM(あるいはRWM)を有して、遊技機に設けられる装置であって、図示しない外部の遊技媒体取扱い装置と所定のインターフェイスを介して双方向通信機能に接続されるものであり、遊技媒体の貸出動作(すなわち、遊技者が遊技媒体の投入操作を行う上で、必要な遊技媒体を提供する動作)若しくは遊技媒体の払出に係る役に入賞(当該役が成立)した場合の、遊技媒体の払出動作(すなわち、遊技者に対して遊技媒体の払出を行上で、必要な遊技媒体を獲得させる動作)、または遊技の用に供する遊技媒体を電磁的に記録する動作を行い得るものとすればよい。また、遊技媒体管理装置は、これら実際の遊技媒体数の管理のみならず、例えば、その遊技媒体数の管理結果に基づいて、パチンコ遊技機の前面に、保有する遊技媒体数を表示する保有遊技媒体数表示装置(不図示)を設けることとし、この保有遊技媒体数表示装置に表示される遊技媒体数を管理するものであってもよい。すなわち、遊技媒体管理装置は、遊技者が遊技の用に供することができる遊技媒体の総数を電磁的方法により記録し、表示することができるものとすればよい。 In addition, when the game media are managed by a game media management device connected to the main control circuit, the game media management device is a device having ROM and RAM (or RWM) and installed in the game machine, and is connected to an external game media handling device (not shown) via a specified interface with a two-way communication function, and can perform the operation of lending game media (i.e., the operation of providing the game media required when the player inserts the game media), or the operation of paying out game media when a winning combination related to the payout of game media is won (the winning combination is established) (i.e., the operation of making the player obtain the game media required while paying out the game media), or the operation of electromagnetically recording the game media used for play. In addition, the game media management device can not only manage the actual number of game media, but also, for example, a game media number display device (not shown) that displays the number of game media held on the front of the pachinko game machine based on the management results of the game media number, and can manage the number of game media displayed on this game media number display device. In other words, the gaming media management device should be capable of electromagnetically recording and displaying the total number of gaming media that a player can use for gaming.

また、この場合、遊技媒体管理装置は、遊技者が、記録された遊技媒体数を示す信号を、外部の遊技媒体取扱装置に対して自由に送信させることができる性能を有し、また、遊技者が直接操作する場合の他、記録された遊技媒体数を減ずることができない性能を有し、また、外部の遊技媒体取扱装置との間に外部接続端子板(不図示)が設けられている場合には、その外部接続端子板を介してでなければ、遊技者が、記録された遊技媒体数を示す信号を送信できない性能を有することが望ましい。 In this case, the gaming media management device has the capability to allow the player to freely transmit a signal indicating the number of recorded gaming media to an external gaming media handling device, and also has the capability to prevent the number of recorded gaming media from being reduced except by direct operation by the player, and if an external connection terminal board (not shown) is provided between the device and the external gaming media handling device, it is desirable that the device has the capability to prevent the player from transmitting a signal indicating the number of recorded gaming media except through the external connection terminal board.

遊技機には上記の他、遊技者が操作可能な貸出操作手段、返却(精算)操作手段、外部接続端子板が設けられ、遊技媒体取扱装置には紙幣等の有価価値の投入口、記録媒体(例えばICカード)の挿入口、携帯端末から電子マネー等の入金を行うための非接触通信アンテナ等、その他貸出操作手段、返却操作手段等各種操作手段、遊技媒体取扱装置側外部接続端子板が設けられるようにしてもよい(いずれも不図示)。 In addition to the above, the gaming machine is provided with a loan operation means, a return (settlement) operation means, and an external connection terminal board that can be operated by the player, and the gaming medium handling device may be provided with an insertion slot for valuables such as bills, an insertion slot for recording media (e.g., IC cards), a non-contact communication antenna for depositing electronic money from a mobile terminal, and various other operation means such as a loan operation means and a return operation means, and an external connection terminal board on the gaming medium handling device side (all not shown).

その際の遊技の流れとしては、例えば、遊技者が遊技媒体取扱装置に対しいずれかの方法で有価価値を入金し、上記いずれかの貸出操作手段の操作に基づいて所定数の有価価値を減算し、遊技媒体取扱装置から遊技媒体管理装置に対し減算した有価価値に対応する遊技媒体を増加させる。そして遊技者は遊技を行い、さらに遊技媒体が必要な場合には上記操作を繰り返し行う。その後遊技の結果所定数の遊技媒体を獲得し、遊技を終了する際にはいずれかの返却操作手段を操作することにより遊技媒体管理装置から遊技媒体取扱装置に対し遊技媒体数を送信し、遊技媒体取扱装置はその遊技媒体数を記録した記録媒体を排出する。遊技媒体管理装置は遊技媒体数を送信したときに自身が記憶する遊技媒体数をクリアする。遊技者は排出された記録媒体を景品交換するために景品カウンタ等に持っていくか、または他の台で記録された遊技媒体に基づいて遊技を行うために遊技台を移動する。 In this case, the game flow is as follows: the player deposits a value into the game media handling device by any method, subtracts a predetermined amount of value by operating any of the above-mentioned lending operation means, and increases the game media corresponding to the subtracted value from the game media handling device to the game media management device. The player then plays the game, and repeats the above operation if more game media are required. After that, the player acquires a predetermined number of game media as a result of playing, and when the game ends, the player operates any of the return operation means to transmit the number of game media from the game media management device to the game media handling device, and the game media handling device ejects a recording medium on which the number of game media is recorded. When the game media number is transmitted, the game media management device clears the number of game media stored in itself. The player takes the ejected recording medium to a prize counter or the like to exchange it for a prize, or moves to another game machine to play based on the game media recorded on another machine.

なお、上記例では全遊技媒体を遊技媒体取扱装置に対して送信したが、遊技機または遊技媒体取扱装置側で遊技者が所望する遊技媒体数のみを送信し、遊技者が所持する遊技媒体を分割して処理することとしてもよい。また、記録媒体を排出するだけに限らず、現金または現金等価物を排出するようにしてもよいし、携帯端末等に記憶させるようにしてもよい。また、遊技媒体取扱装置は遊技場の会員記録媒体を挿入可能とし、会員記録媒体に貯留して後日再遊技可能とするようにしてもよい。 In the above example, all game media were sent to the game media handling device, but the game machine or game media handling device may send only the number of game media desired by the player, and the game media owned by the player may be divided and processed. Also, instead of just discharging the recording medium, cash or cash equivalents may be dispensed, or the media may be stored in a mobile terminal or the like. Also, the game media handling device may be capable of inserting a member recording medium of the amusement center, and the member recording medium may be stored so that it can be played again at a later date.

また、遊技機または遊技媒体取扱装置において、図示しない所定の操作手段を操作することにより遊技媒体取扱装置または遊技媒体管理装置に対し遊技媒体または有価価値のデータ通信をロックするロック操作を実行可能としてもよい。その際にはワンタイムパスワード等遊技者にしか知り得ない情報を設定することや遊技媒体取扱装置に設けられた撮像手段により遊技者を記録するようにしてもよい。 In addition, in the gaming machine or gaming media handling device, a locking operation may be performed to lock the gaming media or valuable data communication to the gaming media handling device or gaming media management device by operating a specified operating means (not shown). In this case, information that only the player can know, such as a one-time password, may be set, and the player may be recorded by an imaging means provided in the gaming media handling device.

また、上記では、遊技媒体管理装置を、パチンコ遊技機に適用する場合について説明しているが、パチスロ機や、遊技球を用いるスロットマシンや、封入式遊技機においても同様に遊技媒体管理装置を設け、遊技者の遊技媒体が管理されるようにすることもできる。 In addition, the above describes the application of the gaming media management device to a pachinko gaming machine, but gaming media management devices can also be installed in pachislot machines, slot machines that use gaming balls, and sealed gaming machines to manage players' gaming media.

このように、上述した遊技媒体管理装置を設けることにより、遊技媒体が物理的に遊技に供される場合と比べて、遊技機内部の部品点数を減らすことができ、遊技機の原価および製造コストを削減できるのみならず、遊技者が直接遊技媒体に接触しないようにすることもでき、遊技環境が改善し、騒音も減らすことができるとともに、部品を減らしたことにより遊技機の消費電力を減らすことにもなる。また、遊技媒体や遊技媒体の投入口や払出口を介した不正行為を防止することができる。すなわち、遊技機をとりまく種々の環境を改善することができる遊技機を提供することが可能となる。 In this way, by providing the gaming medium management device described above, it is possible to reduce the number of parts inside the gaming machine compared to when the gaming medium is physically provided for play, and not only can the cost and manufacturing costs of the gaming machine be reduced, but it is also possible to prevent the player from directly touching the gaming medium, improving the gaming environment and reducing noise, and the reduction in parts also reduces the power consumption of the gaming machine. It is also possible to prevent fraudulent activities via the gaming medium and the gaming medium insertion and payout slots. In other words, it is possible to provide a gaming machine that can improve the various environments surrounding the gaming machine.

また、遊技媒体が外部に排出されずに遊技可能に構成された封入式の遊技機と、該遊技機に対して、遊技媒体の消費、貸出および払出に伴う遊技媒体の増減に関するデータを通信ケーブルを介して光信号によって送受信が可能に接続された遊技媒体管理装置と、を有する遊技システムに本発明を適用した場合には、遊技システムを以下のように構成してもよい。 In addition, when the present invention is applied to a gaming system having an enclosed gaming machine configured so that gaming media can be played without being ejected to the outside, and a gaming media management device connected to the gaming machine so that data regarding increases and decreases in gaming media associated with consumption, lending, and dispensing of gaming media can be sent and received by optical signals via a communication cable, the gaming system may be configured as follows.

以下に、封入式の遊技機の概略を説明する。封入式の遊技機において、発射装置は、遊技領域の上方に位置し、遊技領域に対して上方から遊技媒体としての遊技球を発射する。遊技者がハンドルを操作すると、払出制御回路により球送りソレノイドが駆動させられ、球送り杵が発射台の方向へと、待機状態の遊技球を押し出す。これにより、遊技球が発射台へ移動する。また、待機位置から発射台への経路には減算センサが設けられており、発射台へ移動する遊技球を検出する。減算センサによって遊技球が検出された場合には、持ち球数が1減算される。このように、遊技領域に対して上方から遊技媒体としての遊技球を発射するように構成されているため、封入式の遊技機ではいわゆる戻り球(ファール球)を回避することができる。そして、遊技領域を転動した後に遊技領域から排出された遊技球は、球磨き装置によって磨かれる。球磨き装置によって磨かれた遊技球は、揚送装置によって上方へと搬送され、発射装置に導かれる。遊技球は封入式の遊技機の外部に排出されずに、当該遊技機において一定数(例えば、50個)の遊技球が一連の経路を循環するように構成されている。また、球磨き装置を設けずに、遊技球を遊技機の外部に排出する排出機構と、遊技機の外部で磨き上げた遊技球を遊技球の内部に取り込む取込機構とを設けるようにしてもよい。この場合、取込機構は、取込専用の樋を設けてもよいし、遊技領域に設けられた入賞口から取り込むように構成してもよい。 The outline of the enclosed gaming machine is explained below. In the enclosed gaming machine, the launching device is located above the game area and launches the game balls as the game medium from above into the game area. When the player operates the handle, the payout control circuit drives the ball feed solenoid, and the ball feed pestle pushes the waiting game ball toward the launching pad. This moves the game ball to the launching pad. In addition, a subtraction sensor is provided on the path from the waiting position to the launching pad to detect the game ball moving to the launching pad. When the subtraction sensor detects the game ball, the number of balls held is subtracted by one. In this way, since the enclosed gaming machine is configured to launch the game balls as the game medium from above into the game area, it is possible to avoid so-called return balls (foul balls). Then, the game balls discharged from the game area after rolling in the game area are polished by the ball polishing device. The game balls polished by the ball polishing device are transported upward by the lifting device and guided to the launching device. The game balls are not discharged outside the enclosed game machine, but are configured so that a certain number of game balls (for example, 50 balls) circulate through a series of paths in the game machine. Alternatively, instead of providing a ball polishing device, a discharge mechanism that discharges game balls outside the game machine and a take-in mechanism that takes in the game balls that have been polished outside the game machine into the game machine may be provided. In this case, the take-in mechanism may be provided with a gutter dedicated to take-in, or may be configured to take in the balls from a winning hole provided in the game area.

封入式の遊技機では、遊技球が遊技機の外部に排出されないため、遊技球を一時的に保持するための上皿や下皿は設けられていない。封入式の遊技機では遊技球が外部に排出されないことから、遊技者の手元に遊技球が実際にあるわけではなく、遊技を行うことにより遊技球が現実に増減するわけではない。封入式の遊技機において、遊技者は遊技媒体管理装置からの貸出により持ち球を得てから遊技を開始する。ここで、持ち球を得るとは、遊技者が、データ管理上、遊技媒体を得ることをいう。そして、発射装置から遊技球が発射されることにより持ち球が消費され、持ち球数が減少する。また、遊技球が遊技領域に設けられた各入賞口等を通過することにより、入賞口に応じて設定された条件に従った数だけ払出が行われ、持ち球数が増加する。さらに、遊技媒体管理装置からの貸出によっても、持ち球数が増加する。また、例えば、遊技の終了によって封入式の遊技機に記憶される遊技価値(すなわち持ち球)の全部を清算したり、持ち球の一部を遊技媒体管理装置に送信する操作を行ったりすることによって、持ち球の全部または一部が遊技媒体管理装置で管理される遊技価値に統合される場合、封入式の遊技機に記憶される遊技価値は、減算またはクリアされ、持ち球数は減少する。さらに、遊技領域の上方から遊技球が発射されるタイプの遊技機にはファール球の概念がないが、従来の遊技機のように下方から遊技球が発射される場合にはファール球が発生しうる。そのため、下方から遊技球が発射されるタイプの遊技機の場合、ファール球の発生有無によっても、持ち球数の増減が発生する。なお、「遊技媒体の消費、貸出および払出」とは、持ち球の消費、貸出および払出が行われることを示す。また、「遊技媒体の増減」とは、消費、貸出および払出によって持ち球数が増減することを示す。また、「遊技媒体の消費、貸出および払出に伴う遊技媒体の増減に関するデータ」とは遊技球が発射されることによる持ち球の減少と、貸出および払出による持ち球の増加とに関するデータである。 In an enclosed gaming machine, the game balls are not discharged to the outside of the gaming machine, so there is no upper or lower tray for temporarily holding the game balls. Since the game balls are not discharged to the outside of the enclosed gaming machine, the player does not actually have the game balls in his/her hands, and the number of game balls does not actually increase or decrease as the player plays. In an enclosed gaming machine, the player starts playing after obtaining balls by loaning them from a gaming medium management device. Here, obtaining balls means that the player obtains gaming media for data management purposes. Then, the balls are consumed by the launching device when the game balls are launched, and the number of balls in hand decreases. In addition, when the game balls pass through each winning hole or the like provided in the playing area, the number of balls in hand is paid out according to the conditions set for each winning hole, and the number of balls in hand increases. Furthermore, the number of balls in hand increases by loaning them from the gaming medium management device. In addition, for example, when the game ends and all or a part of the balls are integrated into the game value managed by the game media management device by liquidating all of the game value (i.e., the balls in hand) stored in the enclosed game machine, or by performing an operation to transmit some of the balls in hand to the game media management device, the game value stored in the enclosed game machine is subtracted or cleared, and the number of balls in hand is reduced. Furthermore, although there is no concept of foul balls in a game machine in which game balls are shot from above the game area, foul balls may occur when game balls are shot from below as in conventional game machines. Therefore, in the case of a game machine in which game balls are shot from below, the number of balls in hand increases or decreases depending on whether or not a foul ball occurs. Note that "consumption, lending, and payout of game media" refers to consumption, lending, and payout of balls in hand. Also, "increase or decrease in game media" refers to the increase or decrease in the number of balls in hand due to consumption, lending, and payout. In addition, "data regarding the increase and decrease in game media due to consumption, lending, and payout of game media" refers to data regarding the decrease in balls held due to game balls being fired, and the increase in balls held due to lending and payout.

封入式の遊技機は、払出制御回路およびタッチパネル式である液晶表示装置を有している。払出制御回路は、遊技球が各入賞口等の通過を検出する各種センサに接続されている。払出制御回路は、持ち球数を管理している。例えば、遊技球が各入賞口を通過した場合には、そのことによる遊技球の払出個数を持ち球数に加算する。また、遊技球が発射されると持ち球数を減算する。払出制御回路は、遊技者の操作により、持ち球数に関するデータを遊技媒体管理装置へ送信する。また、上記の液晶表示装置は遊技機の上部に位置し、遊技媒体管理装置で管理する遊技価値から持ち球への変換(球貸し)や、持ち球の計数(返却)の要求を受け付ける。そして、これらの要求を遊技媒体管理装置を介して払出制御回路に伝え、払出制御回路が現在の持ち球数に関するデータを遊技媒体管理装置に送信するように指示する。ここで、「遊技価値」とは、貨幣・紙幣、プリペイド媒体、トークン、電子マネーおよびチケット等であり、遊技媒体管理装置によって持ち球に変換することが可能であるものを示す。なお、この第2実施形態において、遊技媒体管理装置は、いわゆるCRユニットであり、紙幣およびプリペイド媒体等を受付可能に構成されている。また、計数された持ち球は、遊技システムが設置される遊技場などにおいて、景品交換等に用いることができる。 The enclosed gaming machine has a payout control circuit and a touch panel type liquid crystal display device. The payout control circuit is connected to various sensors that detect the passage of gaming balls through each winning hole, etc. The payout control circuit manages the number of balls held. For example, when a gaming ball passes through each winning hole, the number of game balls paid out as a result is added to the number of balls held. Also, when a gaming ball is released, the number of balls held is subtracted. The payout control circuit transmits data regarding the number of balls held to a gaming media management device by the player's operation. The above-mentioned liquid crystal display device is also located at the top of the gaming machine, and accepts requests to convert the gaming value managed by the gaming media management device to balls held (ball lending) and to count the number of balls held (return). Then, these requests are transmitted to the payout control circuit via the gaming media management device, and the payout control circuit instructs the payout control circuit to transmit data regarding the current number of balls held to the gaming media management device. Here, "game value" refers to currency/paper money, prepaid media, tokens, electronic money, tickets, etc., which can be converted into balls by the game media management device. In this second embodiment, the game media management device is a so-called CR unit, and is configured to be able to accept paper money, prepaid media, etc. Furthermore, the counted balls can be used for prize exchange, etc., in the game center where the game system is installed.

また、封入式の遊技機は、バックアップ電源を有している。これにより、夜間等に電源をOFFにした場合であっても、OFFにする直前のデータを保持することができる。また、このバックアップ電源により、例えば、扉開放センサによる扉枠開放の検出を継続して実行させてもよい。これにより、夜間に不正行為を行われることも防止することができる。なお、この場合は、扉枠が開放された回数等の情報を記憶するものであってもよい。さらに、電源が投入された際に、扉枠が開放された回数等の情報を、遊技機の液晶表示装置等に出力するものであってもよい。 The enclosed gaming machine also has a backup power supply. This allows the data immediately prior to the power being turned off to be retained even if the power is turned off at night, etc. This backup power supply may also be used to, for example, continue to detect the opening of the door frame using a door opening sensor. This also makes it possible to prevent fraudulent activities at night. In this case, information such as the number of times the door frame has been opened may be stored. Furthermore, when the power is turned on, information such as the number of times the door frame has been opened may be output to a liquid crystal display device or the like of the gaming machine.

なお、封入式の遊技機は、遊技者が遊技球に触れることができないように構成されていればよく、例えば、遊技球を島設備で循環させずに当該遊技機のみで循環させるタイプのもの、および、遊技球が島設備を循環するものの遊技者が遊技球に触れることができないタイプのもの等も、封入式の遊技機に含まれる。 Enclosed gaming machines are only required to be configured so that players cannot touch the gaming balls. For example, machines that do not circulate gaming balls in an island facility but circulate them only in the gaming machine itself, and machines that circulate gaming balls in an island facility but do not allow players to touch them, are also included in enclosed gaming machines.

遊技媒体管理装置は、遊技機接続基板を有している。遊技媒体管理装置は、遊技機接続基板を介して、遊技機とのデータ(送信信号)の送受信を行うように構成されている。送受信されるデータは、主制御回路に設けられたCPUの固有ID、払出制御回路に設けられたCPUの固有ID、遊技機に記憶された遊技機製造業者コード、セキュリティチップの製造業者コード、遊技機の型式コードなどの情報である。そして、遊技機および前記遊技媒体管理装置のいずれか一方を送信元とし他方を送信先として、送信元が送信信号を送信した際に、上記送信信号を受信した送信先が上記送信信号と同じ信号である確認用信号を上記送信元に送信し、上記送信元は、上記送信信号と上記確認用信号とを比較して、これらが同一か否かを判別するようにしている。 The gaming media management device has a gaming machine connection board. The gaming media management device is configured to transmit and receive data (transmission signals) to and from the gaming machine via the gaming machine connection board. The transmitted and received data is information such as the unique ID of the CPU provided in the main control circuit, the unique ID of the CPU provided in the payout control circuit, the gaming machine manufacturer code stored in the gaming machine, the security chip manufacturer code, and the gaming machine model code. Then, with either the gaming machine or the gaming media management device as the source and the other as the destination, when the source transmits a transmission signal, the destination that receives the transmission signal transmits a confirmation signal that is the same as the transmission signal to the source, and the source compares the transmission signal with the confirmation signal to determine whether they are the same or not.

このように、送信元において、送信先から送信された確認用信号を送信信号と比較して、これらが同一か否かを判別することにより、送信元から送信した信号が改ざんされることなく、送信元に送信されていることを確認することができる。これにより、遊技機と遊技媒体管理装置との間での送受信信号を改ざんする等の不正行為を抑制することができる。 In this way, the source of transmission can compare the confirmation signal sent from the destination with the transmission signal to determine whether they are identical, thereby confirming that the signal sent from the source of transmission has been sent to the source without being tampered with. This makes it possible to prevent fraudulent activities such as tampering with the transmitted and received signals between the gaming machine and the gaming media management device.

また、上記遊技システムにおいて、上記送信元は信号を変調する変調部を有し、該変調部により変調された信号を上記送信信号として送信し、上記送信先は上記変調部により変調された信号を復調する復調部を有することとしてもよい。 In addition, in the gaming system, the source may have a modulation unit that modulates a signal and transmits the signal modulated by the modulation unit as the transmission signal, and the destination may have a demodulation unit that demodulates the signal modulated by the modulation unit.

これにより、仮に、遊技機と遊技媒体管理装置との間での送受信信号を読み取られたとしても、この信号の解読は困難であり、遊技機と遊技媒体管理装置との間での送受信信号を改ざんする等の不正行為を抑制することができる。 As a result, even if the signals transmitted between the gaming machine and the gaming media management device are read, it is difficult to decipher these signals, and fraudulent activities such as tampering with the signals transmitted between the gaming machine and the gaming media management device can be prevented.

また、上記遊技システムにおいて、上記送信先は、上記送信元からの上記送信信号を受信した際に、上記送信信号を受信したことを示す信号である承認信号を、上記確認用信号とは別に上記送信元に送信することとしてもよい。 In addition, in the gaming system, when the destination receives the transmission signal from the source, the destination may transmit an acknowledgment signal, which is a signal indicating that the transmission signal has been received, to the source separately from the confirmation signal.

これにより、送信信号と確認用信号とを比較することにより、正規の信号の送受信が行われたことを確認するだけでなく、承認信号に基づいて正規の信号の送受信が行われたことを確認することができるので、不正行為の抑制をより強化することができる。また、主制御回路と遊技媒体管理装置とを直接通信接続するのではなく、主制御回路と遊技媒体管理装置との間に枠制御回路を設けて、枠制御回路を経由して主制御回路と遊技媒体管理装置とを通信接続するようにしてもよい。また、主制御回路とは別に発射制御回路を設け、発射制御回路と遊技媒体管理装置との間に枠制御回路を設けるように構成してもよい。この場合、主制御回路や発射制御回路のエラー制御を枠制御回路で行うようにしてもよい。 By comparing the transmission signal with the confirmation signal, it is possible to not only confirm that a legitimate signal has been sent and received, but also to confirm that a legitimate signal has been sent and received based on the approval signal, thereby further strengthening the prevention of fraudulent activities. Also, instead of directly connecting the main control circuit and the gaming media management device for communication, a frame control circuit may be provided between the main control circuit and the gaming media management device, and the main control circuit and the gaming media management device may be connected for communication via the frame control circuit. Also, a firing control circuit may be provided separately from the main control circuit, and a frame control circuit may be provided between the firing control circuit and the gaming media management device. In this case, error control of the main control circuit and the firing control circuit may be performed by the frame control circuit.

また、第1特別図柄の可変表示と第2特別図柄の可変表示とが並行して行われる場合、メインCPUは、第1特別図柄および第2特別図柄の両方が大当り図柄を示す図柄組合せで停止することがないように処理を行う。 In addition, when the variable display of the first special symbol and the variable display of the second special symbol are performed in parallel, the main CPU performs processing so that both the first special symbol and the second special symbol do not stop at a symbol combination that indicates a jackpot symbol.

詳述すると、メインCPUは、第1特別図柄の可変表示および第2特別図柄の可変表示の両方を行っているときに、一方の特別図柄が大当り図柄を示す図柄組合せで停止した場合は、他方の特別図柄を、特別抽選の結果にかかわらずハズレを示す図柄組合せで強制的に停止させる制御を行う。一方の特別図柄が大当り図柄を示す図柄組合せで停止すると、上述したとおり一般遊技状態から大当り遊技状態に移行するが、この大当り遊技状態では、第1特別図柄の始動条件および第2特別図柄の始動条件のいずれも成立せず、メインCPUは、第1特別図柄の可変表示および第2特別図柄の可変表示のいずれも新たに行わない。 In more detail, when both the first special symbol and the second special symbol are being displayed in a variable manner, if one of the special symbols stops in a symbol combination that indicates a jackpot symbol, the main CPU controls the other special symbol to be forcibly stopped in a symbol combination that indicates a loss regardless of the result of the special lottery. When one of the special symbols stops in a symbol combination that indicates a jackpot symbol, as described above, the game transitions from the general game state to the jackpot game state, but in this jackpot game state, neither the start condition for the first special symbol nor the start condition for the second special symbol are met, and the main CPU does not newly perform either the variable display of the first special symbol or the variable display of the second special symbol.

また、メインCPUは、第1特別図柄の可変表示および第2特別図柄の可変表示の両方を行っているときに、一方の特別図柄が小当り図柄を示す図柄組合せで停止した場合は、一般遊技状態から小当り遊技状態への移行(小当り図柄を示す図柄組合せで停止したこと)に基づいて他方の特別図柄の変動時間の計時を中断し、小当り遊技状態から一般遊技状態への移行(小当り遊技の終了)に基づいて他方の特別図柄の変動時間の計時を再開する処理を行う。一方の特別図柄が小当り図柄を示す図柄組合せで停止すると、上述したとおり一般遊技状態から小当り遊技状態に移行するが、この小当り遊技状態では、第1特別図柄の始動条件および第2特別図柄の始動条件のいずれも成立せず、メインCPUは、第1特別図柄の可変表示および第2特別図柄の可変表示のいずれも新たに行わない。ただし、第1特別図柄の可変表示および第2特別図柄の可変表示の両方を行っているときに、一方の特別図柄が小当り図柄を示す図柄組合せで停止した場合、メインCPUは、可変表示中の他方の特別図柄について、見掛け上は可変表示中と同様の態様でLED群で構成される特別図柄の可変表示を行うが、上述したとおり変動時間の計時は中断する。 In addition, when the main CPU is performing both the variable display of the first special symbol and the variable display of the second special symbol, if one of the special symbols stops at a symbol combination that indicates a small win symbol, it suspends the measurement of the variable time of the other special symbol based on the transition from the general game state to the small win game state (stopping at a symbol combination that indicates a small win symbol), and resumes the measurement of the variable time of the other special symbol based on the transition from the small win game state to the general game state (end of the small win game). When one of the special symbols stops at a symbol combination that indicates a small win symbol, as described above, the general game state transitions to the small win game state, but in this small win game state, neither the start condition of the first special symbol nor the start condition of the second special symbol is met, and the main CPU does not newly perform either the variable display of the first special symbol or the variable display of the second special symbol. However, when both the first special symbol and the second special symbol are being displayed in a variable manner, if one of the special symbols stops at a symbol combination that indicates a small win symbol, the main CPU will perform a variable display of the other special symbol that is being displayed in a similar manner to when it is being displayed in a variable manner, consisting of a group of LEDs, but as described above, timing of the variable time will be interrupted.

[4-4.その他の拡張例]
本明細書では、第1のパチンコ遊技機、第2のパチンコ遊技機および第3のパチンコ遊技機を例に挙げて説明したが、本明細書に記載された技術を、例えばパチスロ等、他の遊技機に適用することができる。
[4-4. Other extension examples]
In this specification, the first pachinko gaming machine, the second pachinko gaming machine, and the third pachinko gaming machine are used as examples, but the technology described in this specification can be applied to other gaming machines, such as pachislots.

本明細書に記載された技術をパチンコ遊技機およびパチスロのいずれに適用した場合であっても、図柄の仮停止を伴う演出については、リールによる仮停止を含んでも良い。なお、図柄の「停止」には本停止と仮停止があり、「停止」の解釈はいずれであってもよい。また、遊技者による遊技を行うための操作には、レバー、ハンドル、ボタンなどの操作、タッチ等、いずれであってもよい。 Regardless of whether the technology described in this specification is applied to a pachinko game machine or a pachislot, the effects involving a temporary stop of the symbols may include a temporary stop of the reels. Note that a "stop" of the symbols can be a permanent stop or a temporary stop, and the "stop" can be interpreted in either way. Furthermore, the operation by the player to play the game can be any of the following: operation of a lever, handle, button, etc., touch, etc.

パチンコ遊技機では、演出ボタンを操作することによって遊技機の管理者が演出等の設定を行う場合があるが、当該演出ボタンによる設定の後、遊技者が遊技を開始するよう運用される場合がある。この場合、結果的に、管理者による操作が、遊技者が遊技を行うための操作となる場合も想定される。同様にパチスロでは、管理者が2ベット遊技を行い、2ベット遊技に応じたBBフラグが成立した状態で、遊技者が3ベット遊技を行う運用を想定する場合がある。この場合、遊技者が2ベット遊技と3ベット遊技とのいずれでも遊技を行うことができるものの、2ベット遊技を遊技機の管理者が行う場合があるため、管理者が行う遊技(例えば、2ベット遊技等)やホールメニューの選択等が、遊技者が遊技を行うための操作であってもよい。 In pachinko machines, the administrator of the machine may set the effects by operating the effect button, and the machine may be operated so that the player starts playing after the settings are made using the effect button. In this case, it is assumed that the operations by the administrator will ultimately be the operations by which the player plays the game. Similarly, in pachislot machines, it is assumed that the administrator plays a 2-bet game, and when the BB flag corresponding to the 2-bet game is established, the player plays a 3-bet game. In this case, although the player can play either a 2-bet game or a 3-bet game, the administrator of the machine may play the 2-bet game, and therefore the game played by the administrator (e.g., a 2-bet game, etc.) or the selection of the hall menu may be the operations by which the player plays the game.

パチンコ遊技機では、メインCPUの制御により右打ちか左打ちかを報知することで遊技者の遊技方法を管理し、遊技者の遊技方法が意図するものではない場合、エラーや警告等の遊技が意図しないものであることをサブCPUの制御により報知するようにしてもよい。 In a pachinko game machine, the main CPU controls the player to inform them of whether they are hitting from the right or left, thereby managing the player's playing style, and if the player's playing style is not as intended, the sub-CPU may control the player to inform them of the unintended play, such as an error or warning.

パチスロでは、遊技者による押し順(アシスト)等、遊技者の遊技方法をメインCPUの制御により管理する場合があるが、遊技者の遊技方法が意図するものではない場合に、エラーや警告等の遊技が意図しないものであることをサブCPUの制御により報知するようにしてもよい。 In pachislot, the main CPU may control the player's playing method, such as the order in which the buttons are pressed (assist), but if the player's playing method is not as intended, the sub-CPU may control the player to issue an error, warning, or other notification that the play is unintended.

また、パチンコ遊技機では、主制御基板と払出制御基板とが別基板で搭載されているが、1ボードであってもよい。パチスロでは、払出制御基板が存在しない場合があるが、主制御基板で払出が制御されていてもよいし、主制御基板と払出制御基板とに分かれていてもよい。 In pachinko machines, the main control board and payout control board are mounted on separate boards, but they may be on a single board. In pachislot machines, the payout control board may not exist, but the payout may be controlled by the main control board, or the board may be separated into the main control board and the payout control board.

また、パチスロは、通常、種々の遊技に必要な装置を内部に収納した矩形の筐体、及び筐体に対して開閉可能な扉を備えているが、パチスロにおける筐体を枠としてとらえることが可能である。一方、パチンコにおいては、外枠を筐体ととらえること、外枠及びベースドアを筐体ととらえること、外枠、ベースドア、ガラスドア及び皿ユニットからなる遊技機全体を筐体ととらえること等が可能である。なお、筐体と扉との間や、枠と扉との間に、各種制御基板が設けられたユニット、中枠、中間部などが存在していてもよいし、扉、枠、筐体等に、各種制御基板や表示手段、装飾部、役物等が存在していてもよい。 Pachislot machines usually have a rectangular cabinet that houses various devices necessary for play, and a door that can be opened and closed relative to the cabinet, but the cabinet in a pachislot machine can be considered as the frame. In contrast, in a pachinko machine, the outer frame can be considered as the cabinet, the outer frame and base door can be considered as the cabinet, or the entire gaming machine consisting of the outer frame, base door, glass door and plate unit can be considered as the cabinet. Note that between the cabinet and the door, or between the frame and the door, there may be a unit with various control boards, a middle frame, an intermediate part, etc., and various control boards, display means, decorative parts, gimmicks, etc. may be present in the door, frame, cabinet, etc.

[5.第3実施形態]
次に本発明の第3実施形態に係るパチンコ遊技機(遊技機)の構成及び各種動作について、図面を参照しながら説明する。なお、第1実施形態(第1のパチンコ機~第3のパチンコ機)、第2実施形態(封入式の遊技機)に記載した発明を、以下に説明する第3実施形態に係るパチンコ遊技機に適用することができる。
[5. Third embodiment]
Next, the configuration and various operations of a pachinko game machine (game machine) according to a third embodiment of the present invention will be described with reference to the drawings. The inventions described in the first embodiment (first to third pachinko machines) and the second embodiment (enclosed game machine) can be applied to the pachinko game machine according to the third embodiment described below.

本発明の第3実施形態に係るパチンコ遊技機の構成が、図108に示されている。この構成は、図6に示す第1のパチンコ機と同様の構成である。例えば、第3実施形態に係るパチンコ遊技機の主制御回路6200、メインCPU6201、メインROM6202、メインRAM6203、設定キー差込口6174、設定キー6174a、RAMクリアスイッチ6176、電源スイッチ6095は、第1のパチンコ機の主制御回路200、メインCPU201、メインROM202、メインRAM203、設定キー差込口174、設定キー174a、RAMクリアスイッチ176、電源スイッチ95にそれぞれ対応する。したがって、ここでは、第1のパチンコ機と異なる構成、及び、本願の発明に関連する構成について説明を行う。 The configuration of the pachinko game machine according to the third embodiment of the present invention is shown in FIG. 108. This configuration is the same as that of the first pachinko game machine shown in FIG. 6. For example, the main control circuit 6200, main CPU 6201, main ROM 6202, main RAM 6203, setting key insertion port 6174, setting key 6174a, RAM clear switch 6176, and power switch 6095 of the pachinko game machine according to the third embodiment correspond to the main control circuit 200, main CPU 201, main ROM 202, main RAM 203, setting key insertion port 174, setting key 174a, RAM clear switch 176, and power switch 95 of the first pachinko game machine, respectively. Therefore, here, the configuration that differs from the first pachinko game machine and the configuration related to the present invention will be described.

<メインCPUが有する各種レジスタ>
ここで、図109を参照しながら、メインCPU6201が有する各種レジスタについて説明する。なお、図109は、メインCPU6201に含まれる各種レジスタの概略構成図である。
<Various registers in the main CPU>
Here, various registers of the main CPU 6201 will be described with reference to Fig. 109. Fig. 109 is a schematic diagram of the various registers included in the main CPU 6201.

図109(A)に示すように、メインCPU6201は、メインレジスタとして、拡張レジスタ(Qレジスタ、Uレジスタ)、汎用レジスタ(Aレジスタ、Bレジスタ、Cレジスタ、Dレジスタ、Eレジスタ、Hレジスタ、Lレジスタ)、フラグレジスタ(Fレジスタ)、インデックスレジスタ(IXレジスタ、IYレジスタ)、及びスタックポインタ(スタックポインタSP)を有する。 As shown in FIG. 109(A), the main CPU 6201 has, as main registers, extended registers (Q register, U register), general-purpose registers (A register, B register, C register, D register, E register, H register, L register), flag register (F register), index register (IX register, IY register), and stack pointer (stack pointer SP).

また、メインCPU6201は、サブレジスタとして、拡張レジスタ(Q’レジスタ)、汎用レジスタ(A’レジスタ、B’レジスタ、C’レジスタ、D’レジスタ、E’レジスタ、H’レジスタ、L’レジスタ)、フラグレジスタ(F’レジスタ)、及びインデックスレジスタ(IX’レジスタ、IY’レジスタ)を有する。なお、上述したメインレジスタ、サブレジスタのそれぞれは、1バイトのレジスタで構成される。 The main CPU 6201 also has sub-registers, including an extended register (Q' register), general-purpose registers (A' register, B' register, C' register, D' register, E' register, H' register, L' register), a flag register (F' register), and an index register (IX' register, IY' register). Each of the main registers and sub-registers described above is made up of a 1-byte register.

また、本実施形態では、BレジスタとCレジスタとをペアレジスタ(BCレジスタ)として用い、DレジスタとEレジスタとをペアレジスタ(DEレジスタ)として用いる。さらに、本実施形態では、HレジスタとLレジスタとをペアレジスタ(HLレジスタ)として用いる。 In this embodiment, the B register and the C register are used as a pair of registers (BC registers), and the D register and the E register are used as a pair of registers (DE registers). Furthermore, in this embodiment, the H register and the L register are used as a pair of registers (HL registers).

また、本実施形態では、2つのバンク(バンク0、バンク1)を切り替えて処理を行うように制御することができ、上述したメインレジスタとサブレジスタに関しても、バンク0のメインレジスタ、サブレジスタと、バンク1のメインレジスタ、サブレジスタとが用意され、バンクの切り替えによって、プログラムの命令が利用・参照するレジスタが、バンク0のレジスタ、及びバンク1のレジスタの間で切り替えられる。 In addition, in this embodiment, it is possible to control the processing to be performed by switching between two banks (bank 0 and bank 1), and with regard to the main registers and sub-registers described above, a main register and sub-register in bank 0 and a main register and sub-register in bank 1 are provided, and by switching the banks, the registers used and referenced by the program instructions can be switched between the registers in bank 0 and the registers in bank 1.

なお、本実施形態のプログラムでは、アドレスの上位側のアドレスデータ(アドレス値)がQレジスタに格納される。例えば、メインCPU6201がリセットされると、Qレジスタには、バンク0において利用されるメインRAM6203の先頭アドレス(上位側)「F0」Hがセットされ、バンクを切り替えてバンク1を利用する場合には、バンク1において利用されるメインRAM6203の先頭アドレス(上位側)「F2」HがQレジスタにセットされるように制御(処理)してもよい。
また、上位側のアドレスデータとしてQレジスタを使用する場合以外にも、Qレジスタ以外のレジスタ(例えば、Hレジスタ)に、メインRAM6203の先頭アドレス(上位側)「F0」Hをセットし、Qレジスタ以外のレジスタ(例えば、Dレジスタ)に、メインRAM6203の先頭アドレス(上位側)「F2」Hがセットされるように制御(処理)してもよい。
特に、メインRAM6203の遊技用エリアと領域外エリアを参照する場合に、遊技用エリアの上位側のアドレスを参照する場合はQレジスタ(特定のレジスタ)を使用する命令を使用して参照し、領域外エリアの上位側のアドレスを参照する場合はQレジスタ以外のレジスタを使用する命令を使用して参照するように制御してもよく、このとき、バンク1に切り替える前、または切り替えた後に、Qレジスタ以外のレジスタに先頭アドレス(上位側)「F2」Hが設定されるように制御(処理)してもよい。
なお、本実施形態のプログラムにおいて、メインRAM6203の遊技用エリアと領域外エリアを参照、及び書き込みを行う制御(処理)の過多に応じて、QレジスタにセットするメインRAM6203の先頭アドレス(上位側)を「F0」H、または「F2」Hをセットすることが望ましい。
例えば、メインRAM6203の先頭アドレス(上位側)が「F0」Hのエリアを参照、及び書き込みを行う処理回数が多い場合であれば、Qレジスタに「F0」Hをセットし、また、メインRAM6203の先頭アドレス(上位側)が「F2」Hのエリアを参照、及び書き込みを行う処理回数が多い場合であれば、Qレジスタに「F2」Hをセットする。
In the program of this embodiment, the address data (address value) on the upper side of the address is stored in the Q register. For example, when the main CPU 6201 is reset, the top address (upper side) "F0"H of the main RAM 6203 used in bank 0 is set in the Q register, and when the bank is switched to use bank 1, the top address (upper side) "F2"H of the main RAM 6203 used in bank 1 may be controlled (processed) to be set in the Q register.
In addition, in cases other than when the Q register is used as the upper address data, the first address (upper side) of the main RAM 6203, "F0"H, may be set in a register other than the Q register (for example, the H register), and the first address (upper side) of the main RAM 6203, "F2"H, may be set in a register other than the Q register (for example, the D register).
In particular, when referencing the game area and outside area of the main RAM 6203, the upper address of the game area may be referenced using an instruction that uses the Q register (a specific register), and when referencing the upper address of the outside area, the upper address may be referenced using an instruction that uses a register other than the Q register.In this case, control (processing) may be performed so that the top address (upper address) "F2"H is set in a register other than the Q register before or after switching to bank 1.
In the program of this embodiment, depending on the amount of control (processing) that references and writes to the game area and outside area of the main RAM 6203, it is desirable to set the starting address (upper side) of the main RAM 6203 to be set in the Q register to "F0"H or "F2"H.
For example, if the number of processes in which the first address (upper side) of the main RAM 6203 refers to and writes to the area "F0"H is large, then the Q register is set to "F0"H, and if the number of processes in which the first address (upper side) of the main RAM 6203 refers to and writes to the area "F2"H is large, then the Q register is set to "F2"H.

さらに、本実施形態では、1バイトのレジスタで構成された、インタラプトページアドレスレジスタ(Iレジスタ)、メモリリフレッシュレジスタ(Rレジスタ)、プログラムカウンタ(PC)、割込み許可レジスタ1、及び割込み許可レジスタ2を、制御レジスタとして有する。 Furthermore, in this embodiment, the control registers include an interrupt page address register (I register), a memory refresh register (R register), a program counter (PC), an interrupt enable register 1, and an interrupt enable register 2, each of which is a 1-byte register.

また、図109(B)に示すように、フラグレジスタのFレジスタ、F′レジスタのそれぞれには、各ビットに演算処理の結果等を示す所定のフラグ情報がセットされる。例えばビット6(D6)には、演算結果の判定処理において演算結果が「0」であるか否かを示すデータ(ゼロ・フラグ)がセットされる。具体的には、演算結果が「0」である場合、ビット6にデータ「1」がセットされ、演算結果が「0」でない場合には、ビット6にデータ「0」がセットされる。そして、演算結果の判定処理では、メインCPU6201は、ビット6のデータ「0」/「1」を参照して演算結果の判定を行う。 As shown in FIG. 109(B), in each of the flag registers, the F register and the F' register, predetermined flag information indicating the result of the arithmetic processing is set in each bit. For example, in bit 6 (D6), data (zero flag) indicating whether the arithmetic result is "0" or not in the arithmetic result determination process is set. Specifically, if the arithmetic result is "0", data "1" is set in bit 6, and if the arithmetic result is not "0", data "0" is set in bit 6. In the arithmetic result determination process, the main CPU 6201 determines the arithmetic result by referring to the data "0"/"1" in bit 6.

また、フラグレジスタのビット2(D2)には、パリティフラグ、またはオーバーフローフラグがセットされる。例えば、パリティフラグとして利用される場合、論理演算を実行した際に、演算結果が格納されるディスティネーション内のビット「1」の数をカウントし、合計が奇数であれば「0」をセットし、偶数であれば「1」をセットする。また、オーバーフローフラグとして利用される場合、符号付き算術演算を実行した際に、オーバーフローとなったときにオーバーフローフラグがセットされる。 In addition, a parity flag or an overflow flag is set in bit 2 (D2) of the flag register. For example, when used as a parity flag, it counts the number of "1" bits in the destination where the result of a logical operation is stored when a logical operation is performed, and sets "0" if the total is odd, or sets "1" if the total is even. When used as an overflow flag, the overflow flag is set if an overflow occurs when a signed arithmetic operation is performed.

また、所定の命令によって、フラグレジスタの各ビット(例えば、ビット2)に、他のレジスタの値をセットするように制御することもできる。 In addition, each bit of the flag register (e.g., bit 2) can be controlled to be set to the value of another register by using a specific command.

<メインROM及びメインRAMの内部構成(メモリマップ)>
次に、図110を参照しながら、主制御回路6200(マイクロプロセッサ)に含まれるメインROM6202及びメインRAM6203の内部構成(以下「メモリマップ」という)について説明する。なお、図110(A)が、メモリ全体のメモリマップを示しており、図110(B)が、当該メモリ全体の内蔵ROMの構成を示しており、図110(C)が、当該メモリ全体の内蔵RAMの構成を示している。図110(A)の内蔵ROMは、例えば、図108のメインROM6202に対応し、図110(A)の内蔵RAMは、図108のメインRAM6203に対応する。
<Internal structure of main ROM and main RAM (memory map)>
Next, the internal configuration (hereinafter referred to as "memory map") of the main ROM 6202 and main RAM 6203 included in the main control circuit 6200 (microprocessor) will be described with reference to Fig. 110. Fig. 110(A) shows a memory map of the entire memory, Fig. 110(B) shows the configuration of the built-in ROM of the entire memory, and Fig. 110(C) shows the configuration of the built-in RAM of the entire memory. The built-in ROM of Fig. 110(A) corresponds to the main ROM 6202 of Fig. 108, and the built-in RAM of Fig. 110(A) corresponds to the main RAM 6203 of Fig. 108, for example.

主制御回路200が備えるメモリ全体のメモリマップでは、図110(A)に示すように、アドレスの先頭(例えば、「0000」H)から、メインROM6202のメモリ領域、メインRAM6203のメモリ領域、機能レジスタのエリアが、未使用領域を間に挟んでこの順で配置される。ここで、機能レジスタは、各周辺機能の動作設定のために用いられる第1のレジスタと、モニタや制御のための第2のレジスタからなる2種類の内蔵レジスタを含む。 In the memory map of the entire memory provided in the main control circuit 200, as shown in FIG. 110(A), starting from the top address (e.g., "0000"H), the memory area of the main ROM 6202, the memory area of the main RAM 6203, and the area of the functional registers are arranged in that order, with unused areas in between. Here, the functional registers include two types of built-in registers, consisting of a first register used to set the operation of each peripheral function, and a second register for monitoring and control.

メインROM6202のメモリマップでは、図110(B)に示すように、メインROM6202のアドレスの先頭(「0000」H)側から、遊技用エリア(すなわち、プログラムエリア(遊技用エリア)、及びデータエリア(遊技用エリア))、領域外エリア、及び、その他のエリアが、この順で、それぞれ所定のアドレスに配置される。また、遊技用エリアと領域外エリアの間に、所定サイズの未使用領域があってもよく、この例では、16バイトの未使用領域が設けられている。 As shown in FIG. 110(B), in the memory map of the main ROM 6202, from the top address ("0000"H) of the main ROM 6202, the game area (i.e., the program area (game area) and the data area (game area)), the outside area, and other areas are arranged in this order at predetermined addresses. In addition, there may be an unused area of a predetermined size between the game area and the outside area, and in this example, an unused area of 16 bytes is provided.

なお、プログラムエリア(遊技用エリア)には、遊技の進行及び遊技性に関連する各種制御処理において、メインCPU6201により実行される各種処理の制御プログラムが記憶される。データエリア(遊技用エリア)には、遊技の進行及び遊技性に関連する各種制御処理において、メインCPU6201により使用される各種データ(例えば、大当り抽選データテーブル等のデータテーブル、副制御回路6300に対して各種制御指令(コマンド)を送信するためのデータ等)が記憶される。 The program area (game area) stores control programs for various processes executed by the main CPU 6201 in various control processes related to game progress and playability. The data area (game area) stores various data (for example, data tables such as a jackpot lottery data table, data for sending various control commands to the sub-control circuit 6300, etc.) used by the main CPU 6201 in various control processes related to game progress and playability.

すなわち、プログラムエリア(遊技用エリア)とデータエリア(遊技用エリア)とからなる遊技用エリアには、遊技店で遊技者が実際に行う遊技に関連する制御処理(遊技性に関する処理)に必要な各種プログラム及び各種データが格納される。 In other words, the game area, which consists of a program area (game area) and a data area (game area), stores various programs and data necessary for control processing (game-related processing) related to the games that players actually play at the game establishment.

また、領域外エリアには、遊技者により実施される遊技(遊技の進行及び遊技性)に直接関与しない各種処理(遊技性に影響を与えない処理)の制御プログラム及びデータが記憶される。例えば、パチンコ遊技機6001の検定試験(試射試験)で使用されるプログラム及びデータ、電断時のチェックサム生成処理や電断復帰時(電源復帰時)のサムチェック処理などで使用される制御プログラム及びデータ、並びに、不正対策プログラム及びそれに必要なデータ等が格納される。 In addition, the out-of-area area stores control programs and data for various processes (processes that do not affect gameplay) that are not directly related to the game played by the player (game progress and gameplay). For example, programs and data used in the certification test (test firing test) of the pachinko game machine 6001, control programs and data used in the checksum generation process when power is cut off and the checksum process when power is restored (when power is restored), as well as fraud prevention programs and the data required for them, etc. are stored.

メインRAM6203のメモリマップでは、図110(C)に示すように、メインRAM6203のアドレスの先頭(「F000」H)から、遊技用エリア(すなわち、作業領域(遊技用エリア)、及びスタックエリア(遊技用エリア))、領域外エリア(すなわち、作業領域(領域外エリア))、及びスタックエリア(領域外エリア)が、この順で、それぞれ所定のアドレスに配置される。また、メインROM6202と同様に、遊技用エリアと領域外エリアの間に、所定サイズの未使用領域があってもよく、この例では、16バイトの未使用領域が設けられている。 As shown in FIG. 110(C), in the memory map of the main RAM 6203, from the top address of the main RAM 6203 ("F000"H), the game area (i.e., the work area (game area) and stack area (game area)), the outside area (i.e., the work area (outside area)), and the stack area (outside area) are arranged in that order, each at a predetermined address. Also, as with the main ROM 6202, there may be an unused area of a predetermined size between the game area and the outside area, and in this example, an unused area of 16 bytes is provided.

作業領域(遊技用エリア)、及びスタックエリア(遊技用エリア)には、遊技者により実施される遊技(遊技の進行及び遊技性)に関連する制御プログラムの実行により決定された各種データ(各種乱数値、大当り判定結果等)が一時的に格納される。 The working area (game area) and stack area (game area) temporarily store various data (various random number values, jackpot determination results, etc.) determined by the execution of a control program related to the game (game progress and playability) performed by the player.

また、作業領域(領域外エリア)、及びスタックエリア(領域外エリア)は、遊技者により実施される遊技(遊技の進行及び遊技性)に直接関与しない各種処理の作業領域である。本実施形態では、この作業領域(領域外エリア)、及びスタックエリア(領域外エリア)を使用して、例えばサムチェック処理等の遊技者により実施される遊技に直接関与しない各種処理が実行される。 The working area (outside area area) and stack area (outside area area) are working areas for various processes that are not directly related to the game (progress and playability) played by the player. In this embodiment, the working area (outside area area) and stack area (outside area area) are used to execute various processes that are not directly related to the game played by the player, such as sum check processing.

上述のように、本実施形態のパチンコ遊技機6001では、メインROM6202内において、遊技者により実施される遊技に直接関与しない各種処理に使用される各種プログラム及び各種データ(テーブル)を、遊技用エリアとは異なるアドレスに配置された領域外エリアに格納する。また、そのような遊技者により実施される遊技に直接関与しない各種処理は、メインRAM6203内において、遊技用エリアとは異なるアドレスに配置された領域外エリアを使用して行われる。 As described above, in the pachinko gaming machine 6001 of this embodiment, various programs and various data (tables) used for various processes not directly related to the game performed by the player are stored in an outside area located at an address different from the game area in the main ROM 6202. In addition, various processes not directly related to the game performed by the player are performed using an outside area located at an address different from the game area in the main RAM 6203.

このようなメインROM6202の構成では、遊技者が実際に行う遊技そのものには不要なプログラム及びデータを領域外エリアに配置することができ、そのために、遊技用エリアの容量の圧迫を回避することができる。 With such a configuration of the main ROM 6202, programs and data that are not necessary for the actual game played by the player can be placed in the outside area, thereby preventing the capacity of the game area from being strained.

また、本実施形態では、上述のように、バンクの切り替えを行うことによって、バンク0に係る処理とバンク1に係る処理を切り替えることができるが、ここで、バンク0に係る処理は、メインROM6202の遊技用エリアに記憶されているプログラムとデータを用いて、メインRAM6203の遊技用エリアを一時的に利用しながら、遊技者により実施される遊技の動作を制御するための演算処理を行う。すなわち、バンク0に係る処理は、遊技用エリアに係る処理ということもできる。また、このときに用いられるメインレジスタとサブレジスタは、図109で説明した、バンク0のレジスタである。 In addition, in this embodiment, as described above, by switching the banks, it is possible to switch between processing related to bank 0 and processing related to bank 1. Here, the processing related to bank 0 uses the programs and data stored in the game area of main ROM 6202, while temporarily using the game area of main RAM 6203, to perform calculation processing for controlling the game action performed by the player. In other words, the processing related to bank 0 can also be said to be processing related to the game area. Furthermore, the main register and sub-register used at this time are the registers of bank 0 described in FIG. 109.

一方、バンク1に係る処理は、メインROM6202の領域外エリアに記憶されているプログラムとデータを用いて、メインRAM6203の領域外エリアを一時的に利用しながら、遊技者により実施される遊技に直接関係しない処理(遊技以外の処理を行うための演算処理)を行う。すなわち、バンク1に係る処理は、領域外エリアに係る処理ということもできる。また、このときに用いられるメインレジスタとサブレジスタは、図109で説明した、バンク1のレジスタである。 On the other hand, processing related to bank 1 uses the programs and data stored in the outside area of main ROM 6202, while temporarily using the outside area of main RAM 6203, to perform processing that is not directly related to the game played by the player (arithmetic processing for performing processing other than the game). In other words, processing related to bank 1 can also be said to be processing related to the outside area. Furthermore, the main register and sub-register used at this time are the registers of bank 1 described in FIG. 109.

なお、バンク0に係る処理(遊技用エリアに係る処理)は、メインROM6202のプログラムエリア(遊技用エリア)に記憶されているプログラムによって起動され、その処理において、メインROM6202のデータエリア(遊技用エリア)に記憶されているデータを参照し、さらに、メインRAM6203の作業領域(遊技用エリア)を利用してデータの参照・更新を行うが、メインRAM6203の作業領域(領域外エリア)に記憶されたデータの参照を行うこともある。 The processing related to bank 0 (processing related to the game area) is started by a program stored in the program area (game area) of main ROM 6202, and in this processing, data stored in the data area (game area) of main ROM 6202 is referenced, and further, data is referenced and updated using the working area (game area) of main RAM 6203, but data stored in the working area (outside area) of main RAM 6203 may also be referenced.

同様に、バンク1に係る処理(領域外エリアに係る処理)は、メインROM6202の領域外エリアに記憶されているプログラムによって起動され、その処理において、メインROM6202の領域外エリアに記憶されているデータを参照し、さらに、メインRAM6203の作業領域(領域外エリア)を利用してデータの参照・更新を行うが、メインRAM6203の作業領域(遊技用エリア)に記憶されたデータの参照を行うこともある。 Similarly, processing related to bank 1 (processing related to the out-of-area area) is initiated by a program stored in the out-of-area area of main ROM 6202, and in that processing, data stored in the out-of-area area of main ROM 6202 is referenced, and further, the working area (out-of-area area) of main RAM 6203 is used to reference and update data, but data stored in the working area (game area) of main RAM 6203 may also be referenced.

バンク0の処理からバンク1の処理に切り替えるには、例えば、所定のサブプログラムを特定の呼び出し命令によりコールすることによって行われ、バンク1の処理からバンク0の処理に戻るには、例えば、上述した特定の呼び出し命令でコールされた所定のサブプログラムにおいて特定のリターン命令をコールすることによって行われる。 Switching from processing bank 0 to processing bank 1 is done, for example, by calling a specific subprogram with a specific call instruction, and returning from processing bank 1 to processing bank 0 is done, for example, by calling a specific return instruction in the specific subprogram called with the above-mentioned specific call instruction.

なお、本実施形態では、図110(C)に示すように、メインRAM6203において、アドレス「F000」Hから始まる1つの領域を作業領域(遊技用エリア)として用いたが、このような形態は例示に過ぎず、本発明がこのような実施例に限定されるものではない。例えば、「F000」Hから始める領域を第1作業領域(遊技用エリア)とし、「F100」Hから始める領域を第2作業領域(遊技用エリア)とするなど、作業領域を、特定の処理単位で複数に分割して用いるようにすることもできる。 In this embodiment, as shown in FIG. 110(C), one area in the main RAM 6203 starting from address "F000"H is used as the work area (game area), but this is merely an example and the present invention is not limited to this embodiment. For example, the work area can be divided into multiple areas for specific processing units, such as using the area starting from "F000"H as the first work area (game area) and the area starting from "F100"H as the second work area (game area).

また、図110は、メモリ内の領域を模式的に示したものであり、本発明の構成が、例示したアドレスや、各領域の見た目のサイズ(容量)等に限定されるものではない。 Figure 110 also shows a schematic representation of areas in memory, and the configuration of the present invention is not limited to the addresses shown, the apparent size (capacity) of each area, etc.

<割込み許可レジスタ>
ここで、図109に示した割込み許可レジスタ1、及び割込み許可レジスタ2について、より詳細に説明する。
<Interrupt enable register>
Here, the interrupt permission register 1 and the interrupt permission register 2 shown in FIG. 109 will be described in more detail.

割込み許可レジスタ1は、その値によって、割込み要因マスクによって、特定の割込み要因について割込み処理を行わないように制御可能なマスカブル割込みの許可/禁止が決定され、割込み許可レジスタ2は、特定の割込み要因について割込み処理を行わないように制御できないノンマスカブル割込み処理後に割込み許可レジスタ1の値を復帰させるために利用される。 The value of interrupt enable register 1 determines whether to enable or disable maskable interrupts, which can be controlled so that interrupt processing is not performed for specific interrupt causes by the interrupt cause mask, and interrupt enable register 2 is used to restore the value of interrupt enable register 1 after non-maskable interrupt processing, which cannot be controlled so that interrupt processing is not performed for specific interrupt causes.

また、割込み許可レジスタ2に関しては、上記のような、ノンマスカブル割込み処理からの復帰以外に、領域外エリアに係る処理の呼び出し命令(以降、「領域外エリア処理呼出命令」と称する)を実行した後に、領域外エリアに係る処理から遊技用エリアに係る処理に復帰する命令(以降、「遊技用エリア処理復帰命令」とする)がされた場合に、それまで割込み許可レジスタ2に格納されていた値が、割込み許可レジスタ1にコピーされる(割込み許可レジスタ2の値を割込み許可レジスタ1に復帰させる)。 In addition, with regard to interrupt permission register 2, other than returning from non-maskable interrupt processing as described above, when an instruction to call processing related to the outside area (hereinafter referred to as an "outside area processing call instruction") is executed and then an instruction to return from processing related to the outside area to processing related to the game area (hereinafter referred to as a "game area processing return instruction") is given, the value that was stored in interrupt permission register 2 up to that point is copied to interrupt permission register 1 (the value of interrupt permission register 2 is restored to interrupt permission register 1).

また、ノンマスカブル割込みを受け付けた場合、または、領域外エリア処理呼出命令実行時には、割込み許可レジスタ1の値がクリアされ(値は「0」になる)、結果的に、その値が維持される間、マスカブル割込みが禁止される。 In addition, when a non-maskable interrupt is accepted or an outside area processing call command is executed, the value of interrupt permission register 1 is cleared (its value becomes "0"), and as a result, maskable interrupts are prohibited while that value is maintained.

さらに、割込み許可レジスタ2の値は、所定の命令により、フラグレジスタ(Fレジスタ)のパリティ/オーバーフロー・フラグに格納され、割込み許可レジスタ2の値を参照したり、一時的に退避したりすることができる。 In addition, the value of the interrupt enable register 2 is stored in the parity/overflow flag of the flag register (F register) by a specific instruction, allowing the value of the interrupt enable register 2 to be referenced or temporarily saved.

また、割込み許可命令を実行すると、割込み許可レジスタ1の値は、割込み許可を表す値「1」となり、同時に割込み許可レジスタ2の値も、割込み許可を表す値「1」となる。このように、割込み許可命令が実行されると、マスカブル割込みが許可される。また、割込み禁止命令を実行すると、割込み許可レジスタ1の値は、割込み禁止を表す値「0」となり、同時に割込み許可レジスタ2の値も、割込み禁止を表す値「0」となる。 Furthermore, when an interrupt enable command is executed, the value of interrupt enable register 1 becomes "1", indicating that an interrupt is enabled, and at the same time, the value of interrupt enable register 2 also becomes "1", indicating that an interrupt is enabled. In this way, when an interrupt enable command is executed, a maskable interrupt is enabled. Furthermore, when an interrupt disable command is executed, the value of interrupt enable register 1 becomes "0", indicating that an interrupt is disabled, and at the same time, the value of interrupt enable register 2 also becomes "0", indicating that interrupts are disabled.

<メインRAMの遊技用エリアと領域外エリアに関するクリア処理>
次に、図111、図112を参照して、メインRAM6203のクリア処理の概要について説明する。当該クリア処理におけるメインRAM6203のクリア範囲は、起動状態に応じて判定され、その起動状態は、電源投入時の設定キー6174a、及びRAMクリアスイッチ6176の操作等に基づいて決定される。この処理は、後述する起動状態チェック処理(図118)において詳細に説明する。
<Clearing process for the game area and outside area of the main RAM>
111 and 112, an overview of the clearing process of the main RAM 6203 will be described. The extent of the main RAM 6203 to be cleared in this clearing process is determined according to the startup state, and this startup state is determined based on the operation of the setting key 6174a and the RAM clear switch 6176 when the power is turned on. This process will be described in detail in the startup state check process (FIG. 118) described later.

起動時におけるメインRAM6203のクリア範囲は、図111(A)に示す起動状態に応じて判定される。この起動状態は、図111(A)に示すように、メインRAM6203に異常があるか否か(図111(A)の「メインRAM異常」の欄)、パチンコ遊技機の電源投入時の操作(図111(A)の「電源投入時の操作」の欄)、及び前回の電断時に設定変更が行われていたか否か(図111(A)の「設定変更中電断復帰」の欄)に基づいた複数のパターンにより決定される。メインRAM6203に異常があるか否かについては、メインRAM6203の指定領域について、電源投入前と電源投入後でCRCを算出し、算出されたCRC値の照合を行い、両者の値が異なる場合に、メインRAM6203に異常があるものと判断する。 The clear range of the main RAM 6203 at the time of startup is determined according to the startup state shown in FIG. 111(A). As shown in FIG. 111(A), this startup state is determined according to a number of patterns based on whether or not there is an abnormality in the main RAM 6203 (the "Main RAM abnormality" column in FIG. 111(A)), the operation when the power of the pachinko game machine is turned on (the "Operation when power is turned on" column in FIG. 111(A)), and whether or not a setting change was made at the time of the previous power outage (the "Power outage recovery during setting change" column in FIG. 111(A)). To determine whether or not there is an abnormality in the main RAM 6203, a CRC is calculated for a designated area of the main RAM 6203 before and after power is turned on, and the calculated CRC values are compared. If the two values are different, it is determined that there is an abnormality in the main RAM 6203.

図111(A)の第1のパターン(NO.1)は、メインRAM6203に異常がなく、パチンコ遊技機の電源投入時の操作が「A」であり、設定変更中の電断復帰でない(X印で示されている)パターンである。ここで、パチンコ遊技機の電源投入時の操作は、「A」~「D」で表され、これらは、図111(B)に示す、パチンコ遊技機の電源投入時の操作のパターン「A」~「D」に対応する。 The first pattern (No. 1) in FIG. 111(A) is a pattern in which there is no abnormality in the main RAM 6203, the operation when the power to the pachinko gaming machine is "A", and there is no power interruption recovery during a setting change (indicated by an X). Here, the operations when the power to the pachinko gaming machine is turned on are represented by "A" to "D", which correspond to the operation patterns "A" to "D" when the power to the pachinko gaming machine is turned on, shown in FIG. 111(B).

図111(B)のパターン「A」は、電源が投入されていない状態で、設定キー6174aをオン操作せず(すなわち、オフ状態のまま)、RAMクリアスイッチ6176のオン操作せずに(すなわち、オフ状態のまま)、電源スイッチ6095のオン操作を行う操作である。この操作は、通常の営業開始時の状態でもあり、また、電圧降下等のトラブルや、瞬断などによって再立ち上げがされるような状況でも考えられる。 Pattern "A" in FIG. 111(B) is an operation in which, when the power is not turned on, the setting key 6174a is not turned on (i.e., it remains in the OFF state), the RAM clear switch 6176 is not turned on (i.e., it remains in the OFF state), and the power switch 6095 is turned on. This operation is the state at the start of normal business hours, and can also be considered in situations where the device needs to be restarted due to a voltage drop or other trouble, or a momentary interruption.

パターン「B」は、電源が投入されていない状態で、設定キー6174aをオン操作し(例えば、設定キー差込口6174に差し込み、所定方向に回す)、RAMクリアスイッチ6176のオン操作せずに(オフのままとして)、電源スイッチ6095のオン操作を行う操作である。この操作は、通常、設定確認処理を行うために行われる操作である。 Pattern "B" is an operation in which, with the power off, the setting key 6174a is turned on (for example, by inserting it into the setting key socket 6174 and turning it in a specific direction), the RAM clear switch 6176 is not turned on (it is left off), and the power switch 6095 is turned on. This operation is usually performed to perform a setting confirmation process.

パターン「C」は、電源が投入されていない状態で、設定キー6174aをオン操作せず、RAMクリアスイッチ6176のオン操作をして、電源スイッチ6095のオン操作を行う操作である。この操作は、通常、メインRAM6203のクリアを行うために行われる操作である。 Pattern "C" is an operation in which, when the power is not on, the setting key 6174a is not turned on, the RAM clear switch 6176 is turned on, and the power switch 6095 is turned on. This operation is usually performed to clear the main RAM 6203.

パターン「D」は、電源が投入されていない状態で、設定キー6174aをオン操作し、RAMクリアスイッチ6176のオン操作、及び電源スイッチ6095のオン操作の両方を行う操作である。この操作は、通常、設定変更を行うために行われる操作である。 Pattern "D" is an operation in which, with the power off, the setting key 6174a is turned on, and both the RAM clear switch 6176 and the power switch 6095 are turned on. This operation is usually performed to change settings.

上記のように、電源投入時の操作は、パターン「A」~「D」のいずれか1つであり、図111(A)の第1のパターンの場合は、パターン「A」の欄に「○」が配置されてパターン「A」の操作が行われていることが表されており、その他のパターン「B」~「D」はX印となっている。 As mentioned above, the operation when the power is turned on is one of patterns "A" to "D". In the case of the first pattern in Figure 111 (A), a "○" is placed in the column for pattern "A" to indicate that the operation of pattern "A" is being performed, and the other patterns "B" to "D" are marked with an "X".

図111(A)の第1のパターンの場合、起動状態は「電断復帰」と判定され、クリア範囲は電断復帰時RAMクリア範囲となる。このクリア範囲については、図112を参照して後で説明する。本願では、このようにクリア範囲が電断復帰時RAMクリア範囲に設定された後、メインCPU6201は、当該クリア範囲をクリアし、その後、電断復帰に応じた処理を行う。 In the case of the first pattern in FIG. 111(A), the startup state is determined to be "power recovery," and the clear range is the RAM clear range when power recovery occurs. This clear range will be described later with reference to FIG. 112. In this application, after the clear range is set to the RAM clear range when power recovery occurs in this manner, the main CPU 6201 clears the clear range, and then performs processing according to power recovery.

図111(A)の第2のパターン(NO.2)は、メインRAM6203に異常がなく、パチンコ遊技機の電源投入時の操作が「B」であり、設定変更中の電断復帰でない(X印で示されている)パターンである。 The second pattern (No. 2) in Figure 111 (A) is a pattern in which there is no abnormality in the main RAM 6203, the operation when the power to the pachinko game machine is turned on is "B", and there is no power interruption and recovery during a setting change (indicated by an X mark).

図111(A)の第2のパターンの場合、起動状態は「設定確認」と判定され、クリア範囲は電断復帰時RAMクリア範囲となる。このクリア範囲については、図112を参照して後で説明する。本願では、このようにクリア範囲が電断復帰時RAMクリア範囲に設定された後、メインCPU6201は、当該クリア範囲をクリアし、その後、設定確認の処理を行う。 In the case of the second pattern in FIG. 111(A), the startup state is determined to be "settings check", and the clear range is the RAM clear range when power is restored. This clear range will be described later with reference to FIG. 112. In this application, after the clear range is set to the RAM clear range when power is restored in this manner, the main CPU 6201 clears the clear range, and then performs the setting check process.

図111(A)の第3のパターン(NO.3)は、メインRAM6203に異常がなく、パチンコ遊技機の電源投入時の操作が「C」であり、設定変更中の電断復帰でない(X印で示されている)パターンである。 The third pattern (No. 3) in Figure 111 (A) is a pattern in which there is no abnormality in the main RAM 6203, the operation when the power to the pachinko game machine is turned on is "C", and there is no power interruption and recovery during a setting change (indicated by an X mark).

図111(A)の第3のパターンの場合、起動状態は「RAMクリア」と判定され、クリア範囲は設定変更時RAMクリア範囲となる。このクリア範囲については、図112を参照して後で説明する。本願では、このようにクリア範囲が設定変更時RAMクリア範囲に設定された後、メインCPU6201は、当該クリア範囲をクリアし、その後、電断復帰に応じた処理を行う。 In the case of the third pattern in FIG. 111(A), the startup state is determined to be "RAM clear" and the clear range is the setting change RAM clear range. This clear range will be described later with reference to FIG. 112. In this application, after the clear range is set to the setting change RAM clear range in this way, the main CPU 6201 clears the clear range and then performs processing in accordance with the power interruption recovery.

図111(A)の第4のパターン(NO.4)は、メインRAM6203に異常がなく、パチンコ遊技機の電源投入時の操作が「D」であり、設定変更中の電断復帰でない(X印で示されている)パターンである。 The fourth pattern (No. 4) in Figure 111 (A) is a pattern in which there is no abnormality in the main RAM 6203, the operation when the power to the pachinko game machine is turned on is "D", and there is no power interruption and recovery during a setting change (indicated by an X mark).

図111(A)の第4のパターンの場合、起動状態は「設定変更」と判定され、クリア範囲は設定変更時RAMクリア範囲となる。本願では、このようにクリア範囲が設定変更時RAMクリア範囲に設定された後、メインCPU6201は、当該クリア範囲をクリアし、その後、設定変更の処理を行う。 In the case of the fourth pattern in FIG. 111(A), the startup state is determined to be "settings change", and the clear range is the setting change RAM clear range. In this application, after the clear range is set to the setting change RAM clear range in this way, the main CPU 6201 clears the clear range, and then performs the setting change process.

図111(A)の第5のパターン(NO.5)は、メインRAM6203に異常がなく、パチンコ遊技機の電源投入時の操作が「A」~「D」のどれでもよい「ANY」であり、設定変更中の電断復帰がある(○印で示されている)パターンである。 The fifth pattern (No. 5) in Figure 111 (A) is a pattern in which there is no abnormality in the main RAM 6203, the operation when the power is turned on for the pachinko game machine is "ANY" which means that any of "A" to "D" can be performed, and there is a power interruption and recovery during a setting change (indicated by a circle).

図111(A)の第5のパターンの場合、起動状態は「設定変更」と判定され、クリア範囲は設定変更時RAMクリア範囲となる。このように、設定変更中の電断復帰である場合は、メインRAM6203に異常がない限り、パチンコ遊技機の電源投入時の操作がどのようなものであっても、クリア範囲に設定変更時RAMクリア範囲が設定されることになる。このパターンでは、電断前の設定キー6174a、RAMクリアスイッチ6176の操作を表す状態情報がセットされ、電源投入後に、電断前の設定キー6174a、RAMクリアスイッチ6176の操作が再現される。 In the case of the fifth pattern in FIG. 111(A), the start-up state is determined to be "settings change", and the clear range is the RAM clear range at the time of setting change. In this way, if power is restored during a setting change, the clear range will be set to the RAM clear range at the time of setting change, regardless of the operation performed when the pachinko machine is turned on, unless there is an abnormality in the main RAM 6203. In this pattern, status information indicating the operation of the setting key 6174a and RAM clear switch 6176 before the power was cut off is set, and after the power is turned on, the operation of the setting key 6174a and RAM clear switch 6176 before the power was cut off is reproduced.

このクリア範囲については、図112を参照して後で説明する。本願では、このようにクリア範囲が設定変更時RAMクリア範囲に設定された後、メインCPU6201は、当該クリア範囲をクリアし、その後、設定変更の処理を行う。 This clear range will be explained later with reference to FIG. 112. In this application, after the clear range is set as the setting change RAM clear range in this way, the main CPU 6201 clears the clear range and then performs the setting change process.

図111(A)の第6のパターン(NO.6)は、メインRAM6203に異常があり、パチンコ遊技機の電源投入時の操作が「D」である場合のクリア範囲を示している。また、このパターンでは、設定変更中の電断復帰であるか否かについては、どちらでも良いことを表す「ANY」で示されている。 The sixth pattern (No. 6) in Figure 111 (A) shows the clear range when there is an abnormality in the main RAM 6203 and the operation when the power is turned on for the pachinko game machine is "D". In this pattern, whether or not the power is restored after an interruption during a setting change is indicated by "ANY", which means that it doesn't matter whether it is a power outage or not.

図111(A)の第6のパターンの場合、起動状態は「RAM異常1」と判定され、クリア範囲は異常時RAMクリア範囲となる。このクリア範囲については、図112を参照して後で説明する。本願では、このようにクリア範囲が異常時RAMクリア範囲に設定された後、メインCPU6201は、当該クリア範囲をクリアし、その後、設定変更の処理を行う。 In the case of the sixth pattern in FIG. 111(A), the startup state is determined to be "RAM abnormality 1" and the clear range is the abnormal RAM clear range. This clear range will be described later with reference to FIG. 112. In this application, after the clear range is set to the abnormal RAM clear range in this way, the main CPU 6201 clears the clear range and then performs processing to change the settings.

図111(A)の第7のパターン(NO.7)は、メインRAM6203に異常があり、パチンコ遊技機の電源投入時の操作が「D」以外のいずれかである場合のクリア範囲を示している。また、このパターンでは、第6のパターンと同様に、設定変更中の電断復帰であるか否かについては、どちらでも良いことを表す「ANY」で示されている。 The seventh pattern (No. 7) in Figure 111 (A) shows the clear range when there is an abnormality in the main RAM 6203 and the operation when the power is turned on for the pachinko game machine is anything other than "D". Also, in this pattern, as with the sixth pattern, whether or not the power is restored during a setting change is indicated by "ANY", which means that it doesn't matter whether it is a power outage recovery or not.

図111(A)の第7のパターンの場合、起動状態は「RAM異常2」と判定され、クリア範囲としては、異常時RAMクリア範囲が設定されるが、最終的には、遊技復帰不可能エラー処理が行われ、遊技停止となる。 In the case of the seventh pattern in Figure 111 (A), the start-up state is determined to be "RAM abnormality 2" and the clear range is set to the abnormal RAM clear range, but ultimately, game return impossible error processing is performed and game play is stopped.

なお、図111(A)に示す起動状態は、パチンコ遊技機の電源が投入されたときのステータスを識別することを目的としており、この起動状態に応じてメインRAM6203のクリア範囲が判定される。ここで、電断復帰時に設定されるクリア範囲とは、起動状態が電断復帰である場合に設定されるクリア範囲(すなわち、「電断復帰時RAMクリア範囲」)であり、設定変更時に設定されるクリア範囲とは、起動状態が設定変更である場合に設定されるクリア範囲(すなわち、「設定変更時RAMクリア範囲」)である。 The startup state shown in FIG. 111(A) is intended to identify the status when the power of the pachinko game machine is turned on, and the clear range of the main RAM 6203 is determined according to this startup state. Here, the clear range set when power is restored is the clear range set when the startup state is power restoration (i.e., the "RAM clear range when power is restored"), and the clear range set when the setting is changed is the clear range set when the startup state is setting change (i.e., the "RAM clear range when setting is changed").

なお、パチンコ遊技機の電源が投入されたときに、メインCPU6101が、電断復帰の処理を行うことになったとしても、クリア範囲として「電断復帰時RAMクリア範囲」が設定されるとは限らない。例えば、図111(A)の第1のパターンでは、クリア範囲として「電断復帰時RAMクリア範囲」が設定され、そのクリア範囲がクリアされた後、電断復帰の処理を行うが、第3のパターンでは、クリア範囲として「設定変更時RAMクリア範囲」が設定されるが、そのクリア範囲がクリアされた後、電断復帰の処理が行われる。 Note that even if the main CPU 6101 is to perform power interruption recovery processing when the power supply to the pachinko game machine is turned on, the "RAM clear range when power interruption recovery" is not necessarily set as the clear range. For example, in the first pattern in FIG. 111(A), the "RAM clear range when power interruption recovery" is set as the clear range, and after that clear range is cleared, the power interruption recovery processing is performed, whereas in the third pattern, the "RAM clear range when setting is changed" is set as the clear range, and after that clear range is cleared, the power interruption recovery processing is performed.

また、「異常時RAMクリア範囲」、「設定変更時RAMクリア範囲」、「電断復帰時RAMクリア範囲」はそれぞれ、後述の図112に示すようなクリア範囲とすることができるが、これらのクリア範囲の少なくとも2つを、同じクリア範囲とするように設計することも可能である。 In addition, the "RAM clear range in case of abnormality," "RAM clear range when setting is changed," and "RAM clear range when power is restored" can each be set to the clear ranges shown in FIG. 112 described below, but it is also possible to design at least two of these clear ranges to be the same clear range.

次に、図112を参照して、それぞれのクリア範囲の概要について説明する。 Next, we will provide an overview of each clear range with reference to Figure 112.

図112(A)には、異常時RAMクリア範囲の例が示されている。本実施形態では、メインRAM6203の遊技用エリアについての異常時RAMクリア範囲は、先頭のアドレス(「F000」H)からスタックエリア(遊技用エリア)の途中までである。メインRAMが異常であると判定されているので、作業領域はすべてクリアする。また、スタックエリアは、アドレス「F200」Hからアドレス値の小さい方向に順に用いられるため、ここでは、使用中のスタックエリアを保護するために、アドレス「F1FC」Hまでをクリアし、スタックエリアのすべてをクリアしないようにしている。スタックエリアには、例えば、呼び出されたプログラムの戻り番地を記憶している領域があり、この部分をクリア対象にしないことで、当該戻り番地を保護している。 Figure 112 (A) shows an example of the RAM clear range in the event of an abnormality. In this embodiment, the RAM clear range in the event of an abnormality for the game area of the main RAM 6203 is from the first address ("F000"H) to halfway through the stack area (game area). Because it has been determined that the main RAM is abnormal, the entire work area is cleared. Also, because the stack area is used in ascending address value order from address "F200"H, in this case, in order to protect the stack area in use, only the address up to "F1FC"H is cleared, and the entire stack area is not cleared. The stack area includes, for example, an area that stores the return address of a called program, and by not clearing this portion, the return address is protected.

メインRAM6203の領域外エリアについての異常時RAMクリア範囲は、先頭のアドレス(「F210」H)からスタックエリア(領域外エリア)の前までである。すなわち、作業領域(領域外エリア)のすべてがクリアされる。なお、この例では、上述のように、16バイトの未使用領域を設けているため、領域外エリアの先頭アドレスは、遊技用エリアの最終アドレスに16バイトを加算した「F210」Hとなる(図112(B)、図112(C)の領域外エリアについても同様)。また、このような、メインRAM6203の領域外エリアのクリア範囲については、メインRAM6203の遊技用エリアについての異常時RAMクリア範囲の先頭のアドレス(「F000」H)の下位1バイト(すなわち、「00」H)に基づいて判断している。 The abnormal RAM clear range for the outside area of the main RAM 6203 is from the first address ("F210"H) to before the stack area (outside area). In other words, the entire work area (outside area) is cleared. In this example, as described above, an unused area of 16 bytes is provided, so the first address of the outside area is "F210"H, which is the last address of the play area plus 16 bytes (the same applies to the outside areas in Figures 112 (B) and 112 (C)). The clear range of the outside area of the main RAM 6203 is determined based on the lowest byte (i.e., "00"H) of the first address ("F000"H) of the abnormal RAM clear range for the play area of the main RAM 6203.

図112(B)には、設定変更時RAMクリア範囲の例が示されている。本実施形態では、メインRAM6203の遊技用エリアについての設定変更時RAMクリア範囲は、アドレス(「F003」H)からスタックエリア(遊技用エリア)の途中までである。設定変更時と判定されているので、作業領域は、先頭アドレス(「F000」H)から3バイト分確保されている設定変更に係る設定値をクリアしないようにしている。また、スタックエリアは、アドレス「F200」Hからアドレス値の小さい方向に順に用いられるため、ここでは、使用中のスタックエリアを保護するために、アドレス「F1FC」Hまでをクリアし、スタックエリアのすべてをクリアしないようにしている。スタックエリアには、例えば、呼び出されたプログラムの戻り番地を記憶している領域があり、この部分をクリア対象にしないことで、当該戻り番地を保護している。 Figure 112 (B) shows an example of the RAM clear range when a setting is changed. In this embodiment, the RAM clear range when a setting is changed for the game area of the main RAM 6203 is from the address ("F003"H) to the middle of the stack area (game area). Since it is determined that a setting change has occurred, the working area is set so that the setting values related to the setting change, which are secured as 3 bytes from the top address ("F000"H), are not cleared. Also, since the stack area is used in ascending order of address value from address "F200"H, in this case, in order to protect the stack area being used, only the address up to "F1FC"H is cleared, and the entire stack area is not cleared. For example, the stack area includes an area that stores the return address of a called program, and by not clearing this portion, the return address is protected.

メインRAM6203の領域外エリアについての設定変更時RAMクリア範囲は、アドレス(「F232」H)からスタックエリア(領域外エリア)の前までである。作業領域(領域外エリア)では、性能表示等に関するデータがクリアされずに残される。このような、メインRAM6203の領域外エリアのクリア範囲については、メインRAM6203の遊技用エリアについての設定登録時RAMクリア範囲の先頭のアドレス(「F003」H)の下位1バイト(すなわち、「03」H)に基づいて判断している。 The RAM clear range when changing settings for the outside area of the main RAM 6203 is from the address ("F232"H) to just before the stack area (outside area). In the working area (outside area), data related to performance display and the like is left uncleared. The clear range of such outside areas of the main RAM 6203 is determined based on the lowest byte (i.e., "03"H) of the first address ("F003"H) of the RAM clear range when registering settings for the game area of the main RAM 6203.

図112(C)には、電断復帰時RAMクリア範囲の例が示されている。本実施形態では、メインRAM6203の遊技用エリアについての電断復帰時RAMクリア範囲は、アドレス(「F07B」H)から9バイト分をクリアする。電断復帰時と判定されているので、作業領域の大部分、及びスタックエリアの全部は、電断前の遊技状態等を保持するために、クリアされずに残される。クリアされる部分は、例えば、遊技異常検知フラグ等のデータである。なお、電断復帰時RAMクリア範囲に関しては、スタックエリアはクリア対象でないため、上述した、異常時RAMクリア範囲や、設定変更RAMクリア範囲のように、意識的にスタックエリアの一部を残しておいて、プログラムの戻り番地を確保しようとする処理を行わないように制御することが可能である。 Figure 112 (C) shows an example of the RAM clearing range when power is restored. In this embodiment, the RAM clearing range when power is restored for the game area of the main RAM 6203 is to clear 9 bytes from address ("F07B"H). Since it is determined that power has been restored, most of the working area and all of the stack area are left untouched in order to preserve the game state before the power was lost. The part that is cleared is, for example, data such as the game abnormality detection flag. Note that, since the stack area is not subject to clearing when power is restored, it is possible to intentionally leave part of the stack area as in the above-mentioned abnormality RAM clearing range and setting change RAM clearing range, and control not to perform processing that attempts to secure the program return address.

メインRAM6203の領域外エリアについての電断復帰時RAMクリア範囲は、アドレス(「F232」H)からスタックエリア(領域外エリア)の前までである。作業領域(領域外エリア)では、性能表示等に関するデータがクリアされずに残される。このような、メインRAM6203の領域外エリアのクリア範囲については、メインRAM6203の遊技用エリアについての設定登録時RAMクリア範囲の先頭のアドレス(「F07B」H)の下位1バイト(すなわち、「7B」H)に基づいて判断している。 The RAM clear range when power is restored for the outside area of the main RAM 6203 is from the address ("F232"H) to just before the stack area (outside area). In the working area (outside area), data related to performance display, etc. is left uncleared. The clear range for such outside areas of the main RAM 6203 is determined based on the lowest byte (i.e., "7B"H) of the top address ("F07B"H) of the RAM clear range when setting and registering the game area of the main RAM 6203.

以上のように、それぞれのクリア範囲を決定する場合、メインRAM6203の領域外エリアについては、対応する遊技用エリアのクリア範囲のうち、先頭アドレスの下位1バイトに基づいて決定しており、新たに、各条件を参照してどのクリア範囲か判断する処理を省略している。また、遊技用エリアのクリア範囲の先頭アドレスの下位1バイトが、各クリア範囲で異なるように意図的に設定されているため、当該下位1バイトによって、メインRAM6203の領域外エリアのクリア範囲を決定することができる。 As described above, when determining each clear range, for the outside areas of the main RAM 6203, it is determined based on the lowest byte of the first address of the clear range of the corresponding play area, eliminating the need to refer to each condition to determine which clear range it is. Also, since the lowest byte of the first address of the clear range of the play area is intentionally set to be different for each clear range, the clear range of the outside areas of the main RAM 6203 can be determined by that lowest byte.

上記のように、本願では、遊技用の領域(遊技用エリア)のクリア範囲に応じて、遊技用以外の領域(領域外エリア)のクリア範囲を設定することができ、この場合、遊技用の領域のクリア範囲は、遊技用の領域のクリア範囲を指定する情報であって、例えば、遊技用の領域のクリア範囲の先頭アドレスの下位1バイトである。 As described above, in this application, the clear range of the non-game area (outside area) can be set according to the clear range of the game area (game area). In this case, the clear range of the game area is information that specifies the clear range of the game area, and is, for example, the lowest byte of the top address of the clear range of the game area.

なお、図112で用いたアドレス値は例示のためのものであり、メインRAM6203における各エリアの配置やサイズ、各クリア範囲を様々に設定することができる。 Note that the address values used in FIG. 112 are for illustrative purposes only, and the layout, size, and clear range of each area in the main RAM 6203 can be set in various ways.

図112に示すような、遊技用エリアと領域外エリアのクリア処理は、遊技用エリアと領域外エリアに関するCRC値の照合結果に基づいて、パチンコ遊技機の起動時に同期して(概ね同タイミングで)行われる。すなわち、(後で詳細に説明するが)図119に示す指定範囲クリア処理において図120の領域外指定領域クリア処理が呼び出され、そこで、領域外エリアのクリア処理が行われ、その後すぐに、指定範囲クリア処理に戻り、遊技用エリアのクリア処理が行われる。 The clearing process of the play area and outside area as shown in FIG. 112 is performed synchronously (at roughly the same time) when the pachinko machine is started up, based on the result of comparing the CRC values for the play area and outside area. That is, (as will be explained in detail later) the outside area designated area clearing process in FIG. 120 is called in the designated area clearing process shown in FIG. 119, where the outside area clearing process is performed, and then immediately after that, the process returns to the designated area clearing process and the play area clearing process is performed.

<電断検知に係る外部割込み処理>
次に、本実施形態における、電断を検知した際の外部マスカブル割込み処理の概要について、図113を参照して説明する。
<External interrupt processing related to power interruption detection>
Next, an overview of the external maskable interrupt processing when a power interruption is detected in this embodiment will be described with reference to FIG.

メインCPU6201は、本発明の第3実施形態に係るパチンコ遊技機のパラレル入力ポートを経由して、外部端子(XINT端子)からの割込み要求信号を受信すると、この外部端子に対応付けられた設定領域のエントリアドレスを開始アドレスとするプログラムを開始する。このプログラムは、後述する図131の外部マスカブル割込み処理である。また、この設定領域には、割込み処理の優先順位を示すデータが含まれる。例えば、設定領域の上位ビット側にエントリアドレスが記憶され、下位ビット側に優先順位を示すデータが記憶され、エントリアドレスと優先順位を示すデータとの間には、少なくとも1ビットの「0」が配置される。 When the main CPU 6201 receives an interrupt request signal from an external terminal (XINT terminal) via the parallel input port of the pachinko gaming machine according to the third embodiment of the present invention, it starts a program whose start address is the entry address of the setting area associated with this external terminal. This program is the external maskable interrupt processing of FIG. 131, which will be described later. This setting area also contains data indicating the priority of the interrupt processing. For example, the entry address is stored on the upper bit side of the setting area, and data indicating the priority is stored on the lower bit side, with at least one "0" bit being placed between the entry address and the data indicating the priority.

また、本実施形態では、パチンコ遊技機のタイマカウンタ(例えば、タイマカウンタPTC2)からタイマ割込みの信号を受信すると、このタイマカウンタに対応付けられた設定領域のエントリアドレスを開始アドレスとするプログラムを開始する。このプログラムは、後述する図132のシステムタイマ割込み処理である。また、この設定領域には、割込み処理の優先順位を示すデータが含まれる。例えば、設定領域の上位ビット側にエントリアドレスが記憶され、下位ビット側に優先順位を示すデータが記憶され、エントリアドレスと優先順位を示すデータとの間には、少なくとも1ビットの「0」が配置される。 In addition, in this embodiment, when a timer interrupt signal is received from the timer counter of the pachinko game machine (e.g., timer counter PTC2), a program is started whose start address is the entry address of the setting area associated with this timer counter. This program is the system timer interrupt process of FIG. 132, which will be described later. This setting area also contains data indicating the priority of the interrupt process. For example, the entry address is stored on the upper bit side of the setting area, and data indicating the priority is stored on the lower bit side, with at least one "0" bit being placed between the entry address and the data indicating the priority.

このように、外部端子(XINT端子)からの外部割込みや、タイマカウンタからのタイマ割込みといった割込み要因ごとに、上述した設定領域が設けられ、その対応する設定領域に記憶されたデータによって、割込みに応じて実行される処理プログラムのエントリアドレス、及び割込みの優先順位が規定される。 In this way, the above-mentioned setting area is provided for each interrupt cause, such as an external interrupt from an external terminal (XINT terminal) or a timer interrupt from a timer counter, and the entry address of the processing program executed in response to the interrupt and the priority of the interrupt are determined by the data stored in the corresponding setting area.

上述した外部マスカブル割込み処理が開始されると、メインCPU6201は、入力ポートの所定のアドレスをチェックして、電断信号を受信したか否かを判定する。この処理は、割込み要因が電断であるか否かを判定する処理であり、電断信号を受信した場合、図113(A)に示すような割込み要因マスクで割込みマスクレジスタを更新し、所定の割込み要因をマスクする。 When the above-mentioned external maskable interrupt processing is started, the main CPU 6201 checks a specific address of the input port to determine whether or not a power interruption signal has been received. This processing is to determine whether or not the interrupt cause is a power interruption, and if a power interruption signal is received, the interrupt mask register is updated with an interrupt cause mask as shown in FIG. 113(A) to mask the specific interrupt cause.

ここで、割込みマスクレジスタには、図113(A)に示す割込み要因マスクにより、電源投入後の初期設定において、例えば、タイマカウンタを割込みの要因とする割込み(タイマカウンタ割込み)と、電断を割込みの要因とする割込み(電断割込み)とを受け付けるように、対応するビット(例えば、ビット0~7において、ビット位置2とビット位置3)に「0」がセットされている。そして、上記の外部マスカブル割込み処理では、電断が生じた時点で、割込みマスクレジスタに対し、ビット位置2とビット位置3に、それぞれ「1」をセットする。 Here, in the interrupt mask register, the corresponding bits (for example, bit positions 2 and 3 of bits 0 to 7) are set to "0" in the initial setting after power is turned on, using the interrupt cause mask shown in FIG. 113(A) to accept, for example, an interrupt caused by a timer counter (timer counter interrupt) and an interrupt caused by a power outage (power outage interrupt). Then, in the above external maskable interrupt processing, when a power outage occurs, bit positions 2 and 3 of the interrupt mask register are set to "1".

このように、割込みマスクレジスタのビット位置2と、ビット位置3に、それぞれ「1」をセットすると、これ以降、メインCPU6201は、タイマカウンタ割込みと電断割込みを受け付けないように制御される(すなわち、図131の外部マスカブル割込み処理と、図132のシステムタイマ割込み処理が新たに開始されないように制御される)。 In this way, when bit position 2 and bit position 3 of the interrupt mask register are set to "1", the main CPU 6201 is controlled not to accept timer counter interrupts and power interruption interrupts thereafter (i.e., the external maskable interrupt processing in FIG. 131 and the system timer interrupt processing in FIG. 132 are controlled not to be newly started).

次に、外部マスカブル割込み処理では、XINT検知フラグをセットし、電断が発生しているというステータスをセットする。その後、後述する主制御メイン処理で呼び出される電断判定処理(図115のステップS6015、図124)において、このXINT検知フラグの内容を参照して、電断が発生しているか否かを判定し、電断が発生していれば、電断設定処理を実行する。 Next, in the external maskable interrupt process, the XINT detection flag is set, and a status indicating that a power interruption has occurred is set. After that, in the power interruption determination process (step S6015 in FIG. 115, FIG. 124) called by the main control main process described below, the contents of this XINT detection flag are referenced to determine whether or not a power interruption has occurred, and if a power interruption has occurred, the power interruption setting process is executed.

図113(B)には、主制御回路6200がプログラムを実行するのに必要な情報を格納するプログラム管理エリアに記憶される割込み初期設定データが示されている。このデータには、割込み優先順の設定値が記憶されている。 Figure 113 (B) shows the interrupt initial setting data stored in the program management area, which stores information necessary for the main control circuit 6200 to execute a program. This data stores the setting value for the interrupt priority order.

図113(C)には、設定値が「01」の場合の、割込要因ごとの優先順位が示されている。図113(B)に示したように、割込み優先順位の設定値がビット「01」である場合、タイマカウンタ割込(タイマカウンタPTC2の割込み)のほうが、電断割込(XINT端子からの信号による割込み)より割込の優先順位が高くなるように設定される。なお、この優先順位は、設定値を変えれば、それに応じて変更されるようになっている。また、本実施形態では、この優先順位の設定内容をプログラムで規定する必要はない。 Figure 113 (C) shows the priority order for each interrupt cause when the setting value is "01". As shown in Figure 113 (B), when the setting value for the interrupt priority order is bit "01", the timer counter interrupt (interrupt from timer counter PTC2) is set to have a higher priority order than the power interrupt (interrupt due to a signal from the XINT terminal). Note that this priority order is changed if the setting value is changed. Also, in this embodiment, it is not necessary to specify the priority order in the program.

また、図113(A)の割込みマスクレジスタは、各ビットがそれぞれ割込み要因に対応付けられるが、ここでは、ビット位置0からビット位置5に向かって、図113(C)に示す割込み要因が、優先順いの高い順に対応付けられている。すなわち、割込みマスクレジスタのビット位置0には、タイマカウンタPTC0の割込みが対応付けられ、ビット位置1には、タイマカウンタPTC1の割込みが対応付けられ、ビット位置2には、タイマカウンタPTC2の割込みが対応付けられ、ビット位置3には、外部端子(XINT端子)からの外部割込みが対応付けられ、ビット位置4には、非同期シリアル送受信0による割込みが対応付けられ、ビット位置5には、非同期シリアル送受信1による割込みが対応付けられる。なお、ビット位置7とビット位置6は未使用である。 In the interrupt mask register in FIG. 113(A), each bit is associated with an interrupt cause, but here, the interrupt causes shown in FIG. 113(C) are associated in descending order of priority from bit position 0 to bit position 5. That is, bit position 0 of the interrupt mask register is associated with an interrupt from timer counter PTC0, bit position 1 is associated with an interrupt from timer counter PTC1, bit position 2 is associated with an interrupt from timer counter PTC2, bit position 3 is associated with an external interrupt from an external terminal (XINT terminal), bit position 4 is associated with an interrupt due to asynchronous serial transmission/reception 0, and bit position 5 is associated with an interrupt due to asynchronous serial transmission/reception 1. Bit positions 7 and 6 are unused.

上記のように、本実施形態では、タイマカウンタ割込みと電断割込みの発生を前提としているが、上記のように、少なくとも、複数のタイマカウンタによる割込み、複数の非同期シリアル送受信による割込み、及びXINT端子から入力する外部からの割込みに関する要因に対応することができる。 As described above, this embodiment is premised on the occurrence of timer counter interrupts and power interrupts, but as described above, it can handle at least interrupts caused by multiple timer counters, multiple interrupts caused by asynchronous serial transmission/reception, and external interrupts input from the XINT terminal.

このような、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、当該他の割込みを想定した処理のために分岐命令を記載しなくて済み、結果的に、プログラムの構成が簡潔になるとともに、サイズを小さくすることができる。 This configuration, which uses an interrupt cause mask, can limit the occurrence of other interrupts after a power outage occurs, eliminating the need to write branch instructions to process those other interrupts. As a result, the program structure is simplified and the size is reduced.

また、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、電断の検知後、早急に電断に係る処理を実行することができ、また、当該他の割込みによる処理との実行タイミングや処理順を考慮する必要がなくなる。 In addition, by using an interrupt cause mask, it is possible to limit the occurrence of other interrupts after a power outage occurs, so that processing related to the power outage can be executed immediately after the power outage is detected, and there is no need to consider the execution timing or processing order of processing caused by the other interrupts.

このように、割込みマスクレジスタに「1」をセットするビット位置によって、割込み要因ごとに発生の検知を行うか否かを調整することができるため、例えば、電断の検知により外部マスカブル割込み処理が実行された後に、特定の割込み要因に係る割込み処理については、その処理を許容するように制御することも可能である。 In this way, depending on the bit position where "1" is set in the interrupt mask register, it is possible to adjust whether or not to detect the occurrence of each interrupt cause. For example, after an external maskable interrupt process is executed due to the detection of a power outage, it is possible to control the interrupt process related to a specific interrupt cause to be allowed.

[主制御メイン処理]
次に、図114~図116を参照して、メインCPU6201の制御によるメイン処理(主制御メイン処理)について説明する。なお、図114~図116は、主制御メイン処理の手順を示すフローチャートである。
[Main control main processing]
Next, the main processing (main control main processing) under the control of the main CPU 6201 will be described with reference to Figures 114 to 116. Figures 114 to 116 are flow charts showing the procedure of the main control main processing.

まず、メインCPU6201は、バンク0の処理を開始し、電断信号ビットが「0」であるか否かを判定する(ステップS6001)。ステップS6001において、メインCPU6201が、電断信号ビットが「0」であると判定した場合(ステップS6001がYES判定の場合)、メインCPU6201は、電断を検知中であるとして、ステップS6001の判定処理を繰り返す。 First, the main CPU 6201 starts processing bank 0 and determines whether the power interruption signal bit is "0" (step S6001). In step S6001, if the main CPU 6201 determines that the power interruption signal bit is "0" (if step S6001 returns a YES judgment), the main CPU 6201 determines that a power interruption is being detected and repeats the judgment process of step S6001.

ステップS6001において、メインCPU6201が、電断信号ビットが「0」でないと判定した場合(ステップS6001がNO判定の場合)、メインCPU6201は、電断検知中でないとして、ステップS6002に進む。 In step S6001, if the main CPU 6201 determines that the power interruption signal bit is not "0" (if step S6001 returns a NO judgment), the main CPU 6201 determines that a power interruption is not being detected and proceeds to step S6002.

次に、メインCPU6201は、ステップS6002において、遊技用エリアに係る(バンク0の)スタックポインタの設定処理を行う。ここでは、例えば、スタックポインタSPに、図110(C)に示したスタックエリア(遊技用エリア)の最終アドレス+1をセットする。そして、以降の処理中、バンク0でスタックが用いられる場合は、スタックポインタSPから1を減じた後、そのアドレスにレジスタの値等を格納し、以降同様に、スタックエリア(遊技用エリア)をアドレス値の大きいエリアから小さいエリアに順に使用していく。 Next, in step S6002, the main CPU 6201 performs a process of setting a stack pointer (for bank 0) for the game area. Here, for example, the stack pointer SP is set to the final address of the stack area (game area) shown in FIG. 110(C) + 1. Then, during subsequent processing, if a stack is used in bank 0, 1 is subtracted from the stack pointer SP, and register values, etc. are stored at that address, and thereafter, the stack areas (game areas) are used in the same manner, from the area with the largest address value to the area with the smallest address value.

次に、ステップS6003において、内蔵レジスタの初期設定を行う。ここでは、例えば、内蔵レジスタ初期設定データテーブルを参照して、内蔵レジスタの初期設定を行う。また、Qレジスタに、バンク0において利用されるメインRAM6203の作業領域(遊技用エリア)の先頭アドレス(上位側)「F0」Hがセットされる。 Next, in step S6003, the built-in registers are initialized. Here, for example, the built-in register initial setting data table is referenced to initialize the built-in registers. Also, the top address (upper side) "F0"H of the working area (game area) of the main RAM 6203 used in bank 0 is set in the Q register.

その後、ステップS6004において、(例えば、Eレジスタに)起動時のRAMクリアスイッチ6176の状態情報と、設定キー差込口6174に差し込まれる設定キー6174aの状態情報を格納し、それらの状態を、後の起動状態チェック処理で確認できるようにしている。 Then, in step S6004, the status information of the RAM clear switch 6176 at startup and the status information of the setting key 6174a inserted into the setting key socket 6174 are stored (for example, in the E register) so that these states can be checked in a later startup status check process.

次いで、メインCPU6201は、ウェイト処理を行う(ステップS6005)。この処理では、メインCPU6201は、副制御回路6300側の起動待ち処理を行う。起動待ち時間(ウェイト期間)はおよそ12000msecである。また、この起動待ち時間において、メインCPU6201は、割込み要求信号(XINT)の発生チェック処理、割込み要求信号発生時のWDTの出力処理、所定のタイミングでの磁気センサ初期化信号の出力処理を行う。この処理は、タイムアウトレジスタを用いて行われる。また、割込み禁止中も、例えば、タイマカウンタPTC2のタイマカウントの更新を行うように制御し、PTC2のタイムアウトが発生したか否かを、PTC2タイムアウトフラグレジスタを用いて1命令で判定し、処理を分岐させることで、擬似的に、タイマ割込みが行われたか否かに応じて処理が分岐するような制御を行うことも可能である。 Next, the main CPU 6201 performs wait processing (step S6005). In this processing, the main CPU 6201 performs startup waiting processing on the sub-control circuit 6300 side. The startup waiting time (wait period) is approximately 12000 msec. During this startup waiting time, the main CPU 6201 checks whether an interrupt request signal (XINT) has occurred, outputs a WDT when an interrupt request signal has occurred, and outputs a magnetic sensor initialization signal at a predetermined timing. This processing is performed using a timeout register. Even during interrupt inhibition, for example, it is possible to control the timer counter PTC2 to update its timer count, and to determine whether a PTC2 timeout has occurred with one instruction using the PTC2 timeout flag register, thereby branching the processing, so that the processing branches in a pseudo manner depending on whether a timer interrupt has occurred.

次いで、メインCPU6201は、RAMアクセス設定を行う(ステップS6006)。この処理で、メインCPU6201は、メインRAM6203へのアクセス許可コマンドを、対応するレジスタに送信する。 Next, the main CPU 6201 performs RAM access settings (step S6006). In this process, the main CPU 6201 sends an access permission command to the main RAM 6203 to the corresponding register.

次に、メインCPU6201は、指定領域CRC検査処理を行う(ステップS6007)。この処理は、領域外エリア処理呼出命令でコールされることにより、バンク1に係る処理(領域外エリアの処理)を行う。メインCPU6201はそこで、メインRAM6203の遊技用エリアと領域外エリアに関するCRC検査を行い、その処理が終了すると、遊技用エリア処理復帰命令でリターンすることにより、以降の処理が、バンク0に係る処理(遊技用エリアの処理)を行うことになる。なお、この処理については、後で詳細に説明する。 Next, the main CPU 6201 performs a designated area CRC inspection process (step S6007). This process is called by an outside area processing call command, and performs processing related to bank 1 (outside area processing). The main CPU 6201 then performs a CRC inspection of the game area and outside area of the main RAM 6203, and when this processing is complete, it returns by a game area processing return command, and the subsequent processing will perform processing related to bank 0 (game area processing). This process will be explained in detail later.

なお、CRC検査は、例えば、指定された領域のデータについて、予め定めておいた特定の値で割り、その余りを、異常があるか否かのチェック用の値として使用するものである。異なる時点でこのチェック用の値を算出し、それらが一致しない場合、当該指定された領域のデータに関して、変動があった(データの位置や値に異常があった)と判断することができる。 Note that a CRC check involves, for example, dividing the data in a specified area by a specific, predetermined value, and using the remainder as a value to check whether or not there is an abnormality. If this check value is calculated at different points in time and the values do not match, it can be determined that there has been a change in the data in the specified area (that there is an abnormality in the data's position or value).

次に、ステップS6008において、メインCPU6201は、起動状態チェック処理を行う。この処理では、メインCPU6201は、CRCチェック結果と電源投入時の所定キーの操作等に基づいて、メインRAM6203のクリア範囲を決定する。なお、この処理については、後で詳細に説明する。 Next, in step S6008, the main CPU 6201 performs a startup status check process. In this process, the main CPU 6201 determines the range of the main RAM 6203 to be cleared based on the CRC check result and the operation of a specific key when the power is turned on. This process will be described in detail later.

次に、ステップS6009において、メインCPU6201は、指定範囲クリア処理を行う。この処理では、メインCPU6201は、メインRAM6203の遊技用エリア、及び領域外エリアについて、指定範囲のクリアを行う。なお、この処理については、後で詳細に説明する。 Next, in step S6009, the main CPU 6201 performs a designated area clear process. In this process, the main CPU 6201 clears the designated area for the game area and the outside area of the main RAM 6203. This process will be described in detail later.

次に、ステップS6010において、メインCPU6201は、(例えば、HLレジスタに)メインRAM6203の領域外エリアに記憶されている電源投入時初期化用データテーブルのアドレスをセットし、このHLレジスタを参照して、電源投入時初期化用のデータを作業領域に格納する。 Next, in step S6010, the main CPU 6201 sets (for example, in the HL register) the address of a data table for power-on initialization stored in an area outside the main RAM 6203, and references this HL register to store the data for power-on initialization in the working area.

次いで、ステップS6011において、メインCPU6201は、ステップS6010でセットされた電源投入時初期化用データテーブルのアドレスを用いて、格納対象領域に電源投入時初期化用データテーブルのデータをセットする。また、この処理では、開始時点で割込み禁止の設定がされ、終了時点で、当該処理の開始時点における割込み禁止/許可状態が復元される。なお、この処理については、後で詳細に説明する。 Next, in step S6011, the main CPU 6201 sets the data of the power-on initialization data table in the storage target area using the address of the power-on initialization data table set in step S6010. Also, in this process, interrupts are disabled at the start, and the interrupt disabled/enabled state at the start of the process is restored at the end. This process will be described in detail later.

次いで、ステップS6012において、メインCPU6201は、設定変更確認処理を行う。この処理では、メインCPU6201は、設定キー6174aが設定キー差込口6174に差し込まれて「オン」の状態となっている場合に、設定更新や設定変更の処理を行うように制御する。なお、この処理については、後で詳細に説明する。 Next, in step S6012, the main CPU 6201 performs a setting change confirmation process. In this process, the main CPU 6201 controls the process to update or change the settings when the setting key 6174a is inserted into the setting key slot 6174 and is in the "on" state. This process will be described in detail later.

次に、ステップS6013において、メインCPU6201は、遊技復帰処理を行う。この処理では、メインCPU6201は、遊技機の電源投入(起動時)の際に、RAMクリアスイッチ6176が「オン」であるか否かを判定し、「オン」でなければ、電断復帰時であると判断して、遊技の復帰を行うために、電断復帰時の初期設定処理を行い、「オン」であれば、RAMクリア(バックアップクリア)が指定されたと判断して、遊技の復帰を行うために、バックアップクリア時の初期設定処理を行う。 Next, in step S6013, the main CPU 6201 performs a game resumption process. In this process, when the power supply of the gaming machine is turned on (startup), the main CPU 6201 determines whether the RAM clear switch 6176 is "on" or not. If it is not "on", it determines that the power supply has been restored and performs initial setting processing for power supply restoration in order to resume play. If it is "on", it determines that RAM clear (backup clear) has been specified and performs initial setting processing for backup clear in order to resume play.

次に、ステップS6014において、メインCPU6201は、割込み禁止処理を行う。この処理によって、マスカブル割込みが禁止される。またここで、上述したように、割込み許可レジスタ1の値と割込み許可レジスタ2の値が共に「0」にセットされる。 Next, in step S6014, the main CPU 6201 performs interrupt disable processing. This process disables maskable interrupts. Also, as described above, the values of interrupt enable register 1 and interrupt enable register 2 are both set to "0".

この処理では、メインCPU6201は、割込み禁止命令を実行し、その結果、割込み許可レジスタ1の値は「0」となり、割込み許可レジスタ2の値も「0」となる。このように、割込み禁止命令が実行されると(割込み許可レジスタ1の値が「0」の間)、マスカブル割込みは禁止される。 In this process, the main CPU 6201 executes an interrupt disable command, and as a result, the value of interrupt enable register 1 becomes "0", and the value of interrupt enable register 2 also becomes "0". In this way, when the interrupt disable command is executed (while the value of interrupt enable register 1 is "0"), maskable interrupts are disabled.

次に、ステップS6015において、メインCPU6201は、電断判定処理を行う。この処理では、メインCPU6201は、電断が検知されたか否か(すなわち、XINTが検知されたか否か)を判定し、電断が検知された場合は、電断設定処理を行う。なお、この処理については、後で詳細に説明する。 Next, in step S6015, the main CPU 6201 performs a power interruption determination process. In this process, the main CPU 6201 determines whether a power interruption has been detected (i.e., whether XINT has been detected), and if a power interruption has been detected, performs a power interruption setting process. This process will be described in detail later.

次に、ステップS6016において、メインCPU6201は、初期乱数値更新処理を行う。この処理では、メインCPU6201は、特別図柄判定用初期値乱数の更新処理を行う。 Next, in step S6016, the main CPU 6201 performs an initial random number value update process. In this process, the main CPU 6201 performs an update process of the initial random number value for determining the special symbol.

この後、ステップS6017において、メインCPU6201は、性能表示モニタ集計除算処理を行う。この処理は、領域外エリア処理呼出命令でコールされることにより、バンク1に係る処理(領域外エリアの処理)となる。メインCPU6201は、各種ベース値を算出・更新し、各処理は、メインRAM6203作業領域(領域外エリア)を使用して行われる。なお、この処理については、後で詳細に説明する。 After this, in step S6017, the main CPU 6201 performs a performance display monitor tally division process. This process is called by an outside area process call command, and becomes a process related to bank 1 (outside area process). The main CPU 6201 calculates and updates various base values, and each process is performed using the main RAM 6203 working area (outside area). This process will be explained in detail later.

次に、ステップS6018において、メインCPU6201は、割込み許可処理を行う。この処理によって、マスカブル割込みが許可される。またここで、上述したように、割込み許可レジスタ1の値と割込み許可レジスタ2の値が共に「1」にセットされる。 Next, in step S6018, the main CPU 6201 performs interrupt permission processing. This processing allows maskable interrupts. Also, as described above, the values of interrupt permission register 1 and interrupt permission register 2 are both set to "1".

次に、ステップS6019において、メインCPU6201は、システム周期時間(6msec:割込み周期(2mses)の3倍)が経過したか否かを判定する。具体的には、メインCPU6201は、メインRAM6203の作業領域(遊技用エリア)の割込みカウンタ領域に格納された値(現在の割込みカウンタの計数値)から3減算した値が「0」であるか否かを判定する。なお、割込みカウンタの値は、システムタイマ割込み処理毎に1加算され(図133のステップS6402参照)、システム周期時間経過時には「3」となる。それゆえ、割込みカウンタの値から3減算した値が「0」である場合には、ステップS6019の判定は「YES」となり、割込みカウンタの値から3減算した値が「0」でない場合、ステップS6019の判定は「NO」となる。 Next, in step S6019, the main CPU 6201 determines whether the system cycle time (6 msec: 3 times the interrupt cycle (2 msec)) has elapsed. Specifically, the main CPU 6201 determines whether the value (current interrupt counter count value) stored in the interrupt counter area of the working area (game area) of the main RAM 6203 minus 3 is "0". The interrupt counter value is incremented by 1 for each system timer interrupt process (see step S6402 in FIG. 133), and becomes "3" when the system cycle time has elapsed. Therefore, if the value obtained by subtracting 3 from the interrupt counter value is "0", the determination in step S6019 is "YES", and if the value obtained by subtracting 3 from the interrupt counter value is not "0", the determination in step S6019 is "NO".

ステップS6019において、メインCPU6201が、システム周期時間が経過していないと判定した場合(ステップS6019がNO判定の場合)、メインCPU6201は、処理をステップS6014の処理に戻し、ステップS6014以降の処理を行う。 If the main CPU 6201 determines in step S6019 that the system cycle time has not elapsed (if step S6019 is a NO determination), the main CPU 6201 returns the process to step S6014 and performs the processes from step S6014 onward.

一方、ステップS6019において、メインCPU6201が、システム周期時間が経過したと判定した場合(ステップS6019がYES判定の場合)、メインCPU6201は、ステップS6020において、タイマカウンタ更新処理を行う。この処理は、割込みカウンタ領域に格納された値(割込みカウンタの値)から1減算する処理を3回行うものである。この処理により、主制御メイン処理内の割込み禁止区間を管理する割込みカウンタの値がリセットされる(「0」になる)。 On the other hand, if the main CPU 6201 determines in step S6019 that the system cycle time has elapsed (if step S6019 returns a YES judgment), the main CPU 6201 performs a timer counter update process in step S6020. This process subtracts 1 from the value stored in the interrupt counter area (interrupt counter value) three times. This process resets the value of the interrupt counter that manages the interrupt prohibited section in the main control main process (to "0").

上述のように、本実施形態では、主制御メイン処理内において、後述する遊技制御に関する各種処理の実行前に、6msecの割込み禁止区間(ステップS6014~ステップS6018の処理区間)が設けられる。それゆえ、本実施形態では、後述する遊技制御に関する各種処理は、6msec毎(システム周期毎)に実行されることになる。なお、本実施形態では、割込み禁止区間を割込み周期の3倍とする例を説明したが、本発明はこれに限定されず、例えば、割込み禁止区間を割込み周期の2倍以上で且つ3倍以外の値にしてもよい。 As described above, in this embodiment, within the main control process, a 6 msec interrupt inhibition period (the processing period from step S6014 to step S6018) is provided before the execution of various processes related to game control, which will be described later. Therefore, in this embodiment, various processes related to game control, which will be described later, are executed every 6 msec (every system cycle). Note that, although an example in which the interrupt inhibition period is three times the interrupt cycle has been described in this embodiment, the present invention is not limited to this, and for example, the interrupt inhibition period may be set to a value that is more than twice the interrupt cycle but is other than three times the interrupt cycle.

次いで、メインCPU6201は、主制御コマンド送受信処理を行う(ステップS6021)。この処理では、メインCPU6201は、主に、払出制御のコマンド送受信処理を行う。なお、この処理については、後で詳細に説明する。 Next, the main CPU 6201 performs main control command transmission/reception processing (step S6021). In this processing, the main CPU 6201 mainly performs payout control command transmission/reception processing. This processing will be described in detail later.

次いで、メインCPU6201は、特別図柄制御処理を行う(ステップS6022)。この処理では、メインCPU6201は、特別図柄ゲームの制御処理を行う。なお、特別図柄制御処理については、図26等を参照して説明した処理と同様のものである。 Next, the main CPU 6201 performs special symbol control processing (step S6022). In this processing, the main CPU 6201 performs control processing of the special symbol game. Note that the special symbol control processing is similar to the processing described with reference to FIG. 26 etc.

次いで、メインCPU6201は、普通図柄制御処理を行う(ステップS6023)。この処理では、メインCPU6201は、普通図柄ゲームの制御処理を行う。なお、普通図柄制御処理については、図43等を参照して説明した処理と同様のものである。 Next, the main CPU 6201 performs normal symbol control processing (step S6023). In this processing, the main CPU 6201 performs control processing of the normal symbol game. Note that the normal symbol control processing is similar to the processing described with reference to FIG. 43, etc.

次いで、メインCPU6201は、遊技動作表示ユニット制御処理を行う(ステップS6024)。この処理では、メインCPU6201は、第1特別図柄表示LED、第2特別図柄表示LED、普通図柄表示LED、保留表示LED等に出力する表示データの設定処理を行う。 Next, the main CPU 6201 performs a game action display unit control process (step S6024). In this process, the main CPU 6201 performs a process of setting the display data to be output to the first special symbol display LED, the second special symbol display LED, the normal symbol display LED, the hold display LED, etc.

次いで、メインCPU6201は、遊技情報データ生成処理を行う(ステップS6025)。この処理では、メインCPU6201は、外部端子板パルス信号の制御処理、出力データの設定処理等を行う。その後、ステップS6026において、メインCPU6201は、試射試験信号の生成処理を行う。なお、試射試験信号の生成処理は、メインRAM6203の作業領域(領域外エリア)を使用して行われる。 Next, the main CPU 6201 performs a game information data generation process (step S6025). In this process, the main CPU 6201 performs control processing of the external terminal board pulse signal, setting processing of output data, etc. After that, in step S6026, the main CPU 6201 performs a test firing signal generation process. Note that the test firing signal generation process is performed using the working area (outside area area) of the main RAM 6203.

次いで、メインCPU6201は、ポート出力処理を行う(ステップS6027)。この処理では、メインCPU6201は、出力ポートへの出力データのセット(転送)処理、WDTの出力処理を行う。 Next, the main CPU 6201 performs port output processing (step S6027). In this processing, the main CPU 6201 sets (transfers) the output data to the output port and outputs the WDT.

次いで、メインCPU6201は、状態監視処理を行う(ステップS6028)。この処理では、メインCPU6201は、発射位置判定処理(発射位置に変化があれば、発射位置コマンドの送信予約処理を行う)、遊技異常検知判定処理(異常があれば、遊技異常検知コマンドの送信予約処理を行う)、払出異常検知判定処理(異常があれば、払出異常検知コマンドの送信予約処理を行う)を行う。 Next, the main CPU 6201 performs a status monitoring process (step S6028). In this process, the main CPU 6201 performs a launch position determination process (if there is a change in the launch position, it performs a process for reserving the transmission of a launch position command), a game abnormality detection determination process (if there is an abnormality, it performs a process for reserving the transmission of a game abnormality detection command), and a payout abnormality detection determination process (if there is an abnormality, it performs a process for reserving the transmission of a payout abnormality detection command).

そして、ステップS6028の処理後、メインCPU6201は、処理をステップS6014の処理に戻し、ステップS6014以降の処理を行う。 Then, after processing step S6028, the main CPU 6201 returns the process to step S6014 and performs processing from step S6014 onwards.

上述のように、本実施形態の主制御メイン処理では、起動後、ウェイト処理(ステップS6005)の実行前に、RAMクリアスイッチ6176の状態情報、及び、設定キー6174aの状態情報の退避する(ステップS6004)。このような処理を設けた場合、例えばウェイト期間中に設定キー差込口6174に対し設定キー6174aの操作が行われても(オン/オフされても)、電源投入時におけるこれらの状態情報を確保しておくことができるので、本実施形態では、起動時のRAMクリアスイッチ6176の操作状況、及び設定キー6174aの操作状況を、より確実に把握して、遊技機に対する操作を正確に識別することができる。 As described above, in the main control main process of this embodiment, after startup, and before executing the wait process (step S6005), the status information of the RAM clear switch 6176 and the status information of the setting key 6174a are saved (step S6004). When such a process is provided, even if the setting key 6174a is operated (turned on/off) in the setting key slot 6174 during the wait period, this status information can be secured at the time of power-on. Therefore, in this embodiment, the operation status of the RAM clear switch 6176 and the operation status of the setting key 6174a at startup can be grasped more reliably, and the operation on the gaming machine can be accurately identified.

また、上述のように、本実施形態では、主制御メイン処理内において、遊技制御に関する各種処理(ステップS6020以降の処理)の実行前に、6msecの割込み禁止区間(ステップS6014~ステップS6018の処理区間)を設け、割込み禁止区間内で電断処理(ステップS6015)、初期値乱数更新処理(ステップS6016)、性能表示モニタ集計除算処理(ステップS6017)等が行われる。すなわち、本実施形態では、遊技の出玉性能等に影響を与える値や遊技全体を通じて集計される値の管理処理を割込み禁止区間で行う。それゆえ、このような割込み禁止区間を設けることにより、遊技の管理が簡便になり、主制御回路6200で行われる処理をより効率よく実行することができ、主制御回路6200の処理負荷を軽減することができる。 As described above, in this embodiment, a 6 msec interruption prohibited section (processing section from step S6014 to step S6018) is provided in the main control main processing before various processes related to game control (processing from step S6020 onwards), and power cut processing (step S6015), initial value random number update processing (step S6016), performance display monitor tally division processing (step S6017), etc. are performed in the interruption prohibited section. In other words, in this embodiment, management processing of values that affect the ball output performance of the game and values that are tally throughout the game is performed in the interruption prohibited section. Therefore, by providing such an interruption prohibited section, game management is simplified, the processing performed by the main control circuit 6200 can be executed more efficiently, and the processing load on the main control circuit 6200 can be reduced.

[指定領域CRC検査処理]
次に、図117を参照して、メインCPU6201の制御によるメイン処理(主制御メイン処理)で呼び出される指定領域CRC検査処理(図114のステップS6007)について説明する。なお、図117は、指定領域CRC検査処理の手順を示すフローチャートである。
[Designated Area CRC Check Processing]
Next, with reference to Fig. 117, a description will be given of the designated area CRC check processing (step S6007 in Fig. 114) called in the main processing (main control main processing) under the control of the main CPU 6201. Fig. 117 is a flowchart showing the procedure of the designated area CRC check processing.

指定領域CRC検査処理は、上述したように、領域外エリア処理呼出命令により呼び出されるため、バンク1に係る処理となっており、この処理を実行するためのプログラムは、メインROM6202の領域外エリアに記憶されているプログラムであって、メインRAM6203のの領域外エリアである、作業領域(領域外エリア)、及びスタックエリア(領域外エリア)を利用する。ただし、この処理では、CRC算出のために、メインRAM6203のの遊技用エリアも参照する。 As described above, the designated area CRC inspection process is called by the outside area process call command, and is therefore a process related to bank 1, and the program for executing this process is a program stored in the outside area of main ROM 6202, and uses the working area (outside area) and stack area (outside area), which are outside areas of main RAM 6203. However, this process also references the game area of main RAM 6203 to calculate the CRC.

まず、メインCPU6201は、ステップS6041において、領域外エリアに係る(バンク1の)スタックポインタの設定処理を行う。ここでは、例えば、スタックポインタSPに、図110(C)に示したスタックエリア(領域外エリア)の最終アドレス+1をセットする。そして、以降の処理中、バンク1でスタックが用いられる場合は、スタックポインタSPから1を減じた後、そのアドレスにレジスタの値等を格納し、以降同様に、スタックエリア(領域外エリア)をアドレス値の大きいエリアから小さいエリアに順に使用する。 First, in step S6041, the main CPU 6201 performs a process of setting a stack pointer (for bank 1) for the outside area. Here, for example, the stack pointer SP is set to the final address of the stack area (outside area) shown in FIG. 110(C) + 1. Then, during subsequent processing, if a stack is used in bank 1, 1 is subtracted from the stack pointer SP, and register values, etc. are stored at that address, and thereafter, the stack areas (outside area) are used in the order from the largest address value to the smallest address value in the same manner.

本実施形態では、遊技機が起動すると、最初に、図114ないし図116に示した主制御メイン処理が開始され、最初に遊技用エリアに係るスタックポインタの設定処理が行われる一方(ステップS6002)、領域外エリアに関しても、領域外エリアに係る処理として、遊技機の起動後初めて実行された指定領域CRC検査処理において、領域外エリアに係るスタックポインタ設定処理が行われる。このように、遊技用エリアのスタックポインタは、遊技用エリアの処理の際に行い、領域外エリアのスタックポインタは、領域外エリアの処理の際に行うように切り分けることで、コーディングのミス等を防止することができる。 In this embodiment, when the gaming machine is started, the main control main processing shown in Figures 114 to 116 is started first, and the stack pointer setting process for the gaming area is performed first (step S6002), while the stack pointer setting process for the outside area is also performed in the designated area CRC inspection process executed for the first time after the gaming machine is started, as a process for the outside area. In this way, by separating the stack pointer for the gaming area from the stack pointer for the outside area, which is performed when the gaming area is processed, coding errors and the like can be prevented.

次に、メインCPU6201は、ステップS6042において、指定領域CRC演算処理を行う。この処理は、メインRAM6203の遊技用エリア(作業領域(遊技用エリア)、及びスタックエリア(遊技用エリア))、及び領域外エリア(作業領域(領域外エリア)、及びスタックエリア(領域外エリア))のデータについてCRC演算を行うものである。 Next, in step S6042, the main CPU 6201 performs a designated area CRC calculation process. This process performs a CRC calculation on the data in the play area (work area (play area) and stack area (play area)) and outside area (work area (outside area) and stack area (outside area)) of the main RAM 6203.

次に、メインCPU6201は、ステップS6043において、電断時の指定領域に関するCRC演算結果を取得する。この処理は、記憶されている電断時のCRC演算結果をメインRAM6203から読み取るものである。電断時のCRC演算結果は、電断が検知されたときに指定領域のデータについてしたCRC演算の結果であり、例えば、CRC演算の後で、メインRAM6203の作業領域(領域外エリア)に格納される。電断時にCRC演算を行う処理については、後で詳細に説明する。 Next, in step S6043, the main CPU 6201 obtains the CRC calculation result for the designated area at the time of power interruption. This process involves reading from the main RAM 6203 the stored CRC calculation result at the time of power interruption. The CRC calculation result at the time of power interruption is the result of the CRC calculation performed on the data in the designated area when the power interruption is detected, and is stored, for example, in the working area (outside area) of the main RAM 6203 after the CRC calculation. The process of performing the CRC calculation at the time of power interruption will be described in detail later.

次に、メインCPU6201は、ステップS6044において、ステップS6042で計算したCRC演算結果と、ステップS6043で取得した(直前の)電断時のCRC演算結果とを照合し、ステップS6045において、(例えば、Bレジスタに)初期値として、バックアップ異常ありを示すフラグ「1」をセットする。 Next, in step S6044, the main CPU 6201 compares the CRC calculation result calculated in step S6042 with the CRC calculation result at the (immediately preceding) power outage obtained in step S6043, and in step S6045 sets a flag "1" indicating that there is a backup abnormality as an initial value (for example, in the B register).

次に、メインCPU6201は、ステップS6046において、ステップS6044で行ったCRC演算結果の照合結果を判定し、不一致であった場合(ステップS6046がYES判定の場合)、バックアップ異常があったものと判断してステップS6051に進む。Bレジスタには、初期値のまま、フラグ「1」がセットされている。 Next, in step S6046, the main CPU 6201 checks the result of the comparison of the CRC calculation results performed in step S6044. If there is a mismatch (YES in step S6046), it determines that a backup abnormality has occurred and proceeds to step S6051. The flag "1" is set in the B register, which is the initial value.

ステップS6046において、CRC演算結果の照合結果が一致したと判定された場合(ステップS6046がNO判定の場合)、メインCPU6201は、ステップS6047において、Bレジスタに、電断未検知を示すフラグ「2」をセットする。 If it is determined in step S6046 that the CRC calculation results match (if step S6046 returns NO), the main CPU 6201 sets the flag "2" in the B register in step S6047, indicating that a power outage has not been detected.

次に、メインCPU6201は、ステップS6048において、電断が実施されたか否かを示す電断実施フラグを取得し、ステップS6049において、その電断実施フラグに基づいて、電断実施が行われたか否かを判定する。ここで、電断が実施されていないと判定された場合(ステップS6049がNO判定の場合)、メインCPU6201は、電断未検知であると判断してステップS6051に進む。Bレジスタには、ステップS6047でセットされた、(電断未検知を示す)フラグ「2」がセットされている。 Next, in step S6048, the main CPU 6201 acquires a power cut implementation flag indicating whether or not a power cut has been performed, and in step S6049, determines whether or not a power cut has been performed based on the power cut implementation flag. If it is determined that a power cut has not been performed (if step S6049 is a NO determination), the main CPU 6201 determines that a power cut has not been detected, and proceeds to step S6051. The flag "2" (indicating that a power cut has not been detected), which was set in step S6047, is set in the B register.

ステップS6049において、電断実施が行われたと判定された場合(ステップS6049がYES判定の場合)、メインCPU6201は、Bレジスタに、異常なしを示すフラグ「0」をセットする。 If it is determined in step S6049 that a power cut has been performed (if step S6049 returns a YES judgment), the main CPU 6201 sets a flag "0" in register B, indicating that no abnormality has occurred.

次に、メインCPU6201は、ステップS6051において、Bレジスタに記憶されている照合結果(フラグ)を、「CRC照合結果」として、メインRAM6203の作業領域(領域外エリア)に格納し、さらに、ステップS6052において、電断実施フラグをクリアする。 Next, in step S6051, the main CPU 6201 stores the comparison result (flag) stored in the B register as the "CRC comparison result" in the working area (outside area) of the main RAM 6203, and then in step S6052, clears the power cut execution flag.

最後に、メインCPU6201は、遊技用エリア処理復帰命令により、この処理を終了し、処理が領域外エリアに係る処理から、遊技用エリアに係る処理に切り替えられる。 Finally, the main CPU 6201 ends this processing by issuing a game area processing return command, and processing is switched from processing related to the outside area to processing related to the game area.

このように、指定領域CRC検査処理において、電源投入後、最初にメインRAM6203の領域外エリアに関する処理を行う際に、バンク1に係るスタックポインタSPの設定がされるため、初期化処理が効率的かつ簡潔な構成で実行されることになる。 In this way, in the designated area CRC inspection process, the stack pointer SP for bank 1 is set when processing is first performed on the area outside the main RAM 6203 after power is turned on, so the initialization process is performed efficiently and with a simple configuration.

[起動状態チェック処理]
次に、図118を参照して、メインCPU6201の制御によるメイン処理(主制御メイン処理)で呼び出される起動状態チェック処理(図114のステップS6008)について説明する。なお、図118は、起動状態チェック処理の手順を示すフローチャートである。この処理では、メインRAM6203に異常があるか否か、電源投入時の設定キー6174a、及びRAMクリアスイッチ6176の操作、及び前回の電断時に設定変更が行われていたか否かに応じて起動状態が決定され、その決定された起動状態に基づいて、メインRAM6203のクリア範囲(RAMクリア範囲)が設定される。
[Startup status check process]
Next, referring to Fig. 118, the start-up state check process (step S6008 in Fig. 114) called in the main process (main control main process) under the control of the main CPU 6201 will be described. Fig. 118 is a flow chart showing the procedure of the start-up state check process. In this process, the start-up state is determined according to whether or not there is an abnormality in the main RAM 6203, the operation of the setting key 6174a and the RAM clear switch 6176 when the power is turned on, and whether or not the setting was changed at the time of the previous power outage, and the clear range of the main RAM 6203 (RAM clear range) is set based on the determined start-up state.

まず、メインCPU6201は、ステップS6071において、メインRAM6203の作業領域(領域外エリア)に格納されているCRC照合結果を取得する。このCRC照合結果には、例えば、上述した指定領域CRC検査処理において、バックアップ異常あり(フラグ「1」)、電断未検知(フラグ「2」)、異常なし(フラグ「0」)のいずれかがセットされている。 First, in step S6071, the main CPU 6201 acquires the CRC collation result stored in the working area (outside area) of the main RAM 6203. For example, in the above-mentioned designated area CRC inspection process, this CRC collation result indicates that there is a backup abnormality (flag "1"), that a power interruption has not been detected (flag "2"), or that there is no abnormality (flag "0") that has been set in this specified area CRC inspection process.

次に、メインCPU6201は、ステップS6072において、RAMのクリア範囲(例えば、HLレジスタ)の初期値として、異常時RAMクリア範囲先頭アドレスをセットする。 Next, in step S6072, the main CPU 6201 sets the first address of the abnormality RAM clear range as the initial value of the RAM clear range (e.g., the HL register).

次に、メインCPU6201は、ステップS6073において、ステップS6071で取得したCRC照合結果を参照して、異常があるか否かを判定し、異常がある場合(ステップS6073がYES判定の場合)、ステップS6077に進み、異常がない場合(ステップS6073がNO判定の場合)、ステップS6074において、HLレジスタに、設定変更時RAMクリア範囲先頭アドレスをセットする。 Next, in step S6073, the main CPU 6201 refers to the CRC comparison result obtained in step S6071 to determine whether or not there is an abnormality. If there is an abnormality (if step S6073 is judged as YES), the process proceeds to step S6077. If there is no abnormality (if step S6073 is judged as NO), in step S6074, the main CPU 6201 sets the start address of the RAM clear range when the setting is changed in the HL register.

ステップS6074の後、メインCPU6201は、ステップS6075において、前回のRAMクリアスイッチ6176の状態情報に基づき、今回の処理が、設定変更中の電断復帰であるか否かを判定する。設定変更中の電断復帰でない場合(ステップS6075がNO判定の場合)、ステップS6077に進み、設定変更中の電断復帰である場合(ステップS6075がYES判定の場合)、ステップS6076において、(例えば、Eレジスタに)前回のRAMクリアスイッチ6176の状態情報、及び設定キー6174aの状態情報をセットする。この処理は、今回のRAMクリアスイッチ6176の状態情報、及び設定キー6174aの状態情報を、前回の(電断復帰前の)情報に書き換えるものであり、これにより、設定変更中の電断復帰であった場合に、今回において、その設定変更を継続させるようにしている。 After step S6074, in step S6075, the main CPU 6201 determines whether the current process is a power interruption recovery during a setting change based on the previous state information of the RAM clear switch 6176. If it is not a power interruption recovery during a setting change (if step S6075 is a NO judgement), the process proceeds to step S6077. If it is a power interruption recovery during a setting change (if step S6075 is a YES judgement), in step S6076, the previous state information of the RAM clear switch 6176 and the state information of the setting key 6174a are set (for example, in the E register). This process rewrites the current state information of the RAM clear switch 6176 and the state information of the setting key 6174a to the previous information (before the power interruption recovery), so that if the power interruption recovery occurred during a setting change, the setting change is continued this time.

ステップS6076の後、または、ステップS6073のYES判定の場合、ステップS6075のNO判定の場合、メインCPU6201は、ステップS6077に進み、そこで、今回のRAMクリアスイッチ6176の状態情報、及び設定キー6174aの状態情報から、RAMクリアスイッチ6176がオン、かつ設定キー6174aがオンであるか否かを判定し、両方がオンであれば(ステップS6077がYES判定の場合)、処理を終了する。 After step S6076, or if the YES judgment is made in step S6073, or if the NO judgment is made in step S6075, the main CPU 6201 proceeds to step S6077, where it judges from the current state information of the RAM clear switch 6176 and the state information of the setting key 6174a whether the RAM clear switch 6176 is on and whether the setting key 6174a is on, and if both are on (if the YES judgment is made in step S6077), ends the processing.

このように、メインRAMが異常であって(ステップS6073がYES判定の場合)、かつ、電源投入時の操作において、RAMクリアスイッチ6176が「オン」、設定キー6174aが「オン」である場合、RAMのクリア範囲には異常時RAMクリア範囲先頭アドレスが設定され、ステップS6077のYES判定を経て、この処理を終了した後、当該クリア範囲に基づいてクリア処理が行われ(図119、図120参照)、その後、設定変更の処理が行われる(図122、図123参照)。この起動状態は、図111(A)に示す「RAM異常1」であり、第6のパターンに対応する。 In this way, if the main RAM is abnormal (YES in step S6073) and the RAM clear switch 6176 is "ON" and the setting key 6174a is "ON" when the power is turned on, the starting address of the abnormal RAM clear range is set as the RAM clear range, and after a YES judgment in step S6077 is made and this process is terminated, clearing processing is performed based on the clear range (see Figures 119 and 120), and then setting change processing is performed (see Figures 122 and 123). This startup state is "RAM abnormality 1" shown in Figure 111 (A) and corresponds to the sixth pattern.

また、メインRAMに異常がなく(ステップS6073がNO判定の場合)、かつ、設定変更中の電断復帰ではなく(ステップS6075がNO判定の場合)、さらに、電源投入時の操作において、RAMクリアスイッチ6176が「オン」、設定キー6174aが「オン」である場合、RAMのクリア範囲には設定変更時RAMクリア範囲先頭アドレスが設定され、ステップS6077のYES判定を経て、この処理を終了した後、当該クリア範囲に基づいてクリア処理が行われ(図119、図120参照)、その後、設定変更の処理が行われる(図122、図123参照)。この起動状態は、図111(A)に示す「設定変更」であり、第4のパターンに対応する。 Furthermore, if there is no abnormality in the main RAM (if step S6073 is a NO judgement), and power recovery did not occur during a setting change (if step S6075 is a NO judgement), and furthermore, when the RAM clear switch 6176 is "ON" and the setting key 6174a is "ON" during power-on operations, the RAM clear range is set to the first address of the RAM clear range at setting change, and after this process is terminated via a YES judgement in step S6077, clear processing is performed based on the clear range (see Figures 119 and 120), and then setting change processing is performed (see Figures 122 and 123). This startup state is the "setting change" shown in Figure 111 (A) and corresponds to the fourth pattern.

さらに、メインRAMに異常がなく(ステップS6073がNO判定の場合)、かつ、設定変更中の電断復帰である場合(ステップS6075がNO判定の場合)、ステップS6076において、電源投入時の操作が、RAMクリアスイッチ6176が「オン」、設定キー6174aが「オン」に擬制されるので、RAMのクリア範囲には設定変更時RAMクリア範囲先頭アドレスが設定され、ステップS6077のYES判定を経て、この処理を終了した後、当該クリア範囲に基づいてクリア処理が行われ(図119、図120参照)、その後、設定変更の処理が行われる(図122、図123参照)。この起動状態は、図111(A)に示す「設定変更」であり、第5のパターンに対応する。 Furthermore, if there is no abnormality in the main RAM (if step S6073 is a NO judgement) and power has been restored during a setting change (if step S6075 is a NO judgement), then in step S6076, the operation at power-on is assumed to be that the RAM clear switch 6176 is "ON" and the setting key 6174a is "ON", so the RAM clear range is set to the first address of the RAM clear range at setting change, and after a YES judgement in step S6077, this process is terminated, and then clear processing is performed based on the clear range (see Figures 119 and 120), and then setting change processing is performed (see Figures 122 and 123). This startup state is the "setting change" shown in Figure 111 (A) and corresponds to the fifth pattern.

ステップS6077において、RAMクリアスイッチ6176と設定キー6174aが両方オンでない場合(ステップS6077がNO判定の場合)、ステップS6078に進む。 In step S6077, if neither the RAM clear switch 6176 nor the setting key 6174a is on (if step S6077 returns NO), proceed to step S6078.

次に、ステップS6078において、メインCPU6201は、CRC照合結果を参照して、異常があるか否かを判定し、異常がある場合(ステップS6078がYES判定の場合)、ステップS6079に進み、そこで、遊技復帰不可能エラー処理を行う。遊技復帰不可能エラー処理ではWDTのクリア処理、及びリスタート処理を無限ループで繰り返し、例えば、性能表示モニタ6170に「E」の文字を表示するよう制御し、遊技停止の状態となる。なお、この場合、上述したように、クリア範囲としては、異常時RAMクリア範囲が設定されるが、ここで、このクリア範囲(異常時RAMクリア範囲)をクリアするようにしてもよいし、クリアせずにそのまま遊技停止の状態としてもよい。 Next, in step S6078, the main CPU 6201 refers to the CRC collation result to determine whether or not there is an abnormality. If there is an abnormality (YES in step S6078), the process proceeds to step S6079, where processing for the impossible-to-return-to-game error is performed. In the impossible-to-return-to-game error processing, the WDT clear processing and restart processing are repeated in an infinite loop, and, for example, the performance display monitor 6170 is controlled to display the letter "E", and the game is stopped. Note that in this case, as described above, the abnormality RAM clear range is set as the clear range, but here, this clear range (abnormality RAM clear range) may be cleared, or the game may be stopped without being cleared.

このように、メインRAMが異常であって(ステップS6073がYES判定の場合)、かつ、電源投入時の操作において、RAMクリアスイッチ6176と設定キー6174aが両方「オン」の状態になっていない場合、RAMのクリア範囲には異常時RAMクリア範囲先頭アドレスが設定され、ステップS6078のYES判定を経て、上記のように遊技復帰不可能エラー処理を行う。この起動状態は、図111(A)に示す「RAM異常2」であり、第7のパターンに対応する。 In this way, if the main RAM is abnormal (YES in step S6073) and neither the RAM clear switch 6176 nor the setting key 6174a are in the "ON" state when the power is turned on, the RAM clear range is set to the first address of the abnormal RAM clear range, and after a YES in step S6078, the game return impossible error processing is performed as described above. This startup state is "RAM abnormality 2" shown in Figure 111 (A) and corresponds to the seventh pattern.

メインRAM6203に異常がない場合(ステップS6078がNO判定の場合)、ステップS6080において、RAMクリアスイッチ6176の状態が「オン」であるか否かを判定する。 If there is no abnormality in the main RAM 6203 (if step S6078 judges NO), then in step S6080 it is determined whether the RAM clear switch 6176 is in the "ON" state.

ステップS6080において、RAMクリアスイッチ6176の状態が「オン」である場合(ステップS6080がYES判定の場合)、処理を終了する。 In step S6080, if the RAM clear switch 6176 is in the "on" state (if step S6080 returns YES), the process ends.

このように、メインRAMに異常がなく(ステップS6078がNO判定の場合)、かつ、電源投入時の操作において、RAMクリアスイッチ6176が「オン」である場合(ステップS6080がYES判定の場合)、RAMのクリア範囲には設定変更時RAMクリア範囲先頭アドレスが設定され、ステップS6080のYES判定を経て、この処理を終了した後、当該クリア範囲に基づいてクリア処理が行われ(図119、図120参照)、その後、電断復帰の処理が行われる。この起動状態は、図111(A)に示す「RAMクリア」であり、第3のパターンに対応する。 In this way, if there is no abnormality in the main RAM (if step S6078 is a NO judgement), and the RAM clear switch 6176 is "ON" when the power is turned on (if step S6080 is a YES judgement), the RAM clear range is set to the starting address of the RAM clear range at setting change, and after the YES judgement of step S6080 is completed and this process is terminated, the clear process is performed based on that clear range (see Figures 119 and 120), and then the power outage recovery process is performed. This startup state is the "RAM clear" shown in Figure 111 (A) and corresponds to the third pattern.

なお、この場合は、ステップS6076でRAMクリアスイッチ6176と設定キー6174aの状態情報がセットされると、ステップS6077でYES判定となるため、設定変更中の電断復帰ではないと言える。また、設定キー6174aも「オン」の状態であれば、ステップS6077でYES判定となるので、ここでは、設定キー6174aは「オフ」の状態であると言える。 In this case, when the status information of the RAM clear switch 6176 and the setting key 6174a is set in step S6076, a YES judgment is made in step S6077, so it can be said that the power recovery during the setting change has not occurred. Also, if the setting key 6174a is also in the "ON" state, a YES judgment is made in step S6077, so it can be said that the setting key 6174a is in the "OFF" state here.

ステップS6080において、RAMクリアスイッチ6176の状態が「オフ」である場合(ステップS6080がNO判定の場合)、ステップS6081において、HLレジスタに、電断復帰時RAMクリア範囲先頭アドレスをセットし、処理を終了する。 If the state of the RAM clear switch 6176 is "off" in step S6080 (if step S6080 judges NO), the start address of the RAM clear range when power is restored is set in the HL register in step S6081, and the process ends.

このように、メインRAMに異常がなく(ステップS6078がNO判定の場合)、かつ、電源投入時の操作において、RAMクリアスイッチ6176が「オン」でない場合(ステップS6080がNO判定の場合)、RAMのクリア範囲には電断復帰時RAMクリア範囲先頭アドレスが設定され、この処理を終了した後、当該クリア範囲に基づいてクリア処理が行われる(図119、図120参照)。この起動状態は、図111(A)に示す「電断復帰」、または「設定確認」であり、第1のパターン、または第2のパターンに対応する。なお、ここでは、上記と同様に、ステップS6076でRAMクリアスイッチ6176と設定キー6174aの状態情報がセットされると、ステップS6077でYES判定となるため、設定変更中の電断復帰ではないと言える。 In this way, if there is no abnormality in the main RAM (if step S6078 is judged as NO) and the RAM clear switch 6176 is not "ON" when the power is turned on (if step S6080 is judged as NO), the RAM clear range is set to the first address of the RAM clear range when power is restored, and after this process is completed, the clear process is performed based on that clear range (see Figures 119 and 120). This startup state is "power restoration" or "settings confirmation" shown in Figure 111 (A), and corresponds to the first pattern or the second pattern. Note that here, as above, when the state information of the RAM clear switch 6176 and the setting key 6174a is set in step S6076, the result in step S6077 is YES, so it can be said that power restoration during setting change is not occurring.

上記のように、RAMのクリア範囲に電断復帰時RAMクリア範囲先頭アドレスが設定される起動状態として、図111(A)に示す第1のパターンと第2のパターンがあるが、第1のパターンでは、設定キー6174aが「オフ」の状態でかつ、RAMクリアスイッチ6176が「オフ」の状態になっており、一方、第2のパターンでは、設定キー6174aが「オン」の状態でかつ、RAMクリアスイッチ6176が「オフ」の状態になっており、これらの相違点に基づいて、後続の処理が切り分けられる。すなわち、第1のパターンの起動状態は「電断復帰」であり、当該クリア範囲に基づいたクリア処理の後、電断復帰の処理が行われ、第2のパターンの起動状態は「設定確認」であり、当該クリア範囲に基づいたクリア処理の後、設定確認の処理が行われる(図122、図123参照)。 As described above, there are two start-up states in which the RAM clear range start address at power recovery is set in the RAM clear range, the first and second patterns shown in FIG. 111(A). In the first pattern, the setting key 6174a is in the "off" state and the RAM clear switch 6176 is in the "off" state, whereas in the second pattern, the setting key 6174a is in the "on" state and the RAM clear switch 6176 is in the "off" state. Subsequent processing is differentiated based on these differences. That is, the start-up state of the first pattern is "power recovery", and after clear processing based on the clear range, power recovery processing is performed, whereas the start-up state of the second pattern is "setting confirmation", and after clear processing based on the clear range, setting confirmation processing is performed (see FIG. 122 and FIG. 123).

[指定範囲クリア処理]
次に、図119を参照して、メインCPU6201の制御によるメイン処理(主制御メイン処理)で呼び出される指定範囲クリア処理(図115のステップS6009)について説明する。なお、図119は、指定範囲クリア処理の手順を示すフローチャートである。
[Clear specified range]
Next, with reference to Fig. 119, a description will be given of the designated range clear processing (step S6009 in Fig. 115) called in the main processing (main control main processing) under the control of the main CPU 6201. Fig. 119 is a flowchart showing the procedure of the designated range clear processing.

まず、メインCPU6201は、ステップS6101において、起動時のRAMクリアスイッチ6176の状態情報、及び設定キー6174aの状態情報といった情報をスタックに退避する。これらの情報は、例えば、EレジスタやDレジスタのデータをスタックに退避することで実現される。 First, in step S6101, the main CPU 6201 saves information such as the state information of the RAM clear switch 6176 at startup and the state information of the setting key 6174a to the stack. This information is realized, for example, by saving data in the E register and D register to the stack.

次に、ステップS6102において、メインCPU6201は、RAMクリア範囲先頭アドレス(下位アドレス)がセットされているレジスタの値を、RAMクリア範囲判定データとして、メインRAM6203の遊技用エリア(作業領域(遊技用エリア))に格納する。本実施形態では、図118の起動状態チェック処理に関連して説明したように、例えば、メインRAM6203の異常、設定変更の有無、RAMクリアスイッチ6176の操作といった各条件に応じて、HLレジスタに、対応するRAMクリア範囲先頭アドレスがセットされており、メインRAM6203の領域外エリアのクリア処理にあたり、HLレジスタに記憶されているRAMクリア範囲先頭アドレスの下位を参照することによって、再度、図118に示したような判定を行わなくて済むようにした。 Next, in step S6102, the main CPU 6201 stores the value of the register in which the RAM clear range start address (lower address) is set as RAM clear range determination data in the play area (work area (play area)) of the main RAM 6203. In this embodiment, as described in relation to the startup status check process in FIG. 118, the corresponding RAM clear range start address is set in the HL register depending on each condition, such as an abnormality in the main RAM 6203, whether or not settings have been changed, and operation of the RAM clear switch 6176, and when clearing the outside area of the main RAM 6203, by referring to the lower of the RAM clear range start address stored in the HL register, it is possible to avoid making the determination shown in FIG. 118 again.

また、本実施形態では、HLレジスタに記憶されているRAMクリア範囲先頭アドレスの下位のみを渡すことによって、メインRAM6203の遊技用エリア(作業領域(遊技用エリア))と同様に、メインRAM6203の領域外エリア(作業領域(領域外エリア))についても、それぞれ対応する条件に応じた範囲をクリアすることができるように構成されている。例えば、ある条件で、メインRAM6203の遊技用エリアの領域(アドレス「F07B」Hを先頭とする領域)をクリアする場合に、アドレスの下位データである「7B」Hを渡すことによって、メインRAM6203の領域外エリアでは、その「7B」Hのデータに対応する領域が決定され、その決定された領域をクリアするように制御することができる。 In addition, in this embodiment, by passing only the lower data of the RAM clear range start address stored in the HL register, it is possible to clear ranges according to the corresponding conditions for the outside area (work area (outside area)) of the main RAM 6203 as well as the play area (work area (play area)) of the main RAM 6203. For example, when clearing an area of the play area of the main RAM 6203 (area starting at address "F07B"H) under certain conditions, by passing the lower data of the address, "7B"H, the area corresponding to the data of "7B"H in the outside area of the main RAM 6203 is determined, and the determined area can be controlled to be cleared.

また、ここでは、RAMクリア範囲判定データを、メインRAM6203の遊技用エリア(作業領域(遊技用エリア))に格納しているが、これは、データをレジスタに記憶させて渡すことができないためである。領域外エリア処理呼出命令がされた場合、図109に示すようにバンク0からバンク1に切り替わって、それに応じてレジスタも切り替えられる。 In addition, here, the RAM clear range determination data is stored in the play area (work area (play area)) of the main RAM 6203, because the data cannot be stored in a register and passed on. When an outside area processing call command is issued, as shown in FIG. 109, bank 0 is switched to bank 1, and the register is switched accordingly.

次に、メインCPU6201は、ステップS6104において、領域外指定領域クリア処理を行う。この処理は、領域外エリア処理呼出命令でコールされることにより、バンク1に係る処理(領域外エリアの処理)を行う。領域外指定領域クリア処理は、上述した、RAMクリア範囲先頭アドレスがセットされているレジスタの下位アドレスに基づいて、メインRAM6203の領域外エリアの指定範囲をクリアする。なお、この処理については、後で詳細に説明する。 Next, in step S6104, the main CPU 6201 performs outside area clear processing. This processing is called by an outside area processing call command, and performs processing related to bank 1 (outside area processing). The outside area clear processing clears the designated range of the outside area of the main RAM 6203 based on the lower address of the register in which the RAM clear range start address described above is set. This processing will be described in detail later.

なお、ここで呼び出される領域外指定領域クリア処理では、割込み禁止命令、及び割込み許可命令を実行するものではないが、図115に示す主制御メイン処理のステップS6011で呼び出されるデータ格納処理(図121参照)のように、割込み禁止命令、及び割込み許可命令を実行する構成であれば、このデータ格納処理と同様に、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すように構成することができる。 Note that the out-of-area specified area clear processing called here does not execute an interrupt prohibition command or an interrupt permission command, but if the processing is configured to execute an interrupt prohibition command or an interrupt permission command, like the data storage processing called in step S6011 of the main control main processing shown in FIG. 115 (see FIG. 121), it can be configured to call a specified process without being aware of the interrupt control state at the time it is called, just like this data storage processing.

すなわち、割込み禁止命令の前で割込み許可レジスタ2の値を退避し、割込み禁止命令の後で実行される所定処理が終了した後で、退避していた、割込み許可レジスタ2の値から、データ格納処理が呼び出された時点での割込み制御状態を判断し、割込み許可の状態であった場合は、割込み許可命令を実行し、そうでなければ、割込み禁止の状態のまま終了するように構成することができる。 In other words, the value of the interrupt enable register 2 is saved before the interrupt disable command, and after the specified process executed after the interrupt disable command is completed, the saved value of the interrupt enable register 2 is used to determine the interrupt control state at the time the data storage process was called, and if the interrupt enable state is established, the interrupt enable command is executed, and if not, the process ends with the interrupt disabled state.

次に、メインCPU6201では、バンク0に係る処理(遊技用エリアの処理)に戻り、ステップS6105において、RAMクリア範囲のサイズ(例えば、電断復帰時RAMクリア範囲のサイズ)をセットする。 Next, the main CPU 6201 returns to the processing related to bank 0 (processing of the game area) and in step S6105 sets the size of the RAM clear range (for example, the size of the RAM clear range when power is restored).

次に、メインCPU6201は、ステップS6106において、RAMクリア範囲先頭アドレスが、電断復帰時RAMクリア範囲先頭アドレスであるか否かを判定し、電断復帰時RAMクリア範囲先頭アドレスである場合(ステップS6106がYES判定の場合)、ステップS6109に進む。 Next, in step S6106, the main CPU 6201 determines whether the first address of the RAM clear range is the first address of the RAM clear range when power is restored, and if it is (YES in step S6106), proceeds to step S6109.

一方、電断復帰時RAMクリア範囲先頭アドレスでない場合(ステップS6106がNO判定の場合)、この場合は、電断復帰時のRAMクリア範囲とは異なるので、ステップS6107において、電断復帰時以外のRAMクリア範囲における最終アドレスを、RAMクリア範囲最終アドレスとしてセットする。ここでセットされるRAMクリア範囲最終アドレスは、メインRAM6203の遊技用エリアの最終アドレスとなるが、スタックエリア(遊技用エリア)のうち、使用されているスタックをクリアしないように考慮される。例えば、スタックエリア(遊技用エリア)において、アドレス値の大きいスタックからアドレス値の小さいスタックに向けて順に使用されるが、スタックエリア(遊技用エリア)の最終アドレスから4を減算したアドレスがRAMクリア範囲最終アドレスとしてセットされ、所定バイト分(例えば、4バイト分)のスタックがクリアされることなく確保される。これによって、呼び出されたプログラムの戻り番地や退避されたデータ等が保護されることになる。 On the other hand, if it is not the first address of the RAM clear range when power is restored (if step S6106 is judged as NO), in this case, since it is different from the RAM clear range when power is restored, in step S6107, the final address in the RAM clear range other than when power is restored is set as the final address of the RAM clear range. The final address of the RAM clear range set here becomes the final address of the game area of the main RAM 6203, but consideration is given so as not to clear stacks in the stack area (game area) that are being used. For example, in the stack area (game area), stacks are used in order from those with larger address values to those with smaller address values, but the address obtained by subtracting 4 from the final address of the stack area (game area) is set as the final address of the RAM clear range, and a certain number of bytes (for example, 4 bytes) of stack is secured without being cleared. This protects the return address of the called program and the saved data, etc.

その後、ステップS6108において、ステップS6102で記憶されたRAMクリア範囲先頭アドレス(下位アドレス)とステップS6107でセットされたRAMクリア範囲最終アドレスとから、電断復帰時でない場合のRAMクリア範囲のサイズを算出し、その後、ステップS6109に進む。 Then, in step S6108, the size of the RAM clear range when power is not restored is calculated from the start address (lower address) of the RAM clear range stored in step S6102 and the end address of the RAM clear range set in step S6107, and then the process proceeds to step S6109.

次に、メインCPU6201は、ステップS6109において、RAMクリア範囲のクリアを実行する。この処理では、例えば、HLレジスタに記憶されている、クリア対象となるRAMクリア範囲の先頭アドレスと、ステップS6105で算出されたクリア範囲のサイズ、または、ステップS6108で算出されたクリア範囲のサイズを指定すると、その範囲のデータのすべてのバイトが「00」Hにセットされる。 Next, in step S6109, the main CPU 6201 executes clearing of the RAM clear range. In this process, for example, when the top address of the RAM clear range to be cleared, which is stored in the HL register, and the size of the range to be cleared calculated in step S6105 or the size of the range to be cleared calculated in step S6108 are specified, all bytes of the data in that range are set to "00"H.

次に、メインCPU6201は、ステップS6110において、起動時のRAMクリアスイッチ6176の状態情報、及び設定キー6174aの状態情報といった情報をスタックから復帰させる。これらの情報は、例えば、EレジスタやDレジスタに格納される(ステップS6101参照)。 Next, in step S6110, the main CPU 6201 restores information from the stack, such as the state information of the RAM clear switch 6176 at startup and the state information of the setting key 6174a. This information is stored, for example, in the E register and D register (see step S6101).

このような、指定範囲クリア処理によって、メインRAM6203の遊技用エリアにおけるクリア範囲(下位アドレス)が、メインRAM6203の領域外エリアにおけるクリア範囲の決定に効果的に利用され、処理の効率化が図られるとともに、プログラムの構成を簡潔にし、さらにプログラムのサイズを小さくすることができる。 By performing this designated range clearing process, the clear range (lower addresses) in the game area of the main RAM 6203 is effectively used to determine the clear range in the area outside the main RAM 6203, which not only makes the process more efficient, but also simplifies the program structure and reduces the program size.

[領域外指定領域クリア処理]
次に、図120を参照して、メインCPU6201の制御による指定範囲クリア処理で呼び出される領域外指定領域クリア処理(図119のステップS6104)について説明する。なお、図120は、領域外指定領域クリア処理の手順を示すフローチャートである。
[Clearing specified areas outside the area]
Next, with reference to Fig. 120, a description will be given of the outside area designated area clearing process (step S6104 in Fig. 119) called in the designated range clearing process under the control of the main CPU 6201. Fig. 120 is a flowchart showing the procedure of the outside area designated area clearing process.

領域外指定領域クリア処理は、上述したように、領域外エリア処理呼出命令により呼び出されるため、バンク1に係る処理となっており、この処理を実行するためのプログラムは、メインROM6202の領域外エリアに記憶されているプログラムであって、メインRAM6203のの領域外エリアである、作業領域(領域外エリア)、及びスタックエリア(領域外エリア)を利用する。 As described above, the outside area clear processing is called by the outside area processing call command, and is therefore a process related to bank 1. The program for executing this process is a program stored in the outside area of main ROM 6202, and uses the working area (outside area) and stack area (outside area), which are outside areas of main RAM 6203.

まず、メインCPU6201は、ステップS6121において、メインRAM6203の遊技用エリア(作業領域(遊技用エリア))に格納されているRAMクリア範囲判定データを取得する。このRAMクリア範囲判定データは、図118のステップS6102において、メインCPU6201により格納されたデータである。 First, in step S6121, the main CPU 6201 acquires the RAM clear range determination data stored in the game area (work area (game area)) of the main RAM 6203. This RAM clear range determination data is data stored by the main CPU 6201 in step S6102 of FIG. 118.

次に、ステップS6122において、メインCPU6201は、取得したRAMクリア範囲判定データを(例えば、Eレジスタに)退避する。その後、ステップS6123において、メインCPU6201は、ステップS6121で取得したRAMクリア範囲判定データと比較するために、メインRAM6203の領域外エリアにおける異常時RAMクリア範囲先頭アドレスを(例えば、HLレジスタに)セットする。 Next, in step S6122, the main CPU 6201 saves the acquired RAM clear range determination data (e.g., in the E register). Then, in step S6123, the main CPU 6201 sets the start address of the abnormal RAM clear range in the outside area of the main RAM 6203 (e.g., in the HL register) to be compared with the RAM clear range determination data acquired in step S6121.

次に、ステップS6124において、メインCPU6201は、HLレジスタにセットされた異常時RAMクリア範囲先頭アドレスの下位アドレスと、RAMクリア範囲判定データを比較し、RAMクリア範囲判定データが、異常時RAMクリア範囲先頭アドレスの下位アドレスと一致した場合(ステップS6124がYES判定の場合)、ステップS6128に進む。 Next, in step S6124, the main CPU 6201 compares the lower address of the abnormality RAM clear range start address set in the HL register with the RAM clear range determination data, and if the RAM clear range determination data matches the lower address of the abnormality RAM clear range start address (YES in step S6124), the process proceeds to step S6128.

一方、RAMクリア範囲判定データが、異常時RAMクリア範囲先頭アドレスの下位アドレスと一致しない場合(ステップS6124がNO判定の場合)、ステップS6125において、ステップS6121で取得したRAMクリア範囲判定データと比較するために、メインRAM6203の領域外エリアにおける設定変更時RAMクリア範囲先頭アドレスをHLレジスタにセットする。 On the other hand, if the RAM clear range determination data does not match the lower address of the abnormality RAM clear range start address (if step S6124 is judged as NO), in step S6125, the setting change RAM clear range start address in the outside area of main RAM 6203 is set in the HL register to be compared with the RAM clear range determination data obtained in step S6121.

次に、ステップS6126において、メインCPU6201は、HLレジスタにセットされた設定変更時RAMクリア範囲先頭アドレスの下位アドレスと、RAMクリア範囲判定データを比較し、RAMクリア範囲判定データが、設定変更時RAMクリア範囲先頭アドレスの下位アドレスと一致した場合(ステップS6126がYES判定の場合)、ステップS6128に進む。 Next, in step S6126, the main CPU 6201 compares the lower address of the start address of the RAM clear range when the setting is changed set in the HL register with the RAM clear range determination data, and if the RAM clear range determination data matches the lower address of the start address of the RAM clear range when the setting is changed (YES in step S6126), the process proceeds to step S6128.

一方、RAMクリア範囲判定データが、設定変更時RAMクリア範囲先頭アドレスの下位アドレスと一致しない場合(ステップS6126がNO判定の場合)、ステップS6127において、ステップS6121で取得したRAMクリア範囲判定データと比較するために、メインRAM6203の領域外エリアにおける電断復帰時RAMクリア範囲先頭アドレスをHLレジスタにセットし、ステップS6128に進む。 On the other hand, if the RAM clear range determination data does not match the lower address of the first address of the RAM clear range when the setting is changed (if step S6126 is judged as NO), in step S6127, the first address of the RAM clear range when power is restored in the outside area of the main RAM 6203 is set in the HL register to be compared with the RAM clear range determination data obtained in step S6121, and the process proceeds to step S6128.

ステップS6128では、それぞれのRAMクリア範囲のサイズを算出し、その後、ステップS6129において、メインRAM6203の領域外エリアに関し、RAMクリア範囲のクリアを実行する。この処理では、例えば、HLレジスタに記憶されている、クリア対象となるRAMクリア範囲の先頭アドレスと、ステップS6128で算出されたRAMクリア範囲のサイズを指定すると、その範囲のデータのすべてのバイトが「00」Hにセットされる。 In step S6128, the size of each RAM clear range is calculated, and then in step S6129, the RAM clear range is cleared for the area outside the area of the main RAM 6203. In this process, for example, when the top address of the RAM clear range to be cleared, which is stored in the HL register, and the size of the RAM clear range calculated in step S6128 are specified, all bytes of the data in that range are set to "00"H.

次に、ステップS6130において、メインCPU6201は、ステップS6122で退避させていたRAMクリア範囲判定データを、Eレジスタから(例えば、Aレジスタに)復帰させる。 Next, in step S6130, the main CPU 6201 restores the RAM clear range determination data that was saved in step S6122 from the E register (e.g., to the A register).

次に、ステップS6131において、メインCPU6201は、異常時RAMクリア範囲先頭アドレスの下位アドレスと、RAMクリア範囲判定データを比較し、RAMクリア範囲判定データが、異常時RAMクリア範囲先頭アドレスの下位アドレスと一致しない場合(ステップS6131がNO判定の場合)、ステップS6134に進む。なお、ステップS6131の判定は、実質的にステップS6124と同様の判定である。 Next, in step S6131, the main CPU 6201 compares the lower address of the abnormality RAM clear range start address with the RAM clear range determination data, and if the RAM clear range determination data does not match the lower address of the abnormality RAM clear range start address (if step S6131 is judged as NO), the process proceeds to step S6134. Note that the judgment in step S6131 is substantially the same as that in step S6124.

RAMクリア範囲判定データが、異常時RAMクリア範囲先頭アドレスの下位アドレスと一致した場合(ステップS6131がYES判定の場合)、ステップS6132において、(例えば、HLレジスタに)メインROM6202に記憶されている性能表示モニタ制御イニシャルテーブルのアドレスをセットする。 If the RAM clear range determination data matches the lower address of the abnormality RAM clear range start address (if step S6131 returns YES), then in step S6132, the address of the performance display monitor control initial table stored in main ROM 6202 is set (for example, in the HL register).

次に、ステップS6133において、メインCPU6201は、テーブルデータ設定処理を実行する。この処理は、メインROM6202に記憶されている性能表示モニタ制御イニシャルテーブルのアドレスを表すHLレジスタを参照して、性能表示モニタの制御に係る初期値を(メインRAM6203の)作業領域に格納する処理である。性能表示モニタの制御に係る初期値には、例えば、LEDの点滅切替タイミングや点滅繰返し回数等が含まれる。 Next, in step S6133, the main CPU 6201 executes a table data setting process. This process refers to the HL register, which indicates the address of the performance display monitor control initial table stored in the main ROM 6202, and stores initial values related to the control of the performance display monitor in a working area (of the main RAM 6203). The initial values related to the control of the performance display monitor include, for example, the LED blinking switching timing and the number of blinking repetitions.

ステップS6134において、メインCPU6201は、(例えば、HLレジスタに)メインROM6202に記憶されている電源投入時初期化用データテーブルのアドレスをセットする。 In step S6134, the main CPU 6201 sets (e.g., in the HL register) the address of the data table for power-on initialization stored in the main ROM 6202.

次に、ステップS6135において、メインCPU6201は、テーブルデータ設定処理を実行する。この処理は、メインROM6202に記憶されている電源投入時初期化用データテーブルのアドレスを表すHLレジスタを参照して、電源投入時初期化用のデータを(メインRAM6203の)作業領域に格納する処理である。電源投入時初期化用のデータには、例えば、LEDの点滅切替タイミングと点滅繰返し回数の乗算結果等が含まれる。 Next, in step S6135, the main CPU 6201 executes a table data setting process. This process refers to the HL register, which indicates the address of the power-on initialization data table stored in the main ROM 6202, and stores data for power-on initialization in a working area (of the main RAM 6203). The data for power-on initialization includes, for example, the multiplication result of the LED blinking switching timing and the number of blinking repetitions.

最後に、メインCPU6201は、遊技用エリア処理復帰命令により、この処理を終了し、処理が領域外エリアに係る処理から、遊技用エリアに係る処理に切り替えられる。 Finally, the main CPU 6201 ends this processing by issuing a game area processing return command, and processing is switched from processing related to the outside area to processing related to the game area.

このように、領域外指定領域クリア処理では、図118に示した起動状態チェック処理で決定された、メインRAM6203の遊技用エリアに係るクリア範囲を用いて、メインRAM6203の領域外エリアに係るクリア範囲を決定しているため、メインRAM6203のクリア処理が効率的かつ簡潔な構成で実行されることになる。 In this way, in the outside area clearing process, the clear range for the play area of the main RAM 6203 determined in the startup status check process shown in FIG. 118 is used to determine the clear range for the outside area of the main RAM 6203, so that the clearing process for the main RAM 6203 is executed in an efficient and simple configuration.

[データ格納処理]
次に、図121を参照して、メインCPU6201の制御によるメイン処理(主制御メイン処理)で呼び出されるデータ格納処理(図115のステップS6011)について説明する。なお、図121は、データ格納処理の手順を示すフローチャートである。また、メイン処理から呼び出される場合、例えば、HLレジスタには、電源投入時初期化用データテーブルのアドレスがセットされている。なお、本実施形態では、このデータ格納処理が、図115のステップS6011等を含む数カ所でコールされ、それぞれ、バンク0に係る処理(領域内エリアに係る処理)として実行されるように構成されているが、上述した特定の呼出命令でコールすることによって、バンク1に係る処理(領域外エリアに係る処理)として実行されるように構成することができる。また、ここで、データ格納処理がバンク0に係る処理(領域内エリアに係る処理)として実行される場合に、例えば、QレジスタにメインRAM6203の領域内アドレスの先頭アドレス(上位側)「F0」Hをセットしておくことで、データ格納処理では、メインRAM6203の領域内エリアにある処理対象エリアを、当該処理対象エリアの先頭アドレス(下位側)だけで特定することができ、当該処理対象エリアに係る命令の長さを(アドレスを4バイト(上位側+下位側)で指定するより)短くすることができる。同様に、データ格納処理がバンク1に係る処理(領域外エリアに係る処理)として実行される場合は、例えば、QレジスタにメインRAM6203の領域外アドレスの先頭アドレス(上位側)「F2」Hをセットしておくことで、メインRAM6203の領域外エリアにある処理対象エリアを、当該処理対象エリアの先頭アドレス(下位側)だけで特定することができる。
[Data storage process]
Next, referring to FIG. 121, the data storage process (step S6011 in FIG. 115) called by the main process (main control main process) under the control of the main CPU 6201 will be described. FIG. 121 is a flowchart showing the procedure of the data storage process. When called from the main process, for example, the address of the data table for power-on initialization is set in the HL register. In this embodiment, this data storage process is called at several places including step S6011 in FIG. 115 and is configured to be executed as a process related to bank 0 (a process related to an area within the region), but it can be configured to be executed as a process related to bank 1 (a process related to an area outside the region) by calling with the above-mentioned specific call command. Also, here, when the data storage process is executed as a process related to bank 0 (processing related to the area within the area), for example, by setting the top address (upper side) "F0"H of the area addresses of the main RAM 6203 in the Q register, the area to be processed in the area within the area of the main RAM 6203 can be specified only by the top address (lower side) of the area to be processed in the data storage process, and the length of the command related to the area to be processed can be shortened (compared to specifying an address by 4 bytes (upper side + lower side)). Similarly, when the data storage process is executed as a process related to bank 1 (processing related to the area outside the area), for example, by setting the top address (upper side) "F2"H of the area addresses outside the area of the main RAM 6203 in the Q register, the area to be processed in the area outside the area of the main RAM 6203 can be specified only by the top address (lower side) of the area to be processed.

まず、メインCPU6201は、ステップS6151において、割込み許可レジスタ2の値をレジスタ(例えば、フラグレジスタFのパリティ/オーバーフロー・フラグ)に退避する。割込み許可レジスタ2の値は、上述の通り、割込み禁止命令がされると、「0」となり、それ以前の情報が失われてしまうため、このタイミングでこの値を退避しておく。 First, in step S6151, the main CPU 6201 saves the value of the interrupt permission register 2 to a register (for example, the parity/overflow flag of the flag register F). As described above, when an interrupt disable command is issued, the value of the interrupt permission register 2 becomes "0" and any information prior to that is lost, so this value is saved at this time.

次に、メインCPU6201は、ステップS6152において、割込み禁止命令を行う。これによって、データ格納処理の開始時点で割込み禁止がされていない場合は、この割込み禁止命令以降、後述するステップS6162で割込み許可命令がされるまでの間、マスカブル割込みが禁止される。次に、メインCPU6201は、ステップS6153において、割込み許可レジスタ2の値を記憶しているレジスタ(フラグレジスタF)のデータを、スタックに保存する。 Next, in step S6152, the main CPU 6201 issues an interrupt disable command. As a result, if interrupts are not disabled at the start of the data storage process, maskable interrupts are disabled from this interrupt disable command until an interrupt enable command is issued in step S6162, which will be described later. Next, in step S6153, the main CPU 6201 saves the data in the register (flag register F) that stores the value of the interrupt enable register 2 in the stack.

次に、メインCPU6201は、ステップS6154において、HLレジスタを参照して、HLレジスタに記憶されているアドレスのデータを取得する。上記のように、当該処理がメイン処理から呼び出された場合、電源投入時初期化用データテーブルが取得される。 Next, in step S6154, the main CPU 6201 references the HL register and obtains the data at the address stored in the HL register. As described above, when this process is called from the main process, the data table for power-on initialization is obtained.

次に、メインCPU6201は、ステップS6155において、ステップS6154で取得したデータから、クリア処理に係るデータのサイズを判定し、そのサイズが0で、クリア処理がないと判定した場合(ステップS6155がNO判定の場合)、ステップS6158に進む。 Next, in step S6155, the main CPU 6201 determines the size of the data related to the clearing process from the data acquired in step S6154, and if it is determined that the size is 0 and there is no clearing process (if step S6155 returns NO), it proceeds to step S6158.

一方、クリア処理に係るデータのサイズが0ではなく、クリア処理があると判定した場合(ステップS6155がYES判定の場合)、ステップS6156において、ステップS6154で取得したデータから格納対象領域アドレスの下位を取得し、ステップS6157でその格納対象領域をクリアする。なお、格納対象領域の開始アドレスは、予め設定されているアドレスの上位(例えば、「F0」H)と、ステップS6156で取得した格納対象領域アドレスの下位を組み合わせることで特定され、この格納対象領域の開始アドレスと、電源投入時初期化用データテーブルから取得したクリア処理に係るデータのサイズとを用いて格納対象領域のクリアが行われる。ここでは、例えば、1バイト単位といった所定の単位でクリア処理が繰り返され、そのクリア処理の度に、クリア対象となる格納対象領域アドレスがシフトされ、クリア処理に係るデータのサイズが1バイトずつ減算される。 On the other hand, if it is determined that the size of the data related to the clearing process is not 0 and that a clearing process is to be performed (YES in step S6155), in step S6156, the lower part of the storage target area address is obtained from the data obtained in step S6154, and in step S6157, the storage target area is cleared. The start address of the storage target area is specified by combining the upper part of a preset address (for example, "F0"H) with the lower part of the storage target area address obtained in step S6156, and the storage target area is cleared using the start address of the storage target area and the size of the data related to the clearing process obtained from the power-on initialization data table. Here, the clearing process is repeated in a predetermined unit, such as 1 byte, and each time the clearing process is performed, the storage target area address to be cleared is shifted and the size of the data related to the clearing process is subtracted by 1 byte.

メインCPU6201は、ステップS6158において、ステップS6154から取得したデータから、セット処理(格納処理)に係るデータのサイズを判定し、そのサイズが0で、セット処理がないと判定した場合(ステップS6158がNO判定の場合)、ステップS6160に進む。 In step S6158, the main CPU 6201 determines the size of the data related to the set process (storage process) from the data obtained from step S6154, and if it is determined that the size is 0 and there is no set process (if step S6158 returns NO), it proceeds to step S6160.

一方、セット処理に係るデータのサイズが0ではなく、セット処理があると判定した場合(ステップS6158がYES判定の場合)、ステップS6159において、格納対象データに格納データをストアする。この処理は、ステップS6154で取得したデータから格納対象領域アドレスの下位を取得することで、予め設定されているアドレスの上位と組み合わせて格納対象領域の開始アドレスを特定し、さらに、ステップS6154で取得したデータから格納するデータを取得することで実行される。 On the other hand, if the size of the data related to the set process is not 0 and it is determined that a set process is being performed (if step S6158 returns YES), then in step S6159 the data to be stored is stored in the data to be stored. This process is performed by obtaining the lower part of the storage target area address from the data obtained in step S6154, combining this with the upper part of the pre-set address to identify the start address of the storage target area, and then obtaining the data to be stored from the data obtained in step S6154.

次に、メインCPU6201は、ステップS6160において、ステップS6153でスタックに保存した、割込み許可レジスタ2の値を記憶しているレジスタ(フラグレジスタF)のデータを復帰させる。 Next, in step S6160, the main CPU 6201 restores the data in the register (flag register F) that stores the value of interrupt permission register 2, which was saved in the stack in step S6153.

次に、メインCPU6201は、ステップS6161において、ステップS6160にで復帰させたデータであるフラグレジスタに記憶されている割込み許可レジスタ2の値が「0」か否かを判定し、「0」であると判定された場合(ステップS6161がYES判定の場合)、当該処理で割込み禁止命令を実行する前から割込み禁止の状態であったと判定し、割込み許可命令を実行することなく処理を終了する。 Next, in step S6161, the main CPU 6201 determines whether the value of the interrupt permission register 2 stored in the flag register, which is the data returned in step S6160, is "0" or not. If it is determined to be "0" (if step S6161 is determined to be YES), it determines that the interrupt was disabled before the interrupt disable command was executed in this process, and ends the process without executing the interrupt permission command.

一方、割込み許可レジスタ2の値が「1」であると判定された場合(ステップS6161がNO判定の場合)、当該処理で割込み禁止命令を実行する前は割込み許可の状態であったと判定し、ステップS6162において、割込み許可命令を実行し処理を終了する。 On the other hand, if it is determined that the value of interrupt enable register 2 is "1" (if step S6161 is a NO determination), it is determined that the interrupt was enabled before the interrupt disable command was executed in this process, and in step S6162, the interrupt enable command is executed, and the process ends.

データ格納処理のこうした処理により、ステップS6152の割込み禁止命令で割込み許可レジスタ1、割込み許可レジスタ2は共に「0」となり、ステップS6162の割込み許可命令で割込み許可レジスタ1、割込み許可レジスタ2は共に「1」となるが、データ格納処理を呼び出す時点で割込み許可レジスタ2が「0」であった場合(すなわち、データ格納処理を呼び出す時点で割込み禁止の状態であった場合)、ステップS6162は実行されず、割込み許可レジスタ2が「0」の状態が維持されることになる。 As a result of this processing of the data storage process, the interrupt enable register 1 and interrupt enable register 2 both become "0" when the interrupt disable command is issued in step S6152, and the interrupt enable register 1 and interrupt enable register 2 both become "1" when the interrupt enable command is issued in step S6162. However, if the interrupt enable register 2 is "0" when the data storage process is called (i.e., if the interrupts are disabled when the data storage process is called), step S6162 is not executed and the interrupt enable register 2 remains at "0".

また、本実施形態では、データ格納処理を呼び出す時点で、割込み許可レジスタ1の値と割込み許可レジスタ2の値が同じであることが前提となるが、ノンマスカブル割込みが発生したり、バンク1に係る処理においてデータ格納処理が呼び出されたりする場合、データ格納処理を呼び出す時点で、割込み許可レジスタ1の値が「0」、割込み許可レジスタ2の値が「1」となる可能性も考えられる。しかしながら、そのような場合であっても、割込み許可レジスタ1の値と割込み許可レジスタ2の値をそれぞれ退避し、領域のクリア処理とデータのセットを行った後で、これらのレジスタ値を復帰させることによって、データ格納処理が終了したときに、元の割込み許可、または割込み禁止の状態に戻すことができる。 In addition, in this embodiment, it is assumed that the values of interrupt enable register 1 and interrupt enable register 2 are the same when the data storage process is called, but if a non-maskable interrupt occurs or the data storage process is called in processing related to bank 1, it is possible that the value of interrupt enable register 1 will be "0" and the value of interrupt enable register 2 will be "1" when the data storage process is called. However, even in such a case, by saving the values of interrupt enable register 1 and interrupt enable register 2, respectively, clearing the area and setting the data, and then restoring these register values, it is possible to return to the original interrupt enabled or disabled state when the data storage process is completed.

なお、本実施形態では、図121に示したデータ格納処理のプログラムは、様々な箇所で領域のクリア処理、及びデータのセットを行うために呼び出される共通モジュール(汎用モジュール)としての性格を有する。 In this embodiment, the data storage processing program shown in FIG. 121 has the characteristics of a common module (general-purpose module) that is called at various points to clear areas and set data.

このようなデータ格納処理の構成により、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる。より具体的には、所定領域のクリア処理やデータのセット処理といった所定処理が呼び出された場合に、呼び出された際の割込み制御状態を保存するとともに、当該呼び出される処理において割込み禁止状態で処理を行い、その後、呼び出し元に戻る際に、割込み制御状態を、保存した状態に戻すことができるため、処理のタイミングや順序を気にする必要がなくなり、また、呼び出された際の割込み制御状態を意識することなく、割込み禁止、割込み許可の設定を正常に維持することができる。 This data storage process configuration allows a specific process to be called without having to be aware of the interrupt control state at the time it was called. More specifically, when a specific process such as clearing a specific area or setting data is called, the interrupt control state at the time it was called is saved, and the called process is performed in an interrupt disabled state. Then, when returning to the caller, the interrupt control state can be restored to the saved state, so there is no need to worry about the timing or order of the processes, and the settings for interrupt disable and interrupt enable can be properly maintained without having to be aware of the interrupt control state at the time it was called.

また、このようなデータ格納処理のプログラムにおいて、割込み制御状態の制御、所定領域のクリア処理、及び当該所定処理へのデータのセット処理がひとまとまりに記述されることで、管理上、及び処理上の一層の効率化が図られる。 In addition, in such a data storage processing program, the control of the interrupt control state, the process of clearing a specified area, and the process of setting data to that specified processing are written together, which further improves management and processing efficiency.

[設定変更確認処理]
次に、図122、及び図123を参照して、メインCPU6201の制御によるメイン処理(主制御メイン処理)で呼び出される設定変更確認処理(図115のステップS6012)について説明する。なお、図122、図123は、設定変更確認処理の手順を示すフローチャートである。
[Settings change confirmation process]
Next, with reference to Fig. 122 and Fig. 123, a setting change confirmation process (step S6012 in Fig. 115) called in the main process (main control main process) under the control of the main CPU 6201 will be described. Fig. 122 and Fig. 123 are flowcharts showing the procedure of the setting change confirmation process.

まず、メインCPU6201は、ステップS6181において、(例えば、Eレジスタに記憶されている)起動時の設定キー6174aの状態情報を取得し、その設定キー6174aの操作が「オン」であるか否かを判定する。設定キー6174aの操作が「オフ」である場合(ステップS6181がNO判定の場合)、処理を終了する。 First, in step S6181, the main CPU 6201 acquires the state information of the setting key 6174a at the time of startup (for example, stored in the E register) and determines whether the setting key 6174a is operated to be "ON." If the setting key 6174a is operated to be "OFF" (if step S6181 is judged to be NO), the process ends.

ステップS6181において、メインCPU6201は、設定キー6174aの操作が「オン」である場合(ステップS6181がYES判定の場合)、ステップS6182で、メインRAM6203の作業領域(遊技用エリア)の設定変更ステータス領域に、起動時の設定キー6174aの状態情報、及び起動時のRAMクリアスイッチ6176の状態情報を格納する。なお、ここで保存された状態情報が、図118に示す起動状態チェック処理において、前回、設定変更中に電断が発生したか否かを判定するのに用いられる。 In step S6181, if the setting key 6174a is operated to be "ON" (if step S6181 is judged as YES), in step S6182 the main CPU 6201 stores the status information of the setting key 6174a at the time of startup and the status information of the RAM clear switch 6176 at the time of startup in the setting change status area of the working area (play area) of the main RAM 6203. Note that the status information stored here is used in the startup status check process shown in FIG. 118 to determine whether or not a power outage occurred during the previous setting change.

次に、ステップS6183において、メインCPU6201は、設定操作コマンドをセットして、演出制御コマンド送信処理を実行する。この処理により、設定操作コマンドは、副制御回路6300に向けて送信される。 Next, in step S6183, the main CPU 6201 sets the setting operation command and executes a performance control command transmission process. Through this process, the setting operation command is transmitted to the sub-control circuit 6300.

次に、ステップS6184において、メインCPU6201は、割込み要求信号(XINT)が発生したか否かを判定し、発生していると判定した場合(ステップS6184でYES判定の場合)、ステップS6194において電断設定処理を実行する。一方、割込み要求信号(XINT)が発生していないと判定した場合(ステップS6184でNO判定の場合)、PTC2タイムアウトが発生したか否かを判定し、発生していないと判定した場合(ステップS6185でNO判定の場合)、ステップS6184に進み、再度、割込み要求信号(XINT)が発生したか否かを判定する。 Next, in step S6184, the main CPU 6201 determines whether an interrupt request signal (XINT) has occurred, and if it determines that an interrupt request signal (XINT) has occurred (YES in step S6184), it executes a power cut setting process in step S6194. On the other hand, if it determines that an interrupt request signal (XINT) has not occurred (NO in step S6184), it determines whether a PTC2 timeout has occurred, and if it determines that a PTC2 timeout has not occurred (NO in step S6185), it proceeds to step S6184 and again determines whether an interrupt request signal (XINT) has occurred.

ステップS6185において、PTC2タイムアウトが発生していると判定した場合(ステップS6185でYES判定の場合)、メインCPU6201は、ステップS6186において、入力ポート読込処理を行う。 If it is determined in step S6185 that a PTC2 timeout has occurred (YES in step S6185), the main CPU 6201 performs input port read processing in step S6186.

次に、ステップS6188において、メインCPU6201は、出力ポートにセキュリティ信号出力を行い、ステップS6189において、(例えば、Aレジスタに)設定値をセットする。 Next, in step S6188, the main CPU 6201 outputs a security signal to the output port, and in step S6189, sets a setting value (for example, in the A register).

次に、ステップS6190において、メインCPU6201は、設定表示データテーブルとステップS6189でセットされた設定値に基づいて、Aレジスタに設定表示データをセットし、その後、ステップS6191において、Aレジスタの設定表示データに基づいて、表示LEDデータセットを行い、さらに、ステップS6192において、性能LEDコモンセットを行う。 Next, in step S6190, the main CPU 6201 sets the setting display data in the A register based on the setting display data table and the setting value set in step S6189, and then in step S6191, performs display LED data setting based on the setting display data in the A register, and further performs performance LED common setting in step S6192.

次に、ステップS6193において、メインCPU6201は、WDTのクリア処理、及びWDTのリスタート処理を行う。 Next, in step S6193, the main CPU 6201 performs WDT clear processing and WDT restart processing.

次に、ステップS6194において、メインCPU6201は、RAMクリアスイッチ6176が「オフ」か否かを判定し、「オフ」であると判定した場合(ステップS6194でYES判定の場合)、すなわち、起動時に、RAMクリアスイッチ6176が操作されず、オフの状態となっている場合に、この操作は、設定確認の操作であると判定し、ステップS6197に進む。 Next, in step S6194, the main CPU 6201 determines whether the RAM clear switch 6176 is "off" or not, and if it is determined to be "off" (YES in step S6194), i.e., if the RAM clear switch 6176 was not operated and is in the "off" state at startup, it determines that this operation is a setting confirmation operation, and proceeds to step S6197.

一方、RAMクリアスイッチ6176が「オン」であると判定した場合(ステップS6194でNO判定の場合)、すなわち、起動時に、RAMクリアスイッチ6176が操作され、オンの状態となっている場合に、この操作は、設定更新の操作であると仮定し、ステップS6195において、RAMクリアスイッチ6176が操作されているか否かを判定する。ステップS6195において、RAMクリアスイッチ6176が操作されていない場合(ステップS6195でNO判定の場合)、ステップS6197に進む。 On the other hand, if it is determined that the RAM clear switch 6176 is "on" (if the judgment at step S6194 is NO), that is, if the RAM clear switch 6176 is operated and in the on state at startup, it is assumed that this operation is an operation to update settings, and in step S6195 it is determined whether the RAM clear switch 6176 has been operated. If in step S6195 the RAM clear switch 6176 has not been operated (if the judgment at step S6195 is NO), the process proceeds to step S6197.

一方、ステップS6195において、RAMクリアスイッチ6176が操作されている場合(ステップS6195でYES判定の場合、例えば、RAMクリアスイッチ6176をカチカチと押す操作をした場合)、ステップS6196において、RAMクリアスイッチ6176の操作に応じて設定値を変動させ、設定値を更新する。 On the other hand, in step S6195, if the RAM clear switch 6176 has been operated (if the determination in step S6195 is YES, for example, if the RAM clear switch 6176 has been clicked), in step S6196, the setting value is changed in response to the operation of the RAM clear switch 6176, and the setting value is updated.

その後、ステップS6197において、メインCPU6201は、設定キー6174aが「オフ」に操作されたか否かを判定し、「オン」である場合(ステップS6197でNO判定の場合)、すなわち、設定キー6174aが「オン」のままである場合、ステップS6184に戻り、そこで再度、割込み要求信号の発生を判定する。 Then, in step S6197, the main CPU 6201 determines whether the setting key 6174a has been operated to "OFF" or not, and if it is "ON" (if the determination is NO in step S6197), i.e., if the setting key 6174a remains "ON", the process returns to step S6184, where it is again determined whether an interrupt request signal has been generated.

一方、設定キー6174aが「オフ」に操作された場合(ステップS6197でYES判定の場合)、設定変更の処理が終了したと判定して、ステップS6198において、設定変更ステータス領域(今回の設定変更に係る作業領域)をクリアし、処理を終了する。なお、ステップS6198において、設定変更ステータス領域がクリアされることによって、ここで保存された状態情報が、図118に示す起動状態チェック処理において参照された場合に、前回、設定変更中に電断が発生していないと判定され、電断等で、ステップS6198の処理が行われないと、図118に示す起動状態チェック処理において、前回、設定変更中に電断が発生したと判定される。また、ここで、設定変更ステータス情報を、レジスタ(例えば、Aレジスタ)にロードし、次の遊技復帰処理に備えている。 On the other hand, if the setting key 6174a is operated to "OFF" (YES in step S6197), it is determined that the setting change processing has ended, and in step S6198, the setting change status area (work area related to the current setting change) is cleared, and processing ends. Note that by clearing the setting change status area in step S6198, when the status information saved here is referenced in the startup status check processing shown in FIG. 118, it is determined that no power interruption occurred during the previous setting change, and if the processing of step S6198 is not performed due to a power interruption or the like, it is determined in the startup status check processing shown in FIG. 118 that a power interruption occurred during the previous setting change. Also, here, the setting change status information is loaded into a register (e.g., register A) in preparation for the next game return processing.

[電断判定処理]
次に、図124を参照して、メインCPU6201の制御によるメイン処理(主制御メイン処理)で呼び出される電断判定処理(図115のステップS6015)について説明する。なお、図124は、電断判定処理の手順を示すフローチャートである。
[Power interruption determination process]
Next, with reference to Fig. 124, a power interruption determination process (step S6015 in Fig. 115) called in the main process (main control main process) under the control of the main CPU 6201 will be described. Fig. 124 is a flowchart showing the procedure of the power interruption determination process.

まず、メインCPU6201は、ステップS6211において、XINTを検知したか否かを判定し、検知していないと判定した場合(ステップS6211でNO判定の場合)、すなわち、電断を検知していない場合、処理を終了する。一方、XINTを検知したと判定した場合(ステップS6211でYES判定の場合)、ステップS6212で電断設定処理を実行する。なお、電断判定処理については、後で詳細に説明する。 First, in step S6211, the main CPU 6201 determines whether or not XINT has been detected. If it is determined that XINT has not been detected (NO in step S6211), i.e., if a power interruption has not been detected, the process ends. On the other hand, if it is determined that XINT has been detected (YES in step S6211), the process executes a power interruption setting process in step S6212. The power interruption determination process will be described in detail later.

また、この処理では、XINTの検知は、XINT検知フラグを参照することによって行われ、このXINT検知フラグは、後述する外部マスカブル割込み処理が電断を検知した場合にセットする。 In addition, in this process, XINT detection is performed by referencing the XINT detection flag, which is set when the external maskable interrupt process described below detects a power outage.

[電断設定処理]
次に、図125を参照して、メインCPU6201の制御による設定変更確認処理や電断判定処理で呼び出される電断設定処理(図122のステップS6194、図124のステップS6212)について説明する。なお、図125は、電断設定処理の手順を示すフローチャートである。
[Power off setting process]
Next, with reference to Fig. 125, a power interruption setting process (step S6194 in Fig. 122 and step S6212 in Fig. 124) called in the setting change confirmation process and power interruption determination process under the control of the main CPU 6201 will be described. Fig. 125 is a flowchart showing the procedure of the power interruption setting process.

まず、メインCPU6201は、ステップS6231において、XINT検知フラグをクリアする。ここで、XINT検知フラグは、上述のように、後述する外部マスカブル割込み処理が電断を検知した場合にセットするフラグである。 First, in step S6231, the main CPU 6201 clears the XINT detection flag. Here, the XINT detection flag is a flag that is set when the external maskable interrupt process described below detects a power outage, as described above.

次に、ステップS6232において、指定領域CRC生成処理を行う。この処理は、領域外エリア処理呼出命令でコールされることにより、バンク1に係る処理(領域外エリアの処理)を行う。メインCPU6201はそこで、メインRAM6203の遊技用エリアと、メインRAM6203の領域外エリアに関するCRCを生成し、その処理が終了すると、遊技用エリア処理復帰命令でリターンすることにより、以降の処理が、バンク0に係る処理(遊技用エリアの処理)を行うことになる。なお、この処理については、後で詳細に説明する。 Next, in step S6232, a designated area CRC generation process is performed. This process is called by an outside area process call command, and performs processing related to bank 1 (outside area processing). The main CPU 6201 then generates a CRC for the game area of the main RAM 6203 and the outside area of the main RAM 6203, and when this process is complete, a return is made by a game area process return command, and the subsequent process performs processing related to bank 0 (game area processing). This process will be described in detail later.

その後、メインCPU6201は、ステップS6233において、RAMアクセス禁止コマンドを所定のレジスタに送信することによって、メインRAM6203へのアクセスを禁止する、RAMアクセス禁止処理を行う。 Then, in step S6233, the main CPU 6201 performs RAM access prohibition processing to prohibit access to the main RAM 6203 by sending a RAM access prohibition command to a specified register.

[指定領域CRC生成処理]
次に、図126を参照して、メインCPU6201の制御による電断設定処理で呼び出される指定領域CRC生成処理(図125のステップS6232)について説明する。なお、図126は、指定領域CRC生成処理の手順を示すフローチャートである。
[Specified area CRC generation process]
Next, with reference to Fig. 126, a description will be given of the designated area CRC generation process (step S6232 in Fig. 125) called in the power interruption setting process under the control of the main CPU 6201. Note that Fig. 126 is a flowchart showing the procedure of the designated area CRC generation process.

また、指定領域CRC生成処理は、上述したように、領域外エリア処理呼出命令により呼び出されるため、バンク1に係る処理となっており、この処理を実行するためのプログラムは、メインROM6202の領域外エリアに記憶されているプログラムであって、メインRAM6203のの領域外エリアである、作業領域(領域外エリア)、及びスタックエリア(領域外エリア)を利用する。ただし、この処理では、後述のように、CRC算出のために、メインRAM6203のの遊技用エリアも参照する。 As described above, the designated area CRC generation process is called by the outside area process call command, and is therefore a process related to bank 1, and the program for executing this process is a program stored in the outside area of main ROM 6202, and uses the working area (outside area) and stack area (outside area), which are outside areas of main RAM 6203. However, this process also references the game area of main RAM 6203 to calculate the CRC, as described below.

まず、メインCPU6201は、ステップS6251において、電断検知フラグをメインRAM6203のの作業領域(領域外エリア)に格納する。 First, in step S6251, the main CPU 6201 stores the power interruption detection flag in the working area (outside area) of the main RAM 6203.

次に、メインCPU6201は、ステップS6252において、指定領域CRC算出処理を行う。この処理は、例えば、CRC16演算レジスタを用いて、当該CRC16演算レジスタに、算出対象となるデータをライトすることで実行される。また、算出対象としては、メインRAM6203の遊技用エリアと領域外エリアの大部分が含まれる。なお、本実施形態では、この指定領域CRC生成処理は、基本的にバンク1に係る処理を行うものとして、領域外エリア処理呼出命令によって呼び出されるが、上述したように、CRCの算出に関しては、算出対象として、メインRAM6203の遊技用エリアを含むように構成される。 Next, in step S6252, the main CPU 6201 performs a designated area CRC calculation process. This process is executed, for example, by using a CRC16 calculation register and writing the data to be calculated to the CRC16 calculation register. The calculation targets include the game area of the main RAM 6203 and most of the outside area. Note that in this embodiment, this designated area CRC generation process is called by an outside area processing call command as it basically performs processing related to bank 1, but as described above, the calculation target for the CRC is configured to include the game area of the main RAM 6203.

次に、メインCPU6201は、ステップS6253において、CRC算出結果(指定領域CRC値)を、(例えば、HLレジスタ)に格納する。 Next, in step S6253, the main CPU 6201 stores the CRC calculation result (designated area CRC value) in (e.g., the HL register).

最後に、メインCPU6201は、遊技用エリア処理復帰命令により、この処理を終了し、処理が領域外エリアに係る処理から、遊技用エリアに係る処理に切り替えられる。 Finally, the main CPU 6201 ends this processing by issuing a game area processing return command, and processing is switched from processing related to the outside area to processing related to the game area.

[性能表示モニタ集計除算処理]
次に、図127を参照して、メインCPU6201の制御によるメイン処理(主制御メイン処理)で呼び出される性能表示モニタ集計除算処理(図115のステップS6017)について説明する。なお、図127は、性能表示モニタ集計除算処理の手順を示すフローチャートである。
[Performance display monitor aggregation division process]
Next, with reference to Fig. 127, a description will be given of the performance display monitor tally division process (step S6017 in Fig. 115) called in the main process (main control main process) under the control of the main CPU 6201. Fig. 127 is a flowchart showing the procedure of the performance display monitor tally division process.

また、性能表示モニタ集計除算処理は、上述したように、領域外エリア処理呼出命令により呼び出されるため、バンク1に係る処理となっており、この処理を実行するためのプログラムは、メインROM6202の領域外エリアに記憶されているプログラムであって、メインRAM6203のの領域外エリアである、作業領域(領域外エリア)、及びスタックエリア(領域外エリア)を利用する。 As described above, the performance display monitor aggregation division process is called by an outside area process call command, and is therefore a process related to bank 1. The program for executing this process is a program stored in the outside area of main ROM 6202, and uses the working area (outside area) and stack area (outside area), which are outside areas of main RAM 6203.

まず、メインCPU6201は、ステップS6271において、領域外RAMクリアチェック処理を実行する。なお、この処理については、後で詳細に説明する。 First, in step S6271, the main CPU 6201 executes an out-of-area RAM clear check process. This process will be described in detail later.

次に、メインCPU6201は、ステップS6272において、表示データ切替フラグ1領域の内容を(例えば、Aレジスタに)セットし、ステップS6273において、Aレジスタにセットした値が、区間Aフラグ値(0)以外(すなわち、299個到達済み)か否かを判定する。 Next, in step S6272, the main CPU 6201 sets the contents of the display data switching flag 1 area (for example, in the A register), and in step S6273, determines whether the value set in the A register is other than the section A flag value (0) (i.e., 299 has been reached).

ステップS6273において、区間Aフラグ値(0)以外であると判定された場合(ステップS6273がYES判定の場合)、299個に到達したとして、ステップS6280に進む。 If it is determined in step S6273 that the section A flag value is other than (0) (if step S6273 returns a YES judgement), it is assumed that 299 has been reached and the process proceeds to step S6280.

一方、ステップS6273において、区間Aフラグ値(0)であると判定された場合(ステップS6273がNO判定の場合)、299個に到達していないとして、ステップS6272に進み、そこで、総アウトカウンタ値と区間A判定値を比較する。 On the other hand, if it is determined in step S6273 that the section A flag value is (0) (if step S6273 is a NO judgement), it is determined that 299 has not been reached and the process proceeds to step S6272, where the total out counter value is compared with the section A judgement value.

次に、メインCPU6201は、ステップS6275において、総アウトカウンタ値と区間A判定値との差が299個未満か否かを判定し、その差が299個未満であると判定した場合(ステップS6275がYES判定の場合)、ステップS6285に進む。総アウトカウンタ値と区間A判定値との差が299個未満でないと判定した場合(ステップS6275がNO判定の場合)、ステップS6276に進み、そこで、表示データ切替フラグ1領域に、区間Bフラグ値をセットする。 Next, in step S6275, the main CPU 6201 determines whether the difference between the total out counter value and the section A judgment value is less than 299, and if it determines that the difference is less than 299 (if step S6275 is a YES judgment), it proceeds to step S6285. If it determines that the difference between the total out counter value and the section A judgment value is not less than 299 (if step S6275 is a NO judgment), it proceeds to step S6276, where it sets the section B flag value in the display data switch flag 1 area.

次に、メインCPU6201は、ステップS6278において、通常賞球数カウンタ領域に「0」をセットし、ステップS6279において、通常アウトカウンタ領域に「0」をセットする。 Next, in step S6278, the main CPU 6201 sets the normal prize ball count counter area to "0", and in step S6279, sets the normal out counter area to "0".

次に、メインCPU6201は、ステップS6284において、計算ワーク対象取得処理5を実行し、その後、メインCPU6201は、遊技用エリア処理復帰命令により、この処理を終了し、処理が領域外エリアに係る処理から、遊技用エリアに係る処理に切り替えられる。 Next, in step S6284, the main CPU 6201 executes calculation work target acquisition process 5, and then the main CPU 6201 ends this process in response to a game area processing return command, and processing is switched from processing related to the outside area to processing related to the game area.

ステップS6273において、Aレジスタの値が区間Aフラグ値(0)以外であると判定された場合(ステップS6273がYES判定の場合)、299個に到達したとして、ステップS6280に進み、そこで、総アウトカウンタ値と区間移行判定値を比較する。 If it is determined in step S6273 that the value of the A register is other than the section A flag value (0) (if step S6273 returns a YES judgement), it is determined that 299 has been reached and the process proceeds to step S6280, where the total out counter value is compared with the section transition judgement value.

次に、メインCPU6201は、ステップS6281において、総アウトカウンタ値と区間移行判定値との差が60000個未満か否かを判定し、その差が60000個未満であると判定した場合(ステップS6281がYES判定の場合)、ステップS6285に進む。総アウトカウンタ値と区間移行判定値との差が60000個未満でないと判定した場合(ステップS6281がNO判定の場合)、ステップS6282に進み、そこで、表示データ切替フラグ1領域の値を補正する(すなわち、1を加算する(ただし、規定の上限値に達した場合は加算しない))。その後、ステップS6284に進む。 Next, in step S6281, the main CPU 6201 determines whether the difference between the total out counter value and the section transition determination value is less than 60,000, and if it determines that the difference is less than 60,000 (if step S6281 is a YES determination), it proceeds to step S6285. If it determines that the difference between the total out counter value and the section transition determination value is not less than 60,000 (if step S6281 is a NO determination), it proceeds to step S6282, where it corrects the value of the display data switching flag 1 area (i.e., adds 1 (however, if the specified upper limit value is reached, no addition is made)). It then proceeds to step S6284.

ステップS6275において、総アウトカウンタ値と区間A判定値との差が299個未満であると判定した場合(ステップS6275がYES判定の場合)や、ステップS6281において、総アウトカウンタ値と区間移行判定値との差が60000個未満であると判定した場合(ステップS6281がYES判定の場合)、ステップS6285において、除算タスクモジュールアドレステーブルと除算タスク移行状態領域の内容とから、対象モジュールを決定し、当該決定した対象モジュールを呼び出す。 If it is determined in step S6275 that the difference between the total out counter value and the section A judgment value is less than 299 (if step S6275 is judged as YES), or if it is determined in step S6281 that the difference between the total out counter value and the section transition judgment value is less than 60,000 (if step S6281 is judged as YES), then in step S6285, the target module is determined from the division task module address table and the contents of the division task transition state area, and the determined target module is called.

最後に、メインCPU6201は、遊技用エリア処理復帰命令により、この処理を終了し、処理が領域外エリアに係る処理から、遊技用エリアに係る処理に切り替えられる。 Finally, the main CPU 6201 ends this processing by issuing a game area processing return command, and processing is switched from processing related to the outside area to processing related to the game area.

このように、本実施形態では、性能表示モニタ集計除算処理の最初に、領域外RAMクリアチェック処理を行っており、これによって、メインRAM6203に異常があったような場合に、性能表示モニタ関連の領域をクリアする。 In this way, in this embodiment, an out-of-area RAM clear check process is performed at the beginning of the performance display monitor aggregation division process, which clears the area related to the performance display monitor if there is an abnormality in the main RAM 6203.

本実施形態では、図112、図119、及び図120を参照して説明したように、パチンコ遊技機の起動時に、遊技用エリアと領域外エリアのクリア処理が同期して(概ね同じタイミングで)行われるが、このようなクリア処理に加えて、ここでは、パチンコ遊技機の起動後、メインRAM6203に異常があった場合、その時点で非同期に性能表示モニタ関連の領域をクリアするように構成されている。この構成によって、継続的に性能表示モニタの機能を維持し続けることができ、また、異常な性能表示モニタによる表示を効果的に回避することができる。 In this embodiment, as described with reference to Figures 112, 119, and 120, when the pachinko gaming machine is started up, the clearing process of the game area and the outside area is performed synchronously (at roughly the same timing), but in addition to this clearing process, here, if an abnormality occurs in the main RAM 6203 after the pachinko gaming machine is started up, the performance display monitor-related area is cleared asynchronously at that point in time. This configuration makes it possible to continuously maintain the function of the performance display monitor, and also makes it possible to effectively avoid displays by an abnormal performance display monitor.

[領域外RAMクリアチェック処理]
次に、図128を参照して、メインCPU6201の制御による性能表示モニタ集計除算処理で呼び出される領域外RAMクリアチェック処理(図127のステップS6271)について説明する。なお、図128は、領域外RAMクリアチェック処理の手順を示すフローチャートである。
[Out-of-area RAM clear check process]
Next, with reference to Fig. 128, an explanation will be given of the outside RAM clear check process (step S6271 in Fig. 127) called in the performance display monitor tally division process under the control of the main CPU 6201. Fig. 128 is a flowchart showing the procedure of the outside RAM clear check process.

また、領域外RAMクリアチェック処理は、上述したように、領域外エリア処理呼出命令により呼び出された性能表示モニタ集計除算処理によって呼び出されるため、バンク1に係る処理となっており、この処理を実行するためのプログラムは、メインROM6202の領域外エリアに記憶されているプログラムであって、メインRAM6203のの領域外エリアである、作業領域(領域外エリア)、及びスタックエリア(領域外エリア)を利用する。 As described above, the out-of-area RAM clear check process is called by the performance display monitor tally division process called by the out-of-area process call command, and is therefore a process related to bank 1. The program for executing this process is a program stored in the out-of-area area of main ROM 6202, and uses the working area (out-of-area area) and stack area (out-of-area area), which are out-of-area areas of main RAM 6203.

まず、メインCPU6201は、ステップS6301において、メインRAM6203の領域外エリアに記憶されている初期化フラグ領域の内容を(例えば、HLレジスタに)セットする。次に、ステップS6302において、HLレジスタの値と初期フラグ値が同じか否かを判定し、異なると判定した場合(ステップS6302がNO判定の場合)、ステップS6309に進む。一方、HLレジスタの値と初期フラグ値が同じであると判定された場合(ステップS6302がYES判定の場合)、ステップS6303において、除算タスク移行状態領域の内容を(例えば、Aレジスタに)セットし、ステップS6304において、Aレジスタの値が、正常な範囲内の値か否かを判定する。 First, in step S6301, the main CPU 6201 sets (e.g., in the HL register) the contents of the initialization flag area stored in the outer area of the main RAM 6203. Next, in step S6302, it is determined whether the value of the HL register and the initial flag value are the same, and if it is determined that they are different (if step S6302 is a NO judgement), the process proceeds to step S6309. On the other hand, if it is determined that the value of the HL register and the initial flag value are the same (if step S6302 is a YES judgement), in step S6303, the content of the division task transition state area is set (e.g., in the A register), and in step S6304, it is determined whether the value of the A register is within the normal range.

次に、メインCPU6201は、ステップS6304において、Aレジスタの値が、正常な範囲内の値でないと判定した場合(ステップS6304がNO判定の場合)、ステップS6309に進む。一方、Aレジスタの値が、正常な範囲内の値であると判定した場合(ステップS6304がYES判定の場合)、ステップS6305において、表示内容ポインタ領域の内容を(例えば、Aレジスタに)セットし、ステップS6306において、Aレジスタの値が、正常な範囲内の値か否かを判定する。 Next, if the main CPU 6201 determines in step S6304 that the value of the A register is not within the normal range (if step S6304 is a NO judgement), it proceeds to step S6309. On the other hand, if the main CPU 6201 determines that the value of the A register is within the normal range (if step S6304 is a YES judgement), it sets the contents of the display content pointer area (e.g., in the A register) in step S6305, and determines in step S6306 whether the value of the A register is within the normal range.

次に、メインCPU6201は、ステップS6306において、Aレジスタの値が、正常な範囲内の値でないと判定した場合(ステップS6306がNO判定の場合)、ステップS6309に進む。一方、Aレジスタの値が、正常な範囲内の値であると判定した場合(ステップS6306がYES判定の場合)、ステップS6307において、表示データ切替フラグ1領域の内容を(例えば、Aレジスタに)セットし、ステップS6308において、Aレジスタの値が、正常な範囲内の値か否かを判定する。 Next, if the main CPU 6201 determines in step S6306 that the value of the A register is not within the normal range (if step S6306 is a NO judgement), it proceeds to step S6309. On the other hand, if the main CPU 6201 determines that the value of the A register is within the normal range (if step S6306 is a YES judgement), it sets the contents of the display data switching flag 1 area (for example, in the A register) in step S6307, and determines in step S6308 whether the value of the A register is within the normal range.

次に、メインCPU6201は、ステップS6308において、Aレジスタの値が、正常な範囲内の値でないと判定した場合(ステップS6308がNO判定の場合)、ステップS6309に進む。一方、Aレジスタの値が、正常な範囲内の値であると判定した場合(ステップS6308がYES判定の場合)、処理を終了する。 Next, if the main CPU 6201 determines in step S6308 that the value of the A register is not within the normal range (if step S6308 returns a NO judgment), it proceeds to step S6309. On the other hand, if the main CPU 6201 determines that the value of the A register is within the normal range (if step S6308 returns a YES judgment), it ends the process.

ステップS6302でNO判定の場合、ステップS6304でNO判定の場合、ステップS6306でNO判定の場合、または、ステップS6308でNO判定の場合、メインCPU6201は、ステップS6309において、メインRAM6203の領域外エリアに配置されている性能表示モニタ関連領域をクリアする。次に、メインCPU6201は、ステップS6310において、性能表示モニタ制御イニシャルテーブル等に基づいて、性能表示モニタ制御の初期設定を行い、その後、処理を終了する。 If the judgment is NO in step S6302, NO in step S6304, NO in step S6306, or NO in step S6308, the main CPU 6201 clears the performance display monitor related area located in the outside area of the main RAM 6203 in step S6309. Next, the main CPU 6201 performs initial settings for performance display monitor control based on the performance display monitor control initial table, etc., in step S6310, and then ends processing.

[主制御コマンド送受信処理]
次に、図129を参照して、メインCPU6201の制御によるメイン処理(主制御メイン処理)で呼び出される主制御コマンド送受信処理(図116のステップS6021)について説明する。なお、図129は、主制御コマンド送受信処理の手順を示すフローチャートである。
[Main control command transmission/reception processing]
Next, referring to Fig. 129, a description will be given of the main control command transmission/reception process (step S6021 in Fig. 116) called in the main process (main control main process) under the control of the main CPU 6201. Fig. 129 is a flow chart showing the procedure of the main control command transmission/reception process.

まず、メインCPU6201は、ステップS6331において、XINTを検知したか否かを判定し、検知したと判定した場合(ステップS6331でYES判定の場合)、すなわち、電断を検知した場合、処理を終了する。一方、XINTを検知していないと判定した場合(ステップS6331でNO判定の場合)、ステップS6332で、(例えば、Aレジスタに)主制御コマンド制御状態番号をセットする。ここで、主制御コマンド制御状態番号は、「0」が、主制御コマンド送信開始値を表し、「1」が、払出通信モード受信値を表し、「2」が、払出通信イベント受信値を表しており、主制御コマンド送信開始処理、払出通信モード受信処理、払出通信イベント受信処理等においてそれぞれ、主制御コマンド制御状態番号が設定される。 First, in step S6331, the main CPU 6201 determines whether or not XINT has been detected, and if it determines that it has been detected (YES in step S6331), i.e., if a power outage has been detected, it ends the process. On the other hand, if it determines that XINT has not been detected (NO in step S6331), it sets the main control command control state number (for example, in the A register) in step S6332. Here, the main control command control state number is "0" which represents the main control command transmission start value, "1" which represents the payout communication mode reception value, and "2" which represents the payout communication event reception value, and the main control command control state number is set in each of the main control command transmission start processing, payout communication mode reception processing, payout communication event reception processing, etc.

次に、メインCPU6201は、ステップS6333において、主制御コマンド制御状態番号に応じた処理を選択する。この処理は、例えば、主制御コマンド制御状態番号に応じた処理のアドレス(プログラム開始アドレス)を定義している、払出通信制御分岐テーブルを参照して、Aレジスタにセットされている主制御コマンド制御状態番号に応じた処理のアドレスを求めるものである。 Next, in step S6333, the main CPU 6201 selects a process corresponding to the main control command control state number. This process, for example, refers to a payout communication control branch table that defines the address (program start address) of the process corresponding to the main control command control state number, and determines the address of the process corresponding to the main control command control state number set in the A register.

次に、メインCPU6201は、ステップS6334において、ステータスレジスタ(例えば、非同期シリアル送受信用のレジスタ)の受信FIFO状態チェック値を参照して、受信FIFOエラーが検知された否かを判定し、当該受信FIFOエラーが検知されていないと判定された場合(ステップS6334でNO判定の場合)、異常なしと判断して、ステップS6336に進む。 Next, in step S6334, the main CPU 6201 refers to the receive FIFO status check value in a status register (e.g., a register for asynchronous serial transmission and reception) to determine whether a receive FIFO error has been detected. If it is determined that the receive FIFO error has not been detected (NO in step S6334), it determines that there is no abnormality and proceeds to step S6336.

ステップS6334において、受信FIFOエラーが検知されたと判定された場合(ステップS6334でYES判定の場合)、異常ありと判断して、ステップS6335において、所定のコマンドレジスタに受信FIFOクリアのためのコマンドを送信し、受信FIFOをクリアする。 If it is determined in step S6334 that a receive FIFO error has been detected (YES in step S6334), it is determined that there is an abnormality, and in step S6335, a command to clear the receive FIFO is sent to a specified command register, and the receive FIFO is cleared.

次に、メインCPU6201は、ステップS6336において、ステップS6333で選択されたアドレスを用いて、対応する処理(すなわち、主制御コマンド制御状態に応じた処理)を呼び出し、その後、処理を終了する。対応する処理は、例えば、主制御コマンド送信開始処理、払出通信モード受信処理、払出通信イベント受信処理のいずれかである。 Next, in step S6336, the main CPU 6201 uses the address selected in step S6333 to call the corresponding process (i.e., the process corresponding to the main control command control state), and then ends the process. The corresponding process is, for example, a main control command transmission start process, a payout communication mode reception process, or a payout communication event reception process.

図129に示す主制御コマンド送受信処理では、受信データの有無を問わず、処理を継続するために、ステップS6334における、受信FIFOのエラー検知の結果に応じて、受信FIFOのクリアを行う。例えば、受信データがあって、受信FIFOのエラーなしの場合は、正常データを取得して選択された処理を呼び出し、受信データなしで、受信FIFOのエラーなしの場合は、0データを取得して選択された処理を呼び出し、受信データがあって、受信FIFOのエラーありの場合は、受信FIFOをクリアし、0データを取得して選択された処理を呼び出し、受信データがなしで、受信FIFOのエラーありの場合は、受信FIFOをクリアし、0データを取得して選択された処理を呼び出す。 In the main control command transmission/reception process shown in FIG. 129, in order to continue processing regardless of whether there is received data or not, the reception FIFO is cleared according to the result of the reception FIFO error detection in step S6334. For example, if there is received data and there is no reception FIFO error, normal data is obtained and the selected process is called; if there is no received data and there is no reception FIFO error, 0 data is obtained and the selected process is called; if there is received data and there is an error in the reception FIFO, the reception FIFO is cleared, 0 data is obtained and the selected process is called; if there is no received data and there is an error in the reception FIFO, the reception FIFO is cleared, 0 data is obtained and the selected process is called.

[主制御コマンド送信開始処理]
次に、図130を参照して、メインCPU6201の制御による主制御コマンド送受信処理において、主制御コマンド制御状態番号に基づいて選択されたプログラムアドレスを用いて呼び出される主制御コマンド送信開始処理(図129のステップS6336)について説明する。なお、図130は、主制御コマンド送信開始処理の手順を示すフローチャートである。
[Main control command transmission start process]
Next, referring to Fig. 130, a main control command transmission start process (step S6336 in Fig. 129) that is called using a program address selected based on the main control command control state number in the main control command transmission/reception process under the control of the main CPU 6201 will be described. Fig. 130 is a flow chart showing the procedure of the main control command transmission start process.

まず、メインCPU6201は、ステップS6351において、メインRAM6203の遊技用エリアの起動情報領域に記憶されている起動情報を(例えば、Aレジスタ)にセット(退避)し、ステップS6352において、この起動情報領域をクリアする。 First, in step S6351, the main CPU 6201 sets (backs) the startup information stored in the startup information area of the game area of the main RAM 6203 (e.g., the A register), and in step S6352, clears this startup information area.

次に、メインCPU6201は、ステップS6353において、Aレジスタを参照して、起動情報があるか否かを判定する。起動情報があると判定された場合(ステップS6353がYES判定の場合)、ステップS6361に進み、起動情報がないと判定された場合(ステップS6353がNO判定の場合)、ステップS6354において、メインRAM6203の遊技用エリアの払出管理カウンタ領域のサイズを(例えば、Bレジスタ)にセットする。ここで、払出管理カウンタ領域のサイズは、例えば15であり、これが、管理する賞球数のエントリー数となる(例えば、賞球数1~15)。 Next, in step S6353, the main CPU 6201 refers to the A register to determine whether or not there is startup information. If it is determined that there is startup information (if step S6353 is a YES judgement), the process proceeds to step S6361. If it is determined that there is no startup information (if step S6353 is a NO judgement), in step S6354, the size of the payout management counter area of the game area of the main RAM 6203 is set (for example, in the B register). Here, the size of the payout management counter area is, for example, 15, which becomes the number of entries for the number of prize balls to be managed (for example, prize balls 1 to 15).

次に、メインCPU6201は、ステップS6355において、払出管理カウンタ領域の先頭アドレスを取得し、その15バイト目(最下位のバイト)のアドレスを(例えば、HLレジスタ)にセットし、ステップS6356において、HLレジスタにセットされたアドレスに対応するエントリーの値(カウンタ値)が「0」であればそのままとし、それ以外は「1」を減算し、減算できたか否かに応じて、所定のフラグを変化させる。 Next, in step S6355, the main CPU 6201 obtains the top address of the payout management counter area and sets the address of the 15th byte (the lowest byte) in (e.g., the HL register), and in step S6356, if the value (counter value) of the entry corresponding to the address set in the HL register is "0", it is left as is, otherwise "1" is subtracted, and a specified flag is changed depending on whether or not the subtraction was successful.

この処理では、賞球ごとに払出しがあるかのカウンタ値(15球賞球が3回ならカウンタ値は3)があって、カウンタ値を減算できればフラグをセットし、カウンタ値が「0」の場合は「0」のままとするように、1つの処理(1命令)で行うよう制御する。 This process has a counter value indicating whether or not a payout has been made for each winning ball (if there are 3 wins out of 15 winning balls, the counter value is 3), and if the counter value can be decremented, a flag is set, and if the counter value is "0", it is left at "0", and is controlled to be performed in one process (one command).

次に、メインCPU6201は、ステップS6357において、払出管理カウンタ領域の判定対象アドレスに対応するエントリーのカウンタ値があるか否かを判定する。この判定は、ステップS6356において、カウンタ値に「1」の減算が行われたか否かを表す、上述した所定のフラグを参照することによって行われる。カウンタ値があると判定された場合(ステップS6357がYES判定の場合)、すなわち、「1」の減算が行われた場合、ステップS6360に進む。 Next, in step S6357, the main CPU 6201 determines whether or not there is a counter value for an entry corresponding to the address being determined in the payout management counter area. This determination is made by referring to the predetermined flag described above, which indicates whether or not "1" has been subtracted from the counter value in step S6356. If it is determined that there is a counter value (if step S6357 is a YES determination), i.e., if "1" has been subtracted, the process proceeds to step S6360.

一方、カウンタ値がないと判定された場合(ステップS6357がNO判定の場合)、すなわち、「1」の減算が行われていない場合、ステップS6358に進み、そこで、次のエントリーのカウンタ値を参照するように、HLレジスタのアドレスを減算する。例えば、HLレジスタのアドレスが15バイト目(最下位のバイト)であった場合は、14バイト目(最下位から1つ上位のバイト)に変更される。 On the other hand, if it is determined that there is no counter value (if step S6357 is a NO judgement), i.e., if "1" has not been subtracted, the process proceeds to step S6358, where the address of the HL register is subtracted so as to refer to the counter value of the next entry. For example, if the address of the HL register is the 15th byte (the lowest byte), it is changed to the 14th byte (the byte one level above the lowest).

次に、メインCPU6201は、ステップS6359において、すべてのエントリー(例えば、払出管理カウンタ領域のサイズとして定義されている15のエントリー)の払出管理カウンタ領域について処理を行ったか否かを判定し、すべてのエントリーの処理を終了した場合(ステップS6359がYES判定の場合)、ステップS6360に進む。一方、すべてのエントリーの処理を終了していない場合(ステップS6359がNO判定の場合)、払出管理カウンタ領域の次のアドレスに関する処理を行うために、ステップS6355に進み、以降の処理を繰り返す。 Next, in step S6359, the main CPU 6201 determines whether or not processing has been performed for the payout management counter area of all entries (e.g., 15 entries defined as the size of the payout management counter area), and if processing of all entries has been completed (if step S6359 is judged as YES), proceeds to step S6360. On the other hand, if processing of all entries has not been completed (if step S6359 is judged as NO), proceeds to step S6355 to process the next address in the payout management counter area, and the subsequent processing is repeated.

ステップS6353がYES判定の場合、または、ステップS6359がYES判定の場合、上述のように、ステップS6360に進み、そこで、メインCPU6201は、主制御コマンドを生成する。本実施形態では、払出管理カウンタ領域が15のエントリーを有し、これらが、賞球数1~15に関するカウンタに対応している。ステップS6357で、判定対象アドレスに対応するエントリーにカウンタ値があると判定された場合、その判定対象アドレスに対応するエントリーの賞球数に応じた払出数の主制御コマンドを生成する。 If step S6353 is judged as YES, or if step S6359 is judged as YES, the process proceeds to step S6360, as described above, where the main CPU 6201 generates a main control command. In this embodiment, the payout management counter area has 15 entries, which correspond to the counters for the numbers of prize balls 1 to 15. If it is judged in step S6357 that the entry corresponding to the address to be judged has a counter value, a main control command is generated for the number of payouts according to the number of prize balls for the entry corresponding to the address to be judged.

次に、メインCPU6201は、ステップS6361において、例えば、非同期シリアル送受信のデータレジスタに対して、主制御コマンドを送信する。主制御コマンドは、ステップS6361が、ステップS6353がYES判定の場合に実行されるときは、起動情報に基づいた主制御コマンドであり、ステップS6360の後で実行されるときは、ステップS6360で生成された主制御コマンドである。 Next, in step S6361, the main CPU 6201 transmits a main control command, for example, to a data register for asynchronous serial transmission and reception. When step S6361 is executed if step S6353 is judged as YES, the main control command is a main control command based on the startup information, and when step S6361 is executed after step S6360, the main control command is a main control command generated in step S6360.

次に、メインCPU6201は、ステップS6362において、主制御コマンドを、主制御コマンド送信領域にセットする。この処理は、正常な通信がおこなわれたか否かを判断するためのものである。例えば、払出通信モード受信処理では、受信したコマンドの2の補数値と、主制御コマンド送信領域にセットされた値を加算して0となれば、正常な通信が行われたと判断し、そうでなければ、主制御コマンド再生処理を行うよう制御する。 Next, in step S6362, the main CPU 6201 sets the main control command in the main control command transmission area. This process is for determining whether or not normal communication has occurred. For example, in the payout communication mode reception process, if the two's complement value of the received command is added to the value set in the main control command transmission area and the result is 0, it is determined that normal communication has occurred, and if not, it controls to perform main control command playback processing.

次に、ステップS6363において、主制御コマンド制御状態番号領域の値を「1」加算し、処理を終了する。 Next, in step S6363, the value in the main control command control state number area is incremented by "1" and the process ends.

[外部マスカブル割込み処理]
次に、図131を参照して、外部マスカブル割込み処理について説明する。この処理は、XINT端子から入力される外部からの割込みが発生した場合に、この割込みに対応する設定領域に定義されている、外部マスカブル割込みのエントリアドレス(プログラムアドレス)に基づいて呼び出される処理である。なお、図131は、外部マスカブル割込み処理の手順を示すフローチャートである。
[External Maskable Interrupt Processing]
Next, the external maskable interrupt processing will be described with reference to Fig. 131. This processing is called based on the entry address (program address) of the external maskable interrupt defined in the setting area corresponding to the interrupt when an external interrupt input from the XINT terminal occurs. Fig. 131 is a flow chart showing the procedure of the external maskable interrupt processing.

まず、メインCPU6201は、ステップS6381において、保護レジスタ(例えば、AFレジスタ)をスタックに退避する。次に、メインCPU6201は、ステップS6382において、入力ポートの電断信号ビット位置を検査し、電断が検知されていない場合(ステップS6382がNO判定の場合)、ステップS6385に進む。一方、電断が検知された場合(ステップS6382がYES判定の場合)、ステップS6383において、割込みマスクレジスタに対して割込み要因マスクをセットし、以降の処理において割込み処理が発生しないようにする。次に、ステップS6384において、XINT検知フラグをセットし、電断が発生したステータスに更新する。 First, in step S6381, the main CPU 6201 saves a protection register (e.g., the AF register) to the stack. Next, in step S6382, the main CPU 6201 checks the power interruption signal bit position of the input port, and if a power interruption is not detected (if step S6382 is a NO judgement), proceeds to step S6385. On the other hand, if a power interruption is detected (if step S6382 is a YES judgement), in step S6383, an interrupt cause mask is set in the interrupt mask register to prevent interrupt processing from occurring in subsequent processing. Next, in step S6384, the XINT detection flag is set, and the status is updated to indicate that a power interruption has occurred.

次に、メインCPU6201は、ステップS6381において、ステップS6381で退避した保護レジスタを復帰させる。 Next, in step S6381, the main CPU 6201 restores the protection registers that were saved in step S6381.

[システムタイマ割込み処理]
次に、図132を参照して、システムタイマ割込み処理について説明する。この処理は、タイマカウンタ(PTC2)から入力されるタイムアウト割込みが発生した場合に、この割込みに対応する設定領域に定義されている、PTC2タイムアウト割込みのエントリアドレス(プログラムアドレス)に基づいて呼び出される処理であり、例えば、2msecの周期(割込み周期)で実行される。なお、図132は、システムタイマ割込み処理の手順を示すフローチャートである。
[System timer interrupt processing]
Next, the system timer interrupt process will be described with reference to Fig. 132. This process is called based on the entry address (program address) of the PTC2 timeout interrupt defined in the setting area corresponding to the timeout interrupt input from the timer counter (PTC2) when this interrupt occurs, and is executed, for example, at a cycle (interrupt cycle) of 2 msec. Fig. 132 is a flowchart showing the procedure of the system timer interrupt process.

まず、メインCPU6201は、ステップS6401において、保護レジスタ(例えば、AFレジスタ)をスタックに退避する。次に、メインCPU6201は、ステップS6402において、割込みカウンタ領域の値に「1」を加算する。 First, in step S6401, the main CPU 6201 saves a protection register (e.g., the AF register) to the stack. Next, in step S6402, the main CPU 6201 adds "1" to the value of the interrupt counter area.

次に、メインCPU6201は、ステップS6403において、入力ポートの状態の読込処理を行い、ステップS6404において、スイッチ入力検知処理を行う。なお、スイッチ入力検知処理については、後で詳細に説明する。 Next, the main CPU 6201 reads the state of the input port in step S6403, and performs switch input detection processing in step S6404. The switch input detection processing will be described in detail later.

次に、メインCPU6201は、ステップS6405において、遊技LED点灯データ出力処理を行う。なお、遊技LED点灯データ出力処理については、後で詳細に説明する。次に、メインCPU6201は、ステップS6406において、入賞情報コマンド設定処理を行う。この処理では、メインCPU6201は、演出制御コマンド(入賞情報コマンド)の送信予約処理を行う。 Next, in step S6405, the main CPU 6201 performs a game LED lighting data output process. The game LED lighting data output process will be described in detail later. Next, in step S6406, the main CPU 6201 performs a winning information command setting process. In this process, the main CPU 6201 performs a transmission reservation process for a performance control command (winning information command).

次に、メインCPU6201は、ステップS6407において、性能表示モニタ制御処理(領域外)を行う。この処理では、メインCPU6201は、遊技判定処理、賞球加算判定処理、性能表示モニタ6170の表示内容更新処理等を行う。また、この処理は、領域外エリア処理呼出命令により呼び出されるため、バンク1に係る処理となっており、この処理を実行するためのプログラムは、メインROM6202の領域外エリアに記憶されているプログラムであって、メインRAM6203のの領域外エリアである、作業領域(領域外エリア)、及びスタックエリア(領域外エリア)を利用する。 Next, in step S6407, the main CPU 6201 performs a performance display monitor control process (outside area). In this process, the main CPU 6201 performs game judgment process, prize ball addition judgment process, display content update process for the performance display monitor 6170, and the like. In addition, since this process is called by an outside area process call command, it is a process related to bank 1, and the program for executing this process is a program stored in the outside area of the main ROM 6202, and uses the working area (outside area) and stack area (outside area), which are outside areas of the main RAM 6203.

次に、メインCPU6201は、ステップS6408において、ステップS6401で退避した保護レジスタの内容をスタックから復帰させ、その後、ステップS6409において、割込み許可を行う。 Next, in step S6408, the main CPU 6201 restores from the stack the contents of the protection register that were saved in step S6401, and then in step S6409, enables the interrupt.

本実施形態では、上述のように、電断割込み(XINT)発生後は、割込み要因をマスクするようにしたため、システムタイマ割込み処理では、電断発生を考慮した処理を設ける必要がなく、結果として、処理が簡潔になり、プログラムサイズを節約することもできる。 As described above, in this embodiment, after a power interruption (XINT) occurs, the interrupt cause is masked, so there is no need to provide processing in the system timer interrupt process that takes into account the occurrence of a power interruption. As a result, the processing is simplified and the program size can be reduced.

[スイッチ入力検知処理]
次に、図133を参照して、メインCPU6201の制御によるシステムタイマ割込み処理で呼び出されるスイッチ入力検知処理(図132のステップS6404)について説明する。図133は、スイッチ入力検知処理の手順を示すフローチャートである。
[Switch input detection process]
Next, with reference to Fig. 133, a description will be given of the switch input detection process (step S6404 in Fig. 132) called by the system timer interrupt process under the control of the main CPU 6201. Fig. 133 is a flow chart showing the procedure of the switch input detection process.

まず、メインCPU6201は、ステップS6421において、異常状態監視処理を行う。なお、異常状態監視処理の詳細については、後で説明する。 First, the main CPU 6201 performs abnormal state monitoring processing in step S6421. Details of the abnormal state monitoring processing will be described later.

次に、メインCPU6201は、ステップS6422において、普通図柄関連チェック処理を行う。この処理では、メインCPU6201は、第1始動口入賞球スイッチ6044a、通過球スイッチ6043a、第2始動口入賞球スイッチ6045a(普通電動役物6046)のチェック処理を行う。このチェック処理において、第1始動口入賞球スイッチ6044aのオンエッジ又は通過球スイッチ6043aのオンエッジが検知された場合には、乱数取得処理、乱数転送処理等が行われる。また、このチェック処理において、第2始動口入賞球スイッチ6045aのオンエッジが検知された場合には、状況に応じて、普通電動役物入賞カウンタの更新処理、入賞無効化処理等が行われる。 Next, the main CPU 6201 performs a normal symbol-related check process in step S6422. In this process, the main CPU 6201 performs a check process of the first start port winning ball switch 6044a, the passing ball switch 6043a, and the second start port winning ball switch 6045a (normal electric device 6046). In this check process, if the on edge of the first start port winning ball switch 6044a or the on edge of the passing ball switch 6043a is detected, a random number acquisition process, a random number transfer process, etc. are performed. Also, in this check process, if the on edge of the second start port winning ball switch 6045a is detected, depending on the situation, a normal electric device winning counter update process, a winning invalidation process, etc. are performed.

次に、メインCPU6201は、ステップS6423において、特別図柄関連チェック処理を行う。この処理では、メインCPU6201は、カウントスイッチ6132、第1始動口スイッチ6121、第2始動口スイッチ6141のチェック処理を行う。このチェック処理において、カウントスイッチ6132のオンエッジが検知された場合には、状況に応じて、特別電動役物入賞カウンタの更新処理、入賞無効化処理等が行われる。また、このチェック処理において、各始動口入賞球スイッチのオンエッジが検出され(特別図柄の保留個数が更新され)、且つ、先読み演出が実施される場合には、特定保留加算コマンドの送信予約処理が行われる。一方、このチェック処理において、各始動口入賞球スイッチのオンエッジが検出され(特別図柄の保留個数が更新され)、且つ、先読み演出が実施されない場合には、保留加算コマンドの送信予約処理が行われる。 Next, the main CPU 6201 performs a special symbol-related check process in step S6423. In this process, the main CPU 6201 performs a check process on the count switch 6132, the first start port switch 6121, and the second start port switch 6141. In this check process, if an on-edge of the count switch 6132 is detected, depending on the situation, an update process of the special electric role winning counter, a winning invalidation process, etc. are performed. In addition, in this check process, if an on-edge of each start port winning ball switch is detected (the reserved number of special symbols is updated) and a pre-reading performance is performed, a transmission reservation process of a specific reserved addition command is performed. On the other hand, in this check process, if an on-edge of each start port winning ball switch is detected (the reserved number of special symbols is updated) and a pre-reading performance is not performed, a transmission reservation process of a reserved addition command is performed.

次に、メインCPU6201は、ステップS6424において、タッチ状態信号チェック処理を行う。この処理は、入力ポートの情報から、タッチ状態に変化があったか否かを判定し、タッチ状態に変化があった場合、タッチ状態オンが検知されたのか、タッチ状態オフが検知されたのかを区別して、所定のフラグにセットする。 Next, the main CPU 6201 performs touch state signal check processing in step S6424. This processing determines whether or not there has been a change in the touch state from the information of the input port, and if there has been a change in the touch state, distinguishes whether a touch state ON or a touch state OFF has been detected, and sets a specified flag.

次に、メインCPU6201は、ステップS6425において、賞球関連スイッチチェック処理を行う。この処理では、メインCPU6201は、賞球時に、払出管理テーブルに格納されたデータ(指定賞球管理カウンタ)の更新処理を行う。 Next, in step S6425, the main CPU 6201 performs a prize ball related switch check process. In this process, the main CPU 6201 performs an update process of the data stored in the payout management table (designated prize ball management counter) when a prize ball is awarded.

その後、ステップS6426において、アウト球関連スイッチチェック処理を行う。この処理は、例えば、上述した第1のパチンコ遊技機のアウト口178のアウト口スイッチが遊技球の通過を検知した信号が供給されたか否かを入力ポートの情報から判定し、当該信号が供給されていない場合は処理を終了し、当該信号が供給された場合、アウト球数管理カウンタ領域に格納されているアウト球数管理カウンタに「1」を加算する。ステップS6426の後、処理を終了する。 After that, in step S6426, out ball related switch check processing is performed. This processing, for example, judges from the information of the input port whether or not a signal that detects the passage of a game ball has been supplied to the outlet switch of the outlet 178 of the first pachinko game machine described above, and ends the processing if the signal has not been supplied, and adds "1" to the out ball number management counter stored in the out ball number management counter area if the signal has been supplied. After step S6426, processing ends.

[異常状態監視処理]
次に、図134を参照して、メインCPU6201の制御によるスイッチ入力検知処理で呼び出される異常状態監視処理(図133のステップS6421)について説明する。図134は、異常状態監視処理の手順を示すフローチャートである。
[Abnormal state monitoring process]
Next, with reference to Fig. 134, a description will be given of the abnormal state monitoring process (step S6421 in Fig. 133) called in the switch input detection process under the control of the main CPU 6201. Fig. 134 is a flowchart showing the procedure of the abnormal state monitoring process.

まず、メインCPU6201は、ステップS6441において、異常状態監視処理(領域外)を行う。領域外エリア処理呼出命令により呼び出されるため、バンク1に係る処理となっており、この処理を実行するためのプログラムは、メインROM6202の領域外エリアに記憶されているプログラムであって、メインRAM6203のの領域外エリアである、作業領域(領域外エリア)、及びスタックエリア(領域外エリア)を利用する。なお、異常状態監視処理(領域外)の詳細については、後で説明する。 First, the main CPU 6201 performs abnormal state monitoring processing (outside area) in step S6441. Since this is called by an outside area processing call command, it is processing related to bank 1, and the program for executing this processing is a program stored in the outside area of the main ROM 6202, and uses the working area (outside area) and stack area (outside area), which are outside areas of the main RAM 6203. Details of the abnormal state monitoring processing (outside area) will be explained later.

次に、メインCPU6201は、ステップS6442において、入力ポート有効エッジ情報反映処理を行う。この処理は、入力ポート(0~3)のエッジ情報から、所定のマスクデータを用いて、有効なエッジを抽出し、入力ポート有効エッジ情報をセット(反映)するものである。 Next, in step S6442, the main CPU 6201 performs input port effective edge information reflection processing. This processing uses predetermined mask data to extract effective edges from the edge information of the input ports (0 to 3) and sets (reflects) the input port effective edge information.

次に、メインCPU6201は、ステップS6443において、遊技機異常検知情報反映処理を行う。この処理は、メインRAM6203の遊技用エリアに記憶される遊技機異常検知フラグ領域と、メインRAM6203の領域外エリアに記憶される領域外遊技機異常検知フラグ領域とから、遊技機異常検知フラグを更新し、遊技機異常検知フラグ領域にセットするものである。 Next, in step S6443, the main CPU 6201 performs a game machine abnormality detection information reflection process. This process updates the game machine abnormality detection flag from the game machine abnormality detection flag area stored in the game area of the main RAM 6203 and the outside game machine abnormality detection flag area stored in the outside area of the main RAM 6203, and sets it in the game machine abnormality detection flag area.

次に、メインCPU6201は、ステップS6444において、セキュリティ信号要求設定を行う。この処理は、メインRAM6203の遊技用エリアに記憶されるセキュリティ信号要求フラグと、メインRAM6203の領域外エリアに記憶される領域外セキュリティ信号要求フラグとから、セキュリティ信号要求フラグを更新し、セットするものである。 Next, in step S6444, the main CPU 6201 performs a security signal request setting. This process updates and sets the security signal request flag based on the security signal request flag stored in the game area of the main RAM 6203 and the outside area security signal request flag stored in the outside area of the main RAM 6203.

次に、メインCPU6201は、ステップS6445において、メインRAM6203の領域外エリアに記憶される扉・枠開閉状態フラグ領域を参照して、扉、枠が開放中か否か(例えば、ベースドア6003及び/又はガラスドア6004が開放されているか否か)を判定する。扉、枠が開放中でない場合(ステップS6445がNO判定の場合)、処理を終了し、扉、枠が開放中である場合(ステップS6445がYES判定の場合)、ステップS6446において、磁気センサを初期化し、その後、処理を終了する。 Next, in step S6445, the main CPU 6201 refers to the door/frame open/close status flag area stored in the outer area of the main RAM 6203 to determine whether the door and frame are open (for example, whether the base door 6003 and/or the glass door 6004 are open). If the door and frame are not open (if step S6445 is judged as NO), the process ends, and if the door and frame are open (if step S6445 is judged as YES), in step S6446 the magnetic sensor is initialized and then the process ends.

この処理により、異常入賞に関しては、入賞が遊技進行に大きく関わる点を考慮して、異常を検知する処理を、メインRAM6203の領域外エリアに係る処理とし、検知結果を反映する処理を、メインRAM6203の遊技用エリアに係る処理としている。また、遊技機異常に関しては、異常を検知する処理、及び検知内容の合成を、メインRAM6203の領域外エリアに係る処理で行う。 With this process, in the case of abnormal winning, taking into consideration that winning has a large impact on the progress of the game, the process of detecting the abnormality is performed by the process related to the area outside the area of the main RAM 6203, and the process of reflecting the detection result is performed by the process related to the game area of the main RAM 6203. Also, in the case of gaming machine abnormalities, the process of detecting the abnormality and the synthesis of the detected contents are performed by the process related to the area outside the area of the main RAM 6203.

[異常状態監視処理(領域外)]
次に、図135を参照して、メインCPU6201の制御による異常状態監視処理で呼び出される異常状態監視処理(領域外)(図134のステップS6441)について説明する。図135は、異常状態監視処理(領域外)の手順を示すフローチャートである。
[Abnormal state monitoring process (outside area)]
Next, with reference to Fig. 135, a description will be given of the abnormal state monitoring process (outside area) (step S6441 in Fig. 134) called in the abnormal state monitoring process under the control of the main CPU 6201. Fig. 135 is a flowchart showing the procedure of the abnormal state monitoring process (outside area).

異常状態監視処理(領域外)、上述したように、領域外エリア処理呼出命令により呼び出されるため、バンク1に係る処理となっており、この処理を実行するためのプログラムは、メインROM6202の領域外エリアに記憶されているプログラムであって、メインRAM6203のの領域外エリアである、作業領域(領域外エリア)、及びスタックエリア(領域外エリア)を利用する。 As described above, the abnormal condition monitoring process (outside area) is called by the out-of-area process call command, and is therefore a process related to bank 1. The program for executing this process is a program stored in the out-of-area area of main ROM 6202, and uses the working area (outside area) and stack area (outside area), which are out-of-area areas of main RAM 6203.

まず、メインCPU6201は、ステップS6461において、メインRAM6203の領域外エリアに配置される領域外セキュリティ信号要求フラグ領域をクリアする。その後、ステップS6462において、メインRAM6203の領域外エリアに配置される領域外遊技機異常検知フラグ領域をクリアする。 First, in step S6461, the main CPU 6201 clears the outside security signal request flag area located in the outside area of the main RAM 6203. Then, in step S6462, it clears the outside gaming machine abnormality detection flag area located in the outside area of the main RAM 6203.

次に、メインCPU6201は、ステップS6463において、入力ポート有効設定を行う。この処理は、メインRAM6203の領域外エリアに配置される入力ポート有効エッジマスク領域のすべてにデータ「FF」Hをセットする処理である。 Next, in step S6463, the main CPU 6201 performs input port valid setting. This process sets the data "FF"H to all of the input port valid edge mask areas located in the outer area of the main RAM 6203.

次に、メインCPU6201は、ステップS6464において、割込み周期タイマカウンタ更新処理を行う。 Next, the main CPU 6201 performs interrupt period timer counter update processing in step S6464.

次に、メインCPU6201は、ステップS6465において、異常状態監視前処理を行う。この処理では、メインRAM6203の領域外エリアに記憶される扉・枠開閉状態フラグ領域を参照して、扉、枠が開放中か否か(例えば、ベースドア6003及び/又はガラスドア6004が開放されているか否か)を判定し、扉・枠が開放中であると判定した場合には、異常検知情報(入力ポートのバッファ領域)に関し、入力ポートの磁気センサビットをリセットする。これにより、磁気センサの検知レベルがオフ状態となり、磁気センサによる異常検知が行われなくなる。その後、監視補正済入力値領域に、異常検知情報をセットする。 Next, the main CPU 6201 performs abnormal condition monitoring pre-processing in step S6465. In this process, the door/frame open/closed state flag area stored in the outside area of the main RAM 6203 is referenced to determine whether the door and frame are open (for example, whether the base door 6003 and/or glass door 6004 are open), and if it is determined that the door and frame are open, the magnetic sensor bit of the input port is reset for the abnormality detection information (input port buffer area). This turns off the detection level of the magnetic sensor, and abnormality detection by the magnetic sensor is no longer performed. After that, the abnormality detection information is set in the monitoring corrected input value area.

次に、メインCPU6201は、ステップS6466において、汎用異常検知判定処理を行う。 Next, the main CPU 6201 performs general-purpose abnormality detection and determination processing in step S6466.

次に、メインCPU6201は、ステップS6467において、誘導磁界監視処理を行う。この処理は、誘導磁界検知中であるか否かの判定し、誘導磁界検知中でなければ処理を終了する。一方、誘導磁界検知中であれば、入力ポート有効エッジマスクをクリアし、領域外セキュリティ信号要求フラグ領域に「FF」Hをセットするとともに、領域外遊技機異常検知フラグ領域の誘導磁界検知情報ビットにオン(「1」)をセットする。 Next, the main CPU 6201 performs an induced magnetic field monitoring process in step S6467. This process determines whether or not an induced magnetic field is being detected, and ends the process if an induced magnetic field is not being detected. On the other hand, if an induced magnetic field is being detected, the input port valid edge mask is cleared, "FF"H is set in the outside-area security signal request flag area, and the induced magnetic field detection information bit in the outside-area gaming machine abnormality detection flag area is set to on ("1").

次に、メインCPU6201は、ステップS6468において、普通電動役物不正入賞処理を行う。この処理は、第1のパチンコ遊技機で示したような普通電動役物146について、その役物が作動中であるか否かを(普通電動役物作動中信号管理データ領域のデータによって)判定し、例えば、作動中であると判定された場合、未作動用入賞監視カウンタ値(例えば、18)を設定し、作動中用入賞監視カウンタ値は元の値のままとする。ここで、第2始動口140への遊技球の入賞を検知した場合に、作動中用入賞監視カウンタ値から「1」を減算した結果が「0」であった場合は、異常が検知されたと判断し、領域外セキュリティ信号要求フラグ領域に要求フラグをセットし、領域外遊技異常検知フラグ領域に要求フラグをセットする。この後、普通電動役物146が作動中であるか否かを(普通電動役物作動中フラグ領域のデータによって)判定し、作動中であれば、入賞有効期間中であることを条件に、入力ポート有効エッジマスクの始動口2スイッチのビット位置をクリアする。 Next, the main CPU 6201 performs a normal electric role illegal winning process in step S6468. This process determines whether the normal electric role 146 shown in the first pachinko game machine is in operation (based on the data in the normal electric role operation signal management data area), and if it is determined to be in operation, for example, a non-operation winning monitoring counter value (for example, 18) is set, and the operation winning monitoring counter value remains at its original value. Here, when a winning ball is detected in the second start hole 140, if the result of subtracting "1" from the operation winning monitoring counter value is "0", it is determined that an abnormality has been detected, and a request flag is set in the outside area security signal request flag area, and a request flag is set in the outside area game abnormality detection flag area. After this, it is determined whether the normal electric role 146 is in operation (based on the data in the normal electric role operation flag area), and if it is in operation, the bit position of the start port 2 switch in the input port valid edge mask is cleared, provided that the winning period is valid.

普通電動役物146が作動中でない場合、作動中用入賞監視カウンタ値(例えば、4)を設定し、未作動用入賞監視カウンタ値は元の値のままとする。ここで、第2始動口140への遊技球の入賞を検知した場合に、未作動用入賞監視カウンタ値から「1」を減算した結果が「0」であった場合は、異常が検知されたと判断し、領域外セキュリティ信号要求フラグ領域に要求フラグをセットし、領域外遊技異常検知フラグ領域に要求フラグをセットする。この後、普通電動役物146が作動中であるか否かを(普通電動役物作動中フラグ領域のデータによって)判定し、作動中であれば、入賞有効期間中であることを条件に、入力ポート有効エッジマスクの始動口2スイッチのビット位置をクリアする。 If the normal electric device 146 is not in operation, the active winning monitoring counter value (e.g., 4) is set, and the non-operating winning monitoring counter value remains at its original value. Here, when a game ball is detected to have entered the second start port 140, if the result of subtracting "1" from the non-operating winning monitoring counter value is "0", it is determined that an abnormality has been detected, and a request flag is set in the out-of-area security signal request flag area, and a request flag is set in the out-of-area game abnormality detection flag area. After this, it is determined whether the normal electric device 146 is in operation (based on the data in the normal electric device operation flag area), and if it is in operation, the bit position of the start port 2 switch in the input port valid edge mask is cleared, provided that the winning period is valid.

次に、メインCPU6201は、ステップS6469において、特別電動役物不正入賞処理を行う。この処理は、特別電動役物1不正入賞処理と特別電動役物2不正入賞処理を含んでおり、いずれも、上述した普通電動役物不正入賞処理と同様に、作動中用入賞監視カウンタ、及び未作動用入賞監視カウンタ等に基づいて、異常の検知を行い、異常が検知された場合に、領域外セキュリティ信号要求フラグ領域に要求フラグをセットし、領域外遊技異常検知フラグ領域に要求フラグをセットする。 Next, the main CPU 6201 performs the special electric device illegal winning process in step S6469. This process includes the special electric device 1 illegal winning process and the special electric device 2 illegal winning process, and in both cases, like the normal electric device illegal winning process described above, detects an abnormality based on the active winning monitoring counter and the inactive winning monitoring counter, and if an abnormality is detected, sets a request flag in the out-of-area security signal request flag area and sets a request flag in the out-of-area game abnormality detection flag area.

最後に、メインCPU6201は、遊技用エリア処理復帰命令により、この処理を終了し、処理が領域外エリアに係る処理から、遊技用エリアに係る処理に切り替えられる。 Finally, the main CPU 6201 ends this processing by issuing a game area processing return command, and processing is switched from processing related to the outside area to processing related to the game area.

[遊技LED点灯データ出力処理]
次に、図136を参照して、メインCPU6201の制御によるシステムタイマ割込み処理で呼び出される遊技LED点灯データ出力処理(図132のステップS6405)について説明する。なお、図136は、遊技LED点灯データ出力処理の手順を示すフローチャートである。
[Game LED lighting data output process]
Next, with reference to Fig. 136, a description will be given of the game LED lighting data output process (step S6405 in Fig. 132) called by the system timer interrupt process under the control of the main CPU 6201. Note that Fig. 136 is a flowchart showing the procedure of the game LED lighting data output process.

遊技LED点灯データ出力処理は、図柄表示を行うためのLED(遊技LED)と、性能表示を行うためのLED(性能LED)を兼用するLEDに対して、LEDデータとLEDコモンデータの出力を制御する処理である。遊技LEDのLEDデータは、例えば、主制御メイン処理で呼び出される遊技動作表示ユニット制御処理(図116のステップS6024)においてセットされ、性能LEDのLEDデータは、例えば、システムタイマ割込み処理で呼び出される性能表示モニタ制御処理(領域外)(図132のステップS6407)で呼び出される性能表示モニタ表示処理(不図示)においてセットされる。 The game LED lighting data output process is a process that controls the output of LED data and LED common data for LEDs that serve both as LEDs for displaying patterns (game LEDs) and as LEDs for displaying performance (performance LEDs). The LED data for the game LEDs is set, for example, in the game action display unit control process (step S6024 in FIG. 116) called by the main control main process, and the LED data for the performance LEDs is set, for example, in the performance display monitor display process (not shown) called by the performance display monitor control process (outside area) (step S6407 in FIG. 132) called by the system timer interrupt process.

まず、メインCPU6201は、ステップS6481において、リフレッシュ値(例えば、8ビットのビット列「00000000」)を出力ポート12のアドレスにセットする。 First, in step S6481, the main CPU 6201 sets a refresh value (for example, an 8-bit bit string "00000000") to the address of the output port 12.

なお、出力ポート12は、図柄表示を行うためのLED(遊技LED)と、性能表示を行うためのLED(性能LED)を兼用するLEDに関するLEDデータ出力用ポートである。また、後述する出力ポート11は、当該LEDに関するLEDコモンデータの出力用ポートである。 In addition, output port 12 is a port for outputting LED data related to an LED that serves both as an LED for displaying symbols (game LED) and an LED for displaying performance (performance LED). Also, output port 11, which will be described later, is a port for outputting LED common data related to that LED.

次に、ステップS6482において、メインRAM6203の遊技用エリアの遊技LEDコモン領域(遊技LEDのLEDコモンデータを格納する領域)の遊技LEDコモン値(LEDコモンデータ)に「1」を加算し更新する。このとき、遊技LEDコモン領域のアドレスが、例えば、HLレジスタのアドレスにセットされ、遊技LEDコモン値の計算が行われる。 Next, in step S6482, the game LED common value (LED common data) in the game LED common area (area that stores the LED common data of the game LED) of the game area of the main RAM 6203 is updated by adding "1". At this time, the address of the game LED common area is set to, for example, the address of the HL register, and the game LED common value is calculated.

ただし、更新後の値は、指定した値(最大値)以上の場合、「0」に設定される。また、更新後の値は、遊技LEDコモン領域の指定されたレジスタ(例えば、HLレジスタ)が示すアドレスの領域に記憶され、さらに、これとは別のレジスタ(例えば、Aレジスタ)にも記憶される。 However, if the updated value is equal to or greater than the specified value (maximum value), it is set to "0." The updated value is also stored in the address area indicated by the specified register in the game LED common area (e.g., the HL register), and is also stored in another register (e.g., the A register).

例えば、上述した指定した値(最大値)は、遊技用エリアの遊技LEDデータ領域(遊技LEDのLEDデータを格納する領域)の範囲が「4」であり、領域外エリアの性能LEDデータ領域(性能LEDのLEDデータを格納する領域)の範囲が「4」である場合、4+4-1=7、となり、ここで、遊技LEDコモン値が「1」のとき、この値は、最大値未満であるため、HLレジスタが示すアドレスの領域には「2」に更新されるとともに、Aレジスタの値も「2」にセットされる。また、このとき、遊技LEDコモン値が「7」のとき、この値は、最大値以上であるため、HLレジスタが示すアドレスの領域は「0」に更新されるとともに、Aレジスタの値も「0」にセットされる。 For example, if the range of the game LED data area (area that stores LED data for the game LEDs) in the game area is "4" and the range of the performance LED data area (area that stores LED data for the performance LEDs) in the outside area is "4", the specified value (maximum value) will be 4 + 4 - 1 = 7, and here, when the game LED common value is "1", this value is less than the maximum value, so the address area indicated by the HL register is updated to "2" and the value of the A register is also set to "2". Also, at this time, when the game LED common value is "7", this value is greater than or equal to the maximum value, so the address area indicated by the HL register is updated to "0" and the value of the A register is also set to "0".

ステップS6482のこうした処理は、1処理(1つの命令)によって実行される。 This processing in step S6482 is performed by one process (one instruction).

次に、メインCPU6201は、ステップS6483において、Aレジスタの値を遊技LEDデータ領域の範囲(例えば、4データある場合は「4」)で除算し、商をAレジスタに記憶し、余りを別のレジスタ(例えば、Bレジスタ)に記憶する。またさらに、Bレジスタの値に「1」を加算して補正を行う。 Next, in step S6483, the main CPU 6201 divides the value in the A register by the range of the game LED data area (for example, "4" if there are four pieces of data), stores the quotient in the A register, and stores the remainder in another register (for example, the B register). It also adds "1" to the value in the B register to make a correction.

例えば、ステップS6482における処理の結果、HLレジスタが示すアドレスの領域が「6」に更新され、Aレジスタの値が「6」にセットされている場合、6÷4=1で、余りが2となるので、Aレジスタには「1」が記憶され、Bレジスタには「2」が記憶され、さらに、Bレジスタに対して「1」を加算する補正を行い、結果的に、Bレジスタの値は「3」となる。このように、Bレジスタの値は、「1」~「4」の値をとることになる。 For example, if the processing in step S6482 results in the address area indicated by the HL register being updated to "6" and the value of the A register being set to "6", then 6 divided by 4 equals 1, leaving a remainder of 2, so a "1" is stored in the A register and a "2" is stored in the B register, and then a correction is made by adding "1" to the B register, resulting in the value of the B register becoming "3". In this way, the value of the B register can take on values from "1" to "4".

次に、メインCPU6201は、ステップS6484において、Aレジスタの値が、遊技LEDコモン値か否かを判定する。この判定は、例えば、Aレジスタに記憶された値が「0」か「1」かで判定することができ、Aレジスタの値が「0」であれば、その値は遊技LEDコモン値であり、Aレジスタの値が「1」であれば、その値は性能LEDコモン値となる。遊技LEDコモン値と判定された場合(ステップS6484がYES判定の場合)、ステップS6487に進む。一方、性能LEDコモン値と判定された場合(ステップS6484がNO判定の場合)、ステップS6485において、Bレジスタの値に、性能LEDデータ領域の範囲の値(例えば、「4」)を加算して、Bレジスタの値を補正する。この結果、Bレジスタの値は、「5」~「8」の値をとることになる。 Next, in step S6484, the main CPU 6201 determines whether the value in the A register is a game LED common value. This determination can be made, for example, based on whether the value stored in the A register is "0" or "1". If the value in the A register is "0", the value is a game LED common value, and if the value in the A register is "1", the value is a performance LED common value. If it is determined to be a game LED common value (if step S6484 is judged as YES), the process proceeds to step S6487. On the other hand, if it is determined to be a performance LED common value (if step S6484 is judged as NO), in step S6485, a value within the range of the performance LED data area (for example, "4") is added to the value in the B register to correct the value in the B register. As a result, the value in the B register will be a value between "5" and "8".

次に、メインCPU6201は、ステップS6486において、メインRAM6203の領域外エリアの性能LEDコモン領域(性能LEDのLEDコモンデータを格納する領域)のアドレスをHLレジスタに設定する。 Next, in step S6486, the main CPU 6201 sets the address of the performance LED common area (area that stores LED common data for the performance LEDs) in the outer area of the main RAM 6203 in the HL register.

次に、メインCPU6201は、ステップS6487において、ダイナミック点灯コモンデータの初期値(例えば、8ビットのビット列「10000000」)をAレジスタに設定する。ダイナミック点灯コモンデータは、LEDの点灯方法としてダイナミック点灯を行うためのコモンデータであり、ダイナミック点灯は、LEDを一定周波数で高速に点滅させることでLEDの点灯を実現する点灯方法である。 Next, in step S6487, the main CPU 6201 sets the initial value of the dynamic lighting common data (for example, an 8-bit bit string "10000000") in the A register. The dynamic lighting common data is common data for performing dynamic lighting as a lighting method for the LED, and dynamic lighting is a lighting method that achieves lighting of the LED by blinking the LED at a constant frequency at high speed.

次に、メインCPU6201は、ステップS6488において、Aレジスタにセットされたダイナミック点灯コモンデータを補正する。 Next, in step S6488, the main CPU 6201 corrects the dynamic lighting common data set in the A register.

この処理は、例えば、Aレジスタに格納されているダイナミック点灯コモンデータ(8ビットのビット列)を左に1ビットシフトし、左端にあったビット値を右端にセットするものである。次に、ステップS6489において、HLレジスタのアドレスを補正してダイナミック点灯コモンデータ領域を選択する。 This process, for example, shifts the dynamic lighting common data (8-bit bit string) stored in the A register one bit to the left, and sets the bit value at the left end to the right end. Next, in step S6489, the address of the HL register is corrected to select the dynamic lighting common data area.

次に、メインCPU6201は、ステップS6490において、Bレジスタの値に対応する所定回数分の処理を行ったか否かを判定する。所定回数分の処理を行っていない場合(ステップS6490がNO判定の場合)、ステップS6488に戻って処理を繰り返す。 Next, in step S6490, the main CPU 6201 determines whether or not the process has been performed a predetermined number of times corresponding to the value of the B register. If the process has not been performed a predetermined number of times (if step S6490 returns NO), the process returns to step S6488 and is repeated.

この処理によって、例えば、Aレジスタに、ダイナミック点灯コモンデータの初期値(8ビットのビット列「10000000」)が格納されている場合、Bレジスタの値が「1」であれば、Aレジスタの内容は「00000001」となり、Bレジスタの値が「2」であれば、Aレジスタの内容は「00000010」となり、以降、同様に、Bレジスタの値に応じて、Aレジスタの値がシフトされ、Bレジスタの値が最大の「8」であった場合、Aレジスタの内容は元の値「10000000」に戻る。 For example, with this process, if the initial value of the dynamic lighting common data (8-bit bit string "10000000") is stored in the A register, then if the value of the B register is "1", the contents of the A register will become "00000001", if the value of the B register is "2", the contents of the A register will become "00000010", and thereafter, the value of the A register will be shifted in the same manner according to the value of the B register, and if the value of the B register is the maximum "8", the contents of the A register will return to the original value "10000000".

ステップS6490において、所定回数分の処理を行っていると判定された場合(ステップS6490がYES判定の場合)、ステップS6491において、HLレジスタで示されるアドレスで指定されるLEDデータをHレジスタにセットする。例えば、HLレジスタで示されるアドレスが、性能LEDデータ領域である場合、Bレジスタの値に応じて、比率セグ上位出力ドライババッファ領域、識別セグ下位出力ドライババッファ領域、識別セグ上位出力ドライババッファ領域といった領域のうち1つの領域からデータがHレジスタにセットされる。また、HLレジスタで示されるアドレスが、遊技LEDデータ領域である場合、Bレジスタの値に応じて、遊技LEDデータ1領域(特別図柄1表示LEDに係るデータ領域)、遊技LEDデータ2領域(特別図柄2表示LEDに係るデータ領域)、遊技LEDデータ3領域(確変状態LED、時短状態報知LEDに係るデータ領域)、遊技LEDデータ4領域(ラウンド表示LED、発射位置報知LEDに係るデータ領域)といった領域のうち1つの領域からデータがHレジスタにセットされる。 If it is determined in step S6490 that the processing has been performed a predetermined number of times (if step S6490 is determined to be YES), in step S6491, the LED data specified by the address indicated by the HL register is set in the H register. For example, if the address indicated by the HL register is a performance LED data area, data is set in the H register from one of the areas such as the ratio segment upper output driver buffer area, the identification segment lower output driver buffer area, and the identification segment upper output driver buffer area, depending on the value of the B register. Also, if the address indicated by the HL register is a game LED data area, data is set in the H register from one of the areas such as the game LED data 1 area (data area related to the special symbol 1 display LED), the game LED data 2 area (data area related to the special symbol 2 display LED), the game LED data 3 area (data area related to the probability change state LED and the time reduction state notification LED), and the game LED data 4 area (data area related to the round display LED and the launch position notification LED), depending on the value of the B register.

次に、メインCPU6201は、ステップS6492において、Aレジスタに記憶されているダイナミック点灯コモンデータをLレジスタにセットする。 Next, in step S6492, the main CPU 6201 sets the dynamic lighting common data stored in the A register to the L register.

次に、メインCPU6201は、ステップS6493において、出力ポート11、出力ポート12にHLレジスタの値をセットする。 Next, in step S6493, the main CPU 6201 sets the value of the HL register to output port 11 and output port 12.

[遊技状態情報更新処理]
次に、図137を参照して、遊技状態情報更新処理について説明する。この処理は、メインCPU6201の制御によるメイン処理(主制御メイン処理)で呼び出される遊技復帰処理(図115のステップS6013)で呼び出される処理である。また、この処理は、メインCPU6201の制御によるメイン処理(主制御メイン処理)で呼び出される特別図柄制御処理(図116のステップS6022)から呼び出される特別図柄遊技判定処理(不図示、ただし、第1のパチンコ遊技機で説明した図30の特別図柄遊技判定処理と同様の処理)から呼び出される特別図柄遊技終了処理(不図示、ただし、第1のパチンコ遊技機で説明した図31の特別図柄遊技終了処理と同様の処理)からも呼び出される。なお、図137は、遊技状態情報更新処理の手順を示すフローチャートである。
[Game Status Information Update Processing]
Next, referring to FIG. 137, the game status information update process will be described. This process is called by the game return process (step S6013 in FIG. 115) called by the main process (main control main process) controlled by the main CPU 6201. This process is also called by the special symbol game end process (not shown, but similar to the special symbol game end process in FIG. 31 described in the first pachinko game machine) called by the special symbol game determination process (not shown, but similar to the special symbol game determination process in FIG. 30 described in the first pachinko game machine) called by the special symbol control process (step S6022 in FIG. 116) called by the main process (main control main process) controlled by the main CPU 6201. FIG. 137 is a flowchart showing the procedure of the game status information update process.

まず、メインCPU6201は、ステップS6511において、遊技状態指定パラメータ設定処理を行い、ステップS6512において、メインRAM6203の作業領域(遊技用エリア)に配置され、演出変動回数カウンタ値が格納されているアドレスをレジスタ(例えば、HLレジスタ)にセットする。 First, in step S6511, the main CPU 6201 performs a game state designation parameter setting process, and in step S6512, sets the address in the working area (game area) of the main RAM 6203 where the performance change count counter value is stored in a register (e.g., the HL register).

次に、メインCPU6201は、ステップS6513において、HLレジスタに記憶されているアドレスで示される領域の(1バイト)データを、指定したビット位置で振り分け、それぞれの値をHレジスタ、Lレジスタにセットする。また、それぞれのレジスタの上位ビットには「0」をセットし、HLレジスタの値を2バイトのコマンドとする。 Next, in step S6513, the main CPU 6201 allocates the (1 byte) data in the area indicated by the address stored in the HL register at the specified bit position, and sets each value in the H register and L register. It also sets the upper bit of each register to "0", and sets the value of the HL register as a 2-byte command.

この処理は、1バイト値をコマンド用に加工するものであり、例えば、1バイトのビット列「11001001」のデータに対して、ビット位置「6」を指定すると、Hレジスタには、6ビット目を境界にして振り分た結果、最上位ビットである7ビット目の「1」が取り出され、さらに上位ビットをすべて「0」としたデータ「00000001」がセットされ、Lレジスタには、0ビット目から6ビット目の「1001001」が取り出された後、上位ビット(7ビット目)を「0」としたデータ「01001001」がセットされる。 This process processes a 1-byte value for use in a command. For example, if bit position "6" is specified for the 1-byte bit string "11001001", the 7th bit (the most significant bit) is extracted as a result of sorting using the 6th bit as a boundary, and the data "00000001" with all the higher bits set to "0" is set in the H register. In the L register, "1001001" is extracted from the 0th to 6th bits, and the data "01001001" with the higher bit (7th bit) set to "0" is set.

ステップS6513のこうした処理は、1処理(1つの命令)によって実行される。 This processing in step S6513 is executed as one process (one command).

次に、メインCPU6201は、ステップS6514において、HLレジスタの内容を演出変動回数表示用パラメータ領域に、2バイトのコマンドとしてセットし、ステップS6515において、レジスタ(例えば、HLレジスタに)、確変状態変動回数カウンタ値をセットする。 Next, in step S6514, the main CPU 6201 sets the contents of the HL register in the parameter area for displaying the number of performance changes as a 2-byte command, and in step S6515, sets the register (e.g., the HL register) and the probability change state change count counter value.

次に、メインCPU6201は、ステップS6516において、HLレジスタの値を2倍することで、HレジスタとLレジスタの値をすべて1ビット左にシフトし、その後、Lレジスタだけ右に1ビット分シフトすることで、HLレジスタの値を2バイトのコマンドとする。 Next, in step S6516, the main CPU 6201 doubles the value of the HL register, shifting all of the values of the H and L registers one bit to the left, and then shifting only the L register one bit to the right, making the value of the HL register a two-byte command.

例えば、HLレジスタの値がビット列「0000100111001001」であった場合に、これを2倍すると、「0001001110010010」となる。ここで、Hレジスタはビット列「00010011」となり、Lレジスタはビット列「10010010」となる。そして、Lレジスタを1ビット分だけ右にシフトすると、ビット列「01001001」になる。その結果、HLレジスタの値は、ビット列「0001001101001001」になる。 For example, if the value of the HL register is the bit string "0000100111001001", doubling this will result in "0001001110010010". Here, the H register will have the bit string "00010011", and the L register will have the bit string "10010010". Then, shifting the L register one bit to the right will result in the bit string "01001001". As a result, the value of the HL register will become the bit string "0001001101001001".

次に、メインCPU6201は、ステップS6517において、メインRAM6203の作業領域(遊技用エリア)に配置されている確変状態変動回数表示用パラメータ領域に、HLレジスタの値をセットする。こうした確変状態変動回数表示用パラメータ領域の上位8ビット(ステップS6516で生成されたHレジスタ)と下位8ビット(ステップS6516で生成されたLレジスタ)がそれぞれ、所定コマンドの管理テーブルとして定義された場合、当該テーブルを取得したプログラムでは、例えば、Hレジスタのビット列「00010011」とLレジスタのビット列「01001001」を取得し、そのうち、Lレジスタの値の先頭の「0」を取って、HレジスタとLレジスタを繋げ、その上位ビットを「0」で埋めると、元のHLレジスタのビット列「0000100111001001」となる。 Next, in step S6517, the main CPU 6201 sets the value of the HL register in the parameter area for displaying the number of times the probability of a state change is located in the working area (game area) of the main RAM 6203. If the upper 8 bits (the H register generated in step S6516) and the lower 8 bits (the L register generated in step S6516) of this parameter area for displaying the number of times the probability of a state change is changed are each defined as a management table for a specific command, in a program that has acquired this table, for example, the bit string of the H register "00010011" and the bit string of the L register "01001001" are acquired, the first "0" of the value of the L register is removed, the H register and the L register are joined, and the upper bits are filled with "0", resulting in the original bit string of the HL register "0000100111001001".

[演出制御コマンド送信処理]
次に、図138を参照して、演出制御コマンド送信処理について説明する。この処理は、メインCPU6201の制御による設定変更確認処理で実行される(図122のステップS6183)処理である。なお、図138は、演出制御コマンド送信処理の手順を示すフローチャートである。また、演出制御コマンド送信処理は、さまざまなプログラムから呼び出され、その場合に、用途に応じたテーブルのアドレスがセットされるが、設定変更確認処理から実行される場合、例えば、HLレジスタに、設定操作コマンド管理データテーブルのアドレスがセットされる。
[Performance control command transmission process]
Next, the performance control command transmission process will be described with reference to Fig. 138. This process is executed in the setting change confirmation process under the control of the main CPU 6201 (step S6183 in Fig. 122). Fig. 138 is a flow chart showing the procedure of the performance control command transmission process. The performance control command transmission process is called from various programs, and in that case, the address of a table according to the purpose is set, but when it is executed from the setting change confirmation process, for example, the address of the setting operation command management data table is set in the HL register.

まず、メインCPU6201は、ステップS6531において、割込み許可レジスタ2の値をレジスタ(例えば、フラグレジスタFのパリティ/オーバーフロー・フラグ)に退避する。割込み許可レジスタ2の値は、上述の通り、割込み禁止命令がされると、「0」となり、それ以前の情報が失われてしまうため、このタイミングでこの値を退避しておく。 First, in step S6531, the main CPU 6201 saves the value of the interrupt permission register 2 to a register (for example, the parity/overflow flag of flag register F). As described above, when an interrupt disable command is issued, the value of the interrupt permission register 2 becomes "0" and any information prior to that is lost, so this value is saved at this time.

次に、メインCPU6201は、ステップS6532において、割込み禁止命令を行う。これによって、演出制御コマンド送信処理の開始時点で割込み禁止がされていない場合は、この割込み禁止命令以降、後述するステップS6541で割込み許可命令がされるまでの間、マスカブル割込みが禁止される。次に、メインCPU6201は、ステップS6533において、割込み許可レジスタ2の値を記憶しているレジスタ(フラグレジスタF)のデータを、スタックに保存する。 Next, in step S6532, the main CPU 6201 issues an interrupt disable command. As a result, if interrupts are not disabled at the start of the performance control command transmission process, maskable interrupts are disabled from this interrupt disable command onwards until an interrupt enable command is issued in step S6541, which will be described later. Next, in step S6533, the main CPU 6201 saves the data in the register (flag register F) that stores the value of the interrupt enable register 2 in the stack.

次に、メインCPU6201は、ステップS6534において、HLレジスタを参照して、HLレジスタに記憶されているアドレスのデータ(先頭の1バイトにあるコマンド種別コード)を(例えば、Aレジスタに)セットする。また、このとき、HLレジスタに記憶されているアドレスは、「1」加算される。 Next, in step S6534, the main CPU 6201 references the HL register and sets (for example, in the A register) the data of the address stored in the HL register (the command type code in the first byte). At this time, the address stored in the HL register is incremented by "1".

次に、メインCPU6201は、ステップS6535において、STU2(非同期シリアル通信)コマンドステータスレジスタにおける送信FIFOトリガレベルフラグのビット位置を検査し、送信FIFOトリガレベルが128バイト以上か否かを判定する。 Next, in step S6535, the main CPU 6201 checks the bit position of the transmit FIFO trigger level flag in the STU2 (asynchronous serial communication) command status register and determines whether the transmit FIFO trigger level is 128 bytes or greater.

送信FIFOトリガレベルは128バイト未満とする制限があるため、送信FIFOトリガレベルが128バイト以上と判定された場合(ステップS6535がYES判定の場合)、処理を終了するため、ステップS6539に進む。一方、送信FIFOトリガレベルが128バイト未満と判定された場合(ステップS6535がNO判定の場合)、ステップS6536において、STU2(非同期シリアル通信)データレジスタに対して、Aレジスタにセットされているコマンド種別コード(または、コマンドパラメータ作業領域)の出力を行う。 Since the transmission FIFO trigger level is limited to less than 128 bytes, if it is determined that the transmission FIFO trigger level is 128 bytes or more (if step S6535 is judged as YES), the process proceeds to step S6539 to end the process. On the other hand, if it is determined that the transmission FIFO trigger level is less than 128 bytes (if step S6535 is judged as NO), in step S6536, the command type code (or command parameter work area) set in the A register is output to the STU2 (asynchronous serial communication) data register.

次に、メインCPU6201は、ステップS6537において、(例えば、Aレジスタに)HLレジスタに記憶されているアドレスのデータ(コマンド管理データテーブルに含まれるコマンドパラメータ作業領域)をセットする。また、このセットの後、HLレジスタに記憶されているアドレスは、「1」加算される。 Next, in step S6537, the main CPU 6201 sets (for example, in the A register) the data of the address stored in the HL register (the command parameter work area included in the command management data table). After this setting, the address stored in the HL register is incremented by "1."

次に、メインCPU6201は、ステップS6538において、ステップS6537でAレジスタにセットされた1バイトのデータはエンドコードか否かを判定する。Aレジスタのデータがエンドコードであると判定された場合(ステップS6538がYES判定の場合)、コマンド送信の処理は終了したので、ステップS6539に進む。一方、Aレジスタのデータがエンドコードでないと判定された場合(ステップS6538がYES判定の場合)、次のコマンド送信のために、ステップS6535に進み、ステップS6535~ステップS6538の処理を繰り返す。 Next, in step S6538, the main CPU 6201 determines whether the 1 byte of data set in the A register in step S6537 is an end code. If it is determined that the data in the A register is an end code (if step S6538 returns a YES judgement), the command transmission process has ended, and the process proceeds to step S6539. On the other hand, if it is determined that the data in the A register is not an end code (if step S6538 returns a YES judgement), the process proceeds to step S6535 to transmit the next command, and the processes of steps S6535 to S6538 are repeated.

ステップS6539において、メインCPU6201は、ステップS6533でスタックに保存した、割込み許可レジスタ2の値を記憶しているレジスタ(フラグレジスタF)のデータを復帰させる。 In step S6539, the main CPU 6201 restores the data in the register (flag register F) that stores the value of interrupt permission register 2, which was saved in the stack in step S6533.

次に、メインCPU6201は、ステップS6540において、割込み許可レジスタ2の値が「0」か否かを判定し、「0」であると判定された場合(ステップS6540がYES判定の場合)、当該処理で割込み禁止命令を実行する前から割込み禁止の状態であったと判定し、割込み許可命令を実行することなく処理を終了する。 Next, in step S6540, the main CPU 6201 determines whether the value of the interrupt permission register 2 is "0" or not. If it is determined that the value is "0" (if step S6540 returns a YES determination), it determines that the interrupt was disabled before the interrupt prohibition command was executed in this process, and ends the process without executing the interrupt permission command.

一方、割込み許可レジスタ2の値が「1」であると判定された場合(ステップS6540がNO判定の場合)、当該処理で割込み禁止命令を実行する前は割込み許可の状態であったと判定し、ステップS6541において、割込み許可命令を実行し処理を終了する。 On the other hand, if it is determined that the value of interrupt enable register 2 is "1" (if step S6540 is a NO determination), it is determined that the interrupt was enabled before the interrupt disable command was executed in this process, and in step S6541, the interrupt enable command is executed and the process ends.

演出制御コマンド送信処理のこうした処理により、ステップS6532の割込み禁止命令で割込み許可レジスタ1、割込み許可レジスタ2は共に「0」となり、ステップS6541の割込み許可命令で割込み許可レジスタ1、割込み許可レジスタ2は共に「1」となるが、データ格納処理を呼び出す時点で割込み許可レジスタ2が「0」であった場合(すなわち、データ格納処理を呼び出す時点で割込み禁止の状態であった場合)、ステップS6541は実行されず、割込み許可レジスタ2が「0」の状態が維持されることになる。 As a result of this processing of the performance control command transmission process, the interrupt permission register 1 and interrupt permission register 2 both become "0" due to the interrupt prohibition command in step S6532, and the interrupt permission register 1 and interrupt permission register 2 both become "1" due to the interrupt permission command in step S6541. However, if the interrupt permission register 2 is "0" at the time the data storage process is called (i.e., if the interrupts are prohibited at the time the data storage process is called), step S6541 is not executed and the interrupt permission register 2 remains in the "0" state.

このようなデータ格納処理の割込み禁止状態の管理の仕組みは、図121を参照して説明したデータ格納処理と同様のものであり、この処理に関しても、データ格納処理と同様の効果を得ることができる。 The mechanism for managing the interrupt disabled state of this type of data storage process is similar to that of the data storage process described with reference to FIG. 121, and this process can also achieve the same effects as the data storage process.

また、図138の演出制御コマンド送信処理では、上記のような構成により、演出制御コマンドを送信するためのリングバッファを用意する必要がなくなり、そのために、リングバッファを管理するための処理(例えば、リングバッファに対する書き込み、及び読み出しを管理する処理)を行う必要がなくなる。そして、これにより、プログラムのサイズを大幅に削減できる。 In addition, in the performance control command transmission process of FIG. 138, the above-described configuration eliminates the need to prepare a ring buffer for transmitting performance control commands, and therefore eliminates the need to perform processes to manage the ring buffer (e.g., processes to manage writing to and reading from the ring buffer). This allows the program size to be significantly reduced.

また、機種依存のメインRAM6203等にリングバッファを確保する際に、リングバッファのサイズを調整するといった処理をなくすことができる。 In addition, when allocating a ring buffer in the model-dependent main RAM 6203, etc., it is possible to eliminate the need for processes such as adjusting the size of the ring buffer.

以上、本発明の第3実施形態について、図面を参照して説明してきたが、これらの構成や処理は例示に過ぎず、様々な他の構成・方法で本発明の技術的思想を実現することができる。また、上記では、本願の技術的思想を、主としてパチンコ遊技機に適用する場合について説明しているが、パチスロ機や、第2実施形態として説明した封入式遊技機に対して適用することもできる。 The third embodiment of the present invention has been described above with reference to the drawings, but these configurations and processes are merely examples, and the technical idea of the present invention can be realized with various other configurations and methods. In addition, while the above describes the case where the technical idea of the present application is mainly applied to pachinko gaming machines, it can also be applied to pachislot machines and the enclosed gaming machine described as the second embodiment.

以下、上述した遊技機における構成とその構成から奏する効果について付記する。 The following describes the configuration of the gaming machine described above and the effects that result from that configuration.

<付記H-1> <Appendix H-1>

従来、パチンコ遊技機と呼ばれる遊技機が知られており、このパチンコ遊技機は、一般に、遊技盤に発射された遊技球が転動可能な遊技領域と、この遊技領域に設けられた始動領域と、図柄表示装置と、図柄表示装置を制御する可変表示制御手段とを備える。このような遊技機では、遊技球が始動領域を通過(遊技球の始動口入賞)したことなどの所定の条件が成立すると、可変表示制御手段が図柄表示装置を制御して、図柄表示装置の表示領域上に識別情報(例えば後述の特別図柄等)を変動表示させる。そして、図柄表示装置の表示領域上に最終的に導出表示された識別情報が所定の組合せ(特定の表示態様)となった場合に、遊技状態が遊技者に有利な大当り遊技状態(所謂「大当り」)に移行する。 Conventionally, a gaming machine called a pachinko gaming machine is known, and this pachinko gaming machine generally comprises a gaming area in which a gaming ball launched onto a gaming board can roll, a starting area provided in this gaming area, a pattern display device, and a variable display control means for controlling the pattern display device. In such a gaming machine, when a predetermined condition is met, such as the gaming ball passing through the starting area (entering the starting hole of the gaming ball), the variable display control means controls the pattern display device to variably display identification information (such as a special pattern, which will be described later) on the display area of the pattern display device. Then, when the identification information finally derived and displayed on the display area of the pattern display device forms a predetermined combination (a specific display mode), the gaming state transitions to a jackpot gaming state (a so-called "jackpot") which is advantageous to the player.

また、従来、パチンコ遊技機の主制御回路において、バンク切り替えによって、ROM(Read Only Memory)とRAM(Random Access Memory)をそれぞれ区分けして使用するように構成されたパチンコ遊技機が知られている(例えば、特開2021-53443号公報)。 Also, conventionally, pachinko gaming machines are known in which the main control circuit of the pachinko gaming machine is configured to use separate ROM (Read Only Memory) and RAM (Random Access Memory) by switching banks (for example, JP 2021-53443 A).

このようなパチンコ遊技機では、例えば、ROMに関しては、遊技に関する処理に関連するプログラムとデータを含んだ遊技用エリアと、遊技以外の処理に関連するデータ等を含む領域外エリアに区分し、RAMに関しては、遊技に関する処理に関連する作業領域等を含む遊技用エリアと、遊技以外の処理に関連する作業領域等を含む領域外エリアに区分し、さらに、ROMの遊技用エリアとRAMの遊技用エリアをバンク0に割り当て、ROMの領域外エリアとRAMの領域外エリアをバンク1に割り当てている。 In such pachinko gaming machines, for example, the ROM is divided into a game area containing programs and data related to game processing, and an outside area containing data related to non-game processing, and the RAM is divided into a game area containing a work area related to game processing, and an outside area containing a work area related to non-game processing, and further, the ROM game area and RAM game area are assigned to bank 0, and the ROM outside area and RAM outside area are assigned to bank 1.

このように、バンクごとにROMとRAMで別の領域を割り当てることによって、パチンコ遊技機においてプログラムを実行する際に、バンクを切り替えて、遊技用エリアを利用する処理と、領域外エリアを利用する処理を個別に管理することができ、遊技に関する処理と遊技以外の処理について、利用するプログラムやデータが混同しないように切り分けることができる。 In this way, by allocating separate areas in ROM and RAM for each bank, when a program is executed on the pachinko machine, the bank can be switched and the processes that use the game area and the processes that use the outside area can be managed separately, making it possible to separate the programs and data used for game-related processes from those for non-game-related processes so that they do not become confused.

しかしながら、従来の構成では、所定領域のクリア処理やデータのセット処理等を行う場合に、バンクの切り替えが行われると、その間の割込み禁止、割込み許可の設定が保持されない場合があり、そのために、バンクの切り替えが行われる場合に、所定のフラグをオン、オフするなどして割込み禁止、割込み許可の設定を管理し、また、そのような所定のフラグのオン、オフについても、タイミングや処理順序を意識して行う必要があった。 However, in conventional configurations, when clearing a specified area or setting data, if the bank is switched, the settings for prohibiting and allowing interrupts during that time may not be maintained. Therefore, when switching banks, it is necessary to manage the settings for prohibiting and allowing interrupts by turning on and off a specified flag, and also to be aware of the timing and processing order when turning on and off such specified flags.

本発明は、このような点に鑑みてなされたものであり、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる遊技機を提供することを目的とする。 The present invention was made in consideration of these points, and aims to provide a gaming machine that can call up a specified process without being aware of the interrupt control state at the time it is called up.

また、さらなる本発明の目的は、所定領域のクリア処理やデータの格納処理といった所定処理が呼び出された場合に、呼び出された際の割込み制御状態を意識することなく、割込み禁止、割込み許可の設定を正常に維持することができる遊技機を提供することである。 A further object of the present invention is to provide a gaming machine that can properly maintain the settings for interrupt prohibition and interrupt permission when a specified process, such as clearing a specified area or storing data, is called, without the user being aware of the interrupt control state at the time the process is called.

上記目的を達成するために、本発明は以下の遊技機を提供する。
(H-1-1)本発明の第1の実施態様に係る発明は、下記の構成を有する。
遊技の動作を制御するための演算処理(例えば、遊技用エリアに係る処理)と、遊技以外の処理を行うための演算処理(例えば、領域外エリアに係る処理)を行う演算処理手段(例えば、メインCPU6201)を備え、
前記演算処理手段は、
所定処理(例えば、データの格納処理や所定領域のクリア処理)を実行する際に、割込み禁止状態か割込み許可状態かを示す割込み制御状態(例えば、割込み許可レジスタ)を退避することを特徴とする遊技機(例えば、第3実施形態に係るパチンコ機)。
In order to achieve the above object, the present invention provides the following gaming machine.
(H-1-1) The invention according to the first embodiment of the present invention has the following configuration.
The device includes a calculation processing means (e.g., a main CPU 6201) for performing calculation processing for controlling game operations (e.g., processing related to the game area) and calculation processing for performing processing other than games (e.g., processing related to the outside area),
The arithmetic processing means
A gaming machine (e.g., a pachinko machine according to the third embodiment) characterized in that, when executing a specified process (e.g., a data storage process or a process of clearing a specified area), an interrupt control state (e.g., an interrupt enable register) indicating whether the interrupt is disabled or enabled is saved.

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる。 With this configuration of the present invention, it is possible to call a specific process without being aware of the interrupt control state at the time it is called.

(H-1-2)本発明の第2の実施態様に係る発明は、第1の実施態様において下記の構成を有する。
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、それぞれ、割込み禁止状態か割込み許可状態かを識別可能な第1の値(例えば、割込み許可レジスタ2の値)、第2の値(例えば、割込み許可レジスタ1の値)で管理され、
前記第1の値、及び第2の値は、前記割込み禁止命令、及び前記割込み許可命令によって同じ値に設定される(例えば、割込み禁止命令では禁止「0」、割込み許可命令では許可「1」)ように構成される。
(H-1-2) The invention according to the second embodiment of the present invention has the following configuration in the first embodiment.
The interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and an interrupt enabled state by an interrupt enable instruction, and is managed by a first value (e.g., the value of an interrupt enable register 2) and a second value (e.g., the value of an interrupt enable register 1) that can identify whether the interrupt is disabled or enabled, respectively;
The first value and the second value are configured to be set to the same value by the interrupt disable instruction and the interrupt enable instruction (e.g., disable "0" by the interrupt disable instruction and enable "1" by the interrupt enable instruction).

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる。 With this configuration of the present invention, it is possible to call a specific process without being aware of the interrupt control state at the time it is called.

(H-1-3)本発明の第3の実施態様に係る発明は、第1または第2の実施態様において下記の構成を有する。
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、
前記割込み制御状態を退避した後で(例えば、割込み許可レジスタ2の値がフラグレジスタに格納された後で)、前記割込み禁止命令を実行するように構成される。
(H-1-3) The third embodiment of the present invention has the following configuration in the first or second embodiment.
The interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and to an interrupt enabled state by an interrupt enable instruction,
The interrupt disable instruction is executed after the interrupt control state is saved (for example, after the value of the interrupt enable register 2 is stored in a flag register).

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる。また、呼び出された処理で割込み禁止状態としつつ、呼び出された際の割込み制御状態を保持しておくことができる。 According to the configuration of the present invention, a specific process can be called without being aware of the interrupt control state at the time of calling. In addition, the interrupt control state at the time of calling can be maintained while disabling interrupts in the called process.

(H-1-4)本発明の第4の実施態様に係る発明は、第1ないし第3のいずれかの実施態様において下記の構成を有する。
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、それぞれ、割込み禁止状態か割込み許可状態かを識別可能な第1の値、第2の値で管理され、
前記割込み禁止命令を実行した後で、前記第1の値を退避する(例えば、フラグレジスタに格納された割込み許可レジスタ2の値をスタックに退避する)ように構成される。
(H-1-4) The fourth aspect of the present invention has the following configuration in any one of the first to third aspects.
the interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and to an interrupt enabled state by an interrupt enable instruction, and is managed by a first value and a second value that can identify whether the interrupt disabled state or the interrupt enabled state is,
After the interrupt disable instruction is executed, the first value is saved (for example, the value of the interrupt enable register 2 stored in a flag register is saved to a stack).

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる。また、呼び出された処理で割込み禁止状態としつつ、呼び出された際の割込み制御状態を保持しておくことができる。 According to the configuration of the present invention, a specific process can be called without being aware of the interrupt control state at the time of calling. In addition, the interrupt control state at the time of calling can be maintained while disabling interrupts in the called process.

(H-1-5)本発明の第5の実施態様に係る発明は、第1ないし第4のいずれかの実施態様において下記の構成を有する。
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、それぞれ、割込み禁止状態か割込み許可状態かを識別可能な第1の値、第2の値で管理され、
前記第1の値を退避した後で、指定された領域に対して、データの格納処理、またはクリア処理を実行するように構成される。
(H-1-5) The fifth aspect of the present invention has the following configuration in any one of the first to fourth aspects.
the interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and to an interrupt enabled state by an interrupt enable instruction, and is managed by a first value and a second value that can identify whether the interrupt disabled state or the interrupt enabled state is,
After the first value is saved, a data storage process or a clear process is executed on the designated area.

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、指定された領域に対して、データの格納処理、またはクリア処理を実行する処理を呼び出すことができる。 With this configuration of the present invention, it is possible to call a process that stores data or clears it in a specified area without being aware of the interrupt control state at the time the process is called.

(H-1-6)本発明の第6の実施態様に係る発明は、第1ないし第5のいずれかの実施態様において下記の構成を有する。
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、それぞれ、割込み禁止状態か割込み許可状態かを識別可能な第1の値、第2の値で管理され、
前記第1の値を退避した後で、指定された領域に対して、データの格納処理、またはクリア処理を実行し、
前記データの格納処理、または前記クリア処理が終わった後で、退避していた前記第1の値を復帰させるように構成される。
(H-1-6) The sixth embodiment of the present invention has the following configuration in any one of the first to fifth embodiments.
the interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and to an interrupt enabled state by an interrupt enable instruction, and is managed by a first value and a second value that can identify whether the interrupt disabled state or the interrupt enabled state is,
After saving the first value, a data storage process or a clear process is executed on the designated area;
After the data storage process or the clear process is completed, the saved first value is restored.

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、指定された領域に対して、データの格納処理、またはクリア処理を実行する処理を呼び出すことができ、また、呼び出された割込み制御状態を保持しておくことで、呼び出し元に戻る際に、割込み制御状態を、保存した状態に戻すことができるため、処理のタイミングや順序を気にする必要がなくなり、また、呼び出された際の割込み制御状態を意識することなく、割込み禁止、割込み許可の設定を正常に維持することができる。 According to the configuration of the present invention, it is possible to call a process that executes data storage or clearing processing for a specified area without being aware of the interrupt control state at the time of the call. Also, by retaining the called interrupt control state, the interrupt control state can be restored to the saved state when returning to the caller, so there is no need to worry about the timing or order of processing. Also, it is possible to properly maintain the settings for prohibiting and allowing interrupts without being aware of the interrupt control state at the time of the call.

(H-1-7)本発明の第7の実施態様に係る発明は、第1ないし第6のいずれかの実施態様において下記の構成を有する。
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、それぞれ、割込み禁止状態か割込み許可状態かを識別可能な第1の値、第2の値で管理され、
前記第1の値を退避した後で、指定された領域に対して、データの格納処理、またはクリア処理を実行し、
前記データの格納処理、または前記クリア処理が終わった後で、退避していた前記第1の値を復帰させ、
復帰させた前記第1の値が割込み禁止状態を示す値である場合、割込み許可命令を実行しないように構成される。
(H-1-7) The seventh aspect of the present invention has the following configuration in any one of the first to sixth aspects.
the interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and to an interrupt enabled state by an interrupt enable instruction, and is managed by a first value and a second value that can identify whether the interrupt disabled state or the interrupt enabled state is,
After saving the first value, a data storage process or a clear process is executed on the designated area;
After the data storage process or the clear process is completed, the first value that was saved is restored;
If the restored first value is a value indicating an interrupt disabled state, the interrupt enable instruction is not executed.

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、指定された領域に対して、データの格納処理、またはクリア処理を実行する処理を呼び出すことができ、また、呼び出された割込み制御状態を保持しておくことで、呼び出し元に戻る際に、割込み制御状態を、保存した状態に戻すことができるため、処理のタイミングや順序を気にする必要がなくなり、また、呼び出された際の割込み制御状態を意識することなく、割込み禁止、割込み許可の設定を正常に維持することができる。さらに、呼び出された時点で割込み禁止状態であった場合は、割込み禁止状態を維持するために、重複した割込み禁止命令を行わないようにして、プログラムの構成を簡潔かつ小サイズにすることができる。 According to the configuration of the present invention, it is possible to call a process that executes data storage or clearing in a specified area without being aware of the interrupt control state at the time of the call, and by retaining the called interrupt control state, the interrupt control state can be restored to the saved state when returning to the caller, eliminating the need to worry about the timing or order of the processes, and also allowing the interrupt prohibition and interrupt permission settings to be properly maintained without being aware of the interrupt control state at the time of the call. Furthermore, if the interrupt prohibition state is set at the time of the call, duplicate interrupt prohibition commands are not issued in order to maintain the interrupt prohibition state, making it possible to simplify the program configuration and reduce its size.

(H-1-8)本発明の第8の実施態様に係る発明は、第1ないし第7のいずれかの実施態様において下記の構成を有する。
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、それぞれ、割込み禁止状態か割込み許可状態かを識別可能な第1の値、第2の値で管理され、
前記第1の値を退避した後で、指定された領域に対して、データの格納処理、またはクリア処理を実行し、
前記データの格納処理、またはクリア処理が終わった後で、退避していた前記第1の値を復帰させ、
復帰させた前記第1の値が割込み許可状態を示す値である場合、割込み許可命令を実行するように構成される。
(H-1-8) The eighth aspect of the present invention has the following configuration in any one of the first to seventh aspects.
the interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and to an interrupt enabled state by an interrupt enable instruction, and is managed by a first value and a second value that can identify whether the interrupt disabled state or the interrupt enabled state is,
After saving the first value, a data storage process or a clear process is executed on the designated area;
After the data storage process or the data clear process is completed, the first value that was saved is restored;
If the returned first value is a value indicating an interrupt enable state, an interrupt enable instruction is executed.

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、指定された領域に対して、データの格納処理、またはクリア処理を実行する処理を呼び出すことができ、また、呼び出された割込み制御状態を保持しておくことで、呼び出し元に戻る際に、割込み制御状態を、保存した状態に戻すことができるため、処理のタイミングや順序を気にする必要がなくなり、また、呼び出された際の割込み制御状態を意識することなく、割込み禁止、割込み許可の設定を正常に維持することができる。 According to the configuration of the present invention, it is possible to call a process that executes data storage or clearing processing for a specified area without being aware of the interrupt control state at the time of the call. Also, by retaining the called interrupt control state, the interrupt control state can be restored to the saved state when returning to the caller, so there is no need to worry about the timing or order of processing. Also, it is possible to properly maintain the settings for prohibiting and allowing interrupts without being aware of the interrupt control state at the time of the call.

(H-1-9)本発明の第9の実施態様に係る発明は、第1ないし第8のいずれかの実施態様において下記の構成を有する。
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、それぞれ、割込み禁止状態か割込み許可状態かを識別可能な第1の値、第2の値で管理され、
さらに、前記演算処理手段による前記演算処理の実行に必要な情報が記憶される記憶手段(例えば、メインRAM6203)を備え、
前記記憶手段は、遊技用の領域(例えば、メインRAM6203の遊技用エリア)、及び遊技用以外の領域(例えば、メインRAM6203の領域外エリア)を含み、
前記所定処理が、前記遊技用の領域に係る処理から、前記遊技用以外の領域に係る処理として呼び出される際に、前記第1の値は使用されず、前記第2の値に所定の値がセットされる(例えば、割込み許可レジスタ1に「0」がセットされる)ように構成される。
(H-1-9) The ninth aspect of the present invention has the following configuration in any one of the first to eighth aspects.
the interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and to an interrupt enabled state by an interrupt enable instruction, and is managed by a first value and a second value that can identify whether the interrupt disabled state or the interrupt enabled state is,
Further, a storage means (e.g., a main RAM 6203) is provided in which information necessary for the execution of the arithmetic processing by the arithmetic processing means is stored,
The storage means includes an area for gaming (e.g., a gaming area of the main RAM 6203) and an area other than for gaming (e.g., an area outside the main RAM 6203),
When the specified process is called from a process related to the gaming area to a process related to a non-gaming area, the first value is not used and a specified value is set to the second value (for example, "0" is set to interrupt permission register 1).

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、指定された領域に対して、データの格納処理、またはクリア処理を実行する処理を呼び出すことができ、また、呼び出された割込み制御状態を保持しておくことで、呼び出し元に戻る際に、割込み制御状態を、保存した状態に戻すことができるため、処理のタイミングや順序を気にする必要がなくなり、また、呼び出された際の割込み制御状態を意識することなく、割込み禁止、割込み許可の設定を正常に維持することができる。 According to the configuration of the present invention, it is possible to call a process that executes data storage or clearing processing for a specified area without being aware of the interrupt control state at the time of the call. Also, by retaining the called interrupt control state, the interrupt control state can be restored to the saved state when returning to the caller, so there is no need to worry about the timing or order of processing. Also, it is possible to properly maintain the settings for prohibiting and allowing interrupts without being aware of the interrupt control state at the time of the call.

(H-1-10)本発明の第10の実施態様に係る発明は、第1ないし第9のいずれかの実施態様において下記の構成を有する。
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、それぞれ、割込み禁止状態か割込み許可状態かを識別可能な第1の値、第2の値で管理され、
さらに、前記演算処理手段による前記演算処理の実行に必要な情報が記憶される記憶手段を備え、
前記記憶手段は、遊技用の領域、及び遊技用以外の領域を含み、
前記所定処理が、前記遊技用の領域に係る処理から、前記遊技用以外の領域に係る処理として呼び出された後、前記遊技用の領域に係る処理に戻る際に、前記第1の値が、前記第2の値にセットされる(例えば、割込み許可レジスタ2の値が割込み許可レジスタ1にセットされる)ように構成される。
(H-1-10) The invention according to the tenth embodiment of the present invention has the following configuration in any one of the first to ninth embodiments.
the interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and to an interrupt enabled state by an interrupt enable instruction, and is managed by a first value and a second value that can identify whether the interrupt disabled state or the interrupt enabled state is,
Further, a storage means is provided for storing information necessary for the execution of the arithmetic processing by the arithmetic processing means,
The storage means includes a gaming area and a non-gaming area,
The specified processing is configured such that, after being called from processing related to the gaming area as processing related to the non-gaming area, when returning to the processing related to the gaming area, the first value is set to the second value (for example, the value of interrupt permission register 2 is set to interrupt permission register 1).

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、指定された領域に対して、データの格納処理、またはクリア処理を実行する処理を呼び出すことができ、また、呼び出された割込み制御状態を保持しておくことで、呼び出し元に戻る際に、割込み制御状態を、保存した状態に戻すことができるため、処理のタイミングや順序を気にする必要がなくなり、また、呼び出された際の割込み制御状態を意識することなく、割込み禁止、割込み許可の設定を正常に維持することができる。 According to the configuration of the present invention, it is possible to call a process that executes data storage or clearing processing for a specified area without being aware of the interrupt control state at the time of the call. Also, by retaining the called interrupt control state, the interrupt control state can be restored to the saved state when returning to the caller, so there is no need to worry about the timing or order of processing. Also, it is possible to properly maintain the settings for prohibiting and allowing interrupts without being aware of the interrupt control state at the time of the call.

上記構成の遊技機によれば、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる。 With the gaming machine configured as above, it is possible to call a specific process without being aware of the interrupt control state at the time it is called.

また、上記構成の遊技機によれば、所定領域のクリア処理やデータのセット処理といった所定処理が呼び出された場合に、呼び出された際の割込み制御状態を保存するとともに、当該呼び出される処理において割込み禁止状態で処理を行い、その後、呼び出し元に戻る際に、割込み制御状態を、保存した状態に戻すことができるため、処理のタイミングや順序を気にする必要がなくなり、また、呼び出された際の割込み制御状態を意識することなく、割込み禁止、割込み許可の設定を正常に維持することができる。 In addition, with the gaming machine having the above configuration, when a specified process such as clearing a specified area or setting data is called, the interrupt control state at the time of the call is saved, and the called process is performed in an interrupt disabled state. Then, when returning to the caller, the interrupt control state can be restored to the saved state, so there is no need to worry about the timing or order of the processes, and the settings for interrupt disable and interrupt enable can be properly maintained without having to be aware of the interrupt control state at the time of the call.

さらに、プログラムにおいて、割込み制御状態の制御、所定領域のクリア処理、及び当該所定処理へのデータの格納処理がひとまとまりに記述されることで、管理上、及び処理上の一層の効率化が図られる。 Furthermore, by describing the control of the interrupt control state, the process of clearing a specified area, and the process of storing data in that specified process as a single unit in the program, further efficiency is achieved in terms of management and processing.

<付記H-2>
従来、パチンコ遊技機と呼ばれる遊技機が知られており、このパチンコ遊技機は、一般に、遊技盤に発射された遊技球が転動可能な遊技領域と、この遊技領域に設けられた始動領域と、図柄表示装置と、図柄表示装置を制御する可変表示制御手段とを備える。このような遊技機では、遊技球が始動領域を通過(遊技球の始動口入賞)したことなどの所定の条件が成立すると、可変表示制御手段が図柄表示装置を制御して、図柄表示装置の表示領域上に識別情報(例えば後述の特別図柄等)を変動表示させる。そして、図柄表示装置の表示領域上に最終的に導出表示された識別情報が所定の組合せ(特定の表示態様)となった場合に、遊技状態が遊技者に有利な大当り遊技状態(所謂「大当り」)に移行する。
<Appendix H-2>
Conventionally, a gaming machine called a pachinko gaming machine is known, and this pachinko gaming machine generally comprises a gaming area in which a gaming ball launched onto a gaming board can roll, a starting area provided in this gaming area, a symbol display device, and a variable display control means for controlling the symbol display device. In such a gaming machine, when a predetermined condition is met, such as the gaming ball passing through the starting area (entering the starting hole of the gaming ball), the variable display control means controls the symbol display device to variably display identification information (such as a special symbol, which will be described later) on the display area of the symbol display device. Then, when the identification information finally derived and displayed on the display area of the symbol display device becomes a predetermined combination (a specific display mode), the gaming state transitions to a jackpot gaming state (so-called "jackpot") which is advantageous to the player.

また、従来、パチンコ遊技機の主制御回路において、バンク切り替えによって、ROM(Read Only Memory)とRAM(Random Access Memory)をそれぞれ区分けして使用するように構成されたパチンコ遊技機が知られている(例えば、特開2021-53443号公報)。 Also, conventionally, pachinko gaming machines are known in which the main control circuit of the pachinko gaming machine is configured to use separate ROM (Read Only Memory) and RAM (Random Access Memory) by switching banks (for example, JP 2021-53443 A).

このようなパチンコ遊技機では、例えば、ROMに関しては、遊技に関する処理に関連するプログラムとデータを含んだ遊技用エリアと、遊技以外の処理に関連するデータ等を含む領域外エリアに区分し、RAMに関しては、遊技に関する処理に関連する作業領域等を含む遊技用エリアと、遊技以外の処理に関連する作業領域等を含む領域外エリアに区分し、さらに、ROMの遊技用エリアとRAMの遊技用エリアをバンク0に割り当て、ROMの領域外エリアとRAMの領域外エリアをバンク1に割り当てている。 In such pachinko gaming machines, for example, the ROM is divided into a game area containing programs and data related to game processing, and an outside area containing data related to non-game processing, and the RAM is divided into a game area containing a work area related to game processing, and an outside area containing a work area related to non-game processing, and further, the ROM game area and RAM game area are assigned to bank 0, and the ROM outside area and RAM outside area are assigned to bank 1.

また、データの演算や記憶に用いられるレジスタの一部は、バンクごとに設けられ、さらに、データを一時的に保持するためのメモリ領域であるスタックにおける現在の操作位置を示すスタックポインタも、バンクごとに設定される。 In addition, some of the registers used for data calculations and storage are provided for each bank, and a stack pointer that indicates the current operation position in the stack, which is a memory area for temporarily storing data, is also set for each bank.

このように、バンクごとにROMとRAMで別の領域を割り当て、さらに、レジスタやスタックを別個に設定することによって、パチンコ遊技機においてプログラムを実行する際に、バンクを切り替えて、遊技用エリアを利用する処理と、領域外エリアを利用する処理を個別に管理することができ、遊技に関する処理と遊技以外の処理について、利用するプログラムやデータが混同しないように切り分けることができる。 In this way, by allocating separate areas in ROM and RAM for each bank, and further setting up separate registers and stacks, when executing a program on the pachinko machine, it is possible to switch banks and separately manage processes that use the game area and processes that use the outside area, and separate the programs and data used for game-related processes and non-game processes so that they do not become confused.

しかしながら、初期化処理におけるスタックポインタの設定は、RAMの遊技用エリアに関しては、バンク0に係る処理(プログラム)によって行い、RAMの領域外エリアに関しては、バンク0からバンク切り替えを行って、バンク1に係る処理(プログラム)を行う必要があるものの、当該スタックポインタの設定を行う処理やバンク切り替えのタイミング・順序について、効率的かつ簡潔な構成となるように考慮されたものはなかった。また、初期化処理においてRAMをクリアする場合にも、その範囲を決定する処理について、効率的でかつ簡潔な構成となるように考慮されたものはなかった。 However, although the setting of the stack pointer in the initialization process is performed by processing (program) related to bank 0 for the game area of the RAM, and for the area outside the RAM, bank switching from bank 0 is required to perform processing (program) related to bank 1, there was no consideration given to an efficient and simple configuration for the process of setting the stack pointer or the timing and order of bank switching. Furthermore, even when clearing the RAM in the initialization process, there was no consideration given to an efficient and simple configuration for the process of determining the range.

本発明は、このような点に鑑みてなされたものであり、バンクごとに設けられているスタックポインタの設定を行い、RAMのクリア範囲を決定する初期化処理を、効率的かつ簡潔な構成で実行することができる遊技機を提供することを目的とする。 The present invention was made in consideration of these points, and aims to provide a gaming machine that can set the stack pointers provided for each bank and execute the initialization process that determines the RAM clear range in an efficient and simple configuration.

上記目的を達成するために、本発明は以下の遊技機を提供する。 To achieve the above objective, the present invention provides the following gaming machine.

(H-2-1)本発明の第1の実施態様に係る発明は、下記の構成を有する。
遊技の動作を制御するための演算処理(例えば、遊技用エリアに係る処理)と、遊技以外の処理を行うための演算処理(例えば、領域外エリアに係る処理)を行う演算処理手段(例えば、メインCPU6201)と、
前記演算処理手段による前記演算処理の実行に必要な情報が記憶される記憶手段(例えば、メインRAM6203)と、を備え、
前記記憶手段は、遊技用の領域(例えば、メインRAM6203の遊技用エリア)、及び遊技用以外の領域(例えば、メインRAM6203の領域外エリア)を含み、
さらに、前記遊技用の領域に設けられたスタック(例えば、スタックエリア(遊技用エリア))は前記遊技用の領域に係る処理によって利用され、前記遊技用以外の領域に設けられたスタック(例えば、スタックエリア(領域外エリア))は前記遊技用以外の領域に係る処理によって利用され、
前記遊技用以外の領域に係る処理が最初に呼び出された場合に、前記遊技用以外の領域に設けられたスタックのスタックポインタを設定することを特徴とする遊技機(例えば、第3実施形態に係るパチンコ機)。
(H-2-1) The invention according to the first embodiment of the present invention has the following configuration.
A calculation processing means (e.g., a main CPU 6201) for performing calculation processes for controlling game operations (e.g., processing related to the game area) and calculation processes for performing processing other than games (e.g., processing related to the outside area);
A storage means (e.g., a main RAM 6203) for storing information necessary for the execution of the arithmetic processing by the arithmetic processing means,
The storage means includes an area for gaming (e.g., a gaming area of the main RAM 6203) and an area other than for gaming (e.g., an area outside the main RAM 6203),
Furthermore, a stack provided in the gaming area (e.g., a stack area (gaming area)) is used by a process related to the gaming area, and a stack provided in a non-gaming area (e.g., a stack area (outside area)) is used by a process related to the non-gaming area,
A gaming machine (e.g., a pachinko machine according to the third embodiment) characterized in that, when processing relating to the non-gaming area is called for the first time, a stack pointer of a stack provided in the non-gaming area is set.

このような本発明の構成によれば、バンクごとに設けられているスタックポインタの設定を行うことができ、スタックエリアの設定に係る初期化処理を、効率的かつ簡潔な構成で実行することができる。 This configuration of the present invention allows the stack pointers provided for each bank to be set, and the initialization process related to the setting of the stack area can be performed efficiently and simply.

(H-2-2)本発明の第2の実施態様に係る発明は、第1の実施態様において下記の構成を有する。
前記遊技用以外の領域に係る処理は、前記遊技用の領域に係る処理から呼び出され、
前記遊技用以外の領域に係る処理は、前記遊技用以外の領域に設けられたスタックのスタックポインタを設定した後に、指定領域のCRC算出(例えば、メインRAM6203の遊技用エリア、及び領域外エリアに関するCRC算出)を行うように構成される。
(H-2-2) The invention according to the second embodiment of the present invention has the following configuration in the first embodiment.
The process related to the non-game area is called from the process related to the game area,
The processing related to the non-game area is configured to set a stack pointer of a stack provided in the non-game area, and then perform a CRC calculation of a specified area (for example, a CRC calculation for the game area of main RAM 6203 and the area outside the area).

このような本発明の構成によれば、バンクごとに設けられているスタックポインタの設定を行うことができ、スタックエリアの設定に係る初期化処理を、効率的かつ簡潔な構成で実行することができる。 This configuration of the present invention allows the stack pointers provided for each bank to be set, and the initialization process related to the setting of the stack area can be performed efficiently and simply.

(H-2-3)本発明の第3の実施態様に係る発明は、第1または第2の実施態様において下記の構成を有する。
電源投入時に、指定領域のCRC算出が行われ、
前記電源投入時の前記CRC算出によって得られたCRC値と、前記電源投入時の前の電断時に、前記指定領域のCRC算出によって得られたCRC値との比較処理を行うように構成される。
(H-2-3) The third embodiment of the present invention has the following configuration in the first or second embodiment.
When the power is turned on, a CRC calculation is performed on the specified area.
The device is configured to perform a comparison process between the CRC value obtained by the CRC calculation at the time of power-on and the CRC value obtained by the CRC calculation of the designated area at the time of power interruption prior to power-on.

このような本発明の構成によれば、電源投入の前後において、メインRAMの指定領域に関して異常を検知することができる。 This configuration of the present invention makes it possible to detect abnormalities in a specified area of the main RAM before and after power is turned on.

(H-2-4)本発明の第4の実施態様に係る発明は、第1ないし第3のいずれかの実施態様において下記の構成を有する。
電源投入時に、指定領域のCRC算出が行われ、
前記電源投入時の前記CRC算出によって得られたCRC値と、前記電源投入時の前の電断時に、前記指定領域のCRC算出によって得られたCRC値との比較処理を行い、
前記電源投入時のCRC算出と、前記電断時のCRC算出は共通の処理であるように構成される。
(H-2-4) The fourth embodiment of the present invention has the following configuration in any one of the first to third embodiments.
When the power is turned on, a CRC calculation is performed on the specified area.
performing a comparison process between the CRC value obtained by the CRC calculation at the time of power-on and the CRC value obtained by the CRC calculation of the designated area at the time of power interruption before the power-on;
The CRC calculation at power-on and the CRC calculation at power-off are configured to be a common process.

このような本発明の構成によれば、電源投入の前後において、メインRAMの指定領域に関して異常を検知することができる。 With this configuration of the present invention, it is possible to detect abnormalities in a specified area of the main RAM before and after power is turned on.

(H-2-5)本発明の第5の実施態様に係る発明は、第1ないし第4のいずれかの実施態様において下記の構成を有する。
電源投入時に、指定領域のCRC算出が行われ、
前記電源投入時の前記CRC算出によって得られたCRC値と、前記電源投入時の前の電断時に、前記指定領域のCRC算出によって得られたCRC値との比較処理を行い、
前記電源投入時に、起動状態(例えば、電断復帰、設定確認、メインRAM6203のクリア、及び設定変更)に応じて前記記憶手段におけるクリア範囲(例えば、メインRAM6203においてデータをクリアする範囲)が設定され、
前記比較処理の結果、CRC値が一致しなかった場合であって、電源投入時に設定変更が指示されている場合、前記クリア範囲の先頭アドレスに、異常時に設定されるクリア範囲の先頭アドレス(例えば、異常時RAMクリア範囲先頭アドレス)を設定するように構成される。
(H-2-5) The fifth aspect of the present invention has the following configuration in any one of the first to fourth aspects.
When the power is turned on, a CRC calculation is performed on the specified area.
performing a comparison process between the CRC value obtained by the CRC calculation at the time of power-on and the CRC value obtained by the CRC calculation of the designated area at the time of power interruption before the power-on;
When the power is turned on, a clear range in the storage means (e.g., a range in which data is cleared in the main RAM 6203) is set according to a start-up state (e.g., power recovery, setting confirmation, clearing of the main RAM 6203, and setting change),
If the comparison process shows that the CRC values do not match and a setting change is instructed when the power is turned on, the first address of the clear range is configured to be set to the first address of the clear range that is set in the event of an abnormality (for example, the first address of the RAM clear range in the event of an abnormality).

このような本発明の構成によれば、電源投入時の起動状態に応じて、メインRAMのクリア範囲を調整することができる。 With this configuration of the present invention, the main RAM clear range can be adjusted depending on the startup state when the power is turned on.

(H-2-6)本発明の第6の実施態様に係る発明は、第1ないし第5のいずれかの実施態様において下記の構成を有する。
電源投入時に、指定領域のCRC算出が行われ、
前記電源投入時の前記CRC算出によって得られたCRC値と、前記電源投入時の前の電断時に、前記指定領域のCRC算出によって得られたCRC値との比較処理を行い、
電源投入時に、起動状態に応じて前記記憶手段におけるクリア範囲が設定され、
前記クリア範囲を決定するクリア範囲判定データ(例えば、メインRAM6203の遊技用エリアに係るクリア範囲先頭アドレスの下位1バイト)は、前記遊技用の領域に係る処理において設定され、
前記遊技用以外の領域に係る処理は、前記遊技用以外の領域についてのクリア範囲を、前記クリア範囲判定データに基づいて決定するように構成される。
(H-2-6) The sixth embodiment of the present invention has the following configuration in any one of the first to fifth embodiments.
When the power is turned on, a CRC calculation is performed on the specified area.
performing a comparison process between the CRC value obtained by the CRC calculation at the time of power-on and the CRC value obtained by the CRC calculation of the designated area at the time of power interruption before the power-on;
When the power is turned on, the clear range in the storage means is set according to the start-up state;
The clear range determination data for determining the clear range (for example, the lowest byte of the clear range head address for the game area of the main RAM 6203) is set in the process for the game area,
The process relating to the non-game area is configured to determine a clear range for the non-game area based on the clear range determination data.

このような本発明の構成によれば、電源投入時の起動状態に応じて、メインRAMのクリア範囲を調整することができ、さらに、遊技用エリアについて判定されたクリア範囲の一部に基づいて、領域外エリアのクリア範囲を決定することにより、処理が効率化されるとともに、プログラムのサイズを小さくすることができる。 This configuration of the present invention allows the clear range of the main RAM to be adjusted depending on the startup state when the power is turned on, and furthermore, by determining the clear range of the outside area based on a portion of the clear range determined for the play area, processing can be made more efficient and the program size can be reduced.

(H-2-7)本発明の第7の実施態様に係る発明は、第1ないし第6のいずれかの実施態様において下記の構成を有する。
電源投入時に、指定領域のCRC算出が行われ、
前記電源投入時の前記CRC算出によって得られたCRC値と、前記電源投入時の前の電断時に、前記指定領域のCRC算出によって得られたCRC値との比較処理を行い、
さらに、電源投入時に設定変更を指示するための、第1入力手段(例えば、設定キー差込口6174)、及び第2入力手段(例えば、RAMクリアスイッチ6176)を備え、
電源投入時に、起動状態に応じて前記記憶手段におけるクリア範囲が設定され、
前記比較処理の結果、CRC値が一致した場合であって、設定変更中の電断復帰である場合、今回の電源投入時における前記第1入力手段、及び前記第2入力手段の状態情報に、前回の前記第1入力手段、及び前記第2入力手段の状態情報をセットするように構成される。
(H-2-7) The seventh aspect of the present invention has the following configuration in any one of the first to sixth aspects.
When the power is turned on, a CRC calculation is performed on the specified area.
performing a comparison process between the CRC value obtained by the CRC calculation at the time of power-on and the CRC value obtained by the CRC calculation of the designated area at the time of power interruption before the power-on;
Further, a first input means (e.g., a setting key slot 6174) and a second input means (e.g., a RAM clear switch 6176) are provided for instructing a setting change when the power is turned on,
When the power is turned on, the clear range in the storage means is set according to the start-up state;
If the comparison process shows that the CRC values match and the power has been restored during a setting change, the status information of the first input means and the second input means at the time of this power-on is set to the previous status information of the first input means and the second input means.

このような本発明の構成によれば、前回、設定変更の途中で電断が発生した場合であっても、電源投入時に続けて設定変更を行うことができる。 With this configuration of the present invention, even if a power outage occurs during a previous setting change, you can continue changing the settings when you turn the power back on.

(H-2-8)本発明の第8の実施態様に係る発明は、第1ないし第7のいずれかの実施態様において下記の構成を有する。
電源投入時に、指定領域のCRC算出が行われ、
前記電源投入時の前記CRC算出によって得られたCRC値と、前記電源投入時の前の電断時に、前記指定領域のCRC算出によって得られたCRC値との比較処理を行い、
さらに、電源投入時に設定変更を指示するための、第1入力手段、及び第2入力手段を備え、
電源投入時に、起動状態に応じて前記記憶手段におけるクリア範囲が設定され、
前記比較処理の結果、CRC値が一致した場合であって、電源投入時において、前記第1入力手段と前記第2入力手段がオフの場合(例えば、起動状態が電断復帰である場合)、前記クリア範囲の先頭アドレスに、電断復帰時に設定されるクリア範囲の先頭アドレスを設定するように構成される。
(H-2-8) The eighth aspect of the present invention has the following configuration in any one of the first to seventh aspects.
When the power is turned on, a CRC calculation is performed on the specified area.
performing a comparison process between the CRC value obtained by the CRC calculation at the time of power-on and the CRC value obtained by the CRC calculation of the designated area at the time of power interruption before the power-on;
The device further includes a first input means and a second input means for instructing a setting change when the device is powered on,
When the power is turned on, the clear range in the storage means is set according to the start-up state;
If the comparison process results in a match between the CRC values, and if the first input means and the second input means are off when the power is turned on (for example, when the startup state is power recovery), the first address of the clear range is configured to be set to the first address of the clear range that is set when power recovery is performed.

このような本発明の構成によれば、電源投入時の起動状態に応じて、メインRAMのクリア範囲を調整することができる。 With this configuration of the present invention, the main RAM clear range can be adjusted depending on the startup state when the power is turned on.

(H-2-9)本発明の第9の実施態様に係る発明は、第1ないし第8のいずれかの実施態様において下記の構成を有する。
電源投入時に、指定領域のCRC算出が行われ、
前記電源投入時の前記CRC算出によって得られたCRC値と、前記電源投入時の前の電断時に、前記指定領域のCRC算出によって得られたCRC値との比較処理を行い、
さらに、電源投入時に設定変更を指示するための、第1入力手段、及び第2入力手段を備え、
電源投入時に、起動状態に応じて前記記憶手段におけるクリア範囲が設定され、
前記比較処理の結果、CRC値が一致した場合であって、電源投入時において、前記第1入力手段がオンの場合(例えば、起動状態が、設定確認、または設定変更である場合)、前記クリア範囲の先頭アドレスに、電断復帰時に設定されるクリア範囲の先頭アドレスを設定しないように構成される。
(H-2-9) The ninth aspect of the present invention has the following configuration in any one of the first to eighth aspects.
When the power is turned on, a CRC calculation is performed on the specified area.
performing a comparison process between the CRC value obtained by the CRC calculation at the time of power-on and the CRC value obtained by the CRC calculation of the designated area at the time of power interruption before the power-on;
The device further includes a first input means and a second input means for instructing a setting change when the device is powered on,
When the power is turned on, the clear range in the storage means is set according to the start-up state;
If the comparison process shows that the CRC values match, and if the first input means is on when the power is turned on (for example, when the startup state is setting confirmation or setting change), the first address of the clear range is not set to the first address of the clear range that is set when power is restored.

このような本発明の構成によれば、電源投入時の起動状態に応じて、メインRAMのクリア範囲を調整することができる。 With this configuration of the present invention, the main RAM clear range can be adjusted depending on the startup state when the power is turned on.

(H-2-10)本発明の第10の実施態様に係る発明は、第1ないし第9のいずれかの実施態様において下記の構成を有する。
電源投入時に、指定領域のCRC算出が行われ、
前記電源投入時の前記CRC算出によって得られたCRC値と、前記電源投入時の前の電断時に、前記指定領域のCRC算出によって得られたCRC値との比較処理を行い、
さらに、電源投入時に設定変更を指示するための、第1入力手段、及び第2入力手段を備え、
電源投入時に、起動状態に応じて前記記憶手段におけるクリア範囲が設定され、
前記比較処理の結果、CRC値が一致した場合であって、電源投入時において、前記第1入力手段と前記第2入力手段がオンの場合(例えば、起動状態が設定変更である場合)、前記クリア範囲の先頭アドレスに、設定変更時に設定されるクリア範囲の先頭アドレスを設定し、
前記比較処理の結果、CRC値が一致した場合であって、電源投入時において、前記第1入力手段がオフ、かつ前記第2入力手段がオンの場合(例えば、起動状態がメインRAM6203のクリアである場合)、前記クリア範囲の先頭アドレスに、設定変更時に設定されるクリア範囲の先頭アドレスを設定し、
前記比較処理の結果、CRC値が一致した場合であって、電源投入時において、前記第1入力手段と前記第2入力手段がオフの場合(例えば、起動状態が電断復帰である場合)、前記クリア範囲の先頭アドレスに、電断復帰時に設定されるクリア範囲の先頭アドレスを設定し、
前記設定変更時に設定されるクリア範囲の先頭アドレスを記憶する記憶領域と、前記電断復帰時に設定されるクリア範囲の先頭アドレスを記憶する記憶領域(例えば、レジスタ)は同じであるように構成される。
(H-2-10) The invention according to the tenth embodiment of the present invention has the following configuration in any one of the first to ninth embodiments.
When the power is turned on, a CRC calculation is performed on the specified area.
performing a comparison process between the CRC value obtained by the CRC calculation at the time of power-on and the CRC value obtained by the CRC calculation of the designated area at the time of power interruption before the power-on;
The device further includes a first input means and a second input means for instructing a setting change when the device is powered on,
When the power is turned on, the clear range in the storage means is set according to the start-up state;
If the CRC values match as a result of the comparison process, and if the first input means and the second input means are on when the power is turned on (for example, when the startup state is a setting change), set the top address of the clear range to the top address of the clear range that is set when the setting is changed;
If the CRC values match as a result of the comparison process, and if the first input means is off and the second input means is on when the power is turned on (for example, when the start-up state is to clear the main RAM 6203), set the top address of the clear range to the top address of the clear range that is set when the setting is changed,
When the CRC values match as a result of the comparison process, and when the first input means and the second input means are off when the power is turned on (for example, when the start-up state is power-off recovery), the top address of the clear range is set to the top address of the clear range that is set when the power is restored;
The memory area that stores the first address of the clear range that is set when the setting is changed and the memory area (e.g., a register) that stores the first address of the clear range that is set when the power is restored are configured to be the same.

このような本発明の構成によれば、電源投入時の起動状態に応じて、メインRAMのクリア範囲を調整することができ、クリア範囲が同じ記憶領域に記憶されることで、メインRAM6203の領域外エリアのクリア範囲を決定する場合に1つの記憶領域を参照するだけでよく、処理が単純化、効率化される。 With this configuration of the present invention, the clear range of the main RAM can be adjusted depending on the startup state when the power is turned on, and since the clear range is stored in the same memory area, it is only necessary to refer to one memory area when determining the clear range of the outside area of the main RAM 6203, simplifying and streamlining the process.

上記構成の遊技機によれば、バンクごとに設けられているスタックポインタの設定等の初期化処理や、そのためのバンク切り替えを、効率的かつ簡潔な構成で実行することができる。 With the gaming machine configured as above, initialization processes such as setting the stack pointers provided for each bank, and bank switching for this purpose, can be performed efficiently and simply.

<付記H-3>
従来、パチンコ遊技機と呼ばれる遊技機が知られており、このパチンコ遊技機は、一般に、遊技盤に発射された遊技球が転動可能な遊技領域と、この遊技領域に設けられた始動領域と、図柄表示装置と、図柄表示装置を制御する可変表示制御手段とを備える。このような遊技機では、遊技球が始動領域を通過(遊技球の始動口入賞)したことなどの所定の条件が成立すると、可変表示制御手段が図柄表示装置を制御して、図柄表示装置の表示領域上に識別情報(例えば後述の特別図柄等)を変動表示させる。そして、図柄表示装置の表示領域上に最終的に導出表示された識別情報が所定の組合せ(特定の表示態様)となった場合に、遊技状態が遊技者に有利な大当り遊技状態(所謂「大当り」)に移行する。
<Appendix H-3>
Conventionally, a gaming machine called a pachinko gaming machine is known, and this pachinko gaming machine generally comprises a gaming area in which a gaming ball launched onto a gaming board can roll, a starting area provided in this gaming area, a symbol display device, and a variable display control means for controlling the symbol display device. In such a gaming machine, when a predetermined condition is met, such as the gaming ball passing through the starting area (entering the starting hole of the gaming ball), the variable display control means controls the symbol display device to variably display identification information (such as a special symbol, which will be described later) on the display area of the symbol display device. Then, when the identification information finally derived and displayed on the display area of the symbol display device becomes a predetermined combination (a specific display mode), the gaming state transitions to a jackpot gaming state (so-called "jackpot") which is advantageous to the player.

また、従来、パチンコ遊技機の主制御回路において、バンク切り替えによって、ROM(Read Only Memory)とRAM(Random Access Memory)をそれぞれ区分けして使用するように構成されたパチンコ遊技機が知られている(例えば、特開2021-53443号公報)。 Also, conventionally, pachinko gaming machines are known in which the main control circuit of the pachinko gaming machine is configured to use separate ROM (Read Only Memory) and RAM (Random Access Memory) by switching banks (for example, JP 2021-53443 A).

このようなパチンコ遊技機では、例えば、ROMに関しては、遊技に関する処理に関連するプログラムとデータを含んだ遊技用エリアと、遊技以外の処理に関連するデータ等を含む領域外エリアに区分し、RAMに関しては、遊技に関する処理に関連する作業領域等を含む遊技用エリアと、遊技以外の処理に関連する作業領域等を含む領域外エリアに区分し、さらに、ROMの遊技用エリアとRAMの遊技用エリアをバンク0に割り当て、ROMの領域外エリアとRAMの領域外エリアをバンク1に割り当てている。 In such pachinko gaming machines, for example, the ROM is divided into a game area containing programs and data related to game processing, and an outside area containing data related to non-game processing, and the RAM is divided into a game area containing a work area related to game processing, and an outside area containing a work area related to non-game processing, and further, the ROM game area and RAM game area are assigned to bank 0, and the ROM outside area and RAM outside area are assigned to bank 1.

また、データの演算や記憶に用いられるレジスタの一部は、バンクごとに設けられ、さらに、データを一時的に保持するためのメモリ領域であるスタックにおける現在の操作位置を示すスタックポインタも、バンクごとに設定される。 In addition, some of the registers used for data calculations and storage are provided for each bank, and a stack pointer that indicates the current operation position in a stack, which is a memory area for temporarily storing data, is also set for each bank.

このように、バンクごとにROMとRAMで別の領域を割り当て、さらに、レジスタやスタックを別個に設定することによって、パチンコ遊技機においてプログラムを実行する際に、バンクを切り替えて、遊技用エリアを利用する処理と、領域外エリアを利用する処理を個別に管理することができ、遊技に関する処理と遊技以外の処理について、利用するプログラムやデータが混同しないように切り分けることができる。 In this way, by allocating separate areas in ROM and RAM for each bank, and further setting up separate registers and stacks, when executing a program on the pachinko machine, it is possible to switch banks and separately manage processes that use the game area and processes that use the outside area, and separate the programs and data used for game-related processes and non-game processes so that they do not become confused.

このような、遊技用エリアと領域外エリアが設定された遊技機では、初期化処理において、遊技用エリアに関するクリア処理と、領域外エリアに関するクリア処理を別個に行う必要があり、さらに、遊技機の起動時の状況に応じて、RAMのクリア範囲を調整する必要がある。 In a gaming machine with a play area and an outside area, the initialization process must perform separate clearing processes for the play area and the outside area, and the RAM clear range must be adjusted depending on the situation when the gaming machine is started.

また、従来の構成では、所定の処理を行う場合に、バンクの切り替えが行われると、その間の割込み禁止、割込み許可の設定が保持されない場合があり、そのために、バンクの切り替えが行われる場合に、所定のフラグをオン、オフするなどして割込み禁止、割込み許可の設定を管理し、また、そのような所定のフラグのオン、オフについても、タイミングや処理順序を意識して行う必要があった。 In addition, in conventional configurations, when performing a specific process, if a bank is switched, the settings for prohibiting and allowing interrupts during that time may not be maintained. For this reason, when switching banks, it is necessary to manage the settings for prohibiting and allowing interrupts by turning on and off a specific flag, and also to be aware of the timing and processing order when turning on and off such a specific flag.

しかしながら、このようなRAMのクリア処理に関し、遊技用エリアと領域外エリアのクリア範囲についての情報を効果的に設定するよう考慮されたものはなく、また、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができるような構成はなかった。 However, there was no RAM clearing process that considered effectively setting information about the clear range of the play area and the outside area, and there was no configuration that allowed a specified process to be called without being aware of the interrupt control state at the time it was called.

本発明は、このような点に鑑みてなされたものであり、RAMのクリア処理に関し、遊技用エリアと領域外エリアのクリア範囲についての情報を効果的に設定し、また、所定処理が呼び出された場合に、呼び出された際の割込み制御状態を意識することなく、割込み禁止、割込み許可の設定を正常に維持することができる遊技機を提供することを目的とする。 The present invention was made in consideration of these points, and aims to provide a gaming machine that effectively sets information regarding the clear range of the play area and the outside area in relation to the RAM clearing process, and that can properly maintain the settings for interrupt prohibition and interrupt permission when a specified process is called, without the player being aware of the interrupt control state at the time the process is called.

上記目的を達成するために、本発明は以下の遊技機を提供する。 To achieve the above objective, the present invention provides the following gaming machine.

(H-3-1)本発明の第1の実施態様に係る発明は、下記の構成を有する。
遊技の動作を制御するための演算処理(例えば、遊技用エリアに係る処理)と、遊技以外の処理を行うための演算処理(例えば、領域外エリアに係る処理)を行う演算処理手段(例えば、メインCPU6201)と、
前記演算処理手段による前記演算処理の実行に必要な情報が記憶される記憶手段(例えば、メインRAM6203)と、を備え、
前記記憶手段は、遊技用の領域(例えば、メインRAM6203の遊技用エリア)、及び遊技用以外の領域(例えば、メインRAM6203の領域外エリア)を含み、
電源投入時に、前記遊技用の領域、及び前記遊技用以外の領域の少なくとも一部をクリアするクリア制御が実行され、
前記クリア制御は、
前記遊技用以外の領域をクリアする場合、そのクリア範囲を、前記遊技用の領域のクリア範囲(遊技用の領域のクリア範囲を指定する情報であって、例えば、遊技用の領域のクリア範囲の先頭アドレスの下位1バイト)に応じて設定可能とすることを特徴とする遊技機(例えば、第3実施形態に係るパチンコ機)。
(H-3-1) The invention according to the first embodiment of the present invention has the following configuration.
A calculation processing means (e.g., a main CPU 6201) for performing calculation processes for controlling game operations (e.g., processing related to the game area) and calculation processes for performing processing other than games (e.g., processing related to the outside area);
A storage means (e.g., a main RAM 6203) for storing information necessary for the execution of the arithmetic processing by the arithmetic processing means,
The storage means includes an area for gaming (e.g., a gaming area of the main RAM 6203) and an area other than for gaming (e.g., an area outside the main RAM 6203),
When the power is turned on, a clear control is executed to clear at least a part of the gaming area and the non-gaming area;
The clear control is
A gaming machine (e.g., a pachinko machine according to the third embodiment) characterized in that, when clearing an area other than the gaming area, the clear range can be set according to the clear range of the gaming area (information specifying the clear range of the gaming area, e.g., the lowest byte of the starting address of the clear range of the gaming area).

このような本発明の構成によれば、RAMのクリア処理に関し、遊技用エリアと領域外エリアのクリア範囲についての情報を効果的に設定することができ、これによって、当該クリア処理の効率化を図ることができ、さらに、プログラムの構成を簡潔にし、かつプログラムのサイズを小さくすることができる。 With this configuration of the present invention, it is possible to effectively set information regarding the clearing range of the play area and the outside area in relation to the RAM clearing process, thereby making it possible to improve the efficiency of the clearing process, and further simplify the program structure and reduce the program size.

(H-3-2)本発明の第2の実施態様に係る発明は、第1の実施態様において下記の構成を有する。
前記クリア制御は、
電源投入時の起動状態が電断復帰でない場合に、前記遊技用の領域に記憶された戻り番地を保護するために、クリア範囲を調整する(例えば、スタックエリア(遊技用エリア)のスタックポインタSPの初期設定アドレスから数バイト分をクリア範囲から除外する)ように構成される。
(H-3-2) The invention according to the second embodiment of the present invention has the following configuration in the first embodiment.
The clear control is
When the startup state when the power is turned on is not power recovery, the clear range is adjusted (for example, a few bytes are excluded from the clear range from the initial setting address of the stack pointer SP of the stack area (game area)) to protect the return address stored in the game area.

このような本発明の構成によれば、呼び出したプログラムが戻り番地に正常に戻ることができ、正常なクリア処理が担保される。 With this configuration of the present invention, the called program can return to the return address normally, ensuring normal clear processing.

(H-3-3)本発明の第3の実施態様に係る発明は、第1または第2の実施態様において下記の構成を有する。
前記クリア制御は、前記記憶手段に異常が生じたと判定された場合に、
前記遊技用以外の領域の対応するクリア範囲をクリアし、
改めて、性能表示モニタを制御するための設定値を、前記遊技用以外の領域に格納する(例えば、性能モニタ制御イニシャルテーブルをメインRAM6203の作業領域(領域外エリア)に格納する)ように構成される。
(H-3-3) The third embodiment of the present invention has the following configuration in the first or second embodiment.
The clear control is performed when it is determined that an abnormality has occurred in the storage means.
Clearing the corresponding clear range of the non-gaming area;
Once again, the setting values for controlling the performance display monitor are stored in an area other than that for game play (for example, the performance monitor control initial table is stored in the working area (outside area) of the main RAM 6203).

このような本発明の構成によれば、遊技用以外の領域のすべてがクリアされた場合であっても、性能表示モニタを制御するための初期値(例えば、LEDの設定等に関する初期値)が設定されるため、電源投入後に、当該初期値に基づいて性能表示モニタの制御を開始することができる。 With this configuration of the present invention, even if all non-game areas are cleared, initial values for controlling the performance display monitor (e.g., initial values related to LED settings, etc.) are set, so that control of the performance display monitor can begin based on those initial values after power is turned on.

(H-3-4)本発明の第4の実施態様に係る発明は、第1ないし第3のいずれかの実施態様において下記の構成を有する。
前記クリア制御は、前記記憶手段に異常が生じていないと判定された場合に、
性能表示モニタを制御するための設定値を、前記記憶手段に格納することなく、
電源投入時の初期化用設定値を、前記遊技用以外の領域に格納する(例えば、電源投入時初期化用データをメインRAM6203の作業領域(領域外エリア)に格納する)ように構成される。
(H-3-4) The fourth aspect of the present invention has the following configuration in any one of the first to third aspects.
The clear control is performed when it is determined that no abnormality occurs in the storage means.
The setting values for controlling the performance display monitor are not stored in the storage means,
The initialization setting values when the power is turned on are configured to be stored in an area other than that used for gaming (for example, the initialization data when the power is turned on is stored in the working area (outside area) of the main RAM 6203).

このような本発明の構成によれば、遊技用以外の領域の一部がクリアされた場合であっても、電源投入時の初期化用設定値(例えば、LEDの設定等に関する設定値)が格納されるため、電源投入後に、当該設定値に基づいて制御を開始することができる。 With this configuration of the present invention, even if part of the non-game area is cleared, the initialization setting values (e.g., setting values related to LED settings, etc.) used when powering on are stored, so that control can be started based on those setting values after powering on.

(H-3-5)本発明の第5の実施態様に係る発明は、第1ないし第4のいずれかの実施態様において下記の構成を有する。
前記クリア制御は、
電源投入時の起動状態が電断復帰でない場合に、前記遊技用の領域に記憶された戻り番地を保護するために、クリア範囲を調整し、
その後、調整後のクリア範囲に基づいて、前記遊技用の領域をクリアするように構成される。
(H-3-5) The invention according to the fifth embodiment of the present invention has the following configuration in any one of the first to fourth embodiments.
The clear control is
In the case where the start-up state at the time of power-on is not power-off recovery, the clear range is adjusted in order to protect the return address stored in the gaming area;
Thereafter, the game area is cleared based on the adjusted clear range.

このような本発明の構成によれば、RAMのクリア処理に関し、電源投入時の起動状態に応じて、RAMのクリア範囲を効果的に切り分けることができる。 With this configuration of the present invention, the RAM clearing process can effectively differentiate the range of RAM to be cleared depending on the startup state when the power is turned on.

(H-3-6)本発明の第6の実施態様に係る発明は、第1ないし第5のいずれかの実施態様において下記の構成を有する。
前記クリア制御は、
前記遊技用以外の領域のクリア範囲を、前記遊技用の領域のクリア範囲に対応付けられた判定データ(例えば、RAMクリア範囲判定データ)に応じて設定可能とし、
前記判定データを前記遊技用以外の領域とは異なる領域(例えば、所定のレジスタ)に退避した後、前記遊技用以外の領域のクリア範囲をクリアするように構成される。
(H-3-6) The sixth embodiment of the present invention has the following configuration in any one of the first to fifth embodiments.
The clear control is
The clear range of the non-game area can be set according to judgment data (e.g., RAM clear range judgment data) associated with the clear range of the game area;
The determination data is saved in an area (e.g., a specified register) different from the non-game area, and then the clear range of the non-game area is cleared.

このような本発明の構成によれば、遊技用の領域のクリア範囲、及び遊技用以外の領域のクリア範囲を識別可能な判定データを、遊技用以外の領域のクリア範囲をクリアした後も利用可能とすることができ、判定データが利用可能なタイミングを意識する必要がなくなる。 With this configuration of the present invention, the judgment data that can identify the clear range of the gaming area and the clear range of the non-gaming area can be used even after the clear range of the non-gaming area has been cleared, eliminating the need to be aware of the timing when the judgment data is available.

(H-3-7)本発明の第7の実施態様に係る発明は、第1ないし第6のいずれかの実施態様において下記の構成を有する。
前記演算処理手段は、
所定処理(例えば、データの格納処理や所定領域のクリア処理)を実行する際に、割込み禁止状態か割込み許可状態かを示す割込み制御状態(例えば、割込み許可レジスタ)を退避するように構成される。
(H-3-7) The seventh aspect of the present invention has the following configuration in any one of the first to sixth aspects.
The arithmetic processing means
When executing a specified process (for example, data storage process or clearing process of a specified area), the interrupt control state (for example, an interrupt enable register) indicating whether the interrupt is disabled or enabled is saved.

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる。 With this configuration of the present invention, it is possible to call a specific process without being aware of the interrupt control state at the time it is called.

(H-3-8)本発明の第8の実施態様に係る発明は、第1ないし第7のいずれかの実施態様において下記の構成を有する。
前記演算処理手段は、
所定処理を実行する際に、割込み禁止状態や割込み許可状態かを示す割込み制御状態を退避し、
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、それぞれ、割込み禁止状態か割込み許可状態かを識別可能な第1の値(例えば、割込み許可レジスタ2の値)、第2の値(例えば、割込み許可レジスタ1の値)で管理され、
前記第1の値、及び第2の値は、前記割込み禁止命令、及び前記割込み許可命令によって同じ値に設定される(例えば、割込み禁止命令では禁止「0」、割込み許可命令では許可「1」)ように構成される。
(H-3-8) The eighth aspect of the present invention has the following configuration in any one of the first to seventh aspects.
The arithmetic processing means
When executing a predetermined process, an interrupt control state indicating whether an interrupt is disabled or enabled is saved;
The interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and an interrupt enabled state by an interrupt enable instruction, and is managed by a first value (e.g., the value of an interrupt enable register 2) and a second value (e.g., the value of an interrupt enable register 1) that can identify whether the interrupt is disabled or enabled, respectively;
The first value and the second value are configured to be set to the same value by the interrupt disable instruction and the interrupt enable instruction (e.g., disable "0" by the interrupt disable instruction and enable "1" by the interrupt enable instruction).

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる。 With this configuration of the present invention, it is possible to call a specific process without being aware of the interrupt control state at the time it is called.

(H-3-9)本発明の第9の実施態様に係る発明は、第1ないし第8のいずれかの実施態様において下記の構成を有する。
前記演算処理手段は、
所定処理を実行する際に、割込み禁止状態や割込み許可状態かを示す割込み制御状態を退避し、
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、
前記割込み制御状態を退避した後で(例えば、割込み許可レジスタ2の値がフラグレジスタに格納された後で)、前記割込み禁止命令を実行するように構成される。
(H-3-9) The ninth aspect of the present invention has the following configuration in any one of the first to eighth aspects.
The arithmetic processing means
When executing a predetermined process, an interrupt control state indicating whether an interrupt is disabled or enabled is saved;
The interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and to an interrupt enabled state by an interrupt enable instruction,
The interrupt disable instruction is executed after the interrupt control state is saved (for example, after the value of the interrupt enable register 2 is stored in a flag register).

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる。また、呼び出された処理で割込み禁止状態としつつ、呼び出された際の割込み制御状態を保持しておくことができる。 According to the configuration of the present invention, a specific process can be called without being aware of the interrupt control state at the time of calling. In addition, the interrupt control state at the time of calling can be maintained while disabling interrupts in the called process.

(H-3-10)本発明の第10の実施態様に係る発明は、第1ないし第9のいずれかの実施態様において下記の構成を有する。
前記演算処理手段は、
所定処理を実行する際に、割込み禁止状態や割込み許可状態かを示す割込み制御状態を退避し、
前記割込み制御状態は、割込み禁止命令で割込み禁止状態、割込み許可命令で割込み許可状態に設定され、それぞれ、割込み禁止状態か割込み許可状態かを識別可能な第1の値、第2の値で管理され、
前記割込み禁止命令を実行した後で、前記第1の値を退避する(例えば、フラグレジスタに格納された割込み許可レジスタ2の値をスタックに退避する)ように構成される。
(H-3-10) The invention according to the tenth embodiment of the present invention has the following configuration in any one of the first to ninth embodiments.
The arithmetic processing means
When executing a predetermined process, an interrupt control state indicating whether an interrupt is disabled or enabled is saved;
the interrupt control state is set to an interrupt disabled state by an interrupt disable instruction and to an interrupt enabled state by an interrupt enable instruction, and is managed by a first value and a second value that can identify whether the interrupt disabled state or the interrupt enabled state is,
After the interrupt disable instruction is executed, the first value is saved (for example, the value of the interrupt enable register 2 stored in a flag register is saved to a stack).

このような本発明の構成によれば、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる。また、呼び出された処理で割込み禁止状態としつつ、呼び出された際の割込み制御状態を保持しておくことができる。 According to the configuration of the present invention, a specific process can be called without being aware of the interrupt control state at the time of calling. In addition, the interrupt control state at the time of calling can be maintained while disabling interrupts in the called process.

上記構成の遊技機によれば、RAMのクリア処理に関し、遊技用エリアと領域外エリアのクリア範囲についての情報を効果的に設定することができ、これによって、当該クリア処理の効率化を図ることができ、さらに、プログラムの構成を簡潔にし、かつプログラムのサイズを小さくすることができる。また、所定処理が呼び出された場合に、呼び出された際の割込み制御状態が退避されるので、呼び出された際の割込み制御状態を意識することなく、所定処理を呼び出すことができる。 With the gaming machine configured as above, information regarding the clear range of the play area and the outside area can be effectively set for the RAM clearing process, which makes it possible to improve the efficiency of the clearing process and further simplifies the program configuration and reduces the program size. In addition, when a specified process is called, the interrupt control state at the time of the call is saved, so that the specified process can be called without being aware of the interrupt control state at the time of the call.

<付記H-4>
従来、パチンコ遊技機と呼ばれる遊技機が知られており、このパチンコ遊技機は、一般に、遊技盤に発射された遊技球が転動可能な遊技領域と、この遊技領域に設けられた始動領域と、図柄表示装置と、図柄表示装置を制御する可変表示制御手段とを備える。このような遊技機では、遊技球が始動領域を通過(遊技球の始動口入賞)したことなどの所定の条件が成立すると、可変表示制御手段が図柄表示装置を制御して、図柄表示装置の表示領域上に識別情報(例えば後述の特別図柄等)を変動表示させる。そして、図柄表示装置の表示領域上に最終的に導出表示された識別情報が所定の組合せ(特定の表示態様)となった場合に、遊技状態が遊技者に有利な大当り遊技状態(所謂「大当り」)に移行する。
<Appendix H-4>
Conventionally, a gaming machine called a pachinko gaming machine is known, and this pachinko gaming machine generally comprises a gaming area in which a gaming ball launched onto a gaming board can roll, a starting area provided in this gaming area, a symbol display device, and a variable display control means for controlling the symbol display device. In such a gaming machine, when a predetermined condition is met, such as the gaming ball passing through the starting area (entering the starting hole of the gaming ball), the variable display control means controls the symbol display device to variably display identification information (such as a special symbol, which will be described later) on the display area of the symbol display device. Then, when the identification information finally derived and displayed on the display area of the symbol display device becomes a predetermined combination (a specific display mode), the gaming state transitions to a jackpot gaming state (so-called "jackpot") which is advantageous to the player.

また、従来、パチンコ遊技機の主制御回路において、パチンコ遊技機の電断時等に発生する外部割込み要求に応じて、割込み処理を実行するように構成されたパチンコ遊技機が知られている(例えば、特開2021-53443号公報)。 Also, there is a known pachinko game machine in which the main control circuit of the pachinko game machine is configured to execute interrupt processing in response to an external interrupt request that occurs when the power to the pachinko game machine is cut off, etc. (for example, JP 2021-53443 A).

このようなパチンコ遊技機の割込み処理では、入力ポートの状態を読み出して、電断信号を検知中であると判定した場合、所定フラグをオンにセットし、他の処理は、当該所定フラグがオンの状態である場合に、所定の電断処理を行うように構成される。 In the interrupt processing of such pachinko gaming machines, the state of the input port is read, and if it is determined that a power interruption signal is being detected, a specified flag is set to on, and other processing is configured to perform a specified power interruption processing if the specified flag is on.

しかしながら、このようなパチンコ遊技機の構成では、割込み処理を開始した後に、他の割込み要因が発生すると、そのような状況を想定してプログラムを作成しなければならず、プログラムが複雑になるとともに、そのサイズが大きくなるという問題がある。また、プログラムが複雑化し、サイズが大きくなるという問題については、上記のような割込みに関連するものだけではない。 However, with this type of pachinko machine configuration, if another interrupt occurs after the interrupt process has started, the program must be written to anticipate that situation, which creates the problem of the program becoming more complex and larger in size. Furthermore, the problem of programs becoming more complex and larger in size is not limited to those related to interrupts as described above.

また、割込み処理を開始した後に、他の割込み要因が発生するという状況を想定するために、電断に係る割込処理を早急に実行することができないという問題が生じ、また、それぞれの割込み要因に対応する割込み処理に関して、実行タイミングや処理順を考慮する必要がある。 In addition, because it is assumed that another interrupt factor may occur after interrupt processing has started, the problem arises that interrupt processing related to power cut cannot be executed immediately, and it is necessary to consider the execution timing and processing order for the interrupt processing corresponding to each interrupt factor.

本発明は、このような点に鑑みてなされたものであり、電断が発生した後の他の割込みの発生を制限することができる遊技機を提供することを目的とする。また、割込み処理の対応や他の要因により、プログラムが複雑化し、サイズが大きくなるという問題を解決することができる遊技機を提供することも目的とする。 The present invention was made in consideration of these points, and aims to provide a gaming machine that can limit the occurrence of other interrupts after a power outage occurs. It also aims to provide a gaming machine that can solve the problem of programs becoming complicated and large in size due to interrupt processing and other factors.

上記目的を達成するために、本発明は以下の遊技機を提供する。 To achieve the above objective, the present invention provides the following gaming machine.

(H-4-1)本発明の第1の実施態様に係る発明は、下記の構成を有する。
遊技の動作を制御するための演算処理(例えば、遊技用エリアに係る処理)と、遊技以外の処理を行うための演算処理(例えば、領域外エリアに係る処理)を行う演算処理手段(例えば、メインCPU6201)を備え、
前記演算処理手段は、
割込み要因が電断である割込みを検知した場合に、電断に係る割込み処理(例えば、図131に示す外部マスカブル割込み処理)を実行し、
前記電断に係る割込み処理において、割込み要因がタイマカウンタ(例えば、タイマカウンタPTC2)である割込み処理(例えば、図132に示すシステムタイマ割込み処理)を実行しないように設定することを特徴とする遊技機(例えば、第3実施形態に係るパチンコ機)。
(H-4-1) The invention according to the first embodiment of the present invention has the following configuration.
The device includes a calculation processing means (e.g., a main CPU 6201) for performing calculation processing for controlling game operations (e.g., processing related to the game area) and calculation processing for performing processing other than games (e.g., processing related to the outside area),
The arithmetic processing means
When an interrupt caused by a power interruption is detected, an interrupt process related to the power interruption (for example, an external maskable interrupt process shown in FIG. 131) is executed.
A gaming machine (e.g., a pachinko machine according to the third embodiment) characterized in that, in the interrupt processing related to the power interruption, an interrupt processing (e.g., the system timer interrupt processing shown in FIG. 132) in which the interrupt cause is a timer counter (e.g., timer counter PTC2) is set not to be executed.

このような本発明の構成によれば、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、当該他の割込みを想定した処理のために分岐命令を記載しなくて済み、結果的に、プログラムの構成が簡潔になるとともに、サイズを小さくすることができる。また、上記構成の遊技機によれば、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、電断の検知後、早急に電断に係る処理を実行することができ、また、当該他の割込みによる処理との実行タイミングや処理順を考慮する必要がなくなる。 According to the configuration of the present invention, the occurrence of other interrupts after a power outage can be restricted by using the interrupt cause mask, so there is no need to write branch instructions for processing the other interrupts, and as a result, the program structure is simplified and the size can be reduced. In addition, according to the gaming machine configured as above, the occurrence of other interrupts after a power outage can be restricted by using the interrupt cause mask, so processing related to the power outage can be executed immediately after the power outage is detected, and there is no need to consider the execution timing or processing order of the processing due to the other interrupts.

(H-4-2)本発明の第2の実施態様に係る発明は、第1の実施態様において下記の構成を有する。
さらに、前記演算処理手段による前記演算処理の実行に必要な情報が記憶される記憶手段(例えば、メインRAM6203)を備え、
前記記憶手段には、前記割込み要因に対応したエントリアドレス(例えば、対応する割込み処理の開始アドレス)を有する設定領域が記憶され、
前記演算処理手段は、割込みを検知した場合に、当該割込みの割込み要因に対応した前記エントリアドレスが示す割込み処理を実行するように構成される。
(H-4-2) The invention according to the second embodiment of the present invention has the following configuration in the first embodiment.
Further, a storage means (e.g., a main RAM 6203) is provided in which information necessary for the execution of the arithmetic processing by the arithmetic processing means is stored,
the storage means stores a setting area having an entry address (e.g., a start address of a corresponding interrupt process) corresponding to the interrupt cause;
The arithmetic processing means is configured to, when detecting an interrupt, execute an interrupt process indicated by the entry address corresponding to the interrupt cause of the interrupt.

このような本発明の構成によれば、割込み要因に応じて、対応する割込み処理が実行されるように構成され、対応するエントリアドレスに割込み処理を記述するだけで、割込み要因ごとの個別の処理を設定することができる。 According to the configuration of the present invention, the corresponding interrupt processing is executed according to the interrupt cause, and individual processing for each interrupt cause can be set simply by writing the interrupt processing in the corresponding entry address.

(H-4-3)本発明の第3の実施態様に係る発明は、第1または第2の実施態様において下記の構成を有する。
さらに、前記演算処理手段による前記演算処理の実行に必要な情報が記憶される記憶手段を備え、
前記記憶手段には、前記割込み要因に対応したエントリアドレスを有する設定領域が記憶され、
前記演算処理手段は、割込みを検知した場合に、当該割込みの割込み要因に対応した前記エントリアドレスが示す割込み処理を実行し、
前記設定領域は、割込み要因ごとに、前記エントリアドレスと、対応する割込み処理の優先順位を含み、
前記エントリアドレスと前記優先順位は、所定のデータ(例えば、ビット「0」)によって区切られているように構成される。
(H-4-3) The invention according to the third embodiment of the present invention has the following configuration in the first or second embodiment.
Further, a storage means is provided for storing information necessary for the execution of the arithmetic processing by the arithmetic processing means,
the storage means stores a setting area having an entry address corresponding to the interrupt cause;
When the arithmetic processing means detects an interrupt, the arithmetic processing means executes an interrupt process indicated by the entry address corresponding to the interrupt cause of the interrupt;
the setting area includes, for each interrupt cause, the entry address and a priority of a corresponding interrupt process;
The entry address and the priority level are configured to be separated by a predetermined data (for example, bit "0").

このような本発明の構成によれば、割込み要因に応じて、対応する割込み処理が実行されるように構成されるとともに、割込み要因の優先順位を設定することができる。 According to the configuration of the present invention, the corresponding interrupt process is executed according to the interrupt cause, and the priority of the interrupt cause can be set.

(H-4-4)本発明の第4の実施態様に係る発明は、第1ないし第3のいずれかの実施態様において下記の構成を有する。
さらに、前記演算処理手段による前記演算処理の実行に必要な情報が記憶される記憶手段を備え、
前記記憶手段には、前記割込み要因に対応したエントリアドレスを有する設定領域が記憶され、
前記演算処理手段は、割込みを検知した場合に、当該割込みの割込み要因に対応した前記エントリアドレスが示す割込み処理を実行し、
前記設定領域には、前記割込み要因として、複数のタイマカウンタの割込み(例えば、タイマカウンタPTC0~PTC2)、複数の非同期シリアル送受信の受信割込み(例えば、非同期シリアル送受信RX0、RX1)、及び少なくとも外部端子(XINT)から入力される外部割込みに係るエントリアドレスと優先順位を含むことができるように構成される。
(H-4-4) The fourth aspect of the present invention has the following configuration in any one of the first to third aspects.
Further, a storage means is provided for storing information necessary for the execution of the arithmetic processing by the arithmetic processing means,
the storage means stores a setting area having an entry address corresponding to the interrupt cause;
When the arithmetic processing means detects an interrupt, the arithmetic processing means executes an interrupt process indicated by the entry address corresponding to the interrupt cause of the interrupt;
The setting area is configured to be able to include, as the interrupt causes, an entry address and a priority level relating to a plurality of timer counter interrupts (e.g., timer counters PTC0 to PTC2), a plurality of asynchronous serial transmission/reception receive interrupts (e.g., asynchronous serial transmission/reception RX0, RX1), and an external interrupt input from at least an external terminal (XINT).

このような本発明の構成によれば、複数の異なる割込み要因に対して、対応する割込み処理を設定することができる。 With this configuration of the present invention, it is possible to set corresponding interrupt processing for multiple different interrupt causes.

(H-4-5)本発明の第5の実施態様に係る発明は、第1ないし第4のいずれかの実施態様において下記の構成を有する。
前記電断に係る割込み処理は、割込み要因がタイマカウンタである割込み処理を実行しないように設定するため、マスクデータを専用のレジスタ(例えば、割込み要因マスクレジスタ)に記憶し(例えば、割込み要因マスクで割込みマスクレジスタを更新し)、
前記マスクデータの各ビットは、そのビットに対応する割込み要因が発生した場合に、対応する割込み処理を実行するか否かを決定するために用いられるように構成される。
(H-4-5) The invention according to the fifth embodiment of the present invention has the following configuration in any one of the first to fourth embodiments.
In order to set the interrupt processing related to the power cut not to execute the interrupt processing whose interrupt cause is a timer counter, mask data is stored in a dedicated register (e.g., an interrupt cause mask register) (e.g., the interrupt cause mask is updated with the interrupt cause mask),
Each bit of the mask data is configured to be used to determine whether or not to execute a corresponding interrupt process when an interrupt cause corresponding to that bit occurs.

このような本発明の構成によれば、マスクデータの内容を調整することによって、特定の割込み要因に対応する割込み処理を実行するか否かを制御することができる。 With this configuration of the present invention, it is possible to control whether or not to execute an interrupt process corresponding to a specific interrupt cause by adjusting the contents of the mask data.

(H-4-6)本発明の第6の実施態様に係る発明は、第1ないし第5のいずれかの実施態様において下記の構成を有する。
さらに、前記演算処理手段による前記演算処理の実行に必要な情報が記憶される記憶手段を備え、
前記記憶手段は、遊技用の領域、及び遊技用以外の領域を含み、
前記演算処理手段は、
割込み要因がタイマカウンタ(例えば、タイマカウンタPTC2)である割込みを検知した場合に、タイマカウンタに係る割込み処理を実行し、
前記タイマカウンタに係る割込み処理は、前記遊技用以外の領域に関し、異常状態監視処理(例えば、図135に示す異常状態監視処理(領域外))を実行するように構成される。
(H-4-6) The sixth embodiment of the present invention has the following configuration in any one of the first to fifth embodiments.
Further, a storage means is provided for storing information necessary for the execution of the arithmetic processing by the arithmetic processing means,
The storage means includes a gaming area and a non-gaming area,
The arithmetic processing means
When an interrupt caused by a timer counter (e.g., timer counter PTC2) is detected, an interrupt process related to the timer counter is executed;
The interrupt processing related to the timer counter is configured to execute an abnormal state monitoring processing (for example, the abnormal state monitoring processing (outside area) shown in FIG. 135) for the area other than the gaming area.

このような本発明の構成によれば、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、タイマカウンタに係る割込みに処理においても、電断発生時の割込み処理を含む他の割込み処理の実行タイミングや処理順を考慮する必要がなく、設計の自由度が向上し、異常状態の監視等、様々な処理を簡潔なプログラムで記述することができる。 According to the configuration of the present invention, the occurrence of other interrupts after a power outage can be restricted by using an interrupt cause mask. Therefore, even when processing an interrupt related to a timer counter, there is no need to consider the execution timing or processing order of other interrupt processing, including the interrupt processing when a power outage occurs. This increases the freedom of design and allows various processing, such as monitoring abnormal conditions, to be written in a simple program.

(H-4-7)本発明の第7の実施態様に係る発明は、第1ないし第6のいずれかの実施態様において下記の構成を有する。
前記演算処理手段は、
割込み要因がタイマカウンタである割込みを検知した場合に、タイマカウンタに係る割込み処理を実行し、
前記タイマカウンタに係る割込み処理は、LEDの点灯データを出力する点灯データ出力処理(例えば、図136の遊技LED点灯データ出力処理)を実行し、
前記点灯データ出力処理は、図柄表示を行うための遊技LEDに関するLEDコモンデータに係る更新処理を1命令で行い、
前記更新処理は、前記LEDコモンデータに1を加算した場合に、
前記加算の結果が、指定した最大値以上である場合に、第1計算結果領域に0をセットするとともに、第2計算結果領域にも0をセットし、
前記加算の結果が、指定した最大値未満である場合に、第1計算結果領域に前記加算の結果をセットするとともに、第2計算結果領域にも前記加算の結果をセットする(例えば、図136のステップS6482に示す処理)ように構成される。
(H-4-7) The seventh aspect of the present invention has the following configuration in any one of the first to sixth aspects.
The arithmetic processing means
When an interrupt caused by a timer counter is detected, an interrupt process related to the timer counter is executed;
The interrupt process related to the timer counter executes a lighting data output process (for example, the game LED lighting data output process of FIG. 136) for outputting lighting data of an LED.
The lighting data output process performs an update process for LED common data related to the gaming LED for displaying symbols with one command,
In the update process, when 1 is added to the LED common data,
If the result of the addition is equal to or greater than a specified maximum value, set the first calculation result area to 0 and also set the second calculation result area to 0;
If the result of the addition is less than a specified maximum value, the result of the addition is set in a first calculation result area and also in a second calculation result area (for example, the processing shown in step S6482 in FIG. 136).

このような本発明の構成によれば、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、タイマカウンタに係る割込みに処理においても、電断発生時の割込み処理を含む他の割込み処理の実行タイミングや処理順を考慮する必要がなく、設計の自由度が向上し、異常状態の監視等、様々な処理を簡潔なプログラムで記述することができる。また、図柄表示を行うための遊技LEDに関するLEDコモンデータに係る更新処理であって、条件に応じて、第2計算結果領域にも値をセットする処理を1命令で行うことができ、プログラムの記述を簡潔にすることができる。 According to the configuration of the present invention, the occurrence of other interrupts after a power outage can be restricted by using an interrupt cause mask, so that when processing an interrupt related to a timer counter, there is no need to consider the execution timing or processing order of other interrupt processes, including the interrupt process when a power outage occurs, improving design freedom and allowing various processes, such as monitoring of abnormal conditions, to be written in a simple program. In addition, in the update process related to the LED common data related to the game LED for displaying patterns, a process of setting a value in the second calculation result area depending on the conditions can be performed with a single command, allowing the writing of a simple program.

(H-4-8)本発明の第8の実施態様に係る発明は、第1ないし第7のいずれかの実施態様において下記の構成を有する。
前記演算処理手段は、
割込み要因がタイマカウンタである割込みを検知した場合に、タイマカウンタに係る割込み処理を実行し、
前記タイマカウンタに係る割込み処理は、LEDの点灯データを出力する点灯データ出力処理を実行し、
前記点灯データ出力処理は、図柄表示を行うための遊技LEDに関するLEDコモンデータに係る更新処理を1命令で行い、
前記更新処理は、前記LEDコモンデータに1を加算した場合に、
前記加算の結果が、指定した最大値以上である場合に、第1計算結果領域に0をセットするとともに、第2計算結果領域にも0をセットし、
前記加算の結果が、指定した最大値未満である場合に、第1計算結果領域に前記加算の結果をセットするとともに、第2計算結果領域にも前記加算の結果をセットし、
前記第2計算結果領域にセットされた値を、前記遊技LEDのLEDデータを格納する領域の数で除算し、商を前記第2計算結果領域にセットし、余りを第3計算結果領域にセットする(例えば、図136のステップS6483に示す処理)ように構成される。
(H-4-8) The eighth aspect of the present invention has the following configuration in any one of the first to seventh aspects.
The arithmetic processing means
When an interrupt caused by a timer counter is detected, an interrupt process related to the timer counter is executed;
The interrupt process related to the timer counter executes a lighting data output process for outputting lighting data for an LED;
The lighting data output process performs an update process for LED common data related to the gaming LED for displaying symbols with one command,
In the update process, when 1 is added to the LED common data,
If the result of the addition is equal to or greater than a specified maximum value, set the first calculation result area to 0 and also set the second calculation result area to 0;
If the result of the addition is less than a specified maximum value, set the result of the addition in a first calculation result area and also set the result of the addition in a second calculation result area;
The value set in the second calculation result area is divided by the number of areas that store the LED data of the game LED, the quotient is set in the second calculation result area, and the remainder is set in a third calculation result area (for example, the processing shown in step S6483 in FIG. 136).

このような本発明の構成によれば、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、タイマカウンタに係る割込みに処理においても、電断発生時の割込み処理を含む他の割込み処理の実行タイミングや処理順を考慮する必要がなく、設計の自由度が向上し、異常状態の監視等、様々な処理を簡潔なプログラムで記述することができる。また、図柄表示を行うための遊技LEDに関するLEDコモンデータに係る更新処理であって、条件に応じて、第2計算結果領域にも値をセットする処理を1命令で行うことができ、プログラムの記述を簡潔にすることができる。 According to the configuration of the present invention, the occurrence of other interrupts after a power outage can be restricted by using an interrupt cause mask, so that when processing an interrupt related to a timer counter, there is no need to consider the execution timing or processing order of other interrupt processes, including the interrupt process when a power outage occurs, improving design freedom and allowing various processes, such as monitoring of abnormal conditions, to be written in a simple program. In addition, in the update process related to the LED common data related to the game LED for displaying patterns, a process of setting a value in the second calculation result area depending on the conditions can be performed with a single command, allowing the writing of a simple program.

(H-4-9)本発明の第9の実施態様に係る発明は、第1ないし第8のいずれかの実施態様において下記の構成を有する。
前記演算処理手段は、
割込み要因がタイマカウンタである割込みを検知した場合に、タイマカウンタに係る割込み処理を実行し、
前記タイマカウンタに係る割込み処理は、LEDの点灯データを出力する点灯データ出力処理を実行し、
前記点灯データ出力処理は、前記LEDのダイナミック点灯を行うためのコモンデータの初期値として定数(例えば、ビット列「10000000」)を用いるように構成される。
(H-4-9) The ninth aspect of the present invention has the following configuration in any one of the first to eighth aspects.
The arithmetic processing means
When an interrupt caused by a timer counter is detected, an interrupt process related to the timer counter is executed;
The interrupt process related to the timer counter executes a lighting data output process for outputting lighting data for an LED;
The lighting data output process is configured to use a constant (for example, a bit string "10000000") as an initial value of common data for dynamic lighting of the LEDs.

このような本発明の構成によれば、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、タイマカウンタに係る割込みに処理においても、電断発生時の割込み処理を含む他の割込み処理の実行タイミングや処理順を考慮する必要がなく、設計の自由度が向上し、異常状態の監視等、様々な処理を簡潔なプログラムで記述することができる。 According to the configuration of the present invention, the occurrence of other interrupts after a power outage can be restricted by using an interrupt cause mask. Therefore, even when processing an interrupt related to a timer counter, there is no need to consider the execution timing or processing order of other interrupt processing, including the interrupt processing when a power outage occurs. This increases the freedom of design and allows various processing, such as monitoring abnormal conditions, to be written in a simple program.

(H-4-10)本発明の第10の実施態様に係る発明は、第1ないし第9のいずれかの実施態様において下記の構成を有する。
前記演算処理手段は、
遊技状態に係る情報を更新する遊技状態情報更新処理(例えば、図137に示す遊技状態情報更新処理)を実行し、
前記遊技状態情報更新処理は、
指定した領域(例えば、2バイトレジスタ)に記憶されている1バイトデータに基づいて2バイトコマンドを生成するコマンド生成処理を1命令で実行し(例えば、図137のステップS6513に示す処理)、
前記コマンド生成処理は、前記1バイトデータを指定したビット位置で振り分け、それぞれ上位ビットに0をセットして1バイトデータとし、これらの1バイトを結合して2バイトデータのコマンドを生成するように構成される。
(H-4-10) The invention according to the tenth embodiment of the present invention has the following configuration in any one of the first to ninth embodiments.
The arithmetic processing means
Execute a game status information update process (for example, a game status information update process shown in FIG. 137) for updating information related to the game status;
The game status information update process includes:
A command generation process is executed in one instruction to generate a 2-byte command based on 1-byte data stored in a specified area (e.g., a 2-byte register) (e.g., the process shown in step S6513 of FIG. 137 ).
The command generation process is configured to distribute the one-byte data at a specified bit position, set the most significant bit to 0 to generate one-byte data, and combine these one bytes to generate a two-byte command.

このような本発明の構成によれば、2バイトレジスタに記憶されている1バイトデータに基づいて、2バイトコマンドを生成する処理を1命令で行うことができ、プログラムの記述を簡潔にすることができる。 With this configuration of the present invention, the process of generating a two-byte command based on one byte of data stored in a two-byte register can be performed with one instruction, making it possible to simplify program writing.

上記構成の遊技機によれば、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、当該他の割込みを想定した処理のために分岐命令を記載しなくて済み、結果的に、プログラムの構成が簡潔になるとともに、サイズを小さくすることができる。 In a gaming machine with the above configuration, the interrupt cause mask can be used to limit the occurrence of other interrupts after a power outage, making it unnecessary to write branch instructions to process the other interrupts. As a result, the program can be simplified and made smaller in size.

また、上記構成の遊技機によれば、割込み要因マスクを利用した構成によって、電断が発生した後の他の割込みの発生を制限することができるため、電断の検知後、早急に電断に係る処理を実行することができ、また、当該他の割込みによる処理との実行タイミングや処理順を考慮する必要がなくなる。 In addition, with the gaming machine configured as described above, the configuration that utilizes the interrupt cause mask can limit the occurrence of other interrupts after a power outage occurs, so that processing related to the power outage can be executed immediately after the power outage is detected, and there is no need to consider the execution timing or processing order of the processing caused by the other interrupts.

さらに、他の割込みに処理においても、電断発生時の割込み処理を含む他の割込み処理の実行タイミングや処理順を考慮する必要がなく、設計の自由度が向上する。 Furthermore, when processing other interrupts, there is no need to consider the execution timing or processing order of other interrupt processes, including interrupt processes when a power outage occurs, improving design freedom.

また、割込み要因に関連するものだけでなく、プログラムが複雑化し、サイズが大きくなるという問題を解決することができる。 It also solves problems related not only to interrupt factors, but also to programs becoming more complex and larger in size.

201,1201,2201 メインCPU
301,1301,2301 サブCPU
120,1120,2120 第1始動口
140,1140A,1140B,2140 第2始動口
201, 1201, 2201 Main CPU
301, 1301, 2301 Sub CPU
120, 1120, 2120 First starting port 140, 1140A, 1140B, 2140 Second starting port

Claims (1)

遊技の動作に関する所定制御を行うための第1演算処理と、第1演算処理とは異なる第2演算処理とを行う演算処理手段と、
前記第1演算処理で使用され得る第1記憶領域と、
前記第2演算処理で使用され得る第2記憶領域と、を備え、
第1記憶領域のスタックエリアに係るスタックポインタと第2記憶領域のスタックエリアに係るスタックポインタは個別に管理され、
第2演算処理を最初に呼び出したときに、第2記憶領域のスタックエリアに係るスタックポインタに関して設定処理が可能であり、
電源投入をした際に、前記第1記憶領域、及び第2記憶領域の少なくとも一部をクリアすることが実行可能であり、
前記第2記憶領域をクリアする際に、前記第2記憶領域のクリア範囲を、前記第1記憶領域のクリア範囲に対応付けられた判定データに応じて設定可能とし、
前記判定データを前記第2記憶領域とは異なる領域に記憶した状態で、前記第2記憶領域のクリア範囲をクリア可能であり、
表示されるべき遊技に関する情報について、第1レジスタの値と第2レジスタの値を2倍することで第1方向へシフトし、その後、第2レジスタの値を第1方向とは異なる第2方向へシフトし、第1記憶領域の所定領域に記憶された状態となることで、表示することが可能となり、
所定のデータが、指定した最大値以上である場合に、第3レジスタが示すアドレスの領域に0をセットするとともに、第4レジスタにも0を記憶し、指定した最大値未満である場合に、第3レジスタが示すアドレスの領域に0以外の値をセットするとともに、第4レジスタにも0以外の値を記憶し、
所定の割込み制御を行うことが可能であり、
性能表示モニタに関する処理を行うことが可能であることを特徴とする遊技機。
A calculation processing means for performing a first calculation process for performing a predetermined control regarding a game operation and a second calculation process different from the first calculation process;
a first storage area that can be used in the first arithmetic process;
a second storage area that can be used in the second arithmetic process;
a stack pointer relating to the stack area of the first storage area and a stack pointer relating to the stack area of the second storage area are managed separately;
When the second arithmetic operation is first called, a setting process can be performed on a stack pointer related to a stack area of the second storage area;
When power is turned on, clearing at least a part of the first storage area and the second storage area is executable;
When clearing the second storage area, a clear range of the second storage area can be set according to determination data associated with a clear range of the first storage area;
The clear range of the second storage area can be cleared in a state in which the determination data is stored in an area different from the second storage area,
The information relating to the game to be displayed is shifted in a first direction by doubling the value of the first register and the value of the second register, and then the value of the second register is shifted in a second direction different from the first direction, and the information is stored in a predetermined area of the first storage area, whereby the information can be displayed.
If the predetermined data is equal to or greater than a specified maximum value, set 0 in the address area indicated by the third register and also store 0 in the fourth register; if the predetermined data is less than the specified maximum value, set a value other than 0 in the address area indicated by the third register and also store a value other than 0 in the fourth register ;
It is possible to perform predetermined interrupt control,
A gaming machine capable of performing processing relating to a performance display monitor .
JP2022023154A 2022-02-17 2022-02-17 Gaming Machines Active JP7658587B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2022023154A JP7658587B2 (en) 2022-02-17 2022-02-17 Gaming Machines
JP2025044191A JP2025089364A (en) 2022-02-17 2025-03-19 Gaming Machines

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022023154A JP7658587B2 (en) 2022-02-17 2022-02-17 Gaming Machines

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2025044191A Division JP2025089364A (en) 2022-02-17 2025-03-19 Gaming Machines

Publications (3)

Publication Number Publication Date
JP2023119996A JP2023119996A (en) 2023-08-29
JP2023119996A5 JP2023119996A5 (en) 2024-08-19
JP7658587B2 true JP7658587B2 (en) 2025-04-08

Family

ID=87778322

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2022023154A Active JP7658587B2 (en) 2022-02-17 2022-02-17 Gaming Machines
JP2025044191A Pending JP2025089364A (en) 2022-02-17 2025-03-19 Gaming Machines

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2025044191A Pending JP2025089364A (en) 2022-02-17 2025-03-19 Gaming Machines

Country Status (1)

Country Link
JP (2) JP7658587B2 (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7691118B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines
JP7691122B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines
JP7691115B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines
JP7691121B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines
JP7691127B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines
JP7691119B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines
JP7691116B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines
JP7691120B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines
JP7691126B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines
JP7691128B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines
JP7691117B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines
JP7691129B2 (en) * 2022-02-17 2025-06-11 株式会社ユニバーサルエンターテインメント Gaming Machines

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018000249A (en) 2016-06-27 2018-01-11 サミー株式会社 Slot machine
JP2018057548A (en) 2016-10-04 2018-04-12 株式会社平和 Game machine
JP2018089184A (en) 2016-12-05 2018-06-14 サミー株式会社 Slot machine
JP2019141675A (en) 2019-04-23 2019-08-29 株式会社エルイーテック Processor
JP7329270B1 (en) 2022-02-17 2023-08-18 株式会社ユニバーサルエンターテインメント game machine
JP7329269B1 (en) 2022-02-17 2023-08-18 株式会社ユニバーサルエンターテインメント game machine

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7108593B2 (en) * 2019-12-23 2022-07-28 株式会社ユニバーサルエンターテインメント game machine

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018000249A (en) 2016-06-27 2018-01-11 サミー株式会社 Slot machine
JP2018057548A (en) 2016-10-04 2018-04-12 株式会社平和 Game machine
JP2018089184A (en) 2016-12-05 2018-06-14 サミー株式会社 Slot machine
JP2019141675A (en) 2019-04-23 2019-08-29 株式会社エルイーテック Processor
JP7329270B1 (en) 2022-02-17 2023-08-18 株式会社ユニバーサルエンターテインメント game machine
JP7329269B1 (en) 2022-02-17 2023-08-18 株式会社ユニバーサルエンターテインメント game machine

Also Published As

Publication number Publication date
JP2023119996A (en) 2023-08-29
JP2025089364A (en) 2025-06-12

Similar Documents

Publication Publication Date Title
JP7673971B2 (en) Gaming Machines
JP7658587B2 (en) Gaming Machines
JP7658586B2 (en) Gaming Machines
JP7680037B2 (en) Gaming Machines
JP7680039B2 (en) Gaming Machines
JP7691125B2 (en) Gaming Machines
JP7691123B2 (en) Gaming Machines
JP7680036B2 (en) Gaming Machines
JP7704427B2 (en) Gaming Machines
JP7704426B2 (en) Gaming Machines
JP7704424B2 (en) Gaming Machines
JP7704425B2 (en) Gaming Machines
JP7658588B2 (en) Gaming Machines
JP7691124B2 (en) Gaming Machines
JP7704423B2 (en) Gaming Machines
JP7680038B2 (en) Gaming Machines
JP7680035B2 (en) Gaming Machines
JP7673970B2 (en) Gaming Machines
JP7673972B2 (en) Gaming Machines
JP7680041B2 (en) Gaming Machines
JP7680040B2 (en) Gaming Machines
JP7680042B2 (en) Gaming Machines
JP7680043B2 (en) Gaming Machines
JP7673969B2 (en) Gaming Machines
JP7704422B2 (en) Gaming Machines

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20220406

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20220421

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20240318

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240808

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20241127

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20241210

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20250206

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20250319

R150 Certificate of patent or registration of utility model

Ref document number: 7658587

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150