US20080096672A1 - Game device, and fraud detecting method for the game device - Google Patents

Game device, and fraud detecting method for the game device Download PDF

Info

Publication number
US20080096672A1
US20080096672A1 US11/904,994 US90499407A US2008096672A1 US 20080096672 A1 US20080096672 A1 US 20080096672A1 US 90499407 A US90499407 A US 90499407A US 2008096672 A1 US2008096672 A1 US 2008096672A1
Authority
US
United States
Prior art keywords
count
nonvolatile memory
game
life
game machine
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.)
Abandoned
Application number
US11/904,994
Inventor
Shigeru Mototani
Shinichi Furuhashi
Yusuke Shimizu
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.)
Sega Corp
Original Assignee
Sega Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sega Corp filed Critical Sega Corp
Assigned to SEGA CORPORATION reassignment SEGA CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SHIMIZU, YUSUKE, FURUHASHI, SHINICHI, MOTOTANI, SHIGERU
Publication of US20080096672A1 publication Critical patent/US20080096672A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • A63F13/12
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/70Game security or game management aspects
    • A63F13/75Enforcing rules, e.g. detecting foul play or generating lists of cheating players
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/30Interconnection arrangements between game servers and game devices; Interconnection arrangements between game devices; Interconnection arrangements between game servers
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/45Controlling the progress of the video game
    • A63F13/48Starting a game, e.g. activating a game device or waiting for other players to join a multiplayer session
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/50Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterized by details of game servers
    • A63F2300/55Details of game data or player data management
    • A63F2300/5586Details of game data or player data management for enforcing rights or rules, e.g. to prevent foul play
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/60Methods for processing data by generating or executing the game program
    • A63F2300/63Methods for processing data by generating or executing the game program for controlling the execution of the game in time
    • A63F2300/636Methods for processing data by generating or executing the game program for controlling the execution of the game in time involving process of starting or resuming a game

Definitions

  • the present invention relates to an irregular use detection method for a game machine, and a game machine to which the method is applied.
  • game machines have a configuration to record information on a player who plays a game (e.g. game achievement record in past) on an IC card or data base (DB) server.
  • a game e.g. game achievement record in past
  • DB data base
  • a player who is serious about their game achievement record may intentionally shut the power of the game machine OFF before the game achievement result is recorded when the loss of a game seems certain.
  • the cause of disconnection of the power supply when the program is operating normally could be the intention or error of the player, but when an unexpected hang up occurs, the player information must be preserved so that the player does not experience a disadvantage.
  • Patent Document 1 In Japanese Patent Application Laid-Open No. 2001-327712 (see paragraph [0003] and [0096]), referred to as Patent Document 1 here, an invention to prevent the loss of payout information at power failure, which occurred paying out winnings based on winning pachinko balls on a pachinko machine, is disclosed.
  • the invention according to this Patent Document 1 is a pachinko machine having a main side control unit and a sub-side control unit, each of which stores a value (the number of winning pachinko balls paid out) counted during payout in a recording section respectively, and when main power is recovered, information on one of the recording sections of the main side and sub-side is read, and the payout device is driven and controlled based on the payout information before the power failure.
  • Patent Document 2 an invention of writing a same count value in three nonvolatile memories, comparing the data of these memories when power is turned ON, and judging the correct data based on a majority decision, is disclosed.
  • Patent Documents 1 and 2 are both for acquiring correct information without errors of numeric values due to a power failure, by comparing the information recorded in a plurality of recording sections.
  • an object of the present invention to provide an irregular use detection method for a game machine, which can easily detect the cause of restarting the game machine and can switch the maintenance level of the player information based on the reason for the restart, and a game machine system that uses this irregular use detection method.
  • a first aspect of the game machine of the present invention to achieve the above object has: a first control unit for controlling the execution of a game program; a second control unit for continuing incrementing a count value in a progressing process of the game program; a first nonvolatile memory area for storing the count value incremented by the second control unit as a life count; and a second nonvolatile memory area for storing a count value acquired by the first control unit based on the life count as a copy count, wherein the life count stored in the first nonvolatile memory area and the copy count stored in the second nonvolatile memory area are compared at restart, and judgment is made that power is shut OFF due to an irregular action of a player before the restart if the life count and the copy count are not in a predetermined relationship.
  • a second aspect of the game machine of the present invention to achieve the above objects is the game machine according to the first aspect, further having a managing unit for managing power OFF and a player, wherein when judgment is made that the power is shut OFF due to an irregular action of the player, the management unit controls the player to limit execution of the game.
  • a third aspect of the game machine of the present invention to achieve the above object is the game machine according to the first aspect, wherein the copy count to be stored in the second nonvolatile memory area is a copy of the life count.
  • a fourth aspect of the game machine of the present invention to achieve the above object is the game machine according to the first aspect, wherein the first nonvolatile memory area and the second nonvolatile memory area are in a common nonvolatile memory.
  • a fifth aspect of the game machine of the present invention to achieve the above object is the game machine according to the first or fourth aspect, wherein the first nonvolatile memory area and the second nonvolatile memory area have a multiplexed area respectively, and the same life count and copy count are written in the multiplexed area respectively.
  • the sixth aspect of the game machine of the present invention to achieve the above object is the game machine according to the fifth aspect, wherein if the multiplexed area is a triplexed area and if values written in two or more areas of the multiplexed area are the same, then this same value is regarded as the original life count and copy count multiplexed.
  • the seventh aspect of the game machine of the present invention to achieve the above object is the game machine according to the sixth aspect, wherein if values written in the two or more areas are not the same, and if a difference of a first value written in a first rank order and a third value written in a third rank order is 1, then the first value or the third value is regarded as the original life count and copy count.
  • a first aspect of the game machine system to achieve the above object of the present invention has a plurality of game machines, and a management device for managing power Off and player information of the plurality of game machines, wherein each of the plurality of game machines further has: a first control unit for controlling the execution of a game program; a second control unit to continue incrementing a count value in a progressing process of the game program; a first nonvolatile memory area for storing a count value incremented by the second control unit as a life count; and a second nonvolatile memory area for storing a count value acquired by the first control unit based on the life count as a copy count, wherein the life count stored in the first nonvolatile memory area and the copy count stored in the second nonvolatile memory area are compared at restart, and it is judged that the power was shut OFF due to an irregular action of a player before restart if the life count and the copy count are not in a predetermined relationship, and the management device holds information of the player who committed the irregular action judge
  • a second aspect of the game machine system to achieve the above object of the present invention is the game machine system according to the first aspect, wherein the management device further has one data center connected via a network, and the data center further has a data base for holding information on players who execute games, and acquires information on a player who committed an irregular action on a plurality of game machines, which is transmitted via the management device, and registers it in the data base.
  • An irregular action judgment method for the game device to achieve the above object of the present invention has steps of: continuing incrementing a count value by a second control unit in a progressing process of a game program which is executed by a first control unit; storing a count value incremented by the second control unit in a first nonvolatile memory as a life count; acquiring a count value by the first control unit based on the life count; storing the count value acquired by the first control unit in a second nonvolatile memory as a copy count; comparing the life count stored in the first nonvolatile memory area and the copy count stored in the second nonvolatile memory area at restart; and judging that the power was shut OFF due to an irregular action of a player before the restart if the life count and the copy count are not in a predetermined relationship.
  • the player information is set so as to be a disadvantage for the player who committed this irregular action, thereby fairness to other players participating in a network game is insured, and enthusiasm to participate in the game is not diminished.
  • FIG. 1 is a diagram depicting a configuration example of a game machine to which the present invention is applied;
  • FIG. 2A to 2 C are diagrams depicting the relationship of the first memory area and the second memory area
  • FIG. 3A to 3 C are diagrams depicting the method for comparing the life count and the copy count
  • FIG. 4 is a diagram depicting the relationship between the life count and the copy count according to the present invention.
  • FIG. 5 is a diagram depicting the state of the count value when the power switch 5 is turned OFF by an intentional irregular action of a player in comparison with FIG. 4 ;
  • FIG. 6 is a table to show that a previous startup state can be known by the count state
  • FIG. 7 is a table showing an example when the data to be written in a nonvolatile memory is triplexed
  • FIG. 8 is a table showing areas of the nonvolatile memory corresponding to the triplexing in FIG. 7 ;
  • FIG. 9 is a diagram depicting the configuration example of the game machine system assuming the case when a game is played among game machines in a plurality of arcades via a network;
  • FIG. 10 is a diagram depicting the general flow of the game machine system
  • FIG. 11 shows an example of play data recorded in the nonvolatile memory 11 dedicated to the main CPU 10 ;
  • FIG. 12 is a diagram depicting one method for initializing the system
  • FIG. 13 is a diagram depicting a flow of another method of synchronization processing (step S 80 ) in FIG. 12 ;
  • FIG. 14 is a diagram depicting a flow of another method of synchronization processing (step S 80 ) in FIG. 12 .
  • FIG. 1 is a configuration example of a game machine to which the present invention is applied.
  • the game machine has a game machine main board 1 , game machine sub-board 2 , IC card reader/writer 3 , and a power unit 4 .
  • the power unit 4 has a power switch 5 which can be operated from outside the machine.
  • the game machine main board 1 has a main CPU 10 and a ROM 12 storing BIOS and the game programs.
  • the game machine main board 1 also has a nonvolatile memory 11 dedicated to the main CPU, where the main CPU 11 reads/writes information during game execution.
  • the main CPU 10 starts up the system by turning the power switch 5 ON, and executing BIOS. When the system is started, an IC card of the player can be inserted into the IC card reader/writer 3 .
  • the main CPU 10 When an IC card is inserted into the IC card reader/writer 3 , the main CPU 10 reads the card information of the IC card, and authenticates the player. If the player passes authentication, the CPU 10 can start the game program.
  • the game machine sub-board 2 has a sub-CPU 20 and a shared nonvolatile memory 21 , which is shared with the game machine main board 1 .
  • the game machine sub-board 2 functions primarily as an I/O equipment interface, such as for a joystick, and sound amplifier.
  • the game machine sub-board 2 is started up by turning the power switch 5 ON, just like the game machine main board 1 .
  • the sub-CPU 20 of the game machine sub-board 2 has a count function, which is a characteristic of the present invention.
  • counting is started by this count function, and counting continues until power is shut OFF in the progressing process of the game program, including the final storage of the game result data.
  • the count value after being counted is stored in the first memory area of the shared nonvolatile memory 21 .
  • the main CPU 10 of the game machine main board 1 records a count value acquired based on the count value counted by the count function of the sub-CPU 20 .
  • An independent nonvolatile memory may be provided to store this count value, and is used as the second nonvolatile memory area, but it is preferable to store the count value in a second nonvolatile memory area in the shared nonvolatile memory 21 in the game machine sub-board 2 .
  • a count value counted by the count function of the sub-CPU 20 is called a “life count”, and a count value acquired by the main CPU 10 based on this life count is called a “copy count”.
  • FIG. 2A to 2 C shows an example of the relationship between the first memory area and the second memory area.
  • FIG. 2A shows a mode where a life count is stored in a first nonvolatile memory area of the shared nonvolatile memory 21 (step P 1 ), and for the copy count, the main CPU 10 reads the life count (step P 2 ), and copies it to a second nonvolatile memory area of the shared nonvolatile memory 21 (step P 3 ).
  • FIG. 2B shows a mode where a life count is stored in a first nonvolatile memory area of the shared nonvolatile memory 21 (step P 1 ), and is simultaneously notified to the main CPU 10 (step P 2 a ). Then the main CPU 10 stores the notified life count in a second nonvolatile memory area of the shared nonvolatile memory 21 (step P 3 ).
  • FIG. 2C shows a mode where an independent memory 13 is provided in the game machine main board 1 , and a life count is stored in a first nonvolatile memory area of the shared nonvolatile memory 21 (step P 1 ), and is simultaneously notified to the main CPU 10 (step P 2 a ). Then the main CPU 10 stores the notified life count in the independent nonvolatile memory 13 as a second nonvolatile memory area, and acquires a copy count (step P 3 a ).
  • FIG. 4 is a diagram depicting a life count and a copy count that the main CPU 10 acquires based on this life count in this configuration, according to the present invention, and this is the case showing that the cause of a restart is a hang up of the main CPU 10 .
  • “A” is a life count and is incremented by “1” each second while the power is ON, as an example.
  • the life count to be incremented is stored in the first nonvolatile memory area of the shared nonvolatile memory 21 .
  • “B” is a copy count acquired by the main CPU 10 according to one of the methods described in FIG. 2A to 2 C.
  • the copy count which is acquired by the acquisition processing of the main CPU 10 based on the life count by the sub-CPU 20 , appears with a delay, as shown in FIG. 4 .
  • FIG. 4 shows the state when the main CPU 10 hangs up at time T 0 . Therefore the copy count acquired by the main CPU 10 stops at “101”.
  • the game machine main board 1 and the sub-board 2 are restarted at times T 1 ant T 2 respectively, as described in FIG. 1 .
  • the main CPU 1 compares the counts stored in the first and second nonvolatile memory areas at time T 3 according to the game program.
  • the count values stored in the first and second nonvolatile memory areas are compared by the CPU 1 as the first control unit.
  • the CPU 20 may read the count value and the copy count value from the shared nonvolatile memory 21 by the CPU 20 as the second control unit, as shown in FIG. 2A and FIG. 2B , or the copy count value may be read from the independent memory 13 if the copy count value is stored in the independent memory 13 , as shown in FIG. 2C , to compare each value.
  • the comparison result must be transferred to the main CPU 10 .
  • an independent comparison circuit 14 may be disposed, as shown in FIG. 3A to 3 C, so as to compare the count value and the copy count value.
  • FIG. 3A , FIG. 3B and FIG. 3C in FIG. 3 correspond to FIG. 2A , FIG. 2B and FIG. 2C respectively.
  • the comparison circuit 14 reads a count value and a copy count value from the shared nonvolatile memory 21 , and compares these values. The result is transferred to the main CPU 1 .
  • the comparison circuit 14 reads the count value from the shared nonvolatile memory 21 and the copy count value from the independent memory 13 , and compares these values. The result must also be transferred to the main CPU 1 .
  • the life count value and the copy count value may be set to have a predetermined relationship when the game program is progressing normally, so that whether this predetermined relationship is maintained or not is judged when the life count and the copy count are compared. If the life count value and the copy count value are in the predetermined relationship as a result of comparison, it is judged that irregular action was not committed by players.
  • the predetermined relationship refers, for example, to an arithmetic progression, a geometric progression or to a certain relationship to be formed between values before and after conversion using a predetermined function.
  • the power switch 5 is intentionally turned OFF by an irregular action of a player, on the other hand, incrementing of the counter by the sub-CPU 20 stops immediately. Also the main CPU 10 does not copy the life count. Therefore, in this case, the first count value stored in the first nonvolatile memory area and the second count value stored in the second nonvolatile memory area are the same, or do not maintain the above mentioned predetermined relationship.
  • FIG. 5 is a diagram depicting the state of the count values when the power switch 5 is turned OFF by an intentional irregular action of a player, in comparison with FIG. 4 .
  • the switch 5 if the switch 5 is forcibly turned OFF by an intentional irregular action of a player at timing T 0 ′, the first and second counter values become the same, “104” for example. Therefore when the arcade operator or a player turns the power switch 5 ON, the game machine main board 1 and the game machine sub-board 2 are restarted at times T 1 and T 2 respectively. When the game machine main board 1 and the game machine sub-board 2 complete restart respectively, the main CPU 1 compares the first and second count values stored in the first and second nonvolatile memory areas according to the game program at time T 3 .
  • the main CPU 1 judges that the previous state where power is shut OFF is due to an irregular action of a player.
  • a record of irregular action is stored in the IC card inserted by a player, so that subsequent participation of this player in a network game is disabled.
  • the achievement level in a network game is set to the lowest rank.
  • FIG. 6 is a table summarizing the above modes.
  • the previous startup state can be known by the count state shown in this table.
  • “I” is a state where the system restarted during normal operation. At most a difference of “1” or less could be generated, depending on the timing of copying the life count.
  • “II” is a state where the game machine main board 1 was hung up, and life count could not be copied.
  • “III” is a state where the life count and the copy count end with the same value. This case shows that the power switch 5 was turned OFF by an intentional irregular action of a player, and the sub-board 2 could not increment the life count.
  • Restart in normal operation is performed when the game is not progressing (e.g. during an advertisement), so a flag to indicate whether it is during a game or not is stored in the nonvolatile memory separately from these counters, and this information is referred to at start up, so that “I” and “III” can be distinguished.
  • the life count and the copy count are stored in the nonvolatile memory, but it is possible that an undefined value be written when power is turned OFF when writing to the nonvolatile memory.
  • the life count and the copy count are multiplexed.
  • FIG. 7 is an example when the data to be written to the nonvolatile memory is triplexed.
  • FIG. 8 shows areas in the shared nonvolatile memory 21 corresponding to this triplexing, where three areas for multiplexing are secured for the life count and the copy count respectively. In other words, a same count value is written in different areas in the sequence of count 1 , count 2 and count 3 , so as to triplex the data.
  • N is a value which is about to be written now
  • N ⁇ 1 is a value which was written a previous time.
  • X is an arbitrary value, and in a normal operation state X is N or N ⁇ 1. If the power is shut OFF when writing to the nonvolatile memory, an unexpected value is written.
  • a possible method to determine original data from triplexed data being written is a “majority decision”.
  • the present invention will be particularly significant when it is applied to the case when a plurality of players play a game simultaneously, or at different times and from different locations.
  • each game machine has a basic configuration shown in FIG. 1 .
  • FIG. 9 is a configuration example of a game machine system assuming that game machines in a plurality of arcades are used to play a game via a network.
  • a plurality of arcades 100 A, 100 B . . . 100 N are connected to a data center 120 via the Internet 110 as a network.
  • the data center 120 has a data base server 121 and stores information on players participating in games by each game title.
  • a Web server 122 sends player information in a data base server 121 via a firewall 123 and Internet 110 to each arcade, and collects game execution results from each arcade, and sends it to the data base server 121 .
  • the data center 120 also has a mail server 124 so as to send player information to a terminal of a registered user (player).
  • the arcades 100 A, 100 B to 100 N are connected to the Internet 110 via an arcade router 101 respectively.
  • An arcade management device 102 a is connected via an arcade hub 102
  • a plurality of game machines 104 A to 104 N are connected via a hub 103 .
  • the configuration of each of the plurality of game machines 104 A to 104 N is the same as the configuration shown in FIG. 1 .
  • the arcade management device 102 a has a function to manage the power OFF of a game machine and the users.
  • the function to manage power OFF of a game machine and the users may be assigned to the data center 120 .
  • managing the users refers to controlling how game play is handled, including the rejection of a game continuation for a player who committed an irregular action.
  • the arcade management device 102 a acquires and manages information on the player who committed this irregular action. Therefore even if the player who committed the irregular action attempts to continue the game on another game machine in the arcade, execution of the game can be rejected if this player is judged as a player who committed an irregular action before, as a result of player authentication. Or by assigning a predetermined handicap for game execution, fairness to other players can be insured.
  • the arcade management device 102 a registers the acquired information on the player who committed an irregular action in the data base server 121 of the data center 120 , then even if the player who committed the irregular action attempts to execute the game on another game machine of another arcade, the game execution can be rejected, or a predetermined handicap can be assigned to game execution.
  • FIG. 10 is a diagram depicting the general flow of the game machine system.
  • step S 1 When the power of the game machine is turned ON, the game machine main board 1 and the game machine sub-board 2 are started up (step S 1 ).
  • the main CPU 10 of the game device main board 1 acquires the previous termination state information (step S 2 ).
  • the termination state information As the termination state information, the life count and the copy count stored in the shared nonvolatile memory 21 are acquired (step S 2 , see FIG. 8 ).
  • the original life count and the copy count are determined using the judgment standard for the life count and the copy count respectively if the counts are multiplexed (example in FIG. 8 ).
  • step S 3 it is judged whether the previous termination was caused by a hang up. If the difference of the life count and the copy count is one or more, it is judged as a termination caused by a hang up according to the principle of the present invention, and if there is no difference between the life count and the copy count and the life count and the copy count are identical, then it is judged that the power was shut OFF due to an irregular action by a player.
  • step S 4 the recovery data of the play data stored in the nonvolatile memory 11 dedicated to the main CPU 10 is saved (step S 4 ).
  • FIG. 11 is an example of play data recorded in the nonvolatile memory 11 dedicated to the main CPU 10 , and the recovery data means saving the data recorded in the recovery data storage area without deleting it.
  • step S 3 If it is judged that the previous termination is due to power OFF by an intentional irregular action of a player (step S 3 , N), on the other hand, the irregular action of the player+once, for example, is recorded (step S 5 ). If the irregular action count does not exceed a threshold (step S 6 , N), the restart of the game is enabled, and if the irregular action count exceeds a threshold (step S 6 , Y), irregular action countermeasure processing (step S 7 ) is executed.
  • step S 7 Various handlings are possible for the irregular action countermeasure processing (step S 7 ), such as decreasing the ranking of the player data in a network game for a predetermined amount, and rejecting continuation of a game.
  • the player information is not stored in the game machine where an intentional irregular shut off is performed, but in the arcade management device, which is not illustrated, connected to the arcade hub 102 of the arcade or the data server 121 of the data center 120 .
  • This player information can include the irregular action count of the player who committed an intentional irregular action.
  • step S 80 a count start command is sent from the main CPU 10 of the game machine main board 1 to the game machine sub-board 2 (step S 80 a ).
  • step S 80 a the sub-CPU 20 of the game machine sub-board 2 clears the life count (step S 80 b ).
  • the sub-CPU 20 increments the life count by “1” at each predetermined time (e.g. at each one second) (steps S 81 a and 82 a ).
  • the main CPU 10 acquires the copy count at each predetermined time based on the life count (steps S 81 b and 82 b ).
  • FIG. 13 is a flow chart depicting another method of the synchronization processing (step S 80 ) in FIG. 12 , and the synchronization is performed on the nonvolatile memory.
  • FIG. 14 is a sequence diagram corresponding to FIG. 13 .
  • the game machine main board 1 After start up, the game machine main board 1 acquires and confirms the life count and the copy count (step S 2 : FIG. 10 ), and when this ends, the game machine main board 1 starts toggling the synchronization data with a predetermined interval (millisecond order) in order to notify the end of acquisition of information of the life count and the copy count to the game machine sub-board 2 (step 800 ). For example, 55 h , AAh, 55 h , AAH . . . is performed.
  • the game machine sub-board 2 waits for the synchronization data to change while maintaining the life count in a state before startup (step S 801 ).
  • the game machine sub-board 2 clears the synchronization data to notify the change of the synchronization data to 11 (step S 802 ).
  • any value other than the values which the game machine main board 1 is toggling, can be used.
  • the synchronization data is cleared to “0”.
  • step S 803 the life count is cleared to “0” (step S 803 ), and regular count up of the life count is started.
  • the game machine main board 1 detects that the synchronization data, which has been toggled, is cleared (step S 804 , Y), and starts regular copying of the life count.
  • This count up (incrementing) processing of the life count by the sub-CPU 20 of the game machine sub-board 2 and the copy count acquisition processing by the main CPU 10 of the game machine main board 1 are continued at least as long as the game machine is operating normally. If the power of the game machine is shut OFF due to a hang up or to irregular action of a player, processing based on the comparison of the life count and the copy count, which is the characteristic of the present invention described above, is performed.
  • step S 9 an advertisement processing to display an advertisement screen on a display screen, which is not illustrated, of the game machine, is executed (step S 9 ). If a player instructs for the start of the game (step S 10 , Y), game start processing is performed (step S 11 ), and game execution is enabled (step S 12 ). If game termination is instructed, game termination processing is performed (step S 13 ), and advertisement processing (step S 9 ) is performed again.
  • step S 9 From advertisement processing (step S 9 ) to game termination processing (step S 13 ) are not directly related to the present invention, so further description is omitted.

Abstract

A game machine can detect the reasons of restart and switch the maintenance level of player information based on the reasons. The game machine has first and second control units respectively controlling the execution of a game program and continuing incrementing a count value in a progressing process of the game program; first and second nonvolatile memory areas storing the count value incremented by the second control unit as a life count and a count value acquired by the first control unit based on the life count as a copy count, respectively, wherein the life count stored in the first nonvolatile memory area and the copy count stored in the second nonvolatile memory area are compared at restart, and judgment is made that the power is shut OFF due to an irregular action of a player before the restart if the life count and the copy count are not in a predetermined relationship.

Description

    CROSS REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of International Application No. PCT/JP2006/305990, filed on Mar. 24, 2006, now pending, herein incorporated by reference. Further, this application is based upon and claims the benefit of priority from the prior Japanese Patent Application No. 2005-100375, filed on Mar. 31, 2005, the entire contents of which are incorporated herein by reference.
  • TECHNICAL FIELD
  • The present invention relates to an irregular use detection method for a game machine, and a game machine to which the method is applied.
  • BACKGROUND ART
  • Recently the arcade game contents playable for game machines installed in game centers that have a plurality of game machines have become advanced and complicated, and the game machines are constructed so as to have specifications to support these games.
  • For example, game machines have a configuration to record information on a player who plays a game (e.g. game achievement record in past) on an IC card or data base (DB) server.
  • Because of this, in some cases a player who is serious about their game achievement record may intentionally shut the power of the game machine OFF before the game achievement result is recorded when the loss of a game seems certain.
  • On the other hand, programs to be executed by the game machine become complicated as games advance, and unexpected hang-ups may occur. In this case, the store operator managing the game machines turns the power of the game machine OFF once, then ON again to restart it.
  • In both cases, continuation of the game execution is disabled once. Therefore it is important to identify whether the cause of discontinuation of the execution of the game is an intentional power disconnection by a player, or a hang up of the system for which the player is not responsible.
  • In other words, the cause of disconnection of the power supply when the program is operating normally could be the intention or error of the player, but when an unexpected hang up occurs, the player information must be preserved so that the player does not experience a disadvantage.
  • In Japanese Patent Application Laid-Open No. 2001-327712 (see paragraph [0003] and [0096]), referred to as Patent Document 1 here, an invention to prevent the loss of payout information at power failure, which occurred paying out winnings based on winning pachinko balls on a pachinko machine, is disclosed. The invention according to this Patent Document 1 is a pachinko machine having a main side control unit and a sub-side control unit, each of which stores a value (the number of winning pachinko balls paid out) counted during payout in a recording section respectively, and when main power is recovered, information on one of the recording sections of the main side and sub-side is read, and the payout device is driven and controlled based on the payout information before the power failure.
  • In Japanese Patent Application Laid-Open No. 2003-271909 (see paragraph [0015]), referred to as Patent Document 2 here, an invention of writing a same count value in three nonvolatile memories, comparing the data of these memories when power is turned ON, and judging the correct data based on a majority decision, is disclosed.
  • The inventions according to Patent Documents 1 and 2 are both for acquiring correct information without errors of numeric values due to a power failure, by comparing the information recorded in a plurality of recording sections.
  • However, neither documents state a concept of searching for the cause of the disconnection of power of the system, and controlling subsequent processing according to this cause.
  • In particular, nothing is stated about the power OFF caused by an irregular action of a player, and how to maintain player information when the game is restarted there after.
  • DISCLOSURE OF THE INVENTION
  • With the foregoing in view, it is an object of the present invention to provide an irregular use detection method for a game machine, which can easily detect the cause of restarting the game machine and can switch the maintenance level of the player information based on the reason for the restart, and a game machine system that uses this irregular use detection method.
  • A first aspect of the game machine of the present invention to achieve the above object has: a first control unit for controlling the execution of a game program; a second control unit for continuing incrementing a count value in a progressing process of the game program; a first nonvolatile memory area for storing the count value incremented by the second control unit as a life count; and a second nonvolatile memory area for storing a count value acquired by the first control unit based on the life count as a copy count, wherein the life count stored in the first nonvolatile memory area and the copy count stored in the second nonvolatile memory area are compared at restart, and judgment is made that power is shut OFF due to an irregular action of a player before the restart if the life count and the copy count are not in a predetermined relationship.
  • A second aspect of the game machine of the present invention to achieve the above objects is the game machine according to the first aspect, further having a managing unit for managing power OFF and a player, wherein when judgment is made that the power is shut OFF due to an irregular action of the player, the management unit controls the player to limit execution of the game.
  • A third aspect of the game machine of the present invention to achieve the above object is the game machine according to the first aspect, wherein the copy count to be stored in the second nonvolatile memory area is a copy of the life count.
  • A fourth aspect of the game machine of the present invention to achieve the above object is the game machine according to the first aspect, wherein the first nonvolatile memory area and the second nonvolatile memory area are in a common nonvolatile memory.
  • A fifth aspect of the game machine of the present invention to achieve the above object is the game machine according to the first or fourth aspect, wherein the first nonvolatile memory area and the second nonvolatile memory area have a multiplexed area respectively, and the same life count and copy count are written in the multiplexed area respectively.
  • The sixth aspect of the game machine of the present invention to achieve the above object is the game machine according to the fifth aspect, wherein if the multiplexed area is a triplexed area and if values written in two or more areas of the multiplexed area are the same, then this same value is regarded as the original life count and copy count multiplexed.
  • The seventh aspect of the game machine of the present invention to achieve the above object is the game machine according to the sixth aspect, wherein if values written in the two or more areas are not the same, and if a difference of a first value written in a first rank order and a third value written in a third rank order is 1, then the first value or the third value is regarded as the original life count and copy count.
  • A first aspect of the game machine system to achieve the above object of the present invention has a plurality of game machines, and a management device for managing power Off and player information of the plurality of game machines, wherein each of the plurality of game machines further has: a first control unit for controlling the execution of a game program; a second control unit to continue incrementing a count value in a progressing process of the game program; a first nonvolatile memory area for storing a count value incremented by the second control unit as a life count; and a second nonvolatile memory area for storing a count value acquired by the first control unit based on the life count as a copy count, wherein the life count stored in the first nonvolatile memory area and the copy count stored in the second nonvolatile memory area are compared at restart, and it is judged that the power was shut OFF due to an irregular action of a player before restart if the life count and the copy count are not in a predetermined relationship, and the management device holds information of the player who committed the irregular action judged above, and controls the player to limit execution of a game on another game machine.
  • A second aspect of the game machine system to achieve the above object of the present invention is the game machine system according to the first aspect, wherein the management device further has one data center connected via a network, and the data center further has a data base for holding information on players who execute games, and acquires information on a player who committed an irregular action on a plurality of game machines, which is transmitted via the management device, and registers it in the data base.
  • An irregular action judgment method for the game device to achieve the above object of the present invention has steps of: continuing incrementing a count value by a second control unit in a progressing process of a game program which is executed by a first control unit; storing a count value incremented by the second control unit in a first nonvolatile memory as a life count; acquiring a count value by the first control unit based on the life count; storing the count value acquired by the first control unit in a second nonvolatile memory as a copy count; comparing the life count stored in the first nonvolatile memory area and the copy count stored in the second nonvolatile memory area at restart; and judging that the power was shut OFF due to an irregular action of a player before the restart if the life count and the copy count are not in a predetermined relationship.
  • Because of the above characteristics of the present invention, it can easily be judged whether the cause of a restart is an intentional irregular action of a player or an unexpected hang up of the system. As a result, maintenance processing of player information at restart can be more appropriately performed.
  • If the cause of a restart is an intentional irregular action of a player, the player information is set so as to be a disadvantage for the player who committed this irregular action, thereby fairness to other players participating in a network game is insured, and enthusiasm to participate in the game is not diminished.
  • The characteristics of the present invention will be further clarified by the embodiments of the invention, which will be described below with reference to the drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a diagram depicting a configuration example of a game machine to which the present invention is applied;
  • FIG. 2A to 2C are diagrams depicting the relationship of the first memory area and the second memory area;
  • FIG. 3A to 3C are diagrams depicting the method for comparing the life count and the copy count;
  • FIG. 4 is a diagram depicting the relationship between the life count and the copy count according to the present invention;
  • FIG. 5 is a diagram depicting the state of the count value when the power switch 5 is turned OFF by an intentional irregular action of a player in comparison with FIG. 4;
  • FIG. 6 is a table to show that a previous startup state can be known by the count state;
  • FIG. 7 is a table showing an example when the data to be written in a nonvolatile memory is triplexed;
  • FIG. 8 is a table showing areas of the nonvolatile memory corresponding to the triplexing in FIG. 7;
  • FIG. 9 is a diagram depicting the configuration example of the game machine system assuming the case when a game is played among game machines in a plurality of arcades via a network;
  • FIG. 10 is a diagram depicting the general flow of the game machine system;
  • FIG. 11 shows an example of play data recorded in the nonvolatile memory 11 dedicated to the main CPU 10;
  • FIG. 12 is a diagram depicting one method for initializing the system;
  • FIG. 13 is a diagram depicting a flow of another method of synchronization processing (step S80) in FIG. 12; and
  • FIG. 14 is a diagram depicting a flow of another method of synchronization processing (step S80) in FIG. 12.
  • BEST MODE FOR CARRYING OUT THE INVENTION
  • Embodiments of the present invention will now be described with reference to the drawings. The embodiments are for assisting in understanding the present invention, and do not limit the technical scope of the present invention.
  • FIG. 1 is a configuration example of a game machine to which the present invention is applied.
  • The game machine has a game machine main board 1, game machine sub-board 2, IC card reader/writer 3, and a power unit 4. The power unit 4 has a power switch 5 which can be operated from outside the machine.
  • The game machine main board 1 has a main CPU 10 and a ROM 12 storing BIOS and the game programs. The game machine main board 1 also has a nonvolatile memory 11 dedicated to the main CPU, where the main CPU 11 reads/writes information during game execution. The main CPU 10 starts up the system by turning the power switch 5 ON, and executing BIOS. When the system is started, an IC card of the player can be inserted into the IC card reader/writer 3.
  • When an IC card is inserted into the IC card reader/writer 3, the main CPU 10 reads the card information of the IC card, and authenticates the player. If the player passes authentication, the CPU 10 can start the game program.
  • The game machine sub-board 2, on the other hand, has a sub-CPU 20 and a shared nonvolatile memory 21, which is shared with the game machine main board 1. The game machine sub-board 2 functions primarily as an I/O equipment interface, such as for a joystick, and sound amplifier. The game machine sub-board 2 is started up by turning the power switch 5 ON, just like the game machine main board 1.
  • In FIG. 1, the sub-CPU 20 of the game machine sub-board 2 has a count function, which is a characteristic of the present invention. When the game machine is started up by turning the power ON, counting is started by this count function, and counting continues until power is shut OFF in the progressing process of the game program, including the final storage of the game result data. And the count value after being counted is stored in the first memory area of the shared nonvolatile memory 21.
  • For this count function, it is possible to handle the time change by a clock function in the same way as the counter function, and the main CPU 10 of the game machine main board 1 records a count value acquired based on the count value counted by the count function of the sub-CPU 20. An independent nonvolatile memory may be provided to store this count value, and is used as the second nonvolatile memory area, but it is preferable to store the count value in a second nonvolatile memory area in the shared nonvolatile memory 21 in the game machine sub-board 2.
  • In the following description, a count value counted by the count function of the sub-CPU 20 is called a “life count”, and a count value acquired by the main CPU 10 based on this life count is called a “copy count”.
  • FIG. 2A to 2C shows an example of the relationship between the first memory area and the second memory area.
  • In FIG. 2A to 2C, FIG. 2A shows a mode where a life count is stored in a first nonvolatile memory area of the shared nonvolatile memory 21 (step P1), and for the copy count, the main CPU 10 reads the life count (step P2), and copies it to a second nonvolatile memory area of the shared nonvolatile memory 21 (step P3).
  • FIG. 2B shows a mode where a life count is stored in a first nonvolatile memory area of the shared nonvolatile memory 21 (step P1), and is simultaneously notified to the main CPU 10 (step P2 a). Then the main CPU 10 stores the notified life count in a second nonvolatile memory area of the shared nonvolatile memory 21 (step P3).
  • FIG. 2C shows a mode where an independent memory 13 is provided in the game machine main board 1, and a life count is stored in a first nonvolatile memory area of the shared nonvolatile memory 21 (step P1), and is simultaneously notified to the main CPU 10 (step P2 a). Then the main CPU 10 stores the notified life count in the independent nonvolatile memory 13 as a second nonvolatile memory area, and acquires a copy count (step P3 a).
  • FIG. 4 is a diagram depicting a life count and a copy count that the main CPU 10 acquires based on this life count in this configuration, according to the present invention, and this is the case showing that the cause of a restart is a hang up of the main CPU 10.
  • In FIG. 4, “A” is a life count and is incremented by “1” each second while the power is ON, as an example. The life count to be incremented is stored in the first nonvolatile memory area of the shared nonvolatile memory 21.
  • “B” is a copy count acquired by the main CPU 10 according to one of the methods described in FIG. 2A to 2C. The copy count, which is acquired by the acquisition processing of the main CPU 10 based on the life count by the sub-CPU 20, appears with a delay, as shown in FIG. 4.
  • The example in FIG. 4 shows the state when the main CPU 10 hangs up at time T0. Therefore the copy count acquired by the main CPU 10 stops at “101”.
  • An arcade operator who recognizes this hang up state operates the power switch 5 of the game machine, and shuts the power OFF (t1). At this time, the copy count acquired by the main CPU 10 stops at “101”, but in the sub-CPU 20, to which power is continuously supplied after the main CPU 10 hangs up until the power switch 5 is turned OFF, the value of the life count is incremented.
  • This generates a difference between the life count value and the copy count value counted by the main CPU 10 and the sub-CPU 20 until the power switch 5 is turned OFF. It can be expected that the difference of the count values of one or more will be generated by the time the arcade operator detects the hang up state of the CPU 10 and shuts the power switch 5 OFF if the life count is incremented by “1” each second. In other words, in the case of the example in FIG. 4, the life count is “104” at time t1 when the power switch 5 is turned OFF, and the value of the copy count at hang up is “101”. Therefore the difference “3” is generated between these count values.
  • When the arcade operators turns the power switch 5 ON again, the game machine main board 1 and the sub-board 2 are restarted at times T1 ant T2 respectively, as described in FIG. 1. When the game machine main board 1 and the game machine sub-board 2 complete restart respectively, the main CPU 1 compares the counts stored in the first and second nonvolatile memory areas at time T3 according to the game program.
  • In the above description, the count values stored in the first and second nonvolatile memory areas are compared by the CPU 1 as the first control unit. In the present invention, however, application is not limited to this. In other words, the CPU 20 may read the count value and the copy count value from the shared nonvolatile memory 21 by the CPU 20 as the second control unit, as shown in FIG. 2A and FIG. 2B, or the copy count value may be read from the independent memory 13 if the copy count value is stored in the independent memory 13, as shown in FIG. 2C, to compare each value.
  • In any case, however, the comparison result must be transferred to the main CPU 10.
  • As another mode, an independent comparison circuit 14 may be disposed, as shown in FIG. 3A to 3C, so as to compare the count value and the copy count value. FIG. 3A, FIG. 3B and FIG. 3C in FIG. 3, correspond to FIG. 2A, FIG. 2B and FIG. 2C respectively. In other words, in the mode shown in FIG. 3A and FIG. 3B, the comparison circuit 14 reads a count value and a copy count value from the shared nonvolatile memory 21, and compares these values. The result is transferred to the main CPU 1.
  • In the mode shown in FIG. 3C, the comparison circuit 14 reads the count value from the shared nonvolatile memory 21 and the copy count value from the independent memory 13, and compares these values. The result must also be transferred to the main CPU 1.
  • In this comparison of count values, it is judged that if the difference between the lift count which is the first count value, and the copy count which is the second count value, is a predetermined value or more (e.g. two or more), the previous state where the power was shut OFF (previous startup state) is a state where the main CPU 1 was hung up during execution of a program, and no irregular action was committed by players. Therefore the life count and the copy count are reset.
  • Application of the present invention was not limited to a method for directly judging the difference when the life count and the copy count are compared, as described above. In other words, the life count value and the copy count value may be set to have a predetermined relationship when the game program is progressing normally, so that whether this predetermined relationship is maintained or not is judged when the life count and the copy count are compared. If the life count value and the copy count value are in the predetermined relationship as a result of comparison, it is judged that irregular action was not committed by players.
  • The predetermined relationship refers, for example, to an arithmetic progression, a geometric progression or to a certain relationship to be formed between values before and after conversion using a predetermined function.
  • Then incrementing of the life count and acquisition of the copy count by the main CPU 10 are restarted, and also execution of the game program is restarted.
  • If the power switch 5 is intentionally turned OFF by an irregular action of a player, on the other hand, incrementing of the counter by the sub-CPU 20 stops immediately. Also the main CPU 10 does not copy the life count. Therefore, in this case, the first count value stored in the first nonvolatile memory area and the second count value stored in the second nonvolatile memory area are the same, or do not maintain the above mentioned predetermined relationship.
  • FIG. 5 is a diagram depicting the state of the count values when the power switch 5 is turned OFF by an intentional irregular action of a player, in comparison with FIG. 4.
  • In FIG. 5, if the switch 5 is forcibly turned OFF by an intentional irregular action of a player at timing T0′, the first and second counter values become the same, “104” for example. Therefore when the arcade operator or a player turns the power switch 5 ON, the game machine main board 1 and the game machine sub-board 2 are restarted at times T1 and T2 respectively. When the game machine main board 1 and the game machine sub-board 2 complete restart respectively, the main CPU 1 compares the first and second count values stored in the first and second nonvolatile memory areas according to the game program at time T3.
  • In this comparison of count values, the life count which is the first count value, and the copy count which is the second count value, have no difference, but are identical. Therefore the main CPU 1 judges that the previous state where power is shut OFF is due to an irregular action of a player.
  • Various processings are possible after judging that the cause is an irregular action of the player. For example, a record of irregular action is stored in the IC card inserted by a player, so that subsequent participation of this player in a network game is disabled. Or the achievement level in a network game is set to the lowest rank.
  • In any case, a disadvantage is given to the player who intentionally shut the system OFF, therefore fairness to other players is insured.
  • FIG. 6 is a table summarizing the above modes. The previous startup state can be known by the count state shown in this table.
  • In the table in FIG. 6, “I” is a state where the system restarted during normal operation. At most a difference of “1” or less could be generated, depending on the timing of copying the life count. “II” is a state where the game machine main board 1 was hung up, and life count could not be copied. “III” is a state where the life count and the copy count end with the same value. This case shows that the power switch 5 was turned OFF by an intentional irregular action of a player, and the sub-board 2 could not increment the life count.
  • In both cases of restarting the system during normal operation and shutting OFF the power switch by an irregular action of a player, the life count and the copy count could either be the same or have a difference of “1” or less. “I” and “III” therefore cannot be distinguished merely by the life count and the copy count.
  • Restart in normal operation is performed when the game is not progressing (e.g. during an advertisement), so a flag to indicate whether it is during a game or not is stored in the nonvolatile memory separately from these counters, and this information is referred to at start up, so that “I” and “III” can be distinguished.
  • Or whether it is during a game or not can be distinguished by fixing the value to a predetermined value (e.g. 0) without incrementing the life count and the copy count during an advertisement. If it is assumed that the main game board 1 side is normal and the sub-game board 2 side is hung up, the values of the life count and the copy count become the same in theory. However it is rare that the game machine sub-board 2 hangs up, so it is unlikely that this will occur. Therefore it can be concluded that the state in III in FIG. 6 occurred because of a player forcibly shutting power OFF by an irregular action in the previous start up state.
  • In the above description, the life count and the copy count are stored in the nonvolatile memory, but it is possible that an undefined value be written when power is turned OFF when writing to the nonvolatile memory. To avoid this problem, as an extension of the present invention, the life count and the copy count are multiplexed.
  • FIG. 7 is an example when the data to be written to the nonvolatile memory is triplexed.
  • FIG. 8 shows areas in the shared nonvolatile memory 21 corresponding to this triplexing, where three areas for multiplexing are secured for the life count and the copy count respectively. In other words, a same count value is written in different areas in the sequence of count 1, count 2 and count 3, so as to triplex the data.
  • In the table in FIG. 7, N is a value which is about to be written now, and N−1 is a value which was written a previous time. X is an arbitrary value, and in a normal operation state X is N or N−1. If the power is shut OFF when writing to the nonvolatile memory, an unexpected value is written.
  • A possible method to determine original data from triplexed data being written is a “majority decision”.
  • In this method, accessing the memory twice or more times from when power is shut OFF to a complete stop is unlikely to occur. In the case of case 2 in FIG. 7, however, a failure occurs when X is neither N nor N−1. With this problem in view, the present invention decides the original value as follows.
  • (1) If 2 or more values, out of counts 1 to 3, are identical, this identical value is judged as the original value of triplexing (see cases 1 and 3).
  • (2) If (1) is not established and if the difference between count 3 and count 1 is “1”, then count 3 or count 1 is judged as the original value of triplexing (see case 2).
  • In the case of (2), which one of count 3 or count 1 to be used as the original value is not a critical issue. In order to more closely detect a restart when the game machine main board 1 did not hang up, a smaller value, count 1, is regarded as the original value of the life count, and a greater value, count 3, is regarded as the original value of the copy count in case 2.
  • Now the environment where the game machine shown in FIG. 1 is installed will be described. The present invention will be particularly significant when it is applied to the case when a plurality of players play a game simultaneously, or at different times and from different locations.
  • Therefore the present invention can be applied in the same way when a plurality of game machines are used to play a game at one arcade, or when a plurality of game machines in a plurality of arcades are used to play a game via a network. In any case, each game machine has a basic configuration shown in FIG. 1.
  • FIG. 9 is a configuration example of a game machine system assuming that game machines in a plurality of arcades are used to play a game via a network.
  • A plurality of arcades 100A, 100B . . . 100N are connected to a data center 120 via the Internet 110 as a network. The data center 120 has a data base server 121 and stores information on players participating in games by each game title.
  • A Web server 122 sends player information in a data base server 121 via a firewall 123 and Internet 110 to each arcade, and collects game execution results from each arcade, and sends it to the data base server 121.
  • The data center 120 also has a mail server 124 so as to send player information to a terminal of a registered user (player).
  • The arcades 100A, 100B to 100N are connected to the Internet 110 via an arcade router 101 respectively. An arcade management device 102 a is connected via an arcade hub 102, and a plurality of game machines 104A to 104N are connected via a hub 103. The configuration of each of the plurality of game machines 104A to 104N is the same as the configuration shown in FIG. 1.
  • The arcade management device 102 a has a function to manage the power OFF of a game machine and the users. The function to manage power OFF of a game machine and the users may be assigned to the data center 120. Here managing the users refers to controlling how game play is handled, including the rejection of a game continuation for a player who committed an irregular action.
  • If an irregular action is taken in one game machine at an arcade and the power of the game machine is shut OFF, the arcade management device 102 a acquires and manages information on the player who committed this irregular action. Therefore even if the player who committed the irregular action attempts to continue the game on another game machine in the arcade, execution of the game can be rejected if this player is judged as a player who committed an irregular action before, as a result of player authentication. Or by assigning a predetermined handicap for game execution, fairness to other players can be insured.
  • If the arcade management device 102 a registers the acquired information on the player who committed an irregular action in the data base server 121 of the data center 120, then even if the player who committed the irregular action attempts to execute the game on another game machine of another arcade, the game execution can be rejected, or a predetermined handicap can be assigned to game execution.
  • Now the actual flow of game processing when the configuration based on the present invention is applied to this game machine system will be described.
  • FIG. 10 is a diagram depicting the general flow of the game machine system.
  • When the power of the game machine is turned ON, the game machine main board 1 and the game machine sub-board 2 are started up (step S1). The main CPU 10 of the game device main board 1 acquires the previous termination state information (step S2). As the termination state information, the life count and the copy count stored in the shared nonvolatile memory 21 are acquired (step S2, see FIG. 8).
  • Based on the acquired life count and the copy count, the original life count and the copy count are determined using the judgment standard for the life count and the copy count respectively if the counts are multiplexed (example in FIG. 8).
  • Using the determined life count and the copy count, it is judged whether the previous termination was caused by a hang up (step S3). If the difference of the life count and the copy count is one or more, it is judged as a termination caused by a hang up according to the principle of the present invention, and if there is no difference between the life count and the copy count and the life count and the copy count are identical, then it is judged that the power was shut OFF due to an irregular action by a player.
  • In FIG. 10, if it is judged that the previous termination was due to a hang up (step S3, Y), the recovery data of the play data stored in the nonvolatile memory 11 dedicated to the main CPU 10 is saved (step S4). FIG. 11 is an example of play data recorded in the nonvolatile memory 11 dedicated to the main CPU 10, and the recovery data means saving the data recorded in the recovery data storage area without deleting it.
  • If it is judged that the previous termination is due to power OFF by an intentional irregular action of a player (step S3, N), on the other hand, the irregular action of the player+once, for example, is recorded (step S5). If the irregular action count does not exceed a threshold (step S6, N), the restart of the game is enabled, and if the irregular action count exceeds a threshold (step S6, Y), irregular action countermeasure processing (step S7) is executed.
  • Various handlings are possible for the irregular action countermeasure processing (step S7), such as decreasing the ranking of the player data in a network game for a predetermined amount, and rejecting continuation of a game.
  • Here the player information is not stored in the game machine where an intentional irregular shut off is performed, but in the arcade management device, which is not illustrated, connected to the arcade hub 102 of the arcade or the data server 121 of the data center 120. This player information can include the irregular action count of the player who committed an intentional irregular action.
  • In this case, even if the player who committed an irregular action moves to another game machine and attempts to restart the game, a previous irregular action can easily be recognized by checking before starting the game. Therefore in this case as well, game execution of a player who committed an intentional irregular action can be rejected or penalized in an achievement record so as to insure fairness to other players.
  • If a restart of the game is possible (step S6, N), the system is initialized (step S8). Here an initializing the system refers to synchronizing the game machine main board 1 and the game machine sub-board 2, and starting the counting of the life count and the copy count.
  • One possible method is the method shown in FIG. 12. In other words, as the synchronization processing (step S80), a count start command is sent from the main CPU 10 of the game machine main board 1 to the game machine sub-board 2 (step S80 a). By this, the sub-CPU 20 of the game machine sub-board 2 clears the life count (step S80 b).
  • After the life count is cleared, the sub-CPU 20 increments the life count by “1” at each predetermined time (e.g. at each one second) (steps S81 a and 82 a).
  • Corresponding to this, the main CPU 10 acquires the copy count at each predetermined time based on the life count (steps S81 b and 82 b).
  • FIG. 13 is a flow chart depicting another method of the synchronization processing (step S80) in FIG. 12, and the synchronization is performed on the nonvolatile memory. FIG. 14 is a sequence diagram corresponding to FIG. 13.
  • After start up, the game machine main board 1 acquires and confirms the life count and the copy count (step S2: FIG. 10), and when this ends, the game machine main board 1 starts toggling the synchronization data with a predetermined interval (millisecond order) in order to notify the end of acquisition of information of the life count and the copy count to the game machine sub-board 2 (step 800). For example, 55 h, AAh, 55 h, AAH . . . is performed.
  • After start up, the game machine sub-board 2 waits for the synchronization data to change while maintaining the life count in a state before startup (step S801). When the synchronization data is changed (step S801, Y), the game machine sub-board 2 clears the synchronization data to notify the change of the synchronization data to 11 (step S802). For clear, any value, other than the values which the game machine main board 1 is toggling, can be used. For example, the synchronization data is cleared to “0”.
  • After this, the life count is cleared to “0” (step S803), and regular count up of the life count is started. The game machine main board 1 detects that the synchronization data, which has been toggled, is cleared (step S804, Y), and starts regular copying of the life count.
  • This count up (incrementing) processing of the life count by the sub-CPU 20 of the game machine sub-board 2 and the copy count acquisition processing by the main CPU 10 of the game machine main board 1 are continued at least as long as the game machine is operating normally. If the power of the game machine is shut OFF due to a hang up or to irregular action of a player, processing based on the comparison of the life count and the copy count, which is the characteristic of the present invention described above, is performed.
  • Referring back to FIG. 10, when the system initialization (step S8) ends, as mentioned above, normal game machine processing is performed. In other words, an advertisement processing to display an advertisement screen on a display screen, which is not illustrated, of the game machine, is executed (step S9). If a player instructs for the start of the game (step S10, Y), game start processing is performed (step S11), and game execution is enabled (step S12). If game termination is instructed, game termination processing is performed (step S13), and advertisement processing (step S9) is performed again.
  • From advertisement processing (step S9) to game termination processing (step S13) are not directly related to the present invention, so further description is omitted.
  • INDUSTRIAL APPLICABILITY
  • By applying the present invention, the cause of a restart can be easily identified, whether the cause is by an intentional irregular action of a player or by a hang up, so fairness to other players participating in a network game can be insured when the restart is due to an intentional irregular action of a player, and diminishing enthusiasm to participate in a game can be prevented.

Claims (11)

1. A game machine, comprising:
a first control unit controlling execution of a game program;
a second control unit continuing incrementing a count value in a progressing process of the game program;
a first nonvolatile memory area storing the count value incremented by the second control unit as a life count; and
a second nonvolatile memory area storing a count value acquired by the first control unit based on the life count as a copy count, wherein
the life count stored in the first nonvolatile memory area and the copy count stored in the second nonvolatile memory area are compared at restart, and
judgment is made that power is shut OFF due to an irregular action of a player before the restart, if the life count and the copy count are not in a predetermined relationship.
2. The game machine according to claim 1, further comprising a managing unit managing the power shut OFF and a player, wherein
when judgment is made that the power is shut OFF due to an irregular action of the player, the management unit controls the player to limit execution of the game.
3. The game machine according to claim 1, wherein the copy count to be stored in the second nonvolatile memory area is a copy of the life count.
4. The game machine according to claim 1, wherein the first nonvolatile memory area and the second nonvolatile memory area are in a common nonvolatile memory.
5. The game machine according to claim 1 or claim 4, wherein the first nonvolatile memory area and the second nonvolatile memory area have a multiplexed area respectively, and the same life count and copy count are written in the multiplexed area respectively.
6. The game machine according to claim 5, wherein if the multiplexed area is a triplexed area and values written in two or more areas of the multiplexed area are the same, then the same value is regarded as the original life count and copy count multiplexed.
7. The game machine according to claim 6, wherein if values written in the two or more areas are not the same, and if a difference of a first value written in a first rank order and a third value written in a third rank order is “1”, then the first value or the third value is regarded as the original life count and copy count.
8. A game machine system, comprising a plurality of game machines, and a management device managing power OFF and player information of the plurality of game machines, wherein
each of the plurality of game machines comprises:
a first control unit controlling execution of a game program;
a second control unit continuing incrementing a count value in a progressing process of the game program;
a first nonvolatile memory area storing the count value incremented by the second control unit as a life count; and
a second nonvolatile memory area storing a count value acquired by the first control unit based on the life count as a copy count, and wherein
the life count stored in the first nonvolatile memory area and the copy count stored in the second nonvolatile memory area are compared at restart,
judgment is made that the power is shut OFF due to an irregular action of a player before the restart, if the life count and the copy count are not in a predetermined relationship, and
the management device holds information of the player who committed the irregular action thus judged, and controls the player to limit execution of the game on another game machine.
9. The game machine system according to claim 8, wherein
the management device comprises one data center connected via a network, and
the data center comprises a data base holding information on players who execute a game, and acquires information on a player who committed an irregular action on the plurality of game machines, which is transmitted via the management device, and registers the information in the data base.
10. A method for detecting an irregular action of a player, comprising the steps of:
continuing incrementing a count value by a second control unit in a progressing process of a game program which is controlled for execution by a first control unit;
storing a count value incremented by the second control unit in a first nonvolatile memory as a life count;
acquiring a count value by the first control unit based on the life count;
storing the count value acquired by the first control unit in a second nonvolatile memory as a copy count;
comparing the life count stored in the first nonvolatile memory area and the copy count stored in the second nonvolatile memory area at restart; and
judging that the power is shut OFF due to an irregular action of a player before the restart if the life count and copy count are not in a predetermined relationship.
11. A storage medium readable in a game machine, storing a program for detecting an irregular action of a player, when the program is executed, the game machine performing the steps of:
continuing incrementing a count value by a second control unit in a progressing process of a game program which is controlled for execution by a first control unit;
storing a count value incremented by the second control unit in a first nonvolatile memory as a life count;
acquiring a count value by the first control unit based on the life count;
storing the count value acquired by the first control unit in a second nonvolatile memory as a copy count;
comparing the life count stored in the first nonvolatile memory area and the copy count stored in the second nonvolatile memory area at restart; and
judging that the power is shut OFF due to an irregular action of a player before the restart if the life count and copy count are not in a predetermined relationship.
US11/904,994 2005-03-31 2007-09-28 Game device, and fraud detecting method for the game device Abandoned US20080096672A1 (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2005100375 2005-03-31
JP2005-100375 2005-03-31
PCT/JP2006/305990 WO2006109530A1 (en) 2005-03-31 2006-03-24 Game device, and fraud detecting method for the game device

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2006/305990 Continuation WO2006109530A1 (en) 2005-03-31 2006-03-24 Game device, and fraud detecting method for the game device

Publications (1)

Publication Number Publication Date
US20080096672A1 true US20080096672A1 (en) 2008-04-24

Family

ID=37086816

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/904,994 Abandoned US20080096672A1 (en) 2005-03-31 2007-09-28 Game device, and fraud detecting method for the game device

Country Status (7)

Country Link
US (1) US20080096672A1 (en)
EP (1) EP1864701B1 (en)
JP (1) JP4692543B2 (en)
CN (1) CN101146582B (en)
HK (1) HK1109096A1 (en)
TW (1) TWI456505B (en)
WO (1) WO2006109530A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111569434A (en) * 2020-05-14 2020-08-25 宁波元素人网络科技有限公司 Game code checking method and system

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4933381B2 (en) * 2007-08-23 2012-05-16 株式会社コナミデジタルエンタテインメント NETWORK GAME SYSTEM, NETWORK GAME SYSTEM CONTROL METHOD, GAME DEVICE, GAME DEVICE CONTROL METHOD, AND PROGRAM
JP5270244B2 (en) * 2008-07-22 2013-08-21 株式会社コナミデジタルエンタテインメント GAME TERMINAL DEVICE, GAME SYSTEM, AND GAME MANAGEMENT PROGRAM
JP2012213462A (en) * 2011-03-31 2012-11-08 Namco Bandai Games Inc Game terminal device, server system, and program
CN111821693A (en) * 2020-07-24 2020-10-27 网易(杭州)网络有限公司 Perspective plug-in detection method, device, equipment and storage medium for game
CN112957741B (en) * 2021-03-03 2024-02-02 网易(杭州)网络有限公司 Game report processing method and device and electronic equipment

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6336174B1 (en) * 1999-08-09 2002-01-01 Maxtor Corporation Hardware assisted memory backup system and method
JP2003236205A (en) * 2002-02-21 2003-08-26 Sanyo Product Co Ltd Game machine
US20030179607A1 (en) * 2002-03-18 2003-09-25 Sankyo Seiki Mfg. Co., Ltd. Writing method in memory and writing method for memory for a card reader
US20030226059A1 (en) * 2002-05-30 2003-12-04 Braun Richard A. Systems and methods for remote tracking of reboot status
US20050010738A1 (en) * 2000-10-17 2005-01-13 Igt High performance battery backed ram interface
US6863608B1 (en) * 2000-10-11 2005-03-08 Igt Frame buffer capture of actual game play
US6890259B2 (en) * 2001-09-10 2005-05-10 Igt Modular tilt handling system
US20060040741A1 (en) * 2004-08-20 2006-02-23 Igt Gaming system with rewritable display card and LCD input display for reading same
US20060116208A1 (en) * 2004-12-01 2006-06-01 Igt Universal operating system to hardware platform interface for gaming machines
US7205883B2 (en) * 2002-10-07 2007-04-17 Safenet, Inc. Tamper detection and secure power failure recovery circuit
US7278068B1 (en) * 2003-03-05 2007-10-02 Sierra Design Group Method and system for providing power-hit tolerant state machines and data storage

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63182451A (en) * 1987-01-20 1988-07-27 津田駒工業株式会社 Control display apparatus of loom
JP3581379B2 (en) * 1993-05-28 2004-10-27 株式会社三共 Gaming machine
JP2001187273A (en) * 1999-01-28 2001-07-10 Sega Corp Network game system, and game device terminal and storage medium used therefor
JP3266597B2 (en) * 2000-05-19 2002-03-18 奥村遊機株式會社 Pachinko machine
JP3782946B2 (en) * 2001-03-23 2006-06-07 Kpe株式会社 Gaming machine and processing method at start-up thereof
JP3563398B2 (en) * 2003-01-20 2004-09-08 コナミ株式会社 Score system

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6336174B1 (en) * 1999-08-09 2002-01-01 Maxtor Corporation Hardware assisted memory backup system and method
US6863608B1 (en) * 2000-10-11 2005-03-08 Igt Frame buffer capture of actual game play
US20050010738A1 (en) * 2000-10-17 2005-01-13 Igt High performance battery backed ram interface
US6890259B2 (en) * 2001-09-10 2005-05-10 Igt Modular tilt handling system
JP2003236205A (en) * 2002-02-21 2003-08-26 Sanyo Product Co Ltd Game machine
US20030179607A1 (en) * 2002-03-18 2003-09-25 Sankyo Seiki Mfg. Co., Ltd. Writing method in memory and writing method for memory for a card reader
US20030226059A1 (en) * 2002-05-30 2003-12-04 Braun Richard A. Systems and methods for remote tracking of reboot status
US7205883B2 (en) * 2002-10-07 2007-04-17 Safenet, Inc. Tamper detection and secure power failure recovery circuit
US7278068B1 (en) * 2003-03-05 2007-10-02 Sierra Design Group Method and system for providing power-hit tolerant state machines and data storage
US20060040741A1 (en) * 2004-08-20 2006-02-23 Igt Gaming system with rewritable display card and LCD input display for reading same
US20060116208A1 (en) * 2004-12-01 2006-06-01 Igt Universal operating system to hardware platform interface for gaming machines

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111569434A (en) * 2020-05-14 2020-08-25 宁波元素人网络科技有限公司 Game code checking method and system

Also Published As

Publication number Publication date
EP1864701A4 (en) 2009-05-13
JPWO2006109530A1 (en) 2008-10-23
TW200703119A (en) 2007-01-16
TWI456505B (en) 2014-10-11
HK1109096A1 (en) 2008-05-30
JP4692543B2 (en) 2011-06-01
WO2006109530A1 (en) 2006-10-19
CN101146582B (en) 2010-08-18
CN101146582A (en) 2008-03-19
EP1864701A1 (en) 2007-12-12
EP1864701B1 (en) 2014-05-21

Similar Documents

Publication Publication Date Title
US20080096672A1 (en) Game device, and fraud detecting method for the game device
JP5613494B2 (en) Slot machine
CN101384316B (en) Game terminal device, game management system, and game management method
JP4159221B2 (en) Game system
JP5133580B2 (en) Amusement park management system
JP2012245041A (en) Game machine
JP2013158582A (en) Game machine
JP2007325745A (en) Game machine
JP2008168080A (en) Game device having troubleshooting function
JP4091592B2 (en) Game management system
JP4671655B2 (en) Game management system
US8568226B2 (en) Master control program for a gaming device
JP2005334043A (en) Game machine
JP5380656B2 (en) Game system
US8840463B2 (en) Method and apparatus to award at least one jackpot prize
JP6006859B2 (en) Slot machine
JP2009207612A (en) Game machine
JP2021010815A (en) Game machine
US20070021193A1 (en) Data protection system and game machine
JP2009178226A (en) Game machine
JP2004113743A (en) Automatic grouping method for preventing fraudulent act
JP2007229041A (en) Game machine
JP4662742B2 (en) Game machine management device
JP2004089579A (en) Game status identification device for game board
JP6124963B2 (en) unit

Legal Events

Date Code Title Description
AS Assignment

Owner name: SEGA CORPORATION, JAPAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:MOTOTANI, SHIGERU;FURUHASHI, SHINICHI;SHIMIZU, YUSUKE;REEL/FRAME:020345/0909;SIGNING DATES FROM 20070919 TO 20070921

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION