JP2019217031A - Game machine - Google Patents

Game machine Download PDF

Info

Publication number
JP2019217031A
JP2019217031A JP2018117028A JP2018117028A JP2019217031A JP 2019217031 A JP2019217031 A JP 2019217031A JP 2018117028 A JP2018117028 A JP 2018117028A JP 2018117028 A JP2018117028 A JP 2018117028A JP 2019217031 A JP2019217031 A JP 2019217031A
Authority
JP
Japan
Prior art keywords
winning
state
effect state
game
lottery
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
JP2018117028A
Other languages
Japanese (ja)
Other versions
JP7083159B2 (en
Inventor
暢 西澤
Nobu Nishizawa
暢 西澤
孝幸 菊地
Takayuki Kikuchi
孝幸 菊地
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 JP2018117028A priority Critical patent/JP7083159B2/en
Publication of JP2019217031A publication Critical patent/JP2019217031A/en
Application granted granted Critical
Publication of JP7083159B2 publication Critical patent/JP7083159B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Slot Machines And Peripheral Devices (AREA)

Abstract

To allow that even when specifications for 100% winning of a lottery object are provided, the increase of memory occupation of such specifications is inhibited.SOLUTION: A slot machine includes: random number generation means for generating a random number from a predetermined range of total numbers; winning region determination means that refers to, in a lottery table allocated with a winning region, registered numbers indicative of numeric values of a winning range in the winning region to determine whether or not the random number is within the range of registered numbers and determine a winning region corresponding to the random number. The lottery table is allocated with a winning region and registered numbers indicative of non-winning of a predetermined game benefit. If the random number is not within the range of registered numbers associated with the winning region indicative of the predetermined game benefit, the winning region determination means determines that the predetermined game benefit is won.SELECTED DRAWING: Figure 11

Description

本発明は、遊技者に遊技上の利益を付与するか否かを抽選により決定する遊技機に関する。   The present invention relates to a gaming machine that determines, by lottery, whether or not to give a gaming profit to a player.

遊技機としてのスロットマシンでは、遊技の進行に際し、遊技者の有利度合い(遊技利益)を異にする複数の遊技状態や演出状態が設けられている。例えば、ボーナス役に対応する図柄組み合わせを有効ライン上に表示することで、通常遊技状態より、遊技者がメダルを獲得し易いボーナス遊技状態に移行する仕様を採用しているスロットマシンがある。   In a slot machine as a gaming machine, a plurality of gaming states and rendering states having different degrees of advantage (game profits) of a player are provided in the progress of a game. For example, there is a slot machine that adopts a specification in which a symbol combination corresponding to a bonus combination is displayed on an activated line, so that a transition from a normal gaming state to a bonus gaming state in which a player can easily acquire medals is performed.

また、スロットマシンにおいては、スタートスイッチの操作等、所定の契機に基づく抽選により遊技利益が決定される。例えば、抽選対象それぞれに置数を定め、乱数値に、抽選対象ごとの置数を順次加算(減算)し、オーバーフローした場合、当該抽選対象に当選したとする技術が知られている(例えば、特許文献1)。   In the slot machine, a game profit is determined by a lottery based on a predetermined opportunity such as an operation of a start switch. For example, a technique is known in which a number is determined for each lottery target, and the number of each lottery target is sequentially added (subtracted) to a random number value. Patent Document 1).

特開2015−119773号公報JP 2015-119773 A

特許文献1のように、抽選テーブルにおいて、複数の当選領域ごとに置数を設け、抽選により0〜255の間で乱数が決定されると、抽選テーブルにおける複数の当選領域を所定の順に参照して置数を取得し、その置数を乱数から減算して減算後の値が0未満となると、その時点の当選領域に対応付けられた抽選対象を抽選結果とすることがある。   As in Patent Document 1, in the lottery table, a number is provided for each of a plurality of winning regions, and when a random number is determined between 0 and 255 by the lottery, the plurality of winning regions in the lottery table are referred to in a predetermined order. If the value obtained by subtracting the set number from the random number is less than 0, the lottery target associated with the winning area at that time may be used as the lottery result.

また、抽選対象として所定の遊技利益の当選または不当選の二択を準備した場合において、遊技の進行により、所定の遊技利益に100%当選する仕様を設けることがある。これは、乱数の範囲が1バイト(0〜255)である場合に、当選に対応する当選領域の置数を256以上とすることで(乱数から置数を減算した値が必ず0未満となるので)実現することができる。   In addition, in the case of preparing a winning or a non-winning of a predetermined game profit as a lottery target, there is a case where a specification for 100% winning of the predetermined game profit is provided depending on the progress of the game. This is because when the range of the random number is 1 byte (0 to 255), the number of the winning area corresponding to the winning is set to 256 or more (the value obtained by subtracting the number from the random number always becomes less than 0). So) can be realized.

しかし、256以上の数値を置数として設定するには、2バイト以上のデータ長を要し、メモリの容量を圧迫しかねない。特に、抽選処理の単純化のため、抽選テーブルの複数の当選領域における置数のデータ長を統一(共通化)すると、データ長を長い方に合わせなければならなくなるため、他の置数のデータ長も不要に長くなり(2バイトになり)、メモリにおける占有領域がより増加することとなる。   However, setting a numerical value of 256 or more as a numeric value requires a data length of 2 bytes or more, which may reduce the memory capacity. In particular, if the data lengths of the numbers in a plurality of winning regions of the lottery table are unified (shared) to simplify the lottery process, it is necessary to adjust the data length to the longer one. The length becomes unnecessarily long (2 bytes), and the occupied area in the memory further increases.

本発明は、このような課題に鑑み、抽選対象に100%当選する仕様を設けた場合であっても、メモリにおける占有領域の増加を抑制することが可能な遊技機を提供することを目的としている。   The present invention has been made in view of the above-described problems, and an object of the present invention is to provide a gaming machine that can suppress an increase in an occupied area in a memory even when a specification for winning a lottery target by 100% is provided. I have.

上記課題を解決するために、本発明の遊技機は、所定の総数の範囲から乱数を生成する乱数生成手段と、当選領域が割り当てられた抽選テーブルにおいて、前記当選領域の当選範囲を示す数値である置数を参照して前記置数の範囲に前記乱数が含まれるか否か判定し、前記乱数に対応する当選領域を決定する当選領域決定手段と、を備え、前記抽選テーブルには、所定の遊技利益の不当選を示す当選領域および置数が割り当てられ、前記当選領域決定手段は、前記所定の遊技利益の不当選を示す当選領域に対応付けられた置数の範囲に前記乱数が含まれていなければ、所定の遊技利益の当選を決定する。   In order to solve the above problem, a gaming machine according to the present invention has a random number generation unit that generates a random number from a predetermined total number range, and a lottery table to which a winning area is assigned, a numerical value indicating a winning range of the winning area. Determining whether or not the random number is included in the range of the numerical value with reference to a certain numerical value, and determining a winning region corresponding to the random number. A winning area and a number indicating a non-winning of the game profit are assigned, and the winning area determination unit includes the random number in a range of the number of numbers associated with the winning area indicating the non-winning of the predetermined game profit. If not, a predetermined game profit is determined to be won.

前記当選領域決定手段は、特定の契機においては、前記抽選テーブルを参照することなく、前記所定の遊技利益の不当選を決定してもよい。   The winning area determination means may determine the non-winning of the predetermined game profit without referring to the lottery table at a specific occasion.

本発明によれば、抽選対象に100%当選する仕様を設けた場合であっても、メモリにおける占有領域の増加を抑制することが可能となる。   According to the present invention, it is possible to suppress an increase in the occupied area in the memory even when a specification for 100% winning is provided for a lottery target.

スロットマシンの概略的な機械的構成を説明するための外観図である。FIG. 3 is an external view for explaining a schematic mechanical configuration of the slot machine. スロットマシンの概略的な機械的構成を説明するための前面扉を開いた状態での外観図である。It is an external view in the state where the front door was opened for explaining the schematic mechanical configuration of the slot machine. リールの図柄配列および有効ラインを示す図である。It is a figure which shows the symbol arrangement | sequence of a reel, and an effective line. スロットマシンの概略的な電気的構成を示したブロック図である。FIG. 3 is a block diagram showing a schematic electrical configuration of the slot machine. 当選役を説明するための説明図である。It is an explanatory view for explaining a winning combination. 当選種別抽選テーブルを示す図である。It is a figure showing a winning type lottery table. 当選種別抽選テーブルを示す図である。It is a figure showing a winning type lottery table. 主制御基板における遊技状態の遷移を説明するための説明図である。It is an explanatory view for explaining transition of a game state in a main control board. 演出状態の遷移を説明するための説明図である。It is explanatory drawing for demonstrating the transition of an effect state. 演出状態抽選テーブルを示す図である。It is a figure showing an effect state lottery table. 演出状態抽選テーブルを示す図である。It is a figure showing an effect state lottery table. 主制御基板のメイン処理を示したフローチャートである。5 is a flowchart illustrating main processing of a main control board. 抽選処理を示したフローチャートである。It is the flowchart which showed the lottery processing.

以下に添付図面を参照しながら、本発明の好適な実施形態について詳細に説明する。かかる実施形態に示す寸法、材料、その他具体的な数値等は、発明の理解を容易とするための例示にすぎず、特に断る場合を除き、本発明を限定するものではない。なお、本明細書および図面において、実質的に同一の機能、構成を有する要素については、同一の符号を付することにより重複説明を省略し、また本発明に直接関係のない要素は図示を省略する。   Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. The dimensions, materials, other specific numerical values, and the like shown in the embodiments are merely examples for facilitating the understanding of the present invention, and do not limit the present invention unless otherwise specified. In the specification and the drawings, elements having substantially the same function and configuration will be denoted by the same reference numerals, without redundant description, and elements not directly related to the present invention will be omitted. I do.

(スロットマシン100の機械的構成)
図1および図2の外観図に示すように、遊技機としてのスロットマシン100は、前面が開口した筐体102と、筐体102の前面一端に回動可能に上下に並んで配置される前面上扉104および前面下扉106とが設けられている。前面上扉104の下部略中央には、ガラス板や透明樹脂板等で構成された無色透明の図柄表示窓108が設けられており、筐体102内の図柄表示窓108に対応する位置には、3つのリール110(左リール110a、中リール110b、右リール110c)が、それぞれ独立して回動可能に設けられている。左リール110a、中リール110b、右リール110cには、図3(a)の図柄配列に示すように、20に等分された各領域に複数種類の図柄がそれぞれ配列されており、遊技者は、図柄表示窓108を通じて、上段、中段、下段に位置する、左リール110a、中リール110b、右リール110cそれぞれの3つの連続する合計9個の図柄を視認することができる。
(Mechanical configuration of the slot machine 100)
As shown in the external views of FIGS. 1 and 2, a slot machine 100 as a gaming machine has a housing 102 having an open front, and a front face rotatably arranged at one end of the front of the housing 102 so as to be rotatable. An upper door 104 and a lower front door 106 are provided. A colorless and transparent design display window 108 made of a glass plate, a transparent resin plate, or the like is provided substantially at the center of the lower portion of the front upper door 104, and is provided at a position corresponding to the design display window 108 in the housing 102. , Three reels 110 (a left reel 110a, a middle reel 110b, and a right reel 110c) are provided so as to be independently rotatable. On the left reel 110a, the middle reel 110b, and the right reel 110c, as shown in the symbol arrangement of FIG. 3A, a plurality of types of symbols are arranged in respective regions equally divided into 20. Through the symbol display window 108, three consecutive symbols, each of the left reel 110a, the middle reel 110b, and the right reel 110c, located at the upper, middle, and lower tiers, can be visually recognized.

前面下扉106の上部には操作部設置台112が形成され、操作部設置台112には、メダル投入部114、ベットスイッチ116、スタートスイッチ118、ストップスイッチ120、演出スイッチ122等が設けられている。メダル投入部114は、メダル投入口114aを通じて遊技媒体としてのメダルの投入を受け付ける。ベットスイッチ116は、スロットマシン100の内部に電気的に貯留(以下、単にクレジットという)されているメダルのうち、1遊技で必要とされる規定数のメダルを投入(ベット)する。   An operation unit installation base 112 is formed above the front lower door 106. The operation unit installation base 112 is provided with a medal insertion unit 114, a bet switch 116, a start switch 118, a stop switch 120, an effect switch 122, and the like. I have. The medal insertion unit 114 receives insertion of a medal as a game medium through the medal insertion port 114a. The bet switch 116 inserts (bets) a predetermined number of medals required for one game from medals that are electrically stored (hereinafter simply referred to as credits) inside the slot machine 100.

スタートスイッチ118は、例えば傾倒操作を検出可能なレバーで構成され、遊技者による遊技の開始操作を検出する。ストップスイッチ120(ストップスイッチ120a、ストップスイッチ120b、ストップスイッチ120c)は、左リール110a、中リール110b、右リール110cそれぞれに対応して設けられており、遊技者の停止操作を検出する。演出スイッチ122は、例えば、押圧スイッチと、その周囲に回転自在に配されたジョグダイヤルスイッチとから構成され、遊技者の押圧操作や回転操作を検出する。   The start switch 118 is constituted by, for example, a lever capable of detecting a tilt operation, and detects a game start operation by the player. The stop switch 120 (stop switch 120a, stop switch 120b, stop switch 120c) is provided corresponding to each of the left reel 110a, the middle reel 110b, and the right reel 110c, and detects a stop operation of the player. The effect switch 122 includes, for example, a push switch and a jog dial switch rotatably disposed around the push switch, and detects a push operation and a rotation operation of the player.

前面上扉104の上部略中央には、演出に伴う様々な画像を表示する液晶表示部124が設けられている。また、前面上扉104の上部や左右には、例えば高輝度の発光ダイオード(LED)によって構成される演出用ランプ126が設けられる。また、前面上扉104の裏面における液晶表示部124の左右位置や前面下扉106の裏面における左右位置には、効果音や楽音等による聴覚的な演出を行うスピーカ128が設けられている。   A liquid crystal display unit 124 for displaying various images accompanying the effect is provided substantially at the center of the upper part of the front upper door 104. In addition, an effect lamp 126 composed of, for example, a high-brightness light emitting diode (LED) is provided above the front upper door 104 and on the left and right. Further, speakers 128 are provided at the left and right positions of the liquid crystal display unit 124 on the back surface of the front upper door 104 and the left and right positions on the back surface of the front lower door 106 to perform auditory effects such as sound effects and musical sounds.

操作部設置台112には、メインクレジット表示部130およびメイン払出表示部132が設けられている。また、図柄表示窓108と操作部設置台112との間には、サブクレジット表示部134およびサブ払出表示部136が設けられている。これらメインクレジット表示部130およびサブクレジット表示部134にはクレジットされているメダルの枚数(クレジット枚数)が表示され、メイン払出表示部132およびサブ払出表示部136にはメダルの払出枚数が表示される。   On the operation unit installation table 112, a main credit display unit 130 and a main payout display unit 132 are provided. In addition, a sub-credit display unit 134 and a sub-payout display unit 136 are provided between the symbol display window 108 and the operation unit installation stand 112. The main credit display section 130 and the sub-credit display section 134 display the number of credited medals (the number of credits), and the main payout display section 132 and the sub-payout display section 136 display the number of medal payouts. .

筐体102内におけるリール110の下方には、メダル排出口140aからメダルを払い出すためのメダル払出装置(メダルホッパー)142が設けられている。また、前面下扉106の前面下部には、メダル排出口140aから払い出されたメダルを貯留するための受け皿部140が設けられている。また、筐体102内には、電源スイッチ144が設けられている。電源スイッチ144は、スロットマシン100を管理する管理者が操作し、電源の切断状態と電源の投入状態の2つの状態を切り換えるために用いられる。   Below the reel 110 in the housing 102, a medal payout device (medal hopper) 142 for paying out medals from the medal outlet 140a is provided. In addition, a receiving portion 140 for storing medals paid out from the medal outlet 140a is provided at a lower portion of the front of the front lower door 106. A power switch 144 is provided in the housing 102. The power switch 144 is operated by an administrator who manages the slot machine 100 and is used to switch between a power-off state and a power-on state.

スロットマシン100では、遊技が開始可能となり、規定数のメダルがベットされると、有効ラインAが有効化するとともに、スタートスイッチ118に対する操作が有効となる。ここで、ベットは、ベットスイッチ116の操作を通じてクレジットされているメダルを投入する場合と、メダル投入部114を通じてメダルを投入する場合と、詳しくは後述するリプレイ役が有効ラインA上に表示されたことに基づいてメダルを自動投入する場合のいずれも含む。また、有効ラインAは、当選役の入賞を判定するためのラインであり、本実施形態では1本である。有効ラインAは、図3(b)に示すように、図柄表示窓108に臨む9つの図柄(3リール×上中下の3段)のうち、左リール110aの中段、中リール110bの中段、右リール110cの中段に停止する図柄に対応する位置を結んだラインに設定されている。無効ラインは、有効ラインA上に表示された図柄組み合わせのみでは当選役を把握しにくい場合に、当選役の把握を容易にする他の図柄組み合わせを表示する、当選役の入賞判定には用いられない有効ラインA以外のラインであり、本実施形態では、図3(b)に示す4つの無効ラインB1、B2、C1、C2を想定している。   In the slot machine 100, the game can be started, and when a predetermined number of medals are bet, the activated line A is activated and the operation on the start switch 118 is activated. Here, in the betting, the case where a credited medal is inserted through the operation of the bet switch 116, the case where a medal is inserted through the medal insertion unit 114, and a replay combination described later in detail are displayed on the activated line A. This includes any case where a medal is automatically inserted based on the above. The activated line A is a line for determining the winning of the winning combination, and is one in this embodiment. As shown in FIG. 3 (b), the active line A is, among nine symbols (three reels × three upper, lower, middle, and upper stages) facing the symbol display window 108, the middle stage of the left reel 110a, the middle stage of the middle reel 110b, It is set as a line connecting the positions corresponding to the symbols stopped at the middle stage of the right reel 110c. The invalid line is used for winning determination of a winning combination, in which, when it is difficult to grasp the winning combination only with the symbol combination displayed on the valid line A, another symbol combination for facilitating the grasp of the winning combination is displayed. In this embodiment, four invalid lines B1, B2, C1, and C2 shown in FIG. 3B are assumed.

そして、遊技者によりスタートスイッチ118が操作されると、遊技が開始され、左リール110a、中リール110b、右リール110cが回転されるとともに、当選種別抽選等が実行される。その後、ストップスイッチ120a、120b、120cの操作に応じて、対応する左リール110a、中リール110b、右リール110cをそれぞれ停止させる。そして、当選種別抽選の抽選結果および有効ラインAに表示された図柄の組み合わせによって、メダルの払い出しを受け得る当選役が入賞した場合にはメダルの払い出しが実行され、メダルの払い出しを受け得る当選種別に非当選であった場合または当選したが入賞しなかった場合には左リール110a、中リール110b、右リール110cが全て停止したことをもって、遊技が終了する。   When the start switch 118 is operated by the player, the game is started, the left reel 110a, the middle reel 110b, and the right reel 110c are rotated, and a winning type lottery and the like are executed. After that, in response to the operation of the stop switches 120a, 120b, 120c, the corresponding left reel 110a, middle reel 110b, and right reel 110c are stopped, respectively. Then, according to the combination of the lottery result of the winning type lottery and the symbol displayed on the activated line A, when the winning combination which can receive the medal is won, the payout of the medal is executed, and the winning type which can receive the medal is executed. If the game has not been won, or if the game has been won but has not been won, the game ends when the left reel 110a, the middle reel 110b, and the right reel 110c all stop.

なお、本実施形態において、上記1遊技は、メダル投入部114を通じたメダルの投入、ベットスイッチ116の操作を通じたクレジットされているメダルの投入、または、リプレイ役が有効ラインA上に表示されたことに基づくメダルの自動投入のいずれかが行われてから、遊技者によるスタートスイッチ118の操作に応じて、左リール110a、中リール110b、右リール110cが回転制御されるとともに当選種別抽選が実行され、当選種別抽選の抽選結果および遊技者による複数のストップスイッチ120a、120b、120cの操作に応じて、操作されたストップスイッチ120a、120b、120cに対応する左リール110a、中リール110b、右リール110cがそれぞれ停止制御され、メダルの払い出しを受け得る当選役が入賞した場合、そのメダルの払い出しが実行されるまでの遊技をいう。また、メダルの払い出しを受け得る当選種別に非当選であった場合または当選したが入賞しなかった場合、左リール110a、中リール110b、右リール110cが全て停止したことをもって1遊技が終了する。ただし、1遊技の開始を、上記のメダルの投入、または、リプレイ役の当選の代わりに、遊技者によるスタートスイッチ118の操作と読み替えてもよい。また、かかる1遊技が繰り返される数を遊技数とする。   In the present embodiment, in the one game, a medal insertion through the medal insertion unit 114, a credited medal insertion through the operation of the bet switch 116, or a replay combination is displayed on the activated line A. After the automatic insertion of medals is performed, the rotation of the left reel 110a, the middle reel 110b, and the right reel 110c is controlled in accordance with the operation of the start switch 118 by the player, and the winning type lottery is executed. The left reel 110a, the middle reel 110b, and the right reel corresponding to the operated stop switches 120a, 120b, 120c according to the lottery result of the winning type lottery and the operation of the plurality of stop switches 120a, 120b, 120c by the player. 110c are respectively controlled to stop and receive a medal payout. If you that winning is winning, it refers to the game until payout of the medals are executed. In addition, when the winning type that can receive the medal payout is non-winning or when the player wins but does not win, one game ends when all of the left reel 110a, the middle reel 110b, and the right reel 110c are stopped. However, the start of one game may be read as the operation of the start switch 118 by the player instead of the insertion of a medal or the winning of the replay combination. The number of times that one game is repeated is referred to as the number of games.

(スロットマシン100の電気的構成)
図4は、スロットマシン100の概略的な電気的構成を示したブロック図である。図4に示すように、スロットマシン100は、遊技の進行を制御する主制御基板200と、遊技の進行に応じた演出を制御する副制御基板202とを含む制御基板が設けられている。また、主制御基板200と副制御基板202との間の電気的な信号の伝達は、不正防止等の観点から、主制御基板200から副制御基板202への一方向のみに制限される。
(Electrical Configuration of Slot Machine 100)
FIG. 4 is a block diagram showing a schematic electrical configuration of the slot machine 100. As shown in FIG. 4, the slot machine 100 is provided with a control board including a main control board 200 for controlling the progress of the game and a sub-control board 202 for controlling an effect according to the progress of the game. Further, transmission of electrical signals between the main control board 200 and the sub-control board 202 is limited to only one direction from the main control board 200 to the sub-control board 202 from the viewpoint of preventing fraud.

(主制御基板200)
主制御基板200は、中央処理装置であるメインCPU200a、プログラム等が格納されたメインROM200b、ワークエリアとして機能するメインRAM200c等を含む半導体集積回路を有し、スロットマシン100全体を統括的に制御する。なお、メインRAM200cは、電源が切断された場合においても、設定変更が行われてRAMクリアが実行されない限り、データが消去されることなく保持される。
(Main control board 200)
The main control board 200 has a semiconductor integrated circuit including a main CPU 200a serving as a central processing unit, a main ROM 200b storing programs and the like, a main RAM 200c functioning as a work area, and the like, and controls the entire slot machine 100 as a whole. . It should be noted that the main RAM 200c is held without data being erased even when the power is turned off, unless the setting is changed and the RAM is cleared.

また、主制御基板200は、メインCPU200aが、メインROM200bに格納されたプログラムに基づきメインRAM200cと協働することで機能する、初期化手段300、ベット手段302、当選種別抽選手段304、リール制御手段306、判定手段308、払出制御手段310、遊技状態制御手段312、演出状態制御手段314、コマンド送信手段316等の機能部を有する。   In addition, the main control board 200 functions as the main CPU 200a in cooperation with the main RAM 200c based on a program stored in the main ROM 200b. It has functional units such as 306, determination means 308, payout control means 310, game state control means 312, effect state control means 314, command transmission means 316, and the like.

主制御基板200では、メダル投入口114aへのメダルの投入を検出する投入メダル検出部114b、ベットスイッチ116、スタートスイッチ118およびストップスイッチ120a、120b、120cから各種の検出信号を受信しており、受信した検出信号に基づいて、メインCPU200aが種々の処理を実行する。   The main control board 200 receives various detection signals from the inserted medal detection unit 114b that detects insertion of medals into the medal insertion slot 114a, the bet switch 116, the start switch 118, and the stop switches 120a, 120b, and 120c. The main CPU 200a executes various processes based on the received detection signal.

初期化手段300は、主制御基板200における初期化処理を実行する。ベット手段302は、遊技に使用するためのメダルをベットする。当選種別抽選手段304は、スタートスイッチ118の操作に基づき、詳しくは後述するように、当選役の当否、より詳しくは、当選役が含まれる当選種別の当否を決定する当選種別抽選を行う。   The initialization means 300 executes an initialization process in the main control board 200. The betting unit 302 bets medals to be used for a game. Based on the operation of the start switch 118, the winning type lottery means 304 performs a winning type lottery to determine the success or failure of the winning combination, more specifically, the success or failure of the winning type including the winning combination, as described later in detail.

リール制御手段306は、スタートスイッチ118の操作に応じて、左リール110a、中リール110b、右リール110cを回転制御し、回転している左リール110a、中リール110b、右リール110cにそれぞれ対応したストップスイッチ120a、120b、120cの操作に応じて、対応する左リール110a、中リール110b、右リール110cを停止制御する。   The reel control unit 306 controls the rotation of the left reel 110a, the middle reel 110b, and the right reel 110c according to the operation of the start switch 118, and corresponds to the rotating left reel 110a, middle reel 110b, and right reel 110c, respectively. In response to the operation of the stop switches 120a, 120b, 120c, the corresponding left reel 110a, middle reel 110b, and right reel 110c are controlled to stop.

また、主制御基板200には、リール駆動制御部150が接続されている。このリール駆動制御部150は、スタートスイッチ118の操作信号に応じ、リール制御手段306から送信される、左リール110a、中リール110b、右リール110cの回転開始信号に基づいて、ステッピングモータ152を駆動する。また、リール駆動制御部150は、ストップスイッチ120の操作信号に応じ、リール制御手段306から送信される、左リール110a、中リール110b、右リール110cそれぞれの停止信号および回転位置検出回路154の検出信号に基づいて、ステッピングモータ152の駆動を停止する。   Further, a reel drive control unit 150 is connected to the main control board 200. The reel drive control unit 150 drives the stepping motor 152 based on rotation start signals of the left reel 110a, the middle reel 110b, and the right reel 110c transmitted from the reel control unit 306 in response to an operation signal of the start switch 118. I do. In addition, the reel drive control unit 150 detects a stop signal of each of the left reel 110a, the middle reel 110b, and the right reel 110c and a detection of the rotation position detection circuit 154, which are transmitted from the reel control unit 306 in response to an operation signal of the stop switch 120. The driving of the stepping motor 152 is stopped based on the signal.

判定手段308は、当選役に対応する図柄組み合わせが有効ラインA上に表示されたか否か判定する。ここで、当選役に対応する図柄組み合わせが有効ラインA上に表示されることを単に入賞という場合がある。払出制御手段310は、当選役に対応する図柄組み合わせが有効ラインA上に表示されたこと(入賞したこと)に基づいて、当該当選役に対応する数だけメダルを払い出す。また、主制御基板200には、メダル払出装置142が接続されており、払出制御手段310は、メダルの払出枚数を計数しながらメダルを排出する。   The determination unit 308 determines whether the symbol combination corresponding to the winning combination has been displayed on the activated line A. Here, displaying the symbol combination corresponding to the winning combination on the activated line A may be simply referred to as winning. The payout control means 310 pays out medals by the number corresponding to the winning combination based on the fact that the symbol combination corresponding to the winning combination is displayed on the activated line A (winning). Also, a medal payout device 142 is connected to the main control board 200, and the payout control means 310 discharges medals while counting the number of paid out medals.

遊技状態制御手段312は、当選種別抽選の結果や判定手段308の判定結果を参照し、複数種類の遊技状態のいずれかに遊技状態を移行させる。また、演出状態制御手段314は、当選種別抽選の結果、判定手段308の判定結果、遊技状態の遷移情報を参照し、複数種類の演出状態のいずれかに演出状態を移行させる。   The gaming state control unit 312 refers to the result of the winning type lottery and the determination result of the determining unit 308, and shifts the gaming state to one of a plurality of types of gaming states. The effect state control means 314 refers to the result of the winning type lottery, the determination result of the determination means 308, and the transition information of the game state, and shifts the effect state to one of a plurality of effect states.

コマンド送信手段316は、ベット手段302、当選種別抽選手段304、リール制御手段306、判定手段308、払出制御手段310、遊技状態制御手段312、演出状態制御手段314等の動作に伴う、遊技に関するコマンドを順次決定し、決定したコマンドを副制御基板202に順次送信する。   The command transmission unit 316 is a command related to a game accompanying the operation of the bet unit 302, the winning type lottery unit 304, the reel control unit 306, the determination unit 308, the payout control unit 310, the game state control unit 312, the production state control unit 314, and the like. Are sequentially determined, and the determined commands are sequentially transmitted to the sub control board 202.

また、主制御基板200には、乱数発生器(乱数生成手段)200dが設けられる。乱数発生器200dは、計数値を順次インクリメントし、所定の数値範囲内でループさせ、所定の時点における計数値を抽出することで乱数を得る。主制御基板200の乱数発生器200dによって生成される乱数(以下、当選種別抽選乱数という)は、遊技者に付与する遊技利益、例えば、当選種別抽選手段304が当選種別を決定するために用いられる。   The main control board 200 is provided with a random number generator (random number generating means) 200d. The random number generator 200d obtains a random number by sequentially incrementing the count value, looping it within a predetermined numerical range, and extracting the count value at a predetermined time. The random number generated by the random number generator 200d of the main control board 200 (hereinafter referred to as a “winning type lottery random number”) is used to determine the game profit to be given to the player, for example, the winning type lottery means 304 to determine the winning type. .

(副制御基板202)
また、副制御基板202は、主制御基板200と同様に、中央処理装置であるサブCPU202a、プログラム等が格納されたサブROM202b、ワークエリアとして機能するサブRAM202c等を含む各種半導体集積回路を有し、主制御基板200からのコマンドに基づき、特に演出を制御する。また、サブRAM202cにもメインRAM200c同様、不図示のバックアップ電源が接続されており、電源が切断された場合においても、データが消去されることなく保持される。なお、副制御基板202にも、主制御基板200同様、乱数発生器(乱数生成手段)202dが設けられており、乱数発生器202dによって生成される乱数(以下、演出抽選乱数という)は、主に演出の態様を決定するために用いられる。
(Sub-control board 202)
Similarly to the main control board 200, the sub control board 202 has various semiconductor integrated circuits including a sub CPU 202a as a central processing unit, a sub ROM 202b storing programs and the like, a sub RAM 202c functioning as a work area, and the like. Based on the command from the main control board 200, the effect is particularly controlled. Similarly to the main RAM 200c, a backup power supply (not shown) is connected to the sub RAM 202c, and even if the power is turned off, the data is retained without being erased. Like the main control board 200, the sub control board 202 is also provided with a random number generator (random number generation means) 202d, and the random number generated by the random number generator 202d (hereinafter referred to as an effect lottery random number) is It is used to determine the mode of production.

また、副制御基板202では、サブCPU202aが、サブROM202bに格納されたプログラムに基づき、サブRAM202cと協働することで機能する、初期化決定手段330、コマンド受信手段332、演出制御手段334等の機能部を有する。   Also, on the sub control board 202, the sub CPU 202a operates based on the program stored in the sub ROM 202b and cooperates with the sub RAM 202c to operate the initialization determining unit 330, the command receiving unit 332, the effect control unit 334, and the like. It has a functional unit.

初期化決定手段330は、副制御基板202における初期化処理を実行する。コマンド受信手段332は、主制御基板200等、他の制御基板からのコマンドを受信し、コマンドに対する処理を行う。演出制御手段334は、演出スイッチ122から検出信号を受信するとともに、受信されたコマンドに基づいて液晶表示部124、スピーカ128、演出用ランプ126の各デバイスで行われる遊技の演出を決定する。具体的に、演出制御手段334は、液晶表示部124に表示される画像データや、演出用ランプ126、サブクレジット表示部134、サブ払出表示部136等の電飾機器を通じた演出のための電飾データを決定するとともに、スピーカ128から出力すべき音声を構成する音声データを決定する。そして、演出制御手段334は、決定した遊技の演出を実行する。なお、演出には、補助演出も含まれる。補助演出は、当選種別抽選において、遊技利益が大きい当選役(以下、選択当選役という)と他の当選役とが重複した当選種別(以下、選択当選種別という)に当選したときに、その選択当選役の入賞条件となるストップスイッチ120a、120b、120cの操作態様(以下、正解操作態様という)を報知する演出である。かかる補助演出により、遊技者は、当該選択当選役に対応する図柄組み合わせを、遊技者が有効ラインA上に容易に表示させることができる。かかる補助演出を実行する演出状態をAT(アシストタイム)演出状態という。また、AT演出状態とリプレイ役の当選確率が高いRT(リプレイタイム)遊技状態が並行して進行される所謂ART遊技状態を用いることもある。   The initialization determining means 330 executes an initialization process in the sub-control board 202. The command receiving unit 332 receives a command from another control board such as the main control board 200 and performs processing on the command. The effect control unit 334 receives the detection signal from the effect switch 122 and determines the effect of the game to be performed by each of the liquid crystal display unit 124, the speaker 128, and the effect lamp 126 based on the received command. Specifically, the effect control unit 334 controls the image data displayed on the liquid crystal display unit 124 and the light for the effect through the illumination device such as the effect lamp 126, the sub credit display unit 134, and the sub payout display unit 136. In addition to determining the decoration data, the sound data forming the sound to be output from the speaker 128 is determined. Then, the effect control unit 334 executes the effect of the determined game. Note that the effect also includes an auxiliary effect. In the auxiliary production, when a winning combination with a large game profit (hereinafter, referred to as “selected winning combination”) and another winning combination are won in a winning type (hereinafter, referred to as “selected winning type”) in the winning type lottery, the selection is made. This is an effect of notifying an operation mode of the stop switches 120a, 120b, and 120c (hereinafter, referred to as a correct operation mode) serving as winning conditions of the winning combination. With such an auxiliary effect, the player can easily display the symbol combination corresponding to the selected winning combination on the activated line A. An effect state in which such an auxiliary effect is executed is referred to as an AT (assist time) effect state. Also, a so-called ART game state in which the AT effect state and the RT (replay time) game state in which the probability of winning the replay combination is high proceeds in parallel may be used.

(主制御基板200で用いられるテーブル)
図5は、当選役を説明するための説明図であり、図6および図7は、当選種別抽選テーブルを説明するための説明図である。
(Table used for main control board 200)
FIG. 5 is an explanatory diagram for explaining a winning combination, and FIGS. 6 and 7 are explanatory diagrams for explaining a winning type lottery table.

スロットマシン100においては、詳しくは後述するように、複数種類の遊技状態および演出状態が設けられており、遊技の進行に応じて遊技状態および演出状態が移行される。そして、主制御基板200では、遊技状態制御手段312により管理、制御される遊技状態に対応する複数の当選種別抽選テーブル等がメインROM200bに格納されている。当選種別抽選手段304は、メインRAM200cに記憶された現在の設定値(遊技利益を得る容易性を段階的に示したもの)と現在の遊技状態に応じて、対応する当選種別抽選テーブルをメインROM200bから抽出し、抽出した当選種別抽選テーブルに基づき、スタートスイッチ118の操作信号に応じて取得された当選種別抽選乱数が当選種別抽選テーブル内のいずれの当選種別に対応するか判定する。   In the slot machine 100, as will be described in detail later, a plurality of types of game states and effect states are provided, and the game state and effect state are shifted according to the progress of the game. In the main control board 200, a plurality of winning type lottery tables and the like corresponding to the gaming state managed and controlled by the gaming state control unit 312 are stored in the main ROM 200b. The winning type lottery means 304 stores a corresponding winning type lottery table in the main ROM 200b in accordance with the current setting value (indicating the ease of obtaining a game profit) stored in the main RAM 200c and the current game state. Then, based on the extracted winning type lottery table, it is determined which winning type in the winning type lottery table corresponds to the winning type random number acquired in response to the operation signal of the start switch 118.

ここで、当選種別抽選テーブルで抽出される当選種別を構成する当選役には、リプレイ役、小役、ボーナス役が含まれる。リプレイ役は、リプレイ役に対応する図柄組み合わせが有効ラインA上に表示されると、遊技者によるメダルの新たなるベットを行わずして再度遊技を実行できる役である。小役は、その小役に対応する図柄組み合わせが有効ラインA上に表示されることにより、図柄組み合わせに応じて所定枚数のメダルの払い出しを受けることができる役である。また、ボーナス役は、そのボーナス役に対応する図柄組み合わせが有効ラインA上に表示されることにより、遊技状態制御手段312により管理される遊技状態をボーナス遊技状態に移行させることができる役である。   Here, the winning combinations constituting the winning type extracted in the winning type lottery table include a replay role, a small role, and a bonus role. The replay combination is a combination that, when a symbol combination corresponding to the replay combination is displayed on the activated line A, allows the player to execute the game again without making a new bet for a medal. The small combination is a combination in which a symbol combination corresponding to the small combination is displayed on the activated line A, so that a predetermined number of medals can be paid out according to the symbol combination. The bonus combination is a combination that allows the game state managed by the game state control unit 312 to be shifted to the bonus game state by displaying the symbol combination corresponding to the bonus combination on the activated line A. .

本実施形態における当選役は、図5に示すように、リプレイ役として、当選役「移行リプレイ1」〜「移行リプレイ4」、「通常リプレイ1」〜「通常リプレイ3」、「チェリーリプレイ1」、「チェリーリプレイ2」、「BAR煽りリプレイ」、「BAR揃いリプレイ」、「チャンスリプレイ」(以下、かかる12個のリプレイ役を単に当選役「リプレイ」と略す場合がある)が設けられている。   As shown in FIG. 5, the winning combinations in the present embodiment are, as replaying combinations, the winning combinations “Transition Replay 1” to “Transition Replay 4”, “Normal Replay 1” to “Normal Replay 3”, “Cherry Replay 1”. , "Cherry Replay 2", "BAR Inflating Replay", "BAR Match Replay", and "Chance Replay" (hereinafter, these 12 replay roles may be simply abbreviated to the winning role "Replay"). .

また、小役として、当選役「1枚役1」〜「1枚役16」(以下、かかる16個の小役を単に当選役「1枚役」と略す場合がある)、当選役「ベル1」〜「ベル5」(以下、かかる5個の小役を単に当選役「ベル」と略す場合がある)、当選役「チェリー」、当選役「スイカ1」〜「スイカ4」(以下、かかる4個の小役を単に当選役「スイカ」と略す場合がある)、当選役「リーチ目1」〜「リーチ目3」(以下、かかる3個の小役を単に当選役「リーチ目」と略す場合がある)が設けられている。   In addition, as the small role, the winning combination “1 sheet combination 1” to “1 sheet combination 16” (hereinafter, such 16 small combination may be simply abbreviated to the winning combination “1 sheet combination”), the winning combination “Bell” 1 "to" Bell 5 "(hereinafter, these five small roles may be simply abbreviated to the winning role" Bell "), the winning role" Cherry ", and the winning roles" Watermelon 1 "to" Watermelon 4 "(hereinafter, referred to as" watermelon 4 "). These four small roles may simply be abbreviated as the winning role “watermelon”), the winning roles “reach 1” to “reach 3” (hereinafter, these three small roles are simply the winning role “reach”) May be abbreviated).

また、ボーナス役として、当選役「RBB1」、「RBB2」、「CBB1」、「CBB2」(以下、かかる4個のボーナス役を単に当選役「BB」と略す場合がある)が設けられている。図5では、左リール110a、中リール110b、右リール110cそれぞれに、各当選役を構成する1または複数の図柄が対応付けられている。なお、図5中「ANY」は、対応する有効ラインA上にいずれの図柄が停止してもよいことを示す。また、当選役「チェリーリプレイ1」、「チェリーリプレイ2」、「チャンスリプレイ」、「チェリー」、「スイカ」は、当選役「BB」を除く他の当選役よりも得られる特典(遊技利益)が高くなるように設定される所謂レア役である。   Further, as the bonus combinations, the winning combinations “RBB1”, “RBB2”, “CBB1”, “CBB2” (hereinafter, these four bonus combinations may be simply abbreviated as the winning combination “BB”) are provided. . In FIG. 5, one or a plurality of symbols constituting each winning combination are associated with each of the left reel 110a, the middle reel 110b, and the right reel 110c. Note that “ANY” in FIG. 5 indicates that any symbol may be stopped on the corresponding activated line A. In addition, the winning combinations “Cherry Replay 1”, “Cherry Replay 2”, “Chance Replay”, “Cherry”, and “Watermelon” are benefits (game profits) obtained from other winning roles except the winning role “BB”. Is set to be higher.

ここで、本実施形態においては、遊技者によってストップスイッチ120が操作されたときに、入賞可能な当選役に対応する図柄組み合わせを構成する図柄が有効ラインA上にある場合には、リール制御手段306によって、当該図柄が有効ラインA上に停止するように停止制御がなされる。また、ストップスイッチ120が操作されたときに、入賞可能な当選役に対応する図柄組み合わせを構成する図柄が、有効ラインA上にはないが、リール110の回転方向と反対の方向の図柄4コマ分に相当する範囲(引込範囲)内に存在している場合には、リール制御手段306によって、離れている図柄数が滑りコマ数となり、当該当選役に対応する図柄組み合わせを構成する図柄を有効ラインA上に引き込むように滑りコマ数分回転を維持した後に停止するように停止制御がなされる。また、入賞可能な当選役に対応する図柄がリール110中に複数あり、いずれもリール110の引込範囲内に存在している場合には、予め定められた優先順位に従っていずれの図柄を有効ラインA上に引き込むか決定され、当該優先された図柄を有効ラインA上に引き込むように滑りコマ数分回転を維持した後に停止するように停止制御がなされる。なお、ストップスイッチ120が押圧操作されたときに、入賞可能な当選役以外の当選役に対応する図柄組み合わせを構成する図柄が有効ラインA上にある場合には、リール制御手段306によって、その図柄を有効ラインA上に停止させないようにする、所謂蹴飛ばし処理も並行して実行される。また、後述するように、当選種別に含まれる当選役に操作態様(操作順や操作タイミング)が入賞条件として設定されている場合、リール制御手段306は、遊技者の操作態様に応じて当選役に対応する図柄組み合わせを有効ラインA上に表示可能に停止制御する。   Here, in the present embodiment, when the stop switch 120 is operated by the player, if the symbols constituting the symbol combination corresponding to the winning combination that can be won are on the activated line A, the reel control means By 306, stop control is performed so that the symbol stops on the active line A. Further, when the stop switch 120 is operated, the symbols constituting the symbol combination corresponding to the winning combination that can be won are not on the active line A, but the symbols in the direction opposite to the rotation direction of the reel 110 When the symbols are within the range (attraction range) corresponding to the minute, the number of symbols apart is the number of sliding symbols by the reel control means 306, and the symbols constituting the symbol combination corresponding to the winning combination are valid. Stop control is performed so as to stop after maintaining the rotation for the number of sliding frames so as to be drawn on the line A. Further, when there are a plurality of symbols corresponding to the winning combinations that can be won on the reel 110, and all of them are within the pull-in range of the reel 110, any of the symbols is set to the active line A according to a predetermined priority order. It is determined whether or not the symbol is drawn upward, and stop control is performed so as to stop after maintaining the rotation for the number of sliding frames so as to draw the prioritized symbol onto the effective line A. When the stop switch 120 is pressed and a symbol constituting a symbol combination corresponding to a winning combination other than the winning combination that can be won is on the activated line A, the reel control means 306 causes the symbol to be displayed. Is not executed on the active line A, so-called kicking processing is also executed in parallel. Further, as described later, when an operation mode (operation order or operation timing) is set as a winning condition in the winning combination included in the winning type, the reel control unit 306 determines the winning combination in accordance with the operation mode of the player. Is controlled to be able to display the symbol combination corresponding to on the effective line A.

そして、例えば、当選役「移行リプレイ1」〜「移行リプレイ4」、当選役「通常リプレイ1」〜「通常リプレイ3」、当選役「ベル1」〜「ベル5」に対応する図柄組み合わせを構成する図柄は、各リール110において、上記の停止制御によって、必ず有効ラインA上に表示可能なように配列されている。このような当選役をPB=1と表す場合がある。一方、例えば、当選役「チェリー」、当選役「スイカ」、当選役「BB」に対応する図柄組み合わせを構成する図柄は、各リール110において、上記の停止制御によって、必ずしも有効ラインA上に表示可能なように配列されていないので、所謂とりこぼしが発生する場合がある。このような当選役をPB≠1と表す場合がある。   Then, for example, the symbol combinations corresponding to the winning combinations “Transition Replay 1” to “Transition Replay 4”, the winning combinations “Normal Replay 1” to “Normal Replay 3”, and the winning combinations “Bell 1” to “Bell 5” are configured. The symbols to be displayed are arranged so as to be always displayed on the activated line A by the above-described stop control in each reel 110. Such a winning combination may be represented as PB = 1. On the other hand, for example, the symbols constituting the symbol combination corresponding to the winning combination “Cherry”, the winning combination “watermelon”, and the winning combination “BB” are necessarily displayed on the activated line A by the above-described stop control in each reel 110. Since they are not arranged as possible, a so-called dropout may occur. Such a winning combination may be represented as PB # 1.

図6および図7に示すように、当選種別抽選テーブルでは、複数の当選領域が区画されており、各遊技状態によって抽選の対象となる当選種別が異なったり、ハズレ(不当選)の有無が異なったりする。図6および図7では、各遊技状態(RT0遊技状態(RT0)、RT1遊技状態(RT1)、RT2遊技状態(RT2)、RT3遊技状態(RT3)、RT4遊技状態(RT4)、内部中遊技状態(内部中)、当選役「RBB1」が入賞したボーナス遊技状態(RBB1)、当選役「RBB2」が入賞したボーナス遊技状態(RBB2)、当選役「CBB」が入賞したボーナス遊技状態(CBB1)、当選役「CBB2」が入賞したボーナス遊技状態(CBB2))毎に割り当てられた当選領域(当選種別)を「○」や「●」で表しているが、実際には、複数の遊技状態それぞれに対応する当選種別抽選テーブルがメインROM200bに記憶されている。なお、「○」はその当選種別の当選確率に設定差(設定値毎の差)が無い設定差無当選種別であることを示し、「●」はその当選種別の当選確率に設定差が有る設定差有当選種別であることを示している。当選種別抽選テーブルでは、区画化された各当選領域にはそれぞれ当選範囲を示す数値である所定の置数(当選範囲値)と当選種別が対応付けられており、遊技状態毎に割り当てられた全ての当選領域の置数を合計すると当選種別抽選乱数の総数(65536)となる。したがって、当選種別それぞれが決定される確率は、当選領域に対応付けられた置数を当選種別抽選乱数の総数で除算した値となる。当選種別抽選手段304は、その時点の遊技状態に基づいて、当該当選種別抽選テーブルにおける複数の当選領域のうち番号の高い方から、順次、置数を取得し、その置数を当選種別抽選乱数から減算して、減算後の値が0未満となると、その時点の当選領域に対応付けられた当選種別を当選種別抽選の抽選結果としている。   As shown in FIG. 6 and FIG. 7, in the winning type lottery table, a plurality of winning areas are partitioned, and the winning type targeted for the lottery differs depending on each game state, and the presence / absence of loss (unwinning) differs. Or In FIG. 6 and FIG. 7, each game state (RT0 game state (RT0), RT1 game state (RT1), RT2 game state (RT2), RT3 game state (RT3), RT4 game state (RT4), inside middle game state (Inside), a bonus game state (RBB1) in which the winning combination "RBB1" has won, a bonus gaming state (RBB2) in which the winning combination "RBB2" has won, a bonus gaming state (CBB1) in which the winning combination "CBB" has won, The winning area (winning type) assigned for each bonus gaming state (CBB2) in which the winning combination "CBB2" wins is represented by "O" or "●". The corresponding winning type lottery table is stored in the main ROM 200b. Note that “O” indicates that there is no setting difference in the winning probability of the winning type (a difference between setting values), and that “●” indicates that there is a setting difference in the winning probability of the winning type. It indicates that it is a setting difference winning type. In the winning type lottery table, each of the partitioned winning regions is associated with a predetermined number (a winning range value), which is a numerical value indicating a winning range, and a winning type. When the numbers of the winning regions are totaled, the total number of the winning type lottery random numbers (65536) is obtained. Therefore, the probability that each winning type is determined is a value obtained by dividing the number associated with the winning area by the total number of the winning type random numbers. The winning type lottery means 304 sequentially obtains the numbers from the higher number of the plurality of winning areas in the winning type lottery table based on the game state at that time, and stores the number as the winning type random number. When the value after the subtraction is less than 0, the winning type associated with the winning area at that time is determined as the lottery result of the winning type lottery.

図6および図7の当選種別抽選テーブルによれば、例えば当選領域1には、当選種別「ハズレ」が対応付けられており、かかる当選種別に当選すると、図5に示したいずれの当選役に対応する図柄組み合わせも有効ラインA上に表示されることはなく、メダルの払い出し等が行われることはない。ただし、後述するように、BB内部当選フラグが次遊技に持ち越されている場合、当選種別「ハズレ」の当選により、当選役「BB」に対応する図柄組み合わせを有効ラインA上に表示させることが可能となる。   According to the winning type lottery tables of FIGS. 6 and 7, for example, the winning area 1 is associated with the winning type “losing”, and when the winning type is won, any of the winning combinations shown in FIG. The corresponding symbol combination is not displayed on the activated line A, and no medals are paid out. However, as will be described later, when the BB internal winning flag is carried over to the next game, a symbol combination corresponding to the winning combination "BB" may be displayed on the activated line A by winning of the winning type "losing". It becomes possible.

また、当選領域2〜26には、1のリプレイ役が単独で、または、複数のリプレイ役が重複して対応付けられている。そして、複数の当選役が重複して含まれる当選種別に当選した場合には、いずれの当選役に対応する図柄組み合わせを有効ラインA上に優先的に表示させるかについての入賞条件、例えば、ストップスイッチ120a、120b、120cが操作される順番が設定されている。   In addition, one replay combination alone or a plurality of replay combinations are associated with the winning regions 2 to 26 in an overlapping manner. Then, when a plurality of winning combinations are won in a winning type that is included in an overlapping manner, a winning condition regarding which symbol combination corresponding to which winning combination is to be preferentially displayed on the activated line A, for example, a stop condition The order in which the switches 120a, 120b, and 120c are operated is set.

以下の説明において、左リール110a、中リール110b、右リール110cの順にリールを停止させるストップスイッチ120a、120b、120cの操作を「打順1」とし、左リール110a、右リール110c、中リール110bの順にリールを停止させるストップスイッチ120a、120b、120cの操作を「打順2」とし、中リール110b、左リール110a、右リール110cの順にリールを停止させるストップスイッチ120a、120b、120cの操作を「打順3」とし、中リール110b、右リール110c、左リール110aの順にリールを停止させるストップスイッチ120a、120b、120cの操作を「打順4」とし、右リール110c、左リール110a、中リール110bの順にリールを停止させるストップスイッチ120a、120b、120cの操作を「打順5」とし、右リール110c、中リール110b、左リール110aの順にリールを停止させるストップスイッチ120a、120b、120cの操作を「打順6」とする。   In the following description, the operation of the stop switches 120a, 120b, and 120c for stopping the reels in the order of the left reel 110a, the middle reel 110b, and the right reel 110c is referred to as “stroke order 1,” and the operations of the left reel 110a, the right reel 110c, and the middle reel 110b are performed. The operation of the stop switches 120a, 120b, and 120c for sequentially stopping the reels is referred to as "stroke order 2", and the operation of the stop switches 120a, 120b, and 120c for stopping the reels in the order of the middle reel 110b, the left reel 110a, and the right reel 110c is referred to as "stroke order." 3 ", the operation of the stop switches 120a, 120b, and 120c for stopping the reels in the order of the center reel 110b, the right reel 110c, and the left reel 110a is referred to as" strike order 4, "and the order of the right reel 110c, the left reel 110a, and the middle reel 110b. Stop reel The operation of the stop switches 120a, 120b, 120c to be set is "stroke order 5", and the operation of the stop switches 120a, 120b, 120c for stopping the reels in the order of the right reel 110c, the middle reel 110b, and the left reel 110a is "stroke order 6". .

例えば、RT1遊技状態において、当選種別「移行リプレイ1」に当選し、打順1による操作が行われた場合、RT2遊技状態への移行を示す当選役「移行リプレイ2」に対応する図柄組み合わせが有効ラインA上に優先的に表示されるように停止制御がなされる。また、打順2〜打順6による操作が行われた場合、RT3遊技状態への移行を示す当選役「移行リプレイ3」、「移行リプレイ4」に対応する図柄組み合わせが有効ラインA上に優先的に表示されるように停止制御がなされる。   For example, in the RT1 gaming state, when the player wins the winning type “transition replay 1” and performs an operation based on the batting order 1, the symbol combination corresponding to the winning combination “transition replay 2” indicating transition to the RT2 gaming state is valid. Stop control is performed so that the display is preferentially displayed on the line A. In addition, when the operation in the batting order 2 to batting order 6 is performed, the symbol combination corresponding to the winning combination “transition replay 3” and “transition replay 4” indicating the transition to the RT3 gaming state is preferentially placed on the activated line A. Stop control is performed so as to be displayed.

また、当選領域28〜39には、当選役「ベル」と当選役「1枚役」とが重複して含まれる当選種別「打順ベル左1」〜「打順ベル右4」(以下、かかる12個の当選種別を単に当選種別「打順ベル」と略す場合がある)がそれぞれ対応付けられている。なお、当選領域28〜39の当選確率(置数の数)は等しくなるように設定されている。遊技者は、通常、いずれの当選種別に当選しているのかを知ることができないため、上記のような当選領域28〜39を設けることにより、当選役「ベル」を入賞させにくくしている。また、当選役「1枚役」が優先的に表示される打順でストップスイッチ120a、120b、120cが操作されても、必ずしも当選役「1枚役」に対応する図柄組み合わせを有効ラインA上に表示させられるとは限らないので、その操作態様によっては、とりこぼしが発生することがある(PB≠1)。また、当選領域40〜42には、当選役「ベル2」と当選役「ベル3」とが重複して含まれる当選種別「打順ベル左中」〜「打順ベル中右」(以下、かかる3個の当選種別を単に当選種別「補助打順ベル」と略す場合がある)がそれぞれ対応付けられている。なお、当選領域40〜42の当選確率(置数の数)は等しくなるように設定されている。   In the winning areas 28 to 39, the winning types “Bell” and “One piece” are included in an overlapped manner, and the winning types “Battery order bell left 1” to “Battery order bell right 4” (hereinafter referred to as “12”). Each of the winning types is simply abbreviated as a winning type “bat order bell”.) Note that the winning probabilities (number of numbers) of the winning regions 28 to 39 are set to be equal. Since the player cannot usually know which winning type has been won, by providing the above-described winning areas 28 to 39, it is difficult to win the winning combination "bell". In addition, even if the stop switches 120a, 120b, and 120c are operated in the batting order in which the winning combination "1 sheet combination" is preferentially displayed, the symbol combination corresponding to the winning combination "1 sheet combination" is not necessarily displayed on the activated line A. Since it is not always displayed, a dropout may occur depending on the operation mode (PB # 1). In the winning areas 40 to 42, the winning combinations “Bell 2” and the winning combination “Bell 3” are included in an overlapping manner. The winning types are simply abbreviated to “winning order bell” in some cases). Note that the winning probabilities (the number of numbers) of the winning regions 40 to 42 are set to be equal.

また、当選領域50〜53には、当選役「RBB1」が含まれる当選種別「RBB1」、「RBB2」、「RBB3」、「RBB4」が対応付けられており、当選領域54〜57には、当選役「RBB2」が含まれる当選種別「RBB5」、「RBB6」、「RBB7」、「RBB8」が対応付けられており、当選領域58〜61には、当選役「CBB1」が含まれる当選種別「CBB1」、「CBB2」、「CBB3」、「CBB4」が対応付けられており、当選領域62〜65には、当選役「CBB2」が含まれる当選種別「CBB5」、「CBB6」、「CBB7」、「CBB8」が対応付けられている。なお、以下では、当選種別「RBB1」、「RBB2」、「RBB3」、「RBB4」、「RBB5」、「RBB6」、「RBB7」、「RBB8」、「CBB1」、「CBB2」、「CBB3」、「CBB4」、「CBB5」、「CBB6」、「CBB7」、「CBB8」を単に当選種別「BB」と略す場合がある。   In addition, winning types “RBB1”, “RBB2”, “RBB3”, and “RBB4” that include the winning combination “RBB1” are associated with the winning regions 50 to 53, and the winning regions 54 to 57 are associated with the winning regions 54 to 57. The winning types “RBB5”, “RBB6”, “RBB7”, and “RBB8” including the winning combination “RBB2” are associated with each other, and the winning regions 58 to 61 include the winning combination “CBB1”. "CBB1", "CBB2", "CBB3", "CBB4" are associated with each other, and the winning areas 62 to 65 include the winning combination "CBB2", and the winning types "CBB5", "CBB6", "CBB7". , "And" CBB8. " In the following, the winning types “RBB1”, “RBB2”, “RBB3”, “RBB4”, “RBB5”, “RBB6”, “RBB7”, “RBB8”, “CBB1”, “CBB2”, “CBB3” , “CBB4”, “CBB5”, “CBB6”, “CBB7”, and “CBB8” may be simply abbreviated as the winning type “BB”.

なお、上述したいずれかの当選種別に当選すると、それぞれの当選種別に対応する内部当選フラグが成立(オン)するとともに、この内部当選フラグの成立状況に応じて、各リール110の停止制御がなされることとなる。このとき、小役が含まれる当選種別に当選したものの、これら当選役に対応する図柄組み合わせを、その遊技内で有効ラインA上に表示させることができなかった場合には、当該遊技の終了後に内部当選フラグがオフされる。つまり、小役の当選の権利は小役が含まれる当選種別に当選した遊技内のみに限られ、当該権利を次遊技に持ち越すことはできない。これに対して、当選役「BB」が含まれる当選種別に当選した場合には、BB内部当選フラグが成立(オン)するとともに、当選役「BB」に対応する図柄組み合わせが有効ラインA上に表示されるまで、BB内部当選フラグが遊技を跨いで持ち越される。なお、リプレイ役である当選役「リプレイ」が含まれる当選種別に対応する内部当選フラグが成立した場合には、その当選種別に含まれる当選役「リプレイ」のうちのいずれかの当選役「リプレイ」に対応する図柄組み合わせが必ず有効ラインA上に表示され、メダルを要することなく次遊技を行うために必要となる処理が行われた後に、当該内部当選フラグがオフされる。   When one of the above-mentioned winning types is won, an internal winning flag corresponding to each winning type is established (turned on), and stop control of each reel 110 is performed in accordance with the establishment status of the internal winning flag. The Rukoto. At this time, if the winning combination including the small winning combination has been won, but the symbol combination corresponding to these winning combinations could not be displayed on the activated line A in the game, after the game is over. The internal winning flag is turned off. In other words, the right to win the small role is limited to only the game that has been won in the winning type including the small role, and the right cannot be carried over to the next game. On the other hand, when the winning type including the winning combination “BB” is won, the BB internal winning flag is established (ON), and the symbol combination corresponding to the winning combination “BB” is displayed on the activated line A. Until displayed, the BB internal winning flag is carried over the game. If the internal winning flag corresponding to the winning type including the winning role “Replay” as the replaying role is established, one of the winning roles “Replay” included in the winning type “Replay” included in the winning type. Are always displayed on the activated line A, and after the processing required for performing the next game without requiring a medal is performed, the internal winning flag is turned off.

(遊技状態の遷移)
ここで、図8を用い、上記ボーナス遊技状態を含む遊技状態の遷移について説明する。ここでは、RT0遊技状態、RT1遊技状態、RT2遊技状態(後述するART遊技状態となる場合あり)、RT3遊技状態、RT4遊技状態、内部中遊技状態、ボーナス遊技状態といった複数の遊技状態が準備されている。RT0遊技状態、RT1遊技状態、RT2遊技状態、RT3遊技状態、RT4遊技状態は、それぞれリプレイ役の当選確率が設定された(RT0遊技状態=1/7.3、RT1遊技状態=1/1.4、RT2遊技状態=1/1.4、RT3遊技状態=1/7.3、RT4遊技状態=1/7.3)、所謂、RT遊技状態であり、後述するように、所定の当選役が有効ラインA上に表示されることで、あるいは、ボーナス役の当選に関連してRT遊技状態が遷移する。ここでは、RT1遊技状態およびRT2遊技状態のリプレイ役の当選確率が比較的高く設定されており、遊技者はRT1遊技状態やRT2遊技状態に移行することで、遊技を有利に進行することができる。
(Transition of game state)
Here, the transition of the game state including the bonus game state will be described with reference to FIG. Here, a plurality of gaming states such as an RT0 gaming state, an RT1 gaming state, an RT2 gaming state (which may be an ART gaming state described later), an RT3 gaming state, an RT4 gaming state, an inside medium gaming state, and a bonus gaming state are prepared. ing. In the RT0 gaming state, the RT1 gaming state, the RT2 gaming state, the RT3 gaming state, and the RT4 gaming state, the winning probability of the replay combination is set (RT0 gaming state = 1 / 7.3, RT1 gaming state = 1/1. 4, RT2 gaming state = 1 / 1.4, RT3 gaming state = 1 / 7.3, RT4 gaming state = 1 / 7.3), which is a so-called RT gaming state, and a predetermined winning combination as described later. Is displayed on the activated line A, or the RT gaming state transits in connection with the winning of the bonus combination. Here, the winning probability of the replay combination in the RT1 game state and the RT2 game state is set to be relatively high, and the player can advantageously proceed with the game by shifting to the RT1 game state or the RT2 game state. .

通常遊技状態におけるRT0遊技状態は、複数の遊技状態における初期状態に相当する遊技状態である。RT0遊技状態において、当選種別「打順ベル」に当選し、いずれの小役(当選役「ベル」、「1枚役」)に対応する図柄の組み合わせも有効ラインA上に表示されなかった場合に表示されるブランク図柄組み合わせに対応する図柄の組み合わせが有効ラインA上に表示された場合に、遊技状態制御手段312は、遊技状態をRT1遊技状態に移行させる(1)。   The RT0 gaming state in the normal gaming state is a gaming state corresponding to an initial state in a plurality of gaming states. In the RT0 gaming state, when the winning type “bat order bell” is won, and no combination of symbols corresponding to any of the small winning combinations (winning role “bell”, “1 piece”) is displayed on the activated line A. When the symbol combination corresponding to the displayed blank symbol combination is displayed on the activated line A, the gaming state control means 312 shifts the gaming state to the RT1 gaming state (1).

また、RT1遊技状態において、当選種別「移行リプレイ1」〜「移行リプレイ6」のいずれかに当選し、かつ、当選役「移行リプレイ2」に対応する図柄組み合わせが表示された場合に、遊技状態制御手段312は、遊技状態をRT2遊技状態に移行させる(2)。かかるRT2遊技状態では、所定の条件下で補助演出を行う、所謂、ATを並行して実行すること(AT演出状態)を想定しており、本実施形態においては、RT2遊技状態と並行してATを実行している状態をART遊技状態という。   In the RT1 gaming state, when one of the winning types “migration replay 1” to “migration replay 6” is won and a symbol combination corresponding to the winning combination “migration replay 2” is displayed, the gaming state is displayed. The control means 312 shifts the gaming state to the RT2 gaming state (2). In the RT2 gaming state, it is assumed that an auxiliary effect is performed under a predetermined condition, that is, so-called AT is executed in parallel (AT effect state). In the present embodiment, in parallel with the RT2 gaming state. A state in which the AT is being executed is called an ART gaming state.

また、RT2遊技状態において、当選種別「移行リプレイ13」〜「移行リプレイ15」のいずれかに当選し、かつ、当選役「移行リプレイ1」に対応する図柄組み合わせが表示された場合、また、当選種別「打順ベル」に当選し、いずれの小役(当選役「ベル」、「1枚役」)に対応する図柄の組み合わせも有効ラインA上に表示されなかった場合、つまり、ブランク図柄組み合わせに対応する図柄の組み合わせが有効ラインA上に表示された場合に、遊技状態制御手段312は、遊技状態をRT1遊技状態に移行させる(3)。   Also, in the RT2 gaming state, if one of the winning types “Transition Replay 13” to “Transition Replay 15” is won and a symbol combination corresponding to the winning combination “Transition Replay 1” is displayed, If the winning combination of the type "bat order" is won, and no symbol combination corresponding to any of the small winning combinations (winning role "bell", "single piece") is displayed on the active line A, that is, a blank symbol combination When the corresponding symbol combination is displayed on the activated line A, the gaming state control means 312 shifts the gaming state to the RT1 gaming state (3).

また、RT1遊技状態において、当選種別「移行リプレイ1」〜「移行リプレイ12」のいずれかに当選し、かつ、当選役「移行リプレイ3」または当選役「移行リプレイ4」に対応する図柄組み合わせが表示された場合に、遊技状態制御手段312は、遊技状態をRT3遊技状態に移行させる(4)。また、RT0遊技状態において、当選種別「移行リプレイ7」〜「移行リプレイ12」のいずれかに当選し、かつ、当選役「移行リプレイ3」または当選役「移行リプレイ4」に対応する図柄組み合わせが表示された場合に、遊技状態制御手段312は、遊技状態をRT3遊技状態に移行させる(5)。また、遊技状態制御手段312は、RT3遊技状態において、当選種別「BB」に当選することなく、所定の遊技数(例えば、16遊技)が経過すると、遊技状態をRT0遊技状態に移行させる(6)。   In the RT1 gaming state, a symbol combination that wins one of the winning types “Transition Replay 1” to “Transition Replay 12” and corresponds to the winning combination “Transition Replay 3” or the winning combination “Transition Replay 4” is displayed. When displayed, the gaming state control means 312 shifts the gaming state to the RT3 gaming state (4). In the RT0 gaming state, a symbol combination that wins one of the winning types “Transition Replay 7” to “Transition Replay 12” and corresponds to the winning combination “Transition Replay 3” or the winning combination “Transition Replay 4” is displayed. When displayed, the gaming state control means 312 shifts the gaming state to the RT3 gaming state (5). Further, in the RT3 gaming state, when a predetermined number of games (for example, 16 games) elapse without winning in the winning type “BB” in the RT3 gaming state, the gaming state is shifted to the RT0 gaming state (6). ).

また、RT0遊技状態、RT1遊技状態、RT2遊技状態、RT3遊技状態、RT4遊技状態のいずれかの遊技状態での当選種別抽選において、ボーナス役を含む当選種別のいずれかに当選し、BB内部当選フラグが成立すると、遊技状態制御手段312は、遊技状態をボーナス遊技状態の準備状態に相当する内部中遊技状態に移行する(7)。このとき、ボーナス役に対応する図柄組み合わせを有効ラインA上に表示させることができなかった場合には、そのままBB内部当選フラグが次遊技に持ち越され(内部中遊技状態が維持され)、次回以降の遊技においてもボーナス役に対応する図柄組み合わせを有効ラインA上に表示させることが可能となる。内部中遊技状態では、その前段(直前)の遊技状態よりリプレイ役(例えば、当選種別「通常リプレイ1」)の当選確率が高く(例えば、1/3.0)設定されるので、メダルの消費を抑えつつ、ボーナス役に対応する図柄組み合わせを有効ラインA上に表示させるように狙うことができる。そして、遊技者が、ボーナス役に対応する図柄組み合わせを有効ラインA上に表示させると、遊技状態制御手段312は、遊技状態を、内部中遊技状態からボーナス遊技状態に移行する(8)。なお、本実施形態におけるボーナス役のうち、当選役「RBB1」は、後に示すシフトRB仕様の1種ビッグボーナスRBBである。かかるボーナス役は後程詳述する。また、ボーナス遊技状態において、それぞれのボーナス役に対応付けられた所定枚数を超えるメダルが払い出されると、遊技状態制御手段312は、ボーナス役を含む当選種別が決定されたときの遊技状態に拘わらず、遊技状態を、ボーナス遊技状態からRT4遊技状態に移行する(9)。したがって、ボーナス役に当選すると、RT0遊技状態〜RT3遊技状態に移行する前に、必ず、RT4遊技状態を経由することとなる。   Further, in the winning type lottery in any of the gaming states of the RT0 gaming state, the RT1 gaming state, the RT2 gaming state, the RT3 gaming state, and the RT4 gaming state, one of the winning types including the bonus combination is won, and the BB internal winning is performed. When the flag is established, the gaming state control means 312 shifts the gaming state to an internal medium gaming state corresponding to a bonus gaming state preparation state (7). At this time, if the symbol combination corresponding to the bonus combination cannot be displayed on the activated line A, the BB internal winning flag is carried over to the next game as it is (the internal gaming state is maintained), and the next and subsequent times It is possible to display the symbol combination corresponding to the bonus combination on the activated line A also in the game of. In the inside middle game state, the winning probability of the replay combination (for example, the winning type “normal replay 1”) is set to be higher (for example, 1 / 3.0) than the preceding (immediate) gaming state, so that the medal is consumed. , And a symbol combination corresponding to the bonus combination can be displayed on the activated line A. Then, when the player displays the symbol combination corresponding to the bonus combination on the activated line A, the gaming state control means 312 shifts the gaming state from the internal medium gaming state to the bonus gaming state (8). In the present embodiment, among the bonus combinations, the winning combination “RBB1” is a type of big bonus RBB of the shift RB specification described later. Such bonus combination will be described later in detail. Also, in the bonus gaming state, when medals exceeding a predetermined number associated with each bonus combination are paid out, the gaming state control unit 312 determines whether the winning type including the bonus combination is determined regardless of the gaming state. The game state is shifted from the bonus game state to the RT4 game state (9). Therefore, when the player wins the bonus combination, the player always goes through the RT4 gaming state before shifting to the RT0 gaming state to the RT3 gaming state.

そして、RT4遊技状態において、当選種別「打順ベル」に当選し、いずれの小役(当選役「ベル」、「1枚役」)に対応する図柄の組み合わせも有効ラインA上に表示されなかった場合に、ブランク図柄組み合わせに対応する図柄の組み合わせが有効ラインA上に表示されて、遊技状態制御手段312は、遊技状態をRT1遊技状態に移行させる(10)。   Then, in the RT4 game state, the winning type "bat order bell" was won, and the combination of symbols corresponding to any of the small winning combinations (winning role "bell", "1 piece") was not displayed on the active line A. In this case, the symbol combination corresponding to the blank symbol combination is displayed on the activated line A, and the gaming state control means 312 shifts the gaming state to the RT1 gaming state (10).

(演出状態の遷移)
図9は、主制御基板200における演出状態の遷移を説明するための説明図である。以下、主制御基板200において演出状態制御手段314により遷移される演出状態(非AT演出状態、AT演出状態)について詳述する。
(Transition of production state)
FIG. 9 is an explanatory diagram for explaining transition of the effect state on the main control board 200. Hereinafter, the effect states (non-AT effect states, AT effect states) that are transitioned by effect state control means 314 on main control board 200 will be described in detail.

(非AT演出状態)
非AT演出状態は、通常演出状態とチャンス演出状態(チャンスゾーン)とが設けられている。非AT演出状態が実行される際、補助演出の実行頻度がAT演出状態より極めて低く、補助演出がほぼ行われないので、獲得できるメダルの枚数が制限される。通常演出状態は、副制御基板202で管理される複数の演出状態のうち、初期状態に相当する遊技状態である。
(Non-AT production state)
The non-AT effect state includes a normal effect state and a chance effect state (chance zone). When the non-AT effect state is executed, the execution frequency of the auxiliary effect is extremely lower than that of the AT effect state, and the auxiliary effect is hardly performed, so that the number of medals that can be obtained is limited. The normal effect state is a game state corresponding to an initial state among a plurality of effect states managed by the sub-control board 202.

演出状態制御手段314は、通常演出状態における所定の契機で遊技状態をチャンス演出状態に移行し(1)、チャンス演出状態のまま所定の条件が満たされると、例えば、所定の遊技数が消化されると、通常演出状態に戻す(2)。また、演出状態制御手段314は、通常演出状態およびチャンス演出状態において、演出状態をAT演出状態に移行することができる(3)。ただし、チャンス演出状態の方が通常演出状態よりAT演出状態に移行し易いように設定されている。例えば、通常演出状態およびチャンス演出状態のいずれの遊技状態においても、当選種別抽選により決定された当選種別に基づいてAT演出状態へ移行するか否かが抽選(演出状態抽選)により決定される場合に、当選種別毎に対応付けられたAT演出状態へ移行する確率が通常演出状態よりチャンス演出状態の方が高くなっている。したがって、遊技者は、通常演出状態より、チャンス演出状態に滞在することを望むこととなる。また、AT演出状態に移行することなく非AT演出状態で所定の遊技数が消化されると(所謂、天井到達)、演出状態制御手段314は、遊技状態をAT演出状態へ移行する。   The effect state control means 314 shifts the game state to the chance effect state at a predetermined opportunity in the normal effect state (1), and when a predetermined condition is satisfied in the chance effect state, for example, a predetermined number of games is exhausted. Then, it returns to the normal production state (2). In addition, the effect state control means 314 can shift the effect state to the AT effect state in the normal effect state and the chance effect state (3). However, it is set so that the chance effect state is more easily shifted to the AT effect state than the normal effect state. For example, in any of the normal production state and the chance production state, whether or not to shift to the AT production state based on the winning type determined by the winning type lottery is determined by lottery (production state lottery). In addition, the probability of transition to the AT effect state associated with each winning type is higher in the chance effect state than in the normal effect state. Therefore, the player desires to stay in the chance production state rather than the normal production state. Further, when the predetermined number of games is consumed in the non-AT effect state without shifting to the AT effect state (so-called ceiling arrival), the effect state control means 314 shifts the gaming state to the AT effect state.

(AT演出状態)
AT演出状態では、補助演出によって正解操作態様が報知されることで、メダルの消費を抑えつつ、多くのメダルを獲得することが可能となる。したがって、遊技者は、AT演出状態において、非AT演出状態と比べ、遊技を有利に進行することができる。
(AT production state)
In the AT effect state, the correct operation mode is notified by the auxiliary effect, so that it is possible to acquire many medals while suppressing the consumption of medals. Therefore, the player can advance the game more advantageously in the AT effect state than in the non-AT effect state.

また、AT演出状態では、通常AT演出状態、チャンスAT演出状態(特化ゾーン)といった2つのAT演出状態が設けられている。通常AT演出状態は、所定の継続遊技数(例えば、50遊技)を1セットとしてセット数管理により遊技が進行する。演出状態制御手段314は、演出状態が通常AT演出状態に設定されると、ストック(保持)されているセット数を1減算するとともに、継続遊技数を50遊技に設定する。そして、継続遊技数の遊技が終了すると、演出状態制御手段314は、セット数が0であるか(セット数がストックされているか)判定し、セット数が0でない場合には、ストックされているセット数を1減算して、通常AT演出状態を継続させる(4)。ただし、通常AT演出状態の継続時の継続遊技数は30遊技以上の所定の遊技数となる。一方、ストックされているセット数が0である場合には、演出状態制御手段314は、通常AT演出状態を終了し、演出状態をチャンス演出状態へ移行する(5)。また、演出状態制御手段314は、通常AT演出状態において所定条件を満たすと、演出状態をチャンスAT演出状態に移行することができる(6)。   In the AT effect state, two AT effect states are provided, such as a normal AT effect state and a chance AT effect state (specialized zone). In the normal AT effect state, a game proceeds by managing the number of sets with a predetermined number of continuous games (for example, 50 games) as one set. When the effect state is set to the normal AT effect state, the effect state control means 314 subtracts one from the number of sets that are stocked (held) and sets the number of continuous games to fifty games. Then, when the game of the continuous game number ends, the effect state control means 314 determines whether the set number is 0 (whether the set number is stocked). If the set number is not 0, the effect state control means 314 is stocked. The normal AT effect state is continued by subtracting 1 from the set number (4). However, the number of continuous games when the normal AT effect state is continued is a predetermined number of games of 30 games or more. On the other hand, if the number of stocked sets is 0, the effect state control means 314 ends the normal AT effect state and shifts the effect state to the chance effect state (5). The effect state control means 314 can shift the effect state to the chance AT effect state when a predetermined condition is satisfied in the normal AT effect state (6).

チャンスAT演出状態は、所定の遊技数が経過するまで継続し、その間に、通常AT演出状態のセット数を上乗せする。そして、所定の遊技数が終了すると、演出状態制御手段314は、演出状態を通常AT演出状態に移行する(7)。   The chance AT effect state continues until a predetermined number of games elapses, during which the number of sets in the normal AT effect state is added. Then, when the predetermined number of games ends, the effect state control means 314 shifts the effect state to the normal AT effect state (7).

なお、遊技状態および演出状態のいずれにおいても、所定の当選役の入賞または取りこぼしを移行条件とする場合、移行条件を満たすまでの準備状態を経由して(例えば、非AT演出状態から通常AT演出状態(3)、通常AT演出状態からチャンス演出状態(5))、移行先の遊技状態や演出状態に移行する場合がある。   In any of the gaming state and the production state, when a predetermined winning combination is awarded or missed as a transition condition, the transition condition is satisfied through a preparation state until the transition condition is satisfied (for example, from a non-AT production state to a normal AT production state). There is a case where the state transitions from the state (3), the normal AT state to the chance state (5)), to the game state or the state of the transition destination.

このような演出状態を管理するために、メインROM200bには、さらに、複数の演出状態抽選テーブルが格納されている。演出状態制御手段(当選領域決定手段)314は、現在の演出状態に基づいて対応する演出状態抽選テーブルをメインROM200bから抽出するとともに、抽出した演出状態抽選テーブルを参照し、スタートスイッチ118の操作に基づき、複数の演出状態のうち、いずれか1の演出状態を演出状態抽選によって決定する。   In order to manage such an effect state, a plurality of effect state lottery tables are further stored in the main ROM 200b. The effect state control means (winning area determination means) 314 extracts the corresponding effect state lottery table from the main ROM 200b based on the current effect state, and refers to the extracted effect state lottery table to operate the start switch 118. Based on the plurality of effect states, one of the effect states is determined by effect state lottery.

図10は、演出状態抽選テーブルを示す図であり、図10(a)は、通常演出状態に用いられ、図10(b)は、チャンス演出状態に用いられ、図10(c)は、通常AT演出状態に用いられ、図10(d)は、チャンスAT演出状態に用いられる。各演出状態抽選テーブルでは、1または複数の当選領域が区画されており、区画化された各当選領域にはそれぞれ置数と、抽選対象としての演出状態が対応付けられている。それぞれの当選領域に当選する確率は、当選領域に対応付けられた置数を、当選種別抽選乱数の下位1バイトに相当する乱数(以下、演出状態乱数という)の総数(ここでは256)で除算した値となる。例えば、図10(a)の通常演出状態用演出状態抽選テーブルでは、2つの当選領域が区画されており、それぞれ、チャンス演出状態、通常AT演出状態が割り当てられ、当選領域毎の置数に応じて、各演出状態への移行確率が、それぞれ2/256、1/256となる。そして、演出状態乱数が、チャンス演出状態、通常AT演出状態のいずれにも該当ない場合、不当選(ハズレ)が決定される。   FIG. 10 is a diagram showing an effect state lottery table. FIG. 10 (a) is used in a normal effect state, FIG. 10 (b) is used in a chance effect state, and FIG. 10 (c) is a normal effect state. It is used in the AT effect state, and FIG. 10D is used in the chance AT effect state. In each of the effect state lottery tables, one or a plurality of winning regions are partitioned, and each of the partitioned winning regions is associated with a setting number and a rendering state as a lottery target. The probability of winning in each winning area is obtained by dividing the number associated with the winning area by the total number (here, 256) of random numbers (hereinafter referred to as effect state random numbers) corresponding to the lower 1 byte of the winning type random number. Value. For example, in the effect state lottery table for the ordinary effect state in FIG. 10A, two winning areas are partitioned, and a chance effect state and a normal AT effect state are assigned, respectively, according to the number of each winning area. Thus, the transition probabilities to the respective effect states are 2/256 and 1/256, respectively. Then, when the production state random number does not correspond to any of the chance production state and the normal AT production state, a non-winning (losing) is determined.

具体的に、演出状態制御手段314は、その時点の演出状態に基づいて、演出状態抽選テーブルにおける1または複数の当選領域のうち番号の高い方から、順次、置数を取得し、その置数を演出状態乱数から減算して、減算後の値が0未満となると、その時点の当選領域に対応付けられた当選種別を抽選結果とする。ただし、複数の当選領域に対応付けられた置数の範囲のいずれにも乱数が含まれていないと判断すると、すなわち、当選領域のうち番号が最も低い当選領域1に対応付けられた置数を取得し、その置数を、演出状態乱数または前回の減算後の値から減算し、その減算後の値が0以上であれば、演出状態制御手段314は、当該当選種別抽選の結果として不当選を決定する。   Specifically, the effect state control means 314 sequentially obtains the numbers from the higher number of one or a plurality of winning regions in the effect state lottery table based on the effect state at that time, and Is subtracted from the effect state random number, and when the value after the subtraction is less than 0, the winning type associated with the winning area at that time is determined as the lottery result. However, if it is determined that the random number is not included in any of the number ranges associated with the plurality of winning regions, that is, the number associated with the winning region 1 having the lowest number among the winning regions is determined. Then, the obtained number is subtracted from the rendering state random number or the value after the previous subtraction, and if the value after the subtraction is 0 or more, the rendering state control means 314 determines that the winning type lottery has failed. To determine.

例えば、演出状態が通常演出状態である場合に、当選種別抽選乱数として「7730(1E32h)」を生成したとする。なお、「h」はその数値が16進であることを示している。そうすると、演出状態乱数は、当選種別抽選乱数(1E32h)の下位1バイト、すなわち、「50(32h)」となる。演出状態制御手段314は、図10(a)に示す通常演出状態用演出状態抽選テーブルに対応付けられている当選領域の番号が高い方、すなわち、当選領域2から順に置数を取得する。したがって、演出状態制御手段314は、まず、当選領域2の通常AT演出状態の置数である「1」を取得し、その置数「1」を演出状態乱数「50」から減算して減算後の値「49」を導出する。かかる減算後の値は0未満ではないので、演出状態制御手段314は、引き続き、当選領域の番号が次に高い、当選領域1のチャンス演出状態の置数である「2」を取得し、その置数「2」を減算後の値「49」から減算し、さらに減算後の値「47」を導出する。このように、全ての当選領域を参照しても(対応付けられている最後の当選領域を参照しても)、減算後の値が0以上であれば、演出状態制御手段314は、当該演出状態抽選の結果として不当選を決定することとなる。   For example, it is assumed that, when the effect state is the normal effect state, “7730 (1E32h)” is generated as the winning type random number. Note that "h" indicates that the numerical value is hexadecimal. Then, the effect state random number is the lower one byte of the winning type random number (1E32h), that is, “50 (32h)”. The effect state control means 314 acquires the number in the order from the winning area 2 in which the number of the winning area associated with the effect state lottery table for the normal effect state shown in FIG. Therefore, the effect state control means 314 first obtains the number “1”, which is the number of the normal AT effect state in the winning area 2, and subtracts the number “1” from the effect state random number “50”. Of the value “49” is derived. Since the value after the subtraction is not less than 0, the effect state control means 314 continuously obtains “2” which is the number of the chance effect state of the winning area 1 having the next highest number of the winning area, and The number "2" is subtracted from the value "49" after the subtraction, and the value "47" after the subtraction is derived. As described above, even if all the winning areas are referred to (even if the last winning area associated with the winning areas is referred to), if the value after the subtraction is 0 or more, the effect state control unit 314 determines that the effect As a result of the state lottery, a non-winning will be determined.

また、他の演出状態抽選テーブルについても同様に演出状態抽選が実行される。例えば、演出状態がチャンス演出状態であれば、演出状態制御手段314は、図10(b)に示したチャンス演出状態用演出状態抽選テーブルを参照し、演出状態乱数が「0」〜「25」の範囲内であれば、置数「26」を減算した値が0未満となるので、演出状態抽選の結果として通常AT演出状態を決定し、「26」〜「255」の範囲内であれば、減算後の値が0以上となるので、演出状態抽選の結果として不当選を決定する。また、演出状態が通常AT演出状態であれば、演出状態制御手段314は、図10(c)に示した通常AT演出状態用演出状態抽選テーブルを参照し、演出状態乱数が「0」または「1」であれば、置数「2」を減算した値が0未満となるので、演出状態抽選の結果としてチャンスAT演出状態を決定し、「2」〜「255」の範囲内であれば、減算後の値が0以上となるので、演出状態抽選の結果として不当選を決定する。演出状態がチャンスAT演出状態であれば、演出状態制御手段314は、図10(d)に示したチャンスAT演出状態用演出状態抽選テーブルを参照し、演出状態乱数が「0」〜「127」の範囲内であれば、置数「128」を減算した値が0未満となるので、演出状態抽選の結果として通常AT演出状態のセット数の上乗せを決定し、「128」〜「255」の範囲内であれば、減算後の値が0以上となるので、演出状態抽選の結果として不当選を決定する。   In addition, the effect state lottery is similarly executed for the other effect state lottery tables. For example, if the production state is the chance production state, the production state control unit 314 refers to the production state lottery table for the chance production state shown in FIG. 10B, and the production state random number is “0” to “25”. If the value is within the range, the value obtained by subtracting the number “26” is less than 0. Therefore, the normal AT production state is determined as a result of the production state lottery, and if it is within the range of “26” to “255”. , Since the value after the subtraction is equal to or greater than 0, the non-winning is determined as a result of the effect state lottery. If the effect state is the normal AT effect state, the effect state control means 314 refers to the effect state lottery table for the normal AT effect state shown in FIG. 10C, and the effect state random number is “0” or “ If “1”, the value obtained by subtracting the number “2” is less than 0, so that the chance AT production state is determined as a result of the production state lottery, and if it is within the range of “2” to “255”, Since the value after the subtraction is equal to or greater than 0, a non-winning is determined as a result of the effect state lottery. If the production state is the chance AT production state, the production state control means 314 refers to the production state lottery table for the chance AT production state shown in FIG. 10D, and the production state random number is “0” to “127”. If the value is within the range, the value obtained by subtracting the numeric value “128” is less than 0. Therefore, as a result of the production state lottery, the additional number of the set of the normal AT production state is determined, and “128” to “255” is added. If it is within the range, the value after the subtraction is 0 or more, so that the unwinning is determined as a result of the effect state lottery.

このように、演出状態制御手段314が、複数の当選領域に対応付けられた置数の範囲のいずれにも乱数が含まれていなければ不当選を決定する構成を採用することで、演出状態抽選テーブルに対応付けられた当選領域全ての置数の合計を置数の総数(256)未満としさえすれば、置数の合計と総数とを同一にする必要がなくなる。ここで、複数の当選領域に対応付けられた置数の範囲のいずれにも乱数が含まれていない場合の不当選の置数は、総数から演出状態抽選テーブルに対応付けられた当選領域全ての置数の合計を減算した値に相当することとなる。したがって、各当選領域の置数を変更した場合に、その変更を他の置数に反映しなくとも、不当選に相当する置数が自動的に変更されることとなるので、不当選の置数を計算する必要がなくなり、設計やデバッグの負荷を抑制することが可能となる。また、このような構成により、不当選という当選領域自体を設けなくてもよくなるので、メモリ容量の増大を抑制することもできる。   As described above, the effect state control means 314 adopts a configuration in which a random determination is made if any of the numbers in the range of numbers associated with the plurality of winning regions does not include a random number. As long as the sum of the numbers of all the winning regions associated with the table is less than the total number (256) of the numbers, it is not necessary to make the total of the numbers equal to the total number. Here, when the random number is not included in any of the ranges of the numbers assigned to the plurality of winning regions, the number of unsuccessful elections is calculated from the total number of the winning regions associated with the effect state lottery table. This is equivalent to a value obtained by subtracting the sum of the numbers. Therefore, when the number of each winning area is changed, the number corresponding to the non-winning will be automatically changed even if the change is not reflected in the other numbers. There is no need to calculate the number, and it is possible to reduce the load of design and debugging. In addition, with such a configuration, it is not necessary to provide a winning region itself, which is a non-winning, so that an increase in memory capacity can be suppressed.

なお、ここでは、図10(d)のチャンスAT演出状態用演出状態抽選テーブルを用い、抽選対象としてのセット数の上乗せが当選確率128/256(50%)で決定され、セット数の上乗せが決定されなかった場合、すなわち、128/256(50%)で不当選が決定される例を挙げて説明した。しかし、このような抽選対象として何らかの遊技利益の当選、または、遊技利益の不当選の二択を準備した場合において、遊技の進行により、所定の契機で抽選対象に100%当選する仕様を設けることがある。例えば、チャンスAT演出状態に移行した後、所定の遊技数が経過するまでの所定の契機(例えば、所定の当選種別の当選)に応じ、100%の当選確率でセット数の上乗せを行うといった仕様にすることが考えられる。   Here, using the production state lottery table for the chance AT production state shown in FIG. 10D, the addition of the number of sets as the lottery target is determined with the winning probability of 128/256 (50%), and the addition of the number of sets is determined. In the case where no decision has been made, that is, an example in which a non-winning is decided at 128/256 (50%) has been described. However, in the case where such a lottery target is prepared for the selection of some kind of game profit or the non-winning of the game profit, it is necessary to provide a specification that 100% wins the lottery target at a predetermined opportunity according to the progress of the game. There is. For example, a specification in which the number of sets is added with a 100% winning probability in accordance with a predetermined opportunity (for example, winning of a predetermined winning type) after a transition to the chance AT production state and a predetermined number of games elapses. It can be considered.

図11は、演出状態抽選テーブルを示す図である。所定の契機において、100%の確率でセット数の上乗せを行うためには、その置数を256以上に設定すればよい。具体的に、演出状態制御手段314は、図11(a)に示すチャンスAT演出状態用演出状態抽選テーブルに対応付けられている当選領域の番号が高い方、すなわち、当選領域1から順に(ここでは、当選領域1のみ)置数を取得する。したがって、演出状態制御手段314は、まず、当選領域1のセット数の上乗せの置数である「256」を取得し、その置数「256」を演出状態乱数から減算して減算後の値を導出する。ここで、演出状態乱数は「0」〜「255」の値をとるので、減算後の値は必ず0未満となる。そうすると、演出状態制御手段314は、その時点の当選領域に対応付けられたセット数の上乗せを演出状態抽選の結果として決定する。このように、乱数の範囲が1バイト(0〜255)である場合に、当選に対応する当選領域の置数を256以上とすることで(乱数から置数を減算した値が必ず0未満となるので)、所定の遊技利益に100%当選させることができる。   FIG. 11 is a diagram illustrating an effect state lottery table. In order to add the number of sets with a probability of 100% at a predetermined opportunity, the number of sets may be set to 256 or more. Specifically, the effect state control unit 314 determines the winning area number that is associated with the chance AT effect state effect state lottery table shown in FIG. Then, only the winning area 1) is obtained. Therefore, the effect state control means 314 first obtains “256”, which is an additional number of the set number of the winning area 1, and subtracts the number “256” from the effect state random number to obtain a value after the subtraction. Derive. Here, the effect state random number takes a value from “0” to “255”, so the value after subtraction is always less than 0. Then, the effect state control unit 314 determines an additional number of sets associated with the winning area at that time as a result of the effect state lottery. As described above, when the range of the random number is 1 byte (0 to 255), by setting the number of the winning area corresponding to the winning to 256 or more (the value obtained by subtracting the number from the random number is always less than 0). ), It is possible to win 100% of the predetermined game profit.

しかし、256以上の数値は16進数で2バイト以上のデータ長を有する。したがって、256以上の数値を置数として設定するには、メインROM200bにおいて2バイト以上の占有領域を要することとなる。この場合、同一の演出状態抽選テーブルにおいて1バイトの置数と2バイトの置数が混在することとなり、抽選処理の単純化のため、演出状態抽選テーブルの全ての当選領域における置数のデータ長を2バイトに統一(共通化)しなければならなくなり、メインROM200bにおける占有領域がより増加することとなる。また、このようなデータ長の統一を行わないとしても、演出状態制御手段314が置数を取得する際に、1つのアドレスに記載された1バイトの置数を取得するのか、2つのアドレスに跨がる2バイトの置数を取得するのかを識別する処理が必要となり、やはり、メインROM200bにおける占有領域が増大してしまう。特に、本実施形態のように主制御基板200の演出状態制御手段314によって演出状態も制御する場合、このようなメインROM200bにおける占有領域の圧迫により、他のプログラムが制限される結果を招く。そこで、本実施形態では、抽選対象に100%当選する仕様を設けた場合であっても、メインROM200bにおける占有領域の増加を抑制する。   However, a numerical value of 256 or more has a data length of 2 bytes or more in hexadecimal. Therefore, in order to set a numerical value of 256 or more as a numeric value, an occupied area of 2 bytes or more in the main ROM 200b is required. In this case, the 1-byte number and the 2-byte number are mixed in the same production state lottery table. To simplify the lottery process, the data length of the number in all the winning regions of the production state lottery table is used. Must be unified (shared) into two bytes, and the occupied area in the main ROM 200b further increases. Even if such unification of data length is not performed, when the effect state control means 314 obtains a numerical value, the effect state control means 314 may obtain a 1-byte numerical value described in one address or a two-byte numerical value. It is necessary to perform a process of identifying whether to acquire a 2-byte straddling number, and the occupied area in the main ROM 200b also increases. In particular, when the effect state is also controlled by the effect state control means 314 of the main control board 200 as in the present embodiment, the compression of the occupied area in the main ROM 200b results in the restriction of other programs. Therefore, in the present embodiment, even if the lottery target is provided with a specification of winning 100%, an increase in the occupied area in the main ROM 200b is suppressed.

具体的に、図11(b)に示すように、チャンスAT演出状態用演出状態抽選テーブルにおいて、当選領域1に、遊技利益であるセット数の上乗せを対応付ける代わりに、不当選を対応付ける。そして、その不当選の置数を「0」とする。ここで、演出状態制御手段314は、例えば、当選種別抽選により当選種別「強チェリーリプレイ」に当選した等、所定の契機に応じて、図11(b)に示すチャンスAT演出状態用演出状態抽選テーブルに対応付けられている当選領域の番号が高い当選領域1の置数を取得する。したがって、演出状態制御手段314は、まず、当選領域1の不当選の置数である「0」を取得し、その置数「0」を演出状態乱数から減算して減算後の値を導出する。ここで、演出状態乱数は「0」〜「255」の値をとるので、減算後の値は必ず0以上となる。このように、全ての当選領域を参照しても、減算後の値が0以上であれば、演出状態制御手段314は、当該演出状態抽選の結果としてセット数の上乗せを決定する。   Specifically, as shown in FIG. 11 (b), in the effect state lottery table for the chance AT effect state, non-winnings are associated with the winning area 1 in place of associating an additional set of game profits. Then, the number of the unsuccessful election is set to “0”. Here, the production state control means 314 performs the production state lottery for the chance AT production state shown in FIG. 11 (b) in response to a predetermined trigger such as, for example, winning the winning type “strong cherry replay” by the winning type lottery. The number of the winning area 1 having a high number of the winning area associated with the table is acquired. Therefore, the effect state control means 314 first obtains the number “0”, which is the number of non-winnings in the winning area 1, and derives the value after subtraction by subtracting the number “0” from the random number of the effect state. . Here, the effect state random number takes a value from “0” to “255”, so the value after subtraction is always 0 or more. As described above, even if all winning regions are referred to, if the value after subtraction is 0 or more, the effect state control unit 314 determines an additional set number as a result of the effect state lottery.

ここでは、0%の当選確率で不当選を決定することで、裏返しに、100%の当選確率で所定の遊技利益(セット数の上乗せ)を決定している。こうして、当選領域に対応付けられた置数の範囲のいずれにも乱数が含まれていなければ、何らかの抽選結果を決定するといった従来から構築してきた抽選手順を変更することなく、所定の遊技利益に100%当選させることを実現しつつ、置数を「0」とすることで、そのデータ長を1バイトで表すことができる。こうして、メインROM200bにおける占有領域の増加を抑制することが可能となる。   Here, by determining the non-winning with a winning probability of 0%, the predetermined game profit (addition of the number of sets) is determined with the winning probability of 100% inside out. In this way, if no random number is included in any of the ranges of numbers associated with the winning area, a predetermined game profit can be obtained without changing a conventionally-developed lottery procedure such as determining some sort of lottery result. By setting the entry number to “0” while achieving 100% winning, the data length can be represented by 1 byte. Thus, it is possible to suppress an increase in the occupied area in the main ROM 200b.

また、このように、所定の遊技利益に100%当選させることを実現しつつ、抽選結果として不当選も含むように、すなわち、所定の遊技利益に、100%以外の所定の当選確率で当選させる遊技性を実現することもできる。例えば、図11(c)のチャンスAT演出状態用演出状態抽選テーブルにおいては、当選領域1に、置数を「128」とする不当選が対応付けられている。そうすると、演出状態制御手段314は、例えば、当選種別抽選により当選種別「スイカ」に当選した等、所定の契機に応じて、図11(c)に示すチャンスAT演出状態用演出状態抽選テーブルに対応付けられている当選領域の番号が高い当選領域1の置数を取得する。したがって、演出状態制御手段314は、当選領域1の不当選の置数である「128」を取得し、その置数「128」を演出状態乱数から減算して減算後の値を導出する。ここで、演出状態乱数は「0」〜「255」の値をとるので、減算後の値は128/256の確率で0未満となる。そうすると、結果的に、演出状態制御手段314は、当該演出状態抽選の結果として128/256の確率でセット数の上乗せを決定し、128/256の確率で不当選を決定することとなる。同様に、図11(d)のチャンスAT演出状態用演出状態抽選テーブルにおいては、当選領域1に、置数を「250」とする不当選が対応付けられている。そうすると、演出状態制御手段314は、例えば、当選種別抽選により当選種別「共通ベル」に当選した等、所定の契機に応じて、図11(d)に示すチャンスAT演出状態用演出状態抽選テーブルに対応付けられている当選領域の番号が高い当選領域1の置数を取得する。したがって、演出状態制御手段314は、当選領域1の不当選の置数である「250」を取得し、その置数「250」を演出状態乱数から減算して減算後の値を導出する。ここで、演出状態乱数は「0」〜「255」の値をとるので、減算後の値は250/256の確率で0未満となる。そうすると、結果的に、演出状態制御手段314は、当該演出状態抽選の結果として6/256の確率でセット数の上乗せを決定し、250/256の確率で不当選を決定することとなる。   In addition, in this way, while realizing that the predetermined game profit is won by 100%, the lottery result includes the non-winning, that is, the predetermined game profit is won with a predetermined winning probability other than 100%. Playability can also be realized. For example, in the production state lottery table for the chance AT production state in FIG. 11C, the winning area 1 is associated with the non-winning with the setting number of “128”. Then, the production state control means 314 corresponds to the production state lottery table for the chance AT production state shown in FIG. 11 (c) in response to a predetermined trigger such as, for example, winning the winning type “watermelon” by the winning type lottery. The number of the winning area 1 having the higher number of the assigned winning area is acquired. Therefore, the effect state control means 314 obtains “128” which is the number of non-winnings in the winning area 1 and subtracts the number “128” from the effect state random number to derive a value after the subtraction. Here, the effect state random number takes a value from “0” to “255”, and thus the value after subtraction is less than 0 with a probability of 128/256. Then, as a result, the effect state control means 314 determines an additional number of sets with a probability of 128/256 as a result of the effect state lottery, and determines a non-winning with a probability of 128/256. Similarly, in the production state lottery table for the chance AT production state in FIG. 11D, the winning area 1 is associated with the non-winning with the number set to “250”. Then, the production state control means 314 sets the production state production state lottery table for the chance AT production state shown in FIG. 11D in accordance with a predetermined trigger such as, for example, winning the winning type “common bell” by the winning type lottery. The number of the winning area 1 having the higher number of the corresponding winning area is acquired. Therefore, the effect state control unit 314 obtains “250”, which is the number of non-winnings in the winning region 1, and derives the value after subtraction by subtracting the number “250” from the effect state random number. Here, the effect state random number takes a value from “0” to “255”, and thus the value after subtraction is less than 0 with a probability of 250/256. Then, as a result, the effect state control means 314 determines an additional set number with a probability of 6/256 as a result of the effect state lottery, and determines a non-winning with a probability of 250/256.

こうして、例えば、相異なる契機に応じ、所定の遊技利益に100%当選させる遊技性と、所定の遊技利益に、100%以外の所定の当選確率で当選させる遊技性を混在させることが可能となる。   In this way, for example, it is possible to mix the gaming ability to win the predetermined game profit 100% and the gaming ability to win the predetermined game profit with a predetermined winning probability other than 100% according to different occasions. .

また、かかる構成により、例えば、100%当選する当選領域を設定するために、通常、置数が2バイトの値(「256」)になってしまうところ、不当選に相当する1バイトの値(「0」)で表すことができるので、全ての当選領域の置数を1バイトに共通化することができる。すなわち、同一の抽選テーブルに1バイトの置数と2バイトの置数とが混在する状態を回避でき、また、置数を取得する際に1つのアドレスに記載された1バイトの置数を取得するのか、2つのアドレスに跨がる2バイトの置数を取得するのかを識別する処理も不要となるので、メインROM200bにおける占有領域を圧迫することがない。   In addition, with such a configuration, for example, in order to set a winning area in which 100% is won, the set number usually becomes a value of 2 bytes (“256”), but a value of 1 byte (“256”) corresponding to a non-winning Since it can be represented by “0”), the numbers of all the winning areas can be shared by one byte. In other words, it is possible to avoid a situation where a 1-byte number and a 2-byte number are mixed in the same lottery table, and obtain the 1-byte number described in one address when obtaining the number. This eliminates the need to determine whether to perform the operation or to obtain a 2-byte number extending over two addresses, so that the occupied area in the main ROM 200b is not pressed.

なお、ここでは、所定の契機(例えば、当選種別の当選)に応じてチャンスAT演出状態用演出状態抽選テーブルを決定し、置数を取得する例を挙げて説明したが、図11(b)〜図11(d)に示すように、当選領域1の置数のみが異なる場合、所定の契機に応じ、チャンスAT演出状態用演出状態抽選テーブルを参照することなく、置数(例えば、0、128、250)のみを参照してもよい。また、例えば、図6、図7に示した当選種別抽選テーブルの各当選種別を複数のグループに分け、そのグループ毎に置数(例えば、0、128、250)を割り当てるとしてもよい。かかる構成により、所定の遊技利益に100%当選させる遊技性を実現しつつ、所定の遊技利益の抽選処理負荷を軽減することが可能となる。   Here, an example has been described in which an effect state lottery table for a chance AT effect state is determined in accordance with a predetermined opportunity (for example, winning of a winning type) and the number is obtained, but FIG. As shown in FIG. 11D, when only the numbers of the winning areas 1 are different, the number of the characters (for example, 0, 0, etc.) is referred to in accordance with a predetermined opportunity without referring to the chance AT effect state effect state lottery table. 128, 250) alone. Further, for example, each winning type in the winning type lottery table shown in FIGS. 6 and 7 may be divided into a plurality of groups, and the numbers (for example, 0, 128, and 250) may be assigned to each group. With such a configuration, it is possible to reduce the load on the lottery process of the predetermined game profit while realizing the game property of winning the predetermined game profit 100%.

ただし、かかる構成において100%不当選となる遊技性を採用しようとすると、図11(a)を用いて説明した100%当選となる遊技性を採用した場合と同等の問題が生じる。すなわち、100%不当選としようとすると、図11(b)〜図11(d)の当選領域1の置数を256とする必要が生じ、やはり、そのデータ長として2バイトを要することになる。そこで、ここでは、100%不当選となる遊技性を採用する場合に限って、上述した乱数から置数を減算して減算後の値が0未満であるか否か判定する構成を省略し、強制的に不当選を決定することとする。例えば、当選種別抽選により当選種別「通常リプレイ1」に当選した等、特定の契機において、演出状態制御手段314は、図11(b)〜図11(d)のようなチャンスAT演出状態用演出状態抽選テーブルを参照することなく、強制的に、不当選を決定する。ここで、100%不当選の場合に、チャンスAT演出状態用演出状態抽選テーブルを参照することなく、強制的に、不当選を決定するロジックを用い、100%当選の場合、上述したように、0%の当選確率で不当選を決定することで、100%の当選確率で所定の遊技利益を決定するロジックを用いるのは以下の理由による。すなわち、100%当選の場合にも抽選テーブルを参照することなく、強制的に、当選を決定するロジックを設定した場合、仮に開発途中に設計変更があり、100%当選となっていた遊技利益が100%当選ではなくなると、改めて、ロジック自体を変更し、抽選テーブル、当選領域、置数を設定しなければならないからである。ここでは、0%の当選確率で不当選を決定することで、100%の当選確率で所定の遊技利益を決定するロジックを用いているので、仮に、設計変更があった場合においても、その不当選の置数を変更するだけで足り、設計負荷を軽減することができる。   However, in this configuration, when trying to adopt a game property that results in 100% non-winning, a problem equivalent to the case where the game property that achieves 100% win described with reference to FIG. In other words, in order to achieve 100% non-winning, it is necessary to set the number of the winning area 1 in FIGS. 11B to 11D to 256, which also requires 2 bytes as the data length. . Therefore, here, only in the case of adopting a gaming property that results in 100% non-winning, a configuration in which the set number is subtracted from the above-mentioned random number and whether the value after the subtraction is less than 0 is omitted, The non-election will be forcibly decided. For example, at a specific occasion, such as when the winning type “normal replay 1” is won by the winning type lottery, the production state control unit 314 performs the production for the chance AT production state as shown in FIGS. 11B to 11D. The non-winning is forcibly determined without referring to the state lottery table. Here, in the case of a 100% unsuccessful election, the logic for forcibly determining the unsuccessful election is used without referring to the production state lottery table for the chance AT effect state. The reason for determining a predetermined game profit with a 100% winning probability by determining a non-winning with a 0% winning probability is as follows. In other words, even in the case of 100% winning, if the logic for deciding the winning is forcibly set without referring to the lottery table, if there is a design change during the development, the gaming profit which has been 100% winning is reduced. This is because when the winning is no longer 100%, the logic itself must be changed again to set the lottery table, the winning area, and the number. Here, the non-winning is determined with the 0% winning probability, and the logic for determining the predetermined game profit with the 100% winning probability is used. It is enough to change the number of winnings, and the design load can be reduced.

なお、ここでは、図11(b)に示したように、置数を「0」とする当選領域を1つのみ設ける例を挙げて説明したが、かかる場合に限らず、置数を「0」とする当選領域を複数設けてもよい。例えば、所定の遊技利益が複数存在する場合において、そのうちの1の遊技利益(例えば、セット数の上乗せ)を100%当選させる場合、チャンスAT演出状態用演出状態抽選テーブルの各当選領域に、置数を「0」とする不当選に加え、置数を「0」とする複数の遊技利益のうち1の遊技利益と異なる他の遊技利益(例えば、遊技数の上乗せ)を設定する。この場合、演出状態制御手段314は、まず、当選領域2の不当選の置数である「0」を取得し、その置数「0」を演出状態乱数から減算して減算後の値を導出する。続いて、演出状態制御手段314は、当選領域1の他の遊技利益の置数である「0」を取得し、その置数「0」を演出状態乱数から減算して減算後の値を導出する。ここで、演出状態乱数は「0」〜「255」の値をとるので、減算後の値は必ず0以上となる。このように、全ての当選領域を参照しても、減算後の値が0以上であれば、演出状態制御手段314は、当該演出状態抽選の結果として1の遊技利益の当選を決定する。   Here, as shown in FIG. 11B, an example has been described in which only one winning region having the number of entries of “0” is provided. However, the present invention is not limited to such a case, and the number of entries is “0”. May be provided. For example, in a case where a plurality of predetermined game profits are present, when one of the game profits (for example, the addition of the number of sets) is to be won 100%, the game state is placed in each winning area of the production state lottery table for the chance AT production state. In addition to the non-winning of which the number is “0”, other game profits (for example, adding the number of games) different from one game profit among a plurality of game profits whose number is “0” are set. In this case, the effect state control means 314 first obtains the number "0", which is the number of unwinning in the winning area 2, and derives the value after subtraction by subtracting the number "0" from the effect state random number. I do. Subsequently, the effect state control unit 314 obtains “0”, which is the number of other game profits in the winning area 1, and derives the value after subtraction by subtracting the number “0” from the effect state random number. I do. Here, the effect state random number takes a value from “0” to “255”, so the value after subtraction is always 0 or more. In this way, even if all winning regions are referred to, if the value after the subtraction is 0 or more, the effect state control unit 314 determines the winning of one gaming profit as a result of the effect state lottery.

また、ここでは、当選領域を参照する順は、その番号が高い順(高→低)に限られず、番号が低い順(低→高)を採用してもよい。この場合、各種抽選テーブルに対応する当選領域のうち、番号が最大となる当選領域の置数を減算しても、その減算後の値が0以上であれば、演出状態制御手段314は、抽選結果として所定の遊技利益を決定する。   Here, the order in which the winning regions are referred to is not limited to the order with the highest number (high → low), but may be the order with the lowest number (low → high). In this case, among the winning areas corresponding to the various lottery tables, even if the number of the winning area having the largest number is subtracted, if the value after the subtraction is 0 or more, the effect state control means 314 determines the lottery. As a result, a predetermined game profit is determined.

また、ここでは、演出状態制御手段314が、その時点の演出状態に基づいて、演出状態抽選テーブルにおける複数の当選領域から、順次、置数を取得し、その置数を、演出状態乱数(初回)から、または、前回の減算後の値(初回以外)から減算して、その減算後の値が0未満となると、その時点の当選領域に対応付けられた抽選対象を抽選結果とする例を挙げて説明したが、減算に限らず、加算(積算)を利用する手法を用いてもよい。例えば、演出状態制御手段314は、その時点の演出状態に基づいて、演出状態抽選テーブルにおける複数の当選領域から、順次、置数を取得し、その置数を順次加算し、毎回、同一の演出状態乱数から減算して、その減算後の値が0未満の場合に、その時点の当選領域に対応付けられた抽選対象を抽選結果としてもよい。また、ここでは、乱数から置数を減算し、その減算後の値が0未満であるか否か判定しているが、プログラム言語(例えばZ80)における比較命令(CP命令)を行い、乱数の方が大きい場合(FレジスタのCフラグが立っていれば)、その時点の当選領域を抽選結果としてもよい。   Further, here, the effect state control means 314 sequentially acquires numbers from a plurality of winning regions in the effect state lottery table based on the effect state at that time, and stores the number as an effect state random number (first time). ) Or from the value after the previous subtraction (other than the first time), and when the value after the subtraction is less than 0, the lottery target associated with the winning area at that time is set as the lottery result. Although described above, a technique using not only subtraction but also addition (integration) may be used. For example, the effect state control means 314 sequentially obtains numbers from a plurality of winning regions in the effect state lottery table based on the effect state at that time, sequentially adds the numbers, and each time, the same effect is performed. If the value after the subtraction is less than 0 by subtracting from the state random number, the lottery target associated with the winning area at that time may be used as the lottery result. Here, the numerical value is subtracted from the random number, and it is determined whether the value after the subtraction is less than 0. However, a comparison instruction (CP instruction) in a programming language (for example, Z80) is performed, and the random number is determined. If it is larger (if the C flag of the F register is set), the winning area at that time may be used as the lottery result.

また、ここでは、乱数が1バイト(0〜255)の例を挙げて説明したが、2バイト以上であってもよい。例えば、乱数が2バイト(0〜65536)であった場合でも、抽選テーブルにおいて置数が「0」である当選領域を割り当て、演出状態制御手段314は、当選領域に対応付けられた置数の範囲のいずれにも乱数が含まれていないことをもって、所定の遊技利益の当選を示す抽選結果を決定する。   Also, here, an example has been described in which the random number is 1 byte (0 to 255), but the random number may be 2 bytes or more. For example, even when the random number is 2 bytes (0 to 65536), the lottery table assigns a winning area whose number is “0”, and the effect state control unit 314 determines the number of numbers associated with the winning area. The fact that no random number is included in any of the ranges determines the lottery result indicating the winning of the predetermined game profit.

また、ここでは、抽選対象として、所定の遊技利益(例えば、セット数の上乗せ)と不当選の2つを挙げて説明したが、必ずしも一方を不当選としなくてもよく、例えば、所定の第1遊技利益と、第1遊技利益と異なる所定の第2遊技利益とを抽選対象とすることができる。この場合、一方を置数0として当選領域に割り当てることで他方に100%当選させることが可能となる。   Also, here, two lottery targets, a predetermined game profit (for example, an additional number of sets) and a non-winning, have been described. However, it is not always necessary to set one of them as a non-winning. One game profit and a predetermined second game profit different from the first game profit can be set as a lottery target. In this case, by assigning one to the winning area with a numerical value of 0, it is possible for the other to win 100%.

また、ここでは、当選領域決定手段として、セット数の上乗せ等の遊技利益を抽選により決定する演出状態制御手段314を挙げて説明したが、かかる場合に限らず、当選種別抽選手段304、遊技状態制御手段312、演出制御手段334等、遊技利益や演出を抽選により決定する様々な他の手段にも適用できる。   Also, here, as the winning area determination means, the effect state control means 314 which determines the game profit such as the addition of the number of sets by lottery has been described. However, the present invention is not limited to such a case. The control means 312 and the effect control means 334 can be applied to various other means for determining the game profit and the effect by lottery.

以下、主制御基板200、副制御基板202における具体的処理をフローチャートに基づいて説明する。   Hereinafter, specific processing in the main control board 200 and the sub control board 202 will be described with reference to flowcharts.

(主制御基板200のメイン処理)
図12は、主制御基板200のメイン処理を示したフローチャートである。ここでは、まず、主制御基板200のメイン処理に沿って、初期化後の1遊技の概略を説明し、その後、各処理の詳細について説明する。また、ここでは、本実施形態の特徴に関係する処理について詳細に説明し、本実施形態の特徴と無関係の構成については説明を省略する。また、詳細な説明は省略するが、各処理が遂行される際、各処理において用いられるスイッチ(ベットスイッチ116、スタートスイッチ118、ストップスイッチ120a、120b、120c)は、処理の開始時に有効化され、処理の終了時に無効化される。
(Main processing of main control board 200)
FIG. 12 is a flowchart showing the main processing of the main control board 200. Here, first, an outline of one game after initialization will be described along the main processing of the main control board 200, and then details of each processing will be described. In addition, here, the processing related to the features of the present embodiment will be described in detail, and the description of the configuration unrelated to the features of the present embodiment will be omitted. Although detailed description is omitted, when each process is performed, the switches (the bet switch 116, the start switch 118, the stop switches 120a, 120b, and 120c) used in each process are enabled at the start of the process. , Is invalidated at the end of the process.

(ステップS100)
電源スイッチ144を介してスロットマシン100の電源が投入され、通電状態になると、初期化手段300は、遊技開始に備え初期化処理を実行する。初期化手段300は、電源が投入されている間、随時バックアップデータを生成し、そのバックアップデータをメインRAM200cに保持している。したがって、不意の電断が生じたとしても、この初期化処理において、保持されたバックアップデータを用い電断前の状態に復帰させることができる。例えば、リール110の回転中に不意の電断が起きたとしても、復帰動作後に再度各リール110が回転している状態から開始される。したがって、初期化処理では、基本的に、メインRAM200cの初期化(RAMクリア)は行われない。
(Step S100)
When the power of the slot machine 100 is turned on via the power switch 144 and the slot machine 100 is energized, the initialization means 300 executes an initialization process in preparation for the start of the game. The initialization unit 300 generates backup data as needed while the power is turned on, and holds the backup data in the main RAM 200c. Therefore, even if a sudden power failure occurs, in the initialization processing, the state before the power failure can be restored by using the held backup data. For example, even if an unexpected power interruption occurs during the rotation of the reel 110, the operation is started from a state where each reel 110 is rotating again after the return operation. Therefore, in the initialization process, basically, the initialization (RAM clear) of the main RAM 200c is not performed.

(ステップS200)
続いて、遊技者によるベットスイッチ116の操作、または、メダル投入部114へのメダルの投入を通じ、ベット手段302がメダルをベットする。また、コマンド送信手段316は、その操作がなされたことを示す投入コマンドを生成し、生成された投入コマンドを副制御基板202に送信する。
(Step S200)
Subsequently, the bet unit 302 bets medals through the operation of the bet switch 116 by the player or the insertion of medals into the medal insertion unit 114. Further, the command transmitting unit 316 generates an input command indicating that the operation has been performed, and transmits the generated input command to the sub-control board 202.

(ステップS300)
次に、当選種別抽選手段304は、スタートスイッチ118に対する遊技開始操作を有効化し、スタートスイッチ118の操作待ち状態に移行する。ここで、当選種別抽選手段304は、遊技者によるスタートスイッチ118の操作に応じて、主制御基板200の乱数発生器200dによって更新された当選種別抽選乱数から、スタートスイッチ118が操作された時点における1の当選種別抽選乱数を取得する。そして、当選種別抽選手段304は、図6、図7に示した当選種別抽選テーブルから、現在設定されている遊技状態に対応する1の当選種別抽選テーブルを決定するとともに、取得した当選種別抽選乱数が、決定した当選種別抽選テーブルにおけるいずれの当選領域に対応するか判定し、判定された当選領域の当選種別または不当選を抽選結果として決定する。かかる抽選処理S300は後程詳述する。
(Step S300)
Next, the winning type lottery means 304 validates the game start operation on the start switch 118, and shifts to a state of waiting for the operation of the start switch 118. Here, according to the operation of the start switch 118 by the player, the winning type lottery means 304 determines the winning type lottery random number updated by the random number generator 200d of the main control board 200 at the time when the start switch 118 is operated. The winning random number of 1 winning type is acquired. The winning type lottery means 304 determines one winning type lottery table corresponding to the currently set gaming state from the winning type lottery tables shown in FIGS. Determines which winning area in the determined winning type lottery table corresponds, and determines the winning type or non-winning of the determined winning area as a lottery result. The lottery process S300 will be described later in detail.

また、コマンド送信手段316は、スタートスイッチ118の操作に応じて抽選結果が決定された後、当選種別抽選の抽選結果(当選種別または不当選)や遊技状態に関する情報等を含む当選種別コマンドを生成し、生成された当選種別コマンドを副制御基板202に送信する。   After the lottery result is determined in accordance with the operation of the start switch 118, the command transmission unit 316 generates a winning type command including information on a lottery result (winning type or non-winning) of the winning type lottery and a game state. Then, the generated winning type command is transmitted to the sub control board 202.

(ステップS400)
スタートスイッチ118が操作されると、リール制御手段306は、ステッピングモータ152を駆動して左リール110a、中リール110b、右リール110cを回転させる。このリール回転処理においては、前回の1遊技における左リール110a、中リール110b、右リール110cの回転開始時点から所定の時間(例えば4.1秒)が経過すると(ウェイト)、当該遊技における左リール110a、中リール110b、右リール110cの回転を開始し、左リール110a、中リール110b、右リール110cの全てが定速回転となったところで、ステップS500に処理を移す。
(Step S400)
When the start switch 118 is operated, the reel control means 306 drives the stepping motor 152 to rotate the left reel 110a, the center reel 110b, and the right reel 110c. In this reel rotation processing, when a predetermined time (for example, 4.1 seconds) elapses from the start of rotation of the left reel 110a, the middle reel 110b, and the right reel 110c in one previous game (weight), the left reel in the game is waited. The rotation of the reel 110a, the center reel 110b, and the right reel 110c is started. When all of the left reel 110a, the center reel 110b, and the right reel 110c are rotated at a constant speed, the process proceeds to step S500.

(ステップS500)
続いて、リール制御手段306は、ストップスイッチ120a、120b、120cを有効化し、遊技者によるストップスイッチ120a、120b、120cの操作を受け付けると、その操作に対応する左リール110a、中リール110b、右リール110cのいずれかを停止制御する。
(Step S500)
Subsequently, the reel control unit 306 activates the stop switches 120a, 120b, and 120c, and when the player operates the stop switches 120a, 120b, and 120c, the left reel 110a, the middle reel 110b, and the right reel corresponding to the operation. Stop control of one of the reels 110c.

また、コマンド送信手段316は、ストップスイッチ120a、120b、120cのいずれかの操作がなされると、操作がなされたストップスイッチ120a、120b、120cの情報を示す停止コマンド(第1停止コマンド、第2停止コマンド、第3停止コマンド)を操作の度に生成し、生成された停止コマンドを順次、副制御基板202に送信する。   When any one of the stop switches 120a, 120b, 120c is operated, the command transmission unit 316 outputs a stop command (first stop command, second stop command) indicating information of the operated stop switch 120a, 120b, 120c. A stop command and a third stop command are generated for each operation, and the generated stop commands are sequentially transmitted to the sub-control board 202.

(ステップS600)
次に、判定手段308は、図3(b)に示した有効ラインA上に表示された図柄組み合わせが予め定められたどの組み合わせに相当するかを判定し、その図柄組み合わせに応じて遊技状態の変更やリプレイに際して要求される種々の処理を実行する。また、コマンド送信手段316は、有効ラインA上に表示された図柄組み合わせや、有効ラインA上に小役に対応する図柄組み合わせが表示された場合におけるメダルの払出枚数等を含む入賞コマンドを生成し、生成された入賞コマンドを副制御基板202に送信する。
(Step S600)
Next, the determination means 308 determines which of the predetermined symbol combinations displayed on the activated line A shown in FIG. 3 (b) corresponds to a predetermined combination, and determines the game state according to the symbol combination. Various processes required for change and replay are executed. The command transmitting unit 316 generates a winning combination command including the symbol combination displayed on the activated line A and the payout number of medals when the symbol combination corresponding to the small combination is displayed on the activated line A. , And sends the generated winning command to the sub-control board 202.

(ステップS700)
続いて、払出制御手段310は、ステップS600における判定結果に基づき、例えば、有効ラインA上に小役に対応する図柄組み合わせが表示されると、当該小役に対応するメダルの払出処理を実行し、有効ラインA上にリプレイ役に対応する図柄組み合わせが表示されると、自動的に次遊技のベットを行うための処理を実行する。また、遊技状態制御手段312は、ボーナス遊技状態においてメダルの所定枚数の払い出しが実行されると、遊技状態をボーナス遊技状態からRT4遊技状態に移行する。このように、払出制御手段310は、有効ラインA上に表示された図柄組み合わせに対応して種々の処理を遂行し、当該1遊技を終了する。また、コマンド送信手段316は、メダルの払出処理がなされた場合、払出処理がなされたことを示す払出コマンドを生成し、生成された払出コマンドを副制御基板202に送信する。
(Step S700)
Subsequently, based on the determination result in step S600, for example, when a symbol combination corresponding to a small combination is displayed on the activated line A, the payout control unit 310 executes a payout process of a medal corresponding to the small combination. When the symbol combination corresponding to the replay combination is displayed on the activated line A, the processing for automatically betting the next game is executed. Further, when a predetermined number of medals are paid out in the bonus game state, the game state control means 312 shifts the game state from the bonus game state to the RT4 game state. As described above, the payout control unit 310 performs various processes corresponding to the symbol combinations displayed on the activated line A, and ends the one game. In addition, when the payout processing of the medal is performed, the command transmitting unit 316 generates a payout command indicating that the payout processing is performed, and transmits the generated payout command to the sub control board 202.

ステップS200からステップS700までの一連の処理を通じて1遊技が実行される。以後は、ステップS200からステップS700までを繰り返すこととなる。   One game is executed through a series of processes from step S200 to step S700. Thereafter, steps S200 to S700 are repeated.

(抽選処理S300)
図13は、上記ステップS300の抽選処理を示したフローチャートである。ここでは、本実施形態の特徴に関係する処理、特に、チャンスAT演出状態における図11(b)〜図11(d)に対応する処理について詳細に説明し、本実施形態の特徴と無関係の構成については説明を省略する。
(Lottery process S300)
FIG. 13 is a flowchart showing the lottery process in step S300. Here, the processing related to the features of the present embodiment, particularly the processing corresponding to FIGS. 11B to 11D in the chance AT effect state will be described in detail, and the configuration unrelated to the features of the present embodiment. The description of is omitted.

(ステップS301)
まず、演出状態制御手段314は、チャンスAT演出状態における特定の契機、例えば、当選種別抽選により当選種別「通常リプレイ1」が当選したか否か判定する。その結果、特定の契機であれば、ステップS302に移行し、特定の契機でなければ、ステップS303に移行する。
(Step S301)
First, the effect state control unit 314 determines whether or not a specific opportunity in the chance AT effect state, for example, whether or not the winning type “normal replay 1” has been won by a winning type lottery. As a result, if it is a specific opportunity, the process proceeds to step S302; otherwise, the process proceeds to step S303.

(ステップS302)
上記ステップS301において、特定の契機であると判定されれば、演出状態制御手段314は、図11(b)〜図11(d)のようなチャンスAT演出状態用演出状態抽選テーブルを参照することなく、強制的に、不当選を決定し、当該抽選処理S300を終了する。こうして、特定の契機では、100%不当選としている。
(Step S302)
If it is determined in step S301 that this is a specific opportunity, the effect state control means 314 refers to the chance state effect state effect state lottery table as shown in FIGS. 11 (b) to 11 (d). The lottery process is forcibly determined, and the lottery process S300 ends. Thus, at a specific opportunity, 100% is unsuccessful.

(ステップS303)
上記ステップS301において、特定の契機ではないと判定されれば、演出状態制御手段314は、当選種別抽選により決定された当選種別に対応するチャンスAT演出状態用演出状態抽選テーブルを参照し、その当選領域1の置数を取得する。例えば、当選種別抽選により当選種別「強チェリーリプレイ」が決定されていれば、図11(b)に示すチャンスAT演出状態用演出状態抽選テーブルを参照し、当選領域1から置数「0」を取得する。また、当選種別抽選により当選種別「スイカ」が決定されていれば、図11(c)に示すチャンスAT演出状態用演出状態抽選テーブルを参照し、当選領域1から置数「128」を取得する。また、当選種別抽選により当選種別「共通ベル」が決定されていれば、図11(d)に示すチャンスAT演出状態用演出状態抽選テーブルを参照し、当選領域1から置数「250」を取得する。
(Step S303)
If it is determined in step S301 that this is not a specific opportunity, the effect state control unit 314 refers to the effect state effect state lottery table for the chance AT effect state corresponding to the winning type determined by the winning type lottery, and determines the winning state. Get the number of the area 1. For example, if the winning type “Strong Cherry Replay” is determined by the winning type lottery, the number “0” is determined from the winning area 1 by referring to the production state lottery table for the chance AT production state shown in FIG. get. If the winning type “watermelon” has been determined by the winning type lottery, the number “128” is acquired from the winning area 1 with reference to the production state lottery table for the chance AT production state shown in FIG. . If the winning type “common bell” has been determined by the winning type lottery, the number “250” is acquired from the winning area 1 with reference to the chance AT effect state effect state lottery table shown in FIG. I do.

(ステップS304)
次に、演出状態制御手段314は、当選種別抽選乱数の下位1バイトに相当する乱数(演出状態乱数)から置数を減算して減算後の値を導出する。
(Step S304)
Next, the effect state control means 314 derives a value after subtraction by subtracting the set number from a random number (effect state random number) corresponding to the lower 1 byte of the winning type lottery random number.

(ステップS305)
続いて、演出状態制御手段314は、減算後の値が0以上であるか否か判定する。その結果、減算後の値が0以上であれば、ステップS306に移行し、減算後の値が0未満であれば、ステップS302に移行する。
(Step S305)
Subsequently, effect state control means 314 determines whether or not the value after the subtraction is 0 or more. As a result, if the value after the subtraction is 0 or more, the process proceeds to step S306, and if the value after the subtraction is less than 0, the process proceeds to step S302.

(ステップS306)
上記ステップS305において、減算後の値が0以上であると判定されれば、演出状態制御手段314は、所定の遊技利益、ここでは、セット数の上乗せの当選を決定し、当該抽選処理S300を終了する。ここでは、図11(b)のように当選領域1に置数「0」が設定されている場合、演出状態乱数は「0」〜「255」の値をとるので、減算後の値は必ず0以上となる。そうすると、演出状態制御手段314は、当該演出状態抽選の結果として必ずセット数の上乗せを決定することとなる。
(Step S306)
If it is determined in step S305 that the value after the subtraction is equal to or greater than 0, the effect state control unit 314 determines a predetermined game profit, in this case, an additional winning of the set number, and performs the lottery process S300. finish. Here, when the number “0” is set in the winning area 1 as shown in FIG. 11B, the effect state random number takes a value from “0” to “255”. It becomes 0 or more. Then, the effect state control means 314 always determines the additional number of sets as a result of the effect state lottery.

以上、添付図面を参照しながら本発明の好適な実施形態について説明したが、本発明はかかる実施形態に限定されないことはいうまでもない。当業者であれば、特許請求の範囲に記載された範疇において、各種の変更例または修正例に想到し得ることは明らかであり、それらについても当然に本発明の技術的範囲に属するものと了解される。   As described above, the preferred embodiments of the present invention have been described with reference to the accompanying drawings, but it is needless to say that the present invention is not limited to such embodiments. It is obvious to those skilled in the art that various changes or modifications can be conceived within the scope of the claims, and it is understood that these naturally belong to the technical scope of the present invention. Is done.

例えば、上述した実施形態では、主制御基板200と副制御基板202とが、遊技を進行するための機能部を分担するように配したが、主制御基板200の機能部を副制御基板202に配しても、副制御基板202の機能部を主制御基板200に配してもよく、また、全ての機能部を1の制御基板に纏めて配することもできる。   For example, in the above-described embodiment, the main control board 200 and the sub control board 202 are arranged so as to share the functional units for performing the game, but the functional units of the main control board 200 are assigned to the sub control board 202. Alternatively, the functional units of the sub-control board 202 may be arranged on the main control board 200, or all the functional units may be arranged on one control board.

また、上述した主制御基板200および副制御基板202が行う各処理は、必ずしもフローチャートとして記載された順序に沿って時系列に処理する必要はなく、並列的あるいはサブルーチンによる処理を含んでもよい。   The processes performed by the main control board 200 and the sub-control board 202 do not necessarily need to be performed in chronological order according to the order described in the flowchart, and may include processing in parallel or by a subroutine.

100 スロットマシン(遊技機)
200d 乱数発生器(乱数生成手段)
202d 乱数発生器(乱数生成手段)
304 当選種別抽選手段(当選領域決定手段)
312 遊技状態制御手段(当選領域決定手段)
314 演出状態制御手段(当選領域決定手段)
334 演出制御手段(当選領域決定手段)
100 slot machine (game machine)
200d random number generator (random number generation means)
202d random number generator (random number generating means)
304 Winning type lottery means (Winning area determination means)
312 Game state control means (winning area determination means)
314 Production state control means (winning area determination means)
334 Production control means (winning area determination means)

Claims (2)

所定の総数の範囲から乱数を生成する乱数生成手段と、
当選領域が割り当てられた抽選テーブルにおいて、前記当選領域の当選範囲を示す数値である置数を参照して前記置数の範囲に前記乱数が含まれるか否か判定し、前記乱数に対応する当選領域を決定する当選領域決定手段と、
を備え、
前記抽選テーブルには、所定の遊技利益の不当選を示す当選領域および置数が割り当てられ、
前記当選領域決定手段は、前記所定の遊技利益の不当選を示す当選領域に対応付けられた置数の範囲に前記乱数が含まれていなければ、所定の遊技利益の当選を決定する遊技機。
Random number generation means for generating random numbers from a range of a predetermined total number;
In the lottery table to which the winning area is assigned, it is determined whether or not the random number is included in the range of the number by referring to a numerical value indicating a winning range of the winning area, and a winning corresponding to the random number is determined. Winning area determining means for determining an area;
With
The lottery table is assigned a winning area and a number indicating a non-winning of a predetermined game profit,
The gaming machine, wherein the winning area determination means determines the winning of the predetermined gaming profit if the random number is not included in the range of the number associated with the winning area indicating the non-winning of the predetermined gaming profit.
前記当選領域決定手段は、特定の契機においては、前記抽選テーブルを参照することなく、前記所定の遊技利益の不当選を決定する請求項1に記載の遊技機。   2. The gaming machine according to claim 1, wherein the winning area determination means determines a non-winning of the predetermined gaming profit without referring to the lottery table at a specific opportunity.
JP2018117028A 2018-06-20 2018-06-20 Pachinko machine Active JP7083159B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018117028A JP7083159B2 (en) 2018-06-20 2018-06-20 Pachinko machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018117028A JP7083159B2 (en) 2018-06-20 2018-06-20 Pachinko machine

Publications (2)

Publication Number Publication Date
JP2019217031A true JP2019217031A (en) 2019-12-26
JP7083159B2 JP7083159B2 (en) 2022-06-10

Family

ID=69094639

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018117028A Active JP7083159B2 (en) 2018-06-20 2018-06-20 Pachinko machine

Country Status (1)

Country Link
JP (1) JP7083159B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022146107A (en) * 2021-03-22 2022-10-05 株式会社三洋物産 game machine

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007054139A (en) * 2005-08-23 2007-03-08 Daito Giken:Kk Game machine
JP2014103980A (en) * 2012-11-22 2014-06-09 Yamasa Kk Game machine

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007000333A (en) 2005-06-23 2007-01-11 Samii Kk Slot machine
JP2015180447A (en) 2015-07-23 2015-10-15 株式会社大都技研 game machine

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007054139A (en) * 2005-08-23 2007-03-08 Daito Giken:Kk Game machine
JP2014103980A (en) * 2012-11-22 2014-06-09 Yamasa Kk Game machine

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2022146107A (en) * 2021-03-22 2022-10-05 株式会社三洋物産 game machine
JP7375785B2 (en) 2021-03-22 2023-11-08 株式会社三洋物産 gaming machine

Also Published As

Publication number Publication date
JP7083159B2 (en) 2022-06-10

Similar Documents

Publication Publication Date Title
JP2020005747A (en) Game machine
JP2020010776A (en) Game machine
JP2012152291A (en) Reel type game machine
JP2020054521A (en) Game machine
JP2013085823A (en) Game machine
JP2020054653A (en) Game machine
JP2012135576A (en) Reel type game machine
JP2013085828A (en) Game machine
JP2019017749A (en) Game machine
JP2019217031A (en) Game machine
JP6949361B2 (en) Pachinko machine
JP2022067988A (en) Game machine
JP6723606B2 (en) Amusement machine
JP2020006091A (en) Game machine
JP2020054520A (en) Game machine
JP6887357B2 (en) Pachinko machine
JP2020044283A (en) Game machine
JP7382078B2 (en) gaming machine
JP6949360B2 (en) Pachinko machine
JP2019017924A (en) Game machine
JP6650589B2 (en) Gaming machine
JP2020006030A (en) Game machine
JP2020000269A (en) Game machine
JP2021035593A (en) Game machine
JP2023091982A (en) game machine

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210309

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20211130

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20211227

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220524

R150 Certificate of patent or registration of utility model

Ref document number: 7083159

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150