JP5290246B2 - Bullet ball machine - Google Patents

Bullet ball machine Download PDF

Info

Publication number
JP5290246B2
JP5290246B2 JP2010144710A JP2010144710A JP5290246B2 JP 5290246 B2 JP5290246 B2 JP 5290246B2 JP 2010144710 A JP2010144710 A JP 2010144710A JP 2010144710 A JP2010144710 A JP 2010144710A JP 5290246 B2 JP5290246 B2 JP 5290246B2
Authority
JP
Japan
Prior art keywords
winning
symbol
value
game
random number
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.)
Expired - Fee Related
Application number
JP2010144710A
Other languages
Japanese (ja)
Other versions
JP2010234085A (en
Inventor
雅哉 坂本
Original Assignee
株式会社藤商事
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 株式会社藤商事 filed Critical 株式会社藤商事
Priority to JP2010144710A priority Critical patent/JP5290246B2/en
Publication of JP2010234085A publication Critical patent/JP2010234085A/en
Application granted granted Critical
Publication of JP5290246B2 publication Critical patent/JP5290246B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Pinball Game Machines (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a Pachinko game machine capable of preventing a control program from getting complicated, even when providing a plurality of pattern start holes. <P>SOLUTION: This Pachinko game machine conducts lottery processing as to whether a jackpot state is to be generated based on a value of a random-number generating counter or not, when a game ball gets in the pattern-start holes 17A, 17B. The Pachinko game machine is provided with the two pattern start holes 17A, 17B, carries out acquisition processing for the random-number generating counter once every time, in a periodic execution part executed repeatedly every prescribed time, and conducts the lottery processing, based on the acquired counter value. <P>COPYRIGHT: (C)2011,JPO&amp;INPIT

Description

本発明は、パチンコ機、アレンジボール機、雀球遊技機などの遊技機に関し、特に、複数の図柄始動口を設けても制御内容が複雑化しない弾球遊技機に関するものである。   The present invention relates to a gaming machine such as a pachinko machine, an arrangement ball machine, or a sparrow ball game machine, and more particularly to a bullet ball game machine in which the control content is not complicated even if a plurality of symbol start ports are provided.

パチンコ機などの弾球遊技機は、遊技盤に設けた図柄始動口と、複数個の図柄を変動表示させた後に停止させる図柄表示部と、開閉板が開閉駆動されてなる大入賞口などを備えて構成されている。そして、図柄始動口を通過して遊技球が入賞すると図柄表示部が表示図柄の変動を開始させ、その後、大当り状態に対応した特別図柄が整列すると、大入賞口が開放されて数多くの遊技球の払出しが期待できる利益状態が発生するようになっている。   A ball game machine such as a pachinko machine has a symbol start opening provided on the game board, a symbol display section for stopping after a plurality of symbols are variably displayed, and a big prize opening where the opening and closing plate is opened and closed. It is prepared for. When the game ball wins after passing through the symbol start opening, the symbol display unit starts to change the display symbol, and then when the special symbol corresponding to the big hit state is aligned, the big winning opening is opened and many game balls are opened. Profits can be expected to be paid out.

この種の遊技機では、大当り用カウンタをソフトウェア的に実現し、この大当り用カウンタの値を、所定の数値範囲内で所定時間(P)毎に更新している。例えば、図12(a)のような処理系の場合には、所定時間(P)毎にCPUにリセット信号を与え、周期的実行部の一部において大当り用カウンタの値を更新している(ST30)。また、図12(b)のような処理系の場合には、所定時間(P)毎に生じる割込み処理(周期的実行部)において、大当り用カウンタの値を更新している(ST30)。   In this type of gaming machine, the jackpot counter is realized by software, and the value of the jackpot counter is updated every predetermined time (P) within a predetermined numerical range. For example, in the case of the processing system as shown in FIG. 12A, a reset signal is given to the CPU every predetermined time (P), and the value of the big hit counter is updated in a part of the periodic execution unit ( ST30). In the case of the processing system as shown in FIG. 12B, the value of the big hit counter is updated in the interrupt processing (periodic execution unit) that occurs every predetermined time (P) (ST30).

そして、図柄始動口を通過して遊技球が導入されると遊技球が入賞したと判定され(ST31)、更新後の大当り用カウンタの値に基づいて大当り判定処理が行われる(ST32)。その判定処理の結果、大当り用カウンタの値(抽選用乱数値)が大当り当選値Hitと一致すれば、図柄表示部における変動表示後の停止状態で特別図柄が整列するように制御されている。   Then, when the game ball is introduced through the symbol start port, it is determined that the game ball has won (ST31), and a big hit determination process is performed based on the updated value of the big hit counter (ST32). As a result of the determination process, if the value of the jackpot counter (the random number for lottery) matches the jackpot winning value Hit, the special symbols are controlled to be aligned in the stopped state after the variable display in the symbol display section.

ところで、このようなパチンコ機において、遊技者は、専ら大当り状態を引き当てることだけを期待してゲームを進行させるのであるから、複数の図柄始動口を設けると、大当り状態への遊技者の期待感を喚起する魅力的な遊技機を実現できることになる。そして、このような遊技機では、複数の図柄始動口に同時に遊技球が入ることもあり得ることを考慮して、複数の図柄始動口ごとに完全に独立した抽選処理を行うことも考えられる。   By the way, in such a pachinko machine, the player proceeds with the game only expecting to win the big hit state, so if a plurality of symbol start ports are provided, the player's sense of expectation to the big hit state It will be possible to realize an attractive gaming machine that arouses In such a gaming machine, it is also possible to perform a completely independent lottery process for each of the plurality of symbol starting ports in consideration of the possibility that game balls may simultaneously enter a plurality of symbol starting ports.

しかしながら、このような制御方法を採ると、制御内容が複雑化してプログラムも長くなるだけでなく、大当り用カウンタの更新周期との関係で、各抽選処理のプログラム上の配置位置にも制限が加わり、要するにプログラム作成の自由度が低下することになる。そもそも、複数の図柄始動口に同時に遊技球が入るような事態は、通常は稀にしか生じないのであるから、制御内容を簡略化する方を優先するのが合理的である。   However, when such a control method is adopted, not only the control contents become complicated and the program becomes longer, but also the arrangement position on the program for each lottery process is limited due to the update cycle of the big hit counter. In short, the degree of freedom of program creation is reduced. In the first place, since a situation in which a game ball enters a plurality of symbol start ports at the same time usually occurs rarely, it is reasonable to give priority to simplifying the control contents.

本発明は、このような着想に基づいてなされたものであって、複数の図柄始動口を設けた場合にも、制御プログラムが複雑化しない弾球遊技機を提供することを課題とする。   The present invention has been made based on such an idea, and an object of the present invention is to provide a ball game machine in which a control program is not complicated even when a plurality of symbol start ports are provided.

上記の課題を解決するため、本発明は、第1と第2の2つの図柄始動口の何れかに遊技球が入賞すると、図柄表示部の表示図柄が所定時間変動表示され、その後、表示図柄が当選状態を示して停止すると、大当り状態の特別遊技が開始される弾球遊技機であって、所定時間毎に繰り返し実行される周期的実行部において遊技動作が進行するよう構成され、周期的実行部は、2つの図柄始動口への遊技球の入賞を、所定時間毎に判定するスイッチ入力処理と、スイッチ入力処理によって2つの図柄始動口の一方又は双方への遊技球の入賞が認められる場合に、乱数発生回路を構成する単一の乱数発生用カウンタの出力値である乱数値を取得する取得処理と、スイッチ入力処理によって第1図柄始動口への入賞が認められると、取得処理が取得した乱数値と第1当選値とを対比して大当りの当選状態か否かを判定する第1抽選処理と、スイッチ入力処理によって第2図柄始動口への入賞が認められると、第1抽選処理の実行の有無に拘らず、取得処理が取得した乱数値と第2当選値とを対比して大当りの当選状態か否かを判定する第二抽選処理と、を有して構成される。 In order to solve the above-mentioned problem, the present invention displays a display symbol on a symbol display unit in a predetermined time when a game ball is won at any one of the first and second symbol start ports, and then the display symbol is displayed. Is a ball game machine in which a special game in the big hit state is started when the winning state is stopped, and the game operation is configured to proceed in a periodic execution unit that is repeatedly executed every predetermined time. The execution unit recognizes the winning of the game ball at the two symbol start ports at a predetermined time, and the winning of the game ball at one or both of the two symbol start ports is permitted by the switch input processing. In this case, the acquisition process for acquiring the random number value that is the output value of the single random number generation counter that constitutes the random number generation circuit and the winning process at the first symbol start opening are recognized by the switch input process, the acquisition process is performed. Acquired When the first lottery process for comparing the random number value and the first winning value to determine whether or not the winning state is a big win, and when the winning at the second symbol starting port is recognized by the switch input process, the first lottery process Regardless of whether or not it is executed, the second lottery process for determining whether or not the jackpot winning state is made by comparing the random number value acquired by the acquisition process with the second winning value.

本発明では、乱数発生用カウンタの取得処理取得した乱数値に基づいて抽選処理を行うので、抽選処理のプログラム上の配置位置に特に何の制限もなく、プログラム作成の自由度が高い。 In the present invention, since the lottery process is performed based on a random number value acquisition processing for random number generation counter obtains, without particular any restrictions on the arrangement position on the program of the lottery process, a high degree of freedom in creating program.

本発明によれば、制御方法が簡単であるだけでなく、大当り当選値Hitを単一個にするか複数個にするかの選択だけで、遊技技能を発揮したい遊技者に適した遊技機でも、一般遊技者に適した遊技機でも任意に実現できる。   According to the present invention, not only the control method is simple, but also a gaming machine suitable for a player who wants to demonstrate a gaming skill by selecting only one or a plurality of jackpot winning values Hit, Even a gaming machine suitable for general players can be realized arbitrarily.

また、本発明では、複数の図柄始動口での入賞において重複当選の状態が発生し得ることになるが、かかる場合、1つ目の当選状態に続いて2つ目の当選状態も連続的に実行できるよう当選状態を保留しておくのが好ましい。   Also, in the present invention, a duplicate winning state may occur in winning at a plurality of symbol start openings. In such a case, the second winning state is continuously followed by the first winning state. It is preferable to hold the winning state for execution.

本発明において、遊技動作を実現する制御プログラムは、無限ループ状に連続して実行されるメイン処理部と、該メイン処理の実行中に所定時間毎に繰り返し実行される前記周期的実行部とを有して構成されるのが好ましい。また、周期的実行部は、所定時間毎に発生するCPUリセット信号にて繰り返し実行されるよう構成するのも好ましい。   In the present invention, a control program for realizing a gaming operation includes a main processing unit that is continuously executed in an infinite loop and the periodic execution unit that is repeatedly executed every predetermined time during the execution of the main processing. It is preferable to have it. The periodic execution unit is preferably configured to be repeatedly executed by a CPU reset signal generated every predetermined time.

以上説明したように、本発明によれば、複数の図柄始動口を設けた場合にも、制御プログラムが複雑化しない弾球遊技機を実現できる。   As described above, according to the present invention, it is possible to realize a bullet ball game machine in which the control program is not complicated even when a plurality of symbol start ports are provided.

本発明の一実施例であるパチンコ機を示す斜視図である。It is a perspective view which shows the pachinko machine which is one Example of this invention. 図1に示すパチンコ機の側面図である。It is a side view of the pachinko machine shown in FIG. 図1に示すパチンコ機の遊技盤を示す正面図である。It is a front view which shows the game board of the pachinko machine shown in FIG. 図1に示すパチンコ機の背面図である。It is a rear view of the pachinko machine shown in FIG. 主制御基板の回路構成を例示したブロック図である。It is the block diagram which illustrated the circuit composition of the main control board. 図5の一部を詳細に例示したブロック図である。FIG. 6 is a block diagram illustrating a part of FIG. 5 in detail. 図6の回路の動作内容を説明するタイムチャートである。7 is a time chart for explaining the operation content of the circuit of FIG. 6. 図1に示すパチンコ機の動作内容を説明するフローチャートである。It is a flowchart explaining the operation | movement content of the pachinko machine shown in FIG. 割込み処理プログラムのフローチャートである。It is a flowchart of an interrupt processing program. パチンコ機の動作内容を説明する別のフローチャートである。It is another flowchart explaining the operation | movement content of a pachinko machine. 本発明の効果を説明する図面である。It is drawing explaining the effect of this invention. 従来のパチンコ機の動作内容を説明するフローチャートである。It is a flowchart explaining the operation | movement content of the conventional pachinko machine.

以下、本発明の一実施例であるカード式弾球遊技機に基づいて本発明の実施の形態を説明する。図1は、本実施例のパチンコ機2を示す斜視図であり、図2は、同パチンコ機2の側面図である。   Hereinafter, an embodiment of the present invention will be described based on a card-type ball game machine which is an embodiment of the present invention. FIG. 1 is a perspective view showing a pachinko machine 2 according to the present embodiment, and FIG. 2 is a side view of the pachinko machine 2.

図1に示すパチンコ機2は、島構造体に着脱可能に装着される矩形枠状の木製の外枠3と、外枠3に固着されたヒンジHを介して開閉可能に枢着される前枠4とで構成されている。なお、このパチンコ機2は、カード式球貸し機1に電気的に接続された状態で、パチンコホールの島構造体の長さ方向に複数個が配設されている。   The pachinko machine 2 shown in FIG. 1 is a rectangular frame-shaped wooden outer frame 3 that is detachably mounted on the island structure and a hinge H that is fixed to the outer frame 3 before being pivotably mounted. It consists of a frame 4. A plurality of pachinko machines 2 are arranged in the length direction of the island structure of the pachinko hall while being electrically connected to the card-type ball lending machine 1.

ヒンジHを介して外枠3に枢着される前枠4には、遊技盤5が裏側から着脱自在に装着され、遊技盤5の前側に対応させて、窓部を有するガラス扉6と前面板7とが夫々開閉自在に枢着されている。前面板7には発射用の遊技球を貯留する上皿8が装着され、前枠4の下部には、上皿8から溢流し又は抜き取った遊技球を貯留する下皿9と、発射手段10の発射ハンドル11とが設けられている。   A game board 5 is detachably attached from the back side to the front frame 4 pivotally attached to the outer frame 3 via a hinge H, and a glass door 6 having a window portion and a front side corresponding to the front side of the game board 5. A face plate 7 is pivotally attached to each other so as to be freely opened and closed. The front plate 7 is provided with an upper plate 8 for storing game balls for launching, and a lower plate 9 for storing game balls overflowing or extracted from the upper plate 8 and launching means 10 at the lower part of the front frame 4. And a firing handle 11 are provided.

この発射手段10は、回動操作可能な発射ハンドル11と、この発射ハンドル11の回動角度に応じた打撃力で打撃槌12(図4)により遊技球を発射させる発射モータなどを備えている。上皿8の右部には、カード式球貸し機1に対する球貸し操作用の操作パネル13が設けられ、この操作パネル13には、カード残額を3桁の数字で表示するカード残額表示部13aと、所定金額分の遊技球の球貸しを指示する球貸しスイッチ13bと、ゲーム終了時にカードの返却を指令する返却スイッチ13cとが設けられている。   The launching means 10 includes a launching handle 11 that can be rotated, and a launching motor that launches a game ball with a striking rod 12 (FIG. 4) with a striking force corresponding to the pivoting angle of the launching handle 11. . On the right side of the upper plate 8, there is provided an operation panel 13 for a ball lending operation for the card-type ball lending machine 1, and on this operation panel 13, a card remaining amount display portion 13a for displaying the remaining amount of the card with a three-digit number. And a ball lending switch 13b for instructing lending of game balls for a predetermined amount, and a return switch 13c for instructing to return the card at the end of the game.

図3に示すように、遊技盤5には、金属製の外レールと内レールとからなるガイドレール15がほぼ環状に設けられ、このガイドレール15の内側の遊技領域には、カラーの液晶ディスプレイ16、第1と第2の図柄始動口(図柄始動手段兼入賞手段)17A,17B、開閉式入賞手段(大入賞口)18、複数の普通入賞手段19、2つのゲート20が夫々所定の位置に配設されている。   As shown in FIG. 3, the game board 5 is provided with a guide rail 15 formed of a metal outer rail and an inner rail in a substantially annular shape, and a color liquid crystal display is provided in a game area inside the guide rail 15. 16, first and second symbol start openings (design start means / winning means) 17A, 17B, open / close-type winning means (large winning opening) 18, a plurality of normal winning means 19, and two gates 20 are respectively in predetermined positions. It is arranged.

液晶ディスプレイ16は、変動図柄を表示するとともに背景画像や各種のキャラクタの動画などを表示する第1図柄表示手段22として機能する。第1図柄表示手段22は、背景画やキャラクタをアニメーション的に表示するとともに、左右方向に並ぶ3個の図柄表示部を有し、第1と第2の図柄始動口17A、17Bの何れかに遊技球が入賞することを条件に、液晶ディスプレイ16の表示図柄が所定時間だけ変動表示(スクロール表示)され、各図柄始動口17A、17Bへの遊技球の入賞タイミングに応じた抽選結果に基づいて決定される停止図柄パターンで停止する。   The liquid crystal display 16 functions as a first symbol display means 22 that displays a changing symbol and also displays a background image, moving images of various characters, and the like. The first symbol display means 22 displays a background image and a character in an animated manner, and has three symbol display portions arranged in the left-right direction, and is provided in any one of the first and second symbol start ports 17A and 17B. On the condition that the game ball wins, the display symbols on the liquid crystal display 16 are variably displayed (scrolled) for a predetermined time, and based on the lottery result corresponding to the game ball winning timing to each symbol start port 17A, 17B. Stop at the determined stop symbol pattern.

液晶ディスプレイ16の直ぐ上側に、第2図柄表示手段23が設けられている。第2図柄表示手段23は1個の普通図柄を表示する普通図柄表示部を有し、ゲート20を通過した遊技球が検出されたとき、普通図柄表示部の表示図柄が所定時間だけ変動し、遊技球のゲート20通過時点において抽選された抽選用乱数値により決定される停止図柄を表示して停止するようになっている。   A second symbol display means 23 is provided immediately above the liquid crystal display 16. The second symbol display means 23 has a normal symbol display unit for displaying one normal symbol. When a game ball that has passed through the gate 20 is detected, the display symbol of the normal symbol display unit fluctuates for a predetermined time, A stop symbol determined by a random number for lottery drawn at the time the game ball passes through the gate 20 is displayed and stopped.

第1の図柄始動口17Aには、開閉爪を備えた電動式チューリップが設けられており、第2図柄表示手段23の変動後の停止図柄が当り図柄を表示した場合には、開閉爪が所定第1時間だけ開放されるようになっている。一方、第2の図柄始動口17Bは、前方に開
放可能な開閉板を備えて構成されており、第2図柄表示手段23の変動後の停止図柄が当り図柄を表示した場合には、第1の図柄始動口17Aとは異なるタイミングで所定第2時間だけ開閉板が開放されるようになっている。なお、各図柄始動口17A,17Bを遊技球が通過したことは、それぞれの入賞検出センサで検出されるようになっている。
The first symbol starting port 17A is provided with an electric tulip provided with an opening and closing claw. When the stop symbol after the fluctuation of the second symbol display means 23 is hit and the symbol is displayed, the opening and closing claw is predetermined. It is open for the first time only. On the other hand, the second symbol start port 17B is configured to include an opening / closing plate that can be opened forward, and when the stop symbol after the change of the second symbol display means 23 displays a winning symbol, the first symbol The opening / closing plate is opened for a predetermined second time at a timing different from the symbol start opening 17A. It should be noted that the fact that the game ball has passed through each of the symbol start ports 17A and 17B is detected by each winning detection sensor.

開閉式入賞手段(大入賞口)18は前方に開放可能な開閉板を備え、第1図柄表示手段22の変動後の停止図柄が「777」などの当り図柄のとき、「大当り」と称する特別遊技が開始され、開閉板が前側に開放される。この開閉式入賞手段18の内部に特定領域18bがあり、この特定領域18bを入賞球が通過すると、特別遊技が継続される。なお、特別遊技状態が遊技者に有利な状態に相当する。   The open / close-type winning means (large winning opening) 18 is provided with an opening / closing plate that can be opened forward, and when the stop symbol after the change of the first symbol display means 22 is a winning symbol such as “777”, it is specially called “big hit” The game is started and the opening / closing plate is opened to the front side. There is a specific area 18b inside the openable winning means 18, and when the winning ball passes through the specific area 18b, the special game is continued. Note that the special game state corresponds to a state advantageous to the player.

開閉式入賞手段18の開閉板が開放された後、所定時間が経過し、又は所定数(例えば10個)の遊技球が入賞して開閉板が閉じるときに、遊技球が特定領域18bを通過していない場合には特別遊技が終了するが、特定領域18bを通過していれば最大で例えば16回まで特別遊技が継続され、遊技者に有利な状態に制御される。   After the opening / closing plate of the openable winning means 18 is opened, when a predetermined time elapses or when a predetermined number (for example, 10) of gaming balls wins and the opening / closing plate is closed, the gaming balls pass through the specific area 18b. If not, the special game ends, but if it passes through the specific area 18b, the special game is continued up to, for example, 16 times, and is controlled in a state advantageous to the player.

図4に示すように、前枠4の裏側には、遊技盤5を裏側から押さえる裏機構板30が着脱自在に装着され、この裏機構板30には開口部30aが形成され、その上側に賞球タンク33と、これから延びるタンクレール34とが設けられ、このタンクレール34に接続された払出し手段35が裏機構板30の側部に設けられ、裏機構板30の下側には払出し手段35に接続された通路ユニット36が設けられている。払出し手段35から払出された遊技球は通路ユニット36を経由して上皿排出口8a(図1)から上皿8に払出される。   As shown in FIG. 4, on the back side of the front frame 4, a back mechanism plate 30 that presses the game board 5 from the back side is detachably mounted. The back mechanism plate 30 has an opening 30a formed on the top side thereof. A prize ball tank 33 and a tank rail 34 extending from the prize ball tank 33 are provided. Dispensing means 35 connected to the tank rail 34 is provided on the side of the back mechanism plate 30. A passage unit 36 connected to 35 is provided. The game balls paid out from the payout means 35 are paid out to the upper plate 8 from the upper plate discharge port 8a (FIG. 1) via the passage unit 36.

裏機構板30の開口部30aには、遊技盤5の裏側に装着された裏カバー37と、入賞手段17〜19に入賞した遊技球を排出する入賞球排出樋(不図示)とが夫々嵌合されている。この裏カバー37に装着されたケース38の内部に主制御基板39が配設され、その前側に図柄制御基板40が配設されている(図2)。主制御基板39の下側で、裏カバー37に装着されたケース41aの内部にランプ制御基板42が設けられ、このケース41aに隣接するケース41bの内部にサウンド制御基板43が設けられている。   The opening 30a of the back mechanism plate 30 is fitted with a back cover 37 mounted on the back side of the game board 5 and a winning ball discharge basket (not shown) for discharging the winning game balls to the winning means 17-19. Are combined. A main control board 39 is disposed inside a case 38 attached to the back cover 37, and a symbol control board 40 is disposed on the front side thereof (FIG. 2). Below the main control board 39, a lamp control board 42 is provided in a case 41a attached to the back cover 37, and a sound control board 43 is provided in a case 41b adjacent to the case 41a.

これらケース41a,41bの下側で裏機構板30に装着されたケース44の内部には、電源基板45と払出し制御基板46が夫々設けられている。この電源基板45には、図3に示すように、電源スイッチ80と初期化スイッチ85とが配置されている。これら両スイッチ80,85に対応する部位はケース44が切欠かれ、両スイッチ80,85の各々を指で同時に操作可能になっている。   A power supply board 45 and a payout control board 46 are provided inside the case 44 mounted on the back mechanism plate 30 below the cases 41a and 41b. As shown in FIG. 3, a power switch 80 and an initialization switch 85 are arranged on the power board 45. Cases 44 are notched at portions corresponding to these switches 80 and 85, and each of the switches 80 and 85 can be operated simultaneously with a finger.

また、発射手段10の後側に装着されたケース47の内部には、発射制御基板48が設けられている。これら制御基板39〜40,42〜43,45〜46,48は夫々独立の基板であり、電源基板45と発射制御基板48を除く制御基板39,40,42,43,46には、CPUとROMやRAMなどを備えるコンピュータ回路が搭載されており、主制御基板39と他の制御基板40,42,43,46とは、複数本の信号線でコネクタを介して電気的に接続されている。   A launch control board 48 is provided inside the case 47 attached to the rear side of the launch means 10. These control boards 39 to 40, 42 to 43, 45 to 46, and 48 are independent boards, and the control boards 39, 40, 42, 43, and 46 excluding the power supply board 45 and the launch control board 48 are connected to the CPU. A computer circuit including a ROM, a RAM, and the like is mounted, and the main control board 39 and the other control boards 40, 42, 43, 46 are electrically connected via a connector with a plurality of signal lines. .

主制御基板39とその他の制御基板40,42,43,46とは、複数本の信号線でコネクタを介して電気的に接続され、主制御基板39から各制御基板40,42,43,46に、所定の遊技動作を実行させる種々の制御コマンドを一方向通信で送信可能になっている。制御コマンドの一方向通信を採用することで、図柄停止に関する不正を確実に防止できるとともに、主制御基板39の制御負荷を格段に軽減でき、送信制御を簡単化することができる。   The main control board 39 and the other control boards 40, 42, 43, 46 are electrically connected via a connector with a plurality of signal lines, and each control board 40, 42, 43, 46 is connected from the main control board 39. In addition, various control commands for executing a predetermined game operation can be transmitted by one-way communication. By adopting the one-way communication of the control command, it is possible to reliably prevent fraud related to the symbol stop, to remarkably reduce the control load on the main control board 39, and to simplify the transmission control.

図5は、主制御基板39の構成を示すブロック図である。この実施例の主制御基板39は、メモリ(ROM、RAM)を内蔵したCPU回路50と、CPUの動作クロックを発生するシステムクロック発生部51と、CPUからのアドレス信号に基づき各部のチップセレクト信号を生成するデコード回路52と、CPUの動作クロックとは無関係に更新される乱数発生回路53と、CPUからのデータを出力するための出力ポート回路54と、外部データをCPUが取り込むための入力ポート回路55と、各制御基板にコマンドなどを出力する出力駆動回路56と、遊技盤各部のスイッチ類のON/OFF状態を入力するスイッチ入力回路57とで構成されている。このパチンコ機では、システムクロック発生部51とは別構成の乱数発生回路53を備えているので、乱数発生回路53の生成する数値列とCPUの動作とが同期する恐れがない。   FIG. 5 is a block diagram showing the configuration of the main control board 39. The main control board 39 of this embodiment includes a CPU circuit 50 having a built-in memory (ROM, RAM), a system clock generating unit 51 for generating an operation clock of the CPU, and a chip select signal for each unit based on an address signal from the CPU. , A random number generation circuit 53 that is updated regardless of the operation clock of the CPU, an output port circuit 54 for outputting data from the CPU, and an input port for the CPU to take in external data The circuit 55, an output drive circuit 56 for outputting a command or the like to each control board, and a switch input circuit 57 for inputting ON / OFF states of switches of each part of the game board. Since this pachinko machine includes a random number generation circuit 53 having a configuration different from that of the system clock generation unit 51, there is no possibility that the numerical sequence generated by the random number generation circuit 53 is synchronized with the operation of the CPU.

図6は、乱数発生回路53をより詳細に図示した回路ブロック図であり、2つの回路例を例示している。図6(a)の実施例の場合、乱数発生回路53は、水晶振動子を用いた発振器60と、発振器60からのクロックパルスφ(8MHz程度)に基づいてカウントアップされるカウンタ61と、CPUからの要求信号REQをクロックパルスφに同期してラッチするD型フリップフロップ62と、D型フリップフロップ62の出力値の変化に応答してカウンタ61の出力値を読み込むバッファ63とで構成されている。   FIG. 6 is a circuit block diagram illustrating the random number generation circuit 53 in more detail, and illustrates two circuit examples. In the embodiment of FIG. 6A, the random number generation circuit 53 includes an oscillator 60 using a crystal resonator, a counter 61 that is counted up based on a clock pulse φ (about 8 MHz) from the oscillator 60, and a CPU. The D-type flip-flop 62 latches the request signal REQ from the D-type flip-flop 62 in synchronization with the clock pulse φ, and the buffer 63 reads the output value of the counter 61 in response to the change in the output value of the D-type flip-flop 62. Yes.

カウンタ61は、例えば12ビットカウンタであり(数値範囲:0〜4095)、クロックパルスφの立ち上がりエッジでカウントアップ動作を開始する。なお、カウントアップ動作を開始してから動作完了までに多少の処理時間τが必要であり、その間(τ)は、カウンタ61の出力が不確定な値をとることになる。   The counter 61 is a 12-bit counter, for example (numerical range: 0 to 4095), and starts a count-up operation at the rising edge of the clock pulse φ. Note that some processing time τ is required from the start of the count-up operation to the completion of the operation, and during that time (τ), the output of the counter 61 takes an indeterminate value.

D型フリップフロップ62は、NOT回路64を介してクロックパルスφを受けており、クロックパルスφの立ち下がりエッジで要求信号REQを読み込んで出力している。なお、CPUからの要求信号REQは、通常はLレベルであるが、CPUの処理において抽選用乱数値が必要なタイミングになるとHレベルとなる。   The D-type flip-flop 62 receives the clock pulse φ via the NOT circuit 64, and reads and outputs the request signal REQ at the falling edge of the clock pulse φ. Note that the request signal REQ from the CPU is normally at the L level, but becomes the H level when the random number value for lottery is required in the processing of the CPU.

D型フリップフロップ62は、クロックパルスφの立ち下がり毎に要求信号REQを出力するが、通常は要求信号REQがLレベルであるため、D型フリップフロップ62の出力値もLレベルのままである。一方、要求信号REQがHレベルに変化すると、クロックパルスの立下りエッジで、D型フリップフロップ62の出力がLレベルからHレベルに推移する。すると、これに合わせ、バッファ63は、カウンタ61の値を抽選用乱数値RNDとして出力することになる。   The D-type flip-flop 62 outputs the request signal REQ at every falling edge of the clock pulse φ. However, since the request signal REQ is normally at the L level, the output value of the D-type flip-flop 62 also remains at the L level. . On the other hand, when the request signal REQ changes to the H level, the output of the D flip-flop 62 changes from the L level to the H level at the falling edge of the clock pulse. Then, in accordance with this, the buffer 63 outputs the value of the counter 61 as the random number for random determination RND.

図6(b)の回路は、D型フリップフロップ62に代えてNAND回路65を用いた回路例である。CPUからの要求信号REQは、通常はLレベルのままであるから、NAND回路65の出力は、通常はHレベルである。そして、要求信号REQがLレベルからHレベルに推移すると、クロックパルスφの立下りエッジにおいてNAND回路65の出力がLレベルに推移する。これに合わせ、バッファ63は、カウンタ61の値を抽選用乱数値RNDとして出力することになる。   The circuit of FIG. 6B is a circuit example using a NAND circuit 65 in place of the D-type flip-flop 62. Since the request signal REQ from the CPU normally remains at the L level, the output of the NAND circuit 65 is normally at the H level. Then, when the request signal REQ changes from L level to H level, the output of the NAND circuit 65 changes to L level at the falling edge of the clock pulse φ. In accordance with this, the buffer 63 outputs the value of the counter 61 as a lottery random number value RND.

図7は、図6の回路の動作を説明するタイミングチャートである。カウンタ61は、発振器60からのクロックパルスφの立ち上がりエッジでカウントアップ動作を行い、遅延時間τの後にカウンタ値が安定化する。なお、図7ではカウンタ値がN−1→N→N+1→N+2のように増加する状態を図示している。   FIG. 7 is a timing chart for explaining the operation of the circuit of FIG. The counter 61 performs a count-up operation at the rising edge of the clock pulse φ from the oscillator 60, and the counter value is stabilized after the delay time τ. FIG. 7 illustrates a state in which the counter value increases as N−1 → N → N + 1 → N + 2.

このようなカウンタ動作とは無関係に、CPUからは、任意のタイミングで要求信号REQが出力される(t1)。図6(a)の回路の場合、この要求信号REQは、クロック
パルスφの立下りエッジで、D型フリップフロップ62に読み込まれ(t2)、これに起因してバッファ63の出力値が、それまでの値(M)から、その瞬間におけるカウンタ61の値である(N)に変化する。
Regardless of such counter operation, the CPU outputs a request signal REQ at an arbitrary timing (t1). In the case of the circuit of FIG. 6A, this request signal REQ is read into the D-type flip-flop 62 at the falling edge of the clock pulse φ (t2), and as a result, the output value of the buffer 63 is It changes from the value (M) up to (N) which is the value of the counter 61 at that moment.

以上、図6(a)の回路に関して説明したが、図6(b)の回路の場合も同様であり、Hレベルのリクエスト信号REQは、クロックパルスφの立下りエッジでNAND回路65の出力に表れ(t2)、これに起因してバッファ63の出力が(M)から(N)に変化する。   The circuit in FIG. 6A has been described above. The same applies to the circuit in FIG. 6B, and the H level request signal REQ is output to the NAND circuit 65 at the falling edge of the clock pulse φ. Appearance (t2), and as a result, the output of the buffer 63 changes from (M) to (N).

続いて、図8及び図9に基づいて主制御基板39の制御プログラムについて概括的に説明する。営業開始に際して、パチンコ機2の前枠4を前方に開いた状態で、初期化スイッチ85を押圧操作しながら電源スイッチ80をオン側に切換えると、直流電圧が各制御基板39〜40,42〜43,46に供給されるのと同時に、システムリセット信号が各制御基板に供給される。   Next, the control program for the main control board 39 will be generally described with reference to FIGS. At the start of business, when the power switch 80 is switched on while pressing the initialization switch 85 with the front frame 4 of the pachinko machine 2 opened forward, the DC voltage is changed to the control boards 39-40, 42- Simultaneously with being supplied to 43 and 46, a system reset signal is supplied to each control board.

その結果、主制御基板39による遊技制御が開始されるとともに、各制御基板40,42,43,46においても制御動作が開始される。この遊技制御が実行されたときに、初期化スイッチ85が押圧操作によりON状態のときには(S1:yes)、先ずCPUの各
メモリやレジスタを初期化する初期設定処理が実行される(S2)。次に、集積回路のRAMのワークエリアや情報メモリにバックアップ電源により記憶保持されている遊技情報の全てが消去処理され(S3)、第1図柄表示手段22に表示する初期図柄を設定したり、この遊技制御の実行中に周期的に割込み処理を実行させる割込み周期を設定する等の種々の初期値設定処理が実行される(S4)。
As a result, the game control by the main control board 39 is started, and the control operation is also started in each of the control boards 40, 42, 43, and 46. When the game control is executed and the initialization switch 85 is in an ON state by a pressing operation (S1: yes), first, an initial setting process for initializing each memory and register of the CPU is executed (S2). Next, all the game information stored and retained by the backup power source in the RAM work area and information memory of the integrated circuit is erased (S3), and an initial symbol to be displayed on the first symbol display means 22 is set, Various initial value setting processes such as setting an interrupt cycle for periodically executing an interrupt process during the execution of the game control are executed (S4).

一方、電源投入時、初期化スイッチ85がOFF状態のときには(S1:no)、バックアップデータの復帰処理が行われる(S5)。バックアップデータの復帰処理は、停電時などにNMI処理によってバックアップされたデータを復帰させる処理であり、停電復旧後に初期化スイッチ85を押すことなく電源を投入すると、この処理が行われる。   On the other hand, when the initialization switch 85 is in the OFF state when the power is turned on (S1: no), a backup data restoration process is performed (S5). The backup data restoration process is a process for restoring the data backed up by the NMI process in the event of a power failure or the like, and this processing is performed when the power is turned on without pressing the initialization switch 85 after the power failure is restored.

ステップS4又はS5の処理が終わると、無限ループ状に繰り返される外れ図柄用の乱数処理(S6,S7)が行われる。なお、外れ図柄用の乱数処理は、後述する割込み処理おいて特別図柄の抽選(S21、S22)に外れた場合に液晶ディスプレイ16に描かれる外れ図柄パターンを規定するものである。   When the process of step S4 or S5 is completed, random number processing (S6, S7) for outliers repeated in an infinite loop is performed. Note that the random number processing for the off symbol defines a off symbol pattern drawn on the liquid crystal display 16 when the special symbol lottery (S21, S22) is interrupted in the interrupt processing described later.

このような無限ループ状の処理の間に、一定時間(例えば2ms)毎にタイマ割込みが生じ、図9(a)に示す処理が実行される。割込み処理プログラムでは、最初に、乱数発生回路53にその瞬間のカウンタ61の値を要求し(REQ)、カウンタ61の値を抽選用乱数値RNDとして取得する(S10)。   During such an infinite loop process, a timer interrupt occurs every fixed time (for example, 2 ms), and the process shown in FIG. 9A is executed. In the interrupt processing program, first, the value of the counter 61 at that moment is requested to the random number generation circuit 53 (REQ), and the value of the counter 61 is acquired as the random number value RND for lottery (S10).

このように、本実施例では、一回の割込み処理の先頭で抽選用乱数値RNDを確定するので、図柄始動口17A,17Bの個数や抽選処理の内容に係わらず、後述する特別図柄処理(S15)の配置位置に何の制限もない。なお、2ms毎に生じる割込み処理の先頭でカウンタ61の値を取得するので、取得処理そのものは周期性を持つが、カウンタ61の更新処理がCPUのプログラム処理に比べて格段に高速であり、しかも、基準クロックΦが、CPUに供給されるシステムクロックと無関係に生成されているので何の問題も生じない。   In this way, in this embodiment, since the lottery random value RND is determined at the beginning of one interrupt process, the special symbol process (to be described later) regardless of the number of the symbol start ports 17A and 17B and the contents of the lottery process. There is no restriction on the arrangement position of S15). Since the value of the counter 61 is acquired at the beginning of the interrupt process that occurs every 2 ms, the acquisition process itself has periodicity, but the update process of the counter 61 is much faster than the program process of the CPU. Since the reference clock Φ is generated independently of the system clock supplied to the CPU, no problem occurs.

続いて、当り用カウンタCTの更新処理が行われ(S11)、入賞検出センサを含む各種のスイッチからのスイッチ信号を読み込むスイッチ信号入力処理が実行される(S12)。このスイッチ信号入力処理によって、遊技球がゲート20を通過したか否か、遊技球
が第1図柄始動口17Aや第2図柄始動口17Bを通過したか否かなどを含む遊技盤5における各種の情報が把握される。
Subsequently, an update process of the winning counter CT is performed (S11), and a switch signal input process for reading switch signals from various switches including the winning detection sensor is performed (S12). By this switch signal input process, various game boards 5 including whether or not the game ball has passed through the gate 20, whether or not the game ball has passed through the first symbol start port 17A and the second symbol start port 17B, and the like. Information is grasped.

続いて、タイマ減算処理が行われ、ステップS14やS15で初期設定されたワークエリアのタイマ用の各数値TIMEが減算される(S13)。次に、第2図柄表示手段23の普通図柄表示部に関する普通図柄処理が実行される(S14)。例えば、今回のスイッチ信号入力処理(S12)によって、遊技球がゲート20を通過したことが把握されれば、ステップS11で更新された当り用カウンタCTの値に応じて、普通図柄表示部23に当り図柄を表示するか否かを判定する。   Subsequently, a timer subtraction process is performed, and each numerical value TIME for the timer of the work area initialized in steps S14 and S15 is subtracted (S13). Next, the normal symbol process related to the normal symbol display part of the second symbol display means 23 is executed (S14). For example, if it is determined that the game ball has passed through the gate 20 by the current switch signal input process (S12), the normal symbol display unit 23 displays the value of the winning counter CT updated in step S11. It is determined whether or not a winning symbol is displayed.

そして、この判定処理によって当選状態となると、普通図柄を変動表示させる時間や、その後の停止図柄や、第1と第2の図柄始動口17A,17Bの電動チューリップや開閉板の開放時間などを決定して、変動表示時間や開放時間などに対応する数値TIME1をRAMのワークエリアに記憶させる。   Then, when the winning state is achieved by this determination processing, the time for displaying the normal symbol in a variable manner, the subsequent stop symbol, the opening time of the electric tulips and the opening and closing plates at the first and second symbol start ports 17A and 17B, etc. are determined. Then, the numerical value TIME1 corresponding to the variable display time or the open time is stored in the work area of the RAM.

続いて、特別図柄に関する処理が実行される(S15)。図9(b)に示すように、特別図柄処理(S15)では、先ず、第1始動口17Aへの入賞があったか否かが、スイッチ信号入力処理(S12)の結果に基づいて判定され、入賞していたら抽選処理が行われる(S21)。抽選処理では、ステップS10の処理で確定されている抽選用乱数値RNDと、大当り当選値Hit1と比較して当否判定し、その結果に対応した処理を行う。仮に、大当り状態であれば、特別図柄の変動が停止した後、大入賞口18の開閉板をどれだけの時間開放させるかの時間データTIME2をワークエリアに書き込む。   Then, the process regarding a special symbol is performed (S15). As shown in FIG. 9B, in the special symbol process (S15), first, it is determined based on the result of the switch signal input process (S12) whether or not there has been a prize at the first start port 17A. If so, a lottery process is performed (S21). In the lottery process, the lottery random value RND determined in the process of step S10 is compared with the jackpot winning value Hit1 to determine whether or not, and a process corresponding to the result is performed. If it is a big hit state, after the change of the special symbol is stopped, the time data TIME2 indicating how long the opening / closing plate of the special winning opening 18 is opened is written in the work area.

続いて、第2始動口17Bへの入賞があったか否かが、スイッチ信号入力処理(S10)の結果に基づいて判定され、入賞していたら抽選処理が行われる(S23)。抽選処理では、抽選処理では、ステップS10の処理で確定されている抽選用乱数値RNDと、大当り当選値Hit2と比較して当否判定し、その結果に対応した処理を行う。仮に、大当り状態であれば、特別図柄の変動が停止した後、大入賞口18の開閉板をどれだけの時間開放させるかの時間データTIME2をワークエリアに書き込む。   Subsequently, it is determined based on the result of the switch signal input process (S10) whether or not there has been a prize at the second start port 17B. If a prize has been won, a lottery process is performed (S23). In the lottery process, in the lottery process, the lottery random value RND determined in the process of step S10 is compared with the jackpot winning value Hit2, and a determination is made, and a process corresponding to the result is performed. If it is a big hit state, after the change of the special symbol is stopped, the time data TIME2 indicating how long the opening / closing plate of the special winning opening 18 is opened is written in the work area.

このように、図9(b)の実施例では、第1と第2の始動口17A,17Bの入賞に対して別々の抽選動作を行っており、具体的には、第1と第2の図柄始動口17A,17Bについての大当り当選値Hit1,Hit2を相違させている。そのため、1回の割込み処理において2つの図柄始動口17A,17Bへの重複入賞があった場合にも、双方17A,17Bとも外れ、第1図柄始動口17Aのみ当り、第2図柄始動口17Bのみ当りの三状態しか存在しえず、ダブル当選がない分だけ波の穏やかなパチンコ機を実現することができる。   As described above, in the embodiment of FIG. 9B, separate lottery operations are performed for the winning of the first and second start ports 17A and 17B. Specifically, the first and second lottery operations are performed. The jackpot winning values Hit1 and Hit2 for the symbol start ports 17A and 17B are made different. Therefore, even when there are duplicate winnings at the two symbol start ports 17A and 17B in one interrupt process, both 17A and 17B are disengaged, only the first symbol start port 17A hits, only the second symbol start port 17B There can be only three states per win, and a pachinko machine with a gentle wave can be realized as long as there is no double winning.

一方、図9(c)に示すように、抽選処理を一回だけ行いダブル大当りの可能性を残しても良い。この実施例では、先ず、第1と第2の始動口17A,17Bの入賞をチェックし(S30)、もし重複入賞であればフラグFLをセットするようにしている(S31、S32)。そして、ステップS10の処理で確定されている抽選用乱数値RNDと、単一の大当り当選値Hitと比較して当否判定し、その結果に対応した抽選処理を行っている(S33)。   On the other hand, as shown in FIG. 9C, the lottery process may be performed only once to leave the possibility of a double big hit. In this embodiment, first, the winning of the first and second start ports 17A, 17B is checked (S30), and if it is a duplicate winning, the flag FL is set (S31, S32). Then, the lottery random value RND determined in the process of step S10 is compared with the single jackpot winning value Hit to determine whether or not the lottery is performed, and a lottery process corresponding to the result is performed (S33).

そのため、重複入賞時(FL=1)には、ダブル当選(大当り)の可能性があり、遊技者に新たな興奮を与えることができる。なお、ダブル当選の場合、大当りゲームを連続させる必要があるので、1回目の大当りゲームが終了すればフラグFLをデクリメントし、フラグFL=0になるまで大当りゲームを繰り返すことにする。   Therefore, there is a possibility of double winning (big hit) at the time of duplicate winning (FL = 1), and a new excitement can be given to the player. In the case of double winning, it is necessary to continue the big hit game, so when the first big hit game ends, the flag FL is decremented and the big hit game is repeated until the flag FL = 0.

上記のような独特の特別図柄処理(S15)の後、図柄制御基板40、払出し制御基板46、サウンド制御基板43、ランプ制御基板42に出力するべき制御コマンドがある場合には、その出力すべき制御コマンドを送信先の制御基板に出力する出力処理が実行される(S16)。   If there is a control command to be output to the symbol control board 40, the payout control board 46, the sound control board 43, and the lamp control board 42 after the unique special symbol processing (S15) as described above, that command should be output. An output process for outputting the control command to the destination control board is executed (S16).

最後に、図柄始動口17A,17B及び大入賞口18の開閉爪や開閉板を開閉駆動するソレノイドに駆動信号を出力する駆動信号出力処理が実行されて(S17)割込み処理を終える。なお、駆動信号出力処理(S17)では、ステップS14やS15の処理で初期設定されステップS12の処理で減算されたワークエリアの内容を参照し、各ワークエリアの数値が特定値より小さくなるとソレノイドをON駆動して第1始動口17Aの開閉爪、第2始動口17Bの開閉板、大入賞口18の開閉板を開放させ、各ワークエリアの数値が0に達するとソレノイドをOFF駆動して開閉爪や開閉板を閉じるようにしている。なお、各ワークエリアの数値は、ステップS13やS14においてタイマ初期値TIME1,TIME2が設定される以前は共に0である。   Finally, a drive signal output process for outputting a drive signal to the solenoid that opens and closes the open / close claws and the open / close plate of the symbol start ports 17A and 17B and the special winning opening 18 is executed (S17), and the interrupt process is completed. In the drive signal output process (S17), the contents of the work areas that are initially set in the processes in steps S14 and S15 and subtracted in the processes in step S12 are referred to. When the numerical value of each work area becomes smaller than a specific value, the solenoid is turned on. Turns ON to open the opening / closing claw of the first starting port 17A, the opening / closing plate of the second starting port 17B, and the opening / closing plate of the big prize opening 18, and when the numerical value of each work area reaches 0, the solenoid is driven OFF to open / close The nails and the opening / closing plate are closed. Note that the numerical values of the respective work areas are both 0 before the timer initial values TIME1 and TIME2 are set in steps S13 and S14.

続いて、別の実施例における動作内容を図1010に示すフローチャートにしたがって説明する。この遊技制御プログラムは、一定時間(例えば2ms)毎に発生するリセット信号に起因して実行されるが、大当り状態か否かの判定処理を含むメイン処理と、その後、次回のリセット信号が発生されるまで無限ループ状に行われる残余処理とに大別される。   Next, the operation content in another embodiment will be described with reference to the flowchart shown in FIG. This game control program is executed due to a reset signal generated every certain time (for example, 2 ms), but the main process including a process for determining whether or not a big hit state is generated, and then the next reset signal is generated. It is roughly divided into residual processing that is performed in an infinite loop.

リセット信号を受けると、最初にCPUの初期設定が行われ(ST1)、スタートデータが正常値か否かが判定される(ST2)。スタートデータとは、現在が電源投入時であるか否かを認識するためのデータであり、メイン処理部の終了時に特定データTrueをスタートデータとしてメモリに記憶しておき(ST12)、その値をステップST2の処理において判定するようにしている。   When the reset signal is received, the CPU is initially set (ST1), and it is determined whether or not the start data is a normal value (ST2). The start data is data for recognizing whether or not the present time is power-on, and the specific data True is stored in the memory as start data when the main processing unit ends (ST12), and the value is stored. The determination is made in the process of step ST2.

電源投入時であれば、スタートデータが異常値(≠True)であることによって、そのことが確認されるので、遊技機器のイニシャライズ処理として、作業領域の初期化や初期設定処理が行われる(ST3,ST4)。一方、スタートデータが正常値Trueであれば、先ず、カウンタ61の値の取得が行われる(ST5)。以下、当り用カウンタCTの更新処理(ST6)から駆動信号出力処理(ST12)までの処理が実行されるが、その内容は、図9に示すS11〜S17の内容と同様である。なお、これらステップST5〜ST12の処理に前後して、普通電動役物処理や特別電動役物処理、その他、エラー検出処理なども行われるが、本発明の趣旨に直接関係しないので説明を省略する。   When the power is turned on, since the start data is confirmed as an abnormal value (≠ True), this is confirmed, so that initialization of the work area and initial setting processing are performed as initialization processing of the gaming machine (ST3). , ST4). On the other hand, if the start data is the normal value True, the value of the counter 61 is first acquired (ST5). Hereinafter, the process from the update process (ST6) of the winning counter CT to the drive signal output process (ST12) is executed, and the contents thereof are the same as the contents of S11 to S17 shown in FIG. In addition, before and after these steps ST5 to ST12, normal electric accessory processing, special electric accessory processing, and other error detection processing are also performed. However, the explanation is omitted because it is not directly related to the gist of the present invention. .

このような通常の処理を終えた後、特定データ(true)をスタートデータとしてメモリに記憶して(ST13)、メイン処理プログラムが完了する。続いて、次回のリセット信号が生じるまで、外れ図柄用の乱数処理などが無限ループ状に行われる(ST14)。なお、外れ図柄用の乱数処理は、次回のメイン処理プログラムにおいて特別図柄の抽選(ST10)に外れた場合に液晶ディスプレイ16に描かれる外れ図柄パターンを規定するものである。   After completing such normal processing, the specific data (true) is stored in the memory as start data (ST13), and the main processing program is completed. Subsequently, a random number process for an out symbol is performed in an infinite loop until the next reset signal is generated (ST14). The random symbol processing for the out symbol defines the out symbol pattern drawn on the liquid crystal display 16 when the special symbol lottery (ST10) is out in the next main processing program.

以上、本発明の実施例を説明したが、具体例を例示したに過ぎず、特に本発明を限定するものではない。例えば、上記の実施例の場合には、大当り用カウンタはハードウェア的に実現し、当り用カウンタCTはソフトウェア的に実現したが、双方ともハードウェア的に実現してもよい。また、図柄始動口も特に2個である必要はない。   As mentioned above, although the Example of this invention was described, it has only illustrated the specific example and does not specifically limit this invention. For example, in the case of the above embodiment, the big hit counter is realized by hardware, and the hit counter CT is realized by software, but both may be realized by hardware. Further, it is not necessary that the number of symbol starting ports is two.

また、実施例の説明では、割込み処理ごと、又リセット処理ごとに必ず、カウンタ値を取得しているが(S10,ST5)、必ずしもこのような動作に限定されない。例えば、スイッチ入力処理(S12,ST7)を、カウンタ値の取得処理(S10,ST5)より
も前に位置させることによって、始動口17A,17Bに遊技球が入賞していない場合には、カウンタ値の取得処理(S10,ST5)をスキップさせても良い。この場合には、最初に行うスイッチ入力処理によって各始動口17A,17Bへの入賞の有無に応じて入賞フラグ値F,Fを設定し、ステップS20,S22、S30の判定処理は、その入賞フラグ値F,Fに基づいて行えば良い。
In the description of the embodiment, the counter value is always acquired for each interrupt process or reset process (S10, ST5), but the operation is not necessarily limited to such an operation. For example, when the switch input process (S12, ST7) is positioned before the counter value acquisition process (S10, ST5), the game value is not counted in the starting ports 17A, 17B. The acquisition process (S10, ST5) may be skipped. In this case, the winning flag values F A and F B are set according to the presence / absence of winning at each of the start ports 17A and 17B by the switch input processing that is performed first, and the determination processing of steps S20, S22, and S30 What is necessary is to perform based on the winning flag values F A and F B.

2 弾球遊技機(パチンコ機)
17A,17B 所定領域(図柄始動口)
16,61 乱数発生用カウンタ
S21,S22,S33 抽選処理
2 Ball game machines (pachinko machines)
17A, 17B Predetermined area (design start port)
16, 61 Random number generation counters S21, S22, S33 Lottery processing

Claims (1)

第1と第2の2つの図柄始動口の何れかに遊技球が入賞すると、図柄表示部の表示図柄が所定時間変動表示され、その後、表示図柄が当選状態を示して停止すると、大当り状態の特別遊技が開始される弾球遊技機であって、
所定時間毎に繰り返し実行される周期的実行部において遊技動作が進行するよう構成され、周期的実行部は、
2つの図柄始動口への遊技球の入賞を、所定時間毎に判定するスイッチ入力処理と、
スイッチ入力処理によって2つの図柄始動口の一方又は双方への遊技球の入賞が認められる場合に、乱数発生回路を構成する単一の乱数発生用カウンタの出力値である乱数値を取得する取得処理と、
スイッチ入力処理によって第1図柄始動口への入賞が認められると、取得処理が取得した乱数値と第1当選値とを対比して大当りの当選状態か否かを判定する第1抽選処理と、
スイッチ入力処理によって第2図柄始動口への入賞が認められると、第1抽選処理の実行の有無に拘らず、取得処理が取得した乱数値と第2当選値とを対比して大当りの当選状態か否かを判定する第二抽選処理と、を有して構成された遊技機。
When a game ball wins at one of the first and second symbol start openings, the display symbol on the symbol display section is displayed in a variable manner for a predetermined time. After that, when the display symbol indicates a winning state and stops, A ball game machine in which a special game is started,
It is configured such that a gaming operation proceeds in a periodic execution unit that is repeatedly executed every predetermined time.
A switch input process for determining the winning of game balls at the two symbol start ports at predetermined intervals;
An acquisition process for acquiring a random number value that is an output value of a single random number generation counter constituting the random number generation circuit when a winning of a game ball to one or both of the two symbol start ports is recognized by the switch input process When,
A first lottery process for determining whether the winning state is a big win by comparing the random number value acquired by the acquisition process with the first winning value when winning at the first symbol start opening is recognized by the switch input process;
When winning at the second symbol start opening is recognized by the switch input process, regardless of whether or not the first lottery process is executed, the winning state of the big win is compared with the random value acquired by the acquisition process and the second winning value And a second lottery process for determining whether or not.
JP2010144710A 2010-06-25 2010-06-25 Bullet ball machine Expired - Fee Related JP5290246B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010144710A JP5290246B2 (en) 2010-06-25 2010-06-25 Bullet ball machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010144710A JP5290246B2 (en) 2010-06-25 2010-06-25 Bullet ball machine

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2009090692A Division JP4621784B2 (en) 2009-04-03 2009-04-03 Bullet ball machine

Related Child Applications (2)

Application Number Title Priority Date Filing Date
JP2012083497A Division JP5497826B2 (en) 2012-04-02 2012-04-02 Bullet ball machine
JP2013006841A Division JP5722925B2 (en) 2013-01-18 2013-01-18 Bullet ball machine

Publications (2)

Publication Number Publication Date
JP2010234085A JP2010234085A (en) 2010-10-21
JP5290246B2 true JP5290246B2 (en) 2013-09-18

Family

ID=43088969

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010144710A Expired - Fee Related JP5290246B2 (en) 2010-06-25 2010-06-25 Bullet ball machine

Country Status (1)

Country Link
JP (1) JP5290246B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012148126A (en) * 2012-04-02 2012-08-09 Fujishoji Co Ltd Pinball game machine

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0810402A (en) * 1994-04-29 1996-01-16 J T:Kk Game apparatus
JPH08187332A (en) * 1995-01-11 1996-07-23 Ace Denken:Kk Pachinko machine
JP2778527B2 (en) * 1995-06-21 1998-07-23 日本電気株式会社 Counting circuit
JP4180161B2 (en) * 1998-10-15 2008-11-12 株式会社三共 Game machine
JP2000167141A (en) * 1998-12-02 2000-06-20 Ace Denken:Kk Game machine
JP2000217991A (en) * 1999-02-02 2000-08-08 Ace Denken:Kk Game machine
JP4621784B2 (en) * 2009-04-03 2011-01-26 株式会社藤商事 Bullet ball machine

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012148126A (en) * 2012-04-02 2012-08-09 Fujishoji Co Ltd Pinball game machine

Also Published As

Publication number Publication date
JP2010234085A (en) 2010-10-21

Similar Documents

Publication Publication Date Title
JP4545125B2 (en) Game machine
JP3934884B2 (en) Game machine
JP4621784B2 (en) Bullet ball machine
JP5290246B2 (en) Bullet ball machine
JP3953292B2 (en) Game machine
JP2019180657A (en) Game machine
JP5722925B2 (en) Bullet ball machine
JP5497826B2 (en) Bullet ball machine
JP4588012B2 (en) Bullet ball machine
JP3924129B2 (en) Bullet ball machine
JP4562672B2 (en) Bullet ball machine
JP3860970B2 (en) Bullet ball machine
JP4842394B2 (en) Bullet ball machine
JP4588099B2 (en) Bullet ball machine
JP4861508B2 (en) Bullet ball machine
JP4842391B2 (en) Bullet ball machine
JP4498281B2 (en) Game machine
JP2002282506A (en) Game machine
JP2002282507A (en) Pachinko game machine
JP3898439B2 (en) Game machine
JP4498458B2 (en) Game machine
JP2019181001A (en) Game machine
JP2006312090A (en) Game machine
JP4828727B2 (en) Game machine
JP2003190480A (en) Game machine

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120131

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120402

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A132

Effective date: 20121120

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130118

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20130507

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130605

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees