JP7460358B2 - Gaming Machines - Google Patents

Gaming Machines Download PDF

Info

Publication number
JP7460358B2
JP7460358B2 JP2019211757A JP2019211757A JP7460358B2 JP 7460358 B2 JP7460358 B2 JP 7460358B2 JP 2019211757 A JP2019211757 A JP 2019211757A JP 2019211757 A JP2019211757 A JP 2019211757A JP 7460358 B2 JP7460358 B2 JP 7460358B2
Authority
JP
Japan
Prior art keywords
specific
navigation
game
winning
reel
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
JP2019211757A
Other languages
Japanese (ja)
Other versions
JP2021079028A (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.)
Sankyo Co Ltd
Original Assignee
Sankyo Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sankyo Co Ltd filed Critical Sankyo Co Ltd
Priority to JP2019211757A priority Critical patent/JP7460358B2/en
Publication of JP2021079028A publication Critical patent/JP2021079028A/en
Application granted granted Critical
Publication of JP7460358B2 publication Critical patent/JP7460358B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Slot Machines And Peripheral Devices (AREA)

Description

本発明は、パチンコ遊技機やスロットマシン等の遊技機に関する。 The present invention relates to gaming machines such as pachinko gaming machines and slot machines.

この種の遊技機としては、例えば4バイトの総累計の総払出枚数を更新するにあたって、先に行われる下位2バイトの更新において桁上りの発生の有無に基づいて、上位2バイトの更新を行う場合と、上位2バイトの更新を行わない場合があるものが提案されている(例えば、特許文献1参照)。 As an example of this type of gaming machine, when updating the total cumulative payout number of the four bytes, there are cases where the upper two bytes are updated, and cases where the upper two bytes are not updated, based on whether or not a carry occurs in the previous update of the lower two bytes (for example, see Patent Document 1).

特開2018-15414号公報JP 2018-15414 Publication

この種の遊技機では、未使用のプログラムが含まれていると、当該プログラムを用いて不正な動作を行わせる等の不正行為が行われる可能性があることから、全てのプログラムが実行され、未使用のプログラムが含まれないことが求められる。このため、プログラムを実行させて全てのプログラムが実行されるかを確認するための試験を行う必要があるが、特許文献1に記載された遊技機のように特定結果が得られることで特定処理を実行する構成では、特定結果が得られるまで繰り返し処理を行う必要があり、全てのプログラムが実行されることを確認するまでに相当の時間を要する。 In this type of gaming machine, if an unused program is included, there is a possibility that the program will be used to perform fraudulent actions, so all programs are executed. It is required that no unused programs be included. For this reason, it is necessary to run a test to check whether all programs are executed, but if a specific result is obtained as in the case of the gaming machine described in Patent Document 1, specific processing can be performed. In a configuration that executes the program, it is necessary to repeat the process until a specific result is obtained, and it takes a considerable amount of time to confirm that all programs are executed.

本発明は、試験に要する時間を短縮することができる遊技機を提供することを目的とする。 The present invention aims to provide an amusement machine that can shorten the time required for testing.

請求項1の遊技機は、
遊技を行う遊技機において、
プログラムを記憶するプログラム記憶手段と、
数値を更新する数値更新手段と、
前記数値更新手段による更新後の数値が規定値を超えたか否かを判定する特定判定手段と、
前記特定判定手段により前記更新後の数値が規定値を超えたか否かの判定が行われた後、前記特定判定手段により前記更新後の数値が規定値を超えたと判定された場合と、前記更新後の数値が規定値を超えていないと判定された場合のいずれでも、前記プログラム記憶手段の特定アドレスに記憶された特定プログラムを実行する特定プログラム実行手段と、
特定領域に値を設定する特定領域設定手段と、
を備え、
前記特定プログラムは、特定領域に設定された値を用いて特定データを更新可能なプログラムを含み、
前記特定領域設定手段は、
前記特定判定手段により前記更新後の数値が規定値を超えたか否かが判定される前に、前記特定データが変更される値を前記特定領域に設定し、
前記特定判定手段により前記更新後の数値が規定値を超えていないと判定された場合に、前記特定プログラムが実行される前に前記特定領域の値を前記特定データが変更されない値に変更し、
前記特定プログラムは、前記特定領域に設定されている値と前記特定データとの演算を行って得られた値を新たな前記特定データとするプログラムである
ことを特徴としている。
この特徴によれば、特定判定手段により更新後の数値が規定値を超えたと判定された場合に特定データを変更し、更新後の数値が規定値を超えていないと判定された場合に特定データを変更しないが、特定判定手段により更新後の数値が規定値を超えたと判定された場合と、更新後の数値が規定値を超えていないと判定された場合のいずれでも、特定領域に設定された値を用いて特定データを更新可能なプログラムを含む特定プログラムを実行するとともに、更新後の数値が規定値を超えたと判定された場合には、特定データが変更される値が特定領域に設定された状態で特定プログラムを実行し、更新後の数値が規定値を超えていないと判定された場合、特定データが変更されない値が特定領域に設定された状態で特定プログラムを実行するので、更新後の数値が規定値を超えていないと判定された場合でも、数値更新手段により更新される数値が規定値を超えるまで待つことなく特定アドレスに記憶された特定プログラムが行われることを確認することができる。
The gaming machine of claim 1 comprises:
In a gaming machine for playing a game,
A program storage means for storing a program;
A value updating means for updating a value;
a determination means for determining whether or not the value updated by the value update means exceeds a specified value ;
a specific program execution means for executing a specific program stored at a specific address of the program storage means in either case where the specific determination means determines that the updated numerical value has exceeded the specified value after the determination by the specific determination means as to whether or not the updated numerical value has exceeded the specified value , and where the specific determination means determines that the updated numerical value has not exceeded the specified value;
A specific area setting means for setting a value in the specific area;
Equipped with
the specific program includes a program capable of updating specific data by using a value set in a specific area,
The specific area setting means
a value by which the specific data is changed is set in the specific area before the specific determination means determines whether or not the updated value exceeds a specified value ;
when the specific determination means determines that the updated value does not exceed a specified value , the value of the specific area is changed to a value that does not change the specific data before the specific program is executed;
The specific program is characterized in that it is a program that performs an arithmetic operation between a value set in the specific area and the specific data, and sets the obtained value as new the specific data.
According to this feature, when the specific determination means determines that the updated numerical value exceeds a specified value, the specific data is changed , and when the updated numerical value is determined to not exceed the specified value , the specific data is not changed . However, in both cases where the specific determination means determines that the updated numerical value exceeds the specified value and where the updated numerical value does not exceed the specified value , a specific program including a program capable of updating the specific data using a value set in a specific area is executed, and when it is determined that the updated numerical value exceeds the specified value , the specific program is executed with the value by which the specific data is changed set in the specific area, and when it is determined that the updated numerical value does not exceed the specified value, the specific program is executed with the value by which the specific data is not changed set in the specific area. Therefore, even when it is determined that the updated numerical value does not exceed the specified value , it can be confirmed that the specific program stored in the specific address is executed without waiting until the numerical value updated by the numerical value update means exceeds the specified value .

尚、本発明は、本発明の請求項に記載された発明特定事項のみを有するものであって良いし、本発明の請求項に記載された発明特定事項とともに該発明特定事項以外の構成を有するものであっても良い。 The present invention may have only the invention-specific matters described in the claims of the present invention, or may have the invention-specific matters described in the claims of the present invention as well as configurations other than the invention-specific matters.

本発明が適用された実施例のスロットマシンの正面図である。1 is a front view of a slot machine according to an embodiment of the present invention; リールの図柄配列を示す図である。FIG. 2 is a diagram showing the arrangement of symbols on the reels. スロットマシンの構成を示すブロック図である。FIG. 2 is a block diagram showing the configuration of a slot machine. 遊技状態の遷移について説明するための図である。It is a diagram for explaining the transition of gaming states. 内部抽選の抽選対象について説明するための図である。FIG. 13 is a diagram for explaining the lottery targets of the internal lottery. ナビ対象役について説明するための図である。FIG. 13 is a diagram for explaining a navigation target role. ナビ報知及びナビ演出の実行態様について説明するための図である。A figure to explain the execution mode of navigation notifications and navigation performances. 通常遊技状態と、特別遊技状態(RB)における小役の当選確率について説明するための図である。13 is a diagram for explaining the probability of winning a small prize in a normal gaming state and in a special gaming state (RB). FIG. メイン制御部が行うメイン処理の制御内容を示すフローチャートである。3 is a flowchart showing control details of main processing performed by a main control unit. 遊技RAM領域及び遊技RAM領域の初期化について説明するための図である。It is a diagram for explaining initialization of a game RAM area and a game RAM area. メイン制御部が行う操作信号設定処理の制御内容を示すフローチャートである。5 is a flowchart showing the control content of an operation signal setting process performed by a main control unit. 操作信号設定処理における操作信号の送信状況について説明するための図である。FIG. 7 is a diagram for explaining the transmission status of operation signals in operation signal setting processing. メイン制御部が行うリール停止処理の制御内容を示すフローチャートである。It is a flowchart which shows the control content of the reel stop process performed by a main control part. メイン制御部が行う遊技機情報計算処理の制御内容を示すフローチャートである。It is a flowchart showing control details of gaming machine information calculation processing performed by the main control section. メイン制御部が行う各状態カウント処理の制御内容を示すフローチャートである。3 is a flowchart showing control details of each state counting process performed by the main control unit. メイン制御部が行う役物比率更新処理の制御内容を示すフローチャートである。It is a flowchart which shows the control content of the accessory ratio update process performed by a main control part. 累計バッファ、6000回算出用バッファ、総累計算出用バッファの更新状況を説明するための図である。FIG. 7 is a diagram for explaining the update status of the cumulative total buffer, the 6000-time calculation buffer, and the total cumulative calculation buffer. メイン制御部が行う連続役物比率更新処理の制御内容を示すフローチャートである。13 is a flowchart showing the control contents of the continuous feature ratio update process performed by the main control unit. メイン制御部が行う指示込役物比率更新処理の制御内容を示すフローチャートである。It is a flowchart which shows the control content of the instruction|indication accessory ratio update process which a main control part performs. 遊技機情報表示器の表示例を示す図である。FIG. 13 is a diagram showing a display example of a gaming machine information display. 遊技補助表示器の構成を説明するための図である。It is a diagram for explaining the configuration of a game auxiliary display. 遊技補助表示器の表示状況について説明するための図である。It is a diagram for explaining the display status of the game auxiliary display. 遊技補助表示器の表示状況について説明するための図である。It is a diagram for explaining the display status of the game auxiliary display. 遊技補助表示器の表示状況について説明するための図である。It is a diagram for explaining the display status of the game auxiliary display. 遊技補助表示器の表示状況について説明するための図である。13 is a diagram for explaining the display status of a game support display device. FIG. 遊技補助表示器の表示状況について説明するための図である。It is a diagram for explaining the display status of the game auxiliary display. 遊技補助表示器の表示状況について説明するための図である。It is a diagram for explaining the display status of the game auxiliary display. 遊技補助表示器の表示状況について説明するための図である。It is a diagram for explaining the display status of the game auxiliary display. 遊技補助表示器の表示状況について説明するための図である。It is a diagram for explaining the display status of the game auxiliary display. 遊技補助表示器の初期化判定に係る制御内容を示すフローチャートである。13 is a flowchart showing the control contents relating to the initialization determination of the game support display device. 有利区間が終了する際の制御状況について説明するための図である。It is a figure for explaining the control situation when an advantageous section ends. メイン制御部が行う3バイトデータ割り算処理の制御内容を示すフローチャートである。10 is a flowchart showing the control content of a 3-byte data division process performed by a main control unit. 図32に引き続き、メイン制御部が行う3バイトデータ割り算処理の制御内容を示すフローチャートである。32, is a flowchart showing the control content of the 3-byte data division process performed by the main control unit. メイン制御部が行う3バイトデータ割り算処理の変形例の制御内容を示すフローチャートである。12 is a flowchart showing control details of a modification of 3-byte data division processing performed by the main control unit. 図32に引き続き、メイン制御部が行う3バイトデータ割り算処理の変形例の制御内容を示すフローチャートである。33 is a flowchart showing control details of a modified example of the 3-byte data division process performed by the main control unit, continuing from FIG. 32. FIG. メイン制御部が行う3バイトデータ加算・格納処理の制御内容を示すフローチャートである。3 is a flowchart showing control details of 3-byte data addition/storage processing performed by the main control unit. メイン制御部が行う3バイトデータ1バイト加算処理の制御内容を示すフローチャートである。3 is a flowchart showing control details of 3-byte data 1-byte addition processing performed by the main control unit. メイン制御部が行う3バイトデータ1バイト加算処理の変形例の制御内容を示すフローチャートである。12 is a flowchart showing control details of a modified example of 3-byte data 1-byte addition processing performed by the main control unit.

本発明に係る遊技機を実施するための形態を実施例に基づいて以下に説明する。 DESCRIPTION OF THE PREFERRED EMBODIMENTS A mode for carrying out a gaming machine according to the present invention will be described below based on examples.

[形態1]
形態1-1の遊技機は、
遊技を行う遊技機(スロットマシン1)において、
第1数(除数)に対する第2数(被除数)の百分率を算出する百分率算出手段(3バイトデータ割り算処理)と、
数値を格納可能な特定数値格納手段(Aレジスタ)と、
前記特定数値格納手段(Aレジスタ)に格納された数値が100を超える特定値(256)となったときに特定フラグ(ゼロフラグON)を設定する特定フラグ設定手段(メイン制御部41)と、
を備え、
前記百分率算出手段は、
前記第2数(被除数)を100倍した100倍値(被除数の100倍値)を算出する100倍値算出手段と、
前記100倍値(被除数の100倍値)から前記第1数(除数)を減算する第1数減算手段と、
前記第1数減算手段による減算結果が0を下回らない場合に、前記100倍値(被除数の100倍値)から前記第1数(除数)を減算した減算回数を計数し、前記特定数値格納手段(Aレジスタ)に格納する減算回数計数手段と、
を含み、
前記第1数減算手段による減算結果が0を下回るときに、前記特定数値格納手段(Aレジスタ)に格納されている減算回数を前記第1数(除数)に対する前記第2数(被除数)の百分率として算出し、
前記第1数減算手段による減算結果が0を下回らずに前記特定フラグ(ゼロフラグON)が設定された場合に異常処理(被除数の100倍値から除数を減算する処理を終了させる処理)を行う
ことを特徴としている。
この特徴によれば、第1数に対する第2数の百分率を算出する際に、第2数の100倍値を算出し、第1数を下回るまで第2数の100倍値から第1数を減算し、その減算回数を第1数に対する第2数の百分率として算出することができる。このような構成において、例えば、第1数が0の場合など、減算回数が百分率として採りうる100を超えても第2数の100倍値から第1数を減算した結果が0を下回らないことが起こり得るが、この場合には、減算回数が100を超える特定値となることで異常処理が行われることで、第2数の100倍値から第1数を減算した結果が0を下回らない場合でも第1数の減算を終了させることができる。また、格納された数値が特定値となったときに特定フラグが設定される特定数値格納手段に減算回数が格納されることで、特定フラグが設定されているか否かを判定するのみで減算回数が特定値となったことを判断することができるので、第2数の100倍値から第1数を減算する毎に特定値を初期値とする数値を減算し、当該数値が0となることで減算回数が特定値となったことを判断するものや、減算回数と特定値を比較し、比較結果が一致することで減算回数が特定値となったことを判断するものに比較してプログラム容量を減らすことができる。
[Form 1]
The gaming machine of form 1-1 is
In a gaming machine (slot machine 1) for playing games,
a percentage calculation means (a 3-byte data division process) for calculating a percentage of a second number (dividend) to a first number (divisor);
A specific value storage means (A register) capable of storing a value;
a specific flag setting means (main control unit 41) for setting a specific flag (zero flag ON) when the numerical value stored in the specific numerical value storage means (A register) becomes a specific value (256) exceeding 100;
Equipped with
The percentage calculation means includes:
a 100-fold value calculation means for calculating a 100-fold value (100-fold value of the dividend) by multiplying the second number (dividend) by 100;
a first number subtraction means for subtracting the first number (divisor) from the 100-fold value (the 100-fold value of the dividend);
a subtraction counting means for counting the number of subtractions made by the first number subtracting means when the subtraction result by the first number subtracting means is not below 0, the number of subtractions made by the first number (divisor) from the 100-fold value (the 100-fold value of the dividend) and storing the number of subtractions in the specific value storing means (A register);
Including,
when the result of the subtraction by said first number subtraction means is less than 0, calculating the number of subtractions stored in said specific value storage means (A register) as a percentage of said second number (dividend) to said first number (divisor);
When the result of subtraction by the first number subtraction means does not fall below 0 and the specific flag (zero flag ON) is set, abnormality processing (processing for terminating the process of subtracting the divisor from the 100-fold value of the dividend) is performed.
According to this feature, when calculating the percentage of the second number relative to the first number, the 100th multiple of the second number is calculated, the first number is subtracted from the 100th multiple of the second number until it falls below the first number, and the number of subtractions is calculated as the percentage of the second number relative to the first number. In this configuration, for example, when the first number is 0, it is possible that the result of subtracting the first number from the 100th multiple of the second number does not fall below 0 even if the number of subtractions exceeds 100, which is a possible percentage. In this case, by performing abnormality processing when the number of subtractions reaches a specific value exceeding 100, it is possible to end the subtraction of the first number even if the result of subtracting the first number from the 100th multiple of the second number does not fall below 0. Furthermore, since the number of subtractions is stored in a specific numerical value storage means in which a specific flag is set when the stored numerical value becomes a specific value, it is possible to determine that the number of subtractions has reached a specific value simply by checking whether or not the specific flag is set. This allows for a reduction in program capacity compared to a system that subtracts a numerical value having a specific value as an initial value each time the first number is subtracted from 100 times the second number, and determines that the number of subtractions has reached a specific value when this numerical value becomes 0, or a system that compares the number of subtractions with a specific value, and determines that the number of subtractions has reached a specific value when the comparison results are a match.

形態1-2の遊技機は、形態1-1に記載の遊技機であって、
前記100倍値算出手段は、前記100倍値(被除数の100倍値)を算出する前に前記第1数(除数)を特定するデータ(除数の格納アドレス)をスタックに退避させる
ことを特徴としている。
この特徴によれば、第1数を特定するデータを保護しつつ、第1数を特定するデータが格納された領域を用いて第2数の100倍値を算出することができる。
The gaming machine of aspect 1-2 is the gaming machine according to aspect 1-1,
The 100-fold value calculation means saves data (a storage address of the divisor) specifying the first number (divisor) in a stack before calculating the 100-fold value (the 100-fold value of the dividend).
According to this feature, it is possible to calculate 100 times the second number using the area in which the data specifying the first number is stored, while protecting the data specifying the first number.

形態1-3の遊技機は、形態1-1または1-2に記載の遊技機であって、
前記100倍値(被除数の100倍値)は、第1レジスタ(BCレジスタ)及び第2レジスタ(DEレジスタ)からなる領域に格納され、
前記第1数減算手段は、前記第1レジスタ(BCレジスタ)から減算する処理と、前記第2レジスタ(DEレジスタ)から減算する処理と、を別に行う
ことを特徴としている。
この特徴によれば、第1数や第2数の100倍値が演算可能なサイズを超えた場合でも第1数に対する第2数の百分率を算出することができる。
The gaming machine of aspect 1-3 is the gaming machine according to aspect 1-1 or 1-2,
The 100-fold value (the 100-fold value of the dividend) is stored in an area consisting of a first register (BC register) and a second register (DE register),
The first number subtraction means performs a process of subtracting from the first register (BC register) and a process of subtracting from the second register (DE register) separately.
According to this feature, even if the 100th multiplication value of the first number or the second number exceeds the operable size, it is possible to calculate the percentage of the second number relative to the first number.

形態1-4の遊技機は、
遊技を行う遊技機(スロットマシン1)において、
第1数(除数)に対する第2数(被除数)の百分率を算出する百分率算出手段(3バイトデータ割り算処理)と、
数値を格納可能な特定数値格納手段(Aレジスタ)と、
前記特定数値格納手段(Aレジスタ)に格納された数値が200を超える特定値(256)となったときに特定フラグ(ゼロフラグON)を設定する特定フラグ設定手段(メイン制御部41)と、
を備え、
前記百分率算出手段は、
前記第2数(被除数)を200倍した200倍値(被除数の200倍値)を算出する200倍値算出手段と、
前記200倍値(被除数の200倍値)から前記第1数(除数)を減算する第1数減算手段と、
前記第1数減算手段による減算結果が0を下回らない場合に、前記200倍値(被除数の200倍値)から前記第1数(除数)を減算した減算回数を計数し、前記特定数値格納手段(Aレジスタ)に格納する減算回数計数手段と、
を含み、
前記第1数減算手段による減算結果が0を下回るときに、前記特定数値格納手段に格納されている減算回数を1/2倍した値を前記第1数(除数)に対する前記第2数(被除数)の百分率として算出し、
前記第1数減算手段による減算結果が0を下回らずに前記特定フラグ(ゼロフラグON)が設定された場合に異常処理(被除数の200倍値から除数を減算する処理を終了させる処理)を行う
ことを特徴としている。
この特徴によれば、第1数に対する第2数の百分率を算出する際に、第2数の200倍値を算出し、第1数を下回るまで第2数の200倍値から第1数を減算し、その減算回数を1/2倍した値を第1数に対する第2数の百分率として算出することができる。このような構成において、例えば、第1数が0の場合など、減算回数を1/2倍した値が百分率として採りうる100を超えても第2数の200倍値から第1数を減算した結果が0を下回らないことが起こり得るが、この場合には、減算回数が200を超える特定値となることで異常処理が行われることで、第2数の200倍値から第1数を減算した結果が0を下回らない場合でも第1数の減算を終了させることができる。また、格納された数値が特定値となったときに特定フラグが設定される特定数値格納手段に減算回数が格納されることで、特定フラグが設定されているか否かを判定するのみで減算回数が特定値となったことを判断することができるので、第2数の200倍値から第1数を減算する毎に特定値を初期値とする数値を減算し、当該数値が0となることで減算回数が特定値となったことを判断するものや、減算回数と特定値を比較し、比較結果が一致することで減算回数が特定値となったことを判断するものに比較してプログラム容量を減らすことができる。
Type 1-4 gaming machines are
In a gaming machine (slot machine 1) for playing games,
Percentage calculation means (3-byte data division processing) for calculating the percentage of the second number (dividend) with respect to the first number (divisor);
a specific numerical value storage means (A register) capable of storing numerical values;
specific flag setting means (main control unit 41) that sets a specific flag (zero flag ON) when the numerical value stored in the specific numerical value storage means (A register) reaches a specific value (256) exceeding 200;
Equipped with
The percentage calculation means includes:
200 times value calculating means for calculating a 200 times value (200 times the dividend) obtained by multiplying the second number (dividend) by 200;
a first number subtraction means for subtracting the first number (divisor) from the 200 times value (200 times the dividend);
If the subtraction result by the first number subtraction means is not less than 0, the number of subtractions by subtracting the first number (divisor) from the 200 times value (200 times the dividend) is counted, and the specific numerical value storage means (A register) for counting the number of subtractions;
including;
When the result of subtraction by the first number subtracting means is less than 0, the value obtained by multiplying the number of subtractions stored in the specific numerical value storage means by half is used as the second number (dividend) for the first number (divisor). ) is calculated as a percentage of
If the specific flag (zero flag ON) is set without the result of subtraction by the first number subtracting means being less than 0, abnormal processing (processing for terminating the process of subtracting the divisor from 200 times the value of the dividend) is performed. It is characterized by
According to this feature, when calculating the percentage of the second number with respect to the first number, calculate the 200 times value of the second number, and multiply the first number from the 200 times value of the second number until it becomes less than the first number. The value obtained by subtracting and multiplying the number of subtractions by 1/2 can be calculated as a percentage of the second number with respect to the first number. In such a configuration, for example, when the first number is 0, even if the value obtained by multiplying the number of subtractions by 1/2 exceeds 100, which can be taken as a percentage, the first number is subtracted from the 200 times value of the second number. It may happen that the result is not less than 0, but in this case, abnormal processing is performed when the number of subtractions becomes a specific value exceeding 200, and the first number is subtracted from the 200 times value of the second number. Even if the result is not less than 0, the subtraction of the first number can be completed. In addition, by storing the number of subtractions in a specific numerical value storage means in which a specific flag is set when the stored numerical value becomes a specific value, the number of subtractions can be performed by simply determining whether or not the specific flag is set. Since it can be determined that has become a specific value, each time the first number is subtracted from the 200 times value of the second number, a number with the specific value as the initial value is subtracted, and the number becomes 0. A program that determines whether the number of subtractions has reached a specific value or a program that compares the number of subtractions with a specific value and determines that the number of subtractions has reached a specific value if the comparison results match. Capacity can be reduced.

形態1-5の遊技機は、形態1-4に記載の遊技機であって、
前記200倍値算出手段は、前記200倍値(被除数の200倍値)を算出する前に前記第1数(除数)を特定するデータ(除数の格納アドレス)をスタックに退避させる
ことを特徴としている。
この特徴によれば、第1数を特定するデータを保護しつつ、第1数を特定するデータが格納された領域を用いて第2数の200倍値を算出することができる。
The gaming machine of Form 1-5 is the gaming machine described in Form 1-4,
The 200 times value calculating means is characterized in that before calculating the 200 times value (200 times the dividend), data (divisor storage address) specifying the first number (divisor) is saved in a stack. There is.
According to this feature, while protecting the data specifying the first number, it is possible to calculate the 200 times value of the second number using the area in which the data specifying the first number is stored.

形態1-6の遊技機は、形態1-4または1-5に記載の遊技機であって、
前記200倍値(被除数の200倍値)は、第1レジスタ(DEレジスタ)及び第2レジスタ(BCレジスタ)からなる領域に格納され、
前記第1数減算手段は、前記第1レジスタ(DEレジスタ)から減算する処理と、前記第2レジスタ(BCレジスタ)から減算する処理と、を別に行う
ことを特徴としている。
この特徴によれば、第1数や第2数の200倍値が演算可能なサイズを超えた場合でも第1数に対する第2数の百分率を算出することができる。
The gaming machine of aspect 1-6 is the gaming machine according to aspect 1-4 or 1-5,
The 200-fold value (the 200-fold value of the dividend) is stored in an area consisting of a first register (DE register) and a second register (BC register),
The first number subtraction means performs a process of subtracting from the first register (DE register) and a process of subtracting from the second register (BC register) separately.
According to this feature, even if the first number or the second number multiplied by 200 exceeds the operable size, the percentage of the second number relative to the first number can be calculated.

形態1-7の遊技機は、形態1-1~1-6のいずれかに記載の遊技機であって、
前記異常処理(被除数の100倍値(被除数の200倍値)から除数を減算する処理を終了させる処理)は、特定フラグ(ゼロフラグON)が設定されている場合に指定したプログラムにジャンプさせるジャンプ命令を行う処理である
ことを特徴としている。
この特徴によれば、一のジャンプ命令により特定フラグが設定されているか否かの判定及び異常処理に伴うプログラムへの移動が可能となる。
The gaming machine of aspect 1-7 is a gaming machine according to any one of aspects 1-1 to 1-6,
The abnormality processing (processing to terminate the process of subtracting the divisor from the 100-fold value of the dividend (the 200-fold value of the dividend)) is characterized in that it is a process to execute a jump command to jump to a specified program when a specific flag (zero flag ON) is set.
According to this feature, it is possible to determine whether or not a specific flag is set by a single jump instruction and to move to a program associated with abnormality processing.

形態1-8の遊技機は、形態1-1~1-7のいずれかに記載の遊技機であって、
前記特定値は、前記特定数値格納手段(Aレジスタ)に格納される値がオーバーフローした値(256)である
ことを特徴としている。
この特徴によれば、特定数値格納手段に格納された減算回数がオーバーフローすることで特定フラグが設定され、減算回数が特定値となったことを特定することができる。
The gaming machine of form 1-8 is the gaming machine according to any one of forms 1-1 to 1-7,
The specific value is characterized in that the value stored in the specific numerical value storage means (A register) is an overflow value (256).
According to this feature, the specific flag is set when the number of subtractions stored in the specific numerical value storage means overflows, and it is possible to specify that the number of subtractions has reached a specific value.

形態1-9の遊技機は、形態1-1~1-8のいずれかに記載の遊技機であって、
前記特定数値格納手段(Aレジスタ)に格納されている減算回数から算出される前記第1数(除数)に対する前記第2数(被除数)の百分率が100以上の場合に99に補正する補正手段を備える
ことを特徴としている。
この特徴によれば、特定数値格納手段に格納されている減算回数から算出される第1数に対する第2数の百分率の値が100以上である場合に、2桁の数字で表示される場合であっても表示可能な最大値である99で表示されるため、第1数に対する第2数の百分率が99%以上の大きい値であることを認識させることができる。
The gaming machine of aspect 1-9 is a gaming machine according to any one of aspects 1-1 to 1-8,
The present invention is characterized by comprising a correction means for correcting the percentage of the second number (dividend) to the first number (divisor) calculated from the number of subtractions stored in the specific value storage means (A register) to 99 when the percentage is 100 or more.
According to this feature, when the percentage of the second number relative to the first number calculated from the number of subtractions stored in the specific numerical value storage means is 100 or more, even if it is displayed as a two-digit number, it is displayed as 99, which is the maximum value that can be displayed, so that the user can recognize that the percentage of the second number relative to the first number is a large value of 99% or more.

形態1-10の遊技機は、形態1-1~1-9のいずれかに記載の遊技機であって、
段階的に処理を行う基本処理(メイン処理)を実行する基本処理実行手段(メイン制御部41)と、
定期的に実行中の処理に割り込んで割込処理(タイマ割込処理)を実行する割込処理実行手段(メイン制御部41)と、
前記基本処理(メイン処理)において前記第1数(除数)及び前記第2数(被除数)を更新する数値更新手段(各状態カウント処理)と、
を備え、
前記百分率算出手段(3バイトデータ割り算処理)は、前記基本処理(メイン処理)において前記第1数(除数)に対する前記第2数(被除数)の百分率を算出し、
前記数値更新手段により前記第1数(除数)及び前記第2数(被除数)が更新される期間及び前記百分率算出手段により前記第1数(除数)に対する前記第2数(被除数)の百分率が算出される期間において前記割込処理(タイマ割込処理)の実行が禁止される
ことを特徴としている。
この特徴によれば、第1数及び第2数が更新される期間及び第1数に対する第2数の百分率が算出される期間において割込処理が実行されることで、第1数、第2数、第1数に対する第2数の百分率を算出する際の数値が破壊され、意図しない数値となってしまうことを防止できる。
The gaming machine of form 1-10 is the gaming machine according to any one of forms 1-1 to 1-9,
Basic processing execution means (main control unit 41) that executes basic processing (main processing) that performs processing in stages;
Interrupt processing execution means (main control unit 41) that periodically interrupts the processing being executed and executes interrupt processing (timer interrupt processing);
Numerical updating means (each state counting process) for updating the first number (divisor) and the second number (dividend) in the basic processing (main processing);
Equipped with
The percentage calculation means (3-byte data division processing) calculates a percentage of the second number (dividend) with respect to the first number (divisor) in the basic processing (main processing);
A period during which the first number (divisor) and the second number (dividend) are updated by the numerical value updating means, and a percentage of the second number (dividend) relative to the first number (divisor) is calculated by the percentage calculation means. It is characterized in that the execution of the interrupt processing (timer interrupt processing) is prohibited during the period in which the interrupt processing is performed.
According to this feature, the interrupt processing is executed during the period in which the first number and the second number are updated and the period in which the percentage of the second number with respect to the first number is calculated. It is possible to prevent the numerical value when calculating the percentage of the second number with respect to the first number from being destroyed and resulting in an unintended numerical value.

[形態2]
形態2-1の遊技機は、
遊技を行う遊技機(スロットマシン1)において、
所定比率(役物払出比率、連続役物払出比率、指示込役物払出比率)を算出する所定比率算出手段(3バイトデータ割り算処理)と、
前記所定比率の算出に用いる所定数値(加算対象データ)を更新する所定数値更新手段(3バイトデータ加算・格納処理)と、
を備え、
前記所定数値更新手段は、前記所定数値(加算対象データ)を更新した後、特定条件が成立(オーバーフローが発生)した場合に、前記所定数値(加算対象データ)を更新前の値に戻すとともに、以後の前記所定数値(加算対象データ)の更新を制限するための制限情報(キャリーフラグをON)を設定する
ことを特徴としている。
この特徴によれば、所定数値を更新した後、特定条件が成立した場合には、制限情報が設定されることで、以後の所定数値の更新が制限されるとともに、この場合には、所定数値が更新前の値に戻されるため、意図しない所定数値のままで所定比率が算出されてしまうことを防止できる。
[Form 2]
The gaming machine of form 2-1 is
In a gaming machine (slot machine 1) for playing games,
Predetermined ratio calculation means (3-byte data division processing) for calculating a predetermined ratio (accessory item payout ratio, continuous accessory item payout ratio, instructed accessory item payout ratio);
a predetermined value updating means (3-byte data addition/storage process) for updating a predetermined value (addition target data) used to calculate the predetermined ratio;
Equipped with
The predetermined numerical value updating means is configured to return the predetermined numerical value (addition target data) to the value before updating when a specific condition is satisfied (overflow occurs) after updating the predetermined numerical value (addition target data); The present invention is characterized in that restriction information (carry flag is turned ON) for restricting subsequent updating of the predetermined numerical value (data to be added) is set.
According to this feature, if a specific condition is satisfied after updating a predetermined numerical value, the restriction information is set, thereby restricting the subsequent update of the predetermined numerical value, and in this case, the predetermined numerical value is returned to the value before the update, so it is possible to prevent the predetermined ratio from being calculated with an unintended predetermined value.

形態2-2の遊技機は、形態2-1に記載の遊技機であって、
前記所定数値(加算対象データ)は、M(2N≧M>N)バイト(3バイト)の値になり得る値であり、
前記所定数値更新手段(3バイトデータ加算・格納処理)は、一度に最大Nバイト(2バイト)の演算が可能であり、前記所定数値(加算対象データ)を更新する場合に、まず1バイト目からNバイト目までの第1演算(1バイト目~2バイト目の演算)を行い、前記第1演算の結果がオーバーフローした場合に、N+1バイト目からMバイト目までの第2演算(3バイト目の演算)を行う
ことを特徴としている。
この特徴によれば、一度に演算可能なNバイトを所定数値が超える場合でも所定数値を更新することができる。
The gaming machine of aspect 2-2 is the gaming machine according to aspect 2-1,
The predetermined value (data to be added) is a value that can be a value of M (2N≧M>N) bytes (3 bytes),
The specified value update means (3-byte data addition/storage process) is capable of calculating a maximum of N bytes (2 bytes) at a time, and when updating the specified value (data to be added), first performs a first calculation from the 1st byte to the Nth byte (calculation of the 1st and 2nd bytes), and if the result of the first calculation overflows, performs a second calculation from the N+1th byte to the Mth byte (calculation of the third byte).
According to this feature, the predetermined value can be updated even if the predetermined value exceeds N bytes that can be calculated at one time.

形態2-3の遊技機は、形態2-2に記載の遊技機であって、
演算結果がオーバーフローした場合に特定フラグ(キャリーフラグON)を設定する特定フラグ設定手段(メイン制御部41)を備え、
前記所定数値更新手段(3バイトデータ加算・格納処理)は、前記第1演算(1バイト目~2バイト目の演算)の結果がオーバーフローした場合に、前記特定フラグ(キャリーフラグON)をクリアした後、前記第2演算(3バイト目の演算)を行う
ことを特徴としている。
この特徴によれば、第1演算の結果がオーバーフローした場合に設定される特定フラグをクリアした後、第2演算が行われるため、第2演算の結果がオーバーフローしたか否かを特定フラグによって正確に判定することができる。
The gaming machine of aspect 2-3 is the gaming machine according to aspect 2-2,
A specific flag setting means (main control unit 41) is provided for setting a specific flag (carry flag ON) when an arithmetic result overflows,
The predetermined value update means (3-byte data addition and storage process) is characterized in that, when the result of the first operation (operation of the first byte to the second byte) overflows, it clears the specific flag (carry flag ON) and then performs the second operation (operation of the third byte).
According to this feature, the second calculation is performed after clearing a specific flag that is set when the result of the first calculation overflows, so that it is possible to accurately determine whether or not the result of the second calculation has overflowed using the specific flag.

形態2-4の遊技機は、形態2-2または2-3に記載の遊技機であって、
前記所定数値更新手段(3バイトデータ加算・格納処理)は、前記第1演算(1バイト目~2バイト目の演算)で用いたレジスタ(BCレジスタ)の値を保持したまま前記第2演算(3バイト目の演算)を行い、前記特定条件が成立(オーバーフローが発生)した場合に、前記第1演算(1バイト目~2バイト目の演算)で用いた後に保持されているレジスタ(BCレジスタ)の値を用いて前記所定数値(加算対象データ)のうち1バイト目からNバイト目(1バイト目~2バイト目)の値を更新前の値に戻す
ことを特徴としている。
この特徴によれば、所定数値を更新前の値に戻すにあたって、新たに数値を読み出す必要がないため、プログラムを簡素化することができる。
The gaming machine of aspect 2-4 is the gaming machine according to aspect 2-2 or 2-3,
The specified value update means (3-byte data addition/storage process) performs the second calculation (calculation of the third byte) while retaining the value of the register (BC register) used in the first calculation (calculation of the first byte to the second byte), and when the specific condition is met (an overflow occurs), uses the value of the register (BC register) retained after use in the first calculation (calculation of the first byte to the second byte) to restore the values of the first byte to the Nth byte (the first byte to the second byte) of the specified value (data to be added) to the values before the update.
According to this feature, when restoring the predetermined value to the value before the update, it is not necessary to newly read out the value, so that the program can be simplified.

形態2-5の遊技機は、形態2-1~2-4のいずれかに記載の遊技機であって、
段階的に処理を行う基本処理(メイン処理)を実行する基本処理実行手段(メイン制御部41)と、
定期的に実行中の処理に割り込んで割込処理(タイマ割込処理)を実行する割込処理実行手段(メイン制御部41)と、
を備え、
前記所定数値更新手段(3バイトデータ加算・格納処理)は、前記基本処理(メイン処理)において前記所定数値(加算対象データ)を更新し、
前記所定数値更新手段により前記所定数値(加算対象データ)が更新される期間において前記割込処理(タイマ割込処理)の実行が禁止される
ことを特徴としている。
この特徴によれば、所定数値が更新される期間において割込処理が実行されることで、所定数値が破壊され、意図しない数値を用いて所定比率が算出されてしまうことを防止できる。
The gaming machine of form 2-5 is the gaming machine according to any one of forms 2-1 to 2-4,
Basic processing execution means (main control unit 41) that executes basic processing (main processing) that performs processing in stages;
Interrupt processing execution means (main control unit 41) that periodically interrupts the processing being executed and executes interrupt processing (timer interrupt processing);
Equipped with
The predetermined numerical value updating means (3-byte data addition/storage processing) updates the predetermined numerical value (addition target data) in the basic processing (main processing),
The present invention is characterized in that execution of the interrupt processing (timer interrupt processing) is prohibited during a period in which the predetermined numerical value (data to be added) is updated by the predetermined numerical value updating means.
According to this feature, by executing the interrupt process during the period in which the predetermined numerical value is updated, it is possible to prevent the predetermined numerical value from being destroyed and the predetermined ratio from being calculated using an unintended numerical value.

[形態3]
形態3-1の遊技機は、
遊技を行う遊技機(スロットマシン1)において、
プログラムを記憶するプログラム記憶手段(ROM41b)と、
特定結果であるか否か(加算結果がオーバーフローしたか否か)を判定する特定判定手段(メイン制御部41)と、
前記特定判定手段により前記特定結果である(加算結果がオーバーフローした)か否かの判定が行われた後、前記特定判定手段により前記特定結果である(加算結果がオーバーフローした)と判定された場合と、前記特定結果でない(加算結果がオーバーフローしていない)と判定された場合のいずれでも、前記記憶手段(ROM41b)の特定アドレス(Sk8~Sk12のプログラムが格納されるアドレス)に記憶された特定プログラム(Cレジスタの値を加算対象データの3バイト目に加算する処理)を実行する特定プログラム実行手段(3バイトデータ1バイト加算処理)と、
を備え、
前記特定プログラムは、特定領域(Cレジスタ)に設定された値を用いて特定データ(加算対象データの3バイト目の値)を更新可能なプログラム(Cレジスタの値を加算対象データの3バイト目に加算する処理)を含み、
前記特定プログラム実行手段は、
前記特定判定手段により前記特定結果である(加算結果がオーバーフローした)と判定された場合、前記特定データ(加算対象データの3バイト目の値)が更新される値(1)が前記特定領域(Cレジスタ)に設定された状態で前記特定プログラム(Cレジスタの値を加算対象データの3バイト目に加算する処理)を実行し、
前記特定判定手段により前記特定結果でない(加算結果がオーバーフローしていない)と判定された場合、前記特定データ(加算対象データの3バイト目の値)が更新されない値(0)が前記特定領域(Cレジスタ)に設定された状態で前記特定プログラム(Cレジスタの値を加算対象データの3バイト目に加算する処理)を実行する
ことを特徴としている。
この特徴によれば、特定判定手段により特定結果であると判定された場合に特定データを更新し、特定結果でないと判定された場合に特定データを更新しないが、特定判定手段により特定結果であると判定された場合と、特定結果でないと判定された場合のいずれでも、特定領域に設定された値を用いて特定データを更新可能なプログラムを含む特定プログラムを実行するとともに、特定結果であると判定された場合には、特定データが更新される値が特定領域に設定された状態で特定プログラムを実行し、特定結果でないと判定された場合、特定データが更新されない値が特定領域に設定された状態で特定プログラムを実行するので、特定結果でないと判定された場合でも、特定結果であると判定されるまで待つことなく特定アドレスに記憶された特定プログラムが行われることを確認することができる。
[Form 3]
The gaming machine of form 3-1 is
In a gaming machine (slot machine 1) for playing games,
A program storage means (ROM41b) for storing programs;
A specific determination means (main control unit 41) that determines whether the result is a specific result (whether the addition result overflows or not);
After the specific determination means has determined whether the specific result is the specific result (the addition result has overflowed), the specific determination device has determined that the specific result is the specific result (the addition result has overflowed); In either case, if it is determined that the result is not the specific result (the addition result does not overflow), the specific result stored in the specific address (the address where the programs Sk8 to Sk12 are stored) of the storage means (ROM41b) A specific program execution means (3-byte data 1-byte addition process) that executes a program (processing to add the value of the C register to the 3rd byte of addition target data);
Equipped with
The specific program is a program that can update specific data (the value of the third byte of the data to be added) using the value set in the specific area (C register). ),
The specific program execution means includes:
When the specific determination means determines that the specific result is the specific result (the addition result has overflowed), the value (1) to which the specific data (the value of the third byte of the addition target data) is updated is the specific area ( C register), execute the specific program (processing to add the value of the C register to the third byte of the addition target data),
When the specific determination means determines that the specific result is not the specific result (the addition result does not overflow), the specific data (the value of the third byte of the addition target data) is set to a value (0) that is not updated in the specific area ( The specific program (the process of adding the value of the C register to the third byte of the data to be added) is executed in a state set in the C register.
According to this feature, the specific data is updated when the specific determination means determines that it is a specific result, and the specific data is not updated when it is determined that it is not a specific result, but the specific determination means determines that it is a specific result. In both cases, when it is determined that the result is not a specific result, a specific program including a program that can update specific data using the value set in the specific area is executed, and the result is determined to be a specific result. If it is determined, the specific program is executed with the value for which the specific data is updated set in the specific area, and if it is determined that the specific result is not a specific result, the value for which the specific data is not updated is set in the specific area. Since the specified program is executed in a state where the specified result is not specified, it is possible to confirm that the specified program stored at the specified address will be executed without waiting until the specified result is determined. .

形態3-2の遊技機は、形態3-1に記載の遊技機であって、
前記特定判定手段により前記特定結果であるか否か(加算結果がオーバーフローしたか否か)が判定される前に、前記特定データが更新される値(1)が前記特定領域(Bレジスタ)に設定され、前記特定判定手段により前記特定結果でない(加算結果がオーバーフローしていない)と判定された場合に、前記特定領域(Bレジスタ)の値が、前記特定データが更新されない値(0)に更新される
ことを特徴としている。
この特徴によれば、特定結果でないと判定された場合でも、特定結果であると判定されるまで待つことなく特定データが更新される値を特定領域に設定するプログラムが行われることを確認することができる。
The gaming machine of Form 3-2 is the gaming machine described in Form 3-1,
Before the specific determination means determines whether the specific result is the specific result (whether the addition result has overflowed or not), the value (1) to which the specific data is updated is stored in the specific area (B register). is set, and when the specific determination means determines that the specific result is not the specific result (the addition result has not overflowed), the value of the specific area (B register) is set to a value (0) at which the specific data is not updated. It is characterized by being updated.
According to this feature, even if it is determined that the result is not a specific result, it is possible to confirm that a program is executed to set a value in the specific area to update the specific data without waiting until it is determined that the result is a specific result. Can be done.

形態3-3の遊技機は、形態3-1または3-2に記載の遊技機であって、
前記特定プログラムは、前記特定データが示す数値(加算対象データの3バイト目の値)を別の数値に更新するプログラムであり、
前記特定領域(Cレジスタ)には、前記特定データが示す数値(加算対象データの3バイト目の値)の更新に用いられる数値(加算値)が設定される
ことを特徴としている。
この特徴によれば、特定結果であると判定された場合に特定データが示す数値を更新することができる。
The gaming machine of Embodiment 3-3 is the gaming machine according to Embodiment 3-1 or 3-2,
The specific program is a program that updates the numerical value indicated by the specific data (the value of the third byte of the addition target data) to another numerical value,
The specific area (C register) is characterized in that a numerical value (addition value) used to update the numerical value (the value of the third byte of the data to be added) indicated by the specific data is set.
According to this feature, when it is determined that it is a specific result, the numerical value indicated by the specific data can be updated.

形態3-4の遊技機は、形態3-3に記載の遊技機であって、
前記特定プログラムは、前記特定データが示す数値(加算対象データの3バイト目の値)に加算値(1)を加算することで別の数値に更新するプログラムであり、
前記特定判定手段により前記特定結果である(加算結果がオーバーフローした)と判定された場合には、前記特定領域(Cレジスタ)に前記加算値(1)が設定され、
前記特定判定手段により前記特定結果でない(加算結果がオーバーフローしていない)と判定された場合には、前記特定領域(Cレジスタ)に0が設定され、
前記特定プログラムは、前記特定領域(Cレジスタ)に設定された数値を前記特定データが示す数値(加算対象データの3バイト目の値)に加算するプログラムである
ことを特徴としている。
この特徴によれば、特定結果であると判定された場合にも、特定結果でないと判定された場合にも、共通の特定プログラムを行うことで、特定結果であると判定された場合には特定データが示す数値に加算値を加算することができ、特定結果ないと判定された場合には特定データが示す数値を更新しないようにできる。
The gaming machine of aspect 3-4 is the gaming machine according to aspect 3-3,
the specific program is a program that updates a numerical value indicated by the specific data (the value of the third byte of the data to be added) to another numerical value by adding an additional value (1);
When the specific determination means determines that the result is the specific result (the addition result has overflowed), the addition value (1) is set in the specific area (C register);
When the specific determination means determines that the result is not the specific result (the addition result does not overflow), 0 is set in the specific area (C register);
The specific program is characterized in that it is a program for adding a numerical value set in the specific area (C register) to a numerical value indicated by the specific data (the value of the third byte of the data to be added).
According to this feature, whether it is determined that there is a specific result or not, a common specific program is executed so that if it is determined that there is a specific result, an additional value can be added to the numerical value indicated by the specific data, and if it is determined that there is no specific result, the numerical value indicated by the specific data can be prevented from being updated.

形態3-5の遊技機は、形態3-3または3-4に記載の遊技機であって、
段階的に処理を行う基本処理(メイン処理)を実行する基本処理実行手段(メイン制御部41)と、
定期的に実行中の処理に割り込んで割込処理(タイマ割込処理)を実行する割込処理実行手段(メイン制御部41)と、
を備え、
前記特定プログラム実行手段(3バイトデータ1バイト加算処理)は、前記基本処理(メイン処理)において前記特定プログラム(Cレジスタの値を加算対象データの3バイト目に加算する処理)を実行し、
前記特定プログラム(Cレジスタの値を加算対象データの3バイト目に加算する処理)が実行される期間において前記割込処理(タイマ割込処理)の実行が禁止される
ことを特徴としている。
この特徴によれば、特定データが示す数値を更新するプログラムが行われる期間において割込処理が実行されることで、特定データが示す数値が破壊され、意図しない数値となってしまうことを防止できる。
The gaming machine of Form 3-5 is the gaming machine described in Form 3-3 or 3-4,
Basic processing execution means (main control unit 41) that executes basic processing (main processing) that performs processing in stages;
Interrupt processing execution means (main control unit 41) that periodically interrupts the processing being executed and executes interrupt processing (timer interrupt processing);
Equipped with
The specific program execution means (3-byte data 1-byte addition process) executes the specific program (process of adding the value of the C register to the third byte of addition target data) in the basic process (main process),
The present invention is characterized in that execution of the interrupt process (timer interrupt process) is prohibited during a period in which the specific program (process of adding the value of the C register to the third byte of addition target data) is executed.
According to this feature, by executing interrupt processing during the period when a program that updates the numerical value indicated by specific data is executed, it is possible to prevent the numerical value indicated by specific data from being destroyed and becoming an unintended numerical value. .

形態3-6の遊技機は、形態3-1~3-5のいずれかに記載の遊技機であって、
前記特定結果となった(加算結果がオーバーフローした)場合に特定フラグ(キャリーフラグON)を設定する特定フラグ設定手段(メイン制御部41)を備え、
前記特定判定手段(メイン制御部41)は、前記特定フラグ(キャリーフラグON)が設定されている場合に前記特定結果である(加算結果がオーバーフローした)と判定し、
前記特定判定手段により前記特定結果である(加算結果がオーバーフローした)と判定された場合に、前記特定フラグ(キャリーフラグON)をクリアした後、前記特定プログラム(Cレジスタの値を加算対象データの3バイト目に加算する処理)が実行される
ことを特徴としている。
この特徴によれば、特定結果となった場合に設定される特定フラグをクリアした後特定プログラムが実行されるので、特定結果となる毎に特定フラグによって正確に判定することができる。
The gaming machine of Form 3-6 is the gaming machine according to any one of Forms 3-1 to 3-5,
A specific flag setting means (main control unit 41) that sets a specific flag (carry flag ON) when the specific result is reached (the addition result overflows);
The specific determination means (main control unit 41) determines that the specific result is the specific result (the addition result has overflowed) when the specific flag (carry flag ON) is set;
When the specific determination means determines that the specific result is the specific result (the addition result has overflowed), after clearing the specific flag (carry flag ON), the specific program (the value of the C register is set to the addition target data). The feature is that the process of adding to the third byte) is executed.
According to this feature, since the specific program is executed after clearing the specific flag that is set when a specific result is obtained, it is possible to accurately determine based on the specific flag each time a specific result is obtained.

[形態4]
形態4-1のスロットマシンは、
各々が識別可能な複数種類の識別情報(図柄)を変動表示可能な可変表示部(リール2L、2C、2R)を備え、
前記可変表示部の変動表示を停止することで表示結果を導出し、該表示結果に応じて入賞が発生可能なスロットマシン(スロットマシン1)において、
表示結果が導出される前に、導出が許容される表示結果を決定する事前決定手段(内部抽選)と、
遊技者が表示結果を導出させるために操作する導出操作手段(ストップスイッチ8L、8C、8R)と、
前記表示結果を導出する制御を行う導出制御手段(リール停止処理)と、
前記事前決定手段により遊技用価値(メダル)の付与を伴う特定表示結果の導出を許容する旨が決定されたとき(ナビ対象役の当選時)に、前記特定表示結果を導出させる前記導出操作手段の操作態様を報知可能な操作態様報知手段(ナビ報知)と、
前記事前決定手段により前記特定表示結果の導出が許容されない場合(ナビ対象役の非当選時)、及び前記事前決定手段により前記特定表示結果の導出が許容され、前記操作態様報知手段により操作態様が報知されない場合(ナビ対象役が当選し、ナビ報知が行われない場合)には、特定領域(ナビ番号設定領域)に0を設定し、前記事前決定手段により前記特定表示結果の導出が許容され、前記操作態様報知手段により操作態様が報知される場合(ナビ対象役が当選し、ナビ報知が行わる場合)には、前記操作態様報知手段により報知される操作態様に応じて前記特定領域に1~n(n≧2)(1~13)の数値(ナビ番号)を設定する特定領域設定手段と、
前記操作態様報知手段により操作態様が報知されたゲーム(ナビ報知が行われたゲーム)において付与された遊技用価値である報知遊技用価値を計数する報知遊技用価値計数手段(累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数の更新)と、
を備え、
前記報知遊技用価値計数手段は、前記特定領域(ナビ番号設定領域)に設定された数値(ナビ番号)を参照し、前記特定領域に0が設定されている場合に当該ゲームにおいて付与される遊技用価値を報知遊技用価値として計数せず(累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を更新せず)、前記特定領域に1~nが設定されている場合に当該ゲームにおいて付与される遊技用価値を報知遊技用価値として計数する(累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を更新する)
ことを特徴としている。
この特徴によれば、操作態様報知手段により操作態様が報知されたゲームにおいて付与された遊技用価値である報知遊技用価値を計数する構成において、特定領域に設定された数値が0であるか、1~nであるか、を判定するのみで、操作態様が報知されたゲームか否か、すなわち当該ゲームにおいて付与される遊技用価値を報知用遊技用価値として計数するか否かを判断することができる。
[Form 4]
The slot machine of form 4-1 is
Equipped with a variable display section (reels 2L, 2C, 2R) that can variably display multiple types of identification information (symbols) that can be identified,
In a slot machine (slot machine 1) in which a display result is derived by stopping the variable display of the variable display section, and a prize can be generated according to the display result,
a predetermining means (internal lottery) for determining display results that are allowed to be derived before the display results are derived;
Derivation operation means (stop switches 8L, 8C, 8R) operated by the player to derive display results;
a derivation control means (reel stop processing) that performs control to derive the display result;
the derivation operation for deriving the specific display result when the pre-determining means determines to permit the derivation of the specific display result accompanied by the provision of gaming value (medals) (at the time of winning the navigation target combination); an operation mode notification means (navigation notification) that can notify the operation mode of the means;
When the pre-determining means does not allow the derivation of the specific display result (when the navigation target combination is not won), the pre-determining means allows deriving the specific display result, and the operation mode notification means performs the operation. When the mode is not announced (when the navigation target winning combination is won and the navigation notification is not performed), 0 is set in the specific area (navigation number setting area), and the specific display result is derived by the predetermining means. is allowed and the operation mode is notified by the operation mode notification means (when the navigation target combination is won and the navigation notification is performed), the operation mode is notified according to the operation mode notified by the operation mode notification means. a specific area setting means for setting a numerical value (navigation number) from 1 to n (n≧2) (1 to 13) in the specific area;
Notifying gaming value counting means (cumulative buffers 1 to 3) for counting the notified gaming value, which is the gaming value given in the game for which the operation mode was notified by the operation mode notifying means (the game in which the navigation notification was performed); update of the instruction-inclusive accessory payout counter and the total cumulative instruction-inclusive accessory payout number),
Equipped with
The notification game value counting means refers to the numerical value (navigation number) set in the specific area (navigation number setting area), and when the specific area is set to 0, the game is awarded in the game. The utility value is not counted as the notification gaming value (the instruction-inclusive accessory payout counter of cumulative buffers 1 to 3 and the total cumulative instruction-inclusive accessory payout number are not updated), and 1 to n are set in the specific area. If so, the gaming value given in the game is counted as the notification gaming value (updates the instruction-included accessory payout counter of cumulative buffers 1 to 3 and the total cumulative instruction-included accessory payout number)
It is characterized by
According to this feature, in the configuration for counting the reported gaming value which is the gaming value given in the game in which the operation mode is notified by the operation mode notification means, whether the numerical value set in the specific area is 0 or not; 1 to n, to determine whether or not the game is a game in which the operation mode has been notified, that is, whether or not the gaming value given in the game is to be counted as the notified gaming value. Can be done.

形態4-2のスロットマシンは、形態4-1に記載のスロットマシンであって、
前記操作態様報知手段(ナビ報知)により操作態様が報知されたか否かに関わらず付与された遊技用価値(メダル)である総遊技用価値を計数する総遊技用価値計数手段(累計バッファ1~3の総払出カウンタ、総累計払出枚数の更新)と、
前記総遊技用価値に対する前記報知遊技用価値の比率である報知遊技用価値比率(指示込役物払出比率、指示込役物払出比率(6000G))を算出する報知遊技用価値比率算出手段(指示込役物比率更新処理)と、
前記報知遊技用価値比率(指示込役物払出比率、指示込役物払出比率(6000G))を表示可能な報知遊技用価値比率表示手段(遊技機情報表示器)と、
を備え、
前記報知遊技用価値計数手段は、前記特定領域(ナビ番号設定領域)にm(m>n)(14以上の値)が設定されている場合に当該ゲームにおいて付与される遊技用価値を報知遊技用価値として計数する(累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を更新する)
ことを特徴としている。
この特徴によれば、操作態様報知手段により操作態様が報知される場合に設定される1~nの範囲を超えた数値が特定領域に設定された場合、すなわち操作態様が報知されたか否かが特定できない場合には、当該ゲームにおいて付与される遊技用価値が報知遊技用価値として計数されるため、不正プログラムや誤作動によって操作態様が報知されたか否かが分からない状況となっても報知遊技用価値比率が低下することがなく、報知遊技用価値比率から適度な射幸性が担保されているか否かを特定することができる。
The slot machine of aspect 4-2 is the slot machine according to aspect 4-1,
A total game value counting means (total payout counters of the accumulation buffers 1 to 3, updating of the total accumulated payout number) for counting the total game value, which is the game value (medals) awarded regardless of whether the operation mode is notified by the operation mode notifying means (navigation notification);
A notification game value ratio calculation means (indication game value ratio update process) for calculating a notification game value ratio (indication game value payout ratio, instruction game value payout ratio (6000G)) which is the ratio of the notification game value to the total game value;
A notification game value ratio display means (gaming machine information display) capable of displaying the notification game value ratio (instruction-included feature payout ratio, instruction-included feature payout ratio (6000G));
Equipped with
The notification game value counting means counts the game value awarded in the game as the notification game value when m (m>n) (a value of 14 or more) is set in the specific area (navigation number setting area) (updates the instruction-based feature payout counters of the accumulation buffers 1 to 3 and the total cumulative instruction-based feature payout number).
It is characterized by the following.
According to this feature, when a numerical value outside the range of 1 to n, which is set when the operation mode is notified by the operation mode notifying means, is set in a specific region, that is, when it is not possible to determine whether or not the operation mode has been notified, the game value awarded in the game is counted as a notified game value, so that even if a situation arises in which it is not possible to determine whether or not the operation mode has been notified due to an illegal program or malfunction, the notified game value ratio does not decrease, and it is possible to determine whether or not an appropriate level of gambling is guaranteed from the notified game value ratio.

形態4-3のスロットマシンは、形態4-1または4-2に記載のスロットマシンであって、
推奨する前記導出操作手段の操作態様を特定可能な操作態様信号(操作信号)を外部機器(試験装置)に出力するための処理を行う外部出力処理手段(操作信号設定処理)を備え、
を備え、
前記外部出力処理手段は、前記特定領域(ナビ番号設定領域)に1~n(1~13)が設定されている場合に前記特定領域(ナビ番号設定領域)に設定されている数値に応じて前記操作態様報知手段(ナビ報知)により報知される操作態様を特定可能な操作態様信号(操作信号)を出力するための処理を行い、前記特定領域(ナビ番号設定領域)に0が設定されている場合に前記事前決定手段の決定結果(当選番号)に応じた操作態様を特定可能な操作態様信号(操作信号)を出力するための処理を行う
ことを特徴としている。
この特徴によれば、特定領域に設定された数値を参照し、特定領域に1~nが設定されている場合には、特定領域に設定された数値を利用して操作態様報知手段により報知される操作態様を推奨する操作態様として操作態様信号を出力することができる。
The slot machine of form 4-3 is the slot machine according to form 4-1 or 4-2,
an external output processing means (operation signal setting process) that performs processing for outputting an operation mode signal (operation signal) capable of specifying the recommended operation mode of the derivation operation means to an external device (test device);
Equipped with
The external output processing means, when 1 to n (1 to 13) is set in the specific area (navigation number setting area), according to the numerical value set in the specific area (navigation number setting area). Processing is performed to output an operation mode signal (operation signal) that can specify the operation mode notified by the operation mode notification means (navigation notification), and 0 is set in the specific area (navigation number setting area). The present invention is characterized in that processing is performed to output an operation mode signal (operation signal) that can specify an operation mode according to the determination result (winning number) of the predetermining means when the predetermined number is determined.
According to this feature, the numerical value set in the specific area is referred to, and if 1 to n is set in the specific area, the operation mode notification means is notified using the numerical value set in the specific area. An operation mode signal can be output as a recommended operation mode.

形態4-4のスロットマシンは、形態4-1~4-3のいずれかに記載のスロットマシンであって、
特定表示器(遊技補助表示器12)と、
所定領域(遊技補助表示器12の出力バッファ)に設定された表示データに基づく表示内容を前記特定表示器(遊技補助表示器12)に表示させる制御を行う表示制御手段(メイン制御部41)と、
表示結果が導出された後に特別表示(払出枚数の表示)を行う特別表示手段(メイン制御部41)と、
を備え、
前記操作態様報知手段(ナビ報知)は、ゲームの開始に関連するタイミングで前記特定領域(番号設定領域)に設定された数値(ナビ番号)に基づいて操作態様を示す表示データを前記所定領域(遊技補助表示器12の出力バッファ)に設定することで前記特定表示器(遊技補助表示器12)に操作態様(ナビ番号)を表示させ、表示結果の導出に関連するタイミングで前記所定領域(遊技補助表示器12の出力バッファ)に設定された前記操作態様を示す表示データを消去することで前記特定表示器(遊技補助表示器12)に表示された操作態様(ナビ番号)を消去させ、
前記所定領域(遊技補助表示器12の出力バッファ)に設定された前記操作態様を示す表示データは、前記特別表示(払出枚数の表示)が開始される前に消去され、
前記特定領域(ナビ番号設定領域)に設定された数値(ナビ番号)は、前記所定領域(遊技補助表示器12の出力バッファ)に設定された前記操作態様を示す表示データが消去された後も保持される
ことを特徴としている。
この特徴によれば、操作態様が報知されたゲームか否かを判断するために、表示結果の導出に関連するタイミング以降も特定領域に設定された数値は維持されるが、特定領域に設定された数値に基づいて設定された操作態様を示す表示データは、特別表示が開始する前に消去され、特別表示が開始される前に、特定表示器に表示された操作態様が消去されるため、操作態様の表示と特別表示が混同してしまうことを防止できる。
The slot machine of form 4-4 is the slot machine according to any one of forms 4-1 to 4-3,
A specific display device (gaming auxiliary display device 12),
Display control means (main control unit 41) for controlling display content based on display data set in a predetermined area (output buffer of gaming auxiliary display 12) on the specific display (gaming auxiliary display 12); ,
A special display means (main control unit 41) that performs a special display (display of the number of coins to be paid out) after the display result is derived;
Equipped with
The operation mode notification means (navigation notification) transmits display data indicating the operation mode to the predetermined area (navi number) based on a numerical value (navigation number) set in the specific area (number setting area) at a timing related to the start of the game. The operation mode (navigation number) is displayed on the specific display (gaming auxiliary display 12) by setting it in the output buffer of the gaming auxiliary display 12, and the predetermined area (gaming The operation mode (navigation number) displayed on the specific display device (gaming auxiliary display device 12) is erased by erasing the display data indicating the operation mode set in the output buffer of the auxiliary display device 12;
The display data indicating the operation mode set in the predetermined area (output buffer of the game auxiliary display 12) is erased before the special display (display of the number of payout coins) is started,
The numerical value (navigation number) set in the specific area (navigation number setting area) remains unchanged even after the display data indicating the operation mode set in the predetermined area (output buffer of the game auxiliary display 12) is erased. It is characterized by being retained.
According to this feature, in order to determine whether or not the game has been notified of the operation mode, the numerical value set in the specific area is maintained even after the timing related to deriving the display result, but the numerical value set in the specific area is The display data indicating the operation mode set based on the numerical value is erased before the special display starts, and the operation mode displayed on the specific display is erased before the special display starts. It is possible to prevent the operation mode display from being confused with the special display.

形態4-5のスロットマシンは、形態4-1~4-3のいずれかに記載のスロットマシンであって、
特定表示器(遊技補助表示器12)と、
所定領域(遊技補助表示器12の出力バッファ)に設定された表示データに基づく表示内容を前記特定表示器(遊技補助表示器12)に表示させる制御を行う表示制御手段(メイン制御部41)と、
表示結果が導出された後に前記特定表示器(遊技補助表示器12)にて特別表示(払出枚数の表示)を行う特別表示手段(メイン制御部41)と、
を備え、
前記操作態様報知手段(ナビ報知)は、ゲームの開始に関連するタイミングで前記特定領域(ナビ番号設定領域)に設定された数値(ナビ番号)に基づいて操作態様を示す表示データを前記所定領域(遊技補助表示器12の出力バッファ)に設定することで前記特定表示器(遊技補助表示器12)に操作態様(ナビ番号)を表示させ、表示結果の導出に関連するタイミングで前記所定領域(遊技補助表示器12の出力バッファ)に設定された前記操作態様を示す表示データを消去することで前記特定表示器(遊技補助表示器12)に表示された操作態様(ナビ番号)を消去させ、
前記特別表示手段は、表示結果が導出された後に前記特別表示に基づく表示データを前記所定領域(遊技補助表示器12の出力バッファ)に設定することで前記特定表示器(遊技補助表示器12)にて特別表示(払出枚数の表示)を開始させ、
前記所定領域(遊技補助表示器12の出力バッファ)に設定された前記操作態様を示す表示データは、前記特別表示に基づく表示データが前記所定領域(遊技補助表示器12の出力バッファ)に設定される前に消去され、
前記特定領域(ナビ番号設定領域)に設定された数値(ナビ番号)は、前記所定領域(遊技補助表示器12の出力バッファ)に設定された前記操作態様を示す表示データが消去された後も保持される
ことを特徴としている。
この特徴によれば、操作態様が報知されたゲームか否かを判断するために、表示結果の導出に関連するタイミング以降も特定領域に設定された数値は維持されるが、特定領域に設定された数値に基づいて設定された操作態様を示す表示データは、特別表示に基づく表示データが設定される前に消去され、特定表示器にて特別表示が開始される前に操作態様が消去され、特定表示器に表示された操作態様が消去されずに特別表示に切り替わることがないため、操作態様の表示と特別表示が混同してしまうことを防止できる。
The slot machine of aspect 4-5 is the slot machine according to any one of aspects 4-1 to 4-3,
A specific display (a game auxiliary display 12);
A display control means (main control unit 41) that controls the specific display (the gaming auxiliary display 12) to display display content based on display data set in a predetermined area (the output buffer of the gaming auxiliary display 12);
A special display means (main control unit 41) for displaying a special display (displaying the number of coins to be paid out) on the specific display device (gaming auxiliary display device 12) after the display result is derived;
Equipped with
The operation mode notification means (navigation notification) displays the operation mode (navigation number) on the specific display (gaming auxiliary display 12) by setting display data indicating the operation mode in the predetermined area (output buffer of the gaming auxiliary display 12) based on a numerical value (navigation number) set in the specific area (navigation number setting area) at a timing related to the start of a game, and erases the display data indicating the operation mode set in the predetermined area (output buffer of the gaming auxiliary display 12) at a timing related to the derivation of a display result, thereby erasing the operation mode (navigation number) displayed on the specific display (gaming auxiliary display 12);
The special display means sets display data based on the special display in the predetermined area (the output buffer of the gaming auxiliary display 12) after the display result is derived, thereby starting a special display (display of the number of payout coins) on the specific display (the gaming auxiliary display 12);
The display data indicating the operation mode set in the predetermined area (the output buffer of the game auxiliary display 12) is erased before the display data based on the special display is set in the predetermined area (the output buffer of the game auxiliary display 12),
A feature of this invention is that the numerical value (navigation number) set in the specific area (navigation number setting area) is retained even after the display data indicating the operation mode set in the specified area (output buffer of the game auxiliary display device 12) is erased.
According to this feature, in order to determine whether or not the game is one in which the operation mode has been announced, the numerical value set in the specific area is maintained even after the timing related to the derivation of the display result, but the display data indicating the operation mode set based on the numerical value set in the specific area is erased before the display data based on the special display is set, the operation mode is erased before the special display is started on the specific display device, and the operation mode displayed on the specific display device is not erased and does not switch to the special display, thereby preventing confusion between the display of the operation mode and the special display.

形態4-6のスロットマシンは、形態4-4または4-5に記載のスロットマシンであって、
前記特定領域(ナビ番号設定領域)は、1ゲームの終了時に初期化される領域(毎ゲーム終了時対象領域)と併せて初期化される
ことを特徴としている。
この特徴によれば、1ゲーム終了時の初期化により他の領域と併せて特定領域も初期化され、特定領域に設定された数値も初期化されるので、特定領域に設定された数値を効率良く初期化することができる。
The slot machine of form 4-6 is the slot machine according to form 4-4 or 4-5,
The specific area (navigation number setting area) is characterized in that it is initialized together with an area that is initialized at the end of one game (target area at the end of every game).
According to this feature, the specific area is initialized along with other areas by initialization at the end of one game, and the numerical value set in the specific area is also initialized, so the numerical value set in the specific area can be efficiently used. It can be initialized well.

形態4-7のスロットマシンは、形態4-4~4-6のいずれかに記載のスロットマシンであって、
前記導出操作手段の操作態様を報知可能な有利区間に制御する有利区間制御手段(メイン制御部41)と、
前記有利区間に制御されていることを特定可能な有利区間報知(区間表示LED19の点灯)を行う有利区間報知手段(メイン制御部41)と、
を備え、
前記特定領域(ナビ番号設定領域)は、前記有利区間が終了する場合に、前記有利区間報知(区間表示LED19の点灯)が終了する前に初期化される
ことを特徴としている。
この特徴によれば、特定領域は、有利区間が終了する場合に、有利区間報知が終了する前に初期化されるので、有利区間報知が終了したにも関わらず、導出操作手段の操作態様が報知されることを防止できる。
The slot machine of aspect 4-7 is the slot machine according to any one of aspects 4-4 to 4-6,
A favorable zone control means (main control unit 41) that controls the operation mode of the derivation operation means to a favorable zone that can be notified;
A favorable zone notification means (main control unit 41) that performs a favorable zone notification (lighting up the zone display LED 19) that can identify that the vehicle is being controlled in the favorable zone;
Equipped with
The specific area (navigation number setting area) is characterized in that when the advantageous zone ends, it is initialized before the advantageous zone notification (illumination of the zone display LED 19) ends.
According to this feature, when the advantageous zone ends, the specific area is initialized before the advantageous zone notification ends, thereby preventing the operation mode of the derivation operation means from being notified even though the advantageous zone notification has ended.

形態4-8のスロットマシンは、形態4-4~4-7のいずれかに記載のスロットマシンであって、
前記報知遊技用価値計数手段は、前記特定領域(ナビ番号設定領域)に1~n(1~13)が設定されている場合に、前記表示結果が導出された後、遊技用価値(メダル)を付与する付与処理(払出処理)が行われる前に、当該ゲームにおいて付与される遊技用価値を報知遊技用価値として計数する(累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を更新する)
ことを特徴としている。
この特徴によれば、付与処理の状況によって報知遊技用価値の計数が滞ることがない。
The slot machine of aspect 4-8 is the slot machine according to any one of aspects 4-4 to 4-7,
When 1 to n (1 to 13) is set in the specific area (navigation number setting area), the notification game value counting means counts the game value granted in the game as the notification game value after the display result is derived and before the granting process (payout process) for granting game value (medals) is performed (updates the instruction-inclusive game item payout counters of the accumulation buffers 1 to 3 and the total cumulative instruction-inclusive game item payout number).
It is characterized by the following.
According to this feature, the counting of the notified gaming value is not delayed depending on the status of the awarding process.

形態4-9のスロットマシンは、形態4-4~4-8のいずれかに記載のスロットマシンであって、
前記特定領域(ナビ番号設定領域)に設定された数値は、前記操作態様報知手段(ナビ報知)により報知された操作態様で前記導出操作手段(ストップスイッチ8L、8C、8R)が操作された場合であっても、前記操作態様報知手段(ナビ報知)により報知された操作態様以外の操作態様で前記導出操作手段(ストップスイッチ8L、8C、8R)が操作された場合であっても、当該ゲームが終了するまで保持される
ことを特徴としている。
この特徴によれば、操作態様報知手段により報知された操作態様で導出操作手段が操作されたか否かに関わらず、遊技用価値が付与された場合には、報知遊技用価値として計数させることができる。
The slot machine of aspect 4-9 is the slot machine according to any one of aspects 4-4 to 4-8,
The numerical value set in the specific area (navigation number setting area) is retained until the end of the game, even if the derived operation means (stop switches 8L, 8C, 8R) is operated in an operation mode notified by the operation mode notifying means (navigation notification), or even if the derived operation means (stop switches 8L, 8C, 8R) is operated in an operation mode other than the operation mode notified by the operation mode notifying means (navigation notification).
According to this feature, when game value is awarded, it can be counted as a notified game value, regardless of whether the derivation operation means is operated in the operation mode notified by the operation mode notifying means.

形態4-10のスロットマシンは、形態4-4~4-9のいずれかに記載のスロットマシンであって、
前記導出操作手段の操作態様を報知可能な有利区間に制御する有利区間制御手段(メイン制御部41)と、
前記有利区間において前記有利区間中である旨を示す有利区間中情報(有利区間中信号バッファON)を特別領域(有利区間終了時対象領域)に設定する有利区間中情報設定手段(メイン制御部41)と、
前記有利区間に制御されていることを特定可能な有利区間報知(区間表示LED19の点灯)を行う有利区間報知手段(メイン制御部41)と、
を備え、
前記有利区間報知手段は、前記特別領域(有利区間終了時対象領域)に前記有利区間中情報(有利区間中信号バッファON)が設定されることに基づいて前記有利区間報知(区間表示LED19の点灯)を開始させ、前記有利区間が終了する場合に、前記特別領域(有利区間終了時対象領域)が初期化された後に、前記有利区間報知(区間表示LED19の点灯)を終了させる
ことを特徴としている。
この特徴によれば、有利区間報知が終了しているにも関わらず、有利区間に制御されている状況が生じることがない。
The slot machine of form 4-10 is the slot machine according to any one of forms 4-4 to 4-9,
Advantageous section control means (main control section 41) that controls the operation mode of the derivation operation means to an advantageous section that can be notified;
Advantageous section information setting means (main control unit 41 )and,
Advantageous section notification means (main control unit 41) that performs advantageous section notification (lighting of section display LED 19) that can specify that the vehicle is being controlled in the advantageous section;
Equipped with
The advantageous section notification means is configured to notify the advantageous section (turn on the section display LED 19) based on the advantageous section information (advantageous section signal buffer ON) being set in the special area (target area at the end of the advantageous section). ), and when the advantageous section ends, the advantageous section notification (lighting of the section display LED 19) is ended after the special area (target area at the end of the advantageous section) is initialized. There is.
According to this feature, a situation in which the vehicle is controlled to be in an advantageous section will not occur even though the advantageous section notification has ended.

形態4-11のスロットマシンは、形態4-4~4-10のいずれかに記載のスロットマシンであって、
前記特別表示(払出枚数の表示)は、1ゲームの終了後も維持される
ことを特徴としている。
この特徴によれば、1ゲームが終了した後も、特別表示を確認することができる。
The slot machine of aspect 4-11 is the slot machine according to any one of aspects 4-4 to 4-10,
The special display (display of the number of coins to be paid out) is characterized by being maintained even after one game has ended.
According to this feature, the special display can be confirmed even after one game has ended.

形態4-12のスロットマシンは、形態4-4~4-11のいずれかに記載のスロットマシンであって、
前記導出操作手段の操作態様を報知可能な有利区間に制御する有利区間制御手段(メイン制御部41)と、
前記有利区間の終了時に、当該有利区間に関連する情報が記憶される有利区間領域(有利区間終了時対象領域、毎ゲーム終了時対象領域(AT関連))を初期化する有利区間終了時初期化手段(メイン制御部41)と、
を備え、
前記有利区間領域は、1ゲームの終了時に初期化される領域(毎ゲーム終了時対象領域(AT関連))と、1ゲームの終了時に初期化されない領域(有利区間終了時対象領域)と、を含む
ことを特徴としている。
この特徴によれば、有利区間終了時には、1ゲームの終了を待たずに、1ゲーム終了時に初期化される領域に記憶された有利区間に関連する情報も初期化されるので、有利区間が終了したにも関わらず、有利区間に関連する情報が残ってしまうことを防止できる。
The slot machine of form 4-12 is the slot machine according to any one of forms 4-4 to 4-11,
Advantageous section control means (main control section 41) that controls the operation mode of the derivation operation means to an advantageous section that can be notified;
At the end of the advantageous section, initialization at the end of the advantageous section initializes the advantageous section area (target area at the end of advantageous section, target area at the end of every game (AT related)) in which information related to the advantageous section is stored. means (main control unit 41);
Equipped with
The advantageous section area includes an area that is initialized at the end of one game (target area at the end of every game (AT related)) and an area that is not initialized at the end of one game (target area at the end of advantageous section). It is characterized by containing.
According to this feature, when the advantageous section ends, the information related to the advantageous section stored in the area that is initialized at the end of one game is also initialized without waiting for the end of one game, so the advantageous section ends. It is possible to prevent information related to advantageous sections from remaining despite the fact that the

形態4-13のスロットマシンは、形態4-12に記載のスロットマシンであって、
前記有利区間において複数種類の状態(有利区間状態)に制御可能な状態制御手段(メイン制御部41)を備え、
前記有利区間終了時初期化手段(メイン制御部41)は、前記有利区間の終了時にいずれの状態(有利区間状態)に制御されている場合であっても前記有利区間領域(有利区間終了時対象領域、毎ゲーム終了時対象領域(AT関連))の全ての領域を初期化する
ことを特徴としている。
この特徴によれば、有利区間の終了時にいずれの状態に制御されている場合であっても、有利区間に関する情報を全て初期化することができる。
The slot machine of form 4-13 is the slot machine according to form 4-12,
comprising state control means (main control unit 41) capable of controlling a plurality of types of states (advantageous section states) in the advantageous section;
The advantageous section end initialization means (main control unit 41) is configured to initialize the advantageous section end point (target at the end of the advantageous section) regardless of which state (advantageous section state) the control is in at the end of the advantageous section. It is characterized by initializing all areas (target area (AT related)) at the end of every game.
According to this feature, all information regarding the advantageous section can be initialized regardless of which state the control is in at the end of the advantageous section.

[形態5]
形態5-1のスロットマシンは、
各々が識別可能な複数種類の識別情報(図柄)を変動表示可能な可変表示部(リール2L、2C、2R)を備え、
前記可変表示部の変動表示を停止することで表示結果を導出し、該表示結果に応じて入賞が発生可能なスロットマシン(スロットマシン1)において、
表示結果が導出される前に、導出が許容される表示結果を決定する事前決定手段(内部抽選)と、
遊技者が表示結果を導出させるために操作する導出操作手段(ストップスイッチ8L、8C、8R)と、
前記可変表示部が特定の変動態様(回転制御中の全てのリールが定速回転)であることを条件に前記導出操作手段の操作(停止操作)を有効化する操作有効化手段(リール停止処理)と、
前記表示結果を導出する制御を行う導出制御手段(リール停止処理)と、
前記事前決定手段により遊技用価値(メダル)の付与を伴う特定表示結果の導出を許容する旨が決定されたとき(ナビ対象役の当選時)に、前記特定表示結果を導出させる前記導出操作手段の操作態様を報知可能な操作態様報知手段(ナビ報知)と、
特定表示器(遊技補助表示器12)と、
所定領域(遊技補助表示器12の出力バッファ)に設定された表示データに基づく表示内容を前記特定表示器(遊技補助表示器12)に表示させる制御を行う表示制御手段(メイン制御部41)と、
を備え、
前記表示制御手段は、前記所定領域(遊技補助表示器12の出力バッファ)に表示データが設定された後、当該表示データが消去されるまで当該表示データに基づく表示内容を前記特定表示器(遊技補助表示器12)に表示させる制御を行い、
前記操作態様報知手段(ナビ報知)は、前記可変表示部を変動表示させている期間において、前記可変表示部が特定の変動態様(回転制御中の全てのリールが定速回転)であることを条件に、前記特定表示結果を導出させる前記導出操作手段の操作態様に対応する操作表示データ(ナビ番号の表示データ)を前記所定領域(遊技補助表示器12の出力バッファ)に設定する処理を繰り返し実行可能である
ことを特徴としている。
この特徴によれば、所定領域に表示データが設定された後、当該表示データが消去されるまで当該表示データに基づく表示内容が特定表示器に表示されることとなるが、特定表示結果を導出させる導出操作手段の操作態様を表示させる場合には、可変表示部を変動表示させている期間において、導出操作手段の操作が有効となる特定の変動態様であることを条件に、特定表示結果を導出させる導出操作手段の操作態様に対応する操作表示データを所定領域に設定する処理を繰り返し実行可能であるため、導出操作手段の操作が有効な状態において確実に特定表示結果を導出させる導出操作手段の操作態様が報知されることを担保することができる。
[Form 5]
The slot machine of form 5-1 is
Equipped with a variable display section (reels 2L, 2C, 2R) that can variably display multiple types of identification information (symbols) that can be identified,
In a slot machine (slot machine 1) in which a display result is derived by stopping the variable display of the variable display section, and a prize can be generated according to the display result,
a predetermining means (internal lottery) for determining display results that are allowed to be derived before the display results are derived;
Derivation operation means (stop switches 8L, 8C, 8R) operated by the player to derive display results;
Operation enabling means (reel stop processing) that enables the operation (stop operation) of the derivation operation means on the condition that the variable display section is in a specific variation mode (all reels under rotation control are rotating at a constant speed). )and,
a derivation control means (reel stop processing) that performs control to derive the display result;
the derivation operation for deriving the specific display result when the pre-determining means determines to permit the derivation of the specific display result accompanied by the provision of gaming value (medals) (at the time of winning the navigation target combination); an operation mode notification means (navigation notification) that can notify the operation mode of the means;
A specific display device (gaming auxiliary display device 12),
Display control means (main control unit 41) for controlling display content based on display data set in a predetermined area (output buffer of gaming auxiliary display 12) on the specific display (gaming auxiliary display 12); ,
Equipped with
After the display data is set in the predetermined area (the output buffer of the game auxiliary display 12), the display control means controls the display content based on the display data on the specific display (gaming auxiliary display 12) until the display data is erased. Controls the display on the auxiliary display 12),
The operation mode notification means (navigation notification) indicates that the variable display section is in a specific variation mode (all reels under rotation control are rotating at a constant speed) during a period in which the variable display section is being displayed in a variable manner. Repeating the process of setting operation display data (navigation number display data) corresponding to the operation mode of the derivation operation means for deriving the specific display result in the predetermined area (output buffer of the gaming auxiliary display 12) according to the condition. It is characterized by being executable.
According to this feature, after display data is set in a predetermined area, display content based on the display data will be displayed on a specific display device until the display data is erased. When displaying the operation mode of the derivation operation means to perform the operation, a specific display result is displayed on the condition that the operation of the derivation operation means is valid during the period in which the variable display unit is displayed in a variable manner. Since the process of setting operation display data corresponding to the operation mode of the derivation operation means to be derived in a predetermined area can be executed repeatedly, the derivation operation means reliably derives a specific display result when the operation of the derivation operation means is valid. It is possible to ensure that the operation mode of the user is notified.

形態5-2のスロットマシンは、形態5-1に記載のスロットマシンであって、
前記可変表示部を変動表示させている期間において、前記導出操作手段(ストップスイッチ8L、8C、8R)が操作されたか否かを判定する操作判定処理を繰り返し実行可能な操作判定処理手段(リール停止処理)を備え、
前記操作判定処理手段は、前記可変表示部が特定の変動態様(回転制御中の全てのリールが定速回転)であることを条件に、前記導出操作手段(ストップスイッチ8L、8C、8R)が操作されたか否かを判定する操作判定処理を繰り返し実行する
ことを特徴としている。
この特徴によれば、可変表示部を変動表示させている期間において、可変表示部が導出操作手段の操作が有効となる特定の変動態様であることを条件に、導出操作手段が操作されたか否かを判定する操作判定処理を繰り返し実行するため、可変表示部が特定の変動態様である状態において導出操作手段が操作されることより表示結果が導出されることを担保することができる。
The slot machine of aspect 5-2 is the slot machine according to aspect 5-1,
an operation determination processing means (reel stop processing) capable of repeatedly executing an operation determination processing for determining whether or not the derivation operation means (stop switches 8L, 8C, 8R) is operated during a period in which the variable display portion is variably displayed;
The operation determination processing means is characterized in that it repeatedly executes an operation determination process for determining whether or not the derivation operation means (stop switches 8L, 8C, 8R) has been operated, on the condition that the variable display portion is in a specific variable state (all reels during rotation control are rotating at a constant speed).
According to this feature, during the period in which the variable display unit is being variably displayed, an operation determination process is repeatedly executed to determine whether or not the derivation operation means has been operated, on the condition that the variable display unit is in a specific variable state in which operation of the derivation operation means is valid, thereby ensuring that the display result is derived by operating the derivation operation means when the variable display unit is in a specific variable state.

形態5-3のスロットマシンは、形態5-1または5-2に記載のスロットマシンであって、
電力供給が開始されたときに、遊技者にとっての有利度が異なる複数種類の設定値(1~6)のうちから、いずれかの設定値を選択して設定することが可能な設定値設定手段(メイン制御部41)を備え、
前記所定領域(遊技補助表示器12の出力バッファ)に前記操作表示データ(ナビ番号の表示データ)を含む特定の表示データ(エラーコード、設定コード以外の表示データ)が設定されていた状態で電力供給が停止し、電力供給が開始されたときには、設定値が設定されたか否かに関わらず、前記特定の表示データ(エラーコード、設定コード以外の表示データ)が消去され、
前記操作態様報知手段(ナビ報知)は、前記特定表示結果を導出させる前記導出操作手段の操作態様を報知している状態(ナビ番号が表示されている状態)で電力供給が停止し、電力供給が開始されたときに設定値が設定されなかった場合には、前記可変表示部の変動表示が再開した後、前記可変表示部が特定の変動態様(回転制御中の全てのリールが定速回転)であることを条件に、前記操作表示データ(ナビ番号の表示データ)を前記所定領域(遊技補助表示器12の出力バッファ)に設定する処理を実行する
ことを特徴としている。
この特徴によれば、特定の表示データが設定されていた状態で電力供給が停止し、電力供給が開始されたときに設定値が設定された場合にも、設定値が設定されなかった場合にも、特定の表示データが消去されて特定表示器が非表示となるので、閉店時に特定表示器に特定の表示データに基づく表示がされていた状態で電力供給が停止した場合でも、翌日の開店時に特定の表示器に特定の表示データに基づく表示が行われているか否かによって設定値が設定されたか否かが特定されてしまうことを防止できる。また、特定表示結果を導出させる導出操作手段の操作態様を報知している状態で電力供給が停止し、電力供給が開始されたときに設定値が設定されず、電力供給停止前の状況に復帰する場合に、特定表示器は非表示となるが、可変表示部の変動表示が再開した後、可変表示部が特定の変動態様であることを条件に、操作表示データが所定領域に設定されるため、電力供給が再開した後、導出操作手段の操作が有効な状態となることで、特定表示結果を導出させる導出操作手段の操作態様の報知を再開させることができる。
The slot machine of form 5-3 is the slot machine according to form 5-1 or 5-2,
Setting value setting means that is capable of selecting and setting one of a plurality of types of setting values (1 to 6) having different advantages for the player when power supply is started. (main control unit 41),
When specific display data (display data other than error codes and setting codes) including the operation display data (navigation number display data) is set in the predetermined area (output buffer of the gaming auxiliary display 12), the power is When power supply is stopped and power supply is started, the specific display data (display data other than the error code and setting code) is erased, regardless of whether the setting value has been set.
The operation mode notification means (navigation notification) is configured to stop the power supply while notifying the operation mode of the derivation operation means for deriving the specific display result (in the state where the navigation number is displayed). If the set value is not set when the variable display starts, after the variable display resumes the variable display, the variable display displays a specific variation mode (all reels under rotation control rotate at a constant speed). ), a process is executed to set the operation display data (navigation number display data) in the predetermined area (output buffer of the game auxiliary display 12).
According to this feature, even if power supply is stopped while specific display data has been set, and the set value is set when power supply is started, or if the set value is not set, Also, since specific display data is deleted and specific displays are hidden, even if the power supply is cut off while the specific display data is being displayed on a specific display when the store closes, it will not be displayed when the store reopens the next day. This can prevent whether or not a set value has been set depending on whether or not a display based on specific display data is displayed on a specific display device. In addition, if the power supply is stopped while notifying the operation mode of the derivation operation means that derives the specific display result, the set value is not set when the power supply is started, and the situation returns to the state before the power supply was stopped. In this case, the specific display is hidden, but after the variable display resumes variable display, the operation display data is set in a predetermined area on the condition that the variable display is in a specific variation mode. Therefore, after the power supply is resumed and the operation of the derivation operation means becomes valid, notification of the operation mode of the derivation operation means for deriving the specific display result can be restarted.

本発明が適用されたスロットマシンの実施例について図面を用いて説明する。本実施例のスロットマシン1は、図1に示すように、前面が開口する筐体1aと、この筐体1aの側端に回動自在に枢支された前面扉1bと、から構成されている。スロットマシン1の内部には、互いに識別可能な複数種類の図柄が所定の順序で、それぞれ同数ずつ配列されたリール2L、2C、2R(以下、左リール、中リール、右リールと呼ぶことがある)が水平方向に並設されており、図1に示すように、これらリール2L、2C、2Rに配列された図柄のうち連続する3つの図柄が、スロットマシン1の正面の略中央に設けられた透視窓3において各々上中下三段に表示されて遊技者側から見えるように配置されている。また、図2に示すように、各リールには、各々が識別可能な複数種類の図柄(「赤7」、「白7」、「リプレイa」、「リプレイb」、「ベルa」、「ベルb」、「ベルc」、「スイカ」、「チェリー」、「プラム」)が所定の順序で配列されている。 An embodiment of a slot machine to which the present invention is applied will be described with reference to the drawings. As shown in FIG. 1, the slot machine 1 of this embodiment is comprised of a housing 1a with an open front, and a front door 1b rotatably supported at the side end of the housing 1a. There is. Inside the slot machine 1, reels 2L, 2C, and 2R (hereinafter sometimes referred to as left reel, middle reel, and right reel) are arranged with the same number of symbols of a plurality of types that can be identified from each other in a predetermined order. ) are arranged in parallel in the horizontal direction, and as shown in FIG. In the see-through window 3, they are displayed in three levels, top, middle, and bottom, and are arranged so as to be visible from the player's side. In addition, as shown in Figure 2, each reel has multiple types of symbols that can be identified ("Red 7", "White 7", "Replay a", "Replay b", "Bell a", " "bell b", "bell c", "watermelon", "cherry", "plum") are arranged in a predetermined order.

尚、本実施例では、3つのリールを用いた構成を例示しているが、リールを1つのみ用いた構成、2つのリールを用いた構成、4つ以上のリールを用いた構成としても良い。また、本実施例では、リール2L、2C、2Rにより図柄を可変表示させる可変表示部を構成しているが、可変表示部は、リール以外であっても良く、例えば、外周面に複数の図柄が配置されたベルトを移動させることで図柄を変動表示させることが可能な構成でも良い。また、本実施例では、物理的なリールにて可変表示部を構成しているが、液晶表示器などの画像表示装置にて可変表示部を構成しても良い。 In this embodiment, a configuration using three reels is exemplified, but a configuration using only one reel, a configuration using two reels, or a configuration using four or more reels may also be used. Also, in this embodiment, the variable display unit that variably displays the patterns is made up of reels 2L, 2C, and 2R, but the variable display unit may be something other than a reel, and may be configured, for example, to be capable of variably displaying the patterns by moving a belt having multiple patterns arranged on its outer periphery. Also, in this embodiment, the variable display unit is made up of physical reels, but the variable display unit may also be made up of an image display device such as a liquid crystal display.

スロットマシン1の正面には、図1に示すように、メダルを投入可能なメダル投入部4、メダルが払い出されるメダル払出口9、クレジット(遊技者所有の遊技用価値として記憶されているメダル数)を用いて、その範囲内において遊技状態に応じて定められた規定数(本実施例では、通常遊技状態:3、特別遊技状態(RB):2)の賭数のうち最大の賭数を設定する際に操作されるMAXBETスイッチ6、クレジットとして記憶されているメダル及び賭数の設定に用いたメダルを精算する(クレジット及び賭数の設定に用いた分のメダルを返却させる)際に操作される精算スイッチ10、ゲームを開始する際に操作されるスタートスイッチ7、リール2L、2C、2Rの回転を各々停止する際に操作されるストップスイッチ8L、8C、8Rが遊技者により操作可能にそれぞれ設けられている。 As shown in FIG. 1, the front of the slot machine 1 includes a medal insertion section 4 into which medals can be inserted, a medal payout opening 9 from which medals are paid out, and credits (the number of medals stored as gaming value owned by the player). ), the maximum number of bets is determined within the specified number of bets determined according to the gaming state (in this example, normal gaming state: 3, special gaming state (RB): 2). The MAXBET switch 6 is operated when making settings, and is operated when settling the medals stored as credits and the medals used to set the number of bets (returning the medals used to set the credits and number of bets) The payment switch 10 to be operated, the start switch 7 to be operated when starting the game, and the stop switches 8L, 8C, and 8R to be operated to stop the rotation of the reels 2L, 2C, and 2R, respectively, can be operated by the player. Each is provided.

スロットマシン1の正面には、図1に示すように、クレジットとして記憶されているメダル枚数が表示されるクレジット表示器11、入賞の発生により払い出されたメダル枚数やエラー発生時にその内容を示すエラーコードや、ストップスイッチ8L、8C、8Rの操作態様に対応するナビ番号等が表示される遊技補助表示器12、賭数が1設定されている旨を点灯により報知する1BETLED14、賭数が2設定されている旨を点灯により報知する2BETLED15、賭数が3設定されている旨を点灯により報知する3BETLED16、スタートスイッチ7の操作によるゲームのスタート操作が有効である旨を点灯により報知するスタート有効LED18、遊技区間が有利区間に制御されている旨を点灯により報知する区間表示LED19、リプレイゲーム中である旨を点灯により報知するリプレイ中LED20、が設けられた遊技用表示部13が設けられている。 As shown in FIG. 1, on the front of the slot machine 1, there is a credit display 11 that displays the number of medals stored as credits, and a credit display 11 that displays the number of medals paid out due to the occurrence of winnings and the details when an error occurs. A gaming auxiliary display 12 that displays error codes and navigation numbers corresponding to the operation modes of the stop switches 8L, 8C, and 8R, a 1BET LED 14 that lights up to notify that the number of bets is set to 1, and a 1BET LED 14 that indicates that the number of bets is set to 2. 2BETLED 15 lights up to indicate that the number of bets has been set to 3; 3BETLED 16 lights up to indicate that the number of bets has been set to 3; and Start Valid indicates by lighting that the game start operation by operating the start switch 7 is valid. A gaming display section 13 is provided with an LED 18, a section display LED 19 that indicates by lighting that the gaming section is controlled to be an advantageous section, and a replay LED 20 that indicates by lighting that a replay game is in progress. There is.

MAXBETスイッチ6の内部には、MAXBETスイッチ6の操作による賭数の設定操作が有効である旨を点灯により報知するBETスイッチ有効LED21(図3参照)が設けられており、ストップスイッチ8L、8C、8Rの内部には、該当するストップスイッチ8L、8C、8Rによるリールを停止させる操作が有効である旨を点灯により報知する左、中、右停止有効LED22L、22C、22R(図3参照)がそれぞれ設けられている。 Inside the MAXBET switch 6 is a BET switch valid LED 21 (see FIG. 3) that lights up to indicate that the operation to set the bet amount by operating the MAXBET switch 6 is valid, and inside the stop switches 8L, 8C, 8R are left, center, and right stop valid LEDs 22L, 22C, 22R (see FIG. 3) that light up to indicate that the operation to stop the reels by the corresponding stop switches 8L, 8C, 8R is valid.

また、スロットマシン1の正面には、画像を表示可能な液晶表示器51が設けられている。液晶表示器51は、液晶素子に対して電圧が印加されていない状態で透過性を有する液晶パネルを有しており、前面扉1bの各リール2L、2C、2Rの手前側(遊技者側)に表示領域が配置されるように設けられている。液晶表示器51の背面側の各リール2L、2C、2Rは、液晶表示器51の表示領域のうち透視窓3に対応する透過領域及び透視窓3を介して遊技者側から視認可能である。 Furthermore, a liquid crystal display 51 capable of displaying an image is provided on the front of the slot machine 1. The liquid crystal display 51 has a liquid crystal panel that is transparent when no voltage is applied to the liquid crystal element, and is located on the front side (player side) of each reel 2L, 2C, and 2R of the front door 1b. The display area is arranged so that the display area is located at The reels 2L, 2C, and 2R on the back side of the liquid crystal display 51 are visible from the player side through the transparent area corresponding to the transparent window 3 in the display area of the liquid crystal display 51 and through the transparent window 3.

スロットマシン1の前面扉1bの内側には、所定キー操作によりスロットマシン1の外部からのエラー状態を解除するためのリセット操作を検出するリセットスイッチ23、設定値の変更中や設定値の確認中にその時点の設定値が表示される設定値表示器24、前面扉1bの開放状態を検出するドア開放検出スイッチ25、メダル投入部4から投入されたメダルの流路を、スロットマシン1の内部に設けられた後述のホッパータンク側またはメダル払出口9側のいずれか一方に選択的に切り替えるための流路切替ソレノイド30、メダル投入部4から投入されてホッパータンク側に流下したメダルを検出する投入メダルセンサ31a~31cを有するメダルセレクタ29が設けられている。 Inside the front door 1b of the slot machine 1, there is a reset switch 23 that detects a reset operation for canceling an error state from the outside of the slot machine 1 by operating a predetermined key. A set value display 24 that displays the set value at that time, a door open detection switch 25 that detects the open state of the front door 1b, and a flow path for medals inserted from the medal input section 4 into the inside of the slot machine 1. A flow path switching solenoid 30 for selectively switching to either the hopper tank side or the medal payout port 9 side, which will be described later, is provided to detect medals that have been input from the medal input section 4 and flowed down to the hopper tank side. A medal selector 29 having input medal sensors 31a to 31c is provided.

また、スロットマシン1の内部には、メイン制御部41からの制御信号に応じて前述のリール2L、2C、2Rを回転させたり停止させたりするためのリールユニット34、メイン制御部41からの制御信号に応じてメダルをメダル払出口9より払い出すためのホッパーユニット35が設けられている。 Also, inside the slot machine 1, a reel unit 34 for rotating and stopping the reels 2L, 2C, and 2R described above according to control signals from the main control section 41, A hopper unit 35 is provided for dispensing medals from the medal dispensing port 9 in response to a signal.

また、スロットマシン1の内部には、設定変更状態または設定確認状態に切り替えるための設定キースイッチ37、通常時においてはエラー状態を解除するためのリセットスイッチとして機能し、設定変更状態においては後述する内部抽選の当選確率(出玉率)の設定値を変更するための設定スイッチとして機能するリセット/設定スイッチ38、電源をon/offする際に操作される電源スイッチ39が設けられている。 Also, inside the slot machine 1, there is a setting key switch 37 for switching to a setting change state or a setting confirmation state, which normally functions as a reset switch to cancel an error state, and in a setting change state, as described below. A reset/setting switch 38 that functions as a setting switch for changing the set value of the winning probability (ball output rate) of the internal lottery, and a power switch 39 that is operated when turning the power on/off are provided.

スロットマシン1の内部には、遊技制御基板40が筐体1aの内部の所定位置に取り付けられた状態において、遊技制御基板40の正面側(遊技者側)の下部には4桁の7セグメント表示器で構成される遊技機情報表示器50が配置されている(図示略)。遊技機情報表示器50は、遊技制御基板40が基板ケースに封入されている状態で、当該基板ケースの外部から表示内容を視認可能となっており、メイン制御部41により集計されて遊技機情報表示器50に表示されるスロットマシン1における遊技の履歴に基づく遊技機情報を、店員等が認識できるようになっている。 Inside the slot machine 1, with the game control board 40 installed at a predetermined position inside the housing 1a, a 4-digit 7-segment display is displayed at the bottom of the front side (player side) of the game control board 40. A gaming machine information display 50 consisting of a gaming machine is arranged (not shown). The gaming machine information display device 50 is configured such that when the gaming control board 40 is enclosed in a board case, the display contents can be viewed from outside the board case, and the gaming machine information is aggregated by the main control unit 41. The game machine information displayed on the display 50 based on the gaming history of the slot machine 1 can be recognized by a store clerk or the like.

図3に示すように、スロットマシン1には、遊技制御基板40、演出制御基板90が設けられており、遊技制御基板40によって遊技(ゲーム)の制御が行われ、演出制御基板90によって遊技状態に応じた演出の制御が行われる。 As shown in FIG. 3, the slot machine 1 is provided with a game control board 40 and a presentation control board 90. The game is controlled by the game control board 40, and the presentation control board 90 controls the presentation according to the game status.

遊技制御基板40には、前述のMAXBETスイッチ6、スタートスイッチ7、ストップスイッチ8L、8C、8R、精算スイッチ10、リセットスイッチ23、投入メダルセンサ31a~31c、リールユニット34のリールセンサ(図示略)、ホッパーユニット35の払出センサ及び満タンセンサ(図示略)、設定キースイッチ37、リセット/設定スイッチ38が接続されており、これら接続されたスイッチ類等の検出信号が入力されるようになっている。 The game control board 40 is connected to the aforementioned MAXBET switch 6, start switch 7, stop switches 8L, 8C, 8R, settlement switch 10, reset switch 23, inserted medal sensors 31a-31c, reel sensor (not shown) of the reel unit 34, payout sensor and full sensor (not shown) of the hopper unit 35, setting key switch 37, and reset/setting switch 38, and detection signals from these connected switches are input.

また、遊技制御基板40には、前述のクレジット表示器11、遊技補助表示器12、1~3BETLED14~16、スタート有効LED18、区間表示LED19、リプレイ中LED20、BETスイッチ有効LED21、左、中、右停止有効LED22L、22C、22R、設定値表示器24、流路切替ソレノイド30、リールユニット34、ホッパーユニット35が接続されており、これら電気部品と、遊技制御基板40に搭載された遊技機情報表示器50は、遊技制御基板40に搭載された後述のメイン制御部41の制御に基づいて駆動されるようになっている。 In addition, the game control board 40 includes the aforementioned credit display 11, game auxiliary display 12, 1 to 3 BET LEDs 14 to 16, start valid LED 18, section display LED 19, replay LED 20, BET switch valid LED 21, left, middle, right. Stop valid LEDs 22L, 22C, 22R, set value display 24, flow path switching solenoid 30, reel unit 34, and hopper unit 35 are connected, and these electrical components and gaming machine information display mounted on gaming control board 40 The device 50 is driven under the control of a main control section 41, which will be described later, mounted on the game control board 40.

また、遊技制御基板40には、遊技の制御を行うメイン制御部41が搭載されている。メイン制御部41は、演算を行うためのCPU41a、プログラム等が記憶されるROM41b、ワークデータが一時的に記憶されるRAM41cを備え、ROM41bに記憶されたプログラムに従って各種の制御を行う。 The game control board 40 is also equipped with a main control unit 41 that controls the game. The main control unit 41 includes a CPU 41a for performing calculations, a ROM 41b in which programs and the like are stored, and a RAM 41c in which work data is temporarily stored, and performs various controls according to the programs stored in the ROM 41b.

メイン制御部41は、CPU41aが演算を行うために用いられる複数のレジスタを備える。当該複数のレジスタには、アキュムレータレジスタ(Aレジスタ)、フラグレジスタ(Fレジスタ)、汎用レジスタ(BCレジスタ、DEレジスタ、HLレジスタ)、インデックスレジスタ、インタラプトレジスタ、リフレッシュレジスタ、プログラムカウンタ、送信レジスタなどのレジスタが含まれる。また、これらのレジスタのうちアキュムレータレジスタ、フラグレジスタ、汎用レジスタには、それぞれ対になるように構成された表レジスタ及び裏レジスタが含まれる(以下、表レジスタ及び裏レジスタを単にレジスタと呼ぶ場合がある)。CPU41aは、プログラムに含まれる演算命令や読出命令等の各種の命令を実行することにより、所定のレジスタの値を更新することや、所定のレジスタの値(アドレス)により指定されるRAM41cの記憶領域に記憶した値(データ)を更新することが可能である。 The main control unit 41 includes a plurality of registers used by the CPU 41a to perform calculations. The multiple registers include an accumulator register (A register), a flag register (F register), general-purpose registers (BC register, DE register, HL register), index register, interrupt register, refresh register, program counter, and transmit register. Contains registers. Furthermore, among these registers, the accumulator register, flag register, and general-purpose register each include a front register and a back register configured in pairs (hereinafter, the front register and back register may be simply referred to as registers). be). By executing various instructions such as arithmetic instructions and read instructions included in the program, the CPU 41a updates the value of a predetermined register, and updates the storage area of the RAM 41c specified by the value (address) of a predetermined register. It is possible to update the values (data) stored in .

また、メイン制御部41が備えるレジスタのうちフラグレジスタは、その状態が、CPU41aにより実行された命令による演算結果を示すように変化するように構成されており、フラグレジスタの状態の変化を利用して、先の命令による演算結果に応じた処理をCPU41aに行わせることができるようになっている。 Further, among the registers included in the main control unit 41, the flag register is configured so that its state changes to indicate the result of an operation by an instruction executed by the CPU 41a, and the change in the state of the flag register is used to change the state of the flag register. In this way, the CPU 41a can be caused to perform processing according to the calculation result of the previous instruction.

また、フラグレジスタは、複数のビット(本実施例では、8ビット)で構成されており、複数のビットには、CPU41aの処理の負担を減らすために、CPU41aが実行する演算命令の演算結果に応じて状態が変化可能に構成された第1ビット(以下、ゼロフラグと呼ぶ場合がある。)や第2ビット(以下、キャリーフラグと呼ぶ場合がある)などが含まれる。 The flag register is also made up of multiple bits (8 bits in this embodiment), including a first bit (hereinafter sometimes referred to as a zero flag) and a second bit (hereinafter sometimes referred to as a carry flag) whose state can be changed depending on the result of the calculation instruction executed by the CPU 41a in order to reduce the processing load on the CPU 41a.

また、メイン制御部41は、外部に設けられた試験装置とシリアル通信を行うことが可能なシリアル通信回路41dを備えている。 The main control unit 41 also includes a serial communication circuit 41d that can perform serial communication with an externally provided test device.

また、メイン制御部41は、サブ制御部91に各種のコマンドを送信する。メイン制御部41からサブ制御部91へ送信されるコマンドは一方向のみで送られ、サブ制御部91からメイン制御部41へ向けてコマンドが送られることはない。 The main control unit 41 also transmits various commands to the sub-control unit 91. Commands transmitted from the main control unit 41 to the sub-control unit 91 are sent in only one direction, and no commands are sent from the sub-control unit 91 to the main control unit 41.

演出制御基板90には、前述の液晶表示器51、音声を出力可能なスピーカ、演出に用いられ遊技者側から視認可能な演出用LED57等の演出装置が接続されており、これら演出装置の出力状態は、演出制御基板90に搭載されたサブ制御部91により制御可能となっている。サブ制御部91は、メイン制御部41から送信されるコマンドを受けて、演出を行うための各種の制御等を行うようになっている。 The performance control board 90 is connected to performance devices such as the liquid crystal display 51 described above, a speaker capable of outputting audio, and a performance LED 57 that is used for performance and is visible from the player side, and outputs of these performance devices are connected to the performance control board 90. The state can be controlled by a sub-control unit 91 mounted on the production control board 90. The sub-control unit 91 receives commands sent from the main control unit 41 and performs various controls for performing effects.

メイン制御部41は、制御状態に応じた処理を段階的に行う基本処理(メイン処理)を実行するとともに、一定時間間隔(本実施例では、約0.56ms)毎に基本処理に割り込んでタイマ割込処理を実行する。タイマ割込処理では、各種スイッチ類やセンサ類の検出状態、時間経過を更新するとともに、基本処理では、制御状態に応じた条件を満たすまで、現在の制御状態に応じた処理を繰り返しループし、タイマ割込処理において更新された各種スイッチ類やセンサ類の検出状態、時間経過に基づき制御状態に応じた条件を満たすことで、次の制御状態に移行させるようになっている。 The main control unit 41 executes basic processing (main processing) that performs processing in stages according to the control state, and also interrupts the basic processing at regular time intervals (approximately 0.56 ms in this embodiment) to execute timer interrupt processing. The timer interrupt processing updates the detection states of various switches and sensors and the passage of time, and the basic processing repeatedly loops processing according to the current control state until the conditions according to the control state are satisfied, and transitions to the next control state are made when the conditions according to the control state are satisfied based on the detection states of various switches and sensors updated in the timer interrupt processing and the passage of time.

本実施例のスロットマシン1は、設定値に応じてメダルの払出率が変わる構成である。詳しくは、内部抽選やAT抽選等の遊技者に対する有利度に影響する抽選において設定値に応じた当選確率を用いることにより、メダルの払出率が変わるようになっている。設定値は1~6の6段階からなり、6が最も払出率が高く、5、4、3、2、1の順に値が小さくなるほど払出率が低くなる。すなわち設定値として6が設定されている場合には、遊技者にとって最も有利度が高く、5、4、3、2、1の順に値が小さくなるほど有利度が段階的に低くなる。 The slot machine 1 of this embodiment is configured so that the medal payout rate changes according to a set value. More specifically, the medal payout rate is changed by using the winning probability according to the set value in a lottery that affects the player's advantage, such as an internal lottery or an AT lottery. The set value has six levels, from 1 to 6, with 6 being the highest payout rate, and the payout rate decreasing as the value decreases in the order of 5, 4, 3, 2, and 1. In other words, when 6 is set as the set value, the player has the highest advantage, and the advantage decreases stepwise as the value decreases in the order of 5, 4, 3, 2, and 1.

設定値を変更するためには、設定キースイッチ37をON状態としてからスロットマシン1の電源スイッチ39をONにする必要がある。設定キースイッチ37をON状態として電源をONにすると、設定値表示器24にRAM41cから読み出された設定値が表示値として表示され、リセット/設定スイッチ38の操作による設定値の変更が可能な設定変更状態に移行する。設定変更状態において、リセット/設定スイッチ38が操作されると、設定値表示器24に表示された表示値が1ずつ更新されていく(設定値6からさらに操作されたときは、設定値1に戻る)。そして、スタートスイッチ7が操作されると表示値を設定値として確定する。そして、設定キースイッチ37がOFFにされると、確定した表示値(設定値)がメイン制御部41のRAM41cに格納され、遊技の進行が可能な状態に移行する。 In order to change the set value, it is necessary to turn on the setting key switch 37 and then turn on the power switch 39 of the slot machine 1. When the power is turned on with the setting key switch 37 in the ON state, the setting value read out from the RAM 41c is displayed on the setting value display 24 as a display value, and the setting value can be changed by operating the reset/setting switch 38. Move to setting change state. When the reset/setting switch 38 is operated in the setting change state, the displayed value displayed on the setting value display 24 is updated by 1 (if the setting value is further operated from setting value 6, it is updated to setting value 1). return). Then, when the start switch 7 is operated, the displayed value is determined as the set value. Then, when the setting key switch 37 is turned off, the determined display value (setting value) is stored in the RAM 41c of the main control section 41, and the game transitions to a state where the game can proceed.

尚、設定キースイッチ37、リセット/設定スイッチ38は、スロットマシン1の内部に設けられ、所定のキー操作により開放可能な前面扉1bを開放しない限り操作不可能とされており、スロットマシン1が設置される遊技店の店員のうち所定のキーを所持する店員のみが操作可能となる。特に、設定キースイッチ37は、さらにキー操作を要することから、遊技店の店員の中でも、設定キースイッチ37の操作を行うためのキーを所持する店員のみが操作可能とされている。また、リセットスイッチ23は、前面扉1bを開放する必要はないが、所定のキーを用いたキー操作を必要とするため、所定のキーを所持する店員のみが操作可能となる。また、リセット/設定スイッチ38は、通常時においてはエラー状態を解除するためのリセットスイッチとしても機能するようになっている。 The setting key switch 37 and the reset/setting switch 38 are provided inside the slot machine 1 and cannot be operated unless the front door 1b, which can be opened by a specific key operation, is opened, and can only be operated by staff of the game arcade where the slot machine 1 is installed who possess a specific key. In particular, the setting key switch 37 requires further key operation, so that only staff of the game arcade who possess a key for operating the setting key switch 37 can operate it. The reset switch 23 does not require the front door 1b to be opened, but requires key operation using a specific key, so that only staff who possess the specific key can operate it. The reset/setting switch 38 also functions as a reset switch for canceling an error state under normal circumstances.

本実施例のスロットマシン1においては、メイン制御部41は、タイマ割込処理において定期的に電圧低下が検出されているか否かを判定する停電判定処理を行い、停電判定処理において電圧低下が検出されていると判定した場合に、次回復帰時にRAM41cのデータが正常か否かを判定するためのデータを設定する電断処理(メイン)を実行する。 In the slot machine 1 of the present embodiment, the main control unit 41 performs a power outage determination process that periodically determines whether a voltage drop is detected in the timer interrupt process, and a voltage drop is detected in the power outage determination process. If it is determined that the data is normal or not, a power-off process (main) is executed to set data for determining whether the data in the RAM 41c is normal or not at the next recovery.

そして、メイン制御部41は、その起動時においてRAM41cのデータが正常であることを条件に、RAM41cに記憶されているデータに基づいてメイン制御部41の処理状態を電断前の状態に復帰させることが可能とされている。一方、起動時にRAM41cのデータが正常でない場合には、RAM異常と判定し、RAM異常を示すエラーフラグをRAM41cに設定するとともに、RAM異常エラー状態に制御し、遊技の進行を不能化させるようになっている。RAM異常エラー状態は、設定変更状態に移行し、新たに設定値が設定されることで解除され、遊技の進行が可能となる。 The main control unit 41 is capable of restoring the processing state of the main control unit 41 to the state before the power outage based on the data stored in the RAM 41c, provided that the data in the RAM 41c is normal at the time of startup. On the other hand, if the data in the RAM 41c is not normal at startup, it determines that there is a RAM abnormality, sets an error flag indicating a RAM abnormality in the RAM 41c, and controls the RAM to an abnormal RAM state, disabling game progress. The RAM abnormal error state is released by transitioning to a setting change state and setting a new setting value, allowing game progress to be resumed.

本実施例のスロットマシン1においては、メイン制御部41は、遊技の進行に応じて異常を検出した場合に、検出した異常の種類を示すエラーフラグをRAM41cに設定するとともに、一般エラー状態に制御し、遊技の進行を不能化させるようになっている。一般エラー状態は、リセットスイッチ23またはリセット/設定スイッチ38によるリセット操作により解除され、遊技の進行が可能となる。尚、以下では、RAM異常エラー状態と、一般エラー状態と、を区別する必要がない場合に、単にエラー状態と呼ぶ。 In the slot machine 1 of this embodiment, when an abnormality is detected in accordance with the progress of the game, the main control unit 41 sets an error flag indicating the type of detected abnormality in the RAM 41c, and controls the state to a general error state. This makes it impossible to proceed with the game. The general error state is canceled by a reset operation using the reset switch 23 or the reset/setting switch 38, and the game can proceed. Note that hereinafter, when there is no need to distinguish between a RAM abnormal error state and a general error state, they will simply be referred to as error states.

本実施例のスロットマシン1においてゲームを行う場合には、先ず、メダルをメダル投入部4から投入するか、あるいはMAXBETスイッチ6を操作してクレジットを使用して賭数を設定する。遊技状態に応じて定められた規定数の賭数が設定されると、予め定められた入賞ラインLN(図1参照、本実施例では、リール2L、2C、2Rの中段、すなわち中段に水平方向に並んだ図柄に跨がって設定されている)が有効となり、スタートスイッチ7の操作が有効な状態、すなわち、ゲームが開始可能な状態となる。尚、遊技状態に対応する規定数のうち最大数を超えてメダルが投入された場合には、その分はクレジットに加算される。また、本実施例では、1本の入賞ラインのみを適用しているが、複数の入賞ラインを適用しても良い。 When playing a game in the slot machine 1 of this embodiment, first, the player inserts medals from the medal inserter 4 or operates the MAXBET switch 6 to set the number of bets using credits. When a predetermined number of bets is set according to the gaming state, a predetermined winning line LN (see FIG. ) is enabled, and the operation of the start switch 7 is enabled, that is, the game can be started. It should be noted that if more medals are inserted than the maximum number out of the prescribed number corresponding to the gaming state, the amount will be added to the credits. Further, in this embodiment, only one winning line is applied, but a plurality of winning lines may be applied.

また、本実施例では、入賞ラインLNに入賞を構成する図柄の組合せが揃ったことを認識しやすくするために、入賞ラインLNとは別に、無効ラインLM1~6を設定している。無効ラインLM1~6は、これら無効ラインLM1~6に揃った図柄の組合せによって入賞が判定されるものではなく、入賞ラインLNに入賞を構成する図柄の組合せが揃った際に、無効ラインLM1~6のいずれかに入賞を示唆する示唆図柄の組合せ(例えば、ベルa-ベルa-ベルa)が揃う構成とすることで、入賞ラインLNに入賞を構成する図柄の組合せが揃ったことを認識しやすくするものである。本実施例では、図1に示すように、リール2L、2C、2Rの上段、すなわち上段に水平方向に並んだ図柄に跨がって設定された無効ラインLM1、リール2L、2C、2Rの下段、すなわち下段に水平方向に並んだ図柄に跨って設定された無効ラインLM2、リール2Lの上段、リール2Cの中段、リール2Rの下段、すなわち右下がりに並んだ図柄に跨って設定された無効ラインLM3、リール2Lの下段、リール2Cの中段、リール2Rの上段、すなわち右上がりに並んだ図柄に跨って設定された無効ラインLM4、リール2Lの上段、リール2Cの中段、リール2Rの上段、すなわち小V字状に並んだ図柄に跨って設定された無効ラインLM5、リール2Lの下段、リール2Cの中段、リール2Rの下段、すなわち小山状に並んだ図柄に跨って設定された無効ラインLM6の6種類が無効ラインとして定められている。 Furthermore, in this embodiment, invalid lines LM1 to LM6 are set apart from the winning line LN in order to make it easier to recognize that the combination of symbols constituting a winning is completed on the winning line LN. Winning is not determined by the combination of symbols aligned on invalid lines LM1-LM6, but when the combination of symbols forming a winning line is aligned on winning line LN, invalid lines LM1-LM6 are By arranging a combination of symbols suggesting a winning in any of 6 (for example, Bell A-Bell A-Bell A), it is recognized that the combination of symbols constituting a winning is completed on the winning line LN. It makes it easier. In this embodiment, as shown in FIG. 1, the invalid line LM1 is set across the upper row of the reels 2L, 2C, and 2R, that is, the symbols arranged horizontally on the upper row, and the lower row of the reels 2L, 2C, and 2R. , that is, the invalid line LM2 is set across the symbols arranged horizontally in the lower row, the upper row of reel 2L, the middle row of reel 2C, the lower row of reel 2R, that is, the invalid line is set astride the symbols arranged in a downward-to-right direction. LM3, the lower row of reel 2L, the middle row of reel 2C, the upper row of reel 2R, that is, the invalid line LM4 set across the symbols arranged upward to the right, the upper row of reel 2L, the middle row of reel 2C, the upper row of reel 2R, i.e. The invalid line LM5 is set across the symbols arranged in a small V shape, the lower row of reel 2L, the middle row of reel 2C, the lower row of reel 2R, that is, the invalid line LM6 is set astride the symbols arranged in a mound. Six types are defined as invalid lines.

ゲームが開始可能な状態でスタートスイッチ7を操作すると、各リール2L、2C、2Rが回転され、各リール2L、2C、2Rの図柄が連続的に変動される。リール2L、2C、2Rが回転されている状態で、いずれかのストップスイッチ8L、8C、8Rを操作すると、対応するリール2L、2C、2Rに対して停止制御が行われ、当該リールの回転が停止され、当該リールの図柄が透視窓3に表示結果として導出表示される。 When the start switch 7 is operated in a state where the game can be started, each of the reels 2L, 2C, and 2R rotates, and the symbols on each of the reels 2L, 2C, and 2R change continuously. When any of the stop switches 8L, 8C, and 8R are operated while the reels 2L, 2C, and 2R are rotating, stop control is performed on the corresponding reel 2L, 2C, and 2R, the rotation of that reel is stopped, and the symbol on that reel is derived and displayed as a display result in the see-through window 3.

停止制御では、各ストップスイッチについて操作が行われたときから最大停止遅延時間(本実施例では、190ms(ミリ秒))以内に、操作に対応するリール2L、2C、2Rの回転を停止させる制御が行われ、最大停止遅延時間(190ms)が経過するまでの間では、最大で4コマ分の図柄を引き込むことができることとなる。つまり、停止制御では、ストップスイッチ8L、8C、8Rが操作されたときに表示されている図柄と、そこから4コマ先までにある図柄、合計5コマ分(引込範囲)の図柄から一の図柄を選択して、リール2L、2C、2Rに導出させることが可能である。 In the stop control, the rotation of the reels 2L, 2C, and 2R corresponding to the operation is stopped within the maximum stop delay time (in this example, 190 ms (milliseconds)) from the time when each stop switch is operated. is carried out, and until the maximum stop delay time (190 ms) has elapsed, it is possible to draw in symbols for a maximum of four frames. In other words, in stop control, one symbol is selected from among the symbols displayed when the stop switches 8L, 8C, and 8R are operated, and the symbols up to 4 frames ahead, for a total of 5 frames (pull-in range). It is possible to select and derive the reels 2L, 2C, and 2R.

これにより、停止制御では、各リール2L、2C、2Rについて対応するストップスイッチ8L、8C、8Rが操作されることで回転を停止させる際に、後述する内部抽選にて当選している入賞役を構成する図柄が、ストップスイッチが操作されたときの図柄から4コマ先までの引込範囲内にある場合には、当該図柄を入賞ラインLN上に引き込んで、ストップスイッチが操作されたリールの回転を停止させる一方で、内部抽選にて当選している入賞役を構成する図柄が、当該引込範囲内にない場合には、内部抽選にて当選していない入賞役を構成する図柄が、入賞ラインLN上に停止しないように、いずれの入賞役も構成しない図柄を入賞ラインLN上に引き込んで、ストップスイッチが操作されたリールの回転を停止させるように制御することが可能である。 In this way, in the stop control, when the stop switches 8L, 8C, and 8R corresponding to each reel 2L, 2C, and 2R are operated to stop the rotation, if the symbol constituting the winning combination that has been selected in the internal lottery described below is within a reel-in range of four frames from the symbol when the stop switch is operated, the symbol is reeled onto the winning line LN, and the rotation of the reel for which the stop switch is operated is stopped. On the other hand, if the symbol constituting the winning combination that has been selected in the internal lottery is not within the reel-in range, the symbol that does not constitute any winning combination is reeled onto the winning line LN, so that the symbol constituting the winning combination that has not been selected in the internal lottery does not stop on the winning line LN, and the rotation of the reel for which the stop switch is operated is stopped.

また、停止制御では、遊技状態の移行を伴う特別役(本実施例では、BB)の当選が持ち越されている場合に、内部抽選にてメダルの付与を伴う小役が当選して、特別役と小役が同時に当選している状況であるときには、当選している小役の構成図柄を前述の引込範囲内で優先して入賞ラインLNに引き込むように制御し、当選している小役の構成図柄を入賞ラインLNに引き込むことができないときに、当選している特別役の構成図柄を入賞ラインLNに引き込むように制御する。このため、特別役と小役が同時当選しているゲームにおいて、当選している特別役を入賞させることが困難になっている。 In addition, in the stop control, when a special role (BB in this embodiment) that involves a transition in the game state is carried over, if a small role that involves the awarding of medals is won in an internal lottery and a special role and a small role are won simultaneously, the component symbols of the winning small role are controlled to be preferentially drawn into the winning line LN within the aforementioned draw-in range, and when the component symbols of the winning small role cannot be drawn into the winning line LN, the component symbols of the winning special role are controlled to be drawn into the winning line LN. For this reason, in a game in which a special role and a small role are won simultaneously, it is difficult to make the winning special role win.

また、停止制御では、特別役(本実施例では、BB)の当選が持ち越されている場合に、内部抽選にて再遊技の付与を伴う再遊技役が当選して、特別役と再遊技役が同時に当選している状況であるときには、当選している再遊技役の構成図柄を優先して入賞ラインLNに引き込むようになっている。各リール2L、2C、2Rにおいて再遊技役を構成する図柄は、所定の引込範囲内に配置されており、再遊技役の当選時には必ず再遊技役の構成図柄が入賞ラインLNに引き込まれることとなる。このため、特別役と再遊技役が同時に当選しているゲームでは、当選している特別役を入賞させることができないようになっている。 In addition, in the stop control, if the winning of the special winning combination (BB in this embodiment) is carried over, a replaying combination with a replay award is won in the internal lottery, and the special winning combination and the replaying combination are When the winning combinations are won at the same time, the symbols constituting the winning re-gaming combination are given priority and drawn into the winning line LN. The symbols that make up the replay combination on each reel 2L, 2C, and 2R are arranged within a predetermined pull-in range, and when a replay combination is won, the symbols that make up the replay combination are always drawn into the winning line LN. Become. For this reason, in a game where a special winning combination and a replay winning combination are won at the same time, the winning special winning combination cannot be won.

そして全てのリール2L、2C、2Rが停止されることで1ゲームが終了し、予め定められた入賞役の図柄の組合せが各リール2L、2C、2Rに表示結果として入賞ラインLN上に停止して入賞が発生した場合に、入賞に応じた制御が行われる。小役が入賞した場合には、その種類に応じて定められた枚数のメダルが遊技者に対して付与され、クレジットに加算される。また、クレジットが上限数(本実施例では50)に達した場合には、メダルが直接メダル払出口9(図1参照)から払い出されるようになっている。また、再遊技役が入賞した場合には、メダルを投入せずに遊技を行うことが可能な再遊技が付与されるようになっている。また、特別役が入賞した場合には、遊技状態が特別遊技状態に移行されるようになっている。 When all reels 2L, 2C, and 2R are stopped, one game ends. When a combination of symbols for a predetermined winning combination stops on the winning line LN as a display result on each reel 2L, 2C, and 2R, and a winning combination occurs, control according to the winning combination is performed. When a minor combination is won, a number of medals determined according to the type of combination is awarded to the player and added to the credits. When the credits reach the upper limit (50 in this embodiment), medals are paid out directly from the medal payout opening 9 (see FIG. 1). When a replay combination is won, a replay is awarded, which allows the player to play without inserting medals. When a special combination is won, the game state is switched to a special game state.

尚、本実施例では、スタートスイッチ7の操作が有効な状態でスタートスイッチ7の操作が検出されたときにゲームが開始し、全てのリールが停止したときにゲームが終了する。また、ゲームを実行するための1単位の制御(ゲーム制御)は、前回のゲームの終了に伴う全ての制御が完了したときに開始し、当該ゲームの終了に伴う全ての制御が完了したときに終了する。 In this embodiment, the game starts when the operation of the start switch 7 is detected in a valid state, and ends when all the reels have stopped. In addition, one unit of control (game control) for executing a game starts when all controls associated with the end of the previous game are completed, and when all controls associated with the end of the current game are completed. finish.

本実施例のスロットマシン1において、入賞となる役(以下、入賞役と呼ぶ)の種類は、遊技状態に応じて定められ、メダルの払い出しを伴う小役と、賭数の設定を必要とせずに次ゲームが開始可能となる再遊技が付与される再遊技役と、特別遊技状態への移行を伴う特別役と、がある。以下では、小役と再遊技役をまとめて一般役とも呼ぶ。遊技状態に応じて定められた各役の入賞が発生するためには、内部抽選に当選して、当該役の当選フラグが設定されている必要がある。内部抽選は、メイン制御部41が、前述の各役への入賞を許容するか否かを、全てのリール2L、2C、2Rの表示結果が導出される以前(具体的には、規定数の賭数が設定された状態でスタートスイッチ7の操作が検出された時)に、乱数を用いて決定するものである。 In the slot machine 1 of the present embodiment, the types of winning combinations (hereinafter referred to as winning combinations) are determined according to the gaming state, and include small winning combinations that involve the payout of medals, and small winning combinations that do not require setting the number of bets. There are two types of combinations: a replay combination that grants a replay that allows the next game to be started, and a special combination that accompanies a transition to a special gaming state. Hereinafter, the small role and the replayed role will be collectively referred to as the general role. In order to win a prize for each role determined according to the gaming state, it is necessary to win the internal lottery and set the winning flag for that role. In the internal lottery, the main control unit 41 determines whether or not to allow winnings for each of the above-mentioned winning combinations before the display results of all reels 2L, 2C, and 2R are derived (specifically, after a specified number of This is determined using random numbers when the operation of the start switch 7 is detected with the number of bets set.

尚、各役の当選フラグのうち、小役及び再遊技役の当選フラグは、当該フラグが設定されたゲームにおいてのみ有効とされ、次ゲームでは無効となるが、特別役の当選フラグは、当該フラグにより許容された役の組合せが揃うまで有効とされ、許容された役の組合せが揃ったゲームにおいて無効となる。すなわち特別役の当選フラグが一度当選すると、例え、当該フラグにより許容された役の組合せを揃えることができなかった場合にも、その当選フラグは無効とされずに、次ゲームへ持ち越されるようになっている。 Of the winning flags for each role, the winning flags for the small role and the replay role are only valid in the game in which the flag is set and are invalid in the next game, but the winning flag for the special role is valid until the combination of roles permitted by the flag is achieved and is invalid in the game in which the combination of roles permitted by the flag is achieved. In other words, once a winning flag for a special role is won, even if the combination of roles permitted by the flag is not achieved, the winning flag is not invalidated and is carried over to the next game.

また、内部抽選では、予め定められた所定の操作態様(例えば、押し順、操作タイミング)で停止操作が行われる場合に他の操作態様で停止操作が行われた場合よりも有利となる小役、再遊技役(以下、ナビ対象役と呼ぶ場合がある。)が当選し得るようになっている。ナビ対象役には、例えば、予め定められた所定の操作態様で停止操作が行われる場合に他の操作態様で停止操作が行われる場合に停止する停止態様よりも有利な停止態様となる役や、予め定められた所定の操作態様で停止操作が行われる場合に他の操作態様で停止操作が行われる場合よりも有利な停止態様が停止する割合が高い役等を含む。また、有利な停止態様とは、メダルの付与を伴う停止態様だけでなく、有利な遊技状態への移行を伴う停止態様、不利な遊技状態への移行が回避される停止態様なども含む。 In addition, in the internal lottery, when a stop operation is performed in a predetermined operation mode (e.g., push order, operation timing), a small role or a replay role (hereinafter sometimes referred to as a navigation target role) that is more advantageous than when a stop operation is performed in another operation mode can be won. Navigation target roles include, for example, roles that result in a more advantageous stop mode when a stop operation is performed in a predetermined operation mode than when a stop operation is performed in another operation mode, and roles that have a higher probability of stopping an advantageous stop mode when a stop operation is performed in a predetermined operation mode than when a stop operation is performed in another operation mode. In addition, advantageous stop modes include not only stop modes that involve the awarding of medals, but also stop modes that involve a transition to an advantageous game state, and stop modes that avoid a transition to an unfavorable game state.

メイン制御部41は、内部抽選結果に応じて遊技者にとって有利となるストップスイッチ8L、8C、8Rの操作態様を特定可能なナビ番号を遊技補助表示器12の点灯態様により報知するナビ報知を実行可能な報知期間となるアシストタイム(AT)状態に制御可能である。メイン制御部41は、AT状態に制御される権利が遊技者に対して付与されることで、AT状態の制御を開始する。そして、AT状態に制御している場合には、ナビ対象役に当選することにより、ナビ報知を実行して、遊技者にとって有利となるストップスイッチ8L、8C、8Rの操作態様(例えば、押し順、操作タイミング等)を遊技補助表示器12を用いて報知するとともに、遊技者にとって有利となる操作態様を特定可能なコマンドをサブ制御部91に対して送信することで、当該操作態様を液晶表示器51等を用いて報知するナビ演出を実行させる。ナビ報知及びナビ演出により報知される操作態様にて、ストップスイッチ8L、8C、8Rを操作することで、内部抽選にて当選したナビ対象役を確実に入賞させることができるようになっている。 The main control unit 41 executes a navigation notification that notifies the player of a navigation number that can identify the operation mode of the stop switches 8L, 8C, and 8R that is advantageous for the player according to the internal lottery result by the lighting mode of the game auxiliary display 12. It is possible to control to an assist time (AT) state that is a possible notification period. The main control unit 41 starts controlling the AT state when the right to be controlled in the AT state is granted to the player. When the control is in the AT state, navigation notification is executed by winning the navigation target combination, and the operation mode of the stop switches 8L, 8C, 8R (for example, the order in which they are pressed) is advantageous to the player. . A navigation performance to be notified using a device 51 or the like is executed. By operating the stop switches 8L, 8C, and 8R in the manner of operation notified by the navigation notification and navigation performance, it is possible to reliably win the navigation target combination won in the internal lottery.

尚、本実施例では、メイン制御部41は、メダルの払出枚数やエラーコード、ナビ情報を表示させることが可能な遊技補助表示器12を備え、ナビ報知の制御において遊技補助表示器12を用いてナビ情報を報知する構成であるが、ナビ情報のみを表示させることが可能な専用の表示器を備え、ナビ報知の制御において当該専用の表示器を用いてナビ情報を報知する構成でも良い。 In this embodiment, the main control unit 41 includes a gaming auxiliary display 12 that can display the number of medals to be paid out, an error code, and navigation information, and uses the gaming auxiliary display 12 in controlling the navigation notification. Although the configuration is such that the navigation information is notified by using the navigation information, it is also possible to provide a dedicated display that can display only the navigation information, and use the dedicated display to notify the navigation information in controlling the navigation notification.

[遊技状態について]
メイン制御部41は、図4に示すように、遊技状態として通常遊技状態、特別遊技状態のいずれかに制御することが可能である。通常遊技状態は、BBの当選が持ち越されていない通常遊技状態(非内部中)と、BBの当選が持ち越されている通常遊技状態(内部中)と、を含む。
[About gaming status]
As shown in FIG. 4, the main control unit 41 can control the gaming state to either a normal gaming state or a special gaming state. The normal gaming state includes a normal gaming state (non-internal) in which the BB winning is not carried over, and a normal gaming state (internal) in which the BB winning is carried over.

通常遊技状態(非内部中)は、通常遊技状態においてBBが当選していない状態である。スロットマシン1の工場出荷時の状態や、設定変更状態へ移行させることにより設定値が新たに設定されることでメイン制御部41のRAM41cが初期化された状態において制御される遊技状態である。また、特別遊技状態が終了された場合にも通常遊技状態(非内部中)に制御される。そして、通常遊技状態(非内部中)は、内部抽選にてBBが当選するまで継続し、内部抽選にてBBが当選したゲームにおいてBBが入賞せずに通常遊技状態(内部中)に移行するか、内部抽選にてBBが当選したゲームにおいてBBが入賞して特別遊技状態に移行することで終了する。 The normal game state (non-internal) is a state in which BB has not won in the normal game state. It is a game state controlled in a state in which the RAM 41c of the main control unit 41 is initialized by setting new settings by transitioning to the setting change state or the factory default state of the slot machine 1. It is also controlled to the normal game state (non-internal) when the special game state is ended. The normal game state (non-internal) continues until BB wins in the internal lottery, and ends when BB does not win in the game in which BB won in the internal lottery and transitions to the normal game state (internal), or when BB wins in the game in which BB won in the internal lottery and transitions to the special game state.

通常遊技状態(内部中)は、通常遊技状態においてBBが持ち越されている状態である。本実施例では、特別役と小役が同時に当選している場合には、小役を優先して揃える制御を行い、特別役と再遊技役が同時に当選している場合には、再遊技役を必ず揃える制御を行うことで、通常遊技状態(内部中)において小役が当選している場合にも、再遊技役が当選している場合にも、BBが入賞しないようになっている。そして、通常遊技状態(内部中)では、必ずいずれかの小役またはいずれかの再遊技役が当選するので、通常遊技状態(内部中)に一度移行するとBBが入賞せず、通常遊技状態(内部中)への移行後は、設定変更状態へ移行させることにより設定値が新たに設定されることでメイン制御部41のRAM41cが初期化されるまで、当該通常遊技状態(内部中)が維持されるようになっている。 The normal game state (inside) is a state in which the BB is carried over in the normal game state. In this embodiment, when a special role and a small role are won at the same time, control is performed to prioritize the small role, and when a special role and a replay role are won at the same time, control is performed to always match the replay role, so that the BB does not win even if a small role is won in the normal game state (inside), or if a replay role is won. In the normal game state (inside), either a small role or a replay role is always won, so once the game is switched to the normal game state (inside), the BB does not win, and after the transition to the normal game state (inside), the normal game state (inside) is maintained until the setting value is newly set by transitioning to the setting change state, and the RAM 41c of the main control unit 41 is initialized.

特別遊技状態は、通常遊技状態(非内部中)においてBBが当選したゲームにおいてBBが入賞することで移行し、特別遊技状態における全期間に亘ってRB(通常遊技状態よりも小役の当選確率が高まる遊技状態)に制御される遊技状態であり、所定の終了条件が成立(本実施例では、特別遊技状態におけるメダルの総払出枚数が50枚を超えること)するまで継続し、所定の終了条件が成立して通常遊技状態(非内部中)に移行することで終了する。 The special gaming state is entered when BB wins in a game in which BB was won in the normal gaming state (not inside), and is a gaming state that is controlled to RB (a gaming state in which the probability of winning a small prize is higher than in the normal gaming state) for the entire period in the special gaming state, and continues until a predetermined end condition is met (in this embodiment, the total number of medals paid out in the special gaming state exceeds 50), and ends when the predetermined end condition is met and the game transitions to the normal gaming state (not inside).

このように本実施例では、遊技の大半において通常遊技状態(内部中)に制御されることとなるので、通常遊技状態(内部中)に制御されていることを前提とし、設定値(本実施例では、1~6)に応じたメダルの払出率が設計されている。 In this way, in this embodiment, the game will be controlled in the normal game state (inside the game), for the majority of the gameplay, so the medal payout rate is designed according to the set value (1 to 6 in this embodiment) on the assumption that the game will be controlled in the normal game state (inside the game).

[内部抽選の対象役について]
図5に示すように、本実施例において、通常遊技状態(非内部中)においては、通常リプレイA、通常リプレイB、通常リプレイC、弱チャンスリプレイA、弱チャンスリプレイB、強チャンスリプレイA、強チャンスリプレイB、特定小役A+1枚、特定小役B+1枚、1枚、ナビ小役、3枚、BB、BB+3枚が内部抽選の対象となる。通常遊技状態(非内部中)において、通常リプレイA、通常リプレイB、通常リプレイC、弱チャンスリプレイA、弱チャンスリプレイB、強チャンスリプレイA、強チャンスリプレイB、特定小役A+1枚、特定小役B+1枚、1枚、ナビ小役、3枚、BB、BB+3枚の当選確率は、それぞれ約1/9.9、約1/65、約1/16384、約1/137、約1/101、約1/524、約1/655、約1/49、約1/49、約1/49、約1/1.37、約1/3449、約1/16384、約1/14.6に設定されており、不当選(はずれ)の確率は0となる。
[Regarding roles eligible for the internal lottery]
As shown in Figure 5, in this embodiment, in the normal game state (not in the internal play), normal replay A, normal replay B, normal replay C, weak chance replay A, weak chance replay B, strong chance replay A, strong chance replay B, specific small role A + 1, specific small role B + 1, 1, navigation small role, 3, BB, and BB + 3 are subject to internal lottery. In the normal game mode (not inside), the winning probability of normal replay A, normal replay B, normal replay C, weak chance replay A, weak chance replay B, strong chance replay A, strong chance replay B, specific small feature A + 1, specific small feature B + 1, 1, navigation small feature, 3, BB, and BB + 3 is set to approximately 1/9.9, approximately 1/65, approximately 1/16384, approximately 1/137, approximately 1/101, approximately 1/524, approximately 1/655, approximately 1/49, approximately 1/49, approximately 1/49, approximately 1/1.37, approximately 1/3449, approximately 1/16384, and approximately 1/14.6, respectively, and the probability of not winning (missing) is 0.

また、通常遊技状態(内部中)においては、通常リプレイA、通常リプレイB、通常リプレイC、弱チャンスリプレイA、弱チャンスリプレイB、強チャンスリプレイA、強チャンスリプレイB、特定小役A+1枚、特定小役B+1枚、1枚、ナビ小役、3枚が内部抽選の対象となる。通常遊技状態(内部中)において、通常リプレイA、通常リプレイB、通常リプレイC、弱チャンスリプレイA、弱チャンスリプレイB、強チャンスリプレイA、強チャンスリプレイB、特定小役A+1枚、特定小役B+1枚、1枚、ナビ小役、3枚の当選確率は、それぞれ約1/9.9、約1/65、約1/8192、約1/137、約1/101、約1/524、約1/655、約1/49、約1/49、約1/49、約1/1.37、約1/14.5に設定されており、不当選(はずれ)の確率は0となる。 In addition, in the normal gaming state (internal), normal replay A, normal replay B, normal replay C, weak chance replay A, weak chance replay B, strong chance replay A, strong chance replay B, specific small role A + 1 piece, Specific small winning combination B+1 piece, 1 piece, Navi small winning combination, 3 pieces are subject to internal lottery. In the normal gaming state (internal), normal replay A, normal replay B, normal replay C, weak chance replay A, weak chance replay B, strong chance replay A, strong chance replay B, specific small role A + 1 piece, specific small role The winning probabilities for B+1 piece, 1 piece, navigation small role, and 3 pieces are about 1/9.9, about 1/65, about 1/8192, about 1/137, about 1/101, about 1/524, respectively. It is set to approximately 1/655, approximately 1/49, approximately 1/49, approximately 1/49, approximately 1/1.37, approximately 1/14.5, and the probability of not winning (losing) is 0. .

また、特別遊技状態(RB)においては、複合小役A、複合小役Bが内部抽選の対象となる。特別遊技状態(RB)において、複合小役A、複合小役Bの当選確率は、それぞれ約1/33、約1/1.2に設定されており、不当選(はずれ)の確率は、約1/7.3となる。 In addition, in the special gaming state (RB), the composite minor winnings A and composite minor winnings B are subject to internal lottery. In the special gaming state (RB), the winning probabilities of composite minor winnings A and composite minor winnings B are set to approximately 1/33 and approximately 1/1.2, respectively, and the probability of not winning (losing) is approximately It becomes 1/7.3.

通常リプレイAの当選時には、停止操作順、停止操作タイミングに関わらず、必ず通常リプレイAが入賞する。通常リプレイBの当選時には、停止操作順、停止操作タイミングに関わらず、必ず通常リプレイBが入賞する。通常リプレイCの当選時には、停止操作順、停止操作タイミングに関わらず、必ず通常リプレイCが入賞する。 When the normal replay A wins, the normal replay A always wins regardless of the stop operation order and the stop operation timing. When the normal replay B wins, the normal replay B always wins regardless of the stop operation order and the stop operation timing. When the normal replay C wins, the normal replay C always wins regardless of the stop operation order and the stop operation timing.

弱チャンスリプレイAの当選時には、停止操作順、停止操作タイミングに関わらず、必ず弱チャンスリプレイAが入賞する。弱チャンスリプレイBの当選時には、停止操作順、停止操作タイミングに関わらず、必ず弱チャンスリプレイBが入賞する。強チャンスリプレイAの当選時には、停止操作順、停止操作タイミングに関わらず、必ず強チャンスリプレイAが入賞する。強チャンスリプレイBの当選時には、停止操作順、停止操作タイミングに関わらず、必ず強チャンスリプレイBが入賞する。 When the weak chance replay A wins, the weak chance replay A always wins regardless of the stop operation order and the stop operation timing. When the weak chance replay B wins, the weak chance replay B always wins regardless of the stop operation order and the stop operation timing. When the strong chance replay A wins, the strong chance replay A always wins regardless of the stop operation order and the stop operation timing. When the strong chance replay B wins, the strong chance replay B always wins regardless of the stop operation order and the stop operation timing.

通常リプレイA、通常リプレイB、通常リプレイC、弱チャンスリプレイA、弱チャンスリプレイB、強チャンスリプレイA、強チャンスリプレイBの入賞時には、再遊技が付与される。 A re-game is awarded when a prize is won in normal replay A, normal replay B, normal replay C, weak chance replay A, weak chance replay B, strong chance replay A, and strong chance replay B.

特定小役A+1枚は、特定小役Aと1枚が当選する役であり、特定小役A+1枚の当選時には、特定小役Aの構成図柄の引込範囲となる停止操作タイミングで左リールの停止操作が行われた場合に、停止操作順に関わらず、15枚のメダルの払出を伴う特定小役Aが入賞する一方、特定小役Aの構成図柄の引込範囲外となる停止操作タイミングで左リールの停止操作が行われた場合に、停止操作順に関わらず、1枚のメダルの払出を伴う1枚が入賞する。 Specific small win A+1 is a winning combination of specific small win A and 1 coin. When specific small win A+1 coin is won, if the left reel is stopped at a timing that falls within the reel-in range of the constituent symbols of specific small win A, specific small win A will be won with the payout of 15 medals regardless of the order of the stop operations. On the other hand, if the left reel is stopped at a timing that falls outside the reel-in range of the constituent symbols of specific small win A, 1 coin will be won with the payout of 1 medal regardless of the order of the stop operations.

特定小役B+1枚は、特定小役Bと1枚が当選する役であり、特定小役B+1枚の当選時には、特定小役Bの構成図柄の引込範囲となる停止操作タイミングで左リールの停止操作が行われた場合に、停止操作順に関わらず、15枚のメダルの払出を伴う特定小役Bが入賞する一方、特定小役Bの構成図柄の引込範囲外となる停止操作タイミングで左リールの停止操作が行われた場合に、停止操作順に関わらず、1枚のメダルの払出を伴う1枚が入賞する。 Specific minor win B+1 is a combination in which specific minor win B and 1 coin are won. When specific minor win B+1 coin is won, if the left reel is stopped at a timing that falls within the reel-in range of the constituent symbols of specific minor win B, specific minor win B will be won with the payout of 15 medals regardless of the order of the stop operations. On the other hand, if the left reel is stopped at a timing that falls outside the reel-in range of the constituent symbols of specific minor win B, 1 coin will be won with the payout of 1 medal regardless of the order of the stop operations.

1枚の当選時には、停止操作順、停止操作タイミングに関わらず、必ず1枚のメダルの払出を伴う1枚が入賞する。前述のように特定小役A+1枚が当選し、特定小役Aの構成図柄の引込範囲外となる停止操作タイミングで左リールの停止操作が行われた場合や、特定小役B+1枚が当選し、特定小役Bの構成図柄の引込範囲外となる停止操作タイミングで左リールの停止操作が行われた場合にも、停止操作順に関わらず、1枚が入賞することとなるため、特定小役Aの構成図柄の引込範囲外となる停止操作タイミング、特定小役Bの構成図柄の引込範囲外となる停止操作タイミングで左リールの停止操作を行った結果として1枚が入賞した場合には、特定小役A+1枚、特定小役B+1枚が当選しているのか、1枚が当選しているのか、が判別できないようになっている。 When one medal is won, one medal is always paid out and one medal is won regardless of the stop operation order and stop operation timing. As mentioned above, if a specific minor role A+1 piece is won and the left reel is stopped at a stop operation timing that is outside the pull-in range of the constituent symbols of the specific minor role A, or if a specific minor role B+1 piece is won. , Even if the left reel is stopped at a stop operation timing that is outside the pull-in range of the constituent symbols of the specific minor winning B, one piece will win regardless of the order of the stopping operations, so the specific minor winning If one piece wins as a result of performing a stop operation on the left reel at a stop operation timing that is outside the pull-in range of the constituent symbols of A, or a stop operation timing that falls outside the pull-in range of the constituent symbols of specific small role B, It is impossible to determine whether the specific small winning combination A+1 piece, the specific small winning combination B+1 piece, or one piece is winning.

ナビ小役は、複数の小役(本実施例では、主小役と副小役)が当選する役であり、それぞれのナビ小役に対応する停止操作順かつそれぞれのナビ小役に対応する停止操作タイミングで最初に停止するリール(第1停止リール)の停止操作が行われた場合に、15枚のメダルの払出を伴う主小役が入賞する一方、対応する停止操作順以外の停止操作順で停止操作が行われた場合、または対応する停止操作タイミング以外の停止操作タイミングで第1停止リールの停止操作が行われた場合に、停止操作タイミングに応じて1枚のメダルの払出を伴う副小役が入賞するか、いずれの役も入賞しないハズレとなる。すなわち、停止操作順及び第1停止リールの停止操作タイミングが異なることにより付与されるメダル数の期待値が変化するとともに、当選したナビ小役に対応する停止操作順及び停止操作タイミングがナビ報知によって報知されることにより付与されるメダル数の期待値が変化する。 A navigation minor role is a role in which multiple minor roles (in this example, a main minor role and a secondary minor role) are won, and the stop operation order corresponding to each navigation minor role and each navigation minor role is a winning role. If a stop operation is performed on the reel that stops first (first stop reel) at the stop operation timing, a main/minor combination with a payout of 15 medals will be won, but if a stop operation other than the corresponding stop operation order is performed If the stop operation is performed in sequence, or if the stop operation of the first stop reel is performed at a stop operation timing other than the corresponding stop operation timing, one medal is paid out according to the stop operation timing. Either the minor role wins, or neither role wins. In other words, the expected value of the number of medals awarded changes due to the difference in the stop operation order and the stop operation timing of the first stop reel, and the stop operation order and stop operation timing corresponding to the won navigation small winning combination are changed by the navigation notification. The expected value of the number of medals to be awarded changes as a result of the notification.

3枚の当選時には、停止操作順、停止操作タイミングに関わらず、必ず3枚のメダルの払出を伴う3枚が入賞する。 When three medals are won, the three medals are always won with the payout of three medals, regardless of the stop operation order and the stop operation timing.

BBの当選時には、全てのリールにおいてBBの構成図柄(本実施例では、「白7-プラム-プラム」の組合せ)の引込範囲となる停止操作タイミングで停止操作が行われた場合に、BBが入賞し、遊技状態が特別遊技状態に移行する一方、いずれかのリールにおいてBBの構成図柄の引込範囲外となる停止操作タイミングで停止操作が行われた場合に、いずれの役も入賞しないハズレとなり、BBの当選が次ゲーム以降に持ち越されることにより、通常遊技状態(内部中)に移行する。 When BB is won, if the stop operation is performed at a timing that is within the reel-in range of the BB constituent symbols (in this embodiment, the combination "white 7-plum-plum") on all reels, BB will be won and the game state will transition to a special game state. On the other hand, if the stop operation is performed at a timing that is outside the reel-in range of the BB constituent symbols on any reel, it will result in a loss where no combination is won, and the BB win will be carried over to the next game or later, transitioning to the normal game state (inside).

BB+3枚は、BBと3枚が当選する役であり、BB+3枚の当選時には、停止操作順、停止操作タイミングに関わらず、必ず3枚のメダルの払出を伴う3枚が入賞し、BBの当選が次ゲーム以降に持ち越されることにより、通常遊技状態(内部中)に移行する。 BB + 3 coins is a combination in which BB and 3 coins are won. When BB + 3 coins is won, regardless of the order or timing of the stop operation, 3 coins will always be won, with the payout of 3 medals, and the BB win will be carried over to the next game or later, and the game will transition to the normal game state (internal).

複合小役Aは、ナビ小役を構成する全ての主小役と特定小役Aと特定小役Bが当選する役であり、複合小役Aの当選時には、停止操作順、停止操作タイミングに関わらず、必ず15枚のメダルの払出を伴う特定の主小役が入賞する。 Composite minor win A is a win when all main minor wins that make up the navigation minor win, as well as specific minor win A and specific minor win B, are won. When Composite minor win A is won, a specific main minor win accompanied by the payout of 15 medals will always be won, regardless of the order of the stop operation or the timing of the stop operation.

複合小役Bは、ナビ小役を構成する全ての副小役と1枚と3枚が当選する役であり、複合小役Bの当選時には、停止操作順、停止操作タイミングに関わらず、必ず1枚のメダルの払出を伴う1枚が入賞する。 Composite minor prize B is a prize in which all the sub-minor prizes that make up the navigation minor prize, as well as 1 and 3 coins, are won. When Composite minor prize B is won, regardless of the order of the stop operation or the timing of the stop operation, 1 coin will always be won, which will result in the payout of 1 medal.

内部抽選の抽選対象(不当選を含む)には、不当選、通常リプレイA、通常リプレイB、通常リプレイC、弱チャンスリプレイA、弱チャンスリプレイB、強チャンスリプレイA、強チャンスリプレイB、特定小役A+1枚、特定小役B+1枚、1枚、ナビ小役、3枚、BB、BB+3枚、複合小役A、複合小役Bの順番でそれぞれ0~39の当選番号が割り当てられており、内部抽選の抽選結果に対応する当選番号がRAM41cに設定されるようになっている。また、内部抽選の抽選対象(不当選を含む)には、それぞれ対応する0~4の有利区間移行用フラグ、0~3の抽選用フラグ1、0~3の抽選用フラグ2、0~4の抽選用フラグ3が割り当てられており、内部抽選の結果(当選番号)に応じた有利区間移行用フラグ、抽選用フラグ1~3がRAM41cに設定されるようになっている。有利区間移行用フラグは、有利区間へ移行させるか否かの判定等を行う際に参照される。また、抽選用フラグ1~3は、AT状態に関連する抽選を行うか否かの判定、AT状態に関連する抽選を行う際に参照される。 The lottery targets (including non-winners) of the internal lottery are assigned winning numbers from 0 to 39 in the following order: non-winner, normal replay A, normal replay B, normal replay C, weak chance replay A, weak chance replay B, strong chance replay A, strong chance replay B, specific small win A + 1, specific small win B + 1, 1, navigation small win, 3, BB, BB + 3, composite small win A, composite small win B, and the winning numbers corresponding to the lottery results of the internal lottery are set in RAM 41c. In addition, the lottery targets (including non-winners) of the internal lottery are assigned corresponding advantageous zone transition flags 0 to 4, lottery flags 1 to 3, lottery flags 2 to 3, and lottery flags 3 to 4, and the advantageous zone transition flags and lottery flags 1 to 3 corresponding to the results of the internal lottery (winning numbers) are set in RAM 41c. The advantageous zone transition flags are referenced when making a decision as to whether or not to transition to an advantageous zone. Additionally, lottery flags 1 to 3 are referenced when determining whether or not to hold a lottery related to the AT state, and when holding a lottery related to the AT state.

有利区間移行用フラグは、有利区間移行役以外の抽選対象に対して0が割り当てられ、有利区間移行役については、例えば、複数種類の押し順役、当選確率が近い複数の抽選対象等、有利区間移行時に行われる抽選を行う際に区別する必要のない共通の属性を有する抽選対象に対して共通の値が割り当てられている。このため、メイン制御部41は、有利区間に移行させるか否かを判定する際に、個々の当選番号から有利区間移行役であるか否かを個々に特定する必要がなく、有利区間移行用フラグが0か否かによって有利区間移行役か否かを特定することができる。また、有利区間移行時に行われる抽選に際して当選番号に応じた確率を特定する場合に、個々の当選番号から確率を特定するのではなく、有利区間移行用フラグの値から当選番号に応じた確率を特定するようになっており、個々の当選番号毎に確率を定める必要がなく、当選番号の種類数よりも少ない有利区間移行用フラグ毎に確率を定めることで、抽選対象の属性に応じた確率を特定することができる。 The advantageous zone transition flag is assigned 0 to the lottery objects other than the advantageous zone transition role, and for the advantageous zone transition role, a common value is assigned to the lottery objects having common attributes that do not need to be distinguished when performing the lottery performed at the time of the advantageous zone transition, such as multiple types of push order roles and multiple lottery objects with similar winning probabilities. Therefore, when determining whether to transition to the advantageous zone, the main control unit 41 does not need to individually identify whether it is an advantageous zone transition role from each winning number, and can identify whether it is an advantageous zone transition role or not depending on whether the advantageous zone transition flag is 0. In addition, when determining the probability according to the winning number in the lottery performed at the time of the advantageous zone transition, the probability according to the winning number is determined from the value of the advantageous zone transition flag, rather than determining the probability from each winning number, so that there is no need to determine the probability for each individual winning number, and by determining the probability for each advantageous zone transition flag, which is less than the number of types of winning numbers, the probability according to the attribute of the lottery object can be determined.

抽選用フラグは、AT状態に関連する抽選の対象外となる抽選対象に対して0が割り当てられ、ATの付与に関連する抽選の対象となる抽選対象については、例えば、複数種類のナビ小役等、AT状態に関連する抽選を行う際に区別する必要のない共通の属性を有する抽選対象に対して共通の値が割り当てられている。このため、メイン制御部41は、AT状態に関連する抽選を行う際に、個々の当選番号から当該抽選を行うか否かを個々に特定する必要がなく、抽選用フラグが0か否かによってAT状態に関連する抽選を行うか否かを特定することができる。また、AT状態に関連する抽選に際して当選番号に応じた確率を特定する場合に、個々の当選番号から確率を特定するのではなく、抽選用フラグの値から当選番号に応じた確率を特定するようになっており、個々の当選番号毎に確率を定める必要がなく、当選番号の種類数よりも少ない抽選用フラグ毎に確率を定めることで、抽選対象の属性に応じた確率を特定することができる。また、抽選用フラグは、AT状態に関連する抽選の対象外となる抽選対象、AT状態に関連する抽選を行う際に区別する必要のない共通の属性を有する抽選対象が異なる抽選用フラグ1~3からなり、AT状態に関連する抽選の種類に応じて抽選用フラグ1~3のいずれかを用いることにより、AT状態に関連する抽選の種類に応じてAT状態に関連する抽選の対象外となる抽選対象を異なるものとすることができ、AT状態に関連する抽選を行う際に区別する必要のない共通の属性を有する抽選対象毎の確率を異なる確率とすることができる。 The lottery flag is assigned 0 to lottery targets that are not eligible for lottery related to AT status, and 0 is assigned to lottery targets that are not eligible for lottery related to AT status, and for lottery targets that are eligible for lottery related to AT granting, for example, multiple types of navigation small roles are assigned. A common value is assigned to lottery targets having common attributes that do not need to be distinguished when performing a lottery related to the AT state. Therefore, when performing a lottery related to the AT state, the main control unit 41 does not need to individually specify whether or not to perform the lottery based on each winning number, but depending on whether the lottery flag is 0 or not. It is possible to specify whether or not to perform a lottery related to the AT state. In addition, when specifying the probability according to the winning number in a lottery related to the AT state, instead of specifying the probability from each winning number, the probability according to the winning number is specified from the value of the lottery flag. There is no need to determine the probability for each winning number, and by determining the probability for each lottery flag, which is smaller than the number of winning numbers, it is possible to specify the probability according to the attributes of the lottery target. can. In addition, the lottery flags include lottery targets that are not eligible for lottery related to the AT state, lottery targets that have common attributes that do not need to be distinguished when performing a lottery related to the AT state, and lottery flags 1 to 1 that differ from each other. 3, and by using any of lottery flags 1 to 3 depending on the type of lottery related to the AT state, you can be excluded from the lottery related to the AT state according to the type of lottery related to the AT state. The lottery targets can be made different, and the probabilities can be set to be different for each lottery target having a common attribute that does not need to be distinguished when performing a lottery related to the AT state.

[ナビ小役、特定小役、複合小役について]
通常遊技状態(非内部中・内部中)において内部抽選の対象となるナビ小役、特定小役、特別遊技状態(RB)において内部抽選の対象となる複合小役について説明する。
[About navigation minor roles, specific minor roles, and complex minor roles]
The navigation minor winnings, specific minor winnings that are subject to internal lottery in the normal gaming state (non-internal/internal), and the composite minor winnings that are subject to internal lottery in the special gaming state (RB) will be explained.

本実施例では、図2に示すように、リール2L、2C、2Rそれぞれに赤7エリア、白7エリアが割り当てられている。左リールにおいて赤7エリアは、図柄番号7~16の領域であり、白7エリアは、図柄番号1~6、17~20の領域である。中リールにおいて赤7エリアは、図柄番号8~17の領域であり、白7エリアは、図柄番号1~7、18~20の領域である。右リールにおいて赤7エリアは、図柄番号7~16の領域であり、白7エリアは、図柄番号1~6、17~20の領域である。いずれのリールにおいても赤7エリアは、「赤7」図柄の引込範囲及び「赤7」図柄が透視窓3に位置する範囲を含む領域であり、「赤7」図柄が通過するタイミングを目安とすることで、赤7エリアでの停止操作が可能となる領域である。また、いずれのリールにおいても白7エリアは、「白7」図柄の引込範囲及び「白7」図柄が透視窓3に位置する範囲を含む領域であり、「白7」図柄が通過するタイミングを目安とすることで、白7エリアでの停止操作が可能となる領域である。また、いずれのリールにおいても赤7エリア、白7エリアの範囲は、連続する10図柄の範囲であり、それぞれリール1周の1/2の範囲となる。 In this embodiment, as shown in FIG. 2, seven red areas and seven white areas are assigned to the reels 2L, 2C, and 2R, respectively. On the left reel, the red 7 area is the area with symbol numbers 7-16, and the white 7 area is the area with symbol numbers 1-6 and 17-20. On the middle reel, the red 7 area is the area with symbol numbers 8-17, and the white 7 area is the area with symbol numbers 1-7 and 18-20. On the right reel, the red 7 area is the area with symbol numbers 7-16, and the white 7 area is the area with symbol numbers 1-6 and 17-20. On any reel, the red 7 area is an area that includes the pull-in range of the "red 7" symbol and the range where the "red 7" symbol is located in the transparent window 3, and is based on the timing when the "red 7" symbol passes. By doing so, it is possible to perform a stop operation in the red 7 area. In addition, on any reel, the white 7 area is an area that includes the pull-in range of the "white 7" symbol and the range where the "white 7" symbol is located in the transparent window 3, and the timing at which the "white 7" symbol passes is determined. As a guideline, this is the area in which the stop operation can be performed in the white 7 area. Further, on any reel, the range of the red 7 area and the white 7 area is the range of 10 consecutive symbols, and each is a range of 1/2 of one rotation of the reel.

尚、以下では、最初に停止させるリールを第1停止リール、2番目に停止させるリールを第2停止リール、3番目に停止させるリールを第3停止リールと呼ぶことがある。 In addition, hereinafter, the reel to be stopped first may be referred to as a first stop reel, the reel to be stopped second to be stopped as a second stop reel, and the reel to be stopped third to be stopped to be called a third stop reel.

図6に示すように、ナビ小役には、赤左中ベルA、赤左中ベルB、赤左右ベルA、赤左右ベルB、赤中左ベルA、赤中左ベルB、赤中右ベルA、赤中右ベルB、赤右左ベルA、赤右左ベルB、赤右中ベルA、赤右中ベルB、白左中ベルA、白左中ベルB、白左右ベルA、白左右ベルB、白中左ベルA、白中左ベルB、白中右ベルA、白中右ベルB、白右左ベルA、白右左ベルB、白右中ベルA、白右中ベルBが含まれる。 As shown in Figure 6, the navigation minor roles include red left middle bell A, red left middle bell B, red left and right bells A, red left and right bells B, red middle left bell A, red middle left bell B, and red middle right. Bell A, red middle right bell B, red right left bell A, red right left bell B, red right middle bell A, red right middle bell B, white left middle bell A, white left middle bell B, white left and right bells A, white left and right Includes bell B, white middle left bell A, white middle left bell B, white middle right bell A, white middle right bell B, white right left bell A, white right left bell B, white right middle bell A, white right middle bell B It can be done.

赤左中ベルAは、15枚のメダルの払出を伴う主小役として上段ベルAが1枚のメダルの払出を伴う副小役とともに当選する役である。赤左中ベルAの当選時に、対応する操作態様(左リール、中リール、右リールの停止操作順、かつ左リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、上段ベルAの組合せが入賞ラインLNに導出され、上段ベルAが入賞する。この際、無効ラインLM1にベルa~cのいずれかが揃う。また、赤左中ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The red left-center bell A is a winning combination that is accompanied by the payout of 15 medals as a main minor combination, and the upper bell A is a winning combination accompanied by the payout of 1 medal. When the red left-center bell A is won, if the corresponding operation mode (the left reel, center reel, and right reel are stopped in the order of operation, and the timing of the left reel's stop operation is the red 7 area) is used, the combination of the upper bell A is guided to the winning line LN, and the upper bell A wins. At this time, any of the bells a to c will line up on the invalid line LM1. Also, if the operation mode other than the corresponding operation mode is used when the red left-center bell A is won, the symbol combination of the secondary minor combination is guided to the winning line LN according to the timing of the stop operation, and the secondary minor combination will win, or a symbol combination that does not constitute any combination will be guided to the winning line LN, resulting in a loss in which no combination wins.

赤左中ベルBは、15枚のメダルの払出を伴う主小役として上段ベルBが1枚のメダルの払出を伴う副小役とともに当選する役である。赤左中ベルBの当選時に、対応する操作態様(左リール、中リール、右リールの停止操作順、かつ左リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、上段ベルBの組合せが入賞ラインLNに導出され、上段ベルBが入賞する。上段ベルBの入賞時には無効ラインLM1にベルa~cのいずれかが揃う。また、赤左中ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The red left-center bell B is a winning combination that is accompanied by the payout of 15 medals as a main minor combination, and the upper bell B is a winning combination that is accompanied by the payout of 1 medal. When the red left-center bell B is won, if the corresponding operation mode (the left reel, center reel, and right reel are stopped in the order of operation, and the timing of the left reel's stop operation is the red 7 area) is used, the combination of the upper bell B is guided to the winning line LN, and the upper bell B wins. When the upper bell B wins, any of the bells a to c are lined up on the invalid line LM1. Also, if the operation mode other than the corresponding operation mode is used when the red left-center bell B is won, the symbol combination of the secondary minor combination is guided to the winning line LN according to the timing of the stop operation, and the secondary minor combination wins, or a symbol combination that does not constitute any combination is guided to the winning line LN, resulting in a loss in which no combination wins.

赤左右ベルAは、15枚のメダルの払出を伴う主小役として右下がりベルAが1枚のメダルの払出を伴う副小役とともに当選する役である。赤左右ベルAの当選時に、対応する操作態様(左リール、右リール、中リールの停止操作順、かつ左リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、右下がりベルAの組合せが入賞ラインLNに導出され、右下がりベルAが入賞する。右下がりベルAの入賞時には無効ラインLM3にベルa~cのいずれかが揃う。また、赤左右ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 Red Left and Right Bell A is a combination that is won as a main minor combination with a payout of 15 medals, and a right downward bell A with a sub minor combination with a payout of 1 medal. When the red left and right bell A is won, if the corresponding operation mode (the left reel, right reel, and center reel are stopped in the order of operation, and the operation timing of the left reel is the red 7 area) is used, the combination of the right downward bell A is led to the winning line LN, and the right downward bell A wins. When the right downward bell A wins, any of the bells a to c are lined up on the invalid line LM3. Also, if the operation mode other than the corresponding operation mode is used when the red left and right bell A is won, the symbol combination of the sub minor combination is led to the winning line LN according to the timing of the stop operation, and the sub minor combination wins, or a symbol combination that does not constitute any role is led to the winning line LN, resulting in a loss in which no role wins.

赤左右ベルBは、15枚のメダルの払出を伴う主小役として小VベルAが1枚のメダルの払出を伴う副小役とともに当選する役である。赤左右ベルBの当選時に、対応する操作態様(左リール、右リール、中リールの停止操作順、かつ左リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、小VベルAの組合せが入賞ラインLNに導出され、小VベルAが入賞する。小VベルAの入賞時には無効ラインLM5にベルa~cのいずれかが揃う。また、赤左右ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The red left/right bell B is a winning combination in which the small V bell A is won as the main minor role with the payout of 15 medals, together with the secondary minor role with the payout of 1 medal. When the red left and right bell B is won, if the corresponding operation mode is operated (the order of stop operations of the left reel, right reel, and middle reel, and the operation mode in which the stop operation timing of the left reel is in the red 7 area), The combination of small V bell A is drawn out to the winning line LN, and small V bell A wins. When the small V bell A wins, any of the bells a to c are aligned on the invalid line LM5. In addition, when winning the red left and right bell B, if an operation mode other than the corresponding operation mode is operated, the symbol combination of the secondary minor role is derived to the winning line LN according to the stop operation timing, and the secondary minor role is Either a prize is won, or a symbol combination that does not constitute any winning combination is derived to the winning line LN, and it is a loss that does not win any winning combination.

赤中左ベルAは、15枚のメダルの払出を伴う主小役として中段ベルAが1枚のメダルの払出を伴う副小役とともに当選する役である。赤中左ベルAの当選時に、対応する操作態様(中リール、左リール、右リールの停止操作順、かつ中リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、中段ベルAの組合せが入賞ラインLNに導出され、中段ベルAが入賞する。中段ベルAの入賞時には入賞ラインLNにベルa~cのいずれかが揃う。また、赤中左ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The red middle left bell A is a combination in which the middle bell A is won as the main minor role with the payout of 15 medals, together with the secondary minor role with the payout of 1 medal. When the red middle left bell A is won, if the corresponding operation mode is operated (middle reel, left reel, right reel stop operation order, and the middle reel stop operation timing is the red 7 area), , middle bell A is drawn out to the winning line LN, and middle bell A wins. When the middle bell A wins, any of the bells a to c will line up on the winning line LN. In addition, when the red middle left bell A is won, if it is operated in an operation mode other than the corresponding operation mode, the symbol combination of the secondary minor role is derived to the winning line LN according to the stop operation timing, and the secondary minor role is will win, or a symbol combination that does not constitute any winning combination will be drawn to the winning line LN, resulting in a loss in which neither winning combination will be won.

赤中左ベルBは、15枚のメダルの払出を伴う主小役として小山ベルAが1枚のメダルの払出を伴う副小役とともに当選する役である。赤中左ベルBの当選時に、対応する操作態様(中リール、左リール、右リールの停止操作順、かつ中リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、小山ベルAの組合せが入賞ラインLNに導出され、小山ベルAが入賞する。小山ベルAの入賞時には無効ラインLM6にベルa~cのいずれかが揃う。また、赤中左ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 Red middle left bell B is a winning combination in which Koyama Bell A is won as the main minor role with the payout of 15 medals, together with the secondary minor role with the payout of 1 medal. When the red middle left bell B is won, if the corresponding operation mode is operated (middle reel, left reel, right reel stop operation order, and the middle reel stop operation timing is the red 7 area), , Koyama Bell A is derived to the winning line LN, and Koyama Bell A wins. When Koyama Bell A wins, any of Bells a to c will be aligned on the invalid line LM6. In addition, when the red middle left bell B is won, if the operation is performed in an operation mode other than the corresponding operation mode, the symbol combination of the secondary minor role is derived to the winning line LN according to the stop operation timing, and the secondary minor role is will win, or a symbol combination that does not constitute any winning combination will be drawn to the winning line LN, resulting in a loss in which neither winning combination will be won.

赤中右ベルAは、15枚のメダルの払出を伴う主小役として右上がりベルAが1枚のメダルの払出を伴う副小役とともに当選する役である。赤中右ベルAの当選時に、対応する操作態様(中リール、右リール、左リールの停止操作順、かつ中リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、右上がりベルAの組合せが入賞ラインLNに導出され、右上がりベルAが入賞する。右上がりベルAの入賞時には無効ラインLM4にベルa~cのいずれかが揃う。また、赤中右ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The red middle right bell A is a winning combination in which the rising right bell A is the main minor role with the payout of 15 medals and the secondary minor role with the payout of 1 medal. When the red middle right bell A is won, if the corresponding operation mode is operated (the order of stop operations of the middle reel, right reel, and left reel, and the operation mode where the stop operation timing of the middle reel is the red 7 area), , the combination of the rising right bell A is derived to the winning line LN, and the rising right bell A wins a prize. When the rising right bell A wins, any of the bells a to c will line up on the invalid line LM4. In addition, when the red middle right bell A is won, if it is operated in an operation mode other than the corresponding operation mode, the symbol combination of the secondary minor role is derived to the winning line LN according to the stop operation timing, and the secondary minor role is will win, or a symbol combination that does not constitute any winning combination will be drawn to the winning line LN, resulting in a loss in which neither winning combination will be won.

赤中右ベルBは、15枚のメダルの払出を伴う主小役として右上がりベルBが1枚のメダルの払出を伴う副小役とともに当選する役である。赤中右ベルBの当選時に、対応する操作態様(中リール、右リール、左リールの停止操作順、かつ中リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、右上がりベルBの組合せが入賞ラインLNに導出され、右上がりベルBが入賞する。右上がりベルBの入賞時には無効ラインLM4にベルa~cのいずれかが揃う。また、赤中右ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The red center right bell B is a combination that is won by a main minor combination with a payout of 15 medals, and a right-upward bell B with a sub-minor combination with a payout of 1 medal. When the red center right bell B is won, if the corresponding operation mode (the order of stopping the center reel, right reel, and left reel, and the operation mode in which the timing of the stop operation of the center reel becomes the red 7 area) is operated, the combination of the right-upward bell B is led to the winning line LN, and the right-upward bell B wins. When the right-upward bell B wins, any of the bells a to c are lined up on the invalid line LM4. Also, if the operation mode other than the corresponding operation mode is operated when the red center right bell B is won, the symbol combination of the sub-minor combination is led to the winning line LN according to the timing of the stop operation, and the sub-minor combination wins, or a symbol combination that does not constitute any role is led to the winning line LN, resulting in a loss in which no role wins.

赤右左ベルAは、15枚のメダルの払出を伴う主小役として右上がりベルCが1枚のメダルの払出を伴う副小役とともに当選する役である。赤右左ベルAの当選時に、対応する操作態様(右リール、左リール、中リールの停止操作順、かつ右リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、右上がりベルCの組合せが入賞ラインLNに導出され、右上がりベルCが入賞する。右上がりベルCの入賞時には無効ラインLM4にベルa~cのいずれかが揃う。また、赤右左ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 Red Right Left Bell A is a combination that wins as a main minor combination with a payout of 15 medals, and a right-upward bell C with a sub-minor combination with a payout of 1 medal. When the red right-left bell A is won, if the corresponding operation mode (the right reel, left reel, and center reel are stopped in the order of operation, and the timing of the right reel's stop operation is the red 7 area) is used, the right-upward bell C combination is led to the winning line LN, and the right-upward bell C wins. When the right-upward bell C wins, any of the bells a to c are lined up on the invalid line LM4. Also, when the red right-left bell A is won, if the operation mode is other than the corresponding operation mode, the symbol combination of the sub-minor combination is led to the winning line LN according to the timing of the stop operation, and the sub-minor combination wins, or a symbol combination that does not constitute any role is led to the winning line LN, resulting in a loss in which no role wins.

赤右左ベルBは、15枚のメダルの払出を伴う主小役として小山ベルBが1枚のメダルの払出を伴う副小役とともに当選する役である。赤右左ベルBの当選時に、対応する操作態様(右リール、左リール、中リールの停止操作順、かつ右リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、小山ベルBの組合せが入賞ラインLNに導出され、小山ベルBが入賞する。小山ベルBの入賞時には無効ラインLM6にベルa~cのいずれかが揃う。また、赤右左ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 Red Right Left Bell B is a combination that wins as a main minor combination with a payout of 15 medals and a secondary minor combination with a payout of 1 medal, Small Mountain Bell B. When Red Right Left Bell B is won, if the corresponding operation mode (the right reel, left reel, and center reel are stopped in the order of operation, and the timing of the right reel's stop operation is the red 7 area) is used, the combination of Small Mountain Bell B is led to the winning line LN and Small Mountain Bell B wins. When Small Mountain Bell B wins, any of Bells a to c is lined up on the invalid line LM6. Also, if the operation mode other than the corresponding operation mode is used when Red Right Left Bell B is won, the symbol combination of the secondary minor combination is led to the winning line LN depending on the timing of the stop operation, and the secondary minor combination wins, or a symbol combination that does not constitute any role is led to the winning line LN, resulting in a loss where no role wins.

赤右中ベルAは、15枚のメダルの払出を伴う主小役として中段ベルBが1枚のメダルの払出を伴う副小役とともに当選する役である。赤右中ベルAの当選時に、対応する操作態様(右リール、中リール、左リールの停止操作順、かつ右リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、中段ベルBの組合せが入賞ラインLNに導出され、中段ベルBが入賞する。中段ベルBの入賞時には入賞ラインLNにベルa~cのいずれかが揃う。また、赤右中ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The red right center bell A is a winning combination that is accompanied by the payout of 15 medals as a main minor combination, and the middle bell B is a winning combination that is accompanied by the payout of 1 medal. When the red right center bell A is won, if the corresponding operation mode (the right reel, middle reel, and left reel are stopped in the order of operation, and the timing of the right reel's stop operation is the red 7 area) is used, the combination of the middle bell B is guided to the winning line LN, and the middle bell B wins. When the middle bell B wins, any of the bells a to c are lined up on the winning line LN. Also, if the operation mode other than the corresponding operation mode is used when the red right center bell A is won, the symbol combination of the secondary minor combination is guided to the winning line LN according to the timing of the stop operation, and the secondary minor combination wins, or a symbol combination that does not constitute any combination is guided to the winning line LN, resulting in a loss in which no combination wins.

赤右中ベルBは、15枚のメダルの払出を伴う主小役として下段ベルAが1枚のメダルの払出を伴う副小役とともに当選する役である。赤右中ベルBの当選時に、対応する操作態様(右リール、中リール、左リールの停止操作順、かつ右リールの停止操作タイミングが赤7エリアとなる操作態様)で操作された場合には、下段ベルAの組合せが入賞ラインLNに導出され、下段ベルAが入賞する。下段ベルAの入賞時には無効ラインLM2にベルa~cのいずれかが揃う。また、赤右中ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The red right middle bell B is a combination in which the lower bell A is won as the main minor prize with the payout of 15 medals, together with the secondary minor prize with the payout of 1 medal. When the red right middle bell B is won, if the corresponding operation mode is operated (the stop operation order of the right reel, middle reel, and left reel, and the operation mode where the stop operation timing of the right reel is the red 7 area), , the combination of lower bell A is drawn out to the winning line LN, and lower bell A wins. When lower bell A wins, any of bells a to c are aligned on the invalid line LM2. In addition, when the red right middle bell B is won, if it is operated in an operation mode other than the corresponding operation mode, the symbol combination of the secondary minor prize is derived to the winning line LN according to the stop operation timing, and the secondary minor prize is will win, or a symbol combination that does not constitute any winning combination will be drawn to the winning line LN, resulting in a loss in which neither winning combination will be won.

白左中ベルAは、15枚のメダルの払出を伴う主小役として上段ベルCが1枚のメダルの払出を伴う副小役とともに当選する役である。白左中ベルAの当選時に、対応する操作態様(左リール、中リール、右リールの停止操作順、かつ左リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、上段ベルCの組合せが入賞ラインLNに導出され、上段ベルCが入賞する。上段ベルCの入賞時には無効ラインLM1にベルa~cのいずれかが揃う。また、白左中ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The white left-center bell A is a winning combination that is accompanied by the payout of 15 medals as a main minor combination, and the upper bell C is a winning combination that is accompanied by the payout of 1 medal. When the white left-center bell A is won, if the corresponding operation mode (the left reel, center reel, and right reel are stopped in the order of operation, and the timing of the left reel's stop operation is the white 7 area) is used, the combination of the upper bell C is led to the winning line LN, and the upper bell C wins. When the upper bell C wins, any of the bells a to c are lined up on the invalid line LM1. Also, if the operation mode other than the corresponding operation mode is used when the white left-center bell A is won, the symbol combination of the secondary minor combination is led to the winning line LN according to the timing of the stop operation, and the secondary minor combination wins, or a symbol combination that does not constitute any combination is led to the winning line LN, resulting in a loss in which no combination wins.

白左中ベルBは、15枚のメダルの払出を伴う主小役として上段ベルDが1枚のメダルの払出を伴う副小役とともに当選する役である。白左中ベルBの当選時に、対応する操作態様(左リール、中リール、右リールの停止操作順、かつ左リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、上段ベルDの組合せが入賞ラインLNに導出され、上段ベルDが入賞する。上段ベルDの入賞時には無効ラインLM1にベルa~cのいずれかが揃う。また、白左中ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The white left-center bell B is a winning combination that is accompanied by the payout of 15 medals as a main minor combination, and the upper bell D is a winning combination that is accompanied by the payout of 1 medal. When the white left-center bell B is won, if the corresponding operation mode (the left reel, center reel, and right reel are stopped in the order of operation, and the timing of the left reel's stop operation is the white 7 area) is used, the combination of the upper bell D is led to the winning line LN, and the upper bell D wins. When the upper bell D wins, any of the bells a to c are lined up on the invalid line LM1. Also, if the operation mode other than the corresponding operation mode is used when the white left-center bell B is won, the symbol combination of the secondary minor combination is led to the winning line LN according to the timing of the stop operation, and the secondary minor combination wins, or a symbol combination that does not constitute any combination is led to the winning line LN, resulting in a loss in which no combination wins.

白左右ベルAは、15枚のメダルの払出を伴う主小役として右下がりベルBが1枚のメダルの払出を伴う副小役とともに当選する役である。白左右ベルAの当選時に、対応する操作態様(左リール、右リール、中リールの停止操作順、かつ左リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、右下がりベルBの組合せが入賞ラインLNに導出され、右下がりベルBが入賞する。右下がりベルBの入賞時には無効ラインLM3にベルa~cのいずれかが揃う。また、白左右ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The White Left and Right Bell A is a combination that is won as a main minor combination with a payout of 15 medals, and a Right Down Bell B with a secondary minor combination with a payout of 1 medal. When the White Left and Right Bell A is won, if the corresponding operation mode (the left reel, right reel, and center reel are stopped in the order of operation, and the operation timing of the left reel is the white 7 area) is used, the combination of the Right Down Bell B is led to the winning line LN, and the Right Down Bell B wins. When the Right Down Bell B wins, any of the bells a to c are lined up on the invalid line LM3. Also, if the operation mode other than the corresponding operation mode is used when the White Left and Right Bell A is won, the symbol combination of the secondary minor combination is led to the winning line LN according to the timing of the stop operation, and the secondary minor combination wins, or a symbol combination that does not constitute any role is led to the winning line LN, resulting in a loss where no role wins.

白左右ベルBは、15枚のメダルの払出を伴う主小役として小VベルBが1枚のメダルの払出を伴う副小役とともに当選する役である。白左右ベルBの当選時に、対応する操作態様(左リール、右リール、中リールの停止操作順、かつ左リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、小VベルBの組合せが入賞ラインLNに導出され、小VベルBが入賞する。小VベルBの入賞時には無効ラインLM5にベルa~cのいずれかが揃う。また、白左右ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The White Left and Right Bell B is a combination that is won as a main minor combination with a payout of 15 medals, and a Small V Bell B with a secondary minor combination with a payout of 1 medal. When the White Left and Right Bell B is won, if the corresponding operation mode (the order of stopping the left reel, right reel, and center reel, and the operation mode in which the timing of the stop operation of the left reel becomes the white 7 area) is operated, the combination of the Small V Bell B is led to the winning line LN, and the Small V Bell B wins. When the Small V Bell B wins, any of the bells a to c are lined up on the invalid line LM5. Also, if the operation mode other than the corresponding operation mode is operated when the White Left and Right Bell B is won, the symbol combination of the secondary minor combination is led to the winning line LN according to the timing of the stop operation, and the secondary minor combination wins, or a symbol combination that does not constitute any role is led to the winning line LN, resulting in a loss in which neither role wins.

白中左ベルAは、15枚のメダルの払出を伴う主小役として中段ベルCが1枚のメダルの払出を伴う副小役とともに当選する役である。白中左ベルAの当選時に、対応する操作態様(中リール、左リール、右リールの停止操作順、かつ中リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、中段ベルCの組合せが入賞ラインLNに導出され、中段ベルCが入賞する。中段ベルCの入賞時には入賞ラインLNにベルa~cのいずれかが揃う。また、白中左ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The white middle left bell A is a winning combination in which the middle bell C is won as the main minor role with the payout of 15 medals, along with the secondary minor role with the payout of 1 medal. When the white middle left bell A is won, if the corresponding operation mode is used (the order of stop operations of the middle reel, left reel, and right reel, and the operation mode in which the stop operation timing of the middle reel is the white 7 area), , middle bell C is drawn out to the winning line LN, and middle bell C wins a prize. When middle bell C wins, any of bells a to c line up on winning line LN. In addition, when the white middle left bell A is won, if it is operated in an operation mode other than the corresponding operation mode, the symbol combination of the secondary minor role is derived to the winning line LN according to the stop operation timing, and the secondary minor role is will win, or a symbol combination that does not constitute any winning combination will be drawn to the winning line LN, resulting in a loss in which neither winning combination will be won.

白中左ベルBは、15枚のメダルの払出を伴う主小役として小山ベルCが1枚のメダルの払出を伴う副小役とともに当選する役である。白中左ベルBの当選時に、対応する操作態様(中リール、左リール、右リールの停止操作順、かつ中リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、小山ベルCの組合せが入賞ラインLNに導出され、小山ベルCが入賞する。小山ベルCの入賞時には無効ラインLM6にベルa~cのいずれかが揃う。また、白中左ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 White middle left bell B is a winning combination in which Koyama Bell C is won as the main minor role with the payout of 15 medals, along with the secondary minor role with the payout of 1 medal. When the white middle left bell B is won, if the corresponding operation mode is used (the order of stop operations of the middle reel, left reel, and right reel, and the operation mode in which the stop operation timing of the middle reel is the white 7 area), , Koyama Bell C is derived to the winning line LN, and Koyama Bell C wins. When Koyama Bell C wins, any of Bells a to c will line up on the invalid line LM6. In addition, when the white middle left bell B is won, if it is operated in an operation mode other than the corresponding operation mode, the symbol combination of the secondary minor role is derived to the winning line LN according to the stop operation timing, and the secondary minor role is will win, or a symbol combination that does not constitute any winning combination will be drawn to the winning line LN, resulting in a loss in which neither winning combination will be won.

白中右ベルAは、15枚のメダルの払出を伴う主小役として右上がりベルDが1枚のメダルの払出を伴う副小役とともに当選する役である。白中右ベルAの当選時に、対応する操作態様(中リール、右リール、左リールの停止操作順、かつ中リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、右上がりベルDの組合せが入賞ラインLNに導出され、右上がりベルDが入賞する。右上がりベルDの入賞時には無効ラインLM4にベルa~cのいずれかが揃う。また、白中右ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The white middle right bell A is a winning combination as the main minor role with the payout of 15 medals, and the right-up bell D with the secondary minor role with the payout of 1 medal. When the white middle right bell A is won, if the corresponding operation mode is used (the order of stop operations of the middle reel, right reel, and left reel, and the operation mode in which the stop operation timing of the middle reel is the white 7 area), , the combination of the rising right bell D is derived to the winning line LN, and the rising right bell D wins a prize. When the rising right bell D wins, any of the bells a to c will line up on the invalid line LM4. In addition, when winning the white middle right bell A, if the operation is performed in an operation mode other than the corresponding operation mode, the symbol combination of the secondary minor role is derived to the winning line LN according to the stop operation timing, and the secondary minor role is will win, or a symbol combination that does not constitute any winning combination will be drawn to the winning line LN, resulting in a loss in which neither winning combination will be won.

白中右ベルBは、15枚のメダルの払出を伴う主小役として右上がりベルEが1枚のメダルの払出を伴う副小役とともに当選する役である。白中右ベルBの当選時に、対応する操作態様(中リール、右リール、左リールの停止操作順、かつ中リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、右上がりベルEの組合せが入賞ラインLNに導出され、右上がりベルEが入賞する。右上がりベルEの入賞時には無効ラインLM4にベルa~cのいずれかが揃う。また、白中右ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The white center right bell B is a combination that wins as a main minor combination with a payout of 15 medals, and a right-upward bell E with a sub-minor combination with a payout of 1 medal. When the white center right bell B is won, if the corresponding operation mode (the order of stopping the center reel, right reel, and left reel, and the operation mode in which the timing of the stop operation of the center reel becomes the white 7 area) is operated, the combination of the right-upward bell E is led to the winning line LN, and the right-upward bell E wins. When the right-upward bell E wins, any of the bells a to c are lined up on the invalid line LM4. Also, if the operation mode other than the corresponding operation mode is operated when the white center right bell B is won, the symbol combination of the sub-minor combination is led to the winning line LN according to the timing of the stop operation, and the sub-minor combination wins, or a symbol combination that does not constitute any role is led to the winning line LN, resulting in a loss in which no role wins.

白右左ベルAは、15枚のメダルの払出を伴う主小役として右上がりベルFが1枚のメダルの払出を伴う副小役とともに当選する役である。白右左ベルAの当選時に、対応する操作態様(右リール、左リール、中リールの停止操作順、かつ右リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、右上がりベルFの組合せが入賞ラインLNに導出され、右上がりベルFが入賞する。右上がりベルFの入賞時には無効ラインLM4にベルa~cのいずれかが揃う。また、白右左ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The white right-left bell A is a winning combination in which the rising right bell F is the main minor role with the payout of 15 medals, along with the sub-minor role with the payout of 1 medal. When the white right/left bell A is won, if the corresponding operation mode is operated (the order of stop operations of the right reel, left reel, and middle reel, and the operation mode where the stop operation timing of the right reel is the white 7 area), The combination of the rising bell F to the right is derived to the winning line LN, and the rising bell F to the right wins a prize. When the rising right bell F wins, any of the bells a to c will line up on the invalid line LM4. In addition, when the white right/left bell A is won, if the operation is performed in an operation mode other than the corresponding operation mode, the symbol combination of the sub-minor role is derived to the winning line LN according to the stop operation timing, and the sub-minor role is Either a prize is won, or a symbol combination that does not constitute any winning combination is derived to the winning line LN, and it is a loss that does not win any winning combination.

白右左ベルBは、15枚のメダルの払出を伴う主小役として小山ベルDが1枚のメダルの払出を伴う副小役とともに当選する役である。白右左ベルBの当選時に、対応する操作態様(右リール、左リール、中リールの停止操作順、かつ右リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、小山ベルDの組合せが入賞ラインLNに導出され、小山ベルDが入賞する。小山ベルDの入賞時には無効ラインLM6にベルa~cのいずれかが揃う。また、白右左ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 White Right Left Bell B is a combination that wins as a main minor combination with a payout of 15 medals and a secondary minor combination with a payout of 1 medal, Small Mountain Bell D. When White Right Left Bell B is won, if the corresponding operation mode (the right reel, left reel, and center reel are stopped in the order of operation, and the timing of the right reel's stop operation is the white 7 area) is used, the combination of Small Mountain Bell D is led to the winning line LN and Small Mountain Bell D wins. When Small Mountain Bell D wins, any of Bells a to c is lined up on the invalid line LM6. Also, if the operation mode other than the corresponding operation mode is used when White Right Left Bell B is won, the symbol combination of the secondary minor combination is led to the winning line LN according to the timing of the stop operation, and the secondary minor combination wins, or a symbol combination that does not constitute any role is led to the winning line LN, resulting in a loss in which no role wins.

白右中ベルAは、15枚のメダルの払出を伴う主小役として中段ベルDが1枚のメダルの払出を伴う副小役とともに当選する役である。白右中ベルAの当選時に、対応する操作態様(右リール、中リール、左リールの停止操作順、かつ右リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、中段ベルDの組合せが入賞ラインLNに導出され、中段ベルDが入賞する。中段ベルDの入賞時には入賞ラインLNにベルa~cのいずれかが揃う。また、白右中ベルAの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The white right middle bell A is a winning combination in which the middle bell D is won as the main minor role with the payout of 15 medals, along with the secondary minor role with the payout of 1 medal. When the white right middle bell A is won, if the corresponding operation mode is operated (the stop operation order of the right reel, middle reel, and left reel, and the operation mode where the stop operation timing of the right reel is the white 7 area), , middle bell D is drawn out to the winning line LN, and middle bell D wins a prize. When the middle bell D wins, any of the bells a to c will line up on the winning line LN. In addition, when the white right middle bell A is won, if it is operated in an operation mode other than the corresponding operation mode, the symbol combination of the secondary minor role is derived to the winning line LN according to the stop operation timing, and the secondary minor role is will win, or a symbol combination that does not constitute any winning combination will be drawn to the winning line LN, resulting in a loss in which neither winning combination will be won.

白右中ベルBは、15枚のメダルの払出を伴う主小役として下段ベルBが1枚のメダルの払出を伴う副小役とともに当選する役である。白右中ベルBの当選時に、対応する操作態様(右リール、中リール、左リールの停止操作順、かつ右リールの停止操作タイミングが白7エリアとなる操作態様)で操作された場合には、下段ベルBの組合せが入賞ラインLNに導出され、下段ベルBが入賞する。下段ベルBの入賞時には無効ラインLM2にベルa~cのいずれかが揃う。また、白右中ベルBの当選時に、対応する操作態様以外の操作態様で操作された場合には、停止操作タイミングに応じて副小役の図柄組合せが入賞ラインLNに導出され、副小役が入賞するか、いずれの役も構成しない図柄組合せが入賞ラインLNに導出され、いずれの役も入賞しないハズレとなる。 The white right middle bell B is a winning combination in which the lower bell B is a main minor role with the payout of 15 medals, and the secondary minor role with the payout of 1 medal. When the white right middle bell B is won, if the corresponding operation mode is operated (the right reel, middle reel, left reel stop operation order, and the right reel stop operation timing is the white 7 area), , the combination of the lower bell B is drawn out to the winning line LN, and the lower bell B wins. When the lower bell B wins, any of the bells a to c are aligned on the invalid line LM2. In addition, when winning the white right middle bell B, if the operation is performed in an operation mode other than the corresponding operation mode, the symbol combination of the sub-minor role is derived to the winning line LN according to the stop operation timing, and the sub-minor role is drawn out to the winning line LN. will win, or a symbol combination that does not constitute any winning combination will be drawn to the winning line LN, resulting in a loss in which neither winning combination will be won.

尚、ナビ小役を構成する主小役のうち中段ベルA~Dは、いずれも入賞ラインLNにベルa~cのいずれかが揃うが、入賞ラインLNに揃う図柄組合せが異なる。また、ナビ小役を構成する主小役のうち上段ベルA~Dは、いずれも無効ラインLM1にベルa~cのいずれかが揃うが、入賞ラインLNに揃う図柄組合せが異なる。また、ナビ小役を構成する主小役のうち、下段ベルA、Bは、いずれも無効ラインLM2にベルa~cのいずれかが揃うが、入賞ラインLNに揃う図柄組合せが異なる。また、ナビ小役を構成する主小役のうち、右下がりベルA、Bは、いずれも無効ラインLM3にベルa~cのいずれかが揃うが、入賞ラインLNに揃う図柄組合せが異なる。また、ナビ小役を構成する主小役のうち右上がりベルA~Fは、いずれも無効ラインLM4にベルa~cのいずれかが揃うが、入賞ラインLNに揃う図柄組合せが異なる。また、ナビ小役を構成する主小役のうち小VベルA、Bは、いずれも無効ラインLM5にベルa~cのいずれかが揃うが、入賞ラインLNに揃う図柄組合せが異なる。また、ナビ小役を構成する主小役のうち小山ベルA~Dは、いずれも無効ラインLM6にベルa~cのいずれかが揃うが、入賞ラインLNに揃う図柄組合せが異なる。 The main minor roles that make up the navigation minor roles include the middle bells A to D, which all align with the winning line LN as bells a to c, but the symbol combinations that line up on the winning line LN are different. The main minor roles that make up the navigation minor roles include the upper bells A to D, which all align with bells a to c on the invalid line LM1, but the symbol combinations that line up on the winning line LN are different. The main minor roles that make up the navigation minor roles include the lower bells A and B, which all align with bells a to c on the invalid line LM2, but the symbol combinations that line up on the winning line LN are different. The main minor roles that make up the navigation minor roles include the downward-right bells A and B, which all align with bells a to c on the invalid line LM3, but the symbol combinations that line up on the winning line LN are different. The main minor roles that make up the navigation minor roles include the upward-right bells A to F, which all align with bells a to c on the invalid line LM4, but the symbol combinations that line up on the winning line LN are different. In addition, the small V bells A and B, which are the main minor symbols that make up the navigation minor symbol, will all line up with one of the bells a to c on the invalid line LM5, but the symbol combinations that line up on the winning line LN are different. In addition, the small mountain bells A to D, which are the main minor symbols that make up the navigation minor symbol, will all line up with one of the bells a to c on the invalid line LM6, but the symbol combinations that line up on the winning line LN are different.

特定小役A+1枚は、15枚のメダルの払出を伴う特定小役Aと1枚のメダルの払出を伴う1枚とともに当選する役である。特定小役A+1枚の当選時に、左リールの停止操作タイミングが白7エリアとなる操作態様で操作された場合には、停止操作順に関わらず、特定小役Aの図柄組合せが入賞ラインLNに導出され、特定小役Aが入賞する。特定小役A+1枚の当選時に、左リールの停止操作タイミングが赤7エリアとなる操作態様で操作された場合に、停止操作順に関わらず、1枚の図柄組合せが入賞ラインLNに導出され、1枚が入賞する。 Specific small win A+1 is a winning combination that includes specific small win A with a payout of 15 medals and 1 with a payout of 1 medal. When specific small win A+1 is won, if the left reel is operated in an operation mode that causes the stop operation timing to be in the white 7 area, the symbol combination of specific small win A will be guided to the winning line LN and specific small win A will win, regardless of the stopping operation order. When specific small win A+1 is won, if the left reel is operated in an operation mode that causes the stop operation timing to be in the red 7 area, the symbol combination of 1 will be guided to the winning line LN and 1 will win, regardless of the stopping operation order.

特定小役B+1枚は、15枚のメダルの払出を伴う特定小役Bと1枚のメダルの払出を伴う1枚とともに当選する役である。特定小役B+1枚の当選時に、左リールの停止操作タイミングが白7エリアとなる操作態様で操作された場合には、停止操作順に関わらず、特定小役Bの図柄組合せが入賞ラインLNに導出され、特定小役Bが入賞する。特定小役B+1枚の当選時に、左リールの停止操作タイミングが赤7エリアとなる操作態様で操作された場合に、停止操作順に関わらず、1枚の図柄組合せが入賞ラインLNに導出され、1枚が入賞する。 The specific small winning combination B+1 piece is a winning combination of the specific small winning combination B with the payout of 15 medals and 1 piece with the payout of 1 medal. When winning a specific minor winning combination B + 1 piece, if the left reel is operated in an operation mode in which the stop operation timing is in the white 7 area, the symbol combination of the specific minor winning combination B will be guided to the winning line LN regardless of the order of stop operations. Then, the specific small winning combination B wins. When winning a specific minor winning combination B + 1 piece, if the left reel is operated in an operation mode in which the stop operation timing is in the red 7 area, regardless of the order of stop operations, 1 symbol combination will be derived to the winning line LN, and 1 The winning ticket will be awarded.

特定小役A、Bは、いずれも左リールの停止操作タイミングが白7エリアとなる操作態様で操作された場合に、停止操作順に関わらず入賞し、15枚のメダルの払出を伴う小役であるが、入賞ラインLNに揃う図柄組合せが異なる。また、前述のように、左リールにおいて赤7エリア、白7エリアの範囲は、連続する10図柄の範囲であり、左リール1周の1/2の範囲となることから、特定小役A+1枚、特定小役B+1枚の当選時には、複数の操作態様のうち1/2の操作態様では、特定小役A、Bが入賞し、1/2の操作態様では、1枚が入賞する。 When the left reel is stopped in the white 7 area, both of the special small wins A and B are awarded regardless of the order of the stop operation, and are small wins that involve the payment of 15 medals, but the symbol combinations that line up on the winning line LN are different. Also, as mentioned above, the range of the red 7 area and white 7 area on the left reel is a range of 10 consecutive symbols, which is 1/2 of one revolution of the left reel, so when special small win A+1 and special small win B+1 are won, in 1/2 of the multiple operation modes, special small win A and B will be awarded, and in 1/2 of the operation modes, 1 coin will be awarded.

複合小役1は、ナビ小役を構成する全ての主小役、すなわち上段ベルA~D、中段ベルA~D、下段ベルA、B、右下がりベルA、B、右上がりベルA~F、小山ベルA~D、小VベルA、Bと、特定小役A、Bが同時当選する役である。複合小役1の当選時には、停止操作順、停止操作タイミングに関わらず、必ず15枚のメダルの払出を伴う中段ベルA~Dのいずれかの図柄組合せが入賞ラインLNに導出され、中段ベルA~Dのいずれかが入賞する。 Composite minor win 1 is a win in which all the main minor wins that make up the navigation minor win, namely the upper bells A-D, middle bells A-D, lower bells A, B, downward right bells A, B, upward right bells A-F, small mound bells A-D, small V bells A, B, and specific minor wins A and B, are won simultaneously. When composite minor win 1 is won, regardless of the order of the stop operation or the timing of the stop operation, any of the symbol combinations of middle bells A-D that are accompanied by the payout of 15 medals will be led to the winning line LN, and any of the middle bells A-D will win.

複合小役2は、ナビ小役を構成する全ての副小役と1枚と3枚が当選する役である。複合小役2の当選時には、停止操作順、停止操作タイミングに関わらず、必ず1枚のメダルの払出を伴う1枚の図柄組合せが入賞ラインLNに導出され、1枚が入賞する。 Composite minor prize 2 is a prize in which all the sub-minor prizes that make up the navigation minor prize, as well as 1 and 3 coins, are won. When Composite minor prize 2 is won, regardless of the stop operation order or the stop operation timing, a single symbol combination that accompanies the payout of one medal is always derived to the winning line LN, and one medal is won.

[ナビ小役、特定小役、複合小役に関連する制御について]
メイン制御部41は、内部抽選の後、内部抽選の結果を特定可能な内部当選コマンドをサブ制御部91に対して送信し、サブ制御部91は、内部当選コマンドから特定される内部抽選の結果に応じて演出内容を決定し、決定した演出内容に従って演出を実行する。
[About controls related to navigation minor roles, specific minor roles, and complex minor roles]
After the internal lottery, the main control unit 41 transmits an internal winning command that can specify the internal lottery result to the sub-control unit 91, and the sub-control unit 91 transmits the internal lottery result specified from the internal lottery command. The content of the performance is determined according to the content of the performance, and the performance is executed according to the determined content of the performance.

メイン制御部41は、図6に示すように、内部抽選においてナビ小役が当選した場合に、ナビ報知を行う場合にも、ナビ報知を行わない場合にも、ナビ小役の種類、対応する操作態様に関わらず、全てのナビ小役に共通の当選番号11を示す内部当選コマンド、すなわちナビ小役が当選したことは特定可能となるが、対応する操作態様が特定不能な内部当選コマンドをサブ制御部91に対して送信する。 As shown in FIG. 6, when a navigation minor prize is won in the internal lottery, the main control unit 41 controls the type of navigation minor prize and the corresponding one, whether the navigation notification is to be made or the navigation notification is not to be made. Regardless of the operation mode, an internal winning command that shows the winning number 11 that is common to all Navi small roles, that is, it is possible to identify that the Navi small role has been won, but the corresponding operation mode is an internal winning command that cannot be specified. It is transmitted to the sub-control unit 91.

また、メイン制御部41は、内部抽選においてナビ小役が当選した場合に、ナビ報知を行わない場合には、RAM41cのナビ番号設定領域にナビ報知を行わない旨を示す「0」を設定し、ナビ報知を行う場合には、RAM41cのナビ番号設定領域に、当選したナビ小役に対応する操作態様に応じた「1」~「12」のナビ番号を設定し、ナビ番号設定領域に設定されたナビ番号を遊技補助表示器12に表示させることで、当選したナビ小役に対応する操作態様での停止操作を促すナビ報知を行う。尚、内部抽選においてナビ報知の対象とならない役が当選した場合には、RAM41cのナビ番号設定領域にナビ報知を行わない旨を示す「0」が設定される。 In addition, if the navigation minor prize is won in the internal lottery and the navigation notification is not to be performed, the main control unit 41 sets "0" indicating that the navigation notification will not be performed in the navigation number setting area of the RAM 41c. , When performing navigation notification, set a navigation number from "1" to "12" according to the operation mode corresponding to the won navigation minor role in the navigation number setting area of the RAM 41c, and set it in the navigation number setting area. By displaying the selected navigation number on the game auxiliary display 12, navigation notification is performed to urge a stop operation in an operation mode corresponding to the won navigation small winning combination. Incidentally, if a winning combination that is not subject to navigation notification is won in the internal lottery, "0" indicating that navigation notification will not be performed is set in the navigation number setting area of the RAM 41c.

詳しくは、図6に示すように、赤左中ベルA、赤左中ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「1」が設定され、図7に示すように、ナビ番号として設定された「1」を遊技補助表示器12に表示させることで、左リール、中リール、右リールの停止操作順、かつ左リールの停止操作タイミングが赤7エリアとなる操作態様(左赤領域・中・右停止)での停止操作を促すナビ報知を行う。 Specifically, as shown in FIG. 6, when either the red left center bell A or the red left center bell B wins and the navigation is notified, "1" is set as the navigation number in the navigation number setting area of the RAM 41c. As shown in FIG. 7, by displaying "1" set as the navigation number on the gaming auxiliary display 12, the stop operation order of the left reel, middle reel, and right reel and the stop operation timing of the left reel are determined. A navigation notification is provided to prompt the driver to stop the vehicle in the red 7 area (left red area, center stop, right stop).

また、図6に示すように、赤左右ベルA、赤左右ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「2」が設定され、図7に示すように、ナビ番号として設定された「2」を遊技補助表示器12に表示させることで、左リール、右リール、中リールの停止操作順、かつ左リールの停止操作タイミングが赤7エリアとなる操作態様(左赤領域・右・中停止)での停止操作を促すナビ報知を行う。 In addition, as shown in FIG. 6, when either the red left/right bell A or the red left/right bell B wins and the navigation is notified, "2" is set as the navigation number in the navigation number setting area of the RAM 41c. As shown in 7, by displaying "2" set as the navigation number on the gaming auxiliary display 12, the stop operation order of the left reel, right reel, middle reel and the stop operation timing of the left reel are changed to red 7. A navigation notification is provided to prompt the driver to stop the vehicle in certain operation modes (left red area, right, middle stop).

また、図6に示すように、赤中左ベルA、赤中左ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「3」が設定され、図7に示すように、ナビ番号として設定された「3」を遊技補助表示器12に表示させることで、中リール、左リール、右リールの停止操作順、かつ中リールの停止操作タイミングが赤7エリアとなる操作態様(中赤領域・左・右停止)での停止操作を促すナビ報知を行う。 As shown in FIG. 6, when either the red center left bell A or the red center left bell B wins and a navigation notification is issued, the navigation number "3" is set in the navigation number setting area of the RAM 41c, and as shown in FIG. 7, the navigation number "3" set is displayed on the game aid display 12 to issue a navigation notification encouraging the player to stop the reels in the order of stopping the center reel, left reel, and right reel, and in an operation mode in which the timing of the center reel's stop operation is in the red 7 area (center red area, left and right stop).

また、図6に示すように、赤中右ベルA、赤中右ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「4」が設定され、図7に示すように、ナビ番号として設定された「4」を遊技補助表示器12に表示させることで、中リール、右リール、左リールの停止操作順、かつ中リールの停止操作タイミングが赤7エリアとなる操作態様(中赤領域・右・左停止)での停止操作を促すナビ報知を行う。 In addition, as shown in FIG. 6, when either the red middle right bell A or the red middle right bell B wins and the navigation is notified, "4" is set as the navigation number in the navigation number setting area of the RAM 41c. , as shown in FIG. 7, by displaying "4" set as the navigation number on the gaming auxiliary display 12, the stop operation order of the middle reel, right reel, and left reel, and the stop operation timing of the middle reel can be changed. A navigation notification is provided to encourage a stop operation in the red 7 area (middle red area, right/left stop).

また、図6に示すように、赤右左ベルA、赤右左ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「5」が設定され、図7に示すように、ナビ番号として設定された「5」を遊技補助表示器12に表示させることで、右リール、左リール、中リールの停止操作順、かつ右リールの停止操作タイミングが赤7エリアとなる操作態様(右赤領域・左・中停止)での停止操作を促すナビ報知を行う。 As shown in FIG. 6, when either the red right-left bell A or the red right-left bell B wins and a navigation notification is issued, the navigation number "5" is set in the navigation number setting area of the RAM 41c, and as shown in FIG. 7, the navigation number "5" set is displayed on the game aid display 12 to issue a navigation notification encouraging the player to stop the right reel, left reel, and center reel in the order of stopping, and in the operation mode in which the right reel's stopping timing is the red 7 area (right red area, left, center stop).

また、図6に示すように、赤右中ベルA、赤右中ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「6」が設定され、図7に示すように、ナビ番号として設定された「6」を遊技補助表示器12に表示させることで、右リール、中リール、左リールの停止操作順、かつ右リールの停止操作タイミングが赤7エリアとなる操作態様(右赤領域・中・左停止)での停止操作を促すナビ報知を行う。 As shown in FIG. 6, when either the red right center bell A or the red right center bell B wins and a navigation notification is issued, the navigation number "6" is set in the navigation number setting area of the RAM 41c, and as shown in FIG. 7, the navigation number "6" is displayed on the game aid display 12 to issue a navigation notification encouraging the player to stop the right reel, center reel, and left reel in the order of stopping the reel, and in the operation mode in which the right reel stops in the red 7 area (right red area, center, left stop).

また、図6に示すように、白左中ベルA、白左中ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「7」が設定され、図7に示すように、ナビ番号として設定された「7」を遊技補助表示器12に表示させることで、左リール、中リール、右リールの停止操作順、かつ左リールの停止操作タイミングが白7エリアとなる操作態様(左白領域・中・右停止)での停止操作を促すナビ報知を行う。 Furthermore, as shown in FIG. 6, when either the white left middle bell A or the white left middle bell B wins and the navigation is notified, "7" is set as the navigation number in the navigation number setting area of the RAM 41c. , as shown in FIG. 7, by displaying "7" set as the navigation number on the gaming auxiliary display 12, the order of stop operations of the left reel, middle reel, and right reel and the stop operation timing of the left reel can be changed. A navigation notification is provided to prompt a stop operation in the operation mode that corresponds to the white 7 area (left white area, middle, right stop).

また、図6に示すように、白左右ベルA、白左右ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「8」が設定され、図7に示すように、ナビ番号として設定された「8」を遊技補助表示器12に表示させることで、左リール、右リール、中リールの停止操作順、かつ左リールの停止操作タイミングが白7エリアとなる操作態様(左白領域・右・中停止)での停止操作を促すナビ報知を行う。 As shown in FIG. 6, when either White Left/Right Bell A or White Left/Right Bell B wins and a navigation notification is issued, the navigation number "8" is set in the navigation number setting area of RAM 41c, and as shown in FIG. 7, the navigation number "8" is displayed on the game aid display 12 to issue a navigation notification encouraging the player to stop the left reel, right reel, and center reel in the order of stopping, and in the operation mode in which the timing of the left reel stopping is the white 7 area (left white area, right, center stop).

また、図6に示すように、白中左ベルA、白中左ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「9」が設定され、図7に示すように、ナビ番号として設定された「9」を遊技補助表示器12に表示させることで、中リール、左リール、右リールの停止操作順、かつ中リールの停止操作タイミングが白7エリアとなる操作態様(中白領域・左・右停止)での停止操作を促すナビ報知を行う。 In addition, as shown in FIG. 6, when either the white middle left bell A or the white middle left bell B wins and the navigation is notified, "9" is set as the navigation number in the navigation number setting area of the RAM 41c. , as shown in FIG. 7, by displaying "9" set as the navigation number on the gaming auxiliary display 12, the stop operation order of the middle reel, left reel, and right reel, and the stop operation timing of the middle reel can be changed. A navigation notification is provided to prompt a stop operation in the white 7 area (center white area, left/right stop).

また、図6に示すように、白中右ベルA、白中右ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「10」が設定され、図7に示すように、ナビ番号として設定された「10」を遊技補助表示器12に表示させることで、中リール、右リール、左リールの停止操作順、かつ中リールの停止操作タイミングが白7エリアとなる操作態様(中白領域・右・左停止)での停止操作を促すナビ報知を行う。 As shown in FIG. 6, when either the white center right bell A or the white center right bell B wins and a navigation notification is issued, the navigation number "10" is set in the navigation number setting area of the RAM 41c, and as shown in FIG. 7, the navigation number "10" is displayed on the game aid display 12 to issue a navigation notification encouraging the player to stop the reels in the order of stopping the center reel, right reel, and left reel, and in the operation mode in which the timing of the center reel's stop operation is the white 7 area (center white area, right and left stop).

また、図6に示すように、白右左ベルA、白右左ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「11」が設定され、図7に示すように、ナビ番号として設定された「11」を遊技補助表示器12に表示させることで、右リール、左リール、中リールの停止操作順、かつ右リールの停止操作タイミングが白7エリアとなる操作態様(右白領域・左・中停止)での停止操作を促すナビ報知を行う。 As shown in FIG. 6, when either White Right/Left Bell A or White Right/Left Bell B wins and a navigation notification is issued, the navigation number "11" is set in the navigation number setting area of RAM 41c, and as shown in FIG. 7, the navigation number "11" is displayed on the game aid display 12 to issue a navigation notification encouraging the player to stop the right reel, left reel, and center reel in the order of stop operation, and in the operation mode in which the right reel stop operation timing is the white 7 area (right white area, left, center stop).

また、図6に示すように、白右中ベルA、白右中ベルBのいずれが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「12」が設定され、図7に示すように、ナビ番号として設定された「12」を遊技補助表示器12に表示させることで、右リール、中リール、左リールの停止操作順、かつ右リールの停止操作タイミングが白7エリアとなる操作態様(右白領域・中・左停止)での停止操作を促すナビ報知を行う。 As shown in FIG. 6, when either the white right center bell A or the white right center bell B wins and a navigation notification is issued, the navigation number "12" is set in the navigation number setting area of the RAM 41c, and as shown in FIG. 7, the navigation number "12" is displayed on the game aid display 12 to issue a navigation notification encouraging the player to stop the right reel, center reel, and left reel in the order of stopping the reel, and in the operation mode in which the right reel stops in the white 7 area (right white area, center, left stop).

このように、ナビ小役の種類が異なっても同じ操作態様が対応するナビ小役が当選した場合には、共通のナビ報知を行う。 In this way, even if the types of navigation minor winnings are different, if a navigation minor winning combination corresponding to the same operation mode is won, a common navigation notification is performed.

また、メイン制御部41は、ナビ小役の当選時にナビ報知を行わない場合には、内部当選コマンドを送信した後、ナビ小役に対応する操作態様が特定されないナビ番号「0」を特定可能なナビコマンドを送信する一方で、図6に示すように、赤左中ベルA、赤左中ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が左赤領域・中・右停止であることを示すナビ番号「1」を特定可能なナビコマンドをサブ制御部91に対して送信し、赤左右ベルA、赤左右ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が左赤領域・右・中停止であることを示すナビ番号「2」を特定可能なナビコマンドをサブ制御部91に対して送信し、赤中左ベルA、赤中左ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が中赤領域・左・右停止であることを示すナビ番号「3」を特定可能なナビコマンドをサブ制御部91に対して送信し、赤中右ベルA、赤中右ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が中赤領域・右・左停止であることを示すナビ番号「4」を特定可能なナビコマンドをサブ制御部91に対して送信し、赤右左ベルA、赤右左ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が右赤領域・左・中停止であることを示すナビ番号「5」を特定可能なナビコマンドをサブ制御部91に対して送信し、赤右中ベルA、赤右中ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が右赤領域・中・左停止であることを示すナビ番号「6」を特定可能なナビコマンドをサブ制御部91に対して送信し、白左中ベルA、白左中ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が左白領域・中・右停止であることを示すナビ番号「7」を特定可能なナビコマンドをサブ制御部91に対して送信し、白左右ベルA、白左右ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が左白領域・右・中停止であることを示すナビ番号「8」を特定可能なナビコマンドをサブ制御部91に対して送信し、白中左ベルA、白中左ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が中白領域・左・右停止であることを示すナビ番号「9」を特定可能なナビコマンドをサブ制御部91に対して送信し、白中右ベルA、白中右ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が中白領域・右・左停止であることを示すナビ番号「10」を特定可能なナビコマンドをサブ制御部91に対して送信し、白右左ベルA、白右左ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が右白領域・左・中停止であることを示すナビ番号「11」を特定可能なナビコマンドをサブ制御部91に対して送信し、白右中ベルA、白右中ベルBのいずれが当選してナビ報知を行う場合には、対応する操作態様が右白領域・中・左停止であることを示すナビ番号「12」を特定可能なナビコマンドをサブ制御部91に対して送信する。 In addition, if the navigation notification is not performed when the navigation minor prize is won, the main control unit 41 can specify the navigation number "0" for which the operation mode corresponding to the navigation minor prize is not specified after transmitting the internal winning command. While transmitting navigation commands, as shown in FIG. 6, if either red left middle bell A or red left middle bell B wins and a navigation notification is performed, the corresponding operation mode is the left red area. A navigation command that can specify the navigation number "1" indicating the center/right stop is transmitted to the sub-control unit 91, and a navigation notification is made as to which of the red left and right bells A and red left and right bells B is selected. In this case, a navigation command that can specify the navigation number "2" indicating that the corresponding operation mode is left red area, right, middle stop is transmitted to the sub-control unit 91, and the red middle left bell A, If either of the red middle left bells B wins and a navigation notification is made, a navigation command that can specify the navigation number "3" indicating that the corresponding operation mode is the middle red area, left or right stop will be subbed. When transmitting to the control unit 91 and performing navigation notification when either red middle right bell A or red middle right bell B wins, the corresponding operation mode is middle red area, right/left stop. A navigation command that can specify the navigation number "4" indicating the number "4" is transmitted to the sub-control unit 91, and if either the red right left bell A or the red right left bell B is won and the navigation notification is performed, the corresponding operation is performed. A navigation command that can specify the navigation number "5" indicating that the mode is a right red area, left, or middle stop is sent to the sub-control unit 91, and a navigation command that can specify the navigation number "5" indicating that the mode is right red area, left, or middle stop is sent to the sub-control unit 91, When winning and performing navigation notification, a navigation command that can specify the navigation number "6" indicating that the corresponding operation mode is right red area, middle, and left stop is transmitted to the sub-control unit 91. However, if either the white left center bell A or the white left center bell B is selected and the navigation is notified, the navigation number "7" indicating that the corresponding operation mode is left white area, middle, right stop. When transmitting a navigation command that can specify the white left/right bell A or white left/right bell B to the sub-control unit 91 and performing navigation notification as to whether the white left/right bell A or the white left/right bell B has been won, the corresponding operation mode is the left white area/right white area. - Sends a navigation command that can specify the navigation number "8" indicating a middle stop to the sub-control unit 91, and sends a navigation notification as to whether the white middle left bell A or the white middle left bell B wins. When doing so, a navigation command that can specify the navigation number "9" indicating that the corresponding operation mode is center white area/left/right stop is sent to the sub-control unit 91, and the white center right bell A is , white center right bell B is selected and if a navigation notification is to be made, a navigation command that can specify the navigation number "10" indicating that the corresponding operation mode is the center white area, right/left stop is required. A message is sent to the sub-control unit 91 to indicate that when either the white right/left bell A or the white right/left bell B is selected and the navigation is notified, the corresponding operation mode is right white area/left/middle stop. A navigation command that can specify the navigation number "11" shown is transmitted to the sub-control unit 91, and if either the white right middle bell A or the white right middle bell B wins and the navigation is notified, the corresponding navigation command is executed. A navigation command that can specify the navigation number "12" indicating that the operation mode is right white area, center, and left stop is transmitted to the sub-control unit 91.

このように、ナビ小役の種類が異なっても同じ停止操作順が対応するナビ小役が当選した場合には、共通のナビコマンドをサブ制御部91に対して送信する。 In this way, even if the type of navigation minor win is different, if a navigation minor win that corresponds to the same stop operation sequence is won, a common navigation command is sent to the sub-control unit 91.

メイン制御部41は、図6に示すように、内部抽選において特定小役A+1枚、特定小役B+1枚、1枚が当選した場合に、ナビ報知を行う場合にも、ナビ報知を行わない場合にも、特定小役A+1枚、特定小役B+1枚、1枚のいずれが当選した場合でも、共通の当選番号8を示す内部当選コマンド、すなわち特定小役A+1枚、特定小役B+1枚、1枚のいずれかが当選したことは特定可能となるが、いずれが当選したかが特定不能な内部当選コマンドをサブ制御部91に対して送信する。 As shown in FIG. 6, the main control unit 41 determines whether navigation notification is to be made or not when specific small winning combination A+1 piece, specific small winning combination B+1 piece, and 1 piece are won in the internal lottery. Also, no matter which of the specific small winning combinations A+1, specific small winnings B+1, and 1 is won, the internal winning command that indicates the common winning number 8, i.e., specific small winnings A+1, specific small winnings B+1, 1, is issued. An internal winning command is transmitted to the sub-control unit 91 that makes it possible to specify that one of the tickets has been won, but that it is impossible to specify which one has been won.

また、メイン制御部41は、内部抽選において特定小役A+1枚、特定小役B+1枚が当選した場合に、ナビ報知を行わない場合には、RAM41cのナビ番号設定領域にナビ報知を行わない旨を示す「0」を設定し、ナビ報知を行う場合には、RAM41cのナビ番号設定領域に、特定小役A+1枚、特定小役B+1枚に対応する操作態様に応じた「13」のナビ番号を設定し、ナビ番号設定領域に設定されたナビ番号を遊技補助表示器12に表示させることで、特定小役A+1枚、特定小役B+1枚に対応する操作態様での停止操作を促すナビ報知を行う。尚、内部抽選においてナビ報知の対象とならない1枚が当選した場合には、他のナビ報知の対象とならない役と同様にRAM41cのナビ番号設定領域にナビ報知を行わない旨を示す「0」が設定される。 In addition, when a specific small role A+1 or specific small role B+1 is won in the internal lottery, the main control unit 41 sets "0" in the navigation number setting area of RAM 41c to indicate that no navigation notification will be made if no navigation notification will be made, and when a navigation notification will be made, sets a navigation number of "13" corresponding to the operation mode corresponding to the specific small role A+1 or specific small role B+1 in the navigation number setting area of RAM 41c, and displays the navigation number set in the navigation number setting area on the game auxiliary display 12 to make a navigation notification that encourages a stop operation in the operation mode corresponding to the specific small role A+1 or specific small role B+1. Note that, when a card that is not subject to navigation notification is won in the internal lottery, "0" indicating that no navigation notification will be made is set in the navigation number setting area of RAM 41c, as with other roles that are not subject to navigation notification.

詳しくは、図6に示すように、特定小役A+1枚、特定小役B+1枚のいずれかが当選してナビ報知を行う場合には、RAM41cのナビ番号設定領域にナビ番号として「13」が設定され、図7に示すように、ナビ番号として設定された「13」を遊技補助表示器12に表示させることで、左リールの停止操作タイミングが白7エリアとなる操作態様(左白領域)での停止操作を促すナビ報知を行う。 In more detail, as shown in FIG. 6, when either the specific small win A+1 or the specific small win B+1 is won and a navigation notification is issued, the navigation number "13" is set in the navigation number setting area of the RAM 41c, and as shown in FIG. 7, the navigation number "13" is displayed on the game support display 12, thereby issuing a navigation notification encouraging a stop operation in an operation mode in which the timing for stopping the left reel is the white 7 area (left white area).

このように、特定小役A+1枚、特定小役B+1枚のいずれが当選した場合でも、特定小役A、Bが入賞する操作態様は共通であり、特定小役A+1枚が当選してナビ報知を行う場合にも、特定小役B+1枚が当選してナビ報知を行う場合にも、共通のナビ報知を行う。 In this way, whether a specific small win A+1 or a specific small win B+1 is won, the operation mode for specific small wins A and B is the same, and the same navigation notification is performed whether a specific small win A+1 is won and a navigation notification is performed, or whether a specific small win B+1 is won and a navigation notification is performed.

メイン制御部41は、特定小役A+1枚、特定小役B+1枚のいずれかの当選時にナビ報知を行わない場合には、内部当選コマンドを送信した後、いずれが当選したかが特定されないナビ番号「0」を特定可能なナビコマンドを送信する一方で、図6に示すように、特定小役A+1枚、特定小役B+1枚のいずれが当選してナビ報知を行う場合には、左リールの停止操作タイミングが白7エリアとなる操作態様(左白領域)での停止操作であることを示すナビ番号「13」を特定可能なナビコマンドをサブ制御部91に対して送信する。 If the main control unit 41 does not notify the navigation when either the specific small winning combination A+1 piece or the specific small winning combination B+1 piece is won, after transmitting an internal winning command, the main control unit 41 sends a navigation number that does not specify which one won. While transmitting a navigation command that can specify "0", as shown in Figure 6, if a specific small winning combination A+1 piece or a specific small winning combination B+1 piece is won and the navigation is notified, the left reel A navigation command is sent to the sub-control unit 91 that can specify the navigation number "13" indicating that the stop operation is in an operation mode in which the stop operation timing is in the white 7 area (left white area).

尚、メイン制御部41は、1枚の当選時にはナビ報知が行われることがないため、1枚の当選時には、内部当選コマンドを送信した後、いずれが当選したかが特定されないナビ番号「0」を特定可能なナビコマンドを送信する。 In addition, since the main control unit 41 does not perform a navigation notification when one ticket is won, when one ticket is won, it sends an internal winning command and then sends a navigation command that can identify the navigation number "0", which does not identify which ticket is the winning ticket.

このように、特定小役A+1枚、特定小役B+1枚のいずれが当選した場合でも、特定小役A、Bが入賞する操作態様は共通であり、特定小役A+1枚が当選してナビ報知を行う場合にも、特定小役B+1枚が当選してナビ報知を行う場合にも、共通のナビコマンドをサブ制御部91に対して送信する。 In this way, no matter which of the specific small winning combinations A+1 and specific small winnings B+1 winning, the operation mode for winning the specific small winnings A and B is the same, and the navigation notification that the specific small winning combination A+1 is won. A common navigation command is transmitted to the sub-control unit 91 both in the case where the specific small winning combination B+1 piece is won and the navigation notification is performed.

尚、メイン制御部41は、内部抽選においてナビ報知の対象とならない役が当選した場合には、内部当選コマンドを送信した後、内部抽選においてナビ報知の対象とならない役の当選時にナビ番号設定領域に設定されるナビ番号「0」を特定可能なナビコマンドを送信する。 When a role that is not subject to navigation notification is won in the internal lottery, the main control unit 41 transmits an internal winning command and then transmits a navigation command that can identify the navigation number "0" that is set in the navigation number setting area when a role that is not subject to navigation notification is won in the internal lottery.

サブ制御部91は、ナビ小役の当選を示す内部当選コマンドを受信した場合に、内部当選コマンドからナビ小役のいずれかが当選したことを特定することは可能であるが、ナビ小役に対応する操作態様は特定できないため、メイン制御部41側でナビ報知が行われず、内部当選コマンドの後に受信したナビコマンドから対応する操作態様が特定されない場合には、ナビ小役の当選、かつナビ報知が行われない場合の制御、例えば、ナビ小役の当選、かつナビ報知がない場合に対応する演出群(例えば、ナビ小役の当選を示唆する演出等)からいずれかの演出内容を決定し、決定した演出内容にて演出を実行する。 When the sub-control unit 91 receives an internal win command indicating that a navigation minor win has been won, it is possible to determine from the internal win command that one of the navigation minor wins has been won, but it is unable to determine the operation mode corresponding to the navigation minor win. Therefore, if no navigation notification is performed on the main control unit 41 side and the corresponding operation mode cannot be determined from the navigation command received after the internal win command, the sub-control unit 91 performs control for when a navigation minor win has been won and no navigation notification has been performed, for example, it determines the content of one of the effects from a group of effects (for example, effects suggesting that a navigation minor win has been won) corresponding to a win of the navigation minor win and no navigation notification, and executes the effect with the determined content.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「1」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「赤7-2-3」の画像を表示させることで、左赤領域・中・右停止の操作態様での停止操作を促すナビ演出を行う。この際、赤左中ベルAが当選している場合でも、赤左中ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて左赤領域・中・右停止の操作態様での停止操作を促すナビ演出を行う。 Further, when the sub-control unit 91 receives an internal winning command specifying the winning of the navigation minor prize and then receives a navigation command indicating the navigation number "1", the sub-control unit 91 displays the liquid crystal display as shown in FIG. By displaying an image of "Red 7-2-3" on the device 51, a navigation effect is performed that prompts a stop operation in the left red area, middle, and right stop operation mode. At this time, even if red left middle bell A is won or red left middle bell B is won, a common internal winning command and a common navigation command are transmitted, so the sub control unit 91 , performs navigation effects that encourage stop operations in the left red area, middle, and right stop operation modes using common control.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「2」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「赤7-3-2」の画像を表示させることで、左赤領域・右・中停止の操作態様での停止操作を促すナビ演出を行う。この際、赤左右ベルAが当選している場合でも、赤左右ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて左赤領域・右・中停止の操作態様での停止操作を促すナビ演出を行う。 In addition, when the sub-control unit 91 receives an internal winning command specifying the winning of the navigation minor prize and then receives a navigation command indicating the navigation number "2", the sub-control unit 91 displays the liquid crystal display as shown in FIG. By displaying the image of "Red 7-3-2" on the device 51, a navigation effect is performed that prompts a stop operation in the left red area, right, and middle stop operation modes. At this time, even if red left and right bells A are won, and even if red left and right bells B are won, a common internal winning command and a common navigation command are transmitted, so the sub-control unit 91 Under the control of , a navigation effect is performed that encourages stop operations in the left red area, right, and middle stop operation mode.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「3」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「2-赤7-3」の画像を表示させることで、中赤領域・左・右停止の操作態様での停止操作を促すナビ演出を行う。この際、赤中左ベルAが当選している場合でも、赤中左ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて中赤領域・左・右停止の操作態様での停止操作を促すナビ演出を行う。 In addition, when the sub-control unit 91 receives an internal winning command specifying the winning of the navigation minor prize and then receives a navigation command indicating the navigation number "3", the sub-control unit 91 displays the liquid crystal display as shown in FIG. By displaying the image "2-Red 7-3" on the device 51, a navigation effect is performed that prompts a stop operation in the middle red area, left, right stop operation mode. At this time, even if red middle left bell A has been won or red middle left bell B has been won, a common internal winning command and a common navigation command are transmitted, so the sub control unit 91 , performs navigation effects that encourage stop operations in the middle red area, left, and right stop operations using common control.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「4」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「3-赤7-2」の画像を表示させることで、中赤領域・右・左停止の操作態様での停止操作を促すナビ演出を行う。この際、赤中右ベルAが当選している場合でも、赤中右ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて中赤領域・右・左停止の操作態様での停止操作を促すナビ演出を行う。 In addition, when the sub-control unit 91 receives a navigation command indicating the navigation number "4" after receiving an internal winning command that specifies a winning navigation minor role, it performs a navigation performance that encourages a stop operation in the operation mode of the middle red area and right and left stop by displaying the image of "3-red 7-2" on the liquid crystal display 51 as shown in FIG. 7. In this case, whether the red middle right bell A is won or the red middle right bell B is won, a common internal winning command and a common navigation command are sent, so the sub-control unit 91 performs a navigation performance that encourages a stop operation in the operation mode of the middle red area and right and left stop by common control.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「5」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「2-3-赤7」の画像を表示させることで、右赤領域・左・中停止の操作態様での停止操作を促すナビ演出を行う。この際、赤右左ベルAが当選している場合でも、赤右左ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて右赤領域・左・中停止の操作態様での停止操作を促すナビ演出を行う。 In addition, when the sub-control unit 91 receives an internal winning command specifying the winning of the navigation minor prize and then receives a navigation command indicating the navigation number "5", the sub-control unit 91 displays the liquid crystal display as shown in FIG. By displaying the image "2-3-Red 7" on the device 51, a navigation effect is performed that prompts a stop operation in the right red area, left, and middle stop operation modes. At this time, even if red right/left bell A has been won or red right/left bell B has been won, a common internal winning command and a common navigation command are transmitted, so the sub-control unit 91 Under the control of , a navigation effect is performed that encourages stop operations in the right red area, left, and middle stop operation modes.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「6」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「3-2-赤7」の画像を表示させることで、右赤領域・中・左停止の操作態様での停止操作を促すナビ演出を行う。この際、赤右中ベルAが当選している場合でも、赤右中ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて右赤領域・中・左停止の操作態様での停止操作を促すナビ演出を行う。 In addition, when the sub-control unit 91 receives an internal winning command specifying the winning of the navigation minor prize and then receives a navigation command indicating the navigation number "6", the sub-control unit 91 displays the liquid crystal display as shown in FIG. By displaying the image "3-2-Red 7" on the device 51, a navigation effect is performed that prompts a stop operation in the right red area, middle, and left stop operation modes. At this time, even if red right middle bell A is won or red right middle bell B is won, a common internal winning command and a common navigation command are transmitted, so the sub control unit 91 , performs navigation effects that encourage stop operations in the right red area, middle, and left stop operation modes using common control.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「7」を示すナビコマンド受信した場合には、図7に示すように、液晶表示器51に「白7-2-3」の画像を表示させることで、左白領域・中・右停止の操作態様での停止操作を促すナビ演出を行う。この際、白左中ベルAが当選している場合でも、白左中ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて左白領域・中・右停止の操作態様での停止操作を促すナビ演出を行う。 In addition, when the sub-control unit 91 receives an internal winning command specifying the winning of the navigation small winning combination and then receives a navigation command indicating the navigation number "7", the sub-control unit 91 displays a screen on the liquid crystal display as shown in FIG. By displaying an image of "White 7-2-3" on 51, a navigation effect is performed that prompts a stop operation in the left white area, middle, and right stop operation modes. At this time, even if white left middle bell A is won or white left middle bell B is won, a common internal winning command and a common navigation command are transmitted, so the sub control unit 91 , performs navigation effects that encourage stop operations in the left white area, middle, and right stop operation modes using common control.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「8」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「白7-3-2」の画像を表示させることで、左白領域・右・中停止の操作態様での停止操作を促すナビ演出を行う。この際、白左右ベルAが当選している場合でも、白左右ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて左白領域・右・中停止の操作態様での停止操作を促すナビ演出を行う。 In addition, when the sub-control unit 91 receives an internal winning command specifying the winning of the navigation minor prize and then receives a navigation command indicating the navigation number "8", the sub-control unit 91 displays the liquid crystal display as shown in FIG. By displaying the image of "White 7-3-2" on the device 51, a navigation effect is performed that prompts the stop operation in the left white area, right, and middle stop operation modes. At this time, even if white left and right bells A have been won, and even if white left and right bells B have been won, a common internal winning command and a common navigation command are transmitted. Under the control of , a navigation effect is performed that prompts a stop operation in the left white area, right, and middle stop operation mode.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「9」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「2-白7-3」の画像を表示させることで、中白領域・左・右停止の操作態様での停止操作を促すナビ演出を行う。この際、白中左ベルAが当選している場合でも、白中左ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて中白領域・左・右停止の操作態様での停止操作を促すナビ演出を行う。 In addition, when the sub-control unit 91 receives a navigation command indicating the navigation number "9" after receiving an internal winning command that specifies a winning navigation minor role, it performs a navigation performance that encourages a stop operation in the operation mode of the white middle area and left and right stops by displaying the image of "2-white 7-3" on the liquid crystal display 51 as shown in FIG. 7. At this time, whether the white middle left bell A is won or the white middle left bell B is won, a common internal winning command and a common navigation command are sent, so the sub-control unit 91 performs a navigation performance that encourages a stop operation in the operation mode of the white middle area and left and right stops with common control.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「10」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「3-白7-2」の画像を表示させることで、中白領域・右・左停止の操作態様での停止操作を促すナビ演出を行う。この際、白中右ベルAが当選している場合でも、白中右ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて中白領域・右・左停止の操作態様での停止操作を促すナビ演出を行う。 In addition, when the sub-control unit 91 receives a navigation command indicating the navigation number "10" after receiving an internal winning command that specifies a winning navigation minor role, it performs a navigation performance that encourages a stop operation in the operation mode of the white middle area and right and left stops by displaying the image of "3-white 7-2" on the liquid crystal display 51 as shown in FIG. 7. At this time, whether the white middle right bell A is won or the white middle right bell B is won, a common internal winning command and a common navigation command are sent, so the sub-control unit 91 performs a navigation performance that encourages a stop operation in the operation mode of the white middle area and right and left stops with common control.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「11」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「2-3-白7」の画像を表示させることで、右白領域・左・中停止の操作態様での停止操作を促すナビ演出を行う。この際、白右左ベルAが当選している場合でも、白右左ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて右白領域・左・中停止の操作態様での停止操作を促すナビ演出を行う。 In addition, when the sub-control unit 91 receives a navigation command indicating the navigation number "11" after receiving an internal winning command that specifies a winning navigation minor role, it performs a navigation performance that encourages a stop operation in the operation mode of right white area, left, and center stop by displaying the image of "2-3-white 7" on the liquid crystal display 51 as shown in FIG. 7. At this time, whether white right left bell A is won or white right left bell B is won, a common internal winning command and a common navigation command are sent, so the sub-control unit 91 performs a navigation performance that encourages a stop operation in the operation mode of right white area, left, and center stop by common control.

また、サブ制御部91は、ナビ小役の当選が特定される内部当選コマンドを受信した後、ナビ番号「12」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「3-2-白7」の画像を表示させることで、右白領域・中・左停止の操作態様での停止操作を促すナビ演出を行う。この際、白右中ベルAが当選している場合でも、白右中ベルBが当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて右白領域・中・左停止の操作態様での停止操作を促すナビ演出を行う。 In addition, when the sub-control unit 91 receives a navigation command indicating the navigation number "12" after receiving an internal winning command that specifies a winning navigation minor role, it performs a navigation performance that encourages a stop operation in the operation mode of right white area, center, and left stop by displaying the image of "3-2-white 7" on the liquid crystal display 51 as shown in FIG. 7. At this time, whether the white right center bell A is won or the white right center bell B is won, a common internal winning command and a common navigation command are sent, so the sub-control unit 91 performs a navigation performance that encourages a stop operation in the operation mode of right white area, center, and left stop by common control.

サブ制御部91は、特定小役A+1枚、特定小役B+1枚、1枚の当選を示す内部当選コマンドを受信した場合に、メイン制御部41側でナビ報知が行われず、内部当選コマンドの後に受信したナビコマンドから対応する操作態様が特定されない場合には、特定小役A+1枚、特定小役B+1枚、1枚のいずれかの当選、かつナビ報知が行われない場合の制御、例えば、特定小役A+1枚、特定小役B+1枚、1枚の当選、かつナビ報知がない場合に対応する演出群(例えば、特定小役A+1枚、特定小役B+1枚、1枚の当選を示唆する演出等)からいずれかの演出内容を決定し、決定した演出内容にて演出を実行する。 When the sub-controller 91 receives an internal win command indicating a win of specific small win A+1, specific small win B+1, or 1, if no navigation notification is performed on the main controller 41 side and the corresponding operation mode is not identified from the navigation command received after the internal win command, the sub-controller 91 controls the case where a win of specific small win A+1, specific small win B+1, or 1 is performed and no navigation notification is performed, for example, the sub-controller 91 determines the content of one of the effects (e.g., effects suggesting a win of specific small win A+1, specific small win B+1, or 1) corresponding to the win of specific small win A+1, specific small win B+1, or 1 and no navigation notification, and executes the effect with the determined content.

また、サブ制御部91は、特定小役A+1枚、特定小役B+1枚、1枚の当選を示す内部当選コマンドを受信した後、ナビ番号「13」を示すナビコマンドを受信した場合には、図7に示すように、液晶表示器51に「白7-2-3」の画像を表示させることで、左白領域停止の操作態様での停止操作を促すナビ演出を行う。この際、特定小役A+1枚が当選している場合でも、特定小役B+1枚が当選している場合でも、共通の内部当選コマンド、共通のナビコマンドが送信されるため、サブ制御部91は、共通の制御にて左白領域停止の操作態様での停止操作を促すナビ演出を行う。尚、左白領域停止の操作態様での停止操作は、左白領域・中・右停止の操作態様に含まれるため、白左中ベルAが当選している場合や白左中ベルBが当選している場合と共通のナビ演出を行う。 Further, when the sub control unit 91 receives an internal winning command indicating the winning of specific small winning combination A+1 piece, specific small winning combination B+1 piece, and 1 piece, and then receives a navigation command indicating the navigation number “13”, As shown in FIG. 7, by displaying an image of "White 7-2-3" on the liquid crystal display 51, a navigation effect is performed that prompts a stop operation in the left white area stop operation mode. At this time, even if the specific small winning combination A+1 piece is won or the specific small winning combination B+1 piece is won, a common internal winning command and a common navigation command are transmitted, so the sub control unit 91 , performs a navigation effect that prompts a stop operation in the left white area stop operation mode under common control. In addition, the stop operation in the left white area stop operation mode is included in the left white area, middle, and right stop operation modes, so if white left middle bell A is won or white left middle bell B is won. Performs the same navigation effect as when the vehicle is running.

尚、本実施例では、ナビ小役のうち白左中ベルA、白左中ベルB、白左右ベルA、白左右ベルBが当選している場合に行われるナビ報知と、特定小役A+1枚、特定小役B+1枚が当選している場合に行われるナビ報知と、が異なる態様であるが、特定小役A+1枚、特定小役B+1枚の当選時において特定小役A、Bを入賞させる操作態様は、白左中ベルA、白左中ベルBに対応する左白領域・中・右停止の操作態様、または白左右ベルA、白左右ベルBに対応する左白領域・右・中停止の操作態様に含まれるため、特定小役A+1枚、特定小役B+1枚が当選している場合に、白左中ベルA、白左中ベルBが当選している場合に行われるナビ報知または白左右ベルA、白左右ベルBが当選している場合に行われるナビ報知と共通の態様のナビ報知を行う構成としても良い。 In addition, in this embodiment, the navigation notification that is performed when the white left middle bell A, the white left middle bell B, the white left and right bell A, and the white left and right bell B are won among the navigation small roles, and the specific small role A+1 This is different from the navigation notification that is carried out when a special small role B+1 piece is won, but when a specific small role A+1 piece or a specific small role B+1 piece is won, a specific small role A or B is won. The operation mode is to stop the left white area/middle/right corresponding to white left middle bell A, white left middle bell B, or the left white area/right/right stop corresponding to white left/right bell A, white left/right bell B. Since it is included in the operation mode of the middle stop, the navigation that will be performed when the white left middle bell A and the white left middle bell B are won when the specific small role A + 1 piece and the specific small role B + 1 piece are won. It is also possible to perform navigation notification in the same manner as the navigation notification performed when the notification or white left and right bells A and white left and right bells B are won.

また、本実施例では、ナビ小役のうち白左中ベルA、白左中ベルB、白左右ベルA、白左右ベルBが当選している場合に送信されるナビコマンドと、特定小役A+1枚、特定小役B+1枚が当選している場合に送信されるナビコマンドと、が異なる構成であるが、特定小役A+1枚、特定小役B+1枚が当選している場合に、白左中ベルA、白左中ベルBが当選している場合、または白左右ベルA、白左右ベルBが当選している場合と共通の操作態様が特定されるナビコマンドを送信する構成としても良い。 In addition, in this embodiment, the navigation command that is sent when the white left middle bell A, the white left middle bell B, the white left and right bell A, and the white left and right bell B are won among the navigation small roles, and the specific small role The configuration is different from the navigation command sent when A+1 piece and specific small role B+1 piece are won, but when the specific small role A+1 piece and specific small role B+1 piece are won, white left It may be configured to send a navigation command that specifies a common operation mode when middle bell A, white left middle bell B is won, or when white left and right bells A and white left and right bells B are won. .

[ナビ小役、特定小役、複合小役を構成する小役の当選確率について]
本実施例では、図8に示すように、通常遊技状態(非内部中・内部中)において、上段ベルAが当選する赤左中ベルAの当選確率、上段ベルBが当選する赤左中ベルBの当選確率、右下がりベルAが当選する赤左右ベルAの当選確率、小VベルAが当選する赤左右ベルBの当選確率、中段ベルAが当選する赤中左ベルAの当選確率、小山ベルAが当選する赤中左ベルBの当選確率、右上がりベルAが当選する赤中右ベルAの当選確率、右上がりベルBが当選する赤中右ベルBの当選確率、右上がりベルCが当選する赤右左ベルAの当選確率、小山ベルBが当選する赤右左ベルBの当選確率、中段ベルBが当選する赤右中ベルAの当選確率、下段ベルAが当選する赤右中ベルBの当選確率、上段ベルCが当選する白左中ベルAの当選確率、上段ベルDが当選する白左中ベルBの当選確率、右下がりベルBが当選する白左右ベルAの当選確率、小VベルBが当選する白左右ベルBの当選確率、中段ベルCが当選する白中左ベルAの当選確率、小山ベルCが当選する白中左ベルBの当選確率、右上がりベルDが当選する白中右ベルAの当選確率、右上がりベルEが当選する白中右ベルBの当選確率、右上がりベルFが当選する白右左ベルAの当選確率、小山ベルDが当選する白右左ベルBの当選確率、中段ベルDが当選する白右中ベルAの当選確率、下段ベルBが当選する白右中ベルBの当選確率は、いずれも2000/65536であり、特定小役Aが当選する特定小役A+1枚の当選確率、特定小役Bが当選する特定小役B+1枚の当選確率は、いずれも1345/65536である。
[About the probability of winning the navigation small prize, specific small prize, and small prize that constitutes the composite small prize]
In this embodiment, as shown in FIG. 8, in the normal gaming state (non-inner middle/inner middle), the winning probability of the red left center bell A that wins the upper bell A, the winning probability of the red left center bell B that wins the upper bell B, the winning probability of the red left and right bell A that wins the downward right bell A, the winning probability of the red left and right bell B that wins the small V bell A, the winning probability of the red left center bell A that wins the middle bell A, the winning probability of the red left center bell B that wins the small mountain bell A, the winning probability of the red right center bell A that wins the upward right bell A, the winning probability of the red right center bell B that wins the upward right bell B, the winning probability of the red right left bell A that wins the upward right bell C, the winning probability of the red right left bell B that wins the small mountain bell B, the winning probability of the red right center bell A that wins the middle bell B, the winning probability of the red right center bell B that wins the lower bell A, the winning probability of the white left center bell A that wins the upper bell C, The winning probability of the white left center bell B which wins Bell D, the winning probability of the white left and right bell A which wins the downward right bell B, the winning probability of the white left and right bell B which wins the small V bell B, the winning probability of the white left center bell A which wins the middle bell C, the winning probability of the white left center bell B which wins the small mountain bell C, the winning probability of the white middle right bell A which wins the upward right bell D, the winning probability of the white middle right bell B which wins the upward right bell E, the winning probability of the white right and left bell A which wins the upward right bell F, the winning probability of the white right and left bell B which wins the small mountain bell D, the winning probability of the white right center bell A which wins the middle bell D, and the winning probability of the white right center bell B which wins the lower bell B are all 2000/65536, and the winning probability of the specific small role A + 1 which wins the specific small role A and the winning probability of the specific small role B + 1 which wins the specific small role B are all 1345/65536.

また、特別遊技状態(RB)において、全ての主小役、すなわち上段ベルA~D、中段ベルA~D、下段ベルA、B、右下がりベルA、B、右上がりベルA~F、小山ベルA~D、小VベルA、Bと、特定小役A、Bと、が当選する複合小役1の当選確率は、2001/65536であり、通常遊技状態(非内部中・内部中)における主小役それぞれの当選確率(2000/65536)よりも高く設定されている。 In addition, in the special gaming state (RB), all the main and minor roles, namely, upper bells A to D, middle bells A to D, lower bells A, B, lower right bells A, B, upper right bells A to F, small mountain. The winning probability of Composite Small Win 1 in which Bells A to D, Small V Bells A and B, and Specific Small Wins A and B are won is 2001/65536, and the normal gaming state (Non-internal medium/Internal medium) It is set higher than the winning probability (2000/65536) for each of the main and minor roles in .

加えて、通常遊技状態(非内部中・内部中)において主小役のいずれかが当選する確率(48000/65536)よりも、特別遊技状態(RB)における主小役の当選確率(2001/65536)の方が低く設定されている。すなわち通常遊技状態(非内部中・内部中)における主小役それぞれの当選確率は、特別遊技状態(RB)における主小役の当選確率よりも低く設定されているが、通常遊技状態(非内部中・内部中)においていずれかの主小役が当選する確率よりも、特別遊技状態(RB)において主小役が当選する確率が低く設定されている。 In addition, the probability of winning any of the main and minor prizes in the special gaming state (RB) (2001/65536) is higher than the probability of winning any of the major and minor prizes in the normal gaming state (non-internal/internal) (48000/65536). ) is set lower. In other words, the winning probability of each main and minor combination in the normal gaming state (non-internal medium and internal medium) is set lower than the winning probability of the main and minor combination in the special gaming state (RB). The probability of winning a main/minor combination in the special gaming state (RB) is set lower than the probability of winning any of the main/minor combinations in the special gaming state (RB).

このことから、例えば同じ操作態様に対応するナビ小役において当選する主小役が1種類の場合であると、通常遊技状態(非内部中・内部中)における主小役それぞれの当選確率が高くなり、それ以上に特別遊技状態(RB)における主小役の当選確率を高く設定すると、特別遊技状態(RB)における主小役の当選確率が相対的に高くなってしまうこととなるが、本実施例では、通常遊技状態(非内部中・内部中)における主小役それぞれの当選確率よりも、特別遊技状態(RB)における主小役の当選確率を高く設定する構成において、同じ操作態様に対応するナビ小役において当選する主小役をそれぞれ複数種類(本実施例では2種類)とすることで、通常遊技状態(非内部中・内部中)における主小役それぞれの当選確率が下がるため、その分特別遊技状態(RB)における主小役の当選確率を下げることが可能となる。 For this reason, for example, if there is only one type of main minor role that can be won in a navigation minor role that corresponds to the same operation mode, the probability of winning each of the main minor roles in the normal game state (not inside/inside) will be high, and if the probability of winning the main minor role in the special game state (RB) is set higher than that, the probability of winning the main minor role in the special game state (RB) will be relatively high. However, in this embodiment, in a configuration in which the probability of winning the main minor role in the special game state (RB) is set higher than the probability of winning each of the main minor roles in the normal game state (not inside/inside), by setting multiple types of main minor roles (two types in this embodiment) that can be won in a navigation minor role that corresponds to the same operation mode, the probability of winning each of the main minor roles in the normal game state (not inside/inside) will decrease, and it will be possible to decrease the probability of winning the main minor role in the special game state (RB) accordingly.

また、通常遊技状態(非内部中・内部中)において特定小役A、Bが当選する確率は、それぞれ1345/65536であり、通常遊技状態(非内部中・内部中)における主小役それぞれの当選確率(2000/65536)よりも低く設定されている。このため、左リールの停止操作タイミングが白7エリアとなる操作態様で操作すれば確実に15枚のメダルを獲得できる特定小役A、Bの当選確率が過度に高まってしまうことがない。 In addition, the probability of winning specific minor roles A and B in the normal gaming state (non-internal/internal) is 1345/65536, respectively, and It is set lower than the winning probability (2000/65536). For this reason, if the left reel is operated in an operation mode in which the stop operation timing is in the white 7 area, the probability of winning the specific small winning combinations A and B, which can reliably obtain 15 medals, does not increase excessively.

また、特別遊技状態(RB)において全ての主小役と、特定小役A、Bと、が当選する複合小役1の当選確率は、2001/65536であり、通常遊技状態(非内部中・内部中)における主小役それぞれの当選確率(2000/65536)よりも高く、通常遊技状態(非内部中・内部中)における特定小役A、Bそれぞれの当選確率(1345/65536)よりも高く設定されている。 In addition, the winning probability of composite minor role 1 in which all the main minor roles and specific minor roles A and B are won in the special gaming state (RB) is 2001/65536, and in the normal gaming state (non-internal, medium, Higher than the winning probability (2000/65536) for each of the main and minor roles in the internal medium (internal medium), and higher than the winning probability (1345/65536) for each of the specific minor roles A and B in the normal gaming state (non-internal medium and internal medium) It is set.

加えて、通常遊技状態(非内部中・内部中)において主小役、特定小役A、Bのいずれかが当選する確率(50690/65536)よりも、特別遊技状態(RB)における主小役の当選確率(2001/65536)、特別遊技状態(RB)における特定小役A、Bの当選確率(2001/65536)の方が低く設定されている。すなわち通常遊技状態(非内部中・内部中)における主小役、特定小役A、Bそれぞれの当選確率は、特別遊技状態(RB)における主小役、特定小役A、Bが当選する確率よりも低く設定されているが、通常遊技状態(非内部中・内部中)においていずれかの主小役、特定小役A、Bが当選する確率よりも、特別遊技状態(RB)において主小役、特定小役A、Bが当選する確率が低く設定されている。 In addition, the probability (50690/65536) of winning either the main or minor role or specific minor role A or B in the normal gaming state (non-internal/internal) is higher than the probability of winning the main or minor role in the special gaming state (RB). The winning probability (2001/65536) of , and the winning probability of specific small winning combinations A and B (2001/65536) in the special gaming state (RB) are set lower. In other words, the probability of winning each of the main and minor roles and specific minor roles A and B in the normal gaming state (non-internal/internal) is the probability that the main and minor roles and specific minor roles A and B will be won in the special gaming state (RB). Although it is set lower than the probability of winning any of the main and minor prizes, specific minor prizes A and B in the normal gaming state (non-internal medium/internal medium), the probability of winning the main and minor prizes in the special gaming state (RB) The probability of winning the winning combination and specific small winning combinations A and B is set low.

また、特定小役が1種類の場合であると、通常遊技状態(非内部中・内部中)における特定小役の当選確率が高くなり、それ以上に特別遊技状態(RB)における特定小役や主小役の当選確率を高く設定すると、特別遊技状態(RB)における特定小役や主小役の当選確率が相対的に高くなってしまうこととなるが、本実施例では、通常遊技状態(非内部中・内部中)における特定小役の当選確率よりも、特別遊技状態(RB)における特定小役及び主小役の当選確率を高く設定する構成において、特定小役を複数種類(本実施例では2種類)とすることで、通常遊技状態(非内部中・内部中)において特定小役A、Bの個々の当選確率が下がるため、その分特別遊技状態(RB)における特定小役A、Bや主小役の当選確率を下げることが可能となる。 In addition, if there is only one type of specific small role, the probability of winning the specific small role in the normal gaming state (non-internal medium/inside medium) is high, and even more so in the special gaming state (RB). If the winning probability of the main and minor prizes is set high, the winning probability of the specific minor prizes and the major and minor prizes in the special gaming state (RB) will become relatively high, but in this example, in the normal gaming state (RB) In a configuration in which the winning probability of a specific minor role and main minor role in the special gaming state (RB) is set higher than the winning probability of a specific minor role in the non-internal medium and internal medium), multiple types of specific minor roles (in this implementation In the example, 2 types), the individual winning probability of specific small winning combinations A and B in the normal gaming state (non-internal medium/internal medium) decreases, so the specific small winning combination A in the special gaming state (RB) decreases accordingly. , B, and the winning probability of the main and minor roles can be lowered.

[遊技区間について]
メイン制御部41は、遊技区間として通常区間及び有利区間のいずれかに制御することが可能である。
[About the gaming section]
The main control unit 41 can control the game period to be either a normal period or an advantageous period.

通常区間は、ナビ報知が行われることのない遊技区間であり、有利区間が終了された後、次ゲームが開始されることで開始される。その後、通常区間は、特別遊技状態以外の遊技状態に制御されているゲームにおいて内部抽選にて有利区間移行役が当選したゲームにおいて終了される。通常区間では、区間表示LED19は、常に消灯状態に制御される。 The normal zone is a game zone in which no navigation notification is given, and begins when the next game is started after the advantageous zone ends. After that, the normal zone ends in a game in which a role that transitions to an advantageous zone is won in an internal lottery in a game controlled to a game state other than the special game state. In the normal zone, the zone display LED 19 is always controlled to be off.

有利区間は、ナビ報知が行われることのある遊技区間であり、ナビ報知が実行され得ることで通常区間に比較して遊技者にとって有利な遊技区間である。有利区間は、通常区間のゲームにおいて特別遊技状態以外の遊技状態に制御されているゲームにおいて内部抽選にて有利区間移行役が当選することで有利区間に移行させる旨が決定され、次ゲームから開始される。その後、有利区間の終了条件(後述の終了条件1~3)が成立することで終了される。メイン制御部41は、有利区間の開始時に区間表示LED19を点灯させることで、有利区間中である旨を認識させることが可能となる。その後、メイン制御部41は、有利区間が終了するときに区間表示LED19を消灯し、区間表示を終了するようになっている。 The advantageous zone is a game zone in which a navigation notification may be performed, and is a game zone that is more advantageous to the player than the normal zone because a navigation notification may be executed. The advantageous zone is determined to transition to the advantageous zone by winning an advantageous zone transition role in an internal lottery in a game controlled to a game state other than a special game state in a game in the normal zone, and begins from the next game. The advantageous zone then ends when the end conditions of the advantageous zone (end conditions 1 to 3 described below) are met. The main control unit 41 turns on the zone display LED 19 at the start of the advantageous zone, making it possible for the player to recognize that they are in the advantageous zone. Then, when the advantageous zone ends, the main control unit 41 turns off the zone display LED 19, ending the zone display.

尚、本実施例では、メイン制御部41が、有利区間が開始するゲームの開始時に区間表示LED19を点灯することで、有利区間に制御されている旨の報知を開始する構成であるが、有利区間の開始後、最初にナビ報知が行われることでメダルの払出率(払出枚数/賭数)が100%を超え得るゲームの開始時に、区間表示LED19を点灯することで、有利区間に制御されている旨の報知を開始する構成としても良い。 In this embodiment, the main control unit 41 lights up the section display LED 19 at the start of the game when the advantageous section starts, thereby starting to notify that the advantageous section is being controlled. After the start of the section, at the start of the game where the medal payout rate (number of payouts/number of bets) can exceed 100% due to the first navigation notification, the section is controlled to be an advantageous section by lighting up the section display LED 19. It may also be configured to start notifying the user of the situation.

メイン制御部41は、有利区間において内部抽選にてナビ対象役が当選したときに、ナビ報知の制御(遊技補助表示器12にナビ番号を表示させる制御、ナビ番号を特定可能なナビコマンドを送信する制御等)を行って、遊技者にとって有利となるストップスイッチ8L、8C、8Rの操作態様を報知することが可能であり、有利区間は、通常区間に比較して遊技者にとって有利な遊技区間となる。 When a navigation target role is selected in an internal lottery during a favorable zone, the main control unit 41 can control the navigation notification (such as controlling the display of the navigation number on the game assistance display 12 and controlling the transmission of a navigation command that can identify the navigation number) to notify the player of the operation mode of the stop switches 8L, 8C, and 8R that is advantageous to the player, and the favorable zone is a game zone that is more advantageous to the player than the normal zone.

また、メイン制御部41は、有利区間において、ナビ報知が行われない通常状態、ナビ報知が行われないがAT状態への移行確率が高まるCZ(チャンスゾーン)状態、ナビ報知が行われるAT状態等を含む遊技者にとっての有利度が異なる複数種類の有利区間状態に制御することが可能である。 The main control unit 41 also controls, in the advantageous section, a normal state in which navigation notification is not performed, a CZ (chance zone) state in which navigation notification is not performed but the probability of transition to the AT state increases, and an AT state in which navigation notification is performed. It is possible to control a plurality of types of advantageous section states with different degrees of advantage for the player, including the following.

有利区間の終了条件には、有利区間におけるゲーム数(有利区間ゲーム数)が上限ゲーム数として定められた第1規定数(本実施例では、1500ゲーム)に到達することで成立する終了条件1、有利区間においてメダルの増減枚数が減少傾向から増加傾向に変化してからのメダルの純増枚数が上限枚数として定められた第2規定数(本実施例では、2400)を超えることで成立する終了条件2、予め定められた任意条件(本実施例では、AT状態の終了条件が成立すること)が成立することで成立する終了条件3が含まれ、終了条件1~3のうち少なくとも一の条件が成立することで有利区間は終了される。 The conditions for ending the advantageous zone include end condition 1, which is met when the number of games in the advantageous zone (advantageous zone game number) reaches a first specified number (1500 games in this embodiment) set as the upper limit number of games, end condition 2, which is met when the net increase in the number of medals after the increase or decrease in the number of medals in the advantageous zone changes from a decreasing trend to an increasing trend, exceeds a second specified number (2400 in this embodiment) set as the upper limit number, and end condition 3, which is met when a predetermined arbitrary condition (in this embodiment, the end condition of the AT state is met) is met, and the advantageous zone ends when at least one of end conditions 1 to 3 is met.

尚、本実施例では、遊技区間が通常区間に制御されているときに、予め定められた有利区間移行役が当選することで、遊技区間を有利区間へ移行させる構成であるが、遊技区間が通常区間に制御されているときに、内部抽選にて有利区間移行抽選対象役が当選することで、有利区間移行抽選を行い、当該有利区間移行抽選にて当選することで、遊技区間を有利区間へ移行させる構成でも良い。 In this embodiment, when the gaming zone is controlled to the normal zone, the gaming zone is transitioned to the favorable zone by winning a predetermined favorable zone transition role. However, when the gaming zone is controlled to the normal zone, a favorable zone transition lottery is held by winning a favorable zone transition lottery target role in an internal lottery, and the gaming zone is transitioned to the favorable zone by winning the favorable zone transition lottery.

[メイン処理について]
メイン制御部41が行うメイン処理の制御内容について、図9に基づいて説明する。尚、メイン処理は、一単位の遊技毎に繰り返し実行される。そして、メイン処理の一周期がゲームの一単位に相当している。
[Main processing]
The control content of the main processing performed by the main control unit 41 will be described with reference to Fig. 9. The main processing is repeatedly executed for each unit of play. One cycle of the main processing corresponds to one unit of the game.

図9に示すように、メイン制御部41は、まず、遊技開始待ち処理(Sa1)を行って、前の1遊技の制御の終了後から次の1ゲームを開始させるまでの処理を行う。遊技開始待ち処理では、メダルの投入等に応じて賭数を設定する処理を行い、規定数の賭数が設定された状態でスタートスイッチ7の操作が検出されることで、次の1ゲームを開始させる処理を行う。 As shown in FIG. 9, the main control unit 41 first performs a game start waiting process (Sa1), and performs a process from the end of the control of the previous game to the start of the next game. In the game start waiting process, the number of bets is set according to the insertion of medals, etc., and when the operation of the start switch 7 is detected with the specified number of bets set, the next game is started. Perform the process to start.

次いで、ゲームが開始すると、入賞の発生を許容するか否かを決定(内部抽選)するための内部抽選処理(Sa2)を行う。内部抽選処理では、スロットマシン1において予め設定された設定値(1~6)やスタートスイッチ7の検出によるゲームの開始と同時に取得された内部抽選用の乱数値に基づいて、入賞の発生を許容するか否か(すなわち、表示結果の導出を許容するか否か)を決定する内部抽選を行う。そして、内部抽選での当選結果が特定可能となるように当選した役に対応する当選番号(ハズレの場合は0)をRAM41cの所定領域に記憶させる。 Next, when the game starts, an internal lottery process (Sa2) is performed to determine whether or not a winning combination is allowed to occur (internal lottery). In the internal lottery process, an internal lottery is performed to determine whether or not a winning combination is allowed to occur (i.e., whether or not derivation of a display result is allowed) based on preset setting values (1-6) in the slot machine 1 and a random number value for the internal lottery obtained simultaneously with the start of the game by detecting the start switch 7. Then, a winning number corresponding to the winning combination (0 in the case of a loss) is stored in a specified area of the RAM 41c so that the winning result of the internal lottery can be identified.

次いで、当選番号を有利区間移行用フラグに変換する有利区間移行用フラグ生成処理(Sa3)、当選番号を抽選用フラグに変換する抽選用フラグ生成処理(Sa4)を行う。有利区間移行用フラグ生成処理では、有利区間移行用フラグ変換テーブルを用いて当選番号に対応する有利区間移行用フラグの値を取得し、RAM41cの所定領域に記憶させる。また、抽選用フラグ生成処理では、抽選用フラグ変換テーブルを用いて当選番号に対応する抽選用フラグ1~3の値を取得し、RAM41cの所定領域にそれぞれ記憶させる。 Next, an advantageous section transfer flag generation process (Sa3) for converting the winning number into an advantageous section transfer flag, and a lottery flag generation process (Sa4) for converting the winning number into a lottery flag are performed. In the advantageous section shift flag generation process, the advantageous section shift flag conversion table is used to obtain the value of the advantageous section shift flag corresponding to the winning number, and the value is stored in a predetermined area of the RAM 41c. In addition, in the lottery flag generation process, the values of lottery flags 1 to 3 corresponding to the winning numbers are obtained using the lottery flag conversion table and stored in predetermined areas of the RAM 41c.

次いで、遊技を開始したタイミングにおいて遊技区間に関連する処理及びナビ報知に関連する処理を行う遊技開始時出玉制御処理(Sa5)を行う。遊技区間に関連する処理では、通常区間において有利区間移行役が当選した場合に有利区間に移行させる処理を行い、ナビ報知に関連する処理では、ナビ番号を設定する処理、有利区間状態の管理に関連する処理を行う。ナビ番号を設定する処理では、ナビ報知の対象となる役が当選し、ナビ報知を行う場合には、報知する操作態様に応じて「1」~「13」のナビ番号をRAM41cのナビ番号設定領域に設定し、ナビ報知の対象となる役が当選し、ナビ報知を行わない場合、ナビ報知の対象とならない役が当選した場合には、「0」をRAM41cのナビ番号設定領域に設定する。 Next, a game start ball payout control process (Sa5) is performed to perform a process related to the game section and a process related to navigation notification at the timing when the game is started. In the processing related to the game section, if the advantageous section transfer combination is won in the normal section, the processing is performed to move to the advantageous section.The processing related to navigation notification includes the processing for setting the navigation number and the management of the advantageous section status. Perform related processing. In the process of setting the navigation number, if the winning combination is the target of the navigation notification and the navigation notification is to be performed, the navigation number of "1" to "13" is set in the RAM 41c according to the operation mode to be notified. area, and if a winning combination that is subject to navigation notification is won and navigation notification is not performed, or if a winning combination that is not subject to navigation notification is won, "0" is set in the navigation number setting area of RAM 41c. .

次いで、割込禁止に設定し(Sa6)、操作信号設定処理を行う(Sa7)。操作信号設定処理では、推奨する停止操作態様を特定可能な操作信号を試験装置に対して送信するための処理を行う。 Next, interrupts are set to be prohibited (Sa6), and operation signal setting processing is performed (Sa7). In the operation signal setting process, a process is performed to transmit an operation signal that can specify a recommended stop operation mode to the test device.

次いで、操作信号設定処理の後、割込許可に設定し(Sa8)、遊技開始時コマンド送信処理(Sa9)を行って、1ゲームが開始された旨を特定可能であり、1ゲームの開始時点における各種の制御状態を特定可能な複数のコマンドを含む制御状態コマンド群をコマンドキューに設定して、サブ制御部91に対して順次送信させる。 Next, after the operation signal setting process, the interrupt permission is set (Sa8), and a game start command transmission process (Sa9) is performed to identify that one game has started. A group of control state commands including a number of commands that can identify various control states at the start of one game is set in a command queue and transmitted sequentially to the sub-control unit 91.

次いで、遊技開始時コマンド送信処理の後、所定期間にわたり遊技の進行を遅延させるフリーズ状態に関する制御を行うフリーズ処理(Sa10)を行う。フリーズ処理では、スタートスイッチ7が操作されてゲームが開始されるときにフリーズ状態に制御する旨が決定されているか否かを判定し、フリーズ状態に制御する旨が決定されていると判定した場合には、遊技の進行を所定期間にわたり遅延させる。また、フリーズ状態においてリールを変動させるリール演出を行う場合には、リール演出の種類に応じた変動態様でリールを変動させる処理を行う。 Next, after the game start command transmission process, a freeze process (Sa10) is performed to control the freeze state that delays the progress of the game for a predetermined period of time. In the freeze process, it is determined whether or not it has been decided to control the game to the freeze state when the start switch 7 is operated to start the game, and if it is determined that it has been decided to control the game to the freeze state, the progress of the game is delayed for a predetermined period of time. In addition, when a reel effect that changes the reels is performed in the freeze state, a process is performed to change the reels in a change mode according to the type of reel effect.

次いで、フリーズ処理が終了した後、割込禁止に設定し(Sa11)、予め定められたリールの回転開始時の設定を行う遊技開始時設定処理(Sa12)を行う。遊技開始時設定処理では、遊技の開始に伴うリールの回転開始処理を行い、定速回転に向けてリールの回転を開始させる。 Next, after the freeze process is completed, interrupts are set to be prohibited (Sa11), and a game start time setting process (Sa12) is performed to set a predetermined start time of rotation of the reels. In the game start time setting process, a process for starting the rotation of the reels in conjunction with the start of the game is performed, and the reels are started to rotate at a constant speed.

次いで、遊技開始時設定処理の後、割込許可に設定し(Sa13)、所定の出力ポートから呼出ランプやホールコンピュータ、試験装置等の外部機器に対して回転開始時の外部出力信号(ゲームに使用されたメダル数を示すメダルIN信号等)を出力する回転開始時外部信号処理(Sa14)を行う。 Next, after the game start setting processing, interrupts are set to permission (Sa13), and an external output signal at the start of rotation is sent from a predetermined output port to external equipment such as a call lamp, hall computer, or test equipment. At the start of rotation, external signal processing (Sa14) is performed to output a medal IN signal indicating the number of medals used.

次いで、回転開始時外部信号処理の後、リールの停止制御を行うリール停止処理(Sa15)を行う。リール停止処理では、ナビ報知を行う場合には、遊技補助表示器12に、ナビ番号設定領域に設定されたナビ番号を表示させることで操作態様を報知させる。また、回転中の全てのリールが定速回転で回転されている場合には、回転中のリールの停止操作の受付を有効化し、遊技者によるリールの停止操作が行われるまで待機する。そして、停止操作が有効化されているリールについて有効な停止操作が検出されることで、有効な停止操作が行われたリールについてリールを停止させるリール停止制御を行う。このようなリール停止制御を、回転中のリールについて繰り返し行って、全てのリールの回転を停止させることで、リール停止処理を終了させる。 Next, after external signal processing at the start of rotation, a reel stop process (Sa15) is performed to control the stopping of the reels. In the reel stop process, if a navigation notification is performed, the game aid display 12 displays the navigation number set in the navigation number setting area to notify the operation mode. In addition, if all reels are rotating at a constant speed, acceptance of a stop operation for the rotating reels is enabled, and the system waits until the player performs a reel stop operation. Then, when a valid stop operation is detected for a reel for which a stop operation is enabled, reel stop control is performed to stop the reel for which a valid stop operation has been performed. This reel stop control is repeatedly performed for the rotating reels, and the reel stop process is terminated by stopping the rotation of all reels.

次いで、リール停止処理の後、入賞検索処理(Sa16)を行う。入賞検索処理では、リール2L、2C、2Rに停止している図柄組合せに基づいて入賞図柄組合せを検索し、入賞の有無を示す入賞フラグや当該入賞に伴って付与されるメダルの払出枚数をRAM41cの所定領域に設定する。 Next, after the reel stop process, a winning search process (Sa16) is performed. In the winning search process, a winning symbol combination is searched based on the symbol combinations stopped on the reels 2L, 2C, and 2R, and a winning flag indicating the presence or absence of a winning and the number of medals to be paid out in conjunction with the winning are stored in the RAM 41c. Set in a predetermined area.

次いで、割込禁止に設定し(Sa17)、遊技機情報表示器50に表示される遊技機情報を算出する際に用いられる遊技履歴を計算する遊技機情報計算処理(Sa18)を行う。 Next, interrupts are set to be prohibited (Sa17), and gaming machine information calculation processing (Sa18) is performed to calculate the gaming history used when calculating the gaming machine information displayed on the gaming machine information display 50.

次いで、遊技機情報計算処理の後、割込許可に設定し(Sa19)、特別遊技状態終了チェック処理(Sa20)を行う。特別遊技状態終了チェック処理では、特別遊技状態に制御されている場合に、終了条件が成立したか否かを判定する。次いで、遊技状態設定処理(Sa21)を行う。遊技状態設定処理では、入賞検索処理により設定された入賞データや特別遊技状態終了チェック処理の結果に基づいて、次ゲームの遊技状態を設定する。 Next, after the gaming machine information calculation process, the interrupt is set to be permitted (Sa19), and a special gaming state end check process (Sa20) is performed. In the special gaming state end check process, if the special gaming state is controlled, it is determined whether or not the end condition is met. Next, a gaming state setting process (Sa21) is performed. In the gaming state setting process, the gaming state of the next game is set based on the winning data set by the winning search process and the results of the special gaming state end check process.

次いで、遊技を終了したタイミングにおいて有利区間に関連する処理及びナビ報知に関連する処理を行う遊技終了時出玉制御処理(Sa22)を行う。有利区間に関連する処理では、有利区間において有利区間の終了条件が成立しているか否かを判定し、有利区間の終了条件が成立した場合に有利区間終了フラグを設定する処理を行い、ナビ報知に関連する処理では、有利区間状態の管理に関連する処理を行う。 Next, at the timing when the game ends, a game end ball payout control process (Sa22) is performed to perform a process related to an advantageous section and a process related to navigation notification. In the process related to the advantageous section, it is determined whether the end condition of the advantageous section is satisfied in the advantageous section, and when the end condition of the advantageous section is satisfied, the process of setting the advantageous section end flag is performed, and the navigation notification is performed. The processing related to the management of advantageous section conditions is performed.

次いで、遊技終了時コマンド送信処理(Sa23)を行って、1ゲームの終了時点における各種の制御状態を特定可能な複数のコマンドを含む制御状態コマンド群をコマンドキューに設定して、サブ制御部91に対して順次送信させる。 Next, a game end command transmission process (Sa23) is performed to set a group of control state commands, including multiple commands that can specify various control states at the end of one game, in a command queue and transmit them sequentially to the sub-control unit 91.

次いで、遊技終了時コマンド送信処理の後、入賞検索処理(Sa16)によりRAM41cの所定領域に設定した払出枚数に基づいて、当該ゲームの結果として発生した入賞に応じた枚数のメダルを付与する払出処理を行う(Sa24)。払出処理では、発生した入賞に応じて、入賞毎に予め定められた所定枚数のメダルを遊技者に対して付与して、付与するメダル枚数分をクレジットに加算し、クレジットが上限数(本実施例では、50)に達した場合には、クレジットに加算されなかった分のメダルをメダル払出口9から払い出す。 Next, after the game end command transmission process, a payout process is performed (Sa24) to award a number of medals according to the winnings that have occurred as a result of the game, based on the number of payout medals set in a predetermined area of RAM 41c by the winning search process (Sa16). In the payout process, a predetermined number of medals is awarded to the player for each winning that has occurred, and the number of medals awarded is added to the credits. When the credits reach the upper limit (50 in this embodiment), the medals that have not been added to the credits are paid out from the medal payout opening 9.

次いで、払出処理の後、所定の出力ポートから呼出ランプやホールコンピュータ、試験装置等の外部機器に対して遊技終了時の外部出力信号(付与されたメダル数を示すメダルOUT信号等)を出力する遊技終了時外部信号処理(Sa25)を行う。 Next, after the payout process, external signal processing at the end of the game (Sa25) is performed, which outputs an external output signal at the end of the game (such as a medal OUT signal indicating the number of medals awarded) from a specified output port to external devices such as a call lamp, hall computer, or test device.

次いで、遊技終了時設定処理を行う(Sa26)。遊技終了時設定処理では、再遊技役の図柄組合せがリール2L、2C、2Rに停止しているか否かを判定し、再遊技役の図柄組合せが停止している場合には、次ゲームにおいて再遊技を行うための賭数を設定する処理や、再遊技中フラグをRAM41cの所定領域に設定する処理、リプレイ中LED20をON状態(点灯状態)に制御する処理等を行う。 Next, a game end setting process is performed (Sa26). In the game end setting process, it is determined whether or not the replay symbol combination has stopped on reels 2L, 2C, and 2R, and if the replay symbol combination has stopped, the process of setting the number of bets to replay in the next game, setting the replay flag in a specified area of RAM 41c, controlling the replay LED 20 to the ON state (lighted state), etc. is performed.

次いで、有利区間終了処理を行う(Sa27)。有利区間終了処理では、有利区間を終了させる旨を示す有利区間終了フラグがRAM41cの所定領域に設定されているか否かを判定し、有利区間終了フラグが設定されていると判定した場合には、RAM41cの記憶領域のうち有利区間の制御に関連するデータが記憶されている有利区間関連領域を初期化して有利区間を終了させる有利区間データ初期化処理を行う。有利区間データ初期化処理では、有利区間中を示す有利区間中フラグ、ナビ番号設定領域に設定されたナビ番号が初期化されるとともに、有利区間中である旨を試験装置等の外部機器に対して出力させるための有利区間中信号バッファがOFFとなる。 Next, favorable zone end processing is performed (Sa27). In the favorable zone end processing, it is determined whether or not a favorable zone end flag indicating the end of the favorable zone is set in a specified area of RAM 41c, and if it is determined that the favorable zone end flag is set, favorable zone data initialization processing is performed to initialize a favorable zone related area in the memory area of RAM 41c in which data related to the control of the favorable zone is stored, and to end the favorable zone. In the favorable zone data initialization processing, the favorable zone in-progress flag indicating the in-progress zone and the navigation number set in the navigation number setting area are initialized, and the favorable zone in-progress signal buffer for outputting the fact that the in-progress zone is in an external device such as a test device is turned OFF.

次いで、有利区間終了処理の後、有利区間中信号制御処理(Sa28)を行う。有利区間中信号制御処理では、RAM41cに有利区間中フラグが設定されている場合に、RAM41cの有利区間中信号バッファをONとする制御を行う。 Next, after the favorable zone end processing, favorable zone signal control processing (Sa28) is performed. In the favorable zone signal control processing, if the favorable zone flag is set in RAM41c, control is performed to turn on the favorable zone signal buffer in RAM41c.

次いで、有利区間中信号制御処理の後、有利区間報知終了処理(Sa29)を行う。有利区間報知終了処理では、RAM41cの有利区間中信号バッファがOFFか否かを判定し、有利区間中信号バッファがOFFであると判定した場合に、区間表示LED19を消灯状態に制御する。 Next, after the advantageous section signal control process, advantageous section notification end processing (Sa29) is performed. In the advantageous section notification end process, it is determined whether or not the advantageous section signal buffer in the RAM 41c is OFF, and when it is determined that the advantageous section signal buffer is OFF, the section display LED 19 is controlled to be turned off.

次いで、有利区間報知終了処理の後、遊技終了時初期化設定処理(Sa30)を行う。遊技終了時初期化設定処理では、Sa32の初期化処理において、当該ゲームにおいて初期化するRAM41cの領域を設定する。特別遊技状態の終了時以外では、毎ゲーム終了時に初期化される領域のサイズを設定し、特別遊技状態の終了時では、特別遊技状態終了時に初期化される領域のサイズを設定する。 Next, after the advantageous section notification end process, a game end initialization setting process (Sa30) is performed. In the initialization setting process at the end of the game, the area of the RAM 41c to be initialized in the game is set in the initialization process Sa32. At times other than when the special game state ends, the size of the area initialized at the end of every game is set, and at the end of the special game state, the size of the area initialized at the end of the special game state is set.

次いで、割込禁止に設定し(Sa31)、初期化処理(Sa32)を行う。初期化処理では、RAM41cに割り当てられた遊技RAM領域の初期化終了アドレスから、遊技終了時初期化設定処理において設定したサイズ分の領域を初期化することで、特別遊技状態の終了時以外であれば、毎ゲーム終了時に初期化される領域が初期化され、特別遊技状態の終了時であれば、特別遊技状態の終了時に初期化される領域が初期化される。そして、初期化処理の後、割込許可に設定し(Sa33)、Sa1の処理に戻る。 Next, interrupts are set to be disabled (Sa31), and initialization processing (Sa32) is performed. In the initialization process, by initializing an area of the size set in the game end initialization setting process from the initialization end address of the game RAM area allocated to the RAM 41c, even when the special game state is not ended, For example, an area that is initialized at the end of each game is initialized, and if it is at the end of a special game state, an area that is initialized at the end of the special game state is initialized. After the initialization process, interrupts are set to be enabled (Sa33), and the process returns to Sa1.

その後、Sa1~Sa33の処理を繰り返し行う。メイン処理が一巡することで、一単位の遊技の制御に関する処理が終了することとなり、一単位のゲーム毎にメイン処理が繰り返し実行されることとなる。 Then, steps Sa1 to Sa33 are repeated. When the main process is completed, the process related to the control of one unit of game is completed, and the main process is repeatedly executed for each unit of game.

[遊技RAM領域の初期化について]
次に、遊技RAM領域の初期化について、図10に基づいて説明する。
[About initialization of gaming RAM area]
Next, initialization of the game RAM area will be explained based on FIG. 10.

図10(a)に示すように、RAM41cは、ROM41bに格納されているゲームの進行に係わる遊技プログラムのワークとして使用される遊技RAM領域が、F000(H)(16進数)からF1BB(H)にかけて連続する領域に割り当てられており、スロットマシン1への電力供給が停止しても、バックアップ電源により所定期間は記憶内容が保持されるようになっている。 As shown in FIG. 10(a), the RAM 41c has a gaming RAM area used as work for a gaming program related to the progress of the game stored in the ROM 41b, ranging from F000(H) (hexadecimal) to F1BB(H). The memory contents are allocated to a continuous area throughout the slot machine 1, so that even if the power supply to the slot machine 1 is stopped, the stored contents are retained for a predetermined period of time by the backup power source.

遊技RAM領域は、全初期化対象領域、設定開始時対象領域、有利区間終了時対象領域、設定終了時対象領域、特別遊技状態終了時対象領域、毎ゲーム終了時対象領域を含む。また、毎ゲーム終了時対象領域は、毎ゲーム終了時対象領域(通常1)、毎ゲーム終了時対象領域(AT関連)、毎ゲーム終了時対象領域(通常2)を含む。これらの領域は、F000(H)からF1BB(H)にかけて、全初期化対象領域、設定開始時対象領域、有利区間終了時対象領域、設定終了時対象領域、特別遊技状態終了時対象領域、毎ゲーム終了時対象領域(通常1)、毎ゲーム終了時対象領域(AT関連)、毎ゲーム終了時対象領域(通常2)順に割り当てられている。 The game RAM area includes the full initialization target area, the target area at the start of setting, the target area at the end of the advantageous period, the target area at the end of setting, the target area at the end of the special game state, and the target area at the end of every game. The target area at the end of every game also includes the target area at the end of every game (normal 1), the target area at the end of every game (AT related), and the target area at the end of every game (normal 2). These areas are allocated from F000 (H) to F1BB (H) in the following order: full initialization target area, target area at the start of setting, target area at the end of the advantageous period, target area at the end of setting, target area at the end of the special game state, target area at the end of every game (normal 1), target area at the end of every game (AT related), and target area at the end of every game (normal 2).

全初期化対象領域は、設定値等、RAM異常が発生した場合以外では初期化されないデータが格納される領域である。設定開始時対象領域は、各種スイッチやセンサの入力バッファやLED等の出力バッファ等、設定変更状態の開始時に初期化する必要のあるデータが格納される領域である。有利区間終了時対象領域は、有利区間に関連する情報のうち有利区間の終了時に初期化する必要のあるデータ(例えば、有利区間中フラグ、有利区間中信号バッファ、有利区間状態を示すデータ等)が格納される領域である。設定終了時対象領域は、クレジットカウンタ、遊技補助表示器12の出力バッファ、リールの回転制御に関連するデータ等、設定変更状態の終了時に初期化する必要のあるデータが格納される領域である。特別遊技状態終了時対象領域は、遊技状態を示す遊技状態フラグ、特別遊技状態に関連する情報等、特別遊技状態の終了時に初期化する必要のあるデータが格納される領域である。毎ゲーム終了時対象領域は、内部抽選の結果(当選番号)、抽選用フラグ、メダルの投入枚数、メダルの払出枚数等、毎ゲーム初期化する必要のあるデータが格納される領域である。毎ゲーム終了時対象領域のうち、特に毎ゲーム終了時対象領域(AT関連)は、有利区間に関連する情報のうち毎ゲーム初期化する必要のあるデータ(例えば、ナビ番号等)が格納される領域である。 The all-initialization target area is an area in which data that is not initialized except when a RAM abnormality occurs, such as setting values, is stored. The setting start target area is an area in which data that needs to be initialized at the start of the setting change state, such as input buffers of various switches and sensors and output buffers of LEDs, etc., is stored. The favorable zone end target area is an area in which data that needs to be initialized at the end of the favorable zone among information related to the favorable zone (for example, favorable zone flag, favorable zone signal buffer, data indicating the favorable zone state, etc.). The setting end target area is an area in which data that needs to be initialized at the end of the setting change state, such as the credit counter, the output buffer of the game auxiliary display 12, and data related to the reel rotation control, is stored. The special game state end target area is an area in which data that needs to be initialized at the end of the special game state, such as the game state flag indicating the game state and information related to the special game state, is stored. The every-game end target area is an area in which data that needs to be initialized every game, such as the result of the internal lottery (winning number), the lottery flag, the number of medals inserted, and the number of medals paid out. Of the target areas at the end of each game, the area that is particularly targeted at the end of each game (AT-related) is an area where data related to advantageous zones that needs to be initialized every game (e.g., navigation number, etc.) is stored.

尚、以下では、全初期化対象領域をA領域、設定開始時対象領域をB領域、有利区間終了時対象領域をC領域、設定終了時対象領域をD領域、特別遊技状態終了時対象領域をE領域、毎ゲーム終了時対象領域(通常1)をF領域、毎ゲーム終了時対象領域(AT関連)をG領域、毎ゲーム終了時対象領域(通常2)をH領域と呼ぶことがある。 In the following, the entire initialization target area will be referred to as the A area, the target area at the start of setting will be referred to as the B area, the target area at the end of the advantageous period will be referred to as the C area, the target area at the end of setting will be referred to as the D area, the target area at the end of the special game state will be referred to as the E area, the target area at the end of every game (normal 1) will be referred to as the F area, the target area at the end of every game (AT related) will be referred to as the G area, and the target area at the end of every game (normal 2) will be referred to as the H area.

図10(b)に示すように、メイン制御部41は、スロットマシン1の起動時等において、RAM41cに異常があると判定した場合には、全初期化アドレス(F000(H))(図10(a)参照)から初期化終了アドレス(F1BB(H))(図10(a)参照)までの領域(A~H領域)を一括して初期化し、0を設定する。 As shown in FIG. 10(b), if the main control unit 41 determines that there is an abnormality in the RAM 41c when the slot machine 1 is started, etc., it initializes all the areas (areas A to H) from the initialization address (F000(H)) (see FIG. 10(a)) to the initialization end address (F1BB(H)) (see FIG. 10(a)) at once and sets them to 0.

また、メイン制御部41は、設定変更状態に移行する前に、設定開始時アドレス(図10(a)参照)から初期化終了アドレス(F1BB(H))までの領域(B~H領域)を一括し、0を設定する。 Before transitioning to the setting change state, the main control unit 41 also collectively sets the area (area B to H) from the setting start address (see FIG. 10(a)) to the initialization end address (F1BB(H)) to 0.

また、メイン制御部41は、設定変更状態の終了時に、設定終了時アドレス(図10(a)参照)から初期化終了アドレス(F1BB(H))までの領域(D~H領域)を一括して初期化し、0を設定する。 Furthermore, at the end of the setting change state, the main control unit 41 collectively updates the area (D to H area) from the setting end address (see FIG. 10(a)) to the initialization end address (F1BB(H)). Initialize it and set it to 0.

また、メイン制御部41は、特別遊技状態の終了時に、特別遊技状態終了時アドレス(図10(a)参照)から初期化終了アドレス(F1BB(H))までの領域(E~H領域)を一括して初期化し、0を設定する。 In addition, when the special game state ends, the main control unit 41 initializes the area (E to H area) from the special game state end address (see Figure 10 (a)) to the initialization end address (F1BB (H)) all at once and sets it to 0.

また、メイン制御部41は、有利区間の終了時に、有利区間終了時アドレス1(図10(a)参照)から設定終了時アドレスまでの領域(D領域)及び有利区間終了時アドレス2(図10(a)参照)~毎ゲーム終了時アドレス2(図10(a)参照)までの領域(G領域)をそれぞれ初期化し、0を設定する。 In addition, at the end of the advantageous period, the main control unit 41 initializes the area (D area) from advantageous period end address 1 (see FIG. 10(a)) to the set end address, and the area (G area) from advantageous period end address 2 (see FIG. 10(a)) to every game end address 2 (see FIG. 10(a)), setting them to 0.

また、メイン制御部41は、毎ゲームの終了時に、毎ゲーム終了時アドレス1(図10(a)参照)から初期化終了アドレス(図10(a)参照)までの領域(F~G領域)を一括して初期化し、0を設定する。 Furthermore, at the end of each game, the main control unit 41 controls the area (F to G area) from the address 1 at the end of each game (see FIG. 10(a)) to the initialization end address (see FIG. 10(a)). Initialize them all at once and set them to 0.

[操作信号設定処理について]
次に、メイン制御部41がメイン処理において行う操作信号設定処理の制御内容について、図11、図12に基づいて説明する。
[About operation signal setting processing]
Next, the control details of the operation signal setting process performed by the main control unit 41 in the main process will be explained based on FIGS. 11 and 12.

図11に示すように、操作信号設定処理では、まず、全レジスタを、スタックに退避させた後(Sb1)、シリアル通信回路設定を行い(Sb2)、シリアル通信回路41dを起動させる。 As shown in FIG. 11, in the operation signal setting process, first, all registers are saved to the stack (Sb1), then the serial communication circuit is set up (Sb2), and the serial communication circuit 41d is started.

次いで、シリアル通信回路41dの送信レジスタを初期化し(Sb3)、RAM41cのナビ番号設定領域に設定されているナビ番号を取得し、Aレジスタに設定する(Sb4)。そして、Aレジスタに設定されたナビ番号が0であるか否かを判定し(Sb5)、ナビ番号が0でない場合、すなわちナビ番号が1以上であり、ナビ報知が行われる場合には、Sb7に進み、ナビ番号が0であった場合、すなわちナビ報知が行われない場合には、RAM41cに設定されている当選番号を取得し、当選番号を引数(当選番号に応じた14以上の値)に変換してAレジスタに設定することで、Aレジスタの値を更新し(Sb6)、Sb7に進む。 Next, the transmission register of the serial communication circuit 41d is initialized (Sb3), and the navigation number set in the navigation number setting area of the RAM 41c is obtained and set in the A register (Sb4). Then, it is determined whether or not the navigation number set in the A register is 0 (Sb5), and if the navigation number is not 0, that is, if the navigation number is 1 or more and navigation notification is to be performed, Sb7 If the navigation number is 0, that is, if the navigation notification is not performed, obtain the winning number set in the RAM 41c and use the winning number as an argument (a value of 14 or more depending on the winning number). The value of the A register is updated by converting it into the A register and setting it in the A register (Sb6), and the process proceeds to Sb7.

Sb7においてはSb4またはSb6でAレジスタに設定された値を引数として、ナビ番号または当選番号に対応して推奨する停止順が定められたリール番号信号テーブルからリールの停止順を取得し、取得したリールの停止順に基づいて第1停止リール、第2停止リール、第3停止リールをRAM41cに設定する。このため、ナビ報知が行われる場合には、ナビ番号に応じたリールの停止順に基づいて第1停止リール、第2停止リール、第3停止リールが設定され、ナビ報知が行われない場合には、当選番号、すなわち内部抽選の結果に応じたリールの停止順に基づいて第1停止リール、第2停止リール、第3停止リールが設定される。 In Sb7, the value set in the A register in Sb4 or Sb6 is used as an argument to obtain the reel stopping order from a reel number signal table in which the recommended stopping order corresponding to the navigation number or winning number is defined, and the first, second, and third stop reels are set in RAM 41c based on the obtained reel stopping order. Therefore, when a navigation notification is performed, the first, second, and third stop reels are set based on the reel stopping order corresponding to the navigation number, and when a navigation notification is not performed, the first, second, and third stop reels are set based on the reel stopping order corresponding to the winning number, i.e., the result of the internal lottery.

次いで、Aレジスタに設定された値を引数として、ナビ番号または当選番号に対応して推奨する各リールの停止操作位置が定められた停止実行図柄番号テーブルから各リールの停止実行図柄番号を取得し、第1停止リール、第2停止リール、第3停止リールの停止実行図柄番号をRAM41cに設定する(Sb8)。このため、ナビ報知が行われる場合には、ナビ番号に応じて第1停止リール、第2停止リール、第3停止リールの停止実行図柄番号が設定され、ナビ報知が行われない場合には、当選番号、すなわち内部抽選の結果に応じて第1停止リール、第2停止リール、第3停止リールの停止実行図柄番号が設定される。 Next, using the value set in the A register as an argument, the stop execution symbol number of each reel is obtained from the stop execution symbol number table in which the recommended stop operation position of each reel is determined corresponding to the navigation number or winning number. , the stop execution symbol numbers of the first stop reel, second stop reel, and third stop reel are set in the RAM 41c (Sb8). Therefore, when navigation notification is performed, the stop execution symbol numbers of the first stop reel, second stop reel, and third stop reel are set according to the navigation number, and when navigation notification is not performed, The stop execution symbol numbers of the first stop reel, second stop reel, and third stop reel are set according to the winning number, that is, the result of the internal lottery.

次いで、第1停止リール、第2停止リール、第3停止リールの停止実行図柄番号を、リールを回転させるリールモータの基準位置からのステップ数に変換し、変換したステップ数を、第1停止リール、第2停止リール、第3停止リールの停止実行ステップ数としてRAM41cに設定する(Sb9)。 Next, the stop execution symbol numbers of the first stop reel, second stop reel, and third stop reel are converted to the number of steps from the reference position of the reel motor that rotates the reels, and the converted number of steps is applied to the first stop reel. , the number of stop execution steps for the second stop reel and the third stop reel is set in the RAM 41c (Sb9).

次いで、操作信号の出力開始を示す00(H)をシリアル通信回路41dの送信レジスタに転送した後(Sb10)、Sb7において設定した第1停止リール、第2停止リール、第3停止リールを取得し、第1停止リール(D1)、第2停止リール(D2)、第3停止リール(D3)の順番でシリアル通信回路41dの送信レジスタに転送する(Sb11~Sb13)。 Next, 00 (H), which indicates the start of output of the operation signal, is transferred to the transmission register of the serial communication circuit 41d (Sb10), and then the first, second, and third stop reels set in Sb7 are obtained and transferred to the transmission register of the serial communication circuit 41d in the order of the first stop reel (D1), the second stop reel (D2), and the third stop reel (D3) (Sb11 to Sb13).

次いで、Sb9においてRAM41cに設定した第1停止リール、第2停止リール、第3停止リールの停止実行ステップ数を取得し、第1停止リールの停止実行ステップ数(D4)、第2停止リールの停止実行ステップ数(D5)、第3停止リールの停止実行ステップ数(D6)の順番でシリアル通信回路41dの送信レジスタに転送する(Sb14~Sb16)。 Next, in Sb9, the stop execution step numbers of the first, second, and third stop reels set in RAM 41c are obtained, and are transferred to the transmission register of the serial communication circuit 41d in the order of the stop execution step number of the first stop reel (D4), the stop execution step number of the second stop reel (D5), and the stop execution step number of the third stop reel (D6) (Sb14 to Sb16).

最後に、操作信号の出力終了を示す00(H)をシリアル通信回路41dの送信レジスタに転送した後(Sb17)、Sb1でスタックに退避したレジスタを復帰させ(Sb18)、メイン処理に復帰させる。 Finally, 00 (H), which indicates the end of output of the operation signal, is transferred to the transmission register of the serial communication circuit 41d (Sb17), and then the registers saved in the stack in Sb1 are restored (Sb18), and the process returns to the main processing.

このように操作信号設定処理では、当該ゲームにおいて設定されたナビ番号が0か否かによりナビ報知が行われるか否かを判定し、ナビ番号が1以上の場合、すなわちナビ報知が行われる場合には、ナビ番号に応じて推奨する停止順及び停止実行図柄番号を特定し、ナビ番号が0の場合、すなわちナビ報知が行われない場合には、当選番号、すなわち内部抽選の結果に応じて推奨する停止順及び停止実行図柄番号を特定するようになっている。 In this way, the operation signal setting process determines whether or not a navigation notification will be made depending on whether the navigation number set in the game is 0. If the navigation number is 1 or greater, i.e., if a navigation notification will be made, the recommended stop order and stop execution symbol number are identified according to the navigation number. If the navigation number is 0, i.e., if a navigation notification will not be made, the recommended stop order and stop execution symbol number are identified according to the winning number, i.e., the result of the internal lottery.

そして、ナビ番号または当選番号に応じて特定した停止順及び停止実行図柄番号に基づき、操作信号の開始を示す00(H)、第1停止リール(D1)、第2停止リール(D2)、第3停止リール(D3)、第1停止リールの停止実行ステップ数(D4)、第2停止リールの停止実行ステップ数(D5)、第3停止リールの停止実行ステップ数(D6)、操作信号の終了を示す00(H)の順番でシリアル通信回路41dの送信レジスタに転送することで、図12に示すように、シリアル通信回路41dにより、一定時間間隔(t)毎に、00(H)、D1、D2、D3、D4、D5、D6、00(H)の順番で、操作信号を試験装置に出力させることが可能であり、試験装置側で当該ゲームにおいて推奨する停止順及び停止操作のタイミングが特定可能となる。 Then, based on the stop order and stop execution symbol number determined according to the navigation number or winning number, the operation signal is transferred to the transmission register of the serial communication circuit 41d in the order of 00 (H), the first stop reel (D1), the second stop reel (D2), the third stop reel (D3), the number of stop execution steps of the first stop reel (D4), the number of stop execution steps of the second stop reel (D5), the number of stop execution steps of the third stop reel (D6), and 00 (H), indicating the end of the operation signal. As shown in FIG. 12, the serial communication circuit 41d can output the operation signal to the test device in the order of 00 (H), D1, D2, D3, D4, D5, D6, and 00 (H) at regular time intervals (t), and the test device can determine the recommended stop order and timing of the stop operation for the game.

[リール停止処理について]
次に、メイン制御部41がメイン処理において行うリール停止処理の制御内容について、図13に基づいて説明する。
[About reel stop processing]
Next, the control details of the reel stop processing performed by the main control unit 41 in the main processing will be explained based on FIG. 13.

リール停止処理では、まず、停止制御テーブル設定処理を実行し(Sc1)、全てのリールについて、停止操作が行われたタイミング別の滑りコマ数を特定可能な停止制御テーブルをRAM41cに設定する。これにより、タイマ割込処理による各リールの加速制御中に、各リールの停止制御テーブルが設定されることとなる。 In the reel stop process, first, the stop control table setting process is executed (Sc1), and a stop control table capable of identifying the number of slipping frames for each timing of the stop operation is set in RAM 41c for all reels. This allows the stop control table for each reel to be set during the acceleration control of each reel by the timer interrupt process.

停止制御テーブル設定処理を実行した後は、タイマ割込待ち処理を実行する(Sc2)。タイマ割込待ち処理では、タイマ割込を許可に設定して、タイマ割込処理が1回行われるまで待機する。 After executing the stop control table setting process, the timer interrupt waiting process is executed (Sc2). In the timer interrupt waiting process, the timer interrupt is set to enabled and the process waits until the timer interrupt process is executed once.

タイマ割込待ち処理が終了した後は、リールの回転異常が発生しているか否かを判定する回転異常判定処理を実行する(Sc3)。回転異常判定処理では、タイマ割込処理において更新され、リールの基準位置からのステップ数を計数するリールステップ数カウンタ(各リールについて、そのタイマ割込時点でのリール基準位置からのステップ数を計数するカウンタであり、タイマ割込処理により更新される。本実施例では、0~400ステップを計数可能であり、リールが1周するために要する336ステップよりも大きな値に設定されている。)の値や当該処理において回転異常フラグが設定されているか否か等に基づいて、回転制御中のリールについて回転に関する異常が生じているか否かを判定する。そして、停止操作が済んでいない回転制御中のリールのうち、リール基準位置が検出されることなく回転開始または前回リール基準位置が検出されてからのリールステップ数が所定ステップ数を超えたリールがある場合、リールセンサによりリール基準位置が検出されたときに、リールステップ数カウンタの値が、リールが1周するために要するステップ数に達していない場合等に、リール回転の異常(以下、回転エラーという)が発生していると判定して、異常が生じていると判定した場合には、当該異常が生じているリールを特定可能な回転異常フラグをRAM41cに設定する。 After the timer interrupt wait process is completed, a rotation abnormality determination process is executed to determine whether or not a reel rotation abnormality has occurred (Sc3). In the rotation abnormality determination process, a reel step counter that is updated in the timer interrupt process and counts the number of steps from the reel reference position (for each reel, counts the number of steps from the reel reference position at the time of the timer interrupt) (This counter is updated by timer interrupt processing. In this embodiment, it can count from 0 to 400 steps, and is set to a value larger than the 336 steps required for the reels to rotate once.) Based on the value of , whether or not a rotation abnormality flag is set in the process, etc., it is determined whether or not a rotation-related abnormality has occurred with respect to the reel under rotation control. Among the reels whose rotation is being controlled for which the stop operation has not been completed, the reels that have started rotating without the reel reference position being detected or the number of reel steps since the previous reel reference position was detected have exceeded the predetermined number of steps. In some cases, when the reel reference position is detected by the reel sensor and the value of the reel step number counter does not reach the number of steps required for the reel to complete one rotation, an abnormality in reel rotation (hereinafter referred to as rotation) may occur. If it is determined that an error (referred to as an error) has occurred, and it is determined that an abnormality has occurred, a rotation abnormality flag that can identify the reel in which the abnormality has occurred is set in the RAM 41c.

回転異常判定処理が終了した後は、リールの回転異常が検出されたか否かを判定し(Sc4)、回転異常が検出されたと判定した場合には、回転制御中のリールの停止操作を無効に設定し(Sc5)、エラー処理を実行する(Sc6)。エラー処理では、回転制御中の全てのリールの回転を停止させて、当該エラー処理により回転を停止させたリールを特定可能なように、RAM41cに設けられたエラーフラグ設定領域に回転エラーフラグを設定するとともに、ゲームを進行させないように不能化するエラー状態に制御して待機する。その後、リセット操作により当該エラー状態が解除されることで、エラー処理を終了して、エラー処理が実行される際に回転制御中であったリールについてリール再加速処理を実行して(Sc7)、リールモータの励磁パターンを一旦クリアしてリール始動時のパターンを新たに設定してリールモータを励磁させることで、回転制御を再度初めから行って、定速回転まで再度加速させる。 After the rotation abnormality determination process is completed, it is determined whether or not an abnormal rotation of the reel has been detected (Sc4), and if it is determined that an abnormal rotation has been detected, the reel stop operation during rotation control is disabled. settings (Sc5), and execute error handling (Sc6). In the error processing, the rotation of all reels under rotation control is stopped, and a rotation error flag is set in the error flag setting area provided in the RAM 41c so that the reel whose rotation has been stopped due to the error processing can be identified. At the same time, the game is put into an error state that disables the game from progressing, and the game is put on standby. Thereafter, when the error state is canceled by a reset operation, the error processing is terminated, and reel acceleration processing is executed for the reel whose rotation was being controlled when the error processing was executed (Sc7). By once clearing the excitation pattern of the reel motor and setting a new pattern for starting the reel to excite the reel motor, rotation control is performed again from the beginning and acceleration is again made to constant speed rotation.

Sc4のステップにおいて、回転異常が検出されないと判定した場合には、割込禁止に設定し(Sc8)、タイマ割込処理により更新されてRAM41cの所定領域に設定されているリール速度状態フラグを取得して(Sc9)、当該リール速度状態フラグに基づいて、回転制御中のリールの回転状態が定速状態であるか否かをリール毎に特定し、回転制御中の全てのリールが定速回転で回転されているか否かを判定する(Sc10)。そして、Sc10のステップにおいて、少なくともいずれか1つのリールが定速回転で回転しておらず、回転制御中の全てのリールが定速回転で回転されている状況でないと判定した場合には、Sc2のステップに戻り、Sc2~Sc10のステップを繰り返し実行して、回転制御中の全てのリールが定速回転で回転されている状況となるまで待機する。尚、リール速度状態フラグは、タイマ割込処理において更新され、タイマ割込処理が行われた時点での、回転制御中の各リールモータが定速状態で回転しているか否かを特定可能な情報である。 If it is determined in step Sc4 that no rotation abnormality is detected, the interrupt is set to be prohibited (Sc8), the reel speed status flag that is updated by the timer interrupt process and set in a predetermined area of RAM 41c is obtained (Sc9), and based on the reel speed status flag, it is determined for each reel whether the rotation status of the reel under rotation control is a constant speed state, and it is determined whether all reels under rotation control are rotating at a constant speed (Sc10). Then, if it is determined in step Sc10 that at least one reel is not rotating at a constant speed and all reels under rotation control are not rotating at a constant speed, the process returns to step Sc2, and steps Sc2 to Sc10 are repeatedly executed to wait until all reels under rotation control are rotating at a constant speed. The reel speed status flag is updated in the timer interrupt process, and is information that can determine whether each reel motor under rotation control is rotating at a constant speed at the time when the timer interrupt process is performed.

一方、Sc10のステップにおいて、停止操作がされていない回転制御中の全てのリールが定速回転で回転されていると判定した場合には、回転制御を行っている全てのリールについて停止操作の受付を有効とし、RAM41cにおける有効LEDの出力バッファのうち、回転制御を行っている全てのリールに対応する停止有効LEDの出力バッファを点灯状態に設定する(Sc11)。停止有効LEDの出力バッファが点灯状態に設定されることで、その後のタイマ割込処理により停止有効LEDを点灯させる処理が行われる。 On the other hand, in the step of Sc10, if it is determined that all reels under rotation control that have not been subjected to a stop operation are being rotated at a constant speed, a stop operation is accepted for all reels under rotation control. of the valid LED output buffers in the RAM 41c, the stop valid LED output buffers corresponding to all the reels whose rotation is being controlled are set to a lit state (Sc11). By setting the output buffer of the stop valid LED to the lighting state, the process of lighting the stop valid LED is performed by the subsequent timer interrupt process.

そして、Sc11のステップにおいて停止操作の受付を有効に設定した後、RAM41cのナビ番号設定領域に設定されているナビ番号を取得し(Sc12)、取得したナビ番号が0であるか否かを判定し(Sc13)、ナビ番号が0である場合には、Sc15に進み、ナビ番号が0でない場合、すなわちナビ番号が1以上の場合には、ナビ番号を遊技補助表示器12で表示させるための表示データに変換して、RAM41cにおける遊技補助表示器12の出力バッファに設定し(Sc14)、Sc15に進む。遊技補助表示器12の出力バッファに表示データが設定されることで、その後のタイマ割込処理により遊技補助表示器12に表示データに基づく表示内容を表示させる処理が行われる。 After enabling reception of the stop operation in step Sc11, the navigation number set in the navigation number setting area of the RAM 41c is acquired (Sc12), and it is determined whether the acquired navigation number is 0 or not. (Sc13), and if the navigation number is 0, proceed to Sc15, and if the navigation number is not 0, that is, if the navigation number is 1 or more, the navigation number is displayed on the game auxiliary display 12. The data is converted into display data and set in the output buffer of the game auxiliary display 12 in the RAM 41c (Sc14), and the process proceeds to Sc15. By setting the display data in the output buffer of the game auxiliary display 12, a process of displaying display content based on the display data on the game auxiliary display 12 is performed by a subsequent timer interrupt process.

Sc15では、回転制御中のリールについて有効な停止操作が検出されたか否かを判定する。Sc15では、連続する所定回数(本実施例では、2回)のタイマ割込処理においてストップスイッチのポート入力データが同じ状態である場合にRAM41cの所定領域に設定され、今回と前回の入力データが同じ状態であることを示す確定データの履歴を参照して、回転制御中のストップスイッチのうち確定データがoffの状態からon状態に変化したものがあり、かつ停止有効LEDの出力バッファが点灯状態に設定されている場合に、いずれの条件も満たすストップスイッチについて、有効な停止操作が検出されたと判定する。 In Sc15, it is determined whether a valid stop operation has been detected for the reel under rotation control. In Sc15, when the port input data of the stop switch is in the same state in a predetermined number of consecutive timer interrupt processes (two times in this embodiment), the history of confirmed data is set in a predetermined area of RAM 41c, and indicates that the current and previous input data are in the same state. If any of the stop switches under rotation control has confirmed data that has changed from off to on, and the output buffer of the stop valid LED is set to a lit state, it is determined that a valid stop operation has been detected for the stop switch that satisfies both conditions.

Sc15において、有効な停止操作が検出されていないと判定した場合には、Sc2のステップに戻り、Sc2~Sc15のステップを繰り返し実行して、有効な停止操作が検出されるまで待機する。 If it is determined in Sc15 that a valid stop operation has not been detected, the process returns to step Sc2 and repeats steps Sc2 to Sc15 until a valid stop operation is detected.

一方、Sc15において有効な停止操作が検出された場合には、Sc8のステップにより設定された割込禁止の状態で、停止操作関連処理1を実行した後(Sc16)、割込許可に設定し(Sc17)、停止操作関連処理2を実行する(Sc18)。停止操作関連処理1では、停止操作が行われたストップスイッチに対応する停止有効LEDの出力バッファを消灯状態に設定する処理等を行う。その後、タイマ割込処理が行われることで停止有効LEDは消灯する。 On the other hand, if a valid stop operation is detected in Sc15, the stop operation-related process 1 is executed in the interrupt-prohibited state set in step Sc8 (Sc16), and then interrupts are set to be enabled ( Sc17), and the stop operation related process 2 is executed (Sc18). In the stop operation related processing 1, processing is performed such as setting the output buffer of the stop valid LED corresponding to the stop switch on which the stop operation has been performed to an off state. Thereafter, the stop valid LED is turned off by timer interrupt processing.

そして、Sc18の停止操作関連処理2を終了した後は、リール回転停止処理を実行し(Sc19)、Sc15のステップにおいて検出された有効な停止操作に対応するリールを停止させるための設定を行う。その後、停止操作が行われていない未停止リールがあるか否かを判定し(Sc20)、未停止リールがあると判定した場合には、Sc2のステップに戻り、停止していない残りのリールについてSc2~Sc20のステップの制御を実行する。 After finishing the stop operation related process 2 in Sc18, a reel rotation stop process is executed (Sc19), and settings are made to stop the reel corresponding to the valid stop operation detected in step Sc15. After that, it is determined whether there is an unstopped reel that has not been stopped (Sc20), and if it is determined that there is an unstopped reel, the process returns to step Sc2 and the remaining unstopped reels are checked. Control of steps Sc2 to Sc20 is executed.

一方、Sc20において未停止リールがないと判定した場合、すなわち第3停止リールの停止操作に基づくリール回転停止処理が完了している場合には、ナビ番号に対応する表示データが設定されているか否かに関わらず、遊技補助表示器12の出力バッファを初期化する(Sc21)。遊技補助表示器12にナビ番号が表示されていた場合には、その後、タイマ割込処理が行われることで非表示となる。 On the other hand, if it is determined in Sc20 that there is no unstopped reel, that is, if the reel rotation stop processing based on the stop operation of the third stop reel has been completed, it is determined whether display data corresponding to the navigation number is set or not. Regardless, the output buffer of the game auxiliary display 12 is initialized (Sc21). If the navigation number is displayed on the game auxiliary display 12, it will be hidden as timer interrupt processing is performed thereafter.

Sc21において遊技補助表示器12の出力バッファを初期化した後、タイマ割込待ち処理を行い(Sc22)、全リールが停止したか否かを判定し(Sc23)、全リールが停止したと判定した場合には、さらに第3停止リールのストップスイッチが操作中か否かを判定し、Sc23において全リールが停止したと判定され、Sc24において第3停止リールのストップスイッチが操作中でないと判定されるまで、Sc22からSc24の処理を繰り返し行い、全リールが停止し、かつ第3停止リールのストップスイッチの操作が解除されることで、リール停止処理を終了させてメイン処理に復帰する。 After initializing the output buffer of the gaming auxiliary display 12 in Sc21, a timer interrupt wait process is performed (Sc22), and it is determined whether all reels have stopped (Sc23), and it is determined that all reels have stopped. In this case, it is further determined whether or not the stop switch of the third stop reel is being operated, and in Sc23 it is determined that all the reels have stopped, and in Sc24 it is determined that the stop switch of the third stop reel is not being operated. The processing from Sc22 to Sc24 is repeated until all the reels stop and the operation of the stop switch of the third stop reel is released, thereby ending the reel stop processing and returning to the main processing.

このようにリール停止処理では、回転制御中の全てのリールが定速回転で回転されているか否かを判定し、回転制御中の全てのリールが定速回転で回転されていると判定した場合に、停止操作が検出されたか否かを判定する処理を繰り返すようになっており、回転制御中の全てのリールが定速回転で回転されている状態において停止操作されることよりリールが停止することを担保することができる。 In this way, the reel stop process determines whether all reels under rotation control are rotating at a constant speed, and if it is determined that all reels under rotation control are rotating at a constant speed, it repeats the process of determining whether a stop operation has been detected, ensuring that the reels stop when a stop operation is performed while all reels under rotation control are rotating at a constant speed.

また、回転制御中の全てのリールが定速回転で回転されているか否かを判定し、回転制御中の全てのリールが定速回転で回転されていると判定した場合に、RAM41cに設定されているナビ番号を取得し、取得したナビ番号が1以上であれば、ナビ番号を表示させるための表示データを遊技補助表示器12の出力バッファに設定する処理を繰り返し実行するようになっている。これにより、1以上のナビ番号が設定されている場合には、回転制御中の全てのリールが定速回転で回転されていると判定されることで、ナビ番号を表示させるための表示データが遊技補助表示器12の出力バッファに設定され、遊技補助表示器12にナビ番号が表示される。また、ナビ番号を表示させるための表示データが遊技補助表示器12の出力バッファに設定された後も、回転制御中の全てのリールが定速回転で回転されていると判定される毎に、ナビ番号を表示させるための表示データが遊技補助表示器12の出力バッファに繰り返し設定されるようになっており、その後、全てのリールの停止操作が完了し、遊技補助表示器12の出力バッファが初期化されるまで、継続してナビ番号が遊技補助表示器12に表示されるようになっている。このため、回転制御中の全てのリールが定速回転で回転されている状態、すなわち停止操作が有効な状態において確実にナビ報知が行われることを担保することができる。 In addition, it is determined whether all the reels under rotation control are being rotated at a constant speed, and when it is determined that all reels under rotation control are being rotated at a constant speed, the information is set in the RAM 41c. If the acquired navigation number is 1 or more, the process of setting display data for displaying the navigation number in the output buffer of the gaming auxiliary display 12 is repeatedly executed. . As a result, if a navigation number of 1 or more is set, it is determined that all reels under rotation control are rotating at a constant speed, and the display data for displaying the navigation number is The navigation number is set in the output buffer of the game auxiliary display 12, and the navigation number is displayed on the game auxiliary display 12. Furthermore, even after the display data for displaying the navigation number is set in the output buffer of the gaming auxiliary display 12, every time it is determined that all the reels under rotation control are being rotated at a constant speed, The display data for displaying the navigation number is repeatedly set in the output buffer of the gaming auxiliary display 12, and after that, the stop operation of all reels is completed and the output buffer of the gaming auxiliary display 12 is set. The navigation number is continuously displayed on the game auxiliary display 12 until it is initialized. Therefore, it is possible to ensure that the navigation notification is reliably performed in a state in which all the reels under rotation control are being rotated at a constant speed, that is, in a state in which the stop operation is effective.

また、リール停止処理中において、ナビ番号が表示されている状態で電力供給が停止し、その後電力供給が再開して電力供給停止前の状態に復帰する場合には、遊技補助表示器12の出力バッファは初期化され、遊技補助表示器12が非表示となるが、その後、リールの回転が再開し、再度回転制御中の全てのリールが定速回転で回転されていると判定されることで、再びナビ番号を表示させるための表示データが遊技補助表示器12の出力バッファに設定され、遊技補助表示器12にナビ番号が表示されるようになっており、電力供給からの復帰時に、遊技補助表示器が非表示となっても、回転制御中の全てのリールが定速回転で回転されている状態、すなわち停止操作が有効な状態となることで、ナビ報知を再開させることができる。 In addition, during the reel stop process, if the power supply is stopped while the navigation number is displayed, and then the power supply is restarted and the state before the power supply was stopped, the output of the gaming auxiliary display 12 The buffer is initialized and the game auxiliary display 12 is hidden, but after that, the reels start to rotate again and it is determined that all the reels under rotation control are being rotated at a constant speed. , Display data for displaying the navigation number again is set in the output buffer of the gaming auxiliary display 12, and the navigation number is displayed on the gaming auxiliary display 12, so that when the power supply is restored, the gaming Even if the auxiliary display is hidden, the navigation notification can be restarted when all the reels under rotation control are rotated at a constant speed, that is, when the stop operation is valid.

[遊技機情報計算処理について]
次に、メイン制御部41がメイン処理において行う遊技機情報計算処理の制御内容について、図14~図19に基づいて説明する。
[About gaming machine information calculation processing]
Next, the control contents of gaming machine information calculation processing performed by the main control section 41 in the main processing will be explained based on FIGS. 14 to 19.

図14に示すように、遊技機情報計算処理では、まず、全レジスタの値をスタックに退避させる(Sd1)。そして、各状態カウント処理(Sd2)を実行した後、Sd1において退避させていたレジスタの値を復帰させた後(Sd3)、遊技機情報計算処理を終了させてメイン処理に復帰する。 As shown in FIG. 14, in the gaming machine information calculation process, first, the values of all registers are saved to a stack (Sd1). Then, after executing each state count process (Sd2), the register values saved in Sd1 are restored (Sd3), and the gaming machine information calculation process is terminated and the process returns to the main process.

[各状態カウント処理について]
次に、メイン制御部41が遊技機情報計算処理において行う各状態カウント処理の制御内容について、図15に基づいて説明する。
[About each state count process]
Next, the control contents of each state count process performed by the main control unit 41 in the gaming machine information calculation process will be explained based on FIG. 15.

各状態カウント処理では、まず、総累計ゲーム数または総累計払出枚数が上限に到達したか否かを判定する(Se1)。総累計ゲーム数は、工場出荷時或いは何らかの原因でRAM41cのデータが初期化されてからの累計ゲーム数であって、3バイトの記憶領域に格納されており、最大16777215ゲームまで計数可能である。また、総累計払出枚数は、工場出荷時或いは何らかの原因でRAM41cのデータが初期化されてからの累計払出枚数であって、3バイトの記憶領域に格納されており、最大16777215枚まで計数可能である。そして、Se1では、後述する総累計カウント停止フラグがRAM41cに設定されている場合に、総累計ゲーム数または総累計払出枚数が上限に到達していると判定される。 In each state counting process, first, it is determined whether the total cumulative number of games or the total cumulative number of coins to be paid out has reached the upper limit (Se1). The total number of games is the total number of games since the time of factory shipment or after the data in the RAM 41c has been initialized for some reason, and is stored in a 3-byte storage area, and can be counted up to a maximum of 1,677,7215 games. In addition, the total cumulative number of coins paid out is the cumulative number of coins paid out at the time of shipment from the factory or after the data in the RAM 41c is initialized for some reason.It is stored in a 3-byte storage area and can be counted up to a maximum of 16777215 coins. be. Then, in Se1, if a total cumulative count stop flag, which will be described later, is set in the RAM 41c, it is determined that the total cumulative number of games or the total cumulative number of coins to be paid out has reached the upper limit.

Se1において総累計ゲーム数または総累計払出枚数が上限に到達したと判定した場合には、Se21のステップに進む。Se1において総累計ゲーム数または総累計払出枚数が上限に到達していないと判定した場合には、1を加算値としてDEレジスタにセットし(Se2)、RAM41cにおいて総累計ゲーム数が格納される領域の先頭アドレスをHLレジスタにセットし(Se3)、DEレジスタにセットされた加算値をHLレジスタにセットしたアドレスに格納された3バイトの数値に加算する3バイトデータ加算・格納処理を行い(Se4)、総累計ゲーム数を更新する。 If it is determined in Se1 that the total cumulative number of games or the total cumulative number of coins to be paid out has reached the upper limit, the process proceeds to step Se21. If it is determined in Se1 that the total cumulative number of games or the total cumulative number of coins to be paid out has not reached the upper limit, 1 is set as an additional value in the DE register (Se2), and the area where the total cumulative number of games is stored is set in the RAM 41c. The start address of is set in the HL register (Se3), and 3-byte data addition/storage processing is performed in which the addition value set in the DE register is added to the 3-byte numerical value stored in the address set in the HL register (Se4). ), update the total cumulative number of games.

そして、加算した結果、総累計ゲーム数が上限に到達し、オーバーフローが発生したか否かを判定する(Se5)。3バイトデータ加算・格納処理では、加算後の結果がオーバーフローした場合には後述するキャリーフラグがONに設定され、オーバーフローしない場合にはキャリーフラグがOFFに設定されるため、Se5では、キャリーフラグがONであるか否かによりオーバーフローが発生したか否かが判定される。 Then, as a result of the addition, it is determined whether the total cumulative number of games has reached the upper limit and an overflow has occurred (Se5). In the 3-byte data addition and storage process, if the result after the addition overflows, the carry flag described below is set to ON, and if there is no overflow, the carry flag is set to OFF, so in Se5, it is determined whether an overflow has occurred depending on whether the carry flag is ON.

Se5においてオーバーフローが発生していない場合には、Se7のステップへ進み、オーバーフローが発生している場合、すなわち総累計ゲーム数が上限に到達した場合には、総累計カウント停止フラグをRAM41cに設定し(Se6)、Se7のステップへ進む。 If no overflow has occurred in Se5, proceed to step Se7. If an overflow has occurred, i.e., if the total cumulative game count has reached the upper limit, set the total cumulative count stop flag in RAM 41c (Se6) and proceed to step Se7.

Se7からのステップでは、総累計ゲーム数が0~5999ゲームの範囲にあるか、6000~174999ゲームの範囲にあるか、175000ゲーム以上の範囲にあるかを判定する(Se7~Se19)。判定の結果に応じて、それぞれの範囲にあることを示す値を点灯識別セグとして設定する(Se7、Se18、Se19)。設定された点灯識別セグは、RAM41cに割り当てられた表示モニタ消化遊技判定領域に格納される。そして、役物比率更新処理(Se21)、連続役物比率更新処理(Se22)、指示込役物比率更新処理(Se23)を順次実行した後に、遊技機情報計算処理に復帰する。 In steps from Se7, it is determined whether the total cumulative number of games is in the range of 0 to 5999 games, 6000 to 174999 games, or 175000 games or more (Se7 to Se19). Depending on the result of the determination, a value indicating that it is within each range is set as a lighting identification segment (Se7, Se18, Se19). The set lighting identification segment is stored in the display monitor digestion game determination area allocated to the RAM 41c. Then, after sequentially executing the accessory ratio update process (Se21), the continuous accessory ratio update process (Se22), and the instruction-included accessory ratio update process (Se23), the process returns to the gaming machine information calculation process.

[役物比率更新処理について]
次に、メイン制御部41が各状態カウント処理において行う役物比率更新処理の制御内容について、図16に基づいて説明する。
[About the role ratio update process]
Next, the control contents of the reel ratio update process performed by the main control unit 41 in each state count process will be described with reference to FIG.

図16に示すように、役物比率更新処理では、まず遊技回数判定用のゲーム回数を計数するための判定用ゲーム数カウンタを1加算する(Sf1)。 As shown in FIG. 16, in the accessory ratio updating process, first, a determination game number counter for counting the number of games for determining the number of games is incremented by 1 (Sf1).

次いで、累計バッファ1~3の総払出カウンタに、メイン処理における入賞検索処理(Sa16)によりRAM41cの所定領域に設定された今回のゲームにおける払出枚数を加算する(Sf2~Sf6)。 Next, the number of coins to be paid out in the current game set in a predetermined area of the RAM 41c by the winning search process (Sa16) in the main process is added to the total payout counters of the cumulative buffers 1 to 3 (Sf2 to Sf6).

ここで、累計バッファ1には3バイトの総払出カウンタ、3バイトの役物払出カウンタ、3バイトの連続役物払出カウンタ、3バイトの指示込役物払出カウンタが設けられており、ゲームで入賞が発生してメダルの払出が行われるとそれぞれのカウンタで計数が行われる。計数を開始してから6000ゲームに到達するとそれぞれのカウンタを初期値である0に更新し、次のゲームは初期値から計数を開始する。 The cumulative buffer 1 is provided with a 3-byte total payout counter, a 3-byte special feature payout counter, a 3-byte continuous special feature payout counter, and a 3-byte instruction special feature payout counter, and when a win occurs in a game and medals are paid out, each counter counts. When the number of games reaches 6000 after counting begins, each counter is updated to its initial value of 0, and counting begins again from the initial value for the next game.

累計バッファ2も累計バッファ1と同様に3バイトの総払出カウンタ、3バイトの役物払出カウンタ、3バイトの連続役物払出カウンタ、3バイトの指示込役物払出カウンタが設けられており、ゲームで入賞が発生してメダルの払出が行われるとそれぞれのカウンタで計数が行われる。計数を開始してから6000ゲームに到達するとそれぞれのカウンタを初期値である0に更新し、次のゲームは初期値から計数を開始する。但し、計数を開始するゲームは累計バッファ1と2000ゲームずれている。 Similar to the cumulative buffer 1, the cumulative buffer 2 is provided with a 3-byte total payout counter, a 3-byte accessory payout counter, a 3-byte consecutive accessory payout counter, and a 3-byte accessory payout counter with instructions. When a winning occurs and medals are paid out, each counter counts. When 6000 games are reached after counting starts, each counter is updated to the initial value of 0, and counting for the next game is started from the initial value. However, the game at which counting starts is 2000 games behind the cumulative buffer 1.

累計バッファ3も累計バッファ1、累計バッファ2と同様に3バイトの総払出カウンタ、3バイトの役物払出カウンタ、3バイトの連続役物払出カウンタ、3バイトの指示込役物払出カウンタが設けられており、ゲームで入賞が発生してメダルの払出が行われるとそれぞれのカウンタで計数が行われる。計数を開始してから6000ゲームに到達するとそれぞれのカウンタを初期値である0に更新し、次のゲームは初期値から計数を開始する。但し、計数を開始するゲームが累計バッファ1と4000ゲーム、累計バッファ2と2000ゲームずれている。 Like accumulation buffer 1 and accumulation buffer 2, accumulation buffer 3 is also provided with a 3-byte total payout counter, a 3-byte special feature payout counter, a 3-byte continuous special feature payout counter, and a 3-byte instruction special feature payout counter, and when a win occurs in a game and medals are paid out, counting is performed by each counter. When the number of games reaches 6000 after counting begins, each counter is updated to its initial value of 0, and counting begins from the initial value for the next game. However, the game at which counting begins is shifted by 4000 games from accumulation buffer 1 and 2000 games from accumulation buffer 2.

また、累計バッファ1~3は、総払出カウンタ、役物払出カウンタ、連続役物払出カウンタ、指示込役物払出カウンタ毎にRAM41cに格納されている。詳しくは、総払出カウンタは、累計バッファ1の総払出カウンタ、累計バッファ2の総払出カウンタ、累計バッファ3の総払出カウンタの順に連続するアドレス領域に格納されており、役物払出カウンタは、累計バッファ1の役物払出カウンタ、累計バッファ2の役物払出カウンタ、累計バッファ3の役物払出カウンタの順に連続するアドレス領域に格納されており、連続役物払出カウンタは、累計バッファ1の連続役物払出カウンタ、累計バッファ2の連続役物払出カウンタ、累計バッファ3の連続役物払出カウンタの順に連続するアドレス領域に格納されており、指示込役物払出カウンタは、累計バッファ1の指示込役物払出カウンタ、累計バッファ2の指示込役物払出カウンタ、累計バッファ3の指示込役物払出カウンタの順に連続するアドレス領域に格納されている。 In addition, the accumulation buffers 1 to 3 are stored in the RAM 41c for each total payout counter, feature payout counter, continuous feature payout counter, and instruction feature payout counter. In detail, the total payout counter is stored in the address area of the total payout counter of the accumulation buffer 1, the total payout counter of the accumulation buffer 2, and the total payout counter of the accumulation buffer 3 in the order of consecutive payout counters, the feature payout counters are stored in the address area of the feature payout counter of the accumulation buffer 1, the feature payout counter of the accumulation buffer 2, and the feature payout counter of the accumulation buffer 3 in the order of consecutive payout counters, the continuous feature payout counters are stored in the address area of the continuous feature payout counter of the accumulation buffer 1, the continuous feature payout counter of the accumulation buffer 2, and the continuous feature payout counter of the accumulation buffer 3 in the order of consecutive payout counters, and the instruction feature payout counters are stored in the address area of the instruction feature payout counter of the accumulation buffer 1, the instruction feature payout counter of the accumulation buffer 2, and the instruction feature payout counter of the accumulation buffer 3 in the order of consecutive payout counters.

このため、累計バッファ1における総払出カウンタ、役物払出カウンタ、連続役物払出カウンタ、指示込役物払出カウンタのうち更新対象となるカウンタの先頭アドレスを設定することで、設定されたアドレスから累計バッファ1のカウンタ値を特定可能となり、設定されたアドレス+3のアドレスから累計バッファ2のカウンタ値を特定可能となり、設定されたアドレス+6のアドレスから累計バッファ3のカウンタ値を特定可能となる。 Therefore, by setting the top address of the counter to be updated among the total payout counter, the special feature payout counter, the continuous special feature payout counter, and the command-indicated special feature payout counter in the accumulation buffer 1, the counter value of the accumulation buffer 1 can be identified from the set address, the counter value of the accumulation buffer 2 can be identified from the address of the set address + 3, and the counter value of the accumulation buffer 3 can be identified from the address of the set address + 6.

図16に戻り、累計バッファ1~3の総払出カウンタに、今回のゲームにおける払出枚数を加算する処理(Sf2~Sf6)では、まず、累計バッファ1の総払出カウンタの先頭アドレス(入賞払出加算用アドレス(先頭))をHLレジスタにセットし(Sf2)、メイン処理における入賞検索処理(Sa16)によりRAM41cの所定領域に設定された今回のゲームにおける払出枚数を加算値としてBレジスタにセットする(Sf3)。 Returning to FIG. 16, in the process of adding the number of coins paid out in the current game to the total payout counters of accumulation buffers 1 to 3 (Sf2 to Sf6), first the top address of the total payout counter of accumulation buffer 1 (address for adding winning payouts (top)) is set in the HL register (Sf2), and the number of coins paid out in the current game set in a specified area of RAM 41c by the winning search process (Sa16) in the main process is set in the B register as the added value (Sf3).

次いで、Bレジスタにセットされた加算値をHLレジスタにセットしたアドレスに格納された3バイトの数値に加算する3バイトデータ1バイト加算処理を行うことで、累計バッファ1の総払出カウンタに今回のゲームにおける払出枚数を加算する。また、3バイトデータ1バイト加算処理では、HLレジスタにセットしたアドレスが次のカウンタのアドレスを示す数値(アドレス+3)に更新されるようになっており、Sf4の3バイトデータ1バイト加算処理が終了することで、累計バッファ2の総払出カウンタの先頭アドレスがHLレジスタにセットされた状態となる。 Next, by performing 3-byte data 1-byte addition processing that adds the addition value set in the B register to the 3-byte numerical value stored in the address set in the HL register, the total payout counter of cumulative buffer 1 is updated with the current value. Add the number of coins paid out in the game. In addition, in the 3-byte data 1-byte addition process, the address set in the HL register is updated to the value (address + 3) indicating the next counter address, and the 3-byte data 1-byte addition process in Sf4 is Upon completion, the start address of the total payout counter of the cumulative buffer 2 is set in the HL register.

次いで、3バイトデータ1バイト加算処理を行い(Sf5)、累計バッファ2の総払出カウンタに今回のゲームにおける払出枚数を加算する。そして、Sf5の3バイトデータ1バイト加算処理が終了することで、累計バッファ3の総払出カウンタの先頭アドレスがHLレジスタにセットされた状態となる。 Next, a 3-byte data 1-byte addition process is performed (Sf5), and the number of coins paid out in the current game is added to the total payout counter in the cumulative buffer 2. Then, when the 3-byte data 1-byte addition process in Sf5 is completed, the top address of the total payout counter in the cumulative buffer 3 is set in the HL register.

次いで、3バイトデータ1バイト加算処理を行い(Sf6)、累計バッファ3の総払出カウンタに今回のゲームにおける払出枚数を加算する。 Next, a 1-byte addition process is performed on the 3-byte data (Sf6), and the number of coins paid out in this game is added to the total payout counter in the accumulation buffer 3.

累計バッファ1~3の総払出カウンタに、今回のゲームにおける払出枚数を加算する処理(Sf2~Sf6)の後、総累計ゲーム数または総累計払出枚数が上限に到達したか否かを判定する(Sf7)。Sf7では、前述した総累計カウント停止フラグがRAM41cに設定されている場合に、総累計ゲーム数または総累計払出枚数が上限に到達していると判定される。 After the process of adding the number of coins paid out in the current game to the total payout counters of cumulative buffers 1 to 3 (Sf2 to Sf6), it is determined whether the total cumulative number of games or the total cumulative number of coins paid out has reached the upper limit ( Sf7). In Sf7, if the aforementioned total cumulative count stop flag is set in the RAM 41c, it is determined that the total cumulative number of games or the total cumulative number of coins to be paid out has reached the upper limit.

Sf7において総累計ゲーム数または総累計払出枚数が上限に到達したと判定した場合には、Sf13のステップに進む。Sf7において総累計ゲーム数または総累計払出枚数が上限に到達していないと判定した場合には、今回のゲームにおける払出枚数を加算値としてDEレジスタにセットし(Sf8)、RAM41cにおいて総累計払出枚数が格納される領域の先頭アドレスをHLレジスタにセットし(Sf9)、前述の3バイトデータ加算・格納処理を行い(Sf10)、総累計払出枚数に今回のゲームにおける払出枚数を加算する。 If it is determined in Sf7 that the total cumulative number of games played or the total cumulative number of coins paid out has reached the upper limit, proceed to step Sf13. If it is determined in Sf7 that the total cumulative number of games played or the total cumulative number of coins paid out has not reached the upper limit, the number of coins paid out in this game is set in the DE register as an additional value (Sf8), the top address of the area in RAM 41c where the total cumulative number of coins paid out is stored is set in the HL register (Sf9), the above-mentioned 3-byte data addition and storage process is performed (Sf10), and the number of coins paid out in this game is added to the total cumulative number of coins paid out.

そして、加算した結果、総累計払出枚数が上限に到達し、オーバーフローが発生したか否かを判定する(Sf11)。Sf11では、キャリーフラグがONであるか否かによりオーバーフローが発生したか否かが判定される。Sf11においてオーバーフローが発生していない場合には、Sf13のステップへ進み、オーバーフローが発生している場合、すなわち総累計払出枚数が上限に到達した場合には、総累計カウント停止フラグをRAM41cに設定し(Sf12)、Sf13のステップへ進む。尚、総累計カウント停止フラグは、総累計ゲーム数が上限値に到達したときと同じフラグである。 Then, as a result of the addition, it is determined whether the total cumulative payout number has reached the upper limit and an overflow has occurred (Sf11). In Sf11, whether an overflow has occurred is determined based on whether the carry flag is ON. If an overflow has not occurred in Sf11, the process proceeds to step Sf13. If an overflow has occurred, i.e., if the total cumulative payout number has reached the upper limit, a total cumulative count stop flag is set in RAM 41c (Sf12) and the process proceeds to step Sf13. Note that the total cumulative count stop flag is the same flag as when the total cumulative number of games has reached the upper limit.

Sf13では、遊技状態が役物遊技中か否かを判定する。本実施例では、役物遊技としてRBしか含まれないことから、RBに制御されている遊技であるか否かを判定する。Sf13において役物遊技中でないと判定した場合には、Sf23に進む。Sf13において役物遊技中であると判定した場合には、累計バッファ1~3の役物払出カウンタに、メイン処理における入賞検索処理(Sa16)によりRAM41cの所定領域に設定された今回のゲームにおける払出枚数を加算する(Sf14~Sf18)。 In Sf13, it is determined whether the gaming state is in the accessory game. In this embodiment, since only RB is included as an accessory game, it is determined whether or not the game is controlled by RB. If it is determined in Sf13 that the accessory game is not in progress, the process advances to Sf23. If it is determined in Sf13 that the accessory game is in progress, the payout in the current game set in the predetermined area of the RAM 41c by the winning search process (Sa16) in the main process is added to the accessory payout counter in the cumulative buffers 1 to 3. Add the number of sheets (Sf14 to Sf18).

累計バッファ1~3の役物払出カウンタに、今回のゲームにおける払出枚数を加算する処理(Sf14~Sf18)では、累計バッファ1の役物払出カウンタの先頭アドレス(役物払出加算用アドレス(先頭))をHLレジスタにセットし(Sf14)、メイン処理における入賞検索処理(Sa16)によりRAM41cの所定領域に設定された今回のゲームにおける払出枚数を加算値としてBレジスタにセットする(Sf15)。その後、3バイトデータ1バイト加算処理を3回行うことで、累計バッファ1~3の役物払出カウンタに、今回のゲームにおける払出枚数を加算する(Sf16~Sf18)。 In the process of adding the payout number for the current game to the bonus payout counters of accumulation buffers 1 to 3 (Sf14 to Sf18), the top address of the bonus payout counter of accumulation buffer 1 (the bonus payout addition address (top)) is set in the HL register (Sf14), and the payout number for the current game set in a specified area of RAM 41c by the winning search process (Sa16) in the main process is set in the B register as the added value (Sf15). After that, the 3-byte data 1-byte addition process is performed three times to add the payout number for the current game to the bonus payout counters of accumulation buffers 1 to 3 (Sf16 to Sf18).

累計バッファ1~3の役物払出カウンタに、今回のゲームにおける払出枚数を加算する処理(Sf14~Sf18)の後、総累計ゲーム数または総累計払出枚数が上限に到達したか否かを判定する(Sf19)。Sf19では、前述した総累計カウント停止フラグがRAM41cに設定されている場合に、総累計ゲーム数または総累計払出枚数が上限に到達していると判定される。 After the process of adding the payout number for the current game to the bonus payout counters of accumulation buffers 1 to 3 (Sf14 to Sf18), it is determined whether the total cumulative number of games played or the total cumulative number of payouts has reached its upper limit (Sf19). In Sf19, if the total cumulative count stop flag described above is set in RAM 41c, it is determined that the total cumulative number of games played or the total cumulative number of payouts has reached its upper limit.

Sf19において総累計ゲーム数または総累計払出枚数が上限に到達したと判定した場合には、Sf23のステップに進む。Sf19において総累計ゲーム数または総累計払出枚数が上限に到達していないと判定した場合には、今回のゲームにおける払出枚数を加算値としてDEレジスタにセットし(Sf20)、RAM41cにおいて総累計役物払出枚数が格納される領域の先頭アドレスをHLレジスタにセットし(Sf21)、前述の3バイトデータ加算・格納処理を行い(Sf22)、総累計役物払出枚数に今回のゲームにおける払出枚数を加算する。 If it is determined in Sf19 that the total cumulative number of games played or the total cumulative number of payouts has reached the upper limit, the process proceeds to step Sf23. If it is determined in Sf19 that the total cumulative number of games played or the total cumulative number of payouts has not reached the upper limit, the payout number for the current game is set in the DE register as an additional value (Sf20), the top address of the area in RAM 41c where the total cumulative number of payouts for special features is stored is set in the HL register (Sf21), the 3-byte data addition and storage process described above is performed (Sf22), and the payout number for the current game is added to the total cumulative number of payouts for special features.

次いで、総累計役物払出枚数の先頭アドレスをHLレジスタにセットし(Sf23)、総累計払出枚数の先頭アドレスをDEレジスタにセットし(Sf24)、DEレジスタにセットしたアドレスに格納された数値(除数)に対するHLレジスタにセットしたアドレスに格納された数値(被除数)の百分率を算出する3バイトデータ割り算処理を行うことにより、総累計払出枚数に対する総累計役物払出枚数の比率である総累計役物払出比率を算出する(Sf25)。そして算出された総累計役物払出比率をRAM41cに格納する(Sf26)。 Next, set the start address of the total cumulative number of coins to be paid out in the HL register (Sf23), set the leading address of the total cumulative number of coins to be paid out in the DE register (Sf24), and read the value stored at the address set in the DE register ( By performing a 3-byte data division process that calculates the percentage of the numerical value (dividend) stored in the address set in the HL register with respect to the divisor), the total cumulative win, which is the ratio of the total cumulative accessory payout number to the total cumulative payout number, is calculated. The material payout ratio is calculated (Sf25). Then, the calculated total cumulative accessory payout ratio is stored in the RAM 41c (Sf26).

次いで、判定用ゲーム数カウンタを参照して、当該ゲームが更新ゲーム数か否かを判定する(Sf27~Sf30)。判定用ゲーム数カウンタは1~6000ゲームの間で循環して計数されるカウンタであり、計数を開始してからのゲーム数が2000ゲーム、4000ゲーム、6000ゲームに到達したかを判定するために用いられるカウンタである。上記判定は、判定用カウンタを2000で除算して余りが生じたか否かにより判定され、余りが生じていた場合には、当該ゲームが更新ゲーム数でないとして各状態カウント処理に復帰する。 Then, by referring to the determination game number counter, it is determined whether the game in question is the updated game number (Sf27 to Sf30). The determination game number counter is a counter that counts in a loop between 1 and 6000 games, and is used to determine whether the number of games played since counting began has reached 2000, 4000, or 6000 games. The above determination is made by dividing the determination counter by 2000 and determining whether a remainder is generated. If a remainder is generated, the game in question is not the updated game number, and the process returns to each state counting process.

また、判定用カウンタを2000で除算して余りが生じなかった場合には、除算結果の商より当該ゲームが2000ゲーム、4000ゲーム、6000ゲームのいずれの更新ゲームかを特定する(Sf31)。そして、累計バッファ1~3のうち、特定された更新ゲームに対応する累計バッファの総払出カウンタの値を読み出してRAM41cの6000回算出用バッファの6000ゲーム累計払出枚数に格納するとともに読み出し元の総払出カウンタを初期値である0に更新する(Sf32~Sf34)。同様に特定された更新ゲームに対応する累計バッファの役物払出カウンタの値を読み出してRAM41cの6000回算出用バッファの6000ゲーム累計役物払出枚数に格納するとともに読み出し元の役物払出カウンタを初期値である0に更新する(Sf35~Sf37)。 Further, when the determination counter is divided by 2000 and there is no remainder, it is determined from the quotient of the division result whether the game is an updated game of 2000 games, 4000 games, or 6000 games (Sf31). Then, among the cumulative buffers 1 to 3, the value of the total payout counter of the cumulative buffer corresponding to the specified updated game is read out and stored in the 6000 game cumulative payout number of the 6000 calculation buffer in the RAM 41c, and the total number of coins from the read source is read out. The payout counter is updated to the initial value of 0 (Sf32 to Sf34). Similarly, the value of the accessory payout counter of the cumulative buffer corresponding to the specified update game is read out and stored in the 6000 game cumulative accessory payout number of the 6000-time calculation buffer in the RAM 41c, and the readout source accessory payout counter is initialized. The value is updated to 0 (Sf35 to Sf37).

次いで、6000回算出用バッファの6000ゲーム累計役物払出枚数の先頭アドレス(役物払出(6000累計)アドレス)をHLレジスタにセットし(Sf38)、6000回算出用バッファの6000ゲーム累計払出枚数の先頭アドレス(入賞払出(6000累計)アドレス)をDEレジスタにセットし(Sf39)、前述の3バイトデータ割り算処理を行うことにより、6000ゲーム累計払出枚数に対する6000ゲーム累計役物払出枚数の比率である役物払出比率(6000G)を算出する(Sf40)。そして算出された役物払出比率(6000G)をRAM41cに格納する(Sf41)。その後、各状態カウント処理に復帰する。 Then, the top address of the 6000 game cumulative payout number in the 6000 times calculation buffer (the payout (6000 cumulative) address) is set in the HL register (Sf38), the top address of the 6000 game cumulative payout number in the 6000 times calculation buffer (the winning payout (6000 cumulative) address) is set in the DE register (Sf39), and the above-mentioned 3-byte data division process is performed to calculate the payout ratio (6000G), which is the ratio of the 6000 game cumulative payout number to the 6000 game cumulative payout number (Sf40). The calculated payout ratio (6000G) is then stored in RAM 41c (Sf41). After that, the process returns to the counting process for each state.

[各バッファの更新状況について]
図17を参照して、遊技機情報計算処理による累計バッファ1~3及び6000回算出用バッファ、総累計払出枚数と総累計役物払出枚数が格納される総累計算出用バッファの更新状況を説明する。累計バッファ1~3、6000回算出用バッファ及び総累計算出用バッファの記憶内容はRAM41cに格納されているため、工場出荷時または何らかの原因でRAM41cのデータに異常が生じて初期化されない限りは保持されている。
[About the update status of each buffer]
With reference to FIG. 17, the update status of the cumulative calculation buffers 1 to 3, the 6000 times calculation buffer, and the total cumulative calculation buffer in which the total cumulative payout number and the total cumulative accessory payout number are stored will be explained with reference to FIG. 17. do. The memory contents of cumulative buffers 1 to 3, the buffer for 6000 calculations, and the buffer for total cumulative calculation are stored in the RAM 41c, so they will be retained unless initialized at the time of shipment from the factory or due to an abnormality in the data in the RAM 41c for some reason. has been done.

各バッファ値が初期化された状態から累計バッファ1と総累計算出用バッファでの計数が開始される。2000ゲームが経過すると累計バッファ2での計数が開始される。累計バッファ1は計数を継続している。続いて2000ゲームが経過すると累計バッファ3での計数が開始される。累計バッファ1と累計バッファ2は計数を継続している。 After each buffer value has been initialized, counting begins in accumulation buffer 1 and the total accumulation calculation buffer. After 2000 games have passed, counting begins in accumulation buffer 2. Accumulation buffer 1 continues counting. After another 2000 games have passed, counting begins in accumulation buffer 3. Accumulation buffer 1 and accumulation buffer 2 continue counting.

さらに2000ゲームが経過すると累計バッファ1での計数期間が6000ゲームに達する。ここで累計バッファ1の計数内容が6000回算出用バッファに格納される。そして累計バッファ1の計数内容は初期化され初期値(0)から計数を開始する。 After another 2000 games have passed, the counting period in accumulation buffer 1 will reach 6000 games. At this point, the count contents of accumulation buffer 1 are stored in the 6000-time calculation buffer. The count contents of accumulation buffer 1 are then initialized, and counting begins from the initial value (0).

次の2000ゲームが経過すると累積バッファ2での計数期間が6000ゲームに達する。ここで累積バッファ2の計数内容が6000回算出用バッファに格納される。そして累積バッファ2の計数内容は初期化され初期値(0)から計数を開始する。 When the next 2000 games pass, the counting period in the cumulative buffer 2 reaches 6000 games. Here, the count contents of the cumulative buffer 2 are stored in the calculation buffer 6000 times. Then, the count contents of the accumulation buffer 2 are initialized and counting starts from the initial value (0).

このように累計バッファ1~3に計数された6000ゲーム間の計数結果が2000ゲーム毎に6000回算出用バッファに格納されていく。尚、この間、総累計算出用バッファの計数結果は初期化されることなく累積して計数が行われている。 In this way, the counting results for 6,000 games counted in accumulation buffers 1 to 3 are stored in the calculation buffer 6,000 times, every 2,000 games. During this time, the counting results in the total accumulation calculation buffer are accumulated and counted without being initialized.

[連続役物比率更新処理について]
次に、メイン制御部41が各状態カウント処理において行う連続役物比率更新処理の制御内容について、図18に基づいて説明する。
[About continuous role item ratio update process]
Next, the control contents of the continuous accessory ratio update process performed by the main control unit 41 in each state count process will be explained based on FIG. 18.

連続役物比率更新処理では、まず、遊技状態が連続役物遊技中か否かを判定する(Sg1)。本実施例では、連続役物遊技としてRBしか含まれないことから、RBに制御されている遊技であるか否かを判定する。Sg1において連続役物遊技中でないと判定した場合には、Sg11に進む。Sg1において連続役物遊技中であると判定した場合には、累計バッファ1~3の連続役物払出カウンタに、メイン処理における入賞検索処理(Sa16)によりRAM41cの所定領域に設定された今回のゲームにおける払出枚数を加算する(Sg2~Sg6)。 In the continuous feature ratio update process, first, it is determined whether or not the game is in continuous feature play (Sg1). In this embodiment, since only RB is included as continuous feature play, it is determined whether or not the game is controlled by RB. If it is determined in Sg1 that continuous feature play is not in progress, the process proceeds to Sg11. If it is determined in Sg1 that continuous feature play is in progress, the payout number for the current game, which is set in a specified area of RAM 41c by the winning search process (Sa16) in the main process, is added to the continuous feature payout counters in cumulative buffers 1 to 3 (Sg2 to Sg6).

累計バッファ1~3の連続役物払出カウンタに、今回のゲームにおける払出枚数を加算する処理(Sg2~Sg6)では、累計バッファ1の連続役物払出カウンタの先頭アドレス(連続役物払出加算用アドレス(先頭))をHLレジスタにセットし(Sg2)、メイン処理における入賞検索処理(Sa16)によりRAM41cの所定領域に設定された今回のゲームにおける払出枚数を加算値としてBレジスタにセットする(Sg3)。その後、3バイトデータ1バイト加算処理を3回行うことで、累計バッファ1~3の連続役物払出カウンタに、今回のゲームにおける払出枚数を加算する(Sg4~Sg6)。 In the process (Sg2 to Sg6) of adding the number of coins paid out in the current game to the continuous accessory payout counters of cumulative buffers 1 to 3, the start address of the continuous accessory payout counter of cumulative buffer 1 (address for continuous accessory payout addition) (first)) is set in the HL register (Sg2), and the number of coins to be paid out in the current game, which is set in a predetermined area of the RAM 41c by the winning search process (Sa16) in the main process, is set as an additional value in the B register (Sg3). . Thereafter, by performing 3-byte data 1-byte addition processing three times, the number of coins to be paid out in the current game is added to the continuous accessory payout counters of cumulative buffers 1 to 3 (Sg4 to Sg6).

累計バッファ1~3の連続役物払出カウンタに、今回のゲームにおける払出枚数を加算する処理(Sg2~Sg6)の後、総累計ゲーム数または総累計払出枚数が上限に到達したか否かを判定する(Sg7)。Sg7では、前述した総累計カウント停止フラグがRAM41cに設定されている場合に、総累計ゲーム数または総累計払出枚数が上限に到達していると判定される。 After the process of adding the number of coins paid out in the current game to the continuous accessory payout counters of cumulative buffers 1 to 3 (Sg2 to Sg6), it is determined whether the total cumulative number of games or the total cumulative number of coins paid out has reached the upper limit. (Sg7). At Sg7, if the aforementioned total cumulative count stop flag is set in the RAM 41c, it is determined that the total cumulative number of games or the total cumulative number of coins to be paid out has reached the upper limit.

Sg7において総累計ゲーム数または総累計払出枚数が上限に到達したと判定した場合には、Sg11のステップに進む。Sg7において総累計ゲーム数または総累計払出枚数が上限に到達していないと判定した場合には、今回のゲームにおける払出枚数を加算値としてDEレジスタにセットし(Sg8)、RAM41cにおいて総累計連続役物払出枚数が格納される領域の先頭アドレスをHLレジスタにセットし(Sg9)、前述の3バイトデータ加算・格納処理を行い(Sg10)、総累計連続役物払出枚数に今回のゲームにおける払出枚数を加算する。 If it is determined at Sg7 that the total cumulative number of games or the total cumulative number of coins to be paid out has reached the upper limit, the process advances to step Sg11. If it is determined in Sg7 that the total number of games played or the total number of coins paid out has not reached the upper limit, the number of coins paid out in the current game is set as an addition value in the DE register (Sg8), and the total number of consecutive winnings is stored in the RAM 41c. Set the start address of the area where the number of paid out objects is stored in the HL register (Sg9), perform the above-mentioned 3-byte data addition and storage process (Sg10), and add the number of paid out in this game to the total cumulative number of paid out consecutive role objects. Add.

次いで、総累計連続役物払出枚数の先頭アドレスをHLレジスタにセットし(Sg11)、総累計払出枚数の先頭アドレスをDEレジスタにセットし(Sg12)、前述の3バイトデータ割り算処理を行うことにより、総累計払出枚数に対する総累計連続役物払出枚数の比率である総累計連続役物払出比率を算出する(Sg13)。そして算出された総累計連続役物払出比率をRAM41cに格納する(Sg14)。 Next, by setting the start address of the total cumulative number of consecutive paid out coins in the HL register (Sg11), setting the leading address of the total cumulative number of paid out coins in the DE register (Sg12), and performing the 3-byte data division process described above. , calculate the total cumulative continuous accessory payout ratio, which is the ratio of the total cumulative consecutive accessory payout number to the total cumulative payout number (Sg13). Then, the calculated total cumulative continuous accessory payout ratio is stored in the RAM 41c (Sg14).

次いで、役物比率更新処理と同様に、判定用ゲーム数カウンタを参照して、当該ゲームが更新ゲーム数か否かを判定する(Sg15~Sg18)。 Next, in the same way as the accessory ratio update process, it is determined whether or not the game is the updated number of games by referring to the determination game number counter (Sg15 to Sg18).

そして、当該ゲームが更新ゲーム数である場合には、累計バッファ1~3のうち、特定された更新ゲームに対応する累計バッファの連続役物払出カウンタの値を読み出してRAM41cの6000回算出用バッファの6000ゲーム累計連続役物払出枚数に格納するとともに読み出し元の連続役物払出カウンタを初期値である0に更新する(Sg19~Sg21)。 Then, if the game is the number of updated games, the value of the continuous accessory payout counter of the accumulated buffer corresponding to the specified updated game among the accumulated buffers 1 to 3 is read out, and the 6000 times calculation buffer of the RAM 41c is read out. It is stored in the cumulative number of consecutive accessory payouts for 6000 games, and the continuous accessory payout counter from which it is read is updated to the initial value of 0 (Sg19 to Sg21).

次いで、6000回算出用バッファの6000ゲーム累計連続役物払出枚数の先頭アドレス(連続役物払出(6000累計)アドレス)をHLレジスタにセットし(Sg22)、6000回算出用バッファの6000ゲーム累計払出枚数の先頭アドレス(入賞払出(6000累計)アドレス)をDEレジスタにセットし(Sg23)、前述の3バイトデータ割り算処理を行うことにより、6000ゲーム累計払出枚数に対する6000ゲーム累計連続役物払出枚数の比率である連続役物払出比率(6000G)を算出する(Sg24)。そして算出された連続役物払出比率(6000G)をRAM41cに格納する(Sg25)。その後、各状態カウント処理に復帰する。 Next, set the start address (continuous accessory payout (6000 cumulative) address) of the cumulative number of consecutive accessory payouts for 6,000 games in the buffer for 6,000 calculations to the HL register (Sg22), and calculate the cumulative payout for 6,000 games in the buffer for 6,000 calculations. By setting the start address of the number of coins (winning payout (6000 cumulative) address) in the DE register (Sg23) and performing the 3-byte data division process described above, the cumulative number of continuous accessory payouts for 6000 games against the total number of payouts for 6000 games can be calculated. A continuous accessory payout ratio (6000G), which is a ratio, is calculated (Sg24). Then, the calculated continuous accessory payout ratio (6000G) is stored in the RAM 41c (Sg25). Thereafter, the process returns to each state counting process.

[指示込役物比率更新処理について]
次に、メイン制御部41が各状態カウント処理において行う指示込役物比率更新処理の制御内容について、図19に基づいて説明する。
[About instruction-inclusive accessory ratio update process]
Next, the control contents of the instruction-included accessory ratio update process performed by the main control unit 41 in each state count process will be explained based on FIG. 19.

指示込役物比率更新処理では、まず、遊技状態がRB中であるか否かを判定する(Sh1)。Sh1においてRB中であると判定した場合には、Sh13に進む。Sh1においてRB中でないと判定した場合には、RAM41cのナビ番号設定領域に設定されているナビ番号を取得し(Sh2)、取得したナビ番号が0であるか否かを判定し(Sh3)、ナビ番号が0である場合、すなわちナビ報知が行われない場合には、Sh13に進む。 In the instructed accessory ratio update process, first, it is determined whether the gaming state is in RB (Sh1). If it is determined in Sh1 that RB is in progress, the process advances to Sh13. If it is determined in Sh1 that the vehicle is not in RB, the navigation number set in the navigation number setting area of the RAM 41c is acquired (Sh2), and it is determined whether or not the acquired navigation number is 0 (Sh3); When the navigation number is 0, that is, when navigation notification is not performed, the process advances to Sh13.

Sh3においてナビ番号が0でない場合、すなわちナビ番号が1以上であり、ナビ報知が行われる場合には、累計バッファ1~3の指示込役物払出カウンタに、メイン処理における入賞検索処理(Sa16)によりRAM41cの所定領域に設定された今回のゲームにおける払出枚数を加算する(Sh4~Sh8)。 In Sh3, if the navigation number is not 0, that is, if the navigation number is 1 or more and navigation notification is performed, the winning search process (Sa16) in the main process is added to the instruction-included accessories payout counter of cumulative buffers 1 to 3. The number of coins to be paid out in the current game set in a predetermined area of the RAM 41c is added (Sh4 to Sh8).

累計バッファ1~3の指示込役物払出カウンタに、今回のゲームにおける払出枚数を加算する処理(Sh4~Sh8)では、累計バッファ1の指示込役物払出カウンタの先頭アドレス(指示込役物払出加算用アドレス(先頭))をHLレジスタにセットし(Sh4)、メイン処理における入賞検索処理(Sa16)によりRAM41cの所定領域に設定された今回のゲームにおける払出枚数を加算値としてBレジスタにセットする(Sh5)。その後、3バイトデータ1バイト加算処理を3回行うことで、累計バッファ1~3の指示込役物払出カウンタに、今回のゲームにおける払出枚数を加算する(Sh6~Sh8)。 In the process of adding the payout number for the current game to the instruction-based feature payout counters of accumulation buffers 1 to 3 (Sh4 to Sh8), the top address of the instruction-based feature payout counters of accumulation buffer 1 (address for adding instruction-based feature payouts (top)) is set in the HL register (Sh4), and the payout number for the current game set in a specified area of RAM 41c by the winning search process (Sa16) in the main process is set in the B register as the added value (Sh5). After that, the 3-byte data 1-byte addition process is performed three times to add the payout number for the current game to the instruction-based feature payout counters of accumulation buffers 1 to 3 (Sh6 to Sh8).

累計バッファ1~3の指示込役物払出カウンタに、今回のゲームにおける払出枚数を加算する処理(Sh4~Sh8)の後、総累計ゲーム数または総累計払出枚数が上限に到達したか否かを判定する(Sh9)。Sh9では、前述した総累計カウント停止フラグがRAM41cに設定されている場合に、総累計ゲーム数または総累計払出枚数が上限に到達していると判定される。 After the processing (Sh4 to Sh8) of adding the number of coins paid out in the current game to the instructed accessory payout counters of cumulative buffers 1 to 3, it is determined whether the total cumulative number of games or the total cumulative number of coins paid out has reached the upper limit. Determine (Sh9). In Sh9, if the aforementioned total cumulative count stop flag is set in the RAM 41c, it is determined that the total cumulative number of games or the total cumulative number of coins to be paid out has reached the upper limit.

Sh9において総累計ゲーム数または総累計払出枚数が上限に到達したと判定した場合には、Sh13に進む。Sh9において総累計ゲーム数または総累計払出枚数が上限に到達していないと判定した場合には、今回のゲームにおける払出枚数を加算値としてDEレジスタにセットし(Sh10)、RAM41cにおいて総累計指示込役物払出枚数が格納される領域の先頭アドレスをHLレジスタにセットし(Sh11)、前述の3バイトデータ加算・格納処理を行い(Sh12)、総累計指示込役物払出枚数に今回のゲームにおける払出枚数を加算する。 If it is determined in Sh9 that the total cumulative number of games or the total cumulative number of coins to be paid out has reached the upper limit, the process proceeds to Sh13. If it is determined in Sh9 that the total cumulative number of games or the total cumulative number of coins paid out has not reached the upper limit, the number of coins paid out in the current game is set as an addition value in the DE register (Sh10), and the total cumulative number of coins is stored in the RAM 41c. Set the start address of the area where the number of paid out bonus coins is stored in the HL register (Sh11), perform the 3-byte data addition and storage process described above (Sh12), and set the total number of paid out bonus items including instructions in the current game. Add the number of paid coins.

次いで、総累計指示込役物払出枚数の先頭アドレスをHLレジスタにセットし(Sh13)、総累計払出枚数の先頭アドレスをDEレジスタにセットし(Sh14)、前述の3バイトデータ割り算処理を行うことにより、総累計払出枚数に対する総累計指示込役物払出枚数の比率である総累計指示込役物払出比率を算出する(Sh15)。そして算出された総累計指示込役物払出比率をRAM41cに格納する(Sh16)。 Next, set the start address of the total cumulative number of paid-out coins for the designated accessories in the HL register (Sh13), set the start address of the total cumulative number of paid-out coins in the DE register (Sh14), and perform the 3-byte data division process described above. Accordingly, the total cumulative instruction-inclusive accessory payout ratio, which is the ratio of the total cumulative instruction-inclusive accessory payout number to the total cumulative payout number, is calculated (Sh15). Then, the calculated total cumulative instructed accessories payout ratio is stored in the RAM 41c (Sh16).

次いで、役物比率更新処理と同様に、判定用ゲーム数カウンタを参照して、当該ゲームが更新ゲーム数か否かを判定する(Sh17~Sh20)。 Next, in the same way as the accessory ratio update process, it is determined whether or not the game is the updated number of games by referring to the determination game number counter (Sh17 to Sh20).

そして、当該ゲームが更新ゲーム数である場合には、累計バッファ1~3のうち、特定された更新ゲームに対応する累計バッファの指示込役物払出カウンタの値を読み出してRAM41cの6000回算出用バッファの6000ゲーム累計指示込役物払出枚数に格納するとともに読み出し元の指示込役物払出カウンタを初期値である0に更新する(Sh21~Sh23)。 If the game is an updated game number, the value of the instruction-based feature payout counter of the accumulation buffer corresponding to the identified updated game among accumulation buffers 1 to 3 is read and stored in the 6000 game cumulative instruction-based feature payout number in the 6000 times calculation buffer in RAM 41c, and the instruction-based feature payout counter from which it was read is updated to its initial value of 0 (Sh21 to Sh23).

次いで、6000回算出用バッファの6000ゲーム累計指示込役物払出枚数の先頭アドレス(指示込役物払出(6000累計)アドレス)をHLレジスタにセットし(Sh24)、6000回算出用バッファの6000ゲーム累計払出枚数の先頭アドレス(入賞払出(6000累計)アドレス)をDEレジスタにセットし(Sh25)、前述の3バイトデータ割り算処理を行うことにより、6000ゲーム累計払出枚数に対する6000ゲーム累計指示込役物払出枚数の比率である指示込役物払出比率(6000G)を算出する(Sh26)。そして算出された指示込役物払出比率(6000G)をRAM41cに格納する(Sh27)。その後、各状態カウント処理に復帰する。 Next, set the start address of the 6000 game cumulative instruction-inclusive accessory payout number (instruction-inclusive accessory payout (6000 cumulative) address) in the 6000-time calculation buffer to the HL register (Sh24), and By setting the start address of the cumulative payout number (winning payout (6000 cumulative) address) in the DE register (Sh25) and performing the above-mentioned 3-byte data division process, the 6000 game cumulative instruction included accessory for the 6000 game cumulative payout number The instruction-included accessory payout ratio (6000G), which is the ratio of the number of payouts, is calculated (Sh26). Then, the calculated instruction-included accessory payout ratio (6000G) is stored in the RAM 41c (Sh27). Thereafter, the process returns to each state counting process.

このように指示込役物比率更新処理では、RAM41cのナビ番号設定領域に設定されているナビ番号を取得し、ナビ番号が1以上である場合に、ナビ報知が行われるゲームであると判定し、累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を更新するとともに、更新された累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数に基づいて、総累計指示込役物払出比率及び指示込役物払出比率(6000G)が算出されるようになっている。 In this way, in the instruction-included accessory ratio update process, the navigation number set in the navigation number setting area of the RAM 41c is acquired, and if the navigation number is 1 or more, it is determined that the game is a game in which navigation notification is performed. , Update the instruction-inclusive accessory payout counter for cumulative buffers 1 to 3, and the total cumulative instruction-inclusive accessory payout number, and update the instruction-inclusive accessory payout counter for cumulative buffers 1 to 3 and the total cumulative instruction-inclusive accessory payout. Based on the number of sheets, the total cumulative instruction-inclusive accessory payout ratio and instruction-inclusive accessory payout ratio (6000G) are calculated.

また、本実施例では、ナビ番号として1~13が設定されるものであるが、14以上の値が設定されている場合でも、ナビ報知が行われるゲームであると判定し、累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を更新するとともに、更新された累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数に基づいて、総累計指示込役物払出比率及び指示込役物払出比率(6000G)が算出されるようになっている。 In this embodiment, the navigation number is set to 1 to 13, but even if a value of 14 or more is set, it is determined that the game will be one in which navigation notification is performed, and the instruction-based feature payout counters of accumulation buffers 1 to 3 and the total cumulative instruction-based feature payout number are updated, and the total cumulative instruction-based feature payout ratio and instruction-based feature payout ratio (6000G) are calculated based on the updated instruction-based feature payout counters of accumulation buffers 1 to 3 and the total cumulative instruction-based feature payout number.

[遊技機情報表示器について]
次に、遊技機情報表示器50の表示態様について、図20に基づいて説明する。
[About the gaming machine information display]
Next, the display mode of the gaming machine information display 50 will be explained based on FIG. 20.

遊技制御基板40が筐体1aの内部の所定位置に取り付けられた状態において、遊技制御基板40の正面側(遊技者側)の下部には7セグメント表示器で構成される遊技機情報表示器50が配置されている。遊技機情報表示器50は、遊技制御基板40が基板ケースに封入されている状態で、当該基板ケースの外部から表示内容を視認可能となっており、メイン制御部41により集計され、遊技機情報表示器50に表示されるスロットマシン1における前述した役物払出比率等の情報を、店員等が認識できるようになっている。 When the gaming control board 40 is attached at a predetermined position inside the cabinet 1a, a gaming machine information display 50 consisting of a 7-segment display is disposed at the bottom of the front side (player side) of the gaming control board 40. When the gaming control board 40 is sealed in the board case, the display content of the gaming machine information display 50 can be seen from outside the board case, and the information such as the aforementioned bonus payout ratio of the slot machine 1, which is collected by the main control unit 41 and displayed on the gaming machine information display 50, can be recognized by store clerks and the like.

メイン制御部41は、図20に示すように、過去6000ゲーム間の連続役物払出比率、役物払出比率、指示込役物払出比率、総累計払出枚数に対する連続役物払出比率、役物払出比率、指示込役物払出比率を遊技機情報表示器50に表示させる制御を行う。過去6000ゲーム間の役物払出比率、総累計払出枚数に対する役物払出比率は、それぞれ前述した役物払出比率更新処理において算出された役物払出比率(6000G)、総累計役物払出比率であり、過去6000ゲーム間の連続役物払出比率、総累計払出枚数に対する連続役物払出比率は、それぞれ前述した連続役物払出比率更新処理において算出された連続役物払出比率(6000G)、総累計連続役物払出比率であり、過去6000ゲーム間の指示込役物払出比率、総累計払出枚数に対する指示込役物払出比率は、それぞれ前述した指示込役物払出比率更新処理において算出された指示込役物払出比率(6000G)、総累計指示込役物払出比率である。 As shown in FIG. 20, the main control unit 41 controls the gaming machine information display 50 to display the continuous feature payout ratio, feature payout ratio, command-based feature payout ratio, continuous feature payout ratio relative to the total cumulative payout number, feature payout ratio, and command-based feature payout ratio for the past 6,000 games. The payout ratio of the past 6000 games and the payout ratio to the total cumulative payout number are the payout ratio (6000G) and the total cumulative payout ratio calculated in the payout ratio update process described above, the consecutive payout ratio of the past 6000 games and the consecutive payout ratio to the total cumulative payout number are the consecutive payout ratio (6000G) and the total cumulative consecutive payout ratio calculated in the consecutive payout ratio update process described above, and the payout ratio of the instruction-based payout ratio of the past 6000 games and the instruction-based payout ratio to the total cumulative payout number are the instruction-based payout ratio (6000G) and the total cumulative instruction-based payout ratio calculated in the instruction-based payout ratio update process described above.

尚、遊技機情報表示器50に表示される情報として、過去6000ゲーム間の有利区間割合、総累計ゲーム数に対する有利区間割合等が含まれていても良い。過去6000ゲーム間の有利区間割合とは、過去6000ゲームのうち有利区間に制御されたゲーム数の割合である。総累計ゲーム数に対する有利区間割合は、工場出荷時或いは何らかの原因でRAM41cのデータが初期化されてからの累計ゲーム数である総累計ゲーム数のうち有利区間に制御されたゲーム数の割合である。 In addition, the information displayed on the gaming machine information display 50 may include the advantageous zone ratio for the past 6000 games, the advantageous zone ratio to the total cumulative number of games, etc. The advantageous zone ratio for the past 6000 games is the ratio of the number of games controlled in the advantageous zone out of the past 6000 games. The advantageous zone ratio to the total cumulative number of games is the ratio of the number of games controlled in the advantageous zone out of the total cumulative number of games, which is the cumulative number of games since the data in RAM 41c was initialized at the time of shipment from the factory or for some other reason.

また、本実施例では、ボーナスとして、RBが常時作動する特別遊技状態のみを搭載する構成であるが、RBが単独で作動しても良く、全ての種類の小役の入賞が許容されるが、一部のリールについて引込が制限されるCT、CTが連続して作動するCBを搭載する構成であっても良く、CTを搭載する場合には、CT中に払い出されたメダル数は、役物払出比率及び指示込払出枚数に反映され、CBを搭載する場合には、CB中に払い出されたメダル数は、連続役物払出比率に反映されることとなる。 In addition, in this embodiment, the configuration is such that only the special game state in which the RB is constantly operating is installed as a bonus, but the RB may operate alone, and the configuration may also be such that all types of small winnings are allowed but the reel-in is restricted for some reels, or the CB in which the CT operates continuously is installed. When the CT is installed, the number of medals paid out during the CT is reflected in the payout ratio of the reels and the number of medals paid out with instruction, and when the CB is installed, the number of medals paid out during the CB is reflected in the payout ratio of the continuous reels.

メイン制御部41は、電源投入後、電力供給が停止するまでの期間において過去6000ゲーム間の連続役物払出比率、役物払出比率、指示込役物払出比率、総累計払出枚数に対する連続役物払出比率、役物払出比率、指示込役物払出比率を、図20に示す表示順にて所定期間(本実施例では、30秒間)毎に切り替えて遊技機情報表示器50に表示させる。 The main control unit 41 controls the continuous accessory payout ratio, the accessory payout ratio, the instructed accessory payout ratio, and the continuous accessory payout ratio for the past 6000 games in the period from when the power is turned on until the power supply is stopped. The payout ratio, the accessory payout ratio, and the instructed accessory payout ratio are switched every predetermined period (30 seconds in this embodiment) in the display order shown in FIG. 20 and displayed on the gaming machine information display 50.

この際、遊技機情報表示器50には、上位2桁に現在表示中の表示内容を示す略記(例えば、表示順1の過去6000ゲーム間の連続役物払出比率が表示されている場合には、「1C」)が表示される。現在表示中の表示内容を示す略記は、表示される2桁のうち最下位の桁の表示内容が数字以外の文字(本実施例では、「C」「F」の英字)となっており、遊技機情報表示器50において、略記及び割合、比率が表示されているときに、略記の数字部分が、割合、比率と隣り合うことがないようになっている。これにより、略記の数字部分と割合、比率とが隣り合って割合、比率の表示内容が誤認されてしまうことを防止できる。 At this time, the gaming machine information display 50 displays an abbreviation indicating the currently displayed content in the top two digits (for example, "1C" when the continuous payout ratio for the past 6000 games in display order 1 is displayed). The abbreviation indicating the currently displayed content has a non-numeric character (in this embodiment, the English letters "C" and "F") displayed in the lowest digit of the two digits, and when the abbreviation and the rate or ratio are displayed on the gaming machine information display 50, the numeric portion of the abbreviation is not adjacent to the rate or ratio. This prevents the numeric portion of the abbreviation from being adjacent to the rate or ratio, which could lead to the display content of the rate or ratio being misinterpreted.

また、遊技機情報表示器50には、下2桁に前述の略記に対応する現在表示すべき割合、比率(以下、表示すべきデータと呼ぶ場合がある)が表示され、いずれのデータについても%で表示されるようになっている。遊技機情報表示器50の下2桁に表示されるデータとして、0~99を表示可能であり、本実施例では、遊技機情報表示器50の下2桁双方を用いて表示すべきデータを表示するようになっている。例えば、表示すべきデータが1桁の場合には、遊技機情報表示器50の下2桁のうち上位の桁に「0」を表示する一方で、下位の桁に表示すべきデータの値を表示する(例えば、5%を表示する場合には、遊技機情報表示器50の下2桁に「05」を表示する)。また、表示すべきデータが2桁の場合には、遊技機情報表示器50の下2桁に表示すべきデータを表示する(例えば、15%を表示する場合には、遊技機情報表示器50の下2桁に「15」を表示する)。このように、遊技機情報表示器50に表示すべきデータが、1桁であるか2桁であるかに関わらず、遊技機情報表示器50の下2桁双方を用いて表示すべきデータを表示することで、割合、比率の表示内容が誤認されてしまうことを防止できる。また、1桁であるか2桁であるかに関わらず、遊技機情報表示器50の下2桁双方を用いて表示すべきデータを表示することで、常に遊技機情報表示器50の下2桁にいずれかのデータが表示されることとなり、例えば、下2桁の表示器の一方にデータが表示されない場合に、当該表示器の異常を認識させることができる。 In addition, the gaming machine information display 50 displays the current ratio and ratio (hereinafter referred to as data to be displayed) corresponding to the abbreviations mentioned above in the last two digits. It is displayed as a percentage. The data to be displayed in the last two digits of the gaming machine information display 50 can be 0 to 99, and in this embodiment, both of the last two digits of the gaming machine information display 50 are used to display the data. It is designed to be displayed. For example, if the data to be displayed is one digit, "0" is displayed in the upper two digits of the gaming machine information display 50, while the value of the data to be displayed in the lower digit is displayed. (For example, when displaying 5%, "05" is displayed in the last two digits of the gaming machine information display 50). Furthermore, when the data to be displayed is two digits, the data to be displayed is displayed in the last two digits of the gaming machine information display 50 (for example, when displaying 15%, the gaming machine information display 50 ``15'' is displayed in the last two digits of ``15''). In this way, regardless of whether the data to be displayed on the gaming machine information display 50 is one digit or two digits, the data to be displayed can be displayed using both of the last two digits of the gaming machine information display 50. By displaying the information, it is possible to prevent the display contents of the ratio and ratio from being misunderstood. In addition, by displaying the data to be displayed using both the lower two digits of the gaming machine information display 50, regardless of whether it is one digit or two digits, the lower two digits of the gaming machine information display 50 are always displayed. Any data will be displayed in the digits, and for example, if data is not displayed on one of the lower two digit displays, it is possible to recognize that there is an abnormality in the display.

尚、現在表示中の表示内容を示す略記を、表示される2桁のうち最上位の桁の表示内容が数字以外の文字(例えば、「C1」)となるようにして、遊技機情報表示器50における下2桁に当該略記を表示させるとともに、遊技機情報表示器50における上2桁に現在表示すべきデータ(例えば、過去6000ゲーム間の連続役物払出比率であれば、「60C1」)を表示させる構成でも、略記の数字部分と割合、比率とが隣り合って割合、比率の表示内容が誤認されてしまうことを防止できる。 In addition, the abbreviation indicating the display content currently being displayed is changed so that the display content of the highest digit of the two displayed digits is a character other than a number (for example, "C1") on the gaming machine information display. In addition to displaying the abbreviation in the last two digits of the game machine information display 50, the data that should be currently displayed in the first two digits of the gaming machine information display 50 (for example, "60C1" if it is the consecutive role payout ratio for the past 6000 games) Even with the configuration in which the abbreviated numerical part and the ratio are placed next to each other, it is possible to prevent the displayed content of the ratio or ratio from being misunderstood.

また、遊技機情報表示器50における下2桁、上2桁のいずれに略記と現在表示すべきデータとを表示させるかに関わらず、略記を表示する2桁と、現在表示すべきデータを表示する2桁の色彩を異ならせる構成でも、略記の数字部分と割合、比率とが隣り合って割合、比率の表示内容が誤認されてしまうことを防止できる。 In addition, regardless of whether the abbreviation and the data to be currently displayed are displayed in the lower two digits or the upper two digits on the gaming machine information display 50, the two digits that display the abbreviation and the data that should be currently displayed are displayed. Even with a configuration in which the two digits are displayed in different colors, it is possible to prevent the displayed content of the percentage or ratio from being misunderstood due to the abbreviated numerical part and the percentage or ratio being adjacent to each other.

また、本実施例のメイン制御部41は、図20に示す表示順にて表示内容を所定期間毎に切り替えて表示させる際に、各表示が一巡し終えるまでの一の期間内においては、ゲームが進行されて、これらの値が新たな値に更新され得る場合であっても、新たな値に更新することを制限して、元の値を用いて表示を一巡させる。詳しくは、これらの表示が一巡し終えるまでの一の期間内において、ゲームが進行されて、これらの値が新たな値に更新され得る場合には、新たな値を演算してRAM41cに記憶させるが、遊技機情報表示器50に表示内容を表示させるための出力バッファに当該新たな値を設定することなく、元の値を設定することで、遊技機情報表示器50における表示を出力バッファに設定された元の値を用いて一巡させ、一巡の表示が終了したときから、新たな値を出力バッファに設定することで、その後、新たな値で表示を行うようにしても良いし、これらの表示が一巡し終えるまでの一の期間内において、これらの値が新たな値に更新され得る場合には、新たな値を求めるための演算を行うことを制限して、遊技機情報表示器50における表示を一巡させ、一巡の表示が終了した際に、新たな値を求めるための演算を行い、その後、当該新たな値を用いて遊技機情報表示器50における表示を行うようにしても良い。このようにすることで、遊技機情報表示器50における表示内容が一巡するまでの期間において、異なる時期に演算された値が混在してしまうことを防止できる。 Furthermore, when the main control unit 41 of this embodiment switches and displays the display contents every predetermined period in the display order shown in FIG. Even if these values can be updated to new values due to progress, updating to the new values is limited and the display is cycled using the original values. Specifically, if the game is progressing and these values can be updated to new values within one period until these displays complete one cycle, the new values are calculated and stored in the RAM 41c. However, by setting the original value without setting the new value in the output buffer for displaying the display contents on the gaming machine information display 50, the display on the gaming machine information display 50 can be changed to the output buffer. You can make one cycle using the original value that was set, set a new value in the output buffer after one cycle of display is completed, and then display the new value. If these values can be updated to new values within one period until the display of Alternatively, the display on the gaming machine information display 50 may be made to cycle through one cycle, and when one cycle of display is completed, calculation is performed to obtain a new value, and then the new value is used to display on the gaming machine information display 50. good. By doing so, it is possible to prevent values calculated at different times from being mixed together during the period until the display contents on the gaming machine information display 50 complete one cycle.

また、メイン制御部41は、過去6000ゲーム間の連続役物払出比率、総累計払出枚数に対する連続役物払出比率が規定割合(例えば、60%)を超える場合には、通常と異なる表示態様(例えば、通常が常時点灯であれば点滅点灯等)にて連続役物払出比率を表示する。また、メイン制御部41は、過去6000ゲーム間の役物払出比率、総累計払出枚数に対する役物払出比率が規定割合(例えば、70%)を超える場合には、通常と異なる表示態様(例えば、通常が常時点灯であれば点滅点灯等)にて役物払出比率を表示する。また、メイン制御部41は、過去6000ゲーム間の指示込役物払出比率、総累計払出枚数に対する指示込役物払出比率が規定割合(例えば、80%)を超える場合には、通常と異なる表示態様(例えば、通常が常時点灯であれば点滅点灯等)にて指示込役物払出比率を表示する。 In addition, the main control unit 41 controls the display mode ( For example, if it is normally lit all the time, the continuous accessory payout ratio is displayed with blinking lighting, etc.). In addition, when the accessory payout ratio for the past 6000 games and the accessory payout ratio to the total cumulative number of coins exceeds a specified ratio (for example, 70%), the main control unit 41 displays a different display mode than usual (for example, If it is normally lit all the time, it will be blinking, etc.) to display the payout ratio of accessories. In addition, the main control unit 41 displays a different display than normal if the instruction-inclusive accessory payout ratio over the past 6000 games or the instruction-inclusive accessory payout ratio to the total cumulative number of payouts exceeds a specified ratio (for example, 80%). The instruction-included accessory payout ratio is displayed in a manner (for example, if it is normally lit all the time, it is lit blinking).

このように連続役物払出比率、役物払出比率、指示込役物払出比率が規定割合を超えると、通常と異なる表示態様にて表示されるようになっており、射幸性が高い状態に制御されている可能性があることを警告できるようになっている。 In this way, when the continuous feature payout ratio, feature payout ratio, or feature payout ratio with instructions exceeds the specified ratio, it is displayed in a different way than usual, and it is possible to warn that the game may be controlled to a highly gambling state.

また、メイン制御部41は、過去6000ゲーム間の連続役物払出比率、役物払出比率、指示込役物払出比率を遊技機情報表示器50に表示させる場合において、過去のゲーム数が6000ゲームに到達していない状態であるときには、例えば、遊技機情報表示器50の上位2桁の表示を点滅させる等、通常とは異なる表示態様に制御することで、集計が6000ゲームに到達していないことが認識できるようになっており、表示されている割合、比率に偏りが生じている可能性が認識できるようになっている。 In addition, in the case where the main control unit 41 displays the continuous accessory payout ratio, accessory payout ratio, and instruction-included accessory payout ratio for the past 6000 games on the gaming machine information display 50, the main control unit 41 controls the main control unit 41 when the number of past games is 6000 games. If the total has not reached 6000 games, for example, by controlling the display mode to be different from normal, such as by blinking the display of the upper two digits of the gaming machine information display 50, it is possible to check that the total has not reached 6000 games. This makes it possible to recognize that there may be bias in the displayed proportions and proportions.

また、メイン制御部41は、総累計払出枚数に対する連続役物払出比率を遊技機情報表示器50に表示させる場合において、過去のゲーム数が概ねスロットマシンの設計値に連続役物払出比率が収束する規定ゲーム数(例えば、175000ゲーム)に到達していない状態であるときには、例えば、遊技機情報表示器50の上位2桁の表示を点滅させる等、通常とは異なる表示態様に制御することで、連続役物払出比率が概ねスロットマシンの設計値に収束する規定ゲーム数に到達していないことが認識できるようになっており、表示されている割合、比率に偏りが生じている可能性が認識できるようになっている。 In addition, when the main control unit 41 causes the gaming machine information display 50 to display the consecutive feature payout ratio relative to the total cumulative payout number, if the number of past games has not reached the specified number of games (e.g., 175,000 games) at which the consecutive feature payout ratio generally converges to the design value of the slot machine, the main control unit 41 controls the display mode to be different from normal, for example by blinking the top two digits of the gaming machine information display 50, so that it is possible to recognize that the specified number of games at which the consecutive feature payout ratio generally converges to the design value of the slot machine has not been reached, and it is possible to recognize that there may be a bias in the displayed rate and ratio.

また、メイン制御部41は、総累計払出枚数に対する役物払出比率を遊技機情報表示器50に表示させる場合において、過去のゲーム数が概ねスロットマシンの設計値に役物払出比率が収束する規定ゲーム数(例えば、175000ゲーム)に到達していない状態であるときには、例えば、遊技機情報表示器50の上位2桁の表示を点滅させる等、通常とは異なる表示態様に制御することで、役物払出比率が概ねスロットマシンの設計値に収束する規定ゲーム数に到達していないことが認識できるようになっており、表示されている割合、比率に偏りが生じている可能性が認識できるようになっている。 In addition, when displaying the accessory payout ratio with respect to the total cumulative number of coins to be paid out on the gaming machine information display 50, the main control unit 41 also specifies that the number of past games is such that the accessory payout ratio converges to the design value of the slot machine. When the number of games (for example, 175,000 games) has not been reached, the game machine information display 50 may be controlled in a different display mode, such as by blinking the upper two digits. It is now possible to recognize that the payout ratio has not reached the specified number of games that converges to the slot machine's design value, and it is now possible to recognize that the displayed ratio and ratio may be biased. It has become.

また、メイン制御部41は、総累計払出枚数に対する指示込役物払出比率を遊技機情報表示器50に表示させる場合において、過去のゲーム数が概ねスロットマシンの設計値に指示込役物払出比率が収束する規定ゲーム数(例えば、175000ゲーム)に到達していない状態であるときには、例えば、遊技機情報表示器50の上位2桁の表示を点滅させる等、通常とは異なる表示態様に制御することで、指示込役物払出比率が概ねスロットマシンの設計値に収束する規定ゲーム数に到達していないことが認識できるようになっており、表示されている割合、比率に偏りが生じている可能性が認識できるようになっている。 In addition, in the case where the main control unit 41 causes the game machine information display 50 to display the instruction-inclusive accessory payout ratio to the total cumulative payout number, the main control unit 41 determines that the number of past games is approximately equal to the instruction-inclusive accessory payout ratio to the design value of the slot machine. When the number of games has not reached the specified number of games (for example, 175,000 games), the game machine information display 50 is controlled to have a different display mode from normal, such as by blinking the upper two digits. This makes it possible to recognize that the specified number of games has not been reached in which the payout ratio of accessories including instruction generally converges to the design value of the slot machine, and the displayed ratio is biased. Possibilities can now be recognized.

尚、メイン制御部41は、6000ゲームに到達していない状態では、遊技機情報表示器50の下位2桁に「00」を表示し、6000ゲームに到達した以降の状態では、遊技機情報表示器50の下位2桁に表示すべき割合、比率を表示する、すなわち6000ゲームに到達していない状態では、遊技機情報表示器50の下位2桁の表示態様を、6000ゲーム以降の表示態様とは異なる表示態様とする構成とすることが好ましく、このような構成とすることで、6000ゲームに到達していない状態では、遊技機情報表示器50の上位2桁の表示(例えば、「1C」)により特定される連続役物払出比率等の集計が6000ゲームに到達していないことが認識でき、表示されている割合、比率に偏りが生じている可能性が認識できる。また、6000ゲームに到達していない状態では、遊技機情報表示器50の下位2桁に「00」を表示する構成とすることで、6000ゲームに到達していない状態では、常に遊技機情報表示器50の下2桁にデータが表示されることとなり、例えば、下2桁の表示器の一方にデータが表示されない場合に、当該表示器の異常を認識させることができる。 The main control unit 41 displays "00" in the lower two digits of the gaming machine information display 50 when the number of games has not reached 6000, and displays "00" in the lower two digits of the gaming machine information display 50 when the number of games has reached 6000. In other words, when the number of games has not reached 6000, the display mode of the lower two digits of the gaming machine information display 50 is changed to the display mode after 6000 games. It is preferable to have a configuration in which the display modes are different. With such a configuration, when the number of games has not reached 6000, the upper two digits of the gaming machine information display 50 (for example, "1C" ) It can be recognized that the total of the consecutive accessory payout ratios, etc. specified by the above has not reached 6000 games, and it can be recognized that there is a possibility that the displayed ratios and ratios are biased. In addition, when the number of games has not reached 6,000, "00" is displayed in the lower two digits of the gaming machine information display 50, so that when the number of games has not reached 6,000, the gaming machine information is always displayed. Data is displayed on the lower two digits of the display 50, and for example, if data is not displayed on one of the lower two digit displays, it is possible to recognize an abnormality in the display.

また、メイン制御部41は、過去6000ゲーム間の連続役物払出比率、役物払出比率、指示込役物払出比率、総累計払出枚数に対する連続役物払出比率、役物払出比率、指示込役物払出比率を算出するために用いるデータが正常か否かを判定し、異常と判定された場合(総累計払出枚数より総累計役物払出枚数、総累計連続役物払出枚数、総累計指示込役物払出枚数が多い場合、格納された値がある一定のデータ形式(01繰り返しなど)である場合等)には、異常と判定されたデータ及び当該データに関連するデータを初期化し、遊技機情報表示器50に異常が検知された旨の表示(例えば、「FFFF」)をさせて、その旨を報知するようになっており、これらのデータの算出が正常に行われていないことを認識できるようになっている。 The main control unit 41 also controls the continuous accessory payout ratio for the past 6000 games, the accessory payout ratio, the instruction-inclusive accessory payout ratio, the continuous accessory payout ratio to the total cumulative number of payouts, the accessory payout ratio, and the instruction-inclusive payout ratio. Determine whether the data used to calculate the item payout ratio is normal or not, and if it is determined to be abnormal (total cumulative number of accessory items paid out, total cumulative number of consecutive accessory items paid out, total cumulative instruction included) If the number of coins paid out for accessory items is large, or if the stored value is in a certain data format (such as 01 repetition), the data determined to be abnormal and the data related to the data are initialized, and the gaming machine The information display 50 displays a message indicating that an abnormality has been detected (for example, "FFFF") to notify the user that the calculation of these data is not being performed normally. It is now possible to do so.

尚、異常と判定されたデータ及び当該データに関連するデータを初期化する際には、例えば、過去6000ゲーム間の連続役物払出比率、役物払出比率、指示込役物払出比率のうちの少なくともいずれか1つが異常と判定された場合には、これら全てに関するデータを初期化するようにしても良いし、一部のデータのみを初期化するようにしても良い。総累計払出枚数に対する連続役物払出比率、役物払出比率、指示込役物払出比率のうちの少なくともいずれか1つが異常と判定された場合には、これらの全てに関するデータを初期化するようにしても良いし、一部データのみを初期化するようにしても良い。また、過去6000ゲーム間におけるデータの一部に異常が判定された際に、過去6000ゲーム間及び総累計ゲーム数に対するデータの全てを初期化したり、逆に、総累計ゲーム数に対するデータの一部に異常が判定された際に、過去6000ゲーム間及び総累計ゲーム数に対するデータの全てを初期化するようにしても良い。 When initializing the data determined to be abnormal and the data related to the data, for example, if at least one of the continuous feature payout ratio, feature payout ratio, and instruction-included feature payout ratio for the past 6000 games is determined to be abnormal, all of the data may be initialized, or only some of the data may be initialized. If at least one of the continuous feature payout ratio, feature payout ratio, and instruction-included feature payout ratio for the total cumulative payout number is determined to be abnormal, all of the data may be initialized, or only some of the data may be initialized. Also, when an abnormality is determined in part of the data for the past 6000 games, all of the data for the past 6000 games and the total cumulative number of games may be initialized, or conversely, when an abnormality is determined in part of the data for the total cumulative number of games, all of the data for the past 6000 games and the total cumulative number of games may be initialized.

また、過去6000ゲーム間及び総累計払出枚数に対する連続役物払出比率、役物払出比率、指示込役物払出比率を算出するために用いるデータが正常か否かを判定し、異常と判定された場合には、その旨を報知し、その後、所定の操作(例えば、スタートスイッチ7、ストップスイッチ8L、8C、8R、設定キースイッチ37等のスイッチ類が所定の手順で操作されること)されることで、当該データに関する初期化を行うようにしても良い。 In addition, the data used to calculate the continuous feature payout ratio, feature payout ratio, and command-included feature payout ratio for the past 6000 games and the total cumulative payout number may be judged as normal, and if an abnormality is judged, a notification to that effect may be issued, and then the data may be initialized by performing a specified operation (for example, operating switches such as start switch 7, stop switches 8L, 8C, and 8R, and setting key switch 37 in a specified sequence).

また、異常が判定された旨の報知では、前述のように、遊技機情報表示器50に異常が検知された旨の表示(例えば、「FFFF」)をさせて、その旨を報知しても良いし、異常が判定された際に、その旨を特定可能なコマンドをサブ制御部91に対して送信し、サブ制御部91側において液晶表示器51等により異常が判定された旨を報知させるようにしても良い。 In addition, when notifying that an abnormality has been detected, as described above, the gaming machine information display 50 may display a message indicating that an abnormality has been detected (e.g., "FFFF") to notify the user of this, or, when an abnormality is detected, a command that can identify this may be sent to the sub-control unit 91, causing the sub-control unit 91 to notify the user of the abnormality by means of the LCD display 51 or the like.

また、メイン制御部41は、データの集計を開始してから6000ゲームに到達するまでの期間、すなわち過去6000ゲーム間の連続役物払出比率、役物払出比率、指示込役物払出比率、総累計払出枚数に対する連続役物払出比率、役物払出比率、指示込役物払出比率等を算出するためのデータが不十分な期間において、遊技機情報表示器50の表示内容が、データの集計を開始してから6000ゲーム以降の表示態様とは異なる態様で表示されるようになっており、表示内容を算出するためのデータが不十分な期間であることを認識できるようになっている。 In addition, during the period from when data collection begins until 6000 games are played, i.e. during the period when there is insufficient data to calculate the continuous feature payout ratio, feature payout ratio, command-included feature payout ratio, continuous feature payout ratio to total cumulative payout number, feature payout ratio, command-included feature payout ratio, etc., for the past 6000 games, the main control unit 41 displays the display contents of the gaming machine information display 50 in a manner different from the display manner after 6000 games from when data collection begins, so that it is possible to recognize that there is insufficient data to calculate the display contents.

尚、本実施例では、電源投入後、電力供給が停止するまでの期間において過去6000ゲーム間の連続役物払出比率、役物払出比率、指示込役物払出比率、総累計払出枚数に対する連続役物払出比率、役物払出比率、指示込役物払出比率が、所定期間毎に切り替えて表示されるようになっているが、前面扉1bの開放状態が検出されている場合のみ表示されるようにしたり、所定の操作スイッチ(例えばリセット/設定スイッチ38)の操作が検出されている場合のみ表示されるようにしたり、ゲーム中でないときに表示されるようにしたり、設定変更状態や設定確認中に表示されるようにしたり、電源投入後から所定期間のみ表示されるようにしたりしても良い。また、所定期間毎に自動で切り替わるのではなく、所定の操作がされる毎に表示内容が切り替わるようにしても良い。 In addition, in this example, in the period from when the power is turned on until the power supply is stopped, the continuous role payout ratio, the role playout ratio, the instruction-included role playout ratio, and the continuous role payout number for the past 6000 games are calculated. The item payout ratio, the accessory item payout ratio, and the instruction-included accessory item payout ratio are switched and displayed every predetermined period, but they are displayed only when the open state of the front door 1b is detected. , make it appear only when the operation of a predetermined operation switch (for example, reset/setting switch 38) is detected, make it appear when the game is not in progress, or make it appear when changing settings or checking settings. It may be displayed on the screen, or it may be displayed only for a predetermined period of time after the power is turned on. Furthermore, instead of automatically switching at every predetermined period, the displayed content may be switched every time a predetermined operation is performed.

また、本実施例では、遊技機情報表示器50の表示内容を算出するために用いるデータ異常が判定されたことや表示内容を算出するためのデータが不十分な期間であることが遊技機情報表示器50を用いて報知される構成であるが、その旨を特定可能なコマンドをサブ制御部91に送信し、サブ制御部91が制御する表示器や演出装置にて確認できるようにしても良い。 In addition, in this embodiment, the gaming machine information display 50 is configured to notify the user that an abnormality has been detected in the data used to calculate the display contents of the gaming machine information display 50, or that there is a period of time in which there is insufficient data to calculate the display contents, but a command that can identify this fact may be sent to the sub-control unit 91, so that the information can be confirmed on a display or presentation device controlled by the sub-control unit 91.

また、本実施例では、過去6000ゲーム間の連続役物払出比率、役物払出比率、指示込役物払出比率、総累計払出枚数に対する連続役物払出比率、役物払出比率、指示込役物払出比率が、遊技機情報表示器50に表示される構成であるが、これらの表示に加えて設定変更によってRAM41cが初期化されたこと、スロットマシン1に設けられた配線(バックアップ電源の配線等)の断線検出があったときなどに、その旨が認識可能となる内容が遊技機情報表示器50に表示されるようにしても良い。 In addition, in this embodiment, the continuous feature payout ratio, feature payout ratio, command-included feature payout ratio, continuous feature payout ratio to the total cumulative payout number, feature payout ratio, and command-included feature payout ratio for the past 6000 games are displayed on the gaming machine information display 50. In addition to these displays, the gaming machine information display 50 may also display information that allows the user to recognize when the RAM 41c has been initialized due to a setting change, or when a break has been detected in the wiring (such as the wiring of the backup power supply) installed in the slot machine 1.

特に、ボーナス中、有利区間中やボーナスの持越中に設定変更がされてボーナスや有利区間が強制的に終了されたり、持越中のボーナスがクリアされた場合、ボーナスの持越中のままゲームが規定数以上行われたり、故意に有利区間を終了させる操作が行われたりしたこと、すなわち故意に遊技者にとって相対的に有利な遊技状態から不利な遊技状態に移行された場合、及び遊技機情報表示器50が断線等が生じたことにより正常に接続されていない可能性を検出した場合等には、その旨を特定可能に報知する。このようにすることで、役物払出比率、連続役物払出比率、指示込役物払出比率等として正しい情報が表示されないように不正に操作された可能性があることを認識することができる。 In particular, if the settings are changed during a bonus, advantageous period, or carryover of the bonus and the bonus or advantageous period is forcibly ended, or if the bonus that is being carried over is cleared, the game will continue to be regulated while the bonus is being carried over. or an operation to intentionally end an advantageous section, i.e., a deliberate transition from a gaming state that is relatively advantageous to a gaming state that is disadvantageous to the player, and gaming machine information display. When detecting the possibility that the device 50 is not properly connected due to a disconnection or the like, this fact is notified in a specifiable manner. By doing so, it is possible to recognize that there is a possibility that the correct information is not displayed as the accessory payout ratio, the continuous accessory payout ratio, the instruction-included accessory payout ratio, etc., that has been fraudulently manipulated.

また、総累計ゲーム数や総累計払出枚数等のオーバーフローを回避するために、当該総累計データ等を初期化する構成においては、その旨を特定可能に、前述した役物払出比率、連続役物払出比率、指示込役物払出比率等として正しい情報が表示されないように不正に操作された可能性がある場合とは異なる態様で、報知することが好ましく、このようにすることで、オーバーフローを回避する処理より総累計ゲーム数や総累計払出枚数等が初期化されたことを、役物払出比率等として正しい情報が表示されないようにするための不正な操作による初期化とは、別に認識させることができる。 In addition, in a configuration in which the total cumulative data is initialized to avoid overflow of the total cumulative number of games played or the total cumulative number of payouts, it is preferable to notify this in a manner that is identifiable and different from the case where there is a possibility of fraudulent operation to prevent correct information from being displayed as the aforementioned feature payout ratio, continuous feature payout ratio, instruction-included feature payout ratio, etc. In this way, it is possible to recognize that the total cumulative number of games played or the total cumulative number of payouts has been initialized by the process to avoid overflow separately from initialization due to fraudulent operation to prevent correct information from being displayed as the feature payout ratio, etc.

尚、前述のように役物払出比率、連続役物払出比率、指示込役物払出比率等として正しい情報が表示されないように不正に操作された可能性がある場合には、その旨を検出して当該検出の履歴をメイン制御部41側で記録し、当該検出時には報知することなく、その後、所定の操作(例えば、スタートスイッチ7やストップスイッチ8L、8C、8R、設定キースイッチ37等のスイッチ類を所定の手順で操作すること、遊技制御基板40に検査用端末等の所定の外部機器を接続すること等)が行われることで、これらの履歴を、メイン制御部41側に設けられた表示器(例えば、遊技機情報表示器50等)やサブ制御部91側に設けられた表示器(例えば、液晶表示器51等)、スロットマシン1の外部の表示器等により確認できるようにしても良い。 As described above, if there is a possibility that the correct information such as the payout ratio of the reels, the consecutive reels, or the payout ratio of the reels with instructions has been improperly operated so that it is not displayed, the main control unit 41 detects this and records the history of the detection. Instead of notifying the user at the time of detection, a predetermined operation is then performed (for example, operating the start switch 7, the stop switches 8L, 8C, and 8R, the setting key switch 37, and other switches in a predetermined sequence, connecting a predetermined external device such as an inspection terminal to the game control board 40, and so on), and the history of this may be confirmed on a display provided on the main control unit 41 side (for example, the gaming machine information display 50, etc.), a display provided on the sub-control unit 91 side (for example, the liquid crystal display 51, etc.), or a display external to the slot machine 1.

また、設定変更がされたこと、断線検出がされたこと、遊技機情報表示器50の接続不良が発生して役物払出比率、連続役物払出比率、指示込役物払出比率等として正しい情報が表示されない可能性があること、前述のように役物払出比率、連続役物払出比率、指示込役物払出比率等として正しい情報が表示されないように不正に操作された可能性があること、をサブ制御部91が制御する表示器や演出装置にて確認できるようにしても良い。また、ボーナス中、有利区間中やボーナスの持越中に設定変更がされてボーナスや有利区間が強制的に終了されたり、持越中のボーナスがクリアされたりして、役物払出比率、連続役物払出比率、指示込役物払出比率等として正しい情報が表示されないように不正に操作された可能性があることが検出されたことの履歴をサブ制御部91側で記録し、所定の操作でこれらの履歴を確認できるようにしても良い。 In addition, if settings have been changed, a disconnection has been detected, or a connection failure has occurred in the gaming machine information display 50, correct information such as accessory payout ratio, continuous accessory payout ratio, instructed accessory payout ratio, etc. may not be displayed, and as mentioned above, there is a possibility that the information has been fraudulently manipulated so that correct information such as the accessory payout ratio, continuous accessory payout ratio, instructed accessory payout ratio, etc. is not displayed. It may also be possible to confirm this on a display or presentation device controlled by the sub-control unit 91. In addition, settings may be changed during a bonus, an advantageous period, or a carryover of bonuses, and the bonus or advantageous period is forcibly terminated, or the bonus that is being carried over is cleared, resulting in the payout ratio of bonuses, continuous bonuses, etc. The sub-control unit 91 records the history of detecting that there is a possibility of unauthorized operation so that correct information is not displayed as the payout ratio, instruction-included accessory payout ratio, etc. It may also be possible to check the history of.

尚、各比率表示は、遊技機情報表示器50ばかりでなく、クレジット表示器11と遊技補助表示器12に表示される構成であっても良く、クレジット表示器11と遊技補助表示器12は、遊技の進行に応じた情報が表示される表示器であり、比率表示を常時表示させることができないため、遊技が行われていない状況下で遊技店の店員などにより所定の操作が行われたことにより比率表示を表示させ、クレジット表示器11と遊技補助表示器12とに比率表示を表示させた状態で、前面扉1bの閉鎖、スロットマシン1へのメダルの投入、エラーの発生、設定キースイッチ37の操作、精算スイッチ10の操作、スロットマシン1への電力供給の停止のいずれかが検出されると、比率表示を表示させる前に表示されていた元の表示内容へ切り替えて比率表示を終了させることが好ましい。 Note that each ratio display may be displayed not only on the gaming machine information display 50 but also on the credit display 11 and the gaming auxiliary display 12, and the credit display 11 and the gaming auxiliary display 12 are This is a display that displays information according to the progress of the game, and because the ratio display cannot be displayed all the time, it is possible that a prescribed operation was performed by a clerk at a game store when no game was being played. With the ratio display displayed on the credit display 11 and the game auxiliary display 12, the front door 1b is closed, medals are inserted into the slot machine 1, an error occurs, and the setting key switch is pressed. 37, operation of the settlement switch 10, or stoppage of power supply to the slot machine 1, the ratio display is switched to the original display content that was displayed before the ratio display was displayed and the ratio display is ended. It is preferable to let

[遊技補助表示器について]
次に、遊技補助表示器12の構成及び表示態様について、図21、図22に基づいて説明する。
[About the gaming aid display]
Next, the configuration and display mode of the game assist display device 12 will be described with reference to FIG. 21 and FIG.

図21(a)に示すように、遊技補助表示器12は、第1セグメントA、第2セグメントB、第3セグメントC、第4セグメントD、第5セグメントE、第6セグメントF、第7セグメントG、第8セグメントDPをそれぞれ点灯/消灯可能な2つの表示器12L、12Rからなり、メイン制御部41は、表示器12L、12Rそれぞれに対して表示データを設定することで、第1~第8セグメントA~DPを点灯または消灯させることにより種々の情報を表示可能な表示器である。 As shown in FIG. 21(a), the game support display 12 is made up of two displays 12L and 12R that can respectively turn on/off the first segment A, the second segment B, the third segment C, the fourth segment D, the fifth segment E, the sixth segment F, the seventh segment G, and the eighth segment DP. The main control unit 41 sets display data for each of the displays 12L and 12R, thereby turning on or off the first to eighth segments A to DP, thereby enabling the display to display various information.

図21(b)に示すように、表示データは、8ビットのデータから構成されており、表示データのうち7ビット目の値は第1セグメントA、6ビット目の値は第2セグメントB、5ビット目の値は第3セグメントC、4ビット目の値は第4セグメントD、3ビット目の値は第5セグメントE、2ビット目の値は第6セグメントF、1ビット目の値は第7セグメントG、0ビット目の値は第8セグメントDPにそれぞれ対応している。セグメントは、対応するビットの値が0の場合に非点灯状態に制御され、対応するビットの値が1の場合に点灯状態に制御されるようになっている。 As shown in FIG. 21(b), the display data is composed of 8 bits of data, with the 7th bit value corresponding to the first segment A, the 6th bit value corresponding to the second segment B, the 5th bit value corresponding to the third segment C, the 4th bit value corresponding to the fourth segment D, the 3rd bit value corresponding to the fifth segment E, the 2nd bit value corresponding to the sixth segment F, the 1st bit value corresponding to the seventh segment G, and the 0th bit value corresponding to the eighth segment DP. A segment is controlled to be in a non-illuminated state when the corresponding bit value is 0, and is controlled to be in a lit state when the corresponding bit value is 1.

図21(c)に示すように、メイン制御部41は、遊技補助表示器12の各表示器12L、12Rに表示値を表示させる場合に、まず表示値を表示器12L、12R毎に表示データに変換し、表示データを対応する表示器12L、12Rの出力バッファにセットし、その後のタイマ割込処理におけるポート出力処理により表示データに基づく点灯/消灯信号を出力ポートから各表示器12L、12Rに出力し、各表示器12L、12Rそれぞれの第1~第8セグメントA~DPを点灯状態または非点灯状態とすることで、遊技補助表示器12の各表示器12L、12Rに表示値を表示させる。例えば、表示器12Lに表示値として「1」を表示させる場合には、表示値である「1」を表示データである「01100000」に変換し、「01100000」を表示器12Lの出力バッファにセットし、タイマ割込処理におけるポート出力処理により表示器12Lの第1~第8セグメントA~DPに対応する点灯/消灯信号を出力ポートから表示器12Lに出力することで、表示データにおいて「1」が設定された6、5ビット目に対応する表示器12Lの第2、第3セグメントB、Cが点灯状態となり、表示データにおいて「0」が設定された7ビット目、4~0ビット目に対応する表示器12Lの第1セグメントA、第4~第8セグメントD~DPが非点灯状態となり、表示器12Lに「1」が表示されることとなる。 As shown in FIG. 21(c), when the main control unit 41 causes each display unit 12L, 12R of the game auxiliary display unit 12 to display a display value, it first converts the display value into display data for each display unit 12L, 12R, sets the display data in the output buffer of the corresponding display unit 12L, 12R, and then outputs a light-on/light-off signal based on the display data from the output port to each display unit 12L, 12R by port output processing in the subsequent timer interrupt processing, and causes the first to eighth segments A to DP of each display unit 12L, 12R to be turned on or off, thereby causing each display unit 12L, 12R of the game auxiliary display unit 12 to display a display value. For example, to display "1" as a display value on the display 12L, the display value "1" is converted to the display data "01100000", "01100000" is set in the output buffer of the display 12L, and a light on/off signal corresponding to the first to eighth segments A to DP of the display 12L is output from the output port to the display 12L by the port output process in the timer interrupt process. This causes the second and third segments B and C of the display 12L corresponding to the sixth and fifth bits where "1" is set in the display data to be turned on, and the first segment A and the fourth to eighth segments D to DP of the display 12L corresponding to the seventh bit and the fourth to zeroth bits where "0" is set in the display data to be turned off, and "1" is displayed on the display 12L.

このように、メイン制御部41は、各表示器12L、12Rの複数のセグメントを点灯状態または非点灯状態に制御することで、表示値として所定の数字(「0」~「9」)や記号(例えば、「-」「.」等)、英字(例えば、「E」等)を1桁または2桁で表示させることにより、種々の情報を表示させることが可能である。具体的には、図22に示すように、メダルの払出枚数(0~15)、操作態様を示すナビ報知(1~13)、発生しているエラーの種類を特定可能なエラーコード(E1~E8)、設定変更状態であることを特定可能な設定コード(--)を表示させることが可能である。 In this way, the main control unit 41 can display various information by controlling the multiple segments of each display 12L, 12R to be lit or unlit, thereby displaying one or two digits of a predetermined number ("0" to "9"), symbol (e.g., "-", ".", etc.), or alphabet (e.g., "E") as a display value. Specifically, as shown in FIG. 22, it is possible to display the number of medals paid out (0 to 15), a navigation notification (1 to 13) indicating the operation mode, an error code (E1 to E8) that can identify the type of error that has occurred, and a setting code (- -) that can identify that the setting has been changed.

[遊技補助表示器の表示状況について]
次に、遊技補助表示器12の表示状況について、図23~図29に基づいて説明する。
[Display status of game aid display]
Next, the display state of the game support display device 12 will be described with reference to FIGS.

図23に示すように、メイン制御部41は、メダルがメダル投入部4に投入されるか、MAXBETスイッチ6の操作により賭数が設定されると、RAM41cの表示器12L、12Rの出力バッファを初期化し、遊技補助表示器12を非表示状態とする。 As shown in FIG. 23, when medals are inserted into the medal insertion section 4 or the number of bets is set by operating the MAXBET switch 6, the main control section 41 controls the output buffers of the displays 12L and 12R of the RAM 41c. It is initialized and the game auxiliary display 12 is put into a non-display state.

図23(a)に示すように、メイン制御部41は、スタートスイッチ7が操作され、ナビ報知を行わない場合には、全リールが停止するまで非表示状態を継続し、全リールが停止し、かつ第3停止操作がOFFとなることで、小役が入賞し、メダルの付与を伴う場合には、小役の入賞により付与される払出枚数をRAM41cから取得し、取得した払出枚数を表示器12L、12Rの毎の表示データに変換し、表示器12L、12Rの出力バッファにセットすることで、遊技補助表示器12に払出枚数(1~15)を表示させる。 As shown in FIG. 23(a), when the start switch 7 is operated and the navigation notification is not performed, the main control unit 41 continues the non-display state until all the reels stop. , and the third stop operation is turned OFF, and if a minor prize is won and a medal is awarded, the number of coins to be paid out due to the winning of the minor prize is acquired from the RAM 41c, and the acquired number of coins to be paid out is displayed. The number of coins to be paid out (1 to 15) is displayed on the game auxiliary display 12 by converting it into display data for each machine 12L and 12R and setting it in the output buffer of the display 12L and 12R.

その後、メイン制御部41は、ゲームの終了後も次のゲームの賭数が設定されるまで払出枚数の表示を継続させ、次のゲームの賭数が設定されると、前述したように表示器12L、12Rの出力バッファを初期化し、遊技補助表示器12を非表示状態とすることで、前回のゲームにおける払出枚数の表示を終了させる。尚、全リールが停止し、小役が入賞せず、メダルの付与を伴わない場合には、遊技補助表示器12の非表示状態を継続する。 Then, the main control unit 41 continues to display the payout number even after the game ends until the bet number for the next game is set. When the bet number for the next game is set, the main control unit 41 initializes the output buffers of the displays 12L and 12R as described above, and puts the game support display 12 in a non-display state, thereby ending the display of the payout number for the previous game. Note that if all reels stop, no small winning combination is achieved, and no medals are awarded, the game support display 12 continues to be in a non-display state.

また、図23(b)に示すように、メイン制御部41は、スタートスイッチ7が操作され、ナビ報知を行う場合には、スタートスイッチ7が操作されたときに、RAM41cのナビ番号設定領域に内部抽選にて当選したナビ対象役に応じた操作態様を示すナビ番号をRAM41cのナビ番号設定領域に設定し、リールの回転が開始した後、リールが定速回転となり停止操作が有効化されたタイミングでRAM41cのナビ番号設定領域からナビ番号を取得し、取得したナビ番号を表示器12L、12R毎の表示データに変換し、表示器12L、12Rの出力バッファにセットすることで、遊技補助表示器12に操作態様を示すナビ番号(1~13)を表示させる。また、メイン制御部41は、リールが定速回転となり停止操作が有効化され、表示器12L、12Rの出力バッファにナビ番号に対応する表示データがセットされ、遊技補助表示器12に操作態様を示すナビ番号が表示された後も、リールの定速回転が検出される毎に、RAM41cのナビ番号設定領域からナビ番号を取得し、取得したナビ番号を表示器12L、12R毎の表示データに変換し、表示器12L、12Rの出力バッファに繰り返しセットする。この際、ナビ表示に対応する操作態様以外の操作態様で停止操作がされた場合でも、表示器12L、12R毎の表示データは初期化されず、ナビ表示に対応する操作態様で停止操作がされたか否かに関わらず、第3停止リールの停止操作(OFFからONへの変化)が検出されるまで、継続してナビ番号が遊技補助表示器12に表示される。 Further, as shown in FIG. 23(b), when the start switch 7 is operated and the navigation notification is performed, the main control unit 41 stores the navigation number setting area in the RAM 41c when the start switch 7 is operated. A navigation number indicating the operation mode according to the navigation target winning combination won in the internal lottery is set in the navigation number setting area of the RAM 41c, and after the reels start rotating, the reels rotate at a constant speed and the stop operation is enabled. By acquiring the navigation number from the navigation number setting area of the RAM 41c at the timing, converting the acquired navigation number into display data for each display 12L and 12R, and setting it in the output buffer of the display 12L and 12R, the game auxiliary display The navigation number (1 to 13) indicating the operation mode is displayed on the device 12. In addition, the main control unit 41 causes the reels to rotate at a constant speed and the stop operation is enabled, display data corresponding to the navigation number is set in the output buffers of the displays 12L and 12R, and the operation mode is displayed on the gaming auxiliary display 12. Even after the indicated navigation number is displayed, every time the constant speed rotation of the reel is detected, the navigation number is acquired from the navigation number setting area of the RAM 41c, and the acquired navigation number is added to the display data for each display 12L and 12R. The data is converted and repeatedly set in the output buffers of the display devices 12L and 12R. At this time, even if the stop operation is performed in an operation mode other than the operation mode corresponding to the navigation display, the display data for each display 12L and 12R is not initialized, and the stop operation is performed in the operation mode corresponding to the navigation display. Regardless of whether or not the navigation number is displayed on the game auxiliary display 12 until a stop operation (change from OFF to ON) of the third stop reel is detected.

その後、第3停止リールの停止操作(OFFからONへの変化)が検出されたタイミングで、表示器12L、12Rの出力バッファを初期化し、遊技補助表示器12を非表示状態とすることで、ナビ表示を終了させる。一方、RAM41cのナビ番号格納領域に格納されているナビ番号については初期化されずに維持されるようになっており、メイン制御部41は、全リールが停止し、かつ第3停止リールの停止操作がOFFとなることで、メダルの払出処理が行われる前に、前述した遊技機情報計算処理を行う。この際、メイン制御部41は、RAM41cのナビ番号格納領域に設定されているナビ番号を取得し、ナビ番号が1以上の場合には、累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を更新し、総累計指示込役物払出比率や指示込役物払出比率(6000G)を算出する。 After that, at the timing when the stop operation (change from OFF to ON) of the third stop reel is detected, the output buffers of the display devices 12L and 12R are initialized, and the gaming auxiliary display device 12 is put into a non-display state. End navigation display. On the other hand, the navigation number stored in the navigation number storage area of the RAM 41c is maintained without being initialized. When the operation is turned off, the gaming machine information calculation process described above is performed before the medal payout process is performed. At this time, the main control unit 41 acquires the navigation number set in the navigation number storage area of the RAM 41c, and if the navigation number is 1 or more, The cumulative instruction-inclusive accessory payout number is updated, and the total instruction-inclusive accessory payout ratio and instruction-inclusive accessory payout ratio (6000G) are calculated.

さらに、全リールが停止し、かつ第3停止リールの停止操作がOFFとなることで、小役が入賞し、メダルの付与を伴う場合には、前述した遊技機情報計算処理を行った後に、小役の入賞により付与される払出枚数をRAM41cから取得し、取得した払出枚数を表示器12L、12R毎の表示データに変換し、表示器12L、12Rの出力バッファにセットすることで、遊技補助表示器12に払出枚数(1~15)を表示させる。 Furthermore, if all the reels stop and the stop operation of the third stop reel is turned OFF, and a small prize is won and a medal is awarded, after the above-mentioned gaming machine information calculation process is performed, The number of coins to be paid out that is awarded by winning a small prize is acquired from the RAM 41c, the acquired number of coins to be paid out is converted to display data for each display 12L and 12R, and the data is set in the output buffer of each display 12L and 12R, thereby providing game assistance. The number of coins to be paid out (1 to 15) is displayed on the display 12.

その後、メイン制御部41は、1ゲーム終了時に行う初期化処理により、RAM41cのナビ番号設定領域を初期化して0を設定するが、表示器12L、12Rの出力バッファについては初期化せず、これらの出力バッファにセットされている表示データに基づいて、ゲームの終了後も次のゲームの賭数が設定されるまで払出枚数の表示を継続させる。そして、次のゲームの賭数が設定されると、前述したように表示器12L、12Rの出力バッファを初期化し、遊技補助表示器12を非表示状態とすることで、前回のゲームにおける払出枚数の表示を終了させる。尚、全リールが停止し、小役が入賞せず、メダルの付与を伴わない場合には、遊技補助表示器12の非表示状態を継続する。 Then, the main control unit 41 initializes the navigation number setting area of RAM 41c to 0 through an initialization process performed at the end of one game, but does not initialize the output buffers of the displays 12L and 12R. Instead, the display of the payout number continues based on the display data set in these output buffers even after the game ends until the bet number for the next game is set. Then, when the bet number for the next game is set, the output buffers of the displays 12L and 12R are initialized as described above, and the game support display 12 is put into a non-display state, thereby ending the display of the payout number for the previous game. Note that if all reels stop, no small winning combination is achieved, and no medals are awarded, the game support display 12 continues to be in a non-display state.

図24に示すように、メイン制御部41は、異常の発生を検知すると、RAM41cのエラーフラグ設定領域に、検知された異常のエラー種別に対応するエラーフラグを設定し、遊技の進行が不能なエラー状態に制御するとともに、エラー種別を示すエラーコードを表示器12L、12R毎の表示データに変換し、表示器12L、12Rの出力バッファにセットすることで、遊技補助表示器12にエラーコード(E1~E8)を表示させる。その後、リセットスイッチ23やリセット/設定スイッチ38によるリセット操作がされた場合には、エラーフラグをクリアすることでエラー状態を解除し、遊技の進行が可能な状態にするとともに、表示器12L、12Rの出力バッファを初期化し、遊技補助表示器12を非表示状態とすることで、エラーコードの表示を終了させる。 As shown in FIG. 24, when the main control unit 41 detects the occurrence of an abnormality, it sets an error flag corresponding to the error type of the detected abnormality in the error flag setting area of the RAM 41c, controls the game to an error state in which game progress is impossible, converts an error code indicating the error type into display data for each display 12L, 12R, and sets it in the output buffer of the display 12L, 12R, causing the game support display 12 to display an error code (E1 to E8). If a reset operation is then performed using the reset switch 23 or the reset/setting switch 38, the error flag is cleared to release the error state, allowing game progress to be possible, and initializes the output buffer of the display 12L, 12R, and causes the game support display 12 to stop displaying the error code.

図25に示すように、メイン制御部41は、小役が入賞した後、遊技補助表示器12に払出枚数(1~15)の表示を継続させている状態で、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出すると、RAM41cにおける前述のエラーフラグ設定領域とは異なる遊技状態フラグ設定領域に設定変更中を示す遊技状態フラグを設定し、設定変更状態へ移行させるとともに、設定変更状態であることを特定可能な設定コードを表示器12L、12R毎の表示データに変換し、表示器12L、12Rの出力バッファにセットすることで、遊技補助表示器12に設定コード(--)を表示させる。その後、メイン制御部41は、設定値が確定され、設定キースイッチ37のOFF状態を検出すると、RAM41cの遊技状態フラグ設定領域に設定されている設定変更中を示す遊技状態フラグを初期化し、通常遊技状態(非内部中)を示す遊技状態フラグに変更することで設定変更状態を終了させ、通常遊技状態(非内部中)に移行させるとともに、表示器12L、12Rの出力バッファを初期化することで、遊技補助表示器12を非表示状態とする。 As shown in FIG. 25, the main control unit 41 continues to display the payout number (1 to 15) on the game auxiliary display 12 after a small winning combination is won, and after the power supply is stopped. When the ON state of the setting key switch 37 is detected when the power supply is resumed, a gaming state flag indicating that the setting is being changed is set in a gaming state flag setting area different from the above-mentioned error flag setting area in the RAM 41c, and the setting is performed. At the same time as transitioning to the change state, a setting code that can identify the setting change state is converted into display data for each display 12L, 12R, and set in the output buffer of the display 12L, 12R, thereby changing the game auxiliary display. Display the setting code (--) on the device 12. Thereafter, when the setting value is confirmed and the main control unit 41 detects the OFF state of the setting key switch 37, it initializes the gaming state flag indicating that the setting is being changed, which is set in the gaming state flag setting area of the RAM 41c, and normalizes the setting value. Terminate the setting change state by changing the gaming state flag to indicate the gaming state (non-internal), transition to the normal gaming state (non-internal), and initialize the output buffers of the displays 12L and 12R. Then, the game auxiliary display 12 is put into a non-display state.

メイン制御部41は、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前の制御状態に復帰させる場合には、表示器12Lの出力バッファに設定されている表示データに基づいて、電力供給が停止する前に遊技補助表示器12にエラーコードまたは設定コードが表示されていたか否かを判定し、電力供給が停止する前に遊技補助表示器12にエラーコードまたは設定コードが表示されていないと判定した場合には、表示器12L、12Rの出力バッファを初期化することで、遊技補助表示器12を非表示状態とする一方、電力供給が停止する前に遊技補助表示器12にエラーコードまたは設定コードが表示されていたと判定した場合には、表示器12L、12Rの出力バッファを維持することで、電力供給前に表示されていたエラーコードまたは設定コードを遊技補助表示器12に表示させる。 When the main control unit 41 does not detect the ON state of the setting key switch 37 when the power supply is resumed after the power supply is stopped and returns to the control state before the power supply was stopped, the main control unit 41 determines whether or not an error code or setting code was displayed on the game auxiliary display 12 before the power supply was stopped based on the display data set in the output buffer of the display 12L. If it is determined that an error code or setting code was not displayed on the game auxiliary display 12 before the power supply was stopped, the output buffer of the display units 12L and 12R is initialized to put the game auxiliary display 12 in a non-display state, whereas if it is determined that an error code or setting code was displayed on the game auxiliary display 12 before the power supply was stopped, the output buffer of the display units 12L and 12R is maintained to cause the game auxiliary display 12 to display the error code or setting code that was displayed before the power supply was stopped.

これにより、図26に示すように、メイン制御部41は、ゲームの終了後、遊技補助表示器12に払出枚数(1~15)の表示を継続させている状態、すなわち遊技の結果を示す情報が表示されている状態で、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前のゲームの終了後の状態に復帰させる場合には、表示器12L、12Rの出力バッファを初期化することで、遊技補助表示器12を非表示状態とする。 As a result, as shown in FIG. 26, the main control unit 41 causes the game auxiliary display 12 to continue displaying the number of payout coins (1 to 15) after the end of the game, that is, information indicating the result of the game. is displayed, the ON state of the setting key switch 37 is not detected when the power supply is restarted after the power supply is stopped, and the game returns to the state after the end of the game before the power supply was stopped. When returning, the output buffers of the display devices 12L and 12R are initialized to put the game auxiliary display device 12 into a non-display state.

また、図27に示すように、メイン制御部41は、ナビ報知の実行中であり、遊技補助表示器12に操作態様を示すナビ番号(1~13)が表示されている状態で、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前のナビ報知の実行中の状態に復帰させる場合には、表示器12L、12Rの出力バッファを初期化することで、遊技補助表示器12を非表示状態とする。この場合にメイン制御部41は、リールの回転が再開した後、リールが定速回転となり停止操作が有効化されたタイミングで、操作態様を示すナビ番号を表示データに変換して再度表示器12L、12Rの出力バッファに設定することで、遊技補助表示器12に操作態様を示すナビ番号(1~13)を表示させる。 Further, as shown in FIG. 27, the main control unit 41 supplies power while the navigation notification is being executed and the navigation number (1 to 13) indicating the operation mode is displayed on the game auxiliary display 12. If the ON state of the setting key switch 37 is not detected when the power supply is restarted after the power supply is stopped, and the navigation notification is being executed before the power supply is stopped, the display 12L , 12R, the game auxiliary display 12 is put into a non-display state. In this case, after the rotation of the reels resumes, the main control unit 41 converts the navigation number indicating the operation mode into display data and displays it again on the display 12L at the timing when the reels rotate at a constant speed and the stop operation is enabled. , 12R, the navigation number (1 to 13) indicating the operation mode is displayed on the game auxiliary display 12.

また、図28に示すように、メイン制御部41は、エラー状態であり、遊技補助表示器12にエラーコード(E1~E8)が表示されている状態で、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前のエラー状態に復帰させる場合には、表示器12L、12Rの出力バッファを維持することで、電力供給前に表示されていたエラーコードを遊技補助表示器12に表示させる。 Further, as shown in FIG. 28, the main control unit 41 is in an error state and the power supply is stopped while the error code (E1 to E8) is displayed on the game auxiliary display 12. If the ON state of the setting key switch 37 is not detected when the power supply is resumed, and the error state before the power supply is stopped is restored, the output buffers of the display devices 12L and 12R are maintained. The error code displayed before supply is displayed on the game auxiliary display 12.

また、図29に示すように、メイン制御部41は、設定変更状態であり、遊技補助表示器12に設定コード(--)が表示されている状態で、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前の設定変更状態に復帰させる場合には、表示器12L、12Rの出力バッファを維持することで、電力供給前に表示されていた設定コードを遊技補助表示器12に表示させる。 Also, as shown in FIG. 29, when the main control unit 41 is in a setting change state and the setting code (- -) is displayed on the gaming support display 12, if the power supply is stopped and then resumed, the main control unit 41 does not detect the ON state of the setting key switch 37 and causes the gaming support display 12 to display the setting code that was displayed before the power supply was stopped, by maintaining the output buffers of the displays 12L and 12R.

このようにメイン制御部41は、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前の制御状態に復帰させる場合に、電力供給が停止したときに遊技補助表示器12に払出枚数、すなわち遊技の結果に応じた表示が継続していた場合には、電力供給が再開されたときに遊技補助表示器12を非表示状態とする。これにより、遊技補助表示器12に払出枚数の表示が継続された状態で電力供給が停止した場合に、その後、電力供給が開始して設定変更状態に移行して設定値が設定された場合であっても、電力供給が開始して設定変更状態に移行せず、電力供給が停止する前の制御状態に復帰した場合であっても、いずれも遊技補助表示器12が非表示状態となることで、設定値が変更されたか否かが推測できないようになっている。この際、遊技補助表示器12に電力供給が停止する前の払出枚数が表示されており、電力供給が再開した後、払出枚数が非表示となっても、払出枚数は電力供給が停止する前のゲームの結果であり、電力供給が再開した後のゲームに影響することはない。 In this way, when the main control unit 41 does not detect the ON state of the setting key switch 37 when the power supply is resumed after the power supply is stopped, and returns to the control state before the power supply is stopped, if the payout number, i.e., the display according to the game result, is continued on the game auxiliary display 12 when the power supply is stopped, the game auxiliary display 12 is made to be in a non-display state when the power supply is resumed. As a result, when the power supply is stopped while the payout number is continued on the game auxiliary display 12, even if the power supply is started and the setting value is set by switching to the setting change state after the power supply is started and the control state is restored without switching to the setting change state after the power supply is stopped, the game auxiliary display 12 is in a non-display state in either case, so that it is not possible to guess whether the setting value has been changed or not. At this time, the payout number before the power supply is stopped is displayed on the game auxiliary display 12, and even if the payout number becomes non-displayed after the power supply is resumed, the payout number is the result of the game before the power supply is stopped, and does not affect the game after the power supply is resumed.

一方、メイン制御部41は、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前の制御状態に復帰させる場合に、電力供給が停止したときに遊技の進行が不能なエラー状態や設定変更状態であり、遊技補助表示器12にエラー状態を示すエラーコードや設定変更状態を示す設定コードが表示されていた場合には、電力供給が再開されたときに遊技補助表示器12に、電力供給が停止される前に表示されていたエラーコードや設定コードを表示させることで、電力供給が再開したときに遊技の進行ができない状態であることを特定できるようになっている。 On the other hand, when the main control unit 41 does not detect the ON state of the setting key switch 37 when the power supply is restarted after the power supply has been stopped, and returns to the control state before the power supply was stopped, , if the game is in an error state or settings change state where the game cannot proceed when the power supply is stopped, and an error code indicating the error state or a setting code indicating the settings change state is displayed on the gaming auxiliary display 12. By displaying the error code and setting code that were displayed before the power supply was stopped on the game auxiliary display 12 when the power supply is resumed, the game progress can be adjusted when the power supply is resumed. It is now possible to identify situations where it is not possible.

[遊技補助表示器の初期化判定について]
前述のように、メイン制御部41は、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前の制御状態に復帰させる場合に、表示器12Lの出力バッファに設定されている表示データに基づいて、電力供給が停止する前に遊技補助表示器12にエラーコードまたは設定コードが表示されていたか否かを判定し、その判定結果に基づいて、表示器12L、12Rの出力バッファを初期化し、遊技補助表示器12を非表示状態とするか、表示器12L、12Rの出力バッファを維持し、遊技補助表示器12の表示状態を維持するかを決定する。
[Regarding initialization judgment of the gaming support display]
As described above, when the main control unit 41 does not detect the ON state of the setting key switch 37 when the power supply is resumed after the power supply has been stopped and returns to the control state before the power supply was stopped, the main control unit 41 determines, based on the display data set in the output buffer of the display unit 12L, whether an error code or setting code was displayed on the game auxiliary display unit 12 before the power supply was stopped, and based on the determination result, determines whether to initialize the output buffers of the displays 12L and 12R and put the game auxiliary display unit 12 into a non-display state, or to maintain the output buffers of the displays 12L and 12R and maintain the display state of the game auxiliary display unit 12.

遊技補助表示器12に表示される払出枚数は1~15の値であり、遊技補助表示器12のうち10の位の値に対応する表示器12Lの第7セグメントGは表示されている値が1~15のいずれの値であっても非点灯状態となる。また、遊技補助表示器12に表示される操作態様を示すナビ番号は1~13の値であり、この場合においても遊技補助表示器12のうち10の位の値に対応する表示器12Lの第7セグメントGは表示されている値が1~13のいずれの値であっても非点灯状態となる。一方、遊技補助表示器12に表示されるエラーコードはE1~E8であり、遊技補助表示器12のうち10の位の値に対応する表示器12Lの第7セグメントGは表示されている値がE1~E8のいずれの値であっても点灯状態となる。また、遊技補助表示器12に表示される設定コードは--であり、この場合においても遊技補助表示器12のうち10の位の値に対応する表示器12Lの第7セグメントGは点灯状態となる。このため、遊技補助表示器12のうち10の位の値に対応する表示器12Lの第7セグメントGが点灯状態であるか、非点灯状態であるか、によって、遊技補助表示器12にエラーコードまたは設定コードが表示されている状態であるか、遊技補助表示器12にエラーコードまたは設定コードが表示されていない状態(遊技補助表示器12に払出枚数が表示されている状態、操作態様を示すナビ番号が表示されている状態または非表示状態)であるか、を特定可能となる。 The payout number displayed on the game auxiliary display 12 is a value of 1 to 15, and the seventh segment G of the display 12L corresponding to the value in the tens place of the game auxiliary display 12 indicates that the displayed value is Any value from 1 to 15 results in a non-lighting state. Further, the navigation number indicating the operation mode displayed on the game auxiliary display 12 has a value of 1 to 13, and even in this case, the number of the display 12L corresponding to the value in the tens place of the game auxiliary display 12 is 1 to 13. The 7-segment G is in a non-lighted state regardless of the displayed value from 1 to 13. On the other hand, the error codes displayed on the gaming auxiliary display 12 are E1 to E8, and the seventh segment G of the display 12L corresponding to the value in the tens place of the gaming auxiliary display 12 indicates that the displayed value is The light is turned on regardless of the value of E1 to E8. In addition, the setting code displayed on the game auxiliary display 12 is --, and in this case as well, the seventh segment G of the display 12L corresponding to the value in the tens place of the game auxiliary display 12 is in the lighting state. Become. Therefore, depending on whether the seventh segment G of the display 12L corresponding to the value in the tens place of the gaming auxiliary display 12 is lit or not, an error code is displayed on the gaming auxiliary display 12. Or, the setting code is displayed, or the error code or setting code is not displayed on the gaming auxiliary display 12 (the number of coins to be paid out is displayed on the gaming auxiliary display 12, the operation mode is It becomes possible to identify whether the navigation number is displayed (displayed or hidden).

そして、メイン制御部41は、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前の制御状態に復帰させる場合に、遊技補助表示器12のうち10の位の値に対応する表示器12Lの第7セグメントGが非点灯状態であるか、点灯状態であるか、を判定することで、電力供給が停止する前に遊技補助表示器12にエラーコードまたは設定コードが表示されていたか否かを判定するようになっている。 Then, when the main control unit 41 does not detect the ON state of the setting key switch 37 when the power supply is resumed after the power supply is stopped and returns to the control state before the power supply was stopped, the main control unit 41 determines whether the seventh segment G of the display 12L corresponding to the tens digit of the game support display 12 is in an unlit state or an lit state, thereby determining whether an error code or setting code was displayed on the game support display 12 before the power supply was stopped.

具体的には、図30(a)に示すように、メイン制御部41は、遊技補助表示器12のうち、10の位の値に対応する表示器12Lの出力バッファにセットされている表示データを取得し(Sm1)、取得した表示器12Lの表示データと02(H)とでAND演算を行い(Sm2)、演算結果が0であるか否かを判定し(Sm3)、演算結果が0であると判定した場合には、表示器12L、12Rの出力バッファを初期化し(Sm4)、遊技補助表示器12を非表示状態とする一方、Sm3において演算結果が0でないと判定した場合には、表示器12L、12Rの出力バッファを維持し、遊技補助表示器12を電力供給が停止する前の表示状態に復帰させる。 Specifically, as shown in FIG. 30(a), the main control unit 41 acquires the display data set in the output buffer of the display 12L corresponding to the tens digit of the game auxiliary display 12 (Sm1), performs an AND operation between the acquired display data of the display 12L and 02 (H) (Sm2), and determines whether the operation result is 0 or not (Sm3). If it is determined that the operation result is 0, it initializes the output buffers of the displays 12L and 12R (Sm4) and sets the game auxiliary display 12 to a non-display state. On the other hand, if it is determined in Sm3 that the operation result is not 0, it maintains the output buffers of the displays 12L and 12R and returns the game auxiliary display 12 to the display state before the power supply was stopped.

このように、Sm1において取得した表示器12Lの表示データと02(H)をAND演算する(Sm2)ことで、02(H)は、第7セグメントGに対応する1ビット目の値が1でそれ以外のセグメントに対応するビットの値が0となる00000010(2進数)であることから、Sm1で取得した表示器12Lの表示データが00000000(2進数)であった場合、すなわち第7セグメントGの点灯状態/非点灯状態を示す1ビット目の値が非点灯状態を示す0であった場合には、Sm2の演算結果が00000000(2進数)となり、表示器12Lの第7セグメントGが非点灯状態であることが特定され、前述のように遊技補助表示器12にエラーコードまたは設定コードが表示されていない状態(遊技補助表示器12に払出枚数が表示されている状態、操作態様を示すナビ番号が表示されている状態または非表示状態)であることが特定されるため、この場合には、表示器12L、12Rの出力バッファが初期化され、電力供給が停止する前の表示状態に関わらず、遊技補助表示器12が非表示状態となる。 In this way, by ANDing the display data of the display device 12L acquired in Sm1 and 02(H) (Sm2), 02(H) has a value of 1 in the first bit corresponding to the seventh segment G. Since the value of the bit corresponding to the other segments is 00000010 (binary number), if the display data of the display device 12L acquired in Sm1 is 00000000 (binary number), that is, the seventh segment G If the value of the first bit indicating the lighting state/non-lighting state of is 0 indicating the non-lighting state, the calculation result of Sm2 is 00000000 (binary number), and the seventh segment G of the display 12L is non-lighting. A state in which the lighting state is identified and no error code or setting code is displayed on the gaming auxiliary display 12 as described above (a state in which the number of coins to be paid out is displayed on the gaming auxiliary display 12, indicating the operation mode) In this case, the output buffers of the display units 12L and 12R are initialized to the display state before the power supply was stopped. Regardless, the game auxiliary display 12 is in a non-display state.

一方、Sm1で取得した表示器12Lの表示データが00000010(2進数)であった場合、すなわち第7セグメントGの点灯状態/非点灯状態を示す1ビット目の値が点灯状態を示す1であった場合には、Sm2の演算結果が00000010(2進数)となり、00000000(2進数)とならないことから、表示器12Lの第7セグメントGが点灯状態であることが特定され、前述のように遊技補助表示器12にエラーコードまたは設定コードが表示されている状態であることが特定されるため、この場合には、表示器12L、12Rの出力バッファが維持され、遊技補助表示器12が電力供給が停止する前の表示状態、すなわちエラーコードまたは設定コードが表示されている状態に復帰することとなる。 On the other hand, if the display data of the display 12L acquired in Sm1 is 00000010 (binary number), that is, the value of the first bit indicating the lighting state/non-lighting state of the seventh segment G is 1 indicating the lighting state. In this case, since the calculation result of Sm2 is 00000010 (binary number) and not 00000000 (binary number), it is specified that the seventh segment G of the display 12L is lit, and the game is started as described above. Since it is identified that the error code or setting code is displayed on the auxiliary display 12, in this case, the output buffers of the displays 12L and 12R are maintained, and the gaming auxiliary display 12 is powered on. The display returns to the state before it stopped, that is, the state in which the error code or setting code is displayed.

また、電力供給が停止する前に遊技補助表示器12にエラーコードまたは設定コードが表示されていたか否かを判定する方法として、遊技補助表示器12にエラーコードが表示されるエラー状態であるか、遊技補助表示器12に設定コードが表示される設定変更状態であるか、をそれぞれ判定する方法も採りうる。この方法を採る場合に、本実施例では、エラー状態であるか否かを示すエラーフラグと、設定変更状態であるか否かを示す遊技状態フラグと、が異なる記憶領域に記憶されているため、エラーフラグ、遊技状態フラグをそれぞれ取得し、それぞれ判定する必要がある。 In addition, as a method for determining whether an error code or setting code was displayed on the gaming auxiliary display 12 before the power supply was stopped, it is possible to determine whether the error code is displayed on the gaming auxiliary display 12 or not. , a method of determining whether the setting code is displayed on the game auxiliary display 12 and the setting change state can be adopted. When adopting this method, in this embodiment, an error flag indicating whether an error state exists and a gaming state flag indicating whether a setting change state is stored are stored in different storage areas. , an error flag, and a gaming status flag, and each needs to be determined.

具体的には、図30(b)に示すように、メイン制御部41は、遊技状態フラグを取得し(Sn1)、取得した遊技状態フラグから設定変更状態であるか否かを判定し(Sn2)、設定変更状態でないと判定した場合には、エラーフラグを取得し(Sn3)、取得したエラーフラグからエラー状態であるか否かを判定し(Sn4)、エラー状態でないと判定した場合には、表示器12L、12Rの出力バッファを初期化し(Sn5)、遊技補助表示器12を非表示状態とする一方、Sn2において設定変更状態であると判定した場合、Sn4においてエラー状態であると判定した場合には、表示器12L、12Rの出力バッファを維持し、遊技補助表示器12を電力供給が停止する前の表示状態に復帰させる。 Specifically, as shown in FIG. 30(b), the main control unit 41 acquires a gaming state flag (Sn1), and determines from the acquired gaming state flag whether or not it is in a setting change state (Sn2). ), if it is determined that the settings are not changed, an error flag is acquired (Sn3), and from the acquired error flag it is determined whether or not there is an error condition (Sn4), and if it is determined that there is no error condition, the , the output buffers of the display devices 12L and 12R are initialized (Sn5), and the game auxiliary display device 12 is put into a non-display state, and if it is determined in Sn2 that the setting is changed, it is determined that the error state is in Sn4. In this case, the output buffers of the displays 12L and 12R are maintained, and the gaming auxiliary display 12 is returned to the display state before the power supply was stopped.

このように、エラー状態であるか、設定変更状態であるか、をそれぞれ判定する方法においては、Sn1~Sn5の5行程を必要とし、2つの分岐を必要とするのに対し、図30(a)に示すように、表示器12Lの第7セグメントGが点灯状態であるか否かを判定する方法では、Sm1~Sm4の4行程で済み、分岐も1つで済むこととなり、エラー状態であるか、設定変更状態であるか、をそれぞれ判定する方法よりもプログラム容量が少なくて済む。 In this way, the method of determining whether it is an error state or a setting change state requires five steps Sn1 to Sn5 and two branches, whereas the method shown in FIG. ), the method of determining whether or not the seventh segment G of the display 12L is lit requires only four steps, Sm1 to Sm4, and only one branch, which indicates an error state. This method requires less program capacity than a method that separately determines whether the program is in the current state or in the setting change state.

[有利区間終了時の制御について]
次に、有利区間終了時の制御について、図31に基づいて説明する。
[About control at the end of advantageous section]
Next, control at the end of the advantageous section will be explained based on FIG. 31.

図31に示すように、メイン制御部41は、メイン処理における有利区間終了処理において、有利区間終了フラグが設定されていると判定すると、有利区間状態がいずれの状態であっても、RAM41cの有利区間終了時対象領域及び毎ゲーム終了時対象領域(AT関連)を初期化する。 As shown in FIG. 31, when the main control unit 41 determines that the advantageous zone end flag is set during the advantageous zone end processing in the main processing, it initializes the advantageous zone end target area and the end of each game target area (AT related) in RAM 41c regardless of the advantageous zone state.

これにより、有利区間終了時対象領域に記憶されている有利区間中フラグ、有利区間中信号バッファ、有利区間状態を示すデータ、毎ゲーム終了時対象領域(AT関連)に記憶されているナビ番号等、有利区間に関連する全ての情報が初期化され、遊技区間が通常区間に移行する。 As a result, the advantageous section flag stored in the target area at the end of the advantageous section, the signal buffer during the advantageous zone, data indicating the advantageous zone state, the navigation number stored in the target area (AT related) at the end of every game, etc. , all information related to the advantageous section is initialized, and the gaming section shifts to the normal section.

尚、有利区間のうち有利区間終了時以外のゲームでは、有利区間終了処理よりも後に行われる1ゲーム終了時の初期化において毎ゲーム終了時対象領域(AT関連)が初期化され、ナビ番号設定領域に設定されているナビ番号が初期化されるのに対して、有利区間終了時のゲームでは、有利区間終了処理により毎ゲーム終了時対象領域(AT関連)が初期化され、ナビ番号設定領域に設定されているナビ番号が初期化されることとなるが、遊技補助表示器12におけるナビ番号の表示は、前述したように、第3停止リールの停止操作がOFFからONに変化することで非表示となり、さらに、ナビ番号を用いて指示込役物払出枚数の更新や指示込役物払出比率の算出等を行う遊技機情報計算処理は、有利区間終了処理よりも先に行われるため、これらの処理に影響することはない。 In addition, in games other than the end of the advantageous section, the target area (AT related) at the end of each game is initialized in the initialization at the end of one game, which is performed after the advantageous section end processing, and the navigation number setting is While the navigation number set in the area is initialized, in the game at the end of the advantageous section, the target area (AT related) is initialized at the end of every game by the advantageous section end processing, and the navigation number setting area The navigation number set in will be initialized, but as mentioned above, the navigation number display on the gaming auxiliary display 12 will change when the stop operation of the third stop reel changes from OFF to ON. In addition, the gaming machine information calculation process that uses the navigation number to update the number of paid out bonuses with instructions and calculate the payout ratio of bonuses with instructions is performed before the advantageous section end process. These processes will not be affected.

そして、メイン制御部41は、有利区間終了処理の後、遊技区間報知終了処理において、RAM41cの有利区間中信号バッファがOFFであると判定することで、区間表示LED19を消灯状態に制御する。 Then, after the favorable zone end processing, the main control unit 41 determines that the favorable zone signal buffer in the RAM 41c is OFF during the game zone notification end processing, thereby controlling the zone display LED 19 to an off state.

このように有利区間の終了時には、有利区間終了時対象領域に記憶されている有利区間中フラグ、有利区間信号バッファ、有利区間状態を示すデータ、毎ゲーム終了時対象領域(AT関連)に記憶されているナビ番号等、有利区間に関連する全ての情報が初期化された後、区間表示LED19が消灯状態となり、有利区間である旨の報知が終了するので、有利区間である旨の報知が終了しているにも関わらず、有利区間に制御されている状況が生じることがない。 In this way, when the advantageous zone ends, all information related to the advantageous zone is initialized, such as the advantageous zone in-progress flag stored in the target area at the end of the advantageous zone, the advantageous zone signal buffer, data indicating the advantageous zone state, and the navigation number stored in the target area at the end of each game (AT related), and then the zone display LED 19 goes out and the notification that the advantageous zone is in place ends, so that a situation does not arise where the player is still in control of the advantageous zone even though the notification that the advantageous zone has ended.

特に、ナビ番号が記憶されるナビ番号設定領域が、区間表示LED19が消灯状態となる前に初期化されるので、有利区間である旨の報知が終了しているにも関わらず、ナビ報知が行われてしまうことを防止できる。 In particular, the navigation number setting area in which the navigation number is stored is initialized before the section display LED 19 turns off, so even though the notification that it is an advantageous section has ended, the navigation notification is not displayed. You can prevent it from happening.

また、RAM41cには、有利区間に関連する情報が記憶される領域として、1ゲーム毎に初期化されない有利区間終了時対象領域と、1ゲーム毎に初期化される毎ゲーム終了時対象領域(AT関連)と、を含み、有利区間終了時には、1ゲームの終了を待たず、毎ゲーム終了時対象領域(AT関連)も初期化されるので、有利区間が終了したにも関わらず、有利区間に関連する情報が残ってしまうことを防止できる。 In addition, the RAM 41c has two areas in which information related to the advantageous section is stored: a target area at the end of the advantageous section which is not initialized for each game, and a target area at the end of each game (AT) which is initialized for each game. (related), and when the advantageous period ends, the target area (AT related) is also initialized at the end of every game without waiting for the end of one game, so even though the advantageous period has ended, the target area (AT related) is initialized. This can prevent related information from remaining behind.

また、メイン制御部41は、有利区間において複数の有利区間状態に制御可能であるが、有利区間の終了時に制御されている有利区間状態に関わらず、有利区間終了時対象領域及び毎ゲーム終了時対象領域(AT関連)の全ての領域を初期化するようになっており、有利区間の終了時にいずれの有利区間状態に制御されている場合であっても、有利区間に関連する情報を全て初期化することができる。 Moreover, the main control unit 41 can control a plurality of advantageous section states in an advantageous section, but regardless of the advantageous section state that is controlled at the end of the advantageous section, the target area at the end of the advantageous section and at the end of every game. All areas in the target area (AT related) are initialized, and no matter which advantageous section state is controlled at the end of the advantageous section, all information related to the advantageous section is initialized. can be converted into

[メイン制御部の構成について]
本実施例のメイン制御部41は、CPU41a、ROM41b、RAM41cを備えるマイクロコンピュータである。CPU41aはROM41bに記憶されたプログラムを実行することで各種の処理を実行可能である。また、メイン制御部41は、CPU41aが実行する演算に用いる値が格納されるレジスタとして、Aレジスタ、BCレジスタ、DEレジスタ、HLレジスタを備え、Aレジスタ、BCレジスタ、DEレジスタ、HLレジスタ、指定したRAM41cのアドレス領域に格納された値を用いて最大2バイトの演算を行うことが可能である。また、メイン制御部41は、演算結果に応じたフラグが格納されるFレジスタを備える。Fレジスタに格納されるフラグは、演算結果が0の場合に1(ON)が設定され、0以外であれば0(OFF)が設定されるゼロフラグ、演算結果が桁溢れ(オーバーフロー)した場合に1(ON)が設定され、桁溢れしない場合に0(OFF)が設定されるキャリーフラグを含む。
[About the configuration of the main control section]
The main control unit 41 of this embodiment is a microcomputer including a CPU 41a, a ROM 41b, and a RAM 41c. The CPU 41a can perform various processes by executing programs stored in the ROM 41b. The main control unit 41 also includes an A register, a BC register, a DE register, and a HL register as registers in which values used in calculations executed by the CPU 41a are stored. It is possible to perform an operation of up to 2 bytes using the value stored in the address area of the RAM 41c. The main control unit 41 also includes an F register in which a flag corresponding to the calculation result is stored. The flags stored in the F register are a zero flag that is set to 1 (ON) when the operation result is 0, a zero flag that is set to 0 (OFF) if it is other than 0, and a zero flag that is set when the operation result overflows. It includes a carry flag that is set to 1 (ON) and set to 0 (OFF) when there is no overflow.

[3バイトデータ割り算処理について]
次に、メイン制御部41が役物比率更新処理、連続役物比率更新処理、指示込役物比率更新処理において最大3バイトの除数及び被除数を用いて100分率を算出する際に実行する3バイトデータ割り算処理について説明する。
[About 3-byte data division processing]
Next, we will explain the 3-byte data division process that the main control unit 41 performs when calculating a percentage using a divisor and dividend of up to 3 bytes in the reel ratio update process, continuous reel ratio update process, and instruction-included reel ratio update process.

メイン制御部41は、被除数が格納されたRAM41cの領域の先頭アドレスをHLレジスタに格納し、除数が格納されたRAM41cの領域の先頭アドレスをDEレジスタに格納した後、3バイトデータ割り算処理を実行することで、それぞれのアドレスから特定される被除数及び除数を用いて被除数/除数×100の値がAレジスタに格納される。被除数及び除数は最大3バイトの値であり、RAM41cの連続する3バイトの領域に格納されており、連続する3バイトの領域のうち先頭アドレスの領域に1バイト目の値が格納され、先頭アドレス+1の領域に2バイト目の値が格納され、先頭アドレス+2の領域に3バイト目の値が格納されている。このため、被除数または除数が格納された領域の先頭アドレスを指定し、2バイトのデータを指定することで1~2バイト目の値を特定し、先頭アドレス+2のアドレスを指定し、1バイトのデータを指定することで3バイト目の値を特定することが可能とされている。 The main control unit 41 stores the start address of the area of the RAM 41c where the dividend is stored in the HL register, stores the start address of the area of the RAM 41c where the divisor is stored in the DE register, and then executes 3-byte data division processing. By doing so, the value of dividend/divisor×100 is stored in the A register using the dividend and divisor specified from each address. The dividend and divisor are values of up to 3 bytes, and are stored in a continuous 3-byte area of the RAM 41c, and the value of the 1st byte is stored in the first address area of the continuous 3-byte area, and The value of the second byte is stored in the area of +1, and the value of the third byte is stored in the area of the start address +2. Therefore, specify the start address of the area where the dividend or divisor is stored, specify the 2-byte data to specify the 1st and 2nd byte values, specify the start address + 2 address, and specify the 1-byte data. It is possible to specify the value of the third byte by specifying the data.

また、メイン制御部41は、各状態カウント処理、役物比率更新処理、連続役物比率更新処理、指示込役物比率更新処理が実行される遊技機情報計算処理の実行中、割込禁止に設定しており、3バイトデータ割り算処理及び3バイトデータ割り算処理に用いられる除数及び被除数を更新する処理の実行中も割込が禁止されるようになっている。 The main control unit 41 also prohibits interrupts during the execution of the gaming machine information calculation process, which executes the state count process, the role ratio update process, the continuous role ratio update process, and the instruction-based role ratio update process. Interrupts are also prohibited during the execution of the 3-byte data division process and the process for updating the divisor and dividend used in the 3-byte data division process.

図32及び図33は、メイン制御部41が実行する3バイトデータ割り算処理の制御内容を示すフローチャートである。 Figures 32 and 33 are flowcharts showing the control content of the 3-byte data division process executed by the main control unit 41.

3バイトデータ割り算処理では、まず、除数の先頭アドレスが格納されているDEレジスタの値をスタックに退避し(Si1)、DEレジスタの値をクリアし(Si2)、BCレジスタの値をクリアする(Si3)。 In the 3-byte data division process, first, the value of the DE register, which stores the starting address of the divisor, is saved to the stack (Si1), the value of the DE register is cleared (Si2), and the value of the BC register is cleared (Si3).

次いで、Aレジスタに100を格納し(Si4)、DEレジスタの値に、HLレジスタに格納されているアドレス(被除数の先頭アドレス)で指定するRAM41cの領域から取得した被除数の1~2バイト目の値を加算する(Si5)。 Next, store 100 in the A register (Si4), and set the value of the DE register to the 1st and 2nd bytes of the dividend obtained from the area of the RAM 41c specified by the address stored in the HL register (the first address of the dividend). Add the values (Si5).

次いで、加算結果がオーバーフローなし(キャリーフラグOFF)か否かを判定し(Si6)、加算結果がオーバーフローした場合(キャリーフラグON)、すなわち被除数の1~2バイト目の加算結果が桁上がりした場合にはSi7のステップに進み、Cレジスタの値を1加算し、加算結果がオーバーフローなし(キャリーフラグOFF)の場合、すなわち被除数の1~2バイト目の加算結果が桁上がりしない場合にはSi8のステップにジャンプする。Si6のステップでは、キャリーフラグがOFFの場合に指定したステップにジャンプさせるジャンプ命令を実行することで、加算結果がオーバーフローなし(キャリーフラグOFF)の場合にSi8のステップにジャンプさせる。 Next, it is determined whether the addition result is no overflow (carry flag OFF) or not (Si6), and if the addition result is an overflow (carry flag ON), i.e., the addition result of the first and second bytes of the dividend has a carry, proceed to step Si7, increment the value of the C register by 1, and if the addition result is no overflow (carry flag OFF), i.e., the addition result of the first and second bytes of the dividend has no carry, jump to step Si8. In step Si6, a jump command is executed to jump to a specified step if the carry flag is OFF, and if the addition result is no overflow (carry flag OFF), jump to step Si8.

次いで、Si8のステップでは、Aレジスタの値を1減算し、減算結果が0でない(ゼロフラグOFF)か否かを判定し(Si9)、減算結果が0の場合(ゼロフラグON)には、Si10のステップに進み、減算結果が0でない場合(ゼロフラグOFF)には、Si5のステップにジャンプする。Si9のステップでは、ゼロフラグがOFFの場合に指定したステップにジャンプさせるジャンプ命令を実行することで、減算結果が0でない場合(ゼロフラグOFF)にSi5のステップにジャンプさせる。 Next, in step Si8, the value of the A register is subtracted by 1, and it is determined whether the result of the subtraction is not 0 (zero flag OFF) (Si9). If the result of the subtraction is 0 (zero flag ON), the process proceeds to step Si10, and if the result of the subtraction is not 0 (zero flag OFF), the process jumps to step Si5. In step Si9, a jump command is executed to jump to a specified step if the zero flag is OFF, so that if the result of the subtraction is not 0 (zero flag OFF), the process jumps to step Si5.

Si4においてAレジスタに100が格納され、Si5~Si7において被除数の1~2バイト目がDEレジスタの値に加算される毎にAレジスタの値が1減算されるため、Si4~Si9において被除数の1~2バイト目の値が100倍されることとなる。また、桁上がりする毎にCレジスタの値が1加算されるので、桁上がり分はCレジスタに反映されることとなる。 In Si4, 100 is stored in the A register, and in Si5 to Si7, the value of the A register is subtracted by 1 every time the first to second bytes of the dividend are added to the value of the DE register. The value of the second byte will be multiplied by 100. Furthermore, since the value of the C register is incremented by 1 each time there is a carry, the amount of the carry is reflected in the C register.

Si4~Si9により被除数の1~2バイト目の値を100倍した後、HLレジスタに格納されているアドレス(被除数の先頭アドレス)に1加算する処理を2回行い(Si10、Si11)、HLレジスタに格納されているアドレスを、被除数の先頭アドレス+2(被除数の3バイト目のアドレス)とする。 After multiplying the first and second byte values of the dividend by 100 using steps Si4 to Si9, the address stored in the HL register (the starting address of the dividend) is incremented by 1 twice (Si10, Si11), and the address stored in the HL register becomes the starting address of the dividend + 2 (the address of the third byte of the dividend).

次いで、Aレジスタに100を格納し(Si12)、Cレジスタの値に、HLレジスタに格納されているアドレス(被除数の先頭アドレス+2)で指定するRAM41cの領域から取得した被除数の3バイト目の値を加算する(Si13)。 Next, 100 is stored in the A register (Si12), and the value of the third byte of the dividend obtained from the area of RAM 41c specified by the address stored in the HL register (first address of the dividend + 2) is set as the value of the C register. are added (Si13).

次いで、加算結果がオーバーフローなし(キャリーフラグOFF)か否かを判定し(Si14)、加算結果がオーバーフローした場合(キャリーフラグON)、すなわち被除数の3バイト目の加算結果が桁上がりした場合にはSi15のステップに進み、Bレジスタの値を1加算し、加算結果がオーバーフローなし(キャリーフラグOFF)の場合、すなわち3バイト目の加算結果が桁上がりしない場合にはSi16のステップにジャンプする。Si14のステップでは、キャリーフラグがOFFの場合に指定したステップにジャンプさせるジャンプ命令を実行することで、加算結果がオーバーフローなし(キャリーフラグOFF)の場合にSi16のステップにジャンプさせる。 Next, it is determined whether the addition result is no overflow (carry flag OFF) or not (Si14), and if the addition result is an overflow (carry flag ON), i.e., if the addition result of the third byte of the dividend has been carried over, it proceeds to step Si15, increments the value of the B register by 1, and if the addition result is no overflow (carry flag OFF), i.e., if the addition result of the third byte has not been carried over, it jumps to step Si16. In step Si14, a jump command is executed to jump to a specified step if the carry flag is OFF, and if the addition result is no overflow (carry flag OFF), it jumps to step Si16.

次いで、Si16のステップでは、Aレジスタの値を1減算し、減算結果が0でない(ゼロフラグOFF)か否かを判定し(Si17)、減算結果が0の場合(ゼロフラグON)には、Si18のステップに進み、減算結果が0でない場合(ゼロフラグOFF)には、Si13のステップにジャンプする。Si17のステップでは、ゼロフラグがOFFの場合に指定したステップにジャンプさせるジャンプ命令を実行することで、減算結果が0でない場合(ゼロフラグOFF)にSi13のステップにジャンプさせる。 Next, in the step of Si16, the value of the A register is subtracted by 1, and it is determined whether the subtraction result is not 0 (zero flag OFF) (Si17). If the subtraction result is 0 (zero flag ON), the value of Si18 is If the subtraction result is not 0 (zero flag OFF), the process jumps to step Si13. In step Si17, a jump instruction is executed to jump to a specified step when the zero flag is OFF, and when the subtraction result is not 0 (zero flag is OFF), the process jumps to step Si13.

Si12においてAレジスタに100が格納され、Si13~Si15において被除数の3バイト目がCレジスタの値に加算される毎にAレジスタの値が1減算されるため、Si13~Si17において被除数の3バイト目の値が100倍されることとなる。また、桁上がりする毎にBレジスタの値が1加算されるので、桁上がり分はBレジスタに反映されることとなる。これにより、Si4~Si17において被除数が100倍され、DEレジスタに被除数の100倍値の1~2バイト目の値が格納され、BCレジスタに被除数の100倍値の3~4バイト目の値が格納されることとなる。 In Si12, 100 is stored in the A register, and in Si13 to Si15, the value of the A register is subtracted by 1 each time the third byte of the dividend is added to the value of the C register, so in Si13 to Si17, the value of the third byte of the dividend is multiplied by 100. Also, the value of the B register is added by 1 each time a carry occurs, so the carry is reflected in the B register. As a result, in Si4 to Si17, the dividend is multiplied by 100, the 1st and 2nd byte values of the dividend multiplied by 100 are stored in the DE register, and the 3rd and 4th byte values of the dividend multiplied by 100 are stored in the BC register.

Si4~Si17により被除数を100倍した後、スタックに退避させていた除数の先頭アドレスをHLレジスタに復帰させる(Si18)。次いで、Aレジスタの値同士を排他的論理和することでAレジスタの値をクリアし(Si19)、HLレジスタに格納されているアドレス(除数の先頭アドレス)に1加算する処理を2回行い(Si20、Si21)、HLレジスタに格納されているアドレスを、除数の先頭アドレス+2(除数の3バイト目のアドレス)とする。 After multiplying the dividend by 100 in steps Si4 to Si17, the start address of the divisor saved in the stack is restored to the HL register (Si18). Next, the value of the A register is cleared by exclusive ORing the values of the A register (Si19), and the process of adding 1 to the address stored in the HL register (the start address of the divisor) is performed twice (Si20, Si21), and the address stored in the HL register becomes the start address of the divisor + 2 (the address of the third byte of the divisor).

次いで、Cレジスタの値、すなわち被除数の100倍値の3バイト目の値から、HLレジスタに格納されているアドレス(除数の先頭アドレス+2)で指定するRAM41cの領域から取得した除数の3バイト目の値を減算する(Si22)。 Next, the third byte value of the divisor obtained from the area of RAM 41c specified by the address stored in the HL register (the first address of the divisor + 2) is subtracted from the value of the C register, i.e., the third byte value of 100 times the dividend (Si22).

次いで、減算結果がオーバーフローなし(キャリーフラグOFF)か否かを判定し(Si23)、減算結果がオーバーフローした場合(キャリーフラグON)、すなわち被除数の100倍値の3バイト目の減算結果が桁下がりした場合にはSi24のステップに進み、Bレジスタの値が0か否かを判定し、減算結果がオーバーフローなし(キャリーフラグOFF)の場合、すなわち被除数の100倍値の3バイト目の減算結果が桁下がりしていない場合にはSi26のステップにジャンプする。Si23のステップでは、キャリーフラグがOFFの場合に指定したステップにジャンプさせるジャンプ命令を実行することで、減算結果がオーバーフローなし(キャリーフラグOFF)の場合にSi26のステップにジャンプさせる。 Next, it is determined whether the subtraction result does not overflow (carry flag OFF) or not (Si23), and if the subtraction result overflows (carry flag ON), that is, the subtraction result of the third byte of the value 100 times the dividend is a digit. If so, proceed to step Si24, determine whether the value of the B register is 0 or not, and if the subtraction result is no overflow (carry flag OFF), that is, the subtraction result of the 3rd byte of the value 100 times the dividend is If the digit has not decreased, jump to step Si26. In step Si23, a jump instruction is executed to jump to a specified step when the carry flag is OFF, and when the subtraction result is no overflow (carry flag OFF), the process jumps to step Si26.

Si24においてBレジスタの値が0でない場合、すなわちBレジスタに格納された被除数の100倍値の4バイト目の値を桁下がりさせることで被除数の100倍値の3バイト目の値から除数の3バイト目の値を減算できる場合には、Si25のステップに進み、Bレジスタの値を1減算し、Si24においてBレジスタの値が0の場合、すなわちBレジスタに格納された被除数の100倍値の4バイト目の値を桁下がりさせることができず被除数の100倍値の3バイト目の値から除数の3バイト目の値を減算できない場合には、Si35のステップにジャンプする。Si24のステップでは、指定したレジスタの値が0の場合に指定したステップにジャンプさせるジャンプ命令を実行することで、Bレジスタの値が0の場合にSi35へジャンプさせる。 If the value of the B register is not 0 in Si24, that is, if the value of the 4th byte of the 100th multiplied dividend stored in the B register can be carried down to subtract the value of the 3rd byte of the divisor from the value of the 100th multiplied dividend, proceed to step Si25 and subtract 1 from the value of the B register. If the value of the B register is 0 in Si24, that is, if the value of the 4th byte of the 100th multiplied dividend stored in the B register cannot be carried down to subtract the value of the 3rd byte of the divisor from the value of the 100th multiplied dividend, jump to step Si35. In step Si24, a jump command is executed to jump to a specified step if the value of the specified register is 0, thereby jumping to Si35 if the value of the B register is 0.

次いで、HLレジスタに格納されているアドレス(除数の先頭アドレス+2)を1減算する処理を2回行い(Si26、Si27)、HLレジスタに格納されているアドレスを、除数の先頭アドレスとする。 Next, the address stored in the HL register (starting address of the divisor + 2) is subtracted by 1 twice (Si26, Si27), and the address stored in the HL register is set as the starting address of the divisor.

次いで、DEレジスタの値、すなわち被除数の100倍値の1~2バイト目の値から、HLレジスタに格納されているアドレス(除数の先頭アドレス)で指定するRAM41cの領域から取得した除数の1~2バイト目の値を減算する(Si28)。 Then, the value of the first and second bytes of the divisor obtained from the area of RAM 41c specified by the address stored in the HL register (the starting address of the divisor) is subtracted from the value of the DE register, i.e., the value of the first and second bytes of 100 times the dividend (Si28).

次いで、減算結果がオーバーフローなし(キャリーフラグOFF)か否かを判定し(Si29)、減算結果がオーバーフローした場合(キャリーフラグON)、すなわち被除数の100倍値の1~2バイト目の減算結果が桁下がりした場合にはSi30のステップに進み、BCレジスタの値が0か否かを判定し、減算結果がオーバーフローなし(キャリーフラグOFF)の場合、すなわち被除数の100倍値の1~2バイト目の減算結果が桁下がりしていない場合にはSi32のステップにジャンプする。Si29のステップでは、キャリーフラグがOFFの場合に指定したステップにジャンプさせるジャンプ命令を実行することで、減算結果がオーバーフローなし(キャリーフラグOFF)の場合にSi32のステップにジャンプさせる。 Next, it is determined whether the subtraction result has no overflow (carry flag OFF) or not (Si29), and if the subtraction result has overflowed (carry flag ON), that is, the subtraction result of the 1st and 2nd bytes of the value 100 times the dividend is If the digit is down, proceed to step Si30, determine whether the value of the BC register is 0 or not, and if the subtraction result is no overflow (carry flag OFF), that is, the 1st to 2nd bytes of the 100 times value of the dividend. If the subtraction result does not result in a digit, the process jumps to step Si32. In step Si29, a jump instruction is executed to jump to a specified step when the carry flag is OFF, and when the subtraction result is no overflow (carry flag OFF), the process jumps to step Si32.

Si30においてBCレジスタの値が0でない場合、すなわちBCレジスタに格納された被除数の100倍値の3~4バイト目の値を桁下がりさせることで被除数の100倍値の1~2バイト目の値から除数の1~2バイト目の値を減算できる場合には、Si31のステップに進み、BCレジスタの値を1減算し、Si30においてBCレジスタの値が0の場合、すなわちBCレジスタに格納された被除数の100倍値の3~4バイト目の値を桁下がりさせることができず被除数の100倍値の1~2バイト目の値から除数の1~2バイト目の値を減算できない場合には、Si35のステップにジャンプする。Si30のステップでは、指定したレジスタの値が0の場合に指定したステップにジャンプさせるジャンプ命令を実行することで、BCレジスタの値が0の場合にSi35へジャンプさせる。 If the value of the BC register is not 0 in Si30, that is, if the value of the 1st and 2nd bytes of the divisor can be subtracted from the value of the 1st and 2nd bytes of the dividend multiplied by 100 stored in the BC register by carrying over the value of the 3rd and 4th bytes, proceed to step Si31 and subtract 1 from the value of the BC register. If the value of the BC register is 0 in Si30, that is, if the value of the 3rd and 4th bytes of the dividend multiplied by 100 stored in the BC register cannot be carried over and the value of the 1st and 2nd bytes of the divisor cannot be subtracted from the value of the 1st and 2nd bytes of the dividend multiplied by 100, jump to step Si35. In step Si30, a jump command is executed to jump to a specified step if the value of a specified register is 0, thereby jumping to Si35 if the value of the BC register is 0.

Si32でAレジスタの値を1加算した後、演算結果が0(ゼロフラグON)か否かを判定し(Si33)、演算結果が0でない場合(ゼロフラグOFF)には、Si34のステップに進み、Si20のステップへジャンプする。一方、Si33において演算結果が0(ゼロフラグON)の場合、すなわちSi32の加算によりAレジスタの値がオーバーフローすることで、FF(H)から00(H)となった場合には、Si35のステップにジャンプする。Si33のステップでは、ゼロフラグがONの場合に指定したステップにジャンプさせるジャンプ命令を実行することで、Aレジスタの値がSi32の加算により0となった場合にSi35へジャンプさせる。 After adding 1 to the value of the A register in Si32, it is determined whether the calculation result is 0 (zero flag ON) or not (Si33), and if the calculation result is not 0 (zero flag OFF), it proceeds to step Si34 and jumps to step Si20. On the other hand, if the calculation result is 0 (zero flag ON) in Si33, that is, if the addition in Si32 causes the value of the A register to overflow and change from FF (H) to 00 (H), it jumps to step Si35. In step Si33, a jump command is executed to jump to a specified step if the zero flag is ON, and if the value of the A register becomes 0 as a result of the addition in Si32, it jumps to Si35.

Si19においてAレジスタがクリアされて0となり、Si20~Si34において除数を減算した結果が0を下回り、次回除数で減算できなくなるまで被除数の100倍値から除数を繰り返し減算する処理を行い、除数が減算される毎にAレジスタの値が1加算されるため、Aレジスタには、除数を減算した結果が0を下回るまで被除数の100倍値から除数が減算された回数、すなわち除数に対する被除数の100分率が格納されることとなる。 The A register is cleared to 0 in Si19, and the result of subtracting the divisor in Si20 to Si34 is less than 0, and the process of repeatedly subtracting the divisor from the 100 times value of the dividend is performed until the result of subtracting the divisor becomes less than 0. The A register value is incremented by 1 each time the divisor is subtracted, so the A register contains the number of times the divisor was subtracted from 100 times the dividend until the result of subtracting the divisor is less than 0. The rate will be stored.

また、除数を減算した結果が0を下回らずにAレジスタの値がオーバーフローして0となり、ゼロフラグが設定された場合、すなわち被除数の100倍値から除数を減算した回数が256回に到達した場合には、Si20~Si34において被除数の100倍値から除数を減算する処理が終了することとなる。 In addition, if the result of subtracting the divisor does not fall below 0 and the value of the A register overflows to 0, setting the zero flag, i.e., if the number of times the divisor has been subtracted from 100 times the dividend reaches 256, the process of subtracting the divisor from 100 times the dividend in Si20 to Si34 ends.

Si20~Si34における被除数の100倍値から除数を減算する処理が終了した後、Aレジスタの値と100を比較する(Si35)。この際、Aレジスタの値が100未満であればキャリーフラグON、ゼロフラグOFFとなり、Aレジスタの値が100であればキャリーフラグOFF、ゼロフラグONとなり、Aレジスタの値が100を超える場合にはキャリーフラグOFF、ゼロフラグOFFとなる。Si35の比較においてAレジスタの値が100以上(キャリーフラグOFF)であれば、Aレジスタに99を格納し(Si37)、リターン命令により呼出元の処理に復帰する。一方、Si35の比較においてAレジスタの値が100未満であれば、リターン命令にジャンプし、呼出元の処理に復帰する。これにより、Aレジスタに格納されている値が100以上の場合には、99に補正されることとなる。 After completing the process of subtracting the divisor from the 100 times value of the dividend in Si20 to Si34, the value of the A register is compared with 100 (Si35). At this time, if the value of the A register is less than 100, the carry flag is ON and the zero flag is OFF, if the value of the A register is 100, the carry flag is OFF and the zero flag is ON, and if the value of the A register is over 100, the carry flag is ON. The flag becomes OFF, and the zero flag becomes OFF. If the value of the A register is 100 or more (carry flag OFF) in the comparison of Si35, 99 is stored in the A register (Si37), and the return instruction returns to the calling process. On the other hand, if the value of the A register is less than 100 in the Si35 comparison, the process jumps to the return instruction and returns to the calling process. As a result, if the value stored in the A register is 100 or more, it will be corrected to 99.

このように3バイト割り算処理では、まず被除数を100倍した後、除数を減算した結果が0を下回るまで被除数の100倍値から除数を繰り返し減算する処理を行い、除数を減算した結果が0を下回るまで被除数の100倍値から除数が減算された回数を除数に対する被除数の100分率として算出するようになっている。 In this way, in the 3-byte division process, the dividend is first multiplied by 100, and then the divisor is repeatedly subtracted from the 100 times value of the dividend until the result of subtracting the divisor becomes less than 0. The number of times the divisor is subtracted from the 100 times value of the dividend is calculated as the 100th ratio of the dividend to the divisor.

また、通常であれば、被除数が除数よりも大きくなることはなく、除数を減算した結果が0を下回るまで被除数の100倍値から除数が減算された回数が100を超えて、被除数の100倍値から除数を減算する処理が行われることはないが、除数が0の場合やデータが破壊された結果、除数が極端に小さい値となってしまった場合など、被除数の100倍値から除数が減算された回数が100を超えているにも関わらず、除数を減算した結果が0を下回らない状況が生じ得るため、このような場合には、被除数の100倍値から除数を減算した回数が100を超える特定値(256)に到達した場合に、異常と判断して被除数の100倍値から除数を減算する処理を終了させるようになっており、被除数の100倍値から除数を減算する処理が終了しなくなってしまうことが防止されるようになっている。 Also, under normal circumstances, the dividend will never be larger than the divisor, and the number of times the divisor is subtracted from 100 times the dividend will exceed 100 until the result of subtracting the divisor is less than 0. The divisor is not subtracted from the value, but if the divisor is 0 or the divisor becomes an extremely small value as a result of data destruction, the divisor may be subtracted from the value 100 times the dividend. Even though the number of subtractions exceeds 100, the result of subtracting the divisor may not be less than 0. In such a case, the number of times the divisor is subtracted from 100 times the dividend is If a specific value (256) exceeding 100 is reached, it is determined that it is abnormal and the process of subtracting the divisor from the 100 times value of the dividend is terminated. This prevents the program from not completing.

また、被除数の100倍値から除数を減算した回数を計数して100を超える特定値に到達したか否かを判断するのではなく、被除数の100倍値から除数を減算した回数が格納されるAレジスタの値が、256回減算することでオーバーフローするとともに、Aレジスタの値が演算の結果、オーバーフローした場合にゼロフラグがONとなることを利用し、減算の結果、Aレジスタがオーバーフローした際に設定されるONとなるゼロフラグがONとなったか否かを判定するのみで、100を超える特定値(256)に到達したことを判断するようになっている。このため、被除数の100倍値から除数を減算する毎に特定値を初期値とする数値を減算し、当該数値が0となることで減算回数が特定値となったことを判断するものや、減算回数と特定値を比較し、比較結果が一致することで減算回数が特定値となったことを判断するものに比較してプログラム容量を減らすことができる。尚、Aレジスタの値が演算の結果、オーバーフローした場合にキャリーフラグがONとなることを利用し、減算の結果、Aレジスタがオーバーフローした際にONとなるキャリーフラグがONとなったか否かを判定することで、100を超える特定値(256)に到達したことを判断するようにしても良い。 Also, instead of counting the number of times the divisor has been subtracted from the 100 times value of the dividend to determine whether a specific value exceeding 100 has been reached, the number of times the divisor has been subtracted from the 100 times the dividend is stored. Taking advantage of the fact that the value of the A register overflows when subtracted 256 times and the zero flag turns ON when the value of the A register overflows as a result of an operation, when the A register overflows as a result of subtraction, It is determined that a specific value (256) exceeding 100 has been reached simply by determining whether or not the zero flag that is set to ON is turned ON. For this reason, each time the divisor is subtracted from the 100 times value of the dividend, a number with a specific value as the initial value is subtracted, and when the number becomes 0, it is determined that the number of subtractions has reached a specific value, The program capacity can be reduced compared to a method in which the number of subtractions is compared with a specific value, and if the comparison results match, it is determined that the number of subtractions has reached a specific value. In addition, by using the fact that the carry flag turns ON when the value of the A register overflows as a result of an operation, it is possible to check whether the carry flag, which turns ON when the A register overflows as a result of subtraction, has turned ON. By making this determination, it may be determined that a specific value (256) exceeding 100 has been reached.

また、被除数の100倍値から除数を減算した後、ゼロフラグがONである場合に、指定したプログラムへジャンプさせるジャンプ命令により、被除数の100倍値から除数を減算した回数が100を超える特定値(256)に到達した場合に、異常と判断して被除数の100倍値から除数を減算する処理を終了させるようになっており、一のジャンプ命令によりゼロフラグがONであるか否かの判定及び異常に伴うプログラムへの移動が可能となる。 In addition, after subtracting the divisor from 100 times the dividend, if the zero flag is ON, a jump command is issued to jump to a specified program. If the number of times the divisor has been subtracted from 100 times the dividend reaches a specific value (256) that exceeds 100, an abnormality is determined and the process of subtracting the divisor from 100 times the dividend is terminated. A single jump command makes it possible to determine whether the zero flag is ON and to move to a program associated with the abnormality.

また、3バイトデータ割り算処理を実行する前に、被除数が格納されたRAM41cの領域の先頭アドレスがHLレジスタに格納され、除数が格納されたRAM41cの領域の先頭アドレスがDEレジスタに格納され、3バイトデータ割り算処理では、HLレジスタに格納されたアドレスから被除数を特定し、DEレジスタに格納されたアドレスから除数を特定することとなるが、3バイト割り算処理では、被除数を100倍する処理を行う前に、DEレジスタに格納された除数の格納アドレスをスタックに退避し、除数の格納アドレスが格納されたDEレジスタを被除数を100倍する処理に用いるとともに、被除数を100倍する処理の後、スタックに退避した除数のアドレスを復帰させることで、除数を取得し、被除数の100倍値から除数を減算する処理を行うようになっており、除数を特定するアドレスを保護しつつ、除数を特定するアドレスが格納されたレジスタを用いて被除数の100倍値を算出することができる。 Before executing the 3-byte data division process, the top address of the area in RAM 41c in which the dividend is stored is stored in the HL register, and the top address of the area in RAM 41c in which the divisor is stored is stored in the DE register. In the 3-byte data division process, the dividend is identified from the address stored in the HL register, and the divisor is identified from the address stored in the DE register. In the 3-byte division process, before the process of multiplying the dividend by 100 is performed, the storage address of the divisor stored in the DE register is saved to the stack, and the DE register in which the storage address of the divisor is stored is used in the process of multiplying the dividend by 100. After the process of multiplying the dividend by 100, the address of the divisor saved in the stack is restored to obtain the divisor, and the process of subtracting the divisor from the 100-fold value of the dividend is performed. This allows the 100-fold value of the dividend to be calculated using the register in which the address specifying the divisor is stored while protecting the address specifying the divisor.

また、メイン制御部41は、最大2バイトの演算が可能であるが、被除数及び除数は3バイトとなり得る値であるため、被除数を100倍する処理及び被除数の100倍値から除数を減算する処理においては、1~2バイト目の演算と、3バイト目の演算と、を別に行うようになっており、除数や被除数の100倍値が演算可能な2バイトを超えた場合でも除数に対する被除数の百分率を算出することができる。 The main control unit 41 is capable of a maximum of 2-byte calculations, but since the dividend and divisor can be 3-byte values, the main control unit 41 also performs processing for multiplying the dividend by 100 and subtracting the divisor from the 100-fold value of the dividend. , the calculations for the 1st and 2nd bytes and the calculations for the 3rd byte are performed separately, and even if the divisor or the 100 times value of the dividend exceeds the 2 bytes that can be calculated, the calculation of the dividend relative to the divisor is Percentages can be calculated.

また、除数に対する被除数の百分率は、遊技機情報表示器50のうち2桁の表示器で表示されることとなるが、被除数の100倍値から除数が減算された回数が100以上の場合には、99に補正されるようになっており、被除数の100倍値から除数が減算された回数から算出される除数に対する被除数の百分率の値が100以上である場合に、2桁の表示器で表示される場合であっても表示可能な最大値である99で表示されるため、除数に対する被除数の百分率が99%以上の大きい値であることを認識させることができる。 Further, the percentage of the dividend to the divisor will be displayed on the two-digit display of the gaming machine information display 50, but if the number of times the divisor is subtracted from the 100 times value of the dividend is 100 or more, , 99, and if the percentage of the dividend to the divisor calculated from the number of times the divisor is subtracted from the 100 times value of the dividend is 100 or more, it will be displayed on a two-digit display. Even if the value is 99, which is the maximum value that can be displayed, it is displayed as 99, so it can be recognized that the percentage of the dividend to the divisor is a large value of 99% or more.

また、3バイトデータ割り算処理及び3バイトデータ割り算処理に用いられる除数及び被除数を更新する処理の実行中は割込が禁止されるようになっており、除数及び被除数が更新される期間及び除数に対する被除数の百分率が算出される期間において割込処理が実行されることで、除数、被除数、除数に対する被除数の百分率を算出する際の数値が破壊され、意図しない数値となってしまうことを防止できる。 In addition, interrupts are prohibited during the execution of the 3-byte data division process and the process of updating the divisor and dividend used in the 3-byte data division process. By executing interrupt processes during the period when the divisor and dividend are updated and during the period when the percentage of the dividend to the divisor is calculated, it is possible to prevent the numerical values used when calculating the divisor, dividend, and the percentage of the dividend to the divisor from being corrupted and becoming unintended numerical values.

[3バイトデータ割り算処理の変形例について]
次に、3バイトデータ割り算処理の変形例について説明する。
[Modification of 3-byte data division process]
Next, a modified example of the 3-byte data division process will be described.

本実施例の3バイトデータ割り算処理では、まず被除数を100倍した後、除数を減算した結果が0を下回るまで被除数の100倍値から除数を繰り返し減算する処理を行い、除数を減算した結果が0を下回るまで被除数の100倍値から除数が減算された回数を除数に対する被除数の100分率として算出するのに対し、変形例の3バイトデータ割り算処理では、まず被除数を200倍した後、除数を減算した結果が0を下回るまで被除数の200倍値から除数を繰り返し減算する処理を行い、除数を減算した結果が0を下回るまで被除数の200倍値から除数が減算された回数を1/2倍した値を除数に対する被除数の100分率として算出するようになっている。 In the 3-byte data division process of this embodiment, the dividend is first multiplied by 100, and then the divisor is repeatedly subtracted from 100 times the dividend until the result of subtracting the divisor falls below 0. The number of times the divisor is subtracted from 100 times the dividend until the result of subtracting the divisor falls below 0 is calculated as a percentage of the dividend to the divisor. In contrast, in the 3-byte data division process of the modified example, the dividend is first multiplied by 200, and then the divisor is repeatedly subtracted from 200 times the dividend until the result of subtracting the divisor falls below 0. The number of times the divisor is subtracted from 200 times the dividend until the result of subtracting the divisor falls below 0 is multiplied by 1/2 and calculated as a percentage of the dividend to the divisor.

図34及び図35は、3バイトデータ割り算処理の変形例の制御内容を示すフローチャートである。尚、ここでは、図33及び図34に示す3バイトデータ割り算処理と異なる点のみ説明する。 Figures 34 and 35 are flowcharts showing the control content of a modified example of the 3-byte data division process. Note that only the differences from the 3-byte data division process shown in Figures 33 and 34 will be explained here.

3バイト割り算処理の変形例では、Si4においてAレジスタに200が格納され、Si5~Si7において被除数の1~2バイト目がDEレジスタの値に加算される毎にAレジスタの値が1減算されるため、Si4~Si9において被除数の1~2バイト目の値が200倍されることとなる。また、Si12においてAレジスタに200が格納され、Si13~Si15において被除数の3バイト目がCレジスタの値に加算される毎にAレジスタの値が1減算されるため、Si13~Si17において被除数の3バイト目の値が200倍されることとなる。これにより、Si4~Si17において被除数が200倍され、DEレジスタに被除数の200倍値の1~2バイト目の値が格納され、BCレジスタに被除数の200倍値の3~4バイト目の値が格納されることとなる。 In a modified example of 3-byte division processing, 200 is stored in the A register in Si4, and 1 is subtracted from the value in the A register each time the first to second bytes of the dividend are added to the value in the DE register in Si5 to Si7. Therefore, in Si4 to Si9, the values of the first and second bytes of the dividend are multiplied by 200. Also, in Si12, 200 is stored in the A register, and in Si13 to Si15, the value of the A register is subtracted by 1 every time the third byte of the dividend is added to the value of the C register, so in Si13 to Si17, 3 of the dividend is The value of the byte will be multiplied by 200. As a result, the dividend is multiplied by 200 in Si4 to Si17, the 1st and 2nd byte values of the 200 times the dividend are stored in the DE register, and the 3rd and 4th bytes of the 200 times the dividend are stored in the BC register. It will be stored.

また、3バイト割り算処理の変形例では、Si19においてAレジスタがクリアされて0となり、Si20~Si34において除数を減算した結果が0を下回り、次回除数で減算できなくなるまで被除数の200倍値から除数を繰り返し減算する処理を行い、除数が減算される毎にAレジスタの値が1加算されるため、Aレジスタには、除数を減算した結果が0を下回るまで被除数の200倍値から除数が減算された回数が格納される。また、Si20~Si34における被除数の200倍値から除数を減算する処理が終了した後、Si34.5のステップにジャンプするようになっており、Si34.5において、Aレジスタの値を1ビット右シフトすることで、Aレジスタの値、すなわち除数を減算した結果が0を下回るまで被除数の200倍値から除数が減算された回数を1/2倍することで、Aレジスタに除数に対する被除数の100分率が格納されることとなる。 In addition, in a modified example of 3-byte division processing, the A register is cleared to 0 in Si19, and the result of subtracting the divisor in Si20 to Si34 is less than 0, and the divisor is subtracted from the 200 times value of the dividend until it becomes impossible to subtract with the divisor next time. is repeatedly subtracted, and each time the divisor is subtracted, the value of the A register is incremented by 1. Therefore, the divisor is subtracted from the 200 times value of the dividend until the result of subtracting the divisor is less than 0. The number of times it has been performed is stored. Also, after the process of subtracting the divisor from the 200 times value of the dividend in Si20 to Si34 is completed, the process jumps to the step of Si34.5, and in Si34.5, the value of the A register is shifted to the right by 1 bit. By doing so, by multiplying the number of times the divisor is subtracted from the 200 times value of the dividend by 1/2 until the value of the A register, that is, the result of subtracting the divisor, is less than 0, the value of the dividend divided by the divisor is stored in the A register. The rate will be stored.

また、除数を減算した結果が0を下回らずにAレジスタの値がオーバーフローして0となり、ゼロフラグが設定された場合、すなわち被除数の200倍値から除数を減算した回数が256回に到達した場合には、Si20~Si34において被除数の200倍値から除数を減算する処理が終了することとなる。 In addition, if the result of subtracting the divisor does not fall below 0 and the value of the A register overflows to 0, setting the zero flag, i.e., if the number of times the divisor has been subtracted from 200 times the dividend reaches 256, the process of subtracting the divisor from 200 times the dividend in Si20 to Si34 ends.

このように3バイト割り算処理の変形例では、まず被除数を200倍した後、除数を減算した結果が0を下回るまで被除数の200倍値から除数を繰り返し減算する処理を行い、除数を減算した結果が0を下回るまで被除数の200倍値から除数が減算された回数を1/2倍した値を除数に対する被除数の100分率として算出するようになっている。これにより、除数を減算した結果が0を下回るまで被除数の100倍値から除数が減算された回数を除数に対する被除数の100分率として算出するよりも正確な比率を算出することができる。 In this modified example of 3-byte division processing, first the dividend is multiplied by 200, and then the divisor is repeatedly subtracted from the 200 times value of the dividend until the result of subtracting the divisor is less than 0, and the result of subtracting the divisor is The value obtained by multiplying the number of times the divisor is subtracted from the 200 times value of the dividend by 1/2 until becomes less than 0 is calculated as the 100th ratio of the dividend to the divisor. This makes it possible to calculate a more accurate ratio than calculating the number of times the divisor is subtracted from 100 times the dividend until the result of subtracting the divisor becomes less than 0 as a 100% ratio of the dividend to the divisor.

また、通常であれば、被除数が除数よりも大きくなることはなく、除数を減算した結果が0を下回るまで被除数の200倍値から除数が減算された回数が200を超えて、被除数の200倍値から除数を減算する処理が行われることはないが、除数が0の場合やデータが破壊された結果、除数が極端に小さい値となってしまった場合など、被除数の200倍値から除数が減算された回数が200を超えているにも関わらず、除数を減算した結果が0を下回らない状況が生じ得るため、このような場合には、被除数の200倍値から除数を減算した回数が200を超える特定値(256)に到達した場合に、異常と判断して被除数の200倍値から除数を減算する処理を終了させるようになっており、被除数の200倍値から除数を減算する処理が終了しなくなってしまうことが防止されるようになっている。 In addition, normally, the dividend will never be greater than the divisor, and the number of times the divisor has been subtracted from the 200 times the dividend will never exceed 200, and the process of subtracting the divisor from the 200 times the dividend will never be performed until the result of subtracting the divisor falls below 0. However, when the divisor is 0 or when the data is corrupted and the divisor becomes an extremely small value, a situation may arise in which the result of subtracting the divisor does not fall below 0, even though the number of times the divisor has been subtracted from the 200 times the dividend exceeds 200. In such a case, when the number of times the divisor has been subtracted from the 200 times the dividend reaches a specific value (256) that exceeds 200, it is determined that an abnormality has occurred, and the process of subtracting the divisor from the 200 times the dividend is terminated, so that the process of subtracting the divisor from the 200 times the dividend will not end.

また、被除数の200倍値から除数を減算した回数を計数して200を超える特定値に到達したか否かを判断するのではなく、被除数の200倍値から除数を減算した回数が格納されるAレジスタの値が、256回減算することでオーバーフローするとともに、Aレジスタの値が演算の結果、オーバーフローした場合にゼロフラグがONとなることを利用し、減算の結果、Aレジスタがオーバーフローした際に設定されるONとなるゼロフラグがONとなったか否かを判定するのみで、200を超える特定値(256)に到達したことを判断するようになっている。このため、被除数の200倍値から除数を減算する毎に特定値を初期値とする数値を減算し、当該数値が0となることで減算回数が特定値となったことを判断するものや、減算回数と特定値を比較し、比較結果が一致することで減算回数が特定値となったことを判断するものに比較してプログラム容量を減らすことができる。尚、Aレジスタの値が演算の結果、オーバーフローした場合にキャリーフラグがONとなることを利用し、減算の結果、Aレジスタがオーバーフローした際にONとなるキャリーフラグのONとなったか否かを判定することで、200を超える特定値(256)に到達したことを判断するようにしても良い。 Also, instead of counting the number of times the divisor has been subtracted from the 200 times value of the dividend to determine whether a specific value exceeding 200 has been reached, the number of times the divisor has been subtracted from the 200 times value of the dividend is stored. Taking advantage of the fact that the value of the A register overflows when subtracted 256 times and the zero flag turns ON when the value of the A register overflows as a result of an operation, when the A register overflows as a result of subtraction, It is determined that a specific value (256) exceeding 200 has been reached by simply determining whether the zero flag that is set to ON has been turned ON. For this reason, each time the divisor is subtracted from the 200 times value of the dividend, a numerical value with a specific value as the initial value is subtracted, and when the numerical value becomes 0, it is determined that the number of subtractions has reached a specific value, The program capacity can be reduced compared to a method in which the number of subtractions is compared with a specific value, and if the comparison results match, it is determined that the number of subtractions has reached a specific value. In addition, by using the fact that the carry flag turns ON when the value of the A register overflows as a result of an operation, it is possible to check whether the carry flag, which turns ON when the A register overflows as a result of subtraction, is turned ON. By making this determination, it may be determined that a specific value (256) exceeding 200 has been reached.

また、被除数の200倍値から除数を減算した後、ゼロフラグがONである場合に、指定したプログラムへジャンプさせるジャンプ命令により、被除数の200倍値から除数を減算した回数が200を超える特定値(256)に到達した場合に、異常と判断して被除数の200倍値から除数を減算する処理を終了させるようになっており、一のジャンプ命令によりゼロフラグがONであるか否かの判定及び異常に伴うプログラムへの移動が可能となる。 In addition, after subtracting the divisor from 200 times the dividend, if the zero flag is ON, a jump command is issued to jump to a specified program. If the number of times the divisor has been subtracted from 200 times the dividend reaches a specific value (256) that exceeds 200, an abnormality is determined and the process of subtracting the divisor from 200 times the dividend is terminated. A single jump command makes it possible to determine whether the zero flag is ON and to move to a program associated with the abnormality.

また、3バイトデータ割り算処理を実行する前に、被除数が格納されたRAM41cの領域の先頭アドレスがHLレジスタに格納され、除数が格納されたRAM41cの領域の先頭アドレスがDEレジスタに格納され、3バイトデータ割り算処理では、HLレジスタに格納されたアドレスから被除数を特定し、DEレジスタに格納されたアドレスから除数を特定することとなるが、3バイト割り算処理では、被除数を200倍する処理を行う前に、DEレジスタに格納された除数の格納アドレスをスタックに退避し、除数の格納アドレスが格納されたDEレジスタを被除数を200倍する処理に用いるとともに、被除数を200倍する処理の後、スタックに退避した除数のアドレスを復帰させることで、除数を取得し、被除数の200倍値から除数を減算する処理を行うようになっており、除数を特定するアドレスを保護しつつ、除数を特定するアドレスが格納されたレジスタを用いて被除数の200倍値を算出することができる。 Also, before executing the 3-byte data division process, the start address of the area of RAM 41c where the dividend is stored is stored in the HL register, the start address of the area of RAM 41c where the divisor is stored is stored in the DE register, and the 3-byte data is stored in the DE register. In byte data division processing, the dividend is specified from the address stored in the HL register, and the divisor is specified from the address stored in the DE register, but in 3-byte division processing, the dividend is multiplied by 200. The storage address of the divisor stored in the DE register before is saved to the stack, and the DE register in which the storage address of the divisor is stored is used to multiply the dividend by 200, and after the process of multiplying the dividend by 200, the stack is saved. By restoring the divisor address that was saved in The value 200 times the dividend can be calculated using the register in which the address is stored.

また、メイン制御部41は、最大2バイトの演算が可能であるが、被除数及び除数は3バイトとなり得る値であるため、被除数を200倍する処理及び被除数の200倍値から除数を減算する処理においては、1~2バイト目の演算と、3バイト目の演算と、を別に行うようになっており、除数や被除数の200倍値が演算可能な2バイトを超えた場合でも除数に対する被除数の百分率を算出することができる。 The main control unit 41 is capable of a maximum of 2-byte arithmetic operations, but since the dividend and divisor can be 3-byte values, the main control unit 41 also performs processing for multiplying the dividend by 200 and subtracting the divisor from the 200-fold value of the dividend. , the calculations for the 1st and 2nd bytes and the calculations for the 3rd byte are performed separately, and even if the divisor or the 200 times value of the dividend exceeds the 2 bytes that can be calculated, the calculation of the dividend relative to the divisor is Percentages can be calculated.

また、除数に対する被除数の百分率は、遊技機情報表示器50のうち2桁の表示器で表示されることとなるが、被除数の200倍値から除数が減算された回数を1/2倍した値が100以上の場合には、99に補正されるようになっており、被除数の200倍値から除数が減算された回数から算出される除数に対する被除数の百分率の値が100以上である場合に、2桁の表示器で表示される場合であっても表示可能な最大値である99で表示されるため、除数に対する被除数の百分率が99%以上の大きい値であることを認識させることができる。 In addition, the percentage of the dividend to the divisor will be displayed on the two-digit display of the gaming machine information display 50, and it will be a value obtained by multiplying the number of times the divisor is subtracted from 200 times the dividend by 1/2. is 100 or more, it is corrected to 99, and if the value of the percentage of the dividend to the divisor calculated from the number of times the divisor is subtracted from the 200 times value of the dividend is 100 or more, Even when displayed on a two-digit display, the maximum value that can be displayed is 99, so it can be recognized that the percentage of the dividend to the divisor is a large value of 99% or more.

[3バイトデータ加算・格納処理について]
次に、メイン制御部41が各状態カウント処理、役物比率更新処理、連続役物比率更新処理、指示込役物比率更新処理において、役物払出比率、連続役物払出比率、指示込役物払出比率の算出に用いる3バイトのデータを加算する場合に実行可能であり、特に、遊技回数(総累計)や総累計払出枚数等、加算後のデータがオーバーフローする可能性のある場合に実行する3バイトデータ加算・格納処理について説明する。
[About 3-byte data addition and storage processing]
Next, we will explain the 3-byte data addition/storage process that can be executed when the main control unit 41 adds 3-byte data used to calculate the feature payout ratio, continuous feature payout ratio, and feature payout ratio with instruction in each state count process, feature ratio update process, continuous feature ratio update process, and feature ratio update process with instruction, and is particularly executed when there is a possibility of overflowing the data after addition, such as the number of games played (total cumulative) and the total cumulative number of payout coins.

メイン制御部41は、加算対象データが格納されたRAM41cの領域の先頭アドレスをHLレジスタに格納し、加算値をDEレジスタに格納した後、3バイトデータ加算・格納処理を実行することで、HLレジスタに格納されたアドレスから特定される加算対象データにDEレジスタに格納された加算値が加算されるとともに、加算結果がオーバーフローした場合には、加算対象データが加算値を加算する前の値に戻され、キャリーフラグがONとなることで、加算対象データを加算することでオーバーフローすることが特定されるようになっている。加算対象データは最大3バイトの値であり、RAM41cの連続する3バイトの領域に格納されており、連続する3バイトの領域のうち先頭アドレスの領域に1バイト目の値が格納され、先頭アドレス+1の領域に2バイト目の値が格納され、先頭アドレス+2の領域に3バイト目の値が格納されている。このため、加算対象アドレスが格納された領域の先頭アドレスを指定し、2バイトのデータを指定することで1~2バイト目の値を特定し、先頭アドレス+2のアドレスを指定し、1バイトのデータを指定することで3バイト目の値を特定することが可能とされている。 The main control unit 41 stores the top address of the area of RAM 41c where the data to be added is stored in the HL register, stores the addend in the DE register, and then executes a 3-byte data addition and storage process, whereby the addend stored in the DE register is added to the data to be added that is specified from the address stored in the HL register, and if the addition result overflows, the data to be added is returned to the value before the addend was added, and the carry flag is turned ON, so that it is specified that the overflow will occur when the data to be added is added. The data to be added is a maximum of 3 bytes, and is stored in a 3-byte area of contiguous RAM 41c, with the first byte value stored in the area of the top address of the 3-byte area, the second byte value stored in the area of the top address +1, and the third byte value stored in the area of the top address +2. Therefore, it is possible to specify the first and second byte values by specifying the top address of the area where the address to be added is stored and 2 bytes of data, and to specify the third byte value by specifying the address of the top address +2 and 1 byte of data.

また、メイン制御部41は、各状態カウント処理、役物比率更新処理、連続役物比率更新処理、指示込役物比率更新処理が実行される遊技機情報計算処理の実行中、割込禁止に設定しており、3バイトデータ加算・格納処理の実行中も割込が禁止されるようになっている。 In addition, the main control unit 41 prohibits interruptions during the execution of gaming machine information calculation processing in which each state count process, accessory ratio update process, continuous accessory ratio update process, and instruction-included accessory ratio update process are executed. This is set so that interrupts are prohibited even during execution of 3-byte data addition/storage processing.

図36は、メイン制御部41が実行する3バイトデータ加算・格納処理の制御内容を示すフローチャートである。 FIG. 36 is a flowchart showing the control details of the 3-byte data addition/storage process executed by the main control unit 41.

3バイトデータ加算・格納処理では、まず、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス)で指定するRAM41cの領域から取得した加算対象データの1~2バイト目の値を取得し、BCレジスタに格納する(Sj1)。 In the 3-byte data addition and storage process, first, the values of the first and second bytes of the data to be added are obtained from the area of RAM 41c specified by the address stored in the HL register (the first address of the data to be added), and stored in the BC register (Sj1).

次いで、DEレジスタに格納された加算値を、BCレジスタに格納された加算対象データの1~2バイト目の値に加算し(Sj2)、BCレジスタの値を、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス)で指定するRAM41cの領域に格納することで、RAM41cに格納されている加算対象データの1~2バイト目の値を加算値が加算されたデータに更新する(Sj3)。 Then, the addend stored in the DE register is added to the first and second byte values of the data to be added stored in the BC register (Sj2), and the value of the BC register is stored in an area of RAM 41c specified by the address stored in the HL register (the start address of the data to be added), thereby updating the first and second byte values of the data to be added stored in RAM 41c to data to which the addend value has been added (Sj3).

次いで、Sj2における加算対象データの1~2バイト目の加算結果がオーバーフロー(キャリーフラグON)したか否かを判定し(Sj4)、加算結果がオーバーフローなし(キャリーフラグOFF)の場合、すなわち加算対象データの1~2バイト目の加算結果が桁上がりしない場合には、リターン命令により呼出元の処理に復帰する。Sj4のステップでは、キャリーフラグがOFFの場合に呼出元の処理に復帰させるリターン命令を実行することで、加算結果がオーバーフローなし(キャリーフラグOFF)の場合に呼出元の処理に復帰させる。 Next, it is determined whether the addition result of the first and second bytes of the data to be added in Sj2 has overflowed (carry flag ON) (Sj4), and if the addition result does not overflow (carry flag OFF), that is, if the addition result of the first and second bytes of the data to be added does not carry over, a return command is issued to return to the process that called the program. In step Sj4, a return command is executed to return to the process that called the program if the carry flag is OFF, thereby returning to the process that called the program if the addition result does not overflow (carry flag OFF).

また、Sj4において加算結果がオーバーフローした場合(キャリーフラグON)、すなわち加算対象データの1~2バイト目の加算結果が桁上がりする場合には、Sj5のステップに進み、キャリーフラグを反転させてクリアし、キャリーフラグをOFFとする。 Also, if the addition result overflows in Sj4 (carry flag ON), that is, if the addition result of the 1st to 2nd bytes of the addition target data carries over, proceed to step Sj5, invert the carry flag and clear it. Then, the carry flag is turned OFF.

次いで、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス)に1加算する処理を2回行い(Sj6、Sj7)、HLレジスタに格納されているアドレスを、加算対象データの先頭アドレス+2(加算対象データの3バイト目のアドレス)とする。 Next, the process of adding 1 to the address stored in the HL register (the starting address of the data to be added) is performed twice (Sj6, Sj7), and the address stored in the HL register becomes the starting address of the data to be added + 2 (the address of the third byte of the data to be added).

次いで、HLレジスタに格納されているアドレス(加算対象データの3バイト目のアドレス)で指定するRAM41cの領域の値、すなわち加算対象データの3バイト目の値に1を加算し(Sj8)、1~2バイト目の加算による桁上がりを反映させる。 Next, 1 is added to the value of the area of RAM 41c specified by the address stored in the HL register (the address of the third byte of the data to be added), i.e., the value of the third byte of the data to be added (Sj8), to reflect the carry resulting from the addition of the first and second bytes.

次いで、Sj8における加算対象データの3バイト目の加算結果がオーバーフローなし(ゼロフラグOFF)か否かを判定し(Sj9)、加算結果がオーバーフローなし(ゼロフラグOFF)の場合、すなわち加算対象データの3バイト目の加算結果が桁上がりしない場合には、リターン命令により呼出元の処理に復帰する。Sj9のステップでは、ゼロフラグがOFFの場合に呼出元の処理に復帰させるリターン命令を実行することで、加算結果がオーバーフローなし(ゼロフラグOFF)の場合に呼出元の処理に復帰させる。 Next, it is determined whether the addition result of the third byte of the data to be added in Sj8 is no overflow (zero flag OFF) (Sj9), and if the addition result is no overflow (zero flag OFF), i.e., if the addition result of the third byte of the data to be added does not carry over, a return command is issued to return to the process that called the program. In step Sj9, a return command is executed to return to the process that called the program if the zero flag is OFF, thereby returning to the process that called the program if the addition result is no overflow (zero flag OFF).

また、Sj9において加算結果がオーバーフローした場合(ゼロフラグON)、すなわち加算対象データの3バイト目の加算結果が桁上がりするため、これ以上の更新が不可能な場合には、Sj10のステップに進み、HLレジスタに格納されているアドレス(加算対象データの3バイト目のアドレス)で指定するRAM41cの領域の値、すなわち加算対象データの3バイト目の値を1減算し(Sj10)、1~2バイト目の加算による桁上がりが反映される前の値とする。 In addition, if the addition result overflows in Sj9 (zero flag ON), that is, if the addition result of the third byte of the addition target data carries over, and no further update is possible, proceed to step Sj10, The value of the area of the RAM 41c specified by the address stored in the HL register (address of the 3rd byte of the data to be added), that is, the value of the 3rd byte of the data to be added, is subtracted by 1 (Sj10), and the result is 1 to 2 bytes. This is the value before the carry due to the addition of the second is reflected.

次いで、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス+2)から1減算する処理を2回行い(Sj11、Sj12)、HLレジスタに格納されているアドレスを、加算対象データの先頭アドレス(加算対象データの1~2バイト目のアドレス)とする。 Next, the process of subtracting 1 from the address stored in the HL register (starting address of the data to be added + 2) is performed twice (Sj11, Sj12), and the address stored in the HL register is set as the starting address of the data to be added. (address of the 1st and 2nd bytes of the data to be added).

次いで、DEレジスタに格納された加算値を、BCレジスタに格納された加算対象データの1~2バイト目の値から減算する(Sj13)。BCレジスタには、Sj2において加算対象データの1~2バイト目の値にDEレジスタの加算値が加算された値がクリアされずに保持されているため、BCレジスタに格納された値からDEレジスタに格納された加算値を減算することで、加算前の加算対象データの1~2バイト目の値となる。また、Sj13の減算結果は、必ずオーバーフローすることとなるため、キャリーフラグがONとなる。 Then, the addend stored in the DE register is subtracted from the first and second byte values of the data to be added stored in the BC register (Sj13). The BC register holds the value obtained by adding the addend value in the DE register to the first and second byte values of the data to be added in Sj2 without clearing it, so by subtracting the addend value stored in the DE register from the value stored in the BC register, the value becomes the first and second byte values of the data to be added before the addition. Also, the subtraction result in Sj13 will always overflow, so the carry flag is set ON.

次いで、BCレジスタの値を、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス)で指定するRAM41cの領域に格納することで、RAM41cに格納されている加算対象データの1~2バイト目の値を加算値が加算される前のデータに戻す(Sj14)。 Next, by storing the value of the BC register in the area of the RAM 41c specified by the address stored in the HL register (the first address of the data to be added), 1 to 2 bytes of the data to be added are stored in the RAM 41c. The eye value is returned to the data before the addition value was added (Sj14).

次いで、リターン命令を実行することで、呼出元の処理に復帰させる。 Then, execute the return command to return to the process that called it.

このように3バイトデータ加算・格納処理では、HLレジスタに格納されたアドレスから特定される加算対象データにDEレジスタに格納された加算値が加算されるとともに、加算結果がオーバーフローした場合には、加算対象データが加算値を加算する前の値に戻されるようになっており、意図しないデータを用いて役物払出比率、連続役物払出比率、指示込役物払出比率が算出されてしまうことを防止できる。特に、3バイトのデータがオーバーフローした結果、比率を算出する際の除数よりも被除数が大きくなってしまうことで、不正確な比率が算出されてしまうことを防止できる。 In this way, in the 3-byte data addition/storage process, the addition value stored in the DE register is added to the addition target data specified from the address stored in the HL register, and if the addition result overflows, The data to be added is returned to the value before adding the additional value, and the accessory payout ratio, continuous accessory payout ratio, and instructed accessory payout ratio are calculated using unintended data. can be prevented. In particular, it is possible to prevent an inaccurate ratio from being calculated due to the dividend being larger than the divisor when calculating the ratio as a result of overflow of 3 bytes of data.

また、加算結果がオーバーフローした場合には、3バイトデータ加算・格納処理の終了時にキャリーフラグがONとなることで、以後、加算対象データを加算することでオーバーフローする可能性が高い状況であることが特定されるようになっており、その後、該当するデータの加算を制限することで、無駄な処理を行わずに済む。 In addition, if the addition result overflows, the carry flag turns ON at the end of the 3-byte data addition and storage process, identifying a situation in which there is a high possibility of an overflow occurring if further data is added. After that, the addition of the corresponding data is restricted, avoiding unnecessary processing.

また、メイン制御部41は、最大2バイトの演算が可能であるが、加算対象データは3バイトとなり得る値であるため、加算対象データに加算値を加算する処理では、加算対象データの1~2バイト目の加算を行った後、1~2バイト目の加算結果がオーバーフローした場合に、加算対象データの3バイト目の加算を行うようになっており、加算対象データが演算可能な2バイトを超える場合でも、加算対象データの加算を行うことができる。 Furthermore, although the main control unit 41 is capable of arithmetic operations using a maximum of 2 bytes, the data to be added is a value that can be 3 bytes. After the addition of the 2nd byte, if the addition result of the 1st and 2nd bytes overflows, the 3rd byte of the data to be added is added, and the data to be added is 2 bytes that can be operated on. Even if it exceeds , the addition target data can be added.

また、加算対象データの1~2バイト目の加算を行った後、加算結果がオーバーフローした場合には、キャリーフラグがONとなってオーバーフローしたことを特定可能となり、その後、キャリーフラグをクリアしてOFFとした後に、加算対象データの3バイト目の加算を行うようになっており、加算対象データの1~2バイト目の加算結果がオーバーフローした場合にONとなる特定フラグをクリアした後、加算対象データの3バイト目の加算が行われるため、加算対象データの3バイト目の加算結果がオーバーフローしたか否かを特定フラグによって正確に判定することができる。 In addition, if the addition result overflows after adding the 1st and 2nd bytes of the addition target data, the carry flag turns ON, making it possible to identify the overflow, and then clearing the carry flag. After turning OFF, the third byte of the addition target data is added. After clearing a specific flag that turns ON when the addition result of the first to second bytes of addition target data overflows, the addition is performed. Since the third byte of the target data is added, it is possible to accurately determine whether or not the addition result of the third byte of the target data has overflowed using the specific flag.

また、加算対象データの1~2バイト目の加算を行った後、1~2バイト目の加算に用いたBCレジスタの値がクリアされずに保持されたまま、加算対象データの3バイト目の加算を行い、3バイト目の加算結果がオーバーフローした場合には、BCレジスタの値を用いて加算対象データの1~2バイト目の値を加算前の値に戻すようになっており、加算対象データを加算前の値に戻すにあたって、数値を読み出す必要がないため、プログラムを簡素化することができる。 In addition, after the addition of the 1st and 2nd bytes of the data to be added, the value of the BC register used for the addition of the 1st and 2nd bytes is not cleared and is held, and the value of the 3rd byte of the data to be added is If addition is performed and the addition result of the 3rd byte overflows, the value of the 1st and 2nd bytes of the addition target data is returned to the value before addition using the value of the BC register, and the addition target data is Since there is no need to read the numerical value when returning the data to the value before addition, the program can be simplified.

また、3バイトデータ加算・格納処理の実行中は割込が禁止されるようになっており、加算対象データが更新される期間において割込処理が実行されることで加算対象データが破壊され、意図しない数値を用いて比率が算出されてしまうことを防止できる。 In addition, interrupts are prohibited while the 3-byte data addition/storage process is being executed, and if the interrupt process is executed during the period when the addition target data is being updated, the addition target data will be destroyed. It is possible to prevent the ratio from being calculated using unintended numerical values.

[3バイトデータ1バイト加算処理について]
次に、メイン制御部41が役物比率更新処理、連続役物比率更新処理、指示込役物比率更新処理において3バイトのデータを加算する場合に実行可能であり、特に、入賞払出(6000累計)、役物払出(6000累計)、連続役物払出(6000累計)、指示込役物払出(6000累計)等、加算後のデータがオーバーフローする可能性のない場合に実行する3バイトデータ1バイト加算処理について説明する。
[About 3-byte data 1-byte addition process]
Next, it can be executed when the main control unit 41 adds 3 bytes of data in the accessory ratio update process, the continuous accessory ratio update process, and the instruction-inclusive accessory ratio update process. ), 3-byte data 1 byte to be executed when there is no possibility that the data after addition will overflow, such as accessory payout (6000 cumulative), continuous accessory payout (6000 cumulative), instruction-inclusive accessory payout (6000 cumulative), etc. Addition processing will be explained.

メイン制御部41は、加算対象データが格納されたRAM41cの領域の先頭アドレスをHLレジスタに格納し、加算値をBレジスタに格納した後、3バイトデータ1バイト加算処理を実行することで、HLレジスタに格納されたアドレスから特定される加算対象データにBレジスタに格納された加算値が加算されるようになっている。加算対象データは最大3バイトの値であり、RAM41cの連続する3バイトの領域に格納されており、連続する3バイトの領域のうち先頭アドレスの領域に1バイト目の値が格納され、先頭アドレス+1の領域に2バイト目の値が格納され、先頭アドレス+2の領域に3バイト目の値が格納されている。このため、加算対象アドレスが格納された領域の先頭アドレスを指定し、2バイトのデータを指定することで1~2バイト目の値を特定し、先頭アドレス+2のアドレスを指定し、1バイトのデータを指定することで3バイト目の値を特定することが可能とされている。 The main control unit 41 stores the start address of the area of the RAM 41c in which the data to be added is stored in the HL register, stores the added value in the B register, and then executes 3-byte data 1-byte addition processing. The addition value stored in the B register is added to the addition target data specified from the address stored in the register. The data to be added is a maximum of 3 bytes, and is stored in a continuous 3-byte area of the RAM 41c.The value of the 1st byte is stored in the first address area of the continuous 3-byte area, and the first address is The value of the second byte is stored in the area of +1, and the value of the third byte is stored in the area of the start address +2. Therefore, specify the start address of the area where the addition target address is stored, specify the 2-byte data to specify the 1st and 2nd byte values, specify the start address + 2 address, and specify the 1-byte data. It is possible to specify the value of the third byte by specifying the data.

また、メイン制御部41は、各状態カウント処理、役物比率更新処理、連続役物比率更新処理、指示込役物比率更新処理が実行される遊技機情報計算処理の実行中、割込禁止に設定しており、3バイトデータ1バイト加算処理の実行中も割込が禁止されるようになっている。 The main control unit 41 also prohibits interrupts during the execution of the gaming machine information calculation process, which executes the state count process, the role ratio update process, the continuous role ratio update process, and the instruction-based role ratio update process, and is also set to prohibit interrupts during the execution of the 3-byte data 1-byte addition process.

図37(a)は、メイン制御部41が実行する3バイトデータ1バイト加算処理の制御内容を示すフローチャートである。 Figure 37 (a) is a flowchart showing the control content of the 3-byte data 1-byte addition process executed by the main control unit 41.

3バイトデータ1バイト加算処理では、まず、Cレジスタに桁上がり時に用いられる1を格納し(Sk1)、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス)で指定するRAM41cの領域から取得した加算対象データの1~2バイト目の値を取得し、DEレジスタに格納する(Sk2)。 In the process of adding 1 byte of 3-byte data, first, the value 1 used for carry is stored in the C register (Sk1), and the values of the 1st and 2nd bytes of the data to be added are obtained from the area of RAM 41c specified by the address stored in the HL register (the start address of the data to be added), and stored in the DE register (Sk2).

次いで、AレジスタにBレジスタに格納された加算値を格納し(Sk3)、Aレジスタに格納された加算値を、DEレジスタに格納された加算対象データの1~2バイト目の値に加算し(Sk4)、DEレジスタの値を、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス)で指定するRAM41cの領域に格納することで、RAM41cに格納されている加算対象データの1~2バイト目の値を加算値が加算されたデータに更新する(Sk5)。 Then, the addend stored in the B register is stored in the A register (Sk3), the addend stored in the A register is added to the 1st and 2nd byte values of the data to be added stored in the DE register (Sk4), and the value of the DE register is stored in an area of RAM 41c specified by the address stored in the HL register (the start address of the data to be added), thereby updating the 1st and 2nd byte values of the data to be added stored in RAM 41c to data to which the addend has been added (Sk5).

次いで、Sk4における加算対象データの1~2バイト目の加算結果がオーバーフロー(キャリーフラグON)したか否かを判定し(Sk6)、加算結果がオーバーフロー(キャリーフラグON)した場合、すなわち加算対象データの1~2バイト目の加算結果が桁上がりする場合には、Sk8のステップにジャンプし、加算結果がオーバーフローなし(キャリーフラグOFF)の場合、すなわち加算対象データの1~2バイト目の加算結果が桁上がりしない場合には、Sk7のステップに進み、Cレジスタに0を格納した後、Sk8のステップに進む。Sk6のステップでは、キャリーフラグがONの場合に指定したステップにジャンプさせるジャンプ命令を実行することで、加算結果がオーバーフロー(キャリーフラグON)した場合にSk8のステップにジャンプさせる。 Next, it is determined whether the addition result of the first to second bytes of the addition target data in Sk4 has overflowed (carry flag ON) (Sk6), and if the addition result has overflowed (carry flag ON), that is, the addition target data If the addition result of the 1st to 2nd bytes of the data is a carry, jump to step Sk8, and if the addition result has no overflow (carry flag OFF), that is, the addition result of the 1st to 2nd bytes of the addition target data. If it does not carry over, the process proceeds to step Sk7, stores 0 in the C register, and then proceeds to step Sk8. In step Sk6, a jump instruction is executed to jump to a specified step when the carry flag is ON, and when the addition result overflows (carry flag is ON), the process jumps to step Sk8.

Sk8では、キャリーフラグをクリアしてOFFとする。次いで、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス)に1加算する処理を2回行い(Sk9、Sk10)、HLレジスタに格納されているアドレスを、加算対象データの先頭アドレス+2(加算対象データの3バイト目のアドレス)とする。 At Sk8, the carry flag is cleared and turned OFF. Next, the process of adding 1 to the address stored in the HL register (the starting address of the data to be added) is performed twice (Sk9, Sk10), and the address stored in the HL register is set to the starting address of the data to be added + 2. (address of the third byte of the data to be added).

次いで、HLレジスタに格納されているアドレス(加算対象データの3バイト目のアドレス)で指定するRAM41cの領域の値、すなわち加算対象データの3バイト目の値を取得し、Cレジスタの値に加算し(Sk11)、加算後のCレジスタの値を、HLレジスタに格納されているアドレス(加算対象データの3バイト目のアドレス)で指定するRAM41cの領域に格納することで、RAM41cに格納されている加算対象データの3バイト目の値をCレジスタの値に更新する(Sk12)。この際、Sk6において加算結果がオーバーフロー(キャリーフラグON)した場合、すなわち加算対象データの1~2バイト目の加算結果が桁上がりする場合には、Cレジスタに1が格納されているため、加算対象データの3バイト目の値に、1~2バイト目の加算による桁上がりが反映される。一方、Sk6において加算結果がオーバーフローなし(キャリーフラグOFF)の場合、すなわち加算対象データの1~2バイト目の加算結果が桁上がりしない場合には、Cレジスタに0が格納されているため、加算対象データの3バイト目の値は変化しない。 Next, the value of the area of RAM 41c specified by the address stored in the HL register (the address of the third byte of the data to be added), i.e., the value of the third byte of the data to be added, is obtained and added to the value of the C register (Sk11), and the value of the C register after the addition is stored in the area of RAM 41c specified by the address stored in the HL register (the address of the third byte of the data to be added), thereby updating the value of the third byte of the data to be added stored in RAM 41c to the value of the C register (Sk12). At this time, if the addition result in Sk6 overflows (carry flag ON), i.e., if the addition result of the first and second bytes of the data to be added is carried over, since 1 is stored in the C register, the carry due to the addition of the first and second bytes is reflected in the value of the third byte of the data to be added. On the other hand, if the addition result in Sk6 does not overflow (carry flag OFF), i.e., if the addition result of the first and second bytes of the data to be added is not carried over, since 0 is stored in the C register, the value of the third byte of the data to be added does not change.

次いで、HLレジスタの値を1加算し(Sk13)、次の加算対象データの先頭アドレスとし、リターン命令により、呼出元の処理に復帰させる。 Then, the value of the HL register is incremented by 1 (Sk13), which becomes the starting address of the next data to be added, and the return command is used to return to the process that called the command.

このように3バイトデータ1バイト加算処理では、HLレジスタに格納されたアドレスから特定される加算対象データにBレジスタに格納された加算値が加算されるようになっている。 In this manner, in the 3-byte data 1-byte addition process, the addition value stored in the B register is added to the addition target data specified from the address stored in the HL register.

また、加算対象データの1~2バイト目の値が桁上がりするか否かに関わらず、Cレジスタに1を設定した後、加算対象データの1~2バイト目の値が桁上がりしない場合には、Cレジスタに0を設定することで、Cレジスタの値を1から0に変更し、その後、加算対象データの1~2バイト目の値が桁上がりするか否かに関わらず、Cレジスタの値を加算対象データの3バイト目の値に加算する処理を行うことで、加算対象データの1~2バイト目の値が桁上がりする場合には、加算対象データの3バイト目の値が1加算され、桁上がりが反映される一方、加算対象データの1~2バイト目の値が桁上がりしない場合には、加算対象データの3バイト目の値が変化しないようになっており、加算対象データの1~2バイト目の値が桁上がりする場合にも、加算対象データの1~2バイト目の値が桁上がりしない場合にも、Cレジスタに1を設定するとともに、Cレジスタに設定された値を加算対象データの3バイト目の値に加算する共通の処理を行うことで、加算対象データの1~2バイト目の値が桁上がりする場合には、加算対象データの3バイト目の値に1を加算することができ、加算対象データの1~2バイト目の値が桁上がりしない場合には、加算対象データの3バイト目の値を更新しないようにできる。 Also, regardless of whether the value of the 1st to 2nd bytes of the data to be added is carried over or not, if the value of the 1st to 2nd bytes of the data to be added does not carry up after setting the C register to 1, changes the value of the C register from 1 to 0 by setting 0 to the C register, and then changes the value of the C register from 1 to 0 regardless of whether the value of the 1st to 2nd bytes of the data to be added carries up or not. By performing the process of adding the value of to the value of the 3rd byte of the data to be added, if the value of the 1st to 2nd bytes of the data to be added carries up, the value of the 3rd byte of the data to be added is 1 is added and the carry is reflected, but if the value of the 1st and 2nd bytes of the addition target data does not carry, the value of the 3rd byte of the addition target data does not change, and the addition Even if the value of the 1st to 2nd bytes of the target data carries up, or if the value of the 1st to 2nd bytes of the addition target data does not carry up, set the C register to 1. By performing a common process of adding the value added to the value of the third byte of the data to be added, if the value of the first to second bytes of the data to be added carries up, the value added to the third byte of the data to be added is 1 can be added to the value of , and if the value of the 1st and 2nd bytes of the addition target data does not carry over, the value of the 3rd byte of the addition target data can be prevented from being updated.

このため、3バイトデータ1バイト加算処理を実行する場合に、加算対象データの1~2バイト目の値が桁上がりしない場合には、図37(b)に示すように、Sk1、Sk2、Sk3、Sk4、Sk5、Sk6、Sk7、Sk8、Sk9、Sk10、Sk11、Sk12、Sk13のステップが実行され、加算対象データの1~2バイト目の値が桁上がりする場合には、図37(c)に示すように、Sk1、Sk2、Sk3、Sk4、Sk5、Sk6、Sk8、Sk9、Sk10、Sk11、Sk12、Sk13のステップが実行されることとなり、加算対象データの1~2バイト目の値が桁上がりするのを待つことなく、3バイトデータ1バイト加算処理を構成する全てのステップが実行されるようになっている。 Therefore, when performing 1-byte addition of 3-byte data, if the 1st and 2nd byte values of the addition target data do not carry over, as shown in FIG. 37(b), Sk1, Sk2, Sk3 , Sk4, Sk5, Sk6, Sk7, Sk8, Sk9, Sk10, Sk11, Sk12, and Sk13 are executed, and when the value of the 1st and 2nd bytes of the addition target data is carried over, as shown in FIG. 37(c) As shown in the figure, the steps Sk1, Sk2, Sk3, Sk4, Sk5, Sk6, Sk8, Sk9, Sk10, Sk11, Sk12, and Sk13 are executed, and the value of the 1st and 2nd bytes of the data to be added is a digit. All steps constituting the 3-byte data 1-byte addition process are executed without waiting for the data to rise.

また、3バイトデータ1バイト加算処理の実行中は割込が禁止されるようになっており、加算対象データが更新される期間において割込処理が実行されることで加算対象データが破壊され、意図しない数値となってしまうことを防止できる。 In addition, interrupts are prohibited while the process of adding 1 byte of 3-byte data is in progress, which prevents the data being corrupted and resulting in an unintended value due to an interrupt being executed while the data being added is being updated.

また、加算対象データの1~2バイト目の加算を行った後、加算結果がオーバーフローした場合には、キャリーフラグがONとなってオーバーフローしたことを特定可能となり、その後、キャリーフラグをクリアしてOFFとした後に、加算対象データの3バイト目の加算を行うようになっており、加算対象データの1~2バイト目の加算結果がオーバーフローした場合にONとなる特定フラグをクリアした後、加算対象データの3バイト目の加算が行われるため、演算結果がオーバーフローする毎にキャリーフラグによって正確に判定することができる。 In addition, if the addition result overflows after adding the 1st and 2nd bytes of the addition target data, the carry flag turns ON, making it possible to identify the overflow, and then clearing the carry flag. After turning OFF, the third byte of the addition target data is added. After clearing a specific flag that turns ON when the addition result of the first to second bytes of addition target data overflows, the addition is performed. Since the third byte of the target data is added, each time the operation result overflows, it can be determined accurately using the carry flag.

[従来の3バイトデータ加算処理について]
図38(a)は、従来の3バイトデータ加算処理の制御内容を示すフローチャートである。尚、従来の3バイトデータ加算処理では、加算対象データが格納されたRAM41cの領域の先頭アドレスをHLレジスタに格納し、加算値をDEレジスタに格納するものとする。
[About conventional 3-byte data addition processing]
FIG. 38(a) is a flowchart showing control details of conventional 3-byte data addition processing. In the conventional 3-byte data addition process, it is assumed that the start address of the area of the RAM 41c in which the data to be added is stored is stored in the HL register, and the added value is stored in the DE register.

従来の3バイトデータ加算処理では、まず、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス)で指定するRAM41cの領域から取得した加算対象データの1~2バイト目の値を取得し、BCレジスタに格納する(Sk001)。 In conventional 3-byte data addition processing, the first two bytes of the data to be added are obtained from the area of RAM 41c specified by the address stored in the HL register (the start address of the data to be added), and stored in the BC register (Sk001).

次いで、DEレジスタに格納された加算値を、BCレジスタに格納された加算対象データの1~2バイト目の値に加算し(Sk002)、BCレジスタの値を、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス)で指定するRAM41cの領域に格納することで、RAM41cに格納されている加算対象データの1~2バイト目の値を加算値が加算されたデータに更新する(Sk003)。 Next, the addition value stored in the DE register is added to the value of the 1st and 2nd bytes of the addition target data stored in the BC register (Sk002), and the value of the BC register is added to the address stored in the HL register. (Sk003 ).

次いで、Sk002における加算対象データの1~2バイト目の加算結果がオーバーフロー(キャリーフラグON)したか否かを判定し(Sk004)、加算結果がオーバーフローなし(キャリーフラグOFF)の場合、すなわち加算対象データの1~2バイト目の加算結果が桁上がりしない場合には、Sk010のステップにジャンプし、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス)に1加算する処理を3回行い(Sk010、Sk011、Sk012)、次の加算対象データの先頭アドレスとし、リターン命令により、呼出元の処理に復帰させる。 Next, it is determined whether the result of the addition of the first and second bytes of the data to be added in Sk002 has overflowed (carry flag ON) (Sk004). If the result of the addition has not overflowed (carry flag OFF), in other words, if the result of the addition of the first and second bytes of the data to be added has not been carried over, it jumps to step Sk010 and performs the process of adding 1 to the address stored in the HL register (the starting address of the data to be added) three times (Sk010, Sk011, Sk012), which becomes the starting address of the next data to be added, and returns to the process that called it with a return command.

Sk002において加算結果がオーバーフローした場合(キャリーフラグON)、すなわち加算対象データの1~2バイト目の加算結果が桁上がりする場合には、Sk005のステップに進み、キャリーフラグをクリアし、キャリーフラグをOFFとする。 If the addition result overflows in Sk002 (carry flag ON), that is, if the addition result of the 1st to 2nd bytes of the addition target data carries over, proceed to step Sk005, clear the carry flag, and set the carry flag to Turn it OFF.

次いで、HLレジスタに格納されているアドレス(加算対象データの先頭アドレス)に1加算する処理を2回行い(Sk006、Sk007)、HLレジスタに格納されているアドレスを、加算対象データの先頭アドレス+2(加算対象データの3バイト目のアドレス)とする。 Next, the process of adding 1 to the address stored in the HL register (the starting address of the data to be added) is performed twice (Sk006, Sk007), and the address stored in the HL register becomes the starting address of the data to be added + 2 (the address of the third byte of the data to be added).

次いで、HLレジスタに格納されているアドレス(加算対象データの3バイト目のアドレス)で指定するRAM41cの領域の値、すなわち加算対象データの3バイト目の値に1を加算し(Sk008)、1~2バイト目の加算による桁上がりを反映させる。 Next, 1 is added to the value of the area of the RAM 41c specified by the address stored in the HL register (address of the 3rd byte of the data to be added), that is, the value of the 3rd byte of the data to be added (Sk008). ~Reflect the carry due to the addition of the second byte.

次いで、Sk009に進み、Sk012へジャンプし、HLレジスタの値を1加算し、次の加算対象データの先頭アドレスとし、リターン命令により、呼出元の処理に復帰させる。 Then, proceed to Sk009, jump to Sk012, increment the value of the HL register by 1, set it as the starting address of the next data to be added, and return to the process that called it with a return command.

このように従来の3バイトデータ加算処理では、加算対象データの1~2バイト目の加算結果が桁上がりする場合には、3バイト目の値を加算する処理を行う一方、加算対象データの1~2バイト目の加算結果が桁上がりしない場合には、3バイト目の値を加算する処理を行わないようになっている。 In this way, in conventional 3-byte data addition processing, if the result of adding the first and second bytes of the data to be added is a carry, the value of the third byte is added, but if the result of adding the first and second bytes of the data to be added is not a carry, the value of the third byte is not added.

このため、従来の3バイトデータ加算処理を実行する場合に、加算対象データの1~2バイト目の値が桁上がりしない場合には、図38(b)に示すように、Sk001、Sk002、Sk003、Sk004、Sk010、Sk011、Sk012のステップが実行され、加算対象データの1~2バイト目の値が桁上がりする場合には、図38(c)に示すように、Sk001、Sk002、Sk003、Sk004、Sk005、Sk006、Sk007、Sk008、Sk009、Sk012のステップが実行されることとなり、加算対象データの1~2バイト目の値が桁上がりするまで、すなわち0から更新が開始された加算対象データが00FFFF(H)から010000(H)に変化するまで、Sk005、Sk006、Sk007、Sk008、Sk009のステップが実行されることがない。 For this reason, when performing conventional 3-byte data addition processing, if the values of the first and second bytes of the data to be added do not carry over, steps Sk001, Sk002, Sk003, Sk004, Sk010, Sk011, and Sk012 are executed as shown in FIG. 38(b), and if the values of the first and second bytes of the data to be added do carry over, steps Sk001, Sk002, Sk003, Sk004, Sk005, Sk006, Sk007, Sk008, Sk009, and Sk012 are executed as shown in FIG. 38(c). Until the values of the first and second bytes of the data to be added carry over, that is, until the data to be added that started updating from 0 changes from 00FFFF (H) to 010000 (H), steps Sk005, Sk006, Sk007, Sk008, and Sk009 are not executed.

[プログラムの確認について]
スロットマシンやパチンコ遊技機のような遊技機では、未使用のプログラムが含まれていると、当該プログラムを用いて不正な動作を行わせる等の不正行為が行われる可能性があることから、ROM41bに格納された全てのプログラムが実行されることが求められ、ROM41bに格納された全てのプログラムが実行されることを確認するための試験を行う必要がある。ROM41bに格納されたプログラムは、当該プログラムが格納された領域のアドレスによって特定可能であり、全てのプログラムが実行されていることを確認するための試験では、プログラムを実行させて、当該プログラムの格納領域のアドレス毎に、各アドレスの格納領域(アドレス領域)に記憶されたプログラムが実行されたか否かをチェックすることで、ROM41bに格納された全てのプログラムが実行されていることを確認するようになっている。
[About program confirmation]
In gaming machines such as slot machines and pachinko gaming machines, if an unused program is included, there is a possibility that fraudulent activities such as causing unauthorized operations to be performed using the program may be carried out, so the ROM 41b is It is required that all programs stored in the ROM 41b be executed, and it is necessary to perform a test to confirm that all programs stored in the ROM 41b are executed. The programs stored in the ROM 41b can be identified by the address of the area where the program is stored, and in a test to confirm that all programs are being executed, the program is executed and the program is stored. By checking for each address of the area whether or not the program stored in the storage area (address area) of each address has been executed, it is possible to confirm that all programs stored in the ROM 41b are being executed. It has become.

全てのプログラムが実行されていることを確認するための試験を行うにあたり、従来の3バイトデータ加算処理のように、加算対象データの1~2バイト目の加算結果が桁上がりする場合には、3バイト目の値を加算する処理を行う一方、加算対象データの1~2バイト目の加算結果が桁上がりしない場合には、3バイト目の値を加算する処理を行わない場合には、加算対象データの1~2バイト目の値が桁上がりするまで、すなわち0から更新が開始された加算対象データが00FFFF(H)から010000(H)に変化するまで、一部のアドレス領域に格納されたプログラム(Sk005~Sk009のプログラム)が実行されないことから、加算対象データが00FFFF(H)から010000(H)に変化するまで3バイトデータ加算処理を構成する全てのプログラムが実行されたことを確認することができず、試験の完了までに多くの時間を要することとなる。 When conducting a test to confirm that all programs are being executed, if the addition result of the 1st and 2nd bytes of the addition target data carries over as in the conventional 3-byte data addition process, The value of the 3rd byte is added, but if the addition result of the 1st and 2nd bytes of the addition target data does not carry over, the value of the 3rd byte is not added. It is stored in a part of the address area until the value of the 1st and 2nd bytes of the target data carries over, that is, until the addition target data whose update started from 0 changes from 00FFFF (H) to 010000 (H). Since the programs (programs Sk005 to Sk009) are not executed, confirm that all programs that make up the 3-byte data addition process are executed until the addition target data changes from 00FFFF (H) to 010000 (H). Therefore, it will take a lot of time to complete the test.

これに対し、本実施例の3バイトデータ1バイト加算処理では、加算対象データの1~2バイト目の値が桁上がりする場合にも、加算対象データの1~2バイト目の値が桁上がりしない場合にも、Cレジスタに1を設定するとともに、Cレジスタに設定された値を加算対象データの3バイト目の値に加算する共通のプログラム(Sk8~Sk12のプログラム)を実行することで、加算対象データの1~2バイト目の値が桁上がりする場合には、加算対象データの3バイト目の値に1を加算する一方、加算対象データの1~2バイト目の値が桁上がりしない場合には、加算対象データの3バイト目の値を更新しないようにできるため、0から更新が開始された加算対象データが00FFFF(H)から010000(H)に変化するのを待たずに、Cレジスタに設定された値を加算対象データの3バイト目の値に加算するプログラムが行われることで、Sk8~Sk12のプログラムが記憶されたアドレス領域を含む3バイトデータ加算処理のプログラムが記憶されたアドレス領域の全てのプログラムが実行されたことを確認することができ、試験の完了までに要する時間を大幅に短縮することができる。 In contrast, in the 3-byte data 1-byte addition process of this embodiment, whether the values of the 1st and 2nd bytes of the data to be added are carried or not, a common program (Sk8 to Sk12 programs) is executed to set the C register to 1 and add the value set in the C register to the value of the 3rd byte of the data to be added. If the values of the 1st and 2nd bytes of the data to be added are carried, 1 is added to the value of the 3rd byte of the data to be added, but if the values of the 1st and 2nd bytes of the data to be added are not carried, the value of the 3rd byte of the data to be added is not updated. Therefore, without waiting for the data to be added, which starts updating from 0, to change from 00FFFF (H) to 010000 (H), a program is executed to add the value set in the C register to the value of the 3rd byte of the data to be added. This makes it possible to confirm that all programs in the address area where the 3-byte data addition process program is stored, including the address area where the programs Sk8 to Sk12 are stored, have been executed, and the time required to complete the test can be significantly reduced.

[作用効果1]
本実施例では、メイン制御部41は、3バイトデータ割り算処理において、被除数を100倍した後、除数を減算した結果が0を下回るまで被除数の100倍値から除数を繰り返し減算する処理を行うとともに、除数が減算される毎にAレジスタの値を1加算することで、除数を減算した結果が0を下回るまで被除数の100倍値から除数が減算された回数を計数し、除数に対する被除数の100分率として算出する。また、100を超える特定値となったときに特定フラグが設定されるAレジスタに、被除数の100倍値から除数が減算された回数を格納し、被除数の100倍値から除数を減算した回数が100を超える特定値に到達して特定フラグが設定された場合には、異常と判断して被除数の100倍値から除数を減算する処理を終了させる構成である。
[Effect 1]
In this embodiment, in the division process of 3-byte data, the main control unit 41 multiplies the dividend by 100, and then repeatedly subtracts the divisor from 100 times the dividend until the result of subtracting the divisor falls below 0, and adds 1 to the value of the A register every time the divisor is subtracted, thereby counting the number of times the divisor is subtracted from 100 times the dividend until the result of subtracting the divisor falls below 0, and calculates it as a percentage of the dividend to the divisor. Also, the number of times the divisor is subtracted from 100 times the dividend is stored in the A register, in which a specific flag is set when the specific value exceeds 100, and when the number of times the divisor is subtracted from 100 times the dividend reaches a specific value exceeding 100 and the specific flag is set, it is determined that an abnormality has occurred, and the process of subtracting the divisor from 100 times the dividend is terminated.

このような構成とすることで、除数に対する被除数の百分率を算出する際に、被除数の100倍値を算出し、除数を下回るまで被除数の100倍値から除数を減算し、その減算回数を除数に対する被除数の百分率として算出することができる。このような構成において、例えば、除数が0の場合など、減算回数が百分率として採りうる100を超えても被除数の100倍値から除数を減算した結果が0を下回らないことが起こり得るが、この場合には、減算回数が100を超える特定値となり、特定フラグが設定されることで、異常と判断して被除数の100倍値から除数を減算する処理を終了させる処理が行われることで、被除数の100倍値から除数を減算した結果が0を下回らない場合でも除数の減算を終了させることができる。 With this configuration, when calculating the percentage of the dividend relative to the divisor, the dividend is multiplied by 100 and the divisor is subtracted from the dividend multiplied by 100 until it falls below the divisor, and the number of subtractions is calculated as the percentage of the dividend relative to the divisor. In this configuration, for example, when the divisor is 0, it is possible that the result of subtracting the divisor from the dividend multiplied by 100 does not fall below 0 even if the number of subtractions exceeds 100, which is a possible percentage. In this case, the number of subtractions becomes a specific value exceeding 100, and a specific flag is set, which determines that an abnormality has occurred and terminates the process of subtracting the divisor from the dividend multiplied by 100, thereby terminating the subtraction of the divisor even if the result of subtracting the divisor from the dividend multiplied by 100 does not fall below 0.

また、格納された数値が特定値となったときに特定フラグが設定されるAレジスタに減算回数が格納されることで、特定フラグが設定されているか否かを判定するのみで減算回数が特定値となったことを判断することができるので、被除数の100倍値から除数を減算する毎に特定値を初期値とする数値を減算し、当該数値が0となることで減算回数が特定値となったことを判断するものや、減算回数と特定値を比較し、比較結果が一致することで減算回数が特定値となったことを判断するものに比較してプログラム容量を減らすことができる。 In addition, by storing the number of subtractions in the A register where a specific flag is set when the stored numerical value becomes a specific value, the number of subtractions can be determined simply by determining whether or not the specific flag is set. Since it is possible to judge that the value has reached the specified value, each time the divisor is subtracted from the 100 times value of the dividend, a number with the specific value as the initial value is subtracted, and when the number becomes 0, the number of subtractions becomes the specific value. The program capacity can be reduced compared to those that determine that the number of subtractions has reached a specific value, or those that compare the number of subtractions with a specific value and determine that the number of subtractions has reached a specific value if the comparison results match. .

本実施例では、3バイトデータ割り算処理において、被除数を100倍する処理を行う前に、DEレジスタに格納されている除数の格納アドレスをスタックに退避させる構成である。このような構成とすることで、除数を特定するアドレスを保護しつつ、除数を特定するアドレスが格納されたDEレジスタを用いて被除数の100倍値を算出することができる。 In this embodiment, in a 3-byte data division process, the storage address of the divisor stored in the DE register is saved to the stack before the process of multiplying the dividend by 100 is performed. With this configuration, it is possible to calculate the 100-fold value of the dividend using the DE register in which the address specifying the divisor is stored, while protecting the address specifying the divisor.

本実施例では、メイン制御部41は、最大2バイトの演算が可能であるが、被除数及び除数は3バイトとなり得る値であるため、被除数を100倍する処理及び被除数の100倍値から除数を減算する処理においては、1~2バイト目の演算と、3バイト目の演算と、を別に行う構成である。このような構成とすることで、除数や被除数の100倍値が演算可能なサイズである2バイトを超えた場合でも除数に対する被除数の百分率を算出することができる。 In this embodiment, the main control unit 41 can perform calculations of up to 2 bytes, but since the dividend and divisor can be values of 3 bytes, in the process of multiplying the dividend by 100 and the process of subtracting the divisor from the 100 times the dividend, the calculation of the 1st and 2nd bytes and the calculation of the 3rd byte are performed separately. With this configuration, it is possible to calculate the percentage of the dividend relative to the divisor even if the divisor or the 100 times the dividend exceeds the 2 bytes that are the size that can be calculated.

本実施例では、3バイトデータ割り算処理において被除数の100倍値から除数を減算した回数が100を超える特定値に到達して特定フラグが設定された場合に行われる異常処理が、被除数の100倍値から除数を減算した後、特定フラグが設定された場合に、指定したプログラムへジャンプさせるジャンプ命令により、被除数の100倍値から除数を減算する処理を終了させる構成である。このような構成とすることで、一のジャンプ命令により特定フラグが設定されているか否かの判定及び異常処理に伴う指定したプログラムへの移動が可能となる。 In this embodiment, in the 3-byte data division process, when the number of times the divisor is subtracted from the value 100 times the dividend reaches a specific value exceeding 100 and a specific flag is set, the abnormal process that is performed is 100 times the dividend. After subtracting the divisor from the value, if a specific flag is set, a jump instruction to jump to a specified program is used to terminate the process of subtracting the divisor from the value 100 times the dividend. With such a configuration, it is possible to determine whether a specific flag is set or not and to move to a specified program in response to an abnormality process using a single jump instruction.

本実施例における3バイトデータ割り算処理の変形例では、被除数を200倍した後、除数を減算した結果が0を下回るまで被除数の200倍値から除数を繰り返し減算する処理を行うとともに、除数が減算される毎にAレジスタの値を1加算することで、除数を減算した結果が0を下回るまで被除数の200倍値から除数が減算された回数を計数し、計数した回数を1/2倍した値を除数に対する被除数の100分率として算出する。また、200を超える特定値となったときに特定フラグが設定されるAレジスタに、被除数の200倍値から除数が減算された回数を格納し、被除数の200倍値から除数を減算した回数が200を超える特定値に到達して特定フラグが設定された場合には、異常と判断して被除数の200倍値から除数を減算する処理を終了させる構成である。 In the modified example of the 3-byte data division process in this embodiment, after the dividend is multiplied by 200, the divisor is repeatedly subtracted from the 200 times value of the dividend until the result of subtracting the divisor becomes less than 0, and the divisor is subtracted. By adding 1 to the value of the A register each time the divisor is subtracted, the number of times the divisor is subtracted from the 200 times value of the dividend is counted until the result of subtracting the divisor is less than 0, and the counted number of times is multiplied by 1/2. Calculate the value as the 100th ratio of the dividend to the divisor. In addition, the number of times the divisor was subtracted from the 200 times value of the dividend is stored in the A register where a specific flag is set when the value exceeds 200. If a specific value exceeding 200 is reached and the specific flag is set, it is determined that there is an abnormality and the process of subtracting the divisor from the 200 times value of the dividend is terminated.

このような構成とすることで、除数に対する被除数の百分率を算出する際に、被除数の200倍値を算出し、除数を下回るまで被除数の200倍値から除数を減算し、その減算回数を1/2倍した値を除数に対する被除数の百分率として算出することができる。このような構成において、例えば、除数が0の場合など、減算回数を1/2倍した値が百分率として採りうる100を超えても被除数の200倍値から除数を減算した結果が0を下回らないことが起こり得るが、この場合には、減算回数が200を超える特定値となり特定フラグが設定されることで、異常と判断して被除数の200倍値から除数を減算する処理を終了させる処理が行われることで、被除数の200倍値から除数を減算した結果が0を下回らない場合でも除数の減算を終了させることができる。 With this configuration, when calculating the percentage of the dividend relative to the divisor, the dividend is multiplied by 200, the divisor is subtracted from the dividend multiplied by 200 until it falls below the divisor, and the number of subtractions multiplied by 1/2 can be calculated as the percentage of the dividend relative to the divisor. In this configuration, for example, when the divisor is 0, even if the value obtained by multiplying the number of subtractions by 1/2 exceeds 100, which is a possible percentage, the result of subtracting the divisor from the dividend multiplied by 200 may not be less than 0. In this case, the number of subtractions will reach a specific value exceeding 200, and a specific flag will be set, judging that an abnormality has occurred and processing for subtracting the divisor from the dividend multiplied by 200 is terminated, so that subtraction of the divisor can be terminated even if the result of subtracting the divisor from the dividend multiplied by 200 is not less than 0.

また、格納された数値が特定値となったときに特定フラグが設定されるAレジスタに減算回数が格納されるので、特定フラグが設定されているか否かを判定するのみで減算回数が特定値となったことを判断することができるので、被除数の200倍値から除数を減算する毎に特定値を初期値とする数値を減算し、当該数値が0となることで減算回数が特定値となったことを判断するものや、減算回数と特定値を比較し、比較結果が一致することで減算回数が特定値となったことを判断するものに比較してプログラム容量を減らすことができる。 In addition, since the number of subtractions is stored in the A register where a specific flag is set when the stored numerical value reaches a specific value, the number of subtractions can be set to a specific value by simply determining whether or not the specific flag is set. Therefore, each time you subtract the divisor from the 200 times value of the dividend, you can subtract a number with the specific value as the initial value, and when the number becomes 0, the number of subtractions becomes the specific value. The program capacity can be reduced compared to a program that determines whether the number of subtractions has reached a specific value or a program that compares the number of subtractions with a specific value and determines that the number of subtractions has reached a specific value if the comparison results match.

本実施例における3バイトデータ割り算処理の変形例では、被除数の200倍値を算出する前に、DEレジスタに格納されている除数の格納アドレスをスタックに退避させる構成である。このような構成とすることで、除数を特定するアドレスを保護しつつ、除数を特定するアドレスが格納されたDEレジスタを用いて被除数の200倍値を算出することができる。 In a modified example of the 3-byte data division process in this embodiment, the storage address of the divisor stored in the DE register is saved to the stack before calculating the 200-fold value of the dividend. With this configuration, it is possible to calculate the 200-fold value of the dividend using the DE register in which the address specifying the divisor is stored, while protecting the address specifying the divisor.

本実施例における3バイトデータ割り算処理の変形例では、メイン制御部41は、最大2バイトの演算が可能であるが、被除数及び除数は3バイトとなり得る値であるため、被除数を200倍する処理及び被除数の200倍値から除数を減算する処理においては、1~2バイト目の演算と、3バイト目の演算と、を別に行う構成である。このような構成とすることで、除数や被除数の200倍値が演算可能なサイズである2バイトを超えた場合でも除数に対する被除数の百分率を算出することができる。 In the modified example of the 3-byte data division process in this embodiment, the main control unit 41 is capable of a maximum of 2-byte calculations, but since the dividend and divisor are values that can be 3 bytes, the process of multiplying the dividend by 200 is performed. In the process of subtracting the divisor from the 200 times value of the dividend, the calculations for the first and second bytes and the calculation for the third byte are performed separately. With such a configuration, the percentage of the dividend to the divisor can be calculated even if the divisor or the 200 times value of the dividend exceeds the operable size of 2 bytes.

本実施例における3バイトデータ割り算処理の変形例では、3バイトデータ割り算処理において被除数の200倍値から除数を減算した回数が200を超える特定値に到達して特定フラグが設定された場合に行われる異常処理が、被除数の200倍値から除数を減算し、Aレジスタの値に1加算することで、特定フラグが設定された場合に、指定したプログラムへジャンプさせるジャンプ命令により、被除数の200倍値から除数を減算する処理を終了させる構成である。このような構成とすることで、一のジャンプ命令により特定フラグが設定されているか否かの判定及び異常処理に伴う指定したプログラムへの移動が可能となる。 In a modified example of the 3-byte data division process in this embodiment, the abnormal processing that is performed when the number of times the divisor is subtracted from the 200 times the dividend in the 3-byte data division process reaches a specific value exceeding 200 and a specific flag is set is to subtract the divisor from the 200 times the dividend and add 1 to the value of the A register, and when the specific flag is set, a jump instruction that jumps to a specified program is issued to end the process of subtracting the divisor from the 200 times the dividend. With this configuration, it is possible to determine whether a specific flag is set by a single jump instruction and to move to a specified program in response to abnormal processing.

本実施例では、特定値は、メイン制御部41が備えるAレジスタがオーバーフローする256である。このような構成とすることで、Aレジスタに格納された減算回数がオーバーフローすることで特定フラグとしてのゼロフラグまたはキャリーフラグがONとなり、減算回数が特定値に到達したことを特定することができる。 In this embodiment, the specific value is 256, which is the value at which the A register in the main control unit 41 overflows. With this configuration, when the number of subtractions stored in the A register overflows, the zero flag or carry flag as a specific flag turns ON, making it possible to identify that the number of subtractions has reached the specific value.

本実施例では、メイン制御部41が備えるAレジスタに格納されている減算回数から算出される除数に対する被除数の百分率が100以上の場合に99に補正する構成である。このような構成とすることで、Aレジスタに格納されている減算回数から算出される除数に対する被除数の百分率が100以上の場合に、2桁の数字で表示される場合であっても表示可能な最大値である99で表示されるため、除数に対する被除数の百分率が99%以上の大きい値であることを認識させることができる。 In this embodiment, the configuration is such that if the percentage of the dividend relative to the divisor calculated from the number of subtractions stored in the A register of the main control unit 41 is 100 or more, it is corrected to 99. With this configuration, if the percentage of the dividend relative to the divisor calculated from the number of subtractions stored in the A register is 100 or more, it is displayed as 99, the maximum value that can be displayed, even if it is displayed as a two-digit number, so that it can be recognized that the percentage of the dividend relative to the divisor is a large value of 99% or more.

本実施例では、メイン制御部41は、段階的に処理を行うメイン処理と、定期的に実行中の処理に割り込むタイマ割込処理を実行可能であり、メイン処理において除数及び被除数を更新するとともに、メイン処理において3バイトデータ割り算処理を行い、除数に対する被除数の100分率を算出する。そして、除数及び被除数が更新される期間及び除数に対する被除数の百分率が算出される期間においては割込禁止に設定され、タイマ割込処理の実行が禁止される構成である。このような構成とすることで、除数及び被除数が更新される期間及び除数に対する被除数の百分率が算出される期間においてタイマ割込処理が実行されることで、除数、被除数、除数に対する被除数の百分率を算出する際の数値が破壊され、意図しない数値となってしまうことを防止できる。 In this embodiment, the main control unit 41 is capable of executing main processing that performs processing in stages and timer interrupt processing that periodically interrupts the processing that is being executed, and updates the divisor and dividend in the main processing. , in the main processing, performs 3-byte data division processing and calculates the 100th ratio of the dividend to the divisor. Then, during a period in which the divisor and dividend are updated and a period in which the percentage of the dividend with respect to the divisor is calculated, interrupts are set to be prohibited, and execution of timer interrupt processing is prohibited. With this configuration, the timer interrupt process is executed during the period in which the divisor and dividend are updated and in the period in which the percentage of the dividend with respect to the divisor is calculated, so that the divisor, the dividend, and the percentage of the dividend with respect to the divisor are calculated. This can prevent the numerical values used in calculations from being corrupted and resulting in unintended numerical values.

[作用効果2]
本実施例では、メイン制御部41は、役物払出比率、連続役物払出比率、指示込役物払出比率の算出に用いる加算対象データを更新する3バイトデータ加算・格納処理を実行可能である。そして、3バイトデータ加算・格納処理では、加算対象データを更新した後、オーバーフローが発生し、加算対象データの更新により異常値となる特定条件が成立した場合に、加算対象データを更新前の値に戻すとともに、以後の加算対象データの更新を制限するための制限情報としてキャリーフラグをONとする構成である。このような構成とすることで、加算対象データを更新した後、オーバーフローが発生し、加算対象データの更新により異常値となる特定条件が成立した場合には、制限情報としてキャリーフラグをONとすることで、以後の加算対象データの更新が制限されるとともに、この場合には、加算対象データが更新前の値に戻されるため、意図しない加算対象データのままで所定比率が算出されてしまうことを防止できる。
[Effect 2]
In this embodiment, the main control unit 41 is capable of executing 3-byte data addition/storage processing to update the addition target data used for calculating the accessory payout ratio, the continuous accessory payout ratio, and the instructed accessory payout ratio. . In the 3-byte data addition/storage process, if an overflow occurs after the addition target data is updated and a specific condition is met that results in an abnormal value due to the update of the addition target data, the addition target data is changed to the value before the update. The configuration is such that the carry flag is turned on as restriction information for restricting future updates of the addition target data. With this configuration, after updating the addition target data, if an overflow occurs and a specific condition is established that results in an abnormal value due to the update of the addition target data, the carry flag is turned ON as restriction information. This restricts the subsequent updating of the addition target data, and in this case, the addition target data is returned to the value before the update, so the predetermined ratio may be calculated with unintended addition target data. can be prevented.

尚、本実施例では、加算対象データを加算更新した後、オーバーフローが発生することで、加算対象データの更新により異常値となる特定条件が成立する構成であるが、対象データを減算更新した後、オーバーフローが発生することで、対象データの更新により異常値となる特定条件が成立する構成など、対象データの更新により異常値となる特定条件が成立した場合に、対象データを更新前の値に戻すとともに、以後の対象データの更新を制限するための制限情報を設定する構成であれば良い。また、制限情報としてキャリーフラグを用いる構成であるが、ゼロフラグ等、他のFレジスタの値、RAM41cに設定される制限フラグを用いる構成でも良い。 In this embodiment, after the data to be added is updated by addition, an overflow occurs, which creates a specific condition that results in an abnormal value due to the update of the data to be added. However, if an overflow occurs after the target data is updated by subtraction, and a specific condition that results in an abnormal value due to the update of the target data is created, the target data is returned to the value before the update and restriction information is set to restrict future updates of the target data. In addition, although the carry flag is used as the restriction information, a zero flag or other value of another F register or a restriction flag set in RAM 41c may also be used.

本実施例では、加算対象データは、3バイトの値になり得る値であり、メイン制御部41は、一度に最大2バイトの演算が可能であり、3バイトデータ加算・格納処理において加算対象データを更新する場合に、まず加算対象データの1~2バイト目の加算を行った後、加算対象データの3バイト目の加算を行う構成である。このような構成とすることで、一度に演算可能な2バイトを加算対象データが超える場合でも加算対象データを更新することができる。 In this embodiment, the data to be added is a value that can be three bytes, and the main control unit 41 can calculate up to two bytes at a time. When updating the data to be added in the three-byte data addition and storage process, the configuration is such that first the first and second bytes of the data to be added are added, and then the third byte of the data to be added is added. With this configuration, the data to be added can be updated even if the data to be added exceeds the two bytes that can be calculated at one time.

本実施例では、メイン制御部41は、演算結果がオーバーフローした場合に特定フラグとしてのキャリーフラグをONとし、3バイトデータ加算・格納処理において加算対象データの1~2バイト目の加算を行った結果、オーバーフローが発生した場合に、キャリーフラグをOFFにした後、加算対象データの3バイト目の加算を行う構成である。このような構成とすることで、加算対象データの1~2バイト目の加算を行った結果、オーバーフローが発生した場合にキャリーフラグをOFFにした後、加算対象データの3バイト目の加算が行われるため、加算対象データの3バイト目の加算の結果がオーバーフローしたか否かをキャリーフラグによって正確に判定することができる。 In this embodiment, the main control unit 41 turns on the carry flag as a specific flag when the calculation result overflows, and adds the first and second bytes of the addition target data in the 3-byte data addition/storage process. As a result, when an overflow occurs, the carry flag is turned OFF, and then the third byte of the data to be added is added. With this configuration, if an overflow occurs as a result of adding the first and second bytes of the addition target data, the carry flag is turned OFF and then the third byte of the addition target data is added. Therefore, it is possible to accurately determine whether or not the result of addition of the third byte of the data to be added has overflowed, using the carry flag.

本実施例では、メイン制御部41は、3バイトデータ加算・格納処理において加算対象データの1~2バイト目の加算を行った後、1~2バイト目の加算に用いたBCレジスタの値をクリアせずに保持したまま、加算対象データの3バイト目の加算を行い、3バイト目の加算結果がオーバーフローした場合には、BCレジスタの値を用いて加算対象データの1~2バイト目の値を加算前の値に戻す構成である。このような構成とすることで、加算対象データを更新前の値に戻すにあたって、新たに数値を読み出す必要がないため、プログラムを簡素化することができる。 In this embodiment, after adding the first to second bytes of the addition target data in the 3-byte data addition/storage process, the main control unit 41 adds the value of the BC register used for the addition of the first to second bytes. If the third byte of the addition target data is added without being cleared and the addition result of the third byte overflows, the first and second bytes of the addition target data are added using the value of the BC register. This configuration returns the value to the value before addition. With this configuration, when returning the addition target data to the value before updating, there is no need to read out new numerical values, so the program can be simplified.

本実施例では、メイン制御部41は、段階的に処理を行うメイン処理と、定期的に実行中の処理に割り込むタイマ割込処理を実行可能であり、メイン処理において3バイトデータ加算・格納処理を行うとともに、3バイトデータ加算・格納処理により加算対象データが更新される期間においては割込禁止に設定され、タイマ割込処理の実行が禁止される構成である。このような構成とすることで、加算対象データが更新される期間において割込処理が実行されることで、加算対象データが破壊され、意図しない数値を用いて所定比率が算出されてしまうことを防止できる。 In this embodiment, the main control unit 41 is capable of executing a main process that performs processing in stages, and a timer interrupt process that periodically interrupts the currently running process. The main process performs a 3-byte data addition and storage process, and is configured to prohibit interrupts during the period when the data to be added is updated by the 3-byte data addition and storage process, and to prohibit execution of the timer interrupt process. With this configuration, it is possible to prevent the data to be added from being destroyed and the specified ratio from being calculated using an unintended numerical value by executing the interrupt process during the period when the data to be added is updated.

[作用効果3]
本実施例では、メイン制御部41は、特定結果であるか否かを判定し、特定結果であると判定された場合にも、特定結果でないと判定された場合にも、Cレジスタに設定された値を用いることで特定データを更新可能な特定プログラムを含む3バイトデータ1バイト加算処理を実行可能であり、3バイトデータ1バイト加算処理では、特定結果であると判定された場合には、特定データが更新される値がCレジスタに設定された状態で特定プログラムを実行し、特定結果でないと判定された場合には、特定データが更新されない値がCレジスタに設定された状態で特定プログラムを実行する構成である。このような構成とすることで、特定結果であると判定された場合に特定データを更新し、特定結果でないと判定された場合に特定データを更新しないが、特定結果であると判定された場合と、特定結果でないと判定された場合のいずれでも、Cレジスタに設定された値を用いて特定データを更新可能な特定プログラムを実行するとともに、特定結果であると判定された場合には、特定データが更新される値がCレジスタに設定された状態で特定プログラムを実行し、特定結果でないと判定された場合、特定データが更新されない値がCレジスタに設定された状態で特定プログラムを実行するので、特定結果でないと判定された場合でも、特定結果であると判定されるまで待つことなく特定アドレスに記憶された特定プログラムが行われることを確認することができる。
[Effect 3]
In this embodiment, the main control unit 41 determines whether or not the result is a specific result, and sets the value in the C register both when it is determined that the result is a specific result and when it is determined that the result is not a specific result. By using the value, it is possible to execute 3-byte data 1-byte addition processing that includes a specific program that can update specific data, and when it is determined that the 3-byte data 1-byte addition processing is a specific result, If a specific program is executed with the value for which the specific data is updated set in the C register, and it is determined that the specific result is not a specific result, the specific program is executed with the value for which the specific data is not updated set in the C register. This is a configuration that executes. With this configuration, the specific data is updated when it is determined that the result is a specific result, and the specific data is not updated when it is determined that the result is not a specific result, but when it is determined that the result is a specific result, the specific data is updated. In either case, if it is determined that the result is not a specific result, a specific program that can update the specific data is executed using the value set in the C register. Execute a specific program with the value to which the data will be updated set in the C register, and if it is determined that the specific result is not, run the specific program with the value to which the specific data will not be updated set in the C register. Therefore, even if it is determined that the specific result is not a specific result, it can be confirmed that the specific program stored at the specific address will be executed without waiting until it is determined that the specific result is a specific result.

本実施例では、特定データが更新される値がCレジスタに設定した後、特定結果であるか否かを判定し、特定結果でないと判定された場合に、Cレジスタの値を特定データが更新されない値に変更する構成である。このような構成とすることで、特定結果であるか否かに関わらず、特定データが更新される値をCレジスタに設定するプログラムが実行されるので、特定結果でないと判定された場合でも、特定結果であると判定されるまで待つことなく特定データが更新される値をCレジスタに設定するプログラムが行われることを確認することができる。 In this embodiment, after the value to which specific data is updated is set in the C register, it is determined whether or not it is a specific result, and if it is determined that it is not a specific result, the value of the C register is updated to the specific data. The configuration is to change it to a value that is not used. With this configuration, regardless of whether it is a specific result, a program is executed that sets the value at which the specific data is updated in the C register, so even if it is determined that the specific result is not a specific result, It can be confirmed that a program is executed to set a value for updating the specific data in the C register without waiting until it is determined that it is a specific result.

尚、本実施例では、特定データが更新される値がCレジスタに設定した後、特定結果であるか否かを判定し、特定結果でないと判定された場合に、Cレジスタの値を特定データが更新されない値に変更する構成であるが、特定結果であるか否かを判定し、特定結果であると判定された場合に、特定データが更新される値をCレジスタに設定し、特定結果でないと判定された場合に、特定データが更新されない値をCレジスタに設定する構成としても良く、このような構成においても、特定結果であると判定された場合には、特定データが更新される値がCレジスタに設定された状態で特定プログラムを実行し、特定結果でないと判定された場合、特定データが更新されない値がCレジスタに設定された状態で特定プログラムを実行するので、特定結果でないと判定された場合でも、特定結果であると判定されるまで待つことなく特定アドレスに記憶された特定プログラムが行われることを確認することができる。 In this embodiment, after the value with which the specific data is updated is set in the C register, it is determined whether or not the result is a specific result, and if it is determined that the result is not a specific result, the value in the C register is changed to a value with which the specific data is not updated. However, it is also possible to determine whether or not the result is a specific result, and if it is determined that the result is a specific result, the value with which the specific data is updated is set in the C register, and if it is determined that the result is not a specific result, the value with which the specific data is not updated is set in the C register. Even in this configuration, if it is determined that the result is a specific result, the specific program is executed with the value with which the specific data is updated set in the C register, and if it is determined that the result is not a specific result, the specific program is executed with the value with which the specific data is not updated set in the C register. Therefore, even if it is determined that the result is not a specific result, it is possible to confirm that the specific program stored in the specific address is executed without waiting until it is determined that the result is a specific result.

本実施例では、特定プログラムは、加算対象データの3バイト目の値を別の数値に更新するプログラムであり、Cレジスタには、加算対象データの3バイト目の更新に用いられる加算値が設定される構成である。このような構成とすることで、特定結果であると判定された場合に加算対象データの3バイト目の値を更新することができる。 In this embodiment, the specific program is a program that updates the value of the third byte of the data to be added to another numerical value, and the C register is set with the addition value used to update the third byte of the data to be added. This is the configuration that will be used. With such a configuration, it is possible to update the value of the third byte of the addition target data when it is determined that the result is a specific result.

本実施例では、特定プログラムは、加算対象データの3バイト目の値に加算値を加算することで別の値に更新するプログラムであり、特定結果であると判定された場合にはCレジスタに加算値が設定され、特定結果でないと判定された場合にはCレジスタに0が設定され、特定プログラムにおいてCレジスタに設定された値を加算対象データの3バイト目の値に加算する構成である。このような構成とすることで、特定結果であると判定された場合にも、特定結果でないと判定された場合にも、共通の特定プログラムを行うことで、特定結果であると判定された場合には加算対象データの3バイト目の値に加算値を加算することができ、特定結果ないと判定された場合には加算対象データの3バイト目の値を更新しないようにできる。 In this embodiment, the specific program is a program that updates the value of the third byte of the addition target data to another value by adding the addition value, and when it is determined that the result is a specific result, the C register is When an addition value is set and it is determined that the result is not a specific result, 0 is set in the C register, and the value set in the C register in the specific program is added to the value of the third byte of the data to be added. . With this configuration, by running a common specific program, whether it is determined to be a specific result or not, if it is determined to be a specific result. The addition value can be added to the value of the third byte of the addition target data, and if it is determined that there is no specific result, the value of the third byte of the addition target data can be prevented from being updated.

尚、本実施例では、特定プログラムは、加算対象データの3バイト目の値に加算値を加算することで別の値に更新するプログラムであり、特定結果であると判定された場合にはCレジスタに加算値が設定され、特定結果でないと判定された場合にはCレジスタに0が設定され、特定プログラムにおいてCレジスタに設定された値を加算対象データの3バイト目の値に加算する構成であるが、特定プログラムが、対象データから減算値を減算することで別の値に更新するプログラムであり、特定結果であると判定された場合にはCレジスタに減算値が設定され、特定結果でないと判定された場合にはCレジスタに0が設定され、特定プログラムにおいてCレジスタに設定された値を対象データから減算する構成としても良い。 In this embodiment, the specific program is a program that updates the value of the third byte of the addition target data to another value by adding the addition value, and when it is determined that it is a specific result, C A configuration in which an addition value is set in the register, and when it is determined that the result is not a specific result, 0 is set in the C register, and the value set in the C register in the specific program is added to the value of the third byte of the data to be added. However, the specific program is a program that updates the target data to another value by subtracting the subtraction value, and if it is determined that the result is a specific result, the subtraction value is set in the C register, and the specific result is If it is determined that it is not, 0 is set in the C register, and the value set in the C register in the specific program may be subtracted from the target data.

また、特定プログラムが、対象領域に特定の制御状態を示す特定値を設定するプログラムであり、特定結果であると判定された場合にはCレジスタに特定値が設定され、特定結果でないと判定された場合にはCレジスタに現在の制御状態を示す所定値(現在、対象領域に設定されている値)が設定され、特定処理においてCレジスタに設定された値を対象領域に設定する構成としても良い。 The specific program may also be a program that sets a specific value indicating a specific control state in the target area, and if it is determined that a specific result has been obtained, the specific value is set in the C register, and if it is determined that a specific result has not been obtained, a predetermined value indicating the current control state (the value currently set in the target area) is set in the C register, and the value set in the C register in the specific process may be set in the target area.

また、本実施例では、特定結果が、1~2バイト目の演算結果がオーバーフローすることであるが、演算結果が特定値となること、ゲームの結果が特定の結果となること、抽選結果が特定の結果となること等でも良い。 In addition, in this embodiment, the specific result is that the calculation result of the first and second bytes overflows, but the calculation result is a specific value, the result of the game is a specific result, and the lottery result is It may also be a specific result.

本実施例では、メイン制御部41は、段階的に処理を行うメイン処理と、定期的に実行中の処理に割り込むタイマ割込処理を実行可能であり、メイン処理において3バイトデータ1バイト加算処理を行うとともに、3バイトデータ1バイト加算処理により特定プログラムが実行される期間においては割込禁止に設定され、タイマ割込処理の実行が禁止される構成である。このような構成とすることで、特定データを更新するプログラムが行われる期間において割込処理が実行されることで、特定データが破壊され、意図しない数値となってしまうことを防止できる。 In this embodiment, the main control unit 41 is capable of executing a main process that performs processing in stages, and a timer interrupt process that periodically interrupts the currently running process. The main process performs a 1-byte addition process of 3-byte data, and during the period when a specific program is executed by the 1-byte addition process of 3-byte data, interrupts are set to be prohibited, and execution of the timer interrupt process is prohibited. With this configuration, it is possible to prevent the specific data from being destroyed and becoming an unintended numerical value by executing an interrupt process during the period when a program that updates the specific data is being executed.

本実施例では、加算対象データの1~2バイト目の加算を行った後、オーバーフローが発生した場合には、キャリーフラグをONとし、キャリーフラグによりオーバーフローの発生が判定された場合には、キャリーフラグをOFFにした後、加算対象データの3バイト目の加算が行われる構成である。このような構成とすることで、オーバーフローが発生した場合にONとなるキャリーフラグをクリアした後、特定プログラムとしての加算対象データの3バイト目の加算が実行されるので、オーバーフローが発生する毎にキャリーフラグによって正確に判定することができる。 In this embodiment, if an overflow occurs after addition of the first and second bytes of the addition target data, the carry flag is turned ON, and if the occurrence of an overflow is determined by the carry flag, the carry flag is turned ON. After the flag is turned OFF, the third byte of the addition target data is added. With this configuration, after clearing the carry flag that turns ON when an overflow occurs, addition of the third byte of the addition target data as a specific program is executed, so every time an overflow occurs, This can be determined accurately using the carry flag.

[作用効果4]
本実施例では、メイン制御部41は、ナビ報知の対象となる役が当選し、ナビ報知を行う場合には、報知する操作態様に応じて「1」~「13」のナビ番号をRAM41cのナビ番号設定領域に設定し、ナビ報知の対象となる役が当選し、ナビ報知を行わない場合、ナビ報知の対象とならない役が当選した場合には、「0」をRAM41cのナビ番号設定領域に設定する。そして、メイン制御部41は、指示込役物比率更新処理において、RAM41cのナビ番号設定領域に設定されているナビ番号を取得し、ナビ番号が0である場合に、ナビ報知が行われるゲームでないと判定し、累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を更新せず、ナビ番号が1~13である場合に、ナビ報知が行われるゲームであると判定し、累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を加算して更新する構成である。
[Effect 4]
In this embodiment, when the role that is the subject of navigation notification is won and navigation notification is performed, the main control unit 41 sets the navigation number of "1" to "13" in the navigation number setting area of the RAM 41c according to the operation mode to be notified, and when the role that is the subject of navigation notification is won and navigation notification is not performed, or when a role that is not the subject of navigation notification is won, "0" is set in the navigation number setting area of the RAM 41c. Then, in the instruction-based role ratio update process, the main control unit 41 acquires the navigation number set in the navigation number setting area of the RAM 41c, and when the navigation number is 0, it determines that the game is not one in which navigation notification is performed, and does not update the instruction-based role payout counters of the cumulative buffers 1 to 3 and the total cumulative instruction-based role payout number, and when the navigation number is 1 to 13, it determines that the game is one in which navigation notification is performed, and updates the instruction-based role payout counters of the cumulative buffers 1 to 3 and the total cumulative instruction-based role payout number by adding them.

このような構成とすることで、ナビ報知が行われたゲームにおけるメダルの払出枚数を累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数に加算して更新する構成において、RAM41cのナビ番号設定領域に設定された数値が0であるか、1~13であるか、を判定するのみで、ナビ報知が行われたゲームか否か、すなわち当該ゲームにおいて付与されるメダルを累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数に加算して更新するか否かを判断することができる。 By configuring in this way, in a configuration in which the number of medals paid out in a game in which a navigation notification has been issued is added to and updated as the instruction-based feature payout counters in the accumulation buffers 1 to 3 and the total cumulative instruction-based feature payout number, it is possible to determine whether a game in which a navigation notification has been issued is a game in which a navigation notification has been issued, i.e., whether the medals awarded in that game should be added to and updated as the instruction-based feature payout counters in the accumulation buffers 1 to 3 and the total cumulative instruction-based feature payout number, simply by determining whether the number set in the navigation number setting area of the RAM 41c is 0 or 1 to 13.

本実施例では、メイン制御部41は、ナビ番号として1~13が設定されるものであるが、14以上の値が設定されている場合でも、指示込役物比率更新処理において、ナビ報知が行われるゲームであると判定し、累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を更新するとともに、ナビ報知が行われたか否かに関わらず付与されたメダルの払出枚数に対するナビ報知が行われたゲームにおけるメダルの払出枚数の比率(指示込役物払出比率、指示込役物払出比率(6000G))を算出する構成である。 In this embodiment, the main control unit 41 is set with 1 to 13 as the navigation number, but even if a value of 14 or more is set, the navigation notification is not performed in the instruction-included accessory ratio update process. It is determined that the game is to be played, and the instruction-inclusive accessory payout counter of cumulative buffers 1 to 3 and the total cumulative number of instruction-inclusive accessory payouts are updated, and the medals are awarded regardless of whether or not the navigation notification has been made. This configuration calculates the ratio of the number of medals paid out in the game in which the navigation notification was given to the number of medals paid out (instruction included accessory payout ratio, instruction included accessory payout ratio (6000G)).

このような構成とすることで、ナビ報知が行われた場合に設定される1~13の範囲を超えた14以上の値がRAM41cのナビ番号設定領域に設定された場合、すなわちナビ報知が行われたか否かが特定できない場合には、ナビ報知が行われたものとして当該ゲームにおいて付与されるメダルが累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数として計数されるため、不正プログラムや誤作動によってナビ報知が行われたか否かが分からない状況となっても、ナビ報知が行われたか否かに関わらず付与されたメダルの払出枚数に対するナビ報知が行われたゲームにおけるメダルの払出枚数の比率(指示込役物払出比率、指示込役物払出比率(6000G))が低下することがなく、当該比率から適度な射幸性が担保されているか否かを特定することができる。 With this configuration, if a value of 14 or more is set in the navigation number setting area of RAM 41c, which is outside the range of 1 to 13 that is set when a navigation notification is made, that is, if it cannot be determined whether a navigation notification has been made or not, the medals awarded in the game are counted as if a navigation notification has been made in the instruction-based feature payout counters of accumulation buffers 1 to 3 and the total cumulative instruction-based feature payout number. Therefore, even if it becomes unclear whether a navigation notification has been made or not due to a fraudulent program or malfunction, the ratio of the number of medals paid out in a game in which a navigation notification has been made to the number of medals paid out that have been awarded, regardless of whether a navigation notification has been made or not (instruction-based feature payout ratio, instruction-based feature payout ratio (6000G)) does not decrease, and it can be determined from this ratio whether an appropriate level of gambling is guaranteed or not.

本実施例では、メイン制御部41は、操作信号設定処理において、推奨する停止操作態様を特定可能な操作信号を試験装置に対して送信するための処理を行う。また、メイン制御部41は、操作信号設定処理において、RAM41cのナビ番号設定領域に設定されているナビ番号を取得し、ナビ番号が1以上であり、ナビ報知が行われる場合には、ナビ番号に対応する停止操作態様を特定可能な操作信号を出力するための処理を行い、ナビ番号が0であり、ナビ報知が行われない場合には、当選番号に対応する停止操作態様を特定可能な操作信号を出力するための処理を行う構成である。このような構成とすることで、RAM41cのナビ番号設定領域に設定されたナビ番号を参照し、RAM41cのナビ番号設定領域に1~13が設定されている場合には、RAM41cのナビ番号設定領域に設定されたナビ番号を利用してナビ報知に対応する操作態様を特定可能な操作信号を出力することができる。 In the present embodiment, the main control unit 41 performs processing for transmitting an operation signal that can specify a recommended stop operation mode to the test device in the operation signal setting process. In addition, in the operation signal setting process, the main control unit 41 acquires the navigation number set in the navigation number setting area of the RAM 41c, and if the navigation number is 1 or more and navigation notification is performed, the navigation number Processing is performed to output an operation signal that can specify the stop operation mode corresponding to the winning number, and if the navigation number is 0 and no navigation notification is performed, the stop operation mode corresponding to the winning number can be specified. This configuration performs processing for outputting operation signals. With this configuration, the navigation number set in the navigation number setting area of RAM 41c is referenced, and if 1 to 13 is set in the navigation number setting area of RAM 41c, the navigation number setting area of RAM 41c is Using the navigation number set in , it is possible to output an operation signal that can specify the operation mode corresponding to the navigation notification.

本実施例では、メイン制御部41は、遊技補助表示器12の出力バッファに設定された表示データに基づく点灯/消灯信号を出力し、遊技補助表示器12に種々の情報を表示可能であり、小役が入賞し、メダルの付与を伴う場合には、遊技補助表示器12に払出枚数(1~15)を表示させることが可能となっている。 In this embodiment, the main control unit 41 outputs a light-on/light-off signal based on the display data set in the output buffer of the game auxiliary display 12, and various information can be displayed on the game auxiliary display 12. When a minor win occurs and medals are awarded, the game auxiliary display 12 can display the number of coins paid out (1 to 15).

また、メイン制御部41は、ナビ報知を行う場合には、スタートスイッチ7が操作されたときにRAM41cのナビ番号設定領域に設定したナビ番号を表示データに変換し、遊技補助表示器12の出力バッファにセットすることで、遊技補助表示器12にナビ番号を表示させ、第3停止リールの停止操作(OFFからONへの変化)が検出されたタイミングで、遊技補助表示器12の出力バッファを初期化し、遊技補助表示器12を非表示状態とする。その後、払出枚数の表示を行う場合には、全リールが停止し、かつ第3停止リールの停止操作がOFFとなることで、小役の入賞により付与される払出枚数を表示データに変換し、遊技補助表示器12の出力バッファにセットすることで、遊技補助表示器12に払出枚数を表示させる。 When the main control unit 41 performs a navigation notification, the main control unit 41 converts the navigation number set in the navigation number setting area of the RAM 41c when the start switch 7 is operated into display data, sets the data in the output buffer of the game auxiliary display 12, and displays the navigation number on the game auxiliary display 12. When the stop operation of the third stop reel (change from OFF to ON) is detected, the main control unit 41 initializes the output buffer of the game auxiliary display 12, and sets the game auxiliary display 12 to a non-display state. After that, when the number of payout coins is to be displayed, all reels are stopped and the stop operation of the third stop reel is turned OFF, and the number of payout coins awarded for the winning of a minor role is converted into display data, and sets the data in the output buffer of the game auxiliary display 12, causing the game auxiliary display 12 to display the number of payout coins.

そして、遊技補助表示器12の出力バッファにセットされたナビ番号の表示データは、払出枚数の表示データが遊技補助表示器12の出力バッファにセットされる前に初期化される一方で、RAM41cのナビ番号設定領域に設定したナビ番号は、初期化されずに維持される構成である。 The display data of the navigation number set in the output buffer of the gaming aid display 12 is initialized before the display data of the payout number is set in the output buffer of the gaming aid display 12, while the navigation number set in the navigation number setting area of the RAM 41c is maintained without being initialized.

このような構成とすることで、ナビ報知が行われたゲームであるか否かを判断するために、第3停止リールの停止操作(OFFからONへの変化)が検出されたタイミング以降もRAM41cのナビ番号設定領域に設定したナビ番号は維持されるが、RAM41cのナビ番号設定領域に設定したナビ番号に基づいて設定されたナビ番号の表示データは、払出枚数の表示データが遊技補助表示器12の出力バッファにセットされる前に初期化され、払出枚数の表示が開始される前に、遊技補助表示器12に表示されたナビ表示が消去されるため、ナビ表示と払出枚数の表示が混同してしまうことを防止できる。 With this configuration, in order to determine whether or not the game is a game in which navigation notification has been performed, the RAM 41c is saved even after the timing when the stop operation (change from OFF to ON) of the third stop reel is detected. The navigation number set in the navigation number setting area of the RAM 41c is maintained, but the display data of the navigation number set based on the navigation number set in the navigation number setting area of the RAM 41c, the display data of the number of payouts is displayed on the gaming auxiliary display. The navigation display displayed on the game auxiliary display 12 is initialized before being set in the output buffer of 12, and the navigation display displayed on the gaming auxiliary display 12 is erased before the display of the number of payouts starts, so the navigation display and the display of the number of payouts are This can prevent confusion.

尚、本実施例では、小役の入賞に伴い付与された払出枚数が、ナビ報知によりナビ番号が表示されるのと共通の遊技補助表示器12に表示される構成であるが、払出枚数がナビ番号が表示される遊技補助表示器12とは異なる表示器に表示される構成としても良く、このような構成であっても、払出枚数が表示される前に、遊技補助表示器12の出力バッファを初期化し、遊技補助表示器12を非表示状態とすることで、払出枚数の表示が開始される前に、遊技補助表示器12に表示されたナビ表示が消去されるため、ナビ表示と払出枚数の表示が混同してしまうことを防止できる。 In addition, in this embodiment, the number of coins to be paid out in conjunction with the winning of a small winning combination is displayed on the game auxiliary display 12, which is the same as the navigation number displayed by the navigation notification, but the number of coins to be paid out is The navigation number may be displayed on a different display from the gaming auxiliary display 12 on which the navigation number is displayed, and even in such a configuration, the output of the gaming auxiliary display 12 may be displayed before the number of payout coins is displayed. By initializing the buffer and putting the gaming auxiliary display 12 into a non-display state, the navigation display displayed on the gaming auxiliary display 12 is erased before the display of the number of payout coins starts, so the navigation display and It is possible to prevent the display of the number of payout coins from being confused.

本実施例では、RAM41cのナビ番号設定領域は、RAM41cの1ゲームの終了時に初期化される毎ゲーム終了時対象領域に含まれる構成である。このような構成とすることで、1ゲーム終了時の初期化によりRAM41cの1ゲーム毎に初期化される他の領域と併せてナビ番号設定領域も初期化され、ナビ番号設定領域に設定されたナビ番号も初期化されるので、ナビ番号設定領域に設定されたナビ番号を効率良く初期化することができる。 In this embodiment, the navigation number setting area of the RAM 41c is included in a target area at the end of each game, which is initialized at the end of one game in the RAM 41c. With this configuration, the navigation number setting area is initialized along with other areas of the RAM 41c that are initialized for each game by initialization at the end of one game, and the navigation number setting area is initialized. Since the navigation number is also initialized, the navigation number set in the navigation number setting area can be efficiently initialized.

本実施例では、メイン制御部41は、有利区間において区間表示LED19を点灯させることで、有利区間である旨を報知することが可能であり、有利区間の終了時には、ナビ番号が記憶されるナビ番号設定領域が、区間表示LED19が消灯状態となる前に初期化される構成である。このような構成とすることで、RAM41cのナビ番号設定領域は、有利区間が終了する場合に、区間表示LED19が消灯状態となる前に初期化されるので、区間表示LED19が消灯状態となったにも関わらず、ナビ報知が行われてしまうことを防止できる。 In this embodiment, the main control unit 41 can notify that the advantageous section is an advantageous section by lighting the section display LED 19 during the advantageous section, and at the end of the advantageous section, the navigation system in which the navigation number is stored can be notified. The configuration is such that the number setting area is initialized before the section display LED 19 turns off. With this configuration, the navigation number setting area of the RAM 41c is initialized before the section display LED 19 turns off when the advantageous section ends, so that the section display LED 19 turns off. Despite this, it is possible to prevent navigation notification from being performed.

本実施例では、メイン制御部41は、RAM41cのナビ番号格納領域に設定されているナビ番号を取得し、ナビ番号が1以上の場合には、全リールが停止し、かつ第3停止リールの停止操作がONからOFFとなることで、メダルの払出処理が行われる前に、指示込役物比率更新処理より、累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を更新する構成である。このような構成とすることで、メダルの払出処理の状況によって累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数の更新が滞ることがない。 In this embodiment, the main control unit 41 obtains the navigation number set in the navigation number storage area of the RAM 41c, and when the navigation number is 1 or greater, all reels stop and the stop operation of the third stop reel changes from ON to OFF, and before the medal payout process is performed, the instruction-based feature payout counters of the accumulation buffers 1 to 3 and the total cumulative instruction-based feature payout number are updated by the instruction-based feature ratio update process. With this configuration, the update of the instruction-based feature payout counters of the accumulation buffers 1 to 3 and the total cumulative instruction-based feature payout number is not delayed depending on the status of the medal payout process.

本実施例では、RAM41cのナビ番号格納領域に設定されているナビ番号は、ナビ表示に対応する操作態様で停止操作がされた場合でも、ナビ表示に対応する操作態様以外の操作態様で停止操作がされた場合でも、当該ゲームの終了時まで初期化されない構成である。このような構成とすることで、ナビ表示に対応する操作態様でストップスイッチが操作されたか否かに関わらず、メダルが付与された場合には、累計バッファ1~3の指示込役物払出カウンタ、総累計指示込役物払出枚数を更新することができる。 In this embodiment, the navigation number set in the navigation number storage area of RAM 41c is configured not to be initialized until the end of the game, even if the stop operation is performed in an operation mode corresponding to the navigation display, or in an operation mode other than the operation mode corresponding to the navigation display. With this configuration, when a medal is awarded, the instruction-based feature payout counters of accumulation buffers 1 to 3 and the total cumulative instruction-based feature payout number can be updated, regardless of whether the stop switch is operated in an operation mode corresponding to the navigation display.

本実施例では、メイン制御部41は、RAM41cに有利区間中フラグが設定されている場合に、RAM41cの有利区間中信号バッファをONとする制御を行うことが可能であり、有利区間において区間表示LED19を点灯させることで、有利区間である旨を報知することが可能である。また、区間表示LED19は、RAM41cの有利区間中信号バッファがONであると判定されることで点灯され、有利区間が終了する場合に、有利区間終了処理において有利区間中信号バッファがOFFとなった後、遊技区間報知終了処理においてRAM41cの有利区間中信号バッファがOFFであると判定されることで、消灯状態に制御される構成である。このような構成とすることで、区間表示LED19が消灯状態となり、有利区間である旨の報知が終了しているにも関わらず、有利区間に制御されている状況が生じることがない。 In this embodiment, when the advantageous section flag is set in the RAM 41c, the main control unit 41 can perform control to turn on the advantageous section signal buffer in the RAM 41c, and display the section display in the advantageous section. By lighting up the LED 19, it is possible to notify that it is an advantageous section. In addition, the section display LED 19 is turned on when it is determined that the advantageous section signal buffer in the RAM 41c is ON, and when the advantageous section ends, the advantageous section signal buffer is turned OFF in the advantageous section end process. After that, in the game section notification end process, it is determined that the advantageous section signal buffer in the RAM 41c is OFF, so that the light is turned off. With such a configuration, a situation where the section display LED 19 is turned off and the control is made to be an advantageous section does not occur even though the notification indicating that the section is an advantageous section has ended.

本実施例では、払出枚数の表示は、ゲームの終了後も次のゲームの賭数が設定されるまで継続される構成である。このような構成とすることで、1ゲームが終了した後も、払出枚数の表示を確認することができる。 In this embodiment, the display of the number of coins to be paid out continues even after the end of the game until the number of bets for the next game is set. With such a configuration, the display of the number of coins to be paid out can be checked even after one game is finished.

本実施例では、メイン制御部41は、有利区間の終了時に、RAM41cの有利区間に関連する情報が記憶される領域を初期化するとともに、RAM41cの有利区間に関連する情報が記憶される領域は、1ゲーム毎に初期化されない有利区間終了時対象領域と、1ゲーム毎に初期化される毎ゲーム終了時対象領域(AT関連)と、を含む構成である。このような構成とすることで、有利区間終了時には、1ゲームの終了を待たずに、1ゲーム終了時に初期化される毎ゲーム終了時対象領域(AT関連)に記憶された有利区間に関連する情報も初期化されるので、有利区間が終了したにも関わらず、有利区間に関連する情報が残ってしまうことを防止できる。 In this embodiment, at the end of the advantageous section, the main control unit 41 initializes the area of the RAM 41c where information related to the advantageous section is stored, and the area where the information related to the advantageous section of the RAM 41c is stored. , a target area at the end of an advantageous period that is not initialized for each game, and a target area at the end of each game (AT related) that is initialized for each game. With this configuration, when the advantageous section ends, the data related to the advantageous section stored in the target area (AT-related) at the end of each game, which is initialized at the end of one game, is initialized at the end of one game, without waiting for the end of one game. Since the information is also initialized, it is possible to prevent information related to the advantageous section from remaining even though the advantageous section has ended.

本実施例では、メイン制御部41は、有利区間において複数の有利区間状態に制御可能であるが、有利区間の終了時に制御されている有利区間状態に関わらず、RAM41cの有利区間終了時対象領域及び毎ゲーム終了時対象領域(AT関連)の全ての領域を初期化する構成である。このような構成とすることで、有利区間の終了時に制御されている有利区間状態に関わらず、有利区間に関する情報を全て初期化することができる。 In this embodiment, the main control unit 41 can be controlled to multiple advantageous zone states during an advantageous zone, but is configured to initialize all areas of the target area at the end of the advantageous zone and the target area at the end of every game (AT related) in RAM 41c, regardless of the advantageous zone state controlled at the end of the advantageous zone. By configuring in this way, it is possible to initialize all information related to the advantageous zone, regardless of the advantageous zone state controlled at the end of the advantageous zone.

[作用効果5]
本実施例では、メイン制御部41は、リール停止処理により、回転制御中の全てのリールが定速回転で回転されているか否かを判定し、回転制御中の全てのリールが定速回転で回転されていると判定した場合に、回転制御を行っている全てのリールについて停止操作の受付を有効に設定し、有効な停止操作を検出するとリール回転停止処理を実行し、対応するリールを停止させることができる。
[Effect 5]
In this embodiment, the main control unit 41 determines through the reel stop processing whether all reels under rotation control are rotating at a constant speed, and if it determines that all reels under rotation control are rotating at a constant speed, it sets the acceptance of stop operations for all reels under rotation control to valid, and when it detects a valid stop operation, it executes the reel rotation stop processing to stop the corresponding reel.

また、メイン制御部41は、遊技補助表示器12の出力バッファに表示データが設定された後、当該表示データが消去されるまで、当該表示データに基づく表示内容をタイマ割込処理により遊技補助表示器12に表示させる制御を実行可能である。そして、リール停止処理により、回転制御中の全てのリールが定速回転で回転されていると判定される毎に、RAM41cのナビ番号設定領域からナビ番号を取得し、取得したナビ番号を表示データに変換し、遊技補助表示器12の出力バッファに繰り返しセットする構成である。 In addition, after display data is set in the output buffer of the game auxiliary display 12, the main control unit 41 can execute control to display the display content based on the display data on the game auxiliary display 12 by timer interrupt processing until the display data is erased. And, each time the reel stop processing determines that all reels under rotation control are rotating at a constant speed, the main control unit 41 obtains the navigation number from the navigation number setting area of the RAM 41c, converts the obtained navigation number into display data, and repeatedly sets it in the output buffer of the game auxiliary display 12.

このような構成とすることで、遊技補助表示器12の出力バッファに表示データが設定された後、当該表示データが消去されるまで当該表示データに基づく表示内容が遊技補助表示器12に表示されることとなるが、ナビ対象役を導出させるためのナビ番号を遊技補助表示器12に表示させる場合には、リールの回転制御中において、回転制御中の全てのリールが、停止操作が有効となる定速回転で回転されていることを条件に、ナビ対象役を停止させるナビ番号の表示データを遊技補助表示器12の出力バッファに設定する処理を繰り返し実行可能であるため、停止操作が有効な状態において確実にナビ番号が報知されることを担保することができる。 With this configuration, after the display data is set in the output buffer of the auxiliary gaming display 12, the display content based on the display data is displayed on the auxiliary gaming display 12 until the display data is erased. However, when displaying the navigation number for deriving the navigation target combination on the gaming auxiliary display 12, all reels whose rotation is being controlled must be stopped when the stop operation is valid. The stop operation is effective because it is possible to repeatedly execute the process of setting the display data of the navigation number for stopping the navigation target winning combination in the output buffer of the gaming auxiliary display 12 on the condition that the navigation target winning combination is rotated at a constant speed of It is possible to ensure that the navigation number is reliably notified in a certain situation.

尚、本実施例では、回転制御中の全てのリールが定速回転で回転されていると判定される毎に、RAM41cのナビ番号設定領域からナビ番号を取得し、取得したナビ番号に基づく表示データを遊技補助表示器12の出力バッファに繰り返しセットする構成であるが、回転制御中の全てのリールが定速回転で回転されていると判定された回数がn(n≧2)回に到達する毎に、RAM41cのナビ番号設定領域からナビ番号を取得し、取得したナビ番号に基づく表示データを遊技補助表示器12の出力バッファに繰り返しセットする構成としても良い。 In this embodiment, each time it is determined that all reels under rotation control are rotating at a constant speed, the navigation number is obtained from the navigation number setting area of the RAM 41c, and the display data based on the obtained navigation number is repeatedly set in the output buffer of the game support display 12. However, each time it is determined that all reels under rotation control are rotating at a constant speed, n (n≧2) times, the navigation number may be obtained from the navigation number setting area of the RAM 41c, and the display data based on the obtained navigation number is repeatedly set in the output buffer of the game support display 12.

本実施例では、メイン制御部41は、リール停止処理により、リールの回転制御中において、回転制御中の全てのリールが定速回転で回転されているか否かを判定し、回転制御中の全てのリールが定速回転で回転されていると判定した場合に、停止操作が検出されたか否かを判定する処理を繰り返す構成である。このような構成とすることで、リールの回転制御中において、回転制御中の全てのリールが停止操作が有効となる定速回転で回転されていることを条件に、停止操作が検出されたか否かを判定する操作判定処理を繰り返し実行するため、回転制御中の全てのリールが定速回転で回転されている状態においてストップスイッチが操作されることによりリールが停止することを担保することができる。 In this embodiment, the main control unit 41 is configured to determine whether or not all reels under rotation control are rotating at a constant speed during reel rotation control through the reel stop process, and if it is determined that all reels under rotation control are rotating at a constant speed, repeat the process of determining whether or not a stop operation has been detected. With this configuration, the operation determination process is repeatedly executed to determine whether or not a stop operation has been detected during reel rotation control, on the condition that all reels under rotation control are rotating at a constant speed at which the stop operation is valid, so that it is possible to ensure that the reels are stopped by operating the stop switch when all reels under rotation control are rotating at a constant speed.

本実施例では、メイン制御部41は、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出すると、設定変更状態へ移行させ、遊技者にとっての有利度が異なる1~6の設定値からいずれかの設定値を選択して設定することが可能であり、設定変更状態の開始及び終了に伴って、遊技補助表示器12の出力バッファを初期化することで、遊技補助表示器12を非表示状態とするようになっている。 In this embodiment, when the main control unit 41 detects that the setting key switch 37 is ON when the power supply is resumed after the power supply has been stopped, it transitions to a setting change state, and the player can select and set one of the setting values 1 to 6, which have different degrees of advantage, and when the setting change state starts and ends, the output buffer of the game support display 12 is initialized, causing the game support display 12 to go into a non-display state.

また、メイン制御部41は、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前の制御状態に復帰させる場合には、遊技補助表示器12にエラーコードまたは設定コード以外の表示(ナビ番号または払出枚数)が表示されている場合に、遊技補助表示器12の出力バッファを初期化することで、遊技補助表示器12を非表示状態とするようになっている。 Further, the main control unit 41 does not detect the ON state of the setting key switch 37 when the power supply is restarted after the power supply has been stopped, and when the main control unit 41 returns to the control state before the power supply was stopped. By initializing the output buffer of the gaming auxiliary display 12, when an error code or a display other than the setting code (navigation number or number of paid coins) is displayed on the gaming auxiliary display 12, the gaming auxiliary display 12 12 is in a hidden state.

また、メイン制御部41は、ナビ報知の実行中であり、遊技補助表示器12に操作態様を示すナビ番号(1~13)が表示されている状態で、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前のナビ報知の実行中の状態に復帰させる場合には、遊技補助表示器12の出力バッファを初期化することで、遊技補助表示器12を非表示状態とする。この場合にメイン制御部41は、リール停止処理により、リールの回転が再開した後、リールが定速回転となり停止操作が有効化されたタイミングで、操作態様を示すナビ番号を表示データに変換して再度遊技補助表示器12の出力バッファに設定することで、遊技補助表示器12に操作態様を示すナビ番号(1~13)を表示させることが可能な構成である。 In addition, when the main control unit 41 detects that the setting key switch 37 is ON when the power supply is stopped and then resumed while the navigation notification is being executed and the navigation number (1 to 13) indicating the operation mode is displayed on the gaming auxiliary display 12, and the state in which the navigation notification was being executed before the power supply was stopped is restored, the main control unit 41 initializes the output buffer of the gaming auxiliary display 12 to make the gaming auxiliary display 12 in a non-display state. In this case, after the reel rotation is resumed by the reel stop process, the main control unit 41 converts the navigation number indicating the operation mode into display data and sets it again in the output buffer of the gaming auxiliary display 12 at the timing when the reel starts to rotate at a constant speed and the stop operation is enabled, so that the gaming auxiliary display 12 can display the navigation number (1 to 13) indicating the operation mode.

このような構成とすることで、払出枚数の表示データが設定されていた状態で電力供給が停止し、電力供給が開始されたときに設定値が設定された場合にも、設定値が設定されなかった場合にも、払出枚数の表示データが消去されて遊技補助表示器12が非表示となるので、閉店時に遊技補助表示器12に払出枚数の表示データに基づく表示がされていた状態で電力供給が停止した場合でも、翌日の開店時に遊技補助表示器12に払出枚数の表示データに基づく表示が行われているか否かによって設定値が設定されたか否かが特定されてしまうことを防止できる。また、遊技補助表示器12に操作態様を示すナビ番号(1~13)が表示されている状態で、電力供給が停止された後、電力供給が再開されたときに設定キースイッチ37のON状態を検出せず、電力供給が停止する前のナビ報知の実行中の状態に復帰させる場合に、遊技補助表示器12は非表示となるが、リールの回転が再開した後、リールが定速回転となり停止操作が有効化されることを条件に、操作表示データが遊技補助表示器12の出力バッファに設定されるため、電力供給が再開した後、リールが定速回転となり停止操作が有効化されたタイミングで、遊技補助表示器12に操作態様を示すナビ番号(1~13)の表示を再開させることができる。 With this configuration, if the power supply is stopped while the display data for the number of coins to be paid out has been set, and if the set value has been set when the power supply is started again, the display data for the number of coins to be paid out is erased and the gaming support display 12 is hidden, whether or not the set value has been set. Therefore, even if the power supply is stopped while the gaming support display 12 is displaying a value based on the display data for the number of coins to be paid out at the time the store closes, it is possible to prevent whether or not the set value has been set from being determined based on whether or not the gaming support display 12 is displaying a value based on the display data for the number of coins to be paid out when the store opens the next day. In addition, when the navigation number (1 to 13) indicating the operation mode is displayed on the gaming auxiliary display 12, if the ON state of the setting key switch 37 is not detected when the power supply is resumed after the power supply is stopped and the state in which the navigation notification is being executed before the power supply was stopped is restored, the gaming auxiliary display 12 will be hidden, but after the reels start to rotate at a constant speed and the stop operation is enabled, the operation display data will be set in the output buffer of the gaming auxiliary display 12, so that after the power supply is resumed, the reels start to rotate at a constant speed and the stop operation is enabled, and the display of the navigation number (1 to 13) indicating the operation mode can be resumed on the gaming auxiliary display 12.

以上、本発明の実施例を図面により説明してきたが、本発明はこの実施例に限定されるものではなく、本発明の主旨を逸脱しない範囲における変更や追加があっても本発明に含まれることは言うまでもない。 Although the embodiments of the present invention have been described above with reference to the drawings, the present invention is not limited to these embodiments, and any changes or additions that do not depart from the gist of the present invention are included in the present invention. Needless to say.

前記実施例では、本発明を遊技用価値としてメダル並びにクレジットを用いて賭数が設定されるスロットマシンに適用した例について説明したが、遊技用価値として遊技球を用いて賭数を設定するスロットマシンや、遊技用価値としてクレジットのみを使用して賭数を設定する完全クレジット式のスロットマシンに適用しても良い。 In the above embodiment, an example was explained in which the present invention is applied to a slot machine in which the number of bets is set using medals and credits as the gaming value. The present invention may be applied to a fully credit-type slot machine in which the number of bets is set using only credits as a gaming value.

また、前記実施例及び変形例では、本発明を遊技機の一例であるスロットマシン1に適用する例を示したが、本発明はこれに限定されるものではなく、遊技領域に遊技球を発射することにより遊技を行うパチンコ遊技機、さらには、スロットマシンやパチンコ遊技機以外の一般ゲーム機等、所定の遊技を行う遊技機であれば適用可能である。 In addition, in the above embodiment and modified example, the present invention is applied to a slot machine 1, which is an example of a gaming machine, but the present invention is not limited to this and can be applied to any gaming machine that performs a specific game, such as a pachinko gaming machine in which a game is played by shooting a gaming ball into a game area, and even general gaming machines other than slot machines and pachinko gaming machines.

1 スロットマシン
2L、2C、2R リール
6 MAXBETスイッチ
7 スタートスイッチ
8L、8C、8R ストップスイッチ
51 液晶表示器
41 メイン制御部
91 サブ制御部
1 Slot machine 2L, 2C, 2R Reel 6 MAXBET switch 7 Start switch 8L, 8C, 8R Stop switch 51 Liquid crystal display 41 Main control section 91 Sub control section

Claims (1)

遊技を行う遊技機において、
プログラムを記憶するプログラム記憶手段と、
数値を更新する数値更新手段と、
前記数値更新手段による更新後の数値が規定値を超えたか否かを判定する特定判定手段と、
前記特定判定手段により前記更新後の数値が規定値を超えたか否かの判定が行われた後、前記特定判定手段により前記更新後の数値が規定値を超えたと判定された場合と、前記更新後の数値が規定値を超えていないと判定された場合のいずれでも、前記プログラム記憶手段の特定アドレスに記憶された特定プログラムを実行する特定プログラム実行手段と、
特定領域に値を設定する特定領域設定手段と、
を備え、
前記特定プログラムは、特定領域に設定された値を用いて特定データを更新可能なプログラムを含み、
前記特定領域設定手段は、
前記特定判定手段により前記更新後の数値が規定値を超えたか否かが判定される前に、前記特定データが変更される値を前記特定領域に設定し、
前記特定判定手段により前記更新後の数値が規定値を超えていないと判定された場合に、前記特定プログラムが実行される前に前記特定領域の値を前記特定データが変更されない値に変更し、
前記特定プログラムは、前記特定領域に設定されている値と前記特定データとの演算を行って得られた値を新たな前記特定データとするプログラムである、遊技機。
In gaming machines that play games,
a program storage means for storing a program;
Numerical updating means for updating numerical values;
specific determination means for determining whether the numerical value updated by the numerical value updating means exceeds a specified value ;
After the specific determination means determines whether the updated numerical value exceeds a specified value , the specific determination means determines that the updated numerical value exceeds the specified value ; a specific program execution unit that executes a specific program stored at a specific address of the program storage unit in any case where it is determined that the updated numerical value does not exceed a specified value ;
a specific area setting means for setting a value in the specific area;
Equipped with
The specific program includes a program that can update specific data using a value set in a specific area,
The specific area setting means includes:
Before the specific determination means determines whether the updated numerical value exceeds a specified value , setting a value to which the specific data is to be changed in the specific area;
If the specific determination means determines that the updated numerical value does not exceed a specified value , before the specific program is executed, the value of the specific area is changed to a value that does not change the specific data;
In the gaming machine, the specific program is a program that uses a value obtained by calculating a value set in the specific area and the specific data as new specific data.
JP2019211757A 2019-11-22 2019-11-22 Gaming Machines Active JP7460358B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019211757A JP7460358B2 (en) 2019-11-22 2019-11-22 Gaming Machines

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019211757A JP7460358B2 (en) 2019-11-22 2019-11-22 Gaming Machines

Publications (2)

Publication Number Publication Date
JP2021079028A JP2021079028A (en) 2021-05-27
JP7460358B2 true JP7460358B2 (en) 2024-04-02

Family

ID=75961812

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019211757A Active JP7460358B2 (en) 2019-11-22 2019-11-22 Gaming Machines

Country Status (1)

Country Link
JP (1) JP7460358B2 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005334457A (en) 2004-05-28 2005-12-08 Samii Kk Game machine
JP2010172387A (en) 2009-01-27 2010-08-12 Sammy Corp Slot machine
JP2018191936A (en) 2017-05-16 2018-12-06 株式会社ユニバーサルエンターテインメント Game machine

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005334457A (en) 2004-05-28 2005-12-08 Samii Kk Game machine
JP2010172387A (en) 2009-01-27 2010-08-12 Sammy Corp Slot machine
JP2018191936A (en) 2017-05-16 2018-12-06 株式会社ユニバーサルエンターテインメント Game machine

Also Published As

Publication number Publication date
JP2021079028A (en) 2021-05-27

Similar Documents

Publication Publication Date Title
JP7381331B2 (en) slot machine
JP7391631B2 (en) slot machine
JP7391630B2 (en) slot machine
JP7396873B2 (en) slot machine
JP7460358B2 (en) Gaming Machines
JP7409840B2 (en) slot machine
JP7430520B2 (en) gaming machine
JP7412980B2 (en) gaming machine
JP7391632B2 (en) slot machine
JP7430519B2 (en) gaming machine
JP7412981B2 (en) gaming machine
JP7409843B2 (en) slot machine
JP7409842B2 (en) slot machine
JP7409841B2 (en) slot machine
JP7412982B2 (en) gaming machine
JP7326133B2 (en) slot machine
JP7324693B2 (en) slot machine
JP7381334B2 (en) slot machine
JP7381332B2 (en) slot machine
JP7381333B2 (en) slot machine
JP7376344B2 (en) gaming machine
JP7433890B2 (en) gaming machine
JP7376343B2 (en) gaming machine
JP7362491B2 (en) slot machine
JP7387446B2 (en) gaming machine

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20221003

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230627

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230704

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230831

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20231121

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20240115

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20240321

R150 Certificate of patent or registration of utility model

Ref document number: 7460358

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150