JP2017012488A - Game machine - Google Patents

Game machine Download PDF

Info

Publication number
JP2017012488A
JP2017012488A JP2015132637A JP2015132637A JP2017012488A JP 2017012488 A JP2017012488 A JP 2017012488A JP 2015132637 A JP2015132637 A JP 2015132637A JP 2015132637 A JP2015132637 A JP 2015132637A JP 2017012488 A JP2017012488 A JP 2017012488A
Authority
JP
Japan
Prior art keywords
value
random number
control
state
effect
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2015132637A
Other languages
Japanese (ja)
Other versions
JP6095177B2 (en
Inventor
慎 片山
Shin Katayama
慎 片山
正吾 北
Shogo Kita
正吾 北
雄祐 位田
Yusuke Ida
雄祐 位田
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.)
Olympia KK
Original Assignee
Olympia KK
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 Olympia KK filed Critical Olympia KK
Priority to JP2015132637A priority Critical patent/JP6095177B2/en
Publication of JP2017012488A publication Critical patent/JP2017012488A/en
Application granted granted Critical
Publication of JP6095177B2 publication Critical patent/JP6095177B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a game machine capable of achieving various game properties without increasing a data capacity.SOLUTION: A game machine is configured so that performance control means 180 executes: basis value determination processing for referring to a random number acquired from random number generation means 110, and a common table stored in performance lottery table storage means 196, for determining a basis value; intermediate value determination processing for referring to the random number acquired from the random number generation means 110, and at least one intermediate table out of plural intermediate tables stored in the performance lottery table storage means 196, for determining at least one intermediate value; and control value determination processing for using the basis value determined in the basis value determination processing, and the at least one intermediate value determined in the intermediate value determination processing, for determining at least one control value.SELECTED DRAWING: Figure 2

Description

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

従来、外周面に図柄が配列された複数のリールを備えた遊技機(回胴式遊技機、スロットマシン)が知られている。この種の遊技機は、メダルやパチンコ玉などの遊技媒体に対して一定の遊技価値を付与し、メダルやパチンコ玉のような遊技媒体を獲得するための遊技を行うものである。また、この種の遊技機は、遊技者の回転開始操作を契機として、内部抽選を行うとともに複数のリールの回転を開始させ、遊技者の停止操作を契機として、内部抽選の結果に応じた態様で複数のリールを停止させる制御を行っている。そして、遊技の結果は、複数のリールが停止した状態における入賞判定ライン上に表示された図柄組合せによって判定され、遊技の結果に応じてメダル等の払い出しなどが行われる。   2. Description of the Related Art Conventionally, a gaming machine (swivel type gaming machine, slot machine) including a plurality of reels having symbols arranged on an outer peripheral surface is known. This type of gaming machine gives a certain game value to a game medium such as a medal or a pachinko ball, and performs a game for acquiring a game medium such as a medal or a pachinko ball. In addition, this type of gaming machine has an internal lottery triggered by the player's rotation start operation and starts rotating a plurality of reels, and the player's stop operation triggers an aspect according to the result of the internal lottery. The control is performed to stop a plurality of reels. The game result is determined by the symbol combination displayed on the winning determination line in a state where the plurality of reels are stopped, and medals are paid out according to the game result.

上述した遊技機においては、制御処理で必要となるデータの容量を軽減するために、基準となる値(基準値)と、データ容量が小さい演算用の値(演算値)と、を有し、基底値と演算値とを用いて、制御処理で用いる値を導出する技術が開示されている(例えば、特許文献1)。特許文献1に記載された遊技機においては、例えば、設定値「1」における抽選確率データを基準値とし、基準値と設定値「2」〜「6」における各抽選確率データとの差分値を予め設定した増分係数で除算することでデータの容量を小さくした値を演算値としている。そして、例えば設定値「2」における抽選確率データが必要な制御処理を実行する場合、設定値「2」における演算値に増分係数を乗算し、乗算した値を基底値に加算することで、データの容量が大きい設定値「2」における抽選確率データを記憶することなく設定値「2」における抽選確率データを導出でき、設定値「2」における抽選確率データを用いた制御処理を実行する。   The gaming machine described above has a reference value (reference value) and a calculation value (calculation value) with a small data capacity in order to reduce the amount of data required for the control process, A technique for deriving a value used in a control process using a base value and a calculated value is disclosed (for example, Patent Document 1). In the gaming machine described in Patent Document 1, for example, the lottery probability data at the setting value “1” is used as a reference value, and the difference value between the reference value and each lottery probability data at the setting values “2” to “6” is calculated. A value obtained by reducing the data volume by dividing by a preset increment coefficient is used as a calculation value. For example, when executing a control process that requires lottery probability data at the set value “2”, the operation value at the set value “2” is multiplied by an increment coefficient, and the multiplied value is added to the base value, whereby data The lottery probability data at the setting value “2” can be derived without storing the lottery probability data at the setting value “2” having a large capacity, and a control process using the lottery probability data at the setting value “2” is executed.

特開2001−104544号公報JP 2001-104544 A

ところで、近年、遊技機においては、制御処理の実行時において用いる値(制御値)の数を増やし、用いると決定した制御値によって制御処理の内容に多様性が出るように構成することで、遊技性を向上させている。データ容量を削減しつつ制御値の数を増やすために、複数の抽選テーブルから決定される複数の値を用いて制御値を導出する構成が考えられる。   By the way, in recent years, in gaming machines, the number of values (control values) used at the time of execution of control processing is increased, and the contents of the control processing vary depending on the control values determined to be used. Improves sex. In order to increase the number of control values while reducing the data capacity, a configuration in which control values are derived using a plurality of values determined from a plurality of lottery tables is conceivable.

しかし、制御値を用いる制御処理の数が増えると、制御処理毎に制御値を導出するため、複数の抽選テーブルから決定される複数の値が制御処理の数の分だけ必要であることから、制御処理の数に比例して複数の抽選テーブルの数が増えてしまい、データ容量が増大してしまう。   However, as the number of control processes using control values increases, a control value is derived for each control process, and therefore, a plurality of values determined from a plurality of lottery tables are required by the number of control processes. The number of lottery tables increases in proportion to the number of control processes, and the data capacity increases.

そこで、本発明は、データ容量を増やすことなく多様な遊技性を実現可能な遊技機を提供することを目的としている。   Accordingly, an object of the present invention is to provide a gaming machine capable of realizing various gaming properties without increasing the data capacity.

(1)本発明は、乱数を生成する乱数生成手段(110)と、
制御処理で用いる制御値を決定する制御値決定手段(180)と、
前記制御値決定手段が前記乱数生成手段から取得する乱数に対して、基底値が対応付けられた共通テーブル及び中間値が対応付けられた複数の中間テーブルを記憶するテーブル記憶手段(196)と、を備え、
前記制御値決定手段は、
前記乱数生成手段から取得した乱数と、前記テーブル記憶手段に記憶されている前記共通テーブルと、を参照して前記基底値を決定する基底値決定処理と、
前記乱数生成手段から取得した乱数と、前記テーブル記憶手段に記憶されている前記複数の中間テーブルのうち少なくとも1つの中間テーブルと、を参照して少なくとも1つの前記中間値を決定する中間値決定処理と、
前記基底値決定処理で決定した前記基底値と、前記中間値決定処理で決定した少なくとも1つの前記中間値と、を用いて少なくとも1つの前記制御値を決定する制御値決定処理と、を実行する、ことを特徴とする。
(1) The present invention provides a random number generation means (110) for generating a random number;
Control value determining means (180) for determining a control value used in the control processing;
Table storage means (196) for storing a common table associated with base values and a plurality of intermediate tables associated with intermediate values for the random numbers acquired by the control value determining means from the random number generating means; With
The control value determining means includes
A base value determination process for determining the base value with reference to a random number acquired from the random number generation means and the common table stored in the table storage means;
Intermediate value determination processing for determining at least one intermediate value with reference to the random number acquired from the random number generation means and at least one intermediate table among the plurality of intermediate tables stored in the table storage means When,
A control value determining process for determining at least one control value using the base value determined in the base value determining process and at least one of the intermediate values determined in the intermediate value determining process; It is characterized by that.

本発明では、制御値決定手段が、基底値決定処理において、乱数生成手段から取得した乱数と共通テーブルとを参照して基底値を決定し、中間値決定処理において、乱数生成手段から取得した乱数と複数の中間テーブルのうち少なくとも1つの中間テーブルとを参照して中間値を決定する。そして、制御値決定処理において、基底値決定処理で決定した基底値と中間値決定処理で決定した少なくとも1つの中間値とを用いて、少なくとも1つの制御値を決定する。   In the present invention, the control value determining means determines the base value with reference to the random number acquired from the random number generating means and the common table in the base value determining process, and the random number acquired from the random number generating means in the intermediate value determining process. And an intermediate value is determined with reference to at least one intermediate table among the plurality of intermediate tables. In the control value determination process, at least one control value is determined using the base value determined in the base value determination process and at least one intermediate value determined in the intermediate value determination process.

つまり、本発明の遊技機は、いずれの制御値を決定する場合においても変更されない共通テーブルを参照して決定される基底値と、決定する制御値によって変更可能な中間テーブルを参照して決定される中間値と、を用いて制御値を決定するため、制御値を決定するために必要なデータを削減でき、データ容量を増やすことなく多様な遊技性を実現可能となる。   In other words, the gaming machine of the present invention is determined with reference to the base value determined with reference to the common table that is not changed in determining any control value and the intermediate table that can be changed according to the determined control value. Since the control value is determined using the intermediate value, the data required for determining the control value can be reduced, and various games can be realized without increasing the data capacity.

(2)また、本発明の遊技機は、前記複数の中間テーブルにおいて、それぞれ前記中間値に対応付けられている乱数は、同一のバイト数で構成される、ことを特徴とする。   (2) In addition, the gaming machine of the present invention is characterized in that, in the plurality of intermediate tables, random numbers associated with the intermediate values are configured with the same number of bytes.

このため、本発明の遊技機は、中間テーブルを参照する際に必要な乱数のバイト数がいずれの中間テーブルを参照する場合にも同一であることから、使用する中間テーブルに応じて取得する乱数のバイト数を変更する必要がなく、データ容量を削減することができる。   For this reason, the gaming machine according to the present invention uses the same random number of bytes when referring to the intermediate table, so that the random number acquired according to the intermediate table to be used is the same. It is not necessary to change the number of bytes, and the data capacity can be reduced.

(3)また、本発明の遊技機は、前記共通テーブルにおいて、前記基底値に対応付けられている乱数は、前記複数の中間テーブルにおいて、それぞれ前記中間値に対応付けられている乱数と同一のバイト数で構成される、ことを特徴とする。   (3) Further, in the gaming machine of the present invention, the random number associated with the base value in the common table is the same as the random number associated with the intermediate value in each of the plurality of intermediate tables. It consists of the number of bytes.

このため、本発明の遊技機は、共通テーブルを参照する際に必要な乱数のバイト数がいずれの中間テーブルを参照する場合と同一であることから、基底値決定処理を実行する場合と中間値決定処理で実行する場合とで取得する乱数のバイト数を変更する必要がない。つまり、本発明の遊技機は、制御値を決定するために必要となる乱数のバイト数を変更する必要がなく、データ容量を削減することができる。   For this reason, in the gaming machine of the present invention, the number of bytes of random numbers required when referring to the common table is the same as when referring to any intermediate table. There is no need to change the number of bytes of random numbers to be acquired when executing in the decision process. That is, the gaming machine of the present invention does not need to change the number of bytes of random numbers required for determining the control value, and can reduce the data capacity.

本発明によれば、データ容量を増やすことなく多様な遊技性を実現可能な遊技機を提供することができる。   According to the present invention, it is possible to provide a gaming machine capable of realizing various gaming properties without increasing the data capacity.

本発明の実施形態の遊技機の外観構成を示す斜視図である。It is a perspective view which shows the external appearance structure of the game machine of embodiment of this invention. 本発明の実施形態の遊技機の機能ブロックを説明する図である。It is a figure explaining the functional block of the gaming machine of the embodiment of the present invention. (A)は、本発明の実施形態の遊技機における遊技状態の状態遷移図、(B)は、演出状態の状態遷移図である。(A) is a state transition diagram of the gaming state in the gaming machine of the embodiment of the present invention, (B) is a state transition diagram of the production state. (A)は、本発明の実施形態の遊技機の基底値抽選テーブルを示す図、(B)は、第1中間値抽選テーブルを示す図、(C)は、第2中間値抽選テーブルを示す図である。(A) is a diagram showing a base value lottery table of the gaming machine according to the embodiment of the present invention, (B) is a diagram showing a first intermediate value lottery table, (C) is a second intermediate value lottery table. FIG. 本発明の実施形態の遊技機における遊技において実行される遊技の制御処理を示すフローチャートである。It is a flowchart which shows the control processing of the game performed in the game in the game machine of embodiment of this invention. 図5に示した遊技の制御処理において実行される基底値抽選処理を示すフローチャートである。It is a flowchart which shows the base value lottery process performed in the control process of the game shown in FIG. 図5に示した遊技の制御処理において実行される制御値設定処理を示すフローチャートである。It is a flowchart which shows the control value setting process performed in the control process of the game shown in FIG. 図7に示した制御値設定処理において実行される第1制御値抽選処理を示すフローチャートである。It is a flowchart which shows the 1st control value lottery process performed in the control value setting process shown in FIG. 図7に示した制御値設定処理において実行される第2制御値抽選処理を示すフローチャートである。It is a flowchart which shows the 2nd control value lottery process performed in the control value setting process shown in FIG.

以下、本実施形態について説明する。なお、以下に説明する本実施形態は、特許請求の範囲に記載された本発明の内容を不当に限定するものではない。また、本実施形態で説明される構成の全てが、本発明の必須構成要件であるとは限らない。   Hereinafter, this embodiment will be described. In addition, this embodiment demonstrated below does not unduly limit the content of this invention described in the claim. In addition, all the configurations described in the present embodiment are not necessarily essential configuration requirements of the present invention.

1.構成
図1は、本発明の実施形態に係るスロットマシン1の外観構成を示す斜視図である。本実施形態のスロットマシン1は、いわゆる回胴式遊技機と呼ばれるもので、メダルを遊技媒体として用いた遊技を行う種類の遊技機である。
1. Configuration FIG. 1 is a perspective view showing an external configuration of a slot machine 1 according to an embodiment of the present invention. The slot machine 1 according to the present embodiment is a so-called spinning-type game machine, and is a type of game machine that performs a game using a medal as a game medium.

本実施形態のスロットマシン1は、収納箱BX、前面上扉UD及び前面下扉DDからなる箱形の筐体内に複数のリールとしての第1リールR1〜第3リールR3からなるリールユニットが収められている。また、筐体内のリールユニットの下部には、メダルの払出装置としてのホッパーユニット320(図2参照)が収められている。また、本実施形態のスロットマシン1の筐体内には、CPU、ROM(情報記憶媒体の一例)、RAM等を搭載し、スロットマシン1の動作を制御する制御基板も収められている。   In the slot machine 1 of the present embodiment, a reel unit including a first reel R1 to a third reel R3 as a plurality of reels is housed in a box-shaped casing including a storage box BX, a front upper door UD, and a front lower door DD. It has been. A hopper unit 320 (see FIG. 2) as a medal payout device is housed in the lower part of the reel unit in the housing. In addition, a CPU, a ROM (an example of an information storage medium), a RAM, and the like are mounted in the casing of the slot machine 1 of the present embodiment, and a control board that controls the operation of the slot machine 1 is also housed.

図1に示す第1リールR1〜第3リールR3は、それぞれ外周面が一定の間隔で21の領域(以下、各領域を「コマ」と記載する)に区画されており、各コマに複数種類の図柄のいずれかが配列されている。また、第1リールR1〜第3リールR3は、リール駆動手段としてのステッピングモータ(図示省略)に軸支されており、それぞれステッピングモータの軸周りに回転駆動され、ステッピングモータの駆動パルスのパルス数やパルス幅などを制御することによって、コマ単位(所定の回転角度単位、所定の回転量単位)で停止可能に設けられている。すなわち、本実施形態のスロットマシン1では、ステッピングモータが制御基板から供給された駆動パルスに応じて第1リールR1〜第3リールR3を回転駆動し、制御基板から駆動パルスの供給が断たれると、ステッピングモータの回転が停止することに伴って第1リールR1〜第3リールR3が停止する。   The first reel R1 to the third reel R3 shown in FIG. 1 each have an outer peripheral surface divided into 21 regions (hereinafter referred to as “frames”) at regular intervals. One of the symbols is arranged. Further, the first reel R1 to the third reel R3 are pivotally supported by a stepping motor (not shown) as reel driving means, and are each driven to rotate around the axis of the stepping motor, and the number of drive pulses of the stepping motor. And by controlling the pulse width and the like, the frame can be stopped in units of frames (a predetermined rotation angle unit and a predetermined rotation amount unit). That is, in the slot machine 1 of the present embodiment, the stepping motor rotates and drives the first reel R1 to the third reel R3 according to the drive pulse supplied from the control board, and the supply of the drive pulse from the control board is cut off. Then, as the rotation of the stepping motor stops, the first reel R1 to the third reel R3 stop.

前面上扉UDと前面下扉DDとは、個別に開閉可能に設けられている。前面上扉UDには、第1リールR1〜第3リールR3の回転状態及び停止状態を観察可能にする表示窓DWが設けられている。第1リールR1〜第3リールR3の停止状態では、第1リールR1〜第3リールR3それぞれの外周面に一定間隔で配列された複数種類の図柄のうち、外周面上に連続して配列されている3つの図柄(上段図柄、中段図柄、下段図柄)をスロットマシン1の正面から表示窓DWを通じて観察できるようになっている。   The front upper door UD and the front lower door DD are provided so that they can be opened and closed individually. The front upper door UD is provided with a display window DW that allows observation of the rotation state and the stop state of the first reel R1 to the third reel R3. In the stopped state of the first reel R1 to the third reel R3, the plurality of types of symbols arranged at regular intervals on the outer peripheral surfaces of the first reel R1 to the third reel R3 are continuously arranged on the outer peripheral surface. The three symbols (the upper symbol, the middle symbol, and the lower symbol) can be observed from the front of the slot machine 1 through the display window DW.

また、本実施形態のスロットマシン1では、表示窓DWを通じて図柄を観察するための表示位置として、各リールについて上段、中段、下段が設けられており、各リールの表示位置の組合せによって有効ラインが設定されている。なお、本実施形態のスロットマシン1では、1回の遊技に関して必要となるメダルの数、いわゆる規定投入数が3枚に設定され、規定投入数に相当するメダルが投入されると第1リールR1〜第3リールR3の中段によって構成される有効ラインL1が有効化される。   Further, in the slot machine 1 of the present embodiment, the upper, middle, and lower stages are provided for each reel as display positions for observing the symbol through the display window DW. Is set. In the slot machine 1 of the present embodiment, the number of medals required for one game, the so-called prescribed insertion number is set to three, and when a medal corresponding to the prescribed insertion number is inserted, the first reel R1 The effective line L1 configured by the middle stage of the third reel R3 is activated.

そして、遊技結果は、表示窓DW内の有効ラインL1上に停止表示された図柄組合せによって判定され、有効ラインL1上の図柄組合せが予め定められた役に対応した図柄組合せである場合に、その役が入賞したものとしてホッパーユニット320からメダルの払い出し等が行われる。   The game result is determined by the symbol combination stopped and displayed on the active line L1 in the display window DW, and when the symbol combination on the effective line L1 is a symbol combination corresponding to a predetermined role, As a winning combination, medals are paid out from the hopper unit 320.

前面上扉UDには、遊技情報表示部DSが設けられている。遊技情報表示部DSは、LED、ランプ、7セグメント表示器等からなり、メダルのクレジット数、1回の遊技におけるメダルの払出数あるいは獲得数、ボーナス状態でのメダルの払出数の合計あるいは獲得数の合計、メダルの払い出しに関係するストップボタンB1〜ストップボタンB3の押し方を示唆する情報の表示等の各種遊技情報が表示される。   A game information display section DS is provided on the front upper door UD. The game information display unit DS includes an LED, a lamp, a 7-segment display, and the like. The number of medals credits, the number of medals paid out or won in one game, and the total number of medals paid out or won in a bonus state. And various game information such as display of information suggesting how to press the stop button B1 to the stop button B3 related to the payout of medals.

また、前面上扉UDには、演出を行うための表示装置330が設けられている。表示装置330は、例えば液晶ディスプレイから構成され、遊技を補助したり、遊技を盛り上げたりするための各種の映像や画像が表示される。また、本実施形態のスロットマシン1では、前面上扉UDや前面下扉DDに対して、演出を行うためのスピーカ(図示省略)が複数設けられている。スピーカからは、遊技を補助したり、遊技を盛り上げたりするための各種の音声が出力される。   The front upper door UD is provided with a display device 330 for performing effects. The display device 330 is composed of, for example, a liquid crystal display, and displays various videos and images for assisting the game or exciting the game. Further, in the slot machine 1 of the present embodiment, a plurality of speakers (not shown) for producing effects are provided for the front upper door UD and the front lower door DD. From the speaker, various sounds for assisting the game or exciting the game are output.

前面下扉DDには、各種の操作手段が設けられている。操作手段としては、クレジット(貯留)されたメダルを投入する操作を行うための投入操作手段として、1枚のメダルを投入するシングルベットボタンBT及び規定投入数のメダルを投入するマックスベットボタンMB、第1リールR1〜第3リールR3を回転させて遊技を開始する契機となる開始操作を遊技者に実行させるための遊技開始操作手段としてのスタートレバーSL、ステッピングモータにより回転駆動されている第1リールR1〜第3リールR3のそれぞれを停止させる契機となる停止操作を遊技者に実行させるための停止操作手段としてのストップボタンB1〜ストップボタンB3及びクレジットされたメダルを精算するための精算ボタンBSも設けられている。   Various operation means are provided on the front lower door DD. As the operation means, a single bet button BT for inserting one medal and a max bet button MB for inserting a predetermined number of medals as input operation means for performing an operation of inserting a credited (stored) medal. The first lever R1 to the third reel R3 are rotated and driven by a start lever SL as a game start operation means for causing the player to execute a start operation that triggers the start of the game by rotating the first reel R1 to the third reel R3. Stop buttons B1 to B3 as stop operation means for causing the player to execute a stop operation that triggers the stop of each of the reels R1 to R3, and an adjustment button BS for adjusting the credited medals. Is also provided.

本実施形態のスロットマシン1では、遊技者がメダルをメダル投入口MIに投入するか、メダルが規定投入数以上にクレジットされている場合に、規定投入数と同じ回数シングルベットボタンBTを押下するシングルベット操作又はマックスベットボタンMBを押下するマックスベット操作を行うことで、規定投入数のメダルが投入状態に設定され、第1リールR1〜第3リールR3の回転制御を開始することが可能な準備状態にセットされる。そして、遊技者がスタートレバーSLに対して開始操作を実行すると、制御基板において第1リールR1〜第3リールR3をステッピングモータの駆動により回転開始させるとともに、乱数値を用いた内部抽選が行われ、第1リールR1〜第3リールR3の回転速度が所定の速度まで上昇し定常回転になったことを条件に、ストップボタンB1〜ストップボタンB3の押下操作が許可、すなわちストップボタンB1〜ストップボタンB3による停止操作が有効化される。   In the slot machine 1 of the present embodiment, when the player inserts a medal into the medal insertion slot MI or when the medal is credited more than the predetermined insertion number, the player presses the single bet button BT as many times as the predetermined insertion number. By performing a single bet operation or a max bet operation in which the max bet button MB is pressed, a predetermined number of inserted medals are set in the inserted state, and rotation control of the first reel R1 to the third reel R3 can be started. Set to ready state. When the player performs a start operation on the start lever SL, the first reel R1 to the third reel R3 are started to rotate by driving the stepping motor on the control board, and an internal lottery using a random number value is performed. On the condition that the rotation speed of the first reel R1 to the third reel R3 is increased to a predetermined speed and becomes a steady rotation, the pressing operation of the stop button B1 to the stop button B3 is permitted, that is, the stop button B1 to the stop button. The stop operation by B3 is validated.

その後、遊技者が任意のタイミングでストップボタンB1〜ストップボタンB3を押下(以下、「押下タイミング」と記載)していくと、ストップボタンB1〜ストップボタンB3のそれぞれに内蔵されている停止信号出力手段としてのストップスイッチ240がオン動作を行い、制御基板へ出力するリール停止信号をオフ状態からオン状態へ変化させる。ここで、ストップスイッチは、例えば、フォトセンサ、導通センサ、圧力センサ等から構成される。   Thereafter, when the player presses down the stop button B1 to the stop button B3 (hereinafter referred to as “pressing timing”) at an arbitrary timing, the stop signal output built in each of the stop buttons B1 to B3 is output. A stop switch 240 as a means performs an on operation to change a reel stop signal output to the control board from the off state to the on state. Here, the stop switch includes, for example, a photo sensor, a continuity sensor, a pressure sensor, and the like.

また、遊技者が任意のタイミングで押下状態にあるストップボタンB1〜ストップボタンB3を解放すると、ストップボタンB1〜ストップボタンB3それぞれに対応するストップスイッチがオフ動作を行い、制御基板へ出力するリール停止信号をオン状態からオフ状態に変化させる。そして、制御基板は、ストップボタンB1〜ストップボタンB3の押下タイミング及び解放タイミングに応じて信号状態が変化するリール停止信号のオフ状態からオン状態への変化に基づいて、内部抽選の結果に応じた停止位置で第1リールR1〜第3リールR3を停止させる。   In addition, when the player releases the stop button B1 to the stop button B3 that are in the pressed state at an arbitrary timing, the stop switch corresponding to each of the stop button B1 to the stop button B3 performs an off operation, and the reel stop that is output to the control board The signal is changed from the on state to the off state. Then, the control board responds to the result of the internal lottery based on the change from the off state to the on state of the reel stop signal whose signal state changes according to the press timing and release timing of the stop button B1 to the stop button B3. The first reel R1 to the third reel R3 are stopped at the stop position.

また、前面下扉DDの下部には、メダル払出口MOとメダル受け皿MPとが設けられており、遊技の結果に応じた枚数のメダルがメダル払出口MOからメダル受け皿MPへ払い出されるようになっている。また、遊技機内にクレジットされたメダルが記憶されている状態で、精算ボタンBSが押下された場合、精算ボタンBSの押下に伴ってホッパーユニット320からクレジット数(クレジットされたメダルの枚数)に相当する枚数のメダルを払い出す精算処理を実行し、メダル払出口MOからメダル受け皿MPへメダルを払い出す。   Further, a medal payout opening MO and a medal tray MP are provided at the lower part of the front lower door DD, and the number of medals according to the game result is paid out from the medal payout port MO to the medal tray MP. ing. Further, when the settlement button BS is pressed while the credited medal is stored in the gaming machine, it corresponds to the number of credits (number of credited medals) from the hopper unit 320 when the settlement button BS is pressed. A settlement process for paying out the number of medals is performed, and medals are paid out from the medal payout exit MO to the medal tray MP.

図2は、本実施形態のスロットマシン1の機能ブロック図である。本実施形態のスロットマシン1は、制御基板としての遊技制御手段100によって制御される。遊技制御手段100は、メダル投入スイッチ210と、複数の操作検出手段としてのベットスイッチ220、スタートスイッチ230及びストップスイッチ240と、の入力手段からの入力信号を受けて、遊技を実行するための各種の演算を行い、演算結果に基づいてリールユニット310、ホッパーユニット320、表示装置330、音響装置340等の出力手段の動作を制御する。遊技制御手段100の機能は各種のプロセッサ(CPU、DSPなど)、ASIC(ゲートアレイなど)、ROM(情報記憶媒体の一例)、あるいはRAMなどのハードウェアや、ROMなどに予め記憶されている所定のプログラムからなるソフトウェアにより実現される。   FIG. 2 is a functional block diagram of the slot machine 1 of the present embodiment. The slot machine 1 of this embodiment is controlled by the game control means 100 as a control board. The game control means 100 receives various input signals from the input means of the medal insertion switch 210, a bet switch 220 as a plurality of operation detection means, a start switch 230, and a stop switch 240, and executes various games. The operation of the output means such as the reel unit 310, the hopper unit 320, the display device 330, and the acoustic device 340 is controlled based on the calculation result. The functions of the game control means 100 are various processors (CPU, DSP, etc.), ASIC (gate array, etc.), ROM (an example of an information storage medium), or hardware such as RAM, or a predetermined information stored in advance in a ROM, etc. It is realized by software consisting of these programs.

また、遊技制御手段100は、投入受付手段105、乱数生成手段110、内部抽選手段120、リール制御手段130、入賞判定手段140、払出制御手段150、リプレイ処理手段160、遊技状態移行制御手段170、演出制御手段180及び記憶手段190を含む。遊技制御手段100を構成する各手段は、各制御処理の実行時に、記憶手段190に予め記憶されている各制御プログラムを読み出して実行する。   Further, the game control means 100 includes an insertion acceptance means 105, a random number generation means 110, an internal lottery means 120, a reel control means 130, a winning determination means 140, a payout control means 150, a replay processing means 160, a game state transition control means 170, Production control means 180 and storage means 190 are included. Each means constituting the game control means 100 reads and executes each control program stored in advance in the storage means 190 when executing each control process.

投入受付手段105は、メダルの投入を受け付ける投入受付期間において、規定投入数(3枚)に相当するメダルが投入されたことに基づいて、スタートレバーSLに対する遊技開始操作を有効化する処理を行う。具体的には、メダル投入口MIにメダルが投入されると、メダル投入スイッチ210が作動することに伴って、投入受付手段105が、規定投入数を限度として、投入されたメダルを投入状態に設定する。また、投入受付手段105は、メダルがクレジットされた状態でシングルベットボタンBT又はマックスベットボタンMBが押下されるベット操作が実行されると、ベットスイッチ220が作動することに伴って、規定投入数を限度として、クレジットされたメダルを投入状態に設定する。   The insertion accepting means 105 performs a process of validating the game start operation for the start lever SL based on the insertion of medals corresponding to the prescribed number of insertions (3) during the insertion acceptance period for accepting the insertion of medals. . Specifically, when a medal is inserted into the medal insertion slot MI, the insertion accepting unit 105 puts the inserted medals into the insertion state with the specified number of insertions as the limit in accordance with the operation of the medal insertion switch 210. Set. In addition, when the bet operation in which the single bet button BT or the max bet button MB is pressed in a state where the medal is credited is performed, the insertion accepting unit 105 performs the specified number of insertions as the bet switch 220 is activated. The credited medal is set to the inserted state with the limit of.

なお、本実施形態のスロットマシン1では、規定投入数に相当するメダルの投入に基づいて有効化されたスタートレバーSLの最初の押下操作が、遊技者による遊技の開始操作として受け付けられ、第1リールR1〜第3リールR3の回転を開始させる契機となっているとともに、後述する内部抽選手段120が内部抽選を実行する契機となっている。   In the slot machine 1 of the present embodiment, the first pressing operation of the start lever SL that is activated based on the insertion of medals corresponding to the predetermined insertion number is accepted as the game start operation by the player. In addition to triggering the rotation of the reels R1 to R3, the internal lottery means 120 described later triggers the internal lottery.

乱数生成手段110は、遊技制御手段100を構成する各手段が実行する制御処理において、各手段が取得する乱数を生成する手段である。乱数を発生させる複数のハードウェアカウンタと、ハードウェアカウンタから発生した乱数を格納する複数の乱数格納領域と、を有している。各ハードウェアカウンタは、それぞれ0〜65535の65536個の値の範囲で循環するインクリメントカウンタ(所定のカウント範囲を循環するように数値をカウントするカウンタ)によって構成され、遊技者がスタートレバーSLに対して開始操作を実行し、スタートスイッチ230が開始操作を検出することで出力されるスタート信号が入力された場合に、乱数として2バイトの乱数を発生させて各乱数格納領域に乱数を格納する。   The random number generation means 110 is a means for generating a random number acquired by each means in a control process executed by each means constituting the game control means 100. A plurality of hardware counters for generating random numbers and a plurality of random number storage areas for storing random numbers generated from the hardware counters are provided. Each hardware counter is composed of an increment counter that circulates in a range of 65536 values from 0 to 65535 (a counter that counts numerical values so as to circulate a predetermined count range). When the start operation is executed and a start signal output by detecting the start operation by the start switch 230 is input, a 2-byte random number is generated as a random number and stored in each random number storage area.

なお、本実施形態において、「乱数」には、数学的な意味でランダムに発生する値のみならず、発生自体は規則的であっても、取得タイミング等が不規則であるために実質的に乱数として機能しうる値も含まれる。   In the present embodiment, the “random number” is not limited to a value that is randomly generated in a mathematical sense, but even if the generation itself is regular, the acquisition timing and the like are substantially irregular. Values that can function as random numbers are also included.

内部抽選手段120は、スタートスイッチ230から出力されるスタート信号が入力されることに基づいて、役の当否を決定する内部抽選を行う手段であって、抽選テーブル選択処理、乱数判定処理、抽選フラグ設定処理等を行う。   The internal lottery means 120 is a means for performing an internal lottery for determining whether or not a winning combination is made based on the input of a start signal output from the start switch 230. The lottery table selection process, random number determination process, lottery flag Perform setting processing.

抽選テーブル選択処理では、記憶手段190の内部抽選テーブル記憶手段191に格納されている複数の内部抽選テーブルのうち、いずれの内部抽選テーブルを用いて内部抽選を行うかを現在の遊技状態に基づき選択する。   In the lottery table selection process, the internal lottery table stored in the internal lottery table storage unit 191 of the storage unit 190 is selected based on the current gaming state to use the internal lottery table. To do.

各内部抽選テーブルでは、複数の乱数(例えば、0〜65535の65536個の乱数値)のそれぞれに対して、リプレイ、小役及びボーナスなどの各種の役やハズレ(不当選)が対応づけられている。ここで、遊技状態が通常状態である場合に選択される内部抽選テーブル(以下、「内部抽選テーブルA」と記載)と、遊技状態がボーナス成立状態である場合に選択される内部抽選テーブル(以下、「内部抽選テーブルB」と記載)と、は、小役の当選確率が同一に設定されており、小役として、入賞時に規定投入枚数よりも多いメダルの払い出しが実行される複数種類のベル役と、入賞時に規定投入枚数よりも少ないメダルの払い出しが実行されるとともに、ストップボタンB1〜ストップボタンB3の押下タイミングが適切な場合に入賞可能となる複数種類の取りこぼし役とにそれぞれ乱数値が対応付けられている。また、本実施形態のスロットマシン1では、ボーナスとして第1種特別役物に係る役物連続作動装置としてのビッグボーナス(以下、「BB」と記載)が用意されており、内部抽選テーブルAでは、BBが抽選対象として設定されている。内部抽選テーブルBは、内部抽選テーブルAとリプレイの当選確率が異なっており、内部抽選テーブルAにおけるBB及びハズレの代わりにリプレイを抽選対象とすることで、内部抽選テーブルAよりもリプレイの当選確率が高くなるように設定されている。遊技状態がボーナス成立状態である場合に選択される内部抽選テーブル(以下、「内部抽選テーブルC」と記載)は、小役として、複数種類のベル役に重複して当選するJAC1と、複数種類の取りこぼし役に重複して当選するJAC2とに乱数値が対応付けられている。   In each internal lottery table, each of a plurality of random numbers (for example, 65536 random values from 0 to 65535) is associated with various roles such as replay, small role, bonus, and losing (unauthorized). Yes. Here, an internal lottery table (hereinafter referred to as “internal lottery table A”) selected when the gaming state is the normal state, and an internal lottery table (hereinafter referred to as “internal lottery table A”) selected when the gaming state is the bonus establishment state. , Described as “internal lottery table B”), the winning probabilities of the small roles are set to be the same, and as the small roles, a plurality of types of bells are paid out in which more medals are paid out than the prescribed number of inserted coins when winning. A random value is assigned to each of a combination and a plurality of types of missed combinations that can be awarded when the timing of pressing the stop button B1 to the stop button B3 is appropriate while paying out medals less than the prescribed number of coins inserted at the time of winning. It is associated. Also, in the slot machine 1 of the present embodiment, a big bonus (hereinafter referred to as “BB”) as a bonus continuous operating device related to the first type special bonus is prepared as a bonus. , BB is set as a lottery target. The internal lottery table B is different from the internal lottery table A in the replay win probability, and the replay win probability is higher than the internal lottery table A by making the replay a lottery object instead of BB and lose in the internal lottery table A. Is set to be high. An internal lottery table (hereinafter referred to as “internal lottery table C”) that is selected when the gaming state is a bonus establishment state, JAC1 that wins multiple types of bell roles as a small role, and multiple types A random number value is associated with JAC2 that is won in duplicate for the missing combination.

乱数判定処理では、スタートスイッチ230から出力されるスタート信号に基づいて、遊技ごとに乱数生成手段110の乱数格納領域から乱数(抽選用乱数)を取得し、取得した乱数を抽選テーブル選択処理で選択した内部抽選テーブルと比較して、比較結果に基づき役に当選したか否かを判定する。   In the random number determination process, on the basis of the start signal output from the start switch 230, a random number (lottery random number) is acquired from the random number storage area of the random number generator 110 for each game, and the acquired random number is selected in the lottery table selection process In comparison with the internal lottery table, it is determined whether or not the winning combination is won based on the comparison result.

抽選フラグ設定処理では、乱数判定処理の結果に基づいて、当選したと判定された役に対応する抽選フラグを非当選状態(第1のフラグ状態、オフ状態)から当選状態(第2のフラグ状態、オン状態)に設定する。本実施形態のスロットマシン1では、2種類以上の役が重複して当選した場合には、重複して当選した2種類以上の役のそれぞれに対応する抽選フラグが当選状態に設定される。なお、抽選フラグの設定情報は、記憶手段190の抽選フラグ記憶手段192に格納される。   In the lottery flag setting process, the lottery flag corresponding to the winning combination determined to be won based on the result of the random number determination process is changed from the non-winning state (first flag state, off state) to the winning state (second flag state). , ON state). In the slot machine 1 of the present embodiment, when two or more types of winning combinations are won, a lottery flag corresponding to each of the two or more types of winning winning combinations is set to a winning state. The lottery flag setting information is stored in the lottery flag storage unit 192 of the storage unit 190.

ここで、本実施形態のスロットマシン1では、入賞するまで次回以降の遊技に当選状態を持ち越し可能な抽選フラグ(持越可能フラグ)と、入賞の如何に関わらず次回以降の遊技に当選状態を持ち越さずに非当選状態にリセットされる抽選フラグ(持越不可フラグ)とが用意されている。前者の持越可能フラグが対応づけられる役としては、BBがあり、小役及びリプレイは、後者の持越不可フラグに対応づけられている。すなわち、抽選フラグ設定処理では、内部抽選でBBに当選すると、BBの抽選フラグの当選状態を、BBが入賞するまで持ち越す処理を行う。このとき、内部抽選手段120は、BBの抽選フラグの当選状態が持ち越されている遊技でも、小役及びリプレイについての当否を決定する内部抽選を行っている。すなわち、抽選フラグ設定処理では、BBの抽選フラグの当選状態が持ち越されている遊技において、小役やリプレイが当選した場合には、既に当選しているBBの抽選フラグと内部抽選で当選した小役やリプレイの抽選フラグとからなる2種類以上の役に対応する抽選フラグを当選状態に設定する。   Here, in the slot machine 1 of the present embodiment, a lottery flag (carry-over possible flag) that can carry on the winning state for the next game until winning, and a winning state are carried over for the next game regardless of the winning. A lottery flag (a carry-over impossible flag) that is reset to a non-winning state is prepared. BB is associated with the former carry-over possible flag, and the small combination and replay are associated with the latter carry-over impossible flag. That is, in the lottery flag setting process, when BB is won by internal lottery, a process of carrying over the winning state of the lottery flag of BB until BB wins is performed. At this time, the internal lottery means 120 performs an internal lottery that determines whether or not the small role and replay are successful even in a game in which the winning state of the BB lottery flag is carried over. In other words, in the lottery flag setting process, in a game in which the winning state of the BB lottery flag is carried over, if a small role or replay is won, the BB lottery flag already won and the small lot won by the internal lottery A lottery flag corresponding to two or more types of combinations including a combination and a replay lottery flag is set in a winning state.

リール制御手段130は、遊技者がスタートレバーSLへ開始操作を実行することにより作動するスタートスイッチ230から、スタート信号が出力されたことに基づいて、ステッピングモータにより第1リールR1〜第3リールR3の回転駆動を開始する。また、リール制御手段130は、第1リールR1〜第3リールR3の回転状態が、所定速度(例えば、約80rpm)で定常回転する回転状態となった場合に、各リールに対応するストップボタンB1〜ストップボタンB3が押下操作されることでストップスイッチ240によって検出される停止操作を有効化する制御を実行する。そして、リール制御手段130は、停止操作の検出に基づきストップスイッチ240からリール停止信号が出力された場合に、リールユニット310のステッピングモータへの駆動パルス(モータ駆動信号)の供給を停止することにより、第1リールR1〜第3リールR3の各リールを停止させる制御を行う。このとき、リール制御手段130は、ステッピングモータにより回転駆動されている第1リールR1〜第3リールR3を抽選フラグの設定状態、すなわち内部抽選の結果に応じた態様で停止させる制御を行う。つまり、リール制御手段130は、ストップボタンB1〜ストップボタンB3の各ボタンが押下されるごとに、第1リールR1〜第3リールR3のうち押下されたストップボタンに対応するリールの停止位置を決定して、決定された停止位置でリールを停止させる制御を行っている。   The reel control means 130 is driven by the first reel R1 to the third reel R3 by the stepping motor based on the output of the start signal from the start switch 230 that operates when the player performs a start operation on the start lever SL. The rotation drive of is started. In addition, the reel control means 130, when the rotation state of the first reel R1 to the third reel R3 is a rotation state in which the rotation is a steady rotation at a predetermined speed (for example, about 80 rpm), the stop button B1 corresponding to each reel. Control for enabling the stop operation detected by the stop switch 240 when the stop button B3 is pressed is executed. The reel control means 130 stops supplying the drive pulse (motor drive signal) to the stepping motor of the reel unit 310 when the reel stop signal is output from the stop switch 240 based on the detection of the stop operation. Then, control is performed to stop each of the first reel R1 to the third reel R3. At this time, the reel control unit 130 performs control to stop the first reel R1 to the third reel R3 that are rotationally driven by the stepping motor in a manner corresponding to the lottery flag setting state, that is, the result of the internal lottery. That is, the reel control means 130 determines the stop position of the reel corresponding to the pressed stop button among the first reel R1 to the third reel R3 each time each of the stop buttons B1 to B3 is pressed. Thus, control is performed to stop the reel at the determined stop position.

また、本実施形態のスロットマシン1では、第1リールR1〜第3リールR3について、ストップボタンB1〜ストップボタンB3が押下された時点から190ms以内に、押下されたストップボタンに対応する回転中のリールを停止するようになっている。ここで、ストップボタンの押下時点から190ms以内に回転中のリールを停止させる場合、回転している各リールの停止位置は、各リールの直径及び回転速度より、ストップボタンの押下時点からリールが停止するまでに最大で4コマ分回転可能に構成されている。リール制御手段130は、ストップボタンB1〜ストップボタンB3のうち押下操作が行われたストップボタンに対応する回転中のリールの外周面上において、内部抽選で当選した役に対応する図柄が、ストップボタンに対する押下操作が行われた時点で有効ラインL1上の表示位置に対して0コマ〜4コマの範囲内に位置する場合に、抽選フラグが当選状態に設定されている役に対応する図柄を有効ラインL1上の表示位置に表示するように、押下操作が行われたストップボタンに対応する回転中のリールを停止させる制御を行っている。   Further, in the slot machine 1 of the present embodiment, the first reel R1 to the third reel R3 are rotating corresponding to the pressed stop button within 190 ms from the time when the stop button B1 to the stop button B3 is pressed. The reel is stopped. Here, when the rotating reel is stopped within 190 ms from the time when the stop button is pressed, the reel is stopped from the time when the stop button is pressed based on the diameter and rotation speed of each reel. Up to 4 frames can be rotated up to this point. The reel control means 130 displays the symbol corresponding to the winning combination in the internal lottery on the outer peripheral surface of the rotating reel corresponding to the stop button that has been pressed among the stop buttons B1 to B3. The symbol corresponding to the combination for which the lottery flag is set to the winning state is valid when the position is within the range of 0 frame to 4 frames with respect to the display position on the active line L1 at the time when the operation is pressed Control is performed to stop the rotating reel corresponding to the stop button on which the pressing operation has been performed so that the reel is displayed at the display position on the line L1.

ここで、リール制御手段130は、スタートスイッチ230が開始操作を検出することで出力されるスタート信号を受信し、第1リールR1〜第3リールR3の回転を開始して1回の遊技を開始した場合に、一般にウェイト(又はウェイト時間)と称される待機時間(約4.1秒)を設定するように構成されている。そして、リール制御手段130は、待機時間の設定から待機時間が経過するまでの期間内にスタート信号をスタートスイッチ230から受信した場合に、待機時間が経過した後に第1リールR1〜第3リールR3の回転を開始するように構成されている。この構成により、リール制御手段130は、1回の遊技の開始から次の遊技の開始までに一定の時間として最小遊技時間(約4.1秒)を経過してから遊技を開始させることができる。   Here, the reel control means 130 receives the start signal output when the start switch 230 detects the start operation, starts the rotation of the first reel R1 to the third reel R3, and starts one game. In this case, a waiting time (about 4.1 seconds) generally called a wait (or wait time) is set. Then, when the reel control means 130 receives a start signal from the start switch 230 within a period from the setting of the standby time until the standby time elapses, the first reel R1 to the third reel R3 after the standby time has elapsed. Is configured to start rotation. With this configuration, the reel control means 130 can start a game after a minimum game time (about 4.1 seconds) has elapsed as a certain time from the start of one game to the start of the next game. .

リール制御手段130は、ロジック演算により回転中のリールの停止位置を求めるロジック演算処理と、記憶手段190の停止制御テーブル記憶手段193に記憶されている停止制御テーブルを参照して回転中のリールの停止位置を決定するテーブル参照処理とを行っている。   The reel control unit 130 refers to a logic calculation process for obtaining a stop position of the rotating reel by logic calculation and a stop control table stored in the stop control table storage unit 193 of the storage unit 190, so that the reel control unit 130 rotates. Table reference processing for determining the stop position is performed.

まず、ロジック演算処理では、役ごとに定められた優先順位データに従ってストップスイッチ240の作動時点、つまりストップボタンの押下操作を検出した時点におけるリールの位置である押下検出位置から0コマ〜4コマの範囲内に存在する5コマ分の停止位置の候補に対して優先度を求める。ここで、リール制御手段130は、リールユニット310に設けられたフォトセンサが各リールに設けられたリール位置検出部を検出した場合に出力されるリールが1回転したことを示す情報であるリールインデックスと、リールインデックスが検出されるリールの基準位置からの回転角度(ステッピングモータに供給した駆動パルスの供給回数から算出)を用いて、ストップスイッチからリール停止信号を受信した時点におけるリールの回転状態を取得する。そして、各停止位置の候補の優先度のうち最も優先度の高い停止位置の候補を実際の停止位置として決定する。ただし、ロジック演算処理では、内部抽選の結果や押下検出位置等に応じて複数の停止位置の候補に対して同一の優先度が求まる場合がある。最も優先度の高い停止位置の候補が複数となった場合には、テーブル参照処理によって実際の停止位置を決定する。   First, in the logic calculation processing, 0 to 4 frames from the pressing detection position, which is the position of the reel at the time when the stop switch 240 is activated, that is, when the pressing operation of the stop button is detected according to the priority order data determined for each combination. Priorities are obtained for the stop position candidates for five frames existing in the range. Here, the reel control means 130 is a reel index which is information indicating that the reel output once has been rotated when the photo sensor provided in the reel unit 310 detects the reel position detection unit provided in each reel. And the rotation angle of the reel from the reference position at which the reel index is detected (calculated from the number of times of supply of the drive pulse supplied to the stepping motor), and the rotation state of the reel when the reel stop signal is received from the stop switch. get. Then, the stop position candidate with the highest priority among the priorities of the respective stop position candidates is determined as the actual stop position. However, in the logic calculation process, the same priority may be obtained for a plurality of stop position candidates depending on the result of the internal lottery, the pressed detection position, and the like. When there are a plurality of stop position candidates with the highest priority, the actual stop position is determined by table reference processing.

本実施形態のスロットマシン1では、「リプレイ>小役>ボーナス」の順序で優先順位が定められている。ロジック演算処理では、2種類以上の役に関する抽選フラグが内部当選状態に設定されている場合、各役に対応付けられた優先順位に従って、優先順位の高い役の入賞形態を構成する図柄を含む停止位置の候補を、優先順位が低い役の入賞形態を構成する図柄を含む停止位置の候補よりも優先度が高くなるように優先度を求める。   In the slot machine 1 of this embodiment, the priority order is determined in the order of “replay> small role> bonus”. In the logic operation processing, when the lottery flags relating to two or more types of winning combinations are set to the internal winning state, the stop including the symbols constituting the winning form of the winning combination having the highest priority according to the priority order associated with each winning combination. The priority is determined so that the position candidate has a higher priority than the stop position candidate including the symbols constituting the winning form of the role having a low priority.

なお、本実施形態のスロットマシン1において、内部抽選で複数種類の小役が当選した場合における停止位置の候補の優先度の求め方は、有効ラインL1上に表示可能な図柄組合せの数に応じて優先度を求める方法と、小役に予め定められている配当に基づくメダルの払出数に応じて優先度を求める方法とが存在する。有効ラインL1上に表示可能な図柄組合せの数に応じて停止位置の候補の優先度を求める場合には、有効ラインL1上に表示可能な入賞形態を示す図柄組合せ(以下、「入賞図柄組合せ」と記載)の数が多くなる停止位置ほど優先度が高くなるように各停止位置の候補の優先度を求める。また、メダルの払出数に応じて停止位置の候補の優先度を求める場合には、有効ラインL1上の表示位置に表示されている図柄に対応する小役の配当に基づくメダルの払出数が多くなる停止位置、すなわち配当が多い小役を入賞させることができる停止位置ほど優先順位が高くなるように各停止位置の候補の優先度を求める。ただし、メダルの払出数に応じて停止位置の候補の優先度を求める場合に、配当が同一の小役が重複して当選した場合には、それぞれの小役を入賞させることができる停止位置の候補の優先度がそれぞれ同一のものとして扱われる。   Note that, in the slot machine 1 of the present embodiment, when a plurality of types of small roles are won in the internal lottery, the method of obtaining the priority of the stop position candidates depends on the number of symbol combinations that can be displayed on the active line L1. There are a method for obtaining the priority and a method for obtaining the priority according to the number of medals to be paid out based on a payout predetermined for the small role. In the case of obtaining the priority of the stop position candidates in accordance with the number of symbol combinations that can be displayed on the effective line L1, the symbol combination indicating the winning pattern that can be displayed on the effective line L1 (hereinafter, “winning symbol combination”). The priority of each stop position candidate is determined so that the priority becomes higher as the stop position increases in number. In addition, when the priority of the stop position candidates is obtained according to the number of medals paid out, the number of medals paid out based on the payout of the small role corresponding to the symbol displayed at the display position on the active line L1 is large. The priority of each stop position candidate is determined so that the higher the priority is, the higher the stop position becomes, that is, the stop position where a small combination with a large payout can be won. However, when determining the priority of stop position candidates according to the number of paid-out medals, if a small role with the same payout is won in duplicate, each of the small positions can be won. Candidate priorities are treated as the same.

また、ロジック演算処理では、いわゆる引き込み処理と蹴飛ばし処理とをリールの停止位置の候補を求める処理として行っている。ここで、引き込み処理とは、抽選フラグが当選状態に設定された役を可能な限り入賞させることができるようにリールの停止位置の候補を求める処理である。一方、蹴飛ばし処理とは、抽選フラグが非当選状態に設定された役を入賞させることができないようにリールの停止位置の候補を求める処理である。このように、リール制御手段130は、抽選フラグが当選状態に設定された役の図柄を入賞の形態で停止可能にし、一方で抽選フラグが非当選状態に設定された役の図柄を入賞の形態で停止しないようにリールの停止位置の候補を求めるロジック演算処理を行っている。   In the logic calculation process, so-called pull-in process and kick-out process are performed as processes for obtaining reel stop position candidates. Here, the pull-in process is a process of obtaining reel stop position candidates so that the winning combination whose lottery flag is set to the winning state can be won as much as possible. On the other hand, the kicking process is a process of obtaining reel stop position candidates so that a combination whose lottery flag is set to a non-winning state cannot be won. In this way, the reel control means 130 can stop the symbol of the combination for which the lottery flag is set to the winning state in a winning form, while the symbol of the combination for which the lottery flag is set to the non-winning state Logic calculation processing is performed to obtain a candidate stop position of the reel so that it does not stop.

入賞判定手段140は、第1リールR1〜第3リールR3の停止態様に基づいて、役が入賞したか否かを判定する入賞判定処理を行う。具体的には、記憶手段190の入賞判定テーブル記憶手段194に記憶されている入賞判定テーブルを参照しながら、第1リールR1〜第3リールR3の全てが停止した時点で有効ラインL1上に表示されている図柄組合せが、予め定められた役の入賞の形態であるか否かを判定する。そして、各リールが停止した状態における有効ラインL1上に表示された図柄組合せによって、BB、リプレイ、ベル役、取りこぼし役の入賞の有無を判定(以下、「入賞判定」と記載)できるように入賞判定テーブルが用意されている。   The winning determination means 140 performs a winning determination process for determining whether or not a winning combination has been won based on the stop mode of the first reel R1 to the third reel R3. Specifically, referring to the winning determination table stored in the winning determination table storage means 194 of the storage means 190, the display is made on the active line L1 when all of the first reel R1 to the third reel R3 are stopped. It is determined whether or not the symbol combination that has been set is a predetermined winning combination. The winning combination is such that the presence / absence of a winning combination of BB, replay, bell, and spilling can be determined (hereinafter referred to as “winning determination”) based on the symbol combination displayed on the active line L1 in a state where each reel is stopped. A judgment table is prepared.

本実施形態において、複数種類のベル役は、ストップボタンB1〜ストップボタンB3の押下タイミングによらず必ず入賞可能なベル役と、ストップボタンB1〜ストップボタンB3の押下タイミングが適切な場合に入賞可能なベル役と、のいずれであってもよい。ストップボタンB1〜ストップボタンB3の押下タイミングによらず入賞可能なベル役の入賞図柄組合せを構成する各図柄は、押下検出位置に関わらずに有効ラインL1上に表示可能な位置関係で第1リールR1〜第3リールR3にそれぞれ配列されている。また、リプレイも同様に各ストップボタンの押下タイミングによらずに必ず入賞できるように構成されている。一方、BBと、ストップボタンB1〜ストップボタンB3の押下タイミングが適切な場合に入賞可能なベル役と、取りこぼし役と、は、各入賞役の入賞図柄組合せを構成する図柄が滑りコマ数の範囲内に位置する状態で各ストップボタンが停止操作された場合に有効ラインL1上に表示されるように、各リールに配列されている。   In this embodiment, a plurality of types of bells can be won when the bells that can be won without fail depending on the pressing timing of the stop buttons B1 to B3 and when the pressing timings of the stop buttons B1 to B3 are appropriate. It may be any of the bell role. The symbols constituting the winning symbol combination of the bell role that can be won regardless of the pressing timing of the stop button B1 to the stop button B3, the first reel in a positional relationship that can be displayed on the effective line L1 regardless of the pressed detection position. R1 to the third reel R3 are arranged respectively. Similarly, the replay is configured so that a winning can be made regardless of the timing of pressing each stop button. On the other hand, when the BB and the stop button B1 to the stop button B3 are pressed at appropriate timings, the winning combination of the bell and the losing combination means that the symbols constituting the winning symbol combination of each winning combination are in the range of the number of sliding frames. The reels are arranged on the reels so that they are displayed on the effective line L1 when the stop buttons are operated to stop in the state of being located inside.

そして、本実施形態のスロットマシン1では、入賞判定処理における入賞判定手段140の判定結果に基づいて各処理が実行される。入賞役の判定結果に基づき実行される各処理としては、例えば、小役が入賞した場合には払出制御手段150にメダルを払い出させる枚数を決定する処理が行われ、リプレイが入賞した場合にはリプレイ処理手段160に次回の遊技においてメダルを消費せずに実行させる処理を行わせ、ボーナスが入賞した場合には遊技状態移行制御手段170に遊技状態を移行させる処理が行われる。   And in the slot machine 1 of this embodiment, each process is performed based on the determination result of the winning determination means 140 in the winning determination process. As each process executed based on the winning combination determination result, for example, when a small combination wins, a process for determining the number of medals to be paid out to the payout control means 150 is performed, and when a replay wins. Causes the replay processing means 160 to execute processing without consuming medals in the next game, and when a bonus is won, processing to shift the gaming state to the gaming state transition control means 170 is performed.

払出制御手段150は、遊技結果に応じたメダルの払い出しに関する払出処理を行う。具体的には、小役が入賞した場合に、役ごとに予め定められている配当に基づいて遊技におけるメダルの払出数を決定し、決定された払出数に相当するメダルを、払出装置としてのホッパーユニット320に払い出させる制御を行う。本実施形態において、規定投入枚数よりも多い払出数に設定されている複数種類のベル役の配当は、いずれも8枚に定められている。また、規定投入枚数よりも少ない払出数に設定されている複数種類の取りこぼし役の配当は、いずれも1枚に定められている。   The payout control means 150 performs payout processing relating to the payout of medals according to the game result. Specifically, when a small combination wins, the number of medals to be paid out in the game is determined based on a predetermined payout for each combination, and a medal corresponding to the determined number of payouts is used as a payout device. Control to cause the hopper unit 320 to pay out is performed. In the present embodiment, the dividends for a plurality of types of bell combinations set to a number of payouts greater than the specified input number are all set to eight. In addition, the dividends of a plurality of types of missed combinations that are set to a number of payouts smaller than the specified number of inserts are all set to one.

リプレイ処理手段160は、入賞判定手段140により有効ラインL1上にリプレイの入賞を示す図柄組合せが停止表示されたと判定され、リプレイが入賞した場合に、次回の遊技に関して遊技者の所有するメダルの投入を要さずに前回の遊技と同じ準備状態に設定するリプレイ処理(再遊技処理)を行う。すなわち、本実施形態のスロットマシン1では、リプレイが入賞した場合、前回の遊技と同じ枚数分のメダルを遊技者の手持ちのメダル(クレジットメダルを含む)を使わずに自動的に投入する自動投入処理が行われ、前回の遊技と同じ有効ラインL1を設定した状態で、次回のスタートレバーSLに対する開始操作を待機する。   The replay processing means 160 determines that the symbol combination indicating the replay winning is stopped and displayed on the active line L1 by the winning determination means 140, and when the replay wins, the player inserts medals owned by the player for the next game. The replay process (re-game process) for setting the same preparation state as the previous game is performed without the need for. That is, in the slot machine 1 of the present embodiment, when a replay is won, an automatic insertion that automatically inserts the same number of medals as the previous game without using the player's own medals (including credit medals). Processing is performed, and the next start operation for the start lever SL is waited in a state where the same effective line L1 as that of the previous game is set.

遊技状態移行制御手段170は、図3(A)に示すように、通常状態、ボーナス成立状態及びボーナス状態の間で遊技状態を移行させる遊技状態移行制御処理を行う。ここで、遊技状態の移行条件は、1つの条件が定められていてもよいし、複数の条件が定められていてもよい。複数の条件が定められている場合には、複数の予め定められた条件のうちいずれか1つの条件が成立したこと、あるいは複数の予め定められた条件の全てが成立したことに基づいて、遊技状態を別の遊技状態へ移行させることができる。なお、本実施形態において、遊技状態移行制御手段170は、遊技状態として、通常状態、ボーナス成立状態及びボーナス状態を有しているが、これに限らず、例えば、通常状態やボーナス成立状態とはリプレイの当選確率が異なるリプレイタイム状態(RT状態)を有していてもよく、また、それぞれリプレイの当選確率が異なる複数のRT状態を有していてもよい。   As shown in FIG. 3A, the gaming state transition control means 170 performs a gaming state transition control process for transitioning the gaming state between the normal state, the bonus establishment state, and the bonus state. Here, one condition may be defined as the game condition transition condition, or a plurality of conditions may be defined. In the case where a plurality of conditions are set, the game is based on the fact that any one of the plurality of predetermined conditions is satisfied, or that all of the plurality of predetermined conditions are satisfied. The state can be shifted to another gaming state. In the present embodiment, the gaming state transition control means 170 has a normal state, a bonus establishment state, and a bonus state as the gaming state, but is not limited to this, for example, a normal state or a bonus establishment state. You may have the replay time state (RT state) from which the winning probability of a replay differs, and you may have several RT state from which the winning probability of a replay each differs.

通常状態は、複数種類の遊技状態の中で初期状態に相当する遊技状態で、通常状態からはボーナス成立状態への移行が可能となっている。具体的には、通常状態においてBBが当選した場合にボーナス成立状態へ移行する。また、通常状態では、内部抽選テーブルA〜内部抽選テーブルCのうち、リプレイの当選確率が例えば約1/7.3に設定され、かつBBが抽選対象として設定されている内部抽選テーブルAを参照した内部抽選が行われる。   The normal state is a game state corresponding to the initial state among a plurality of types of game states, and a transition from the normal state to the bonus establishment state is possible. Specifically, when the BB is won in the normal state, the state shifts to the bonus establishment state. Further, in the normal state, of the internal lottery table A to the internal lottery table C, refer to the internal lottery table A in which the winning probability of replay is set to about 1 / 7.3, for example, and BB is set as a lottery target. The internal lottery is performed.

ボーナス成立状態は、内部抽選でBBに当選したことを契機として移行する遊技状態である。ボーナス成立状態では、内部抽選テーブルA〜内部抽選テーブルCのうち、内部抽選テーブルBを参照した内部抽選が行われる。内部抽選テーブルBにおいては、上述した通り、BBが持越可能フラグに対応付けられた当選役であることから、BBを抽選対象から除外し、BBの代わりにリプレイが抽選対象となっている。このため、内部抽選テーブルBは、内部抽選テーブルAよりもリプレイの当選確率が高く設定されている。   The bonus establishment state is a gaming state that shifts when the BB is won in the internal lottery. In the bonus establishment state, the internal lottery with reference to the internal lottery table B among the internal lottery table A to the internal lottery table C is performed. In the internal lottery table B, as described above, since BB is a winning combination associated with the carry-over possible flag, BB is excluded from the lottery target, and replay is the lottery target instead of BB. For this reason, the internal lottery table B is set to have a higher replay win probability than the internal lottery table A.

また、ボーナス成立状態では、上述した通り、BBが入賞するまでBBに対応する抽選フラグが当選状態に維持される。遊技状態移行制御手段170は、BBの入賞図柄組合せが有効ラインL1上に表示されると、遊技状態をボーナス成立状態からボーナス状態へ移行させる。   In the bonus establishment state, as described above, the lottery flag corresponding to BB is maintained in the winning state until BB wins. When the winning symbol combination of BB is displayed on the active line L1, the gaming state transition control means 170 shifts the gaming state from the bonus establishment state to the bonus state.

ボーナス状態は、BBの入賞図柄組合せが有効ラインL1上に表示されたことを契機として移行する遊技状態である。ボーナス状態では、内部抽選テーブルA〜内部抽選テーブルCのうち他の内部抽選テーブルとは小役の当選確率が異なる構成の内部抽選テーブルCを参照した内部抽選が行われる。   The bonus state is a gaming state that shifts when the winning symbol combination of BB is displayed on the active line L1. In the bonus state, an internal lottery is performed with reference to the internal lottery table C having a configuration in which the winning probability of the small role is different from the other internal lottery tables among the internal lottery tables A to C.

また、ボーナス状態では、ボーナス状態によって払い出されたメダルの合計数により終了条件が成立したか否かを判定する。遊技状態移行制御手段170は、予め定められた所定枚数(例えば、100枚)を超えるメダルが払い出されると、ボーナス状態を終了させて、遊技状態を通常状態へ復帰させる制御を行う。なお、本実施形態では、ボーナス状態の終了条件がメダルの払出数の合計によって定められているが、ボーナス状態での遊技回数や小役の入賞回数によって終了条件が定められていてもよい。また、ボーナス状態は、1回の遊技で終了するように終了条件が定められたものであってもよい。   In the bonus state, it is determined whether or not the end condition is satisfied based on the total number of medals paid out in the bonus state. The gaming state transition control means 170 performs control to end the bonus state and return the gaming state to the normal state when medals exceeding a predetermined number (for example, 100) are paid out. In the present embodiment, the end condition for the bonus state is determined by the total number of medals paid out. However, the end condition may be determined by the number of games in the bonus state or the number of wins for small roles. Further, the bonus state may be one in which an end condition is set so as to end in one game.

演出制御手段180は、演出データ記憶手段195に記憶されている演出データに基づいて、例えば、表示装置330を用いて行う表示演出や音響装置340を用いて行う音響演出等、遊技に関する演出に係る制御を行う。具体的には、メダルの投入、シングルベットボタンBT、マックスベットボタンMB、スタートレバーSL、ストップボタンB1〜ストップボタンB3に対する操作等への遊技者によるスロットマシン1の各構成の操作時や、遊技状態の変動等の遊技イベントの発生時に、ランプ及びLEDの点灯あるいは点滅、表示装置330の表示内容の変化、スピーカからの音の出力、スタートスイッチ230からスタート信号が出力された状態で第1リールR1〜第3リールR3の回転開始を遅延させる第1リールR1〜第3リールR3を用いた演出等を実行することにより、遊技を盛り上げる演出や、遊技を補助するための演出の実行制御を行う。   The effect control means 180 is based on the effect data stored in the effect data storage means 195 and relates to effects related to the game, such as display effects performed using the display device 330 and sound effects performed using the audio device 340, for example. Take control. Specifically, when the player operates the respective components of the slot machine 1 for the operation of the medal insertion, the single bet button BT, the maximum bet button MB, the start lever SL, the stop button B1 to the stop button B3, or the like When a game event such as a state change occurs, the first reel is turned on or blinking, the display content of the display device 330 is changed, the sound is output from the speaker, and the start signal is output from the start switch 230. By performing an effect using the first reel R1 to the third reel R3 that delays the start of rotation of the R1 to the third reel R3, an effect for exciting the game or an execution control for assisting the game is performed. .

本実施形態のスロットマシン1では、演出制御手段180が、図3(B)に示すように、通常演出状態、チャンスゾーン状態(CZ状態)、特別演出状態としてのアシストタイム状態(AT状態)を含む複数種類の演出状態の間で演出状態を変化させており、所定の移行条件の成立に基づき、演出状態をCZ状態やAT状態に移行する制御を行う。また、演出制御手段180は、各演出状態に基づく演出を演出装置300を構成する各構成に実行させる。なお、本実施形態において、演出制御手段180は、乱数を用いる抽選処理ごとに、乱数生成手段110の乱数格納領域から乱数を取得し、演出抽選テーブル記憶手段196に記憶されている複数の演出抽選テーブルのうち、各抽選処理に必要な演出抽選テーブルを用いて各抽選処理を実行する。   In the slot machine 1 of the present embodiment, the effect control means 180, as shown in FIG. 3B, displays the normal effect state, the chance zone state (CZ state), and the assist time state (AT state) as the special effect state. The production state is changed among a plurality of types of production states including the control, and the production state is controlled to shift to the CZ state or the AT state based on the establishment of a predetermined transition condition. Further, the effect control means 180 causes each component constituting the effect device 300 to execute an effect based on each effect state. In the present embodiment, the production control unit 180 acquires a random number from the random number storage area of the random number generation unit 110 for each lottery process using a random number, and a plurality of production lotteries stored in the production lottery table storage unit 196. Each lottery process is executed using an effect lottery table necessary for each lottery process.

通常演出状態は、演出状態がCZ状態及びAT状態でない場合に実行される演出状態であり、他の演出状態に移行するまで継続する演出状態である。通常演出状態において、演出制御手段180は、予め定められた所定の当選役に当選した場合又は後述するポイント加算演出の実行時に加算した値が所定の値となった場合にCZ状態に移行するか否かを抽選により決定するCZ抽選を実行する。また、通常演出状態において、演出制御手段180は、所定の当選役とは異なる特定の当選役に当選した場合にAT状態に移行するか否かを抽選により決定するAT抽選を実行する。   The normal effect state is an effect state that is executed when the effect state is not the CZ state or the AT state, and is an effect state that continues until the state is shifted to another effect state. In the normal production state, the production control means 180 transitions to the CZ state when a predetermined winning combination determined in advance is won or when a value added during execution of a point addition production described later becomes a predetermined value. A CZ lottery for determining whether or not by lottery is executed. Further, in the normal production state, the production control means 180 executes an AT lottery that determines whether or not to shift to the AT state when a specific winning combination different from the predetermined winning combination is won.

CZ状態は、演出状態が通常演出状態であり、通常演出状態においてCZ抽選に当選した場合に移行する演出状態である。CZ状態において、演出制御手段180は、CZ状態の開始時にCZ終了判定カウンタ197に所定のゲーム数に対応する値(例えば、10ゲーム)をセットし、1ゲームごとにAT状態に移行するか否かを抽選するAT抽選を実行するように構成されており、予め定められた当選役に当選した場合にのみAT抽選が実行される通常演出状態よりもAT状態に移行しやすい演出状態となっている。演出制御手段180は、AT抽選に当選した場合には、演出状態をCZ状態からAT状態に移行する。また、演出制御手段180は、AT抽選に当選することなく予め設定された遊技回数(例えば、10ゲーム)の遊技が実行され、CZ終了判定カウンタ197の記憶値が0となった場合に、CZ状態から通常演出状態に演出状態を移行しCZ状態を終了する。   The CZ state is an effect state in which the effect state is the normal effect state, and the transition is made when the CZ lottery is won in the normal effect state. In the CZ state, the effect control unit 180 sets a value (for example, 10 games) corresponding to a predetermined number of games in the CZ end determination counter 197 at the start of the CZ state, and determines whether or not to shift to the AT state for each game. It is configured to execute an AT lottery for lottering, and it becomes an effect state in which it is easier to shift to the AT state than the normal effect state in which the AT lottery is executed only when a predetermined winning combination is won. Yes. When the AT lottery is won, the effect control means 180 changes the effect state from the CZ state to the AT state. In addition, the effect control unit 180 executes the game for a preset number of games (for example, 10 games) without winning the AT lottery, and when the stored value of the CZ end determination counter 197 becomes 0, the CZ The production state is shifted from the state to the normal production state, and the CZ state is terminated.

AT状態は、通常演出状態及びCZ状態において実行されるAT抽選に当選した場合と、AT状態に移行することなく所定の遊技回数(例えば、1000ゲーム)の遊技が実行された場合とに移行する演出状態である。AT状態において、演出制御手段180は、ストップボタンB1〜ストップボタンB3の押下タイミングが適切な場合に入賞可能なベル役の当選時に、遊技情報表示部DSに該ベル役を入賞可能なストップボタンB1〜ストップボタンB3の押下タイミングを示唆する表示を実行するとともに、該ベル役に当選したことを報知する演出として、例えば該ベル役を構成する入賞図柄組合せを表示装置330に表示させることで、該ベル役を入賞可能な押下タイミングを示唆する入賞を補助する入賞補助演出を演出装置300に実行させる。このため、AT状態は、遊技者がメダルを獲得することが容易な遊技者にとってメダルの払い出しに関して有利な演出状態となっている。   The AT state shifts between a case where an AT lottery executed in the normal performance state and the CZ state is won and a case where a predetermined number of games (for example, 1000 games) are executed without shifting to the AT state. It is a production state. In the AT state, the effect control means 180 has a stop button B1 that can win the bell role in the game information display section DS when winning the bell role that can be won when the pressing timing of the stop buttons B1 to B3 is appropriate. ~ A display indicating the pressing timing of the stop button B3 is executed, and as an effect of notifying that the bell role is won, for example, by displaying the winning symbol combination constituting the bell role on the display device 330, The stage effect device 300 is caused to perform a winning assistance effect that assists in winning a prize indicating a pressing timing at which a bell role can be won. For this reason, the AT state is an effect state that is advantageous for paying out medals for a player who can easily acquire medals.

また、演出制御手段180は、AT状態の開始時に設定される遊技回数(例えば、50ゲーム)の遊技が実行された場合に、AT状態から通常演出状態に演出状態を移行しAT状態を終了する。なお、本実施形態において、AT状態は、通常演出状態から移行する場合と、CZ状態から移行する場合と、AT状態に移行することなく1000ゲームの遊技が実行されて移行する場合とのいずれの場合であっても、AT状態の開始時にAT終了判定カウンタ198にセットされるATゲーム数として同一の値(50ゲーム)がセットされるが、これに限らず、例えばAT状態への移行契機によってAT終了判定カウンタ198にセットされる値がそれぞれ異なるように構成されていてもよい。このように構成する場合、スロットマシン1は、AT状態の移行契機によってAT状態の利益を享受できる回数が変化するため、遊技者にいずれの移行契機の成立を狙うかを選択させることができ、遊技に対する興趣を向上させることができる。   In addition, when the number of games set at the start of the AT state (for example, 50 games) is executed, the effect control unit 180 shifts the effect state from the AT state to the normal effect state and ends the AT state. . In the present embodiment, the AT state is any of the case where the normal state is shifted, the case where the state is shifted from the CZ state, and the case where the game is transferred after 1000 games are executed without shifting to the AT state. Even in this case, the same value (50 games) is set as the number of AT games set in the AT end determination counter 198 at the start of the AT state. The values set in the AT end determination counter 198 may be different from each other. When configured in this manner, the slot machine 1 changes the number of times the benefit of the AT state can be enjoyed according to the AT state transition opportunity, so that the player can select which transition opportunity is to be established, The interest in games can be improved.

そして、演出制御手段180は、表示装置330やスピーカ等を用いて演出状態の移行に係る処理を示唆する示唆演出を実行する。本実施形態において、演出制御手段180は、示唆演出として、演出状態が通常演出状態である場合に、遊技の実行ごとに表示装置330に表示する数字を加算するポイント加算演出と、演出状態がAT状態であり、かつATゲーム数を増加させる条件が成立した場合に、所定の回数の遊技が実行されるまで、遊技の実行ごとに表示装置330に表示されている数字を減算するポイント減算演出と、を実行する。   And the production | presentation control means 180 performs the suggestion production | presentation which suggests the process which concerns on the transition of a production | presentation state using the display apparatus 330, a speaker, etc. FIG. In the present embodiment, the effect control means 180 has a point addition effect that adds a number to be displayed on the display device 330 each time the game is executed, and the effect state is AT as the suggestion effect when the effect state is the normal effect state. A point subtraction effect that subtracts the number displayed on the display device 330 each time the game is executed until a predetermined number of games are executed when the condition for increasing the number of AT games is satisfied. Execute.

ポイント加算演出において、演出制御手段180は、所定の値になるまで遊技の実行ごとに記憶手段190の加算演出カウンタ(不図示)の記憶値を加算し、加算演出カウンタの記憶値を表示装置330に表示することで、表示装置330に表示されている値を加算する演出を実行する。そして、演出制御手段180は、表示装置330に表示されている値が所定の値になった場合、つまり、加算演出カウンタの記憶値が所定の値(例えば300)以上となった場合に、CZ抽選処理を実行するとともに、表示装置330にCZ抽選処理を実行したことを示唆する演出を実行する。なお、加算演出カウンタは、初期値が0に設定され、後述する設定した制御値に基づく演出処理(図5のステップS12参照)において、第1制御値が設定されている場合に、該第1制御値が加算されるカウンタである。   In the point addition effect, the effect control means 180 adds the stored value of the addition effect counter (not shown) of the storage means 190 every time the game is executed until the predetermined value is reached, and displays the stored value of the addition effect counter on the display device 330. By performing the display, the effect of adding the value displayed on the display device 330 is executed. Then, when the value displayed on the display device 330 becomes a predetermined value, that is, when the stored value of the addition effect counter becomes a predetermined value (for example, 300) or more, the effect control unit 180 The lottery process is executed, and an effect suggesting that the CZ lottery process is executed on the display device 330 is executed. Note that the addition effect counter is set to the first value when the initial value is set to 0 and the first control value is set in the effect process (see step S12 in FIG. 5) based on the set control value described later. A counter to which a control value is added.

ポイント減算演出において、演出制御手段180は、ポイント減算演出が継続するゲーム数を表示し、ポイント減算演出が継続するゲーム数が0となるまでは、遊技の実行ごとに記憶手段190の減算演出カウンタ(不図示)の記憶値を減算し、減算演出カウンタの記憶値を表示装置330に表示することで、表示装置330に表示されている値を減算する演出を実行する。そして、演出制御手段180は、表示装置330に表示されている値が0(0以下)になった場合、つまり、減算演出カウンタの記憶値が0(0以下)となった場合に、AT終了判定カウンタに値を加算する処理を実行するとともに、表示装置330にATゲーム数を加算する処理を実行したことが示唆する演出を実行する。なお、減算演出カウンタは、初期値が例えば1000に設定され、後述する設定した制御値に基づく演出処理(図5のステップS12参照)において、第2制御値が設定されている場合に、該第2制御値が減算されるカウンタである。   In the point subtraction effect, the effect control means 180 displays the number of games in which the point subtraction effect continues, and until the number of games in which the point subtraction effect continues becomes zero, the subtraction effect counter of the storage means 190 is executed every time the game is executed. By subtracting the stored value (not shown) and displaying the stored value of the subtraction effect counter on the display device 330, the effect of subtracting the value displayed on the display device 330 is executed. Then, the effect control unit 180 ends the AT when the value displayed on the display device 330 becomes 0 (0 or less), that is, when the stored value of the subtraction effect counter becomes 0 (0 or less). A process of adding a value to the determination counter is executed, and an effect suggesting that a process of adding the number of AT games to the display device 330 is executed is executed. The subtraction effect counter has an initial value of 1000, for example, and the second control value is set in the effect process based on the set control value described later (see step S12 in FIG. 5). 2 is a counter to which the control value is subtracted.

演出制御手段180は、ポイント加算演出及びポイント減算演出の実行時において、加算するポイント及び減算するポイントを乱数を用いた抽選を実行して決定している。図4は、演出制御手段180がポイント加算演出及びポイント減算演出の実行時において、テーブル記憶手段としての演出抽選テーブル記憶手段196から取得する抽選テーブルを示す図である。本実施形態において、演出制御手段180は、ポイント加算演出を実行する際に、図4(A)に示す基底値抽選テーブルと、図4(B)に示す第1中間値抽選テーブルと、を用いる。また、演出制御手段180は、ポイント減算演出を実行する際に、図4(A)に示す基底値抽選テーブルと、図4(C)に示す第2中間値抽選テーブルと、を用いる。ここで、ポイント加算演出の実行時及びポイント減算演出の実行時に共通して用いられる基底値抽選テーブルは、本実施形態における共通テーブルを構成する。また、演出制御手段180が取得する乱数に対して第1中間値が対応付けられている第1中間値抽選テーブルと、演出制御手段180が取得する乱数に対して第2中間値が対応付けられている第2中間値抽選テーブルと、は、それぞれ本実施形態における中間テーブルを構成する。   The effect control means 180 determines a point to be added and a point to be subtracted by performing lottery using random numbers when executing the point addition effect and the point subtraction effect. FIG. 4 is a diagram showing a lottery table acquired from the effect lottery table storage unit 196 as the table storage unit when the effect control unit 180 executes the point addition effect and the point subtraction effect. In the present embodiment, the effect control means 180 uses the base value lottery table shown in FIG. 4A and the first intermediate value lottery table shown in FIG. 4B when executing the point addition effect. . The effect control means 180 uses the base value lottery table shown in FIG. 4A and the second intermediate value lottery table shown in FIG. 4C when executing the point subtraction effect. Here, the base value lottery table used in common when the point addition effect is executed and when the point subtraction effect is executed constitutes a common table in the present embodiment. Further, the first intermediate value lottery table in which the first intermediate value is associated with the random number acquired by the effect control unit 180, and the second intermediate value is associated with the random number acquired by the effect control unit 180. Each of the second intermediate value lottery tables constitutes an intermediate table in the present embodiment.

図4(A)に示すように、基底値抽選テーブルは、演出制御手段180が乱数生成手段110から取得する乱数に基底値「1」、「3」、「5」、「7」、「10」が対応付けられた抽選テーブルである。また、基底値抽選テーブルには、乱数「0」〜「255」の1バイトの乱数が対応付けられている。   As shown in FIG. 4A, the base value lottery table includes base values “1”, “3”, “5”, “7”, “10” as random numbers acquired by the effect control unit 180 from the random number generation unit 110. "Is a lottery table associated with" ". The base value lottery table is associated with 1-byte random numbers of random numbers “0” to “255”.

図4(B)に示すように、第1中間値抽選テーブルは、演出制御手段180が乱数生成手段110から取得する乱数に第1中間値「1」、「2」、「3」、「4」、「5」が対応付けられた抽選テーブルである。また、第1中間値抽選テーブルには、乱数「0」〜「255」の1バイトの乱数が対応付けられている。   As shown in FIG. 4B, the first intermediate value lottery table includes the first intermediate values “1”, “2”, “3”, “4” as random numbers acquired by the effect control unit 180 from the random number generation unit 110. "Is a lottery table associated with" 5 ". The first intermediate value lottery table is associated with 1-byte random numbers of random numbers “0” to “255”.

図4(C)に示すように、第2中間値抽選テーブルは、演出制御手段180が乱数生成手段110から取得する乱数に第2中間値「10」、「20」、「50」、「80」、「100」が対応付けられた抽選テーブルである。また、第2中間値抽選テーブルには、乱数「0」〜「255」の1バイトの乱数が対応付けられている。   As shown in FIG. 4C, the second intermediate value lottery table includes the second intermediate values “10”, “20”, “50”, “80” as random numbers acquired by the effect control unit 180 from the random number generation unit 110. ”And“ 100 ”are lottery tables associated with each other. The second intermediate value lottery table is associated with 1-byte random numbers of random numbers “0” to “255”.

演出制御手段180は、ポイント加算演出の実行時において、まず、乱数生成手段110から取得した乱数と演出抽選テーブル記憶手段196に記憶されている基底値抽選テーブルとを比較して基底値を決定する。次に、演出制御手段180は、乱数生成手段110から取得した乱数と演出抽選テーブル記憶手段196に記憶されている第1中間値抽選テーブルとを比較して第1中間値を決定する。そして、演出制御手段180は、決定した基底値と第1中間値とを乗算することで得られた値を、第1制御値として設定し、設定した第1制御値を加算演出カウンタの記憶値を加算し、加算演出カウンタの記憶値を表示装置330に表示することで、表示装置330に表示されている値に加算する演出を実行する。   When executing the point addition effect, the effect control means 180 first determines the base value by comparing the random number acquired from the random number generation means 110 with the base value lottery table stored in the effect lottery table storage means 196. . Next, the effect control unit 180 compares the random number acquired from the random number generation unit 110 with the first intermediate value lottery table stored in the effect lottery table storage unit 196 to determine the first intermediate value. Then, the effect control means 180 sets the value obtained by multiplying the determined base value and the first intermediate value as the first control value, and stores the set first control value as the stored value of the addition effect counter. Is added, and the stored value of the addition effect counter is displayed on the display device 330, whereby the effect of adding to the value displayed on the display device 330 is executed.

上述した通り、演出制御手段180は、基底値を、「1」、「3」、「5」、「7」、「10」のいずれか1つに決定し、第1中間値を、「1」、「2」、「3」、「4」、「5」のいずれか1つに決定するため、第1制御値を1〜50の範囲で設定することが可能に構成されている。つまり、演出制御手段180は、ポイント加算演出の実行時において、遊技の実行ごとに1〜50の範囲のうちの所定の値をランダムに加算する演出を実行するため、遊技ごとに異なる演出を実行可能であり、多様な遊技性を実現可能になっている。   As described above, the effect control means 180 determines the base value as one of “1”, “3”, “5”, “7”, “10”, and sets the first intermediate value to “1”. ”,“ 2 ”,“ 3 ”,“ 4 ”, and“ 5 ”, the first control value can be set in the range of 1 to 50. That is, when the point addition effect is executed, the effect control unit 180 executes an effect that randomly adds a predetermined value in the range of 1 to 50 for each execution of the game, and thus executes different effects for each game. It is possible and a variety of playability can be realized.

また、演出制御手段180は、ポイント減算演出の実行時において、まず、乱数生成手段110から取得した乱数と演出抽選テーブル記憶手段196に記憶されている基底値抽選テーブルとを比較して基底値を決定する。次に、演出制御手段180は、乱数生成手段110から取得した乱数と演出抽選テーブル記憶手段196に記憶されている第2中間値抽選テーブルとを比較して第2中間値を決定する。そして、演出制御手段180は、決定した基底値と第2中間値とを乗算することで得られた値を、第2制御値として設定し、減算演出カウンタの記憶値から設定した第2制御値を減算し、減算演出カウンタの記憶値を表示装置330に表示することで、表示装置330に表示されている値を第2制御値で減算する演出を実行する。   In addition, when the point subtraction effect is executed, the effect control unit 180 first compares the random number acquired from the random number generation unit 110 with the base value lottery table stored in the effect lottery table storage unit 196 to obtain the base value. decide. Next, the effect control means 180 compares the random number acquired from the random number generation means 110 with the second intermediate value lottery table stored in the effect lottery table storage means 196 to determine the second intermediate value. Then, the effect control means 180 sets the value obtained by multiplying the determined base value and the second intermediate value as the second control value, and the second control value set from the stored value of the subtraction effect counter And the stored value of the subtraction effect counter is displayed on the display device 330, whereby the effect of subtracting the value displayed on the display device 330 by the second control value is executed.

上述した通り、演出制御手段180は、基底値を、「1」、「3」、「5」、「7」、「10」のいずれか1つに決定し、第2中間値を、「10」、「20」、「50」、「80」、「100」のいずれか1つに決定するため、第1制御値を10〜1000の範囲で設定することが可能に構成されている。つまり、演出制御手段180は、ポイント加算演出の実行時において、遊技の実行ごとに10〜1000の範囲のうちの所定の値をランダムに減算する演出を実行するため、遊技ごとに異なる演出を実行可能であり、多様な遊技性を実現可能になっている。   As described above, the effect control unit 180 determines the base value as one of “1”, “3”, “5”, “7”, “10”, and sets the second intermediate value to “10”. ”,“ 20 ”,“ 50 ”,“ 80 ”, and“ 100 ”are determined so that the first control value can be set in the range of 10 to 1000. In other words, when the point addition effect is executed, the effect control means 180 executes an effect that randomly subtracts a predetermined value from the range of 10 to 1000 for each execution of the game. It is possible and a variety of playability can be realized.

なお、本実施形態の機能ブロック構成は、コンピュータシステム(ゲームシステムを含む)に関しても適用することができる。これらのシステムでは、本実施形態の遊技制御手段100としてコンピュータを機能させるプログラムを、CD、DVD等の情報記憶媒体あるいはインターネット上のWebサーバからネットワークを介してダウンロードすることによって、その機能を実現することができる。また、上記コンピュータシステムにおいて、メダル投入スイッチ210、ベットスイッチ220、スタートスイッチ230、ストップスイッチ240等は、キーボードやポインティングデバイス(マウス等)、あるいはコントローラなどの操作手段に対してそれらの機能を仮想的に割り当てることにより実現することができる。また、上記コンピュータシステムにおいて、リールユニット310、ホッパーユニット320等は、必須の構成要件ではない。これらの装置ユニットは、ディスプレイ(表示装置330)に表示出力される画像の制御によってそれらの機能を仮想的に実現することができる。   Note that the functional block configuration of the present embodiment can also be applied to a computer system (including a game system). In these systems, the function is realized by downloading a program that causes the computer to function as the game control means 100 of the present embodiment from an information storage medium such as a CD or DVD or a Web server on the Internet via a network. be able to. Further, in the above computer system, the medal insertion switch 210, the bet switch 220, the start switch 230, the stop switch 240, and the like virtually function their functions with respect to operation means such as a keyboard, a pointing device (mouse, etc.), or a controller. This can be realized by assigning to In the computer system, the reel unit 310, the hopper unit 320, and the like are not essential constituent requirements. These device units can virtually realize their functions by controlling images displayed on the display (display device 330).

2.遊技の実行時における制御処理
次に、図5〜図9を参照して、本実施形態に係るスロットマシン1において、演出制御手段180が実行するポイント加算演出及びポイント減算演出に係る制御処理の詳細について説明する。
2. Next, with reference to FIG. 5 to FIG. 9, details of the control processing related to the point addition effect and the point subtraction effect executed by the effect control means 180 in the slot machine 1 according to the present embodiment with reference to FIGS. Will be described.

<遊技の制御処理>
図5は、本実施形態におけるスロットマシン1において、遊技制御手段100を構成する各手段が実行する1回の遊技において実行する各制御処理を示すフローチャートである。
<Game control processing>
FIG. 5 is a flowchart showing each control process executed in one game executed by each means constituting the game control means 100 in the slot machine 1 in the present embodiment.

まず、遊技制御手段100の投入受付手段105が、投入されたメダルの枚数が規定投入数か否かを判定する(S1)。この処理において、投入受付手段105は、規定投入数(3枚)のメダルが投入状態に設定されたか否かを判定し、規定投入数のメダルが投入状態に設定されるまで、ステップS1の処理を繰り返す。   First, the insertion accepting means 105 of the game control means 100 determines whether or not the number of inserted medals is a prescribed insertion number (S1). In this process, the insertion accepting unit 105 determines whether or not a predetermined number (three) of medals are set in the insertion state, and the process of step S1 until the predetermined number of medals is set in the insertion state. repeat.

ステップS1の処理において、規定投入数のメダルが投入状態に設定された場合には(YES)、遊技制御手段100の内部抽選手段120は、スタートスイッチ230が開始操作を検出したか否かを判定する(S2)。この処理において、内部抽選手段120は、遊技者によりスタートレバーSLが開始操作されたことをスタートスイッチ230が検出したか否かを判定し、スタートスイッチ230が開始操作を検出していないと判定した場合には(NO)、ステップS2の処理を繰り返す。   In the process of step S1, when a predetermined number of inserted medals are set in the inserted state (YES), the internal lottery means 120 of the game control means 100 determines whether or not the start switch 230 has detected a start operation. (S2). In this process, the internal lottery means 120 determines whether the start switch 230 has detected that the start lever SL has been started by the player, and has determined that the start switch 230 has not detected the start operation. In that case (NO), the process of step S2 is repeated.

ステップS2の処理において、スタートスイッチ230が開始操作を検出したと判定した場合には(YES)、内部抽選手段120は、内部抽選処理を実行する(S3)。この処理において、内部抽選手段120は、遊技者がスタートレバーSLに対して開始操作を実行し、スタートスイッチ230が開始操作を検出することで出力されるスタート信号に基づいて、乱数生成手段110から乱数を取得するとともに、現在の遊技状態に基づき内部抽選テーブル記憶手段191から内部抽選テーブルA〜内部抽選テーブルCのいずれかを選択する。そして、内部抽選手段120は、取得した乱数を選択した内部抽選テーブルと比較し、比較結果に応じて内部抽選に当選したか否かを判定する乱数判定処理を実行する。また、内部抽選手段120は、乱数判定処理の結果に基づき、記憶手段190の抽選フラグ記憶手段192に記憶された当選したと判定された役に対応する抽選フラグを、当選状態に設定する抽選フラグ設定処理を実行する。   When it is determined in step S2 that the start switch 230 has detected a start operation (YES), the internal lottery means 120 executes an internal lottery process (S3). In this process, the internal lottery means 120 performs a start operation on the start lever SL by the player, and the random number generation means 110 outputs a start signal output when the start switch 230 detects the start operation. A random number is acquired and any one of the internal lottery table A to the internal lottery table C is selected from the internal lottery table storage unit 191 based on the current gaming state. Then, the internal lottery means 120 compares the acquired random number with the selected internal lottery table, and executes a random number determination process for determining whether or not the internal lottery is won according to the comparison result. Further, the internal lottery means 120 sets the lottery flag corresponding to the winning combination determined to be won and stored in the lottery flag storage means 192 of the storage means 190 based on the result of the random number determination process in the winning state. Execute the setting process.

次に、遊技制御手段100の演出制御手段180が、基底値抽選処理を実行する(S4)。この処理において、演出制御手段180は、乱数生成手段110から乱数値を取得するとともに、演出抽選テーブル記憶手段196から基底値抽選テーブル(図4(A)参照)を取得する。そして、演出制御手段180は、取得した乱数を基底値抽選テーブルと比較し、比較結果に応じて基底値を決定する基底値決定処理を実行する。   Next, the effect control means 180 of the game control means 100 executes a base value lottery process (S4). In this processing, the effect control unit 180 acquires a random value from the random number generation unit 110 and also acquires a base value lottery table (see FIG. 4A) from the effect lottery table storage unit 196. Then, the effect control unit 180 compares the acquired random number with the base value lottery table, and executes a base value determination process for determining the base value according to the comparison result.

次に、演出制御手段180は、制御値設定処理を実行する(S5)。この処理において、演出制御手段180は、第1制御値と第2制御値とのいずれかの制御値を設定する処理を実行する。なお、演出制御手段180は、記憶手段190の演出フラグ格納領域(不図示)を参照して、セットされている演出フラグに基づき第1制御値と第2制御値とのいずれを設定するのかを選択する。   Next, the effect control means 180 executes a control value setting process (S5). In this process, the effect control means 180 executes a process for setting one of the first control value and the second control value. It should be noted that the effect control means 180 refers to an effect flag storage area (not shown) of the storage means 190 to determine which of the first control value and the second control value is set based on the set effect flag. select.

次に、遊技制御手段100のうちリール制御手段130が、リール回転処理を実行する(S6)。この処理において、リール制御手段130は、第1リールR1〜第3リールR3の回転を開始する。次に、リール制御手段130が、ストップボタンB1〜ストップボタンB3のうち有効なストップボタンが押下操作されたか否かを判定する(S7)。この処理において、リール制御手段130は、第1リールR1〜第3リールR3が定常回転となったことを契機として、ストップボタンB1〜ストップボタンB3に実行される停止操作を有効化する。そして、リール制御手段130は、ストップボタンB1〜ストップボタンB3のうち回転中のリールに対応する有効なストップボタンが押下操作されストップスイッチ240からリール停止信号が出力されたか否かを判定し、有効なストップボタンが押下操作されていないと判定した場合には(NO)、ステップS7の処理を繰り返す。   Next, the reel control means 130 of the game control means 100 executes a reel rotation process (S6). In this process, the reel control means 130 starts to rotate the first reel R1 to the third reel R3. Next, the reel control means 130 determines whether or not a valid stop button among the stop buttons B1 to B3 has been pressed (S7). In this process, the reel control means 130 validates the stop operation performed on the stop button B1 to the stop button B3 when the first reel R1 to the third reel R3 are in steady rotation. Then, the reel control means 130 determines whether or not a valid stop button corresponding to the rotating reel among the stop buttons B1 to B3 is pressed and a reel stop signal is output from the stop switch 240. If it is determined that the stop button has not been pressed (NO), the process of step S7 is repeated.

ステップS7の処理において、有効なストップボタンが押下操作されたと判定した場合には(YES)、リール制御手段130は、押下操作されたストップボタンに対応したリールを停止する(S8)。この処理において、リール制御手段130は、抽選処理において決定された当選役(又はハズレ)に基づき、ストップボタンB1〜ストップボタンB3が押下操作されてから所定の停止時間として190ms以内に第1リールR1〜第3リールR3を停止するリール制御を実行する。   If it is determined in step S7 that a valid stop button has been pressed (YES), the reel controller 130 stops the reel corresponding to the pressed stop button (S8). In this process, the reel control means 130, based on the winning combination (or loss) determined in the lottery process, the first reel R1 within 190 ms as a predetermined stop time after the stop buttons B1 to B3 are pressed. ~ Reel control for stopping the third reel R3 is executed.

次に、リール制御手段130は、第1リールR1〜第3リールR3のすべてが停止したか否かを判定する(S9)。この処理において、第1リールR1〜第3リールR3のうち少なくとも1つがまだ停止していないと判定した場合には(NO)、リール制御手段130は、ステップS7に処理を戻す。   Next, the reel control means 130 determines whether or not all of the first reel R1 to the third reel R3 are stopped (S9). In this process, if it is determined that at least one of the first reel R1 to the third reel R3 has not yet stopped (NO), the reel control means 130 returns the process to step S7.

ステップS9の処理において、すべてのリールが停止したと判定した場合には(YES)、遊技制御手段100のうち入賞判定手段140が、入賞判定処理を実行する(S10)。この処理において、入賞判定手段140は、第1リールR1〜第3リールR3のすべてが停止したことを契機として、有効ラインL1上に表示されている図柄組合せと記憶手段190の入賞判定テーブル記憶手段194に記憶されている入賞判定テーブルとに基づき、予め定められた入賞の形態であるか否かを判定する。そして、入賞判定手段140は、入賞した役に対応する処理を実行する。   In the process of step S9, when it is determined that all reels have stopped (YES), the winning determination means 140 of the game control means 100 executes a winning determination process (S10). In this process, the winning determination means 140 is a combination of symbols displayed on the active line L1 and the winning determination table storage means of the storage means 190 when all of the first reel R1 to the third reel R3 are stopped. Based on the winning determination table stored in 194, it is determined whether or not it is a predetermined winning form. Then, the winning determination unit 140 executes processing corresponding to the winning combination.

次に、遊技制御手段100は、入賞役に応じた各種の設定処理を実行する(S11)。ステップS11の処理において、遊技制御手段100は、例えば、ステップS10の処理でメダルの払い出しを伴う小役に入賞したと判定した場合には、入賞した小役に設定されている配当と同じ枚数のメダルを払出制御手段150に払い出させる払出処理の実行を設定する。   Next, the game control means 100 executes various setting processes according to the winning combination (S11). In the process of step S11, for example, when it is determined that the game control means 100 has won a small role with a payout of medals in the process of step S10, the same number of payouts as the payout set for the winning small role is obtained. Execution of a payout process for paying out medals to the payout control means 150 is set.

次に、遊技制御手段100の演出制御手段180が、設定した制御値に基づく演出処理を実行し(S12)、1回の遊技における制御処理を終了する。この処理において、演出制御手段180は、ステップS5の処理において第1制御値を設定した場合には、ポイント加算演出を実行し、第2制御値を設定した場合には、ポイント減算演出を実行する。   Next, the effect control means 180 of the game control means 100 executes an effect process based on the set control value (S12), and ends the control process in one game. In this process, the effect control means 180 executes the point addition effect when the first control value is set in the process of step S5, and executes the point subtraction effect when the second control value is set. .

演出制御手段180は、ポイント加算演出の実行時においては、ステップS5の処理で決定する第1制御値を加算演出カウンタに加算し、加算演出カウンタの記憶値を表示装置330に表示することでポイント加算演出を実行し、加算した結果、加算演出カウンタの記憶値がが所定の値(例えば300)以上となった場合に、CZ抽選処理を実行するとともに、表示装置330にCZ抽選処理を実行したことを示唆する演出を実行する。なお、演出制御手段180は、CZ抽選処理を実行した場合に、加算演出カウンタの記憶値を初期化、すなわち加算演出カウンタの記憶値を初期値である0に設定するように構成されている。   When the point addition effect is executed, the effect control means 180 adds the first control value determined in step S5 to the addition effect counter, and displays the stored value of the addition effect counter on the display device 330. When the addition effect is executed, and the result of the addition is that the stored value of the addition effect counter becomes a predetermined value (for example, 300) or more, the CZ lottery process is executed and the CZ lottery process is executed on the display device 330. An effect that suggests this is executed. The effect control means 180 is configured to initialize the stored value of the added effect counter, that is, to set the stored value of the added effect counter to 0 which is the initial value when the CZ lottery process is executed.

また、演出制御手段180は、ポイント減算演出の実行時においては、減算演出カウンタの記憶値からステップS5の処理で決定する第2制御値を減算し、減算演出カウンタの記憶値を表示装置330に表示することでポイント減算演出を実行し、減算した結果、減算演出カウンタの記憶値が0以下となった場合に、加算するATゲーム数を抽選により決定するとともに、表示装置330にATゲーム数を加算する処理を実行したことを示唆する演出を実行する。なお、演出制御手段180は、減算演出カウンタの記憶値が0以下になったことに基づきATゲーム数を加算する処理を実行した場合に、減算演出カウンタの記憶値を初期化、すなわち減算演出カウンタの記憶値を初期値である1000に設定するように構成されている。   In addition, when executing the point subtraction effect, the effect control means 180 subtracts the second control value determined in step S5 from the stored value of the subtraction effect counter, and stores the stored value of the subtraction effect counter in the display device 330. When the point subtraction effect is executed by displaying and the stored value of the subtraction effect counter becomes 0 or less as a result of the subtraction, the number of AT games to be added is determined by lottery and the number of AT games is displayed on the display device 330. An effect suggesting that the process of adding is executed is executed. The effect control means 180 initializes the stored value of the subtraction effect counter when the process of adding the number of AT games is executed based on the stored value of the subtraction effect counter becoming 0 or less, that is, the subtraction effect counter. Is set to an initial value of 1000.

これらの演出に係る処理を実行する、ステップS12の処理が、本実施形態における制御値を用いる制御処理を構成する。なお、演出制御手段180は、制御値を設定していない場合、ステップS12の処理を実行することなく遊技の制御処理を終了する。   The process of step S12 which performs the process which concerns on these effects comprises the control process using the control value in this embodiment. When the control value is not set, the effect control means 180 ends the game control process without executing the process of step S12.

<基底値抽選処理>
図6は、図5に示した遊技の制御処理のステップS4において実行される基底値抽選処理を示すフローチャートである。
<Base value lottery processing>
FIG. 6 is a flowchart showing the base value lottery process executed in step S4 of the game control process shown in FIG.

まず、演出制御手段180は、演出抽選テーブル記憶手段196から基底値抽選テーブルを取得する(S21)。この処理において、演出制御手段180は、図4(A)に示す基底値抽選テーブルを取得する。次に、演出制御手段180は、乱数生成手段110から乱数を取得する(S22)。この処理において、演出制御手段180は、基底値抽選テーブルにおいて基底値に対応付けられている乱数が1バイトの乱数であることから、乱数生成手段110から1バイトの乱数(0〜255)のいずれかを取得する。   First, the effect control means 180 acquires a base value lottery table from the effect lottery table storage means 196 (S21). In this process, the effect control means 180 acquires the base value lottery table shown in FIG. Next, the effect control unit 180 acquires a random number from the random number generation unit 110 (S22). In this process, the effect control means 180 is one of the 1-byte random numbers (0 to 255) from the random number generation means 110 because the random number associated with the base value in the base value lottery table is a 1-byte random number. Get that.

次に、演出制御手段180は、基底値初期値を設定する(S23)。この処理において、演出制御手段180は、基底値抽選テーブルを参照し、基底値の初期値として基底値「1」を設定する。   Next, the effect control means 180 sets a base value initial value (S23). In this process, the effect control means 180 refers to the base value lottery table and sets the base value “1” as the initial value of the base value.

次に、演出制御手段180は、設定した基底値に当選したか否かを判定する(S24)。この処理において、演出制御手段180は、乱数生成手段110から取得した乱数が基底値抽選テーブルにおいて設定している基底値に対応付けられている乱数であるか否かを判定する。具体的には、例えばステップS23の処理の直後である場合、演出制御手段180は、基底値として初期値である基底値「1」を設定していることから、取得した乱数が基底値抽選テーブルにおいて基底値「1」に対応付けられている乱数「0」〜「200」のいずれかであるか否かを判定する。   Next, the effect control means 180 determines whether or not the set base value is won (S24). In this process, the effect control unit 180 determines whether or not the random number acquired from the random number generation unit 110 is a random number associated with the base value set in the base value lottery table. Specifically, for example, immediately after the process of step S23, the effect control means 180 sets the base value “1” that is the initial value as the base value, so that the acquired random number is the base value lottery table. It is determined whether or not any of random numbers “0” to “200” associated with the base value “1”.

ステップS24の処理において、設定した基底値に非当選、つまり乱数生成手段110から取得した乱数が基底値抽選テーブルにおいて設定している基底値に対応付けられている乱数ではないと判定した場合には(NO)、演出制御手段180は、設定した基底値を更新する(S25)。この処理において、演出制御手段180は、基底値抽選テーブルを参照し、現在設定している基底値に対応付けられている乱数の最大値に1加算した乱数が対応付けられている基底値を設定する基底値更新処理を実行する。具体的には、例えば、現在設定されている基底値が「1」である場合、演出制御手段180は、基底値抽選テーブルを参照し、基底値「1」に対応付けられている乱数の最大値「200」に1加算した乱数「201」が対応付けられている基底値「3」を、新たな基底値として設定する。   If it is determined in step S24 that the set base value is not won, that is, the random number acquired from the random number generation means 110 is not a random number associated with the base value set in the base value lottery table. (NO), the effect control means 180 updates the set base value (S25). In this process, the effect control means 180 refers to the base value lottery table and sets a base value associated with a random number obtained by adding 1 to the maximum random number associated with the currently set base value. The base value update process is executed. Specifically, for example, when the currently set base value is “1”, the effect control unit 180 refers to the base value lottery table and determines the maximum random number associated with the base value “1”. A base value “3” associated with a random number “201” obtained by adding 1 to the value “200” is set as a new base value.

次に、演出制御手段180は、基底値抽選テーブルを更新し(S26)、ステップS24に処理を戻す。この処理において、演出制御手段180は、ステップS22の処理で乱数生成手段110から取得した乱数と、基底値抽選テーブルのうちステップS25の処理で設定した基底値に対応付けられた乱数と、をステップS24の処理の実行時に比較するために、ステップS25の処理で設定した基底値に対応付けられている乱数が比較対象となるように、取得した基底値抽選テーブルのうち参照する領域を更新する。   Next, the effect control means 180 updates the base value lottery table (S26), and returns the process to step S24. In this process, the effect control means 180 steps the random number acquired from the random number generation means 110 in the process of step S22 and the random number associated with the base value set in the process of step S25 in the base value lottery table. In order to compare at the time of execution of the process of S24, the area to be referred to in the acquired base value lottery table is updated so that the random number associated with the base value set in the process of step S25 becomes a comparison target.

このように、ステップS24の処理において、設定した基底値に当選、つまり乱数生成手段110から取得した乱数が基底値抽選テーブルにおいて設定している基底値に対応付けられている乱数であると判定するまで、演出制御手段180は、ステップS24〜ステップS26の処理を繰り返し、設定した基底値に当選したと判定した場合には(YES)、設定した基底値を今回の遊技において制御値を決定するために用いる基底値に決定する。この、ステップS24の処理が、本実施形態における基底値決定処理を構成する。   Thus, in the process of step S24, it is determined that the set base value is won, that is, the random number acquired from the random number generation means 110 is a random number associated with the base value set in the base value lottery table. Until the production control means 180 repeats the processing from step S24 to step S26 and determines that the set base value has been won (YES), the set base value is determined for the control value in the current game. The base value used for is determined. The process of step S24 constitutes the base value determination process in the present embodiment.

<制御値設定処理>
図7は、図5に示した遊技の制御処理のステップS5において実行される制御値設定処理を示すフローチャートである。
<Control value setting process>
FIG. 7 is a flowchart showing the control value setting process executed in step S5 of the game control process shown in FIG.

まず、演出制御手段180は、第1制御値を用いる制御処理の実行中か否かを判定する(S31)。この処理において、演出制御手段180は、記憶手段190の演出フラグ格納領域を参照し、ポイント加算演出の実行中である場合にセットされるポイント加算演出フラグがセット(ON状態)であるか否かを判定している。   First, the effect control means 180 determines whether or not the control process using the first control value is being executed (S31). In this processing, the effect control means 180 refers to the effect flag storage area of the storage means 190, and whether or not the point addition effect flag that is set when the point addition effect is being executed is set (ON state). Is judged.

ステップS31の処理において、第1制御値を用いる制御処理の実行中であると判定した場合には(YES)、演出制御手段180は、第1制御値抽選処理を実行し(S32)、制御値設定処理を終了する。この処理において、演出制御手段180は、基底値抽選処理(図6参照)で決定した基底値と、乱数生成手段110から取得した乱数と第1中間値抽選テーブル(図4(B)参照)とを比較して決定する第1中間値と、を乗算して第1制御値を決定する。   If it is determined in the process of step S31 that the control process using the first control value is being executed (YES), the effect control means 180 executes the first control value lottery process (S32), and the control value The setting process ends. In this process, the effect control means 180 has the base value determined in the base value lottery process (see FIG. 6), the random number acquired from the random number generation means 110, and the first intermediate value lottery table (see FIG. 4B). The first control value is determined by multiplying the first intermediate value determined by comparing.

一方、ステップS31の処理において、第1制御値を用いる制御処理の実行中ではない判定した場合には(NO)、演出制御手段180は、第2制御値を用いる制御処理の実行中か否かを判定する(S33)。この処理において、演出制御手段180は、記憶手段190の演出フラグ格納領域を参照し、ポイント減算演出の実行中である場合にセットされるポイント減算演出フラグがセット(ON状態)であるか否かを判定し、第2制御値を用いる制御処理の実行中ではないと判定した場合には(NO)、制御値設定処理を終了する。   On the other hand, in the process of step S31, when it is determined that the control process using the first control value is not being executed (NO), the effect control unit 180 determines whether the control process using the second control value is being executed. Is determined (S33). In this process, the effect control means 180 refers to the effect flag storage area of the storage means 190, and whether or not the point subtraction effect flag that is set when the point subtraction effect is being executed is set (ON state). If it is determined that the control process using the second control value is not being executed (NO), the control value setting process is terminated.

ステップS33の処理において、第2制御値を用いる制御処理の実行中であると判定した場合には(YES)、演出制御手段180は、第2制御値抽選処理を実行し(S34)、制御値設定処理を終了する。この処理において、演出制御手段180は、基底値抽選処理(図6参照)で決定した基底値と、乱数生成手段110から取得した乱数と第2中間値抽選テーブル(図4(C)参照)とを比較して決定する第2中間値と、を乗算して第2制御値を決定する。   In the process of step S33, if it is determined that the control process using the second control value is being executed (YES), the effect control means 180 executes the second control value lottery process (S34), and the control value The setting process ends. In this process, the effect control means 180 has the base value determined in the base value lottery process (see FIG. 6), the random number acquired from the random number generation means 110, and the second intermediate value lottery table (see FIG. 4C). The second control value is determined by multiplying the second intermediate value determined by comparing.

<第1制御値抽選処理>
図8は、図7に示した制御値設定処理のステップS32において実行される第1制御値抽選処理を示すフローチャートである。
<First control value lottery process>
FIG. 8 is a flowchart showing the first control value lottery process executed in step S32 of the control value setting process shown in FIG.

まず、演出制御手段180は、演出抽選テーブル記憶手段196から第1中間値抽選テーブルを取得する(S41)。この処理において、演出制御手段180は、図4(B)に示す第1中間値抽選テーブルを取得する。次に、演出制御手段180は、乱数生成手段110から乱数を取得する(S42)。この処理において、演出制御手段180は、第1中間値抽選テーブルにおいて第1中間値に対応付けられている乱数が1バイトの乱数であることから、乱数生成手段110から1バイトの乱数(0〜255)のいずれかを取得する。   First, the effect control means 180 acquires the first intermediate value lottery table from the effect lottery table storage means 196 (S41). In this process, the effect control means 180 acquires the first intermediate value lottery table shown in FIG. Next, the effect control unit 180 acquires a random number from the random number generation unit 110 (S42). In this process, the production control means 180 is a 1-byte random number (0 to 0) from the random number generation means 110 because the random number associated with the first intermediate value in the first intermediate value lottery table is a 1-byte random number. 255).

次に、演出制御手段180は、第1中間値初期値を設定する(S43)。この処理において、演出制御手段180は、第1中間値抽選テーブルを参照し、第1中間値の初期値として第1中間値「1」を設定する。   Next, the effect control means 180 sets a first intermediate value initial value (S43). In this process, the effect control means 180 refers to the first intermediate value lottery table and sets the first intermediate value “1” as the initial value of the first intermediate value.

次に、演出制御手段180は、設定した第1中間値に当選したか否かを判定する(S44)。この処理において、演出制御手段180は、乱数生成手段110から取得した乱数が第1中間値抽選テーブルにおいて設定している第1中間値に対応付けられている乱数であるか否かを判定する。具体的には、例えばステップS43の処理の直後である場合、演出制御手段180は、第1中間値として初期値である第1中間値「1」を設定していることから、取得した乱数が第1中間値抽選テーブルにおいて第1中間値「1」に対応付けられている乱数「0」〜「100」のいずれかであるか否かを判定する。   Next, the effect control means 180 determines whether or not the set first intermediate value has been won (S44). In this process, the effect control unit 180 determines whether or not the random number acquired from the random number generation unit 110 is a random number associated with the first intermediate value set in the first intermediate value lottery table. Specifically, for example, immediately after the process of step S43, the effect control means 180 sets the first intermediate value “1” that is the initial value as the first intermediate value. It is determined whether the random number is “0” to “100” associated with the first intermediate value “1” in the first intermediate value lottery table.

ステップS44の処理において、設定した第1中間値に非当選、つまり乱数生成手段110から取得した乱数が第1中間値抽選テーブルにおいて設定している第1中間値に対応付けられている乱数ではないと判定した場合には(NO)、演出制御手段180は、設定した第1中間値を更新する(S45)。この処理において、演出制御手段180は、第1中間値抽選テーブルを参照し、現在設定している第1中間値に対応付けられている乱数の最大値に1加算した乱数が対応付けられている第1中間値を設定する第1中間値更新処理を実行する。具体的には、例えば、現在設定されている第1中間値が「1」である場合、演出制御手段180は、第1中間値抽選テーブルを参照し、第1中間値「1」に対応付けられている乱数の最大値「100」に1加算した乱数「101」が対応付けられている第1中間値「2」を、新たな第1中間値として設定する。   In the process of step S44, the set first intermediate value is not won, that is, the random number acquired from the random number generation means 110 is not a random number associated with the first intermediate value set in the first intermediate value lottery table. (NO), the effect control means 180 updates the set first intermediate value (S45). In this processing, the effect control means 180 refers to the first intermediate value lottery table and associates a random number obtained by adding 1 to the maximum random number associated with the currently set first intermediate value. A first intermediate value update process for setting the first intermediate value is executed. Specifically, for example, when the currently set first intermediate value is “1”, the effect control unit 180 refers to the first intermediate value lottery table and associates it with the first intermediate value “1”. The first intermediate value “2” associated with the random number “101” obtained by adding 1 to the maximum random number “100” is set as a new first intermediate value.

次に、演出制御手段180は、第1中間値抽選テーブルを更新し(S46)、ステップS44に処理を戻す。この処理において、演出制御手段180は、ステップS42の処理で乱数生成手段110から取得した乱数と、第1中間値抽選テーブルのうちステップS45の処理で設定した第1中間値に対応付けられた乱数と、をステップS44の処理の実行時に比較するために、ステップS45の処理で設定した第1中間値に対応付けられている乱数が比較対象となるように、取得した第1中間値抽選テーブルのうち参照する領域を更新する。   Next, the effect control means 180 updates the first intermediate value lottery table (S46), and returns the process to step S44. In this process, the effect control unit 180 associates the random number acquired from the random number generation unit 110 in the process of step S42 and the first intermediate value set in the process of step S45 in the first intermediate value lottery table. Are compared at the time of execution of the process of step S44, the random number associated with the first intermediate value set in the process of step S45 is compared, and the acquired first intermediate value lottery table The reference area is updated.

このように、ステップS44の処理において、設定した第1中間値に当選、つまり乱数生成手段110から取得した乱数が第1中間値抽選テーブルにおいて設定している第1中間値に対応付けられている乱数であると判定するまで、演出制御手段180は、ステップS44〜ステップS46の処理を繰り返し、設定した第1中間値に当選したと判定した場合には(YES)、設定した第1中間値を今回の遊技において制御値を決定するために用いる第1中間値に決定する。この、ステップS44の処理は、本実施形態における中間値決定処理を構成する。   Thus, in the process of step S44, the set first intermediate value is won, that is, the random number acquired from the random number generation means 110 is associated with the first intermediate value set in the first intermediate value lottery table. Until it is determined to be a random number, the effect control means 180 repeats the processing from step S44 to step S46, and when it is determined that the set first intermediate value is won (YES), the set first intermediate value is set. The first intermediate value used for determining the control value in this game is determined. The process in step S44 constitutes an intermediate value determination process in the present embodiment.

第1中間値を決定した後、演出制御手段180は、図6に示すステップS24の処理で決定した基底値と、ステップS44の処理で決定した第1中間値と、を乗算し、乗算した結果を第1制御値として決定し(S47)、第1制御値抽選処理を終了する。ステップS47の処理において、演出制御手段180は、基底値決定処理で決定した基底値と、中間値決定処理で決定した第1中間値と、を乗算することで、基底値抽選テーブルに設定されている値の数(本実施形態においては5個)と、第1中間値抽選テーブルに設定されている値の数(本実施形態においては5個)と、の合計よりも多くの数(本実施形態においては、1,2,3,4,5,6,9,10,12,14,15,20,21,25,28,30,35,40,50の19個)の中から第1制御値を決定することができる。   After determining the first intermediate value, the effect control means 180 multiplies the base value determined in the process of step S24 shown in FIG. 6 by the first intermediate value determined in the process of step S44, and the result of multiplication is obtained. Is determined as the first control value (S47), and the first control value lottery process is terminated. In the process of step S47, the effect control means 180 is set in the base value lottery table by multiplying the base value determined in the base value determination process by the first intermediate value determined in the intermediate value determination process. The number of values (5 in the present embodiment) and the number of values set in the first intermediate value lottery table (5 in the present embodiment) are larger than the total (this embodiment). In the form, the first among 19) 1, 2, 3, 4, 5, 6, 9, 10, 12, 14, 15, 20, 21, 25, 28, 30, 35, 40, 50) A control value can be determined.

このため、本実施形態の演出制御手段180は、ポイント加算演出において加算する第1制御値の数を増やすことができ、ポイント加算演出に多様性を出し、遊技性を向上させることができる。この、第1制御値を決定するステップS47の処理は、本実施形態における制御値決定処理を構成する。また、ステップS47の処理を実行する演出制御手段180は、本実施形態における制御値決定手段を構成する。   For this reason, the effect control means 180 of this embodiment can increase the number of the 1st control value added in a point addition effect, can give diversity to a point addition effect, and can improve game property. The process of step S47 for determining the first control value constitutes the control value determination process in the present embodiment. Further, the effect control means 180 that executes the process of step S47 constitutes a control value determination means in the present embodiment.

<第2制御値抽選処理>
図9は、図7に示した制御値設定処理のステップS34において実行される第2制御値抽選処理を示すフローチャートである。
<Second control value lottery process>
FIG. 9 is a flowchart showing the second control value lottery process executed in step S34 of the control value setting process shown in FIG.

まず、演出制御手段180は、演出抽選テーブル記憶手段196から第2中間値抽選テーブルを取得する(S51)。この処理において、演出制御手段180は、図4(C)に示す第2中間値抽選テーブルを取得する。次に、演出制御手段180は、乱数生成手段110から乱数を取得する(S52)。この処理において、演出制御手段180は、第2中間値抽選テーブルにおいて第2中間値に対応付けられている乱数が1バイトの乱数であることから、乱数生成手段110から1バイトの乱数(0〜255)のいずれかを取得する。   First, the effect control means 180 acquires the second intermediate value lottery table from the effect lottery table storage means 196 (S51). In this process, the effect control means 180 acquires the second intermediate value lottery table shown in FIG. Next, the effect control unit 180 acquires a random number from the random number generation unit 110 (S52). In this process, the effect control means 180 has a 1-byte random number (0 to 0) from the random number generation means 110 because the random number associated with the second intermediate value in the second intermediate value lottery table is a 1-byte random number. 255).

次に、演出制御手段180は、第2中間値初期値を設定する(S53)。この処理において、演出制御手段180は、第2中間値抽選テーブルを参照し、第2中間値の初期値として第2中間値「1」を設定する。   Next, the effect control means 180 sets a second intermediate value initial value (S53). In this process, the effect control means 180 refers to the second intermediate value lottery table and sets the second intermediate value “1” as the initial value of the second intermediate value.

次に、演出制御手段180は、設定した第2中間値に当選したか否かを判定する(S54)。この処理において、演出制御手段180は、乱数生成手段110から取得した乱数が第2中間値抽選テーブルにおいて設定している第2中間値に対応付けられている乱数であるか否かを判定する。具体的には、例えばステップS53の処理の直後である場合、演出制御手段180は、第2中間値として初期値である第2中間値「10」を設定していることから、取得した乱数が第2中間値抽選テーブルにおいて第2中間値「10」に対応付けられている乱数「0」〜「220」のいずれかであるか否かを判定する。   Next, the effect control means 180 determines whether or not the set second intermediate value has been won (S54). In this process, the effect control unit 180 determines whether or not the random number acquired from the random number generation unit 110 is a random number associated with the second intermediate value set in the second intermediate value lottery table. Specifically, for example, immediately after the process of step S53, the effect control means 180 sets the second intermediate value “10” that is the initial value as the second intermediate value. In the second intermediate value lottery table, it is determined whether the random number is “0” to “220” associated with the second intermediate value “10”.

ステップS54の処理において、設定した第2中間値に非当選、つまり乱数生成手段110から取得した乱数が第2中間値抽選テーブルにおいて設定している第2中間値に対応付けられている乱数ではないと判定した場合には(NO)、演出制御手段180は、設定した第2中間値を更新する(S55)。この処理において、演出制御手段180は、第2中間値抽選テーブルを参照し、現在設定している第2中間値に対応付けられている乱数の最大値に1加算した乱数が対応付けられている第2中間値を設定する第2中間値更新処理を実行する。具体的には、例えば、現在設定されている第2中間値が「10」である場合、演出制御手段180は、第2中間値抽選テーブルを参照し、第2中間値「10」に対応付けられている乱数の最大値「220」に1加算した乱数「221」が対応付けられている第2中間値「20」を、新たな第2中間値として設定する。   In the process of step S54, the set second intermediate value is not won, that is, the random number acquired from the random number generation means 110 is not a random number associated with the second intermediate value set in the second intermediate value lottery table. (NO), the production control means 180 updates the set second intermediate value (S55). In this processing, the effect control means 180 refers to the second intermediate value lottery table and associates a random number obtained by adding 1 to the maximum random number associated with the currently set second intermediate value. A second intermediate value update process for setting the second intermediate value is executed. Specifically, for example, when the currently set second intermediate value is “10”, the effect control means 180 refers to the second intermediate value lottery table and associates it with the second intermediate value “10”. The second intermediate value “20” associated with the random number “221” obtained by adding 1 to the maximum random number “220” is set as a new second intermediate value.

次に、演出制御手段180は、第2中間値抽選テーブルを更新し(S56)、ステップS54に処理を戻す。この処理において、演出制御手段180は、ステップS52の処理で乱数生成手段110から取得した乱数と、第2中間値抽選テーブルのうちステップS55の処理で設定した第2中間値に対応付けられた乱数と、をステップS54の処理の実行時に比較するために、ステップS55の処理で設定した第2中間値に対応付けられている乱数が比較対象となるように、取得した第2中間値抽選テーブルのうち参照する領域を更新する。   Next, the effect control means 180 updates the second intermediate value lottery table (S56), and returns the process to step S54. In this process, the effect control unit 180 associates the random number acquired from the random number generation unit 110 in the process of step S52 and the second intermediate value set in the process of step S55 in the second intermediate value lottery table. Is compared with the second intermediate value lottery table acquired so that the random numbers associated with the second intermediate value set in the process of step S55 are to be compared. The reference area is updated.

このように、ステップS54の処理において、設定した第2中間値に当選、つまり乱数生成手段110から取得した乱数が第2中間値抽選テーブルにおいて設定している第2中間値に対応付けられている乱数ではあると判定するまで、演出制御手段180は、ステップS54〜ステップS56の処理を繰り返し、設定した第2中間値に当選したと判定した場合には(YES)、設定した第2中間値を今回の遊技において制御値を決定するために用いる第2中間値に決定する。この、ステップS54の処理は、本実施形態における中間値決定処理を構成する。   Thus, in the process of step S54, the set second intermediate value is won, that is, the random number acquired from the random number generation means 110 is associated with the second intermediate value set in the second intermediate value lottery table. Until it is determined that it is a random number, the effect control means 180 repeats the processing of step S54 to step S56, and when it is determined that the set second intermediate value is won (YES), the set second intermediate value is set. It determines to the 2nd intermediate value used in order to determine a control value in this game. The process of step S54 constitutes an intermediate value determination process in the present embodiment.

第2中間値を決定した後、演出制御手段180は、図6に示すステップS24の処理で決定した基底値と、ステップS54の処理で決定した第2中間値と、を乗算し、乗算した結果を第2制御値として決定し(S57)、第2制御値抽選処理を終了する。ステップS57の処理において、演出制御手段180は、基底値決定処理で決定した基底値と、中間値決定処理で決定した第2中間値と、を乗算することで、基底値抽選テーブルに設定されている値の数(本実施形態においては5個)と、第2中間値抽選テーブルに設定されている値の数(本実施形態においては5個)と、の合計よりも多くの数(本実施形態においては、10,20,30,50,60,70,80,100,140,150,200,240,250,300,350,400,500,560,700,800,1000の20個)の中から第2制御値を決定することができる。   After determining the second intermediate value, the effect control means 180 multiplies the base value determined by the process of step S24 shown in FIG. 6 and the second intermediate value determined by the process of step S54, and the result of multiplication is obtained. Is determined as the second control value (S57), and the second control value lottery process is terminated. In the process of step S57, the effect control means 180 is set in the base value lottery table by multiplying the base value determined in the base value determination process by the second intermediate value determined in the intermediate value determination process. The number of values (5 in the present embodiment) and the number of values set in the second intermediate value lottery table (5 in the present embodiment) are larger than the total (this embodiment). In the form, 20, 20, 30, 50, 60, 70, 80, 100, 140, 150, 200, 240, 250, 300, 350, 400, 500, 560, 700, 800, 1000) The second control value can be determined from the inside.

このため、本実施形態の演出制御手段180は、ポイント減算演出において減算する第2制御値の数を増やすことができ、ポイント減算演出に多様性を出し、遊技性を向上させることができる。この、第2制御値を決定するステップS57の処理は、本実施形態における制御値決定処理を構成する。また、ステップS57の処理を実行する演出制御手段180は、本実施形態における制御値決定手段を構成する。   For this reason, the effect control means 180 of this embodiment can increase the number of the 2nd control value subtracted in a point subtraction effect, can give diversity to a point subtraction effect, and can improve game property. The process of step S57 for determining the second control value constitutes the control value determination process in the present embodiment. Further, the effect control means 180 that executes the process of step S57 constitutes a control value determination means in the present embodiment.

以上のように、本実施形態のスロットマシン1において、演出制御手段180は、第1制御値抽選処理(図8参照)と、第2制御値抽選処理(図9参照)と、に示すように、第1制御値と、第2制御値と、のいずれの制御値を決定する場合にも、基底値抽選処理(図6参照)のステップS24で実行した基底値決定処理によって決定された基底値を用いている。また、演出制御手段180は、第1制御値を決定する場合には、第1中間値抽選テーブルを用いて決定される第1中間値を基底値に乗算することで第1制御値を決定し、第2制御値を決定する場合には、第2中間値抽選テーブルを用いて決定される第2中間値を基底値に乗算することで第2制御値を決定する。   As described above, in the slot machine 1 according to the present embodiment, the effect control unit 180 includes the first control value lottery process (see FIG. 8) and the second control value lottery process (see FIG. 9). The base value determined by the base value determination process executed in step S24 of the base value lottery process (see FIG. 6) when determining any one of the first control value and the second control value. Is used. In addition, when determining the first control value, the effect control means 180 determines the first control value by multiplying the base value by the first intermediate value determined using the first intermediate value lottery table. When determining the second control value, the second control value is determined by multiplying the base value by the second intermediate value determined using the second intermediate value lottery table.

つまり、本実施形態のスロットマシン1は、第1制御値及び第2制御値のいずれの制御値を決定する場合においても変更されない5種類の値が記憶された共通テーブルを参照して決定される基底値と、決定する制御値(第1制御値又は第2制御値)によって変更可能であり、それぞれ5種類の値が記憶された中間テーブル(第1中間値抽選テーブル又は第2中間値抽選テーブル)を参照して決定される中間値と、を乗算して、19種類の値から構成される第1制御値及び21種類の値から構成される第2制御値の40種類の値から構成される制御値を決定する。このため、各制御値を決定するために、例えば第1制御値を決定するために5種類の値が記憶された第1基底値抽選テーブルと5種類の値が記憶された第1中間値抽選テーブルとを有し、第2制御値を決定するために5種類の値が記憶された第2基底値抽選テーブルと5種類の値が記憶された第2中間値抽選テーブルとを有するような構成とは異なり、1つの共通テーブルによって第1制御値及び第2制御値を決定でき、例示した第1基底値抽選テーブル及び第2基底値抽選テーブルといったそれぞれ異なる複数の共通テーブルを設ける必要がなく、データ容量を増やすことなく多様な遊技性を実現可能となる。   That is, the slot machine 1 according to the present embodiment is determined with reference to the common table storing five types of values that are not changed when determining any of the first control value and the second control value. An intermediate table (first intermediate value lottery table or second intermediate value lottery table) that can be changed according to the base value and the control value to be determined (first control value or second control value) and stores five types of values. ) Is multiplied by an intermediate value determined with reference to), and is composed of 40 types of values: a first control value composed of 19 types of values and a second control value composed of 21 types of values. Determine the control value. Therefore, in order to determine each control value, for example, a first base value lottery table in which five types of values are stored and a first intermediate value lottery in which five types of values are stored in order to determine a first control value. And a second base value lottery table in which five types of values are stored and a second intermediate value lottery table in which five types of values are stored in order to determine the second control value. Unlike the above, the first control value and the second control value can be determined by one common table, and it is not necessary to provide a plurality of different common tables such as the illustrated first base value lottery table and second base value lottery table, A variety of games can be realized without increasing the data capacity.

また、スロットマシン1は、第1中間値抽選テーブルにおいて第1中間値に対応付けられている乱数を1バイトの乱数に設定するとともに、第2中間値抽選テーブルにおいて第2中間値に対応付けられている乱数を1バイトの乱数に設定している。つまり、スロットマシン1は、複数の中間テーブルのいずれにおいて、それぞれ中間値に対応付けられている乱数を同一のバイト数で構成している。   Further, the slot machine 1 sets a random number associated with the first intermediate value in the first intermediate value lottery table to a 1-byte random number, and also associates with a second intermediate value in the second intermediate value lottery table. Is set to a 1-byte random number. That is, the slot machine 1 configures random numbers associated with intermediate values in any of the plurality of intermediate tables with the same number of bytes.

このため、本実施形態のスロットマシン1は、第1中間値抽選テーブルを参照する際と、第2中間値抽選テーブルを参照する際と、で必要な乱数のバイト数が同一であることから、使用する中間テーブルに応じて取得する乱数のバイト数を変更する必要がなく、データ容量を削減することができる。   For this reason, the slot machine 1 of the present embodiment has the same number of bytes of random numbers required when referring to the first intermediate value lottery table and when referring to the second intermediate value lottery table. There is no need to change the number of bytes of random numbers acquired according to the intermediate table to be used, and the data capacity can be reduced.

さらに、スロットマシン1は、第1制御値抽選処理と、第2制御値抽選処理と、に示すように、取得する中間テーブル以外は略同一の制御処理を実行して、第1制御値と、第2制御値と、を決定可能に構成されている。つまり、スロットマシン1は、各制御値を決定する制御処理を実行する際に参照する制御プログラムを、中間テーブルを取得する処理を除き共通化可能に構成されており、制御プログラムの設計が容易となっている。   Further, as shown in the first control value lottery process and the second control value lottery process, the slot machine 1 executes substantially the same control process except for the intermediate table to be acquired, and the first control value, The second control value can be determined. That is, the slot machine 1 is configured so that the control program referred to when executing the control process for determining each control value can be shared except for the process of acquiring the intermediate table, and the design of the control program is easy. It has become.

また、スロットマシン1は、図4(A)〜(C)に示すように、基底値抽選テーブルにおいても、第1中間値抽選テーブル及び第2中間値抽選テーブルと同じく、基底値に対応付けられている乱数のバイト数が1バイトとなっている。   Further, as shown in FIGS. 4A to 4C, the slot machine 1 is associated with the base value in the base value lottery table as well as the first intermediate value lottery table and the second intermediate value lottery table. The random number of bytes is 1 byte.

このため、スロットマシン1は、共通テーブルを参照する際に必要な乱数のバイト数がいずれの中間テーブルを参照する場合と同一であることから、基底値抽選処理(図6参照)において取得する乱数と、第1制御値抽選処理又は第2制御値抽選処理において取得する乱数と、で同一のバイト数の乱数を取得するため、いずれの制御値を決定する場合にも必要となる乱数のバイト数を変更する必要がなく、データ容量を削減することができる。また、スロットマシン1は、各制御値を決定するために必要となるデータ(基底値、第1中間値又は第2中間値)をすべて1バイトの乱数から決定できるため、第1制御値抽選処理又は第2制御値抽選処理において、2バイトの乱数を用いる必要がなく、実行する処理によって参照する乱数のバイト数が異なるような複雑な処理を実行する必要がなくなり、第1制御値抽選処理及び第2制御値抽選処理を実行するために必要な各制御プログラムの設計が容易となっている。   For this reason, since the slot machine 1 has the same number of bytes of random numbers required when referring to the common table as that of any intermediate table, random numbers acquired in the base value lottery process (see FIG. 6). And the random number obtained in the first control value lottery process or the second control value lottery process, the random number having the same number of bytes is obtained, and the number of bytes of random numbers necessary for determining any control value Therefore, the data capacity can be reduced. Further, since the slot machine 1 can determine all the data (base value, first intermediate value, or second intermediate value) necessary for determining each control value from a 1-byte random number, the first control value lottery process Alternatively, in the second control value lottery process, it is not necessary to use a 2-byte random number, and it is not necessary to execute a complicated process in which the number of bytes of the random number to be referenced differs depending on the process to be executed. It is easy to design each control program necessary for executing the second control value lottery process.

なお、本発明のように構成せず、第1制御値を抽選により決定する際に用いられる19種類の値が記憶された第1制御値抽選テーブルと、第2制御値を抽選により決定する際に用いられる21種類の値が記憶された第2制御値抽選テーブルと、を有する構成とした場合、スロットマシンは、合計40種類の値に関するデータテーブルを有する必要があり、データ容量が大きくなってしまう。仮に、第1制御値及び第2制御値の他に、第3制御値等の制御値を複数有する場合、スロットマシンは、第3制御値等の制御値を抽選により決定する際に用いられるデータテーブルによって、データ容量が更に大きくなってしまう。   In addition, when not determining like the present invention and determining the first control value by lottery, the first control value lottery table storing 19 types of values and the second control value being determined by lottery And the second control value lottery table storing the 21 types of values used in the slot machine, the slot machine needs to have a data table for a total of 40 types of values, which increases the data capacity. End up. If the slot machine has a plurality of control values such as the third control value in addition to the first control value and the second control value, the slot machine uses the lottery to determine the control value such as the third control value. The table further increases the data capacity.

また、本発明における第2制御値の最大値「1000」は、基底値抽選処理(図6参照)において基底値として10に当選、つまり基底値抽選処理において1/256の確率で取得可能な乱数255を取得した場合で、かつ、第2制御値抽選処理(図9参照)において第2中間値として100に当選、つまり第2制御値抽選処理において1/256の確率で取得可能な乱数255を取得した場合に設定される値である。このため、第2制御値抽選テーブルを有する構成である場合には、最大値「1000」に対応付けられる乱数が、1/256の2乗の確率、つまり1/65536の確率で取得可能な乱数となり、最大値「1000」を表現するために2バイトのデータテーブルが必要となる。   Further, the maximum value “1000” of the second control value in the present invention is 10 as a base value in the base value lottery process (see FIG. 6), that is, a random number that can be acquired with a probability of 1/256 in the base value lottery process. In the second control value lottery process (see FIG. 9), a random number 255 that can be obtained with a probability of 1/256 in the second control value lottery process is obtained. This value is set when it is acquired. Therefore, in the case of the configuration having the second control value lottery table, the random number associated with the maximum value “1000” is a random number that can be acquired with a probability of square of 1/256, that is, a probability of 1/65536. Thus, a 2-byte data table is required to express the maximum value “1000”.

最大値「1000」を含む2バイトのデータを表現するために第2制御値抽選テーブルに記憶された値をすべて2バイトの乱数に対応付けて表現した場合、スロットマシンは、第2制御値を決定する抽選を実行する際に、2バイトの乱数を取得して抽選を実行する構成となる。このように構成した場合、スロットマシンにおいては、1バイトの乱数に対応付けて表現可能な値についても2バイトの乱数に対応付ける必要があり、データテーブルの容量が大きくなってしまう。   When all values stored in the second control value lottery table are expressed in association with random numbers of 2 bytes in order to express 2-byte data including the maximum value “1000”, the slot machine displays the second control value. When the lottery to be determined is executed, a random number of 2 bytes is acquired and the lottery is executed. In the case of such a configuration, in the slot machine, a value that can be expressed in association with a 1-byte random number needs to be associated with a 2-byte random number, which increases the capacity of the data table.

また、2バイトの乱数に対応付けたデータと、1バイトの乱数に対応付けたデータと、が混在するように第2制御値抽選テーブルを構成した場合、スロットマシンにおいては、データテーブルの容量が不要に大きくなることを防止することができる。しかしながら、スロットマシンにおいては、第2制御値を抽選する場合に、第2制御値に対応付けられている乱数に応じて、取得する乱数を1バイト又は2バイトのいずれにする必要があるのかを判断する制御処理が必要があるため、第2制御値を決定するために実行する制御処理が複雑になってしまう。   Further, when the second control value lottery table is configured so that data associated with a 2-byte random number and data associated with a 1-byte random number are mixed, the slot machine has a capacity of the data table. Unnecessary increase in size can be prevented. However, in the slot machine, when drawing the second control value, it is necessary to determine whether the random number to be acquired is 1 byte or 2 bytes according to the random number associated with the second control value. Since the control process to be determined is necessary, the control process executed to determine the second control value becomes complicated.

本発明のスロットマシン1は、上述した通り、合計15種類の値に関するデータテーブルによって40種類の制御値を導出可能となっており、データ容量を増やすことなく多様な遊技性を実現可能となっている。また、スロットマシン1は、基底値抽選テーブルにおいて乱数に対応付けられている各基底値と、第1中間値抽選テーブルにおいて乱数に対応付けられている各第1中間値と、第2中間値抽選テーブルにおいて乱数に対応付けられている各第2中間値と、がすべて1バイトの乱数に対応付けられているため、データ容量が大きくなることを防ぐことができるとともに、第1制御値及び第2制御値を決定する制御処理が複雑になることを防ぐことができる構成となっている。   As described above, the slot machine 1 of the present invention can derive 40 types of control values from the data table regarding a total of 15 types of values, and can realize various game playability without increasing the data capacity. Yes. In addition, the slot machine 1 includes each base value associated with a random number in the base value lottery table, each first intermediate value associated with a random number in the first intermediate value lottery table, and a second intermediate value lottery. Since each second intermediate value associated with a random number in the table is associated with a 1-byte random number, it is possible to prevent an increase in data capacity, and the first control value and the second The control process for determining the control value can be prevented from becoming complicated.

3.変形例
なお、本実施形態においては、ポイント加算演出において用いられる第1制御値と、ポイント減算演出において用いられる第2制御値と、を例に説明したが、これに限らず、複数の制御値が必要となる制御処理の実行時であれば、いずれの制御処理の実行時であっても本発明を適用し得る。
3. In the present embodiment, the first control value used in the point addition effect and the second control value used in the point subtraction effect have been described as examples. However, the present invention is not limited to this, and a plurality of control values are used. The present invention can be applied at the time of execution of any control process as long as the control process is required.

また、本実施形態において、基底値抽選テーブルは、基底値に1バイトの乱数が対応付けられているが、これに限らず、2バイトの乱数が対応付けられていてもよい。このように構成した場合、第1中間値抽選テーブル及び第2中間値抽選テーブルは、それぞれ中間値に1バイト又は2バイトのいずれの乱数が対応付けられていてもよく、第1中間値抽選テーブル及び第2中間値抽選テーブルで同一のバイト数の乱数が対応付けられていればよい。   In the present embodiment, in the base value lottery table, a 1-byte random number is associated with a base value. However, the present invention is not limited to this, and a 2-byte random number may be associated with the base value. When configured in this way, the first intermediate value lottery table and the second intermediate value lottery table may each be associated with a random number of 1 byte or 2 bytes, and the first intermediate value lottery table. And the random number of the same number of bytes should just be matched by the 2nd intermediate value lottery table.

また、本実施形態において、演出制御手段180は、第1制御値を決定する場合には基底値と第1中間値とを乗算しているが、これに限らず、基底値と第1中間値とを用いて決定していればよく、例えば、基底値と第1中間値とを加算した値を第1制御値として決定してもよい。また、演出制御手段180は、第2制御値を決定する場合も同様に、基底値と第2中間値とを用いて第2制御値を決定していればよい。   In the present embodiment, the effect control means 180 multiplies the base value and the first intermediate value when determining the first control value. However, the present invention is not limited to this, and the base value and the first intermediate value are not limited thereto. For example, a value obtained by adding the base value and the first intermediate value may be determined as the first control value. Similarly, the effect control unit 180 may determine the second control value using the base value and the second intermediate value when determining the second control value.

また、本実施形態において、演出制御手段180は、1回の遊技中において、第1制御値と第2制御値とを同時に決定しないように構成されているが、これに限らず、1回の遊技中に第1制御値と第2制御値とを同時に決定可能に構成されていてもよい。このように構成した場合、演出制御手段180は、図6のステップS24に示す基底値決定処理で決定した基底値と、図8のステップS44に示す中間値決定処理で決定した第1中間値と、を乗算して第1制御値を決定し、ステップS24で決定した基底値と、図9のステップS54に示す中間値決定処理で決定した第2中間値と、を乗算して第2制御値を決定するため、基底値と、複数の中間値と、を用いて複数の制御値を決定する構成となる。   In the present embodiment, the effect control means 180 is configured not to simultaneously determine the first control value and the second control value during one game. However, the present invention is not limited to this. You may be comprised so that a 1st control value and a 2nd control value can be determined simultaneously during a game. When configured in this way, the effect control means 180 has the base value determined in the base value determination process shown in step S24 of FIG. 6 and the first intermediate value determined in the intermediate value determination process shown in step S44 of FIG. Are multiplied by the second control value by multiplying the base value determined in step S24 and the second intermediate value determined in the intermediate value determination process shown in step S54 of FIG. Is determined using a base value and a plurality of intermediate values.

また、本実施形態において、演出制御手段180は、基底値を決定する場合と、第1中間値を決定する場合又は第2中間値を決定する場合と、でそれぞれ乱数を取得するように構成されているが、これに限らず、例えば、基底値を決定する場合に取得した乱数を、第1中間値を決定する場合又は第2中間値を決定する場合に用いてもよい。   In the present embodiment, the effect control unit 180 is configured to acquire random numbers when determining the base value, when determining the first intermediate value, or when determining the second intermediate value. However, the present invention is not limited to this. For example, a random number acquired when determining the base value may be used when determining the first intermediate value or determining the second intermediate value.

また、本実施形態において、スロットマシン1は、ボーナス状態として第1種特別役物のBBを採用しているが、これに限らず、例えば、第2種特別役物のチャレンジボーナス(CB)を採用してもよい。この場合、CB状態におけるメダル獲得の期待値が、100%以上になるように構成する必要がある。   Further, in the present embodiment, the slot machine 1 adopts the BB of the first type special bonus as a bonus state, but is not limited to this, for example, the challenge bonus (CB) of the second type special bonus. It may be adopted. In this case, it is necessary to configure so that the expected value for medal acquisition in the CB state is 100% or more.

また、本実施形態においては、遊技機としてスロットマシン1を例に説明したが、これに限らず、パチンコ玉が遊技盤上を転動するいわゆるパチンコ遊技機であっても、本発明を適用し得る。   In the present embodiment, the slot machine 1 has been described as an example of a gaming machine. However, the present invention is not limited to this, and the present invention is applied to a so-called pachinko gaming machine in which a pachinko ball rolls on a gaming board. obtain.

また、本実施形態において、スロットマシン1は、制御基板としての遊技制御手段100を有するように構成されているが、これに限らず、例えば制御基板として主制御基板と副制御基板とを有するように構成されていてもよい。このように構成された場合、スロットマシン1は、内部抽選等の遊技の進行に係る抽選処理やリール制御を実行する各制御手段を主制御基板に有し、演出に係る制御処理として、いわゆるATの当否やATに関する抽選を含む制御処理を実行する各制御手段を副制御基板に有するようにしてもよい。また、ATの当否やATに関する抽選を含む制御処理に関しては、主制御基板を構成する制御手段が実行し、演出に関する制御処理に関しては、副制御基板を構成する制御手段が実行するように構成してもよい。   In the present embodiment, the slot machine 1 is configured to have the game control means 100 as a control board, but is not limited thereto, and for example, has a main control board and a sub control board as control boards. It may be configured. When configured in this manner, the slot machine 1 has control means for executing lottery processing and reel control related to the progress of games such as internal lottery on the main control board, and so-called AT as control processing related to effects. Each sub-control board may be provided with each control means for executing a control process including whether to win or not and lottery related to AT. In addition, the control process including the main control board is executed for the control process including whether the AT is successful or the lottery related to the AT, and the control means forming the sub control board is executed for the control process related to the effect. May be.

1…スロットマシン(遊技機):110…乱数生成手段:180…演出制御手段(制御値決定手段手段):196…演出抽選テーブル記憶手段(テーブル記憶手段)

DESCRIPTION OF SYMBOLS 1 ... Slot machine (game machine): 110 ... Random number generation means: 180 ... Production control means (control value determination means): 196 ... Production lottery table storage means (table storage means)

(1)本発明は、乱数を生成する乱数生成手段(110)と、
抽選により決定される値を用いる制御処理で用いられる値である制御値を決定する制御値決定手段(180)と、
前記制御値決定手段が前記乱数生成手段から取得する乱数に対して、基底値が対応付けられた共通テーブル及び中間値が対応付けられた複数の中間テーブルを記憶するテーブル記憶手段(196)と、を備え、
前記制御値決定手段は、
前記乱数生成手段から取得した乱数と、前記テーブル記憶手段に記憶されている前記共通テーブルと、を参照して前記基底値を決定する基底値決定処理と、
前記乱数生成手段から取得した乱数と、前記テーブル記憶手段に記憶されている前記複数の中間テーブルのうち少なくとも1つの中間テーブルと、を参照して少なくとも1つの前記中間値を決定する中間値決定処理と、
前記基底値決定処理で決定した前記基底値と、前記中間値決定処理で決定した少なくとも1つの前記中間値と、を用いて少なくとも1つの前記制御値を決定する制御値決定処理と、を実行する、ことを特徴とする。
(1) The present invention provides a random number generation means (110) for generating a random number;
Control value determining means for determining a value Ru der control value used in the control process using a value determined by lottery and (180),
Table storage means (196) for storing a common table associated with base values and a plurality of intermediate tables associated with intermediate values for the random numbers acquired by the control value determining means from the random number generating means; With
The control value determining means includes
A base value determination process for determining the base value with reference to a random number acquired from the random number generation means and the common table stored in the table storage means;
Intermediate value determination processing for determining at least one intermediate value with reference to the random number acquired from the random number generation means and at least one intermediate table among the plurality of intermediate tables stored in the table storage means When,
A control value determining process for determining at least one control value using the base value determined in the base value determining process and at least one of the intermediate values determined in the intermediate value determining process; It is characterized by that.

Claims (3)

乱数を生成する乱数生成手段と、
制御処理で用いる制御値を決定する制御値決定手段と、
前記制御値決定手段が前記乱数生成手段から取得する乱数に対して、基底値が対応付けられた共通テーブル及び中間値が対応付けられた複数の中間テーブルを記憶するテーブル記憶手段と、を備え、
前記制御値決定手段は、
前記乱数生成手段から取得した乱数と、前記テーブル記憶手段に記憶されている前記共通テーブルと、を参照して前記基底値を決定する基底値決定処理と、
前記乱数生成手段から取得した乱数と、前記テーブル記憶手段に記憶されている前記複数の中間テーブルのうち少なくとも1つの中間テーブルと、を参照して少なくとも1つの前記中間値を決定する中間値決定処理と、
前記基底値決定処理で決定した前記基底値と、前記中間値決定処理で決定した少なくとも1つの前記中間値と、を用いて少なくとも1つの前記制御値を決定する制御値決定処理と、を実行する、
ことを特徴とする遊技機。
Random number generating means for generating a random number;
Control value determining means for determining a control value used in the control processing;
A table storage unit that stores a common table associated with a base value and a plurality of intermediate tables associated with an intermediate value with respect to the random number acquired by the control value determination unit from the random number generation unit;
The control value determining means includes
A base value determination process for determining the base value with reference to a random number acquired from the random number generation means and the common table stored in the table storage means;
Intermediate value determination processing for determining at least one intermediate value with reference to the random number acquired from the random number generation means and at least one intermediate table among the plurality of intermediate tables stored in the table storage means When,
A control value determining process for determining at least one control value using the base value determined in the base value determining process and at least one of the intermediate values determined in the intermediate value determining process; ,
A gaming machine characterized by that.
前記複数の中間テーブルにおいて、それぞれ前記中間値に対応付けられている乱数は、同一のバイト数で構成される、
ことを特徴とする請求項1に記載の遊技機。
In the plurality of intermediate tables, the random numbers associated with the intermediate values are each configured with the same number of bytes.
The gaming machine according to claim 1.
前記共通テーブルにおいて、前記基底値に対応付けられている乱数は、前記複数の中間テーブルにおいて、それぞれ前記中間値に対応付けられている乱数と同一のバイト数で構成される、
ことを特徴とする請求項2に記載の遊技機。

In the common table, the random number associated with the base value is configured with the same number of bytes as the random number associated with the intermediate value in each of the plurality of intermediate tables.
The gaming machine according to claim 2, wherein:

JP2015132637A 2015-07-01 2015-07-01 Game machine Expired - Fee Related JP6095177B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015132637A JP6095177B2 (en) 2015-07-01 2015-07-01 Game machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015132637A JP6095177B2 (en) 2015-07-01 2015-07-01 Game machine

Publications (2)

Publication Number Publication Date
JP2017012488A true JP2017012488A (en) 2017-01-19
JP6095177B2 JP6095177B2 (en) 2017-03-15

Family

ID=57828516

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015132637A Expired - Fee Related JP6095177B2 (en) 2015-07-01 2015-07-01 Game machine

Country Status (1)

Country Link
JP (1) JP6095177B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018117700A (en) * 2017-01-23 2018-08-02 株式会社ユニバーサルエンターテインメント Game machine
JP2018130387A (en) * 2017-02-16 2018-08-23 株式会社三共 Game machine

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011087707A (en) * 2009-10-21 2011-05-06 Universal Entertainment Corp Gaming machine having common game using symbol column different from one used in unit game, and game control method therefor
JP2015097614A (en) * 2013-11-19 2015-05-28 株式会社藤商事 Rotary drum type game machine

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011087707A (en) * 2009-10-21 2011-05-06 Universal Entertainment Corp Gaming machine having common game using symbol column different from one used in unit game, and game control method therefor
JP2015097614A (en) * 2013-11-19 2015-05-28 株式会社藤商事 Rotary drum type game machine

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018117700A (en) * 2017-01-23 2018-08-02 株式会社ユニバーサルエンターテインメント Game machine
JP2018130387A (en) * 2017-02-16 2018-08-23 株式会社三共 Game machine

Also Published As

Publication number Publication date
JP6095177B2 (en) 2017-03-15

Similar Documents

Publication Publication Date Title
JP6209789B2 (en) Game machine
JP2017202054A (en) Game machine
JP2009045089A (en) Game machine, program and information memory medium
JP2010057610A (en) Game machine
JP5368132B2 (en) Game machine
JP6095177B2 (en) Game machine
JP2018029731A (en) Game machine
JP6442673B2 (en) Game machine
JP6476376B2 (en) Game machine
JP5060164B2 (en) Game machine
JP6306461B2 (en) Game machine
JP2017038641A (en) Game machine
JP6473428B2 (en) Game machine
JP6887749B2 (en) Pachinko machine
JP6292702B2 (en) Game machine
JP6292701B2 (en) Game machine
JP6371958B2 (en) Game machine
JP2018075058A (en) Game machine
JP2010194141A (en) Game machine
JP5467451B2 (en) Game machine
JP2017196182A (en) Game machine
JP2017176352A (en) Game machine
JP6364596B2 (en) Game machine
JP6312167B2 (en) Game machine
JP6442680B2 (en) Game machine

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20161107

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

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170208

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170210

R150 Certificate of patent or registration of utility model

Ref document number: 6095177

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees