Batocera.PLUS-bios/mame2000/cheat.dat
2021-08-22 17:02:14 -03:00

69547 lines
3.1 MiB
Executable File

;******************************************************************************
;* PUGSY'S CHEATS Release Date: 14 SEP 2001 (Base release for MAME 0.54) *
;* *
;* Cheat File *FULLY* compatible with *ALL* MAME versions mentioned above *
;* MOST OF THE CHEATS WILL WORK WITH EARLIER VERSIONS OF MAME TOO *
;* NOTE THIS IS A FINAL CHEAT FILE AND CAN BE REDISTRIBUTED!!! *
;* This CHEAT.DAT file was downloaded from Pugsy's MAME Cheat Page at:- *
;* http://cheat.retrogames.com *
;* *
;* If you have any new cheats not included in this cheat file then PLEASE *
;* send them to:- pugsy@usa.net *
;* *
;* If this cheat.dat file is NOT of 'alpha' status then it can be freely *
;* distributed with any MAME compile or any frontend. All I ask is that you *
;* do not modify the cheat file in any way and that you mention or link to *
;* the website where you can find future updates...namely *
;* http://cheat.retrogames.com *
;* CHEAT FILE STATUS = FINAL (DISTRIBUTABLE) *
;******************************************************************************
;
;Data for the cheat routine of Mame
;This file should be in the same directory as MAME.EXE (whichever platform).
;
;This file can be edited with a text editor, but keep the same format:
; all fields are separated by a colon (:)
; -Name of the game (short name) [zip file or directory]
; -No of the CPU usually 0, only different in multiple CPU games
; -Address in Hexadecimal (where to poke)
; -Data to put at this address in hexadecimal (what to poke)
; -Special (see below) usually 000
; -000 : the byte is poked every time and the cheat remains in active list.
; -001 : the byte is poked once and the cheat is removed from active list.
; -002 : the byte is poked every one second and the cheat remains in active
; list.
; -003 : the byte is poked every two seconds and the cheat remains in active
; list.
; -004 : the byte is poked every five seconds and the cheat remains in active
; list.
; -005 : the byte is poked one second after the original value has changed
; and the cheat remains in active list.
; -006 : the byte is poked two seconds after the original value has changed
; and the cheat remains in active list.
; -007 : the byte is poked five seconds after the original value has changed
; and the cheat remains in active list.
; -008 : the byte is poked unless the original value in being decremented by
; 1 each frame and the cheat remains in active list.
; -009 : the byte is poked unless the original value in being decremented by
; 2 each frame and the cheat remains in active list.
; -010 : the byte is poked unless the original value in being decremented by
; 3 each frame and the cheat remains in active list.
; -011 : the byte is poked unless the original value in being decremented by
; 4 each frame and the cheat remains in active list.
; -020 : the bits are set every time and the cheat remains in active list.
; -021 : the bits are set once and the cheat is removed from active list.
; -022 : the bits are set every second and the cheat remains in active list.
; -023 : the bits are set every two seconds and the cheat remains in active list.
; -024 : the bits are set every five seconds and the cheat remains in active list.
; -040 : the bits are reset every time and the cheat remains in active list.
; -041 : the bits are reset once and the cheat is removed from active list.
; -042 : the bits are reset every second and the cheat remains in active list.
; -043 : the bits are reset every two seconds and the cheat remains in active list.
; -044 : the bits are reset every five seconds and the cheat remains in active list.
; -060 : the user selects a decimal value from 0 to byte
; (display : 0 to byte) - the value is poked once when it changes and
; the cheat is removed from the active list.
; -061 : the user selects a decimal value from 0 to byte
; (display : 1 to byte+1) - the value is poked once when it changes
; and the cheat is removed from the active list.
; -062 : the user selects a decimal value from 1 to byte
; (display : 1 to byte) - the value is poked once when it changes and
; the cheat is removed from the active list.
; -063 : the user selects a BCD value from 0 to byte
; (display : 0 to byte) - the value is poked once when it changes and
; the cheat is removed from the active list.
; -064 : the user selects a BCD value from 0 to byte
; (display : 1 to byte+1) - the value is poked once when it changes
; and the cheat is removed from the active list.
; -065 : the user selects a BCD value from 1 to byte
; (display : 1 to byte) - the value is poked once when it changes and
; the cheat is removed from the active list.
; -070 : the user selects a decimal value from 0 to byte
; (display : 0 to byte) - the value is poked once and the cheat is
; removed from the active list.
; -071 : the user selects a decimal value from 0 to byte
; (display : 1 to byte+1) - the value is poked once and the cheat is
; removed from the active list.
; -072 : the user selects a decimal value from 1 to byte
; (display : 1 to byte) - the value is poked once and the cheat is
; removed from the active list.
; -073 : the user selects a BCD value from 0 to byte
; (display : 0 to byte) - the value is poked once and the cheat is
; removed from the active list.
; -074 : the user selects a BCD value from 0 to byte
; (display : 1 to byte+1) - the value is poked once and the cheat is
; removed from the active list.
; -075 : the user selects a BCD value from 1 to byte
; (display : 1 to byte) - the value is poked once and the cheat is
; removed from the active list.
; -100 : constantly pokes the value to the selected CPU's ROM region, adjusting for
; endian issues.
; -101 : pokes the value to the selected CPU's ROM region, adjusting for endian
; issues, and the cheat is removed from the active list.
; -102 : constantly pokes the value to the selected CPU's ROM region.
; -103 : pokes the value to the selected CPU's ROM region and the cheat is
; removed from the active list.
; -110 : pokes the value to the memory mapped to the memory handler, adjusting for
; endian issues.
; -111 : pokes the value to the memory mapped to the memory handler, adjusting for
; endian issues, and the cheat is removed from the active list.
; -112 : pokes the value to the memory mapped to the memory handler
; -113 : pokes the value to the memory mapped to the memory handler, and the cheat
; is removed from the active list.
; -500 to 613: These cheat types are identical to types 000 to 113 except
; they are used in linked cheats (i.e. of 1/8 type). The first
; cheat in the link list will be the normal type (eg type 000)
; and the remaining cheats (eg 2/8...8/8) will be of this type
; (eg type 500). The '' part with the first cheat should
; normally be shown as the cheat engine treats it all as one!
; -998 : this is used as a watch cheat, ideal for showing answers in quiz
; games .
; -999 : this is used for comments only, cannot be enabled/selected by the
; user. Normally surrounded by square brackets.
; -Description of the cheat (normally 29 characters max)
; -Extra Description line for above (1024 characters max)
;******************************************************************************
;NOTES: The cheat descriptions use the following terms, this is what they
; actually mean:
;
;Get+Now! means the cheat is a type 01 cheat and so it is a temporary cheat -
; it changes the memory and then deactivates. Type 01 is ideal for
; getting a particular weapon or feature, also needed for a Finish
; Level Now! cheat.
;
;Always means the cheat is permanent (several cheat types) idea for always
; having a certain weapon or feature eg always have 3 rainbows on
; Rainbow Islands.
;
;Infinite means exactly what it says - you will have an inexhaustible supply of
; the named item be it lives, time, ammo or something else. On some
; rare occasions you may need to deactivate the cheat before you can
; finish a level, if this need to be done you will see F5 at the end
; of the cheat description. NB: If using this cheat.dat with a version
; of MAME before 34B6 you will need to use F7 instead of F5. And it may
; even be F6 now!
;
;Select current level - Select a level and you can progress to it by losing a
; life. You should only activate this type of cheat
; during game play or according to the comments.
;
;Select next level - Select a level and when you complete the current level you
; will progress straight to the selected level. You can also
; activate this on the title/attract screens though the
; effects cannot always be guaranteed! (you will either
; start on the selected level or the next level after the
; selected one or level 1). A far better method if you want
; to select the starting level from the title screen is to
; use the method that I thought of for Metrocross. See
; Metrocross remarks for info.
;Select Score - This cheat allows you to select your score or/and the other
; player's score, ideal for sports games where you need a certain
; score to win and/or progress. It must ONLY be activated during
; game play. Also note the score may not display correctly until
; the score has changed properly!
;
;******************************************************************************
;******************************************************************************
;* *
;* Main Cheats - Base Reference of MAME 0.54 *
;* ONLY CHEATS FOR GAMES IN THE *RELEASED* MAME 0.54 BINARY GO HERE *
;* START OF MAME 0.54 CHEATS *
;* *
;******************************************************************************
; [ 005 ]
005:0:C80B:99:000:Infinite Credits
005:0:E382:0A:000:Infinite Lives PL1
005:0:E383:0A:000:Infinite Lives PL2
; [ 1941 - Counter Attack (World) ]
1941:0:FF0D59:09:000:Infinite Credits
1941:0:FF0DA5:07:000:Infinite Rolls PL1
1941:0:FF0DFA:01:000:Invincibility PL1
1941:0:FF0DE7:99:000:Infinite Weapon Time PL1
1941:0:FF0DC8:00:000:Always have Normal Fire PL1
1941:0:FF0DC8:01:000:Always have M. Gun PL1
1941:0:FF0DC8:02:000:Always have S. Shell PL1
1941:0:FF0DC8:03:000:Always have Missile PL1
1941:0:FFC578:06:000:Extreme Firepower PL1
1941:0:FF0DC8:00:001:Get Normal Fire Now! PL1
1941:0:FF0DC8:01:001:Get M. Gun Now! PL1
1941:0:FF0DC8:02:001:Get S. Shell Now! PL1
1941:0:FF0DC8:03:001:Get Missile Now! PL1
1941:0:FF0DA7:07:000:Infinite Rolls PL2
1941:0:FF0DFB:01:000:Invincibility PL2
1941:0:FF0DE8:99:000:Infinite Weapon Time PL2
1941:0:FF0DCB:00:000:Always have Normal Fire PL2
1941:0:FF0DCB:01:000:Always have M. Gun PL2
1941:0:FF0DCB:02:000:Always have S. Shell PL2
1941:0:FF0DCB:03:000:Always have Missile PL2
1941:0:FFC57C:07:000:Extreme Firepower PL2
1941:0:FF0DCB:00:001:Get Normal Fire Now! PL2
1941:0:FF0DCB:01:001:Get M. Gun Now! PL2
1941:0:FF0DCB:02:001:Get S. Shell Now! PL2
1941:0:FF0DCB:03:001:Get Missile Now! PL2
; [ 1941 - Counter Attack (Japan) ]
1941j:0:FF0D59:09:000:Infinite Credits
1941j:0:FF0DA5:07:000:Infinite Rolls PL1
1941j:0:FF0DFA:01:000:Invincibility PL1
1941j:0:FF0DE7:99:000:Infinite Weapon Time PL1
1941j:0:FF0DC8:00:000:Always have Normal Fire PL1
1941j:0:FF0DC8:01:000:Always have M. Gun PL1
1941j:0:FF0DC8:02:000:Always have S. Shell PL1
1941j:0:FF0DC8:03:000:Always have Missile PL1
1941j:0:FFC578:06:000:Extreme Firepower PL1
1941j:0:FF0DC8:00:001:Get Normal Fire Now! PL1
1941j:0:FF0DC8:01:001:Get M. Gun Now! PL1
1941j:0:FF0DC8:02:001:Get S. Shell Now! PL1
1941j:0:FF0DC8:03:001:Get Missile Now! PL1
1941j:0:FF0DA7:07:000:Infinite Rolls PL2
1941j:0:FF0DFB:01:000:Invincibility PL2
1941j:0:FF0DE8:99:000:Infinite Weapon Time PL2
1941j:0:FF0DCB:00:000:Always have Normal Fire PL2
1941j:0:FF0DCB:01:000:Always have M. Gun PL2
1941j:0:FF0DCB:02:000:Always have S. Shell PL2
1941j:0:FF0DCB:03:000:Always have Missile PL2
1941j:0:FFC57C:07:000:Extreme Firepower PL2
1941j:0:FF0DCB:00:001:Get Normal Fire Now! PL2
1941j:0:FF0DCB:01:001:Get M. Gun Now! PL2
1941j:0:FF0DCB:02:001:Get S. Shell Now! PL2
1941j:0:FF0DCB:03:001:Get Missile Now! PL2
; [ 1942 (set 1) ]
1942:0:E018:01:001:Infinite Credits
1942:0:E010:09:500:Infinite Credits (2/3)
1942:0:E011:09:500:Infinite Credits (3/3)
1942:0:E101:06:000:Infinite Lives
1942:0:E09B:06:000:Infinite Loops/Rs
1942:0:E0A5:02:000:Invincibility
1942:0:E164:00:000:Always have Normal Fire
1942:0:E164:80:000:Always have Power Up Fire
1942:0:E164:00:001:Get Normal Fire Now!
1942:0:E164:80:001:Get Power Up Fire Now!
1942:0:E103:1E:001:Goto Last level next
1942:0:E103:1F:001:Goto Last level on life lost
1942:0:E103:1F:071:Select current level
1942:0:E155:63:000:Always get 99%
1942:0:E165:64:500:Always get 99% (2/2)
; [ 1942 (set 2) ]
1942a:0:E018:01:001:Infinite Credits
1942a:0:E010:09:500:Infinite Credits (2/3)
1942a:0:E011:09:500:Infinite Credits (3/3)
1942a:0:E101:06:000:Infinite Lives
1942a:0:E09B:06:000:Infinite Loops/Rs
1942a:0:E0A5:02:000:Invincibility
1942a:0:E164:00:000:Always have Normal Fire
1942a:0:E164:80:000:Always have Power Up Fire
1942a:0:E164:00:001:Get Normal Fire Now!
1942a:0:E164:80:001:Get Power Up Fire Now!
1942a:0:E103:1E:001:Goto Last level next
1942a:0:E103:1F:001:Goto Last level on life lost
1942a:0:E103:1F:071:Select current level
1942a:0:E155:63:000:Always get 99%
1942a:0:E165:64:500:Always get 99% (2/2)
; [ 1942 (set 3) ]
1942b:0:E018:01:001:Infinite Credits
1942b:0:E010:09:500:Infinite Credits (2/3)
1942b:0:E011:09:500:Infinite Credits (3/3)
1942b:0:E101:06:000:Infinite Lives
1942b:0:E09B:06:000:Infinite Loops/Rs
1942b:0:E0A5:02:000:Invincibility
1942b:0:E164:00:000:Always have Normal Fire
1942b:0:E164:80:000:Always have Power Up Fire
1942b:0:E164:00:001:Get Normal Fire Now!
1942b:0:E164:80:001:Get Power Up Fire Now!
1942b:0:E103:1E:001:Goto Last level next
1942b:0:E103:1F:001:Goto Last level on life lost
1942b:0:E103:1F:071:Select current level
1942b:0:E155:63:000:Always get 99%
1942b:0:E165:64:500:Always get 99% (2/2)
; [ 1943 - The Battle of Midway (US) ]
1943:0:E312:09:000:Infinite Credits
1943:0:E12B:11:000:Infinite Loops
1943:0:E450:0E:061:Select next level
1943:0:F206:40:000:Infinite Energy PL1
1943:0:F257:63:000:Infinite Weapon Time PL1
1943:0:F251:00:000:Always have Normal Fire PL1
1943:0:F251:01:000:Always have Auto Gun PL1
1943:0:F251:02:000:Always have Shot Gun PL1
1943:0:F251:03:000:Always have Mega Shot Gun PL1
1943:0:F251:04:000:Always have Three Way Gun PL1
1943:0:F251:08:000:Always have Shell Gun PL1
1943:0:F251:10:000:Always have Laser Gun PL1
1943:0:F251:00:001:Get Normal Fire Now! PL1
1943:0:F251:01:001:Get Auto Gun Now! PL1
1943:0:F251:02:001:Get Shot Gun Now! PL1
1943:0:F251:03:001:Get Mega Shot Gun Now! PL1
1943:0:F251:04:001:Get Three Way Gun Now! PL1
1943:0:F251:08:001:Get Shell Gun Now! PL1
1943:0:F251:10:001:Get Laser Gun Now! PL1
1943:0:F204:01:000:Twin Planes ON PL1
1943:0:F210:14:500:Twin Planes ON PL1 (2/2)
1943:0:F204:00:001:Twin Planes OFF PL1
1943:0:F210:07:501:Twin Planes OFF PL1 (2/2)
1943:0:F286:40:000:Infinite Energy PL2
1943:0:FD27:63:000:Infinite Weapon Time PL2
1943:0:F2D1:00:000:Always have Normal Fire PL2
1943:0:F2D1:01:000:Always have Auto Gun PL2
1943:0:F2D1:02:000:Always have Shot Gun PL2
1943:0:F2D1:03:000:Always have Mega Shot Gun PL2
1943:0:F2D1:04:000:Always have Three Way Gun PL2
1943:0:F2D1:08:000:Always have Shell Gun PL2
1943:0:F2D1:10:000:Always have Laser Gun PL2
1943:0:F2D1:00:001:Get Normal Fire Now! PL2
1943:0:F2D1:01:001:Get Auto Gun Now! PL2
1943:0:F2D1:02:001:Get Shot Gun Now! PL2
1943:0:F2D1:03:001:Get Mega Shot Gun Now! PL2
1943:0:F2D1:04:001:Get Three Way Gun Now! PL2
1943:0:F2D1:08:001:Get Shell Gun Now! PL2
1943:0:F2D1:10:001:Get Laser Gun Now! PL2
1943:0:F284:01:000:Twin Planes ON PL2
1943:0:F290:14:500:Twin Planes ON PL2 (2/2)
1943:0:F284:00:001:Twin Planes OFF PL2
1943:0:F290:07:501:Twin Planes OFF PL2 (2/2)
; [ 1943 - The Battle of Midway (Japan) ]
1943j:0:E312:09:000:Infinite Credits
1943j:0:E12B:11:000:Infinite Loops
1943j:0:E450:0E:061:Select next level
1943j:0:F206:40:000:Infinite Energy PL1
1943j:0:F257:63:000:Infinite Weapon Time PL1
1943j:0:F251:00:000:Always have Normal Fire PL1
1943j:0:F251:01:000:Always have Auto Gun PL1
1943j:0:F251:02:000:Always have Shot Gun PL1
1943j:0:F251:03:000:Always have Mega Shot Gun PL1
1943j:0:F251:04:000:Always have Three Way Gun PL1
1943j:0:F251:08:000:Always have Shell Gun PL1
1943j:0:F251:10:000:Always have Laser Gun PL1
1943j:0:F251:00:001:Get Normal Fire Now! PL1
1943j:0:F251:01:001:Get Auto Gun Now! PL1
1943j:0:F251:02:001:Get Shot Gun Now! PL1
1943j:0:F251:03:001:Get Mega Shot Gun Now! PL1
1943j:0:F251:04:001:Get Three Way Gun Now! PL1
1943j:0:F251:08:001:Get Shell Gun Now! PL1
1943j:0:F251:10:001:Get Laser Gun Now! PL1
1943j:0:F204:01:000:Twin Planes ON PL1
1943j:0:F210:14:500:Twin Planes ON PL1 (2/2)
1943j:0:F204:00:001:Twin Planes OFF PL1
1943j:0:F210:07:501:Twin Planes OFF PL1 (2/2)
1943j:0:F286:40:000:Infinite Energy PL2
1943j:0:FD27:63:000:Infinite Weapon Time PL2
1943j:0:F2D1:00:000:Always have Normal Fire PL2
1943j:0:F2D1:01:000:Always have Auto Gun PL2
1943j:0:F2D1:02:000:Always have Shot Gun PL2
1943j:0:F2D1:03:000:Always have Mega Shot Gun PL2
1943j:0:F2D1:04:000:Always have Three Way Gun PL2
1943j:0:F2D1:08:000:Always have Shell Gun PL2
1943j:0:F2D1:10:000:Always have Laser Gun PL2
1943j:0:F2D1:00:001:Get Normal Fire Now! PL2
1943j:0:F2D1:01:001:Get Auto Gun Now! PL2
1943j:0:F2D1:02:001:Get Shot Gun Now! PL2
1943j:0:F2D1:03:001:Get Mega Shot Gun Now! PL2
1943j:0:F2D1:04:001:Get Three Way Gun Now! PL2
1943j:0:F2D1:08:001:Get Shell Gun Now! PL2
1943j:0:F2D1:10:001:Get Laser Gun Now! PL2
1943j:0:F284:01:000:Twin Planes ON PL2
1943j:0:F290:14:500:Twin Planes ON PL2 (2/2)
1943j:0:F284:00:001:Twin Planes OFF PL2
1943j:0:F290:07:501:Twin Planes OFF PL2 (2/2)
; [ 1943 Kai ]
1943kai:0:E312:09:000:Infinite Credits
1943kai:0:E12B:11:000:Infinite Loops
1943kai:0:E451:08:061:Select next level
1943kai:0:F206:40:000:Infinite Energy PL1
1943kai:0:F257:63:000:Infinite Weapon Time PL1
1943kai:0:F251:00:000:Always have Normal Fire PL1
1943kai:0:F251:01:000:Always have Auto Gun PL1
1943kai:0:F251:02:000:Always have Shot Gun PL1
1943kai:0:F251:03:000:Always have Mega Shot Gun PL1
1943kai:0:F251:04:000:Always have Three Way Gun PL1
1943kai:0:F251:08:000:Always have Shell Gun PL1
1943kai:0:F251:10:000:Always have Laser Gun PL1
1943kai:0:F251:30:000:Always have Laser+ Gun PL1
1943kai:0:F251:00:001:Get Normal Fire Now! PL1
1943kai:0:F251:01:001:Get Auto Gun Now! PL1
1943kai:0:F251:02:001:Get Shot Gun Now! PL1
1943kai:0:F251:03:001:Get Mega Shot Gun Now! PL1
1943kai:0:F251:04:001:Get Three Way Gun Now! PL1
1943kai:0:F251:08:001:Get Shell Gun Now! PL1
1943kai:0:F251:10:001:Get Laser Gun Now! PL1
1943kai:0:F251:30:001:Get Laser+ Gun Now! PL1
1943kai:0:F204:01:000:Twin Planes ON PL1
1943kai:0:F210:14:500:Twin Planes ON PL1 (2/2)
1943kai:0:F204:00:001:Twin Planes OFF PL1
1943kai:0:F210:07:501:Twin Planes OFF PL1 (2/2)
1943kai:0:F286:40:000:Infinite Energy PL2
1943kai:0:FD27:63:000:Infinite Weapon Time PL2
1943kai:0:F2D1:00:000:Always have Normal Fire PL2
1943kai:0:F2D1:01:000:Always have Auto Gun PL2
1943kai:0:F2D1:02:000:Always have Shot Gun PL2
1943kai:0:F2D1:03:000:Always have Mega Shot Gun PL2
1943kai:0:F2D1:04:000:Always have Three Way Gun PL2
1943kai:0:F2D1:08:000:Always have Shell Gun PL2
1943kai:0:F2D1:10:000:Always have Laser Gun PL2
1943kai:0:F2D1:30:000:Always have Laser+ Gun PL2
1943kai:0:F2D1:00:001:Get Normal Fire Now! PL2
1943kai:0:F2D1:01:001:Get Auto Gun Now! PL2
1943kai:0:F2D1:02:001:Get Shot Gun Now! PL2
1943kai:0:F2D1:03:001:Get Mega Shot Gun Now! PL2
1943kai:0:F2D1:04:001:Get Three Way Gun Now! PL2
1943kai:0:F2D1:08:001:Get Shell Gun Now! PL2
1943kai:0:F2D1:10:001:Get Laser Gun Now! PL2
1943kai:0:F2D1:30:001:Get Laser+ Gun Now! PL2
1943kai:0:F284:01:000:Twin Planes ON PL2
1943kai:0:F290:14:500:Twin Planes ON PL2 (2/2)
1943kai:0:F284:00:001:Twin Planes OFF PL2
1943kai:0:F290:07:501:Twin Planes OFF PL2 (2/2)
; [ 19XX: The War Against Destiny (US 951207) ]
19xx:0:FF4D15:09:000:Infinite Credits
19xx:0:FF82EC:06:000:Infinite Lives PL1
19xx:0:FF8305:06:000:Infinite Smart Bombs PL1
19xx:0:FF8244:02:000:Invincibility PL1
19xx:0:FF82F2:FF:500:Invincibility PL1 (2/2)
19xx:0:FF83EC:06:000:Infinite Lives PL2
19xx:0:FF8405:06:000:Infinite Smart Bombs PL2
19xx:0:FF8344:02:000:Invincibility PL2
19xx:0:FF83F2:FF:500:Invincibility PL2 (2/2)
19xx:0:000000:00:999:[These are the codes to set the machine region - the ]
19xx:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
19xx:0:000000:00:999:[- ON or before the ROM check screen!! ]
19xx:0:FF4D6E:00:000:Region Switch = USA
19xx:0:FF4D6E:01:000:Region Switch = Japan
19xx:0:FF4D6E:02:000:Region Switch = Asia
19xx:0:FF4D6E:03:000:Region Switch = Hispanic
19xx:0:FF4D6E:04:000:Region Switch = Euro
19xx:0:FF4D6E:05:000:Region Switch = Brazil
; [ 19XX: The War Against Destiny (Hispanic 951218) ]
19xxh:0:FF4D15:09:000:Infinite Credits
19xxh:0:FF82EC:06:000:Infinite Lives PL1
19xxh:0:FF8305:06:000:Infinite Smart Bombs PL1
19xxh:0:FF8244:02:000:Invincibility PL1
19xxh:0:FF82F2:FF:500:Invincibility PL1 (2/2)
19xxh:0:FF83EC:06:000:Infinite Lives PL2
19xxh:0:FF8405:06:000:Infinite Smart Bombs PL2
19xxh:0:FF8344:02:000:Invincibility PL2
19xxh:0:FF83F2:FF:500:Invincibility PL2 (2/2)
19xxh:0:000000:00:999:[These are the codes to set the machine region - the ]
19xxh:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
19xxh:0:000000:00:999:[- ON or before the ROM check screen!! ]
19xxh:0:FF4D6E:00:000:Region Switch = USA
19xxh:0:FF4D6E:01:000:Region Switch = Japan
19xxh:0:FF4D6E:02:000:Region Switch = Asia
19xxh:0:FF4D6E:03:000:Region Switch = Hispanic
19xxh:0:FF4D6E:04:000:Region Switch = Euro
19xxh:0:FF4D6E:05:000:Region Switch = Brazil
; [ 19XX: The War Against Destiny (Japan 951225) ]
19xxj:0:FF4D15:09:000:Infinite Credits
19xxj:0:FF82EC:06:000:Infinite Lives PL1
19xxj:0:FF8305:06:000:Infinite Smart Bombs PL1
19xxj:0:FF8244:02:000:Invincibility PL1
19xxj:0:FF82F2:FF:500:Invincibility PL1 (2/2)
19xxj:0:FF83EC:06:000:Infinite Lives PL2
19xxj:0:FF8405:06:000:Infinite Smart Bombs PL2
19xxj:0:FF8344:02:000:Invincibility PL2
19xxj:0:FF83F2:FF:500:Invincibility PL2 (2/2)
19xxj:0:000000:00:999:[These are the codes to set the machine region - the ]
19xxj:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
19xxj:0:000000:00:999:[- ON or before the ROM check screen!! ]
19xxj:0:FF4D6E:00:000:Region Switch = USA
19xxj:0:FF4D6E:01:000:Region Switch = Japan
19xxj:0:FF4D6E:02:000:Region Switch = Asia
19xxj:0:FF4D6E:03:000:Region Switch = Hispanic
19xxj:0:FF4D6E:04:000:Region Switch = Euro
19xxj:0:FF4D6E:05:000:Region Switch = Brazil
; [ 19XX: The War Against Destiny (Japan 951207) ]
19xxjr1:0:FF4D15:09:000:Infinite Credits
19xxjr1:0:FF82EC:06:000:Infinite Lives PL1
19xxjr1:0:FF8305:06:000:Infinite Smart Bombs PL1
19xxjr1:0:FF8244:02:000:Invincibility PL1
19xxjr1:0:FF82F2:FF:500:Invincibility PL1 (2/2)
19xxjr1:0:FF83EC:06:000:Infinite Lives PL2
19xxjr1:0:FF8405:06:000:Infinite Smart Bombs PL2
19xxjr1:0:FF8344:02:000:Invincibility PL2
19xxjr1:0:FF83F2:FF:500:Invincibility PL2 (2/2)
19xxjr1:0:000000:00:999:[These are the codes to set the machine region - the ]
19xxjr1:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
19xxjr1:0:000000:00:999:[- ON or before the ROM check screen!! ]
19xxjr1:0:FF4D6E:00:000:Region Switch = USA
19xxjr1:0:FF4D6E:01:000:Region Switch = Japan
19xxjr1:0:FF4D6E:02:000:Region Switch = Asia
19xxjr1:0:FF4D6E:03:000:Region Switch = Hispanic
19xxjr1:0:FF4D6E:04:000:Region Switch = Euro
19xxjr1:0:FF4D6E:05:000:Region Switch = Brazil
; [ 2020 Super Baseball (set 1) ]
2020bb:0:104290:59:000:Infinite Game Time
2020bb:0:101986:00:000:Infinite Strikes
2020bb:0:101987:00:000:Infinite Balls
2020bb:0:101988:00:000:Infinite Outs
2020bb:0:101986:02:001:Make the next Strike = 3 Now!
2020bb:0:101988:03:001:Quick Change Now!
2020bb:0:105BA4:02:000:Infinite Select Time
2020bb:0:10198B:00:000:Player 2 Score = 0
2020bb:0:10170B:00:500:Player 2 Score = 0 (2/2)
2020bb:0:101989:11:001:Bottom of Ninth
2020bb:0:101709:11:501:Bottom of Ninth (2/2)
2020bb:0:101709:10:001:Top of Ninth
2020bb:0:101989:10:501:Top of Ninth (2/2)
2020bb:0:000000:00:999:[These 2 cheats work only in]
2020bb:0:000000:00:999:[the world series (game 16).]
2020bb:0:103A0B:00:000:Player 2 Score =0 WS
2020bb:0:103A09:11:001:Bottom of Ninth WS
; [ 2020 Super Baseball (set 2) ]
2020bbh:0:104290:59:000:Infinite Game Time
2020bbh:0:101986:00:000:Infinite Strikes
2020bbh:0:101987:00:000:Infinite Balls
2020bbh:0:101988:00:000:Infinite Outs
2020bbh:0:101986:02:001:Make the next Strike = 3 Now!
2020bbh:0:101988:03:001:Quick Change Now!
2020bbh:0:105BA4:02:000:Infinite Select Time
2020bbh:0:10198B:00:000:Player 2 Score = 0
2020bbh:0:10170B:00:500:Player 2 Score = 0 (2/2)
2020bbh:0:101989:11:001:Bottom of Ninth
2020bbh:0:101709:11:501:Bottom of Ninth (2/2)
2020bbh:0:101709:10:001:Top of Ninth
2020bbh:0:101989:10:501:Top of Ninth (2/2)
2020bbh:0:000000:00:999:[These 2 cheats work only in]
2020bbh:0:000000:00:999:[the world series (game 16).]
2020bbh:0:103A0B:00:000:Player 2 Score =0 WS
2020bbh:0:103A09:11:001:Bottom of Ninth WS
; [ Datsun 280 Zzzap ]
280zzzap:0:2042:9A:000:Infinite Time
; [ 3 Count Bout / Fire Suplex ]
3countb:0:10A19F:59:000:Infinite Time
3countb:0:1037A9:48:000:Infinite Energy PL1:Buggy! This cheat is only partial due to dynamic memory locations - a ROM cheat will be required.
3countb:0:1038A9:48:000:Infinite Energy PL2:Buggy! This cheat is only partial due to dynamic memory locations - a ROM cheat will be required.
; [ Three Stooges ]
3stooges:0:06C6:09:000:Infinite Credits
3stooges:0:0721:04:000:Infinite Lives PL1
3stooges:0:0722:04:000:Infinite Lives PL2
3stooges:0:0723:04:000:Infinite Lives PL3
3stooges:0:08E4:3F:000:Invincibility for Moe
3stooges:0:0894:08:000:Moe Always carries Nothing
3stooges:0:0894:28:000:Moe Always carries a Pie
3stooges:0:0894:88:000:Moe Always carries a Hammer
3stooges:0:0894:08:001:Give Moe Nothing Now!
3stooges:0:0894:28:001:Give Moe a Pie Now!
3stooges:0:0894:88:001:Give Moe a Hammer Now!
3stooges:0:09CA:3F:000:Invincibility for Larry
3stooges:0:097A:08:000:Larry Always carries Nothing
3stooges:0:097A:28:000:Larry Always carries a Pie
3stooges:0:097A:88:000:Larry Always carries a Hammer
3stooges:0:097A:08:001:Give Larry Nothing Now!
3stooges:0:097A:28:001:Give Larry a Pie Now!
3stooges:0:097A:88:001:Give Larry a Hammer Now!
3stooges:0:0AB0:3F:000:Invincibility for Curly
3stooges:0:0A60:08:000:Curly Always carries Nothing
3stooges:0:0A60:28:000:Curly Always carries a Pie
3stooges:0:0A60:88:000:Curly Always carries a Hammer
3stooges:0:0A60:08:001:Give Curly Nothing Now!
3stooges:0:0A60:28:001:Give Curly a Pie Now!
3stooges:0:0A60:88:001:Give Curly a Hammer Now!
; [ Three Wonders (World) ]
3wonders:0:FF0D59:09:000:Infinite Credits
3wonders:0:000000:00:999:[Infinite Lives on all parts]
3wonders:0:FF0DE7:03:000:Infinite Lives PL1
3wonders:0:FF0DE8:03:000:Infinite Lives PL2
3wonders:0:000000:00:999:[MIDNIGHT WANDERERS (Action)]
3wonders:0:FF1011:09:000:Infinite Time
3wonders:0:FF1838:B4:000:Invincibility PL1
3wonders:0:FF17BA:80:520:Invincibility PL1 (2/2)
3wonders:0:FF0E17:63:000:One heart always=lifePL1
3wonders:0:FF0E19:64:500:One heart always=lifePL1(2/2)
3wonders:0:FF0E17:63:001:One heart=life Now! PL1
3wonders:0:FF0E19:64:501:One heart=life Now! PL1 (2/2)
3wonders:0:FF18D8:B4:000:Invincibility PL2
3wonders:0:FF185A:80:520:Invincibility PL2 (2/2)
3wonders:0:FF0E1B:63:000:One heart always=lifePL2
3wonders:0:FF0E1D:64:500:One heart always=lifePL2(2/2)
3wonders:0:FF0E1B:63:001:One heart=life Now! PL2
3wonders:0:FF0E1D:64:501:One heart=life Now! PL2 (2/2)
3wonders:0:000000:00:999:[CHARIOT (Shooting)]
3wonders:0:FF1838:B4:000:Invincibility PL1
3wonders:0:FF17BA:80:520:Invincibility PL1 (2/2)
3wonders:0:FF184D:59:000:One heart always=lifePL1
3wonders:0:FF184C:5A:500:One heart always=lifePL1(2/2)
3wonders:0:FF184D:59:001:One heart=life Now! PL1
3wonders:0:FF184C:5A:501:One heart=life Now! PL1 (2/2)
3wonders:0:FF18D8:B4:000:Invincibility PL2
3wonders:0:FF185A:80:520:Invincibility PL2 (2/2)
3wonders:0:FF18ED:59:000:One heart always=lifePL2
3wonders:0:FF18EC:5A:500:One heart always=lifePL2(2/2)
3wonders:0:FF18ED:59:001:One heart=life Now! PL2
3wonders:0:FF18EC:5A:501:One heart=life Now! PL2 (2/2)
3wonders:0:000000:00:999:[DON'T PULL (Puzzle)]
3wonders:0:FF0EC3:16:000:Next fruit always = 100000
3wonders:0:FF0EC3:16:001:Next fruit = 100000 Now!
3wonders:0:FF17D2:01:000:Invincibility PL1
3wonders:0:FF17D3:2C:500:Invincibility PL1 (2/2)
3wonders:0:FF0EBC:62:000:One fruit always=lifePL1
3wonders:0:FF0EBE:63:500:One fruit always=lifePL1(2/2)
3wonders:0:FF0EBC:62:001:One fruit = life Now!PL1
3wonders:0:FF0EBE:63:501:One fruit = life Now!PL1(2/2)
3wonders:0:FF1872:01:000:Invincibility PL2
3wonders:0:FF1873:2C:500:Invincibility PL2 (2/2)
3wonders:0:FF0EBD:62:000:One fruit always=lifePL2
3wonders:0:FF0EBF:63:500:One fruit always=lifePL2(2/2)
3wonders:0:FF0EBD:62:001:One fruit = life Now!PL2
3wonders:0:FF0EBF:63:501:One fruit = life Now!PL2(2/2)
3wonders:0:FF104A:00:000:Skip round until turned off:Remember to turn it off!
; [ Three Wonders (US) ]
3wonderu:0:FF0D59:09:000:Infinite Credits
3wonderu:0:000000:00:999:[Infinite Lives on all parts]
3wonderu:0:FF0DE7:03:000:Infinite Lives PL1
3wonderu:0:FF0DE8:03:000:Infinite Lives PL2
3wonderu:0:000000:00:999:[MIDNIGHT WANDERERS (Action)]
3wonderu:0:FF1011:09:000:Infinite Time
3wonderu:0:FF1838:B4:000:Invincibility PL1
3wonderu:0:FF17BA:80:520:Invincibility PL1 (2/2)
3wonderu:0:FF0E17:63:000:One heart always=lifePL1
3wonderu:0:FF0E19:64:500:One heart always=lifePL1(2/2)
3wonderu:0:FF0E17:63:001:One heart=life Now! PL1
3wonderu:0:FF0E19:64:501:One heart=life Now! PL1 (2/2)
3wonderu:0:FF18D8:B4:000:Invincibility PL2
3wonderu:0:FF185A:80:520:Invincibility PL2 (2/2)
3wonderu:0:FF0E1B:63:000:One heart always=lifePL2
3wonderu:0:FF0E1D:64:500:One heart always=lifePL2(2/2)
3wonderu:0:FF0E1B:63:001:One heart=life Now! PL2
3wonderu:0:FF0E1D:64:501:One heart=life Now! PL2 (2/2)
3wonderu:0:000000:00:999:[CHARIOT (Shooting)]
3wonderu:0:FF1838:B4:000:Invincibility PL1
3wonderu:0:FF17BA:80:520:Invincibility PL1 (2/2)
3wonderu:0:FF184D:59:000:One heart always=lifePL1
3wonderu:0:FF184C:5A:500:One heart always=lifePL1(2/2)
3wonderu:0:FF184D:59:001:One heart=life Now! PL1
3wonderu:0:FF184C:5A:501:One heart=life Now! PL1 (2/2)
3wonderu:0:FF18D8:B4:000:Invincibility PL2
3wonderu:0:FF185A:80:520:Invincibility PL2 (2/2)
3wonderu:0:FF18ED:59:000:One heart always=lifePL2
3wonderu:0:FF18EC:5A:500:One heart always=lifePL2(2/2)
3wonderu:0:FF18ED:59:001:One heart=life Now! PL2
3wonderu:0:FF18EC:5A:501:One heart=life Now! PL2 (2/2)
3wonderu:0:000000:00:999:[DON'T PULL (Puzzle)]
3wonderu:0:FF0EC3:16:000:Next fruit always = 100000
3wonderu:0:FF0EC3:16:001:Next fruit = 100000 Now!
3wonderu:0:FF17D2:01:000:Invincibility PL1
3wonderu:0:FF17D3:2C:500:Invincibility PL1 (2/2)
3wonderu:0:FF0EBC:62:000:One fruit always=lifePL1
3wonderu:0:FF0EBE:63:500:One fruit always=lifePL1(2/2)
3wonderu:0:FF0EBC:62:001:One fruit = life Now!PL1
3wonderu:0:FF0EBE:63:501:One fruit = life Now!PL1(2/2)
3wonderu:0:FF1872:01:000:Invincibility PL2
3wonderu:0:FF1873:2C:500:Invincibility PL2 (2/2)
3wonderu:0:FF0EBD:62:000:One fruit always=lifePL2
3wonderu:0:FF0EBF:63:500:One fruit always=lifePL2(2/2)
3wonderu:0:FF0EBD:62:001:One fruit = life Now!PL2
3wonderu:0:FF0EBF:63:501:One fruit = life Now!PL2(2/2)
3wonderu:0:FF104A:00:000:Skip round until turned off:Remember to turn it off!
; [ 4-D Warriors ]
4dwarrio:0:C028:09:000:Infinite Credits
4dwarrio:0:C04E:07:000:Infinite Lives PL1
4dwarrio:0:C04F:07:000:Infinite Lives PL2
4dwarrio:0:CA0B:99:000:Infinite Shoots
4dwarrio:0:CC0C:01:000:Always Yellow Extra weapon:Get some crystals first
4dwarrio:0:CC0C:02:000:Always Green Extra weapon:Get some crystals first
4dwarrio:0:CC0C:03:000:Always Red Extra weapon:Get some crystals first
4dwarrio:0:CC0C:01:001:Get Yellow Extra weapon Now!:Get some crystals first
4dwarrio:0:CC0C:02:001:Get Green Extra weapon Now!:Get some crystals first
4dwarrio:0:CC0C:03:001:Get Red Extra weapon Now!:Get some crystals first
4dwarrio:0:C261:00:000:Invincibility
4dwarrio:0:CA0A:00:500:Invincibility (2/2)
; [ 600 ]
600:0:8002:63:000:Infinite Credits
600:0:8630:09:000:Infinite Lives
; [ 64th. Street - A Detective Story (Japan) ]
64streej:0:FFB6AD:99:000:Infinite Credits
64streej:0:FF9DE4:5D:000:Infinite Time
64streej:0:FF9DE5:BF:500:Infinite Time (2/2)
64streej:0:FF9F09:09:000:Infinite Lives PL1
64streej:0:FF9F8D:D8:000:Infinite Energy PL1
64streej:0:FF9F29:B3:000:Invincibility PL1
64streej:0:FF9F85:29:000:Always have crowbar PL1
64streej:0:FF9FC5:29:500:Always have crowbar PL1 (2/3)
64streej:0:FF9FC8:04:500:Always have crowbar PL1 (3/3)
64streej:0:FF9F85:2A:000:Always have spanner PL1
64streej:0:FF9FC5:2A:500:Always have spanner PL1 (2/3)
64streej:0:FF9FC8:05:500:Always have spanner PL1 (3/3)
64streej:0:FF9F33:09:000:Infinite Lives PL2
64streej:0:FFA04D:D8:000:Infinite Energy PL2
64streej:0:FF9F59:B3:000:Invincibility PL2
64streej:0:FFA045:29:000:Always have crowbar PL2
64streej:0:FFA085:29:500:Always have crowbar PL2 (2/3)
64streej:0:FFA088:04:500:Always have crowbar PL2 (3/3)
64streej:0:FFA045:2A:000:Always have spanner PL2
64streej:0:FFA085:2A:500:Always have spanner PL2 (2/3)
64streej:0:FFA088:05:500:Always have spanner PL2 (3/3)
; [ 64th. Street - A Detective Story (World) ]
64street:0:FFB6AD:99:000:Infinite Credits
64street:0:FF9DE4:5D:000:Infinite Time
64street:0:FF9DE5:BF:500:Infinite Time (2/2)
64street:0:FF9F09:09:000:Infinite Lives PL1
64street:0:FF9F8D:D8:000:Infinite Energy PL1
64street:0:FF9F29:B3:000:Invincibility PL1
64street:0:FF9F85:29:000:Always have crowbar PL1
64street:0:FF9FC5:29:500:Always have crowbar PL1 (2/3)
64street:0:FF9FC8:04:500:Always have crowbar PL1 (3/3)
64street:0:FF9F85:2A:000:Always have spanner PL1
64street:0:FF9FC5:2A:500:Always have spanner PL1 (2/3)
64street:0:FF9FC8:05:500:Always have spanner PL1 (3/3)
64street:0:FF9F33:09:000:Infinite Lives PL2
64street:0:FFA04D:D8:000:Infinite Energy PL2
64street:0:FF9F59:B3:000:Invincibility PL2
64street:0:FFA045:29:000:Always have crowbar PL2
64street:0:FFA085:29:500:Always have crowbar PL2 (2/3)
64street:0:FFA088:04:500:Always have crowbar PL2 (3/3)
64street:0:FFA045:2A:000:Always have spanner PL2
64street:0:FFA085:2A:500:Always have spanner PL2 (2/3)
64street:0:FFA088:05:500:Always have spanner PL2 (3/3)
; [ 720 Degrees (set 1) ]
720:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem
720:0:0254:96:000:Infinite Area Time
720:0:0F20:A0:009:Infinite Medal/Park Timer
720:0:0F1C:63:000:Infinite Park Time
720:0:0F1C:00:001:Finish Park Now!
720:0:0257:7C:000:Always have loads of Cash
720:0:025B:04:000:Infinite Tickets
; [ 720 Degrees (set 2) ]
720b:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem
720b:0:0254:96:000:Infinite Area Time
720b:0:0F20:A0:009:Infinite Medal/Park Timer
720b:0:0F1C:63:000:Infinite Park Time
720b:0:0F1C:00:001:Finish Park Now!
720b:0:0257:7C:000:Always have loads of Cash
720b:0:025B:04:000:Infinite Tickets
; [ 800 Fathoms ]
800fath:0:4002:63:000:Infinite Credits
800fath:0:4108:05:000:Infinite Lives
800fath:0:4105:FF:000:Infinite Fuel
800fath:0:2047:C9:100:Invincibility
800fath:0:2113:C9:600:Invincibility (2/3)
800fath:0:153B:C9:600:invincibility (3/3)
800fath:0:0000:00:999:[Level 6 = Base ]
800fath:0:411E:05:071:Select current level
800fath:0:411E:05:061:Select next level
; [ '88 Games ]
88games:0:0000:00:999:[It is best to turn off the ]
88games:0:0000:00:999:[event select cheats when ]
88games:0:0000:00:999:[you start the event or you ]
88games:0:0000:00:999:[will not progress events! ]
88games:0:20D4:00:000:Set event to 100m Dash
88games:0:20D4:01:000:Set event to Long Jump
88games:0:20D4:02:000:Set event to 400m Relay 1
88games:0:20D4:03:000:Set event to Skeet Shooting
88games:0:20D4:04:000:Set event to 110m Hurdles
88games:0:20D4:05:000:Set event to Archery
88games:0:20D4:06:000:Set event to Javelin Throw
88games:0:20D4:07:000:Set event to High Jump
88games:0:20D4:08:000:Set event to 400m Relay 2:Only use before game starts!
88games:0:20D4:08:000:Finish Game after this event!
88games:0:0000:00:999:[Note Event cheats should be]
88games:0:0000:00:999:[turned off at end of event ]
88games:0:0000:00:999:[or sprite corruption will ]
88games:0:0000:00:999:[occur. Don't turn on max ]
88games:0:0000:00:999:[power cheats too soon! ]
88games:0:0000:00:999:[ 100M DASH ]
88games:0:2AB4:00:000:Infinite Time '00"00'
88games:0:2AB3:00:500:Infinite Time '00"00' (2/4)
88games:0:2AB2:00:500:Infinite Time '00"00' (3/4)
88games:0:2AB1:00:500:Infinite Time '00"00' (4/4)
88games:0:2312:0A:000:Maximum Power PL1
88games:0:232A:0A:500:Maximum Power PL1 (2/2)
88games:0:3322:00:000:Infinite False Starts PL1
88games:0:0000:00:999:[ LONG JUMP ]
88games:0:2365:E0:000:Maximum Power:Press fire to get body back
88games:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
88games:0:2364:45:000:Always jump at 45 deg.
88games:0:2363:2D:500:Always jump at 45 deg. (2/2)
88games:0:0000:00:999:[ JAVELIN ]
88games:0:2365:E0:000:Maximum Power:Press fire to get body back
88games:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
88games:0:2364:45:000:Always throw at 45 deg.
88games:0:2363:2D:500:Always throw at 45 deg. (2/2)
88games:0:2240:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Video Eight Ball ]
8ball:0:1D5C:99:000:Infinite Credits
8ball:0:1DA0:00:000:Infinite Time
8ball:0:1D9D:03:000:Infinite Hits
8ball:0:1CCB:05:000:Infinite Balls PL1
8ball:0:1DA1:01:000:Shot always = 1 PL1
8ball:0:1CCC:05:000:Infinite Balls PL2
8ball:0:1DA2:04:000:Shot always = 1 PL2
; [ Video Eight Ball (Rev.1) ]
8ball1:0:1D5C:99:000:Infinite Credits
8ball1:0:1DA0:00:000:Infinite Time
8ball1:0:1D9D:03:000:Infinite Hits
8ball1:0:1CCB:05:000:Infinite Balls PL1
8ball1:0:1DA1:01:000:Shot always = 1 PL1
8ball1:0:1CCC:05:000:Infinite Balls PL2
8ball1:0:1DA2:04:000:Shot always = 1 PL2
; [ '99 The Last War ]
99lstwar:0:F001:63:000:Infinite Credits
99lstwar:0:F652:0C:000:Infinite Energy
99lstwar:0:F653:0C:500:Infinite Energy (02/10)
99lstwar:0:F654:0C:500:Infinite Energy (03/10)
99lstwar:0:F655:0C:500:Infinite Energy (04/10)
99lstwar:0:F656:0C:500:Infinite Energy (05/10)
99lstwar:0:F657:0C:500:Infinite Energy (06/10)
99lstwar:0:F658:0C:500:Infinite Energy (07/10)
99lstwar:0:F659:0C:500:Infinite Energy (08/10)
99lstwar:0:F65A:0C:500:Infinite Energy (09/10)
99lstwar:0:F65B:0C:500:Infinite Energy (10/10)
99lstwar:0:0000:00:999:[See the Dip Switch Menu to ]
99lstwar:0:0000:00:999:[enable Invincibility. ]
99lstwar:0:F5C7:58:000:Shield stays on longer:Buggy - cosmetic only?
99lstwar:0:F597:59:500:Shield stays on longer (2/4)
99lstwar:0:F5C5:5A:500:Shield stays on longer (3/4)
99lstwar:0:F595:5B:500:Shield stays on longer (4/4)
99lstwar:0:F0F0:0F:000:Enemies Don't Shoot
99lstwar:0:F109:80:000:Always have Normal Shoot
99lstwar:0:F109:81:000:Always have Fast Shoot
99lstwar:0:F109:80:001:Get Normal Shoot Now!
99lstwar:0:F109:81:001:Get Fast Shoot Now!
99lstwar:0:F8BF:0B:000:Infinite Lives PL1
99lstwar:0:F8D3:0B:000:Infinite Lives PL2
; [ '99 The Last War (alternate) ]
99lstwra:0:F001:63:000:Infinite Credits
99lstwra:0:F652:0C:000:Infinite Energy
99lstwra:0:F653:0C:500:Infinite Energy (02/10)
99lstwra:0:F654:0C:500:Infinite Energy (03/10)
99lstwra:0:F655:0C:500:Infinite Energy (04/10)
99lstwra:0:F656:0C:500:Infinite Energy (05/10)
99lstwra:0:F657:0C:500:Infinite Energy (06/10)
99lstwra:0:F658:0C:500:Infinite Energy (07/10)
99lstwra:0:F659:0C:500:Infinite Energy (08/10)
99lstwra:0:F65A:0C:500:Infinite Energy (09/10)
99lstwra:0:F65B:0C:500:Infinite Energy (10/10)
99lstwra:0:0000:00:999:[See the Dip Switch Menu to ]
99lstwra:0:0000:00:999:[enable Invincibility. ]
99lstwra:0:F0F0:0F:000:Enemies Don't Shoot
99lstwra:0:F8BF:0B:000:Infinite Lives PL1
99lstwra:0:F8D3:0B:000:Infinite Lives PL2
; [ All American Football (rev E) ]
aafb:0:E2F8:5A:000:Infinite Time
aafb:0:E2F9:99:500:Infinite Time (2/2)
aafb:0:E2F8:00:001:Finish this Quarter Now!
aafb:0:E2F9:00:501:Finish this Quarter Now! (2/2)
aafb:0:E25B:01:000:Always on the First Down
aafb:0:E25B:01:001:Make this the First Down Now!
aafb:0:E25B:04:001:Make this the Fourth Down Now!
aafb:0:E292:99:000:Infinite Credits for Team 1 QB:This is for the Receiving Quarterback (as shown at the start)
aafb:0:E291:99:500:Infinite Credits for Team 1 QB (2/2)
aafb:0:E2A3:99:000:Infinite Credits for Team 1 HB:This is for the Receiving Halfback (as shown at the start)
aafb:0:E2A2:99:500:Infinite Credits for Team 1 HB (2/2)
aafb:0:E29D:00:000:Score always = 0 Team 1
aafb:0:E29E:00:500:Score always = 0 Team 1 (2/2)
aafb:0:E29D:99:000:Score always = 999 Team 1
aafb:0:E29E:09:500:Score always = 999 Team 1 (2/2)
aafb:0:E29D:00:001:Set score = 0 Now! Team 1
aafb:0:E29E:00:501:Set score = 0 Now! Team 1 (2/2)
aafb:0:E29D:00:001:Set score = 500 Now! Team 1
aafb:0:E29E:05:501:Set score = 500 Now! Team 1 (2/2)
aafb:0:E2B4:99:000:Infinite Credits for Team 2 QB:This is for the Kicking Quarterback (as shown at the start)
aafb:0:E2B3:99:500:Infinite Credits for Team 2 QB (2/2)
aafb:0:E2C5:99:000:Infinite Credits for Team 2 HB:This is for the Kicking Halfback (as shown at the start)
aafb:0:E2C4:99:500:Infinite Credits for Team 2 HB (2/2)
aafb:0:E2BF:00:000:Score always = 0 Team 2
aafb:0:E2C0:00:500:Score always = 0 Team 2 (2/2)
aafb:0:E2BF:99:000:Score always = 999 Team 2
aafb:0:E2C0:09:500:Score always = 999 Team 2 (2/2)
aafb:0:E2BF:00:001:Set score = 0 Now! Team 2
aafb:0:E2C0:00:501:Set score = 0 Now! Team 2 (2/2)
aafb:0:E2BF:00:001:Set score = 500 Now! Team 2
aafb:0:E2C0:05:501:Set score = 500 Now! Team 2 (2/2)
; [ All American Football (rev B) ]
aafbb:0:E2F3:5A:000:Infinite Time
aafbb:0:E2F4:99:500:Infinite Time (2/2)
aafbb:0:E2F3:00:001:Finish this Quarter Now!
aafbb:0:E2F4:00:501:Finish this Quarter Now! (2/2)
aafbb:0:E25B:01:000:Always on the First Down
aafbb:0:E25B:01:001:Make this the First Down Now!
aafbb:0:E25B:04:001:Make this the Fourth Down Now!
aafbb:0:E292:99:000:Infinite Credits for Team 1 QB:This is for the Receiving Quarterback (as shown at the start)
aafbb:0:E291:99:500:Infinite Credits for Team 1 QB (2/2)
aafbb:0:E2A2:99:000:Infinite Credits for Team 1 HB:This is for the Receiving Halfback (as shown at the start)
aafbb:0:E2A1:99:500:Infinite Credits for Team 1 HB (2/2)
aafbb:0:E29D:00:000:Score always = 0 Team 1
aafbb:0:E29E:00:500:Score always = 0 Team 1 (2/2)
aafbb:0:E29D:99:000:Score always = 999 Team 1
aafbb:0:E29E:09:500:Score always = 999 Team 1 (2/2)
aafbb:0:E29D:00:001:Set score = 0 Now! Team 1
aafbb:0:E29E:00:501:Set score = 0 Now! Team 1 (2/2)
aafbb:0:E29D:00:001:Set score = 500 Now! Team 1
aafbb:0:E29E:05:501:Set score = 500 Now! Team 1 (2/2)
aafbb:0:E2B2:99:000:Infinite Credits for Team 2 QB:This is for the Kicking Quarterback (as shown at the start)
aafbb:0:E2B1:99:500:Infinite Credits for Team 2 QB (2/2)
aafbb:0:E2C2:99:000:Infinite Credits for Team 2 HB:This is for the Kicking Halfback (as shown at the start)
aafbb:0:E2C1:99:500:Infinite Credits for Team 2 HB (2/2)
aafbb:0:E2BD:00:000:Score always = 0 Team 2
aafbb:0:E2BE:00:500:Score always = 0 Team 2 (2/2)
aafbb:0:E2BD:99:000:Score always = 999 Team 2
aafbb:0:E2BE:09:500:Score always = 999 Team 2 (2/2)
aafbb:0:E2BD:00:001:Set score = 0 Now! Team 2
aafbb:0:E2BE:00:501:Set score = 0 Now! Team 2 (2/2)
aafbb:0:E2BD:00:001:Set score = 500 Now! Team 2
aafbb:0:E2BE:05:501:Set score = 500 Now! Team 2 (2/2)
; [ All American Football (rev C) ]
aafbc:0:E2F3:5A:000:Infinite Time
aafbc:0:E2F4:99:500:Infinite Time (2/2)
aafbc:0:E2F3:00:001:Finish this Quarter Now!
aafbc:0:E2F4:00:501:Finish this Quarter Now! (2/2)
aafbc:0:E25B:01:000:Always on the First Down
aafbc:0:E25B:01:001:Make this the First Down Now!
aafbc:0:E25B:04:001:Make this the Fourth Down Now!
aafbc:0:E292:99:000:Infinite Credits for Team 1 QB:This is for the Receiving Quarterback (as shown at the start)
aafbc:0:E291:99:500:Infinite Credits for Team 1 QB (2/2)
aafbc:0:E2A2:99:000:Infinite Credits for Team 1 HB:This is for the Receiving Halfback (as shown at the start)
aafbc:0:E2A1:99:500:Infinite Credits for Team 1 HB (2/2)
aafbc:0:E29D:00:000:Score always = 0 Team 1
aafbc:0:E29E:00:500:Score always = 0 Team 1 (2/2)
aafbc:0:E29D:99:000:Score always = 999 Team 1
aafbc:0:E29E:09:500:Score always = 999 Team 1 (2/2)
aafbc:0:E29D:00:001:Set score = 0 Now! Team 1
aafbc:0:E29E:00:501:Set score = 0 Now! Team 1 (2/2)
aafbc:0:E29D:00:001:Set score = 500 Now! Team 1
aafbc:0:E29E:05:501:Set score = 500 Now! Team 1 (2/2)
aafbc:0:E2B2:99:000:Infinite Credits for Team 2 QB:This is for the Kicking Quarterback (as shown at the start)
aafbc:0:E2B1:99:500:Infinite Credits for Team 2 QB (2/2)
aafbc:0:E2C2:99:000:Infinite Credits for Team 2 HB:This is for the Kicking Halfback (as shown at the start)
aafbc:0:E2C1:99:500:Infinite Credits for Team 2 HB (2/2)
aafbc:0:E2BD:00:000:Score always = 0 Team 2
aafbc:0:E2BE:00:500:Score always = 0 Team 2 (2/2)
aafbc:0:E2BD:99:000:Score always = 999 Team 2
aafbc:0:E2BE:09:500:Score always = 999 Team 2 (2/2)
aafbc:0:E2BD:00:001:Set score = 0 Now! Team 2
aafbc:0:E2BE:00:501:Set score = 0 Now! Team 2 (2/2)
aafbc:0:E2BD:00:001:Set score = 500 Now! Team 2
aafbc:0:E2BE:05:501:Set score = 500 Now! Team 2 (2/2)
; [ All American Football (rev D, 2 Players) ]
aafbd2p:0:E2F8:5A:000:Infinite Time
aafbd2p:0:E2F9:99:500:Infinite Time (2/2)
aafbd2p:0:E2F8:00:001:Finish this Quarter Now!
aafbd2p:0:E2F9:00:501:Finish this Quarter Now! (2/2)
aafbd2p:0:E25B:01:000:Always on the First Down
aafbd2p:0:E25B:01:001:Make this the First Down Now!
aafbd2p:0:E25B:04:001:Make this the Fourth Down Now!
aafbd2p:0:E292:99:000:Infinite Credits for Team 1 QB:This is for the Receiving Quarterback (as shown at the start)
aafbd2p:0:E291:99:500:Infinite Credits for Team 1 QB (2/2)
aafbd2p:0:E29D:00:000:Score always = 0 Team 1
aafbd2p:0:E29E:00:500:Score always = 0 Team 1 (2/2)
aafbd2p:0:E29D:99:000:Score always = 999 Team 1
aafbd2p:0:E29E:09:500:Score always = 999 Team 1 (2/2)
aafbd2p:0:E29D:00:001:Set score = 0 Now! Team 1
aafbd2p:0:E29E:00:501:Set score = 0 Now! Team 1 (2/2)
aafbd2p:0:E29D:00:001:Set score = 500 Now! Team 1
aafbd2p:0:E29E:05:501:Set score = 500 Now! Team 1 (2/2)
aafbd2p:0:E2B4:99:000:Infinite Credits for Team 2 QB:This is for the Kicking Quarterback (as shown at the start)
aafbd2p:0:E2B3:99:500:Infinite Credits for Team 2 QB (2/2)
aafbd2p:0:E2BF:00:000:Score always = 0 Team 2
aafbd2p:0:E2C0:00:500:Score always = 0 Team 2 (2/2)
aafbd2p:0:E2BF:99:000:Score always = 999 Team 2
aafbd2p:0:E2C0:09:500:Score always = 999 Team 2 (2/2)
aafbd2p:0:E2BF:00:001:Set score = 0 Now! Team 2
aafbd2p:0:E2C0:00:501:Set score = 0 Now! Team 2 (2/2)
aafbd2p:0:E2BF:00:001:Set score = 500 Now! Team 2
aafbd2p:0:E2C0:05:501:Set score = 500 Now! Team 2 (2/2)
; [ Atari Baseball (set 1) ]
abaseb:0:0079:99:000:Infinite Credits
abaseb:0:0070:00:000:Always First Strike PL1
abaseb:0:0070:00:001:Reset to Strike 1 Now! PL1
abaseb:0:006C:00:000:Never anybody out PL1
; [ Atari Baseball (set 2) ]
abaseb2:0:0079:99:000:Infinite Credits
abaseb2:0:0070:00:000:Always First Strike PL1
abaseb2:0:0070:00:001:Reset to Strike 1 Now! PL1
abaseb2:0:006C:00:000:Never anybody out PL1
; [ After Burner (Japan) ]
aburner:0:FF88E0:FF:000:Infinite Lives
aburner:0:FF88E1:FF:500:Infinite Lives (2/2)
aburner:0:FF8D67:32:000:Infinite Missiles
aburner:0:FF8D77:01:000:Invincibility :(It is boring cheat.)
aburner:0:FF884D:00:000:Sound Test Timer Stop
; [ After Burner II ]
aburner2:0:FF88E0:01:000:Infinite Lives
aburner2:0:FF88E1:29:500:Infinite Lives (2/2)
aburner2:0:FF8D67:32:000:Infinite Missiles
aburner2:0:FF8D77:01:000:Invincibility :(It is boring cheat.)
aburner2:0:FF884D:00:000:Sound Test Timer Stop
; [ Act-Fancer Cybernetick Hyper Weapon (World revision 1) ]
actfanc1:0:1F0010:99:000:Infinite Credits
actfanc1:0:1F0C32:FF:000:Infinite Time - Robot
actfanc1:0:1F0C87:99:000:Infinite Time - Bubbles
actfanc1:0:1F00C6:05:000:Infinite Lives
actfanc1:0:1F0039:80:020:Invincibility "ON"
actfanc1:0:1F0039:80:041:Invincibility "OFF"
actfanc1:0:1F0C43:04:000:Maximum bubbles power
actfanc1:0:000000:00:999:[Remove current Robot cheats]
actfanc1:0:000000:00:999:[before selecting a new one.]
actfanc1:0:000000:00:999:[Robot level - Bubbles type ]
actfanc1:0:1F00D5:01:041:Robot 0 - None Now!
actfanc1:0:1F00D5:02:541:Robot 0 - None Now! (2/3)
actfanc1:0:1F00D5:04:541:Robot 0 - None Now! (3/3)
actfanc1:0:1F00D5:01:021:Robot 1 - Normal Now!
actfanc1:0:1F00D5:02:541:Robot 1 - Normal Now! (2/3)
actfanc1:0:1F00D5:04:541:Robot 1 - Normal Now! (3/3)
actfanc1:0:1F00D5:01:041:Robot 2 - Flames Now!
actfanc1:0:1F00D5:02:521:Robot 2 - Flames Now! (2/3)
actfanc1:0:1F00D5:04:541:Robot 2 - Flames Now! (3/3)
actfanc1:0:1F00D5:01:021:Robot 3 - Air Now!
actfanc1:0:1F00D5:02:521:Robot 3 - Air Now! (2/3)
actfanc1:0:1F00D5:04:541:Robot 3 - Air Now! (3/3)
actfanc1:0:1F00D5:01:041:Robot 4 - Beam Now!
actfanc1:0:1F00D5:02:541:Robot 4 - Beam Now! (2/3)
actfanc1:0:1F00D5:04:521:Robot 4 - Beam Now! (3/3)
actfanc1:0:1F00D5:01:021:Robot 5 - Split Now!
actfanc1:0:1F00D5:02:541:Robot 5 - Split Now! (2/3)
actfanc1:0:1F00D5:04:521:Robot 5 - Split Now! (3/3)
actfanc1:0:1F00D5:01:041:Robot 6 - Homing Now!
actfanc1:0:1F00D5:02:521:Robot 6 - Homing Now! (2/3)
actfanc1:0:1F00D5:04:521:Robot 6 - Homing Now! (3/3)
; [ Act-Fancer Cybernetick Hyper Weapon (Japan revision 1) ]
actfancj:0:1F0010:99:000:Infinite Credits
actfancj:0:1F0C32:FF:000:Infinite Time - Robot
actfancj:0:1F0C87:99:000:Infinite Time - Bubbles
actfancj:0:1F00C6:05:000:Infinite Lives
actfancj:0:1F0039:80:020:Invincibility "ON"
actfancj:0:1F0039:80:041:Invincibility "OFF"
actfancj:0:1F0C43:04:000:Maximum bubbles power
actfancj:0:000000:00:999:[Remove current Robot cheats]
actfancj:0:000000:00:999:[before selecting a new one.]
actfancj:0:000000:00:999:[Robot level - Bubbles type ]
actfancj:0:1F00D5:01:041:Robot 0 - None Now!
actfancj:0:1F00D5:02:541:Robot 0 - None Now! (2/3)
actfancj:0:1F00D5:04:541:Robot 0 - None Now! (3/3)
actfancj:0:1F00D5:01:021:Robot 1 - Normal Now!
actfancj:0:1F00D5:02:541:Robot 1 - Normal Now! (2/3)
actfancj:0:1F00D5:04:541:Robot 1 - Normal Now! (3/3)
actfancj:0:1F00D5:01:041:Robot 2 - Flames Now!
actfancj:0:1F00D5:02:521:Robot 2 - Flames Now! (2/3)
actfancj:0:1F00D5:04:541:Robot 2 - Flames Now! (3/3)
actfancj:0:1F00D5:01:021:Robot 3 - Air Now!
actfancj:0:1F00D5:02:521:Robot 3 - Air Now! (2/3)
actfancj:0:1F00D5:04:541:Robot 3 - Air Now! (3/3)
actfancj:0:1F00D5:01:041:Robot 4 - Beam Now!
actfancj:0:1F00D5:02:541:Robot 4 - Beam Now! (2/3)
actfancj:0:1F00D5:04:521:Robot 4 - Beam Now! (3/3)
actfancj:0:1F00D5:01:021:Robot 5 - Split Now!
actfancj:0:1F00D5:02:541:Robot 5 - Split Now! (2/3)
actfancj:0:1F00D5:04:521:Robot 5 - Split Now! (3/3)
actfancj:0:1F00D5:01:041:Robot 6 - Homing Now!
actfancj:0:1F00D5:02:521:Robot 6 - Homing Now! (2/3)
actfancj:0:1F00D5:04:521:Robot 6 - Homing Now! (3/3)
; [ Act-Fancer Cybernetick Hyper Weapon (World revision 2) ]
actfancr:0:1F0010:99:000:Infinite Credits
actfancr:0:1F0C32:FF:000:Infinite Time - Robot
actfancr:0:1F0C87:99:000:Infinite Time - Bubbles
actfancr:0:1F00C6:05:000:Infinite Lives
actfancr:0:1F0039:80:020:Invincibility "ON"
actfancr:0:1F0039:80:041:Invincibility "OFF"
actfancr:0:1F0C43:04:000:Maximum bubbles power
actfancr:0:000000:00:999:[Remove current Robot cheats]
actfancr:0:000000:00:999:[before selecting a new one.]
actfancr:0:000000:00:999:[Robot level - Bubbles type ]
actfancr:0:1F00D5:01:041:Robot 0 - None Now!
actfancr:0:1F00D5:02:541:Robot 0 - None Now! (2/3)
actfancr:0:1F00D5:04:541:Robot 0 - None Now! (3/3)
actfancr:0:1F00D5:01:021:Robot 1 - Normal Now!
actfancr:0:1F00D5:02:541:Robot 1 - Normal Now! (2/3)
actfancr:0:1F00D5:04:541:Robot 1 - Normal Now! (3/3)
actfancr:0:1F00D5:01:041:Robot 2 - Flames Now!
actfancr:0:1F00D5:02:521:Robot 2 - Flames Now! (2/3)
actfancr:0:1F00D5:04:541:Robot 2 - Flames Now! (3/3)
actfancr:0:1F00D5:01:021:Robot 3 - Air Now!
actfancr:0:1F00D5:02:521:Robot 3 - Air Now! (2/3)
actfancr:0:1F00D5:04:541:Robot 3 - Air Now! (3/3)
actfancr:0:1F00D5:01:041:Robot 4 - Beam Now!
actfancr:0:1F00D5:02:541:Robot 4 - Beam Now! (2/3)
actfancr:0:1F00D5:04:521:Robot 4 - Beam Now! (3/3)
actfancr:0:1F00D5:01:021:Robot 5 - Split Now!
actfancr:0:1F00D5:02:541:Robot 5 - Split Now! (2/3)
actfancr:0:1F00D5:04:521:Robot 5 - Split Now! (3/3)
actfancr:0:1F00D5:01:041:Robot 6 - Homing Now!
actfancr:0:1F00D5:02:521:Robot 6 - Homing Now! (2/3)
actfancr:0:1F00D5:04:521:Robot 6 - Homing Now! (3/3)
; [ Aeroboto ]
aeroboto:0:01AC:99:000:Infinite Credits
aeroboto:0:0224:05:000:Infinite Lives PL1
aeroboto:0:0225:05:000:Infinite Lives PL2
; [ Aero Fighters ]
aerofgt:0:FF8B95:09:000:Infinite Credits
aerofgt:0:000000:00:999:[Do NOT use Smart Bombs with]
aerofgt:0:000000:00:999:[Invincibility enabled when ]
aerofgt:0:000000:00:999:[you are in the USA or ]
aerofgt:0:000000:00:999:[Swedish aircraft or the ]
aerofgt:0:000000:00:999:[game will crash!! ]
aerofgt:0:FF60DD:0A:000:Infinite Lives PL1
aerofgt:0:FF60DF:06:000:Infinite Smart Bombs PL1
aerofgt:0:FF60E1:03:000:Maximum fire power PL1
aerofgt:0:FF60E1:07:000:Absurd fire power PL1
aerofgt:0:FF06D3:B4:000:Invincibility PL1:Use it when sprite flickers
aerofgt:0:FF61DD:0A:000:Infinite Lives PL2
aerofgt:0:FF61DF:06:000:Infinite Smart Bombs PL2
aerofgt:0:FF61E1:03:000:Maximum fire power PL2
aerofgt:0:FF61E1:07:000:Absurd fire power PL2
aerofgt:0:FF0733:B4:000:Invincibility PL2:Use it when sprite flickers
; [ Aero Fighters (Turbo Force hardware set 1) ]
aerofgtb:0:0C8B91:09:000:Infinite Credits
aerofgtb:0:000000:00:999:[Do NOT use Smart Bombs with]
aerofgtb:0:000000:00:999:[Invincibility enabled when ]
aerofgtb:0:000000:00:999:[you are in the USA or ]
aerofgtb:0:000000:00:999:[Swedish aircraft or the ]
aerofgtb:0:000000:00:999:[game will crash!! ]
aerofgtb:0:FF60DD:0A:000:Infinite Lives PL1
aerofgtb:0:FF60DF:06:000:Infinite Smart Bombs PL1
aerofgtb:0:FF60E1:03:000:Maximum fire power PL1
aerofgtb:0:FF60E1:07:000:Absurd fire power PL1
aerofgtb:0:FF06D3:B4:000:Invincibility PL1:Use it when sprite flickers
aerofgtb:0:FF61DD:0A:000:Infinite Lives PL2
aerofgtb:0:FF61DF:06:000:Infinite Smart Bombs PL2
aerofgtb:0:FF61E1:03:000:Maximum fire power PL2
aerofgtb:0:FF61E1:07:000:Absurd fire power PL2
aerofgtb:0:FF0733:B4:000:Invincibility PL2:Use it when sprite flickers
; [ Aero Fighters (Turbo Force hardware set 2) ]
aerofgtc:0:0C8B91:09:000:Infinite Credits
aerofgtc:0:000000:00:999:[Do NOT use Smart Bombs with]
aerofgtc:0:000000:00:999:[Invincibility enabled when ]
aerofgtc:0:000000:00:999:[you are in the USA or ]
aerofgtc:0:000000:00:999:[Swedish aircraft or the ]
aerofgtc:0:000000:00:999:[game will crash!! ]
aerofgtc:0:FF60DD:0A:000:Infinite Lives PL1
aerofgtc:0:FF60DF:06:000:Infinite Smart Bombs PL1
aerofgtc:0:FF60E1:03:000:Maximum fire power PL1
aerofgtc:0:FF60E1:07:000:Absurd fire power PL1
aerofgtc:0:FF06D3:B4:000:Invincibility PL1:Use it when sprite flickers
aerofgtc:0:FF61DD:0A:000:Infinite Lives PL2
aerofgtc:0:FF61DF:06:000:Infinite Smart Bombs PL2
aerofgtc:0:FF61E1:03:000:Maximum fire power PL2
aerofgtc:0:FF61E1:07:000:Absurd fire power PL2
aerofgtc:0:FF0733:B4:000:Invincibility PL2:Use it when sprite flickers
; [ Air Buster (Japan) ]
airbustr:0:F000:09:000:Infinite Credits
airbustr:0:F007:03:000:Infinite Lives PL1
airbustr:0:C840:00:000:Invincibility PL1
airbustr:0:E667:09:000:Maximum fire power PL1
airbustr:0:E666:00:000:Always no extra weapons PL1
airbustr:0:E666:01:000:Always have Side shot PL1
airbustr:0:E666:02:000:Always have Rear shot PL1
airbustr:0:E666:03:000:Always have 6-way PL1
airbustr:0:E666:04:000:Always have Powerball PL1
airbustr:0:E666:05:000:Always have B PL1
airbustr:0:E666:06:000:Always have R Missiles PL1
airbustr:0:E666:07:000:Always have G Missiles PL1
airbustr:0:E666:00:001:No extra weapon Now! PL1
airbustr:0:E666:01:001:Get Side shot Now! PL1
airbustr:0:E666:02:001:Get Rear shot Now! PL1
airbustr:0:E666:03:001:Get 6-way Now! PL1
airbustr:0:E666:04:001:Get Powerball Now! PL1
airbustr:0:E666:05:001:Get B Now! PL1
airbustr:0:E666:06:001:Get R Missiles Now! PL1
airbustr:0:E666:07:001:Get G Missiles Now! PL1
airbustr:0:F008:03:000:Infinite Lives PL2
airbustr:0:C848:00:000:Invincibility PL2
airbustr:0:E67B:09:000:Maximum fire power PL2
airbustr:0:E67A:00:000:Always no extra weapons PL2
airbustr:0:E67A:01:000:Always have Side shot PL2
airbustr:0:E67A:02:000:Always have Rear shot PL2
airbustr:0:E67A:03:000:Always have 6-way PL2
airbustr:0:E67A:04:000:Always have Powerball PL2
airbustr:0:E67A:05:000:Always have B PL2
airbustr:0:E67A:06:000:Always have R Missiles PL2
airbustr:0:E67A:07:000:Always have G Missiles PL2
airbustr:0:E67A:00:001:No extra weapon Now! PL2
airbustr:0:E67A:01:001:Get Side shot Now! PL2
airbustr:0:E67A:02:001:Get Rear shot Now! PL2
airbustr:0:E67A:03:001:Get 6-way Now! PL2
airbustr:0:E67A:04:001:Get Powerball Now! PL2
airbustr:0:E67A:05:001:Get B Now! PL2
airbustr:0:E67A:06:001:Get R Missiles Now! PL2
airbustr:0:E67A:07:001:Get G Missiles Now! PL2
; [ Air Duel (Japan) ]
airduel:0:A3EFE:63:000:Infinite Credits
airduel:0:A2391:09:000:Infinite Lives PL1
airduel:0:A23A2:19:000:Infinite Bombs PL1
airduel:0:A2374:02:020:Invincibility "ON" PL1
airduel:0:A2374:02:041:Invincibility "OFF" PL1
airduel:0:A23E5:09:000:Infinite Lives PL2
airduel:0:A23F6:19:000:Infinite Bombs PL2
airduel:0:A23C8:02:020:Invincibility "ON" PL2
airduel:0:A23C8:02:041:Invincibility "OFF" PL2
; [ Air Wolf ]
airwolf:0:E001:63:000:Infinite Credits
airwolf:0:E122:01:020:Invincibility "ON"
airwolf:0:E122:01:041:Invincibility "OFF"
airwolf:0:0000:00:999:[See the Dip Switch Menu to ]
airwolf:0:0000:00:999:[enable an alternate ]
airwolf:0:0000:00:999:[Invincibility cheat. ]
airwolf:0:E0C6:11:000:Infinite Lives PL1
airwolf:0:E0E1:11:000:Infinite Lives PL2
; [ Ajax ]
ajax:0:208C:63:000:Infinite Credits
ajax:0:2098:FF:000:Infinite Lives
ajax:0:580C:09:020:Infinite POWs
ajax:0:580C:06:540:Infinite POWs (2/2)
ajax:0:5560:80:040:Invincibility "ON":You won't be able to get the power-ups with this enabled
ajax:0:5560:80:021:Invincibility "OFF"
ajax:0:558E:01:000:Always have Power Up Bomb 1
ajax:0:558E:02:000:Always have Power Up Bomb 2
ajax:0:558E:01:001:Get Power Up Bomb 1 Now!
ajax:0:558E:02:001:Get Power Up Bomb 2 Now!
ajax:0:558C:01:000:Always have 2nd Heli
ajax:0:558C:01:001:Get 2nd Heli Now!
ajax:0:0000:00:999:[These [1H] codes only apply]
ajax:0:0000:00:999:[to the 1st(main) Helicopter]
ajax:0:558D:00:000:Always have Normal Shot [1H]
ajax:0:558D:01:000:Always have Vulcan Shot [1H]
ajax:0:558D:02:000:Always have 3-Way Shot [1H]
ajax:0:558D:04:000:Always have Triple Shot [1H]
ajax:0:558D:05:000:Always have Laser Shot [1H]
ajax:0:558D:00:001:Get Normal Shot [1H] Now!
ajax:0:558D:01:001:Get Vulcan Shot [1H] Now!
ajax:0:558D:02:001:Get 3-Way Shot [1H] Now!
ajax:0:558D:04:001:Get Triple Shot [1H] Now!
ajax:0:558D:05:001:Get Laser Shot [1H] Now!
ajax:0:0000:00:999:[These [2H] codes only apply]
ajax:0:0000:00:999:[to the 2nd Helicopter. Earn]
ajax:0:0000:00:999:[it or use the 2nd Heli ]
ajax:0:0000:00:999:[cheat like everybody else! ]
ajax:0:55ED:00:000:Always have Normal Shot [2H]
ajax:0:55ED:01:000:Always have Vulcan Shot [2H]
ajax:0:55ED:02:000:Always have 3-Way Shot [2H]
ajax:0:55ED:04:000:Always have Triple Shot [2H]
ajax:0:55ED:05:000:Always have Laser Shot [2H]
ajax:0:55ED:00:001:Get Normal Shot [2H] Now!
ajax:0:55ED:01:001:Get Vulcan Shot [2H] Now!
ajax:0:55ED:02:001:Get 3-Way Shot [2H] Now!
ajax:0:55ED:04:001:Get Triple Shot [2H] Now!
ajax:0:55ED:05:001:Get Laser Shot [2H] Now!
ajax:0:5809:04:001:Lose a Life Now!
ajax:0:0000:00:999:[Enable these cheats on the ]
ajax:0:0000:00:999:[Take Off or READY!! screen ]
ajax:0:20A2:00:001:Start on Round 1
ajax:0:20A4:00:501:Start on Round 1 (2/2)
ajax:0:20A2:01:001:Start on Round 2
ajax:0:20A4:01:501:Start on Round 2 (2/2)
ajax:0:20A2:02:001:Start on Round 3
ajax:0:20A4:02:501:Start on Round 3 (2/2)
ajax:0:20A2:04:001:Start on Round 4
ajax:0:20A4:03:501:Start on Round 4 (2/2)
ajax:0:20A2:05:001:Start on Round 5
ajax:0:20A4:04:501:Start on Round 5 (2/2)
ajax:0:20A2:06:001:Start on Round 6
ajax:0:20A4:05:501:Start on Round 6 (2/2)
ajax:0:20A2:08:001:Start on Round 7
ajax:0:20A4:06:501:Start on Round 7 (2/2)
ajax:0:20A2:09:001:Start on Round 8
ajax:0:20A4:07:501:Start on Round 8 (2/2)
ajax:0:2809:F0:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Ajax (Japan) ]
ajaxj:0:208C:63:000:Infinite Credits
ajaxj:0:2098:FF:000:Infinite Lives
ajaxj:0:580C:09:020:Infinite POWs
ajaxj:0:580C:06:540:Infinite POWs (2/2)
ajaxj:0:5560:80:040:Invincibility "ON":You won't be able to get the power-ups with this enabled
ajaxj:0:5560:80:021:Invincibility "OFF"
ajaxj:0:558E:01:000:Always have Power Up Bomb 1
ajaxj:0:558E:02:000:Always have Power Up Bomb 2
ajaxj:0:558E:01:001:Get Power Up Bomb 1 Now!
ajaxj:0:558E:02:001:Get Power Up Bomb 2 Now!
ajaxj:0:558C:01:000:Always have 2nd Heli
ajaxj:0:558C:01:001:Get 2nd Heli Now!
ajaxj:0:0000:00:999:[These [1H] codes only apply]
ajaxj:0:0000:00:999:[to the 1st(main) Helicopter]
ajaxj:0:558D:00:000:Always have Normal Shot [1H]
ajaxj:0:558D:01:000:Always have Vulcan Shot [1H]
ajaxj:0:558D:02:000:Always have 3-Way Shot [1H]
ajaxj:0:558D:04:000:Always have Triple Shot [1H]
ajaxj:0:558D:05:000:Always have Laser Shot [1H]
ajaxj:0:558D:00:001:Get Normal Shot [1H] Now!
ajaxj:0:558D:01:001:Get Vulcan Shot [1H] Now!
ajaxj:0:558D:02:001:Get 3-Way Shot [1H] Now!
ajaxj:0:558D:04:001:Get Triple Shot [1H] Now!
ajaxj:0:558D:05:001:Get Laser Shot [1H] Now!
ajaxj:0:0000:00:999:[These [2H] codes only apply]
ajaxj:0:0000:00:999:[to the 2nd Helicopter. Earn]
ajaxj:0:0000:00:999:[it or use the 2nd Heli ]
ajaxj:0:0000:00:999:[cheat like everybody else! ]
ajaxj:0:55ED:00:000:Always have Normal Shot [2H]
ajaxj:0:55ED:01:000:Always have Vulcan Shot [2H]
ajaxj:0:55ED:02:000:Always have 3-Way Shot [2H]
ajaxj:0:55ED:04:000:Always have Triple Shot [2H]
ajaxj:0:55ED:05:000:Always have Laser Shot [2H]
ajaxj:0:55ED:00:001:Get Normal Shot [2H] Now!
ajaxj:0:55ED:01:001:Get Vulcan Shot [2H] Now!
ajaxj:0:55ED:02:001:Get 3-Way Shot [2H] Now!
ajaxj:0:55ED:04:001:Get Triple Shot [2H] Now!
ajaxj:0:55ED:05:001:Get Laser Shot [2H] Now!
ajaxj:0:5809:04:001:Lose a Life Now!
ajaxj:0:0000:00:999:[Enable these cheats on the ]
ajaxj:0:0000:00:999:[Take Off or READY!! screen ]
ajaxj:0:20A2:00:001:Start on Round 1
ajaxj:0:20A4:00:501:Start on Round 1 (2/2)
ajaxj:0:20A2:01:001:Start on Round 2
ajaxj:0:20A4:01:501:Start on Round 2 (2/2)
ajaxj:0:20A2:02:001:Start on Round 3
ajaxj:0:20A4:02:501:Start on Round 3 (2/2)
ajaxj:0:20A2:04:001:Start on Round 4
ajaxj:0:20A4:03:501:Start on Round 4 (2/2)
ajaxj:0:20A2:05:001:Start on Round 5
ajaxj:0:20A4:04:501:Start on Round 5 (2/2)
ajaxj:0:20A2:06:001:Start on Round 6
ajaxj:0:20A4:05:501:Start on Round 6 (2/2)
ajaxj:0:20A2:08:001:Start on Round 7
ajaxj:0:20A4:06:501:Start on Round 7 (2/2)
ajaxj:0:20A2:09:001:Start on Round 8
ajaxj:0:20A4:07:501:Start on Round 8 (2/2)
ajaxj:0:2809:F0:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Akkanvader (Japan) ]
akkanvdr:0:40FFCB:09:000:Infinite Credits
akkanvdr:0:410CDF:08:000:Infinite Lives PL1
akkanvdr:0:410CC9:3B:000:Always have Auto & Full PowPL1
akkanvdr:0:410CC9:3B:001:Get & Shoot Full Pow Now! PL1:Use this with an activation key for best effect
akkanvdr:0:410D5F:08:000:Infinite Lives PL2
akkanvdr:0:410D49:3B:000:Always have Auto & Full PowPL1
akkanvdr:0:410D49:3B:001:Get & Shoot Full Pow Now! PL1:Use this with an activation key for best effect
akkanvdr:0:000000:00:999:[After you enable these region ]
akkanvdr:0:000000:00:999:[cheats to see any effect you will ]
akkanvdr:0:000000:00:999:[have to reset the game (F3). Then ]
akkanvdr:0:000000:00:999:[you may have to turn the Test Mode]
akkanvdr:0:000000:00:999:[ON (F2) wait then reset again (F3)]
akkanvdr:0:07FFFF:01:001:Region Switch = Japan
akkanvdr:0:07FFFF:02:001:Region Switch = US
akkanvdr:0:07FFFF:03:001:Region Switch = World
; [ Alcon ]
alcon:0:C189:05:000:Infinite Lives
alcon:0:C18F:01:000:Always have One Star
alcon:0:C1DE:40:000:Always have Side Arms
alcon:0:C1DC:03:000:Always have Full Wings
alcon:0:C209:82:500:Always have Full Wings (2/3)
alcon:0:C219:82:500:Always have Full Wings (3/3)
alcon:0:C1D7:01:000:Always have Bomb
alcon:0:C1DD:05:500:Always have Bomb (2/2)
alcon:0:C1D7:02:000:Always have Laser
alcon:0:C1DD:03:500:Always have Laser (2/2)
alcon:0:C1D7:03:000:Always have H Mis
alcon:0:C1DD:07:500:Always have H Mis (2/2)
alcon:0:C190:82:000:Always have Shield
alcon:0:C1BF:07:500:Always have Shield (2/2)
alcon:0:C18F:01:001:Now have One Star
alcon:0:C18F:02:001:Now have Two Stars
alcon:0:C18F:03:001:Now have Three Stars
alcon:0:C18F:04:001:Now have Four Stars
alcon:0:C18F:05:001:Now have Five Stars
alcon:0:C18F:06:001:Now have Six Stars
alcon:0:C18F:07:001:Now have Seven Stars
alcon:0:C18F:08:001:Now have Eight Stars
; [ Alex Kidd (set 2) ]
alexkida:0:FFF000:09:000:Infinite Credits
alexkida:0:FFEF57:5A:000:Infinite Time PL1
alexkida:0:FFEF50:06:000:Infinite Lives PL1
alexkida:0:FFD840:03:000:Single Shot PL1
alexkida:0:FFD84C:5D:000:Invincibility PL1
alexkida:0:FFEF61:58:000:Infinite 'Shot 1' Time PL1
alexkida:0:FFEF63:58:000:Infinite 'Shot 2' Time PL1
alexkida:0:FFEF65:58:000:Infinite 'Jump' Time PL1
alexkida:0:FFEF67:58:000:Infinite 'Speed' Time PL1
alexkida:0:000000:00:999:[Don't use the 'Shot 1' and ]
alexkida:0:000000:00:999:[the 'Shot 2' simultaneously]
alexkida:0:000000:00:999:[The items will not be ]
alexkida:0:000000:00:999:[displayed correctly!! ]
alexkida:0:FFD840:02:020:Always have 'Shot 1' PL1
alexkida:0:FFD840:02:041:Lose 'Shot 1' Now! PL1
alexkida:0:FFD840:04:020:Always have 'Shot 2' PL1
alexkida:0:FFD840:04:041:Lose 'Shot 2' Now! PL1
alexkida:0:FFD840:08:020:Always have 'Jump' PL1
alexkida:0:FFD840:08:041:Lose 'Jump' Now! PL1
alexkida:0:FFD840:10:020:Always have 'Speed' PL1
alexkida:0:FFD840:10:041:Lose 'Speed' Now! PL1
alexkida:0:FFEFB7:5A:000:Infinite Time PL2
alexkida:0:FFEFB0:06:000:Infinite Lives PL2
alexkida:0:FFDA20:03:000:Single Shot PL2
alexkida:0:FFDA2C:5D:000:Invincibility PL2
alexkida:0:FFEFC1:58:000:Infinite 'Shot 1' Time PL2
alexkida:0:FFEFC3:58:000:Infinite 'Shot 2' Time PL2
alexkida:0:FFEFC5:58:000:Infinite 'Jump' Time PL2
alexkida:0:FFEFC7:58:000:Infinite 'Speed' Time PL2
alexkida:0:000000:00:999:[Don't use the 'Shot 1' and ]
alexkida:0:000000:00:999:[the 'Shot 2' simultaneously]
alexkida:0:000000:00:999:[The items will not be ]
alexkida:0:000000:00:999:[displayed correctly!! ]
alexkida:0:FFDA20:02:020:Always have 'Shot 1' PL2
alexkida:0:FFDA20:02:041:Lose 'Shot 1' Now! PL2
alexkida:0:FFDA20:04:020:Always have 'Shot 2' PL2
alexkida:0:FFDA20:04:041:Lose 'Shot 2' Now! PL2
alexkida:0:FFDA20:08:020:Always have 'Jump' PL2
alexkida:0:FFDA20:08:041:Lose 'Jump' Now! PL2
alexkida:0:FFDA20:10:020:Always have 'Speed' PL2
alexkida:0:FFDA20:10:041:Lose 'Speed' Now! PL2
; [ Alex Kidd (set 1) ]
alexkidd:0:FFF000:09:000:Infinite Credits
alexkidd:0:FFEF57:5A:000:Infinite Time PL1
alexkidd:0:FFEF50:06:000:Infinite Lives PL1
alexkidd:0:FFD840:03:000:Single Shot PL1
alexkidd:0:FFD84C:5D:000:Invincibility PL1
alexkidd:0:FFEF61:58:000:Infinite 'Shot 1' Time PL1
alexkidd:0:FFEF63:58:000:Infinite 'Shot 2' Time PL1
alexkidd:0:FFEF65:58:000:Infinite 'Jump' Time PL1
alexkidd:0:FFEF67:58:000:Infinite 'Speed' Time PL1
alexkidd:0:000000:00:999:[Don't use the 'Shot 1' and ]
alexkidd:0:000000:00:999:[the 'Shot 2' simultaneously]
alexkidd:0:000000:00:999:[The items will not be ]
alexkidd:0:000000:00:999:[displayed correctly!! ]
alexkidd:0:FFD840:02:020:Always have 'Shot 1' PL1
alexkidd:0:FFD840:02:041:Lose 'Shot 1' Now! PL1
alexkidd:0:FFD840:04:020:Always have 'Shot 2' PL1
alexkidd:0:FFD840:04:041:Lose 'Shot 2' Now! PL1
alexkidd:0:FFD840:08:020:Always have 'Jump' PL1
alexkidd:0:FFD840:08:041:Lose 'Jump' Now! PL1
alexkidd:0:FFD840:10:020:Always have 'Speed' PL1
alexkidd:0:FFD840:10:041:Lose 'Speed' Now! PL1
alexkidd:0:FFEFB7:5A:000:Infinite Time PL2
alexkidd:0:FFEFB0:06:000:Infinite Lives PL2
alexkidd:0:FFDA20:03:000:Single Shot PL2
alexkidd:0:FFDA2C:5D:000:Invincibility PL2
alexkidd:0:FFEFC1:58:000:Infinite 'Shot 1' Time PL2
alexkidd:0:FFEFC3:58:000:Infinite 'Shot 2' Time PL2
alexkidd:0:FFEFC5:58:000:Infinite 'Jump' Time PL2
alexkidd:0:FFEFC7:58:000:Infinite 'Speed' Time PL2
alexkidd:0:000000:00:999:[Don't use the 'Shot 1' and ]
alexkidd:0:000000:00:999:[the 'Shot 2' simultaneously]
alexkidd:0:000000:00:999:[The items will not be ]
alexkidd:0:000000:00:999:[displayed correctly!! ]
alexkidd:0:FFDA20:02:020:Always have 'Shot 1' PL2
alexkidd:0:FFDA20:02:041:Lose 'Shot 1' Now! PL2
alexkidd:0:FFDA20:04:020:Always have 'Shot 2' PL2
alexkidd:0:FFDA20:04:041:Lose 'Shot 2' Now! PL2
alexkidd:0:FFDA20:08:020:Always have 'Jump' PL2
alexkidd:0:FFDA20:08:041:Lose 'Jump' Now! PL2
alexkidd:0:FFDA20:10:020:Always have 'Speed' PL2
alexkidd:0:FFDA20:10:041:Lose 'Speed' Now! PL2
; [ Ali Baba and 40 Thieves ]
alibaba:0:4E6E:99:000:Infinite Credits
alibaba:0:4E14:03:000:Infinite Lives
alibaba:0:4DA5:00:000:Invincibility
alibaba:0:4E1C:01:001:1 enemy to finish round Now!
; [ Alien Invasion Part II ]
alieninv:0:20EB:99:000:Infinite Credits
alieninv:0:2009:78:000:Invaders never drop
alieninv:0:2069:00:000:Invaders don't fire
alieninv:0:206A:30:500:Invaders don't fire (2/2)
alieninv:0:0293:C3:100:Bullet Invincibility
alieninv:0:2094:04:540:Bullet Invincibility (2/3)
alieninv:0:2015:FF:500:Bullet Invincibility (3/3)
alieninv:0:163E:00:100:Autofire Mode
alieninv:0:21FF:07:000:Infinite Lives PL1
alieninv:0:2100:00:001:Kill All Invaders Now! PL1
alieninv:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
alieninv:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
alieninv:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
alieninv:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
alieninv:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
alieninv:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
alieninv:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
alieninv:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
alieninv:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
alieninv:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
alieninv:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
alieninv:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
alieninv:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
alieninv:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
alieninv:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
alieninv:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
alieninv:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
alieninv:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
alieninv:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
alieninv:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
alieninv:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
alieninv:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
alieninv:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
alieninv:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
alieninv:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
alieninv:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
alieninv:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
alieninv:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
alieninv:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
alieninv:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
alieninv:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
alieninv:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
alieninv:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
alieninv:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
alieninv:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
alieninv:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
alieninv:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
alieninv:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
alieninv:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
alieninv:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
alieninv:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
alieninv:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
alieninv:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
alieninv:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
alieninv:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
alieninv:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
alieninv:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
alieninv:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
alieninv:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
alieninv:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
alieninv:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
alieninv:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
alieninv:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
alieninv:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
alieninv:0:22FF:07:000:Infinite Lives PL2
alieninv:0:2200:00:001:Kill All Invaders Now! PL2
alieninv:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
alieninv:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
alieninv:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
alieninv:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
alieninv:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
alieninv:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
alieninv:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
alieninv:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
alieninv:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
alieninv:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
alieninv:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
alieninv:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
alieninv:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
alieninv:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
alieninv:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
alieninv:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
alieninv:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
alieninv:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
alieninv:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
alieninv:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
alieninv:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
alieninv:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
alieninv:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
alieninv:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
alieninv:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
alieninv:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
alieninv:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
alieninv:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
alieninv:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
alieninv:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
alieninv:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
alieninv:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
alieninv:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
alieninv:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
alieninv:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
alieninv:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
alieninv:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
alieninv:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
alieninv:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
alieninv:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
alieninv:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
alieninv:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
alieninv:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
alieninv:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
alieninv:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
alieninv:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
alieninv:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
alieninv:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
alieninv:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
alieninv:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
alieninv:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
alieninv:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
alieninv:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
alieninv:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Aliens (World set 1) ]
aliens:0:0802:99:000:Infinite Credits
aliens:0:1902:08:000:Infinite Energy PL1
aliens:0:0A78:39:000:Invincibility PL1
aliens:0:0A6B:19:000:Infinite Bombs PL1
aliens:0:0A6B:29:000:Infinite Super Bombs PL1
aliens:0:0A71:00:000:Always have Normal Weapon PL1
aliens:0:0A71:01:000:Always have Super MissilesPL1
aliens:0:0A71:02:000:Always have Flame Thrower PL1
aliens:0:0A71:03:000:Always have 3-Way Gun PL1
aliens:0:0A71:04:000:Always have Missiles PL1
aliens:0:0A71:05:000:Always have Robot PL1:This cheat is buggy!
aliens:0:0A71:00:001:Get Normal Weapon Now! PL1
aliens:0:0A71:01:001:Get Super Missiles Now! PL1
aliens:0:0A71:02:001:Get Flame Thrower Now! PL1
aliens:0:0A71:03:001:Get 3-Way Gun Now! PL1
aliens:0:0A71:04:001:Get Missiles Now! PL1
aliens:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy!
aliens:0:1942:08:000:Infinite Energy PL2
aliens:0:0AB8:39:000:Invincibility PL2
aliens:0:0AAB:19:000:Infinite Bombs PL2
aliens:0:0AAB:29:000:Infinite Super Bombs PL2
aliens:0:0AB1:00:000:Always have Normal Weapon PL2
aliens:0:0AB1:01:000:Always have Super MissilesPL2
aliens:0:0AB1:02:000:Always have Flame Thrower PL2
aliens:0:0AB1:03:000:Always have 3-Way Gun PL2
aliens:0:0AB1:04:000:Always have Missiles PL2
aliens:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy!
aliens:0:0AB1:00:001:Get Normal Weapon Now! PL2
aliens:0:0AB1:01:001:Get Super Missiles Now! PL2
aliens:0:0AB1:02:001:Get Flame Thrower Now! PL2
aliens:0:0AB1:03:001:Get 3-Way Gun Now! PL2
aliens:0:0AB1:04:001:Get Missiles Now! PL2
aliens:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy!
aliens:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code
; [ Aliens (World set 2) ]
aliens2:0:0802:99:000:Infinite Credits
aliens2:0:1902:08:000:Infinite Energy PL1
aliens2:0:0A78:39:000:Invincibility PL1
aliens2:0:0A6B:19:000:Infinite Bombs PL1
aliens2:0:0A6B:29:000:Infinite Super Bombs PL1
aliens2:0:0A71:00:000:Always have Normal Weapon PL1
aliens2:0:0A71:01:000:Always have Super MissilesPL1
aliens2:0:0A71:02:000:Always have Flame Thrower PL1
aliens2:0:0A71:03:000:Always have 3-Way Gun PL1
aliens2:0:0A71:04:000:Always have Missiles PL1
aliens2:0:0A71:05:000:Always have Robot PL1:This cheat is buggy!
aliens2:0:0A71:00:001:Get Normal Weapon Now! PL1
aliens2:0:0A71:01:001:Get Super Missiles Now! PL1
aliens2:0:0A71:02:001:Get Flame Thrower Now! PL1
aliens2:0:0A71:03:001:Get 3-Way Gun Now! PL1
aliens2:0:0A71:04:001:Get Missiles Now! PL1
aliens2:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy!
aliens2:0:1942:08:000:Infinite Energy PL2
aliens2:0:0AB8:39:000:Invincibility PL2
aliens2:0:0AAB:19:000:Infinite Bombs PL2
aliens2:0:0AAB:29:000:Infinite Super Bombs PL2
aliens2:0:0AB1:00:000:Always have Normal Weapon PL2
aliens2:0:0AB1:01:000:Always have Super MissilesPL2
aliens2:0:0AB1:02:000:Always have Flame Thrower PL2
aliens2:0:0AB1:03:000:Always have 3-Way Gun PL2
aliens2:0:0AB1:04:000:Always have Missiles PL2
aliens2:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy!
aliens2:0:0AB1:00:001:Get Normal Weapon Now! PL2
aliens2:0:0AB1:01:001:Get Super Missiles Now! PL2
aliens2:0:0AB1:02:001:Get Flame Thrower Now! PL2
aliens2:0:0AB1:03:001:Get 3-Way Gun Now! PL2
aliens2:0:0AB1:04:001:Get Missiles Now! PL2
aliens2:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy!
aliens2:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code
; [ Aliens (Japan) ]
aliensj:0:0802:99:000:Infinite Credits
aliensj:0:1902:08:000:Infinite Energy PL1
aliensj:0:0A78:39:000:Invincibility PL1
aliensj:0:0A6B:19:000:Infinite Bombs PL1
aliensj:0:0A6B:29:000:Infinite Super Bombs PL1
aliensj:0:0A71:00:000:Always have Normal Weapon PL1
aliensj:0:0A71:01:000:Always have Super MissilesPL1
aliensj:0:0A71:02:000:Always have Flame Thrower PL1
aliensj:0:0A71:03:000:Always have 3-Way Gun PL1
aliensj:0:0A71:04:000:Always have Missiles PL1
aliensj:0:0A71:05:000:Always have Robot PL1:This cheat is buggy!
aliensj:0:0A71:00:001:Get Normal Weapon Now! PL1
aliensj:0:0A71:01:001:Get Super Missiles Now! PL1
aliensj:0:0A71:02:001:Get Flame Thrower Now! PL1
aliensj:0:0A71:03:001:Get 3-Way Gun Now! PL1
aliensj:0:0A71:04:001:Get Missiles Now! PL1
aliensj:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy!
aliensj:0:1942:08:000:Infinite Energy PL2
aliensj:0:0AB8:39:000:Invincibility PL2
aliensj:0:0AAB:19:000:Infinite Bombs PL2
aliensj:0:0AAB:29:000:Infinite Super Bombs PL2
aliensj:0:0AB1:00:000:Always have Normal Weapon PL2
aliensj:0:0AB1:01:000:Always have Super MissilesPL2
aliensj:0:0AB1:02:000:Always have Flame Thrower PL2
aliensj:0:0AB1:03:000:Always have 3-Way Gun PL2
aliensj:0:0AB1:04:000:Always have Missiles PL2
aliensj:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy!
aliensj:0:0AB1:00:001:Get Normal Weapon Now! PL2
aliensj:0:0AB1:01:001:Get Super Missiles Now! PL2
aliensj:0:0AB1:02:001:Get Flame Thrower Now! PL2
aliensj:0:0AB1:03:001:Get 3-Way Gun Now! PL2
aliensj:0:0AB1:04:001:Get Missiles Now! PL2
aliensj:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy!
aliensj:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code
; [ Aliens (US) ]
aliensu:0:0802:99:000:Infinite Credits
aliensu:0:1902:08:000:Infinite Energy PL1
aliensu:0:0A78:39:000:Invincibility PL1
aliensu:0:0A6B:19:000:Infinite Bombs PL1
aliensu:0:0A6B:29:000:Infinite Super Bombs PL1
aliensu:0:0A71:00:000:Always have Normal Weapon PL1
aliensu:0:0A71:01:000:Always have Super MissilesPL1
aliensu:0:0A71:02:000:Always have Flame Thrower PL1
aliensu:0:0A71:03:000:Always have 3-Way Gun PL1
aliensu:0:0A71:04:000:Always have Missiles PL1
aliensu:0:0A71:05:000:Always have Robot PL1:This cheat is buggy!
aliensu:0:0A71:00:001:Get Normal Weapon Now! PL1
aliensu:0:0A71:01:001:Get Super Missiles Now! PL1
aliensu:0:0A71:02:001:Get Flame Thrower Now! PL1
aliensu:0:0A71:03:001:Get 3-Way Gun Now! PL1
aliensu:0:0A71:04:001:Get Missiles Now! PL1
aliensu:0:0A71:05:001:Get Robot Now! PL1:This cheat is buggy!
aliensu:0:1942:08:000:Infinite Energy PL2
aliensu:0:0AB8:39:000:Invincibility PL2
aliensu:0:0AAB:19:000:Infinite Bombs PL2
aliensu:0:0AAB:29:000:Infinite Super Bombs PL2
aliensu:0:0AB1:00:000:Always have Normal Weapon PL2
aliensu:0:0AB1:01:000:Always have Super MissilesPL2
aliensu:0:0AB1:02:000:Always have Flame Thrower PL2
aliensu:0:0AB1:03:000:Always have 3-Way Gun PL2
aliensu:0:0AB1:04:000:Always have Missiles PL2
aliensu:0:0AB1:05:000:Always have Robot PL2:This cheat is buggy!
aliensu:0:0AB1:00:001:Get Normal Weapon Now! PL2
aliensu:0:0AB1:01:001:Get Super Missiles Now! PL2
aliensu:0:0AB1:02:001:Get Flame Thrower Now! PL2
aliensu:0:0AB1:03:001:Get 3-Way Gun Now! PL2
aliensu:0:0AB1:04:001:Get Missiles Now! PL2
aliensu:0:0AB1:05:001:Get Robot Now! PL2:This cheat is buggy!
aliensu:0:0812:FF:002:Sound Test Code Stop:[PL2 Start]Next Code
; [ Alien Syndrome (set 2) ]
aliensya:0:FFC000:09:000:Infinite Credits
aliensya:0:FFC113:9A:000:Infinite Time
aliensya:0:FFCBB0:01:000:Infinite Map Time
aliensya:0:FFC234:05:000:Infinite Lives PL1
aliensya:0:FFC2B4:05:000:Infinite Lives PL2
aliensya:0:FFC235:01:000:Invincibility PL1
aliensya:0:FFC2B5:01:000:Invincibility PL2
aliensya:0:FFC131:00:000:One Comrade Opens The Exit
; [ Alien Syndrome (set 3) ]
aliensyb:0:FFC000:09:000:Infinite Credits
aliensyb:0:FFC113:9A:000:Infinite Time
aliensyb:0:FFCBB0:01:000:Infinite Map Time
aliensyb:0:FFC234:05:000:Infinite Lives PL1
aliensyb:0:FFC2B4:05:000:Infinite Lives PL2
aliensyb:0:FFC235:01:000:Invincibility PL1
aliensyb:0:FFC2B5:01:000:Invincibility PL2
aliensyb:0:FFC131:00:000:One Comrade Opens The Exit
; [ Alien Syndrome (Japan) ]
aliensyj:0:FFC000:09:000:Infinite Credits
aliensyj:0:FFC113:9A:000:Infinite Time
aliensyj:0:FFCBB0:01:000:Infinite Map Time
aliensyj:0:FFC234:05:000:Infinite Lives PL1
aliensyj:0:FFC2B4:05:000:Infinite Lives PL2
aliensyj:0:FFC235:01:000:Invincibility PL1
aliensyj:0:FFC2B5:01:000:Invincibility PL2
aliensyj:0:FFC131:00:000:One Comrade Opens The Exit
; [ Alien Syndrome (set 1) ]
aliensyn:0:FFC000:09:000:Infinite Credits
aliensyn:0:FFC113:9A:000:Infinite Time
aliensyn:0:FFCBB0:01:000:Infinite Map Time
aliensyn:0:FFC234:05:000:Infinite Lives PL1
aliensyn:0:FFC2B4:05:000:Infinite Lives PL2
aliensyn:0:FFC235:01:000:Invincibility PL1
aliensyn:0:FFC2B5:01:000:Invincibility PL2
aliensyn:0:FFC131:00:000:One Comrade Opens The Exit
; [ Alley Master ]
alleymas:0:E7E6:09:000:Infinite Credits
alleymas:0:E280:FF:000:Score 255 with every throw
; [ Alpha Mission II / ASO II - Last Guardian ]
alpham2:0:1010F2:02:000:Infinite Lives PL1
alpham2:0:1010DD:18:000:Weapon Power Up PL1
alpham2:0:101015:00:000:Invincibility PL1:Sprite flickers
alpham2:0:1011F2:02:000:Infinite Lives PL2
alpham2:0:1011DD:18:000:Weapon Power Up PL2
alpham2:0:101115:00:000:Invincibility PL2:Sprite flickers
; [ Alphax Z ]
alphaxz:0:C238:09:000:Infinite Credits
alphaxz:0:C616:90:000:Infinite Energy
alphaxz:0:C614:00:000:Invincibility
alphaxz:0:C615:04:000:Always have Best Ship
alphaxz:0:C206:03:000:Infinite Lives PL1
alphaxz:0:C210:03:000:Infinite Lives PL2
; [ Alpine Ski (set 1) ]
alpine:0:8099:09:000:Infinite Credits
alpine:0:0000:00:999:[See the Dip Switch Menu to ]
alpine:0:0000:00:999:[enable Invincibility. ]
alpine:0:80F2:59:000:Infinite Time PL1
alpine:0:80F5:59:000:Infinite Time PL2
; [ Alpine Ski (set 2) ]
alpinea:0:8099:09:000:Infinite Credits
alpinea:0:0000:00:999:[See the Dip Switch Menu to ]
alpinea:0:0000:00:999:[enable Invincibility. ]
alpinea:0:80F2:59:000:Infinite Time PL1
alpinea:0:80F5:59:000:Infinite Time PL2
; [ Altered Beast (Version 2) ]
altbeas2:0:FFF000:09:000:Infinite Credits
altbeas2:0:FFE018:0B:000:Infinite Lives PL1
altbeas2:0:FFC04A:30:000:Invincibility PL1
altbeas2:0:FFC06A:00:000:Power-ups do nothing PL1
altbeas2:0:FFC06B:00:500:Power-ups do nothing PL1(2/2)
altbeas2:0:FFC06A:01:000:Always Power Level 2 PL1
altbeas2:0:FFC06B:01:500:Always Power Level 2 PL1(2/2)
altbeas2:0:FFC06A:02:000:Always Power Level 3 PL1
altbeas2:0:FFC06B:02:500:Always Power Level 3 PL1(2/2)
altbeas2:0:FFC06A:03:000:Always Beast PL1
altbeas2:0:FFC06B:03:500:Always Beast PL1 (2/2)
altbeas2:0:FFE098:0B:000:Infinite Lives PL2
altbeas2:0:FFC44A:30:000:Invincibility PL2
altbeas2:0:FFC46A:00:000:Power-ups do nothing PL2
altbeas2:0:FFC46B:00:500:Power-ups do nothing PL2(2/2)
altbeas2:0:FFC46A:01:000:Always Power Level 2 PL2
altbeas2:0:FFC46B:01:500:Always Power Level 2 PL2(2/2)
altbeas2:0:FFC46A:02:000:Always Power Level 3 PL2
altbeas2:0:FFC46B:02:500:Always Power Level 3 PL2(2/2)
altbeas2:0:FFC46A:03:000:Always Beast PL2
altbeas2:0:FFC46B:03:500:Always Beast PL2 (2/2)
; [ Altered Beast (Version 1) ]
altbeast:0:FFF000:09:000:Infinite Credits
altbeast:0:FFE018:0B:000:Infinite Lives PL1
altbeast:0:FFC04A:30:000:Invincibility PL1
altbeast:0:FFC06A:00:000:Power-ups do nothing PL1
altbeast:0:FFC06B:00:500:Power-ups do nothing PL1(2/2)
altbeast:0:FFC06A:01:000:Always Power Level 2 PL1
altbeast:0:FFC06B:01:500:Always Power Level 2 PL1(2/2)
altbeast:0:FFC06A:02:000:Always Power Level 3 PL1
altbeast:0:FFC06B:02:500:Always Power Level 3 PL1(2/2)
altbeast:0:FFC06A:03:000:Always Beast PL1
altbeast:0:FFC06B:03:500:Always Beast PL1 (2/2)
altbeast:0:FFE098:0B:000:Infinite Lives PL2
altbeast:0:FFC44A:30:000:Invincibility PL2
altbeast:0:FFC46A:00:000:Power-ups do nothing PL2
altbeast:0:FFC46B:00:500:Power-ups do nothing PL2(2/2)
altbeast:0:FFC46A:01:000:Always Power Level 2 PL2
altbeast:0:FFC46B:01:500:Always Power Level 2 PL2(2/2)
altbeast:0:FFC46A:02:000:Always Power Level 3 PL2
altbeast:0:FFC46B:02:500:Always Power Level 3 PL2(2/2)
altbeast:0:FFC46A:03:000:Always Beast PL2
altbeast:0:FFC46B:03:500:Always Beast PL2 (2/2)
; [ Ambush ]
ambush:0:804C:99:000:Infinite Credits
ambush:0:8434:00:000:Infinite Time
ambush:0:844F:30:000:Infinite Fuel
ambush:0:8059:03:000:Infinite Lives PL1
ambush:0:805A:03:000:Infinite Lives PL2
; [ Amidar ]
amidar:0:8002:63:000:Infinite Credits
amidar:0:8288:06:000:Infinite Lives
amidar:0:8285:06:000:Infinite Jump
amidar:0:81F5:FF:000:Invincibility
amidar:0:81F6:0A:500:Invincibility (2/2)
amidar:0:81F1:01:000:No Monsters/Music
amidar:0:8352:FF:000:Always Paint
; [ Amidar (Olympia) ]
amidaro:0:8002:63:000:Infinite Credits
amidaro:0:8288:06:000:Infinite Lives
amidaro:0:8285:06:000:Infinite Jump
amidaro:0:81F5:FF:000:Invincibility
amidaro:0:81F6:0A:500:Invincibility (2/2)
amidaro:0:81F1:01:000:No Monsters/Music
amidaro:0:8352:FF:000:Always Paint
; [ Amidar (Scramble hardware) ]
amidars:0:4002:63:000:Infinite Credits
amidars:0:4288:06:000:Infinite Lives
amidars:0:4285:06:000:Infinite Jump
amidars:0:41F5:FF:000:Invincibility
amidars:0:41F6:0A:500:Invincibility (2/2)
amidars:0:4352:FF:000:Always Paint
amidars:0:41F1:01:000:No Monsters/Music
; [ Amidar (Stern) ]
amidaru:0:8002:63:000:Infinite Credits
amidaru:0:8288:06:000:Infinite Lives
amidaru:0:8285:06:000:Infinite Jump
amidaru:0:81F5:FF:000:Invincibility
amidaru:0:81F6:0A:500:Invincibility (2/2)
amidaru:0:81F1:01:000:No Monsters/Music
amidaru:0:8352:FF:000:Always Paint
; [ Amigo ]
amigo:0:8002:63:000:Infinite Credits
amigo:0:8288:06:000:Infinite Lives
amigo:0:8285:06:000:Infinite Jump
amigo:0:81F5:FF:000:Invincibility
amigo:0:81F6:0A:500:Invincibility (2/2)
amigo:0:8352:FF:000:Always Paint
amigo:0:81F1:01:000:No Monsters/Music
; [ American Speedway (set 1) ]
amspdwy:0:E187:19:000:Infinite Credits
amspdwy:0:0000:00:999:[You need to use Infinite ]
amspdwy:0:0000:00:999:[Time "OFF" at the end of ]
amspdwy:0:0000:00:999:[each track to finish it! ]
amspdwy:0:E18F:59:000:Infinite Time "ON"
amspdwy:0:E18F:01:001:Infinite Time "OFF"
amspdwy:0:E012:05:001:Red Car on 5 Laps Now!
amspdwy:0:E0D2:05:001:Yellow Car on 5 Laps Now!
amspdwy:0:E052:05:001:Blue Car on 5 Laps Now!
amspdwy:0:E092:05:001:Green Car on 5 Laps Now!
amspdwy:0:E012:00:001:Red Car on 0 Laps Now!
amspdwy:0:E0D2:00:001:Yellow Car on 0 Laps Now!
amspdwy:0:E052:00:001:Blue Car on 0 Laps Now!
amspdwy:0:E092:00:001:Green Car on 0 Laps Now!
amspdwy:0:E012:05:000:Red Car always on 5 Laps
amspdwy:0:E0D2:05:000:Yellow Car always on 5 Laps
amspdwy:0:E052:05:000:Blue Car always on 5 Laps
amspdwy:0:E092:05:000:Green Car always on 5 Laps
amspdwy:0:E012:00:000:Red Car always on 0 Laps
amspdwy:0:E0D2:00:000:Yellow Car always on 0 Laps
amspdwy:0:E052:00:000:Blue Car always on 0 Laps
amspdwy:0:E092:00:000:Green Car always on 0 Laps
; [ American Speedway (set 2) ]
amspdwya:0:E187:19:000:Infinite Credits
amspdwya:0:0000:00:999:[You need to use Infinite ]
amspdwya:0:0000:00:999:[Time "OFF" at the end of ]
amspdwya:0:0000:00:999:[each track to finish it! ]
amspdwya:0:E18F:59:000:Infinite Time "ON"
amspdwya:0:E18F:01:001:Infinite Time "OFF"
amspdwya:0:E012:05:001:Red Car on 5 Laps Now!
amspdwya:0:E0D2:05:001:Yellow Car on 5 Laps Now!
amspdwya:0:E052:05:001:Blue Car on 5 Laps Now!
amspdwya:0:E092:05:001:Green Car on 5 Laps Now!
amspdwya:0:E012:00:001:Red Car on 0 Laps Now!
amspdwya:0:E0D2:00:001:Yellow Car on 0 Laps Now!
amspdwya:0:E052:00:001:Blue Car on 0 Laps Now!
amspdwya:0:E092:00:001:Green Car on 0 Laps Now!
amspdwya:0:E012:05:000:Red Car always on 5 Laps
amspdwya:0:E0D2:05:000:Yellow Car always on 5 Laps
amspdwya:0:E052:05:000:Blue Car always on 5 Laps
amspdwya:0:E092:05:000:Green Car always on 5 Laps
amspdwya:0:E012:00:000:Red Car always on 0 Laps
amspdwya:0:E0D2:00:000:Yellow Car always on 0 Laps
amspdwya:0:E052:00:000:Blue Car always on 0 Laps
amspdwya:0:E092:00:000:Green Car always on 0 Laps
; [ Andro Dunos ]
androdun:0:100343:03:000:Infinite Lives PL1
androdun:0:100350:07:000:Max Blue Weapon PL1
androdun:0:100351:05:000:Max Orange Weapon PL1
androdun:0:100352:08:000:Max Yellow Weapon PL1
androdun:0:100353:08:000:Max Green Weapon PL1
androdun:0:100383:03:000:Infinite Lives PL2
androdun:0:100390:07:000:Max Blue Weapon PL2
androdun:0:100391:05:000:Max Orange Weapon PL2
androdun:0:100392:08:000:Max Yellow Weapon PL2
androdun:0:100393:08:000:Max Green Weapon PL2
; [ Anteater ]
anteater:0:80EE:99:000:Infinite Credits
anteater:0:8685:C8:000:Infinite Time
anteater:0:8665:09:000:Infinite Lives
anteater:0:86B2:01:001:One Dot to Finish Level Now!
anteater:0:8669:00:501:One Dot to Finish Level Now! (2/2)
anteater:0:8666:62:071:Select current level
anteater:0:8666:62:061:Select next level
anteater:0:0000:00:999:[This cheat makes it easy to ]
anteater:0:0000:00:999:[complete each level on the 2nd ]
anteater:0:0000:00:999:[attempt. There will only be the ]
anteater:0:0000:00:999:[spider to worry about! Use this ]
anteater:0:0000:00:999:[cheat with Infinite Lives. ]
anteater:0:8278:01:000:2nd Level Attempt always easy
; [ Aggressors of Dark Kombat / Tsuukai GANGAN Koushinkyoku ]
aodk:0:10B649:78:000:Infinite Time
aodk:0:100066:0B:000:Infinite Energy PL1
aodk:0:100067:FF:500:Infinite Energy PL1 (2/2)
aodk:0:100066:00:001:Drain PL1 Energy Now!
aodk:0:100067:00:501:Drain PL1 Energy Now! (2/2)
aodk:0:100166:0B:000:Infinite Energy PL2
aodk:0:100167:FF:500:Infinite Energy PL2 (2/2)
aodk:0:100166:00:001:Drain PL2 Energy Now!
aodk:0:100167:00:501:Drain PL2 Energy Now! (2/2)
; [ Art of Fighting / Ryuuko no Ken ]
aof:0:108406:99:000:Infinite Time:Turn off at Ice Smash stage
aof:0:1092CD:60:000:Infinite Energy PL1
aof:0:1092CD:01:001:Drain All Energy Now! PL1
aof:0:1094A4:60:000:Infinite Chi PL1
aof:0:1094A4:00:000:Always minimum Chi PL1
aof:0:1092C3:09:071:Select Character PL1
aof:0:1093CD:60:000:Infinite Energy PL2
aof:0:1093CD:01:001:Drain All Energy Now! PL2
aof:0:1095A4:60:000:Infinite Chi PL2
aof:0:1095A4:00:000:Always minimum Chi PL2
aof:0:1093C3:09:071:Select Character PL2
aof:0:108406:00:001:Finish Fight Now!
aof:0:000000:00:999:[ Free player selection ]
aof:0:000000:00:999:[ Use at selection screen ]
aof:0:000000:00:999:[ For Story Mode only ]
aof:0:109EC4:00:001:Play with Ryo
aof:0:109EC4:01:001:Play with Robert
aof:0:109EC4:02:001:Play with Todo
aof:0:109EC4:03:001:Play with Jack
aof:0:109EC4:04:001:Play with Lee
aof:0:109EC4:05:001:Play with King
aof:0:109EC4:06:001:Play with Micky
aof:0:109EC4:07:001:Play with John
aof:0:109EC4:08:001:Play with Mr. Big
aof:0:000000:00:999:[ For Story & Vs. mode ]
aof:0:109EC4:09:001:Play with Masked Man PL1
aof:0:109EC6:09:001:Play with Masked Man PL2
; [ Art of Fighting 2 / Ryuuko no Ken 2 ]
aof2:0:108406:61:000:Infinite Time
aof2:0:1092ED:60:000:Infinite Energy PL1
aof2:0:1092ED:01:001:Drain All Energy Now! PL1
aof2:0:1094A4:60:000:Infinite Chi PL1
aof2:0:1094A4:00:000:Always minimum Chi PL1
aof2:0:1093ED:60:000:Infinite Energy PL2
aof2:0:1093ED:01:001:Drain All Energy Now! PL2
aof2:0:1095A4:60:000:Infinite Chi PL2
aof2:0:1095A4:00:000:Always minimum Chi PL2
aof2:0:108406:00:001:Finish Fight Now!
aof2:0:108429:0E:001:Next fight = Boss Now!
aof2:0:108429:0F:001:Next fight = Special BossNow!
aof2:0:000000:00:999:[ Free player selection ]
aof2:0:000000:00:999:[ Can be used anytime ! ]
aof2:0:000000:00:999:[ At selection screen, use ]
aof2:0:000000:00:999:[ AFTER selection, however ]
aof2:0:000000:00:999:[ Some palette glitches. ]
aof2:0:1092E3:01:001:Play with Ryo PL1
aof2:0:1092E3:02:001:Play with Robert PL1
aof2:0:1092E3:03:001:Play with Kisuragi PL1
aof2:0:1092E3:04:001:Play with Jack PL1
aof2:0:1092E3:05:001:Play with Lee PL1
aof2:0:1092E3:06:001:Play with King PL1
aof2:0:1092E3:07:001:Play with Mickey PL1
aof2:0:1092E3:08:001:Play with John PL1
aof2:0:1092E3:09:001:Play with Big PL1
aof2:0:1092E3:0A:001:Play with Takuma PL1
aof2:0:1092E3:0B:001:Play with Yuri PL1
aof2:0:1092E3:0C:001:Play with Temjin PL1
aof2:0:1092E3:0D:001:Play with Howard Geese PL1:Win causes "Game Over"
aof2:0:1093E3:01:001:Play with Ryo PL2
aof2:0:1093E3:02:001:Play with Robert PL2
aof2:0:1093E3:03:001:Play with Kisuragi PL2
aof2:0:1093E3:04:001:Play with Jack PL2
aof2:0:1093E3:05:001:Play with Lee PL2
aof2:0:1093E3:06:001:Play with King PL2
aof2:0:1093E3:07:001:Play with Mickey PL2
aof2:0:1093E3:08:001:Play with John PL2
aof2:0:1093E3:09:001:Play with Big PL2
aof2:0:1093E3:0A:001:Play with Takuma PL2
aof2:0:1093E3:0B:001:Play with Yuri PL2
aof2:0:1093E3:0C:001:Play with Temjin PL2
aof2:0:1093E3:0D:001:Play with Howard Geese PL2:Win causes "Game Over"
aof2:0:000000:00:999:[These 4 Cheats are UNTESTED]
aof2:0:1094D6:99:000:Extended Energy Bar PL1
aof2:0:1094D7:99:500:Extended Energy Bar PL1 (2/2)
aof2:0:1095D6:99:000:Extended Energy Bar PL2
aof2:0:1095D7:99:500:Extended Energy Bar PL2 (2/2)
; [ Art of Fighting 3 - The Path of the Warrior / Art of Fightin ]
aof3:0:10DF0F:3C:000:Infinite Time
aof3:0:100468:10:000:Infinite Energy PL1
aof3:0:100468:01:001:Drain All Energy Now! PL1
aof3:0:10046A:10:000:Infinite Chi PL1
aof3:0:10046B:00:500:Infinite Chi PL1 (2/2)
aof3:0:10046A:00:000:Always minimum Chi PL1
aof3:0:100568:10:000:Infinite Energy PL2
aof3:0:100568:01:001:Drain All Energy Now! PL2
aof3:0:10056A:10:000:Infinite Chi PL2
aof3:0:10056B:00:500:Infinite Chi PL2 (2/2)
aof3:0:10056A:00:000:Always minimum Chi PL2
aof3:0:000000:00:999:[The Go to Boss Now! Cheat ]
aof3:0:000000:00:999:[must be activated on the ]
aof3:0:000000:00:999:[character selection screen.]
aof3:0:104BEB:07:001:Go to First Boss Now!
aof3:0:104BEB:08:001:Go to Final Boss Now!
aof3:0:000000:00:999:[ Free player selection ]
aof3:0:000000:00:999:[ No secret characters ]
aof3:0:000000:00:999:[ Use between rounds only. ]
aof3:0:000000:00:999:[Doesn't work for 1st round.]
aof3:0:104C0D:00:001:Play with Robert Garcia PL1
aof3:0:104C0D:01:001:Play with Ryo Sakazaki PL1
aof3:0:104C0D:02:001:Play with Karman Cole PL1
aof3:0:104C0D:03:001:Play with Kazumi Todoh PL1
aof3:0:104C0D:04:001:Play with Rody Birts PL1
aof3:0:104C0D:05:001:Play with Lenny Creston PL1
aof3:0:104C0D:06:001:Play with Wang Koh San PL1
aof3:0:104C0D:07:001:Play with Jin Fuha PL1
aof3:0:104C0D:08:001:Play with Sinclair PL1
aof3:0:104C0D:09:001:Play with Wyler PL1
aof3:0:104C0F:00:001:Play with Robert Garcia PL2
aof3:0:104C0F:01:001:Play with Ryo Sakazaki PL2
aof3:0:104C0F:02:001:Play with Karman Cole PL2
aof3:0:104C0F:03:001:Play with Kazumi Todoh PL2
aof3:0:104C0F:04:001:Play with Rody Birts PL2
aof3:0:104C0F:05:001:Play with Lenny Creston PL2
aof3:0:104C0F:06:001:Play with Wang Koh San PL2
aof3:0:104C0F:07:001:Play with Jin Fuha PL2
aof3:0:104C0F:08:001:Play with Sinclair PL2
aof3:0:104C0F:09:001:Play with Wyler PL2
; [ APB - All Points Bulletin (set 1) ]
apb:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem
apb:0:0DD4:10:000:Infinite Time
apb:0:0D8B:FF:000:Infinite Gas
apb:0:0DD5:00:000:Infinite Demerits
; [ APB - All Points Bulletin (set 2) ]
apb2:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem
apb2:0:0DD4:10:000:Infinite Time
apb2:0:0D8B:FF:000:Infinite Gas
apb2:0:0DD5:00:000:Infinite Demerits
; [ Apparel Night (Japan) ]
apparel:0:0000:00:999:[The winning hand cheat must]
apparel:0:0000:00:999:[be activated when there are]
apparel:0:0000:00:999:[14 tiles in your hand, then]
apparel:0:0000:00:999:[press the RON key . ]
apparel:0:0000:00:999:[('Z' by default). The tiles]
apparel:0:0000:00:999:[do not visually change ]
apparel:0:0000:00:999:[until you make a move. ]
apparel:0:F406:31:001:Get winning hand Now!
apparel:0:F407:31:501:Get winning hand Now! (02/14)
apparel:0:F408:31:501:Get winning hand Now! (03/14)
apparel:0:F409:32:501:Get winning hand Now! (04/14)
apparel:0:F40A:32:501:Get winning hand Now! (05/14)
apparel:0:F40B:32:501:Get winning hand Now! (06/14)
apparel:0:F40C:33:501:Get winning hand Now! (07/14)
apparel:0:F40D:33:501:Get winning hand Now! (08/14)
apparel:0:F40E:33:501:Get winning hand Now! (09/14)
apparel:0:F40F:34:501:Get winning hand Now! (10/14)
apparel:0:F410:34:501:Get winning hand Now! (11/14)
apparel:0:F411:34:501:Get winning hand Now! (12/14)
apparel:0:F412:35:501:Get winning hand Now! (13/14)
apparel:0:F413:35:501:Get winning hand Now! (14/14)
apparel:0:F406:31:000:Always winning hand
apparel:0:F407:31:500:Always winning hand (02/14)
apparel:0:F408:31:500:Always winning hand (03/14)
apparel:0:F409:32:500:Always winning hand (04/14)
apparel:0:F40A:32:500:Always winning hand (05/14)
apparel:0:F40B:32:500:Always winning hand (06/14)
apparel:0:F40C:33:500:Always winning hand (07/14)
apparel:0:F40D:33:500:Always winning hand (08/14)
apparel:0:F40E:33:500:Always winning hand (09/14)
apparel:0:F40F:34:500:Always winning hand (10/14)
apparel:0:F410:34:500:Always winning hand (11/14)
apparel:0:F411:34:500:Always winning hand (12/14)
apparel:0:F412:35:500:Always winning hand (13/14)
apparel:0:F413:35:500:Always winning hand (14/14)
; [ Appoooh ]
appoooh:0:E01F:03:001:Infinite Credits
appoooh:0:E027:63:500:Infinite Credits (2/2)
appoooh:0:E26D:09:000:Infinite Time
appoooh:0:E26B:00:001:Finish this Round Now!
appoooh:0:E26C:00:501:Finish this Round Now! (2/3)
appoooh:0:E26D:00:501:Finish this Round Now! (3/3)
; [ Aqua Jack (World) ]
aquajack:0:100049:09:000:Infinite Credits
aquajack:0:100115:06:000:Infinite Lives
aquajack:0:10012B:11:000:Infinite Missiles
aquajack:0:100117:07:001:See End Sequence after this Round Now!:Enable the cheeat during play
; [ Aqua Jack (Japan) ]
aquajckj:0:100049:09:000:Infinite Credits
aquajckj:0:100115:06:000:Infinite Lives
aquajckj:0:10012B:11:000:Infinite Missiles
aquajckj:0:100117:07:001:See End Sequence after this Round Now!:Enable the cheeat during play
; [ Arabian Magic (Japan) ]
arabiamj:0:40DC2B:09:000:Infinite Credits
arabiamj:0:411369:64:000:Infinite Time
arabiamj:0:40FF5A:05:000:Infinite Lives PL1
arabiamj:0:40FF57:19:000:Infinite Energy PL1
arabiamj:0:40FF5B:09:000:Infinite Magic PL1
arabiamj:0:40FF77:09:000:Infinite Ammo PL1
arabiamj:0:40FF7D:03:000:Invincibility PL1
arabiamj:0:40FF36:E8:000:Enemies never attack PL1
arabiamj:0:410D61:FF:000:Maximum Power Up PL1
arabiamj:0:40FFAA:05:000:Infinite Lives PL2
arabiamj:0:40FFA7:19:000:Infinite Energy PL2
arabiamj:0:40FFAB:09:000:Infinite Magic PL2
arabiamj:0:40FFC7:09:000:Infinite Ammo PL2
arabiamj:0:40FFCD:03:000:Invincibility PL2
arabiamj:0:40FF86:E8:000:Enemies never attack PL2
arabiamj:0:000000:00:999:[After you enable these region cheats to see any ]
arabiamj:0:000000:00:999:[effect you will have to reset the game (F3). ]
arabiamj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
arabiamj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
arabiamj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
arabiamj:0:0FFFFF:01:001:Region Switch = Japan
arabiamj:0:0FFFFF:02:001:Region Switch = US
arabiamj:0:0FFFFF:03:001:Region Switch = World
; [ Arabian Magic (US) ]
arabiamu:0:40DC2B:09:000:Infinite Credits
arabiamu:0:411369:64:000:Infinite Time
arabiamu:0:40FF5A:05:000:Infinite Lives PL1
arabiamu:0:40FF57:19:000:Infinite Energy PL1
arabiamu:0:40FF5B:09:000:Infinite Magic PL1
arabiamu:0:40FF77:09:000:Infinite Ammo PL1
arabiamu:0:40FF7D:03:000:Invincibility PL1
arabiamu:0:40FF36:E8:000:Enemies never attack PL1
arabiamu:0:410D61:FF:000:Maximum Power Up PL1
arabiamu:0:40FFAA:05:000:Infinite Lives PL2
arabiamu:0:40FFA7:19:000:Infinite Energy PL2
arabiamu:0:40FFAB:09:000:Infinite Magic PL2
arabiamu:0:40FFC7:09:000:Infinite Ammo PL2
arabiamu:0:40FFCD:03:000:Invincibility PL2
arabiamu:0:40FF86:E8:000:Enemies never attack PL2
arabiamu:0:000000:00:999:[After you enable these region cheats to see any ]
arabiamu:0:000000:00:999:[effect you will have to reset the game (F3). ]
arabiamu:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
arabiamu:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
arabiamu:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
arabiamu:0:0FFFFF:01:001:Region Switch = Japan
arabiamu:0:0FFFFF:02:001:Region Switch = US
arabiamu:0:0FFFFF:03:001:Region Switch = World
; [ Arabian ]
arabian:0:D340:99:000:Infinite Credits
arabian:0:D406:05:000:Infinite Lives PL1
arabian:0:D426:00:000:Always get ARABIAN bonus PL1
arabian:0:D407:05:000:Infinite Lives PL2
arabian:0:D427:00:000:Always get ARABIAN bonus PL2
; [ Arabian (Atari) ]
arabiana:0:D340:99:000:Infinite Credits
arabiana:0:D406:05:000:Infinite Lives PL1
arabiana:0:D426:00:000:Always get ARABIAN bonus PL1
arabiana:0:D407:05:000:Infinite Lives PL2
arabiana:0:D427:00:000:Always get ARABIAN bonus PL2
; [ Arabian Magic (World) ]
arabianm:0:40DC2B:09:000:Infinite Credits
arabianm:0:411369:64:000:Infinite Time
arabianm:0:40FF5A:05:000:Infinite Lives PL1
arabianm:0:40FF57:19:000:Infinite Energy PL1
arabianm:0:40FF5B:09:000:Infinite Magic PL1
arabianm:0:40FF77:09:000:Infinite Ammo PL1
arabianm:0:40FF7D:03:000:Invincibility PL1
arabianm:0:40FF36:E8:000:Enemies never attack PL1
arabianm:0:410D61:FF:000:Maximum Power Up PL1
arabianm:0:40FFAA:05:000:Infinite Lives PL2
arabianm:0:40FFA7:19:000:Infinite Energy PL2
arabianm:0:40FFAB:09:000:Infinite Magic PL2
arabianm:0:40FFC7:09:000:Infinite Ammo PL2
arabianm:0:40FFCD:03:000:Invincibility PL2
arabianm:0:40FF86:E8:000:Enemies never attack PL2
arabianm:0:000000:00:999:[After you enable these region cheats to see any ]
arabianm:0:000000:00:999:[effect you will have to reset the game (F3). ]
arabianm:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
arabianm:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
arabianm:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
arabianm:0:0FFFFF:01:001:Region Switch = Japan
arabianm:0:0FFFFF:02:001:Region Switch = US
arabianm:0:0FFFFF:03:001:Region Switch = World
; [ Arbalester ]
arbalest:0:F0198D:0A:000:Infinite Lives PL1
arbalest:0:F0198E:09:000:Infinite Bombs PL1
arbalest:0:F01988:07:000:Maximum fire power PL1
arbalest:0:F01998:5A:000:Invincibility PL1
arbalest:0:F019E1:0A:000:Infinite Lives PL2
arbalest:0:F019E2:09:000:Infinite Bombs PL2
arbalest:0:F019DC:07:000:Maximum fire power PL2
arbalest:0:F019EC:5A:000:Invincibility PL2
; [ Arcade Classics (prototype) ]
arcadecl:0:3EEC63:09:000:Infinite Credits
arcadecl:0:000000:00:999:[ Super Centipede ]
arcadecl:0:000000:00:999:[ ~~~~~~~~~~~~~~~ ]
arcadecl:0:3E0AE9:07:000:Infinite Lives PL1
arcadecl:0:3E0B29:07:000:Infinite Lives PL2
arcadecl:0:000000:00:999:[ ]
arcadecl:0:000000:00:999:[ Missile Command II ]
arcadecl:0:000000:00:999:[ ~~~~~~~~~~~~~~~~~~ ]
arcadecl:0:3E0AFA:0A:000:Infinite shots (Left) PL1
arcadecl:0:3E0AFB:0A:000:Infinite shots (Center) PL1
arcadecl:0:3E0AFC:0A:000:Infinite shots (Right) PL1
arcadecl:0:3E0B3A:0A:000:Infinite shots (Left) PL2
arcadecl:0:3E0B3B:0A:000:Infinite shots (Center) PL2
arcadecl:0:3E0B3C:0A:000:Infinite shots (Right) PL2
arcadecl:0:000000:00:999:[ EXTRA!! EXTRA!! EXTRA!! ]
arcadecl:0:000000:00:999:[Enter DIPs and turn Test ]
arcadecl:0:000000:00:999:[Mode ON. Set Extra Stuff & ]
arcadecl:0:000000:00:999:[More Extra Stuff ON. Turn ]
arcadecl:0:000000:00:999:[Test Mode OFF. Play! You'll]
arcadecl:0:000000:00:999:[notice some goodies in both]
arcadecl:0:000000:00:999:[Missile Command & Centipede]
arcadecl:0:000000:00:999:[like powerups & new enemies]
; [ Arch Rivals (rev 2.0) ]
archriv2:0:061E1C:09:000:Infinite Credits
archriv2:0:061F2A:18:000:Infinite Shoot Time
archriv2:0:061F33:FF:000:Infinite Period Time
archriv2:0:061F33:00:001:Finish Period Now!
archriv2:0:0601E3:01:001:Make this Period 1 Now!
archriv2:0:0601E3:02:001:Make this Period 2 Now!
archriv2:0:0601E3:03:001:Make this Period 3 Now!
archriv2:0:0601E3:04:001:Make this Period 4 Now!
archriv2:0:0601E3:08:001:Make this Sudden Death Now!
archriv2:0:06020F:99:073:Select Score PL1
archriv2:0:06020F:00:000:Score always = 0 PL1
archriv2:0:06020F:10:000:Score always = 10 PL1
archriv2:0:06020F:00:001:Score = 0 Now! PL1
archriv2:0:06020F:10:001:Score = 10 Now! PL1
archriv2:0:060213:99:073:Select Score PL2
archriv2:0:060213:00:000:Score always = 0 PL2
archriv2:0:060213:10:000:Score always = 10 PL2
archriv2:0:060213:00:001:Score = 0 Now! PL2
archriv2:0:060213:10:001:Score = 10 Now! PL2
; [ Arch Rivals (rev 4.0) ]
archrivl:0:061E1C:09:000:Infinite Credits
archrivl:0:061F2A:18:000:Infinite Shoot Time
archrivl:0:061F33:FF:000:Infinite Period Time
archrivl:0:061F33:00:001:Finish Period Now!
archrivl:0:0601E3:01:001:Make this Period 1 Now!
archrivl:0:0601E3:02:001:Make this Period 2 Now!
archrivl:0:0601E3:03:001:Make this Period 3 Now!
archrivl:0:0601E3:04:001:Make this Period 4 Now!
archrivl:0:0601E3:08:001:Make this Sudden Death Now!
archrivl:0:06020F:99:073:Select Score PL1
archrivl:0:06020F:00:000:Score always = 0 PL1
archrivl:0:06020F:10:000:Score always = 10 PL1
archrivl:0:06020F:00:001:Score = 0 Now! PL1
archrivl:0:06020F:10:001:Score = 10 Now! PL1
archrivl:0:060213:99:073:Select Score PL2
archrivl:0:060213:00:000:Score always = 0 PL2
archrivl:0:060213:10:000:Score always = 10 PL2
archrivl:0:060213:00:001:Score = 0 Now! PL2
archrivl:0:060213:10:001:Score = 10 Now! PL2
; [ Area 88 (Japan) ]
area88:0:FFE00B:02:000:Pause/Unpause Shop Timer
area88:0:FF15CD:40:000:Invincibility PL1
area88:0:FF15D3:06:000:Max 2nd Weapon (level 7) PL1
area88:0:FF15E3:63:000:Infinite Second Weapon PL1
area88:0:FF160B:09:000:Infinite Money PL1
area88:0:FF164D:40:000:Invincibility PL2
area88:0:FF1653:06:000:Max 2nd Weapon (level 7) PL2
area88:0:FF1663:63:000:Infinite Second Weapon PL2
area88:0:FF168B:09:000:Infinite Money PL2
area88:0:FF2F00:05:000:Infinite Shield
area88:0:FF2F03:05:500:Infinite Shield (2/6)
area88:0:FF15D7:02:500:Infinite Shield (3/6)
area88:0:FF2EA0:05:500:Infinite Shield (4/6)
area88:0:FF2EA3:05:500:Infinite Shield (5/6)
area88:0:FF1657:02:500:Infinite Shield (6/6)
; [ Argus ]
argus:0:E021:09:000:Infinite Credits
argus:0:E101:07:000:Infinite Lives
argus:0:E004:40:000:Invincibility "ON"
argus:0:E004:00:001:Invincibility "OFF"
argus:0:E108:03:000:Maximum 'B' Level
argus:0:E109:03:000:Maximum 'E' Level
argus:0:E10A:03:000:Maximum 'P' Level
argus:0:F08D:03:000:Always have Max Power Up
argus:0:FC84:81:000:Always have Ground Laser
; [ Arkanoid - Revenge of DOH (Japan) ]
ark2jp:0:E00C:03:000:Infinite Lives PL1
ark2jp:0:E011:03:000:Infinite Lives PL2
ark2jp:0:E008:42:001:Goto Last Level Now!
ark2jp:0:E393:00:001:Finish Level Now!
ark2jp:0:E7EE:78:000:Infinite Time
ark2jp:0:E39D:80:020:Warp door (Always)
ark2jp:0:E39D:80:021:Warp door (Opened)
ark2jp:0:E39D:80:041:Warp door (Closed)
ark2jp:0:E39D:01:020:Always 10000 when next
ark2jp:0:E39D:01:021:Get 10000 when next Now!
ark2jp:0:E5EF:00:000:Always have Normal Bat
ark2jp:0:E5EF:01:000:Always have Laser Bat
ark2jp:0:E5F0:01:500:Always have Laser Bat (2/2)
ark2jp:0:E5EF:02:000:Always have Enlarged Bat
ark2jp:0:E5EF:03:000:Always have Twin Bats
ark2jp:0:E5EF:06:000:Always have Catcher Bat
ark2jp:0:E5EF:07:000:Always have Tracing Bat
ark2jp:0:E5EF:08:000:Always have Reduced Bat
ark2jp:0:E5EF:00:001:Get Normal Bat Now!
ark2jp:0:E5EF:01:001:Get Laser Bat Now!
ark2jp:0:E5F0:01:501:Get Laser Bat Now! (2/2)
ark2jp:0:E5EF:02:001:Get Enlarged Bat Now!
ark2jp:0:E5EF:03:001:Get Twin Bats Now!
ark2jp:0:E5EF:06:001:Get Catcher Bat Now!
ark2jp:0:E5EF:07:001:Get Tracing Bat Now!
ark2jp:0:E5EF:08:001:Get Reduced Bat Now!
ark2jp:0:E5F7:08:000:Always do BALL PLAQUE
ark2jp:0:E5F6:00:500:Always do BALL PLAQUE (2/2)
ark2jp:0:E5F7:08:001:Do BALL PLAQUE Now!
ark2jp:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2)
ark2jp:0:0000:00:999:[Use the following cheats ]
ark2jp:0:0000:00:999:[only when you are playing ]
ark2jp:0:0000:00:999:[and when a pill is falling!]
ark2jp:0:0000:00:999:[ ]
ark2jp:0:0000:00:999:[L(Red) = Laser ]
ark2jp:0:0000:00:999:[E(Lt Blue) = Enlarged Bat ]
ark2jp:0:0000:00:999:[T(Dk Blue) = Twin Bats ]
ark2jp:0:0000:00:999:[C(Lt Green)= Catcher Bat ]
ark2jp:0:0000:00:999:[I(Dk Green)= Tracing Bat ]
ark2jp:0:0000:00:999:[R(Black) = Reduced Bat ]
ark2jp:0:0000:00:999:[P(Dk Grey) = Extra Life ]
ark2jp:0:0000:00:999:[M(Purple) = POW Multiballs]
ark2jp:0:0000:00:999:[S(Orange) = Slower Ball ]
ark2jp:0:0000:00:999:[B(Pink) = Warp Door ]
ark2jp:0:0000:00:999:[D(Cyan) = Multiballs ]
ark2jp:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls]
ark2jp:0:0000:00:999:[?(Multi) = Mystery ]
ark2jp:0:E5D6:81:001:1st pill's power - L
ark2jp:0:E5D6:82:001:1st pill's power - E
ark2jp:0:E5D6:83:001:1st pill's power - T
ark2jp:0:E5D6:86:001:1st pill's power - C
ark2jp:0:E5D6:87:001:1st pill's power - I
ark2jp:0:E5D6:88:001:1st pill's power - R
ark2jp:0:E5D6:8A:001:1st pill's power - P
ark2jp:0:E5D6:8D:001:1st pill's power - M
ark2jp:0:E5D6:8E:001:1st pill's power - S
ark2jp:0:E5D6:90:001:1st pill's power - B
ark2jp:0:E5D6:91:001:1st pill's power - D
ark2jp:0:E5D6:92:001:1st pill's power - N
ark2jp:0:E5D6:93:001:1st pill's power - ?
ark2jp:0:E5DA:81:001:2nd pill's power - L
ark2jp:0:E5DA:82:001:2nd pill's power - E
ark2jp:0:E5DA:83:001:2nd pill's power - T
ark2jp:0:E5DA:86:001:2nd pill's power - C
ark2jp:0:E5DA:87:001:2nd pill's power - I
ark2jp:0:E5DA:88:001:2nd pill's power - R
ark2jp:0:E5DA:8A:001:2nd pill's power - P
ark2jp:0:E5DA:8D:001:2nd pill's power - M
ark2jp:0:E5DA:8E:001:2nd pill's power - S
ark2jp:0:E5DA:90:001:2nd pill's power - B
ark2jp:0:E5DA:91:001:2nd pill's power - D
ark2jp:0:E5DA:92:001:2nd pill's power - N
ark2jp:0:E5DA:93:001:2nd pill's power - ?
; [ Arkanoid - Revenge of DOH (US) ]
ark2us:0:E00C:03:000:Infinite Lives PL1
ark2us:0:E011:03:000:Infinite Lives PL2
ark2us:0:E008:42:001:Goto Last Level Now!
ark2us:0:E393:00:001:Finish Level Now!
ark2us:0:E7EE:78:000:Infinite Time
ark2us:0:E39D:80:020:Warp door (Always)
ark2us:0:E39D:80:021:Warp door (Opened)
ark2us:0:E39D:80:041:Warp door (Closed)
ark2us:0:E39D:01:020:Always 10000 when next
ark2us:0:E39D:01:021:Get 10000 when next Now!
ark2us:0:E5EF:00:000:Always have Normal Bat
ark2us:0:E5EF:01:000:Always have Laser Bat
ark2us:0:E5F0:01:500:Always have Laser Bat (2/2)
ark2us:0:E5EF:02:000:Always have Enlarged Bat
ark2us:0:E5EF:03:000:Always have Twin Bats
ark2us:0:E5EF:06:000:Always have Catcher Bat
ark2us:0:E5EF:07:000:Always have Tracing Bat
ark2us:0:E5EF:08:000:Always have Reduced Bat
ark2us:0:E5EF:00:001:Get Normal Bat Now!
ark2us:0:E5EF:01:001:Get Laser Bat Now!
ark2us:0:E5F0:01:501:Get Laser Bat Now! (2/2)
ark2us:0:E5EF:02:001:Get Enlarged Bat Now!
ark2us:0:E5EF:03:001:Get Twin Bats Now!
ark2us:0:E5EF:06:001:Get Catcher Bat Now!
ark2us:0:E5EF:07:001:Get Tracing Bat Now!
ark2us:0:E5EF:08:001:Get Reduced Bat Now!
ark2us:0:E5F7:08:000:Always do BALL PLAQUE
ark2us:0:E5F6:00:500:Always do BALL PLAQUE (2/2)
ark2us:0:E5F7:08:001:Do BALL PLAQUE Now!
ark2us:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2)
ark2us:0:0000:00:999:[Use the following cheats ]
ark2us:0:0000:00:999:[only when you are playing ]
ark2us:0:0000:00:999:[and when a pill is falling!]
ark2us:0:0000:00:999:[ ]
ark2us:0:0000:00:999:[L(Red) = Laser ]
ark2us:0:0000:00:999:[E(Lt Blue) = Enlarged Bat ]
ark2us:0:0000:00:999:[T(Dk Blue) = Twin Bats ]
ark2us:0:0000:00:999:[C(Lt Green)= Catcher Bat ]
ark2us:0:0000:00:999:[I(Dk Green)= Tracing Bat ]
ark2us:0:0000:00:999:[R(Black) = Reduced Bat ]
ark2us:0:0000:00:999:[P(Dk Grey) = Extra Life ]
ark2us:0:0000:00:999:[M(Purple) = POW Multiballs]
ark2us:0:0000:00:999:[S(Orange) = Slower Ball ]
ark2us:0:0000:00:999:[B(Pink) = Warp Door ]
ark2us:0:0000:00:999:[D(Cyan) = Multiballs ]
ark2us:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls]
ark2us:0:0000:00:999:[?(Multi) = Mystery ]
ark2us:0:E5D6:81:001:1st pill's power - L
ark2us:0:E5D6:82:001:1st pill's power - E
ark2us:0:E5D6:83:001:1st pill's power - T
ark2us:0:E5D6:86:001:1st pill's power - C
ark2us:0:E5D6:87:001:1st pill's power - I
ark2us:0:E5D6:88:001:1st pill's power - R
ark2us:0:E5D6:8A:001:1st pill's power - P
ark2us:0:E5D6:8D:001:1st pill's power - M
ark2us:0:E5D6:8E:001:1st pill's power - S
ark2us:0:E5D6:90:001:1st pill's power - B
ark2us:0:E5D6:91:001:1st pill's power - D
ark2us:0:E5D6:92:001:1st pill's power - N
ark2us:0:E5D6:93:001:1st pill's power - ?
ark2us:0:E5DA:81:001:2nd pill's power - L
ark2us:0:E5DA:82:001:2nd pill's power - E
ark2us:0:E5DA:83:001:2nd pill's power - T
ark2us:0:E5DA:86:001:2nd pill's power - C
ark2us:0:E5DA:87:001:2nd pill's power - I
ark2us:0:E5DA:88:001:2nd pill's power - R
ark2us:0:E5DA:8A:001:2nd pill's power - P
ark2us:0:E5DA:8D:001:2nd pill's power - M
ark2us:0:E5DA:8E:001:2nd pill's power - S
ark2us:0:E5DA:90:001:2nd pill's power - B
ark2us:0:E5DA:91:001:2nd pill's power - D
ark2us:0:E5DA:92:001:2nd pill's power - N
ark2us:0:E5DA:93:001:2nd pill's power - ?
; [ Arkanoid (Game Corporation bootleg) ]
arkangc:0:ED76:06:000:Infinite Lives PL1
arkangc:0:ED7B:06:000:Infinite Lives PL2
arkangc:0:ED72:20:000:Go to Last Level
arkangc:0:EF62:00:000:Don't die when ball is out
arkangc:0:C4CE:01:000:Warp door always open
arkangc:0:C4CE:00:000:Warp door never open
arkangc:0:C4CE:01:001:Open Warp door Now!
arkangc:0:C4CE:00:001:Shut Warp door Now!
arkangc:0:ED83:00:001:Finish this Level Now!
arkangc:0:EF62:01:001:Lose a Life Now!
arkangc:0:0000:00:999:[L (Red) = Laser ]
arkangc:0:0000:00:999:[E (Blue) = Enlarged Bat ]
arkangc:0:0000:00:999:[C (Green) = Catcher Bat ]
arkangc:0:0000:00:999:[S (Orange) = Slower Ball ]
arkangc:0:0000:00:999:[B (Pink) = Warp Door ]
arkangc:0:0000:00:999:[D (Cyan) = Multiballs ]
arkangc:0:0000:00:999:[P (Grey) = Extra Life ]
arkangc:0:C658:80:000:No pills can fall
arkangc:0:C658:01:001:Drop Red Pill Now!
arkangc:0:C658:02:001:Drop Blue Pill Now!
arkangc:0:C658:03:001:Drop Green Pill Now!
arkangc:0:C658:04:001:Drop Orange Pill Now!
arkangc:0:C658:05:001:Drop Purple Pill Now!
arkangc:0:C658:06:001:Drop Cyan Pill Now!
arkangc:0:C658:07:001:Drop Black Pill Now!
arkangc:0:C658:01:004:Drop Red Pill every 5 s
arkangc:0:C658:02:004:Drop Blue Pill every 5 s
arkangc:0:C658:03:004:Drop Green Pill every 5 s
arkangc:0:C658:04:004:Drop Orange Pill every 5 s
arkangc:0:C658:05:004:Drop Purple Pill every 5 s
arkangc:0:C658:06:004:Drop Cyan Pill every 5 s
arkangc:0:C658:07:004:Drop Black Pill every 5 s
arkangc:0:C658:81:001:Change Pill to Red
arkangc:0:C658:82:001:Change Pill to Blue
arkangc:0:C658:83:001:Change Pill to Green
arkangc:0:C658:84:001:Change Pill to Orange
arkangc:0:C658:85:001:Change Pill to Purple
arkangc:0:C658:86:001:Change Pill to Cyan
arkangc:0:C658:87:001:Change Pill to Black
; [ Arkanoid - Revenge of DOH (World) ]
arkanoi2:0:E00C:03:000:Infinite Lives PL1
arkanoi2:0:E011:03:000:Infinite Lives PL2
arkanoi2:0:E008:42:001:Goto Last Level Now!
arkanoi2:0:E393:00:001:Finish Level Now!
arkanoi2:0:E7EE:78:000:Infinite Time
arkanoi2:0:E39D:80:020:Warp door (Always)
arkanoi2:0:E39D:80:021:Warp door (Opened)
arkanoi2:0:E39D:80:041:Warp door (Closed)
arkanoi2:0:E39D:01:020:Always 10000 when next
arkanoi2:0:E39D:01:021:Get 10000 when next Now!
arkanoi2:0:E5EF:00:000:Always have Normal Bat
arkanoi2:0:E5EF:01:000:Always have Laser Bat
arkanoi2:0:E5F0:01:500:Always have Laser Bat (2/2)
arkanoi2:0:E5EF:02:000:Always have Enlarged Bat
arkanoi2:0:E5EF:03:000:Always have Twin Bats
arkanoi2:0:E5EF:06:000:Always have Catcher Bat
arkanoi2:0:E5EF:07:000:Always have Tracing Bat
arkanoi2:0:E5EF:08:000:Always have Reduced Bat
arkanoi2:0:E5EF:00:001:Get Normal Bat Now!
arkanoi2:0:E5EF:01:001:Get Laser Bat Now!
arkanoi2:0:E5F0:01:501:Get Laser Bat Now! (2/2)
arkanoi2:0:E5EF:02:001:Get Enlarged Bat Now!
arkanoi2:0:E5EF:03:001:Get Twin Bats Now!
arkanoi2:0:E5EF:06:001:Get Catcher Bat Now!
arkanoi2:0:E5EF:07:001:Get Tracing Bat Now!
arkanoi2:0:E5EF:08:001:Get Reduced Bat Now!
arkanoi2:0:E5F7:08:000:Always do BALL PLAQUE
arkanoi2:0:E5F6:00:500:Always do BALL PLAQUE (2/2)
arkanoi2:0:E5F7:08:001:Do BALL PLAQUE Now!
arkanoi2:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2)
arkanoi2:0:0000:00:999:[Use the following cheats ]
arkanoi2:0:0000:00:999:[only when you are playing ]
arkanoi2:0:0000:00:999:[and when a pill is falling!]
arkanoi2:0:0000:00:999:[ ]
arkanoi2:0:0000:00:999:[L(Red) = Laser ]
arkanoi2:0:0000:00:999:[E(Lt Blue) = Enlarged Bat ]
arkanoi2:0:0000:00:999:[T(Dk Blue) = Twin Bats ]
arkanoi2:0:0000:00:999:[C(Lt Green)= Catcher Bat ]
arkanoi2:0:0000:00:999:[I(Dk Green)= Tracing Bat ]
arkanoi2:0:0000:00:999:[R(Black) = Reduced Bat ]
arkanoi2:0:0000:00:999:[P(Dk Grey) = Extra Life ]
arkanoi2:0:0000:00:999:[M(Purple) = POW Multiballs]
arkanoi2:0:0000:00:999:[S(Orange) = Slower Ball ]
arkanoi2:0:0000:00:999:[B(Pink) = Warp Door ]
arkanoi2:0:0000:00:999:[D(Cyan) = Multiballs ]
arkanoi2:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls]
arkanoi2:0:0000:00:999:[?(Multi) = Mystery ]
arkanoi2:0:E5D6:81:001:1st pill's power - L
arkanoi2:0:E5D6:82:001:1st pill's power - E
arkanoi2:0:E5D6:83:001:1st pill's power - T
arkanoi2:0:E5D6:86:001:1st pill's power - C
arkanoi2:0:E5D6:87:001:1st pill's power - I
arkanoi2:0:E5D6:88:001:1st pill's power - R
arkanoi2:0:E5D6:8A:001:1st pill's power - P
arkanoi2:0:E5D6:8D:001:1st pill's power - M
arkanoi2:0:E5D6:8E:001:1st pill's power - S
arkanoi2:0:E5D6:90:001:1st pill's power - B
arkanoi2:0:E5D6:91:001:1st pill's power - D
arkanoi2:0:E5D6:92:001:1st pill's power - N
arkanoi2:0:E5D6:93:001:1st pill's power - ?
arkanoi2:0:E5DA:81:001:2nd pill's power - L
arkanoi2:0:E5DA:82:001:2nd pill's power - E
arkanoi2:0:E5DA:83:001:2nd pill's power - T
arkanoi2:0:E5DA:86:001:2nd pill's power - C
arkanoi2:0:E5DA:87:001:2nd pill's power - I
arkanoi2:0:E5DA:88:001:2nd pill's power - R
arkanoi2:0:E5DA:8A:001:2nd pill's power - P
arkanoi2:0:E5DA:8D:001:2nd pill's power - M
arkanoi2:0:E5DA:8E:001:2nd pill's power - S
arkanoi2:0:E5DA:90:001:2nd pill's power - B
arkanoi2:0:E5DA:91:001:2nd pill's power - D
arkanoi2:0:E5DA:92:001:2nd pill's power - N
arkanoi2:0:E5DA:93:001:2nd pill's power - ?
; [ Arkanoid (World) ]
arkanoid:0:C432:09:000:Infinite Credits
arkanoid:0:ED76:06:000:Infinite Lives PL1
arkanoid:0:ED7B:06:000:Infinite Lives PL2
arkanoid:0:ED72:20:000:Go to Last Level
arkanoid:0:EF62:00:000:Don't die when ball is out
arkanoid:0:C4CE:01:000:Warp door always open
arkanoid:0:C4CE:00:000:Warp door never open
arkanoid:0:C4CE:01:001:Open Warp door Now!
arkanoid:0:C4CE:00:001:Shut Warp door Now!
arkanoid:0:ED83:00:001:Finish this Level Now!
arkanoid:0:EF62:01:001:Lose a Life Now!
arkanoid:0:0000:00:999:[L (Red) = Laser ]
arkanoid:0:0000:00:999:[E (Blue) = Enlarged Bat ]
arkanoid:0:0000:00:999:[C (Green) = Catcher Bat ]
arkanoid:0:0000:00:999:[S (Orange) = Slower Ball ]
arkanoid:0:0000:00:999:[B (Pink) = Warp Door ]
arkanoid:0:0000:00:999:[D (Cyan) = Multiballs ]
arkanoid:0:0000:00:999:[P (Grey) = Extra Life ]
arkanoid:0:C658:80:000:No pills can fall
arkanoid:0:C658:01:001:Drop Red Pill Now!
arkanoid:0:C658:02:001:Drop Blue Pill Now!
arkanoid:0:C658:03:001:Drop Green Pill Now!
arkanoid:0:C658:04:001:Drop Orange Pill Now!
arkanoid:0:C658:05:001:Drop Purple Pill Now!
arkanoid:0:C658:06:001:Drop Cyan Pill Now!
arkanoid:0:C658:07:001:Drop Black Pill Now!
arkanoid:0:C658:01:004:Drop Red Pill every 5 s
arkanoid:0:C658:02:004:Drop Blue Pill every 5 s
arkanoid:0:C658:03:004:Drop Green Pill every 5 s
arkanoid:0:C658:04:004:Drop Orange Pill every 5 s
arkanoid:0:C658:05:004:Drop Purple Pill every 5 s
arkanoid:0:C658:06:004:Drop Cyan Pill every 5 s
arkanoid:0:C658:07:004:Drop Black Pill every 5 s
arkanoid:0:C658:81:001:Change Pill to Red
arkanoid:0:C658:82:001:Change Pill to Blue
arkanoid:0:C658:83:001:Change Pill to Green
arkanoid:0:C658:84:001:Change Pill to Orange
arkanoid:0:C658:85:001:Change Pill to Purple
arkanoid:0:C658:86:001:Change Pill to Cyan
arkanoid:0:C658:87:001:Change Pill to Black
; [ Ark Area ]
arkarea:0:C004:12:000:Infinite Credits
arkarea:0:0000:00:999:[Only enable invincibility ]
arkarea:0:0000:00:999:[during gameplay!! ]
arkarea:0:D209:05:000:Infinite Lives PL1
arkarea:0:D208:01:000:Infinite Weapon Time PL1
arkarea:0:D200:1C:000:Always normal weapon PL1
arkarea:0:D202:03:500:Always normal weapon PL1(2/3)
arkarea:0:D203:01:500:Always normal weapon PL1(3/3)
arkarea:0:D200:1F:000:Always tracer weapon PL1
arkarea:0:D202:03:500:Always tracer weapon PL1(2/3)
arkarea:0:D203:01:500:Always tracer weapon PL1(3/3)
arkarea:0:D200:22:000:Always flamer weapon PL1
arkarea:0:D202:03:500:Always flamer weapon PL1(2/3)
arkarea:0:D203:01:500:Always flamer weapon PL1(3/3)
arkarea:0:D200:25:000:Always 3-Way weapon PL1
arkarea:0:D202:03:500:Always 3-Way weapon PL1(2/3)
arkarea:0:D203:03:500:Always 3-Way weapon PL1(3/3)
arkarea:0:D200:2C:000:Always 8-Way weapon PL1
arkarea:0:D202:01:500:Always 8-Way weapon PL1(2/3)
arkarea:0:D203:08:500:Always 8-Way weapon PL1(3/3)
arkarea:0:D200:1C:001:Get normal weapon NowPL1
arkarea:0:D202:03:501:Get normal weapon NowPL1(2/3)
arkarea:0:D203:01:501:Get normal weapon NowPL1(3/3)
arkarea:0:D200:1F:001:Get tracer weapon NowPL1
arkarea:0:D202:03:501:Get tracer weapon NowPL1(2/3)
arkarea:0:D203:01:501:Get tracer weapon NowPL1(3/3)
arkarea:0:D200:22:001:Get flamer weapon NowPL1
arkarea:0:D202:03:501:Get flamer weapon NowPL1(2/3)
arkarea:0:D203:01:501:Get flamer weapon NowPL1(3/3)
arkarea:0:D200:25:001:Get 3-Way weapon Now PL1
arkarea:0:D202:03:501:Get 3-Way weapon Now PL1(2/3)
arkarea:0:D203:03:501:Get 3-Way weapon Now PL1(3/3)
arkarea:0:D200:2C:001:Get 8-Way weapon Now PL1
arkarea:0:D202:01:501:Get 8-Way weapon Now PL1(2/3)
arkarea:0:D203:08:501:Get 8-Way weapon Now PL1(3/3)
arkarea:0:C00A:01:000:Invincibility "ON" PL1
arkarea:0:C00A:00:001:Invincibility "OFF" PL1
arkarea:0:D259:05:000:Infinite Lives PL2
arkarea:0:D258:01:000:Infinite Weapon Time PL2
arkarea:0:D250:1C:000:Always normal weapon PL2
arkarea:0:D252:03:500:Always normal weapon PL2(2/3)
arkarea:0:D253:01:500:Always normal weapon PL2(3/3)
arkarea:0:D250:1F:000:Always tracer weapon PL2
arkarea:0:D252:03:500:Always tracer weapon PL2(2/3)
arkarea:0:D253:01:500:Always tracer weapon PL2(3/3)
arkarea:0:D250:22:000:Always flamer weapon PL2
arkarea:0:D252:03:500:Always flamer weapon PL2(2/3)
arkarea:0:D253:01:500:Always flamer weapon PL2(3/3)
arkarea:0:D250:25:000:Always 3-Way weapon PL2
arkarea:0:D252:03:500:Always 3-Way weapon PL2(2/3)
arkarea:0:D253:03:500:Always 3-Way weapon PL2(3/3)
arkarea:0:D250:2C:000:Always 8-Way weapon PL2
arkarea:0:D252:01:500:Always 8-Way weapon PL2(2/3)
arkarea:0:D253:08:500:Always 8-Way weapon PL2(3/3)
arkarea:0:D250:1C:001:Get normal weapon NowPL2
arkarea:0:D252:03:501:Get normal weapon NowPL2(2/3)
arkarea:0:D253:01:501:Get normal weapon NowPL2(3/3)
arkarea:0:D250:1F:001:Get tracer weapon NowPL2
arkarea:0:D252:03:501:Get tracer weapon NowPL2(2/3)
arkarea:0:D253:01:501:Get tracer weapon NowPL2(3/3)
arkarea:0:D250:22:001:Get flamer weapon NowPL2
arkarea:0:D252:03:501:Get flamer weapon NowPL2(2/3)
arkarea:0:D253:01:501:Get flamer weapon NowPL2(3/3)
arkarea:0:D250:25:001:Get 3-Way weapon Now PL2
arkarea:0:D252:03:501:Get 3-Way weapon Now PL2(2/3)
arkarea:0:D253:03:501:Get 3-Way weapon Now PL2(3/3)
arkarea:0:D250:2C:001:Get 8-Way weapon Now PL2
arkarea:0:D252:01:501:Get 8-Way weapon Now PL2(2/3)
arkarea:0:D253:08:501:Get 8-Way weapon Now PL2(3/3)
arkarea:0:C00B:01:000:Invincibility "ON" PL2
arkarea:0:C00B:00:001:Invincibility "OFF" PL2
; [ Arkanoid (Tayto bootleg, Japanese) ]
arkatayt:0:C432:09:000:Infinite Credits
arkatayt:0:ED76:06:000:Infinite Lives PL1
arkatayt:0:ED7B:06:000:Infinite Lives PL2
arkatayt:0:ED72:20:000:Go to Last Level
arkatayt:0:EF62:00:000:Don't die when ball is out
arkatayt:0:C4CE:01:000:Warp door always open
arkatayt:0:C4CE:00:000:Warp door never open
arkatayt:0:C4CE:01:001:Open Warp door Now!
arkatayt:0:C4CE:00:001:Shut Warp door Now!
arkatayt:0:ED83:00:001:Finish this Level Now!
arkatayt:0:EF62:01:001:Lose a Life Now!
arkatayt:0:0000:00:999:[L (Red) = Laser ]
arkatayt:0:0000:00:999:[E (Blue) = Enlarged Bat ]
arkatayt:0:0000:00:999:[C (Green) = Catcher Bat ]
arkatayt:0:0000:00:999:[S (Orange) = Slower Ball ]
arkatayt:0:0000:00:999:[B (Pink) = Warp Door ]
arkatayt:0:0000:00:999:[D (Cyan) = Multiballs ]
arkatayt:0:0000:00:999:[P (Grey) = Extra Life ]
arkatayt:0:C658:80:000:No pills can fall
arkatayt:0:C658:01:001:Drop Red Pill Now!
arkatayt:0:C658:02:001:Drop Blue Pill Now!
arkatayt:0:C658:03:001:Drop Green Pill Now!
arkatayt:0:C658:04:001:Drop Orange Pill Now!
arkatayt:0:C658:05:001:Drop Purple Pill Now!
arkatayt:0:C658:06:001:Drop Cyan Pill Now!
arkatayt:0:C658:07:001:Drop Black Pill Now!
arkatayt:0:C658:01:004:Drop Red Pill every 5 s
arkatayt:0:C658:02:004:Drop Blue Pill every 5 s
arkatayt:0:C658:03:004:Drop Green Pill every 5 s
arkatayt:0:C658:04:004:Drop Orange Pill every 5 s
arkatayt:0:C658:05:004:Drop Purple Pill every 5 s
arkatayt:0:C658:06:004:Drop Cyan Pill every 5 s
arkatayt:0:C658:07:004:Drop Black Pill every 5 s
arkatayt:0:C658:81:001:Change Pill to Red
arkatayt:0:C658:82:001:Change Pill to Blue
arkatayt:0:C658:83:001:Change Pill to Green
arkatayt:0:C658:84:001:Change Pill to Orange
arkatayt:0:C658:85:001:Change Pill to Purple
arkatayt:0:C658:86:001:Change Pill to Cyan
arkatayt:0:C658:87:001:Change Pill to Black
; [ Tournament Arkanoid (US) ]
arkatour:0:C432:09:000:Infinite Credits
arkatour:0:ED76:06:000:Infinite Lives PL1
arkatour:0:ED7B:06:000:Infinite Lives PL2
arkatour:0:ED72:20:000:Go to Last Level
arkatour:0:EF62:00:000:Don't die when ball is out
arkatour:0:C4CE:01:000:Warp door always open
arkatour:0:C4CE:00:000:Warp door never open
arkatour:0:C4CE:01:001:Open Warp door Now!
arkatour:0:C4CE:00:001:Shut Warp door Now!
arkatour:0:ED83:00:001:Finish this Level Now!
arkatour:0:EF62:01:001:Lose a Life Now!
arkatour:0:0000:00:999:[L (Red) = Laser ]
arkatour:0:0000:00:999:[E (Blue) = Enlarged Bat ]
arkatour:0:0000:00:999:[C (Green) = Catcher Bat ]
arkatour:0:0000:00:999:[S (Orange) = Slower Ball ]
arkatour:0:0000:00:999:[B (Pink) = Warp Door ]
arkatour:0:0000:00:999:[D (Cyan) = Multiballs ]
arkatour:0:0000:00:999:[P (Grey) = Extra Life ]
arkatour:0:C658:80:000:No pills can fall
arkatour:0:C658:01:001:Drop Red Pill Now!
arkatour:0:C658:02:001:Drop Blue Pill Now!
arkatour:0:C658:03:001:Drop Green Pill Now!
arkatour:0:C658:04:001:Drop Orange Pill Now!
arkatour:0:C658:05:001:Drop Purple Pill Now!
arkatour:0:C658:06:001:Drop Cyan Pill Now!
arkatour:0:C658:07:001:Drop Black Pill Now!
arkatour:0:C658:01:004:Drop Red Pill every 5 s
arkatour:0:C658:02:004:Drop Blue Pill every 5 s
arkatour:0:C658:03:004:Drop Green Pill every 5 s
arkatour:0:C658:04:004:Drop Orange Pill every 5 s
arkatour:0:C658:05:004:Drop Purple Pill every 5 s
arkatour:0:C658:06:004:Drop Cyan Pill every 5 s
arkatour:0:C658:07:004:Drop Black Pill every 5 s
arkatour:0:C658:81:001:Change Pill to Red
arkatour:0:C658:82:001:Change Pill to Blue
arkatour:0:C658:83:001:Change Pill to Green
arkatour:0:C658:84:001:Change Pill to Orange
arkatour:0:C658:85:001:Change Pill to Purple
arkatour:0:C658:86:001:Change Pill to Cyan
arkatour:0:C658:87:001:Change Pill to Black
; [ Arkanoid (Japanese bootleg Set 2) ]
arkbl2:0:C432:09:000:Infinite Credits
arkbl2:0:ED76:06:000:Infinite Lives PL1
arkbl2:0:ED7B:06:000:Infinite Lives PL2
arkbl2:0:ED72:20:000:Go to Last Level
arkbl2:0:EF62:00:000:Don't die when ball is out
arkbl2:0:C4CE:01:000:Warp door always open
arkbl2:0:C4CE:00:000:Warp door never open
arkbl2:0:C4CE:01:001:Open Warp door Now!
arkbl2:0:C4CE:00:001:Shut Warp door Now!
arkbl2:0:ED83:00:001:Finish this Level Now!
arkbl2:0:EF62:01:001:Lose a Life Now!
arkbl2:0:0000:00:999:[L (Red) = Laser ]
arkbl2:0:0000:00:999:[E (Blue) = Enlarged Bat ]
arkbl2:0:0000:00:999:[C (Green) = Catcher Bat ]
arkbl2:0:0000:00:999:[S (Orange) = Slower Ball ]
arkbl2:0:0000:00:999:[B (Pink) = Warp Door ]
arkbl2:0:0000:00:999:[D (Cyan) = Multiballs ]
arkbl2:0:0000:00:999:[P (Grey) = Extra Life ]
arkbl2:0:C658:80:000:No pills can fall
arkbl2:0:C658:01:001:Drop Red Pill Now!
arkbl2:0:C658:02:001:Drop Blue Pill Now!
arkbl2:0:C658:03:001:Drop Green Pill Now!
arkbl2:0:C658:04:001:Drop Orange Pill Now!
arkbl2:0:C658:05:001:Drop Purple Pill Now!
arkbl2:0:C658:06:001:Drop Cyan Pill Now!
arkbl2:0:C658:07:001:Drop Black Pill Now!
arkbl2:0:C658:01:004:Drop Red Pill every 5 s
arkbl2:0:C658:02:004:Drop Blue Pill every 5 s
arkbl2:0:C658:03:004:Drop Green Pill every 5 s
arkbl2:0:C658:04:004:Drop Orange Pill every 5 s
arkbl2:0:C658:05:004:Drop Purple Pill every 5 s
arkbl2:0:C658:06:004:Drop Cyan Pill every 5 s
arkbl2:0:C658:07:004:Drop Black Pill every 5 s
arkbl2:0:C658:81:001:Change Pill to Red
arkbl2:0:C658:82:001:Change Pill to Blue
arkbl2:0:C658:83:001:Change Pill to Green
arkbl2:0:C658:84:001:Change Pill to Orange
arkbl2:0:C658:85:001:Change Pill to Purple
arkbl2:0:C658:86:001:Change Pill to Cyan
arkbl2:0:C658:87:001:Change Pill to Black
; [ Block (Game Corporation bootleg) ]
arkbloc2:0:C432:09:000:Infinite Credits
arkbloc2:0:ED76:06:000:Infinite Lives PL1
arkbloc2:0:ED7B:06:000:Infinite Lives PL2
arkbloc2:0:ED72:20:000:Go to Last Level
arkbloc2:0:EF62:00:000:Don't die when ball is out
arkbloc2:0:C4CE:01:000:Warp door always open
arkbloc2:0:C4CE:00:000:Warp door never open
arkbloc2:0:C4CE:01:001:Open Warp door Now!
arkbloc2:0:C4CE:00:001:Shut Warp door Now!
arkbloc2:0:ED83:00:001:Finish this Level Now!
arkbloc2:0:EF62:01:001:Lose a Life Now!
arkbloc2:0:0000:00:999:[L (Red) = Laser ]
arkbloc2:0:0000:00:999:[E (Blue) = Enlarged Bat ]
arkbloc2:0:0000:00:999:[C (Green) = Catcher Bat ]
arkbloc2:0:0000:00:999:[S (Orange) = Slower Ball ]
arkbloc2:0:0000:00:999:[B (Pink) = Warp Door ]
arkbloc2:0:0000:00:999:[D (Cyan) = Multiballs ]
arkbloc2:0:0000:00:999:[P (Grey) = Extra Life ]
arkbloc2:0:C658:80:000:No pills can fall
arkbloc2:0:C658:01:001:Drop Red Pill Now!
arkbloc2:0:C658:02:001:Drop Blue Pill Now!
arkbloc2:0:C658:03:001:Drop Green Pill Now!
arkbloc2:0:C658:04:001:Drop Orange Pill Now!
arkbloc2:0:C658:05:001:Drop Purple Pill Now!
arkbloc2:0:C658:06:001:Drop Cyan Pill Now!
arkbloc2:0:C658:07:001:Drop Black Pill Now!
arkbloc2:0:C658:01:004:Drop Red Pill every 5 s
arkbloc2:0:C658:02:004:Drop Blue Pill every 5 s
arkbloc2:0:C658:03:004:Drop Green Pill every 5 s
arkbloc2:0:C658:04:004:Drop Orange Pill every 5 s
arkbloc2:0:C658:05:004:Drop Purple Pill every 5 s
arkbloc2:0:C658:06:004:Drop Cyan Pill every 5 s
arkbloc2:0:C658:07:004:Drop Black Pill every 5 s
arkbloc2:0:C658:81:001:Change Pill to Red
arkbloc2:0:C658:82:001:Change Pill to Blue
arkbloc2:0:C658:83:001:Change Pill to Green
arkbloc2:0:C658:84:001:Change Pill to Orange
arkbloc2:0:C658:85:001:Change Pill to Purple
arkbloc2:0:C658:86:001:Change Pill to Cyan
arkbloc2:0:C658:87:001:Change Pill to Black
; [ Arkanoid (Japan) ]
arknoidj:0:C432:09:000:Infinite Credits
arknoidj:0:ED6F:06:000:Infinite Lives PL1
arknoidj:0:ED74:06:000:Infinite Lives PL2
arknoidj:0:ED6B:20:000:Go to Last Level
arknoidj:0:EF5B:00:000:Don't die when ball is out
arknoidj:0:C4CE:01:000:Warp door always open
arknoidj:0:C4CE:00:000:Warp door never open
arknoidj:0:C4CE:01:001:Open Warp door Now!
arknoidj:0:C4CE:00:001:Shut Warp door Now!
arknoidj:0:ED7C:00:001:Finish this Level Now!
arknoidj:0:EF5B:01:001:Lose a Life Now!
arknoidj:0:0000:00:999:[L (Red) = Laser ]
arknoidj:0:0000:00:999:[E (Blue) = Enlarged Bat ]
arknoidj:0:0000:00:999:[C (Green) = Catcher Bat ]
arknoidj:0:0000:00:999:[S (Orange) = Slower Ball ]
arknoidj:0:0000:00:999:[B (Pink) = Warp Door ]
arknoidj:0:0000:00:999:[D (Cyan) = Multiballs ]
arknoidj:0:0000:00:999:[P (Grey) = Extra Life ]
arknoidj:0:C658:80:000:No pills can fall
arknoidj:0:C658:01:001:Drop Red Pill Now!
arknoidj:0:C658:02:001:Drop Blue Pill Now!
arknoidj:0:C658:03:001:Drop Green Pill Now!
arknoidj:0:C658:04:001:Drop Orange Pill Now!
arknoidj:0:C658:05:001:Drop Purple Pill Now!
arknoidj:0:C658:06:001:Drop Cyan Pill Now!
arknoidj:0:C658:07:001:Drop Black Pill Now!
arknoidj:0:C658:01:004:Drop Red Pill every 5 s
arknoidj:0:C658:02:004:Drop Blue Pill every 5 s
arknoidj:0:C658:03:004:Drop Green Pill every 5 s
arknoidj:0:C658:04:004:Drop Orange Pill every 5 s
arknoidj:0:C658:05:004:Drop Purple Pill every 5 s
arknoidj:0:C658:06:004:Drop Cyan Pill every 5 s
arknoidj:0:C658:07:004:Drop Black Pill every 5 s
arknoidj:0:C658:81:001:Change Pill to Red
arknoidj:0:C658:82:001:Change Pill to Blue
arknoidj:0:C658:83:001:Change Pill to Green
arknoidj:0:C658:84:001:Change Pill to Orange
arknoidj:0:C658:85:001:Change Pill to Purple
arknoidj:0:C658:86:001:Change Pill to Cyan
arknoidj:0:C658:87:001:Change Pill to Black
; [ Arkanoid (US) ]
arknoidu:0:C432:09:000:Infinite Credits
arknoidu:0:ED76:06:000:Infinite Lives PL1
arknoidu:0:ED7B:06:000:Infinite Lives PL2
arknoidu:0:ED72:20:000:Go to Last Level
arknoidu:0:EF62:00:000:Don't die when ball is out
arknoidu:0:C4CE:01:000:Warp door always open
arknoidu:0:C4CE:00:000:Warp door never open
arknoidu:0:C4CE:01:001:Open Warp door Now!
arknoidu:0:C4CE:00:001:Shut Warp door Now!
arknoidu:0:ED83:00:001:Finish this Level Now!
arknoidu:0:EF62:01:001:Lose a Life Now!
arknoidu:0:0000:00:999:[L (Red) = Laser ]
arknoidu:0:0000:00:999:[E (Blue) = Enlarged Bat ]
arknoidu:0:0000:00:999:[C (Green) = Catcher Bat ]
arknoidu:0:0000:00:999:[S (Orange) = Slower Ball ]
arknoidu:0:0000:00:999:[B (Pink) = Warp Door ]
arknoidu:0:0000:00:999:[D (Cyan) = Multiballs ]
arknoidu:0:0000:00:999:[P (Grey) = Extra Life ]
arknoidu:0:C658:80:000:No pills can fall
arknoidu:0:C658:01:001:Drop Red Pill Now!
arknoidu:0:C658:02:001:Drop Blue Pill Now!
arknoidu:0:C658:03:001:Drop Green Pill Now!
arknoidu:0:C658:04:001:Drop Orange Pill Now!
arknoidu:0:C658:05:001:Drop Purple Pill Now!
arknoidu:0:C658:06:001:Drop Cyan Pill Now!
arknoidu:0:C658:07:001:Drop Black Pill Now!
arknoidu:0:C658:01:004:Drop Red Pill every 5 s
arknoidu:0:C658:02:004:Drop Blue Pill every 5 s
arknoidu:0:C658:03:004:Drop Green Pill every 5 s
arknoidu:0:C658:04:004:Drop Orange Pill every 5 s
arknoidu:0:C658:05:004:Drop Purple Pill every 5 s
arknoidu:0:C658:06:004:Drop Cyan Pill every 5 s
arknoidu:0:C658:07:004:Drop Black Pill every 5 s
arknoidu:0:C658:81:001:Change Pill to Red
arknoidu:0:C658:82:001:Change Pill to Blue
arknoidu:0:C658:83:001:Change Pill to Green
arknoidu:0:C658:84:001:Change Pill to Orange
arknoidu:0:C658:85:001:Change Pill to Purple
arknoidu:0:C658:86:001:Change Pill to Cyan
arknoidu:0:C658:87:001:Change Pill to Black
; [ Arkanoid Returns (Japan) ]
arkretrn:0:40202F:00:001:Finish this Round Now!
arkretrn:0:40205B:32:072:Select starting round:Enable on the press 1 or 2 player button screen
arkretrn:0:40205B:32:062:Select next round
arkretrn:0:402079:63:000:Infinite Lives PL1
arkretrn:0:40207B:63:000:Infinite Lives PL2
arkretrn:0:000000:00:999:[After you enable these region cheats to see any ]
arkretrn:0:000000:00:999:[effect you will have to reset the game (F3). ]
arkretrn:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
arkretrn:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
arkretrn:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
arkretrn:0:0FFFFF:01:001:Region Switch = Japan
arkretrn:0:0FFFFF:02:001:Region Switch = US
arkretrn:0:0FFFFF:03:001:Region Switch = World
; [ Arlington Horse Racing ]
arlingtn:0:358D:0F:000:Infinite Credits
arlingtn:0:358C:27:500:Infinite Credits (2/2)
arlingtn:0:0000:00:999:[You have to scroll down with the cursor once to get the ]
arlingtn:0:0000:00:999:['Always bet max' cheats to display correctly. ]
arlingtn:0:2411:0F:000:Always bet max for win on horse #1
arlingtn:0:2413:0F:000:Always bet max for place on horse #1
arlingtn:0:2415:0F:000:Always bet max for show on horse #1
arlingtn:0:241A:0F:000:Always bet max for win on horse #2
arlingtn:0:241C:0F:000:Always bet max for place on horse #2
arlingtn:0:241E:0F:000:Always bet max for show on horse #2
arlingtn:0:2423:0F:000:Always bet max for win on horse #3
arlingtn:0:2425:0F:000:Always bet max for place on horse #3
arlingtn:0:2427:0F:000:Always bet max for show on horse #3
arlingtn:0:242C:0F:000:Always bet max for win on horse #4
arlingtn:0:242E:0F:000:Always bet max for place on horse #4
arlingtn:0:2430:0F:000:Always bet max for show on horse #4
arlingtn:0:2435:0F:000:Always bet max for win on horse #5
arlingtn:0:2437:0F:000:Always bet max for place on horse #5
arlingtn:0:2439:0F:000:Always bet max for show on horse #5
arlingtn:0:243E:0F:000:Always bet max for win on horse #6
arlingtn:0:2440:0F:000:Always bet max for place on horse #6
arlingtn:0:2442:0F:000:Always bet max for show on horse #6
arlingtn:0:2449:0F:000:Always bet max for Quinella
arlingtn:0:2450:0F:000:Always bet max for Perfecta
arlingtn:0:2457:0F:000:Always bet max for Tripple
; [ Armed Formation ]
armedf:0:0611A6:09:000:Infinite Credits
armedf:0:061106:03:000:Infinite Lives PL1
armedf:0:061126:03:000:Infinite Lives PL2
armedf:0:0613D3:00:000:Invincibility
armedf:0:063C52:03:000:Infinite polymorphs:Get the F first
armedf:0:063C47:F8:000:Infinite polymorph time
armedf:0:063C46:00:001:No more morph time
armedf:0:063C47:01:501:No more morph time (2/2)
armedf:0:063970:04:000:Maximum speed
armedf:0:063C4A:02:000:Maximum fire power
armedf:0:000000:00:999:[These extra weapon cheats ]
armedf:0:000000:00:999:[require you to have any ]
armedf:0:000000:00:999:[extra weapon first! ]
armedf:0:063C48:00:000:Extra weapon always Laser
armedf:0:063C48:02:000:Extra weapon always Bomb
armedf:0:063C48:04:000:Extra weapon always Cutter
armedf:0:063C48:06:000:Extra weapon always Homing
armedf:0:063C48:00:001:Extra weapon = Laser Now!
armedf:0:063C48:02:001:Extra weapon = Bomb Now!
armedf:0:063C48:04:001:Extra weapon = Cutter Now!
armedf:0:063C48:06:001:Extra weapon = Homing Now!
; [ Armor Attack ]
armora:0:00AD:FF:000:Infinite Credits
armora:0:00AC:0F:500:Infinite Credits (2/2)
armora:0:00AB:09:000:Infinite Lives
; [ Armored Car (set 2) ]
armorca2:0:8112:99:000:Infinite Credits
armorca2:0:8628:FF:000:Infinite Lives
armorca2:0:8630:FF:000:Infinite Sawhorses
armorca2:0:885F:FF:000:Infinite Fuel
armorca2:0:868F:5F:500:Infinite Fuel (2/3)
armorca2:0:8690:88:500:Infinite Fuel (3/3)
armorca2:0:869B:FF:000:Always have the key
armorca2:0:869B:FF:001:Get the key Now!
; [ Armored Car (set 1) ]
armorcar:0:8112:99:000:Infinite Credits
armorcar:0:8628:FF:000:Infinite Lives
armorcar:0:8630:FF:000:Infinite Sawhorses
armorcar:0:885F:FF:000:Infinite Fuel
armorcar:0:868F:5F:500:Infinite Fuel (2/3)
armorcar:0:8690:88:500:Infinite Fuel (3/3)
armorcar:0:869B:FF:000:Always have the key
armorcar:0:869B:FF:001:Get the key Now!
; [ Armored Warriors (US 941024) ]
armwar:0:FF1E67:00:000:Infinite Time
armwar:0:FF81D0:06:001:Go to Final Stage Now!
armwar:0:FF96E3:04:000:Infinite Lives PL1
armwar:0:FF95DD:50:000:Infinite Energy PL1
armwar:0:FF9657:FE:000:Invincibility PL1
armwar:0:FF95FA:01:000:Infinite Bullets PL1
armwar:0:FF98A3:04:000:Infinite Lives PL2
armwar:0:FF979D:50:000:Infinite Energy PL2
armwar:0:FF9817:FE:000:Invincibility PL2
armwar:0:FF97BA:01:000:Infinite Bullets PL2
armwar:0:FF9A63:04:000:Infinite Lives PL3
armwar:0:FF995D:50:000:Infinite Energy PL3
armwar:0:FF99D7:FE:000:Invincibility PL3
armwar:0:FF997A:05:000:Infinite Bullets PL3
; [ Armored Warriors (Asia 940920) ]
armwara:0:FF1E67:00:000:Infinite Time
armwara:0:FF81D0:06:001:Go to Final Stage Now!
armwara:0:FF96E3:04:000:Infinite Lives PL1
armwara:0:FF95DD:50:000:Infinite Energy PL1
armwara:0:FF9657:FE:000:Invincibility PL1
armwara:0:FF95FA:01:000:Infinite Bullets PL1
armwara:0:FF98A3:04:000:Infinite Lives PL2
armwara:0:FF979D:50:000:Infinite Energy PL2
armwara:0:FF9817:FE:000:Invincibility PL2
armwara:0:FF97BA:01:000:Infinite Bullets PL2
armwara:0:FF9A63:04:000:Infinite Lives PL3
armwara:0:FF995D:50:000:Infinite Energy PL3
armwara:0:FF99D7:FE:000:Invincibility PL3
armwara:0:FF997A:05:000:Infinite Bullets PL3
; [ Arm Wrestling ]
armwrest:0:D7C9:99:000:Infinite Credits
armwrest:0:D0F4:00:000:Infinite Time
armwrest:0:D004:01:000:Level 1 - Texas Mac PL1
armwrest:0:D005:00:500:Level 1 - Texas Mac PL1 (2/2)
armwrest:0:D004:02:000:Level 2 - Kabuki PL1
armwrest:0:D005:01:500:Level 2 - Kabuki PL1 (2/2)
armwrest:0:D004:03:000:Level 3 - Mask X PL1
armwrest:0:D005:02:500:Level 3 - Mask X PL1 (2/2)
armwrest:0:D004:04:000:Level 4 - Ape III PL1
armwrest:0:D005:03:500:Level 4 - Ape III PL1 (2/2)
armwrest:0:D004:05:000:Level 5 - Frank Jr. PL1
armwrest:0:D005:04:500:Level 5 - Frank Jr. PL1 (2/2)
; [ Ashura Blaster (Japan) ]
ashura:0:6019EB:09:000:Infinite Lives PL1
ashura:0:6019EF:0A:000:Infinite Bombs PL1
ashura:0:6008C3:81:002:Invincibility PL1
ashura:0:60092F:07:000:Maximum fire power PL1
ashura:0:600927:00:000:Always have Red Weapon PL1
ashura:0:600927:01:000:Always have Green Weapon PL1
ashura:0:600927:02:000:Always have Blue Weapon PL1
ashura:0:600927:03:000:Always have Yellow Weapon PL1
ashura:0:600927:04:000:Always have Special WeaponPL1
ashura:0:60092B:00:000:Always have Ashura Bomb PL1
ashura:0:60092B:01:000:Always have FireWave Bomb PL1
ashura:0:60092B:02:000:Always have A. Flash Bomb PL1
ashura:0:60092B:03:000:Always have S. Beam Bomb PL1
ashura:0:600927:00:001:Get Red Weapon Now! PL1
ashura:0:600927:01:001:Get Green Weapon Now! PL1
ashura:0:600927:02:001:Get Blue Weapon Now! PL1
ashura:0:600927:03:001:Get Yellow Weapon Now! PL1
ashura:0:600927:04:001:Get Special Weapon Now! PL1
ashura:0:60092B:00:001:Get Ashura Bomb Now! PL1
ashura:0:60092B:01:001:Get FireWave Bomb Now! PL1
ashura:0:60092B:02:001:Get A. Flash Bomb Now! PL1
ashura:0:60092B:03:001:Get S. Beam Bomb Now! PL1
ashura:0:6019ED:09:000:Infinite Lives PL2
ashura:0:6019F1:0A:000:Infinite Bombs PL2
ashura:0:600903:81:002:Invincibility PL2
ashura:0:600931:07:000:Maximum fire power PL2
ashura:0:600929:00:000:Always have Red Weapon PL2
ashura:0:600929:01:000:Always have Green Weapon PL2
ashura:0:600929:02:000:Always have Blue Weapon PL2
ashura:0:600929:03:000:Always have Yellow Weapon PL2
ashura:0:600929:04:000:Always have Special WeaponPL2
ashura:0:60092D:00:000:Always have Ashura Bomb PL2
ashura:0:60092D:01:000:Always have FireWave Bomb PL2
ashura:0:60092D:02:000:Always have A. Flash Bomb PL2
ashura:0:60092D:03:000:Always have S. Beam Bomb PL2
ashura:0:600929:00:001:Get Red Weapon Now! PL2
ashura:0:600929:01:001:Get Green Weapon Now! PL2
ashura:0:600929:02:001:Get Blue Weapon Now! PL2
ashura:0:600929:03:001:Get Yellow Weapon Now! PL2
ashura:0:600929:04:001:Get Special Weapon Now! PL2
ashura:0:60092D:00:001:Get Ashura Bomb Now! PL2
ashura:0:60092D:01:001:Get FireWave Bomb Now! PL2
ashura:0:60092D:02:001:Get A. Flash Bomb Now! PL2
ashura:0:60092D:03:001:Get S. Beam Bomb Now! PL2
; [ Ashura Blaster (US) ]
ashurau:0:6019EF:09:000:Infinite Lives PL1
ashurau:0:6019F3:0A:000:Infinite Bombs PL1
ashurau:0:6008C7:81:002:Invincibility PL1
ashurau:0:600933:07:000:Maximum fire power PL1
ashurau:0:60092B:00:000:Always have Red Weapon PL1
ashurau:0:60092B:01:000:Always have Green Weapon PL1
ashurau:0:60092B:02:000:Always have Blue Weapon PL1
ashurau:0:60092B:03:000:Always have Yellow Weapon PL1
ashurau:0:60092B:04:000:Always have Special WeaponPL1
ashurau:0:60092F:00:000:Always have ashurau Bomb PL1
ashurau:0:60092F:01:000:Always have FireWave Bomb PL1
ashurau:0:60092F:02:000:Always have A. Flash Bomb PL1
ashurau:0:60092F:03:000:Always have S. Beam Bomb PL1
ashurau:0:60092B:00:001:Get Red Weapon Now! PL1
ashurau:0:60092B:01:001:Get Green Weapon Now! PL1
ashurau:0:60092B:02:001:Get Blue Weapon Now! PL1
ashurau:0:60092B:03:001:Get Yellow Weapon Now! PL1
ashurau:0:60092B:04:001:Get Special Weapon Now! PL1
ashurau:0:60092F:00:001:Get ashurau Bomb Now! PL1
ashurau:0:60092F:01:001:Get FireWave Bomb Now! PL1
ashurau:0:60092F:02:001:Get A. Flash Bomb Now! PL1
ashurau:0:60092F:03:001:Get S. Beam Bomb Now! PL1
ashurau:0:6019F1:09:000:Infinite Lives PL2
ashurau:0:6019F5:0A:000:Infinite Bombs PL2
ashurau:0:600907:81:002:Invincibility PL2
ashurau:0:600935:07:000:Maximum fire power PL2
ashurau:0:60092D:00:000:Always have Red Weapon PL2
ashurau:0:60092D:01:000:Always have Green Weapon PL2
ashurau:0:60092D:02:000:Always have Blue Weapon PL2
ashurau:0:60092D:03:000:Always have Yellow Weapon PL2
ashurau:0:60092D:04:000:Always have Special WeaponPL2
ashurau:0:600931:00:000:Always have ashurau Bomb PL2
ashurau:0:600931:01:000:Always have FireWave Bomb PL2
ashurau:0:600931:02:000:Always have A. Flash Bomb PL2
ashurau:0:600931:03:000:Always have S. Beam Bomb PL2
ashurau:0:60092D:00:001:Get Red Weapon Now! PL2
ashurau:0:60092D:01:001:Get Green Weapon Now! PL2
ashurau:0:60092D:02:001:Get Blue Weapon Now! PL2
ashurau:0:60092D:03:001:Get Yellow Weapon Now! PL2
ashurau:0:60092D:04:001:Get Special Weapon Now! PL2
ashurau:0:600931:00:001:Get ashurau Bomb Now! PL2
ashurau:0:600931:01:001:Get FireWave Bomb Now! PL2
ashurau:0:600931:02:001:Get A. Flash Bomb Now! PL2
ashurau:0:600931:03:001:Get S. Beam Bomb Now! PL2
; [ ASO - Armored Scrum Object ]
aso:0:E774:99:000:Infinite Credits
aso:0:DCD5:00:000:Invincibility
aso:0:DCEB:09:000:Infinite Lives PL1
aso:0:DD23:03:000:Infinite Continues PL1:If continue play is available
aso:0:DD07:19:000:Maximum Energy PL1
aso:0:DD08:19:500:Maximum Energy PL1 (2/2)
aso:0:DD01:30:020:Maximum Speed PL1
aso:0:DD01:0C:020:Maximum Fire Power PL1
aso:0:DD01:03:020:Maximum Missiles PL1
aso:0:DD4F:09:000:Infinite Lives PL2
aso:0:DD87:03:000:Infinite Continues PL2:If continue play is available
aso:0:DD6B:19:000:Maximum Energy PL2
aso:0:DD6C:19:500:Maximum Energy PL2 (2/2)
aso:0:DD65:30:020:Maximum Speed PL2
aso:0:DD65:0C:020:Maximum Fire Power PL2
aso:0:DD65:03:020:Maximum Missiles PL2
; [ Assault ]
assault:0:100023:09:000:Infinite Credits
assault:0:10012F:99:007:Infinite Time
assault:0:10010F:15:000:Infinite Lives
assault:0:100117:00:000:Invincibility (Buggy):Turn OFF to be able to finish the Stage
assault:0:100302:59:500:Invincibility (Buggy) (2/3)
assault:0:100303:F2:500:Invincibility (Buggy) (3/3)
assault:0:100133:90:000:Enemies never shoot
assault:0:10012B:05:000:Infinite Jumps (buggy?)
; [ Assault (Japan) ]
assaultj:0:100023:63:000:Infinite Credits
assaultj:0:10012F:99:007:Infinite Time
assaultj:0:10010F:15:000:Infinite Lives
assaultj:0:100117:00:000:Invincibility (Buggy):Turn OFF to be able to finish the Stage
assaultj:0:100302:57:500:Invincibility (Buggy) (2/3)
assaultj:0:100303:EC:500:Invincibility (Buggy) (3/3)
assaultj:0:100133:90:000:Enemies never shoot
assaultj:0:10012B:05:000:Infinite Jumps (buggy?)
; [ Assault Plus (Japan) ]
assaultp:0:100023:63:000:Infinite Credits
assaultp:0:10012F:99:007:Infinite Time
assaultp:0:10010F:15:000:Infinite Lives
assaultp:0:100117:00:000:Invincibility (Buggy) (Buggy):Turn OFF to be able to finish the Stage
assaultp:0:100302:56:500:Invincibility (Buggy) (2/3)
assaultp:0:100303:DC:500:Invincibility (Buggy) (3/3)
assaultp:0:100133:90:000:Enemies never shoot
assaultp:0:10012B:05:000:Infinite Jumps (buggy?)
; [ Asteroids Deluxe (rev 1) ]
astdelu1:0:0093:3F:000:Infinite Credits
astdelu1:0:02EF:FF:000:Infinite Shield
astdelu1:0:0219:01:000:Invincibility
astdelu1:0:02EB:00:500:Invincibility (2/2)
astdelu1:0:02E8:FF:000:No UFOs at all
astdelu1:0:02E8:01:002:Lots of UFOs
astdelu1:0:006F:06:000:Infinite Lives PL1
astdelu1:0:0070:06:000:Infinite Lives PL2
; [ Asteroids Deluxe (rev 2) ]
astdelux:0:008C:3F:000:Infinite Credits
astdelux:0:02EF:FF:000:Infinite Shield
astdelux:0:0219:01:000:Invincibility
astdelux:0:02EB:00:500:Invincibility (2/2)
astdelux:0:02E8:FF:000:No UFOs at all
astdelux:0:02E8:01:002:Lots of UFOs
astdelux:0:006F:06:000:Infinite Lives PL1
astdelux:0:0070:06:000:Infinite Lives PL2
; [ Asterix (World ver. EAD) ]
asterix:0:104604:08:000:Infinite Lives PL1
asterix:0:104605:0D:000:Infinite Energy PL1
asterix:0:104624:08:000:Infinite Lives PL2
asterix:0:104625:0D:000:Infinite Energy PL2
; [ Asteroids (rev 1) ]
asteroi1:0:006F:FF:000:Infinite Credits
asteroi1:0:021B:01:000:Invincibility
asteroi1:0:02FA:00:500:Invincibility (2/2)
asteroi1:0:02F7:FF:000:No UFOs at all
asteroi1:0:02F7:01:002:Lots of UFOs
asteroi1:0:0056:05:000:Infinite Lives PL1
asteroi1:0:0057:05:000:Infinite Lives PL2
; [ Asteroids (bootleg on Lunar Lander hardware) ]
asteroib:0:0070:FF:000:Infinite Credits
asteroib:0:021B:01:000:Invincibility
asteroib:0:02FA:00:500:Invincibility (2/2)
asteroib:0:02F7:FF:000:No UFOs at all
asteroib:0:02F7:01:002:Lots of UFOs
asteroib:0:0057:05:000:Infinite Lives PL1
asteroib:0:0058:05:000:Infinite Lives PL2
; [ Asteroids (rev 2) ]
asteroid:0:0070:FF:000:Infinite Credits
asteroid:0:021B:01:000:Invincibility
asteroid:0:02FA:00:500:Invincibility (2/2)
asteroid:0:02F7:FF:000:No UFOs at all
asteroid:0:02F7:01:002:Lots of UFOs
asteroid:0:0057:05:000:Infinite Lives PL1
asteroid:0:0058:05:000:Infinite Lives PL2
; [ Astro Invader ]
astinvad:0:1F9D:99:000:Infinite Credits
astinvad:0:1D01:08:000:Infinite Lives
astinvad:0:1CD8:00:000:Invincibility
; [ Alien Storm ]
astorm:0:000000:00:999:[Invincibility only works ]
astorm:0:000000:00:999:[for the following missions ]
astorm:0:000000:00:999:[ 1-1, 2-1, 2-3, 3-1, 3-5, ]
astorm:0:000000:00:999:[ 3-7, 4-1, 4-5, 5-1, 5-2, ]
astorm:0:000000:00:999:[ 5-4, 6-1, 6-2, 6-4, 6-5. ]
astorm:0:FFE00D:30:000:Infinite Life PL1
astorm:0:FFE00E:80:000:Infinite Energy PL1
astorm:0:FFC061:78:000:Invincibility PL1
astorm:0:FFE031:00:000:No delay for extra weapon PL1
astorm:0:FFE08D:30:000:Infinite Life PL2
astorm:0:FFE08E:80:000:Infinite Energy PL2
astorm:0:FFC461:78:000:Invincibility PL2
astorm:0:FFE0B1:00:000:No delay for extra weapon PL2
astorm:0:FFE10D:30:000:Infinite Life PL3
astorm:0:FFE10E:80:000:Infinite Energy PL3
astorm:0:FFC861:78:000:Invincibility PL3
astorm:0:FFE131:00:000:No delay for extra weapon PL3
; [ Alien Storm (2 Player) ]
astorm2p:0:000000:00:999:[Invincibility only works ]
astorm2p:0:000000:00:999:[for the following missions ]
astorm2p:0:000000:00:999:[ 1-1, 2-1, 2-3, 3-1, 3-5, ]
astorm2p:0:000000:00:999:[ 3-7, 4-1, 4-5, 5-1, 5-2, ]
astorm2p:0:000000:00:999:[ 5-4, 6-1, 6-2, 6-4, 6-5. ]
astorm2p:0:FFE00D:30:000:Infinite Life PL1
astorm2p:0:FFE00E:80:000:Infinite Energy PL1
astorm2p:0:FFC061:78:000:Invincibility PL1
astorm2p:0:FFE031:00:000:No delay for extra weapon PL1
astorm2p:0:FFE08D:30:000:Infinite Life PL2
astorm2p:0:FFE08E:80:000:Infinite Energy PL2
astorm2p:0:FFC461:78:000:Invincibility PL2
astorm2p:0:FFE0B1:00:000:No delay for extra weapon PL2
; [ Alien Storm (bootleg) ]
astormbl:0:000000:00:999:[Invincibility only works ]
astormbl:0:000000:00:999:[for the following missions ]
astormbl:0:000000:00:999:[ 1-1, 2-1, 2-3, 3-1, 3-5, ]
astormbl:0:000000:00:999:[ 3-7, 4-1, 4-5, 5-1, 5-2, ]
astormbl:0:000000:00:999:[ 5-4, 6-1, 6-2, 6-4, 6-5. ]
astormbl:0:FFE00D:30:000:Infinite Life PL1
astormbl:0:FFE00E:80:000:Infinite Energy PL1
astormbl:0:FFC061:78:000:Invincibility PL1
astormbl:0:FFE031:00:000:No delay for extra weapon PL1
astormbl:0:FFE08D:30:000:Infinite Life PL2
astormbl:0:FFE08E:80:000:Infinite Energy PL2
astormbl:0:FFC461:78:000:Invincibility PL2
astormbl:0:FFE0B1:00:000:No delay for extra weapon PL2
astormbl:0:FFE10D:30:000:Infinite Life PL3
astormbl:0:FFE10E:80:000:Infinite Energy PL3
astormbl:0:FFC861:78:000:Invincibility PL3
astormbl:0:FFE131:00:000:No delay for extra weapon PL3
; [ Astro Blaster (version 3) ]
astrob:0:CCEE:1A:000:Infinite Lives PL1
astrob:0:CCEF:1A:000:Infinite Lives PL2
astrob:0:CCDC:FF:000:Infinite Fuel
astrob:0:CC7C:00:000:Invincibility
astrob:0:CD4A:05:000:Laser never overheats
astrob:0:CD4A:00:000:Anti-Firing Overheater
astrob:0:CCF3:FF:000:Warp always available
; [ Astro Blaster (version 1) ]
astrob1:0:CCEE:1A:000:Infinite Lives PL1
astrob1:0:CCEF:1A:000:Infinite Lives PL2
astrob1:0:CCDC:FF:000:Infinite Fuel
astrob1:0:CC7C:00:000:Invincibility
astrob1:0:CD4A:05:000:Laser never overheats
astrob1:0:CD4A:00:000:Anti-Firing Overheater
astrob1:0:CCF3:FF:000:Warp always available
; [ Astro Blaster (version 2) ]
astrob2:0:CCEE:1A:000:Infinite Lives PL1
astrob2:0:CCEF:1A:000:Infinite Lives PL2
astrob2:0:CCDC:FF:000:Infinite Fuel
astrob2:0:CC7C:00:000:Invincibility
astrob2:0:CD4A:05:000:Laser never overheats
astrob2:0:CD4A:00:000:Anti-Firing Overheater
astrob2:0:CCF3:FF:000:Warp always available
; [ Astro Fighter (set 1) ]
astrof:0:0095:09:000:Infinite Lives PL1
astrof:0:0096:09:000:Infinite Lives PL2
astrof:0:0012:00:000:Invincibility
; [ Astro Fighter (set 2) ]
astrof2:0:0095:05:000:Infinite Lives PL1
astrof2:0:0096:05:000:Infinite Lives PL2
astrof2:0:0012:00:000:Invincibility
; [ Astro Fighter (set 3) ]
astrof3:0:0095:05:000:Infinite Lives PL1
astrof3:0:0096:05:000:Infinite Lives PL2
astrof3:0:0012:00:000:Invincibility
; [ Astro Flash (Japan) ]
astrofl:0:C000:09:000:Infinite Credits
astrofl:0:C128:05:000:Infinite Lives
astrofl:0:C107:00:000:Infinite Pow
astrofl:0:C108:04:500:Infinite Pow (2/2)
astrofl:0:F3A7:00:000:Invincibility
; [ Asterix (World ver. EAA) ]
astrxeaa:0:104604:08:000:Infinite Lives PL1
astrxeaa:0:104605:0D:000:Infinite Energy PL1
astrxeaa:0:104624:08:000:Infinite Lives PL2
astrxeaa:0:104625:0D:000:Infinite Energy PL2
; [ Asterix (World ver. EAC) ]
astrxeac:0:104604:08:000:Infinite Lives PL1
astrxeac:0:104605:0D:000:Infinite Energy PL1
astrxeac:0:104624:08:000:Infinite Lives PL2
astrxeac:0:104625:0D:000:Infinite Energy PL2
; [ Astyanax, The ]
astyanax:0:FF883F:09:000:Infinite Credits
astyanax:0:000000:00:999:[Always have Shield cheats ]
astyanax:0:000000:00:999:[should be enabled on the ]
astyanax:0:000000:00:999:[title screen or it won't ]
astyanax:0:000000:00:999:[display until you've lost a]
astyanax:0:000000:00:999:[life!! ]
astyanax:0:FFFB72:01:000:Infinite Time
astyanax:0:FFFB73:99:500:Infinite Time (2/2)
astyanax:0:FF8881:06:000:Infinite Lives PL1
astyanax:0:FFD2B5:40:000:Infinite Energy PL1
astyanax:0:FFD2B7:01:000:Invincibility 'ON' PL1
astyanax:0:FFD290:40:540:Invincibility 'ON' PL1 (2/2)
astyanax:0:FFD2B7:01:001:Invincibility 'OFF' PL1
astyanax:0:FFD290:40:521:Invincibility 'OFF' PL1 (2/2)
astyanax:0:FF8897:3C:000:Maximum fire power PL1
astyanax:0:FF88AD:0B:000:Maximum magic power PL1
astyanax:0:FFD31D:03:000:Infinite Shield PL1:Seems to be buggy!
astyanax:0:FF8889:01:000:Always have Shield PL1
astyanax:0:FF8889:01:001:Get Shield Now! PL1
astyanax:0:FF88C9:06:000:Infinite Lives PL2
astyanax:0:FFD435:40:000:Infinite Energy PL2
astyanax:0:FFD437:01:000:Invincibility 'ON' PL2
astyanax:0:FFD410:40:540:Invincibility 'ON' PL2 (2/2)
astyanax:0:FFD437:01:001:Invincibility 'OFF' PL2
astyanax:0:FFD410:40:521:Invincibility 'OFF' PL2 (2/2)
astyanax:0:FF88DF:3C:000:Maximum fire power PL2
astyanax:0:FF88F5:0B:000:Maximum magic power PL2
astyanax:0:FFD49D:03:000:Infinite Shield PL2:Seems to be buggy!
astyanax:0:FF81BF:01:000:Always have Shield PL2
astyanax:0:FF81BF:01:001:Get Shield Now! PL2
; [ Asuka & Asuka (Japan) ]
asuka:0:103613:09:000:Infinite Credits
asuka:0:102694:01:001:Kill Boss with One Hit Now!
asuka:0:1033D9:03:000:Infinite Lives PL1
asuka:0:103417:05:000:Infinite Bombs PL1
asuka:0:1033EB:05:000:Always Maximum Fire Power PL1
asuka:0:1034C7:78:000:Invincibility "ON" PL1
asuka:0:1034C7:01:001:Invincibility "OFF" PL1
asuka:0:103561:01:000:Always have Missiles PL1
asuka:0:103561:02:000:Always have Laser PL1
asuka:0:103561:03:000:Always have Beam PL1
asuka:0:103561:01:001:Get Missiles Now! PL1
asuka:0:103561:02:001:Get Laser Now! PL1
asuka:0:103561:03:001:Get Beam Now! PL1
asuka:0:1033DB:03:000:Infinite Lives PL2
asuka:0:103419:05:000:Infinite Bombs PL2
asuka:0:1033ED:05:000:Always Maximum Fire Power PL2
asuka:0:1034C9:78:000:Invincibility "ON" PL2
asuka:0:1034C9:01:001:Invincibility "OFF" PL2
asuka:0:103563:01:000:Always have Missiles PL2
asuka:0:103563:02:000:Always have Laser PL2
asuka:0:103563:03:000:Always have Beam PL2
asuka:0:103563:01:001:Get Missiles Now! PL2
asuka:0:103563:02:001:Get Laser Now! PL2
asuka:0:103563:03:001:Get Beam Now! PL2
; [ Atari Football (revision 2) ]
atarifb:0:005B:59:000:Infinite Time
; [ Atari Football (revision 1) ]
atarifb1:0:005B:59:000:Infinite Time
; [ Atari Football (4 players) ]
atarifb4:0:005B:59:000:Infinite Time
; [ Ataxx (set 1) ]
ataxx:0:E641:0E:000:Infinite Time (Red)
ataxx:0:E642:27:500:Infinite Time (Red) (2/2)
ataxx:0:E62B:00:001:Win this game Now! (Red)
ataxx:0:E62A:09:501:Win this game Now! (Red) (2/2)
ataxx:0:E645:0E:000:Infinite Time (Blue)
ataxx:0:E646:27:500:Infinite Time (Blue) (2/2)
ataxx:0:E62A:00:001:Win this game Now! (Blue)
ataxx:0:E62B:09:501:Win this game Now! (Blue) (2/2)
; [ Ataxx (set 2) ]
ataxxa:0:E6D2:0E:000:Infinite Time (Red)
ataxxa:0:E6D3:27:500:Infinite Time (Red) (2/2)
ataxxa:0:E6A6:00:001:Win this game Now! (Red)
ataxxa:0:E6A5:09:501:Win this game Now! (Red) (2/2)
ataxxa:0:E6D6:0E:000:Infinite Time (Blue)
ataxxa:0:E6D7:27:500:Infinite Time (Blue) (2/2)
ataxxa:0:E6A5:00:001:Win this game Now! (Blue)
ataxxa:0:E6A6:09:501:Win this game Now! (Blue)
; [ Ataxx (Japan) ]
ataxxj:0:E6D9:0E:000:Infinite Time (Red)
ataxxj:0:E6DA:27:500:Infinite Time (Red) (2/2)
ataxxj:0:E6A6:00:001:Win this game Now! (Red)
ataxxj:0:E6A5:09:501:Win this game Now! (Red) (2/2)
ataxxj:0:E6DD:0E:000:Infinite Time (Blue)
ataxxj:0:E6DE:27:500:Infinite Time (Blue) (2/2)
ataxxj:0:E6A5:00:001:Win this game Now! (Blue)
ataxxj:0:E6A6:09:501:Win this game Now! (Blue)
; [ Athena no Hatena ? ]
atehate:0:906029:09:000:Infinite Credits
atehate:0:90301B:06:000:Infinite Vitality PL1
atehate:0:90309B:06:000:Infinite Vitality PL2
atehate:0:000000:00:999:[Watch out for these values ]
atehate:0:000000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
atehate:0:9099F8:00:998:Watch me for good answer
atehate:0:9067CD:01:001:Good answer ends quiz Now!
; [ Tetris (Cocktail set 2) ]
atetckt2:0:00C1:09:000:Infinite Credits
atetckt2:0:0030:30:001:Finish This Level PL1
atetckt2:0:0031:30:501:Finish This Level PL1 (2/2)
atetckt2:0:0032:30:001:Finish This Level PL2
atetckt2:0:0033:30:501:Finish This Level PL2 (2/2)
atetckt2:0:008D:01:000:Always Red Shape PL1
atetckt2:0:008D:02:000:Always Green Shape PL1
atetckt2:0:008D:03:000:Always Dark Blue Shape PL1
atetckt2:0:008D:04:000:Always Yellow Shape PL1
atetckt2:0:008D:05:000:Always Purple Shape PL1
atetckt2:0:008D:06:000:Always Light Blue Shape PL1
atetckt2:0:008D:07:000:Always Orange Shape PL1
atetckt2:0:008E:01:000:Always Red Shape PL2
atetckt2:0:008E:02:000:Always Green Shape PL2
atetckt2:0:008E:03:000:Always Dark Blue Shape PL2
atetckt2:0:008E:04:000:Always Yellow Shape PL2
atetckt2:0:008E:05:000:Always Purple Shape PL2
atetckt2:0:008E:06:000:Always Light Blue Shape PL2
atetckt2:0:008E:07:000:Always Orange Shape PL2
atetckt2:0:008D:01:001:Red Shape Next PL1
atetckt2:0:008D:02:001:Green Shape Next PL1
atetckt2:0:008D:03:001:Dark Blue Shape Next PL1
atetckt2:0:008D:04:001:Yellow Shape Next PL1
atetckt2:0:008D:05:001:Purple Shape Next PL1
atetckt2:0:008D:06:001:Light Blue Shape Next PL1
atetckt2:0:008D:07:001:Orange Shape Next PL1
atetckt2:0:008E:01:001:Red Shape Next PL2
atetckt2:0:008E:02:001:Green Shape Next PL2
atetckt2:0:008E:03:001:Dark Blue Shape Next PL2
atetckt2:0:008E:04:001:Yellow Shape Next PL2
atetckt2:0:008E:05:001:Purple Shape Next PL2
atetckt2:0:008E:06:001:Light Blue Shape Next PL2
atetckt2:0:008E:07:001:Orange Shape Next PL2
; [ Tetris (Cocktail set 1) ]
atetcktl:0:00C1:09:000:Infinite Credits
atetcktl:0:0030:30:001:Finish This Level PL1
atetcktl:0:0031:30:501:Finish This Level PL1 (2/2)
atetcktl:0:0032:30:001:Finish This Level PL2
atetcktl:0:0033:30:501:Finish This Level PL2 (2/2)
atetcktl:0:008D:01:000:Always Red Shape PL1
atetcktl:0:008D:02:000:Always Green Shape PL1
atetcktl:0:008D:03:000:Always Dark Blue Shape PL1
atetcktl:0:008D:04:000:Always Yellow Shape PL1
atetcktl:0:008D:05:000:Always Purple Shape PL1
atetcktl:0:008D:06:000:Always Light Blue Shape PL1
atetcktl:0:008D:07:000:Always Orange Shape PL1
atetcktl:0:008E:01:000:Always Red Shape PL2
atetcktl:0:008E:02:000:Always Green Shape PL2
atetcktl:0:008E:03:000:Always Dark Blue Shape PL2
atetcktl:0:008E:04:000:Always Yellow Shape PL2
atetcktl:0:008E:05:000:Always Purple Shape PL2
atetcktl:0:008E:06:000:Always Light Blue Shape PL2
atetcktl:0:008E:07:000:Always Orange Shape PL2
atetcktl:0:008D:01:001:Red Shape Next PL1
atetcktl:0:008D:02:001:Green Shape Next PL1
atetcktl:0:008D:03:001:Dark Blue Shape Next PL1
atetcktl:0:008D:04:001:Yellow Shape Next PL1
atetcktl:0:008D:05:001:Purple Shape Next PL1
atetcktl:0:008D:06:001:Light Blue Shape Next PL1
atetcktl:0:008D:07:001:Orange Shape Next PL1
atetcktl:0:008E:01:001:Red Shape Next PL2
atetcktl:0:008E:02:001:Green Shape Next PL2
atetcktl:0:008E:03:001:Dark Blue Shape Next PL2
atetcktl:0:008E:04:001:Yellow Shape Next PL2
atetcktl:0:008E:05:001:Purple Shape Next PL2
atetcktl:0:008E:06:001:Light Blue Shape Next PL2
atetcktl:0:008E:07:001:Orange Shape Next PL2
; [ Tetris (set 1) ]
atetris:0:00C1:09:000:Infinite Credits
atetris:0:0030:30:001:Finish This Level PL1
atetris:0:0031:30:501:Finish This Level PL1 (2/2)
atetris:0:0032:30:001:Finish This Level PL2
atetris:0:0033:30:501:Finish This Level PL2 (2/2)
atetris:0:008D:01:000:Always Red Shape PL1
atetris:0:008D:02:000:Always Green Shape PL1
atetris:0:008D:03:000:Always Dark Blue Shape PL1
atetris:0:008D:04:000:Always Yellow Shape PL1
atetris:0:008D:05:000:Always Purple Shape PL1
atetris:0:008D:06:000:Always Light Blue Shape PL1
atetris:0:008D:07:000:Always Orange Shape PL1
atetris:0:008E:01:000:Always Red Shape PL2
atetris:0:008E:02:000:Always Green Shape PL2
atetris:0:008E:03:000:Always Dark Blue Shape PL2
atetris:0:008E:04:000:Always Yellow Shape PL2
atetris:0:008E:05:000:Always Purple Shape PL2
atetris:0:008E:06:000:Always Light Blue Shape PL2
atetris:0:008E:07:000:Always Orange Shape PL2
atetris:0:008D:01:001:Red Shape Next PL1
atetris:0:008D:02:001:Green Shape Next PL1
atetris:0:008D:03:001:Dark Blue Shape Next PL1
atetris:0:008D:04:001:Yellow Shape Next PL1
atetris:0:008D:05:001:Purple Shape Next PL1
atetris:0:008D:06:001:Light Blue Shape Next PL1
atetris:0:008D:07:001:Orange Shape Next PL1
atetris:0:008E:01:001:Red Shape Next PL2
atetris:0:008E:02:001:Green Shape Next PL2
atetris:0:008E:03:001:Dark Blue Shape Next PL2
atetris:0:008E:04:001:Yellow Shape Next PL2
atetris:0:008E:05:001:Purple Shape Next PL2
atetris:0:008E:06:001:Light Blue Shape Next PL2
atetris:0:008E:07:001:Orange Shape Next PL2
; [ Tetris (set 2) ]
atetrisa:0:00C1:09:000:Infinite Credits
atetrisa:0:0030:30:001:Finish This Level PL1
atetrisa:0:0031:30:501:Finish This Level PL1 (2/2)
atetrisa:0:0032:30:001:Finish This Level PL2
atetrisa:0:0033:30:501:Finish This Level PL2 (2/2)
atetrisa:0:008D:01:000:Always Red Shape PL1
atetrisa:0:008D:02:000:Always Green Shape PL1
atetrisa:0:008D:03:000:Always Dark Blue Shape PL1
atetrisa:0:008D:04:000:Always Yellow Shape PL1
atetrisa:0:008D:05:000:Always Purple Shape PL1
atetrisa:0:008D:06:000:Always Light Blue Shape PL1
atetrisa:0:008D:07:000:Always Orange Shape PL1
atetrisa:0:008E:01:000:Always Red Shape PL2
atetrisa:0:008E:02:000:Always Green Shape PL2
atetrisa:0:008E:03:000:Always Dark Blue Shape PL2
atetrisa:0:008E:04:000:Always Yellow Shape PL2
atetrisa:0:008E:05:000:Always Purple Shape PL2
atetrisa:0:008E:06:000:Always Light Blue Shape PL2
atetrisa:0:008E:07:000:Always Orange Shape PL2
atetrisa:0:008D:01:001:Red Shape Next PL1
atetrisa:0:008D:02:001:Green Shape Next PL1
atetrisa:0:008D:03:001:Dark Blue Shape Next PL1
atetrisa:0:008D:04:001:Yellow Shape Next PL1
atetrisa:0:008D:05:001:Purple Shape Next PL1
atetrisa:0:008D:06:001:Light Blue Shape Next PL1
atetrisa:0:008D:07:001:Orange Shape Next PL1
atetrisa:0:008E:01:001:Red Shape Next PL2
atetrisa:0:008E:02:001:Green Shape Next PL2
atetrisa:0:008E:03:001:Dark Blue Shape Next PL2
atetrisa:0:008E:04:001:Yellow Shape Next PL2
atetrisa:0:008E:05:001:Purple Shape Next PL2
atetrisa:0:008E:06:001:Light Blue Shape Next PL2
atetrisa:0:008E:07:001:Orange Shape Next PL2
; [ Tetris (bootleg) ]
atetrisb:0:00C1:09:000:Infinite Credits
atetrisb:0:0030:30:001:Finish This Level PL1
atetrisb:0:0031:30:501:Finish This Level PL1 (2/2)
atetrisb:0:0032:30:001:Finish This Level PL2
atetrisb:0:0033:30:501:Finish This Level PL2 (2/2)
atetrisb:0:008D:01:000:Always Red Shape PL1
atetrisb:0:008D:02:000:Always Green Shape PL1
atetrisb:0:008D:03:000:Always Dark Blue Shape PL1
atetrisb:0:008D:04:000:Always Yellow Shape PL1
atetrisb:0:008D:05:000:Always Purple Shape PL1
atetrisb:0:008D:06:000:Always Light Blue Shape PL1
atetrisb:0:008D:07:000:Always Orange Shape PL1
atetrisb:0:008E:01:000:Always Red Shape PL2
atetrisb:0:008E:02:000:Always Green Shape PL2
atetrisb:0:008E:03:000:Always Dark Blue Shape PL2
atetrisb:0:008E:04:000:Always Yellow Shape PL2
atetrisb:0:008E:05:000:Always Purple Shape PL2
atetrisb:0:008E:06:000:Always Light Blue Shape PL2
atetrisb:0:008E:07:000:Always Orange Shape PL2
atetrisb:0:008D:01:001:Red Shape Next PL1
atetrisb:0:008D:02:001:Green Shape Next PL1
atetrisb:0:008D:03:001:Dark Blue Shape Next PL1
atetrisb:0:008D:04:001:Yellow Shape Next PL1
atetrisb:0:008D:05:001:Purple Shape Next PL1
atetrisb:0:008D:06:001:Light Blue Shape Next PL1
atetrisb:0:008D:07:001:Orange Shape Next PL1
atetrisb:0:008E:01:001:Red Shape Next PL2
atetrisb:0:008E:02:001:Green Shape Next PL2
atetrisb:0:008E:03:001:Dark Blue Shape Next PL2
atetrisb:0:008E:04:001:Yellow Shape Next PL2
atetrisb:0:008E:05:001:Purple Shape Next PL2
atetrisb:0:008E:06:001:Light Blue Shape Next PL2
atetrisb:0:008E:07:001:Orange Shape Next PL2
; [ Athena ]
athena:0:D7F1:99:000:Infinite Credits
athena:0:FE1C:59:000:Infinite Time
athena:0:FD2F:03:000:Infinite Lives PL1
athena:0:FD17:0C:000:Infinite Energy PL1
athena:0:FD18:0C:000:Infinite Strength PL1
athena:0:FD16:01:000:Invincibility PL1
athena:0:FD93:03:000:Infinite Lives PL2
athena:0:FD7B:0C:000:Infinite Energy PL2
athena:0:FD7C:0C:000:Infinite Strength PL2
athena:0:FD7A:01:000:Invincibility PL2
athena:0:FD38:20:000:Always have Bat
athena:0:FD3A:23:500:Always have Bat (2/2)
athena:0:FD38:24:000:Always have Hammer
athena:0:FD3A:27:500:Always have Hammer (2/2)
athena:0:FD38:34:000:Always have Crossbow
athena:0:FD3A:37:500:Always have Crossbow (2/2)
athena:0:FD38:18:000:Always have Red Sword
athena:0:FD3A:1B:500:Always have Red Sword (2/2)
athena:0:FD38:28:000:Always have Mace
athena:0:FD3A:2B:500:Always have Mace (2/2)
athena:0:FD38:1C:000:Always have FlamingSword
athena:0:FD3A:1C:500:Always have FlamingSword(2/2)
athena:0:FD38:20:001:Get Bat Now!
athena:0:FD3A:23:501:Get Bat Now! (2/2)
athena:0:FD38:24:001:Get Hammer Now!
athena:0:FD3A:27:501:Get Hammer Now! (2/2)
athena:0:FD38:34:001:Get Crossbow Now!
athena:0:FD3A:37:501:Get Crossbow Now! (2/2)
athena:0:FD38:18:001:Get Red Sword Now!
athena:0:FD3A:1B:501:Get Red Sword Now! (2/2)
athena:0:FD38:28:001:Get Mace Now!
athena:0:FD3A:2B:501:Get Mace Now! (2/2)
athena:0:FD38:1C:001:Get Flaming Sword Now!
athena:0:FD3A:1C:501:Get Flaming Sword Now! (2/2)
; [ Battle of Atlantis (set 1) ]
atlantis:0:4033:99:000:Infinite Credits
atlantis:0:058D:00:100:Invincibility?
atlantis:0:0567:C9:100:Invincibility
atlantis:0:039D:C9:100:Invincibility
atlantis:0:03D4:00:100:Invincibility NEW
atlantis:0:03D5:00:100:Invincibility NEW
atlantis:0:03D6:00:100:Invincibility NEW
atlantis:0:4022:06:000:Infinite Lives PL1
atlantis:0:4025:06:000:Infinite Lives PL2
atlantis:0:401A:64:000:Invincibility
atlantis:0:4076:28:500:Invincibility (2/8)
atlantis:0:4078:04:500:Invincibility (3/8)
atlantis:0:43F2:2C:500:Invincibility (4/8)
atlantis:0:43F3:40:500:Invincibility (5/8)
atlantis:0:43FD:04:500:Invincibility (6/8)
atlantis:0:5041:28:500:Invincibility (7/8)
atlantis:0:5042:00:500:Invincibility (8/8)
; [ Battle of Atlantis (set 2) ]
atlants2:0:4035:99:000:Infinite Credits
atlants2:0:4024:06:000:Infinite Lives PL1
atlants2:0:4027:06:000:Infinite Lives PL2
; [ Atomic Point ]
atomicp:0:FFDAFE:09:000:Infinite Credits
atomicp:0:FFDBA6:00:000:Infinite Time PL1
atomicp:0:FFDB80:62:001:Go to level 99 PL1:Use on "level select" screen
atomicp:0:FFDB80:62:061:Select next level PL1
atomicp:0:FFDB81:00:000:Difficulty always set = 0 PL1
atomicp:0:FFDBAE:80:000:Always "power" PL1
atomicp:0:FFDB81:00:001:Set Difficulty to 0 Now! PL1
atomicp:0:FFDBAE:80:001:Get "power" Now! PL1
atomicp:0:FFDC50:00:000:Infinite Time PL2
atomicp:0:FFDC2A:62:001:Go to level 99 PL2:Use on "level select" screen
atomicp:0:FFDC2A:62:061:Select next level PL2
atomicp:0:FFDC2B:00:000:Difficulty always set = 0 PL2
atomicp:0:FFDC58:80:000:Always "power" PL2
atomicp:0:FFDC2B:00:001:Set Difficulty to 0 Now! PL2
atomicp:0:FFDC58:80:001:Get "power" Now! PL2
; [ New Atomic Punk - Global Quest (US) ]
atompunk:0:A0C1A:09:000:Infinite Time
atompunk:0:A0C19:99:500:Infinite Time (2/2)
atompunk:0:A3902:00:001:Finish this Level Now!:To be used "Normal Mode" only
atompunk:0:A0055:99:000:Infinite Credits PL1
atompunk:0:A0BB3:09:000:Infinite Lives PL1
atompunk:0:A0BB4:03:000:Maximum Speed PL1
atompunk:0:A0BB6:07:000:Maximum Flame Length PL1
atompunk:0:A0BB8:08:000:Maximum Bombs PL1
atompunk:0:A0BBA:99:000:Maximum Extra Bombs PL1
atompunk:0:A1128:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only
atompunk:0:A1128:20:041:Invincibility "OFF" PL1
atompunk:0:A0BB9:00:000:Always have Normal Bombs PL1
atompunk:0:A0BB9:01:000:Always have Manual Bombs PL1
atompunk:0:A0BB9:02:000:Always have Split Bombs PL1
atompunk:0:A0BB9:00:001:Get Normal Bombs Now! PL1
atompunk:0:A0BB9:01:001:Get Manual Bombs Now! PL1
atompunk:0:A0BB9:02:001:Get Split Bombs Now! PL1
atompunk:0:A0056:99:000:Infinite Credits PL2
atompunk:0:A0BC3:09:000:Infinite Lives PL2
atompunk:0:A0BC4:03:000:Maximum Speed PL2
atompunk:0:A0BC6:07:000:Maximum Flame Length PL2
atompunk:0:A0BC8:08:000:Maximum Bombs PL2
atompunk:0:A0BCA:99:000:Maximum Extra Bombs PL2
atompunk:0:A1168:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only
atompunk:0:A1168:20:041:Invincibility "OFF" PL2
atompunk:0:A0BC9:00:000:Always have Normal Bombs PL2
atompunk:0:A0BC9:01:000:Always have Manual Bombs PL2
atompunk:0:A0BC9:02:000:Always have Split Bombs PL2
atompunk:0:A0BC9:00:001:Get Normal Bombs Now! PL2
atompunk:0:A0BC9:01:001:Get Manual Bombs Now! PL2
atompunk:0:A0BC9:02:001:Get Split Bombs Now! PL2
atompunk:0:A0057:99:000:Infinite Credits PL3
atompunk:0:A0BD3:09:000:Infinite Lives PL3
atompunk:0:A0BD4:03:000:Maximum Speed PL3
atompunk:0:A0BD6:07:000:Maximum Flame Length PL3
atompunk:0:A0BD8:08:000:Maximum Bombs PL3
atompunk:0:A0BDA:99:000:Maximum Extra Bombs PL3
atompunk:0:A11A8:20:020:Invincibility "ON" PL3:To be used "Normal Mode" only
atompunk:0:A11A8:20:041:Invincibility "OFF" PL3
atompunk:0:A0BD9:00:000:Always have Normal Bombs PL3
atompunk:0:A0BD9:01:000:Always have Manual Bombs PL3
atompunk:0:A0BD9:02:000:Always have Split Bombs PL3
atompunk:0:A0BD9:00:001:Get Normal Bombs Now! PL3
atompunk:0:A0BD9:01:001:Get Manual Bombs Now! PL3
atompunk:0:A0BD9:02:001:Get Split Bombs Now! PL3
atompunk:0:A0058:99:000:Infinite Credits PL4
atompunk:0:A0BE3:09:000:Infinite Lives PL4
atompunk:0:A0BE4:03:000:Maximum Speed PL4
atompunk:0:A0BE6:07:000:Maximum Flame Length PL4
atompunk:0:A0BE8:08:000:Maximum Bombs PL4
atompunk:0:A0BEA:99:000:Maximum Extra Bombs PL4
atompunk:0:A11E8:20:020:Invincibility "ON" PL4:To be used "Normal Mode" only
atompunk:0:A11E8:20:041:Invincibility "OFF" PL4
atompunk:0:A0BE9:00:000:Always have Normal Bombs PL4
atompunk:0:A0BE9:01:000:Always have Manual Bombs PL4
atompunk:0:A0BE9:02:000:Always have Split Bombs PL4
atompunk:0:A0BE9:00:001:Get Normal Bombs Now! PL4
atompunk:0:A0BE9:01:001:Get Manual Bombs Now! PL4
atompunk:0:A0BE9:02:001:Get Split Bombs Now! PL4
; [ Aurail (set 1) ]
aurail:0:FFFFA6:18:000:Infinite Credits
aurail:0:FFE741:04:000:Infinite Lives
aurail:0:FFE979:FF:000:Infinite Energy
aurail:0:FFC421:00:000:Invincibility
; [ Aurail (set 2) ]
auraila:0:FFFFA6:18:000:Infinite Credits
auraila:0:FFE741:04:000:Infinite Lives
auraila:0:FFE979:FF:000:Infinite Energy
auraila:0:FFC421:00:000:Invincibility
; [ AV2Mahjong No.1 Bay Bridge no Seijo ]
av2mj1:0:0000:00:999:[The winning hand cheat must]
av2mj1:0:0000:00:999:[be activated when there are]
av2mj1:0:0000:00:999:[14 tiles in your hand, then]
av2mj1:0:0000:00:999:[press the RON key . ]
av2mj1:0:0000:00:999:[('Z' by default). The tiles]
av2mj1:0:0000:00:999:[do not visually change ]
av2mj1:0:0000:00:999:[until you make a move. ]
av2mj1:0:FC8B:31:001:Get winning hand Now!
av2mj1:0:FC8C:31:501:Get winning hand Now! (02/14)
av2mj1:0:FC8D:31:501:Get winning hand Now! (03/14)
av2mj1:0:FC8E:32:501:Get winning hand Now! (04/14)
av2mj1:0:FC8F:32:501:Get winning hand Now! (05/14)
av2mj1:0:FC90:32:501:Get winning hand Now! (06/14)
av2mj1:0:FC91:33:501:Get winning hand Now! (07/14)
av2mj1:0:FC92:33:501:Get winning hand Now! (08/14)
av2mj1:0:FC93:33:501:Get winning hand Now! (09/14)
av2mj1:0:FC94:34:501:Get winning hand Now! (10/14)
av2mj1:0:FC95:34:501:Get winning hand Now! (11/14)
av2mj1:0:FC96:34:501:Get winning hand Now! (12/14)
av2mj1:0:FC97:35:501:Get winning hand Now! (13/14)
av2mj1:0:FC98:35:501:Get winning hand Now! (14/14)
av2mj1:0:FC8B:31:000:Always winning hand
av2mj1:0:FC8C:31:500:Always winning hand (02/14)
av2mj1:0:FC8D:31:500:Always winning hand (03/14)
av2mj1:0:FC8E:32:500:Always winning hand (04/14)
av2mj1:0:FC8F:32:500:Always winning hand (05/14)
av2mj1:0:FC90:32:500:Always winning hand (06/14)
av2mj1:0:FC91:33:500:Always winning hand (07/14)
av2mj1:0:FC92:33:500:Always winning hand (08/14)
av2mj1:0:FC93:33:500:Always winning hand (09/14)
av2mj1:0:FC94:34:500:Always winning hand (10/14)
av2mj1:0:FC95:34:500:Always winning hand (11/14)
av2mj1:0:FC96:34:500:Always winning hand (12/14)
av2mj1:0:FC97:35:500:Always winning hand (13/14)
av2mj1:0:FC98:35:500:Always winning hand (14/14)
; [ Avalanche ]
avalnche:0:0075:0F:000:Infinite Credits
avalnche:0:0079:00:000:Infinite Lives
; [ Avengers (US set 2) ]
avenger2:0:C030:99:000:Infinite Credits
avenger2:0:C0EB:9A:000:Infinite Time
avenger2:0:C0EA:09:500:Infinite Time (2/2)
avenger2:0:C0A4:9B:000:Infinite Lives PL1
avenger2:0:C41D:08:000:Infinite Energy PL1
avenger2:0:C400:80:040:Invincibility PL1
avenger2:0:C0A5:9B:000:Infinite Lives PL2
avenger2:0:C43D:08:000:Infinite Energy PL2
avenger2:0:C420:80:040:Invincibility PL2
; [ Avengers (US set 1) ]
avengers:0:C030:99:000:Infinite Credits
avengers:0:C0EB:9A:000:Infinite Time
avengers:0:C0EA:09:500:Infinite Time (2/2)
avengers:0:C0A4:9B:000:Infinite Lives PL1
avengers:0:C41D:08:000:Infinite Energy PL1
avengers:0:C400:80:040:Invincibility PL1
avengers:0:C0A5:9B:000:Infinite Lives PL2
avengers:0:C43D:08:000:Infinite Energy PL2
avengers:0:C420:80:040:Invincibility PL2
; [ Alien vs. Predator (Euro 940520) ]
avsp:0:FF8225:59:000:Infinite Time
avsp:0:FF8471:09:000:Infinite Lives PL1
avsp:0:FF83C1:65:000:Infinite Health PL1
avsp:0:FF840B:00:000:Infinite Special PL1
avsp:0:FF840C:40:500:Infinite Special PL1 (2/2)
avsp:0:FF842F:E4:000:Infinite Super PL1
avsp:0:FF83CC:01:000:Invincibility PL1
avsp:0:FF83F0:10:500:Invincibility PL1 (2/4)
avsp:0:FF841F:00:500:Invincibility PL1 (3/4)
avsp:0:FF8429:00:500:Invincibility PL1 (4/4)
avsp:0:FF8571:09:000:Infinite Lives PL2
avsp:0:FF84C1:65:000:Infinite Health PL2
avsp:0:FF850B:00:000:Infinite Special PL2
avsp:0:FF850C:40:500:Infinite Special PL2 (2/2)
avsp:0:FF852F:E4:000:Infinite Super PL2
avsp:0:FF84CC:01:000:Invincibility PL2
avsp:0:FF84F0:10:500:Invincibility PL2 (2/4)
avsp:0:FF851F:00:500:Invincibility PL2 (3/4)
avsp:0:FF8529:00:500:Invincibility PL2 (4/4)
avsp:0:FF8671:09:000:Infinite Lives PL3
avsp:0:FF85C1:65:000:Infinite Health PL3
avsp:0:FF860B:00:000:Infinite Special PL3
avsp:0:FF860C:40:500:Infinite Special PL3 (2/2)
avsp:0:FF862F:E4:000:Infinite Super PL3
avsp:0:FF85CC:01:000:Invincibility PL3
avsp:0:FF85F0:10:500:Invincibility PL3 (2/4)
avsp:0:FF861F:00:500:Invincibility PL3 (3/4)
avsp:0:FF8629:00:500:Invincibility PL3 (4/4)
avsp:0:000000:00:999:[These are the codes to set the machine region - the ]
avsp:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
avsp:0:000000:00:999:[- ON or before the ROM check screen!! ]
avsp:0:FF81C9:00:000:Region Switch = Japan
avsp:0:FF81C9:02:000:Region Switch = USA
avsp:0:FF81C9:04:000:Region Switch = Hispanic
avsp:0:FF81C9:06:000:Region Switch = Asia
avsp:0:FF81C9:08:000:Region Switch = Euro
; [ Alien vs. Predator (Asia 940520) ]
avspa:0:FF8225:59:000:Infinite Time
avspa:0:FF8471:09:000:Infinite Lives PL1
avspa:0:FF83C1:65:000:Infinite Health PL1
avspa:0:FF840B:00:000:Infinite Special PL1
avspa:0:FF840C:40:500:Infinite Special PL1 (2/2)
avspa:0:FF842F:E4:000:Infinite Super PL1
avspa:0:FF83CC:01:000:Invincibility PL1
avspa:0:FF83F0:10:500:Invincibility PL1 (2/4)
avspa:0:FF841F:00:500:Invincibility PL1 (3/4)
avspa:0:FF8429:00:500:Invincibility PL1 (4/4)
avspa:0:FF8571:09:000:Infinite Lives PL2
avspa:0:FF84C1:65:000:Infinite Health PL2
avspa:0:FF850B:00:000:Infinite Special PL2
avspa:0:FF850C:40:500:Infinite Special PL2 (2/2)
avspa:0:FF852F:E4:000:Infinite Super PL2
avspa:0:FF84CC:01:000:Invincibility PL2
avspa:0:FF84F0:10:500:Invincibility PL2 (2/4)
avspa:0:FF851F:00:500:Invincibility PL2 (3/4)
avspa:0:FF8529:00:500:Invincibility PL2 (4/4)
avspa:0:FF8671:09:000:Infinite Lives PL3
avspa:0:FF85C1:65:000:Infinite Health PL3
avspa:0:FF860B:00:000:Infinite Special PL3
avspa:0:FF860C:40:500:Infinite Special PL3 (2/2)
avspa:0:FF862F:E4:000:Infinite Super PL3
avspa:0:FF85CC:01:000:Invincibility PL3
avspa:0:FF85F0:10:500:Invincibility PL3 (2/4)
avspa:0:FF861F:00:500:Invincibility PL3 (3/4)
avspa:0:FF8629:00:500:Invincibility PL3 (4/4)
avspa:0:000000:00:999:[These are the codes to set the machine region - the ]
avspa:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
avspa:0:000000:00:999:[- ON or before the ROM check screen!! ]
avspa:0:FF81C9:00:000:Region Switch = Japan
avspa:0:FF81C9:02:000:Region Switch = USA
avspa:0:FF81C9:04:000:Region Switch = Hispanic
avspa:0:FF81C9:06:000:Region Switch = Asia
avspa:0:FF81C9:08:000:Region Switch = Euro
; [ Avenging Spirit ]
avspirit:0:07A527:78:000:Invincibility
avspirit:0:079E55:C8:000:Infinite Energy (ghost)
avspirit:0:079F51:68:000:Infinite Energy (player)
avspirit:0:079F51:01:001:No more energy (player):Get hit to be a ghost
avspirit:0:07F038:28:000:Infinite Time for bosses
; [ Alien vs. Predator (Japan 940520) ]
avspj:0:FF8225:59:000:Infinite Time
avspj:0:FF8471:09:000:Infinite Lives PL1
avspj:0:FF83C1:65:000:Infinite Health PL1
avspj:0:FF840B:00:000:Infinite Special PL1
avspj:0:FF840C:40:500:Infinite Special PL1 (2/2)
avspj:0:FF842F:E4:000:Infinite Super PL1
avspj:0:FF83CC:01:000:Invincibility PL1
avspj:0:FF83F0:10:500:Invincibility PL1 (2/4)
avspj:0:FF841F:00:500:Invincibility PL1 (3/4)
avspj:0:FF8429:00:500:Invincibility PL1 (4/4)
avspj:0:FF8571:09:000:Infinite Lives PL2
avspj:0:FF84C1:65:000:Infinite Health PL2
avspj:0:FF850B:00:000:Infinite Special PL2
avspj:0:FF850C:40:500:Infinite Special PL2 (2/2)
avspj:0:FF852F:E4:000:Infinite Super PL2
avspj:0:FF84CC:01:000:Invincibility PL2
avspj:0:FF84F0:10:500:Invincibility PL2 (2/4)
avspj:0:FF851F:00:500:Invincibility PL2 (3/4)
avspj:0:FF8529:00:500:Invincibility PL2 (4/4)
avspj:0:FF8671:09:000:Infinite Lives PL3
avspj:0:FF85C1:65:000:Infinite Health PL3
avspj:0:FF860B:00:000:Infinite Special PL3
avspj:0:FF860C:40:500:Infinite Special PL3 (2/2)
avspj:0:FF862F:E4:000:Infinite Super PL3
avspj:0:FF85CC:01:000:Invincibility PL3
avspj:0:FF85F0:10:500:Invincibility PL3 (2/4)
avspj:0:FF861F:00:500:Invincibility PL3 (3/4)
avspj:0:FF8629:00:500:Invincibility PL3 (4/4)
avspj:0:000000:00:999:[These are the codes to set the machine region - the ]
avspj:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
avspj:0:000000:00:999:[- ON or before the ROM check screen!! ]
avspj:0:FF81C9:00:000:Region Switch = Japan
avspj:0:FF81C9:02:000:Region Switch = USA
avspj:0:FF81C9:04:000:Region Switch = Hispanic
avspj:0:FF81C9:06:000:Region Switch = Asia
avspj:0:FF81C9:08:000:Region Switch = Euro
; [ Alien vs. Predator (US 940520) ]
avspu:0:FF8225:59:000:Infinite Time
avspu:0:FF8471:09:000:Infinite Lives PL1
avspu:0:FF83C1:65:000:Infinite Health PL1
avspu:0:FF840B:00:000:Infinite Special PL1
avspu:0:FF840C:40:500:Infinite Special PL1 (2/2)
avspu:0:FF842F:E4:000:Infinite Super PL1
avspu:0:FF83CC:01:000:Invincibility PL1
avspu:0:FF83F0:10:500:Invincibility PL1 (2/4)
avspu:0:FF841F:00:500:Invincibility PL1 (3/4)
avspu:0:FF8429:00:500:Invincibility PL1 (4/4)
avspu:0:FF8571:09:000:Infinite Lives PL2
avspu:0:FF84C1:65:000:Infinite Health PL2
avspu:0:FF850B:00:000:Infinite Special PL2
avspu:0:FF850C:40:500:Infinite Special PL2 (2/2)
avspu:0:FF852F:E4:000:Infinite Super PL2
avspu:0:FF84CC:01:000:Invincibility PL2
avspu:0:FF84F0:10:500:Invincibility PL2 (2/4)
avspu:0:FF851F:00:500:Invincibility PL2 (3/4)
avspu:0:FF8529:00:500:Invincibility PL2 (4/4)
avspu:0:FF8671:09:000:Infinite Lives PL3
avspu:0:FF85C1:65:000:Infinite Health PL3
avspu:0:FF860B:00:000:Infinite Special PL3
avspu:0:FF860C:40:500:Infinite Special PL3 (2/2)
avspu:0:FF862F:E4:000:Infinite Super PL3
avspu:0:FF85CC:01:000:Invincibility PL3
avspu:0:FF85F0:10:500:Invincibility PL3 (2/4)
avspu:0:FF861F:00:500:Invincibility PL3 (3/4)
avspu:0:FF8629:00:500:Invincibility PL3 (4/4)
avspu:0:000000:00:999:[These are the codes to set the machine region - the ]
avspu:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
avspu:0:000000:00:999:[- ON or before the ROM check screen!! ]
avspu:0:FF81C9:00:000:Region Switch = Japan
avspu:0:FF81C9:02:000:Region Switch = USA
avspu:0:FF81C9:04:000:Region Switch = Hispanic
avspu:0:FF81C9:06:000:Region Switch = Asia
avspu:0:FF81C9:08:000:Region Switch = Euro
; [ Aztarac ]
aztarac:0:FFE8E3:99:000:Infinite Credits
aztarac:0:000000:00:999:[The bases can STILL ]
aztarac:0:000000:00:999:[explode, but you will get ]
aztarac:0:000000:00:999:[the bonuses and progress ]
aztarac:0:000000:00:999:[ ]
aztarac:0:000000:00:999:[Normal game - Normal bonus]
aztarac:0:000000:00:999:[ ]
aztarac:0:FFE8F5:04:020:Infinite Bases
aztarac:0:FFE1E0:10:520:Infinite Bases (2/2)
aztarac:0:000000:00:999:[ ]
aztarac:0:000000:00:999:[Easier game - Maximum bonus]
aztarac:0:000000:00:999:[In 'easier game',ALL aliens]
aztarac:0:000000:00:999:[will disappear when a base ]
aztarac:0:000000:00:999:[is hit. ]
aztarac:0:000000:00:999:[ ]
aztarac:0:FFE8F5:04:000:Infinite Bases
aztarac:0:FFE1E0:0F:500:Infinite Bases (2/2)
; [ Azurian Attack ]
azurian:0:40B0:99:000:Infinite Credits
azurian:0:401D:09:000:Infinite Lives
azurian:0:4001:00:000:Invincibility (buggy!)
; [ Bad Dudes vs. Dragonninja (US) ]
baddudes:0:FFA8C6:99:000:Infinite Time
baddudes:0:FF95C0:01:001:Kill BOSS with One Hit Now!
baddudes:0:FFA39A:03:000:Infinite Lives PL1
baddudes:0:FFA380:14:000:Infinite Energy PL1
baddudes:0:FFA386:10:000:Invincibility PL1
baddudes:0:FFA365:00:000:Always have No Weapon PL1
baddudes:0:FFA365:02:000:Always have Nunchaku PL1
baddudes:0:FFA365:04:000:Always have Knife PL1
baddudes:0:FFA365:00:001:Get No Weapon Now! PL1
baddudes:0:FFA365:02:001:Get Nunchaku Now! PL1
baddudes:0:FFA365:04:001:Get Knife Now! PL1
baddudes:0:FFA25A:03:000:Infinite Lives PL2
baddudes:0:FFA240:14:000:Infinite Energy PL2
baddudes:0:FFA246:10:000:Invincibility PL2
baddudes:0:FFA225:00:000:Always have No Weapon PL2
baddudes:0:FFA225:02:000:Always have Nunchaku PL2
baddudes:0:FFA225:04:000:Always have Knife PL2
baddudes:0:FFA225:00:001:Get No Weapon Now! PL2
baddudes:0:FFA225:02:001:Get Nunchaku Now! PL2
baddudes:0:FFA225:04:001:Get Knife Now! PL2
; [ Bad Lands ]
badlands:0:FFFF1D:19:000:Infinite Credits
badlands:0:FFF2B6:63:000:Infinite Missiles PL1
badlands:0:FFF2BB:63:000:Infinite Shields PL1
badlands:0:FFF2C5:09:000:Infinite Wrenches PL1
badlands:0:FFF2B7:06:000:Always have Maximum Tires PL1
badlands:0:FFF2B8:06:000:Always have Maximum Speed PL1
badlands:0:FFF2B9:06:000:Always have Maximum Turbo PL1
badlands:0:FFF336:63:000:Infinite Missiles PL2
badlands:0:FFF33B:63:000:Infinite Shields PL2
badlands:0:FFF345:09:000:Infinite Wrenches PL2
badlands:0:FFF337:06:000:Always have Maximum Tires PL2
badlands:0:FFF338:06:000:Always have Maximum Speed PL2
badlands:0:FFF339:06:000:Always have Maximum Turbo PL2
; [ Bagman ]
bagman:0:6000:90:000:Infinite Credits
bagman:0:6056:05:000:Infinite Lives
bagman:0:61E8:99:000:Infinite Time
bagman:0:6025:00:000:Invincibility:You still die if you fall
bagman:0:6029:01:500:Invincibility (2/2)
bagman:0:61E8:00:001:Game Over Now!
bagman:0:61CF:01:000:Always carry a pick:Turn off when not needed!
bagman:0:61CF:01:001:Get the pick Now!
; [ Bagman (Stern set 1) ]
bagmans:0:6000:90:000:Infinite Credits
bagmans:0:6056:05:000:Infinite Lives
bagmans:0:61E8:99:000:Infinite Time
bagmans:0:6025:00:000:Invincibility:You still die if you fall
bagmans:0:6029:01:500:Invincibility (2/2)
bagmans:0:61E8:00:001:Game Over Now!
bagmans:0:61CF:01:000:Always carry a pick:Turn off when not needed!
bagmans:0:61CF:01:001:Get the pick Now!
; [ Bagman (Stern set 2) ]
bagmans2:0:6000:90:000:Infinite Credits
bagmans2:0:6056:05:000:Infinite Lives
bagmans2:0:61E8:99:000:Infinite Time
bagmans2:0:6025:00:000:Invincibility:You still die if you fall
bagmans2:0:6029:01:500:Invincibility (2/2)
bagmans2:0:61E8:00:001:Game Over Now!
bagmans2:0:61CF:01:000:Always carry a pick:Turn off when not needed!
bagmans2:0:61CF:01:001:Get the pick Now!
; [ Le Bagnard ]
bagnard:0:6000:90:000:Infinite Credits
bagnard:0:6056:05:000:Infinite Lives
bagnard:0:61E8:99:000:Infinite Time
bagnard:0:6025:00:000:Invincibility:You still die if you fall
bagnard:0:6029:01:500:Invincibility (2/2)
bagnard:0:61E8:00:001:Game Over Now!
bagnard:0:61CF:01:000:Always carry a pick:Turn off when not needed!
bagnard:0:61CF:01:001:Get the pick Now!
; [ Bakatonosama Mahjong Manyuki ]
bakatono:0:1000FD:EF:000:Infinite Move Time
bakatono:0:000000:00:999:[The winning hand cheat must]
bakatono:0:000000:00:999:[be activated when there are]
bakatono:0:000000:00:999:[14 tiles in your hand, then]
bakatono:0:000000:00:999:[select 'RON' - the only ]
bakatono:0:000000:00:999:[yellow option. The tiles do]
bakatono:0:000000:00:999:[not visually change until ]
bakatono:0:000000:00:999:[you make a move. ]
bakatono:0:101844:31:001:Get winning hand Now!
bakatono:0:101845:31:501:Get winning hand Now! (02/14)
bakatono:0:101846:31:501:Get winning hand Now! (03/14)
bakatono:0:101847:32:501:Get winning hand Now! (04/14)
bakatono:0:101848:32:501:Get winning hand Now! (05/14)
bakatono:0:101849:32:501:Get winning hand Now! (06/14)
bakatono:0:10184A:33:501:Get winning hand Now! (07/14)
bakatono:0:10184B:33:501:Get winning hand Now! (08/14)
bakatono:0:10184C:33:501:Get winning hand Now! (09/14)
bakatono:0:10184D:34:501:Get winning hand Now! (10/14)
bakatono:0:10184E:34:501:Get winning hand Now! (11/14)
bakatono:0:10184F:34:501:Get winning hand Now! (12/14)
bakatono:0:101850:35:501:Get winning hand Now! (13/14)
bakatono:0:101851:35:501:Get winning hand Now! (14/14)
bakatono:0:000000:00:999:[See this URL for mahjong ]
bakatono:0:000000:00:999:[rules (merge all lines!) ]
bakatono:0:000000:00:999:[www.tky.hut.fi/~kjmjm/ ]
bakatono:0:000000:00:999:[english/majiang/rules/ ]
bakatono:0:000000:00:999:[basics.html ]
; [ Mahjong Bakuhatsu Junjouden (Japan) ]
bakuhatu:0:0000:00:999:[The winning hand cheat must]
bakuhatu:0:0000:00:999:[be activated when there are]
bakuhatu:0:0000:00:999:[14 tiles in your hand, then]
bakuhatu:0:0000:00:999:[press the RON key . ]
bakuhatu:0:0000:00:999:[('Z' by default). The tiles]
bakuhatu:0:0000:00:999:[do not visually change ]
bakuhatu:0:0000:00:999:[until you make a move. ]
bakuhatu:0:DC8F:31:001:Get winning hand Now!
bakuhatu:0:DC90:31:501:Get winning hand Now! (02/14)
bakuhatu:0:DC91:31:501:Get winning hand Now! (03/14)
bakuhatu:0:DC92:32:501:Get winning hand Now! (04/14)
bakuhatu:0:DC93:32:501:Get winning hand Now! (05/14)
bakuhatu:0:DC94:32:501:Get winning hand Now! (06/14)
bakuhatu:0:DC95:33:501:Get winning hand Now! (07/14)
bakuhatu:0:DC96:33:501:Get winning hand Now! (08/14)
bakuhatu:0:DC97:33:501:Get winning hand Now! (09/14)
bakuhatu:0:DC98:34:501:Get winning hand Now! (10/14)
bakuhatu:0:DC99:34:501:Get winning hand Now! (11/14)
bakuhatu:0:DC9A:34:501:Get winning hand Now! (12/14)
bakuhatu:0:DC9B:35:501:Get winning hand Now! (13/14)
bakuhatu:0:DC9C:35:501:Get winning hand Now! (14/14)
bakuhatu:0:0000:00:999:[At the start of a game, ]
bakuhatu:0:0000:00:999:[there may be some small ]
bakuhatu:0:0000:00:999:[glitches on the tiles when ]
bakuhatu:0:0000:00:999:[using the 'Always' cheats. ]
bakuhatu:0:0000:00:999:[The cheats should still ]
bakuhatu:0:0000:00:999:[work as normal. ]
bakuhatu:0:DC8F:31:000:Always winning hand
bakuhatu:0:DC90:31:500:Always winning hand (02/14)
bakuhatu:0:DC91:31:500:Always winning hand (03/14)
bakuhatu:0:DC92:32:500:Always winning hand (04/14)
bakuhatu:0:DC93:32:500:Always winning hand (05/14)
bakuhatu:0:DC94:32:500:Always winning hand (06/14)
bakuhatu:0:DC95:33:500:Always winning hand (07/14)
bakuhatu:0:DC96:33:500:Always winning hand (08/14)
bakuhatu:0:DC97:33:500:Always winning hand (09/14)
bakuhatu:0:DC98:34:500:Always winning hand (10/14)
bakuhatu:0:DC99:34:500:Always winning hand (11/14)
bakuhatu:0:DC9A:34:500:Always winning hand (12/14)
bakuhatu:0:DC9B:35:500:Always winning hand (13/14)
bakuhatu:0:DC9C:35:500:Always winning hand (14/14)
; [ Bal Cube ]
balcube:0:F0484C:63:000:Infinite Credits
balcube:0:F0009D:02:000:Infinite Lives PL1
balcube:0:F0089D:02:000:Infinite Lives PL2
; [ Balloon Bomber ]
ballbomb:0:20E7:09:000:Infinite Credits
ballbomb:0:2127:03:000:Infinite Lives PL1
ballbomb:0:2227:03:000:Infinite Lives PL2
ballbomb:0:2083:C8:000:Stop bombs falling freely
; [ Balloon Brothers ]
ballbros:0:F0201B:09:000:Infinite Credits
ballbros:0:F00624:99:000:Maximum Lines PL1
ballbros:0:F00625:99:500:Maximum Lines PL1 (2/2)
ballbros:0:F00626:99:000:Maximum Lines PL2
ballbros:0:F00627:99:500:Maximum Lines PL2 (2/2)
; [ Vs. Baloon Fight ]
balonfgt:0:0066:07:000:Infinite Lives PL1
; [ Baluba-louk no Densetsu ]
baluba:0:8018:63:000:Infinite Credits
baluba:0:841D:78:000:Infinite Time
baluba:0:8404:80:040:Invincibility
baluba:0:80FE:03:000:Infinite Lives PL1
baluba:0:810B:01:001:One treasure needed Now! PL1
baluba:0:812E:03:000:Infinite Lives PL2
baluba:0:813B:01:001:One treasure needed Now! PL2
baluba:0:0000:00:999:[These Select starting round]
baluba:0:0000:00:999:[cheats are *NOT* linked so ]
baluba:0:0000:00:999:[they must BOTH be selected ]
baluba:0:0000:00:999:[individually one after the ]
baluba:0:0000:00:999:[other! ]
baluba:0:0000:00:999:[ ]
baluba:0:0000:00:999:[You should enable these ]
baluba:0:0000:00:999:[cheats on the press 1 or 2 ]
baluba:0:0000:00:999:[player button screen. ]
baluba:0:811A:FF:021:Select starting round(1|2)PL1
baluba:0:811A:1F:061:Select starting round(2|2)PL1:Round display wont be correct
baluba:0:814A:FF:021:Select starting round(1|2)PL2
baluba:0:814A:1F:061:Select starting round(2|2)PL2:Round display wont be correct
baluba:0:0000:00:999:[ ]
baluba:0:811A:1F:061:Select next round PL1:Round display wont be correct
baluba:0:814A:1F:061:Select next round PL2:Round display wont be correct
; [ Mahjong Banana Dream [BET] (Japan) ]
bananadr:0:0000:00:999:[The winning hand cheat must]
bananadr:0:0000:00:999:[be activated when there are]
bananadr:0:0000:00:999:[14 tiles in your hand, then]
bananadr:0:0000:00:999:[press the RON key . ]
bananadr:0:0000:00:999:[('Z' by default). The tiles]
bananadr:0:0000:00:999:[do not visually change ]
bananadr:0:0000:00:999:[until you make a move. ]
bananadr:0:FC8C:31:001:Get winning hand Now!
bananadr:0:FC8D:31:501:Get winning hand Now! (02/14)
bananadr:0:FC8E:31:501:Get winning hand Now! (03/14)
bananadr:0:FC8F:32:501:Get winning hand Now! (04/14)
bananadr:0:FC90:32:501:Get winning hand Now! (05/14)
bananadr:0:FC91:32:501:Get winning hand Now! (06/14)
bananadr:0:FC92:33:501:Get winning hand Now! (07/14)
bananadr:0:FC93:33:501:Get winning hand Now! (08/14)
bananadr:0:FC94:33:501:Get winning hand Now! (09/14)
bananadr:0:FC95:34:501:Get winning hand Now! (10/14)
bananadr:0:FC96:34:501:Get winning hand Now! (11/14)
bananadr:0:FC97:34:501:Get winning hand Now! (12/14)
bananadr:0:FC98:35:501:Get winning hand Now! (13/14)
bananadr:0:FC99:35:501:Get winning hand Now! (14/14)
bananadr:0:FC8C:31:000:Always winning hand
bananadr:0:FC8D:31:500:Always winning hand (02/14)
bananadr:0:FC8E:31:500:Always winning hand (03/14)
bananadr:0:FC8F:32:500:Always winning hand (04/14)
bananadr:0:FC90:32:500:Always winning hand (05/14)
bananadr:0:FC91:32:500:Always winning hand (06/14)
bananadr:0:FC92:33:500:Always winning hand (07/14)
bananadr:0:FC93:33:500:Always winning hand (08/14)
bananadr:0:FC94:33:500:Always winning hand (09/14)
bananadr:0:FC95:34:500:Always winning hand (10/14)
bananadr:0:FC96:34:500:Always winning hand (11/14)
bananadr:0:FC97:34:500:Always winning hand (12/14)
bananadr:0:FC98:35:500:Always winning hand (13/14)
bananadr:0:FC99:35:500:Always winning hand (14/14)
; [ Bandido ]
bandido:0:60DB:99:000:Infinite Credits
bandido:0:6035:FF:000:Invincibility
bandido:0:61FF:09:000:Infinite Lives PL1
bandido:0:62FF:09:000:Infinite Lives PL2
; [ Bang Bang Ball (v1.05) ]
bangball:0:F048B0:FF:000:Infinite Credits
bangball:0:F04C35:09:000:Infinite Time
bangball:0:F04C36:05:500:Infinite Time (2/3)
bangball:0:F04C37:0A:500:Infinite Time (3/3)
bangball:0:000000:00:999:[These Select starting stage cheats are *NOT* ]
bangball:0:000000:00:999:[linked so they must BOTH be selected ]
bangball:0:000000:00:999:[individually one after the other! ]
bangball:0:000000:00:999:[You should enable these cheats on the press ]
bangball:0:000000:00:999:[START button screen. ]
bangball:0:F04ABF:FF:021:Select starting stage (1|2)
bangball:0:F04ABF:2B:061:Select starting stage (2|2)
bangball:0:F04ABF:2B:061:Select next stage
bangball:0:F04C44:04:000:Infinite Lives PL1
bangball:0:F04C45:04:000:Infinite Lives PL2
; [ Bank Panic ]
bankp:0:E0A5:38:000:Infinite Time
bankp:0:E078:39:000:Infinite Bomb Time:You will still need to shoot the bomb on the door to let someone through to deposit money but the bomb will never go off.
bankp:0:E0A0:06:000:Infinite Lives
bankp:0:E0CC:0B:001:One Money Bag needed Now!
; [ Baraduke ]
baraduke:0:00C0:08:000:Infinite Lives
baraduke:0:00D5:08:000:Infinite Shield
baraduke:0:00D6:08:500:Infinite Shield (2/2)
baraduke:0:00DE:03:000:Always have Maximum Power Gun
baraduke:0:00C9:08:000:Maximum Saved Packet (Friend)
; [ Barrier ]
barrier:0:00AD:09:000:Infinite Credits
barrier:0:0061:05:000:Infinite Lives
; [ Baseball The Season II ]
basebal2:0:E001:09:000:Infinite Credits
; [ Battle Circuit (Asia 970319) ]
batcira:0:FF5863:09:000:Infinite Credits
batcira:0:FF5D57:5A:000:Infinite Time
batcira:0:FF5950:0A:000:Infinite Time To Buy Upgrades
batcira:0:FF5934:07:071:Select Starting Round:Enable on the Character Select screen
batcira:0:FF5934:07:061:Select Next Round
batcira:0:FF830A:09:000:Infinite Lives PL1
batcira:0:FF82EB:48:000:Infinite Energy PL1:Note, this may not be a full bar as different characters have different length bars
batcira:0:FF830C:FF:000:Invincibility PL1
batcira:0:FF8328:27:000:Infinite Coins PL1
batcira:0:FF8329:0F:500:Infinite Coins PL1 (2/2)
batcira:0:FF833E:05:000:Infinite Battle Download Units PL1
batcira:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ]
batcira:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ]
batcira:0:FF833C:01:020:Always have 50 Coin Upgrade PL1:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcira:0:FF833C:02:020:Always have 100 Coin Upgrade PL1:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcira:0:FF833C:04:020:Always have 200 Coin Upgrade PL1:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcira:0:FF833C:08:020:Always have 300/400 Coin Upgrade PL1:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcira:0:FF833C:10:020:Always have 400/300 Coin Upgrade PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcira:0:FF833C:20:020:Always have 500 Coin Upgrade PL1:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcira:0:FF833C:80:020:Always have Earnt Upgrade PL1:CB/YI/AG/PO/CS="Vital Gain 2"
batcira:0:FF833C:01:021:Get 50 Coin Upgrade Now! PL1:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcira:0:FF833C:02:021:Get 100 Coin Upgrade Now! PL1:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcira:0:FF833C:04:021:Get 200 Coin Upgrade Now! PL1:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcira:0:FF833C:08:021:Get 300/400 Coin Upgrade Now! PL1:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcira:0:FF833C:10:021:Get 400/300 Coin Upgrade Now! PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcira:0:FF833C:20:021:Get 500 Coin Upgrade Now! PL1:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcira:0:FF833C:80:021:Get Earnt Upgrade Now! PL1:CB/YI/AG/PO/CS="Vital Gain 2"
batcira:0:FF844A:09:000:Infinite Lives PL2
batcira:0:FF842B:48:000:Infinite Energy PL2:Note, this may not be a full bar as different characters have different length bars
batcira:0:FF844C:FF:000:Invincibility PL2
batcira:0:FF8468:27:000:Infinite Coins PL2
batcira:0:FF8469:0F:500:Infinite Coins PL2 (2/2)
batcira:0:FF847E:05:000:Infinite Battle Download Units PL2
batcira:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ]
batcira:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ]
batcira:0:FF847C:01:020:Always have 50 Coin Upgrade PL2:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcira:0:FF847C:02:020:Always have 100 Coin Upgrade PL2:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcira:0:FF847C:04:020:Always have 200 Coin Upgrade PL2:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcira:0:FF847C:08:020:Always have 300/400 Coin Upgrade PL2:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcira:0:FF847C:10:020:Always have 400/300 Coin Upgrade PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcira:0:FF847C:20:020:Always have 500 Coin Upgrade PL2:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcira:0:FF847C:80:020:Always have Earnt Upgrade PL2:CB/YI/AG/PO/CS="Vital Gain 2"
batcira:0:FF847C:01:021:Get 50 Coin Upgrade Now! PL2:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcira:0:FF847C:02:021:Get 100 Coin Upgrade Now! PL2:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcira:0:FF847C:04:021:Get 200 Coin Upgrade Now! PL2:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcira:0:FF847C:08:021:Get 300/400 Coin Upgrade Now! PL2:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcira:0:FF847C:10:021:Get 400/300 Coin Upgrade Now! PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcira:0:FF847C:20:021:Get 500 Coin Upgrade Now! PL2:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcira:0:FF847C:80:021:Get Earnt Upgrade Now! PL2:CB/YI/AG/PO/CS="Vital Gain 2"
batcira:0:FF858A:09:000:Infinite Lives PL3
batcira:0:FF856B:48:000:Infinite Energy PL3:Note, this may not be a full bar as different characters have different length bars
batcira:0:FF858C:FF:000:Invincibility PL3
batcira:0:FF85A8:27:000:Infinite Coins PL3
batcira:0:FF85A9:0F:500:Infinite Coins PL3 (2/2)
batcira:0:FF85BE:05:000:Infinite Battle Download Units PL3
batcira:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ]
batcira:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ]
batcira:0:FF85BC:01:020:Always have 50 Coin Upgrade PL3:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcira:0:FF85BC:02:020:Always have 100 Coin Upgrade PL3:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcira:0:FF85BC:04:020:Always have 200 Coin Upgrade PL3:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcira:0:FF85BC:08:020:Always have 300/400 Coin Upgrade PL3:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcira:0:FF85BC:10:020:Always have 400/300 Coin Upgrade PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcira:0:FF85BC:20:020:Always have 500 Coin Upgrade PL3:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcira:0:FF85BC:80:020:Always have Earnt Upgrade PL3:CB/YI/AG/PO/CS="Vital Gain 2"
batcira:0:FF85BC:01:021:Get 50 Coin Upgrade Now! PL3:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcira:0:FF85BC:02:021:Get 100 Coin Upgrade Now! PL3:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcira:0:FF85BC:04:021:Get 200 Coin Upgrade Now! PL3:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcira:0:FF85BC:08:021:Get 300/400 Coin Upgrade Now! PL3:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcira:0:FF85BC:10:021:Get 400/300 Coin Upgrade Now! PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcira:0:FF85BC:20:021:Get 500 Coin Upgrade Now! PL3:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcira:0:FF85BC:80:021:Get Earnt Upgrade Now! PL3:CB/YI/AG/PO/CS="Vital Gain 2"
batcira:0:FF86CA:09:000:Infinite Lives PL4
batcira:0:FF86AB:48:000:Infinite Energy PL4:Note, this may not be a full bar as different characters have different length bars
batcira:0:FF86CC:FF:000:Invincibility PL4
batcira:0:FF86E8:27:000:Infinite Coin PL4
batcira:0:FF86E9:0F:500:Infinite Coin PL4 (2/2)
batcira:0:FF86FE:05:000:Infinite Battle Download Units PL4
batcira:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ]
batcira:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ]
batcira:0:FF86FC:01:020:Always have 50 Coin Upgrade PL4:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcira:0:FF86FC:02:020:Always have 100 Coin Upgrade PL4:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcira:0:FF86FC:04:020:Always have 200 Coin Upgrade PL4:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcira:0:FF86FC:08:020:Always have 300/400 Coin Upgrade PL4:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcira:0:FF86FC:10:020:Always have 400/300 Coin Upgrade PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcira:0:FF86FC:20:020:Always have 500 Coin Upgrade PL4:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcira:0:FF86FC:80:020:Always have Earnt Upgrade PL4:CB/YI/AG/PO/CS="Vital Gain 2"
batcira:0:FF86FC:01:021:Get 50 Coin Upgrade Now! PL4:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcira:0:FF86FC:02:021:Get 100 Coin Upgrade Now! PL4:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcira:0:FF86FC:04:021:Get 200 Coin Upgrade Now! PL4:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcira:0:FF86FC:08:021:Get 300/400 Coin Upgrade Now! PL4:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcira:0:FF86FC:10:021:Get 400/300 Coin Upgrade Now! PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcira:0:FF86FC:20:021:Get 500 Coin Upgrade Now! PL4:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcira:0:FF86FC:80:021:Get Earnt Upgrade Now! PL4:CB/YI/AG/PO/CS="Vital Gain 2"
batcira:0:000000:00:999:[These are the codes to set the machine region - the ]
batcira:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
batcira:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET. ]
batcira:0:FF58C4:00:000:Region Switch = Japan
batcira:0:FF58C4:01:000:Region Switch = USA
batcira:0:FF58C4:02:000:Region Switch = ASIA
batcira:0:FF58C4:03:000:Region Switch = Hispanic
batcira:0:FF58C4:04:000:Region Switch = Euro
batcira:0:FF58C4:05:000:Region Switch = Brazil
; [ Battle Circuit (Japan 970319) ]
batcirj:0:FF5863:09:000:Infinite Credits
batcirj:0:FF5D57:5A:000:Infinite Time
batcirj:0:FF5950:0A:000:Infinite Time To Buy Upgrades
batcirj:0:FF5934:07:071:Select Starting Round:Enable on the Character Select screen
batcirj:0:FF5934:07:061:Select Next Round
batcirj:0:FF830A:09:000:Infinite Lives PL1
batcirj:0:FF82EB:48:000:Infinite Energy PL1:Note, this may not be a full bar as different characters have different length bars
batcirj:0:FF830C:FF:000:Invincibility PL1
batcirj:0:FF8328:27:000:Infinite Coins PL1
batcirj:0:FF8329:0F:500:Infinite Coins PL1 (2/2)
batcirj:0:FF833E:05:000:Infinite Battle Download Units PL1
batcirj:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ]
batcirj:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ]
batcirj:0:FF833C:01:020:Always have 50 Coin Upgrade PL1:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcirj:0:FF833C:02:020:Always have 100 Coin Upgrade PL1:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcirj:0:FF833C:04:020:Always have 200 Coin Upgrade PL1:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcirj:0:FF833C:08:020:Always have 300/400 Coin Upgrade PL1:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcirj:0:FF833C:10:020:Always have 400/300 Coin Upgrade PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcirj:0:FF833C:20:020:Always have 500 Coin Upgrade PL1:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcirj:0:FF833C:80:020:Always have Earnt Upgrade PL1:CB/YI/AG/PO/CS="Vital Gain 2"
batcirj:0:FF833C:01:021:Get 50 Coin Upgrade Now! PL1:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcirj:0:FF833C:02:021:Get 100 Coin Upgrade Now! PL1:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcirj:0:FF833C:04:021:Get 200 Coin Upgrade Now! PL1:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcirj:0:FF833C:08:021:Get 300/400 Coin Upgrade Now! PL1:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcirj:0:FF833C:10:021:Get 400/300 Coin Upgrade Now! PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcirj:0:FF833C:20:021:Get 500 Coin Upgrade Now! PL1:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcirj:0:FF833C:80:021:Get Earnt Upgrade Now! PL1:CB/YI/AG/PO/CS="Vital Gain 2"
batcirj:0:FF844A:09:000:Infinite Lives PL2
batcirj:0:FF842B:48:000:Infinite Energy PL2:Note, this may not be a full bar as different characters have different length bars
batcirj:0:FF844C:FF:000:Invincibility PL2
batcirj:0:FF8468:27:000:Infinite Coins PL2
batcirj:0:FF8469:0F:500:Infinite Coins PL2 (2/2)
batcirj:0:FF847E:05:000:Infinite Battle Download Units PL2
batcirj:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ]
batcirj:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ]
batcirj:0:FF847C:01:020:Always have 50 Coin Upgrade PL2:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcirj:0:FF847C:02:020:Always have 100 Coin Upgrade PL2:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcirj:0:FF847C:04:020:Always have 200 Coin Upgrade PL2:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcirj:0:FF847C:08:020:Always have 300/400 Coin Upgrade PL2:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcirj:0:FF847C:10:020:Always have 400/300 Coin Upgrade PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcirj:0:FF847C:20:020:Always have 500 Coin Upgrade PL2:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcirj:0:FF847C:80:020:Always have Earnt Upgrade PL2:CB/YI/AG/PO/CS="Vital Gain 2"
batcirj:0:FF847C:01:021:Get 50 Coin Upgrade Now! PL2:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcirj:0:FF847C:02:021:Get 100 Coin Upgrade Now! PL2:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcirj:0:FF847C:04:021:Get 200 Coin Upgrade Now! PL2:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcirj:0:FF847C:08:021:Get 300/400 Coin Upgrade Now! PL2:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcirj:0:FF847C:10:021:Get 400/300 Coin Upgrade Now! PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcirj:0:FF847C:20:021:Get 500 Coin Upgrade Now! PL2:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcirj:0:FF847C:80:021:Get Earnt Upgrade Now! PL2:CB/YI/AG/PO/CS="Vital Gain 2"
batcirj:0:FF858A:09:000:Infinite Lives PL3
batcirj:0:FF856B:48:000:Infinite Energy PL3:Note, this may not be a full bar as different characters have different length bars
batcirj:0:FF858C:FF:000:Invincibility PL3
batcirj:0:FF85A8:27:000:Infinite Coins PL3
batcirj:0:FF85A9:0F:500:Infinite Coins PL3 (2/2)
batcirj:0:FF85BE:05:000:Infinite Battle Download Units PL3
batcirj:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ]
batcirj:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ]
batcirj:0:FF85BC:01:020:Always have 50 Coin Upgrade PL3:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcirj:0:FF85BC:02:020:Always have 100 Coin Upgrade PL3:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcirj:0:FF85BC:04:020:Always have 200 Coin Upgrade PL3:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcirj:0:FF85BC:08:020:Always have 300/400 Coin Upgrade PL3:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcirj:0:FF85BC:10:020:Always have 400/300 Coin Upgrade PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcirj:0:FF85BC:20:020:Always have 500 Coin Upgrade PL3:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcirj:0:FF85BC:80:020:Always have Earnt Upgrade PL3:CB/YI/AG/PO/CS="Vital Gain 2"
batcirj:0:FF85BC:01:021:Get 50 Coin Upgrade Now! PL3:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcirj:0:FF85BC:02:021:Get 100 Coin Upgrade Now! PL3:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcirj:0:FF85BC:04:021:Get 200 Coin Upgrade Now! PL3:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcirj:0:FF85BC:08:021:Get 300/400 Coin Upgrade Now! PL3:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcirj:0:FF85BC:10:021:Get 400/300 Coin Upgrade Now! PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcirj:0:FF85BC:20:021:Get 500 Coin Upgrade Now! PL3:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcirj:0:FF85BC:80:021:Get Earnt Upgrade Now! PL3:CB/YI/AG/PO/CS="Vital Gain 2"
batcirj:0:FF86CA:09:000:Infinite Lives PL4
batcirj:0:FF86AB:48:000:Infinite Energy PL4:Note, this may not be a full bar as different characters have different length bars
batcirj:0:FF86CC:FF:000:Invincibility PL4
batcirj:0:FF86E8:27:000:Infinite Coin PL4
batcirj:0:FF86E9:0F:500:Infinite Coin PL4 (2/2)
batcirj:0:FF86FE:05:000:Infinite Battle Download Units PL4
batcirj:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ]
batcirj:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ]
batcirj:0:FF86FC:01:020:Always have 50 Coin Upgrade PL4:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcirj:0:FF86FC:02:020:Always have 100 Coin Upgrade PL4:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcirj:0:FF86FC:04:020:Always have 200 Coin Upgrade PL4:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcirj:0:FF86FC:08:020:Always have 300/400 Coin Upgrade PL4:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcirj:0:FF86FC:10:020:Always have 400/300 Coin Upgrade PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcirj:0:FF86FC:20:020:Always have 500 Coin Upgrade PL4:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcirj:0:FF86FC:80:020:Always have Earnt Upgrade PL4:CB/YI/AG/PO/CS="Vital Gain 2"
batcirj:0:FF86FC:01:021:Get 50 Coin Upgrade Now! PL4:CB="Hyper Tornado" YI="Whip Rush" AG="Alien Twister" PO="Burning Arrow" CS="Silver Wind"
batcirj:0:FF86FC:02:021:Get 100 Coin Upgrade Now! PL4:CB="Burning Heel Kick" YI="Triangle Shot" AG="Alien Magic" PO="Sonic Spin" CS="Slash Stream"
batcirj:0:FF86FC:04:021:Get 200 Coin Upgrade Now! PL4:CB="Heat Kick" YI="Aerial Dance" AG="Green Cyclone" PO="Sky Capture" CS="Rolling Crush"
batcirj:0:FF86FC:08:021:Get 300/400 Coin Upgrade Now! PL4:CB="Giga Crush" YI="Mirage Dance" AG="Healing Plus" PO/CS="Vital Gain 1"
batcirj:0:FF86FC:10:021:Get 400/300 Coin Upgrade Now! PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser"
batcirj:0:FF86FC:20:021:Get 500 Coin Upgrade Now! PL4:CB="Cyber Cannon" YI="Fin Special" AG="Honey Bee Attack" PO="Pinky Ball" CS="Freeze Storm"
batcirj:0:FF86FC:80:021:Get Earnt Upgrade Now! PL4:CB/YI/AG/PO/CS="Vital Gain 2"
batcirj:0:000000:00:999:[These are the codes to set the machine region - the ]
batcirj:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
batcirj:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET. ]
batcirj:0:FF58C4:00:000:Region Switch = Japan
batcirj:0:FF58C4:01:000:Region Switch = USA
batcirj:0:FF58C4:02:000:Region Switch = ASIA
batcirj:0:FF58C4:03:000:Region Switch = Hispanic
batcirj:0:FF58C4:04:000:Region Switch = Euro
batcirj:0:FF58C4:05:000:Region Switch = Brazil
; [ Batman ]
batman:0:104CED:64:000:Infinite Time
batman:0:103BEB:0D:000:Infinite Lives
batman:0:103BEC:06:000:Infinite Energy
batman:0:103BEE:63:000:Infinite Ammo:Get a weapon first
batman:0:103BED:02:000:Always have No weapon
batman:0:103BED:00:000:Always have Batarang
batman:0:103BED:01:000:Always have Bat Rope
batman:0:103BED:04:000:Always have Gas Grenades
batman:0:103BED:02:001:Lose all weapons Now!
batman:0:103BED:00:001:Get Batarang Now!
batman:0:103BED:01:001:Get Bat Rope Now!
batman:0:103BED:04:001:Get Gas Grenades Now!
; [ Batman Part 2 ]
batman2:0:4290:09:000:Infinite Lives
batman2:0:42A6:DD:000:Never have shields
batman2:0:42A6:00:003:Shield Always Ready
batman2:0:42C0:84:000:Infinite Shields
batman2:0:0EEA:C9:100:Invincibility
; [ Armed Police Batrider (Japan, version B) ]
batrider:0:20FD4C:FF:001:Enable Guest Characters:Enable "Kingdom Grand Prix"/"Shippu Mahou Daisakusen" and "Battle Garegga" characters, Same as "Up,Up,Down,Down,Left,Right,A,B" after inserting credits.
batrider:0:20FD4C:00:001:Disable Guest Characters
batrider:0:000000:00:999:[See the Dip Switch Menu to ]
batrider:0:000000:00:999:[enable an alternate ]
batrider:0:000000:00:999:[Invincibility cheat. ]
batrider:0:204174:04:000:Infinite Bombs PL1
batrider:0:204175:28:500:Infinite Bombs PL1 (2/2)
batrider:0:204177:FF:000:Invincibility "ON" PL1
batrider:0:204177:01:001:Invincibility "OFF" PL1
batrider:0:2042E6:04:000:Infinite Bombs PL2
batrider:0:2042E7:28:500:Infinite Bombs PL2 (2/2)
batrider:0:2042E9:FF:000:Invincibility "ON" PL2
batrider:0:2042E9:01:001:Invincibility "OFF" PL2
; [ Armed Police Batrider (Japan, version A) ]
batridra:0:20FD4C:FF:001:Enable Guest Characters:Enable "Kingdom Grand Prix"/"Shippu Mahou Daisakusen" and "Battle Garegga" characters, Same as "Up,Up,Down,Down,Left,Right,A,B" after inserting credits.
batridra:0:20FD4C:00:001:Disable Guest Characters
batridra:0:000000:00:999:[See the Dip Switch Menu to ]
batridra:0:000000:00:999:[enable an alternate ]
batridra:0:000000:00:999:[Invincibility cheat. ]
batridra:0:204174:04:000:Infinite Bombs PL1
batridra:0:204175:28:500:Infinite Bombs PL1 (2/2)
batridra:0:204177:FF:000:Invincibility "ON" PL1
batridra:0:204177:01:001:Invincibility "OFF" PL1
batridra:0:2042E6:04:000:Infinite Bombs PL2
batridra:0:2042E7:28:500:Infinite Bombs PL2 (2/2)
batridra:0:2042E9:FF:000:Invincibility "ON" PL2
batridra:0:2042E9:01:001:Invincibility "OFF" PL2
; [ Batsugun ]
batsugun:0:10139B:09:000:Infinite Lives PL1
batsugun:0:101415:07:000:Infinite Bombs PL1
batsugun:0:10141E:01:000:Invincibility PL1
batsugun:0:000000:00:999:[See the Dip Switch Menu to ]
batsugun:0:000000:00:999:[enable an alternate ]
batsugun:0:000000:00:999:[Invincibility PL1 cheat. ]
batsugun:0:000000:00:999:[But the cheat is better as ]
batsugun:0:000000:00:999:[the dipswitch causes a game]
batsugun:0:000000:00:999:[crash when PL2 is selected.]
batsugun:0:101411:02:000:Always have Max Weapon PL1
batsugun:0:101413:04:000:Always have Max Shot PowerPL1
batsugun:0:101411:02:001:Get Max Weapon Now! PL1
batsugun:0:101413:04:001:Get Max Shot Power Now! PL1
batsugun:0:1013E7:09:000:Next 'P' always=10000 pts PL1:Get maximum fire power
batsugun:0:1013E7:09:001:Next 'P' = 10000 pts Now! PL1:Get maximum fire power
batsugun:0:101416:03:001:Up fire level Now! PL1
batsugun:0:101417:00:501:Up fire level Now! PL1 (2/2)
batsugun:0:10139D:09:000:Infinite Lives PL2
batsugun:0:101455:07:000:Infinite Bombs PL2
batsugun:0:10145E:01:000:Invincibility PL2
batsugun:0:101451:02:000:Always have Max Weapon PL2
batsugun:0:101453:04:000:Always have Max Shot PowerPL2
batsugun:0:101451:02:001:Get Max Weapon Now! PL2
batsugun:0:101453:04:001:Get Max Shot Power Now! PL2
batsugun:0:1013EB:09:000:Next 'P' always=10000 pts PL2:Get maximum fire power
batsugun:0:1013EB:09:001:Next 'P' = 10000 pts Now! PL2:Get maximum fire power
batsugun:0:101456:03:001:Up fire level Now! PL2
batsugun:0:101457:00:501:Up fire level Now! PL2 (2/2)
; [ Battle Lane Vol. 5 (set 2) ]
battlan2:0:0CDA:03:000:Infinite Lives PL1
battlan2:0:0CE9:03:000:Infinite Lives PL2
; [ Battle Lane Vol. 5 (set 3) ]
battlan3:0:0CDA:03:000:Infinite Lives PL1
battlan3:0:0CE9:03:000:Infinite Lives PL2
; [ Battle Lane Vol. 5 (set 1) ]
battlane:0:0CDA:03:000:Infinite Lives PL1
battlane:0:0CE9:03:000:Infinite Lives PL2
; [ Battle Garegga ]
battleg:0:10008E:40:000:Enable Guest Characters:Enable "Kingdom Grand Prix"/"Shippu Mahou Daisakusen" characters, Same as "Up,Up,Down,Down,Left,Right,A,B,C" after inserting credits. Use after inserting credits.
battleg:0:10008F:20:500:Enable Guest Characters (2/12)
battleg:0:100090:10:500:Enable Guest Characters (3/12)
battleg:0:100091:08:500:Enable Guest Characters (4/12)
battleg:0:100092:04:500:Enable Guest Characters (5/12)
battleg:0:100093:08:500:Enable Guest Characters (6/12)
battleg:0:100094:04:500:Enable Guest Characters (7/12)
battleg:0:100095:02:500:Enable Guest Characters (8/12)
battleg:0:100096:02:500:Enable Guest Characters (9/12)
battleg:0:100097:01:500:Enable Guest Characters (10/12)
battleg:0:100098:01:500:Enable Guest Characters (11/12)
battleg:0:100099:00:500:Enable Guest Characters (12/12)
battleg:0:109CB8:24:000:Always 10000pts BONUS
battleg:0:10C9D3:00:998:Watch Game Rank
battleg:0:10C9D3:E9:000:Always have Easy Rank
battleg:0:10C9D4:D1:500:Always have Easy Rank (2/3)
battleg:0:10C9D5:06:500:Always have Easy Rank (3/3)
battleg:0:101686:03:000:Infinite Lives PL1
battleg:0:101682:04:000:Infinite Bombs PL1
battleg:0:101684:28:500:Infinite Bombs PL1 (2/2)
battleg:0:101688:FE:000:Invincibility "ON" PL1
battleg:0:101688:01:001:Invincibility "OFF" PL1
battleg:0:10177E:03:000:Infinite Lives PL2
battleg:0:10177A:04:000:Infinite Bombs PL2
battleg:0:10177C:28:500:Infinite Bombs PL2 (2/2)
battleg:0:101780:FE:000:Invincibility "ON" PL2
battleg:0:101780:01:001:Invincibility "OFF" PL2
; [ Battle Rangers (World) ]
battlera:0:1F0009:99:000:Infinite Credits
battlera:0:1F0024:99:000:Infinite Time
battlera:0:1F0805:03:000:Infinite Energy PL1
battlera:0:1F081A:99:000:Infinite Grenade PL1
battlera:0:1F0819:99:000:Infinite Ammo PL1
battlera:0:1F0817:00:000:Always Normal gun as Weapon-1 PL1
battlera:0:1F0817:01:000:Always Bazooka as Weapon-1 PL1
battlera:0:1F0817:02:000:Always Shot Gun as Weapon-1 PL1
battlera:0:1F0818:03:000:Always Grenade as Weapon-2 PL1
battlera:0:1F0818:04:000:Always Flamethrower as Weapon-2 PL1
battlera:0:1F0818:05:000:Always FlushGrenade as Weapon-2 PL1
battlera:0:1F0817:00:001:Get Normal gun as Weapon-1 Now!PL1
battlera:0:1F0817:01:001:Get Bazooka as Weapon-1 Now! PL1
battlera:0:1F0817:02:001:Get Shot Gun as Weapon-1 Now! PL1
battlera:0:1F0818:03:001:Get Grenade as Weapon-2 Now! PL1
battlera:0:1F0818:04:001:Get Flamethrower as Weapon-2Now!PL1
battlera:0:1F0818:05:001:Get FlushGrenade as Weapon-2Now!PL1
battlera:0:1F084D:03:000:Infinite Energy PL2
battlera:0:1F0862:99:000:Infinite Grenade PL2
battlera:0:1F0861:99:000:Infinite Ammo PL2
battlera:0:1F085F:00:000:Always Normal gun as Weapon-1 PL2
battlera:0:1F085F:01:000:Always Bazooka as Weapon-1 PL2
battlera:0:1F085F:02:000:Always Shot Gun as Weapon-1 PL2
battlera:0:1F0860:03:000:Always Grenade as Weapon-2 PL2
battlera:0:1F0860:04:000:Always Flamethrower as Weapon-2 PL2
battlera:0:1F0860:05:000:Always FlushGrenade as Weapon-2 PL2
battlera:0:1F085F:00:001:Get Normal gun as Weapon-1 Now!PL2
battlera:0:1F085F:01:001:Get Bazooka as Weapon-1 Now! PL2
battlera:0:1F085F:02:001:Get Shot Gun as Weapon-1 Now! PL2
battlera:0:1F0860:03:001:Get Grenade as Weapon-2 Now! PL2
battlera:0:1F0860:04:001:Get Flamethrower as Weapon-2Now!PL2
battlera:0:1F0860:05:001:Get FlushGrenade as Weapon-2Now!PL2
; [ Battlantis (Japan) ]
battlntj:0:1090:FF:000:Infinite Lives
battlntj:0:10A4:00:000:Infinite Continues
battlntj:0:13B9:0C:000:Infinite Item Time
battlntj:0:0000:00:999:[Enable Infinite Item Time ]
battlntj:0:0000:00:999:[before using these codes. ]
battlntj:0:1399:00:000:Never any special item
battlntj:0:1399:02:000:Always have Machine Gun
battlntj:0:1399:03:000:Always have Harpoon
battlntj:0:1399:06:000:Always have Invisibility
battlntj:0:1399:07:000:Always have Bombs
battlntj:0:1399:08:000:Always have Side Shot
battlntj:0:1399:00:001:Lose any special item Now!
battlntj:0:1399:02:001:Get Machine Gun Now!
battlntj:0:1399:03:001:Get Harpoon Now!
battlntj:0:1399:06:001:Get Invisibility Now!
battlntj:0:1399:07:001:Get Bombs Now!
battlntj:0:1399:08:001:Get Side Shot Now!
battlntj:0:1B05:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Battlantis ]
battlnts:0:1090:FF:000:Infinite Lives
battlnts:0:10A4:00:000:Infinite Continues
battlnts:0:13B9:0C:000:Infinite Item Time
battlnts:0:0000:00:999:[Enable Infinite Item Time ]
battlnts:0:0000:00:999:[before using these codes. ]
battlnts:0:1399:00:000:Never any special item
battlnts:0:1399:02:000:Always have Machine Gun
battlnts:0:1399:03:000:Always have Harpoon
battlnts:0:1399:06:000:Always have Invisibility
battlnts:0:1399:07:000:Always have Bombs
battlnts:0:1399:08:000:Always have Side Shot
battlnts:0:1399:00:001:Lose any special item Now!
battlnts:0:1399:02:001:Get Machine Gun Now!
battlnts:0:1399:03:001:Get Harpoon Now!
battlnts:0:1399:06:001:Get Invisibility Now!
battlnts:0:1399:07:001:Get Bombs Now!
battlnts:0:1399:08:001:Get Side Shot Now!
battlnts:0:1B05:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Battle-Road, The ]
battroad:0:E305:60:000:Infinite Fuel
battroad:0:ED11:40:020:Invincibility 'ON'
battroad:0:ED11:40:041:Invincibility 'OFF'
battroad:0:0000:00:999:[See the Dip Switch Menu to ]
battroad:0:0000:00:999:[enable an alternate ]
battroad:0:0000:00:999:[Invincibility cheat. ]
; [ Batsugun Special Ver. ]
batugnsp:0:10139B:09:000:Infinite Lives PL1
batugnsp:0:101415:07:000:Infinite Bombs PL1
batugnsp:0:10141E:01:000:Invincibility PL1
batugnsp:0:000000:00:999:[See the Dip Switch Menu to ]
batugnsp:0:000000:00:999:[enable an alternate ]
batugnsp:0:000000:00:999:[Invincibility PL1 cheat. ]
batugnsp:0:000000:00:999:[But the cheat is better as ]
batugnsp:0:000000:00:999:[the dipswitch causes a game]
batugnsp:0:000000:00:999:[crash when PL2 is selected.]
batugnsp:0:101411:02:000:Always have Max Weapon PL1
batugnsp:0:101413:04:000:Always have Max Shot PowerPL1
batugnsp:0:101411:02:001:Get Max Weapon Now! PL1
batugnsp:0:101413:04:001:Get Max Shot Power Now! PL1
batugnsp:0:1013E7:09:000:Next 'P' always=10000 pts PL1:Get maximum fire power
batugnsp:0:1013E7:09:001:Next 'P' = 10000 pts Now! PL1:Get maximum fire power
batugnsp:0:101416:03:001:Up fire level Now! PL1
batugnsp:0:101417:00:501:Up fire level Now! PL1 (2/2)
batugnsp:0:10139D:09:000:Infinite Lives PL2
batugnsp:0:101455:07:000:Infinite Bombs PL2
batugnsp:0:10145E:01:000:Invincibility PL2
batugnsp:0:101451:02:000:Always have Max Weapon PL2
batugnsp:0:101453:04:000:Always have Max Shot PowerPL2
batugnsp:0:101451:02:001:Get Max Weapon Now! PL2
batugnsp:0:101453:04:001:Get Max Shot Power Now! PL2
batugnsp:0:1013EB:09:000:Next 'P' always=10000 pts PL2:Get maximum fire power
batugnsp:0:1013EB:09:001:Next 'P' = 10000 pts Now! PL2:Get maximum fire power
batugnsp:0:101456:03:001:Up fire level Now! PL2
batugnsp:0:101457:00:501:Up fire level Now! PL2 (2/2)
; [ Bay Route (set 2) ]
bayrouta:0:500A15:99:000:Infinite Lives PL1
bayrouta:0:500A14:02:000:Infinite Energy PL1
bayrouta:0:500A17:3F:000:Invincibility PL1
bayrouta:0:500A35:99:000:Infinite Lives PL2
bayrouta:0:500A34:02:000:Infinite Energy PL2
bayrouta:0:500A37:3F:000:Invincibility PL2
; [ Bay Route (set 1) ]
bayroute:0:500A15:99:000:Infinite Lives PL1
bayroute:0:500A14:02:000:Infinite Energy PL1
bayroute:0:500A17:3F:000:Invincibility PL1
bayroute:0:500A35:99:000:Infinite Lives PL2
bayroute:0:500A34:02:000:Infinite Energy PL2
bayroute:0:500A37:3F:000:Invincibility PL2
; [ Bay Route (bootleg set 1) ]
bayrtbl1:0:500A15:99:000:Infinite Lives PL1
bayrtbl1:0:500A14:02:000:Infinite Energy PL1
bayrtbl1:0:500A17:3F:000:Invincibility PL1
bayrtbl1:0:500A35:99:000:Infinite Lives PL2
bayrtbl1:0:500A34:02:000:Infinite Energy PL2
bayrtbl1:0:500A37:3F:000:Invincibility PL2
; [ Bay Route (bootleg set 2) ]
bayrtbl2:0:500A15:99:000:Infinite Lives PL1
bayrtbl2:0:500A14:02:000:Infinite Energy PL1
bayrtbl2:0:500A17:3F:000:Invincibility PL1
bayrtbl2:0:500A35:99:000:Infinite Lives PL2
bayrtbl2:0:500A34:02:000:Infinite Energy PL2
bayrtbl2:0:500A37:3F:000:Invincibility PL2
; [ Bomber Man World (World) ]
bbmanw:0:A0C1A:09:000:Infinite Time
bbmanw:0:A0C19:99:500:Infinite Time (2/2)
bbmanw:0:A3902:00:001:Finish this Level Now!:To be used "Normal Mode" only
bbmanw:0:A0055:99:000:Infinite Credits PL1
bbmanw:0:A0BB3:09:000:Infinite Lives PL1
bbmanw:0:A0BB4:03:000:Maximum Speed PL1
bbmanw:0:A0BB6:07:000:Maximum Flame Length PL1
bbmanw:0:A0BB8:08:000:Maximum Bombs PL1
bbmanw:0:A0BBA:99:000:Maximum Extra Bombs PL1
bbmanw:0:A1128:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only
bbmanw:0:A1128:20:041:Invincibility "OFF" PL1
bbmanw:0:A0BB9:00:000:Always have Normal Bombs PL1
bbmanw:0:A0BB9:01:000:Always have Manual Bombs PL1
bbmanw:0:A0BB9:02:000:Always have Split Bombs PL1
bbmanw:0:A0BB9:00:001:Get Normal Bombs Now! PL1
bbmanw:0:A0BB9:01:001:Get Manual Bombs Now! PL1
bbmanw:0:A0BB9:02:001:Get Split Bombs Now! PL1
bbmanw:0:A0056:99:000:Infinite Credits PL2
bbmanw:0:A0BC3:09:000:Infinite Lives PL2
bbmanw:0:A0BC4:03:000:Maximum Speed PL2
bbmanw:0:A0BC6:07:000:Maximum Flame Length PL2
bbmanw:0:A0BC8:08:000:Maximum Bombs PL2
bbmanw:0:A0BCA:99:000:Maximum Extra Bombs PL2
bbmanw:0:A1168:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only
bbmanw:0:A1168:20:041:Invincibility "OFF" PL2
bbmanw:0:A0BC9:00:000:Always have Normal Bombs PL2
bbmanw:0:A0BC9:01:000:Always have Manual Bombs PL2
bbmanw:0:A0BC9:02:000:Always have Split Bombs PL2
bbmanw:0:A0BC9:00:001:Get Normal Bombs Now! PL2
bbmanw:0:A0BC9:01:001:Get Manual Bombs Now! PL2
bbmanw:0:A0BC9:02:001:Get Split Bombs Now! PL2
bbmanw:0:A0057:99:000:Infinite Credits PL3
bbmanw:0:A0BD3:09:000:Infinite Lives PL3
bbmanw:0:A0BD4:03:000:Maximum Speed PL3
bbmanw:0:A0BD6:07:000:Maximum Flame Length PL3
bbmanw:0:A0BD8:08:000:Maximum Bombs PL3
bbmanw:0:A0BDA:99:000:Maximum Extra Bombs PL3
bbmanw:0:A11A8:20:020:Invincibility "ON" PL3:To be used "Normal Mode" only
bbmanw:0:A11A8:20:041:Invincibility "OFF" PL3
bbmanw:0:A0BD9:00:000:Always have Normal Bombs PL3
bbmanw:0:A0BD9:01:000:Always have Manual Bombs PL3
bbmanw:0:A0BD9:02:000:Always have Split Bombs PL3
bbmanw:0:A0BD9:00:001:Get Normal Bombs Now! PL3
bbmanw:0:A0BD9:01:001:Get Manual Bombs Now! PL3
bbmanw:0:A0BD9:02:001:Get Split Bombs Now! PL3
bbmanw:0:A0058:99:000:Infinite Credits PL4
bbmanw:0:A0BE3:09:000:Infinite Lives PL4
bbmanw:0:A0BE4:03:000:Maximum Speed PL4
bbmanw:0:A0BE6:07:000:Maximum Flame Length PL4
bbmanw:0:A0BE8:08:000:Maximum Bombs PL4
bbmanw:0:A0BEA:99:000:Maximum Extra Bombs PL4
bbmanw:0:A11E8:20:020:Invincibility "ON" PL4:To be used "Normal Mode" only
bbmanw:0:A11E8:20:041:Invincibility "OFF" PL4
bbmanw:0:A0BE9:00:000:Always have Normal Bombs PL4
bbmanw:0:A0BE9:01:000:Always have Manual Bombs PL4
bbmanw:0:A0BE9:02:000:Always have Split Bombs PL4
bbmanw:0:A0BE9:00:001:Get Normal Bombs Now! PL4
bbmanw:0:A0BE9:01:001:Get Manual Bombs Now! PL4
bbmanw:0:A0BE9:02:001:Get Split Bombs Now! PL4
; [ Bomber Man World (Japan) ]
bbmanwj:0:A0C1A:09:000:Infinite Time
bbmanwj:0:A0C19:99:500:Infinite Time (2/2)
bbmanwj:0:A3902:00:001:Finish this Level Now!:To be used "Normal Mode" only
bbmanwj:0:A0055:99:000:Infinite Credits PL1
bbmanwj:0:A0BB3:09:000:Infinite Lives PL1
bbmanwj:0:A0BB4:03:000:Maximum Speed PL1
bbmanwj:0:A0BB6:07:000:Maximum Flame Length PL1
bbmanwj:0:A0BB8:08:000:Maximum Bombs PL1
bbmanwj:0:A0BBA:99:000:Maximum Extra Bombs PL1
bbmanwj:0:A1128:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only
bbmanwj:0:A1128:20:041:Invincibility "OFF" PL1
bbmanwj:0:A0BB9:00:000:Always have Normal Bombs PL1
bbmanwj:0:A0BB9:01:000:Always have Manual Bombs PL1
bbmanwj:0:A0BB9:02:000:Always have Split Bombs PL1
bbmanwj:0:A0BB9:00:001:Get Normal Bombs Now! PL1
bbmanwj:0:A0BB9:01:001:Get Manual Bombs Now! PL1
bbmanwj:0:A0BB9:02:001:Get Split Bombs Now! PL1
bbmanwj:0:A0056:99:000:Infinite Credits PL2
bbmanwj:0:A0BC3:09:000:Infinite Lives PL2
bbmanwj:0:A0BC4:03:000:Maximum Speed PL2
bbmanwj:0:A0BC6:07:000:Maximum Flame Length PL2
bbmanwj:0:A0BC8:08:000:Maximum Bombs PL2
bbmanwj:0:A0BCA:99:000:Maximum Extra Bombs PL2
bbmanwj:0:A1168:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only
bbmanwj:0:A1168:20:041:Invincibility "OFF" PL2
bbmanwj:0:A0BC9:00:000:Always have Normal Bombs PL2
bbmanwj:0:A0BC9:01:000:Always have Manual Bombs PL2
bbmanwj:0:A0BC9:02:000:Always have Split Bombs PL2
bbmanwj:0:A0BC9:00:001:Get Normal Bombs Now! PL2
bbmanwj:0:A0BC9:01:001:Get Manual Bombs Now! PL2
bbmanwj:0:A0BC9:02:001:Get Split Bombs Now! PL2
bbmanwj:0:A0057:99:000:Infinite Credits PL3
bbmanwj:0:A0BD3:09:000:Infinite Lives PL3
bbmanwj:0:A0BD4:03:000:Maximum Speed PL3
bbmanwj:0:A0BD6:07:000:Maximum Flame Length PL3
bbmanwj:0:A0BD8:08:000:Maximum Bombs PL3
bbmanwj:0:A0BDA:99:000:Maximum Extra Bombs PL3
bbmanwj:0:A11A8:20:020:Invincibility "ON" PL3:To be used "Normal Mode" only
bbmanwj:0:A11A8:20:041:Invincibility "OFF" PL3
bbmanwj:0:A0BD9:00:000:Always have Normal Bombs PL3
bbmanwj:0:A0BD9:01:000:Always have Manual Bombs PL3
bbmanwj:0:A0BD9:02:000:Always have Split Bombs PL3
bbmanwj:0:A0BD9:00:001:Get Normal Bombs Now! PL3
bbmanwj:0:A0BD9:01:001:Get Manual Bombs Now! PL3
bbmanwj:0:A0BD9:02:001:Get Split Bombs Now! PL3
bbmanwj:0:A0058:99:000:Infinite Credits PL4
bbmanwj:0:A0BE3:09:000:Infinite Lives PL4
bbmanwj:0:A0BE4:03:000:Maximum Speed PL4
bbmanwj:0:A0BE6:07:000:Maximum Flame Length PL4
bbmanwj:0:A0BE8:08:000:Maximum Bombs PL4
bbmanwj:0:A0BEA:99:000:Maximum Extra Bombs PL4
bbmanwj:0:A11E8:20:020:Invincibility "ON" PL4:To be used "Normal Mode" only
bbmanwj:0:A11E8:20:041:Invincibility "OFF" PL4
bbmanwj:0:A0BE9:00:000:Always have Normal Bombs PL4
bbmanwj:0:A0BE9:01:000:Always have Manual Bombs PL4
bbmanwj:0:A0BE9:02:000:Always have Split Bombs PL4
bbmanwj:0:A0BE9:00:001:Get Normal Bombs Now! PL4
bbmanwj:0:A0BE9:01:001:Get Manual Bombs Now! PL4
bbmanwj:0:A0BE9:02:001:Get Split Bombs Now! PL4
; [ Bigfoot Bonkers ]
bbonk:0:1C27:10:000:Score always = 0 PL1
bbonk:0:1C27:10:001:Score = 0 Now! PL1
bbonk:0:1C27:11:001:Score = 1 Now! PL1
bbonk:0:1C27:12:001:Score = 2 Now! PL1
bbonk:0:1C27:13:001:Score = 3 Now! PL1
bbonk:0:1C3E:10:000:Score always = 0 PL2
bbonk:0:1C3E:10:001:Score = 0 Now! PL2
bbonk:0:1C3E:11:001:Score = 1 Now! PL2
bbonk:0:1C3E:12:001:Score = 2 Now! PL2
bbonk:0:1C3E:13:001:Score = 3 Now! PL2
; [ Buster Bros (US) ]
bbros:0:E221:5B:000:Invincibility
bbros:0:E200:04:500:Invincibility (2/2)
bbros:0:E01A:99:000:Infinite Time
bbros:0:E027:01:001:Stop the Bubbles Now!
bbros:0:E027:00:001:Restart the Bubbles Now!
bbros:0:E028:8C:000:Infinite Balloon Freeze Time
bbros:0:E018:10:001:Goto Last level on comp.
bbros:0:E019:30:501:Goto Last level on comp.(2/2)
bbros:0:E018:10:001:Goto Last level on death
bbros:0:E019:31:501:Goto Last level on death(2/2)
bbros:0:E230:0A:000:Infinite Lives PL1
bbros:0:E228:01:000:Always Have Protection PL1
bbros:0:E229:00:000:Always Normal Weap. PL1
bbros:0:E22C:00:500:Always Normal Weap. PL1 (2/3)
bbros:0:E244:00:500:Always Normal Weap. PL1 (3/3)
bbros:0:E229:01:000:Always Double Weap. PL1
bbros:0:E22C:00:500:Always Double Weap. PL1 (2/3)
bbros:0:E244:00:500:Always Double Weap. PL1 (3/3)
bbros:0:E229:00:000:Always M. gun Weap. PL1
bbros:0:E22C:01:500:Always M. gun Weap. PL1 (2/3)
bbros:0:E244:00:500:Always M. gun Weap. PL1 (3/3)
bbros:0:E229:00:000:Always Blocker Weap.PL1
bbros:0:E22C:00:500:Always Blocker Weap.PL1 (2/3)
bbros:0:E244:01:500:Always Blocker Weap.PL1 (3/3)
bbros:0:E229:00:001:Get Normal Weap.PL1 Now!
bbros:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3)
bbros:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3)
bbros:0:E229:01:001:Get Double Weap.PL1 Now!
bbros:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3)
bbros:0:E244:00:501:Get Double Weap.PL1 Now!(3/3)
bbros:0:E229:00:001:Get M. gun Weap.PL1 Now!
bbros:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3)
bbros:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3)
bbros:0:E229:00:001:Get Blocker Weap.PL1 Now
bbros:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3)
bbros:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3)
bbros:0:E2B0:0A:000:Infinite Lives PL2
bbros:0:E2A8:01:000:Always Have Protection PL2
bbros:0:E2A9:00:000:Always Normal Weap. PL2
bbros:0:E2AC:00:500:Always Normal Weap. PL2 (2/3)
bbros:0:E2C4:00:500:Always Normal Weap. PL2 (3/3)
bbros:0:E2A9:01:000:Always Double Weap. PL2
bbros:0:E2AC:00:500:Always Double Weap. PL2 (2/3)
bbros:0:E2C4:00:500:Always Double Weap. PL2 (3/3)
bbros:0:E2A9:00:000:Always M. gun Weap. PL2
bbros:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3)
bbros:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3)
bbros:0:E2A9:00:000:Always Blocker Weap.PL2
bbros:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3)
bbros:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3)
bbros:0:E2A9:00:001:Get Normal Weap.PL2 Now!
bbros:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3)
bbros:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3)
bbros:0:E2A9:01:001:Get Double Weap.PL2 Now!
bbros:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3)
bbros:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3)
bbros:0:E2A9:00:001:Get M. gun Weap.PL2 Now!
bbros:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3)
bbros:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3)
bbros:0:E2A9:00:001:Get Blocker Weap.PL2 Now
bbros:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3)
bbros:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3)
; [ Battle Chopper ]
bchopper:0:A3760:3F:000:Infinite Time
bchopper:0:A3761:83:500:Infinite Time (2/2)
bchopper:0:A2964:0A:000:Infinite Lives
bchopper:0:A007E:FF:000:Infinite Energy
bchopper:0:00000:00:999:[See the Dip Switch Menu to ]
bchopper:0:00000:00:999:[enable Invincibility. ]
bchopper:0:A3754:90:000:Infinite Money
bchopper:0:A3755:99:500:Infinite Money (2/3)
bchopper:0:A3756:99:500:Infinite Money (3/3)
bchopper:0:A001B:02:000:Maximum Power Bomb
bchopper:0:A001C:02:000:Maximum Power Shot
bchopper:0:A001D:02:000:Maximum Power Missile
; [ Battle Cruiser M12 ]
bcruzm12:0:8020:07:000:Infinite Lives
bcruzm12:0:8025:00:001:Finish this Round Now!
; [ Beastie Feastie ]
beastf:0:4C96:05:000:Infinite Lives PL1
beastf:0:4C98:05:000:Infinite Lives PL2
beastf:0:4C9D:A8:000:Infinite Energy
; [ BeatHead (prototype) ]
beathead:0:00000980:1E:000:Infinite Credits
beathead:0:000199CC:0D:001:Tiles Got = 13 Now! PL1:or Player 1 wins Now!
beathead:0:000199CC:00:001:Tiles Got = 0 Now! PL1
beathead:0:00019A48:0D:001:Tiles Got = 13 Now! PL2:or Player 2 wins Now!
beathead:0:00019A48:00:001:Tiles Got = 0 Now! PL2
; [ Beezer (set 1) ]
beezer:0:0559:0A:000:Infinite Credits
beezer:0:0030:05:000:Infinite Lives PL1
beezer:0:0046:05:000:Infinite Lives PL2
; [ Beezer (set 2) ]
beezer1:0:0555:0A:000:Infinite Credits
beezer1:0:0030:05:000:Infinite Lives PL1
beezer1:0:0045:05:000:Infinite Lives PL2
; [ Beraboh Man (Japan) ]
berabohm:0:205E:63:000:Infinite Credits
berabohm:0:2064:78:000:Infinite Energy
berabohm:0:20C9:C0:000:Invincibility
; [ Berlin Wall, The (set 1) ]
berlwall:0:200020:09:000:Infinite Credits
berlwall:0:202890:09:000:Infinite Time
berlwall:0:202891:99:500:Infinite Time (2/2)
berlwall:0:202982:09:000:Infinite Lives PL1
berlwall:0:20299D:EF:000:Invincibility PL1
berlwall:0:2029C6:09:000:Infinite Lives PL2
berlwall:0:2029E1:EF:000:Invincibility PL2
; [ Berlin Wall, The (set 2) ]
berlwalt:0:200020:09:000:Infinite Credits
berlwalt:0:202890:09:000:Infinite Time
berlwalt:0:202891:99:500:Infinite Time (2/2)
berlwalt:0:20297E:09:000:Infinite Lives PL1
berlwalt:0:202999:EF:000:Invincibility PL1
berlwalt:0:2029C0:09:000:Infinite Lives PL2
berlwalt:0:2029DB:EF:000:Invincibility PL2
; [ Bermuda Triangle (US early version) ]
bermudaa:0:E3CA:99:000:Infinite Credits
bermudaa:0:E400:99:000:Infinite Lives PL1
bermudaa:0:E417:12:000:Infinite Energy PL1
bermudaa:0:E42B:9D:000:Invincibility PL1
bermudaa:0:E450:99:000:Infinite Lives PL2
bermudaa:0:E467:12:000:Infinite Energy PL2
bermudaa:0:E47B:9D:000:Invincibility PL2
; [ Bermuda Triangle (Japan) ]
bermudaj:0:E3CA:99:000:Infinite Credits
bermudaj:0:E428:00:000:Infinite Time PL1
bermudaj:0:E429:30:500:Infinite Time PL1 (2/2)
bermudaj:0:E400:99:000:Infinite Lives PL1
bermudaj:0:E417:BF:000:Infinite Energy PL1
bermudaj:0:E42B:9D:000:Invincibility PL1
bermudaj:0:E478:00:000:Infinite Time PL2
bermudaj:0:E479:30:500:Infinite Time PL2 (2/2)
bermudaj:0:E450:99:000:Infinite Lives PL2
bermudaj:0:E467:BF:000:Infinite Energy PL2
bermudaj:0:E47B:9D:000:Invincibility PL2
; [ Bermuda Triangle (US) ]
bermudat:0:E3CA:99:000:Infinite Credits
bermudat:0:E428:00:000:Infinite Time PL1
bermudat:0:E429:30:500:Infinite Time PL1 (2/2)
bermudat:0:E400:99:000:Infinite Lives PL1
bermudat:0:E417:BF:000:Infinite Energy PL1
bermudat:0:E42B:9D:000:Invincibility PL1
bermudat:0:E478:00:000:Infinite Time PL2
bermudat:0:E479:30:500:Infinite Time PL2 (2/2)
bermudat:0:E450:99:000:Infinite Lives PL2
bermudat:0:E467:BF:000:Infinite Energy PL2
bermudat:0:E47B:9D:000:Invincibility PL2
; [ Berzerk (set 1) ]
berzerk:0:4349:05:000:Infinite Lives
berzerk:0:434E:0F:000:No Evil Otto
berzerk:0:434B:00:000:Robots Don't Fire
berzerk:0:437A:00:000:Robots shoot slow lasers
berzerk:0:437A:02:000:Robots shoot fast lasers
; [ Berzerk (set 2) ]
berzerk1:0:4349:05:000:Infinite Lives
berzerk1:0:434E:0F:000:No Evil Otto
berzerk1:0:434B:00:000:Robots Don't Fire
berzerk1:0:437A:00:000:Robots shoot slow lasers
berzerk1:0:437A:02:000:Robots shoot fast lasers
; [ Big Karnak ]
bigkarnk:0:FF9C70:0A:000:Infinite Credits
bigkarnk:0:FF801A:3B:000:Infinite Time
bigkarnk:0:FFCA62:07:000:Infinite Lives PL1
bigkarnk:0:FFCA64:C0:000:Infinite Energy PL1
bigkarnk:0:FFCA6C:02:000:Invincibility PL1
bigkarnk:0:FFC962:07:000:Infinite Lives PL2
bigkarnk:0:FFC964:C0:000:Infinite Energy PL2
bigkarnk:0:FFC96C:02:000:Invincibility PL2
; [ Big Pro Wrestling!, The ]
bigprowr:0:00AC:10:000:Infinite Power
; [ Big Run (11th Rallye version) ]
bigrun:0:0F000D:63:000:Infinite Credits
bigrun:0:000000:00:999:[ONLY use Boost Time Now! during race!]
bigrun:0:000000:00:999:[If you use it at any other time you ]
bigrun:0:000000:00:999:[will probably have BIG problems! And ]
bigrun:0:000000:00:999:[that includes the START Countdown!! ]
bigrun:0:0F014A:FF:001:Boost Time Now!
bigrun:0:0F014B:FF:501:Boost Time Now! (2/2)
; [ Big Striker ]
bigstrik:0:FF885D:09:000:Infinite Time
bigstrik:0:FF885F:59:500:Infinite Time (2/2)
bigstrik:0:FF885D:00:001:Finish Game Now!
bigstrik:0:FF885F:00:501:Finish Game Now! (2/2)
bigstrik:0:000000:00:999:[The score will not display ]
bigstrik:0:000000:00:999:[until the score changes! ]
bigstrik:0:FF8A79:99:073:Select Score PL1
bigstrik:0:FF8A7B:99:073:Select Score PL2
; [ Big Twin ]
bigtwin:0:FF0011:63:000:Infinite Credits
bigtwin:0:FF010B:63:000:Infinite Lives PL1
bigtwin:0:FF00D9:00:001:Finish this Level Now! PL1
bigtwin:0:FF0975:63:000:Infinite Lives PL2
bigtwin:0:FF0943:00:001:Finish this Level Now! PL2
; [ Bijokko Gakuen (Japan) ]
bijokkog:0:F0E2:FF:000:Buggy score
bijokkog:0:0000:00:999:[The winning hand cheat must]
bijokkog:0:0000:00:999:[be activated when there are]
bijokkog:0:0000:00:999:[14 tiles in your hand, then]
bijokkog:0:0000:00:999:[press the RON key . ]
bijokkog:0:0000:00:999:[('Z' by default). The tiles]
bijokkog:0:0000:00:999:[do not visually change ]
bijokkog:0:0000:00:999:[until you make a move. ]
bijokkog:0:F40E:31:001:Get winning hand Now!
bijokkog:0:F40F:31:501:Get winning hand Now! (02/14)
bijokkog:0:F410:31:501:Get winning hand Now! (03/14)
bijokkog:0:F411:32:501:Get winning hand Now! (04/14)
bijokkog:0:F412:32:501:Get winning hand Now! (05/14)
bijokkog:0:F413:32:501:Get winning hand Now! (06/14)
bijokkog:0:F414:33:501:Get winning hand Now! (07/14)
bijokkog:0:F415:33:501:Get winning hand Now! (08/14)
bijokkog:0:F416:33:501:Get winning hand Now! (09/14)
bijokkog:0:F417:34:501:Get winning hand Now! (10/14)
bijokkog:0:F418:34:501:Get winning hand Now! (11/14)
bijokkog:0:F419:34:501:Get winning hand Now! (12/14)
bijokkog:0:F41A:35:501:Get winning hand Now! (13/14)
bijokkog:0:F41B:35:501:Get winning hand Now! (14/14)
bijokkog:0:F40E:31:000:Always winning hand
bijokkog:0:F40F:31:500:Always winning hand (02/14)
bijokkog:0:F410:31:500:Always winning hand (03/14)
bijokkog:0:F411:32:500:Always winning hand (04/14)
bijokkog:0:F412:32:500:Always winning hand (05/14)
bijokkog:0:F413:32:500:Always winning hand (06/14)
bijokkog:0:F414:33:500:Always winning hand (07/14)
bijokkog:0:F415:33:500:Always winning hand (08/14)
bijokkog:0:F416:33:500:Always winning hand (09/14)
bijokkog:0:F417:34:500:Always winning hand (10/14)
bijokkog:0:F418:34:500:Always winning hand (11/14)
bijokkog:0:F419:34:500:Always winning hand (12/14)
bijokkog:0:F41A:35:500:Always winning hand (13/14)
bijokkog:0:F41B:35:500:Always winning hand (14/14)
; [ Bijokko Yume Monogatari (Japan) ]
bijokkoy:0:F0E2:FF:000:Buggy score
bijokkoy:0:0000:00:999:[The winning hand cheat must]
bijokkoy:0:0000:00:999:[be activated when there are]
bijokkoy:0:0000:00:999:[14 tiles in your hand, then]
bijokkoy:0:0000:00:999:[press the RON key . ]
bijokkoy:0:0000:00:999:[('Z' by default). The tiles]
bijokkoy:0:0000:00:999:[do not visually change ]
bijokkoy:0:0000:00:999:[until you make a move. ]
bijokkoy:0:F40E:31:001:Get winning hand Now!
bijokkoy:0:F40F:31:501:Get winning hand Now! (02/14)
bijokkoy:0:F410:31:501:Get winning hand Now! (03/14)
bijokkoy:0:F411:32:501:Get winning hand Now! (04/14)
bijokkoy:0:F412:32:501:Get winning hand Now! (05/14)
bijokkoy:0:F413:32:501:Get winning hand Now! (06/14)
bijokkoy:0:F414:33:501:Get winning hand Now! (07/14)
bijokkoy:0:F415:33:501:Get winning hand Now! (08/14)
bijokkoy:0:F416:33:501:Get winning hand Now! (09/14)
bijokkoy:0:F417:34:501:Get winning hand Now! (10/14)
bijokkoy:0:F418:34:501:Get winning hand Now! (11/14)
bijokkoy:0:F419:34:501:Get winning hand Now! (12/14)
bijokkoy:0:F41A:35:501:Get winning hand Now! (13/14)
bijokkoy:0:F41B:35:501:Get winning hand Now! (14/14)
bijokkoy:0:F40E:31:000:Always winning hand
bijokkoy:0:F40F:31:500:Always winning hand (02/14)
bijokkoy:0:F410:31:500:Always winning hand (03/14)
bijokkoy:0:F411:32:500:Always winning hand (04/14)
bijokkoy:0:F412:32:500:Always winning hand (05/14)
bijokkoy:0:F413:32:500:Always winning hand (06/14)
bijokkoy:0:F414:33:500:Always winning hand (07/14)
bijokkoy:0:F415:33:500:Always winning hand (08/14)
bijokkoy:0:F416:33:500:Always winning hand (09/14)
bijokkoy:0:F417:34:500:Always winning hand (10/14)
bijokkoy:0:F418:34:500:Always winning hand (11/14)
bijokkoy:0:F419:34:500:Always winning hand (12/14)
bijokkoy:0:F41A:35:500:Always winning hand (13/14)
bijokkoy:0:F41B:35:500:Always winning hand (14/14)
; [ Billiards, The ]
billiard:0:81C0:03:000:Infinite Lives
billiard:0:81A6:03:000:Infinite Rests
; [ Bio Attack ]
bioatack:0:8044:03:000:Infinite Lives
bioatack:0:8023:0D:007:Infinite Oxygen
bioatack:0:8024:0B:507:Infinite Oxygen (2/2)
bioatack:0:0000:00:999:[See the Dip Switch Menu to ]
bioatack:0:0000:00:999:[enable Invincibility. ]
; [ Biomechanical Toy (unprotected) ]
biomtoy:0:FF072B:09:000:Infinite Lives
biomtoy:0:FF0729:E0:000:Infinite Energy
biomtoy:0:FF0547:5C:000:Infinite Ammo.:Get some bullets first
biomtoy:0:FF5EFB:02:000:Invincibility
biomtoy:0:FF0549:00:000:Always have No Bullets
biomtoy:0:FF0549:01:000:Always have Normal Bullets
biomtoy:0:FF0549:02:000:Always have Flame Bullets
biomtoy:0:FF0549:00:001:Get No Bullets Now!
biomtoy:0:FF0549:01:001:Get Normal Bullets Now!
biomtoy:0:FF0549:02:001:Get Flame Bullets Now!
; [ Bionic Commando (US set 1) ]
bionicc:0:FFC67B:BF:000:Invincibility (buggy!)
bionicc:0:FFC57E:08:000:Infinite Lives
bionicc:0:FFC5A1:99:000:Infinite Time
bionicc:0:FFC999:01:000:Always have fast arm "ON"
bionicc:0:FFC999:00:001:Turn fast arm "OFF"
; [ Bionic Commando (US set 2) ]
bionicc2:0:FFC67B:BF:000:Invincibility (buggy!)
bionicc2:0:FFC57E:08:000:Infinite Lives
bionicc2:0:FFC5A1:99:000:Infinite Time
bionicc2:0:FFC999:01:000:Always have fast arm "ON"
bionicc2:0:FFC999:00:001:Turn fast arm "OFF"
; [ Bio-ship Paladin ]
bioship:0:0F02DD:06:000:Infinite Lives PL1
bioship:0:0F0331:14:000:Infinite Energy PL1
bioship:0:0F0335:40:000:Always have max beam PL1
bioship:0:0F02DB:4F:000:Invincibility PL1
bioship:0:0F0E5D:06:000:Infinite Lives PL2
bioship:0:0F0EB1:14:000:Infinite Energy PL2
bioship:0:0F0EB5:40:000:Always have max beam PL2
bioship:0:0F0E5B:4F:000:Invincibility PL2
; [ Blue's Journey / Raguy ]
bjourney:0:106906:38:002:Infinite Time
bjourney:0:106907:40:502:Infinite Time (2/2)
bjourney:0:10783F:09:000:Infinite Shop Time
bjourney:0:107000:09:000:Infinite Lives PL1
bjourney:0:107009:7F:000:Invincibility PL1
bjourney:0:107011:05:000:Infinite Hearts PL1
bjourney:0:107020:05:500:Infinite Hearts PL1 (2/2)
bjourney:0:107010:FF:001:Get 255 Roses Now! PL1
bjourney:0:107010:FF:000:Infinite Money PL1
bjourney:0:10701B:FF:500:Infinite Money PL1 (2/2)
bjourney:0:107017:04:000:Always 1 cocoon for life PL1
bjourney:0:107017:04:001:Get 1 cocoon for life Now!PL1
bjourney:0:107012:02:000:Always have leaf PL1
bjourney:0:10702B:00:500:Always have leaf PL1 (2/3)
bjourney:0:10702C:00:500:Always have leaf PL1 (3/3)
bjourney:0:107012:00:000:Always have boomrang PL1
bjourney:0:10702B:03:500:Always have boomrang PL1(2/3)
bjourney:0:10702C:00:500:Always have boomrang PL1(3/3)
bjourney:0:107012:00:000:Always have "bomb" PL1
bjourney:0:10702B:00:500:Always have "bomb" PL1 (2/3)
bjourney:0:10702C:03:500:Always have "bomb" PL1 (3/3)
bjourney:0:107012:02:001:Get leaf Now! PL1
bjourney:0:10702B:00:501:Get leaf Now! PL1 (2/3)
bjourney:0:10702C:00:501:Get leaf Now! PL1 (3/3)
bjourney:0:107012:00:001:Get boomrang Now! PL1
bjourney:0:10702B:03:501:Get boomrang Now! PL1(2/3)
bjourney:0:10702C:00:501:Get boomrang Now! PL1(3/3)
bjourney:0:107012:00:001:Get "bomb" Now! PL1
bjourney:0:10702B:00:501:Get "bomb" Now! PL1 (2/3)
bjourney:0:10702C:03:501:Get "bomb" Now! PL1 (3/3)
bjourney:0:10701C:01:000:Never lose flowers PL1
bjourney:0:107019:00:000:Never get cursed PL1
bjourney:0:10701A:01:000:Get the lucky ring PL1:Possible error to be checked PUGSY 23/07/01
bjourney:0:10701A:01:000:Always have the club PL1
bjourney:0:107013:01:000:Always have the spikes PL1
bjourney:0:107014:01:000:Always have the spring PL1
bjourney:0:107015:01:000:Always have the swin fin PL1
bjourney:0:107015:01:000:Always have the light safePL1
bjourney:0:107015:02:000:Always have the super safePL1
bjourney:0:10701A:01:001:Get the club Now! PL1
bjourney:0:107013:01:001:Get the spikes Now! PL1
bjourney:0:107014:01:001:Get the spring Now! PL1
bjourney:0:107015:01:001:Get the swin fin Now! PL1
bjourney:0:107015:01:001:Get the light safe Now!PL1
bjourney:0:107015:02:001:Get the super safe Now!PL1
bjourney:0:107400:09:000:Infinite Lives PL2
bjourney:0:107409:7F:000:Invincibility PL2
bjourney:0:107411:05:000:Infinite Hearts PL2
bjourney:0:107420:05:500:Infinite Hearts PL2 (2/2)
bjourney:0:107410:FF:001:Get 255 Roses Now! PL2
bjourney:0:107410:FF:000:Infinite Money PL2
bjourney:0:10741B:FF:500:Infinite Money PL2 (2/2)
bjourney:0:107417:04:000:Always 1 cocoon for life PL2
bjourney:0:107417:04:001:Get 1 cocoon for life Now!PL2
bjourney:0:107412:02:000:Always have leaf PL2
bjourney:0:10742B:00:500:Always have leaf PL2 (2/3)
bjourney:0:10742C:00:500:Always have leaf PL2 (3/3)
bjourney:0:107412:00:000:Always have boomrang PL2
bjourney:0:10742B:03:500:Always have boomrang PL2(2/3)
bjourney:0:10742C:00:500:Always have boomrang PL2(3/3)
bjourney:0:107412:00:000:Always have "bomb" PL2
bjourney:0:10742B:00:500:Always have "bomb" PL2 (2/3)
bjourney:0:10742C:03:500:Always have "bomb" PL2 (3/3)
bjourney:0:107412:02:001:Get leaf Now! PL2
bjourney:0:10742B:00:501:Get leaf Now! PL2 (2/3)
bjourney:0:10742C:00:501:Get leaf Now! PL2 (3/3)
bjourney:0:107412:00:001:Get boomrang Now! PL2
bjourney:0:10742B:03:501:Get boomrang Now! PL2(2/3)
bjourney:0:10742C:00:501:Get boomrang Now! PL2(3/3)
bjourney:0:107412:00:001:Get "bomb" Now! PL2
bjourney:0:10742B:00:501:Get "bomb" Now! PL2 (2/3)
bjourney:0:10742C:03:501:Get "bomb" Now! PL2 (3/3)
bjourney:0:10741C:01:000:Never lose flowers PL2
bjourney:0:107419:00:000:Never get cursed PL2
bjourney:0:10741A:01:000:Get the lucky ring PL2:Possible error to be checked PUGSY 23/07/01
bjourney:0:10741A:01:000:Always have the club PL2
bjourney:0:107413:01:000:Always have the spikes PL2
bjourney:0:107414:01:000:Always have the spring PL2
bjourney:0:107415:01:000:Always have the swin fin PL2
bjourney:0:107415:01:000:Always have the light safePL2
bjourney:0:107415:02:000:Always have the super safePL2
bjourney:0:10741A:01:001:Get the club Now! PL2
bjourney:0:107413:01:001:Get the spikes Now! PL2
bjourney:0:107414:01:001:Get the spring Now! PL2
bjourney:0:107415:01:001:Get the swin fin Now! PL2
bjourney:0:107415:01:001:Get the light safe Now!PL2
bjourney:0:107415:02:001:Get the super safe Now!PL2
; [ Bombjack Twin ]
bjtwin:0:0F9003:09:000:Infinite Credits
bjtwin:0:0F9092:09:000:Infinite Bonus Game Time
bjtwin:0:0F9093:90:500:Infinite Bonus Game Time(2/2)
bjtwin:0:0F1204:01:000:Infinite "Power" Time
bjtwin:0:0F1205:40:500:Infinite "Power" Time (2/2)
bjtwin:0:0F9071:04:000:Always x5 Bonus Multiplier
bjtwin:0:0F9073:13:000:Always next bomb for "power"
bjtwin:0:0F9071:04:001:Get x5 Bonus Multiplier Next!
bjtwin:0:0F9073:13:001:Get next bomb for "power"Now!
bjtwin:0:0F1037:06:000:Infinite Lives PL1
bjtwin:0:0F106F:FF:000:Invincibility PL1
bjtwin:0:0F105D:63:000:Maximum items PL1
bjtwin:0:0F106B:18:000:Max bombs (solo/bonus) PL1
bjtwin:0:0F106D:17:000:Max fire bombs(solo/bonus)PL1
bjtwin:0:0F106B:46:000:Max bombs (dual game) PL1
bjtwin:0:0F106D:45:000:Max fire bombs (dual game)PL1
bjtwin:0:0F1137:06:000:Infinite Lives PL2
bjtwin:0:0F116F:FF:000:Invincibility PL2
bjtwin:0:0F115D:63:000:Maximum items PL2
bjtwin:0:0F116B:18:000:Max bombs (solo/bonus) PL2
bjtwin:0:0F116D:17:000:Max fire bombs(solo/bonus)PL2
bjtwin:0:0F116B:46:000:Max bombs (dual game) PL2
bjtwin:0:0F116D:45:000:Max fire bombs (dual game)PL2
; [ Birdie King 2 ]
bking2:0:9336:39:000:Infinite Time
bking2:0:80C3:00:000:Infinite Strokes PL1
bking2:0:80CC:12:000:Infinite Holes PL1
bking2:0:80C3:00:001:Reset Strokes Now! PL1
bking2:0:80C2:11:001:Goto last hole, next hole PL1
bking2:0:80D3:00:000:Infinite Strokes PL2
bking2:0:80DC:12:000:Infinite Holes PL2
bking2:0:80D3:00:001:Reset Strokes Now! PL2
bking2:0:80D2:11:001:Goto last hole, next hole PL2
; [ Bakuretsu Quiz Ma-Q Dai Bouken (Japan) ]
bkrtmaq:0:002FDD:09:000:Infinite Credits
bkrtmaq:0:000000:00:999:[Watch out for these values ]
bkrtmaq:0:000000:00:999:[ 08=1, 04=2, 02=3, 01=4 ]
bkrtmaq:0:0029F6:00:998:Watch me for good answer
bkrtmaq:0:0029F5:02:001:Good answer ends quiz Now!
bkrtmaq:0:0029ED:03:501:Good answer ends quiz Now! (2/2)
bkrtmaq:0:002109:06:000:Infinite Lives PL1
bkrtmaq:0:002129:06:000:Infinite Lives PL2
; [ Black Tiger (bootleg) ]
bktigerb:0:F3A0:09:000:Infinite Lives
bktigerb:0:F3B1:3B:000:Infinite Time
bktigerb:0:F3AD:06:000:Infinite Shield
bktigerb:0:F3A8:FF:000:Infinite Money
bktigerb:0:F3B0:09:000:Infinite Potions
bktigerb:0:F3AB:09:000:Infinite Keys
bktigerb:0:E905:01:000:Invincibility:Falling down holes kills!
bktigerb:0:F424:0F:500:Invincibility (2/2)
bktigerb:0:F3AC:04:000:Always have the Best weapon
bktigerb:0:F3A1:07:071:Select current level
bktigerb:0:F3A1:07:061:Select next level
; [ Blades of Steel (version T) ]
bladestl:0:4041:99:000:Infinite Time
bladestl:0:4042:59:500:Infinite Time (2/2)
bladestl:0:4041:00:001:Finish Period Now!
bladestl:0:4042:00:501:Finish Period Now! (2/2)
bladestl:0:4045:99:000:Infinite Play Time
bladestl:0:4046:59:500:Infinite Play Time (2/2)
bladestl:0:4049:99:073:Select Score 0-99 PL1
bladestl:0:4048:09:073:Select Score 100-900 PL1
bladestl:0:404B:99:073:Select Score 0-99 PL2
bladestl:0:404A:09:073:Select Score 100-900 PL2
bladestl:0:41FF:FF:000:Sound Test Timer Stop:[Unknown]Next Code
; [ Blades of Steel (version E) ]
bladstle:0:4041:99:000:Infinite Time
bladstle:0:4042:59:500:Infinite Time (2/2)
bladstle:0:4041:00:001:Finish Period Now!
bladstle:0:4042:00:501:Finish Period Now! (2/2)
bladstle:0:4045:99:000:Infinite Play Time
bladstle:0:4046:59:500:Infinite Play Time (2/2)
bladstle:0:4049:99:073:Select Score 0-99 PL1
bladstle:0:4048:09:073:Select Score 100-900 PL1
bladstle:0:404B:99:073:Select Score 0-99 PL2
bladstle:0:404A:09:073:Select Score 100-900 PL2
bladstle:0:41FF:FF:000:Sound Test Timer Stop:[Unknown]Next Code
; [ Blandia (prototype) ]
blandia:0:2010C1:63:000:Infinite Time
blandia:0:2010C1:00:001:Finish this Round Now!:
blandia:0:2010D1:80:000:Infinite Energy PL1
blandia:0:2010D5:80:500:Infinite Energy PL1 (2/2)
blandia:0:2010D1:00:001:Drain all Energy Now! PL1:
blandia:0:2010D5:00:501:Drain all Energy Now! PL1 (2/2)
blandia:0:2010CF:80:000:Infinite Energy PL2
blandia:0:2010D3:80:500:Infinite Energy PL2 (2/2)
blandia:0:2010CF:00:001:Drain all Energy Now! PL2:
blandia:0:2010D3:00:501:Drain all Energy Now! PL2 (2/2)
; [ Blasted ]
blasted:0:060BBB:32:000:Infinite Energy PL1
blasted:0:060E3B:32:000:Infinite Energy PL2
; [ Blaster ]
blaster:0:BD26:09:000:Infinite Lives
blaster:0:973E:03:000:Invincibility
blaster:0:BD29:13:000:Level 20 (Paradise)
; [ Blasto ]
blasto:0:FF06:30:000:Infinite Time
; [ Blast Off (Japan) ]
blastoff:0:431F:04:000:Infinite Lives PL1
blastoff:0:4300:00:000:Invincibility PL1
blastoff:0:435F:04:000:Infinite Lives PL2
blastoff:0:4340:00:000:Invincibility PL2
; [ Blaze On (Japan) ]
blazeon:0:3001E0:09:000:Infinite Credits
blazeon:0:3035DD:05:000:Infinite Lives PL1
blazeon:0:3002B2:03:000:Infinite Special Weapon PL1
blazeon:0:3002A0:02:020:Invincibility "ON" PL1
blazeon:0:3002A0:02:041:Invincibility "OFF" PL1
blazeon:0:3035DE:05:000:Infinite Lives PL2
blazeon:0:300322:03:000:Infinite Special Weapon PL2
blazeon:0:300310:02:020:Invincibility "ON" PL2
blazeon:0:300310:02:041:Invincibility "OFF" PL2
; [ Blazer (Japan) ]
blazer:0:2040:0A:000:Infinite Lives
blazer:0:205C:66:000:Infinite Fuel
blazer:0:2065:00:000:Always have normal shot
blazer:0:2063:00:500:Always have normal shot (2/2)
blazer:0:2065:01:000:Always have 4 way shot
blazer:0:2063:00:500:Always have 4 way shot (2/2)
blazer:0:2063:01:000:Always have Torpedo shot
blazer:0:2065:00:500:Always have Torpedo shot(2/2)
blazer:0:2065:00:001:Get normal shot Now!
blazer:0:2063:00:501:Get normal shot Now! (2/2)
blazer:0:2065:01:001:Get 4 way shot Now!
blazer:0:2063:00:501:Get 4 way shot Now! (2/2)
blazer:0:2063:01:001:Get Torpedo shot Now!
blazer:0:2065:00:501:Get Torpedo shot Now! (2/2)
; [ Blazing Star ]
blazstar:0:101BA1:09:000:Infinite Lives PL1
blazstar:0:101B79:03:000:Max Power PL1
blazstar:0:101B7C:01:005:Auto Fire PL1:Press F6 to stop fire
blazstar:0:101B9D:02:000:Invincibility PL1
blazstar:0:103805:01:520:Invincibility PL1 (2/2)
blazstar:0:101BA3:09:000:Infinite Lives PL2
blazstar:0:101B7B:03:000:Max Power PL2
blazstar:0:101B7E:01:005:Auto Fire PL2:Press F6 to stop fire
blazstar:0:101B9F:02:000:Invincibility PL2
blazstar:0:104405:01:520:Invincibility PL2 (2/2)
blazstar:0:000000:00:999:[These Select starting round]
blazstar:0:000000:00:999:[cheats are *NOT* linked so ]
blazstar:0:000000:00:999:[they must BOTH be selected ]
blazstar:0:000000:00:999:[individually one after the ]
blazstar:0:000000:00:999:[other! ]
blazstar:0:000000:00:999:[ ]
blazstar:0:000000:00:999:[You should enable these ]
blazstar:0:000000:00:999:[cheats on the press START ]
blazstar:0:000000:00:999:[button screen. ]
blazstar:0:101C87:FF:021:Select starting round (1|2)
blazstar:0:101C87:06:061:Select starting round (2|2)
blazstar:0:101C87:06:061:Select next round
; [ Block Gal (bootleg) ]
blckgalb:0:C00C:01:001:Finish this level Now!
blckgalb:0:C019:03:000:Infinite Lives PL1
blckgalb:0:C018:14:062:Select next level PL1
blckgalb:0:C021:03:000:Infinite Lives PL2
blckgalb:0:C020:14:062:Select next level PL2
; [ Block Out (set 2) ]
blckout2:0:1D5F15:63:000:Infinite bonus time PL1
blckout2:0:1D5E8D:00:001:End round Now! PL1
blckout2:0:1D5E95:01:000:PL1 One face to beat PL2
blckout2:0:1D5E97:01:000:PL2 One face to beat PL1
blckout2:0:1D5E95:01:001:PL1 One face to beat PL2 Now!
blckout2:0:1D5E97:01:001:PL2 One face to beat PL1 Now!
blckout2:0:1D5E91:00:000:Score always set to 0 PL1
blckout2:0:1D5E93:00:000:Score always set to 0 PL2
blckout2:0:1D5E91:00:001:Set score to 0 Now! PL1
blckout2:0:1D5E93:00:001:Set score to 0 Now! PL2
; [ Bloody Wolf (US) ]
bldwolf:0:1F0009:99:000:Infinite Credits
bldwolf:0:1F0024:99:000:Infinite Time
bldwolf:0:1F0805:03:000:Infinite Energy PL1
bldwolf:0:1F081A:99:000:Infinite Grenade PL1
bldwolf:0:1F0819:99:000:Infinite Ammo PL1
bldwolf:0:1F0817:00:000:Always Normal gun as Weapon-1 PL1
bldwolf:0:1F0817:01:000:Always Bazooka as Weapon-1 PL1
bldwolf:0:1F0817:02:000:Always Shot Gun as Weapon-1 PL1
bldwolf:0:1F0818:03:000:Always Grenade as Weapon-2 PL1
bldwolf:0:1F0818:04:000:Always Flamethrower as Weapon-2 PL1
bldwolf:0:1F0818:05:000:Always FlushGrenade as Weapon-2 PL1
bldwolf:0:1F0817:00:001:Get Normal gun as Weapon-1 Now!PL1
bldwolf:0:1F0817:01:001:Get Bazooka as Weapon-1 Now! PL1
bldwolf:0:1F0817:02:001:Get Shot Gun as Weapon-1 Now! PL1
bldwolf:0:1F0818:03:001:Get Grenade as Weapon-2 Now! PL1
bldwolf:0:1F0818:04:001:Get Flamethrower as Weapon-2Now!PL1
bldwolf:0:1F0818:05:001:Get FlushGrenade as Weapon-2Now!PL1
bldwolf:0:1F084D:03:000:Infinite Energy PL2
bldwolf:0:1F0862:99:000:Infinite Grenade PL2
bldwolf:0:1F0861:99:000:Infinite Ammo PL2
bldwolf:0:1F085F:00:000:Always Normal gun as Weapon-1 PL2
bldwolf:0:1F085F:01:000:Always Bazooka as Weapon-1 PL2
bldwolf:0:1F085F:02:000:Always Shot Gun as Weapon-1 PL2
bldwolf:0:1F0860:03:000:Always Grenade as Weapon-2 PL2
bldwolf:0:1F0860:04:000:Always Flamethrower as Weapon-2 PL2
bldwolf:0:1F0860:05:000:Always FlushGrenade as Weapon-2 PL2
bldwolf:0:1F085F:00:001:Get Normal gun as Weapon-1 Now!PL2
bldwolf:0:1F085F:01:001:Get Bazooka as Weapon-1 Now! PL2
bldwolf:0:1F085F:02:001:Get Shot Gun as Weapon-1 Now! PL2
bldwolf:0:1F0860:03:001:Get Grenade as Weapon-2 Now! PL2
bldwolf:0:1F0860:04:001:Get Flamethrower as Weapon-2Now!PL2
bldwolf:0:1F0860:05:001:Get FlushGrenade as Weapon-2Now!PL2
; [ Black Dragon (bootleg) ]
blkdrgnb:0:F3A0:09:000:Infinite Lives
blkdrgnb:0:F3B1:3B:000:Infinite Time
blkdrgnb:0:F3AD:06:000:Infinite Shield
blkdrgnb:0:F3A8:FF:000:Infinite Money
blkdrgnb:0:F3B0:09:000:Infinite Potions
blkdrgnb:0:F3AB:09:000:Infinite Keys
blkdrgnb:0:E905:01:000:Invincibility:Falling down holes kills!
blkdrgnb:0:F424:0F:500:Invincibility (2/2)
blkdrgnb:0:F3AC:04:000:Always have the Best weapon
blkdrgnb:0:F3A1:07:071:Select current level
blkdrgnb:0:F3A1:07:061:Select next level
; [ Black Dragon ]
blkdrgon:0:F3A0:09:000:Infinite Lives
blkdrgon:0:F3B1:3B:000:Infinite Time
blkdrgon:0:F3AD:06:000:Infinite Shield
blkdrgon:0:F3A8:FF:000:Infinite Money
blkdrgon:0:F3B0:09:000:Infinite Potions
blkdrgon:0:F3AB:09:000:Infinite Keys
blkdrgon:0:E905:01:000:Invincibility:Falling down holes kills!
blkdrgon:0:F424:0F:500:Invincibility (2/2)
blkdrgon:0:F3AC:04:000:Always have the Best weapon
blkdrgon:0:F3A1:07:071:Select current level
blkdrgon:0:F3A1:07:061:Select next level
; [ Black Hole ]
blkhole:0:40F0:03:000:Infinite Lives PL1
blkhole:0:4130:03:000:Infinite Lives PL2
; [ Black Panther ]
blkpnthr:0:091000:07:000:Infinite Lives
blkpnthr:0:09100E:11:000:Infinite Energy
; [ Black Tiger ]
blktiger:0:F3A0:09:000:Infinite Lives
blktiger:0:F3B1:3B:000:Infinite Time
blktiger:0:F3AD:06:000:Infinite Shield
blktiger:0:F3A8:FF:000:Infinite Money
blktiger:0:F3B0:09:000:Infinite Potions
blktiger:0:F3AB:09:000:Infinite Keys
blktiger:0:E905:01:000:Invincibility:Falling down holes kills!
blktiger:0:F424:0F:500:Invincibility (2/2)
blktiger:0:F3AC:04:000:Always have the Best weapon
blktiger:0:F3A1:07:071:Select current level
blktiger:0:F3A1:07:061:Select next level
; [ Blomby Car ]
blmbycar:0:FED011:00:000:Infinite Time
; [ Block Block (World 911106) ]
block:0:E05B:09:000:Infinite Bonus
block:0:E05C:99:500:Infinite Bonus (2/2)
block:0:E045:31:001:Level 50 when level ends
block:0:E045:32:062:Select next level
block:0:E1AD:99:000:Infinite Lives PL1
block:0:E1B5:B4:000:Infinite Magnet time PL1:Get the magnet first
block:0:E1B3:63:000:Bat never reduces PL1
block:0:E1AA:00:500:Bat never reduces PL1 (2/3)
block:0:E1AB:99:500:Bat never reduces PL1 (3/3)
block:0:E1B1:06:000:Maximum bat size PL1
block:0:E1A9:00:000:Always have normal ball PL1
block:0:E1A9:01:000:Always have super ball PL1
block:0:E1B4:43:000:Always have magnet PL1
block:0:E1A9:00:001:Get the normal ball Now! PL1
block:0:E1A9:01:001:Get the super ball Now! PL1
block:0:E1B4:43:001:Get the magnet Now! PL1
block:0:E1B4:00:001:Lose the magnet Now! PL1
block:0:E1ED:99:000:Infinite Lives PL2
block:0:E1F5:B4:000:Infinite Magnet time PL2:Get the magnet first
block:0:E1F3:63:000:Bat never reduces PL2
block:0:E1EA:00:500:Bat never reduces PL2 (2/3)
block:0:E1EB:99:500:Bat never reduces PL2 (3/3)
block:0:E1F1:06:000:Maximum bat size PL2
block:0:E1E9:01:000:Always have normal ball PL2
block:0:E1E9:01:000:Always have super ball PL2
block:0:E1F4:43:000:Always have magnet PL2
block:0:E1E9:01:001:Get the normal ball Now! PL2
block:0:E1E9:01:001:Get the super ball Now! PL2
block:0:E1F4:43:001:Get the magnet Now! PL2
block:0:E1F4:00:001:Lose the magnet Now! PL2
; [ Block Block (World 910910) ]
blocka:0:E05B:09:000:Infinite Bonus
blocka:0:E05C:99:500:Infinite Bonus (2/2)
blocka:0:E045:31:001:Level 50 when level ends
blocka:0:E045:32:062:Select next level
blocka:0:E1AD:99:000:Infinite Lives PL1
blocka:0:E1B5:B4:000:Infinite Magnet time PL1:Get the magnet first
blocka:0:E1B3:63:000:Bat never reduces PL1
blocka:0:E1AA:00:500:Bat never reduces PL1 (2/3)
blocka:0:E1AB:99:500:Bat never reduces PL1 (3/3)
blocka:0:E1B1:06:000:Maximum bat size PL1
blocka:0:E1A9:00:000:Always have normal ball PL1
blocka:0:E1A9:01:000:Always have super ball PL1
blocka:0:E1B4:43:000:Always have magnet PL1
blocka:0:E1A9:00:001:Get the normal ball Now! PL1
blocka:0:E1A9:01:001:Get the super ball Now! PL1
blocka:0:E1B4:43:001:Get the magnet Now! PL1
blocka:0:E1B4:00:001:Lose the magnet Now! PL1
blocka:0:E1ED:99:000:Infinite Lives PL2
blocka:0:E1F5:B4:000:Infinite Magnet time PL2:Get the magnet first
blocka:0:E1F3:63:000:Bat never reduces PL2
blocka:0:E1EA:00:500:Bat never reduces PL2 (2/3)
blocka:0:E1EB:99:500:Bat never reduces PL2 (3/3)
blocka:0:E1F1:06:000:Maximum bat size PL2
blocka:0:E1E9:01:000:Always have normal ball PL2
blocka:0:E1E9:01:000:Always have super ball PL2
blocka:0:E1F4:43:000:Always have magnet PL2
blocka:0:E1E9:01:001:Get the normal ball Now! PL2
blocka:0:E1E9:01:001:Get the super ball Now! PL2
blocka:0:E1F4:43:001:Get the magnet Now! PL2
blocka:0:E1F4:00:001:Lose the magnet Now! PL2
; [ Blockade ]
blockade:0:FF07:00:000:Score always set to 0 PL1
blockade:0:FF07:00:001:Set Score to 0 Now! PL1
blockade:0:FF07:06:070:Select score PL1
blockade:0:FF08:00:000:Score always set to 0 PL2
blockade:0:FF08:00:001:Set Score to 0 Now! PL2
blockade:0:FF08:06:070:Select score PL2
; [ Block Block (bootleg) ]
blockbl:0:E05B:09:000:Infinite Bonus
blockbl:0:E05C:99:500:Infinite Bonus (2/2)
blockbl:0:E045:31:001:Level 50 when level ends
blockbl:0:E045:32:062:Select next level
blockbl:0:E1AD:99:000:Infinite Lives PL1
blockbl:0:E1B5:B4:000:Infinite Magnet time PL1:Get the magnet first
blockbl:0:E1B3:63:000:Bat never reduces PL1
blockbl:0:E1AA:00:500:Bat never reduces PL1 (2/3)
blockbl:0:E1AB:99:500:Bat never reduces PL1 (3/3)
blockbl:0:E1B1:06:000:Maximum bat size PL1
blockbl:0:E1A9:00:000:Always have normal ball PL1
blockbl:0:E1A9:01:000:Always have super ball PL1
blockbl:0:E1B4:43:000:Always have magnet PL1
blockbl:0:E1A9:00:001:Get the normal ball Now! PL1
blockbl:0:E1A9:01:001:Get the super ball Now! PL1
blockbl:0:E1B4:43:001:Get the magnet Now! PL1
blockbl:0:E1B4:00:001:Lose the magnet Now! PL1
blockbl:0:E1ED:99:000:Infinite Lives PL2
blockbl:0:E1F5:B4:000:Infinite Magnet time PL2:Get the magnet first
blockbl:0:E1F3:63:000:Bat never reduces PL2
blockbl:0:E1EA:00:500:Bat never reduces PL2 (2/3)
blockbl:0:E1EB:99:500:Bat never reduces PL2 (3/3)
blockbl:0:E1F1:06:000:Maximum bat size PL2
blockbl:0:E1E9:01:000:Always have normal ball PL2
blockbl:0:E1E9:01:000:Always have super ball PL2
blockbl:0:E1F4:43:000:Always have magnet PL2
blockbl:0:E1E9:01:001:Get the normal ball Now! PL2
blockbl:0:E1E9:01:001:Get the super ball Now! PL2
blockbl:0:E1F4:43:001:Get the magnet Now! PL2
blockbl:0:E1F4:00:001:Lose the magnet Now! PL2
; [ Block Carnival / Thunder & Lightning 2 ]
blockcar:0:F0004A:09:000:Infinite Credits
blockcar:0:C00125:01:000:Always have a Big Ball:Doesn't work on boss levels!
blockcar:0:C02125:01:500:Always have a Big Ball (2/2)
blockcar:0:C00125:01:001:Get a Big Ball Now!:Doesn't work on boss levels!
blockcar:0:C02125:01:501:Get a Big Ball Now! (2/2)
blockcar:0:F000B2:06:000:Infinite Lives PL1
blockcar:0:F000B3:06:000:Infinite Lives PL2
; [ Blocken (Japan) ]
blocken:0:304317:09:000:Infinite Credits
blocken:0:3047BB:00:000:Always have 0 Lines PL1
blocken:0:304805:00:500:Always have 0 Lines PL1 (2/3)
blocken:0:30877B:00:500:Always have 0 Lines PL1 (3/3)
blocken:0:3047BB:07:001:Get 7 Lines Now! PL1
blocken:0:304805:07:501:Get 7 Lines Now! PL1 (2/3)
blocken:0:30877B:07:501:Get 7 Lines Now! PL1 (3/3)
blocken:0:308783:00:001:Win this Round Now! PL1
blocken:0:304AAF:00:000:Always have 0 Lines PL2
blocken:0:304AF9:00:500:Always have 0 Lines PL2 (2/3)
blocken:0:3087DF:00:500:Always have 0 Lines PL2 (3/3)
blocken:0:304AAF:07:001:Get 7 Lines Now! PL2
blocken:0:304AF9:07:501:Get 7 Lines Now! PL2 (2/3)
blocken:0:3087DF:07:501:Get 7 Lines Now! PL2 (3/3)
blocken:0:3087E7:00:001:Win this Round Now! PL2
; [ Block Gal ]
blockgal:0:C00C:01:001:Finish this level Now!
blockgal:0:C019:03:000:Infinite Lives PL1
blockgal:0:C018:14:062:Select next level PL1
blockgal:0:C021:03:000:Infinite Lives PL2
blockgal:0:C020:14:062:Select next level PL2
; [ Block Hole ]
blockhl:0:40A0:02:000:Infinite Lives PL1
blockhl:0:40B0:02:000:Infinite Lives PL2
blockhl:0:4007:00:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Block Block (Japan) ]
blockj:0:E05B:09:000:Infinite Bonus
blockj:0:E05C:99:500:Infinite Bonus (2/2)
blockj:0:E045:31:001:Level 50 when level ends
blockj:0:E045:32:062:Select next level
blockj:0:E1AD:99:000:Infinite Lives PL1
blockj:0:E1B5:B4:000:Infinite Magnet time PL1:Get the magnet first
blockj:0:E1B3:63:000:Bat never reduces PL1
blockj:0:E1AA:00:500:Bat never reduces PL1 (2/3)
blockj:0:E1AB:99:500:Bat never reduces PL1 (3/3)
blockj:0:E1B1:06:000:Maximum bat size PL1
blockj:0:E1A9:00:000:Always have normal ball PL1
blockj:0:E1A9:01:000:Always have super ball PL1
blockj:0:E1B4:43:000:Always have magnet PL1
blockj:0:E1A9:00:001:Get the normal ball Now! PL1
blockj:0:E1A9:01:001:Get the super ball Now! PL1
blockj:0:E1B4:43:001:Get the magnet Now! PL1
blockj:0:E1B4:00:001:Lose the magnet Now! PL1
blockj:0:E1ED:99:000:Infinite Lives PL2
blockj:0:E1F5:B4:000:Infinite Magnet time PL2:Get the magnet first
blockj:0:E1F3:63:000:Bat never reduces PL2
blockj:0:E1EA:00:500:Bat never reduces PL2 (2/3)
blockj:0:E1EB:99:500:Bat never reduces PL2 (3/3)
blockj:0:E1F1:06:000:Maximum bat size PL2
blockj:0:E1E9:01:000:Always have normal ball PL2
blockj:0:E1E9:01:000:Always have super ball PL2
blockj:0:E1F4:43:000:Always have magnet PL2
blockj:0:E1E9:01:001:Get the normal ball Now! PL2
blockj:0:E1E9:01:001:Get the super ball Now! PL2
blockj:0:E1F4:43:001:Get the magnet Now! PL2
blockj:0:E1F4:00:001:Lose the magnet Now! PL2
; [ Block Out (set 1) ]
blockout:0:1D5F15:63:000:Infinite bonus time PL1
blockout:0:1D5E8D:00:001:End round Now! PL1
blockout:0:1D5E95:01:000:PL1 One face to beat PL2
blockout:0:1D5E97:01:000:PL2 One face to beat PL1
blockout:0:1D5E95:01:001:PL1 One face to beat PL2 Now!
blockout:0:1D5E97:01:001:PL2 One face to beat PL1 Now!
blockout:0:1D5E91:00:000:Score always set to 0 PL1
blockout:0:1D5E93:00:000:Score always set to 0 PL2
blockout:0:1D5E91:00:001:Set score to 0 Now! PL1
blockout:0:1D5E93:00:001:Set score to 0 Now! PL2
; [ Blood Bros. ]
bloodbro:0:085C21:01:001:One enemy ends levelNow!:Also one hit for boss
bloodbro:0:085C22:02:501:One enemy ends levelNow!(2/2):Also one hit for boss
bloodbro:0:08086C:03:000:Infinite Lives PL1
bloodbro:0:08086D:63:000:Infinite Bombs PL1
bloodbro:0:080825:78:000:Invincibility PL1
bloodbro:0:080821:03:520:Invincibility PL1 (2/2)
bloodbro:0:080874:00:000:Always Use Normal Gun PL1
bloodbro:0:080874:01:000:Always Use Semi-Auto Gun PL1
bloodbro:0:080874:02:000:Always Use Full-Auto Gun PL1
bloodbro:0:080874:00:001:Get Normal Gun Now! PL1
bloodbro:0:080874:01:001:Get Semi-Auto Gun Now! PL1
bloodbro:0:080874:02:001:Get Full-Auto Gun Now! PL1
bloodbro:0:080F2C:03:000:Infinite Lives PL2
bloodbro:0:080F2D:63:000:Infinite Bombs PL2
bloodbro:0:080EE5:78:000:Invincibility PL2
bloodbro:0:080EE1:03:520:Invincibility PL2 (2/2)
bloodbro:0:080F34:00:000:Always Use Normal Gun PL2
bloodbro:0:080F34:01:000:Always Use Semi-Auto Gun PL2
bloodbro:0:080F34:02:000:Always Use Full-Auto Gun PL2
bloodbro:0:080F34:00:001:Get Normal Gun Now! PL2
bloodbro:0:080F34:01:001:Get Semi-Auto Gun Now! PL2
bloodbro:0:080F34:02:001:Get Full-Auto Gun Now! PL2
; [ Blood Storm (v2.10) ]
bloods21:0:00334B:1A:000:Infinite Cedits
bloods21:0:006A73:0A:000:Infinite Time
bloods21:0:0065EF:93:000:Infinite Energy PL1
bloods21:0:0065EF:00:001:Drain All Energy Now! PL1
bloods21:0:00661B:05:000:Stuned After 1 Hit PL1
bloods21:0:00661B:00:000:Never Stuned PL1
bloods21:0:0065F5:01:001:Set Wins = 1 Now! PL1
bloods21:0:0065F5:00:001:Set Wins = 0 Now! PL1
bloods21:0:0065F4:00:000:Always play as Hellhound PL1
bloods21:0:0065F4:01:000:Always play as Freon PL1
bloods21:0:0065F4:02:000:Always play as Tempest PL1
bloods21:0:0065F4:03:000:Always play as Tremor PL1
bloods21:0:0065F4:04:000:Always play as Razor PL1
bloods21:0:0065F4:05:000:Always play as Fallout PL1
bloods21:0:0065F4:06:000:Always play as Mirage PL1
bloods21:0:0065F4:07:000:Always play as Talon PL1
bloods21:0:0065F4:08:000:Always play as Dementia PL1
bloods21:0:0065F4:09:000:Always play as Golem PL1
bloods21:0:0065F4:0A:000:Always play as Ratchet PL1
bloods21:0:0065F4:0B:000:Always play as Wraith PL1
bloods21:0:0065F4:0C:000:Always play as Sin PL1
bloods21:0:0065F4:0D:000:Always play as Craniac PL1
bloods21:0:0065F4:0E:000:Always play as Shadow PL1
bloods21:0:0065F4:0F:000:Always play as Blood PL1
bloods21:0:0065F4:10:000:Always play as Chainsaw PL1
bloods21:0:0065F4:11:000:Always play as Nekron PL1
bloods21:0:006779:93:000:Infinite Energy PL2
bloods21:0:006779:00:001:Drain All Energy Now! PL2
bloods21:0:0067A5:05:000:Stuned After 1 Hit PL2
bloods21:0:0067A5:00:000:Never Stuned PL2
bloods21:0:00677F:01:001:Set Wins = 1 Now! PL2
bloods21:0:00677F:00:001:Set Wins = 0 Now! PL2
bloods21:0:00677E:00:000:Always play as Hellhound PL1
bloods21:0:00677E:01:000:Always play as Freon PL1
bloods21:0:00677E:02:000:Always play as Tempest PL1
bloods21:0:00677E:03:000:Always play as Tremor PL1
bloods21:0:00677E:04:000:Always play as Razor PL1
bloods21:0:00677E:05:000:Always play as Fallout PL1
bloods21:0:00677E:06:000:Always play as Mirage PL1
bloods21:0:00677E:07:000:Always play as Talon PL1
bloods21:0:00677E:08:000:Always play as Dementia PL2
bloods21:0:00677E:09:000:Always play as Golem PL2
bloods21:0:00677E:0A:000:Always play as Ratchet PL2
bloods21:0:00677E:0B:000:Always play as Wraith PL2
bloods21:0:00677E:0C:000:Always play as Sin PL2
bloods21:0:00677E:0D:000:Always play as Craniac PL2
bloods21:0:00677E:0E:000:Always play as Shadow PL2
bloods21:0:00677E:0F:000:Always play as Blood PL2
bloods21:0:00677E:10:000:Always play as Chainsaw PL2
bloods21:0:00677E:11:000:Always play as Nekron PL2
; [ Blood Storm (v2.20) ]
bloods22:0:00334B:1A:000:Infinite Cedits
bloods22:0:006A73:0A:000:Infinite Time
bloods22:0:0065EF:93:000:Infinite Energy PL1
bloods22:0:0065EF:00:001:Drain All Energy Now! PL1
bloods22:0:00661B:05:000:Stuned After 1 Hit PL1
bloods22:0:00661B:00:000:Never Stuned PL1
bloods22:0:0065F5:01:001:Set Wins = 1 Now! PL1
bloods22:0:0065F5:00:001:Set Wins = 0 Now! PL1
bloods22:0:0065F4:00:000:Always play as Hellhound PL1
bloods22:0:0065F4:01:000:Always play as Freon PL1
bloods22:0:0065F4:02:000:Always play as Tempest PL1
bloods22:0:0065F4:03:000:Always play as Tremor PL1
bloods22:0:0065F4:04:000:Always play as Razor PL1
bloods22:0:0065F4:05:000:Always play as Fallout PL1
bloods22:0:0065F4:06:000:Always play as Mirage PL1
bloods22:0:0065F4:07:000:Always play as Talon PL1
bloods22:0:0065F4:08:000:Always play as Dementia PL1
bloods22:0:0065F4:09:000:Always play as Golem PL1
bloods22:0:0065F4:0A:000:Always play as Ratchet PL1
bloods22:0:0065F4:0B:000:Always play as Wraith PL1
bloods22:0:0065F4:0C:000:Always play as Sin PL1
bloods22:0:0065F4:0D:000:Always play as Craniac PL1
bloods22:0:0065F4:0E:000:Always play as Shadow PL1
bloods22:0:0065F4:0F:000:Always play as Blood PL1
bloods22:0:0065F4:10:000:Always play as Chainsaw PL1
bloods22:0:0065F4:11:000:Always play as Nekron PL1
bloods22:0:006779:93:000:Infinite Energy PL2
bloods22:0:006779:00:001:Drain All Energy Now! PL2
bloods22:0:0067A5:05:000:Stuned After 1 Hit PL2
bloods22:0:0067A5:00:000:Never Stuned PL2
bloods22:0:00677F:01:001:Set Wins = 1 Now! PL2
bloods22:0:00677F:00:001:Set Wins = 0 Now! PL2
bloods22:0:00677E:00:000:Always play as Hellhound PL1
bloods22:0:00677E:01:000:Always play as Freon PL1
bloods22:0:00677E:02:000:Always play as Tempest PL1
bloods22:0:00677E:03:000:Always play as Tremor PL1
bloods22:0:00677E:04:000:Always play as Razor PL1
bloods22:0:00677E:05:000:Always play as Fallout PL1
bloods22:0:00677E:06:000:Always play as Mirage PL1
bloods22:0:00677E:07:000:Always play as Talon PL1
bloods22:0:00677E:08:000:Always play as Dementia PL2
bloods22:0:00677E:09:000:Always play as Golem PL2
bloods22:0:00677E:0A:000:Always play as Ratchet PL2
bloods22:0:00677E:0B:000:Always play as Wraith PL2
bloods22:0:00677E:0C:000:Always play as Sin PL2
bloods22:0:00677E:0D:000:Always play as Craniac PL2
bloods22:0:00677E:0E:000:Always play as Shadow PL2
bloods22:0:00677E:0F:000:Always play as Blood PL2
bloods22:0:00677E:10:000:Always play as Chainsaw PL2
bloods22:0:00677E:11:000:Always play as Nekron PL2
; [ Blood Storm (v2.22) ]
bloodstm:0:00334B:1A:000:Infinite Cedits
bloodstm:0:006A73:0A:000:Infinite Time
bloodstm:0:0065EF:93:000:Infinite Energy PL1
bloodstm:0:0065EF:00:001:Drain All Energy Now! PL1
bloodstm:0:00661B:05:000:Stuned After 1 Hit PL1
bloodstm:0:00661B:00:000:Never Stuned PL1
bloodstm:0:0065F5:01:001:Set Wins = 1 Now! PL1
bloodstm:0:0065F5:00:001:Set Wins = 0 Now! PL1
bloodstm:0:0065F4:00:000:Always play as Hellhound PL1
bloodstm:0:0065F4:01:000:Always play as Freon PL1
bloodstm:0:0065F4:02:000:Always play as Tempest PL1
bloodstm:0:0065F4:03:000:Always play as Tremor PL1
bloodstm:0:0065F4:04:000:Always play as Razor PL1
bloodstm:0:0065F4:05:000:Always play as Fallout PL1
bloodstm:0:0065F4:06:000:Always play as Mirage PL1
bloodstm:0:0065F4:07:000:Always play as Talon PL1
bloodstm:0:0065F4:08:000:Always play as Dementia PL1
bloodstm:0:0065F4:09:000:Always play as Golem PL1
bloodstm:0:0065F4:0A:000:Always play as Ratchet PL1
bloodstm:0:0065F4:0B:000:Always play as Wraith PL1
bloodstm:0:0065F4:0C:000:Always play as Sin PL1
bloodstm:0:0065F4:0D:000:Always play as Craniac PL1
bloodstm:0:0065F4:0E:000:Always play as Shadow PL1
bloodstm:0:0065F4:0F:000:Always play as Blood PL1
bloodstm:0:0065F4:10:000:Always play as Chainsaw PL1
bloodstm:0:0065F4:11:000:Always play as Nekron PL1
bloodstm:0:006779:93:000:Infinite Energy PL2
bloodstm:0:006779:00:001:Drain All Energy Now! PL2
bloodstm:0:0067A5:05:000:Stuned After 1 Hit PL2
bloodstm:0:0067A5:00:000:Never Stuned PL2
bloodstm:0:00677F:01:001:Set Wins = 1 Now! PL2
bloodstm:0:00677F:00:001:Set Wins = 0 Now! PL2
bloodstm:0:00677E:00:000:Always play as Hellhound PL1
bloodstm:0:00677E:01:000:Always play as Freon PL1
bloodstm:0:00677E:02:000:Always play as Tempest PL1
bloodstm:0:00677E:03:000:Always play as Tremor PL1
bloodstm:0:00677E:04:000:Always play as Razor PL1
bloodstm:0:00677E:05:000:Always play as Fallout PL1
bloodstm:0:00677E:06:000:Always play as Mirage PL1
bloodstm:0:00677E:07:000:Always play as Talon PL1
bloodstm:0:00677E:08:000:Always play as Dementia PL2
bloodstm:0:00677E:09:000:Always play as Golem PL2
bloodstm:0:00677E:0A:000:Always play as Ratchet PL2
bloodstm:0:00677E:0B:000:Always play as Wraith PL2
bloodstm:0:00677E:0C:000:Always play as Sin PL2
bloodstm:0:00677E:0D:000:Always play as Craniac PL2
bloodstm:0:00677E:0E:000:Always play as Shadow PL2
bloodstm:0:00677E:0F:000:Always play as Blood PL2
bloodstm:0:00677E:10:000:Always play as Chainsaw PL2
bloodstm:0:00677E:11:000:Always play as Nekron PL2
; [ Bloxeed ]
bloxeed:0:FFF000:09:000:Infinite Credits
bloxeed:0:FFF32C:03:000:Maximum Lines PL1
bloxeed:0:FFF32D:E7:500:Maximum Lines PL1 (2/2)
bloxeed:0:FFF3AC:03:000:Maximum Lines PL2
bloxeed:0:FFF3AD:E7:500:Maximum Lines PL2 (2/2)
; [ Bloxeed (C System) ]
bloxeedc:0:FFF000:09:000:Infinite Credits
bloxeedc:0:FFF32C:03:000:Maximum Lines PL1
bloxeedc:0:FFF32D:E7:500:Maximum Lines PL1 (2/2)
bloxeedc:0:FFF3AC:03:000:Maximum Lines PL2
bloxeedc:0:FFF3AD:E7:500:Maximum Lines PL2 (2/2)
; [ Blasteroids (with heads) ]
blsthead:0:FFF60A:19:000:Infinite Credits
blsthead:0:FFE548:A0:000:Infinite Energy PL1
blsthead:0:FFE55E:63:000:Infinite Shields PL1
blsthead:0:FFE5BD:A0:000:Infinite Ammo PL1:Get the blaster first
blsthead:0:FFE55C:80:020:Always Death Blossom PL1
blsthead:0:FFE55C:40:020:Always Blaster PL1
blsthead:0:FFE55C:20:020:Always Power Shots PL1
blsthead:0:FFE55C:01:020:Always RipStar PL1
blsthead:0:FFE55D:08:020:Always Crystal Magnet PL1
blsthead:0:FFE55D:04:020:Always Booster PL1
blsthead:0:FFE55D:02:020:Always Cloak PL1
blsthead:0:FFE55D:01:020:Always Extra Fuel Tank PL1
blsthead:0:FFE55C:80:021:Get Death Blossom Now! PL1
blsthead:0:FFE55C:40:021:Get Blaster Now! PL1
blsthead:0:FFE55C:20:021:Get Power Shots Now! PL1
blsthead:0:FFE55C:01:021:Get RipStar Now! PL1
blsthead:0:FFE55D:08:021:Get Crystal Magnet Now! PL1
blsthead:0:FFE55D:04:021:Get Booster Now! PL1
blsthead:0:FFE55D:02:021:Get Cloak Now! PL1
blsthead:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1
blsthead:0:FFE578:A0:000:Infinite Energy PL2
blsthead:0:FFE58E:63:000:Infinite Shields PL2
blsthead:0:FFE5ED:A0:000:Infinite Ammo PL2:Get the blaster first
blsthead:0:FFE58C:80:020:Always Death Blossom PL2
blsthead:0:FFE58C:40:020:Always Blaster PL2
blsthead:0:FFE58C:20:020:Always Power Shots PL2
blsthead:0:FFE58C:01:020:Always RipStar PL2
blsthead:0:FFE58D:08:020:Always Crystal Magnet PL2
blsthead:0:FFE58D:04:020:Always Booster PL2
blsthead:0:FFE58D:02:020:Always Cloak PL2
blsthead:0:FFE58D:01:020:Always Extra Fuel Tank PL2
blsthead:0:FFE58C:80:021:Get Death Blossom Now! PL2
blsthead:0:FFE58C:40:021:Get Blaster Now! PL2
blsthead:0:FFE58C:20:021:Get Power Shots Now! PL2
blsthead:0:FFE58C:01:021:Get RipStar Now! PL2
blsthead:0:FFE58D:08:021:Get Crystal Magnet Now! PL2
blsthead:0:FFE58D:04:021:Get Booster Now! PL2
blsthead:0:FFE58D:02:021:Get Cloak Now! PL2
blsthead:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2
; [ Blasteroids (version 2) ]
blstroi2:0:FFF60A:19:000:Infinite Credits
blstroi2:0:FFE548:A0:000:Infinite Energy PL1
blstroi2:0:FFE55E:63:000:Infinite Shields PL1
blstroi2:0:FFE5BD:A0:000:Infinite Ammo PL1:Get the blaster first
blstroi2:0:FFE55C:80:020:Always Death Blossom PL1
blstroi2:0:FFE55C:40:020:Always Blaster PL1
blstroi2:0:FFE55C:20:020:Always Power Shots PL1
blstroi2:0:FFE55C:01:020:Always RipStar PL1
blstroi2:0:FFE55D:08:020:Always Crystal Magnet PL1
blstroi2:0:FFE55D:04:020:Always Booster PL1
blstroi2:0:FFE55D:02:020:Always Cloak PL1
blstroi2:0:FFE55D:01:020:Always Extra Fuel Tank PL1
blstroi2:0:FFE55C:80:021:Get Death Blossom Now! PL1
blstroi2:0:FFE55C:40:021:Get Blaster Now! PL1
blstroi2:0:FFE55C:20:021:Get Power Shots Now! PL1
blstroi2:0:FFE55C:01:021:Get RipStar Now! PL1
blstroi2:0:FFE55D:08:021:Get Crystal Magnet Now! PL1
blstroi2:0:FFE55D:04:021:Get Booster Now! PL1
blstroi2:0:FFE55D:02:021:Get Cloak Now! PL1
blstroi2:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1
blstroi2:0:FFE578:A0:000:Infinite Energy PL2
blstroi2:0:FFE58E:63:000:Infinite Shields PL2
blstroi2:0:FFE5ED:A0:000:Infinite Ammo PL2:Get the blaster first
blstroi2:0:FFE58C:80:020:Always Death Blossom PL2
blstroi2:0:FFE58C:40:020:Always Blaster PL2
blstroi2:0:FFE58C:20:020:Always Power Shots PL2
blstroi2:0:FFE58C:01:020:Always RipStar PL2
blstroi2:0:FFE58D:08:020:Always Crystal Magnet PL2
blstroi2:0:FFE58D:04:020:Always Booster PL2
blstroi2:0:FFE58D:02:020:Always Cloak PL2
blstroi2:0:FFE58D:01:020:Always Extra Fuel Tank PL2
blstroi2:0:FFE58C:80:021:Get Death Blossom Now! PL2
blstroi2:0:FFE58C:40:021:Get Blaster Now! PL2
blstroi2:0:FFE58C:20:021:Get Power Shots Now! PL2
blstroi2:0:FFE58C:01:021:Get RipStar Now! PL2
blstroi2:0:FFE58D:08:021:Get Crystal Magnet Now! PL2
blstroi2:0:FFE58D:04:021:Get Booster Now! PL2
blstroi2:0:FFE58D:02:021:Get Cloak Now! PL2
blstroi2:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2
; [ Blasteroids (version 4) ]
blstroid:0:FFF60A:19:000:Infinite Credits
blstroid:0:FFE548:A0:000:Infinite Energy PL1
blstroid:0:FFE55E:63:000:Infinite Shields PL1
blstroid:0:FFE5BD:A0:000:Infinite Ammo PL1:Get the blaster first
blstroid:0:FFE55C:80:020:Always Death Blossom PL1
blstroid:0:FFE55C:40:020:Always Blaster PL1
blstroid:0:FFE55C:20:020:Always Power Shots PL1
blstroid:0:FFE55C:01:020:Always RipStar PL1
blstroid:0:FFE55D:08:020:Always Crystal Magnet PL1
blstroid:0:FFE55D:04:020:Always Booster PL1
blstroid:0:FFE55D:02:020:Always Cloak PL1
blstroid:0:FFE55D:01:020:Always Extra Fuel Tank PL1
blstroid:0:FFE55C:80:021:Get Death Blossom Now! PL1
blstroid:0:FFE55C:40:021:Get Blaster Now! PL1
blstroid:0:FFE55C:20:021:Get Power Shots Now! PL1
blstroid:0:FFE55C:01:021:Get RipStar Now! PL1
blstroid:0:FFE55D:08:021:Get Crystal Magnet Now! PL1
blstroid:0:FFE55D:04:021:Get Booster Now! PL1
blstroid:0:FFE55D:02:021:Get Cloak Now! PL1
blstroid:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1
blstroid:0:FFE578:A0:000:Infinite Energy PL2
blstroid:0:FFE58E:63:000:Infinite Shields PL2
blstroid:0:FFE5ED:A0:000:Infinite Ammo PL2:Get the blaster first
blstroid:0:FFE58C:80:020:Always Death Blossom PL2
blstroid:0:FFE58C:40:020:Always Blaster PL2
blstroid:0:FFE58C:20:020:Always Power Shots PL2
blstroid:0:FFE58C:01:020:Always RipStar PL2
blstroid:0:FFE58D:08:020:Always Crystal Magnet PL2
blstroid:0:FFE58D:04:020:Always Booster PL2
blstroid:0:FFE58D:02:020:Always Cloak PL2
blstroid:0:FFE58D:01:020:Always Extra Fuel Tank PL2
blstroid:0:FFE58C:80:021:Get Death Blossom Now! PL2
blstroid:0:FFE58C:40:021:Get Blaster Now! PL2
blstroid:0:FFE58C:20:021:Get Power Shots Now! PL2
blstroid:0:FFE58C:01:021:Get RipStar Now! PL2
blstroid:0:FFE58D:08:021:Get Crystal Magnet Now! PL2
blstroid:0:FFE58D:04:021:Get Booster Now! PL2
blstroid:0:FFE58D:02:021:Get Cloak Now! PL2
blstroid:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2
; [ Bells & Whistles ]
blswhstl:0:204096:06:000:Infinite Lives PL1
blswhstl:0:3002D4:09:000:Maximum speed PL1
blswhstl:0:3002C9:3F:000:Maximum fire charge PL1
blswhstl:0:3002D7:09:000:Infinite Shields PL1:Get the red bell first
blswhstl:0:3002AA:00:000:Invincibility "ON" PL1
blswhstl:0:3002AA:D7:001:Invincibility "OFF" PL1
blswhstl:0:3002E0:7F:040:All items available PL1
blswhstl:0:300344:00:000:Right arm "ON" PL1
blswhstl:0:300320:80:500:Right arm "ON" PL1 (2/2)
blswhstl:0:300344:01:001:Right arm "OFF" PL1
blswhstl:0:300320:00:501:Right arm "OFF" PL1 (2/2)
blswhstl:0:3003C4:00:000:Left arm "ON" PL1
blswhstl:0:3003A0:80:500:Left arm "ON" PL1 (2/2)
blswhstl:0:3003C4:01:001:Left arm "OFF" PL1
blswhstl:0:3003A0:00:501:Left arm "OFF" PL1 (2/2)
blswhstl:0:3002D8:01:001:Followers "ON" Now! PL1
blswhstl:0:3002D8:00:001:Followers "OFF" Now! PL1
blswhstl:0:3002DD:01:001:Tail shield "ON" Now! PL1
blswhstl:0:3002DD:00:001:Tail shield "OFF" Now! PL1
blswhstl:0:3002C0:00:000:Always have Single Fire PL1
blswhstl:0:3002C0:01:000:Always have Double Fire PL1
blswhstl:0:3002C0:02:000:Always have 3-way Fire PL1
blswhstl:0:3002C0:00:001:Get Single Fire Now! PL1
blswhstl:0:3002C0:01:001:Get Double Fire Now! PL1
blswhstl:0:3002C0:02:001:Get 3-way Fire Now! PL1
blswhstl:0:204097:06:000:Infinite Lives PL2
blswhstl:0:3006D4:09:000:Maximum speed PL2
blswhstl:0:3006C9:3F:000:Maximum fire charge PL2
blswhstl:0:3006D7:09:000:Infinite Shields PL2:Get the red bell first
blswhstl:0:3006AA:00:000:Invincibility "ON" PL2
blswhstl:0:3006AA:D7:001:Invincibility "OFF" PL2
blswhstl:0:3006E0:7F:040:All items available PL2
blswhstl:0:300744:00:000:Right arm "ON" PL2
blswhstl:0:300720:80:500:Right arm "ON" PL2 (2/2)
blswhstl:0:300744:01:001:Right arm "OFF" PL2
blswhstl:0:300720:00:501:Right arm "OFF" PL2 (2/2)
blswhstl:0:3007C4:00:000:Left arm "ON" PL2
blswhstl:0:3007A0:80:500:Left arm "ON" PL2 (2/2)
blswhstl:0:3007C4:01:001:Left arm "OFF" PL2
blswhstl:0:3007A0:00:501:Left arm "OFF" PL2 (2/2)
blswhstl:0:3006D8:01:001:Followers "ON" Now! PL2
blswhstl:0:3006D8:00:001:Followers "OFF" Now! PL2
blswhstl:0:3006DD:01:001:Tail shield "ON" Now! PL2
blswhstl:0:3006DD:00:001:Tail shield "OFF" Now! PL2
blswhstl:0:3006C0:00:000:Always have Single Fire PL2
blswhstl:0:3006C0:01:000:Always have Double Fire PL2
blswhstl:0:3006C0:02:000:Always have 3-way Fire PL2
blswhstl:0:3006C0:00:001:Get Single Fire Now! PL2
blswhstl:0:3006C0:01:001:Get Double Fire Now! PL2
blswhstl:0:3006C0:02:001:Get 3-way Fire Now! PL2
blswhstl:0:20406F:04:000:Yellow bell always = 50000pts
blswhstl:0:20406F:04:001:Yellow bell = 50000pts Now!
blswhstl:0:204011:F0:002:Sound Test Code Stop:[PL2 Start]Next Code
; [ Blue Hawk ]
bluehawk:0:F903:63:000:Infinite Credits
bluehawk:0:F25B:0B:000:Infinite Lives PL1
bluehawk:0:E018:04:000:Infinite Smart Bombs PL1
bluehawk:0:E004:80:020:Invincibility "ON" PL1
bluehawk:0:E004:80:041:Invincibility "OFF" PL1
bluehawk:0:F25C:0B:000:Infinite Lives PL2
bluehawk:0:E318:04:000:Infinite Smart Bombs PL2
bluehawk:0:E304:80:020:Invincibility "ON" PL2
bluehawk:0:E304:80:041:Invincibility "OFF" PL2
; [ Blue Hawk (NTC) ]
bluehawn:0:F903:63:000:Infinite Credits
bluehawn:0:F25B:0B:000:Infinite Lives PL1
bluehawn:0:E018:04:000:Infinite Smart Bombs PL1
bluehawn:0:E004:80:020:Invincibility "ON" PL1
bluehawn:0:E004:80:041:Invincibility "OFF" PL1
bluehawn:0:F25C:0B:000:Infinite Lives PL2
bluehawn:0:E318:04:000:Infinite Smart Bombs PL2
bluehawn:0:E304:80:020:Invincibility "ON" PL2
bluehawn:0:E304:80:041:Invincibility "OFF" PL2
; [ Blue Print (Jaleco) ]
blueprnj:0:80E1:0A:000:Infinite Lives
blueprnj:0:80C0:FF:000:Infinite Run
; [ Blue Print (Midway) ]
blueprnt:0:80E1:0A:000:Infinite Lives
blueprnt:0:80C0:FF:000:Infinite Run
; [ Blue Shark ]
blueshrk:0:203C:99:000:Infinite Time
; [ Blazing Tornado ]
blzntrnd:0:FF9256:09:000:Infinite Time
blzntrnd:0:FF9257:59:500:Infinite Time (2/2)
blzntrnd:0:FF9256:00:001:Finish this Round Now!
blzntrnd:0:FF9257:00:501:Finish this Round Now! (2/2)
blzntrnd:0:000000:00:999:[The Referee never counts ]
blzntrnd:0:000000:00:999:[cheat gives you Infinite ]
blzntrnd:0:000000:00:999:[Time out of the ring, and ]
blzntrnd:0:000000:00:999:[makes it impossible to get ]
blzntrnd:0:000000:00:999:[a fall. Either disable it ]
blzntrnd:0:000000:00:999:[or use the CORRECT 'Time =']
blzntrnd:0:000000:00:999:[cheats. These can also be ]
blzntrnd:0:000000:00:999:[useful to enable when it's ]
blzntrnd:0:000000:00:999:[to your advantage!! ;-) ]
blzntrnd:0:FF812A:00:000:Referee never counts
blzntrnd:0:FF812A:20:001:Out of Ring Time = 20 Now!
blzntrnd:0:FF812A:03:001:Fall Count Time = 3 Now!
blzntrnd:0:000000:00:999:[NOTE: When you are playing a]
blzntrnd:0:000000:00:999:[two player game PL3 is the ]
blzntrnd:0:000000:00:999:[real 'PL2' so use the PL3 ]
blzntrnd:0:000000:00:999:[cheats to cheat!! ]
blzntrnd:0:FF8028:FF:000:Infinite Energy PL1
blzntrnd:0:FF8028:00:001:Drain all Energy Now! PL1
blzntrnd:0:FF8068:FF:000:Infinite Energy PL2
blzntrnd:0:FF8068:00:001:Drain all Energy Now! PL2
blzntrnd:0:FF80A8:FF:000:Infinite Energy PL3
blzntrnd:0:FF80A8:00:001:Drain all Energy Now! PL3
blzntrnd:0:FF80E8:FF:000:Infinite Energy PL4
blzntrnd:0:FF80E8:00:001:Drain all Energy Now! PL4
; [ Blade Master (World) ]
bmaster:0:E7070:9A:000:Infinite Time
bmaster:0:00000:00:999:[These Start on Stage cheats]
bmaster:0:00000:00:999:[must be enabled on the ]
bmaster:0:00000:00:999:[character selection screen ]
bmaster:0:E704A:01:001:Start on Stage 2
bmaster:0:E704A:02:001:Start on Stage 3A
bmaster:0:E704A:03:001:Start on Stage 3B
bmaster:0:E704A:04:001:Start on Stage 4
bmaster:0:E704A:05:001:Start on Stage 5
bmaster:0:E704A:06:001:Start on Stage 6
bmaster:0:E704A:07:001:Start on Stage 7A
bmaster:0:E704A:08:001:Start on Stage 7B
bmaster:0:E704A:09:001:Start on Stage 7C
bmaster:0:E704A:0A:001:Start on Stage 7D
bmaster:0:E704A:0B:001:Start on Stage 7E(Final Boss)
bmaster:0:E74F2:0A:000:Infinite Lives PL1
bmaster:0:E74F3:0A:000:Infinite Lives PL2
bmaster:0:E6C31:08:000:Infinite Energy ROY
bmaster:0:E6C98:01:000:Invincibility ROY
bmaster:0:E6DF1:08:000:Infinite Energy ARNOLD
bmaster:0:E6E58:01:000:Invincibility ARNOLD
; [ Bump 'n' Jump ]
bnj:0:001A:05:000:Infinite Lives
bnj:0:0090:01:000:Jump Always O.K.
bnj:0:0080:19:000:Never Come Down From Jump
bnj:0:0021:00:000:0 cars smashed (50000 pts)
; [ Bobble Bobble ]
boblbobl:0:0000:00:999:[This game has got a LOT of ]
boblbobl:0:0000:00:999:[cheats. Don't go too mad as]
boblbobl:0:0000:00:999:[it may spoil the game!!! ]
boblbobl:0:E366:63:000:Infinite Credits
boblbobl:0:E645:06:000:Infinite Lives PL1
boblbobl:0:E6B6:77:000:Invincibility PL1
boblbobl:0:E6C1:0C:000:Speed Always Normal PL1
boblbobl:0:E6C1:14:000:Speed Always Power-up PL1
boblbobl:0:E6C1:28:000:Speed Always Ultimate PL1
boblbobl:0:E6C1:0C:001:Speed to Normal Now! PL1
boblbobl:0:E6C1:14:001:Speed to Power-up Now! PL1
boblbobl:0:E6C1:28:001:Speed to Ultimate Now! PL1
boblbobl:0:E6BF:14:001:Fire Speed to Normal Now! PL1
boblbobl:0:E6BF:05:001:Fire Speed to Power-up NowPL1
boblbobl:0:E6BF:01:000:Fire Speed Always UltimatePL1
boblbobl:0:E6C2:80:000:Normal Range Bubbles PL1
boblbobl:0:E6C2:80:000:Long Range Bubbles PL1
boblbobl:0:E6C2:FF:000:Extra Long Range Bubbles PL1
boblbobl:0:E6C0:03:001:Head Power to Normal Now! PL1
boblbobl:0:E6C0:06:001:Head Power to Power-up NowPL1
boblbobl:0:E6C0:09:000:Head Power Always UltimatePL1
boblbobl:0:F60F:00:001:Fire bubbles Bubbles Now! PL1
boblbobl:0:F60F:01:001:Fire lightnings Now! PL1
boblbobl:0:E742:3F:001:Get EXTEND PL1
boblbobl:0:E742:01:021:Get letter - E (red) PL1
boblbobl:0:E742:02:021:Get letter - X (pink) PL1
boblbobl:0:E742:04:021:Get letter - T (yellow) PL1
boblbobl:0:E742:08:021:Get letter - E (green) PL1
boblbobl:0:E742:10:021:Get letter - N (blue) PL1
boblbobl:0:E742:20:021:Get letter - D (purple) PL1
boblbobl:0:E64A:06:000:Infinite Lives PL2
boblbobl:0:E6E8:77:000:Invincibility PL2
boblbobl:0:E6F3:0C:000:Speed Always Normal PL2
boblbobl:0:E6F3:14:000:Speed Always Power-up PL2
boblbobl:0:E6F3:28:000:Speed Always Ultimate PL2
boblbobl:0:E6F3:0C:001:Speed to Normal Now! PL2
boblbobl:0:E6F3:14:001:Speed to Power-up Now! PL2
boblbobl:0:E6F3:28:001:Speed to Ultimate Now! PL2
boblbobl:0:E6F1:14:001:Fire Speed to Normal Now! PL2
boblbobl:0:E6F1:05:001:Fire Speed to Power-up NowPL2
boblbobl:0:E6F1:01:000:Fire Speed Always UltimatePL2
boblbobl:0:E6F4:40:000:Normal Range Bubbles PL2
boblbobl:0:E6F4:80:000:Long Range Bubbles PL2
boblbobl:0:E6F4:FF:000:Extra Long Range Bubbles PL2
boblbobl:0:E6F2:03:001:Head Power to Normal Now! PL2
boblbobl:0:E6F2:06:001:Head Power to Power-up NowPL2
boblbobl:0:E6F2:09:000:Head Power Always UltimatePL2
boblbobl:0:F610:00:001:Fire bubbles Bubbles Now! PL2
boblbobl:0:F610:01:001:Fire lightnings Now! PL2
boblbobl:0:E743:3F:001:Get EXTEND PL2
boblbobl:0:E743:01:021:Get letter - E (red) PL2
boblbobl:0:E743:02:021:Get letter - X (pink) PL2
boblbobl:0:E743:04:021:Get letter - T (yellow) PL2
boblbobl:0:E743:08:021:Get letter - E (green) PL2
boblbobl:0:E743:10:021:Get letter - N (blue) PL2
boblbobl:0:E743:20:021:Get letter - D (purple) PL2
boblbobl:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen
boblbobl:0:E5DB:00:000:Disable "Super" Mode
boblbobl:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen
boblbobl:0:E5D1:00:000:Disable "Original" Mode
boblbobl:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen
boblbobl:0:E5D2:00:000:Disable "Power-Up" Mode
boblbobl:0:E613:01:000:Always get Bonus doors
boblbobl:0:F676:01:000:Constant Extend Letters
boblbobl:0:E603:01:000:Always Warn (Bell Item)
boblbobl:0:E5FA:03:000:Apple or Orange? You decide!
boblbobl:0:E608:01:000:Coke Can Item
boblbobl:0:6E30:01:000:Fireball Bubble - Always!
boblbobl:0:6E30:03:000:Fireball Bubble - 1 in 2
boblbobl:0:6E30:05:000:Fireball Bubble - 1 in 3
boblbobl:0:6E30:07:000:Fireball Bubble - 1 in 4
boblbobl:0:6E30:15:000:Fireball Bubble - 1 in 16
boblbobl:0:6E30:1D:000:Fireball Bubble - 1 in 256
boblbobl:0:6E30:25:000:Fireball Bubble - 1 in 4096
boblbobl:0:5C2B:C9:000:Disable Bubbles?
boblbobl:0:E6BB:05:001:Fireballs for 5 levels
boblbobl:0:E6BE:40:000:Fireballs
boblbobl:0:E5EE:07:000:Fireball Cross
boblbobl:0:0000:00:999:[Use these cheats only at ]
boblbobl:0:0000:00:999:[the begining of a level, ]
boblbobl:0:0000:00:999:[before the item appears!! ]
boblbobl:0:0000:00:999:[When you are given a ]
boblbobl:0:0000:00:999:[distribution, each bubble ]
boblbobl:0:0000:00:999:[turns into an object. ]
boblbobl:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range
boblbobl:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power
boblbobl:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed
boblbobl:0:F45E:03:001:1st Item = shoe:Gives you power-up speed
boblbobl:0:F45E:04:001:1st Item = clock:Slows down the monsters
boblbobl:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds
boblbobl:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther
boblbobl:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther
boblbobl:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther
boblbobl:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers
boblbobl:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers
boblbobl:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers
boblbobl:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows
boblbobl:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes
boblbobl:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters
boblbobl:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk
boblbobl:0:F45E:10:001:1st Item = pink ring:Gives points when you jump
boblbobl:0:F45E:11:001:1st Item = red ring:Gives points when you bubble
boblbobl:0:F45E:12:001:1st Item = blue cross:Fills screen with water
boblbobl:0:F45E:13:001:1st Item = yellow cross:Make lightning strike
boblbobl:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles
boblbobl:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble
boblbobl:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr
boblbobl:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined
boblbobl:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds
boblbobl:0:F45E:19:001:1st Item = book:Turns monsters into diamonds
boblbobl:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall
boblbobl:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters
boblbobl:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball
boblbobl:0:F45E:1D:001:1st Item = fork:Makes fruits fall
boblbobl:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end
boblbobl:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end
boblbobl:0:F45E:20:001:1st Item = red chest:Red diamonds on level end
boblbobl:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end
boblbobl:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end
boblbobl:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end
boblbobl:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end
boblbobl:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end
boblbobl:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end
boblbobl:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end
boblbobl:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end
boblbobl:0:F45E:29:001:1st Item = bell:Destructive Item warning
boblbobl:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end
boblbobl:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end
boblbobl:0:F45E:2C:001:1st Item = glass of beer:???? on level end
boblbobl:0:F45E:2D:001:1st Item = knife:Makes fruits fall
boblbobl:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items
boblbobl:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters
boblbobl:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds
boblbobl:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds
boblbobl:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds
boblbobl:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70
boblbobl:0:F44C:2A:000:Fruit 2A
boblbobl:0:F44C:2B:000:Fruit 2B
boblbobl:0:F44C:2C:000:Fruit 2C
boblbobl:0:F44C:2D:000:Fruit 2D
boblbobl:0:F44C:2E:000:Fruit 2E
boblbobl:0:F44C:2F:000:Fruit 2F
boblbobl:0:F44C:30:000:Fruit 30
boblbobl:0:F44C:31:000:Fruit 31
boblbobl:0:F44C:32:000:Fruit 32
boblbobl:0:F44C:33:000:Fruit 33
boblbobl:0:F44C:34:000:Fruit 34
boblbobl:0:F44C:35:000:Fruit 35
boblbobl:0:F44C:36:000:Fruit 36
boblbobl:0:F44C:37:000:Fruit 37
boblbobl:0:F44C:38:000:Fruit 38
boblbobl:0:F44C:39:000:Fruit 39
boblbobl:0:F44C:3A:000:Fruit 3A
boblbobl:0:F44C:3B:000:Fruit 3B
boblbobl:0:F44D:01:000:Quick Fruit at start
boblbobl:0:E60A:01:000:Lipstick
boblbobl:0:E345:05:000:Stop the Baron
boblbobl:0:0000:00:999:[These five cheats will make]
boblbobl:0:0000:00:999:[a potion appear on the next]
boblbobl:0:0000:00:999:[screen. It will be of the ]
boblbobl:0:0000:00:999:[type requested unless you ]
boblbobl:0:0000:00:999:[have earned a higher potion]
boblbobl:0:0000:00:999:[or you have fallen off the ]
boblbobl:0:0000:00:999:[bottom of the screen since ]
boblbobl:0:0000:00:999:[setting the cheat. Falling ]
boblbobl:0:0000:00:999:[off the bottom will upgrade]
boblbobl:0:0000:00:999:[the potion to the next one!]
boblbobl:0:E5E7:0F:001:Sunflower Potion(next screen)
boblbobl:0:E5E7:10:001:Flower Potion (next screen)
boblbobl:0:E5E7:11:001:Clover Potion (next screen)
boblbobl:0:E5E7:12:001:Rainbow Potion (next screen)
boblbobl:0:E5E7:13:001:Musical Potion (next screen)
boblbobl:0:0000:00:999:[These two cheats are useful]
boblbobl:0:0000:00:999:[when you get stuck on one ]
boblbobl:0:0000:00:999:[screen. Use only one at a ]
boblbobl:0:0000:00:999:[time. ]
boblbobl:0:F590:01:001:Drown 'em All! Now! OR--->
boblbobl:0:E720:01:001:Throw The Book At Them Now!
boblbobl:0:0000:00:999:[These Select starting round]
boblbobl:0:0000:00:999:[cheats are *NOT* linked so ]
boblbobl:0:0000:00:999:[they must BOTH be selected ]
boblbobl:0:0000:00:999:[individually one after the ]
boblbobl:0:0000:00:999:[other! ]
boblbobl:0:0000:00:999:[ ]
boblbobl:0:0000:00:999:[You should enable these ]
boblbobl:0:0000:00:999:[cheats on the press 1 or 2 ]
boblbobl:0:0000:00:999:[player button screen. ]
boblbobl:0:E64B:FF:021:Select starting round (1|2)
boblbobl:0:E64B:63:061:Select starting round (2|2)
boblbobl:0:0000:00:999:[ ]
boblbobl:0:E64B:63:061:Select next round
; [ Body Slam ]
bodyslam:0:FFC202:59:000:Infinite Time
; [ Bogey Manor ]
bogeyman:0:0032:03:000:Infinite Lives
bogeyman:0:07BA:59:000:Infinite Time
bogeyman:0:069F:00:000:Invincibility
bogeyman:0:06FE:01:000:Transformation
bogeyman:0:07CF:00:000:Floor Lighting
bogeyman:0:07D0:00:500:Floor Lighting (2/4)
bogeyman:0:07D1:00:500:Floor Lighting (3/4)
bogeyman:0:07D2:00:500:Floor Lighting (4/4)
bogeyman:0:071C:E0:001:Open Exit Door Now!
bogeyman:0:07D8:08:001:Finish Floor Now!
bogeyman:0:040A:00:998:Display Remain Crystal
bogeyman:0:002A:01:000:House Select
bogeyman:0:152E:39:500:House Select (2/2)
; [ Bomb Bee ]
bombbee:0:22A4:01:000:Infinite Balls
; [ Bomb Jack (set 2) ]
bombjac2:0:819B:05:000:Infinite Lives
bombjac2:0:824A:1E:000:Invincibility
bombjac2:0:81AC:04:000:Always Bonus Multiplier x 5
bombjac2:0:81AC:04:001:Bonus Multiplier x 5 Now!
bombjac2:0:8036:FF:000:Infinite Power Time
bombjac2:0:81A2:00:001:Finish this Level Now!
bombjac2:0:81AB:23:000:Always Perfect Firebombs
bombjac2:0:81AB:23:001:Perfect Firebombs Now!
bombjac2:0:890C:01:000:Bonus gives multiplier
bombjac2:0:890C:02:000:Bonus gives extra life
bombjac2:0:890C:03:000:Bonus gives extra credit
bombjac2:0:81A7:14:000:P always present
; [ Bomb Jack (set 1) ]
bombjack:0:819B:05:000:Infinite Lives
bombjack:0:824A:1E:000:Invincibility
bombjack:0:81AC:04:000:Always Bonus Multiplier x 5
bombjack:0:81AC:04:001:Bonus Multiplier x 5 Now!
bombjack:0:8036:FF:000:Infinite Power Time
bombjack:0:81A2:00:001:Finish this Level Now!
bombjack:0:81AB:23:000:Always Perfect Firebombs
bombjack:0:81AB:23:001:Perfect Firebombs Now!
bombjack:0:890C:01:000:Bonus gives multiplier
bombjack:0:890C:02:000:Bonus gives extra life
bombjack:0:890C:03:000:Bonus gives extra credit
bombjack:0:81A7:14:000:P always present
; [ Bomberman (Japan) ]
bombrman:0:A0045:99:001:Infinite Credits
bombrman:0:A35A2:59:000:Infinite Time
bombrman:0:A35A0:00:001:Finish this level Now!:To be used "Normal Mode" only
bombrman:0:A0BAA:03:000:Infinite Lives PL1
bombrman:0:A0BAB:02:000:Maximum Speed PL1
bombrman:0:A0BAD:07:000:Maximum Flame Length PL1
bombrman:0:A0BAF:08:000:Maximum Bombs PL1
bombrman:0:A10A8:20:020:Invincibility "ON" PL1:To be used "Normal Mode" only
bombrman:0:A10A8:20:041:Invincibility "OFF" PL1
bombrman:0:A0BB0:00:000:Always have Normal Bombs PL1
bombrman:0:A0BB0:FF:000:Always have Manual Bombs PL1
bombrman:0:A0BB0:00:001:Get Normal Bombs Now! PL1
bombrman:0:A0BB0:FF:001:Get Manual Bombs Now! PL1
bombrman:0:A0BBA:03:000:Infinite Lives PL2
bombrman:0:A0BBB:02:000:Maximum Speed PL2
bombrman:0:A0BBD:07:000:Maximum Flame Length PL2
bombrman:0:A0BBF:08:000:Maximum Bombs PL2
bombrman:0:A10E8:20:020:Invincibility "ON" PL2:To be used "Normal Mode" only
bombrman:0:A10E8:20:041:Invincibility "OFF" PL2
bombrman:0:A0BC0:00:000:Always have Normal Bombs PL2
bombrman:0:A0BC0:FF:000:Always have Manual Bombs PL2
bombrman:0:A0BC0:00:001:Get Normal Bombs Now! PL2
bombrman:0:A0BC0:FF:001:Get Manual Bombs Now! PL2
; [ Bonze Adventure (US) ]
bonzeadu:0:10F7B7:09:000:Infinite Credits
bonzeadu:0:10CC42:50:007:Infinite Time
bonzeadu:0:10D5D5:02:000:Invincibility
bonzeadu:0:10CC35:05:000:Always have Maximum fire speed
bonzeadu:0:10CC37:08:000:Always have Maximum bounce power
bonzeadu:0:10CC3B:00:000:Always have Blue bubble
bonzeadu:0:10CC3F:04:000:Always have Max. Red bubble size
bonzeadu:0:10CC41:04:000:Always have Max. Green bubble size
bonzeadu:0:10CC3D:04:000:Always have Max. Purple bubble size
bonzeadu:0:10D535:05:007:Infinite Lives PL1
bonzeadu:0:10D545:05:007:Infinite Lives PL2
; [ Bonze Adventure (World) ]
bonzeadv:0:10F7B7:09:000:Infinite Credits
bonzeadv:0:10CC42:50:007:Infinite Time
bonzeadv:0:10D5D5:02:000:Invincibility
bonzeadv:0:10CC35:05:000:Always have Maximum fire speed
bonzeadv:0:10CC37:08:000:Always have Maximum bounce power
bonzeadv:0:10CC3B:00:000:Always have Blue bubble
bonzeadv:0:10CC3F:04:000:Always have Max. Red bubble size
bonzeadv:0:10CC41:04:000:Always have Max. Green bubble size
bonzeadv:0:10CC3D:04:000:Always have Max. Purple bubble size
bonzeadv:0:10D535:05:007:Infinite Lives PL1
bonzeadv:0:10D545:05:007:Infinite Lives PL2
; [ Boot Camp ]
bootcamp:0:0A8D:99:000:Infinite Time PL1
bootcamp:0:0A8C:00:001:Reset Timer Now! PL1
bootcamp:0:0A8D:01:501:Reset Timer Now! PL1 (2/2)
bootcamp:0:0855:70:000:Always done 70 targets PL1
bootcamp:0:0855:70:001:Get 70 targets Now! PL1
bootcamp:0:0AAD:99:000:Infinite Time PL2
bootcamp:0:0AAC:00:001:Reset Timer Now! PL2
bootcamp:0:0AAD:01:501:Reset Timer Now! PL2 (2/2)
bootcamp:0:0857:70:000:Always done 70 targets PL2
bootcamp:0:0857:70:001:Get 70 targets Now! PL2
bootcamp:0:0C76:01:001:One hit for Instructor Now!
bootcamp:0:0000:00:999:[Ensure the infinite damage ]
bootcamp:0:0000:00:999:[cheat is NOT turned on for ]
bootcamp:0:0000:00:999:[the Assault Course!! ]
bootcamp:0:0C16:08:000:Infinite Damage PL1
bootcamp:0:0C46:08:000:Infinite Damage PL2
bootcamp:0:0000:00:999:[Enable these cheats on the ]
bootcamp:0:0000:00:999:[Player 1/2 Intro page, ie. ]
bootcamp:0:0000:00:999:[before the Obstacle Course ]
bootcamp:0:0991:02:001:Goto the Firing Range 1 Now!
bootcamp:0:0991:03:001:Goto the Iron Man Race Now!
bootcamp:0:0991:05:001:Goto the Firing Range 2 Now!
bootcamp:0:0991:06:001:Goto the Arm Wrestle Now!
bootcamp:0:0991:07:001:Goto the Firing Range 3 Now!
bootcamp:0:0991:09:001:Goto the Instructor Now!
bootcamp:0:0991:0E:001:Goto the Mission Now!
bootcamp:0:0000:00:999:[The invincibility cheat is ]
bootcamp:0:0000:00:999:[buggy, you have to turn it ]
bootcamp:0:0000:00:999:[off with F6 to jump or to ]
bootcamp:0:0000:00:999:[walk down stairs-YOU MUST!!]
bootcamp:0:0C01:02:020:Mission Invincibility
bootcamp:0:0C01:F8:540:Mission Invincibility (2/3)
bootcamp:0:0C16:08:500:Mission Invincibility (3/3)
; [ Boot Hill ]
boothill:0:2008:60:000:Infinite Time
boothill:0:205A:00:000:Infinite Bullets PL1
boothill:0:2059:00:000:Infinite Bullets PL2
boothill:0:200E:00:000:Score Always = 0 PL1
boothill:0:200D:00:000:Score Always = 0 PL2
boothill:0:200E:00:001:Set Score to 0 Now! PL1
boothill:0:200D:00:001:Set Score to 0 Now! PL2
boothill:0:200E:99:073:Select Score PL1
boothill:0:200D:99:073:Select Score PL2
; [ Borench ]
borench:0:FFF02E:09:000:Infinite Credits
borench:0:FFF21B:05:000:Infinite Lives
borench:0:000000:00:999:[ Here are the shapes for ease of reference ]
borench:0:000000:00:999:[ ***** ***** * * * ]
borench:0:000000:00:999:[ *** *** *** *** ***** ]
borench:0:000000:00:999:[ * * ***** ***** * ]
borench:0:000000:00:999:[ Top Top Bottom Bottom Cross ]
borench:0:000000:00:999:[ Left Right Left Right Over ]
borench:0:FFF12C:02:001:Get Top Left Tile Now PL1
borench:0:FFF12C:04:001:Get Top Right Tile Now PL1
borench:0:FFF12C:05:001:Get Bottom Left Tile Now PL1
borench:0:FFF12C:03:001:Get Bottom Right Tile Now PL1
borench:0:FFF12C:06:001:Get Crossover Tile Now PL1
borench:0:000000:00:999:[ Here are the shapes for ease of reference ]
borench:0:000000:00:999:[ ***** ***** * * * ]
borench:0:000000:00:999:[ *** *** *** *** ***** ]
borench:0:000000:00:999:[ * * ***** ***** * ]
borench:0:000000:00:999:[ Top Top Bottom Bottom Cross ]
borench:0:000000:00:999:[ Left Right Left Right Over ]
borench:0:FFF1AC:02:001:Get Top Left Tile Now PL2
borench:0:FFF1AC:04:001:Get Top Right Tile Now PL2
borench:0:FFF1AC:05:001:Get Bottom Left Tile Now PL2
borench:0:FFF1AC:03:001:Get Bottom Right Tile Now PL2
borench:0:FFF1AC:06:001:Get Crossover Tile Now PL2
; [ Bosconian (new version) ]
bosco:0:83E2:05:000:Infinite Lives
; [ Bosconian (Midway, new version) ]
boscomd:0:83E2:05:000:Infinite Lives
; [ Bosconian (Midway, old version) ]
boscomdo:0:83E2:05:000:Infinite Lives
; [ Bosconian (old version) ]
boscoo:0:83E2:05:000:Infinite Lives
; [ Bosconian (older version) ]
boscoo2:0:83E2:05:000:Infinite Lives
; [ Bottom of the Ninth (version T) ]
bottom9:0:4098:59:000:Infinite Time
bottom9:0:4097:59:500:Infinite Time (2/3)
bottom9:0:4096:99:500:Infinite Time (3/3)
bottom9:0:4120:00:000:Infinite Strikes
bottom9:0:4121:00:000:Infinite Balls
bottom9:0:4122:00:000:Infinite Outs
bottom9:0:4098:00:001:Set Play Time to 0 Now!
bottom9:0:4097:00:501:Set Play Time to 0 Now! (2/3)
bottom9:0:4096:00:501:Set Play Time to 0 Now! (3/3)
bottom9:0:4120:00:001:Set Strikes to 0 Now!
bottom9:0:4120:03:001:Set Strikes to 3 Now!
bottom9:0:4121:00:001:Set Balls to 0 Now!
bottom9:0:4121:04:001:Set Balls to 4 Now!
bottom9:0:4122:00:001:Set Outs to 0 Now!
bottom9:0:4122:03:001:Set Outs to 3 Now!
bottom9:0:410E:FF:070:Select score PL1
bottom9:0:411E:FF:070:Select score PL2
bottom9:0:4012:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Bottom of the Ninth (version N) ]
bottom9n:0:4098:59:000:Infinite Time
bottom9n:0:4097:59:500:Infinite Time (2/3)
bottom9n:0:4096:99:500:Infinite Time (3/3)
bottom9n:0:4120:00:000:Infinite Strikes
bottom9n:0:4121:00:000:Infinite Balls
bottom9n:0:4122:00:000:Infinite Outs
bottom9n:0:4098:00:001:Set Play Time to 0 Now!
bottom9n:0:4097:00:501:Set Play Time to 0 Now! (2/3)
bottom9n:0:4096:00:501:Set Play Time to 0 Now! (3/3)
bottom9n:0:4120:00:001:Set Strikes to 0 Now!
bottom9n:0:4120:03:001:Set Strikes to 3 Now!
bottom9n:0:4121:00:001:Set Balls to 0 Now!
bottom9n:0:4121:04:001:Set Balls to 4 Now!
bottom9n:0:4122:00:001:Set Outs to 0 Now!
bottom9n:0:4122:03:001:Set Outs to 3 Now!
bottom9n:0:410E:FF:070:Select score PL1
bottom9n:0:411E:FF:070:Select score PL2
bottom9n:0:4012:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Boulder Dash / Boulder Dash Part 2 (World) ]
bouldash:0:306113:99:000:Infinite Credits
bouldash:0:306959:09:007:Infinite Time:Display still changes
bouldash:0:306E05:99:000:Infinite reserve time
bouldash:0:306AF7:05:000:Infinite Lives
bouldash:0:306991:00:000:Exit always Open
bouldash:0:306991:00:001:Open Exit Now!
bouldash:0:306959:01:001:Zero Timer Now! (bonus level)
bouldash:0:306931:05:071:Select current World:You will advance to this world when you lose a life, or the stage after if you complete the stage without dieing after enabling the cheat
bouldash:0:306933:04:071:Select current Stage:You will advance to this stage when you lose a life, or the stage after if you complete the stage without dieing after enabling the cheat
; [ Boulder Dash / Boulder Dash Part 2 (Japan) ]
bouldshj:0:306113:99:000:Infinite Credits
bouldshj:0:306959:09:007:Infinite Time:Display still changes
bouldshj:0:306E05:99:000:Infinite reserve time
bouldshj:0:306AF7:05:000:Infinite Lives
bouldshj:0:306991:00:000:Exit always Open
bouldshj:0:306991:00:001:Open Exit Now!
bouldshj:0:306959:01:001:Zero Timer Now! (bonus level)
bouldshj:0:306931:05:071:Select current World:You will advance to this world when you lose a life, or the stage after if you complete the stage without dieing after enabling the cheat
bouldshj:0:306933:04:071:Select current Stage:You will advance to this stage when you lose a life, or the stage after if you complete the stage without dieing after enabling the cheat
; [ Bounty, The ]
bounty:0:5824:60:000:Infinite Fuel
bounty:0:581F:08:000:Infinite Lives PL1
bounty:0:5820:08:000:Infinite Lives PL2
; [ 4 Player Bowling Alley ]
bowler:0:0000:00:999:[Pin is always Top Left, and]
bowler:0:0000:00:999:[you will score 9 pts aswell]
bowler:0:2234:01:000:Always 1 pin left to drop
bowler:0:2234:01:001:1 pin left to drop Now!
; [ Bowl-O-Rama ]
bowlrama:0:5297:10:000:Infinite Time
bowlrama:0:5629:07:000:Always 800 (Flash-O-Matic)
; [ Boxing Bugs ]
boxingb:0:0013:E7:000:Infinite Credits
boxingb:0:0012:03:500:Infinite Credits (2/2)
boxingb:0:0045:06:000:Infinite Lives
boxingb:0:0059:00:001:Win this Round Now!
boxingb:0:011B:E7:000:Infinite Panics PL1
boxingb:0:011A:03:500:Infinite Panics PL1 (2/2)
boxingb:0:011D:E7:000:Infinite Panics PL2
boxingb:0:011C:03:500:Infinite Panics PL2 (2/2)
; [ Boxy Boy (US) ]
boxyboy:0:020A:99:000:Infinite Time
boxyboy:0:020B:99:500:Infinite Time (2/2)
boxyboy:0:020A:00:001:Set Time to 0000 Now!
boxyboy:0:020B:00:501:Set Time to 0000 Now! (2/2)
boxyboy:0:0188:00:000:Infinite Steps
boxyboy:0:0189:00:500:Infinite Steps (2/2)
boxyboy:0:0218:00:001:Finish this Round Now!
boxyboy:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Brain ]
brain:0:C04E:06:000:Infinite Lives PL1
brain:0:C04F:06:000:Infinite Lives PL2
brain:0:CE94:09:000:Infinite Bombs
brain:0:EEA6:37:000:Infinite Air
brain:0:CE82:00:000:Invincibility:This cheat is Buggy
brain:0:F038:7E:500:Invincibility (2/2):This cheat is Buggy
brain:0:CE92:00:000:Always Single/normal shot
brain:0:CE92:01:000:Always Double/heavy shot
brain:0:CE92:00:001:Get Single/normal shot Now!
brain:0:CE92:01:001:Get Double/heavy shot Now!
; [ Breakers ]
breakers:0:107C0B:64:000:Infinite Time
breakers:0:107332:1E:000:Infinite Energy PL1
breakers:0:107332:00:001:Drain All Energy Now! PL1
breakers:0:107345:03:000:Infinite Chi PL1
breakers:0:107345:00:000:Always minimum Chi PL1
breakers:0:107892:1E:000:Infinite Energy PL2
breakers:0:107892:00:001:Drain All Energy Now! PL2
breakers:0:1078A5:03:000:Infinite Chi PL2
breakers:0:1078A5:00:000:Always minimum Chi PL1
breakers:0:000000:00:999:[The Goto Boss Fight Screen ]
breakers:0:000000:00:999:[should be activated on the ]
breakers:0:000000:00:999:[character selection screen.]
breakers:0:000000:00:999:[If you activate it during ]
breakers:0:000000:00:999:[any fight however you will ]
breakers:0:000000:00:999:[see the ENDING after you ]
breakers:0:000000:00:999:[you win that match! ]
breakers:0:1070C5:09:001:Goto Boss Fight Screen Now!
breakers:0:000000:00:999:[ Use on selection screen ]
breakers:0:107155:08:000:Play with Bai-Hu PL1
breakers:0:1076B5:08:000:Play with Bai-Hu PL2
; [ Breakers Revenge ]
breakrev:0:107C27:63:000:Infinite Time
breakrev:0:10734E:1E:000:Infinite Energy PL1
breakrev:0:10734E:00:001:Drain All Energy Now! PL1
breakrev:0:107361:03:000:Infinite Chi PL1
breakrev:0:107361:00:000:Always minimum Chi PL1
breakrev:0:1078AE:1E:000:Infinite Energy PL2
breakrev:0:1078AE:00:001:Drain All Energy Now! PL2
breakrev:0:1078C1:03:000:Infinite Chi PL2
breakrev:0:1078C1:00:000:Always minimum Chi PL2
breakrev:0:000000:00:999:[The Goto Boss Fight Screen ]
breakrev:0:000000:00:999:[should be activated on the ]
breakrev:0:000000:00:999:[character selection screen.]
breakrev:0:000000:00:999:[If you activate it during ]
breakrev:0:000000:00:999:[any fight however you will ]
breakrev:0:000000:00:999:[see the ENDING after you ]
breakrev:0:000000:00:999:[you win that match! ]
breakrev:0:1070D1:0A:001:Goto Boss Fight Screen Now!
; [ Breywood (Japan revision 2) ]
breywood:0:0079:02:000:Never see the Green Blob
breywood:0:007C:02:500:Never see the Green Blob (2/2)
breywood:0:00A7:09:000:Infinite Energy PL1
breywood:0:00A8:99:500:Infinite Energy PL1 (2/3)
breywood:0:00A9:99:500:Infinite Energy PL1 (3/3)
breywood:0:00B4:08:000:Infinite Keys PL1
breywood:0:0145:01:000:Always have Speed Up PL1
breywood:0:0146:01:000:Always have Shoot Speed PL1
breywood:0:0147:01:000:Always have Shield PL1
breywood:0:0148:01:000:Always have Weapon Range PL1
breywood:0:0000:00:999:[These cheats activates the followers ]
breywood:0:0000:00:999:[and weapons. Only have one selected ]
breywood:0:0000:00:999:[at a time. ]
breywood:0:0130:01:000:Always x2 with Daggers PL1
breywood:0:0150:01:500:Always x2 with Daggers PL1 (2/3)
breywood:0:0170:01:500:Always x2 with Daggers PL1 (3/3)
breywood:0:0130:02:000:Always x2 with Bombs PL1
breywood:0:0150:02:500:Always x2 with Bombs PL1 (2/3)
breywood:0:0170:02:500:Always x2 with Bombs PL1 (3/3)
breywood:0:0130:03:000:Always x2 with Ninja Stars PL1
breywood:0:0150:03:500:Always x2 with Ninja Stars PL1 (2/3)
breywood:0:0170:03:500:Always x2 with Ninja Stars PL1 (3/3)
breywood:0:0130:04:000:Always x2 with Razor Disks PL1
breywood:0:0150:04:500:Always x2 with Razor Disks PL1 (2/3)
breywood:0:0170:04:500:Always x2 with Razor Disks PL1 (3/3)
breywood:0:0130:05:000:Always x2 with Shock Waves PL1
breywood:0:0150:05:500:Always x2 with Shock Waves PL1 (2/3)
breywood:0:0170:05:500:Always x2 with Shock Waves PL1 (3/3)
breywood:0:0130:06:000:Always x2 with Boomerangs PL1
breywood:0:0150:06:500:Always x2 with Boomerangs PL1 (2/3)
breywood:0:0170:06:500:Always x2 with Boomerangs PL1 (3/3)
breywood:0:0130:07:000:Always x2 with Reflective ShotsPL1
breywood:0:0150:07:500:Always x2 with Reflective ShotsPL1 (2/3)
breywood:0:0170:07:500:Always x2 with Reflective ShotsPL1 (3/3)
breywood:0:0130:08:000:Always x2 with Flame Thrower PL1
breywood:0:0150:08:500:Always x2 with Flame Thrower PL1 (2/3)
breywood:0:0170:08:500:Always x2 with Flame Thrower PL1 (3/3)
breywood:0:00C2:09:000:Infinite Energy PL2
breywood:0:00C3:99:500:Infinite Energy PL2 (2/3)
breywood:0:00C4:99:500:Infinite Energy PL2 (3/3)
breywood:0:00CF:08:000:Infinite Keys PL2
breywood:0:01A5:01:000:Always have Speed Up PL2
breywood:0:01A6:01:000:Always have Shoot Speed PL2
breywood:0:01A7:01:000:Always have Shield PL2
breywood:0:01A8:01:000:Always have Weapon Range PL2
breywood:0:0000:00:999:[These cheats activates the followers ]
breywood:0:0000:00:999:[and weapons. Only have one selected ]
breywood:0:0000:00:999:[at a time. ]
breywood:0:0190:01:000:Always x2 with Daggers PL2
breywood:0:01B0:01:500:Always x2 with Daggers PL2 (2/3)
breywood:0:01D0:01:500:Always x2 with Daggers PL2 (3/3)
breywood:0:0190:02:000:Always x2 with Bombs PL2
breywood:0:01B0:02:500:Always x2 with Bombs PL2 (2/3)
breywood:0:01D0:02:500:Always x2 with Bombs PL2 (3/3)
breywood:0:0190:03:000:Always x2 with Ninja Stars PL2
breywood:0:01B0:03:500:Always x2 with Ninja Stars PL2 (2/3)
breywood:0:01D0:03:500:Always x2 with Ninja Stars PL2 (3/3)
breywood:0:0190:04:000:Always x2 with Razor Disks PL2
breywood:0:01B0:04:500:Always x2 with Razor Disks PL2 (2/3)
breywood:0:01D0:04:500:Always x2 with Razor Disks PL2 (3/3)
breywood:0:0190:05:000:Always x2 with Shock Waves PL2
breywood:0:01B0:05:500:Always x2 with Shock Waves PL2 (2/3)
breywood:0:01D0:05:500:Always x2 with Shock Waves PL2 (3/3)
breywood:0:0190:06:000:Always x2 with Boomerangs PL2
breywood:0:01B0:06:500:Always x2 with Boomerangs PL2 (2/3)
breywood:0:01D0:06:500:Always x2 with Boomerangs PL2 (3/3)
breywood:0:0190:07:000:Always x2 with Reflective ShotsPL2
breywood:0:01B0:07:500:Always x2 with Reflective ShotsPL2 (2/3)
breywood:0:01D0:07:500:Always x2 with Reflective ShotsPL2 (3/3)
breywood:0:0190:08:000:Always x2 with Flame Thrower PL2
breywood:0:01B0:08:500:Always x2 with Flame Thrower PL2 (2/3)
breywood:0:01D0:08:500:Always x2 with Flame Thrower PL2 (3/3)
; [ Brix ]
brix:0:5010:5A:000:Infinite Credits
brix:0:45FE:FF:000:Infinite Move Time:Take your own time to move
brix:0:460E:05:000:Infinite Lives
brix:0:44FD:02:000:Freeze monsters
brix:0:44FE:02:500:Freeze monsters (2/3)
brix:0:44FF:02:500:Freeze monsters (3/3)
brix:0:465D:02:000:Freeze Bomb/Missile
brix:0:4667:20:000:Block Monsters:You are able to trap a monster in a Block
brix:0:4668:01:500:Block Monsters (2/2)
brix:0:4664:20:000:Infinite Block Monster Time:Use with the above 'Block Monsters' cheat
brix:0:4665:20:500:Infinite Block Monster Time (2/3)
brix:0:4666:20:500:Infinite Block Monster Time (3/3)
; [ Break Thru (US) ]
brkthru:0:040F:99:000:Infinite Lives
brkthru:0:0492:63:000:Infinite Powerup Time
brkthru:0:05A3:80:000:Always 3-Way Powerup
brkthru:0:05A3:80:001:Get 3-Way Powerup Now!
brkthru:0:0426:01:000:Invincible Flying Jeep
brkthru:0:0000:00:999:[These Select starting level]
brkthru:0:0000:00:999:[cheats are *NOT* linked so ]
brkthru:0:0000:00:999:[they must BOTH be selected ]
brkthru:0:0000:00:999:[individually one after the ]
brkthru:0:0000:00:999:[other! ]
brkthru:0:0000:00:999:[ ]
brkthru:0:0000:00:999:[Enable on the title screen,]
brkthru:0:0000:00:999:[press 1 or 2 before it ]
brkthru:0:0000:00:999:[enters the demo mode which ]
brkthru:0:0000:00:999:[would disable the cheat. ]
brkthru:0:040E:FF:021:Select starting level (1|2)
brkthru:0:040E:04:061:Select starting level (2|2)
brkthru:0:0000:00:999:[ ]
brkthru:0:040E:04:061:Select next level
brkthru:0:040E:04:071:Select current level
; [ Kyohkoh-Toppa (Japan) ]
brkthruj:0:040F:99:000:Infinite Lives
brkthruj:0:0492:63:000:Infinite Powerup Time
brkthruj:0:05A3:80:000:Always 3-Way Powerup
brkthruj:0:05A3:80:001:Get 3-Way Powerup Now!
brkthruj:0:0426:01:000:Invincible Flying Jeep
brkthruj:0:0000:00:999:[These Select starting level]
brkthruj:0:0000:00:999:[cheats are *NOT* linked so ]
brkthruj:0:0000:00:999:[they must BOTH be selected ]
brkthruj:0:0000:00:999:[individually one after the ]
brkthruj:0:0000:00:999:[other! ]
brkthruj:0:0000:00:999:[ ]
brkthruj:0:0000:00:999:[Enable on the title screen,]
brkthruj:0:0000:00:999:[press 1 or 2 before it ]
brkthruj:0:0000:00:999:[enters the demo mode which ]
brkthruj:0:0000:00:999:[would disable the cheat. ]
brkthruj:0:040E:FF:021:Select starting level (1|2)
brkthruj:0:040E:04:061:Select starting level (2|2)
brkthruj:0:0000:00:999:[ ]
brkthruj:0:040E:04:061:Select next level
brkthruj:0:040E:04:071:Select current level
; [ Burnin' Rubber ]
brubber:0:001A:05:000:Infinite Lives
brubber:0:0090:01:000:Jump Always O.K.
brubber:0:0080:19:000:Never Come Down From Jump
brubber:0:0021:00:000:0 cars smashed (50000 pts)
; [ Brute Force ]
brutforc:0:E368:63:000:Infinite Lives PL1
brutforc:0:E3B0:0F:000:Infinite Energy PL1
brutforc:0:E3C7:01:000:Invincibility PL1
brutforc:0:E268:63:000:Infinite Lives PL2
brutforc:0:E2B0:0F:000:Infinite Energy PL2
brutforc:0:E2C7:01:000:Invincibility PL2
brutforc:0:E468:63:000:Infinite Lives PL3
brutforc:0:E4B0:0F:000:Infinite Energy PL3
brutforc:0:E4C7:01:000:Invincibility PL3
; [ Battle Shark (US) ]
bshark:0:10793F:09:000:Infinite Credits
bshark:0:10DD8B:00:000:No Damage (Windscreen still Cracks)
bshark:0:10DE34:27:000:Infinite Torpedos
; [ Battle Shark (Japan) ]
bsharkj:0:10793F:09:000:Infinite Credits
bsharkj:0:10DD8B:00:000:No Damage (Windscreen still Cracks)
bsharkj:0:10DE34:27:000:Infinite Torpedos
; [ Basketball ]
bsktball:0:008A:59:000:Infinite Time
; [ Back Street Soccer ]
bssoccer:0:200070:09:000:Infinite Credits
bssoccer:0:200E10:09:000:Infinite Time
bssoccer:0:200E11:FF:500:Infinite Time (2/2)
bssoccer:0:200E10:01:001:Finish this Game Now!
bssoccer:0:200E11:00:501:Finish this Game Now! (2/2)
bssoccer:0:200E14:09:000:Score always = 9 PL1
bssoccer:0:200E14:00:000:Score always = 0 PL1
bssoccer:0:200E14:09:001:Score = 9 Now! PL1
bssoccer:0:200E14:00:001:Score = 0 Now! PL1
bssoccer:0:200E14:09:060:Select Score PL1
bssoccer:0:200E15:09:000:Score always = 9 PL2
bssoccer:0:200E15:00:000:Score always = 0 PL2
bssoccer:0:200E15:09:001:Score = 9 Now! PL2
bssoccer:0:200E15:00:001:Score = 0 Now! PL2
bssoccer:0:200E15:09:060:Select Score PL2
; [ Baseball Stars Professional ]
bstars:0:10004B:60:000:Infinite Time
; [ Baseball Stars 2 ]
bstars2:0:1041D9:39:000:Infinite Time
bstars2:0:104422:63:000:Always have Max POW PL1
bstars2:0:104423:63:000:Always have Max POW PL2
bstars2:0:1043F2:99:000:Always win game PL1
bstars2:0:1043F3:99:000:Always win game PL2
bstars2:0:104422:63:001:Get Max POW Now! PL1
bstars2:0:104423:63:001:Get Max POW Now! PL2
bstars2:0:1043F2:99:001:Win this game Now! PL1
bstars2:0:1043F3:99:001:Win this game Now! PL2
bstars2:0:104422:63:070:Select POW Points Now! PL1
bstars2:0:104423:63:070:Select POW Points Now! PL2
bstars2:0:1043F2:99:073:Select Score PL1
bstars2:0:1043F3:99:073:Select Score PL2
; [ Burger Time (Data East set 1) ]
btime:0:0029:05:000:Infinite Lives PL1
btime:0:002B:99:000:Infinite Pepper PL1
btime:0:002A:05:000:Infinite Lives PL2
btime:0:002C:99:000:Infinite Pepper PL2
btime:0:0000:00:999:[Turn off Invincibility ]
btime:0:0000:00:999:[with F6 before you drop the]
btime:0:0000:00:999:[last top burger bun!!! ]
btime:0:006F:00:000:Invincibility
btime:0:00A0:01:500:Invincibility (2/2)
; [ Burger Time (Data East set 2) ]
btime2:0:0029:05:000:Infinite Lives PL1
btime2:0:002B:99:000:Infinite Pepper PL1
btime2:0:002A:05:000:Infinite Lives PL2
btime2:0:002C:99:000:Infinite Pepper PL2
btime2:0:0000:00:999:[Turn off Invincibility ]
btime2:0:0000:00:999:[with F6 before you drop the]
btime2:0:0000:00:999:[last top burger bun!!! ]
btime2:0:006F:00:000:Invincibility
btime2:0:00A0:01:500:Invincibility (2/2)
; [ Burger Time (Midway) ]
btimem:0:0029:05:000:Infinite Lives PL1
btimem:0:002B:99:000:Infinite Pepper PL1
btimem:0:002A:05:000:Infinite Lives PL2
btimem:0:002C:99:000:Infinite Pepper PL2
btimem:0:0000:00:999:[Turn off Invincibility ]
btimem:0:0000:00:999:[with F6 before you drop the]
btimem:0:0000:00:999:[last top burger bun!!! ]
btimem:0:006F:00:000:Invincibility
btimem:0:00A0:01:500:Invincibility (2/2)
; [ Battle City ]
btlecity:0:004B:63:000:Infinite Credits
btlecity:0:0051:0A:000:Infinite Lives
btlecity:0:0089:03:000:Invincibility
; [ Battle Field (Japan) ]
btlfield:0:000000:00:999:[See the Dip Switch Menu to ]
btlfield:0:000000:00:999:[enable an alternate ]
btlfield:0:000000:00:999:[Invincibility cheat. ]
btlfield:0:04041F:99:000:Infinite Lives PL1
btlfield:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first
btlfield:0:040163:64:000:Infinite Bombs PL1
btlfield:0:040419:80:000:Invincibility 'ON' PL1
btlfield:0:040419:01:001:Invincibility 'OFF' PL1
btlfield:0:04043F:99:000:Infinite Lives PL2
btlfield:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first
btlfield:0:040165:64:000:Infinite Bombs PL2
btlfield:0:040439:80:000:Invincibility 'ON' PL2
btlfield:0:040439:01:001:Invincibility 'OFF' PL2
; [ Battle K-Road (Japan) ]
btlkrodj:0:FE1A09:09:000:Infinite Credits
btlkrodj:0:FE0A89:B2:000:Infinite Time
btlkrodj:0:FE4BFC:07:000:Infinite Energy PL1
btlkrodj:0:FE4BFD:FF:500:Infinite Energy PL1 (2/2)
btlkrodj:0:FE4BFC:00:001:Drain All Energy Now! PL1:Don't enable this when you are being attacked or the game may become locked
btlkrodj:0:FE4BFD:00:501:Drain All Energy Now! PL1 (2/2)
btlkrodj:0:FE4BFF:00:000:Always have Wins = 0 PL1
btlkrodj:0:FE4BFF:02:000:Always have Wins = 2 PL1:As long as PL2 wins < 2 then PL1 wins the the battle automatically at the end of round
btlkrodj:0:FE4BFF:00:001:Set Wins = 0 Now! PL1
btlkrodj:0:FE4BFF:01:001:Set Wins = 1 Now! PL1
btlkrodj:0:FE4BFF:02:001:Set Wins = 2 Now! PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round
btlkrodj:0:000000:00:999:[ Free player selection ]
btlkrodj:0:000000:00:999:[ Use on level VS screen ]
btlkrodj:0:FE1A35:00:000:Play as Antony PL1
btlkrodj:0:FE4B8F:00:500:Play as Antony PL1 (2/2)
btlkrodj:0:FE1A35:01:000:Play as Cyborg D-9F PL1
btlkrodj:0:FE4B8F:01:500:Play as Cyborg D-9F PL1 (2/2)
btlkrodj:0:FE1A35:02:000:Play as Rick PL1
btlkrodj:0:FE4B8F:02:500:Play as Rick PL1 (2/2)
btlkrodj:0:FE1A35:03:000:Play as Shinsaku PL1
btlkrodj:0:FE4B8F:03:500:Play as Shinsaku PL1 (2/2)
btlkrodj:0:FE1A35:04:000:Play as Mitsuji PL1
btlkrodj:0:FE4B8F:04:500:Play as Mitsuji PL1 (2/2)
btlkrodj:0:FE1A35:05:000:Play as Wolf PL1
btlkrodj:0:FE4B8F:05:500:Play as Wolf PL1 (2/2)
btlkrodj:0:FE1A35:06:000:Play as Tyssa PL1
btlkrodj:0:FE4B8F:06:500:Play as Tyssa PL1 (2/2)
btlkrodj:0:FE1A35:08:000:Play as Masamichi PL1
btlkrodj:0:FE4B8F:08:500:Play as Masamichi PL1 (2/2)
btlkrodj:0:FE1A35:09:000:Play as Cyborg T-8P PL1
btlkrodj:0:FE4B8F:09:500:Play as Cyborg T-8P PL1 (2/2)
btlkrodj:0:FE1A35:0A:000:Play as Jeff PL1
btlkrodj:0:FE4B8F:0A:500:Play as Jeff PL1 (2/2)
btlkrodj:0:FE1A35:0B:000:Play as John PL1
btlkrodj:0:FE4B8F:0B:500:Play as John PL1 (2/2)
btlkrodj:0:FE1A35:0C:000:Play as Harimaoh PL1
btlkrodj:0:FE4B8F:0C:500:Play as Harimaoh PL1 (2/2)
btlkrodj:0:FE1A35:0D:000:Play as Dan PL1
btlkrodj:0:FE4B8F:0D:500:Play as Dan PL1 (2/2)
btlkrodj:0:FE1A35:0E:000:Play as Yuki PL1
btlkrodj:0:FE4B8F:0E:500:Play as Yuki PL1 (2/2)
btlkrodj:0:FE1A35:07:000:Play as Kumachan PL1
btlkrodj:0:FE4B8F:07:500:Play as Kumachan PL1 (2/2)
btlkrodj:0:FE1A35:0F:000:Play as Kumasama PL1
btlkrodj:0:FE4B8F:0F:500:Play as Kumasama PL1 (2/2)
btlkrodj:0:FE4F14:07:000:Infinite Energy PL2:Don't enable this when you are being attacked or the game may become locked
btlkrodj:0:FE4F15:FF:500:Infinite Energy PL2 (2/2)
btlkrodj:0:FE4F14:00:001:Drain All Energy Now! PL2
btlkrodj:0:FE4F15:00:501:Drain All Energy Now! PL2 (2/2)
btlkrodj:0:FE4F17:00:000:Always have Wins = 0 PL2
btlkrodj:0:FE4F17:02:000:Always have Wins = 2 PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically on end of round
btlkrodj:0:FE4F17:00:001:Set Wins = 0 Now! PL2
btlkrodj:0:FE4F17:01:001:Set Wins = 1 Now! PL2
btlkrodj:0:FE4F17:02:001:Set Wins = 2 Now! PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round
btlkrodj:0:000000:00:999:[ Free player selection ]
btlkrodj:0:000000:00:999:[Use on character selection screen ]
btlkrodj:0:000000:00:999:[Or use ingame and play as that ]
btlkrodj:0:000000:00:999:[that character in the next battle. ]
btlkrodj:0:FE1A75:00:000:Play as Antony PL2
btlkrodj:0:FE4B91:00:500:Play as Antony PL2 (2/2)
btlkrodj:0:FE1A75:01:000:Play as Cyborg D-9F PL2
btlkrodj:0:FE4B91:01:500:Play as Cyborg D-9F PL2 (2/2)
btlkrodj:0:FE1A75:02:000:Play as Rick PL2
btlkrodj:0:FE4B91:02:500:Play as Rick PL2 (2/2)
btlkrodj:0:FE1A75:03:000:Play as Shinsaku PL2
btlkrodj:0:FE4B91:03:500:Play as Shinsaku PL2 (2/2)
btlkrodj:0:FE1A75:04:000:Play as Mitsuji PL2
btlkrodj:0:FE4B91:04:500:Play as Mitsuji PL2 (2/2)
btlkrodj:0:FE1A75:05:000:Play as Wolf PL2
btlkrodj:0:FE4B91:05:500:Play as Wolf PL2 (2/2)
btlkrodj:0:FE1A75:06:000:Play as Tyssa PL2
btlkrodj:0:FE4B91:06:500:Play as Tyssa PL2 (2/2)
btlkrodj:0:FE1A75:08:000:Play as Masamichi PL2
btlkrodj:0:FE4B91:08:500:Play as Masamichi PL2 (2/2)
btlkrodj:0:FE1A75:09:000:Play as Cyborg T-8P PL2
btlkrodj:0:FE4B91:09:500:Play as Cyborg T-8P PL2 (2/2)
btlkrodj:0:FE1A75:0A:000:Play as Jeff PL2
btlkrodj:0:FE4B91:0A:500:Play as Jeff PL2 (2/2)
btlkrodj:0:FE1A75:0B:000:Play as John PL2
btlkrodj:0:FE4B91:0B:500:Play as John PL2 (2/2)
btlkrodj:0:FE1A75:0C:000:Play as Harimaoh PL2
btlkrodj:0:FE4B91:0C:500:Play as Harimaoh PL2 (2/2)
btlkrodj:0:FE1A75:0D:000:Play as Dan PL2
btlkrodj:0:FE4B91:0D:500:Play as Dan PL2 (2/2)
btlkrodj:0:FE1A75:0E:000:Play as Yuki PL2
btlkrodj:0:FE4B91:0E:500:Play as Yuki PL2 (2/2)
btlkrodj:0:FE1A75:07:000:Play as Kumachan PL2
btlkrodj:0:FE4B91:07:500:Play as Kumachan PL2 (2/2)
btlkrodj:0:FE1A75:0F:000:Play as Kumasama PL2
btlkrodj:0:FE4B91:0F:500:Play as Kumasama PL2 (2/2)
; [ Bubble Memories - The Story Of Bubble Bobble 3 (World) ]
bubblem:0:4080A5:FF:001:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Up,Right,Down,Left,Up,Right,Down,Left" on Title Screen
bubblem:0:4080A5:00:001:Disable "Power-Up" Mode
bubblem:0:40821A:07:000:Infinite Lives PL1
bubblem:0:408216:FF:000:Invincibility (buggy!) PL1
bubblem:0:4081F6:01:000:Always have Fast Bubbles PL1
bubblem:0:408206:03:000:Always have Far Shoot PL1
bubblem:0:408206:09:000:Always have Max Far Shoot PL1
bubblem:0:40820E:02:000:Always have Fast Shoes PL1
bubblem:0:4081F6:01:001:Get Fast Bubbles Now! PL1
bubblem:0:408206:03:001:Get Far Shoot Now! PL1
bubblem:0:408206:09:001:Get Max Far Shoot Now! PL1
bubblem:0:40820E:02:001:Get Fast Shoes Now! PL1
bubblem:0:40821B:07:000:Infinite Lives PL2
bubblem:0:408217:85:000:Invincibility (buggy!) PL2
bubblem:0:4081F7:01:000:Always have Fast Bubbles PL2
bubblem:0:408207:03:000:Always have Far Shoot PL2
bubblem:0:408207:09:000:Always have Max Far Shoot PL2
bubblem:0:40820F:02:000:Always have Fast Shoes PL2
bubblem:0:4081F7:01:001:Get Fast Bubbles Now! PL2
bubblem:0:408207:03:001:Get Far Shoot Now! PL2
bubblem:0:408207:09:001:Get Max Far Shoot Now! PL2
bubblem:0:40820F:02:001:Get Fast Shoes Now! PL2
bubblem:0:000000:00:999:[After you enable these region cheats to see any ]
bubblem:0:000000:00:999:[effect you will have to reset the game (F3). ]
bubblem:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
bubblem:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
bubblem:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
bubblem:0:0FFFFF:01:001:Region Switch = Japan
bubblem:0:0FFFFF:02:001:Region Switch = US
bubblem:0:0FFFFF:03:001:Region Switch = World
; [ Bubble Memories - The Story Of Bubble Bobble 3 (Japan) ]
bubblemj:0:4080A5:FF:001:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Up,Right,Down,Left,Up,Right,Down,Left" on Title Screen
bubblemj:0:4080A5:00:001:Disable "Power-Up" Mode
bubblemj:0:40821A:07:000:Infinite Lives PL1
bubblemj:0:408216:FF:000:Invincibility (buggy!) PL1
bubblemj:0:4081F6:01:000:Always have Fast Bubbles PL1
bubblemj:0:408206:03:000:Always have Far Shoot PL1
bubblemj:0:408206:09:000:Always have Max Far Shoot PL1
bubblemj:0:40820E:02:000:Always have Fast Shoes PL1
bubblemj:0:4081F6:01:001:Get Fast Bubbles Now! PL1
bubblemj:0:408206:03:001:Get Far Shoot Now! PL1
bubblemj:0:408206:09:001:Get Max Far Shoot Now! PL1
bubblemj:0:40820E:02:001:Get Fast Shoes Now! PL1
bubblemj:0:40821B:07:000:Infinite Lives PL2
bubblemj:0:408217:85:000:Invincibility (buggy!) PL2
bubblemj:0:4081F7:01:000:Always have Fast Bubbles PL2
bubblemj:0:408207:03:000:Always have Far Shoot PL2
bubblemj:0:408207:09:000:Always have Max Far Shoot PL2
bubblemj:0:40820F:02:000:Always have Fast Shoes PL2
bubblemj:0:4081F7:01:001:Get Fast Bubbles Now! PL2
bubblemj:0:408207:03:001:Get Far Shoot Now! PL2
bubblemj:0:408207:09:001:Get Max Far Shoot Now! PL2
bubblemj:0:40820F:02:001:Get Fast Shoes Now! PL2
bubblemj:0:000000:00:999:[After you enable these region cheats to see any ]
bubblemj:0:000000:00:999:[effect you will have to reset the game (F3). ]
bubblemj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
bubblemj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
bubblemj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
bubblemj:0:0FFFFF:01:001:Region Switch = Japan
bubblemj:0:0FFFFF:02:001:Region Switch = US
bubblemj:0:0FFFFF:03:001:Region Switch = World
; [ Bubbles ]
bubbles:0:BF23:99:000:Infinite Credits
bubbles:0:9866:05:000:Infinite Lives
bubbles:0:9867:12:000:Always have mouth
bubbles:0:986C:00:000:No brushes
bubbles:0:986D:00:000:No sponges
bubbles:0:9870:00:000:No razors
; [ Bubbles (prototype version) ]
bubblesp:0:BF23:99:000:Infinite Credits
bubblesp:0:9866:05:000:Infinite Lives
bubblesp:0:9867:12:000:Always have mouth
bubblesp:0:986C:00:000:No brushes
bubblesp:0:986D:00:000:No sponges
bubblesp:0:9870:00:000:No razors
; [ Bubbles (Solid Red label) ]
bubblesr:0:BF23:99:000:Infinite Credits
bubblesr:0:9866:05:000:Infinite Lives
bubblesr:0:9867:12:000:Always have mouth
bubblesr:0:986C:00:000:No brushes
bubblesr:0:986D:00:000:No sponges
bubblesr:0:9870:00:000:No razors
; [ Bubble Bobble (US) ]
bubbobr1:0:0000:00:999:[This game has got a LOT of ]
bubbobr1:0:0000:00:999:[cheats. Don't go too mad as]
bubbobr1:0:0000:00:999:[it may spoil the game!!! ]
bubbobr1:0:E366:63:000:Infinite Credits
bubbobr1:0:E645:06:000:Infinite Lives PL1
bubbobr1:0:E6B6:77:000:Invincibility PL1
bubbobr1:0:E6C1:0C:000:Speed Always Normal PL1
bubbobr1:0:E6C1:14:000:Speed Always Power-up PL1
bubbobr1:0:E6C1:28:000:Speed Always Ultimate PL1
bubbobr1:0:E6C1:0C:001:Speed to Normal Now! PL1
bubbobr1:0:E6C1:14:001:Speed to Power-up Now! PL1
bubbobr1:0:E6C1:28:001:Speed to Ultimate Now! PL1
bubbobr1:0:E6BF:14:001:Fire Speed to Normal Now! PL1
bubbobr1:0:E6BF:05:001:Fire Speed to Power-up NowPL1
bubbobr1:0:E6BF:01:000:Fire Speed Always UltimatePL1
bubbobr1:0:E6C2:80:000:Normal Range Bubbles PL1
bubbobr1:0:E6C2:80:000:Long Range Bubbles PL1
bubbobr1:0:E6C2:FF:000:Extra Long Range Bubbles PL1
bubbobr1:0:E6C0:03:001:Head Power to Normal Now! PL1
bubbobr1:0:E6C0:06:001:Head Power to Power-up NowPL1
bubbobr1:0:E6C0:09:000:Head Power Always UltimatePL1
bubbobr1:0:F60F:00:001:Fire bubbles Bubbles Now! PL1
bubbobr1:0:F60F:01:001:Fire lightnings Now! PL1
bubbobr1:0:E742:3F:001:Get EXTEND PL1
bubbobr1:0:E742:01:021:Get letter - E (red) PL1
bubbobr1:0:E742:02:021:Get letter - X (pink) PL1
bubbobr1:0:E742:04:021:Get letter - T (yellow) PL1
bubbobr1:0:E742:08:021:Get letter - E (green) PL1
bubbobr1:0:E742:10:021:Get letter - N (blue) PL1
bubbobr1:0:E742:20:021:Get letter - D (purple) PL1
bubbobr1:0:E64A:06:000:Infinite Lives PL2
bubbobr1:0:E6E8:77:000:Invincibility PL2
bubbobr1:0:E6F3:0C:000:Speed Always Normal PL2
bubbobr1:0:E6F3:14:000:Speed Always Power-up PL2
bubbobr1:0:E6F3:28:000:Speed Always Ultimate PL2
bubbobr1:0:E6F3:0C:001:Speed to Normal Now! PL2
bubbobr1:0:E6F3:14:001:Speed to Power-up Now! PL2
bubbobr1:0:E6F3:28:001:Speed to Ultimate Now! PL2
bubbobr1:0:E6F1:14:001:Fire Speed to Normal Now! PL2
bubbobr1:0:E6F1:05:001:Fire Speed to Power-up NowPL2
bubbobr1:0:E6F1:01:000:Fire Speed Always UltimatePL2
bubbobr1:0:E6F4:40:000:Normal Range Bubbles PL2
bubbobr1:0:E6F4:80:000:Long Range Bubbles PL2
bubbobr1:0:E6F4:FF:000:Extra Long Range Bubbles PL2
bubbobr1:0:E6F2:03:001:Head Power to Normal Now! PL2
bubbobr1:0:E6F2:06:001:Head Power to Power-up NowPL2
bubbobr1:0:E6F2:09:000:Head Power Always UltimatePL2
bubbobr1:0:F610:00:001:Fire bubbles Bubbles Now! PL2
bubbobr1:0:F610:01:001:Fire lightnings Now! PL2
bubbobr1:0:E743:3F:001:Get EXTEND PL2
bubbobr1:0:E743:01:021:Get letter - E (red) PL2
bubbobr1:0:E743:02:021:Get letter - X (pink) PL2
bubbobr1:0:E743:04:021:Get letter - T (yellow) PL2
bubbobr1:0:E743:08:021:Get letter - E (green) PL2
bubbobr1:0:E743:10:021:Get letter - N (blue) PL2
bubbobr1:0:E743:20:021:Get letter - D (purple) PL2
bubbobr1:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen
bubbobr1:0:E5DB:00:000:Disable "Super" Mode
bubbobr1:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen
bubbobr1:0:E5D1:00:000:Disable "Original" Mode
bubbobr1:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen
bubbobr1:0:E5D2:00:000:Disable "Power-Up" Mode
bubbobr1:0:E613:01:000:Always get Bonus doors
bubbobr1:0:F676:01:000:Constant Extend Letters
bubbobr1:0:E603:01:000:Always Warn (Bell Item)
bubbobr1:0:E5FA:03:000:Apple or Orange? You decide!
bubbobr1:0:E608:01:000:Coke Can Item
bubbobr1:0:6E30:01:000:Fireball Bubble - Always!
bubbobr1:0:6E30:03:000:Fireball Bubble - 1 in 2
bubbobr1:0:6E30:05:000:Fireball Bubble - 1 in 3
bubbobr1:0:6E30:07:000:Fireball Bubble - 1 in 4
bubbobr1:0:6E30:15:000:Fireball Bubble - 1 in 16
bubbobr1:0:6E30:1D:000:Fireball Bubble - 1 in 256
bubbobr1:0:6E30:25:000:Fireball Bubble - 1 in 4096
bubbobr1:0:5C2B:C9:000:Disable Bubbles?
bubbobr1:0:E6BB:05:001:Fireballs for 5 levels
bubbobr1:0:E6BE:40:000:Fireballs
bubbobr1:0:E5EE:07:000:Fireball Cross
bubbobr1:0:0000:00:999:[Use these cheats only at ]
bubbobr1:0:0000:00:999:[the begining of a level, ]
bubbobr1:0:0000:00:999:[before the item appears!! ]
bubbobr1:0:0000:00:999:[When you are given a ]
bubbobr1:0:0000:00:999:[distribution, each bubble ]
bubbobr1:0:0000:00:999:[turns into an object. ]
bubbobr1:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range
bubbobr1:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power
bubbobr1:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed
bubbobr1:0:F45E:03:001:1st Item = shoe:Gives you power-up speed
bubbobr1:0:F45E:04:001:1st Item = clock:Slows down the monsters
bubbobr1:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds
bubbobr1:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther
bubbobr1:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther
bubbobr1:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther
bubbobr1:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers
bubbobr1:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers
bubbobr1:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers
bubbobr1:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows
bubbobr1:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes
bubbobr1:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters
bubbobr1:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk
bubbobr1:0:F45E:10:001:1st Item = pink ring:Gives points when you jump
bubbobr1:0:F45E:11:001:1st Item = red ring:Gives points when you bubble
bubbobr1:0:F45E:12:001:1st Item = blue cross:Fills screen with water
bubbobr1:0:F45E:13:001:1st Item = yellow cross:Make lightning strike
bubbobr1:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles
bubbobr1:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble
bubbobr1:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr
bubbobr1:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined
bubbobr1:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds
bubbobr1:0:F45E:19:001:1st Item = book:Turns monsters into diamonds
bubbobr1:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall
bubbobr1:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters
bubbobr1:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball
bubbobr1:0:F45E:1D:001:1st Item = fork:Makes fruits fall
bubbobr1:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end
bubbobr1:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end
bubbobr1:0:F45E:20:001:1st Item = red chest:Red diamonds on level end
bubbobr1:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end
bubbobr1:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end
bubbobr1:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end
bubbobr1:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end
bubbobr1:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end
bubbobr1:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end
bubbobr1:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end
bubbobr1:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end
bubbobr1:0:F45E:29:001:1st Item = bell:Destructive Item warning
bubbobr1:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end
bubbobr1:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end
bubbobr1:0:F45E:2C:001:1st Item = glass of beer:???? on level end
bubbobr1:0:F45E:2D:001:1st Item = knife:Makes fruits fall
bubbobr1:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items
bubbobr1:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters
bubbobr1:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds
bubbobr1:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds
bubbobr1:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds
bubbobr1:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70
bubbobr1:0:F44C:2A:000:Fruit 2A
bubbobr1:0:F44C:2B:000:Fruit 2B
bubbobr1:0:F44C:2C:000:Fruit 2C
bubbobr1:0:F44C:2D:000:Fruit 2D
bubbobr1:0:F44C:2E:000:Fruit 2E
bubbobr1:0:F44C:2F:000:Fruit 2F
bubbobr1:0:F44C:30:000:Fruit 30
bubbobr1:0:F44C:31:000:Fruit 31
bubbobr1:0:F44C:32:000:Fruit 32
bubbobr1:0:F44C:33:000:Fruit 33
bubbobr1:0:F44C:34:000:Fruit 34
bubbobr1:0:F44C:35:000:Fruit 35
bubbobr1:0:F44C:36:000:Fruit 36
bubbobr1:0:F44C:37:000:Fruit 37
bubbobr1:0:F44C:38:000:Fruit 38
bubbobr1:0:F44C:39:000:Fruit 39
bubbobr1:0:F44C:3A:000:Fruit 3A
bubbobr1:0:F44C:3B:000:Fruit 3B
bubbobr1:0:F44D:01:000:Quick Fruit at start
bubbobr1:0:E60A:01:000:Lipstick
bubbobr1:0:E345:05:000:Stop the Baron
bubbobr1:0:0000:00:999:[These five cheats will make]
bubbobr1:0:0000:00:999:[a potion appear on the next]
bubbobr1:0:0000:00:999:[screen. It will be of the ]
bubbobr1:0:0000:00:999:[type requested unless you ]
bubbobr1:0:0000:00:999:[have earned a higher potion]
bubbobr1:0:0000:00:999:[or you have fallen off the ]
bubbobr1:0:0000:00:999:[bottom of the screen since ]
bubbobr1:0:0000:00:999:[setting the cheat. Falling ]
bubbobr1:0:0000:00:999:[off the bottom will upgrade]
bubbobr1:0:0000:00:999:[the potion to the next one!]
bubbobr1:0:E5E7:0F:001:Sunflower Potion(next screen)
bubbobr1:0:E5E7:10:001:Flower Potion (next screen)
bubbobr1:0:E5E7:11:001:Clover Potion (next screen)
bubbobr1:0:E5E7:12:001:Rainbow Potion (next screen)
bubbobr1:0:E5E7:13:001:Musical Potion (next screen)
bubbobr1:0:0000:00:999:[These two cheats are useful]
bubbobr1:0:0000:00:999:[when you get stuck on one ]
bubbobr1:0:0000:00:999:[screen. Use only one at a ]
bubbobr1:0:0000:00:999:[time. ]
bubbobr1:0:F590:01:001:Drown 'em All! Now! OR--->
bubbobr1:0:E720:01:001:Throw The Book At Them Now!
bubbobr1:0:0000:00:999:[These Select starting round]
bubbobr1:0:0000:00:999:[cheats are *NOT* linked so ]
bubbobr1:0:0000:00:999:[they must BOTH be selected ]
bubbobr1:0:0000:00:999:[individually one after the ]
bubbobr1:0:0000:00:999:[other! ]
bubbobr1:0:0000:00:999:[ ]
bubbobr1:0:0000:00:999:[You should enable these ]
bubbobr1:0:0000:00:999:[cheats on the press 1 or 2 ]
bubbobr1:0:0000:00:999:[player button screen. ]
bubbobr1:0:E64B:FF:021:Select starting round (1|2)
bubbobr1:0:E64B:63:061:Select starting round (2|2)
bubbobr1:0:0000:00:999:[ ]
bubbobr1:0:E64B:63:061:Select next round
; [ Bubble Bobble 2 (World) ]
bublbob2:0:408272:0A:000:Infinite Lives PL1
bublbob2:0:40826E:7F:000:Invincibility (buggy) PL1
bublbob2:0:4049B5:01:000:Always Lightning Bubbles PL1
bublbob2:0:4049B5:02:000:Always Water Bubbles PL1
bublbob2:0:4049B5:03:000:Always Fire Bubbles PL1
bublbob2:0:4049B5:04:000:Always Rainbow Bubbles PL1
bublbob2:0:4049B5:05:000:Always Whirlwind Bubbles PL1
bublbob2:0:4049B5:06:000:Always Musical Bubbles PL1
bublbob2:0:408262:03:000:Always Max Shoe Speed PL1
bublbob2:0:4049B5:01:001:Get Lightning Bubbles Now!PL1
bublbob2:0:4049B5:02:001:Get Water Bubbles Now! PL1
bublbob2:0:4049B5:03:001:Get Fire Bubbles Now! PL1
bublbob2:0:4049B5:04:001:Get Rainbow Bubbles Now! PL1
bublbob2:0:4049B5:05:001:Get Whirlwind Bubbles Now!PL1
bublbob2:0:4049B5:06:001:Get Musical Bubbles Now! PL1
bublbob2:0:408262:03:001:Get Max Shoe Speed Now! PL1
bublbob2:0:408273:0A:000:Infinite Lives PL2
bublbob2:0:40826F:7F:000:Invincibility (buggy) PL2
bublbob2:0:404A35:01:000:Always Lightning Bubbles PL2
bublbob2:0:404A35:02:000:Always Water Bubbles PL2
bublbob2:0:404A35:03:000:Always Fire Bubbles PL2
bublbob2:0:404A35:04:000:Always Rainbow Bubbles PL2
bublbob2:0:404A35:05:000:Always Whirlwind Bubbles PL2
bublbob2:0:404A35:06:000:Always Musical Bubbles PL2
bublbob2:0:408263:03:000:Always Max Shoe Speed PL2
bublbob2:0:404A35:01:001:Get Lightning Bubbles Now!PL2
bublbob2:0:404A35:02:001:Get Water Bubbles Now! PL2
bublbob2:0:404A35:03:001:Get Fire Bubbles Now! PL2
bublbob2:0:404A35:04:001:Get Rainbow Bubbles Now! PL2
bublbob2:0:404A35:05:001:Get Whirlwind Bubbles Now!PL2
bublbob2:0:404A35:06:001:Get Musical Bubbles Now! PL2
bublbob2:0:408263:03:001:Get Max Shoe Speed Now! PL2
bublbob2:0:4041A9:00:001:Bubble The Guardian Now!
bublbob2:0:408160:04:001:Get Note 1 - Orange Now!
bublbob2:0:408161:04:001:Get Note 2 - Orange Now!
bublbob2:0:408162:04:001:Get Note 3 - Orange Now!
bublbob2:0:000000:00:999:[After you enable these region cheats to see any ]
bublbob2:0:000000:00:999:[effect you will have to reset the game (F3). ]
bublbob2:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
bublbob2:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
bublbob2:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
bublbob2:0:0FFFFF:01:001:Region Switch = Japan
bublbob2:0:0FFFFF:02:001:Region Switch = US
bublbob2:0:0FFFFF:03:001:Region Switch = World
; [ Bubble Bobble ]
bublbobl:0:0000:00:999:[This game has got a LOT of ]
bublbobl:0:0000:00:999:[cheats. Don't go too mad as]
bublbobl:0:0000:00:999:[it may spoil the game!!! ]
bublbobl:0:E366:63:000:Infinite Credits
bublbobl:0:E645:06:000:Infinite Lives PL1
bublbobl:0:E6B6:77:000:Invincibility PL1
bublbobl:0:E6C1:0C:000:Speed Always Normal PL1
bublbobl:0:E6C1:14:000:Speed Always Power-up PL1
bublbobl:0:E6C1:28:000:Speed Always Ultimate PL1
bublbobl:0:E6C1:0C:001:Speed to Normal Now! PL1
bublbobl:0:E6C1:14:001:Speed to Power-up Now! PL1
bublbobl:0:E6C1:28:001:Speed to Ultimate Now! PL1
bublbobl:0:E6BF:14:001:Fire Speed to Normal Now! PL1
bublbobl:0:E6BF:05:001:Fire Speed to Power-up NowPL1
bublbobl:0:E6BF:01:000:Fire Speed Always UltimatePL1
bublbobl:0:E6C2:80:000:Normal Range Bubbles PL1
bublbobl:0:E6C2:80:000:Long Range Bubbles PL1
bublbobl:0:E6C2:FF:000:Extra Long Range Bubbles PL1
bublbobl:0:E6C0:03:001:Head Power to Normal Now! PL1
bublbobl:0:E6C0:06:001:Head Power to Power-up NowPL1
bublbobl:0:E6C0:09:000:Head Power Always UltimatePL1
bublbobl:0:F60F:00:001:Fire bubbles Bubbles Now! PL1
bublbobl:0:F60F:01:001:Fire lightnings Now! PL1
bublbobl:0:E742:3F:001:Get EXTEND PL1
bublbobl:0:E742:01:021:Get letter - E (red) PL1
bublbobl:0:E742:02:021:Get letter - X (pink) PL1
bublbobl:0:E742:04:021:Get letter - T (yellow) PL1
bublbobl:0:E742:08:021:Get letter - E (green) PL1
bublbobl:0:E742:10:021:Get letter - N (blue) PL1
bublbobl:0:E742:20:021:Get letter - D (purple) PL1
bublbobl:0:E64A:06:000:Infinite Lives PL2
bublbobl:0:E6E8:77:000:Invincibility PL2
bublbobl:0:E6F3:0C:000:Speed Always Normal PL2
bublbobl:0:E6F3:14:000:Speed Always Power-up PL2
bublbobl:0:E6F3:28:000:Speed Always Ultimate PL2
bublbobl:0:E6F3:0C:001:Speed to Normal Now! PL2
bublbobl:0:E6F3:14:001:Speed to Power-up Now! PL2
bublbobl:0:E6F3:28:001:Speed to Ultimate Now! PL2
bublbobl:0:E6F1:14:001:Fire Speed to Normal Now! PL2
bublbobl:0:E6F1:05:001:Fire Speed to Power-up NowPL2
bublbobl:0:E6F1:01:000:Fire Speed Always UltimatePL2
bublbobl:0:E6F4:40:000:Normal Range Bubbles PL2
bublbobl:0:E6F4:80:000:Long Range Bubbles PL2
bublbobl:0:E6F4:FF:000:Extra Long Range Bubbles PL2
bublbobl:0:E6F2:03:001:Head Power to Normal Now! PL2
bublbobl:0:E6F2:06:001:Head Power to Power-up NowPL2
bublbobl:0:E6F2:09:000:Head Power Always UltimatePL2
bublbobl:0:F610:00:001:Fire bubbles Bubbles Now! PL2
bublbobl:0:F610:01:001:Fire lightnings Now! PL2
bublbobl:0:E743:3F:001:Get EXTEND PL2
bublbobl:0:E743:01:021:Get letter - E (red) PL2
bublbobl:0:E743:02:021:Get letter - X (pink) PL2
bublbobl:0:E743:04:021:Get letter - T (yellow) PL2
bublbobl:0:E743:08:021:Get letter - E (green) PL2
bublbobl:0:E743:10:021:Get letter - N (blue) PL2
bublbobl:0:E743:20:021:Get letter - D (purple) PL2
bublbobl:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen
bublbobl:0:E5DB:00:000:Disable "Super" Mode
bublbobl:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen
bublbobl:0:E5D1:00:000:Disable "Original" Mode
bublbobl:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen
bublbobl:0:E5D2:00:000:Disable "Power-Up" Mode
bublbobl:0:E613:01:000:Always get Bonus doors
bublbobl:0:F676:01:000:Constant Extend Letters
bublbobl:0:E603:01:000:Always Warn (Bell Item)
bublbobl:0:E5FA:03:000:Apple or Orange? You decide!
bublbobl:0:E608:01:000:Coke Can Item
bublbobl:0:6E30:01:000:Fireball Bubble - Always!
bublbobl:0:6E30:03:000:Fireball Bubble - 1 in 2
bublbobl:0:6E30:05:000:Fireball Bubble - 1 in 3
bublbobl:0:6E30:07:000:Fireball Bubble - 1 in 4
bublbobl:0:6E30:15:000:Fireball Bubble - 1 in 16
bublbobl:0:6E30:1D:000:Fireball Bubble - 1 in 256
bublbobl:0:6E30:25:000:Fireball Bubble - 1 in 4096
bublbobl:0:5C2B:C9:000:Disable Bubbles?
bublbobl:0:E6BB:05:001:Fireballs for 5 levels
bublbobl:0:E6BE:40:000:Fireballs
bublbobl:0:E5EE:07:000:Fireball Cross
bublbobl:0:0000:00:999:[Use these cheats only at ]
bublbobl:0:0000:00:999:[the begining of a level, ]
bublbobl:0:0000:00:999:[before the item appears!! ]
bublbobl:0:0000:00:999:[When you are given a ]
bublbobl:0:0000:00:999:[distribution, each bubble ]
bublbobl:0:0000:00:999:[turns into an object. ]
bublbobl:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range
bublbobl:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power
bublbobl:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed
bublbobl:0:F45E:03:001:1st Item = shoe:Gives you power-up speed
bublbobl:0:F45E:04:001:1st Item = clock:Slows down the monsters
bublbobl:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds
bublbobl:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther
bublbobl:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther
bublbobl:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther
bublbobl:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers
bublbobl:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers
bublbobl:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers
bublbobl:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows
bublbobl:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes
bublbobl:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters
bublbobl:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk
bublbobl:0:F45E:10:001:1st Item = pink ring:Gives points when you jump
bublbobl:0:F45E:11:001:1st Item = red ring:Gives points when you bubble
bublbobl:0:F45E:12:001:1st Item = blue cross:Fills screen with water
bublbobl:0:F45E:13:001:1st Item = yellow cross:Make lightning strike
bublbobl:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles
bublbobl:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble
bublbobl:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr
bublbobl:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined
bublbobl:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds
bublbobl:0:F45E:19:001:1st Item = book:Turns monsters into diamonds
bublbobl:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall
bublbobl:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters
bublbobl:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball
bublbobl:0:F45E:1D:001:1st Item = fork:Makes fruits fall
bublbobl:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end
bublbobl:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end
bublbobl:0:F45E:20:001:1st Item = red chest:Red diamonds on level end
bublbobl:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end
bublbobl:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end
bublbobl:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end
bublbobl:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end
bublbobl:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end
bublbobl:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end
bublbobl:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end
bublbobl:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end
bublbobl:0:F45E:29:001:1st Item = bell:Destructive Item warning
bublbobl:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end
bublbobl:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end
bublbobl:0:F45E:2C:001:1st Item = glass of beer:???? on level end
bublbobl:0:F45E:2D:001:1st Item = knife:Makes fruits fall
bublbobl:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items
bublbobl:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters
bublbobl:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds
bublbobl:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds
bublbobl:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds
bublbobl:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70
bublbobl:0:F44C:2A:000:Fruit 2A
bublbobl:0:F44C:2B:000:Fruit 2B
bublbobl:0:F44C:2C:000:Fruit 2C
bublbobl:0:F44C:2D:000:Fruit 2D
bublbobl:0:F44C:2E:000:Fruit 2E
bublbobl:0:F44C:2F:000:Fruit 2F
bublbobl:0:F44C:30:000:Fruit 30
bublbobl:0:F44C:31:000:Fruit 31
bublbobl:0:F44C:32:000:Fruit 32
bublbobl:0:F44C:33:000:Fruit 33
bublbobl:0:F44C:34:000:Fruit 34
bublbobl:0:F44C:35:000:Fruit 35
bublbobl:0:F44C:36:000:Fruit 36
bublbobl:0:F44C:37:000:Fruit 37
bublbobl:0:F44C:38:000:Fruit 38
bublbobl:0:F44C:39:000:Fruit 39
bublbobl:0:F44C:3A:000:Fruit 3A
bublbobl:0:F44C:3B:000:Fruit 3B
bublbobl:0:F44D:01:000:Quick Fruit at start
bublbobl:0:E60A:01:000:Lipstick
bublbobl:0:E345:05:000:Stop the Baron
bublbobl:0:0000:00:999:[These five cheats will make]
bublbobl:0:0000:00:999:[a potion appear on the next]
bublbobl:0:0000:00:999:[screen. It will be of the ]
bublbobl:0:0000:00:999:[type requested unless you ]
bublbobl:0:0000:00:999:[have earned a higher potion]
bublbobl:0:0000:00:999:[or you have fallen off the ]
bublbobl:0:0000:00:999:[bottom of the screen since ]
bublbobl:0:0000:00:999:[setting the cheat. Falling ]
bublbobl:0:0000:00:999:[off the bottom will upgrade]
bublbobl:0:0000:00:999:[the potion to the next one!]
bublbobl:0:E5E7:0F:001:Sunflower Potion(next screen)
bublbobl:0:E5E7:10:001:Flower Potion (next screen)
bublbobl:0:E5E7:11:001:Clover Potion (next screen)
bublbobl:0:E5E7:12:001:Rainbow Potion (next screen)
bublbobl:0:E5E7:13:001:Musical Potion (next screen)
bublbobl:0:0000:00:999:[These two cheats are useful]
bublbobl:0:0000:00:999:[when you get stuck on one ]
bublbobl:0:0000:00:999:[screen. Use only one at a ]
bublbobl:0:0000:00:999:[time. ]
bublbobl:0:F590:01:001:Drown 'em All! Now! OR--->
bublbobl:0:E720:01:001:Throw The Book At Them Now!
bublbobl:0:0000:00:999:[These Select starting round]
bublbobl:0:0000:00:999:[cheats are *NOT* linked so ]
bublbobl:0:0000:00:999:[they must BOTH be selected ]
bublbobl:0:0000:00:999:[individually one after the ]
bublbobl:0:0000:00:999:[other! ]
bublbobl:0:0000:00:999:[ ]
bublbobl:0:0000:00:999:[You should enable these ]
bublbobl:0:0000:00:999:[cheats on the press 1 or 2 ]
bublbobl:0:0000:00:999:[player button screen. ]
bublbobl:0:E64B:FF:021:Select starting round (1|2)
bublbobl:0:E64B:63:061:Select starting round (2|2)
bublbobl:0:0000:00:999:[ ]
bublbobl:0:E64B:63:061:Select next round
; [ Bubble Bobble (US with mode select) ]
bublbobr:0:0000:00:999:[This game has got a LOT of ]
bublbobr:0:0000:00:999:[cheats. Don't go too mad as]
bublbobr:0:0000:00:999:[it may spoil the game!!! ]
bublbobr:0:E366:63:000:Infinite Credits
bublbobr:0:E645:06:000:Infinite Lives PL1
bublbobr:0:E6B6:77:000:Invincibility PL1
bublbobr:0:E6C1:0C:000:Speed Always Normal PL1
bublbobr:0:E6C1:14:000:Speed Always Power-up PL1
bublbobr:0:E6C1:28:000:Speed Always Ultimate PL1
bublbobr:0:E6C1:0C:001:Speed to Normal Now! PL1
bublbobr:0:E6C1:14:001:Speed to Power-up Now! PL1
bublbobr:0:E6C1:28:001:Speed to Ultimate Now! PL1
bublbobr:0:E6BF:14:001:Fire Speed to Normal Now! PL1
bublbobr:0:E6BF:05:001:Fire Speed to Power-up NowPL1
bublbobr:0:E6BF:01:000:Fire Speed Always UltimatePL1
bublbobr:0:E6C2:80:000:Normal Range Bubbles PL1
bublbobr:0:E6C2:80:000:Long Range Bubbles PL1
bublbobr:0:E6C2:FF:000:Extra Long Range Bubbles PL1
bublbobr:0:E6C0:03:001:Head Power to Normal Now! PL1
bublbobr:0:E6C0:06:001:Head Power to Power-up NowPL1
bublbobr:0:E6C0:09:000:Head Power Always UltimatePL1
bublbobr:0:F60F:00:001:Fire bubbles Bubbles Now! PL1
bublbobr:0:F60F:01:001:Fire lightnings Now! PL1
bublbobr:0:E742:3F:001:Get EXTEND PL1
bublbobr:0:E742:01:021:Get letter - E (red) PL1
bublbobr:0:E742:02:021:Get letter - X (pink) PL1
bublbobr:0:E742:04:021:Get letter - T (yellow) PL1
bublbobr:0:E742:08:021:Get letter - E (green) PL1
bublbobr:0:E742:10:021:Get letter - N (blue) PL1
bublbobr:0:E742:20:021:Get letter - D (purple) PL1
bublbobr:0:E64A:06:000:Infinite Lives PL2
bublbobr:0:E6E8:77:000:Invincibility PL2
bublbobr:0:E6F3:0C:000:Speed Always Normal PL2
bublbobr:0:E6F3:14:000:Speed Always Power-up PL2
bublbobr:0:E6F3:28:000:Speed Always Ultimate PL2
bublbobr:0:E6F3:0C:001:Speed to Normal Now! PL2
bublbobr:0:E6F3:14:001:Speed to Power-up Now! PL2
bublbobr:0:E6F3:28:001:Speed to Ultimate Now! PL2
bublbobr:0:E6F1:14:001:Fire Speed to Normal Now! PL2
bublbobr:0:E6F1:05:001:Fire Speed to Power-up NowPL2
bublbobr:0:E6F1:01:000:Fire Speed Always UltimatePL2
bublbobr:0:E6F4:40:000:Normal Range Bubbles PL2
bublbobr:0:E6F4:80:000:Long Range Bubbles PL2
bublbobr:0:E6F4:FF:000:Extra Long Range Bubbles PL2
bublbobr:0:E6F2:03:001:Head Power to Normal Now! PL2
bublbobr:0:E6F2:06:001:Head Power to Power-up NowPL2
bublbobr:0:E6F2:09:000:Head Power Always UltimatePL2
bublbobr:0:F610:00:001:Fire bubbles Bubbles Now! PL2
bublbobr:0:F610:01:001:Fire lightnings Now! PL2
bublbobr:0:E743:3F:001:Get EXTEND PL2
bublbobr:0:E743:01:021:Get letter - E (red) PL2
bublbobr:0:E743:02:021:Get letter - X (pink) PL2
bublbobr:0:E743:04:021:Get letter - T (yellow) PL2
bublbobr:0:E743:08:021:Get letter - E (green) PL2
bublbobr:0:E743:10:021:Get letter - N (blue) PL2
bublbobr:0:E743:20:021:Get letter - D (purple) PL2
bublbobr:0:0000:00:999:[This game has Super Mode by]
bublbobr:0:0000:00:999:[selection so these cheats ]
bublbobr:0:0000:00:999:[in fact merely hardwires ]
bublbobr:0:0000:00:999:[the Super Mode ON or OFF ]
bublbobr:0:0000:00:999:[and you will be able to see]
bublbobr:0:0000:00:999:["super" on the Title Screen]
bublbobr:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen
bublbobr:0:E5DB:00:000:Disable "Super" Mode
bublbobr:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen
bublbobr:0:E5D1:00:000:Disable "Original" Mode
bublbobr:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen
bublbobr:0:E5D2:00:000:Disable "Power-Up" Mode
bublbobr:0:E613:01:000:Always get Bonus doors
bublbobr:0:F676:01:000:Constant Extend Letters
bublbobr:0:E603:01:000:Always Warn (Bell Item)
bublbobr:0:E5FA:03:000:Apple or Orange? You decide!
bublbobr:0:E608:01:000:Coke Can Item
bublbobr:0:6E30:01:000:Fireball Bubble - Always!
bublbobr:0:6E30:03:000:Fireball Bubble - 1 in 2
bublbobr:0:6E30:05:000:Fireball Bubble - 1 in 3
bublbobr:0:6E30:07:000:Fireball Bubble - 1 in 4
bublbobr:0:6E30:15:000:Fireball Bubble - 1 in 16
bublbobr:0:6E30:1D:000:Fireball Bubble - 1 in 256
bublbobr:0:6E30:25:000:Fireball Bubble - 1 in 4096
bublbobr:0:5C2B:C9:000:Disable Bubbles?
bublbobr:0:E6BB:05:001:Fireballs for 5 levels
bublbobr:0:E6BE:40:000:Fireballs
bublbobr:0:E5EE:07:000:Fireball Cross
bublbobr:0:0000:00:999:[Use these cheats only at ]
bublbobr:0:0000:00:999:[the begining of a level, ]
bublbobr:0:0000:00:999:[before the item appears!! ]
bublbobr:0:0000:00:999:[When you are given a ]
bublbobr:0:0000:00:999:[distribution, each bubble ]
bublbobr:0:0000:00:999:[turns into an object. ]
bublbobr:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range
bublbobr:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power
bublbobr:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed
bublbobr:0:F45E:03:001:1st Item = shoe:Gives you power-up speed
bublbobr:0:F45E:04:001:1st Item = clock:Slows down the monsters
bublbobr:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds
bublbobr:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther
bublbobr:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther
bublbobr:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther
bublbobr:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers
bublbobr:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers
bublbobr:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers
bublbobr:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows
bublbobr:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes
bublbobr:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters
bublbobr:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk
bublbobr:0:F45E:10:001:1st Item = pink ring:Gives points when you jump
bublbobr:0:F45E:11:001:1st Item = red ring:Gives points when you bubble
bublbobr:0:F45E:12:001:1st Item = blue cross:Fills screen with water
bublbobr:0:F45E:13:001:1st Item = yellow cross:Make lightning strike
bublbobr:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles
bublbobr:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble
bublbobr:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr
bublbobr:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined
bublbobr:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds
bublbobr:0:F45E:19:001:1st Item = book:Turns monsters into diamonds
bublbobr:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall
bublbobr:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters
bublbobr:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball
bublbobr:0:F45E:1D:001:1st Item = fork:Makes fruits fall
bublbobr:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end
bublbobr:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end
bublbobr:0:F45E:20:001:1st Item = red chest:Red diamonds on level end
bublbobr:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end
bublbobr:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end
bublbobr:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end
bublbobr:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end
bublbobr:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end
bublbobr:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end
bublbobr:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end
bublbobr:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end
bublbobr:0:F45E:29:001:1st Item = bell:Destructive Item warning
bublbobr:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end
bublbobr:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end
bublbobr:0:F45E:2C:001:1st Item = glass of beer:???? on level end
bublbobr:0:F45E:2D:001:1st Item = knife:Makes fruits fall
bublbobr:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items
bublbobr:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters
bublbobr:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds
bublbobr:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds
bublbobr:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds
bublbobr:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70
bublbobr:0:F44C:2A:000:Fruit 2A
bublbobr:0:F44C:2B:000:Fruit 2B
bublbobr:0:F44C:2C:000:Fruit 2C
bublbobr:0:F44C:2D:000:Fruit 2D
bublbobr:0:F44C:2E:000:Fruit 2E
bublbobr:0:F44C:2F:000:Fruit 2F
bublbobr:0:F44C:30:000:Fruit 30
bublbobr:0:F44C:31:000:Fruit 31
bublbobr:0:F44C:32:000:Fruit 32
bublbobr:0:F44C:33:000:Fruit 33
bublbobr:0:F44C:34:000:Fruit 34
bublbobr:0:F44C:35:000:Fruit 35
bublbobr:0:F44C:36:000:Fruit 36
bublbobr:0:F44C:37:000:Fruit 37
bublbobr:0:F44C:38:000:Fruit 38
bublbobr:0:F44C:39:000:Fruit 39
bublbobr:0:F44C:3A:000:Fruit 3A
bublbobr:0:F44C:3B:000:Fruit 3B
bublbobr:0:F44D:01:000:Quick Fruit at start
bublbobr:0:E60A:01:000:Lipstick
bublbobr:0:E345:05:000:Stop the Baron
bublbobr:0:0000:00:999:[These five cheats will make]
bublbobr:0:0000:00:999:[a potion appear on the next]
bublbobr:0:0000:00:999:[screen. It will be of the ]
bublbobr:0:0000:00:999:[type requested unless you ]
bublbobr:0:0000:00:999:[have earned a higher potion]
bublbobr:0:0000:00:999:[or you have fallen off the ]
bublbobr:0:0000:00:999:[bottom of the screen since ]
bublbobr:0:0000:00:999:[setting the cheat. Falling ]
bublbobr:0:0000:00:999:[off the bottom will upgrade]
bublbobr:0:0000:00:999:[the potion to the next one!]
bublbobr:0:E5E7:0F:001:Sunflower Potion(next screen)
bublbobr:0:E5E7:10:001:Flower Potion (next screen)
bublbobr:0:E5E7:11:001:Clover Potion (next screen)
bublbobr:0:E5E7:12:001:Rainbow Potion (next screen)
bublbobr:0:E5E7:13:001:Musical Potion (next screen)
bublbobr:0:0000:00:999:[These two cheats are useful]
bublbobr:0:0000:00:999:[when you get stuck on one ]
bublbobr:0:0000:00:999:[screen. Use only one at a ]
bublbobr:0:0000:00:999:[time. ]
bublbobr:0:F590:01:001:Drown 'em All! Now! OR--->
bublbobr:0:E720:01:001:Throw The Book At Them Now!
bublbobr:0:0000:00:999:[These Select starting round]
bublbobr:0:0000:00:999:[cheats are *NOT* linked so ]
bublbobr:0:0000:00:999:[they must BOTH be selected ]
bublbobr:0:0000:00:999:[individually one after the ]
bublbobr:0:0000:00:999:[other! Use before starting ]
bublbobr:0:0000:00:999:[other! ]
bublbobr:0:0000:00:999:[ ]
bublbobr:0:0000:00:999:[You should enable these ]
bublbobr:0:0000:00:999:[cheats on the press 1 or 2 ]
bublbobr:0:0000:00:999:[player button screen. ]
bublbobr:0:E64B:FF:021:Select starting round (1|2)
bublbobr:0:E64B:63:061:Select starting round (2|2)
bublbobr:0:0000:00:999:[ ]
bublbobr:0:E64B:63:061:Select next round
; [ Bubble Symphony (Japan) ]
bubsymph:0:408272:0A:000:Infinite Lives PL1
bubsymph:0:40826E:7F:000:Invincibility (buggy) PL1
bubsymph:0:4049B5:01:000:Always Lightning Bubbles PL1
bubsymph:0:4049B5:02:000:Always Water Bubbles PL1
bubsymph:0:4049B5:03:000:Always Fire Bubbles PL1
bubsymph:0:4049B5:04:000:Always Rainbow Bubbles PL1
bubsymph:0:4049B5:05:000:Always Whirlwind Bubbles PL1
bubsymph:0:4049B5:06:000:Always Musical Bubbles PL1
bubsymph:0:408262:03:000:Always Max Shoe Speed PL1
bubsymph:0:4049B5:01:001:Get Lightning Bubbles Now!PL1
bubsymph:0:4049B5:02:001:Get Water Bubbles Now! PL1
bubsymph:0:4049B5:03:001:Get Fire Bubbles Now! PL1
bubsymph:0:4049B5:04:001:Get Rainbow Bubbles Now! PL1
bubsymph:0:4049B5:05:001:Get Whirlwind Bubbles Now!PL1
bubsymph:0:4049B5:06:001:Get Musical Bubbles Now! PL1
bubsymph:0:408262:03:001:Get Max Shoe Speed Now! PL1
bubsymph:0:408273:0A:000:Infinite Lives PL2
bubsymph:0:40826F:7F:000:Invincibility (buggy) PL2
bubsymph:0:404A35:01:000:Always Lightning Bubbles PL2
bubsymph:0:404A35:02:000:Always Water Bubbles PL2
bubsymph:0:404A35:03:000:Always Fire Bubbles PL2
bubsymph:0:404A35:04:000:Always Rainbow Bubbles PL2
bubsymph:0:404A35:05:000:Always Whirlwind Bubbles PL2
bubsymph:0:404A35:06:000:Always Musical Bubbles PL2
bubsymph:0:408263:03:000:Always Max Shoe Speed PL2
bubsymph:0:404A35:01:001:Get Lightning Bubbles Now!PL2
bubsymph:0:404A35:02:001:Get Water Bubbles Now! PL2
bubsymph:0:404A35:03:001:Get Fire Bubbles Now! PL2
bubsymph:0:404A35:04:001:Get Rainbow Bubbles Now! PL2
bubsymph:0:404A35:05:001:Get Whirlwind Bubbles Now!PL2
bubsymph:0:404A35:06:001:Get Musical Bubbles Now! PL2
bubsymph:0:408263:03:001:Get Max Shoe Speed Now! PL2
bubsymph:0:4041A9:00:001:Bubble The Guardian Now!
bubsymph:0:408160:04:001:Get Note 1 - Orange Now!
bubsymph:0:408161:04:001:Get Note 2 - Orange Now!
bubsymph:0:408162:04:001:Get Note 3 - Orange Now!
bubsymph:0:000000:00:999:[After you enable these region cheats to see any ]
bubsymph:0:000000:00:999:[effect you will have to reset the game (F3). ]
bubsymph:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
bubsymph:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
bubsymph:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
bubsymph:0:0FFFFF:01:001:Region Switch = Japan
bubsymph:0:0FFFFF:02:001:Region Switch = US
bubsymph:0:0FFFFF:03:001:Region Switch = World
; [ Bubble Symphony (US) ]
bubsympu:0:408272:0A:000:Infinite Lives PL1
bubsympu:0:40826E:7F:000:Invincibility (buggy) PL1
bubsympu:0:4049B5:01:000:Always Lightning Bubbles PL1
bubsympu:0:4049B5:02:000:Always Water Bubbles PL1
bubsympu:0:4049B5:03:000:Always Fire Bubbles PL1
bubsympu:0:4049B5:04:000:Always Rainbow Bubbles PL1
bubsympu:0:4049B5:05:000:Always Whirlwind Bubbles PL1
bubsympu:0:4049B5:06:000:Always Musical Bubbles PL1
bubsympu:0:408262:03:000:Always Max Shoe Speed PL1
bubsympu:0:4049B5:01:001:Get Lightning Bubbles Now!PL1
bubsympu:0:4049B5:02:001:Get Water Bubbles Now! PL1
bubsympu:0:4049B5:03:001:Get Fire Bubbles Now! PL1
bubsympu:0:4049B5:04:001:Get Rainbow Bubbles Now! PL1
bubsympu:0:4049B5:05:001:Get Whirlwind Bubbles Now!PL1
bubsympu:0:4049B5:06:001:Get Musical Bubbles Now! PL1
bubsympu:0:408262:03:001:Get Max Shoe Speed Now! PL1
bubsympu:0:408273:0A:000:Infinite Lives PL2
bubsympu:0:40826F:7F:000:Invincibility (buggy) PL2
bubsympu:0:404A35:01:000:Always Lightning Bubbles PL2
bubsympu:0:404A35:02:000:Always Water Bubbles PL2
bubsympu:0:404A35:03:000:Always Fire Bubbles PL2
bubsympu:0:404A35:04:000:Always Rainbow Bubbles PL2
bubsympu:0:404A35:05:000:Always Whirlwind Bubbles PL2
bubsympu:0:404A35:06:000:Always Musical Bubbles PL2
bubsympu:0:408263:03:000:Always Max Shoe Speed PL2
bubsympu:0:404A35:01:001:Get Lightning Bubbles Now!PL2
bubsympu:0:404A35:02:001:Get Water Bubbles Now! PL2
bubsympu:0:404A35:03:001:Get Fire Bubbles Now! PL2
bubsympu:0:404A35:04:001:Get Rainbow Bubbles Now! PL2
bubsympu:0:404A35:05:001:Get Whirlwind Bubbles Now!PL2
bubsympu:0:404A35:06:001:Get Musical Bubbles Now! PL2
bubsympu:0:408263:03:001:Get Max Shoe Speed Now! PL2
bubsympu:0:4041A9:00:001:Bubble The Guardian Now!
bubsympu:0:408160:04:001:Get Note 1 - Orange Now!
bubsympu:0:408161:04:001:Get Note 2 - Orange Now!
bubsympu:0:408162:04:001:Get Note 3 - Orange Now!
bubsympu:0:000000:00:999:[After you enable these region cheats to see any ]
bubsympu:0:000000:00:999:[effect you will have to reset the game (F3). ]
bubsympu:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
bubsympu:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
bubsympu:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
bubsympu:0:0FFFFF:01:001:Region Switch = Japan
bubsympu:0:0FFFFF:02:001:Region Switch = US
bubsympu:0:0FFFFF:03:001:Region Switch = World
; [ Buggy Challenge ]
buggychl:0:8005:09:000:Infinite Credits
buggychl:0:82D0:00:000:Infinite Time
buggychl:0:82D1:00:500:Infinite Time (2/2)
buggychl:0:81C0:12:000:Infinite Fuel
buggychl:0:81C1:99:500:Infinite Fuel (2/2)
buggychl:0:0000:00:999:[See the Dip Switch Menu to ]
buggychl:0:0000:00:999:[enable Invincibility. ]
; [ Buggy Challenge (Tecfri) ]
buggycht:0:8005:09:000:Infinite Credits
buggycht:0:82D0:00:000:Infinite Time
buggycht:0:82D1:00:500:Infinite Time (2/2)
buggycht:0:81C0:12:000:Infinite Fuel
buggycht:0:81C1:99:500:Infinite Fuel (2/2)
buggycht:0:0000:00:999:[See the Dip Switch Menu to ]
buggycht:0:0000:00:999:[enable Invincibility. ]
; [ Bullfight ]
bullfgt:0:F8E3:7E:000:Invincibility
bullfgt:0:F903:7E:500:Invincibility (2/2)
bullfgt:0:C061:06:000:Infinite Lives PL1
bullfgt:0:C062:06:000:Infinite Lives PL2
; [ Tougyuu, The (Japan) ]
bullfgtj:0:F8E3:7E:000:Invincibility
bullfgtj:0:F903:7E:500:Invincibility (2/2)
bullfgtj:0:C061:06:000:Infinite Lives PL1
bullfgtj:0:C062:06:000:Infinite Lives PL2
; [ Hissatsu Buraiken (Japan) ]
buraiken:0:C0EB:9A:000:Infinite Time
buraiken:0:C0EA:09:500:Infinite Time (2/2)
buraiken:0:C0A4:9B:000:Infinite Lives PL1
buraiken:0:C41D:08:000:Infinite Energy PL1
buraiken:0:C400:80:040:Invincibility PL1
buraiken:0:C0A5:9B:000:Infinite Lives PL2
buraiken:0:C43D:08:000:Infinite Energy PL2
buraiken:0:C420:80:040:Invincibility PL2
; [ Burglar X ]
burglarx:0:FF081F:63:000:Infinite Credits
burglarx:0:FFCE53:63:000:Infinite Time
burglarx:0:FF25D5:09:000:Infinite Bonus Game Time
burglarx:0:FFCE75:09:000:Infinite Lives
burglarx:0:FFCE77:09:000:Infinite Energy
burglarx:0:FFCED7:01:001:Only One Coin left to collect Now!
burglarx:0:FFCED9:01:501:Only One Coin left to collect Now! (2/2)
burglarx:0:FFCEDB:01:001:Only One Star left to collect Now!
burglarx:0:FFCEDD:01:501:Only One Star left to collect Now! (2/2)
burglarx:0:FFCFA9:01:001:One hit to kill Truck Boss Now!
burglarx:0:FFCFAB:01:001:One hit to kill Bombmom/Myan Boss Now!
; [ Burning Force (Japan) ]
burnforc:0:40AC39:03:000:Infinite Lives
burnforc:0:40ABE9:06:000:Infinite Missiles
burnforc:0:409049:0A:000:Invincibility
burnforc:0:40AC2B:01:001:Get Laser Now!
burnforc:0:40AC2B:02:001:Get Fireball Now!
burnforc:0:40AC2B:03:001:Get Multishot Now!
burnforc:0:40AC2B:01:000:Always have Laser
burnforc:0:40AC2B:02:000:Always have Fireball
burnforc:0:40AC2B:03:000:Always have Multishot
burnforc:0:40AC41:70:000:Infinite Time (F6):Turn off at level end
burnforc:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
; [ Burning Fight (set 1) ]
burningf:0:10D002:99:000:Infinite Time
burningf:0:100230:09:000:Infinite Lives PL1
burningf:0:100221:FF:000:Infinite Energy PL1
burningf:0:1002B0:09:000:Infinite Lives PL2
burningf:0:1002A1:FF:000:Infinite Energy PL2
; [ Burning Fight (set 2) ]
burningh:0:10D002:99:000:Infinite Time
burningh:0:100230:09:000:Infinite Lives PL1
burningh:0:100221:FF:000:Infinite Energy PL1
burningh:0:1002B0:09:000:Infinite Lives PL2
burningh:0:1002A1:FF:000:Infinite Energy PL2
; [ Butasan (Japan) ]
butasan:0:E018:99:000:Infinite Credits
butasan:0:E18D:59:000:Infinite Time
butasan:0:E18E:99:500:Infinite Time (2/3)
butasan:0:E18C:99:500:Infinite Time (3/3)
butasan:0:E26F:99:000:Infinite Gas Time
butasan:0:0000:00:999:[See the Dip Switch Menu to ]
butasan:0:0000:00:999:[enable Invincibility. ]
butasan:0:E220:08:000:Infinite Lives PL1
butasan:0:E320:08:000:Infinite Lives PL2
; [ Black Widow ]
bwidow:0:0440:06:000:Infinite Lives
; [ Battle Zone (set 1) ]
bzone:0:000E:FF:002:Infinite Credits
bzone:0:00CC:06:000:Infinite Lives
bzone:0:0026:00:000:Enemy Tanks Can't Fire
bzone:0:00CB:00:000:No Homing Missiles
; [ Battle Zone (set 2) ]
bzone2:0:000E:FF:002:Infinite Credits
bzone2:0:00CC:06:000:Infinite Lives
bzone2:0:0026:00:000:Enemy Tanks Can't Fire
bzone2:0:00CB:00:000:No Homing Missiles
; [ Battle Zone (cocktail) ]
bzonec:0:000E:FF:002:Infinite Credits
bzonec:0:00BD:06:000:Infinite Lives
bzonec:0:0026:00:000:Enemy Tanks Can't Fire
bzonec:0:00BC:00:000:No Homing Missiles
; [ Cabal (US set 1) ]
cabal:0:040084:01:001:One enemy ends level Now!:Also one hit for boss
cabal:0:04005E:03:000:Infinite Lives PL1
cabal:0:040052:99:000:Infinite Bombs PL1
cabal:0:041658:01:000:Invincibility PL1
cabal:0:04005F:03:000:Infinite Lives PL2
cabal:0:040053:99:000:Infinite Bombs PL2
cabal:0:041659:01:000:Invincibility PL2
; [ Cabal (US set 2) ]
cabal2:0:040084:01:001:One enemy ends level Now!:Also one hit for boss
cabal2:0:04005E:03:000:Infinite Lives PL1
cabal2:0:040052:99:000:Infinite Bombs PL1
cabal2:0:041658:01:000:Invincibility PL1
cabal2:0:04005F:03:000:Infinite Lives PL2
cabal2:0:040053:99:000:Infinite Bombs PL2
cabal2:0:041659:01:000:Invincibility PL2
; [ Cabal (bootleg) ]
cabalbl:0:040084:01:001:One enemy ends level Now!:Also one hit for boss
cabalbl:0:04005E:03:000:Infinite Lives PL1
cabalbl:0:040052:99:000:Infinite Bombs PL1
cabalbl:0:041658:01:000:Invincibility PL1
cabalbl:0:04005F:03:000:Infinite Lives PL2
cabalbl:0:040053:99:000:Infinite Bombs PL2
cabalbl:0:041659:01:000:Invincibility PL2
; [ Cachat (Japan) ]
cachat:0:8DA0:10:021:Finish Level Now! PL1
cachat:0:8DD0:10:021:Finish Level Now! PL2
; [ Cadash (World) ]
cadash:0:1031CD:09:000:Infinite Credits
cadash:0:1039E8:17:000:Infinite Time
cadash:0:1039E9:70:500:Infinite Time (2/2)
cadash:0:104176:03:000:Max STR - Fighter
cadash:0:104177:E7:500:Max STR - Fighter (2/2)
cadash:0:104162:03:000:Max A.C. - Fighter
cadash:0:104163:E7:500:Max A.C. - Fighter (2/2)
cadash:0:104165:FF:000:Max armor - Fighter
cadash:0:104178:03:000:Max STR - Mage
cadash:0:104179:E7:500:Max STR - Mage (2/2)
cadash:0:104166:03:000:Max A.C. - Mage
cadash:0:104167:E7:500:Max A.C. - Mage (2/2)
cadash:0:104169:FF:000:Max armor - Mage
cadash:0:10417A:03:000:Max STR - Priest
cadash:0:10417B:E7:500:Max STR - Priest (2/2)
cadash:0:10416A:03:000:Max A.C. - Priest
cadash:0:10416B:E7:500:Max A.C. - Priest (2/2)
cadash:0:10416D:FF:000:Max armor - Priest
cadash:0:10417C:03:000:Max STR - Ninja
cadash:0:10417D:E7:500:Max STR - Ninja (2/2)
cadash:0:10416E:03:000:Max A.C. - Ninja
cadash:0:10416F:E7:500:Max A.C. - Ninja (2/2)
cadash:0:104171:FF:000:Max armor - Ninja
cadash:0:103E4B:59:000:Invincibility "ON" PL1
cadash:0:103E4B:01:001:Invincibility "OFF" PL1
cadash:0:103EF5:59:000:Invincibility "ON" PL2
cadash:0:103EF5:01:001:Invincibility "OFF" PL2
cadash:0:103DF1:C8:000:Infinite H.P. PL1
cadash:0:103DF3:C8:500:Infinite H.P. PL1 (2/2)
cadash:0:103E3A:FA:000:Infinite Magic PL1
cadash:0:103E36:09:000:Infinite Medicine PL1
cadash:0:103E37:09:000:Infinite Antidote PL1
cadash:0:103E35:08:000:Infinite Elixir PL1
cadash:0:103E32:EA:000:Infinite Gold PL1
cadash:0:103E33:60:500:Infinite Gold PL1 (2/2)
cadash:0:103E38:63:000:Maximum Level PL1
cadash:0:103E39:FA:000:Maximum AGL PL1
cadash:0:103E2E:EA:000:Maximum EXP PL1
cadash:0:103E2F:60:500:Maximum EXP PL1 (2/4)
cadash:0:103E30:FD:500:Maximum EXP PL1 (3/4)
cadash:0:103E31:E8:500:Maximum EXP PL1 (4/4)
cadash:0:103E9B:C8:000:Infinite H.P. PL2
cadash:0:103E9D:C8:500:Infinite H.P. PL2 (2/2)
cadash:0:103EE4:FA:000:Infinite Magic PL2
cadash:0:103EE0:09:000:Infinite Medicine PL2
cadash:0:103EE1:09:000:Infinite Antidote PL2
cadash:0:103EDF:08:000:Infinite Elixir PL2
cadash:0:103EDC:EA:000:Infinite Gold PL2
cadash:0:103EDD:60:500:Infinite Gold PL2 (2/2)
cadash:0:103EE2:63:000:Maximum Level PL2
cadash:0:103EE3:FA:000:Maximum AGL PL2
cadash:0:103ED8:EA:000:Maximum EXP PL2
cadash:0:103ED9:60:500:Maximum EXP PL2 (2/4)
cadash:0:103EDA:FD:500:Maximum EXP PL2 (3/4)
cadash:0:103EDB:E8:500:Maximum EXP PL2 (4/4)
; [ Cadash (France) ]
cadashf:0:1031CD:09:000:Infinite Credits
cadashf:0:1039E8:17:000:Infinite Time
cadashf:0:1039E9:70:500:Infinite Time (2/2)
cadashf:0:104176:03:000:Max STR - Fighter
cadashf:0:104177:E7:500:Max STR - Fighter (2/2)
cadashf:0:104162:03:000:Max A.C. - Fighter
cadashf:0:104163:E7:500:Max A.C. - Fighter (2/2)
cadashf:0:104165:FF:000:Max armor - Fighter
cadashf:0:104178:03:000:Max STR - Mage
cadashf:0:104179:E7:500:Max STR - Mage (2/2)
cadashf:0:104166:03:000:Max A.C. - Mage
cadashf:0:104167:E7:500:Max A.C. - Mage (2/2)
cadashf:0:104169:FF:000:Max armor - Mage
cadashf:0:10417A:03:000:Max STR - Priest
cadashf:0:10417B:E7:500:Max STR - Priest (2/2)
cadashf:0:10416A:03:000:Max A.C. - Priest
cadashf:0:10416B:E7:500:Max A.C. - Priest (2/2)
cadashf:0:10416D:FF:000:Max armor - Priest
cadashf:0:10417C:03:000:Max STR - Ninja
cadashf:0:10417D:E7:500:Max STR - Ninja (2/2)
cadashf:0:10416E:03:000:Max A.C. - Ninja
cadashf:0:10416F:E7:500:Max A.C. - Ninja (2/2)
cadashf:0:104171:FF:000:Max armor - Ninja
cadashf:0:103E4B:59:000:Invincibility "ON" PL1
cadashf:0:103E4B:01:001:Invincibility "OFF" PL1
cadashf:0:103EF5:59:000:Invincibility "ON" PL2
cadashf:0:103EF5:01:001:Invincibility "OFF" PL2
cadashf:0:103DF1:C8:000:Infinite H.P. PL1
cadashf:0:103DF3:C8:500:Infinite H.P. PL1 (2/2)
cadashf:0:103E3A:FA:000:Infinite Magic PL1
cadashf:0:103E36:09:000:Infinite Medicine PL1
cadashf:0:103E37:09:000:Infinite Antidote PL1
cadashf:0:103E35:08:000:Infinite Elixir PL1
cadashf:0:103E32:EA:000:Infinite Gold PL1
cadashf:0:103E33:60:500:Infinite Gold PL1 (2/2)
cadashf:0:103E38:63:000:Maximum Level PL1
cadashf:0:103E39:FA:000:Maximum AGL PL1
cadashf:0:103E2E:EA:000:Maximum EXP PL1
cadashf:0:103E2F:60:500:Maximum EXP PL1 (2/4)
cadashf:0:103E30:FD:500:Maximum EXP PL1 (3/4)
cadashf:0:103E31:E8:500:Maximum EXP PL1 (4/4)
cadashf:0:103E9B:C8:000:Infinite H.P. PL2
cadashf:0:103E9D:C8:500:Infinite H.P. PL2 (2/2)
cadashf:0:103EE4:FA:000:Infinite Magic PL2
cadashf:0:103EE0:09:000:Infinite Medicine PL2
cadashf:0:103EE1:09:000:Infinite Antidote PL2
cadashf:0:103EDF:08:000:Infinite Elixir PL2
cadashf:0:103EDC:EA:000:Infinite Gold PL2
cadashf:0:103EDD:60:500:Infinite Gold PL2 (2/2)
cadashf:0:103EE2:63:000:Maximum Level PL2
cadashf:0:103EE3:FA:000:Maximum AGL PL2
cadashf:0:103ED8:EA:000:Maximum EXP PL2
cadashf:0:103ED9:60:500:Maximum EXP PL2 (2/4)
cadashf:0:103EDA:FD:500:Maximum EXP PL2 (3/4)
cadashf:0:103EDB:E8:500:Maximum EXP PL2 (4/4)
; [ Cadash (Italy) ]
cadashi:0:1031CD:09:000:Infinite Credits
cadashi:0:1039E8:17:000:Infinite Time
cadashi:0:1039E9:70:500:Infinite Time (2/2)
cadashi:0:104176:03:000:Max STR - Fighter
cadashi:0:104177:E7:500:Max STR - Fighter (2/2)
cadashi:0:104162:03:000:Max A.C. - Fighter
cadashi:0:104163:E7:500:Max A.C. - Fighter (2/2)
cadashi:0:104165:FF:000:Max armor - Fighter
cadashi:0:104178:03:000:Max STR - Mage
cadashi:0:104179:E7:500:Max STR - Mage (2/2)
cadashi:0:104166:03:000:Max A.C. - Mage
cadashi:0:104167:E7:500:Max A.C. - Mage (2/2)
cadashi:0:104169:FF:000:Max armor - Mage
cadashi:0:10417A:03:000:Max STR - Priest
cadashi:0:10417B:E7:500:Max STR - Priest (2/2)
cadashi:0:10416A:03:000:Max A.C. - Priest
cadashi:0:10416B:E7:500:Max A.C. - Priest (2/2)
cadashi:0:10416D:FF:000:Max armor - Priest
cadashi:0:10417C:03:000:Max STR - Ninja
cadashi:0:10417D:E7:500:Max STR - Ninja (2/2)
cadashi:0:10416E:03:000:Max A.C. - Ninja
cadashi:0:10416F:E7:500:Max A.C. - Ninja (2/2)
cadashi:0:104171:FF:000:Max armor - Ninja
cadashi:0:103E4B:59:000:Invincibility "ON" PL1
cadashi:0:103E4B:01:001:Invincibility "OFF" PL1
cadashi:0:103EF5:59:000:Invincibility "ON" PL2
cadashi:0:103EF5:01:001:Invincibility "OFF" PL2
cadashi:0:103DF1:C8:000:Infinite H.P. PL1
cadashi:0:103DF3:C8:500:Infinite H.P. PL1 (2/2)
cadashi:0:103E3A:FA:000:Infinite Magic PL1
cadashi:0:103E36:09:000:Infinite Medicine PL1
cadashi:0:103E37:09:000:Infinite Antidote PL1
cadashi:0:103E35:08:000:Infinite Elixir PL1
cadashi:0:103E32:EA:000:Infinite Gold PL1
cadashi:0:103E33:60:500:Infinite Gold PL1 (2/2)
cadashi:0:103E38:63:000:Maximum Level PL1
cadashi:0:103E39:FA:000:Maximum AGL PL1
cadashi:0:103E2E:EA:000:Maximum EXP PL1
cadashi:0:103E2F:60:500:Maximum EXP PL1 (2/4)
cadashi:0:103E30:FD:500:Maximum EXP PL1 (3/4)
cadashi:0:103E31:E8:500:Maximum EXP PL1 (4/4)
cadashi:0:103E9B:C8:000:Infinite H.P. PL2
cadashi:0:103E9D:C8:500:Infinite H.P. PL2 (2/2)
cadashi:0:103EE4:FA:000:Infinite Magic PL2
cadashi:0:103EE0:09:000:Infinite Medicine PL2
cadashi:0:103EE1:09:000:Infinite Antidote PL2
cadashi:0:103EDF:08:000:Infinite Elixir PL2
cadashi:0:103EDC:EA:000:Infinite Gold PL2
cadashi:0:103EDD:60:500:Infinite Gold PL2 (2/2)
cadashi:0:103EE2:63:000:Maximum Level PL2
cadashi:0:103EE3:FA:000:Maximum AGL PL2
cadashi:0:103ED8:EA:000:Maximum EXP PL2
cadashi:0:103ED9:60:500:Maximum EXP PL2 (2/4)
cadashi:0:103EDA:FD:500:Maximum EXP PL2 (3/4)
cadashi:0:103EDB:E8:500:Maximum EXP PL2 (4/4)
; [ Cadash (Japan) ]
cadashj:0:1031CD:09:000:Infinite Credits
cadashj:0:1039E8:17:000:Infinite Time
cadashj:0:1039E9:70:500:Infinite Time (2/2)
cadashj:0:104176:03:000:Max STR - Fighter
cadashj:0:104177:E7:500:Max STR - Fighter (2/2)
cadashj:0:104162:03:000:Max A.C. - Fighter
cadashj:0:104163:E7:500:Max A.C. - Fighter (2/2)
cadashj:0:104165:FF:000:Max armor - Fighter
cadashj:0:104178:03:000:Max STR - Mage
cadashj:0:104179:E7:500:Max STR - Mage (2/2)
cadashj:0:104166:03:000:Max A.C. - Mage
cadashj:0:104167:E7:500:Max A.C. - Mage (2/2)
cadashj:0:104169:FF:000:Max armor - Mage
cadashj:0:10417A:03:000:Max STR - Priest
cadashj:0:10417B:E7:500:Max STR - Priest (2/2)
cadashj:0:10416A:03:000:Max A.C. - Priest
cadashj:0:10416B:E7:500:Max A.C. - Priest (2/2)
cadashj:0:10416D:FF:000:Max armor - Priest
cadashj:0:10417C:03:000:Max STR - Ninja
cadashj:0:10417D:E7:500:Max STR - Ninja (2/2)
cadashj:0:10416E:03:000:Max A.C. - Ninja
cadashj:0:10416F:E7:500:Max A.C. - Ninja (2/2)
cadashj:0:104171:FF:000:Max armor - Ninja
cadashj:0:103E4B:59:000:Invincibility "ON" PL1
cadashj:0:103E4B:01:001:Invincibility "OFF" PL1
cadashj:0:103EF5:59:000:Invincibility "ON" PL2
cadashj:0:103EF5:01:001:Invincibility "OFF" PL2
cadashj:0:103DF1:C8:000:Infinite H.P. PL1
cadashj:0:103DF3:C8:500:Infinite H.P. PL1 (2/2)
cadashj:0:103E3A:FA:000:Infinite Magic PL1
cadashj:0:103E36:09:000:Infinite Medicine PL1
cadashj:0:103E37:09:000:Infinite Antidote PL1
cadashj:0:103E35:08:000:Infinite Elixir PL1
cadashj:0:103E32:EA:000:Infinite Gold PL1
cadashj:0:103E33:60:500:Infinite Gold PL1 (2/2)
cadashj:0:103E38:63:000:Maximum Level PL1
cadashj:0:103E39:FA:000:Maximum AGL PL1
cadashj:0:103E2E:EA:000:Maximum EXP PL1
cadashj:0:103E2F:60:500:Maximum EXP PL1 (2/4)
cadashj:0:103E30:FD:500:Maximum EXP PL1 (3/4)
cadashj:0:103E31:E8:500:Maximum EXP PL1 (4/4)
cadashj:0:103E9B:C8:000:Infinite H.P. PL2
cadashj:0:103E9D:C8:500:Infinite H.P. PL2 (2/2)
cadashj:0:103EE4:FA:000:Infinite Magic PL2
cadashj:0:103EE0:09:000:Infinite Medicine PL2
cadashj:0:103EE1:09:000:Infinite Antidote PL2
cadashj:0:103EDF:08:000:Infinite Elixir PL2
cadashj:0:103EDC:EA:000:Infinite Gold PL2
cadashj:0:103EDD:60:500:Infinite Gold PL2 (2/2)
cadashj:0:103EE2:63:000:Maximum Level PL2
cadashj:0:103EE3:FA:000:Maximum AGL PL2
cadashj:0:103ED8:EA:000:Maximum EXP PL2
cadashj:0:103ED9:60:500:Maximum EXP PL2 (2/4)
cadashj:0:103EDA:FD:500:Maximum EXP PL2 (3/4)
cadashj:0:103EDB:E8:500:Maximum EXP PL2 (4/4)
; [ Cadash (US) ]
cadashu:0:1031CD:09:000:Infinite Credits
cadashu:0:1039E8:17:000:Infinite Time
cadashu:0:1039E9:70:500:Infinite Time (2/2)
cadashu:0:104176:03:000:Max STR - Fighter
cadashu:0:104177:E7:500:Max STR - Fighter (2/2)
cadashu:0:104162:03:000:Max A.C. - Fighter
cadashu:0:104163:E7:500:Max A.C. - Fighter (2/2)
cadashu:0:104165:FF:000:Max armor - Fighter
cadashu:0:104178:03:000:Max STR - Mage
cadashu:0:104179:E7:500:Max STR - Mage (2/2)
cadashu:0:104166:03:000:Max A.C. - Mage
cadashu:0:104167:E7:500:Max A.C. - Mage (2/2)
cadashu:0:104169:FF:000:Max armor - Mage
cadashu:0:10417A:03:000:Max STR - Priest
cadashu:0:10417B:E7:500:Max STR - Priest (2/2)
cadashu:0:10416A:03:000:Max A.C. - Priest
cadashu:0:10416B:E7:500:Max A.C. - Priest (2/2)
cadashu:0:10416D:FF:000:Max armor - Priest
cadashu:0:10417C:03:000:Max STR - Ninja
cadashu:0:10417D:E7:500:Max STR - Ninja (2/2)
cadashu:0:10416E:03:000:Max A.C. - Ninja
cadashu:0:10416F:E7:500:Max A.C. - Ninja (2/2)
cadashu:0:104171:FF:000:Max armor - Ninja
cadashu:0:103E4B:59:000:Invincibility "ON" PL1
cadashu:0:103E4B:01:001:Invincibility "OFF" PL1
cadashu:0:103EF5:59:000:Invincibility "ON" PL2
cadashu:0:103EF5:01:001:Invincibility "OFF" PL2
cadashu:0:103DF1:C8:000:Infinite H.P. PL1
cadashu:0:103DF3:C8:500:Infinite H.P. PL1 (2/2)
cadashu:0:103E3A:FA:000:Infinite Magic PL1
cadashu:0:103E36:09:000:Infinite Medicine PL1
cadashu:0:103E37:09:000:Infinite Antidote PL1
cadashu:0:103E35:08:000:Infinite Elixir PL1
cadashu:0:103E32:EA:000:Infinite Gold PL1
cadashu:0:103E33:60:500:Infinite Gold PL1 (2/2)
cadashu:0:103E38:63:000:Maximum Level PL1
cadashu:0:103E39:FA:000:Maximum AGL PL1
cadashu:0:103E2E:EA:000:Maximum EXP PL1
cadashu:0:103E2F:60:500:Maximum EXP PL1 (2/4)
cadashu:0:103E30:FD:500:Maximum EXP PL1 (3/4)
cadashu:0:103E31:E8:500:Maximum EXP PL1 (4/4)
cadashu:0:103E9B:C8:000:Infinite H.P. PL2
cadashu:0:103E9D:C8:500:Infinite H.P. PL2 (2/2)
cadashu:0:103EE4:FA:000:Infinite Magic PL2
cadashu:0:103EE0:09:000:Infinite Medicine PL2
cadashu:0:103EE1:09:000:Infinite Antidote PL2
cadashu:0:103EDF:08:000:Infinite Elixir PL2
cadashu:0:103EDC:EA:000:Infinite Gold PL2
cadashu:0:103EDD:60:500:Infinite Gold PL2 (2/2)
cadashu:0:103EE2:63:000:Maximum Level PL2
cadashu:0:103EE3:FA:000:Maximum AGL PL2
cadashu:0:103ED8:EA:000:Maximum EXP PL2
cadashu:0:103ED9:60:500:Maximum EXP PL2 (2/4)
cadashu:0:103EDA:FD:500:Maximum EXP PL2 (3/4)
cadashu:0:103EDB:E8:500:Maximum EXP PL2 (4/4)
; [ Caliber 50 ]
calibr50:0:FF0E33:99:000:Infinite Lives PL1
calibr50:0:FF2519:63:000:Infinite Grenades PL1
calibr50:0:FF108D:02:000:Invincibility PL1:Sprite Flickers
calibr50:0:FF05AA:01:000:Speed Up movement PL1
calibr50:0:FF0E35:99:000:Infinite Lives PL2
calibr50:0:FF253D:63:000:Infinite Grenades PL2
calibr50:0:FF108F:02:000:Invincibility PL2:Sprite Flickers
; [ Calipso ]
calipso:0:81CA:99:000:Infinite Credits
calipso:0:8642:00:000:Disable Sharks
calipso:0:0000:00:999:[The Chest Monsters will ]
calipso:0:0000:00:999:[only swim up when you crab ]
calipso:0:0000:00:999:[the chest or any other ]
calipso:0:0000:00:999:[Object to activate the ]
calipso:0:0000:00:999:[ladder - they cannot follow]
calipso:0:0000:00:999:[you ]
calipso:0:821D:00:000:Disable Chest Monsters
calipso:0:822C:00:500:Disable Chest Monsters (2/2)
calipso:0:0000:00:999:[The Finish this Level Now! ]
calipso:0:0000:00:999:[will allow you to swim to ]
calipso:0:0000:00:999:[the back of the boat to ]
calipso:0:0000:00:999:[jump to the next level. The]
calipso:0:0000:00:999:[cheat activates the ladder ]
calipso:0:0000:00:999:[without the graphics. ]
calipso:0:82FA:03:000:Finish this Level Now!
calipso:0:8633:06:000:Infinite Lives PL1
calipso:0:8691:09:000:Infinite Air PL1
calipso:0:8647:06:000:Infinite Lives PL2
calipso:0:8695:09:000:Infinite Air PL2
; [ Camel Try (Japan) ]
cameltrj:0:102333:09:000:Infinite Credits
cameltrj:0:106686:09:000:Infinite Time
cameltrj:0:106687:99:500:Infinite Time (2/2)
; [ Camel Try (US) ]
cameltry:0:102333:09:000:Infinite Credits
cameltry:0:106686:09:000:Infinite Time
cameltry:0:106687:99:500:Infinite Time (2/2)
; [ Camel Try (US, alt sound) ]
camltrua:0:102333:09:000:Infinite Credits
camltrua:0:106686:09:000:Infinite Time
camltrua:0:106687:99:500:Infinite Time (2/2)
; [ Canyon Bomber (prototype) ]
canbprot:0:0024:09:000:Infinite Misses (Black) PL1
canbprot:0:0025:09:000:Infinite Misses (White) PL2
; [ Cannon Ball ]
cannball:0:EA79:01:000:Always 1 Match to endstagePL1
cannball:0:EA79:01:001:1 Match to end stage Now! PL1
cannball:0:EA7B:03:000:Infinite Lightning Balls PL1
cannball:0:EA9A:14:000:Curr Ball always Red PL1
cannball:0:EA9A:15:000:Curr Ball always Blue PL1
cannball:0:EA9A:16:000:Curr Ball always Green PL1
cannball:0:EA9A:17:000:Curr Ball always Purple PL1
cannball:0:EA9A:18:000:Curr Ball always Orange PL1
cannball:0:EA9A:19:000:Curr Ball always Yellow PL1
cannball:0:EA9A:1A:000:Curr Ball always White PL1
cannball:0:EA9A:1C:000:Curr Ball always ArrowUp PL1
cannball:0:EA9B:14:000:Next Ball always Red PL1
cannball:0:EA9B:15:000:Next Ball always Blue PL1
cannball:0:EA9B:16:000:Next Ball always Green PL1
cannball:0:EA9B:17:000:Next Ball always Purple PL1
cannball:0:EA9B:18:000:Next Ball always Orange PL1
cannball:0:EA9B:19:000:Next Ball always Yellow PL1
cannball:0:EA9B:1A:000:Next Ball always White PL1
cannball:0:EA9B:1C:000:Next Ball always ArrowUp PL1
cannball:0:EA9A:14:001:Curr Ball = Red Now! PL1
cannball:0:EA9A:15:001:Curr Ball = Blue Now! PL1
cannball:0:EA9A:16:001:Curr Ball = Green Now! PL1
cannball:0:EA9A:17:001:Curr Ball = Purple Now! PL1
cannball:0:EA9A:18:001:Curr Ball = Orange Now! PL1
cannball:0:EA9A:19:001:Curr Ball = Yellow Now! PL1
cannball:0:EA9A:1A:001:Curr Ball = White Now! PL1
cannball:0:EA9A:1C:001:Curr Ball = ArrowUp Now! PL1
cannball:0:EA9B:14:001:Next Ball = Red Now! PL1
cannball:0:EA9B:15:001:Next Ball = Blue Now! PL1
cannball:0:EA9B:16:001:Next Ball = Green Now! PL1
cannball:0:EA9B:17:001:Next Ball = Purple Now! PL1
cannball:0:EA9B:18:001:Next Ball = Orange Now! PL1
cannball:0:EA9B:19:001:Next Ball = Yellow Now! PL1
cannball:0:EA9B:1A:001:Next Ball = White Now! PL1
cannball:0:EA9B:1C:001:Next Ball = ArrowUp Now! PL1
cannball:0:EA7A:01:000:Always 1 Match to endstagePL2
cannball:0:EA7A:01:001:1 Match to end stage Now! PL2
cannball:0:EA7C:03:000:Infinite Lightning Balls PL2
cannball:0:EAD4:14:000:Curr Ball always Red PL2
cannball:0:EAD4:15:000:Curr Ball always Blue PL2
cannball:0:EAD4:16:000:Curr Ball always Green PL2
cannball:0:EAD4:17:000:Curr Ball always Purple PL2
cannball:0:EAD4:18:000:Curr Ball always Orange PL2
cannball:0:EAD4:19:000:Curr Ball always Yellow PL2
cannball:0:EAD4:1A:000:Curr Ball always White PL2
cannball:0:EAD4:1C:000:Curr Ball always ArrowUp PL2
cannball:0:EAD5:14:000:Next Ball always Red PL2
cannball:0:EAD5:15:000:Next Ball always Blue PL2
cannball:0:EAD5:16:000:Next Ball always Green PL2
cannball:0:EAD5:17:000:Next Ball always Purple PL2
cannball:0:EAD5:18:000:Next Ball always Orange PL2
cannball:0:EAD5:19:000:Next Ball always Yellow PL2
cannball:0:EAD5:1A:000:Next Ball always White PL2
cannball:0:EAD5:1C:000:Next Ball always ArrowUp PL2
cannball:0:EAD4:14:001:Curr Ball = Red Now! PL2
cannball:0:EAD4:15:001:Curr Ball = Blue Now! PL2
cannball:0:EAD4:16:001:Curr Ball = Green Now! PL2
cannball:0:EAD4:17:001:Curr Ball = Purple Now! PL2
cannball:0:EAD4:18:001:Curr Ball = Orange Now! PL2
cannball:0:EAD4:19:001:Curr Ball = Yellow Now! PL2
cannball:0:EAD4:1A:001:Curr Ball = White Now! PL2
cannball:0:EAD4:1C:001:Curr Ball = ArrowUp Now! PL2
cannball:0:EAD5:14:001:Next Ball = Red Now! PL2
cannball:0:EAD5:15:001:Next Ball = Blue Now! PL2
cannball:0:EAD5:16:001:Next Ball = Green Now! PL2
cannball:0:EAD5:17:001:Next Ball = Purple Now! PL2
cannball:0:EAD5:18:001:Next Ball = Orange Now! PL2
cannball:0:EAD5:19:001:Next Ball = Yellow Now! PL2
cannball:0:EAD5:1A:001:Next Ball = White Now! PL2
cannball:0:EAD5:1C:001:Next Ball = ArrowUp Now! PL2
; [ Canyon Bomber ]
canyon:0:0024:09:000:Infinite Misses (Black) PL1
canyon:0:0025:09:000:Infinite Misses (White) PL2
; [ Capcom Bowling (set 1) ]
capbowl:0:50E1:00:000:Infinite Time
capbowl:0:5083:0A:000:Always make a strike
; [ Capcom Bowling (set 2) ]
capbowl2:0:50E1:00:000:Infinite Time
capbowl2:0:5083:0A:000:Always make a strike
; [ Captain Commando (Japan) ]
captcomj:0:FFAA7C:64:000:Infinite Lives PL1
captcomj:0:FFA9D1:48:000:Infinite Energy PL1
captcomj:0:FFAA41:02:000:Infinite Ammo on pickup PL1
captcomj:0:FFAA69:C8:000:Invincibility PL1
captcomj:0:FFAB7C:64:000:Infinite Lives PL2
captcomj:0:FFAAD1:48:000:Infinite Energy PL2
captcomj:0:FFAB41:02:000:Infinite Ammo on pickup PL2
captcomj:0:FFAB69:C8:000:Invincibility PL2
captcomj:0:FFAC7C:64:000:Infinite Lives PL3
captcomj:0:FFABD1:48:000:Infinite Energy PL3
captcomj:0:FFAC41:02:000:Infinite Ammo on pickup PL3
captcomj:0:FFAC69:C8:000:Invincibility PL3
captcomj:0:FFAD7C:64:000:Infinite Lives PL4
captcomj:0:FFACD1:48:000:Infinite Energy PL4
captcomj:0:FFAD41:02:000:Infinite Ammo on pickup PL4
captcomj:0:FFAD69:C8:000:Invincibility PL4
; [ Captain Commando (World) ]
captcomm:0:FFAA7C:64:000:Infinite Lives PL1
captcomm:0:FFA9D1:48:000:Infinite Energy PL1
captcomm:0:FFAA41:02:000:Infinite Ammo on pickup PL1
captcomm:0:FFAA69:C8:000:Invincibility PL1
captcomm:0:FFAB7C:64:000:Infinite Lives PL2
captcomm:0:FFAAD1:48:000:Infinite Energy PL2
captcomm:0:FFAB41:02:000:Infinite Ammo on pickup PL2
captcomm:0:FFAB69:C8:000:Invincibility PL2
captcomm:0:FFAC7C:64:000:Infinite Lives PL3
captcomm:0:FFABD1:48:000:Infinite Energy PL3
captcomm:0:FFAC41:02:000:Infinite Ammo on pickup PL3
captcomm:0:FFAC69:C8:000:Invincibility PL3
captcomm:0:FFAD7C:64:000:Infinite Lives PL4
captcomm:0:FFACD1:48:000:Infinite Energy PL4
captcomm:0:FFAD41:02:000:Infinite Ammo on pickup PL4
captcomm:0:FFAD69:C8:000:Invincibility PL4
; [ Captain Commando (US) ]
captcomu:0:FFAA7C:64:000:Infinite Lives PL1
captcomu:0:FFA9D1:48:000:Infinite Energy PL1
captcomu:0:FFAA41:02:000:Infinite Ammo on pickup PL1
captcomu:0:FFAA69:C8:000:Invincibility PL1
captcomu:0:FFAB7C:64:000:Infinite Lives PL2
captcomu:0:FFAAD1:48:000:Infinite Energy PL2
captcomu:0:FFAB41:02:000:Infinite Ammo on pickup PL2
captcomu:0:FFAB69:C8:000:Invincibility PL2
captcomu:0:FFAC7C:64:000:Infinite Lives PL3
captcomu:0:FFABD1:48:000:Infinite Energy PL3
captcomu:0:FFAC41:02:000:Infinite Ammo on pickup PL3
captcomu:0:FFAC69:C8:000:Invincibility PL3
captcomu:0:FFAD7C:64:000:Infinite Lives PL4
captcomu:0:FFACD1:48:000:Infinite Energy PL4
captcomu:0:FFAD41:02:000:Infinite Ammo on pickup PL4
captcomu:0:FFAD69:C8:000:Invincibility PL4
; [ Car Action ]
caractn:0:001A:04:000:Infinite Lives
caractn:0:0090:01:000:Jump Always O.K.
caractn:0:0080:19:000:Never Come Down From Jump
caractn:0:0021:00:000:0 cars smashed (50000 pts)
; [ Carnival (upright) ]
carnival:0:E590:30:007:Infinite Ammo
; [ Carnival (cocktail) ]
carnvckt:0:E590:30:007:Infinite Ammo
; [ Cassette: Astro Fantasia ]
castfant:0:000A:99:000:Infinite Credits
castfant:0:0031:09:000:Infinite Lives
; [ Cavelon ]
cavelon:0:4303:99:000:Infinite Credits
cavelon:0:4032:05:000:Infinite Lives PL1
cavelon:0:4036:06:000:Infinite Swords PL1
cavelon:0:4033:05:000:Infinite Lives PL2
cavelon:0:4037:06:000:Infinite Swords PL2
; [ Cosmic Avenger ]
cavenger:0:60E7:06:000:Infinite Lives PL1
cavenger:0:6216:06:000:Infinite Lives PL2
cavenger:0:0000:00:999:[Activate during play only!]
cavenger:0:6354:AA:000:Invincibility
; [ Carrier Air Wing (World) ]
cawing:0:FF800B:99:000:Infinite Time
cawing:0:FF838D:60:000:Infinite Energy PL1
cawing:0:FF838F:60:500:Infinite Energy PL1 (2/2)
cawing:0:FF8341:02:000:Invincibility PL1
cawing:0:FF83BB:99:000:Infinite Ammo PL1
cawing:0:FF83B3:90:000:Infinite Money PL1
cawing:0:FF83BD:04:000:Infinite Shield on pickup PL1
cawing:0:FF83B0:05:000:Weapon level 6 (max) PL1
cawing:0:FF848D:60:000:Infinite Energy PL2
cawing:0:FF848F:60:500:Infinite Energy PL2 (2/2)
cawing:0:FF8400:02:000:Invincibility PL2
cawing:0:FF84BB:99:000:Infinite Ammo.PL2
cawing:0:FF84B3:90:000:Infinite Money PL2
cawing:0:FF84BD:04:000:Infinite Shield on pickup PL2
cawing:0:FF84B0:05:000:Weapon level 6 (max) PL2
; [ U.S. Navy (Japan) ]
cawingj:0:FF800B:99:000:Infinite Time
cawingj:0:FF838D:60:000:Infinite Energy PL1
cawingj:0:FF838F:60:500:Infinite Energy PL1 (2/2)
cawingj:0:FF8341:02:000:Invincibility PL1
cawingj:0:FF83BB:99:000:Infinite Ammo PL1
cawingj:0:FF83B3:90:000:Infinite Money PL1
cawingj:0:FF83BD:04:000:Infinite Shield on pickup PL1
cawingj:0:FF83B0:05:000:Weapon level 6 (max) PL1
cawingj:0:FF848D:60:000:Infinite Energy PL2
cawingj:0:FF848F:60:500:Infinite Energy PL2 (2/2)
cawingj:0:FF8400:02:000:Invincibility PL2
cawingj:0:FF84BB:99:000:Infinite Ammo.PL2
cawingj:0:FF84B3:90:000:Infinite Money PL2
cawingj:0:FF84BD:04:000:Infinite Shield on pickup PL2
cawingj:0:FF84B0:05:000:Weapon level 6 (max) PL2
; [ Capcom Baseball (Japan) ]
cbasebal:0:F1B9:00:000:Infinite Strikes
cbasebal:0:F1BA:00:000:Infinite Balls
cbasebal:0:F1BB:00:000:Infinite Outs
cbasebal:0:F1B9:00:001:Set Strikes to 0 Now!
cbasebal:0:F1B9:03:001:Set Strikes to 3 Now!
cbasebal:0:F1BA:00:001:Set Balls to 0 Now!
cbasebal:0:F1BA:04:001:Set Balls to 4 Now!
cbasebal:0:F1BB:00:001:Set Outs to 0 Now!
cbasebal:0:F1BB:03:001:Set Outs to 3 Now!
cbasebal:0:F19A:99:073:Select score PL1
cbasebal:0:F19B:99:073:Select score PL2
; [ Cassette: Boulder Dash ]
cbdash:0:0040:99:000:Infinite Time:Turn OFF at end of level!
cbdash:0:0040:00:001:No Time Left Now!:Commit Suicide!
cbdash:0:0041:00:501:No Time Left Now! (2/2)
cbdash:0:003E:00:073:Select number of diamonds
cbdash:0:0042:82:001:Open level door Now!
cbdash:0:002A:1E:000:Infinite Lives PL1
cbdash:0:002F:1E:000:Infinite Lives PL2
; [ Cassette: Bump N Jump ]
cbnj:0:0004:09:000:Infinite Credits
cbnj:0:0019:05:000:Infinite Lives
; [ Cassette: Burger Time ]
cbtime:0:0029:05:000:Infinite Lives PL1
cbtime:0:002B:99:000:Infinite Pepper PL1
cbtime:0:002A:05:000:Infinite Lives PL2
cbtime:0:002C:99:000:Infinite Pepper PL2
cbtime:0:0000:00:999:[You must use the pepper to ]
cbtime:0:0000:00:999:[start moving again after a ]
cbtime:0:0000:00:999:[collision when you have ]
cbtime:0:0000:00:999:[Invincibility enabled, so ]
cbtime:0:0000:00:999:[use it with infinite pepper]
cbtime:0:0000:00:999:[and turn it OFF before the ]
cbtime:0:0000:00:999:[end of the level OR you ]
cbtime:0:0000:00:999:[will have to use the ]
cbtime:0:0000:00:999:[Finish this Level Now!cheat]
cbtime:0:006F:F0:040:Invincibility:Has Conditions!
cbtime:0:006F:80:001:Finish this Level Now!
; [ Cassette: Burnin' Rubber (set 2) ]
cburnrb2:0:0004:09:000:Infinite Credits
cburnrb2:0:0018:05:000:Infinite Lives
; [ Cassette: Burnin' Rubber (set 1) ]
cburnrub:0:0004:09:000:Infinite Credits
cburnrub:0:0019:05:000:Infinite Lives
; [ Crude Buster (World FX version) ]
cbuster:0:080043:99:000:Infinite Time
cbuster:0:080042:09:500:Infinite Time (2/2)
cbuster:0:081005:00:001:1 hit to kill enemy Now!
cbuster:0:081045:00:501:1 hit to kill enemy Now!(2/5)
cbuster:0:081085:00:501:1 hit to kill enemy Now!(3/5)
cbuster:0:0810C5:00:501:1 hit to kill enemy Now!(4/5)
cbuster:0:081105:00:501:1 hit to kill enemy Now!(5/5)
cbuster:0:080114:09:000:Infinite Lives PL1
cbuster:0:080113:38:000:Infinite Energy PL1
cbuster:0:080137:02:000:Invincibility PL1:Sprite Flickers
cbuster:0:080194:09:000:Infinite Lives PL2
cbuster:0:080193:38:000:Infinite Energy PL2
cbuster:0:0801B7:02:000:Invincibility PL2:Sprite Flickers
; [ Crude Buster (Japan) ]
cbusterj:0:080043:99:000:Infinite Time
cbusterj:0:080042:09:500:Infinite Time (2/2)
cbusterj:0:081005:00:001:1 hit to kill enemy Now!
cbusterj:0:081045:00:501:1 hit to kill enemy Now!(2/5)
cbusterj:0:081085:00:501:1 hit to kill enemy Now!(3/5)
cbusterj:0:0810C5:00:501:1 hit to kill enemy Now!(4/5)
cbusterj:0:081105:00:501:1 hit to kill enemy Now!(5/5)
cbusterj:0:080114:09:000:Infinite Lives PL1
cbusterj:0:080113:38:000:Infinite Energy PL1
cbusterj:0:080137:02:000:Invincibility PL1:Sprite Flickers
cbusterj:0:080194:09:000:Infinite Lives PL2
cbusterj:0:080193:38:000:Infinite Energy PL2
cbusterj:0:0801B7:02:000:Invincibility PL2:Sprite Flickers
; [ Crude Buster (World FU version) ]
cbusterw:0:080043:99:000:Infinite Time
cbusterw:0:080042:09:500:Infinite Time (2/2)
cbusterw:0:081005:00:001:1 hit to kill enemy Now!
cbusterw:0:081045:00:501:1 hit to kill enemy Now!(2/5)
cbusterw:0:081085:00:501:1 hit to kill enemy Now!(3/5)
cbusterw:0:0810C5:00:501:1 hit to kill enemy Now!(4/5)
cbusterw:0:081105:00:501:1 hit to kill enemy Now!(5/5)
cbusterw:0:080114:09:000:Infinite Lives PL1
cbusterw:0:080113:38:000:Infinite Energy PL1
cbusterw:0:080137:02:000:Invincibility PL1:Sprite Flickers
cbusterw:0:080194:09:000:Infinite Lives PL2
cbusterw:0:080193:38:000:Infinite Energy PL2
cbusterw:0:0801B7:02:000:Invincibility PL2:Sprite Flickers
; [ Crystal Castles (set 2) ]
ccastle2:0:840A:08:000:Infinite Lives
ccastle2:0:862E:FF:000:Invincibility
ccastle2:0:006B:00:001:Finish Screen Now!
ccastle2:0:006C:00:501:Finish Screen Now! (2/2)
; [ Crystal Castles (set 1) ]
ccastles:0:840A:08:000:Infinite Lives
ccastles:0:862E:FF:000:Invincibility
ccastles:0:006C:00:001:Finish Screen Now!
ccastles:0:006D:00:501:Finish Screen Now! (2/2)
; [ Crazy Climber (bootleg set 1) ]
ccboot:0:80D8:06:000:Infinite Lives
ccboot:0:80E5:89:007:Infinite Bonus
ccboot:0:82AD:FF:000:No Closing Windows
ccboot:0:0000:00:999:[You still have to look out ]
ccboot:0:0000:00:999:[for falling 'Crazy Climber']
ccboot:0:0000:00:999:[Boards and watch out for ]
ccboot:0:0000:00:999:[one beam in the 4th Buildng]
ccboot:0:815C:00:000:Dumb Enemies
ccboot:0:8164:00:500:Dumb Enemies (2/3)
ccboot:0:816C:00:500:Dumb Enemies (3/3)
; [ Crazy Climber (bootleg set 2) ]
ccboot2:0:80D8:06:000:Infinite Lives
ccboot2:0:80E5:89:007:Infinite Bonus
ccboot2:0:82AD:FF:000:No Closing Windows
ccboot2:0:0000:00:999:[You still have to look out ]
ccboot2:0:0000:00:999:[for falling 'Crazy Climber']
ccboot2:0:0000:00:999:[Boards and watch out for ]
ccboot2:0:0000:00:999:[one beam in the 4th Buildng]
ccboot2:0:815C:00:000:Dumb Enemies
ccboot2:0:8164:00:500:Dumb Enemies (2/3)
ccboot2:0:816C:00:500:Dumb Enemies (3/3)
; [ Cosmic Chasm (set 1) ]
cchasm:0:FFEC9B:06:000:Infinite Lives PL1
cchasm:0:FFEC9D:06:000:Infinite Lives PL2
; [ Cosmic Chasm (set 2) ]
cchasm1:0:FFEC9B:06:000:Infinite Lives PL1
cchasm1:0:FFEC9D:06:000:Infinite Lives PL2
; [ Crazy Climber (US) ]
cclimber:0:80D8:06:000:Infinite Lives
cclimber:0:80E5:89:007:Infinite Bonus
cclimber:0:82AD:FF:000:No Closing Windows
cclimber:0:0000:00:999:[You still have to look out ]
cclimber:0:0000:00:999:[for falling 'Crazy Climber']
cclimber:0:0000:00:999:[Boards and watch out for ]
cclimber:0:0000:00:999:[one beam in the 4th Buildng]
cclimber:0:815C:00:000:Dumb Enemies
cclimber:0:8164:00:500:Dumb Enemies (2/3)
cclimber:0:816C:00:500:Dumb Enemies (3/3)
; [ Crazy Climber 2 (Japan) ]
cclimbr2:0:0611F3:0A:000:Infinite Lives PL1
cclimbr2:0:0611F4:03:000:Infinite Continues PL1
cclimbr2:0:06121D:0A:000:Infinite Lives PL2
cclimbr2:0:06121E:03:000:Infinite Continues PL2
cclimbr2:0:0625AA:99:000:Infinite Bonus (F6):F6 at the end of level
cclimbr2:0:000000:00:999:[See the Dip Switch Menu to ]
cclimbr2:0:000000:00:999:[enable Invincibility. ]
cclimbr2:0:000000:00:999:[ ]
cclimbr2:0:000000:00:999:[These Select starting round]
cclimbr2:0:000000:00:999:[cheats are *NOT* linked so ]
cclimbr2:0:000000:00:999:[they must BOTH be selected ]
cclimbr2:0:000000:00:999:[individually one after the ]
cclimbr2:0:000000:00:999:[other! ]
cclimbr2:0:000000:00:999:[ ]
cclimbr2:0:000000:00:999:[You should enable these ]
cclimbr2:0:000000:00:999:[cheats on the select PL1/2 ]
cclimbr2:0:000000:00:999:[screen. These cheats only ]
cclimbr2:0:000000:00:999:[work for PL1!! ]
cclimbr2:0:062623:FF:021:Select starting round (1|2)
cclimbr2:0:062623:05:061:Select starting round (2|2)
cclimbr2:0:000000:00:999:[These Select round cheats ]
cclimbr2:0:000000:00:999:[work for whichever player ]
cclimbr2:0:000000:00:999:[is playing at the time that]
cclimbr2:0:000000:00:999:[you enable it. ]
cclimbr2:0:062623:05:071:Select current round
cclimbr2:0:062623:05:061:Select next round
cclimbr2:0:000000:00:999:[These Start on Round cheats]
cclimbr2:0:000000:00:999:[must be enabled on the ]
cclimbr2:0:000000:00:999:[title screen and turned off]
cclimbr2:0:000000:00:999:[when you start the round. ]
cclimbr2:0:000000:00:999:[They will work for PL2 if ]
cclimbr2:0:000000:00:999:[you it OFF during PL2s game]
cclimbr2:0:062623:01:000:Start on Round 2
cclimbr2:0:062623:02:000:Start on Round 3
cclimbr2:0:062623:03:000:Start on Round 4
cclimbr2:0:062623:04:000:Start on Round 5
cclimbr2:0:062623:05:000:Start on Round 6
; [ Crazy Climber (Japan) ]
cclimbrj:0:80D8:06:000:Infinite Lives
cclimbrj:0:80E5:89:007:Infinite Bonus
cclimbrj:0:82AD:FF:000:No Closing Windows
cclimbrj:0:0000:00:999:[You still have to look out ]
cclimbrj:0:0000:00:999:[for falling 'Crazy Climber']
cclimbrj:0:0000:00:999:[Boards and watch out for ]
cclimbrj:0:0000:00:999:[one beam in the 4th Buildng]
cclimbrj:0:815C:00:000:Dumb Enemies
cclimbrj:0:8164:00:500:Dumb Enemies (2/3)
cclimbrj:0:816C:00:500:Dumb Enemies (3/3)
; [ Cassette: Disco No 1 ]
cdiscon1:0:0004:16:000:Infinite Credits
cdiscon1:0:0017:0A:000:Infinite Lives
; [ Centipede (bootleg set 2) ]
centipb2:0:00A5:06:000:Infinite Lives PL1
centipb2:0:00A6:06:000:Infinite Lives PL2
centipb2:0:0070:F8:000:No Fleas and Scorpions
centipb2:0:0061:FF:000:No Spiders
centipb2:0:00B5:00:000:No Spider sound
centipb2:0:0070:3B:000:Alter Flea Behaviour 1
centipb2:0:0040:2C:000:Alter Flea Behaviour 2
; [ Centipede (revision 2) ]
centipd2:0:00A5:06:000:Infinite Lives PL1
centipd2:0:00A6:06:000:Infinite Lives PL2
centipd2:0:0070:F8:000:No Fleas and Scorpions
centipd2:0:0061:FF:000:No Spiders
centipd2:0:00B5:00:000:No Spider sound
centipd2:0:0070:3B:000:Alter Flea Behaviour 1
centipd2:0:0040:2C:000:Alter Flea Behaviour 2
; [ Centipede (bootleg set 1) ]
centipdb:0:00A5:06:000:Infinite Lives PL1
centipdb:0:00A6:06:000:Infinite Lives PL2
centipdb:0:0070:F8:000:No Fleas and Scorpions
centipdb:0:0061:FF:000:No Spiders
centipdb:0:00B5:00:000:No Spider sound
centipdb:0:0070:3B:000:Alter Flea Behaviour 1
centipdb:0:0040:2C:000:Alter Flea Behaviour 2
; [ Centipede (revision 3) ]
centiped:0:00A5:06:000:Infinite Lives PL1
centiped:0:00A6:06:000:Infinite Lives PL2
centiped:0:0070:F8:000:No Fleas and Scorpions
centiped:0:0061:FF:000:No Spiders
centiped:0:00B5:00:000:No Spider sound
centiped:0:0070:3B:000:Alter Flea Behaviour 1
centiped:0:0040:2C:000:Alter Flea Behaviour 2
; [ Cerberus ]
cerberus:0:E97B:09:000:Infinite Credits
; [ Cassette: Fighting Ice Hockey ]
cfghtice:0:00BC:09:000:Infinite Credits
cfghtice:0:00CA:99:000:Infinite Time
cfghtice:0:00C9:09:500:Infinite Time (2/2)
cfghtice:0:00CA:00:001:Finish this Period Now!
cfghtice:0:00C9:00:501:Finish this Period Now! (2/2)
cfghtice:0:00D6:00:000:Score always = 0 PL1
cfghtice:0:00D6:99:000:Score always = 99 PL1
cfghtice:0:00D6:00:001:Score = 0 Now! PL1
cfghtice:0:00D6:50:001:Score = 50 Now! PL1
cfghtice:0:00D6:99:073:Select Score PL1
cfghtice:0:00DA:00:000:Score always = 0 PL2
cfghtice:0:00DA:99:000:Score always = 99 PL2
cfghtice:0:00DA:00:001:Score = 0 Now! PL2
cfghtice:0:00DA:50:001:Score = 50 Now! PL2
cfghtice:0:00DA:99:073:Select Score PL2
; [ Cosmo Gang the Puzzle (Japan) ]
cgangpzj:0:0010FD:09:000:Infinite Credits
cgangpzj:0:004B92:00:000:Next Top Left Tile always Empty PL1
cgangpzj:0:004B92:02:000:Next Top Left Tile always Arrow PL1
cgangpzj:0:004B92:04:000:Next Top Left Tile always Star PL1
cgangpzj:0:004B92:06:000:Next Top Left Tile always Block PL1
cgangpzj:0:004B92:08:000:Next Top Left Tile always P Cosmo PL1
cgangpzj:0:004B92:0A:000:Next Top Left Tile always G Cosmo PL1
cgangpzj:0:004B93:00:000:Next Bottom Left Tile always Empty PL1
cgangpzj:0:004B93:02:000:Next Bottom Left Tile always Arrow PL1
cgangpzj:0:004B93:04:000:Next Bottom Left Tile always Star PL1
cgangpzj:0:004B93:06:000:Next Bottom Left Tile always Block PL1
cgangpzj:0:004B93:08:000:Next Bottom Left Tile always P Cosmo PL1
cgangpzj:0:004B93:0A:000:Next Bottom Left Tile always G Cosmo PL1
cgangpzj:0:004B94:00:000:Next Bottom Right Tile always Empty PL1
cgangpzj:0:004B94:02:000:Next Bottom Right Tile always Arrow PL1
cgangpzj:0:004B94:04:000:Next Bottom Right Tile always Star PL1
cgangpzj:0:004B94:06:000:Next Bottom Right Tile always Block PL1
cgangpzj:0:004B94:08:000:Next Bottom Right Tile always P Cosmo PL1
cgangpzj:0:004B94:0A:000:Next Bottom Right Tile always G Cosmo PL1
cgangpzj:0:004B95:00:000:Next Top Right Tile always Empty PL1
cgangpzj:0:004B95:02:000:Next Top Right Tile always Arrow PL1
cgangpzj:0:004B95:04:000:Next Top Right Tile always Star PL1
cgangpzj:0:004B95:06:000:Next Top Right Tile always Block PL1
cgangpzj:0:004B95:08:000:Next Top Right Tile always P Cosmo PL1
cgangpzj:0:004B95:0A:000:Next Top Right Tile always G Cosmo PL1
cgangpzj:0:004B92:00:001:Next Top Left Tile = Empty Now! PL1
cgangpzj:0:004B92:02:001:Next Top Left Tile = Arrow Now! PL1
cgangpzj:0:004B92:04:001:Next Top Left Tile = Star Now! PL1
cgangpzj:0:004B92:06:001:Next Top Left Tile = Block Now! PL1
cgangpzj:0:004B92:08:001:Next Top Left Tile = P Cosmo Now! PL1
cgangpzj:0:004B92:0A:001:Next Top Left Tile = G Cosmo Now! PL1
cgangpzj:0:004B93:00:001:Next Bottom Left Tile = Empty Now! PL1
cgangpzj:0:004B93:02:001:Next Bottom Left Tile = Arrow Now! PL1
cgangpzj:0:004B93:04:001:Next Bottom Left Tile = Star Now! PL1
cgangpzj:0:004B93:06:001:Next Bottom Left Tile = Block Now! PL1
cgangpzj:0:004B93:08:001:Next Bottom Left Tile = P Cosmo Now! PL1
cgangpzj:0:004B93:0A:001:Next Bottom Left Tile = G Cosmo Now! PL1
cgangpzj:0:004B94:00:001:Next Bottom Right Tile = Empty Now! PL1
cgangpzj:0:004B94:02:001:Next Bottom Right Tile = Arrow Now! PL1
cgangpzj:0:004B94:04:001:Next Bottom Right Tile = Star Now! PL1
cgangpzj:0:004B94:06:001:Next Bottom Right Tile = Block Now! PL1
cgangpzj:0:004B94:08:001:Next Bottom Right Tile = P Cosmo Now! PL1
cgangpzj:0:004B94:0A:001:Next Bottom Right Tile = G Cosmo Now! PL1
cgangpzj:0:004B95:00:001:Next Top Right Tile = Empty Now! PL1
cgangpzj:0:004B95:02:001:Next Top Right Tile = Arrow Now! PL1
cgangpzj:0:004B95:04:001:Next Top Right Tile = Star Now! PL1
cgangpzj:0:004B95:06:001:Next Top Right Tile = Block Now! PL1
cgangpzj:0:004B95:08:001:Next Top Right Tile = P Cosmo Now! PL1
cgangpzj:0:004B95:0A:001:Next Top Right Tile = G Cosmo Now! PL1
cgangpzj:0:005D9E:00:000:Next Top Left Tile always Empty PL2
cgangpzj:0:005D9E:02:000:Next Top Left Tile always Arrow PL2
cgangpzj:0:005D9E:04:000:Next Top Left Tile always Star PL2
cgangpzj:0:005D9E:06:000:Next Top Left Tile always Block PL2
cgangpzj:0:005D9E:08:000:Next Top Left Tile always P Cosmo PL2
cgangpzj:0:005D9E:0A:000:Next Top Left Tile always G Cosmo PL2
cgangpzj:0:005D9F:00:000:Next Bottom Left Tile always Empty PL2
cgangpzj:0:005D9F:02:000:Next Bottom Left Tile always Arrow PL2
cgangpzj:0:005D9F:04:000:Next Bottom Left Tile always Star PL2
cgangpzj:0:005D9F:06:000:Next Bottom Left Tile always Block PL2
cgangpzj:0:005D9F:08:000:Next Bottom Left Tile always P Cosmo PL2
cgangpzj:0:005D9F:0A:000:Next Bottom Left Tile always G Cosmo PL2
cgangpzj:0:005DA0:00:000:Next Bottom Right Tile always Empty PL2
cgangpzj:0:005DA0:02:000:Next Bottom Right Tile always Arrow PL2
cgangpzj:0:005DA0:04:000:Next Bottom Right Tile always Star PL2
cgangpzj:0:005DA0:06:000:Next Bottom Right Tile always Block PL2
cgangpzj:0:005DA0:08:000:Next Bottom Right Tile always P Cosmo PL2
cgangpzj:0:005DA0:0A:000:Next Bottom Right Tile always G Cosmo PL2
cgangpzj:0:005DA1:00:000:Next Top Right Tile always Empty PL2
cgangpzj:0:005DA1:02:000:Next Top Right Tile always Arrow PL2
cgangpzj:0:005DA1:04:000:Next Top Right Tile always Star PL2
cgangpzj:0:005DA1:06:000:Next Top Right Tile always Block PL2
cgangpzj:0:005DA1:08:000:Next Top Right Tile always P Cosmo PL2
cgangpzj:0:005DA1:0A:000:Next Top Right Tile always G Cosmo PL2
cgangpzj:0:005D9E:00:001:Next Top Left Tile = Empty Now! PL2
cgangpzj:0:005D9E:02:001:Next Top Left Tile = Arrow Now! PL2
cgangpzj:0:005D9E:04:001:Next Top Left Tile = Star Now! PL2
cgangpzj:0:005D9E:06:001:Next Top Left Tile = Block Now! PL2
cgangpzj:0:005D9E:08:001:Next Top Left Tile = P Cosmo Now! PL2
cgangpzj:0:005D9E:0A:001:Next Top Left Tile = G Cosmo Now! PL2
cgangpzj:0:005D9F:00:001:Next Bottom Left Tile = Empty Now! PL2
cgangpzj:0:005D9F:02:001:Next Bottom Left Tile = Arrow Now! PL2
cgangpzj:0:005D9F:04:001:Next Bottom Left Tile = Star Now! PL2
cgangpzj:0:005D9F:06:001:Next Bottom Left Tile = Block Now! PL2
cgangpzj:0:005D9F:08:001:Next Bottom Left Tile = P Cosmo Now! PL2
cgangpzj:0:005D9F:0A:001:Next Bottom Left Tile = G Cosmo Now! PL2
cgangpzj:0:005DA0:00:001:Next Bottom Right Tile = Empty Now! PL2
cgangpzj:0:005DA0:02:001:Next Bottom Right Tile = Arrow Now! PL2
cgangpzj:0:005DA0:04:001:Next Bottom Right Tile = Star Now! PL2
cgangpzj:0:005DA0:06:001:Next Bottom Right Tile = Block Now! PL2
cgangpzj:0:005DA0:08:001:Next Bottom Right Tile = P Cosmo Now! PL2
cgangpzj:0:005DA0:0A:001:Next Bottom Right Tile = G Cosmo Now! PL2
cgangpzj:0:005DA1:00:001:Next Top Right Tile = Empty Now! PL2
cgangpzj:0:005DA1:02:001:Next Top Right Tile = Arrow Now! PL2
cgangpzj:0:005DA1:04:001:Next Top Right Tile = Star Now! PL2
cgangpzj:0:005DA1:06:001:Next Top Right Tile = Block Now! PL2
cgangpzj:0:005DA1:08:001:Next Top Right Tile = P Cosmo Now! PL2
cgangpzj:0:005DA1:0A:001:Next Top Right Tile = G Cosmo Now! PL2
; [ Cosmo Gang the Puzzle (US) ]
cgangpzl:0:0010FD:09:000:Infinite Credits
cgangpzl:0:004B92:00:000:Next Top Left Tile always Empty PL1
cgangpzl:0:004B92:02:000:Next Top Left Tile always Arrow PL1
cgangpzl:0:004B92:04:000:Next Top Left Tile always Star PL1
cgangpzl:0:004B92:06:000:Next Top Left Tile always Block PL1
cgangpzl:0:004B92:08:000:Next Top Left Tile always P Cosmo PL1
cgangpzl:0:004B92:0A:000:Next Top Left Tile always G Cosmo PL1
cgangpzl:0:004B93:00:000:Next Bottom Left Tile always Empty PL1
cgangpzl:0:004B93:02:000:Next Bottom Left Tile always Arrow PL1
cgangpzl:0:004B93:04:000:Next Bottom Left Tile always Star PL1
cgangpzl:0:004B93:06:000:Next Bottom Left Tile always Block PL1
cgangpzl:0:004B93:08:000:Next Bottom Left Tile always P Cosmo PL1
cgangpzl:0:004B93:0A:000:Next Bottom Left Tile always G Cosmo PL1
cgangpzl:0:004B94:00:000:Next Bottom Right Tile always Empty PL1
cgangpzl:0:004B94:02:000:Next Bottom Right Tile always Arrow PL1
cgangpzl:0:004B94:04:000:Next Bottom Right Tile always Star PL1
cgangpzl:0:004B94:06:000:Next Bottom Right Tile always Block PL1
cgangpzl:0:004B94:08:000:Next Bottom Right Tile always P Cosmo PL1
cgangpzl:0:004B94:0A:000:Next Bottom Right Tile always G Cosmo PL1
cgangpzl:0:004B95:00:000:Next Top Right Tile always Empty PL1
cgangpzl:0:004B95:02:000:Next Top Right Tile always Arrow PL1
cgangpzl:0:004B95:04:000:Next Top Right Tile always Star PL1
cgangpzl:0:004B95:06:000:Next Top Right Tile always Block PL1
cgangpzl:0:004B95:08:000:Next Top Right Tile always P Cosmo PL1
cgangpzl:0:004B95:0A:000:Next Top Right Tile always G Cosmo PL1
cgangpzl:0:004B92:00:001:Next Top Left Tile = Empty Now! PL1
cgangpzl:0:004B92:02:001:Next Top Left Tile = Arrow Now! PL1
cgangpzl:0:004B92:04:001:Next Top Left Tile = Star Now! PL1
cgangpzl:0:004B92:06:001:Next Top Left Tile = Block Now! PL1
cgangpzl:0:004B92:08:001:Next Top Left Tile = P Cosmo Now! PL1
cgangpzl:0:004B92:0A:001:Next Top Left Tile = G Cosmo Now! PL1
cgangpzl:0:004B93:00:001:Next Bottom Left Tile = Empty Now! PL1
cgangpzl:0:004B93:02:001:Next Bottom Left Tile = Arrow Now! PL1
cgangpzl:0:004B93:04:001:Next Bottom Left Tile = Star Now! PL1
cgangpzl:0:004B93:06:001:Next Bottom Left Tile = Block Now! PL1
cgangpzl:0:004B93:08:001:Next Bottom Left Tile = P Cosmo Now! PL1
cgangpzl:0:004B93:0A:001:Next Bottom Left Tile = G Cosmo Now! PL1
cgangpzl:0:004B94:00:001:Next Bottom Right Tile = Empty Now! PL1
cgangpzl:0:004B94:02:001:Next Bottom Right Tile = Arrow Now! PL1
cgangpzl:0:004B94:04:001:Next Bottom Right Tile = Star Now! PL1
cgangpzl:0:004B94:06:001:Next Bottom Right Tile = Block Now! PL1
cgangpzl:0:004B94:08:001:Next Bottom Right Tile = P Cosmo Now! PL1
cgangpzl:0:004B94:0A:001:Next Bottom Right Tile = G Cosmo Now! PL1
cgangpzl:0:004B95:00:001:Next Top Right Tile = Empty Now! PL1
cgangpzl:0:004B95:02:001:Next Top Right Tile = Arrow Now! PL1
cgangpzl:0:004B95:04:001:Next Top Right Tile = Star Now! PL1
cgangpzl:0:004B95:06:001:Next Top Right Tile = Block Now! PL1
cgangpzl:0:004B95:08:001:Next Top Right Tile = P Cosmo Now! PL1
cgangpzl:0:004B95:0A:001:Next Top Right Tile = G Cosmo Now! PL1
cgangpzl:0:005D9E:00:000:Next Top Left Tile always Empty PL2
cgangpzl:0:005D9E:02:000:Next Top Left Tile always Arrow PL2
cgangpzl:0:005D9E:04:000:Next Top Left Tile always Star PL2
cgangpzl:0:005D9E:06:000:Next Top Left Tile always Block PL2
cgangpzl:0:005D9E:08:000:Next Top Left Tile always P Cosmo PL2
cgangpzl:0:005D9E:0A:000:Next Top Left Tile always G Cosmo PL2
cgangpzl:0:005D9F:00:000:Next Bottom Left Tile always Empty PL2
cgangpzl:0:005D9F:02:000:Next Bottom Left Tile always Arrow PL2
cgangpzl:0:005D9F:04:000:Next Bottom Left Tile always Star PL2
cgangpzl:0:005D9F:06:000:Next Bottom Left Tile always Block PL2
cgangpzl:0:005D9F:08:000:Next Bottom Left Tile always P Cosmo PL2
cgangpzl:0:005D9F:0A:000:Next Bottom Left Tile always G Cosmo PL2
cgangpzl:0:005DA0:00:000:Next Bottom Right Tile always Empty PL2
cgangpzl:0:005DA0:02:000:Next Bottom Right Tile always Arrow PL2
cgangpzl:0:005DA0:04:000:Next Bottom Right Tile always Star PL2
cgangpzl:0:005DA0:06:000:Next Bottom Right Tile always Block PL2
cgangpzl:0:005DA0:08:000:Next Bottom Right Tile always P Cosmo PL2
cgangpzl:0:005DA0:0A:000:Next Bottom Right Tile always G Cosmo PL2
cgangpzl:0:005DA1:00:000:Next Top Right Tile always Empty PL2
cgangpzl:0:005DA1:02:000:Next Top Right Tile always Arrow PL2
cgangpzl:0:005DA1:04:000:Next Top Right Tile always Star PL2
cgangpzl:0:005DA1:06:000:Next Top Right Tile always Block PL2
cgangpzl:0:005DA1:08:000:Next Top Right Tile always P Cosmo PL2
cgangpzl:0:005DA1:0A:000:Next Top Right Tile always G Cosmo PL2
cgangpzl:0:005D9E:00:001:Next Top Left Tile = Empty Now! PL2
cgangpzl:0:005D9E:02:001:Next Top Left Tile = Arrow Now! PL2
cgangpzl:0:005D9E:04:001:Next Top Left Tile = Star Now! PL2
cgangpzl:0:005D9E:06:001:Next Top Left Tile = Block Now! PL2
cgangpzl:0:005D9E:08:001:Next Top Left Tile = P Cosmo Now! PL2
cgangpzl:0:005D9E:0A:001:Next Top Left Tile = G Cosmo Now! PL2
cgangpzl:0:005D9F:00:001:Next Bottom Left Tile = Empty Now! PL2
cgangpzl:0:005D9F:02:001:Next Bottom Left Tile = Arrow Now! PL2
cgangpzl:0:005D9F:04:001:Next Bottom Left Tile = Star Now! PL2
cgangpzl:0:005D9F:06:001:Next Bottom Left Tile = Block Now! PL2
cgangpzl:0:005D9F:08:001:Next Bottom Left Tile = P Cosmo Now! PL2
cgangpzl:0:005D9F:0A:001:Next Bottom Left Tile = G Cosmo Now! PL2
cgangpzl:0:005DA0:00:001:Next Bottom Right Tile = Empty Now! PL2
cgangpzl:0:005DA0:02:001:Next Bottom Right Tile = Arrow Now! PL2
cgangpzl:0:005DA0:04:001:Next Bottom Right Tile = Star Now! PL2
cgangpzl:0:005DA0:06:001:Next Bottom Right Tile = Block Now! PL2
cgangpzl:0:005DA0:08:001:Next Bottom Right Tile = P Cosmo Now! PL2
cgangpzl:0:005DA0:0A:001:Next Bottom Right Tile = G Cosmo Now! PL2
cgangpzl:0:005DA1:00:001:Next Top Right Tile = Empty Now! PL2
cgangpzl:0:005DA1:02:001:Next Top Right Tile = Arrow Now! PL2
cgangpzl:0:005DA1:04:001:Next Top Right Tile = Star Now! PL2
cgangpzl:0:005DA1:06:001:Next Top Right Tile = Block Now! PL2
cgangpzl:0:005DA1:08:001:Next Top Right Tile = P Cosmo Now! PL2
cgangpzl:0:005DA1:0A:001:Next Top Right Tile = G Cosmo Now! PL2
; [ Cassette: Graplop (aka Cluster Buster) (set 1) ]
cgraplop:0:0030:06:000:Infinite Lives
; [ Cassette: Graplop (aka Cluster Buster) (set 2) ]
cgraplp2:0:0030:06:000:Infinite Lives
; [ Challenger ]
challeng:0:00BE:09:000:Infinite Lives PL1
challeng:0:00BF:09:000:Infinite Lives PL2
challeng:0:004C:01:000:Infinite Bombs
challeng:0:0000:00:999:[The Worms Invincibility ]
challeng:0:0000:00:999:[cheat must be turned OFF ]
challeng:0:0000:00:999:[with the 'OFF' cheat if you]
challeng:0:0000:00:999:[get hit by anything else!! ]
challeng:0:0023:00:000:Worms Invincibility 'ON'
challeng:0:0023:01:001:Worms Invincibility 'OFF'
; [ Champion Baseball ]
champbas:0:8C98:00:000:Infinite Strikes
champbas:0:8C99:00:000:Infinite Balls
champbas:0:8C97:00:000:Infinite Outs
champbas:0:8C98:00:001:Set Strikes to 0 Now!
champbas:0:8C98:03:001:Set Strikes to 3 Now!
champbas:0:8C99:00:001:Set Balls to 0 Now!
champbas:0:8C99:04:001:Set Balls to 4 Now!
champbas:0:8C97:00:001:Set Outs to 0 Now!
champbas:0:8C97:03:001:Set Outs to 3 Now!
champbas:0:8C83:09:000:Your R1 score always = 9
champbas:0:8C84:09:000:Your R2 score always = 9
champbas:0:8C85:09:000:Your R3 score always = 9
champbas:0:8C86:09:000:Your R4 score always = 9
champbas:0:8C87:09:000:Your R5 score always = 9
champbas:0:8C88:09:000:Your R6 score always = 9
champbas:0:8C89:09:000:Your R7 score always = 9
champbas:0:8C8A:09:000:Your R8 score always = 9
champbas:0:8C8B:09:000:Your R9 score always = 9
champbas:0:8C83:09:001:Your R1 score = 9 Now!
champbas:0:8C84:09:001:Your R2 score = 9 Now!
champbas:0:8C85:09:001:Your R3 score = 9 Now!
champbas:0:8C86:09:001:Your R4 score = 9 Now!
champbas:0:8C87:09:001:Your R5 score = 9 Now!
champbas:0:8C88:09:001:Your R6 score = 9 Now!
champbas:0:8C89:09:001:Your R7 score = 9 Now!
champbas:0:8C8A:09:001:Your R8 score = 9 Now!
champbas:0:8C8B:09:001:Your R9 score = 9 Now!
champbas:0:8C83:79:070:Select your R1 Score
champbas:0:8C84:79:070:Select your R2 Score
champbas:0:8C85:79:070:Select your R3 Score
champbas:0:8C86:79:070:Select your R4 Score
champbas:0:8C87:79:070:Select your R5 Score
champbas:0:8C88:79:070:Select your R6 Score
champbas:0:8C89:79:070:Select your R7 Score
champbas:0:8C8A:79:070:Select your R8 Score
champbas:0:8C8B:79:070:Select your R9 Score
champbas:0:8C8D:00:000:CPUs R1 score always = 0
champbas:0:8C8E:00:000:CPUs R2 score always = 0
champbas:0:8C8F:00:000:CPUs R3 score always = 0
champbas:0:8C90:00:000:CPUs R4 score always = 0
champbas:0:8C91:00:000:CPUs R5 score always = 0
champbas:0:8C92:00:000:CPUs R6 score always = 0
champbas:0:8C93:00:000:CPUs R7 score always = 0
champbas:0:8C94:00:000:CPUs R8 score always = 0
champbas:0:8C95:00:000:CPUs R9 score always = 0
champbas:0:8C8D:00:001:CPUs R1 score = 0 Now!
champbas:0:8C8E:00:001:CPUs R2 score = 0 Now!
champbas:0:8C8F:00:001:CPUs R3 score = 0 Now!
champbas:0:8C90:00:001:CPUs R4 score = 0 Now!
champbas:0:8C91:00:001:CPUs R5 score = 0 Now!
champbas:0:8C92:00:001:CPUs R6 score = 0 Now!
champbas:0:8C93:00:001:CPUs R7 score = 0 Now!
champbas:0:8C94:00:001:CPUs R8 score = 0 Now!
champbas:0:8C95:00:001:CPUs R9 score = 0 Now!
champbas:0:8C8D:79:070:Select CPUs R1 Score
champbas:0:8C8E:79:070:Select CPUs R2 Score
champbas:0:8C8F:79:070:Select CPUs R3 Score
champbas:0:8C90:79:070:Select CPUs R4 Score
champbas:0:8C91:79:070:Select CPUs R5 Score
champbas:0:8C92:79:070:Select CPUs R6 Score
champbas:0:8C93:79:070:Select CPUs R7 Score
champbas:0:8C94:79:070:Select CPUs R8 Score
champbas:0:8C95:79:070:Select CPUs R9 Score
; [ Champion Baseball (Japan) ]
champbbj:0:8C98:00:000:Infinite Strikes
champbbj:0:8C99:00:000:Infinite Balls
champbbj:0:8C97:00:000:Infinite Outs
champbbj:0:8C98:00:001:Set Strikes to 0 Now!
champbbj:0:8C98:03:001:Set Strikes to 3 Now!
champbbj:0:8C99:00:001:Set Balls to 0 Now!
champbbj:0:8C99:04:001:Set Balls to 4 Now!
champbbj:0:8C97:00:001:Set Outs to 0 Now!
champbbj:0:8C97:03:001:Set Outs to 3 Now!
champbbj:0:8C83:09:000:Your R1 score always = 9
champbbj:0:8C84:09:000:Your R2 score always = 9
champbbj:0:8C85:09:000:Your R3 score always = 9
champbbj:0:8C86:09:000:Your R4 score always = 9
champbbj:0:8C87:09:000:Your R5 score always = 9
champbbj:0:8C88:09:000:Your R6 score always = 9
champbbj:0:8C89:09:000:Your R7 score always = 9
champbbj:0:8C8A:09:000:Your R8 score always = 9
champbbj:0:8C8B:09:000:Your R9 score always = 9
champbbj:0:8C83:09:001:Your R1 score = 9 Now!
champbbj:0:8C84:09:001:Your R2 score = 9 Now!
champbbj:0:8C85:09:001:Your R3 score = 9 Now!
champbbj:0:8C86:09:001:Your R4 score = 9 Now!
champbbj:0:8C87:09:001:Your R5 score = 9 Now!
champbbj:0:8C88:09:001:Your R6 score = 9 Now!
champbbj:0:8C89:09:001:Your R7 score = 9 Now!
champbbj:0:8C8A:09:001:Your R8 score = 9 Now!
champbbj:0:8C8B:09:001:Your R9 score = 9 Now!
champbbj:0:8C83:79:070:Select your R1 Score
champbbj:0:8C84:79:070:Select your R2 Score
champbbj:0:8C85:79:070:Select your R3 Score
champbbj:0:8C86:79:070:Select your R4 Score
champbbj:0:8C87:79:070:Select your R5 Score
champbbj:0:8C88:79:070:Select your R6 Score
champbbj:0:8C89:79:070:Select your R7 Score
champbbj:0:8C8A:79:070:Select your R8 Score
champbbj:0:8C8B:79:070:Select your R9 Score
champbbj:0:8C8D:00:000:CPUs R1 score always = 0
champbbj:0:8C8E:00:000:CPUs R2 score always = 0
champbbj:0:8C8F:00:000:CPUs R3 score always = 0
champbbj:0:8C90:00:000:CPUs R4 score always = 0
champbbj:0:8C91:00:000:CPUs R5 score always = 0
champbbj:0:8C92:00:000:CPUs R6 score always = 0
champbbj:0:8C93:00:000:CPUs R7 score always = 0
champbbj:0:8C94:00:000:CPUs R8 score always = 0
champbbj:0:8C95:00:000:CPUs R9 score always = 0
champbbj:0:8C8D:00:001:CPUs R1 score = 0 Now!
champbbj:0:8C8E:00:001:CPUs R2 score = 0 Now!
champbbj:0:8C8F:00:001:CPUs R3 score = 0 Now!
champbbj:0:8C90:00:001:CPUs R4 score = 0 Now!
champbbj:0:8C91:00:001:CPUs R5 score = 0 Now!
champbbj:0:8C92:00:001:CPUs R6 score = 0 Now!
champbbj:0:8C93:00:001:CPUs R7 score = 0 Now!
champbbj:0:8C94:00:001:CPUs R8 score = 0 Now!
champbbj:0:8C95:00:001:CPUs R9 score = 0 Now!
champbbj:0:8C8D:79:070:Select CPUs R1 Score
champbbj:0:8C8E:79:070:Select CPUs R2 Score
champbbj:0:8C8F:79:070:Select CPUs R3 Score
champbbj:0:8C90:79:070:Select CPUs R4 Score
champbbj:0:8C91:79:070:Select CPUs R5 Score
champbbj:0:8C92:79:070:Select CPUs R6 Score
champbbj:0:8C93:79:070:Select CPUs R7 Score
champbbj:0:8C94:79:070:Select CPUs R8 Score
champbbj:0:8C95:79:070:Select CPUs R9 Score
; [ Champion Wrestler (World) ]
champwr:0:8A8A:09:000:Infinite Round Time
champwr:0:8A88:00:001:Round Time Up Now!
champwr:0:8A89:00:501:Round Time Up Now! (2/3)
champwr:0:8A8A:00:501:Round Time Up Now! (3/3)
champwr:0:0000:00:999:[The Referee never counts ]
champwr:0:0000:00:999:[cheat gives you Infinite ]
champwr:0:0000:00:999:[Time out of the ring, when ]
champwr:0:0000:00:999:[you are on the corner and ]
champwr:0:0000:00:999:[makes it impossible to get ]
champwr:0:0000:00:999:[a fall. Either disable it ]
champwr:0:0000:00:999:[or use the CORRECT 'Time =']
champwr:0:0000:00:999:[cheats. These can also be ]
champwr:0:0000:00:999:[useful to enable when it's ]
champwr:0:0000:00:999:[to your advantage!! ;-) ]
champwr:0:A83C:01:000:Referee never counts
champwr:0:A83C:14:001:Out of Ring Time = 20 Now!
champwr:0:A83C:03:001:Fall Count Time = 3 Now!
champwr:0:A83D:03:501:Fall Count Time = 3 Now!(2/2)
champwr:0:A83C:04:001:Corner Count Time = 4 Now!
champwr:0:0000:00:999:[ ]
champwr:0:A039:A0:000:Infinite Energy PL1
champwr:0:A66E:A0:500:Infinite Energy PL1 (2/2)
champwr:0:A66D:A0:000:Infinite Power PL1
champwr:0:A039:00:001:Drain all Energy Now!PL1
champwr:0:A039:00:501:Drain all Energy Now!PL1(2/2)
champwr:0:A66D:00:001:Drain all Power Now! PL1
champwr:0:A139:A0:000:Infinite Energy PL2
champwr:0:A670:A0:500:Infinite Energy PL2 (2/2)
champwr:0:A66F:A0:000:Infinite Power PL2
champwr:0:A139:00:001:Drain all Energy Now!PL2
champwr:0:A670:00:501:Drain all Energy Now!PL2(2/2)
champwr:0:A66F:00:001:Drain all Power Now! PL2
; [ Champion Wrestler (Japan) ]
champwrj:0:8A8A:09:000:Infinite Round Time
champwrj:0:8A88:00:001:Round Time Up Now!
champwrj:0:8A89:00:501:Round Time Up Now! (2/3)
champwrj:0:8A8A:00:501:Round Time Up Now! (3/3)
champwrj:0:0000:00:999:[The Referee never counts ]
champwrj:0:0000:00:999:[cheat gives you Infinite ]
champwrj:0:0000:00:999:[Time out of the ring, when ]
champwrj:0:0000:00:999:[you are on the corner and ]
champwrj:0:0000:00:999:[makes it impossible to get ]
champwrj:0:0000:00:999:[a fall. Either disable it ]
champwrj:0:0000:00:999:[or use the CORRECT 'Time =']
champwrj:0:0000:00:999:[cheats. These can also be ]
champwrj:0:0000:00:999:[useful to enable when it's ]
champwrj:0:0000:00:999:[to your advantage!! ;-) ]
champwrj:0:A83C:01:000:Referee never counts
champwrj:0:A83C:14:001:Out of Ring Time = 20 Now!
champwrj:0:A83C:03:001:Fall Count Time = 3 Now!
champwrj:0:A83D:03:501:Fall Count Time = 3 Now!(2/2)
champwrj:0:A83C:04:001:Corner Count Time = 4 Now!
champwrj:0:0000:00:999:[ ]
champwrj:0:A039:A0:000:Infinite Energy PL1
champwrj:0:A66E:A0:500:Infinite Energy PL1 (2/2)
champwrj:0:A66D:A0:000:Infinite Power PL1
champwrj:0:A039:00:001:Drain all Energy Now!PL1
champwrj:0:A039:00:501:Drain all Energy Now!PL1(2/2)
champwrj:0:A66D:00:001:Drain all Power Now! PL1
champwrj:0:A139:A0:000:Infinite Energy PL2
champwrj:0:A670:A0:500:Infinite Energy PL2 (2/2)
champwrj:0:A66F:A0:000:Infinite Power PL2
champwrj:0:A139:00:001:Drain all Energy Now!PL2
champwrj:0:A670:00:501:Drain all Energy Now!PL2(2/2)
champwrj:0:A66F:00:001:Drain all Power Now! PL2
; [ Champion Wrestler (US) ]
champwru:0:8A8A:09:000:Infinite Round Time
champwru:0:8A88:00:001:Round Time Up Now!
champwru:0:8A89:00:501:Round Time Up Now! (2/3)
champwru:0:8A8A:00:501:Round Time Up Now! (3/3)
champwru:0:0000:00:999:[The Referee never counts ]
champwru:0:0000:00:999:[cheat gives you Infinite ]
champwru:0:0000:00:999:[Time out of the ring, when ]
champwru:0:0000:00:999:[you are on the corner and ]
champwru:0:0000:00:999:[makes it impossible to get ]
champwru:0:0000:00:999:[a fall. Either disable it ]
champwru:0:0000:00:999:[or use the CORRECT 'Time =']
champwru:0:0000:00:999:[cheats. These can also be ]
champwru:0:0000:00:999:[useful to enable when it's ]
champwru:0:0000:00:999:[to your advantage!! ;-) ]
champwru:0:A83C:01:000:Referee never counts
champwru:0:A83C:14:001:Out of Ring Time = 20 Now!
champwru:0:A83C:03:001:Fall Count Time = 3 Now!
champwru:0:A83D:03:501:Fall Count Time = 3 Now!(2/2)
champwru:0:A83C:04:001:Corner Count Time = 4 Now!
champwru:0:0000:00:999:[ ]
champwru:0:A039:A0:000:Infinite Energy PL1
champwru:0:A66E:A0:500:Infinite Energy PL1 (2/2)
champwru:0:A66D:A0:000:Infinite Power PL1
champwru:0:A039:00:001:Drain all Energy Now!PL1
champwru:0:A039:00:501:Drain all Energy Now!PL1(2/2)
champwru:0:A66D:00:001:Drain all Power Now! PL1
champwru:0:A139:A0:000:Infinite Energy PL2
champwru:0:A670:A0:500:Infinite Energy PL2 (2/2)
champwru:0:A66F:A0:000:Infinite Power PL2
champwru:0:A139:00:001:Drain all Energy Now!PL2
champwru:0:A670:00:501:Drain all Energy Now!PL2(2/2)
champwru:0:A66F:00:001:Drain all Power Now! PL2
; [ Changes ]
changes:0:8026:09:020:Invincibility
changes:0:8029:09:000:Infinite Lives PL1
changes:0:8027:63:062:Select next round PL1
changes:0:8027:63:072:Select current round PL1
changes:0:802A:09:000:Infinite Lives PL2
changes:0:8028:63:062:Select next round PL2
changes:0:8028:63:072:Select current round PL2
changes:0:0000:00:999:[These Select starting round]
changes:0:0000:00:999:[cheats are *NOT* linked so ]
changes:0:0000:00:999:[they must BOTH be selected ]
changes:0:0000:00:999:[individually one after the ]
changes:0:0000:00:999:[other! Enable each time you]
changes:0:0000:00:999:[need them, use before start]
changes:0:8027:FF:021:Select starting roundPL1(1|2)
changes:0:8027:63:062:Select starting roundPL1(2|2)
changes:0:8028:FF:021:Select starting roundPL2(1|2)
changes:0:8028:63:062:Select starting roundPL2(2|2)
; [ Chase HQ (World) ]
chasehq:0:100200:99:000:Infinite Time
chasehq:0:1003A3:04:000:Infinite Turbos
chasehq:0:1002D8:14:001:Finish Chase after 1 Hit Now!
chasehq:0:1002AF:00:501:Finish Chase after 1 Hit Now! (2/2)
; [ Chase HQ (Japan) ]
chasehqj:0:100200:99:000:Infinite Time
chasehqj:0:1003A3:04:000:Infinite Turbos
chasehqj:0:1002D8:14:001:Finish Chase after 1 Hit Now!
chasehqj:0:1002AF:00:501:Finish Chase after 1 Hit Now! (2/2)
; [ Checkman (Japan) ]
checkmaj:0:4102:07:000:Infinite Lives
checkmaj:0:4101:00:000:Infinite Time
; [ Checkman ]
checkman:0:8107:07:000:Infinite Lives
checkman:0:8106:00:000:Infinite Time
; [ Checkmate ]
checkmat:0:2008:05:000:Infinite Rounds
checkmat:0:2027:00:000:Score always = 0 PL1
checkmat:0:2028:00:000:Score always = 0 PL2
checkmat:0:2029:00:000:Score always = 0 PL3
checkmat:0:202A:00:000:Score always = 0 PL4
checkmat:0:2027:00:001:Set Score = 0 Now! PL1
checkmat:0:2028:00:001:Set Score = 0 Now! PL2
checkmat:0:2029:00:001:Set Score = 0 Now! PL3
checkmat:0:202A:00:001:Set Score = 0 Now! PL4
checkmat:0:2027:99:073:Select Score PL1
checkmat:0:2028:99:073:Select Score PL2
checkmat:0:2029:99:073:Select Score PL3
checkmat:0:202A:99:073:Select Score PL4
; [ Cheeky Mouse ]
cheekyms:0:3012:09:000:Infinite Lives PL1
cheekyms:0:3013:09:000:Infinite Lives PL2
; [ Chelnov - Atomic Runner (World) ]
chelnov:0:060042:99:000:Infinite Credits
chelnov:0:060182:09:000:Infinite Lives
chelnov:0:000000:00:999:[You must turn Invincibility]
chelnov:0:000000:00:999:[off with the 'OFF' cheat ]
chelnov:0:000000:00:999:[when you fall down a pit!! ]
chelnov:0:000000:00:999:[At all other times to turn ]
chelnov:0:000000:00:999:[it off just deselect the ]
chelnov:0:000000:00:999:[Invincibility 'ON' cheat ]
chelnov:0:060194:00:000:Invincibility 'ON'
chelnov:0:060194:FF:001:Invincibility 'OFF':This actually kills you!
chelnov:0:060191:02:000:Always Long shot
chelnov:0:060192:02:000:Always Power shot
chelnov:0:060193:04:000:Always Rapid shot
chelnov:0:060190:00:000:Always have Laser
chelnov:0:060190:01:000:Always have Fireball
chelnov:0:060190:02:000:Always have Rotating Balls
chelnov:0:060190:03:000:Always have Bouncing Ls
chelnov:0:060190:04:000:Always have Chain
chelnov:0:060190:05:000:Always have Missile
chelnov:0:060190:00:001:Get Laser Now!
chelnov:0:060190:01:001:Get Fireball Now!
chelnov:0:060190:02:001:Get Rotating Balls Now!
chelnov:0:060190:03:001:Get Bouncing Ls Now!
chelnov:0:060190:04:001:Get Chain Now!
chelnov:0:060190:05:001:Get Missile Now!
chelnov:0:000000:00:999:[These Select starting level]
chelnov:0:000000:00:999:[cheats are *NOT* linked so ]
chelnov:0:000000:00:999:[they must BOTH be selected ]
chelnov:0:000000:00:999:[individually one after the ]
chelnov:0:000000:00:999:[other! Use before starting ]
chelnov:0:000000:00:999:[other! ]
chelnov:0:000000:00:999:[ ]
chelnov:0:000000:00:999:[You should enable these ]
chelnov:0:000000:00:999:[cheats on the 'Press Start']
chelnov:0:000000:00:999:[screen ie. after credits ]
chelnov:0:000000:00:999:[have been inserted! ]
chelnov:0:060189:FF:021:Select starting level (1|2)
chelnov:0:060189:06:061:Select starting level (2|2)
chelnov:0:000000:00:999:[ ]
chelnov:0:060189:06:071:Select current level
chelnov:0:060189:06:061:Select next level
chelnov:0:060189:06:001:Go to last level next
; [ Chelnov - Atomic Runner (Japan) ]
chelnovj:0:060042:99:000:Infinite Credits
chelnovj:0:060182:09:000:Infinite Lives
chelnovj:0:000000:00:999:[You must turn Invincibility]
chelnovj:0:000000:00:999:[off with the 'OFF' cheat ]
chelnovj:0:000000:00:999:[when you fall down a pit!! ]
chelnovj:0:000000:00:999:[At all other times to turn ]
chelnovj:0:000000:00:999:[it off just deselect the ]
chelnovj:0:000000:00:999:[Invincibility 'ON' cheat ]
chelnovj:0:060194:00:000:Invincibility 'ON'
chelnovj:0:060194:FF:001:Invincibility 'OFF':This actually kills you!
chelnovj:0:060191:02:000:Always Long shot
chelnovj:0:060192:02:000:Always Power shot
chelnovj:0:060193:04:000:Always Rapid shot
chelnovj:0:060190:00:000:Always have Laser
chelnovj:0:060190:01:000:Always have Fireball
chelnovj:0:060190:02:000:Always have Rotating Balls
chelnovj:0:060190:03:000:Always have Bouncing Ls
chelnovj:0:060190:04:000:Always have Chain
chelnovj:0:060190:05:000:Always have Missile
chelnovj:0:060190:00:001:Get Laser Now!
chelnovj:0:060190:01:001:Get Fireball Now!
chelnovj:0:060190:02:001:Get Rotating Balls Now!
chelnovj:0:060190:03:001:Get Bouncing Ls Now!
chelnovj:0:060190:04:001:Get Chain Now!
chelnovj:0:060190:05:001:Get Missile Now!
chelnovj:0:000000:00:999:[These Select starting level]
chelnovj:0:000000:00:999:[cheats are *NOT* linked so ]
chelnovj:0:000000:00:999:[they must BOTH be selected ]
chelnovj:0:000000:00:999:[individually one after the ]
chelnovj:0:000000:00:999:[other! Use before starting ]
chelnovj:0:000000:00:999:[other! ]
chelnovj:0:000000:00:999:[ ]
chelnovj:0:000000:00:999:[You should enable these ]
chelnovj:0:000000:00:999:[cheats on the 'Press Start']
chelnovj:0:000000:00:999:[screen ie. after credits ]
chelnovj:0:000000:00:999:[have been inserted! ]
chelnovj:0:060189:FF:021:Select starting level (1|2)
chelnovj:0:060189:06:061:Select starting level (2|2)
chelnovj:0:000000:00:999:[ ]
chelnovj:0:060189:06:071:Select current level
chelnovj:0:060189:06:061:Select next level
chelnovj:0:060189:06:001:Go to last level next
; [ Chelnov - Atomic Runner (US) ]
chelnovu:0:060042:99:000:Infinite Credits
chelnovu:0:060182:09:000:Infinite Lives
chelnovu:0:000000:00:999:[You must turn Invincibility]
chelnovu:0:000000:00:999:[off with the 'OFF' cheat ]
chelnovu:0:000000:00:999:[when you fall down a pit!! ]
chelnovu:0:000000:00:999:[At all other times to turn ]
chelnovu:0:000000:00:999:[it off just deselect the ]
chelnovu:0:000000:00:999:[Invincibility 'ON' cheat ]
chelnovu:0:060194:00:000:Invincibility 'ON'
chelnovu:0:060194:FF:001:Invincibility 'OFF':This actually kills you!
chelnovu:0:060191:02:000:Always Long shot
chelnovu:0:060192:02:000:Always Power shot
chelnovu:0:060193:04:000:Always Rapid shot
chelnovu:0:060190:00:000:Always have Laser
chelnovu:0:060190:01:000:Always have Fireball
chelnovu:0:060190:02:000:Always have Rotating Balls
chelnovu:0:060190:03:000:Always have Bouncing Ls
chelnovu:0:060190:04:000:Always have Chain
chelnovu:0:060190:05:000:Always have Missile
chelnovu:0:060190:00:001:Get Laser Now!
chelnovu:0:060190:01:001:Get Fireball Now!
chelnovu:0:060190:02:001:Get Rotating Balls Now!
chelnovu:0:060190:03:001:Get Bouncing Ls Now!
chelnovu:0:060190:04:001:Get Chain Now!
chelnovu:0:060190:05:001:Get Missile Now!
chelnovu:0:000000:00:999:[These Select starting level]
chelnovu:0:000000:00:999:[cheats are *NOT* linked so ]
chelnovu:0:000000:00:999:[they must BOTH be selected ]
chelnovu:0:000000:00:999:[individually one after the ]
chelnovu:0:000000:00:999:[other! Use before starting ]
chelnovu:0:000000:00:999:[other! ]
chelnovu:0:000000:00:999:[ ]
chelnovu:0:000000:00:999:[You should enable these ]
chelnovu:0:000000:00:999:[cheats on the 'Press Start']
chelnovu:0:000000:00:999:[screen ie. after credits ]
chelnovu:0:000000:00:999:[have been inserted! ]
chelnovu:0:060189:FF:021:Select starting level (1|2)
chelnovu:0:060189:06:061:Select starting level (2|2)
chelnovu:0:000000:00:999:[ ]
chelnovu:0:060189:06:071:Select current level
chelnovu:0:060189:06:061:Select next level
chelnovu:0:060189:06:001:Go to last level next
; [ Cheyenne (version 1.0) ]
cheyenne:0:381C:83:000:Infinite Lives PL1
cheyenne:0:3806:00:000:No time between bullets PL1
cheyenne:0:3830:00:000:Only 2 enemies to kill PL1:To be used on level select
cheyenne:0:0000:00:999:[* Hit F6 when cashing in *]
cheyenne:0:3825:99:000:Bonus always x99
cheyenne:0:3834:63:500:Bonus always x99 (2/2)
cheyenne:0:3825:00:070:Select x Bonus Now!
cheyenne:0:3834:C8:501:Select x Bonus Now! (2/2)
cheyenne:0:0000:00:999:[Use only when the gang to ]
cheyenne:0:0000:00:999:[capture is displayed ]
cheyenne:0:3831:05:001:Goto Saloon Level Now! PL1
cheyenne:0:3831:06:001:Goto Old mine Level Now! PL1
cheyenne:0:3831:07:001:Goto Desert Level Now! PL1
cheyenne:0:3831:08:001:Goto Ghost town Level Now!PL1
cheyenne:0:3831:09:001:Goto Forrest Level Now! PL1
cheyenne:0:3831:0A:001:Goto Hills Level Now! PL1
cheyenne:0:3831:0B:001:Goto Graveyard Level Now! PL1
; [ Chiki Chiki Boys (Japan) ]
chikij:0:FF0F69:59:000:Infinite Time
chikij:0:FF147B:03:000:Infinite Lives PL1
chikij:0:FF149B:7F:000:Invincibility PL1
chikij:0:FF14AB:40:000:Infinite Energy PL1
chikij:0:FF14D3:06:000:Infinite Magic PL1
chikij:0:FF153B:03:000:Infinite Lives PL2
chikij:0:FF155B:7F:000:Invincibility PL2
chikij:0:FF156B:40:000:Infinite Energy PL2
chikij:0:FF1593:06:000:Infinite Magic PL2
; [ Chiller (version 3.0) ]
chiller:0:3415:00:000:No time between bullets
chiller:0:3438:80:007:Infinite Time PL1
chiller:0:3435:01:001:1 Monster to go Now! PL1
chiller:0:3435:10:001:10 Monsters to go Now! PL1
chiller:0:344D:80:007:Infinite Time PL2
chiller:0:344A:01:001:1 Monster to go Now! PL2
chiller:0:344A:10:001:10 Monsters to go Now! PL2
; [ Chimera Beast ]
chimerab:0:FFCBCF:09:000:Infinite Lives PL1
chimerab:0:FFCBCB:09:000:Infinite Energy PL1
chimerab:0:FFCCD3:02:040:Invincibility PL1
chimerab:0:FFCC7F:09:000:Infinite Lives PL2
chimerab:0:FFCC7B:09:000:Infinite Energy PL2
chimerab:0:FFE053:02:040:Invincibility PL2
; [ China Gate (US) ]
chinagat:0:0C77:99:000:Infinite Time
chinagat:0:0168:09:000:Infinite Lives PL1
chinagat:0:0141:18:000:Infinite Energy PL1
chinagat:0:01ED:09:000:Infinite Lives PL2
chinagat:0:01C6:18:000:Infinite Energy PL2
; [ China Town (Japan) ]
chinatwn:0:1A000B:99:000:Infinite Credits
chinatwn:0:1A0031:99:000:Infinite Time
; [ Chinese Hero ]
chinhero:0:E002:63:000:Infinite Credits
chinhero:0:E4B7:01:000:Infinite Bonus Time
chinhero:0:E1A0:62:061:Select next stage
chinhero:0:0000:00:999:[To finish a stage quickly ]
chinhero:0:0000:00:999:[on the one player game you ]
chinhero:0:0000:00:999:[merely have to die or for ]
chinhero:0:0000:00:999:[the two player game you ]
chinhero:0:0000:00:999:[have to kill all on-screen ]
chinhero:0:0000:00:999:[enemies. ]
chinhero:0:E1B3:00:001:Finish Stage Quickly Now!
chinhero:0:E1E1:05:000:Infinite Lives PL1
chinhero:0:E1FC:63:000:Always have Full Power PL1
chinhero:0:E221:05:000:Infinite Lives PL2
chinhero:0:E23C:63:000:Always have Full Power PL2
; [ Mahjong Chinmoku no Hentai (Japan) ]
chinmoku:0:F162:FF:000:Buggy score
chinmoku:0:0000:00:999:[The winning hand cheat must]
chinmoku:0:0000:00:999:[be activated when there are]
chinmoku:0:0000:00:999:[14 tiles in your hand, then]
chinmoku:0:0000:00:999:[press the RON key . ]
chinmoku:0:0000:00:999:[('Z' by default). The tiles]
chinmoku:0:0000:00:999:[do not visually change ]
chinmoku:0:0000:00:999:[until you make a move. ]
chinmoku:0:F48C:31:001:Get winning hand Now!
chinmoku:0:F48D:31:501:Get winning hand Now! (02/14)
chinmoku:0:F48E:31:501:Get winning hand Now! (03/14)
chinmoku:0:F48F:32:501:Get winning hand Now! (04/14)
chinmoku:0:F490:32:501:Get winning hand Now! (05/14)
chinmoku:0:F491:32:501:Get winning hand Now! (06/14)
chinmoku:0:F492:33:501:Get winning hand Now! (07/14)
chinmoku:0:F493:33:501:Get winning hand Now! (08/14)
chinmoku:0:F494:33:501:Get winning hand Now! (09/14)
chinmoku:0:F495:34:501:Get winning hand Now! (10/14)
chinmoku:0:F496:34:501:Get winning hand Now! (11/14)
chinmoku:0:F497:34:501:Get winning hand Now! (12/14)
chinmoku:0:F498:35:501:Get winning hand Now! (13/14)
chinmoku:0:F499:35:501:Get winning hand Now! (14/14)
chinmoku:0:F48C:31:000:Always winning hand
chinmoku:0:F48D:31:500:Always winning hand (02/14)
chinmoku:0:F48E:31:500:Always winning hand (03/14)
chinmoku:0:F48F:32:500:Always winning hand (04/14)
chinmoku:0:F490:32:500:Always winning hand (05/14)
chinmoku:0:F491:32:500:Always winning hand (06/14)
chinmoku:0:F492:33:500:Always winning hand (07/14)
chinmoku:0:F493:33:500:Always winning hand (08/14)
chinmoku:0:F494:33:500:Always winning hand (09/14)
chinmoku:0:F495:34:500:Always winning hand (10/14)
chinmoku:0:F496:34:500:Always winning hand (11/14)
chinmoku:0:F497:34:500:Always winning hand (12/14)
chinmoku:0:F498:35:500:Always winning hand (13/14)
chinmoku:0:F499:35:500:Always winning hand (14/14)
; [ Chopper I ]
chopper:0:0000:00:999:[See the Dip Switch Menu to ]
chopper:0:0000:00:999:[enable Invincibility. ]
chopper:0:E3A0:03:000:Infinite Lives PL1
chopper:0:E3B9:55:000:Infinite Plane Bombs PL1
chopper:0:E3B9:AA:000:Infinite Circle Bombs PL1
chopper:0:E3B9:FF:000:Infinite Atomic Bombs PL1
chopper:0:E3F0:03:000:Infinite Lives PL2
chopper:0:E409:55:000:Infinite Plane Bombs PL2
chopper:0:E409:AA:000:Infinite Circle Bombs PL2
chopper:0:E409:FF:000:Infinite Atomic Bombs PL2
; [ Choplifter ]
chplft:0:C02D:95:000:Infinite Lives
chplft:0:E118:C8:000:Infinite Fuel
chplft:0:C303:41:000:Invincibility
chplft:0:C084:01:000:Always Have Prisoners
chplft:0:C085:20:001:Finish Level Level Now!
chplft:0:C083:00:001:No dead hostages
chplft:0:C084:08:001:Max. load hostages = 08
chplft:0:C084:20:001:Max. load hostages = 20
; [ Choplifter (alternate) ]
chplftb:0:C02D:95:000:Infinite Lives
chplftb:0:E118:C8:000:Infinite Fuel
chplftb:0:C303:41:000:Invincibility
chplftb:0:C084:01:000:Always Have Prisoners
chplftb:0:C085:20:001:Finish Level Level Now!
chplftb:0:C083:00:001:No dead hostages
chplftb:0:C084:08:001:Max. load hostages = 08
chplftb:0:C084:20:001:Max. load hostages = 20
; [ Choplifter (bootleg) ]
chplftbl:0:C02D:95:000:Infinite Lives PL1
chplftbl:0:E118:C8:000:Infinite Fuel
chplftbl:0:C303:41:000:Invincibility
chplftbl:0:C084:01:000:Always Have Prisoners
chplftbl:0:C085:20:001:Finish Level Level Now!
chplftbl:0:C083:00:001:No dead hostages
chplftbl:0:C084:08:001:Max. load hostages = 08
chplftbl:0:C084:20:001:Max. load hostages = 20
; [ Chequered Flag ]
chqflag:0:05C6:63:000:Infinite Credits
chqflag:0:028E:63:000:Infinite Time
chqflag:0:0262:01:000:Always be in FIRST Place
chqflag:0:0262:01:001:Get FIRST Place Now!
; [ Chequered Flag (Japan) ]
chqflagj:0:05C6:63:000:Infinite Credits
chqflagj:0:028E:63:000:Infinite Time
chqflagj:0:0262:01:000:Always be in FIRST Place
chqflagj:0:0262:01:001:Get FIRST Place Now!
; [ Chuka Taisen (Japan) ]
chukatai:0:EE28:10:000:Infinite Shop Time
chukatai:0:E218:64:000:Infinite Lives
chukatai:0:E26B:00:000:Invincibility
chukatai:0:E214:08:000:Always have Max Fire Power
chukatai:0:E214:08:071:Select Fire Power Now!
chukatai:0:E217:06:000:Always have Maximum speed
chukatai:0:E217:06:071:Select Speed Now!
chukatai:0:E220:01:000:Infinite Special Shot "ON":Enable to use Special Shots
chukatai:0:E220:00:001:Infinite Special Shot "OFF"
chukatai:0:E223:01:000:Turn Auto fire ON
chukatai:0:E223:00:001:Turn Auto fire OFF
chukatai:0:EE4C:00:001:One hit for boss Now!
chukatai:0:EE4D:00:501:One hit for boss Now! (2/2)
chukatai:0:0000:00:999:[ Special Shots Below ]
chukatai:0:E215:00:000:Always have Shield Flames 1
chukatai:0:E215:01:000:Always have Shield Flames 2
chukatai:0:E215:02:000:Always have Side + Rear Shot
chukatai:0:E215:03:000:Always have Diagonal Shot
chukatai:0:E215:04:000:Always have Little Men Shot
chukatai:0:E215:05:000:Always have Banana Shot
chukatai:0:E215:06:000:Always have Big Banana Shot
chukatai:0:E215:08:000:Always have Circle Shot
chukatai:0:E215:09:000:Always have Splitting Bombs
chukatai:0:E215:0A:000:Always have Normal Bombs
chukatai:0:E215:0B:000:Always have Homing Bombs
chukatai:0:E215:0C:000:Always have Bouncing Bombs
chukatai:0:E215:0D:000:Always have Bouncing Flames
chukatai:0:E215:00:001:Get Shield Flames 1 Now!
chukatai:0:E215:01:001:Get Shield Flames 2 Now!
chukatai:0:E215:02:001:Get Side + Rear Shot Now!
chukatai:0:E215:03:001:Get Diagonal Shot Now!
chukatai:0:E215:04:001:Get Little Men Shot Now!
chukatai:0:E215:05:001:Get Banana Shot Now!
chukatai:0:E215:06:001:Get Big Banana Shot Now!
chukatai:0:E215:08:001:Get Circle Shot Now!
chukatai:0:E215:09:001:Get Splitting Bombs Now!
chukatai:0:E215:0A:001:Get Normal Bombs Now!
chukatai:0:E215:0B:001:Get Homing Bombs Now!
chukatai:0:E215:0C:001:Get Bouncing Bombs Now!
chukatai:0:E215:0D:001:Get Bouncing Flames Now!
chukatai:0:0000:00:999:[ Level associated cheats ]
chukatai:0:E219:04:071:Select current level
chukatai:0:E219:04:061:Select next level
chukatai:0:E219:04:001:Go to last level Now!
chukatai:0:E219:09:001:Go to begining of level Now!
chukatai:0:E219:70:001:Go to boss - levels 1&3 Now!
chukatai:0:E219:80:001:Go to boss - levels 2&4 Now!
chukatai:0:E219:A0:001:Go to boss - level 5 Now!
; [ Circus ]
circus:0:002C:0A:000:Infinite Lives/Jumps
circus:0:0038:80:000:Always get a free jump
circus:0:0038:80:001:Get a free jump Now!
; [ Circus Charlie ]
circusc:0:2200:07:000:Infinite Lives
circusc:0:227C:07:000:Infinite Time
; [ Circus Charlie (no level select) ]
circusc2:0:2200:07:000:Infinite Lives
circusc2:0:227C:07:000:Infinite Time
circusc2:0:2201:01:000:Start on Level 2
circusc2:0:2201:02:000:Start on Level 3
circusc2:0:2201:03:000:Start on Level 4
circusc2:0:2201:04:000:Start on Level 5
circusc2:0:2201:05:000:Start on Level 6
; [ Circus Charlie (Centuri) ]
circuscc:0:2200:07:000:Infinite Lives
circuscc:0:227C:07:000:Infinite Time
; [ Circus Charlie (Centuri, earlier) ]
circusce:0:2200:07:000:Infinite Lives
circusce:0:227C:07:000:Infinite Time
; [ Cisco Heat ]
cischeat:0:0F000D:63:000:Infinite Credits
cischeat:0:000000:00:999:[ONLY use Boost Time Now! during race!]
cischeat:0:000000:00:999:[If you use it at any other time you ]
cischeat:0:000000:00:999:[will probably have BIG problems! And ]
cischeat:0:000000:00:999:[that includes the START Countdown!! ]
cischeat:0:0F0280:FF:001:Boost Time Now!
cischeat:0:0F0281:FF:501:Boost Time Now! (2/2)
; [ City Bomber (Japan) ]
citybmrj:0:080034:99:000:Infinite Credits
citybmrj:0:080493:59:007:Infinite Time
citybmrj:0:0804AD:A0:001:Finish this Round Now!
citybmrj:0:080143:80:000:Sound Test Timer Stop
; [ City Bomber (World) ]
citybomb:0:080034:99:000:Infinite Credits
citybomb:0:080493:59:007:Infinite Time
citybomb:0:0804AD:A0:001:Finish this Round Now!
citybomb:0:080143:80:000:Sound Test Timer Stop
; [ City Connection (set 1) ]
citycon:0:004C:03:000:Infinite Lives PL1
citycon:0:00AE:01:000:Infinite Oil PL1
citycon:0:004D:03:000:Infinite Lives PL2
citycon:0:00AF:01:000:Infinite Oil PL2
citycon:0:0000:02:000:Invincibility
citycon:0:0000:07:001:Finish Stage Now!
citycon:0:0000:00:999:[NOTE- Both parts of the ]
citycon:0:0000:00:999:[select stage cheats must be]
citycon:0:0000:00:999:[enabled individually. You ]
citycon:0:0000:00:999:[must select the same value!]
citycon:0:0002:0B:071:Select current stage (1|2)
citycon:0:0003:0B:071:Select current stage (2|2)
citycon:0:0002:0B:061:Select next stage (1|2)
citycon:0:0003:0B:061:Select next stage (2|2)
; [ City Connection (set 2) ]
citycona:0:004C:03:000:Infinite Lives PL1
citycona:0:00AE:01:000:Infinite Oil PL1
citycona:0:004D:03:000:Infinite Lives PL2
citycona:0:00AF:01:000:Infinite Oil PL2
citycona:0:0000:02:000:Invincibility
citycona:0:0000:07:001:Finish Stage Now!
citycona:0:0000:00:999:[NOTE- Both parts of the ]
citycona:0:0000:00:999:[select stage cheats must be]
citycona:0:0000:00:999:[enabled individually. You ]
citycona:0:0000:00:999:[must select the same value!]
citycona:0:0002:0B:071:Select current stage (1|2)
citycona:0:0003:0B:071:Select current stage (2|2)
citycona:0:0002:0B:061:Select next stage (1|2)
citycona:0:0003:0B:061:Select next stage (2|2)
; [ City Love (Japan) ]
citylove:0:0000:00:999:[The winning hand cheat must]
citylove:0:0000:00:999:[be activated when there are]
citylove:0:0000:00:999:[14 tiles in your hand, then]
citylove:0:0000:00:999:[press the RON key . ]
citylove:0:0000:00:999:[('Z' by default). The tiles]
citylove:0:0000:00:999:[do not visually change ]
citylove:0:0000:00:999:[until you make a move. ]
citylove:0:F406:31:001:Get winning hand Now!
citylove:0:F407:31:501:Get winning hand Now! (02/14)
citylove:0:F408:31:501:Get winning hand Now! (03/14)
citylove:0:F409:32:501:Get winning hand Now! (04/14)
citylove:0:F40A:32:501:Get winning hand Now! (05/14)
citylove:0:F40B:32:501:Get winning hand Now! (06/14)
citylove:0:F40C:33:501:Get winning hand Now! (07/14)
citylove:0:F40D:33:501:Get winning hand Now! (08/14)
citylove:0:F40E:33:501:Get winning hand Now! (09/14)
citylove:0:F40F:34:501:Get winning hand Now! (10/14)
citylove:0:F410:34:501:Get winning hand Now! (11/14)
citylove:0:F411:34:501:Get winning hand Now! (12/14)
citylove:0:F412:35:501:Get winning hand Now! (13/14)
citylove:0:F413:35:501:Get winning hand Now! (14/14)
citylove:0:F406:31:000:Always winning hand
citylove:0:F407:31:500:Always winning hand (02/14)
citylove:0:F408:31:500:Always winning hand (03/14)
citylove:0:F409:32:500:Always winning hand (04/14)
citylove:0:F40A:32:500:Always winning hand (05/14)
citylove:0:F40B:32:500:Always winning hand (06/14)
citylove:0:F40C:33:500:Always winning hand (07/14)
citylove:0:F40D:33:500:Always winning hand (08/14)
citylove:0:F40E:33:500:Always winning hand (09/14)
citylove:0:F40F:34:500:Always winning hand (10/14)
citylove:0:F410:34:500:Always winning hand (11/14)
citylove:0:F411:34:500:Always winning hand (12/14)
citylove:0:F412:35:500:Always winning hand (13/14)
citylove:0:F413:35:500:Always winning hand (14/14)
; [ Crazy Kong (set 1) ]
ckong:0:6001:90:000:Infinite Credits
ckong:0:6228:06:000:Infinite Lives
ckong:0:6394:0F:002:Infinite hammer upon pickup
ckong:0:62B1:63:000:Infinite bonus time
ckong:0:638C:99:502:Infinite bonus time (2/2)
ckong:0:62B9:00:000:No fireballs on ramps
ckong:0:6403:00:000:No fireballs on factory
ckong:0:65A0:00:000:No pies on factory
ckong:0:6400:00:000:No fireballs on rivets
ckong:0:6500:00:000:No jacks on elevators
ckong:0:6392:00:000:No barrels on ramps
ckong:0:6215:01:000:Always climb
ckong:0:6215:00:001:Deactivate climb
ckong:0:6217:01:000:Hammer
ckong:0:6691:01:500:Hammer (2/2)
ckong:0:6290:00:001:Finish sub-level 4 Now!
ckong:0:6229:FF:072:Select current round
ckong:0:6229:FF:062:Select next round
; [ Crazy Kong (set 2) ]
ckonga:0:6001:90:000:Infinite Credits
ckonga:0:6228:06:000:Infinite Lives
ckonga:0:6394:0F:002:Infinite hammer upon pickup
ckonga:0:62B1:63:000:Infinite bonus time
ckonga:0:638C:99:502:Infinite bonus time (2/2)
ckonga:0:62B9:00:000:No fireballs on ramps
ckonga:0:6403:00:000:No fireballs on factory
ckonga:0:65A0:00:000:No pies on factory
ckonga:0:6400:00:000:No fireballs on rivets
ckonga:0:6500:00:000:No jacks on elevators
ckonga:0:6392:00:000:No barrels on ramps
ckonga:0:6215:01:000:Always climb
ckonga:0:6215:00:001:Deactivate climb
ckonga:0:6217:01:000:Hammer
ckonga:0:6691:01:500:Hammer (2/2)
ckonga:0:6290:00:001:Finish sub-level 4 Now!
ckonga:0:6229:FF:072:Select current round
ckonga:0:6229:FF:062:Select next round
; [ Crazy Kong (Alca bootleg) ]
ckongalc:0:6001:90:000:Infinite Credits
ckongalc:0:6228:06:000:Infinite Lives
ckongalc:0:6394:0F:002:Infinite hammer upon pickup
ckongalc:0:62B1:63:000:Infinite bonus time
ckongalc:0:638C:99:502:Infinite bonus time (2/2)
ckongalc:0:62B9:00:000:No fireballs on ramps
ckongalc:0:6403:00:000:No fireballs on factory
ckongalc:0:65A0:00:000:No pies on factory
ckongalc:0:6400:00:000:No fireballs on rivets
ckongalc:0:6500:00:000:No jacks on elevators
ckongalc:0:6392:00:000:No barrels on ramps
ckongalc:0:6215:01:000:Always climb
ckongalc:0:6215:00:001:Deactivate climb
ckongalc:0:6217:01:000:Hammer
ckongalc:0:6691:01:500:Hammer (2/2)
ckongalc:0:6290:00:001:Finish sub-level 4 Now!
ckongalc:0:6229:FF:072:Select current round
ckongalc:0:6229:FF:062:Select next round
; [ Crazy Kong (Jeutel bootleg) ]
ckongjeu:0:6001:90:000:Infinite Credits
ckongjeu:0:6228:06:000:Infinite Lives
ckongjeu:0:6394:0F:002:Infinite hammer upon pickup
ckongjeu:0:62B1:63:000:Infinite bonus time
ckongjeu:0:638C:99:502:Infinite bonus time (2/2)
ckongjeu:0:62B9:00:000:No fireballs on ramps
ckongjeu:0:6403:00:000:No fireballs on factory
ckongjeu:0:65A0:00:000:No pies on factory
ckongjeu:0:6400:00:000:No fireballs on rivets
ckongjeu:0:6500:00:000:No jacks on elevators
ckongjeu:0:6392:00:000:No barrels on ramps
ckongjeu:0:6215:01:000:Always climb
ckongjeu:0:6215:00:001:Deactivate climb
ckongjeu:0:6217:01:000:Hammer
ckongjeu:0:6691:01:500:Hammer (2/2)
ckongjeu:0:6290:00:001:Finish sub-level 4 Now!
ckongjeu:0:6229:FF:072:Select current round
ckongjeu:0:6229:FF:062:Select next round
; [ Crazy Kong (Orca bootleg) ]
ckongo:0:6001:90:000:Infinite Credits
ckongo:0:6228:06:000:Infinite Lives
ckongo:0:6394:0F:002:Infinite hammer upon pickup
ckongo:0:62B1:63:000:Infinite bonus time
ckongo:0:638C:99:502:Infinite bonus time (2/2)
ckongo:0:62B9:00:000:No fireballs on ramps
ckongo:0:6403:00:000:No fireballs on factory
ckongo:0:65A0:00:000:No pies on factory
ckongo:0:6400:00:000:No fireballs on rivets
ckongo:0:6500:00:000:No jacks on elevators
ckongo:0:6392:00:000:No barrels on ramps
ckongo:0:6215:01:000:Always climb
ckongo:0:6215:00:001:Deactivate climb
ckongo:0:6217:01:000:Hammer
ckongo:0:6691:01:500:Hammer (2/2)
ckongo:0:6290:00:001:Finish sub-level 4 Now!
ckongo:0:6229:FF:072:Select current round
ckongo:0:6229:FF:062:Select next round
; [ Crazy Kong (Scramble hardware) ]
ckongs:0:6001:90:000:Infinite Credits
ckongs:0:6228:06:000:Infinite Lives
ckongs:0:6394:0F:002:Infinite hammer upon pickup
ckongs:0:62B1:63:000:Infinite bonus time
ckongs:0:638C:99:502:Infinite bonus time (2/2)
ckongs:0:62B9:00:000:No fireballs on ramps
ckongs:0:6403:00:000:No fireballs on factory
ckongs:0:65A0:00:000:No pies on factory
ckongs:0:6400:00:000:No fireballs on rivets
ckongs:0:6500:00:000:No jacks on elevators
ckongs:0:6392:00:000:No barrels on ramps
ckongs:0:6215:01:000:Always climb
ckongs:0:6215:00:001:Deactivate climb
ckongs:0:6217:01:000:Hammer
ckongs:0:6691:01:500:Hammer (2/2)
ckongs:0:6290:00:001:Finish sub-level 4 Now!
ckongs:0:6229:FF:072:Select current round
ckongs:0:6229:FF:062:Select next round
; [ Cassette: Rootin' Tootin' (aka La.Pa.Pa) ]
clapapa:0:0004:09:000:Infinite Credits
clapapa:0:0018:0C:000:Infinite Lives
clapapa:0:0019:00:001:Finish this Pattern Now!
; [ Cassette: Rootin' Tootin' ]
clapapa2:0:0004:09:000:Infinite Credits
clapapa2:0:0018:0C:000:Infinite Lives
clapapa2:0:0019:00:001:Finish this Pattern Now!
; [ Clay Pigeon (version 2.0) ]
claypign:0:2236:03:000:Infinite Shoots
claypign:0:3024:00:000:No time between bullets
; [ Coors Light Bowling ]
clbowl:0:50E1:00:000:Infinite Time
clbowl:0:5083:0A:000:Always make a strike
; [ Cleopatra Fortune (Japan) ]
cleopatr:0:40F9BF:09:000:Infinite Credits
cleopatr:0:000000:00:999:[After you enable these region cheats to see any ]
cleopatr:0:000000:00:999:[effect you will have to reset the game (F3). ]
cleopatr:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
cleopatr:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
cleopatr:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
cleopatr:0:07FFFF:01:001:Region Switch = Japan
cleopatr:0:07FFFF:02:001:Region Switch = US
cleopatr:0:07FFFF:03:001:Region Switch = World
; [ Cloak & Dagger ]
cloak:0:027D:05:000:Infinite Lives PL1
cloak:0:0279:20:061:Select floor PL1:To be used in the lift
cloak:0:02BF:05:000:Infinite Lives PL2
cloak:0:02BB:20:061:Select floor PL2:To be used in the lift
; [ Cassette: Lock'n'Chase ]
clocknch:0:0004:09:000:Infinite Credits
clocknch:0:002F:03:000:Infinite Lives
; [ Cloud 9 (prototype) ]
cloud9:0:00EC:04:000:Infinite Lives
cloud9:0:0018:04:000:No Monsters
cloud9:0:0015:04:000:No Birds
; [ Clowns ]
clowns:0:2010:09:000:Infinite Jumps
; [ Clash Road ]
clshroad:0:0000:00:999:[See the Dip Switch Menu to ]
clshroad:0:0000:00:999:[enable Invincibility. It's ]
clshroad:0:0000:00:999:[effect isn't Invincibility ]
clshroad:0:0000:00:999:[though! ]
clshroad:0:81E5:59:000:Infinite Time
clshroad:0:81E6:00:500:Infinite Time (2/3)
clshroad:0:81E7:00:500:Infinite Time (3/3)
clshroad:0:81FD:03:000:Infinite Energy
clshroad:0:81FE:0E:500:Infinite Energy (2/2)
; [ Mahjong CLUB 90's (Japan) ]
club90s:0:0000:00:999:[The winning hand cheat must]
club90s:0:0000:00:999:[be activated when there are]
club90s:0:0000:00:999:[14 tiles in your hand, then]
club90s:0:0000:00:999:[press the RON key . ]
club90s:0:0000:00:999:[('Z' by default). The tiles]
club90s:0:0000:00:999:[do not visually change ]
club90s:0:0000:00:999:[until you make a move. ]
club90s:0:F48F:31:001:Get winning hand Now!
club90s:0:F490:31:501:Get winning hand Now! (02/14)
club90s:0:F491:31:501:Get winning hand Now! (03/14)
club90s:0:F492:32:501:Get winning hand Now! (04/14)
club90s:0:F493:32:501:Get winning hand Now! (05/14)
club90s:0:F494:32:501:Get winning hand Now! (06/14)
club90s:0:F495:33:501:Get winning hand Now! (07/14)
club90s:0:F496:33:501:Get winning hand Now! (08/14)
club90s:0:F497:33:501:Get winning hand Now! (09/14)
club90s:0:F498:34:501:Get winning hand Now! (10/14)
club90s:0:F499:34:501:Get winning hand Now! (11/14)
club90s:0:F49A:34:501:Get winning hand Now! (12/14)
club90s:0:F49B:35:501:Get winning hand Now! (13/14)
club90s:0:F49C:35:501:Get winning hand Now! (14/14)
club90s:0:F48F:31:000:Always winning hand
club90s:0:F490:31:500:Always winning hand (02/14)
club90s:0:F491:31:500:Always winning hand (03/14)
club90s:0:F492:32:500:Always winning hand (04/14)
club90s:0:F493:32:500:Always winning hand (05/14)
club90s:0:F494:32:500:Always winning hand (06/14)
club90s:0:F495:33:500:Always winning hand (07/14)
club90s:0:F496:33:500:Always winning hand (08/14)
club90s:0:F497:33:500:Always winning hand (09/14)
club90s:0:F498:34:500:Always winning hand (10/14)
club90s:0:F499:34:500:Always winning hand (11/14)
club90s:0:F49A:34:500:Always winning hand (12/14)
club90s:0:F49B:35:500:Always winning hand (13/14)
club90s:0:F49C:35:500:Always winning hand (14/14)
; [ Cassette: Lucky Poker ]
cluckypo:0:0053:0F:000:Infinite Credits
cluckypo:0:0052:27:500:Infinite Credits (2/2)
; [ Clu Clu Land ]
cluclu:0:003B:90:000:Infinite Credits
cluclu:0:0027:99:007:Infinite Time
cluclu:0:0080:09:000:Infinite Lives PL1
cluclu:0:0081:09:000:Infinite Lives PL2
; [ Mahjong Circuit no Mehyou (Japan) ]
cmehyou:0:0000:00:999:[The winning hand cheat must]
cmehyou:0:0000:00:999:[be activated when there are]
cmehyou:0:0000:00:999:[14 tiles in your hand, then]
cmehyou:0:0000:00:999:[press the RON key . ]
cmehyou:0:0000:00:999:[('Z' by default). The tiles]
cmehyou:0:0000:00:999:[do not visually change ]
cmehyou:0:0000:00:999:[until you make a move. ]
cmehyou:0:DC8B:31:001:Get winning hand Now!
cmehyou:0:DC8C:31:501:Get winning hand Now! (02/14)
cmehyou:0:DC8D:31:501:Get winning hand Now! (03/14)
cmehyou:0:DC8E:32:501:Get winning hand Now! (04/14)
cmehyou:0:DC8F:32:501:Get winning hand Now! (05/14)
cmehyou:0:DC90:32:501:Get winning hand Now! (06/14)
cmehyou:0:DC91:33:501:Get winning hand Now! (07/14)
cmehyou:0:DC92:33:501:Get winning hand Now! (08/14)
cmehyou:0:DC93:33:501:Get winning hand Now! (09/14)
cmehyou:0:DC94:34:501:Get winning hand Now! (10/14)
cmehyou:0:DC95:34:501:Get winning hand Now! (11/14)
cmehyou:0:DC96:34:501:Get winning hand Now! (12/14)
cmehyou:0:DC97:35:501:Get winning hand Now! (13/14)
cmehyou:0:DC98:35:501:Get winning hand Now! (14/14)
cmehyou:0:0000:00:999:[At the start of a game, ]
cmehyou:0:0000:00:999:[there may be some small ]
cmehyou:0:0000:00:999:[glitches on the tiles when ]
cmehyou:0:0000:00:999:[using the 'Always' cheats. ]
cmehyou:0:0000:00:999:[The cheats should still ]
cmehyou:0:0000:00:999:[work as normal. ]
cmehyou:0:DC8B:31:000:Always winning hand
cmehyou:0:DC8C:31:500:Always winning hand (02/14)
cmehyou:0:DC8D:31:500:Always winning hand (03/14)
cmehyou:0:DC8E:32:500:Always winning hand (04/14)
cmehyou:0:DC8F:32:500:Always winning hand (05/14)
cmehyou:0:DC90:32:500:Always winning hand (06/14)
cmehyou:0:DC91:33:500:Always winning hand (07/14)
cmehyou:0:DC92:33:500:Always winning hand (08/14)
cmehyou:0:DC93:33:500:Always winning hand (09/14)
cmehyou:0:DC94:34:500:Always winning hand (10/14)
cmehyou:0:DC95:34:500:Always winning hand (11/14)
cmehyou:0:DC96:34:500:Always winning hand (12/14)
cmehyou:0:DC97:35:500:Always winning hand (13/14)
cmehyou:0:DC98:35:500:Always winning hand (14/14)
; [ Cassette: Mission-X ]
cmissnx:0:0017:16:000:Infinite Credits
cmissnx:0:001B:0B:000:Infinite Lives PL1
cmissnx:0:001C:0B:000:Infinite Lives PL2
; [ Cassette: Night Star (set 2) ]
cnights2:0:0004:09:000:Infinite Credits
cnights2:0:0018:99:000:Infinite Lives
; [ Cassette: Night Star (set 1) ]
cnightst:0:0004:09:000:Infinite Credits
cnightst:0:0018:99:000:Infinite Lives
; [ Caveman Ninja (World revision 3) ]
cninja:0:184D99:03:000:Infinite Lives PL1
cninja:0:184E4D:12:000:Infinite Energy PL1
cninja:0:184DD9:03:000:Infinite Lives PL2
cninja:0:184ECD:12:000:Infinite Energy PL2
cninja:0:18534D:01:001:One hit for boss 1 Now!
cninja:0:18654D:01:001:One hit for boss 2-1 Now!
cninja:0:18654D:01:001:One hit for boss 2-2 Now!
cninja:0:1877F4:01:001:One hit for boss 3-1 Now!
cninja:0:186CCD:01:001:One hit for boss 3-2 Now!
cninja:0:18654D:01:001:One hit for boss 4-1 Now!
cninja:0:186BCD:01:001:One hit for boss 4-2 Now!
cninja:0:18654D:01:001:One hit for boss 5-1 Now!
cninja:0:1868CD:01:001:One hit for boss 5-2 Now!
cninja:0:18654D:01:001:One hit for boss 5-3 Now!
; [ Caveman Ninja (World revision 0) ]
cninja0:0:184D99:03:000:Infinite Lives PL1
cninja0:0:184E4D:12:000:Infinite Energy PL1
cninja0:0:184DD9:03:000:Infinite Lives PL2
cninja0:0:184ECD:12:000:Infinite Energy PL2
cninja0:0:18534D:01:001:One hit for boss 1 Now!
cninja0:0:18654D:01:001:One hit for boss 2-1 Now!
cninja0:0:18654D:01:001:One hit for boss 2-2 Now!
cninja0:0:1877F4:01:001:One hit for boss 3-1 Now!
cninja0:0:186CCD:01:001:One hit for boss 3-2 Now!
cninja0:0:18654D:01:001:One hit for boss 4-1 Now!
cninja0:0:186BCD:01:001:One hit for boss 4-2 Now!
cninja0:0:18654D:01:001:One hit for boss 5-1 Now!
cninja0:0:1868CD:01:001:One hit for boss 5-2 Now!
cninja0:0:18654D:01:001:One hit for boss 5-3 Now!
; [ Caveman Ninja (US) ]
cninjau:0:184D99:03:000:Infinite Lives PL1
cninjau:0:184E4D:12:000:Infinite Energy PL1
cninjau:0:184DD9:03:000:Infinite Lives PL2
cninjau:0:184ECD:12:000:Infinite Energy PL2
cninjau:0:18534D:01:001:One hit for boss 1 Now!
cninjau:0:18654D:01:001:One hit for boss 2-1 Now!
cninjau:0:18654D:01:001:One hit for boss 2-2 Now!
cninjau:0:1877F4:01:001:One hit for boss 3-1 Now!
cninjau:0:186CCD:01:001:One hit for boss 3-2 Now!
cninjau:0:18654D:01:001:One hit for boss 4-1 Now!
cninjau:0:186BCD:01:001:One hit for boss 4-2 Now!
cninjau:0:18654D:01:001:One hit for boss 5-1 Now!
cninjau:0:1868CD:01:001:One hit for boss 5-2 Now!
cninjau:0:18654D:01:001:One hit for boss 5-3 Now!
; [ Cobra-Command (Japan) ]
cobracmj:0:AED5:B6:100:Invincibility
cobracmj:0:003B:01:000:Always have the laser
cobracmj:0:0037:02:000:Maximum speed
cobracmj:0:0038:03:000:Maximum fire power
cobracmj:0:0039:03:000:Maximum missile power
cobracmj:0:0143:00:000:Always 1 hit to kill boss
cobracmj:0:0143:00:001:1 hit to kill this boss Now!
cobracmj:0:0000:00:999:[Enable these select ]
cobracmj:0:0000:00:999:[starting stage/scene cheats]
cobracmj:0:0000:00:999:[on the 'Good Luck' screens.]
cobracmj:0:011D:04:071:Select the Starting Stage
cobracmj:0:011E:02:071:Select the Starting Scene
cobracmj:0:011F:09:000:Infinite Lives PL1
cobracmj:0:0120:09:000:Infinite Lives PL2
; [ Cobra-Command (World revision 5) ]
cobracom:0:AE74:B6:100:Invincibility
cobracom:0:003B:01:000:Always have the laser
cobracom:0:0037:02:000:Maximum speed
cobracom:0:0038:03:000:Maximum fire power
cobracom:0:0039:03:000:Maximum missile power
cobracom:0:0143:00:000:Always 1 hit to kill boss
cobracom:0:0143:00:001:1 hit to kill this boss Now!
cobracom:0:0000:00:999:[Enable these select ]
cobracom:0:0000:00:999:[starting stage/scene cheats]
cobracom:0:0000:00:999:[on the 'Good Luck' screens.]
cobracom:0:011D:04:071:Select the Starting Stage
cobracom:0:011E:02:071:Select the Starting Scene
cobracom:0:011F:09:000:Infinite Lives PL1
cobracom:0:0120:09:000:Infinite Lives PL2
; [ Colony 7 (set 1) ]
colony7:0:A012:99:000:Infinite Credits
colony7:0:A00C:00:000:Infinite Lives
colony7:0:A07F:00:000:Infinite Scatter Shots
colony7:0:A073:02:000:Keep Shooting after Gun Loss
colony7:0:A020:01:001:Only a few Fighters to Kill Now!
colony7:0:0000:00:999:[Infinite Eradicator will stay active ]
colony7:0:0000:00:999:[even when destroyed only if Infinite ]
colony7:0:0000:00:999:[City is enabled. ]
colony7:0:A082:00:000:Infinite Smart Bombs/Eradicator
colony7:0:A07C:00:000:Infinite City
; [ Colony 7 (set 2) ]
colony7a:0:A012:99:000:Infinite Credits
colony7a:0:A00C:00:000:Infinite Lives
colony7a:0:A07F:00:000:Infinite Scatter Shots
colony7a:0:A073:02:000:Keep Shooting after Gun Loss
colony7a:0:A020:01:001:Only a few Fighters to Kill Now!
colony7a:0:0000:00:999:[Infinite Eradicator will stay active ]
colony7a:0:0000:00:999:[even when destroyed only if Infinite ]
colony7a:0:0000:00:999:[City is enabled. ]
colony7a:0:A082:00:000:Infinite Smart Bombs/Eradicator
colony7a:0:A07C:00:000:Infinite City
; [ Columns (US) ]
columns:0:FFFCC1:09:000:Infinite Credits
columns:0:FFC81A:27:000:Maximum Jewels PL1
columns:0:FFC81B:0F:500:Maximum Jewels PL1 (2/2)
columns:0:FFC98A:27:000:Maximum Jewels PL2
columns:0:FFC98B:0F:500:Maximum Jewels PL2 (2/2)
; [ Columns II - The Voyage Through Time (Japan) ]
columns2:0:FFFCC1:09:000:Infinite Credits
columns2:0:FFC854:27:000:Maximum Jewels PL1
columns2:0:FFC855:0F:500:Maximum Jewels PL1 (2/2)
columns2:0:FFCA54:27:000:Maximum Jewels PL2
columns2:0:FFCA55:0F:500:Maximum Jewels PL2 (2/2)
; [ Columns (Japan) ]
columnsj:0:FFFCC1:09:000:Infinite Credits
columnsj:0:FFC81A:27:000:Maximum Jewels PL1
columnsj:0:FFC81B:0F:500:Maximum Jewels PL1 (2/2)
columnsj:0:FFC98A:27:000:Maximum Jewels PL2
columnsj:0:FFC98B:0F:500:Maximum Jewels PL2 (2/2)
; [ Combat School (joystick) ]
combasc:0:0A8D:99:000:Infinite Time PL1
combasc:0:0A8C:00:001:Reset Timer Now! PL1
combasc:0:0A8D:01:501:Reset Timer Now! PL1 (2/2)
combasc:0:0855:70:000:Always done 70 targets PL1
combasc:0:0855:70:001:Get 70 targets Now! PL1
combasc:0:0AAD:99:000:Infinite Time PL2
combasc:0:0AAC:00:001:Reset Timer Now! PL2
combasc:0:0AAD:01:501:Reset Timer Now! PL2 (2/2)
combasc:0:0857:70:000:Always done 70 targets PL2
combasc:0:0857:70:001:Get 70 targets Now! PL2
combasc:0:0C76:01:001:One hit for Instructor Now!
combasc:0:0000:00:999:[Ensure the infinite damage ]
combasc:0:0000:00:999:[cheat is NOT turned on for ]
combasc:0:0000:00:999:[the Assault Course!! ]
combasc:0:0C16:08:000:Infinite Damage PL1
combasc:0:0C46:08:000:Infinite Damage PL2
combasc:0:0000:00:999:[Enable these cheats on the ]
combasc:0:0000:00:999:[Player 1/2 Intro page, ie. ]
combasc:0:0000:00:999:[before the Obstacle Course ]
combasc:0:0991:02:001:Goto the Firing Range 1 Now!
combasc:0:0991:03:001:Goto the Iron Man Race Now!
combasc:0:0991:05:001:Goto the Firing Range 2 Now!
combasc:0:0991:06:001:Goto the Arm Wrestle Now!
combasc:0:0991:07:001:Goto the Firing Range 3 Now!
combasc:0:0991:09:001:Goto the Instructor Now!
combasc:0:0991:0E:001:Goto the Mission Now!
combasc:0:0000:00:999:[The invincibility cheat is ]
combasc:0:0000:00:999:[buggy, you have to turn it ]
combasc:0:0000:00:999:[off with F6 to jump or to ]
combasc:0:0000:00:999:[walk down stairs-YOU MUST!!]
combasc:0:0C01:02:020:Mission Invincibility
combasc:0:0C01:F8:540:Mission Invincibility (2/3)
combasc:0:0C16:08:500:Mission Invincibility (3/3)
; [ Combat School (bootleg) ]
combascb:0:0A8D:99:000:Infinite Time PL1
combascb:0:0A8C:00:001:Reset Timer Now! PL1
combascb:0:0A8D:01:501:Reset Timer Now! PL1 (2/2)
combascb:0:0855:70:000:Always done 70 targets PL1
combascb:0:0855:70:001:Get 70 targets Now! PL1
combascb:0:0AAD:99:000:Infinite Time PL2
combascb:0:0AAC:00:001:Reset Timer Now! PL2
combascb:0:0AAD:01:501:Reset Timer Now! PL2 (2/2)
combascb:0:0857:70:000:Always done 70 targets PL2
combascb:0:0857:70:001:Get 70 targets Now! PL2
combascb:0:0C76:01:001:One hit for Instructor Now!
combascb:0:0000:00:999:[Ensure the infinite damage ]
combascb:0:0000:00:999:[cheat is NOT turned on for ]
combascb:0:0000:00:999:[the Assault Course!! ]
combascb:0:0C16:08:000:Infinite Damage PL1
combascb:0:0C46:08:000:Infinite Damage PL2
combascb:0:0000:00:999:[Enable these cheats on the ]
combascb:0:0000:00:999:[Player 1/2 Intro page, ie. ]
combascb:0:0000:00:999:[before the Obstacle Course ]
combascb:0:0991:02:001:Goto the Firing Range 1 Now!
combascb:0:0991:03:001:Goto the Iron Man Race Now!
combascb:0:0991:05:001:Goto the Firing Range 2 Now!
combascb:0:0991:06:001:Goto the Arm Wrestle Now!
combascb:0:0991:07:001:Goto the Firing Range 3 Now!
combascb:0:0991:09:001:Goto the Instructor Now!
combascb:0:0991:0E:001:Goto the Mission Now!
combascb:0:0000:00:999:[The invincibility cheat is ]
combascb:0:0000:00:999:[buggy, you have to turn it ]
combascb:0:0000:00:999:[off with F6 to jump or to ]
combascb:0:0000:00:999:[walk down stairs-YOU MUST!!]
combascb:0:0C01:02:020:Mission Invincibility
combascb:0:0C01:F8:540:Mission Invincibility (2/3)
combascb:0:0C16:08:500:Mission Invincibility (3/3)
; [ Combat School (Japan trackball) ]
combascj:0:0A8D:99:000:Infinite Time PL1
combascj:0:0A8C:00:001:Reset Timer Now! PL1
combascj:0:0A8D:01:501:Reset Timer Now! PL1 (2/2)
combascj:0:0855:70:000:Always done 70 targets PL1
combascj:0:0855:70:001:Get 70 targets Now! PL1
combascj:0:0AAD:99:000:Infinite Time PL2
combascj:0:0AAC:00:001:Reset Timer Now! PL2
combascj:0:0AAD:01:501:Reset Timer Now! PL2 (2/2)
combascj:0:0857:70:000:Always done 70 targets PL2
combascj:0:0857:70:001:Get 70 targets Now! PL2
combascj:0:0C76:01:001:One hit for Instructor Now!
combascj:0:0000:00:999:[Ensure the infinite damage ]
combascj:0:0000:00:999:[cheat is NOT turned on for ]
combascj:0:0000:00:999:[the Assault Course!! ]
combascj:0:0C16:08:000:Infinite Damage PL1
combascj:0:0C46:08:000:Infinite Damage PL2
combascj:0:0000:00:999:[Enable these cheats on the ]
combascj:0:0000:00:999:[Player 1/2 Intro page, ie. ]
combascj:0:0000:00:999:[before the Obstacle Course ]
combascj:0:0991:02:001:Goto the Firing Range 1 Now!
combascj:0:0991:03:001:Goto the Iron Man Race Now!
combascj:0:0991:05:001:Goto the Firing Range 2 Now!
combascj:0:0991:06:001:Goto the Arm Wrestle Now!
combascj:0:0991:07:001:Goto the Firing Range 3 Now!
combascj:0:0991:09:001:Goto the Instructor Now!
combascj:0:0991:0E:001:Goto the Mission Now!
combascj:0:0000:00:999:[The invincibility cheat is ]
combascj:0:0000:00:999:[buggy, you have to turn it ]
combascj:0:0000:00:999:[off with F6 to jump or to ]
combascj:0:0000:00:999:[walk down stairs-YOU MUST!!]
combascj:0:0C01:02:020:Mission Invincibility
combascj:0:0C01:F8:540:Mission Invincibility (2/3)
combascj:0:0C16:08:500:Mission Invincibility (3/3)
; [ Combat School (trackball) ]
combasct:0:0A8D:99:000:Infinite Time PL1
combasct:0:0A8C:00:001:Reset Timer Now! PL1
combasct:0:0A8D:01:501:Reset Timer Now! PL1 (2/2)
combasct:0:0855:70:000:Always done 70 targets PL1
combasct:0:0855:70:001:Get 70 targets Now! PL1
combasct:0:0AAD:99:000:Infinite Time PL2
combasct:0:0AAC:00:001:Reset Timer Now! PL2
combasct:0:0AAD:01:501:Reset Timer Now! PL2 (2/2)
combasct:0:0857:70:000:Always done 70 targets PL2
combasct:0:0857:70:001:Get 70 targets Now! PL2
combasct:0:0C76:01:001:One hit for Instructor Now!
combasct:0:0000:00:999:[Ensure the infinite damage ]
combasct:0:0000:00:999:[cheat is NOT turned on for ]
combasct:0:0000:00:999:[the Assault Course!! ]
combasct:0:0C16:08:000:Infinite Damage PL1
combasct:0:0C46:08:000:Infinite Damage PL2
combasct:0:0000:00:999:[Enable these cheats on the ]
combasct:0:0000:00:999:[Player 1/2 Intro page, ie. ]
combasct:0:0000:00:999:[before the Obstacle Course ]
combasct:0:0991:02:001:Goto the Firing Range 1 Now!
combasct:0:0991:03:001:Goto the Iron Man Race Now!
combasct:0:0991:05:001:Goto the Firing Range 2 Now!
combasct:0:0991:06:001:Goto the Arm Wrestle Now!
combasct:0:0991:07:001:Goto the Firing Range 3 Now!
combasct:0:0991:09:001:Goto the Instructor Now!
combasct:0:0991:0E:001:Goto the Mission Now!
combasct:0:0000:00:999:[The invincibility cheat is ]
combasct:0:0000:00:999:[buggy, you have to turn it ]
combasct:0:0000:00:999:[off with F6 to jump or to ]
combasct:0:0000:00:999:[walk down stairs-YOU MUST!!]
combasct:0:0C01:02:020:Mission Invincibility
combasct:0:0C01:F8:540:Mission Invincibility (2/3)
combasct:0:0C16:08:500:Mission Invincibility (3/3)
; [ Combat (version 3.0) ]
combat:0:3318:00:000:No time between bullets
; [ Senjo no Ookami ]
commandj:0:EDA0:06:000:Infinite Lives
commandj:0:E100:FF:000:Invincibilty
commandj:0:EDA8:09:000:Infinite Grenades
; [ Commando (World) ]
commando:0:EDA0:06:000:Infinite Lives
commando:0:E100:FF:000:Invincibilty
commando:0:EDA8:09:000:Infinite Grenades
; [ Commando (US) ]
commandu:0:EDA0:06:000:Infinite Lives
commandu:0:E100:FF:000:Invincibilty
commandu:0:EDA8:09:000:Infinite Grenades
; [ Commando (Sega) ]
commsega:0:9BE4:05:000:Infinite Lives PL1
commsega:0:9BE5:05:000:Infinite Lives PL2
; [ Comotion ]
comotion:0:E36E:08:000:Infinite Lives Bottom Player
comotion:0:E00D:0A:000:Infinite Lives Top Player
comotion:0:E180:09:000:Infinite Lives Left Player
comotion:0:E17F:0B:000:Infinite Lives Right Player
; [ Congo Bongo ]
congo:0:8220:06:000:Infinite Lives
congo:0:8304:99:000:Infinite Bonus
congo:0:840D:00:000:No sprite/sprite collision
congo:0:0000:00:999:[Use 'Walk on water' with ]
congo:0:0000:00:999:[caution. To complete the ]
congo:0:0000:00:999:[level you must press F6. ]
congo:0:8417:00:000:Walk on water
; [ Continental Circus (World) ]
contcirc:0:084573:09:000:Infinite Credits
contcirc:0:08458B:E7:000:Infinite Time
contcirc:0:08458A:03:500:Infinite Time (2/2)
; [ Continental Circus (US) ]
contcrcu:0:084573:09:000:Infinite Credits
contcrcu:0:08458B:E7:000:Infinite Time
contcrcu:0:08458A:03:500:Infinite Time (2/2)
; [ Contra (US) ]
contra:0:3B1C:09:000:Infinite Time
contra:0:1081:99:000:Infinite Lives PL1
contra:0:1245:01:000:Invincibility PL1
contra:0:1246:7F:500:Invincibility PL1 (2/2)
contra:0:1215:01:000:Always Use Normal Weapon PL1
contra:0:1215:02:000:Always Use Long Laser PL1
contra:0:1215:03:000:Always Use Short Laser PL1
contra:0:1215:04:000:Always Use Rapid Cannon PL1
contra:0:1215:0A:000:Always Use Spread Cannon PL1
contra:0:1215:14:000:Always Use Fireball PL1
contra:0:1215:00:001:Get Normal weapon Now! PL1
contra:0:1215:02:001:Get Long Laser Now! PL1
contra:0:1215:03:001:Get Short Laser Now! PL1
contra:0:1215:04:001:Get Rapid Cannon Now! PL1
contra:0:1215:0A:001:Get Spread Cannon Now! PL1
contra:0:1215:14:001:Get Fireball Now! PL1
contra:0:108D:99:000:Infinite Lives PL2
contra:0:1305:01:000:Invincibility PL2
contra:0:1306:7F:500:Invincibility PL2 (2/2)
contra:0:12D5:01:000:Always Use Normal Weapon PL2
contra:0:12D5:02:000:Always Use Long Laser PL2
contra:0:12D5:03:000:Always Use Short Laser PL2
contra:0:12D5:04:000:Always Use Rapid Cannon PL2
contra:0:12D5:0A:000:Always Use Spread Cannon PL2
contra:0:12D5:14:000:Always Use Fireball PL2
contra:0:12D5:00:001:Get Normal weapon Now! PL2
contra:0:12D5:02:001:Get Long Laser Now! PL2
contra:0:12D5:03:001:Get Short Laser Now! PL2
contra:0:12D5:04:001:Get Rapid Cannon Now! PL2
contra:0:12D5:0A:001:Get Spread Cannon Now! PL2
contra:0:12D5:14:001:Get Fireball Now! PL2
contra:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code
; [ Contra (US bootleg) ]
contrab:0:3B1C:09:000:Infinite Time
contrab:0:1081:99:000:Infinite Lives PL1
contrab:0:1245:01:000:Invincibility PL1
contrab:0:1246:7F:500:Invincibility PL1 (2/2)
contrab:0:1215:01:000:Always Use Normal Weapon PL1
contrab:0:1215:02:000:Always Use Long Laser PL1
contrab:0:1215:03:000:Always Use Short Laser PL1
contrab:0:1215:04:000:Always Use Rapid Cannon PL1
contrab:0:1215:0A:000:Always Use Spread Cannon PL1
contrab:0:1215:14:000:Always Use Fireball PL1
contrab:0:1215:00:001:Get Normal weapon Now! PL1
contrab:0:1215:02:001:Get Long Laser Now! PL1
contrab:0:1215:03:001:Get Short Laser Now! PL1
contrab:0:1215:04:001:Get Rapid Cannon Now! PL1
contrab:0:1215:0A:001:Get Spread Cannon Now! PL1
contrab:0:1215:14:001:Get Fireball Now! PL1
contrab:0:108D:99:000:Infinite Lives PL2
contrab:0:1305:01:000:Invincibility PL2
contrab:0:1306:7F:500:Invincibility PL2 (2/2)
contrab:0:12D5:01:000:Always Use Normal Weapon PL2
contrab:0:12D5:02:000:Always Use Long Laser PL2
contrab:0:12D5:03:000:Always Use Short Laser PL2
contrab:0:12D5:04:000:Always Use Rapid Cannon PL2
contrab:0:12D5:0A:000:Always Use Spread Cannon PL2
contrab:0:12D5:14:000:Always Use Fireball PL2
contrab:0:12D5:00:001:Get Normal weapon Now! PL2
contrab:0:12D5:02:001:Get Long Laser Now! PL2
contrab:0:12D5:03:001:Get Short Laser Now! PL2
contrab:0:12D5:04:001:Get Rapid Cannon Now! PL2
contrab:0:12D5:0A:001:Get Spread Cannon Now! PL2
contrab:0:12D5:14:001:Get Fireball Now! PL2
contrab:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code
; [ Contra (Japan) ]
contraj:0:3B1C:09:000:Infinite Time
contraj:0:1081:99:000:Infinite Lives PL1
contraj:0:1245:01:000:Invincibility PL1
contraj:0:1246:7F:500:Invincibility PL1 (2/2)
contraj:0:1215:01:000:Always Use Normal Weapon PL1
contraj:0:1215:02:000:Always Use Long Laser PL1
contraj:0:1215:03:000:Always Use Short Laser PL1
contraj:0:1215:04:000:Always Use Rapid Cannon PL1
contraj:0:1215:0A:000:Always Use Spread Cannon PL1
contraj:0:1215:14:000:Always Use Fireball PL1
contraj:0:1215:00:001:Get Normal weapon Now! PL1
contraj:0:1215:02:001:Get Long Laser Now! PL1
contraj:0:1215:03:001:Get Short Laser Now! PL1
contraj:0:1215:04:001:Get Rapid Cannon Now! PL1
contraj:0:1215:0A:001:Get Spread Cannon Now! PL1
contraj:0:1215:14:001:Get Fireball Now! PL1
contraj:0:108D:99:000:Infinite Lives PL2
contraj:0:1305:01:000:Invincibility PL2
contraj:0:1306:7F:500:Invincibility PL2 (2/2)
contraj:0:12D5:01:000:Always Use Normal Weapon PL2
contraj:0:12D5:02:000:Always Use Long Laser PL2
contraj:0:12D5:03:000:Always Use Short Laser PL2
contraj:0:12D5:04:000:Always Use Rapid Cannon PL2
contraj:0:12D5:0A:000:Always Use Spread Cannon PL2
contraj:0:12D5:14:000:Always Use Fireball PL2
contraj:0:12D5:00:001:Get Normal weapon Now! PL2
contraj:0:12D5:02:001:Get Long Laser Now! PL2
contraj:0:12D5:03:001:Get Short Laser Now! PL2
contraj:0:12D5:04:001:Get Rapid Cannon Now! PL2
contraj:0:12D5:0A:001:Get Spread Cannon Now! PL2
contraj:0:12D5:14:001:Get Fireball Now! PL2
contraj:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code
; [ Contra (Japan bootleg) ]
contrajb:0:3B1C:09:000:Infinite Time
contrajb:0:1081:99:000:Infinite Lives PL1
contrajb:0:1245:01:000:Invincibility PL1
contrajb:0:1246:7F:500:Invincibility PL1 (2/2)
contrajb:0:1215:01:000:Always Use Normal Weapon PL1
contrajb:0:1215:02:000:Always Use Long Laser PL1
contrajb:0:1215:03:000:Always Use Short Laser PL1
contrajb:0:1215:04:000:Always Use Rapid Cannon PL1
contrajb:0:1215:0A:000:Always Use Spread Cannon PL1
contrajb:0:1215:14:000:Always Use Fireball PL1
contrajb:0:1215:00:001:Get Normal weapon Now! PL1
contrajb:0:1215:02:001:Get Long Laser Now! PL1
contrajb:0:1215:03:001:Get Short Laser Now! PL1
contrajb:0:1215:04:001:Get Rapid Cannon Now! PL1
contrajb:0:1215:0A:001:Get Spread Cannon Now! PL1
contrajb:0:1215:14:001:Get Fireball Now! PL1
contrajb:0:108D:99:000:Infinite Lives PL2
contrajb:0:1305:01:000:Invincibility PL2
contrajb:0:1306:7F:500:Invincibility PL2 (2/2)
contrajb:0:12D5:01:000:Always Use Normal Weapon PL2
contrajb:0:12D5:02:000:Always Use Long Laser PL2
contrajb:0:12D5:03:000:Always Use Short Laser PL2
contrajb:0:12D5:04:000:Always Use Rapid Cannon PL2
contrajb:0:12D5:0A:000:Always Use Spread Cannon PL2
contrajb:0:12D5:14:000:Always Use Fireball PL2
contrajb:0:12D5:00:001:Get Normal weapon Now! PL2
contrajb:0:12D5:02:001:Get Long Laser Now! PL2
contrajb:0:12D5:03:001:Get Short Laser Now! PL2
contrajb:0:12D5:04:001:Get Rapid Cannon Now! PL2
contrajb:0:12D5:0A:001:Get Spread Cannon Now! PL2
contrajb:0:12D5:14:001:Get Fireball Now! PL2
contrajb:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code
; [ Cook Race ]
cookrace:0:0028:05:000:Infinite Lives PL1
cookrace:0:002A:99:000:Infinite Pepper PL1
cookrace:0:0029:05:000:Infinite Lives PL2
cookrace:0:002B:99:000:Infinite Pepper PL2
cookrace:0:0000:00:999:[Turn off Invincibility ]
cookrace:0:0000:00:999:[with F6 before you drop the]
cookrace:0:0000:00:999:[last top burger bun!!! ]
cookrace:0:006B:00:000:Invincibility
cookrace:0:009C:01:500:Invincibility (2/2)
; [ Cop 01 (set 1) ]
cop01:0:C41D:63:000:Infinite Lives
cop01:0:C041:07:000:Invincibility
cop01:0:C426:FF:000:Charge Always = 255
; [ Cop 01 (set 2) ]
cop01a:0:C41E:63:000:Infinite Lives
cop01a:0:C042:07:000:Invincibility
cop01a:0:C427:FF:000:Charge Always = 255
; [ Cops'n Robbers ]
copsnrob:0:0054:39:000:Infinite Time
; [ Cosmic Alien ]
cosmica:0:4000:40:000:Invincibility
cosmica:0:404A:A0:500:Invincibility (2/2)
cosmica:0:408A:07:000:Stop Enemy Attacks "ON"
cosmica:0:408A:00:001:Stop Enemy Attacks "OFF"
cosmica:0:4003:06:000:Infinite Lives PL1
cosmica:0:4004:06:000:Infinite Lives PL2
; [ Cosmic Alien (older) ]
cosmica2:0:4000:40:000:Invincibility
cosmica2:0:404A:A0:500:Invincibility (2/2)
cosmica2:0:408A:07:000:Stop Enemy Attacks "ON"
cosmica2:0:408A:00:001:Stop Enemy Attacks "OFF"
cosmica2:0:4003:06:000:Infinite Lives PL1
cosmica2:0:4004:06:000:Infinite Lives PL2
; [ Cosmic Guerilla ]
cosmicg:0:3C1C:00:000:More Bonus Ships to shoot
cosmicg:0:3C05:05:000:Infinite Lives PL1
cosmicg:0:3C07:05:000:Infinite Lives PL2
; [ Cosmic Monsters ]
cosmicmo:0:2009:78:000:Invaders never drop
cosmicmo:0:2069:00:000:Invaders don't fire
cosmicmo:0:206A:30:500:Invaders don't fire (2/2)
cosmicmo:0:0384:C3:100:Bullet Invincibility
cosmicmo:0:2094:04:540:Bullet Invincibility (2/3)
cosmicmo:0:2015:FF:500:Bullet Invincibility (3/3)
cosmicmo:0:0F7F:00:100:Autofire Mode
cosmicmo:0:21FF:03:000:Infinite Lives PL1
cosmicmo:0:2100:00:001:Kill All Invaders Now! PL1
cosmicmo:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
cosmicmo:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
cosmicmo:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
cosmicmo:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
cosmicmo:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
cosmicmo:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
cosmicmo:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
cosmicmo:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
cosmicmo:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
cosmicmo:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
cosmicmo:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
cosmicmo:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
cosmicmo:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
cosmicmo:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
cosmicmo:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
cosmicmo:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
cosmicmo:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
cosmicmo:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
cosmicmo:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
cosmicmo:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
cosmicmo:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
cosmicmo:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
cosmicmo:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
cosmicmo:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
cosmicmo:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
cosmicmo:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
cosmicmo:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
cosmicmo:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
cosmicmo:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
cosmicmo:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
cosmicmo:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
cosmicmo:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
cosmicmo:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
cosmicmo:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
cosmicmo:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
cosmicmo:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
cosmicmo:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
cosmicmo:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
cosmicmo:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
cosmicmo:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
cosmicmo:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
cosmicmo:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
cosmicmo:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
cosmicmo:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
cosmicmo:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
cosmicmo:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
cosmicmo:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
cosmicmo:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
cosmicmo:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
cosmicmo:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
cosmicmo:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
cosmicmo:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
cosmicmo:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
cosmicmo:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
cosmicmo:0:22FF:07:000:Infinite Lives PL2
cosmicmo:0:2200:00:001:Kill All Invaders Now! PL2
cosmicmo:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
cosmicmo:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
cosmicmo:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
cosmicmo:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
cosmicmo:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
cosmicmo:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
cosmicmo:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
cosmicmo:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
cosmicmo:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
cosmicmo:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
cosmicmo:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
cosmicmo:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
cosmicmo:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
cosmicmo:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
cosmicmo:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
cosmicmo:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
cosmicmo:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
cosmicmo:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
cosmicmo:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
cosmicmo:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
cosmicmo:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
cosmicmo:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
cosmicmo:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
cosmicmo:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
cosmicmo:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
cosmicmo:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
cosmicmo:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
cosmicmo:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
cosmicmo:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
cosmicmo:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
cosmicmo:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
cosmicmo:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
cosmicmo:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
cosmicmo:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
cosmicmo:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
cosmicmo:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
cosmicmo:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
cosmicmo:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
cosmicmo:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
cosmicmo:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
cosmicmo:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
cosmicmo:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
cosmicmo:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
cosmicmo:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
cosmicmo:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
cosmicmo:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
cosmicmo:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
cosmicmo:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
cosmicmo:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
cosmicmo:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
cosmicmo:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
cosmicmo:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
cosmicmo:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
cosmicmo:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Cosmo Gang the Video (US) ]
cosmogng:0:409B29:03:000:Infinite Lives
cosmogng:0:100715:20:040:Always have Single Shot PL1
cosmogng:0:100715:20:020:Always have Double Shot PL1
cosmogng:0:1008CD:0F:000:Bonus Multiplier always=16 PL1
cosmogng:0:10100B:01:000:Invincibility PL1
cosmogng:0:100717:20:040:Always have Single Shot PL2
cosmogng:0:100717:20:040:Always have Double Shot PL2
cosmogng:0:1008CF:0F:000:Bonus Multiplier always=16 PL2
cosmogng:0:101089:01:000:Invincibility PL2
cosmogng:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
; [ Cosmo Gang the Video (Japan) ]
cosmognj:0:409B29:03:000:Infinite Lives
cosmognj:0:100715:20:040:Always have Single Shot PL1
cosmognj:0:100715:20:020:Always have Double Shot PL1
cosmognj:0:1008CD:0F:000:Bonus Multiplier always=16 PL1
cosmognj:0:10100B:01:000:Invincibility PL1
cosmognj:0:100717:20:040:Always have Single Shot PL2
cosmognj:0:100717:20:040:Always have Double Shot PL2
cosmognj:0:1008CF:0F:000:Bonus Multiplier always=16 PL2
cosmognj:0:101089:01:000:Invincibility PL2
cosmognj:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
; [ Cosmos ]
cosmos:0:1D67:99:000:Infinite Credits
cosmos:0:1C91:5C:000:Infinite Energy
cosmos:0:1D66:01:040:Invincibility:Turn OFF to dock!
cosmos:0:1CDD:05:000:Infinite Lives PL1
cosmos:0:1CDE:05:000:Infinite Lives PL2
; [ Cotocoto Cottong ]
cottong:0:9900:06:000:Infinite Lives
; [ Cassette: Peter Pepper's Ice Cream Factory (set 1) ]
cppicf:0:0001:09:000:Infinite Credits
cppicf:0:000D:0B:000:Infinite Lives
cppicf:0:0014:00:001:Finish this Pattern Now!
; [ Cassette: Peter Pepper's Ice Cream Factory (set 2) ]
cppicf2:0:0001:09:000:Infinite Credits
cppicf2:0:000D:0B:000:Infinite Lives
cppicf2:0:0014:00:001:Finish this Pattern Now!
; [ Cassette: Pro Tennis ]
cptennis:0:00D1:09:000:Infinite Credits
cptennis:0:00BD:0F:000:Infinite Lives PL1
cptennis:0:00BE:0F:000:Infinite Lives PL2
; [ Crackshot (version 2.0) ]
cracksht:0:3317:00:000:No time between bullets
cracksht:0:333A:80:004:Infinite Time PL1
cracksht:0:3335:00:001:Finish level Now! PL1
cracksht:0:3336:00:501:Finish level Now! PL1 (2/3)
cracksht:0:3337:00:501:Finish level Now! PL1 (3/3)
cracksht:0:334E:80:004:Infinite Time PL2
cracksht:0:3349:00:001:Finish level Now! PL2
cracksht:0:334A:00:501:Finish level Now! PL2 (2/3)
cracksht:0:334B:00:501:Finish level Now! PL2 (3/3)
; [ Crash ]
crash:0:000E:02:000:Infinite Lives
; [ Crater Raider ]
crater:0:F4F3:04:000:Infinite Lives
crater:0:F4F4:09:000:Infinite Time
crater:0:F4F1:80:000:Infinite Energy
; [ Crazy Blocks ]
crazyblk:0:A006:09:000:Infinite Credits
crazyblk:0:A071:09:000:Infinite Lives
; [ Crazy Cop (Japan) ]
crazycop:0:40A0:06:000:Infinite Lives PL1
crazycop:0:4833:20:000:Infinite Ammo PL1
crazycop:0:482C:03:000:Rocket Grenade PL1
crazycop:0:482A:04:000:Medium Weapon Powerup PL1
crazycop:0:482A:07:000:Heavy Weapon Powerup PL1
crazycop:0:482F:50:000:Invincibility PL1
crazycop:0:482B:00:500:Invincibility PL1 (2/2)
crazycop:0:40B0:06:000:Infinite Lives PL2
crazycop:0:48C3:20:000:Infinite Ammo PL2
crazycop:0:48BC:03:000:Rocket Grenades PL2
crazycop:0:48BA:04:000:Medium Weapon Powerup PL2
crazycop:0:48BA:07:000:Heavy Weapon Powerup PL2
crazycop:0:48BF:50:000:Invincibility PL2
crazycop:0:48BB:00:500:Invincibility PL2 (2/2)
crazycop:0:500A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Crazy Balloon (set 2) ]
crbalon2:0:0000:00:999:[See the Dip Switch Menu to ]
crbalon2:0:0000:00:999:[enable Invincibility. ]
crbalon2:0:40F0:05:000:Infinite Lives PL1
crbalon2:0:40F1:05:000:Infinite Lives PL2
; [ Crazy Balloon (set 1) ]
crbaloon:0:0000:00:999:[See the Dip Switch Menu to ]
crbaloon:0:0000:00:999:[enable Invincibility. ]
crbaloon:0:40F0:05:000:Infinite Lives PL1
crbaloon:0:40F1:05:000:Infinite Lives PL2
; [ Crime City (World) ]
crimec:0:A023B2:03:000:Infinite Time
crimec:0:A023B3:E8:500:Infinite Time (2/2)
crimec:0:A023C3:08:000:Infinite Lives PL1
crimec:0:A023BB:08:000:Infinite Energy PL1
crimec:0:A02455:00:000:Infinite Ammo PL1
crimec:0:A023FF:3E:000:Invincibility PL1
crimec:0:A02407:00:000:Always have Normal gun PL1
crimec:0:A02407:01:000:Always have Machine gun PL1
crimec:0:A02407:02:000:Always have Armour-Piercing gun PL1
crimec:0:A02407:03:000:Always have 3-way gun PL1
crimec:0:A02407:00:001:Get Normal gun Now! PL1
crimec:0:A02407:01:001:Get Machine gun Now! PL1
crimec:0:A02407:02:001:Get Armour-Piercing gun Now! PL1
crimec:0:A02407:03:001:Get 3-way gun Now! PL1
crimec:0:A023C5:08:000:Infinite Lives PL2
crimec:0:A023BF:08:000:Infinite Energy PL2
crimec:0:A02755:00:000:Infinite Ammo PL2
crimec:0:A026FF:3E:000:Invincibility PL2
crimec:0:A02707:00:000:Always have Normal gun PL2
crimec:0:A02707:01:000:Always have Machine gun PL2
crimec:0:A02707:02:000:Always have Armour-Piercing gun PL2
crimec:0:A02707:03:000:Always have 3-way gun PL2
crimec:0:A02707:00:001:Get Normal gun Now! PL2
crimec:0:A02707:01:001:Get Machine gun Now! PL2
crimec:0:A02707:02:001:Get Armour-Piercing gun Now! PL2
crimec:0:A02707:03:001:Get 3-way gun Now! PL2
; [ Crime City (Japan) ]
crimecj:0:A023B2:03:000:Infinite Time
crimecj:0:A023B3:E8:500:Infinite Time (2/2)
crimecj:0:A023C3:08:000:Infinite Lives PL1
crimecj:0:A023BB:08:000:Infinite Energy PL1
crimecj:0:A02455:00:000:Infinite Ammo PL1
crimecj:0:A023FF:3E:000:Invincibility PL1
crimecj:0:A02407:00:000:Always have Normal gun PL1
crimecj:0:A02407:01:000:Always have Machine gun PL1
crimecj:0:A02407:02:000:Always have Armour-Piercing gun PL1
crimecj:0:A02407:03:000:Always have 3-way gun PL1
crimecj:0:A02407:00:001:Get Normal gun Now! PL1
crimecj:0:A02407:01:001:Get Machine gun Now! PL1
crimecj:0:A02407:02:001:Get Armour-Piercing gun Now! PL1
crimecj:0:A02407:03:001:Get 3-way gun Now! PL1
crimecj:0:A023C5:08:000:Infinite Lives PL2
crimecj:0:A023BF:08:000:Infinite Energy PL2
crimecj:0:A02755:00:000:Infinite Ammo PL2
crimecj:0:A026FF:3E:000:Invincibility PL2
crimecj:0:A02707:00:000:Always have Normal gun PL2
crimecj:0:A02707:01:000:Always have Machine gun PL2
crimecj:0:A02707:02:000:Always have Armour-Piercing gun PL2
crimecj:0:A02707:03:000:Always have 3-way gun PL2
crimecj:0:A02707:00:001:Get Normal gun Now! PL2
crimecj:0:A02707:01:001:Get Machine gun Now! PL2
crimecj:0:A02707:02:001:Get Armour-Piercing gun Now! PL2
crimecj:0:A02707:03:001:Get 3-way gun Now! PL2
; [ Crime City (US) ]
crimecu:0:A023B2:03:000:Infinite Time
crimecu:0:A023B3:E8:500:Infinite Time (2/2)
crimecu:0:A023C3:08:000:Infinite Lives PL1
crimecu:0:A023BB:08:000:Infinite Energy PL1
crimecu:0:A02455:00:000:Infinite Ammo PL1
crimecu:0:A023FF:3E:000:Invincibility PL1
crimecu:0:A02407:00:000:Always have Normal gun PL1
crimecu:0:A02407:01:000:Always have Machine gun PL1
crimecu:0:A02407:02:000:Always have Armour-Piercing gun PL1
crimecu:0:A02407:03:000:Always have 3-way gun PL1
crimecu:0:A02407:00:001:Get Normal gun Now! PL1
crimecu:0:A02407:01:001:Get Machine gun Now! PL1
crimecu:0:A02407:02:001:Get Armour-Piercing gun Now! PL1
crimecu:0:A02407:03:001:Get 3-way gun Now! PL1
crimecu:0:A023C5:08:000:Infinite Lives PL2
crimecu:0:A023BF:08:000:Infinite Energy PL2
crimecu:0:A02755:00:000:Infinite Ammo PL2
crimecu:0:A026FF:3E:000:Invincibility PL2
crimecu:0:A02707:00:000:Always have Normal gun PL2
crimecu:0:A02707:01:000:Always have Machine gun PL2
crimecu:0:A02707:02:000:Always have Armour-Piercing gun PL2
crimecu:0:A02707:03:000:Always have 3-way gun PL2
crimecu:0:A02707:00:001:Get Normal gun Now! PL2
crimecu:0:A02707:01:001:Get Machine gun Now! PL2
crimecu:0:A02707:02:001:Get Armour-Piercing gun Now! PL2
crimecu:0:A02707:03:001:Get 3-way gun Now! PL2
; [ Crime Fighters (US 4 players) ]
crimfght:0:0562:99:000:Infinite Energy PL1
crimfght:0:0563:99:500:Infinite Energy PL1 (2/2)
crimfght:0:093C:FF:000:Invincibility PL1:Only in "fair" fights
crimfght:0:091C:0F:000:Infinite Ammo PL1
crimfght:0:0918:01:000:Always have Knife PL1
crimfght:0:04E0:60:500:Always have Knife PL1 (2/3)
crimfght:0:04E1:84:500:Always have Knife PL1 (3/3)
crimfght:0:0918:02:000:Always have Pipe PL1
crimfght:0:04E0:61:500:Always have Pipe PL1 (2/3)
crimfght:0:04E1:02:500:Always have Pipe PL1 (3/3)
crimfght:0:0918:03:000:Always have Gun PL1
crimfght:0:04E0:61:500:Always have Gun PL1 (2/3)
crimfght:0:04E1:80:500:Always have Gun PL1 (3/3)
crimfght:0:0918:01:001:Get Knife Now! PL1
crimfght:0:04E0:60:501:Get Knife Now! PL1 (2/3)
crimfght:0:04E1:84:501:Get Knife Now! PL1 (3/3)
crimfght:0:0918:02:001:Get Pipe Now! PL1
crimfght:0:04E0:61:501:Get Pipe Now! PL1 (2/3)
crimfght:0:04E1:02:501:Get Pipe Now! PL1 (3/3)
crimfght:0:0918:03:001:Get Gun Now! PL1
crimfght:0:04E0:61:501:Get Gun Now! PL1 (2/3)
crimfght:0:04E1:80:501:Get Gun Now! PL1 (3/3)
crimfght:0:0564:99:000:Infinite Energy PL2
crimfght:0:0565:99:500:Infinite Energy PL2 (2/2)
crimfght:0:097C:FF:000:Invincibility PL2:Only in "fair" fights
crimfght:0:095C:0F:000:Infinite Ammo PL2
crimfght:0:0958:01:000:Always have Knife PL2
crimfght:0:04E2:60:500:Always have Knife PL2 (2/3)
crimfght:0:04E3:84:500:Always have Knife PL2 (3/3)
crimfght:0:0958:02:000:Always have Pipe PL2
crimfght:0:04E2:61:500:Always have Pipe PL2 (2/3)
crimfght:0:04E3:02:500:Always have Pipe PL2 (3/3)
crimfght:0:0958:03:000:Always have Gun PL2
crimfght:0:04E2:61:500:Always have Gun PL2 (2/3)
crimfght:0:04E3:80:500:Always have Gun PL2 (3/3)
crimfght:0:0958:01:001:Get Knife Now! PL2
crimfght:0:04E2:60:501:Get Knife Now! PL2 (2/3)
crimfght:0:04E3:84:501:Get Knife Now! PL2 (3/3)
crimfght:0:0958:02:001:Get Pipe Now! PL2
crimfght:0:04E2:61:501:Get Pipe Now! PL2 (2/3)
crimfght:0:04E3:02:501:Get Pipe Now! PL2 (3/3)
crimfght:0:0958:03:001:Get Gun Now! PL2
crimfght:0:04E2:61:501:Get Gun Now! PL2 (2/3)
crimfght:0:04E3:80:501:Get Gun Now! PL2 (3/3)
crimfght:0:0566:99:000:Infinite Energy PL3
crimfght:0:0567:99:500:Infinite Energy PL3 (2/2)
crimfght:0:09BC:FF:000:Invincibility PL3:Only in "fair" fights
crimfght:0:099C:0F:000:Infinite Ammo PL3
crimfght:0:0998:01:000:Always have Knife PL3
crimfght:0:04E4:60:500:Always have Knife PL3 (2/3)
crimfght:0:04E5:84:500:Always have Knife PL3 (3/3)
crimfght:0:0998:02:000:Always have Pipe PL3
crimfght:0:04E4:61:500:Always have Pipe PL3 (2/3)
crimfght:0:04E5:02:500:Always have Pipe PL3 (3/3)
crimfght:0:0998:03:000:Always have Gun PL3
crimfght:0:04E4:61:500:Always have Gun PL3 (2/3)
crimfght:0:04E5:80:500:Always have Gun PL3 (3/3)
crimfght:0:0998:01:001:Get Knife Now! PL3
crimfght:0:04E4:60:501:Get Knife Now! PL3 (2/3)
crimfght:0:04E5:84:501:Get Knife Now! PL3 (3/3)
crimfght:0:0998:02:001:Get Pipe Now! PL3
crimfght:0:04E4:61:501:Get Pipe Now! PL3 (2/3)
crimfght:0:04E5:02:501:Get Pipe Now! PL3 (3/3)
crimfght:0:0998:03:001:Get Gun Now! PL3
crimfght:0:04E4:61:501:Get Gun Now! PL3 (2/3)
crimfght:0:04E5:80:501:Get Gun Now! PL3 (3/3)
crimfght:0:0568:99:000:Infinite Energy PL4
crimfght:0:0569:99:500:Infinite Energy PL4 (2/2)
crimfght:0:09FC:FF:000:Invincibility PL4:Only in "fair" fights
crimfght:0:09DC:0F:000:Infinite Ammo PL4
crimfght:0:09D8:01:000:Always have Knife PL4
crimfght:0:04E6:60:500:Always have Knife PL4 (2/3)
crimfght:0:04E7:84:500:Always have Knife PL4 (3/3)
crimfght:0:09D8:02:000:Always have Pipe PL4
crimfght:0:04E6:61:500:Always have Pipe PL4 (2/3)
crimfght:0:04E7:02:500:Always have Pipe PL4 (3/3)
crimfght:0:09D8:03:000:Always have Gun PL4
crimfght:0:04E6:61:500:Always have Gun PL4 (2/3)
crimfght:0:04E7:80:500:Always have Gun PL4 (3/3)
crimfght:0:09D8:01:001:Get Knife Now! PL4
crimfght:0:04E6:60:501:Get Knife Now! PL4 (2/3)
crimfght:0:04E7:84:501:Get Knife Now! PL4 (3/3)
crimfght:0:09D8:02:001:Get Pipe Now! PL4
crimfght:0:04E6:61:501:Get Pipe Now! PL4 (2/3)
crimfght:0:04E7:02:501:Get Pipe Now! PL4 (3/3)
crimfght:0:09D8:03:001:Get Gun Now! PL4
crimfght:0:04E6:61:501:Get Gun Now! PL4 (2/3)
crimfght:0:04E7:80:501:Get Gun Now! PL4 (3/3)
crimfght:0:1645:FF:000:Sound Test Timer Stop:[PL2 Shot2]Next Code
; [ Crime Fighters (World 2 Players) ]
crimfgt2:0:0527:9A:000:Infinite Time
crimfgt2:0:052B:0A:000:Infinite Lives PL1
crimfgt2:0:0562:20:000:Infinite Energy PL1
crimfgt2:0:093C:FF:000:Invincibility PL1:Only in "fair" fights
crimfgt2:0:0918:01:000:Always have Knife PL1
crimfgt2:0:04E0:60:500:Always have Knife PL1 (2/3)
crimfgt2:0:04E1:84:500:Always have Knife PL1 (3/3)
crimfgt2:0:0918:02:000:Always have Pipe PL1
crimfgt2:0:04E0:61:500:Always have Pipe PL1 (2/3)
crimfgt2:0:04E1:02:500:Always have Pipe PL1 (3/3)
crimfgt2:0:0918:03:000:Always have Gun PL1
crimfgt2:0:04E0:61:500:Always have Gun PL1 (2/3)
crimfgt2:0:04E1:80:500:Always have Gun PL1 (3/3)
crimfgt2:0:0918:01:001:Get Knife Now! PL1
crimfgt2:0:04E0:60:501:Get Knife Now! PL1 (2/3)
crimfgt2:0:04E1:84:501:Get Knife Now! PL1 (3/3)
crimfgt2:0:0918:02:001:Get Pipe Now! PL1
crimfgt2:0:04E0:61:501:Get Pipe Now! PL1 (2/3)
crimfgt2:0:04E1:02:501:Get Pipe Now! PL1 (3/3)
crimfgt2:0:0918:03:001:Get Gun Now! PL1
crimfgt2:0:04E0:61:501:Get Gun Now! PL1 (2/3)
crimfgt2:0:04E1:80:501:Get Gun Now! PL1 (3/3)
crimfgt2:0:052C:0A:000:Infinite Lives PL2
crimfgt2:0:0564:20:000:Infinite Energy PL2
crimfgt2:0:097C:FF:000:Invincibility PL2:Only in "fair" fights
crimfgt2:0:0958:01:000:Always have Knife PL2
crimfgt2:0:04E2:60:500:Always have Knife PL2 (2/3)
crimfgt2:0:04E3:84:500:Always have Knife PL2 (3/3)
crimfgt2:0:0958:02:000:Always have Pipe PL2
crimfgt2:0:04E2:61:500:Always have Pipe PL2 (2/3)
crimfgt2:0:04E3:02:500:Always have Pipe PL2 (3/3)
crimfgt2:0:0958:03:000:Always have Gun PL2
crimfgt2:0:04E2:61:500:Always have Gun PL2 (2/3)
crimfgt2:0:04E3:80:500:Always have Gun PL2 (3/3)
crimfgt2:0:0958:01:001:Get Knife Now! PL2
crimfgt2:0:04E2:60:501:Get Knife Now! PL2 (2/3)
crimfgt2:0:04E3:84:501:Get Knife Now! PL2 (3/3)
crimfgt2:0:0958:02:001:Get Pipe Now! PL2
crimfgt2:0:04E2:61:501:Get Pipe Now! PL2 (2/3)
crimfgt2:0:04E3:02:501:Get Pipe Now! PL2 (3/3)
crimfgt2:0:0958:03:001:Get Gun Now! PL2
crimfgt2:0:04E2:61:501:Get Gun Now! PL2 (2/3)
crimfgt2:0:04E3:80:501:Get Gun Now! PL2 (3/3)
crimfgt2:0:1645:FF:000:Sound Test Timer Stop:[PL2 Shot2]Next Code
; [ Crime Fighters (Japan 2 Players) ]
crimfgtj:0:0527:9A:000:Infinite Time
crimfgtj:0:052B:0A:000:Infinite Lives PL1
crimfgtj:0:0562:20:000:Infinite Energy PL1
crimfgtj:0:093C:FF:000:Invincibility PL1:Only in "fair" fights
crimfgtj:0:0918:01:000:Always have Knife PL1
crimfgtj:0:04E0:60:500:Always have Knife PL1 (2/3)
crimfgtj:0:04E1:84:500:Always have Knife PL1 (3/3)
crimfgtj:0:0918:02:000:Always have Pipe PL1
crimfgtj:0:04E0:61:500:Always have Pipe PL1 (2/3)
crimfgtj:0:04E1:02:500:Always have Pipe PL1 (3/3)
crimfgtj:0:0918:03:000:Always have Gun PL1
crimfgtj:0:04E0:61:500:Always have Gun PL1 (2/3)
crimfgtj:0:04E1:80:500:Always have Gun PL1 (3/3)
crimfgtj:0:0918:01:001:Get Knife Now! PL1
crimfgtj:0:04E0:60:501:Get Knife Now! PL1 (2/3)
crimfgtj:0:04E1:84:501:Get Knife Now! PL1 (3/3)
crimfgtj:0:0918:02:001:Get Pipe Now! PL1
crimfgtj:0:04E0:61:501:Get Pipe Now! PL1 (2/3)
crimfgtj:0:04E1:02:501:Get Pipe Now! PL1 (3/3)
crimfgtj:0:0918:03:001:Get Gun Now! PL1
crimfgtj:0:04E0:61:501:Get Gun Now! PL1 (2/3)
crimfgtj:0:04E1:80:501:Get Gun Now! PL1 (3/3)
crimfgtj:0:052C:0A:000:Infinite Lives PL2
crimfgtj:0:0564:20:000:Infinite Energy PL2
crimfgtj:0:097C:FF:000:Invincibility PL2:Only in "fair" fights
crimfgtj:0:0958:01:000:Always have Knife PL2
crimfgtj:0:04E2:60:500:Always have Knife PL2 (2/3)
crimfgtj:0:04E3:84:500:Always have Knife PL2 (3/3)
crimfgtj:0:0958:02:000:Always have Pipe PL2
crimfgtj:0:04E2:61:500:Always have Pipe PL2 (2/3)
crimfgtj:0:04E3:02:500:Always have Pipe PL2 (3/3)
crimfgtj:0:0958:03:000:Always have Gun PL2
crimfgtj:0:04E2:61:500:Always have Gun PL2 (2/3)
crimfgtj:0:04E3:80:500:Always have Gun PL2 (3/3)
crimfgtj:0:0958:01:001:Get Knife Now! PL2
crimfgtj:0:04E2:60:501:Get Knife Now! PL2 (2/3)
crimfgtj:0:04E3:84:501:Get Knife Now! PL2 (3/3)
crimfgtj:0:0958:02:001:Get Pipe Now! PL2
crimfgtj:0:04E2:61:501:Get Pipe Now! PL2 (2/3)
crimfgtj:0:04E3:02:501:Get Pipe Now! PL2 (3/3)
crimfgtj:0:0958:03:001:Get Gun Now! PL2
crimfgtj:0:04E2:61:501:Get Gun Now! PL2 (2/3)
crimfgtj:0:04E3:80:501:Get Gun Now! PL2 (3/3)
crimfgtj:0:1645:FF:000:Sound Test Timer Stop:[PL2 Shot2]Next Code
; [ Crossbow (version 2.0) ]
crossbow:0:3902:00:000:No time between bullets
crossbow:0:0000:00:999:["get em back" codes,survive]
crossbow:0:0000:00:999:[the level w/anyone, and you]
crossbow:0:0000:00:999:[get whoever you want back ]
crossbow:0:0000:00:999:[when it's time to pick your]
crossbow:0:0000:00:999:[path! ]
crossbow:0:2200:FF:000:Always get Ranger back
crossbow:0:2201:FF:000:Always get Dwarf back
crossbow:0:2202:FF:000:Always get Valkyrie back
crossbow:0:2203:FF:000:Always get Zulu back
crossbow:0:2204:FF:000:Always get Monk back
crossbow:0:2205:FF:000:Always get Thief back
crossbow:0:2206:FF:000:Always get Wizard back
crossbow:0:2207:FF:000:Always get Child back
; [ Crossed Swords ]
crsword:0:10405B:64:000:Infinite Energy PL1
crsword:0:104052:FF:000:Max Power Bar PL1
crsword:0:10405C:63:000:Infinite Bombs PL1
crsword:0:104066:FF:000:Infinite Gold PL1
crsword:0:104067:FF:500:Infinite Gold PL1 (2/2)
crsword:0:1040DB:64:000:Infinite Energy PL2
crsword:0:1040D2:FF:000:Max Power Bar PL2
crsword:0:1040DC:63:000:Infinite Bombs PL2
crsword:0:1040E6:FF:000:Infinite Gold PL2
crsword:0:1040E7:FF:500:Infinite Gold PL2 (2/2)
; [ Cruisin ]
cruisin:0:004C:03:000:Infinite Lives PL1
cruisin:0:00AE:01:000:Infinite Oil PL1
cruisin:0:004D:03:000:Infinite Lives PL2
cruisin:0:00AF:01:000:Infinite Oil PL2
cruisin:0:0000:02:000:Invincibility
cruisin:0:0000:07:001:Finish Stage Now!
cruisin:0:0000:00:999:[NOTE- Both parts of the ]
cruisin:0:0000:00:999:[select stage cheats must be]
cruisin:0:0000:00:999:[enabled individually. You ]
cruisin:0:0000:00:999:[must select the same value!]
cruisin:0:0002:0B:071:Select current stage (1|2)
cruisin:0:0003:0B:071:Select current stage (2|2)
cruisin:0:0002:0B:061:Select next stage (1|2)
cruisin:0:0003:0B:061:Select next stage (2|2)
; [ Crush Roller (Kural Samno) ]
crush:0:4C1C:06:000:Infinite Lives PL1
crush:0:4C1D:06:000:Infinite Lives PL2
crush:0:4C1E:09:000:Infinite Credits
crush:0:4FC8:4C:000:Yellow can't eat you
crush:0:4FCA:4C:000:Green can't eat you
crush:0:4FC8:E0:001:Yellow can eat you
crush:0:4FCA:E0:001:Green can eat you
; [ Crush Roller (Kural Esco - bootleg?) ]
crush2:0:4C1C:06:000:Infinite Lives PL1
crush2:0:4C1D:06:000:Infinite Lives PL2
crush2:0:4C1E:09:000:Infinite Credits
crush2:0:4FC8:4C:000:Yellow can't eat you
crush2:0:4FCA:4C:000:Green can't eat you
crush2:0:4FC8:E0:001:Yellow can eat you
crush2:0:4FCA:E0:001:Green can eat you
; [ Crush Roller (Kural - bootleg?) ]
crush3:0:4C1C:06:000:Infinite Lives PL1
crush3:0:4C1D:06:000:Infinite Lives PL2
crush3:0:4C1E:09:000:Infinite Credits
crush3:0:4FC8:4C:000:Yellow can't eat you
crush3:0:4FCA:4C:000:Green can't eat you
crush3:0:4FC8:E0:001:Yellow can eat you
crush3:0:4FCA:E0:001:Green can eat you
; [ Crystal Gal 2 (Japan) ]
crystal2:0:0000:00:999:[The winning hand cheat must]
crystal2:0:0000:00:999:[be activated when there are]
crystal2:0:0000:00:999:[14 tiles in your hand, then]
crystal2:0:0000:00:999:[press the RON key . ]
crystal2:0:0000:00:999:[('Z' by default). The tiles]
crystal2:0:0000:00:999:[do not visually change ]
crystal2:0:0000:00:999:[until you make a move. ]
crystal2:0:F001:31:001:Get winning hand Now!
crystal2:0:F002:31:501:Get winning hand Now! (02/14)
crystal2:0:F003:31:501:Get winning hand Now! (03/14)
crystal2:0:F004:32:501:Get winning hand Now! (04/14)
crystal2:0:F005:32:501:Get winning hand Now! (05/14)
crystal2:0:F006:32:501:Get winning hand Now! (06/14)
crystal2:0:F007:33:501:Get winning hand Now! (07/14)
crystal2:0:F008:33:501:Get winning hand Now! (08/14)
crystal2:0:F009:33:501:Get winning hand Now! (09/14)
crystal2:0:F00A:34:501:Get winning hand Now! (10/14)
crystal2:0:F00B:34:501:Get winning hand Now! (11/14)
crystal2:0:F00C:34:501:Get winning hand Now! (12/14)
crystal2:0:F00D:35:501:Get winning hand Now! (13/14)
crystal2:0:F00E:35:501:Get winning hand Now! (14/14)
crystal2:0:F001:31:000:Always winning hand
crystal2:0:F002:31:500:Always winning hand (02/14)
crystal2:0:F003:31:500:Always winning hand (03/14)
crystal2:0:F004:32:500:Always winning hand (04/14)
crystal2:0:F005:32:500:Always winning hand (05/14)
crystal2:0:F006:32:500:Always winning hand (06/14)
crystal2:0:F007:33:500:Always winning hand (07/14)
crystal2:0:F008:33:500:Always winning hand (08/14)
crystal2:0:F009:33:500:Always winning hand (09/14)
crystal2:0:F00A:34:500:Always winning hand (10/14)
crystal2:0:F00B:34:500:Always winning hand (11/14)
crystal2:0:F00C:34:500:Always winning hand (12/14)
crystal2:0:F00D:35:500:Always winning hand (13/14)
crystal2:0:F00E:35:500:Always winning hand (14/14)
; [ Capcom Sports Club (Asia 970722) ]
cscluba:0:FF8AE9:09:000:Infinite Credits
cscluba:0:FF8C92:09:000:Infinite Time
cscluba:0:FF8C93:05:500:Infinite Time (2/3)
cscluba:0:FF8C94:09:500:Infinite Time (3/3)
cscluba:0:FF8C92:00:001:Finish this Game Now!
cscluba:0:FF8C93:00:501:Finish this Game Now! (2/3)
cscluba:0:FF8C94:00:501:Finish this Game Now! (3/3)
cscluba:0:FF8C20:FF:000:Always have Secret Character Selection
cscluba:0:FF8C21:FF:500:Always have Secret Character Selection (2/2)
cscluba:0:FF8C20:07:001:Secret Character Selection "ON"
cscluba:0:FF8C21:CD:501:Secret Character Selection "ON" (2/2)
cscluba:0:FF8C20:00:001:Secret Character Selection "OFF"
cscluba:0:FF8C21:00:501:Secret Character Selection "OFF" (2/2)
cscluba:0:000000:00:999:[ Dunk Stars Cheats ]
cscluba:0:FF0E3F:FF:000:Infinite Team Selection Time PL1
cscluba:0:FF0E36:08:001:Play as the USA/Gold Team Now! PL1:Use on the Character Selection Screen
cscluba:0:FF8C99:00:000:Score always = 0 PL1
cscluba:0:FF8C99:63:000:Score always = 99 PL1
cscluba:0:FF8C99:00:001:Set score = 0 Now! PL1
cscluba:0:FF8C99:32:001:Set score = 50 Now! PL1
cscluba:0:FF8C99:63:070:Select score Now! PL1
cscluba:0:FF0E4F:FF:000:Infinite Team Selection Time PL2
cscluba:0:FF0E46:08:001:Play as the USA/Gold Team Now! PL2:Use on the Character Selection Screen
cscluba:0:FF8C9B:00:000:Score always = 0 PL2
cscluba:0:FF8C9B:63:000:Score always = 99 PL2
cscluba:0:FF8C9B:00:001:Set score = 0 Now! PL2
cscluba:0:FF8C9B:32:001:Set score = 50 Now! PL2
cscluba:0:FF8C9B:63:070:Select score Now! PL2
cscluba:0:000000:00:999:[ Kick Stars Cheats ]
cscluba:0:FF0995:FF:000:Infinite Team Selection Time PL1
cscluba:0:FF098C:08:001:Play as the All Stars Team Now! PL1:Use on the Character Selection Screen
cscluba:0:FF8CB5:00:000:Score always = 0 PL1
cscluba:0:FF8CB5:63:000:Score always = 99 PL1
cscluba:0:FF8CB5:00:001:Set score = 0 Now! PL1
cscluba:0:FF8CB5:32:001:Set score = 50 Now! PL1
cscluba:0:FF8CB5:63:070:Select score Now! PL1
cscluba:0:FF09A9:FF:000:Infinite Team Selection Time PL2
cscluba:0:FF09A0:08:001:Play as the All Stars Team Now! PL2:Use on the Character Selection Screen
cscluba:0:FF8CBB:00:000:Score always = 0 PL2
cscluba:0:FF8CBB:63:000:Score always = 99 PL2
cscluba:0:FF8CBB:00:001:Set score = 0 Now! PL2
cscluba:0:FF8CBB:32:001:Set score = 50 Now! PL2
cscluba:0:FF8CBB:63:070:Select score Now! PL2
cscluba:0:000000:00:999:[ Smash Stars Cheats ]
cscluba:0:FF0CAB:FF:000:Infinite Team Selection Time PL1
cscluba:0:FFAE87:10:001:Play as the Melody/Love Team Now! PL1:Use on the Character Selection Screen
cscluba:0:FFAE14:00:000:SET Score always = 0 PL1
cscluba:0:FFAE14:00:001:Set SET score = 0 Now! PL1
cscluba:0:FFAE14:03:001:Set SET score = 40 Now! PL1
cscluba:0:FFAE15:00:000:MATCH Score always = 0 PL1
cscluba:0:FFAE15:00:001:Set MATCH score = 0 Now! PL1
cscluba:0:FFAE15:06:001:Set MATCH score = 6 Now! PL1
cscluba:0:FF0CBF:FF:000:Infinite Team Selection Time PL2
cscluba:0:FFB387:10:001:Play as the Melody/Love Team Now! PL2:Use on the Character Selection Screen
cscluba:0:FFB314:00:000:SET Score always = 0 PL2
cscluba:0:FFB314:00:001:Set SET score = 0 Now! PL2
cscluba:0:FFB314:03:001:Set SET score = 40 Now! PL2
cscluba:0:FFB315:00:000:MATCH Score always = 0 PL2
cscluba:0:FFB315:00:001:Set MATCH score = 0 Now! PL2
cscluba:0:FFB315:06:001:Set MATCH score = 6 Now! PL2
; [ Capcom Sports Club (Japan 970722) ]
csclubj:0:FF8AE9:09:000:Infinite Credits
csclubj:0:FF8C92:09:000:Infinite Time
csclubj:0:FF8C93:05:500:Infinite Time (2/3)
csclubj:0:FF8C94:09:500:Infinite Time (3/3)
csclubj:0:FF8C92:00:001:Finish this Game Now!
csclubj:0:FF8C93:00:501:Finish this Game Now! (2/3)
csclubj:0:FF8C94:00:501:Finish this Game Now! (3/3)
csclubj:0:FF8C20:FF:000:Always have Secret Character Selection
csclubj:0:FF8C21:FF:500:Always have Secret Character Selection (2/2)
csclubj:0:FF8C20:07:001:Secret Character Selection "ON"
csclubj:0:FF8C21:CD:501:Secret Character Selection "ON" (2/2)
csclubj:0:FF8C20:00:001:Secret Character Selection "OFF"
csclubj:0:FF8C21:00:501:Secret Character Selection "OFF" (2/2)
csclubj:0:000000:00:999:[ Dunk Stars Cheats ]
csclubj:0:FF0E3F:FF:000:Infinite Team Selection Time PL1
csclubj:0:FF0E36:08:001:Play as the USA/Gold Team Now! PL1:Use on the Character Selection Screen
csclubj:0:FF8C99:00:000:Score always = 0 PL1
csclubj:0:FF8C99:63:000:Score always = 99 PL1
csclubj:0:FF8C99:00:001:Set score = 0 Now! PL1
csclubj:0:FF8C99:32:001:Set score = 50 Now! PL1
csclubj:0:FF8C99:63:070:Select score Now! PL1
csclubj:0:FF0E4F:FF:000:Infinite Team Selection Time PL2
csclubj:0:FF0E46:08:001:Play as the USA/Gold Team Now! PL2:Use on the Character Selection Screen
csclubj:0:FF8C9B:00:000:Score always = 0 PL2
csclubj:0:FF8C9B:63:000:Score always = 99 PL2
csclubj:0:FF8C9B:00:001:Set score = 0 Now! PL2
csclubj:0:FF8C9B:32:001:Set score = 50 Now! PL2
csclubj:0:FF8C9B:63:070:Select score Now! PL2
csclubj:0:000000:00:999:[ Kick Stars Cheats ]
csclubj:0:FF0995:FF:000:Infinite Team Selection Time PL1
csclubj:0:FF098C:08:001:Play as the All Stars Team Now! PL1:Use on the Character Selection Screen
csclubj:0:FF8CB5:00:000:Score always = 0 PL1
csclubj:0:FF8CB5:63:000:Score always = 99 PL1
csclubj:0:FF8CB5:00:001:Set score = 0 Now! PL1
csclubj:0:FF8CB5:32:001:Set score = 50 Now! PL1
csclubj:0:FF8CB5:63:070:Select score Now! PL1
csclubj:0:FF09A9:FF:000:Infinite Team Selection Time PL2
csclubj:0:FF09A0:08:001:Play as the All Stars Team Now! PL2:Use on the Character Selection Screen
csclubj:0:FF8CBB:00:000:Score always = 0 PL2
csclubj:0:FF8CBB:63:000:Score always = 99 PL2
csclubj:0:FF8CBB:00:001:Set score = 0 Now! PL2
csclubj:0:FF8CBB:32:001:Set score = 50 Now! PL2
csclubj:0:FF8CBB:63:070:Select score Now! PL2
csclubj:0:000000:00:999:[ Smash Stars Cheats ]
csclubj:0:FF0CAB:FF:000:Infinite Team Selection Time PL1
csclubj:0:FFAE87:10:001:Play as the Melody/Love Team Now! PL1:Use on the Character Selection Screen
csclubj:0:FFAE14:00:000:SET Score always = 0 PL1
csclubj:0:FFAE14:00:001:Set SET score = 0 Now! PL1
csclubj:0:FFAE14:03:001:Set SET score = 40 Now! PL1
csclubj:0:FFAE15:00:000:MATCH Score always = 0 PL1
csclubj:0:FFAE15:00:001:Set MATCH score = 0 Now! PL1
csclubj:0:FFAE15:06:001:Set MATCH score = 6 Now! PL1
csclubj:0:FF0CBF:FF:000:Infinite Team Selection Time PL2
csclubj:0:FFB387:10:001:Play as the Melody/Love Team Now! PL2:Use on the Character Selection Screen
csclubj:0:FFB314:00:000:SET Score always = 0 PL2
csclubj:0:FFB314:00:001:Set SET score = 0 Now! PL2
csclubj:0:FFB314:03:001:Set SET score = 40 Now! PL2
csclubj:0:FFB315:00:000:MATCH Score always = 0 PL2
csclubj:0:FFB315:00:001:Set MATCH score = 0 Now! PL2
csclubj:0:FFB315:06:001:Set MATCH score = 6 Now! PL2
; [ Cassette: Scrum Try (set 1) ]
cscrtry:0:0004:09:000:Infinite Credits
cscrtry:0:0022:59:000:Infinite Time
cscrtry:0:0021:07:500:Infinite Time (2/2)
cscrtry:0:0022:00:001:Finish this Game Now!
cscrtry:0:0011:00:501:Finish this Game Now! (2/2)
cscrtry:0:0018:00:000:Player Score always = 0
cscrtry:0:0019:00:500:Player Score always = 0 (2/2)
cscrtry:0:0018:99:000:Player Score always = 9999
cscrtry:0:0019:99:500:Player Score always = 9999 (2/2)
cscrtry:0:0018:00:001:Player Score = 5000 Now!
cscrtry:0:0019:50:501:Player Score = 5000 Now! (2/2)
cscrtry:0:0018:00:001:Player Score = 0 Now!
cscrtry:0:0019:00:501:Player Score = 0 Now! (2/2)
cscrtry:0:001A:00:000:Rival Score always = 0
cscrtry:0:001B:00:500:Rival Score always = 0 (2/2)
cscrtry:0:001A:99:000:Rival Score always = 9999
cscrtry:0:001B:99:500:Rival Score always = 9999 (2/2)
cscrtry:0:001A:00:001:Rival Score = 5000 Now!
cscrtry:0:001B:50:501:Rival Score = 5000 Now! (2/2)
cscrtry:0:001A:00:001:Rival Score = 0 Now!
cscrtry:0:001B:00:501:Rival Score = 0 Now! (2/2)
; [ Cassette: Scrum Try (set 2) ]
cscrtry2:0:0004:09:000:Infinite Credits
cscrtry2:0:0020:59:000:Infinite Time
cscrtry2:0:001F:07:500:Infinite Time (2/2)
cscrtry2:0:0020:00:001:Finish this Game Now!
cscrtry2:0:001F:00:501:Finish this Game Now! (2/2)
cscrtry2:0:0016:00:000:Player Score always = 0
cscrtry2:0:0017:00:500:Player Score always = 0 (2/2)
cscrtry2:0:0016:99:000:Player Score always = 9999
cscrtry2:0:0017:99:500:Player Score always = 9999 (2/2)
cscrtry2:0:0016:00:001:Player Score = 5000 Now!
cscrtry2:0:0017:50:501:Player Score = 5000 Now! (2/2)
cscrtry2:0:0016:00:001:Player Score = 0 Now!
cscrtry2:0:0017:00:501:Player Score = 0 Now! (2/2)
cscrtry2:0:0018:00:000:Rival Score always = 0
cscrtry2:0:0019:00:500:Rival Score always = 0 (2/2)
cscrtry2:0:0018:99:000:Rival Score always = 9999
cscrtry2:0:0019:99:500:Rival Score always = 9999 (2/2)
cscrtry2:0:0018:00:001:Rival Score = 5000 Now!
cscrtry2:0:0019:50:501:Rival Score = 5000 Now! (2/2)
cscrtry2:0:0018:00:001:Rival Score = 0 Now!
cscrtry2:0:0019:00:501:Rival Score = 0 Now! (2/2)
; [ Chicken Shift ]
cshift:0:019D:03:000:Infinite Misses
cshift:0:011B:03:000:Infinite Lives PL1
cshift:0:012E:03:000:Infinite Lives PL2
; [ Captain Silver (Japan) ]
csilver:0:0054:03:000:Infinite Lives
csilver:0:003E:F0:000:Infinite Time
csilver:0:003C:01:000:Invincibility
csilver:0:1107:ED:000:Flickering OFF
csilver:0:0C1D:01:000:Always have Key
csilver:0:0C16:30:000:Always have Sword
csilver:0:0C15:80:000:Always have Hyper Sword
csilver:0:0C18:30:000:Always have Boots
csilver:0:0C17:80:000:Always have Hyper Boots
csilver:0:0C1A:30:000:Always have Invicible Potion
csilver:0:0C1B:30:000:Always have Clock
csilver:0:0C54:01:000:Always Magic Power Level 1
csilver:0:0C54:02:000:Always Magic Power Level 2
csilver:0:0C54:03:000:Always Magic Power Level 3
csilver:0:0C54:04:000:Always Magic Power Level 4
csilver:0:0C54:05:000:Always Magic Power Level 5
csilver:0:0C54:06:000:Always Magic Power Level 6
csilver:0:0C1D:01:001:Get Key Now!
csilver:0:0C16:30:001:Get Sword Now!
csilver:0:0C15:80:001:Get Hyper Sword Now!
csilver:0:0C18:30:001:Get Boots Now!
csilver:0:0C17:80:001:Get Hyper Boots Now!
csilver:0:0C1A:30:001:Get Invicible Potion Now!
csilver:0:0C1B:30:001:Get Clock Now!
csilver:0:0C54:01:001:Get Magic Power Level 1 Now!
csilver:0:0C54:02:001:Get Magic Power Level 2 Now!
csilver:0:0C54:03:001:Get Magic Power Level 3 Now!
csilver:0:0C54:04:001:Get Magic Power Level 4 Now!
csilver:0:0C54:05:001:Get Magic Power Level 5 Now!
csilver:0:0C54:06:001:Get Magic Power Level 6 Now!
csilver:0:0C1F:01:001:Get CAPTAIN SILVER Now!
csilver:0:0C20:3F:501:Get CAPTAIN SILVER Now! (2/3)
csilver:0:0C21:3F:501:Get CAPTAIN SILVER Now! (3/3)
csilver:0:0C1F:01:021:Get letter - C Now!
csilver:0:0C20:20:021:Get letter - A (first) Now!
csilver:0:0C20:10:021:Get letter - P Now!
csilver:0:0C20:08:021:Get letter - T Now!
csilver:0:0C20:04:021:Get letter - A (second) Now!
csilver:0:0C20:02:021:Get letter - I (first) Now!
csilver:0:0C20:01:021:Get letter - N Now!
csilver:0:0C21:20:021:Get letter - S Now!
csilver:0:0C21:10:021:Get letter - I (second) Now!
csilver:0:0C21:08:021:Get letter - L Now!
csilver:0:0C21:04:021:Get letter - V Now!
csilver:0:0C21:02:021:Get letter - E Now!
csilver:0:0C21:01:021:Get letter - R Now!
csilver:0:0000:99:000:Infinite Gold
csilver:0:0001:99:500:Infinite Gold (2/3)
csilver:0:0002:99:500:Infinite Gold (3/3)
; [ Championship Sprint ]
csprint:0:0D7D:1F:000:Infinite Credits
csprint:0:0D7C:1F:500:Infinite Credits (2/2)
csprint:0:0DC8:03:000:Infinite Wrenches PL1
csprint:0:0DCC:05:000:Max Top Speed PL1
csprint:0:0DD0:05:000:Max Traction PL1
csprint:0:0DD4:05:000:Max Acceleration PL1
csprint:0:0DD8:05:000:Fastest Chopper PL1
csprint:0:0DC9:03:000:Infinite Wrenches PL2
csprint:0:0DCD:05:000:Max Top Speed PL2
csprint:0:0DD1:05:000:Max Traction PL2
csprint:0:0DD5:05:000:Max Acceleration PL2
csprint:0:0DD9:05:000:Fastest Chopper PL2
csprint:0:0596:04:001:Make Blue Car Win Now!
csprint:0:0597:04:001:Make Red Car Win Now!
csprint:0:0598:04:001:Make Yellow Car Win Now!
csprint:0:0599:04:001:Make Green Car Win Now!
csprint:0:0596:00:000:Stop Blue Car Winning
csprint:0:0597:00:000:Stop Red Car Winning
csprint:0:0598:00:000:Stop Yellow Car Winning
csprint:0:0599:00:000:Stop Green Car Winning
; [ Vs. Castlevania ]
cstlevna:0:07D3:63:000:Infinite Credits
cstlevna:0:0042:99:000:Infinite Time
cstlevna:0:002A:63:000:Infinite Lives
cstlevna:0:0045:40:000:Infinite Energy
cstlevna:0:0071:63:000:Infinite Hearts
cstlevna:0:005B:30:000:Invincibility "ON"
cstlevna:0:005B:01:001:Invincibility "OFF"
cstlevna:0:015B:08:001:Get Dagger Now!
cstlevna:0:015B:09:001:Get Boomerang Now!
cstlevna:0:015B:0A:001:Get Holy Cross Now!
cstlevna:0:015B:0B:001:Get Holy Potion Now!
cstlevna:0:015B:0C:001:Get Axe1 Now!
cstlevna:0:015B:0D:001:Get Axe2 Now!
cstlevna:0:015B:0E:001:Get 1up Now!
cstlevna:0:015B:0F:001:Get Clock Now!
cstlevna:0:01A9:00:001:Drain all Boss Energy Now!
; [ Cassette: Super Astro Fighter ]
csuperas:0:004C:09:000:Infinite Credits
csuperas:0:00BB:E3:000:Infinite Fuel
csuperas:0:0060:09:000:Infinite Lives PL1
csuperas:0:0061:09:000:Infinite Lives PL2
; [ Cassette: Sweet Heart ]
csweetht:0:0004:16:000:Infinite Credits
csweetht:0:0017:0A:000:Infinite Lives
; [ Cassette: Terranean ]
cterrani:0:0013:99:000:Infinite Credits
cterrani:0:001F:0A:000:Infinite Lives PL1
cterrani:0:0020:0A:000:Infinite Lives PL2
; [ Cassette: Treasure Island (set 1) ]
ctisland:0:001F:05:000:Infinite Lives PL1
ctisland:0:002F:05:000:Infinite Lives PL2
; [ Cassette: Treasure Island (set 2) ]
ctislnd2:0:0040:05:000:Infinite Lives
; [ Cassette: Treasure Island (set 3) ]
ctislnd3:0:0040:05:000:Infinite Lives
; [ Captain Tomaday ]
ctomaday:0:10137D:0A:000:Infinite Lives PL1
ctomaday:0:10413D:07:000:Invincibility PL1
ctomaday:0:104201:05:000:Right Arm Max Power PL1
ctomaday:0:1041AB:05:000:Left Arm Max Power PL1
ctomaday:0:104135:00:000:Always Original Ship PL1
ctomaday:0:104135:01:000:Always Winged Ship PL1
ctomaday:0:104135:02:000:Always MiniShip PL1
ctomaday:0:104135:03:000:Always Big Ship PL1
ctomaday:0:104135:04:000:Always Carrot Ship PL1
ctomaday:0:104135:05:000:Always Fish Ship PL1
ctomaday:0:104135:06:000:Always Cross Ship PL1
ctomaday:0:104135:07:000:Always Rabbit Ship PL1
ctomaday:0:104135:08:000:Always Blue-Fish Ship PL1
ctomaday:0:104135:09:000:Always Potplant Ship PL1
ctomaday:0:104135:0A:000:Always Cat Ship PL1
ctomaday:0:104135:0B:000:Always Monkey Ship PL1
ctomaday:0:104135:0C:000:Always Prawn Ship PL1
ctomaday:0:104135:0D:000:Always Aeroplane Ship PL1
ctomaday:0:104135:0E:000:Always Cupid Ship PL1
ctomaday:0:104135:0F:000:Always Baby Ship PL1
ctomaday:0:104135:00:001:Get Original Ship Now! PL1
ctomaday:0:104135:01:001:Get Winged Ship Now! PL1
ctomaday:0:104135:02:001:Get MiniShip Now! PL1
ctomaday:0:104135:03:001:Get Big Ship Now! PL1
ctomaday:0:104135:04:001:Get Carrot Ship Now! PL1
ctomaday:0:104135:05:001:Get Fish Ship Now! PL1
ctomaday:0:104135:06:001:Get Cross Ship Now! PL1
ctomaday:0:104135:07:001:Get Rabbit Ship Now! PL1
ctomaday:0:104135:08:001:Get Blue-Fish Ship Now! PL1
ctomaday:0:104135:09:001:Get Potplant Ship Now! PL1
ctomaday:0:104135:0A:001:Get Cat Ship Now! PL1
ctomaday:0:104135:0B:001:Get Monkey Ship Now! PL1
ctomaday:0:104135:0C:001:Get Prawn Ship Now! PL1
ctomaday:0:104135:0D:001:Get Aeroplane Ship Now! PL1
ctomaday:0:104135:0E:001:Get Cupid Ship Now! PL1
ctomaday:0:104135:0F:001:Get Baby Ship Now! PL1
ctomaday:0:101399:0A:000:Infinite Lives PL2
ctomaday:0:10432D:07:000:Invincibility PL2
ctomaday:0:1043F1:05:000:Right Arm Max Power PL2
ctomaday:0:10439B:05:000:Left Arm Max Power PL2
ctomaday:0:104325:01:000:Always Winged Ship PL2
ctomaday:0:104325:02:000:Always MiniShip PL2
ctomaday:0:104325:03:000:Always Big Ship PL2
ctomaday:0:104325:04:000:Always Carrot Ship PL2
ctomaday:0:104325:05:000:Always Fish Ship PL2
ctomaday:0:104325:06:000:Always Cross Ship PL2
ctomaday:0:104325:07:000:Always Rabbit Ship PL2
ctomaday:0:104325:08:000:Always Blue-Fish Ship PL2
ctomaday:0:104325:09:000:Always Potplant Ship PL2
ctomaday:0:104325:0A:000:Always Cat Ship PL2
ctomaday:0:104325:0B:000:Always Monkey Ship PL2
ctomaday:0:104325:0C:000:Always Prawn Ship PL2
ctomaday:0:104325:0D:000:Always Aeroplane Ship PL2
ctomaday:0:104325:0E:000:Always Cupid Ship PL2
ctomaday:0:104325:0F:000:Always Baby Ship PL2
ctomaday:0:104325:00:001:Get Original Ship Now! PL2
ctomaday:0:104325:01:001:Get Winged Ship Now! PL2
ctomaday:0:104325:02:001:Get MiniShip Now! PL2
ctomaday:0:104325:03:001:Get Big Ship Now! PL2
ctomaday:0:104325:04:001:Get Carrot Ship Now! PL2
ctomaday:0:104325:05:001:Get Fish Ship Now! PL2
ctomaday:0:104325:06:001:Get Cross Ship Now! PL2
ctomaday:0:104325:07:001:Get Rabbit Ship Now! PL2
ctomaday:0:104325:08:001:Get Blue-Fish Ship Now! PL2
ctomaday:0:104325:09:001:Get Potplant Ship Now! PL2
ctomaday:0:104325:0A:001:Get Cat Ship Now! PL2
ctomaday:0:104325:0B:001:Get Monkey Ship Now! PL2
ctomaday:0:104325:0C:001:Get Prawn Ship Now! PL2
ctomaday:0:104325:0D:001:Get Aeroplane Ship Now! PL2
ctomaday:0:104325:0E:001:Get Cupid Ship Now! PL2
ctomaday:0:104325:0F:001:Get Baby Ship Now! PL2
; [ Cassette: Tornado ]
ctornado:0:0018:16:000:Infinite Credits
ctornado:0:0015:05:000:Infinite Bombs
ctornado:0:000D:FF:000:Infinite Capsules
ctornado:0:000E:FF:500:Infinite Capsules (2/4)
ctornado:0:000F:FF:500:Infinite Capsules (3/4)
ctornado:0:0010:FF:500:Infinite Capsules (4/4)
ctornado:0:001D:06:000:Infinite Lives PL1
ctornado:0:001E:06:000:Infinite Lives PL2
; [ Combatribes, The (US) ]
ctribe:0:1C0078:09:000:Infinite Time
ctribe:0:1C0079:99:500:Infinite Time (2/2)
ctribe:0:1C013C:09:000:Infinite Energy PL1
ctribe:0:1C013D:99:500:Infinite Energy PL1 (2/2)
ctribe:0:1C01F0:09:000:Infinite Energy PL2
ctribe:0:1C01F1:99:500:Infinite Energy PL2 (2/2)
ctribe:0:1C02A4:09:000:Infinite Energy PL3
ctribe:0:1C02A5:99:500:Infinite Energy PL3 (2/2)
; [ Combatribes, The (bootleg) ]
ctribeb:0:1C0078:09:000:Infinite Time
ctribeb:0:1C0079:99:500:Infinite Time (2/2)
ctribeb:0:1C013C:09:000:Infinite Energy PL1
ctribeb:0:1C013D:99:500:Infinite Energy PL1 (2/2)
ctribeb:0:1C01F0:09:000:Infinite Energy PL2
ctribeb:0:1C01F1:99:500:Infinite Energy PL2 (2/2)
ctribeb:0:1C02A4:09:000:Infinite Energy PL3
ctribeb:0:1C02A5:99:500:Infinite Energy PL3 (2/2)
; [ Cassette: Test Tape ]
ctsttape:0:000000:00:999:[Now you really don't expect]
ctsttape:0:000000:00:999:[a cheat for this diagnostic]
ctsttape:0:000000:00:999:[tape...........DO YOU??!! ]
; [ Cuby Bop ]
cubybop:0:8240:09:000:Infinite Credits
cubybop:0:8403:09:000:Infinite Time
cubybop:0:8404:09:500:Infinite Time (2/3)
cubybop:0:8405:09:500:Infinite Time (3/3)
cubybop:0:8498:0F:061:Select next stage
; [ Cuebrick ]
cuebrick:2:060009:64:000:Infinite Play Time
cuebrick:2:06002F:C8:000:Infinite Stop Time
cuebrick:2:06000D:64:000:Infinite Warp Time
cuebrick:2:06000D:01:001:Open Warp Tunnel Now!
cuebrick:2:000000:00:999:[You can either enable these]
cuebrick:2:000000:00:999:[Goto/Start on Stage cheats ]
cuebrick:2:000000:00:999:[on the title screen or in ]
cuebrick:2:000000:00:999:[game, if you have enabled ]
cuebrick:2:000000:00:999:[them in-game you will need ]
cuebrick:2:000000:00:999:[to finish the level or die ]
cuebrick:2:000000:00:999:[to see the effects of the ]
cuebrick:2:000000:00:999:[cheat. Once you are on the ]
cuebrick:2:000000:00:999:[desired level you must turn]
cuebrick:2:000000:00:999:[the cheat OFF or you will ]
cuebrick:2:000000:00:999:[keep playing that level!! ]
cuebrick:2:06000E:08:000:Goto/Start on Stage 02-01
cuebrick:2:06000E:0D:000:Goto/Start on Stage 03-01
cuebrick:2:06000E:12:000:Goto/Start on Stage 04-01
cuebrick:2:06000E:17:000:Goto/Start on Stage 05-01
cuebrick:2:06000E:1C:000:Goto/Start on Stage 06-01
cuebrick:2:06000E:21:000:Goto/Start on Stage 07-01
cuebrick:2:06000E:26:000:Goto/Start on Stage 08-01
cuebrick:2:06000E:2B:000:Goto/Start on Stage 09-01
cuebrick:2:06000E:30:000:Goto/Start on Stage 10-01
cuebrick:2:06000E:35:000:Goto/Start on Stage 11-01
cuebrick:2:06000E:3A:000:Goto/Start on Stage 12-01
cuebrick:2:06000E:3F:000:Goto/Start on Stage 13-01
cuebrick:2:06000E:44:000:Goto/Start on Stage 14-01
cuebrick:2:06000E:49:000:Goto/Start on Stage 15-01
cuebrick:2:06000E:4E:000:Goto/Start on Stage 16-01
cuebrick:2:06000E:53:000:Goto/Start on Stage 17-01
cuebrick:2:06000E:58:000:Goto/Start on Stage 18-01
cuebrick:2:06000E:5D:000:Goto/Start on Stage 19-01
cuebrick:2:06000E:62:000:Goto/Start on Stage 20-01
cuebrick:2:06000E:67:000:Goto/Start on Stage END
cuebrick:2:060302:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Taito Cup Finals (World) ]
cupfinal:0:40E77B:09:000:Infinite Credits
cupfinal:0:412629:3C:000:Infinite Time
cupfinal:0:412628:09:500:Infinite Time (2/2)
cupfinal:0:412629:00:001:Finish this Game Now!
cupfinal:0:412628:00:501:Finish this Game Now! (2/2)
cupfinal:0:410E71:00:000:Score always 0 PL1
cupfinal:0:410E71:13:000:Score always 19 PL1
cupfinal:0:410E71:00:001:Set score = 0 Now! PL1
cupfinal:0:410E71:13:001:Set score = 19 Now! PL1
cupfinal:0:410E71:13:070:Select score Now! PL1
cupfinal:0:410E79:00:000:Score always = 0 PL2
cupfinal:0:410E79:13:000:Score always = 19 PL2
cupfinal:0:410E79:00:001:Set score = 0 Now! PL2
cupfinal:0:410E79:13:001:Set score = 19 Now! PL2
cupfinal:0:410E79:13:070:Select score Now! PL2
cupfinal:0:000000:00:999:[After you enable these region cheats to see any ]
cupfinal:0:000000:00:999:[effect you will have to reset the game (F3). ]
cupfinal:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
cupfinal:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
cupfinal:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
cupfinal:0:07FFFF:01:001:Region Switch = Japan
cupfinal:0:07FFFF:02:001:Region Switch = US
cupfinal:0:07FFFF:03:001:Region Switch = World
; [ Curve Ball ]
curvebal:0:0183:00:000:Infinite Strikes
curvebal:0:012D:00:000:Infinite Balls
curvebal:0:0132:00:000:Infinite Outs
curvebal:0:0183:00:001:Set Strikes to 0 Now!
curvebal:0:0183:03:001:Set Strikes to 3 Now!
curvebal:0:012D:00:001:Set Balls to 0 Now!
curvebal:0:012D:04:001:Set Balls to 4 Now!
curvebal:0:0132:00:001:Set Outs to 0 Now!
curvebal:0:0132:03:001:Set Outs to 3 Now!
; [ Cutie Q ]
cutieq:0:20F4:08:000:Infinite Balls
; [ Capcom World (Japan) ]
cworld:0:FA45:05:000:Infinite Vitality PL1
cworld:0:FAC5:05:000:Infinite Vitality PL2
cworld:0:0000:00:999:[Watch out for these values ]
cworld:0:0000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
cworld:0:FC42:00:998:Watch me for good answer
cworld:0:F0AB:07:001:Good answer ends quiz Now!
cworld:0:F0A4:0A:000:Infinite Questions
; [ Capcom World 2 (Japan) ]
cworld2j:0:FF11DB:05:000:Infinite Vitality PL1
cworld2j:0:FF14AB:05:000:Infinite Vitality PL2
cworld2j:0:000000:00:999:[Watch out for these values ]
cworld2j:0:000000:00:999:[ 00=1, 01=2, 02=3, 03=4 ]
cworld2j:0:FFEA03:00:998:Watch me for good answer
cworld2j:0:FF10D7:00:001:Good answer ends quiz Now!
; [ Cybattler ]
cybattlr:0:1FB015:80:000:Infinite Energy PL1
cybattlr:0:1FB03C:27:000:Max charge - Sword PL1:To be used on level 1
cybattlr:0:1FB03D:0F:500:Max charge - Sword PL1 (2/2):To be used on level 1
cybattlr:0:1FB042:03:000:Max fire power - Gun PL1:To be used after level 1
cybattlr:0:1FB095:80:000:Infinite Energy PL2
cybattlr:0:1FB0BC:27:000:Max charge - Sword PL2:To be used on level 1
cybattlr:0:1FB0BD:0F:500:Max charge - Sword PL2 (2/2):To be used on level 1
cybattlr:0:1FB0C2:03:000:Max fire power - Gun PL2:To be used after level 1
; [ Cyberball 2072 (2 player) ]
cyberb2p:0:FFA94F:3B:000:Infinite Time
cyberb2p:0:FFA950:00:001:Finish Period Now!
cyberb2p:0:FFA94F:01:501:Finish Period Now! (2/2)
; [ Cyberball (Version 2) ]
cyberba2:0:FF91CE:3B:000:Infinite Time
cyberba2:0:FF91CF:00:001:Finish Period Now!
cyberba2:0:FF91CE:01:501:Finish Period Now! (2/2)
; [ Cyberball (Version 4) ]
cyberbal:0:FF91CE:3B:000:Infinite Time
cyberbal:0:FF91CF:00:001:Finish Period Now!
cyberbal:0:FF91CE:01:501:Finish Period Now! (2/2)
; [ Tournament Cyberball 2072 ]
cyberbt:0:FF91ED:3B:000:Infinite Time
cyberbt:0:FF91EE:00:001:Finish Period Now!
cyberbt:0:FF91ED:01:501:Finish Period Now! (2/2)
; [ Cyber-Lip ]
cyberlip:0:107E25:59:000:Infinite Time
cyberlip:0:10209D:99:000:Infinite Lives PL1
cyberlip:0:1020EC:99:000:Infinite Auto Gun PL1
cyberlip:0:1020ED:99:500:Infinite Auto Gun PL1 (2/2)
cyberlip:0:1020F0:99:000:Infinite Wide Gun PL1
cyberlip:0:1020F1:99:500:Infinite Wide Gun PL1 (2/2)
cyberlip:0:1020F2:99:000:Infinite Bazooka PL1
cyberlip:0:1020F3:99:500:Infinite Bazooka PL1 (2/2)
cyberlip:0:1020EE:99:000:Infinite Fire PL1
cyberlip:0:1020EF:99:500:Infinite Fire PL1 (2/2)
cyberlip:0:1020F4:99:000:Infinite Grenades PL1
cyberlip:0:1020F5:99:500:Infinite Grenades PL1 (2/2)
cyberlip:0:000000:00:999:[Use Invincibility with care]
cyberlip:0:000000:00:999:[Turn it off and on with F6 ]
cyberlip:0:000000:00:999:[when you disappear don't ]
cyberlip:0:000000:00:999:[use too many other cheats ]
cyberlip:0:102043:FF:000:Invincibility PL1:This cheat is buggy
cyberlip:0:102044:FF:500:Invincibility PL1 (2/2):This cheat is buggy
cyberlip:0:10219D:99:000:Infinite Lives PL2
cyberlip:0:1021EC:99:000:Infinite Auto Gun PL2
cyberlip:0:1021ED:99:500:Infinite Auto Gun PL2 (2/2)
cyberlip:0:1021F0:99:000:Infinite Wide Gun PL2
cyberlip:0:1021F1:99:500:Infinite Wide Gun PL2 (2/2)
cyberlip:0:1021F2:99:000:Infinite Bazooka PL2
cyberlip:0:1021F3:99:500:Infinite Bazooka PL2 (2/2)
cyberlip:0:1021EE:99:000:Infinite Fire PL2
cyberlip:0:1021EF:99:500:Infinite Fire PL2 (2/2)
cyberlip:0:1021F4:99:000:Infinite Grenades PL2
cyberlip:0:1021F5:99:500:Infinite Grenades PL2 (2/2)
cyberlip:0:000000:00:999:[Use Invincibility with care]
cyberlip:0:000000:00:999:[Turn it off and on with F6 ]
cyberlip:0:000000:00:999:[when you disappear don't ]
cyberlip:0:000000:00:999:[use too many other cheats ]
cyberlip:0:102143:FF:000:Invincibility PL2:This cheat is buggy
cyberlip:0:102144:FF:500:Invincibility PL2 (2/2):This cheat is buggy
; [ Cyberbots: Fullmetal Madness (Japan 950420) ]
cybotsj:0:FFEBA0:99:000:Infinite Time
cybotsj:0:FFEBA0:00:001:Finish this Round Now!
cybotsj:0:FF81E5:98:000:Infinite Energy PL1
cybotsj:0:FF81E5:00:001:Drain All Energy Now! PL1
cybotsj:0:FF8534:3F:000:Infinite Power PL1
cybotsj:0:FF8534:00:001:Drain All Power Now! PL1
cybotsj:0:FF830C:30:000:Infinite Armour PL1
cybotsj:0:FF830D:00:500:Infinite Armour PL1 (2/2)
cybotsj:0:FF830E:30:000:Infinite Weapon PL1
cybotsj:0:FF8310:30:500:Infinite Weapon PL1 (2/2)
cybotsj:0:FF830A:1D:000:Infinite Boost PL1
cybotsj:0:FF8511:00:000:Always ride in Blodia PL1
cybotsj:0:FF8512:00:500:Always ride in Blodia PL1 (2/4)
cybotsj:0:FF8513:00:500:Always ride in Blodia PL1 (3/4)
cybotsj:0:FF852C:00:500:Always ride in Blodia PL1 (4/4)
cybotsj:0:FF8511:01:000:Always ride in Reptos PL1
cybotsj:0:FF8512:01:500:Always ride in Reptos PL1 (2/4)
cybotsj:0:FF8513:01:500:Always ride in Reptos PL1 (3/4)
cybotsj:0:FF852C:01:500:Always ride in Reptos PL1 (4/4)
cybotsj:0:FF8511:02:000:Always ride in Fordy PL1
cybotsj:0:FF8512:02:500:Always ride in Fordy PL1 (2/4)
cybotsj:0:FF8513:02:500:Always ride in Fordy PL1 (3/4)
cybotsj:0:FF852C:02:500:Always ride in Fordy PL1 (4/4)
cybotsj:0:FF8511:03:000:Always ride in Guldin PL1
cybotsj:0:FF8512:03:500:Always ride in Guldin PL1 (2/4)
cybotsj:0:FF8513:03:500:Always ride in Guldin PL1 (3/4)
cybotsj:0:FF852C:03:500:Always ride in Guldin PL1 (4/4)
cybotsj:0:FF8511:04:000:Always ride in Swordsman PL1
cybotsj:0:FF8512:04:500:Always ride in Swordsman PL1 (2/4)
cybotsj:0:FF8513:04:500:Always ride in Swordsman PL1 (3/4)
cybotsj:0:FF852C:04:500:Always ride in Swordsman PL1 (4/4)
cybotsj:0:FF8511:05:000:Always ride in Lightning PL1
cybotsj:0:FF8512:05:500:Always ride in Lightning PL1 (2/4)
cybotsj:0:FF8513:05:500:Always ride in Lightning PL1 (3/4)
cybotsj:0:FF852C:05:500:Always ride in Lightning PL1 (4/4)
cybotsj:0:FF8511:06:000:Always ride in Jackal PL1
cybotsj:0:FF8512:06:500:Always ride in Jackal PL1 (2/4)
cybotsj:0:FF8513:06:500:Always ride in Jackal PL1 (3/4)
cybotsj:0:FF852C:06:500:Always ride in Jackal PL1 (4/4)
cybotsj:0:FF8511:07:000:Always ride in Vise PL1
cybotsj:0:FF8512:07:500:Always ride in Vise PL1 (2/4)
cybotsj:0:FF8513:07:500:Always ride in Vise PL1 (3/4)
cybotsj:0:FF852C:07:500:Always ride in Vise PL1 (4/4)
cybotsj:0:FF8511:08:000:Always ride in Cyclone PL1
cybotsj:0:FF8512:08:500:Always ride in Cyclone PL1 (2/4)
cybotsj:0:FF8513:08:500:Always ride in Cyclone PL1 (3/4)
cybotsj:0:FF852C:08:500:Always ride in Cyclone PL1 (4/4)
cybotsj:0:FF8511:09:000:Always ride in Riot PL1
cybotsj:0:FF8512:09:500:Always ride in Riot PL1 (2/4)
cybotsj:0:FF8513:09:500:Always ride in Riot PL1 (3/4)
cybotsj:0:FF852C:09:500:Always ride in Riot PL1 (4/4)
cybotsj:0:FF8511:0A:000:Always ride in Tarantula PL1
cybotsj:0:FF8512:0A:500:Always ride in Tarantula PL1 (2/4)
cybotsj:0:FF8513:0A:500:Always ride in Tarantula PL1 (3/4)
cybotsj:0:FF852C:0A:500:Always ride in Tarantula PL1 (4/4)
cybotsj:0:FF8511:0B:000:Always ride in Helion PL1
cybotsj:0:FF8512:0B:500:Always ride in Helion PL1 (2/4)
cybotsj:0:FF8513:0B:500:Always ride in Helion PL1 (3/4)
cybotsj:0:FF852C:0B:500:Always ride in Helion PL1 (4/4)
cybotsj:0:FF8511:0C:000:Always ride in Super-8 PL1
cybotsj:0:FF8512:0C:500:Always ride in Super-8 PL1 (2/4)
cybotsj:0:FF8513:0C:500:Always ride in Super-8 PL1 (3/4)
cybotsj:0:FF852C:0C:500:Always ride in Super-8 PL1 (4/4)
cybotsj:0:FF8511:0D:000:Always ride in Gaits PL1
cybotsj:0:FF8512:0D:500:Always ride in Gaits PL1 (2/4)
cybotsj:0:FF8513:0D:500:Always ride in Gaits PL1 (3/4)
cybotsj:0:FF852C:0D:500:Always ride in Gaits PL1 (4/4)
cybotsj:0:FF8511:0E:000:Always ride in Warlock PL1
cybotsj:0:FF8512:0E:500:Always ride in Warlock PL1 (2/4)
cybotsj:0:FF8513:0E:500:Always ride in Warlock PL1 (3/4)
cybotsj:0:FF852C:0E:500:Always ride in Warlock PL1 (4/4)
cybotsj:0:FF8511:0F:000:Always ride in Killer Bee PL1
cybotsj:0:FF8512:0F:500:Always ride in Killer Bee PL1 (2/4)
cybotsj:0:FF8513:0F:500:Always ride in Killer Bee PL1 (3/4)
cybotsj:0:FF852C:0F:500:Always ride in Killer Bee PL1 (4/4)
cybotsj:0:FF85E5:98:000:Infinite Energy PL2
cybotsj:0:FF85E5:00:001:Drain All Energy Now! PL2
cybotsj:0:FF8934:3F:000:Infinite Power PL2
cybotsj:0:FF8934:00:001:Drain All Power Now! PL2
cybotsj:0:FF870C:30:000:Infinite Armour PL2
cybotsj:0:FF870D:00:500:Infinite Armour PL2 (2/2)
cybotsj:0:FF870E:30:000:Infinite Weapon PL2
cybotsj:0:FF8710:30:500:Infinite Weapon PL2 (2/2)
cybotsj:0:FF870A:1D:000:Infinite Boost PL2
cybotsj:0:FF8911:00:000:Always ride in Blodia PL2
cybotsj:0:FF8912:00:500:Always ride in Blodia PL2 (2/4)
cybotsj:0:FF8913:00:500:Always ride in Blodia PL2 (3/4)
cybotsj:0:FF892C:00:500:Always ride in Blodia PL2 (4/4)
cybotsj:0:FF8911:01:000:Always ride in Reptos PL2
cybotsj:0:FF8912:01:500:Always ride in Reptos PL2 (2/4)
cybotsj:0:FF8913:01:500:Always ride in Reptos PL2 (3/4)
cybotsj:0:FF892C:01:500:Always ride in Reptos PL2 (4/4)
cybotsj:0:FF8911:02:000:Always ride in Fordy PL2
cybotsj:0:FF8912:02:500:Always ride in Fordy PL2 (2/4)
cybotsj:0:FF8913:02:500:Always ride in Fordy PL2 (3/4)
cybotsj:0:FF892C:02:500:Always ride in Fordy PL2 (4/4)
cybotsj:0:FF8911:03:000:Always ride in Guldin PL2
cybotsj:0:FF8912:03:500:Always ride in Guldin PL2 (2/4)
cybotsj:0:FF8913:03:500:Always ride in Guldin PL2 (3/4)
cybotsj:0:FF892C:03:500:Always ride in Guldin PL2 (4/4)
cybotsj:0:FF8911:04:000:Always ride in Swordsman PL2
cybotsj:0:FF8912:04:500:Always ride in Swordsman PL2 (2/4)
cybotsj:0:FF8913:04:500:Always ride in Swordsman PL2 (3/4)
cybotsj:0:FF892C:04:500:Always ride in Swordsman PL2 (4/4)
cybotsj:0:FF8911:05:000:Always ride in Lightning PL2
cybotsj:0:FF8912:05:500:Always ride in Lightning PL2 (2/4)
cybotsj:0:FF8913:05:500:Always ride in Lightning PL2 (3/4)
cybotsj:0:FF892C:05:500:Always ride in Lightning PL2 (4/4)
cybotsj:0:FF8911:06:000:Always ride in Jackal PL2
cybotsj:0:FF8912:06:500:Always ride in Jackal PL2 (2/4)
cybotsj:0:FF8913:06:500:Always ride in Jackal PL2 (3/4)
cybotsj:0:FF892C:06:500:Always ride in Jackal PL2 (4/4)
cybotsj:0:FF8911:07:000:Always ride in Vise PL2
cybotsj:0:FF8912:07:500:Always ride in Vise PL2 (2/4)
cybotsj:0:FF8913:07:500:Always ride in Vise PL2 (3/4)
cybotsj:0:FF892C:07:500:Always ride in Vise PL2 (4/4)
cybotsj:0:FF8911:08:000:Always ride in Cyclone PL2
cybotsj:0:FF8912:08:500:Always ride in Cyclone PL2 (2/4)
cybotsj:0:FF8913:08:500:Always ride in Cyclone PL2 (3/4)
cybotsj:0:FF892C:08:500:Always ride in Cyclone PL2 (4/4)
cybotsj:0:FF8911:09:000:Always ride in Riot PL2
cybotsj:0:FF8912:09:500:Always ride in Riot PL2 (2/4)
cybotsj:0:FF8913:09:500:Always ride in Riot PL2 (3/4)
cybotsj:0:FF892C:09:500:Always ride in Riot PL2 (4/4)
cybotsj:0:FF8911:0A:000:Always ride in Tarantula PL2
cybotsj:0:FF8912:0A:500:Always ride in Tarantula PL2 (2/4)
cybotsj:0:FF8913:0A:500:Always ride in Tarantula PL2 (3/4)
cybotsj:0:FF892C:0A:500:Always ride in Tarantula PL2 (4/4)
cybotsj:0:FF8911:0B:000:Always ride in Helion PL2
cybotsj:0:FF8912:0B:500:Always ride in Helion PL2 (2/4)
cybotsj:0:FF8913:0B:500:Always ride in Helion PL2 (3/4)
cybotsj:0:FF892C:0B:500:Always ride in Helion PL2 (4/4)
cybotsj:0:FF8911:0C:000:Always ride in Super-8 PL2
cybotsj:0:FF8912:0C:500:Always ride in Super-8 PL2 (2/4)
cybotsj:0:FF8913:0C:500:Always ride in Super-8 PL2 (3/4)
cybotsj:0:FF892C:0C:500:Always ride in Super-8 PL2 (4/4)
cybotsj:0:FF8911:0D:000:Always ride in Gaits PL2
cybotsj:0:FF8912:0D:500:Always ride in Gaits PL2 (2/4)
cybotsj:0:FF8913:0D:500:Always ride in Gaits PL2 (3/4)
cybotsj:0:FF892C:0D:500:Always ride in Gaits PL2 (4/4)
cybotsj:0:FF8911:0E:000:Always ride in Warlock PL2
cybotsj:0:FF8912:0E:500:Always ride in Warlock PL2 (2/4)
cybotsj:0:FF8913:0E:500:Always ride in Warlock PL2 (3/4)
cybotsj:0:FF892C:0E:500:Always ride in Warlock PL2 (4/4)
cybotsj:0:FF8911:0F:000:Always ride in Killer Bee PL2
cybotsj:0:FF8912:0F:500:Always ride in Killer Bee PL2 (2/4)
cybotsj:0:FF8913:0F:500:Always ride in Killer Bee PL2 (3/4)
cybotsj:0:FF892C:0F:500:Always ride in Killer Bee PL2 (4/4)
cybotsj:0:000000:00:999:[These are the codes to set the machine region - the ]
cybotsj:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
cybotsj:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
cybotsj:0:FF80A0:00:000:Region Switch = Japan
cybotsj:0:FF80A0:02:000:Region Switch = USA
cybotsj:0:FF80A0:04:000:Region Switch = Asia
cybotsj:0:FF80A0:06:000:Region Switch = Hispanic
cybotsj:0:FF80A0:08:000:Region Switch = Euro
cybotsj:0:FF80A0:0A:000:Region Switch = Brazil
; [ Dai Makai-Mura (Japan) ]
daimakai:0:FF06D3:59:000:Infinite Time
daimakai:0:FF0931:FF:000:Invincibility "ON"
daimakai:0:FF0931:00:001:Invincibility "OFF"
daimakai:0:FF095E:01:000:Always have Powerup
daimakai:0:FF095E:01:001:Get Powerup Now!
daimakai:0:FF07AD:08:000:Infinite Lives PL1
daimakai:0:FF07AA:00:000:Always naked PL1
daimakai:0:FF07AC:01:500:Always naked PL1 (2/2)
daimakai:0:FF07AA:01:000:Always golden armour PL1
daimakai:0:FF07AC:03:500:Always golden armour PL1(2/2)
daimakai:0:FF07AA:01:000:Always silver armour PL1
daimakai:0:FF07AC:02:500:Always silver armour PL1(2/2)
daimakai:0:FF07C6:00:000:Always have Weapon=Lance PL1
daimakai:0:FF07C6:01:000:Always have Weapon=Knife PL1
daimakai:0:FF07C6:02:000:Always have Weapon=Torch PL1
daimakai:0:FF07C6:03:000:Always have Weapon=Sword PL1
daimakai:0:FF07C6:04:000:Always have Weapon=Axe PL1
daimakai:0:FF07C6:05:000:Always have Weapon=Shield PL1
daimakai:0:FF07C6:06:000:Always have Weapon=Fireb. PL1
daimakai:0:FF07AA:00:001:Get naked Now! PL1
daimakai:0:FF07AC:01:501:Get naked Now! PL1 (2/2)
daimakai:0:FF07AA:01:001:Get golden armourNow!PL1
daimakai:0:FF07AC:03:501:Get golden armourNow!PL1(2/2)
daimakai:0:FF07AA:01:001:Get silver armourNow!PL1
daimakai:0:FF07AC:02:501:Get silver armourNow!PL1(2/2)
daimakai:0:FF07C6:00:001:Get Weapon=Lance Now! PL1
daimakai:0:FF07C6:01:001:Get Weapon=Knife Now! PL1
daimakai:0:FF07C6:02:001:Get Weapon=Torch Now! PL1
daimakai:0:FF07C6:03:001:Get Weapon=Sword Now! PL1
daimakai:0:FF07C6:04:001:Get Weapon=Axe Now! PL1
daimakai:0:FF07C6:05:001:Get Weapon=Shield Now! PL1
daimakai:0:FF07C6:06:001:Get Weapon=Fireball Now! PL1
daimakai:0:FF080D:08:000:Infinite Lives PL2
daimakai:0:FF080A:00:000:Always naked PL2
daimakai:0:FF080C:01:500:Always naked PL2 (2/2)
daimakai:0:FF080A:01:000:Always golden armour PL2
daimakai:0:FF080C:03:500:Always golden armour PL2(2/2)
daimakai:0:FF080A:01:000:Always silver armour PL2
daimakai:0:FF080C:02:500:Always silver armour PL2(2/2)
daimakai:0:FF0826:00:000:Always have Weapon=Lance PL2
daimakai:0:FF0826:01:000:Always have Weapon=Knife PL2
daimakai:0:FF0826:02:000:Always have Weapon=Torch PL2
daimakai:0:FF0826:03:000:Always have Weapon=Sword PL2
daimakai:0:FF0826:04:000:Always have Weapon=Axe PL2
daimakai:0:FF0826:05:000:Always have Weapon=Shield PL2
daimakai:0:FF0826:06:000:Always have Weapon=Fireb. PL2
daimakai:0:FF080A:00:001:Get naked Now! PL2
daimakai:0:FF080C:01:501:Get naked Now! PL2 (2/2)
daimakai:0:FF080A:01:001:Get golden armourNow!PL2
daimakai:0:FF080C:03:501:Get golden armourNow!PL2(2/2)
daimakai:0:FF080A:01:001:Get silver armourNow!PL2
daimakai:0:FF080C:02:501:Get silver armourNow!PL2(2/2)
daimakai:0:FF0826:00:001:Get Weapon=Lance Now! PL2
daimakai:0:FF0826:01:001:Get Weapon=Knife Now! PL2
daimakai:0:FF0826:02:001:Get Weapon=Torch Now! PL2
daimakai:0:FF0826:03:001:Get Weapon=Sword Now! PL2
daimakai:0:FF0826:04:001:Get Weapon=Axe Now! PL2
daimakai:0:FF0826:05:001:Get Weapon=Shield Now! PL2
daimakai:0:FF0826:06:001:Get Weapon=Fireball Now! PL2
daimakai:0:FF07AC:04:000:Always be duck (BUGGY)
daimakai:0:FF07C4:42:000:Always be old man (BUGGY)
daimakai:0:FF07C4:44:000:Dance Routine (BUGGY)
daimakai:0:FFD0BB:00:001:Polymorph = duck (normal)?
daimakai:0:FFD0BB:00:000:Polymorph = duck (never)?
daimakai:0:FF0931:FF:000:Invincibility ON(fixed)
daimakai:0:FF0931:00:001:Invincibility OFF(fixed)
daimakai:0:FF0955:16:001:Round Clear Now!!
daimakai:0:FF07C8:02:001:Go to Round 1
daimakai:0:FF0955:16:501:Go to Round 1(2/2)
daimakai:0:FF07C8:00:001:Go to Round 2
daimakai:0:FF0955:16:501:Go to Round 2(2/2)
daimakai:0:FF07C8:01:001:Go to Round 3
daimakai:0:FF0955:16:501:Go to Round 3(2/2)
daimakai:0:FF07C8:03:001:Go to Round 4
daimakai:0:FF0955:16:501:Go to Round 4(2/2)
daimakai:0:FF07C8:05:001:Go to Round 5
daimakai:0:FF0955:16:501:Go to Round 5(2/2)
daimakai:0:FF07C8:07:001:Go to Final Round
daimakai:0:FF0955:16:501:Go to Final Round(2/4)
daimakai:0:FF07D5:01:501:Go to Final Round(3/4):Loop Check
daimakai:0:FF07C6:06:501:Go to Final Round(4/4):Item Check
; [ Dai Ressya Goutou (Japan) ]
dairesya:0:3270:0A:000:Infinite Lives
dairesya:0:3442:00:000:Infinite Time
dairesya:0:3604:03:000:Infinite Ammo
dairesya:0:3205:04:000:Invincibility
dairesya:0:0000:00:999:[Use these cheats with the ]
dairesya:0:0000:00:999:[Infinite Ammo cheat ON for ]
dairesya:0:0000:00:999:[the best effect!! ]
dairesya:0:3605:00:000:Always have Fire
dairesya:0:3605:01:000:Always have Rope
dairesya:0:3605:02:000:Always have Bomb
dairesya:0:3605:00:001:Get Fire Now!
dairesya:0:3605:01:001:Get Rope Now!
dairesya:0:3605:02:001:Get Bomb Now!
; [ Daisenpu (Japan) ]
daisenpu:0:F000F3:09:000:Infinite Credits
daisenpu:0:F0164D:08:000:Infinite Lives
daisenpu:0:F0164F:07:000:Infinite Bombs
daisenpu:0:F016B3:03:000:Always have Max Fire Power
; [ Dai Toride ]
daitorid:0:804048:63:000:Infinite Credits
daitorid:0:8000A5:70:000:Infinite Time
; [ Mahjong Daiyogen (Japan) ]
daiyogen:0:0000:00:999:[The winning hand cheat must]
daiyogen:0:0000:00:999:[be activated when there are]
daiyogen:0:0000:00:999:[14 tiles in your hand, then]
daiyogen:0:0000:00:999:[press the RON key . ]
daiyogen:0:0000:00:999:[('Z' by default). The tiles]
daiyogen:0:0000:00:999:[do not visually change ]
daiyogen:0:0000:00:999:[until you make a move. ]
daiyogen:0:CE81:30:000:Always winning hand
daiyogen:0:CE82:30:500:Always winning hand (02/14)
daiyogen:0:CE83:30:500:Always winning hand (03/14)
daiyogen:0:CE84:31:500:Always winning hand (04/14)
daiyogen:0:CE85:31:500:Always winning hand (05/14)
daiyogen:0:CE86:31:500:Always winning hand (06/14)
daiyogen:0:CE87:32:500:Always winning hand (07/14)
daiyogen:0:CE88:32:500:Always winning hand (08/14)
daiyogen:0:CE89:32:500:Always winning hand (09/14)
daiyogen:0:CE8A:33:500:Always winning hand (10/14)
daiyogen:0:CE8B:33:500:Always winning hand (11/14)
daiyogen:0:CE8C:33:500:Always winning hand (12/14)
daiyogen:0:CE8D:34:500:Always winning hand (13/14)
daiyogen:0:CE8E:34:500:Always winning hand (14/14)
daiyogen:0:C702:00:000:Always winning hand (dealer)
daiyogen:0:CB02:01:500:Always winning hand (dealer) (2/2)
; [ Dangar - Ufo Robo (12/1/1986) ]
dangar:0:EC1F:03:000:Infinite polymorphs
dangar:0:EC19:F4:000:Infinite polymorph time
dangar:0:EC19:02:001:No more morph time
dangar:0:EC1A:00:501:No more morph time (2/2)
dangar:0:EC01:84:001:Get Formation Robot Now!
dangar:0:EC04:02:541:Get Formation Robot Now!(2/2)
dangar:0:EC04:02:000:Invincibility "ON"
dangar:0:EC04:00:001:Invincibility "OFF"
dangar:0:E38C:05:000:Infinite Lives PL1
dangar:0:E3A8:FF:000:Infinite Continues PL1
dangar:0:E38D:05:000:Infinite Lives PL2
dangar:0:E3A9:FF:000:Infinite Continues PL2
; [ Dangar - Ufo Robo (9/26/1986) ]
dangar2:0:EC1F:03:000:Infinite polymorphs
dangar2:0:EC19:F4:000:Infinite polymorph time
dangar2:0:EC19:02:001:No more morph time
dangar2:0:EC1A:00:501:No more morph time (2/2)
dangar2:0:EC01:84:001:Get Formation Robot Now!
dangar2:0:EC04:02:541:Get Formation Robot Now!(2/2)
dangar2:0:EC04:02:000:Invincibility "ON"
dangar2:0:EC04:00:001:Invincibility "OFF"
dangar2:0:0000:00:999:[See the Dip Switch Menu to ]
dangar2:0:0000:00:999:[enable alternate ]
dangar2:0:0000:00:999:[Invincibility cheats. ]
dangar2:0:E38C:05:000:Infinite Lives PL1
dangar2:0:E38D:05:000:Infinite Lives PL2
; [ Dangar - Ufo Robo (bootleg) ]
dangarb:0:EC1F:03:000:Infinite polymorphs
dangarb:0:EC19:F4:000:Infinite polymorph time
dangarb:0:EC19:02:001:No more morph time
dangarb:0:EC1A:00:501:No more morph time (2/2)
dangarb:0:EC01:84:001:Get Formation Robot Now!
dangarb:0:EC04:02:541:Get Formation Robot Now!(2/2)
dangarb:0:EC04:02:000:Invincibility "ON"
dangarb:0:EC04:00:001:Invincibility "OFF"
dangarb:0:0000:00:999:[See the Dip Switch Menu to ]
dangarb:0:0000:00:999:[enable alternate ]
dangarb:0:0000:00:999:[Invincibility cheats. ]
dangarb:0:E38C:05:000:Infinite Lives PL1
dangarb:0:E38D:05:000:Infinite Lives PL2
; [ Danger Zone ]
dangerz:0:E123:09:000:Infinite Credits
; [ Dangerous Seed (Japan) ]
dangseed:0:0050:03:000:Infinite Energy
dangseed:0:0003:00:000:Flicking Off
dangseed:0:0051:01:000:Invincibility 'ON':Invalid use Bomb,Enemy Shot
dangseed:0:0051:00:001:Invincibility 'OFF'
dangseed:0:0000:00:999:[ Only enable ONE kind of ]
dangseed:0:0000:00:999:[ super weapon at a time ]
dangseed:0:060C:03:000:Maximum ring laser
dangseed:0:060D:03:500:Maximum ring laser (2/4)
dangseed:0:060E:03:500:Maximum ring laser (3/4)
dangseed:0:060F:03:500:Maximum ring laser (4/4)
dangseed:0:060C:02:000:Maximum melt miss.
dangseed:0:060D:02:500:Maximum melt miss. (2/4)
dangseed:0:060E:02:500:Maximum melt miss. (3/4)
dangseed:0:060F:02:500:Maximum melt miss. (4/4)
dangseed:0:060C:01:000:Maximum hyper bomb
dangseed:0:060D:01:500:Maximum hyper bomb (2/4)
dangseed:0:060E:01:500:Maximum hyper bomb (3/4)
dangseed:0:060F:01:500:Maximum hyper bomb (4/4)
dangseed:0:0000:00:999:[Enable this cheat on the ]
dangseed:0:0000:00:999:[ Take off screen ]
dangseed:0:0605:0A:071:Select Start Round
dangseed:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Dan-Ku-Ga (Japan) ]
dankuga:0:40E175:09:000:Infinite Credits
dankuga:0:409737:09:000:Infinite Time
dankuga:0:409733:09:500:Infinite Time (2/2)
dankuga:0:409737:00:001:Finish this Round Now!
dankuga:0:409733:00:501:Finish this Round Now! (2/2)
dankuga:0:412B35:64:000:Infinite Energy PL1
dankuga:0:412B35:00:001:Drain All Energy Now! PL1
dankuga:0:412BC1:C8:000:Always have Max CRUSH PL1
dankuga:0:412BC1:00:000:Always have Min CRUSH PL1
dankuga:0:412BC1:C8:001:Get Max CRUSH Now! PL1
dankuga:0:412BC1:00:001:Get Min CRUSH Now! PL1
dankuga:0:412D35:64:000:Infinite Energy PL2
dankuga:0:412D35:00:001:Drain All Energy Now! PL2
dankuga:0:412DC1:C8:000:Always have Max CRUSH PL2
dankuga:0:412DC1:00:000:Always have Min CRUSH PL2
dankuga:0:412DC1:C8:001:Get Max CRUSH Now! PL2
dankuga:0:412DC1:00:001:Get Min CRUSH Now! PL2
dankuga:0:000000:00:999:[After you enable these region cheats to see any ]
dankuga:0:000000:00:999:[effect you will have to reset the game (F3). ]
dankuga:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
dankuga:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
dankuga:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
dankuga:0:1FFFFF:01:001:Region Switch = Japan
dankuga:0:1FFFFF:02:001:Region Switch = US
dankuga:0:1FFFFF:03:001:Region Switch = World
; [ Darius (World) ]
darius:0:082BF7:0A:000:Infinite Lives PL1
darius:0:082B7D:02:000:Invincibility PL1
darius:0:082B9B:07:000:Always have Max Missile PL1
darius:0:082B9F:07:000:Always have Max Bomb PL1
darius:0:082BA3:07:000:Always have Max Arm PL1
darius:0:082B99:00:000:Always have Shot Missile PL1
darius:0:082B99:01:000:Always have Laser Missile PL1
darius:0:082B99:02:000:Always have Beam Missile PL1
darius:0:082B9D:00:000:Always have Single Bomb PL1
darius:0:082B9D:01:000:Always have Double Bomb PL1
darius:0:082B9D:02:000:Always have 4-way Bomb PL1
darius:0:082BA1:00:000:Always have Green Arm PL1
darius:0:082BA1:01:000:Always have Silver Arm PL1
darius:0:082BA1:02:000:Always have Gold Arm PL1
darius:0:082B9B:07:001:Get Max Missile Now! PL1
darius:0:082B9F:07:001:Get Max Bomb Now! PL1
darius:0:082BA3:07:001:Get Max Arm Now! PL1
darius:0:082B99:00:001:Get Shot Missile Now! PL1
darius:0:082B99:01:001:Get Laser Missile Now! PL1
darius:0:082B99:02:001:Get Beam Missile Now! PL1
darius:0:082B9D:00:001:Get Single Bomb Now! PL1
darius:0:082B9D:01:001:Get Double Bomb Now! PL1
darius:0:082B9D:02:001:Get 4-way Bomb Now! PL1
darius:0:082BA1:00:001:Get Green Arm Now! PL1
darius:0:082BA1:01:001:Get Silver Arm Now! PL1
darius:0:082BA1:02:001:Get Gold Arm Now! PL1
darius:0:082C0D:0A:000:Infinite Lives PL2
darius:0:082BB1:02:000:Invincibility PL2
darius:0:082BCF:07:000:Always have Max Missile PL2
darius:0:082BD3:07:000:Always have Max Bomb PL2
darius:0:082BD7:07:000:Always have Max Arm PL2
darius:0:082BCD:00:000:Always have Shot Missile PL2
darius:0:082BCD:01:000:Always have Laser Missile PL2
darius:0:082BCD:02:000:Always have Beam Missile PL2
darius:0:082BD1:00:000:Always have Single Bomb PL2
darius:0:082BD1:01:000:Always have Double Bomb PL2
darius:0:082BD1:02:000:Always have 4-way Bomb PL2
darius:0:082BD5:00:000:Always have Green Arm PL2
darius:0:082BD5:01:000:Always have Silver Arm PL2
darius:0:082BD5:02:000:Always have Gold Arm PL2
darius:0:082BCF:07:001:Get Max Missile Now! PL2
darius:0:082BD3:07:001:Get Max Bomb Now! PL2
darius:0:082BD7:07:001:Get Max Arm Now! PL2
darius:0:082BCD:00:001:Get Shot Missile Now! PL2
darius:0:082BCD:01:001:Get Laser Missile Now! PL2
darius:0:082BCD:02:001:Get Beam Missile Now! PL2
darius:0:082BD1:00:001:Get Single Bomb Now! PL2
darius:0:082BD1:01:001:Get Double Bomb Now! PL2
darius:0:082BD1:02:001:Get 4-way Bomb Now! PL2
darius:0:082BD5:00:001:Get Green Arm Now! PL2
darius:0:082BD5:01:001:Get Silver Arm Now! PL2
darius:0:082BD5:02:001:Get Gold Arm Now! PL2
; [ Darius II (Japan) ]
darius2:0:0C1FD9:09:000:Infinite Credits
darius2:0:000000:00:999:[See the Dip Switch Menu to ]
darius2:0:000000:00:999:[enable an alternate ]
darius2:0:000000:00:999:[Invincibility cheat. ]
darius2:0:2400DF:09:000:Infinite Lives PL1
darius2:0:2400F9:EF:000:Invincibility PL1
darius2:0:240513:09:000:Infinite Lives PL2
darius2:0:24052D:EF:000:Invincibility PL2
; [ Darius II (dual screen) (Japan) ]
darius2d:0:109DED:09:000:Infinite Credits
darius2d:0:101F7D:09:000:Infinite Lives PL1
darius2d:0:101F97:EF:000:Invincibility PL1
darius2d:0:1023B3:09:000:Infinite Lives PL2
darius2d:0:1023CD:EF:000:Invincibility PL2
darius2d:0:10155B:80:000:Sound Test Timer Stop
; [ Darius (Extra) (Japan) ]
dariuse:0:082BF9:02:000:Infinite Lives PL1
dariuse:0:082B7F:02:000:Invincibility PL1
dariuse:0:082B9D:07:000:Always have Max Missile PL1
dariuse:0:082BA1:07:000:Always have Max Bomb PL1
dariuse:0:082BA5:07:000:Always have Max Arm PL1
dariuse:0:082B9B:00:000:Always have Shot Missile PL1
dariuse:0:082B9B:01:000:Always have Laser Missile PL1
dariuse:0:082B9B:02:000:Always have Beam Missile PL1
dariuse:0:082B9F:00:000:Always have Single Bomb PL1
dariuse:0:082B9F:01:000:Always have Double Bomb PL1
dariuse:0:082B9F:02:000:Always have 4-way Bomb PL1
dariuse:0:082BA3:00:000:Always have Green Arm PL1
dariuse:0:082BA3:01:000:Always have Silver Arm PL1
dariuse:0:082BA3:02:000:Always have Gold Arm PL1
dariuse:0:082B9D:07:001:Get Max Missile Now! PL1
dariuse:0:082BA1:07:001:Get Max Bomb Now! PL1
dariuse:0:082BA5:07:001:Get Max Arm Now! PL1
dariuse:0:082B9B:00:001:Get Shot Missile Now! PL1
dariuse:0:082B9B:01:001:Get Laser Missile Now! PL1
dariuse:0:082B9B:02:001:Get Beam Missile Now! PL1
dariuse:0:082B9F:00:001:Get Single Bomb Now! PL1
dariuse:0:082B9F:01:001:Get Double Bomb Now! PL1
dariuse:0:082B9F:02:001:Get 4-way Bomb Now! PL1
dariuse:0:082BA3:00:001:Get Green Arm Now! PL1
dariuse:0:082BA3:01:001:Get Silver Arm Now! PL1
dariuse:0:082BA3:02:001:Get Gold Arm Now! PL1
dariuse:0:082C0F:0A:000:Infinite Lives PL2
dariuse:0:082BB3:02:000:Invincibility PL2
dariuse:0:082BD1:07:000:Always have Max Missile PL2
dariuse:0:082BD5:07:000:Always have Max Bomb PL2
dariuse:0:082BD9:07:000:Always have Max Arm PL2
dariuse:0:082BCF:00:000:Always have Shot Missile PL2
dariuse:0:082BCF:01:000:Always have Laser Missile PL2
dariuse:0:082BCF:02:000:Always have Beam Missile PL2
dariuse:0:082BD3:00:000:Always have Single Bomb PL2
dariuse:0:082BD3:01:000:Always have Double Bomb PL2
dariuse:0:082BD3:02:000:Always have 4-way Bomb PL2
dariuse:0:082BD7:00:000:Always have Green Arm PL2
dariuse:0:082BD7:01:000:Always have Silver Arm PL2
dariuse:0:082BD7:02:000:Always have Gold Arm PL2
dariuse:0:082BD1:07:001:Get Max Missile Now! PL2
dariuse:0:082BD5:07:001:Get Max Bomb Now! PL2
dariuse:0:082BD9:07:001:Get Max Arm Now! PL2
dariuse:0:082BCF:00:001:Get Shot Missile Now! PL2
dariuse:0:082BCF:01:001:Get Laser Missile Now! PL2
dariuse:0:082BCF:02:001:Get Beam Missile Now! PL2
dariuse:0:082BD3:00:001:Get Single Bomb Now! PL2
dariuse:0:082BD3:01:001:Get Double Bomb Now! PL2
dariuse:0:082BD3:02:001:Get 4-way Bomb Now! PL2
dariuse:0:082BD7:00:001:Get Green Arm Now! PL2
dariuse:0:082BD7:01:001:Get Silver Arm Now! PL2
dariuse:0:082BD7:02:001:Get Gold Arm Now! PL2
; [ Darius Gaiden - Silver Hawk ]
dariusg:0:400091:09:000:Infinite Credits
dariusg:0:41B1DD:09:000:Infinite Lives PL1
dariusg:0:41B1F1:05:000:Infinite Bombs PL1
dariusg:0:41B1E1:05:000:Invincibility PL1
dariusg:0:41B267:09:000:Infinite Lives PL2
dariusg:0:41B27B:05:000:Infinite Bombs PL2
dariusg:0:41B26B:05:000:Invincibility PL2
dariusg:0:000000:00:999:[After you enable these region cheats to see any ]
dariusg:0:000000:00:999:[effect you will have to reset the game (F3). ]
dariusg:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
dariusg:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
dariusg:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
dariusg:0:1FFFFF:01:001:Region Switch = Japan
dariusg:0:1FFFFF:02:001:Region Switch = US
dariusg:0:1FFFFF:03:001:Region Switch = World
; [ Darius Gaiden - Silver Hawk (Extra Version) ]
dariusgx:0:400091:09:000:Infinite Credits
dariusgx:0:41BBA5:09:000:Infinite Lives PL1
dariusgx:0:41BBB9:05:000:Infinite Bombs PL1
dariusgx:0:41BBA9:05:000:Invincibility PL1
dariusgx:0:41BC2F:09:000:Infinite Lives PL2
dariusgx:0:41BC43:05:000:Infinite Bombs PL2
dariusgx:0:41BC33:05:000:Invincibility PL2
dariusgx:0:000000:00:999:[After you enable these region cheats to see any ]
dariusgx:0:000000:00:999:[effect you will have to reset the game (F3). ]
dariusgx:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
dariusgx:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
dariusgx:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
dariusgx:0:1FFFFF:01:001:Region Switch = Japan
dariusgx:0:1FFFFF:02:001:Region Switch = US
dariusgx:0:1FFFFF:03:001:Region Switch = World
; [ Darius (Japan) ]
dariusj:0:082BBB:0A:000:Infinite Lives PL1
dariusj:0:082B41:02:000:Invincibility PL1
dariusj:0:082B5F:07:000:Always have Max Missile PL1
dariusj:0:082B63:07:000:Always have Max Bomb PL1
dariusj:0:082B67:07:000:Always have Max Arm PL1
dariusj:0:082B5D:00:000:Always have Shot Missile PL1
dariusj:0:082B5D:01:000:Always have Laser Missile PL1
dariusj:0:082B5D:02:000:Always have Beam Missile PL1
dariusj:0:082B61:00:000:Always have Single Bomb PL1
dariusj:0:082B61:01:000:Always have Double Bomb PL1
dariusj:0:082B61:02:000:Always have 4-way Bomb PL1
dariusj:0:082B65:00:000:Always have Green Arm PL1
dariusj:0:082B65:01:000:Always have Silver Arm PL1
dariusj:0:082B65:02:000:Always have Gold Arm PL1
dariusj:0:082B5F:07:001:Get Max Missile Now! PL1
dariusj:0:082B63:07:001:Get Max Bomb Now! PL1
dariusj:0:082B67:07:001:Get Max Arm Now! PL1
dariusj:0:082B5D:00:001:Get Shot Missile Now! PL1
dariusj:0:082B5D:01:001:Get Laser Missile Now! PL1
dariusj:0:082B5D:02:001:Get Beam Missile Now! PL1
dariusj:0:082B61:00:001:Get Single Bomb Now! PL1
dariusj:0:082B61:01:001:Get Double Bomb Now! PL1
dariusj:0:082B61:02:001:Get 4-way Bomb Now! PL1
dariusj:0:082B65:00:001:Get Green Arm Now! PL1
dariusj:0:082B65:01:001:Get Silver Arm Now! PL1
dariusj:0:082B65:02:001:Get Gold Arm Now! PL1
dariusj:0:082BD1:0A:000:Infinite Lives PL2
dariusj:0:082B75:02:000:Invincibility PL2
dariusj:0:082B93:07:000:Always have Max Missile PL2
dariusj:0:082B97:07:000:Always have Max Bomb PL2
dariusj:0:082B9B:07:000:Always have Max Arm PL2
dariusj:0:082B91:00:000:Always have Shot Missile PL2
dariusj:0:082B91:01:000:Always have Laser Missile PL2
dariusj:0:082B91:02:000:Always have Beam Missile PL2
dariusj:0:082B95:00:000:Always have Single Bomb PL2
dariusj:0:082B95:01:000:Always have Double Bomb PL2
dariusj:0:082B95:02:000:Always have 4-way Bomb PL2
dariusj:0:082B99:00:000:Always have Green Arm PL2
dariusj:0:082B99:01:000:Always have Silver Arm PL2
dariusj:0:082B99:02:000:Always have Gold Arm PL2
dariusj:0:082B93:07:001:Get Max Missile Now! PL2
dariusj:0:082B97:07:001:Get Max Bomb Now! PL2
dariusj:0:082B9B:07:001:Get Max Arm Now! PL2
dariusj:0:082B91:00:001:Get Shot Missile Now! PL2
dariusj:0:082B91:01:001:Get Laser Missile Now! PL2
dariusj:0:082B91:02:001:Get Beam Missile Now! PL2
dariusj:0:082B95:00:001:Get Single Bomb Now! PL2
dariusj:0:082B95:01:001:Get Double Bomb Now! PL2
dariusj:0:082B95:02:001:Get 4-way Bomb Now! PL2
dariusj:0:082B99:00:001:Get Green Arm Now! PL2
dariusj:0:082B99:01:001:Get Silver Arm Now! PL2
dariusj:0:082B99:02:001:Get Gold Arm Now! PL2
; [ Darius (Japan old version) ]
dariuso:0:082BBB:0A:000:Infinite Lives PL1
dariuso:0:082B41:02:000:Invincibility PL1
dariuso:0:082B5F:07:000:Always have Max Missile PL1
dariuso:0:082B63:07:000:Always have Max Bomb PL1
dariuso:0:082B67:07:000:Always have Max Arm PL1
dariuso:0:082B5D:00:000:Always have Shot Missile PL1
dariuso:0:082B5D:01:000:Always have Laser Missile PL1
dariuso:0:082B5D:02:000:Always have Beam Missile PL1
dariuso:0:082B61:00:000:Always have Single Bomb PL1
dariuso:0:082B61:01:000:Always have Double Bomb PL1
dariuso:0:082B61:02:000:Always have 4-way Bomb PL1
dariuso:0:082B65:00:000:Always have Green Arm PL1
dariuso:0:082B65:01:000:Always have Silver Arm PL1
dariuso:0:082B65:02:000:Always have Gold Arm PL1
dariuso:0:082B5F:07:001:Get Max Missile Now! PL1
dariuso:0:082B63:07:001:Get Max Bomb Now! PL1
dariuso:0:082B67:07:001:Get Max Arm Now! PL1
dariuso:0:082B5D:00:001:Get Shot Missile Now! PL1
dariuso:0:082B5D:01:001:Get Laser Missile Now! PL1
dariuso:0:082B5D:02:001:Get Beam Missile Now! PL1
dariuso:0:082B61:00:001:Get Single Bomb Now! PL1
dariuso:0:082B61:01:001:Get Double Bomb Now! PL1
dariuso:0:082B61:02:001:Get 4-way Bomb Now! PL1
dariuso:0:082B65:00:001:Get Green Arm Now! PL1
dariuso:0:082B65:01:001:Get Silver Arm Now! PL1
dariuso:0:082B65:02:001:Get Gold Arm Now! PL1
dariuso:0:082BD1:0A:000:Infinite Lives PL2
dariuso:0:082B75:02:000:Invincibility PL2
dariuso:0:082B93:07:000:Always have Max Missile PL2
dariuso:0:082B97:07:000:Always have Max Bomb PL2
dariuso:0:082B9B:07:000:Always have Max Arm PL2
dariuso:0:082B91:00:000:Always have Shot Missile PL2
dariuso:0:082B91:01:000:Always have Laser Missile PL2
dariuso:0:082B91:02:000:Always have Beam Missile PL2
dariuso:0:082B95:00:000:Always have Single Bomb PL2
dariuso:0:082B95:01:000:Always have Double Bomb PL2
dariuso:0:082B95:02:000:Always have 4-way Bomb PL2
dariuso:0:082B99:00:000:Always have Green Arm PL2
dariuso:0:082B99:01:000:Always have Silver Arm PL2
dariuso:0:082B99:02:000:Always have Gold Arm PL2
dariuso:0:082B93:07:001:Get Max Missile Now! PL2
dariuso:0:082B97:07:001:Get Max Bomb Now! PL2
dariuso:0:082B9B:07:001:Get Max Arm Now! PL2
dariuso:0:082B91:00:001:Get Shot Missile Now! PL2
dariuso:0:082B91:01:001:Get Laser Missile Now! PL2
dariuso:0:082B91:02:001:Get Beam Missile Now! PL2
dariuso:0:082B95:00:001:Get Single Bomb Now! PL2
dariuso:0:082B95:01:001:Get Double Bomb Now! PL2
dariuso:0:082B95:02:001:Get 4-way Bomb Now! PL2
dariuso:0:082B99:00:001:Get Green Arm Now! PL2
dariuso:0:082B99:01:001:Get Silver Arm Now! PL2
dariuso:0:082B99:02:001:Get Gold Arm Now! PL2
; [ Dark Adventure ]
darkadv:2:041011:9A:000:Infinite Lives PL1
darkadv:2:041017:FF:000:Infinite Energy PL1
darkadv:2:04106A:0C:000:Infinite Keys PL1
darkadv:2:041016:01:000:Invincibility PL1:Turn off Stage end
darkadv:2:04106C:13:500:Invincibility PL1 (2/2):Turn off Stage end
darkadv:2:041066:01:000:Always have Speed Up PL1
darkadv:2:041087:20:000:Always have Dynamite PL1
darkadv:2:04106F:B0:020:Always have the Shield PL1
darkadv:2:041066:01:001:Get the Speed Up Now! PL1
darkadv:2:041087:20:001:Get the Dynamite Now! PL1
darkadv:2:04106F:B0:021:Get the Shield Now! PL1
darkadv:2:04106F:B0:041:Lose the Shield Now! PL1
darkadv:2:04106F:01:021:Get Sword Now! PL1
darkadv:2:04106F:0E:541:Get Sword Now! PL1 (2/2)
darkadv:2:04106F:02:021:Get Spear Now! PL1
darkadv:2:04106F:0D:541:Get Spear Now! PL1 (2/2)
darkadv:2:04106F:03:021:Get Whip Now! PL1
darkadv:2:04106F:0C:541:Get Whip Now! PL1 (2/2)
darkadv:2:04106F:05:021:Get Fire Now! PL1
darkadv:2:04106F:0A:541:Get Fire Now! PL1 (2/2)
darkadv:2:04106F:06:021:Get Laser Now! PL1
darkadv:2:04106F:09:541:Get Laser Now! PL1 (2/2)
darkadv:2:04106F:07:021:Get P-Sword Now! PL1
darkadv:2:04106F:08:541:Get P-Sword Now! PL1 (2/3)
darkadv:2:041068:01:501:Get P-Sword Now! PL1 (3/3)
darkadv:2:04106F:08:021:Get P-Spear Now! PL1
darkadv:2:04106F:07:541:Get P-Spear Now! PL1 (2/3)
darkadv:2:041068:01:501:Get P-Spear Now! PL1 (3/3)
darkadv:2:04106F:09:021:Get P-Whip Now! PL1
darkadv:2:04106F:06:541:Get P-Whip Now! PL1 (2/3)
darkadv:2:041068:01:501:Get P-Whip Now! PL1 (3/3)
darkadv:2:041111:9A:000:Infinite Lives PL2
darkadv:2:041117:FF:000:Infinite Energy PL2
darkadv:2:04116A:0C:000:Infinite Keys PL2
darkadv:2:041116:01:000:Invincibility PL2:Turn off Stage end
darkadv:2:04116C:13:500:Invincibility PL2 (2/2):Turn off Stage end
darkadv:2:041166:01:000:Always have Speed Up PL2
darkadv:2:041187:20:000:Always have Dynamite PL2
darkadv:2:04116F:B0:020:Always have the Shield PL2
darkadv:2:041166:01:001:Get the Speed Up Now! PL2
darkadv:2:041187:20:001:Get the Dynamite Now! PL2
darkadv:2:04116F:B0:021:Get the Shield Now! PL2
darkadv:2:04116F:B0:041:Lose the Shield Now! PL2
darkadv:2:04116F:01:021:Get Sword Now! PL2
darkadv:2:04116F:0E:541:Get Sword Now! PL2 (2/2)
darkadv:2:04116F:02:021:Get Spear Now! PL2
darkadv:2:04116F:0D:541:Get Spear Now! PL2 (2/2)
darkadv:2:04116F:03:021:Get Whip Now! PL2
darkadv:2:04116F:0C:541:Get Whip Now! PL2 (2/2)
darkadv:2:04116F:05:021:Get Fire Now! PL2
darkadv:2:04116F:0A:541:Get Fire Now! PL2 (2/2)
darkadv:2:04116F:06:021:Get Laser Now! PL2
darkadv:2:04116F:09:541:Get Laser Now! PL2 (2/2)
darkadv:2:04116F:07:021:Get P-Sword Now! PL2
darkadv:2:04116F:08:541:Get P-Sword Now! PL2 (2/3)
darkadv:2:041168:01:501:Get P-Sword Now! PL2 (3/3)
darkadv:2:04116F:08:021:Get P-Spear Now! PL2
darkadv:2:04116F:07:541:Get P-Spear Now! PL2 (2/3)
darkadv:2:041168:01:501:Get P-Spear Now! PL2 (3/3)
darkadv:2:04116F:09:021:Get P-Whip Now! PL2
darkadv:2:04116F:06:541:Get P-Whip Now! PL2 (2/3)
darkadv:2:041168:01:501:Get P-Whip Now! PL2 (3/3)
darkadv:2:041211:9A:000:Infinite Lives PL3
darkadv:2:041217:FF:000:Infinite Energy PL3
darkadv:2:04126A:01:000:Always have the Key PL3
darkadv:2:041216:01:000:Invincibility PL3:Turn off Stage end
darkadv:2:04126C:13:500:Invincibility PL3 (2/2):Turn off Stage end
darkadv:2:041266:01:000:Always have Speed Up PL3
darkadv:2:041287:20:000:Always have Dynamite PL3
darkadv:2:04126F:B0:020:Always have the Shield PL3
darkadv:2:041266:01:001:Get the Speed Up Now! PL3
darkadv:2:041287:20:001:Get the Dynamite Now! PL3
darkadv:2:04126F:B0:021:Get the Shield Now! PL3
darkadv:2:04126F:B0:041:Lose the Shield Now! PL3
darkadv:2:04126F:01:021:Get Sword Now! PL3
darkadv:2:04126F:0E:541:Get Sword Now! PL3 (2/2)
darkadv:2:04126F:02:021:Get Spear Now! PL3
darkadv:2:04126F:0D:541:Get Spear Now! PL3 (2/2)
darkadv:2:04126F:03:021:Get Whip Now! PL3
darkadv:2:04126F:0C:541:Get Whip Now! PL3 (2/2)
darkadv:2:04126F:05:021:Get Fire Now! PL3
darkadv:2:04126F:0A:541:Get Fire Now! PL3 (2/2)
darkadv:2:04126F:06:021:Get Laser Now! PL3
darkadv:2:04126F:09:541:Get Laser Now! PL3 (2/2)
darkadv:2:04126F:07:021:Get P-Sword Now! PL3
darkadv:2:04126F:08:541:Get P-Sword Now! PL3 (2/3)
darkadv:2:041268:01:501:Get P-Sword Now! PL3 (3/3)
darkadv:2:04126F:08:021:Get P-Spear Now! PL3
darkadv:2:04126F:07:541:Get P-Spear Now! PL3 (2/3)
darkadv:2:041268:01:501:Get P-Spear Now! PL3 (3/3)
darkadv:2:04126F:09:021:Get P-Whip Now! PL3
darkadv:2:04126F:06:541:Get P-Whip Now! PL3 (2/3)
darkadv:2:041268:01:501:Get P-Whip Now! PL3 (3/3)
darkadv:2:060002:FF:000:Sound Test Timer Stop:[PL1 Start]Next Code
; [ Dark Planet ]
darkplnt:0:8695:07:000:Infinite Lives
; [ Dark Seal (World revision 1) ]
darksea1:0:100B3B:00:001:Kill Dragon Now!!
darksea1:0:100036:07:000:Infinite Lives PL1
darksea1:0:100037:0C:000:Infinite Energy PL1
darksea1:0:10003E:80:001:Fill Magic Bar to Top PL1
darksea1:0:10003E:80:000:Stop Magic Bar decreasing PL1
darksea1:0:10004B:C0:000:Invincibility PL1:To be used when you blink
darksea1:0:100086:0A:000:Infinite Gloves PL1
darksea1:0:100038:10:520:Infinite Gloves PL1 (2/3)
darksea1:0:100017:40:501:Infinite Gloves PL1 (3/3)
darksea1:0:100084:0A:000:Infinite Boots PL1
darksea1:0:100038:20:520:Infinite Boots PL1 (2/3)
darksea1:0:100048:02:501:Infinite Boots PL1 (3/3)
darksea1:0:1000B6:07:000:Infinite Lives PL2
darksea1:0:1000B7:0A:000:Infinite Energy PL2
darksea1:0:1000BE:80:001:Fill Magic Bar to Top PL2
darksea1:0:1000BE:80:000:Stop Magic Bar decreasing PL2
darksea1:0:1000CB:C0:000:Invincibility PL2:To be used when you blink
darksea1:0:100106:0A:000:Infinite Gloves PL2
darksea1:0:1000B8:10:520:Infinite Gloves PL2 (2/3)
darksea1:0:100097:40:501:Infinite Gloves PL2 (3/3)
darksea1:0:100104:0A:000:Infinite Boots PL2
darksea1:0:1000B8:20:520:Infinite Boots PL2 (2/3)
darksea1:0:1000C8:02:501:Infinite Boots PL2 (3/3)
; [ Dark Seal (Japan) ]
darkseaj:0:100B3B:00:001:Kill Dragon Now!!
darkseaj:0:100036:07:000:Infinite Lives PL1
darkseaj:0:100037:0C:000:Infinite Energy PL1
darkseaj:0:10003E:80:001:Fill Magic Bar to Top PL1
darkseaj:0:10003E:80:000:Stop Magic Bar decreasing PL1
darkseaj:0:10004B:C0:000:Invincibility PL1:To be used when you blink
darkseaj:0:100086:0A:000:Infinite Gloves PL1
darkseaj:0:100038:10:520:Infinite Gloves PL1 (2/3)
darkseaj:0:100017:40:501:Infinite Gloves PL1 (3/3)
darkseaj:0:100084:0A:000:Infinite Boots PL1
darkseaj:0:100038:20:520:Infinite Boots PL1 (2/3)
darkseaj:0:100048:02:501:Infinite Boots PL1 (3/3)
darkseaj:0:1000B6:07:000:Infinite Lives PL2
darkseaj:0:1000B7:0A:000:Infinite Energy PL2
darkseaj:0:1000BE:80:001:Fill Magic Bar to Top PL2
darkseaj:0:1000BE:80:000:Stop Magic Bar decreasing PL2
darkseaj:0:1000CB:C0:000:Invincibility PL2:To be used when you blink
darkseaj:0:100106:0A:000:Infinite Gloves PL2
darkseaj:0:1000B8:10:520:Infinite Gloves PL2 (2/3)
darkseaj:0:100097:40:501:Infinite Gloves PL2 (3/3)
darkseaj:0:100104:0A:000:Infinite Boots PL2
darkseaj:0:1000B8:20:520:Infinite Boots PL2 (2/3)
darkseaj:0:1000C8:02:501:Infinite Boots PL2 (3/3)
; [ Dark Seal (World revision 3) ]
darkseal:0:100B3B:00:001:Kill Dragon Now!!
darkseal:0:100036:07:000:Infinite Lives PL1
darkseal:0:100037:0C:000:Infinite Energy PL1
darkseal:0:10003E:80:001:Fill Magic Bar to Top PL1
darkseal:0:10003E:80:000:Stop Magic Bar decreasing PL1
darkseal:0:10004B:C0:000:Invincibility PL1:To be used when you blink
darkseal:0:100086:0A:000:Infinite Gloves PL1
darkseal:0:100038:10:520:Infinite Gloves PL1 (2/3)
darkseal:0:100017:40:501:Infinite Gloves PL1 (3/3)
darkseal:0:100084:0A:000:Infinite Boots PL1
darkseal:0:100038:20:520:Infinite Boots PL1 (2/3)
darkseal:0:100048:02:501:Infinite Boots PL1 (3/3)
darkseal:0:1000B6:07:000:Infinite Lives PL2
darkseal:0:1000B7:0A:000:Infinite Energy PL2
darkseal:0:1000BE:80:001:Fill Magic Bar to Top PL2
darkseal:0:1000BE:80:000:Stop Magic Bar decreasing PL2
darkseal:0:1000CB:C0:000:Invincibility PL2:To be used when you blink
darkseal:0:100106:0A:000:Infinite Gloves PL2
darkseal:0:1000B8:10:520:Infinite Gloves PL2 (2/3)
darkseal:0:100097:40:501:Infinite Gloves PL2 (3/3)
darkseal:0:100104:0A:000:Infinite Boots PL2
darkseal:0:1000B8:20:520:Infinite Boots PL2 (2/3)
darkseal:0:1000C8:02:501:Infinite Boots PL2 (3/3)
; [ Dark Warrior ]
darkwar:0:1E10:63:000:Infinite Credits
darkwar:0:1DD5:03:000:Infinite Lives PL1
darkwar:0:1DF0:0C:000:Infinite Fuel PL1
darkwar:0:1D56:03:000:Infinite Lives PL2
darkwar:0:1DF1:0C:000:Infinite Fuel PL2
; [ Darwin 4078 (Japan) ]
darwin:0:1B88:09:000:Infinite Lives PL1
darwin:0:1B89:09:000:Infinite Lives PL2
darwin:0:17E3:00:000:Invincibility
darwin:0:17EA:A6:500:Invincibility (2/4)
darwin:0:17EB:01:500:Invincibility (3/4)
darwin:0:17E2:8F:500:Invincibility (4/4)
; [ Dazzler ]
dazzler:0:1D82:99:000:Infinite Credits
dazzler:0:1F7D:00:000:Invincibility:Turn it OFF if you get stuck
dazzler:0:1D70:06:000:Infinite Lives PL1
dazzler:0:1C85:09:000:Infinite Snakes PL1
dazzler:0:1D71:06:000:Infinite Lives PL2
dazzler:0:1C86:09:000:Infinite Snakes PL2
; [ Double Axle (US) ]
dblaxle:0:201FF9:09:000:Infinite Credits
dblaxle:0:200048:EA:000:Infinite Time "ON":You may need to Turn this OFF at the end of the round.
dblaxle:0:200049:FF:500:Infinite Time "ON" (2/2)
dblaxle:0:200048:00:001:Infinite Time "OFF":Actually drains all time
dblaxle:0:200049:00:501:Infinite Time "OFF" (2/2)
dblaxle:0:20297B:08:000:Infinite Nitros
; [ Double Dynamites, The ]
dbldyn:0:02F2E:B4:000:Infinite Energy PL1
dbldyn:0:02F38:E8:000:Infinite Ammo PL1
dbldyn:0:02F39:03:500:Infinite Ammo PL1 (2/2)
dbldyn:0:02F3C:08:000:Infinite MegaPunch PL1
dbldyn:0:02F32:F4:000:Full Autofire "ON" PL1
dbldyn:0:02F74:01:500:Full Autofire "ON" PL1 (2/2)
dbldyn:0:02F32:00:001:Full Autofire "OFF" PL1
dbldyn:0:02F74:00:501:Full Autofire "OFF" PL1 (2/2)
dbldyn:0:02FB2:B4:000:Infinite Energy PL2
dbldyn:0:02FBC:E8:000:Infinite Ammo PL2
dbldyn:0:02FBD:03:500:Infinite Ammo PL2 (2/2)
dbldyn:0:02FC0:08:000:Infinite MegaPunch PL2
dbldyn:0:02FB6:F4:000:Full Autofire "ON" PL2
dbldyn:0:02FF8:01:500:Full Autofire "ON" PL2 (2/2)
dbldyn:0:02FB6:00:001:Full Autofire "OFF" PL2
dbldyn:0:02FF8:00:501:Full Autofire "OFF" PL2 (2/2)
; [ Super Baseball Double Play Home Run Derby ]
dblplay:0:E001:63:000:Infinite Credits
dblplay:0:E000:01:500:Infinite Credits (2/2)
dblplay:0:EBD4:00:000:Infinite Strikes
dblplay:0:EBD3:00:000:Infinite Balls
dblplay:0:EBD5:00:000:Infinite Outs
dblplay:0:EBD4:00:001:Set Strikes to 0 Now!
dblplay:0:EBD4:02:001:Set Strikes to 2 Now!
dblplay:0:EBD3:00:001:Set Balls to 0 Now!
dblplay:0:EBD3:03:001:Set Balls to 3 Now!
dblplay:0:EBD5:00:001:Set Outs to 0 Now!
dblplay:0:EBD5:02:001:Set Outs to 2 Now!
dblplay:0:EBD1:99:073:Select Score - Away Team (Top Scoreboard)
dblplay:0:EBD2:99:073:Select Score - Home Team (Bottom Scoreboard)
; [ Dragon Breed ]
dbreed:0:9095A:59:000:Infinite Time
dbreed:0:9095B:09:500:Infinite Time (2/2)
dbreed:0:90958:05:000:Infinite Lives
dbreed:0:90CEE:01:000:Invincibility
dbreed:0:90D84:0B:000:Always Dragon Roll
dbreed:0:90D85:03:000:Always Roll Shot(Gold Drgn)
dbreed:0:90960:00:000:Always have Green Dragon
dbreed:0:90960:02:000:Always have Blue Dragon
dbreed:0:90960:04:000:Always have Copper Dragon
dbreed:0:90960:06:000:Always have Silver Dragon
dbreed:0:90960:08:000:Always have Gold Dragon
dbreed:0:90D84:0B:001:Get Dragon Roll Now!
dbreed:0:90D85:03:001:Get Roll Shot(Gold Drgn) Now!
dbreed:0:90960:00:001:Get Green Dragon Now!
dbreed:0:90960:02:001:Get Blue Dragon Now!
dbreed:0:90960:04:001:Get Copper Dragon Now!
dbreed:0:90960:06:001:Get Silver Dragon Now!
dbreed:0:90960:08:001:Get Gold Dragon Now!
; [ D-Con ]
dcon:0:0804AD:00:000:Infinite Damage
dcon:0:0408CC:0A:000:Infinite Missiles
dcon:0:0804CC:63:000:Infinite Super Missiles PL1
dcon:0:0805C6:63:000:Infinite Super Missiles PL2
; [ D-Day ]
dday:0:6015:09:000:Infinite Lives PL1
dday:0:6226:99:000:Infinite Time PL1
dday:0:6230:09:000:Infinite Lives PL2
dday:0:6228:99:000:Infinite Time PL2
; [ D-Day (Centuri) ]
ddayc:0:6015:09:000:Infinite Lives PL1
ddayc:0:6226:99:000:Infinite Time PL1
ddayc:0:6230:09:000:Infinite Lives PL2
ddayc:0:6228:99:000:Infinite Time PL2
; [ DoDonPachi (Japan) ]
ddonpach:0:10BE68:11:000:Infinite Selction Time
ddonpach:0:10019A:00:001:Kill Boss with 1 hit Now!
ddonpach:0:1017BF:63:000:Enemy never fires at you!
ddonpach:0:100E41:26:000:Infinite Fire Bomb Shot Time:This cheat only works for one player at a time, it can be either PL1 or PL2. You either have to end the level or turn it OFF before the other player can have a go at it!
ddonpach:0:103F8F:1E:000:Always have 1000000 bonus
ddonpach:0:101965:05:000:Infinite Lives PL1
ddonpach:0:102CB0:06:000:Infinite Bombs PL1
ddonpach:0:102CB1:06:500:Infinite Bombs PL1 (2/2):1/2 = actual 2/2 = capacity
ddonpach:0:102CAD:04:000:Maximum Shot PL1
ddonpach:0:102CAF:04:500:Maximum Shot PL1 (2/2):1/2=Flag 2/2=State
ddonpach:0:1017D1:37:000:Maximum Combo PL1
ddonpach:0:102CCA:01:000:Invincibility PL1
ddonpach:0:10192B:99:000:Always have x99 max PL1
ddonpach:0:10192D:99:500:Always have x99 max PL1 (2/2)
ddonpach:0:101967:05:000:Infinite Lives PL2
ddonpach:0:102CF0:06:000:Infinite Bombs PL2
ddonpach:0:102CF1:06:500:Infinite Bombs PL2 (2/2):1/2 = actual 2/2 = capacity
ddonpach:0:102CED:04:000:Maximum Shot PL2
ddonpach:0:102CEF:04:500:Maximum Shot PL2 (2/2):1/2=Flag 2/2=State
ddonpach:0:1017FB:37:000:Maximum Combo PL2
ddonpach:0:102D0A:01:000:Invincibility PL2
ddonpach:0:101935:99:000:Always have x99 max PL2
ddonpach:0:101937:99:500:Always have x99 max PL2 (2/2)
; [ Double Dragon II - The Revenge (US) ]
ddragn2u:0:0F49:99:000:Infinite Time
ddragn2u:0:03EA:09:000:Infinite Lives PL1
ddragn2u:0:03C1:35:000:Infinite Energy PL1
ddragn2u:0:03CE:40:000:Invincibility 'ON' PL1:To be used when you blink, you do not get invincibility against holds though!
ddragn2u:0:03CE:01:001:Invincibility 'OFF' PL1
ddragn2u:0:0449:09:000:Infinite Lives PL2
ddragn2u:0:0420:35:000:Infinite Energy PL2
ddragn2u:0:042D:40:000:Invincibility 'ON' PL2:To be used when you blink, you do not get invincibility against holds though!
ddragn2u:0:042D:01:001:Invincibility 'OFF' PL2
; [ Double Dragon 3 - The Rosetta Stone (bootleg) ]
ddrago3b:0:1C001E:09:000:Infinite Time
ddrago3b:0:1C001F:99:500:Infinite Time (2/2)
ddrago3b:0:1C0023:30:000:Infinite Shop Time
ddrago3b:0:1C002F:99:000:Infinite Coins
ddrago3b:0:1C207B:03:000:Infinite Lives PL1
ddrago3b:0:1C2014:03:000:Infinite Energy PL1
ddrago3b:0:1C2015:E7:500:Infinite Energy PL1 (2/2)
ddrago3b:0:1C217B:03:000:Infinite Lives PL2
ddrago3b:0:1C2174:03:000:Infinite Energy PL2
ddrago3b:0:1C2175:E7:500:Infinite Energy PL2 (2/2)
ddrago3b:0:1C227B:03:000:Infinite Lives PL3
ddrago3b:0:1C2214:03:000:Infinite Energy PL3
ddrago3b:0:1C2215:E7:500:Infinite Energy PL3 (2/2)
; [ Double Dragon (Japan) ]
ddragon:0:0E5E:99:000:Infinite Time
ddragon:0:03EA:09:000:Infinite Lives PL1
ddragon:0:03C1:35:000:Infinite Energy PL1
ddragon:0:03CE:40:000:Invincibility 'ON' PL1:To be used when you blink, you do not get invincibility against holds though!
ddragon:0:03CE:01:001:Invincibility 'OFF' PL1
ddragon:0:0448:09:000:Infinite Lives PL2
ddragon:0:041F:35:000:Infinite Energy PL2
ddragon:0:042C:40:000:Invincibility 'ON' PL2:To be used when you blink, you do not get invincibility against holds though!
ddragon:0:042C:01:001:Invincibility 'OFF' PL2
; [ Double Dragon II - The Revenge (World) ]
ddragon2:0:0F49:99:000:Infinite Time
ddragon2:0:03EA:09:000:Infinite Lives PL1
ddragon2:0:03C1:35:000:Infinite Energy PL1
ddragon2:0:03CE:40:000:Invincibility 'ON' PL1:To be used when you blink, you do not get invincibility against holds though!
ddragon2:0:03CE:01:001:Invincibility 'OFF' PL1
ddragon2:0:0449:09:000:Infinite Lives PL2
ddragon2:0:0420:35:000:Infinite Energy PL2
ddragon2:0:042D:40:000:Invincibility 'ON' PL2:To be used when you blink, you do not get invincibility against holds though!
ddragon2:0:042D:01:001:Invincibility 'OFF' PL2
; [ Double Dragon 3 - The Rosetta Stone ]
ddragon3:0:1C001E:09:000:Infinite Time
ddragon3:0:1C001F:99:500:Infinite Time (2/2)
ddragon3:0:1C0023:30:000:Infinite Shop Time
ddragon3:0:1C002F:99:000:Infinite Coins
ddragon3:0:1C207B:03:000:Infinite Lives PL1
ddragon3:0:1C2014:03:000:Infinite Energy PL1
ddragon3:0:1C2015:E7:500:Infinite Energy PL1 (2/2)
ddragon3:0:1C217B:03:000:Infinite Lives PL2
ddragon3:0:1C2174:03:000:Infinite Energy PL2
ddragon3:0:1C2175:E7:500:Infinite Energy PL2 (2/2)
ddragon3:0:1C227B:03:000:Infinite Lives PL3
ddragon3:0:1C2214:03:000:Infinite Energy PL3
ddragon3:0:1C2215:E7:500:Infinite Energy PL3 (2/2)
; [ Double Dragon (bootleg) ]
ddragonb:0:0E5E:99:000:Infinite Time
ddragonb:0:03EA:09:000:Infinite Lives PL1
ddragonb:0:03C1:35:000:Infinite Energy PL1
ddragonb:0:03CE:40:000:Invincibility 'ON' PL1:To be used when you blink, you do not get invincibility against holds though!
ddragonb:0:03CE:01:001:Invincibility 'OFF' PL1
ddragonb:0:0448:09:000:Infinite Lives PL2
ddragonb:0:041F:35:000:Infinite Energy PL2
ddragonb:0:042C:40:000:Invincibility 'ON' PL2:To be used when you blink, you do not get invincibility against holds though!
ddragonb:0:042C:01:001:Invincibility 'OFF' PL2
; [ Double Dragon (US) ]
ddragonu:0:0E5E:99:000:Infinite Time
ddragonu:0:03EA:09:000:Infinite Lives PL1
ddragonu:0:03C1:35:000:Infinite Energy PL1
ddragonu:0:03CE:40:000:Invincibility 'ON' PL1:To be used when you blink, you do not get invincibility against holds though!
ddragonu:0:03CE:01:001:Invincibility 'OFF' PL1
ddragonu:0:0448:09:000:Infinite Lives PL2
ddragonu:0:041F:35:000:Infinite Energy PL2
ddragonu:0:042C:40:000:Invincibility 'ON' PL2:To be used when you blink, you do not get invincibility against holds though!
ddragonu:0:042C:01:001:Invincibility 'OFF' PL2
; [ Double Dribble ]
ddribble:0:4025:59:000:Infinite Time
ddribble:0:5150:FE:000:Sound Test Code Stop:[Unknown]Next Code
; [ Dungeons & Dragons: Shadow over Mystara (US 960209) ]
ddsom:0:FFCAB2:04:000:Infinite Time
ddsom:0:FFCB02:04:500:Infinite Time (2/2)
ddsom:0:FF8045:09:000:Infinite Keys
ddsom:0:FF8641:9A:000:Infinite Energy PL1
ddsom:0:FF865C:03:000:Invincibility PL1
ddsom:0:FF86F3:09:000:Maximum SP PL1
ddsom:0:FF86F4:99:500:Maximum SP PL1 (2/3)
ddsom:0:FF86F5:99:500:Maximum SP PL1 (3/3)
ddsom:0:FF8726:09:000:Infinite Item PL1
ddsom:0:FF8727:09:500:Infinite Item PL1 (2/6)
ddsom:0:FF8728:09:500:Infinite Item PL1 (3/6)
ddsom:0:FF8729:09:500:Infinite Item PL1 (4/6)
ddsom:0:FF872A:09:500:Infinite Item PL1 (5/6)
ddsom:0:FF872B:09:500:Infinite Item PL1 (6/6)
ddsom:0:FF872F:09:000:Infinite Magic PL1
ddsom:0:FF8730:09:500:Infinite Magic PL1 (2/8)
ddsom:0:FF8731:09:500:Infinite Magic PL1 (3/8)
ddsom:0:FF8732:09:500:Infinite Magic PL1 (4/8)
ddsom:0:FF8733:09:500:Infinite Magic PL1 (5/8)
ddsom:0:FF8734:09:500:Infinite Magic PL1 (6/8)
ddsom:0:FF8735:09:500:Infinite Magic PL1 (7/8)
ddsom:0:FF8737:09:500:Infinite Magic PL1 (8/8)
ddsom:0:FF8769:14:000:Infinite Wands PL1
ddsom:0:FF876A:14:500:Infinite Wands PL1 (2/4)
ddsom:0:FF876B:14:500:Infinite Wands PL1 (3/4)
ddsom:0:FF876F:14:500:Infinite Wands PL1 (4/4)
ddsom:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsom:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsom:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsom:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsom:0:FF86EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL1
ddsom:0:FF86EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL1
ddsom:0:FF86EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL1
ddsom:0:FF86EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL1
ddsom:0:FF86EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL1
ddsom:0:FF86EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL1
ddsom:0:FF86EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL1
ddsom:0:FF86EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL1
ddsom:0:FF86EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL1
ddsom:0:FF86EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL1
ddsom:0:FF86EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL1
ddsom:0:FF86EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL1
ddsom:0:FF86EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL1
ddsom:0:FF86EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL1
ddsom:0:FF86EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL1
ddsom:0:FF86EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL1
ddsom:0:FF86EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL1
ddsom:0:FF86EB:12:001:Get the Storm Blade as the RH Weapon Now! PL1
ddsom:0:FF86EB:16:001:Get the Hand Axe as the RH Weapon Now! PL1
ddsom:0:FF86EB:18:001:Get the Battle Axe as the RH Weapon Now! PL1
ddsom:0:FF86EB:19:001:Get the Mace as the RH Weapon Now! PL1
ddsom:0:FF86EB:1D:001:Get the War Hammer as the RH Weapon Now! PL1
ddsom:0:FF86EB:1E:001:Get the Morning Star as the RH Weapon Now! PL1
ddsom:0:FF86EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL1
ddsom:0:FF86EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL1
ddsom:0:FF86EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL1
ddsom:0:FF86EB:22:001:Get the Striking Staff as the RH Weapon Now! PL1
ddsom:0:FF86EB:23:001:Get the Snake Staff as the RH Weapon Now! PL1
ddsom:0:FF86EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL1
ddsom:0:FF86EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL1
ddsom:0:FF86EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL1
ddsom:0:FF86EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL1
ddsom:0:FF86EB:28:001:Get the Shield as the RH Weapon Now! PL1
ddsom:0:FF86EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL1
ddsom:0:FF86EB:FF:001:Get NO ITEM as the RH Weapon Now! PL1
ddsom:0:FF86EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL1
ddsom:0:FF86EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL1
ddsom:0:FF86EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL1
ddsom:0:FF86EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL1
ddsom:0:FF86EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL1
ddsom:0:FF86EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL1
ddsom:0:FF86EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL1
ddsom:0:FF86EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL1
ddsom:0:FF86EB:08:000:Always have the Two Handed Sword as the RH Weapon PL1
ddsom:0:FF86EB:09:000:Always have the Bastard Sword as the RH Weapon PL1
ddsom:0:FF86EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL1
ddsom:0:FF86EB:0C:000:Always have the Holy Avenger as the RH Weapon PL1
ddsom:0:FF86EB:0D:000:Always have the Sword of Legend as the RH Weapon PL1
ddsom:0:FF86EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL1
ddsom:0:FF86EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL1
ddsom:0:FF86EB:10:000:Always have the Sword of Flame as the RH Weapon PL1
ddsom:0:FF86EB:11:000:Always have the Sword of Freeze as the RH Weapon PL1
ddsom:0:FF86EB:12:000:Always have the Storm Blade as the RH Weapon PL1
ddsom:0:FF86EB:16:000:Always have the Hand Axe as the RH Weapon PL1
ddsom:0:FF86EB:18:000:Always have the Battle Axe as the RH Weapon PL1
ddsom:0:FF86EB:19:000:Always have the Mace as the RH Weapon PL1
ddsom:0:FF86EB:1D:000:Always have the War Hammer as the RH Weapon PL1
ddsom:0:FF86EB:1E:000:Always have the Morning Star as the RH Weapon PL1
ddsom:0:FF86EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL1
ddsom:0:FF86EB:20:000:Always have the Magical Power Staff as the RH Weapon PL1
ddsom:0:FF86EB:21:000:Always have the Wizardry Staff as the RH Weapon PL1
ddsom:0:FF86EB:22:000:Always have the Striking Staff as the RH Weapon PL1
ddsom:0:FF86EB:23:000:Always have the Snake Staff as the RH Weapon PL1
ddsom:0:FF86EB:24:000:Always have the Wand of Cold as the RH Weapon PL1
ddsom:0:FF86EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL1
ddsom:0:FF86EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL1
ddsom:0:FF86EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL1
ddsom:0:FF86EB:28:000:Always have the Shield as the RH Weapon PL1
ddsom:0:FF86EB:29:000:Always have the Shield (Elf) as the RH Weapon PL1
ddsom:0:FF86EB:FF:000:Always have NO ITEM as the RH Weapon PL1
ddsom:0:FF86EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL1
ddsom:0:FF86EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL1
ddsom:0:FF86EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL1
ddsom:0:FF86EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL1
ddsom:0:FF86EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL1
ddsom:0:FF86EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL1
ddsom:0:FF86EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL1
ddsom:0:FF86EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL1
ddsom:0:FF86EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL1
ddsom:0:FF86EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL1
ddsom:0:FF86EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL1
ddsom:0:FF86EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL1
ddsom:0:FF86EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL1
ddsom:0:FF86EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL1
ddsom:0:FF86EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL1
ddsom:0:FF86EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL1
ddsom:0:FF86EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL1
ddsom:0:FF86EC:12:001:Get the Storm Blade as the LH Weapon Now! PL1
ddsom:0:FF86EC:16:001:Get the Hand Axe as the LH Weapon Now! PL1
ddsom:0:FF86EC:18:001:Get the Battle Axe as the LH Weapon Now! PL1
ddsom:0:FF86EC:19:001:Get the Mace as the LH Weapon Now! PL1
ddsom:0:FF86EC:1D:001:Get the War Hammer as the LH Weapon Now! PL1
ddsom:0:FF86EC:1E:001:Get the Morning Star as the LH Weapon Now! PL1
ddsom:0:FF86EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL1
ddsom:0:FF86EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL1
ddsom:0:FF86EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL1
ddsom:0:FF86EC:22:001:Get the Striking Staff as the LH Weapon Now! PL1
ddsom:0:FF86EC:23:001:Get the Snake Staff as the LH Weapon Now! PL1
ddsom:0:FF86EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL1
ddsom:0:FF86EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL1
ddsom:0:FF86EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL1
ddsom:0:FF86EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL1
ddsom:0:FF86EC:28:001:Get the Shield as the LH Weapon Now! PL1
ddsom:0:FF86EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL1
ddsom:0:FF86EC:FF:001:Get NO ITEM as the LH Weapon Now! PL1
ddsom:0:FF86EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL1
ddsom:0:FF86EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL1
ddsom:0:FF86EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL1
ddsom:0:FF86EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL1
ddsom:0:FF86EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL1
ddsom:0:FF86EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL1
ddsom:0:FF86EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL1
ddsom:0:FF86EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL1
ddsom:0:FF86EC:08:000:Always have the Two Handed Sword as the LH Weapon PL1
ddsom:0:FF86EC:09:000:Always have the Bastard Sword as the LH Weapon PL1
ddsom:0:FF86EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL1
ddsom:0:FF86EC:0C:000:Always have the Holy Avenger as the LH Weapon PL1
ddsom:0:FF86EC:0D:000:Always have the Sword of Legend as the LH Weapon PL1
ddsom:0:FF86EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL1
ddsom:0:FF86EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL1
ddsom:0:FF86EC:10:000:Always have the Sword of Flame as the LH Weapon PL1
ddsom:0:FF86EC:11:000:Always have the Sword of Freeze as the LH Weapon PL1
ddsom:0:FF86EC:12:000:Always have the Storm Blade as the LH Weapon PL1
ddsom:0:FF86EC:16:000:Always have the Hand Axe as the LH Weapon PL1
ddsom:0:FF86EC:18:000:Always have the Battle Axe as the LH Weapon PL1
ddsom:0:FF86EC:19:000:Always have the Mace as the LH Weapon PL1
ddsom:0:FF86EC:1D:000:Always have the War Hammer as the LH Weapon PL1
ddsom:0:FF86EC:1E:000:Always have the Morning Star as the LH Weapon PL1
ddsom:0:FF86EC:1F:000:Always have the Element Power Staff as the LH Weapon PL1
ddsom:0:FF86EC:20:000:Always have the Magical Power Staff as the LH Weapon PL1
ddsom:0:FF86EC:21:000:Always have the Wizardry Staff as the LH Weapon PL1
ddsom:0:FF86EC:22:000:Always have the Striking Staff as the LH Weapon PL1
ddsom:0:FF86EC:23:000:Always have the Snake Staff as the LH Weapon PL1
ddsom:0:FF86EC:24:000:Always have the Wand of Cold as the LH Weapon PL1
ddsom:0:FF86EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL1
ddsom:0:FF86EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL1
ddsom:0:FF86EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL1
ddsom:0:FF86EC:28:000:Always have the Shield as the LH Weapon PL1
ddsom:0:FF86EC:29:000:Always have the Shield (Elf) as the LH Weapon PL1
ddsom:0:FF86EC:FF:000:Always have NO ITEM as the LH Weapon PL1
ddsom:0:000000:00:999:[ Head Equipment PL1 ]
ddsom:0:FF873E:00:001:Get the Helmet Now! PL1
ddsom:0:FF873E:01:001:Get the Magical Hat Now! PL1
ddsom:0:FF873E:02:001:Get the Hood Now! PL1
ddsom:0:FF873E:03:001:Get the Ciaclet Now! PL1
ddsom:0:FF873E:04:001:Get the Cleric Hat Now! PL1
ddsom:0:FF873E:05:001:Get the Tiara Now! PL1
ddsom:0:FF873E:00:000:Always have the Helmet PL1
ddsom:0:FF873E:01:000:Always have the Magical Hat PL1
ddsom:0:FF873E:02:000:Always have the Hood PL1
ddsom:0:FF873E:03:000:Always have the Ciaclet PL1
ddsom:0:FF873E:04:000:Always have the Cleric Hat PL1
ddsom:0:FF873E:05:000:Always have the Tiara PL1
ddsom:0:000000:00:999:[ Body Equipment PL1 ]
ddsom:0:FF873F:00:001:Get the Fighter Body Now! PL1
ddsom:0:FF873F:01:001:Get the Cleric Body Now! PL1
ddsom:0:FF873F:02:001:Get the Elf Body Now! PL1
ddsom:0:FF873F:03:001:Get the Dwarf Body Now! PL1
ddsom:0:FF873F:04:001:Get the Magicuser Body Now! PL1
ddsom:0:FF873F:05:001:Get the Thief Body Now! PL1
ddsom:0:FF873F:00:000:Always have the Fighter Body PL1
ddsom:0:FF873F:01:000:Always have the Cleric Body PL1
ddsom:0:FF873F:02:000:Always have the Elf Body PL1
ddsom:0:FF873F:03:000:Always have the Dwarf Body PL1
ddsom:0:FF873F:04:000:Always have the Magicuser Body PL1
ddsom:0:FF873F:05:000:Always have the Thief Body PL1
ddsom:0:000000:00:999:[ Leg Equipment PL1 ]
ddsom:0:FF8740:00:001:Get the Boots of Speed Now! PL1
ddsom:0:FF8749:05:501:Get the Boots of Speed Now! PL1 (2/2)
ddsom:0:FF8740:01:001:Get the Boots of Springing & Striding Now! PL1
ddsom:0:FF8749:05:501:Get the Boots of Springing & Striding Now! PL1 (2/2)
ddsom:0:FF8740:02:001:Get the Boots of Levitation Now! PL1
ddsom:0:FF8749:05:501:Get the Boots of Levitation Now! PL1 (2/2)
ddsom:0:FF8740:00:000:Always have the Boots of Speed PL1
ddsom:0:FF8749:05:500:Always have the Boots of Speed PL1 (2/2)
ddsom:0:FF8740:01:000:Always have the Boots of Springing & Striding PL1
ddsom:0:FF8749:05:500:Always have the Boots of Springing & Striding PL1 (2/2)
ddsom:0:FF8740:02:000:Always have the Boots of Levitation PL1
ddsom:0:FF8749:05:500:Always have the Boots of Levitation PL1 (2/2)
ddsom:0:000000:00:999:[ Arm Equipment PL1 ]
ddsom:0:FF8741:00:001:Get the Gauntlet of Power Now! PL1
ddsom:0:FF874A:05:501:Get the Gauntlet of Power Now! PL1
ddsom:0:FF8741:00:000:Always have the Gauntlet of Power PL1
ddsom:0:FF874A:05:500:Always have the Gauntlet of Power PL1
ddsom:0:000000:00:999:[ Shield Equipment PL1 ]
ddsom:0:FF8742:00:001:Get the Normal Shield Now! PL1
ddsom:0:FF8742:01:001:Get the Normal Shield (Elf) Now! PL1
ddsom:0:FF8742:04:001:Get the Dragon Shield Now! PL1
ddsom:0:FF8742:05:001:Get the Frame Shield Now! PL1
ddsom:0:FF8742:06:001:Get the Ice Shield Now! PL1
ddsom:0:FF8742:07:001:Get the Shield of Protection from Dark Magic Now! PL1
ddsom:0:FF8742:00:000:Always have the Normal Shield PL1
ddsom:0:FF8742:01:000:Always have the Normal Shield (Elf) PL1
ddsom:0:FF8742:04:000:Always have the Dragon Shield PL1
ddsom:0:FF8742:05:000:Always have the Frame Shield PL1
ddsom:0:FF8742:06:000:Always have the Ice Shield PL1
ddsom:0:FF8742:07:000:Always have the Shield of Protection from Dark Magic PL1
ddsom:0:000000:00:999:[ Hand Equipment PL1 ]
ddsom:0:FF8743:00:001:Get the Ring of Protection Now! PL1
ddsom:0:FF874B:05:501:Get the Ring of Protection Now! PL1 (2/2)
ddsom:0:FF8743:01:001:Get the Ring of Fire Resistance Now! PL1
ddsom:0:FF874B:05:501:Get the Ring of Fire Resistance Now! PL1 (2/2)
ddsom:0:FF8743:02:001:Get the Ring of Spell Turning Now! PL1
ddsom:0:FF874B:05:501:Get the Ring of Spell Turning Now! PL1 (2/2)
ddsom:0:FF8743:03:001:Get the Ring of Protection from Evil Now! PL1
ddsom:0:FF874B:05:501:Get the Ring of Protection from Evil Now! PL1 (2/2)
ddsom:0:FF8743:04:001:Get the Rod of Fire Ball Now! PL1
ddsom:0:FF874B:05:501:Get the Rod of Fire Ball Now! PL1 (2/2)
ddsom:0:FF8743:05:001:Get the Rod of Cold Now! PL1
ddsom:0:FF874B:05:501:Get the Rod of Cold Now! PL1 (2/2)
ddsom:0:FF8743:06:001:Get the Rod of Lightning Now! PL1
ddsom:0:FF874B:05:501:Get the Rod of Lightning Now! PL1 (2/2)
ddsom:0:FF8743:00:000:Always have the Ring of Protection PL1
ddsom:0:FF874B:05:500:Always have the Ring of Protection PL1 (2/2)
ddsom:0:FF8743:01:000:Always have the Ring of Fire Resistance PL1
ddsom:0:FF874B:05:500:Always have the Ring of Fire Resistance PL1 (2/2)
ddsom:0:FF8743:02:000:Always have the Ring of Spell Turning PL1
ddsom:0:FF874B:05:500:Always have the Ring of Spell Turning PL1 (2/2)
ddsom:0:FF8743:03:000:Always have the Ring of Protection from Evil PL1
ddsom:0:FF874B:05:500:Always have the Ring of Protection from Evil PL1 (2/2)
ddsom:0:FF8743:04:000:Always have the Rod of Fire Ball PL1
ddsom:0:FF874B:05:500:Always have the Rod of Fire Ball PL1 (2/2)
ddsom:0:FF8743:05:000:Always have the Rod of Cold PL1
ddsom:0:FF874B:05:500:Always have the Rod of Cold PL1 (2/2)
ddsom:0:FF8743:06:000:Always have the Rod of Lightning PL1
ddsom:0:FF874B:05:500:Always have the Rod of Lightning PL1 (2/2)
ddsom:0:000000:00:999:[ Accessory Equipment PL1 ]
ddsom:0:FF8744:00:001:Get the Necklace Now! PL1
ddsom:0:FF8744:01:001:Get the Orb Now! PL1
ddsom:0:FF8744:02:001:Get the Bracelet Now! PL1
ddsom:0:FF8744:03:001:Get the Brooch Now! PL1
ddsom:0:FF8744:04:001:Get the Earring Now! PL1
ddsom:0:FF8744:05:001:Get the Anklet Now! PL1
ddsom:0:FF8744:00:000:Always have the Necklace PL1
ddsom:0:FF8744:01:000:Always have the Orb PL1
ddsom:0:FF8744:02:000:Always have the Bracelet PL1
ddsom:0:FF8744:03:000:Always have the Brooch PL1
ddsom:0:FF8744:04:000:Always have the Earring PL1
ddsom:0:FF8744:05:000:Always have the Anklet PL1
ddsom:0:000000:00:999:[ Special Equipment PL1 ]
ddsom:0:FF8745:00:001:Get the Eye of Beholder Now! PL1
ddsom:0:FF8745:01:001:Get the Skin of Displacer Beast Now! PL1
ddsom:0:FF8745:02:001:Get the Eye of Displacer Beast Now! PL1
ddsom:0:FF8745:03:001:Get the Scale of Dragon Now! PL1
ddsom:0:FF8745:04:001:Get the Skin of Manticore Now! PL1
ddsom:0:FF8745:05:001:Get the Egg of Owlbear Now! PL1
ddsom:0:FF8745:06:001:Get the ???1 Now! PL1
ddsom:0:FF8745:07:001:Get the ???2 Now! PL1
ddsom:0:FF8745:08:001:Get the Horn of Dragon Now! PL1
ddsom:0:FF8745:09:001:Get the Medal Now! PL1
ddsom:0:FF8745:10:001:Get the Displacer Cloak Now! PL1
ddsom:0:FF8745:00:000:Always have the Eye of Beholder PL1
ddsom:0:FF8745:01:000:Always have the Skin of Displacer Beast PL1
ddsom:0:FF8745:02:000:Always have the Eye of Displacer Beast PL1
ddsom:0:FF8745:03:000:Always have the Scale of Dragon PL1
ddsom:0:FF8745:04:000:Always have the Skin of Manticore PL1
ddsom:0:FF8745:05:000:Always have the Egg of Owlbear PL1
ddsom:0:FF8745:06:000:Always have the ???1 PL1
ddsom:0:FF8745:07:000:Always have the ???2 PL1
ddsom:0:FF8745:08:000:Always have the Horn of Dragon PL1
ddsom:0:FF8745:09:000:Always have the Medal PL1
ddsom:0:FF8745:10:000:Always have the Displacer Cloak PL1
ddsom:0:FF8841:9A:000:Infinite Energy PL2
ddsom:0:FF885C:03:000:Invincibility PL2
ddsom:0:FF88F3:09:000:Maximum SP PL2
ddsom:0:FF88F4:99:500:Maximum SP PL2 (2/3)
ddsom:0:FF88F5:99:500:Maximum SP PL2 (3/3)
ddsom:0:FF8926:09:000:Infinite Item PL2
ddsom:0:FF8927:09:500:Infinite Item PL2 (2/6)
ddsom:0:FF8928:09:500:Infinite Item PL2 (3/6)
ddsom:0:FF8929:09:500:Infinite Item PL2 (4/6)
ddsom:0:FF892A:09:500:Infinite Item PL2 (5/6)
ddsom:0:FF892B:09:500:Infinite Item PL2 (6/6)
ddsom:0:FF892F:09:000:Infinite Magic PL2
ddsom:0:FF8930:09:500:Infinite Magic PL2 (2/8)
ddsom:0:FF8931:09:500:Infinite Magic PL2 (3/8)
ddsom:0:FF8932:09:500:Infinite Magic PL2 (4/8)
ddsom:0:FF8933:09:500:Infinite Magic PL2 (5/8)
ddsom:0:FF8934:09:500:Infinite Magic PL2 (6/8)
ddsom:0:FF8935:09:500:Infinite Magic PL2 (7/8)
ddsom:0:FF8937:09:500:Infinite Magic PL2 (8/8)
ddsom:0:FF8969:14:000:Infinite Wands PL2
ddsom:0:FF896A:14:500:Infinite Wands PL2 (2/4)
ddsom:0:FF896B:14:500:Infinite Wands PL2 (3/4)
ddsom:0:FF896F:14:500:Infinite Wands PL2 (4/4)
ddsom:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsom:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsom:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsom:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsom:0:FF88EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL2
ddsom:0:FF88EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL2
ddsom:0:FF88EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL2
ddsom:0:FF88EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL2
ddsom:0:FF88EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL2
ddsom:0:FF88EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL2
ddsom:0:FF88EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL2
ddsom:0:FF88EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL2
ddsom:0:FF88EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL2
ddsom:0:FF88EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL2
ddsom:0:FF88EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL2
ddsom:0:FF88EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL2
ddsom:0:FF88EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL2
ddsom:0:FF88EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL2
ddsom:0:FF88EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL2
ddsom:0:FF88EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL2
ddsom:0:FF88EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL2
ddsom:0:FF88EB:12:001:Get the Storm Blade as the RH Weapon Now! PL2
ddsom:0:FF88EB:16:001:Get the Hand Axe as the RH Weapon Now! PL2
ddsom:0:FF88EB:18:001:Get the Battle Axe as the RH Weapon Now! PL2
ddsom:0:FF88EB:19:001:Get the Mace as the RH Weapon Now! PL2
ddsom:0:FF88EB:1D:001:Get the War Hammer as the RH Weapon Now! PL2
ddsom:0:FF88EB:1E:001:Get the Morning Star as the RH Weapon Now! PL2
ddsom:0:FF88EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL2
ddsom:0:FF88EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL2
ddsom:0:FF88EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL2
ddsom:0:FF88EB:22:001:Get the Striking Staff as the RH Weapon Now! PL2
ddsom:0:FF88EB:23:001:Get the Snake Staff as the RH Weapon Now! PL2
ddsom:0:FF88EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL2
ddsom:0:FF88EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL2
ddsom:0:FF88EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL2
ddsom:0:FF88EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL2
ddsom:0:FF88EB:28:001:Get the Shield as the RH Weapon Now! PL2
ddsom:0:FF88EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL2
ddsom:0:FF88EB:FF:001:Get NO ITEM as the RH Weapon Now! PL2
ddsom:0:FF88EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL2
ddsom:0:FF88EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL2
ddsom:0:FF88EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL2
ddsom:0:FF88EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL2
ddsom:0:FF88EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL2
ddsom:0:FF88EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL2
ddsom:0:FF88EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL2
ddsom:0:FF88EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL2
ddsom:0:FF88EB:08:000:Always have the Two Handed Sword as the RH Weapon PL2
ddsom:0:FF88EB:09:000:Always have the Bastard Sword as the RH Weapon PL2
ddsom:0:FF88EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL2
ddsom:0:FF88EB:0C:000:Always have the Holy Avenger as the RH Weapon PL2
ddsom:0:FF88EB:0D:000:Always have the Sword of Legend as the RH Weapon PL2
ddsom:0:FF88EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL2
ddsom:0:FF88EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL2
ddsom:0:FF88EB:10:000:Always have the Sword of Flame as the RH Weapon PL2
ddsom:0:FF88EB:11:000:Always have the Sword of Freeze as the RH Weapon PL2
ddsom:0:FF88EB:12:000:Always have the Storm Blade as the RH Weapon PL2
ddsom:0:FF88EB:16:000:Always have the Hand Axe as the RH Weapon PL2
ddsom:0:FF88EB:18:000:Always have the Battle Axe as the RH Weapon PL2
ddsom:0:FF88EB:19:000:Always have the Mace as the RH Weapon PL2
ddsom:0:FF88EB:1D:000:Always have the War Hammer as the RH Weapon PL2
ddsom:0:FF88EB:1E:000:Always have the Morning Star as the RH Weapon PL2
ddsom:0:FF88EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL2
ddsom:0:FF88EB:20:000:Always have the Magical Power Staff as the RH Weapon PL2
ddsom:0:FF88EB:21:000:Always have the Wizardry Staff as the RH Weapon PL2
ddsom:0:FF88EB:22:000:Always have the Striking Staff as the RH Weapon PL2
ddsom:0:FF88EB:23:000:Always have the Snake Staff as the RH Weapon PL2
ddsom:0:FF88EB:24:000:Always have the Wand of Cold as the RH Weapon PL2
ddsom:0:FF88EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL2
ddsom:0:FF88EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL2
ddsom:0:FF88EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL2
ddsom:0:FF88EB:28:000:Always have the Shield as the RH Weapon PL2
ddsom:0:FF88EB:29:000:Always have the Shield (Elf) as the RH Weapon PL2
ddsom:0:FF88EB:FF:000:Always have NO ITEM as the RH Weapon PL2
ddsom:0:FF88EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL2
ddsom:0:FF88EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL2
ddsom:0:FF88EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL2
ddsom:0:FF88EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL2
ddsom:0:FF88EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL2
ddsom:0:FF88EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL2
ddsom:0:FF88EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL2
ddsom:0:FF88EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL2
ddsom:0:FF88EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL2
ddsom:0:FF88EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL2
ddsom:0:FF88EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL2
ddsom:0:FF88EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL2
ddsom:0:FF88EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL2
ddsom:0:FF88EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL2
ddsom:0:FF88EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL2
ddsom:0:FF88EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL2
ddsom:0:FF88EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL2
ddsom:0:FF88EC:12:001:Get the Storm Blade as the LH Weapon Now! PL2
ddsom:0:FF88EC:16:001:Get the Hand Axe as the LH Weapon Now! PL2
ddsom:0:FF88EC:18:001:Get the Battle Axe as the LH Weapon Now! PL2
ddsom:0:FF88EC:19:001:Get the Mace as the LH Weapon Now! PL2
ddsom:0:FF88EC:1D:001:Get the War Hammer as the LH Weapon Now! PL2
ddsom:0:FF88EC:1E:001:Get the Morning Star as the LH Weapon Now! PL2
ddsom:0:FF88EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL2
ddsom:0:FF88EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL2
ddsom:0:FF88EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL2
ddsom:0:FF88EC:22:001:Get the Striking Staff as the LH Weapon Now! PL2
ddsom:0:FF88EC:23:001:Get the Snake Staff as the LH Weapon Now! PL2
ddsom:0:FF88EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL2
ddsom:0:FF88EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL2
ddsom:0:FF88EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL2
ddsom:0:FF88EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL2
ddsom:0:FF88EC:28:001:Get the Shield as the LH Weapon Now! PL2
ddsom:0:FF88EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL2
ddsom:0:FF88EC:FF:001:Get NO ITEM as the LH Weapon Now! PL2
ddsom:0:FF88EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL2
ddsom:0:FF88EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL2
ddsom:0:FF88EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL2
ddsom:0:FF88EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL2
ddsom:0:FF88EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL2
ddsom:0:FF88EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL2
ddsom:0:FF88EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL2
ddsom:0:FF88EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL2
ddsom:0:FF88EC:08:000:Always have the Two Handed Sword as the LH Weapon PL2
ddsom:0:FF88EC:09:000:Always have the Bastard Sword as the LH Weapon PL2
ddsom:0:FF88EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL2
ddsom:0:FF88EC:0C:000:Always have the Holy Avenger as the LH Weapon PL2
ddsom:0:FF88EC:0D:000:Always have the Sword of Legend as the LH Weapon PL2
ddsom:0:FF88EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL2
ddsom:0:FF88EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL2
ddsom:0:FF88EC:10:000:Always have the Sword of Flame as the LH Weapon PL2
ddsom:0:FF88EC:11:000:Always have the Sword of Freeze as the LH Weapon PL2
ddsom:0:FF88EC:12:000:Always have the Storm Blade as the LH Weapon PL2
ddsom:0:FF88EC:16:000:Always have the Hand Axe as the LH Weapon PL2
ddsom:0:FF88EC:18:000:Always have the Battle Axe as the LH Weapon PL2
ddsom:0:FF88EC:19:000:Always have the Mace as the LH Weapon PL2
ddsom:0:FF88EC:1D:000:Always have the War Hammer as the LH Weapon PL2
ddsom:0:FF88EC:1E:000:Always have the Morning Star as the LH Weapon PL2
ddsom:0:FF88EC:1F:000:Always have the Element Power Staff as the LH Weapon PL2
ddsom:0:FF88EC:20:000:Always have the Magical Power Staff as the LH Weapon PL2
ddsom:0:FF88EC:21:000:Always have the Wizardry Staff as the LH Weapon PL2
ddsom:0:FF88EC:22:000:Always have the Striking Staff as the LH Weapon PL2
ddsom:0:FF88EC:23:000:Always have the Snake Staff as the LH Weapon PL2
ddsom:0:FF88EC:24:000:Always have the Wand of Cold as the LH Weapon PL2
ddsom:0:FF88EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL2
ddsom:0:FF88EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL2
ddsom:0:FF88EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL2
ddsom:0:FF88EC:28:000:Always have the Shield as the LH Weapon PL2
ddsom:0:FF88EC:29:000:Always have the Shield (Elf) as the LH Weapon PL2
ddsom:0:FF88EC:FF:000:Always have NO ITEM as the LH Weapon PL2
ddsom:0:000000:00:999:[ Head Equipment PL2 ]
ddsom:0:FF893E:00:001:Get the Helmet Now! PL2
ddsom:0:FF893E:01:001:Get the Magical Hat Now! PL2
ddsom:0:FF893E:02:001:Get the Hood Now! PL2
ddsom:0:FF893E:03:001:Get the Ciaclet Now! PL2
ddsom:0:FF893E:04:001:Get the Cleric Hat Now! PL2
ddsom:0:FF893E:05:001:Get the Tiara Now! PL2
ddsom:0:FF893E:00:000:Always have the Helmet PL2
ddsom:0:FF893E:01:000:Always have the Magical Hat PL2
ddsom:0:FF893E:02:000:Always have the Hood PL2
ddsom:0:FF893E:03:000:Always have the Ciaclet PL2
ddsom:0:FF893E:04:000:Always have the Cleric Hat PL2
ddsom:0:FF893E:05:000:Always have the Tiara PL2
ddsom:0:000000:00:999:[ Body Equipment PL2 ]
ddsom:0:FF893F:00:001:Get the Fighter Body Now! PL2
ddsom:0:FF893F:01:001:Get the Cleric Body Now! PL2
ddsom:0:FF893F:02:001:Get the Elf Body Now! PL2
ddsom:0:FF893F:03:001:Get the Dwarf Body Now! PL2
ddsom:0:FF893F:04:001:Get the Magicuser Body Now! PL2
ddsom:0:FF893F:05:001:Get the Thief Body Now! PL2
ddsom:0:FF893F:00:000:Always have the Fighter Body PL2
ddsom:0:FF893F:01:000:Always have the Cleric Body PL2
ddsom:0:FF893F:02:000:Always have the Elf Body PL2
ddsom:0:FF893F:03:000:Always have the Dwarf Body PL2
ddsom:0:FF893F:04:000:Always have the Magicuser Body PL2
ddsom:0:FF893F:05:000:Always have the Thief Body PL2
ddsom:0:000000:00:999:[ Leg Equipment PL2 ]
ddsom:0:FF8940:00:001:Get the Boots of Speed Now! PL2
ddsom:0:FF8949:05:501:Get the Boots of Speed Now! PL2 (2/2)
ddsom:0:FF8940:01:001:Get the Boots of Springing & Striding Now! PL2
ddsom:0:FF8949:05:501:Get the Boots of Springing & Striding Now! PL2 (2/2)
ddsom:0:FF8940:02:001:Get the Boots of Levitation Now! PL2
ddsom:0:FF8949:05:501:Get the Boots of Levitation Now! PL2 (2/2)
ddsom:0:FF8940:00:000:Always have the Boots of Speed PL2
ddsom:0:FF8949:05:500:Always have the Boots of Speed PL2 (2/2)
ddsom:0:FF8940:01:000:Always have the Boots of Springing & Striding PL2
ddsom:0:FF8949:05:500:Always have the Boots of Springing & Striding PL2 (2/2)
ddsom:0:FF8940:02:000:Always have the Boots of Levitation PL2
ddsom:0:FF8949:05:500:Always have the Boots of Levitation PL2 (2/2)
ddsom:0:000000:00:999:[ Arm Equipment PL2 ]
ddsom:0:FF8941:00:001:Get the Gauntlet of Power Now! PL2
ddsom:0:FF894A:05:501:Get the Gauntlet of Power Now! PL2
ddsom:0:FF8941:00:000:Always have the Gauntlet of Power PL2
ddsom:0:FF894A:05:500:Always have the Gauntlet of Power PL2
ddsom:0:000000:00:999:[ Shield Equipment PL2 ]
ddsom:0:FF8942:00:001:Get the Normal Shield Now! PL2
ddsom:0:FF8942:01:001:Get the Normal Shield (Elf) Now! PL2
ddsom:0:FF8942:04:001:Get the Dragon Shield Now! PL2
ddsom:0:FF8942:05:001:Get the Frame Shield Now! PL2
ddsom:0:FF8942:06:001:Get the Ice Shield Now! PL2
ddsom:0:FF8942:07:001:Get the Shield of Protection from Dark Magic Now! PL2
ddsom:0:FF8942:00:000:Always have the Normal Shield PL2
ddsom:0:FF8942:01:000:Always have the Normal Shield (Elf) PL2
ddsom:0:FF8942:04:000:Always have the Dragon Shield PL2
ddsom:0:FF8942:05:000:Always have the Frame Shield PL2
ddsom:0:FF8942:06:000:Always have the Ice Shield PL2
ddsom:0:FF8942:07:000:Always have the Shield of Protection from Dark Magic PL2
ddsom:0:000000:00:999:[ Hand Equipment PL2 ]
ddsom:0:FF8943:00:001:Get the Ring of Protection Now! PL2
ddsom:0:FF894B:05:501:Get the Ring of Protection Now! PL2 (2/2)
ddsom:0:FF8943:01:001:Get the Ring of Fire Resistance Now! PL2
ddsom:0:FF894B:05:501:Get the Ring of Fire Resistance Now! PL2 (2/2)
ddsom:0:FF8943:02:001:Get the Ring of Spell Turning Now! PL2
ddsom:0:FF894B:05:501:Get the Ring of Spell Turning Now! PL2 (2/2)
ddsom:0:FF8943:03:001:Get the Ring of Protection from Evil Now! PL2
ddsom:0:FF894B:05:501:Get the Ring of Protection from Evil Now! PL2 (2/2)
ddsom:0:FF8943:04:001:Get the Rod of Fire Ball Now! PL2
ddsom:0:FF894B:05:501:Get the Rod of Fire Ball Now! PL2 (2/2)
ddsom:0:FF8943:05:001:Get the Rod of Cold Now! PL2
ddsom:0:FF894B:05:501:Get the Rod of Cold Now! PL2 (2/2)
ddsom:0:FF8943:06:001:Get the Rod of Lightning Now! PL2
ddsom:0:FF894B:05:501:Get the Rod of Lightning Now! PL2 (2/2)
ddsom:0:FF8943:00:000:Always have the Ring of Protection PL2
ddsom:0:FF894B:05:500:Always have the Ring of Protection PL2 (2/2)
ddsom:0:FF8943:01:000:Always have the Ring of Fire Resistance PL2
ddsom:0:FF894B:05:500:Always have the Ring of Fire Resistance PL2 (2/2)
ddsom:0:FF8943:02:000:Always have the Ring of Spell Turning PL2
ddsom:0:FF894B:05:500:Always have the Ring of Spell Turning PL2 (2/2)
ddsom:0:FF8943:03:000:Always have the Ring of Protection from Evil PL2
ddsom:0:FF894B:05:500:Always have the Ring of Protection from Evil PL2 (2/2)
ddsom:0:FF8943:04:000:Always have the Rod of Fire Ball PL2
ddsom:0:FF894B:05:500:Always have the Rod of Fire Ball PL2 (2/2)
ddsom:0:FF8943:05:000:Always have the Rod of Cold PL2
ddsom:0:FF894B:05:500:Always have the Rod of Cold PL2 (2/2)
ddsom:0:FF8943:06:000:Always have the Rod of Lightning PL2
ddsom:0:FF894B:05:500:Always have the Rod of Lightning PL2 (2/2)
ddsom:0:000000:00:999:[ Accessory Equipment PL2 ]
ddsom:0:FF8944:00:001:Get the Necklace Now! PL2
ddsom:0:FF8944:01:001:Get the Orb Now! PL2
ddsom:0:FF8944:02:001:Get the Bracelet Now! PL2
ddsom:0:FF8944:03:001:Get the Brooch Now! PL2
ddsom:0:FF8944:04:001:Get the Earring Now! PL2
ddsom:0:FF8944:05:001:Get the Anklet Now! PL2
ddsom:0:FF8944:00:000:Always have the Necklace PL2
ddsom:0:FF8944:01:000:Always have the Orb PL2
ddsom:0:FF8944:02:000:Always have the Bracelet PL2
ddsom:0:FF8944:03:000:Always have the Brooch PL2
ddsom:0:FF8944:04:000:Always have the Earring PL2
ddsom:0:FF8944:05:000:Always have the Anklet PL2
ddsom:0:000000:00:999:[ Special Equipment PL2 ]
ddsom:0:FF8945:00:001:Get the Eye of Beholder Now! PL2
ddsom:0:FF8945:01:001:Get the Skin of Displacer Beast Now! PL2
ddsom:0:FF8945:02:001:Get the Eye of Displacer Beast Now! PL2
ddsom:0:FF8945:03:001:Get the Scale of Dragon Now! PL2
ddsom:0:FF8945:04:001:Get the Skin of Manticore Now! PL2
ddsom:0:FF8945:05:001:Get the Egg of Owlbear Now! PL2
ddsom:0:FF8945:06:001:Get the ???1 Now! PL2
ddsom:0:FF8945:07:001:Get the ???2 Now! PL2
ddsom:0:FF8945:08:001:Get the Horn of Dragon Now! PL2
ddsom:0:FF8945:09:001:Get the Medal Now! PL2
ddsom:0:FF8945:10:001:Get the Displacer Cloak Now! PL2
ddsom:0:FF8945:00:000:Always have the Eye of Beholder PL2
ddsom:0:FF8945:01:000:Always have the Skin of Displacer Beast PL2
ddsom:0:FF8945:02:000:Always have the Eye of Displacer Beast PL2
ddsom:0:FF8945:03:000:Always have the Scale of Dragon PL2
ddsom:0:FF8945:04:000:Always have the Skin of Manticore PL2
ddsom:0:FF8945:05:000:Always have the Egg of Owlbear PL2
ddsom:0:FF8945:06:000:Always have the ???1 PL2
ddsom:0:FF8945:07:000:Always have the ???2 PL2
ddsom:0:FF8945:08:000:Always have the Horn of Dragon PL2
ddsom:0:FF8945:09:000:Always have the Medal PL2
ddsom:0:FF8945:10:000:Always have the Displacer Cloak PL2
ddsom:0:FF8A41:9A:000:Infinite Energy PL3
ddsom:0:FF8A5C:03:000:Invincibility PL3
ddsom:0:FF8AF3:09:000:Maximum SP PL3
ddsom:0:FF8AF4:99:500:Maximum SP PL3 (2/3)
ddsom:0:FF8AF5:99:500:Maximum SP PL3 (3/3)
ddsom:0:FF8B26:09:000:Infinite Item PL3
ddsom:0:FF8B27:09:500:Infinite Item PL3 (2/6)
ddsom:0:FF8B28:09:500:Infinite Item PL3 (3/6)
ddsom:0:FF8B29:09:500:Infinite Item PL3 (4/6)
ddsom:0:FF8B2A:09:500:Infinite Item PL3 (5/6)
ddsom:0:FF872B:09:500:Infinite Item PL3 (6/6)
ddsom:0:FF8B2F:09:000:Infinite Magic PL3
ddsom:0:FF8B30:09:500:Infinite Magic PL3 (2/8)
ddsom:0:FF8B31:09:500:Infinite Magic PL3 (3/8)
ddsom:0:FF8B32:09:500:Infinite Magic PL3 (4/8)
ddsom:0:FF8B33:09:500:Infinite Magic PL3 (5/8)
ddsom:0:FF8B34:09:500:Infinite Magic PL3 (6/8)
ddsom:0:FF8B35:09:500:Infinite Magic PL3 (7/8)
ddsom:0:FF8B37:09:500:Infinite Magic PL3 (8/8)
ddsom:0:FF8B69:14:000:Infinite Wands PL3
ddsom:0:FF8B6A:14:500:Infinite Wands PL3 (2/4)
ddsom:0:FF8B6B:14:500:Infinite Wands PL3 (3/4)
ddsom:0:FF8B6F:14:500:Infinite Wands PL3 (4/4)
ddsom:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsom:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsom:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsom:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsom:0:FF8AEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL3
ddsom:0:FF8AEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL3
ddsom:0:FF8AEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL3
ddsom:0:FF8AEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL3
ddsom:0:FF8AEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL3
ddsom:0:FF8AEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL3
ddsom:0:FF8AEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL3
ddsom:0:FF8AEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL3
ddsom:0:FF8AEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL3
ddsom:0:FF8AEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL3
ddsom:0:FF8AEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL3
ddsom:0:FF8AEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL3
ddsom:0:FF8AEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL3
ddsom:0:FF8AEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL3
ddsom:0:FF8AEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL3
ddsom:0:FF8AEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL3
ddsom:0:FF8AEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL3
ddsom:0:FF8AEB:12:001:Get the Storm Blade as the RH Weapon Now! PL3
ddsom:0:FF8AEB:16:001:Get the Hand Axe as the RH Weapon Now! PL3
ddsom:0:FF8AEB:18:001:Get the Battle Axe as the RH Weapon Now! PL3
ddsom:0:FF8AEB:19:001:Get the Mace as the RH Weapon Now! PL3
ddsom:0:FF8AEB:1D:001:Get the War Hammer as the RH Weapon Now! PL3
ddsom:0:FF8AEB:1E:001:Get the Morning Star as the RH Weapon Now! PL3
ddsom:0:FF8AEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL3
ddsom:0:FF8AEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL3
ddsom:0:FF8AEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL3
ddsom:0:FF8AEB:22:001:Get the Striking Staff as the RH Weapon Now! PL3
ddsom:0:FF8AEB:23:001:Get the Snake Staff as the RH Weapon Now! PL3
ddsom:0:FF8AEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL3
ddsom:0:FF8AEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL3
ddsom:0:FF8AEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL3
ddsom:0:FF8AEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL3
ddsom:0:FF8AEB:28:001:Get the Shield as the RH Weapon Now! PL3
ddsom:0:FF8AEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL3
ddsom:0:FF8AEB:FF:001:Get NO ITEM as the RH Weapon Now! PL3
ddsom:0:FF8AEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL3
ddsom:0:FF8AEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL3
ddsom:0:FF8AEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL3
ddsom:0:FF8AEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL3
ddsom:0:FF8AEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL3
ddsom:0:FF8AEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL3
ddsom:0:FF8AEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL3
ddsom:0:FF8AEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL3
ddsom:0:FF8AEB:08:000:Always have the Two Handed Sword as the RH Weapon PL3
ddsom:0:FF8AEB:09:000:Always have the Bastard Sword as the RH Weapon PL3
ddsom:0:FF8AEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL3
ddsom:0:FF8AEB:0C:000:Always have the Holy Avenger as the RH Weapon PL3
ddsom:0:FF8AEB:0D:000:Always have the Sword of Legend as the RH Weapon PL3
ddsom:0:FF8AEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL3
ddsom:0:FF8AEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL3
ddsom:0:FF8AEB:10:000:Always have the Sword of Flame as the RH Weapon PL3
ddsom:0:FF8AEB:11:000:Always have the Sword of Freeze as the RH Weapon PL3
ddsom:0:FF8AEB:12:000:Always have the Storm Blade as the RH Weapon PL3
ddsom:0:FF8AEB:16:000:Always have the Hand Axe as the RH Weapon PL3
ddsom:0:FF8AEB:18:000:Always have the Battle Axe as the RH Weapon PL3
ddsom:0:FF8AEB:19:000:Always have the Mace as the RH Weapon PL3
ddsom:0:FF8AEB:1D:000:Always have the War Hammer as the RH Weapon PL3
ddsom:0:FF8AEB:1E:000:Always have the Morning Star as the RH Weapon PL3
ddsom:0:FF8AEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL3
ddsom:0:FF8AEB:20:000:Always have the Magical Power Staff as the RH Weapon PL3
ddsom:0:FF8AEB:21:000:Always have the Wizardry Staff as the RH Weapon PL3
ddsom:0:FF8AEB:22:000:Always have the Striking Staff as the RH Weapon PL3
ddsom:0:FF8AEB:23:000:Always have the Snake Staff as the RH Weapon PL3
ddsom:0:FF8AEB:24:000:Always have the Wand of Cold as the RH Weapon PL3
ddsom:0:FF8AEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL3
ddsom:0:FF8AEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL3
ddsom:0:FF8AEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL3
ddsom:0:FF8AEB:28:000:Always have the Shield as the RH Weapon PL3
ddsom:0:FF8AEB:29:000:Always have the Shield (Elf) as the RH Weapon PL3
ddsom:0:FF8AEB:FF:000:Always have NO ITEM as the RH Weapon PL3
ddsom:0:FF8AEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL3
ddsom:0:FF8AEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL3
ddsom:0:FF8AEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL3
ddsom:0:FF8AEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL3
ddsom:0:FF8AEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL3
ddsom:0:FF8AEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL3
ddsom:0:FF8AEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL3
ddsom:0:FF8AEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL3
ddsom:0:FF8AEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL3
ddsom:0:FF8AEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL3
ddsom:0:FF8AEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL3
ddsom:0:FF8AEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL3
ddsom:0:FF8AEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL3
ddsom:0:FF8AEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL3
ddsom:0:FF8AEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL3
ddsom:0:FF8AEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL3
ddsom:0:FF8AEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL3
ddsom:0:FF8AEC:12:001:Get the Storm Blade as the LH Weapon Now! PL3
ddsom:0:FF8AEC:16:001:Get the Hand Axe as the LH Weapon Now! PL3
ddsom:0:FF8AEC:18:001:Get the Battle Axe as the LH Weapon Now! PL3
ddsom:0:FF8AEC:19:001:Get the Mace as the LH Weapon Now! PL3
ddsom:0:FF8AEC:1D:001:Get the War Hammer as the LH Weapon Now! PL3
ddsom:0:FF8AEC:1E:001:Get the Morning Star as the LH Weapon Now! PL3
ddsom:0:FF8AEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL3
ddsom:0:FF8AEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL3
ddsom:0:FF8AEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL3
ddsom:0:FF8AEC:22:001:Get the Striking Staff as the LH Weapon Now! PL3
ddsom:0:FF8AEC:23:001:Get the Snake Staff as the LH Weapon Now! PL3
ddsom:0:FF8AEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL3
ddsom:0:FF8AEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL3
ddsom:0:FF8AEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL3
ddsom:0:FF8AEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL3
ddsom:0:FF8AEC:28:001:Get the Shield as the LH Weapon Now! PL3
ddsom:0:FF8AEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL3
ddsom:0:FF8AEC:FF:001:Get NO ITEM as the LH Weapon Now! PL3
ddsom:0:FF8AEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL3
ddsom:0:FF8AEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL3
ddsom:0:FF8AEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL3
ddsom:0:FF8AEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL3
ddsom:0:FF8AEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL3
ddsom:0:FF8AEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL3
ddsom:0:FF8AEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL3
ddsom:0:FF8AEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL3
ddsom:0:FF8AEC:08:000:Always have the Two Handed Sword as the LH Weapon PL3
ddsom:0:FF8AEC:09:000:Always have the Bastard Sword as the LH Weapon PL3
ddsom:0:FF8AEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL3
ddsom:0:FF8AEC:0C:000:Always have the Holy Avenger as the LH Weapon PL3
ddsom:0:FF8AEC:0D:000:Always have the Sword of Legend as the LH Weapon PL3
ddsom:0:FF8AEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL3
ddsom:0:FF8AEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL3
ddsom:0:FF8AEC:10:000:Always have the Sword of Flame as the LH Weapon PL3
ddsom:0:FF8AEC:11:000:Always have the Sword of Freeze as the LH Weapon PL3
ddsom:0:FF8AEC:12:000:Always have the Storm Blade as the LH Weapon PL3
ddsom:0:FF8AEC:16:000:Always have the Hand Axe as the LH Weapon PL3
ddsom:0:FF8AEC:18:000:Always have the Battle Axe as the LH Weapon PL3
ddsom:0:FF8AEC:19:000:Always have the Mace as the LH Weapon PL3
ddsom:0:FF8AEC:1D:000:Always have the War Hammer as the LH Weapon PL3
ddsom:0:FF8AEC:1E:000:Always have the Morning Star as the LH Weapon PL3
ddsom:0:FF8AEC:1F:000:Always have the Element Power Staff as the LH Weapon PL3
ddsom:0:FF8AEC:20:000:Always have the Magical Power Staff as the LH Weapon PL3
ddsom:0:FF8AEC:21:000:Always have the Wizardry Staff as the LH Weapon PL3
ddsom:0:FF8AEC:22:000:Always have the Striking Staff as the LH Weapon PL3
ddsom:0:FF8AEC:23:000:Always have the Snake Staff as the LH Weapon PL3
ddsom:0:FF8AEC:24:000:Always have the Wand of Cold as the LH Weapon PL3
ddsom:0:FF8AEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL3
ddsom:0:FF8AEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL3
ddsom:0:FF8AEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL3
ddsom:0:FF8AEC:28:000:Always have the Shield as the LH Weapon PL3
ddsom:0:FF8AEC:29:000:Always have the Shield (Elf) as the LH Weapon PL3
ddsom:0:FF8AEC:FF:000:Always have NO ITEM as the LH Weapon PL3
ddsom:0:000000:00:999:[ Head Equipment PL3 ]
ddsom:0:FF8B3E:00:001:Get the Helmet Now! PL3
ddsom:0:FF8B3E:01:001:Get the Magical Hat Now! PL3
ddsom:0:FF8B3E:02:001:Get the Hood Now! PL3
ddsom:0:FF8B3E:03:001:Get the Ciaclet Now! PL3
ddsom:0:FF8B3E:04:001:Get the Cleric Hat Now! PL3
ddsom:0:FF8B3E:05:001:Get the Tiara Now! PL3
ddsom:0:FF8B3E:00:000:Always have the Helmet PL3
ddsom:0:FF8B3E:01:000:Always have the Magical Hat PL3
ddsom:0:FF8B3E:02:000:Always have the Hood PL3
ddsom:0:FF8B3E:03:000:Always have the Ciaclet PL3
ddsom:0:FF8B3E:04:000:Always have the Cleric Hat PL3
ddsom:0:FF8B3E:05:000:Always have the Tiara PL3
ddsom:0:000000:00:999:[ Body Equipment PL3 ]
ddsom:0:FF8B3F:00:001:Get the Fighter Body Now! PL3
ddsom:0:FF8B3F:01:001:Get the Cleric Body Now! PL3
ddsom:0:FF8B3F:02:001:Get the Elf Body Now! PL3
ddsom:0:FF8B3F:03:001:Get the Dwarf Body Now! PL3
ddsom:0:FF8B3F:04:001:Get the Magicuser Body Now! PL3
ddsom:0:FF8B3F:05:001:Get the Thief Body Now! PL3
ddsom:0:FF8B3F:00:000:Always have the Fighter Body PL3
ddsom:0:FF8B3F:01:000:Always have the Cleric Body PL3
ddsom:0:FF8B3F:02:000:Always have the Elf Body PL3
ddsom:0:FF8B3F:03:000:Always have the Dwarf Body PL3
ddsom:0:FF8B3F:04:000:Always have the Magicuser Body PL3
ddsom:0:FF8B3F:05:000:Always have the Thief Body PL3
ddsom:0:000000:00:999:[ Leg Equipment PL3 ]
ddsom:0:FF8B40:00:001:Get the Boots of Speed Now! PL3
ddsom:0:FF8B49:05:501:Get the Boots of Speed Now! PL3 (2/2)
ddsom:0:FF8B40:01:001:Get the Boots of Springing & Striding Now! PL3
ddsom:0:FF8B49:05:501:Get the Boots of Springing & Striding Now! PL3 (2/2)
ddsom:0:FF8B40:02:001:Get the Boots of Levitation Now! PL3
ddsom:0:FF8B49:05:501:Get the Boots of Levitation Now! PL3 (2/2)
ddsom:0:FF8B40:00:000:Always have the Boots of Speed PL3
ddsom:0:FF8B49:05:500:Always have the Boots of Speed PL3 (2/2)
ddsom:0:FF8B40:01:000:Always have the Boots of Springing & Striding PL3
ddsom:0:FF8B49:05:500:Always have the Boots of Springing & Striding PL3 (2/2)
ddsom:0:FF8B40:02:000:Always have the Boots of Levitation PL3
ddsom:0:FF8B49:05:500:Always have the Boots of Levitation PL3 (2/2)
ddsom:0:000000:00:999:[ Arm Equipment PL3 ]
ddsom:0:FF8B41:00:001:Get the Gauntlet of Power Now! PL3
ddsom:0:FF8B4A:05:501:Get the Gauntlet of Power Now! PL3
ddsom:0:FF8B41:00:000:Always have the Gauntlet of Power PL3
ddsom:0:FF8B4A:05:500:Always have the Gauntlet of Power PL3
ddsom:0:000000:00:999:[ Shield Equipment PL3 ]
ddsom:0:FF8B42:00:001:Get the Normal Shield Now! PL3
ddsom:0:FF8B42:01:001:Get the Normal Shield (Elf) Now! PL3
ddsom:0:FF8B42:04:001:Get the Dragon Shield Now! PL3
ddsom:0:FF8B42:05:001:Get the Frame Shield Now! PL3
ddsom:0:FF8B42:06:001:Get the Ice Shield Now! PL3
ddsom:0:FF8B42:07:001:Get the Shield of Protection from Dark Magic Now! PL3
ddsom:0:FF8B42:00:000:Always have the Normal Shield PL3
ddsom:0:FF8B42:01:000:Always have the Normal Shield (Elf) PL3
ddsom:0:FF8B42:04:000:Always have the Dragon Shield PL3
ddsom:0:FF8B42:05:000:Always have the Frame Shield PL3
ddsom:0:FF8B42:06:000:Always have the Ice Shield PL3
ddsom:0:FF8B42:07:000:Always have the Shield of Protection from Dark Magic PL3
ddsom:0:000000:00:999:[ Hand Equipment PL3 ]
ddsom:0:FF8B43:00:001:Get the Ring of Protection Now! PL3
ddsom:0:FF8B4B:05:501:Get the Ring of Protection Now! PL3 (2/2)
ddsom:0:FF8B43:01:001:Get the Ring of Fire Resistance Now! PL3
ddsom:0:FF8B4B:05:501:Get the Ring of Fire Resistance Now! PL3 (2/2)
ddsom:0:FF8B43:02:001:Get the Ring of Spell Turning Now! PL3
ddsom:0:FF8B4B:05:501:Get the Ring of Spell Turning Now! PL3 (2/2)
ddsom:0:FF8B43:03:001:Get the Ring of Protection from Evil Now! PL3
ddsom:0:FF8B4B:05:501:Get the Ring of Protection from Evil Now! PL3 (2/2)
ddsom:0:FF8B43:04:001:Get the Rod of Fire Ball Now! PL3
ddsom:0:FF8B4B:05:501:Get the Rod of Fire Ball Now! PL3 (2/2)
ddsom:0:FF8B43:05:001:Get the Rod of Cold Now! PL3
ddsom:0:FF8B4B:05:501:Get the Rod of Cold Now! PL3 (2/2)
ddsom:0:FF8B43:06:001:Get the Rod of Lightning Now! PL3
ddsom:0:FF8B4B:05:501:Get the Rod of Lightning Now! PL3 (2/2)
ddsom:0:FF8B43:00:000:Always have the Ring of Protection PL3
ddsom:0:FF8B4B:05:500:Always have the Ring of Protection PL3 (2/2)
ddsom:0:FF8B43:01:000:Always have the Ring of Fire Resistance PL3
ddsom:0:FF8B4B:05:500:Always have the Ring of Fire Resistance PL3 (2/2)
ddsom:0:FF8B43:02:000:Always have the Ring of Spell Turning PL3
ddsom:0:FF8B4B:05:500:Always have the Ring of Spell Turning PL3 (2/2)
ddsom:0:FF8B43:03:000:Always have the Ring of Protection from Evil PL3
ddsom:0:FF8B4B:05:500:Always have the Ring of Protection from Evil PL3 (2/2)
ddsom:0:FF8B43:04:000:Always have the Rod of Fire Ball PL3
ddsom:0:FF8B4B:05:500:Always have the Rod of Fire Ball PL3 (2/2)
ddsom:0:FF8B43:05:000:Always have the Rod of Cold PL3
ddsom:0:FF8B4B:05:500:Always have the Rod of Cold PL3 (2/2)
ddsom:0:FF8B43:06:000:Always have the Rod of Lightning PL3
ddsom:0:FF8B4B:05:500:Always have the Rod of Lightning PL3 (2/2)
ddsom:0:000000:00:999:[ Accessory Equipment PL3 ]
ddsom:0:FF8B44:00:001:Get the Necklace Now! PL3
ddsom:0:FF8B44:01:001:Get the Orb Now! PL3
ddsom:0:FF8B44:02:001:Get the Bracelet Now! PL3
ddsom:0:FF8B44:03:001:Get the Brooch Now! PL3
ddsom:0:FF8B44:04:001:Get the Earring Now! PL3
ddsom:0:FF8B44:05:001:Get the Anklet Now! PL3
ddsom:0:FF8B44:00:000:Always have the Necklace PL3
ddsom:0:FF8B44:01:000:Always have the Orb PL3
ddsom:0:FF8B44:02:000:Always have the Bracelet PL3
ddsom:0:FF8B44:03:000:Always have the Brooch PL3
ddsom:0:FF8B44:04:000:Always have the Earring PL3
ddsom:0:FF8B44:05:000:Always have the Anklet PL3
ddsom:0:000000:00:999:[ Special Equipment PL3 ]
ddsom:0:FF8B45:00:001:Get the Eye of Beholder Now! PL3
ddsom:0:FF8B45:01:001:Get the Skin of Displacer Beast Now! PL3
ddsom:0:FF8B45:02:001:Get the Eye of Displacer Beast Now! PL3
ddsom:0:FF8B45:03:001:Get the Scale of Dragon Now! PL3
ddsom:0:FF8B45:04:001:Get the Skin of Manticore Now! PL3
ddsom:0:FF8B45:05:001:Get the Egg of Owlbear Now! PL3
ddsom:0:FF8B45:06:001:Get the ???1 Now! PL3
ddsom:0:FF8B45:07:001:Get the ???2 Now! PL3
ddsom:0:FF8B45:08:001:Get the Horn of Dragon Now! PL3
ddsom:0:FF8B45:09:001:Get the Medal Now! PL3
ddsom:0:FF8B45:10:001:Get the Displacer Cloak Now! PL3
ddsom:0:FF8B45:00:000:Always have the Eye of Beholder PL3
ddsom:0:FF8B45:01:000:Always have the Skin of Displacer Beast PL3
ddsom:0:FF8B45:02:000:Always have the Eye of Displacer Beast PL3
ddsom:0:FF8B45:03:000:Always have the Scale of Dragon PL3
ddsom:0:FF8B45:04:000:Always have the Skin of Manticore PL3
ddsom:0:FF8B45:05:000:Always have the Egg of Owlbear PL3
ddsom:0:FF8B45:06:000:Always have the ???1 PL3
ddsom:0:FF8B45:07:000:Always have the ???2 PL3
ddsom:0:FF8B45:08:000:Always have the Horn of Dragon PL3
ddsom:0:FF8B45:09:000:Always have the Medal PL3
ddsom:0:FF8B45:10:000:Always have the Displacer Cloak PL3
ddsom:0:FF8C41:9A:000:Infinite Energy PL4
ddsom:0:FF8C5C:03:000:Invincibility PL4
ddsom:0:FF8CF3:09:000:Maximum SP PL4
ddsom:0:FF8CF4:99:500:Maximum SP PL4 (2/3)
ddsom:0:FF8CF5:99:500:Maximum SP PL4 (3/3)
ddsom:0:FF8D26:09:000:Infinite Item PL4
ddsom:0:FF8D27:09:500:Infinite Item PL4 (2/6)
ddsom:0:FF8D28:09:500:Infinite Item PL4 (3/6)
ddsom:0:FF8D29:09:500:Infinite Item PL4 (4/6)
ddsom:0:FF8D2A:09:500:Infinite Item PL4 (5/6)
ddsom:0:FF8D2B:09:500:Infinite Item PL4 (6/6)
ddsom:0:FF8D2F:09:000:Infinite Magic PL4
ddsom:0:FF8D30:09:500:Infinite Magic PL4 (2/8)
ddsom:0:FF8D31:09:500:Infinite Magic PL4 (3/8)
ddsom:0:FF8D32:09:500:Infinite Magic PL4 (4/8)
ddsom:0:FF8D33:09:500:Infinite Magic PL4 (5/8)
ddsom:0:FF8D34:09:500:Infinite Magic PL4 (6/8)
ddsom:0:FF8D35:09:500:Infinite Magic PL4 (7/8)
ddsom:0:FF8D37:09:500:Infinite Magic PL4 (8/8)
ddsom:0:FF8D69:14:000:Infinite Wands PL4
ddsom:0:FF8D6A:14:500:Infinite Wands PL4 (2/4)
ddsom:0:FF8D6B:14:500:Infinite Wands PL4 (3/4)
ddsom:0:FF8D6F:14:500:Infinite Wands PL4 (4/4)
ddsom:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsom:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsom:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsom:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsom:0:FF8CEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL4
ddsom:0:FF8CEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL4
ddsom:0:FF8CEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL4
ddsom:0:FF8CEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL4
ddsom:0:FF8CEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL4
ddsom:0:FF8CEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL4
ddsom:0:FF8CEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL4
ddsom:0:FF8CEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL4
ddsom:0:FF8CEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL4
ddsom:0:FF8CEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL4
ddsom:0:FF8CEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL4
ddsom:0:FF8CEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL4
ddsom:0:FF8CEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL4
ddsom:0:FF8CEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL4
ddsom:0:FF8CEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL4
ddsom:0:FF8CEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL4
ddsom:0:FF8CEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL4
ddsom:0:FF8CEB:12:001:Get the Storm Blade as the RH Weapon Now! PL4
ddsom:0:FF8CEB:16:001:Get the Hand Axe as the RH Weapon Now! PL4
ddsom:0:FF8CEB:18:001:Get the Battle Axe as the RH Weapon Now! PL4
ddsom:0:FF8CEB:19:001:Get the Mace as the RH Weapon Now! PL4
ddsom:0:FF8CEB:1D:001:Get the War Hammer as the RH Weapon Now! PL4
ddsom:0:FF8CEB:1E:001:Get the Morning Star as the RH Weapon Now! PL4
ddsom:0:FF8CEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL4
ddsom:0:FF8CEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL4
ddsom:0:FF8CEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL4
ddsom:0:FF8CEB:22:001:Get the Striking Staff as the RH Weapon Now! PL4
ddsom:0:FF8CEB:23:001:Get the Snake Staff as the RH Weapon Now! PL4
ddsom:0:FF8CEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL4
ddsom:0:FF8CEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL4
ddsom:0:FF8CEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL4
ddsom:0:FF8CEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL4
ddsom:0:FF8CEB:28:001:Get the Shield as the RH Weapon Now! PL4
ddsom:0:FF8CEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL4
ddsom:0:FF8CEB:FF:001:Get NO ITEM as the RH Weapon Now! PL4
ddsom:0:FF8CEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL4
ddsom:0:FF8CEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL4
ddsom:0:FF8CEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL4
ddsom:0:FF8CEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL4
ddsom:0:FF8CEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL4
ddsom:0:FF8CEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL4
ddsom:0:FF8CEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL4
ddsom:0:FF8CEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL4
ddsom:0:FF8CEB:08:000:Always have the Two Handed Sword as the RH Weapon PL4
ddsom:0:FF8CEB:09:000:Always have the Bastard Sword as the RH Weapon PL4
ddsom:0:FF8CEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL4
ddsom:0:FF8CEB:0C:000:Always have the Holy Avenger as the RH Weapon PL4
ddsom:0:FF8CEB:0D:000:Always have the Sword of Legend as the RH Weapon PL4
ddsom:0:FF8CEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL4
ddsom:0:FF8CEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL4
ddsom:0:FF8CEB:10:000:Always have the Sword of Flame as the RH Weapon PL4
ddsom:0:FF8CEB:11:000:Always have the Sword of Freeze as the RH Weapon PL4
ddsom:0:FF8CEB:12:000:Always have the Storm Blade as the RH Weapon PL4
ddsom:0:FF8CEB:16:000:Always have the Hand Axe as the RH Weapon PL4
ddsom:0:FF8CEB:18:000:Always have the Battle Axe as the RH Weapon PL4
ddsom:0:FF8CEB:19:000:Always have the Mace as the RH Weapon PL4
ddsom:0:FF8CEB:1D:000:Always have the War Hammer as the RH Weapon PL4
ddsom:0:FF8CEB:1E:000:Always have the Morning Star as the RH Weapon PL4
ddsom:0:FF8CEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL4
ddsom:0:FF8CEB:20:000:Always have the Magical Power Staff as the RH Weapon PL4
ddsom:0:FF8CEB:21:000:Always have the Wizardry Staff as the RH Weapon PL4
ddsom:0:FF8CEB:22:000:Always have the Striking Staff as the RH Weapon PL4
ddsom:0:FF8CEB:23:000:Always have the Snake Staff as the RH Weapon PL4
ddsom:0:FF8CEB:24:000:Always have the Wand of Cold as the RH Weapon PL4
ddsom:0:FF8CEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL4
ddsom:0:FF8CEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL4
ddsom:0:FF8CEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL4
ddsom:0:FF8CEB:28:000:Always have the Shield as the RH Weapon PL4
ddsom:0:FF8CEB:29:000:Always have the Shield (Elf) as the RH Weapon PL4
ddsom:0:FF8CEB:FF:000:Always have NO ITEM as the RH Weapon PL4
ddsom:0:FF8CEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL4
ddsom:0:FF8CEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL4
ddsom:0:FF8CEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL4
ddsom:0:FF8CEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL4
ddsom:0:FF8CEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL4
ddsom:0:FF8CEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL4
ddsom:0:FF8CEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL4
ddsom:0:FF8CEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL4
ddsom:0:FF8CEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL4
ddsom:0:FF8CEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL4
ddsom:0:FF8CEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL4
ddsom:0:FF8CEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL4
ddsom:0:FF8CEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL4
ddsom:0:FF8CEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL4
ddsom:0:FF8CEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL4
ddsom:0:FF8CEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL4
ddsom:0:FF8CEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL4
ddsom:0:FF8CEC:12:001:Get the Storm Blade as the LH Weapon Now! PL4
ddsom:0:FF8CEC:16:001:Get the Hand Axe as the LH Weapon Now! PL4
ddsom:0:FF8CEC:18:001:Get the Battle Axe as the LH Weapon Now! PL4
ddsom:0:FF8CEC:19:001:Get the Mace as the LH Weapon Now! PL4
ddsom:0:FF8CEC:1D:001:Get the War Hammer as the LH Weapon Now! PL4
ddsom:0:FF8CEC:1E:001:Get the Morning Star as the LH Weapon Now! PL4
ddsom:0:FF8CEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL4
ddsom:0:FF8CEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL4
ddsom:0:FF8CEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL4
ddsom:0:FF8CEC:22:001:Get the Striking Staff as the LH Weapon Now! PL4
ddsom:0:FF8CEC:23:001:Get the Snake Staff as the LH Weapon Now! PL4
ddsom:0:FF8CEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL4
ddsom:0:FF8CEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL4
ddsom:0:FF8CEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL4
ddsom:0:FF8CEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL4
ddsom:0:FF8CEC:28:001:Get the Shield as the LH Weapon Now! PL4
ddsom:0:FF8CEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL4
ddsom:0:FF8CEC:FF:001:Get NO ITEM as the LH Weapon Now! PL4
ddsom:0:FF8CEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL4
ddsom:0:FF8CEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL4
ddsom:0:FF8CEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL4
ddsom:0:FF8CEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL4
ddsom:0:FF8CEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL4
ddsom:0:FF8CEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL4
ddsom:0:FF8CEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL4
ddsom:0:FF8CEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL4
ddsom:0:FF8CEC:08:000:Always have the Two Handed Sword as the LH Weapon PL4
ddsom:0:FF8CEC:09:000:Always have the Bastard Sword as the LH Weapon PL4
ddsom:0:FF8CEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL4
ddsom:0:FF8CEC:0C:000:Always have the Holy Avenger as the LH Weapon PL4
ddsom:0:FF8CEC:0D:000:Always have the Sword of Legend as the LH Weapon PL4
ddsom:0:FF8CEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL4
ddsom:0:FF8CEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL4
ddsom:0:FF8CEC:10:000:Always have the Sword of Flame as the LH Weapon PL4
ddsom:0:FF8CEC:11:000:Always have the Sword of Freeze as the LH Weapon PL4
ddsom:0:FF8CEC:12:000:Always have the Storm Blade as the LH Weapon PL4
ddsom:0:FF8CEC:16:000:Always have the Hand Axe as the LH Weapon PL4
ddsom:0:FF8CEC:18:000:Always have the Battle Axe as the LH Weapon PL4
ddsom:0:FF8CEC:19:000:Always have the Mace as the LH Weapon PL4
ddsom:0:FF8CEC:1D:000:Always have the War Hammer as the LH Weapon PL4
ddsom:0:FF8CEC:1E:000:Always have the Morning Star as the LH Weapon PL4
ddsom:0:FF8CEC:1F:000:Always have the Element Power Staff as the LH Weapon PL4
ddsom:0:FF8CEC:20:000:Always have the Magical Power Staff as the LH Weapon PL4
ddsom:0:FF8CEC:21:000:Always have the Wizardry Staff as the LH Weapon PL4
ddsom:0:FF8CEC:22:000:Always have the Striking Staff as the LH Weapon PL4
ddsom:0:FF8CEC:23:000:Always have the Snake Staff as the LH Weapon PL4
ddsom:0:FF8CEC:24:000:Always have the Wand of Cold as the LH Weapon PL4
ddsom:0:FF8CEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL4
ddsom:0:FF8CEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL4
ddsom:0:FF8CEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL4
ddsom:0:FF8CEC:28:000:Always have the Shield as the LH Weapon PL4
ddsom:0:FF8CEC:29:000:Always have the Shield (Elf) as the LH Weapon PL4
ddsom:0:FF8CEC:FF:000:Always have NO ITEM as the LH Weapon PL4
ddsom:0:000000:00:999:[ Head Equipment PL4 ]
ddsom:0:FF8D3E:00:001:Get the Helmet Now! PL4
ddsom:0:FF8D3E:01:001:Get the Magical Hat Now! PL4
ddsom:0:FF8D3E:02:001:Get the Hood Now! PL4
ddsom:0:FF8D3E:03:001:Get the Ciaclet Now! PL4
ddsom:0:FF8D3E:04:001:Get the Cleric Hat Now! PL4
ddsom:0:FF8D3E:05:001:Get the Tiara Now! PL4
ddsom:0:FF8D3E:00:000:Always have the Helmet PL4
ddsom:0:FF8D3E:01:000:Always have the Magical Hat PL4
ddsom:0:FF8D3E:02:000:Always have the Hood PL4
ddsom:0:FF8D3E:03:000:Always have the Ciaclet PL4
ddsom:0:FF8D3E:04:000:Always have the Cleric Hat PL4
ddsom:0:FF8D3E:05:000:Always have the Tiara PL4
ddsom:0:000000:00:999:[ Body Equipment PL4 ]
ddsom:0:FF8D3F:00:001:Get the Fighter Body Now! PL4
ddsom:0:FF8D3F:01:001:Get the Cleric Body Now! PL4
ddsom:0:FF8D3F:02:001:Get the Elf Body Now! PL4
ddsom:0:FF8D3F:03:001:Get the Dwarf Body Now! PL4
ddsom:0:FF8D3F:04:001:Get the Magicuser Body Now! PL4
ddsom:0:FF8D3F:05:001:Get the Thief Body Now! PL4
ddsom:0:FF8D3F:00:000:Always have the Fighter Body PL4
ddsom:0:FF8D3F:01:000:Always have the Cleric Body PL4
ddsom:0:FF8D3F:02:000:Always have the Elf Body PL4
ddsom:0:FF8D3F:03:000:Always have the Dwarf Body PL4
ddsom:0:FF8D3F:04:000:Always have the Magicuser Body PL4
ddsom:0:FF8D3F:05:000:Always have the Thief Body PL4
ddsom:0:000000:00:999:[ Leg Equipment PL4 ]
ddsom:0:FF8D40:00:001:Get the Boots of Speed Now! PL4
ddsom:0:FF8D49:05:501:Get the Boots of Speed Now! PL4 (2/2)
ddsom:0:FF8D40:01:001:Get the Boots of Springing & Striding Now! PL4
ddsom:0:FF8D49:05:501:Get the Boots of Springing & Striding Now! PL4 (2/2)
ddsom:0:FF8D40:02:001:Get the Boots of Levitation Now! PL4
ddsom:0:FF8D49:05:501:Get the Boots of Levitation Now! PL4 (2/2)
ddsom:0:FF8D40:00:000:Always have the Boots of Speed PL4
ddsom:0:FF8D49:05:500:Always have the Boots of Speed PL4 (2/2)
ddsom:0:FF8D40:01:000:Always have the Boots of Springing & Striding PL4
ddsom:0:FF8D49:05:500:Always have the Boots of Springing & Striding PL4 (2/2)
ddsom:0:FF8D40:02:000:Always have the Boots of Levitation PL4
ddsom:0:FF8D49:05:500:Always have the Boots of Levitation PL4 (2/2)
ddsom:0:000000:00:999:[ Arm Equipment PL4 ]
ddsom:0:FF8D41:00:001:Get the Gauntlet of Power Now! PL4
ddsom:0:FF8D4A:05:501:Get the Gauntlet of Power Now! PL4
ddsom:0:FF8D41:00:000:Always have the Gauntlet of Power PL4
ddsom:0:FF8D4A:05:500:Always have the Gauntlet of Power PL4
ddsom:0:000000:00:999:[ Shield Equipment PL4 ]
ddsom:0:FF8D42:00:001:Get the Normal Shield Now! PL4
ddsom:0:FF8D42:01:001:Get the Normal Shield (Elf) Now! PL4
ddsom:0:FF8D42:04:001:Get the Dragon Shield Now! PL4
ddsom:0:FF8D42:05:001:Get the Frame Shield Now! PL4
ddsom:0:FF8D42:06:001:Get the Ice Shield Now! PL4
ddsom:0:FF8D42:07:001:Get the Shield of Protection from Dark Magic Now! PL4
ddsom:0:FF8D42:00:000:Always have the Normal Shield PL4
ddsom:0:FF8D42:01:000:Always have the Normal Shield (Elf) PL4
ddsom:0:FF8D42:04:000:Always have the Dragon Shield PL4
ddsom:0:FF8D42:05:000:Always have the Frame Shield PL4
ddsom:0:FF8D42:06:000:Always have the Ice Shield PL4
ddsom:0:FF8D42:07:000:Always have the Shield of Protection from Dark Magic PL4
ddsom:0:000000:00:999:[ Hand Equipment PL4 ]
ddsom:0:FF8D43:00:001:Get the Ring of Protection Now! PL4
ddsom:0:FF8D4B:05:501:Get the Ring of Protection Now! PL4 (2/2)
ddsom:0:FF8D43:01:001:Get the Ring of Fire Resistance Now! PL4
ddsom:0:FF8D4B:05:501:Get the Ring of Fire Resistance Now! PL4 (2/2)
ddsom:0:FF8D43:02:001:Get the Ring of Spell Turning Now! PL4
ddsom:0:FF8D4B:05:501:Get the Ring of Spell Turning Now! PL4 (2/2)
ddsom:0:FF8D43:03:001:Get the Ring of Protection from Evil Now! PL4
ddsom:0:FF8D4B:05:501:Get the Ring of Protection from Evil Now! PL4 (2/2)
ddsom:0:FF8D43:04:001:Get the Rod of Fire Ball Now! PL4
ddsom:0:FF8D4B:05:501:Get the Rod of Fire Ball Now! PL4 (2/2)
ddsom:0:FF8D43:05:001:Get the Rod of Cold Now! PL4
ddsom:0:FF8D4B:05:501:Get the Rod of Cold Now! PL4 (2/2)
ddsom:0:FF8D43:06:001:Get the Rod of Lightning Now! PL4
ddsom:0:FF8D4B:05:501:Get the Rod of Lightning Now! PL4 (2/2)
ddsom:0:FF8D43:00:000:Always have the Ring of Protection PL4
ddsom:0:FF8D4B:05:500:Always have the Ring of Protection PL4 (2/2)
ddsom:0:FF8D43:01:000:Always have the Ring of Fire Resistance PL4
ddsom:0:FF8D4B:05:500:Always have the Ring of Fire Resistance PL4 (2/2)
ddsom:0:FF8D43:02:000:Always have the Ring of Spell Turning PL4
ddsom:0:FF8D4B:05:500:Always have the Ring of Spell Turning PL4 (2/2)
ddsom:0:FF8D43:03:000:Always have the Ring of Protection from Evil PL4
ddsom:0:FF8D4B:05:500:Always have the Ring of Protection from Evil PL4 (2/2)
ddsom:0:FF8D43:04:000:Always have the Rod of Fire Ball PL4
ddsom:0:FF8D4B:05:500:Always have the Rod of Fire Ball PL4 (2/2)
ddsom:0:FF8D43:05:000:Always have the Rod of Cold PL4
ddsom:0:FF8D4B:05:500:Always have the Rod of Cold PL4 (2/2)
ddsom:0:FF8D43:06:000:Always have the Rod of Lightning PL4
ddsom:0:FF8D4B:05:500:Always have the Rod of Lightning PL4 (2/2)
ddsom:0:000000:00:999:[ Accessory Equipment PL4 ]
ddsom:0:FF8D44:00:001:Get the Necklace Now! PL4
ddsom:0:FF8D44:01:001:Get the Orb Now! PL4
ddsom:0:FF8D44:02:001:Get the Bracelet Now! PL4
ddsom:0:FF8D44:03:001:Get the Brooch Now! PL4
ddsom:0:FF8D44:04:001:Get the Earring Now! PL4
ddsom:0:FF8D44:05:001:Get the Anklet Now! PL4
ddsom:0:FF8D44:00:000:Always have the Necklace PL4
ddsom:0:FF8D44:01:000:Always have the Orb PL4
ddsom:0:FF8D44:02:000:Always have the Bracelet PL4
ddsom:0:FF8D44:03:000:Always have the Brooch PL4
ddsom:0:FF8D44:04:000:Always have the Earring PL4
ddsom:0:FF8D44:05:000:Always have the Anklet PL4
ddsom:0:000000:00:999:[ Special Equipment PL4 ]
ddsom:0:FF8D45:00:001:Get the Eye of Beholder Now! PL4
ddsom:0:FF8D45:01:001:Get the Skin of Displacer Beast Now! PL4
ddsom:0:FF8D45:02:001:Get the Eye of Displacer Beast Now! PL4
ddsom:0:FF8D45:03:001:Get the Scale of Dragon Now! PL4
ddsom:0:FF8D45:04:001:Get the Skin of Manticore Now! PL4
ddsom:0:FF8D45:05:001:Get the Egg of Owlbear Now! PL4
ddsom:0:FF8D45:06:001:Get the ???1 Now! PL4
ddsom:0:FF8D45:07:001:Get the ???2 Now! PL4
ddsom:0:FF8D45:08:001:Get the Horn of Dragon Now! PL4
ddsom:0:FF8D45:09:001:Get the Medal Now! PL4
ddsom:0:FF8D45:10:001:Get the Displacer Cloak Now! PL4
ddsom:0:FF8D45:00:000:Always have the Eye of Beholder PL4
ddsom:0:FF8D45:01:000:Always have the Skin of Displacer Beast PL4
ddsom:0:FF8D45:02:000:Always have the Eye of Displacer Beast PL4
ddsom:0:FF8D45:03:000:Always have the Scale of Dragon PL4
ddsom:0:FF8D45:04:000:Always have the Skin of Manticore PL4
ddsom:0:FF8D45:05:000:Always have the Egg of Owlbear PL4
ddsom:0:FF8D45:06:000:Always have the ???1 PL4
ddsom:0:FF8D45:07:000:Always have the ???2 PL4
ddsom:0:FF8D45:08:000:Always have the Horn of Dragon PL4
ddsom:0:FF8D45:09:000:Always have the Medal PL4
ddsom:0:FF8D45:10:000:Always have the Displacer Cloak PL4
ddsom:0:000000:00:999:[Ultimate Magic "Final Strike" Now! Only for use when ]
ddsom:0:000000:00:999:[playing with 3 or 4 Players. Player 1 should select ]
ddsom:0:000000:00:999:[the character Magicuser. ]
ddsom:0:FF8641:9A:000:Infinite Final Strike!
ddsom:0:FF86EC:21:500:Infinite Final Strike! (2/9)
ddsom:0:FF86EE:01:500:Infinite Final Strike! (2/9)
ddsom:0:FF8841:9A:500:Infinite Final Strike! (2/9)
ddsom:0:FF88EE:01:500:Infinite Final Strike! (2/9)
ddsom:0:FF8A41:9A:500:Infinite Final Strike! (2/9)
ddsom:0:FF8AEE:01:500:Infinite Final Strike! (2/9)
ddsom:0:FF8A41:9A:500:Infinite Final Strike! (2/9)
ddsom:0:FF8CEE:01:500:Infinite Final Strike! (2/9)
ddsom:0:FF803A:59:000:Stage Clear Bonus(Rest Time) Max
ddsom:0:000000:00:999:[These are the codes to set the machine region - the ]
ddsom:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
ddsom:0:000000:00:999:[- ON or before the ROM check screen!! ]
ddsom:0:FF8071:00:000:Region Switch = Japan
ddsom:0:FF8071:02:000:Region Switch = USA
ddsom:0:FF8071:04:000:Region Switch = Hispanic
ddsom:0:FF8071:06:000:Region Switch = Asia
ddsom:0:FF8071:08:000:Region Switch = Euro
ddsom:0:FF8071:0A:000:Region Switch = Brazil
; [ Dungeons & Dragons: Shadow over Mystara (Japan 960619) ]
ddsomj:0:FFCAB2:04:000:Infinite Time
ddsomj:0:FFCB02:04:500:Infinite Time (2/2)
ddsomj:0:FF8045:09:000:Infinite Keys
ddsomj:0:FF8641:9A:000:Infinite Energy PL1
ddsomj:0:FF865C:03:000:Invincibility PL1
ddsomj:0:FF86F3:09:000:Maximum SP PL1
ddsomj:0:FF86F4:99:500:Maximum SP PL1 (2/3)
ddsomj:0:FF86F5:99:500:Maximum SP PL1 (3/3)
ddsomj:0:FF8726:09:000:Infinite Item PL1
ddsomj:0:FF8727:09:500:Infinite Item PL1 (2/6)
ddsomj:0:FF8728:09:500:Infinite Item PL1 (3/6)
ddsomj:0:FF8729:09:500:Infinite Item PL1 (4/6)
ddsomj:0:FF872A:09:500:Infinite Item PL1 (5/6)
ddsomj:0:FF872B:09:500:Infinite Item PL1 (6/6)
ddsomj:0:FF872F:09:000:Infinite Magic PL1
ddsomj:0:FF8730:09:500:Infinite Magic PL1 (2/8)
ddsomj:0:FF8731:09:500:Infinite Magic PL1 (3/8)
ddsomj:0:FF8732:09:500:Infinite Magic PL1 (4/8)
ddsomj:0:FF8733:09:500:Infinite Magic PL1 (5/8)
ddsomj:0:FF8734:09:500:Infinite Magic PL1 (6/8)
ddsomj:0:FF8735:09:500:Infinite Magic PL1 (7/8)
ddsomj:0:FF8737:09:500:Infinite Magic PL1 (8/8)
ddsomj:0:FF8769:14:000:Infinite Wands PL1
ddsomj:0:FF876A:14:500:Infinite Wands PL1 (2/4)
ddsomj:0:FF876B:14:500:Infinite Wands PL1 (3/4)
ddsomj:0:FF876F:14:500:Infinite Wands PL1 (4/4)
ddsomj:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsomj:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsomj:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsomj:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsomj:0:FF86EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL1
ddsomj:0:FF86EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL1
ddsomj:0:FF86EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL1
ddsomj:0:FF86EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL1
ddsomj:0:FF86EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL1
ddsomj:0:FF86EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL1
ddsomj:0:FF86EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL1
ddsomj:0:FF86EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL1
ddsomj:0:FF86EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL1
ddsomj:0:FF86EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL1
ddsomj:0:FF86EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL1
ddsomj:0:FF86EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL1
ddsomj:0:FF86EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL1
ddsomj:0:FF86EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL1
ddsomj:0:FF86EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL1
ddsomj:0:FF86EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL1
ddsomj:0:FF86EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL1
ddsomj:0:FF86EB:12:001:Get the Storm Blade as the RH Weapon Now! PL1
ddsomj:0:FF86EB:16:001:Get the Hand Axe as the RH Weapon Now! PL1
ddsomj:0:FF86EB:18:001:Get the Battle Axe as the RH Weapon Now! PL1
ddsomj:0:FF86EB:19:001:Get the Mace as the RH Weapon Now! PL1
ddsomj:0:FF86EB:1D:001:Get the War Hammer as the RH Weapon Now! PL1
ddsomj:0:FF86EB:1E:001:Get the Morning Star as the RH Weapon Now! PL1
ddsomj:0:FF86EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL1
ddsomj:0:FF86EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL1
ddsomj:0:FF86EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL1
ddsomj:0:FF86EB:22:001:Get the Striking Staff as the RH Weapon Now! PL1
ddsomj:0:FF86EB:23:001:Get the Snake Staff as the RH Weapon Now! PL1
ddsomj:0:FF86EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL1
ddsomj:0:FF86EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL1
ddsomj:0:FF86EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL1
ddsomj:0:FF86EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL1
ddsomj:0:FF86EB:28:001:Get the Shield as the RH Weapon Now! PL1
ddsomj:0:FF86EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL1
ddsomj:0:FF86EB:FF:001:Get NO ITEM as the RH Weapon Now! PL1
ddsomj:0:FF86EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL1
ddsomj:0:FF86EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL1
ddsomj:0:FF86EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL1
ddsomj:0:FF86EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL1
ddsomj:0:FF86EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL1
ddsomj:0:FF86EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL1
ddsomj:0:FF86EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL1
ddsomj:0:FF86EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL1
ddsomj:0:FF86EB:08:000:Always have the Two Handed Sword as the RH Weapon PL1
ddsomj:0:FF86EB:09:000:Always have the Bastard Sword as the RH Weapon PL1
ddsomj:0:FF86EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL1
ddsomj:0:FF86EB:0C:000:Always have the Holy Avenger as the RH Weapon PL1
ddsomj:0:FF86EB:0D:000:Always have the Sword of Legend as the RH Weapon PL1
ddsomj:0:FF86EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL1
ddsomj:0:FF86EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL1
ddsomj:0:FF86EB:10:000:Always have the Sword of Flame as the RH Weapon PL1
ddsomj:0:FF86EB:11:000:Always have the Sword of Freeze as the RH Weapon PL1
ddsomj:0:FF86EB:12:000:Always have the Storm Blade as the RH Weapon PL1
ddsomj:0:FF86EB:16:000:Always have the Hand Axe as the RH Weapon PL1
ddsomj:0:FF86EB:18:000:Always have the Battle Axe as the RH Weapon PL1
ddsomj:0:FF86EB:19:000:Always have the Mace as the RH Weapon PL1
ddsomj:0:FF86EB:1D:000:Always have the War Hammer as the RH Weapon PL1
ddsomj:0:FF86EB:1E:000:Always have the Morning Star as the RH Weapon PL1
ddsomj:0:FF86EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL1
ddsomj:0:FF86EB:20:000:Always have the Magical Power Staff as the RH Weapon PL1
ddsomj:0:FF86EB:21:000:Always have the Wizardry Staff as the RH Weapon PL1
ddsomj:0:FF86EB:22:000:Always have the Striking Staff as the RH Weapon PL1
ddsomj:0:FF86EB:23:000:Always have the Snake Staff as the RH Weapon PL1
ddsomj:0:FF86EB:24:000:Always have the Wand of Cold as the RH Weapon PL1
ddsomj:0:FF86EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL1
ddsomj:0:FF86EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL1
ddsomj:0:FF86EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL1
ddsomj:0:FF86EB:28:000:Always have the Shield as the RH Weapon PL1
ddsomj:0:FF86EB:29:000:Always have the Shield (Elf) as the RH Weapon PL1
ddsomj:0:FF86EB:FF:000:Always have NO ITEM as the RH Weapon PL1
ddsomj:0:FF86EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL1
ddsomj:0:FF86EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL1
ddsomj:0:FF86EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL1
ddsomj:0:FF86EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL1
ddsomj:0:FF86EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL1
ddsomj:0:FF86EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL1
ddsomj:0:FF86EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL1
ddsomj:0:FF86EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL1
ddsomj:0:FF86EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL1
ddsomj:0:FF86EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL1
ddsomj:0:FF86EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL1
ddsomj:0:FF86EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL1
ddsomj:0:FF86EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL1
ddsomj:0:FF86EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL1
ddsomj:0:FF86EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL1
ddsomj:0:FF86EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL1
ddsomj:0:FF86EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL1
ddsomj:0:FF86EC:12:001:Get the Storm Blade as the LH Weapon Now! PL1
ddsomj:0:FF86EC:16:001:Get the Hand Axe as the LH Weapon Now! PL1
ddsomj:0:FF86EC:18:001:Get the Battle Axe as the LH Weapon Now! PL1
ddsomj:0:FF86EC:19:001:Get the Mace as the LH Weapon Now! PL1
ddsomj:0:FF86EC:1D:001:Get the War Hammer as the LH Weapon Now! PL1
ddsomj:0:FF86EC:1E:001:Get the Morning Star as the LH Weapon Now! PL1
ddsomj:0:FF86EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL1
ddsomj:0:FF86EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL1
ddsomj:0:FF86EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL1
ddsomj:0:FF86EC:22:001:Get the Striking Staff as the LH Weapon Now! PL1
ddsomj:0:FF86EC:23:001:Get the Snake Staff as the LH Weapon Now! PL1
ddsomj:0:FF86EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL1
ddsomj:0:FF86EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL1
ddsomj:0:FF86EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL1
ddsomj:0:FF86EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL1
ddsomj:0:FF86EC:28:001:Get the Shield as the LH Weapon Now! PL1
ddsomj:0:FF86EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL1
ddsomj:0:FF86EC:FF:001:Get NO ITEM as the LH Weapon Now! PL1
ddsomj:0:FF86EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL1
ddsomj:0:FF86EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL1
ddsomj:0:FF86EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL1
ddsomj:0:FF86EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL1
ddsomj:0:FF86EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL1
ddsomj:0:FF86EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL1
ddsomj:0:FF86EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL1
ddsomj:0:FF86EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL1
ddsomj:0:FF86EC:08:000:Always have the Two Handed Sword as the LH Weapon PL1
ddsomj:0:FF86EC:09:000:Always have the Bastard Sword as the LH Weapon PL1
ddsomj:0:FF86EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL1
ddsomj:0:FF86EC:0C:000:Always have the Holy Avenger as the LH Weapon PL1
ddsomj:0:FF86EC:0D:000:Always have the Sword of Legend as the LH Weapon PL1
ddsomj:0:FF86EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL1
ddsomj:0:FF86EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL1
ddsomj:0:FF86EC:10:000:Always have the Sword of Flame as the LH Weapon PL1
ddsomj:0:FF86EC:11:000:Always have the Sword of Freeze as the LH Weapon PL1
ddsomj:0:FF86EC:12:000:Always have the Storm Blade as the LH Weapon PL1
ddsomj:0:FF86EC:16:000:Always have the Hand Axe as the LH Weapon PL1
ddsomj:0:FF86EC:18:000:Always have the Battle Axe as the LH Weapon PL1
ddsomj:0:FF86EC:19:000:Always have the Mace as the LH Weapon PL1
ddsomj:0:FF86EC:1D:000:Always have the War Hammer as the LH Weapon PL1
ddsomj:0:FF86EC:1E:000:Always have the Morning Star as the LH Weapon PL1
ddsomj:0:FF86EC:1F:000:Always have the Element Power Staff as the LH Weapon PL1
ddsomj:0:FF86EC:20:000:Always have the Magical Power Staff as the LH Weapon PL1
ddsomj:0:FF86EC:21:000:Always have the Wizardry Staff as the LH Weapon PL1
ddsomj:0:FF86EC:22:000:Always have the Striking Staff as the LH Weapon PL1
ddsomj:0:FF86EC:23:000:Always have the Snake Staff as the LH Weapon PL1
ddsomj:0:FF86EC:24:000:Always have the Wand of Cold as the LH Weapon PL1
ddsomj:0:FF86EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL1
ddsomj:0:FF86EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL1
ddsomj:0:FF86EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL1
ddsomj:0:FF86EC:28:000:Always have the Shield as the LH Weapon PL1
ddsomj:0:FF86EC:29:000:Always have the Shield (Elf) as the LH Weapon PL1
ddsomj:0:FF86EC:FF:000:Always have NO ITEM as the LH Weapon PL1
ddsomj:0:000000:00:999:[ Head Equipment PL1 ]
ddsomj:0:FF873E:00:001:Get the Helmet Now! PL1
ddsomj:0:FF873E:01:001:Get the Magical Hat Now! PL1
ddsomj:0:FF873E:02:001:Get the Hood Now! PL1
ddsomj:0:FF873E:03:001:Get the Ciaclet Now! PL1
ddsomj:0:FF873E:04:001:Get the Cleric Hat Now! PL1
ddsomj:0:FF873E:05:001:Get the Tiara Now! PL1
ddsomj:0:FF873E:00:000:Always have the Helmet PL1
ddsomj:0:FF873E:01:000:Always have the Magical Hat PL1
ddsomj:0:FF873E:02:000:Always have the Hood PL1
ddsomj:0:FF873E:03:000:Always have the Ciaclet PL1
ddsomj:0:FF873E:04:000:Always have the Cleric Hat PL1
ddsomj:0:FF873E:05:000:Always have the Tiara PL1
ddsomj:0:000000:00:999:[ Body Equipment PL1 ]
ddsomj:0:FF873F:00:001:Get the Fighter Body Now! PL1
ddsomj:0:FF873F:01:001:Get the Cleric Body Now! PL1
ddsomj:0:FF873F:02:001:Get the Elf Body Now! PL1
ddsomj:0:FF873F:03:001:Get the Dwarf Body Now! PL1
ddsomj:0:FF873F:04:001:Get the Magicuser Body Now! PL1
ddsomj:0:FF873F:05:001:Get the Thief Body Now! PL1
ddsomj:0:FF873F:00:000:Always have the Fighter Body PL1
ddsomj:0:FF873F:01:000:Always have the Cleric Body PL1
ddsomj:0:FF873F:02:000:Always have the Elf Body PL1
ddsomj:0:FF873F:03:000:Always have the Dwarf Body PL1
ddsomj:0:FF873F:04:000:Always have the Magicuser Body PL1
ddsomj:0:FF873F:05:000:Always have the Thief Body PL1
ddsomj:0:000000:00:999:[ Leg Equipment PL1 ]
ddsomj:0:FF8740:00:001:Get the Boots of Speed Now! PL1
ddsomj:0:FF8749:05:501:Get the Boots of Speed Now! PL1 (2/2)
ddsomj:0:FF8740:01:001:Get the Boots of Springing & Striding Now! PL1
ddsomj:0:FF8749:05:501:Get the Boots of Springing & Striding Now! PL1 (2/2)
ddsomj:0:FF8740:02:001:Get the Boots of Levitation Now! PL1
ddsomj:0:FF8749:05:501:Get the Boots of Levitation Now! PL1 (2/2)
ddsomj:0:FF8740:00:000:Always have the Boots of Speed PL1
ddsomj:0:FF8749:05:500:Always have the Boots of Speed PL1 (2/2)
ddsomj:0:FF8740:01:000:Always have the Boots of Springing & Striding PL1
ddsomj:0:FF8749:05:500:Always have the Boots of Springing & Striding PL1 (2/2)
ddsomj:0:FF8740:02:000:Always have the Boots of Levitation PL1
ddsomj:0:FF8749:05:500:Always have the Boots of Levitation PL1 (2/2)
ddsomj:0:000000:00:999:[ Arm Equipment PL1 ]
ddsomj:0:FF8741:00:001:Get the Gauntlet of Power Now! PL1
ddsomj:0:FF874A:05:501:Get the Gauntlet of Power Now! PL1
ddsomj:0:FF8741:00:000:Always have the Gauntlet of Power PL1
ddsomj:0:FF874A:05:500:Always have the Gauntlet of Power PL1
ddsomj:0:000000:00:999:[ Shield Equipment PL1 ]
ddsomj:0:FF8742:00:001:Get the Normal Shield Now! PL1
ddsomj:0:FF8742:01:001:Get the Normal Shield (Elf) Now! PL1
ddsomj:0:FF8742:04:001:Get the Dragon Shield Now! PL1
ddsomj:0:FF8742:05:001:Get the Frame Shield Now! PL1
ddsomj:0:FF8742:06:001:Get the Ice Shield Now! PL1
ddsomj:0:FF8742:07:001:Get the Shield of Protection from Dark Magic Now! PL1
ddsomj:0:FF8742:00:000:Always have the Normal Shield PL1
ddsomj:0:FF8742:01:000:Always have the Normal Shield (Elf) PL1
ddsomj:0:FF8742:04:000:Always have the Dragon Shield PL1
ddsomj:0:FF8742:05:000:Always have the Frame Shield PL1
ddsomj:0:FF8742:06:000:Always have the Ice Shield PL1
ddsomj:0:FF8742:07:000:Always have the Shield of Protection from Dark Magic PL1
ddsomj:0:000000:00:999:[ Hand Equipment PL1 ]
ddsomj:0:FF8743:00:001:Get the Ring of Protection Now! PL1
ddsomj:0:FF874B:05:501:Get the Ring of Protection Now! PL1 (2/2)
ddsomj:0:FF8743:01:001:Get the Ring of Fire Resistance Now! PL1
ddsomj:0:FF874B:05:501:Get the Ring of Fire Resistance Now! PL1 (2/2)
ddsomj:0:FF8743:02:001:Get the Ring of Spell Turning Now! PL1
ddsomj:0:FF874B:05:501:Get the Ring of Spell Turning Now! PL1 (2/2)
ddsomj:0:FF8743:03:001:Get the Ring of Protection from Evil Now! PL1
ddsomj:0:FF874B:05:501:Get the Ring of Protection from Evil Now! PL1 (2/2)
ddsomj:0:FF8743:04:001:Get the Rod of Fire Ball Now! PL1
ddsomj:0:FF874B:05:501:Get the Rod of Fire Ball Now! PL1 (2/2)
ddsomj:0:FF8743:05:001:Get the Rod of Cold Now! PL1
ddsomj:0:FF874B:05:501:Get the Rod of Cold Now! PL1 (2/2)
ddsomj:0:FF8743:06:001:Get the Rod of Lightning Now! PL1
ddsomj:0:FF874B:05:501:Get the Rod of Lightning Now! PL1 (2/2)
ddsomj:0:FF8743:00:000:Always have the Ring of Protection PL1
ddsomj:0:FF874B:05:500:Always have the Ring of Protection PL1 (2/2)
ddsomj:0:FF8743:01:000:Always have the Ring of Fire Resistance PL1
ddsomj:0:FF874B:05:500:Always have the Ring of Fire Resistance PL1 (2/2)
ddsomj:0:FF8743:02:000:Always have the Ring of Spell Turning PL1
ddsomj:0:FF874B:05:500:Always have the Ring of Spell Turning PL1 (2/2)
ddsomj:0:FF8743:03:000:Always have the Ring of Protection from Evil PL1
ddsomj:0:FF874B:05:500:Always have the Ring of Protection from Evil PL1 (2/2)
ddsomj:0:FF8743:04:000:Always have the Rod of Fire Ball PL1
ddsomj:0:FF874B:05:500:Always have the Rod of Fire Ball PL1 (2/2)
ddsomj:0:FF8743:05:000:Always have the Rod of Cold PL1
ddsomj:0:FF874B:05:500:Always have the Rod of Cold PL1 (2/2)
ddsomj:0:FF8743:06:000:Always have the Rod of Lightning PL1
ddsomj:0:FF874B:05:500:Always have the Rod of Lightning PL1 (2/2)
ddsomj:0:000000:00:999:[ Accessory Equipment PL1 ]
ddsomj:0:FF8744:00:001:Get the Necklace Now! PL1
ddsomj:0:FF8744:01:001:Get the Orb Now! PL1
ddsomj:0:FF8744:02:001:Get the Bracelet Now! PL1
ddsomj:0:FF8744:03:001:Get the Brooch Now! PL1
ddsomj:0:FF8744:04:001:Get the Earring Now! PL1
ddsomj:0:FF8744:05:001:Get the Anklet Now! PL1
ddsomj:0:FF8744:00:000:Always have the Necklace PL1
ddsomj:0:FF8744:01:000:Always have the Orb PL1
ddsomj:0:FF8744:02:000:Always have the Bracelet PL1
ddsomj:0:FF8744:03:000:Always have the Brooch PL1
ddsomj:0:FF8744:04:000:Always have the Earring PL1
ddsomj:0:FF8744:05:000:Always have the Anklet PL1
ddsomj:0:000000:00:999:[ Special Equipment PL1 ]
ddsomj:0:FF8745:00:001:Get the Eye of Beholder Now! PL1
ddsomj:0:FF8745:01:001:Get the Skin of Displacer Beast Now! PL1
ddsomj:0:FF8745:02:001:Get the Eye of Displacer Beast Now! PL1
ddsomj:0:FF8745:03:001:Get the Scale of Dragon Now! PL1
ddsomj:0:FF8745:04:001:Get the Skin of Manticore Now! PL1
ddsomj:0:FF8745:05:001:Get the Egg of Owlbear Now! PL1
ddsomj:0:FF8745:06:001:Get the ???1 Now! PL1
ddsomj:0:FF8745:07:001:Get the ???2 Now! PL1
ddsomj:0:FF8745:08:001:Get the Horn of Dragon Now! PL1
ddsomj:0:FF8745:09:001:Get the Medal Now! PL1
ddsomj:0:FF8745:10:001:Get the Displacer Cloak Now! PL1
ddsomj:0:FF8745:00:000:Always have the Eye of Beholder PL1
ddsomj:0:FF8745:01:000:Always have the Skin of Displacer Beast PL1
ddsomj:0:FF8745:02:000:Always have the Eye of Displacer Beast PL1
ddsomj:0:FF8745:03:000:Always have the Scale of Dragon PL1
ddsomj:0:FF8745:04:000:Always have the Skin of Manticore PL1
ddsomj:0:FF8745:05:000:Always have the Egg of Owlbear PL1
ddsomj:0:FF8745:06:000:Always have the ???1 PL1
ddsomj:0:FF8745:07:000:Always have the ???2 PL1
ddsomj:0:FF8745:08:000:Always have the Horn of Dragon PL1
ddsomj:0:FF8745:09:000:Always have the Medal PL1
ddsomj:0:FF8745:10:000:Always have the Displacer Cloak PL1
ddsomj:0:FF8841:9A:000:Infinite Energy PL2
ddsomj:0:FF885C:03:000:Invincibility PL2
ddsomj:0:FF88F3:09:000:Maximum SP PL2
ddsomj:0:FF88F4:99:500:Maximum SP PL2 (2/3)
ddsomj:0:FF88F5:99:500:Maximum SP PL2 (3/3)
ddsomj:0:FF8926:09:000:Infinite Item PL2
ddsomj:0:FF8927:09:500:Infinite Item PL2 (2/6)
ddsomj:0:FF8928:09:500:Infinite Item PL2 (3/6)
ddsomj:0:FF8929:09:500:Infinite Item PL2 (4/6)
ddsomj:0:FF892A:09:500:Infinite Item PL2 (5/6)
ddsomj:0:FF892B:09:500:Infinite Item PL2 (6/6)
ddsomj:0:FF892F:09:000:Infinite Magic PL2
ddsomj:0:FF8930:09:500:Infinite Magic PL2 (2/8)
ddsomj:0:FF8931:09:500:Infinite Magic PL2 (3/8)
ddsomj:0:FF8932:09:500:Infinite Magic PL2 (4/8)
ddsomj:0:FF8933:09:500:Infinite Magic PL2 (5/8)
ddsomj:0:FF8934:09:500:Infinite Magic PL2 (6/8)
ddsomj:0:FF8935:09:500:Infinite Magic PL2 (7/8)
ddsomj:0:FF8937:09:500:Infinite Magic PL2 (8/8)
ddsomj:0:FF8969:14:000:Infinite Wands PL2
ddsomj:0:FF896A:14:500:Infinite Wands PL2 (2/4)
ddsomj:0:FF896B:14:500:Infinite Wands PL2 (3/4)
ddsomj:0:FF896F:14:500:Infinite Wands PL2 (4/4)
ddsomj:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsomj:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsomj:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsomj:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsomj:0:FF88EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL2
ddsomj:0:FF88EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL2
ddsomj:0:FF88EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL2
ddsomj:0:FF88EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL2
ddsomj:0:FF88EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL2
ddsomj:0:FF88EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL2
ddsomj:0:FF88EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL2
ddsomj:0:FF88EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL2
ddsomj:0:FF88EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL2
ddsomj:0:FF88EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL2
ddsomj:0:FF88EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL2
ddsomj:0:FF88EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL2
ddsomj:0:FF88EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL2
ddsomj:0:FF88EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL2
ddsomj:0:FF88EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL2
ddsomj:0:FF88EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL2
ddsomj:0:FF88EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL2
ddsomj:0:FF88EB:12:001:Get the Storm Blade as the RH Weapon Now! PL2
ddsomj:0:FF88EB:16:001:Get the Hand Axe as the RH Weapon Now! PL2
ddsomj:0:FF88EB:18:001:Get the Battle Axe as the RH Weapon Now! PL2
ddsomj:0:FF88EB:19:001:Get the Mace as the RH Weapon Now! PL2
ddsomj:0:FF88EB:1D:001:Get the War Hammer as the RH Weapon Now! PL2
ddsomj:0:FF88EB:1E:001:Get the Morning Star as the RH Weapon Now! PL2
ddsomj:0:FF88EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL2
ddsomj:0:FF88EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL2
ddsomj:0:FF88EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL2
ddsomj:0:FF88EB:22:001:Get the Striking Staff as the RH Weapon Now! PL2
ddsomj:0:FF88EB:23:001:Get the Snake Staff as the RH Weapon Now! PL2
ddsomj:0:FF88EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL2
ddsomj:0:FF88EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL2
ddsomj:0:FF88EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL2
ddsomj:0:FF88EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL2
ddsomj:0:FF88EB:28:001:Get the Shield as the RH Weapon Now! PL2
ddsomj:0:FF88EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL2
ddsomj:0:FF88EB:FF:001:Get NO ITEM as the RH Weapon Now! PL2
ddsomj:0:FF88EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL2
ddsomj:0:FF88EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL2
ddsomj:0:FF88EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL2
ddsomj:0:FF88EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL2
ddsomj:0:FF88EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL2
ddsomj:0:FF88EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL2
ddsomj:0:FF88EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL2
ddsomj:0:FF88EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL2
ddsomj:0:FF88EB:08:000:Always have the Two Handed Sword as the RH Weapon PL2
ddsomj:0:FF88EB:09:000:Always have the Bastard Sword as the RH Weapon PL2
ddsomj:0:FF88EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL2
ddsomj:0:FF88EB:0C:000:Always have the Holy Avenger as the RH Weapon PL2
ddsomj:0:FF88EB:0D:000:Always have the Sword of Legend as the RH Weapon PL2
ddsomj:0:FF88EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL2
ddsomj:0:FF88EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL2
ddsomj:0:FF88EB:10:000:Always have the Sword of Flame as the RH Weapon PL2
ddsomj:0:FF88EB:11:000:Always have the Sword of Freeze as the RH Weapon PL2
ddsomj:0:FF88EB:12:000:Always have the Storm Blade as the RH Weapon PL2
ddsomj:0:FF88EB:16:000:Always have the Hand Axe as the RH Weapon PL2
ddsomj:0:FF88EB:18:000:Always have the Battle Axe as the RH Weapon PL2
ddsomj:0:FF88EB:19:000:Always have the Mace as the RH Weapon PL2
ddsomj:0:FF88EB:1D:000:Always have the War Hammer as the RH Weapon PL2
ddsomj:0:FF88EB:1E:000:Always have the Morning Star as the RH Weapon PL2
ddsomj:0:FF88EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL2
ddsomj:0:FF88EB:20:000:Always have the Magical Power Staff as the RH Weapon PL2
ddsomj:0:FF88EB:21:000:Always have the Wizardry Staff as the RH Weapon PL2
ddsomj:0:FF88EB:22:000:Always have the Striking Staff as the RH Weapon PL2
ddsomj:0:FF88EB:23:000:Always have the Snake Staff as the RH Weapon PL2
ddsomj:0:FF88EB:24:000:Always have the Wand of Cold as the RH Weapon PL2
ddsomj:0:FF88EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL2
ddsomj:0:FF88EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL2
ddsomj:0:FF88EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL2
ddsomj:0:FF88EB:28:000:Always have the Shield as the RH Weapon PL2
ddsomj:0:FF88EB:29:000:Always have the Shield (Elf) as the RH Weapon PL2
ddsomj:0:FF88EB:FF:000:Always have NO ITEM as the RH Weapon PL2
ddsomj:0:FF88EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL2
ddsomj:0:FF88EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL2
ddsomj:0:FF88EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL2
ddsomj:0:FF88EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL2
ddsomj:0:FF88EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL2
ddsomj:0:FF88EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL2
ddsomj:0:FF88EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL2
ddsomj:0:FF88EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL2
ddsomj:0:FF88EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL2
ddsomj:0:FF88EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL2
ddsomj:0:FF88EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL2
ddsomj:0:FF88EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL2
ddsomj:0:FF88EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL2
ddsomj:0:FF88EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL2
ddsomj:0:FF88EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL2
ddsomj:0:FF88EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL2
ddsomj:0:FF88EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL2
ddsomj:0:FF88EC:12:001:Get the Storm Blade as the LH Weapon Now! PL2
ddsomj:0:FF88EC:16:001:Get the Hand Axe as the LH Weapon Now! PL2
ddsomj:0:FF88EC:18:001:Get the Battle Axe as the LH Weapon Now! PL2
ddsomj:0:FF88EC:19:001:Get the Mace as the LH Weapon Now! PL2
ddsomj:0:FF88EC:1D:001:Get the War Hammer as the LH Weapon Now! PL2
ddsomj:0:FF88EC:1E:001:Get the Morning Star as the LH Weapon Now! PL2
ddsomj:0:FF88EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL2
ddsomj:0:FF88EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL2
ddsomj:0:FF88EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL2
ddsomj:0:FF88EC:22:001:Get the Striking Staff as the LH Weapon Now! PL2
ddsomj:0:FF88EC:23:001:Get the Snake Staff as the LH Weapon Now! PL2
ddsomj:0:FF88EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL2
ddsomj:0:FF88EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL2
ddsomj:0:FF88EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL2
ddsomj:0:FF88EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL2
ddsomj:0:FF88EC:28:001:Get the Shield as the LH Weapon Now! PL2
ddsomj:0:FF88EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL2
ddsomj:0:FF88EC:FF:001:Get NO ITEM as the LH Weapon Now! PL2
ddsomj:0:FF88EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL2
ddsomj:0:FF88EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL2
ddsomj:0:FF88EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL2
ddsomj:0:FF88EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL2
ddsomj:0:FF88EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL2
ddsomj:0:FF88EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL2
ddsomj:0:FF88EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL2
ddsomj:0:FF88EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL2
ddsomj:0:FF88EC:08:000:Always have the Two Handed Sword as the LH Weapon PL2
ddsomj:0:FF88EC:09:000:Always have the Bastard Sword as the LH Weapon PL2
ddsomj:0:FF88EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL2
ddsomj:0:FF88EC:0C:000:Always have the Holy Avenger as the LH Weapon PL2
ddsomj:0:FF88EC:0D:000:Always have the Sword of Legend as the LH Weapon PL2
ddsomj:0:FF88EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL2
ddsomj:0:FF88EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL2
ddsomj:0:FF88EC:10:000:Always have the Sword of Flame as the LH Weapon PL2
ddsomj:0:FF88EC:11:000:Always have the Sword of Freeze as the LH Weapon PL2
ddsomj:0:FF88EC:12:000:Always have the Storm Blade as the LH Weapon PL2
ddsomj:0:FF88EC:16:000:Always have the Hand Axe as the LH Weapon PL2
ddsomj:0:FF88EC:18:000:Always have the Battle Axe as the LH Weapon PL2
ddsomj:0:FF88EC:19:000:Always have the Mace as the LH Weapon PL2
ddsomj:0:FF88EC:1D:000:Always have the War Hammer as the LH Weapon PL2
ddsomj:0:FF88EC:1E:000:Always have the Morning Star as the LH Weapon PL2
ddsomj:0:FF88EC:1F:000:Always have the Element Power Staff as the LH Weapon PL2
ddsomj:0:FF88EC:20:000:Always have the Magical Power Staff as the LH Weapon PL2
ddsomj:0:FF88EC:21:000:Always have the Wizardry Staff as the LH Weapon PL2
ddsomj:0:FF88EC:22:000:Always have the Striking Staff as the LH Weapon PL2
ddsomj:0:FF88EC:23:000:Always have the Snake Staff as the LH Weapon PL2
ddsomj:0:FF88EC:24:000:Always have the Wand of Cold as the LH Weapon PL2
ddsomj:0:FF88EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL2
ddsomj:0:FF88EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL2
ddsomj:0:FF88EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL2
ddsomj:0:FF88EC:28:000:Always have the Shield as the LH Weapon PL2
ddsomj:0:FF88EC:29:000:Always have the Shield (Elf) as the LH Weapon PL2
ddsomj:0:FF88EC:FF:000:Always have NO ITEM as the LH Weapon PL2
ddsomj:0:000000:00:999:[ Head Equipment PL2 ]
ddsomj:0:FF893E:00:001:Get the Helmet Now! PL2
ddsomj:0:FF893E:01:001:Get the Magical Hat Now! PL2
ddsomj:0:FF893E:02:001:Get the Hood Now! PL2
ddsomj:0:FF893E:03:001:Get the Ciaclet Now! PL2
ddsomj:0:FF893E:04:001:Get the Cleric Hat Now! PL2
ddsomj:0:FF893E:05:001:Get the Tiara Now! PL2
ddsomj:0:FF893E:00:000:Always have the Helmet PL2
ddsomj:0:FF893E:01:000:Always have the Magical Hat PL2
ddsomj:0:FF893E:02:000:Always have the Hood PL2
ddsomj:0:FF893E:03:000:Always have the Ciaclet PL2
ddsomj:0:FF893E:04:000:Always have the Cleric Hat PL2
ddsomj:0:FF893E:05:000:Always have the Tiara PL2
ddsomj:0:000000:00:999:[ Body Equipment PL2 ]
ddsomj:0:FF893F:00:001:Get the Fighter Body Now! PL2
ddsomj:0:FF893F:01:001:Get the Cleric Body Now! PL2
ddsomj:0:FF893F:02:001:Get the Elf Body Now! PL2
ddsomj:0:FF893F:03:001:Get the Dwarf Body Now! PL2
ddsomj:0:FF893F:04:001:Get the Magicuser Body Now! PL2
ddsomj:0:FF893F:05:001:Get the Thief Body Now! PL2
ddsomj:0:FF893F:00:000:Always have the Fighter Body PL2
ddsomj:0:FF893F:01:000:Always have the Cleric Body PL2
ddsomj:0:FF893F:02:000:Always have the Elf Body PL2
ddsomj:0:FF893F:03:000:Always have the Dwarf Body PL2
ddsomj:0:FF893F:04:000:Always have the Magicuser Body PL2
ddsomj:0:FF893F:05:000:Always have the Thief Body PL2
ddsomj:0:000000:00:999:[ Leg Equipment PL2 ]
ddsomj:0:FF8940:00:001:Get the Boots of Speed Now! PL2
ddsomj:0:FF8949:05:501:Get the Boots of Speed Now! PL2 (2/2)
ddsomj:0:FF8940:01:001:Get the Boots of Springing & Striding Now! PL2
ddsomj:0:FF8949:05:501:Get the Boots of Springing & Striding Now! PL2 (2/2)
ddsomj:0:FF8940:02:001:Get the Boots of Levitation Now! PL2
ddsomj:0:FF8949:05:501:Get the Boots of Levitation Now! PL2 (2/2)
ddsomj:0:FF8940:00:000:Always have the Boots of Speed PL2
ddsomj:0:FF8949:05:500:Always have the Boots of Speed PL2 (2/2)
ddsomj:0:FF8940:01:000:Always have the Boots of Springing & Striding PL2
ddsomj:0:FF8949:05:500:Always have the Boots of Springing & Striding PL2 (2/2)
ddsomj:0:FF8940:02:000:Always have the Boots of Levitation PL2
ddsomj:0:FF8949:05:500:Always have the Boots of Levitation PL2 (2/2)
ddsomj:0:000000:00:999:[ Arm Equipment PL2 ]
ddsomj:0:FF8941:00:001:Get the Gauntlet of Power Now! PL2
ddsomj:0:FF894A:05:501:Get the Gauntlet of Power Now! PL2
ddsomj:0:FF8941:00:000:Always have the Gauntlet of Power PL2
ddsomj:0:FF894A:05:500:Always have the Gauntlet of Power PL2
ddsomj:0:000000:00:999:[ Shield Equipment PL2 ]
ddsomj:0:FF8942:00:001:Get the Normal Shield Now! PL2
ddsomj:0:FF8942:01:001:Get the Normal Shield (Elf) Now! PL2
ddsomj:0:FF8942:04:001:Get the Dragon Shield Now! PL2
ddsomj:0:FF8942:05:001:Get the Frame Shield Now! PL2
ddsomj:0:FF8942:06:001:Get the Ice Shield Now! PL2
ddsomj:0:FF8942:07:001:Get the Shield of Protection from Dark Magic Now! PL2
ddsomj:0:FF8942:00:000:Always have the Normal Shield PL2
ddsomj:0:FF8942:01:000:Always have the Normal Shield (Elf) PL2
ddsomj:0:FF8942:04:000:Always have the Dragon Shield PL2
ddsomj:0:FF8942:05:000:Always have the Frame Shield PL2
ddsomj:0:FF8942:06:000:Always have the Ice Shield PL2
ddsomj:0:FF8942:07:000:Always have the Shield of Protection from Dark Magic PL2
ddsomj:0:000000:00:999:[ Hand Equipment PL2 ]
ddsomj:0:FF8943:00:001:Get the Ring of Protection Now! PL2
ddsomj:0:FF894B:05:501:Get the Ring of Protection Now! PL2 (2/2)
ddsomj:0:FF8943:01:001:Get the Ring of Fire Resistance Now! PL2
ddsomj:0:FF894B:05:501:Get the Ring of Fire Resistance Now! PL2 (2/2)
ddsomj:0:FF8943:02:001:Get the Ring of Spell Turning Now! PL2
ddsomj:0:FF894B:05:501:Get the Ring of Spell Turning Now! PL2 (2/2)
ddsomj:0:FF8943:03:001:Get the Ring of Protection from Evil Now! PL2
ddsomj:0:FF894B:05:501:Get the Ring of Protection from Evil Now! PL2 (2/2)
ddsomj:0:FF8943:04:001:Get the Rod of Fire Ball Now! PL2
ddsomj:0:FF894B:05:501:Get the Rod of Fire Ball Now! PL2 (2/2)
ddsomj:0:FF8943:05:001:Get the Rod of Cold Now! PL2
ddsomj:0:FF894B:05:501:Get the Rod of Cold Now! PL2 (2/2)
ddsomj:0:FF8943:06:001:Get the Rod of Lightning Now! PL2
ddsomj:0:FF894B:05:501:Get the Rod of Lightning Now! PL2 (2/2)
ddsomj:0:FF8943:00:000:Always have the Ring of Protection PL2
ddsomj:0:FF894B:05:500:Always have the Ring of Protection PL2 (2/2)
ddsomj:0:FF8943:01:000:Always have the Ring of Fire Resistance PL2
ddsomj:0:FF894B:05:500:Always have the Ring of Fire Resistance PL2 (2/2)
ddsomj:0:FF8943:02:000:Always have the Ring of Spell Turning PL2
ddsomj:0:FF894B:05:500:Always have the Ring of Spell Turning PL2 (2/2)
ddsomj:0:FF8943:03:000:Always have the Ring of Protection from Evil PL2
ddsomj:0:FF894B:05:500:Always have the Ring of Protection from Evil PL2 (2/2)
ddsomj:0:FF8943:04:000:Always have the Rod of Fire Ball PL2
ddsomj:0:FF894B:05:500:Always have the Rod of Fire Ball PL2 (2/2)
ddsomj:0:FF8943:05:000:Always have the Rod of Cold PL2
ddsomj:0:FF894B:05:500:Always have the Rod of Cold PL2 (2/2)
ddsomj:0:FF8943:06:000:Always have the Rod of Lightning PL2
ddsomj:0:FF894B:05:500:Always have the Rod of Lightning PL2 (2/2)
ddsomj:0:000000:00:999:[ Accessory Equipment PL2 ]
ddsomj:0:FF8944:00:001:Get the Necklace Now! PL2
ddsomj:0:FF8944:01:001:Get the Orb Now! PL2
ddsomj:0:FF8944:02:001:Get the Bracelet Now! PL2
ddsomj:0:FF8944:03:001:Get the Brooch Now! PL2
ddsomj:0:FF8944:04:001:Get the Earring Now! PL2
ddsomj:0:FF8944:05:001:Get the Anklet Now! PL2
ddsomj:0:FF8944:00:000:Always have the Necklace PL2
ddsomj:0:FF8944:01:000:Always have the Orb PL2
ddsomj:0:FF8944:02:000:Always have the Bracelet PL2
ddsomj:0:FF8944:03:000:Always have the Brooch PL2
ddsomj:0:FF8944:04:000:Always have the Earring PL2
ddsomj:0:FF8944:05:000:Always have the Anklet PL2
ddsomj:0:000000:00:999:[ Special Equipment PL2 ]
ddsomj:0:FF8945:00:001:Get the Eye of Beholder Now! PL2
ddsomj:0:FF8945:01:001:Get the Skin of Displacer Beast Now! PL2
ddsomj:0:FF8945:02:001:Get the Eye of Displacer Beast Now! PL2
ddsomj:0:FF8945:03:001:Get the Scale of Dragon Now! PL2
ddsomj:0:FF8945:04:001:Get the Skin of Manticore Now! PL2
ddsomj:0:FF8945:05:001:Get the Egg of Owlbear Now! PL2
ddsomj:0:FF8945:06:001:Get the ???1 Now! PL2
ddsomj:0:FF8945:07:001:Get the ???2 Now! PL2
ddsomj:0:FF8945:08:001:Get the Horn of Dragon Now! PL2
ddsomj:0:FF8945:09:001:Get the Medal Now! PL2
ddsomj:0:FF8945:10:001:Get the Displacer Cloak Now! PL2
ddsomj:0:FF8945:00:000:Always have the Eye of Beholder PL2
ddsomj:0:FF8945:01:000:Always have the Skin of Displacer Beast PL2
ddsomj:0:FF8945:02:000:Always have the Eye of Displacer Beast PL2
ddsomj:0:FF8945:03:000:Always have the Scale of Dragon PL2
ddsomj:0:FF8945:04:000:Always have the Skin of Manticore PL2
ddsomj:0:FF8945:05:000:Always have the Egg of Owlbear PL2
ddsomj:0:FF8945:06:000:Always have the ???1 PL2
ddsomj:0:FF8945:07:000:Always have the ???2 PL2
ddsomj:0:FF8945:08:000:Always have the Horn of Dragon PL2
ddsomj:0:FF8945:09:000:Always have the Medal PL2
ddsomj:0:FF8945:10:000:Always have the Displacer Cloak PL2
ddsomj:0:FF8A41:9A:000:Infinite Energy PL3
ddsomj:0:FF8A5C:03:000:Invincibility PL3
ddsomj:0:FF8AF3:09:000:Maximum SP PL3
ddsomj:0:FF8AF4:99:500:Maximum SP PL3 (2/3)
ddsomj:0:FF8AF5:99:500:Maximum SP PL3 (3/3)
ddsomj:0:FF8B26:09:000:Infinite Item PL3
ddsomj:0:FF8B27:09:500:Infinite Item PL3 (2/6)
ddsomj:0:FF8B28:09:500:Infinite Item PL3 (3/6)
ddsomj:0:FF8B29:09:500:Infinite Item PL3 (4/6)
ddsomj:0:FF8B2A:09:500:Infinite Item PL3 (5/6)
ddsomj:0:FF872B:09:500:Infinite Item PL3 (6/6)
ddsomj:0:FF8B2F:09:000:Infinite Magic PL3
ddsomj:0:FF8B30:09:500:Infinite Magic PL3 (2/8)
ddsomj:0:FF8B31:09:500:Infinite Magic PL3 (3/8)
ddsomj:0:FF8B32:09:500:Infinite Magic PL3 (4/8)
ddsomj:0:FF8B33:09:500:Infinite Magic PL3 (5/8)
ddsomj:0:FF8B34:09:500:Infinite Magic PL3 (6/8)
ddsomj:0:FF8B35:09:500:Infinite Magic PL3 (7/8)
ddsomj:0:FF8B37:09:500:Infinite Magic PL3 (8/8)
ddsomj:0:FF8B69:14:000:Infinite Wands PL3
ddsomj:0:FF8B6A:14:500:Infinite Wands PL3 (2/4)
ddsomj:0:FF8B6B:14:500:Infinite Wands PL3 (3/4)
ddsomj:0:FF8B6F:14:500:Infinite Wands PL3 (4/4)
ddsomj:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsomj:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsomj:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsomj:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsomj:0:FF8AEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:12:001:Get the Storm Blade as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:16:001:Get the Hand Axe as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:18:001:Get the Battle Axe as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:19:001:Get the Mace as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:1D:001:Get the War Hammer as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:1E:001:Get the Morning Star as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL3
ddsomj:0:FF8AEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:22:001:Get the Striking Staff as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:23:001:Get the Snake Staff as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:28:001:Get the Shield as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:FF:001:Get NO ITEM as the RH Weapon Now! PL3
ddsomj:0:FF8AEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL3
ddsomj:0:FF8AEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL3
ddsomj:0:FF8AEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL3
ddsomj:0:FF8AEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL3
ddsomj:0:FF8AEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL3
ddsomj:0:FF8AEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL3
ddsomj:0:FF8AEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL3
ddsomj:0:FF8AEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL3
ddsomj:0:FF8AEB:08:000:Always have the Two Handed Sword as the RH Weapon PL3
ddsomj:0:FF8AEB:09:000:Always have the Bastard Sword as the RH Weapon PL3
ddsomj:0:FF8AEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL3
ddsomj:0:FF8AEB:0C:000:Always have the Holy Avenger as the RH Weapon PL3
ddsomj:0:FF8AEB:0D:000:Always have the Sword of Legend as the RH Weapon PL3
ddsomj:0:FF8AEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL3
ddsomj:0:FF8AEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL3
ddsomj:0:FF8AEB:10:000:Always have the Sword of Flame as the RH Weapon PL3
ddsomj:0:FF8AEB:11:000:Always have the Sword of Freeze as the RH Weapon PL3
ddsomj:0:FF8AEB:12:000:Always have the Storm Blade as the RH Weapon PL3
ddsomj:0:FF8AEB:16:000:Always have the Hand Axe as the RH Weapon PL3
ddsomj:0:FF8AEB:18:000:Always have the Battle Axe as the RH Weapon PL3
ddsomj:0:FF8AEB:19:000:Always have the Mace as the RH Weapon PL3
ddsomj:0:FF8AEB:1D:000:Always have the War Hammer as the RH Weapon PL3
ddsomj:0:FF8AEB:1E:000:Always have the Morning Star as the RH Weapon PL3
ddsomj:0:FF8AEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL3
ddsomj:0:FF8AEB:20:000:Always have the Magical Power Staff as the RH Weapon PL3
ddsomj:0:FF8AEB:21:000:Always have the Wizardry Staff as the RH Weapon PL3
ddsomj:0:FF8AEB:22:000:Always have the Striking Staff as the RH Weapon PL3
ddsomj:0:FF8AEB:23:000:Always have the Snake Staff as the RH Weapon PL3
ddsomj:0:FF8AEB:24:000:Always have the Wand of Cold as the RH Weapon PL3
ddsomj:0:FF8AEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL3
ddsomj:0:FF8AEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL3
ddsomj:0:FF8AEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL3
ddsomj:0:FF8AEB:28:000:Always have the Shield as the RH Weapon PL3
ddsomj:0:FF8AEB:29:000:Always have the Shield (Elf) as the RH Weapon PL3
ddsomj:0:FF8AEB:FF:000:Always have NO ITEM as the RH Weapon PL3
ddsomj:0:FF8AEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:12:001:Get the Storm Blade as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:16:001:Get the Hand Axe as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:18:001:Get the Battle Axe as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:19:001:Get the Mace as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:1D:001:Get the War Hammer as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:1E:001:Get the Morning Star as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:22:001:Get the Striking Staff as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:23:001:Get the Snake Staff as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:28:001:Get the Shield as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:FF:001:Get NO ITEM as the LH Weapon Now! PL3
ddsomj:0:FF8AEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL3
ddsomj:0:FF8AEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL3
ddsomj:0:FF8AEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL3
ddsomj:0:FF8AEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL3
ddsomj:0:FF8AEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL3
ddsomj:0:FF8AEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL3
ddsomj:0:FF8AEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL3
ddsomj:0:FF8AEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL3
ddsomj:0:FF8AEC:08:000:Always have the Two Handed Sword as the LH Weapon PL3
ddsomj:0:FF8AEC:09:000:Always have the Bastard Sword as the LH Weapon PL3
ddsomj:0:FF8AEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL3
ddsomj:0:FF8AEC:0C:000:Always have the Holy Avenger as the LH Weapon PL3
ddsomj:0:FF8AEC:0D:000:Always have the Sword of Legend as the LH Weapon PL3
ddsomj:0:FF8AEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL3
ddsomj:0:FF8AEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL3
ddsomj:0:FF8AEC:10:000:Always have the Sword of Flame as the LH Weapon PL3
ddsomj:0:FF8AEC:11:000:Always have the Sword of Freeze as the LH Weapon PL3
ddsomj:0:FF8AEC:12:000:Always have the Storm Blade as the LH Weapon PL3
ddsomj:0:FF8AEC:16:000:Always have the Hand Axe as the LH Weapon PL3
ddsomj:0:FF8AEC:18:000:Always have the Battle Axe as the LH Weapon PL3
ddsomj:0:FF8AEC:19:000:Always have the Mace as the LH Weapon PL3
ddsomj:0:FF8AEC:1D:000:Always have the War Hammer as the LH Weapon PL3
ddsomj:0:FF8AEC:1E:000:Always have the Morning Star as the LH Weapon PL3
ddsomj:0:FF8AEC:1F:000:Always have the Element Power Staff as the LH Weapon PL3
ddsomj:0:FF8AEC:20:000:Always have the Magical Power Staff as the LH Weapon PL3
ddsomj:0:FF8AEC:21:000:Always have the Wizardry Staff as the LH Weapon PL3
ddsomj:0:FF8AEC:22:000:Always have the Striking Staff as the LH Weapon PL3
ddsomj:0:FF8AEC:23:000:Always have the Snake Staff as the LH Weapon PL3
ddsomj:0:FF8AEC:24:000:Always have the Wand of Cold as the LH Weapon PL3
ddsomj:0:FF8AEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL3
ddsomj:0:FF8AEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL3
ddsomj:0:FF8AEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL3
ddsomj:0:FF8AEC:28:000:Always have the Shield as the LH Weapon PL3
ddsomj:0:FF8AEC:29:000:Always have the Shield (Elf) as the LH Weapon PL3
ddsomj:0:FF8AEC:FF:000:Always have NO ITEM as the LH Weapon PL3
ddsomj:0:000000:00:999:[ Head Equipment PL3 ]
ddsomj:0:FF8B3E:00:001:Get the Helmet Now! PL3
ddsomj:0:FF8B3E:01:001:Get the Magical Hat Now! PL3
ddsomj:0:FF8B3E:02:001:Get the Hood Now! PL3
ddsomj:0:FF8B3E:03:001:Get the Ciaclet Now! PL3
ddsomj:0:FF8B3E:04:001:Get the Cleric Hat Now! PL3
ddsomj:0:FF8B3E:05:001:Get the Tiara Now! PL3
ddsomj:0:FF8B3E:00:000:Always have the Helmet PL3
ddsomj:0:FF8B3E:01:000:Always have the Magical Hat PL3
ddsomj:0:FF8B3E:02:000:Always have the Hood PL3
ddsomj:0:FF8B3E:03:000:Always have the Ciaclet PL3
ddsomj:0:FF8B3E:04:000:Always have the Cleric Hat PL3
ddsomj:0:FF8B3E:05:000:Always have the Tiara PL3
ddsomj:0:000000:00:999:[ Body Equipment PL3 ]
ddsomj:0:FF8B3F:00:001:Get the Fighter Body Now! PL3
ddsomj:0:FF8B3F:01:001:Get the Cleric Body Now! PL3
ddsomj:0:FF8B3F:02:001:Get the Elf Body Now! PL3
ddsomj:0:FF8B3F:03:001:Get the Dwarf Body Now! PL3
ddsomj:0:FF8B3F:04:001:Get the Magicuser Body Now! PL3
ddsomj:0:FF8B3F:05:001:Get the Thief Body Now! PL3
ddsomj:0:FF8B3F:00:000:Always have the Fighter Body PL3
ddsomj:0:FF8B3F:01:000:Always have the Cleric Body PL3
ddsomj:0:FF8B3F:02:000:Always have the Elf Body PL3
ddsomj:0:FF8B3F:03:000:Always have the Dwarf Body PL3
ddsomj:0:FF8B3F:04:000:Always have the Magicuser Body PL3
ddsomj:0:FF8B3F:05:000:Always have the Thief Body PL3
ddsomj:0:000000:00:999:[ Leg Equipment PL3 ]
ddsomj:0:FF8B40:00:001:Get the Boots of Speed Now! PL3
ddsomj:0:FF8B49:05:501:Get the Boots of Speed Now! PL3 (2/2)
ddsomj:0:FF8B40:01:001:Get the Boots of Springing & Striding Now! PL3
ddsomj:0:FF8B49:05:501:Get the Boots of Springing & Striding Now! PL3 (2/2)
ddsomj:0:FF8B40:02:001:Get the Boots of Levitation Now! PL3
ddsomj:0:FF8B49:05:501:Get the Boots of Levitation Now! PL3 (2/2)
ddsomj:0:FF8B40:00:000:Always have the Boots of Speed PL3
ddsomj:0:FF8B49:05:500:Always have the Boots of Speed PL3 (2/2)
ddsomj:0:FF8B40:01:000:Always have the Boots of Springing & Striding PL3
ddsomj:0:FF8B49:05:500:Always have the Boots of Springing & Striding PL3 (2/2)
ddsomj:0:FF8B40:02:000:Always have the Boots of Levitation PL3
ddsomj:0:FF8B49:05:500:Always have the Boots of Levitation PL3 (2/2)
ddsomj:0:000000:00:999:[ Arm Equipment PL3 ]
ddsomj:0:FF8B41:00:001:Get the Gauntlet of Power Now! PL3
ddsomj:0:FF8B4A:05:501:Get the Gauntlet of Power Now! PL3
ddsomj:0:FF8B41:00:000:Always have the Gauntlet of Power PL3
ddsomj:0:FF8B4A:05:500:Always have the Gauntlet of Power PL3
ddsomj:0:000000:00:999:[ Shield Equipment PL3 ]
ddsomj:0:FF8B42:00:001:Get the Normal Shield Now! PL3
ddsomj:0:FF8B42:01:001:Get the Normal Shield (Elf) Now! PL3
ddsomj:0:FF8B42:04:001:Get the Dragon Shield Now! PL3
ddsomj:0:FF8B42:05:001:Get the Frame Shield Now! PL3
ddsomj:0:FF8B42:06:001:Get the Ice Shield Now! PL3
ddsomj:0:FF8B42:07:001:Get the Shield of Protection from Dark Magic Now! PL3
ddsomj:0:FF8B42:00:000:Always have the Normal Shield PL3
ddsomj:0:FF8B42:01:000:Always have the Normal Shield (Elf) PL3
ddsomj:0:FF8B42:04:000:Always have the Dragon Shield PL3
ddsomj:0:FF8B42:05:000:Always have the Frame Shield PL3
ddsomj:0:FF8B42:06:000:Always have the Ice Shield PL3
ddsomj:0:FF8B42:07:000:Always have the Shield of Protection from Dark Magic PL3
ddsomj:0:000000:00:999:[ Hand Equipment PL3 ]
ddsomj:0:FF8B43:00:001:Get the Ring of Protection Now! PL3
ddsomj:0:FF8B4B:05:501:Get the Ring of Protection Now! PL3 (2/2)
ddsomj:0:FF8B43:01:001:Get the Ring of Fire Resistance Now! PL3
ddsomj:0:FF8B4B:05:501:Get the Ring of Fire Resistance Now! PL3 (2/2)
ddsomj:0:FF8B43:02:001:Get the Ring of Spell Turning Now! PL3
ddsomj:0:FF8B4B:05:501:Get the Ring of Spell Turning Now! PL3 (2/2)
ddsomj:0:FF8B43:03:001:Get the Ring of Protection from Evil Now! PL3
ddsomj:0:FF8B4B:05:501:Get the Ring of Protection from Evil Now! PL3 (2/2)
ddsomj:0:FF8B43:04:001:Get the Rod of Fire Ball Now! PL3
ddsomj:0:FF8B4B:05:501:Get the Rod of Fire Ball Now! PL3 (2/2)
ddsomj:0:FF8B43:05:001:Get the Rod of Cold Now! PL3
ddsomj:0:FF8B4B:05:501:Get the Rod of Cold Now! PL3 (2/2)
ddsomj:0:FF8B43:06:001:Get the Rod of Lightning Now! PL3
ddsomj:0:FF8B4B:05:501:Get the Rod of Lightning Now! PL3 (2/2)
ddsomj:0:FF8B43:00:000:Always have the Ring of Protection PL3
ddsomj:0:FF8B4B:05:500:Always have the Ring of Protection PL3 (2/2)
ddsomj:0:FF8B43:01:000:Always have the Ring of Fire Resistance PL3
ddsomj:0:FF8B4B:05:500:Always have the Ring of Fire Resistance PL3 (2/2)
ddsomj:0:FF8B43:02:000:Always have the Ring of Spell Turning PL3
ddsomj:0:FF8B4B:05:500:Always have the Ring of Spell Turning PL3 (2/2)
ddsomj:0:FF8B43:03:000:Always have the Ring of Protection from Evil PL3
ddsomj:0:FF8B4B:05:500:Always have the Ring of Protection from Evil PL3 (2/2)
ddsomj:0:FF8B43:04:000:Always have the Rod of Fire Ball PL3
ddsomj:0:FF8B4B:05:500:Always have the Rod of Fire Ball PL3 (2/2)
ddsomj:0:FF8B43:05:000:Always have the Rod of Cold PL3
ddsomj:0:FF8B4B:05:500:Always have the Rod of Cold PL3 (2/2)
ddsomj:0:FF8B43:06:000:Always have the Rod of Lightning PL3
ddsomj:0:FF8B4B:05:500:Always have the Rod of Lightning PL3 (2/2)
ddsomj:0:000000:00:999:[ Accessory Equipment PL3 ]
ddsomj:0:FF8B44:00:001:Get the Necklace Now! PL3
ddsomj:0:FF8B44:01:001:Get the Orb Now! PL3
ddsomj:0:FF8B44:02:001:Get the Bracelet Now! PL3
ddsomj:0:FF8B44:03:001:Get the Brooch Now! PL3
ddsomj:0:FF8B44:04:001:Get the Earring Now! PL3
ddsomj:0:FF8B44:05:001:Get the Anklet Now! PL3
ddsomj:0:FF8B44:00:000:Always have the Necklace PL3
ddsomj:0:FF8B44:01:000:Always have the Orb PL3
ddsomj:0:FF8B44:02:000:Always have the Bracelet PL3
ddsomj:0:FF8B44:03:000:Always have the Brooch PL3
ddsomj:0:FF8B44:04:000:Always have the Earring PL3
ddsomj:0:FF8B44:05:000:Always have the Anklet PL3
ddsomj:0:000000:00:999:[ Special Equipment PL3 ]
ddsomj:0:FF8B45:00:001:Get the Eye of Beholder Now! PL3
ddsomj:0:FF8B45:01:001:Get the Skin of Displacer Beast Now! PL3
ddsomj:0:FF8B45:02:001:Get the Eye of Displacer Beast Now! PL3
ddsomj:0:FF8B45:03:001:Get the Scale of Dragon Now! PL3
ddsomj:0:FF8B45:04:001:Get the Skin of Manticore Now! PL3
ddsomj:0:FF8B45:05:001:Get the Egg of Owlbear Now! PL3
ddsomj:0:FF8B45:06:001:Get the ???1 Now! PL3
ddsomj:0:FF8B45:07:001:Get the ???2 Now! PL3
ddsomj:0:FF8B45:08:001:Get the Horn of Dragon Now! PL3
ddsomj:0:FF8B45:09:001:Get the Medal Now! PL3
ddsomj:0:FF8B45:10:001:Get the Displacer Cloak Now! PL3
ddsomj:0:FF8B45:00:000:Always have the Eye of Beholder PL3
ddsomj:0:FF8B45:01:000:Always have the Skin of Displacer Beast PL3
ddsomj:0:FF8B45:02:000:Always have the Eye of Displacer Beast PL3
ddsomj:0:FF8B45:03:000:Always have the Scale of Dragon PL3
ddsomj:0:FF8B45:04:000:Always have the Skin of Manticore PL3
ddsomj:0:FF8B45:05:000:Always have the Egg of Owlbear PL3
ddsomj:0:FF8B45:06:000:Always have the ???1 PL3
ddsomj:0:FF8B45:07:000:Always have the ???2 PL3
ddsomj:0:FF8B45:08:000:Always have the Horn of Dragon PL3
ddsomj:0:FF8B45:09:000:Always have the Medal PL3
ddsomj:0:FF8B45:10:000:Always have the Displacer Cloak PL3
ddsomj:0:FF8C41:9A:000:Infinite Energy PL4
ddsomj:0:FF8C5C:03:000:Invincibility PL4
ddsomj:0:FF8CF3:09:000:Maximum SP PL4
ddsomj:0:FF8CF4:99:500:Maximum SP PL4 (2/3)
ddsomj:0:FF8CF5:99:500:Maximum SP PL4 (3/3)
ddsomj:0:FF8D26:09:000:Infinite Item PL4
ddsomj:0:FF8D27:09:500:Infinite Item PL4 (2/6)
ddsomj:0:FF8D28:09:500:Infinite Item PL4 (3/6)
ddsomj:0:FF8D29:09:500:Infinite Item PL4 (4/6)
ddsomj:0:FF8D2A:09:500:Infinite Item PL4 (5/6)
ddsomj:0:FF8D2B:09:500:Infinite Item PL4 (6/6)
ddsomj:0:FF8D2F:09:000:Infinite Magic PL4
ddsomj:0:FF8D30:09:500:Infinite Magic PL4 (2/8)
ddsomj:0:FF8D31:09:500:Infinite Magic PL4 (3/8)
ddsomj:0:FF8D32:09:500:Infinite Magic PL4 (4/8)
ddsomj:0:FF8D33:09:500:Infinite Magic PL4 (5/8)
ddsomj:0:FF8D34:09:500:Infinite Magic PL4 (6/8)
ddsomj:0:FF8D35:09:500:Infinite Magic PL4 (7/8)
ddsomj:0:FF8D37:09:500:Infinite Magic PL4 (8/8)
ddsomj:0:FF8D69:14:000:Infinite Wands PL4
ddsomj:0:FF8D6A:14:500:Infinite Wands PL4 (2/4)
ddsomj:0:FF8D6B:14:500:Infinite Wands PL4 (3/4)
ddsomj:0:FF8D6F:14:500:Infinite Wands PL4 (4/4)
ddsomj:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsomj:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsomj:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsomj:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsomj:0:FF8CEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:12:001:Get the Storm Blade as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:16:001:Get the Hand Axe as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:18:001:Get the Battle Axe as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:19:001:Get the Mace as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:1D:001:Get the War Hammer as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:1E:001:Get the Morning Star as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL4
ddsomj:0:FF8CEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:22:001:Get the Striking Staff as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:23:001:Get the Snake Staff as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:28:001:Get the Shield as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:FF:001:Get NO ITEM as the RH Weapon Now! PL4
ddsomj:0:FF8CEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL4
ddsomj:0:FF8CEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL4
ddsomj:0:FF8CEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL4
ddsomj:0:FF8CEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL4
ddsomj:0:FF8CEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL4
ddsomj:0:FF8CEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL4
ddsomj:0:FF8CEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL4
ddsomj:0:FF8CEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL4
ddsomj:0:FF8CEB:08:000:Always have the Two Handed Sword as the RH Weapon PL4
ddsomj:0:FF8CEB:09:000:Always have the Bastard Sword as the RH Weapon PL4
ddsomj:0:FF8CEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL4
ddsomj:0:FF8CEB:0C:000:Always have the Holy Avenger as the RH Weapon PL4
ddsomj:0:FF8CEB:0D:000:Always have the Sword of Legend as the RH Weapon PL4
ddsomj:0:FF8CEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL4
ddsomj:0:FF8CEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL4
ddsomj:0:FF8CEB:10:000:Always have the Sword of Flame as the RH Weapon PL4
ddsomj:0:FF8CEB:11:000:Always have the Sword of Freeze as the RH Weapon PL4
ddsomj:0:FF8CEB:12:000:Always have the Storm Blade as the RH Weapon PL4
ddsomj:0:FF8CEB:16:000:Always have the Hand Axe as the RH Weapon PL4
ddsomj:0:FF8CEB:18:000:Always have the Battle Axe as the RH Weapon PL4
ddsomj:0:FF8CEB:19:000:Always have the Mace as the RH Weapon PL4
ddsomj:0:FF8CEB:1D:000:Always have the War Hammer as the RH Weapon PL4
ddsomj:0:FF8CEB:1E:000:Always have the Morning Star as the RH Weapon PL4
ddsomj:0:FF8CEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL4
ddsomj:0:FF8CEB:20:000:Always have the Magical Power Staff as the RH Weapon PL4
ddsomj:0:FF8CEB:21:000:Always have the Wizardry Staff as the RH Weapon PL4
ddsomj:0:FF8CEB:22:000:Always have the Striking Staff as the RH Weapon PL4
ddsomj:0:FF8CEB:23:000:Always have the Snake Staff as the RH Weapon PL4
ddsomj:0:FF8CEB:24:000:Always have the Wand of Cold as the RH Weapon PL4
ddsomj:0:FF8CEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL4
ddsomj:0:FF8CEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL4
ddsomj:0:FF8CEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL4
ddsomj:0:FF8CEB:28:000:Always have the Shield as the RH Weapon PL4
ddsomj:0:FF8CEB:29:000:Always have the Shield (Elf) as the RH Weapon PL4
ddsomj:0:FF8CEB:FF:000:Always have NO ITEM as the RH Weapon PL4
ddsomj:0:FF8CEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:12:001:Get the Storm Blade as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:16:001:Get the Hand Axe as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:18:001:Get the Battle Axe as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:19:001:Get the Mace as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:1D:001:Get the War Hammer as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:1E:001:Get the Morning Star as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:22:001:Get the Striking Staff as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:23:001:Get the Snake Staff as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:28:001:Get the Shield as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:FF:001:Get NO ITEM as the LH Weapon Now! PL4
ddsomj:0:FF8CEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL4
ddsomj:0:FF8CEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL4
ddsomj:0:FF8CEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL4
ddsomj:0:FF8CEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL4
ddsomj:0:FF8CEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL4
ddsomj:0:FF8CEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL4
ddsomj:0:FF8CEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL4
ddsomj:0:FF8CEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL4
ddsomj:0:FF8CEC:08:000:Always have the Two Handed Sword as the LH Weapon PL4
ddsomj:0:FF8CEC:09:000:Always have the Bastard Sword as the LH Weapon PL4
ddsomj:0:FF8CEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL4
ddsomj:0:FF8CEC:0C:000:Always have the Holy Avenger as the LH Weapon PL4
ddsomj:0:FF8CEC:0D:000:Always have the Sword of Legend as the LH Weapon PL4
ddsomj:0:FF8CEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL4
ddsomj:0:FF8CEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL4
ddsomj:0:FF8CEC:10:000:Always have the Sword of Flame as the LH Weapon PL4
ddsomj:0:FF8CEC:11:000:Always have the Sword of Freeze as the LH Weapon PL4
ddsomj:0:FF8CEC:12:000:Always have the Storm Blade as the LH Weapon PL4
ddsomj:0:FF8CEC:16:000:Always have the Hand Axe as the LH Weapon PL4
ddsomj:0:FF8CEC:18:000:Always have the Battle Axe as the LH Weapon PL4
ddsomj:0:FF8CEC:19:000:Always have the Mace as the LH Weapon PL4
ddsomj:0:FF8CEC:1D:000:Always have the War Hammer as the LH Weapon PL4
ddsomj:0:FF8CEC:1E:000:Always have the Morning Star as the LH Weapon PL4
ddsomj:0:FF8CEC:1F:000:Always have the Element Power Staff as the LH Weapon PL4
ddsomj:0:FF8CEC:20:000:Always have the Magical Power Staff as the LH Weapon PL4
ddsomj:0:FF8CEC:21:000:Always have the Wizardry Staff as the LH Weapon PL4
ddsomj:0:FF8CEC:22:000:Always have the Striking Staff as the LH Weapon PL4
ddsomj:0:FF8CEC:23:000:Always have the Snake Staff as the LH Weapon PL4
ddsomj:0:FF8CEC:24:000:Always have the Wand of Cold as the LH Weapon PL4
ddsomj:0:FF8CEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL4
ddsomj:0:FF8CEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL4
ddsomj:0:FF8CEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL4
ddsomj:0:FF8CEC:28:000:Always have the Shield as the LH Weapon PL4
ddsomj:0:FF8CEC:29:000:Always have the Shield (Elf) as the LH Weapon PL4
ddsomj:0:FF8CEC:FF:000:Always have NO ITEM as the LH Weapon PL4
ddsomj:0:000000:00:999:[ Head Equipment PL4 ]
ddsomj:0:FF8D3E:00:001:Get the Helmet Now! PL4
ddsomj:0:FF8D3E:01:001:Get the Magical Hat Now! PL4
ddsomj:0:FF8D3E:02:001:Get the Hood Now! PL4
ddsomj:0:FF8D3E:03:001:Get the Ciaclet Now! PL4
ddsomj:0:FF8D3E:04:001:Get the Cleric Hat Now! PL4
ddsomj:0:FF8D3E:05:001:Get the Tiara Now! PL4
ddsomj:0:FF8D3E:00:000:Always have the Helmet PL4
ddsomj:0:FF8D3E:01:000:Always have the Magical Hat PL4
ddsomj:0:FF8D3E:02:000:Always have the Hood PL4
ddsomj:0:FF8D3E:03:000:Always have the Ciaclet PL4
ddsomj:0:FF8D3E:04:000:Always have the Cleric Hat PL4
ddsomj:0:FF8D3E:05:000:Always have the Tiara PL4
ddsomj:0:000000:00:999:[ Body Equipment PL4 ]
ddsomj:0:FF8D3F:00:001:Get the Fighter Body Now! PL4
ddsomj:0:FF8D3F:01:001:Get the Cleric Body Now! PL4
ddsomj:0:FF8D3F:02:001:Get the Elf Body Now! PL4
ddsomj:0:FF8D3F:03:001:Get the Dwarf Body Now! PL4
ddsomj:0:FF8D3F:04:001:Get the Magicuser Body Now! PL4
ddsomj:0:FF8D3F:05:001:Get the Thief Body Now! PL4
ddsomj:0:FF8D3F:00:000:Always have the Fighter Body PL4
ddsomj:0:FF8D3F:01:000:Always have the Cleric Body PL4
ddsomj:0:FF8D3F:02:000:Always have the Elf Body PL4
ddsomj:0:FF8D3F:03:000:Always have the Dwarf Body PL4
ddsomj:0:FF8D3F:04:000:Always have the Magicuser Body PL4
ddsomj:0:FF8D3F:05:000:Always have the Thief Body PL4
ddsomj:0:000000:00:999:[ Leg Equipment PL4 ]
ddsomj:0:FF8D40:00:001:Get the Boots of Speed Now! PL4
ddsomj:0:FF8D49:05:501:Get the Boots of Speed Now! PL4 (2/2)
ddsomj:0:FF8D40:01:001:Get the Boots of Springing & Striding Now! PL4
ddsomj:0:FF8D49:05:501:Get the Boots of Springing & Striding Now! PL4 (2/2)
ddsomj:0:FF8D40:02:001:Get the Boots of Levitation Now! PL4
ddsomj:0:FF8D49:05:501:Get the Boots of Levitation Now! PL4 (2/2)
ddsomj:0:FF8D40:00:000:Always have the Boots of Speed PL4
ddsomj:0:FF8D49:05:500:Always have the Boots of Speed PL4 (2/2)
ddsomj:0:FF8D40:01:000:Always have the Boots of Springing & Striding PL4
ddsomj:0:FF8D49:05:500:Always have the Boots of Springing & Striding PL4 (2/2)
ddsomj:0:FF8D40:02:000:Always have the Boots of Levitation PL4
ddsomj:0:FF8D49:05:500:Always have the Boots of Levitation PL4 (2/2)
ddsomj:0:000000:00:999:[ Arm Equipment PL4 ]
ddsomj:0:FF8D41:00:001:Get the Gauntlet of Power Now! PL4
ddsomj:0:FF8D4A:05:501:Get the Gauntlet of Power Now! PL4
ddsomj:0:FF8D41:00:000:Always have the Gauntlet of Power PL4
ddsomj:0:FF8D4A:05:500:Always have the Gauntlet of Power PL4
ddsomj:0:000000:00:999:[ Shield Equipment PL4 ]
ddsomj:0:FF8D42:00:001:Get the Normal Shield Now! PL4
ddsomj:0:FF8D42:01:001:Get the Normal Shield (Elf) Now! PL4
ddsomj:0:FF8D42:04:001:Get the Dragon Shield Now! PL4
ddsomj:0:FF8D42:05:001:Get the Frame Shield Now! PL4
ddsomj:0:FF8D42:06:001:Get the Ice Shield Now! PL4
ddsomj:0:FF8D42:07:001:Get the Shield of Protection from Dark Magic Now! PL4
ddsomj:0:FF8D42:00:000:Always have the Normal Shield PL4
ddsomj:0:FF8D42:01:000:Always have the Normal Shield (Elf) PL4
ddsomj:0:FF8D42:04:000:Always have the Dragon Shield PL4
ddsomj:0:FF8D42:05:000:Always have the Frame Shield PL4
ddsomj:0:FF8D42:06:000:Always have the Ice Shield PL4
ddsomj:0:FF8D42:07:000:Always have the Shield of Protection from Dark Magic PL4
ddsomj:0:000000:00:999:[ Hand Equipment PL4 ]
ddsomj:0:FF8D43:00:001:Get the Ring of Protection Now! PL4
ddsomj:0:FF8D4B:05:501:Get the Ring of Protection Now! PL4 (2/2)
ddsomj:0:FF8D43:01:001:Get the Ring of Fire Resistance Now! PL4
ddsomj:0:FF8D4B:05:501:Get the Ring of Fire Resistance Now! PL4 (2/2)
ddsomj:0:FF8D43:02:001:Get the Ring of Spell Turning Now! PL4
ddsomj:0:FF8D4B:05:501:Get the Ring of Spell Turning Now! PL4 (2/2)
ddsomj:0:FF8D43:03:001:Get the Ring of Protection from Evil Now! PL4
ddsomj:0:FF8D4B:05:501:Get the Ring of Protection from Evil Now! PL4 (2/2)
ddsomj:0:FF8D43:04:001:Get the Rod of Fire Ball Now! PL4
ddsomj:0:FF8D4B:05:501:Get the Rod of Fire Ball Now! PL4 (2/2)
ddsomj:0:FF8D43:05:001:Get the Rod of Cold Now! PL4
ddsomj:0:FF8D4B:05:501:Get the Rod of Cold Now! PL4 (2/2)
ddsomj:0:FF8D43:06:001:Get the Rod of Lightning Now! PL4
ddsomj:0:FF8D4B:05:501:Get the Rod of Lightning Now! PL4 (2/2)
ddsomj:0:FF8D43:00:000:Always have the Ring of Protection PL4
ddsomj:0:FF8D4B:05:500:Always have the Ring of Protection PL4 (2/2)
ddsomj:0:FF8D43:01:000:Always have the Ring of Fire Resistance PL4
ddsomj:0:FF8D4B:05:500:Always have the Ring of Fire Resistance PL4 (2/2)
ddsomj:0:FF8D43:02:000:Always have the Ring of Spell Turning PL4
ddsomj:0:FF8D4B:05:500:Always have the Ring of Spell Turning PL4 (2/2)
ddsomj:0:FF8D43:03:000:Always have the Ring of Protection from Evil PL4
ddsomj:0:FF8D4B:05:500:Always have the Ring of Protection from Evil PL4 (2/2)
ddsomj:0:FF8D43:04:000:Always have the Rod of Fire Ball PL4
ddsomj:0:FF8D4B:05:500:Always have the Rod of Fire Ball PL4 (2/2)
ddsomj:0:FF8D43:05:000:Always have the Rod of Cold PL4
ddsomj:0:FF8D4B:05:500:Always have the Rod of Cold PL4 (2/2)
ddsomj:0:FF8D43:06:000:Always have the Rod of Lightning PL4
ddsomj:0:FF8D4B:05:500:Always have the Rod of Lightning PL4 (2/2)
ddsomj:0:000000:00:999:[ Accessory Equipment PL4 ]
ddsomj:0:FF8D44:00:001:Get the Necklace Now! PL4
ddsomj:0:FF8D44:01:001:Get the Orb Now! PL4
ddsomj:0:FF8D44:02:001:Get the Bracelet Now! PL4
ddsomj:0:FF8D44:03:001:Get the Brooch Now! PL4
ddsomj:0:FF8D44:04:001:Get the Earring Now! PL4
ddsomj:0:FF8D44:05:001:Get the Anklet Now! PL4
ddsomj:0:FF8D44:00:000:Always have the Necklace PL4
ddsomj:0:FF8D44:01:000:Always have the Orb PL4
ddsomj:0:FF8D44:02:000:Always have the Bracelet PL4
ddsomj:0:FF8D44:03:000:Always have the Brooch PL4
ddsomj:0:FF8D44:04:000:Always have the Earring PL4
ddsomj:0:FF8D44:05:000:Always have the Anklet PL4
ddsomj:0:000000:00:999:[ Special Equipment PL4 ]
ddsomj:0:FF8D45:00:001:Get the Eye of Beholder Now! PL4
ddsomj:0:FF8D45:01:001:Get the Skin of Displacer Beast Now! PL4
ddsomj:0:FF8D45:02:001:Get the Eye of Displacer Beast Now! PL4
ddsomj:0:FF8D45:03:001:Get the Scale of Dragon Now! PL4
ddsomj:0:FF8D45:04:001:Get the Skin of Manticore Now! PL4
ddsomj:0:FF8D45:05:001:Get the Egg of Owlbear Now! PL4
ddsomj:0:FF8D45:06:001:Get the ???1 Now! PL4
ddsomj:0:FF8D45:07:001:Get the ???2 Now! PL4
ddsomj:0:FF8D45:08:001:Get the Horn of Dragon Now! PL4
ddsomj:0:FF8D45:09:001:Get the Medal Now! PL4
ddsomj:0:FF8D45:10:001:Get the Displacer Cloak Now! PL4
ddsomj:0:FF8D45:00:000:Always have the Eye of Beholder PL4
ddsomj:0:FF8D45:01:000:Always have the Skin of Displacer Beast PL4
ddsomj:0:FF8D45:02:000:Always have the Eye of Displacer Beast PL4
ddsomj:0:FF8D45:03:000:Always have the Scale of Dragon PL4
ddsomj:0:FF8D45:04:000:Always have the Skin of Manticore PL4
ddsomj:0:FF8D45:05:000:Always have the Egg of Owlbear PL4
ddsomj:0:FF8D45:06:000:Always have the ???1 PL4
ddsomj:0:FF8D45:07:000:Always have the ???2 PL4
ddsomj:0:FF8D45:08:000:Always have the Horn of Dragon PL4
ddsomj:0:FF8D45:09:000:Always have the Medal PL4
ddsomj:0:FF8D45:10:000:Always have the Displacer Cloak PL4
ddsomj:0:000000:00:999:[Ultimate Magic "Final Strike" Now! Only for use when ]
ddsomj:0:000000:00:999:[playing with 3 or 4 Players. Player 1 should select ]
ddsomj:0:000000:00:999:[the character Magicuser. ]
ddsomj:0:FF8641:9A:000:Infinite Final Strike!
ddsomj:0:FF86EC:21:500:Infinite Final Strike! (2/9)
ddsomj:0:FF86EE:01:500:Infinite Final Strike! (2/9)
ddsomj:0:FF8841:9A:500:Infinite Final Strike! (2/9)
ddsomj:0:FF88EE:01:500:Infinite Final Strike! (2/9)
ddsomj:0:FF8A41:9A:500:Infinite Final Strike! (2/9)
ddsomj:0:FF8AEE:01:500:Infinite Final Strike! (2/9)
ddsomj:0:FF8A41:9A:500:Infinite Final Strike! (2/9)
ddsomj:0:FF8CEE:01:500:Infinite Final Strike! (2/9)
ddsomj:0:FF803A:59:000:Stage Clear Bonus(Rest Time) Max
ddsomj:0:000000:00:999:[These are the codes to set the machine region - the ]
ddsomj:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
ddsomj:0:000000:00:999:[- ON or before the ROM check screen!! ]
ddsomj:0:FF8071:00:000:Region Switch = Japan
ddsomj:0:FF8071:02:000:Region Switch = USA
ddsomj:0:FF8071:04:000:Region Switch = Hispanic
ddsomj:0:FF8071:06:000:Region Switch = Asia
ddsomj:0:FF8071:08:000:Region Switch = Euro
ddsomj:0:FF8071:0A:000:Region Switch = Brazil
; [ Dungeons & Dragons: Shadow over Mystara (Japan 960206) ]
ddsomjr1:0:FFCAB2:04:000:Infinite Time
ddsomjr1:0:FFCB02:04:500:Infinite Time (2/2)
ddsomjr1:0:FF8045:09:000:Infinite Keys
ddsomjr1:0:FF8641:9A:000:Infinite Energy PL1
ddsomjr1:0:FF865C:03:000:Invincibility PL1
ddsomjr1:0:FF86F3:09:000:Maximum SP PL1
ddsomjr1:0:FF86F4:99:500:Maximum SP PL1 (2/3)
ddsomjr1:0:FF86F5:99:500:Maximum SP PL1 (3/3)
ddsomjr1:0:FF8726:09:000:Infinite Item PL1
ddsomjr1:0:FF8727:09:500:Infinite Item PL1 (2/6)
ddsomjr1:0:FF8728:09:500:Infinite Item PL1 (3/6)
ddsomjr1:0:FF8729:09:500:Infinite Item PL1 (4/6)
ddsomjr1:0:FF872A:09:500:Infinite Item PL1 (5/6)
ddsomjr1:0:FF872B:09:500:Infinite Item PL1 (6/6)
ddsomjr1:0:FF872F:09:000:Infinite Magic PL1
ddsomjr1:0:FF8730:09:500:Infinite Magic PL1 (2/8)
ddsomjr1:0:FF8731:09:500:Infinite Magic PL1 (3/8)
ddsomjr1:0:FF8732:09:500:Infinite Magic PL1 (4/8)
ddsomjr1:0:FF8733:09:500:Infinite Magic PL1 (5/8)
ddsomjr1:0:FF8734:09:500:Infinite Magic PL1 (6/8)
ddsomjr1:0:FF8735:09:500:Infinite Magic PL1 (7/8)
ddsomjr1:0:FF8737:09:500:Infinite Magic PL1 (8/8)
ddsomjr1:0:FF8769:14:000:Infinite Wands PL1
ddsomjr1:0:FF876A:14:500:Infinite Wands PL1 (2/4)
ddsomjr1:0:FF876B:14:500:Infinite Wands PL1 (3/4)
ddsomjr1:0:FF876F:14:500:Infinite Wands PL1 (4/4)
ddsomjr1:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsomjr1:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsomjr1:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsomjr1:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsomjr1:0:FF86EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:12:001:Get the Storm Blade as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:16:001:Get the Hand Axe as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:18:001:Get the Battle Axe as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:19:001:Get the Mace as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:1D:001:Get the War Hammer as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:1E:001:Get the Morning Star as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL1
ddsomjr1:0:FF86EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:22:001:Get the Striking Staff as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:23:001:Get the Snake Staff as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:28:001:Get the Shield as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:FF:001:Get NO ITEM as the RH Weapon Now! PL1
ddsomjr1:0:FF86EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL1
ddsomjr1:0:FF86EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL1
ddsomjr1:0:FF86EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL1
ddsomjr1:0:FF86EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL1
ddsomjr1:0:FF86EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL1
ddsomjr1:0:FF86EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL1
ddsomjr1:0:FF86EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL1
ddsomjr1:0:FF86EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL1
ddsomjr1:0:FF86EB:08:000:Always have the Two Handed Sword as the RH Weapon PL1
ddsomjr1:0:FF86EB:09:000:Always have the Bastard Sword as the RH Weapon PL1
ddsomjr1:0:FF86EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL1
ddsomjr1:0:FF86EB:0C:000:Always have the Holy Avenger as the RH Weapon PL1
ddsomjr1:0:FF86EB:0D:000:Always have the Sword of Legend as the RH Weapon PL1
ddsomjr1:0:FF86EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL1
ddsomjr1:0:FF86EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL1
ddsomjr1:0:FF86EB:10:000:Always have the Sword of Flame as the RH Weapon PL1
ddsomjr1:0:FF86EB:11:000:Always have the Sword of Freeze as the RH Weapon PL1
ddsomjr1:0:FF86EB:12:000:Always have the Storm Blade as the RH Weapon PL1
ddsomjr1:0:FF86EB:16:000:Always have the Hand Axe as the RH Weapon PL1
ddsomjr1:0:FF86EB:18:000:Always have the Battle Axe as the RH Weapon PL1
ddsomjr1:0:FF86EB:19:000:Always have the Mace as the RH Weapon PL1
ddsomjr1:0:FF86EB:1D:000:Always have the War Hammer as the RH Weapon PL1
ddsomjr1:0:FF86EB:1E:000:Always have the Morning Star as the RH Weapon PL1
ddsomjr1:0:FF86EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL1
ddsomjr1:0:FF86EB:20:000:Always have the Magical Power Staff as the RH Weapon PL1
ddsomjr1:0:FF86EB:21:000:Always have the Wizardry Staff as the RH Weapon PL1
ddsomjr1:0:FF86EB:22:000:Always have the Striking Staff as the RH Weapon PL1
ddsomjr1:0:FF86EB:23:000:Always have the Snake Staff as the RH Weapon PL1
ddsomjr1:0:FF86EB:24:000:Always have the Wand of Cold as the RH Weapon PL1
ddsomjr1:0:FF86EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL1
ddsomjr1:0:FF86EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL1
ddsomjr1:0:FF86EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL1
ddsomjr1:0:FF86EB:28:000:Always have the Shield as the RH Weapon PL1
ddsomjr1:0:FF86EB:29:000:Always have the Shield (Elf) as the RH Weapon PL1
ddsomjr1:0:FF86EB:FF:000:Always have NO ITEM as the RH Weapon PL1
ddsomjr1:0:FF86EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:12:001:Get the Storm Blade as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:16:001:Get the Hand Axe as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:18:001:Get the Battle Axe as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:19:001:Get the Mace as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:1D:001:Get the War Hammer as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:1E:001:Get the Morning Star as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:22:001:Get the Striking Staff as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:23:001:Get the Snake Staff as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:28:001:Get the Shield as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:FF:001:Get NO ITEM as the LH Weapon Now! PL1
ddsomjr1:0:FF86EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL1
ddsomjr1:0:FF86EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL1
ddsomjr1:0:FF86EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL1
ddsomjr1:0:FF86EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL1
ddsomjr1:0:FF86EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL1
ddsomjr1:0:FF86EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL1
ddsomjr1:0:FF86EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL1
ddsomjr1:0:FF86EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL1
ddsomjr1:0:FF86EC:08:000:Always have the Two Handed Sword as the LH Weapon PL1
ddsomjr1:0:FF86EC:09:000:Always have the Bastard Sword as the LH Weapon PL1
ddsomjr1:0:FF86EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL1
ddsomjr1:0:FF86EC:0C:000:Always have the Holy Avenger as the LH Weapon PL1
ddsomjr1:0:FF86EC:0D:000:Always have the Sword of Legend as the LH Weapon PL1
ddsomjr1:0:FF86EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL1
ddsomjr1:0:FF86EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL1
ddsomjr1:0:FF86EC:10:000:Always have the Sword of Flame as the LH Weapon PL1
ddsomjr1:0:FF86EC:11:000:Always have the Sword of Freeze as the LH Weapon PL1
ddsomjr1:0:FF86EC:12:000:Always have the Storm Blade as the LH Weapon PL1
ddsomjr1:0:FF86EC:16:000:Always have the Hand Axe as the LH Weapon PL1
ddsomjr1:0:FF86EC:18:000:Always have the Battle Axe as the LH Weapon PL1
ddsomjr1:0:FF86EC:19:000:Always have the Mace as the LH Weapon PL1
ddsomjr1:0:FF86EC:1D:000:Always have the War Hammer as the LH Weapon PL1
ddsomjr1:0:FF86EC:1E:000:Always have the Morning Star as the LH Weapon PL1
ddsomjr1:0:FF86EC:1F:000:Always have the Element Power Staff as the LH Weapon PL1
ddsomjr1:0:FF86EC:20:000:Always have the Magical Power Staff as the LH Weapon PL1
ddsomjr1:0:FF86EC:21:000:Always have the Wizardry Staff as the LH Weapon PL1
ddsomjr1:0:FF86EC:22:000:Always have the Striking Staff as the LH Weapon PL1
ddsomjr1:0:FF86EC:23:000:Always have the Snake Staff as the LH Weapon PL1
ddsomjr1:0:FF86EC:24:000:Always have the Wand of Cold as the LH Weapon PL1
ddsomjr1:0:FF86EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL1
ddsomjr1:0:FF86EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL1
ddsomjr1:0:FF86EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL1
ddsomjr1:0:FF86EC:28:000:Always have the Shield as the LH Weapon PL1
ddsomjr1:0:FF86EC:29:000:Always have the Shield (Elf) as the LH Weapon PL1
ddsomjr1:0:FF86EC:FF:000:Always have NO ITEM as the LH Weapon PL1
ddsomjr1:0:000000:00:999:[ Head Equipment PL1 ]
ddsomjr1:0:FF873E:00:001:Get the Helmet Now! PL1
ddsomjr1:0:FF873E:01:001:Get the Magical Hat Now! PL1
ddsomjr1:0:FF873E:02:001:Get the Hood Now! PL1
ddsomjr1:0:FF873E:03:001:Get the Ciaclet Now! PL1
ddsomjr1:0:FF873E:04:001:Get the Cleric Hat Now! PL1
ddsomjr1:0:FF873E:05:001:Get the Tiara Now! PL1
ddsomjr1:0:FF873E:00:000:Always have the Helmet PL1
ddsomjr1:0:FF873E:01:000:Always have the Magical Hat PL1
ddsomjr1:0:FF873E:02:000:Always have the Hood PL1
ddsomjr1:0:FF873E:03:000:Always have the Ciaclet PL1
ddsomjr1:0:FF873E:04:000:Always have the Cleric Hat PL1
ddsomjr1:0:FF873E:05:000:Always have the Tiara PL1
ddsomjr1:0:000000:00:999:[ Body Equipment PL1 ]
ddsomjr1:0:FF873F:00:001:Get the Fighter Body Now! PL1
ddsomjr1:0:FF873F:01:001:Get the Cleric Body Now! PL1
ddsomjr1:0:FF873F:02:001:Get the Elf Body Now! PL1
ddsomjr1:0:FF873F:03:001:Get the Dwarf Body Now! PL1
ddsomjr1:0:FF873F:04:001:Get the Magicuser Body Now! PL1
ddsomjr1:0:FF873F:05:001:Get the Thief Body Now! PL1
ddsomjr1:0:FF873F:00:000:Always have the Fighter Body PL1
ddsomjr1:0:FF873F:01:000:Always have the Cleric Body PL1
ddsomjr1:0:FF873F:02:000:Always have the Elf Body PL1
ddsomjr1:0:FF873F:03:000:Always have the Dwarf Body PL1
ddsomjr1:0:FF873F:04:000:Always have the Magicuser Body PL1
ddsomjr1:0:FF873F:05:000:Always have the Thief Body PL1
ddsomjr1:0:000000:00:999:[ Leg Equipment PL1 ]
ddsomjr1:0:FF8740:00:001:Get the Boots of Speed Now! PL1
ddsomjr1:0:FF8749:05:501:Get the Boots of Speed Now! PL1 (2/2)
ddsomjr1:0:FF8740:01:001:Get the Boots of Springing & Striding Now! PL1
ddsomjr1:0:FF8749:05:501:Get the Boots of Springing & Striding Now! PL1 (2/2)
ddsomjr1:0:FF8740:02:001:Get the Boots of Levitation Now! PL1
ddsomjr1:0:FF8749:05:501:Get the Boots of Levitation Now! PL1 (2/2)
ddsomjr1:0:FF8740:00:000:Always have the Boots of Speed PL1
ddsomjr1:0:FF8749:05:500:Always have the Boots of Speed PL1 (2/2)
ddsomjr1:0:FF8740:01:000:Always have the Boots of Springing & Striding PL1
ddsomjr1:0:FF8749:05:500:Always have the Boots of Springing & Striding PL1 (2/2)
ddsomjr1:0:FF8740:02:000:Always have the Boots of Levitation PL1
ddsomjr1:0:FF8749:05:500:Always have the Boots of Levitation PL1 (2/2)
ddsomjr1:0:000000:00:999:[ Arm Equipment PL1 ]
ddsomjr1:0:FF8741:00:001:Get the Gauntlet of Power Now! PL1
ddsomjr1:0:FF874A:05:501:Get the Gauntlet of Power Now! PL1
ddsomjr1:0:FF8741:00:000:Always have the Gauntlet of Power PL1
ddsomjr1:0:FF874A:05:500:Always have the Gauntlet of Power PL1
ddsomjr1:0:000000:00:999:[ Shield Equipment PL1 ]
ddsomjr1:0:FF8742:00:001:Get the Normal Shield Now! PL1
ddsomjr1:0:FF8742:01:001:Get the Normal Shield (Elf) Now! PL1
ddsomjr1:0:FF8742:04:001:Get the Dragon Shield Now! PL1
ddsomjr1:0:FF8742:05:001:Get the Frame Shield Now! PL1
ddsomjr1:0:FF8742:06:001:Get the Ice Shield Now! PL1
ddsomjr1:0:FF8742:07:001:Get the Shield of Protection from Dark Magic Now! PL1
ddsomjr1:0:FF8742:00:000:Always have the Normal Shield PL1
ddsomjr1:0:FF8742:01:000:Always have the Normal Shield (Elf) PL1
ddsomjr1:0:FF8742:04:000:Always have the Dragon Shield PL1
ddsomjr1:0:FF8742:05:000:Always have the Frame Shield PL1
ddsomjr1:0:FF8742:06:000:Always have the Ice Shield PL1
ddsomjr1:0:FF8742:07:000:Always have the Shield of Protection from Dark Magic PL1
ddsomjr1:0:000000:00:999:[ Hand Equipment PL1 ]
ddsomjr1:0:FF8743:00:001:Get the Ring of Protection Now! PL1
ddsomjr1:0:FF874B:05:501:Get the Ring of Protection Now! PL1 (2/2)
ddsomjr1:0:FF8743:01:001:Get the Ring of Fire Resistance Now! PL1
ddsomjr1:0:FF874B:05:501:Get the Ring of Fire Resistance Now! PL1 (2/2)
ddsomjr1:0:FF8743:02:001:Get the Ring of Spell Turning Now! PL1
ddsomjr1:0:FF874B:05:501:Get the Ring of Spell Turning Now! PL1 (2/2)
ddsomjr1:0:FF8743:03:001:Get the Ring of Protection from Evil Now! PL1
ddsomjr1:0:FF874B:05:501:Get the Ring of Protection from Evil Now! PL1 (2/2)
ddsomjr1:0:FF8743:04:001:Get the Rod of Fire Ball Now! PL1
ddsomjr1:0:FF874B:05:501:Get the Rod of Fire Ball Now! PL1 (2/2)
ddsomjr1:0:FF8743:05:001:Get the Rod of Cold Now! PL1
ddsomjr1:0:FF874B:05:501:Get the Rod of Cold Now! PL1 (2/2)
ddsomjr1:0:FF8743:06:001:Get the Rod of Lightning Now! PL1
ddsomjr1:0:FF874B:05:501:Get the Rod of Lightning Now! PL1 (2/2)
ddsomjr1:0:FF8743:00:000:Always have the Ring of Protection PL1
ddsomjr1:0:FF874B:05:500:Always have the Ring of Protection PL1 (2/2)
ddsomjr1:0:FF8743:01:000:Always have the Ring of Fire Resistance PL1
ddsomjr1:0:FF874B:05:500:Always have the Ring of Fire Resistance PL1 (2/2)
ddsomjr1:0:FF8743:02:000:Always have the Ring of Spell Turning PL1
ddsomjr1:0:FF874B:05:500:Always have the Ring of Spell Turning PL1 (2/2)
ddsomjr1:0:FF8743:03:000:Always have the Ring of Protection from Evil PL1
ddsomjr1:0:FF874B:05:500:Always have the Ring of Protection from Evil PL1 (2/2)
ddsomjr1:0:FF8743:04:000:Always have the Rod of Fire Ball PL1
ddsomjr1:0:FF874B:05:500:Always have the Rod of Fire Ball PL1 (2/2)
ddsomjr1:0:FF8743:05:000:Always have the Rod of Cold PL1
ddsomjr1:0:FF874B:05:500:Always have the Rod of Cold PL1 (2/2)
ddsomjr1:0:FF8743:06:000:Always have the Rod of Lightning PL1
ddsomjr1:0:FF874B:05:500:Always have the Rod of Lightning PL1 (2/2)
ddsomjr1:0:000000:00:999:[ Accessory Equipment PL1 ]
ddsomjr1:0:FF8744:00:001:Get the Necklace Now! PL1
ddsomjr1:0:FF8744:01:001:Get the Orb Now! PL1
ddsomjr1:0:FF8744:02:001:Get the Bracelet Now! PL1
ddsomjr1:0:FF8744:03:001:Get the Brooch Now! PL1
ddsomjr1:0:FF8744:04:001:Get the Earring Now! PL1
ddsomjr1:0:FF8744:05:001:Get the Anklet Now! PL1
ddsomjr1:0:FF8744:00:000:Always have the Necklace PL1
ddsomjr1:0:FF8744:01:000:Always have the Orb PL1
ddsomjr1:0:FF8744:02:000:Always have the Bracelet PL1
ddsomjr1:0:FF8744:03:000:Always have the Brooch PL1
ddsomjr1:0:FF8744:04:000:Always have the Earring PL1
ddsomjr1:0:FF8744:05:000:Always have the Anklet PL1
ddsomjr1:0:000000:00:999:[ Special Equipment PL1 ]
ddsomjr1:0:FF8745:00:001:Get the Eye of Beholder Now! PL1
ddsomjr1:0:FF8745:01:001:Get the Skin of Displacer Beast Now! PL1
ddsomjr1:0:FF8745:02:001:Get the Eye of Displacer Beast Now! PL1
ddsomjr1:0:FF8745:03:001:Get the Scale of Dragon Now! PL1
ddsomjr1:0:FF8745:04:001:Get the Skin of Manticore Now! PL1
ddsomjr1:0:FF8745:05:001:Get the Egg of Owlbear Now! PL1
ddsomjr1:0:FF8745:06:001:Get the ???1 Now! PL1
ddsomjr1:0:FF8745:07:001:Get the ???2 Now! PL1
ddsomjr1:0:FF8745:08:001:Get the Horn of Dragon Now! PL1
ddsomjr1:0:FF8745:09:001:Get the Medal Now! PL1
ddsomjr1:0:FF8745:10:001:Get the Displacer Cloak Now! PL1
ddsomjr1:0:FF8745:00:000:Always have the Eye of Beholder PL1
ddsomjr1:0:FF8745:01:000:Always have the Skin of Displacer Beast PL1
ddsomjr1:0:FF8745:02:000:Always have the Eye of Displacer Beast PL1
ddsomjr1:0:FF8745:03:000:Always have the Scale of Dragon PL1
ddsomjr1:0:FF8745:04:000:Always have the Skin of Manticore PL1
ddsomjr1:0:FF8745:05:000:Always have the Egg of Owlbear PL1
ddsomjr1:0:FF8745:06:000:Always have the ???1 PL1
ddsomjr1:0:FF8745:07:000:Always have the ???2 PL1
ddsomjr1:0:FF8745:08:000:Always have the Horn of Dragon PL1
ddsomjr1:0:FF8745:09:000:Always have the Medal PL1
ddsomjr1:0:FF8745:10:000:Always have the Displacer Cloak PL1
ddsomjr1:0:FF8841:9A:000:Infinite Energy PL2
ddsomjr1:0:FF885C:03:000:Invincibility PL2
ddsomjr1:0:FF88F3:09:000:Maximum SP PL2
ddsomjr1:0:FF88F4:99:500:Maximum SP PL2 (2/3)
ddsomjr1:0:FF88F5:99:500:Maximum SP PL2 (3/3)
ddsomjr1:0:FF8926:09:000:Infinite Item PL2
ddsomjr1:0:FF8927:09:500:Infinite Item PL2 (2/6)
ddsomjr1:0:FF8928:09:500:Infinite Item PL2 (3/6)
ddsomjr1:0:FF8929:09:500:Infinite Item PL2 (4/6)
ddsomjr1:0:FF892A:09:500:Infinite Item PL2 (5/6)
ddsomjr1:0:FF892B:09:500:Infinite Item PL2 (6/6)
ddsomjr1:0:FF892F:09:000:Infinite Magic PL2
ddsomjr1:0:FF8930:09:500:Infinite Magic PL2 (2/8)
ddsomjr1:0:FF8931:09:500:Infinite Magic PL2 (3/8)
ddsomjr1:0:FF8932:09:500:Infinite Magic PL2 (4/8)
ddsomjr1:0:FF8933:09:500:Infinite Magic PL2 (5/8)
ddsomjr1:0:FF8934:09:500:Infinite Magic PL2 (6/8)
ddsomjr1:0:FF8935:09:500:Infinite Magic PL2 (7/8)
ddsomjr1:0:FF8937:09:500:Infinite Magic PL2 (8/8)
ddsomjr1:0:FF8969:14:000:Infinite Wands PL2
ddsomjr1:0:FF896A:14:500:Infinite Wands PL2 (2/4)
ddsomjr1:0:FF896B:14:500:Infinite Wands PL2 (3/4)
ddsomjr1:0:FF896F:14:500:Infinite Wands PL2 (4/4)
ddsomjr1:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsomjr1:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsomjr1:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsomjr1:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsomjr1:0:FF88EB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:09:001:Get the Bastard Sword as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:10:001:Get the Sword of Flame as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:12:001:Get the Storm Blade as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:16:001:Get the Hand Axe as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:18:001:Get the Battle Axe as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:19:001:Get the Mace as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:1D:001:Get the War Hammer as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:1E:001:Get the Morning Star as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL2
ddsomjr1:0:FF88EB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:22:001:Get the Striking Staff as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:23:001:Get the Snake Staff as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:24:001:Get the Wand of Cold as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:28:001:Get the Shield as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:FF:001:Get NO ITEM as the RH Weapon Now! PL2
ddsomjr1:0:FF88EB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL2
ddsomjr1:0:FF88EB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL2
ddsomjr1:0:FF88EB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL2
ddsomjr1:0:FF88EB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL2
ddsomjr1:0:FF88EB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL2
ddsomjr1:0:FF88EB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL2
ddsomjr1:0:FF88EB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL2
ddsomjr1:0:FF88EB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL2
ddsomjr1:0:FF88EB:08:000:Always have the Two Handed Sword as the RH Weapon PL2
ddsomjr1:0:FF88EB:09:000:Always have the Bastard Sword as the RH Weapon PL2
ddsomjr1:0:FF88EB:0B:000:Always have the Dragon Slayer as the RH Weapon PL2
ddsomjr1:0:FF88EB:0C:000:Always have the Holy Avenger as the RH Weapon PL2
ddsomjr1:0:FF88EB:0D:000:Always have the Sword of Legend as the RH Weapon PL2
ddsomjr1:0:FF88EB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL2
ddsomjr1:0:FF88EB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL2
ddsomjr1:0:FF88EB:10:000:Always have the Sword of Flame as the RH Weapon PL2
ddsomjr1:0:FF88EB:11:000:Always have the Sword of Freeze as the RH Weapon PL2
ddsomjr1:0:FF88EB:12:000:Always have the Storm Blade as the RH Weapon PL2
ddsomjr1:0:FF88EB:16:000:Always have the Hand Axe as the RH Weapon PL2
ddsomjr1:0:FF88EB:18:000:Always have the Battle Axe as the RH Weapon PL2
ddsomjr1:0:FF88EB:19:000:Always have the Mace as the RH Weapon PL2
ddsomjr1:0:FF88EB:1D:000:Always have the War Hammer as the RH Weapon PL2
ddsomjr1:0:FF88EB:1E:000:Always have the Morning Star as the RH Weapon PL2
ddsomjr1:0:FF88EB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL2
ddsomjr1:0:FF88EB:20:000:Always have the Magical Power Staff as the RH Weapon PL2
ddsomjr1:0:FF88EB:21:000:Always have the Wizardry Staff as the RH Weapon PL2
ddsomjr1:0:FF88EB:22:000:Always have the Striking Staff as the RH Weapon PL2
ddsomjr1:0:FF88EB:23:000:Always have the Snake Staff as the RH Weapon PL2
ddsomjr1:0:FF88EB:24:000:Always have the Wand of Cold as the RH Weapon PL2
ddsomjr1:0:FF88EB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL2
ddsomjr1:0:FF88EB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL2
ddsomjr1:0:FF88EB:27:000:Always have the Wand of Paralyze as the RH Weapon PL2
ddsomjr1:0:FF88EB:28:000:Always have the Shield as the RH Weapon PL2
ddsomjr1:0:FF88EB:29:000:Always have the Shield (Elf) as the RH Weapon PL2
ddsomjr1:0:FF88EB:FF:000:Always have NO ITEM as the RH Weapon PL2
ddsomjr1:0:FF88EC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:09:001:Get the Bastard Sword as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:10:001:Get the Sword of Flame as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:12:001:Get the Storm Blade as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:16:001:Get the Hand Axe as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:18:001:Get the Battle Axe as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:19:001:Get the Mace as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:1D:001:Get the War Hammer as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:1E:001:Get the Morning Star as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:22:001:Get the Striking Staff as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:23:001:Get the Snake Staff as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:24:001:Get the Wand of Cold as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:28:001:Get the Shield as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:FF:001:Get NO ITEM as the LH Weapon Now! PL2
ddsomjr1:0:FF88EC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL2
ddsomjr1:0:FF88EC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL2
ddsomjr1:0:FF88EC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL2
ddsomjr1:0:FF88EC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL2
ddsomjr1:0:FF88EC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL2
ddsomjr1:0:FF88EC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL2
ddsomjr1:0:FF88EC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL2
ddsomjr1:0:FF88EC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL2
ddsomjr1:0:FF88EC:08:000:Always have the Two Handed Sword as the LH Weapon PL2
ddsomjr1:0:FF88EC:09:000:Always have the Bastard Sword as the LH Weapon PL2
ddsomjr1:0:FF88EC:0B:000:Always have the Dragon Slayer as the LH Weapon PL2
ddsomjr1:0:FF88EC:0C:000:Always have the Holy Avenger as the LH Weapon PL2
ddsomjr1:0:FF88EC:0D:000:Always have the Sword of Legend as the LH Weapon PL2
ddsomjr1:0:FF88EC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL2
ddsomjr1:0:FF88EC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL2
ddsomjr1:0:FF88EC:10:000:Always have the Sword of Flame as the LH Weapon PL2
ddsomjr1:0:FF88EC:11:000:Always have the Sword of Freeze as the LH Weapon PL2
ddsomjr1:0:FF88EC:12:000:Always have the Storm Blade as the LH Weapon PL2
ddsomjr1:0:FF88EC:16:000:Always have the Hand Axe as the LH Weapon PL2
ddsomjr1:0:FF88EC:18:000:Always have the Battle Axe as the LH Weapon PL2
ddsomjr1:0:FF88EC:19:000:Always have the Mace as the LH Weapon PL2
ddsomjr1:0:FF88EC:1D:000:Always have the War Hammer as the LH Weapon PL2
ddsomjr1:0:FF88EC:1E:000:Always have the Morning Star as the LH Weapon PL2
ddsomjr1:0:FF88EC:1F:000:Always have the Element Power Staff as the LH Weapon PL2
ddsomjr1:0:FF88EC:20:000:Always have the Magical Power Staff as the LH Weapon PL2
ddsomjr1:0:FF88EC:21:000:Always have the Wizardry Staff as the LH Weapon PL2
ddsomjr1:0:FF88EC:22:000:Always have the Striking Staff as the LH Weapon PL2
ddsomjr1:0:FF88EC:23:000:Always have the Snake Staff as the LH Weapon PL2
ddsomjr1:0:FF88EC:24:000:Always have the Wand of Cold as the LH Weapon PL2
ddsomjr1:0:FF88EC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL2
ddsomjr1:0:FF88EC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL2
ddsomjr1:0:FF88EC:27:000:Always have the Wand of Paralyze as the LH Weapon PL2
ddsomjr1:0:FF88EC:28:000:Always have the Shield as the LH Weapon PL2
ddsomjr1:0:FF88EC:29:000:Always have the Shield (Elf) as the LH Weapon PL2
ddsomjr1:0:FF88EC:FF:000:Always have NO ITEM as the LH Weapon PL2
ddsomjr1:0:000000:00:999:[ Head Equipment PL2 ]
ddsomjr1:0:FF893E:00:001:Get the Helmet Now! PL2
ddsomjr1:0:FF893E:01:001:Get the Magical Hat Now! PL2
ddsomjr1:0:FF893E:02:001:Get the Hood Now! PL2
ddsomjr1:0:FF893E:03:001:Get the Ciaclet Now! PL2
ddsomjr1:0:FF893E:04:001:Get the Cleric Hat Now! PL2
ddsomjr1:0:FF893E:05:001:Get the Tiara Now! PL2
ddsomjr1:0:FF893E:00:000:Always have the Helmet PL2
ddsomjr1:0:FF893E:01:000:Always have the Magical Hat PL2
ddsomjr1:0:FF893E:02:000:Always have the Hood PL2
ddsomjr1:0:FF893E:03:000:Always have the Ciaclet PL2
ddsomjr1:0:FF893E:04:000:Always have the Cleric Hat PL2
ddsomjr1:0:FF893E:05:000:Always have the Tiara PL2
ddsomjr1:0:000000:00:999:[ Body Equipment PL2 ]
ddsomjr1:0:FF893F:00:001:Get the Fighter Body Now! PL2
ddsomjr1:0:FF893F:01:001:Get the Cleric Body Now! PL2
ddsomjr1:0:FF893F:02:001:Get the Elf Body Now! PL2
ddsomjr1:0:FF893F:03:001:Get the Dwarf Body Now! PL2
ddsomjr1:0:FF893F:04:001:Get the Magicuser Body Now! PL2
ddsomjr1:0:FF893F:05:001:Get the Thief Body Now! PL2
ddsomjr1:0:FF893F:00:000:Always have the Fighter Body PL2
ddsomjr1:0:FF893F:01:000:Always have the Cleric Body PL2
ddsomjr1:0:FF893F:02:000:Always have the Elf Body PL2
ddsomjr1:0:FF893F:03:000:Always have the Dwarf Body PL2
ddsomjr1:0:FF893F:04:000:Always have the Magicuser Body PL2
ddsomjr1:0:FF893F:05:000:Always have the Thief Body PL2
ddsomjr1:0:000000:00:999:[ Leg Equipment PL2 ]
ddsomjr1:0:FF8940:00:001:Get the Boots of Speed Now! PL2
ddsomjr1:0:FF8949:05:501:Get the Boots of Speed Now! PL2 (2/2)
ddsomjr1:0:FF8940:01:001:Get the Boots of Springing & Striding Now! PL2
ddsomjr1:0:FF8949:05:501:Get the Boots of Springing & Striding Now! PL2 (2/2)
ddsomjr1:0:FF8940:02:001:Get the Boots of Levitation Now! PL2
ddsomjr1:0:FF8949:05:501:Get the Boots of Levitation Now! PL2 (2/2)
ddsomjr1:0:FF8940:00:000:Always have the Boots of Speed PL2
ddsomjr1:0:FF8949:05:500:Always have the Boots of Speed PL2 (2/2)
ddsomjr1:0:FF8940:01:000:Always have the Boots of Springing & Striding PL2
ddsomjr1:0:FF8949:05:500:Always have the Boots of Springing & Striding PL2 (2/2)
ddsomjr1:0:FF8940:02:000:Always have the Boots of Levitation PL2
ddsomjr1:0:FF8949:05:500:Always have the Boots of Levitation PL2 (2/2)
ddsomjr1:0:000000:00:999:[ Arm Equipment PL2 ]
ddsomjr1:0:FF8941:00:001:Get the Gauntlet of Power Now! PL2
ddsomjr1:0:FF894A:05:501:Get the Gauntlet of Power Now! PL2
ddsomjr1:0:FF8941:00:000:Always have the Gauntlet of Power PL2
ddsomjr1:0:FF894A:05:500:Always have the Gauntlet of Power PL2
ddsomjr1:0:000000:00:999:[ Shield Equipment PL2 ]
ddsomjr1:0:FF8942:00:001:Get the Normal Shield Now! PL2
ddsomjr1:0:FF8942:01:001:Get the Normal Shield (Elf) Now! PL2
ddsomjr1:0:FF8942:04:001:Get the Dragon Shield Now! PL2
ddsomjr1:0:FF8942:05:001:Get the Frame Shield Now! PL2
ddsomjr1:0:FF8942:06:001:Get the Ice Shield Now! PL2
ddsomjr1:0:FF8942:07:001:Get the Shield of Protection from Dark Magic Now! PL2
ddsomjr1:0:FF8942:00:000:Always have the Normal Shield PL2
ddsomjr1:0:FF8942:01:000:Always have the Normal Shield (Elf) PL2
ddsomjr1:0:FF8942:04:000:Always have the Dragon Shield PL2
ddsomjr1:0:FF8942:05:000:Always have the Frame Shield PL2
ddsomjr1:0:FF8942:06:000:Always have the Ice Shield PL2
ddsomjr1:0:FF8942:07:000:Always have the Shield of Protection from Dark Magic PL2
ddsomjr1:0:000000:00:999:[ Hand Equipment PL2 ]
ddsomjr1:0:FF8943:00:001:Get the Ring of Protection Now! PL2
ddsomjr1:0:FF894B:05:501:Get the Ring of Protection Now! PL2 (2/2)
ddsomjr1:0:FF8943:01:001:Get the Ring of Fire Resistance Now! PL2
ddsomjr1:0:FF894B:05:501:Get the Ring of Fire Resistance Now! PL2 (2/2)
ddsomjr1:0:FF8943:02:001:Get the Ring of Spell Turning Now! PL2
ddsomjr1:0:FF894B:05:501:Get the Ring of Spell Turning Now! PL2 (2/2)
ddsomjr1:0:FF8943:03:001:Get the Ring of Protection from Evil Now! PL2
ddsomjr1:0:FF894B:05:501:Get the Ring of Protection from Evil Now! PL2 (2/2)
ddsomjr1:0:FF8943:04:001:Get the Rod of Fire Ball Now! PL2
ddsomjr1:0:FF894B:05:501:Get the Rod of Fire Ball Now! PL2 (2/2)
ddsomjr1:0:FF8943:05:001:Get the Rod of Cold Now! PL2
ddsomjr1:0:FF894B:05:501:Get the Rod of Cold Now! PL2 (2/2)
ddsomjr1:0:FF8943:06:001:Get the Rod of Lightning Now! PL2
ddsomjr1:0:FF894B:05:501:Get the Rod of Lightning Now! PL2 (2/2)
ddsomjr1:0:FF8943:00:000:Always have the Ring of Protection PL2
ddsomjr1:0:FF894B:05:500:Always have the Ring of Protection PL2 (2/2)
ddsomjr1:0:FF8943:01:000:Always have the Ring of Fire Resistance PL2
ddsomjr1:0:FF894B:05:500:Always have the Ring of Fire Resistance PL2 (2/2)
ddsomjr1:0:FF8943:02:000:Always have the Ring of Spell Turning PL2
ddsomjr1:0:FF894B:05:500:Always have the Ring of Spell Turning PL2 (2/2)
ddsomjr1:0:FF8943:03:000:Always have the Ring of Protection from Evil PL2
ddsomjr1:0:FF894B:05:500:Always have the Ring of Protection from Evil PL2 (2/2)
ddsomjr1:0:FF8943:04:000:Always have the Rod of Fire Ball PL2
ddsomjr1:0:FF894B:05:500:Always have the Rod of Fire Ball PL2 (2/2)
ddsomjr1:0:FF8943:05:000:Always have the Rod of Cold PL2
ddsomjr1:0:FF894B:05:500:Always have the Rod of Cold PL2 (2/2)
ddsomjr1:0:FF8943:06:000:Always have the Rod of Lightning PL2
ddsomjr1:0:FF894B:05:500:Always have the Rod of Lightning PL2 (2/2)
ddsomjr1:0:000000:00:999:[ Accessory Equipment PL2 ]
ddsomjr1:0:FF8944:00:001:Get the Necklace Now! PL2
ddsomjr1:0:FF8944:01:001:Get the Orb Now! PL2
ddsomjr1:0:FF8944:02:001:Get the Bracelet Now! PL2
ddsomjr1:0:FF8944:03:001:Get the Brooch Now! PL2
ddsomjr1:0:FF8944:04:001:Get the Earring Now! PL2
ddsomjr1:0:FF8944:05:001:Get the Anklet Now! PL2
ddsomjr1:0:FF8944:00:000:Always have the Necklace PL2
ddsomjr1:0:FF8944:01:000:Always have the Orb PL2
ddsomjr1:0:FF8944:02:000:Always have the Bracelet PL2
ddsomjr1:0:FF8944:03:000:Always have the Brooch PL2
ddsomjr1:0:FF8944:04:000:Always have the Earring PL2
ddsomjr1:0:FF8944:05:000:Always have the Anklet PL2
ddsomjr1:0:000000:00:999:[ Special Equipment PL2 ]
ddsomjr1:0:FF8945:00:001:Get the Eye of Beholder Now! PL2
ddsomjr1:0:FF8945:01:001:Get the Skin of Displacer Beast Now! PL2
ddsomjr1:0:FF8945:02:001:Get the Eye of Displacer Beast Now! PL2
ddsomjr1:0:FF8945:03:001:Get the Scale of Dragon Now! PL2
ddsomjr1:0:FF8945:04:001:Get the Skin of Manticore Now! PL2
ddsomjr1:0:FF8945:05:001:Get the Egg of Owlbear Now! PL2
ddsomjr1:0:FF8945:06:001:Get the ???1 Now! PL2
ddsomjr1:0:FF8945:07:001:Get the ???2 Now! PL2
ddsomjr1:0:FF8945:08:001:Get the Horn of Dragon Now! PL2
ddsomjr1:0:FF8945:09:001:Get the Medal Now! PL2
ddsomjr1:0:FF8945:10:001:Get the Displacer Cloak Now! PL2
ddsomjr1:0:FF8945:00:000:Always have the Eye of Beholder PL2
ddsomjr1:0:FF8945:01:000:Always have the Skin of Displacer Beast PL2
ddsomjr1:0:FF8945:02:000:Always have the Eye of Displacer Beast PL2
ddsomjr1:0:FF8945:03:000:Always have the Scale of Dragon PL2
ddsomjr1:0:FF8945:04:000:Always have the Skin of Manticore PL2
ddsomjr1:0:FF8945:05:000:Always have the Egg of Owlbear PL2
ddsomjr1:0:FF8945:06:000:Always have the ???1 PL2
ddsomjr1:0:FF8945:07:000:Always have the ???2 PL2
ddsomjr1:0:FF8945:08:000:Always have the Horn of Dragon PL2
ddsomjr1:0:FF8945:09:000:Always have the Medal PL2
ddsomjr1:0:FF8945:10:000:Always have the Displacer Cloak PL2
ddsomjr1:0:FF8A41:9A:000:Infinite Energy PL3
ddsomjr1:0:FF8A5C:03:000:Invincibility PL3
ddsomjr1:0:FF8AF3:09:000:Maximum SP PL3
ddsomjr1:0:FF8AF4:99:500:Maximum SP PL3 (2/3)
ddsomjr1:0:FF8AF5:99:500:Maximum SP PL3 (3/3)
ddsomjr1:0:FF8B26:09:000:Infinite Item PL3
ddsomjr1:0:FF8B27:09:500:Infinite Item PL3 (2/6)
ddsomjr1:0:FF8B28:09:500:Infinite Item PL3 (3/6)
ddsomjr1:0:FF8B29:09:500:Infinite Item PL3 (4/6)
ddsomjr1:0:FF8B2A:09:500:Infinite Item PL3 (5/6)
ddsomjr1:0:FF872B:09:500:Infinite Item PL3 (6/6)
ddsomjr1:0:FF8B2F:09:000:Infinite Magic PL3
ddsomjr1:0:FF8B30:09:500:Infinite Magic PL3 (2/8)
ddsomjr1:0:FF8B31:09:500:Infinite Magic PL3 (3/8)
ddsomjr1:0:FF8B32:09:500:Infinite Magic PL3 (4/8)
ddsomjr1:0:FF8B33:09:500:Infinite Magic PL3 (5/8)
ddsomjr1:0:FF8B34:09:500:Infinite Magic PL3 (6/8)
ddsomjr1:0:FF8B35:09:500:Infinite Magic PL3 (7/8)
ddsomjr1:0:FF8B37:09:500:Infinite Magic PL3 (8/8)
ddsomjr1:0:FF8B69:14:000:Infinite Wands PL3
ddsomjr1:0:FF8B6A:14:500:Infinite Wands PL3 (2/4)
ddsomjr1:0:FF8B6B:14:500:Infinite Wands PL3 (3/4)
ddsomjr1:0:FF8B6F:14:500:Infinite Wands PL3 (4/4)
ddsomjr1:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsomjr1:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsomjr1:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsomjr1:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsomjr1:0:FF8AEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:12:001:Get the Storm Blade as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:16:001:Get the Hand Axe as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:18:001:Get the Battle Axe as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:19:001:Get the Mace as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:1D:001:Get the War Hammer as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:1E:001:Get the Morning Star as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL3
ddsomjr1:0:FF8AEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:22:001:Get the Striking Staff as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:23:001:Get the Snake Staff as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:28:001:Get the Shield as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:FF:001:Get NO ITEM as the RH Weapon Now! PL3
ddsomjr1:0:FF8AEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL3
ddsomjr1:0:FF8AEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL3
ddsomjr1:0:FF8AEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL3
ddsomjr1:0:FF8AEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL3
ddsomjr1:0:FF8AEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL3
ddsomjr1:0:FF8AEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL3
ddsomjr1:0:FF8AEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL3
ddsomjr1:0:FF8AEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL3
ddsomjr1:0:FF8AEB:08:000:Always have the Two Handed Sword as the RH Weapon PL3
ddsomjr1:0:FF8AEB:09:000:Always have the Bastard Sword as the RH Weapon PL3
ddsomjr1:0:FF8AEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL3
ddsomjr1:0:FF8AEB:0C:000:Always have the Holy Avenger as the RH Weapon PL3
ddsomjr1:0:FF8AEB:0D:000:Always have the Sword of Legend as the RH Weapon PL3
ddsomjr1:0:FF8AEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL3
ddsomjr1:0:FF8AEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL3
ddsomjr1:0:FF8AEB:10:000:Always have the Sword of Flame as the RH Weapon PL3
ddsomjr1:0:FF8AEB:11:000:Always have the Sword of Freeze as the RH Weapon PL3
ddsomjr1:0:FF8AEB:12:000:Always have the Storm Blade as the RH Weapon PL3
ddsomjr1:0:FF8AEB:16:000:Always have the Hand Axe as the RH Weapon PL3
ddsomjr1:0:FF8AEB:18:000:Always have the Battle Axe as the RH Weapon PL3
ddsomjr1:0:FF8AEB:19:000:Always have the Mace as the RH Weapon PL3
ddsomjr1:0:FF8AEB:1D:000:Always have the War Hammer as the RH Weapon PL3
ddsomjr1:0:FF8AEB:1E:000:Always have the Morning Star as the RH Weapon PL3
ddsomjr1:0:FF8AEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL3
ddsomjr1:0:FF8AEB:20:000:Always have the Magical Power Staff as the RH Weapon PL3
ddsomjr1:0:FF8AEB:21:000:Always have the Wizardry Staff as the RH Weapon PL3
ddsomjr1:0:FF8AEB:22:000:Always have the Striking Staff as the RH Weapon PL3
ddsomjr1:0:FF8AEB:23:000:Always have the Snake Staff as the RH Weapon PL3
ddsomjr1:0:FF8AEB:24:000:Always have the Wand of Cold as the RH Weapon PL3
ddsomjr1:0:FF8AEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL3
ddsomjr1:0:FF8AEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL3
ddsomjr1:0:FF8AEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL3
ddsomjr1:0:FF8AEB:28:000:Always have the Shield as the RH Weapon PL3
ddsomjr1:0:FF8AEB:29:000:Always have the Shield (Elf) as the RH Weapon PL3
ddsomjr1:0:FF8AEB:FF:000:Always have NO ITEM as the RH Weapon PL3
ddsomjr1:0:FF8AEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:12:001:Get the Storm Blade as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:16:001:Get the Hand Axe as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:18:001:Get the Battle Axe as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:19:001:Get the Mace as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:1D:001:Get the War Hammer as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:1E:001:Get the Morning Star as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:22:001:Get the Striking Staff as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:23:001:Get the Snake Staff as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:28:001:Get the Shield as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:FF:001:Get NO ITEM as the LH Weapon Now! PL3
ddsomjr1:0:FF8AEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL3
ddsomjr1:0:FF8AEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL3
ddsomjr1:0:FF8AEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL3
ddsomjr1:0:FF8AEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL3
ddsomjr1:0:FF8AEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL3
ddsomjr1:0:FF8AEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL3
ddsomjr1:0:FF8AEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL3
ddsomjr1:0:FF8AEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL3
ddsomjr1:0:FF8AEC:08:000:Always have the Two Handed Sword as the LH Weapon PL3
ddsomjr1:0:FF8AEC:09:000:Always have the Bastard Sword as the LH Weapon PL3
ddsomjr1:0:FF8AEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL3
ddsomjr1:0:FF8AEC:0C:000:Always have the Holy Avenger as the LH Weapon PL3
ddsomjr1:0:FF8AEC:0D:000:Always have the Sword of Legend as the LH Weapon PL3
ddsomjr1:0:FF8AEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL3
ddsomjr1:0:FF8AEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL3
ddsomjr1:0:FF8AEC:10:000:Always have the Sword of Flame as the LH Weapon PL3
ddsomjr1:0:FF8AEC:11:000:Always have the Sword of Freeze as the LH Weapon PL3
ddsomjr1:0:FF8AEC:12:000:Always have the Storm Blade as the LH Weapon PL3
ddsomjr1:0:FF8AEC:16:000:Always have the Hand Axe as the LH Weapon PL3
ddsomjr1:0:FF8AEC:18:000:Always have the Battle Axe as the LH Weapon PL3
ddsomjr1:0:FF8AEC:19:000:Always have the Mace as the LH Weapon PL3
ddsomjr1:0:FF8AEC:1D:000:Always have the War Hammer as the LH Weapon PL3
ddsomjr1:0:FF8AEC:1E:000:Always have the Morning Star as the LH Weapon PL3
ddsomjr1:0:FF8AEC:1F:000:Always have the Element Power Staff as the LH Weapon PL3
ddsomjr1:0:FF8AEC:20:000:Always have the Magical Power Staff as the LH Weapon PL3
ddsomjr1:0:FF8AEC:21:000:Always have the Wizardry Staff as the LH Weapon PL3
ddsomjr1:0:FF8AEC:22:000:Always have the Striking Staff as the LH Weapon PL3
ddsomjr1:0:FF8AEC:23:000:Always have the Snake Staff as the LH Weapon PL3
ddsomjr1:0:FF8AEC:24:000:Always have the Wand of Cold as the LH Weapon PL3
ddsomjr1:0:FF8AEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL3
ddsomjr1:0:FF8AEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL3
ddsomjr1:0:FF8AEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL3
ddsomjr1:0:FF8AEC:28:000:Always have the Shield as the LH Weapon PL3
ddsomjr1:0:FF8AEC:29:000:Always have the Shield (Elf) as the LH Weapon PL3
ddsomjr1:0:FF8AEC:FF:000:Always have NO ITEM as the LH Weapon PL3
ddsomjr1:0:000000:00:999:[ Head Equipment PL3 ]
ddsomjr1:0:FF8B3E:00:001:Get the Helmet Now! PL3
ddsomjr1:0:FF8B3E:01:001:Get the Magical Hat Now! PL3
ddsomjr1:0:FF8B3E:02:001:Get the Hood Now! PL3
ddsomjr1:0:FF8B3E:03:001:Get the Ciaclet Now! PL3
ddsomjr1:0:FF8B3E:04:001:Get the Cleric Hat Now! PL3
ddsomjr1:0:FF8B3E:05:001:Get the Tiara Now! PL3
ddsomjr1:0:FF8B3E:00:000:Always have the Helmet PL3
ddsomjr1:0:FF8B3E:01:000:Always have the Magical Hat PL3
ddsomjr1:0:FF8B3E:02:000:Always have the Hood PL3
ddsomjr1:0:FF8B3E:03:000:Always have the Ciaclet PL3
ddsomjr1:0:FF8B3E:04:000:Always have the Cleric Hat PL3
ddsomjr1:0:FF8B3E:05:000:Always have the Tiara PL3
ddsomjr1:0:000000:00:999:[ Body Equipment PL3 ]
ddsomjr1:0:FF8B3F:00:001:Get the Fighter Body Now! PL3
ddsomjr1:0:FF8B3F:01:001:Get the Cleric Body Now! PL3
ddsomjr1:0:FF8B3F:02:001:Get the Elf Body Now! PL3
ddsomjr1:0:FF8B3F:03:001:Get the Dwarf Body Now! PL3
ddsomjr1:0:FF8B3F:04:001:Get the Magicuser Body Now! PL3
ddsomjr1:0:FF8B3F:05:001:Get the Thief Body Now! PL3
ddsomjr1:0:FF8B3F:00:000:Always have the Fighter Body PL3
ddsomjr1:0:FF8B3F:01:000:Always have the Cleric Body PL3
ddsomjr1:0:FF8B3F:02:000:Always have the Elf Body PL3
ddsomjr1:0:FF8B3F:03:000:Always have the Dwarf Body PL3
ddsomjr1:0:FF8B3F:04:000:Always have the Magicuser Body PL3
ddsomjr1:0:FF8B3F:05:000:Always have the Thief Body PL3
ddsomjr1:0:000000:00:999:[ Leg Equipment PL3 ]
ddsomjr1:0:FF8B40:00:001:Get the Boots of Speed Now! PL3
ddsomjr1:0:FF8B49:05:501:Get the Boots of Speed Now! PL3 (2/2)
ddsomjr1:0:FF8B40:01:001:Get the Boots of Springing & Striding Now! PL3
ddsomjr1:0:FF8B49:05:501:Get the Boots of Springing & Striding Now! PL3 (2/2)
ddsomjr1:0:FF8B40:02:001:Get the Boots of Levitation Now! PL3
ddsomjr1:0:FF8B49:05:501:Get the Boots of Levitation Now! PL3 (2/2)
ddsomjr1:0:FF8B40:00:000:Always have the Boots of Speed PL3
ddsomjr1:0:FF8B49:05:500:Always have the Boots of Speed PL3 (2/2)
ddsomjr1:0:FF8B40:01:000:Always have the Boots of Springing & Striding PL3
ddsomjr1:0:FF8B49:05:500:Always have the Boots of Springing & Striding PL3 (2/2)
ddsomjr1:0:FF8B40:02:000:Always have the Boots of Levitation PL3
ddsomjr1:0:FF8B49:05:500:Always have the Boots of Levitation PL3 (2/2)
ddsomjr1:0:000000:00:999:[ Arm Equipment PL3 ]
ddsomjr1:0:FF8B41:00:001:Get the Gauntlet of Power Now! PL3
ddsomjr1:0:FF8B4A:05:501:Get the Gauntlet of Power Now! PL3
ddsomjr1:0:FF8B41:00:000:Always have the Gauntlet of Power PL3
ddsomjr1:0:FF8B4A:05:500:Always have the Gauntlet of Power PL3
ddsomjr1:0:000000:00:999:[ Shield Equipment PL3 ]
ddsomjr1:0:FF8B42:00:001:Get the Normal Shield Now! PL3
ddsomjr1:0:FF8B42:01:001:Get the Normal Shield (Elf) Now! PL3
ddsomjr1:0:FF8B42:04:001:Get the Dragon Shield Now! PL3
ddsomjr1:0:FF8B42:05:001:Get the Frame Shield Now! PL3
ddsomjr1:0:FF8B42:06:001:Get the Ice Shield Now! PL3
ddsomjr1:0:FF8B42:07:001:Get the Shield of Protection from Dark Magic Now! PL3
ddsomjr1:0:FF8B42:00:000:Always have the Normal Shield PL3
ddsomjr1:0:FF8B42:01:000:Always have the Normal Shield (Elf) PL3
ddsomjr1:0:FF8B42:04:000:Always have the Dragon Shield PL3
ddsomjr1:0:FF8B42:05:000:Always have the Frame Shield PL3
ddsomjr1:0:FF8B42:06:000:Always have the Ice Shield PL3
ddsomjr1:0:FF8B42:07:000:Always have the Shield of Protection from Dark Magic PL3
ddsomjr1:0:000000:00:999:[ Hand Equipment PL3 ]
ddsomjr1:0:FF8B43:00:001:Get the Ring of Protection Now! PL3
ddsomjr1:0:FF8B4B:05:501:Get the Ring of Protection Now! PL3 (2/2)
ddsomjr1:0:FF8B43:01:001:Get the Ring of Fire Resistance Now! PL3
ddsomjr1:0:FF8B4B:05:501:Get the Ring of Fire Resistance Now! PL3 (2/2)
ddsomjr1:0:FF8B43:02:001:Get the Ring of Spell Turning Now! PL3
ddsomjr1:0:FF8B4B:05:501:Get the Ring of Spell Turning Now! PL3 (2/2)
ddsomjr1:0:FF8B43:03:001:Get the Ring of Protection from Evil Now! PL3
ddsomjr1:0:FF8B4B:05:501:Get the Ring of Protection from Evil Now! PL3 (2/2)
ddsomjr1:0:FF8B43:04:001:Get the Rod of Fire Ball Now! PL3
ddsomjr1:0:FF8B4B:05:501:Get the Rod of Fire Ball Now! PL3 (2/2)
ddsomjr1:0:FF8B43:05:001:Get the Rod of Cold Now! PL3
ddsomjr1:0:FF8B4B:05:501:Get the Rod of Cold Now! PL3 (2/2)
ddsomjr1:0:FF8B43:06:001:Get the Rod of Lightning Now! PL3
ddsomjr1:0:FF8B4B:05:501:Get the Rod of Lightning Now! PL3 (2/2)
ddsomjr1:0:FF8B43:00:000:Always have the Ring of Protection PL3
ddsomjr1:0:FF8B4B:05:500:Always have the Ring of Protection PL3 (2/2)
ddsomjr1:0:FF8B43:01:000:Always have the Ring of Fire Resistance PL3
ddsomjr1:0:FF8B4B:05:500:Always have the Ring of Fire Resistance PL3 (2/2)
ddsomjr1:0:FF8B43:02:000:Always have the Ring of Spell Turning PL3
ddsomjr1:0:FF8B4B:05:500:Always have the Ring of Spell Turning PL3 (2/2)
ddsomjr1:0:FF8B43:03:000:Always have the Ring of Protection from Evil PL3
ddsomjr1:0:FF8B4B:05:500:Always have the Ring of Protection from Evil PL3 (2/2)
ddsomjr1:0:FF8B43:04:000:Always have the Rod of Fire Ball PL3
ddsomjr1:0:FF8B4B:05:500:Always have the Rod of Fire Ball PL3 (2/2)
ddsomjr1:0:FF8B43:05:000:Always have the Rod of Cold PL3
ddsomjr1:0:FF8B4B:05:500:Always have the Rod of Cold PL3 (2/2)
ddsomjr1:0:FF8B43:06:000:Always have the Rod of Lightning PL3
ddsomjr1:0:FF8B4B:05:500:Always have the Rod of Lightning PL3 (2/2)
ddsomjr1:0:000000:00:999:[ Accessory Equipment PL3 ]
ddsomjr1:0:FF8B44:00:001:Get the Necklace Now! PL3
ddsomjr1:0:FF8B44:01:001:Get the Orb Now! PL3
ddsomjr1:0:FF8B44:02:001:Get the Bracelet Now! PL3
ddsomjr1:0:FF8B44:03:001:Get the Brooch Now! PL3
ddsomjr1:0:FF8B44:04:001:Get the Earring Now! PL3
ddsomjr1:0:FF8B44:05:001:Get the Anklet Now! PL3
ddsomjr1:0:FF8B44:00:000:Always have the Necklace PL3
ddsomjr1:0:FF8B44:01:000:Always have the Orb PL3
ddsomjr1:0:FF8B44:02:000:Always have the Bracelet PL3
ddsomjr1:0:FF8B44:03:000:Always have the Brooch PL3
ddsomjr1:0:FF8B44:04:000:Always have the Earring PL3
ddsomjr1:0:FF8B44:05:000:Always have the Anklet PL3
ddsomjr1:0:000000:00:999:[ Special Equipment PL3 ]
ddsomjr1:0:FF8B45:00:001:Get the Eye of Beholder Now! PL3
ddsomjr1:0:FF8B45:01:001:Get the Skin of Displacer Beast Now! PL3
ddsomjr1:0:FF8B45:02:001:Get the Eye of Displacer Beast Now! PL3
ddsomjr1:0:FF8B45:03:001:Get the Scale of Dragon Now! PL3
ddsomjr1:0:FF8B45:04:001:Get the Skin of Manticore Now! PL3
ddsomjr1:0:FF8B45:05:001:Get the Egg of Owlbear Now! PL3
ddsomjr1:0:FF8B45:06:001:Get the ???1 Now! PL3
ddsomjr1:0:FF8B45:07:001:Get the ???2 Now! PL3
ddsomjr1:0:FF8B45:08:001:Get the Horn of Dragon Now! PL3
ddsomjr1:0:FF8B45:09:001:Get the Medal Now! PL3
ddsomjr1:0:FF8B45:10:001:Get the Displacer Cloak Now! PL3
ddsomjr1:0:FF8B45:00:000:Always have the Eye of Beholder PL3
ddsomjr1:0:FF8B45:01:000:Always have the Skin of Displacer Beast PL3
ddsomjr1:0:FF8B45:02:000:Always have the Eye of Displacer Beast PL3
ddsomjr1:0:FF8B45:03:000:Always have the Scale of Dragon PL3
ddsomjr1:0:FF8B45:04:000:Always have the Skin of Manticore PL3
ddsomjr1:0:FF8B45:05:000:Always have the Egg of Owlbear PL3
ddsomjr1:0:FF8B45:06:000:Always have the ???1 PL3
ddsomjr1:0:FF8B45:07:000:Always have the ???2 PL3
ddsomjr1:0:FF8B45:08:000:Always have the Horn of Dragon PL3
ddsomjr1:0:FF8B45:09:000:Always have the Medal PL3
ddsomjr1:0:FF8B45:10:000:Always have the Displacer Cloak PL3
ddsomjr1:0:FF8C41:9A:000:Infinite Energy PL4
ddsomjr1:0:FF8C5C:03:000:Invincibility PL4
ddsomjr1:0:FF8CF3:09:000:Maximum SP PL4
ddsomjr1:0:FF8CF4:99:500:Maximum SP PL4 (2/3)
ddsomjr1:0:FF8CF5:99:500:Maximum SP PL4 (3/3)
ddsomjr1:0:FF8D26:09:000:Infinite Item PL4
ddsomjr1:0:FF8D27:09:500:Infinite Item PL4 (2/6)
ddsomjr1:0:FF8D28:09:500:Infinite Item PL4 (3/6)
ddsomjr1:0:FF8D29:09:500:Infinite Item PL4 (4/6)
ddsomjr1:0:FF8D2A:09:500:Infinite Item PL4 (5/6)
ddsomjr1:0:FF8D2B:09:500:Infinite Item PL4 (6/6)
ddsomjr1:0:FF8D2F:09:000:Infinite Magic PL4
ddsomjr1:0:FF8D30:09:500:Infinite Magic PL4 (2/8)
ddsomjr1:0:FF8D31:09:500:Infinite Magic PL4 (3/8)
ddsomjr1:0:FF8D32:09:500:Infinite Magic PL4 (4/8)
ddsomjr1:0:FF8D33:09:500:Infinite Magic PL4 (5/8)
ddsomjr1:0:FF8D34:09:500:Infinite Magic PL4 (6/8)
ddsomjr1:0:FF8D35:09:500:Infinite Magic PL4 (7/8)
ddsomjr1:0:FF8D37:09:500:Infinite Magic PL4 (8/8)
ddsomjr1:0:FF8D69:14:000:Infinite Wands PL4
ddsomjr1:0:FF8D6A:14:500:Infinite Wands PL4 (2/4)
ddsomjr1:0:FF8D6B:14:500:Infinite Wands PL4 (3/4)
ddsomjr1:0:FF8D6F:14:500:Infinite Wands PL4 (4/4)
ddsomjr1:0:000000:00:999:[The Fighter, Cleric, Elf, Dwarf & Thief can ONLY use ]
ddsomjr1:0:000000:00:999:[the Right Hand (RH) Weapons. The Fighter & Magicuser ]
ddsomjr1:0:000000:00:999:[can ONLY use the Left Hand (LH) Weapons. Therefore ]
ddsomjr1:0:000000:00:999:[the Fighter is the best option as you can use BOTH! ]
ddsomjr1:0:FF8CEB:00:001:Get the Normal Sword Lv1 as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:01:001:Get the Normal Sword Lv2 as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:02:001:Get the Normal Sword Lv3 as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:03:001:Get the Normal Sword Lv4 as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:04:001:Get the Short Sword Lv1 as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:05:001:Get the Short Sword Lv2 as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:06:001:Get the Short Sword Lv3 as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:07:001:Get the Short Sword Lv4 as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:08:001:Get the Two Handed Sword as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:09:001:Get the Bastard Sword as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:0B:001:Get the Dragon Slayer as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:0C:001:Get the Holy Avenger as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:0D:001:Get the Sword of Legend as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:0E:001:Get the Cursed Sword 1 as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:0F:001:Get the Cursed Sword 2 as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:10:001:Get the Sword of Flame as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:11:001:Get the Sword of Freeze as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:12:001:Get the Storm Blade as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:16:001:Get the Hand Axe as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:18:001:Get the Battle Axe as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:19:001:Get the Mace as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:1D:001:Get the War Hammer as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:1E:001:Get the Morning Star as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:1F:001:Get the Elemental Power Staff as the RH WeaponNow! PL4
ddsomjr1:0:FF8CEB:20:001:Get the Magical Power Staff as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:21:001:Get the Wizardry Staff as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:22:001:Get the Striking Staff as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:23:001:Get the Snake Staff as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:24:001:Get the Wand of Cold as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:25:001:Get the Wand of Fire Ball as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:26:001:Get the Wand of Lightning Bolt as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:27:001:Get the Wand of Paralyze as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:28:001:Get the Shield as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:29:001:Get the Shield (Elf) as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:FF:001:Get NO ITEM as the RH Weapon Now! PL4
ddsomjr1:0:FF8CEB:00:000:Always have the Normal Sword Lv1 as the RH Weapon PL4
ddsomjr1:0:FF8CEB:01:000:Always have the Normal Sword Lv2 as the RH Weapon PL4
ddsomjr1:0:FF8CEB:02:000:Always have the Normal Sword Lv3 as the RH Weapon PL4
ddsomjr1:0:FF8CEB:03:000:Always have the Normal Sword Lv4 as the RH Weapon PL4
ddsomjr1:0:FF8CEB:04:000:Always have the Short Sword Lv1 as the RH Weapon PL4
ddsomjr1:0:FF8CEB:05:000:Always have the Short Sword Lv2 as the RH Weapon PL4
ddsomjr1:0:FF8CEB:06:000:Always have the Short Sword Lv3 as the RH Weapon PL4
ddsomjr1:0:FF8CEB:07:000:Always have the Short Sword Lv4 as the RH Weapon PL4
ddsomjr1:0:FF8CEB:08:000:Always have the Two Handed Sword as the RH Weapon PL4
ddsomjr1:0:FF8CEB:09:000:Always have the Bastard Sword as the RH Weapon PL4
ddsomjr1:0:FF8CEB:0B:000:Always have the Dragon Slayer as the RH Weapon PL4
ddsomjr1:0:FF8CEB:0C:000:Always have the Holy Avenger as the RH Weapon PL4
ddsomjr1:0:FF8CEB:0D:000:Always have the Sword of Legend as the RH Weapon PL4
ddsomjr1:0:FF8CEB:0E:000:Always have the Cursed Sword 1 as the RH Weapon PL4
ddsomjr1:0:FF8CEB:0F:000:Always have the Cursed Sword 2 as the RH Weapon PL4
ddsomjr1:0:FF8CEB:10:000:Always have the Sword of Flame as the RH Weapon PL4
ddsomjr1:0:FF8CEB:11:000:Always have the Sword of Freeze as the RH Weapon PL4
ddsomjr1:0:FF8CEB:12:000:Always have the Storm Blade as the RH Weapon PL4
ddsomjr1:0:FF8CEB:16:000:Always have the Hand Axe as the RH Weapon PL4
ddsomjr1:0:FF8CEB:18:000:Always have the Battle Axe as the RH Weapon PL4
ddsomjr1:0:FF8CEB:19:000:Always have the Mace as the RH Weapon PL4
ddsomjr1:0:FF8CEB:1D:000:Always have the War Hammer as the RH Weapon PL4
ddsomjr1:0:FF8CEB:1E:000:Always have the Morning Star as the RH Weapon PL4
ddsomjr1:0:FF8CEB:1F:000:Always have the Elemental Power Staff as the RH WeaponPL4
ddsomjr1:0:FF8CEB:20:000:Always have the Magical Power Staff as the RH Weapon PL4
ddsomjr1:0:FF8CEB:21:000:Always have the Wizardry Staff as the RH Weapon PL4
ddsomjr1:0:FF8CEB:22:000:Always have the Striking Staff as the RH Weapon PL4
ddsomjr1:0:FF8CEB:23:000:Always have the Snake Staff as the RH Weapon PL4
ddsomjr1:0:FF8CEB:24:000:Always have the Wand of Cold as the RH Weapon PL4
ddsomjr1:0:FF8CEB:25:000:Always have the Wand of Fire Ball as the RH Weapon PL4
ddsomjr1:0:FF8CEB:26:000:Always have the Wand of Lightning Bolt as the RHWeaponPL4
ddsomjr1:0:FF8CEB:27:000:Always have the Wand of Paralyze as the RH Weapon PL4
ddsomjr1:0:FF8CEB:28:000:Always have the Shield as the RH Weapon PL4
ddsomjr1:0:FF8CEB:29:000:Always have the Shield (Elf) as the RH Weapon PL4
ddsomjr1:0:FF8CEB:FF:000:Always have NO ITEM as the RH Weapon PL4
ddsomjr1:0:FF8CEC:00:001:Get the Normal Sword Lv1 as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:01:001:Get the Normal Sword Lv2 as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:02:001:Get the Normal Sword Lv3 as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:03:001:Get the Normal Sword Lv4 as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:04:001:Get the Short Sword Lv1 as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:05:001:Get the Short Sword Lv2 as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:06:001:Get the Short Sword Lv3 as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:07:001:Get the Short Sword Lv4 as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:08:001:Get the Two Handed Sword as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:09:001:Get the Bastard Sword as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:0B:001:Get the Dragon Slayer as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:0C:001:Get the Holy Avenger as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:0D:001:Get the Sword of Legend as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:0E:001:Get the Cursed Sword 1 as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:0F:001:Get the Cursed Sword 2 as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:10:001:Get the Sword of Flame as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:11:001:Get the Sword of Freeze as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:12:001:Get the Storm Blade as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:16:001:Get the Hand Axe as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:18:001:Get the Battle Axe as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:19:001:Get the Mace as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:1D:001:Get the War Hammer as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:1E:001:Get the Morning Star as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:1F:001:Get the Element Power Staff as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:20:001:Get the Magical Power Staff as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:21:001:Get the Wizardry Staff as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:22:001:Get the Striking Staff as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:23:001:Get the Snake Staff as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:24:001:Get the Wand of Cold as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:25:001:Get the Wand of Fire Ball as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:26:001:Get the Wand of Lightning Bolt as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:27:001:Get the Wand of Paralyze as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:28:001:Get the Shield as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:29:001:Get the Shield (Elf) as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:FF:001:Get NO ITEM as the LH Weapon Now! PL4
ddsomjr1:0:FF8CEC:00:000:Always have the Normal Sword Lv1 as the LH Weapon PL4
ddsomjr1:0:FF8CEC:01:000:Always have the Normal Sword Lv2 as the LH Weapon PL4
ddsomjr1:0:FF8CEC:02:000:Always have the Normal Sword Lv3 as the LH Weapon PL4
ddsomjr1:0:FF8CEC:03:000:Always have the Normal Sword Lv4 as the LH Weapon PL4
ddsomjr1:0:FF8CEC:04:000:Always have the Short Sword Lv1 as the LH Weapon PL4
ddsomjr1:0:FF8CEC:05:000:Always have the Short Sword Lv2 as the LH Weapon PL4
ddsomjr1:0:FF8CEC:06:000:Always have the Short Sword Lv3 as the LH Weapon PL4
ddsomjr1:0:FF8CEC:07:000:Always have the Short Sword Lv4 as the LH Weapon PL4
ddsomjr1:0:FF8CEC:08:000:Always have the Two Handed Sword as the LH Weapon PL4
ddsomjr1:0:FF8CEC:09:000:Always have the Bastard Sword as the LH Weapon PL4
ddsomjr1:0:FF8CEC:0B:000:Always have the Dragon Slayer as the LH Weapon PL4
ddsomjr1:0:FF8CEC:0C:000:Always have the Holy Avenger as the LH Weapon PL4
ddsomjr1:0:FF8CEC:0D:000:Always have the Sword of Legend as the LH Weapon PL4
ddsomjr1:0:FF8CEC:0E:000:Always have the Cursed Sword 1 as the LH Weapon PL4
ddsomjr1:0:FF8CEC:0F:000:Always have the Cursed Sword 2 as the LH Weapon PL4
ddsomjr1:0:FF8CEC:10:000:Always have the Sword of Flame as the LH Weapon PL4
ddsomjr1:0:FF8CEC:11:000:Always have the Sword of Freeze as the LH Weapon PL4
ddsomjr1:0:FF8CEC:12:000:Always have the Storm Blade as the LH Weapon PL4
ddsomjr1:0:FF8CEC:16:000:Always have the Hand Axe as the LH Weapon PL4
ddsomjr1:0:FF8CEC:18:000:Always have the Battle Axe as the LH Weapon PL4
ddsomjr1:0:FF8CEC:19:000:Always have the Mace as the LH Weapon PL4
ddsomjr1:0:FF8CEC:1D:000:Always have the War Hammer as the LH Weapon PL4
ddsomjr1:0:FF8CEC:1E:000:Always have the Morning Star as the LH Weapon PL4
ddsomjr1:0:FF8CEC:1F:000:Always have the Element Power Staff as the LH Weapon PL4
ddsomjr1:0:FF8CEC:20:000:Always have the Magical Power Staff as the LH Weapon PL4
ddsomjr1:0:FF8CEC:21:000:Always have the Wizardry Staff as the LH Weapon PL4
ddsomjr1:0:FF8CEC:22:000:Always have the Striking Staff as the LH Weapon PL4
ddsomjr1:0:FF8CEC:23:000:Always have the Snake Staff as the LH Weapon PL4
ddsomjr1:0:FF8CEC:24:000:Always have the Wand of Cold as the LH Weapon PL4
ddsomjr1:0:FF8CEC:25:000:Always have the Wand of Fire Ball as the LH Weapon PL4
ddsomjr1:0:FF8CEC:26:000:Always have the Wand of Lightning Bolt as the LHWeaponPL4
ddsomjr1:0:FF8CEC:27:000:Always have the Wand of Paralyze as the LH Weapon PL4
ddsomjr1:0:FF8CEC:28:000:Always have the Shield as the LH Weapon PL4
ddsomjr1:0:FF8CEC:29:000:Always have the Shield (Elf) as the LH Weapon PL4
ddsomjr1:0:FF8CEC:FF:000:Always have NO ITEM as the LH Weapon PL4
ddsomjr1:0:000000:00:999:[ Head Equipment PL4 ]
ddsomjr1:0:FF8D3E:00:001:Get the Helmet Now! PL4
ddsomjr1:0:FF8D3E:01:001:Get the Magical Hat Now! PL4
ddsomjr1:0:FF8D3E:02:001:Get the Hood Now! PL4
ddsomjr1:0:FF8D3E:03:001:Get the Ciaclet Now! PL4
ddsomjr1:0:FF8D3E:04:001:Get the Cleric Hat Now! PL4
ddsomjr1:0:FF8D3E:05:001:Get the Tiara Now! PL4
ddsomjr1:0:FF8D3E:00:000:Always have the Helmet PL4
ddsomjr1:0:FF8D3E:01:000:Always have the Magical Hat PL4
ddsomjr1:0:FF8D3E:02:000:Always have the Hood PL4
ddsomjr1:0:FF8D3E:03:000:Always have the Ciaclet PL4
ddsomjr1:0:FF8D3E:04:000:Always have the Cleric Hat PL4
ddsomjr1:0:FF8D3E:05:000:Always have the Tiara PL4
ddsomjr1:0:000000:00:999:[ Body Equipment PL4 ]
ddsomjr1:0:FF8D3F:00:001:Get the Fighter Body Now! PL4
ddsomjr1:0:FF8D3F:01:001:Get the Cleric Body Now! PL4
ddsomjr1:0:FF8D3F:02:001:Get the Elf Body Now! PL4
ddsomjr1:0:FF8D3F:03:001:Get the Dwarf Body Now! PL4
ddsomjr1:0:FF8D3F:04:001:Get the Magicuser Body Now! PL4
ddsomjr1:0:FF8D3F:05:001:Get the Thief Body Now! PL4
ddsomjr1:0:FF8D3F:00:000:Always have the Fighter Body PL4
ddsomjr1:0:FF8D3F:01:000:Always have the Cleric Body PL4
ddsomjr1:0:FF8D3F:02:000:Always have the Elf Body PL4
ddsomjr1:0:FF8D3F:03:000:Always have the Dwarf Body PL4
ddsomjr1:0:FF8D3F:04:000:Always have the Magicuser Body PL4
ddsomjr1:0:FF8D3F:05:000:Always have the Thief Body PL4
ddsomjr1:0:000000:00:999:[ Leg Equipment PL4 ]
ddsomjr1:0:FF8D40:00:001:Get the Boots of Speed Now! PL4
ddsomjr1:0:FF8D49:05:501:Get the Boots of Speed Now! PL4 (2/2)
ddsomjr1:0:FF8D40:01:001:Get the Boots of Springing & Striding Now! PL4
ddsomjr1:0:FF8D49:05:501:Get the Boots of Springing & Striding Now! PL4 (2/2)
ddsomjr1:0:FF8D40:02:001:Get the Boots of Levitation Now! PL4
ddsomjr1:0:FF8D49:05:501:Get the Boots of Levitation Now! PL4 (2/2)
ddsomjr1:0:FF8D40:00:000:Always have the Boots of Speed PL4
ddsomjr1:0:FF8D49:05:500:Always have the Boots of Speed PL4 (2/2)
ddsomjr1:0:FF8D40:01:000:Always have the Boots of Springing & Striding PL4
ddsomjr1:0:FF8D49:05:500:Always have the Boots of Springing & Striding PL4 (2/2)
ddsomjr1:0:FF8D40:02:000:Always have the Boots of Levitation PL4
ddsomjr1:0:FF8D49:05:500:Always have the Boots of Levitation PL4 (2/2)
ddsomjr1:0:000000:00:999:[ Arm Equipment PL4 ]
ddsomjr1:0:FF8D41:00:001:Get the Gauntlet of Power Now! PL4
ddsomjr1:0:FF8D4A:05:501:Get the Gauntlet of Power Now! PL4
ddsomjr1:0:FF8D41:00:000:Always have the Gauntlet of Power PL4
ddsomjr1:0:FF8D4A:05:500:Always have the Gauntlet of Power PL4
ddsomjr1:0:000000:00:999:[ Shield Equipment PL4 ]
ddsomjr1:0:FF8D42:00:001:Get the Normal Shield Now! PL4
ddsomjr1:0:FF8D42:01:001:Get the Normal Shield (Elf) Now! PL4
ddsomjr1:0:FF8D42:04:001:Get the Dragon Shield Now! PL4
ddsomjr1:0:FF8D42:05:001:Get the Frame Shield Now! PL4
ddsomjr1:0:FF8D42:06:001:Get the Ice Shield Now! PL4
ddsomjr1:0:FF8D42:07:001:Get the Shield of Protection from Dark Magic Now! PL4
ddsomjr1:0:FF8D42:00:000:Always have the Normal Shield PL4
ddsomjr1:0:FF8D42:01:000:Always have the Normal Shield (Elf) PL4
ddsomjr1:0:FF8D42:04:000:Always have the Dragon Shield PL4
ddsomjr1:0:FF8D42:05:000:Always have the Frame Shield PL4
ddsomjr1:0:FF8D42:06:000:Always have the Ice Shield PL4
ddsomjr1:0:FF8D42:07:000:Always have the Shield of Protection from Dark Magic PL4
ddsomjr1:0:000000:00:999:[ Hand Equipment PL4 ]
ddsomjr1:0:FF8D43:00:001:Get the Ring of Protection Now! PL4
ddsomjr1:0:FF8D4B:05:501:Get the Ring of Protection Now! PL4 (2/2)
ddsomjr1:0:FF8D43:01:001:Get the Ring of Fire Resistance Now! PL4
ddsomjr1:0:FF8D4B:05:501:Get the Ring of Fire Resistance Now! PL4 (2/2)
ddsomjr1:0:FF8D43:02:001:Get the Ring of Spell Turning Now! PL4
ddsomjr1:0:FF8D4B:05:501:Get the Ring of Spell Turning Now! PL4 (2/2)
ddsomjr1:0:FF8D43:03:001:Get the Ring of Protection from Evil Now! PL4
ddsomjr1:0:FF8D4B:05:501:Get the Ring of Protection from Evil Now! PL4 (2/2)
ddsomjr1:0:FF8D43:04:001:Get the Rod of Fire Ball Now! PL4
ddsomjr1:0:FF8D4B:05:501:Get the Rod of Fire Ball Now! PL4 (2/2)
ddsomjr1:0:FF8D43:05:001:Get the Rod of Cold Now! PL4
ddsomjr1:0:FF8D4B:05:501:Get the Rod of Cold Now! PL4 (2/2)
ddsomjr1:0:FF8D43:06:001:Get the Rod of Lightning Now! PL4
ddsomjr1:0:FF8D4B:05:501:Get the Rod of Lightning Now! PL4 (2/2)
ddsomjr1:0:FF8D43:00:000:Always have the Ring of Protection PL4
ddsomjr1:0:FF8D4B:05:500:Always have the Ring of Protection PL4 (2/2)
ddsomjr1:0:FF8D43:01:000:Always have the Ring of Fire Resistance PL4
ddsomjr1:0:FF8D4B:05:500:Always have the Ring of Fire Resistance PL4 (2/2)
ddsomjr1:0:FF8D43:02:000:Always have the Ring of Spell Turning PL4
ddsomjr1:0:FF8D4B:05:500:Always have the Ring of Spell Turning PL4 (2/2)
ddsomjr1:0:FF8D43:03:000:Always have the Ring of Protection from Evil PL4
ddsomjr1:0:FF8D4B:05:500:Always have the Ring of Protection from Evil PL4 (2/2)
ddsomjr1:0:FF8D43:04:000:Always have the Rod of Fire Ball PL4
ddsomjr1:0:FF8D4B:05:500:Always have the Rod of Fire Ball PL4 (2/2)
ddsomjr1:0:FF8D43:05:000:Always have the Rod of Cold PL4
ddsomjr1:0:FF8D4B:05:500:Always have the Rod of Cold PL4 (2/2)
ddsomjr1:0:FF8D43:06:000:Always have the Rod of Lightning PL4
ddsomjr1:0:FF8D4B:05:500:Always have the Rod of Lightning PL4 (2/2)
ddsomjr1:0:000000:00:999:[ Accessory Equipment PL4 ]
ddsomjr1:0:FF8D44:00:001:Get the Necklace Now! PL4
ddsomjr1:0:FF8D44:01:001:Get the Orb Now! PL4
ddsomjr1:0:FF8D44:02:001:Get the Bracelet Now! PL4
ddsomjr1:0:FF8D44:03:001:Get the Brooch Now! PL4
ddsomjr1:0:FF8D44:04:001:Get the Earring Now! PL4
ddsomjr1:0:FF8D44:05:001:Get the Anklet Now! PL4
ddsomjr1:0:FF8D44:00:000:Always have the Necklace PL4
ddsomjr1:0:FF8D44:01:000:Always have the Orb PL4
ddsomjr1:0:FF8D44:02:000:Always have the Bracelet PL4
ddsomjr1:0:FF8D44:03:000:Always have the Brooch PL4
ddsomjr1:0:FF8D44:04:000:Always have the Earring PL4
ddsomjr1:0:FF8D44:05:000:Always have the Anklet PL4
ddsomjr1:0:000000:00:999:[ Special Equipment PL4 ]
ddsomjr1:0:FF8D45:00:001:Get the Eye of Beholder Now! PL4
ddsomjr1:0:FF8D45:01:001:Get the Skin of Displacer Beast Now! PL4
ddsomjr1:0:FF8D45:02:001:Get the Eye of Displacer Beast Now! PL4
ddsomjr1:0:FF8D45:03:001:Get the Scale of Dragon Now! PL4
ddsomjr1:0:FF8D45:04:001:Get the Skin of Manticore Now! PL4
ddsomjr1:0:FF8D45:05:001:Get the Egg of Owlbear Now! PL4
ddsomjr1:0:FF8D45:06:001:Get the ???1 Now! PL4
ddsomjr1:0:FF8D45:07:001:Get the ???2 Now! PL4
ddsomjr1:0:FF8D45:08:001:Get the Horn of Dragon Now! PL4
ddsomjr1:0:FF8D45:09:001:Get the Medal Now! PL4
ddsomjr1:0:FF8D45:10:001:Get the Displacer Cloak Now! PL4
ddsomjr1:0:FF8D45:00:000:Always have the Eye of Beholder PL4
ddsomjr1:0:FF8D45:01:000:Always have the Skin of Displacer Beast PL4
ddsomjr1:0:FF8D45:02:000:Always have the Eye of Displacer Beast PL4
ddsomjr1:0:FF8D45:03:000:Always have the Scale of Dragon PL4
ddsomjr1:0:FF8D45:04:000:Always have the Skin of Manticore PL4
ddsomjr1:0:FF8D45:05:000:Always have the Egg of Owlbear PL4
ddsomjr1:0:FF8D45:06:000:Always have the ???1 PL4
ddsomjr1:0:FF8D45:07:000:Always have the ???2 PL4
ddsomjr1:0:FF8D45:08:000:Always have the Horn of Dragon PL4
ddsomjr1:0:FF8D45:09:000:Always have the Medal PL4
ddsomjr1:0:FF8D45:10:000:Always have the Displacer Cloak PL4
ddsomjr1:0:000000:00:999:[Ultimate Magic "Final Strike" Now! Only for use when ]
ddsomjr1:0:000000:00:999:[playing with 3 or 4 Players. Player 1 should select ]
ddsomjr1:0:000000:00:999:[the character Magicuser. ]
ddsomjr1:0:FF8641:9A:000:Infinite Final Strike!
ddsomjr1:0:FF86EC:21:500:Infinite Final Strike! (2/9)
ddsomjr1:0:FF86EE:01:500:Infinite Final Strike! (2/9)
ddsomjr1:0:FF8841:9A:500:Infinite Final Strike! (2/9)
ddsomjr1:0:FF88EE:01:500:Infinite Final Strike! (2/9)
ddsomjr1:0:FF8A41:9A:500:Infinite Final Strike! (2/9)
ddsomjr1:0:FF8AEE:01:500:Infinite Final Strike! (2/9)
ddsomjr1:0:FF8A41:9A:500:Infinite Final Strike! (2/9)
ddsomjr1:0:FF8CEE:01:500:Infinite Final Strike! (2/9)
ddsomjr1:0:FF803A:59:000:Stage Clear Bonus(Rest Time) Max
ddsomjr1:0:000000:00:999:[These are the codes to set the machine region - the ]
ddsomjr1:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
ddsomjr1:0:000000:00:999:[- ON or before the ROM check screen!! ]
ddsomjr1:0:FF8071:00:000:Region Switch = Japan
ddsomjr1:0:FF8071:02:000:Region Switch = USA
ddsomjr1:0:FF8071:04:000:Region Switch = Hispanic
ddsomjr1:0:FF8071:06:000:Region Switch = Asia
ddsomjr1:0:FF8071:08:000:Region Switch = Euro
ddsomjr1:0:FF8071:0A:000:Region Switch = Brazil
; [ Dungeons & Dragons: Tower of Doom (US 940125) ]
ddtod:0:000000:00:999:[Note there are different ]
ddtod:0:000000:00:999:[cheats for diff characters ]
ddtod:0:000000:00:999:[Cheats with 'ALL' work for ]
ddtod:0:000000:00:999:[ALL characters for that PL.]
ddtod:0:000000:00:999:[You MUST pick up the weapon]
ddtod:0:000000:00:999:[before you can use it!! ]
ddtod:0:000000:00:999:[ ]
ddtod:0:000000:00:999:[The cheats below r for PL1 ]
ddtod:0:000000:00:999:[ ]
ddtod:0:FF8719:A0:000:Infinite Energy ALL
ddtod:0:FF874E:09:000:Infinite Gold ALL
ddtod:0:FF874F:99:500:Infinite Gold ALL (2/2)
ddtod:0:FF84A8:09:000:Infinite Dagger ALL
ddtod:0:FF84A9:09:000:Infinite Hammer ALL
ddtod:0:FF84AA:09:000:Infinite Arrows ALL
ddtod:0:FF84AB:09:000:Infinite Oil ALL
ddtod:0:FF84AC:09:000:Infinite Ring MM ALL
ddtod:0:FF84AE:09:000:Infinite Ring FB ALL
ddtod:0:FF84AF:09:000:Infinite Ring LB ALL
ddtod:0:FF84B1:09:000:Infinite Ring CL ALL
ddtod:0:FF84B8:09:000:Infinite Magic Missile ELF
ddtod:0:FF84B9:09:000:Infinite Invisibility ELF
ddtod:0:FF84BA:09:000:Infinite Fireball ELF
ddtod:0:FF84B4:09:000:Infinite Hold Person CLERIC
ddtod:0:FF84B5:09:000:Infinite Cont. Light CLERIC
ddtod:0:FF84BF:09:000:Infinite Striking CLERIC
ddtod:0:000000:00:999:[ ]
ddtod:0:000000:00:999:[The cheats above r for PL1 ]
ddtod:0:000000:00:999:[The cheats below r for PL2 ]
ddtod:0:000000:00:999:[ ]
ddtod:0:FF8819:A0:000:Infinite Energy
ddtod:0:FF884E:09:000:Infinite Gold
ddtod:0:FF884F:99:500:Infinite Gold (2/2)
ddtod:0:FF84E8:09:000:Infinite Dagger
ddtod:0:FF84E9:09:000:Infinite Hammer
ddtod:0:FF84EA:09:000:Infinite Arrows
ddtod:0:FF84EB:09:000:Infinite Oil
ddtod:0:FF84EC:09:000:Infinite Ring MM ALL
ddtod:0:FF84EE:09:000:Infinite Ring FB ALL
ddtod:0:FF84EF:09:000:Infinite Ring LB ALL
ddtod:0:FF84F1:09:000:Infinite Ring CL ALL
ddtod:0:FF84F8:09:000:Infinite Magic Missile ELF
ddtod:0:FF84F9:09:000:Infinite Invisibility ELF
ddtod:0:FF84FA:09:000:Infinite Fireball ELF
ddtod:0:FF84F4:09:000:Infinite Hold Person CLERIC
ddtod:0:FF84F5:09:000:Infinite Cont. Light CLERIC
ddtod:0:FF84FF:09:000:Infinite Striking CLERIC
ddtod:0:000000:00:999:[ ]
ddtod:0:000000:00:999:[The cheats above r for PL2 ]
ddtod:0:000000:00:999:[The cheats below r for PL3 ]
ddtod:0:000000:00:999:[ ]
ddtod:0:FF8919:A0:000:Infinite Energy
ddtod:0:FF894E:09:000:Infinite Gold
ddtod:0:FF894F:99:500:Infinite Gold (2/2)
ddtod:0:FF8528:09:000:Infinite Dagger
ddtod:0:FF8529:09:000:Infinite Hammer
ddtod:0:FF852A:09:000:Infinite Arrows
ddtod:0:FF852B:09:000:Infinite Oil
ddtod:0:FF852C:09:000:Infinite Ring MM ALL
ddtod:0:FF852E:09:000:Infinite Ring FB ALL
ddtod:0:FF852F:09:000:Infinite Ring LB ALL
ddtod:0:FF8531:09:000:Infinite Ring CL ALL
ddtod:0:FF8538:09:000:Infinite Magic Missile ELF
ddtod:0:FF8539:09:000:Infinite Invisibility ELF
ddtod:0:FF853A:09:000:Infinite Fireball ELF
ddtod:0:FF8534:09:000:Infinite Hold Person CLERIC
ddtod:0:FF8535:09:000:Infinite Cont. Light CLERIC
ddtod:0:FF853F:09:000:Infinite Striking CLERIC
ddtod:0:000000:00:999:[ ]
ddtod:0:000000:00:999:[The cheats above r for PL3 ]
ddtod:0:000000:00:999:[The cheats below r for PL4 ]
ddtod:0:000000:00:999:[ ]
ddtod:0:FF8A19:A0:000:Infinite Energy
ddtod:0:FF8A4E:09:000:Infinite Gold
ddtod:0:FF8A4F:99:500:Infinite Gold (2/2)
ddtod:0:FF8568:09:000:Infinite Dagger
ddtod:0:FF8569:09:000:Infinite Hammer
ddtod:0:FF856A:09:000:Infinite Arrows
ddtod:0:FF856B:09:000:Infinite Oil
ddtod:0:FF856C:09:000:Infinite Ring MM ALL
ddtod:0:FF856E:09:000:Infinite Ring FB ALL
ddtod:0:FF856F:09:000:Infinite Ring LB ALL
ddtod:0:FF8571:09:000:Infinite Ring CL ALL
ddtod:0:FF8578:09:000:Infinite Magic Missile ELF
ddtod:0:FF8579:09:000:Infinite Invisibility ELF
ddtod:0:FF857A:09:000:Infinite Fireball ELF
ddtod:0:FF8574:09:000:Infinite Hold Person CLERIC
ddtod:0:FF8575:09:000:Infinite Cont. Light CLERIC
ddtod:0:FF857F:09:000:Infinite Striking CLERIC
ddtod:0:000000:00:999:[ ]
ddtod:0:000000:00:999:[The cheats above r for PL4 ]
ddtod:0:000000:00:999:[ ]
; [ Dungeons & Dragons: Tower of Doom (Asia 940113) ]
ddtoda:0:000000:00:999:[Note there are different ]
ddtoda:0:000000:00:999:[cheats for diff characters ]
ddtoda:0:000000:00:999:[Cheats with 'ALL' work for ]
ddtoda:0:000000:00:999:[ALL characters for that PL.]
ddtoda:0:000000:00:999:[You MUST pick up the weapon]
ddtoda:0:000000:00:999:[before you can use it!! ]
ddtoda:0:000000:00:999:[ ]
ddtoda:0:000000:00:999:[The cheats below r for PL1 ]
ddtoda:0:000000:00:999:[ ]
ddtoda:0:FF8719:A0:000:Infinite Energy ALL
ddtoda:0:FF874E:09:000:Infinite Gold ALL
ddtoda:0:FF874F:99:500:Infinite Gold ALL (2/2)
ddtoda:0:FF84A8:09:000:Infinite Dagger ALL
ddtoda:0:FF84A9:09:000:Infinite Hammer ALL
ddtoda:0:FF84AA:09:000:Infinite Arrows ALL
ddtoda:0:FF84AB:09:000:Infinite Oil ALL
ddtoda:0:FF84AC:09:000:Infinite Ring MM ALL
ddtoda:0:FF84AE:09:000:Infinite Ring FB ALL
ddtoda:0:FF84AF:09:000:Infinite Ring LB ALL
ddtoda:0:FF84B1:09:000:Infinite Ring CL ALL
ddtoda:0:FF84B8:09:000:Infinite Magic Missile ELF
ddtoda:0:FF84B9:09:000:Infinite Invisibility ELF
ddtoda:0:FF84BA:09:000:Infinite Fireball ELF
ddtoda:0:FF84B4:09:000:Infinite Hold Person CLERIC
ddtoda:0:FF84B5:09:000:Infinite Cont. Light CLERIC
ddtoda:0:FF84BF:09:000:Infinite Striking CLERIC
ddtoda:0:000000:00:999:[ ]
ddtoda:0:000000:00:999:[The cheats above r for PL1 ]
ddtoda:0:000000:00:999:[The cheats below r for PL2 ]
ddtoda:0:000000:00:999:[ ]
ddtoda:0:FF8819:A0:000:Infinite Energy
ddtoda:0:FF884E:09:000:Infinite Gold
ddtoda:0:FF884F:99:500:Infinite Gold (2/2)
ddtoda:0:FF84E8:09:000:Infinite Dagger
ddtoda:0:FF84E9:09:000:Infinite Hammer
ddtoda:0:FF84EA:09:000:Infinite Arrows
ddtoda:0:FF84EB:09:000:Infinite Oil
ddtoda:0:FF84EC:09:000:Infinite Ring MM ALL
ddtoda:0:FF84EE:09:000:Infinite Ring FB ALL
ddtoda:0:FF84EF:09:000:Infinite Ring LB ALL
ddtoda:0:FF84F1:09:000:Infinite Ring CL ALL
ddtoda:0:FF84F8:09:000:Infinite Magic Missile ELF
ddtoda:0:FF84F9:09:000:Infinite Invisibility ELF
ddtoda:0:FF84FA:09:000:Infinite Fireball ELF
ddtoda:0:FF84F4:09:000:Infinite Hold Person CLERIC
ddtoda:0:FF84F5:09:000:Infinite Cont. Light CLERIC
ddtoda:0:FF84FF:09:000:Infinite Striking CLERIC
ddtoda:0:000000:00:999:[ ]
ddtoda:0:000000:00:999:[The cheats above r for PL2 ]
ddtoda:0:000000:00:999:[The cheats below r for PL3 ]
ddtoda:0:000000:00:999:[ ]
ddtoda:0:FF8919:A0:000:Infinite Energy
ddtoda:0:FF894E:09:000:Infinite Gold
ddtoda:0:FF894F:99:500:Infinite Gold (2/2)
ddtoda:0:FF8528:09:000:Infinite Dagger
ddtoda:0:FF8529:09:000:Infinite Hammer
ddtoda:0:FF852A:09:000:Infinite Arrows
ddtoda:0:FF852B:09:000:Infinite Oil
ddtoda:0:FF852C:09:000:Infinite Ring MM ALL
ddtoda:0:FF852E:09:000:Infinite Ring FB ALL
ddtoda:0:FF852F:09:000:Infinite Ring LB ALL
ddtoda:0:FF8531:09:000:Infinite Ring CL ALL
ddtoda:0:FF8538:09:000:Infinite Magic Missile ELF
ddtoda:0:FF8539:09:000:Infinite Invisibility ELF
ddtoda:0:FF853A:09:000:Infinite Fireball ELF
ddtoda:0:FF8534:09:000:Infinite Hold Person CLERIC
ddtoda:0:FF8535:09:000:Infinite Cont. Light CLERIC
ddtoda:0:FF853F:09:000:Infinite Striking CLERIC
ddtoda:0:000000:00:999:[ ]
ddtoda:0:000000:00:999:[The cheats above r for PL3 ]
ddtoda:0:000000:00:999:[The cheats below r for PL4 ]
ddtoda:0:000000:00:999:[ ]
ddtoda:0:FF8A19:A0:000:Infinite Energy
ddtoda:0:FF8A4E:09:000:Infinite Gold
ddtoda:0:FF8A4F:99:500:Infinite Gold (2/2)
ddtoda:0:FF8568:09:000:Infinite Dagger
ddtoda:0:FF8569:09:000:Infinite Hammer
ddtoda:0:FF856A:09:000:Infinite Arrows
ddtoda:0:FF856B:09:000:Infinite Oil
ddtoda:0:FF856C:09:000:Infinite Ring MM ALL
ddtoda:0:FF856E:09:000:Infinite Ring FB ALL
ddtoda:0:FF856F:09:000:Infinite Ring LB ALL
ddtoda:0:FF8571:09:000:Infinite Ring CL ALL
ddtoda:0:FF8578:09:000:Infinite Magic Missile ELF
ddtoda:0:FF8579:09:000:Infinite Invisibility ELF
ddtoda:0:FF857A:09:000:Infinite Fireball ELF
ddtoda:0:FF8574:09:000:Infinite Hold Person CLERIC
ddtoda:0:FF8575:09:000:Infinite Cont. Light CLERIC
ddtoda:0:FF857F:09:000:Infinite Striking CLERIC
ddtoda:0:000000:00:999:[ ]
ddtoda:0:000000:00:999:[The cheats above r for PL4 ]
ddtoda:0:000000:00:999:[ ]
; [ Dungeons & Dragons: Tower of Doom (Japan 940113) ]
ddtodj:0:000000:00:999:[Note there are different ]
ddtodj:0:000000:00:999:[cheats for diff characters ]
ddtodj:0:000000:00:999:[Cheats with 'ALL' work for ]
ddtodj:0:000000:00:999:[ALL characters for that PL.]
ddtodj:0:000000:00:999:[You MUST pick up the weapon]
ddtodj:0:000000:00:999:[before you can use it!! ]
ddtodj:0:000000:00:999:[ ]
ddtodj:0:000000:00:999:[The cheats below r for PL1 ]
ddtodj:0:000000:00:999:[ ]
ddtodj:0:FF8719:A0:000:Infinite Energy ALL
ddtodj:0:FF874E:09:000:Infinite Gold ALL
ddtodj:0:FF874F:99:500:Infinite Gold ALL (2/2)
ddtodj:0:FF84A8:09:000:Infinite Dagger ALL
ddtodj:0:FF84A9:09:000:Infinite Hammer ALL
ddtodj:0:FF84AA:09:000:Infinite Arrows ALL
ddtodj:0:FF84AB:09:000:Infinite Oil ALL
ddtodj:0:FF84AC:09:000:Infinite Ring MM ALL
ddtodj:0:FF84AE:09:000:Infinite Ring FB ALL
ddtodj:0:FF84AF:09:000:Infinite Ring LB ALL
ddtodj:0:FF84B1:09:000:Infinite Ring CL ALL
ddtodj:0:FF84B8:09:000:Infinite Magic Missile ELF
ddtodj:0:FF84B9:09:000:Infinite Invisibility ELF
ddtodj:0:FF84BA:09:000:Infinite Fireball ELF
ddtodj:0:FF84B4:09:000:Infinite Hold Person CLERIC
ddtodj:0:FF84B5:09:000:Infinite Cont. Light CLERIC
ddtodj:0:FF84BF:09:000:Infinite Striking CLERIC
ddtodj:0:000000:00:999:[ ]
ddtodj:0:000000:00:999:[The cheats above r for PL1 ]
ddtodj:0:000000:00:999:[The cheats below r for PL2 ]
ddtodj:0:000000:00:999:[ ]
ddtodj:0:FF8819:A0:000:Infinite Energy
ddtodj:0:FF884E:09:000:Infinite Gold
ddtodj:0:FF884F:99:500:Infinite Gold (2/2)
ddtodj:0:FF84E8:09:000:Infinite Dagger
ddtodj:0:FF84E9:09:000:Infinite Hammer
ddtodj:0:FF84EA:09:000:Infinite Arrows
ddtodj:0:FF84EB:09:000:Infinite Oil
ddtodj:0:FF84EC:09:000:Infinite Ring MM ALL
ddtodj:0:FF84EE:09:000:Infinite Ring FB ALL
ddtodj:0:FF84EF:09:000:Infinite Ring LB ALL
ddtodj:0:FF84F1:09:000:Infinite Ring CL ALL
ddtodj:0:FF84F8:09:000:Infinite Magic Missile ELF
ddtodj:0:FF84F9:09:000:Infinite Invisibility ELF
ddtodj:0:FF84FA:09:000:Infinite Fireball ELF
ddtodj:0:FF84F4:09:000:Infinite Hold Person CLERIC
ddtodj:0:FF84F5:09:000:Infinite Cont. Light CLERIC
ddtodj:0:FF84FF:09:000:Infinite Striking CLERIC
ddtodj:0:000000:00:999:[ ]
ddtodj:0:000000:00:999:[The cheats above r for PL2 ]
ddtodj:0:000000:00:999:[The cheats below r for PL3 ]
ddtodj:0:000000:00:999:[ ]
ddtodj:0:FF8919:A0:000:Infinite Energy
ddtodj:0:FF894E:09:000:Infinite Gold
ddtodj:0:FF894F:99:500:Infinite Gold (2/2)
ddtodj:0:FF8528:09:000:Infinite Dagger
ddtodj:0:FF8529:09:000:Infinite Hammer
ddtodj:0:FF852A:09:000:Infinite Arrows
ddtodj:0:FF852B:09:000:Infinite Oil
ddtodj:0:FF852C:09:000:Infinite Ring MM ALL
ddtodj:0:FF852E:09:000:Infinite Ring FB ALL
ddtodj:0:FF852F:09:000:Infinite Ring LB ALL
ddtodj:0:FF8531:09:000:Infinite Ring CL ALL
ddtodj:0:FF8538:09:000:Infinite Magic Missile ELF
ddtodj:0:FF8539:09:000:Infinite Invisibility ELF
ddtodj:0:FF853A:09:000:Infinite Fireball ELF
ddtodj:0:FF8534:09:000:Infinite Hold Person CLERIC
ddtodj:0:FF8535:09:000:Infinite Cont. Light CLERIC
ddtodj:0:FF853F:09:000:Infinite Striking CLERIC
ddtodj:0:000000:00:999:[ ]
ddtodj:0:000000:00:999:[The cheats above r for PL3 ]
ddtodj:0:000000:00:999:[The cheats below r for PL4 ]
ddtodj:0:000000:00:999:[ ]
ddtodj:0:FF8A19:A0:000:Infinite Energy
ddtodj:0:FF8A4E:09:000:Infinite Gold
ddtodj:0:FF8A4F:99:500:Infinite Gold (2/2)
ddtodj:0:FF8568:09:000:Infinite Dagger
ddtodj:0:FF8569:09:000:Infinite Hammer
ddtodj:0:FF856A:09:000:Infinite Arrows
ddtodj:0:FF856B:09:000:Infinite Oil
ddtodj:0:FF856C:09:000:Infinite Ring MM ALL
ddtodj:0:FF856E:09:000:Infinite Ring FB ALL
ddtodj:0:FF856F:09:000:Infinite Ring LB ALL
ddtodj:0:FF8571:09:000:Infinite Ring CL ALL
ddtodj:0:FF8578:09:000:Infinite Magic Missile ELF
ddtodj:0:FF8579:09:000:Infinite Invisibility ELF
ddtodj:0:FF857A:09:000:Infinite Fireball ELF
ddtodj:0:FF8574:09:000:Infinite Hold Person CLERIC
ddtodj:0:FF8575:09:000:Infinite Cont. Light CLERIC
ddtodj:0:FF857F:09:000:Infinite Striking CLERIC
ddtodj:0:000000:00:999:[ ]
ddtodj:0:000000:00:999:[The cheats above r for PL4 ]
ddtodj:0:000000:00:999:[ ]
; [ Dungeons & Dragons: Tower of Doom (US 940113) ]
ddtodr1:0:000000:00:999:[Note there are different ]
ddtodr1:0:000000:00:999:[cheats for diff characters ]
ddtodr1:0:000000:00:999:[Cheats with 'ALL' work for ]
ddtodr1:0:000000:00:999:[ALL characters for that PL.]
ddtodr1:0:000000:00:999:[You MUST pick up the weapon]
ddtodr1:0:000000:00:999:[before you can use it!! ]
ddtodr1:0:000000:00:999:[ ]
ddtodr1:0:000000:00:999:[The cheats below r for PL1 ]
ddtodr1:0:000000:00:999:[ ]
ddtodr1:0:FF8719:A0:000:Infinite Energy ALL
ddtodr1:0:FF874E:09:000:Infinite Gold ALL
ddtodr1:0:FF874F:99:500:Infinite Gold ALL (2/2)
ddtodr1:0:FF84A8:09:000:Infinite Dagger ALL
ddtodr1:0:FF84A9:09:000:Infinite Hammer ALL
ddtodr1:0:FF84AA:09:000:Infinite Arrows ALL
ddtodr1:0:FF84AB:09:000:Infinite Oil ALL
ddtodr1:0:FF84AC:09:000:Infinite Ring MM ALL
ddtodr1:0:FF84AE:09:000:Infinite Ring FB ALL
ddtodr1:0:FF84AF:09:000:Infinite Ring LB ALL
ddtodr1:0:FF84B1:09:000:Infinite Ring CL ALL
ddtodr1:0:FF84B8:09:000:Infinite Magic Missile ELF
ddtodr1:0:FF84B9:09:000:Infinite Invisibility ELF
ddtodr1:0:FF84BA:09:000:Infinite Fireball ELF
ddtodr1:0:FF84B4:09:000:Infinite Hold Person CLERIC
ddtodr1:0:FF84B5:09:000:Infinite Cont. Light CLERIC
ddtodr1:0:FF84BF:09:000:Infinite Striking CLERIC
ddtodr1:0:000000:00:999:[ ]
ddtodr1:0:000000:00:999:[The cheats above r for PL1 ]
ddtodr1:0:000000:00:999:[The cheats below r for PL2 ]
ddtodr1:0:000000:00:999:[ ]
ddtodr1:0:FF8819:A0:000:Infinite Energy
ddtodr1:0:FF884E:09:000:Infinite Gold
ddtodr1:0:FF884F:99:500:Infinite Gold (2/2)
ddtodr1:0:FF84E8:09:000:Infinite Dagger
ddtodr1:0:FF84E9:09:000:Infinite Hammer
ddtodr1:0:FF84EA:09:000:Infinite Arrows
ddtodr1:0:FF84EB:09:000:Infinite Oil
ddtodr1:0:FF84EC:09:000:Infinite Ring MM ALL
ddtodr1:0:FF84EE:09:000:Infinite Ring FB ALL
ddtodr1:0:FF84EF:09:000:Infinite Ring LB ALL
ddtodr1:0:FF84F1:09:000:Infinite Ring CL ALL
ddtodr1:0:FF84F8:09:000:Infinite Magic Missile ELF
ddtodr1:0:FF84F9:09:000:Infinite Invisibility ELF
ddtodr1:0:FF84FA:09:000:Infinite Fireball ELF
ddtodr1:0:FF84F4:09:000:Infinite Hold Person CLERIC
ddtodr1:0:FF84F5:09:000:Infinite Cont. Light CLERIC
ddtodr1:0:FF84FF:09:000:Infinite Striking CLERIC
ddtodr1:0:000000:00:999:[ ]
ddtodr1:0:000000:00:999:[The cheats above r for PL2 ]
ddtodr1:0:000000:00:999:[The cheats below r for PL3 ]
ddtodr1:0:000000:00:999:[ ]
ddtodr1:0:FF8919:A0:000:Infinite Energy
ddtodr1:0:FF894E:09:000:Infinite Gold
ddtodr1:0:FF894F:99:500:Infinite Gold (2/2)
ddtodr1:0:FF8528:09:000:Infinite Dagger
ddtodr1:0:FF8529:09:000:Infinite Hammer
ddtodr1:0:FF852A:09:000:Infinite Arrows
ddtodr1:0:FF852B:09:000:Infinite Oil
ddtodr1:0:FF852C:09:000:Infinite Ring MM ALL
ddtodr1:0:FF852E:09:000:Infinite Ring FB ALL
ddtodr1:0:FF852F:09:000:Infinite Ring LB ALL
ddtodr1:0:FF8531:09:000:Infinite Ring CL ALL
ddtodr1:0:FF8538:09:000:Infinite Magic Missile ELF
ddtodr1:0:FF8539:09:000:Infinite Invisibility ELF
ddtodr1:0:FF853A:09:000:Infinite Fireball ELF
ddtodr1:0:FF8534:09:000:Infinite Hold Person CLERIC
ddtodr1:0:FF8535:09:000:Infinite Cont. Light CLERIC
ddtodr1:0:FF853F:09:000:Infinite Striking CLERIC
ddtodr1:0:000000:00:999:[ ]
ddtodr1:0:000000:00:999:[The cheats above r for PL3 ]
ddtodr1:0:000000:00:999:[The cheats below r for PL4 ]
ddtodr1:0:000000:00:999:[ ]
ddtodr1:0:FF8A19:A0:000:Infinite Energy
ddtodr1:0:FF8A4E:09:000:Infinite Gold
ddtodr1:0:FF8A4F:99:500:Infinite Gold (2/2)
ddtodr1:0:FF8568:09:000:Infinite Dagger
ddtodr1:0:FF8569:09:000:Infinite Hammer
ddtodr1:0:FF856A:09:000:Infinite Arrows
ddtodr1:0:FF856B:09:000:Infinite Oil
ddtodr1:0:FF856C:09:000:Infinite Ring MM ALL
ddtodr1:0:FF856E:09:000:Infinite Ring FB ALL
ddtodr1:0:FF856F:09:000:Infinite Ring LB ALL
ddtodr1:0:FF8571:09:000:Infinite Ring CL ALL
ddtodr1:0:FF8578:09:000:Infinite Magic Missile ELF
ddtodr1:0:FF8579:09:000:Infinite Invisibility ELF
ddtodr1:0:FF857A:09:000:Infinite Fireball ELF
ddtodr1:0:FF8574:09:000:Infinite Hold Person CLERIC
ddtodr1:0:FF8575:09:000:Infinite Cont. Light CLERIC
ddtodr1:0:FF857F:09:000:Infinite Striking CLERIC
ddtodr1:0:000000:00:999:[ ]
ddtodr1:0:000000:00:999:[The cheats above r for PL4 ]
ddtodr1:0:000000:00:999:[ ]
; [ Dynamite Dux (bootleg) ]
dduxbl:0:FFD435:09:000:Infinite Lives PL1
dduxbl:0:FFD471:1C:000:Infinite Energy PL1
dduxbl:0:FFD75F:78:000:Invincibility 'ON' PL1
dduxbl:0:FFD75F:01:001:Invincibility 'OFF' PL1
dduxbl:0:FFD437:09:000:Infinite Lives PL2
dduxbl:0:FFD475:1C:000:Infinite Energy PL2
dduxbl:0:FFD86D:78:000:Invincibility 'ON' PL2
dduxbl:0:FFD86D:01:001:Invincibility 'OFF' PL2
; [ Dead Connection (Japan) ]
deadconj:0:102911:65:000:Infinite Time
deadconj:0:102A2F:00:001:Finish this Round Now!
deadconj:0:102A2F:FF:070:Select number of enemies left Now!
deadconj:0:1035E2:0C:000:Infinite Energy PL1
deadconj:0:103612:03:000:Invincibility PL1
deadconj:0:103607:00:000:Always have the Automatic PL1
deadconj:0:103607:01:000:Always have the Revolver PL1
deadconj:0:103607:02:000:Always have the Shotgun PL1
deadconj:0:103607:03:000:Always have the Machine Gun PL1
deadconj:0:103607:00:001:Get the Automatic Now! PL1
deadconj:0:103607:01:001:Get the Revolver Now! PL1
deadconj:0:103607:02:001:Get the Shotgun Now! PL1
deadconj:0:103607:03:001:Get the Machine Gun Now! PL1
deadconj:0:103674:0C:000:Infinite Energy PL2
deadconj:0:1036A4:03:000:Invincibility PL2
deadconj:0:103699:00:000:Always have the Automatic PL2
deadconj:0:103699:01:000:Always have the Revolver PL2
deadconj:0:103699:02:000:Always have the Shotgun PL2
deadconj:0:103699:03:000:Always have the Machine Gun PL2
deadconj:0:103699:00:001:Get the Automatic Now! PL2
deadconj:0:103699:01:001:Get the Revolver Now! PL2
deadconj:0:103699:02:001:Get the Shotgun Now! PL2
deadconj:0:103699:03:001:Get the Machine Gun Now! PL2
; [ Dead Connection (World) ]
deadconx:0:102911:65:000:Infinite Time
deadconx:0:102A2F:00:001:Finish this Round Now!
deadconx:0:102A2F:FF:070:Select number of enemies left Now!
deadconx:0:1035E2:0C:000:Infinite Energy PL1
deadconx:0:103612:03:000:Invincibility PL1
deadconx:0:103607:00:000:Always have the Automatic PL1
deadconx:0:103607:01:000:Always have the Revolver PL1
deadconx:0:103607:02:000:Always have the Shotgun PL1
deadconx:0:103607:03:000:Always have the Machine Gun PL1
deadconx:0:103607:00:001:Get the Automatic Now! PL1
deadconx:0:103607:01:001:Get the Revolver Now! PL1
deadconx:0:103607:02:001:Get the Shotgun Now! PL1
deadconx:0:103607:03:001:Get the Machine Gun Now! PL1
deadconx:0:103674:0C:000:Infinite Energy PL2
deadconx:0:1036A4:03:000:Invincibility PL2
deadconx:0:103699:00:000:Always have the Automatic PL2
deadconx:0:103699:01:000:Always have the Revolver PL2
deadconx:0:103699:02:000:Always have the Shotgun PL2
deadconx:0:103699:03:000:Always have the Machine Gun PL2
deadconx:0:103699:00:001:Get the Automatic Now! PL2
deadconx:0:103699:01:001:Get the Revolver Now! PL2
deadconx:0:103699:02:001:Get the Shotgun Now! PL2
deadconx:0:103699:03:001:Get the Machine Gun Now! PL2
; [ Dead Eye ]
deadeye:0:0E3A:02:000:Infinite Lives
; [ Defense Command (set 1) ]
defcmnd:0:A037:99:000:Infinite Credits
defcmnd:0:E8A4:00:100:Invincibility
defcmnd:0:E8AB:20:600:Invincibility (2/2)
defcmnd:0:A0BA:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed.
defcmnd:0:A1A1:05:000:Infinite Lives PL1
defcmnd:0:A1A3:04:000:Infinite Smart Bombs PL1
defcmnd:0:A1A2:63:072:Select Current Attack Wave PL1
defcmnd:0:A1A2:63:062:Select Next Attack Wave PL1
defcmnd:0:A1DE:05:000:Infinite Lives PL2
defcmnd:0:A1E0:04:000:Infinite Smart Bombs PL2
defcmnd:0:A1DF:63:072:Select Current Attack Wave PL2
defcmnd:0:A1DF:63:062:Select Next Attack Wave PL2
; [ Defence Command ]
defence:0:A037:99:000:Infinite Credits
defence:0:E861:00:100:Invincibility
defence:0:E868:20:600:Invincibility (2/2)
defence:0:A0F7:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed.
defence:0:A1DE:05:000:Infinite Lives PL1
defence:0:A1E0:04:000:Infinite Smart Bombs PL1
defence:0:A1DF:63:072:Select Current Attack Wave PL1
defence:0:A1DF:63:062:Select Next Attack Wave PL1
defence:0:A21B:05:000:Infinite Lives PL2
defence:0:A21D:04:000:Infinite Smart Bombs PL2
defence:0:A21C:63:072:Select Current Attack Wave PL2
defence:0:A21C:63:062:Select Next Attack Wave PL2
; [ Defender (Red label) ]
defender:0:A037:99:000:Infinite Credits
defender:0:E87D:00:100:Invincibility
defender:0:E884:20:600:Invincibility (2/2)
defender:0:A0FA:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed.
defender:0:A1C9:05:000:Infinite Lives PL1
defender:0:A1CB:05:000:Infinite Smart Bombs PL1
defender:0:A1CA:63:072:Select Current Attack Wave PL1
defender:0:A1CA:63:062:Select Next Attack Wave PL1
defender:0:A206:05:000:Infinite Lives PL2
defender:0:A208:05:000:Infinite Smart Bombs PL2
defender:0:A207:63:072:Select Current Attack Wave PL2
defender:0:A207:63:062:Select Next Attack Wave PL2
; [ Defender (Green label) ]
defendg:0:A037:99:000:Infinite Credits
defendg:0:E7EC:00:100:Invincibility
defendg:0:E7F3:20:600:Invincibility (2/2)
defendg:0:A0BD:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed.
defendg:0:A1A4:05:000:Infinite Lives PL1
defendg:0:A1A6:04:000:Infinite Smart Bombs PL1
defendg:0:A1A5:63:072:Select Current Attack Wave PL1
defendg:0:A1A5:63:062:Select Next Attack Wave PL1
defendg:0:A1E1:05:000:Infinite Lives PL2
defendg:0:A1E3:04:000:Infinite Smart Bombs PL2
defendg:0:A1E2:63:072:Select Current Attack Wave PL2
defendg:0:A1E2:63:062:Select Next Attack Wave PL2
; [ Defender (White label) ]
defendw:0:A037:99:000:Infinite Credits
defendw:0:E7EC:00:100:Invincibility
defendw:0:E7F3:20:600:Invincibility (2/2)
defendw:0:A0BD:0A:000:Always start and end with 10 defendees:You will never go onto space with this cheat but the defendees will disappear as they are captured or destroyed.
defendw:0:A1A4:05:000:Infinite Lives PL1
defendw:0:A1A6:04:000:Infinite Smart Bombs PL1
defendw:0:A1A5:63:072:Select Current Attack Wave PL1
defendw:0:A1A5:63:062:Select Next Attack Wave PL1
defendw:0:A1E1:05:000:Infinite Lives PL2
defendw:0:A1E3:04:000:Infinite Smart Bombs PL2
defendw:0:A1E2:63:072:Select Current Attack Wave PL2
defendw:0:A1E2:63:062:Select Next Attack Wave PL2
; [ Demon ]
demon:0:014D:09:000:Infinite Credits
demon:0:0141:63:000:Infinite Lives PL1
demon:0:0143:63:000:Infinite Lives PL2
; [ Demon's World / Horror Story ]
demonwld:0:000000:00:999:[See the Dip Switch Menu to ]
demonwld:0:000000:00:999:[enable an alternate ]
demonwld:0:000000:00:999:[Invincibility cheat. ]
demonwld:0:C002F9:0A:000:Infinite Lives PL1
demonwld:0:C00049:04:020:Invincibility 'ON' PL1
demonwld:0:C00049:04:041:Invincibility 'OFF' PL1
demonwld:0:C00355:1E:020:Always have the Shield PL1
demonwld:0:C00355:1E:021:Get the Shield Now! PL1
demonwld:0:C00355:1E:041:Lose the Shield Now! PL1
demonwld:0:C002E9:02:000:Next 'P' always = Shield PL1
demonwld:0:C002E9:02:001:Next 'P' gives Shield Now!PL1
demonwld:0:C002ED:00:001:Get Missiles Now! PL1
demonwld:0:C002ED:01:001:Get Laser Now! PL1
demonwld:0:C002ED:02:001:Get Auto Now! PL1
demonwld:0:C002ED:03:001:Get Bombs Now! PL1
demonwld:0:C002ED:04:001:Get 3-Way Now! PL1
demonwld:0:C002ED:00:000:Always have Missiles PL1
demonwld:0:C002ED:01:000:Always have Laser PL1
demonwld:0:C002ED:02:000:Always have Auto PL1
demonwld:0:C002ED:03:000:Always have Bombs PL1
demonwld:0:C002ED:04:000:Always have 3-Way PL1
demonwld:0:C002FB:0A:000:Infinite Lives PL2
demonwld:0:C00071:04:020:Invincibility 'ON' PL2
demonwld:0:C00071:04:041:Invincibility 'OFF' PL2
demonwld:0:C003B5:1E:020:Always have the Shield PL2
demonwld:0:C003B5:1E:021:Get the Shield Now! PL2
demonwld:0:C003B5:1E:041:Lose the Shield Now! PL2
demonwld:0:C002EB:02:000:Next 'P' always = Shield PL2
demonwld:0:C002EB:02:001:Next 'P' gives Shield Now!PL2
demonwld:0:C002EF:00:000:Always have Missiles PL2
demonwld:0:C002EF:01:000:Always have Laser PL2
demonwld:0:C002EF:02:000:Always have Auto PL2
demonwld:0:C002EF:03:000:Always have Bombs PL2
demonwld:0:C002EF:04:000:Always have 3-Way PL2
demonwld:0:C002EF:00:001:Get Missiles Now! PL2
demonwld:0:C002EF:01:001:Get Laser Now! PL2
demonwld:0:C002EF:02:001:Get Auto Now! PL2
demonwld:0:C002EF:03:001:Get Bombs Now! PL2
demonwld:0:C002EF:04:001:Get 3-Way Now! PL2
; [ Depthcharge ]
depthch:0:E002:99:000:Infinite Time
depthch:0:8468:00:000:Invincibility
; [ Desert Gun ]
desertgu:0:2008:99:000:Infinite Time
desertgu:0:20B9:06:000:No Reloading
; [ Demolition Derby ]
destderb:0:E0B3:00:000:No Damage PL1
destderb:0:E121:00:000:No Damage PL2
destderb:0:E18F:00:000:No Damage PL3
destderb:0:E1FD:00:000:No Damage PL4
destderb:0:E0B7:40:000:Recover maximum damage PL1
destderb:0:E125:40:000:Recover maximum damage PL2
destderb:0:E193:40:000:Recover maximum damage PL3
destderb:0:E201:40:000:Recover maximum damage PL4
; [ Demolition Derby (2-Player Mono Board Version) ]
destderm:0:E0B3:00:000:No Damage PL1
destderm:0:E121:00:000:No Damage PL2
destderm:0:E0B7:40:000:Recover maximum damage PL1
destderm:0:E125:40:000:Recover maximum damage PL2
; [ Destination Earth ]
desterth:0:21AC:06:000:Infinite Lives PL1
desterth:0:21A2:80:000:Infinite Fuel PL1
desterth:0:22AC:06:000:Infinite Lives PL2
desterth:0:22A2:80:000:Infinite Fuel PL2
desterth:0:218D:00:000:Enemies once per Round: Also no Fireballs
desterth:0:21AB:00:000:Always Round 1 (Slow Enemies)
desterth:0:21AE:05:001:1 Rescue Ends Round Now!
desterth:0:212D:01:501:1 Rescue Ends Round Now!(2/2)
desterth:0:21A0:01:501:1 Rescue Ends Round Now!(3/2)
; [ Detana!! Twin Bee (Japan) ]
detatwin:0:204096:06:000:Infinite Lives PL1
detatwin:0:3002D4:09:000:Maximum speed PL1
detatwin:0:3002C9:3F:000:Maximum fire charge PL1
detatwin:0:3002D7:09:000:Infinite Shields PL1:Get the red bell first
detatwin:0:3002AA:00:000:Invincibility "ON" PL1
detatwin:0:3002AA:D7:001:Invincibility "OFF" PL1
detatwin:0:3002E0:7F:040:All items available PL1
detatwin:0:300344:00:000:Right arm "ON" PL1
detatwin:0:300320:80:500:Right arm "ON" PL1 (2/2)
detatwin:0:300344:01:001:Right arm "OFF" PL1
detatwin:0:300320:00:501:Right arm "OFF" PL1 (2/2)
detatwin:0:3003C4:00:000:Left arm "ON" PL1
detatwin:0:3003A0:80:500:Left arm "ON" PL1 (2/2)
detatwin:0:3003C4:01:001:Left arm "OFF" PL1
detatwin:0:3003A0:00:501:Left arm "OFF" PL1 (2/2)
detatwin:0:3002D8:01:001:Followers "ON" Now! PL1
detatwin:0:3002D8:00:001:Followers "OFF" Now! PL1
detatwin:0:3002DD:01:001:Tail shield "ON" Now! PL1
detatwin:0:3002DD:00:001:Tail shield "OFF" Now! PL1
detatwin:0:3002C0:00:000:Always have Single Fire PL1
detatwin:0:3002C0:01:000:Always have Double Fire PL1
detatwin:0:3002C0:02:000:Always have 3-way Fire PL1
detatwin:0:3002C0:00:001:Get Single Fire Now! PL1
detatwin:0:3002C0:01:001:Get Double Fire Now! PL1
detatwin:0:3002C0:02:001:Get 3-way Fire Now! PL1
detatwin:0:204097:06:000:Infinite Lives PL2
detatwin:0:3006D4:09:000:Maximum speed PL2
detatwin:0:3006C9:3F:000:Maximum fire charge PL2
detatwin:0:3006D7:09:000:Infinite Shields PL2:Get the red bell first
detatwin:0:3006AA:00:000:Invincibility "ON" PL2
detatwin:0:3006AA:D7:001:Invincibility "OFF" PL2
detatwin:0:3006E0:7F:040:All items available PL2
detatwin:0:300744:00:000:Right arm "ON" PL2
detatwin:0:300720:80:500:Right arm "ON" PL2 (2/2)
detatwin:0:300744:01:001:Right arm "OFF" PL2
detatwin:0:300720:00:501:Right arm "OFF" PL2 (2/2)
detatwin:0:3007C4:00:000:Left arm "ON" PL2
detatwin:0:3007A0:80:500:Left arm "ON" PL2 (2/2)
detatwin:0:3007C4:01:001:Left arm "OFF" PL2
detatwin:0:3007A0:00:501:Left arm "OFF" PL2 (2/2)
detatwin:0:3006D8:01:001:Followers "ON" Now! PL2
detatwin:0:3006D8:00:001:Followers "OFF" Now! PL2
detatwin:0:3006DD:01:001:Tail shield "ON" Now! PL2
detatwin:0:3006DD:00:001:Tail shield "OFF" Now! PL2
detatwin:0:3006C0:00:000:Always have Single Fire PL2
detatwin:0:3006C0:01:000:Always have Double Fire PL2
detatwin:0:3006C0:02:000:Always have 3-way Fire PL2
detatwin:0:3006C0:00:001:Get Single Fire Now! PL2
detatwin:0:3006C0:01:001:Get Double Fire Now! PL2
detatwin:0:3006C0:02:001:Get 3-way Fire Now! PL2
detatwin:0:20406F:04:000:Yellow bell always = 50000pts
detatwin:0:20406F:04:001:Yellow bell = 50000pts Now!
detatwin:0:204011:F0:002:Sound Test Code Stop:[PL2 Start]Next Code
; [ Devil Fish (Galaxian hardware, bootleg?) ]
devilfsg:0:410E:03:000:Infinite Lives
devilfsg:0:412E:10:000:Infinite Fish
; [ Devil Fish ]
devilfsh:0:410E:03:000:Infinite Lives
devilfsh:0:412E:10:000:Infinite Fish
; [ Devil World ]
devilw:2:041011:9A:000:Infinite Lives PL1
devilw:1:041017:FF:000:Infinite Energy PL1
devilw:2:04106A:0C:000:Infinite Keys PL1
devilw:2:041016:01:000:Invincibility PL1
devilw:2:04106C:13:500:Invincibility PL1 (2/2)
devilw:2:041066:01:000:Always have Speed Up PL1
devilw:2:041087:20:000:Always have Dynamite PL1
devilw:2:041061:13:000:Always have Machine Gun PL1
devilw:2:041061:05:000:Always have Fire PL1
devilw:2:041061:15:000:Always have Bazooka PL1
devilw:2:041061:12:000:Always have Shotgun PL1
devilw:2:041061:06:000:Always have Laser PL1
devilw:2:04106F:0B:000:Always have Shield PL1
devilw:2:041066:01:001:Get the Speed Up Now! PL1
devilw:2:041087:20:001:Get the Dynamite Now! PL1
devilw:2:041061:13:001:Get the Machine Gun Now! PL1
devilw:2:041061:05:001:Get the Fire Now! PL1
devilw:2:041061:15:001:Get the Bazooka Now! PL1
devilw:2:041061:12:001:Get the Shotgun Now! PL1
devilw:2:041061:06:001:Get the Laser Now! PL1
devilw:2:04106F:0B:001:Get the Shield Now! PL1
devilw:2:041111:9A:000:Infinite Lives PL2
devilw:1:041117:FF:000:Infinite Energy PL2
devilw:2:04116A:0C:000:Infinite Keys PL2
devilw:2:041116:01:000:Invincibility PL2
devilw:2:04116C:13:500:Invincibility PL2 (2/2)
devilw:2:041166:01:000:Always have Speed Up PL2
devilw:2:041187:20:000:Always have Dynamite PL2
devilw:2:041161:13:000:Always have Machine Gun PL2
devilw:2:041161:05:000:Always have Fire PL2
devilw:2:041161:15:000:Always have Bazooka PL2
devilw:2:041161:12:000:Always have Shotgun PL2
devilw:2:041161:06:000:Always have Laser PL2
devilw:2:04116F:0B:000:Always have Shield PL2
devilw:2:041166:01:001:Get the Speed Up Now! PL2
devilw:2:041187:20:001:Get the Dynamite Now! PL2
devilw:2:041161:13:001:Get the Machine Gun Now! PL2
devilw:2:041161:05:001:Get the Fire Now! PL2
devilw:2:041161:15:001:Get the Bazooka Now! PL2
devilw:2:041161:12:001:Get the Shotgun Now! PL2
devilw:2:041161:06:001:Get the Laser Now! PL2
devilw:2:04116F:0B:001:Get the Shield Now! PL2
devilw:2:060002:FF:000:Sound Test Timer Stop:[PL1 Start]Next Code
; [ Devastators (version X) ]
devstor2:0:4103:60:000:Infinite Time
devstor2:0:410C:09:000:Infinite Lives PL1
devstor2:0:410E:09:000:Infinite Rockets PL1
devstor2:0:416B:09:000:Infinite Flame thrower PL1:Used instead of rifle
devstor2:0:410D:09:000:Infinite Normal Grenades PL1
devstor2:0:417C:09:000:Infinite Fast Grenades PL1
devstor2:0:417B:09:000:Infinite Napalm Grenades PL1
devstor2:0:4480:82:000:Invincibility PL1
devstor2:0:4116:09:000:Infinite Lives PL2
devstor2:0:4118:09:000:Infinite Rockets PL2
devstor2:0:416C:09:000:Infinite Flame Thrower PL2:Used instead of rifle
devstor2:0:4117:09:000:Infinite Normal Grenades PL2
devstor2:0:417E:09:000:Infinite Fast Grenades PL2
devstor2:0:417D:09:000:Infinite Napalm Grenades PL2
devstor2:0:45C0:82:000:Invincibility PL2
devstor2:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Devastators (version V) ]
devstor3:0:4103:60:000:Infinite Time
devstor3:0:410C:09:000:Infinite Lives PL1
devstor3:0:410E:09:000:Infinite Rockets PL1
devstor3:0:410D:09:000:Infinite Normal Grenades PL1
devstor3:0:4480:82:000:Invincibility PL1
devstor3:0:4116:09:000:Infinite Lives PL2
devstor3:0:4118:09:000:Infinite Rockets PL2
devstor3:0:4117:09:000:Infinite Normal Grenades PL2
devstor3:0:45C0:82:000:Invincibility PL2
devstor3:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Devastators (version Z) ]
devstors:0:4103:60:000:Infinite Time
devstors:0:410C:09:000:Infinite Lives PL1
devstors:0:410E:09:000:Infinite Rockets PL1
devstors:0:410D:09:000:Infinite Normal Grenades PL1
devstors:0:4480:82:000:Invincibility PL1
devstors:0:4116:09:000:Infinite Lives PL2
devstors:0:4118:09:000:Infinite Rockets PL2
devstors:0:4117:09:000:Infinite Normal Grenades PL2
devstors:0:45C0:82:000:Invincibility PL2
devstors:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Devil Zone ]
devzone:0:6015:03:000:Infinite Lives PL1
devzone:0:6016:03:000:Infinite Lives PL2
devzone:0:60AF:80:000:Invincibility
; [ Dangun Feveron (Japan) ]
dfeveron:0:101731:09:000:Infinite Credits
dfeveron:0:1052D9:04:071:Round Select
dfeveron:0:1052C5:07:000:Infinite Lives PL1
dfeveron:0:105A3B:03:000:Infinite Bombs PL1
dfeveron:0:105A16:80:000:Invincibility PL1
dfeveron:0:105A35:06:000:Maximum Power PL1
dfeveron:0:105A41:05:500:Maximum Power PL1
dfeveron:0:105A45:04:500:Maximum Power PL1
dfeveron:0:105A36:00:000:Always have Fighter Type 1 PL1
dfeveron:0:105A36:08:000:Always have Fighter Type 2 PL1
dfeveron:0:105A36:10:000:Always have Fighter Type 3 PL1
dfeveron:0:105A34:00:000:Always have Powerful Type 1 PL1
dfeveron:0:105A34:08:000:Always have Powerful Type 2 PL1
dfeveron:0:105A34:10:000:Always have Powerful Type 3 PL1
dfeveron:0:105A30:1A:000:Always have Speed Type 1 PL1
dfeveron:0:105A30:1E:000:Always have Speed Type 2 PL1
dfeveron:0:105A30:29:000:Always have Speed Type 3 PL1
dfeveron:0:105A30:2D:000:Always have Speed Type 4 PL1
dfeveron:0:105A36:00:001:Get Fighter Type 1 Now! PL1
dfeveron:0:105A36:08:001:Get Fighter Type 2 Now! PL1
dfeveron:0:105A36:10:001:Get Fighter Type 3 Now! PL1
dfeveron:0:105A34:00:001:Get Powerful Type 1 Now! PL1
dfeveron:0:105A34:08:001:Get Powerful Type 2 Now! PL1
dfeveron:0:105A34:10:001:Get Powerful Type 3 Now! PL1
dfeveron:0:105A30:1A:001:Get Speed Type 1 Now! PL1
dfeveron:0:105A30:1E:001:Get Speed Type 2 Now! PL1
dfeveron:0:105A30:29:001:Get Speed Type 3 Now! PL1
dfeveron:0:105A30:2D:001:Get Speed Type 4 Now! PL1
dfeveron:0:1052C7:07:000:Infinite Lives PL2
dfeveron:0:105A7B:03:000:Infinite Bombs PL2
dfeveron:0:105A56:80:000:Invincibility PL2
dfeveron:0:105A75:06:000:Maximum Power PL2
dfeveron:0:105A81:05:500:Maximum Power PL2
dfeveron:0:105A85:04:500:Maximum Power PL2
dfeveron:0:105A76:00:000:Always have Fighter Type 1 PL2
dfeveron:0:105A76:08:000:Always have Fighter Type 2 PL2
dfeveron:0:105A76:10:000:Always have Fighter Type 3 PL2
dfeveron:0:105A74:00:000:Always have Powerful Type 1 PL2
dfeveron:0:105A74:08:000:Always have Powerful Type 2 PL2
dfeveron:0:105A74:10:000:Always have Powerful Type 3 PL2
dfeveron:0:105A70:1A:000:Always have Speed Type 1 PL2
dfeveron:0:105A70:1E:000:Always have Speed Type 2 PL2
dfeveron:0:105A70:29:000:Always have Speed Type 3 PL2
dfeveron:0:105A70:2D:000:Always have Speed Type 4 PL2
dfeveron:0:105A76:00:001:Get Fighter Type 1 Now! PL2
dfeveron:0:105A76:08:001:Get Fighter Type 2 Now! PL2
dfeveron:0:105A76:10:001:Get Fighter Type 3 Now! PL2
dfeveron:0:105A74:00:001:Get Powerful Type 1 Now! PL2
dfeveron:0:105A74:08:001:Get Powerful Type 2 Now! PL2
dfeveron:0:105A74:10:001:Get Powerful Type 3 Now! PL2
dfeveron:0:105A70:1A:001:Get Speed Type 1 Now! PL2
dfeveron:0:105A70:1E:001:Get Speed Type 2 Now! PL2
dfeveron:0:105A70:29:001:Get Speed Type 3 Now! PL2
dfeveron:0:105A70:2D:001:Get Speed Type 4 Now! PL2
; [ Dharma Doujou ]
dharma:0:40E046:63:000:Infinite Credits
dharma:0:40DD04:02:000:Infinite Time
dharma:0:40DD05:50:500:Infinite Time
; [ Diamond Run ]
diamond:0:049C:06:000:Infinite Lives
diamond:0:049B:05:000:Start on level 5
diamond:0:049B:0A:000:Start on level 10
diamond:0:1000:00:001:Need 1 Diamond Now!
diamond:0:1001:00:501:Need 1 Diamond Now! (2/2)
diamond:0:1001:00:000:Need 1 Diamond Only
diamond:0:1000:00:500:Need 1 Diamond Only (2/2)
; [ Dig Dug (set 1) ]
digdug:0:840A:06:000:Infinite Lives PL1
digdug:0:840B:06:000:Infinite Lives PL2
digdug:0:8401:80:040:Invincibility
digdug:0:840D:63:072:Select current level
digdug:0:840D:63:062:Select next level
; [ Dig Dug II (set 1) ]
digdug2:0:1703:06:000:Infinite Lives
; [ Dig Dug II (set 2) ]
digdug2a:0:1703:06:000:Infinite Lives
; [ Dig Dug (Atari) ]
digdugat:0:840A:06:000:Infinite Lives PL1
digdugat:0:840B:06:000:Infinite Lives PL2
digdugat:0:8401:80:040:Invincibility
digdugat:0:840D:63:072:Select current level
digdugat:0:840D:63:062:Select next level
; [ Dig Dug (set 2) ]
digdugb:0:840A:06:000:Infinite Lives PL1
digdugb:0:840B:06:000:Infinite Lives PL2
digdugb:0:8401:80:040:Invincibility
digdugb:0:840D:63:072:Select current level
digdugb:0:840D:63:062:Select next level
; [ Digger ]
digger:0:E464:03:000:Infinite Lives PL1
digger:0:E465:03:000:Infinite Lives PL2
; [ Cadillacs and Dinosaurs (World) ]
dino:0:FF84E9:09:000:Infinite Time
dino:0:FFB317:03:000:Infinite Lives PL1
dino:0:FFB2E1:64:000:Infinite Energy PL1
dino:0:FFB360:01:000:Invincibility PL1
dino:0:FFB361:68:500:Invincibility PL1 (2/2)
dino:0:FFB497:03:000:Infinite Lives PL2
dino:0:FFB461:64:000:Infinite Energy PL2
dino:0:FFB4E0:01:000:Invincibility PL2
dino:0:FFB4E1:68:500:Invincibility PL2 (2/2)
dino:0:FFB617:03:000:Infinite Lives PL3
dino:0:FFB5E1:64:000:Infinite Energy PL3
dino:0:FFB660:01:000:Invincibility PL3
dino:0:FFB661:68:500:Invincibility PL3 (2/2)
; [ Cadillacs Kyouryuu-Shinseiki (Japan) ]
dinoj:0:FF84E9:09:000:Infinite Time
dinoj:0:FFB317:03:000:Infinite Lives PL1
dinoj:0:FFB2E1:64:000:Infinite Energy PL1
dinoj:0:FFB360:01:000:Invincibility PL1
dinoj:0:FFB361:68:500:Invincibility PL1 (2/2)
dinoj:0:FFB497:03:000:Infinite Lives PL2
dinoj:0:FFB461:64:000:Infinite Energy PL2
dinoj:0:FFB4E0:01:000:Invincibility PL2
dinoj:0:FFB4E1:68:500:Invincibility PL2 (2/2)
dinoj:0:FFB617:03:000:Infinite Lives PL3
dinoj:0:FFB5E1:64:000:Infinite Energy PL3
dinoj:0:FFB660:01:000:Invincibility PL3
dinoj:0:FFB661:68:500:Invincibility PL3 (2/2)
; [ Dino Rex (World) ]
dinorex:0:60826F:FF:000:Infinite Time
dinorex:0:60826F:00:001:Finish this Round Now!
dinorex:0:605124:68:000:Infinite Energy PL1
dinorex:0:605124:00:001:Drain All Energy Now! PL1
dinorex:0:602750:02:001:Set Rounds won to 2 Now! PL1
dinorex:0:602750:00:001:Set Rounds won to 0 Now! PL1
dinorex:0:605190:68:000:Infinite Energy PL2
dinorex:0:605190:00:001:Drain All Energy Now! PL2
dinorex:0:602751:02:001:Set Rounds won to 2 Now! PL2
dinorex:0:602751:00:001:Set Rounds won to 0 Now! PL2
; [ Dino Rex (Japan) ]
dinorexj:0:60826F:FF:000:Infinite Time
dinorexj:0:60826F:00:001:Finish this Round Now!
dinorexj:0:605124:68:000:Infinite Energy PL1
dinorexj:0:605124:00:001:Drain All Energy Now! PL1
dinorexj:0:602750:02:001:Set Rounds won to 2 Now! PL1
dinorexj:0:602750:00:001:Set Rounds won to 0 Now! PL1
dinorexj:0:605190:68:000:Infinite Energy PL2
dinorexj:0:605190:00:001:Drain All Energy Now! PL2
dinorexj:0:602751:02:001:Set Rounds won to 2 Now! PL2
dinorexj:0:602751:00:001:Set Rounds won to 0 Now! PL2
; [ Dino Rex (US) ]
dinorexu:0:60826F:FF:000:Infinite Time
dinorexu:0:60826F:00:001:Finish this Round Now!
dinorexu:0:605124:68:000:Infinite Energy PL1
dinorexu:0:605124:00:001:Drain All Energy Now! PL1
dinorexu:0:602750:02:001:Set Rounds won to 2 Now! PL1
dinorexu:0:602750:00:001:Set Rounds won to 0 Now! PL1
dinorexu:0:605190:68:000:Infinite Energy PL2
dinorexu:0:605190:00:001:Drain All Energy Now! PL2
dinorexu:0:602751:02:001:Set Rounds won to 2 Now! PL2
dinorexu:0:602751:00:001:Set Rounds won to 0 Now! PL2
; [ Disco No.1 ]
disco:0:0000:00:999:[ Codes are not working ]
disco:0:0000:00:999:[ due to protection !!! ]
disco:0:0015:03:000:Infinite Lives
disco:0:0016:08:000:Infinite Music weapons
disco:0:007A:07:000:Infinite Music time
; [ Disco No.1 (Rev.F) ]
discof:0:0000:00:999:[ Codes are not working ]
discof:0:0000:00:999:[ due to protection !!! ]
discof:0:0015:03:000:Infinite Lives
discof:0:0016:08:000:Infinite Music weapons
discof:0:007A:07:000:Infinite Music time
; [ Daiku no Gensan (Japan, M72) ]
dkgenm72:0:A0A47:0A:000:Infinite Lives PL1
dkgenm72:0:A0A57:0A:000:Infinite Lives PL2
dkgenm72:0:A00FD:5A:000:Infinite Time
dkgenm72:0:A00FE:09:500:Infinite Time (2/2)
dkgenm72:0:A0C08:00:000:Invincibility
dkgenm72:0:00000:00:999:[The Select current level ]
dkgenm72:0:00000:00:999:[can be enabled on the intro]
dkgenm72:0:00000:00:999:[screen it doesn't work if ]
dkgenm72:0:00000:00:999:[enabled on the title screen]
dkgenm72:0:A0A48:05:071:Select current level
dkgenm72:0:A0A48:05:061:Select next level
; [ Daiku no Gensan (Japan) ]
dkgensan:0:E0A47:0A:000:Infinite Lives PL1
dkgensan:0:E0A57:0A:000:Infinite Lives PL2
dkgensan:0:E00FD:5A:000:Infinite Time
dkgensan:0:E00FE:09:500:Infinite Time (2/2)
dkgensan:0:E0C08:00:000:Invincibility
dkgensan:0:00000:00:999:[The Select current level ]
dkgensan:0:00000:00:999:[can be enabled on the intro]
dkgensan:0:00000:00:999:[screen it doesn't work if ]
dkgensan:0:00000:00:999:[enabled on the title screen]
dkgensan:0:E0A48:05:071:Select current level
dkgensan:0:E0A48:05:061:Select next level
; [ Donkey Kong Junior (bootleg?) ]
dkngjnrb:0:6001:90:000:Infinite Credits
dkngjnrb:0:6228:06:000:Infinite Lives
dkngjnrb:0:62B1:63:000:Infinite bonus time
dkngjnrb:0:638C:99:502:Infinite bonus time (2/2)
; [ Donkey Kong Junior (Japan?) ]
dkngjnrj:0:6001:90:000:Infinite Credits
dkngjnrj:0:6228:06:000:Infinite Lives
dkngjnrj:0:62B1:63:000:Infinite bonus time
dkngjnrj:0:638C:99:502:Infinite bonus time (2/2)
; [ Donkey Kong (US) ]
dkong:0:6001:90:000:Infinite Credits
dkong:0:6228:06:000:Infinite Lives
dkong:0:6394:0F:002:Infinite hammer upon pickup
dkong:0:62B1:63:000:Infinite bonus time
dkong:0:638C:99:502:Infinite bonus time (2/2)
dkong:0:62B9:00:000:No fireballs on ramps
dkong:0:6403:00:000:No fireballs on factory
dkong:0:65A0:00:000:No pies on factory
dkong:0:6400:00:000:No fireballs on rivets
dkong:0:6500:00:000:No jacks on elevators
dkong:0:6392:00:000:No barrels on ramps
dkong:0:6215:01:000:Always climb
dkong:0:6215:00:001:Deactivate climb
dkong:0:6217:01:000:Hammer
dkong:0:6691:01:500:Hammer (2/2)
dkong:0:6290:00:001:Finish sub-level 4 Now!
dkong:0:6229:FF:072:Select current round
dkong:0:6229:FF:062:Select next round
; [ Donkey Kong 3 (US) ]
dkong3:0:601A:06:000:Infinite Lives
dkong3:0:603D:00:000:Infinite SShooter upon pickup
; [ Donkey Kong 3 (Japan) ]
dkong3j:0:601A:06:000:Infinite Lives
dkong3j:0:603D:00:000:Infinite SShooter upon pickup
; [ Donkey Kong (Japan set 2) ]
dkongjo:0:6001:90:000:Infinite Credits
dkongjo:0:6228:06:000:Infinite Lives
dkongjo:0:6394:0F:002:Infinite hammer upon pickup
dkongjo:0:62B1:63:000:Infinite bonus time
dkongjo:0:638C:99:502:Infinite bonus time (2/2)
dkongjo:0:62B9:00:000:No fireballs on ramps
dkongjo:0:6403:00:000:No fireballs on factory
dkongjo:0:65A0:00:000:No pies on factory
dkongjo:0:6400:00:000:No fireballs on rivets
dkongjo:0:6500:00:000:No jacks on elevators
dkongjo:0:6392:00:000:No barrels on ramps
dkongjo:0:6215:01:000:Always climb
dkongjo:0:6215:00:001:Deactivate climb
dkongjo:0:6217:01:000:Hammer
dkongjo:0:6691:01:500:Hammer (2/2)
dkongjo:0:6290:00:001:Finish sub-level 4 Now!
dkongjo:0:6229:FF:072:Select current round
dkongjo:0:6229:FF:062:Select next round
; [ Donkey Kong (Japan set 3) (bad dump?) ]
dkongjo1:0:6001:90:000:Infinite Credits
dkongjo1:0:6228:06:000:Infinite Lives
dkongjo1:0:6394:0F:002:Infinite hammer upon pickup
dkongjo1:0:62B1:63:000:Infinite bonus time
dkongjo1:0:638C:99:502:Infinite bonus time (2/2)
dkongjo1:0:62B9:00:000:No fireballs on ramps
dkongjo1:0:6403:00:000:No fireballs on factory
dkongjo1:0:65A0:00:000:No pies on factory
dkongjo1:0:6400:00:000:No fireballs on rivets
dkongjo1:0:6500:00:000:No jacks on elevators
dkongjo1:0:6392:00:000:No barrels on ramps
dkongjo1:0:6215:01:000:Always climb
dkongjo1:0:6215:00:001:Deactivate climb
dkongjo1:0:6217:01:000:Hammer
dkongjo1:0:6691:01:500:Hammer (2/2)
dkongjo1:0:6290:00:001:Finish sub-level 4 Now!
dkongjo1:0:6229:FF:072:Select current round
dkongjo1:0:6229:FF:062:Select next round
; [ Donkey Kong (Japan set 1) ]
dkongjp:0:6001:90:000:Infinite Credits
dkongjp:0:6228:06:000:Infinite Lives
dkongjp:0:6394:0F:002:Infinite hammer upon pickup
dkongjp:0:62B1:63:000:Infinite bonus time
dkongjp:0:638C:99:502:Infinite bonus time (2/2)
dkongjp:0:62B9:00:000:No fireballs on ramps
dkongjp:0:6403:00:000:No fireballs on factory
dkongjp:0:65A0:00:000:No pies on factory
dkongjp:0:6400:00:000:No fireballs on rivets
dkongjp:0:6500:00:000:No jacks on elevators
dkongjp:0:6392:00:000:No barrels on ramps
dkongjp:0:6215:01:000:Always climb
dkongjp:0:6215:00:001:Deactivate climb
dkongjp:0:6217:01:000:Hammer
dkongjp:0:6691:01:500:Hammer (2/2)
dkongjp:0:6290:00:001:Finish sub-level 4 Now!
dkongjp:0:6229:FF:072:Select current round
dkongjp:0:6229:FF:062:Select next round
; [ Donkey Kong Junior (US) ]
dkongjr:0:6001:90:000:Infinite Credits
dkongjr:0:6228:06:000:Infinite Lives
dkongjr:0:62B1:63:000:Infinite bonus time
dkongjr:0:638C:99:502:Infinite bonus time (2/2)
; [ Donkey Kong Jr. (bootleg) ]
dkongjrb:0:6001:90:000:Infinite Credits
dkongjrb:0:6228:06:000:Infinite Lives
dkongjrb:0:62B1:63:000:Infinite bonus time
dkongjrb:0:638C:99:502:Infinite bonus time (2/2)
; [ Donkey Kong Jr. (Japan) ]
dkongjrj:0:6001:90:000:Infinite Credits
dkongjrj:0:6228:06:000:Infinite Lives
dkongjrj:0:62B1:63:000:Infinite bonus time
dkongjrj:0:638C:99:502:Infinite bonus time (2/2)
; [ Dynamite League (Japan) ]
dleague:0:10056D:09:000:Infinite Credits
dleague:0:1026D0:00:000:Infinite Strikes
dleague:0:1026D1:00:000:Infinite Balls
dleague:0:1026D2:00:000:Infinite Outs
dleague:0:1026D0:00:001:Set Strikes to 0 Now!
dleague:0:1026D0:02:001:Set Strikes to 2 Now!
dleague:0:1026D1:00:001:Set Balls to 0 Now!
dleague:0:1026D1:03:001:Set Balls to 3 Now!
dleague:0:1026D2:00:001:Set Outs to 0 Now!
dleague:0:1026D2:02:001:Set Outs to 2 Now!
; [ Mr. Do's Castle (set 2) ]
docastl2:0:8103:07:000:Infinite Lives
docastl2:0:8150:04:040:Invincibility
; [ Mr. Do's Castle (set 1) ]
docastle:0:8103:07:000:Infinite Lives
docastle:0:8150:04:040:Invincibility
; [ Dog Fight ]
dogfight:0:5833:08:000:Infinite Lives PL1
dogfight:0:5834:08:000:Infinite Lives PL2
dogfight:0:590C:80:000:Invincibility
dogfight:0:0000:00:999:[See the Dip Switch Menu to ]
dogfight:0:0000:00:999:[enable an alternate ]
dogfight:0:0000:00:999:[Invincibility cheat. ]
dogfight:0:5831:FF:072:Select current level
dogfight:0:5831:FF:062:Select next level
; [ Dogou Souken ]
dogosoke:0:FDC6:99:000:Infinite Lives PL1
dogosoke:0:FDE8:B4:000:Invincibility PL1
dogosoke:0:FDB7:02:020:Always have armour PL1
dogosoke:0:FDB7:02:041:Lose armour Now! PL1
dogosoke:0:FDB7:04:040:Always have black grenadesPL1
dogosoke:0:FDB7:04:020:Always have red grenades PL1
dogosoke:0:FDB7:04:041:Get black grenades Now! PL1
dogosoke:0:FDB7:04:021:Get red grenades Now! PL1
dogosoke:0:FDBB:02:000:Always have flamethrower PL1
dogosoke:0:FDBB:03:000:Always have sword PL1
dogosoke:0:FDBB:04:000:Always have boomerang PL1
dogosoke:0:FDBB:02:001:Get flamethrower Now! PL1
dogosoke:0:FDBB:03:001:Get sword Now! PL1
dogosoke:0:FDBB:04:001:Get boomerang Now! PL1
dogosoke:0:FE16:99:000:Infinite Lives PL2
dogosoke:0:FE38:B4:000:Invincibility PL2
dogosoke:0:FE07:02:020:Always have armour PL2
dogosoke:0:FE07:02:041:Lose armour Now! PL2
dogosoke:0:FE07:04:040:Always have black grenadesPL2
dogosoke:0:FE07:04:020:Always have red grenades PL2
dogosoke:0:FE07:04:041:Get black grenades Now! PL2
dogosoke:0:FE07:04:021:Get red grenades Now! PL2
dogosoke:0:FE0B:02:000:Always have flamethrower PL2
dogosoke:0:FE0B:03:000:Always have sword PL2
dogosoke:0:FE0B:04:000:Always have boomerang PL2
dogosoke:0:FE0B:02:001:Get flamethrower Now! PL2
dogosoke:0:FE0B:03:001:Get sword Now! PL2
dogosoke:0:FE0B:04:001:Get boomerang Now! PL2
; [ Dog Patch ]
dogpatch:0:2003:99:000:Infinite cans
dogpatch:0:2161:00:000:Score always = 0 PL1
dogpatch:0:2160:00:500:Score always = 0 PL1 (2/2)
dogpatch:0:2163:00:000:Score always = 0 PL2
dogpatch:0:2162:00:500:Score always = 0 PL2 (2/2)
dogpatch:0:2161:00:001:Set score = 0 Now! PL1
dogpatch:0:2160:00:501:Set score = 0 Now! PL1 (2/2)
dogpatch:0:2163:00:001:Set score = 0 Now! PL2
dogpatch:0:2162:00:501:Set score = 0 Now! PL2 (2/2)
; [ Dogyuun ]
dogyuun:0:000000:00:999:[See the Dip Switch Menu to ]
dogyuun:0:000000:00:999:[enable Invincibility. ]
dogyuun:0:10025F:FF:000:Quicker level restarts
dogyuun:0:1003E9:07:000:Infinite Lives PL1
dogyuun:0:102A6F:0C:000:Always have Bombs PL1:This is the Special Weapon!
dogyuun:0:102A6F:04:000:Always have Speed-Up PL1:This is the Special Weapon!
dogyuun:0:102A69:00:000:Always have Blue Laser PL1
dogyuun:0:102A69:04:000:Always have Red Laser PL1
dogyuun:0:102A69:08:000:Always have Purple Laser PL1
dogyuun:0:102A69:0C:000:Always have Green Laser PL1
dogyuun:0:102A69:00:001:Get Blue Laser Now! PL1
dogyuun:0:102A69:04:001:Get Red Laser Now! PL1
dogyuun:0:102A69:08:001:Get Purple Laser Now! PL1
dogyuun:0:102A69:0C:001:Get Green Laser Now! PL1
dogyuun:0:1003EB:07:000:Infinite Lives PL2
dogyuun:0:102B2F:0C:000:Always have Bombs PL2:This is the Special Weapon!
dogyuun:0:102B2F:04:000:Always have Speed-Up PL2:This is the Special Weapon!
dogyuun:0:102B29:00:000:Always have Blue Laser PL2
dogyuun:0:102B29:04:000:Always have Red Laser PL2
dogyuun:0:102B29:08:000:Always have Purple Laser PL2
dogyuun:0:102B29:0C:000:Always have Green Laser PL2
dogyuun:0:102B29:00:001:Get Blue Laser Now! PL2
dogyuun:0:102B29:04:001:Get Red Laser Now! PL2
dogyuun:0:102B29:08:001:Get Purple Laser Now! PL2
dogyuun:0:102B29:0C:001:Get Green Laser Now! PL2
; [ Dokaben (Japan) ]
dokaben:0:E296:00:000:Infinite Outs
dokaben:0:E296:03:001:Change sides Now!
dokaben:0:E08C:09:000:Infinite Time PL1
dokaben:0:0000:00:999:[ O = Offense - D = Defense ]
dokaben:0:E06D:99:000:Infinite O. points PL1
dokaben:0:E06E:03:000:Infinite D. points PL1
dokaben:0:E072:10:000:Total Score always = 10 PL1
dokaben:0:E072:00:000:Total Score always = 0 PL1
dokaben:0:E072:10:001:Total Score = 10 Now! PL1
dokaben:0:E072:00:001:Total Score = 0 Now! PL1
dokaben:0:E072:99:073:Select Total Score PL1
dokaben:0:E18C:09:000:Infinite Time PL2
dokaben:0:0000:00:999:[ O = Offense - D = Defense ]
dokaben:0:E16D:99:000:Infinite O. points PL2
dokaben:0:E16E:03:000:Infinite D. points PL2
dokaben:0:E172:10:000:Total Score always = 10 PL2
dokaben:0:E172:00:000:Total Score always = 0 PL2
dokaben:0:E172:10:001:Total Score = 10 Now! PL2
dokaben:0:E172:00:001:Total Score = 0 Now! PL2
dokaben:0:E172:99:073:Select Total Score PL2
; [ Mahjong Doukyuusei ]
dokyusei:0:0000:00:999:[The winning hand cheat must]
dokyusei:0:0000:00:999:[be activated when there are]
dokyusei:0:0000:00:999:[14 tiles in your hand, then]
dokyusei:0:0000:00:999:[press the RON key . ]
dokyusei:0:0000:00:999:[('Z' by default). The tiles]
dokyusei:0:0000:00:999:[do not visually change ]
dokyusei:0:0000:00:999:[until you make a move. ]
dokyusei:0:FFE493:35:001:Get winning hand Now!
dokyusei:0:FFE492:35:501:Get winning hand Now! (02/14)
dokyusei:0:FFE491:34:501:Get winning hand Now! (03/14)
dokyusei:0:FFE490:34:501:Get winning hand Now! (04/14)
dokyusei:0:FFE48F:34:501:Get winning hand Now! (05/14)
dokyusei:0:FFE48E:09:501:Get winning hand Now! (06/14)
dokyusei:0:FFE48D:08:501:Get winning hand Now! (07/14)
dokyusei:0:FFE48C:07:501:Get winning hand Now! (08/14)
dokyusei:0:FFE48B:06:501:Get winning hand Now! (09/14)
dokyusei:0:FFE48A:05:501:Get winning hand Now! (10/14)
dokyusei:0:FFE489:04:501:Get winning hand Now! (11/14)
dokyusei:0:FFE488:03:501:Get winning hand Now! (12/14)
dokyusei:0:FFE487:02:501:Get winning hand Now! (13/14)
dokyusei:0:FFE486:01:501:Get winning hand Now! (14/14)
dokyusei:0:FFE493:35:000:Always winning hand
dokyusei:0:FFE492:35:500:Always winning hand (02/14)
dokyusei:0:FFE491:34:500:Always winning hand (03/14)
dokyusei:0:FFE490:34:500:Always winning hand (04/14)
dokyusei:0:FFE48F:34:500:Always winning hand (05/14)
dokyusei:0:FFE48E:09:500:Always winning hand (06/14)
dokyusei:0:FFE48D:08:500:Always winning hand (07/14)
dokyusei:0:FFE48C:07:500:Always winning hand (08/14)
dokyusei:0:FFE48B:06:500:Always winning hand (09/14)
dokyusei:0:FFE48A:05:500:Always winning hand (10/14)
dokyusei:0:FFE489:04:500:Always winning hand (11/14)
dokyusei:0:FFE488:03:500:Always winning hand (12/14)
dokyusei:0:FFE487:02:500:Always winning hand (13/14)
dokyusei:0:FFE486:01:500:Always winning hand (14/14)
dokyusei:0:0000:00:999:[NB: If you score too much ]
dokyusei:0:0000:00:999:[it's goodnight vienna! ]
dokyusei:0:0000:00:999:[IE. Game Over! ]
; [ Mahjong Doukyuusei Special ]
dokyusp:0:000000:00:999:[The winning hand cheat must]
dokyusp:0:000000:00:999:[be activated when there are]
dokyusp:0:000000:00:999:[14 tiles in your hand, then]
dokyusp:0:000000:00:999:[press the RON key . ]
dokyusp:0:000000:00:999:[('Z' by default). The tiles]
dokyusp:0:000000:00:999:[do not visually change ]
dokyusp:0:000000:00:999:[until you make a move. ]
dokyusp:0:FFE75B:36:000:Always winning hand
dokyusp:0:FFE75A:36:500:Always winning hand (02/14)
dokyusp:0:FFE759:35:500:Always winning hand (03/14)
dokyusp:0:FFE758:35:500:Always winning hand (04/14)
dokyusp:0:FFE757:35:500:Always winning hand (05/14)
dokyusp:0:FFE756:09:500:Always winning hand (06/14)
dokyusp:0:FFE755:08:500:Always winning hand (07/14)
dokyusp:0:FFE754:07:500:Always winning hand (08/14)
dokyusp:0:FFE753:06:500:Always winning hand (09/14)
dokyusp:0:FFE752:05:500:Always winning hand (10/14)
dokyusp:0:FFE751:04:500:Always winning hand (11/14)
dokyusp:0:FFE750:03:500:Always winning hand (12/14)
dokyusp:0:FFE74F:02:500:Always winning hand (13/14)
dokyusp:0:FFE74E:01:500:Always winning hand (14/14)
dokyusp:0:FFE75B:36:001:Get winning hand Now!
dokyusp:0:FFE75A:36:501:Get winning hand Now! (02/14)
dokyusp:0:FFE759:35:501:Get winning hand Now! (03/14)
dokyusp:0:FFE758:35:501:Get winning hand Now! (04/14)
dokyusp:0:FFE757:35:501:Get winning hand Now! (05/14)
dokyusp:0:FFE756:09:501:Get winning hand Now! (06/14)
dokyusp:0:FFE755:08:501:Get winning hand Now! (07/14)
dokyusp:0:FFE754:07:501:Get winning hand Now! (08/14)
dokyusp:0:FFE753:06:501:Get winning hand Now! (09/14)
dokyusp:0:FFE752:05:501:Get winning hand Now! (10/14)
dokyusp:0:FFE751:04:501:Get winning hand Now! (11/14)
dokyusp:0:FFE750:03:501:Get winning hand Now! (12/14)
dokyusp:0:FFE74F:02:501:Get winning hand Now! (13/14)
dokyusp:0:FFE74E:01:501:Get winning hand Now! (14/14)
dokyusp:0:0000:00:999:[NB: If you score too much ]
dokyusp:0:0000:00:999:[it's goodnight vienna! ]
dokyusp:0:0000:00:999:[IE. Game Over! ]
; [ Domino Man ]
domino:0:C1B5:08:000:Infinite Lives
domino:0:0000:00:999:[Use Freeze only if object ]
domino:0:0000:00:999:[is on the screen. ]
domino:0:F024:3C:000:Freeze the Bee
domino:0:F01C:D6:000:Freeze Big Man
; [ Dominos ]
dominos:0:0052:00:000:Stop PL2 (White) winning
dominos:0:0050:00:000:Stop PL1 (Black) winning
dominos:0:0050:06:070:Select Score PL1
dominos:0:0052:06:070:Select Score PL2
; [ Dommy ]
dommy:0:AF23:60:100:Invincibility
dommy:0:C2D3:60:600:Invincibility (2/2)
dommy:0:0039:12:000:Infinite Lives PL1
dommy:0:004B:12:000:Infinite Lives PL2
; [ Don Doko Don (Japan) ]
dondokdj:0:1028C7:09:000:Infinite Credits
dondokdj:0:000000:00:999:[These Select starting round]
dondokdj:0:000000:00:999:[cheats are *NOT* linked so ]
dondokdj:0:000000:00:999:[they must BOTH be selected ]
dondokdj:0:000000:00:999:[individually one after the ]
dondokdj:0:000000:00:999:[other! ]
dondokdj:0:000000:00:999:[ ]
dondokdj:0:000000:00:999:[You should enable these ]
dondokdj:0:000000:00:999:[cheats on the press 1 or 2 ]
dondokdj:0:000000:00:999:[player button screen. ]
dondokdj:0:105B3B:FF:021:Select starting round (1|2)
dondokdj:0:105B3B:31:061:Select starting round (2|2)
dondokdj:0:000000:00:999:[ ]
dondokdj:0:105B3B:31:061:Select next round
dondokdj:0:1084C6:FF:000:Infinite Lives PL1
dondokdj:0:1084E7:10:000:Always have Max Power PL1
dondokdj:0:1084B0:08:020:Invincibility "ON" PL1
dondokdj:0:1084B0:08:041:Invincibility "OFF" PL1
dondokdj:0:108504:FF:000:Infinite Lives PL2
dondokdj:0:108525:10:000:Always have Max Power PL2
dondokdj:0:1084EE:08:020:Invincibility "ON" PL2
dondokdj:0:1084EE:08:041:Invincibility "OFF" PL2
; [ Don Doko Don (US) ]
dondokdu:0:1028C7:09:000:Infinite Credits
dondokdu:0:000000:00:999:[These Select starting round]
dondokdu:0:000000:00:999:[cheats are *NOT* linked so ]
dondokdu:0:000000:00:999:[they must BOTH be selected ]
dondokdu:0:000000:00:999:[individually one after the ]
dondokdu:0:000000:00:999:[other! ]
dondokdu:0:000000:00:999:[ ]
dondokdu:0:000000:00:999:[You should enable these ]
dondokdu:0:000000:00:999:[cheats on the press 1 or 2 ]
dondokdu:0:000000:00:999:[player button screen. ]
dondokdu:0:105B3B:FF:021:Select starting round (1|2)
dondokdu:0:105B3B:31:061:Select starting round (2|2)
dondokdu:0:000000:00:999:[ ]
dondokdu:0:105B3B:31:061:Select next round
dondokdu:0:1084C6:FF:000:Infinite Lives PL1
dondokdu:0:1084E7:10:000:Always have Max Power PL1
dondokdu:0:1084B0:08:020:Invincibility "ON" PL1
dondokdu:0:1084B0:08:041:Invincibility "OFF" PL1
dondokdu:0:108504:FF:000:Infinite Lives PL2
dondokdu:0:108525:10:000:Always have Max Power PL2
dondokdu:0:1084EE:08:020:Invincibility "ON" PL2
dondokdu:0:1084EE:08:041:Invincibility "OFF" PL2
; [ Don Doko Don (World) ]
dondokod:0:1028C7:09:000:Infinite Credits
dondokod:0:000000:00:999:[These Select starting round]
dondokod:0:000000:00:999:[cheats are *NOT* linked so ]
dondokod:0:000000:00:999:[they must BOTH be selected ]
dondokod:0:000000:00:999:[individually one after the ]
dondokod:0:000000:00:999:[other! ]
dondokod:0:000000:00:999:[ ]
dondokod:0:000000:00:999:[You should enable these ]
dondokod:0:000000:00:999:[cheats on the press 1 or 2 ]
dondokod:0:000000:00:999:[player button screen. ]
dondokod:0:105B3B:FF:021:Select starting round (1|2)
dondokod:0:105B3B:31:061:Select starting round (2|2)
dondokod:0:000000:00:999:[ ]
dondokod:0:105B3B:31:061:Select next round
dondokod:0:1084C6:FF:000:Infinite Lives PL1
dondokod:0:1084E7:10:000:Always have Max Power PL1
dondokod:0:1084B0:08:020:Invincibility "ON" PL1
dondokod:0:1084B0:08:041:Invincibility "OFF" PL1
dondokod:0:108504:FF:000:Infinite Lives PL2
dondokod:0:108525:10:000:Always have Max Power PL2
dondokod:0:1084EE:08:020:Invincibility "ON" PL2
dondokod:0:1084EE:08:041:Invincibility "OFF" PL2
; [ DonPachi (Japan) ]
donpachi:0:10139B:09:000:Infinite Credits
donpachi:0:101A2F:07:000:Infinite Lives PL1
donpachi:0:10217B:04:000:Infinite Bombs PL1
donpachi:0:102196:02:000:Invincibility PL1:Enable when you have a shield
donpachi:0:101A31:07:000:Infinite Lives PL2
donpachi:0:1021BB:04:000:Infinite Bombs PL2
donpachi:0:1021D6:02:000:Invincibility PL2:Enable when you have a shield
; [ Do! Run Run (set 2) ]
dorunru2:0:2203:07:000:Infinite Lives
dorunru2:0:2D38:78:000:Always Have Powerball
dorunru2:0:2206:00:000:No green monsters
dorunru2:0:2212:00:000:No blue monsters
dorunru2:0:0000:00:999:[Activate Invincibility ]
dorunru2:0:0000:00:999:[during play only! ]
dorunru2:0:21C0:00:000:Invincibility
dorunru2:0:2D20:A0:511:Invincibility (2/2)
; [ Do! Run Run (Do's Castle hardware) ]
dorunruc:0:8203:07:000:Infinite Lives
dorunruc:0:8D38:78:000:Always Have Powerball
dorunruc:0:8206:00:000:No green monsters
dorunruc:0:8212:00:000:No blue monsters
dorunruc:0:0000:00:999:[Activate Invincibility ]
dorunruc:0:0000:00:999:[during play only! ]
dorunruc:0:81C0:00:000:Invincibility
dorunruc:0:8D20:A0:511:Invincibility (2/2)
; [ Do! Run Run (set 1) ]
dorunrun:0:2203:07:000:Infinite Lives
dorunrun:0:2D38:78:000:Always Have Powerball
dorunrun:0:2206:00:000:No green monsters
dorunrun:0:2212:00:000:No blue monsters
dorunrun:0:0000:00:999:[Activate Invincibility ]
dorunrun:0:0000:00:999:[during play only! ]
dorunrun:0:21C0:00:000:Invincibility
dorunrun:0:2D20:A0:511:Invincibility (2/2)
; [ Dottori Kun (old version) ]
dotriku2:0:86CE:01:040:Invincibility
dotriku2:0:860B:00:001:Finish this Level Now!
dotriku2:0:0000:00:999:[The Select next level ]
dotriku2:0:0000:00:999:[(display) cheat is cosmetic]
dotriku2:0:0000:00:999:[only after level 11 the ]
dotriku2:0:0000:00:999:[gets no harder only the ]
dotriku2:0:0000:00:999:[displayed number increases!]
dotriku2:0:86CC:0A:061:Select next level (actual)
dotriku2:0:86CD:98:063:Select next level (display)
; [ Dottori Kun (new version) ]
dotrikun:0:86CE:01:040:Invincibility
dotrikun:0:860B:00:001:Finish this Level Now!
dotrikun:0:0000:00:999:[The Select next level ]
dotrikun:0:0000:00:999:[(display) cheat is cosmetic]
dotrikun:0:0000:00:999:[only after level 11 the ]
dotrikun:0:0000:00:999:[gets no harder only the ]
dotrikun:0:0000:00:999:[displayed number increases!]
dotrikun:0:86CC:0A:061:Select next level (actual)
dotrikun:0:86CD:98:063:Select next level (display)
; [ Discs of Tron (Upright) ]
dotron:0:E00C:06:000:Infinite Lives
dotron:0:E43A:09:000:Infinite Shields
dotron:0:0000:00:999:[These level cheats should ]
dotron:0:0000:00:999:[be activated in a game for ]
dotron:0:0000:00:999:[just a few seconds when you]
dotron:0:0000:00:999:[finish the current level,it]
dotron:0:0000:00:999:[will jump to level 6 or 7. ]
dotron:0:0000:00:999:[REMEMBER to turn the cheat ]
dotron:0:0000:00:999:[OFF!!!!! ]
dotron:0:E012:06:000:Level 6 before animation
dotron:0:E012:07:000:Level 7 after animation
; [ Discs of Tron (Environmental) ]
dotrone:0:E00C:06:000:Infinite Lives
dotrone:0:E43A:09:000:Infinite Shields
dotrone:0:0000:00:999:[These level cheats should ]
dotrone:0:0000:00:999:[be activated in a game for ]
dotrone:0:0000:00:999:[just a few seconds when you]
dotrone:0:0000:00:999:[finish the current level,it]
dotrone:0:0000:00:999:[will jump to level 6 or 7. ]
dotrone:0:0000:00:999:[REMEMBER to turn the cheat ]
dotrone:0:0000:00:999:[OFF!!!!! ]
dotrone:0:E012:06:000:Level 6 before animation
dotrone:0:E012:07:000:Level 7 after animation
; [ Double Dragon (Neo-Geo) ]
doubledr:0:102242:9A:000:Infinite Time
doubledr:0:100450:00:000:Infinite Energy PL1
doubledr:0:100510:68:000:Infinite Charge PL1
doubledr:0:100550:00:000:Infinite Energy PL2
doubledr:0:100610:68:000:Infinite Charge PL2
doubledr:0:000000:00:999:[ Free player selection ]
doubledr:0:000000:00:999:[ Can be used anytime ! ]
doubledr:0:000000:00:999:[ Use on selection screen. ]
doubledr:0:000000:00:999:[ Some palette glitches. ]
doubledr:0:100445:00:001:Play with Billy Now! PL1
doubledr:0:100445:01:001:Play with Super Billy Now!PL1:Become Billy after win
doubledr:0:100445:02:001:Play with Jimmy Now! PL1
doubledr:0:100445:03:001:Play with Super Jimmy Now!PL1:Become Jimmy after win
doubledr:0:100445:04:001:Play with Marian Now! PL1
doubledr:0:100445:05:001:Play with Abobo Now! PL1
doubledr:0:100445:06:001:Play with Amon Now! PL1
doubledr:0:100445:07:001:Play with Eddie Now! PL1
doubledr:0:100445:08:001:Play with Rebecca Now! PL1
doubledr:0:100445:09:001:Play with Dulton Now! PL1
doubledr:0:100445:0A:001:Play with Cheng-Fu Now! PL1
doubledr:0:100445:0B:001:Play with Burnov Now! PL1
doubledr:0:100445:0C:001:Play with Duke Now! PL1
doubledr:0:100445:0D:001:Play with Shuko Now! PL1
doubledr:0:100545:00:001:Play with Billy Now! PL2
doubledr:0:100545:01:001:Play with Super Billy Now!PL2:Become Billy after win
doubledr:0:100545:02:001:Play with Jimmy Now! PL2
doubledr:0:100545:03:001:Play with Super Jimmy Now!PL2:Become Jimmy after win
doubledr:0:100545:04:001:Play with Marian Now! PL2
doubledr:0:100545:05:001:Play with Abobo Now! PL2
doubledr:0:100545:06:001:Play with Amon Now! PL2
doubledr:0:100545:07:001:Play with Eddie Now! PL2
doubledr:0:100545:08:001:Play with Rebecca Now! PL2
doubledr:0:100545:09:001:Play with Dulton Now! PL2
doubledr:0:100545:0A:001:Play with Cheng-Fu Now! PL2
doubledr:0:100545:0B:001:Play with Burnov Now! PL2
doubledr:0:100545:0C:001:Play with Duke Now! PL2
doubledr:0:100545:0D:001:Play with Shuko Now! PL2
; [ Mr. Do vs. Unicorns ]
douni:0:8103:07:000:Infinite Lives
douni:0:8150:04:040:Invincibility
; [ Mr. Do's Wild Ride ]
dowild:0:2103:07:000:Infinite Lives
dowild:0:226F:99:000:Infinite Time (F6)
; [ DownTown ]
downtown:0:FFEF06:99:000:Infinite Time
downtown:0:FFEFA7:09:000:Infinite Lives PL1
downtown:0:FFEFB2:08:000:Infinite Energy PL1
downtown:0:FFEFAF:1E:000:Invincibility (flickers) PL1
downtown:0:FFEFE7:09:000:Infinite Lives PL2
downtown:0:FFEFF2:08:000:Infinite Energy PL2
downtown:0:FFEFEF:1E:000:Invincibility (flickers) PL2
; [ Double Play ]
dplay:0:22E5:00:000:Infinite Strikes
dplay:0:22E4:00:000:Infinite Balls
dplay:0:22E6:00:000:Infinite Outs
dplay:0:22E5:00:001:Set Strikes to 0 Now!
dplay:0:22E5:02:001:Set Strikes to 2 Now!
dplay:0:22E4:00:001:Set Balls to 0 Now!
dplay:0:22E4:03:001:Set Balls to 3 Now!
dplay:0:22E6:00:001:Set Outs to 0 Now!
dplay:0:22E6:02:001:Set Outs to 2 Now!
; [ Dream Shopper ]
dremshpr:0:49A7:06:000:Infinite Lives
dremshpr:0:4990:09:007:Always have Max. Bonus
dremshpr:0:4991:09:507:Always have Max. Bonus (2/3)
dremshpr:0:4992:09:507:Always have Max. Bonus (3/3)
dremshpr:0:0000:00:999:[The Get 20,000 Points cheat]
dremshpr:0:0000:00:999:[is handy as after you use ]
dremshpr:0:0000:00:999:[it you need only to pick up]
dremshpr:0:0000:00:999:[one bag to finish the level]
dremshpr:0:4989:02:001:Get 20,000 Points Now!:Enough to finish the level
dremshpr:0:0000:00:999:[These round cheats will ]
dremshpr:0:0000:00:999:[only affect the player who ]
dremshpr:0:0000:00:999:[is playing when the cheat ]
dremshpr:0:0000:00:999:[is enabled. ]
dremshpr:0:49A8:09:070:Select current tens round:Round XY - choose X here
dremshpr:0:49A9:09:070:Select current units round:Round XY - choose Y here
; [ Dragon Buster ]
drgnbstr:0:4865:FF:000:Infinite Energy
drgnbstr:0:4C00:02:000:Infinite Small Fireballs
drgnbstr:0:4C00:04:000:Infinite 4-Way Fireballs
drgnbstr:0:4866:01:000:Always have Shield
drgnbstr:0:4867:01:000:Always have Sword
drgnbstr:0:4868:01:000:Always have Crown
drgnbstr:0:4869:01:000:Always have Cepter
drgnbstr:0:4866:01:001:Get Shield Now!
drgnbstr:0:4867:01:001:Get Sword Now!
drgnbstr:0:4868:01:001:Get Crown Now!
drgnbstr:0:4869:01:001:Get Cepter Now!
drgnbstr:0:4D61:00:001:Kill Dragon Now!
; [ Dragonninja (Japan) ]
drgninja:0:FFA8C6:99:000:Infinite Time
drgninja:0:FF95C0:01:001:Kill BOSS with One Hit Now!
drgninja:0:FFA39A:03:000:Infinite Lives PL1
drgninja:0:FFA380:14:000:Infinite Energy PL1
drgninja:0:FFA386:10:000:Invincibility PL1
drgninja:0:FFA365:00:000:Always have No Weapon PL1
drgninja:0:FFA365:02:000:Always have Nunchaku PL1
drgninja:0:FFA365:04:000:Always have Knife PL1
drgninja:0:FFA365:00:001:Get No Weapon Now! PL1
drgninja:0:FFA365:02:001:Get Nunchaku Now! PL1
drgninja:0:FFA365:04:001:Get Knife Now! PL1
drgninja:0:FFA25A:03:000:Infinite Lives PL2
drgninja:0:FFA240:14:000:Infinite Energy PL2
drgninja:0:FFA246:10:000:Invincibility PL2
drgninja:0:FFA225:00:000:Always have No Weapon PL2
drgninja:0:FFA225:02:000:Always have Nunchaku PL2
drgninja:0:FFA225:04:000:Always have Knife PL2
drgninja:0:FFA225:00:001:Get No Weapon Now! PL2
drgninja:0:FFA225:02:001:Get Nunchaku Now! PL2
drgninja:0:FFA225:04:001:Get Knife Now! PL2
; [ Dragon Unit / Castle of Dragon ]
drgnunit:0:FFD590:09:000:Infinite Time
drgnunit:0:FFD591:99:500:Infinite Time (2/2)
drgnunit:0:FFD573:09:000:Infinite Lives PL1
drgnunit:0:FFDA0D:10:000:Infinite Energy PL1
drgnunit:0:FFDA08:05:000:Invincibility PL1
drgnunit:0:FFD581:09:000:Infinite Lives PL2
drgnunit:0:FFDA2D:10:000:Infinite Energy PL2
drgnunit:0:FFDA28:05:000:Invincibility PL2
; [ Drift Out (Japan) ]
driftout:0:300E5C:13:000:Infinite Time
driftout:0:300E5D:88:500:Infinite Time (2/2)
driftout:0:300E36:00:000:Total Time always 0'00"00
driftout:0:300E37:00:500:Total Time always 0'00"00 (2/2)
driftout:0:300E54:00:000:SS1 Time always 0'00"00
driftout:0:300E55:00:500:SS1 Time always 0'00"00 (2/2)
driftout:0:300E56:00:000:SS2 Time always 0'00"00
driftout:0:300E57:00:500:SS2 Time always 0'00"00 (2/2)
driftout:0:300E58:00:000:SS3 Time always 0'00"00
driftout:0:300E59:00:500:SS3 Time always 0'00"00 (2/2)
driftout:0:300E5A:00:000:SS4 Time always 0'00"00
driftout:0:300E5B:00:500:SS4 Time always 0'00"00 (2/2)
; [ Darius II (dual screen) (Japan old version) ]
drius2do:0:109DED:09:000:Infinite Credits
drius2do:0:101F7D:09:000:Infinite Lives PL1
drius2do:0:101F97:EF:000:Invincibility PL1
drius2do:0:1023B3:09:000:Infinite Lives PL2
drius2do:0:1023CD:EF:000:Invincibility PL2
drius2do:0:10155B:80:000:Sound Test Timer Stop
; [ Drive Out ]
driveout:0:300E5C:13:000:Infinite Time
driveout:0:300E5D:88:500:Infinite Time (2/2)
driveout:0:300E36:00:000:Total Time always 0'00"00
driveout:0:300E37:00:500:Total Time always 0'00"00 (2/2)
driveout:0:300E54:00:000:SS1 Time always 0'00"00
driveout:0:300E55:00:500:SS1 Time always 0'00"00 (2/2)
driveout:0:300E56:00:000:SS2 Time always 0'00"00
driveout:0:300E57:00:500:SS2 Time always 0'00"00 (2/2)
driveout:0:300E58:00:000:SS3 Time always 0'00"00
driveout:0:300E59:00:500:SS3 Time always 0'00"00 (2/2)
driveout:0:300E5A:00:000:SS4 Time always 0'00"00
driveout:0:300E5B:00:500:SS4 Time always 0'00"00 (2/2)
; [ Dr. Mario ]
drmario:0:0742:99:000:Infinite Credits
drmario:0:0324:00:001:Finish this Level Now!
drmario:0:0312:08:000:Pills do not fall!
drmario:0:008A:00:500:Pills do not fall! (2/5)
drmario:0:00A0:00:500:Pills do not fall! (3/5)
drmario:0:030A:00:500:Pills do not fall! (4/5)
drmario:0:0320:00:500:Pills do not fall! (5/5)
drmario:0:008A:00:000:Pills drop at slowest speed
drmario:0:00A0:00:500:Pills drop at slowest speed (2/4)
drmario:0:030A:00:500:Pills drop at slowest speed (3/4)
drmario:0:0320:00:500:Pills drop at slowest speed (4/4)
drmario:0:031A:00:001:Get Yellow-Yellow Pill Next!
drmario:0:031B:00:501:Get Yellow-Yellow Pill Next! (2/2)
drmario:0:031A:00:001:Get Yellow-Red Pill Next!
drmario:0:031B:01:501:Get Yellow-Red Pill Next! (2/2)
drmario:0:031A:00:001:Get Yellow-Blue Pill Next!
drmario:0:031B:02:501:Get Yellow-Blue Pill Next! (2/2)
drmario:0:031A:01:001:Get Red-Red Pill Next!
drmario:0:031B:01:501:Get Red-Red Pill Next! (2/2)
drmario:0:031A:01:001:Get Red-Blue Pill Next!
drmario:0:031B:02:501:Get Red-Blue Pill Next! (2/2)
drmario:0:031A:02:001:Get Blue-Blue Pill Next!
drmario:0:031B:02:501:Get Blue-Blue Pill Next! (2/2)
drmario:0:031A:00:000:Always Yellow-Yellow Pill
drmario:0:031B:00:500:Always Yellow-Yellow Pill (2/2)
drmario:0:031A:00:000:Always Yellow-Red Pill
drmario:0:031B:01:500:Always Yellow-Red Pill (2/2)
drmario:0:031A:00:000:Always Yellow-Blue Pill
drmario:0:031B:02:500:Always Yellow-Blue Pill (2/2)
drmario:0:031A:01:000:Always Red-Red Pill
drmario:0:031B:01:500:Always Red-Red Pill (2/2)
drmario:0:031A:01:000:Always Red-Blue Pill
drmario:0:031B:02:500:Always Red-Blue Pill (2/2)
drmario:0:031A:02:000:Always Blue-Blue Pill
drmario:0:031B:02:500:Always Blue-Blue Pill (2/2)
; [ Dr. Toppel's Tankentai (Japan) ]
drtoppel:0:E006:07:000:Infinite Lives PL1
drtoppel:0:E012:07:000:Infinite Lives PL2
; [ Dragon Saber ]
dsaber:0:10C683:03:000:Infinite Lives PL1
dsaber:0:10900F:01:000:Infinite Energy PL1
dsaber:0:109079:00:000:Always have 1 Head PL1
dsaber:0:10C69F:8C:500:Always have 1 Head PL1 (2/3)
dsaber:0:10C6A7:D2:500:Always have 1 Head PL1 (3/3)
dsaber:0:109079:01:000:Always have 2 Heads PL1
dsaber:0:10C69F:AE:500:Always have 2 Heads PL1 (2/3)
dsaber:0:10C6A7:E6:500:Always have 2 Heads PL1 (3/3)
dsaber:0:109079:02:000:Always have 3 Heads PL1
dsaber:0:10C69F:BA:500:Always have 3 Heads PL1 (2/3)
dsaber:0:10C6A7:FA:500:Always have 3 Heads PL1 (3/3)
dsaber:0:10C6E1:00:000:Always have L1 shot PL1
dsaber:0:10C6E1:01:000:Always have L2 shot PL1
dsaber:0:10C6E1:02:000:Always have L3 shot PL1
dsaber:0:109079:00:001:Get 1 Head Now! PL1
dsaber:0:10C69F:8C:501:Get 1 Head Now! PL1 (2/3)
dsaber:0:10C6A7:D2:501:Get 1 Head Now! PL1 (3/3)
dsaber:0:109079:01:001:Get 2 Heads Now! PL1
dsaber:0:10C69F:AE:501:Get 2 Heads Now! PL1 (2/3)
dsaber:0:10C6A7:E6:501:Get 2 Heads Now! PL1 (3/3)
dsaber:0:109079:02:001:Get 3 Heads Now! PL1
dsaber:0:10C69F:BA:501:Get 3 Heads Now! PL1 (2/3)
dsaber:0:10C6A7:FA:501:Get 3 Heads Now! PL1 (3/3)
dsaber:0:10C6E1:00:001:Get L1 shot Now! PL1
dsaber:0:10C6E1:01:001:Get L2 shot Now! PL1
dsaber:0:10C6E1:02:001:Get L3 shot Now! PL1
dsaber:0:10C703:03:000:Infinite Lives PL2
dsaber:0:10908F:01:000:Infinite Energy PL2
dsaber:0:1090F9:00:000:Always have 1 Head PL2
dsaber:0:10C71F:8C:500:Always have 1 Head PL2 (2/3)
dsaber:0:10C727:D2:500:Always have 1 Head PL2 (3/3)
dsaber:0:1090F9:01:000:Always have 2 Heads PL2
dsaber:0:10C71F:AE:500:Always have 2 Heads PL2 (2/3)
dsaber:0:10C727:E6:500:Always have 2 Heads PL2 (3/3)
dsaber:0:1090F9:02:000:Always have 3 Heads PL2
dsaber:0:10C71F:BA:500:Always have 3 Heads PL2 (2/3)
dsaber:0:10C727:FA:500:Always have 3 Heads PL2 (3/3)
dsaber:0:10C761:00:000:Always have L1 shot PL2
dsaber:0:10C761:01:000:Always have L2 shot PL2
dsaber:0:10C761:02:000:Always have L3 shot PL2
dsaber:0:1090F9:00:001:Get 1 Head Now! PL2
dsaber:0:10C71F:8C:501:Get 1 Head Now! PL2 (2/3)
dsaber:0:10C727:D2:501:Get 1 Head Now! PL2 (3/3)
dsaber:0:1090F9:01:001:Get 2 Heads Now! PL2
dsaber:0:10C71F:AE:501:Get 2 Heads Now! PL2 (2/3)
dsaber:0:10C727:E6:501:Get 2 Heads Now! PL2 (3/3)
dsaber:0:1090F9:02:001:Get 3 Heads Now! PL2
dsaber:0:10C71F:BA:501:Get 3 Heads Now! PL2 (2/3)
dsaber:0:10C727:FA:501:Get 3 Heads Now! PL2 (3/3)
dsaber:0:10C761:00:001:Get L1 shot Now! PL2
dsaber:0:10C761:01:001:Get L2 shot Now! PL2
dsaber:0:10C761:02:001:Get L3 shot Now! PL2
dsaber:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
; [ Dragon Saber (Japan) ]
dsaberj:0:000000:00:999:[Please NOTE this game has ]
dsaberj:0:000000:00:999:[problems displaying the ]
dsaberj:0:000000:00:999:[multiple heads - please use]
dsaberj:0:000000:00:999:[the other version - dsaber.]
dsaberj:0:10C683:03:000:Infinite Lives PL1
dsaberj:0:10900F:01:000:Infinite Energy PL1
dsaberj:0:109079:00:000:Always have 1 Head PL1
dsaberj:0:10C69F:8C:500:Always have 1 Head PL1 (2/3)
dsaberj:0:10C6A7:D2:500:Always have 1 Head PL1 (3/3)
dsaberj:0:109079:01:000:Always have 2 Heads PL1
dsaberj:0:10C69F:AE:500:Always have 2 Heads PL1 (2/3)
dsaberj:0:10C6A7:E6:500:Always have 2 Heads PL1 (3/3)
dsaberj:0:109079:02:000:Always have 3 Heads PL1
dsaberj:0:10C69F:BA:500:Always have 3 Heads PL1 (2/3)
dsaberj:0:10C6A7:FA:500:Always have 3 Heads PL1 (3/3)
dsaberj:0:10C6E1:00:000:Always have L1 shot PL1
dsaberj:0:10C6E1:01:000:Always have L2 shot PL1
dsaberj:0:10C6E1:02:000:Always have L3 shot PL1
dsaberj:0:109079:00:001:Get 1 Head Now! PL1
dsaberj:0:10C69F:8C:501:Get 1 Head Now! PL1 (2/3)
dsaberj:0:10C6A7:D2:501:Get 1 Head Now! PL1 (3/3)
dsaberj:0:109079:01:001:Get 2 Heads Now! PL1
dsaberj:0:10C69F:AE:501:Get 2 Heads Now! PL1 (2/3)
dsaberj:0:10C6A7:E6:501:Get 2 Heads Now! PL1 (3/3)
dsaberj:0:109079:02:001:Get 3 Heads Now! PL1
dsaberj:0:10C69F:BA:501:Get 3 Heads Now! PL1 (2/3)
dsaberj:0:10C6A7:FA:501:Get 3 Heads Now! PL1 (3/3)
dsaberj:0:10C6E1:00:001:Get L1 shot Now! PL1
dsaberj:0:10C6E1:01:001:Get L2 shot Now! PL1
dsaberj:0:10C6E1:02:001:Get L3 shot Now! PL1
dsaberj:0:10C703:03:000:Infinite Lives PL2
dsaberj:0:10908F:01:000:Infinite Energy PL2
dsaberj:0:1090F9:00:000:Always have 1 Head PL2
dsaberj:0:10C71F:8C:500:Always have 1 Head PL2 (2/3)
dsaberj:0:10C727:D2:500:Always have 1 Head PL2 (3/3)
dsaberj:0:1090F9:01:000:Always have 2 Heads PL2
dsaberj:0:10C71F:AE:500:Always have 2 Heads PL2 (2/3)
dsaberj:0:10C727:E6:500:Always have 2 Heads PL2 (3/3)
dsaberj:0:1090F9:02:000:Always have 3 Heads PL2
dsaberj:0:10C71F:BA:500:Always have 3 Heads PL2 (2/3)
dsaberj:0:10C727:FA:500:Always have 3 Heads PL2 (3/3)
dsaberj:0:10C761:00:000:Always have L1 shot PL2
dsaberj:0:10C761:01:000:Always have L2 shot PL2
dsaberj:0:10C761:02:000:Always have L3 shot PL2
dsaberj:0:1090F9:00:001:Get 1 Head Now! PL2
dsaberj:0:10C71F:8C:501:Get 1 Head Now! PL2 (2/3)
dsaberj:0:10C727:D2:501:Get 1 Head Now! PL2 (3/3)
dsaberj:0:1090F9:01:001:Get 2 Heads Now! PL2
dsaberj:0:10C71F:AE:501:Get 2 Heads Now! PL2 (2/3)
dsaberj:0:10C727:E6:501:Get 2 Heads Now! PL2 (3/3)
dsaberj:0:1090F9:02:001:Get 3 Heads Now! PL2
dsaberj:0:10C71F:BA:501:Get 3 Heads Now! PL2 (2/3)
dsaberj:0:10C727:FA:501:Get 3 Heads Now! PL2 (3/3)
dsaberj:0:10C761:00:001:Get L1 shot Now! PL2
dsaberj:0:10C761:01:001:Get L2 shot Now! PL2
dsaberj:0:10C761:02:001:Get L3 shot Now! PL2
dsaberj:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
; [ Dream Soccer '94 ]
dsoccr94:0:EACB8:09:000:Infinite Time
dsoccr94:0:EACB7:05:500:Infinite Time (2/3)
dsoccr94:0:EACB6:09:500:Infinite Time (3/3)
dsoccr94:0:EACB8:00:001:Finish Game Now!
dsoccr94:0:EACB7:00:501:Finish Game Now! (2/3)
dsoccr94:0:EACB6:00:501:Finish Game Now! (3/3)
dsoccr94:0:EB1DA:06:001:Goto Final Round Now!
dsoccr94:0:EB1DA:06:071:Select Current Round
dsoccr94:0:00000:00:999:[The Score won't be shown ]
dsoccr94:0:00000:00:999:[until a goal is scored! ]
dsoccr94:0:E1255:09:070:Select Score (tens) PL2
dsoccr94:0:E1254:09:070:Select Score (units) PL2
; [ Dragon Spirit (new version) ]
dspirit:0:4007:0B:000:Infinite Lives
dspirit:0:41B0:05:000:Infinite Energy
dspirit:0:41A0:01:000:Invincibility
dspirit:0:41BF:00:000:Always have L1 shot
dspirit:0:41BF:01:000:Always have L2 shot
dspirit:0:41BF:02:000:Always have L3 shot
dspirit:0:41BE:00:000:Always have normal dragon
dspirit:0:41BE:01:000:Always have 2 headed dragon
dspirit:0:41BE:02:000:Always have 3 headed dragon
dspirit:0:41BE:03:000:Always have small dragon
dspirit:0:41BE:04:000:Always EarthQuake dragon
dspirit:0:41C7:00:000:Always Normal Fire
dspirit:0:41C7:01:000:Always Long Fire
dspirit:0:41C7:02:000:Always 3 way Fire
dspirit:0:41C7:03:000:Always Homing Star Fire
dspirit:0:41C7:04:000:Always Penetration Fire
dspirit:0:41BF:00:001:Get L1 shot Now!
dspirit:0:41BF:01:001:Get L2 shot Now!
dspirit:0:41BF:02:001:Get L3 shot Now!
dspirit:0:41BE:00:001:Get normal dragon Now!
dspirit:0:41BE:01:001:Get 2 headed dragon Now!
dspirit:0:41BE:02:001:Get 3 headed dragon Now!
dspirit:0:41BE:03:001:Get small dragon Now!
dspirit:0:41BE:04:001:Get EarthQuake dragon Now!
dspirit:0:41C7:00:001:Get Normal Fire Now!
dspirit:0:41C7:01:001:Get Long Fire Now!
dspirit:0:41C7:02:001:Get 3 way Fire Now!
dspirit:0:41C7:03:001:Get Homing Star Fire Now!
dspirit:0:41C7:04:001:Get Penetration Fire Now!
dspirit:0:0000:00:999:[The current area cheat ]
dspirit:0:0000:00:999:[should only be activated in]
dspirit:0:0000:00:999:[the game before you lose a ]
dspirit:0:0000:00:999:[life - ie no inf. energy!!!]
dspirit:0:0000:00:999:[Best activated on the hill ]
dspirit:0:0000:00:999:[sword/lightning screen ]
dspirit:0:4001:08:061:Select next area
dspirit:0:4001:08:071:Select current area
; [ Dragon Spirit (old version) ]
dspirito:0:4007:0B:000:Infinite Lives
dspirito:0:41B0:05:000:Infinite Energy
dspirito:0:41A0:01:000:Invincibility
dspirito:0:41BF:00:000:Always have L1 shot
dspirito:0:41BF:01:000:Always have L2 shot
dspirito:0:41BF:02:000:Always have L3 shot
dspirito:0:41BE:00:000:Always have normal dragon
dspirito:0:41BE:01:000:Always have 2 headed dragon
dspirito:0:41BE:02:000:Always have 3 headed dragon
dspirito:0:41BE:03:000:Always have small dragon
dspirito:0:41BE:04:000:Always EarthQuake dragon
dspirito:0:41C7:00:000:Always Normal Fire
dspirito:0:41C7:01:000:Always Long Fire
dspirito:0:41C7:02:000:Always 3 way Fire
dspirito:0:41C7:03:000:Always Homing Star Fire
dspirito:0:41C7:04:000:Always Penetration Fire
dspirito:0:41BF:00:001:Get L1 shot Now!
dspirito:0:41BF:01:001:Get L2 shot Now!
dspirito:0:41BF:02:001:Get L3 shot Now!
dspirito:0:41BE:00:001:Get normal dragon Now!
dspirito:0:41BE:01:001:Get 2 headed dragon Now!
dspirito:0:41BE:02:001:Get 3 headed dragon Now!
dspirito:0:41BE:03:001:Get small dragon Now!
dspirito:0:41BE:04:001:Get EarthQuake dragon Now!
dspirito:0:41C7:00:001:Get Normal Fire Now!
dspirito:0:41C7:01:001:Get Long Fire Now!
dspirito:0:41C7:02:001:Get 3 way Fire Now!
dspirito:0:41C7:03:001:Get Homing Star Fire Now!
dspirito:0:41C7:04:001:Get Penetration Fire Now!
dspirito:0:0000:00:999:[The current area cheat ]
dspirito:0:0000:00:999:[should only be activated in]
dspirito:0:0000:00:999:[the game before you lose a ]
dspirito:0:0000:00:999:[life - ie no inf. energy!!!]
dspirito:0:0000:00:999:[Best activated on the hill ]
dspirito:0:0000:00:999:[sword/lightning screen ]
dspirito:0:4001:08:061:Select next area
dspirito:0:4001:08:071:Select current area
; [ Darkstalkers: The Night Warriors (US 940818) ]
dstlk:0:FF9409:99:000:Infinite Time
dstlk:0:FF9409:00:001:Finish this Round Now!
dstlk:0:FF83CB:90:000:Infinite Energy PL1
dstlk:0:FF83CB:00:001:Drain All Energy Now! PL1
dstlk:0:FF855F:8E:000:Infinite Special PL1
dstlk:0:000000:00:999:[ Free player selection ]
dstlk:0:000000:00:999:[ Use on level VS screen ]
dstlk:0:FF8729:01:001:Play as Dimitri Now! PL1
dstlk:0:FF8729:02:001:Play as Gallon Now! PL1
dstlk:0:FF8729:03:001:Play as Victor Now! PL1
dstlk:0:FF8729:04:001:Play as Zabelzaroch Now! PL1
dstlk:0:FF8729:05:001:Play as Morrigan Now! PL1
dstlk:0:FF8729:06:001:Play as Anakaris Now! PL1
dstlk:0:FF8729:07:001:Play as Felicia Now! PL1
dstlk:0:FF8729:08:001:Play as Bishamon Now! PL1
dstlk:0:FF8729:09:001:Play as Aulbath Now! PL1
dstlk:0:FF8729:0A:001:Play as Sasquatch Now! PL1
dstlk:0:FF8729:0B:001:Play as Phobos Now! PL1
dstlk:0:FF8729:0C:001:Play as Pyron Now! PL1
dstlk:0:FF87CB:90:000:Infinite Energy PL2
dstlk:0:FF87CB:00:001:Drain All Energy Now! PL2
dstlk:0:FF895F:51:000:Infinite Special PL2
dstlk:0:000000:00:999:[ Free player selection ]
dstlk:0:000000:00:999:[ Use on level VS screen ]
dstlk:0:FF8B29:01:001:Play as Dimitri Now! PL2
dstlk:0:FF8B29:02:001:Play as Gallon Now! PL2
dstlk:0:FF8B29:03:001:Play as Victor Now! PL2
dstlk:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2
dstlk:0:FF8B29:05:001:Play as Morrigan Now! PL2
dstlk:0:FF8B29:06:001:Play as Anakaris Now! PL2
dstlk:0:FF8B29:07:001:Play as Felicia Now! PL2
dstlk:0:FF8B29:08:001:Play as Bishamon Now! PL2
dstlk:0:FF8B29:09:001:Play as Aulbath Now! PL2
dstlk:0:FF8B29:0A:001:Play as Sasquatch Now! PL2
dstlk:0:FF8B29:0B:001:Play as Phobos Now! PL2
dstlk:0:FF8B29:0C:001:Play as Pyron Now! PL2
dstlk:0:000000:00:999:[These are the codes to set the machine region - the ]
dstlk:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
dstlk:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
dstlk:0:FF8205:00:000:Region Switch = Japan
dstlk:0:FF8205:02:000:Region Switch = USA
dstlk:0:FF8205:04:000:Region Switch = Asia
dstlk:0:FF8205:06:000:Region Switch = Hispanic
dstlk:0:FF8205:08:000:Region Switch = Euro
dstlk:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text)
dstlk:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text)
; [ Duck Hunt ]
duckhunt:0:0635:99:000:Infinite Credits
duckhunt:0:00C5:07:000:Infinite Lives
duckhunt:0:00BA:03:000:Infinite Shots
duckhunt:0:00BB:0C:001:Finish Level with next shot
; [ Dump Matsumoto (Japan) ]
dumpmtmt:0:FFC202:59:000:Infinite Time
; [ Tenchi wo Kurau (Japan) ]
dwj:0:FF82E6:0E:000:Invincibility PL1
dwj:0:FF8289:99:000:Infinite Energy PL1
dwj:0:FF8288:09:500:Infinite Energy PL1 (2/2)
dwj:0:FF82EE:07:000:Character level 8 (max) PL1
dwj:0:FF82E9:07:000:Weapon level 8 (max) PL1
dwj:0:FF82E2:0B:000:Maximum weap. power PL1
dwj:0:FF82EF:07:500:Maximum weap. power PL1 (2/2)
dwj:0:FF82E1:02:000:Maximum blue balls PL1
dwj:0:FF8386:0E:000:Invincibility PL2
dwj:0:FF8329:99:000:Infinite Energy PL2
dwj:0:FF8328:09:500:Infinite Energy PL2 (2/2)
dwj:0:FF838E:07:000:Character level 8 (max) PL2
dwj:0:FF8389:07:000:Weapon level 8 (max) PL2
dwj:0:FF8382:0B:000:Maximum weap. power PL2
dwj:0:FF838F:07:500:Maximum weap. power PL2 (2/2)
dwj:0:FF8381:02:000:Maximum blue balls PL2
; [ Dyger (set 1) ]
dyger:0:C00A:62:000:Infinite Credits
dyger:0:C110:14:000:Infinite Lives
dyger:0:C012:FF:000:Power never decreases
dyger:0:D004:07:000:Maximum fire power
dyger:0:C100:01:020:Invincibility:No power ups for you then!
dyger:0:C158:00:000:Always 1 Hit to kill bosses
dyger:0:C158:00:001:One hit to kill Boss Now!
; [ Dyger (set 2) ]
dygera:0:C00A:62:000:Infinite Credits
dygera:0:C110:14:000:Infinite Lives
dygera:0:C012:FF:000:Power never decreases
dygera:0:D004:07:000:Maximum fire power
dygera:0:C100:01:020:Invincibility:No power ups for you then!
dygera:0:C158:00:000:Always 1 Hit to kill bosses
dygera:0:C158:00:001:One hit to kill Boss Now!
; [ Dynamic Ski ]
dynamski:0:F002:63:000:Infinite Credits
dynamski:0:F0FD:02:000:Infinite Time
dynamski:0:F123:64:000:Always have Max Ski Speed
dynamski:0:F126:2D:000:Jump Angle always 45 degress:Use with Always have Max Ski Speed for a jump over 90m every time and no need to do anything!
dynamski:0:F14B:09:000:Always get Ski Jump BONUS
; [ Dynamite Duke ]
dynduke:0:012EA:96:000:Infinite Energy
dynduke:0:012F4:E8:000:Infinite Ammo
dynduke:0:012F5:03:500:Infinite Ammo (2/2)
dynduke:0:012F8:08:000:Infinite MegaPunch
dynduke:0:02864:2D:000:Constant MegaPunch
dynduke:0:012EF:02:000:Full Autofire "ON"
dynduke:0:012EE:7F:500:Full Autofire "ON" (2/2)
dynduke:0:012EF:00:001:Full Autofire "OFF"
dynduke:0:012EE:00:501:Full Autofire "OFF" (2/2)
; [ Zig Zag (Dig Dug hardware) ]
dzigzag:0:840A:06:000:Infinite Lives PL1
dzigzag:0:840B:06:000:Infinite Lives PL2
dzigzag:0:8401:80:040:Invincibility
dzigzag:0:840D:63:072:Select current level
dzigzag:0:840D:63:062:Select next level
; [ Eagle (set 1) ]
eagle:0:809D:01:000:Infinite Lives
eagle:0:809E:00:500:Infinite Lives (2/2)
eagle:0:8230:30:000:Infinite Time to dock
eagle:0:8230:00:001:No more dock time Now!
eagle:0:8231:01:501:No more dock time Now! (2/2)
eagle:0:823C:01:000:Only 1 to kill per screen
; [ Eagle (set 2) ]
eagle2:0:809D:01:000:Infinite Lives
eagle2:0:809E:00:500:Infinite Lives (2/2)
eagle2:0:8230:30:000:Infinite Time to dock
eagle2:0:8230:00:001:No more dock time Now!
eagle2:0:8231:01:501:No more dock time Now! (2/2)
eagle2:0:823C:01:000:Only 1 to kill per screen
; [ Super Earth Invasion ]
earthinv:0:2009:78:000:Invaders never drop
earthinv:0:2069:00:000:Invaders don't fire
earthinv:0:206A:30:500:Invaders don't fire (2/2)
earthinv:0:0293:C3:100:Bullet Invincibility
earthinv:0:2094:04:540:Bullet Invincibility (2/3)
earthinv:0:2015:FF:500:Bullet Invincibility (3/3)
earthinv:0:163E:00:100:Autofire Mode
earthinv:0:21FF:07:000:Infinite Lives PL1
earthinv:0:2100:00:001:Kill All Invaders Now! PL1
earthinv:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
earthinv:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
earthinv:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
earthinv:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
earthinv:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
earthinv:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
earthinv:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
earthinv:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
earthinv:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
earthinv:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
earthinv:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
earthinv:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
earthinv:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
earthinv:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
earthinv:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
earthinv:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
earthinv:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
earthinv:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
earthinv:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
earthinv:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
earthinv:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
earthinv:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
earthinv:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
earthinv:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
earthinv:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
earthinv:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
earthinv:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
earthinv:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
earthinv:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
earthinv:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
earthinv:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
earthinv:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
earthinv:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
earthinv:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
earthinv:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
earthinv:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
earthinv:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
earthinv:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
earthinv:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
earthinv:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
earthinv:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
earthinv:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
earthinv:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
earthinv:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
earthinv:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
earthinv:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
earthinv:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
earthinv:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
earthinv:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
earthinv:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
earthinv:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
earthinv:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
earthinv:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
earthinv:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
earthinv:0:22FF:07:000:Infinite Lives PL2
earthinv:0:2200:00:001:Kill All Invaders Now! PL2
earthinv:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
earthinv:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
earthinv:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
earthinv:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
earthinv:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
earthinv:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
earthinv:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
earthinv:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
earthinv:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
earthinv:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
earthinv:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
earthinv:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
earthinv:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
earthinv:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
earthinv:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
earthinv:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
earthinv:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
earthinv:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
earthinv:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
earthinv:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
earthinv:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
earthinv:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
earthinv:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
earthinv:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
earthinv:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
earthinv:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
earthinv:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
earthinv:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
earthinv:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
earthinv:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
earthinv:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
earthinv:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
earthinv:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
earthinv:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
earthinv:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
earthinv:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
earthinv:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
earthinv:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
earthinv:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
earthinv:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
earthinv:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
earthinv:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
earthinv:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
earthinv:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
earthinv:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
earthinv:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
earthinv:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
earthinv:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
earthinv:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
earthinv:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
earthinv:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
earthinv:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
earthinv:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
earthinv:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ U.N. Defense Force: Earth Joker (Japan) ]
earthjkr:0:10094A:09:000:Infinite Credits
earthjkr:0:100962:0A:000:Infinite Lives PL1
earthjkr:0:100965:05:000:Always have Max Fire PowerPL1
earthjkr:0:1009C6:0A:000:Infinite Lives PL2
earthjkr:0:1009C9:05:000:Always have Max Fire PowerPL2
; [ Extra Bases ]
ebases:0:7C95:30:000:Infinite Strikes
ebases:0:7C96:30:000:Infinite Balls
ebases:0:7C49:30:000:Infinite Outs
ebases:0:7C95:30:001:Set Strikes to 0 Now!
ebases:0:7C95:32:001:Set Strikes to 2 Now!
ebases:0:7C96:30:001:Set Balls to 0 Now!
ebases:0:7C96:33:001:Set Balls to 3 Now!
ebases:0:7C49:30:001:Set Outs to 0 Now!
ebases:0:7C49:32:001:Set Outs to 2 Now!
ebases:0:7C0E:99:073:Select Score Visitor Team
ebases:0:7C0D:99:073:Select Score Home Team
; [ Eco Fighters (World 931203) ]
ecofghtr:0:FF02E8:09:000:Infinite Credits
ecofghtr:0:FFF5F2:09:000:Infinite Lives PL1
ecofghtr:0:FF877A:FF:002:Invincibility PL1
ecofghtr:0:FF8952:05:000:Always have Maximum Arm Weapon Power PL1
ecofghtr:0:FFF5F3:09:000:Infinite Lives PL2
ecofghtr:0:FF8D4A:FF:002:Invincibility PL2
ecofghtr:0:FF8F22:05:000:Always have Maximum Arm Weapon Power PL2
ecofghtr:0:000000:00:999:[These are the codes to set the machine region - the ]
ecofghtr:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
ecofghtr:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
ecofghtr:0:FF03E9:00:000:Region Switch = Japan
ecofghtr:0:FF03E9:01:000:Region Switch = USA
ecofghtr:0:FF03E9:02:000:Region Switch = ETC
ecofghtr:0:FF03E9:03:000:Region Switch = Hispanic
ecofghtr:0:FF03E9:04:000:Region Switch = Asia
; [ Earth Defense Force ]
edf:0:0616F5:03:000:Infinite Lives PL1
edf:0:000000:00:999:[Disable invincibility with ]
edf:0:000000:00:999:[F6 to finish each level. ]
edf:0:0616F3:B2:000:Invincibility PL1
edf:0:0616F7:04:000:Weapon level 5 (max) PL1
edf:0:061737:00:001:Get Valcan Weapon Now! PL1
edf:0:061737:01:001:Get Laser Weapon Now! PL1
edf:0:061737:02:001:Get Atomic Weapon Now! PL1
edf:0:061737:03:001:Get Homing Weapon Now! PL1
edf:0:061955:03:000:Infinite Lives PL2
edf:0:000000:00:999:[Disable invincibility with ]
edf:0:000000:00:999:[F6 to finish each level. ]
edf:0:061953:B2:000:Invincibility PL2
edf:0:061957:04:000:Weapon level 5 (max) PL2
edf:0:061997:00:001:Get Valcan Weapon Now! PL2
edf:0:061997:01:001:Get Laser Weapon Now! PL2
edf:0:061997:02:001:Get Atomic Weapon Now! PL2
edf:0:061997:03:001:Get Homing Weapon Now! PL2
; [ Eggs ]
eggs:0:4C01:60:100:Invincibility
eggs:0:432E:60:600:Invincibility
eggs:0:0055:07:000:Infinite Lives PL1
eggs:0:005F:07:000:Infinite Lives PL2
; [ Eight Forces ]
eightfrc:0:201D50:07:000:Infinite Lives PL1
eightfrc:0:201D43:07:000:Infinite Bombs PL1
eightfrc:0:201D47:04:000:Always have Max Fire PowerPL1
eightfrc:0:201D45:FF:000:Invincibility "ON" PL1
eightfrc:0:201D45:01:001:Invincibility "OFF" PL1
eightfrc:0:201BA8:07:000:Infinite Lives PL2
eightfrc:0:201B9B:07:000:Infinite Bombs PL2
eightfrc:0:201B9F:04:000:Always have Max Fire PowerPL2
eightfrc:0:201B9D:FF:000:Invincibility "ON" PL2
eightfrc:0:201B9D:01:001:Invincibility "OFF" PL2
; [ Eight Man ]
eightman:0:100482:99:000:Infinite Time
eightman:0:100CF7:63:000:Infinite Lives PL1
eightman:0:100CF6:06:000:Infinite Life PL1
eightman:0:100CF5:06:000:Infinite Bombs PL1
eightman:0:100CF8:02:000:Max Weapon Power PL1
eightman:0:100CDC:01:000:Invincibility PL1
eightman:0:100CC2:01:000:Permanent "8 Power" PL1
eightman:0:1011F7:63:000:Infinite Lives PL2
eightman:0:1011F6:06:000:Infinite Life PL2
eightman:0:1011F5:06:000:Infinite Bombs PL2
eightman:0:1011F8:02:000:Max Weapon Power PL2
eightman:0:1011DC:01:000:Invincibility PL2
eightman:0:1011C2:01:000:Permanent "8 Power" PL2
; [ Extra Inning ]
einnings:0:22E5:00:000:Infinite Strikes
einnings:0:22E4:00:000:Infinite Balls
einnings:0:22E6:00:000:Infinite Outs
einnings:0:22E5:00:001:Set Strikes to 0 Now!
einnings:0:22E5:02:001:Set Strikes to 2 Now!
einnings:0:22E4:00:001:Set Balls to 0 Now!
einnings:0:22E4:03:001:Set Balls to 3 Now!
einnings:0:22E6:00:001:Set Outs to 0 Now!
einnings:0:22E6:02:001:Set Outs to 2 Now!
; [ Electric Yo-Yo, The (set 2) ]
elecyoy2:0:8740:03:000:Infinite Lives
; [ Electric Yo-Yo, The (set 1) ]
elecyoyo:0:8740:03:000:Infinite Lives
; [ Elevator Action (bootleg) ]
elevatob:0:8234:14:000:Infinite Lives
elevatob:0:0000:00:999:[Disable invincibility with ]
elevatob:0:0000:00:999:[F6 to enter the car and ]
elevatob:0:0000:00:999:[finish each level. ]
elevatob:0:8523:00:000:Invincibility
elevatob:0:0000:00:999:[ ]
elevatob:0:0000:00:999:[See the Dip Switch Menu to ]
elevatob:0:0000:00:999:[enable an alternate ]
elevatob:0:0000:00:999:[Invincibility cheat. ]
elevatob:0:0000:00:999:[ ]
elevatob:0:8240:FF:000:Lamps never fall
elevatob:0:8211:08:000:Always No red door on fl. 1
elevatob:0:8212:08:000:Always No red door on fl. 2
elevatob:0:8213:08:000:Always No red door on fl. 3
elevatob:0:8214:08:000:Always No red door on fl. 4
elevatob:0:8215:08:000:Always No red door on fl. 5
elevatob:0:8216:08:000:Always No red door on fl. 6
elevatob:0:8217:08:000:Always No red door on fl. 7
elevatob:0:8218:08:000:Always No red door on fl. 8
elevatob:0:8219:08:000:Always No red door on fl. 9
elevatob:0:821A:08:000:Always No red door on fl. 10
elevatob:0:821B:08:000:Always No red door on fl. 11
elevatob:0:821C:08:000:Always No red door on fl. 12
elevatob:0:821D:08:000:Always No red door on fl. 13
elevatob:0:821E:08:000:Always No red door on fl. 14
elevatob:0:821F:08:000:Always No red door on fl. 15
elevatob:0:8220:08:000:Always No red door on fl. 16
elevatob:0:8221:08:000:Always No red door on fl. 17
elevatob:0:8222:08:000:Always No red door on fl. 18
elevatob:0:8223:08:000:Always No red door on fl. 19
elevatob:0:8224:08:000:Always No red door on fl. 20
elevatob:0:8225:08:000:Always No red door on fl. 21
elevatob:0:8226:08:000:Always No red door on fl. 22
elevatob:0:8227:08:000:Always No red door on fl. 23
elevatob:0:8228:08:000:Always No red door on fl. 24
elevatob:0:8229:08:000:Always No red door on fl. 25
elevatob:0:822A:08:000:Always No red door on fl. 26
elevatob:0:822B:08:000:Always No red door on fl. 27
elevatob:0:822C:08:000:Always No red door on fl. 28
elevatob:0:822D:08:000:Always No red door on fl. 29
elevatob:0:822E:08:000:Always No red door on fl. 30
elevatob:0:8211:08:001:No red door on fl. 1 Now!
elevatob:0:8212:08:001:No red door on fl. 2 Now!
elevatob:0:8213:08:001:No red door on fl. 3 Now!
elevatob:0:8214:08:001:No red door on fl. 4 Now!
elevatob:0:8215:08:001:No red door on fl. 5 Now!
elevatob:0:8216:08:001:No red door on fl. 6 Now!
elevatob:0:8217:08:001:No red door on fl. 7 Now!
elevatob:0:8218:08:001:No red door on fl. 8 Now!
elevatob:0:8219:08:001:No red door on fl. 9 Now!
elevatob:0:821A:08:001:No red door on fl. 10 Now!
elevatob:0:821B:08:001:No red door on fl. 11 Now!
elevatob:0:821C:08:001:No red door on fl. 12 Now!
elevatob:0:821D:08:001:No red door on fl. 13 Now!
elevatob:0:821E:08:001:No red door on fl. 14 Now!
elevatob:0:821F:08:001:No red door on fl. 15 Now!
elevatob:0:8220:08:001:No red door on fl. 16 Now!
elevatob:0:8221:08:001:No red door on fl. 17 Now!
elevatob:0:8222:08:001:No red door on fl. 18 Now!
elevatob:0:8223:08:001:No red door on fl. 19 Now!
elevatob:0:8224:08:001:No red door on fl. 20 Now!
elevatob:0:8225:08:001:No red door on fl. 21 Now!
elevatob:0:8226:08:001:No red door on fl. 22 Now!
elevatob:0:8227:08:001:No red door on fl. 23 Now!
elevatob:0:8228:08:001:No red door on fl. 24 Now!
elevatob:0:8229:08:001:No red door on fl. 25 Now!
elevatob:0:822A:08:001:No red door on fl. 26 Now!
elevatob:0:822B:08:001:No red door on fl. 27 Now!
elevatob:0:822C:08:001:No red door on fl. 28 Now!
elevatob:0:822D:08:001:No red door on fl. 29 Now!
elevatob:0:822E:08:001:No red door on fl. 30 Now!
elevatob:0:8237:04:001:Level 5 (Highlander test)
; [ Elevator Action ]
elevator:0:8234:14:000:Infinite Lives
elevator:0:0000:00:999:[Disable invincibility with ]
elevator:0:0000:00:999:[F6 to enter the car and ]
elevator:0:0000:00:999:[finish each level. ]
elevator:0:8523:00:000:Invincibility
elevator:0:0000:00:999:[ ]
elevator:0:0000:00:999:[See the Dip Switch Menu to ]
elevator:0:0000:00:999:[enable an alternate ]
elevator:0:0000:00:999:[Invincibility cheat. ]
elevator:0:0000:00:999:[ ]
elevator:0:8240:FF:000:Lamps never fall
elevator:0:8211:08:000:Always No red door on fl. 1
elevator:0:8212:08:000:Always No red door on fl. 2
elevator:0:8213:08:000:Always No red door on fl. 3
elevator:0:8214:08:000:Always No red door on fl. 4
elevator:0:8215:08:000:Always No red door on fl. 5
elevator:0:8216:08:000:Always No red door on fl. 6
elevator:0:8217:08:000:Always No red door on fl. 7
elevator:0:8218:08:000:Always No red door on fl. 8
elevator:0:8219:08:000:Always No red door on fl. 9
elevator:0:821A:08:000:Always No red door on fl. 10
elevator:0:821B:08:000:Always No red door on fl. 11
elevator:0:821C:08:000:Always No red door on fl. 12
elevator:0:821D:08:000:Always No red door on fl. 13
elevator:0:821E:08:000:Always No red door on fl. 14
elevator:0:821F:08:000:Always No red door on fl. 15
elevator:0:8220:08:000:Always No red door on fl. 16
elevator:0:8221:08:000:Always No red door on fl. 17
elevator:0:8222:08:000:Always No red door on fl. 18
elevator:0:8223:08:000:Always No red door on fl. 19
elevator:0:8224:08:000:Always No red door on fl. 20
elevator:0:8225:08:000:Always No red door on fl. 21
elevator:0:8226:08:000:Always No red door on fl. 22
elevator:0:8227:08:000:Always No red door on fl. 23
elevator:0:8228:08:000:Always No red door on fl. 24
elevator:0:8229:08:000:Always No red door on fl. 25
elevator:0:822A:08:000:Always No red door on fl. 26
elevator:0:822B:08:000:Always No red door on fl. 27
elevator:0:822C:08:000:Always No red door on fl. 28
elevator:0:822D:08:000:Always No red door on fl. 29
elevator:0:822E:08:000:Always No red door on fl. 30
elevator:0:8211:08:001:No red door on fl. 1 Now!
elevator:0:8212:08:001:No red door on fl. 2 Now!
elevator:0:8213:08:001:No red door on fl. 3 Now!
elevator:0:8214:08:001:No red door on fl. 4 Now!
elevator:0:8215:08:001:No red door on fl. 5 Now!
elevator:0:8216:08:001:No red door on fl. 6 Now!
elevator:0:8217:08:001:No red door on fl. 7 Now!
elevator:0:8218:08:001:No red door on fl. 8 Now!
elevator:0:8219:08:001:No red door on fl. 9 Now!
elevator:0:821A:08:001:No red door on fl. 10 Now!
elevator:0:821B:08:001:No red door on fl. 11 Now!
elevator:0:821C:08:001:No red door on fl. 12 Now!
elevator:0:821D:08:001:No red door on fl. 13 Now!
elevator:0:821E:08:001:No red door on fl. 14 Now!
elevator:0:821F:08:001:No red door on fl. 15 Now!
elevator:0:8220:08:001:No red door on fl. 16 Now!
elevator:0:8221:08:001:No red door on fl. 17 Now!
elevator:0:8222:08:001:No red door on fl. 18 Now!
elevator:0:8223:08:001:No red door on fl. 19 Now!
elevator:0:8224:08:001:No red door on fl. 20 Now!
elevator:0:8225:08:001:No red door on fl. 21 Now!
elevator:0:8226:08:001:No red door on fl. 22 Now!
elevator:0:8227:08:001:No red door on fl. 23 Now!
elevator:0:8228:08:001:No red door on fl. 24 Now!
elevator:0:8229:08:001:No red door on fl. 25 Now!
elevator:0:822A:08:001:No red door on fl. 26 Now!
elevator:0:822B:08:001:No red door on fl. 27 Now!
elevator:0:822C:08:001:No red door on fl. 28 Now!
elevator:0:822D:08:001:No red door on fl. 29 Now!
elevator:0:822E:08:001:No red door on fl. 30 Now!
elevator:0:8237:04:001:Level 5 (Highlander test)
; [ Eliminator (2 Players, set 1) ]
elim2:0:CA84:08:000:Red Ship Never Escapes
elim2:0:C997:99:000:Infinite Lives PL1
elim2:0:C998:99:000:Infinite Lives PL2
; [ Eliminator (2 Players, set 2) ]
elim2a:0:CA84:08:000:Red Ship Never Escapes
elim2a:0:C997:99:000:Infinite Lives PL1
elim2a:0:C998:99:000:Infinite Lives PL2
; [ Eliminator (4 Players) ]
elim4:0:CAE3:08:000:Red Ship Never Escapes
elim4:0:CC43:99:000:Infinite Lives PL1
elim4:0:CC44:99:000:Infinite Lives PL2
elim4:0:CC46:99:000:Infinite Lives PL3
elim4:0:CC45:99:000:Infinite Lives PL4
; [ Elevator Action 2 (US) ]
elvact2u:0:400091:09:000:Infinite Credits
elvact2u:0:409C5B:AA:000:Infinite Time (Final Level)
elvact2u:0:40780F:09:000:Infinite Lives PL1
elvact2u:0:407811:03:000:Infinite Male Energy PL1:Use with the male characters
elvact2u:0:407811:02:000:Infinite Female Energy PL1:Use with the female character
elvact2u:0:4078C5:63:000:Infinite Bombs PL1
elvact2u:0:407FE9:02:000:Invincibility PL1
elvact2u:0:407873:63:000:Infinite Ammo PL1:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats
elvact2u:0:407871:00:000:Always have Normal weapon PL1
elvact2u:0:407871:01:000:Always have "M" weapon PL1
elvact2u:0:407871:02:000:Always have "L" weapon PL1
elvact2u:0:407871:00:001:Get Normal weapon Now! PL1
elvact2u:0:407871:01:001:Get "M" weapon Now! PL1
elvact2u:0:407871:02:001:Get "L" weapon Now! PL1
elvact2u:0:4080EB:09:000:Infinite Lives PL2
elvact2u:0:4080ED:03:000:Infinite Male Energy PL2:Use with the male characters
elvact2u:0:4080ED:02:000:Infinite Female Energy PL2:Use with the female character
elvact2u:0:4081A1:63:000:Infinite Bombs PL2
elvact2u:0:4088C5:02:000:Invincibility PL2
elvact2u:0:40814F:63:000:Infinite Ammo PL2:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats
elvact2u:0:40814D:00:000:Always have Normal weapon PL2
elvact2u:0:40814D:01:000:Always have "M" weapon PL2
elvact2u:0:40814D:02:000:Always have "L" weapon PL2
elvact2u:0:40814D:00:001:Get Normal weapon Now! PL2
elvact2u:0:40814D:01:001:Get "M" weapon Now! PL2
elvact2u:0:40814D:02:001:Get "L" weapon Now! PL2
elvact2u:0:000000:00:999:[After you enable these region cheats to see any ]
elvact2u:0:000000:00:999:[effect you will have to reset the game (F3). ]
elvact2u:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
elvact2u:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
elvact2u:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
elvact2u:0:1FFFFF:01:001:Region Switch = Japan
elvact2u:0:1FFFFF:02:001:Region Switch = US
elvact2u:0:1FFFFF:03:001:Region Switch = World
; [ Elevator Action Returns (World) ]
elvactr:0:400091:09:000:Infinite Credits
elvactr:0:409C5B:AA:000:Infinite Time (Final Level)
elvactr:0:40780F:09:000:Infinite Lives PL1
elvactr:0:407811:03:000:Infinite Male Energy PL1:Use with the male characters
elvactr:0:407811:02:000:Infinite Female Energy PL1:Use with the female character
elvactr:0:4078C5:63:000:Infinite Bombs PL1
elvactr:0:407FE9:02:000:Invincibility PL1
elvactr:0:407873:63:000:Infinite Ammo PL1:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats
elvactr:0:407871:00:000:Always have Normal weapon PL1
elvactr:0:407871:01:000:Always have "M" weapon PL1
elvactr:0:407871:02:000:Always have "L" weapon PL1
elvactr:0:407871:00:001:Get Normal weapon Now! PL1
elvactr:0:407871:01:001:Get "M" weapon Now! PL1
elvactr:0:407871:02:001:Get "L" weapon Now! PL1
elvactr:0:4080EB:09:000:Infinite Lives PL2
elvactr:0:4080ED:03:000:Infinite Male Energy PL2:Use with the male characters
elvactr:0:4080ED:02:000:Infinite Female Energy PL2:Use with the female character
elvactr:0:4081A1:63:000:Infinite Bombs PL2
elvactr:0:4088C5:02:000:Invincibility PL2
elvactr:0:40814F:63:000:Infinite Ammo PL2:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats
elvactr:0:40814D:00:000:Always have Normal weapon PL2
elvactr:0:40814D:01:000:Always have "M" weapon PL2
elvactr:0:40814D:02:000:Always have "L" weapon PL2
elvactr:0:40814D:00:001:Get Normal weapon Now! PL2
elvactr:0:40814D:01:001:Get "M" weapon Now! PL2
elvactr:0:40814D:02:001:Get "L" weapon Now! PL2
elvactr:0:000000:00:999:[After you enable these region cheats to see any ]
elvactr:0:000000:00:999:[effect you will have to reset the game (F3). ]
elvactr:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
elvactr:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
elvactr:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
elvactr:0:1FFFFF:01:001:Region Switch = Japan
elvactr:0:1FFFFF:02:001:Region Switch = US
elvactr:0:1FFFFF:03:001:Region Switch = World
; [ Elevator Action Returns (Japan) ]
elvactrj:0:400091:09:000:Infinite Credits
elvactrj:0:409C5B:AA:000:Infinite Time (Final Level)
elvactrj:0:40780F:09:000:Infinite Lives PL1
elvactrj:0:407811:03:000:Infinite Male Energy PL1:Use with the male characters
elvactrj:0:407811:02:000:Infinite Female Energy PL1:Use with the female character
elvactrj:0:4078C5:63:000:Infinite Bombs PL1
elvactrj:0:407FE9:02:000:Invincibility PL1
elvactrj:0:407873:63:000:Infinite Ammo PL1:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats
elvactrj:0:407871:00:000:Always have Normal weapon PL1
elvactrj:0:407871:01:000:Always have "M" weapon PL1
elvactrj:0:407871:02:000:Always have "L" weapon PL1
elvactrj:0:407871:00:001:Get Normal weapon Now! PL1
elvactrj:0:407871:01:001:Get "M" weapon Now! PL1
elvactrj:0:407871:02:001:Get "L" weapon Now! PL1
elvactrj:0:4080EB:09:000:Infinite Lives PL2
elvactrj:0:4080ED:03:000:Infinite Male Energy PL2:Use with the male characters
elvactrj:0:4080ED:02:000:Infinite Female Energy PL2:Use with the female character
elvactrj:0:4081A1:63:000:Infinite Bombs PL2
elvactrj:0:4088C5:02:000:Invincibility PL2
elvactrj:0:40814F:63:000:Infinite Ammo PL2:Need for the 'Get "M" weapon Now!' & 'Get "L" weapon Now!' cheats
elvactrj:0:40814D:00:000:Always have Normal weapon PL2
elvactrj:0:40814D:01:000:Always have "M" weapon PL2
elvactrj:0:40814D:02:000:Always have "L" weapon PL2
elvactrj:0:40814D:00:001:Get Normal weapon Now! PL2
elvactrj:0:40814D:01:001:Get "M" weapon Now! PL2
elvactrj:0:40814D:02:001:Get "L" weapon Now! PL2
elvactrj:0:000000:00:999:[After you enable these region cheats to see any ]
elvactrj:0:000000:00:999:[effect you will have to reset the game (F3). ]
elvactrj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
elvactrj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
elvactrj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
elvactrj:0:1FFFFF:01:001:Region Switch = Japan
elvactrj:0:1FFFFF:02:001:Region Switch = US
elvactrj:0:1FFFFF:03:001:Region Switch = World
; [ Empire City: 1931 (bootleg?) ]
empcity:0:F004:0B:000:Infinite Lives
empcity:0:F008:70:007:Infinite Ammo
empcity:0:E532:00:000:Invincibility
; [ Empire City: 1931 (Japan) ]
empcityj:0:F004:0B:000:Infinite Lives
empcityj:0:F008:70:007:Infinite Ammo
empcityj:0:E532:00:000:Invincibility
; [ Enduro Racer (bootleg set 2) ]
endurob2:0:040460:99:000:Infinite Time
; [ Enduro Racer (bootleg set 1) ]
endurobl:0:040460:99:000:Infinite Time
; [ Enduro Racer ]
enduror:0:040460:99:000:Infinite Time
; [ Escape from the Planet of the Robot Monsters (set 1) ]
eprom:0:3F7F55:19:000:Infinite Credits
eprom:0:16CB11:09:000:Infinite Lives/Energy PL1
eprom:0:16D04C:63:000:Infinite Bombs PL1
eprom:0:16CB13:09:000:Infinite Lives/Energy PL2
eprom:0:16D04D:63:000:Infinite Bombs PL2
; [ Escape from the Planet of the Robot Monsters (set 2) ]
eprom2:0:3F7F55:19:000:Infinite Credits
eprom2:0:16CB11:09:000:Infinite Lives/Energy PL1
eprom2:0:16D04C:63:000:Infinite Bombs PL1
eprom2:0:16CB13:09:000:Infinite Lives/Energy PL2
eprom2:0:16D04D:63:000:Infinite Bombs PL2
; [ Empire Strikes Back, The ]
esb:0:4860:05:000:Infinite Shields
esb:0:4BFE:04:000:Infinite Tow Cables
; [ Espial (US?) ]
espial:0:582B:07:000:Infinite Lives PL1
espial:0:582C:07:000:Infinite Lives PL2
espial:0:59EC:83:000:Invincibility
espial:0:58FA:83:500:Invincibility (2/2)
; [ Espial (Europe) ]
espiale:0:582B:07:000:Infinite Lives PL1
espiale:0:582C:07:000:Infinite Lives PL2
espiale:0:59EC:83:000:Invincibility
espiale:0:58FA:83:500:Invincibility (2/2)
; [ ESP Ra.De. (Japan) ]
esprade:0:101227:09:000:Infinite Credits
esprade:0:10254F:07:000:Infinite Lives PL1
esprade:0:102750:0F:000:Infinite Bombs PL1
esprade:0:102748:F0:000:Invincibility PL1
esprade:0:10272B:04:000:Maximum Power PL1
esprade:0:102551:07:000:Infinite Lives PL2
esprade:0:1027A0:0F:000:Infinite Bombs PL2
esprade:0:102798:F0:000:Invincibility PL2
esprade:0:10277B:04:000:Maximum Power PL2
; [ E-Swat - Cyber Police ]
eswat:0:FFC460:64:000:Infinite Time
eswat:0:FFC821:09:000:Infinite Lives PL1
eswat:0:FFC810:2F:000:Infinite Energy PL1
eswat:0:FFD15A:40:040:Invincibility Buggy PL1
eswat:0:FFD15A:08:542:Invincibility Buggy PL1 (2/2)
eswat:0:FFD157:6C:000:Invincibility Half PL1
eswat:0:FFC815:E7:000:Infinite Ammo PL1
eswat:0:FFC814:03:500:Infinite Ammo PL1 (2/2)
eswat:0:FFC861:09:000:Infinite Lives PL2
eswat:0:FFC850:2F:000:Infinite Energy PL2
eswat:0:FFD06A:40:040:Invincibility Buggy PL2
eswat:0:FFD06A:08:542:Invincibility Buggy PL2 (2/2)
eswat:0:FFD067:66:000:Invincibility Half PL2
eswat:0:FFC855:E7:000:Infinite Ammo PL2
eswat:0:FFC854:03:500:Infinite Ammo PL2 (2/2)
; [ E-Swat - Cyber Police (bootleg) ]
eswatbl:0:FFC460:64:000:Infinite Time
eswatbl:0:FFC821:09:000:Infinite Lives PL1
eswatbl:0:FFC810:2F:000:Infinite Energy PL1
eswatbl:0:FFD15A:40:040:Invincibility Buggy PL1
eswatbl:0:FFD15A:08:542:Invincibility Buggy PL1 (2/2)
eswatbl:0:FFD157:6C:000:Invincibility Half PL1
eswatbl:0:FFC815:E7:000:Infinite Ammo PL1
eswatbl:0:FFC814:03:500:Infinite Ammo PL1 (2/2)
eswatbl:0:FFC861:09:000:Infinite Lives PL2
eswatbl:0:FFC850:2F:000:Infinite Energy PL2
eswatbl:0:FFD06A:40:040:Invincibility Buggy PL2
eswatbl:0:FFD06A:08:542:Invincibility Buggy PL2 (2/2)
eswatbl:0:FFD067:66:000:Invincibility Half PL2
eswatbl:0:FFC855:E7:000:Infinite Ammo PL2
eswatbl:0:FFC854:03:500:Infinite Ammo PL2 (2/2)
; [ Kokontouzai Eto Monogatari (Japan) ]
eto:0:200988:09:000:Infinite Credits
eto:0:202AC3:00:000:Never be dropped on PL1
eto:0:202AC7:4C:001:Win this game Now! PL1
eto:0:202C40:01:000:Next bottom tile always Red PL1
eto:0:202C40:02:000:Next bottom tile always Orange PL1
eto:0:202C40:03:000:Next bottom tile always Green PL1
eto:0:202C40:04:000:Next bottom tile always Blue PL1
eto:0:202C40:05:000:Next bottom tile always Purple PL1
eto:0:202C40:06:000:Next bottom tile always Bubble PL1
eto:0:202C40:07:000:Next bottom tile always Chest PL1
eto:0:202C41:01:000:Next top tile always Red PL1
eto:0:202C41:02:000:Next top tile always Orange PL1
eto:0:202C41:03:000:Next top tile always Green PL1
eto:0:202C41:04:000:Next top tile always Blue PL1
eto:0:202C41:05:000:Next top tile always Purple PL1
eto:0:202C41:06:000:Next top tile always Bubble PL1
eto:0:202C41:07:000:Next top tile always Chest PL1
eto:0:202C40:01:001:Next bottom tile is Red Now! PL1
eto:0:202C40:02:001:Next bottom tile is Orange Now! PL1
eto:0:202C40:03:001:Next bottom tile is Green Now! PL1
eto:0:202C40:04:001:Next bottom tile is Blue Now! PL1
eto:0:202C40:05:001:Next bottom tile is Purple Now! PL1
eto:0:202C40:06:001:Next bottom tile is Bubble Now! PL1
eto:0:202C40:07:001:Next bottom tile is Chest Now! PL1
eto:0:202C41:01:001:Next top tile is Red Now! PL1
eto:0:202C41:02:001:Next top tile is Orange Now! PL1
eto:0:202C41:03:001:Next top tile is Green Now! PL1
eto:0:202C41:04:001:Next top tile is Blue Now! PL1
eto:0:202C41:05:001:Next top tile is Purple Now! PL1
eto:0:202C41:06:001:Next top tile is Bubble Now! PL1
eto:0:202C41:07:001:Next top tile is Chest Now! PL1
eto:0:202AC7:00:001:Never be dropped on PL2
eto:0:202AC3:4C:001:Win this game Now! PL2
eto:0:202C42:01:000:Next bottom tile always Red PL2
eto:0:202C42:02:000:Next bottom tile always Orange PL2
eto:0:202C42:03:000:Next bottom tile always Green PL2
eto:0:202C42:04:000:Next bottom tile always Blue PL2
eto:0:202C42:05:000:Next bottom tile always Purple PL2
eto:0:202C42:06:000:Next bottom tile always Bubble PL2
eto:0:202C42:07:000:Next bottom tile always Chest PL2
eto:0:202C43:01:000:Next top tile always Red PL2
eto:0:202C43:02:000:Next top tile always Orange PL2
eto:0:202C43:03:000:Next top tile always Green PL2
eto:0:202C43:04:000:Next top tile always Blue PL2
eto:0:202C43:05:000:Next top tile always Purple PL2
eto:0:202C43:06:000:Next top tile always Bubble PL2
eto:0:202C43:07:000:Next top tile always Chest PL2
eto:0:202C42:01:001:Next bottom tile is Red Now! PL2
eto:0:202C42:02:001:Next bottom tile is Orange Now! PL2
eto:0:202C42:03:001:Next bottom tile is Green Now! PL2
eto:0:202C42:04:001:Next bottom tile is Blue Now! PL2
eto:0:202C42:05:001:Next bottom tile is Purple Now! PL2
eto:0:202C42:06:001:Next bottom tile is Bubble Now! PL2
eto:0:202C42:07:001:Next bottom tile is Chest Now! PL2
eto:0:202C43:01:001:Next top tile is Red Now! PL2
eto:0:202C43:02:001:Next top tile is Orange Now! PL2
eto:0:202C43:03:001:Next top tile is Green Now! PL2
eto:0:202C43:04:001:Next top tile is Blue Now! PL2
eto:0:202C43:05:001:Next top tile is Purple Now! PL2
eto:0:202C43:06:001:Next top tile is Bubble Now! PL2
eto:0:202C43:07:001:Next top tile is Chest Now! PL2
; [ Euro Champ '92 (World) ]
euroch92:0:102935:09:000:Infinite Credits
euroch92:0:102929:3B:000:Infinite Time
euroch92:0:10A441:3C:500:Infinite Time (2/3)
euroch92:0:10A440:63:500:Infinite Time (3/3)
euroch92:0:102929:00:001:Finish this Game Now!
euroch92:0:10A441:00:501:Finish this Game Now! (2/3)
euroch92:0:10A440:00:501:Finish this Game Now! (3/3)
euroch92:0:1078EC:00:000:Score always 0 PL1
euroch92:0:10A43E:00:500:Score always 0 PL1 (2/2)
euroch92:0:1078EC:09:000:Score always 9 PL1
euroch92:0:10A43E:09:500:Score always 9 PL1 (2/2)
euroch92:0:1078EC:00:001:Set score = 0 Now! PL1
euroch92:0:10A43E:00:501:Set score = 0 Now! PL1 (2/2)
euroch92:0:1078EC:09:001:Set score = 9 Now! PL1
euroch92:0:10A43E:09:501:Set score = 9 Now! PL1 (2/2)
euroch92:0:107BEC:00:000:Score always 0 PL2
euroch92:0:10A43F:00:500:Score always 0 PL2 (2/2)
euroch92:0:107BEC:09:000:Score always 9 PL2
euroch92:0:10A43F:09:500:Score always 9 PL2 (2/2)
euroch92:0:107BEC:00:001:Set score = 0 Now! PL2
euroch92:0:10A43F:00:501:Set score = 0 Now! PL2 (2/2)
euroch92:0:107BEC:09:001:Set score = 9 Now! PL2
euroch92:0:10A43F:09:501:Set score = 9 Now! PL2 (2/2)
; [ Excitebike (Japan) ]
excitbkj:0:0063:03:000:Infinite Time
excitbkj:0:03E3:00:000:No Overheating
; [ Excitebike ]
excitebk:0:0063:03:000:Infinite Time
excitebk:0:03E3:00:000:No Overheating
; [ Exciting Hour ]
excthour:0:02CF:59:000:Infinite Time
excthour:0:0000:00:999:[The Referee never counts ]
excthour:0:0000:00:999:[cheat gives you Infinite ]
excthour:0:0000:00:999:[Time out of the ring, when ]
excthour:0:0000:00:999:[you are on the corner and ]
excthour:0:0000:00:999:[makes it impossible to get ]
excthour:0:0000:00:999:[a fall. Either disable it ]
excthour:0:0000:00:999:[or use the CORRECT 'Time =']
excthour:0:0000:00:999:[cheats. These can also be ]
excthour:0:0000:00:999:[useful to enable when it's ]
excthour:0:0000:00:999:[to your advantage!! ;-) ]
excthour:0:00E6:01:000:Referee never counts
excthour:0:00E6:19:001:Out of Ring Time = 19 Now!
excthour:0:00E6:02:001:Fall Count Time = 2 Now!
excthour:0:00E6:04:001:Corner Count Time = 4 Now!
excthour:0:0000:00:999:[ ]
excthour:0:004A:FF:000:Infinite Energy PL1
excthour:0:004A:00:001:Drain all Energy Now! PL1
excthour:0:0059:00:000:Infinite Jumps on Corner PL1
excthour:0:004B:FF:000:Infinite Energy PL2
excthour:0:004B:00:001:Drain all Energy Now! PL2
excthour:0:0059:00:000:Infinite Jumps on Corner PL2
excthour:0:0000:00:999:[The Infinite Attacks cheats]
excthour:0:0000:00:999:[prevents the other player ]
excthour:0:0000:00:999:[attacking you after you've ]
excthour:0:0000:00:999:[attacked them three times ]
excthour:0:0000:00:999:[in a row. ]
excthour:0:0039:00:000:Infinite Attacks PL1
excthour:0:003A:00:000:Infinite Attacks PL2
; [ Exciting Soccer II ]
exctscc2:0:7C0D:99:000:Infinite Time
exctscc2:0:7C0E:59:500:Infinite Time (2/2)
exctscc2:0:7C0D:00:001:Finish Match Now!
exctscc2:0:7C0E:01:501:Finish Match Now! (2/2)
exctscc2:0:7C19:09:070:Select Score PL1
exctscc2:0:7C1C:09:070:Select Score PL2
; [ Exciting Soccer (alternate music) ]
exctscca:0:7C0D:99:000:Infinite Time
exctscca:0:7C0E:59:500:Infinite Time (2/2)
exctscca:0:7C0D:00:001:Finish Match Now!
exctscca:0:7C0E:01:501:Finish Match Now! (2/2)
exctscca:0:7C19:09:070:Select Score PL1
exctscca:0:7C1C:09:070:Select Score PL2
; [ Exciting Soccer (bootleg) ]
exctsccb:0:7C0D:99:000:Infinite Time
exctsccb:0:7C0E:59:500:Infinite Time (2/2)
exctsccb:0:7C0D:00:001:Finish Match Now!
exctsccb:0:7C0E:01:501:Finish Match Now! (2/2)
exctsccb:0:7C19:09:070:Select Score PL1
exctsccb:0:7C1C:09:070:Select Score PL2
; [ Exciting Soccer ]
exctsccr:0:7C0D:99:000:Infinite Time
exctsccr:0:7C0E:59:500:Infinite Time (2/2)
exctsccr:0:7C0D:00:001:Finish Match Now!
exctsccr:0:7C0E:01:501:Finish Match Now! (2/2)
exctsccr:0:7C19:09:070:Select Score PL1
exctsccr:0:7C1C:09:070:Select Score PL2
; [ Exed Exes ]
exedexes:0:E040:03:000:Infinite Bombs
exedexes:0:F007:06:000:Infinite Lives PL1
exedexes:0:F011:C9:000:Invincibility PL1
exedexes:0:F015:06:000:Always 1-way fire PL1
exedexes:0:F015:07:000:Always 2-way fire PL1
exedexes:0:F015:08:000:Always 3-way fire PL1
exedexes:0:F015:0F:000:Always Super Weapon PL1
exedexes:0:F015:06:001:Get 1-way fire PL1 Now!
exedexes:0:F015:07:001:Get 2-way fire PL1 Now!
exedexes:0:F015:08:001:Get 3-way fire PL1 Now!
exedexes:0:F015:0F:001:Get Super Weapon PL1 Now!
exedexes:0:F087:06:000:Infinite Lives PL2
exedexes:0:F091:C9:000:Invincibility PL2
exedexes:0:F095:06:000:Always 1-way fire PL2
exedexes:0:F095:07:000:Always 2-way fire PL2
exedexes:0:F095:08:000:Always 3-way fire PL2
exedexes:0:F095:0F:000:Always Super Weapon PL2
exedexes:0:F095:06:001:Get 1-way fire PL2 Now!
exedexes:0:F095:07:001:Get 2-way fire PL2 Now!
exedexes:0:F095:08:001:Get 3-way fire PL2 Now!
exedexes:0:F095:0F:001:Get Super Weapon PL2 Now!
; [ Exerion ]
exerion:0:6048:06:000:Infinite Lives
exerion:0:6046:99:000:Infinite Firepower
; [ Exerion (bootleg) ]
exerionb:0:6048:06:000:Infinite Lives
exerionb:0:6046:99:000:Infinite Firepower
; [ Exerion (Taito) ]
exeriont:0:6048:06:000:Infinite Lives
exeriont:0:6046:99:000:Infinite Firepower
; [ Exerizer (Japan) (bootleg) ]
exerizrb:0:C001:09:000:Infinite Credits
exerizrb:0:C042:03:000:Infinite Lives
exerizrb:0:C048:99:000:Infinite Ammo
exerizrb:0:C049:99:500:Infinite Ammo (2/2)
; [ Exodus (bootleg?) ]
exodus:0:421D:05:000:Infinite Lives
exodus:0:12D9:C9:100:Invincibility
; [ Express Raider (US) ]
exprraid:0:000C:99:000:Infinite Lives
exprraid:0:0012:05:001:Get 1 more to finish Exp2 car
exprraid:0:0056:00:000:Stop Train Bombs
exprraid:0:0000:00:999:[This Infinite Energy cheat ]
exprraid:0:0000:00:999:[may have to be turned OFF ]
exprraid:0:0000:00:999:[with F6 if you get pushed ]
exprraid:0:0000:00:999:[off the train or encounter ]
exprraid:0:0000:00:999:[problems with the box ]
exprraid:0:0000:00:999:[pusher. Turn the cheat back]
exprraid:0:0000:00:999:[ON with the F6 key. ]
exprraid:0:0031:50:000:Infinite Energy
exprraid:0:0000:00:999:[This Infinite Time cheat ]
exprraid:0:0000:00:999:[should be disabled when you]
exprraid:0:0000:00:999:[you reach the engine with ]
exprraid:0:0000:00:999:[F6 or better use the Lose ]
exprraid:0:0000:00:999:[All Exp2 Time Now! cheat ]
exprraid:0:0028:59:000:Infinite Exp2 Time
exprraid:0:0028:01:001:Lose All Exp2 Time Now!
; [ Extreme Downhill (v1.5) ]
extdwnhl:0:20009D:09:000:Infinite Credits
extdwnhl:0:202843:63:000:Infinite Time
; [ Exterminator ]
exterm:0:1FFF19E2:00:110:Infinite Energy:Yes it's true this REALLY works!! Fear my TMS34010 assembly reading skills! I am so happy to get this baby working and thanks to Ian Patterson for changing the cheat engine to make it all possible.
exterm:0:1FFF19E3:03:610:Infinite Energy (2/2)
; [ Extermination (US) ]
extrmatn:0:E78E:99:000:Infinite Life PL1
extrmatn:0:E78F:99:500:Infinite Life PL1 (2/2)
extrmatn:0:E7AE:99:000:Infinite Life PL2
extrmatn:0:E7AF:99:500:Infinite Life PL2 (2/2)
; [ Exvania (Japan) ]
exvania:0:005197:64:000:Infinite Time
exvania:0:00C1CF:08:000:Infinite Lives PL1
exvania:0:00C1B7:01:000:Infinite Bombs PL1
exvania:0:00C1B7:00:000:Can NEVER Lay Bombs PL1
exvania:0:00C1B5:20:000:Always have Max Bomb Strength PL1
exvania:0:00C1B5:00:000:Always have Min Bomb Strength PL1
exvania:0:00C1B0:40:000:Always have a Fast Speed PL1
exvania:0:00C1B0:01:000:Always have a Slow Speed PL1
exvania:0:00C283:08:000:Infinite Lives PL2
exvania:0:00C26B:01:000:Infinite Bombs PL2
exvania:0:00C26B:00:000:Can NEVER Lay Bombs PL2
exvania:0:00C269:20:000:Always have Max Bomb Strength PL2
exvania:0:00C269:00:000:Always have Min Bomb Strength PL2
exvania:0:00C264:40:000:Always have a Fast Speed PL2
exvania:0:00C264:01:000:Always have a Slow Speed PL2
exvania:0:00C337:08:000:Infinite Lives PL3
exvania:0:00C31F:01:000:Infinite Bombs PL3
exvania:0:00C31F:00:000:Can NEVER Lay Bombs PL3
exvania:0:00C31D:20:000:Always have Max Bomb Strength PL3
exvania:0:00C31D:00:000:Always have Min Bomb Strength PL3
exvania:0:00C318:40:000:Always have a Fast Speed PL3
exvania:0:00C318:01:000:Always have a Slow Speed PL3
exvania:0:00C3EB:08:000:Infinite Lives PL4
exvania:0:00C3D3:01:000:Infinite Bombs PL4
exvania:0:00C3D3:00:000:Can NEVER Lay Bombs PL4
exvania:0:00C3D1:20:000:Always have Max Bomb Strength PL4
exvania:0:00C3D1:00:000:Always have Min Bomb Strength PL4
exvania:0:00C3CC:40:000:Always have a Fast Speed PL4
exvania:0:00C3CC:01:000:Always have a Slow Speed PL4
; [ Exzisus (Japan) ]
exzisus:0:F80B:09:000:Infinite Credits
exzisus:0:F886:64:000:Infinite Lives PL1
exzisus:0:F906:64:000:Infinite Lives PL2
; [ Eyes (Digitrex Techstar) ]
eyes:0:4CEC:0A:000:Infinite Lives PL1
eyes:0:4CED:0A:000:Infinite Lives PL2
eyes:0:4E45:00:000:Invincibility
; [ Eyes (Techstar Inc.) ]
eyes2:0:4CEC:0A:000:Infinite Lives PL1
eyes2:0:4CED:0A:000:Infinite Lives PL2
eyes2:0:4E45:00:000:Invincibility
; [ F-1 Dream ]
f1dream:0:FFF2A1:00:000:Infinite Time
f1dream:0:FFCEAE:D6:000:Infinite G/B
f1dream:0:FFCEB0:DD:000:Infinite Tires
; [ F-1 Dream (bootleg) ]
f1dreamb:0:FFF2A1:00:000:Infinite Time
f1dreamb:0:FFCEAE:D6:000:Infinite G/B
f1dreamb:0:FFCEB0:DD:000:Infinite Tires
; [ F1 Grand Prix Star ]
f1gpstar:0:0FA008:03:000:Infinite Time
f1gpstar:0:0FA009:E7:500:Infinite Time (2/2)
f1gpstar:0:0FA30D:00:000:Always in Position 1
f1gpstar:0:0FA30D:00:001:Get Position 1 Now!
f1gpstar:0:0FA30D:07:071:Select Position Now!
; [ Face Off (Japan) ]
faceoff:0:4112:09:000:Infinite Period Time
faceoff:0:4113:99:500:Infinite Period Time (2/2)
faceoff:0:4112:00:001:Finish Period Now!
faceoff:0:4113:00:501:Finish Period Now! (2/2)
faceoff:0:4128:99:073:Select Score PL1
faceoff:0:4128:00:000:Score always = 0 PL1
faceoff:0:4128:10:000:Score always = 10 PL1
faceoff:0:4128:00:001:Score = 0 Now! PL1
faceoff:0:4128:10:001:Score = 10 Now! PL1
faceoff:0:412C:99:073:Select Score PL2
faceoff:0:412C:00:000:Score always = 0 PL2
faceoff:0:412C:10:000:Score always = 10 PL2
faceoff:0:412C:00:001:Score = 0 Now! PL2
faceoff:0:412C:10:001:Score = 10 Now! PL2
; [ Fantasia ]
fantasia:0:C80F82:09:000:Infinite Credits
fantasia:0:C02674:09:000:Infinite Time
fantasia:0:C02675:3B:500:Infinite Time (2/2)
fantasia:0:C8261B:14:000:Infinite Energy:Display isn't correct
fantasia:0:C82761:64:001:End round with 100% Now!
fantasia:0:C82763:00:501:End round with 100% Now!(2/2)
fantasia:0:C82662:03:000:Infinite Lives PL1
fantasia:0:C82663:03:000:Infinite Lives PL2
; [ Fantasy (US) ]
fantasy:0:00C1:08:000:Infinite Lives
fantasy:0:00A8:C0:000:Invincibility
; [ Fantasy (Japan) ]
fantasyj:0:00C1:08:000:Infinite Lives
fantasyj:0:00A8:C0:000:Invincibility
; [ Fantazia ]
fantazia:0:809D:01:000:Infinite Lives
fantazia:0:809E:00:500:Infinite Lives (2/2)
fantazia:0:8230:30:000:Infinite Time to dock
fantazia:0:8230:00:001:No more dock time Now!
fantazia:0:8231:01:501:No more dock time Now! (2/2)
fantazia:0:823C:01:000:Only 1 to kill per screen
; [ Fantasy Zone (Japan New Ver.) ]
fantzone:0:FFC40C:99:000:Infinite Gold PL1
fantzone:0:FFC40D:99:500:Infinite Gold PL1 (2/4)
fantzone:0:FFC40E:99:500:Infinite Gold PL1 (3/4)
fantzone:0:FFC40F:99:500:Infinite Gold PL1 (4/4)
fantzone:0:FFC41C:99:000:Infinite Gold PL2
fantzone:0:FFC41D:99:500:Infinite Gold PL2 (2/4)
fantzone:0:FFC41E:99:500:Infinite Gold PL2 (3/4)
fantzone:0:FFC41F:99:500:Infinite Gold PL2 (4/4)
fantzone:0:FFC003:06:000:Infinite Lives
fantzone:0:FFC23B:08:040:Invincibility
fantzone:0:FFC23B:10:021:Stage clear in 7 seconds Now!
fantzone:0:FFC23B:80:021:Go to Parts Shop or Menu Now!
fantzone:0:FFC23B:04:021:Switch to PL2 Now!
fantzone:0:FFC23B:04:041:Switch to PL1 Now!
fantzone:0:FFC23B:01:021:Switch DEMO Mode "ON" Now!
fantzone:0:FFC23B:01:041:Switch DEMO Mode "OFF" Now!
fantzone:0:FFC3FE:99:000:Infinite Shop Time
fantzone:0:FFC00B:30:000:Infinite Menu Time
fantzone:0:FFC4AD:FF:000:Infinite Weapon Time
fantzone:0:FFC065:0A:000:Infinite Fire Bomb
fantzone:0:FFC067:0A:000:Infinite Smart Bomb
fantzone:0:FFC069:0A:000:Infinite Heavy Bomb
fantzone:0:FFC2FB:00:000:Always have Small Wing
fantzone:0:FFC2FB:01:000:Always have Big Wing
fantzone:0:FFC2FB:02:000:Always have Jet Engine
fantzone:0:FFC2FB:03:000:Always have Turbo Engine
fantzone:0:FFC2FB:04:000:Always have Rocket Engine
fantzone:0:FFC2EB:00:000:Always have Single Bomb
fantzone:0:FFC2EB:01:000:Always have Twin Bomb
fantzone:0:FFC2EB:02:000:Always have Fire Bomb
fantzone:0:FFC2EB:03:000:Always have Smart Bomb
fantzone:0:FFC2EB:04:000:Always have Heavy Bomb
fantzone:0:FFC2DB:00:000:Always have Twin Shot
fantzone:0:FFC2DB:01:000:Always have Laser Beam Shot
fantzone:0:FFC2DB:02:000:Always have Wide Beam Shot
fantzone:0:FFC2DB:03:000:Always have 7-way Shot
fantzone:0:FFC2FB:00:001:Get Small Wing Now!
fantzone:0:FFC2FB:01:001:Get Big Wing Now!
fantzone:0:FFC2FB:02:001:Get Jet Engine Now!
fantzone:0:FFC2FB:03:001:Get Turbo Engine Now!
fantzone:0:FFC2FB:04:001:Get Rocket Engine Now!
fantzone:0:FFC2EB:00:001:Get Single Bomb Now!
fantzone:0:FFC2EB:01:001:Get Twin Bomb Now!
fantzone:0:FFC2EB:02:001:Get Fire Bomb Now!
fantzone:0:FFC2EB:03:001:Get Smart Bomb Now!
fantzone:0:FFC2EB:04:001:Get Heavy Bomb Now!
fantzone:0:FFC2DB:00:001:Get Twin Shot Now!
fantzone:0:FFC2DB:01:001:Get Laser Beam Shot Now!
fantzone:0:FFC2DB:02:001:Get Wide Beam Shot Now!
fantzone:0:FFC2DB:03:001:Get 7-way Shot Now!
fantzone:0:FFC023:FF:001:Get All Parts Now!
fantzone:0:FFC025:FF:501:Get All Parts Now! (02/11)
fantzone:0:FFC027:FF:501:Get All Parts Now! (03/11)
fantzone:0:FFC029:FF:501:Get All Parts Now! (04/11)
fantzone:0:FFC043:FF:501:Get All Parts Now! (05/11)
fantzone:0:FFC045:FF:501:Get All Parts Now! (06/11)
fantzone:0:FFC047:FF:501:Get All Parts Now! (07/11)
fantzone:0:FFC063:FF:501:Get All Parts Now! (08/11)
fantzone:0:FFC065:0A:501:Get All Parts Now! (09/11)
fantzone:0:FFC067:0A:501:Get All Parts Now! (10/11)
fantzone:0:FFC069:0A:501:Get All Parts Now! (11/11)
; [ Fantasy Zone (Old Ver.) ]
fantzono:0:FFC40C:99:000:Infinite Gold PL1
fantzono:0:FFC40D:99:500:Infinite Gold PL1 (2/4)
fantzono:0:FFC40E:99:500:Infinite Gold PL1 (3/4)
fantzono:0:FFC40F:99:500:Infinite Gold PL1 (4/4)
fantzono:0:FFC41C:99:000:Infinite Gold PL2
fantzono:0:FFC41D:99:500:Infinite Gold PL2 (2/4)
fantzono:0:FFC41E:99:500:Infinite Gold PL2 (3/4)
fantzono:0:FFC41F:99:500:Infinite Gold PL2 (4/4)
fantzono:0:FFC003:06:000:Infinite Lives
fantzono:0:FFC23B:08:040:Invincibility
fantzono:0:FFC23B:10:021:Stage clear in 7 seconds Now!
fantzono:0:FFC23B:80:021:Go to Parts Shop or Menu Now!
fantzono:0:FFC23B:04:021:Switch to PL2 Now!
fantzono:0:FFC23B:04:041:Switch to PL1 Now!
fantzono:0:FFC23B:01:021:Switch DEMO Mode "ON" Now!
fantzono:0:FFC23B:01:041:Switch DEMO Mode "OFF" Now!
fantzono:0:FFC3FE:99:000:Infinite Shop Time
fantzono:0:FFC00B:30:000:Infinite Menu Time
fantzono:0:FFC4AD:FF:000:Infinite Weapon Time
fantzono:0:FFC065:0A:000:Infinite Fire Bomb
fantzono:0:FFC067:0A:000:Infinite Smart Bomb
fantzono:0:FFC069:0A:000:Infinite Heavy Bomb
fantzono:0:FFC2FB:00:000:Always have Small Wing
fantzono:0:FFC2FB:01:000:Always have Big Wing
fantzono:0:FFC2FB:02:000:Always have Jet Engine
fantzono:0:FFC2FB:03:000:Always have Turbo Engine
fantzono:0:FFC2FB:04:000:Always have Rocket Engine
fantzono:0:FFC2EB:00:000:Always have Single Bomb
fantzono:0:FFC2EB:01:000:Always have Twin Bomb
fantzono:0:FFC2EB:02:000:Always have Fire Bomb
fantzono:0:FFC2EB:03:000:Always have Smart Bomb
fantzono:0:FFC2EB:04:000:Always have Heavy Bomb
fantzono:0:FFC2DB:00:000:Always have Twin Shot
fantzono:0:FFC2DB:01:000:Always have Laser Beam Shot
fantzono:0:FFC2DB:02:000:Always have Wide Beam Shot
fantzono:0:FFC2DB:03:000:Always have 7-way Shot
fantzono:0:FFC2FB:00:001:Get Small Wing Now!
fantzono:0:FFC2FB:01:001:Get Big Wing Now!
fantzono:0:FFC2FB:02:001:Get Jet Engine Now!
fantzono:0:FFC2FB:03:001:Get Turbo Engine Now!
fantzono:0:FFC2FB:04:001:Get Rocket Engine Now!
fantzono:0:FFC2EB:00:001:Get Single Bomb Now!
fantzono:0:FFC2EB:01:001:Get Twin Bomb Now!
fantzono:0:FFC2EB:02:001:Get Fire Bomb Now!
fantzono:0:FFC2EB:03:001:Get Smart Bomb Now!
fantzono:0:FFC2EB:04:001:Get Heavy Bomb Now!
fantzono:0:FFC2DB:00:001:Get Twin Shot Now!
fantzono:0:FFC2DB:01:001:Get Laser Beam Shot Now!
fantzono:0:FFC2DB:02:001:Get Wide Beam Shot Now!
fantzono:0:FFC2DB:03:001:Get 7-way Shot Now!
fantzono:0:FFC023:FF:001:Get All Parts Now!
fantzono:0:FFC025:FF:501:Get All Parts Now! (02/11)
fantzono:0:FFC027:FF:501:Get All Parts Now! (03/11)
fantzono:0:FFC029:FF:501:Get All Parts Now! (04/11)
fantzono:0:FFC043:FF:501:Get All Parts Now! (05/11)
fantzono:0:FFC045:FF:501:Get All Parts Now! (06/11)
fantzono:0:FFC047:FF:501:Get All Parts Now! (07/11)
fantzono:0:FFC063:FF:501:Get All Parts Now! (08/11)
fantzono:0:FFC065:0A:501:Get All Parts Now! (09/11)
fantzono:0:FFC067:0A:501:Get All Parts Now! (10/11)
fantzono:0:FFC069:0A:501:Get All Parts Now! (11/11)
; [ Far West ]
farwest:0:3270:0A:000:Infinite Lives
farwest:0:3442:00:000:Infinite Time
farwest:0:3604:03:000:Infinite Ammo
farwest:0:3205:04:000:Invincibility
farwest:0:0000:00:999:[Use these cheats with the ]
farwest:0:0000:00:999:[Infinite Ammo cheat ON for ]
farwest:0:0000:00:999:[the best effect!! ]
farwest:0:3605:00:000:Always have Fire
farwest:0:3605:01:000:Always have Rope
farwest:0:3605:02:000:Always have Bomb
farwest:0:3605:00:001:Get Fire Now!
farwest:0:3605:01:001:Get Rope Now!
farwest:0:3605:02:001:Get Bomb Now!
; [ Fast Freddie ]
fastfred:0:C005:09:000:Infinite Lives PL1
fastfred:0:C391:00:000:Infinite Kick PL1
fastfred:0:C006:09:000:Infinite Lives PL2
fastfred:0:C392:00:000:Infinite Kick PL2
fastfred:0:C336:00:000:A Easier Game!!
; [ Fast Lane ]
fastlane:0:3400:FF:000:Inifinite Lives PL1
fastlane:0:3440:FF:000:Inifinite Lives PL2
; [ Fatal Fury Special / Garou Densetsu Special ]
fatfursp:0:10092A:99:000:Infinite Time
fatfursp:0:10092A:00:001:Finish Round Now!
fatfursp:0:10049A:60:000:Infinite Energy PL1
fatfursp:0:10049A:00:001:Drain all Energy Now! PL1
fatfursp:0:10059A:60:000:Infinite Energy PL2
fatfursp:0:10059A:00:001:Drain all Energy Now! PL2
fatfursp:0:000000:00:999:[ Free player selection ]
fatfursp:0:000000:00:999:[ Use at selection screen ]
fatfursp:0:101E93:10:001:Play with Ryo Sakazaki PL1
fatfursp:0:101F93:10:001:Play with Ryo Sakazaki PL2
; [ Fatal Fury - King of Fighters / Garou Densetsu - shukumei no ]
fatfury1:0:1042F3:99:000:Infinite Time
fatfury1:0:1042F5:FF:001:Quick Timer ON
fatfury1:0:1042F5:1E:001:Quick Timer OFF
fatfury1:0:1042F3:01:001:Finish Round Now!
fatfury1:0:1003B8:60:000:Infinite Energy PL1
fatfury1:0:1003B9:60:500:Infinite Energy PL1 (2/2)
fatfury1:0:1003B8:01:001:Drain Energy Now! PL1
fatfury1:0:1003B9:01:501:Drain Energy Now! PL1 (2/2)
fatfury1:0:1005B8:60:000:Infinite Energy PL2
fatfury1:0:1005B9:60:500:Infinite Energy PL2 (2/2)
fatfury1:0:1005B8:01:001:Drain Energy Now! PL2
fatfury1:0:1005B9:01:501:Drain Energy Now! PL2 (2/2)
fatfury1:0:1005B8:60:000:Infinite Energy CPU
fatfury1:0:1005B9:60:500:Infinite Energy CPU (2/2)
fatfury1:0:1005B8:01:001:Drain Energy Now! CPU
fatfury1:0:1005B9:01:501:Drain Energy Now! CPU (2/2)
fatfury1:0:000000:00:999:[ Free player selection ]
fatfury1:0:000000:00:999:[ Can be used anytime ! ]
fatfury1:0:000000:00:999:[ May causes some glitches ]
fatfury1:0:000000:00:999:[ Get a "normal" player ]
fatfury1:0:000000:00:999:[ during bonus rounds. ]
fatfury1:0:000000:00:999:[ For PL1 ]
fatfury1:0:100331:01:001:Play with Terry Bogard
fatfury1:0:100331:02:001:Play with Andy Bogard
fatfury1:0:100331:03:001:Play with Joe Higashi
fatfury1:0:100331:04:001:Play with Duck King
fatfury1:0:100331:05:001:Play with Richard Myer
fatfury1:0:100331:06:001:Play with Michael Max
fatfury1:0:100331:07:001:Play with Tung Fu Rue
fatfury1:0:100331:08:001:Play with Hwa Jai
fatfury1:0:100331:09:001:Play with Raiden
fatfury1:0:100331:0A:001:Play with Billy Kane
fatfury1:0:100331:0B:001:Play with Geese Howard
fatfury1:0:100331:0C:001:Play with "Reverse" Myer
fatfury1:0:100331:0D:001:Play with "Beast" Tung Fu Rue
fatfury1:0:100331:0E:001:Play with "Drunk" Hwa Jai
fatfury1:0:000000:00:999:[ For PL2 ]
fatfury1:0:100431:01:001:Play with Terry Bogard
fatfury1:0:100431:02:001:Play with Andy Bogard
fatfury1:0:100431:03:001:Play with Joe Higashi
fatfury1:0:100431:04:001:Play with Duck King
fatfury1:0:100431:05:001:Play with Richard Myer
fatfury1:0:100431:06:001:Play with Michael Max
fatfury1:0:100431:07:001:Play with Tung Fu Rue
fatfury1:0:100431:08:001:Play with Hwa Jai
fatfury1:0:100431:09:001:Play with Raiden
fatfury1:0:100431:0A:001:Play with Billy Kane
fatfury1:0:100431:0B:001:Play with Geese Howard
fatfury1:0:100431:0C:001:Play with "Reverse" Myer
fatfury1:0:100431:0D:001:Play with "Beast" Tung Fu Rue
fatfury1:0:100431:0E:001:Play with "Drunk" Hwa Jai
fatfury1:0:000000:00:999:[ For CPU ]
fatfury1:0:100531:01:001:Play with Terry Bogard
fatfury1:0:100531:02:001:Play with Andy Bogard
fatfury1:0:100531:03:001:Play with Joe Higashi
fatfury1:0:100531:04:001:Play with Duck King
fatfury1:0:100531:05:001:Play with Richard Myer
fatfury1:0:100531:06:001:Play with Michael Max
fatfury1:0:100531:07:001:Play with Tung Fu Rue
fatfury1:0:100531:08:001:Play with Hwa Jai
fatfury1:0:100531:09:001:Play with Raiden
fatfury1:0:100531:0A:001:Play with Billy Kane
fatfury1:0:100531:0B:001:Play with Geese Howard
fatfury1:0:100531:0C:001:Play with "Reverse" Myer
fatfury1:0:100531:0D:001:Play with "Beast" Tung Fu Rue
fatfury1:0:100531:0E:001:Play with "Drunk" Hwa Jai
; [ Fatal Fury 2 / Garou Densetsu 2 - arata-naru tatakai ]
fatfury2:0:10092A:99:000:Infinite Time
fatfury2:0:10092A:00:001:Finish Round Now!
fatfury2:0:1003CB:60:000:Infinite Energy PL1
fatfury2:0:1003CB:00:001:Drain all Energy Now! PL1
fatfury2:0:1004CB:60:000:Infinite Energy PL2
fatfury2:0:1004CB:00:001:Drain all Energy Now! PL2
fatfury2:0:000000:00:999:[ Free player selection ]
fatfury2:0:000000:00:999:[ Use at selection screen ]
fatfury2:0:000000:00:999:[ If it doesn't work, then ]
fatfury2:0:000000:00:999:[ press F3 in order to ]
fatfury2:0:000000:00:999:[ reset the machine. ]
fatfury2:0:102693:09:001:Play with Billy Kane PL1
fatfury2:0:102693:0A:001:Play with Axel Hawk PL1
fatfury2:0:102693:0B:001:Play with Laurence Blood PL1
fatfury2:0:102693:0C:001:Play with Wolfgang KrauserPL1
fatfury2:0:102793:09:001:Play with Billy Kane PL2
fatfury2:0:102793:0A:001:Play with Axel Hawk PL2
fatfury2:0:102793:0B:001:Play with Laurence Blood PL2
fatfury2:0:102793:0C:001:Play with Wolfgang KrauserPL2
; [ Fatal Fury 3 - Road to the Final Victory / Garou Densetsu 3 ]
fatfury3:0:105680:61:000:Infinite Time
fatfury3:0:105680:00:001:Finish Round Now!
fatfury3:0:100489:60:000:Infinite Energy PL1
fatfury3:0:100489:00:001:Drain all Energy Now! PL1
fatfury3:0:100589:60:000:Infinite Energy PL2
fatfury3:0:100589:00:001:Drain all Energy Now! PL2
fatfury3:0:000000:00:999:[ Free player selection ]
fatfury3:0:000000:00:999:[ Use between rounds ]
fatfury3:0:10561D:01:000:Play with Terry Bogard PL1
fatfury3:0:10561D:02:000:Play with Andy Bogard PL1
fatfury3:0:10561D:03:000:Play with Joe Higashi PL1
fatfury3:0:10561D:04:000:Play with Mai Shiranui PL1
fatfury3:0:10561D:05:000:Play with Geese Howard PL1
fatfury3:0:10561D:06:000:Play with Sokaku PL1
fatfury3:0:10561D:07:000:Play with Bob Wilson PL1
fatfury3:0:10561D:08:000:Play with Hon Fu PL1
fatfury3:0:10561D:09:000:Play with Blue Mary PL1
fatfury3:0:10561D:0A:000:Play with Franco Bash PL1
fatfury3:0:10561D:0B:000:Play with Ryuji Yamazaki PL1
fatfury3:0:10561D:0C:000:Play with Jin Chonrei PL1
fatfury3:0:10561D:0D:000:Play with Jin Chonshu PL1
fatfury3:0:10561F:01:000:Play with Terry Bogard PL2
fatfury3:0:10561F:02:000:Play with Andy Bogard PL2
fatfury3:0:10561F:03:000:Play with Joe Higashi PL2
fatfury3:0:10561F:04:000:Play with Mai Shiranui PL2
fatfury3:0:10561F:05:000:Play with Geese Howard PL2
fatfury3:0:10561F:06:000:Play with Sokaku PL2
fatfury3:0:10561F:07:000:Play with Bob Wilson PL2
fatfury3:0:10561F:08:000:Play with Hon Fu PL2
fatfury3:0:10561F:09:000:Play with Blue Mary PL2
fatfury3:0:10561F:0A:000:Play with Franco Bash PL2
fatfury3:0:10561F:0B:000:Play with Ryuji Yamazaki PL2
fatfury3:0:10561F:0C:000:Play with Jin Chonrei PL2
fatfury3:0:10561F:0D:000:Play with Jin Chonshu PL2
; [ Fax ]
fax:0:009C:36:000:Stop the Clock
fax:0:00A3:09:003:Stop points reaching zero
fax:0:0000:00:999:[Watch out for these values ]
fax:0:0000:00:999:[ 00=A, 01=B, 02=C, 03=D ]
fax:0:00A7:00:998:Watch me for good answer
; [ Football Frenzy ]
fbfrenzy:0:100AD8:99:000:Infinite Time
fbfrenzy:0:100AD9:99:500:Infinite Time (2/2)
fbfrenzy:0:100AD8:00:001:Finish Quarter Now!
fbfrenzy:0:100AD9:00:501:Finish Quarter Now! (2/2)
fbfrenzy:0:104368:00:000:Score always zero PL1
fbfrenzy:0:104369:00:500:Score always zero PL1 (2/2)
fbfrenzy:0:104368:99:000:Score always 99 PL1
fbfrenzy:0:104369:99:500:Score always 99 PL1 (2/2)
fbfrenzy:0:104468:00:000:Score always zero PL2
fbfrenzy:0:104469:00:500:Score always zero PL2 (2/2)
fbfrenzy:0:104468:99:000:Score always 99 PL2
fbfrenzy:0:104469:99:500:Score always 99 PL2 (2/2)
; [ Fighting Fantasy (Japan) ]
ffantasa:0:FF87FD:59:000:Infinite Time
ffantasa:0:FF87FC:09:500:Infinite Time (2/2)
ffantasa:0:FF87FD:00:001:Finish this Stage Now!
ffantasa:0:FF87FC:00:501:Finish this Stage Now! (2/2)
ffantasa:0:FF800D:08:001:End the game next stage:Enable during play!
ffantasa:0:FF82F4:00:000:Always 1 hit to kill boss
ffantasa:0:FF8324:00:500:Always 1 hit to kill boss (2/2)
ffantasa:0:FF82F4:00:001:Kill Boss with 1 hit Now!
ffantasa:0:FF8324:00:501:Kill Boss with 1 hit Now! (2/2)
ffantasa:0:FF805E:05:000:Infinite Lives PL1
ffantasa:0:FF8032:20:000:Infinite Energy PL1
ffantasa:0:FF805C:20:500:Infinite Energy PL1 (2/2)
ffantasa:0:FF8032:00:001:Drain All Energy Now! PL1
ffantasa:0:FF8052:99:000:Infinite Gold PL1
ffantasa:0:FF8051:99:500:Infinite Gold PL1 (2/3)
ffantasa:0:FF8050:99:500:Infinite Gold PL1 (3/3)
ffantasa:0:FF805D:99:000:Infinite Necklaces PL1
ffantasa:0:000000:00:999:[These PL2 cheats are for a ]
ffantasa:0:000000:00:999:[real player ONLY!! ]
ffantasa:0:FF809E:05:000:Infinite Lives PL2
ffantasa:0:FF8072:20:000:Infinite Energy PL2
ffantasa:0:FF809C:20:500:Infinite Energy PL2 (2/2)
ffantasa:0:FF8072:00:001:Drain All Energy Now! PL2
ffantasa:0:FF8092:99:000:Infinite Gold PL2
ffantasa:0:FF8091:99:500:Infinite Gold PL2 (2/3)
ffantasa:0:FF8090:99:500:Infinite Gold PL2 (3/3)
ffantasa:0:FF809D:99:000:Infinite Necklaces PL2
; [ Fighting Fantasy (Japan revision 2) ]
ffantasy:0:FF87FD:59:000:Infinite Time
ffantasy:0:FF87FC:09:500:Infinite Time (2/2)
ffantasy:0:FF87FD:00:001:Finish this Stage Now!
ffantasy:0:FF87FC:00:501:Finish this Stage Now! (2/2)
ffantasy:0:FF800D:08:001:End the game next stage:Enable during play!
ffantasy:0:FF82F4:00:000:Always 1 hit to kill boss
ffantasy:0:FF8324:00:500:Always 1 hit to kill boss (2/2)
ffantasy:0:FF82F4:00:001:Kill Boss with 1 hit Now!
ffantasy:0:FF8324:00:501:Kill Boss with 1 hit Now! (2/2)
ffantasy:0:FF805E:05:000:Infinite Lives PL1
ffantasy:0:FF8032:20:000:Infinite Energy PL1
ffantasy:0:FF805C:20:500:Infinite Energy PL1 (2/2)
ffantasy:0:FF8032:00:001:Drain All Energy Now! PL1
ffantasy:0:FF8052:99:000:Infinite Gold PL1
ffantasy:0:FF8051:99:500:Infinite Gold PL1 (2/3)
ffantasy:0:FF8050:99:500:Infinite Gold PL1 (3/3)
ffantasy:0:FF805D:99:000:Infinite Necklaces PL1
ffantasy:0:000000:00:999:[These PL2 cheats are for a ]
ffantasy:0:000000:00:999:[real player ONLY!! ]
ffantasy:0:FF809E:05:000:Infinite Lives PL2
ffantasy:0:FF8072:20:000:Infinite Energy PL2
ffantasy:0:FF809C:20:500:Infinite Energy PL2 (2/2)
ffantasy:0:FF8072:00:001:Drain All Energy Now! PL2
ffantasy:0:FF8092:99:000:Infinite Gold PL2
ffantasy:0:FF8091:99:500:Infinite Gold PL2 (2/3)
ffantasy:0:FF8090:99:500:Infinite Gold PL2 (3/3)
ffantasy:0:FF809D:99:000:Infinite Necklaces PL2
; [ Final Fight (World) ]
ffight:0:FF80AF:99:000:Infinite Time
ffight:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage
ffight:0:FF85E8:09:000:Infinite Lives PL1
ffight:0:FF85C9:FE:000:Invincibility PL1
ffight:0:FF8581:90:000:Infinite Energy PL1
ffight:0:FF86A8:09:000:Infinite Lives PL2
ffight:0:FF8689:FE:000:Invincibility PL2
ffight:0:FF8641:90:000:Infinite Energy PL2
; [ Final Fight (Japan) ]
ffightj:0:FF80AF:99:000:Infinite Time
ffightj:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage
ffightj:0:FF85E8:09:000:Infinite Lives PL1
ffightj:0:FF85C9:FE:000:Invincibility PL1
ffightj:0:FF8581:90:000:Infinite Energy PL1
ffightj:0:FF86A8:09:000:Infinite Lives PL2
ffightj:0:FF8689:FE:000:Invincibility PL2
ffightj:0:FF8641:90:000:Infinite Energy PL2
; [ Final Fight (US) ]
ffightu:0:FF80AF:99:000:Infinite Time
ffightu:0:FF8129:01:001:Clear this Scene Now!:Turn Off Bonus Stage
ffightu:0:FF85E8:09:000:Infinite Lives PL1
ffightu:0:FF85C9:FE:000:Invincibility PL1
ffightu:0:FF8581:90:000:Infinite Energy PL1
ffightu:0:FF86A8:09:000:Infinite Lives PL2
ffightu:0:FF8689:FE:000:Invincibility PL2
ffightu:0:FF8641:90:000:Infinite Energy PL2
; [ Fighting Hawk (Japan) ]
fhawk:0:A249:0A:000:Infinite Lives PL1
fhawk:0:A24D:0A:000:Infinite Lives PL2
fhawk:0:9012:09:000:Infinite Bombs
fhawk:0:9010:07:000:Maximum fire power
fhawk:0:9013:00:000:Invincibility
fhawk:0:9001:0A:062:Select Next level
fhawk:0:9001:0A:072:Select current level
; [ Fight Fever / Crystal Legacy ]
fightfev:0:108110:99:000:Infinite Time
fightfev:0:108110:00:001:Finish Round Now!
fightfev:0:10C602:78:000:Infinite Energy PL1
fightfev:0:10C602:00:001:Drain all Energy Now! PL1
fightfev:0:10C702:78:000:Infinite Energy PL2
fightfev:0:10C702:00:001:Drain all Energy Now! PL2
; [ Fighting Roller ]
fightrol:0:C000:99:000:Infinite Credits
fightrol:0:C317:01:000:Infinite Time
fightrol:0:0000:00:999:[See the Dip Switch Menu to ]
fightrol:0:0000:00:999:[enable Invincibility. ]
fightrol:0:C00C:09:000:Infinite Lives PL1
fightrol:0:C00D:09:000:Infinite Lives PL2
; [ Final Blow (World) ]
finalb:0:101089:09:000:Infinite Credits
finalb:0:10269B:01:000:Infinite Time
finalb:0:10269A:01:500:Infinite Time (2/3)
finalb:0:102699:01:500:Infinite Time (3/3)
finalb:0:1020A6:0B:000:Infinite Energy PL1
finalb:0:1020A7:E0:500:Infinite Energy PL1 (2/2)
finalb:0:1020A6:00:001:Drain All Energy Now! PL1:One hit to knock out
finalb:0:1020A7:00:501:Drain All Energy Now! PL1 (2/2):One hit to knock out
finalb:0:1020AC:00:000:Infinite Downs PL1
finalb:0:1023A6:0B:000:Infinite Energy PL2
finalb:0:1023A7:E0:500:Infinite Energy PL2 (2/2)
finalb:0:1023A6:00:001:Drain All Energy Now! PL2:One hit to knock out
finalb:0:1023A7:00:501:Drain All Energy Now! PL2 (2/2):One hit to knock out
finalb:0:1023AC:00:000:Infinite Downs PL2
; [ Final Blow (Japan) ]
finalbj:0:101089:09:000:Infinite Credits
finalbj:0:10269B:01:000:Infinite Time
finalbj:0:10269A:01:500:Infinite Time (2/3)
finalbj:0:102699:01:500:Infinite Time (3/3)
finalbj:0:1020A6:0B:000:Infinite Energy PL1
finalbj:0:1020A7:E0:500:Infinite Energy PL1 (2/2)
finalbj:0:1020A6:00:001:Drain All Energy Now! PL1:One hit to knock out
finalbj:0:1020A7:00:501:Drain All Energy Now! PL1 (2/2):One hit to knock out
finalbj:0:1020AC:00:000:Infinite Downs PL1
finalbj:0:1023A6:0B:000:Infinite Energy PL2
finalbj:0:1023A7:E0:500:Infinite Energy PL2 (2/2)
finalbj:0:1023A6:00:001:Drain All Energy Now! PL2:One hit to knock out
finalbj:0:1023A7:00:501:Drain All Energy Now! PL2 (2/2):One hit to knock out
finalbj:0:1023AC:00:000:Infinite Downs PL2
; [ Mahjong Final Bunny [BET] (Japan) ]
finalbny:0:0000:00:999:[The winning hand cheat must]
finalbny:0:0000:00:999:[be activated when there are]
finalbny:0:0000:00:999:[14 tiles in your hand, then]
finalbny:0:0000:00:999:[press the RON key . ]
finalbny:0:0000:00:999:[('Z' by default). The tiles]
finalbny:0:0000:00:999:[do not visually change ]
finalbny:0:0000:00:999:[until you make a move. ]
finalbny:0:FC8F:31:001:Get winning hand Now!
finalbny:0:FC90:31:501:Get winning hand Now! (02/14)
finalbny:0:FC91:31:501:Get winning hand Now! (03/14)
finalbny:0:FC92:32:501:Get winning hand Now! (04/14)
finalbny:0:FC93:32:501:Get winning hand Now! (05/14)
finalbny:0:FC94:32:501:Get winning hand Now! (06/14)
finalbny:0:FC95:33:501:Get winning hand Now! (07/14)
finalbny:0:FC96:33:501:Get winning hand Now! (08/14)
finalbny:0:FC97:33:501:Get winning hand Now! (09/14)
finalbny:0:FC98:34:501:Get winning hand Now! (10/14)
finalbny:0:FC99:34:501:Get winning hand Now! (11/14)
finalbny:0:FC9A:34:501:Get winning hand Now! (12/14)
finalbny:0:FC9B:35:501:Get winning hand Now! (13/14)
finalbny:0:FC9C:35:501:Get winning hand Now! (14/14)
finalbny:0:0000:00:999:[At the start of a game, ]
finalbny:0:0000:00:999:[there may be some small ]
finalbny:0:0000:00:999:[glitches on the tiles when ]
finalbny:0:0000:00:999:[using the 'Always' cheats. ]
finalbny:0:0000:00:999:[The cheats should still ]
finalbny:0:0000:00:999:[work as normal. ]
finalbny:0:FC8F:31:000:Always winning hand
finalbny:0:FC90:31:500:Always winning hand (02/14)
finalbny:0:FC91:31:500:Always winning hand (03/14)
finalbny:0:FC92:32:500:Always winning hand (04/14)
finalbny:0:FC93:32:500:Always winning hand (05/14)
finalbny:0:FC94:32:500:Always winning hand (06/14)
finalbny:0:FC95:33:500:Always winning hand (07/14)
finalbny:0:FC96:33:500:Always winning hand (08/14)
finalbny:0:FC97:33:500:Always winning hand (09/14)
finalbny:0:FC98:34:500:Always winning hand (10/14)
finalbny:0:FC99:34:500:Always winning hand (11/14)
finalbny:0:FC9A:34:500:Always winning hand (12/14)
finalbny:0:FC9B:35:500:Always winning hand (13/14)
finalbny:0:FC9C:35:500:Always winning hand (14/14)
; [ Finalizer - Super Transformation (bootleg) ]
finalizb:0:3D00:FF:000:Infinite Lives PL1
finalizb:0:3D80:FF:000:Infinite Lives PL2
finalizb:0:39A8:FF:000:Invincibility
finalizb:0:0000:00:999:[You need to be fully transformed]
finalizb:0:0000:00:999:[(have helmet and legs) to be ]
finalizb:0:0000:00:999:[able to use these weapon cheats!]
finalizb:0:39C7:10:001:Left Ammo Vulcan
finalizb:0:39C7:11:001:Left Ammo Cannon
finalizb:0:39C7:12:001:Left Ammo ShotGun 1
finalizb:0:39C7:13:001:Left Ammo ShotGun 2
finalizb:0:39C7:14:001:Left Ammo Punch
finalizb:0:39DF:10:001:Right Ammo Vulcan
finalizb:0:39DF:11:001:Right Ammo Cannon
finalizb:0:39DF:12:001:Right Ammo ShotGun 1
finalizb:0:39DF:13:001:Right Ammo ShotGun 2
finalizb:0:39DF:14:001:Right Ammo Punch
finalizb:0:39DF:15:001:Right Ammo Shield
; [ Finalizer - Super Transformation ]
finalizr:0:3D00:FF:000:Infinite Lives PL1
finalizr:0:3D80:FF:000:Infinite Lives PL2
finalizr:0:39A8:FF:000:Invincibility
finalizr:0:0000:00:999:[You need to be fully transformed]
finalizr:0:0000:00:999:[(have helmet and legs) to be ]
finalizr:0:0000:00:999:[able to use these weapon cheats!]
finalizr:0:39C7:10:001:Left Ammo Vulcan
finalizr:0:39C7:11:001:Left Ammo Cannon
finalizr:0:39C7:12:001:Left Ammo ShotGun 1
finalizr:0:39C7:13:001:Left Ammo ShotGun 2
finalizr:0:39C7:14:001:Left Ammo Punch
finalizr:0:39DF:10:001:Right Ammo Vulcan
finalizr:0:39DF:11:001:Right Ammo Cannon
finalizr:0:39DF:12:001:Right Ammo ShotGun 1
finalizr:0:39DF:13:001:Right Ammo ShotGun 2
finalizr:0:39DF:14:001:Right Ammo Punch
finalizr:0:39DF:15:001:Right Ammo Shield
; [ Finest Hour (Japan) ]
finehour:0:409480:00:000:No Temperature
finehour:0:107D25:EA:002:Invincibility:Character Flickers
finehour:0:1031A3:0F:000:Display Time & Ladder:Causes lots of sprite flicker
finehour:0:1031A3:00:510:Display Time & Ladder (2/3)
finehour:0:1031A1:00:510:Display Time & Ladder (3/3)
finehour:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
; [ Fire Barrel (Japan) ]
firebarr:0:E0037:99:000:Infinite Credits
firebarr:0:E32FE:0B:000:Infinite Lives PL1
firebarr:0:E3A22:0A:000:Infinite Bombs PL1
firebarr:0:E32FF:0B:000:Infinite Lives PL2
firebarr:0:E3AA2:0A:000:Infinite Bombs PL2
; [ Fire One ]
fireone:0:837C:3C:000:Infinite Time
fireone:0:868C:00:000:Instant Torpedo Reload PL1
fireone:0:868D:00:500:Instant Torpedo Reload PL1 (2/8)
fireone:0:868E:00:500:Instant Torpedo Reload PL1 (3/8)
fireone:0:868F:00:500:Instant Torpedo Reload PL1 (4/8)
fireone:0:8690:00:500:Instant Torpedo Reload PL1 (5/8)
fireone:0:8691:00:500:Instant Torpedo Reload PL1 (6/8)
fireone:0:8692:00:500:Instant Torpedo Reload PL1 (7/8)
fireone:0:8693:00:500:Instant Torpedo Reload PL1 (8/8)
fireone:0:86BC:00:000:Instant Torpedo Reload PL2
fireone:0:86BD:00:500:Instant Torpedo Reload PL2 (2/8)
fireone:0:86BE:00:500:Instant Torpedo Reload PL2 (3/8)
fireone:0:86BF:00:500:Instant Torpedo Reload PL2 (4/8)
fireone:0:86C0:00:500:Instant Torpedo Reload PL2 (5/8)
fireone:0:86C1:00:500:Instant Torpedo Reload PL2 (6/8)
fireone:0:86C2:00:500:Instant Torpedo Reload PL2 (7/8)
fireone:0:86C3:00:500:Instant Torpedo Reload PL2 (8/8)
; [ Fire Shark ]
fireshrk:0:0C1EA7:0A:000:Infinite Lives
fireshrk:0:0C16E9:08:000:Infinite Bombs
fireshrk:0:000000:00:999:[ ]
fireshrk:0:000000:00:999:[See the Dip Switch Menu to ]
fireshrk:0:000000:00:999:[enable an alternate ]
fireshrk:0:000000:00:999:[Invincibility cheat. ]
fireshrk:0:000000:00:999:[ ]
fireshrk:0:000000:00:999:[Invincibility "ON" stops ]
fireshrk:0:000000:00:999:[you from picking up bonuses]
fireshrk:0:0C16DA:00:000:Invincibility "ON" PL1
fireshrk:0:0C16DA:80:001:Invincibility "OFF" PL1
fireshrk:0:0C1EBD:03:001:Get Shot Level Up Now! PL1
fireshrk:0:0C16E7:03:000:Always Maximum Shot Power PL1
fireshrk:0:0C16E3:00:000:Always have Normal Weapon PL1
fireshrk:0:0C16E3:08:000:Always have Laser Weapon PL1
fireshrk:0:0C16E3:10:000:Always have Fire Weapon PL1
fireshrk:0:0C16E7:03:001:Get Maximum Shot PowerNow!PL1
fireshrk:0:0C16E3:00:001:Get Normal Weapon Now! PL1
fireshrk:0:0C16E3:08:001:Get Laser Weapon Now! PL1
fireshrk:0:0C16E3:10:001:Get Fire Weapon Now! PL1
fireshrk:0:000000:00:999:[Invincibility "ON" stops ]
fireshrk:0:000000:00:999:[you from picking up bonuses]
fireshrk:0:0C173A:00:000:Invincibility "ON" PL2
fireshrk:0:0C173A:80:001:Invincibility "OFF" PL2
fireshrk:0:0C1EBF:03:001:Get Shot Level Up Now! PL2
fireshrk:0:0C1747:03:000:Always Maximum Shot Power PL2
fireshrk:0:0C1743:00:000:Always have Normal Weapon PL2
fireshrk:0:0C1743:08:000:Always have Laser Weapon PL2
fireshrk:0:0C1743:10:000:Always have Fire Weapon PL2
fireshrk:0:0C1747:03:001:Get Maximum Shot PowerNow!PL2
fireshrk:0:0C1743:00:001:Get Normal Weapon Now! PL2
fireshrk:0:0C1743:08:001:Get Laser Weapon Now! PL2
fireshrk:0:0C1743:10:001:Get Fire Weapon Now! PL2
; [ Fire Trap (Japan bootleg) ]
firetpbl:0:C143:08:000:Infinite Lives PL1
firetpbl:0:C149:9A:000:Infinite Time PL1
firetpbl:0:C151:08:000:Infinite Lives PL2
firetpbl:0:C157:9A:000:Infinite Time PL2
firetpbl:0:C145:02:000:3-Way Powerup
; [ Fire Trap ]
firetrap:0:C143:08:000:Infinite Lives PL1
firetrap:0:C149:9A:000:Infinite Time PL1
firetrap:0:C151:08:000:Infinite Lives PL2
firetrap:0:C157:9A:000:Infinite Time PL2
firetrap:0:C145:02:000:3-Way Powerup
; [ Fire Truck ]
firetrk:0:0039:99:000:Infinite Fuel
; [ Fighting Golf ]
fitegolf:0:FD21:09:000:Infinite Holes PL1
fitegolf:0:FD18:00:000:Infinite Strokes PL1
fitegolf:0:FD28:99:000:Infinite Time PL1
fitegolf:0:FD81:09:000:Infinite Holes PL2
fitegolf:0:FD78:00:000:Infinite Strokes PL2
fitegolf:0:FD88:99:000:Infinite Time PL2
; [ Fitter ]
fitter:0:8040:13:000:Infinite Lives
fitter:0:0000:00:999:[See the Dip Switch Menu to ]
fitter:0:0000:00:999:[enable Invincibility. ]
; [ Flash Gal ]
flashgal:0:F001:63:000:Infinite Credits
flashgal:0:F61A:0C:006:Infinite Energy
flashgal:0:F61B:0C:506:Infinite Energy (02/10)
flashgal:0:F61C:0C:506:Infinite Energy (03/10)
flashgal:0:F61D:0C:506:Infinite Energy (04/10)
flashgal:0:F61E:0C:506:Infinite Energy (05/10)
flashgal:0:F61F:0C:506:Infinite Energy (06/10)
flashgal:0:F620:0C:506:Infinite Energy (07/10)
flashgal:0:F621:0C:506:Infinite Energy (08/10)
flashgal:0:F622:0C:506:Infinite Energy (09/10)
flashgal:0:F623:0C:506:Infinite Energy (10/10)
flashgal:0:0000:00:999:[Invincibility doesn't work ]
flashgal:0:0000:00:999:[against dogs!! ]
flashgal:1:A11F:00:000:Invincibility
flashgal:0:0000:00:999:[If you use these weapon ]
flashgal:0:0000:00:999:[cheats make sure you use ]
flashgal:0:0000:00:999:[Lose all weapons cheat at ]
flashgal:0:0000:00:999:[the end of the level!! ]
flashgal:0:F0B9:00:001:Lose all weapons Now!
flashgal:0:F0B9:01:001:Get Sword Now!
flashgal:0:F0B9:02:001:Get Gun Now!
flashgal:0:F0B9:03:001:Get Motor Cycle Now!
flashgal:0:F0B9:04:001:Get Helicopter Now!
flashgal:0:F0B9:05:001:Get Jet Ski Now!
flashgal:0:F0C5:0B:000:Infinite Lives PL1
flashgal:0:F0DF:0B:000:Infinite Lives PL2
; [ Flicky (set 1) ]
flicky:0:C002:09:000:Infinite Lives PL1
flicky:0:C003:09:000:Infinite Lives PL2
flicky:0:C010:00:007:Infinite Time
flicky:0:F928:7E:000:Invincibility
flicky:0:F948:7E:500:Invincibility (2/4)
flicky:0:FB28:7E:500:Invincibility (3/4)
flicky:0:FB08:7E:500:Invincibility (4/4)
; [ Flicky (set 2) ]
flicky2:0:C002:09:000:Infinite Lives PL1
flicky2:0:C003:09:000:Infinite Lives PL2
flicky2:0:C010:00:007:Infinite Time
flicky2:0:F928:7E:000:Invincibility
flicky2:0:F948:7E:500:Invincibility (2/4)
flicky2:0:FB28:7E:500:Invincibility (3/4)
flicky2:0:FB08:7E:500:Invincibility (4/4)
; [ Battle Flip Shot ]
flipshot:0:1037AE:9A:007:Infinite Time
flipshot:0:1037AE:01:001:Finish this Round Now!
flipshot:0:103517:04:000:Never Lose Targets PL1
flipshot:0:1034FF:04:500:Never Lose Targets PL1 (2/6)
flipshot:0:1034CF:04:500:Never Lose Targets PL1 (3/6)
flipshot:0:10352F:04:500:Never Lose Targets PL1 (4/6)
flipshot:0:1034E7:04:500:Never Lose Targets PL1 (5/6)
flipshot:0:1034B7:04:500:Never Lose Targets PL1 (6/6)
flipshot:0:000000:00:999:[ Use these character cheats on the VS screen ]
flipshot:0:1033ED:00:001:Play as Chinta Nemoto Now! PL1
flipshot:0:1033ED:01:001:Play as Siren Now! PL1
flipshot:0:1033ED:02:001:Play as Saimon Now! PL1
flipshot:0:1033ED:03:001:Play as Mr. Justice Now! PL1
flipshot:0:1033ED:04:001:Play as Bloody Wolf Now! PL1
flipshot:0:1033ED:05:001:Play as Boss Now! PL1
flipshot:0:103547:04:000:Never Lose Targets PL2
flipshot:0:103577:04:500:Never Lose Targets PL2 (2/6)
flipshot:0:10355F:04:500:Never Lose Targets PL2 (3/6)
flipshot:0:10358F:04:500:Never Lose Targets PL2 (4/6)
flipshot:0:1035A7:04:500:Never Lose Targets PL2 (5/6)
flipshot:0:1035BF:04:500:Never Lose Targets PL2 (6/6)
flipshot:0:103547:04:001:Lose All Targets Now! PL2
flipshot:0:103577:04:501:Lose All Targets Now! PL2 (2/6)
flipshot:0:10355F:04:501:Lose All Targets Now! PL2 (3/6)
flipshot:0:10358F:04:501:Lose All Targets Now! PL2 (4/6)
flipshot:0:1035A7:02:501:Lose All Targets Now! PL2 (5/6)
flipshot:0:1035BF:04:501:Lose All Targets Now! PL2 (6/6)
flipshot:0:000000:00:999:[ Use these character cheats on the VS screen ]
flipshot:0:1033EF:00:001:Play as Chinta Nemoto Now! PL2
flipshot:0:1033EF:01:001:Play as Siren Now! PL2
flipshot:0:1033EF:02:001:Play as Saimon Now! PL2
flipshot:0:1033EF:03:001:Play as Mr. Justice Now! PL2
flipshot:0:1033EF:04:001:Play as Bloody Wolf Now! PL2
flipshot:0:1033EF:05:001:Play as Boss Now! PL2
; [ Flak Attack (Japan) ]
flkatck:0:397E:09:000:Infinite Lives PL1
flkatck:0:39DE:09:000:Infinite Lives PL2
flkatck:0:0000:00:999:[Invincibility should only ]
flkatck:0:0000:00:999:[be activated ingame. You ]
flkatck:0:0000:00:999:[should disable them when ]
flkatck:0:0000:00:999:[you have finished with them]
flkatck:0:0000:00:999:[IE. Switch the Normal Mode ]
flkatck:0:0000:00:999:[cheat to the Boss Battle ]
flkatck:0:0000:00:999:[when you get to the Boss ]
flkatck:0:0000:00:999:[Battle. And turn the Boss ]
flkatck:0:0000:00:999:[Batle cheat OFF before the ]
flkatck:0:0000:00:999:[Boss disappears!!! ]
flkatck:0:3000:04:000:Invincibility Normal Mode
flkatck:0:3000:07:000:Invincibility Boss Battle
flkatck:0:0000:00:999:[ ]
flkatck:0:3011:00:000:Always Normal Shot
flkatck:0:3011:01:000:Always Single Laser
flkatck:0:3011:02:000:Always Double Laser
flkatck:0:3012:00:000:Always Single Bomb (Normal)
flkatck:0:3012:01:000:Always X3 Bombs
flkatck:0:3012:02:000:Always X5 Bombs
flkatck:0:3003:00:000:Always slow speed (Normal)
flkatck:0:3003:01:000:Always medium speed
flkatck:0:3003:02:000:Always fast speed
flkatck:0:3003:03:000:Always superfast speed
flkatck:0:3011:00:001:Get Normal Shot Now!
flkatck:0:3011:01:001:Get Single Laser Now!
flkatck:0:3011:02:001:Get Double Laser Now!
flkatck:0:3012:00:001:Get Single Bomb (Normal) Now!
flkatck:0:3012:01:001:Get X3 Bombs Now!
flkatck:0:3012:02:001:Get X5 Bombs Now!
flkatck:0:3003:00:001:Get slow speed (Normal) Now!
flkatck:0:3003:01:001:Get medium speed Now!
flkatck:0:3003:02:001:Get fast speed Now!
flkatck:0:3003:03:001:Get superfast speed Now!
flkatck:0:390C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ FairyLand Story, The ]
flstory:0:E604:09:000:Infinite Credits
flstory:0:E695:01:000:Infinite Time-last enemy esc.
flstory:0:E694:01:000:Infinite Time-last enemy stay
flstory:0:E6D1:FF:000:Infinite Item Time
flstory:0:E782:05:000:Infinite Lives
flstory:0:0000:00:999:[See the Dip Switch Menu to ]
flstory:0:0000:00:999:[enable Invincibility. ]
flstory:0:E6FC:08:000:Coin point always x9
flstory:0:E786:03:001:Make treasure appearNow!
flstory:0:E785:20:501:Make treasure appearNow!(2/2)
flstory:0:E61F:00:000:Always cast Normal Spell
flstory:0:E61F:01:000:Always cast Long Spell
flstory:0:E61F:02:000:Always cast Erase Spell
flstory:0:E61F:03:000:Always cast Fire Spell
flstory:0:E61F:08:000:Always cast Step Charm
flstory:0:E61F:00:001:Get Normal Spell Now!
flstory:0:E61F:01:001:Get Long Spell Now!
flstory:0:E61F:02:001:Get Erase Spell Now!
flstory:0:E61F:03:001:Get Fire Spell Now!
flstory:0:E61F:08:001:Get Step charm Now!
flstory:0:E781:64:071:Select Current Round
flstory:0:E781:64:061:Select Next Round
; [ FairyLand Story, The (Japan) ]
flstoryj:0:E604:09:000:Infinite Credits
flstoryj:0:E695:01:000:Infinite Time-last enemy esc.
flstoryj:0:E694:01:000:Infinite Time-last enemy stay
flstoryj:0:E6D1:FF:000:Infinite Item Time
flstoryj:0:E782:05:000:Infinite Lives
flstoryj:0:0000:00:999:[See the Dip Switch Menu to ]
flstoryj:0:0000:00:999:[enable Invincibility. ]
flstoryj:0:E6FC:08:000:Coin point always x9
flstoryj:0:E786:03:001:Make treasure appearNow!
flstoryj:0:E785:20:501:Make treasure appearNow!(2/2)
flstoryj:0:E61F:00:000:Always cast Normal Spell
flstoryj:0:E61F:01:000:Always cast Long Spell
flstoryj:0:E61F:02:000:Always cast Erase Spell
flstoryj:0:E61F:03:000:Always cast Fire Spell
flstoryj:0:E61F:08:000:Always cast Step Charm
flstoryj:0:E61F:00:001:Get Normal Spell Now!
flstoryj:0:E61F:01:001:Get Long Spell Now!
flstoryj:0:E61F:02:001:Get Erase Spell Now!
flstoryj:0:E61F:03:001:Get Fire Spell Now!
flstoryj:0:E61F:08:001:Get Step charm Now!
flstoryj:0:E781:64:071:Select Current Round
flstoryj:0:E781:64:061:Select Next Round
; [ Fly-Boy ]
flyboy:0:0000:00:999:[See the Dip Switch Menu to ]
flyboy:0:0000:00:999:[enable Invincibility. ]
flyboy:0:C005:09:000:Infinite Lives PL1
flyboy:0:C391:00:000:Infinite Kick PL1
flyboy:0:C006:09:000:Infinite Lives PL2
flyboy:0:C392:00:000:Infinite Kick PL2
flyboy:0:C336:00:000:A Easier Game!!
; [ Fly-Boy (bootleg) ]
flyboyb:0:0000:00:999:[See the Dip Switch Menu to ]
flyboyb:0:0000:00:999:[enable Invincibility. ]
flyboyb:0:C005:09:000:Infinite Lives PL1
flyboyb:0:C391:00:000:Infinite Kick PL1
flyboyb:0:C006:09:000:Infinite Lives PL2
flyboyb:0:C392:00:000:Infinite Kick PL2
flyboyb:0:C336:00:000:A Easier Game!!
; [ Funky Fish ]
fnkyfish:0:E06B:05:000:Infinite Lives PL1
fnkyfish:0:E06C:05:000:Infinite Lives PL2
fnkyfish:0:E0E3:3E:000:Infinite Fuel
; [ Food Fight ]
foodf:0:01862B:05:000:Infinite Lives PL1
foodf:0:018651:05:000:Infinite Lives PL2
; [ Football Champ (World) ]
footchmp:0:102935:09:000:Infinite Credits
footchmp:0:102929:3C:000:Infinite Time
footchmp:0:10A335:3C:500:Infinite Time (2/3)
footchmp:0:10A334:63:500:Infinite Time (3/3)
footchmp:0:102929:00:001:Finish this Game Now!
footchmp:0:10A335:00:501:Finish this Game Now! (2/3)
footchmp:0:10A334:00:501:Finish this Game Now! (3/3)
footchmp:0:10A332:00:000:Score always 0 PL1
footchmp:0:107AE0:00:500:Score always 0 PL1 (2/2)
footchmp:0:10A332:09:000:Score always 9 PL1
footchmp:0:107AE0:09:500:Score always 9 PL1 (2/2)
footchmp:0:10A332:00:001:Set score = 0 Now! PL1
footchmp:0:107AE0:00:501:Set score = 0 Now! PL1 (2/2)
footchmp:0:10A332:09:001:Set score = 9 Now! PL1
footchmp:0:107AE0:09:501:Set score = 9 Now! PL1 (2/2)
footchmp:0:10A333:00:000:Score always 0 PL2
footchmp:0:107AE9:00:500:Score always 0 PL2 (2/2)
footchmp:0:10A333:09:000:Score always 9 PL2
footchmp:0:107AE9:09:500:Score always 9 PL2 (2/2)
footchmp:0:10A333:00:001:Set score = 0 Now! PL2
footchmp:0:107AE9:00:501:Set score = 0 Now! PL2 (2/2)
footchmp:0:10A333:09:001:Set score = 9 Now! PL2
footchmp:0:107AE9:09:501:Set score = 9 Now! PL2 (2/2)
; [ Forgotten Worlds (US) ]
forgottn:0:FFE1D2:21:000:Infinite Shop Time
forgottn:0:000000:00:999:[These Start on Stage cheats]
forgottn:0:000000:00:999:[must be enabled on the ]
forgottn:0:000000:00:999:[title screen and turned off]
forgottn:0:000000:00:999:[when you start the stage. ]
forgottn:0:FFB2B2:01:000:Start on Stage 2
forgottn:0:FFB2B2:02:000:Start on Stage 3
forgottn:0:FFB2B2:03:000:Start on Stage 4
forgottn:0:FFB2B2:04:000:Start on Stage 5
forgottn:0:FFB2B2:05:000:Start on Stage 6
forgottn:0:FFB2B2:06:000:Start on Stage 7
forgottn:0:FFB2B2:07:000:Start on Stage 8
forgottn:0:FFB2B2:08:000:Start on Stage 9
forgottn:0:FFB2B2:08:061:Select next stage
forgottn:0:FF9035:38:000:Infinite Energy PL1
forgottn:0:FFB342:02:000:Invincibility PL1
forgottn:0:FFB38C:01:500:Invincibility PL1 (2/4)
forgottn:0:FF9035:38:520:Invincibility PL1 (3/4)
forgottn:0:FF9035:C7:540:Invincibility PL1 (4/4)
forgottn:0:FFE192:99:000:Infinite Zenny PL1
forgottn:0:FFE193:99:500:Infinite Zenny PL1 (2/3)
forgottn:0:FFE194:99:500:Infinite Zenny PL1 (3/3)
forgottn:0:FFE192:01:001:Reduce Zenny Now! PL1
forgottn:0:FFE193:01:501:Reduce Zenny Now! PL1 (2/3)
forgottn:0:FFE194:01:501:Reduce Zenny Now! PL1 (3/3)
forgottn:0:FFCEE2:01:000:Always Laser PL1
forgottn:0:FFCF18:00:500:Always Laser PL1 (2/2)
forgottn:0:FFCEE2:01:000:Always Beam PL1
forgottn:0:FFCF18:02:500:Always Beam PL1 (2/2)
forgottn:0:FFCEE2:01:000:Always Missile PL1
forgottn:0:FFCF18:04:500:Always Missile PL1 (2/2)
forgottn:0:FFCEE2:01:000:Always Balcan Cannon PL1
forgottn:0:FFCF18:06:500:Always Balcan Cannon PL1(2/2)
forgottn:0:FFCEE2:01:000:Always Napalm Bomb PL1
forgottn:0:FFCF18:08:500:Always Napalm Bomb PL1 (2/2)
forgottn:0:FFCEE2:01:000:Always V-Cannon PL1
forgottn:0:FFCF18:0A:500:Always V-Cannon PL1 (2/2)
forgottn:0:FFCEE2:01:000:Always Burner PL1
forgottn:0:FFCF18:0C:500:Always Burner PL1 (2/2)
forgottn:0:FFCEE2:01:000:Always Multi-Way PL1
forgottn:0:FFCF18:0E:500:Always Multi-Way PL1 (2/2)
forgottn:0:FFCEE2:01:000:Always Bound Shot PL1
forgottn:0:FFCF18:10:500:Always Bound Shot PL1 (2/2)
forgottn:0:FFCEE2:01:000:Always Power Laser PL1
forgottn:0:FFCF18:12:500:Always Power Laser PL1 (2/2)
forgottn:0:FFCEE2:01:000:Always Homing Laser PL1
forgottn:0:FFCF18:14:500:Always Homing Laser PL1 (2/2)
forgottn:0:FFCEE2:01:001:Get Laser Now! PL1
forgottn:0:FFCF18:00:501:Get Laser Now! PL1 (2/2)
forgottn:0:FFCEE2:01:001:Get Beam Now! PL1
forgottn:0:FFCF18:02:501:Get Beam Now! PL1 (2/2)
forgottn:0:FFCEE2:01:001:Get Missile Now! PL1
forgottn:0:FFCF18:04:501:Get Missile Now! PL1 (2/2)
forgottn:0:FFCEE2:01:001:Get Balcan CannonNow!PL1
forgottn:0:FFCF18:06:501:Get Balcan CannonNow!PL1(2/2)
forgottn:0:FFCEE2:01:001:Get Napalm Bomb Now! PL1
forgottn:0:FFCF18:08:501:Get Napalm Bomb Now! PL1(2/2)
forgottn:0:FFCEE2:01:001:Get V-Cannon Now! PL1
forgottn:0:FFCF18:0A:501:Get V-Cannon Now! PL1 (2/2)
forgottn:0:FFCEE2:01:001:Get Burner Now! PL1
forgottn:0:FFCF18:0C:501:Get Burner Now! PL1 (2/2)
forgottn:0:FFCEE2:01:001:Get Multi-Way Now! PL1
forgottn:0:FFCF18:0E:501:Get Multi-Way Now! PL1 (2/2)
forgottn:0:FFCEE2:01:001:Get Bound Shot Now! PL1
forgottn:0:FFCF18:10:501:Get Bound Shot Now! PL1 (2/2)
forgottn:0:FFCEE2:01:001:Get Power Laser Now! PL1
forgottn:0:FFCF18:12:501:Get Power Laser Now! PL1(2/2)
forgottn:0:FFCEE2:01:001:Get Homing Laser Now!PL1
forgottn:0:FFCF18:14:501:Get Homing Laser Now!PL1(2/2)
forgottn:0:FF9055:38:000:Infinite Energy PL2
forgottn:0:FFB392:02:000:Invincibility PL2
forgottn:0:FFB3DC:01:500:Invincibility PL2 (2/4)
forgottn:0:FF9055:38:520:Invincibility PL2 (3/4)
forgottn:0:FF9055:C7:540:Invincibility PL2 (4/4)
forgottn:0:FFE196:99:000:Infinite Zenny PL2
forgottn:0:FFE197:99:500:Infinite Zenny PL2 (2/3)
forgottn:0:FFE198:99:500:Infinite Zenny PL2 (3/3)
forgottn:0:FFE196:01:001:Reduce Zenny Now! PL2
forgottn:0:FFE197:01:501:Reduce Zenny Now! PL2 (2/3)
forgottn:0:FFE198:01:501:Reduce Zenny Now! PL2 (3/3)
forgottn:0:FFCF32:01:000:Always Laser PL2
forgottn:0:FFCF68:00:500:Always Laser PL2 (2/2)
forgottn:0:FFCF32:01:000:Always Beam PL2
forgottn:0:FFCF68:02:500:Always Beam PL2 (2/2)
forgottn:0:FFCF32:01:000:Always Missile PL2
forgottn:0:FFCF68:04:500:Always Missile PL2 (2/2)
forgottn:0:FFCF32:01:000:Always Balcan Cannon PL2
forgottn:0:FFCF68:06:500:Always Balcan Cannon PL2(2/2)
forgottn:0:FFCF32:01:000:Always Napalm Bomb PL2
forgottn:0:FFCF68:08:500:Always Napalm Bomb PL2 (2/2)
forgottn:0:FFCF32:01:000:Always V-Cannon PL2
forgottn:0:FFCF68:0A:500:Always V-Cannon PL2 (2/2)
forgottn:0:FFCF32:01:000:Always Burner PL2
forgottn:0:FFCF68:0C:500:Always Burner PL2 (2/2)
forgottn:0:FFCF32:01:000:Always Multi-Way PL2
forgottn:0:FFCF68:0E:500:Always Multi-Way PL2 (2/2)
forgottn:0:FFCF32:01:000:Always Bound Shot PL2
forgottn:0:FFCF68:10:500:Always Bound Shot PL2 (2/2)
forgottn:0:FFCF32:01:000:Always Power Laser PL2
forgottn:0:FFCF68:12:500:Always Power Laser PL2 (2/2)
forgottn:0:FFCF32:01:000:Always Homing Laser PL2
forgottn:0:FFCF68:14:500:Always Homing Laser PL2 (2/2)
forgottn:0:FFCF32:01:001:Get Laser Now! PL2
forgottn:0:FFCF68:00:501:Get Laser Now! PL2 (2/2)
forgottn:0:FFCF32:01:001:Get Beam Now! PL2
forgottn:0:FFCF68:02:501:Get Beam Now! PL2 (2/2)
forgottn:0:FFCF32:01:001:Get Missile Now! PL2
forgottn:0:FFCF68:04:501:Get Missile Now! PL2 (2/2)
forgottn:0:FFCF32:01:001:Get Balcan CannonNow!PL2
forgottn:0:FFCF68:06:501:Get Balcan CannonNow!PL2(2/2)
forgottn:0:FFCF32:01:001:Get Napalm Bomb Now! PL2
forgottn:0:FFCF68:08:501:Get Napalm Bomb Now! PL2(2/2)
forgottn:0:FFCF32:01:001:Get V-Cannon Now! PL2
forgottn:0:FFCF68:0A:501:Get V-Cannon Now! PL2 (2/2)
forgottn:0:FFCF32:01:001:Get Burner Now! PL2
forgottn:0:FFCF68:0C:501:Get Burner Now! PL2 (2/2)
forgottn:0:FFCF32:01:001:Get Multi-Way Now! PL2
forgottn:0:FFCF68:0E:501:Get Multi-Way Now! PL2 (2/2)
forgottn:0:FFCF32:01:001:Get Bound Shot Now! PL2
forgottn:0:FFCF68:10:501:Get Bound Shot Now! PL2 (2/2)
forgottn:0:FFCF32:01:001:Get Power Laser Now! PL2
forgottn:0:FFCF68:12:501:Get Power Laser Now! PL2(2/2)
forgottn:0:FFCF32:01:001:Get Homing Laser Now!PL2
forgottn:0:FFCF68:14:501:Get Homing Laser Now!PL2(2/2)
; [ Flash Point ]
fpoint:0:FFE373:E7:000:Infinite Time PL1
fpoint:0:FFE372:03:500:Infinite Time PL1 (2/2)
fpoint:0:FFE3F3:E7:000:Infinite Time PL2
fpoint:0:FFE3F2:03:500:Infinite Time PL2 (2/2)
fpoint:0:FFE309:01:000:Next shape always green PL1
fpoint:0:FFE309:02:000:Next shape always purple PL1
fpoint:0:FFE309:03:000:Next shape always yellow PL1
fpoint:0:FFE309:04:000:Next shape always cyan PL1
fpoint:0:FFE309:05:000:Next shape always orange PL1
fpoint:0:FFE309:06:000:Next shape always blue PL1
fpoint:0:FFE309:07:000:Next shape always red PL1
fpoint:0:FFE389:01:000:Next shape always green PL2
fpoint:0:FFE389:02:000:Next shape always purple PL2
fpoint:0:FFE389:03:000:Next shape always yellow PL2
fpoint:0:FFE389:04:000:Next shape always cyan PL2
fpoint:0:FFE389:05:000:Next shape always orange PL2
fpoint:0:FFE389:06:000:Next shape always blue PL2
fpoint:0:FFE389:07:000:Next shape always red PL2
fpoint:0:FFE309:01:001:Next shape will be green PL1
fpoint:0:FFE309:02:001:Next shape will be purple PL1
fpoint:0:FFE309:03:001:Next shape will be yellow PL1
fpoint:0:FFE309:04:001:Next shape will be cyan PL1
fpoint:0:FFE309:05:001:Next shape will be orange PL1
fpoint:0:FFE309:06:001:Next shape will be blue PL1
fpoint:0:FFE309:07:001:Next shape will be red PL1
fpoint:0:FFE389:01:001:Next shape will be green PL2
fpoint:0:FFE389:02:001:Next shape will be purple PL2
fpoint:0:FFE389:03:001:Next shape will be yellow PL2
fpoint:0:FFE389:04:001:Next shape will be cyan PL2
fpoint:0:FFE389:05:001:Next shape will be orange PL2
fpoint:0:FFE389:06:001:Next shape will be blue PL2
fpoint:0:FFE389:07:001:Next shape will be red PL2
; [ Flash Point (bootleg) ]
fpointbl:0:FFE373:E7:000:Infinite Time PL1
fpointbl:0:FFE372:03:500:Infinite Time PL1 (2/2)
fpointbl:0:FFE3F3:E7:000:Infinite Time PL2
fpointbl:0:FFE3F2:03:500:Infinite Time PL2 (2/2)
fpointbl:0:FFE309:01:000:Next shape always green PL1
fpointbl:0:FFE309:02:000:Next shape always purple PL1
fpointbl:0:FFE309:03:000:Next shape always yellow PL1
fpointbl:0:FFE309:04:000:Next shape always cyan PL1
fpointbl:0:FFE309:05:000:Next shape always orange PL1
fpointbl:0:FFE309:06:000:Next shape always blue PL1
fpointbl:0:FFE309:07:000:Next shape always red PL1
fpointbl:0:FFE389:01:000:Next shape always green PL2
fpointbl:0:FFE389:02:000:Next shape always purple PL2
fpointbl:0:FFE389:03:000:Next shape always yellow PL2
fpointbl:0:FFE389:04:000:Next shape always cyan PL2
fpointbl:0:FFE389:05:000:Next shape always orange PL2
fpointbl:0:FFE389:06:000:Next shape always blue PL2
fpointbl:0:FFE389:07:000:Next shape always red PL2
fpointbl:0:FFE309:01:001:Next shape will be green PL1
fpointbl:0:FFE309:02:001:Next shape will be purple PL1
fpointbl:0:FFE309:03:001:Next shape will be yellow PL1
fpointbl:0:FFE309:04:001:Next shape will be cyan PL1
fpointbl:0:FFE309:05:001:Next shape will be orange PL1
fpointbl:0:FFE309:06:001:Next shape will be blue PL1
fpointbl:0:FFE309:07:001:Next shape will be red PL1
fpointbl:0:FFE389:01:001:Next shape will be green PL2
fpointbl:0:FFE389:02:001:Next shape will be purple PL2
fpointbl:0:FFE389:03:001:Next shape will be yellow PL2
fpointbl:0:FFE389:04:001:Next shape will be cyan PL2
fpointbl:0:FFE389:05:001:Next shape will be orange PL2
fpointbl:0:FFE389:06:001:Next shape will be blue PL2
fpointbl:0:FFE389:07:001:Next shape will be red PL2
; [ Freeze ]
freeze:0:436D:AA:000:Infinite Time
freeze:0:435C:03:000:Infinite Lives
freeze:0:4356:FF:000:Maximum Flamer Power
freeze:0:4357:FF:500:Maximum Flamer Power (2/2)
; [ Frenzy ]
frenzy:0:400C:06:000:Infinite Lives
frenzy:0:4010:0F:000:No Evil Otto
frenzy:0:400E:00:000:Robots Don't Fire
; [ Frisky Tom ]
friskyt:0:784B:03:000:Infinite Lives PL1
friskyt:0:7857:03:000:Infinite Lives PL2
; [ Frogger ]
frogger:0:83E5:06:000:Infinite Lives PL1
frogger:0:83E6:06:000:Infinite Lives PL2
frogger:0:8004:00:000:Limited Invincibility
frogger:0:83DD:39:000:Infinite Time
frogger:0:825C:05:000:5 already done
; [ Frog ]
froggers:0:43E5:06:000:Infinite Lives PL1
froggers:0:43E6:06:000:Infinite Lives PL2
froggers:0:4004:00:000:Limited Invincibility
froggers:0:43DD:39:000:Infinite Time
froggers:0:425C:05:000:5 already done
; [ Frogger (modified Moon Cresta hardware) ]
froggrmc:0:83E5:06:000:Infinite Lives PL1
froggrmc:0:83E6:06:000:Infinite Lives PL2
froggrmc:0:8004:00:000:Limited Invincibility
froggrmc:0:83DD:39:000:Infinite Time
froggrmc:0:825C:05:000:5 already done
; [ Frogs ]
frogs:0:E431:09:000:Infinite Time
; [ Frogger (Sega set 1) ]
frogseg1:0:83E5:06:000:Infinite Lives PL1
frogseg1:0:83E6:06:000:Infinite Lives PL2
frogseg1:0:8004:00:000:Limited Invincibility
frogseg1:0:83DD:39:000:Infinite Time
frogseg1:0:825C:05:000:5 already done
; [ Frogger (Sega set 2) ]
frogseg2:0:83E5:06:000:Infinite Lives PL1
frogseg2:0:83E6:06:000:Infinite Lives PL2
frogseg2:0:8004:00:000:Limited Invincibility
frogseg2:0:83DD:39:000:Infinite Time
frogseg2:0:825C:05:000:5 already done
; [ Idol-Mahjong Final Romance (Japan) ]
fromance:0:0000:00:999:[The winning hand cheat must]
fromance:0:0000:00:999:[be activated when there are]
fromance:0:0000:00:999:[14 tiles in your hand, then]
fromance:0:0000:00:999:[press the RON key . ]
fromance:0:0000:00:999:[('Z' by default). The tiles]
fromance:0:0000:00:999:[do not visually change ]
fromance:0:0000:00:999:[until you make a move. ]
fromance:0:CE81:30:000:Always winning hand
fromance:0:CE82:30:500:Always winning hand (02/14)
fromance:0:CE83:30:500:Always winning hand (03/14)
fromance:0:CE84:31:500:Always winning hand (04/14)
fromance:0:CE85:31:500:Always winning hand (05/14)
fromance:0:CE86:31:500:Always winning hand (06/14)
fromance:0:CE87:32:500:Always winning hand (07/14)
fromance:0:CE88:32:500:Always winning hand (08/14)
fromance:0:CE89:32:500:Always winning hand (09/14)
fromance:0:CE8A:33:500:Always winning hand (10/14)
fromance:0:CE8B:33:500:Always winning hand (11/14)
fromance:0:CE8C:33:500:Always winning hand (12/14)
fromance:0:CE8D:34:500:Always winning hand (13/14)
fromance:0:CE8E:34:500:Always winning hand (14/14)
fromance:0:C702:00:000:Always winning hand (dealer)
fromance:0:CB02:01:500:Always winning hand (dealer) (2/2)
; [ Front Line ]
frontlin:0:8620:06:000:Infinite Lives
frontlin:0:812E:FF:000:Never any Rocks
frontlin:0:0000:00:999:[See the Dip Switch Menu to ]
frontlin:0:0000:00:999:[enable Invincibility. ]
; [ Final Round (version M) ]
fround:1:040143:30:000:Infinite Time [Intro]
fround:1:04013E:09:000:Infinite Time [In Game]
fround:1:04013F:59:500:Infinite Time [In Game] (2/2)
fround:1:04013E:00:001:Finish Round Now!
fround:1:04013F:00:501:Finish Round Now! (2/2)
fround:1:042096:20:000:Infinite Energy PL1
fround:1:042096:00:001:Drain All Energy Now! PL1
fround:1:042196:20:000:Infinite Energy PL2
fround:1:042196:00:001:Drain All Energy Now! PL2
fround:1:043008:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Final Round (version L) ]
froundl:1:040143:30:000:Infinite Time [Intro]
froundl:1:04013E:09:000:Infinite Time [In Game]
froundl:1:04013F:59:500:Infinite Time [In Game] (2/2)
froundl:1:04013E:00:001:Finish Round Now!
froundl:1:04013F:00:501:Finish Round Now! (2/2)
froundl:1:042096:20:000:Infinite Energy PL1
froundl:1:042096:00:001:Drain All Energy Now! PL1
froundl:1:042196:20:000:Infinite Energy PL2
froundl:1:042196:00:001:Drain All Energy Now! PL2
froundl:1:043008:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Flying Shark (World) ]
fshark:0:030429:08:000:Infinite Lives
fshark:0:0304D3:0A:007:Infinite Smart Bombs (F6):Turn off with F6 at level end
fshark:0:0304D5:06:000:Always Maximum Shot Power
fshark:0:03049E:80:000:Invincibility
; [ Flying Shark (bootleg) ]
fsharkbt:0:030429:08:000:Infinite Lives
fsharkbt:0:0304D3:0A:007:Infinite Smart Bombs (F6):Turn off with F6 at level end
fsharkbt:0:0304D5:06:000:Always Maximum Shot Power
fsharkbt:0:03049E:80:000:Invincibility
; [ Final Star Force (US) ]
fstarfrc:0:10126B:FF:000:Infinite Credits
fstarfrc:0:101237:09:000:Infinite Lives PL1
fstarfrc:0:101239:06:000:Infinite Smart Bombs PL1
fstarfrc:0:100071:FF:006:Invincibility PL1
fstarfrc:0:100070:00:500:Invincibility PL1 (2/2)
fstarfrc:0:100068:07:000:Max fire power PL1
fstarfrc:0:100069:10:020:Always have Laser Fire PL1
fstarfrc:0:100069:20:540:Always have Laser Fire PL1 (2/2)
fstarfrc:0:100069:10:040:Always have Multiway Fire PL1
fstarfrc:0:100069:20:520:Always have Multiway Fire PL1 (2/2)
fstarfrc:0:100069:10:020:Always have Seeker Fire PL1
fstarfrc:0:100069:20:520:Always have Seeker Fire PL1 (2/2)
fstarfrc:0:100069:10:021:Get Laser Fire Now! PL1
fstarfrc:0:100069:20:541:Get Laser Fire Now! PL1 (2/2)
fstarfrc:0:100069:10:041:Get Multiway Fire Now! PL1
fstarfrc:0:100069:20:521:Get Multiway Fire Now! PL1 (2/2)
fstarfrc:0:100069:10:021:Get Seeker Fire Now! PL1
fstarfrc:0:100069:20:521:Get Seeker Fire Now! PL1 (2/2)
fstarfrc:0:101247:09:000:Infinite Lives PL2
fstarfrc:0:101249:06:000:Infinite Smart Bombs PL2
fstarfrc:0:100081:FF:006:Invincibility PL2
fstarfrc:0:100080:00:500:Invincibility PL2 (2/2)
fstarfrc:0:100078:07:000:Max fire power PL2
fstarfrc:0:100079:10:020:Always have Laser Fire PL2
fstarfrc:0:100079:20:540:Always have Laser Fire PL2 (2/2)
fstarfrc:0:100079:10:040:Always have Multiway Fire PL2
fstarfrc:0:100079:20:520:Always have Multiway Fire PL2 (2/2)
fstarfrc:0:100079:10:020:Always have Seeker Fire PL2
fstarfrc:0:100079:20:520:Always have Seeker Fire PL2 (2/2)
fstarfrc:0:100079:10:021:Get Laser Fire Now! PL2
fstarfrc:0:100079:20:541:Get Laser Fire Now! PL2 (2/2)
fstarfrc:0:100079:10:041:Get Multiway Fire Now! PL2
fstarfrc:0:100079:20:521:Get Multiway Fire Now! PL2 (2/2)
fstarfrc:0:100079:10:021:Get Seeker Fire Now! PL2
fstarfrc:0:100079:20:521:Get Seeker Fire Now! PL2 (2/2)
; [ Fighting Soccer ]
ftsoccer:0:E10B:99:000:Infinite Time
ftsoccer:0:E10C:59:500:Infinite Time (2/2)
ftsoccer:0:E10B:00:001:Finish Game Now!
ftsoccer:0:E10C:00:501:Finish Game Now! (2/2)
ftsoccer:0:E118:99:073:Select Score Team 1
ftsoccer:0:E118:00:000:Score always = 0 Team 1
ftsoccer:0:E118:10:000:Score always = 10 Team 1
ftsoccer:0:E118:00:001:Score = 0 Now! Team 1
ftsoccer:0:E118:10:001:Score = 10 Now! Team 1
ftsoccer:0:E119:99:073:Select Score Team 2
ftsoccer:0:E119:00:000:Score always = 0 Team 2
ftsoccer:0:E119:10:000:Score always = 10 Team 2
ftsoccer:0:E119:00:001:Score = 0 Now! Team 2
ftsoccer:0:E119:10:001:Score = 10 Now! Team 2
; [ Full Throttle (Japan) ]
fullthrl:0:4040A3:03:000:Infinite Nitros
fullthrl:0:401C48:99:000:Infinite Time
; [ Funky Bee ]
funkybee:0:8021:08:000:Infinite Lives PL1
funkybee:0:8022:08:000:Infinite Lives PL2
funkybee:0:8113:80:000:Invincibility
funkybee:0:801F:63:072:Select current round
funkybee:0:801F:63:062:Select next round
; [ Funky Jet ]
funkyjet:0:143869:09:000:Infinite Credits
funkyjet:0:143051:0A:000:Infinite Lives PL1
funkyjet:0:143053:24:000:Infinite Energy PL1
funkyjet:0:14302B:02:000:Invincibility PL1
funkyjet:0:143151:0A:000:Infinite Lives PL2
funkyjet:0:143153:24:000:Infinite Energy PL2
funkyjet:0:14312B:02:000:Invincibility PL2
funkyjet:0:000000:00:999:[These work around a Protection Issue ]
funkyjet:0:000000:00:999:[Use on World Select Screen, these may]
funkyjet:0:000000:00:999:[NOT be needed in the future. ]
funkyjet:0:143BCB:00:000:Select World 1
funkyjet:0:143BCB:01:000:Select World 2
funkyjet:0:143BCB:02:000:Select World 3
funkyjet:0:143BCB:03:000:Select World 4
funkyjet:0:143BCB:04:000:Select World 5
funkyjet:0:143BCB:05:000:Select World 6
; [ Funny Mouse ]
funnymou:0:841F:01:000:Invincibility
funnymou:0:0000:00:999:[See the Dip Switch Menu to ]
funnymou:0:0000:00:999:[enable an alternate ]
funnymou:0:0000:00:999:[Invincibility cheat. ]
funnymou:0:8200:1A:000:Infinite Lives PL1
funnymou:0:8300:1A:000:Infinite Lives PL2
; [ Future Spy ]
futspy:0:645B:09:000:Infinite Lives
futspy:0:65CC:00:000:Invincibility
; [ Ninja Gaiden (World) ]
gaiden:0:061E89:99:000:Infinite Time
gaiden:0:061E8E:03:000:Infinite Lives PL1
gaiden:0:061EC3:09:000:Infinite Energy PL1
gaiden:0:061EBA:0A:000:Infinite Sword PL1
gaiden:0:061EB0:2C:000:Invincibility PL1
gaiden:0:061E8F:03:000:Infinite Lives PL2
gaiden:0:061F03:09:000:Infinite Energy PL2
gaiden:0:061EFA:0A:000:Infinite Sword PL2
gaiden:0:061EF1:2C:000:Invincibility PL2
; [ Mahjong Gakuensai (Japan) ]
gakusai:0:000000:00:999:[The winning hand cheat must]
gakusai:0:000000:00:999:[be activated when there are]
gakusai:0:000000:00:999:[14 tiles in your hand, then]
gakusai:0:000000:00:999:[press the RON key . ]
gakusai:0:000000:00:999:[('Z' by default). The tiles]
gakusai:0:000000:00:999:[do not visually change ]
gakusai:0:000000:00:999:[until you make a move. ]
gakusai:0:FF4F3C:31:001:Get winning hand Now!
gakusai:0:FF4F3D:31:501:Get winning hand Now! (02/14)
gakusai:0:FF4F3E:31:501:Get winning hand Now! (03/14)
gakusai:0:FF4F3F:32:501:Get winning hand Now! (04/14)
gakusai:0:FF4F40:32:501:Get winning hand Now! (05/14)
gakusai:0:FF4F41:32:501:Get winning hand Now! (06/14)
gakusai:0:FF4F42:33:501:Get winning hand Now! (07/14)
gakusai:0:FF4F43:33:501:Get winning hand Now! (08/14)
gakusai:0:FF4F44:33:501:Get winning hand Now! (09/14)
gakusai:0:FF4F45:34:501:Get winning hand Now! (10/14)
gakusai:0:FF4F46:34:501:Get winning hand Now! (11/14)
gakusai:0:FF4F47:34:501:Get winning hand Now! (12/14)
gakusai:0:FF4F48:35:501:Get winning hand Now! (13/14)
gakusai:0:FF4F49:35:501:Get winning hand Now! (14/14)
gakusai:0:000000:00:999:[When using the 'Always' ]
gakusai:0:000000:00:999:[cheats, there may be an ]
gakusai:0:000000:00:999:[extraneous tile in the 'N' ]
gakusai:0:000000:00:999:[space if you're not the ]
gakusai:0:000000:00:999:[player who starts first. ]
gakusai:0:000000:00:999:[When this happens, simply ]
gakusai:0:000000:00:999:[press N to get a new tile. ]
gakusai:0:FF4F3C:31:000:Always winning hand
gakusai:0:FF4F3D:31:500:Always winning hand (02/14)
gakusai:0:FF4F3E:31:500:Always winning hand (03/14)
gakusai:0:FF4F3F:32:500:Always winning hand (04/14)
gakusai:0:FF4F40:32:500:Always winning hand (05/14)
gakusai:0:FF4F41:32:500:Always winning hand (06/14)
gakusai:0:FF4F42:33:500:Always winning hand (07/14)
gakusai:0:FF4F43:33:500:Always winning hand (08/14)
gakusai:0:FF4F44:33:500:Always winning hand (09/14)
gakusai:0:FF4F45:34:500:Always winning hand (10/14)
gakusai:0:FF4F46:34:500:Always winning hand (11/14)
gakusai:0:FF4F47:34:500:Always winning hand (12/14)
gakusai:0:FF4F48:35:500:Always winning hand (13/14)
gakusai:0:FF4F49:35:500:Always winning hand (14/14)
; [ Mahjong Gakuensai 2 (Japan) ]
gakusai2:0:000000:00:999:[The winning hand cheat must]
gakusai2:0:000000:00:999:[be activated when there are]
gakusai2:0:000000:00:999:[14 tiles in your hand, then]
gakusai2:0:000000:00:999:[press the RON key . ]
gakusai2:0:000000:00:999:[('Z' by default). The tiles]
gakusai2:0:000000:00:999:[do not visually change ]
gakusai2:0:000000:00:999:[until you make a move. ]
gakusai2:0:FF3001:31:001:Get winning hand Now!
gakusai2:0:FF3002:31:501:Get winning hand Now! (02/14)
gakusai2:0:FF3003:31:501:Get winning hand Now! (03/14)
gakusai2:0:FF3004:32:501:Get winning hand Now! (04/14)
gakusai2:0:FF3005:32:501:Get winning hand Now! (05/14)
gakusai2:0:FF3006:32:501:Get winning hand Now! (06/14)
gakusai2:0:FF3007:33:501:Get winning hand Now! (07/14)
gakusai2:0:FF3008:33:501:Get winning hand Now! (08/14)
gakusai2:0:FF3009:33:501:Get winning hand Now! (09/14)
gakusai2:0:FF300A:34:501:Get winning hand Now! (10/14)
gakusai2:0:FF300B:34:501:Get winning hand Now! (11/14)
gakusai2:0:FF300C:34:501:Get winning hand Now! (12/14)
gakusai2:0:FF300D:35:501:Get winning hand Now! (13/14)
gakusai2:0:FF300E:35:501:Get winning hand Now! (14/14)
gakusai2:0:000000:00:999:[When using the 'Always' ]
gakusai2:0:000000:00:999:[cheats, there may be an ]
gakusai2:0:000000:00:999:[extraneous tile in the 'N' ]
gakusai2:0:000000:00:999:[space if you're not the ]
gakusai2:0:000000:00:999:[player who starts first. ]
gakusai2:0:000000:00:999:[When this happens, simply ]
gakusai2:0:000000:00:999:[press N to get a new tile. ]
gakusai2:0:FF3001:31:000:Always winning hand
gakusai2:0:FF3002:31:500:Always winning hand (02/14)
gakusai2:0:FF3003:31:500:Always winning hand (03/14)
gakusai2:0:FF3004:32:500:Always winning hand (04/14)
gakusai2:0:FF3005:32:500:Always winning hand (05/14)
gakusai2:0:FF3006:32:500:Always winning hand (06/14)
gakusai2:0:FF3007:33:500:Always winning hand (07/14)
gakusai2:0:FF3008:33:500:Always winning hand (08/14)
gakusai2:0:FF3009:33:500:Always winning hand (09/14)
gakusai2:0:FF300A:34:500:Always winning hand (10/14)
gakusai2:0:FF300B:34:500:Always winning hand (11/14)
gakusai2:0:FF300C:34:500:Always winning hand (12/14)
gakusai2:0:FF300D:35:500:Always winning hand (13/14)
gakusai2:0:FF300E:35:500:Always winning hand (14/14)
; [ Mahjong Gal 10-renpatsu (Japan) ]
gal10ren:0:0000:00:999:[The winning hand cheat must]
gal10ren:0:0000:00:999:[be activated when there are]
gal10ren:0:0000:00:999:[14 tiles in your hand, then]
gal10ren:0:0000:00:999:[press the RON key . ]
gal10ren:0:0000:00:999:[('Z' by default). The tiles]
gal10ren:0:0000:00:999:[do not visually change ]
gal10ren:0:0000:00:999:[until you make a move. ]
gal10ren:0:FD7A:31:001:Get winning hand Now!
gal10ren:0:FD7B:31:501:Get winning hand Now! (02/14)
gal10ren:0:FD7C:31:501:Get winning hand Now! (03/14)
gal10ren:0:FD7D:32:501:Get winning hand Now! (04/14)
gal10ren:0:FD7E:32:501:Get winning hand Now! (05/14)
gal10ren:0:FD7F:32:501:Get winning hand Now! (06/14)
gal10ren:0:FD80:33:501:Get winning hand Now! (07/14)
gal10ren:0:FD81:33:501:Get winning hand Now! (08/14)
gal10ren:0:FD82:33:501:Get winning hand Now! (09/14)
gal10ren:0:FD83:34:501:Get winning hand Now! (10/14)
gal10ren:0:FD84:34:501:Get winning hand Now! (11/14)
gal10ren:0:FD85:34:501:Get winning hand Now! (12/14)
gal10ren:0:FD86:35:501:Get winning hand Now! (13/14)
gal10ren:0:FD87:35:501:Get winning hand Now! (14/14)
gal10ren:0:0000:00:999:[At the start of a game, ]
gal10ren:0:0000:00:999:[there may be some small ]
gal10ren:0:0000:00:999:[glitches on the tiles when ]
gal10ren:0:0000:00:999:[using the 'Always' cheats. ]
gal10ren:0:0000:00:999:[The cheats should still ]
gal10ren:0:0000:00:999:[work as normal. ]
gal10ren:0:FD7A:31:000:Always winning hand
gal10ren:0:FD7B:31:500:Always winning hand (02/14)
gal10ren:0:FD7C:31:500:Always winning hand (03/14)
gal10ren:0:FD7D:32:500:Always winning hand (04/14)
gal10ren:0:FD7E:32:500:Always winning hand (05/14)
gal10ren:0:FD7F:32:500:Always winning hand (06/14)
gal10ren:0:FD80:33:500:Always winning hand (07/14)
gal10ren:0:FD81:33:500:Always winning hand (08/14)
gal10ren:0:FD82:33:500:Always winning hand (09/14)
gal10ren:0:FD83:34:500:Always winning hand (10/14)
gal10ren:0:FD84:34:500:Always winning hand (11/14)
gal10ren:0:FD85:34:500:Always winning hand (12/14)
gal10ren:0:FD86:35:500:Always winning hand (13/14)
gal10ren:0:FD87:35:500:Always winning hand (14/14)
; [ Galaga '88 (set 2) ]
galag88b:0:4076:0A:000:Infinite Lives
galag88b:0:40D0:75:000:Invincibility
galag88b:0:4064:01:000:Always Dual Ships
galag88b:0:40A8:02:000:Always 2 'Bombs'
galag88b:0:4064:02:000:Mega Ship (fires 3 shots)
galag88b:0:40BC:40:000:Score Perfect Bonus Stages
galag88b:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Galaga '88 (Japan) ]
galag88j:0:4076:0A:000:Infinite Lives
galag88j:0:40D0:75:000:Invincibility
galag88j:0:4064:01:000:Always Dual Ships
galag88j:0:40A8:02:000:Always 2 'Bombs'
galag88j:0:4064:02:000:Mega Ship (fires 3 shots)
galag88j:0:40BC:40:000:Score Perfect Bonus Stages
galag88j:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Galaga (Namco) ]
galaga:0:9820:06:000:Infinite Lives
galaga:0:9288:28:000:Perfect challenge stage
galaga:0:9821:04:000:Start on level 5
galaga:0:9821:09:000:Start on level 10
;These can be modified of course for any level...
galaga:0:9825:00:000:All challenge stages
galaga:0:9825:01:000:No challenge stages
galaga:0:9827:01:000:Double Ship
galaga:0:9361:29:500:Double Ship (2/4)
galaga:0:8B61:09:500:Double Ship (3/4)
galaga:0:8B60:06:500:Double Ship (4/4)
galaga:0:9368:00:000:Aliens don't shoot
galaga:0:9369:00:500:Aliens don't shoot (2/8)
galaga:0:936A:00:500:Aliens don't shoot (3/8)
galaga:0:936B:00:500:Aliens don't shoot (4/8)
galaga:0:936C:00:500:Aliens don't shoot (5/8)
galaga:0:936D:00:500:Aliens don't shoot (6/8)
galaga:0:936E:00:500:Aliens don't shoot (7/8)
galaga:0:936F:00:500:Aliens don't shoot (8/8)
; [ Galaga 3 (set 1) ]
galaga3:0:1104:03:000:Infinite Lives PL1
galaga3:0:1105:03:000:Infinite Lives PL2
galaga3:0:101A:FF:000:Invincibility
galaga3:0:1177:01:001:Get SideWinder Shot Now!
galaga3:0:0F16:7F:001:Change Hypership Now!
galaga3:0:10D4:A8:501:Change Hypership Now! (2/2)
galaga3:0:1685:EE:000:Stop Queen
galaga3:0:1687:DE:500:Stop Queen (2/2)
galaga3:0:0EA2:3F:001:Get Twin Shot Now!
galaga3:0:0EA4:3F:501:Get Twin Shot Now! (2/4)
galaga3:0:0EA6:3F:501:Get Twin Shot Now! (3/4)
galaga3:0:0EA8:3F:501:Get Twin Shot Now! (4/4)
; [ Galaga 3 (set 2) ]
galaga3a:0:1104:03:000:Infinite Lives PL1
galaga3a:0:1105:03:000:Infinite Lives PL2
galaga3a:0:101A:FF:000:Invincibility
galaga3a:0:1177:01:001:Get SideWinder Shot Now!
galaga3a:0:0F16:7F:001:Change Hypership Now!
galaga3a:0:10D4:A8:501:Change Hypership Now! (2/2)
galaga3a:0:1685:EE:000:Stop Queen
galaga3a:0:1687:DE:500:Stop Queen (2/2)
galaga3a:0:0EA2:3F:001:Get Twin Shot Now!
galaga3a:0:0EA4:3F:501:Get Twin Shot Now! (2/4)
galaga3a:0:0EA6:3F:501:Get Twin Shot Now! (3/4)
galaga3a:0:0EA8:3F:501:Get Twin Shot Now! (4/4)
; [ Galaga 3 (set 3) ]
galaga3b:0:1104:03:000:Infinite Lives PL1
galaga3b:0:1105:03:000:Infinite Lives PL2
galaga3b:0:101A:FF:000:Invincibility
galaga3b:0:1177:01:001:Get SideWinder Shot Now!
galaga3b:0:0F16:7F:001:Change Hypership Now!
galaga3b:0:10D4:A8:501:Change Hypership Now! (2/2)
galaga3b:0:1685:EE:000:Stop Queen
galaga3b:0:1687:DE:500:Stop Queen (2/2)
galaga3b:0:0EA2:3F:001:Get Twin Shot Now!
galaga3b:0:0EA4:3F:501:Get Twin Shot Now! (2/4)
galaga3b:0:0EA6:3F:501:Get Twin Shot Now! (3/4)
galaga3b:0:0EA8:3F:501:Get Twin Shot Now! (4/4)
; [ Galaga '84 ]
galaga84:0:9820:06:000:Infinite Lives
galaga84:0:9288:28:000:Perfect challenge stage
galaga84:0:9821:04:000:Start on level 5
galaga84:0:9821:09:000:Start on level 10
;These can be modified of course for any level...
galaga84:0:9825:00:000:All challenge stages
galaga84:0:9825:01:000:No challenge stages
galaga84:0:9827:01:000:Double Ship
galaga84:0:9361:29:500:Double Ship (2/4)
galaga84:0:8B61:09:500:Double Ship (3/4)
galaga84:0:8B60:06:500:Double Ship (4/4)
galaga84:0:9368:00:000:Aliens don't shoot
galaga84:0:9369:00:500:Aliens don't shoot (2/8)
galaga84:0:936A:00:500:Aliens don't shoot (3/8)
galaga84:0:936B:00:500:Aliens don't shoot (4/8)
galaga84:0:936C:00:500:Aliens don't shoot (5/8)
galaga84:0:936D:00:500:Aliens don't shoot (6/8)
galaga84:0:936E:00:500:Aliens don't shoot (7/8)
galaga84:0:936F:00:500:Aliens don't shoot (8/8)
; [ Galaga '88 (set 1) ]
galaga88:0:4076:0A:000:Infinite Lives
galaga88:0:40D0:75:000:Invincibility
galaga88:0:4064:01:000:Always Dual Ships
galaga88:0:40A8:02:000:Always 2 'Bombs'
galaga88:0:4064:02:000:Mega Ship (fires 3 shots)
galaga88:0:40BC:40:000:Score Perfect Bonus Stages
galaga88:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Galaga (bootleg) ]
galagab2:0:9820:06:000:Infinite Lives
galagab2:0:9288:28:000:Perfect challenge stage
galagab2:0:9821:04:000:Start on level 5
galagab2:0:9821:09:000:Start on level 10
;These can be modified of course for any level...
galagab2:0:9825:00:000:All challenge stages
galagab2:0:9825:01:000:No challenge stages
galagab2:0:9827:01:000:Double Ship
galagab2:0:9361:29:500:Double Ship (2/4)
galagab2:0:8B61:09:500:Double Ship (3/4)
galagab2:0:8B60:06:500:Double Ship (4/4)
galagab2:0:9368:00:000:Aliens don't shoot
galagab2:0:9369:00:500:Aliens don't shoot (2/8)
galagab2:0:936A:00:500:Aliens don't shoot (3/8)
galagab2:0:936B:00:500:Aliens don't shoot (4/8)
galagab2:0:936C:00:500:Aliens don't shoot (5/8)
galagab2:0:936D:00:500:Aliens don't shoot (6/8)
galagab2:0:936E:00:500:Aliens don't shoot (7/8)
galagab2:0:936F:00:500:Aliens don't shoot (8/8)
; [ Galaga (fast shoot) ]
galagads:0:9820:06:000:Infinite Lives
galagads:0:9288:28:000:Perfect challenge stage
galagads:0:9821:04:000:Start on level 5
galagads:0:9821:09:000:Start on level 10
;These can be modified of course for any level...
galagads:0:9825:00:000:All challenge stages
galagads:0:9825:01:000:No challenge stages
galagads:0:9827:01:000:Double Ship
galagads:0:9361:29:500:Double Ship (2/4)
galagads:0:8B61:09:500:Double Ship (3/4)
galagads:0:8B60:06:500:Double Ship (4/4)
galagads:0:9368:00:000:Aliens don't shoot
galagads:0:9369:00:500:Aliens don't shoot (2/8)
galagads:0:936A:00:500:Aliens don't shoot (3/8)
galagads:0:936B:00:500:Aliens don't shoot (4/8)
galagads:0:936C:00:500:Aliens don't shoot (5/8)
galagads:0:936D:00:500:Aliens don't shoot (6/8)
galagads:0:936E:00:500:Aliens don't shoot (7/8)
galagads:0:936F:00:500:Aliens don't shoot (8/8)
; [ Galaga (Midway) ]
galagamw:0:9820:06:000:Infinite Lives
galagamw:0:9288:28:000:Perfect challenge stage
galagamw:0:9821:04:000:Start on level 5
galagamw:0:9821:09:000:Start on level 10
;These can be modified of course for any level...
galagamw:0:9825:00:000:All challenge stages
galagamw:0:9825:01:000:No challenge stages
galagamw:0:9827:01:000:Double Ship
galagamw:0:9361:29:500:Double Ship (2/4)
galagamw:0:8B61:09:500:Double Ship (3/4)
galagamw:0:8B60:06:500:Double Ship (4/4)
galagamw:0:9368:00:000:Aliens don't shoot
galagamw:0:9369:00:500:Aliens don't shoot (2/8)
galagamw:0:936A:00:500:Aliens don't shoot (3/8)
galagamw:0:936B:00:500:Aliens don't shoot (4/8)
galagamw:0:936C:00:500:Aliens don't shoot (5/8)
galagamw:0:936D:00:500:Aliens don't shoot (6/8)
galagamw:0:936E:00:500:Aliens don't shoot (7/8)
galagamw:0:936F:00:500:Aliens don't shoot (8/8)
; [ Space Invaders Galactica ]
galap1:0:421D:06:000:Infinite Lives
galap1:0:12D9:C9:100:Invincibility
; [ Galaxian Part 4 ]
galap4:0:421D:06:000:Infinite Lives
galap4:0:129A:C9:100:Invincibility
; [ Galaxian Part X ]
galapx:0:421D:06:000:Infinite Lives
galapx:0:12D9:C9:100:Invincibility
; [ Galaxian (Namco set 2) ]
galaxiaj:0:421D:05:000:Infinite Lives
galaxiaj:0:12D9:C9:100:Invincibility
; [ Galaxian (Namco set 1) ]
galaxian:0:421D:05:000:Infinite Lives
galaxian:0:12F2:C9:100:Invincibility
; [ Galaxy Fight - Universal Warriors ]
galaxyfg:0:101252:9B:000:Infinite Time
galaxyfg:0:105C7F:03:000:Play with Felden PL1:Use on selection screen
galaxyfg:0:105C7F:0B:000:Play with Rouwe PL1:Works for only 1 round
galaxyfg:0:10103C:FF:000:Infinite Energy PL1
galaxyfg:0:10103C:00:001:Drain all Energy Now! PL1
galaxyfg:0:101152:FF:000:Infinite Energy PL2
galaxyfg:0:101152:00:001:Drain all Energy Now! PL2
galaxyfg:0:000000:00:999:[The boss cheats must be ]
galaxyfg:0:000000:00:999:[activated at the selection ]
galaxyfg:0:000000:00:999:[screen. If activated during]
galaxyfg:0:000000:00:999:[any stage and you win that ]
galaxyfg:0:000000:00:999:[stage, the first boss cheat]
galaxyfg:0:000000:00:999:[brings you to the final ]
galaxyfg:0:000000:00:999:[boss, the final boss cheat ]
galaxyfg:0:000000:00:999:[let's you see the ending ]
galaxyfg:0:000000:00:999:[and the secret boss cheat ]
galaxyfg:0:000000:00:999:[let's you see the special ]
galaxyfg:0:000000:00:999:[ending. ]
galaxyfg:0:105C49:08:001:Fight First Boss Now!
galaxyfg:0:105C49:09:001:Fight Final Boss Now!
galaxyfg:0:105C49:0A:001:Fight Secret Boss Now!
; [ Galivan - Cosmo Police (12/16/1985) ]
galivan:0:E284:09:000:Infinite Lives PL1
galivan:0:E285:09:000:Infinite Lives PL2
galivan:0:E286:80:000:Infinite Power
galivan:0:E3B2:01:000:Infinite Weapon Time
galivan:0:0000:00:999:[See the Dip Switch Menu to ]
galivan:0:0000:00:999:[enable Invincibility. ]
galivan:0:E3A6:00:000:Always be Human
galivan:0:E3A6:05:000:Always be Galivan
galivan:0:E3A7:00:000:Always have Normal shot
galivan:0:E3A7:10:000:Always have Beam shot
galivan:0:E3A7:20:000:Always have 3-way shot
galivan:0:E3A6:00:001:Change to Human Now!
galivan:0:E3A6:05:001:Change to Galivan Now!
galivan:0:E3A7:00:001:Get Normal shot Now!
galivan:0:E3A7:10:001:Get Beam shot Now!
galivan:0:E3A7:20:001:Get 3-way shot Now!
; [ Galivan - Cosmo Police (12/11/1985) ]
galivan2:0:E284:09:000:Infinite Lives PL1
galivan2:0:E285:09:000:Infinite Lives PL2
galivan2:0:E286:80:000:Infinite Power
galivan2:0:E3B2:01:000:Infinite Weapon Time
galivan2:0:0000:00:999:[See the Dip Switch Menu to ]
galivan2:0:0000:00:999:[enable Invincibility. ]
galivan2:0:E3A6:00:000:Always be Human
galivan2:0:E3A6:05:000:Always be Galivan
galivan2:0:E3A7:00:000:Always have Normal shot
galivan2:0:E3A7:10:000:Always have Beam shot
galivan2:0:E3A7:20:000:Always have 3-way shot
galivan2:0:E3A6:00:001:Change to Human Now!
galivan2:0:E3A6:05:001:Change to Galivan Now!
galivan2:0:E3A7:00:001:Get Normal shot Now!
galivan2:0:E3A7:10:001:Get Beam shot Now!
galivan2:0:E3A7:20:001:Get 3-way shot Now!
; [ Mahjong Gal no Kaika (Japan) ]
galkaika:0:FD70:FF:000:Buggy score
galkaika:0:0000:00:999:[The winning hand cheat must]
galkaika:0:0000:00:999:[be activated when there are]
galkaika:0:0000:00:999:[14 tiles in your hand, then]
galkaika:0:0000:00:999:[press the RON key . ]
galkaika:0:0000:00:999:[('Z' by default). The tiles]
galkaika:0:0000:00:999:[do not visually change ]
galkaika:0:0000:00:999:[until you make a move. ]
galkaika:0:FC8B:31:001:Get winning hand Now!
galkaika:0:FC8C:31:501:Get winning hand Now! (02/14)
galkaika:0:FC8D:31:501:Get winning hand Now! (03/14)
galkaika:0:FC8E:32:501:Get winning hand Now! (04/14)
galkaika:0:FC8F:32:501:Get winning hand Now! (05/14)
galkaika:0:FC90:32:501:Get winning hand Now! (06/14)
galkaika:0:FC91:33:501:Get winning hand Now! (07/14)
galkaika:0:FC92:33:501:Get winning hand Now! (08/14)
galkaika:0:FC93:33:501:Get winning hand Now! (09/14)
galkaika:0:FC94:34:501:Get winning hand Now! (10/14)
galkaika:0:FC95:34:501:Get winning hand Now! (11/14)
galkaika:0:FC96:34:501:Get winning hand Now! (12/14)
galkaika:0:FC97:35:501:Get winning hand Now! (13/14)
galkaika:0:FC98:35:501:Get winning hand Now! (14/14)
galkaika:0:FC8B:31:000:Always winning hand
galkaika:0:FC8C:31:500:Always winning hand (02/14)
galkaika:0:FC8D:31:500:Always winning hand (03/14)
galkaika:0:FC8E:32:500:Always winning hand (04/14)
galkaika:0:FC8F:32:500:Always winning hand (05/14)
galkaika:0:FC90:32:500:Always winning hand (06/14)
galkaika:0:FC91:33:500:Always winning hand (07/14)
galkaika:0:FC92:33:500:Always winning hand (08/14)
galkaika:0:FC93:33:500:Always winning hand (09/14)
galkaika:0:FC94:34:500:Always winning hand (10/14)
galkaika:0:FC95:34:500:Always winning hand (11/14)
galkaika:0:FC96:34:500:Always winning hand (12/14)
galkaika:0:FC97:35:500:Always winning hand (13/14)
galkaika:0:FC98:35:500:Always winning hand (14/14)
; [ Mahjong Gal no Kokuhaku (Japan) ]
galkoku:0:FD70:FF:000:Buggy score
galkoku:0:0000:00:999:[The winning hand cheat must]
galkoku:0:0000:00:999:[be activated when there are]
galkoku:0:0000:00:999:[14 tiles in your hand, then]
galkoku:0:0000:00:999:[press the RON key . ]
galkoku:0:0000:00:999:[('Z' by default). The tiles]
galkoku:0:0000:00:999:[do not visually change ]
galkoku:0:0000:00:999:[until you make a move. ]
galkoku:0:FC8B:31:001:Get winning hand Now!
galkoku:0:FC8C:31:501:Get winning hand Now! (02/14)
galkoku:0:FC8D:31:501:Get winning hand Now! (03/14)
galkoku:0:FC8E:32:501:Get winning hand Now! (04/14)
galkoku:0:FC8F:32:501:Get winning hand Now! (05/14)
galkoku:0:FC90:32:501:Get winning hand Now! (06/14)
galkoku:0:FC91:33:501:Get winning hand Now! (07/14)
galkoku:0:FC92:33:501:Get winning hand Now! (08/14)
galkoku:0:FC93:33:501:Get winning hand Now! (09/14)
galkoku:0:FC94:34:501:Get winning hand Now! (10/14)
galkoku:0:FC95:34:501:Get winning hand Now! (11/14)
galkoku:0:FC96:34:501:Get winning hand Now! (12/14)
galkoku:0:FC97:35:501:Get winning hand Now! (13/14)
galkoku:0:FC98:35:501:Get winning hand Now! (14/14)
galkoku:0:FC8B:31:000:Always winning hand
galkoku:0:FC8C:31:500:Always winning hand (02/14)
galkoku:0:FC8D:31:500:Always winning hand (03/14)
galkoku:0:FC8E:32:500:Always winning hand (04/14)
galkoku:0:FC8F:32:500:Always winning hand (05/14)
galkoku:0:FC90:32:500:Always winning hand (06/14)
galkoku:0:FC91:33:500:Always winning hand (07/14)
galkoku:0:FC92:33:500:Always winning hand (08/14)
galkoku:0:FC93:33:500:Always winning hand (09/14)
galkoku:0:FC94:34:500:Always winning hand (10/14)
galkoku:0:FC95:34:500:Always winning hand (11/14)
galkoku:0:FC96:34:500:Always winning hand (12/14)
galkoku:0:FC97:35:500:Always winning hand (13/14)
galkoku:0:FC98:35:500:Always winning hand (14/14)
; [ Gallag ]
gallag:0:9820:06:000:Infinite Lives
gallag:0:9288:28:000:Perfect challenge stage
gallag:0:9821:04:000:Start on level 5
gallag:0:9821:09:000:Start on level 10
;These can be modified of course for any level...
gallag:0:9825:00:000:All challenge stages
gallag:0:9825:01:000:No challenge stages
gallag:0:9827:01:000:Double Ship
gallag:0:9361:29:500:Double Ship (2/4)
gallag:0:8B61:09:500:Double Ship (3/4)
gallag:0:8B60:06:500:Double Ship (4/4)
gallag:0:9368:00:000:Aliens don't shoot
gallag:0:9369:00:500:Aliens don't shoot (2/8)
gallag:0:936A:00:500:Aliens don't shoot (3/8)
gallag:0:936B:00:500:Aliens don't shoot (4/8)
gallag:0:936C:00:500:Aliens don't shoot (5/8)
gallag:0:936D:00:500:Aliens don't shoot (6/8)
gallag:0:936E:00:500:Aliens don't shoot (7/8)
gallag:0:936F:00:500:Aliens don't shoot (8/8)
; [ Gallop - Armed police Unit (Japan) ]
gallop:0:A0548:07:000:Infinite Lives PL1:May only work in 1 Plyr game
gallop:0:A3D7D:68:000:Laser never overheats
; [ Galmedes (Japan) ]
galmedes:0:100971:09:000:Infinite Credits
galmedes:0:101CAD:03:000:Infinite Lives PL1
galmedes:0:101CB7:05:000:Always Maximum Speed PL1
galmedes:0:100BF9:06:000:Always Max. Laser Power PL1
galmedes:0:100BFB:06:000:Always Max. Wide Power PL1
galmedes:0:100BFD:06:000:Always Max. Torrid Power PL1
galmedes:0:101CB3:95:000:Invincibility "ON" PL1:To be used when you blink
galmedes:0:101CB3:01:001:Invincibility "OFF" PL1
galmedes:0:101CE1:03:000:Infinite Lives PL2
galmedes:0:100C07:06:000:Always Max. Laser Power PL2
galmedes:0:100C09:06:000:Always Max. Wide Power PL2
galmedes:0:100C0B:06:000:Always Max. Torrid Power PL2
galmedes:0:101CE7:95:000:Invincibility "ON" PL2:To be used when you blink
galmedes:0:101CE7:01:001:Invincibility "OFF" PL2
; [ Galaxian (Midway) ]
galmidw:0:421D:06:000:Infinite Lives
galmidw:0:12F2:C9:100:Invincibility
; [ Gals Panic ]
galpanic:0:53D064:09:000:Infinite Credits
galpanic:0:53E78D:14:000:Infinite Energy
galpanic:0:53E793:1C:500:Infinite Energy (2/2)
galpanic:0:53E7E7:3B:000:Infinite Time
galpanic:0:53E7D4:06:000:Infinite Lives PL1
galpanic:0:53E7D5:06:000:Infinite Lives PL2
galpanic:0:53C0CD:64:001:End round with 100% Now!
galpanic:0:53C0CF:00:501:End round with 100% Now!(2/2)
galpanic:0:000000:00:999:[Use these when the ]
galpanic:0:000000:00:999:[silhouette is displayed. ]
galpanic:0:53E7DD:02:001:Last sub-level (naked girl)
galpanic:0:53D535:01:000:Challenge stage (special)
; [ Gals Pinball ]
galspnbl:0:700039:09:000:Infinite Credits
galspnbl:0:701014:00:000:Infinite Balls
; [ Galaxian Turbo ]
galturbo:0:421D:06:000:Infinite Lives
galturbo:0:12D9:C9:100:Invincibility
; [ Galaxy Wars (Universal set 2) ]
galxwar2:0:2061:05:000:Infinite Lives
; [ Galaxy Wars (Universal set 1) ]
galxwars:0:2061:05:000:Infinite Lives
; [ Galaxy Wars (Taito?) ]
galxwart:0:2061:05:000:Infinite Lives
; [ Gang Wars (bootleg) ]
gangwarb:0:043062:59:000:Infinite Time
gangwarb:0:043408:03:000:Infinite Lives PL1
gangwarb:0:04062A:FA:000:Infinite Energy PL1
gangwarb:0:043430:02:000:Infinite Upgrade Points PL1
gangwarb:0:04063E:1E:000:Invincibility PL1
gangwarb:0:04063B:01:520:Invincibility PL1 (2/2)
gangwarb:0:043409:03:000:Infinite Lives PL2
gangwarb:0:04066A:FA:000:Infinite Energy PL2
gangwarb:0:043431:02:000:Infinite Upgrade Points PL2
gangwarb:0:04067E:1E:000:Invincibility PL2
gangwarb:0:04067B:01:520:Invincibility PL2 (2/2)
; [ Gang Wars (US) ]
gangwars:0:043062:59:000:Infinite Time
gangwars:0:043408:03:000:Infinite Lives PL1
gangwars:0:04062A:FA:000:Infinite Energy PL1
gangwars:0:043430:02:000:Infinite Upgrade Points PL1
gangwars:0:04063E:1E:000:Invincibility PL1
gangwars:0:04063B:01:520:Invincibility PL1 (2/2)
gangwars:0:043409:03:000:Infinite Lives PL2
gangwars:0:04066A:FA:000:Infinite Energy PL2
gangwars:0:043431:02:000:Infinite Upgrade Points PL2
gangwars:0:04067E:1E:000:Invincibility PL2
gangwars:0:04067B:01:520:Invincibility PL2 (2/2)
; [ Gaplus (set 1) ]
gaplus:0:1104:03:000:Infinite Lives PL1
gaplus:0:1105:03:000:Infinite Lives PL2
gaplus:0:101A:FF:000:Invincibility
gaplus:0:1177:01:001:Get SideWinder Shot Now!
gaplus:0:0F16:7F:001:Change Hypership Now!
gaplus:0:10D4:A8:501:Change Hypership Now! (2/2)
gaplus:0:1685:EE:000:Stop Queen
gaplus:0:1687:DE:500:Stop Queen (2/2)
gaplus:0:0EA2:3F:001:Get Twin Shot Now!
gaplus:0:0EA4:3F:501:Get Twin Shot Now! (2/4)
gaplus:0:0EA6:3F:501:Get Twin Shot Now! (3/4)
gaplus:0:0EA8:3F:501:Get Twin Shot Now! (4/4)
; [ Gaplus (set 2) ]
gaplusa:0:1104:03:000:Infinite Lives PL1
gaplusa:0:1105:03:000:Infinite Lives PL2
gaplusa:0:101A:FF:000:Invincibility
gaplusa:0:1177:01:001:Get SideWinder Shot Now!
gaplusa:0:0F16:7F:001:Get Hypership Now!
gaplusa:0:10D4:A8:501:Get Hypership Now! (2/2)
gaplusa:0:1685:EE:000:Stop Queen
gaplusa:0:1687:DE:500:Stop Queen (2/2)
gaplusa:0:0EA2:3F:001:Get Twin Shot Now!
gaplusa:0:0EA4:3F:501:Get Twin Shot Now! (2/4)
gaplusa:0:0EA6:3F:501:Get Twin Shot Now! (3/4)
gaplusa:0:0EA8:3F:501:Get Twin Shot Now! (4/4)
; [ Garou - Mark of the Wolves (prototype) ]
garoup:0:107490:99:000:Infinite Time
garoup:0:107490:00:001:Finish Round Now!
garoup:0:10E008:09:000:Infinite Credits PL1:Home version
garoup:0:10048E:78:000:Infinite Energy PL1
garoup:0:1004BE:80:000:Infinite Power PL1
garoup:0:10048E:00:001:Drain All Energy Now! PL1
garoup:0:1004BE:00:001:Drain All Power Now! PL1
garoup:0:10E009:09:000:Infinite Credits PL2:Home version
garoup:0:10058E:78:000:Infinite Energy PL2
garoup:0:1005BE:80:000:Infinite Power PL2
garoup:0:10058E:00:001:Drain All Energy Now! PL2
garoup:0:1005BE:00:001:Drain All Power Now! PL2
; [ Garuka (Japan) ]
garuka:0:4103:60:000:Infinite Time
garuka:0:410C:09:000:Infinite Lives PL1
garuka:0:410E:09:000:Infinite Rockets PL1
garuka:0:416B:09:000:Infinite Flame thrower PL1:Used instead of rifle
garuka:0:410D:09:000:Infinite Normal Grenades PL1
garuka:0:417C:09:000:Infinite Fast Grenades PL1
garuka:0:417B:09:000:Infinite Napalm Grenades PL1
garuka:0:4480:82:000:Invincibility PL1
garuka:0:4116:09:000:Infinite Lives PL2
garuka:0:4118:09:000:Infinite Rockets PL2
garuka:0:416C:09:000:Infinite Flame Thrower PL2:Used instead of rifle
garuka:0:4117:09:000:Infinite Normal Grenades PL2
garuka:0:417E:09:000:Infinite Fast Grenades PL2
garuka:0:417D:09:000:Infinite Napalm Grenades PL2
garuka:0:45C0:82:000:Invincibility PL2
garuka:0:4011:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Garyo Retsuden (Japan) ]
garyoret:0:0027:08:000:Infinite Lives PL1
garyoret:0:0019:03:000:Infinite Energy PL1
garyoret:0:0020:05:000:Infinite Orbs PL1
garyoret:0:0067:08:000:Infinite Lives PL2
garyoret:0:0059:03:000:Infinite Energy PL2
garyoret:0:0060:05:000:Infinite Orbs PL2
; [ Gate of Doom (US revision 1) ]
gatedom1:0:100B3B:00:001:Kill Dragon Now!!
gatedom1:0:100036:07:000:Infinite Lives PL1
gatedom1:0:100037:0C:000:Infinite Energy PL1
gatedom1:0:10003E:80:001:Fill Magic Bar to Top PL1
gatedom1:0:10003E:80:000:Stop Magic Bar decreasing PL1
gatedom1:0:10004B:C0:000:Invincibility PL1:To be used when you blink
gatedom1:0:100086:0A:000:Infinite Gloves PL1
gatedom1:0:100038:10:520:Infinite Gloves PL1 (2/3)
gatedom1:0:100017:40:501:Infinite Gloves PL1 (3/3)
gatedom1:0:100084:0A:000:Infinite Boots PL1
gatedom1:0:100038:20:520:Infinite Boots PL1 (2/3)
gatedom1:0:100048:02:501:Infinite Boots PL1 (3/3)
gatedom1:0:1000B6:07:000:Infinite Lives PL2
gatedom1:0:1000B7:0A:000:Infinite Energy PL2
gatedom1:0:1000BE:80:001:Fill Magic Bar to Top PL2
gatedom1:0:1000BE:80:000:Stop Magic Bar decreasing PL2
gatedom1:0:1000CB:C0:000:Invincibility PL2:To be used when you blink
gatedom1:0:100106:0A:000:Infinite Gloves PL2
gatedom1:0:1000B8:10:520:Infinite Gloves PL2 (2/3)
gatedom1:0:100097:40:501:Infinite Gloves PL2 (3/3)
gatedom1:0:100104:0A:000:Infinite Boots PL2
gatedom1:0:1000B8:20:520:Infinite Boots PL2 (2/3)
gatedom1:0:1000C8:02:501:Infinite Boots PL2 (3/3)
; [ Gate of Doom (US revision 4) ]
gatedoom:0:100B3B:00:001:Kill Dragon Now!!
gatedoom:0:100036:07:000:Infinite Lives PL1
gatedoom:0:100037:0C:000:Infinite Energy PL1
gatedoom:0:10003E:80:001:Fill Magic Bar to Top PL1
gatedoom:0:10003E:80:000:Stop Magic Bar decreasing PL1
gatedoom:0:10004B:C0:000:Invincibility PL1:To be used when you blink
gatedoom:0:100086:0A:000:Infinite Gloves PL1
gatedoom:0:100038:10:520:Infinite Gloves PL1 (2/3)
gatedoom:0:100017:40:501:Infinite Gloves PL1 (3/3)
gatedoom:0:100084:0A:000:Infinite Boots PL1
gatedoom:0:100038:20:520:Infinite Boots PL1 (2/3)
gatedoom:0:100048:02:501:Infinite Boots PL1 (3/3)
gatedoom:0:1000B6:07:000:Infinite Lives PL2
gatedoom:0:1000B7:0A:000:Infinite Energy PL2
gatedoom:0:1000BE:80:001:Fill Magic Bar to Top PL2
gatedoom:0:1000BE:80:000:Stop Magic Bar decreasing PL2
gatedoom:0:1000CB:C0:000:Invincibility PL2:To be used when you blink
gatedoom:0:100106:0A:000:Infinite Gloves PL2
gatedoom:0:1000B8:10:520:Infinite Gloves PL2 (2/3)
gatedoom:0:100097:40:501:Infinite Gloves PL2 (3/3)
gatedoom:0:100104:0A:000:Infinite Boots PL2
gatedoom:0:1000B8:20:520:Infinite Boots PL2 (2/3)
gatedoom:0:1000C8:02:501:Infinite Boots PL2 (3/3)
; [ Gauntlet II ]
gaunt2:0:90490C:04:001:Open all doors Now!
gaunt2:0:90490D:9F:501:Open all doors Now! (2/2)
gaunt2:0:9048C6:51:001:Turn walls to exits Now!
gaunt2:0:9048C7:F7:501:Turn walls to exits Now!
gaunt2:0:904980:27:000:Infinite Health-Red
gaunt2:0:904983:10:500:Infinite Health-Red (2/2)
gaunt2:0:90405A:03:000:Infinite Keys (Red)
gaunt2:0:904055:03:000:Infinite Potions (Red)
gaunt2:0:9048E0:01:020:Always Invisible (Red)
gaunt2:0:9048E0:02:020:Always Repulsive (Red)
gaunt2:0:9048E0:04:020:Reflective Shots (Red)
gaunt2:0:9048E0:08:020:Transportability (Red)
gaunt2:0:9048E0:10:020:Supershots (Red)
gaunt2:0:905F68:0A:500:Supershots (Red) (2/2)
gaunt2:0:9048E0:20:020:Always Invulnerable (Red)
gaunt2:0:9048E1:01:021:Get Enhanced Speed (Red)
gaunt2:0:9048E1:02:021:Get Enhanced Armor (Red)
gaunt2:0:9048E1:04:021:Get More Fight Power (Red)
gaunt2:0:9048E1:08:021:Get Faster Shot (Red)
gaunt2:0:9048E1:10:021:Get More Shot Power (Red)
gaunt2:0:9048E1:20:021:Get Enhanced Magic (Red)
gaunt2:0:904984:27:000:Infinite Health-Blue
gaunt2:0:904987:10:500:Infinite Health-Blue (2/2)
gaunt2:0:90405B:03:000:Infinite Keys (Blue)
gaunt2:0:904056:03:000:Infinite Potions (Blue)
gaunt2:0:9048E2:01:020:Always Invisible (Blue)
gaunt2:0:9048E2:02:020:Always Repulsive (Blue)
gaunt2:0:9048E2:04:020:Reflective Shots (Blue)
gaunt2:0:9048E2:08:020:Transportability (Blue)
gaunt2:0:9048E2:10:020:Supershots (Blue)
gaunt2:0:905F69:0A:500:Supershots (Blue) (2/2)
gaunt2:0:9048E2:20:020:Always Invulnerable (Blue)
gaunt2:0:9048E3:01:021:Get Enhanced Speed (Blue)
gaunt2:0:9048E3:02:021:Get Enhanced Armor (Blue)
gaunt2:0:9048E3:04:021:Get More Fight Power (Blue)
gaunt2:0:9048E3:08:021:Get Faster Shot (Blue)
gaunt2:0:9048E3:10:021:Get More Shot Power (Blue)
gaunt2:0:9048E3:20:021:Get Enhanced Magic (Blue)
gaunt2:0:904988:27:000:Infinite Health-Yellow
gaunt2:0:90498B:10:500:Infinite Health-Yellow (2/2)
gaunt2:0:90405C:03:000:Infinite Keys (Yellow)
gaunt2:0:904057:03:000:Infinite Potions (Yellow)
gaunt2:0:9048E4:01:020:Always Invisible (Yellow)
gaunt2:0:9048E4:02:020:Always Repulsive (Yellow)
gaunt2:0:9048E4:04:020:Reflective Shots (Yellow)
gaunt2:0:9048E4:08:020:Transportability (Yellow)
gaunt2:0:9048E4:10:020:Supershots (Yellow)
gaunt2:0:905F6A:0A:500:Supershots (Yellow) (2/2)
gaunt2:0:9048E4:20:020:Always Invulnerable (Yellow)
gaunt2:0:9048E5:01:021:Get Enhanced Speed (Yellow)
gaunt2:0:9048E5:02:021:Get Enhanced Armor (Yellow)
gaunt2:0:9048E5:04:021:Get More Fight Power (Yellow)
gaunt2:0:9048E5:08:021:Get Faster Shot (Yellow)
gaunt2:0:9048E5:10:021:Get More Shot Power (Yellow)
gaunt2:0:9048E5:20:021:Get Enhanced Magic (Yellow)
gaunt2:0:90498C:27:000:Infinite Health-Green
gaunt2:0:90498F:10:500:Infinite Health-Green (2/2)
gaunt2:0:90405D:03:000:Infinite Keys (Green)
gaunt2:0:904058:03:000:Infinite Potions (Green)
gaunt2:0:9048E6:01:020:Always Invisible (Green)
gaunt2:0:9048E6:02:020:Always Repulsive (Green)
gaunt2:0:9048E6:04:020:Reflective Shots (Green)
gaunt2:0:9048E6:08:020:Transportability (Green)
gaunt2:0:9048E6:10:020:Supershots (Green)
gaunt2:0:905F6B:0A:500:Supershots (Green) (2/2)
gaunt2:0:9048E6:20:020:Always Invulnerable (Green)
gaunt2:0:9048E7:01:021:Get Enhanced Speed (Green)
gaunt2:0:9048E7:02:021:Get Enhanced Armor (Green)
gaunt2:0:9048E7:04:021:Get More Fight Power (Green)
gaunt2:0:9048E7:08:021:Get Faster Shot (Green)
gaunt2:0:9048E7:10:021:Get More Shot Power (Green)
gaunt2:0:9048E7:20:021:Get Enhanced Magic (Green)
; [ Gauntlet (2 Players) ]
gaunt2p:0:904001:99:070:Select Next Level
gaunt2p:0:904B1C:0A:001:Open all doors Now!
gaunt2p:0:904B1D:7B:501:Open all doors Now! (2/2)
gaunt2p:0:904B28:2E:001:Turn walls to exits Now!
gaunt2p:0:904B29:CF:501:Turn walls to exits Now!(2/2)
gaunt2p:0:904007:35:000:Freeze All Enemies
gaunt2p:0:9048DC:27:000:Infinite Health Warrior
gaunt2p:0:9048DF:10:500:Infinite Health Warrior (2/2)
gaunt2p:0:904AFF:00:001:No Pwr Warrior
gaunt2p:0:904AFF:01:021:Partial Invis Warrior
gaunt2p:0:904AFF:02:021:Extra Fight Pwr Warrior
gaunt2p:0:904AFF:04:021:Extra Magic Pwr Warrior
gaunt2p:0:904AFF:08:021:Extra Shot Speed Warrior
gaunt2p:0:904AFF:16:021:Sun Warrior
gaunt2p:0:904AFF:32:021:Get Shield Warrior
gaunt2p:0:904AFF:64:021:Extra Speed Warrior
gaunt2p:0:904AFF:7E:001:Max Pwr Warrior
gaunt2p:0:9048F0:06:000:Infinite Keys Warrior
gaunt2p:0:9048F0:00:000:Never Have Keys Warrior
gaunt2p:0:9048EC:06:000:Infinite Potions Warrior
gaunt2p:0:9048E0:27:000:Infinite Health Valkyrie
gaunt2p:0:9048E3:10:500:Infinite Health Valkyrie(2/2)
gaunt2p:0:904B01:00:001:No Pwr Valkyrie
gaunt2p:0:904B01:01:021:Partial Invis Valkyrie
gaunt2p:0:904B01:02:021:Extra Fight Pwr Valkyrie
gaunt2p:0:904B01:04:021:Extra Magic Pwr Valkyrie
gaunt2p:0:904B01:08:021:Extra Shot Speed Valkyrie
gaunt2p:0:904B01:16:021:Sun Valkyrie
gaunt2p:0:904B01:32:021:Get Shield Valkyrie
gaunt2p:0:904B01:64:021:Extra Speed Valkyrie
gaunt2p:0:904B01:7E:001:Max Pwr Valkyrie
gaunt2p:0:9048F1:06:000:Infinite Keys Valkyrie
gaunt2p:0:9048F1:00:000:Never Have Keys Valkyrie
gaunt2p:0:9048ED:06:000:Infinite Potions Valkyrie
gaunt2p:0:9048E4:27:000:Infinite Health Wizard
gaunt2p:0:9048E7:10:500:Infinite Health Wizard (2/2)
gaunt2p:0:904B03:00:001:No Pwr Wizard
gaunt2p:0:904B03:01:021:Partial Invis Wizard
gaunt2p:0:904B03:02:021:Extra Fight Pwr Wizard
gaunt2p:0:904B03:04:021:Extra Magic Pwr Wizard
gaunt2p:0:904B03:08:021:Extra Shot SPeed Wizard
gaunt2p:0:904B03:16:021:Sun Wizard
gaunt2p:0:904B03:32:021:Get Shield Wizard
gaunt2p:0:904B03:64:021:Extra Speed Wizard
gaunt2p:0:904B03:7E:001:Max Pwr Wizard
gaunt2p:0:9048F2:06:000:Infinite Keys Wizard
gaunt2p:0:9048F2:00:000:Never Have Keys Wizard
gaunt2p:0:9048EE:06:000:Infinite Potions Wizard
gaunt2p:0:9048E8:27:000:Infinite Health Elf
gaunt2p:0:9048EB:10:500:Infinite Health Elf (2/2)
gaunt2p:0:904B05:00:001:No Pwr Elf
gaunt2p:0:904B05:01:021:Partial Invis Elf
gaunt2p:0:904B05:02:021:Extra Fight Pwr Elf
gaunt2p:0:904B05:04:021:Extra Magic Pwr Elf
gaunt2p:0:904B05:08:021:Extra Shot Speed Elf
gaunt2p:0:904B05:16:021:Sun Elf
gaunt2p:0:904B05:32:021:Get Shield Elf
gaunt2p:0:904B05:64:021:Extra Speed Elf
gaunt2p:0:904B05:7E:001:Max Pwr Elf
gaunt2p:0:9048F3:06:000:Infinite Keys Elf
gaunt2p:0:9048F3:00:000:Never Have Keys Elf
gaunt2p:0:9048EF:06:000:Infinite Potions Elf
; [ Gauntlet (Intermediate Release 1) ]
gauntir1:0:904B14:0A:001:Open all doors Now!
gauntir1:0:904B15:7B:501:Open all doors Now! (2/2)
gauntir1:0:9048D4:27:000:Infinite Health-Warrior
gauntir1:0:9048D7:10:500:Infinite Health-Warrior (2/2)
gauntir1:0:9048E8:06:000:Infinite Keys (Warrior)
gauntir1:0:9048E8:00:000:Never Have Keys (Warrior)
gauntir1:0:9048E4:06:000:Infinite Potions (Warrior)
gauntir1:0:9048D8:27:000:Infinite Health-Valkyrie
gauntir1:0:9048DB:10:500:Infinite Health-Valkyrie(2/2)
gauntir1:0:9048E9:06:000:Infinite Keys (Valkyrie)
gauntir1:0:9048E9:00:000:Never Have Keys (Valkyrie)
gauntir1:0:9048E5:06:000:Infinite Potions (Valkyrie)
gauntir1:0:9048DC:27:000:Infinite Health-Wizard
gauntir1:0:9048DF:10:500:Infinite Health-Wizard (2/2)
gauntir1:0:9048EA:06:000:Infinite Keys (Wizard)
gauntir1:0:9048EA:00:000:Never Have Keys (Wizard)
gauntir1:0:9048E6:06:000:Infinite Potions (Wizard)
gauntir1:0:9048E0:27:000:Infinite Health-Elf
gauntir1:0:9048E3:10:500:Infinite Health-Elf (2/2)
gauntir1:0:9048EB:06:000:Infinite Keys (Elf)
gauntir1:0:9048EB:00:000:Never Have Keys (Elf)
gauntir1:0:9048E7:06:000:Infinite Potions (Elf)
; [ Gauntlet (Intermediate Release 2) ]
gauntir2:0:904B14:0A:001:Open all doors Now!
gauntir2:0:904B15:7B:501:Open all doors Now! (2/2)
gauntir2:0:904B20:2E:001:Turn walls to exits Now!
gauntir2:0:904B21:CF:501:Turn walls to exits Now!(2/2)
gauntir2:0:9048D4:27:000:Infinite Health-Warrior
gauntir2:0:9048D7:10:500:Infinite Health-Warrior (2/2)
gauntir2:0:9048E8:06:000:Infinite Keys (Warrior)
gauntir2:0:9048E8:00:000:Never Have Keys (Warrior)
gauntir2:0:9048E4:06:000:Infinite Potions (Warrior)
gauntir2:0:9048D8:27:000:Infinite Health-Valkyrie
gauntir2:0:9048DB:10:500:Infinite Health-Valkyrie(2/2)
gauntir2:0:9048E9:06:000:Infinite Keys (Valkyrie)
gauntir2:0:9048E9:00:000:Never Have Keys (Valkyrie)
gauntir2:0:9048E5:06:000:Infinite Potions (Valkyrie)
gauntir2:0:9048DC:27:000:Infinite Health-Wizard
gauntir2:0:9048DF:10:500:Infinite Health-Wizard (2/2)
gauntir2:0:9048EA:06:000:Infinite Keys (Wizard)
gauntir2:0:9048EA:00:000:Never Have Keys (Wizard)
gauntir2:0:9048E6:06:000:Infinite Potions (Wizard)
gauntir2:0:9048E0:27:000:Infinite Health-Elf
gauntir2:0:9048E3:10:500:Infinite Health-Elf (2/2)
gauntir2:0:9048EB:06:000:Infinite Keys (Elf)
gauntir2:0:9048EB:00:000:Never Have Keys (Elf)
gauntir2:0:9048E7:06:000:Infinite Potions (Elf)
; [ Gauntlet ]
gauntlet:0:904001:99:070:Select Next Level
gauntlet:0:90484C:04:000:Infinite Time Bonus Levels
gauntlet:0:904B16:0A:001:Open all doors Now!
gauntlet:0:904B17:7B:501:Open all doors Now! (2/2)
gauntlet:0:904B22:2E:001:Turn walls to exits Now!
gauntlet:0:904B23:CF:501:Turn walls to exits Now!(2/2)
gauntlet:0:904007:35:000:Freeze All Enemies
gauntlet:0:9048D6:27:000:Infinite Health Warrior
gauntlet:0:9048D9:10:500:Infinite Health Warrior (2/2)
gauntlet:0:904AF9:00:000:No Pwr Up Warrior
gauntlet:0:904AF9:01:021:Partial Invis Warrior
gauntlet:0:904AF9:02:021:Extra Shot Pwr Warrior
gauntlet:0:904AF9:04:021:Extra Magic Pwr Warrior
gauntlet:0:904AF9:08:021:Extra Shot Speed Warrior
gauntlet:0:904AF9:16:021:Sun Warrior
gauntlet:0:904AF9:32:021:Extra Shield Warrior
gauntlet:0:904AF9:64:021:Extra Speed Warrior
gauntlet:0:904AF9:7E:000:Max Power Warrior
gauntlet:0:9048EA:05:000:Infinite Keys Warrior
gauntlet:0:9048EA:00:000:Never Have Keys Warrior
gauntlet:0:9048E6:06:000:Infinite Potions Warrior
gauntlet:0:9048DA:27:000:Infinite Health Valkyrie
gauntlet:0:9048DD:10:500:Infinite Health Valkyrie(2/2)
gauntlet:0:904AFB:00:000:No Pwr Up Valkyrie
gauntlet:0:904AFB:01:021:Partial Invis Valkyrie
gauntlet:0:904AFB:02:021:Extra Shot Pwr Valkyrie
gauntlet:0:904AFB:04:021:Extra Magic Pwr Valkyrie
gauntlet:0:904AFB:08:021:Extra Shot Speed Valkyrie
gauntlet:0:904AFB:16:021:Sun Valkyrie
gauntlet:0:904AFB:32:021:Extra Shield Valkyrie
gauntlet:0:904AFB:64:021:Extra Speed Valkyrie
gauntlet:0:904AFB:7E:000:Max Power Valkyrie
gauntlet:0:9048EB:05:000:Infinite Keys Valkyrie
gauntlet:0:9048EB:00:000:Never Have Keys Valkyrie
gauntlet:0:9048E7:06:000:Infinite Potions Valkyrie
gauntlet:0:9048DE:27:000:Infinite Health Wizard
gauntlet:0:9048E1:10:500:Infinite Health Wizard (2/2)
gauntlet:0:904AFD:00:000:No Pwr Up Wizard
gauntlet:0:904AFD:01:021:Partial Invis Wizard
gauntlet:0:904AFD:02:021:Extra Shot Pwr Wizard
gauntlet:0:904AFD:04:021:Extra Magic Pwr Wizard
gauntlet:0:904AFD:08:021:Extra Shot Speed Wizard
gauntlet:0:904AFD:16:021:Sun Wizard
gauntlet:0:904AFD:32:021:Extra Shield Wizard
gauntlet:0:904AFD:64:021:Extra Speed Wizard
gauntlet:0:904AFD:7E:000:Max Power Wizard
gauntlet:0:9048EC:05:000:Infinite Keys Wizard
gauntlet:0:9048EC:00:000:Never Have Keys Wizard
gauntlet:0:9048E8:06:000:Infinite Potions Wizard
gauntlet:0:9048E2:27:000:Infinite Health Elf
gauntlet:0:9048E5:10:500:Infinite Health Elf (2/2)
gauntlet:0:904AFF:00:000:No Pwr Up Elf
gauntlet:0:904AFF:01:021:Partial Invis Elf
gauntlet:0:904AFF:02:021:Extra Shot Pwr Elf
gauntlet:0:904AFF:04:021:Extra Magic Pwr Elf
gauntlet:0:904AFF:08:021:Extra Shot Speed Elf
gauntlet:0:904AFF:16:021:Sun Elf
gauntlet:0:904AFF:32:021:Extra Shield Elf
gauntlet:0:904AFF:64:021:Extra Speed Elf
gauntlet:0:904AFF:7E:000:Max Power Elf
gauntlet:0:9048ED:05:000:Infinite Keys Elf
gauntlet:0:9048ED:00:000:Never Have Keys Elf
gauntlet:0:9048E9:06:000:Infinite Potions Elf
; [ Green Beret ]
gberet:0:DBB0:05:000:Infinite Lives
gberet:0:D229:05:000:Infinite Ammo
gberet:0:4883:C9:100:Invincibility
gberet:0:494C:C9:600:Invincibility (2/2)
gberet:0:D201:03:000:Always have bazooka
gberet:0:D201:06:000:Always have flamethrower
gberet:0:D201:04:000:Always have grenades
gberet:0:D201:00:001:Lose all weapons Now!
gberet:0:D201:03:001:Get bazooka Now!
gberet:0:D201:06:001:Get flamethrower Now!
gberet:0:D201:04:001:Get grenades Now!
gberet:0:0000:00:999:[The Select current level cheat can ]
gberet:0:0000:00:999:[be used (with game paused) on the ]
gberet:0:0000:00:999:["Rescue the Captives" screen to ]
gberet:0:0000:00:999:[select the starting level. ]
gberet:0:DBB1:03:071:Select current level
gberet:0:DBB1:03:061:Select next level
; [ Green Beret (bootleg) ]
gberetb:0:DBB0:05:000:Infinite Lives
gberetb:0:D229:05:000:Infinite Ammo
gberetb:0:4883:C9:100:Invincibility
gberetb:0:494C:C9:600:Invincibility (2/2)
gberetb:0:D201:03:000:Always have bazooka
gberetb:0:D201:06:000:Always have flamethrower
gberetb:0:D201:04:000:Always have grenades
gberetb:0:D201:00:001:Lose all weapons Now!
gberetb:0:D201:03:001:Get bazooka Now!
gberetb:0:D201:06:001:Get flamethrower Now!
gberetb:0:D201:04:001:Get grenades Now!
gberetb:0:0000:00:999:[The Select current level cheat can ]
gberetb:0:0000:00:999:[be used (with game paused) on the ]
gberetb:0:0000:00:999:["Rescue the Captives" screen to ]
gberetb:0:0000:00:999:[select the starting level. ]
gberetb:0:DBB1:03:071:Select current level
gberetb:0:DBB1:03:061:Select next level
; [ Global Champion (US) ]
gblchmp:0:409733:09:000:Infinite Time
gblchmp:0:409737:09:500:Infinite Time (2/2)
gblchmp:0:409733:00:001:Finish this Round Now!
gblchmp:0:409737:01:501:Finish this Round Now! (2/2)
gblchmp:0:41322D:63:000:Infinite Energy PL1
gblchmp:0:41322D:00:001:Drain All Energy Now! PL1
gblchmp:0:000000:00:999:[Free player selection - Use on character ]
gblchmp:0:000000:00:999:[selection or Winner/Loser screen. ]
gblchmp:0:40B321:00:001:Play as Kazuya Now! PL1
gblchmp:0:41454D:00:501:Play as Kazuya Now! PL1 (2/2)
gblchmp:0:40B321:01:001:Play as Barts Now! PL1
gblchmp:0:41454D:01:501:Play as Barts Now! PL1 (2/2)
gblchmp:0:40B321:02:001:Play as Gekkou Now! PL1
gblchmp:0:41454D:02:501:Play as Gekkou Now! PL1 (2/2)
gblchmp:0:40B321:03:001:Play as Wulong Now! PL1
gblchmp:0:41454D:03:501:Play as Wulong Now! PL1 (2/2)
gblchmp:0:40B321:04:001:Play as Lihua Now! PL1
gblchmp:0:41454D:04:501:Play as Lihua Now! PL1 (2/2)
gblchmp:0:40B321:05:001:Play as Liza Now! PL1
gblchmp:0:41454D:05:501:Play as Liza Now! PL1 (2/2)
gblchmp:0:40B321:06:001:Play as J. McCoy Now! PL1
gblchmp:0:41454D:06:501:Play as J. McCoy Now! PL1 (2/2)
gblchmp:0:40B321:07:001:Play as Boggy Now! PL1
gblchmp:0:41454D:07:501:Play as Boggy Now! PL1 (2/2)
gblchmp:0:40B321:08:001:Play as Marco Now! PL1
gblchmp:0:41454D:08:501:Play as Marco Now! PL1 (2/2)
gblchmp:0:40B321:09:001:Play as Gonzales Now! PL1
gblchmp:0:41454D:09:501:Play as Gonzales Now! PL1 (2/2)
gblchmp:0:40B321:0A:001:Play as Azteca Now! PL1
gblchmp:0:41454D:0A:501:Play as Azteca Now! PL1 (2/2)
gblchmp:0:40B321:0B:001:Play as General Now! PL1
gblchmp:0:41454D:0B:501:Play as General Now! PL1 (2/2)
gblchmp:0:000000:00:999:[Free player selection - Use on character ]
gblchmp:0:000000:00:999:[selection or Winner/Loser screen. ]
gblchmp:0:40B521:00:001:Play as Kazuya Now! PL2
gblchmp:0:41454F:00:501:Play as Kazuya Now! PL2 (2/2)
gblchmp:0:40B521:01:001:Play as Barts Now! PL2
gblchmp:0:41454F:01:501:Play as Barts Now! PL2 (2/2)
gblchmp:0:40B521:02:001:Play as Gekkou Now! PL2
gblchmp:0:41454F:02:501:Play as Gekkou Now! PL2 (2/2)
gblchmp:0:40B521:03:001:Play as Wulong Now! PL2
gblchmp:0:41454F:03:501:Play as Wulong Now! PL2 (2/2)
gblchmp:0:40B521:04:001:Play as Lihua Now! PL2
gblchmp:0:41454F:04:501:Play as Lihua Now! PL2 (2/2)
gblchmp:0:40B521:05:001:Play as Liza Now! PL2
gblchmp:0:41454F:05:501:Play as Liza Now! PL2 (2/2)
gblchmp:0:40B521:06:001:Play as J. McCoy Now! PL2
gblchmp:0:41454F:06:501:Play as J. McCoy Now! PL2 (2/2)
gblchmp:0:40B521:07:001:Play as Boggy Now! PL2
gblchmp:0:41454F:07:501:Play as Boggy Now! PL2 (2/2)
gblchmp:0:40B521:08:001:Play as Marco Now! PL2
gblchmp:0:41454F:08:501:Play as Marco Now! PL2 (2/2)
gblchmp:0:40B521:09:001:Play as Gonzales Now! PL2
gblchmp:0:41454F:09:501:Play as Gonzales Now! PL2 (2/2)
gblchmp:0:40B521:0A:001:Play as Azteca Now! PL2
gblchmp:0:41454F:0A:501:Play as Azteca Now! PL2 (2/2)
gblchmp:0:40B521:0B:001:Play as General Now! PL2
gblchmp:0:41454F:0B:501:Play as General Now! PL2 (2/2)
gblchmp:0:41342D:63:000:Infinite Energy PL2
gblchmp:0:41342D:00:001:Drain All Energy Now! PL2
gblchmp:0:000000:00:999:[After you enable these region cheats to see any ]
gblchmp:0:000000:00:999:[effect you will have to reset the game (F3). ]
gblchmp:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
gblchmp:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
gblchmp:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
gblchmp:0:1FFFFF:01:001:Region Switch = Japan:Kaiser Knuckle
gblchmp:0:1FFFFF:02:001:Region Switch = US:Global Champion
gblchmp:0:1FFFFF:03:001:Region Switch = World:Kaiser Knuckle
; [ Gang Busters ]
gbusters:0:40A0:06:000:Infinite Lives PL1
gbusters:0:4833:20:000:Infinite Ammo PL1
gbusters:0:482C:03:000:Rocket Grenade PL1
gbusters:0:482A:04:000:Medium Weapon Powerup PL1
gbusters:0:482A:07:000:Heavy Weapon Powerup PL1
gbusters:0:482F:50:000:Invincibility PL1
gbusters:0:482B:00:500:Invincibility PL1 (2/2)
gbusters:0:40B0:06:000:Infinite Lives PL2
gbusters:0:48C3:20:000:Infinite Ammo PL2
gbusters:0:48BC:03:000:Rocket Grenades PL2
gbusters:0:48BA:04:000:Medium Weapon Powerup PL2
gbusters:0:48BA:07:000:Heavy Weapon Powerup PL2
gbusters:0:48BF:50:000:Invincibility PL2
gbusters:0:48BB:00:500:Invincibility PL2 (2/2)
gbusters:0:500A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Gee Bee ]
geebee:0:400A:01:000:Infinite Balls
; [ Gee Bee (Gremlin) ]
geebeeg:0:400A:01:000:Infinate Balls
; [ Gekirindan (Japan) ]
gekirido:0:400091:09:000:Infinite Credits
gekirido:0:408477:05:000:Infinite Lives PL1
gekirido:0:4151ED:09:000:Infinite Bombs PL1
gekirido:0:408479:05:000:Infinite Lives PL2
gekirido:0:41882D:09:000:Infinite Bombs PL2
gekirido:0:000000:00:999:[After you enable these region cheats to see any ]
gekirido:0:000000:00:999:[effect you will have to reset the game (F3). ]
gekirido:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
gekirido:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
gekirido:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
gekirido:0:0FFFFF:01:001:Region Switch = Japan
gekirido:0:0FFFFF:02:001:Region Switch = US
gekirido:0:0FFFFF:03:001:Region Switch = World
; [ Gemini Wing ]
gemini:0:C303:0A:000:Infinite Lives PL1
gemini:0:C067:50:000:Invincibility PL1
gemini:0:C302:01:000:Infinite POWs PL1
gemini:0:C8E9:00:000:Always POW=3-way PL1
gemini:0:C8E9:04:000:Always POW=Flame PL1
gemini:0:C8E9:08:000:Always POW=Stars PL1
gemini:0:C8E9:0C:000:Always POW=Blue wind PL1
gemini:0:C8E9:10:000:Always POW=Missiles PL1
gemini:0:C8E9:14:000:Always POW=Extra life PL1
gemini:0:C8E9:18:000:Always POW=Speed up PL1
gemini:0:C8E9:1C:000:Always POW=20000 pts PL1
gemini:0:C8E9:20:000:Always POW=50000 pts PL1
gemini:0:C8E9:24:000:Always POW=100000 pts PL1
gemini:0:C8E9:00:001:Make POW=3-way Now! PL1
gemini:0:C8E9:04:001:Make POW=Flame Now! PL1
gemini:0:C8E9:08:001:Make POW=Stars Now! PL1
gemini:0:C8E9:0C:001:Make POW=Blue wind Now! PL1
gemini:0:C8E9:10:001:Make POW=Missiles Now! PL1
gemini:0:C8E9:14:001:Make POW=Extra life Now! PL1
gemini:0:C8E9:18:001:Make POW=Speed up Now! PL1
gemini:0:C8E9:1C:001:Make POW=20000 pts Now! PL1
gemini:0:C8E9:20:001:Make POW=50000 pts Now! PL1
gemini:0:C8E9:24:001:Make POW=100000 pts Now! PL1
gemini:0:C343:0A:000:Infinite Lives PL2
gemini:0:C06A:10:000:Invincibility PL2
gemini:0:C342:01:000:Infinite POWs PL2
gemini:0:C871:00:000:Always POW=3-way PL2
gemini:0:C871:04:000:Always POW=Flame PL2
gemini:0:C871:08:000:Always POW=Stars PL2
gemini:0:C871:0C:000:Always POW=Blue wind PL2
gemini:0:C871:10:000:Always POW=Missiles PL2
gemini:0:C871:14:000:Always POW=Extra life PL2
gemini:0:C871:18:000:Always POW=Speed up PL2
gemini:0:C871:1C:000:Always POW=20000 pts PL2
gemini:0:C871:20:000:Always POW=50000 pts PL2
gemini:0:C871:24:000:Always POW=100000 pts PL2
gemini:0:C871:00:001:Make POW=3-way Now! PL2
gemini:0:C871:04:001:Make POW=Flame Now! PL2
gemini:0:C871:08:001:Make POW=Stars Now! PL2
gemini:0:C871:0C:001:Make POW=Blue wind Now! PL2
gemini:0:C871:10:001:Make POW=Missiles Now! PL2
gemini:0:C871:14:001:Make POW=Extra life Now! PL2
gemini:0:C871:18:001:Make POW=Speed up Now! PL2
gemini:0:C871:1C:001:Make POW=20000 pts Now! PL2
gemini:0:C871:20:001:Make POW=50000 pts Now! PL2
gemini:0:C871:24:001:Make POW=100000 pts Now! PL2
; [ Genpei ToumaDen ]
genpeitd:0:442A:32:000:Infinite Energy
genpeitd:0:442B:63:000:Infinite Money
genpeitd:0:442C:63:000:Infinite Sword Power
genpeitd:0:44CA:FF:000:Infinite SENPUU-KEN:= Rolling Sword
genpeitd:0:44BB:03:000:Infinite HADOU-KEN:= Beam Sword
genpeitd:0:442E:01:000:Always have Divine jewel
genpeitd:0:442F:01:000:Always have Divine sword
genpeitd:0:4430:01:000:Always have Divine mirror
; [ Genshi-Tou 1930's ]
gensitou:0:07012F:03:000:Infinite Lives PL1
gensitou:0:07012D:B4:000:Invincibility PL1:To be used when you blink
gensitou:0:0706AD:B4:000:Invincibility PL2:To be used when you blink
gensitou:0:0706AF:03:000:Infinite Lives PL2
; [ Guardian ]
getstar:0:C21D:0A:000:Infinite Lives
getstar:0:C239:04:000:Infinite Energy
getstar:0:C23B:20:000:Infinite Ammo/Time
getstar:0:C23A:00:000:One hit to kill boss
; [ Get Star (bootleg) ]
getstarb:0:C21D:0A:000:Infinite Lives
getstarb:0:C239:04:000:Infinite Energy
getstarb:0:C23B:20:000:Infinite Ammo/Time
getstarb:0:C23A:00:000:One hit to kill boss
; [ Get Star (Japan) ]
getstarj:0:C21D:0A:000:Infinite Lives
getstarj:0:C239:04:000:Infinite Energy
getstarj:0:C23B:20:000:Infinite Ammo/Time
getstarj:0:C23A:00:000:One hit to kill boss
; [ Goalie Ghost ]
gghost:0:0093:FF:000:Infinite Time
gghost:0:0000:00:999:[The score will not display ]
gghost:0:0000:00:999:[correctly until you score! ]
gghost:0:037D:99:073:Select Score PL1
gghost:0:03B6:99:073:Select Score PL2
; [ Real Ghostbusters, The (US 2 Players) ]
ghostb:0:006E:59:000:Infinite Time
ghostb:0:0238:01:000:Always have Slimer
ghostb:0:0238:01:001:Get Slimer Now!
ghostb:0:010F:03:000:Infinite Lives PL1
ghostb:0:0110:02:000:Infinite Energy PL1
ghostb:0:0111:00:500:Infinite Energy PL1 (2/2)
ghostb:0:0105:1F:000:Invincibility PL1
ghostb:0:0121:08:000:Always have maximum ghosts PL1
ghostb:0:0122:99:500:Always have maximum ghosts PL1 (2/2)
ghostb:0:010C:03:000:Maximum Shot Power PL1
ghostb:0:014F:03:000:Infinite Lives PL2
ghostb:0:0150:02:000:Infinite Energy PL2
ghostb:0:0151:00:500:Infinite Energy PL2 (2/2)
ghostb:0:0145:1F:000:Invincibility PL2
ghostb:0:0161:08:000:Always have maximum ghosts PL2
ghostb:0:0162:99:500:Always have maximum ghosts PL2 (2/2)
ghostb:0:014C:03:000:Maximum Shot Power PL2
; [ Real Ghostbusters, The (US 3 Players) ]
ghostb3:0:006E:59:000:Infinite Time
ghostb3:0:0238:01:000:Always have Slimer
ghostb3:0:0238:01:001:Get Slimer Now!
ghostb3:0:010F:03:000:Infinite Lives PL1
ghostb3:0:0110:02:000:Infinite Energy PL1
ghostb3:0:0111:00:500:Infinite Energy PL1 (2/2)
ghostb3:0:0105:1F:000:Invincibility PL1
ghostb3:0:0121:08:000:Always have maximum ghosts PL1
ghostb3:0:0122:99:500:Always have maximum ghosts PL1 (2/2)
ghostb3:0:010C:03:000:Maximum Shot Power PL1
ghostb3:0:014F:03:000:Infinite Lives PL2
ghostb3:0:0150:02:000:Infinite Energy PL2
ghostb3:0:0151:00:500:Infinite Energy PL2 (2/2)
ghostb3:0:0145:1F:000:Invincibility PL2
ghostb3:0:014C:03:000:Maximum Shot Power PL2
ghostb3:0:0161:08:000:Always have maximum ghosts PL2
ghostb3:0:0162:99:500:Always have maximum ghosts PL2 (2/2)
ghostb3:0:018F:03:000:Infinite Lives PL3
ghostb3:0:0190:02:000:Infinite Energy PL3
ghostb3:0:0191:00:500:Infinite Energy PL3 (2/2)
ghostb3:0:0185:1F:000:Invincibility PL3
ghostb3:0:01A1:08:000:Always have maximum ghosts PL3
ghostb3:0:01A2:99:500:Always have maximum ghosts PL3 (2/2)
ghostb3:0:018C:03:000:Maximum Shot Power PL3
; [ Ghost Muncher ]
ghostmun:0:4214:02:000:Infinite Lives PL1
ghostmun:0:4215:02:000:Infinite Lives PL2
ghostmun:0:0000:00:999:[------Starting Levels------]
ghostmun:0:0000:00:999:[Deactivate the cheats after]
ghostmun:0:0000:00:999:[starting the level or leave]
ghostmun:0:0000:00:999:[active to repeat the level.]
ghostmun:0:420A:7E:000:Start at Strawberry
ghostmun:0:4213:01:500:Start at Strawberry (2/2)
ghostmun:0:420A:7F:000:Start at 1st Orange
ghostmun:0:4213:02:500:Start at 1st Orange (2/2)
ghostmun:0:420A:80:000:Start at 2nd Orange
ghostmun:0:4213:03:500:Start at 2nd Orange (2/2)
ghostmun:0:420A:81:000:Start at 1st Apple
ghostmun:0:4213:04:500:Start at 1st Apple (2/2)
ghostmun:0:420A:82:000:Start at 2nd Apple
ghostmun:0:4213:05:500:Start at 2nd Apple (2/2)
ghostmun:0:420A:83:000:Start at 1st Pineapple
ghostmun:0:4213:06:500:Start at 1st Pineapple (2/2)
ghostmun:0:420A:84:000:Start at 2nd Pineapple
ghostmun:0:4213:07:500:Start at 2nd Pineapple (2/2)
ghostmun:0:420A:85:000:Start at 1st Galaxian
ghostmun:0:4213:08:500:Start at 1st Galaxian (2/2)
ghostmun:0:420A:86:000:Start at 2nd Galaxian
ghostmun:0:4213:09:500:Start at 2nd Galaxian (2/2)
ghostmun:0:420A:87:000:Start at 1st Bell
ghostmun:0:4213:0A:500:Start at 1st Bell (2/2)
ghostmun:0:420A:88:000:Start at 2nd Bell
ghostmun:0:4213:0B:500:Start at 2nd Bell (2/2)
ghostmun:0:420A:87:000:Start at 1st Key
ghostmun:0:4213:0C:500:Start at 1st Key (2/2)
ghostmun:0:420A:88:000:Start at 2nd Key
ghostmun:0:4213:0D:500:Start at 2nd Key (2/2)
ghostmun:0:0000:00:999:[------Practice Levels------]
ghostmun:0:4213:00:000:Practice Cherry
ghostmun:0:4213:01:000:Practice Strawberry
ghostmun:0:4213:02:000:Practice 1st Orange
ghostmun:0:4213:03:000:Practice 2nd Orange
ghostmun:0:4213:04:000:Practice 1st Apple
ghostmun:0:4213:05:000:Practice 2nd Apple
ghostmun:0:4213:06:000:Practice 1st Pineapple
ghostmun:0:4213:07:000:Practice 2nd Pineapple
ghostmun:0:4213:08:000:Practice 1st Galaxian
ghostmun:0:4213:09:000:Practice 2nd Galaxian
ghostmun:0:4213:0A:000:Practice 1st Bell
ghostmun:0:4213:0B:000:Practice 2nd Bell
ghostmun:0:4213:0C:000:Practice 1st Key
ghostmun:0:4213:0D:000:Practice 2nd Key
ghostmun:0:4213:FF:000:Split-Screen (Unplayable)
ghostmun:0:4213:FE:000:No maze or dots(Unfinishable)
ghostmun:0:0000:00:999:[------Practice Speeds------]
ghostmun:0:41BD:00:000:Stay blue until eaten
ghostmun:0:41BE:00:500:Stay blue until eaten (2/2)
ghostmun:0:41BD:58:000:Slow changeback
ghostmun:0:41BE:02:500:Slow changeback (2/2)
ghostmun:0:41BD:68:000:Moderate changeback
ghostmun:0:41BE:01:500:Moderate changeback (2/2)
ghostmun:0:41BD:F0:000:Quick changeback
ghostmun:0:41BE:00:500:Quick changeback (2/2)
ghostmun:0:41BD:78:000:Lightning changeback
ghostmun:0:41BE:00:500:Lightning changeback (2/2)
ghostmun:0:41BD:01:000:No change to blue
ghostmun:0:41BE:00:500:No change to blue (2/2)
ghostmun:0:0000:00:999:[-------Ghost Status--------]
ghostmun:0:41A7:01:000:Yellow always Blue
ghostmun:0:41A8:01:000:Red always Blue
ghostmun:0:41A9:01:000:Green always Blue
ghostmun:0:41AA:01:000:Lgt.Blue always Blue
ghostmun:0:41A5:00:000:Ghosts Always Edible (No Pts)
; [ Ghouls'n Ghosts (World) ]
ghouls:0:FF06D3:59:000:Infinite Time
ghouls:0:FF0931:FF:000:Invincibility "ON"
ghouls:0:FF0931:00:001:Invincibility "OFF"
ghouls:0:FF095E:01:000:Always have Powerup
ghouls:0:FF095E:01:001:Get Powerup Now!
ghouls:0:FF07AD:08:000:Infinite Lives PL1
ghouls:0:FF07AA:00:000:Always naked PL1
ghouls:0:FF07AC:01:500:Always naked PL1 (2/2)
ghouls:0:FF07AA:01:000:Always golden armour PL1
ghouls:0:FF07AC:03:500:Always golden armour PL1(2/2)
ghouls:0:FF07AA:01:000:Always silver armour PL1
ghouls:0:FF07AC:02:500:Always silver armour PL1(2/2)
ghouls:0:FF07C6:00:000:Always have Weapon=Lance PL1
ghouls:0:FF07C6:01:000:Always have Weapon=Knife PL1
ghouls:0:FF07C6:02:000:Always have Weapon=Torch PL1
ghouls:0:FF07C6:03:000:Always have Weapon=Sword PL1
ghouls:0:FF07C6:04:000:Always have Weapon=Axe PL1
ghouls:0:FF07C6:05:000:Always have Weapon=Shield PL1
ghouls:0:FF07C6:06:000:Always have Weapon=Fireb. PL1
ghouls:0:FF07AA:00:001:Get naked Now! PL1
ghouls:0:FF07AC:01:501:Get naked Now! PL1 (2/2)
ghouls:0:FF07AA:01:001:Get golden armourNow!PL1
ghouls:0:FF07AC:03:501:Get golden armourNow!PL1(2/2)
ghouls:0:FF07AA:01:001:Get silver armourNow!PL1
ghouls:0:FF07AC:02:501:Get silver armourNow!PL1(2/2)
ghouls:0:FF07C6:00:001:Get Weapon=Lance Now! PL1
ghouls:0:FF07C6:01:001:Get Weapon=Knife Now! PL1
ghouls:0:FF07C6:02:001:Get Weapon=Torch Now! PL1
ghouls:0:FF07C6:03:001:Get Weapon=Sword Now! PL1
ghouls:0:FF07C6:04:001:Get Weapon=Axe Now! PL1
ghouls:0:FF07C6:05:001:Get Weapon=Shield Now! PL1
ghouls:0:FF07C6:06:001:Get Weapon=Fireball Now! PL1
ghouls:0:FF080D:08:000:Infinite Lives PL2
ghouls:0:FF080A:00:000:Always naked PL2
ghouls:0:FF080C:01:500:Always naked PL2 (2/2)
ghouls:0:FF080A:01:000:Always golden armour PL2
ghouls:0:FF080C:03:500:Always golden armour PL2(2/2)
ghouls:0:FF080A:01:000:Always silver armour PL2
ghouls:0:FF080C:02:500:Always silver armour PL2(2/2)
ghouls:0:FF0826:00:000:Always have Weapon=Lance PL2
ghouls:0:FF0826:01:000:Always have Weapon=Knife PL2
ghouls:0:FF0826:02:000:Always have Weapon=Torch PL2
ghouls:0:FF0826:03:000:Always have Weapon=Sword PL2
ghouls:0:FF0826:04:000:Always have Weapon=Axe PL2
ghouls:0:FF0826:05:000:Always have Weapon=Shield PL2
ghouls:0:FF0826:06:000:Always have Weapon=Fireb. PL2
ghouls:0:FF080A:00:001:Get naked Now! PL2
ghouls:0:FF080C:01:501:Get naked Now! PL2 (2/2)
ghouls:0:FF080A:01:001:Get golden armourNow!PL2
ghouls:0:FF080C:03:501:Get golden armourNow!PL2(2/2)
ghouls:0:FF080A:01:001:Get silver armourNow!PL2
ghouls:0:FF080C:02:501:Get silver armourNow!PL2(2/2)
ghouls:0:FF0826:00:001:Get Weapon=Lance Now! PL2
ghouls:0:FF0826:01:001:Get Weapon=Knife Now! PL2
ghouls:0:FF0826:02:001:Get Weapon=Torch Now! PL2
ghouls:0:FF0826:03:001:Get Weapon=Sword Now! PL2
ghouls:0:FF0826:04:001:Get Weapon=Axe Now! PL2
ghouls:0:FF0826:05:001:Get Weapon=Shield Now! PL2
ghouls:0:FF0826:06:001:Get Weapon=Fireball Now! PL2
ghouls:0:FF07AC:04:000:Always be duck (BUGGY)
ghouls:0:FF07C4:42:000:Always be old man (BUGGY)
ghouls:0:FF07C4:44:000:Dance Routine (BUGGY)
ghouls:0:FFD0BB:00:001:Polymorph = duck (normal)?
ghouls:0:FFD0BB:00:000:Polymorph = duck (never)?
ghouls:0:FF0954:C3:001:Round Clear Now!!
ghouls:0:FF0955:1C:501:Round Clear Now!!(2/2)
ghouls:0:FF07C8:02:001:Go to Round 1
ghouls:0:FF0954:C3:501:Go to Round 1(2/3)
ghouls:0:FF0955:1C:501:Go to Round 1(3/3)
ghouls:0:FF07C8:00:001:Go to Round 2
ghouls:0:FF0954:C3:501:Go to Round 2(2/3)
ghouls:0:FF0955:1C:501:Go to Round 2(3/3)
ghouls:0:FF07C8:01:001:Go to Round 3
ghouls:0:FF0954:C3:501:Go to Round 3(2/3)
ghouls:0:FF0955:1C:501:Go to Round 3(3/3)
ghouls:0:FF07C8:03:001:Go to Round 4
ghouls:0:FF0954:C3:501:Go to Round 4(2/3)
ghouls:0:FF0955:1C:501:Go to Round 4(3/3)
ghouls:0:FF07C8:05:001:Go to Round 5
ghouls:0:FF0954:C3:501:Go to Round 5(2/3)
ghouls:0:FF0955:1C:501:Go to Round 5(3/3)
ghouls:0:FF07C8:07:001:Go to Final Round
ghouls:0:FF0954:C3:501:Go to Final Round(2/5)
ghouls:0:FF0955:1C:501:Go to Final Round(3/5)
ghouls:0:FF07D5:01:501:Go to Final Round(4/5):Loop Check
ghouls:0:FF07C6:06:501:Go to Final Round(5/5):Item Check
; [ Ghouls'n Ghosts (US) ]
ghoulsu:0:FF06D3:59:000:Infinite Time
ghoulsu:0:FF0931:FF:000:Invincibility "ON"
ghoulsu:0:FF0931:00:001:Invincibility "OFF"
ghoulsu:0:FF095E:01:000:Always have Powerup
ghoulsu:0:FF095E:01:001:Get Powerup Now!
ghoulsu:0:FF07AD:08:000:Infinite Lives PL1
ghoulsu:0:FF07AA:00:000:Always naked PL1
ghoulsu:0:FF07AC:01:500:Always naked PL1 (2/2)
ghoulsu:0:FF07AA:01:000:Always golden armour PL1
ghoulsu:0:FF07AC:03:500:Always golden armour PL1(2/2)
ghoulsu:0:FF07AA:01:000:Always silver armour PL1
ghoulsu:0:FF07AC:02:500:Always silver armour PL1(2/2)
ghoulsu:0:FF07C6:00:000:Always have Weapon=Lance PL1
ghoulsu:0:FF07C6:01:000:Always have Weapon=Knife PL1
ghoulsu:0:FF07C6:02:000:Always have Weapon=Torch PL1
ghoulsu:0:FF07C6:03:000:Always have Weapon=Sword PL1
ghoulsu:0:FF07C6:04:000:Always have Weapon=Axe PL1
ghoulsu:0:FF07C6:05:000:Always have Weapon=Shield PL1
ghoulsu:0:FF07C6:06:000:Always have Weapon=Fireb. PL1
ghoulsu:0:FF07AA:00:001:Get naked Now! PL1
ghoulsu:0:FF07AC:01:501:Get naked Now! PL1 (2/2)
ghoulsu:0:FF07AA:01:001:Get golden armourNow!PL1
ghoulsu:0:FF07AC:03:501:Get golden armourNow!PL1(2/2)
ghoulsu:0:FF07AA:01:001:Get silver armourNow!PL1
ghoulsu:0:FF07AC:02:501:Get silver armourNow!PL1(2/2)
ghoulsu:0:FF07C6:00:001:Get Weapon=Lance Now! PL1
ghoulsu:0:FF07C6:01:001:Get Weapon=Knife Now! PL1
ghoulsu:0:FF07C6:02:001:Get Weapon=Torch Now! PL1
ghoulsu:0:FF07C6:03:001:Get Weapon=Sword Now! PL1
ghoulsu:0:FF07C6:04:001:Get Weapon=Axe Now! PL1
ghoulsu:0:FF07C6:05:001:Get Weapon=Shield Now! PL1
ghoulsu:0:FF07C6:06:001:Get Weapon=Fireball Now! PL1
ghoulsu:0:FF080D:08:000:Infinite Lives PL2
ghoulsu:0:FF080A:00:000:Always naked PL2
ghoulsu:0:FF080C:01:500:Always naked PL2 (2/2)
ghoulsu:0:FF080A:01:000:Always golden armour PL2
ghoulsu:0:FF080C:03:500:Always golden armour PL2(2/2)
ghoulsu:0:FF080A:01:000:Always silver armour PL2
ghoulsu:0:FF080C:02:500:Always silver armour PL2(2/2)
ghoulsu:0:FF0826:00:000:Always have Weapon=Lance PL2
ghoulsu:0:FF0826:01:000:Always have Weapon=Knife PL2
ghoulsu:0:FF0826:02:000:Always have Weapon=Torch PL2
ghoulsu:0:FF0826:03:000:Always have Weapon=Sword PL2
ghoulsu:0:FF0826:04:000:Always have Weapon=Axe PL2
ghoulsu:0:FF0826:05:000:Always have Weapon=Shield PL2
ghoulsu:0:FF0826:06:000:Always have Weapon=Fireb. PL2
ghoulsu:0:FF080A:00:001:Get naked Now! PL2
ghoulsu:0:FF080C:01:501:Get naked Now! PL2 (2/2)
ghoulsu:0:FF080A:01:001:Get golden armourNow!PL2
ghoulsu:0:FF080C:03:501:Get golden armourNow!PL2(2/2)
ghoulsu:0:FF080A:01:001:Get silver armourNow!PL2
ghoulsu:0:FF080C:02:501:Get silver armourNow!PL2(2/2)
ghoulsu:0:FF0826:00:001:Get Weapon=Lance Now! PL2
ghoulsu:0:FF0826:01:001:Get Weapon=Knife Now! PL2
ghoulsu:0:FF0826:02:001:Get Weapon=Torch Now! PL2
ghoulsu:0:FF0826:03:001:Get Weapon=Sword Now! PL2
ghoulsu:0:FF0826:04:001:Get Weapon=Axe Now! PL2
ghoulsu:0:FF0826:05:001:Get Weapon=Shield Now! PL2
ghoulsu:0:FF0826:06:001:Get Weapon=Fireball Now! PL2
ghoulsu:0:FF07AC:04:000:Always be duck (BUGGY)
ghoulsu:0:FF07C4:42:000:Always be old man (BUGGY)
ghoulsu:0:FF07C4:44:000:Dance Routine (BUGGY)
ghoulsu:0:FFD0BB:00:001:Polymorph = duck (normal)?
ghoulsu:0:FFD0BB:00:000:Polymorph = duck (never)?
ghoulsu:0:FF0954:C3:001:Round Clear Now!!
ghoulsu:0:FF0955:1C:501:Round Clear Now!!(2/2)
ghoulsu:0:FF07C8:02:001:Go to Round 1
ghoulsu:0:FF0954:C3:501:Go to Round 1(2/3)
ghoulsu:0:FF0955:1C:501:Go to Round 1(3/3)
ghoulsu:0:FF07C8:00:001:Go to Round 2
ghoulsu:0:FF0954:C3:501:Go to Round 2(2/3)
ghoulsu:0:FF0955:1C:501:Go to Round 2(3/3)
ghoulsu:0:FF07C8:01:001:Go to Round 3
ghoulsu:0:FF0954:C3:501:Go to Round 3(2/3)
ghoulsu:0:FF0955:1C:501:Go to Round 3(3/3)
ghoulsu:0:FF07C8:03:001:Go to Round 4
ghoulsu:0:FF0954:C3:501:Go to Round 4(2/3)
ghoulsu:0:FF0955:1C:501:Go to Round 4(3/3)
ghoulsu:0:FF07C8:05:001:Go to Round 5
ghoulsu:0:FF0954:C3:501:Go to Round 5(2/3)
ghoulsu:0:FF0955:1C:501:Go to Round 5(3/3)
ghoulsu:0:FF07C8:07:001:Go to Final Round
ghoulsu:0:FF0954:C3:501:Go to Final Round(2/5)
ghoulsu:0:FF0955:1C:501:Go to Final Round(3/5)
ghoulsu:0:FF07D5:01:501:Go to Final Round(4/5):Loop Check
ghoulsu:0:FF07C6:06:501:Go to Final Round(5/5):Item Check
; [ Ghox ]
ghox:0:08063F:08:000:Infinite Lives PL1
ghox:0:080643:01:000:Infinite Bombs PL1
ghox:0:080672:84:000:Long Paddle PL1
ghox:0:080673:24:000:Option Paddle PL1
ghox:0:080673:2E:000:Option + Arrow Paddle PL1
ghox:0:080673:FF:000:Ultimate Paddle PL1
ghox:0:080641:08:000:Infinite Lives PL2
ghox:0:080645:01:000:Infinite Bombs PL2
ghox:0:080479:FF:000:Round will never complete:Don't USE THIS!!!!
ghox:0:080479:00:001:Finish this Round Now!!
ghox:0:080663:FF:071:Select Current Stage
ghox:0:080663:FF:061:Select Next Stage
ghox:0:080661:FF:071:Select Start Stage
; [ Gigandes ]
gigandes:0:F0001F:63:000:Infinite Credits
gigandes:0:F00B67:A0:000:Invincibility "ON":To be used when you blink
gigandes:0:F00B67:00:001:Invincibility "OFF"
gigandes:0:F00B92:79:000:Infinite Lives PL1
gigandes:0:F00BBA:79:000:Infinite Lives PL2
; [ GI Joe (World) ]
gijoe:0:180063:63:000:Infinite Credits
gijoe:0:180CFD:09:000:Infinite Lives PL1
gijoe:0:180C2F:03:000:Infinite Energy PL1
gijoe:0:180CF7:09:000:Infinite Rockets PL1
gijoe:0:180CF3:02:000:Invincibility PL1
gijoe:0:180DFD:09:000:Infinite Lives PL2
gijoe:0:180D2F:03:000:Infinite Energy PL2
gijoe:0:180DF7:09:000:Infinite Rockets PL2
gijoe:0:180DF3:02:000:Invincibility PL2
; [ GI Joe (US) ]
gijoeu:0:180063:63:000:Infinite Credits
gijoeu:0:180CFD:09:000:Infinite Lives PL1
gijoeu:0:180C2F:03:000:Infinite Energy PL1
gijoeu:0:180CF7:09:000:Infinite Rockets PL1
gijoeu:0:180CF3:02:000:Invincibility PL1
gijoeu:0:180DFD:09:000:Infinite Lives PL2
gijoeu:0:180D2F:03:000:Infinite Energy PL2
gijoeu:0:180DF7:09:000:Infinite Rockets PL2
gijoeu:0:180DF3:02:000:Invincibility PL2
; [ Gimme A Break ]
gimeabrk:0:0180:11:000:Infinite Time
gimeabrk:0:01C1:0C:000:Infinite Shots PL1
gimeabrk:0:01DF:01:000:Infinite Shots PL2
; [ Ginga NinkyouDen ]
ginganin:0:0200A5:99:000:Infinite Time
ginganin:0:0200A4:09:500:Infinite Time (2/2)
ginganin:0:0200A9:08:000:Infinite Energy
ginganin:0:02024D:14:000:Infinite Beam
ginganin:0:02008D:03:000:Infinite Sword
ginganin:0:020059:05:000:Infinite Lives PL1
ginganin:0:02005D:05:000:Infinite Lives PL2
; [ Gionbana (Japan) ]
gionbana:0:FD71:FF:000:Infinite Power
gionbana:0:FD70:63:000:Always have Max Score
gionbana:0:0000:00:999:Open&Surf here for a tutorial:Check out this site for a great Hanafuda tutorial - http://members.nbci.com/_XMCM/bob_forster/hanafuda.htm
; [ Gladiator (US) ]
gladiatr:0:C680:05:000:Infinite Lives
gladiatr:0:0000:00:999:[See the Dip Switch Menu to ]
gladiatr:0:0000:00:999:[enable Invincibility. ]
gladiatr:0:C194:20:000:Infinite Shield
gladiatr:0:F582:02:000:Infinite Helmet
gladiatr:0:F562:02:000:Infinite Breastplate
gladiatr:0:F4E2:02:000:Infinite Iron Briefs
gladiatr:0:F4C2:02:000:Infinite Right Thigh
gladiatr:0:F482:02:000:Infinite Left Thigh
gladiatr:0:F4A2:02:000:Infinite Right Lower Leg
gladiatr:0:F462:02:000:Infinite Left Lower Leg
gladiatr:0:F522:02:000:Infinite Left Forearm
gladiatr:0:F502:02:000:Infinite Right Upper Arm
gladiatr:0:F542:02:000:Infinite Left Upper Arm
gladiatr:0:0000:00:999:[The following cheats are ]
gladiatr:0:0000:00:999:[for your enemy - so don't ]
gladiatr:0:0000:00:999:[use the Infinite cheats if ]
gladiatr:0:0000:00:999:[you want to win!!! ]
gladiatr:0:F472:02:000:Infinite Right leg(enemy)
gladiatr:0:F492:02:000:Infinite Right thigh(enemy)
gladiatr:0:F4B2:02:000:Infinite Left leg(enemy)
gladiatr:0:F4D2:02:000:Infinite Left thigh(enemy)
gladiatr:0:F4F2:02:000:Infinite Briefs(enemy)
gladiatr:0:F512:02:000:Infinite Right arm(enemy)
gladiatr:0:F532:02:000:Infinite Right hand(enemy)
gladiatr:0:F572:02:000:Infinite chest(enemy)
gladiatr:0:F592:02:000:Infinite head(enemy)
gladiatr:0:F5B2:02:000:Infinite Left arm(enemy)
gladiatr:0:F5D2:02:000:Infinite Left hand(enemy)
gladiatr:0:F472:00:001:Break Right leg(enemy) Now!
gladiatr:0:F492:00:001:Break Right thigh(enemy) Now!
gladiatr:0:F4B2:00:001:Break Left leg(enemy) Now!
gladiatr:0:F4D2:00:001:Break Left thigh(enemy) Now!
gladiatr:0:F4F2:00:001:Break Briefs(enemy) Now!
gladiatr:0:F512:00:001:Break Right arm(enemy) Now!
gladiatr:0:F532:00:001:Break Right hand(enemy) Now!
gladiatr:0:F572:00:001:Break chest(enemy) Now!
gladiatr:0:F592:00:001:Break head(enemy) Now!
gladiatr:0:F5B2:00:001:Break Left arm(enemy) Now!
gladiatr:0:F5D2:00:001:Break Left hand(enemy) Now!
; [ Guided Missile ]
gmissile:0:20E9:99:000:Infinite Time
; [ Ghosts'n Goblins (World? set 1) ]
gng:0:00AB:76:000:Infinite Time
gng:0:0060:08:000:Infinite Lives
gng:0:00AD:7F:000:Invincibility
gng:0:00AC:00:000:Always Have Armour
gng:0:00AC:01:000:Never Have Armour
gng:0:0073:00:000:Always Have Torch
gng:0:0073:01:000:Always Have Lance
gng:0:0073:02:000:Always Have Axe
gng:0:0073:03:000:Always Have Shield
gng:0:0073:04:000:Always Have Sword
gng:0:0073:00:001:Get the Torch Now!
gng:0:0073:01:001:Get the Lance Now!
gng:0:0073:02:001:Get the Axe Now!
gng:0:0073:03:001:Get the Shield Now!
gng:0:0073:04:001:Get the Sword Now!
gng:0:050A:FF:001:Warp To Top Of Screen
gng:0:0503:04:001:Turn into frog
gng:0:0528:01:000:Never change into frog
gng:0:0072:00:001:Goto Level 1 Next
gng:0:0072:01:001:Goto Level 2 Next
gng:0:0072:02:001:Goto Level 3 Next
gng:0:0072:03:001:Goto Level 4 Next
gng:0:0072:04:001:Goto Level 5 Next
gng:0:0072:05:001:Goto Level 6 Next
gng:0:0072:06:001:Goto Last level Next
gng:0:0072:06:071:Select current level
gng:0:0072:06:061:Select next level
; [ Ghosts'n Goblins (World? set 2) ]
gnga:0:00AB:76:000:Infinite Time
gnga:0:0060:08:000:Infinite Lives
gnga:0:00AD:7F:000:Invincibility
gnga:0:00AC:00:000:Always Have Armour
gnga:0:00AC:01:000:Never Have Armour
gnga:0:0073:00:000:Always Have Torch
gnga:0:0073:01:000:Always Have Lance
gnga:0:0073:02:000:Always Have Axe
gnga:0:0073:03:000:Always Have Shield
gnga:0:0073:04:000:Always Have Sword
gnga:0:0073:00:001:Get the Torch Now!
gnga:0:0073:01:001:Get the Lance Now!
gnga:0:0073:02:001:Get the Axe Now!
gnga:0:0073:03:001:Get the Shield Now!
gnga:0:0073:04:001:Get the Sword Now!
gnga:0:050A:FF:001:Warp To Top Of Screen
gnga:0:0503:04:001:Turn into frog
gnga:0:0528:01:000:Never change into frog
gnga:0:0072:00:001:Goto Level 1 Next
gnga:0:0072:01:001:Goto Level 2 Next
gnga:0:0072:02:001:Goto Level 3 Next
gnga:0:0072:03:001:Goto Level 4 Next
gnga:0:0072:04:001:Goto Level 5 Next
gnga:0:0072:05:001:Goto Level 6 Next
gnga:0:0072:06:001:Goto Last level Next
gnga:0:0072:06:071:Select current level
gnga:0:0072:06:061:Select next level
; [ Ghosts'n Goblins (US) ]
gngt:0:00AB:76:000:Infinite Time
gngt:0:0060:08:000:Infinite Lives
gngt:0:00AD:7F:000:Invincibility
gngt:0:00AC:00:000:Always Have Armour
gngt:0:00AC:01:000:Never Have Armour
gngt:0:0073:00:000:Always Have Torch
gngt:0:0073:01:000:Always Have Lance
gngt:0:0073:02:000:Always Have Axe
gngt:0:0073:03:000:Always Have Shield
gngt:0:0073:04:000:Always Have Sword
gngt:0:0073:00:001:Get the Torch Now!
gngt:0:0073:01:001:Get the Lance Now!
gngt:0:0073:02:001:Get the Axe Now!
gngt:0:0073:03:001:Get the Shield Now!
gngt:0:0073:04:001:Get the Sword Now!
gngt:0:050A:FF:001:Warp To Top Of Screen
gngt:0:0503:04:001:Turn into frog
gngt:0:0528:01:000:Never change into frog
gngt:0:0072:00:001:Goto Level 1 Next
gngt:0:0072:01:001:Goto Level 2 Next
gngt:0:0072:02:001:Goto Level 3 Next
gngt:0:0072:03:001:Goto Level 4 Next
gngt:0:0072:04:001:Goto Level 5 Next
gngt:0:0072:05:001:Goto Level 6 Next
gngt:0:0072:06:001:Goto Last level Next
gngt:0:0072:06:071:Select current level
gngt:0:0072:06:061:Select next level
; [ Goal! Goal! Goal! ]
goalx3:0:1004E5:3C:000:Infinite Time
goalx3:0:1004E2:00:001:Goto Injury Time Now!
goalx3:0:1004E3:00:501:Goto Injury Time Now! (2/3)
goalx3:0:1004E4:00:501:Goto Injury Time Now! (3/3)
goalx3:0:000000:00:999:[The score is not updated ]
goalx3:0:000000:00:999:[until somebody scores! ]
goalx3:0:1004F1:00:000:Score always = 0 PL1
goalx3:0:1004F1:63:000:Score always = 99 PL1
goalx3:0:1004F1:00:001:Set score = 0 Now! PL1
goalx3:0:1004F1:63:001:Set score = 99 Now! PL1
goalx3:0:1004F1:63:073:Select Score Now! PL1
goalx3:0:1004F3:00:000:Score always = 0 PL2
goalx3:0:1004F3:63:000:Score always = 99 PL2
goalx3:0:1004F3:00:001:Set score = 0 Now! PL2
goalx3:0:1004F3:63:001:Set score = 99 Now! PL2
goalx3:0:1004F3:63:073:Select Score Now! PL2
; [ Go Go! Mile Smile ]
gogomile:0:403441:09:000:Infinite Credits
gogomile:0:400475:09:000:Infinite Time
gogomile:0:400477:09:500:Infinite Time (2/2)
gogomile:0:400483:00:001:Finish this Stage Now!
gogomile:0:4003DD:05:000:Infinite Lives PL1
gogomile:0:4001E9:02:000:Invincibility PL1
gogomile:0:4003DF:05:000:Infinite Lives PL2
gogomile:0:4001EB:02:000:Invincibility PL2
; [ Susume! Mile Smile (Japan) ]
gogomilj:0:40343F:09:000:Infinite Credits
gogomilj:0:400473:09:007:Infinite Time
gogomilj:0:400475:09:507:Infinite Time (2/2)
gogomilj:0:400481:00:001:Finish this Stage Now!
gogomilj:0:4003DB:05:000:Infinite Lives PL1
gogomilj:0:4001E9:02:000:Invincibility PL1
gogomilj:0:4003DD:05:000:Infinite Lives PL2
gogomilj:0:4001EB:02:000:Invincibility PL2
; [ Goindol ]
goindol:0:C014:99:000:Infinite Time
goindol:0:0000:00:999:[See the Dip Switch Menu to ]
goindol:0:0000:00:999:[enable Invincibility. ]
goindol:0:C1C2:00:000:No shots for homo-sapiens
goindol:0:C120:02:000:Always have the superball POW
goindol:0:C120:02:001:Get the superball POW Now!
goindol:0:C120:00:001:No more superball POW Now!
goindol:0:C114:01:001:Get the "fire" POW Now!
goindol:0:C114:02:001:Lose one life
goindol:0:C325:10:000:Always One brick for power
goindol:0:C325:10:001:Get One brick for power Now!
goindol:0:C320:00:000:Falling POW is always '-'
goindol:0:C320:01:000:Falling POW is always '+'
goindol:0:C320:02:000:Falling POW is always 'H'
goindol:0:C320:03:000:Falling POW is always 'L'
goindol:0:C320:04:000:Falling POW is always 'R'
goindol:0:C320:05:000:Falling POW is always 'S'
goindol:0:C320:06:000:Falling POW is always 'F'
goindol:0:C320:07:000:Falling POW is always 'B'
goindol:0:C320:00:001:Make Falling POW a '-' Now!
goindol:0:C320:01:001:Make Falling POW a '+' Now!
goindol:0:C320:02:001:Make Falling POW a 'H' Now!
goindol:0:C320:03:001:Make Falling POW a 'L' Now!
goindol:0:C320:04:001:Make Falling POW a 'R' Now!
goindol:0:C320:05:001:Make Falling POW a 'S' Now!
goindol:0:C320:06:001:Make Falling POW a 'F' Now!
goindol:0:C320:07:001:Make Falling POW a 'B' Now!
goindol:0:C054:03:000:Infinite Lives PL1
goindol:0:C050:61:001:Next level = 99 PL1
goindol:0:C051:98:501:Next level = 99 PL1 (2/2)
goindol:0:C055:03:000:Infinite Lives PL2
goindol:0:C052:61:001:Next level = 99 PL2
goindol:0:C053:98:501:Next level = 99 PL2 (2/2)
; [ Gold Bug ]
goldbug:0:1D7D:99:000:Infinite Credits
goldbug:0:1D6D:05:000:Infinite Lives PL1
goldbug:0:1D6E:05:000:Infinite Lives PL2
; [ Golden Axe (bootleg) ]
goldnabl:0:FFE018:05:000:Infinite Lives PL1
goldnabl:0:FFC070:30:000:Infinite Energy PL1
goldnabl:0:FFE030:04:000:Infinite Magic - Green D PL1
goldnabl:0:FFE030:06:000:Infinite Magic - Blue W PL1
goldnabl:0:FFE030:09:000:Infinite Magic - Red V PL1
goldnabl:0:FFE098:05:000:Infinite Lives PL2
goldnabl:0:FFC270:30:000:Infinite Energy PL2
goldnabl:0:FFE0B0:04:000:Infinite Magic - Green D PL2
goldnabl:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
goldnabl:0:FFE0B0:09:000:Infinite Magic - Red V PL2
; [ Golden Axe (Version 2) ]
goldnaxa:0:FFE018:05:000:Infinite Lives PL1
goldnaxa:0:FFC070:30:000:Infinite Energy PL1
goldnaxa:0:FFE030:04:000:Infinite Magic - Green D PL1
goldnaxa:0:FFE030:06:000:Infinite Magic - Blue W PL1
goldnaxa:0:FFE030:09:000:Infinite Magic - Red V PL1
goldnaxa:0:FFE098:05:000:Infinite Lives PL2
goldnaxa:0:FFC270:30:000:Infinite Energy PL2
goldnaxa:0:FFE0B0:04:000:Infinite Magic - Green D PL2
goldnaxa:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
goldnaxa:0:FFE0B0:09:000:Infinite Magic - Red V PL2
; [ Golden Axe (Version 2 317-0110) ]
goldnaxb:0:FFE018:05:000:Infinite Lives PL1
goldnaxb:0:FFC070:30:000:Infinite Energy PL1
goldnaxb:0:FFE030:04:000:Infinite Magic - Green D PL1
goldnaxb:0:FFE030:06:000:Infinite Magic - Blue W PL1
goldnaxb:0:FFE030:09:000:Infinite Magic - Red V PL1
goldnaxb:0:FFE098:05:000:Infinite Lives PL2
goldnaxb:0:FFC270:30:000:Infinite Energy PL2
goldnaxb:0:FFE0B0:04:000:Infinite Magic - Green D PL2
goldnaxb:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
goldnaxb:0:FFE0B0:09:000:Infinite Magic - Red V PL2
; [ Golden Axe (Version 2 317-0122) ]
goldnaxc:0:FFE018:05:000:Infinite Lives PL1
goldnaxc:0:FFC070:30:000:Infinite Energy PL1
goldnaxc:0:FFE030:04:000:Infinite Magic - Green D PL1
goldnaxc:0:FFE030:06:000:Infinite Magic - Blue W PL1
goldnaxc:0:FFE030:09:000:Infinite Magic - Red V PL1
goldnaxc:0:FFE098:05:000:Infinite Lives PL2
goldnaxc:0:FFC270:30:000:Infinite Energy PL2
goldnaxc:0:FFE0B0:04:000:Infinite Magic - Green D PL2
goldnaxc:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
goldnaxc:0:FFE0B0:09:000:Infinite Magic - Red V PL2
; [ Golden Axe (Version 1) ]
goldnaxe:0:FFE018:05:000:Infinite Lives PL1
goldnaxe:0:FFC070:30:000:Infinite Energy PL1
goldnaxe:0:FFE030:04:000:Infinite Magic - Green D PL1
goldnaxe:0:FFE030:06:000:Infinite Magic - Blue W PL1
goldnaxe:0:FFE030:09:000:Infinite Magic - Red V PL1
goldnaxe:0:FFE098:05:000:Infinite Lives PL2
goldnaxe:0:FFC270:30:000:Infinite Energy PL2
goldnaxe:0:FFE0B0:04:000:Infinite Magic - Green D PL2
goldnaxe:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
goldnaxe:0:FFE0B0:09:000:Infinite Magic - Red V PL2
; [ Golden Axe (Version 1, Japan) ]
goldnaxj:0:FFE018:05:000:Infinite Lives PL1
goldnaxj:0:FFC070:30:000:Infinite Energy PL1
goldnaxj:0:FFE030:04:000:Infinite Magic - Green D PL1
goldnaxj:0:FFE030:06:000:Infinite Magic - Blue W PL1
goldnaxj:0:FFE030:09:000:Infinite Magic - Red V PL1
goldnaxj:0:FFE098:05:000:Infinite Lives PL2
goldnaxj:0:FFC270:30:000:Infinite Energy PL2
goldnaxj:0:FFE0B0:04:000:Infinite Magic - Green D PL2
goldnaxj:0:FFE0B0:06:000:Infinite Magic - Blue W PL2
goldnaxj:0:FFE0B0:09:000:Infinite Magic - Red V PL2
; [ Gondomania (US) ]
gondo:0:14DB:03:000:Infinite Lives PL1
gondo:0:14D7:99:000:Infinite Money PL1
gondo:0:0100:20:020:Invincibility PL1
gondo:0:14E2:99:000:Infinite Main W Ammo PL1
gondo:0:14E4:99:000:Infinite Ext W1 Ammo PL1:Get extra weapon first
gondo:0:14E6:99:000:Infinite Ext W2 Ammo PL1:Get extra weapon first
gondo:0:14E8:99:000:Infinite Ext W3 Ammo PL1:Get extra weapon first
gondo:0:14EA:99:000:Infinite Ext W4 Ammo PL1:Get extra weapon first
gondo:0:14E1:00:000:Main W always Single fire PL1
gondo:0:14E1:01:000:Main W always Triple fire PL1
gondo:0:14E1:02:000:Main W always 6-way fire PL1
gondo:0:14E1:03:000:Main W always Single mis. PL1
gondo:0:14E1:04:000:Main W always Triple mis. PL1
gondo:0:14E1:05:000:Main W always Laser PL1
gondo:0:14E1:06:000:Main W always 5-way sonar PL1
gondo:0:14E1:07:000:Main W always Big "sonar" PL1
gondo:0:14E1:00:001:Main W = Single fire Now! PL1
gondo:0:14E1:01:001:Main W = Triple fire Now! PL1
gondo:0:14E1:02:001:Main W = 6-way fire Now! PL1
gondo:0:14E1:03:001:Main W = Single mis. Now! PL1
gondo:0:14E1:04:001:Main W = Triple mis. Now! PL1
gondo:0:14E1:05:001:Main W = Laser Now! PL1
gondo:0:14E1:06:001:Main W = 5-way sonar Now! PL1
gondo:0:14E1:07:001:Main W = Big "sonar" Now! PL1
gondo:0:14E3:00:001:No extra weapon 1 Now! PL1
gondo:0:14E3:81:001:Ext W1 = Big knife Now! PL1
gondo:0:14E3:82:001:Ext W1 = Small axe Now! PL1
gondo:0:14E3:83:001:Ext W1 = Big axe Now! PL1
gondo:0:14E3:84:001:Ext W1 = Shuriken Now! PL1
gondo:0:14E3:85:001:Ext W1 = Flame balls Now! PL1
gondo:0:14E3:86:001:Ext W1 = Grenade Now! PL1
gondo:0:14E3:87:001:Ext W1 = 4-way bomb Now! PL1
gondo:0:14E5:00:001:No extra weapon 2 Now! PL1
gondo:0:14E5:81:001:Ext W2 = Big knife Now! PL1:Get extra weapon 1 first
gondo:0:14E5:82:001:Ext W2 = Small axe Now! PL1:Get extra weapon 1 first
gondo:0:14E5:83:001:Ext W2 = Big axe Now! PL1:Get extra weapon 1 first
gondo:0:14E5:84:001:Ext W2 = Shuriken Now! PL1:Get extra weapon 1 first
gondo:0:14E5:85:001:Ext W2 = Flame balls Now! PL1:Get extra weapon 1 first
gondo:0:14E5:86:001:Ext W2 = Grenade Now! PL1:Get extra weapon 1 first
gondo:0:14E5:87:001:Ext W2 = 4-way bomb Now! PL1:Get extra weapon 1 first
gondo:0:14E7:00:001:No extra weapon 3 Now! PL1
gondo:0:14E7:81:001:Ext W3 = Big knife Now! PL1:Get extra weapon 2 first
gondo:0:14E7:82:001:Ext W3 = Small axe Now! PL1:Get extra weapon 2 first
gondo:0:14E7:83:001:Ext W3 = Big axe Now! PL1:Get extra weapon 2 first
gondo:0:14E7:84:001:Ext W3 = Shuriken Now! PL1:Get extra weapon 2 first
gondo:0:14E7:85:001:Ext W3 = Flame balls Now! PL1:Get extra weapon 2 first
gondo:0:14E7:86:001:Ext W3 = Grenade Now! PL1:Get extra weapon 2 first
gondo:0:14E7:87:001:Ext W3 = 4-way bomb Now! PL1:Get extra weapon 2 first
gondo:0:14E9:00:001:No extra weapon 4 Now! PL1
gondo:0:14E9:81:001:Ext W4 = Big knife Now! PL1:Get extra weapon 3 first
gondo:0:14E9:82:001:Ext W4 = Small axe Now! PL1:Get extra weapon 3 first
gondo:0:14E9:83:001:Ext W4 = Big axe Now! PL1:Get extra weapon 3 first
gondo:0:14E9:84:001:Ext W4 = Shuriken Now! PL1:Get extra weapon 3 first
gondo:0:14E9:85:001:Ext W4 = Flame balls Now! PL1:Get extra weapon 3 first
gondo:0:14E9:86:001:Ext W4 = Grenade Now! PL1:Get extra weapon 3 first
gondo:0:14E9:87:001:Ext W4 = 4-way bomb Now! PL1:Get extra weapon 3 first
gondo:0:0100:08:020:Always have the armour PL1
gondo:0:0100:10:020:Always have the jets PL1
gondo:0:0100:08:021:Get the armour Now! PL1
gondo:0:0100:10:021:Get the jets Now! PL1
gondo:0:0100:10:041:Lose the jets Now! PL1
gondo:0:0100:08:041:Lose the armour Now! PL1
gondo:0:14E0:03:000:Infinite Lives PL2
gondo:0:14DC:99:000:Infinite Money PL2
gondo:0:0128:20:020:Invincibility PL2
gondo:0:14EC:99:000:Infinite Main W Ammo PL2
gondo:0:14EE:99:000:Infinite Ext W1 Ammo PL2:Get extra weapon first
gondo:0:14F0:99:000:Infinite Ext W2 Ammo PL2:Get extra weapon first
gondo:0:14F2:99:000:Infinite Ext W3 Ammo PL2:Get extra weapon first
gondo:0:14F4:99:000:Infinite Ext W4 Ammo PL2:Get extra weapon first
gondo:0:14EB:00:000:Main W always Single fire PL2
gondo:0:14EB:01:000:Main W always Triple fire PL2
gondo:0:14EB:02:000:Main W always 6-way fire PL2
gondo:0:14EB:03:000:Main W always Single mis. PL2
gondo:0:14EB:04:000:Main W always Triple mis. PL2
gondo:0:14EB:05:000:Main W always Laser PL2
gondo:0:14EB:06:000:Main W always 5-way sonar PL2
gondo:0:14EB:07:000:Main W always Big "sonar" PL2
gondo:0:14EB:00:001:Main W = Single fire Now! PL2
gondo:0:14EB:01:001:Main W = Triple fire Now! PL2
gondo:0:14EB:02:001:Main W = 6-way fire Now! PL2
gondo:0:14EB:03:001:Main W = Single mis. Now! PL2
gondo:0:14EB:04:001:Main W = Triple mis. Now! PL2
gondo:0:14EB:05:001:Main W = Laser Now! PL2
gondo:0:14EB:06:001:Main W = 5-way sonar Now! PL2
gondo:0:14EB:07:001:Main W = Big "sonar" Now! PL2
gondo:0:14ED:00:001:No extra weapon 1 Now! PL2
gondo:0:14ED:81:001:Ext W1 = Big knife Now! PL2
gondo:0:14ED:82:001:Ext W1 = Small axe Now! PL2
gondo:0:14ED:83:001:Ext W1 = Big axe Now! PL2
gondo:0:14ED:84:001:Ext W1 = Shuriken Now! PL2
gondo:0:14ED:85:001:Ext W1 = Flame balls Now! PL2
gondo:0:14ED:86:001:Ext W1 = Grenade Now! PL2
gondo:0:14ED:87:001:Ext W1 = 4-way bomb Now! PL2
gondo:0:14EF:00:001:No extra weapon 2 Now! PL2
gondo:0:14EF:81:001:Ext W2 = Big knife Now! PL2:Get extra weapon 1 first
gondo:0:14EF:82:001:Ext W2 = Small axe Now! PL2:Get extra weapon 1 first
gondo:0:14EF:83:001:Ext W2 = Big axe Now! PL2:Get extra weapon 1 first
gondo:0:14EF:84:001:Ext W2 = Shuriken Now! PL2:Get extra weapon 1 first
gondo:0:14EF:85:001:Ext W2 = Flame balls Now! PL2:Get extra weapon 1 first
gondo:0:14EF:86:001:Ext W2 = Grenade Now! PL2:Get extra weapon 1 first
gondo:0:14EF:87:001:Ext W2 = 4-way bomb Now! PL2:Get extra weapon 1 first
gondo:0:14F1:00:001:No extra weapon 3 Now! PL2
gondo:0:14F1:81:001:Ext W3 = Big knife Now! PL2:Get extra weapon 2 first
gondo:0:14F1:82:001:Ext W3 = Small axe Now! PL2:Get extra weapon 2 first
gondo:0:14F1:83:001:Ext W3 = Big axe Now! PL2:Get extra weapon 2 first
gondo:0:14F1:84:001:Ext W3 = Shuriken Now! PL2:Get extra weapon 2 first
gondo:0:14F1:85:001:Ext W3 = Flame balls Now! PL2:Get extra weapon 2 first
gondo:0:14F1:86:001:Ext W3 = Grenade Now! PL2:Get extra weapon 2 first
gondo:0:14F1:87:001:Ext W3 = 4-way bomb Now! PL2:Get extra weapon 2 first
gondo:0:14F3:00:001:No extra weapon 4 Now! PL2
gondo:0:14F3:81:001:Ext W4 = Big knife Now! PL2:Get extra weapon 3 first
gondo:0:14F3:82:001:Ext W4 = Small axe Now! PL2:Get extra weapon 3 first
gondo:0:14F3:83:001:Ext W4 = Big axe Now! PL2:Get extra weapon 3 first
gondo:0:14F3:84:001:Ext W4 = Shuriken Now! PL2:Get extra weapon 3 first
gondo:0:14F3:85:001:Ext W4 = Flame balls Now! PL2:Get extra weapon 3 first
gondo:0:14F3:86:001:Ext W4 = Grenade Now! PL2:Get extra weapon 3 first
gondo:0:14F3:87:001:Ext W4 = 4-way bomb Now! PL2:Get extra weapon 3 first
gondo:0:0128:08:020:Always have the armour PL2
gondo:0:0128:10:020:Always have the jets PL2
gondo:0:0128:08:021:Get the armour Now! PL2
gondo:0:0128:10:021:Get the jets Now! PL2
gondo:0:0128:10:041:Lose the jets Now! PL2
gondo:0:0128:08:041:Lose the armour Now! PL2
; [ Vs. The Goonies ]
goonies:0:0763:63:000:Infinite Credits
goonies:0:0090:99:007:Infinite Time
goonies:0:0046:79:000:Infinite Lives
goonies:0:00A0:17:000:Infinite Energy
goonies:0:00D0:02:000:Invincibility
goonies:0:05DD:02:500:Invincibility (2/3)
goonies:0:004B:9F:500:Invincibility (3/3)
goonies:0:05F3:01:020:Always have Bomb
goonies:0:05DF:03:000:Always have 3 Keys
goonies:0:05DF:03:001:Get 3 Keys Now!
goonies:0:05F2:32:000:Always Have Slingshot
goonies:0:05F2:32:001:Get Slingshot Now!
goonies:0:05D6:11:000:Maximum Rescues
; [ Gorf ]
gorf:0:D032:05:000:Infinite Lives PL1
gorf:0:D033:05:000:Infinite Lives PL2
gorf:0:0000:00:999:[Cheats for the - Astro Battle,]
gorf:0:0000:00:999:[Laser Attack & Galaxians levels]
gorf:0:D94B:00:001:Finish this Level Now!
gorf:0:0000:00:999:[Cheats for the Space Warp level]
gorf:0:DDA0:00:001:Finish Level After Cur.UFO
gorf:0:0000:00:999:[Cheats for the Flag Ship levels]
gorf:0:DDD7:00:000:Always shoot thro' Shield
gorf:0:DDD7:01:000:Never shoot thro' Shield
; [ Gorf (Program 1) ]
gorfpgm1:0:D032:05:000:Infinite Lives PL1
gorfpgm1:0:D033:05:000:Infinite Lives PL2
gorfpgm1:0:0000:00:999:[Cheats for the - Astro Battle,]
gorfpgm1:0:0000:00:999:[Laser Attack & Galaxians levels]
gorfpgm1:0:D94A:00:001:Finish this Level Now!
gorfpgm1:0:0000:00:999:[Cheats for the Space Warp level]
gorfpgm1:0:DDDB:00:001:Finish Level After Cur.UFO
gorfpgm1:0:0000:00:999:[Cheats for the Flag Ship levels]
gorfpgm1:0:DD9C:00:000:Always shoot thro' Shield
gorfpgm1:0:DD9C:01:000:Never shoot thro' Shield
; [ Got-Ya (12/24/1981, prototype?) ]
gotya:0:5087:06:000:Infinite Lives PL1
gotya:0:5088:06:000:Infinite Lives PL2
; [ Voltage Fighter - Gowcaizer / Choujin Gakuen Gowcaizer ]
gowcaizr:0:1062E1:3C:000:Infinite Time
gowcaizr:0:102D09:64:000:Infinite Energy PL1
gowcaizr:0:1035BF:64:000:Infinite Energy PL2
gowcaizr:0:000000:00:999:[ Free player selection ]
gowcaizr:0:000000:00:999:[Use at ANY selection screen]
gowcaizr:0:000000:00:999:[Ohga vs. Ohga doesn't work ]
gowcaizr:0:10464D:00:001:Play with Gowcaizer PL1
gowcaizr:0:10464D:01:001:Play with Captain PL1
gowcaizr:0:10464D:02:001:Play with Karin PL1
gowcaizr:0:10464D:03:001:Play with Fudomaru PL1
gowcaizr:0:10464D:04:001:Play with Marion PL1
gowcaizr:0:10464D:05:001:Play with Shaia PL1
gowcaizr:0:10464D:06:001:Play with Shenlong PL1
gowcaizr:0:10464D:07:001:Play with Kyosuke PL1
gowcaizr:0:10464D:08:001:Play with Stinger PL1
gowcaizr:0:10464D:09:001:Play with Brider PL1
gowcaizr:0:10464D:0A:001:Play with Platonic Twins PL1
gowcaizr:0:10464D:0B:001:Play with Ohga PL1:Loses cause end of game
gowcaizr:0:10467D:00:001:Play with Gowcaizer PL2
gowcaizr:0:10467D:01:001:Play with Captain PL2
gowcaizr:0:10467D:02:001:Play with Karin PL2
gowcaizr:0:10467D:03:001:Play with Fudomaru PL2
gowcaizr:0:10467D:04:001:Play with Marion PL2
gowcaizr:0:10467D:05:001:Play with Shaia PL2
gowcaizr:0:10467D:06:001:Play with Shenlong PL2
gowcaizr:0:10467D:07:001:Play with Kyosuke PL2
gowcaizr:0:10467D:08:001:Play with Stinger PL2
gowcaizr:0:10467D:09:001:Play with Brider PL2
gowcaizr:0:10467D:0A:001:Play with Platonic Twins PL2
gowcaizr:0:10467D:0B:001:Play with Ohga PL2:Loses cause end of game
; [ Ghost Pilots ]
gpilots:0:103F37:09:000:Infinite Lives PL1
gpilots:0:103F40:09:000:Infinite Bombs PL1
gpilots:0:103F44:99:001:Get 99 Stars Now! PL1
gpilots:0:103F3D:1C:000:Maximum Weapon Power PL1
gpilots:0:102526:27:000:Invincibility PL1
gpilots:0:103FB7:09:000:Infinite Lives PL2
gpilots:0:103FC0:09:000:Infinite Bombs PL2
gpilots:0:103FC4:99:001:Get 99 Stars Now! PL2
gpilots:0:103FBD:1C:000:Maximum Weapon Power PL2
gpilots:0:103226:27:000:Invincibility PL2
; [ Gradius ]
gradius:0:0702A0:05:000:Infinite Lives
gradius:0:070800:01:000:Invincibility
gradius:0:07080A:02:500:Invincibility (2/3)
gradius:0:070819:00:500:Invincibility (3/3)
gradius:0:07080E:02:000:Constant Speedup Speed=2
gradius:0:07080E:03:000:Constant Speedup Speed=3
gradius:0:07080E:04:000:Constant Speedup Speed=4
gradius:0:07080E:05:000:Constant Speedup Speed=5
gradius:0:07080E:06:000:Constant Speedup Speed=6-FULL
gradius:0:070825:01:000:Constant Missile
gradius:0:070827:01:000:Constant Double
gradius:0:070827:02:000:Constant Laser
gradius:0:0702AC:05:000:Infinite 5 Coins
gradius:0:0702AC:06:000:Infinite 6 Coins
gradius:0:0705E3:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code
gradius:0:01FF06:FF:000:WakeUp Music Timer Stop:Start again after the use
; [ Gradius II - Gofer no Yabou (Japan set 1) ]
gradius2:2:060400:09:000:Infinite Lives
gradius2:2:14007E:00:000:Invincibility:Not perfect yet
gradius2:2:140055:10:500:Invincibility (2/2):Not perfect yet
gradius2:2:06040F:0C:000:Next Capsule Blue
gradius2:2:060420:01:001:Gauge = SpeedUp Now!
gradius2:2:060420:02:001:Gauge = Missile Now!
gradius2:2:060420:03:001:Gauge = Double Now!
gradius2:2:060420:04:001:Gauge = Laser Now!
gradius2:2:060420:05:001:Gauge = Option Now!
gradius2:2:060420:06:001:Gauge = Shield Now!
gradius2:2:060420:06:071:Gauge = Bar Select Now!
gradius2:0:000000:00:999:[Enable these cheats on the ]
gradius2:0:000000:00:999:[weapon select mode screen ]
gradius2:0:000000:00:999:[ Round 1 Area from 1 to 5 ]
gradius2:0:000000:00:999:[ Round 2 Area from 1 to 5 ]
gradius2:0:000000:00:999:[ Round 3 Area from 1 to 5 ]
gradius2:0:000000:00:999:[ Round 4 Area from 1 to 4 ]
gradius2:0:000000:00:999:[ Round 5 Area from 1 to 6 ]
gradius2:0:000000:00:999:[ Round 6 Area from 1 to 9 ]
gradius2:0:000000:00:999:[ Round 7 Area from 1 only ]
gradius2:0:000000:00:999:[ Round 8 Area from 1 to 6 ]
gradius2:2:06041B:FF:070:Select Starting Lap
gradius2:2:060419:08:070:Select Starting Round
gradius2:2:060411:00:001:Start in Area 1
gradius2:2:060411:04:001:Start in Area 2
gradius2:2:060411:08:001:Start in Area 3
gradius2:2:060411:0C:001:Start in Area 4
gradius2:2:060411:10:001:Start in Area 5
gradius2:2:060411:14:001:Start in Area 6
gradius2:2:060411:18:001:Start in Area 7
gradius2:2:060411:1C:001:Start in Area 8
gradius2:2:060411:20:001:Start in Area 9
gradius2:2:060002:FF:000:Sound Test Timer Stop:[PL1 Shot3]Next Code
; [ Gradius III (Japan) ]
gradius3:0:101050:03:000:Infinite Lives
gradius3:0:10101B:00:000:Invincibility(Sprite Only)
gradius3:0:101001:02:000:Invincibility(Object+Sprite):Can't Move!!
gradius3:0:10101B:08:000:Invincibility+4Normal Options
gradius3:0:10101B:0A:000:Invincibility+4Snake Options
gradius3:0:10106A:01:001:Gauge [SPEED UP]
gradius3:0:10106A:02:001:Gauge [MISSILE]
gradius3:0:10106A:03:001:Gauge [DOUBLE]
gradius3:0:10106A:04:001:Gauge [LASER]
gradius3:0:10106A:05:001:Gauge [OPTION]
gradius3:0:10106A:06:001:Gauge [?]
gradius3:0:10106A:07:001:Gauge [!]
gradius3:0:10106A:01:000:Gauge Hold [SPEED UP]
gradius3:0:10106A:02:000:Gauge Hold [MISSILE]
gradius3:0:10106A:03:000:Gauge Hold [DOUBLE]
gradius3:0:10106A:04:000:Gauge Hold [LASER]
gradius3:0:10106A:05:000:Gauge Hold [OPTION]
gradius3:0:10106A:06:000:Gauge Hold [?]
gradius3:0:10106A:07:000:Gauge Hold [!]
gradius3:0:000000:00:999:[ Change Current Speed Now!!]
gradius3:0:10102C:01:001:1st Speed
gradius3:0:10102D:00:501:1st Speed(2/2)
gradius3:0:10102C:01:001:2nd Speed
gradius3:0:10102D:C0:501:2nd Speed(2/2)
gradius3:0:10102C:02:001:3rd Speed
gradius3:0:10102D:80:501:3rd Speed(2/2)
gradius3:0:10102C:03:001:4th Speed
gradius3:0:10102D:40:501:4th Speed(2/2)
gradius3:0:10102C:04:001:5th Speed
gradius3:0:10102D:00:501:5th Speed(2/2)
gradius3:0:10102C:04:001:Top Speed
gradius3:0:10102D:C0:501:Top Speed(2/2)
gradius3:0:000000:00:999:[ Equip with Missile Now!! ]
gradius3:0:10106D:00:001:Lost Missile
gradius3:0:10106D:01:001:Normal
gradius3:0:10106D:02:001:Photon Torpedo
gradius3:0:10106D:03:001:Spread Bomb
gradius3:0:10106D:04:001:2Way
gradius3:0:10106D:06:001:Control
gradius3:0:10106D:07:001:Upper
gradius3:0:10106D:08:001:S.Spread
gradius3:0:000000:00:999:[ Equip with MainShot Now!! ]
gradius3:0:10106C:00:001:Normal Shot
gradius3:0:10106C:01:001:TailGun
gradius3:0:10106C:02:001:Vertical
gradius3:0:10106C:03:001:Double
gradius3:0:10106C:04:001:Normal Laser
gradius3:0:10106C:05:001:C.Laser
gradius3:0:10106C:06:001:Twin Laser
gradius3:0:10106C:07:001:Ripple
gradius3:0:10106C:08:001:Free Way
gradius3:0:10106C:09:001:Spread Gun
gradius3:0:10106C:0A:001:E.Laser
gradius3:0:000000:00:999:[ Hold Current Speed ]
gradius3:0:10102C:01:000:1st Speed
gradius3:0:10102D:00:500:1st Speed (2/2)
gradius3:0:10102C:01:000:2nd Speed
gradius3:0:10102D:C0:500:2nd Speed (2/2)
gradius3:0:10102C:02:000:3rd Speed
gradius3:0:10102D:80:500:3rd Speed (2/2)
gradius3:0:10102C:03:000:4th Speed
gradius3:0:10102D:40:500:4th Speed (2/2)
gradius3:0:10102C:04:000:5th Speed
gradius3:0:10102D:00:500:5th Speed (2/2)
gradius3:0:10102C:04:000:Top Speed
gradius3:0:10102D:C0:500:Top Speed (2/2)
gradius3:0:000000:00:999:[ Always have equip Missile ]
gradius3:0:10106D:00:000:Lost Missile
gradius3:0:10106D:01:000:Normal
gradius3:0:10106D:02:000:Photon Torpedo
gradius3:0:10106D:03:000:Spread Bomb
gradius3:0:10106D:04:000:2Way
gradius3:0:10106D:06:000:Control
gradius3:0:10106D:07:000:Upper
gradius3:0:10106D:08:000:S.Spread
gradius3:0:000000:00:999:[ Always have equip MainShot]
gradius3:0:10106C:00:000:Normal Shot
gradius3:0:10106C:01:000:TailGun
gradius3:0:10106C:02:000:Vertical
gradius3:0:10106C:03:000:Double
gradius3:0:10106C:04:000:Normal Laser
gradius3:0:10106C:05:000:C.Laser
gradius3:0:10106C:06:000:Twin Laser
gradius3:0:10106C:07:000:Ripple
gradius3:0:10106C:08:000:Free Way
gradius3:0:10106C:09:000:Spread Gun
gradius3:0:10106C:0A:000:E.Laser
gradius3:0:000000:00:999:[ Edit Current Weapon Type ]
gradius3:0:10106E:00:001:Weapon Type A
gradius3:0:10106E:01:001:Weapon Type B
gradius3:0:10106E:02:001:Weapon Type C
gradius3:0:10106E:03:001:Weapon Type D
gradius3:0:10106E:05:001:Weapon Type EDIT
gradius3:0:000000:00:999:[ Edit Current Missile Type ]
gradius3:0:101075:02:000:Normal Missile
gradius3:0:101075:03:000:Photon Torpedo
gradius3:0:101075:04:000:Spread Bomb
gradius3:0:101075:05:000:2Way
gradius3:0:101075:16:000:Control
gradius3:0:101075:1C:000:Upper
gradius3:0:101075:1D:000:S.Spread
gradius3:0:000000:00:999:[ Edit Current Double Type ]
gradius3:0:101077:06:000:Tail Gun
gradius3:0:101077:07:000:Vertical
gradius3:0:101077:08:000:Normal Double
gradius3:0:101077:13:000:Free Way
gradius3:0:101077:17:000:Spread
gradius3:0:000000:00:999:[ Edit Current Laser Type ]
gradius3:0:101079:09:000:Normal Laser
gradius3:0:101079:0A:000:C.Laser
gradius3:0:101079:0B:000:Twin Laser
gradius3:0:101079:0C:000:Ripple
gradius3:0:101079:18:000:E.Laser
gradius3:0:000000:00:999:[ Edit Current Option Type ]
gradius3:0:10107B:0D:000:Normal Option
gradius3:0:10107B:0E:000:Snake Option
gradius3:0:000000:00:999:[ Edit Current Shield Type ]
gradius3:0:10107D:10:000:Shield
gradius3:0:10107D:12:000:Force Shield
gradius3:0:10107D:11:000:Free Shield
gradius3:0:10107D:1A:000:Reduce
gradius3:0:000000:00:999:[ Edit Current Special Type ]
gradius3:0:10107F:14:000:Flash
gradius3:0:10107F:1B:000:Normal
gradius3:0:10107F:19:000:Speed Down
gradius3:0:10107F:1E:000:Option
gradius3:0:000000:00:999:[ Round Select ]
gradius3:0:1039C3:FF:071:Select Lap
gradius3:0:101051:0C:071:Select Round
gradius3:0:1038F1:00:000:Start area 0
gradius3:0:1038F1:01:000:Start area 1
gradius3:0:1038F1:02:000:Start area 2
gradius3:0:1038F1:03:000:Start area 3
gradius3:0:1038F1:04:000:Start area 4
gradius3:0:1038F1:05:000:Start area 5
gradius3:0:1038F1:06:000:Start area 6
gradius3:0:1038F1:07:000:Start area 7
gradius3:0:1038F1:08:000:Start area 8
gradius3:0:1038F1:09:000:Start area 9
gradius3:0:1038F1:0A:000:Start area 10
gradius3:0:1038F1:0B:000:Start area 11
gradius3:0:1038F1:0C:000:Start area 12
gradius3:0:1038F1:0D:000:Start area 13
gradius3:0:1038F1:0E:000:Start area 14
gradius3:0:1038F1:0F:000:Start area 15
gradius3:0:1038F1:10:000:Start area 16
gradius3:0:1038F1:11:000:Start area 17
gradius3:0:1038F1:12:000:Start area 18
gradius3:0:1038F1:13:000:Start area 19
gradius3:0:1038F1:14:000:Start area 20
gradius3:0:1038F1:15:000:Start area 21
gradius3:0:1038F1:16:000:Start area 22
gradius3:0:1038F1:17:000:Start area 23
gradius3:0:1038F1:18:000:Start area 24
gradius3:0:1038F1:19:000:Start area 25
gradius3:0:1038F1:1A:000:Start area 26
gradius3:0:1038F1:1B:000:Start area 27
gradius3:0:1038F1:1C:000:Start area 28
gradius3:0:1038F1:1D:000:Start area 29
gradius3:0:1038F1:1E:000:Start area 30
gradius3:0:1038F1:1F:000:Start area 31
gradius3:0:1038F1:20:000:Start area 32
gradius3:0:040002:41:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Gravitar (version 3) ]
gravitar:0:0042:06:000:Infinite Lives PL1
gravitar:0:016C:99:000:Infinite Fuel PL1
gravitar:0:0043:06:000:Infinite Lives PL1
gravitar:0:0169:99:000:Infinite Fuel PL1
; [ Gravitar (version 2) ]
gravitr2:0:0042:06:000:Infinite Lives PL1
gravitr2:0:016C:99:000:Infinite Fuel PL1
gravitr2:0:0043:06:000:Infinite Lives PL1
gravitr2:0:0169:99:000:Infinite Fuel PL1
; [ Grand Champion ]
grchamp:0:4214:99:000:Infinite Time
grchamp:0:4181:01:000:Always be ranked number 1
; [ Gradius II - Gofer no Yabou (Japan set 2) ]
grdius2a:2:060400:09:000:Infinite Lives
grdius2a:2:14007E:00:000:Invincibility:Not perfect yet
grdius2a:2:140055:10:500:Invincibility (2/2):Not perfect yet
grdius2a:2:06040F:0C:000:Next Capsule Blue
grdius2a:2:060420:01:001:Gauge = SpeedUp Now!
grdius2a:2:060420:02:001:Gauge = Missile Now!
grdius2a:2:060420:03:001:Gauge = Double Now!
grdius2a:2:060420:04:001:Gauge = Laser Now!
grdius2a:2:060420:05:001:Gauge = Option Now!
grdius2a:2:060420:06:001:Gauge = Shield Now!
grdius2a:2:060420:06:071:Gauge = Bar Select Now!
grdius2a:0:000000:00:999:[Enable these cheats on the ]
grdius2a:0:000000:00:999:[weapon select mode screen ]
grdius2a:0:000000:00:999:[ Round 1 Area from 1 to 5 ]
grdius2a:0:000000:00:999:[ Round 2 Area from 1 to 5 ]
grdius2a:0:000000:00:999:[ Round 3 Area from 1 to 5 ]
grdius2a:0:000000:00:999:[ Round 4 Area from 1 to 4 ]
grdius2a:0:000000:00:999:[ Round 5 Area from 1 to 6 ]
grdius2a:0:000000:00:999:[ Round 6 Area from 1 to 9 ]
grdius2a:0:000000:00:999:[ Round 7 Area from 1 only ]
grdius2a:0:000000:00:999:[ Round 8 Area from 1 to 6 ]
grdius2a:2:06041B:FF:070:Select Starting Lap
grdius2a:2:060419:08:070:Select Starting Round
grdius2a:2:060411:00:001:Start in Area 1
grdius2a:2:060411:04:001:Start in Area 2
grdius2a:2:060411:08:001:Start in Area 3
grdius2a:2:060411:0C:001:Start in Area 4
grdius2a:2:060411:10:001:Start in Area 5
grdius2a:2:060411:14:001:Start in Area 6
grdius2a:2:060411:18:001:Start in Area 7
grdius2a:2:060411:1C:001:Start in Area 8
grdius2a:2:060411:20:001:Start in Area 9
grdius2a:2:060002:FF:000:Sound Test Timer Stop:[PL1 Shot3]Next Code
; [ Gradius II - Gofer no Yabou (Japan set 3) ]
grdius2b:2:060400:09:000:Infinite Lives
grdius2b:2:14007E:00:000:Invincibility:Not perfect yet
grdius2b:2:140055:10:500:Invincibility (2/2):Not perfect yet
grdius2b:2:06040F:0C:000:Next Capsule Blue
grdius2b:2:060420:01:001:Gauge = SpeedUp Now!
grdius2b:2:060420:02:001:Gauge = Missile Now!
grdius2b:2:060420:03:001:Gauge = Double Now!
grdius2b:2:060420:04:001:Gauge = Laser Now!
grdius2b:2:060420:05:001:Gauge = Option Now!
grdius2b:2:060420:06:001:Gauge = Shield Now!
grdius2b:2:060420:06:071:Gauge = Bar Select Now!
grdius2b:0:000000:00:999:[Enable these cheats on the ]
grdius2b:0:000000:00:999:[weapon select mode screen ]
grdius2b:0:000000:00:999:[ Round 1 Area from 1 to 5 ]
grdius2b:0:000000:00:999:[ Round 2 Area from 1 to 5 ]
grdius2b:0:000000:00:999:[ Round 3 Area from 1 to 5 ]
grdius2b:0:000000:00:999:[ Round 4 Area from 1 to 4 ]
grdius2b:0:000000:00:999:[ Round 5 Area from 1 to 6 ]
grdius2b:0:000000:00:999:[ Round 6 Area from 1 to 9 ]
grdius2b:0:000000:00:999:[ Round 7 Area from 1 only ]
grdius2b:0:000000:00:999:[ Round 8 Area from 1 to 6 ]
grdius2b:2:06041B:FF:070:Select Starting Lap
grdius2b:2:060419:08:070:Select Starting Round
grdius2b:2:060411:00:001:Start in Area 1
grdius2b:2:060411:04:001:Start in Area 2
grdius2b:2:060411:08:001:Start in Area 3
grdius2b:2:060411:0C:001:Start in Area 4
grdius2b:2:060411:10:001:Start in Area 5
grdius2b:2:060411:14:001:Start in Area 6
grdius2b:2:060411:18:001:Start in Area 7
grdius2b:2:060411:1C:001:Start in Area 8
grdius2b:2:060411:20:001:Start in Area 9
grdius2b:2:060002:FF:000:Sound Test Timer Stop:[PL1 Shot3]Next Code
; [ Gradius III (Asia) ]
grdius3a:0:101050:03:000:Infinite Lives
grdius3a:0:10101B:00:000:Invincibility(Sprite Only)
grdius3a:0:101001:02:000:Invincibility(Object+Sprite):Can't Move!!
grdius3a:0:10101B:08:000:Invincibility+4Normal Options
grdius3a:0:10101B:0A:000:Invincibility+4Snake Options
grdius3a:0:10106A:01:001:Gauge [SPEED UP]
grdius3a:0:10106A:02:001:Gauge [MISSILE]
grdius3a:0:10106A:03:001:Gauge [DOUBLE]
grdius3a:0:10106A:04:001:Gauge [LASER]
grdius3a:0:10106A:05:001:Gauge [OPTION]
grdius3a:0:10106A:06:001:Gauge [?]
grdius3a:0:10106A:07:001:Gauge [!]
grdius3a:0:10106A:01:000:Gauge Hold [SPEED UP]
grdius3a:0:10106A:02:000:Gauge Hold [MISSILE]
grdius3a:0:10106A:03:000:Gauge Hold [DOUBLE]
grdius3a:0:10106A:04:000:Gauge Hold [LASER]
grdius3a:0:10106A:05:000:Gauge Hold [OPTION]
grdius3a:0:10106A:06:000:Gauge Hold [?]
grdius3a:0:10106A:07:000:Gauge Hold [!]
grdius3a:0:000000:00:999:[ Change Current Speed Now!!]
grdius3a:0:10102C:01:001:1st Speed
grdius3a:0:10102D:00:501:1st Speed(2/2)
grdius3a:0:10102C:01:001:2nd Speed
grdius3a:0:10102D:C0:501:2nd Speed(2/2)
grdius3a:0:10102C:02:001:3rd Speed
grdius3a:0:10102D:80:501:3rd Speed(2/2)
grdius3a:0:10102C:03:001:4th Speed
grdius3a:0:10102D:40:501:4th Speed(2/2)
grdius3a:0:10102C:04:001:5th Speed
grdius3a:0:10102D:00:501:5th Speed(2/2)
grdius3a:0:10102C:04:001:Top Speed
grdius3a:0:10102D:C0:501:Top Speed(2/2)
grdius3a:0:000000:00:999:[ Equip with Missile Now!! ]
grdius3a:0:10106D:00:001:Lost Missile
grdius3a:0:10106D:01:001:Normal
grdius3a:0:10106D:02:001:Photon Torpedo
grdius3a:0:10106D:03:001:Spread Bomb
grdius3a:0:10106D:04:001:2Way
grdius3a:0:10106D:06:001:Control
grdius3a:0:10106D:07:001:Upper
grdius3a:0:10106D:08:001:S.Spread
grdius3a:0:000000:00:999:[ Equip with MainShot Now!! ]
grdius3a:0:10106C:00:001:Normal Shot
grdius3a:0:10106C:01:001:TailGun
grdius3a:0:10106C:02:001:Vertical
grdius3a:0:10106C:03:001:Double
grdius3a:0:10106C:04:001:Normal Laser
grdius3a:0:10106C:05:001:C.Laser
grdius3a:0:10106C:06:001:Twin Laser
grdius3a:0:10106C:07:001:Ripple
grdius3a:0:10106C:08:001:Free Way
grdius3a:0:10106C:09:001:Spread Gun
grdius3a:0:10106C:0A:001:E.Laser
grdius3a:0:000000:00:999:[ Hold Current Speed ]
grdius3a:0:10102C:01:000:1st Speed
grdius3a:0:10102D:00:500:1st Speed (2/2)
grdius3a:0:10102C:01:000:2nd Speed
grdius3a:0:10102D:C0:500:2nd Speed (2/2)
grdius3a:0:10102C:02:000:3rd Speed
grdius3a:0:10102D:80:500:3rd Speed (2/2)
grdius3a:0:10102C:03:000:4th Speed
grdius3a:0:10102D:40:500:4th Speed (2/2)
grdius3a:0:10102C:04:000:5th Speed
grdius3a:0:10102D:00:500:5th Speed (2/2)
grdius3a:0:10102C:04:000:Top Speed
grdius3a:0:10102D:C0:500:Top Speed (2/2)
grdius3a:0:000000:00:999:[ Always have equip Missile ]
grdius3a:0:10106D:00:000:Lost Missile
grdius3a:0:10106D:01:000:Normal
grdius3a:0:10106D:02:000:Photon Torpedo
grdius3a:0:10106D:03:000:Spread Bomb
grdius3a:0:10106D:04:000:2Way
grdius3a:0:10106D:06:000:Control
grdius3a:0:10106D:07:000:Upper
grdius3a:0:10106D:08:000:S.Spread
grdius3a:0:000000:00:999:[ Always have equip MainShot]
grdius3a:0:10106C:00:000:Normal Shot
grdius3a:0:10106C:01:000:TailGun
grdius3a:0:10106C:02:000:Vertical
grdius3a:0:10106C:03:000:Double
grdius3a:0:10106C:04:000:Normal Laser
grdius3a:0:10106C:05:000:C.Laser
grdius3a:0:10106C:06:000:Twin Laser
grdius3a:0:10106C:07:000:Ripple
grdius3a:0:10106C:08:000:Free Way
grdius3a:0:10106C:09:000:Spread Gun
grdius3a:0:10106C:0A:000:E.Laser
grdius3a:0:000000:00:999:[ Edit Current Weapon Type ]
grdius3a:0:10106E:00:001:Weapon Type A
grdius3a:0:10106E:01:001:Weapon Type B
grdius3a:0:10106E:02:001:Weapon Type C
grdius3a:0:10106E:03:001:Weapon Type D
grdius3a:0:10106E:05:001:Weapon Type EDIT
grdius3a:0:000000:00:999:[ Edit Current Missile Type ]
grdius3a:0:101075:02:000:Normal Missile
grdius3a:0:101075:03:000:Photon Torpedo
grdius3a:0:101075:04:000:Spread Bomb
grdius3a:0:101075:05:000:2Way
grdius3a:0:101075:16:000:Control
grdius3a:0:101075:1C:000:Upper
grdius3a:0:101075:1D:000:S.Spread
grdius3a:0:000000:00:999:[ Edit Current Double Type ]
grdius3a:0:101077:06:000:Tail Gun
grdius3a:0:101077:07:000:Vertical
grdius3a:0:101077:08:000:Normal Double
grdius3a:0:101077:13:000:Free Way
grdius3a:0:101077:17:000:Spread
grdius3a:0:000000:00:999:[ Edit Current Laser Type ]
grdius3a:0:101079:09:000:Normal Laser
grdius3a:0:101079:0A:000:C.Laser
grdius3a:0:101079:0B:000:Twin Laser
grdius3a:0:101079:0C:000:Ripple
grdius3a:0:101079:18:000:E.Laser
grdius3a:0:000000:00:999:[ Edit Current Option Type ]
grdius3a:0:10107B:0D:000:Normal Option
grdius3a:0:10107B:0E:000:Snake Option
grdius3a:0:000000:00:999:[ Edit Current Shield Type ]
grdius3a:0:10107D:10:000:Shield
grdius3a:0:10107D:12:000:Force Shield
grdius3a:0:10107D:11:000:Free Shield
grdius3a:0:10107D:1A:000:Reduce
grdius3a:0:000000:00:999:[ Edit Current Special Type ]
grdius3a:0:10107F:14:000:Flash
grdius3a:0:10107F:1B:000:Normal
grdius3a:0:10107F:19:000:Speed Down
grdius3a:0:10107F:1E:000:Option
grdius3a:0:000000:00:999:[ Round Select ]
grdius3a:0:1039C3:FF:071:Select Lap
grdius3a:0:101051:0C:071:Select Round
grdius3a:0:1038F1:00:000:Start area 0
grdius3a:0:1038F1:01:000:Start area 1
grdius3a:0:1038F1:02:000:Start area 2
grdius3a:0:1038F1:03:000:Start area 3
grdius3a:0:1038F1:04:000:Start area 4
grdius3a:0:1038F1:05:000:Start area 5
grdius3a:0:1038F1:06:000:Start area 6
grdius3a:0:1038F1:07:000:Start area 7
grdius3a:0:1038F1:08:000:Start area 8
grdius3a:0:1038F1:09:000:Start area 9
grdius3a:0:1038F1:0A:000:Start area 10
grdius3a:0:1038F1:0B:000:Start area 11
grdius3a:0:1038F1:0C:000:Start area 12
grdius3a:0:1038F1:0D:000:Start area 13
grdius3a:0:1038F1:0E:000:Start area 14
grdius3a:0:1038F1:0F:000:Start area 15
grdius3a:0:1038F1:10:000:Start area 16
grdius3a:0:1038F1:11:000:Start area 17
grdius3a:0:1038F1:12:000:Start area 18
grdius3a:0:1038F1:13:000:Start area 19
grdius3a:0:1038F1:14:000:Start area 20
grdius3a:0:1038F1:15:000:Start area 21
grdius3a:0:1038F1:16:000:Start area 22
grdius3a:0:1038F1:17:000:Start area 23
grdius3a:0:1038F1:18:000:Start area 24
grdius3a:0:1038F1:19:000:Start area 25
grdius3a:0:1038F1:1A:000:Start area 26
grdius3a:0:1038F1:1B:000:Start area 27
grdius3a:0:1038F1:1C:000:Start area 28
grdius3a:0:1038F1:1D:000:Start area 29
grdius3a:0:1038F1:1E:000:Start area 30
grdius3a:0:1038F1:1F:000:Start area 31
grdius3a:0:1038F1:20:000:Start area 32
grdius3a:0:040002:41:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Sen Jin - Guardian Storm (Korea) ]
grdnstrm:0:3C0021:63:000:Infinite Credits
grdnstrm:0:3C024B:07:000:Infinite Lives PL1
grdnstrm:0:3C0263:09:000:Infinite Bombs PL1
grdnstrm:0:3CB3DE:00:000:Invincibility PL1
grdnstrm:0:3CB3DF:03:500:Invincibility PL1 (2/2)
grdnstrm:0:3CB3D5:07:000:Maximum Fire Power PL1
grdnstrm:0:3C024D:07:000:Infinite Lives PL2
grdnstrm:0:3C0265:09:000:Infinite Bombs PL2
grdnstrm:0:3CBBDE:00:000:Invincibility PL2
grdnstrm:0:3CBBDF:03:500:Invincibility PL2 (2/2)
grdnstrm:0:3CBBD5:07:000:Maximum Fire Power PL2
; [ Galaxy Rescue ]
grescue:0:21AC:06:000:Infinite Lives PL1
grescue:0:21A2:80:000:Infinite Fuel PL1
grescue:0:22AC:06:000:Infinite Lives PL2
grescue:0:22A2:80:000:Infinite Fuel PL2
grescue:0:218D:00:000:Enemies once per Round: Also no Fireballs
grescue:0:21AB:00:000:Always Round 1 (Slow Enemies)
grescue:0:21AE:05:001:1 Rescue Ends Round Now!
grescue:0:212D:01:501:1 Rescue Ends Round Now!(2/2)
grescue:0:21A0:01:501:1 Rescue Ends Round Now!(3/2)
; [ Gridiron Fight ]
gridiron:0:C00C:5B:000:Infinite Time
gridiron:0:C106:00:000:Always First Down
gridiron:0:C106:00:001:Make it the First Down Now!
gridiron:0:C106:03:001:Make it the Fourth Down Now!
gridiron:0:C108:00:001:Make it the 1st Quarter Now!
gridiron:0:C108:01:001:Make it the 2nd Quarter Now!
gridiron:0:C108:02:001:Make it the 3rd Quarter Now!
gridiron:0:C108:03:001:Make it the Last Quarter Now!
gridiron:0:C00C:01:001:Finish Quarter Time Now!
; [ Gridlee ]
gridlee:0:042C:99:000:Infinite Credits
gridlee:0:0438:06:002:Infinite Lives PL1
gridlee:0:0467:06:000:Infinite Lives PL2
; [ Grind Stormer ]
grindstm:0:1003B3:09:000:Infinite Credits
grindstm:0:100641:0F:000:Infinite Lives
grindstm:0:10065F:06:000:Infinite Bombs
grindstm:0:000000:00:999:[See the Dip Switch Menu to ]
grindstm:0:000000:00:999:[enable an Invincibility PL1]
grindstm:0:000000:00:999:[cheat. But the dipswitch ]
grindstm:0:000000:00:999:[causes a game crash when ]
grindstm:0:000000:00:999:[PL2 is selected. ]
grindstm:0:10060B:02:000:Always have 4 Side Ships
grindstm:0:1005EB:B0:000:Always have Shot Side Ships
grindstm:0:100605:00:500:Always have Shot Side Ships
grindstm:0:1005EB:B4:000:Always have Search Side Ships
grindstm:0:100605:01:500:Always have Search Side Ships
grindstm:0:1005EB:C4:000:Always have Missile Side Ships
grindstm:0:100605:02:500:Always have Missile Side Ships
grindstm:0:10060B:02:001:Get 4 Side Ships Now!
grindstm:0:1005EB:B0:001:Get Shot Side Ships Now!
grindstm:0:100605:00:501:Get Shot Side Ships Now!
grindstm:0:1005EB:B4:001:Get Search Side Ships Now!
grindstm:0:100605:01:501:Get Search Side Ships Now!
grindstm:0:1005EB:C4:001:Get Missile Side Ships Now!
grindstm:0:100605:02:501:Get Missile Side Ships Now!
; [ Grobda (New version) ]
grobda:0:0916:04:000:Infinite Lives
grobda:0:091C:27:000:Infinite Energy
grobda:0:09E7:00:000:Invincibility
; [ Grobda (Old version set 1) ]
grobda2:0:0916:04:000:Infinite Lives
grobda2:0:091C:27:000:Infinite Energy
grobda2:0:09E7:00:000:Invincibility
; [ Grobda (Old version set 2) ]
grobda3:0:0916:04:000:Infinite Lives
grobda3:0:091C:27:000:Infinite Energy
grobda3:0:09E7:00:000:Invincibility
; [ Growl (World) ]
growl:0:107869:28:000:Infinite Energy PL1
growl:0:1078C5:EE:000:Invincibility PL1
growl:0:107845:06:000:Infinite Ammo PL1
growl:0:000000:00:999:[Note these weapon cheats ]
growl:0:000000:00:999:[must be used with ]
growl:0:000000:00:999:[invincibility enabled and a]
growl:0:000000:00:999:[weapon in use at the time. ]
growl:0:1078BB:00:001:Lose Weapon Now! PL1
growl:0:1078BB:01:001:Change to Knife Now! PL1
growl:0:1078BB:02:001:Change to Revolver Now! PL1
growl:0:1078BB:03:001:Change to Whip Now! PL1
growl:0:1078BB:05:001:Change to Ass. Rifle Now! PL1
growl:0:1078BB:06:001:Change to R Launcher Now! PL1
growl:0:1078BB:07:001:Change to Grenade Now! PL1
growl:0:1078BB:08:001:Change to Crow Bar Now! PL1
growl:0:1078BB:09:001:Change to Sword Now! PL1
growl:0:107969:28:000:Infinite Energy PL2
growl:0:1079C5:EE:000:Invincibility PL2
growl:0:107945:06:000:Infinite Ammo PL2
growl:0:000000:00:999:[Note these weapon cheats ]
growl:0:000000:00:999:[must be used with ]
growl:0:000000:00:999:[invincibility enabled and a]
growl:0:000000:00:999:[weapon in use at the time. ]
growl:0:1079BB:00:001:Lose Weapon Now! PL2
growl:0:1079BB:01:001:Change to Knife Now! PL2
growl:0:1079BB:02:001:Change to Revolver Now! PL2
growl:0:1079BB:03:001:Change to Whip Now! PL2
growl:0:1079BB:05:001:Change to Ass. Rifle Now! PL2
growl:0:1079BB:06:001:Change to R Launcher Now! PL2
growl:0:1079BB:07:001:Change to Grenade Now! PL2
growl:0:1079BB:08:001:Change to Crow Bar Now! PL2
growl:0:1079BB:09:001:Change to Sword Now! PL2
; [ Growl (US) ]
growlu:0:107869:28:000:Infinite Energy PL1
growlu:0:1078C5:EE:000:Invincibility PL1
growlu:0:107845:06:000:Infinite Ammo PL1
growlu:0:000000:00:999:[Note these weapon cheats ]
growlu:0:000000:00:999:[must be used with ]
growlu:0:000000:00:999:[invincibility enabled and a]
growlu:0:000000:00:999:[weapon in use at the time. ]
growlu:0:1078BB:00:001:Lose Weapon Now! PL1
growlu:0:1078BB:01:001:Change to Knife Now! PL1
growlu:0:1078BB:02:001:Change to Revolver Now! PL1
growlu:0:1078BB:03:001:Change to Whip Now! PL1
growlu:0:1078BB:05:001:Change to Ass. Rifle Now! PL1
growlu:0:1078BB:06:001:Change to R Launcher Now! PL1
growlu:0:1078BB:07:001:Change to Grenade Now! PL1
growlu:0:1078BB:08:001:Change to Crow Bar Now! PL1
growlu:0:1078BB:09:001:Change to Sword Now! PL1
growlu:0:107969:28:000:Infinite Energy PL2
growlu:0:1079C5:EE:000:Invincibility PL2
growlu:0:107945:06:000:Infinite Ammo PL2
growlu:0:000000:00:999:[Note these weapon cheats ]
growlu:0:000000:00:999:[must be used with ]
growlu:0:000000:00:999:[invincibility enabled and a]
growlu:0:000000:00:999:[weapon in use at the time. ]
growlu:0:1079BB:00:001:Lose Weapon Now! PL2
growlu:0:1079BB:01:001:Change to Knife Now! PL2
growlu:0:1079BB:02:001:Change to Revolver Now! PL2
growlu:0:1079BB:03:001:Change to Whip Now! PL2
growlu:0:1079BB:05:001:Change to Ass. Rifle Now! PL2
growlu:0:1079BB:06:001:Change to R Launcher Now! PL2
growlu:0:1079BB:07:001:Change to Grenade Now! PL2
growlu:0:1079BB:08:001:Change to Crow Bar Now! PL2
growlu:0:1079BB:09:001:Change to Sword Now! PL2
; [ Gryzor ]
gryzor:0:3B1C:09:000:Infinite Time
gryzor:0:1081:99:000:Infinite Lives PL1
gryzor:0:1245:01:000:Invincibility PL1
gryzor:0:1246:7F:500:Invincibility PL1 (2/2)
gryzor:0:1215:01:000:Always Use Normal Weapon PL1
gryzor:0:1215:02:000:Always Use Long Laser PL1
gryzor:0:1215:03:000:Always Use Short Laser PL1
gryzor:0:1215:04:000:Always Use Rapid Cannon PL1
gryzor:0:1215:0A:000:Always Use Spread Cannon PL1
gryzor:0:1215:14:000:Always Use Fireball PL1
gryzor:0:1215:00:001:Get Normal weapon Now! PL1
gryzor:0:1215:02:001:Get Long Laser Now! PL1
gryzor:0:1215:03:001:Get Short Laser Now! PL1
gryzor:0:1215:04:001:Get Rapid Cannon Now! PL1
gryzor:0:1215:0A:001:Get Spread Cannon Now! PL1
gryzor:0:1215:14:001:Get Fireball Now! PL1
gryzor:0:108D:99:000:Infinite Lives PL2
gryzor:0:1305:01:000:Invincibility PL2
gryzor:0:1306:7F:500:Invincibility PL2 (2/2)
gryzor:0:12D5:01:000:Always Use Normal Weapon PL2
gryzor:0:12D5:02:000:Always Use Long Laser PL2
gryzor:0:12D5:03:000:Always Use Short Laser PL2
gryzor:0:12D5:04:000:Always Use Rapid Cannon PL2
gryzor:0:12D5:0A:000:Always Use Spread Cannon PL2
gryzor:0:12D5:14:000:Always Use Fireball PL2
gryzor:0:12D5:00:001:Get Normal weapon Now! PL2
gryzor:0:12D5:02:001:Get Long Laser Now! PL2
gryzor:0:12D5:03:001:Get Short Laser Now! PL2
gryzor:0:12D5:04:001:Get Rapid Cannon Now! PL2
gryzor:0:12D5:0A:001:Get Spread Cannon Now! PL2
gryzor:0:12D5:14:001:Get Fireball Now! PL2
gryzor:0:1809:F0:000:Sound Test Timer Stop:[PL1 Start]Next Code
; [ Grid Seeker: Project Stormhammer (World) ]
gseeker:0:40AEE5:09:000:Infinite Credits
gseeker:0:40D225:07:000:Infinite Lives PL1
gseeker:0:40D283:02:000:Invincibility PL1
gseeker:0:40D29B:50:000:Infinite Bombs PL1
gseeker:0:40D2AB:00:000:Always have the Fire Bomb PL1
gseeker:0:40D2AB:01:000:Always have the Blue Bomb PL1
gseeker:0:40D2AB:02:000:Always have the Green Bomb PL1
gseeker:0:40D2AB:03:000:Always have the Gold Bomb PL1
gseeker:0:40D2AB:00:001:Get the Fire Bomb Now! PL1
gseeker:0:40D2AB:01:001:Get the Blue Bomb Now! PL1
gseeker:0:40D2AB:02:001:Get the Green Bomb Now! PL1
gseeker:0:40D2AB:03:001:Get the Gold Bomb Now! PL1
gseeker:0:40D227:07:000:Infinite Lives PL2
gseeker:0:40D2D3:02:000:Invincibility PL2
gseeker:0:40D2EB:50:000:Infinite Bombs PL2
gseeker:0:40D2FB:00:000:Always have the Fire Bomb PL2
gseeker:0:40D2FB:00:000:Always have the Blue Bomb PL2
gseeker:0:40D2FB:00:000:Always have the Green Bomb PL2
gseeker:0:40D2FB:00:000:Always have the Gold Bomb PL2
gseeker:0:40D2FB:00:001:Get the Fire Bomb Now! PL2
gseeker:0:40D2FB:00:001:Get the Blue Bomb Now! PL2
gseeker:0:40D2FB:00:001:Get the Green Bomb Now! PL2
gseeker:0:40D2FB:00:001:Get the Gold Bomb Now! PL2
gseeker:0:000000:00:999:[After you enable these region cheats to see any ]
gseeker:0:000000:00:999:[effect you will have to reset the game (F3). ]
gseeker:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
gseeker:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
gseeker:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
gseeker:0:0FFFFF:01:001:Region Switch = Japan
gseeker:0:0FFFFF:02:001:Region Switch = US
gseeker:0:0FFFFF:03:001:Region Switch = World
; [ Grid Seeker: Project Stormhammer (Japan) ]
gseekerj:0:40AEE5:09:000:Infinite Credits
gseekerj:0:40D225:07:000:Infinite Lives PL1
gseekerj:0:40D283:02:000:Invincibility PL1
gseekerj:0:40D29B:50:000:Infinite Bombs PL1
gseekerj:0:40D2AB:00:000:Always have the Fire Bomb PL1
gseekerj:0:40D2AB:01:000:Always have the Blue Bomb PL1
gseekerj:0:40D2AB:02:000:Always have the Green Bomb PL1
gseekerj:0:40D2AB:03:000:Always have the Gold Bomb PL1
gseekerj:0:40D2AB:00:001:Get the Fire Bomb Now! PL1
gseekerj:0:40D2AB:01:001:Get the Blue Bomb Now! PL1
gseekerj:0:40D2AB:02:001:Get the Green Bomb Now! PL1
gseekerj:0:40D2AB:03:001:Get the Gold Bomb Now! PL1
gseekerj:0:40D227:07:000:Infinite Lives PL2
gseekerj:0:40D2D3:02:000:Invincibility PL2
gseekerj:0:40D2EB:50:000:Infinite Bombs PL2
gseekerj:0:40D2FB:00:000:Always have the Fire Bomb PL2
gseekerj:0:40D2FB:00:000:Always have the Blue Bomb PL2
gseekerj:0:40D2FB:00:000:Always have the Green Bomb PL2
gseekerj:0:40D2FB:00:000:Always have the Gold Bomb PL2
gseekerj:0:40D2FB:00:001:Get the Fire Bomb Now! PL2
gseekerj:0:40D2FB:00:001:Get the Blue Bomb Now! PL2
gseekerj:0:40D2FB:00:001:Get the Green Bomb Now! PL2
gseekerj:0:40D2FB:00:001:Get the Gold Bomb Now! PL2
gseekerj:0:000000:00:999:[After you enable these region cheats to see any ]
gseekerj:0:000000:00:999:[effect you will have to reset the game (F3). ]
gseekerj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
gseekerj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
gseekerj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
gseekerj:0:0FFFFF:01:001:Region Switch = Japan
gseekerj:0:0FFFFF:02:001:Region Switch = US
gseekerj:0:0FFFFF:03:001:Region Switch = World
; [ Grid Seeker: Project Stormhammer (US) ]
gseekeru:0:40AEE5:09:000:Infinite Credits
gseekeru:0:40D225:07:000:Infinite Lives PL1
gseekeru:0:40D283:02:000:Invincibility PL1
gseekeru:0:40D29B:50:000:Infinite Bombs PL1
gseekeru:0:40D2AB:00:000:Always have the Fire Bomb PL1
gseekeru:0:40D2AB:01:000:Always have the Blue Bomb PL1
gseekeru:0:40D2AB:02:000:Always have the Green Bomb PL1
gseekeru:0:40D2AB:03:000:Always have the Gold Bomb PL1
gseekeru:0:40D2AB:00:001:Get the Fire Bomb Now! PL1
gseekeru:0:40D2AB:01:001:Get the Blue Bomb Now! PL1
gseekeru:0:40D2AB:02:001:Get the Green Bomb Now! PL1
gseekeru:0:40D2AB:03:001:Get the Gold Bomb Now! PL1
gseekeru:0:40D227:07:000:Infinite Lives PL2
gseekeru:0:40D2D3:02:000:Invincibility PL2
gseekeru:0:40D2EB:50:000:Infinite Bombs PL2
gseekeru:0:40D2FB:00:000:Always have the Fire Bomb PL2
gseekeru:0:40D2FB:00:000:Always have the Blue Bomb PL2
gseekeru:0:40D2FB:00:000:Always have the Green Bomb PL2
gseekeru:0:40D2FB:00:000:Always have the Gold Bomb PL2
gseekeru:0:40D2FB:00:001:Get the Fire Bomb Now! PL2
gseekeru:0:40D2FB:00:001:Get the Blue Bomb Now! PL2
gseekeru:0:40D2FB:00:001:Get the Green Bomb Now! PL2
gseekeru:0:40D2FB:00:001:Get the Gold Bomb Now! PL2
gseekeru:0:000000:00:999:[After you enable these region cheats to see any ]
gseekeru:0:000000:00:999:[effect you will have to reset the game (F3). ]
gseekeru:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
gseekeru:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
gseekeru:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
gseekeru:0:0FFFFF:01:001:Region Switch = Japan
gseekeru:0:0FFFFF:02:001:Region Switch = US
gseekeru:0:0FFFFF:03:001:Region Switch = World
; [ Great Swordsman ]
gsword:0:9A1C:17:000:Infinite Time
gsword:0:924B:00:000:Stop Computer Winning Game
gsword:0:914B:00:000:Stop Player Winning Game
gsword:0:914B:05:001:Make Player Win This Game
gsword:0:9871:01:001:Go to Fencing 2 Next
gsword:0:9871:02:001:Go to Fencing 3 Next
gsword:0:9871:03:001:Go to Fencing 4/Bonus Next
gsword:0:9871:04:001:Go to Kendo 1 Next
gsword:0:9871:05:001:Go to Kendo 2 Next
gsword:0:9871:06:001:Go to Kendo 3 Next
gsword:0:9871:07:001:Go to Kendo 4 Next
gsword:0:9871:08:001:Go to Kendo 5/Bonus Next
gsword:0:9871:09:001:Go to Roman 1 Next
gsword:0:9871:0A:001:Go to Roman 2 Next
gsword:0:9871:0B:001:Go to Roman 3 Next
gsword:0:9871:0C:001:Go to Roman 4 Next
gsword:0:9871:0D:001:Go to Roman 5 Next
gsword:0:9871:0E:001:Go to Roman 6 Next
gsword:0:9871:0E:001:Go to Roman 7/End Next
; [ Gingateikoku No Gyakushu (bootleg, set 2) ]
gteikob2:0:421D:06:000:Infinite Lives
gteikob2:0:12D9:C9:100:Invincibility
; [ Gingateikoku No Gyakushu (bootleg) ]
gteikokb:0:421D:06:000:Infinite Lives
gteikokb:0:12D9:C9:100:Invincibility
; [ Gingateikoku No Gyakushu ]
gteikoku:0:421D:06:000:Infinite Lives
gteikoku:0:12D9:C9:100:Invincibility
; [ Golden Tee Golf ]
gtg:0:3BD8:09:000:Infinite Credits
gtg:0:37ED:63:000:Infinite Strokes PL1
gtg:0:3707:01:000:Always get a Hole in One PL1
gtg:0:37EE:63:000:Infinite Strokes PL2
gtg:0:3708:01:000:Always get a Hole in One PL2
gtg:0:37F1:63:000:Infinite Strokes PL3
gtg:0:3709:01:000:Always get a Hole in One PL3
gtg:0:37F3:63:000:Infinite Strokes PL4
gtg:0:370A:01:000:Always get a Hole in One PL4
; [ Golden Tee Golf II (Trackball, V2.2) ]
gtg2:0:3BDC:09:000:Infinite Credits
gtg2:0:37E9:63:000:Infinite Strokes PL1
gtg2:0:3703:01:000:Always get a Hole in One PL1
gtg2:0:37EB:63:000:Infinite Strokes PL2
gtg2:0:3704:01:000:Always get a Hole in One PL2
gtg2:0:37ED:63:000:Infinite Strokes PL3
gtg2:0:3705:01:000:Always get a Hole in One PL3
gtg2:0:37EF:63:000:Infinite Strokes PL4
gtg2:0:3706:01:000:Always get a Hole in One PL4
; [ Golden Tee Golf II (Joystick, V1.0) ]
gtg2j:0:3BE2:09:000:Infinite Credits
gtg2j:0:37EF:63:000:Infinite Strokes PL1
gtg2j:0:3709:01:000:Always get a Hole in One PL1
gtg2j:0:37F1:63:000:Infinite Strokes PL2
gtg2j:0:370A:01:000:Always get a Hole in One PL2
gtg2j:0:37F3:63:000:Infinite Strokes PL3
gtg2j:0:370B:01:000:Always get a Hole in One PL3
gtg2j:0:37F5:63:000:Infinite Strokes PL4
gtg2j:0:370C:01:000:Always get a Hole in One PL4
; [ Golden Tee Golf II (Trackball, V1.1) ]
gtg2t:0:3BDC:09:000:Infinite Credits
gtg2t:0:37E9:63:000:Infinite Strokes PL1
gtg2t:0:3703:01:000:Always get a Hole in One PL1
gtg2t:0:37EB:63:000:Infinite Strokes PL2
gtg2t:0:3704:01:000:Always get a Hole in One PL2
gtg2t:0:37ED:63:000:Infinite Strokes PL3
gtg2t:0:3705:01:000:Always get a Hole in One PL3
gtg2t:0:37EF:63:000:Infinite Strokes PL4
gtg2t:0:3706:01:000:Always get a Hole in One PL4
; [ Great 1000 Miles Rally ]
gtmr:0:102CF2:09:000:Infinite Credits
gtmr:0:102DE5:00:000:Infinite Time
; [ Great 1000 Miles Rally (Evolution Model) ]
gtmre:0:1034F8:09:000:Infinite Credits
gtmre:0:1035ED:00:000:Infinite Time
; [ Great 1000 Miles Rally (USA) ]
gtmrusa:0:1034F8:09:000:Infinite Credits
gtmrusa:0:1035ED:00:000:Infinite Time
; [ Guiness, The (Japan) ]
guiness:0:C067:99:000:Infinite Credits
guiness:0:0000:00:999:[Only enable any of the cheats ]
guiness:0:0000:00:999:[during the Round it is meant for. ]
guiness:0:0000:00:999:[R1=Log Sawing R2=Pile Driving]
guiness:0:0000:00:999:[R3=Slope Running R4=Ring Throwing]
guiness:0:0000:00:999:[R5=Disc Spinning R6=Skateboarding]
guiness:0:C281:00:000:Infinite Time R1
guiness:0:C22C:99:000:Infinite Time R2 "ON":Turn this cheat off with the Infinite Time R2 "OFF" cheat when you have done enough
guiness:0:C22C:01:001:Infinite Time R2 "OFF"
guiness:0:C2AA:00:000:Infinite Time R3
guiness:0:C240:09:000:Infinite Rings "ON" R4 PL1:Turn this cheat off with the Infinite Rings "OFF" R4 cheat when you have done enough
guiness:0:C240:01:001:Infinite Rings "OFF" R4 PL1
guiness:0:C241:09:001:Set Hits to 9 Now! R4 PL1
guiness:0:C244:09:501:Set Hits to 9 Now! R4 PL1 (2/2)
guiness:0:C2B0:09:000:Infinite Rings "ON" R4 PL2:Turn this cheat off with the Infinite Rings "OFF" R4 cheat when you have done enough
guiness:0:C2B0:01:001:Infinite Rings "OFF" R4 PL2
guiness:0:C2B1:09:001:Set Hits to 9 Now! R4 PL2
guiness:0:C2B4:09:501:Set Hits to 9 Now! R4 PL2 (2/2)
guiness:0:C244:99:000:Infinite Time R5
guiness:0:C24B:19:000:Always have 19 Pieces R5
guiness:0:0000:00:999:[These Select starting round cheats ]
guiness:0:0000:00:999:[are *NOT* linked so they must BOTH ]
guiness:0:0000:00:999:[be selected individually one after ]
guiness:0:0000:00:999:[the other! ]
guiness:0:0000:00:999:[ ]
guiness:0:0000:00:999:[You should enable these cheats on ]
guiness:0:0000:00:999:[the press 1 or 2 button screen. ]
guiness:0:C100:FF:021:Select starting round(1|2)
guiness:0:C100:05:061:Select starting round(2|2)
guiness:0:C100:05:061:Select next round
; [ Gulf Storm (Media Shoji) ]
gulfstr2:0:C607:99:000:Infinite Credits
gulfstr2:0:C60D:08:000:Infinite Lives PL1
gulfstr2:0:C472:04:000:Infinite Bombs PL1
gulfstr2:0:C474:1E:000:Invincibility PL1
gulfstr2:0:C471:05:000:Always Max Power Level PL1
gulfstr2:0:C60E:08:000:Infinite Lives PL2
gulfstr2:0:C47A:04:000:Infinite Bombs PL2
gulfstr2:0:C476:1E:000:Invincibility PL2
gulfstr2:0:C479:05:000:Always Max Power Level PL2
; [ Gulf Storm ]
gulfstrm:0:C607:99:000:Infinite Credits
gulfstrm:0:C60D:08:000:Infinite Lives PL1
gulfstrm:0:C472:04:000:Infinite Bombs PL1
gulfstrm:0:C351:1E:000:Invincibility PL1
gulfstrm:0:C471:05:000:Always Max Power Level PL1
gulfstrm:0:C60E:08:000:Infinite Lives PL2
gulfstrm:0:C47A:04:000:Infinite Bombs PL2
gulfstrm:0:C272:1E:000:Invincibility PL2
gulfstrm:0:C479:05:000:Always Max Power Level PL2
; [ Gun Bird (Japan) ]
gunbird:0:FE0329:05:000:Infinite Lives PL1
gunbird:0:FE032D:06:000:Infinite Bombs PL1
gunbird:0:FE032F:03:000:Maximum Power PL1
gunbird:0:FE0347:02:000:Invincibility PL1:Sprite Flickers
gunbird:0:FE03A9:05:000:Infinite Lives PL2
gunbird:0:FE03AD:06:000:Infinite Bombs PL2
gunbird:0:FE03AF:03:000:Maximum Power PL2
gunbird:0:FE03C7:02:000:Invincibility PL2
; [ Gun Bullet (Japan) ]
gunbulet:0:1C004D:09:000:Infinite Credits
gunbulet:0:1C00B7:06:000:Infinite Lives PL1
gunbulet:0:1C006F:FF:000:Infinite Ammo PL1
gunbulet:0:1C00B3:00:000:Never be penalised for bad shots PL1
gunbulet:0:1C00B9:06:000:Infinite Lives PL2
gunbulet:0:1C0071:FF:000:Infinite Ammo PL2
gunbulet:0:1C00B5:00:000:Never be penalised for bad shots PL2
; [ Gunbuster (Japan) ]
gunbustr:0:2000C2:09:000:Infinite Credits
gunbustr:0:2002F5:0F:000:Infinite Time
gunbustr:0:2002F4:27:500:Infinite Time (2/2)
gunbustr:0:200608:04:000:Infinite Energy PL1
gunbustr:0:200609:00:500:Infinite Energy PL1 (2/2)
gunbustr:0:200675:02:000:Invincibility PL1
gunbustr:0:20060A:04:000:Infinite Energy PL2
gunbustr:0:20060B:00:500:Infinite Energy PL2 (2/2)
gunbustr:0:200677:02:000:Invincibility PL2
; [ Gun Dealer (set 2) ]
gundeala:0:ED5F:0F:001:Winning Score Now! PL1
gundeala:0:ED60:27:501:Winning Score Now! PL1 (2/2)
gundeala:0:ED61:0F:001:Winning Score Now! PL2
gundeala:0:ED62:27:501:Winning Score Now! PL2 (2/2)
gundeala:0:ECAB:34:001:Finish this level Now!
; [ Gun Dealer (set 1) ]
gundealr:0:ED5F:0F:001:Winning Score Now! PL1
gundealr:0:ED60:27:501:Winning Score Now! PL1 (2/2)
gundealr:0:ED61:0F:001:Winning Score Now! PL2
gundealr:0:ED62:27:501:Winning Score Now! PL2 (2/2)
gundealr:0:ECAB:34:001:Finish this level Now!
; [ Gun Dealer (Tecmo) ]
gundealt:0:ED5F:0F:001:Winning Score Now! PL1
gundealt:0:ED60:27:501:Winning Score Now! PL1 (2/2)
gundealt:0:ED61:0F:001:Winning Score Now! PL2
gundealt:0:ED62:27:501:Winning Score Now! PL2 (2/2)
gundealt:0:ECAB:34:001:Finish this level Now!
; [ Gundhara ]
gundhara:0:20A631:09:000:Infinite Credits
gundhara:0:20A445:FF:000:Never have "Hurry Up"
gundhara:0:20B671:09:000:Infinite Lives PL1
gundhara:0:20B76D:06:000:Infinite Special PL1
gundhara:0:212E73:02:000:Invincibility PL1
gundhara:0:20B6F8:0F:000:Always have Maximum Charge PL1
gundhara:0:20B6D9:04:000:Always have Maximum Weapon PL1
gundhara:0:20B78B:09:000:Infinite Lives PL2
gundhara:0:20B887:06:000:Infinite Special PL2
gundhara:0:212E77:02:000:Invincibility PL2
gundhara:0:20B812:0F:000:Always have Maximum Charge PL2
gundhara:0:20B7F3:04:000:Always have Maximum Weapon PL2
; [ Gun Dealer '94 ]
gundl94:0:C503:63:000:Infinite Credits
gundl94:0:C033:0F:001:Set score to 99990 Now! PL1
gundl94:0:C034:27:501:Set score to 99990 Now! PL1 (2/2)
gundl94:0:C033:00:001:Set score to 0 Now! PL1
gundl94:0:C034:00:501:Set score to 0 Now! PL1 (2/2)
gundl94:0:C0D8:0F:001:Set score to 99990 Now! PL2
gundl94:0:C0D9:27:501:Set score to 99990 Now! PL2(2/2)
gundl94:0:C0D8:00:001:Set score to 0 Now! PL2
gundl94:0:C0D9:00:501:Set score to 0 Now! PL2 (2/2)
; [ Gun Fight ]
gunfight:0:2011:00:000:Infinite Bullets PL1
gunfight:0:2010:00:000:Infinite Bullets PL2
gunfight:0:2004:99:000:Infinite Time
gunfight:0:2005:00:000:PL1 score always 0
gunfight:0:2002:00:000:PL2 score always 0
gunfight:0:2005:00:001:Set PL1 score to 0 Now!
gunfight:0:2002:00:001:Set PL2 score to 0 Now!
gunfight:0:200E:99:073:Select score PL1
gunfight:0:200D:99:073:Select score PL2
; [ Gunforce - Battle Fire Engulfed Terror Island (World) ]
gunforce:0:E6370:63:000:Infinite Time
gunforce:0:00000:00:999:[These Start on Level cheats]
gunforce:0:00000:00:999:[must be enabled on the ]
gunforce:0:00000:00:999:[title screen and turned off]
gunforce:0:00000:00:999:[when you start the level. ]
gunforce:0:E0002:01:000:Start on Level 2
gunforce:0:E0002:02:000:Start on Level 3
gunforce:0:E0002:03:000:Start on Level 4
gunforce:0:E0002:04:000:Start on Level 5
gunforce:0:E0002:05:000:Start on Level 5
gunforce:0:E0002:05:061:Select next level
gunforce:0:E61C2:09:000:Infinite Lives PL1
gunforce:0:E011E:64:000:Invincibility PL1
gunforce:0:E61C4:09:000:Infinite Lives PL2
gunforce:0:E015E:64:000:Invincibility PL2
; [ Gunforce - Battle Fire Engulfed Terror Island (Japan) ]
gunforcj:0:E6370:63:000:Infinite Time
gunforcj:0:00000:00:999:[These Start on Level cheats]
gunforcj:0:00000:00:999:[must be enabled on the ]
gunforcj:0:00000:00:999:[title screen and turned off]
gunforcj:0:00000:00:999:[when you start the level. ]
gunforcj:0:E0002:01:000:Start on Level 2
gunforcj:0:E0002:02:000:Start on Level 3
gunforcj:0:E0002:03:000:Start on Level 4
gunforcj:0:E0002:04:000:Start on Level 5
gunforcj:0:E0002:05:000:Start on Level 5
gunforcj:0:E0002:05:061:Select next level
gunforcj:0:E61C2:09:000:Infinite Lives PL1
gunforcj:0:E011E:64:000:Invincibility PL1
gunforcj:0:E61C4:09:000:Infinite Lives PL2
gunforcj:0:E015E:64:000:Invincibility PL2
; [ Gunforce - Battle Fire Engulfed Terror Island (US) ]
gunforcu:0:E6370:63:000:Infinite Time
gunforcu:0:00000:00:999:[These Start on Level cheats]
gunforcu:0:00000:00:999:[must be enabled on the ]
gunforcu:0:00000:00:999:[title screen and turned off]
gunforcu:0:00000:00:999:[when you start the level. ]
gunforcu:0:E0002:01:000:Start on Level 2
gunforcu:0:E0002:02:000:Start on Level 3
gunforcu:0:E0002:03:000:Start on Level 4
gunforcu:0:E0002:04:000:Start on Level 5
gunforcu:0:E0002:05:000:Start on Level 5
gunforcu:0:E0002:05:061:Select next level
gunforcu:0:E61C2:09:000:Infinite Lives PL1
gunforcu:0:E011E:64:000:Invincibility PL1
gunforcu:0:E61C4:09:000:Infinite Lives PL2
gunforcu:0:E015E:64:000:Invincibility PL2
; [ Gun Frontier (Japan) ]
gunfronj:0:107BE6:05:000:Infinite Lives PL1
gunfronj:0:107BFD:04:000:Weapon Power PL1
gunfronj:0:107BFB:04:500:Weapon Power PL1 (2/2)
gunfronj:0:107C07:07:000:Always have Bomber Max PL1
gunfronj:0:107BE9:03:000:Invincibility PL1
gunfronj:0:107C24:05:000:Infinite Lives PL2
gunfronj:0:107C3B:04:000:Weapon Power PL2
gunfronj:0:107C39:04:500:Weapon Power PL2 (2/2)
gunfronj:0:107C45:07:000:Always have Bomber Max PL2
gunfronj:0:107C27:03:000:Invincibility PL2
; [ Gun & Frontier (World) ]
gunfront:0:107BE6:05:000:Infinite Lives PL1
gunfront:0:107BFD:04:000:Weapon Power PL1
gunfront:0:107BFB:04:500:Weapon Power PL1 (2/2)
gunfront:0:107C07:07:000:Always have Bomber Max PL1
gunfront:0:107BE9:03:000:Invincibility PL1
gunfront:0:107C24:05:000:Infinite Lives PL2
gunfront:0:107C3B:04:000:Weapon Power PL2
gunfront:0:107C39:04:500:Weapon Power PL2 (2/2)
gunfront:0:107C45:07:000:Always have Bomber Max PL2
gunfront:0:107C27:03:000:Invincibility PL2
; [ Gun Hohki (Japan) ]
gunhohki:0:06807:00:100:Infinite Lives
gunhohki:0:06EC4:00:100:Invincibility:You must die to activate it - The Bells occasionally still kill you on a two player game and possibly other very large objects.
; [ Gunlock (World) ]
gunlock:0:402265:09:000:Infinite Credits
gunlock:0:404B95:9A:000:Infinite Lives PL1
gunlock:0:404BF5:02:000:Invincibility PL1
gunlock:0:404BA3:0A:000:Always have LASER Power MAX PL1
gunlock:0:404BAF:06:500:Always have LASER Power MAX PL1(2/2)
gunlock:0:404B96:00:000:Always have Level 1 Shot PL1
gunlock:0:404B96:01:000:Always have Level 2 Shot PL1
gunlock:0:404B96:02:000:Always have Level 3 Shot PL1
gunlock:0:404B96:03:000:Always have Level 4 Shot PL1
gunlock:0:404B96:0A:000:Always have MAX Shot PL1
gunlock:0:404C95:9A:000:Infinite Lives PL2
gunlock:0:404CF5:02:000:Invincibility PL2
gunlock:0:404CA3:0A:000:Always have LASER Power MAX PL2
gunlock:0:404CAF:06:500:Always have LASER Power MAX PL2(2/2)
gunlock:0:404C96:00:000:Always have Level 1 Shot PL2
gunlock:0:404C96:01:000:Always have Level 2 Shot PL2
gunlock:0:404C96:02:000:Always have Level 3 Shot PL2
gunlock:0:404C96:03:000:Always have Level 4 Shot PL2
gunlock:0:404C96:0A:000:Always have MAX Shot PL2
gunlock:0:000000:00:999:[After you enable these region cheats to see any ]
gunlock:0:000000:00:999:[effect you will have to reset the game (F3). ]
gunlock:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
gunlock:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
gunlock:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
gunlock:0:0FFFFF:01:001:Region Switch = Japan:Ray Force
gunlock:0:0FFFFF:02:001:Region Switch = US:Ray Force
gunlock:0:0FFFFF:03:001:Region Switch = World:Gunlock
; [ GunNail ]
gunnail:0:0F900D:09:000:Infinite Credits
gunnail:0:0F6335:03:000:Infinite Shields PL1
gunnail:0:0F632F:0A:000:Infinite Bombs PL1
gunnail:0:0F6035:03:000:Infinite Shields PL2
gunnail:0:0F602F:0A:000:Infinite Bombs PL2
; [ Gun.Smoke (US set 2) ]
gunsmoka:0:E040:06:000:Infinite Lives
gunsmoka:0:E037:FF:000:Horse (Invincibility)
gunsmoka:0:E041:06:000:Infinite Boots (Speed)
gunsmoka:0:E042:06:000:Infinite Bullets (Shot Speed)
gunsmoka:0:E043:06:000:Infinite Rifles (Range)
gunsmoka:0:F790:01:001:One hit to kill boss Now!
gunsmoka:0:0000:00:999:[Only Bosses & some Indians ]
gunsmoka:0:0000:00:999:[shoot with this cheat. ]
gunsmoka:0:E470:18:000:Almost no enemies shoot
gunsmoka:0:0000:00:999:[Brown Enemies don't appear ]
gunsmoka:0:0000:00:999:[appear with the bosses. ]
gunsmoka:0:E420:FF:000:No Common Guys at Boss
; [ Gun.Smoke (World) ]
gunsmoke:0:E040:06:000:Infinite Lives
gunsmoke:0:E037:FF:000:Horse (Invincibility)
gunsmoke:0:E041:06:000:Infinite Boots (Speed)
gunsmoke:0:E042:06:000:Infinite Bullets (Shot Speed)
gunsmoke:0:E043:06:000:Infinite Rifles (Range)
gunsmoke:0:F790:01:001:One hit to kill boss Now!
gunsmoke:0:0000:00:999:[Only Bosses & some Indians ]
gunsmoke:0:0000:00:999:[shoot with this cheat. ]
gunsmoke:0:E470:18:000:Almost no enemies shoot
gunsmoke:0:0000:00:999:[Brown Enemies don't appear ]
gunsmoke:0:0000:00:999:[appear with the bosses. ]
gunsmoke:0:E420:FF:000:No Common Guys at Boss
; [ Gun.Smoke (Japan) ]
gunsmokj:0:E040:06:000:Infinite Lives
gunsmokj:0:E037:FF:000:Horse (Invincibility)
gunsmokj:0:E041:06:000:Infinite Boots (Speed)
gunsmokj:0:E042:06:000:Infinite Bullets (Shot Speed)
gunsmokj:0:E043:06:000:Infinite Rifles (Range)
gunsmokj:0:F790:01:001:One hit to kill boss Now!
gunsmokj:0:0000:00:999:[Only Bosses & some Indians ]
gunsmokj:0:0000:00:999:[shoot with this cheat. ]
gunsmokj:0:E470:18:000:Almost no enemies shoot
gunsmokj:0:0000:00:999:[Brown Enemies don't appear ]
gunsmokj:0:0000:00:999:[appear with the bosses. ]
gunsmokj:0:E420:FF:000:No Common Guys at Boss
; [ Gun.Smoke (US set 1) ]
gunsmrom:0:E040:06:000:Infinite Lives
gunsmrom:0:E037:FF:000:Horse (Invincibility)
gunsmrom:0:E041:06:000:Infinite Boots (Speed)
gunsmrom:0:E042:06:000:Infinite Bullets (Shot Speed)
gunsmrom:0:E043:06:000:Infinite Rifles (Range)
gunsmrom:0:F790:01:001:One hit to kill boss Now!
gunsmrom:0:0000:00:999:[Only Bosses & some Indians ]
gunsmrom:0:0000:00:999:[shoot with this cheat. ]
gunsmrom:0:E470:18:000:Almost no enemies shoot
gunsmrom:0:0000:00:999:[Brown Enemies don't appear ]
gunsmrom:0:0000:00:999:[appear with the bosses. ]
gunsmrom:0:E420:FF:000:No Common Guys at Boss
; [ Gururin ]
gururin:0:101C5D:00:000:No more level gain:Solo only
gururin:0:000000:00:999:[Note on some games you only]
gururin:0:000000:00:999:[have 2 people, when this ]
gururin:0:000000:00:999:[happens there is no CENTRE.]
gururin:0:000000:00:999:[CENTRE becomes LEFT for PL1]
gururin:0:000000:00:999:[and CENTRE becomes RIGHT ]
gururin:0:000000:00:999:[for PL2. With what was LEFT]
gururin:0:000000:00:999:[and RIGHT become clear. ]
gururin:0:101D03:01:000:Curr LEFT always Clear PL1
gururin:0:101D03:01:000:Curr LEFT always Pink PL1
gururin:0:101D03:02:000:Curr LEFT always Yellow PL1
gururin:0:101D03:03:000:Curr LEFT always Purple PL1
gururin:0:101D03:04:000:Curr LEFT always Red PL1
gururin:0:101D03:05:000:Curr LEFT always Grey PL1
gururin:0:101D03:06:000:Curr LEFT always Green PL1
gururin:0:101D03:07:000:Curr LEFT always Blue PL1
gururin:0:101D23:01:000:Curr CENTRE always Clear PL1
gururin:0:101D23:01:000:Curr CENTRE always Pink PL1
gururin:0:101D23:02:000:Curr CENTRE always Yellow PL1
gururin:0:101D23:03:000:Curr CENTRE always Purple PL1
gururin:0:101D23:04:000:Curr CENTRE always Red PL1
gururin:0:101D23:05:000:Curr CENTRE always Grey PL1
gururin:0:101D23:06:000:Curr CENTRE always Green PL1
gururin:0:101D23:07:000:Curr CENTRE always Blue PL1
gururin:0:101D43:01:000:Curr RIGHT always Clear PL1
gururin:0:101D43:01:000:Curr RIGHT always Pink PL1
gururin:0:101D43:02:000:Curr RIGHT always Yellow PL1
gururin:0:101D43:03:000:Curr RIGHT always Purple PL1
gururin:0:101D43:04:000:Curr RIGHT always Red PL1
gururin:0:101D43:05:000:Curr RIGHT always Grey PL1
gururin:0:101D43:06:000:Curr RIGHT always Green PL1
gururin:0:101D43:07:000:Curr RIGHT always Blue PL1
gururin:0:101D03:00:001:Curr LEFT is Clear Now! PL1
gururin:0:101D03:01:001:Curr LEFT is Pink Now! PL1
gururin:0:101D03:02:001:Curr LEFT is Yellow Now! PL1
gururin:0:101D03:03:001:Curr LEFT is Purple Now! PL1
gururin:0:101D03:04:001:Curr LEFT is Red Now! PL1
gururin:0:101D03:05:001:Curr LEFT is Grey Now! PL1
gururin:0:101D03:06:001:Curr LEFT is Green Now! PL1
gururin:0:101D03:07:001:Curr LEFT is Blue Now! PL1
gururin:0:101D23:00:001:Curr CENTRE is Clear Now! PL1
gururin:0:101D23:01:001:Curr CENTRE is Pink Now! PL1
gururin:0:101D23:02:001:Curr CENTRE is Yellow Now!PL1
gururin:0:101D23:03:001:Curr CENTRE is Purple Now!PL1
gururin:0:101D23:04:001:Curr CENTRE is Red Now! PL1
gururin:0:101D23:05:001:Curr CENTRE is Grey Now! PL1
gururin:0:101D23:06:001:Curr CENTRE is Green Now! PL1
gururin:0:101D23:07:001:Curr CENTRE is Blue Now! PL1
gururin:0:101D43:00:001:Curr RIGHT is Clear Now! PL1
gururin:0:101D43:01:001:Curr RIGHT is Pink Now! PL1
gururin:0:101D43:02:001:Curr RIGHT is Yellow Now! PL1
gururin:0:101D43:03:001:Curr RIGHT is Purple Now! PL1
gururin:0:101D43:04:001:Curr RIGHT is Red Now! PL1
gururin:0:101D43:05:001:Curr RIGHT is Grey Now! PL1
gururin:0:101D43:06:001:Curr RIGHT is Green Now! PL1
gururin:0:101D43:07:001:Curr RIGHT is Blue Now! PL1
gururin:0:101D63:01:000:Next LEFT always Clear PL1
gururin:0:101D63:01:000:Next LEFT always Pink PL1
gururin:0:101D63:02:000:Next LEFT always Yellow PL1
gururin:0:101D63:03:000:Next LEFT always Purple PL1
gururin:0:101D63:04:000:Next LEFT always Red PL1
gururin:0:101D63:05:000:Next LEFT always Grey PL1
gururin:0:101D63:06:000:Next LEFT always Green PL1
gururin:0:101D63:07:000:Next LEFT always Blue PL1
gururin:0:101D83:01:000:Next CENTRE always Clear PL1
gururin:0:101D83:01:000:Next CENTRE always Pink PL1
gururin:0:101D83:02:000:Next CENTRE always Yellow PL1
gururin:0:101D83:03:000:Next CENTRE always Purple PL1
gururin:0:101D83:04:000:Next CENTRE always Red PL1
gururin:0:101D83:05:000:Next CENTRE always Grey PL1
gururin:0:101D83:06:000:Next CENTRE always Green PL1
gururin:0:101D83:07:000:Next CENTRE always Blue PL1
gururin:0:101DA3:01:000:Next RIGHT always Clear PL1
gururin:0:101DA3:01:000:Next RIGHT always Pink PL1
gururin:0:101DA3:02:000:Next RIGHT always Yellow PL1
gururin:0:101DA3:03:000:Next RIGHT always Purple PL1
gururin:0:101DA3:04:000:Next RIGHT always Red PL1
gururin:0:101DA3:05:000:Next RIGHT always Grey PL1
gururin:0:101DA3:06:000:Next RIGHT always Green PL1
gururin:0:101DA3:07:000:Next RIGHT always Blue PL1
gururin:0:101D63:00:001:Next LEFT is Clear Now! PL1
gururin:0:101D63:01:001:Next LEFT is Pink Now! PL1
gururin:0:101D63:02:001:Next LEFT is Yellow Now! PL1
gururin:0:101D63:03:001:Next LEFT is Purple Now! PL1
gururin:0:101D63:04:001:Next LEFT is Red Now! PL1
gururin:0:101D63:05:001:Next LEFT is Grey Now! PL1
gururin:0:101D63:06:001:Next LEFT is Green Now! PL1
gururin:0:101D63:07:001:Next LEFT is Blue Now! PL1
gururin:0:101D83:00:001:Next CENTRE is Clear Now! PL1
gururin:0:101D83:01:001:Next CENTRE is Pink Now! PL1
gururin:0:101D83:02:001:Next CENTRE is Yellow Now!PL1
gururin:0:101D83:03:001:Next CENTRE is Purple Now!PL1
gururin:0:101D83:04:001:Next CENTRE is Red Now! PL1
gururin:0:101D83:05:001:Next CENTRE is Grey Now! PL1
gururin:0:101D83:06:001:Next CENTRE is Green Now! PL1
gururin:0:101D83:07:001:Next CENTRE is Blue Now! PL1
gururin:0:101DA3:00:001:Next RIGHT is Clear Now! PL1
gururin:0:101DA3:01:001:Next RIGHT is Pink Now! PL1
gururin:0:101DA3:02:001:Next RIGHT is Yellow Now! PL1
gururin:0:101DA3:03:001:Next RIGHT is Purple Now! PL1
gururin:0:101DA3:04:001:Next RIGHT is Red Now! PL1
gururin:0:101DA3:05:001:Next RIGHT is Grey Now! PL1
gururin:0:101DA3:06:001:Next RIGHT is Green Now! PL1
gururin:0:101DA3:07:001:Next RIGHT is Blue Now! PL1
gururin:0:101F03:01:000:Curr LEFT always Clear PL2
gururin:0:101F03:01:000:Curr LEFT always Pink PL2
gururin:0:101F03:02:000:Curr LEFT always Yellow PL2
gururin:0:101F03:03:000:Curr LEFT always Purple PL2
gururin:0:101F03:04:000:Curr LEFT always Red PL2
gururin:0:101F03:05:000:Curr LEFT always Grey PL2
gururin:0:101F03:06:000:Curr LEFT always Green PL2
gururin:0:101F03:07:000:Curr LEFT always Blue PL2
gururin:0:101F23:01:000:Curr CENTRE always Clear PL2
gururin:0:101F23:01:000:Curr CENTRE always Pink PL2
gururin:0:101F23:02:000:Curr CENTRE always Yellow PL2
gururin:0:101F23:03:000:Curr CENTRE always Purple PL2
gururin:0:101F23:04:000:Curr CENTRE always Red PL2
gururin:0:101F23:05:000:Curr CENTRE always Grey PL2
gururin:0:101F23:06:000:Curr CENTRE always Green PL2
gururin:0:101F23:07:000:Curr CENTRE always Blue PL2
gururin:0:101F43:01:000:Curr RIGHT always Clear PL2
gururin:0:101F43:01:000:Curr RIGHT always Pink PL2
gururin:0:101F43:02:000:Curr RIGHT always Yellow PL2
gururin:0:101F43:03:000:Curr RIGHT always Purple PL2
gururin:0:101F43:04:000:Curr RIGHT always Red PL2
gururin:0:101F43:05:000:Curr RIGHT always Grey PL2
gururin:0:101F43:06:000:Curr RIGHT always Green PL2
gururin:0:101F43:07:000:Curr RIGHT always Blue PL2
gururin:0:101F03:00:001:Curr LEFT is Clear Now! PL2
gururin:0:101F03:01:001:Curr LEFT is Pink Now! PL2
gururin:0:101F03:02:001:Curr LEFT is Yellow Now! PL2
gururin:0:101F03:03:001:Curr LEFT is Purple Now! PL2
gururin:0:101F03:04:001:Curr LEFT is Red Now! PL2
gururin:0:101F03:05:001:Curr LEFT is Grey Now! PL2
gururin:0:101F03:06:001:Curr LEFT is Green Now! PL2
gururin:0:101F03:07:001:Curr LEFT is Blue Now! PL2
gururin:0:101F23:00:001:Curr CENTRE is Clear Now! PL2
gururin:0:101F23:01:001:Curr CENTRE is Pink Now! PL2
gururin:0:101F23:02:001:Curr CENTRE is Yellow Now!PL2
gururin:0:101F23:03:001:Curr CENTRE is Purple Now!PL2
gururin:0:101F23:04:001:Curr CENTRE is Red Now! PL2
gururin:0:101F23:05:001:Curr CENTRE is Grey Now! PL2
gururin:0:101F23:06:001:Curr CENTRE is Green Now! PL2
gururin:0:101F23:07:001:Curr CENTRE is Blue Now! PL2
gururin:0:101F43:00:001:Curr RIGHT is Clear Now! PL2
gururin:0:101F43:01:001:Curr RIGHT is Pink Now! PL2
gururin:0:101F43:02:001:Curr RIGHT is Yellow Now! PL2
gururin:0:101F43:03:001:Curr RIGHT is Purple Now! PL2
gururin:0:101F43:04:001:Curr RIGHT is Red Now! PL2
gururin:0:101F43:05:001:Curr RIGHT is Grey Now! PL2
gururin:0:101F43:06:001:Curr RIGHT is Green Now! PL2
gururin:0:101F43:07:001:Curr RIGHT is Blue Now! PL2
gururin:0:101F63:01:000:Next LEFT always Clear PL2
gururin:0:101F63:01:000:Next LEFT always Pink PL2
gururin:0:101F63:02:000:Next LEFT always Yellow PL2
gururin:0:101F63:03:000:Next LEFT always Purple PL2
gururin:0:101F63:04:000:Next LEFT always Red PL2
gururin:0:101F63:05:000:Next LEFT always Grey PL2
gururin:0:101F63:06:000:Next LEFT always Green PL2
gururin:0:101F63:07:000:Next LEFT always Blue PL2
gururin:0:101F83:01:000:Next CENTRE always Clear PL2
gururin:0:101F83:01:000:Next CENTRE always Pink PL2
gururin:0:101F83:02:000:Next CENTRE always Yellow PL2
gururin:0:101F83:03:000:Next CENTRE always Purple PL2
gururin:0:101F83:04:000:Next CENTRE always Red PL2
gururin:0:101F83:05:000:Next CENTRE always Grey PL2
gururin:0:101F83:06:000:Next CENTRE always Green PL2
gururin:0:101F83:07:000:Next CENTRE always Blue PL2
gururin:0:101FA3:01:000:Next RIGHT always Clear PL2
gururin:0:101FA3:01:000:Next RIGHT always Pink PL2
gururin:0:101FA3:02:000:Next RIGHT always Yellow PL2
gururin:0:101FA3:03:000:Next RIGHT always Purple PL2
gururin:0:101FA3:04:000:Next RIGHT always Red PL2
gururin:0:101FA3:05:000:Next RIGHT always Grey PL2
gururin:0:101FA3:06:000:Next RIGHT always Green PL2
gururin:0:101FA3:07:000:Next RIGHT always Blue PL2
gururin:0:101F63:00:001:Next LEFT is Clear Now! PL2
gururin:0:101F63:01:001:Next LEFT is Pink Now! PL2
gururin:0:101F63:02:001:Next LEFT is Yellow Now! PL2
gururin:0:101F63:03:001:Next LEFT is Purple Now! PL2
gururin:0:101F63:04:001:Next LEFT is Red Now! PL2
gururin:0:101F63:05:001:Next LEFT is Grey Now! PL2
gururin:0:101F63:06:001:Next LEFT is Green Now! PL2
gururin:0:101F63:07:001:Next LEFT is Blue Now! PL2
gururin:0:101F83:00:001:Next CENTRE is Clear Now! PL2
gururin:0:101F83:01:001:Next CENTRE is Pink Now! PL2
gururin:0:101F83:02:001:Next CENTRE is Yellow Now!PL2
gururin:0:101F83:03:001:Next CENTRE is Purple Now!PL2
gururin:0:101F83:04:001:Next CENTRE is Red Now! PL2
gururin:0:101F83:05:001:Next CENTRE is Grey Now! PL2
gururin:0:101F83:06:001:Next CENTRE is Green Now! PL2
gururin:0:101F83:07:001:Next CENTRE is Blue Now! PL2
gururin:0:101FA3:00:001:Next RIGHT is Clear Now! PL2
gururin:0:101FA3:01:001:Next RIGHT is Pink Now! PL2
gururin:0:101FA3:02:001:Next RIGHT is Yellow Now! PL2
gururin:0:101FA3:03:001:Next RIGHT is Purple Now! PL2
gururin:0:101FA3:04:001:Next RIGHT is Red Now! PL2
gururin:0:101FA3:05:001:Next RIGHT is Grey Now! PL2
gururin:0:101FA3:06:001:Next RIGHT is Green Now! PL2
gururin:0:101FA3:07:001:Next RIGHT is Blue Now! PL2
; [ Guttang Gottong ]
gutangtn:0:9900:06:000:Infinite Lives
; [ Guwange (Japan) ]
guwange:0:201011:09:000:Infinite Credits
guwange:0:2026DA:24:000:Infinite Energy PL1
guwange:0:2028F9:05:000:Infinite Bombs PL1
guwange:0:202918:02:000:Invincibility PL1
guwange:0:2028FB:0E:000:Maximum Power PL1
guwange:0:2028FD:08:000:Maximum Avirity Power PL1
guwange:0:2026E0:24:000:Infinite Energy PL2
guwange:0:202959:05:000:Infinite Bombs PL2
guwange:0:202978:02:000:Invincibility PL2
guwange:0:20295B:0E:000:Maximum Power PL1
guwange:0:20295D:08:000:Maximum Avirity Power PL1
; [ Guzzler ]
guzzler:0:801E:06:000:Infinite Lives PL1
guzzler:0:801F:06:000:Infinite Lives PL2
guzzler:0:C015:09:006:Max bonus time
guzzler:0:836C:01:000:Infinite Water
; [ Guerrilla War (US) ]
gwar:0:E3EC:0D:000:Infinite Lives PL1
gwar:0:E40B:99:000:Infinite Grenades PL1
gwar:0:E40E:99:000:Infinite Special Ammo PL1
gwar:0:E405:13:000:Infinite Tank Fuel PL1
gwar:0:E404:80:000:Invincibility PL1:Sprite will Flicker
gwar:0:E450:0D:000:Infinite Lives PL2
gwar:0:E46F:99:000:Infinite Grenades PL2
gwar:0:E472:99:000:Infinite Special Ammo PL2
gwar:0:E469:13:000:Infinite Tank Fuel PL2
gwar:0:E468:80:000:Invincibility PL2:Sprite will Flicker
; [ Guerrilla War (Version 1) ]
gwara:0:E3EC:0D:000:Infinite Lives PL1
gwara:0:E40B:99:000:Infinite Grenades PL1
gwara:0:E40E:99:000:Infinite Special Ammo PL1
gwara:0:E405:13:000:Infinite Tank Fuel PL1
gwara:0:E404:80:000:Invincibility PL1:Sprite will Flicker
gwara:0:E450:0D:000:Infinite Lives PL2
gwara:0:E46F:99:000:Infinite Grenades PL2
gwara:0:E472:99:000:Infinite Special Ammo PL2
gwara:0:E469:13:000:Infinite Tank Fuel PL2
gwara:0:E468:80:000:Invincibility PL2:Sprite will Flicker
; [ Guerrilla War (bootleg) ]
gwarb:0:E3EC:0D:000:Infinite Lives PL1
gwarb:0:E40B:99:000:Infinite Grenades PL1
gwarb:0:E40E:99:000:Infinite Special Ammo PL1
gwarb:0:E405:13:000:Infinite Tank Fuel PL1
gwarb:0:E404:80:000:Invincibility PL1:Sprite will Flicker
gwarb:0:E450:0D:000:Infinite Lives PL2
gwarb:0:E46F:99:000:Infinite Grenades PL2
gwarb:0:E472:99:000:Infinite Special Ammo PL2
gwarb:0:E469:13:000:Infinite Tank Fuel PL2
gwarb:0:E468:80:000:Invincibility PL2:Sprite will Flicker
; [ Guevara (Japan) ]
gwarj:0:E3EC:0D:000:Infinite Lives PL1
gwarj:0:E40B:99:000:Infinite Grenades PL1
gwarj:0:E40E:99:000:Infinite Special Ammo PL1
gwarj:0:E405:13:000:Infinite Tank Fuel PL1
gwarj:0:E404:80:000:Invincibility PL1:Sprite will Flicker
gwarj:0:E450:0D:000:Infinite Lives PL2
gwarj:0:E46F:99:000:Infinite Grenades PL2
gwarj:0:E472:99:000:Infinite Special Ammo PL2
gwarj:0:E469:13:000:Infinite Tank Fuel PL2
gwarj:0:E468:80:000:Invincibility PL2:Sprite will Flicker
; [ Galactic Warriors ]
gwarrior:0:01F803:03:000:Infinite Lives
gwarrior:0:01F8E2:8E:006:Infinite Energy
gwarrior:0:01F8E1:59:000:Infinite Time
gwarrior:0:01F8E3:01:001:One hit to kill enemy Now!
gwarrior:0:01F766:FF:000:Sound Test Code Stop:[Unknown]Next Code
gwarrior:0:01FF06:FF:000:WakeUp Music Timer Stop:Start again after the use
; [ Gypsy Juggler ]
gypsyjug:0:0E3D:09:000:Infinite Misses
; [ Gyrodine ]
gyrodine:0:FB53:0F:000:Infinite Lives
gyrodine:0:F3B0:00:000:Invincibility
; [ Gyruss (Konami) ]
gyruss:0:9600:06:000:Infinite Lives
gyruss:0:9000:FF:000:Invincibility
gyruss:0:9543:00:500:Invincibility (2/2)
gyruss:0:930E:01:000:Always Double Firepower
gyruss:0:930E:01:000:Always Normal Firepower
gyruss:0:930E:01:001:Get Double Firepower Now!
gyruss:0:930E:01:001:Get Normal Firepower Now!
; [ Gyruss (Centuri) ]
gyrussce:0:9600:06:000:Infinite Lives
gyrussce:0:9000:FF:000:Invincibility
gyrussce:0:9543:00:500:Invincibility (2/2)
gyrussce:0:930E:01:000:Always Double Firepower
gyrussce:0:930E:01:000:Always Normal Firepower
gyrussce:0:930E:01:001:Get Double Firepower Now!
gyrussce:0:930E:01:001:Get Normal Firepower Now!
; [ Hachoo! ]
hachoo:0:0F5004:7F:000:Infinite Energy PL1
hachoo:0:0F7029:05:000:Power Up PL1
hachoo:0:0F5084:7F:000:Infinite Energy PL2
hachoo:0:0F70A9:05:000:Power Up PL2
; [ HAL21 ]
hal21:0:FC7C:08:000:Infinite Lives PL1
hal21:0:FC71:00:000:Invincibility PL1
hal21:0:FCB8:08:000:Infinite Lives PL2
hal21:0:FCAD:00:000:Invincibility PL2
; [ HAL21 (Japan) ]
hal21j:0:FC7C:08:000:Infinite Lives PL1
hal21j:0:FC71:00:000:Invincibility PL1
hal21j:0:FCB8:08:000:Infinite Lives PL2
hal21j:0:FCAD:00:000:Invincibility PL2
; [ Hana Awase (Flower Matching) ]
hanaawas:0:8A04:09:000:Infinite Time
hanaawas:0:8A04:99:000:Infinite Time
hanaawas:0:8A05:99:500:Infinite Time (2/2)
; [ Mahjong Hana no Momoko gumi (Japan) ]
hanamomo:0:F8ED:63:000:Infinite "Kihaku"
hanamomo:0:F962:FF:000:Buggy score
hanamomo:0:0000:00:999:[The winning hand cheat must]
hanamomo:0:0000:00:999:[be activated when there are]
hanamomo:0:0000:00:999:[14 tiles in your hand, then]
hanamomo:0:0000:00:999:[press the RON key . ]
hanamomo:0:0000:00:999:[('Z' by default). The tiles]
hanamomo:0:0000:00:999:[do not visually change ]
hanamomo:0:0000:00:999:[until you make a move. ]
hanamomo:0:FC8C:31:001:Get winning hand Now!
hanamomo:0:FC8D:31:501:Get winning hand Now! (02/14)
hanamomo:0:FC8E:31:501:Get winning hand Now! (03/14)
hanamomo:0:FC8F:32:501:Get winning hand Now! (04/14)
hanamomo:0:FC90:32:501:Get winning hand Now! (05/14)
hanamomo:0:FC91:32:501:Get winning hand Now! (06/14)
hanamomo:0:FC92:33:501:Get winning hand Now! (07/14)
hanamomo:0:FC93:33:501:Get winning hand Now! (08/14)
hanamomo:0:FC94:33:501:Get winning hand Now! (09/14)
hanamomo:0:FC95:34:501:Get winning hand Now! (10/14)
hanamomo:0:FC96:34:501:Get winning hand Now! (11/14)
hanamomo:0:FC97:34:501:Get winning hand Now! (12/14)
hanamomo:0:FC98:35:501:Get winning hand Now! (13/14)
hanamomo:0:FC99:35:501:Get winning hand Now! (14/14)
hanamomo:0:FC8C:31:000:Always winning hand
hanamomo:0:FC8D:31:500:Always winning hand (02/14)
hanamomo:0:FC8E:31:500:Always winning hand (03/14)
hanamomo:0:FC8F:32:500:Always winning hand (04/14)
hanamomo:0:FC90:32:500:Always winning hand (05/14)
hanamomo:0:FC91:32:500:Always winning hand (06/14)
hanamomo:0:FC92:33:500:Always winning hand (07/14)
hanamomo:0:FC93:33:500:Always winning hand (08/14)
hanamomo:0:FC94:33:500:Always winning hand (09/14)
hanamomo:0:FC95:34:500:Always winning hand (10/14)
hanamomo:0:FC96:34:500:Always winning hand (11/14)
hanamomo:0:FC97:34:500:Always winning hand (12/14)
hanamomo:0:FC98:35:500:Always winning hand (13/14)
hanamomo:0:FC99:35:500:Always winning hand (14/14)
; [ Hana to Ojisan [BET] ]
hanaoji:0:0000:00:999:[How to play using the ]
hanaoji:0:0000:00:999:[following six cheats... ]
hanaoji:0:0000:00:999:[1) Enable the 6 cheats. ]
hanaoji:0:0000:00:999:[2) Make pairs of the first ]
hanaoji:0:0000:00:999:[ three cards in the set ]
hanaoji:0:0000:00:999:[ given to you. Since this ]
hanaoji:0:0000:00:999:[ is an 'always' cheat, ]
hanaoji:0:0000:00:999:[ you always get the same ]
hanaoji:0:0000:00:999:[ cards, so feel free to ]
hanaoji:0:0000:00:999:[ do duplicates of a pair! ]
hanaoji:0:0000:00:999:[3) When you win, press 'Z' ]
hanaoji:0:0000:00:999:[ (by default) for 'yes'. ]
hanaoji:0:0000:00:999:[4) Get your reward!! ]
hanaoji:0:FCA3:01:000:Cards needed to win
hanaoji:0:FCA4:05:500:Cards needed to win (2/6)
hanaoji:0:FCA5:09:500:Cards needed to win (3/6)
hanaoji:0:FCA6:1C:500:Cards needed to win (4/6)
hanaoji:0:FCA7:2C:500:Cards needed to win (5/6)
hanaoji:0:FCA8:14:500:Cards needed to win (6/6)
hanaoji:0:0000:00:999:Open&Surf here for a tutorial:Check out this site for a great Hanafuda tutorial - http://members.nbci.com/_XMCM/bob_forster/hanafuda.htm
; [ Hangly-Man (set 1) ]
hangly:0:4E14:06:000:Infinite Lives
hangly:0:4E15:05:500:Infinite Lives (2/2)
hangly:0:0000:00:999:[------Starting Levels------]
hangly:0:0000:00:999:[Deactivate the cheats after]
hangly:0:0000:00:999:[starting the level or leave]
hangly:0:0000:00:999:[active to repeat the level.]
hangly:0:4E0A:7E:000:Start at Strawberry
hangly:0:4E13:01:500:Start at Strawberry (2/2)
hangly:0:4E0A:7F:000:Start at 1st Orange
hangly:0:4E13:02:500:Start at 1st Orange (2/2)
hangly:0:4E0A:80:000:Start at 2nd Orange
hangly:0:4E13:03:500:Start at 2nd Orange (2/2)
hangly:0:4E0A:81:000:Start at 1st Apple
hangly:0:4E13:04:500:Start at 1st Apple (2/2)
hangly:0:4E0A:82:000:Start at 2nd Apple
hangly:0:4E13:05:500:Start at 2nd Apple (2/2)
hangly:0:4E0A:83:000:Start at 1st Pineapple
hangly:0:4E13:06:500:Start at 1st Pineapple (2/2)
hangly:0:4E0A:84:000:Start at 2nd Pineapple
hangly:0:4E13:07:500:Start at 2nd Pineapple (2/2)
hangly:0:4E0A:85:000:Start at 1st Galaxian
hangly:0:4E13:08:500:Start at 1st Galaxian (2/2)
hangly:0:4E0A:86:000:Start at 2nd Galaxian
hangly:0:4E13:09:500:Start at 2nd Galaxian (2/2)
hangly:0:4E0A:87:000:Start at 1st Bell
hangly:0:4E13:0A:500:Start at 1st Bell (2/2)
hangly:0:4E0A:88:000:Start at 2nd Bell
hangly:0:4E13:0B:500:Start at 2nd Bell (2/2)
hangly:0:4E0A:87:000:Start at 1st Key
hangly:0:4E13:0C:500:Start at 1st Key (2/2)
hangly:0:4E0A:88:000:Start at 2nd Key
hangly:0:4E13:0D:500:Start at 2nd Key (2/2)
hangly:0:0000:00:999:[------Practice Levels------]
hangly:0:4E13:00:000:Practice Cherry
hangly:0:4E13:01:000:Practice Strawberry
hangly:0:4E13:02:000:Practice 1st Orange
hangly:0:4E13:03:000:Practice 2nd Orange
hangly:0:4E13:04:000:Practice 1st Apple
hangly:0:4E13:05:000:Practice 2nd Apple
hangly:0:4E13:06:000:Practice 1st Pineapple
hangly:0:4E13:07:000:Practice 2nd Pineapple
hangly:0:4E13:08:000:Practice 1st Galaxian
hangly:0:4E13:09:000:Practice 2nd Galaxian
hangly:0:4E13:0A:000:Practice 1st Bell
hangly:0:4E13:0B:000:Practice 2nd Bell
hangly:0:4E13:0C:000:Practice 1st Key
hangly:0:4E13:0D:000:Practice 2nd Key
hangly:0:4E13:FF:000:Split-Screen (Unplayable)
hangly:0:4E13:FE:000:No maze or dots(Unfinishable)
hangly:0:0000:00:999:[------Practice Speeds------]
hangly:0:4DBD:00:000:Stay blue until eaten
hangly:0:4DBE:00:500:Stay blue until eaten (2/2)
hangly:0:4DBD:58:000:Slow changeback
hangly:0:4DBE:02:500:Slow changeback (2/2)
hangly:0:4DBD:68:000:Moderate changeback
hangly:0:4DBE:01:500:Moderate changeback (2/2)
hangly:0:4DBD:F0:000:Quick changeback
hangly:0:4DBE:00:500:Quick changeback (2/2)
hangly:0:4DBD:78:000:Lightning changeback
hangly:0:4DBE:00:500:Lightning changeback (2/2)
hangly:0:4DBD:01:000:No change to blue
hangly:0:4DBE:00:500:No change to blue (2/2)
hangly:0:0000:00:999:[-------Ghost Status--------]
hangly:0:4DA7:01:000:Red always blue
hangly:0:4DA8:01:000:Pink always blue
hangly:0:4DA9:01:000:Green always blue
hangly:0:4DAA:01:000:Orange always blue
hangly:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Hangly-Man (set 2) ]
hangly2:0:4E14:06:000:Infinite Lives
hangly2:0:4E15:05:500:Infinite Lives (2/2)
hangly2:0:0000:00:999:[------Starting Levels------]
hangly2:0:0000:00:999:[Deactivate the cheats after]
hangly2:0:0000:00:999:[starting the level or leave]
hangly2:0:0000:00:999:[active to repeat the level.]
hangly2:0:4E0A:7E:000:Start at Strawberry
hangly2:0:4E13:01:500:Start at Strawberry (2/2)
hangly2:0:4E0A:7F:000:Start at 1st Orange
hangly2:0:4E13:02:500:Start at 1st Orange (2/2)
hangly2:0:4E0A:80:000:Start at 2nd Orange
hangly2:0:4E13:03:500:Start at 2nd Orange (2/2)
hangly2:0:4E0A:81:000:Start at 1st Apple
hangly2:0:4E13:04:500:Start at 1st Apple (2/2)
hangly2:0:4E0A:82:000:Start at 2nd Apple
hangly2:0:4E13:05:500:Start at 2nd Apple (2/2)
hangly2:0:4E0A:83:000:Start at 1st Pineapple
hangly2:0:4E13:06:500:Start at 1st Pineapple (2/2)
hangly2:0:4E0A:84:000:Start at 2nd Pineapple
hangly2:0:4E13:07:500:Start at 2nd Pineapple (2/2)
hangly2:0:4E0A:85:000:Start at 1st Galaxian
hangly2:0:4E13:08:500:Start at 1st Galaxian (2/2)
hangly2:0:4E0A:86:000:Start at 2nd Galaxian
hangly2:0:4E13:09:500:Start at 2nd Galaxian (2/2)
hangly2:0:4E0A:87:000:Start at 1st Bell
hangly2:0:4E13:0A:500:Start at 1st Bell (2/2)
hangly2:0:4E0A:88:000:Start at 2nd Bell
hangly2:0:4E13:0B:500:Start at 2nd Bell (2/2)
hangly2:0:4E0A:87:000:Start at 1st Key
hangly2:0:4E13:0C:500:Start at 1st Key (2/2)
hangly2:0:4E0A:88:000:Start at 2nd Key
hangly2:0:4E13:0D:500:Start at 2nd Key (2/2)
hangly2:0:0000:00:999:[------Practice Levels------]
hangly2:0:4E13:00:000:Practice Cherry
hangly2:0:4E13:01:000:Practice Strawberry
hangly2:0:4E13:02:000:Practice 1st Orange
hangly2:0:4E13:03:000:Practice 2nd Orange
hangly2:0:4E13:04:000:Practice 1st Apple
hangly2:0:4E13:05:000:Practice 2nd Apple
hangly2:0:4E13:06:000:Practice 1st Pineapple
hangly2:0:4E13:07:000:Practice 2nd Pineapple
hangly2:0:4E13:08:000:Practice 1st Galaxian
hangly2:0:4E13:09:000:Practice 2nd Galaxian
hangly2:0:4E13:0A:000:Practice 1st Bell
hangly2:0:4E13:0B:000:Practice 2nd Bell
hangly2:0:4E13:0C:000:Practice 1st Key
hangly2:0:4E13:0D:000:Practice 2nd Key
hangly2:0:4E13:FF:000:Split-Screen (Unplayable)
hangly2:0:4E13:FE:000:No maze or dots(Unfinishable)
hangly2:0:0000:00:999:[------Practice Speeds------]
hangly2:0:4DBD:00:000:Stay blue until eaten
hangly2:0:4DBE:00:500:Stay blue until eaten (2/2)
hangly2:0:4DBD:58:000:Slow changeback
hangly2:0:4DBE:02:500:Slow changeback (2/2)
hangly2:0:4DBD:68:000:Moderate changeback
hangly2:0:4DBE:01:500:Moderate changeback (2/2)
hangly2:0:4DBD:F0:000:Quick changeback
hangly2:0:4DBE:00:500:Quick changeback (2/2)
hangly2:0:4DBD:78:000:Lightning changeback
hangly2:0:4DBE:00:500:Lightning changeback (2/2)
hangly2:0:4DBD:01:000:No change to blue
hangly2:0:4DBE:00:500:No change to blue (2/2)
hangly2:0:0000:00:999:[-------Ghost Status--------]
hangly2:0:4DA7:01:000:Red always blue
hangly2:0:4DA8:01:000:Pink always blue
hangly2:0:4DA9:01:000:Green always blue
hangly2:0:4DAA:01:000:Orange always blue
hangly2:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Hang-On ]
hangon:0:20C500:99:000:Infinite Time
; [ Hang-On Jr. ]
hangonjr:0:C000:09:000:Infinite Credits
hangonjr:0:C222:99:000:Infinite Time
; [ Hard Drivin' ]
harddriv:0:FFF768:19:000:Infinite Credits
harddriv:0:FF9830:EA:000:Infinite Time
harddriv:0:FF9831:5F:500:Infinite Time (2/2)
; [ Hard Hat ]
hardhat:0:0070:05:000:Infinite Lives PL1
hardhat:0:0071:05:000:Infinite Lives PL2
hardhat:0:01FC:89:000:Invincibility
; [ Hard Head ]
hardhead:0:C040:99:000:Infinite Credits
hardhead:0:C025:5A:000:Infinite Time
hardhead:0:C026:09:500:Infinite Time (2/2)
hardhead:0:4BB8:C9:100:Invincibility against bosses
hardhead:0:0000:00:999:[These Select starting stage cheats ]
hardhead:0:0000:00:999:[are *NOT* linked so they must BOTH be]
hardhead:0:0000:00:999:[selected individually one after the ]
hardhead:0:0000:00:999:[other! ]
hardhead:0:0000:00:999:[You should enable these cheats on the]
hardhead:0:0000:00:999:[press START button screen. ]
hardhead:0:C108:FF:021:Select starting stage (1|2)
hardhead:0:C108:0F:061:Select starting stage (2|2)
hardhead:0:C108:0F:061:Select next stage
hardhead:0:0000:00:999:[See the Dip Switch Menu to enable an ]
hardhead:0:0000:00:999:[alternate Invincibility cheat. ]
hardhead:0:C104:05:000:Infinite Lives PL1
hardhead:0:C135:04:000:Infinite Energy PL1
hardhead:0:C136:03:000:Normal Invincibility PL1
hardhead:0:C184:05:000:Infinite Lives PL2
hardhead:0:C1B5:04:000:Infinite Energy PL2
hardhead:0:C1B6:03:000:Normal Invincibility PL2
; [ Hard Head (Bootleg) ]
hardhedb:0:C040:99:000:Infinite Credits
hardhedb:0:C025:5A:000:Infinite Time
hardhedb:0:C026:09:500:Infinite Time (2/2)
hardhedb:0:4BB8:C9:100:Invincibility against bosses
hardhedb:0:0000:00:999:[These Select starting stage cheats ]
hardhedb:0:0000:00:999:[are *NOT* linked so they must BOTH be]
hardhedb:0:0000:00:999:[selected individually one after the ]
hardhedb:0:0000:00:999:[other! ]
hardhedb:0:0000:00:999:[You should enable these cheats on the]
hardhedb:0:0000:00:999:[press START button screen. ]
hardhedb:0:C108:FF:021:Select starting stage (1|2)
hardhedb:0:C108:0F:061:Select starting stage (2|2)
hardhedb:0:C108:0F:061:Select next stage
hardhedb:0:0000:00:999:[See the Dip Switch Menu to enable an ]
hardhedb:0:0000:00:999:[alternate Invincibility cheat. ]
hardhedb:0:C104:05:000:Infinite Lives PL1
hardhedb:0:C135:04:000:Infinite Energy PL1
hardhedb:0:C136:03:000:Normal Invincibility PL1
hardhedb:0:C184:05:000:Infinite Lives PL2
hardhedb:0:C1B5:04:000:Infinite Energy PL2
hardhedb:0:C1B6:03:000:Normal Invincibility PL2
; [ Hard Yardage (v1.20) ]
hardyard:0:004048:01:000:Infinite Time
hardyard:0:004049:05:500:Infinite Time (2/4)
hardyard:0:00404A:00:500:Infinite Time (3/4)
hardyard:0:00404B:00:500:Infinite Time (4/4)
hardyard:0:004048:00:001:Finish this Quarter Now!
hardyard:0:004049:00:501:Finish this Quarter Now! (2/4)
hardyard:0:00404A:00:501:Finish this Quarter Now! (3/4)
hardyard:0:00404B:00:501:Finish this Quarter Now! (4/4)
hardyard:0:004040:01:000:Always on the First Down
hardyard:0:004040:01:001:Make this the First Down Now!
hardyard:0:004040:04:001:Make this the Fourth Down Now!
hardyard:0:000000:00:999:[Enable these yardage cheats on the Offence/Defense Screen]
hardyard:0:003FAE:63:001:Offense need 1 yard Now!
hardyard:0:003FB2:63:501:Offense need 1 yard Now! (2/2)
hardyard:0:003FAE:01:001:Offense need 99 yards Now!
hardyard:0:003FB2:01:501:Offense need 99 yards Now! (2/2)
hardyard:0:0040DC:00:000:Team 1 Score always = 0
hardyard:0:0040DA:00:500:Team 1 Score always = 0 (2/3)
hardyard:0:0040DB:00:500:Team 1 Score always = 0 (3/3)
hardyard:0:0040DC:63:000:Team 1 Score always = 99
hardyard:0:0040DA:09:500:Team 1 Score always = 99 (2/3)
hardyard:0:0040DB:09:500:Team 1 Score always = 99 (3/3)
hardyard:0:0040DC:00:001:Team 1 Score = 0 Now!
hardyard:0:0040DA:00:501:Team 1 Score = 0 Now! (2/3)
hardyard:0:0040DB:00:501:Team 1 Score = 0 Now! (3/3)
hardyard:0:0040DC:32:001:Team 1 Score = 50 Now!
hardyard:0:0040DA:05:501:Team 1 Score = 50 Now! (2/3)
hardyard:0:0040DB:00:501:Team 1 Score = 50 Now! (3/3)
hardyard:0:0040E0:00:000:Team 2 Score always = 0
hardyard:0:0040DE:00:500:Team 2 Score always = 0 (2/3)
hardyard:0:0040DF:00:500:Team 2 Score always = 0 (3/3)
hardyard:0:0040E0:63:000:Team 2 Score always = 99
hardyard:0:0040DE:09:500:Team 2 Score always = 99 (2/3)
hardyard:0:0040DF:09:500:Team 2 Score always = 99 (3/3)
hardyard:0:0040E0:00:001:Team 2 Score = 0 Now!
hardyard:0:0040DE:00:501:Team 2 Score = 0 Now! (2/3)
hardyard:0:0040DF:00:501:Team 2 Score = 0 Now! (3/3)
hardyard:0:0040E0:32:001:Team 2 Score = 50 Now!
hardyard:0:0040DE:05:501:Team 2 Score = 50 Now! (2/3)
hardyard:0:0040DF:00:501:Team 2 Score = 50 Now! (3/3)
; [ Hard Yardage (v1.00) ]
hardyd10:0:004048:01:000:Infinite Time
hardyd10:0:004049:05:500:Infinite Time (2/4)
hardyd10:0:00404A:00:500:Infinite Time (3/4)
hardyd10:0:00404B:00:500:Infinite Time (4/4)
hardyd10:0:004048:00:001:Finish this Quarter Now!
hardyd10:0:004049:00:501:Finish this Quarter Now! (2/4)
hardyd10:0:00404A:00:501:Finish this Quarter Now! (3/4)
hardyd10:0:00404B:00:501:Finish this Quarter Now! (4/4)
hardyd10:0:004040:01:000:Always on the First Down
hardyd10:0:004040:01:001:Make this the First Down Now!
hardyd10:0:004040:04:001:Make this the Fourth Down Now!
hardyd10:0:000000:00:999:[Enable these yardage cheats on the Offence/Defense Screen]
hardyd10:0:003FAE:63:001:Offense need 1 yard Now!
hardyd10:0:003FB2:63:501:Offense need 1 yard Now! (2/2)
hardyd10:0:003FAE:01:001:Offense need 99 yards Now!
hardyd10:0:003FB2:01:501:Offense need 99 yards Now! (2/2)
hardyd10:0:0040DC:00:000:Team 1 Score always = 0
hardyd10:0:0040DA:00:500:Team 1 Score always = 0 (2/3)
hardyd10:0:0040DB:00:500:Team 1 Score always = 0 (3/3)
hardyd10:0:0040DC:63:000:Team 1 Score always = 99
hardyd10:0:0040DA:09:500:Team 1 Score always = 99 (2/3)
hardyd10:0:0040DB:09:500:Team 1 Score always = 99 (3/3)
hardyd10:0:0040DC:00:001:Team 1 Score = 0 Now!
hardyd10:0:0040DA:00:501:Team 1 Score = 0 Now! (2/3)
hardyd10:0:0040DB:00:501:Team 1 Score = 0 Now! (3/3)
hardyd10:0:0040DC:32:001:Team 1 Score = 50 Now!
hardyd10:0:0040DA:05:501:Team 1 Score = 50 Now! (2/3)
hardyd10:0:0040DB:00:501:Team 1 Score = 50 Now! (3/3)
hardyd10:0:0040E0:00:000:Team 2 Score always = 0
hardyd10:0:0040DE:00:500:Team 2 Score always = 0 (2/3)
hardyd10:0:0040DF:00:500:Team 2 Score always = 0 (3/3)
hardyd10:0:0040E0:63:000:Team 2 Score always = 99
hardyd10:0:0040DE:09:500:Team 2 Score always = 99 (2/3)
hardyd10:0:0040DF:09:500:Team 2 Score always = 99 (3/3)
hardyd10:0:0040E0:00:001:Team 2 Score = 0 Now!
hardyd10:0:0040DE:00:501:Team 2 Score = 0 Now! (2/3)
hardyd10:0:0040DF:00:501:Team 2 Score = 0 Now! (3/3)
hardyd10:0:0040E0:32:001:Team 2 Score = 50 Now!
hardyd10:0:0040DE:05:501:Team 2 Score = 50 Now! (2/3)
hardyd10:0:0040DF:00:501:Team 2 Score = 50 Now! (3/3)
; [ Hasamu (Japan) ]
hasamu:0:A300F:63:000:Infinite Credits
hasamu:0:A335B:A0:000:Infinite Time
hasamu:0:A335A:99:500:Infinite Time (2/2)
hasamu:0:A335B:00:001:Drain All Time Now!
hasamu:0:A335A:00:501:Drain All Time Now! (2/2)
; [ Adventure Quiz 2 Hatena Hatena no Dai-Bouken (Japan) ]
hatena:0:F975:05:000:Infinite Vitality PL1
hatena:0:F9F5:05:000:Infinite Vitality PL2
hatena:0:F077:0A:000:Infinite Time
hatena:0:F061:0A:000:Infinite questions
hatena:0:0000:00:999:[Watch out for these values ]
hatena:0:0000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
hatena:0:FB62:00:998:Watch me for good answer
hatena:0:F068:08:001:Good answer ends quiz Now!
; [ Hatris (Japan) ]
hatris:0:8211:09:000:Infinite Credits
hatris:0:827D:FF:001:Activate Sale Now! PL1
hatris:0:8272:80:000:Infinite Sale PL1
hatris:0:860A:09:000:Infinite Sale Time PL1
hatris:0:8274:0E:000:Always have lowest speed PL1
hatris:0:82CD:FF:001:Activate Sale Now! PL2
hatris:0:82C2:80:000:Infinite Sale PL2
hatris:0:862A:09:000:Infinite Sale Time PL2
hatris:0:82C4:0E:000:Always have lowest speed PL2
; [ Hat Trick ]
hattrick:0:009A:FF:000:Infinite Time
hattrick:0:015F:99:073:Select Score RED TEAM
hattrick:0:013A:99:073:Select Score BLUE TEAM
; [ Heavy Barrel (US) ]
hbarrel:0:FF8032:80:000:Invincibility PL1
hbarrel:0:FF8033:80:000:Super Invincibility PL1
hbarrel:0:FF8052:04:000:Infinite Keys PL1
hbarrel:0:FF8034:05:000:Infinite Lives PL1
hbarrel:0:FF8043:99:000:Infinite Fire Gun PL1
hbarrel:0:FF8045:99:000:Infinite Multi-Way Shot PL1
hbarrel:0:FF8047:99:000:Infinite Flamethrower PL1
hbarrel:0:FF804D:99:000:Infinite Grenades PL1
hbarrel:0:FF804F:99:000:Infinite Smoke Bomb PL1
hbarrel:0:FF8051:99:000:Infinite Chain Thrower PL1
hbarrel:0:FF8711:99:000:Infinite Super Weapon PL1
hbarrel:0:FF8049:00:000:Always have Normal GrenadePL1
hbarrel:0:FF8049:01:000:Always have Red Grenade PL1
hbarrel:0:FF803C:00:001:Get Basic Weapon PL1
hbarrel:0:FF803C:01:001:Get Laser Weapon PL1
hbarrel:0:FF803C:02:001:Get Multi-Way Shot PL1
hbarrel:0:FF803C:03:001:Get Flamethrower PL1
hbarrel:0:FF8710:80:001:Get the Super weapon PL1
hbarrel:0:FF8049:00:001:Get Normal Grenade Now! PL1
hbarrel:0:FF8049:01:001:Get have Red Grenade Now! PL1
hbarrel:0:FF8710:80:000:Super Gun PL1
hbarrel:0:FFA59F:D8:000:Special Weapon Ammo PL1
hbarrel:0:FF8076:80:000:Invincibility PL2
hbarrel:0:FF8077:80:000:Super Invincibility PL2
hbarrel:0:FF8096:04:000:Infinite Keys PL2
hbarrel:0:FF8078:05:000:Infinite Lives PL2
hbarrel:0:FF8087:99:000:Infinite Fire Gun PL2
hbarrel:0:FF8089:99:000:Infinite Multi-Way Shot PL2
hbarrel:0:FF808B:99:000:Infinite Flamethrower PL2
hbarrel:0:FF8091:99:000:Infinite Grenades PL2
hbarrel:0:FF8093:99:000:Infinite Smoke Bomb PL2
hbarrel:0:FF8095:99:000:Infinite Chain Thrower PL2
hbarrel:0:FF8755:99:000:Infinite Super Weapon PL2
hbarrel:0:FF808D:00:000:Always have Normal GrenadePL2
hbarrel:0:FF808D:01:000:Always have Red Grenade PL2
hbarrel:0:FF8080:00:001:Get Basic Weapon PL2
hbarrel:0:FF8080:01:001:Get Laser Weapon PL2
hbarrel:0:FF8080:02:001:Get Multi-Way Shot PL2
hbarrel:0:FF8080:03:001:Get Flamethrower PL2
hbarrel:0:FF8754:80:001:Get the Super weapon PL2
hbarrel:0:FF808D:00:001:Get Normal Grenade Now! PL2
hbarrel:0:FF808D:01:001:Get Red Grenade Now! PL2
; [ Heavy Barrel (World) ]
hbarrelw:0:FF8032:80:000:Invincibility PL1
hbarrelw:0:FF8033:80:000:Super Invincibility PL1
hbarrelw:0:FF8052:04:000:Infinite Keys PL1
hbarrelw:0:FF8034:05:000:Infinite Lives PL1
hbarrelw:0:FF8043:99:000:Infinite Fire Gun PL1
hbarrelw:0:FF8045:99:000:Infinite Multi-Way Shot PL1
hbarrelw:0:FF8047:99:000:Infinite Flamethrower PL1
hbarrelw:0:FF804D:99:000:Infinite Grenades PL1
hbarrelw:0:FF804F:99:000:Infinite Smoke Bomb PL1
hbarrelw:0:FF8051:99:000:Infinite Chain Thrower PL1
hbarrelw:0:FF8711:99:000:Infinite Super Weapon PL1
hbarrelw:0:FF8049:00:000:Always have Normal GrenadePL1
hbarrelw:0:FF8049:01:000:Always have Red Grenade PL1
hbarrelw:0:FF803C:00:001:Get Basic Weapon PL1
hbarrelw:0:FF803C:01:001:Get Laser Weapon PL1
hbarrelw:0:FF803C:02:001:Get Multi-Way Shot PL1
hbarrelw:0:FF803C:03:001:Get Flamethrower PL1
hbarrelw:0:FF8710:80:001:Get the Super weapon PL1
hbarrelw:0:FF8049:00:001:Get Normal Grenade Now! PL1
hbarrelw:0:FF8049:01:001:Get have Red Grenade Now! PL1
hbarrelw:0:FF8710:80:000:Super Gun PL1
hbarrelw:0:FFA59F:D8:000:Special Weapon Ammo PL1
hbarrelw:0:FF8076:80:000:Invincibility PL2
hbarrelw:0:FF8077:80:000:Super Invincibility PL2
hbarrelw:0:FF8096:04:000:Infinite Keys PL2
hbarrelw:0:FF8078:05:000:Infinite Lives PL2
hbarrelw:0:FF8087:99:000:Infinite Fire Gun PL2
hbarrelw:0:FF8089:99:000:Infinite Multi-Way Shot PL2
hbarrelw:0:FF808B:99:000:Infinite Flamethrower PL2
hbarrelw:0:FF8091:99:000:Infinite Grenades PL2
hbarrelw:0:FF8093:99:000:Infinite Smoke Bomb PL2
hbarrelw:0:FF8095:99:000:Infinite Chain Thrower PL2
hbarrelw:0:FF8755:99:000:Infinite Super Weapon PL2
hbarrelw:0:FF808D:00:000:Always have Normal GrenadePL2
hbarrelw:0:FF808D:01:000:Always have Red Grenade PL2
hbarrelw:0:FF8080:00:001:Get Basic Weapon PL2
hbarrelw:0:FF8080:01:001:Get Laser Weapon PL2
hbarrelw:0:FF8080:02:001:Get Multi-Way Shot PL2
hbarrelw:0:FF8080:03:001:Get Flamethrower PL2
hbarrelw:0:FF8754:80:001:Get the Super weapon PL2
hbarrelw:0:FF808D:00:001:Get Normal Grenade Now! PL2
hbarrelw:0:FF808D:01:001:Get Red Grenade Now! PL2
; [ Haunted Castle (set 1) ]
hcastle:0:1F13:59:000:Infinite Time
hcastle:0:080C:10:000:Infinite Energy
hcastle:0:1012:FF:000:Invincibility
hcastle:0:0819:99:000:Infinite Hearts
hcastle:0:080F:01:001:Finish this Stage Now!
hcastle:0:1010:00:000:Weapon always Wip
hcastle:0:1010:01:000:Weapon always Hammer
hcastle:0:1010:02:000:Weapon always Sword
hcastle:0:1010:00:001:Change weapon to Wip Now!
hcastle:0:1010:01:001:Change weapon to Hammer Now!
hcastle:0:1010:02:001:Change weapon to Sword Now!
hcastle:0:1E99:00:001:Item Window empty Now!
hcastle:0:1E99:01:001:Item Window = Bomb Now!
hcastle:0:1E99:02:001:Item Window = Fire Now!
hcastle:0:1E99:03:001:Item Window = Boomerang Now!
hcastle:0:1E99:04:001:Item Window = Cross Now!
hcastle:0:1E99:05:001:Item Window = Clock Now!
hcastle:0:0000:00:999:[The Select current level ]
hcastle:0:0000:00:999:[can be enabled on the intro]
hcastle:0:0000:00:999:[screen it doesn't work if ]
hcastle:0:0000:00:999:[enabled on the title screen]
hcastle:0:0806:05:071:Select current level
hcastle:0:0806:05:061:Select next level
hcastle:0:18CC:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Haunted Castle (set 2) ]
hcastlea:0:1F13:59:000:Infinite Time
hcastlea:0:080C:10:000:Infinite Energy
hcastlea:0:1012:FF:000:Invincibility
hcastlea:0:0819:99:000:Infinite Hearts
hcastlea:0:080F:01:001:Finish this Stage Now!
hcastlea:0:1010:00:000:Weapon always Wip
hcastlea:0:1010:01:000:Weapon always Hammer
hcastlea:0:1010:02:000:Weapon always Sword
hcastlea:0:1010:00:001:Change weapon to Wip Now!
hcastlea:0:1010:01:001:Change weapon to Hammer Now!
hcastlea:0:1010:02:001:Change weapon to Sword Now!
hcastlea:0:1E99:00:001:Item Window empty Now!
hcastlea:0:1E99:01:001:Item Window = Bomb Now!
hcastlea:0:1E99:02:001:Item Window = Fire Now!
hcastlea:0:1E99:03:001:Item Window = Boomerang Now!
hcastlea:0:1E99:04:001:Item Window = Cross Now!
hcastlea:0:1E99:05:001:Item Window = Clock Now!
hcastlea:0:0000:00:999:[The Select current level ]
hcastlea:0:0000:00:999:[can be enabled on the intro]
hcastlea:0:0000:00:999:[screen it doesn't work if ]
hcastlea:0:0000:00:999:[enabled on the title screen]
hcastlea:0:0806:05:071:Select current level
hcastlea:0:0806:05:061:Select next level
hcastlea:0:18CC:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Akuma-Jou Dracula (Japan) ]
hcastlej:0:1F13:59:000:Infinite Time
hcastlej:0:080C:10:000:Infinite Energy
hcastlej:0:1012:FF:000:Invincibility
hcastlej:0:0819:99:000:Infinite Hearts
hcastlej:0:080F:01:001:Finish this Stage Now!
hcastlej:0:1010:00:000:Weapon always Wip
hcastlej:0:1010:01:000:Weapon always Hammer
hcastlej:0:1010:02:000:Weapon always Sword
hcastlej:0:1010:00:001:Change weapon to Wip Now!
hcastlej:0:1010:01:001:Change weapon to Hammer Now!
hcastlej:0:1010:02:001:Change weapon to Sword Now!
hcastlej:0:1E99:00:001:Item Window empty Now!
hcastlej:0:1E99:01:001:Item Window = Bomb Now!
hcastlej:0:1E99:02:001:Item Window = Fire Now!
hcastlej:0:1E99:03:001:Item Window = Boomerang Now!
hcastlej:0:1E99:04:001:Item Window = Cross Now!
hcastlej:0:1E99:05:001:Item Window = Clock Now!
hcastlej:0:0000:00:999:[The Select current level ]
hcastlej:0:0000:00:999:[can be enabled on the intro]
hcastlej:0:0000:00:999:[screen it doesn't work if ]
hcastlej:0:0000:00:999:[enabled on the title screen]
hcastlej:0:0806:05:071:Select current level
hcastlej:0:0806:05:061:Select next level
hcastlej:0:18CC:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Head On (2 players) ]
headon:0:E5BE:08:000:Infinite Lives PL1
headon:0:E5BF:08:000:Infinite Lives PL2
; [ Head On 2 ]
headon2:0:E40D:07:000:Infinite Lives PL1
headon2:0:E40E:07:000:Infinite Lives PL2
; [ Head On (1 player) ]
headonb:0:E593:08:000:Infinite Lives
; [ Heart Attack ]
heartatk:0:1E65:99:000:Infinite Credits
heartatk:0:1E7D:10:000:Infinite Time
heartatk:0:1FA5:00:000:Infinite Freezes
heartatk:0:1FA9:FF:001:Finish this Level Now!
heartatk:0:1FAA:FF:501:Finish this Level Now! (2/2)
heartatk:0:1C65:05:000:Infinite Lives PL1
heartatk:0:1C66:05:000:Infinite Lives PL2
; [ Hebereke no Popoon (Japan) ]
heberpop:0:3058FB:09:000:Infinite Credits
heberpop:0:30B3F3:00:000:Never get Attacked PL1
heberpop:0:30BFB7:01:001:Attack opp. side Now! PL1
heberpop:0:30BFB7:06:001:Attack opp. side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat
heberpop:0:30A84B:00:000:Next Right Face always = Pink with open Eyes PL1
heberpop:0:30A84B:01:000:Next Right Face always = Dark Purple with open Eyes PL1
heberpop:0:30A84B:02:000:Next Right Face always = Blue with open Eyes PL1
heberpop:0:30A84B:03:000:Next Right Face always = Light Purple with open Eyes PL1
heberpop:0:30A84B:04:000:Next Right Face always = Yellow with open Eyes PL1
heberpop:0:30A84B:05:000:Next Right Face always = Orange with open Eyes PL1
heberpop:0:30A84B:06:000:Next Right Face always = Green with open Eyes PL1
heberpop:0:30A84B:07:000:Next Right Face always = Brown with open Eyes PL1
heberpop:0:30A84B:08:000:Next Right Face always = Pink with shut Eyes PL1
heberpop:0:30A84B:09:000:Next Right Face always = Dark Purple with shut Eyes PL1
heberpop:0:30A84B:0A:000:Next Right Face always = Blue with shut Eyes PL1
heberpop:0:30A84B:0B:000:Next Right Face always = Light Purple with shut Eyes PL1
heberpop:0:30A84B:0C:000:Next Right Face always = Yellow with shut Eyes PL1
heberpop:0:30A84B:0D:000:Next Right Face always = Orange with shut Eyes PL1
heberpop:0:30A84B:0E:000:Next Right Face always = Green with shut Eyes PL1
heberpop:0:30A84B:0F:000:Next Right Face always = Brown with shut Eyes PL1
heberpop:0:30A84B:10:000:Next Right Face always = Pink squashed PL1
heberpop:0:30A84B:11:000:Next Right Face always = Dark Purple squashed PL1
heberpop:0:30A84B:12:000:Next Right Face always = Blue squashed PL1
heberpop:0:30A84B:13:000:Next Right Face always = Light Purple squashed PL1
heberpop:0:30A84B:14:000:Next Right Face always = Yellow squashed PL1
heberpop:0:30A84B:15:000:Next Right Face always = Orange squashed PL1
heberpop:0:30A84B:16:000:Next Right Face always = Green squashed PL1
heberpop:0:30A84B:17:000:Next Right Face always = Brown squashed PL1
heberpop:0:30A84B:18:000:Next Right Face always = Pink elongated PL1
heberpop:0:30A84B:19:000:Next Right Face always = Dark Purple elongated PL1
heberpop:0:30A84B:1A:000:Next Right Face always = Blue elongated PL1
heberpop:0:30A84B:1B:000:Next Right Face always = Light Purple elongated PL1
heberpop:0:30A84B:1C:000:Next Right Face always = Yellow elongated PL1
heberpop:0:30A84B:1D:000:Next Right Face always = Orange elongated PL1
heberpop:0:30A84B:1E:000:Next Right Face always = Green elongated PL1
heberpop:0:30A84B:1F:000:Next Right Face always = Brown elongated PL1
heberpop:0:30A84B:20:000:Next Right Face always = Cat with sunglasses PL1
heberpop:0:30A84B:21:000:Next Right Face always = Girl PL1
heberpop:0:30A84B:22:000:Next Right Face always = Snowman PL1
heberpop:0:30A84B:23:000:Next Right Face always = Bird PL1
heberpop:0:30A84B:24:000:Next Right Face always = Woman with green hair PL1
heberpop:0:30A84B:25:000:Next Right Face always = Man with sunglasses PL1
heberpop:0:30A84B:26:000:Next Right Face always = Green Fish PL1
heberpop:0:30A84B:27:000:Next Right Face always = Duck wearing helmet PL1
heberpop:0:30A84A:00:000:Next Left Face always = Pink with open Eyes PL1
heberpop:0:30A84A:01:000:Next Left Face always = Dark Purple with open Eyes PL1
heberpop:0:30A84A:02:000:Next Left Face always = Blue with open Eyes PL1
heberpop:0:30A84A:03:000:Next Left Face always = Light Purple with open Eyes PL1
heberpop:0:30A84A:04:000:Next Left Face always = Yellow with open Eyes PL1
heberpop:0:30A84A:05:000:Next Left Face always = Orange with open Eyes PL1
heberpop:0:30A84A:06:000:Next Left Face always = Green with open Eyes PL1
heberpop:0:30A84A:07:000:Next Left Face always = Brown with open Eyes PL1
heberpop:0:30A84A:08:000:Next Left Face always = Pink with shut Eyes PL1
heberpop:0:30A84A:09:000:Next Left Face always = Dark Purple with shut Eyes PL1
heberpop:0:30A84A:0A:000:Next Left Face always = Blue with shut Eyes PL1
heberpop:0:30A84A:0B:000:Next Left Face always = Light Purple with shut Eyes PL1
heberpop:0:30A84A:0C:000:Next Left Face always = Yellow with shut Eyes PL1
heberpop:0:30A84A:0D:000:Next Left Face always = Orange with shut Eyes PL1
heberpop:0:30A84A:0E:000:Next Left Face always = Green with shut Eyes PL1
heberpop:0:30A84A:0F:000:Next Left Face always = Brown with shut Eyes PL1
heberpop:0:30A84A:10:000:Next Left Face always = Pink squashed PL1
heberpop:0:30A84A:11:000:Next Left Face always = Dark Purple squashed PL1
heberpop:0:30A84A:12:000:Next Left Face always = Blue squashed PL1
heberpop:0:30A84A:13:000:Next Left Face always = Light Purple squashed PL1
heberpop:0:30A84A:14:000:Next Left Face always = Yellow squashed PL1
heberpop:0:30A84A:15:000:Next Left Face always = Orange squashed PL1
heberpop:0:30A84A:16:000:Next Left Face always = Green squashed PL1
heberpop:0:30A84A:17:000:Next Left Face always = Brown squashed PL1
heberpop:0:30A84A:18:000:Next Left Face always = Pink elongated PL1
heberpop:0:30A84A:19:000:Next Left Face always = Dark Purple elongated PL1
heberpop:0:30A84A:1A:000:Next Left Face always = Blue elongated PL1
heberpop:0:30A84A:1B:000:Next Left Face always = Light Purple elongated PL1
heberpop:0:30A84A:1C:000:Next Left Face always = Yellow elongated PL1
heberpop:0:30A84A:1D:000:Next Left Face always = Orange elongated PL1
heberpop:0:30A84A:1E:000:Next Left Face always = Green elongated PL1
heberpop:0:30A84A:1F:000:Next Left Face always = Brown elongated PL1
heberpop:0:30A84A:20:000:Next Left Face always = Cat with sunglasses PL1
heberpop:0:30A84A:21:000:Next Left Face always = Girl PL1
heberpop:0:30A84A:22:000:Next Left Face always = Snowman PL1
heberpop:0:30A84A:23:000:Next Left Face always = Bird PL1
heberpop:0:30A84A:24:000:Next Left Face always = Woman with green hair PL1
heberpop:0:30A84A:25:000:Next Left Face always = Man with sunglasses PL1
heberpop:0:30A84A:26:000:Next Left Face always = Green Fish PL1
heberpop:0:30A84A:27:000:Next Left Face always = Duck wearing helmet PL1
heberpop:0:30A84B:00:001:Next Right Face = Pink with open Eyes Now! PL1
heberpop:0:30A84B:01:001:Next Right Face = Dark Purple with open Eyes Now! PL1
heberpop:0:30A84B:02:001:Next Right Face = Blue with open Eyes Now! PL1
heberpop:0:30A84B:03:001:Next Right Face = Light Purple with open Eyes Now! PL1
heberpop:0:30A84B:04:001:Next Right Face = Yellow with open Eyes Now! PL1
heberpop:0:30A84B:05:001:Next Right Face = Orange with open Eyes Now! PL1
heberpop:0:30A84B:06:001:Next Right Face = Green with open Eyes Now! PL1
heberpop:0:30A84B:07:001:Next Right Face = Brown with open Eyes Now! PL1
heberpop:0:30A84B:08:001:Next Right Face = Pink with shut Eyes Now! PL1
heberpop:0:30A84B:09:001:Next Right Face = Dark Purple with shut Eyes Now! PL1
heberpop:0:30A84B:0A:001:Next Right Face = Blue with shut Eyes Now! PL1
heberpop:0:30A84B:0B:001:Next Right Face = Light Purple with shut Eyes Now! PL1
heberpop:0:30A84B:0C:001:Next Right Face = Yellow with shut Eyes Now! PL1
heberpop:0:30A84B:0D:001:Next Right Face = Orange with shut Eyes Now! PL1
heberpop:0:30A84B:0E:001:Next Right Face = Green with shut Eyes Now! PL1
heberpop:0:30A84B:0F:001:Next Right Face = Brown with shut Eyes Now! PL1
heberpop:0:30A84B:10:001:Next Right Face = Pink squashed Now! PL1
heberpop:0:30A84B:11:001:Next Right Face = Dark Purple squashed Now! PL1
heberpop:0:30A84B:12:001:Next Right Face = Blue squashed Now! PL1
heberpop:0:30A84B:13:001:Next Right Face = Light Purple squashed Now! PL1
heberpop:0:30A84B:14:001:Next Right Face = Yellow squashed Now! PL1
heberpop:0:30A84B:15:001:Next Right Face = Orange squashed Now! PL1
heberpop:0:30A84B:16:001:Next Right Face = Green squashed Now! PL1
heberpop:0:30A84B:17:001:Next Right Face = Brown squashed Now! PL1
heberpop:0:30A84B:18:001:Next Right Face = Pink elongated Now! PL1
heberpop:0:30A84B:19:001:Next Right Face = Dark Purple elongated Now! PL1
heberpop:0:30A84B:1A:001:Next Right Face = Blue elongated Now! PL1
heberpop:0:30A84B:1B:001:Next Right Face = Light Purple elongated Now! PL1
heberpop:0:30A84B:1C:001:Next Right Face = Yellow elongated Now! PL1
heberpop:0:30A84B:1D:001:Next Right Face = Orange elongated Now! PL1
heberpop:0:30A84B:1E:001:Next Right Face = Green elongated Now! PL1
heberpop:0:30A84B:1F:001:Next Right Face = Brown elongated Now! PL1
heberpop:0:30A84B:20:001:Next Right Face = Cat with sunglasses Now! PL1
heberpop:0:30A84B:21:001:Next Right Face = Girl Now! PL1
heberpop:0:30A84B:22:001:Next Right Face = Snowman Now! PL1
heberpop:0:30A84B:23:001:Next Right Face = Bird Now! PL1
heberpop:0:30A84B:24:001:Next Right Face = Woman with green hair Now! PL1
heberpop:0:30A84B:25:001:Next Right Face = Man with sunglasses Now! PL1
heberpop:0:30A84B:26:001:Next Right Face = Green Fish Now! PL1
heberpop:0:30A84B:27:001:Next Right Face = Duck wearing helmet Now! PL1
heberpop:0:30A84A:00:001:Next Left Face = Pink with open Eyes Now! PL1
heberpop:0:30A84A:01:001:Next Left Face = Dark Purple with open Eyes Now! PL1
heberpop:0:30A84A:02:001:Next Left Face = Blue with open Eyes Now! PL1
heberpop:0:30A84A:03:001:Next Left Face = Light Purple with open Eyes Now! PL1
heberpop:0:30A84A:04:001:Next Left Face = Yellow with open Eyes Now! PL1
heberpop:0:30A84A:05:001:Next Left Face = Orange with open Eyes Now! PL1
heberpop:0:30A84A:06:001:Next Left Face = Green with open Eyes Now! PL1
heberpop:0:30A84A:07:001:Next Left Face = Brown with open Eyes Now! PL1
heberpop:0:30A84A:08:001:Next Left Face = Pink with shut Eyes Now! PL1
heberpop:0:30A84A:09:001:Next Left Face = Dark Purple with shut Eyes Now! PL1
heberpop:0:30A84A:0A:001:Next Left Face = Blue with shut Eyes Now! PL1
heberpop:0:30A84A:0B:001:Next Left Face = Light Purple with shut Eyes Now! PL1
heberpop:0:30A84A:0C:001:Next Left Face = Yellow with shut Eyes Now! PL1
heberpop:0:30A84A:0D:001:Next Left Face = Orange with shut Eyes Now! PL1
heberpop:0:30A84A:0E:001:Next Left Face = Green with shut Eyes Now! PL1
heberpop:0:30A84A:0F:001:Next Left Face = Brown with shut Eyes Now! PL1
heberpop:0:30A84A:10:001:Next Left Face = Pink squashed Now! PL1
heberpop:0:30A84A:11:001:Next Left Face = Dark Purple squashed Now! PL1
heberpop:0:30A84A:12:001:Next Left Face = Blue squashed Now! PL1
heberpop:0:30A84A:13:001:Next Left Face = Light Purple squashed Now! PL1
heberpop:0:30A84A:14:001:Next Left Face = Yellow squashed Now! PL1
heberpop:0:30A84A:15:001:Next Left Face = Orange squashed Now! PL1
heberpop:0:30A84A:16:001:Next Left Face = Green squashed Now! PL1
heberpop:0:30A84A:17:001:Next Left Face = Brown squashed Now! PL1
heberpop:0:30A84A:18:001:Next Left Face = Pink elongated Now! PL1
heberpop:0:30A84A:19:001:Next Left Face = Dark Purple elongated Now! PL1
heberpop:0:30A84A:1A:001:Next Left Face = Blue elongated Now! PL1
heberpop:0:30A84A:1B:001:Next Left Face = Light Purple elongated Now! PL1
heberpop:0:30A84A:1C:001:Next Left Face = Yellow elongated Now! PL1
heberpop:0:30A84A:1D:001:Next Left Face = Orange elongated Now! PL1
heberpop:0:30A84A:1E:001:Next Left Face = Green elongated Now! PL1
heberpop:0:30A84A:1F:001:Next Left Face = Brown elongated Now! PL1
heberpop:0:30A84A:20:001:Next Left Face = Cat with sunglasses Now! PL1
heberpop:0:30A84A:21:001:Next Left Face = Girl Now! PL1
heberpop:0:30A84A:22:001:Next Left Face = Snowman Now! PL1
heberpop:0:30A84A:23:001:Next Left Face = Bird Now! PL1
heberpop:0:30A84A:24:001:Next Left Face = Woman with green hair Now! PL1
heberpop:0:30A84A:25:001:Next Left Face = Man with sunglasses Now! PL1
heberpop:0:30A84A:26:001:Next Left Face = Green Fish Now! PL1
heberpop:0:30A84A:27:001:Next Left Face = Duck wearing helmet Now! PL1
heberpop:0:30BFB7:00:000:Never get Attacked PL2
heberpop:0:30B3F3:01:001:Attack opp. side Now! PL2
heberpop:0:30B3F3:06:001:Attack opp. side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat
heberpop:0:30B407:00:000:Next Right Face always = Pink with open Eyes PL2
heberpop:0:30B407:01:000:Next Right Face always = Dark Purple with open Eyes PL2
heberpop:0:30B407:02:000:Next Right Face always = Blue with open Eyes PL2
heberpop:0:30B407:03:000:Next Right Face always = Light Purple with open Eyes PL2
heberpop:0:30B407:04:000:Next Right Face always = Yellow with open Eyes PL2
heberpop:0:30B407:05:000:Next Right Face always = Orange with open Eyes PL2
heberpop:0:30B407:06:000:Next Right Face always = Green with open Eyes PL2
heberpop:0:30B407:07:000:Next Right Face always = Brown with open Eyes PL2
heberpop:0:30B407:08:000:Next Right Face always = Pink with shut Eyes PL2
heberpop:0:30B407:09:000:Next Right Face always = Dark Purple with shut Eyes PL2
heberpop:0:30B407:0A:000:Next Right Face always = Blue with shut Eyes PL2
heberpop:0:30B407:0B:000:Next Right Face always = Light Purple with shut Eyes PL2
heberpop:0:30B407:0C:000:Next Right Face always = Yellow with shut Eyes PL2
heberpop:0:30B407:0D:000:Next Right Face always = Orange with shut Eyes PL2
heberpop:0:30B407:0E:000:Next Right Face always = Green with shut Eyes PL2
heberpop:0:30B407:0F:000:Next Right Face always = Brown with shut Eyes PL2
heberpop:0:30B407:10:000:Next Right Face always = Pink squashed PL2
heberpop:0:30B407:11:000:Next Right Face always = Dark Purple squashed PL2
heberpop:0:30B407:12:000:Next Right Face always = Blue squashed PL2
heberpop:0:30B407:13:000:Next Right Face always = Light Purple squashed PL2
heberpop:0:30B407:14:000:Next Right Face always = Yellow squashed PL2
heberpop:0:30B407:15:000:Next Right Face always = Orange squashed PL2
heberpop:0:30B407:16:000:Next Right Face always = Green squashed PL2
heberpop:0:30B407:17:000:Next Right Face always = Brown squashed PL2
heberpop:0:30B407:18:000:Next Right Face always = Pink elongated PL2
heberpop:0:30B407:19:000:Next Right Face always = Dark Purple elongated PL2
heberpop:0:30B407:1A:000:Next Right Face always = Blue elongated PL2
heberpop:0:30B407:1B:000:Next Right Face always = Light Purple elongated PL2
heberpop:0:30B407:1C:000:Next Right Face always = Yellow elongated PL2
heberpop:0:30B407:1D:000:Next Right Face always = Orange elongated PL2
heberpop:0:30B407:1E:000:Next Right Face always = Green elongated PL2
heberpop:0:30B407:1F:000:Next Right Face always = Brown elongated PL2
heberpop:0:30B407:20:000:Next Right Face always = Cat with sunglasses PL2
heberpop:0:30B407:21:000:Next Right Face always = Girl PL2
heberpop:0:30B407:22:000:Next Right Face always = Snowman PL2
heberpop:0:30B407:23:000:Next Right Face always = Bird PL2
heberpop:0:30B407:24:000:Next Right Face always = Woman with green hair PL2
heberpop:0:30B407:25:000:Next Right Face always = Man with sunglasses PL2
heberpop:0:30B407:26:000:Next Right Face always = Green Fish PL2
heberpop:0:30B407:27:000:Next Right Face always = Duck wearing helmet PL2
heberpop:0:30B406:00:000:Next Left Face always = Pink with open Eyes PL2
heberpop:0:30B406:01:000:Next Left Face always = Dark Purple with open Eyes PL2
heberpop:0:30B406:02:000:Next Left Face always = Blue with open Eyes PL2
heberpop:0:30B406:03:000:Next Left Face always = Light Purple with open Eyes PL2
heberpop:0:30B406:04:000:Next Left Face always = Yellow with open Eyes PL2
heberpop:0:30B406:05:000:Next Left Face always = Orange with open Eyes PL2
heberpop:0:30B406:06:000:Next Left Face always = Green with open Eyes PL2
heberpop:0:30B406:07:000:Next Left Face always = Brown with open Eyes PL2
heberpop:0:30B406:08:000:Next Left Face always = Pink with shut Eyes PL2
heberpop:0:30B406:09:000:Next Left Face always = Dark Purple with shut Eyes PL2
heberpop:0:30B406:0A:000:Next Left Face always = Blue with shut Eyes PL2
heberpop:0:30B406:0B:000:Next Left Face always = Light Purple with shut Eyes PL2
heberpop:0:30B406:0C:000:Next Left Face always = Yellow with shut Eyes PL2
heberpop:0:30B406:0D:000:Next Left Face always = Orange with shut Eyes PL2
heberpop:0:30B406:0E:000:Next Left Face always = Green with shut Eyes PL2
heberpop:0:30B406:0F:000:Next Left Face always = Brown with shut Eyes PL2
heberpop:0:30B406:10:000:Next Left Face always = Pink squashed PL2
heberpop:0:30B406:11:000:Next Left Face always = Dark Purple squashed PL2
heberpop:0:30B406:12:000:Next Left Face always = Blue squashed PL2
heberpop:0:30B406:13:000:Next Left Face always = Light Purple squashed PL2
heberpop:0:30B406:14:000:Next Left Face always = Yellow squashed PL2
heberpop:0:30B406:15:000:Next Left Face always = Orange squashed PL2
heberpop:0:30B406:16:000:Next Left Face always = Green squashed PL2
heberpop:0:30B406:17:000:Next Left Face always = Brown squashed PL2
heberpop:0:30B406:18:000:Next Left Face always = Pink elongated PL2
heberpop:0:30B406:19:000:Next Left Face always = Dark Purple elongated PL2
heberpop:0:30B406:1A:000:Next Left Face always = Blue elongated PL2
heberpop:0:30B406:1B:000:Next Left Face always = Light Purple elongated PL2
heberpop:0:30B406:1C:000:Next Left Face always = Yellow elongated PL2
heberpop:0:30B406:1D:000:Next Left Face always = Orange elongated PL2
heberpop:0:30B406:1E:000:Next Left Face always = Green elongated PL2
heberpop:0:30B406:1F:000:Next Left Face always = Brown elongated PL2
heberpop:0:30B406:20:000:Next Left Face always = Cat with sunglasses PL2
heberpop:0:30B406:21:000:Next Left Face always = Girl PL2
heberpop:0:30B406:22:000:Next Left Face always = Snowman PL2
heberpop:0:30B406:23:000:Next Left Face always = Bird PL2
heberpop:0:30B406:24:000:Next Left Face always = Woman with green hair PL2
heberpop:0:30B406:25:000:Next Left Face always = Man with sunglasses PL2
heberpop:0:30B406:26:000:Next Left Face always = Green Fish PL2
heberpop:0:30B406:27:000:Next Left Face always = Duck wearing helmet PL2
heberpop:0:30B407:00:001:Next Right Face = Pink with open Eyes Now! PL2
heberpop:0:30B407:01:001:Next Right Face = Dark Purple with open Eyes Now! PL2
heberpop:0:30B407:02:001:Next Right Face = Blue with open Eyes Now! PL2
heberpop:0:30B407:03:001:Next Right Face = Light Purple with open Eyes Now! PL2
heberpop:0:30B407:04:001:Next Right Face = Yellow with open Eyes Now! PL2
heberpop:0:30B407:05:001:Next Right Face = Orange with open Eyes Now! PL2
heberpop:0:30B407:06:001:Next Right Face = Green with open Eyes Now! PL2
heberpop:0:30B407:07:001:Next Right Face = Brown with open Eyes Now! PL2
heberpop:0:30B407:08:001:Next Right Face = Pink with shut Eyes Now! PL2
heberpop:0:30B407:09:001:Next Right Face = Dark Purple with shut Eyes Now! PL2
heberpop:0:30B407:0A:001:Next Right Face = Blue with shut Eyes Now! PL2
heberpop:0:30B407:0B:001:Next Right Face = Light Purple with shut Eyes Now! PL2
heberpop:0:30B407:0C:001:Next Right Face = Yellow with shut Eyes Now! PL2
heberpop:0:30B407:0D:001:Next Right Face = Orange with shut Eyes Now! PL2
heberpop:0:30B407:0E:001:Next Right Face = Green with shut Eyes Now! PL2
heberpop:0:30B407:0F:001:Next Right Face = Brown with shut Eyes Now! PL2
heberpop:0:30B407:10:001:Next Right Face = Pink squashed Now! PL2
heberpop:0:30B407:11:001:Next Right Face = Dark Purple squashed Now! PL2
heberpop:0:30B407:12:001:Next Right Face = Blue squashed Now! PL2
heberpop:0:30B407:13:001:Next Right Face = Light Purple squashed Now! PL2
heberpop:0:30B407:14:001:Next Right Face = Yellow squashed Now! PL2
heberpop:0:30B407:15:001:Next Right Face = Orange squashed Now! PL2
heberpop:0:30B407:16:001:Next Right Face = Green squashed Now! PL2
heberpop:0:30B407:17:001:Next Right Face = Brown squashed Now! PL2
heberpop:0:30B407:18:001:Next Right Face = Pink elongated Now! PL2
heberpop:0:30B407:19:001:Next Right Face = Dark Purple elongated Now! PL2
heberpop:0:30B407:1A:001:Next Right Face = Blue elongated Now! PL2
heberpop:0:30B407:1B:001:Next Right Face = Light Purple elongated Now! PL2
heberpop:0:30B407:1C:001:Next Right Face = Yellow elongated Now! PL2
heberpop:0:30B407:1D:001:Next Right Face = Orange elongated Now! PL2
heberpop:0:30B407:1E:001:Next Right Face = Green elongated Now! PL2
heberpop:0:30B407:1F:001:Next Right Face = Brown elongated Now! PL2
heberpop:0:30B407:20:001:Next Right Face = Cat with sunglasses Now! PL2
heberpop:0:30B407:21:001:Next Right Face = Girl Now! PL2
heberpop:0:30B407:22:001:Next Right Face = Snowman Now! PL2
heberpop:0:30B407:23:001:Next Right Face = Bird Now! PL2
heberpop:0:30B407:24:001:Next Right Face = Woman with green hair Now! PL2
heberpop:0:30B407:25:001:Next Right Face = Man with sunglasses Now! PL2
heberpop:0:30B407:26:001:Next Right Face = Green Fish Now! PL2
heberpop:0:30B407:27:001:Next Right Face = Duck wearing helmet Now! PL2
heberpop:0:30B406:00:001:Next Left Face = Pink with open Eyes Now! PL2
heberpop:0:30B406:01:001:Next Left Face = Dark Purple with open Eyes Now! PL2
heberpop:0:30B406:02:001:Next Left Face = Blue with open Eyes Now! PL2
heberpop:0:30B406:03:001:Next Left Face = Light Purple with open Eyes Now! PL2
heberpop:0:30B406:04:001:Next Left Face = Yellow with open Eyes Now! PL2
heberpop:0:30B406:05:001:Next Left Face = Orange with open Eyes Now! PL2
heberpop:0:30B406:06:001:Next Left Face = Green with open Eyes Now! PL2
heberpop:0:30B406:07:001:Next Left Face = Brown with open Eyes Now! PL2
heberpop:0:30B406:08:001:Next Left Face = Pink with shut Eyes Now! PL2
heberpop:0:30B406:09:001:Next Left Face = Dark Purple with shut Eyes Now! PL2
heberpop:0:30B406:0A:001:Next Left Face = Blue with shut Eyes Now! PL2
heberpop:0:30B406:0B:001:Next Left Face = Light Purple with shut Eyes Now! PL2
heberpop:0:30B406:0C:001:Next Left Face = Yellow with shut Eyes Now! PL2
heberpop:0:30B406:0D:001:Next Left Face = Orange with shut Eyes Now! PL2
heberpop:0:30B406:0E:001:Next Left Face = Green with shut Eyes Now! PL2
heberpop:0:30B406:0F:001:Next Left Face = Brown with shut Eyes Now! PL2
heberpop:0:30B406:10:001:Next Left Face = Pink squashed Now! PL2
heberpop:0:30B406:11:001:Next Left Face = Dark Purple squashed Now! PL2
heberpop:0:30B406:12:001:Next Left Face = Blue squashed Now! PL2
heberpop:0:30B406:13:001:Next Left Face = Light Purple squashed Now! PL2
heberpop:0:30B406:14:001:Next Left Face = Yellow squashed Now! PL2
heberpop:0:30B406:15:001:Next Left Face = Orange squashed Now! PL2
heberpop:0:30B406:16:001:Next Left Face = Green squashed Now! PL2
heberpop:0:30B406:17:001:Next Left Face = Brown squashed Now! PL2
heberpop:0:30B406:18:001:Next Left Face = Pink elongated Now! PL2
heberpop:0:30B406:19:001:Next Left Face = Dark Purple elongated Now! PL2
heberpop:0:30B406:1A:001:Next Left Face = Blue elongated Now! PL2
heberpop:0:30B406:1B:001:Next Left Face = Light Purple elongated Now! PL2
heberpop:0:30B406:1C:001:Next Left Face = Yellow elongated Now! PL2
heberpop:0:30B406:1D:001:Next Left Face = Orange elongated Now! PL2
heberpop:0:30B406:1E:001:Next Left Face = Green elongated Now! PL2
heberpop:0:30B406:1F:001:Next Left Face = Brown elongated Now! PL2
heberpop:0:30B406:20:001:Next Left Face = Cat with sunglasses Now! PL2
heberpop:0:30B406:21:001:Next Left Face = Girl Now! PL2
heberpop:0:30B406:22:001:Next Left Face = Snowman Now! PL2
heberpop:0:30B406:23:001:Next Left Face = Bird Now! PL2
heberpop:0:30B406:24:001:Next Left Face = Woman with green hair Now! PL2
heberpop:0:30B406:25:001:Next Left Face = Man with sunglasses Now! PL2
heberpop:0:30B406:26:001:Next Left Face = Green Fish Now! PL2
heberpop:0:30B406:27:001:Next Left Face = Duck wearing helmet Now! PL2
; [ Heiankyo Alien ]
heiankyo:0:8475:03:000:Infinite Lives PL1
heiankyo:0:8479:03:000:Infinite Lives PL2
; [ HeliFire (revision A) ]
helifira:0:7D07:09:000:Infinite Lives PL1
helifira:0:7D08:09:000:Infinite Lives PL2
; [ HeliFire (revision B) ]
helifire:0:7D07:09:000:Infinite Lives PL1
helifire:0:7D08:09:000:Infinite Lives PL2
; [ Hellfire ]
hellfire:0:0000:00:999:[See the Dip Switch Menu to ]
hellfire:0:0000:00:999:[enable an alternate ]
hellfire:0:0000:00:999:[Invincibility cheat. ]
hellfire:0:04264D:03:000:Infinite Lives PL1
hellfire:0:041D33:05:000:Maximum Power PL1
hellfire:0:041D37:28:000:Maximum Speed PL1
hellfire:0:041D31:20:000:Invincibility PL1
hellfire:0:041D3D:A9:000:Super Invincibility PL1
hellfire:0:04264F:03:000:Infinite Lives PL2
hellfire:0:041D93:05:000:Maximum Power PL2
hellfire:0:041D97:28:000:Maximum Speed PL2
hellfire:0:041D91:20:000:Invincibility PL2
hellfire:0:041D9D:A9:000:Super Invincibility PL2
; [ Herbie at the Olympics (DK conversion) ]
herbiedk:0:1E50:99:000:Infinite Credits
herbiedk:0:0000:00:999:[Turn OFF Infinite Time ]
herbiedk:0:0000:00:999:[before you finish a race ]
herbiedk:0:0000:00:999:[or it may crash the game! ]
herbiedk:0:0000:00:999:[You only need it for ]
herbiedk:0:0000:00:999:[running events anyway! ]
herbiedk:0:1E54:00:005:Infinite Time
herbiedk:0:1ECA:FF:000:Top Speed
herbiedk:0:1C51:06:000:Infinite Lives PL1
herbiedk:0:1E95:05:070:Set High Jump Bar Height PL1
herbiedk:0:1E95:00:001:Set HJ Bar = Minimum Now! PL1
herbiedk:0:1E95:05:001:Set HJ Bar = Maximum Now! PL1
herbiedk:0:1C52:06:000:Infinite Lives PL2
herbiedk:0:1E96:05:070:Set High Jump Bar Height PL2
herbiedk:0:1E96:00:001:Set HJ Bar = Minimum Now! PL2
herbiedk:0:1E96:05:001:Set HJ Bar = Maximum Now! PL2
herbiedk:0:0000:00:999:[A neato trick is to set the]
herbiedk:0:0000:00:999:[HJ (High Jump) bar to the ]
herbiedk:0:0000:00:999:[minimum (0) and after you ]
herbiedk:0:0000:00:999:[have cleared the bar ]
herbiedk:0:0000:00:999:[quickly hit HOME and set ]
herbiedk:0:0000:00:999:[the bar to the maximum (5).]
herbiedk:0:0000:00:999:[You then pass at the ]
herbiedk:0:0000:00:999:[highest setting, it clocks ]
herbiedk:0:0000:00:999:[the game, and you are back ]
herbiedk:0:0000:00:999:[to the 100m Dash. ]
; [ Hero ]
hero:0:1E89:99:000:Infinite Credits
hero:0:1C72:05:000:Infinite Lives PL1
hero:0:1C73:05:000:Infinite Lives PL2
; [ Hexa ]
hexa:0:C746:FF:000:Infinite Pobies
; [ Hexion (Japan) ]
hexion:0:A014:09:000:Infinite Credits
hexion:0:0000:00:999:[Here is a graphical approximation of ]
hexion:0:0000:00:999:[the shapes with the number underneath]
hexion:0:0000:00:999:[# # ]
hexion:0:0000:00:999:[# # # # # # # # # # ]
hexion:0:0000:00:999:[# # # ## ## # # ## ## # # #]
hexion:0:0000:00:999:[# # # # ## ## # # # # # #]
hexion:0:0000:00:999:[1 2 3 4 5 6 7 8 9 10 11]
hexion:0:0000:00:999:[If you enable the current shape cheat]
hexion:0:0000:00:999:[when a shape is falling you may get ]
hexion:0:0000:00:999:[a shape trail left of the old shape. ]
hexion:0:A144:00:000:Current shape always shape 1 PL1
hexion:0:A144:01:000:Current shape always shape 2 PL1
hexion:0:A144:02:000:Current shape always shape 3 PL1
hexion:0:A144:03:000:Current shape always shape 4 PL1
hexion:0:A144:04:000:Current shape always shape 5 PL1
hexion:0:A144:05:000:Current shape always shape 6 PL1
hexion:0:A144:06:000:Current shape always shape 7 PL1
hexion:0:A144:07:000:Current shape always shape 8 PL1
hexion:0:A144:08:000:Current shape always shape 9 PL1
hexion:0:A144:09:000:Current shape always shape 10 PL1
hexion:0:A144:0A:000:Current shape always shape 11 PL1
hexion:0:0000:00:999:[The Next shape display will NOT ]
hexion:0:0000:00:999:[update with these cheats ]
hexion:0:A143:00:000:Next shape always shape 1 PL1
hexion:0:A143:01:000:Next shape always shape 2 PL1
hexion:0:A143:02:000:Next shape always shape 3 PL1
hexion:0:A143:03:000:Next shape always shape 4 PL1
hexion:0:A143:04:000:Next shape always shape 5 PL1
hexion:0:A143:05:000:Next shape always shape 6 PL1
hexion:0:A143:06:000:Next shape always shape 7 PL1
hexion:0:A143:07:000:Next shape always shape 8 PL1
hexion:0:A143:08:000:Next shape always shape 9 PL1
hexion:0:A143:09:000:Next shape always shape 10 PL1
hexion:0:A143:0A:000:Next shape always shape 11 PL1
hexion:0:0000:00:999:[If you enable the current shape cheat]
hexion:0:0000:00:999:[when a shape is falling you may get ]
hexion:0:0000:00:999:[a shape trail left of the old shape. ]
hexion:0:A144:00:001:Current shape is shape 1 Now! PL1
hexion:0:A144:01:001:Current shape is shape 2 Now! PL1
hexion:0:A144:02:001:Current shape is shape 3 Now! PL1
hexion:0:A144:03:001:Current shape is shape 4 Now! PL1
hexion:0:A144:04:001:Current shape is shape 5 Now! PL1
hexion:0:A144:05:001:Current shape is shape 6 Now! PL1
hexion:0:A144:06:001:Current shape is shape 7 Now! PL1
hexion:0:A144:07:001:Current shape is shape 8 Now! PL1
hexion:0:A144:08:001:Current shape is shape 9 Now! PL1
hexion:0:A144:09:001:Current shape is shape 10 Now! PL1
hexion:0:A144:0A:001:Current shape is shape 11 Now! PL1
hexion:0:0000:00:999:[The Next shape display will NOT ]
hexion:0:0000:00:999:[update with these cheats ]
hexion:0:A143:00:001:Next shape is shape 1 Now! PL1
hexion:0:A143:01:001:Next shape is shape 2 Now! PL1
hexion:0:A143:02:001:Next shape is shape 3 Now! PL1
hexion:0:A143:03:001:Next shape is shape 4 Now! PL1
hexion:0:A143:04:001:Next shape is shape 5 Now! PL1
hexion:0:A143:05:001:Next shape is shape 6 Now! PL1
hexion:0:A143:06:001:Next shape is shape 7 Now! PL1
hexion:0:A143:07:001:Next shape is shape 8 Now! PL1
hexion:0:A143:08:001:Next shape is shape 9 Now! PL1
hexion:0:A143:09:001:Next shape is shape 10 Now! PL1
hexion:0:A143:0A:001:Next shape is shape 11 Now! PL1
hexion:0:0000:00:999:[Here is a graphical approximation of ]
hexion:0:0000:00:999:[the shapes with the number underneath]
hexion:0:0000:00:999:[# # ]
hexion:0:0000:00:999:[# # # # # # # # # # ]
hexion:0:0000:00:999:[# # # ## ## # # ## ## # # #]
hexion:0:0000:00:999:[# # # # ## ## # # # # # #]
hexion:0:0000:00:999:[1 2 3 4 5 6 7 8 9 10 11]
hexion:0:0000:00:999:[If you enable the current shape cheat]
hexion:0:0000:00:999:[when a shape is falling you may get ]
hexion:0:0000:00:999:[a shape trail left of the old shape. ]
hexion:0:A244:00:000:Current shape always shape 1 PL2
hexion:0:A244:01:000:Current shape always shape 2 PL2
hexion:0:A244:02:000:Current shape always shape 3 PL2
hexion:0:A244:03:000:Current shape always shape 4 PL2
hexion:0:A244:04:000:Current shape always shape 5 PL2
hexion:0:A244:05:000:Current shape always shape 6 PL2
hexion:0:A244:06:000:Current shape always shape 7 PL2
hexion:0:A244:07:000:Current shape always shape 8 PL2
hexion:0:A244:08:000:Current shape always shape 9 PL2
hexion:0:A244:09:000:Current shape always shape 10 PL2
hexion:0:A244:0A:000:Current shape always shape 11 PL2
hexion:0:0000:00:999:[The Next display will NOT update with]
hexion:0:0000:00:999:[these cheats ]
hexion:0:A243:00:000:Next shape always shape 1 PL2
hexion:0:A243:01:000:Next shape always shape 2 PL2
hexion:0:A243:02:000:Next shape always shape 3 PL2
hexion:0:A243:03:000:Next shape always shape 4 PL2
hexion:0:A243:04:000:Next shape always shape 5 PL2
hexion:0:A243:05:000:Next shape always shape 6 PL2
hexion:0:A243:06:000:Next shape always shape 7 PL2
hexion:0:A243:07:000:Next shape always shape 8 PL2
hexion:0:A243:08:000:Next shape always shape 9 PL2
hexion:0:A243:09:000:Next shape always shape 10 PL2
hexion:0:A243:0A:000:Next shape always shape 11 PL2
hexion:0:0000:00:999:[If you enable the current shape cheat]
hexion:0:0000:00:999:[when a shape is falling you may get ]
hexion:0:0000:00:999:[a shape trail left of the old shape. ]
hexion:0:A244:00:001:Current shape is shape 1 Now! PL2
hexion:0:A244:01:001:Current shape is shape 2 Now! PL2
hexion:0:A244:02:001:Current shape is shape 3 Now! PL2
hexion:0:A244:03:001:Current shape is shape 4 Now! PL2
hexion:0:A244:04:001:Current shape is shape 5 Now! PL2
hexion:0:A244:05:001:Current shape is shape 6 Now! PL2
hexion:0:A244:06:001:Current shape is shape 7 Now! PL2
hexion:0:A244:07:001:Current shape is shape 8 Now! PL2
hexion:0:A244:08:001:Current shape is shape 9 Now! PL2
hexion:0:A244:09:001:Current shape is shape 10 Now! PL2
hexion:0:A244:0A:001:Current shape is shape 11 Now! PL2
hexion:0:0000:00:999:[The Next shape display will NOT ]
hexion:0:0000:00:999:[update with these cheats ]
hexion:0:A243:00:001:Next shape is shape 1 Now! PL2
hexion:0:A243:01:001:Next shape is shape 2 Now! PL2
hexion:0:A243:02:001:Next shape is shape 3 Now! PL2
hexion:0:A243:03:001:Next shape is shape 4 Now! PL2
hexion:0:A243:04:001:Next shape is shape 5 Now! PL2
hexion:0:A243:05:001:Next shape is shape 6 Now! PL2
hexion:0:A243:06:001:Next shape is shape 7 Now! PL2
hexion:0:A243:07:001:Next shape is shape 8 Now! PL2
hexion:0:A243:08:001:Next shape is shape 9 Now! PL2
hexion:0:A243:09:001:Next shape is shape 10 Now! PL2
hexion:0:A243:0A:001:Next shape is shape 11 Now! PL2
; [ Hammerin' Harry (World) ]
hharry:0:A0A47:0A:000:Infinite Lives PL1
hharry:0:A0A57:0A:000:Infinite Lives PL2
hharry:0:A00FD:5A:000:Infinite Time
hharry:0:A00FE:09:500:Infinite Time (2/2)
hharry:0:A0C08:00:000:Invincibility
hharry:0:00000:00:999:[The Select current level ]
hharry:0:00000:00:999:[can be enabled on the intro]
hharry:0:00000:00:999:[screen it doesn't work if ]
hharry:0:00000:00:999:[enabled on the title screen]
hharry:0:A0A48:05:071:Select current level
hharry:0:A0A48:05:061:Select next level
; [ Hammerin' Harry (US) ]
hharryu:0:E0A47:0A:000:Infinite Lives PL1
hharryu:0:E0A57:0A:000:Infinite Lives PL2
hharryu:0:E00FD:5A:000:Infinite Time
hharryu:0:E00FE:09:500:Infinite Time (2/2)
hharryu:0:E0C08:00:000:Invincibility
hharryu:0:00000:00:999:[The Select current level ]
hharryu:0:00000:00:999:[can be enabled on the intro]
hharryu:0:00000:00:999:[screen it doesn't work if ]
hharryu:0:00000:00:999:[enabled on the title screen]
hharryu:0:E0A48:05:071:Select current level
hharryu:0:E0A48:05:061:Select next level
; [ Pirate Ship HigeMaru ]
higemaru:0:E630:06:000:Infinite Lives PL1
higemaru:0:E660:06:000:Infinite Lives PL2
higemaru:0:E100:FF:000:Invincibility
; [ High Impact Football (rev LA3 12/27/90) ]
hiimpact:0:0020A57C:E7:000:Infinite Time PL1
hiimpact:0:0020A57D:03:500:Infinite Time PL1 (2/2)
hiimpact:0:0020A57E:E7:000:Infinite Time PL2
hiimpact:0:0020A57F:03:500:Infinite Time PL2 (2/2)
hiimpact:0:0020A580:E7:000:Infinite Time PL3
hiimpact:0:0020A581:03:500:Infinite Time PL3 (2/2)
hiimpact:0:0020A582:E7:000:Infinite Time PL4
hiimpact:0:0020A583:03:500:Infinite Time PL4 (2/2)
hiimpact:0:0020A570:3B:000:Infinite Quarter Time
hiimpact:0:0020A56E:00:001:Finish Quarter Now!
hiimpact:0:0020A570:00:501:Finish Quarter Now! (2/2)
; [ Hippodrome (US) ]
hippodrm:0:FF87FD:59:000:Infinite Time
hippodrm:0:FF87FC:09:500:Infinite Time (2/2)
hippodrm:0:FF87FD:00:001:Finish this Stage Now!
hippodrm:0:FF87FC:00:501:Finish this Stage Now! (2/2)
hippodrm:0:FF800D:08:001:End the game next stage:Enable during play!
hippodrm:0:FF82F4:00:000:Always 1 hit to kill boss
hippodrm:0:FF8324:00:500:Always 1 hit to kill boss (2/2)
hippodrm:0:FF82F4:00:001:Kill Boss with 1 hit Now!
hippodrm:0:FF8324:00:501:Kill Boss with 1 hit Now! (2/2)
hippodrm:0:FF805E:05:000:Infinite Lives PL1
hippodrm:0:FF8032:20:000:Infinite Energy PL1
hippodrm:0:FF805C:20:500:Infinite Energy PL1 (2/2)
hippodrm:0:FF8032:00:001:Drain All Energy Now! PL1
hippodrm:0:FF8052:99:000:Infinite Gold PL1
hippodrm:0:FF8051:99:500:Infinite Gold PL1 (2/3)
hippodrm:0:FF8050:99:500:Infinite Gold PL1 (3/3)
hippodrm:0:FF805D:99:000:Infinite Necklaces PL1
hippodrm:0:000000:00:999:[These PL2 cheats are for a ]
hippodrm:0:000000:00:999:[real player ONLY!! ]
hippodrm:0:FF809E:05:000:Infinite Lives PL2
hippodrm:0:FF8072:20:000:Infinite Energy PL2
hippodrm:0:FF809C:20:500:Infinite Energy PL2 (2/2)
hippodrm:0:FF8072:00:001:Drain All Energy Now! PL2
hippodrm:0:FF8092:99:000:Infinite Gold PL2
hippodrm:0:FF8091:99:500:Infinite Gold PL2 (2/3)
hippodrm:0:FF8090:99:500:Infinite Gold PL2 (3/3)
hippodrm:0:FF809D:99:000:Infinite Necklaces PL2
; [ Hishou Zame (Japan) ]
hishouza:0:030429:08:000:Infinite Lives
hishouza:0:0304D3:0A:007:Infinite Smart Bombs (F6):Turn off with F6 at level end
hishouza:0:0304D5:06:000:Always Maximum Shot Power
hishouza:0:03049E:80:000:Invincibility
; [ Hit the Ice (US) ]
hitice:0:800141:09:000:Infinite Period Time
hitice:0:800142:05:500:Infinite Period Time (2/3)
hitice:0:800143:0A:500:Infinite Period Time (3/3)
hitice:0:800141:00:001:Finish this Period Now!
hitice:0:800142:00:501:Finish this Period Now! (2/3)
hitice:0:800143:00:501:Finish this Period Now! (3/3)
hitice:0:8001C1:09:000:Infinite Play Time PL1
hitice:0:8001C2:05:500:Infinite Play Time PL1 (2/3)
hitice:0:8001C3:09:500:Infinite Play Time PL1 (3/3)
hitice:0:8001C1:00:001:Play Time UP Now! PL1
hitice:0:8001C2:00:501:Play Time UP Now! PL1 (2/3)
hitice:0:8001C3:00:501:Play Time UP Now! PL1 (3/3)
hitice:0:8001C9:09:000:Infinite Play Time PL2
hitice:0:8001CA:05:500:Infinite Play Time PL2 (2/3)
hitice:0:8001CB:09:500:Infinite Play Time PL2 (3/3)
hitice:0:8001C9:00:001:Play Time UP Now! PL2
hitice:0:8001CA:00:501:Play Time UP Now! PL2 (2/3)
hitice:0:8001CB:00:501:Play Time UP Now! PL2 (3/3)
hitice:0:8001D1:09:000:Infinite Play Time PL3
hitice:0:8001D2:05:500:Infinite Play Time PL3 (2/3)
hitice:0:8001D3:09:500:Infinite Play Time PL3 (3/3)
hitice:0:8001D1:00:001:Play Time UP Now! PL3
hitice:0:8001D2:00:501:Play Time UP Now! PL3 (2/3)
hitice:0:8001D3:00:501:Play Time UP Now! PL3 (3/3)
hitice:0:8001D9:09:000:Infinite Play Time PL4
hitice:0:8001DA:05:500:Infinite Play Time PL4 (2/3)
hitice:0:8001DB:09:500:Infinite Play Time PL4 (3/3)
hitice:0:8001D9:00:001:Play Time UP Now! PL4
hitice:0:8001DA:00:501:Play Time UP Now! PL4 (2/3)
hitice:0:8001DB:00:501:Play Time UP Now! PL4 (3/3)
hitice:0:80082C:99:073:Select Score for Red Team Now!
hitice:0:80082D:99:073:Select Score for Blue Team Now!
; [ Hit 'n Miss (version 2.0) ]
hitnmis2:0:2205:00:000:Infinite Teddy bears
hitnmis2:0:3317:00:000:No time between bullets
hitnmis2:0:333A:80:004:Infinite Time PL1
hitnmis2:0:3335:00:001:Finish level Now! PL1
hitnmis2:0:3336:00:501:Finish level Now! PL1 (2/3)
hitnmis2:0:3337:00:501:Finish level Now! PL1 (3/3)
hitnmis2:0:334E:80:004:Infinite Time PL2
hitnmis2:0:3349:00:001:Finish level Now! PL2
hitnmis2:0:334A:00:501:Finish level Now! PL2 (2/3)
hitnmis2:0:334B:00:501:Finish level Now! PL2 (3/3)
; [ Hit 'n Miss (version 3.0) ]
hitnmiss:0:2205:00:000:Infinite Teddy bears
hitnmiss:0:3317:00:000:No time between bullets
hitnmiss:0:333A:80:004:Infinite Time PL1
hitnmiss:0:3335:00:001:Finish level Now! PL1
hitnmiss:0:3336:00:501:Finish level Now! PL1 (2/3)
hitnmiss:0:3337:00:501:Finish level Now! PL1 (3/3)
hitnmiss:0:334E:80:004:Infinite Time PL2
hitnmiss:0:3349:00:001:Finish level Now! PL2
hitnmiss:0:334A:00:501:Finish level Now! PL2 (2/3)
hitnmiss:0:334B:00:501:Finish level Now! PL2 (3/3)
; [ Hoccer (set 1) ]
hoccer:0:8204:09:000:Infinite Lives
hoccer:0:8206:09:500:Infinite Lives (2/2)
hoccer:0:8211:02:001:Only 1 man left on level Now!
; [ Hoccer (set 2) ]
hoccer2:0:8204:09:000:Infinite Lives
hoccer2:0:8206:09:500:Infinite Lives (2/2)
hoccer2:0:824C:09:000:Infinite Time
hoccer2:0:8211:02:001:Only 1 man left on level Now!
; [ Hogan's Alley ]
hogalley:0:03AC:99:000:Infinite Credits
hogalley:0:00B3:06:000:Infinite Lives
hogalley:0:008D:FF:001:Extend the time limit Now!:Only works on levels 1-5
; [ Hole Land ]
holeland:0:8094:99:000:Infinite Credits
holeland:0:87B0:05:000:Infinite Lives PL1
holeland:0:8780:05:000:Infinite Lives PL2
; [ Homo ]
homo:0:C054:03:000:Infinite Lives PL1
homo:0:C050:61:001:Next level = 99 PL1
homo:0:C051:98:501:Next level = 99 PL1 (2/2)
homo:0:C055:03:000:Infinite Lives PL2
homo:0:C052:61:001:Next level = 99 PL2
homo:0:C053:98:501:Next level = 99 PL2 (2/2)
homo:0:C014:99:000:Infinite Time
homo:0:C1C2:00:000:No shots for homo-sapiens
homo:0:C120:02:000:Always have the superball POW
homo:0:C120:02:001:Get the superball POW Now!
homo:0:C120:00:001:No more superball POW Now!
homo:0:C114:01:001:Get the "fire" POW Now!
homo:0:C114:02:001:Lose one life
homo:0:C325:10:000:Always One brick for power
homo:0:C325:10:001:Get One brick for power Now!
homo:0:C320:00:000:Falling POW is always '-'
homo:0:C320:01:000:Falling POW is always '+'
homo:0:C320:02:000:Falling POW is always 'H'
homo:0:C320:03:000:Falling POW is always 'L'
homo:0:C320:04:000:Falling POW is always 'R'
homo:0:C320:05:000:Falling POW is always 'S'
homo:0:C320:06:000:Falling POW is always 'F'
homo:0:C320:07:000:Falling POW is always 'B'
homo:0:C320:00:001:Make Falling POW a '-' Now!
homo:0:C320:01:001:Make Falling POW a '+' Now!
homo:0:C320:02:001:Make Falling POW a 'H' Now!
homo:0:C320:03:001:Make Falling POW a 'L' Now!
homo:0:C320:04:001:Make Falling POW a 'R' Now!
homo:0:C320:05:001:Make Falling POW a 'S' Now!
homo:0:C320:06:001:Make Falling POW a 'F' Now!
homo:0:C320:07:001:Make Falling POW a 'B' Now!
; [ Hook (World) ]
hook:0:E92F0:3C:000:Infinite Time
hook:0:E92F4:FE:500:Infinite Time (2/2)
hook:0:E831E:64:000:Infinite Lives PL1
hook:0:E8339:32:000:Infinite Energy PL1
hook:0:E839E:64:000:Infinite Lives PL2
hook:0:E83B9:32:000:Infinite Energy PL2
; [ Hook (US) ]
hooku:0:E92F0:3C:000:Infinite Time
hooku:0:E92F4:FE:500:Infinite Time (2/2)
hooku:0:E831E:64:000:Infinite Lives PL1
hooku:0:E8339:32:000:Infinite Energy PL1
hooku:0:E839E:64:000:Infinite Lives PL2
hooku:0:E83B9:32:000:Infinite Energy PL2
; [ Hopping Mappy ]
hopmappy:0:5707:03:000:Infinite Lives PL1
; [ Hopper Robo ]
hopprobo:0:8270:09:000:Infinite Energy
hopprobo:0:826F:63:500:Infinite Energy (2/2)
hopprobo:0:8032:03:000:Infinite Lives PL1
hopprobo:0:8033:03:000:Infinite Lives PL2
; [ American Horseshoes (US) ]
horshoes:0:8E3C:29:000:Infinite Time
; [ Hot Chase ]
hotchase:0:06102C:7E:000:Infinite Time
; [ Hotdog Storm ]
hotdogst:0:3010A9:09:000:Infinite Credits
hotdogst:0:3010ED:0A:000:Infinite Lives PL1
hotdogst:0:3010F1:09:000:Infinite Bombs PL1
hotdogst:0:301304:01:000:Invincibility PL1
hotdogst:0:301305:0F:500:Invincibility PL1 (2/2)
hotdogst:0:3011ED:03:000:Always Max Power (Blue Powerup) PL1
hotdogst:0:3011F1:01:000:Always Green Powerup PL1:Die to activate
hotdogst:0:3011F1:02:000:Always Red Powerup PL1:Die to activate
hotdogst:0:3011F1:03:000:Always Orange Powerup PL1:Die to activate
hotdogst:0:3010EF:0A:000:Infinite Lives PL2
hotdogst:0:3010F3:09:000:Infinite Bombs PL2
hotdogst:0:301334:01:000:Invincibility PL2
hotdogst:0:301335:0F:500:Invincibility PL2 (2/2)
hotdogst:0:3011EF:03:000:Always have Max Power (Blue Powerup) PL2
hotdogst:0:3011F3:01:000:Always have Green Powerup PL2:Die to activate
hotdogst:0:3011F3:02:000:Always have Red Powerup PL2:Die to activate
hotdogst:0:3011F3:03:000:Always have Orange Powerup PL2:Die to activate
; [ Hot Pinball ]
hotpinbl:0:800039:09:000:Infinite Credits
hotpinbl:0:801014:00:000:Infinite Balls
; [ Hot Shocker ]
hotshock:0:4105:09:000:Infinite Lives
hotshock:0:4104:FD:000:Infinite Wire
; [ Hyper Olympics '84 ]
hpolym84:0:0000:00:999:[Turn the 'Start on' cheats ]
hpolym84:0:0000:00:999:[ON on the title screen and ]
hpolym84:0:0000:00:999:[DON'T forget to turn off ]
hpolym84:0:0000:00:999:[them OFF when you are on ]
hpolym84:0:0000:00:999:[the event or you won't ]
hpolym84:0:0000:00:999:[progress any further!! ]
hpolym84:0:3068:01:000:Start on Skeet shooting
hpolym84:0:3068:02:000:Start on Long horse
hpolym84:0:3068:03:000:Start on Archery
hpolym84:0:3068:04:000:Start on Triple jump
hpolym84:0:3068:05:000:Start on Weightlifting
hpolym84:0:3068:06:000:Start on Pole vault
hpolym84:0:3157:00:000:No breath on Swimming PL1&PL3
hpolym84:0:31B7:00:000:No breath on Swimming PL2&PL4
hpolym84:0:3502:00:000:Always first try PL1
hpolym84:0:3522:00:000:Always first try PL2
hpolym84:0:3542:00:000:Always first try PL3
hpolym84:0:3562:00:000:Always first try PL4
hpolym84:0:3503:00:000:No False Starts PL1
hpolym84:0:3523:00:000:No False Starts PL2
hpolym84:0:3543:00:000:No False Starts PL3
hpolym84:0:3563:00:000:No False Starts PL4
hpolym84:0:3071:01:000:Skeet Target Practise
hpolym84:0:3070:09:001:Add 90 seconds for skeet
hpolym84:0:30C4:2D:000:Auto 45 degrees angle
hpolym84:0:30EF:19:000:25 Turns on the Long Horse
hpolym84:0:3111:0F:000:Faster Swimmer and Skeets
hpolym84:0:30B1:09:000:Fast in TJ,PV and WL
hpolym84:0:0000:00:999:[The Full Speed cheat works ]
hpolym84:0:0000:00:999:[well for the Weighlifting ]
hpolym84:0:0000:00:999:[and the Pole Vault. ]
hpolym84:0:30B0:01:000:Full Speed
hpolym84:0:30B1:07:500:Full Speed (2/3)
hpolym84:0:30B2:00:500:Full Speed (3/3)
hpolym84:0:0000:00:999:[Use the Fast Enough for TJ ]
hpolym84:0:0000:00:999:[cheat instead of the Full ]
hpolym84:0:0000:00:999:[Speed on the Triple Jump. ]
hpolym84:0:30B0:01:000:Fast Enough for TJ
hpolym84:0:30B1:02:500:Fast Enough for TJ (2/2)
; [ Hard Puncher (Japan) ]
hpuncher:1:040143:30:000:Infinite Time [Intro]
hpuncher:1:04013E:09:000:Infinite Time [In Game]
hpuncher:1:04013F:59:500:Infinite Time [In Game] (2/2)
hpuncher:1:04013E:00:001:Finish Round Now!
hpuncher:1:04013F:00:501:Finish Round Now! (2/2)
hpuncher:1:042096:20:000:Infinite Energy PL1
hpuncher:1:042096:00:001:Drain All Energy Now! PL1
hpuncher:1:042196:20:000:Infinite Energy PL2
hpuncher:1:042196:00:001:Drain All Energy Now! PL2
hpuncher:1:043008:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Hat Trick Hero (Japan) ]
hthero:0:102935:09:000:Infinite Credits
hthero:0:102929:3C:000:Infinite Time
hthero:0:10A335:3C:500:Infinite Time (2/3)
hthero:0:10A334:63:500:Infinite Time (3/3)
hthero:0:102929:00:001:Finish this Game Now!
hthero:0:10A335:00:501:Finish this Game Now! (2/3)
hthero:0:10A334:00:501:Finish this Game Now! (3/3)
hthero:0:10A332:00:000:Score always 0 PL1
hthero:0:107AE0:00:500:Score always 0 PL1 (2/2)
hthero:0:10A332:09:000:Score always 9 PL1
hthero:0:107AE0:09:500:Score always 9 PL1 (2/2)
hthero:0:10A332:00:001:Set score = 0 Now! PL1
hthero:0:107AE0:00:501:Set score = 0 Now! PL1 (2/2)
hthero:0:10A332:09:001:Set score = 9 Now! PL1
hthero:0:107AE0:09:501:Set score = 9 Now! PL1 (2/2)
hthero:0:10A333:00:000:Score always 0 PL2
hthero:0:107AE9:00:500:Score always 0 PL2 (2/2)
hthero:0:10A333:09:000:Score always 9 PL2
hthero:0:107AE9:09:500:Score always 9 PL2 (2/2)
hthero:0:10A333:00:001:Set score = 0 Now! PL2
hthero:0:107AE9:00:501:Set score = 0 Now! PL2 (2/2)
hthero:0:10A333:09:001:Set score = 9 Now! PL2
hthero:0:107AE9:09:501:Set score = 9 Now! PL2 (2/2)
; [ Hat Trick Hero '93 (Japan) ]
hthero93:0:40E77B:09:000:Infinite Credits
hthero93:0:412629:3C:000:Infinite Time
hthero93:0:412628:09:500:Infinite Time (2/2)
hthero93:0:412629:00:001:Finish this Game Now!
hthero93:0:412628:00:501:Finish this Game Now! (2/2)
hthero93:0:410E71:00:000:Score always 0 PL1
hthero93:0:410E71:13:000:Score always 19 PL1
hthero93:0:410E71:00:001:Set score = 0 Now! PL1
hthero93:0:410E71:13:001:Set score = 19 Now! PL1
hthero93:0:410E71:13:070:Select score Now! PL1
hthero93:0:410E79:00:000:Score always = 0 PL2
hthero93:0:410E79:13:000:Score always = 19 PL2
hthero93:0:410E79:00:001:Set score = 0 Now! PL2
hthero93:0:410E79:13:001:Set score = 19 Now! PL2
hthero93:0:410E79:13:070:Select score Now! PL2
hthero93:0:000000:00:999:[After you enable these region cheats to see any ]
hthero93:0:000000:00:999:[effect you will have to reset the game (F3). ]
hthero93:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
hthero93:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
hthero93:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
hthero93:0:07FFFF:01:001:Region Switch = Japan
hthero93:0:07FFFF:02:001:Region Switch = US
hthero93:0:07FFFF:03:001:Region Switch = World
; [ Hat Trick Hero '95 (Japan) ]
hthero95:0:40E77F:09:000:Infinite Credits
hthero95:0:410159:5A:000:Infinite Time
hthero95:0:410155:00:500:Infinite Time (2/2)
hthero95:0:410159:00:001:Finish this Game Now!
hthero95:0:410155:3C:501:Finish this Game Now! (2/2)
hthero95:0:000000:00:999:[The score cheats will only update the display ]
hthero95:0:000000:00:999:[when a goal is scored or the game ends. ]
hthero95:0:000000:00:999:[BTW, beware the Japan side as they are really ]
hthero95:0:000000:00:999:[dirty and the referee loves 'em! (git!) ]
hthero95:0:4139CB:00:000:Score always 0 PL1
hthero95:0:4139CB:63:000:Score always 99 PL1
hthero95:0:4139CB:00:001:Set score = 0 Now! PL1
hthero95:0:4139CB:32:001:Set score = 50 Now! PL1
hthero95:0:4139CB:63:070:Select score Now! PL1
hthero95:0:413A4B:00:000:Score always = 0 PL2
hthero95:0:413A4B:63:000:Score always = 99 PL2
hthero95:0:413A4B:00:001:Set score = 0 Now! PL2
hthero95:0:413A4B:32:001:Set score = 50 Now! PL2
hthero95:0:413A4B:63:070:Select score Now! PL2
hthero95:0:000000:00:999:[After you enable these region cheats to see any ]
hthero95:0:000000:00:999:[effect you will have to reset the game (F3). ]
hthero95:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
hthero95:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
hthero95:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
hthero95:0:0FFFFF:01:001:Region Switch = Japan
hthero95:0:0FFFFF:02:001:Region Switch = US
hthero95:0:0FFFFF:03:001:Region Switch = World
; [ Hat Trick Hero '95 (US) ]
hthro95u:0:40E77F:09:000:Infinite Credits
hthro95u:0:410159:5A:000:Infinite Time
hthro95u:0:410155:00:500:Infinite Time (2/2)
hthro95u:0:410159:00:001:Finish this Game Now!
hthro95u:0:410155:3C:501:Finish this Game Now! (2/2)
hthro95u:0:000000:00:999:[The score cheats will only update the display ]
hthro95u:0:000000:00:999:[when a goal is scored or the game ends. ]
hthro95u:0:000000:00:999:[BTW, beware the Japan side as they are really ]
hthro95u:0:000000:00:999:[dirty and the referee loves 'em! (git!) ]
hthro95u:0:4139CB:00:000:Score always 0 PL1
hthro95u:0:4139CB:63:000:Score always 99 PL1
hthro95u:0:4139CB:00:001:Set score = 0 Now! PL1
hthro95u:0:4139CB:32:001:Set score = 50 Now! PL1
hthro95u:0:4139CB:63:070:Select score Now! PL1
hthro95u:0:413A4B:00:000:Score always = 0 PL2
hthro95u:0:413A4B:63:000:Score always = 99 PL2
hthro95u:0:413A4B:00:001:Set score = 0 Now! PL2
hthro95u:0:413A4B:32:001:Set score = 50 Now! PL2
hthro95u:0:413A4B:63:070:Select score Now! PL2
hthro95u:0:000000:00:999:[After you enable these region cheats to see any ]
hthro95u:0:000000:00:999:[effect you will have to reset the game (F3). ]
hthro95u:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
hthro95u:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
hthro95u:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
hthro95u:0:0FFFFF:01:001:Region Switch = Japan
hthro95u:0:0FFFFF:02:001:Region Switch = US
hthro95u:0:0FFFFF:03:001:Region Switch = World
; [ Hunchback ]
hunchbak:0:1E86:99:000:Infinite Credits
hunchbak:0:1F6D:00:000:Infinite Time (F6): F6 when Ezmarelda is Rescued
hunchbak:0:1EEB:04:001:Next Bell = Super Bonus Now!
hunchbak:0:1F3E:20:000:Never any Arrows or Balls
hunchbak:0:1F47:20:000:Guards never up spear
hunchbak:0:1F48:20:500:Guards never up spear (2/3)
hunchbak:0:1F49:20:500:Guards never up spear (3/3)
hunchbak:0:1C84:05:000:Infinite Lives PL1
hunchbak:0:1C85:05:000:Infinite Lives PL2
; [ Hunchback (DK conversion) ]
hunchbkd:0:1D98:99:000:Infinite Credits
hunchbkd:0:1E8E:00:000:Infinite Time (F6): F6 when Ezmarelda is Rescued
hunchbkd:0:1E01:04:001:Next Bell = Super Bonus Now!
hunchbkd:0:1E71:20:000:Never any Arrows or Balls
hunchbkd:0:1E7D:20:000:Guards never up spear
hunchbkd:0:1E7E:20:500:Guards never up spear (2/3)
hunchbkd:0:1E7F:20:500:Guards never up spear (3/3)
hunchbkd:0:1C88:05:000:Infinite Lives PL1
hunchbkd:0:1C89:05:000:Infinite Lives PL2
; [ Hunchback (Scramble hardware) ]
hunchbks:0:1E70:99:000:Infinite Credits
hunchbks:0:1F72:00:000:Infinite Time (F6): F6 when Ezmarelda is Rescued
hunchbks:0:1ED8:04:001:Next Bell = Super Bonus Now!
hunchbks:0:1F40:49:000:Never any Arrows or Balls
hunchbks:0:1F4E:30:000:Guards never up spear
hunchbks:0:1F4D:30:500:Guards never up spear (2/3)
hunchbks:0:1F4C:30:500:Guards never up spear (3/3)
hunchbks:0:1C6F:05:000:Infinite Lives PL1
hunchbks:0:1C70:05:000:Infinite Lives PL2
; [ Hunchback Olympic ]
huncholy:0:1E6A:99:000:Infinite Credits
huncholy:0:0000:00:999:[Turn OFF Infinite Time ]
huncholy:0:0000:00:999:[before you finish a race ]
huncholy:0:0000:00:999:[or it may crash the game! ]
huncholy:0:0000:00:999:[You only need it for ]
huncholy:0:0000:00:999:[running events anyway! ]
huncholy:0:1E6E:00:005:Infinite Time
huncholy:0:1F05:FF:000:Top Speed
huncholy:0:1C6A:06:000:Infinite Lives PL1
huncholy:0:1ED3:05:070:Set High Jump Bar Height PL1
huncholy:0:1ED3:00:001:Set HJ Bar = Minimum Now! PL1
huncholy:0:1ED3:05:001:Set HJ Bar = Maximum Now! PL1
huncholy:0:1C6B:06:000:Infinite Lives PL2
huncholy:0:1ED4:05:070:Set High Jump Bar Height PL2
huncholy:0:1ED4:00:001:Set HJ Bar = Minimum Now! PL2
huncholy:0:1ED4:05:001:Set HJ Bar = Maximum Now! PL2
huncholy:0:0000:00:999:[A neato trick is to set the]
huncholy:0:0000:00:999:[HJ (High Jump) bar to the ]
huncholy:0:0000:00:999:[minimum (0) and after you ]
huncholy:0:0000:00:999:[have cleared the bar ]
huncholy:0:0000:00:999:[quickly hit HOME and set ]
huncholy:0:0000:00:999:[the bar to the maximum (5).]
huncholy:0:0000:00:999:[You then pass at the ]
huncholy:0:0000:00:999:[highest setting, it clocks ]
huncholy:0:0000:00:999:[the game, and you are back ]
huncholy:0:0000:00:999:[to the 100m Dash. ]
; [ Hustle ]
hustle:0:FF2A:07:000:Infinite Time
; [ Video Hustler ]
hustler:0:81C0:03:000:Infinite Lives
hustler:0:81A6:03:000:Infinite Rests
; [ Video Hustler (bootleg) ]
hustlerb:0:81C0:03:000:Infinite Lives
hustlerb:0:81A6:03:000:Infinite Rests
; [ Heavy Metal ]
hvymetal:0:C200:07:000:Infinite Lives PL1
hvymetal:0:C180:07:000:Infinite Lives PL2
hvymetal:0:C2A2:00:000:No weapon overheat
hvymetal:0:C2D0:01:020:Always have Invincibility
hvymetal:0:C2D0:02:020:Always have Shot PowerUp
hvymetal:0:C2D0:04:020:Always have Missile PowerUp
hvymetal:0:C2D0:01:021:Get Invincibility Now!
hvymetal:0:C2D0:02:021:Get Shot PowerUp Now!
hvymetal:0:C2D0:04:021:Get Missile PowerUp Now!
; [ Heavyweight Champ ]
hwchamp:0:FFC532:03:000:Infinite Time
hwchamp:0:FFC533:60:500:Infinite Time (2/2)
hwchamp:0:FFC628:10:000:Infinite Energy
hwchamp:0:FFC728:10:000:Infinite Energy for Opponent
hwchamp:0:FFC728:00:001:Drain Opponent's Energy Now!
hwchamp:0:FFC532:00:001:Finish Round Now!
hwchamp:0:FFC533:00:501:Finish Round Now! (2/2)
; [ High Way Race ]
hwrace:0:8179:09:000:Infinite Fuel
hwrace:0:8178:FF:500:Infinite Fuel (2/2)
hwrace:0:8158:00:000:Invincibility
hwrace:0:0000:00:999:[See the Dip Switch Menu to ]
hwrace:0:0000:00:999:[enable an alternate ]
hwrace:0:0000:00:999:[Invincibility cheat. ]
hwrace:0:81C6:F1:000:No Opposite Car
; [ Hydra ]
hydra:0:FFADA1:FF:000:Infinite Fuel (Main)
hydra:0:FFADA3:5F:000:Infinite Fuel (Reserve)
hydra:0:FFA568:09:000:Infinite Boosts
; [ Hydra (prototype) ]
hydrap:0:FFAD97:FF:000:Infinite Fuel (Main)
hydrap:0:FFAD99:5F:000:Infinite Fuel (Reserve)
hydrap:0:FFA568:09:000:Infinite Boosts
; [ Taisen Quiz HYHOO (Japan) ]
hyhoo:0:F3DC:63:000:Infinite Credits
hyhoo:0:0000:00:999:[Watch out for these values!]
hyhoo:0:0000:00:999:[ 00=A, 01=B, 02=C ]
hyhoo:0:F2B1:00:998:Watch me for good answer
; [ Taisen Quiz HYHOO 2 (Japan) ]
hyhoo2:0:F01C:99:000:Infinite Credits
hyhoo2:0:0000:00:999:[Watch out for these values!]
hyhoo2:0:0000:00:999:[ 00=A, 01=B, 02=C ]
hyhoo2:0:FC37:00:998:Watch me for good answer
; [ Mahjong Hyouban Musume [BET] (Japan) ]
hyouban:0:0000:00:999:[The winning hand cheat must]
hyouban:0:0000:00:999:[be activated when there are]
hyouban:0:0000:00:999:[14 tiles in your hand, then]
hyouban:0:0000:00:999:[press the RON key . ]
hyouban:0:0000:00:999:[('Z' by default). The tiles]
hyouban:0:0000:00:999:[do not visually change ]
hyouban:0:0000:00:999:[until you make a move. ]
hyouban:0:FC8B:31:001:Get winning hand Now!
hyouban:0:FC8C:31:501:Get winning hand Now! (02/14)
hyouban:0:FC8D:31:501:Get winning hand Now! (03/14)
hyouban:0:FC8E:32:501:Get winning hand Now! (04/14)
hyouban:0:FC8F:32:501:Get winning hand Now! (05/14)
hyouban:0:FC90:32:501:Get winning hand Now! (06/14)
hyouban:0:FC91:33:501:Get winning hand Now! (07/14)
hyouban:0:FC92:33:501:Get winning hand Now! (08/14)
hyouban:0:FC93:33:501:Get winning hand Now! (09/14)
hyouban:0:FC94:34:501:Get winning hand Now! (10/14)
hyouban:0:FC95:34:501:Get winning hand Now! (11/14)
hyouban:0:FC96:34:501:Get winning hand Now! (12/14)
hyouban:0:FC97:35:501:Get winning hand Now! (13/14)
hyouban:0:FC98:35:501:Get winning hand Now! (14/14)
hyouban:0:0000:00:999:[At the start of a game, ]
hyouban:0:0000:00:999:[there may be some small ]
hyouban:0:0000:00:999:[glitches on the tiles when ]
hyouban:0:0000:00:999:[using the 'Always' cheats. ]
hyouban:0:0000:00:999:[The cheats should still ]
hyouban:0:0000:00:999:[work as normal. ]
hyouban:0:FC8B:31:000:Always winning hand
hyouban:0:FC8C:31:500:Always winning hand (02/14)
hyouban:0:FC8D:31:500:Always winning hand (03/14)
hyouban:0:FC8E:32:500:Always winning hand (04/14)
hyouban:0:FC8F:32:500:Always winning hand (05/14)
hyouban:0:FC90:32:500:Always winning hand (06/14)
hyouban:0:FC91:33:500:Always winning hand (07/14)
hyouban:0:FC92:33:500:Always winning hand (08/14)
hyouban:0:FC93:33:500:Always winning hand (09/14)
hyouban:0:FC94:34:500:Always winning hand (10/14)
hyouban:0:FC95:34:500:Always winning hand (11/14)
hyouban:0:FC96:34:500:Always winning hand (12/14)
hyouban:0:FC97:35:500:Always winning hand (13/14)
hyouban:0:FC98:35:500:Always winning hand (14/14)
; [ Hyper Sports ]
hyperspt:0:0000:00:999:[Turn the 'Start on' cheats ]
hyperspt:0:0000:00:999:[ON on the title screen and ]
hyperspt:0:0000:00:999:[DON'T forget to turn off ]
hyperspt:0:0000:00:999:[them OFF when you are on ]
hyperspt:0:0000:00:999:[the event or you won't ]
hyperspt:0:0000:00:999:[progress any further!! ]
hyperspt:0:3068:01:000:Start on Skeet shooting
hyperspt:0:3068:02:000:Start on Long horse
hyperspt:0:3068:03:000:Start on Archery
hyperspt:0:3068:04:000:Start on Triple jump
hyperspt:0:3068:05:000:Start on Weightlifting
hyperspt:0:3068:06:000:Start on Pole vault
hyperspt:0:3157:00:000:No breath on Swimming PL1&PL3
hyperspt:0:31B7:00:000:No breath on Swimming PL2&PL4
hyperspt:0:3502:00:000:Always first try PL1
hyperspt:0:3522:00:000:Always first try PL2
hyperspt:0:3542:00:000:Always first try PL3
hyperspt:0:3562:00:000:Always first try PL4
hyperspt:0:3503:00:000:No False Starts PL1
hyperspt:0:3523:00:000:No False Starts PL2
hyperspt:0:3543:00:000:No False Starts PL3
hyperspt:0:3563:00:000:No False Starts PL4
hyperspt:0:3071:01:000:Skeet Target Practise
hyperspt:0:3070:09:001:Add 90 seconds for skeet
hyperspt:0:30C4:2D:000:Auto 45 degrees angle
hyperspt:0:30EF:19:000:25 Turns on the Long Horse
hyperspt:0:3111:0F:000:Faster Swimmer and Skeets
hyperspt:0:30B1:09:000:Fast in TJ,PV and WL
hyperspt:0:0000:00:999:[The Full Speed cheat works ]
hyperspt:0:0000:00:999:[well for the Weighlifting ]
hyperspt:0:0000:00:999:[and the Pole Vault. ]
hyperspt:0:30B0:01:000:Full Speed
hyperspt:0:30B1:07:500:Full Speed (2/3)
hyperspt:0:30B2:00:500:Full Speed (3/3)
hyperspt:0:0000:00:999:[Use the Fast Enough for TJ ]
hyperspt:0:0000:00:999:[cheat instead of the Full ]
hyperspt:0:0000:00:999:[Speed on the Triple Jump. ]
hyperspt:0:30B0:01:000:Fast Enough for TJ
hyperspt:0:30B1:02:500:Fast Enough for TJ (2/2)
; [ Hyper Olympic (bootleg) ]
hyprolyb:0:287F:01:000:Always Qualify in u 2 sec
hyprolyb:0:28D9:00:000:No False Starts PL1 & PL3
hyprolyb:0:28F9:00:000:No False Starts PL2 & PL4
hyprolyb:0:28C9:00:000:No Long Jump fouls
hyprolyb:0:2B9F:00:000:No High Jump Faults PL1
hyprolyb:0:2BBF:00:000:No High Jump Faults PL2
hyprolyb:0:2BDF:00:000:No High Jump Faults PL3
hyprolyb:0:2BFF:00:000:No High Jump Faults PL4
hyprolyb:0:2B81:02:000:Infinite Lives PL1
hyprolyb:0:2BA1:02:000:Infinite Lives PL2
hyprolyb:0:2BC1:02:000:Infinite Lives PL3
hyprolyb:0:2BE1:02:000:Infinite Lives PL4
hyprolyb:0:2A38:2D:000:Super Hammer Throw
hyprolyb:0:0000:00:999:[Turn the 'Start on' cheats ]
hyprolyb:0:0000:00:999:[ON on the title screen and ]
hyprolyb:0:0000:00:999:[DON'T forget to turn off ]
hyprolyb:0:0000:00:999:[them OFF when you are on ]
hyprolyb:0:0000:00:999:[the event or you won't ]
hyprolyb:0:0000:00:999:[progress any further!! ]
hyprolyb:0:2884:00:000:Start on 100 Meter Dash
hyprolyb:0:2884:01:000:Start on Long Jump
hyprolyb:0:2884:02:000:Start on Javelin Throw
hyprolyb:0:2884:03:000:Start on 110 Meter Hurdles
hyprolyb:0:2884:04:000:Start on Hammer Throw
hyprolyb:0:2884:05:000:Start on High Jump
hyprolyb:0:0000:00:999:[The Superman cheat allows ]
hyprolyb:0:0000:00:999:[you to leap tall buildings ]
hyprolyb:0:0000:00:999:[in one bound - handy for ]
hyprolyb:0:0000:00:999:[the High Jump!! It DOES NOT]
hyprolyb:0:0000:00:999:[work well with the Auto ]
hyprolyb:0:0000:00:999:[Angle cheat so turn ONE ]
hyprolyb:0:0000:00:999:[of them OFF!!!!! ]
hyprolyb:0:28B3:09:000:Superman
hyprolyb:0:28D8:2D:000:Auto 45 degrees angle
hyprolyb:0:0000:00:999:[On the High Jump it's best ]
hyprolyb:0:0000:00:999:[to disable the Full Speed ]
hyprolyb:0:0000:00:999:[and use the Superman cheat.]
hyprolyb:0:28B0:01:000:Full Speed
hyprolyb:0:28B1:05:500:Full Speed (2/3)
hyprolyb:0:28B2:00:500:Full Speed (3/3)
hyprolyb:0:0000:00:999:[Don't use the Full Speed ]
hyprolyb:0:0000:00:999:[cheat on the Hurdles - it ]
hyprolyb:0:0000:00:999:[is TOO fast, use Fast for ]
hyprolyb:0:0000:00:999:[Hurdles instead. ]
hyprolyb:0:28B0:01:000:Fast for Hurdles
hyprolyb:0:28B1:02:500:Fast for Hurdles (2/3)
hyprolyb:0:28B2:00:500:Fast for Hurdles (3/3)
hyprolyb:0:0000:00:999:[The Take steroids cheat is ]
hyprolyb:0:0000:00:999:[better than the Full Speed ]
hyprolyb:0:0000:00:999:[cheat. However, you must be]
hyprolyb:0:0000:00:999:[careful with it or you'll ]
hyprolyb:0:0000:00:999:[run off the pitch and the ]
hyprolyb:0:0000:00:999:[anti-doping control will ]
hyprolyb:0:0000:00:999:[catch you!! ;-) ]
hyprolyb:0:2834:00:000:Take steroids
; [ Hyper Olympic ]
hyprolym:0:287F:01:000:Always Qualify in u 2 sec
hyprolym:0:28D9:00:000:No False Starts PL1 & PL3
hyprolym:0:28F9:00:000:No False Starts PL2 & PL4
hyprolym:0:28C9:00:000:No Long Jump fouls
hyprolym:0:2B9F:00:000:No High Jump Faults PL1
hyprolym:0:2BBF:00:000:No High Jump Faults PL2
hyprolym:0:2BDF:00:000:No High Jump Faults PL3
hyprolym:0:2BFF:00:000:No High Jump Faults PL4
hyprolym:0:2B81:02:000:Infinite Lives PL1
hyprolym:0:2BA1:02:000:Infinite Lives PL2
hyprolym:0:2BC1:02:000:Infinite Lives PL3
hyprolym:0:2BE1:02:000:Infinite Lives PL4
hyprolym:0:2A38:2D:000:Super Hammer Throw
hyprolym:0:0000:00:999:[Turn the 'Start on' cheats ]
hyprolym:0:0000:00:999:[ON on the title screen and ]
hyprolym:0:0000:00:999:[DON'T forget to turn off ]
hyprolym:0:0000:00:999:[them OFF when you are on ]
hyprolym:0:0000:00:999:[the event or you won't ]
hyprolym:0:0000:00:999:[progress any further!! ]
hyprolym:0:2884:00:000:Start on 100 Meter Dash
hyprolym:0:2884:01:000:Start on Long Jump
hyprolym:0:2884:02:000:Start on Javelin Throw
hyprolym:0:2884:03:000:Start on 110 Meter Hurdles
hyprolym:0:2884:04:000:Start on Hammer Throw
hyprolym:0:2884:05:000:Start on High Jump
hyprolym:0:0000:00:999:[The Superman cheat allows ]
hyprolym:0:0000:00:999:[you to leap tall buildings ]
hyprolym:0:0000:00:999:[in one bound - handy for ]
hyprolym:0:0000:00:999:[the High Jump!! It DOES NOT]
hyprolym:0:0000:00:999:[work well with the Auto ]
hyprolym:0:0000:00:999:[Angle cheat so turn ONE ]
hyprolym:0:0000:00:999:[of them OFF!!!!! ]
hyprolym:0:28B3:09:000:Superman
hyprolym:0:28D8:2D:000:Auto 45 degrees angle
hyprolym:0:0000:00:999:[On the High Jump it's best ]
hyprolym:0:0000:00:999:[to disable the Full Speed ]
hyprolym:0:0000:00:999:[and use the Superman cheat.]
hyprolym:0:28B0:01:000:Full Speed
hyprolym:0:28B1:05:500:Full Speed (2/3)
hyprolym:0:28B2:00:500:Full Speed (3/3)
hyprolym:0:0000:00:999:[Don't use the Full Speed ]
hyprolym:0:0000:00:999:[cheat on the Hurdles - it ]
hyprolym:0:0000:00:999:[is TOO fast, use Fast for ]
hyprolym:0:0000:00:999:[Hurdles instead. ]
hyprolym:0:28B0:01:000:Fast for Hurdles
hyprolym:0:28B1:02:500:Fast for Hurdles (2/3)
hyprolym:0:28B2:00:500:Fast for Hurdles (3/3)
hyprolym:0:0000:00:999:[The Take steroids cheat is ]
hyprolym:0:0000:00:999:[better than the Full Speed ]
hyprolym:0:0000:00:999:[cheat. However, you must be]
hyprolym:0:0000:00:999:[careful with it or you'll ]
hyprolym:0:0000:00:999:[run off the pitch and the ]
hyprolym:0:0000:00:999:[anti-doping control will ]
hyprolym:0:0000:00:999:[catch you!! ;-) ]
hyprolym:0:2834:00:000:Take steroids
; [ Hyper Sports Special (Japan) ]
hypsptsp:0:0000:00:999:[It is best to turn off the ]
hypsptsp:0:0000:00:999:[event select cheats when ]
hypsptsp:0:0000:00:999:[you start the event or you ]
hypsptsp:0:0000:00:999:[will not progress events! ]
hypsptsp:0:20D4:00:000:Set event to 100m Dash
hypsptsp:0:20D4:01:000:Set event to Long Jump
hypsptsp:0:20D4:02:000:Set event to 400m Relay 1
hypsptsp:0:20D4:03:000:Set event to Skeet Shooting
hypsptsp:0:20D4:04:000:Set event to 110m Hurdles
hypsptsp:0:20D4:05:000:Set event to Archery
hypsptsp:0:20D4:06:000:Set event to Javelin Throw
hypsptsp:0:20D4:07:000:Set event to High Jump
hypsptsp:0:20D4:08:000:Set event to 400m Relay 2:Only use before game starts!
hypsptsp:0:20D4:08:000:Finish Game after this event!
hypsptsp:0:0000:00:999:[Note Event cheats should be]
hypsptsp:0:0000:00:999:[turned off at end of event ]
hypsptsp:0:0000:00:999:[or sprite corruption will ]
hypsptsp:0:0000:00:999:[occur. Don't turn on max ]
hypsptsp:0:0000:00:999:[power cheats too soon! ]
hypsptsp:0:0000:00:999:[ 100M DASH ]
hypsptsp:0:2AB4:00:000:Infinite Time '00"00'
hypsptsp:0:2AB3:00:500:Infinite Time '00"00' (2/4)
hypsptsp:0:2AB2:00:500:Infinite Time '00"00' (3/4)
hypsptsp:0:2AB1:00:500:Infinite Time '00"00' (4/4)
hypsptsp:0:2312:0A:000:Maximum Power PL1
hypsptsp:0:232A:0A:500:Maximum Power PL1 (2/2)
hypsptsp:0:3322:00:000:Infinite False Starts PL1
hypsptsp:0:0000:00:999:[ LONG JUMP ]
hypsptsp:0:2365:E0:000:Maximum Power:Press fire to get body back
hypsptsp:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
hypsptsp:0:2364:45:000:Always jump at 45 deg.
hypsptsp:0:2363:2D:500:Always jump at 45 deg. (2/2)
hypsptsp:0:0000:00:999:[ JAVELIN ]
hypsptsp:0:2365:E0:000:Maximum Power:Press fire to get body back
hypsptsp:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
hypsptsp:0:2364:45:000:Always throw at 45 deg.
hypsptsp:0:2363:2D:500:Always throw at 45 deg. (2/2)
hypsptsp:0:2240:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Ice Climber ]
iceclimb:0:0020:02:000:Infinite Lives PL1
iceclimb:0:002D:01:020:Invincibility PL1:Can't Jump!!
iceclimb:0:0021:02:000:Infinite Lives PL2
iceclimb:0:002E:01:020:Invincibility PL2:Can't Jump!!
; [ Ice Climber Dual (Japan) ]
iceclmrj:0:0020:02:000:Infinite Lives PL1
iceclmrj:0:002D:01:020:Invincibility PL1:Can't Jump!!
iceclmrj:0:0021:02:000:Infinite Lives PL2
iceclmrj:0:002E:01:020:Invincibility PL2:Can't Jump!!
; [ Ichidant-R (Puzzle & Action 2) (Japan) ]
ichidant:0:FFFC18:09:000:Infinite Credits
ichidant:0:FFB813:1A:000:Infinite Time
ichidant:0:FF9B8B:09:000:Infinite Energy PL1
ichidant:0:FF9F8B:09:000:Infinite Energy PL2
; [ Ichidant-R (Puzzle & Action 2) (English) ]
ichidnte:0:FFFC18:09:000:Infinite Credits
ichidnte:0:FFB813:1A:000:Infinite Time
ichidnte:0:FF9B8B:09:000:Infinite Energy PL1
ichidnte:0:FF9F8B:09:000:Infinite Energy PL2
; [ Idol-Mahjong Housoukyoku (Japan) ]
idolmj:0:0000:00:999:[The winning hand cheat must]
idolmj:0:0000:00:999:[be activated when there are]
idolmj:0:0000:00:999:[14 tiles in your hand, then]
idolmj:0:0000:00:999:[press the RON key . ]
idolmj:0:0000:00:999:[('Z' by default). The tiles]
idolmj:0:0000:00:999:[do not visually change ]
idolmj:0:0000:00:999:[until you make a move. ]
idolmj:0:CE81:30:000:Always winning hand
idolmj:0:CE82:30:500:Always winning hand (02/14)
idolmj:0:CE83:30:500:Always winning hand (03/14)
idolmj:0:CE84:31:500:Always winning hand (04/14)
idolmj:0:CE85:31:500:Always winning hand (05/14)
idolmj:0:CE86:31:500:Always winning hand (06/14)
idolmj:0:CE87:32:500:Always winning hand (07/14)
idolmj:0:CE88:32:500:Always winning hand (08/14)
idolmj:0:CE89:32:500:Always winning hand (09/14)
idolmj:0:CE8A:33:500:Always winning hand (10/14)
idolmj:0:CE8B:33:500:Always winning hand (11/14)
idolmj:0:CE8C:33:500:Always winning hand (12/14)
idolmj:0:CE8D:34:500:Always winning hand (13/14)
idolmj:0:CE8E:34:500:Always winning hand (14/14)
idolmj:0:C702:00:000:Always winning hand (dealer)
idolmj:0:CB02:01:500:Always winning hand (dealer) (2/2)
; [ Iemoto (Japan) ]
iemoto:0:F165:FF:000:Buggy score
iemoto:0:0000:00:999:[The winning hand cheat must]
iemoto:0:0000:00:999:[be activated when there are]
iemoto:0:0000:00:999:[14 tiles in your hand, then]
iemoto:0:0000:00:999:[press the RON key . ]
iemoto:0:0000:00:999:[('Z' by default). The tiles]
iemoto:0:0000:00:999:[do not visually change ]
iemoto:0:0000:00:999:[until you make a move. ]
iemoto:0:F48C:31:001:Get winning hand Now!
iemoto:0:F48D:31:501:Get winning hand Now! (02/14)
iemoto:0:F48E:31:501:Get winning hand Now! (03/14)
iemoto:0:F48F:32:501:Get winning hand Now! (04/14)
iemoto:0:F490:32:501:Get winning hand Now! (05/14)
iemoto:0:F491:32:501:Get winning hand Now! (06/14)
iemoto:0:F492:33:501:Get winning hand Now! (07/14)
iemoto:0:F493:33:501:Get winning hand Now! (08/14)
iemoto:0:F494:33:501:Get winning hand Now! (09/14)
iemoto:0:F495:34:501:Get winning hand Now! (10/14)
iemoto:0:F496:34:501:Get winning hand Now! (11/14)
iemoto:0:F497:34:501:Get winning hand Now! (12/14)
iemoto:0:F498:35:501:Get winning hand Now! (13/14)
iemoto:0:F499:35:501:Get winning hand Now! (14/14)
iemoto:0:F48C:31:000:Always winning hand
iemoto:0:F48D:31:500:Always winning hand (02/14)
iemoto:0:F48E:31:500:Always winning hand (03/14)
iemoto:0:F48F:32:500:Always winning hand (04/14)
iemoto:0:F490:32:500:Always winning hand (05/14)
iemoto:0:F491:32:500:Always winning hand (06/14)
iemoto:0:F492:33:500:Always winning hand (07/14)
iemoto:0:F493:33:500:Always winning hand (08/14)
iemoto:0:F494:33:500:Always winning hand (09/14)
iemoto:0:F495:34:500:Always winning hand (10/14)
iemoto:0:F496:34:500:Always winning hand (11/14)
iemoto:0:F497:34:500:Always winning hand (12/14)
iemoto:0:F498:35:500:Always winning hand (13/14)
iemoto:0:F499:35:500:Always winning hand (14/14)
; [ Iga Ninjyutsuden (Japan) ]
iganinju:0:0F0029:09:000:Infinite Lives PL1
iganinju:0:0F002B:09:000:Infinite Lives PL2
iganinju:0:0F007F:03:006:Infinite Life
iganinju:0:0F0177:99:007:Infinite Time
iganinju:0:0F007B:28:000:Limited Invincibility
iganinju:0:0F00BD:01:000:Always have Grapple Hook Shot
iganinju:0:0F00BD:02:000:Always have Shuriken Shot
iganinju:0:0F00BD:03:000:Always have Knife Shot
iganinju:0:0F00BD:04:000:Always have 3 Knife Shot
iganinju:0:0F00CF:01:000:Always have Power Shot Lvl1
iganinju:0:0F00CF:02:000:Always have Power Shot Lvl2
iganinju:0:0F00CF:03:000:Always have Power Shot Lvl3
iganinju:0:0F00CF:04:000:Always have Power Shot Lvl4
iganinju:0:0F00CF:05:000:Always have Power Shot Lvl5
iganinju:0:0F00BD:01:001:Get Grapple Hook Shot Now!
iganinju:0:0F00BD:02:001:Get Shuriken Shot Now!
iganinju:0:0F00BD:03:001:Get Knife Shot Now!
iganinju:0:0F00BD:04:001:Get 3 Knife Shot Now!
iganinju:0:000000:00:999:[These Get Power Shot Lvl ]
iganinju:0:000000:00:999:[cheats only work for a very]
iganinju:0:000000:00:999:[few goes. ]
iganinju:0:0F00CF:01:001:Get Power Shot Lvl1 Now!
iganinju:0:0F00CF:01:001:Get Power Shot Lvl1 Now!
iganinju:0:0F00CF:01:001:Get Power Shot Lvl1 Now!
iganinju:0:0F00CF:02:001:Get Power Shot Lvl2 Now!
iganinju:0:0F00CF:03:001:Get Power Shot Lvl3 Now!
iganinju:0:0F00CF:04:001:Get Power Shot Lvl4 Now!
iganinju:0:0F00CF:05:001:Get Power Shot Lvl5 Now!
; [ IGMO ]
igmo:0:78A6:99:000:Infinite Credits
igmo:0:78D2:32:000:Infinite Time
igmo:0:78B8:06:000:Infinite Lives PL1
igmo:0:78BA:06:000:Infinite Lives PL2
; [ Ikari Warriors (US) ]
ikari:0:FDC6:08:000:Infinite Lives PL1
ikari:0:FDEB:99:000:Infinite Ammo PL1
ikari:0:FDEC:99:000:Infinite Grenades PL1
ikari:0:FDB4:00:000:Invincibility PL1
ikari:0:FDB7:01:040:Always have slow fire PL1
ikari:0:FDB7:01:020:Always have fast fire PL1
ikari:0:FDB7:02:040:Always have slow speed PL1
ikari:0:FDB7:02:020:Always have fast speed PL1
ikari:0:FDB7:04:040:Always have black grenadesPL1
ikari:0:FDB7:04:020:Always have red grenades PL1
ikari:0:FDB7:08:040:Always have black bullets PL1
ikari:0:FDB7:08:020:Always have red bullets PL1
ikari:0:FDB7:01:041:Get slow fire Now! PL1
ikari:0:FDB7:01:021:Get fast fire Now! PL1
ikari:0:FDB7:02:041:Get slow speed Now! PL1
ikari:0:FDB7:02:021:Get fast speed Now! PL1
ikari:0:FDB7:04:041:Get black grenades Now! PL1
ikari:0:FDB7:04:021:Get red grenades Now! PL1
ikari:0:FDB7:08:041:Get black bullets Now! PL1
ikari:0:FDB7:08:021:Get red bullets Now! PL1
ikari:0:FE16:08:000:Infinite Lives PL2
ikari:0:FE3B:99:000:Infinite Ammo PL2
ikari:0:FE3C:99:000:Infinite Grenades PL2
ikari:0:FE04:00:000:Invincibility PL2
ikari:0:FE07:01:040:Always have slow fire PL2
ikari:0:FE07:01:020:Always have fast fire PL2
ikari:0:FE07:02:040:Always have slow speed PL2
ikari:0:FE07:02:020:Always have fast speed PL2
ikari:0:FE07:04:040:Always have black grenadesPL2
ikari:0:FE07:04:020:Always have red grenades PL2
ikari:0:FE07:08:040:Always have black bullets PL2
ikari:0:FE07:08:020:Always have red bullets PL2
ikari:0:FE07:01:041:Get slow fire Now! PL2
ikari:0:FE07:01:021:Get fast fire Now! PL2
ikari:0:FE07:02:041:Get slow speed Now! PL2
ikari:0:FE07:02:021:Get fast speed Now! PL2
ikari:0:FE07:04:041:Get black grenades Now! PL2
ikari:0:FE07:04:021:Get red grenades Now! PL2
ikari:0:FE07:08:041:Get black bullets Now! PL2
ikari:0:FE07:08:021:Get red bullets Now! PL2
; [ Ikari III - The Rescue ]
ikari3:0:040B64:99:000:Infinite Lives PL1
ikari3:0:040B16:14:000:Infinite Energy PL1
ikari3:0:040B62:01:000:Invincibility PL1
ikari3:0:040B63:2C:500:Invincibility PL1 (2/2)
ikari3:0:040BC4:99:000:Infinite Lives PL2
ikari3:0:040B76:14:000:Infinite Energy PL2
ikari3:0:040BC2:01:000:Invincibility PL2
ikari3:0:040BC3:2C:500:Invincibility PL2 (2/2)
; [ Ikari Warriors (Japan) ]
ikarijp:0:FDC6:08:000:Infinite Lives PL1
ikarijp:0:FDEB:99:000:Infinite Ammo PL1
ikarijp:0:FDEC:99:000:Infinite Grenades PL1
ikarijp:0:FDB4:00:000:Invincibility PL1
ikarijp:0:FDB7:01:040:Always have slow fire PL1
ikarijp:0:FDB7:01:020:Always have fast fire PL1
ikarijp:0:FDB7:02:040:Always have slow speed PL1
ikarijp:0:FDB7:02:020:Always have fast speed PL1
ikarijp:0:FDB7:04:040:Always have black grenadesPL1
ikarijp:0:FDB7:04:020:Always have red grenades PL1
ikarijp:0:FDB7:08:040:Always have black bullets PL1
ikarijp:0:FDB7:08:020:Always have red bullets PL1
ikarijp:0:FDB7:01:041:Get slow fire Now! PL1
ikarijp:0:FDB7:01:021:Get fast fire Now! PL1
ikarijp:0:FDB7:02:041:Get slow speed Now! PL1
ikarijp:0:FDB7:02:021:Get fast speed Now! PL1
ikarijp:0:FDB7:04:041:Get black grenades Now! PL1
ikarijp:0:FDB7:04:021:Get red grenades Now! PL1
ikarijp:0:FDB7:08:041:Get black bullets Now! PL1
ikarijp:0:FDB7:08:021:Get red bullets Now! PL1
ikarijp:0:FE16:08:000:Infinite Lives PL2
ikarijp:0:FE3B:99:000:Infinite Ammo PL2
ikarijp:0:FE3C:99:000:Infinite Grenades PL2
ikarijp:0:FE04:00:000:Invincibility PL2
ikarijp:0:FE07:01:040:Always have slow fire PL2
ikarijp:0:FE07:01:020:Always have fast fire PL2
ikarijp:0:FE07:02:040:Always have slow speed PL2
ikarijp:0:FE07:02:020:Always have fast speed PL2
ikarijp:0:FE07:04:040:Always have black grenadesPL2
ikarijp:0:FE07:04:020:Always have red grenades PL2
ikarijp:0:FE07:08:040:Always have black bullets PL2
ikarijp:0:FE07:08:020:Always have red bullets PL2
ikarijp:0:FE07:01:041:Get slow fire Now! PL2
ikarijp:0:FE07:01:021:Get fast fire Now! PL2
ikarijp:0:FE07:02:041:Get slow speed Now! PL2
ikarijp:0:FE07:02:021:Get fast speed Now! PL2
ikarijp:0:FE07:04:041:Get black grenades Now! PL2
ikarijp:0:FE07:04:021:Get red grenades Now! PL2
ikarijp:0:FE07:08:041:Get black bullets Now! PL2
ikarijp:0:FE07:08:021:Get red bullets Now! PL2
; [ Ikari Warriors (Japan bootleg) ]
ikarijpb:0:FDC6:08:000:Infinite Lives PL1
ikarijpb:0:FDEB:99:000:Infinite Ammo PL1
ikarijpb:0:FDEC:99:000:Infinite Grenades PL1
ikarijpb:0:FDB4:00:000:Invincibility PL1
ikarijpb:0:FDB7:01:040:Always have slow fire PL1
ikarijpb:0:FDB7:01:020:Always have fast fire PL1
ikarijpb:0:FDB7:02:040:Always have slow speed PL1
ikarijpb:0:FDB7:02:020:Always have fast speed PL1
ikarijpb:0:FDB7:04:040:Always have black grenadesPL1
ikarijpb:0:FDB7:04:020:Always have red grenades PL1
ikarijpb:0:FDB7:08:040:Always have black bullets PL1
ikarijpb:0:FDB7:08:020:Always have red bullets PL1
ikarijpb:0:FDB7:01:041:Get slow fire Now! PL1
ikarijpb:0:FDB7:01:021:Get fast fire Now! PL1
ikarijpb:0:FDB7:02:041:Get slow speed Now! PL1
ikarijpb:0:FDB7:02:021:Get fast speed Now! PL1
ikarijpb:0:FDB7:04:041:Get black grenades Now! PL1
ikarijpb:0:FDB7:04:021:Get red grenades Now! PL1
ikarijpb:0:FDB7:08:041:Get black bullets Now! PL1
ikarijpb:0:FDB7:08:021:Get red bullets Now! PL1
ikarijpb:0:FE16:08:000:Infinite Lives PL2
ikarijpb:0:FE3B:99:000:Infinite Ammo PL2
ikarijpb:0:FE3C:99:000:Infinite Grenades PL2
ikarijpb:0:FE04:00:000:Invincibility PL2
ikarijpb:0:FE07:01:040:Always have slow fire PL2
ikarijpb:0:FE07:01:020:Always have fast fire PL2
ikarijpb:0:FE07:02:040:Always have slow speed PL2
ikarijpb:0:FE07:02:020:Always have fast speed PL2
ikarijpb:0:FE07:04:040:Always have black grenadesPL2
ikarijpb:0:FE07:04:020:Always have red grenades PL2
ikarijpb:0:FE07:08:040:Always have black bullets PL2
ikarijpb:0:FE07:08:020:Always have red bullets PL2
ikarijpb:0:FE07:01:041:Get slow fire Now! PL2
ikarijpb:0:FE07:01:021:Get fast fire Now! PL2
ikarijpb:0:FE07:02:041:Get slow speed Now! PL2
ikarijpb:0:FE07:02:021:Get fast speed Now! PL2
ikarijpb:0:FE07:04:041:Get black grenades Now! PL2
ikarijpb:0:FE07:04:021:Get red grenades Now! PL2
ikarijpb:0:FE07:08:041:Get black bullets Now! PL2
ikarijpb:0:FE07:08:021:Get red bullets Now! PL2
; [ Ikki (Japan) ]
ikki:0:C068:99:000:Infinite Credits
ikki:0:C146:07:000:Always One object to finish Area
ikki:0:C146:07:001:One object to finish Area Now!
ikki:0:C0AC:99:000:Infinite Lives PL1
ikki:0:C15E:04:020:Invincibility PL1
ikki:0:C0AD:99:000:Infinite Lives PL2
ikki:0:C16E:04:020:Invincibility PL2
; [ Imekura Mahjong (Japan) ]
imekura:0:0000:00:999:[The winning hand cheat must]
imekura:0:0000:00:999:[be activated when there are]
imekura:0:0000:00:999:[14 tiles in your hand, then]
imekura:0:0000:00:999:[press the RON key . ]
imekura:0:0000:00:999:[('Z' by default). The tiles]
imekura:0:0000:00:999:[do not visually change ]
imekura:0:0000:00:999:[until you make a move. ]
imekura:0:F781:31:001:Get winning hand Now!
imekura:0:F782:31:501:Get winning hand Now! (02/14)
imekura:0:F783:31:501:Get winning hand Now! (03/14)
imekura:0:F784:32:501:Get winning hand Now! (04/14)
imekura:0:F785:32:501:Get winning hand Now! (05/14)
imekura:0:F786:32:501:Get winning hand Now! (06/14)
imekura:0:F787:33:501:Get winning hand Now! (07/14)
imekura:0:F788:33:501:Get winning hand Now! (08/14)
imekura:0:F789:33:501:Get winning hand Now! (09/14)
imekura:0:F78A:34:501:Get winning hand Now! (10/14)
imekura:0:F78B:34:501:Get winning hand Now! (11/14)
imekura:0:F78C:34:501:Get winning hand Now! (12/14)
imekura:0:F78D:35:501:Get winning hand Now! (13/14)
imekura:0:F78E:35:501:Get winning hand Now! (14/14)
imekura:0:0000:00:999:[At the start of a game, ]
imekura:0:0000:00:999:[there may be some small ]
imekura:0:0000:00:999:[glitches on the tiles when ]
imekura:0:0000:00:999:[using the 'Always' cheats. ]
imekura:0:0000:00:999:[The cheats should still ]
imekura:0:0000:00:999:[work as normal. ]
imekura:0:F781:31:000:Always winning hand
imekura:0:F782:31:500:Always winning hand (02/14)
imekura:0:F783:31:500:Always winning hand (03/14)
imekura:0:F784:32:500:Always winning hand (04/14)
imekura:0:F785:32:500:Always winning hand (05/14)
imekura:0:F786:32:500:Always winning hand (06/14)
imekura:0:F787:33:500:Always winning hand (07/14)
imekura:0:F788:33:500:Always winning hand (08/14)
imekura:0:F789:33:500:Always winning hand (09/14)
imekura:0:F78A:34:500:Always winning hand (10/14)
imekura:0:F78B:34:500:Always winning hand (11/14)
imekura:0:F78C:34:500:Always winning hand (12/14)
imekura:0:F78D:35:500:Always winning hand (13/14)
imekura:0:F78E:35:500:Always winning hand (14/14)
; [ Image Fight (Japan) ]
imgfight:0:A32FA:09:000:Infinite Lives PL1
imgfight:0:A331B:09:000:Infinite Lives PL2
imgfight:0:A0044:28:000:Invincibility
; [ I'm Sorry (US) ]
imsorry:0:C04E:06:000:Infinite Lives PL1
imsorry:0:C04F:06:000:Infinite Lives PL2
imsorry:0:EF2B:59:005:Infinite Time
imsorry:0:C259:2F:000:No enemies ( 1/10)
imsorry:0:C279:2F:500:No enemies ( 2/10)
imsorry:0:C299:2F:500:No enemies ( 3/10)
imsorry:0:C2B9:2F:500:No enemies ( 4/10)
imsorry:0:C2D9:2F:500:No enemies ( 5/10)
imsorry:0:C2F9:2F:500:No enemies ( 6/10)
imsorry:0:C319:2F:500:No enemies ( 7/10)
imsorry:0:C339:2F:500:No enemies ( 8/10)
imsorry:0:C359:2F:500:No enemies ( 9/10)
imsorry:0:C379:2F:500:No enemies (10/10)
; [ I'm Sorry (Japan) ]
imsorryj:0:C04E:06:000:Infinite Lives PL1
imsorryj:0:C04F:06:000:Infinite Lives PL2
imsorryj:0:EF2B:59:005:Infinite Time
imsorryj:0:C259:2F:000:No enemies ( 1/10)
imsorryj:0:C279:2F:500:No enemies ( 2/10)
imsorryj:0:C299:2F:500:No enemies ( 3/10)
imsorryj:0:C2B9:2F:500:No enemies ( 4/10)
imsorryj:0:C2D9:2F:500:No enemies ( 5/10)
imsorryj:0:C2F9:2F:500:No enemies ( 6/10)
imsorryj:0:C319:2F:500:No enemies ( 7/10)
imsorryj:0:C339:2F:500:No enemies ( 8/10)
imsorryj:0:C359:2F:500:No enemies ( 9/10)
imsorryj:0:C379:2F:500:No enemies (10/10)
; [ Danny Sullivan's Indy Heat ]
indyheat:0:E67B:63:000:Infinite Selection Time
indyheat:0:E082:09:001:Final Lap for Red Car Now!
indyheat:0:E082:01:001:First Lap for Red Car Now!
indyheat:0:E082:09:072:Select Current Lap No. of Red Car
indyheat:0:E082:01:000:Always First Lap for Red Car:Red Car can never win
indyheat:0:F307:FF:000:Infinite Money - Red Car
indyheat:0:F308:FF:500:Infinite Money - Red Car (2/2)
indyheat:0:E067:C8:000:Always have Maximum Turbos - Red Car
indyheat:0:E068:09:000:Always have Maximum Brakes - Red Car
indyheat:0:E069:09:000:Always have Maximum Tyres - Red Car
indyheat:0:E06A:09:000:Always have Maximum Crew - Red Car
indyheat:0:E06B:09:000:Always have Maximum MPG - Red Car
indyheat:0:E06C:09:000:Always have Maximum Engine - Red Car
indyheat:0:E182:09:001:Final Lap for White Car Now!
indyheat:0:E182:01:001:First Lap for White Car Now!
indyheat:0:E182:09:072:Select Current Lap No. of White Car
indyheat:0:E182:01:000:Always First Lap for White Car:White Car can never win
indyheat:0:F387:FF:000:Infinite Money - White Car
indyheat:0:F388:FF:500:Infinite Money - White Car (2/2)
indyheat:0:E167:C8:000:Always have Maximum Turbos - White Car
indyheat:0:E168:09:000:Always have Maximum Brakes - White Car
indyheat:0:E169:09:000:Always have Maximum Tyres - White Car
indyheat:0:E16A:09:000:Always have Maximum Crew - White Car
indyheat:0:E16B:09:000:Always have Maximum MPG - White Car
indyheat:0:E16C:09:000:Always have Maximum Engine - White Car
indyheat:0:E282:09:001:Final Lap for Blue Car Now!
indyheat:0:E282:01:001:First Lap for Blue Car Now!
indyheat:0:E282:09:072:Select Current Lap No. of Blue Car
indyheat:0:E282:01:000:Always First Lap for Blue Car:Blue Car can never win
indyheat:0:F407:FF:000:Infinite Money - Blue Car
indyheat:0:F408:FF:500:Infinite Money - Blue Car (2/2)
indyheat:0:E267:C8:000:Always have Maximum Turbos - Blue Car
indyheat:0:E268:09:000:Always have Maximum Brakes - Blue Car
indyheat:0:E269:09:000:Always have Maximum Tyres - Blue Car
indyheat:0:E26A:09:000:Always have Maximum Crew - Blue Car
indyheat:0:E26B:09:000:Always have Maximum MPG - Blue Car
indyheat:0:E26C:09:000:Always have Maximum Engine - Blue Car
indyheat:0:E382:09:001:Final Lap for Grey Car Now!
indyheat:0:E382:01:001:First Lap for Grey Car Now!
indyheat:0:E382:09:072:Select Current Lap No. of Grey Car
indyheat:0:E382:01:000:Always First Lap for Grey Car:Grey Car can never win
indyheat:0:E482:09:001:Final Lap for Yellow Car Now!
indyheat:0:E482:01:001:First Lap for Yellow Car Now!
indyheat:0:E482:09:072:Select Current Lap No. of Yellow Car
indyheat:0:E482:01:000:Always First Lap for Yellow Car:Yellow Car can never win
; [ Indiana Jones and the Temple of Doom (set 2) ]
indytem2:0:401FF5:19:000:Infinite Credits
indytem2:0:4005EB:06:000:Infinite Lives PL1
indytem2:0:4005EF:06:000:Infinite Lives PL2
indytem2:0:000000:00:999:[For the following cheats, ]
indytem2:0:000000:00:999:[you MUST rescue at least ]
indytem2:0:000000:00:999:[one kid for the game to ]
indytem2:0:000000:00:999:[re-read the value. ]
indytem2:0:400C91:00:000:All Children Rescued PL1
indytem2:0:400C95:00:000:All Children Rescued PL2
indytem2:0:000000:00:999:[Don't be too silly with the]
indytem2:0:000000:00:999:[Invincibility please!! ]
indytem2:0:000000:00:999:[Turn Invincibility OFF on ]
indytem2:0:000000:00:999:[the Cart Scene!IMPORTANT!! ]
indytem2:0:400BBA:00:000:Invincibility:Loads of side effects!
indytem2:0:400BBD:02:500:Invincibility (2/2)
; [ Indiana Jones and the Temple of Doom (set 3) ]
indytem3:0:401FF5:19:000:Infinite Credits
indytem3:0:4005EB:06:000:Infinite Lives PL1
indytem3:0:4005EF:06:000:Infinite Lives PL2
indytem3:0:000000:00:999:[For the following cheats, ]
indytem3:0:000000:00:999:[you MUST rescue at least ]
indytem3:0:000000:00:999:[one kid for the game to ]
indytem3:0:000000:00:999:[re-read the value. ]
indytem3:0:400C91:00:000:All Children Rescued PL1
indytem3:0:400C95:00:000:All Children Rescued PL2
indytem3:0:000000:00:999:[Don't be too silly with the]
indytem3:0:000000:00:999:[Invincibility please!! ]
indytem3:0:000000:00:999:[Turn Invincibility OFF on ]
indytem3:0:000000:00:999:[the Cart Scene!IMPORTANT!! ]
indytem3:0:400B76:00:000:Invincibility:Loads of side effects!
indytem3:0:400B77:02:500:Invincibility (2/2)
; [ Indiana Jones and the Temple of Doom (set 4) ]
indytem4:0:401FF5:19:000:Infinite Credits
indytem4:0:40062F:06:000:Infinite Lives PL1
indytem4:0:400633:06:000:Infinite Lives PL2
indytem4:0:000000:00:999:[For the following cheats, ]
indytem4:0:000000:00:999:[you MUST rescue at least ]
indytem4:0:000000:00:999:[one kid for the game to ]
indytem4:0:000000:00:999:[re-read the value. ]
indytem4:0:400CD5:00:000:All Children Rescued PL1
indytem4:0:400CD9:00:000:All Children Rescued PL2
indytem4:0:000000:00:999:[Don't be too silly with the]
indytem4:0:000000:00:999:[Invincibility please!! ]
indytem4:0:000000:00:999:[Turn Invincibility OFF on ]
indytem4:0:000000:00:999:[the Cart Scene!IMPORTANT!! ]
indytem4:0:400BBA:00:000:Invincibility:Loads of side effects!
indytem4:0:400BBD:02:500:Invincibility (2/2)
; [ Indiana Jones and the Temple of Doom (German) ]
indytemd:0:401FF5:19:000:Infinite Credits
indytemd:0:40062F:06:000:Infinite Lives PL1
indytemd:0:400633:06:000:Infinite Lives PL2
indytemd:0:000000:00:999:[For the following cheats, ]
indytemd:0:000000:00:999:[you MUST rescue at least ]
indytemd:0:000000:00:999:[one kid for the game to ]
indytemd:0:000000:00:999:[re-read the value. ]
indytemd:0:400CD5:00:000:All Children Rescued PL1
indytemd:0:400CD9:00:000:All Children Rescued PL2
indytemd:0:000000:00:999:[Don't be too silly with the]
indytemd:0:000000:00:999:[Invincibility please!! ]
indytemd:0:000000:00:999:[Turn Invincibility OFF on ]
indytemd:0:000000:00:999:[the Cart Scene!IMPORTANT!! ]
indytemd:0:400BBA:00:000:Invincibility:Loads of side effects!
indytemd:0:400BBD:02:500:Invincibility (2/2)
; [ Indiana Jones and the Temple of Doom (set 1) ]
indytemp:0:401FF5:19:000:Infinite Credits
indytemp:0:40062F:06:000:Infinite Lives PL1
indytemp:0:400633:06:000:Infinite Lives PL2
indytemp:0:000000:00:999:[For the following cheats, ]
indytemp:0:000000:00:999:[you MUST rescue at least ]
indytemp:0:000000:00:999:[one kid for the game to ]
indytemp:0:000000:00:999:[re-read the value. ]
indytemp:0:400CD5:00:000:All Children Rescued PL1
indytemp:0:400CD9:00:000:All Children Rescued PL2
indytemp:0:000000:00:999:[Don't be too silly with the]
indytemp:0:000000:00:999:[Invincibility please!! ]
indytemp:0:000000:00:999:[Turn Invincibility OFF on ]
indytemp:0:000000:00:999:[the Cart Scene!IMPORTANT!! ]
indytemp:0:400BBA:00:000:Invincibility:Loads of side effects!
indytemp:0:400BBD:02:500:Invincibility (2/2)
; [ Inferno ]
inferno:0:9030:04:000:Infinite Lives PL1
inferno:0:9031:05:500:Infinite Lives PL1 (2/2)
inferno:0:903F:04:000:Infinite Lives PL2
inferno:0:9040:05:500:Infinite Lives PL2 (2/2)
; [ Insector (prototype) ]
insector:0:00112:63:000:Infinite Credits
insector:0:00162:0B:000:Infinite Lives
insector:0:00182:81:000:Invincibility
; [ Insector X (World) ]
insectx:0:E01A:03:000:Infinite Lives PL1
insectx:0:E01B:03:000:Infinite Lives PL2
insectx:0:E1E3:07:000:Maximum power
insectx:0:E025:07:001:Maximum speed
insectx:0:E01C:00:000:Invincibility
insectx:0:E484:00:000:Kill Boss Quickly
insectx:0:E428:00:000:Infinite Time To Kill Boss
insectx:0:E1E2:01:000:Always Extra Weapon A
insectx:0:E1E2:02:000:Always Extra Weapon B
insectx:0:E1E2:03:000:Always Extra Weapon C
insectx:0:E1E2:04:000:Always Extra Weapon D
insectx:0:E1E2:05:000:Always Extra Weapon E
insectx:0:E1E2:06:000:Always Extra Weapon F
insectx:0:E1E2:07:000:Always Extra Weapon G
insectx:0:E1E2:08:000:Always Extra Weapon H
; [ In The Hunt (World) ]
inthunt:0:EB8A0:63:000:Infinite Time
inthunt:0:E0118:09:000:Infinite Lives PL1
inthunt:0:E0A0A:01:000:Invincibility 'ON' PL1
inthunt:0:E0A0A:00:001:Invincibility 'OFF' PL1
inthunt:0:00000:00:999:[Torpedo is the front weapon]
inthunt:0:00000:00:999:[Ammo is the top weapon ]
inthunt:0:E0110:00:000:Always Normal torpedoPL1
inthunt:0:E0112:00:500:Always Normal torpedoPL1(2/2)
inthunt:0:E0110:02:000:Always Power torpedo PL1
inthunt:0:E0112:03:500:Always Power torpedo PL1(2/2)
inthunt:0:E0110:04:000:Always Wave torpedo PL1
inthunt:0:E0112:03:500:Always Wave torpedo PL1(2/2)
inthunt:0:E0110:06:000:Always Spread torpedoPL1
inthunt:0:E0112:03:500:Always Spread torpedoPL1(2/2)
inthunt:0:E0114:00:000:Always Normal Ammo PL1
inthunt:0:E0116:00:500:Always Normal Ammo PL1 (2/2)
inthunt:0:E0114:02:000:Always A Ammo PL1
inthunt:0:E0116:05:500:Always A Ammo PL1 (2/2)
inthunt:0:E0114:04:000:Always M Ammo PL1
inthunt:0:E0116:05:500:Always M Ammo PL1 (2/2)
inthunt:0:E0110:00:001:Get Normal torpedoNowPL1
inthunt:0:E0112:00:501:Get Normal torpedoNowPL1(2/2)
inthunt:0:E0110:02:001:Get Power torpedo NowPL1
inthunt:0:E0112:03:501:Get Power torpedo NowPL1(2/2)
inthunt:0:E0110:04:001:Get Wave torpedo NowPL1
inthunt:0:E0112:03:501:Get Wave torpedo NowPL1(2/2)
inthunt:0:E0110:06:001:Get Spread torpedoNowPL1
inthunt:0:E0112:03:501:Get Spread torpedoNowPL1(2/2)
inthunt:0:E0114:00:001:Get Normal Ammo Now! PL1
inthunt:0:E0116:00:501:Get Normal Ammo Now! PL1(2/2)
inthunt:0:E0114:02:001:Get A Ammo Now! PL1
inthunt:0:E0116:05:501:Get A Ammo Now! PL1 (2/2)
inthunt:0:E0114:04:001:Get M Ammo Now! PL1
inthunt:0:E0116:05:501:Get M Ammo Now! PL1 (2/2)
inthunt:0:E0158:09:000:Infinite Lives PL2
inthunt:0:E098A:01:000:Invincibility 'ON' PL2
inthunt:0:E098A:00:001:Invincibility 'OFF' PL2
inthunt:0:0000:00:999:[Torpedo is the front weapon]
inthunt:0:0000:00:999:[Ammo is the top weapon ]
inthunt:0:E0150:00:000:Always Normal torpedoPL2
inthunt:0:E0152:00:500:Always Normal torpedoPL2(2/2)
inthunt:0:E0150:02:000:Always Power torpedo PL2
inthunt:0:E0152:03:500:Always Power torpedo PL2(2/2)
inthunt:0:E0150:04:000:Always Wave torpedo PL2
inthunt:0:E0152:03:500:Always Wave torpedo PL2(2/2)
inthunt:0:E0150:06:000:Always Spread torpedoPL2
inthunt:0:E0152:03:500:Always Spread torpedoPL2(2/2)
inthunt:0:E0154:00:000:Always Normal Ammo PL2
inthunt:0:E0156:00:500:Always Normal Ammo PL2 (2/2)
inthunt:0:E0154:02:000:Always A Ammo PL2
inthunt:0:E0156:05:500:Always A Ammo PL2 (2/2)
inthunt:0:E0154:04:000:Always M Ammo PL2
inthunt:0:E0156:05:500:Always M Ammo PL2 (2/2)
inthunt:0:E0150:00:001:Get Normal torpedoNowPL2
inthunt:0:E0152:00:501:Get Normal torpedoNowPL2(2/2)
inthunt:0:E0150:02:001:Get Power torpedo NowPL2
inthunt:0:E0152:03:501:Get Power torpedo NowPL2(2/2)
inthunt:0:E0150:04:001:Get Wave torpedo NowPL2
inthunt:0:E0152:03:501:Get Wave torpedo NowPL2(2/2)
inthunt:0:E0150:06:001:Get Spread torpedoNowPL2
inthunt:0:E0152:03:501:Get Spread torpedoNowPL2(2/2)
inthunt:0:E0154:00:001:Get Normal Ammo Now! PL2
inthunt:0:E0156:00:501:Get Normal Ammo Now! PL2(2/2)
inthunt:0:E0154:02:001:Get A Ammo Now! PL2
inthunt:0:E0156:05:501:Get A Ammo Now! PL2 (2/2)
inthunt:0:E0154:04:001:Get M Ammo Now! PL2
inthunt:0:E0156:05:501:Get M Ammo Now! PL2 (2/2)
inthunt:0:00000:00:999:[These Start on Stage cheats]
inthunt:0:00000:00:999:[must be enabled on the ]
inthunt:0:00000:00:999:[title screen and turned off]
inthunt:0:00000:00:999:[when you start the stage. ]
inthunt:0:E0084:01:000:Start on Stage 2
inthunt:0:E0084:02:000:Start on Stage 3
inthunt:0:E0084:03:000:Start on Stage 4
inthunt:0:E0084:04:000:Start on Stage 5
inthunt:0:E0084:05:000:Start on Stage 6
inthunt:0:E0084:06:000:Start on Last Battle(Stage 7)
inthunt:0:E0084:07:000:Start on End Screen (Stage 8)
inthunt:0:E0084:07:061:Select next stage
; [ In The Hunt (US) ]
inthuntu:0:EB8A0:63:000:Infinite Time
inthuntu:0:E0118:09:000:Infinite Lives PL1
inthuntu:0:E0A0A:01:000:Invincibility 'ON' PL1
inthuntu:0:E0A0A:00:001:Invincibility 'OFF' PL1
inthuntu:0:00000:00:999:[Torpedo is the front weapon]
inthuntu:0:00000:00:999:[Ammo is the top weapon ]
inthuntu:0:E0110:00:000:Always Normal torpedo PL1
inthuntu:0:E0112:00:500:Always Normal torpedo PL1
inthuntu:0:E0110:02:000:Always Power torpedo PL1
inthuntu:0:E0112:03:500:Always Power torpedo PL1
inthuntu:0:E0110:04:000:Always Wave torpedo PL1
inthuntu:0:E0112:03:500:Always Wave torpedo PL1
inthuntu:0:E0110:06:000:Always Spread torpedo PL1
inthuntu:0:E0112:03:500:Always Spread torpedo PL1
inthuntu:0:E0114:00:000:Always Normal Ammo PL1
inthuntu:0:E0116:00:500:Always Normal Ammo PL1
inthuntu:0:E0114:02:000:Always A Ammo PL1
inthuntu:0:E0116:05:500:Always A Ammo PL1
inthuntu:0:E0114:04:000:Always M Ammo PL1
inthuntu:0:E0116:05:500:Always M Ammo PL1
inthuntu:0:E0110:00:001:Get Normal torpedo Now! PL1
inthuntu:0:E0112:00:501:Get Normal torpedo Now! PL1
inthuntu:0:E0110:02:001:Get Power torpedo Now! PL1
inthuntu:0:E0112:03:501:Get Power torpedo Now! PL1
inthuntu:0:E0110:04:001:Get Wave torpedo Now! PL1
inthuntu:0:E0112:03:501:Get Wave torpedo Now! PL1
inthuntu:0:E0110:06:001:Get Spread torpedo Now! PL1
inthuntu:0:E0112:03:501:Get Spread torpedo Now! PL1
inthuntu:0:E0114:00:001:Get Normal Ammo Now! PL1
inthuntu:0:E0116:00:501:Get Normal Ammo Now! PL1
inthuntu:0:E0114:02:001:Get A Ammo Now! PL1
inthuntu:0:E0116:05:501:Get A Ammo Now! PL1
inthuntu:0:E0114:04:001:Get M Ammo Now! PL1
inthuntu:0:E0116:05:501:Get M Ammo Now! PL1
inthuntu:0:E0158:09:000:Infinite Lives PL2
inthuntu:0:E098A:01:000:Invincibility 'ON' PL2
inthuntu:0:E098A:00:001:Invincibility 'OFF' PL2
inthuntu:0:00000:00:999:[Torpedo is the front weapon]
inthuntu:0:00000:00:999:[Ammo is the top weapon ]
inthuntu:0:E0150:00:000:Always Normal torpedo PL2
inthuntu:0:E0152:00:500:Always Normal torpedo PL2
inthuntu:0:E0150:02:000:Always Power torpedo PL2
inthuntu:0:E0152:03:500:Always Power torpedo PL2
inthuntu:0:E0150:04:000:Always Wave torpedo PL2
inthuntu:0:E0152:03:500:Always Wave torpedo PL2
inthuntu:0:E0150:06:000:Always Spread torpedo PL2
inthuntu:0:E0152:03:500:Always Spread torpedo PL2
inthuntu:0:E0154:00:000:Always Normal Ammo PL2
inthuntu:0:E0156:00:500:Always Normal Ammo PL2
inthuntu:0:E0154:02:000:Always A Ammo PL2
inthuntu:0:E0156:05:500:Always A Ammo PL2
inthuntu:0:E0154:04:000:Always M Ammo PL2
inthuntu:0:E0156:05:500:Always M Ammo PL2
inthuntu:0:E0150:00:001:Get Normal torpedo Now! PL2
inthuntu:0:E0152:00:501:Get Normal torpedo Now! PL2
inthuntu:0:E0150:02:001:Get Power torpedo Now! PL2
inthuntu:0:E0152:03:501:Get Power torpedo Now! PL2
inthuntu:0:E0150:04:001:Get Wave torpedo Now! PL2
inthuntu:0:E0152:03:501:Get Wave torpedo Now! PL2
inthuntu:0:E0150:06:001:Get Spread torpedo Now! PL2
inthuntu:0:E0152:03:501:Get Spread torpedo Now! PL2
inthuntu:0:E0154:00:001:Get Normal Ammo Now! PL2
inthuntu:0:E0156:00:501:Get Normal Ammo Now! PL2
inthuntu:0:E0154:02:001:Get A Ammo Now! PL2
inthuntu:0:E0156:05:501:Get A Ammo Now! PL2
inthuntu:0:E0154:04:001:Get M Ammo Now! PL2
inthuntu:0:E0156:05:501:Get M Ammo Now! PL2
inthuntu:0:00000:00:999:[These Start on Stage cheats]
inthuntu:0:00000:00:999:[must be enabled on the ]
inthuntu:0:00000:00:999:[title screen and turned off]
inthuntu:0:00000:00:999:[when you start the stage. ]
inthuntu:0:E0084:01:000:Start on Stage 2
inthuntu:0:E0084:02:000:Start on Stage 3
inthuntu:0:E0084:03:000:Start on Stage 4
inthuntu:0:E0084:04:000:Start on Stage 5
inthuntu:0:E0084:05:000:Start on Stage 6
inthuntu:0:E0084:06:000:Start on Last Battle(Stage 7)
inthuntu:0:E0084:07:000:Start on End Screen (Stage 8)
inthuntu:0:E0084:07:061:Select next stage
; [ Intrepid (set 2) ]
intrepi2:0:8101:09:000:Infinite Lives
intrepi2:0:808E:99:000:Infinite Bonus
intrepi2:0:0000:00:999:[See the Dip Switch Menu to ]
intrepi2:0:0000:00:999:[enable Invincibility. ]
; [ Intrepid (set 1) ]
intrepid:0:8101:09:000:Infinite Lives
intrepid:0:808E:99:000:Infinite Bonus
intrepid:0:0000:00:999:[See the Dip Switch Menu to ]
intrepid:0:0000:00:999:[enable Invincibility. ]
; [ Space Invaders II (Midway, cocktail) ]
invad2ct:0:2247:06:000:Infinite Lives PL1
invad2ct:0:2245:06:000:Infinite Lives PL2
; [ Space Invaders Deluxe ]
invaddlx:0:2009:78:000:Invaders never drop
invaddlx:0:2069:00:000:Invaders don't fire
invaddlx:0:206A:30:500:Invaders don't fire (2/2)
invaddlx:0:02D9:C3:100:Bullet Invincibility
invaddlx:0:2094:04:540:Bullet Invincibility (2/3)
invaddlx:0:2015:FF:500:Bullet Invincibility (3/3)
invaddlx:0:1424:00:100:Autofire Mode
invaddlx:0:21FF:07:000:Infinite Lives PL1
invaddlx:0:2100:00:001:Kill All Invaders Now! PL1
invaddlx:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
invaddlx:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
invaddlx:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
invaddlx:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
invaddlx:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
invaddlx:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
invaddlx:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
invaddlx:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
invaddlx:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
invaddlx:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
invaddlx:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
invaddlx:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
invaddlx:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
invaddlx:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
invaddlx:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
invaddlx:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
invaddlx:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
invaddlx:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
invaddlx:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
invaddlx:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
invaddlx:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
invaddlx:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
invaddlx:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
invaddlx:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
invaddlx:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
invaddlx:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
invaddlx:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
invaddlx:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
invaddlx:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
invaddlx:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
invaddlx:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
invaddlx:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
invaddlx:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
invaddlx:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
invaddlx:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
invaddlx:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
invaddlx:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
invaddlx:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
invaddlx:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
invaddlx:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
invaddlx:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
invaddlx:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
invaddlx:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
invaddlx:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
invaddlx:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
invaddlx:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
invaddlx:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
invaddlx:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
invaddlx:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
invaddlx:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
invaddlx:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
invaddlx:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
invaddlx:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
invaddlx:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
invaddlx:0:22FF:07:000:Infinite Lives PL2
invaddlx:0:2200:00:001:Kill All Invaders Now! PL2
invaddlx:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
invaddlx:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
invaddlx:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
invaddlx:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
invaddlx:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
invaddlx:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
invaddlx:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
invaddlx:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
invaddlx:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
invaddlx:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
invaddlx:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
invaddlx:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
invaddlx:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
invaddlx:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
invaddlx:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
invaddlx:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
invaddlx:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
invaddlx:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
invaddlx:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
invaddlx:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
invaddlx:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
invaddlx:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
invaddlx:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
invaddlx:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
invaddlx:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
invaddlx:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
invaddlx:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
invaddlx:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
invaddlx:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
invaddlx:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
invaddlx:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
invaddlx:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
invaddlx:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
invaddlx:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
invaddlx:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
invaddlx:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
invaddlx:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
invaddlx:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
invaddlx:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
invaddlx:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
invaddlx:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
invaddlx:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
invaddlx:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
invaddlx:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
invaddlx:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
invaddlx:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
invaddlx:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
invaddlx:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
invaddlx:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
invaddlx:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
invaddlx:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
invaddlx:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
invaddlx:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
invaddlx:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Invaders (Logitec) ]
invaderl:0:2009:78:000:Invaders never drop
invaderl:0:2069:00:000:Invaders don't fire
invaderl:0:206A:30:500:Invaders don't fire (2/2)
invaderl:0:0293:C3:100:Bullet Invincibility
invaderl:0:2094:04:540:Bullet Invincibility (2/3)
invaderl:0:2015:FF:500:Bullet Invincibility (3/3)
invaderl:0:163E:00:100:Autofire Mode
invaderl:0:21FF:07:000:Infinite Lives PL1
invaderl:0:2100:00:001:Kill All Invaders Now! PL1
invaderl:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
invaderl:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
invaderl:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
invaderl:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
invaderl:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
invaderl:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
invaderl:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
invaderl:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
invaderl:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
invaderl:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
invaderl:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
invaderl:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
invaderl:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
invaderl:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
invaderl:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
invaderl:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
invaderl:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
invaderl:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
invaderl:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
invaderl:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
invaderl:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
invaderl:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
invaderl:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
invaderl:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
invaderl:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
invaderl:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
invaderl:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
invaderl:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
invaderl:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
invaderl:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
invaderl:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
invaderl:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
invaderl:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
invaderl:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
invaderl:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
invaderl:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
invaderl:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
invaderl:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
invaderl:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
invaderl:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
invaderl:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
invaderl:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
invaderl:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
invaderl:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
invaderl:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
invaderl:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
invaderl:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
invaderl:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
invaderl:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
invaderl:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
invaderl:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
invaderl:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
invaderl:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
invaderl:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
invaderl:0:22FF:07:000:Infinite Lives PL2
invaderl:0:2200:00:001:Kill All Invaders Now! PL2
invaderl:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
invaderl:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
invaderl:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
invaderl:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
invaderl:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
invaderl:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
invaderl:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
invaderl:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
invaderl:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
invaderl:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
invaderl:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
invaderl:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
invaderl:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
invaderl:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
invaderl:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
invaderl:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
invaderl:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
invaderl:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
invaderl:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
invaderl:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
invaderl:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
invaderl:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
invaderl:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
invaderl:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
invaderl:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
invaderl:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
invaderl:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
invaderl:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
invaderl:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
invaderl:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
invaderl:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
invaderl:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
invaderl:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
invaderl:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
invaderl:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
invaderl:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
invaderl:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
invaderl:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
invaderl:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
invaderl:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
invaderl:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
invaderl:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
invaderl:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
invaderl:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
invaderl:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
invaderl:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
invaderl:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
invaderl:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
invaderl:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
invaderl:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
invaderl:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
invaderl:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
invaderl:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
invaderl:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Invaders ]
invaders:0:2009:78:000:Invaders never drop
invaders:0:2069:00:000:Invaders don't fire
invaders:0:206A:30:500:Invaders don't fire (2/2)
invaders:0:0293:C3:100:Bullet Invincibility
invaders:0:2094:04:540:Bullet Invincibility (2/3)
invaders:0:2015:FF:500:Bullet Invincibility (3/3)
invaders:0:163E:00:100:Autofire Mode
invaders:0:21FF:07:000:Infinite Lives PL1
invaders:0:2100:00:001:Kill All Invaders Now! PL1
invaders:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
invaders:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
invaders:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
invaders:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
invaders:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
invaders:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
invaders:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
invaders:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
invaders:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
invaders:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
invaders:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
invaders:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
invaders:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
invaders:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
invaders:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
invaders:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
invaders:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
invaders:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
invaders:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
invaders:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
invaders:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
invaders:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
invaders:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
invaders:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
invaders:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
invaders:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
invaders:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
invaders:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
invaders:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
invaders:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
invaders:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
invaders:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
invaders:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
invaders:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
invaders:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
invaders:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
invaders:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
invaders:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
invaders:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
invaders:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
invaders:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
invaders:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
invaders:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
invaders:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
invaders:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
invaders:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
invaders:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
invaders:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
invaders:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
invaders:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
invaders:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
invaders:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
invaders:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
invaders:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
invaders:0:22FF:07:000:Infinite Lives PL2
invaders:0:2200:00:001:Kill All Invaders Now! PL2
invaders:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
invaders:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
invaders:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
invaders:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
invaders:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
invaders:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
invaders:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
invaders:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
invaders:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
invaders:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
invaders:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
invaders:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
invaders:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
invaders:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
invaders:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
invaders:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
invaders:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
invaders:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
invaders:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
invaders:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
invaders:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
invaders:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
invaders:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
invaders:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
invaders:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
invaders:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
invaders:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
invaders:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
invaders:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
invaders:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
invaders:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
invaders:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
invaders:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
invaders:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
invaders:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
invaders:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
invaders:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
invaders:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
invaders:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
invaders:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
invaders:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
invaders:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
invaders:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
invaders:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
invaders:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
invaders:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
invaders:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
invaders:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
invaders:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
invaders:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
invaders:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
invaders:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
invaders:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
invaders:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Invaders Part II (Taito) ]
invadpt2:0:2009:78:000:Invaders never drop
invadpt2:0:2069:00:000:Invaders don't fire
invadpt2:0:206A:30:500:Invaders don't fire (2/2)
invadpt2:0:02D9:C3:100:Bullet Invincibility
invadpt2:0:2094:04:540:Bullet Invincibility (2/3)
invadpt2:0:2015:FF:500:Bullet Invincibility (3/3)
invadpt2:0:1424:00:100:Autofire Mode
invadpt2:0:21FF:07:000:Infinite Lives PL1
invadpt2:0:2100:00:001:Kill All Invaders Now! PL1
invadpt2:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
invadpt2:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
invadpt2:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
invadpt2:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
invadpt2:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
invadpt2:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
invadpt2:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
invadpt2:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
invadpt2:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
invadpt2:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
invadpt2:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
invadpt2:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
invadpt2:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
invadpt2:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
invadpt2:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
invadpt2:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
invadpt2:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
invadpt2:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
invadpt2:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
invadpt2:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
invadpt2:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
invadpt2:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
invadpt2:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
invadpt2:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
invadpt2:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
invadpt2:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
invadpt2:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
invadpt2:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
invadpt2:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
invadpt2:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
invadpt2:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
invadpt2:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
invadpt2:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
invadpt2:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
invadpt2:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
invadpt2:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
invadpt2:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
invadpt2:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
invadpt2:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
invadpt2:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
invadpt2:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
invadpt2:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
invadpt2:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
invadpt2:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
invadpt2:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
invadpt2:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
invadpt2:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
invadpt2:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
invadpt2:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
invadpt2:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
invadpt2:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
invadpt2:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
invadpt2:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
invadpt2:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
invadpt2:0:22FF:07:000:Infinite Lives PL2
invadpt2:0:2200:00:001:Kill All Invaders Now! PL2
invadpt2:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
invadpt2:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
invadpt2:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
invadpt2:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
invadpt2:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
invadpt2:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
invadpt2:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
invadpt2:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
invadpt2:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
invadpt2:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
invadpt2:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
invadpt2:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
invadpt2:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
invadpt2:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
invadpt2:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
invadpt2:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
invadpt2:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
invadpt2:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
invadpt2:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
invadpt2:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
invadpt2:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
invadpt2:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
invadpt2:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
invadpt2:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
invadpt2:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
invadpt2:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
invadpt2:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
invadpt2:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
invadpt2:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
invadpt2:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
invadpt2:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
invadpt2:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
invadpt2:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
invadpt2:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
invadpt2:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
invadpt2:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
invadpt2:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
invadpt2:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
invadpt2:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
invadpt2:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
invadpt2:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
invadpt2:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
invadpt2:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
invadpt2:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
invadpt2:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
invadpt2:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
invadpt2:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
invadpt2:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
invadpt2:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
invadpt2:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
invadpt2:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
invadpt2:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
invadpt2:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
invadpt2:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Invinco / Deep Scan ]
invds:0:E48C:05:000:Infinite Lives PL1 Invinco
invds:0:E4C3:05:000:Infinite Lives PL2 Invinco
invds:0:E511:05:000:Infinite Lives PL1 D. Scan
invds:0:E512:05:000:Infinite Lives PL2 D. Scan
invds:0:E53D:3B:000:Infinite Bombs
invds:0:8516:07:000:Invincibility D. Scan
; [ Invinco / Head On 2 ]
invho2:0:E3DA:09:000:Infinite Lives PL1 Invinco
invho2:0:E411:09:000:Infinite Lives PL2 Invinco
invho2:0:E3D9:06:000:Infinite Lives PL1 Head on
invho2:0:E3DA:06:000:Infinite Lives PL2 Head on
; [ Invinco ]
invinco:0:E3BC:09:000:Infinite Lives PL1
invinco:0:E3F3:09:000:Infinite Lives PL2
invinco:0:961E:50:000:Enemies Don't Shoot
; [ Invader's Revenge (Dutchford) ]
invrvnga:0:2083:06:000:Infinite Lives PL1
invrvnga:0:2085:40:000:Infinite Energy PL1
invrvnga:0:20C3:06:000:Infinite Lives PL2
invrvnga:0:20C5:40:000:Infinite Energy PL2
; [ Invader's Revenge ]
invrvnge:0:2083:06:000:Infinite Lives PL1
invrvnge:0:2085:40:000:Infinite Energy PL1
invrvnge:0:20C3:06:000:Infinite Lives PL2
invrvnge:0:20C5:40:000:Infinite Energy PL2
; [ I, Robot ]
irobot:0:03A6:63:000:Infinite Time
irobot:0:06F7:0F:500:Infinite Time (2/2)
irobot:0:0303:04:000:Infinite Lives
; [ Iron Horse ]
ironhors:0:3270:0A:000:Infinite Lives
ironhors:0:3442:00:000:Infinite Time
ironhors:0:3604:03:000:Infinite Ammo
ironhors:0:3205:04:000:Invincibility
ironhors:0:0000:00:999:[Use these cheats with the ]
ironhors:0:0000:00:999:[Infinite Ammo cheat ON for ]
ironhors:0:0000:00:999:[the best effect!! ]
ironhors:0:3605:00:000:Always have Fire
ironhors:0:3605:01:000:Always have Rope
ironhors:0:3605:02:000:Always have Bomb
ironhors:0:3605:00:001:Get Fire Now!
ironhors:0:3605:01:001:Get Rope Now!
ironhors:0:3605:02:001:Get Bomb Now!
; [ Irritating Maze / Ultra Denryu Iraira Bou, The ]
irrmaze:0:10A857:32:000:Infinite Time
irrmaze:0:10808F:02:000:Infinite Lives
; [ Ixion (prototype) ]
ixion:0:600B:99:000:Infinite Credits
ixion:0:6812:08:000:Infinite Lives
ixion:0:6F26:80:040:Invincibility
; [ Jack the Giantkiller (set 1) ]
jack:0:0000:00:999:[See the Dip Switch Menu to ]
jack:0:0000:00:999:[enable Invincibility. ]
jack:0:449A:06:000:Infinite Lives PL1
jack:0:40F1:63:000:Infinite Ammo PL1
jack:0:449B:06:000:Infinite Lives PL2
jack:0:40F2:63:000:Infinite Ammo PL2
; [ Jack the Giantkiller (set 2) ]
jack2:0:0000:00:999:[See the Dip Switch Menu to ]
jack2:0:0000:00:999:[enable Invincibility. ]
jack2:0:449A:06:000:Infinite Lives PL1
jack2:0:40F1:63:000:Infinite Ammo PL1
jack2:0:449B:06:000:Infinite Lives PL2
jack2:0:40F2:63:000:Infinite Ammo PL2
; [ Jack the Giantkiller (set 3) ]
jack3:0:0000:00:999:[See the Dip Switch Menu to ]
jack3:0:0000:00:999:[enable Invincibility. ]
jack3:0:449A:06:000:Infinite Lives PL1
jack3:0:40F1:63:000:Infinite Ammo PL1
jack3:0:449B:06:000:Infinite Lives PL2
jack3:0:40F2:63:000:Infinite Ammo PL2
; [ Jackal (World) ]
jackal:0:1478:09:000:Infinite Lives PL1
jackal:0:0B06:01:000:Invincibility PL1
jackal:0:0AFD:04:000:Always Full Power Ups PL1
jackal:0:0AFC:08:001:Get 8 rescued prisoners PL1
jackal:0:14B8:09:000:Infinite Lives PL2
jackal:0:0B7E:01:000:Invincibility PL2
jackal:0:0B75:04:000:Always Full Power Ups PL2
jackal:0:0B74:08:001:Get 8 rescued prisoners PL2
; [ Tokushu Butai Jackal (Japan) ]
jackalj:0:1478:09:000:Infinite Lives PL1
jackalj:0:0B06:01:000:Invincibility PL1
jackalj:0:0AFD:04:000:Always Full Power Ups PL1
jackalj:0:0AFC:08:001:Get 8 rescued prisoners PL1
jackalj:0:14B8:09:000:Infinite Lives PL2
jackalj:0:0B7E:01:000:Invincibility PL2
jackalj:0:0B75:04:000:Always Full Power Ups PL2
jackalj:0:0B74:08:001:Get 8 rescued prisoners PL2
; [ Jack Rabbit (set 2) ]
jackrab2:0:7277:06:000:Infinite Lives PL1
jackrab2:0:7278:06:000:Infinite Lives PL2
; [ Jack Rabbit (special) ]
jackrabs:0:7277:06:000:Infinite Lives PL1
jackrabs:0:7278:06:000:Infinite Lives PL2
; [ Jack Rabbit (set 1) ]
jackrabt:0:7277:06:000:Infinite Lives PL1
jackrabt:0:7278:06:000:Infinite Lives PL2
; [ Jail Break ]
jailbrek:0:15CE:08:000:Infinite Lives PL1
jailbrek:0:15FE:08:000:Infinite Lives PL2
jailbrek:0:16C9:00:000:Invincibility
jailbrek:0:11C1:00:500:Invincibility (2/2)
jailbrek:0:1598:03:000:Always have all weapons
jailbrek:0:1598:03:001:Get all weapons Now!
; [ Jyanshin Densetsu - Quest of Jongmaster ]
janshin:0:108418:05:000:Infinite Move Time
janshin:0:000000:00:999:[The winning hand cheat must]
janshin:0:000000:00:999:[be used when you've got 14 ]
janshin:0:000000:00:999:[tiles in your hand, then ]
janshin:0:000000:00:999:[you must select 'AGARI'. ]
janshin:0:000000:00:999:[The tiles do not visually ]
janshin:0:000000:00:999:[change, until you make a ]
janshin:0:000000:00:999:[move. ]
janshin:0:108220:04:501:Get winning hand Now!
janshin:0:108221:00:501:Get winning hand Now! (02/28)
janshin:0:108224:04:501:Get winning hand Now! (03/28)
janshin:0:108225:00:501:Get winning hand Now! (04/28)
janshin:0:108228:04:501:Get winning hand Now! (05/28)
janshin:0:108229:00:501:Get winning hand Now! (06/28)
janshin:0:10822c:04:501:Get winning hand Now! (07/28)
janshin:0:10822d:01:501:Get winning hand Now! (08/28)
janshin:0:108230:04:501:Get winning hand Now! (09/28)
janshin:0:108231:01:501:Get winning hand Now! (10/28)
janshin:0:108234:04:501:Get winning hand Now! (11/28)
janshin:0:108235:01:501:Get winning hand Now! (12/28)
janshin:0:108238:04:501:Get winning hand Now! (13/28)
janshin:0:108239:02:501:Get winning hand Now! (14/28)
janshin:0:10823C:04:501:Get winning hand Now! (15/28)
janshin:0:10823D:02:501:Get winning hand Now! (16/28)
janshin:0:108240:04:501:Get winning hand Now! (17/28)
janshin:0:108241:02:501:Get winning hand Now! (18/28)
janshin:0:108244:04:501:Get winning hand Now! (19/28)
janshin:0:108245:03:501:Get winning hand Now! (20/28)
janshin:0:108248:04:501:Get winning hand Now! (21/28)
janshin:0:108249:03:501:Get winning hand Now! (22/28)
janshin:0:10824c:04:501:Get winning hand Now! (23/28)
janshin:0:10824d:03:501:Get winning hand Now! (24/28)
janshin:0:108250:04:501:Get winning hand Now! (25/28)
janshin:0:108251:04:501:Get winning hand Now! (26/28)
janshin:0:108254:04:501:Get winning hand Now! (27/28)
janshin:0:108255:04:501:Get winning hand Now! (28/28)
janshin:0:000000:00:999:[See this URL for mahjong ]
janshin:0:000000:00:999:[rules (merge all lines!) ]
janshin:0:000000:00:999:[www.tky.hut.fi/~kjmjm/ ]
janshin:0:000000:00:999:[english/majiang/rules/ ]
janshin:0:000000:00:999:[basics.html ]
; [ Return of the Jedi ]
jedi:0:0013:03:000:Infinite Lives
; [ Jigoku Meguri (Japan) ]
jigkmgri:0:10F7B7:09:000:Infinite Credits
jigkmgri:0:10CC42:50:007:Infinite Time
jigkmgri:0:10D5D5:02:000:Invincibility
jigkmgri:0:10CC35:05:000:Always have Maximum fire speed
jigkmgri:0:10CC37:08:000:Always have Maximum bounce power
jigkmgri:0:10CC3B:00:000:Always have Blue bubble
jigkmgri:0:10CC3F:04:000:Always have Max. Red bubble size
jigkmgri:0:10CC41:04:000:Always have Max. Green bubble size
jigkmgri:0:10CC3D:04:000:Always have Max. Purple bubble size
jigkmgri:0:10D535:05:007:Infinite Lives PL1
jigkmgri:0:10D545:05:007:Infinite Lives PL2
; [ Jitsuryoku!! Pro Yakyuu (Japan) ]
jitsupro:0:0F3573:99:000:Infinite Credits
jitsupro:0:0F30AD:00:000:Infinite Strikes
jitsupro:0:0F30AF:00:000:Infinite Balls
jitsupro:0:0F30B1:00:000:Infinite Outs
jitsupro:0:0F30AD:00:001:Set Strikes to 0 Now!
jitsupro:0:0F30AD:03:001:Set Strikes to 3 Now!
jitsupro:0:0F30AF:00:001:Set Balls to 0 Now!
jitsupro:0:0F30AF:04:001:Set Balls to 4 Now!
jitsupro:0:0F30B1:00:001:Set Outs to 0 Now!
jitsupro:0:0F30B1:03:001:Set Outs to 3 Now!
jitsupro:0:0F2FCB:63:070:Select Game Score PL1
jitsupro:0:0F3047:63:070:Select Game Score PL2
; [ Jumping Jack ]
jjack:0:2103:09:000:Infinite Lives
jjack:0:210B:80:000:Maximum Bonus Score
; [ J. J. Squawkers ]
jjsquawk:0:200043:09:000:Infinite Credits
jjsquawk:0:200032:EF:000:Infinite Time
jjsquawk:0:20561C:05:000:Infinite Lives PL1
jjsquawk:0:205724:03:000:Infinite Energy PL1
jjsquawk:0:2014B0:02:000:Invincibility PL1
jjsquawk:0:2014AD:00:000:Always have the strawberry weapon PL1
jjsquawk:0:2014AD:01:000:Always have the pumpkin weapon PL1
jjsquawk:0:2014AD:02:000:Always have the screw weapon PL1
jjsquawk:0:2014AD:03:000:Always have the little bird & screw weapon PL1
jjsquawk:0:2014AD:04:000:Always have the 3 shot weapon PL1
jjsquawk:0:2014AD:05:000:Always have the 7 shot weapon PL1
jjsquawk:0:2014AD:06:000:Always have the spring weapon PL1
jjsquawk:0:2014AD:07:000:Always have the cog weapon PL1
jjsquawk:0:2014AD:0A:000:Always have the bomber weapon PL1
jjsquawk:0:2014AD:0B:000:Always have the multi-way weapon PL1
jjsquawk:0:2014AD:00:001:Get the strawberry weapon Now! PL1
jjsquawk:0:2014AD:01:001:Get the pumpkin weapon Now! PL1
jjsquawk:0:2014AD:02:001:Get the screw weapon Now! PL1
jjsquawk:0:2014AD:03:001:Get the little bird & screw weapon Now! PL1
jjsquawk:0:2014AD:04:001:Get the 3 shot weapon Now! PL1
jjsquawk:0:2014AD:05:001:Get the 7 shot weapon Now! PL1
jjsquawk:0:2014AD:06:001:Get the spring weapon Now! PL1
jjsquawk:0:2014AD:07:001:Get the cog weapon Now! PL1
jjsquawk:0:2014AD:0A:001:Get the bomber weapon Now! PL1
jjsquawk:0:2014AD:0B:001:Get the multi-way weapon Now! PL1
jjsquawk:0:20561D:05:000:Infinite Lives PL2
jjsquawk:0:205725:03:000:Infinite Energy PL2
jjsquawk:0:201530:02:000:Invincibility PL2
jjsquawk:0:20152D:00:000:Always have the strawberry weapon PL2
jjsquawk:0:20152D:01:000:Always have the pumpkin weapon PL2
jjsquawk:0:20152D:02:000:Always have the screw weapon PL2
jjsquawk:0:20152D:03:000:Always have the little bird & screw weapon PL2
jjsquawk:0:20152D:04:000:Always have the 3 shot weapon PL2
jjsquawk:0:20152D:05:000:Always have the 7 shot weapon PL2
jjsquawk:0:20152D:06:000:Always have the spring weapon PL2
jjsquawk:0:20152D:07:000:Always have the cog weapon PL2
jjsquawk:0:20152D:0A:000:Always have the bomber weapon PL2
jjsquawk:0:20152D:0B:000:Always have the multi-way weapon PL2
jjsquawk:0:20152D:00:001:Get the strawberry weapon Now! PL2
jjsquawk:0:20152D:01:001:Get the pumpkin weapon Now! PL2
jjsquawk:0:20152D:02:001:Get the screw weapon Now! PL2
jjsquawk:0:20152D:03:001:Get the little bird & screw weapon Now! PL2
jjsquawk:0:20152D:04:001:Get the 3 shot weapon Now! PL2
jjsquawk:0:20152D:05:001:Get the 7 shot weapon Now! PL2
jjsquawk:0:20152D:06:001:Get the spring weapon Now! PL2
jjsquawk:0:20152D:07:001:Get the cog weapon Now! PL2
jjsquawk:0:20152D:0A:001:Get the bomber weapon Now! PL2
jjsquawk:0:20152D:0B:001:Get the multi-way weapon Now! PL2
; [ Joe & Mac (Japan) ]
joemac:0:184D99:03:000:Infinite Lives PL1
joemac:0:184E4D:12:000:Infinite Energy PL1
joemac:0:184DD9:03:000:Infinite Lives PL2
joemac:0:184ECD:12:000:Infinite Energy PL2
joemac:0:18534D:01:001:One hit for boss 1 Now!
joemac:0:18654D:01:001:One hit for boss 2-1 Now!
joemac:0:18654D:01:001:One hit for boss 2-2 Now!
joemac:0:1877F4:01:001:One hit for boss 3-1 Now!
joemac:0:186CCD:01:001:One hit for boss 3-2 Now!
joemac:0:18654D:01:001:One hit for boss 4-1 Now!
joemac:0:186BCD:01:001:One hit for boss 4-2 Now!
joemac:0:18654D:01:001:One hit for boss 5-1 Now!
joemac:0:1868CD:01:001:One hit for boss 5-2 Now!
joemac:0:18654D:01:001:One hit for boss 5-3 Now!
; [ Journey ]
journey:0:C213:06:000:Infinite Lives
; [ Joust (White/Green label) ]
joust:0:A051:04:000:Infinite Lives PL1
joust:0:A052:05:500:Infinite Lives PL1 (2/2)
joust:0:A05B:04:000:Infinite Lives PL2
joust:0:A05C:05:500:Infinite Lives PL2 (2/2)
; [ Joust 2 - Survival of the Fittest (set 1) ]
joust2:0:A059:04:000:Infinite Lives PL1
joust2:0:A05A:05:500:Infinite Lives PL1 (2/2)
joust2:0:A063:04:000:Infinite Lives PL2
joust2:0:A064:05:500:Infinite Lives PL2 (2/2)
; [ Joust (Solid Red label) ]
joustr:0:A051:04:000:Infinite Lives PL1
joustr:0:A052:05:500:Infinite Lives PL1 (2/2)
joustr:0:A05B:04:000:Infinite Lives PL2
joustr:0:A05C:05:500:Infinite Lives PL2 (2/2)
; [ Joust (White/Red label) ]
joustwr:0:A051:04:000:Infinite Lives PL1
joustwr:0:A052:05:500:Infinite Lives PL1 (2/2)
joustwr:0:A05B:04:000:Infinite Lives PL2
joustwr:0:A05C:05:500:Infinite Lives PL2 (2/2)
; [ Joyful Road (US) ]
joyfulr:0:811F:78:000:Infinite Fuel
joyfulr:0:82DC:00:000:Invincibility
joyfulr:0:8138:06:000:Infinite Lives PL1
joyfulr:0:8139:06:000:Infinite Lives PL2
; [ Puzzled / Joy Joy Kid ]
joyjoy:0:100642:00:000:No more acceleration PL1
joyjoy:0:100904:0C:000:Max L-Ball PL1
joyjoy:0:100952:00:000:No more acceleration PL2
joyjoy:0:100C14:0C:000:Max L-Ball PL2
joyjoy:0:000000:00:999:[USE THESE DURING PLAY ONLY!]
joyjoy:0:000000:00:999:[THESE CHEATS ARE PERMENEANT]
joyjoy:0:100673:00:000:Next shape always Red PL1
joyjoy:0:100673:01:000:Next shape always Purple PL1
joyjoy:0:100673:02:000:Next shape always Orange PL1
joyjoy:0:100673:03:000:Next shape always Blue PL1
joyjoy:0:100673:04:000:Next shape always Yellow PL1
joyjoy:0:100673:05:000:Next shape always Green PL1
joyjoy:0:100673:06:000:Next shape always Cyan PL1
joyjoy:0:000000:00:999:[THESE CHEATS ARE TEMPORARY ]
joyjoy:0:100673:00:001:Next shape Red Now! PL1
joyjoy:0:100673:01:001:Next shape Purple Now! PL1
joyjoy:0:100673:02:001:Next shape Orange Now! PL1
joyjoy:0:100673:03:001:Next shape Blue Now! PL1
joyjoy:0:100673:04:001:Next shape Yellow Now! PL1
joyjoy:0:100673:05:001:Next shape Green Now! PL1
joyjoy:0:100673:06:001:Next shape Cyan Now! PL1
joyjoy:0:000000:00:999:[THESE CHEATS ARE PERMENEANT]
joyjoy:0:100983:00:000:Next shape always Red PL2
joyjoy:0:100983:01:000:Next shape always Purple PL2
joyjoy:0:100983:02:000:Next shape always Orange PL2
joyjoy:0:100983:03:000:Next shape always Blue PL2
joyjoy:0:100983:04:000:Next shape always Yellow PL2
joyjoy:0:100983:05:000:Next shape always Green PL2
joyjoy:0:100983:06:000:Next shape always Cyan PL2
joyjoy:0:000000:00:999:[THESE CHEATS ARE TEMPORARY ]
joyjoy:0:100983:00:001:Next shape Red Now! PL2
joyjoy:0:100983:01:001:Next shape Purple Now! PL2
joyjoy:0:100983:02:001:Next shape Orange Now! PL2
joyjoy:0:100983:03:001:Next shape Blue Now! PL2
joyjoy:0:100983:04:001:Next shape Yellow Now! PL2
joyjoy:0:100983:05:001:Next shape Green Now! PL2
joyjoy:0:100983:06:001:Next shape Cyan Now! PL2
; [ Jr. Pac-Man ]
jrpacman:0:4E14:06:000:Infinite Lives
jrpacman:0:4E15:05:500:Infinite Lives (2/2)
jrpacman:0:0000:00:999:[------Starting Levels------]
jrpacman:0:0000:00:999:[Deactivate the cheats after]
jrpacman:0:0000:00:999:[starting the level or leave]
jrpacman:0:0000:00:999:[active to repeat the level.]
jrpacman:0:4E0A:7E:000:Start at Kite
jrpacman:0:4E13:01:500:Start at Kite (2/2)
jrpacman:0:4E0A:7F:000:Start at Drum
jrpacman:0:4E13:02:500:Start at Drum (2/2)
jrpacman:0:4E0A:80:000:Start at Balloon
jrpacman:0:4E13:03:500:Start at Balloon (2/2)
jrpacman:0:4E0A:81:000:Start at Train
jrpacman:0:4E13:04:500:Start at Train (2/2)
jrpacman:0:4E0A:82:000:Start at Cat
jrpacman:0:4E13:05:500:Start at Cat (2/2)
jrpacman:0:4E0A:83:000:Start at Beer
jrpacman:0:4E13:06:500:Start at Beer (2/2)
jrpacman:0:0000:00:999:[------Practice Levels------]
jrpacman:0:4E13:00:000:Practice Bike
jrpacman:0:4E13:01:000:Practice Kite
jrpacman:0:4E13:02:000:Practice Drum
jrpacman:0:4E13:03:000:Practice Balloon
jrpacman:0:4E13:04:000:Practice Train
jrpacman:0:4E13:05:000:Practice Cat
jrpacman:0:4E13:06:000:Practice Beer
jrpacman:0:0000:00:999:[------Practice Speeds------]
jrpacman:0:4DBD:00:000:Stay blue until eaten
jrpacman:0:4DBE:00:500:Stay blue until eaten (2/2)
jrpacman:0:4DBD:58:000:Slow changeback
jrpacman:0:4DBE:02:500:Slow changeback (2/2)
jrpacman:0:4DBD:68:000:Moderate changeback
jrpacman:0:4DBE:01:500:Moderate changeback (2/2)
jrpacman:0:4DBD:F0:000:Quick changeback
jrpacman:0:4DBE:00:500:Quick changeback (2/2)
jrpacman:0:4DBD:78:000:Lightning changeback
jrpacman:0:4DBE:00:500:Lightning changeback (2/2)
jrpacman:0:4DBD:01:000:No change to blue
jrpacman:0:4DBE:00:500:No change to blue (2/2)
jrpacman:0:0000:00:999:[-------Ghost Status--------]
jrpacman:0:4DA7:01:000:Red always blue
jrpacman:0:4DA8:01:000:Pink always blue
jrpacman:0:4DA9:01:000:Green always blue
jrpacman:0:4DAA:01:000:Orange always blue
jrpacman:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Jatre Specter (set 1) ]
jspecter:0:2009:78:000:Invaders never drop
jspecter:0:2069:00:000:Invaders don't fire
jspecter:0:206A:30:500:Invaders don't fire (2/2)
jspecter:0:0293:C3:100:Bullet Invincibility
jspecter:0:2094:04:540:Bullet Invincibility (2/3)
jspecter:0:2015:FF:500:Bullet Invincibility (3/3)
jspecter:0:163E:00:100:Autofire Mode
jspecter:0:21FF:07:000:Infinite Lives PL1
jspecter:0:2100:00:001:Kill All Invaders Now! PL1
jspecter:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
jspecter:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
jspecter:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
jspecter:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
jspecter:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
jspecter:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
jspecter:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
jspecter:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
jspecter:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
jspecter:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
jspecter:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
jspecter:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
jspecter:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
jspecter:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
jspecter:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
jspecter:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
jspecter:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
jspecter:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
jspecter:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
jspecter:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
jspecter:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
jspecter:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
jspecter:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
jspecter:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
jspecter:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
jspecter:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
jspecter:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
jspecter:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
jspecter:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
jspecter:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
jspecter:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
jspecter:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
jspecter:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
jspecter:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
jspecter:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
jspecter:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
jspecter:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
jspecter:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
jspecter:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
jspecter:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
jspecter:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
jspecter:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
jspecter:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
jspecter:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
jspecter:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
jspecter:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
jspecter:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
jspecter:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
jspecter:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
jspecter:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
jspecter:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
jspecter:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
jspecter:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
jspecter:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
jspecter:0:22FF:07:000:Infinite Lives PL2
jspecter:0:2200:00:001:Kill All Invaders Now! PL2
jspecter:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
jspecter:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
jspecter:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
jspecter:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
jspecter:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
jspecter:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
jspecter:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
jspecter:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
jspecter:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
jspecter:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
jspecter:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
jspecter:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
jspecter:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
jspecter:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
jspecter:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
jspecter:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
jspecter:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
jspecter:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
jspecter:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
jspecter:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
jspecter:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
jspecter:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
jspecter:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
jspecter:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
jspecter:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
jspecter:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
jspecter:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
jspecter:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
jspecter:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
jspecter:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
jspecter:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
jspecter:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
jspecter:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
jspecter:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
jspecter:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
jspecter:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
jspecter:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
jspecter:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
jspecter:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
jspecter:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
jspecter:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
jspecter:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
jspecter:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
jspecter:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
jspecter:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
jspecter:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
jspecter:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
jspecter:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
jspecter:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
jspecter:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
jspecter:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
jspecter:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
jspecter:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
jspecter:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Jatre Specter (set 2) ]
jspectr2:0:2009:78:000:Invaders never drop
jspectr2:0:2069:00:000:Invaders don't fire
jspectr2:0:206A:30:500:Invaders don't fire (2/2)
jspectr2:0:0293:C3:100:Bullet Invincibility
jspectr2:0:2094:04:540:Bullet Invincibility (2/3)
jspectr2:0:2015:FF:500:Bullet Invincibility (3/3)
jspectr2:0:163E:00:100:Autofire Mode
jspectr2:0:21FF:07:000:Infinite Lives PL1
jspectr2:0:2100:00:001:Kill All Invaders Now! PL1
jspectr2:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
jspectr2:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
jspectr2:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
jspectr2:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
jspectr2:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
jspectr2:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
jspectr2:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
jspectr2:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
jspectr2:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
jspectr2:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
jspectr2:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
jspectr2:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
jspectr2:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
jspectr2:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
jspectr2:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
jspectr2:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
jspectr2:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
jspectr2:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
jspectr2:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
jspectr2:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
jspectr2:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
jspectr2:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
jspectr2:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
jspectr2:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
jspectr2:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
jspectr2:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
jspectr2:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
jspectr2:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
jspectr2:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
jspectr2:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
jspectr2:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
jspectr2:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
jspectr2:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
jspectr2:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
jspectr2:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
jspectr2:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
jspectr2:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
jspectr2:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
jspectr2:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
jspectr2:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
jspectr2:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
jspectr2:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
jspectr2:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
jspectr2:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
jspectr2:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
jspectr2:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
jspectr2:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
jspectr2:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
jspectr2:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
jspectr2:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
jspectr2:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
jspectr2:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
jspectr2:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
jspectr2:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
jspectr2:0:22FF:07:000:Infinite Lives PL2
jspectr2:0:2200:00:001:Kill All Invaders Now! PL2
jspectr2:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
jspectr2:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
jspectr2:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
jspectr2:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
jspectr2:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
jspectr2:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
jspectr2:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
jspectr2:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
jspectr2:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
jspectr2:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
jspectr2:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
jspectr2:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
jspectr2:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
jspectr2:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
jspectr2:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
jspectr2:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
jspectr2:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
jspectr2:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
jspectr2:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
jspectr2:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
jspectr2:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
jspectr2:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
jspectr2:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
jspectr2:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
jspectr2:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
jspectr2:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
jspectr2:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
jspectr2:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
jspectr2:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
jspectr2:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
jspectr2:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
jspectr2:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
jspectr2:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
jspectr2:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
jspectr2:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
jspectr2:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
jspectr2:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
jspectr2:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
jspectr2:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
jspectr2:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
jspectr2:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
jspectr2:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
jspectr2:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
jspectr2:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
jspectr2:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
jspectr2:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
jspectr2:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
jspectr2:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
jspectr2:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
jspectr2:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
jspectr2:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
jspectr2:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
jspectr2:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
jspectr2:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Jump Bug ]
jumpbug:0:421B:02:000:Invincibility
jumpbug:0:4219:05:000:Infinite Lives PL1
jumpbug:0:421A:05:000:Infinite Lives PL2
; [ Jump Bug (bootleg) ]
jumpbugb:0:421B:02:000:Invincibility
jumpbugb:0:4219:05:000:Infinite Lives PL1
jumpbugb:0:421A:05:000:Infinite Lives PL2
; [ Jump Coaster ]
jumpcoas:0:C00C:01:001:Go to Level 2
jumpcoas:0:C00C:02:001:Go to Level 3
jumpcoas:0:C00C:03:001:Go to Level 4
jumpcoas:0:C144:00:000:Stop Cop 1 sprite
jumpcoas:0:C148:00:000:Stop Cop 2 sprite
jumpcoas:0:C158:00:000:Stop Cop 3 sprite
jumpcoas:0:C15C:00:000:Stop Cop 4 sprite
jumpcoas:0:C150:00:000:Stop Hat 1 sprite
jumpcoas:0:C154:00:000:Stop Hat 2 sprite
jumpcoas:0:C14C:00:000:Stop Gorilla sprite
jumpcoas:0:C005:07:000:Infinite Lives PL1
jumpcoas:0:C006:07:000:Infinite Lives PL2
; [ Jumping ]
jumping:0:10D127:D2:000:Infinite Time
jumping:0:10E1FF:04:000:Infinite Lives PL1
jumping:0:10E20F:04:000:Infinite Lives PL2
jumping:0:10D1FC:01:000:Invincibility
jumping:0:10D1FF:E3:500:Invincibility (2/2)
jumping:0:10D05F:01:000:Always X2 Rainbow
jumping:0:10D05F:02:000:Always X3 Rainbow
jumping:0:10D05F:03:000:Always X4 Rainbow
jumping:0:10D05F:04:000:Always X5 Rainbow
jumping:0:10D05F:05:000:Always X6 Rainbow
jumping:0:10D060:00:000:Always Normal Rainbows
jumping:0:10D060:01:000:Always Fast Rainbows
jumping:0:10D060:07:000:Always Very Fast Rainbows
jumping:0:10E20C:01:000:Always have ROYGBIV PL1
jumping:0:10E21C:01:000:Always have ROYGBIV PL2
jumping:0:10D05F:01:001:Get X2 Rainbow Now!
jumping:0:10D05F:02:001:Get X3 Rainbow Now!
jumping:0:10D05F:03:001:Get X4 Rainbow Now!
jumping:0:10D05F:04:001:Get X5 Rainbow Now!
jumping:0:10D05F:05:001:Get X6 Rainbow Now!
jumping:0:10D060:00:001:Get Normal Rainbows Now!
jumping:0:10D060:01:001:Get Fast Rainbows Now!
jumping:0:10D060:07:001:Get Very Fast Rainbows Now!
jumping:0:10E20C:01:001:Get ROYGBIV PL1 Now!
jumping:0:10E21C:01:001:Get ROYGBIV PL2 Now!
jumping:0:10E20D:00:000:Always Monsters+items PL1
jumping:0:10E20D:01:000:No Monsters+items ever! PL1
jumping:0:10E21D:00:000:Always Monsters+items PL2
jumping:0:10E21D:01:000:No Monsters+items ever! PL2
jumping:0:000000:00:999:[You should enable this ]
jumping:0:000000:00:999:[speed power-up cheat on the]
jumping:0:000000:00:999:[title screen or before ]
jumping:0:000000:00:999:[losing a life! ]
jumping:0:10D061:00:000:Always have normal speed
jumping:0:10D061:01:000:Always have power-up speed
jumping:0:10D061:03:000:Always have max speed
jumping:0:10D055:7F:001:Get 7 big diamonds
jumping:0:10D054:00:501:Get 7 big diamonds (2/2)
jumping:0:10D055:80:001:Get 3 mirrors
jumping:0:10D054:03:501:Get 3 mirrors (2/2)
jumping:0:10D055:FF:001:Get 7 big D and 3 M
jumping:0:10D054:03:501:Get 7 big D and 3 M (2/2)
jumping:0:10D055:01:021:Get big diamond - red Now!
jumping:0:10D055:02:021:Get big diamond - orange Now!
jumping:0:10D055:04:021:Get big diamond - yellow Now!
jumping:0:10D055:08:021:Get big diamond - green Now!
jumping:0:10D055:10:021:Get big diamond - blue Now!
jumping:0:10D055:20:021:Get big diamond - indigo Now!
jumping:0:10D055:40:021:Get big diamond - purple Now!
jumping:0:10D055:80:021:Get mirror - red Now!
jumping:0:10D054:01:021:Get mirror - grey Now!
jumping:0:10D054:02:021:Get mirror - yellow Now!
jumping:0:10E1B9:00:001:Kill Island Guardian Now!
jumping:0:10E1B9:00:000:Kill all IslandGuardians fast
jumping:0:10D041:C7:000:All permanent POWs
jumping:0:10D040:02:500:All permanent POWs (2/2)
jumping:0:10D056:01:000:Always have Bonus door
jumping:0:10D1C0:01:000:Always have wing power
jumping:0:10C96B:05:000:Always have the fairy
jumping:0:10DF22:FF:500:Always have the fairy (2/2)
jumping:0:10D1C0:01:001:Get wing power Now!
jumping:0:10C96B:05:001:Get the fairy Now!
jumping:0:10DF22:FF:501:Get the fairy Now! (2/2)
jumping:0:000000:00:999:[These round select cheats ]
jumping:0:000000:00:999:[have two numbers, the first]
jumping:0:000000:00:999:[one is the round you go to ]
jumping:0:000000:00:999:[if you die and the second ]
jumping:0:000000:00:999:[one is the round you go to ]
jumping:0:000000:00:999:[if you complete the round ]
jumping:0:000000:00:999:[you are on (Eg If you have ]
jumping:0:000000:00:999:[Invincibility enabled). ]
jumping:0:10D049:03:001:Go to Round 4/5 Next
jumping:0:10D049:07:001:Go to Round 8/9 Next
jumping:0:10D049:0B:001:Go to Round 12/13 Next
jumping:0:10D049:0F:001:Go to Round 16/17 Next
jumping:0:10D049:13:001:Go to Round 20/21 Next
jumping:0:10D049:17:001:Go to Round 24/25 Next
jumping:0:10D049:1B:001:Go to First End Next
jumping:0:10D049:1C:001:Go to Round 30 Next
jumping:0:10D049:26:001:Go to Last Round on complete
jumping:0:10D049:27:001:Go to Last Round on death
; [ Jump Shot ]
jumpshot:0:4CE1:09:000:Infinite Credits
jumpshot:0:4CD7:59:000:Infinite Game Time
jumpshot:0:4CD6:09:500:Infinite Game Time (2/2)
jumpshot:0:4CD7:00:001:Finish this Half Now!
jumpshot:0:4CD6:00:501:Finish this Half Now! (2/2)
jumpshot:0:4CDA:09:000:Infinite Shot Time
jumpshot:0:4CD9:09:500:Infinite Shot Time (2/2)
jumpshot:0:4CDA:00:001:Shot Time = 0 Now!
jumpshot:0:4CD9:00:501:Shot Time = 0 Now! (2/2)
jumpshot:0:4C60:09:070:Select 00X Away Score
jumpshot:0:4C5F:09:070:Select 0X0 Away Score
jumpshot:0:4C5E:09:070:Select X00 Away Score
jumpshot:0:4C60:09:000:Away Score always = 99
jumpshot:0:4C5F:09:500:Away Score always = 99 (2/2)
jumpshot:0:4C60:00:000:Away Score always = 0
jumpshot:0:4C5F:00:500:Away Score always = 0 (2/2)
jumpshot:0:4C44:09:070:Select 00X Home Score
jumpshot:0:4C43:09:070:Select 0X0 Home Score
jumpshot:0:4C42:09:070:Select X00 Home Score
jumpshot:0:4C44:09:000:Home Score always = 99
jumpshot:0:4C43:09:500:Home Score always = 99 (2/2)
jumpshot:0:4C44:00:000:Home Score always = 0
jumpshot:0:4C43:00:500:Home Score always = 0 (2/2)
; [ Jungle Hunt (US) ]
jungleh:0:842F:99:000:Infinite Time
jungleh:0:8457:30:000:Infinite Oxygen
jungleh:0:8425:1F:000:Infinite Lives PL1
jungleh:0:8426:1F:000:Infinite Lives PL2
; [ Jungle King (Japan) ]
junglek:0:842F:99:000:Infinite Time
junglek:0:8457:30:000:Infinite Oxygen
junglek:0:8425:1F:000:Infinite Lives PL1
junglek:0:8426:1F:000:Infinite Lives PL2
; [ Jungler ]
jungler:0:9904:08:000:Invincibility
jungler:0:9F00:04:000:Infinite Lives PL1
jungler:0:9F40:04:000:Infinite Lives PL2
; [ Jungler (Stern) ]
junglers:0:9904:08:000:Invincibility
junglers:0:9F00:04:000:Infinite Lives PL1
junglers:0:9F40:04:000:Infinite Lives PL2
; [ Jungle Hunt (Brazil) ]
junglhbr:0:842F:99:000:Infinite Time
junglhbr:0:8457:30:000:Infinite Oxygen
junglhbr:0:8425:1F:000:Infinite Lives PL1
junglhbr:0:8426:1F:000:Infinite Lives PL2
; [ Jungle King (Japan, earlier) ]
junglkj2:0:842F:99:000:Infinite Time
junglkj2:0:8457:30:000:Infinite Oxygen
junglkj2:0:8425:1F:000:Infinite Lives PL1
junglkj2:0:8426:1F:000:Infinite Lives PL2
; [ Juno First ]
junofrst:0:8880:0A:000:Infinite Lives
junofrst:0:888A:02:000:Infinite Warps
junofrst:0:0000:00:999:[Only turn ON Invincibility ]
junofrst:0:0000:00:999:[during play! You must turn ]
junofrst:0:0000:00:999:[it OFF before you kill the ]
junofrst:0:0000:00:999:[last alien on any level. ]
junofrst:0:8802:01:000:Invincibility
; [ Juno First (Gottlieb) ]
junofstg:0:8880:0A:000:Infinite Lives
junofstg:0:888A:02:000:Infinite Warps
junofstg:0:0000:00:999:[Only turn ON Invincibility ]
junofstg:0:0000:00:999:[during play! You must turn ]
junofstg:0:0000:00:999:[it OFF before you kill the ]
junofstg:0:0000:00:999:[last alien on any level. ]
junofstg:0:8802:01:000:Invincibility
; [ Jyuohki (Japan) ]
jyuohki:0:FFE018:0B:000:Infinite Lives PL1
jyuohki:0:FFC04A:30:000:Invincibility PL1
jyuohki:0:FFC06A:00:000:Power-ups do nothing PL1
jyuohki:0:FFC06B:00:500:Power-ups do nothing PL1(2/2)
jyuohki:0:FFC06A:01:000:Always Power Level 2 PL1
jyuohki:0:FFC06B:01:500:Always Power Level 2 PL1(2/2)
jyuohki:0:FFC06A:02:000:Always Power Level 3 PL1
jyuohki:0:FFC06B:02:500:Always Power Level 3 PL1(2/2)
jyuohki:0:FFC06A:03:000:Always Beast PL1
jyuohki:0:FFC06B:03:500:Always Beast PL1 (2/2)
jyuohki:0:FFE098:0B:000:Infinite Lives PL2
jyuohki:0:FFC44A:30:000:Invincibility PL2
jyuohki:0:FFC46A:00:000:Power-ups do nothing PL2
jyuohki:0:FFC46B:00:500:Power-ups do nothing PL2(2/2)
jyuohki:0:FFC46A:01:000:Always Power Level 2 PL2
jyuohki:0:FFC46B:01:500:Always Power Level 2 PL2(2/2)
jyuohki:0:FFC46A:02:000:Always Power Level 3 PL2
jyuohki:0:FFC46B:02:500:Always Power Level 3 PL2(2/2)
jyuohki:0:FFC46A:03:000:Always Beast PL2
jyuohki:0:FFC46B:03:500:Always Beast PL2 (2/2)
; [ Kabuki Klash - Far East of Eden / Tengai Makyou Shinden - Fa ]
kabukikl:0:000000:00:999:[Use these cheats on the ]
kabukikl:0:000000:00:999:[selection screen only!!! ]
kabukikl:0:102E17:08:001:Play with Manto Ace PL1
kabukikl:0:102E17:09:001:Play with Karakuri PL1
kabukikl:0:102E17:0A:001:Play with Jyashinsai PL1
kabukikl:0:102E17:0B:001:Play with Lucifeller PL1
kabukikl:0:102E18:08:001:Play with Manto Ace PL2
kabukikl:0:102E18:09:001:Play with Karakuri PL2
kabukikl:0:102E18:0A:001:Play with Jyashinsai PL2
kabukikl:0:102E18:0B:001:Play with Lucifeller PL2
; [ Kageki (US) ]
kageki:0:E75C:00:000:Infinite Player Energy
kageki:0:E7FC:00:000:Infinite Enemy Energy
kageki:0:0000:00:999:[These Drain cheats will NOT]
kageki:0:0000:00:999:[allow energy recovery!! ]
kageki:0:E75C:80:001:Drain all Player Energy Now!
kageki:0:E7FC:80:001:Drain all Enemy Energy Now!
kageki:0:0000:00:999:[You MUST enable the Select ]
kageki:0:0000:00:999:[starting round cheat on the]
kageki:0:0000:00:999:[screen with the face pics! ]
kageki:0:E007:08:071:Select starting round PL1
kageki:0:E007:08:061:Select next round PL1
kageki:0:E00E:08:071:Select starting round PL2
kageki:0:E00E:08:061:Select next round PL2
; [ Kageki (Japan) ]
kagekij:0:E75C:00:000:Infinite Player Energy
kagekij:0:E7FC:00:000:Infinite Enemy Energy
kagekij:0:0000:00:999:[These Drain cheats will NOT]
kagekij:0:0000:00:999:[allow energy recovery!! ]
kagekij:0:E75C:80:001:Drain all Player Energy Now!
kagekij:0:E7FC:80:001:Drain all Enemy Energy Now!
kagekij:0:0000:00:999:[You MUST enable the Select ]
kagekij:0:0000:00:999:[starting round cheat on the]
kagekij:0:0000:00:999:[screen with the face pics! ]
kagekij:0:E007:08:071:Select starting round PL1
kagekij:0:E007:08:061:Select next round PL1
kagekij:0:E00E:08:071:Select starting round PL2
kagekij:0:E00E:08:061:Select next round PL2
; [ Mahjong Kaguyahime [BET] (Japan) ]
kaguya:0:0000:00:999:[The winning hand cheat must]
kaguya:0:0000:00:999:[be activated when there are]
kaguya:0:0000:00:999:[14 tiles in your hand, then]
kaguya:0:0000:00:999:[press the RON key . ]
kaguya:0:0000:00:999:[('Z' by default). The tiles]
kaguya:0:0000:00:999:[do not visually change ]
kaguya:0:0000:00:999:[until you make a move. ]
kaguya:0:FC0D:31:001:Get winning hand Now!
kaguya:0:FC0E:31:501:Get winning hand Now! (02/14)
kaguya:0:FC0F:31:501:Get winning hand Now! (03/14)
kaguya:0:FC10:32:501:Get winning hand Now! (04/14)
kaguya:0:FC11:32:501:Get winning hand Now! (05/14)
kaguya:0:FC12:32:501:Get winning hand Now! (06/14)
kaguya:0:FC13:33:501:Get winning hand Now! (07/14)
kaguya:0:FC14:33:501:Get winning hand Now! (08/14)
kaguya:0:FC15:33:501:Get winning hand Now! (09/14)
kaguya:0:FC16:34:501:Get winning hand Now! (10/14)
kaguya:0:FC17:34:501:Get winning hand Now! (11/14)
kaguya:0:FC18:34:501:Get winning hand Now! (12/14)
kaguya:0:FC19:35:501:Get winning hand Now! (13/14)
kaguya:0:FC1A:35:501:Get winning hand Now! (14/14)
kaguya:0:FC0D:31:000:Always winning hand
kaguya:0:FC0E:31:500:Always winning hand (02/14)
kaguya:0:FC0F:31:500:Always winning hand (03/14)
kaguya:0:FC10:32:500:Always winning hand (04/14)
kaguya:0:FC11:32:500:Always winning hand (05/14)
kaguya:0:FC12:32:500:Always winning hand (06/14)
kaguya:0:FC13:33:500:Always winning hand (07/14)
kaguya:0:FC14:33:500:Always winning hand (08/14)
kaguya:0:FC15:33:500:Always winning hand (09/14)
kaguya:0:FC16:34:500:Always winning hand (10/14)
kaguya:0:FC17:34:500:Always winning hand (11/14)
kaguya:0:FC18:34:500:Always winning hand (12/14)
kaguya:0:FC19:35:500:Always winning hand (13/14)
kaguya:0:FC1A:35:500:Always winning hand (14/14)
; [ Kaiser Knuckle (Japan) ]
kaiserkj:0:409733:09:000:Infinite Time
kaiserkj:0:409737:09:500:Infinite Time (2/2)
kaiserkj:0:409733:00:001:Finish this Round Now!
kaiserkj:0:409737:01:501:Finish this Round Now! (2/2)
kaiserkj:0:41322D:63:000:Infinite Energy PL1
kaiserkj:0:41322D:00:001:Drain All Energy Now! PL1
kaiserkj:0:000000:00:999:[Free player selection - Use on character ]
kaiserkj:0:000000:00:999:[selection or Winner/Loser screen. ]
kaiserkj:0:40B321:00:001:Play as Kazuya Now! PL1
kaiserkj:0:41454D:00:501:Play as Kazuya Now! PL1 (2/2)
kaiserkj:0:40B321:01:001:Play as Barts Now! PL1
kaiserkj:0:41454D:01:501:Play as Barts Now! PL1 (2/2)
kaiserkj:0:40B321:02:001:Play as Gekkou Now! PL1
kaiserkj:0:41454D:02:501:Play as Gekkou Now! PL1 (2/2)
kaiserkj:0:40B321:03:001:Play as Wulong Now! PL1
kaiserkj:0:41454D:03:501:Play as Wulong Now! PL1 (2/2)
kaiserkj:0:40B321:04:001:Play as Lihua Now! PL1
kaiserkj:0:41454D:04:501:Play as Lihua Now! PL1 (2/2)
kaiserkj:0:40B321:05:001:Play as Liza Now! PL1
kaiserkj:0:41454D:05:501:Play as Liza Now! PL1 (2/2)
kaiserkj:0:40B321:06:001:Play as J. McCoy Now! PL1
kaiserkj:0:41454D:06:501:Play as J. McCoy Now! PL1 (2/2)
kaiserkj:0:40B321:07:001:Play as Boggy Now! PL1
kaiserkj:0:41454D:07:501:Play as Boggy Now! PL1 (2/2)
kaiserkj:0:40B321:08:001:Play as Marco Now! PL1
kaiserkj:0:41454D:08:501:Play as Marco Now! PL1 (2/2)
kaiserkj:0:40B321:09:001:Play as Gonzales Now! PL1
kaiserkj:0:41454D:09:501:Play as Gonzales Now! PL1 (2/2)
kaiserkj:0:40B321:0A:001:Play as Azteca Now! PL1
kaiserkj:0:41454D:0A:501:Play as Azteca Now! PL1 (2/2)
kaiserkj:0:40B321:0B:001:Play as General Now! PL1
kaiserkj:0:41454D:0B:501:Play as General Now! PL1 (2/2)
kaiserkj:0:41342D:63:000:Infinite Energy PL2
kaiserkj:0:41342D:00:001:Drain All Energy Now! PL2
kaiserkj:0:000000:00:999:[Free player selection - Use on character ]
kaiserkj:0:000000:00:999:[selection or Winner/Loser screen. ]
kaiserkj:0:40B521:00:001:Play as Kazuya Now! PL2
kaiserkj:0:41454F:00:501:Play as Kazuya Now! PL2 (2/2)
kaiserkj:0:40B521:01:001:Play as Barts Now! PL2
kaiserkj:0:41454F:01:501:Play as Barts Now! PL2 (2/2)
kaiserkj:0:40B521:02:001:Play as Gekkou Now! PL2
kaiserkj:0:41454F:02:501:Play as Gekkou Now! PL2 (2/2)
kaiserkj:0:40B521:03:001:Play as Wulong Now! PL2
kaiserkj:0:41454F:03:501:Play as Wulong Now! PL2 (2/2)
kaiserkj:0:40B521:04:001:Play as Lihua Now! PL2
kaiserkj:0:41454F:04:501:Play as Lihua Now! PL2 (2/2)
kaiserkj:0:40B521:05:001:Play as Liza Now! PL2
kaiserkj:0:41454F:05:501:Play as Liza Now! PL2 (2/2)
kaiserkj:0:40B521:06:001:Play as J. McCoy Now! PL2
kaiserkj:0:41454F:06:501:Play as J. McCoy Now! PL2 (2/2)
kaiserkj:0:40B521:07:001:Play as Boggy Now! PL2
kaiserkj:0:41454F:07:501:Play as Boggy Now! PL2 (2/2)
kaiserkj:0:40B521:08:001:Play as Marco Now! PL2
kaiserkj:0:41454F:08:501:Play as Marco Now! PL2 (2/2)
kaiserkj:0:40B521:09:001:Play as Gonzales Now! PL2
kaiserkj:0:41454F:09:501:Play as Gonzales Now! PL2 (2/2)
kaiserkj:0:40B521:0A:001:Play as Azteca Now! PL2
kaiserkj:0:41454F:0A:501:Play as Azteca Now! PL2 (2/2)
kaiserkj:0:40B521:0B:001:Play as General Now! PL2
kaiserkj:0:41454F:0B:501:Play as General Now! PL2 (2/2)
kaiserkj:0:000000:00:999:[After you enable these region cheats to see any ]
kaiserkj:0:000000:00:999:[effect you will have to reset the game (F3). ]
kaiserkj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
kaiserkj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
kaiserkj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
kaiserkj:0:1FFFFF:01:001:Region Switch = Japan:Kaiser Knuckle
kaiserkj:0:1FFFFF:02:001:Region Switch = US:Global Champion
kaiserkj:0:1FFFFF:03:001:Region Switch = World:Kaiser Knuckle
; [ Kaiser Knuckle (World) ]
kaiserkn:0:409733:09:000:Infinite Time
kaiserkn:0:409737:09:500:Infinite Time (2/2)
kaiserkn:0:409733:00:001:Finish this Round Now!
kaiserkn:0:409737:01:501:Finish this Round Now! (2/2)
kaiserkn:0:41322D:63:000:Infinite Energy PL1
kaiserkn:0:41322D:00:001:Drain All Energy Now! PL1
kaiserkn:0:000000:00:999:[Free player selection - Use on character ]
kaiserkn:0:000000:00:999:[selection or Winner/Loser screen. ]
kaiserkn:0:40B321:00:001:Play as Kazuya Now! PL1
kaiserkn:0:41454D:00:501:Play as Kazuya Now! PL1 (2/2)
kaiserkn:0:40B321:01:001:Play as Barts Now! PL1
kaiserkn:0:41454D:01:501:Play as Barts Now! PL1 (2/2)
kaiserkn:0:40B321:02:001:Play as Gekkou Now! PL1
kaiserkn:0:41454D:02:501:Play as Gekkou Now! PL1 (2/2)
kaiserkn:0:40B321:03:001:Play as Wulong Now! PL1
kaiserkn:0:41454D:03:501:Play as Wulong Now! PL1 (2/2)
kaiserkn:0:40B321:04:001:Play as Lihua Now! PL1
kaiserkn:0:41454D:04:501:Play as Lihua Now! PL1 (2/2)
kaiserkn:0:40B321:05:001:Play as Liza Now! PL1
kaiserkn:0:41454D:05:501:Play as Liza Now! PL1 (2/2)
kaiserkn:0:40B321:06:001:Play as J. McCoy Now! PL1
kaiserkn:0:41454D:06:501:Play as J. McCoy Now! PL1 (2/2)
kaiserkn:0:40B321:07:001:Play as Boggy Now! PL1
kaiserkn:0:41454D:07:501:Play as Boggy Now! PL1 (2/2)
kaiserkn:0:40B321:08:001:Play as Marco Now! PL1
kaiserkn:0:41454D:08:501:Play as Marco Now! PL1 (2/2)
kaiserkn:0:40B321:09:001:Play as Gonzales Now! PL1
kaiserkn:0:41454D:09:501:Play as Gonzales Now! PL1 (2/2)
kaiserkn:0:40B321:0A:001:Play as Azteca Now! PL1
kaiserkn:0:41454D:0A:501:Play as Azteca Now! PL1 (2/2)
kaiserkn:0:40B321:0B:001:Play as General Now! PL1
kaiserkn:0:41454D:0B:501:Play as General Now! PL1 (2/2)
kaiserkn:0:41342D:63:000:Infinite Energy PL2
kaiserkn:0:41342D:00:001:Drain All Energy Now! PL2
kaiserkn:0:000000:00:999:[Free player selection - Use on character ]
kaiserkn:0:000000:00:999:[selection or Winner/Loser screen. ]
kaiserkn:0:40B521:00:001:Play as Kazuya Now! PL2
kaiserkn:0:41454F:00:501:Play as Kazuya Now! PL2 (2/2)
kaiserkn:0:40B521:01:001:Play as Barts Now! PL2
kaiserkn:0:41454F:01:501:Play as Barts Now! PL2 (2/2)
kaiserkn:0:40B521:02:001:Play as Gekkou Now! PL2
kaiserkn:0:41454F:02:501:Play as Gekkou Now! PL2 (2/2)
kaiserkn:0:40B521:03:001:Play as Wulong Now! PL2
kaiserkn:0:41454F:03:501:Play as Wulong Now! PL2 (2/2)
kaiserkn:0:40B521:04:001:Play as Lihua Now! PL2
kaiserkn:0:41454F:04:501:Play as Lihua Now! PL2 (2/2)
kaiserkn:0:40B521:05:001:Play as Liza Now! PL2
kaiserkn:0:41454F:05:501:Play as Liza Now! PL2 (2/2)
kaiserkn:0:40B521:06:001:Play as J. McCoy Now! PL2
kaiserkn:0:41454F:06:501:Play as J. McCoy Now! PL2 (2/2)
kaiserkn:0:40B521:07:001:Play as Boggy Now! PL2
kaiserkn:0:41454F:07:501:Play as Boggy Now! PL2 (2/2)
kaiserkn:0:40B521:08:001:Play as Marco Now! PL2
kaiserkn:0:41454F:08:501:Play as Marco Now! PL2 (2/2)
kaiserkn:0:40B521:09:001:Play as Gonzales Now! PL2
kaiserkn:0:41454F:09:501:Play as Gonzales Now! PL2 (2/2)
kaiserkn:0:40B521:0A:001:Play as Azteca Now! PL2
kaiserkn:0:41454F:0A:501:Play as Azteca Now! PL2 (2/2)
kaiserkn:0:40B521:0B:001:Play as General Now! PL2
kaiserkn:0:41454F:0B:501:Play as General Now! PL2 (2/2)
kaiserkn:0:000000:00:999:[After you enable these region cheats to see any ]
kaiserkn:0:000000:00:999:[effect you will have to reset the game (F3). ]
kaiserkn:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
kaiserkn:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
kaiserkn:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
kaiserkn:0:1FFFFF:01:001:Region Switch = Japan:Kaiser Knuckle
kaiserkn:0:1FFFFF:02:001:Region Switch = US:Global Champion
kaiserkn:0:1FFFFF:03:001:Region Switch = World:Kaiser Knuckle
; [ Kaitei Takara Sagashi ]
kaitei:0:2361:FB:000:Infinite Lives
kaitei:0:2181:FB:500:Infinite Lives (2/2)
; [ Kaitei Daisensou (Japan) ]
kaiteids:0:EB8A0:63:000:Infinite Time
kaiteids:0:E0118:09:000:Infinite Lives PL1
kaiteids:0:E0A0A:01:000:Invincibility 'ON' PL1
kaiteids:0:E0A0A:00:001:Invincibility 'OFF' PL1
kaiteids:0:00000:00:999:[Torpedo is the front weapon]
kaiteids:0:00000:00:999:[Ammo is the top weapon ]
kaiteids:0:E0110:00:000:Always Normal torpedoPL1
kaiteids:0:E0112:00:500:Always Normal torpedoPL1(2/2)
kaiteids:0:E0110:02:000:Always Power torpedo PL1
kaiteids:0:E0112:03:500:Always Power torpedo PL1(2/2)
kaiteids:0:E0110:04:000:Always Wave torpedo PL1
kaiteids:0:E0112:03:500:Always Wave torpedo PL1(2/2)
kaiteids:0:E0110:06:000:Always Spread torpedoPL1
kaiteids:0:E0112:03:500:Always Spread torpedoPL1(2/2)
kaiteids:0:E0114:00:000:Always Normal Ammo PL1
kaiteids:0:E0116:00:500:Always Normal Ammo PL1 (2/2)
kaiteids:0:E0114:02:000:Always A Ammo PL1
kaiteids:0:E0116:05:500:Always A Ammo PL1 (2/2)
kaiteids:0:E0114:04:000:Always M Ammo PL1
kaiteids:0:E0116:05:500:Always M Ammo PL1 (2/2)
kaiteids:0:E0110:00:001:Get Normal torpedoNowPL1
kaiteids:0:E0112:00:501:Get Normal torpedoNowPL1(2/2)
kaiteids:0:E0110:02:001:Get Power torpedo NowPL1
kaiteids:0:E0112:03:501:Get Power torpedo NowPL1(2/2)
kaiteids:0:E0110:04:001:Get Wave torpedo NowPL1
kaiteids:0:E0112:03:501:Get Wave torpedo NowPL1(2/2)
kaiteids:0:E0110:06:001:Get Spread torpedoNowPL1
kaiteids:0:E0112:03:501:Get Spread torpedoNowPL1(2/2)
kaiteids:0:E0114:00:001:Get Normal Ammo Now! PL1
kaiteids:0:E0116:00:501:Get Normal Ammo Now! PL1(2/2)
kaiteids:0:E0114:02:001:Get A Ammo Now! PL1
kaiteids:0:E0116:05:501:Get A Ammo Now! PL1 (2/2)
kaiteids:0:E0114:04:001:Get M Ammo Now! PL1
kaiteids:0:E0116:05:501:Get M Ammo Now! PL1 (2/2)
kaiteids:0:E0158:09:000:Infinite Lives PL2
kaiteids:0:E098A:01:000:Invincibility 'ON' PL2
kaiteids:0:E098A:00:001:Invincibility 'OFF' PL2
kaiteids:0:00000:00:999:[Torpedo is the front weapon]
kaiteids:0:00000:00:999:[Ammo is the top weapon ]
kaiteids:0:E0150:00:000:Always Normal torpedoPL2
kaiteids:0:E0152:00:500:Always Normal torpedoPL2(2/2)
kaiteids:0:E0150:02:000:Always Power torpedo PL2
kaiteids:0:E0152:03:500:Always Power torpedo PL2(2/2)
kaiteids:0:E0150:04:000:Always Wave torpedo PL2
kaiteids:0:E0152:03:500:Always Wave torpedo PL2(2/2)
kaiteids:0:E0150:06:000:Always Spread torpedoPL2
kaiteids:0:E0152:03:500:Always Spread torpedoPL2(2/2)
kaiteids:0:E0154:00:000:Always Normal Ammo PL2
kaiteids:0:E0156:00:500:Always Normal Ammo PL2 (2/2)
kaiteids:0:E0154:02:000:Always A Ammo PL2
kaiteids:0:E0156:05:500:Always A Ammo PL2 (2/2)
kaiteids:0:E0154:04:000:Always M Ammo PL2
kaiteids:0:E0156:05:500:Always M Ammo PL2 (2/2)
kaiteids:0:E0150:00:001:Get Normal torpedoNowPL2
kaiteids:0:E0152:00:501:Get Normal torpedoNowPL2(2/2)
kaiteids:0:E0150:02:001:Get Power torpedo NowPL2
kaiteids:0:E0152:03:501:Get Power torpedo NowPL2(2/2)
kaiteids:0:E0150:04:001:Get Wave torpedo NowPL2
kaiteids:0:E0152:03:501:Get Wave torpedo NowPL2(2/2)
kaiteids:0:E0150:06:001:Get Spread torpedoNowPL2
kaiteids:0:E0152:03:501:Get Spread torpedoNowPL2(2/2)
kaiteids:0:E0154:00:001:Get Normal Ammo Now! PL2
kaiteids:0:E0156:00:501:Get Normal Ammo Now! PL2(2/2)
kaiteids:0:E0154:02:001:Get A Ammo Now! PL2
kaiteids:0:E0156:05:501:Get A Ammo Now! PL2 (2/2)
kaiteids:0:E0154:04:001:Get M Ammo Now! PL2
kaiteids:0:E0156:05:501:Get M Ammo Now! PL2 (2/2)
kaiteids:0:00000:00:999:[These Start on Stage cheats]
kaiteids:0:00000:00:999:[must be enabled on the ]
kaiteids:0:00000:00:999:[title screen and turned off]
kaiteids:0:00000:00:999:[when you start the stage. ]
kaiteids:0:E0084:01:000:Start on Stage 2
kaiteids:0:E0084:02:000:Start on Stage 3
kaiteids:0:E0084:03:000:Start on Stage 4
kaiteids:0:E0084:04:000:Start on Stage 5
kaiteids:0:E0084:05:000:Start on Stage 6
kaiteids:0:E0084:06:000:Start on Last Battle(Stage 7)
kaiteids:0:E0084:07:000:Start on End Screen (Stage 8)
kaiteids:0:E0084:07:061:Select next stage
; [ Kaitei Takara Sagashi (Namco) ]
kaitein:0:4020:13:000:Infinite Lives
; [ Kamikaze ]
kamikaze:0:1D01:08:000:Infinite Lives
kamikaze:0:1CD8:00:000:Invincibility
; [ Kangaroo (Atari) ]
kangaroa:0:E167:99:000:Infinite Bonus Time
kangaroa:0:E06A:06:000:Infinite Lives PL1
kangaroa:0:E06B:06:000:Infinite Lives PL2
; [ Kangaroo (bootleg) ]
kangarob:0:E167:99:000:Infinite Bonus Time
kangarob:0:E06A:06:000:Infinite Lives PL1
kangarob:0:E06B:06:000:Infinite Lives PL2
; [ Kangaroo ]
kangaroo:0:E167:99:000:Infinite Bonus Time
kangaroo:0:E06A:06:000:Infinite Lives PL1
kangaroo:0:E06B:06:000:Infinite Lives PL2
; [ Kaos ]
kaos:0:0191:43:000:Always be the King
kaos:0:03B0:07:000:Infinite Lives PL1
kaos:0:03B4:00:001:1 coin to end level Now! PL1
kaos:0:03B1:07:000:Infinite Lives PL2
kaos:0:03B5:00:001:1 coin to end level Now! PL2
; [ Karate Blazers (US) ]
karatblu:0:0F8025:28:000:Infinite Time
karatblu:0:0F80E1:03:000:Infinite Lives PL1
karatblu:0:0F80B1:32:000:Infinite Energy PL1
karatblu:0:0F80E7:B3:000:Invincibility PL1
karatblu:0:0F8161:03:000:Infinite Lives PL2
karatblu:0:0F8131:32:000:Infinite Energy PL2
karatblu:0:0F8167:B3:000:Invincibility PL2
karatblu:0:0F81E1:03:000:Infinite Lives PL3
karatblu:0:0F81B1:32:000:Infinite Energy PL3
karatblu:0:0F81E7:B3:000:Invincibility PL3
karatblu:0:0F8261:03:000:Infinite Lives PL4
karatblu:0:0F8231:32:000:Infinite Energy PL4
karatblu:0:0F8267:B3:000:Invincibility PL4
; [ Karate Blazers (World?) ]
karatblz:0:0F8025:28:000:Infinite Time
karatblz:0:0F80E1:03:000:Infinite Lives PL1
karatblz:0:0F80B1:32:000:Infinite Energy PL1
karatblz:0:0F80E7:B3:000:Invincibility PL1
karatblz:0:0F8161:03:000:Infinite Lives PL2
karatblz:0:0F8131:32:000:Infinite Energy PL2
karatblz:0:0F8167:B3:000:Invincibility PL2
karatblz:0:0F81E1:03:000:Infinite Lives PL3
karatblz:0:0F81B1:32:000:Infinite Energy PL3
karatblz:0:0F81E7:B3:000:Invincibility PL3
karatblz:0:0F8261:03:000:Infinite Lives PL4
karatblz:0:0F8231:32:000:Infinite Energy PL4
karatblz:0:0F8267:B3:000:Invincibility PL4
; [ Karate Dou (Japan) ]
karatedo:0:C167:99:007:Infinite Time
karatedo:0:C91A:00:000:Stop White/PL1 Winning
karatedo:0:C91A:01:001:One hit to win Now! PL1
karatedo:0:C91B:01:501:One hit to win Now! PL1 (2/2)
karatedo:0:C91A:00:001:Set PL1 Points to 0 Now!
karatedo:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2)
karatedo:0:C91C:00:000:Stop Red/PL2 Winning
karatedo:0:C91C:01:001:One hit to win Now! PL2
karatedo:0:C91D:01:501:One hit to win Now! PL2 (2/2)
karatedo:0:C91C:00:001:Set PL2 Points to 0 Now!
karatedo:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2)
; [ Taisen Karate Dou (Japan VS version) ]
karatevs:0:C167:99:007:Infinite Time
karatevs:0:C91A:00:000:Stop White/PL1 Winning
karatevs:0:C91A:01:001:One hit to win Now! PL1
karatevs:0:C91B:01:501:One hit to win Now! PL1 (2/2)
karatevs:0:C91A:00:001:Set PL1 Points to 0 Now!
karatevs:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2)
karatevs:0:C91C:00:000:Stop Red/PL2 Winning
karatevs:0:C91C:01:001:One hit to win Now! PL2
karatevs:0:C91D:01:501:One hit to win Now! PL2 (2/2)
karatevs:0:C91C:00:001:Set PL2 Points to 0 Now!
karatevs:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2)
; [ Karate Tournament, The ]
karatour:0:FFC0AB:99:000:Infinite Time
karatour:0:FFC28D:06:000:Infinite Energy PL1
karatour:0:FFC28D:01:001:Drain All Energy Now! PL1
karatour:0:FFC38D:06:000:Infinite Energy PL2
karatour:0:FFC38D:01:001:Drain All Energy Now! PL2
; [ Karian Cross ]
karianx:0:FF05E6:09:000:Infinite Credits
karianx:0:FF903B:00:000:Never get Attacked PL1
karianx:0:FF9D8F:00:500:Never get Attacked PL1 (2/2)
karianx:0:FF940D:09:001:Attack opposite side with 9 Now! PL1
karianx:0:FF9D63:09:501:Attack opposite side with 9 Now! PL1 (2/2)
karianx:0:FF940D:48:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat
karianx:0:FF9D63:48:501:Attack opposite side with LOTS Now! PL1 (2/2)
karianx:0:000000:00:999:[The current tile display will not update till ]
karianx:0:000000:00:999:[the full tile has fully dropped! ]
karianx:0:FF9C65:00:000:Current top tile always a Red Sword PL1
karianx:0:FF9C65:01:000:Current top tile always a Blue Circle PL1
karianx:0:FF9C65:02:000:Current top tile always a Green Leaf PL1
karianx:0:FF9C65:03:000:Current top tile always a Red Pill PL1
karianx:0:FF9C65:04:000:Current top tile always a Blue Pill PL1
karianx:0:FF9C65:05:000:Current top tile always a Green Pill PL1
karianx:0:FF9C65:06:000:Current top tile always Empty PL1
karianx:0:FF9C69:00:000:Current bottom tile always a Red Sword PL1
karianx:0:FF9C69:01:000:Current bottom tile always a Blue Circle PL1
karianx:0:FF9C69:02:000:Current bottom tile always a Green Leaf PL1
karianx:0:FF9C69:03:000:Current bottom tile always a Red Pill PL1
karianx:0:FF9C69:04:000:Current bottom tile always a Blue Pill PL1
karianx:0:FF9C69:05:000:Current bottom tile always a Green Pill PL1
karianx:0:FF9C69:06:000:Current bottom tile always Empty PL1
karianx:0:FF9C65:00:001:Current top tile is a Red Sword Now! PL1
karianx:0:FF9C65:01:001:Current top tile is a Blue Circle Now! PL1
karianx:0:FF9C65:02:001:Current top tile is a Green Leaf Now! PL1
karianx:0:FF9C65:03:001:Current top tile is a Red Pill Now! PL1
karianx:0:FF9C65:04:001:Current top tile is a Blue Pill Now! PL1
karianx:0:FF9C65:05:001:Current top tile is a Green Pill Now! PL1
karianx:0:FF9C65:06:001:Current top tile is Empty Now! PL1
karianx:0:FF9C69:00:001:Current bottom tile is a Red Sword Now! PL1
karianx:0:FF9C69:01:001:Current bottom tile is a Blue Circle Now! PL1
karianx:0:FF9C69:02:001:Current bottom tile is a Green Leaf Now! PL1
karianx:0:FF9C69:03:001:Current bottom tile is a Red Pill Now! PL1
karianx:0:FF9C69:04:001:Current bottom tile is a Blue Pill Now! PL1
karianx:0:FF9C69:05:001:Current bottom tile is a Green Pill Now! PL1
karianx:0:FF9C69:06:001:Current bottom tile is Empty Now! PL1
karianx:0:000000:00:999:[ Free player selection - Use on level VS screen ]
karianx:0:FF0531:01:001:Play as Matin Now! PL1
karianx:0:FF0531:02:001:Play as Sara Now! PL1
karianx:0:FF0531:03:001:Play as Warok Now! PL1
karianx:0:FF0531:04:001:Play as Lora Now! PL1
karianx:0:FF0531:05:001:Play as Dofe Now! PL1
karianx:0:FF0531:06:001:Play as Leung Now! PL1
karianx:0:FF0531:07:001:Play as Roke Now! PL1
karianx:0:FF0531:08:001:Play as Elena Now! PL1
karianx:0:FF0531:09:001:Play as Rancerot Now! PL1
karianx:0:FF940D:00:000:Never get Attacked PL2
karianx:0:FF9D63:00:500:Never get Attacked PL2 (2/2)
karianx:0:FF903B:09:001:Attack opposite side with 9 Now! PL2
karianx:0:FF9D8F:09:501:Attack opposite side with 9 Now! PL2 (2/2)
karianx:0:FF903B:48:001:Attack opposite side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat
karianx:0:FF9D8F:48:501:Attack opposite side with LOTS Now! PL2 (2/2)
karianx:0:000000:00:999:[The current tile display will not update till ]
karianx:0:000000:00:999:[the full tile has fully dropped! ]
karianx:0:FF9EFF:00:000:Current top tile always a Red Sword PL2
karianx:0:FF9EFF:01:000:Current top tile always a Blue Circle PL2
karianx:0:FF9EFF:02:000:Current top tile always a Green Leaf PL2
karianx:0:FF9EFF:03:000:Current top tile always a Red Pill PL2
karianx:0:FF9EFF:04:000:Current top tile always a Blue Pill PL2
karianx:0:FF9EFF:05:000:Current top tile always a Green Pill PL2
karianx:0:FF9EFF:06:000:Current top tile always Empty PL2
karianx:0:FF9E6B:00:000:Current bottom tile always a Red Sword PL2
karianx:0:FF9E6B:01:000:Current bottom tile always a Blue Circle PL2
karianx:0:FF9E6B:02:000:Current bottom tile always a Green Leaf PL2
karianx:0:FF9E6B:03:000:Current bottom tile always a Red Pill PL2
karianx:0:FF9E6B:04:000:Current bottom tile always a Blue Pill PL2
karianx:0:FF9E6B:05:000:Current bottom tile always a Green Pill PL2
karianx:0:FF9E6B:06:000:Current bottom tile always Empty PL2
karianx:0:FF9EFF:00:001:Current top tile is a Red Sword Now! PL2
karianx:0:FF9EFF:01:001:Current top tile is a Blue Circle Now! PL2
karianx:0:FF9EFF:02:001:Current top tile is a Green Leaf Now! PL2
karianx:0:FF9EFF:03:001:Current top tile is a Red Pill Now! PL2
karianx:0:FF9EFF:04:001:Current top tile is a Blue Pill Now! PL2
karianx:0:FF9EFF:05:001:Current top tile is a Green Pill Now! PL2
karianx:0:FF9EFF:06:001:Current top tile is Empty Now! PL2
karianx:0:FF9E6B:00:001:Current bottom tile is a Red Sword Now! PL2
karianx:0:FF9E6B:01:001:Current bottom tile is a Blue Circle Now! PL2
karianx:0:FF9E6B:02:001:Current bottom tile is a Green Leaf Now! PL2
karianx:0:FF9E6B:03:001:Current bottom tile is a Red Pill Now! PL2
karianx:0:FF9E6B:04:001:Current bottom tile is a Blue Pill Now! PL2
karianx:0:FF9E6B:05:001:Current bottom tile is a Green Pill Now! PL2
karianx:0:FF9E6B:06:001:Current bottom tile is Empty Now! PL2
karianx:0:000000:00:999:[ Free player selection - Use on level VS screen ]
karianx:0:FF0549:01:001:Play as Matin Now! PL2
karianx:0:FF0549:02:001:Play as Sara Now! PL2
karianx:0:FF0549:03:001:Play as Warok Now! PL2
karianx:0:FF0549:04:001:Play as Lora Now! PL2
karianx:0:FF0549:05:001:Play as Dofe Now! PL2
karianx:0:FF0549:06:001:Play as Leung Now! PL2
karianx:0:FF0549:07:001:Play as Roke Now! PL2
karianx:0:FF0549:08:001:Play as Elena Now! PL2
karianx:0:FF0549:09:001:Play as Rancerot Now! PL2
; [ Karnov (US) ]
karnov:0:06007B:99:000:Infinite Time
karnov:0:060066:02:000:Infinite Lives
karnov:0:060072:09:000:Infinite Bombs
karnov:0:06030E:99:000:Infinite Super Fireball
karnov:0:060070:99:000:Infinite Ks
karnov:0:060201:FE:040:Invincibility
karnov:0:060201:20:001:Finish Present Scene
karnov:0:060200:3F:000:Full Weapon Ammo
karnov:0:060071:01:000:Always Have Jump Shoes
karnov:0:060073:01:000:Always Have Ladder
karnov:0:060075:01:000:Always Have Super Fireball
karnov:0:060074:01:000:Always Have Boomerang
karnov:0:060077:01:000:Always Have Diving Helmet
karnov:0:060076:01:000:Always Have Wings
karnov:0:060079:01:000:Always Have Speed Shoes
karnov:0:060078:01:000:Always Have Mask
karnov:0:060071:01:001:Get the Jump Shoes Now!
karnov:0:060073:01:001:Get the Ladder Now!
karnov:0:060075:01:001:Get the Super Fireball Now!
karnov:0:060074:01:001:Get the Boomerang Now!
karnov:0:060077:01:001:Get the Diving Helmet Now!
karnov:0:060076:01:001:Get the Wings Now!
karnov:0:060079:01:001:Get the Speed Shoes Now!
karnov:0:060078:01:001:Get the Mask Now!
; [ Karnov (Japan) ]
karnovj:0:06007B:99:000:Infinite Time
karnovj:0:060066:02:000:Infinite Lives
karnovj:0:060072:09:000:Infinite Bombs
karnovj:0:06030E:99:000:Infinite Super Fireball
karnovj:0:060070:99:000:Infinite Ks
karnovj:0:060201:FE:040:Invincibility
karnovj:0:060201:20:001:Finish Present Scene
karnovj:0:060200:3F:000:Full weapon ammo
karnovj:0:060071:01:000:Always Have Jump Shoes
karnovj:0:060073:01:000:Always Have Ladder
karnovj:0:060075:01:000:Always Have Super Fireball
karnovj:0:060074:01:000:Always Have Boomerang
karnovj:0:060077:01:000:Always Have Diving Helmet
karnovj:0:060076:01:000:Always Have Wings
karnovj:0:060079:01:000:Always Have Speed Shoes
karnovj:0:060078:01:000:Always Have Mask
karnovj:0:060071:01:001:Get the Jump Shoes Now!
karnovj:0:060073:01:001:Get the Ladder Now!
karnovj:0:060075:01:001:Get the Super Fireball Now!
karnovj:0:060074:01:001:Get the Boomerang Now!
karnovj:0:060077:01:001:Get the Diving Helmet Now!
karnovj:0:060076:01:001:Get the Wings Now!
karnovj:0:060079:01:001:Get the Speed Shoes Now!
karnovj:0:060078:01:001:Get the Mask Now!
; [ Karnov's Revenge / Fighter's History Dynamite ]
karnovr:0:103A70:63:000:Infinite Time
karnovr:0:1037B7:FF:000:Infinite Energy PL1
karnovr:0:1037B8:FF:500:Infinite Energy PL1 (2/2)
karnovr:0:000000:00:999:[ Free player selection ]
karnovr:0:000000:00:999:[ Can be used anytime ! ]
karnovr:0:000000:00:999:[ Some glitches, however ]
karnovr:0:103671:00:001:Play with Ray PL1
karnovr:0:103671:01:001:Play with Feilin PL1
karnovr:0:103671:02:001:Play with Ryoko PL1
karnovr:0:103671:03:001:Play with Matlock PL1
karnovr:0:103671:04:001:Play with Samchay PL1
karnovr:0:103671:05:001:Play with Lee PL1
karnovr:0:103671:06:001:Play with Mizoguchi PL1
karnovr:0:103671:07:001:Play with Jean PL1
karnovr:0:103671:08:001:Play with Marstorius PL1
karnovr:0:103671:09:001:Play with Yungmie PL1
karnovr:0:103671:0A:001:Play with Zazie PL1
karnovr:0:103671:0B:001:Play with Clown PL1
karnovr:0:103671:0C:001:Play with Karnov PL1
karnovr:0:103671:0D:001:Play with Bull PL1
karnovr:0:1039B7:FF:000:Infinite Energy PL2
karnovr:0:1039B8:FF:500:Infinite Energy PL2 (2/2)
karnovr:0:000000:00:999:[ Free player selection ]
karnovr:0:000000:00:999:[ Can be used anytime ! ]
karnovr:0:000000:00:999:[ Some glitches, however ]
karnovr:0:103871:00:001:Play with Ray PL2
karnovr:0:103871:01:001:Play with Feilin PL2
karnovr:0:103871:02:001:Play with Ryoko PL2
karnovr:0:103871:03:001:Play with Matlock PL2
karnovr:0:103871:04:001:Play with Samchay PL2
karnovr:0:103871:05:001:Play with Lee PL2
karnovr:0:103871:06:001:Play with Mizoguchi PL2
karnovr:0:103871:07:001:Play with Jean PL2
karnovr:0:103871:08:001:Play with Marstorius PL2
karnovr:0:103871:09:001:Play with Yungmie PL2
karnovr:0:103871:0A:001:Play with Zazie PL2
karnovr:0:103871:0B:001:Play with Clown PL2
karnovr:0:103871:0C:001:Play with Karnov PL2
karnovr:0:103871:0D:001:Play with Bull PL2
; [ Knuckle Bash ]
kbash:0:000000:00:999:[A lot of these cheats need ]
kbash:0:000000:00:999:[to be deactivated at the ]
kbash:0:000000:00:999:[end of the round. Use F6 to]
kbash:0:000000:00:999:[disable then F6 to reenable]
kbash:0:000000:00:999:[when the next round starts ]
kbash:0:10023D:99:000:Infinite Time
kbash:0:1001D5:09:000:Infinite Lives PL1
kbash:0:10151C:70:000:Infinite Energy PL1
kbash:0:101659:99:001:Get 153 Pts Sub Game PL1
kbash:0:101659:00:001:Get 0 Pts Sub Game PL1
kbash:0:10020D:09:000:Infinite Lives PL2
kbash:0:1015C4:70:000:Infinite Energy PL2
kbash:0:101701:99:001:Get 153 Pts Sub Game PL2
kbash:0:101701:00:001:Get 0 Pts Sub Game PL2
; [ Karate Champ (US) ]
kchamp:0:C167:99:007:Infinite Time
kchamp:0:C91A:00:000:Stop White/PL1 Winning
kchamp:0:C91A:01:001:One hit to win Now! PL1
kchamp:0:C91B:01:501:One hit to win Now! PL1 (2/2)
kchamp:0:C91A:00:001:Set PL1 Points to 0 Now!
kchamp:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2)
kchamp:0:C91C:00:000:Stop Red/PL2 Winning
kchamp:0:C91C:01:001:One hit to win Now! PL2
kchamp:0:C91D:01:501:One hit to win Now! PL2 (2/2)
kchamp:0:C91C:00:001:Set PL2 Points to 0 Now!
kchamp:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2)
; [ Karate Champ (US VS version) ]
kchampvs:0:C167:99:007:Infinite Time
kchampvs:0:C91A:00:000:Stop White/PL1 Winning
kchampvs:0:C91A:01:001:One hit to win Now! PL1
kchampvs:0:C91B:01:501:One hit to win Now! PL1 (2/2)
kchampvs:0:C91A:00:001:Set PL1 Points to 0 Now!
kchampvs:0:C91B:00:501:Set PL1 Points to 0 Now!(2/2)
kchampvs:0:C91C:00:000:Stop Red/PL2 Winning
kchampvs:0:C91C:01:001:One hit to win Now! PL2
kchampvs:0:C91D:01:501:One hit to win Now! PL2 (2/2)
kchampvs:0:C91C:00:001:Set PL2 Points to 0 Now!
kchampvs:0:C91D:00:501:Set PL2 Points to 0 Now!(2/2)
; [ Ken-Go ]
kengo:0:E0035:99:000:Infinite Credits
kengo:0:E00A7:22:000:Infinite Time
kengo:0:E09B2:39:000:Infinite Lives PL1
kengo:0:E09B6:04:000:Infinite Energy PL1
kengo:0:E09B3:39:000:Infinite Lives PL2
kengo:0:E09B7:04:000:Infinite Energy PL2
; [ Kick (upright) ]
kick:0:72BE:06:000:Infinite Lives PL1
kick:0:72E4:06:000:Infinite Lives PL2
; [ Kick (cocktail) ]
kicka:0:72BF:06:000:Infinite Lives PL1
kicka:0:72E5:06:000:Infinite Lives PL2
; [ Kicker ]
kicker:0:2A78:07:000:Infinite Lives
kicker:0:3101:01:005:Infinite Energy
kicker:0:2A87:01:001:Only 1 to kill on this level
kicker:0:32B4:04:001:1 hit to kill boss Now!
kicker:0:3175:01:000:Always purple weapon next
kicker:0:3175:02:000:Always yellow weapon next
kicker:0:3175:03:000:Always green weapon next
kicker:0:3175:01:001:Purple weapon next Now!
kicker:0:3175:02:001:Yellow weapon next Now!
kicker:0:3175:03:001:Green weapon next Now!
kicker:0:2A13:60:000:Sound Test Code Stop:[Unknown]Next Code
; [ Kick and Run ]
kicknrun:0:E842:45:000:Infinite Time
kicknrun:0:E842:00:001:Finish this Half Now!
; [ Kick Off (Japan) ]
kickoff:0:0F0129:09:000:Infinite Time
kickoff:0:0F012B:5A:500:Infinite Time (2/2)
kickoff:0:0F0129:00:001:Finish Game Now!
kickoff:0:0F012B:00:501:Finish Game Now! (2/2)
kickoff:0:000000:00:999:[The score will not display ]
kickoff:0:000000:00:999:[until the score changes! ]
kickoff:0:0F012D:09:070:Select Score PL1
kickoff:0:0F012F:09:070:Select Score PL2
; [ Kick Rider ]
kickridr:0:2106:49:007:Infinite Time
kickridr:0:2220:00:000:Invincibility
; [ Kid Niki - Radical Ninja (US) ]
kidniki:0:E122:5A:000:Infinite Time
kidniki:0:E200:09:000:Infinite Lives
kidniki:0:E54A:08:000:Infinite POW
kidniki:0:E21E:30:000:No Enemies
kidniki:0:0000:00:999:[After you kill the End of ]
kidniki:0:0000:00:999:[Level Guardian make sure ]
kidniki:0:0000:00:999:[you turn OFF Invincibility ]
kidniki:0:0000:00:999:[before picking up the ]
kidniki:0:0000:00:999:[cracker. OR YOU WILL NOT ]
kidniki:0:0000:00:999:[PROGRESS!! You can use F6. ]
kidniki:0:E003:01:040:Invincibility
kidniki:0:0000:00:999:[If you happen to fall down ]
kidniki:0:0000:00:999:[a gap when you have ]
kidniki:0:0000:00:999:[invincibilty enabled and ]
kidniki:0:0000:00:999:[you can't recover it then ]
kidniki:0:0000:00:999:[use the following cheat!! ]
kidniki:0:E003:03:001:Start this Level Again!
kidniki:0:0000:00:999:[ ]
kidniki:0:0000:00:999:[See the Dip Switch Menu to ]
kidniki:0:0000:00:999:[enable an alternate ]
kidniki:0:0000:00:999:[Invincibility cheat. ]
kidniki:0:0000:00:999:[ ]
kidniki:0:0000:00:999:[You can use the Select ]
kidniki:0:0000:00:999:[current level cheat to ]
kidniki:0:0000:00:999:[choose the starting level, ]
kidniki:0:0000:00:999:[just enable it on the press]
kidniki:0:0000:00:999:[1 or 2 player button screen]
kidniki:0:E202:07:071:Select current level
kidniki:0:E202:07:061:Select next level
; [ Meikyu Jima (Japan) ]
kikcubic:0:E007:99:000:Infinite Time
kikcubic:0:E000:0A:000:Infinite Lives
kikcubic:0:0000:00:999:[See the Dip Switch Menu to ]
kikcubic:0:0000:00:999:[enable Invincibility. ]
kikcubic:0:E001:14:072:Select current level
kikcubic:0:0000:00:999:[You can use the Select next]
kikcubic:0:0000:00:999:[level cheat on the title ]
kikcubic:0:0000:00:999:[screen to choose the start ]
kikcubic:0:0000:00:999:[level if you wish. BUT you ]
kikcubic:0:0000:00:999:[MUST enable it before you ]
kikcubic:0:0000:00:999:[you insert ANY coins!!! ]
kikcubic:0:E001:14:062:Select next level
; [ KiKi KaiKai ]
kikikai:0:D957:09:000:Infinite Lives
; [ Killer Comet ]
killcom:0:001D:01:000:Stop Killer Comet Appearing
killcom:0:007E:05:000:Infinite Lives PL1
killcom:0:007F:05:000:Infinite Lives PL2
; [ King & Balloon (Japan) ]
kingbalj:0:800A:04:000:Infinite Lives
kingbalj:0:82D0:01:000:Stop Disappearing when hit
; [ King & Balloon (US) ]
kingball:0:800A:04:000:Infinite Lives
kingball:0:82D0:01:000:Stop Disappearing when hit
; [ King of Boxer (English) ]
kingofb:0:C059:FF:000:Infinite Energy
kingofb:0:C019:00:000:Weak opponent
kingofb:0:C190:00:000:Infinite Time
kingofb:0:C190:3B:001:Finish round Now!
kingofb:0:C061:FA:000:Ply's hits always set to 250
kingofb:0:C021:00:000:CPU's hits always set to 0
kingofb:0:C061:FA:001:Set Ply's hits set = 250 Now!
kingofb:0:C021:00:001:Set CPU's hits set to 0 Now!
kingofb:0:C061:FF:070:Select Player's hits
kingofb:0:C021:FF:070:Select Computer's hits
; [ Kirameki Star Road (Japan) ]
kirameki:0:407C7F:09:000:Infinite Credits
kirameki:0:416325:40:000:Infinite Round Time
kirameki:0:416324:01:500:Infinite Round Time (2/2)
kirameki:0:4176D5:40:000:Infinite Dance Game Time
kirameki:0:4176D4:01:500:Infinite Dance Game Time (2/2)
kirameki:0:000000:00:999:[Enable Photo Shoot Time when the photo time bar ]
kirameki:0:000000:00:999:[is full and disable after taking the shot! Use ]
kirameki:0:000000:00:999:[the pause button to help line up the shot first.]
kirameki:0:41BBDD:40:000:Infinite Photo Shoot Time
kirameki:0:41BBDC:01:500:Infinite Photo Shoot Time (2/2)
kirameki:0:000000:00:999:[ Watch out for these values ]
kirameki:0:000000:00:999:[ 00=1, 01=2, 02=3, 03=4 ]
kirameki:0:414D9B:00:998:Watch me for good answer
kirameki:0:4162E9:03:001:Good answer ends Round Now!(4 Question Round)
kirameki:0:4162E9:04:001:Good answer ends Round Now!(5 Question Round)
kirameki:0:4162E9:05:001:Good answer ends Round Now!(6 Question Round)
kirameki:0:41B7B5:05:000:Infinite Lives PL1
kirameki:0:41B901:05:000:Infinite Lives PL2
kirameki:0:000000:00:999:[After you enable these region cheats to see any ]
kirameki:0:000000:00:999:[effect you will have to reset the game (F3). ]
kirameki:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
kirameki:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
kirameki:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
kirameki:0:1FFFFF:01:001:Region Switch = Japan
kirameki:0:1FFFFF:02:001:Region Switch = US:No English so game crashes
kirameki:0:1FFFFF:03:001:Region Switch = World:No English so game crashes
; [ Kitten Kaboodle ]
kittenk:0:0401DC:99:000:Infinite Credits
kittenk:0:040968:00:000:Always Win Bonus Stage
kittenk:0:0401F9:31:000:Next Level is Last Level
kittenk:0:0401F9:31:061:Select next level
kittenk:0:040380:07:000:Infinite Lives PL1
kittenk:0:040519:80:020:Invincibility PL1
kittenk:0:0403C0:07:000:Infinite Lives PL2
kittenk:0:040549:80:020:Invincibility PL2
kittenk:0:040009:80:000:Sound Test Timer Stop
; [ Pro Mahjong Kiwame ]
kiwame:0:204884:31:000:Always have winning hand
kiwame:0:204885:31:500:Always have winning hand (02/14)
kiwame:0:204886:31:500:Always have winning hand (03/14)
kiwame:0:204887:32:500:Always have winning hand (04/14)
kiwame:0:204888:32:500:Always have winning hand (05/14)
kiwame:0:204889:32:500:Always have winning hand (06/14)
kiwame:0:20488A:33:500:Always have winning hand (07/14)
kiwame:0:20488B:33:500:Always have winning hand (08/14)
kiwame:0:20488C:33:500:Always have winning hand (09/14)
kiwame:0:20488D:34:500:Always have winning hand (10/14)
kiwame:0:20488E:34:500:Always have winning hand (11/14)
kiwame:0:20488F:34:500:Always have winning hand (12/14)
kiwame:0:204890:35:500:Always have winning hand (13/14)
kiwame:0:204891:35:500:Always have winning hand (14/14)
kiwame:0:000000:00:999:[The winning hand cheat must]
kiwame:0:000000:00:999:[be activated when there are]
kiwame:0:000000:00:999:[14 tiles in your hand, then]
kiwame:0:000000:00:999:[press the RON key . ]
kiwame:0:000000:00:999:[('Z' by default). The tiles]
kiwame:0:000000:00:999:[do not visually change ]
kiwame:0:000000:00:999:[until you make a move. ]
; [ Kizuna Encounter - Super Tag Battle / Fu'un Super Tag Battle ]
kizuna:0:10892A:99:000:Infinite Time
kizuna:0:108313:C0:000:Infinite Energy PL1
kizuna:0:108513:C0:000:Infinite Energy PL2
kizuna:0:000000:00:999:[ Free player selection ]
kizuna:0:000000:00:999:[ Use just after selection ]
kizuna:0:000000:00:999:[screen, or between matches.]
kizuna:0:000000:00:999:[Note - Bosses plays *alone*]
kizuna:0:000000:00:999:[Little bug in selection, if]
kizuna:0:000000:00:999:[ you enable a boss. ]
kizuna:0:000000:00:999:[ First team-mate ]
kizuna:0:1088EC:00:001:Play with Hayate PL1
kizuna:0:1088EC:01:001:Play with Eagle PL1
kizuna:0:1088EC:02:001:Play with Gozu PL1
kizuna:0:1088EC:03:001:Play with Mezu PL1
kizuna:0:1088EC:04:001:Play with Rosa PL1
kizuna:0:1088EC:05:001:Play with King Young-Mok PL1
kizuna:0:1088EC:06:001:Play with Joker PL1
kizuna:0:1088EC:07:001:Play with Chung PL1
kizuna:0:1088EC:0B:001:Play with Angry Chung PL1
kizuna:0:1088EC:08:001:Play with Gordon PL1
kizuna:0:1088EC:09:001:Play with King Lion PL1
kizuna:0:1088ED:00:001:Play with Hayate PL2
kizuna:0:1088ED:01:001:Play with Eagle PL2
kizuna:0:1088ED:02:001:Play with Gozu PL2
kizuna:0:1088ED:03:001:Play with Mezu PL2
kizuna:0:1088ED:04:001:Play with Rosa PL2
kizuna:0:1088ED:05:001:Play with King Young-Mok PL2
kizuna:0:1088ED:06:001:Play with Joker PL2
kizuna:0:1088ED:07:001:Play with Chung PL2
kizuna:0:1088ED:0B:001:Play with Angry Chung PL2
kizuna:0:1088ED:08:001:Play with Gordon PL2
kizuna:0:1088ED:09:001:Play with King Lion PL2
kizuna:0:000000:00:999:[ Second team-mate ]
kizuna:0:1088EE:00:001:Play with Hayate PL1
kizuna:0:1088EE:01:001:Play with Eagle PL1
kizuna:0:1088EE:02:001:Play with Gozu PL1
kizuna:0:1088EE:03:001:Play with Mezu PL1
kizuna:0:1088EE:04:001:Play with Rosa PL1
kizuna:0:1088EE:05:001:Play with King Young-Mok PL1
kizuna:0:1088EE:06:001:Play with Joker PL1
kizuna:0:1088EE:07:001:Play with Chung PL1
kizuna:0:1088EE:0B:001:Play with Angry Chung PL1
kizuna:0:1088EE:08:001:Play with Gordon PL1
kizuna:0:1088EE:09:001:Play with King Lion PL1
kizuna:0:1088EF:00:001:Play with Hayate PL2
kizuna:0:1088EF:01:001:Play with Eagle PL2
kizuna:0:1088EF:02:001:Play with Gozu PL2
kizuna:0:1088EF:03:001:Play with Mezu PL2
kizuna:0:1088EF:04:001:Play with Rosa PL2
kizuna:0:1088EF:05:001:Play with King Young-Mok PL2
kizuna:0:1088EF:06:001:Play with Joker PL2
kizuna:0:1088EF:07:001:Play with Chung PL2
kizuna:0:1088EF:0B:001:Play with Angry Chung PL2
kizuna:0:1088EF:08:001:Play with Gordon PL2
kizuna:0:1088EF:09:001:Play with King Lion PL2
kizuna:0:000000:00:999:[ Boss selection ]
kizuna:0:1088EC:0A:001:Play with Super King Lion PL1
kizuna:0:1088EC:0C:001:Play with Crow Boss PL1
kizuna:0:1088ED:0A:001:Play with Super King Lion PL2
kizuna:0:1088ED:0C:001:Play with Crow Boss PL2
; [ Klax (set 1) ]
klax:0:3F369D:00:000:Infinite Tile Drops PL1
klax:0:3F3705:02:001:Finish 'Points' Level Now! PL1
klax:0:3F36F5:00:501:Finish 'Points' Level Now! PL1(2/4)
klax:0:3F36F6:00:501:Finish 'Points' Level Now! PL1(3/4)
klax:0:3F36F7:00:501:Finish 'Points' Level Now! PL1(4/4)
klax:0:3F36F7:00:001:Finish 'Other' Level types Now! PL1
klax:0:3F3705:02:001:Need klaxs Now! PL1
klax:0:3F3705:03:001:Need points Now! PL1
klax:0:3F3705:04:001:Need tiles Now! PL1
klax:0:3F3705:05:001:Need diagonals Now! PL1
klax:0:3F3705:06:001:Need horizontals Now! PL1
klax:0:3F3709:63:061:Select Next Wave PL1
klax:0:3F369F:00:000:Infinite Tile Drops PL2
klax:0:3F3707:02:001:Finish 'Points' Level Now! PL2
klax:0:3F36F9:00:501:Finish 'Points' Level Now! PL2(2/4)
klax:0:3F36FA:00:501:Finish 'Points' Level Now! PL2(3/4)
klax:0:3F36FB:00:501:Finish 'Points' Level Now! PL2(4/4)
klax:0:3F36FB:00:001:Finish 'Other' Level types Now! PL2
klax:0:3F3707:02:001:Need klaxs Now! PL2
klax:0:3F3707:03:001:Need points Now! PL2
klax:0:3F3707:04:001:Need tiles Now! PL2
klax:0:3F3707:05:001:Need diagonals Now! PL2
klax:0:3F3707:06:001:Need horizontals Now! PL2
klax:0:3F370B:63:061:Select Next Wave PL2
; [ Klax (set 2) ]
klax2:0:3F369D:00:000:Infinite Tile Drops PL1
klax2:0:3F3705:02:001:Finish 'Points' Level Now! PL1
klax2:0:3F36F5:00:501:Finish 'Points' Level Now! PL1(2/4)
klax2:0:3F36F6:00:501:Finish 'Points' Level Now! PL1(3/4)
klax2:0:3F36F7:00:501:Finish 'Points' Level Now! PL1(4/4)
klax2:0:3F36F7:00:001:Finish 'Other' Level types Now! PL1
klax2:0:3F3705:02:001:Need klaxs Now! PL1
klax2:0:3F3705:03:001:Need points Now! PL1
klax2:0:3F3705:04:001:Need tiles Now! PL1
klax2:0:3F3705:05:001:Need diagonals Now! PL1
klax2:0:3F3705:06:001:Need horizontals Now! PL1
klax2:0:3F3709:63:061:Select Next Wave PL1
klax2:0:3F369F:00:000:Infinite Tile Drops PL2
klax2:0:3F3707:02:001:Finish 'Points' Level Now! PL2
klax2:0:3F36F9:00:501:Finish 'Points' Level Now! PL2(2/4)
klax2:0:3F36FA:00:501:Finish 'Points' Level Now! PL2(3/4)
klax2:0:3F36FB:00:501:Finish 'Points' Level Now! PL2(4/4)
klax2:0:3F36FB:00:001:Finish 'Other' Level types Now! PL2
klax2:0:3F3707:02:001:Need klaxs Now! PL2
klax2:0:3F3707:03:001:Need points Now! PL2
klax2:0:3F3707:04:001:Need tiles Now! PL2
klax2:0:3F3707:05:001:Need diagonals Now! PL2
klax2:0:3F3707:06:001:Need horizontals Now! PL2
klax2:0:3F370B:63:061:Select Next Wave PL2
; [ Klax (set 3) ]
klax3:0:3F369D:00:000:Infinite Tile Drops PL1
klax3:0:3F3705:02:001:Finish 'Points' Level Now! PL1
klax3:0:3F36F5:00:501:Finish 'Points' Level Now! PL1(2/4)
klax3:0:3F36F6:00:501:Finish 'Points' Level Now! PL1(3/4)
klax3:0:3F36F7:00:501:Finish 'Points' Level Now! PL1(4/4)
klax3:0:3F36F7:00:001:Finish 'Other' Level types Now! PL1
klax3:0:3F3705:02:001:Need klaxs Now! PL1
klax3:0:3F3705:03:001:Need points Now! PL1
klax3:0:3F3705:04:001:Need tiles Now! PL1
klax3:0:3F3705:05:001:Need diagonals Now! PL1
klax3:0:3F3705:06:001:Need horizontals Now! PL1
klax3:0:3F3709:63:061:Select Next Wave PL1
klax3:0:3F369F:00:000:Infinite Tile Drops PL2
klax3:0:3F3707:02:001:Finish 'Points' Level Now! PL2
klax3:0:3F36F9:00:501:Finish 'Points' Level Now! PL2(2/4)
klax3:0:3F36FA:00:501:Finish 'Points' Level Now! PL2(3/4)
klax3:0:3F36FB:00:501:Finish 'Points' Level Now! PL2(4/4)
klax3:0:3F36FB:00:001:Finish 'Other' Level types Now! PL2
klax3:0:3F3707:02:001:Need klaxs Now! PL2
klax3:0:3F3707:03:001:Need points Now! PL2
klax3:0:3F3707:04:001:Need tiles Now! PL2
klax3:0:3F3707:05:001:Need diagonals Now! PL2
klax3:0:3F3707:06:001:Need horizontals Now! PL2
klax3:0:3F370B:63:061:Select Next Wave PL2
; [ Klax (Germany) ]
klaxd:0:3F369D:00:000:Infinite Tile Drops PL1
klaxd:0:3F3705:02:001:Finish 'Points' Level Now! PL1
klaxd:0:3F36F5:00:501:Finish 'Points' Level Now! PL1(2/4)
klaxd:0:3F36F6:00:501:Finish 'Points' Level Now! PL1(3/4)
klaxd:0:3F36F7:00:501:Finish 'Points' Level Now! PL1(4/4)
klaxd:0:3F36F7:00:001:Finish 'Other' Level types Now! PL1
klaxd:0:3F3705:02:001:Need klaxs Now! PL1
klaxd:0:3F3705:03:001:Need points Now! PL1
klaxd:0:3F3705:04:001:Need tiles Now! PL1
klaxd:0:3F3705:05:001:Need diagonals Now! PL1
klaxd:0:3F3705:06:001:Need horizontals Now! PL1
klaxd:0:3F3709:63:061:Select Next Wave PL1
klaxd:0:3F369F:00:000:Infinite Tile Drops PL2
klaxd:0:3F3707:02:001:Finish 'Points' Level Now! PL2
klaxd:0:3F36F9:00:501:Finish 'Points' Level Now! PL2(2/4)
klaxd:0:3F36FA:00:501:Finish 'Points' Level Now! PL2(3/4)
klaxd:0:3F36FB:00:501:Finish 'Points' Level Now! PL2(4/4)
klaxd:0:3F36FB:00:001:Finish 'Other' Level types Now! PL2
klaxd:0:3F3707:02:001:Need klaxs Now! PL2
klaxd:0:3F3707:03:001:Need points Now! PL2
klaxd:0:3F3707:04:001:Need tiles Now! PL2
klaxd:0:3F3707:05:001:Need diagonals Now! PL2
klaxd:0:3F3707:06:001:Need horizontals Now! PL2
klaxd:0:3F370B:63:061:Select Next Wave PL2
; [ Klax (Japan) ]
klaxj:0:3F369D:00:000:Infinite Tile Drops PL1
klaxj:0:3F3705:02:001:Finish 'Points' Level Now! PL1
klaxj:0:3F36F5:00:501:Finish 'Points' Level Now! PL1(2/4)
klaxj:0:3F36F6:00:501:Finish 'Points' Level Now! PL1(3/4)
klaxj:0:3F36F7:00:501:Finish 'Points' Level Now! PL1(4/4)
klaxj:0:3F36F7:00:001:Finish 'Other' Level types Now! PL1
klaxj:0:3F3705:02:001:Need klaxs Now! PL1
klaxj:0:3F3705:03:001:Need points Now! PL1
klaxj:0:3F3705:04:001:Need tiles Now! PL1
klaxj:0:3F3705:05:001:Need diagonals Now! PL1
klaxj:0:3F3705:06:001:Need horizontals Now! PL1
klaxj:0:3F3709:63:061:Select Next Wave PL1
klaxj:0:3F369F:00:000:Infinite Tile Drops PL2
klaxj:0:3F3707:02:001:Finish 'Points' Level Now! PL2
klaxj:0:3F36F9:00:501:Finish 'Points' Level Now! PL2(2/4)
klaxj:0:3F36FA:00:501:Finish 'Points' Level Now! PL2(3/4)
klaxj:0:3F36FB:00:501:Finish 'Points' Level Now! PL2(4/4)
klaxj:0:3F36FB:00:001:Finish 'Other' Level types Now! PL2
klaxj:0:3F3707:02:001:Need klaxs Now! PL2
klaxj:0:3F3707:03:001:Need points Now! PL2
klaxj:0:3F3707:04:001:Need tiles Now! PL2
klaxj:0:3F3707:05:001:Need diagonals Now! PL2
klaxj:0:3F3707:06:001:Need horizontals Now! PL2
klaxj:0:3F370B:63:061:Select Next Wave PL2
; [ Klax (prototype set 1) ]
klaxp1:0:3F539F:00:000:Infinite Tile Drops PL1
klaxp1:0:3F5403:02:001:Finish 'Points' Level Now! PL1
klaxp1:0:3F53F3:00:501:Finish 'Points' Level Now! PL1(2/4)
klaxp1:0:3F53F4:00:501:Finish 'Points' Level Now! PL1(3/4)
klaxp1:0:3F53F5:00:501:Finish 'Points' Level Now! PL1(4/4)
klaxp1:0:3F53F5:00:001:Finish 'Other' Level types Now! PL1
klaxp1:0:3F5403:02:001:Need klaxs Now! PL1
klaxp1:0:3F5403:03:001:Need points Now! PL1
klaxp1:0:3F5403:04:001:Need tiles Now! PL1
klaxp1:0:3F5403:05:001:Need diagonals Now! PL1
klaxp1:0:3F5403:06:001:Need horizontals Now! PL1
klaxp1:0:3F5407:63:061:Select Next Wave PL1
klaxp1:0:3F53A1:00:000:Infinite Tile Drops PL2
klaxp1:0:3F5405:02:001:Finish 'Points' Level Now! PL2
klaxp1:0:3F53F7:00:501:Finish 'Points' Level Now! PL2(2/4)
klaxp1:0:3F53F8:00:501:Finish 'Points' Level Now! PL2(3/4)
klaxp1:0:3F53F9:00:501:Finish 'Points' Level Now! PL2(4/4)
klaxp1:0:3F53F9:00:001:Finish 'Other' Level types Now! PL2
klaxp1:0:3F5405:02:001:Need klaxs Now! PL2
klaxp1:0:3F5405:03:001:Need points Now! PL2
klaxp1:0:3F5405:04:001:Need tiles Now! PL2
klaxp1:0:3F5405:05:001:Need diagonals Now! PL2
klaxp1:0:3F5405:06:001:Need horizontals Now! PL2
klaxp1:0:3F5409:63:061:Select Next Wave PL2
; [ Klax (prototype set 2) ]
klaxp2:0:3F539F:00:000:Infinite Tile Drops PL1
klaxp2:0:3F5403:02:001:Finish 'Points' Level Now! PL1
klaxp2:0:3F53F3:00:501:Finish 'Points' Level Now! PL1(2/4)
klaxp2:0:3F53F4:00:501:Finish 'Points' Level Now! PL1(3/4)
klaxp2:0:3F53F5:00:501:Finish 'Points' Level Now! PL1(4/4)
klaxp2:0:3F53F5:00:001:Finish 'Other' Level types Now! PL1
klaxp2:0:3F5403:02:001:Need klaxs Now! PL1
klaxp2:0:3F5403:03:001:Need points Now! PL1
klaxp2:0:3F5403:04:001:Need tiles Now! PL1
klaxp2:0:3F5403:05:001:Need diagonals Now! PL1
klaxp2:0:3F5403:06:001:Need horizontals Now! PL1
klaxp2:0:3F5407:63:061:Select Next Wave PL1
klaxp2:0:3F53A1:00:000:Infinite Tile Drops PL2
klaxp2:0:3F5405:02:001:Finish 'Points' Level Now! PL2
klaxp2:0:3F53F7:00:501:Finish 'Points' Level Now! PL2(2/4)
klaxp2:0:3F53F8:00:501:Finish 'Points' Level Now! PL2(3/4)
klaxp2:0:3F53F9:00:501:Finish 'Points' Level Now! PL2(4/4)
klaxp2:0:3F53F9:00:001:Finish 'Other' Level types Now! PL2
klaxp2:0:3F5405:02:001:Need klaxs Now! PL2
klaxp2:0:3F5405:03:001:Need points Now! PL2
klaxp2:0:3F5405:04:001:Need tiles Now! PL2
klaxp2:0:3F5405:05:001:Need diagonals Now! PL2
klaxp2:0:3F5405:06:001:Need horizontals Now! PL2
klaxp2:0:3F5409:63:061:Select Next Wave PL2
; [ Knuckle Heads (Japan) ]
knckhead:0:0011F5:63:000:Infinite Energy PL1
knckhead:0:0011F5:00:001:Drain all Energy Now! PL1
knckhead:0:0014AF:63:000:Infinite Energy PL2
knckhead:0:0014AF:00:001:Drain all Energy Now! PL2
; [ Knuckle Joe (set 1) ]
kncljoe:0:F000:99:000:Infinite Credits
kncljoe:0:F2BD:99:003:Infinite Time
kncljoe:0:F0E4:07:000:Infinite Lives
kncljoe:0:F505:0A:000:Infinite Energy
kncljoe:0:0000:00:999:[See the Dip Switch Menu to ]
kncljoe:0:0000:00:999:[enable Invincibility. It is]
kncljoe:0:0000:00:999:[actually only Infinite ]
kncljoe:0:0000:00:999:[Energy though! ]
; [ Knuckle Joe (set 2) ]
kncljoea:0:F000:99:000:Infinite Credits
kncljoea:0:F2BD:99:003:Infinite Time
kncljoea:0:F0E4:07:000:Infinite Lives
kncljoea:0:F505:0A:000:Infinite Energy
kncljoea:0:0000:00:999:[See the Dip Switch Menu to ]
kncljoea:0:0000:00:999:[enable Invincibility. It is]
kncljoea:0:0000:00:999:[actually only Infinite ]
kncljoea:0:0000:00:999:[Energy though! ]
; [ Knights of the Round (World) ]
knights:0:FFE7DA:59:000:Infinite Time
knights:0:FFE84D:00:000:Infinite Continues
knights:0:FFAC88:00:500:Infinite Continues (2/4)
knights:0:FFADA8:00:500:Infinite Continues (3/4)
knights:0:FFAEC8:00:500:Infinite Continues (4/4)
knights:0:FFA4C4:06:001:Go to last level Now!
knights:0:FFAC76:03:000:Infinite Lives PL1
knights:0:FFABA5:50:000:Infinite Energy PL1
knights:0:FFAC7A:78:000:Invincibility PL1
knights:0:FFAC4E:0F:001:Character level 16 PL1:Also gain 99999999 EP
knights:0:FFAC8C:99:501:Character level 16 PL1 (2/5)
knights:0:FFAC8D:99:501:Character level 16 PL1 (3/5)
knights:0:FFAC8E:99:501:Character level 16 PL1 (4/5)
knights:0:FFAC8F:99:501:Character level 16 PL1 (5/5)
knights:0:FFAD96:03:000:Infinite Lives PL2
knights:0:FFACC5:50:000:Infinite Energy PL2
knights:0:FFAD9A:78:000:Invincibility PL2
knights:0:FFAD6E:0F:001:Character level 16 PL2:Also gain 99999999 EP
knights:0:FFADAC:99:501:Character level 16 PL2 (2/5)
knights:0:FFADAD:99:501:Character level 16 PL2 (3/5)
knights:0:FFADAE:99:501:Character level 16 PL2 (4/5)
knights:0:FFADAF:99:501:Character level 16 PL2 (5/5)
knights:0:FFAEB6:03:000:Infinite Lives PL3
knights:0:FFADE5:50:000:Infinite Energy PL3
knights:0:FFAEBA:78:000:Invincibility PL3
knights:0:FFAD8E:0F:001:Character level 16 PL3:Also gain 99999999 EP
knights:0:FFAECC:99:501:Character level 16 PL3 (2/5)
knights:0:FFAECD:99:501:Character level 16 PL3 (3/5)
knights:0:FFAECE:99:501:Character level 16 PL3 (4/5)
knights:0:FFAECF:99:501:Character level 16 PL3 (5/5)
; [ Knights of the Round (Japan) ]
knightsj:0:FFE7DA:59:000:Infinite Time
knightsj:0:FFE84D:00:000:Infinite Continues
knightsj:0:FFAC88:00:500:Infinite Continues (2/4)
knightsj:0:FFADA8:00:500:Infinite Continues (3/4)
knightsj:0:FFAEC8:00:500:Infinite Continues (4/4)
knightsj:0:FFA4C4:06:001:Go to last level Now!
knightsj:0:FFAC76:03:000:Infinite Lives PL1
knightsj:0:FFABA5:50:000:Infinite Energy PL1
knightsj:0:FFAC7A:78:000:Invincibility PL1
knightsj:0:FFAC4E:0F:001:Character level 16 PL1:Also gain 99999999 EP
knightsj:0:FFAC8C:99:501:Character level 16 PL1 (2/5)
knightsj:0:FFAC8D:99:501:Character level 16 PL1 (3/5)
knightsj:0:FFAC8E:99:501:Character level 16 PL1 (4/5)
knightsj:0:FFAC8F:99:501:Character level 16 PL1 (5/5)
knightsj:0:FFAD96:03:000:Infinite Lives PL2
knightsj:0:FFACC5:50:000:Infinite Energy PL2
knightsj:0:FFAD9A:78:000:Invincibility PL2
knightsj:0:FFAD6E:0F:001:Character level 16 PL2:Also gain 99999999 EP
knightsj:0:FFADAC:99:501:Character level 16 PL2 (2/5)
knightsj:0:FFADAD:99:501:Character level 16 PL2 (3/5)
knightsj:0:FFADAE:99:501:Character level 16 PL2 (4/5)
knightsj:0:FFADAF:99:501:Character level 16 PL2 (5/5)
knightsj:0:FFAEB6:03:000:Infinite Lives PL3
knightsj:0:FFADE5:50:000:Infinite Energy PL3
knightsj:0:FFAEBA:78:000:Invincibility PL3
knightsj:0:FFAD8E:0F:001:Character level 16 PL3:Also gain 99999999 EP
knightsj:0:FFAECC:99:501:Character level 16 PL3 (2/5)
knightsj:0:FFAECD:99:501:Character level 16 PL3 (3/5)
knightsj:0:FFAECE:99:501:Character level 16 PL3 (4/5)
knightsj:0:FFAECF:99:501:Character level 16 PL3 (5/5)
; [ Knights of the Round (US) ]
knightsu:0:FFE7DA:59:000:Infinite Time
knightsu:0:FFE84D:00:000:Infinite Continues
knightsu:0:FFAC88:00:500:Infinite Continues (2/4)
knightsu:0:FFADA8:00:500:Infinite Continues (3/4)
knightsu:0:FFAEC8:00:500:Infinite Continues (4/4)
knightsu:0:FFA4C4:06:001:Go to last level Now!
knightsu:0:FFAC76:03:000:Infinite Lives PL1
knightsu:0:FFABA5:50:000:Infinite Energy PL1
knightsu:0:FFAC7A:78:000:Invincibility PL1
knightsu:0:FFAC4E:0F:001:Character level 16 PL1:Also gain 99999999 EP
knightsu:0:FFAC8C:99:501:Character level 16 PL1 (2/5)
knightsu:0:FFAC8D:99:501:Character level 16 PL1 (3/5)
knightsu:0:FFAC8E:99:501:Character level 16 PL1 (4/5)
knightsu:0:FFAC8F:99:501:Character level 16 PL1 (5/5)
knightsu:0:FFAD96:03:000:Infinite Lives PL2
knightsu:0:FFACC5:50:000:Infinite Energy PL2
knightsu:0:FFAD9A:78:000:Invincibility PL2
knightsu:0:FFAD6E:0F:001:Character level 16 PL2:Also gain 99999999 EP
knightsu:0:FFADAC:99:501:Character level 16 PL2 (2/5)
knightsu:0:FFADAD:99:501:Character level 16 PL2 (3/5)
knightsu:0:FFADAE:99:501:Character level 16 PL2 (4/5)
knightsu:0:FFADAF:99:501:Character level 16 PL2 (5/5)
knightsu:0:FFAEB6:03:000:Infinite Lives PL3
knightsu:0:FFADE5:50:000:Infinite Energy PL3
knightsu:0:FFAEBA:78:000:Invincibility PL3
knightsu:0:FFAD8E:0F:001:Character level 16 PL3:Also gain 99999999 EP
knightsu:0:FFAECC:99:501:Character level 16 PL3 (2/5)
knightsu:0:FFAECD:99:501:Character level 16 PL3 (3/5)
knightsu:0:FFAECE:99:501:Character level 16 PL3 (4/5)
knightsu:0:FFAECF:99:501:Character level 16 PL3 (5/5)
; [ Knock Out!! ]
knockout:0:4108:08:000:Infinite Lives
knockout:0:0000:00:999:[For invincibility enable ]
knockout:0:0000:00:999:[all cheats (A/B/C) only ]
knockout:0:0000:00:999:[during gameplay. ]
knockout:0:4300:01:000:Invincibility (A)
knockout:0:4302:01:000:Invincibility (B)
knockout:0:4793:01:000:Invincibility (C)
; [ King of Dragons, The (World) ]
kod:0:FFE084:63:000:Infinite Time
kod:0:FF431B:00:001:Kill Guardian with 1 hit Now!
kod:0:FF125D:03:000:Infinite Lives PL1
kod:0:FF129B:63:000:Infinite Energy PL1
kod:0:FF128E:64:000:Invincibility PL1
kod:0:FF12A2:17:000:Make Character=24 (max) PL1
kod:0:FF12A3:07:000:Make Weapon=8 (max) PL1
kod:0:FF12A4:07:000:Make Protection=8 (max) PL1
kod:0:000000:00:999:[EP = Experience Points ]
kod:0:000000:00:999:[99999999 EP = char level 24]
kod:0:FF12C2:99:000:Have 99999999 EP PL1
kod:0:FF12C3:99:500:Have 99999999 EP PL1 (2/4)
kod:0:FF12C4:99:500:Have 99999999 EP PL1 (3/4)
kod:0:FF12C5:99:500:Have 99999999 EP PL1 (4/4)
kod:0:FF135D:03:000:Infinite Lives PL2
kod:0:FF139B:63:000:Infinite Energy PL2
kod:0:FF138E:64:000:Invincibility PL2
kod:0:FF13A2:17:000:Make Character=24 (max) PL2
kod:0:FF13A3:07:000:Make Weapon=8 (max) PL2
kod:0:FF13A4:07:000:Make Protection=8 (max) PL2
kod:0:000000:00:999:[EP = Experience Points ]
kod:0:000000:00:999:[99999999 EP = char level 24]
kod:0:FF13C2:99:000:Have 99999999 EP PL2
kod:0:FF13C3:99:500:Have 99999999 EP PL2 (2/4)
kod:0:FF13C4:99:500:Have 99999999 EP PL2 (3/4)
kod:0:FF13C5:99:500:Have 99999999 EP PL2 (4/4)
kod:0:FF145D:03:000:Infinite Lives PL3
kod:0:FF149B:63:000:Infinite Energy PL3
kod:0:FF148E:64:000:Invincibility PL3
kod:0:FF14A2:17:000:Make Character=24 (max) PL3
kod:0:FF14A3:07:000:Make Weapon=8 (max) PL3
kod:0:FF14A4:07:000:Make Protection=8 (max) PL3
kod:0:000000:00:999:[EP = Experience Points ]
kod:0:000000:00:999:[99999999 EP = char level 24]
kod:0:FF14C2:99:000:Have 99999999 EP PL3
kod:0:FF14C3:99:500:Have 99999999 EP PL3 (2/4)
kod:0:FF14C4:99:500:Have 99999999 EP PL3 (3/4)
kod:0:FF14C5:99:500:Have 99999999 EP PL3 (4/4)
kod:0:FF0E49:0E:001:Go to last level
; [ King of Dragons, The (bootleg) ]
kodb:0:FFE084:63:000:Infinite Time
kodb:0:FF431B:00:001:Kill Guardian with 1 hit Now!
kodb:0:FF125D:03:000:Infinite Lives PL1
kodb:0:FF129B:63:000:Infinite Energy PL1
kodb:0:FF128E:64:000:Invincibility PL1
kodb:0:FF12A2:17:000:Make Character=24 (max) PL1
kodb:0:FF12A3:07:000:Make Weapon=8 (max) PL1
kodb:0:FF12A4:07:000:Make Protection=8 (max) PL1
kodb:0:000000:00:999:[EP = Experience Points ]
kodb:0:000000:00:999:[99999999 EP = char level 24]
kodb:0:FF12C2:99:000:Have 99999999 EP PL1
kodb:0:FF12C3:99:500:Have 99999999 EP PL1 (2/4)
kodb:0:FF12C4:99:500:Have 99999999 EP PL1 (3/4)
kodb:0:FF12C5:99:500:Have 99999999 EP PL1 (4/4)
kodb:0:FF135D:03:000:Infinite Lives PL2
kodb:0:FF139B:63:000:Infinite Energy PL2
kodb:0:FF138E:64:000:Invincibility PL2
kodb:0:FF13A2:17:000:Make Character=24 (max) PL2
kodb:0:FF13A3:07:000:Make Weapon=8 (max) PL2
kodb:0:FF13A4:07:000:Make Protection=8 (max) PL2
kodb:0:000000:00:999:[EP = Experience Points ]
kodb:0:000000:00:999:[99999999 EP = char level 24]
kodb:0:FF13C2:99:000:Have 99999999 EP PL2
kodb:0:FF13C3:99:500:Have 99999999 EP PL2 (2/4)
kodb:0:FF13C4:99:500:Have 99999999 EP PL2 (3/4)
kodb:0:FF13C5:99:500:Have 99999999 EP PL2 (4/4)
kodb:0:FF145D:03:000:Infinite Lives PL3
kodb:0:FF149B:63:000:Infinite Energy PL3
kodb:0:FF148E:64:000:Invincibility PL3
kodb:0:FF14A2:17:000:Make Character=24 (max) PL3
kodb:0:FF14A3:07:000:Make Weapon=8 (max) PL3
kodb:0:FF14A4:07:000:Make Protection=8 (max) PL3
kodb:0:000000:00:999:[EP = Experience Points ]
kodb:0:000000:00:999:[99999999 EP = char level 24]
kodb:0:FF14C2:99:000:Have 99999999 EP PL3
kodb:0:FF14C3:99:500:Have 99999999 EP PL3 (2/4)
kodb:0:FF14C4:99:500:Have 99999999 EP PL3 (3/4)
kodb:0:FF14C5:99:500:Have 99999999 EP PL3 (4/4)
kodb:0:FF0E49:0E:001:Go to last level
; [ King of Dragons, The (Japan) ]
kodj:0:FFE084:63:000:Infinite Time
kodj:0:FF431B:00:001:Kill Guardian with 1 hit Now!
kodj:0:FF125D:03:000:Infinite Lives PL1
kodj:0:FF129B:63:000:Infinite Energy PL1
kodj:0:FF128E:64:000:Invincibility PL1
kodj:0:FF12A2:17:000:Make Character=24 (max) PL1
kodj:0:FF12A3:07:000:Make Weapon=8 (max) PL1
kodj:0:FF12A4:07:000:Make Protection=8 (max) PL1
kodj:0:000000:00:999:[EP = Experience Points ]
kodj:0:000000:00:999:[99999999 EP = char level 24]
kodj:0:FF12C2:99:000:Have 99999999 EP PL1
kodj:0:FF12C3:99:500:Have 99999999 EP PL1 (2/4)
kodj:0:FF12C4:99:500:Have 99999999 EP PL1 (3/4)
kodj:0:FF12C5:99:500:Have 99999999 EP PL1 (4/4)
kodj:0:FF135D:03:000:Infinite Lives PL2
kodj:0:FF139B:63:000:Infinite Energy PL2
kodj:0:FF138E:64:000:Invincibility PL2
kodj:0:FF13A2:17:000:Make Character=24 (max) PL2
kodj:0:FF13A3:07:000:Make Weapon=8 (max) PL2
kodj:0:FF13A4:07:000:Make Protection=8 (max) PL2
kodj:0:000000:00:999:[EP = Experience Points ]
kodj:0:000000:00:999:[99999999 EP = char level 24]
kodj:0:FF13C2:99:000:Have 99999999 EP PL2
kodj:0:FF13C3:99:500:Have 99999999 EP PL2 (2/4)
kodj:0:FF13C4:99:500:Have 99999999 EP PL2 (3/4)
kodj:0:FF13C5:99:500:Have 99999999 EP PL2 (4/4)
kodj:0:FF145D:03:000:Infinite Lives PL3
kodj:0:FF149B:63:000:Infinite Energy PL3
kodj:0:FF148E:64:000:Invincibility PL3
kodj:0:FF14A2:17:000:Make Character=24 (max) PL3
kodj:0:FF14A3:07:000:Make Weapon=8 (max) PL3
kodj:0:FF14A4:07:000:Make Protection=8 (max) PL3
kodj:0:000000:00:999:[EP = Experience Points ]
kodj:0:000000:00:999:[99999999 EP = char level 24]
kodj:0:FF14C2:99:000:Have 99999999 EP PL3
kodj:0:FF14C3:99:500:Have 99999999 EP PL3 (2/4)
kodj:0:FF14C4:99:500:Have 99999999 EP PL3 (3/4)
kodj:0:FF14C5:99:500:Have 99999999 EP PL3 (4/4)
kodj:0:FF0E49:0E:001:Go to last level
; [ King of Dragons, The (US) ]
kodu:0:FFE084:63:000:Infinite Time
kodu:0:FF431B:00:001:Kill Guardian with 1 hit Now!
kodu:0:FF125D:03:000:Infinite Lives PL1
kodu:0:FF129B:63:000:Infinite Energy PL1
kodu:0:FF128E:64:000:Invincibility PL1
kodu:0:FF12A2:17:000:Make Character=24 (max) PL1
kodu:0:FF12A3:07:000:Make Weapon=8 (max) PL1
kodu:0:FF12A4:07:000:Make Protection=8 (max) PL1
kodu:0:000000:00:999:[EP = Experience Points ]
kodu:0:000000:00:999:[99999999 EP = char level 24]
kodu:0:FF12C2:99:000:Have 99999999 EP PL1
kodu:0:FF12C3:99:500:Have 99999999 EP PL1 (2/4)
kodu:0:FF12C4:99:500:Have 99999999 EP PL1 (3/4)
kodu:0:FF12C5:99:500:Have 99999999 EP PL1 (4/4)
kodu:0:FF135D:03:000:Infinite Lives PL2
kodu:0:FF139B:63:000:Infinite Energy PL2
kodu:0:FF138E:64:000:Invincibility PL2
kodu:0:FF13A2:17:000:Make Character=24 (max) PL2
kodu:0:FF13A3:07:000:Make Weapon=8 (max) PL2
kodu:0:FF13A4:07:000:Make Protection=8 (max) PL2
kodu:0:000000:00:999:[EP = Experience Points ]
kodu:0:000000:00:999:[99999999 EP = char level 24]
kodu:0:FF13C2:99:000:Have 99999999 EP PL2
kodu:0:FF13C3:99:500:Have 99999999 EP PL2 (2/4)
kodu:0:FF13C4:99:500:Have 99999999 EP PL2 (3/4)
kodu:0:FF13C5:99:500:Have 99999999 EP PL2 (4/4)
kodu:0:FF145D:03:000:Infinite Lives PL3
kodu:0:FF149B:63:000:Infinite Energy PL3
kodu:0:FF148E:64:000:Invincibility PL3
kodu:0:FF14A2:17:000:Make Character=24 (max) PL3
kodu:0:FF14A3:07:000:Make Weapon=8 (max) PL3
kodu:0:FF14A4:07:000:Make Protection=8 (max) PL3
kodu:0:000000:00:999:[EP = Experience Points ]
kodu:0:000000:00:999:[99999999 EP = char level 24]
kodu:0:FF14C2:99:000:Have 99999999 EP PL3
kodu:0:FF14C3:99:500:Have 99999999 EP PL3 (2/4)
kodu:0:FF14C4:99:500:Have 99999999 EP PL3 (3/4)
kodu:0:FF14C5:99:500:Have 99999999 EP PL3 (4/4)
kodu:0:FF0E49:0E:001:Go to last level
; [ Kodure Ookami (Japan) ]
kodure:0:063510:99:000:Infinite Time
kodure:0:063511:99:500:Infinite Time (2/2)
kodure:0:061057:08:000:Infinite Energy
kodure:0:063772:09:000:Infinite FireBall Cart:Only activate with cart!
kodure:0:063773:09:500:Infinite FireBall Cart (2/2)
kodure:0:06379F:06:071:Select Starting Level:Enable on the intro screen
kodure:0:06379A:9A:000:Infinite Lives PL1
kodure:0:06379B:00:000:Keep a Baby on your back PL1:So that you can attack
kodure:0:000000:00:999:[Only activate this when the]
kodure:0:000000:00:999:[character is NOT flashing!!]
kodure:0:063794:0A:001:No Lower class enemies PL1:Turn off at end of level
kodure:0:06379C:00:000:Always have Sword weapon PL1
kodure:0:06379C:01:000:Always have Spear weapon PL1
kodure:0:06379C:00:001:Get Sword weapon Now! PL1
kodure:0:06379C:01:001:Get Spear weapon Now! PL1
kodure:0:06379E:02:000:Bonus Stage (2 Symbols) PL1
kodure:0:0637BA:9A:000:Infinite Lives PL2
kodure:0:0637BB:00:000:Keep a Baby on your back PL2:So that you can attack
kodure:0:0637BC:00:000:Always have Sword weapon PL2
kodure:0:0637BC:01:000:Always have Spear weapon PL2
kodure:0:0637BC:00:001:Get Sword weapon Now! PL2
kodure:0:0637BC:01:001:Get Spear weapon Now! PL2
kodure:0:000000:00:999:[Only activate this when the]
kodure:0:000000:00:999:[character is NOT flashing!!]
kodure:0:0637B4:0A:001:No Lower class enemies PL2:Turn off at end of level
kodure:0:0637BE:02:000:Bonus Stage (2 Symbols) PL2
; [ King of Fighters '94, The ]
kof94:0:10882E:60:006:Infinite Time
kof94:0:10882E:00:001:Finish Round Now!
kof94:0:108221:CF:000:Infinite Energy PL1
kof94:0:108221:00:001:Drain all Energy Now! PL1
kof94:0:108219:7F:000:Always have Max POW PL1
kof94:0:108219:7F:001:Get Max POW Now! PL1
kof94:0:108421:CF:000:Infinite Energy PL2
kof94:0:108421:00:001:Drain all Energy Now! PL2
kof94:0:108419:7F:000:Always have Max POW PL2
kof94:0:108419:7F:001:Get Max POW Now! PL2
kof94:0:000000:00:999:[ Use at selection screen ]
kof94:0:108231:08:001:Play with Rugal PL1
kof94:0:108431:08:001:Play with Rugal PL2
; [ King of Fighters '95, The ]
kof95:0:10A836:60:007:Infinite Time
kof95:0:10A836:00:001:Finish Round Now!
kof95:0:108221:CF:000:Infinite Energy PL1
kof95:0:108221:00:001:Drain all Energy Now! PL1
kof95:0:108219:7F:000:Always have Max POW PL1
kof95:0:108219:7F:001:Get Max POW Now! PL1
kof95:0:108421:CF:000:Infinite Energy PL2
kof95:0:108421:00:001:Drain all Energy Now! PL2
kof95:0:108419:7F:000:Always have Max POW PL2
kof95:0:108419:7F:001:Get Max POW Now! PL2
kof95:0:000000:00:999:[ Free player selection ]
kof95:0:100000:04:000:Boss code & Timer stop
kof95:0:000000:00:999:[ Use just after selection ]
kof95:0:000000:00:999:[ First character ]
kof95:0:10A843:18:001:Play with Saisyu Kusanagi PL1
kof95:0:10A843:19:001:Play with Omega Rugal PL1
kof95:0:10A853:18:001:Play with Saisyu Kusanagi PL2
kof95:0:10A853:19:001:Play with Omega Rugal PL2
kof95:0:000000:00:999:[ Second character ]
kof95:0:10A844:18:001:Play with Saisyu Kusanagi PL1
kof95:0:10A844:19:001:Play with Omega Rugal PL1
kof95:0:10A854:18:001:Play with Saisyu Kusanagi PL2
kof95:0:10A854:19:001:Play with Omega Rugal PL2
kof95:0:000000:00:999:[ Third character ]
kof95:0:10A845:18:001:Play with Saisyu Kusanagi PL1
kof95:0:10A845:19:001:Play with Omega Rugal PL1
kof95:0:10A855:18:001:Play with Saisyu Kusanagi PL2
kof95:0:10A855:19:001:Play with Omega Rugal PL2
; [ King of Fighters '96, The ]
kof96:0:10A836:60:005:Infinite Time
kof96:0:108239:67:000:Infinite Energy PL1
kof96:0:1081E8:80:000:Infinite Power PL1
kof96:0:1081EA:3C:500:Infinite Power PL1 (2/3)
kof96:0:10824D:04:500:Infinite Power PL1 (3/3)
kof96:0:108439:67:000:Infinite Energy PL2
kof96:0:1083E8:80:000:Infinite Power PL2
kof96:0:1083EA:3C:500:Infinite Power PL2 (2/3)
kof96:0:10844D:04:500:Infinite Power PL2 (3/3)
kof96:0:000000:00:999:[ Free player selection ]
kof96:0:100000:04:000:Boss code & Timer stop
kof96:0:000000:00:999:[ Use after selection ]
kof96:0:000000:00:999:[ First team member ]
kof96:0:10A846:1B:001:Play with Chizuku Kagura PL1
kof96:0:10A846:1C:001:Play with Goenitz PL1
kof96:0:10A857:1B:001:Play with Chizuku Kagura PL2
kof96:0:10A857:1C:001:Play with Goenitz PL2
kof96:0:000000:00:999:[ Second team member ]
kof96:0:10A847:1B:001:Play with Chizuku Kagura PL1
kof96:0:10A847:1C:001:Play with Goenitz PL1
kof96:0:10A858:1B:001:Play with Chizuku Kagura PL2
kof96:0:10A858:1C:001:Play with Goenitz PL2
kof96:0:000000:00:999:[ Third team member ]
kof96:0:10A848:1B:001:Play with Chizuku Kagura PL1
kof96:0:10A848:1C:001:Play with Goenitz PL1
kof96:0:10A859:1B:001:Play with Chizuku Kagura PL2
kof96:0:10A859:1C:001:Play with Goenitz PL2
; [ King of Fighters '97, The ]
kof97:0:10A83A:60:006:Infinite Time
kof97:0:108239:67:000:Infinite Energy PL1
kof97:0:108439:67:000:Infinite Energy PL2
kof97:0:000000:00:999:[Cheats in "Advanced" mode]
kof97:0:1082E3:03:000:Infinite Power PL1
kof97:0:1081EA:40:500:Infinite Power PL1 (2/4)
kof97:0:10825F:23:500:Infinite Power PL1 (3/4)
kof97:0:1081E0:10:520:Infinite Power PL1 (4/4)
kof97:0:1084E3:03:000:Infinite Power PL2
kof97:0:1083EA:40:500:Infinite Power PL2 (2/4)
kof97:0:10845F:23:500:Infinite Power PL2 (3/4)
kof97:0:1083E0:10:520:Infinite Power PL2 (4/4)
kof97:0:000000:00:999:[Cheats in "Extra" mode]
kof97:0:1081E0:10:020:Maximum Power PL1
kof97:0:1081E8:81:500:Maximum Power PL1 (2/4)
kof97:0:1081EA:3F:500:Maximum Power PL1 (3/4)
kof97:0:10824D:04:500:Maximum Power PL1 (4/4)
kof97:0:1083E0:10:020:Maximum Power PL2
kof97:0:1083E8:81:500:Maximum Power PL2 (2/4)
kof97:0:1083EA:3F:500:Maximum Power PL2 (3/4)
kof97:0:10844D:04:500:Maximum Power PL2 (4/4)
kof97:0:000000:00:999:[ Free player selection ]
kof97:0:000000:00:999:[ The following cheat is ]
kof97:0:000000:00:999:[ the only way to enable ]
kof97:0:000000:00:999:[ the "special" team, ]
kof97:0:000000:00:999:[ met just before Orochi ]
kof97:0:100000:04:000:Boss code & Timer stop:Don't enable Orochi
kof97:0:000000:00:999:[ Use just after selection ]
kof97:0:000000:00:999:[ First team member ]
kof97:0:10A84B:1C:001:Play with 'Beast' Iori PL1
kof97:0:10A84B:1D:001:Play with 'Beast' Leona PL1
kof97:0:10A84B:1E:001:Play with Orochi PL1
kof97:0:10A85C:1C:001:Play with 'Beast' Iori PL2
kof97:0:10A85C:1D:001:Play with 'Beast' Leona PL2
kof97:0:10A85C:1E:001:Play with Orochi PL2
kof97:0:000000:00:999:[ Second team member ]
kof97:0:10A84C:1C:001:Play with 'Beast' Iori PL1
kof97:0:10A84C:1D:001:Play with 'Beast' Leona PL1
kof97:0:10A84C:1E:001:Play with Orochi PL1
kof97:0:10A85D:1C:001:Play with 'Beast' Iori PL2
kof97:0:10A85D:1D:001:Play with 'Beast' Leona PL2
kof97:0:10A85D:1E:001:Play with Orochi PL2
kof97:0:000000:00:999:[ Third team member ]
kof97:0:10A84D:1C:001:Play with 'Beast' Iori PL1
kof97:0:10A84D:1D:001:Play with 'Beast' Leona PL1
kof97:0:10A84D:1E:001:Play with Orochi PL1
kof97:0:10A85E:1C:001:Play with 'Beast' Iori PL2
kof97:0:10A85E:1D:001:Play with 'Beast' Leona PL2
kof97:0:10A85E:1E:001:Play with Orochi PL2
; [ King of Fighters '98 - The Slugfest / King of Fighters '98 - ]
kof98:0:000000:00:999:[All these to be verified ]
kof98:0:10A83A:60:006:Infinite Time
kof98:0:108239:67:000:Infinite Energy PL1
kof98:0:108439:67:000:Infinite Energy PL2
kof98:0:000000:00:999:[Cheats in "Advanced" mode ]
kof98:0:1082E3:04:000:Infinite Chi PL1
kof98:0:1081EA:40:500:Infinite Chi PL1 (2/4)
kof98:0:108254:0D:500:Infinite Chi PL1 (3/4)
kof98:0:10821F:09:500:Infinite Chi PL1 (4/4)
kof98:0:1084E3:04:000:Infinite Chi PL2
kof98:0:1083EA:40:500:Infinite Chi PL2 (2/4)
kof98:0:108454:0D:500:Infinite Chi PL2 (3/4)
kof98:0:10841F:09:500:Infinite Chi PL2 (4/4)
kof98:0:000000:00:999:[Cheats in "Extra" mode ]
kof98:0:1081E8:A0:000:Infinite Chi PL1
kof98:0:1081EA:40:500:Infinite Chi PL1 (2/4)
kof98:0:10821F:08:500:Infinite Chi PL1 (3/4)
kof98:0:10824D:04:500:Infinite Chi PL1 (4/4)
kof98:0:1083E8:A0:000:Infinite Chi PL2
kof98:0:1083EA:40:500:Infinite Chi PL2 (2/4)
kof98:0:10841F:08:500:Infinite Chi PL2 (3/4)
kof98:0:10844D:04:500:Infinite Chi PL2 (4/4)
kof98:0:000000:00:999:[ Free Boss selection ]
kof98:0:000000:00:999:[ Use just after selection ]
kof98:0:000000:00:999:[ You could have now Rugal ]
kof98:0:000000:00:999:[ and Omega Rugal in the ]
kof98:0:000000:00:999:[ same team. ]
kof98:0:000000:00:999:[ Note - To avoid energy ]
kof98:0:000000:00:999:[problems, Rugal must be the]
kof98:0:000000:00:999:[ third character. ]
kof98:0:000000:00:999:[ Omega Rugal can only be ]
kof98:0:000000:00:999:[ the first character. ]
kof98:0:000000:00:999:[ For ]
kof98:0:10A85A:01:001:Enable Omega Rugal PL1
kof98:0:10A84E:24:501:Enable Omega Rugal PL1 (2/2)
kof98:0:10A850:24:001:Play with Rugal 3rd pos. PL1
kof98:0:10A86B:01:001:Enable Omega Rugal PL2
kof98:0:10A85F:24:501:Enable Omega Rugal PL2 (2/2)
kof98:0:10A861:24:001:Play with Rugal 3rd pos. PL2
; [ King of Fighters '99 - Millennium Battle, The ]
kof99:0:10A7E6:99:000:Infinite Time
kof99:0:10A7E6:00:001:Finish this Round Now!
kof99:0:108239:65:000:Infinite Energy PL1
kof99:0:108239:00:001:Drain all Energy Now! PL1
kof99:0:1081E8:90:000:Maximum Power PL1
kof99:0:1081E8:00:001:Drain all Power Now! PL1
kof99:0:1082E3:03:000:Infinite Strikers PL1
kof99:0:108439:65:000:Infinite Energy PL2
kof99:0:108439:00:001:Drain all Energy Now! PL2
kof99:0:1083E8:90:000:Maximum Power PL2
kof99:0:1083E8:00:001:Drain all Power Now! PL2
kof99:0:1084E3:03:000:Infinite Strikers PL2
; [ King of Fighters '99 - Millennium Battle, The (prototype) ]
kof99p:0:10A7E6:99:000:Infinite Time
kof99p:0:10A7E6:00:001:Finish this Round Now!
kof99p:0:108239:65:000:Infinite Energy PL1
kof99p:0:108239:00:001:Drain all Energy Now! PL1
kof99p:0:1081E8:90:000:Maximum Power PL1
kof99p:0:1081E8:00:001:Drain all Power Now! PL1
kof99p:0:1082E3:03:000:Infinite Strikers PL1
kof99p:0:108439:65:000:Infinite Energy PL2
kof99p:0:108439:00:001:Drain all Energy Now! PL2
kof99p:0:1083E8:90:000:Maximum Power PL2
kof99p:0:1083E8:00:001:Drain all Power Now! PL2
kof99p:0:1084E3:03:000:Infinite Strikers PL2
; [ Mahjong Koi no Magic Potion (Japan) ]
koinomp:0:0000:00:999:[The winning hand cheat must]
koinomp:0:0000:00:999:[be activated when there are]
koinomp:0:0000:00:999:[14 tiles in your hand, then]
koinomp:0:0000:00:999:[press the RON key . ]
koinomp:0:0000:00:999:[('Z' by default). The tiles]
koinomp:0:0000:00:999:[do not visually change ]
koinomp:0:0000:00:999:[until you make a move. ]
koinomp:0:ECDC:31:001:Get winning hand Now!
koinomp:0:ECDD:31:501:Get winning hand Now! (02/14)
koinomp:0:ECDE:31:501:Get winning hand Now! (03/14)
koinomp:0:ECDF:32:501:Get winning hand Now! (04/14)
koinomp:0:ECE0:32:501:Get winning hand Now! (05/14)
koinomp:0:ECE1:32:501:Get winning hand Now! (06/14)
koinomp:0:ECE2:33:501:Get winning hand Now! (07/14)
koinomp:0:ECE3:33:501:Get winning hand Now! (08/14)
koinomp:0:ECE4:33:501:Get winning hand Now! (09/14)
koinomp:0:ECE5:34:501:Get winning hand Now! (10/14)
koinomp:0:ECE6:34:501:Get winning hand Now! (11/14)
koinomp:0:ECE7:34:501:Get winning hand Now! (12/14)
koinomp:0:ECE8:35:501:Get winning hand Now! (13/14)
koinomp:0:ECE9:35:501:Get winning hand Now! (14/14)
koinomp:0:0000:00:999:[At the start of a game, ]
koinomp:0:0000:00:999:[there may be some small ]
koinomp:0:0000:00:999:[glitches on the tiles when ]
koinomp:0:0000:00:999:[using the 'Always' cheats. ]
koinomp:0:0000:00:999:[The cheats should still ]
koinomp:0:0000:00:999:[work as normal. ]
koinomp:0:ECDC:31:000:Always winning hand
koinomp:0:ECDD:31:500:Always winning hand (02/14)
koinomp:0:ECDE:31:500:Always winning hand (03/14)
koinomp:0:ECDF:32:500:Always winning hand (04/14)
koinomp:0:ECE0:32:500:Always winning hand (05/14)
koinomp:0:ECE1:32:500:Always winning hand (06/14)
koinomp:0:ECE2:33:500:Always winning hand (07/14)
koinomp:0:ECE3:33:500:Always winning hand (08/14)
koinomp:0:ECE4:33:500:Always winning hand (09/14)
koinomp:0:ECE5:34:500:Always winning hand (10/14)
koinomp:0:ECE6:34:500:Always winning hand (11/14)
koinomp:0:ECE7:34:500:Always winning hand (12/14)
koinomp:0:ECE8:35:500:Always winning hand (13/14)
koinomp:0:ECE9:35:500:Always winning hand (14/14)
; [ Konami '88 ]
konami88:0:0000:00:999:[It is best to turn off the ]
konami88:0:0000:00:999:[event select cheats when ]
konami88:0:0000:00:999:[you start the event or you ]
konami88:0:0000:00:999:[will not progress events! ]
konami88:0:20D4:00:000:Set event to 100m Dash
konami88:0:20D4:01:000:Set event to Long Jump
konami88:0:20D4:02:000:Set event to 400m Relay 1
konami88:0:20D4:03:000:Set event to Skeet Shooting
konami88:0:20D4:04:000:Set event to 110m Hurdles
konami88:0:20D4:05:000:Set event to Archery
konami88:0:20D4:06:000:Set event to Javelin Throw
konami88:0:20D4:07:000:Set event to High Jump
konami88:0:20D4:08:000:Set event to 400m Relay 2:Only use before game starts!
konami88:0:20D4:08:000:Finish Game after this event!
konami88:0:0000:00:999:[Note Event cheats should be]
konami88:0:0000:00:999:[turned off at end of event ]
konami88:0:0000:00:999:[or sprite corruption will ]
konami88:0:0000:00:999:[occur. Don't turn on max ]
konami88:0:0000:00:999:[power cheats too soon! ]
konami88:0:0000:00:999:[ 100M DASH ]
konami88:0:2AB4:00:000:Infinite Time '00"00'
konami88:0:2AB3:00:500:Infinite Time '00"00' (2/4)
konami88:0:2AB2:00:500:Infinite Time '00"00' (3/4)
konami88:0:2AB1:00:500:Infinite Time '00"00' (4/4)
konami88:0:2312:0A:000:Maximum Power PL1
konami88:0:232A:0A:500:Maximum Power PL1 (2/2)
konami88:0:3322:00:000:Infinite False Starts PL1
konami88:0:0000:00:999:[ LONG JUMP ]
konami88:0:2365:E0:000:Maximum Power:Press fire to get body back
konami88:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
konami88:0:2364:45:000:Always jump at 45 deg.
konami88:0:2363:2D:500:Always jump at 45 deg. (2/2)
konami88:0:0000:00:999:[ JAVELIN ]
konami88:0:2365:E0:000:Maximum Power:Press fire to get body back
konami88:0:37EA:50:500:Maximum Power (2/2):Press fire to get body back
konami88:0:2364:45:000:Always throw at 45 deg.
konami88:0:2363:2D:500:Always throw at 45 deg. (2/2)
konami88:0:2240:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Konami GT ]
konamigt:0:060204:47:000:Infinite Fuel
konamigt:0:060210:00:000:Always have max speed
konamigt:0:06002C:96:002:Sound Test Timer Stop:[PL1 Shot2]Next Code
; [ King of the Monsters ]
kotm:0:101FB7:31:000:Infinite Time
kotm:0:10206B:3C:000:Infinite Energy PL1
kotm:0:1020C1:0A:001:10 Powers PL1
kotm:0:10216B:3C:000:Infinite Energy PL2
kotm:0:1021C1:0A:001:10 Powers PL2
kotm:0:10226B:01:001:Drain Energy Enemy 1 Now!
kotm:0:10236B:01:001:Drain Energy Enemy 2 Now!
kotm:0:10226B:3C:000:Infinite Energy Enemy 1
kotm:0:10236B:3C:000:Infinite Energy Enemy 2
; [ King of the Monsters 2 - The Next Thing ]
kotm2:0:1013D2:60:000:Infinite Time
kotm2:0:1013B8:09:000:Infinite Lives PL1
kotm2:0:101417:40:000:Infinite Energy PL1
kotm2:0:1013E3:02:001:Enable Max Power Now! PL1
kotm2:0:1013B9:09:000:Infinite Lives PL2
kotm2:0:101517:40:000:Infinite Energy PL2
kotm2:0:1014E3:02:001:Enable Max Power Now! PL2
kotm2:0:101617:00:001:Drain Boss Energy Now!
kotm2:0:101917:00:501:Drain Boss Energy Now! (2/4)
kotm2:0:101717:00:501:Drain Boss Energy Now! (3/4)
kotm2:0:101697:00:501:Drain Boss Energy Now! (4/4)
; [ Kram (set 1) ]
kram:0:86D6:03:000:Infinite Lives PL1
kram:0:86D7:03:000:Infinite Lives PL2
; [ Kram (set 2) ]
kram2:0:86D6:03:000:Infinite Lives PL1
kram2:0:86D7:03:000:Infinite Lives PL2
; [ Kozmik Kroozr ]
kroozr:0:C2DF:64:000:Infinite Shield
kroozr:0:C03C:27:000:Invincibility
kroozr:0:0000:00:999:[The Infinite Lives cheat ]
kroozr:0:0000:00:999:[has been removed because ]
kroozr:0:0000:00:999:[your life counter must be ]
kroozr:0:0000:00:999:[zero to jump to the next ]
kroozr:0:0000:00:999:[level. ]
; [ Krull ]
krull:0:0D88:07:000:Infinite Lives
; [ Kyukyoku Tiger (Japan) ]
ktiger:0:031871:0A:000:Infinite Lives PL1
ktiger:0:03004D:09:000:Infinite Bombs PL1
ktiger:0:030023:2E:000:Invincibility PL1
ktiger:0:030038:80:500:Invincibility PL1 (2/2)
ktiger:0:000000:00:999:[You must enable the max ]
ktiger:0:000000:00:999:[fire power cheat to use the]
ktiger:0:000000:00:999:[4 fire type cheats ]
ktiger:0:03004B:28:000:Always max fire power PL1
ktiger:0:03005B:00:000:Always Normal fire PL1
ktiger:0:03005B:2C:000:Always Laser PL1
ktiger:0:03005B:58:000:Always Multiway fire PL1
ktiger:0:03005B:84:000:Always 4-sides fire PL1
ktiger:0:03005B:00:001:Get Normal fire Now! PL1
ktiger:0:03005B:2C:001:Get Laser Now! PL1
ktiger:0:03005B:58:001:Get Multiway fire Now! PL1
ktiger:0:03005B:84:001:Get 4-sides fire Now! PL1
ktiger:0:031873:0A:000:Infinite Lives PL2
ktiger:0:0300AD:09:000:Infinite Bombs PL2
ktiger:0:030083:2F:000:Invincibility PL2
ktiger:0:030098:80:500:Invincibility PL2 (2/2)
ktiger:0:000000:00:999:[You must enable the max ]
ktiger:0:000000:00:999:[fire power cheat to use the]
ktiger:0:000000:00:999:[4 fire type cheats ]
ktiger:0:0300AB:28:000:Always max fire power PL2
ktiger:0:0300BB:00:000:Always Normal fire PL2
ktiger:0:0300BB:2C:000:Always Laser PL2
ktiger:0:0300BB:58:000:Always Multiway fire PL2
ktiger:0:0300BB:84:000:Always 4-sides fire PL2
ktiger:0:0300BB:00:001:Get Normal fire Now! PL2
ktiger:0:0300BB:2C:001:Get Laser Now! PL2
ktiger:0:0300BB:58:001:Get Multiway fire Now! PL2
ktiger:0:0300BB:84:001:Get 4-sides fire Now! PL2
; [ Kyukyoku Tiger 2 (Japan) ]
ktiger2:0:4006CB:09:000:Infinite Credits
ktiger2:0:400865:09:000:Infinite Lives PL1
ktiger2:0:400869:05:000:Infinite Bombs PL1
ktiger2:0:40D268:10:020:Invincibility PL1
ktiger2:0:400867:09:000:Infinite Lives PL2
ktiger2:0:40086D:05:000:Infinite Bombs PL2
ktiger2:0:40D328:10:020:Invincibility PL2
ktiger2:0:000000:00:999:[After you enable these region cheats to see any ]
ktiger2:0:000000:00:999:[effect you will have to reset the game (F3). ]
ktiger2:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
ktiger2:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
ktiger2:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
ktiger2:0:0FFFFF:01:001:Region Switch = Japan:Kyukyoku Tiger 2
ktiger2:0:0FFFFF:02:001:Region Switch = US:Twin Cobra 2
ktiger2:0:0FFFFF:03:001:Region Switch = World:Twin Cobra 2
; [ Kuhga - Operation Code 'Vapor Trail' (Japan revision 3) ]
kuhga:0:FFD7B9:9A:000:Infinite Time(Final Attack)
kuhga:0:FFC1F8:03:000:Infinite Lives PL1
kuhga:0:FFC1F9:03:000:Infinite Energy PL1
kuhga:0:FFC256:1F:001:Refill "roll" power Now! PL1:Use after "roll" has ended
kuhga:0:FFC213:03:000:Invincibility 'ON' PL1
kuhga:0:FFC213:00:001:Invincibility 'OFF' PL1
kuhga:0:FFC1FE:05:071:Select Current Speed PL1
kuhga:0:FFC255:06:000:Infinite Smart Bombs PL1
kuhga:0:FFC2A8:00:000:Always Roll PL1
kuhga:0:FFC1FB:0C:000:Maximum Shot Power PL1
kuhga:0:FFC1FD:00:000:Always Normal Shot PL1
kuhga:0:FFC1FD:04:000:Always Bomb Shot PL1
kuhga:0:FFC1FD:08:000:Always Missile Shot PL1
kuhga:0:FFC1FD:0C:000:Always Defender Shot PL1
kuhga:0:FFC1FD:10:000:Always Special Shot PL1
kuhga:0:FFC1FD:00:001:Get Normal Shot Now! PL1
kuhga:0:FFC1FD:04:001:Get Bomb Shot Now! PL1
kuhga:0:FFC1FD:08:001:Get Missile Shot Now! PL1
kuhga:0:FFC1FD:0C:001:Get Defender Shot Now! PL1
kuhga:0:FFC1FD:10:001:Get Special Shot Now! PL1
kuhga:0:FFC2B8:03:000:Infinite Lives PL2
kuhga:0:FFC2B9:03:000:Infinite Energy PL2
kuhga:0:FFC316:1F:001:Refill "roll" power Now! PL2:Use after "roll" has ended
kuhga:0:FFC2D3:03:000:Invincibility 'ON' PL2
kuhga:0:FFC2D3:00:001:Invincibility 'OFF' PL2
kuhga:0:FFC2BE:05:071:Select Current Speed PL2
kuhga:0:FFC315:06:000:Infinite Smart Bombs PL2
kuhga:0:FFC368:00:000:Always Roll PL2
kuhga:0:FFC2BB:0C:000:Maximum Shot Power PL2
kuhga:0:FFC2BD:00:000:Always Normal Shot PL2
kuhga:0:FFC2BD:04:000:Always Bomb Shot PL2
kuhga:0:FFC2BD:08:000:Always Missile Shot PL2
kuhga:0:FFC2BD:0C:000:Always Defender Shot PL2
kuhga:0:FFC2BD:10:000:Always Special Shot PL2
kuhga:0:FFC2BD:00:001:Get Normal Shot Now! PL2
kuhga:0:FFC2BD:04:001:Get Bomb Shot Now! PL2
kuhga:0:FFC2BD:08:001:Get Missile Shot Now! PL2
kuhga:0:FFC2BD:0C:001:Get Defender Shot Now! PL2
kuhga:0:FFC2BD:10:001:Get Special Shot Now! PL2
kuhga:0:000000:00:999:[Use the Select current ]
kuhga:0:000000:00:999:[level cheat on the select ]
kuhga:0:000000:00:999:[fighter screen to start on ]
kuhga:0:000000:00:999:[that level. ]
kuhga:0:FFC04D:05:071:Select current level
kuhga:0:FFC04D:05:061:Select next level
; [ Kung-Fu Master (bootleg set 1) ]
kungfub:0:E004:05:005:Infinite Time
kungfub:0:E084:06:000:Infinite Lives
kungfub:0:E709:3F:009:Infinite Energy
kungfub:0:0000:00:999:[See the Dip Switch Menu to enable]
kungfub:0:0000:00:999:[Invincibility. ]
kungfub:0:E2E2:00:002:Always one hit to kill boss
kungfub:0:0000:00:999:[The knifethrowers can still hit ]
kungfub:0:0000:00:999:[you if you are face to face with ]
kungfub:0:0000:00:999:[them. ]
kungfub:0:E32B:00:000:Disable the knifethrowers
kungfub:0:E32C:00:500:Disable the knifethrowers (2/3)
kungfub:0:E32D:00:500:Disable the knifethrowers (3/3)
kungfub:0:E576:FF:009:Only 1 butterfly on Floor #4
kungfub:0:E380:00:000:No pottery on Floor #2
kungfub:0:E381:00:500:No pottery on Floor #2 (2/5)
kungfub:0:E382:00:500:No pottery on Floor #2 (3/5)
kungfub:0:E384:00:500:No pottery on Floor #2 (4/5)
kungfub:0:E385:00:500:No pottery on Floor #2 (5/5)
kungfub:0:0000:00:999:[Use the No Boomerangs cheat]
kungfub:0:0000:00:999:[on Floor #2 ONLY ]
kungfub:0:E2E6:00:000:No Boomerangs
kungfub:0:E2E7:00:500:No Boomerangs
; [ Kung-Fu Master (bootleg set 2) ]
kungfub2:0:E004:05:005:Infinite Time
kungfub2:0:E084:06:000:Infinite Lives
kungfub2:0:E709:3F:009:Infinite Energy
kungfub2:0:0000:00:999:[See the Dip Switch Menu to enable]
kungfub2:0:0000:00:999:[Invincibility. ]
kungfub2:0:E2E2:00:002:Always one hit to kill boss
kungfub2:0:0000:00:999:[The knifethrowers can still hit ]
kungfub2:0:0000:00:999:[you if you are face to face with ]
kungfub2:0:0000:00:999:[them. ]
kungfub2:0:E32B:00:000:Disable the knifethrowers
kungfub2:0:E32C:00:500:Disable the knifethrowers (2/3)
kungfub2:0:E32D:00:500:Disable the knifethrowers (3/3)
kungfub2:0:E576:FF:009:Only 1 butterfly on Floor #4
kungfub2:0:E380:00:000:No pottery on Floor #2
kungfub2:0:E381:00:500:No pottery on Floor #2 (2/5)
kungfub2:0:E382:00:500:No pottery on Floor #2 (3/5)
kungfub2:0:E384:00:500:No pottery on Floor #2 (4/5)
kungfub2:0:E385:00:500:No pottery on Floor #2 (5/5)
kungfub2:0:0000:00:999:[Use the No Boomerangs cheat]
kungfub2:0:0000:00:999:[on Floor #2 ONLY ]
kungfub2:0:E2E6:00:000:No Boomerangs
kungfub2:0:E2E7:00:500:No Boomerangs
; [ Kung-Fu Master (Data East) ]
kungfud:0:E004:05:005:Infinite Time
kungfud:0:E084:06:000:Infinite Lives
kungfud:0:E709:3F:009:Infinite Energy
kungfud:0:0000:00:999:[See the Dip Switch Menu to enable]
kungfud:0:0000:00:999:[Invincibility. ]
kungfud:0:E2E2:00:002:Always one hit to kill boss
kungfud:0:0000:00:999:[The knifethrowers can still hit ]
kungfud:0:0000:00:999:[you if you are face to face with ]
kungfud:0:0000:00:999:[them. ]
kungfud:0:E32B:00:000:Disable the knifethrowers
kungfud:0:E32C:00:500:Disable the knifethrowers (2/3)
kungfud:0:E32D:00:500:Disable the knifethrowers (3/3)
kungfud:0:E576:FF:009:Only 1 butterfly on Floor #4
kungfud:0:E380:00:000:No pottery on Floor #2
kungfud:0:E381:00:500:No pottery on Floor #2 (2/5)
kungfud:0:E382:00:500:No pottery on Floor #2 (3/5)
kungfud:0:E384:00:500:No pottery on Floor #2 (4/5)
kungfud:0:E385:00:500:No pottery on Floor #2 (5/5)
kungfud:0:0000:00:999:[Use the No Boomerangs cheat]
kungfud:0:0000:00:999:[on Floor #2 ONLY ]
kungfud:0:E2E6:00:000:No Boomerangs
kungfud:0:E2E7:00:500:No Boomerangs
; [ Kung-Fu Master ]
kungfum:0:E004:05:005:Infinite Time
kungfum:0:E084:06:000:Infinite Lives
kungfum:0:E709:3F:009:Infinite Energy
kungfum:0:0000:00:999:[See the Dip Switch Menu to enable]
kungfum:0:0000:00:999:[Invincibility. ]
kungfum:0:E2E2:00:002:Always one hit to kill boss
kungfum:0:0000:00:999:[The knifethrowers can still hit ]
kungfum:0:0000:00:999:[you if you are face to face with ]
kungfum:0:0000:00:999:[them. ]
kungfum:0:E32B:00:000:Disable the knifethrowers
kungfum:0:E32C:00:500:Disable the knifethrowers (2/3)
kungfum:0:E32D:00:500:Disable the knifethrowers (3/3)
kungfum:0:E576:FF:009:Only 1 butterfly on Floor #4
kungfum:0:E380:00:000:No pottery on Floor #2
kungfum:0:E381:00:500:No pottery on Floor #2 (2/5)
kungfum:0:E382:00:500:No pottery on Floor #2 (3/5)
kungfum:0:E384:00:500:No pottery on Floor #2 (4/5)
kungfum:0:E385:00:500:No pottery on Floor #2 (5/5)
kungfum:0:0000:00:999:[Use the No Boomerangs cheat]
kungfum:0:0000:00:999:[on Floor #2 ONLY ]
kungfum:0:E2E6:00:000:No Boomerangs
kungfum:0:E2E7:00:500:No Boomerangs
; [ Nekketsu Kouha Kunio-kun (Japan bootleg) ]
kuniokub:0:0039:05:000:Infinite Lives
kuniokub:0:1018:59:000:Infinite Time
kuniokub:0:0220:30:000:Infinite Energy
kuniokub:0:0220:00:001:Lose a Life Now!
kuniokub:0:0221:01:001:One hit to kill boss Now!
kuniokub:0:0000:00:999:[Enable these level select ]
kuniokub:0:0000:00:999:[cheats on the title screen ]
kuniokub:0:0000:00:999:[+ disable before you finish]
kuniokub:0:0000:00:999:[the level ]
kuniokub:0:1000:01:000:Start on Level 2 (see note)
kuniokub:0:1000:02:000:Start on Level 3 (see note)
kuniokub:0:1000:03:000:Start on Level 4 (see note)
kuniokub:0:1000:04:000:Start on Level 5 (see note)
kuniokub:0:1000:05:000:Start on Level 6 (see note)
kuniokub:0:0000:00:999:[The following 9 cheats make]
kuniokub:0:0000:00:999:[individual enemies die ]
kuniokub:0:0000:00:999:[after one knockdown ]
kuniokub:0:0000:00:999:[ ]
kuniokub:0:0000:00:999:[These two enemies are the ]
kuniokub:0:0000:00:999:[truncheon-wielders on levs ]
kuniokub:0:0000:00:999:[1+2, the chain-wielders on ]
kuniokub:0:0000:00:999:[lev 3 + standard on level 4]
kuniokub:0:0000:00:999:[ (room 1) ]
kuniokub:0:0222:00:000:Weak Enemy #1
kuniokub:0:0223:00:000:Weak Enemy #2
kuniokub:0:0000:00:999:[This one is a standrd enemy]
kuniokub:0:0000:00:999:[on levs 1,2,4 (room 1), and]
kuniokub:0:0000:00:999:[chain-wielder on level 3 ]
kuniokub:0:0224:00:000:Weak Enemy #3
kuniokub:0:0000:00:999:[This one is a standrd enemy]
kuniokub:0:0000:00:999:[on levels 1-4 (room 1) ]
kuniokub:0:0225:00:000:Weak Enemy #4
kuniokub:0:0000:00:999:[These two are standard ]
kuniokub:0:0000:00:999:[enemies on levs 1-3 &4(rm2)]
kuniokub:0:0226:00:000:Weak Enemy #5
kuniokub:0:0227:00:000:Weak Enemy #6
kuniokub:0:0000:00:999:[This one is a standrd enemy]
kuniokub:0:0000:00:999:[on levels 3 and 4 (room 2) ]
kuniokub:0:0228:00:000:Weak Enemy #7
kuniokub:0:0000:00:999:[This one is a standrd enemy]
kuniokub:0:0000:00:999:[on level 4 (room 2) ]
kuniokub:0:0229:00:000:Weak Enemy #8
; [ Nekketsu Kouha Kunio-kun (Japan) ]
kuniokun:0:0039:05:000:Infinite Lives
kuniokun:0:1018:59:000:Infinite Time
kuniokun:0:0220:30:000:Infinite Energy
kuniokun:0:0220:00:001:Lose a Life Now!
kuniokun:0:0221:01:001:One hit to kill boss Now!
kuniokun:0:0000:00:999:[Enable these level select ]
kuniokun:0:0000:00:999:[cheats on the title screen ]
kuniokun:0:0000:00:999:[+ disable before you finish]
kuniokun:0:0000:00:999:[the level ]
kuniokun:0:1000:01:000:Start on Level 2 (see note)
kuniokun:0:1000:02:000:Start on Level 3 (see note)
kuniokun:0:1000:03:000:Start on Level 4 (see note)
kuniokun:0:1000:04:000:Start on Level 5 (see note)
kuniokun:0:1000:05:000:Start on Level 6 (see note)
kuniokun:0:0000:00:999:[The following 9 cheats make]
kuniokun:0:0000:00:999:[individual enemies die ]
kuniokun:0:0000:00:999:[after one knockdown ]
kuniokun:0:0000:00:999:[ ]
kuniokun:0:0000:00:999:[These two enemies are the ]
kuniokun:0:0000:00:999:[truncheon-wielders on levs ]
kuniokun:0:0000:00:999:[1+2, the chain-wielders on ]
kuniokun:0:0000:00:999:[lev 3 + standard on level 4]
kuniokun:0:0000:00:999:[ (room 1) ]
kuniokun:0:0222:00:000:Weak Enemy #1
kuniokun:0:0223:00:000:Weak Enemy #2
kuniokun:0:0000:00:999:[This one is a standrd enemy]
kuniokun:0:0000:00:999:[on levs 1,2,4 (room 1), and]
kuniokun:0:0000:00:999:[chain-wielder on level 3 ]
kuniokun:0:0224:00:000:Weak Enemy #3
kuniokun:0:0000:00:999:[This one is a standrd enemy]
kuniokun:0:0000:00:999:[on levels 1-4 (room 1) ]
kuniokun:0:0225:00:000:Weak Enemy #4
kuniokun:0:0000:00:999:[These two are standard ]
kuniokun:0:0000:00:999:[enemies on levs 1-3 &4(rm2)]
kuniokun:0:0226:00:000:Weak Enemy #5
kuniokun:0:0227:00:000:Weak Enemy #6
kuniokun:0:0000:00:999:[This one is a standrd enemy]
kuniokun:0:0000:00:999:[on levels 3 and 4 (room 2) ]
kuniokun:0:0228:00:000:Weak Enemy #7
kuniokun:0:0000:00:999:[This one is a standrd enemy]
kuniokun:0:0000:00:999:[on level 4 (room 2) ]
kuniokun:0:0229:00:000:Weak Enemy #8
; [ Kuri Kinton (prototype?) ]
kurikina:0:8B63:09:000:Infinite Credits
kurikina:0:A010:60:000:Infinite Energy
kurikina:0:0000:00:999:[See the Dip Switch Menu to ]
kurikina:0:0000:00:999:[enable Invincibility. It is]
kurikina:0:0000:00:999:[actually only Infinite ]
kurikina:0:0000:00:999:[Energy though! ]
kurikina:0:A050:01:001:One hit to kill boss Now!
; [ Kuri Kinton (World) ]
kurikint:0:8B63:09:000:Infinite Credits
kurikint:0:A010:60:000:Infinite Energy
kurikint:0:A050:01:001:One hit to kill boss Now!
; [ Kyros ]
kyros:0:02000F:99:000:Infinite Credits
kyros:0:020103:03:000:Infinite Lives
kyros:0:020105:50:000:Infinite Energy
kyros:0:020306:00:000:Invincibility?
kyros:0:020419:05:000:Maximum move Speed
kyros:0:02010F:40:000:Infinite Ammo
kyros:0:020104:20:000:Infinite RollKick
kyros:0:02010E:00:000:Bomb
kyros:0:02010E:01:000:Power Ball
kyros:0:02010E:02:000:Boomerang
kyros:0:020400:80:000:Power Level 0
kyros:0:020400:81:000:Power Level 1
kyros:0:020400:83:000:Power Level 2
kyros:0:020400:85:000:Power Level 3
kyros:0:020400:87:000:Power Level 4
; [ Kyuukai Douchuuki (Japan new version) ]
kyukaidk:0:409601:00:000:Infinite Strikes
kyukaidk:0:409603:00:000:Infinite Balls
kyukaidk:0:409605:00:000:Infinite Outs
kyukaidk:0:409601:00:001:Set Strikes to 0 Now!
kyukaidk:0:409601:03:001:Set Strikes to 3 Now!
kyukaidk:0:409603:00:001:Set Balls to 0 Now!
kyukaidk:0:409603:03:001:Set Balls to 3 Now!
kyukaidk:0:409605:00:001:Set Outs to 0 Now!
kyukaidk:0:409605:03:001:Set Outs to 3 Now!
kyukaidk:0:409717:63:070:Select Score PL1
kyukaidk:0:409737:63:070:Select Score PL2
; [ Kyuukai Douchuuki (Japan old version) ]
kyukaido:0:409601:00:000:Infinite Strikes
kyukaido:0:409603:00:000:Infinite Balls
kyukaido:0:409605:00:000:Infinite Outs
kyukaido:0:409601:00:001:Set Strikes to 0 Now!
kyukaido:0:409601:03:001:Set Strikes to 3 Now!
kyukaido:0:409603:00:001:Set Balls to 0 Now!
kyukaido:0:409603:03:001:Set Balls to 3 Now!
kyukaido:0:409605:00:001:Set Outs to 0 Now!
kyukaido:0:409605:03:001:Set Outs to 3 Now!
kyukaido:0:409717:63:070:Select Score PL1
kyukaido:0:409737:63:070:Select Score PL2
; [ Labyrinth Runner (Japan) ]
labyrunr:0:2202:FF:000:Infinite Credits
labyrunr:0:0000:00:999:[Turn ALL cheats OFF with F6]
labyrunr:0:0000:00:999:[at the end of each level!! ]
labyrunr:0:2489:09:000:Infinite Time
labyrunr:0:248A:59:500:Infinite Time (2/2)
labyrunr:0:2C81:02:040:Invincibility (flickering)
labyrunr:0:1C76:03:000:Infinite Magic
labyrunr:0:1CCC:07:000:Always have Maximum Shot
labyrunr:0:1CCD:05:000:Always have Maximum Laser
labyrunr:0:1CCE:02:000:Always have Maximum Bomb
labyrunr:0:1CC9:03:000:Always have Maximum Speed
labyrunr:0:2401:05:000:Infinite Lives PL1
labyrunr:0:240C:05:000:Infinite Continues PL1
labyrunr:0:2441:05:000:Infinite Lives PL2
labyrunr:0:244C:05:000:Infinite Continues PL2
labyrunr:0:2582:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Lady Bug ]
ladybug:0:6066:06:000:Infinite Lives PL1
ladybug:0:6067:02:000:Infinite Lives PL2
ladybug:0:0000:00:999:[Red bonuses are for SPECIAL]
ladybug:0:0000:00:999:[Yellow bonuses arefor EXTRA]
ladybug:0:0000:00:999:[Blue bonuses only score ]
ladybug:0:0000:00:999:[But hearts will increase ]
ladybug:0:0000:00:999:[the multiplier ]
ladybug:0:6199:10:000:Bonuses always red:Scores 800*multiplier
ladybug:0:6199:70:000:Bonuses always yellow:Scores 300*multiplier
ladybug:0:6199:C0:000:Bonuses always blue:Scores 100*multiplier
ladybug:0:60A9:01:001:Get one object to end level!
ladybug:0:0000:00:999:[None of the cheats that ]
ladybug:0:0000:00:999:[follow update the display ]
ladybug:0:609F:03:000:Multiplier always x5 PL1
ladybug:0:0000:00:999:[Get the missing letter ]
ladybug:0:0000:00:999:[whilst bonuses are yellow ]
ladybug:0:0000:00:999:[to complete 'EXTRA' ]
ladybug:0:609E:F0:001:Get EXTR- Now! PL1
ladybug:0:609E:E8:001:Get EXT-A Now! PL1
ladybug:0:609E:E4:001:Get EX-RA Now! PL1
ladybug:0:609E:E2:001:Get E-TRA Now! PL1
ladybug:0:609E:E1:001:Get -XTRA Now! PL1
ladybug:0:0000:00:999:[Get the missing letter ]
ladybug:0:0000:00:999:[whilst bonuses are red ]
ladybug:0:0000:00:999:[to complete 'SPECIAL' ]
ladybug:0:609D:C0:001:Get SPECIA- Now! PL1
ladybug:0:609D:A0:001:Get SPECI-L Now! PL1
ladybug:0:609D:90:001:Get SPEC-AL Now! PL1
ladybug:0:609D:88:001:Get SPE-IAL Now! PL1
ladybug:0:609D:84:001:Get SP-CIAL Now! PL1
ladybug:0:609D:82:001:Get S-ECIAL Now! PL1
ladybug:0:609D:81:001:Get -PECIAL Now! PL1
ladybug:0:60A2:03:000:Multiplier always x5 PL2
ladybug:0:0000:00:999:[Get the missing letter ]
ladybug:0:0000:00:999:[whilst bonuses are yellow ]
ladybug:0:0000:00:999:[to complete 'EXTRA' ]
ladybug:0:60A1:F0:001:Get EXTR- Now! PL2
ladybug:0:60A1:E8:001:Get EXT-A Now! PL2
ladybug:0:60A1:E4:001:Get EX-RA Now! PL2
ladybug:0:60A1:E2:001:Get E-TRA Now! PL2
ladybug:0:60A1:E1:001:Get -XTRA Now! PL2
ladybug:0:0000:00:999:[Get the missing letter ]
ladybug:0:0000:00:999:[whilst bonuses are red ]
ladybug:0:0000:00:999:[to complete 'SPECIAL' ]
ladybug:0:60A0:C0:001:Get SPECIA- Now! PL2
ladybug:0:60A0:A0:001:Get SPECI-L Now! PL2
ladybug:0:60A0:90:001:Get SPEC-AL Now! PL2
ladybug:0:60A0:88:001:Get SPE-IAL Now! PL2
ladybug:0:60A0:84:001:Get SP-CIAL Now! PL2
ladybug:0:60A0:82:001:Get S-ECIAL Now! PL2
ladybug:0:60A0:81:001:Get -PECIAL Now! PL2
; [ Lady Bug (bootleg) ]
ladybugb:0:6066:06:000:Infinite Lives PL1
ladybugb:0:6067:02:000:Infinite Lives PL2
ladybugb:0:0000:00:999:[Red bonuses are for SPECIAL]
ladybugb:0:0000:00:999:[Yellow bonuses arefor EXTRA]
ladybugb:0:0000:00:999:[Blue bonuses only score ]
ladybugb:0:0000:00:999:[But hearts will increase ]
ladybugb:0:0000:00:999:[the multiplier ]
ladybugb:0:6199:10:000:Bonuses always red:Scores 800*multiplier
ladybugb:0:6199:70:000:Bonuses always yellow:Scores 300*multiplier
ladybugb:0:6199:C0:000:Bonuses always blue:Scores 100*multiplier
ladybugb:0:60A9:01:001:Get one object to end level!
ladybugb:0:0000:00:999:[None of the cheats that ]
ladybugb:0:0000:00:999:[follow update the display ]
ladybugb:0:609F:03:000:Multiplier always x5 PL1
ladybugb:0:0000:00:999:[Get the missing letter ]
ladybugb:0:0000:00:999:[whilst bonuses are yellow ]
ladybugb:0:0000:00:999:[to complete 'EXTRA' ]
ladybugb:0:609E:F0:001:Get EXTR- Now! PL1
ladybugb:0:609E:E8:001:Get EXT-A Now! PL1
ladybugb:0:609E:E4:001:Get EX-RA Now! PL1
ladybugb:0:609E:E2:001:Get E-TRA Now! PL1
ladybugb:0:609E:E1:001:Get -XTRA Now! PL1
ladybugb:0:0000:00:999:[Get the missing letter ]
ladybugb:0:0000:00:999:[whilst bonuses are red ]
ladybugb:0:0000:00:999:[to complete 'SPECIAL' ]
ladybugb:0:609D:C0:001:Get SPECIA- Now! PL1
ladybugb:0:609D:A0:001:Get SPECI-L Now! PL1
ladybugb:0:609D:90:001:Get SPEC-AL Now! PL1
ladybugb:0:609D:88:001:Get SPE-IAL Now! PL1
ladybugb:0:609D:84:001:Get SP-CIAL Now! PL1
ladybugb:0:609D:82:001:Get S-ECIAL Now! PL1
ladybugb:0:609D:81:001:Get -PECIAL Now! PL1
ladybugb:0:60A2:03:000:Multiplier always x5 PL2
ladybugb:0:0000:00:999:[Get the missing letter ]
ladybugb:0:0000:00:999:[whilst bonuses are yellow ]
ladybugb:0:0000:00:999:[to complete 'EXTRA' ]
ladybugb:0:60A1:F0:001:Get EXTR- Now! PL2
ladybugb:0:60A1:E8:001:Get EXT-A Now! PL2
ladybugb:0:60A1:E4:001:Get EX-RA Now! PL2
ladybugb:0:60A1:E2:001:Get E-TRA Now! PL2
ladybugb:0:60A1:E1:001:Get -XTRA Now! PL2
ladybugb:0:0000:00:999:[Get the missing letter ]
ladybugb:0:0000:00:999:[whilst bonuses are red ]
ladybugb:0:0000:00:999:[to complete 'SPECIAL' ]
ladybugb:0:60A0:C0:001:Get SPECIA- Now! PL2
ladybugb:0:60A0:A0:001:Get SPECI-L Now! PL2
ladybugb:0:60A0:90:001:Get SPEC-AL Now! PL2
ladybugb:0:60A0:88:001:Get SPE-IAL Now! PL2
ladybugb:0:60A0:84:001:Get SP-CIAL Now! PL2
ladybugb:0:60A0:82:001:Get S-ECIAL Now! PL2
ladybugb:0:60A0:81:001:Get -PECIAL Now! PL2
; [ Stroke and Match Golf (Ladies Version) ]
ladygolf:0:079D:63:000:Infinite Credits
ladygolf:0:002C:00:000:Infinite Strokes PL1
ladygolf:0:002C:00:001:Reset Strokes Now! PL1
ladygolf:0:002D:00:000:Infinite Strokes PL2
ladygolf:0:002D:00:001:Reset Strokes Now! PL2
; [ Lady Killer ]
ladykill:0:FFC175:09:000:Infinite Credits
ladykill:0:FFC264:09:000:Infinite Dive Puzzle Time:Turn OFF at the End of Round!
ladykill:0:FFC265:99:500:Infinite Dive Puzzle Time (2/2)
ladykill:0:FFC24D:99:000:Infinite Diving Time
ladykill:0:FFC24E:09:500:Infinite Diving Time (2/3)
ladykill:0:FFC251:09:500:Infinite Diving Time (3/3)
ladykill:0:000000:00:999:[Only use the proper Infinite Time ]
ladykill:0:000000:00:999:[cheat during the Number and Slider]
ladykill:0:000000:00:999:[puzzles. And only turn it ON after]
ladykill:0:000000:00:999:[the puzzle has started or it may ]
ladykill:0:000000:00:999:[be IMPOSSIBLE to complete! ]
ladykill:0:FFE0F3:99:000:Infinite Number Puzzle Time
ladykill:0:FFE121:99:000:Infinite Slider Puzzle Time
ladykill:0:FFC24B:05:000:Infinite Lives
ladykill:0:FFC249:02:000:Invincibility
ladykill:0:FFC25B:01:001:One Tile to finish Dive Now!:You won't get to see the full picture though!
ladykill:0:FFC25D:01:501:One Tile to finish Dive Now!
; [ Laguna Racer ]
lagunar:0:2004:99:000:Infinite Time
; [ Landmaker (Japan) ]
landmakr:0:400091:09:000:Infinite Credits
landmakr:0:401F73:01:001:Enable "Another World" Levels:Girl on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen
landmakr:0:401F73:01:001:Disable "Another World" Levels
landmakr:0:401FD8:02:000:Infinite Move Time PL1
landmakr:0:401FD9:58:500:Infinite Move Time PL1 (2/2)
landmakr:0:40202B:00:000:Never get Attacked PL1
landmakr:0:4020D3:0A:001:Attack opp. side with 10 Now! PL1
landmakr:0:4020D3:60:001:Attack opp. side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat
landmakr:0:402025:00:000:Pusher Always at 0% PL1
landmakr:0:402025:00:001:Set Pusher to 0% Now! PL1
landmakr:0:402025:40:001:Set Pusher to 50% Now! PL1
landmakr:0:402025:81:001:Set Pusher to 100% Now! PL1
landmakr:0:402037:00:000:Next Tile always Red PL1
landmakr:0:402037:02:000:Next Tile always Dark Blue PL1
landmakr:0:402037:04:000:Next Tile always Orange PL1
landmakr:0:402037:06:000:Next Tile always Green PL1
landmakr:0:402037:08:000:Next Tile always Light Blue PL1
landmakr:0:402037:0A:000:Next Tile always Yellow PL1
landmakr:0:402037:0C:000:Next Tile always Grey PL1
landmakr:0:402037:0E:000:Next Tile always Purple PL1
landmakr:0:402037:00:001:Next Tile is Red Now! PL1
landmakr:0:402037:02:001:Next Tile is Dark Blue Now! PL1
landmakr:0:402037:04:001:Next Tile is Orange Now! PL1
landmakr:0:402037:06:001:Next Tile is Green Now! PL1
landmakr:0:402037:08:001:Next Tile is Light Blue Now! PL1
landmakr:0:402037:0A:001:Next Tile is Yellow Now! PL1
landmakr:0:402037:0C:001:Next Tile is Grey Now! PL1
landmakr:0:402037:0E:001:Next Tile is Purple Now! PL1
landmakr:0:000000:00:999:[Enable these character cheats on the level map ]
landmakr:0:000000:00:999:[screen for best effect. ]
landmakr:0:4078F7:00:001:Play as Hiryu Now! PL1
landmakr:0:401FA9:00:501:Play as Hiryu Now! PL1 (2/2)
landmakr:0:4078F7:01:001:Play as Aifa Now! PL1
landmakr:0:401FA9:01:501:Play as Aifa Now! PL1 (2/2)
landmakr:0:4078F7:02:001:Play as Soumei Now! PL1
landmakr:0:401FA9:02:501:Play as Soumei Now! PL1 (2/2)
landmakr:0:4078F7:03:001:Play as Renki Now! PL1
landmakr:0:401FA9:03:501:Play as Renki Now! PL1 (2/2)
landmakr:0:4078F7:04:001:Play as Youen Now! PL1
landmakr:0:401FA9:04:501:Play as Youen Now! PL1 (2/2)
landmakr:0:4078F7:05:001:Play as Kouko Now! PL1
landmakr:0:401FA9:05:501:Play as Kouko Now! PL1 (2/2)
landmakr:0:4078F7:06:001:Play as RinRei Now! PL1
landmakr:0:401FA9:06:501:Play as RinRei Now! PL1 (2/2)
landmakr:0:4078F7:07:001:Play as Roushinski Now! PL1
landmakr:0:401FA9:07:501:Play as Roushinski Now! PL1 (2/2)
landmakr:0:4078F7:08:001:Play as Ranju Now! PL1
landmakr:0:401FA9:08:501:Play as Ranju Now! PL1 (2/2)
landmakr:0:4078F7:09:001:Play as Gaira Now! PL1
landmakr:0:401FA9:09:501:Play as Gaira Now! PL1 (2/2)
landmakr:0:402081:02:000:Infinite Move Time PL2
landmakr:0:402081:58:500:Infinite Move Time PL2 (2/2)
landmakr:0:4020D3:00:000:Never get Attacked PL2
landmakr:0:40202B:0A:001:Attack opp. side with 10 Now! PL2
landmakr:0:40202B:60:001:Attack opp. side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat
landmakr:0:4020CD:00:000:Pusher Always at 0% PL2
landmakr:0:4020CD:00:001:Set Pusher to 0% Now! PL2
landmakr:0:4020CD:40:001:Set Pusher to 50% Now! PL2
landmakr:0:4020CD:81:001:Set Pusher to 100% Now! PL2
landmakr:0:4020DF:00:000:Next Tile always Red PL2
landmakr:0:4020DF:02:000:Next Tile always Dark Blue PL2
landmakr:0:4020DF:04:000:Next Tile always Orange PL2
landmakr:0:4020DF:06:000:Next Tile always Green PL2
landmakr:0:4020DF:08:000:Next Tile always Light Blue PL2
landmakr:0:4020DF:0A:000:Next Tile always Yellow PL2
landmakr:0:4020DF:0C:000:Next Tile always Grey PL2
landmakr:0:4020DF:0E:000:Next Tile always Purple PL2
landmakr:0:4020DF:00:001:Next Tile is Red Now! PL2
landmakr:0:4020DF:02:001:Next Tile is Dark Blue Now! PL2
landmakr:0:4020DF:04:001:Next Tile is Orange Now! PL2
landmakr:0:4020DF:06:001:Next Tile is Green Now! PL2
landmakr:0:4020DF:08:001:Next Tile is Light Blue Now! PL2
landmakr:0:4020DF:0A:001:Next Tile is Yellow Now! PL2
landmakr:0:4020DF:0C:001:Next Tile is Grey Now! PL2
landmakr:0:4020DF:0E:001:Next Tile is Purple Now! PL2
landmakr:0:000000:00:999:[Enable these character cheats on the level map ]
landmakr:0:000000:00:999:[screen for best effect. ]
landmakr:0:4078FD:00:001:Play as Hiryu Now! PL2
landmakr:0:402051:00:501:Play as Hiryu Now! PL2 (2/2)
landmakr:0:4078FD:01:001:Play as Aifa Now! PL2
landmakr:0:402051:01:501:Play as Aifa Now! PL2 (2/2)
landmakr:0:4078FD:02:001:Play as Soumei Now! PL2
landmakr:0:402051:02:501:Play as Soumei Now! PL2 (2/2)
landmakr:0:4078FD:03:001:Play as Renki Now! PL2
landmakr:0:402051:03:501:Play as Renki Now! PL2 (2/2)
landmakr:0:4078FD:04:001:Play as Youen Now! PL2
landmakr:0:402051:04:501:Play as Youen Now! PL2 (2/2)
landmakr:0:4078FD:05:001:Play as Kouko Now! PL2
landmakr:0:402051:05:501:Play as Kouko Now! PL2 (2/2)
landmakr:0:4078FD:06:001:Play as RinRei Now! PL2
landmakr:0:402051:06:501:Play as RinRei Now! PL2 (2/2)
landmakr:0:4078FD:07:001:Play as Roushinski Now! PL2
landmakr:0:402051:07:501:Play as Roushinski Now! PL2 (2/2)
landmakr:0:4078FD:08:001:Play as Ranju Now! PL2
landmakr:0:402051:08:501:Play as Ranju Now! PL2 (2/2)
landmakr:0:4078FD:09:001:Play as Gaira Now! PL2
landmakr:0:402051:09:501:Play as Gaira Now! PL2 (2/2)
landmakr:0:000000:00:999:[After you enable these region cheats to see any ]
landmakr:0:000000:00:999:[effect you may have to reset the game (F3). ]
landmakr:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
landmakr:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
landmakr:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
landmakr:0:1FFFFF:01:001:Region Switch = Japan
landmakr:0:1FFFFF:02:001:Region Switch = US
landmakr:0:1FFFFF:03:001:Region Switch = World
; [ Laser ]
laser:0:202B:00:000:Enemy Can't Shoot
laser:0:2008:FF:000:Laser is always long
laser:0:201A:09:000:Infinite Lives PL1
laser:0:2008:64:000:Infinite Fuel PL1
laser:0:201B:09:000:Infinite Lives PL2
laser:0:202B:40:000:Infinite Fuel PL2
laser:0:202E:99:500:Infinite Fuel PL2 (2/2)
; [ Lasso ]
lasso:0:0047:06:000:Infinite Lives
lasso:0:0045:FF:001:Complete this round on Death
lasso:0:0000:00:999:[These 2 cheats will not be ]
lasso:0:0000:00:999:[completely effective if ]
lasso:0:0000:00:999:[there are more than one on ]
lasso:0:0000:00:999:[the screen at the time. Not]
lasso:0:0000:00:999:[a problem for the Dog cheat]
lasso:0:0000:00:999:[but you will have to die ]
lasso:0:0000:00:999:[for the lasso cheat to show]
lasso:0:0000:00:999:[properly. In addition if ]
lasso:0:0000:00:999:[you lasso 2 or more animals]
lasso:0:0000:00:999:[after enabling the cheat ]
lasso:0:0000:00:999:[you will advance to the ]
lasso:0:0000:00:999:[next round on death. ]
lasso:0:0046:00:001:Only 1 more dog Now!
lasso:0:0045:00:001:Only 1 animal to lasso Now!
; [ Last Blade / Bakumatsu Roman - Gekkano Kenshi, The ]
lastblad:0:10E32B:61:000:Infinite Time
lastblad:0:000000:00:999:[ Free player selection ]
lastblad:0:000000:00:999:[ Use at technique select ]
lastblad:0:000000:00:999:[ screen only. ]
lastblad:0:10EAAD:0C:001:Play with Musashi PL1
lastblad:0:10EAAD:0D:001:Play with Kagami PL1
lastblad:0:10EAAD:0E:001:Play with Blond Kaede PL1:Need to be touched one time
lastblad:0:10EAAF:0C:001:Play with Musashi PL2
lastblad:0:10EAAF:0D:001:Play with Kagami PL2
lastblad:0:10EAAF:0E:001:Play with Blond Kaede PL2:Need to be touched one time
lastblad:0:000000:00:999:[Both story cheats are ]
lastblad:0:000000:00:999:[useful when using KAEDE, ]
lastblad:0:000000:00:999:[YUKI or MORIYA. ]
lastblad:0:000000:00:999:[Story Part 2 cheat is ]
lastblad:0:000000:00:999:[useful for JUZOH, AKARI, ]
lastblad:0:000000:00:999:[WASHIZUKA, SHIKYOH, OKINA, ]
lastblad:0:000000:00:999:[and SHINGEN. ]
lastblad:0:000000:00:999:[They MUST be activated on ]
lastblad:0:000000:00:999:[the character selection ]
lastblad:0:000000:00:999:[screen. ]
lastblad:0:10AC43:06:001:Story Part 1 (Stage 7)
lastblad:0:10AC43:07:001:Story Part 2 (Stage 8)
lastblad:0:000000:00:999:[The boss cheat must be ]
lastblad:0:000000:00:999:[activated on the character ]
lastblad:0:000000:00:999:[selection screen. ]
lastblad:0:10AC43:08:001:First Boss
lastblad:0:10AC43:09:001:Final Boss.
lastblad:0:000000:00:999:[The cinematic cheat must be]
lastblad:0:000000:00:999:[activated during any fight.]
lastblad:0:000000:00:999:[after winning, you can see ]
lastblad:0:000000:00:999:[the cinematic. ]
lastblad:0:10AC43:03:001:Middle cinematic
lastblad:0:10AC43:07:001:First boss cinematic
lastblad:0:10AC43:08:001:Inbetween Bosses cinematic
lastblad:0:10AC43:09:001:Ending cinematic
; [ Last Blade 2 / Bakumatsu Roman - Dai Ni Maku Gekkano Kenshi, ]
lastbld2:0:10E595:60:000:Infinite Time
lastbld2:0:10E595:00:001:Finish this fight Now!
lastbld2:0:000000:00:999:[By themselves these cheats ]
lastbld2:0:000000:00:999:[for infinite health DO NOT ]
lastbld2:0:000000:00:999:[WORK ! But if you do a ]
lastbld2:0:000000:00:999:[search for 'FF' (the start ]
lastbld2:0:000000:00:999:[value) and watch the value ]
lastbld2:0:000000:00:999:[in this location and search]
lastbld2:0:000000:00:999:[for that value too as it ]
lastbld2:0:000000:00:999:[in this location and search]
lastbld2:0:000000:00:999:[drops then 2 more should ]
lastbld2:0:000000:00:999:[show up. Add those two and ]
lastbld2:0:000000:00:999:[this one, and you should ]
lastbld2:0:000000:00:999:[get infinite health. ]
lastbld2:0:10E591:FF:998:Infinite Health PL1:Watch me for value to search
lastbld2:0:10E593:FF:998:Infinite Health PL2:Watch me for value to search
lastbld2:0:000000:00:999:[The 2 boss cheats must be ]
lastbld2:0:000000:00:999:[activated at the selection ]
lastbld2:0:000000:00:999:[screen. If it is activated ]
lastbld2:0:000000:00:999:[during the first stage and ]
lastbld2:0:000000:00:999:[that you win, the character]
lastbld2:0:000000:00:999:[boss cheat bring you to the]
lastbld2:0:000000:00:999:[final boss and the final ]
lastbld2:0:000000:00:999:[boss cheat let you see the ]
lastbld2:0:000000:00:999:[ending. ]
lastbld2:0:10E581:06:001:Go to character Boss
lastbld2:0:10E581:07:001:Go to final Boss
; [ Last Day, The (set 1) ]
lastday:0:E059:63:000:Infinite Credits
lastday:0:E05C:03:000:Infinite Lives PL1
lastday:0:E11C:09:000:Infinite Bombs PL1
lastday:0:E05D:03:000:Infinite Lives PL2
lastday:0:E11D:09:000:Infinite Bombs PL2
; [ Last Day, The (set 2) ]
lastdaya:0:E059:63:000:Infinite Credits
lastdaya:0:E05C:03:000:Infinite Lives PL1
lastdaya:0:E11C:09:000:Infinite Bombs PL1
lastdaya:0:E05D:03:000:Infinite Lives PL2
lastdaya:0:E11D:09:000:Infinite Bombs PL2
; [ Last Duel (US set 1) ]
lastduel:0:FF8819:99:000:Infinite Time
lastduel:0:FF8826:0B:000:Infinite Lives PL1
lastduel:0:FF897B:80:002:Invincibility PL1
lastduel:0:FF8978:06:000:Infinite Rolling PL1
lastduel:0:FF8977:06:000:Maximum homing missiles PL1
lastduel:0:FF993C:01:000:Pod ON - Left PL1
lastduel:0:FF999C:01:000:Pod ON - Right PL1
lastduel:0:FF8972:60:001:Get Maximum speed - car PL1
lastduel:0:FF8972:0C:001:Get Maximum speed - plane PL1
lastduel:0:FF8979:00:000:Rapid fire - Weapon PL1
lastduel:0:FF897A:00:000:Rapid fire - H. missiles PL1
lastduel:0:FF996E:00:000:Rapid fire - Left pod PL1
lastduel:0:FF99CE:00:000:Rapid fire - Right pod PL1
lastduel:0:FF8976:00:000:Always have normal weapon PL1
lastduel:0:FF8976:02:000:Always have Double PL1
lastduel:0:FF8976:04:000:Always have 3-way PL1
lastduel:0:FF8976:06:000:Always have Shotgun PL1
lastduel:0:FF8976:08:000:Always have Flame PL1
lastduel:0:FF8976:00:001:Get normal weapon Now! PL1
lastduel:0:FF8976:02:001:Get Double Now! PL1
lastduel:0:FF8976:04:001:Get 3-way Now! PL1
lastduel:0:FF8976:06:001:Get Shotgun Now! PL1
lastduel:0:FF8976:08:001:Get Flame Now! PL1
lastduel:0:FF8827:0B:000:Infinite Lives PL2
lastduel:0:FF89FB:80:002:Invincibility PL2
lastduel:0:FF89F8:06:000:Infinite Rolling PL2
lastduel:0:FF89F7:06:000:Maximum homing missiles PL2
lastduel:0:FF99FC:01:000:Pod ON - Left PL2
lastduel:0:FF9A5C:01:000:Pod ON - Right PL2
lastduel:0:FF89F2:60:001:Get Maximum speed - car PL2
lastduel:0:FF89F2:0C:001:Get Maximum speed - plane PL2
lastduel:0:FF89F9:00:000:Rapid fire - Weapon PL2
lastduel:0:FF89FA:00:000:Rapid fire - H. missiles PL2
lastduel:0:FF9A2E:00:000:Rapid fire - Left pod PL2
lastduel:0:FF9A8E:00:000:Rapid fire - Right pod PL2
lastduel:0:FF89F6:00:000:Always have normal weapon PL2
lastduel:0:FF89F6:02:000:Always have Double PL2
lastduel:0:FF89F6:04:000:Always have 3-way PL2
lastduel:0:FF89F6:06:000:Always have Shotgun PL2
lastduel:0:FF89F6:08:000:Always have Flame PL2
lastduel:0:FF89F6:00:001:Get normal weapon Now! PL2
lastduel:0:FF89F6:02:001:Get Double Now! PL2
lastduel:0:FF89F6:04:001:Get 3-way Now! PL2
lastduel:0:FF89F6:06:001:Get Shotgun Now! PL2
lastduel:0:FF89F6:08:001:Get Flame Now! PL2
; [ Last Fortress - Toride (Erotic) ]
lastfero:0:40D844:63:000:Infinite Credits
lastfero:0:40C015:70:000:Infinite Time PL1
lastfero:0:40C017:70:000:Infinite Time PL2
; [ Last Fortress - Toride ]
lastfort:0:40D844:63:000:Infinite Credits
lastfort:0:40C015:70:000:Infinite Time PL1
lastfort:0:40C017:70:000:Infinite Time PL2
; [ Last Mission (US revision 6) ]
lastmisn:0:0069:80:040:Invincibility
lastmisn:0:0000:00:999:[See the Dip Switch Menu to ]
lastmisn:0:0000:00:999:[enable an alternate ]
lastmisn:0:0000:00:999:[Invincibility cheat. ]
lastmisn:0:0078:06:000:Infinite Smart Bombs
lastmisn:0:0972:C9:000:Infinite K-CAN
lastmisn:0:0973:30:500:Infinite K-CAN (2/2)
lastmisn:0:096A:A9:000:Infinite PULS
lastmisn:0:096B:30:500:Infinite PULS (2/2)
lastmisn:0:0976:E0:000:Infinite HYPER
lastmisn:0:0977:30:500:Infinite HYPER (2/2)
lastmisn:0:0984:03:000:Infinite Lives PL1
lastmisn:0:099C:03:000:Infinite Lives PL2
; [ Last Mission (Japan) ]
lastmsnj:0:0069:80:040:Invincibility
lastmsnj:0:0000:00:999:[See the Dip Switch Menu to ]
lastmsnj:0:0000:00:999:[enable an alternate ]
lastmsnj:0:0000:00:999:[Invincibility cheat. ]
lastmsnj:0:0078:06:000:Infinite Smart Bombs
lastmsnj:0:0972:C9:000:Infinite K-CAN
lastmsnj:0:0973:30:500:Infinite K-CAN (2/2)
lastmsnj:0:096A:A9:000:Infinite PULS
lastmsnj:0:096B:30:500:Infinite PULS (2/2)
lastmsnj:0:0976:E0:000:Infinite HYPER
lastmsnj:0:0977:30:500:Infinite HYPER (2/2)
lastmsnj:0:0984:03:000:Infinite Lives PL1
lastmsnj:0:099C:03:000:Infinite Lives PL2
; [ Last Mission (US revision 5) ]
lastmsno:0:0069:80:040:Invincibility
lastmsno:0:0000:00:999:[See the Dip Switch Menu to ]
lastmsno:0:0000:00:999:[enable an alternate ]
lastmsno:0:0000:00:999:[Invincibility cheat. ]
lastmsno:0:0078:06:000:Infinite Smart Bombs
lastmsno:0:0972:C9:000:Infinite K-CAN
lastmsno:0:0973:30:500:Infinite K-CAN (2/2)
lastmsno:0:096A:A9:000:Infinite PULS
lastmsno:0:096B:30:500:Infinite PULS (2/2)
lastmsno:0:0976:E0:000:Infinite HYPER
lastmsno:0:0977:30:500:Infinite HYPER (2/2)
lastmsno:0:0984:03:000:Infinite Lives PL1
lastmsno:0:099C:03:000:Infinite Lives PL2
; [ Lazer Command ]
lazercmd:0:1C28:59:000:Infinite Time
; [ League Bowling ]
lbowling:0:1010A5:99:000:Infinite Time
; [ Lode Runner (set 1) ]
ldrun:0:E5B2:99:000:Infinite Credits
ldrun:0:E58B:99:004:Infinite Time
ldrun:0:E58F:09:000:Infinite Lives
ldrun:0:0000:00:999:[See the Dip Switch Menu to ]
ldrun:0:0000:00:999:[enable Invincibility. ]
ldrun:0:E4FC:00:000:Never any gold needed
ldrun:0:E4FC:01:001:One more gold needed Now!
ldrun:0:0000:00:999:[Rounds greater than 99 dont]
ldrun:0:0000:00:999:[show correct round number. ]
ldrun:0:0000:00:999:[These only alter round for ]
ldrun:0:0000:00:999:[player currently playing. ]
ldrun:0:E58E:FF:072:Select current round
ldrun:0:E58E:FF:062:Select next round
; [ Lode Runner II - The Bungeling Strikes Back ]
ldrun2:0:E68A:99:000:Infinite Credits
ldrun2:0:E5DF:99:004:Infinite Time
ldrun2:0:E5E3:09:000:Infinite Lives
ldrun2:0:0000:00:999:[See the Dip Switch Menu to ]
ldrun2:0:0000:00:999:[enable Invincibility. ]
ldrun2:0:E5E9:00:000:Never any gold needed
ldrun2:0:E5E9:01:001:One more gold needed Now!
ldrun2:0:0000:00:999:[Rounds greater than 99 dont]
ldrun2:0:0000:00:999:[show correct round number. ]
ldrun2:0:0000:00:999:[These only alter round for ]
ldrun2:0:0000:00:999:[player currently playing. ]
ldrun2:0:E5E2:FF:072:Select current round
ldrun2:0:E5E2:FF:062:Select next round
; [ Lode Runner III - Majin No Fukkatsu ]
ldrun3:0:E68A:99:000:Infinite Credits
ldrun3:0:E5DF:99:004:Infinite Time
ldrun3:0:E5E3:09:000:Infinite Lives
ldrun3:0:0000:00:999:[See the Dip Switch Menu to ]
ldrun3:0:0000:00:999:[enable Invincibility. ]
ldrun3:0:E5E9:00:000:Never any gold needed
ldrun3:0:E5E9:01:001:One more gold needed Now!
ldrun3:0:0000:00:999:[Rounds greater than 99 dont]
ldrun3:0:0000:00:999:[show correct round number. ]
ldrun3:0:0000:00:999:[These only alter round for ]
ldrun3:0:0000:00:999:[player currently playing. ]
ldrun3:0:E5E2:FF:072:Select current round
ldrun3:0:E5E2:FF:062:Select next round
; [ Lode Runner IV - Teikoku Karano Dasshutsu ]
ldrun4:0:E702:99:000:Infinite Credits
ldrun4:0:E658:99:004:Infinite Time
ldrun4:0:E65B:09:000:Infinite Lives
ldrun4:0:0000:00:999:[See the Dip Switch Menu to ]
ldrun4:0:0000:00:999:[enable Invincibility. ]
ldrun4:0:E661:00:000:Never any gold needed
ldrun4:0:E661:01:001:One more gold needed Now!
ldrun4:0:0000:00:999:[Rounds greater than 99 dont]
ldrun4:0:0000:00:999:[show correct round number. ]
ldrun4:0:0000:00:999:[These only alter round for ]
ldrun4:0:0000:00:999:[player currently playing. ]
ldrun4:0:E65A:FF:072:Select current round
ldrun4:0:E65A:FF:062:Select next round
; [ Lode Runner (set 2) ]
ldruna:0:E5B2:99:000:Infinite Credits
ldruna:0:E58B:99:004:Infinite Time
ldruna:0:E58F:09:000:Infinite Lives
ldruna:0:0000:00:999:[See the Dip Switch Menu to ]
ldruna:0:0000:00:999:[enable Invincibility. ]
ldruna:0:E4FC:00:000:Never any gold needed
ldruna:0:E4FC:01:001:One more gold needed Now!
ldruna:0:0000:00:999:[Rounds greater than 99 dont]
ldruna:0:0000:00:999:[show correct round number. ]
ldruna:0:0000:00:999:[These only alter round for ]
ldruna:0:0000:00:999:[player currently playing. ]
ldruna:0:E58E:FF:072:Select current round
ldruna:0:E58E:FF:062:Select next round
; [ Led Storm (US) ]
ledstorm:0:FF8844:0B:000:Infinite Energy
ledstorm:0:FF8846:1C:500:Infinite Energy (2/2)
ledstorm:0:FF910E:01:000:Infinite Protection
ledstorm:0:FF910F:EF:500:Infinite Protection (2/2)
ledstorm:0:FF8827:00:000:Infinite Time
ledstorm:0:000000:00:999:[Stage select cheats must be]
ledstorm:0:000000:00:999:[activated on the car ]
ledstorm:0:000000:00:999:[selection screen. ]
ledstorm:0:FF881E:01:501:Go to stage 2
ledstorm:0:FF881F:01:501:Go to stage 2 (2/2)
ledstorm:0:FF881E:02:501:Go to stage 3
ledstorm:0:FF881F:02:501:Go to stage 3 (2/2)
ledstorm:0:FF881E:03:501:Go to stage 4
ledstorm:0:FF881F:03:501:Go to stage 4 (2/2)
ledstorm:0:FF881E:04:501:Go to stage 5
ledstorm:0:FF881F:04:501:Go to stage 5 (2/2)
ledstorm:0:FF881E:05:501:Go to stage 6
ledstorm:0:FF881F:05:501:Go to stage 6 (2/2)
ledstorm:0:FF881E:06:501:Go to stage 7
ledstorm:0:FF881F:06:501:Go to stage 7 (2/2)
ledstorm:0:FF881E:07:501:Go to stage 8
ledstorm:0:FF881F:07:501:Go to stage 8 (2/2)
ledstorm:0:FF881E:08:501:Go to stage 9
ledstorm:0:FF881F:08:501:Go to stage 9 (2/2)
; [ Legend of Success Joe / Ashitano Joe Densetsu ]
legendos:0:100369:00:000:Infinite Time
legendos:0:100363:78:000:Infinite Energy PL1
legendos:0:100463:01:001:Drain PL1's Opponent
legendos:0:100763:78:000:Infinite Energy PL2
legendos:0:100863:01:001:Drain PL2's Opponent
; [ Koukuu Kihei Monogatari - The Legend of Air Cavalry ]
legofair:0:0000:00:999:[See the Dip Switch Menu to ]
legofair:0:0000:00:999:[enable Invincibility. ]
legofair:0:E3A0:03:000:Infinite Lives PL1
legofair:0:E3B9:55:000:Infinite Plane Bombs PL1
legofair:0:E3B9:AA:000:Infinite Circle Bombs PL1
legofair:0:E3B9:FF:000:Infinite Atomic Bombs PL1
legofair:0:E3F0:03:000:Infinite Lives PL2
legofair:0:E409:55:000:Infinite Plane Bombs PL2
legofair:0:E409:AA:000:Infinite Circle Bombs PL2
legofair:0:E409:FF:000:Infinite Atomic Bombs PL2
; [ Leprechaun ]
leprechn:0:0123:08:000:Infinite Lives PL1
leprechn:0:0134:08:000:Infinite Lives PL2
leprechn:0:028C:B4:000:Freeze Leprechaun
leprechn:0:028D:9C:500:Freeze Leprechaun (2/2)
; [ Lethal Thunder (World) ]
lethalth:0:E0144:06:000:Infinite Lives PL1
lethalth:0:E3A38:01:000:Invincibility PL1
lethalth:0:E3A41:F0:000:Max Shot Power PL1
lethalth:0:E3A3E:01:000:Always have Laser Shot PL1
lethalth:0:E3A3E:02:000:Always have Flame Shot PL1
lethalth:0:E3A3E:03:000:Always have Ball Shot PL1
lethalth:0:E3A3E:01:001:Get Laser Shot Now! PL1
lethalth:0:E3A3E:02:001:Get Flame Shot Now! PL1
lethalth:0:E3A3E:03:001:Get Ball Shot Now! PL1
lethalth:0:E0174:06:000:Infinite Lives PL2
lethalth:0:E3AD8:01:000:Invincibility PL2
lethalth:0:E3AE1:F0:000:Max Shot Power PL2
lethalth:0:E3ADE:01:000:Always have Laser Shot PL2
lethalth:0:E3ADE:02:000:Always have Flame Shot PL2
lethalth:0:E3ADE:03:000:Always have Ball Shot PL2
lethalth:0:E3ADE:01:001:Get Laser Shot Now! PL2
lethalth:0:E3ADE:02:001:Get Flame Shot Now! PL2
lethalth:0:E3ADE:03:001:Get Ball Shot Now! PL2
; [ Levers ]
levers:0:4175:63:000:Infinite Lives PL1
levers:0:4176:63:000:Infinite Lives PL2
; [ Lightning Fighters (US) ]
lgtnfght:0:000000:00:999:[Enable invincibility during]
lgtnfght:0:000000:00:999:[game play ONLY!! ]
lgtnfght:0:090200:64:000:Infinite Lives PL1
lgtnfght:0:0902A0:01:000:Infinite Beam S. Weapon PL1
lgtnfght:0:0902A0:02:000:Infinite Flame S. Weapon PL1
lgtnfght:0:092952:01:000:Invincibility PL1
lgtnfght:0:092954:00:500:Invincibility PL1 (2/3)
lgtnfght:0:09295A:00:500:Invincibility PL1 (3/3)
lgtnfght:0:090300:64:000:Infinite Lives PL2
lgtnfght:0:0902B0:01:000:Infinite Beam S. Weapon PL2
lgtnfght:0:0902B0:02:000:Infinite Flame S. Weapon PL2
lgtnfght:0:092A32:01:000:Invincibility PL2
lgtnfght:0:092A34:00:500:Invincibility PL2 (2/3)
lgtnfght:0:092A3A:00:500:Invincibility PL2 (3/3)
lgtnfght:0:092C88:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Liberator (set 1) ]
liberatr:0:0020:04:000:Infinite Lives PL1
liberatr:0:0021:04:000:Infinite Lives PL2
liberatr:0:0069:01:001:Get 1 base to end level Now!
; [ Libble Rabble ]
liblrabl:0:085C:05:000:Infinite Lives
liblrabl:0:2815:00:000:Invincibility & Infinite String
liblrabl:0:2DCA:00:000:Never have the scissors enemy
; [ Lifeforce (US) ]
lifefrce:0:080380:03:000:Infinite Lives PL1
lifefrce:0:080500:40:040:Invincibility PL1
lifefrce:0:0803C0:03:000:Infinite Lives PL2
lifefrce:0:080530:40:040:Invincibility PL2
lifefrce:0:083006:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Lifeforce (Japan) ]
lifefrcj:0:080380:03:000:Infinite Lives PL1
lifefrcj:0:080500:40:040:Invincibility PL1
lifefrcj:0:0803C0:03:000:Infinite Lives PL2
lifefrcj:0:080530:40:040:Invincibility PL2
lifefrcj:0:083006:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Lightbringer (Japan) ]
lightbr:0:400207:09:000:Infinite Credits
lightbr:0:407F36:77:000:Infinite Time
lightbr:0:40C244:09:000:Infinite Lives PL1
lightbr:0:404FD0:14:000:Infinite Energy PL1
lightbr:0:40C245:09:000:Infinite Specials PL1
lightbr:0:40C243:02:000:Invincibility PL1
lightbr:0:40C344:09:000:Infinite Lives PL2
lightbr:0:405050:08:000:Infinite Energy PL2
lightbr:0:40C345:09:000:Infinite Specials PL2
lightbr:0:40C343:02:000:Invincibility PL2
lightbr:0:000000:00:999:[After you enable these region cheats to see any ]
lightbr:0:000000:00:999:[effect you may have to reset the game (F3). ]
lightbr:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
lightbr:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
lightbr:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
lightbr:0:0FFFFF:01:001:Region Switch = Japan:Lightbringer
lightbr:0:0FFFFF:02:001:Region Switch = US:Dungeon Magic
lightbr:0:0FFFFF:03:001:Region Switch = World:Dungeon Magic
; [ Liquid Kids (World) ]
liquidk:0:109522:03:000:Infinite Lives
liquidk:0:109504:08:020:Invincibility
liquidk:0:102C6B:5A:500:Invincibility (2/2)
; [ Liquid Kids (US) ]
liquidku:0:109522:03:000:Infinite Lives
liquidku:0:109504:08:020:Invincibility
liquidku:0:102C6B:5A:500:Invincibility (2/2)
; [ Lizard Wizard ]
lizwiz:0:4DA1:09:000:Infinite Lives PL1
lizwiz:0:4DA2:09:000:Infinite Lives PL2
; [ Legend of Kage, The ]
lkage:0:E225:FF:000:Infinite Lives PL1
lkage:0:E22C:FF:000:Infinite Lives PL2
lkage:0:E44E:00:000:Invincibility
lkage:0:0000:00:999:[See the Dip Switch Menu to ]
lkage:0:0000:00:999:[enable an alternate ]
lkage:0:0000:00:999:[Invincibility cheat. ]
; [ Legend of Kage, The (bootleg set 1) ]
lkageb:0:E225:FF:000:Infinite Lives PL1
lkageb:0:E22C:FF:000:Infinite Lives PL2
lkageb:0:E44E:00:000:Invincibility
lkageb:0:0000:00:999:[See the Dip Switch Menu to ]
lkageb:0:0000:00:999:[enable an alternate ]
lkageb:0:0000:00:999:[Invincibility cheat. ]
; [ Legend of Kage, The (bootleg set 2) ]
lkageb2:0:E225:FF:000:Infinite Lives PL1
lkageb2:0:E22C:FF:000:Infinite Lives PL2
lkageb2:0:E44E:00:000:Invincibility
lkageb2:0:0000:00:999:[See the Dip Switch Menu to ]
lkageb2:0:0000:00:999:[enable an alternate ]
lkageb2:0:0000:00:999:[Invincibility cheat. ]
; [ Legend of Kage, The (bootleg set 3) ]
lkageb3:0:E225:FF:000:Infinite Lives PL1
lkageb3:0:E22C:FF:000:Infinite Lives PL2
lkageb3:0:E44E:00:000:Invincibility
lkageb3:0:0000:00:999:[See the Dip Switch Menu to ]
lkageb3:0:0000:00:999:[enable an alternate ]
lkageb3:0:0000:00:999:[Invincibility cheat. ]
; [ Lunar Lander (rev 2) ]
llander:0:01AD:99:000:Infinite Fuel
llander:0:019C:00:000:Infinite Time
; [ Lunar Lander (rev 1) ]
llander1:0:01AD:99:000:Infinite Fuel
llander1:0:019C:00:000:Infinite Time
; [ Lock'n'Chase ]
lnc:0:000F:02:000:Infinite Lives PL1
lnc:0:001E:02:000:Infinite Lives PL2
lnc:0:0000:00:999:[Disable invincibility with ]
lnc:0:0000:00:999:[F6 before you go 'OUT' ]
lnc:0:003B:11:000:Invincibility
; [ Loco-Motion ]
locomotn:0:9900:06:000:Infinite Lives
; [ Logger ]
logger:0:1D55:99:000:Infinite Credits
logger:0:1CBF:05:000:Infinite Lives
logger:0:1C06:02:040:Partial Invincibility:Drops will still kill you!
; [ Logic Pro 2 (Japan) ]
logicpr2:0:FF8EDB:09:000:Infinite Credits
logicpr2:0:FF8DE4:01:000:Infinite Time PL1
logicpr2:0:FF8DE5:90:500:Infinite Time PL1 (2/2)
logicpr2:0:FF8E45:00:000:Never any Left item PL1
logicpr2:0:FF8E45:01:000:Left item always Bomb PL1
logicpr2:0:FF8E45:02:000:Left item always Hammer PL1
logicpr2:0:FF8E45:04:000:Left item always Filler PL1
logicpr2:0:FF8E43:00:000:Never any Right item PL1
logicpr2:0:FF8E43:01:000:Right item always Bomb PL1
logicpr2:0:FF8E43:02:000:Right item always Hammer PL1
logicpr2:0:FF8E43:04:000:Right item always Filler PL1
logicpr2:0:FF8E45:00:001:No Left item Now! PL1
logicpr2:0:FF8E45:01:001:Left item = Bomb Now! PL1
logicpr2:0:FF8E45:02:001:Left item = Hammer Now! PL1
logicpr2:0:FF8E45:04:001:Left item = Filler Now! PL1
logicpr2:0:FF8E43:00:001:No Right item Now! PL1
logicpr2:0:FF8E43:01:001:Right item = Bomb Now! PL1
logicpr2:0:FF8E43:02:001:Right item = Hammer Now! PL1
logicpr2:0:FF8E43:04:001:Right item = Filler Now! PL1
logicpr2:0:FF8E60:01:000:Infinite Time PL2
logicpr2:0:FF8E61:90:500:Infinite Time PL2 (2/2)
logicpr2:0:FF8EBF:00:000:Never any Left item PL2
logicpr2:0:FF8EBF:01:000:Left item always Bomb PL2
logicpr2:0:FF8EBF:02:000:Left item always Hammer PL2
logicpr2:0:FF8EBF:04:000:Left item always Filler PL2
logicpr2:0:FF8EC1:00:000:Never any Right item PL2
logicpr2:0:FF8EC1:01:000:Right item always Bomb PL2
logicpr2:0:FF8EC1:02:000:Right item always Hammer PL2
logicpr2:0:FF8EC1:04:000:Right item always Filler PL2
logicpr2:0:FF8EBF:00:001:No Left item Now! PL2
logicpr2:0:FF8EBF:01:001:Left item = Bomb Now! PL2
logicpr2:0:FF8EBF:02:001:Left item = Hammer Now! PL2
logicpr2:0:FF8EBF:04:001:Left item = Filler Now! PL2
logicpr2:0:FF8EC1:00:001:No Right item Now! PL2
logicpr2:0:FF8EC1:01:001:Right item = Bomb Now! PL2
logicpr2:0:FF8EC1:02:001:Right item = Hammer Now! PL2
logicpr2:0:FF8EC1:04:001:Right item = Filler Now! PL2
; [ Logic Pro ]
logicpro:0:FF05F2:63:000:Infinite Credits
logicpro:0:FF0195:1E:000:Infinite Time
logicpro:0:FF0329:03:000:Infinite Helps PL1
logicpro:0:FF0339:03:000:Infinite Helps PL2
; [ Legend of Hero Tonma ]
loht:0:A3B46:59:000:Infinite Time
loht:0:A2311:40:000:Invincibility
loht:0:00000:00:999:[See the Dip Switch Menu to ]
loht:0:00000:00:999:[enable an alternate ]
loht:0:00000:00:999:[Invincibility cheat. ]
loht:0:A3AE4:0A:000:Infinite Lives PL1
loht:0:A3AE5:0A:000:Infinite Lives PL2
; [ Legend of Makai (World) ]
lomakai:0:0FC021:05:000:Infinite Lives
lomakai:0:0FC00B:03:000:Infinite Energy
lomakai:0:0FC01B:09:000:Infinite Time
lomakai:0:0FC022:90:000:Infinite Money
lomakai:0:0FC023:00:500:Infinite Money (2/2)
lomakai:0:0FC06E:01:000:Infinite Jumps
lomakai:0:0FC070:01:000:Invincibility
lomakai:0:000000:00:999:[See the Dip Switch Menu to ]
lomakai:0:000000:00:999:[enable an alternate ]
lomakai:0:000000:00:999:[Invincibility cheat. ]
lomakai:0:0FCE06:00:001:One hit for boss Now!
lomakai:0:0FCE07:01:501:One hit for boss Now! (2/2)
lomakai:0:0FC032:03:020:Always have all keys
lomakai:0:0FC033:80:520:Always have all keys (2/2)
lomakai:0:0FC032:01:020:Always have green key
lomakai:0:0FC032:02:020:Always have red key
lomakai:0:0FC033:80:020:Always have blue key
lomakai:0:0FC033:10:020:Always have silver shield
lomakai:0:0FC033:20:020:Always have gold shield
lomakai:0:0FC032:08:020:Always have jump potion
lomakai:0:0FC032:10:020:Always have strength potion
lomakai:0:0FC031:08:020:Always have the boots
lomakai:0:0FC031:07:040:Always have no extra weapon
lomakai:0:000000:00:999:[ EW = Extra Weapon ]
lomakai:0:0FC031:01:020:Always have knife EW
lomakai:0:0FC031:06:540:Always have knife EW (2/2)
lomakai:0:0FC031:02:020:Always have singleaxe EW
lomakai:0:0FC031:05:540:Always have singleaxe EW(2/2)
lomakai:0:0FC031:04:020:Always have doubleaxe EW
lomakai:0:0FC031:03:540:Always have doubleaxe EW(2/2)
lomakai:0:0FC032:08:020:Always have story-teller bird
lomakai:0:0FC032:03:021:Get all keys Now!
lomakai:0:0FC033:80:521:Get all keys Now! (2/2)
lomakai:0:0FC032:01:021:Get green key Now!
lomakai:0:0FC032:02:021:Get red key Now!
lomakai:0:0FC033:80:021:Get blue key Now!
lomakai:0:0FC033:10:021:Get silver shield Now!
lomakai:0:0FC033:20:021:Get gold shield Now!
lomakai:0:0FC032:08:021:Get jump potion Now!
lomakai:0:0FC032:10:021:Get strength potion Now!
lomakai:0:0FC031:08:021:Get the boots Now!
lomakai:0:0FC031:07:041:Lose extra weapon Now!
lomakai:0:0FC031:01:021:Get knife EW Now!
lomakai:0:0FC031:06:541:Get knife EW Now! (2/2)
lomakai:0:0FC031:02:021:Get single axe EW Now!
lomakai:0:0FC031:05:541:Get single axe EW Now! (2/2)
lomakai:0:0FC031:04:021:Get double axe EW Now!
lomakai:0:0FC031:03:541:Get double axe EW Now! (2/2)
lomakai:0:0FC032:08:021:Get story-teller bird Now!
; [ Looper ]
looper:0:8026:09:020:Invincibility
looper:0:8029:09:000:Infinite Lives PL1
looper:0:8027:63:062:Select next round PL1
looper:0:8027:63:072:Select current round PL1
looper:0:802A:09:000:Infinite Lives PL2
looper:0:8028:63:062:Select next round PL2
looper:0:8028:63:072:Select current round PL2
looper:0:0000:00:999:[These Select starting round]
looper:0:0000:00:999:[cheats are *NOT* linked so ]
looper:0:0000:00:999:[they must BOTH be selected ]
looper:0:0000:00:999:[individually one after the ]
looper:0:0000:00:999:[other! Enable each time you]
looper:0:0000:00:999:[need them, use before start]
looper:0:8027:FF:021:Select starting roundPL1(1|2)
looper:0:8027:63:062:Select starting roundPL1(2|2)
looper:0:8028:FF:021:Select starting roundPL2(1|2)
looper:0:8028:63:062:Select starting roundPL2(2|2)
; [ Looping (set 1) ]
looping:0:E397:00:000:Infinite Lives
looping:0:E36D:05:500:Infinite Lives (2/2)
looping:0:E4C5:00:000:Always have Gate Open
looping:0:E4C5:00:001:Open Gate Now!
looping:0:E4C5:01:001:Close Gate Now!
; [ Looping (set 2) ]
loopinga:0:E397:00:000:Infinite Lives
loopinga:0:E36D:05:500:Infinite Lives (2/2)
loopinga:0:E4C5:00:000:Always have Gate Open
loopinga:0:E4C5:00:001:Open Gate Now!
loopinga:0:E4C5:01:001:Close Gate Now!
; [ Lord of King, The (Japan) ]
lordofk:0:000000:00:999:[Always have Shield cheats ]
lordofk:0:000000:00:999:[should be enabled on the ]
lordofk:0:000000:00:999:[title screen or it won't ]
lordofk:0:000000:00:999:[display until you've lost a]
lordofk:0:000000:00:999:[life!! ]
lordofk:0:FFFB72:01:000:Infinite Time
lordofk:0:FFFB73:99:500:Infinite Time (2/2)
lordofk:0:FF8899:06:000:Infinite Lives PL1
lordofk:0:FFD2B5:40:000:Infinite Energy PL1
lordofk:0:FFD2B7:01:000:Invincibility 'ON' PL1
lordofk:0:FFD290:40:540:Invincibility 'ON' PL1 (2/2)
lordofk:0:FFD2B7:01:001:Invincibility 'OFF' PL1
lordofk:0:FFD290:40:521:Invincibility 'OFF' PL1 (2/2)
lordofk:0:FF88AF:3C:000:Maximum fire power PL1
lordofk:0:FF88C5:0B:000:Maximum magic power PL1
lordofk:0:FFD31D:03:000:Infinite Shield PL1:Seems to be buggy!
lordofk:0:FF8889:01:000:Always have Shield PL1
lordofk:0:FF8889:01:001:Get Shield Now! PL1
lordofk:0:FF88E1:06:000:Infinite Lives PL2
lordofk:0:FFD435:40:000:Infinite Energy PL2
lordofk:0:FFD437:01:000:Invincibility 'ON' PL2
lordofk:0:FFD410:40:540:Invincibility 'ON' PL2 (2/2)
lordofk:0:FFD437:01:001:Invincibility 'OFF' PL2
lordofk:0:FFD410:40:521:Invincibility 'OFF' PL2 (2/2)
lordofk:0:FF88F7:3C:000:Maximum fire power PL2
lordofk:0:FF890D:0B:000:Maximum magic power PL2
lordofk:0:FFD49D:03:000:Infinite Shield PL2:Seems to be buggy!
lordofk:0:FF81BF:01:000:Always have Shield PL2
lordofk:0:FF81BF:01:001:Get Shield Now! PL2
; [ Lost Tomb (hard) ]
losttmbh:0:868D:50:000:Infinite Time
losttmbh:0:84C6:E0:500:Infinite Time (2/2)
losttmbh:0:8617:06:000:Infinite Lives
losttmbh:0:8618:08:000:Infinite Ammo
losttmbh:0:861B:02:000:Infinite Zapper
losttmbh:0:0000:00:999:[See the Dip Switch Menu to ]
losttmbh:0:0000:00:999:[enable Invincibility. ]
losttmbh:0:861C:0C:072:Select next Level:Use before stair room
losttmbh:0:861D:5B:072:Select next Room:Use before stair room
; [ Lost Tomb (easy) ]
losttomb:0:868D:50:000:Infinite Time
losttomb:0:84C6:E0:500:Infinite Time (2/2)
losttomb:0:8617:06:000:Infinite Lives
losttomb:0:8618:08:000:Infinite Ammo
losttomb:0:861B:02:000:Infinite Zapper
losttomb:0:0000:00:999:[See the Dip Switch Menu to ]
losttomb:0:0000:00:999:[enable Invincibility. ]
losttomb:0:861C:0C:072:Select next Level:Use before stair room
losttomb:0:861D:5B:072:Select next Room:Use before stair room
; [ Lost Worlds (Japan) ]
lostwrld:0:FFE1D2:21:000:Infinite Shop Time
lostwrld:0:000000:00:999:[These Start on Stage cheats]
lostwrld:0:000000:00:999:[must be enabled on the ]
lostwrld:0:000000:00:999:[title screen and turned off]
lostwrld:0:000000:00:999:[when you start the stage. ]
lostwrld:0:FFB2B2:01:000:Start on Stage 2
lostwrld:0:FFB2B2:02:000:Start on Stage 3
lostwrld:0:FFB2B2:03:000:Start on Stage 4
lostwrld:0:FFB2B2:04:000:Start on Stage 5
lostwrld:0:FFB2B2:05:000:Start on Stage 6
lostwrld:0:FFB2B2:06:000:Start on Stage 7
lostwrld:0:FFB2B2:07:000:Start on Stage 8
lostwrld:0:FFB2B2:08:000:Start on Stage 9
lostwrld:0:FFB2B2:08:061:Select next stage
lostwrld:0:FF9035:38:000:Infinite Energy PL1
lostwrld:0:FFB342:02:000:Invincibility PL1
lostwrld:0:FFB38C:01:500:Invincibility PL1 (2/4)
lostwrld:0:FF9035:38:520:Invincibility PL1 (3/4)
lostwrld:0:FF9035:C7:540:Invincibility PL1 (4/4)
lostwrld:0:FFE192:99:000:Infinite Zenny PL1
lostwrld:0:FFE193:99:500:Infinite Zenny PL1 (2/3)
lostwrld:0:FFE194:99:500:Infinite Zenny PL1 (3/3)
lostwrld:0:FFE192:01:001:Reduce Zenny Now! PL1
lostwrld:0:FFE193:01:501:Reduce Zenny Now! PL1 (2/3)
lostwrld:0:FFE194:01:501:Reduce Zenny Now! PL1 (3/3)
lostwrld:0:FFCEE2:01:000:Always Laser PL1
lostwrld:0:FFCF18:00:500:Always Laser PL1 (2/2)
lostwrld:0:FFCEE2:01:000:Always Beam PL1
lostwrld:0:FFCF18:02:500:Always Beam PL1 (2/2)
lostwrld:0:FFCEE2:01:000:Always Missile PL1
lostwrld:0:FFCF18:04:500:Always Missile PL1 (2/2)
lostwrld:0:FFCEE2:01:000:Always Balcan Cannon PL1
lostwrld:0:FFCF18:06:500:Always Balcan Cannon PL1(2/2)
lostwrld:0:FFCEE2:01:000:Always Napalm Bomb PL1
lostwrld:0:FFCF18:08:500:Always Napalm Bomb PL1 (2/2)
lostwrld:0:FFCEE2:01:000:Always V-Cannon PL1
lostwrld:0:FFCF18:0A:500:Always V-Cannon PL1 (2/2)
lostwrld:0:FFCEE2:01:000:Always Burner PL1
lostwrld:0:FFCF18:0C:500:Always Burner PL1 (2/2)
lostwrld:0:FFCEE2:01:000:Always Multi-Way PL1
lostwrld:0:FFCF18:0E:500:Always Multi-Way PL1 (2/2)
lostwrld:0:FFCEE2:01:000:Always Bound Shot PL1
lostwrld:0:FFCF18:10:500:Always Bound Shot PL1 (2/2)
lostwrld:0:FFCEE2:01:000:Always Power Laser PL1
lostwrld:0:FFCF18:12:500:Always Power Laser PL1 (2/2)
lostwrld:0:FFCEE2:01:000:Always Homing Laser PL1
lostwrld:0:FFCF18:14:500:Always Homing Laser PL1 (2/2)
lostwrld:0:FFCEE2:01:001:Get Laser Now! PL1
lostwrld:0:FFCF18:00:501:Get Laser Now! PL1 (2/2)
lostwrld:0:FFCEE2:01:001:Get Beam Now! PL1
lostwrld:0:FFCF18:02:501:Get Beam Now! PL1 (2/2)
lostwrld:0:FFCEE2:01:001:Get Missile Now! PL1
lostwrld:0:FFCF18:04:501:Get Missile Now! PL1 (2/2)
lostwrld:0:FFCEE2:01:001:Get Balcan CannonNow!PL1
lostwrld:0:FFCF18:06:501:Get Balcan CannonNow!PL1(2/2)
lostwrld:0:FFCEE2:01:001:Get Napalm Bomb Now! PL1
lostwrld:0:FFCF18:08:501:Get Napalm Bomb Now! PL1(2/2)
lostwrld:0:FFCEE2:01:001:Get V-Cannon Now! PL1
lostwrld:0:FFCF18:0A:501:Get V-Cannon Now! PL1 (2/2)
lostwrld:0:FFCEE2:01:001:Get Burner Now! PL1
lostwrld:0:FFCF18:0C:501:Get Burner Now! PL1 (2/2)
lostwrld:0:FFCEE2:01:001:Get Multi-Way Now! PL1
lostwrld:0:FFCF18:0E:501:Get Multi-Way Now! PL1 (2/2)
lostwrld:0:FFCEE2:01:001:Get Bound Shot Now! PL1
lostwrld:0:FFCF18:10:501:Get Bound Shot Now! PL1 (2/2)
lostwrld:0:FFCEE2:01:001:Get Power Laser Now! PL1
lostwrld:0:FFCF18:12:501:Get Power Laser Now! PL1(2/2)
lostwrld:0:FFCEE2:01:001:Get Homing Laser Now!PL1
lostwrld:0:FFCF18:14:501:Get Homing Laser Now!PL1(2/2)
lostwrld:0:FF9055:38:000:Infinite Energy PL2
lostwrld:0:FFB392:02:000:Invincibility PL2
lostwrld:0:FFB3DC:01:500:Invincibility PL2 (2/4)
lostwrld:0:FF9055:38:520:Invincibility PL2 (3/4)
lostwrld:0:FF9055:C7:540:Invincibility PL2 (4/4)
lostwrld:0:FFE196:99:000:Infinite Zenny PL2
lostwrld:0:FFE197:99:500:Infinite Zenny PL2 (2/3)
lostwrld:0:FFE198:99:500:Infinite Zenny PL2 (3/3)
lostwrld:0:FFE196:01:001:Reduce Zenny Now! PL2
lostwrld:0:FFE197:01:501:Reduce Zenny Now! PL2 (2/3)
lostwrld:0:FFE198:01:501:Reduce Zenny Now! PL2 (3/3)
lostwrld:0:FFCF32:01:000:Always Laser PL2
lostwrld:0:FFCF68:00:500:Always Laser PL2 (2/2)
lostwrld:0:FFCF32:01:000:Always Beam PL2
lostwrld:0:FFCF68:02:500:Always Beam PL2 (2/2)
lostwrld:0:FFCF32:01:000:Always Missile PL2
lostwrld:0:FFCF68:04:500:Always Missile PL2 (2/2)
lostwrld:0:FFCF32:01:000:Always Balcan Cannon PL2
lostwrld:0:FFCF68:06:500:Always Balcan Cannon PL2(2/2)
lostwrld:0:FFCF32:01:000:Always Napalm Bomb PL2
lostwrld:0:FFCF68:08:500:Always Napalm Bomb PL2 (2/2)
lostwrld:0:FFCF32:01:000:Always V-Cannon PL2
lostwrld:0:FFCF68:0A:500:Always V-Cannon PL2 (2/2)
lostwrld:0:FFCF32:01:000:Always Burner PL2
lostwrld:0:FFCF68:0C:500:Always Burner PL2 (2/2)
lostwrld:0:FFCF32:01:000:Always Multi-Way PL2
lostwrld:0:FFCF68:0E:500:Always Multi-Way PL2 (2/2)
lostwrld:0:FFCF32:01:000:Always Bound Shot PL2
lostwrld:0:FFCF68:10:500:Always Bound Shot PL2 (2/2)
lostwrld:0:FFCF32:01:000:Always Power Laser PL2
lostwrld:0:FFCF68:12:500:Always Power Laser PL2 (2/2)
lostwrld:0:FFCF32:01:000:Always Homing Laser PL2
lostwrld:0:FFCF68:14:500:Always Homing Laser PL2 (2/2)
lostwrld:0:FFCF32:01:001:Get Laser Now! PL2
lostwrld:0:FFCF68:00:501:Get Laser Now! PL2 (2/2)
lostwrld:0:FFCF32:01:001:Get Beam Now! PL2
lostwrld:0:FFCF68:02:501:Get Beam Now! PL2 (2/2)
lostwrld:0:FFCF32:01:001:Get Missile Now! PL2
lostwrld:0:FFCF68:04:501:Get Missile Now! PL2 (2/2)
lostwrld:0:FFCF32:01:001:Get Balcan CannonNow!PL2
lostwrld:0:FFCF68:06:501:Get Balcan CannonNow!PL2(2/2)
lostwrld:0:FFCF32:01:001:Get Napalm Bomb Now! PL2
lostwrld:0:FFCF68:08:501:Get Napalm Bomb Now! PL2(2/2)
lostwrld:0:FFCF32:01:001:Get V-Cannon Now! PL2
lostwrld:0:FFCF68:0A:501:Get V-Cannon Now! PL2 (2/2)
lostwrld:0:FFCF32:01:001:Get Burner Now! PL2
lostwrld:0:FFCF68:0C:501:Get Burner Now! PL2 (2/2)
lostwrld:0:FFCF32:01:001:Get Multi-Way Now! PL2
lostwrld:0:FFCF68:0E:501:Get Multi-Way Now! PL2 (2/2)
lostwrld:0:FFCF32:01:001:Get Bound Shot Now! PL2
lostwrld:0:FFCF68:10:501:Get Bound Shot Now! PL2 (2/2)
lostwrld:0:FFCF32:01:001:Get Power Laser Now! PL2
lostwrld:0:FFCF68:12:501:Get Power Laser Now! PL2(2/2)
lostwrld:0:FFCF32:01:001:Get Homing Laser Now!PL2
lostwrld:0:FFCF68:14:501:Get Homing Laser Now!PL2(2/2)
; [ Lot Lot ]
lotlot:0:E847:03:000:Infinite lives
lotlot:0:0000:00:999:[See the Dip Switch Menu to ]
lotlot:0:0000:00:999:[enable Invincibility. ]
; [ Lotto Fun ]
lottofun:0:983E:59:000:Infinite Choosing Time
; [ Lunar Rescue ]
lrescue:0:21AC:06:000:Infinite Lives PL1
lrescue:0:21A2:80:000:Infinite Fuel PL1
lrescue:0:22AC:06:000:Infinite Lives PL2
lrescue:0:22A2:80:000:Infinite Fuel PL2
lrescue:0:218D:00:000:Enemies once per Round: Also no Fireballs
lrescue:0:21AB:00:000:Always Round 1 (Slow Enemies)
lrescue:0:21AE:05:001:1 Rescue Ends Round Now!
lrescue:0:212D:01:501:1 Rescue Ends Round Now!(2/2)
lrescue:0:21A0:01:501:1 Rescue Ends Round Now!(3/2)
; [ Last Resort ]
lresort:0:108030:02:000:Infinite Lives PL1
lresort:0:104229:7D:000:Invincibility PL1
lresort:0:104265:04:000:Max Power Up PL1
lresort:0:104267:05:000:Max Speed PL1
lresort:0:108031:02:000:Infinite Lives PL2
lresort:0:1042A9:7D:000:Invincibility PL2
lresort:0:1042E5:04:000:Max Power Up PL2
lresort:0:1042E7:05:000:Max Speed PL2
; [ Land Sea Air Squad / Riku Kai Kuu Saizensen ]
lsasquad:0:A5FB:09:000:Infinite Credits
lsasquad:0:A817:63:000:Infinite Lives
lsasquad:0:0000:00:999:[See the Dip Switch Menu to ]
lsasquad:0:0000:00:999:[enable Invincibility. ]
; [ Last Duel (US set 2) ]
lstduela:0:FF8819:99:000:Infinite Time
lstduela:0:FF8826:0B:000:Infinite Lives PL1
lstduela:0:FF897B:80:002:Invincibility PL1
lstduela:0:FF8978:06:000:Infinite Rolling PL1
lstduela:0:FF8977:06:000:Maximum homing missiles PL1
lstduela:0:FF993C:01:000:Pod ON - Left PL1
lstduela:0:FF999C:01:000:Pod ON - Right PL1
lstduela:0:FF8972:60:001:Get Maximum speed - car PL1
lstduela:0:FF8972:0C:001:Get Maximum speed - plane PL1
lstduela:0:FF8979:00:000:Rapid fire - Weapon PL1
lstduela:0:FF897A:00:000:Rapid fire - H. missiles PL1
lstduela:0:FF996E:00:000:Rapid fire - Left pod PL1
lstduela:0:FF99CE:00:000:Rapid fire - Right pod PL1
lstduela:0:FF8976:00:000:Always have normal weapon PL1
lstduela:0:FF8976:02:000:Always have Double PL1
lstduela:0:FF8976:04:000:Always have 3-way PL1
lstduela:0:FF8976:06:000:Always have Shotgun PL1
lstduela:0:FF8976:08:000:Always have Flame PL1
lstduela:0:FF8976:00:001:Get normal weapon Now! PL1
lstduela:0:FF8976:02:001:Get Double Now! PL1
lstduela:0:FF8976:04:001:Get 3-way Now! PL1
lstduela:0:FF8976:06:001:Get Shotgun Now! PL1
lstduela:0:FF8976:08:001:Get Flame Now! PL1
lstduela:0:FF8827:0B:000:Infinite Lives PL2
lstduela:0:FF89FB:80:002:Invincibility PL2
lstduela:0:FF89F8:06:000:Infinite Rolling PL2
lstduela:0:FF89F7:06:000:Maximum homing missiles PL2
lstduela:0:FF99FC:01:000:Pod ON - Left PL2
lstduela:0:FF9A5C:01:000:Pod ON - Right PL2
lstduela:0:FF89F2:60:001:Get Maximum speed - car PL2
lstduela:0:FF89F2:0C:001:Get Maximum speed - plane PL2
lstduela:0:FF89F9:00:000:Rapid fire - Weapon PL2
lstduela:0:FF89FA:00:000:Rapid fire - H. missiles PL2
lstduela:0:FF9A2E:00:000:Rapid fire - Left pod PL2
lstduela:0:FF9A8E:00:000:Rapid fire - Right pod PL2
lstduela:0:FF89F6:00:000:Always have normal weapon PL2
lstduela:0:FF89F6:02:000:Always have Double PL2
lstduela:0:FF89F6:04:000:Always have 3-way PL2
lstduela:0:FF89F6:06:000:Always have Shotgun PL2
lstduela:0:FF89F6:08:000:Always have Flame PL2
lstduela:0:FF89F6:00:001:Get normal weapon Now! PL2
lstduela:0:FF89F6:02:001:Get Double Now! PL2
lstduela:0:FF89F6:04:001:Get 3-way Now! PL2
lstduela:0:FF89F6:06:001:Get Shotgun Now! PL2
lstduela:0:FF89F6:08:001:Get Flame Now! PL2
; [ Last Duel (bootleg) ]
lstduelb:0:FF8819:99:000:Infinite Time
lstduelb:0:FF8826:0B:000:Infinite Lives PL1
lstduelb:0:FF897B:80:002:Invincibility PL1
lstduelb:0:FF8978:06:000:Infinite Rolling PL1
lstduelb:0:FF8977:06:000:Maximum homing missiles PL1
lstduelb:0:FF993C:01:000:Pod ON - Left PL1
lstduelb:0:FF999C:01:000:Pod ON - Right PL1
lstduelb:0:FF8972:60:001:Get Maximum speed - car PL1
lstduelb:0:FF8972:0C:001:Get Maximum speed - plane PL1
lstduelb:0:FF8979:00:000:Rapid fire - Weapon PL1
lstduelb:0:FF897A:00:000:Rapid fire - H. missiles PL1
lstduelb:0:FF996E:00:000:Rapid fire - Left pod PL1
lstduelb:0:FF99CE:00:000:Rapid fire - Right pod PL1
lstduelb:0:FF8976:00:000:Always have normal weapon PL1
lstduelb:0:FF8976:02:000:Always have Double PL1
lstduelb:0:FF8976:04:000:Always have 3-way PL1
lstduelb:0:FF8976:06:000:Always have Shotgun PL1
lstduelb:0:FF8976:08:000:Always have Flame PL1
lstduelb:0:FF8976:00:001:Get normal weapon Now! PL1
lstduelb:0:FF8976:02:001:Get Double Now! PL1
lstduelb:0:FF8976:04:001:Get 3-way Now! PL1
lstduelb:0:FF8976:06:001:Get Shotgun Now! PL1
lstduelb:0:FF8976:08:001:Get Flame Now! PL1
lstduelb:0:FF8827:0B:000:Infinite Lives PL2
lstduelb:0:FF89FB:80:002:Invincibility PL2
lstduelb:0:FF89F8:06:000:Infinite Rolling PL2
lstduelb:0:FF89F7:06:000:Maximum homing missiles PL2
lstduelb:0:FF99FC:01:000:Pod ON - Left PL2
lstduelb:0:FF9A5C:01:000:Pod ON - Right PL2
lstduelb:0:FF89F2:60:001:Get Maximum speed - car PL2
lstduelb:0:FF89F2:0C:001:Get Maximum speed - plane PL2
lstduelb:0:FF89F9:00:000:Rapid fire - Weapon PL2
lstduelb:0:FF89FA:00:000:Rapid fire - H. missiles PL2
lstduelb:0:FF9A2E:00:000:Rapid fire - Left pod PL2
lstduelb:0:FF9A8E:00:000:Rapid fire - Right pod PL2
lstduelb:0:FF89F6:00:000:Always have normal weapon PL2
lstduelb:0:FF89F6:02:000:Always have Double PL2
lstduelb:0:FF89F6:04:000:Always have 3-way PL2
lstduelb:0:FF89F6:06:000:Always have Shotgun PL2
lstduelb:0:FF89F6:08:000:Always have Flame PL2
lstduelb:0:FF89F6:00:001:Get normal weapon Now! PL2
lstduelb:0:FF89F6:02:001:Get Double Now! PL2
lstduelb:0:FF89F6:04:001:Get 3-way Now! PL2
lstduelb:0:FF89F6:06:001:Get Shotgun Now! PL2
lstduelb:0:FF89F6:08:001:Get Flame Now! PL2
; [ Lupin III ]
lupin3:0:0000:00:999:[See the Dip Switch Menu to ]
lupin3:0:0000:00:999:[enable Invincibility. ]
lupin3:0:2127:03:000:Infinite Lives PL1
lupin3:0:2142:00:000:Infinite Energy PL1
lupin3:0:214C:90:000:Infinite Bonus PL1
lupin3:0:2125:07:001:Get 1 bag to end level PL1
lupin3:0:2227:03:000:Infinite Lives PL2
lupin3:0:2242:00:000:Infinite Energy PL2
lupin3:0:224C:90:000:Infinite Bonus PL2
lupin3:0:2225:07:001:Get 1 bag to end level PL2
; [ Legendary Wings (US set 1) ]
lwings:0:C09F:9A:000:Infinite Time
lwings:0:C070:06:000:Infinite Lives PL1
lwings:0:C100:FF:000:Invincibility PL1
lwings:0:C118:00:000:Always normal fire PL1
lwings:0:C118:02:000:Always 2-way fire PL1
lwings:0:C118:04:000:Always 3-way fire PL1
lwings:0:C118:05:000:Always max weapon fire PL1
lwings:0:C118:00:001:Get normal fire Now! PL1
lwings:0:C118:02:001:Get 2-way fire Now! PL1
lwings:0:C118:04:001:Get 3-way fire Now! PL1
lwings:0:C118:05:001:Get max weapon fire Now! PL1
lwings:0:C071:06:000:Infinite Lives PL2
lwings:0:C120:FF:000:Invincibility PL2
lwings:0:C138:00:000:Always normal fire PL2
lwings:0:C138:02:000:Always 2-way fire PL2
lwings:0:C138:04:000:Always 3-way fire PL2
lwings:0:C138:05:000:Always max weapon fire PL2
lwings:0:C138:00:001:Get normal fire Now! PL2
lwings:0:C138:02:001:Get 2-way fire Now! PL2
lwings:0:C138:04:001:Get 3-way fire Now! PL2
lwings:0:C138:05:001:Get max weapon fire Now! PL2
lwings:0:C072:00:001:Goto Level 1 Next
lwings:0:C072:01:001:Goto Level 2 Next
lwings:0:C072:02:001:Goto Level 3 Next
lwings:0:C072:03:001:Goto Level 4 Next
lwings:0:C072:04:001:Goto Level 5 Next
lwings:0:C072:04:061:Select next level
; [ Legendary Wings (US set 2) ]
lwings2:0:C09F:9A:000:Infinite Time
lwings2:0:C070:06:000:Infinite Lives PL1
lwings2:0:C100:FF:000:Invincibility PL1
lwings2:0:C118:00:000:Always normal fire PL1
lwings2:0:C118:02:000:Always 2-way fire PL1
lwings2:0:C118:04:000:Always 3-way fire PL1
lwings2:0:C118:05:000:Always max weapon fire PL1
lwings2:0:C118:00:001:Get normal fire Now! PL1
lwings2:0:C118:02:001:Get 2-way fire Now! PL1
lwings2:0:C118:04:001:Get 3-way fire Now! PL1
lwings2:0:C118:05:001:Get max weapon fire Now! PL1
lwings2:0:C071:06:000:Infinite Lives PL2
lwings2:0:C120:FF:000:Invincibility PL2
lwings2:0:C138:00:000:Always normal fire PL2
lwings2:0:C138:02:000:Always 2-way fire PL2
lwings2:0:C138:04:000:Always 3-way fire PL2
lwings2:0:C138:05:000:Always max weapon fire PL2
lwings2:0:C138:00:001:Get normal fire Now! PL2
lwings2:0:C138:02:001:Get 2-way fire Now! PL2
lwings2:0:C138:04:001:Get 3-way fire Now! PL2
lwings2:0:C138:05:001:Get max weapon fire Now! PL2
lwings2:0:C072:00:001:Goto Level 1 Next
lwings2:0:C072:01:001:Goto Level 2 Next
lwings2:0:C072:02:001:Goto Level 3 Next
lwings2:0:C072:03:001:Goto Level 4 Next
lwings2:0:C072:04:001:Goto Level 5 Next
lwings2:0:C072:04:061:Select next level
; [ Ales no Tsubasa (Japan) ]
lwingsjp:0:C09F:9A:000:Infinite Time
lwingsjp:0:C070:06:000:Infinite Lives PL1
lwingsjp:0:C100:FF:000:Invincibility PL1
lwingsjp:0:C118:00:000:Always normal fire PL1
lwingsjp:0:C118:02:000:Always 2-way fire PL1
lwingsjp:0:C118:04:000:Always 3-way fire PL1
lwingsjp:0:C118:05:000:Always max weapon fire PL1
lwingsjp:0:C118:00:001:Get normal fire Now! PL1
lwingsjp:0:C118:02:001:Get 2-way fire Now! PL1
lwingsjp:0:C118:04:001:Get 3-way fire Now! PL1
lwingsjp:0:C118:05:001:Get max weapon fire Now! PL1
lwingsjp:0:C071:06:000:Infinite Lives PL2
lwingsjp:0:C120:FF:000:Invincibility PL2
lwingsjp:0:C138:00:000:Always normal fire PL2
lwingsjp:0:C138:02:000:Always 2-way fire PL2
lwingsjp:0:C138:04:000:Always 3-way fire PL2
lwingsjp:0:C138:05:000:Always max weapon fire PL2
lwingsjp:0:C138:00:001:Get normal fire Now! PL2
lwingsjp:0:C138:02:001:Get 2-way fire Now! PL2
lwingsjp:0:C138:04:001:Get 3-way fire Now! PL2
lwingsjp:0:C138:05:001:Get max weapon fire Now! PL2
lwingsjp:0:C072:00:001:Goto Level 1 Next
lwingsjp:0:C072:01:001:Goto Level 2 Next
lwingsjp:0:C072:02:001:Goto Level 3 Next
lwingsjp:0:C072:03:001:Goto Level 4 Next
lwingsjp:0:C072:04:001:Goto Level 5 Next
lwingsjp:0:C072:04:061:Select next level
; [ M-4 ]
m4:0:20B9:99:000:Infinite Time
; [ Mission 660 ]
m660:0:C238:09:000:Infinite Credits
m660:0:C616:90:000:Infinite Energy
m660:0:C614:00:000:Invincibility
m660:0:C615:03:000:Always have Best Ship
m660:0:C206:03:000:Infinite Lives PL1
m660:0:C210:03:000:Infinite Lives PL2
; [ Mission 660 (bootleg) ]
m660b:0:C238:09:000:Infinite Credits
m660b:0:C616:90:000:Infinite Energy
m660b:0:C614:00:000:Invincibility
m660b:0:C615:03:000:Always have Best Ship
m660b:0:C206:03:000:Infinite Lives PL1
m660b:0:C210:03:000:Infinite Lives PL2
; [ Mission 660 (Japan) ]
m660j:0:C238:09:000:Infinite Credits
m660j:0:C616:90:000:Infinite Energy
m660j:0:C614:00:000:Invincibility
m660j:0:C615:03:000:Always have Best Ship
m660j:0:C206:03:000:Infinite Lives PL1
m660j:0:C210:03:000:Infinite Lives PL2
; [ M79 Ambush ]
m79amb:0:400C:99:000:Infinite Time
; [ M.A.C.H. 3 ]
mach3:0:0722:03:000:Infinite Lives
; [ Macho Mouse ]
machomou:0:841F:01:000:Invincibility
machomou:0:0000:00:999:[See the Dip Switch Menu to ]
machomou:0:0000:00:999:[enable an alternate ]
machomou:0:0000:00:999:[Invincibility cheat. ]
machomou:0:8200:1A:000:Infinite Lives PL1
machomou:0:8300:1A:000:Infinite Lives PL2
; [ Mach Rider ]
machridr:0:0064:99:000:Infinite Time
machridr:0:0164:00:000:No Slipping on Road
; [ Macross ]
macross:0:0F9003:09:000:Infinite Credits
macross:0:0F6429:0A:000:Infinite Lives PL1
macross:0:0F642F:07:000:Infinite Bombs PL1
macross:0:0F647F:07:000:Max Powerup PL1
macross:0:0F642D:96:000:Invincibility "ON" PL1
macross:0:0F642D:01:001:Invincibility "OFF" PL1
macross:0:0F6457:00:000:Always have Fighter Shot PL1
macross:0:0F6457:01:000:Always have Gerwalk Shot PL1
macross:0:0F6457:02:000:Always have Battroid Shot PL1
macross:0:0F6457:03:000:Always have Amord-V shot PL1
macross:0:0F6457:00:001:Get Fighter Shot Now! PL1
macross:0:0F6457:01:001:Get Gerwalk Shot Now! PL1
macross:0:0F6457:02:001:Get Battroid Shot Now! PL1
macross:0:0F6457:03:001:Get Amord-V shot Now! PL1
macross:0:0F6529:0A:000:Infinite Lives PL2
macross:0:0F652F:07:000:Infinite Bombs PL2
macross:0:0F657F:07:000:Max Powerup PL2
macross:0:0F652D:96:000:Invincibility "ON" PL2
macross:0:0F652D:01:001:Invincibility "OFF" PL2
macross:0:0F6557:00:000:Always have Fighter Shot PL2
macross:0:0F6557:01:000:Always have Gerwalk Shot PL2
macross:0:0F6557:02:000:Always have Battroid Shot PL2
macross:0:0F6557:03:000:Always have Armord-V Shot PL2
macross:0:0F6557:00:001:Get Fighter Shot Now! PL2
macross:0:0F6557:01:001:Get Gerwalk Shot Now! PL2
macross:0:0F6557:02:001:Get Battroid Shot Now! PL2
macross:0:0F6557:03:001:Get Armord-V Shot Now! PL2
macross:0:000000:00:999:[These Select starting round]
macross:0:000000:00:999:[cheats are *NOT* linked so ]
macross:0:000000:00:999:[they must BOTH be selected ]
macross:0:000000:00:999:[individually one after the ]
macross:0:000000:00:999:[other! ]
macross:0:000000:00:999:[ ]
macross:0:000000:00:999:[You should enable these ]
macross:0:000000:00:999:[cheats on the "PUSH START" ]
macross:0:000000:00:999:[screen. ]
macross:0:0F9021:FF:021:Select starting round (1|2)
macross:0:0F9021:06:061:Select starting round (2|2)
macross:0:0F9021:06:071:Select next round
; [ Macross II ]
macross2:0:1F900D:09:000:Infinite Credits
macross2:0:1F9027:78:000:Infinite Time
macross2:0:1F5F2F:08:000:Infinite Bombs PL1
macross2:0:1F5F2D:A0:000:Invincibility "ON" PL1
macross2:0:1F5F2D:01:001:Invincibility "OFF" PL1
macross2:0:1F5E2F:08:000:Infinite Bombs PL2
macross2:0:1F5E2D:A0:000:Invincibility "ON" PL2
macross2:0:1F5E2D:01:001:Invincibility "OFF" PL2
macross2:0:1F9021:08:071:Select next stage
; [ Mad Crasher ]
madcrash:0:C668:0C:000:Infinite Lives
madcrash:0:C4C3:A4:000:Invincibility
; [ Mad Gear (US) ]
madgear:0:FF8844:0B:000:Infinite Energy
madgear:0:FF8846:1C:500:Infinite Energy (2/2)
madgear:0:FF910E:01:000:Infinite Protection
madgear:0:FF910F:EF:500:Infinite Protection (2/2)
madgear:0:FF8827:00:000:Infinite Time
madgear:0:000000:00:999:[Stage select cheats must be]
madgear:0:000000:00:999:[activated on the car ]
madgear:0:000000:00:999:[selection screen. ]
madgear:0:FF881E:01:501:Go to stage 2
madgear:0:FF881F:01:501:Go to stage 2 (2/2)
madgear:0:FF881E:02:501:Go to stage 3
madgear:0:FF881F:02:501:Go to stage 3 (2/2)
madgear:0:FF881E:03:501:Go to stage 4
madgear:0:FF881F:03:501:Go to stage 4 (2/2)
madgear:0:FF881E:04:501:Go to stage 5
madgear:0:FF881F:04:501:Go to stage 5 (2/2)
madgear:0:FF881E:05:501:Go to stage 6
madgear:0:FF881F:05:501:Go to stage 6 (2/2)
madgear:0:FF881E:06:501:Go to stage 7
madgear:0:FF881F:06:501:Go to stage 7 (2/2)
madgear:0:FF881E:07:501:Go to stage 8
madgear:0:FF881F:07:501:Go to stage 8 (2/2)
madgear:0:FF881E:08:501:Go to stage 9
madgear:0:FF881F:08:501:Go to stage 9 (2/2)
; [ Mad Gear (Japan) ]
madgearj:0:FF8844:0B:000:Infinite Energy
madgearj:0:FF8846:1C:500:Infinite Energy (2/2)
madgearj:0:FF910E:01:000:Infinite Protection
madgearj:0:FF910F:EF:500:Infinite Protection (2/2)
madgearj:0:FF8827:00:000:Infinite Time
madgearj:0:000000:00:999:[Stage select cheats must be]
madgearj:0:000000:00:999:[activated on the car ]
madgearj:0:000000:00:999:[selection screen. ]
madgearj:0:FF881E:01:501:Go to stage 2
madgearj:0:FF881F:01:501:Go to stage 2 (2/2)
madgearj:0:FF881E:02:501:Go to stage 3
madgearj:0:FF881F:02:501:Go to stage 3 (2/2)
madgearj:0:FF881E:03:501:Go to stage 4
madgearj:0:FF881F:03:501:Go to stage 4 (2/2)
madgearj:0:FF881E:04:501:Go to stage 5
madgearj:0:FF881F:04:501:Go to stage 5 (2/2)
madgearj:0:FF881E:05:501:Go to stage 6
madgearj:0:FF881F:05:501:Go to stage 6 (2/2)
madgearj:0:FF881E:06:501:Go to stage 7
madgearj:0:FF881F:06:501:Go to stage 7 (2/2)
madgearj:0:FF881E:07:501:Go to stage 8
madgearj:0:FF881F:07:501:Go to stage 8 (2/2)
madgearj:0:FF881E:08:501:Go to stage 9
madgearj:0:FF881F:08:501:Go to stage 9 (2/2)
; [ Mad Motor ]
madmotor:0:3E041D:0A:000:Infinite Lives PL1
madmotor:0:3E041F:0A:000:Infinite Lives PL2
; [ Magical Drop II ]
magdrop2:0:100A5F:00:000:No more level gain:Puzzle game only
; [ Magical Drop III ]
magdrop3:0:100626:00:000:No more level gain:Survival game only
magdrop3:0:100611:01:002:Always have Quota 001 PL1:Battle game only
; [ Magic Bubble ]
magicbub:0:FF000B:09:000:Infinite Credits
magicbub:0:000000:00:999:[The following cheats are for use in Puzzle Mode ]
magicbub:0:FF3D15:80:020:Help line "ON"
magicbub:0:FF3D15:80:041:Help line "OFF"
magicbub:0:FF43B2:02:000:Infinite Move Time
magicbub:0:FF43B3:58:500:Infinite Move Time (2/2)
magicbub:0:FF2CC5:10:000:Current bubble always Red
magicbub:0:FF2CC5:11:000:Current bubble always Yellow
magicbub:0:FF2CC5:12:000:Current bubble always Blue
magicbub:0:FF2CC5:13:000:Current bubble always Green
magicbub:0:FF2CC5:14:000:Current bubble always Purple
magicbub:0:FF2CC5:15:000:Current bubble always Violet
magicbub:0:FF2CC5:16:000:Current bubble always Grey
magicbub:0:FF2CC5:17:000:Current bubble always Dark Grey
magicbub:0:FF2B45:10:000:Next bubble always Red
magicbub:0:FF2B45:11:000:Next bubble always Yellow
magicbub:0:FF2B45:12:000:Next bubble always Blue
magicbub:0:FF2B45:13:000:Next bubble always Green
magicbub:0:FF2B45:14:000:Next bubble always Purple
magicbub:0:FF2B45:15:000:Next bubble always Violet
magicbub:0:FF2B45:16:000:Next bubble always Grey
magicbub:0:FF2B45:17:000:Next bubble always Dark Grey
magicbub:0:FF2CC5:10:001:Current bubble is Red Now!
magicbub:0:FF2CC5:11:001:Current bubble is Yellow Now!
magicbub:0:FF2CC5:12:001:Current bubble is Blue Now!
magicbub:0:FF2CC5:13:001:Current bubble is Green Now!
magicbub:0:FF2CC5:14:001:Current bubble is Purple Now!
magicbub:0:FF2CC5:15:001:Current bubble is Violet Now!
magicbub:0:FF2CC5:16:001:Current bubble is Grey Now!
magicbub:0:FF2CC5:17:001:Current bubble is Dark Grey Now!
magicbub:0:FF2B45:10:001:Next bubble is Red Now!
magicbub:0:FF2B45:11:001:Next bubble is Yellow Now!
magicbub:0:FF2B45:12:001:Next bubble is Blue Now!
magicbub:0:FF2B45:13:001:Next bubble is Green Now!
magicbub:0:FF2B45:14:001:Next bubble is Purple Now!
magicbub:0:FF2B45:15:001:Next bubble is Violet Now!
magicbub:0:FF2B45:16:001:Next bubble is Grey Now!
magicbub:0:FF2B45:17:001:Next bubble is Dark Grey Now!
magicbub:0:000000:00:999:[The following cheats are for use in Versus Mode ]
magicbub:0:FF35B8:02:000:Infinite Move Time PL1
magicbub:0:FF35B9:58:500:Infinite Move Time PL1 (2/2)
magicbub:0:FF2AE5:10:000:Current bubble always Red PL1
magicbub:0:FF2AE5:11:000:Current bubble always Yellow PL1
magicbub:0:FF2AE5:12:000:Current bubble always Blue PL1
magicbub:0:FF2AE5:13:000:Current bubble always Green PL1
magicbub:0:FF2AE5:14:000:Current bubble always Purple PL1
magicbub:0:FF2AE5:15:000:Current bubble always Violet PL1
magicbub:0:FF2AE5:16:000:Current bubble always Grey PL1
magicbub:0:FF2AE5:17:000:Current bubble always Dark Grey PL1
magicbub:0:FF2AC5:10:000:Next bubble always Red PL1
magicbub:0:FF2AC5:11:000:Next bubble always Yellow PL1
magicbub:0:FF2AC5:12:000:Next bubble always Blue PL1
magicbub:0:FF2AC5:13:000:Next bubble always Green PL1
magicbub:0:FF2AC5:14:000:Next bubble always Purple PL1
magicbub:0:FF2AC5:15:000:Next bubble always Violet PL1
magicbub:0:FF2AC5:16:000:Next bubble always Grey PL1
magicbub:0:FF2AC5:17:000:Next bubble always Dark Grey PL1
magicbub:0:FF2AE5:10:001:Current bubble is Red Now! PL1
magicbub:0:FF2AE5:11:001:Current bubble is Yellow Now! PL1
magicbub:0:FF2AE5:12:001:Current bubble is Blue Now! PL1
magicbub:0:FF2AE5:13:001:Current bubble is Green Now! PL1
magicbub:0:FF2AE5:14:001:Current bubble is Purple Now! PL1
magicbub:0:FF2AE5:15:001:Current bubble is Violet Now! PL1
magicbub:0:FF2AE5:16:001:Current bubble is Grey Now! PL1
magicbub:0:FF2AE5:17:001:Current bubble is Dark Grey Now! PL1
magicbub:0:FF2AC5:10:001:Next bubble is Red Now! PL1
magicbub:0:FF2AC5:11:001:Next bubble is Yellow Now! PL1
magicbub:0:FF2AC5:12:001:Next bubble is Blue Now! PL1
magicbub:0:FF2AC5:13:001:Next bubble is Green Now! PL1
magicbub:0:FF2AC5:14:001:Next bubble is Purple Now! PL1
magicbub:0:FF2AC5:15:001:Next bubble is Violet Now! PL1
magicbub:0:FF2AC5:16:001:Next bubble is Grey Now! PL1
magicbub:0:FF2AC5:17:001:Next bubble is Dark Grey Now! PL1
magicbub:0:FF3764:02:000:Infinite Move Time PL2
magicbub:0:FF3765:58:500:Infinite Move Time PL2 (2/2)
magicbub:0:FF1CE5:10:000:Current bubble always Red PL2
magicbub:0:FF1CE5:11:000:Current bubble always Yellow PL2
magicbub:0:FF1CE5:12:000:Current bubble always Blue PL2
magicbub:0:FF1CE5:13:000:Current bubble always Green PL2
magicbub:0:FF1CE5:14:000:Current bubble always Purple PL2
magicbub:0:FF1CE5:15:000:Current bubble always Violet PL2
magicbub:0:FF1CE5:16:000:Current bubble always Grey PL2
magicbub:0:FF1CE5:17:000:Current bubble always Dark Grey PL2
magicbub:0:FF1CC5:10:000:Next bubble always Red PL2
magicbub:0:FF1CC5:11:000:Next bubble always Yellow PL2
magicbub:0:FF1CC5:12:000:Next bubble always Blue PL2
magicbub:0:FF1CC5:13:000:Next bubble always Green PL2
magicbub:0:FF1CC5:14:000:Next bubble always Purple PL2
magicbub:0:FF1CC5:15:000:Next bubble always Violet PL2
magicbub:0:FF1CC5:16:000:Next bubble always Grey PL2
magicbub:0:FF1CC5:17:000:Next bubble always Dark Grey PL2
magicbub:0:FF1CE5:10:001:Current bubble is Red Now! PL2
magicbub:0:FF1CE5:11:001:Current bubble is Yellow Now! PL2
magicbub:0:FF1CE5:12:001:Current bubble is Blue Now! PL2
magicbub:0:FF1CE5:13:001:Current bubble is Green Now! PL2
magicbub:0:FF1CE5:14:001:Current bubble is Purple Now! PL2
magicbub:0:FF1CE5:15:001:Current bubble is Violet Now! PL2
magicbub:0:FF1CE5:16:001:Current bubble is Grey Now! PL2
magicbub:0:FF1CE5:17:001:Current bubble is Dark Grey Now! PL2
magicbub:0:FF1CC5:10:001:Next bubble is Red Now! PL2
magicbub:0:FF1CC5:11:001:Next bubble is Yellow Now! PL2
magicbub:0:FF1CC5:12:001:Next bubble is Blue Now! PL2
magicbub:0:FF1CC5:13:001:Next bubble is Green Now! PL2
magicbub:0:FF1CC5:14:001:Next bubble is Purple Now! PL2
magicbub:0:FF1CC5:15:001:Next bubble is Violet Now! PL2
magicbub:0:FF1CC5:16:001:Next bubble is Grey Now! PL2
magicbub:0:FF1CC5:17:001:Next bubble is Dark Grey Now! PL2
; [ Magix / Rock ]
magix:0:F897:09:000:Infinite Credits
magix:0:F016:00:001:Finish this Round Now! PL1
magix:0:E818:00:000:Next drop always a Grey Box Shape PL1
magix:0:E818:01:000:Next drop always a Red | Shape PL1
magix:0:E818:02:000:Next drop always a Orange T Shape PL1
magix:0:E818:03:000:Next drop always a Yellow ̠Shape PL1
magix:0:E818:04:000:Next drop always a Green ̠Shape PL1
magix:0:E818:05:000:Next drop always a Green Z Shape PL1
magix:0:E818:06:000:Next drop always a LightBlue Z Shape PL1
magix:0:E818:07:000:Next drop always a Blue T Shape PL1
magix:0:E818:08:000:Next drop always a Blue L Shape PL1
magix:0:E818:09:000:Next drop always a Purple C Shape PL1
magix:0:E818:0A:000:Next drop always a Pink d Shape PL1
magix:0:E818:0B:000:Next drop always a Brown d Shape PL1
magix:0:E818:0C:000:Next drop always a LightBrown | Shape PL1
magix:0:E818:00:001:Next drop a Grey Box Shape Now! PL1
magix:0:E818:01:001:Next drop a Red | Shape Now! PL1
magix:0:E818:02:001:Next drop a Orange T Shape Now! PL1
magix:0:E818:03:001:Next drop a Yellow ̠Shape Now! PL1
magix:0:E818:04:001:Next drop a Green ̠Shape Now! PL1
magix:0:E818:05:001:Next drop a Green Z Shape Now! PL1
magix:0:E818:06:001:Next drop a LightBlue Z Shape Now! PL1
magix:0:E818:07:001:Next drop a Blue T Shape Now! PL1
magix:0:E818:08:001:Next drop a Blue L Shape Now! PL1
magix:0:E818:09:001:Next drop a Purple C Shape Now! PL1
magix:0:E818:0A:001:Next drop a Pink d Shape Now! PL1
magix:0:E818:0B:001:Next drop a Brown d Shape Now! PL1
magix:0:E818:0C:001:Next drop a LightBrown | Shape Now! PL1
magix:0:F017:00:001:Finish this Round Now! PL2
magix:0:E810:00:000:Next drop always a Grey Box Shape PL2
magix:0:E810:01:000:Next drop always a Red | Shape PL2
magix:0:E810:02:000:Next drop always a Orange T Shape PL2
magix:0:E810:03:000:Next drop always a Yellow ̠Shape PL2
magix:0:E810:04:000:Next drop always a Green ̠Shape PL2
magix:0:E810:05:000:Next drop always a Green Z Shape PL2
magix:0:E810:06:000:Next drop always a LightBlue Z Shape PL2
magix:0:E810:07:000:Next drop always a Blue T Shape PL2
magix:0:E810:08:000:Next drop always a Blue L Shape PL2
magix:0:E810:09:000:Next drop always a Purple C Shape PL2
magix:0:E810:0A:000:Next drop always a Pink d Shape PL2
magix:0:E810:0B:000:Next drop always a Brown d Shape PL2
magix:0:E810:0C:000:Next drop always a LightBrown | Shape PL2
magix:0:E810:00:001:Next drop a Grey Box Shape Now! PL2
magix:0:E810:01:001:Next drop a Red | Shape Now! PL2
magix:0:E810:02:001:Next drop a Orange T Shape Now! PL2
magix:0:E810:03:001:Next drop a Yellow ̠Shape Now! PL2
magix:0:E810:04:001:Next drop a Green ̠Shape Now! PL2
magix:0:E810:05:001:Next drop a Green Z Shape Now! PL2
magix:0:E810:06:001:Next drop a LightBlue Z Shape Now! PL2
magix:0:E810:07:001:Next drop a Blue T Shape Now! PL2
magix:0:E810:08:001:Next drop a Blue L Shape Now! PL2
magix:0:E810:09:001:Next drop a Purple C Shape Now! PL2
magix:0:E810:0A:001:Next drop a Pink d Shape Now! PL2
magix:0:E810:0B:001:Next drop a Brown d Shape Now! PL2
magix:0:E810:0C:001:Next drop a LightBrown | Shape Now! PL2
; [ Magician Lord (set 1) ]
maglord:0:1039FE:25:000:Infinite Time
maglord:0:1039FF:80:500:Infinite Time (2/2)
maglord:0:103B00:09:000:Infinite Lives PL1
maglord:0:103B07:05:000:Infinite Health Points PL1
maglord:0:103B04:02:000:Infinite Power PL1
maglord:0:103B09:9F:000:Invincibility PL1
maglord:0:103C00:09:000:Infinite Lives PL2
maglord:0:103C07:05:000:Infinite Health Points PL2
maglord:0:103C04:02:000:Infinite Power PL2
maglord:0:103C09:9F:000:Invincibility PL2
maglord:0:000000:00:999:[Transformations, enable one]
maglord:0:000000:00:999:[of these cheats and when ]
maglord:0:000000:00:999:[you die this will be the ]
maglord:0:000000:00:999:[character you become ]
maglord:0:103B05:0D:000:Always become Ninja PL1
maglord:0:103B05:09:000:Always become Triton PL1
maglord:0:103B05:0E:000:Always become Samourai PL1
maglord:0:103B05:05:000:Always become Dragon PL1
maglord:0:103B05:0A:000:Always become Atlant PL1
maglord:0:103B05:0F:000:Always become Mutant PL1
maglord:0:103C05:0D:000:Always become Ninja PL2
maglord:0:103C05:09:000:Always become Triton PL2
maglord:0:103C05:0E:000:Always become Samourai PL2
maglord:0:103C05:05:000:Always become Dragon PL2
maglord:0:103C05:0A:000:Always become Atlant PL2
maglord:0:103C05:0F:000:Always become Mutant PL2
; [ Magician Lord (set 2) ]
maglordh:0:103A0E:25:000:Infinite Time
maglordh:0:103A0F:80:500:Infinite Time (2/2)
maglordh:0:103C00:09:000:Infinite Lives PL1
maglordh:0:103C07:05:000:Infinite Health Points PL1
maglordh:0:103C04:02:000:Infinite Power PL1
maglordh:0:103C09:9F:000:Invincibility PL1
maglordh:0:103C80:09:000:Infinite Lives PL2
maglordh:0:103C87:05:000:Infinite Health Points PL2
maglordh:0:103C84:02:000:Infinite Power PL2
maglordh:0:103C89:9F:000:Invincibility PL2
maglordh:0:000000:00:999:[Transformations, enable one]
maglordh:0:000000:00:999:[of these cheats and when ]
maglordh:0:000000:00:999:[you die this will be the ]
maglordh:0:000000:00:999:[character you become ]
maglordh:0:103C05:0D:000:Always become Ninja PL1
maglordh:0:103C05:09:000:Always become Triton PL1
maglordh:0:103C05:0E:000:Always become Samourai PL1
maglordh:0:103C05:05:000:Always become Dragon PL1
maglordh:0:103C05:0A:000:Always become Atlant PL1
maglordh:0:103C05:0F:000:Always become Mutant PL1
maglordh:0:103C85:0D:000:Always become Ninja PL2
maglordh:0:103C85:09:000:Always become Triton PL2
maglordh:0:103C85:0E:000:Always become Samourai PL2
maglordh:0:103C85:05:000:Always become Dragon PL2
maglordh:0:103C85:0A:000:Always become Atlant PL2
maglordh:0:103C85:0F:000:Always become Mutant PL2
; [ Mag Max ]
magmax:0:018CD4:99:000:Infinite Credits
magmax:0:018D6F:09:000:Infinite Lives PL1
magmax:0:018D70:09:000:Infinite Lives PL2
; [ Magical Spot II ]
magspot2:0:6013:03:000:Infinite Lives PL1
magspot2:0:6014:03:000:Infinite Lives PL2
magspot2:0:608C:80:000:Invincibility
; [ Mahou Daisakusen (Japan) ]
mahoudai:0:100393:09:000:Infinite Credits
mahoudai:0:1004A5:09:000:Infinite Lives PL1
mahoudai:0:10173D:09:000:Infinite Bombs PL1
mahoudai:0:000000:00:999:[Only enable Invincibility ]
mahoudai:0:000000:00:999:[after launch when you can ]
mahoudai:0:000000:00:999:[shoot your weapons!! ]
mahoudai:0:10173B:02:000:Invincibility PL1
mahoudai:0:000000:00:999:[See the Dip Switch Menu to ]
mahoudai:0:000000:00:999:[enable an alternate ]
mahoudai:0:000000:00:999:[Invincibility PL1 cheat. ]
mahoudai:0:000000:00:999:[But the cheat is better as ]
mahoudai:0:000000:00:999:[the dipswitch causes a game]
mahoudai:0:000000:00:999:[crash when PL2 is selected.]
mahoudai:0:1004A7:09:000:Infinite Lives PL2
mahoudai:0:1017FD:09:000:Infinite Bombs PL2
mahoudai:0:000000:00:999:[Only enable Invincibility ]
mahoudai:0:000000:00:999:[after launch when you can ]
mahoudai:0:000000:00:999:[shoot your weapons!! ]
mahoudai:0:1017FB:02:000:Invincibility PL2
; [ Mahjong Kyoretsuden ]
mahretsu:0:10019D:FF:000:Infinite Main Game Time
mahretsu:0:100227:FF:000:Infinite Move Time
mahretsu:0:000000:00:999:[After the winning hand ]
mahretsu:0:000000:00:999:[cheat has been activated, ]
mahretsu:0:000000:00:999:[you must wait for one of ]
mahretsu:0:000000:00:999:[the two missing tiles you ]
mahretsu:0:000000:00:999:[still need to win before ]
mahretsu:0:000000:00:999:[using 'RON'. ]
mahretsu:0:10158F:11:001:Get winning hand Now!
mahretsu:0:101591:11:501:Get winning hand Now! (03/14)
mahretsu:0:101593:11:501:Get winning hand Now! (04/14)
mahretsu:0:101595:41:501:Get winning hand Now! (05/14)
mahretsu:0:101597:41:501:Get winning hand Now! (06/14)
mahretsu:0:101599:41:501:Get winning hand Now! (07/14)
mahretsu:0:10159B:42:501:Get winning hand Now! (08/14)
mahretsu:0:10159D:42:501:Get winning hand Now! (09/14)
mahretsu:0:10159F:42:501:Get winning hand Now! (10/14)
mahretsu:0:1015A1:43:501:Get winning hand Now! (11/14)
mahretsu:0:1015A3:43:501:Get winning hand Now! (12/14)
mahretsu:0:1015A5:44:501:Get winning hand Now! (13/14)
mahretsu:0:1015A7:44:501:Get winning hand Now! (14/14)
mahretsu:0:000000:00:999:[See this URL for mahjong ]
mahretsu:0:000000:00:999:[rules (merge all lines!) ]
mahretsu:0:000000:00:999:[www.tky.hut.fi/~kjmjm/ ]
mahretsu:0:000000:00:999:[english/majiang/rules/ ]
mahretsu:0:000000:00:999:[basics.html ]
; [ Maikobana (Japan) ]
maiko:0:FD71:63:000:Infinite Power
maiko:0:0000:00:999:[Use the following cheat to ]
maiko:0:0000:00:999:[see all of the girl scenes ]
maiko:0:0000:00:999:[in the stage after you win ]
maiko:0:0000:00:999:[a match. ]
maiko:0:FD78:00:000:Opponent can NEVER score
maiko:0:0000:00:999:Open&Surf here for a tutorial:Check out this site for a great Hanafuda tutorial - http://members.nbci.com/_XMCM/bob_forster/hanafuda.htm
; [ Main Event, The (version Y) ]
mainevt:0:4125:99:000:Infinite Energy PL1
mainevt:0:4135:99:000:Infinite Energy PL2
mainevt:0:4145:99:000:Infinite Energy PL3
mainevt:0:4155:99:000:Infinite Energy PL4
mainevt:0:4017:00:000:Sound Test Timer Stop:[PL1 Shot2]Next Code
; [ Main Event, The (version F) ]
mainevt2:0:4125:99:000:Infinite Energy PL1
mainevt2:0:4135:99:000:Infinite Energy PL2
mainevt2:0:4145:99:000:Infinite Energy PL3
mainevt2:0:4155:99:000:Infinite Energy PL4
mainevt2:0:4017:00:000:Sound Test Timer Stop:[PL1 Shot2]Next Code
; [ Majestic Twelve - The Space Invaders Part IV (Japan) ]
majest12:0:203619:0A:000:Infinite Lives PL1
majest12:0:205291:09:000:Infinite Shields PL1
majest12:0:20361B:0A:000:Infinite Lives PL2
majest12:0:2052DF:09:000:Infinite Shields PL2
majest12:0:20553D:30:000:Long Lasting Weapons
; [ Major Title 2 (World) ]
majtitl2:0:ED45E:01:000:Always score Hole in Ones PL1
majtitl2:0:ED45E:00:001:This shot=1st Shot Now! PL1
majtitl2:0:ED460:01:000:Always score Hole in Ones PL2
majtitl2:0:ED460:00:001:This shot=1st Shot Now! PL2
majtitl2:0:ED462:01:000:Always score Hole in Ones PL3
majtitl2:0:ED462:00:001:This shot=1st Shot Now! PL3
majtitl2:0:ED464:01:000:Always score Hole in Ones PL4
majtitl2:0:ED464:00:001:This shot=1st Shot Now! PL4
; [ Major Title (Japan) ]
majtitle:0:D26BA:06:000:Always have 6 holes PL1
majtitle:0:D26B2:01:000:Always score Hole in Ones PL1
majtitle:0:D26B2:00:001:This shot=1st Shot Now! PL1
majtitle:0:D26BC:06:000:Always have 6 holes PL2
majtitle:0:D26B4:01:000:Always score Hole in Ones PL2
majtitle:0:D26B4:00:001:This shot=1st Shot Now! PL2
majtitle:0:D26BE:06:000:Always have 6 holes PL3
majtitle:0:D26B6:01:000:Always score Hole in Ones PL3
majtitle:0:D26B6:00:001:This shot=1st Shot Now! PL3
majtitle:0:D26C0:06:000:Always have 6 holes PL4
majtitle:0:D26B8:01:000:Always score Hole in Ones PL4
majtitle:0:D26B8:00:001:This shot=1st Shot Now! PL4
; [ Majuu no Ohkoku ]
majuu:2:041011:9A:000:Infinite Lives PL1
majuu:1:041017:FF:000:Infinite Energy PL1
majuu:2:04106A:0C:000:Infinite Keys PL1
majuu:2:041016:01:000:Invincibility PL1
majuu:2:04106C:13:500:Invincibility PL1 (2/2)
majuu:2:041066:01:000:Always have Speed Up PL1
majuu:2:041087:20:000:Always have Dynamite PL1
majuu:2:041061:13:000:Always have Machine Gun PL1
majuu:2:041061:05:000:Always have Fire PL1
majuu:2:041061:15:000:Always have Bazooka PL1
majuu:2:041061:12:000:Always have Shotgun PL1
majuu:2:041061:06:000:Always have Laser PL1
majuu:2:04106F:0B:000:Always have Shield PL1
majuu:2:041066:01:001:Get the Speed Up Now! PL1
majuu:2:041087:20:001:Get the Dynamite Now! PL1
majuu:2:041061:13:001:Get the Machine Gun Now! PL1
majuu:2:041061:05:001:Get the Fire Now! PL1
majuu:2:041061:15:001:Get the Bazooka Now! PL1
majuu:2:041061:12:001:Get the Shotgun Now! PL1
majuu:2:041061:06:001:Get the Laser Now! PL1
majuu:2:04106F:0B:001:Get the Shield Now! PL1
majuu:2:041111:9A:000:Infinite Lives PL2
majuu:1:041117:FF:000:Infinite Energy PL2
majuu:2:04116A:0C:000:Infinite Keys PL2
majuu:2:041116:01:000:Invincibility PL2
majuu:2:04116C:13:500:Invincibility PL2 (2/2)
majuu:2:041166:01:000:Always have Speed Up PL2
majuu:2:041187:20:000:Always have Dynamite PL2
majuu:2:041161:13:000:Always have Machine Gun PL2
majuu:2:041161:05:000:Always have Fire PL2
majuu:2:041161:15:000:Always have Bazooka PL2
majuu:2:041161:12:000:Always have Shotgun PL2
majuu:2:041161:06:000:Always have Laser PL2
majuu:2:04116F:0B:000:Always have Shield PL2
majuu:2:041166:01:001:Get the Speed Up Now! PL2
majuu:2:041187:20:001:Get the Dynamite Now! PL2
majuu:2:041161:13:001:Get the Machine Gun Now! PL2
majuu:2:041161:05:001:Get the Fire Now! PL2
majuu:2:041161:15:001:Get the Bazooka Now! PL2
majuu:2:041161:12:001:Get the Shotgun Now! PL2
majuu:2:041161:06:001:Get the Laser Now! PL2
majuu:2:04116F:0B:001:Get the Shield Now! PL2
majuu:2:060002:FF:000:Sound Test Timer Stop:[PL1 Start]Next Code
; [ Makai Densetsu (Japan) ]
makaiden:0:0FC021:05:000:Infinite Lives
makaiden:0:0FC00B:03:000:Infinite Energy
makaiden:0:0FC01B:09:000:Infinite Time
makaiden:0:0FC022:90:000:Infinite Money
makaiden:0:0FC023:00:500:Infinite Money (2/2)
makaiden:0:0FC06E:01:000:Infinite Jumps
makaiden:0:0FC070:01:000:Invincibility
makaiden:0:000000:00:999:[See the Dip Switch Menu to ]
makaiden:0:000000:00:999:[enable an alternate ]
makaiden:0:000000:00:999:[Invincibility cheat. ]
makaiden:0:0FCE06:00:001:One hit for boss Now!
makaiden:0:0FCE07:01:501:One hit for boss Now! (2/2)
makaiden:0:0FC032:03:020:Always have all keys
makaiden:0:0FC033:80:520:Always have all keys (2/2)
makaiden:0:0FC032:01:020:Always have green key
makaiden:0:0FC032:02:020:Always have red key
makaiden:0:0FC033:80:020:Always have blue key
makaiden:0:0FC033:10:020:Always have silver shield
makaiden:0:0FC033:20:020:Always have gold shield
makaiden:0:0FC032:08:020:Always have jump potion
makaiden:0:0FC032:10:020:Always have strength potion
makaiden:0:0FC031:08:020:Always have the boots
makaiden:0:0FC031:07:040:Always have no extra weapon
makaiden:0:000000:00:999:[ EW = Extra Weapon ]
makaiden:0:0FC031:01:020:Always have knife EW
makaiden:0:0FC031:06:540:Always have knife EW (2/2)
makaiden:0:0FC031:02:020:Always have singleaxe EW
makaiden:0:0FC031:05:540:Always have singleaxe EW(2/2)
makaiden:0:0FC031:04:020:Always have doubleaxe EW
makaiden:0:0FC031:03:540:Always have doubleaxe EW(2/2)
makaiden:0:0FC032:08:020:Always have story-teller bird
makaiden:0:0FC032:03:021:Get all keys Now!
makaiden:0:0FC033:80:521:Get all keys Now! (2/2)
makaiden:0:0FC032:01:021:Get green key Now!
makaiden:0:0FC032:02:021:Get red key Now!
makaiden:0:0FC033:80:021:Get blue key Now!
makaiden:0:0FC033:10:021:Get silver shield Now!
makaiden:0:0FC033:20:021:Get gold shield Now!
makaiden:0:0FC032:08:021:Get jump potion Now!
makaiden:0:0FC032:10:021:Get strength potion Now!
makaiden:0:0FC031:08:021:Get the boots Now!
makaiden:0:0FC031:07:041:Lose extra weapon Now!
makaiden:0:0FC031:01:021:Get knife EW Now!
makaiden:0:0FC031:06:541:Get knife EW Now! (2/2)
makaiden:0:0FC031:02:021:Get single axe EW Now!
makaiden:0:0FC031:05:541:Get single axe EW Now! (2/2)
makaiden:0:0FC031:04:021:Get double axe EW Now!
makaiden:0:0FC031:03:541:Get double axe EW Now! (2/2)
makaiden:0:0FC032:08:021:Get story-teller bird Now!
; [ Makai-Mura (Revision C) ]
makaimuc:0:00AB:76:000:Infinite Time
makaimuc:0:0060:08:000:Infinite Lives
makaimuc:0:00AD:7F:000:Invincibility
makaimuc:0:0000:00:999:[See the Dip Switch Menu to ]
makaimuc:0:0000:00:999:[enable an alternate ]
makaimuc:0:0000:00:999:[Invincibility cheat. ]
makaimuc:0:00AC:00:000:Always Have Armour
makaimuc:0:00AC:01:000:Never Have Armour
makaimuc:0:0073:00:000:Always Have Torch
makaimuc:0:0073:01:000:Always Have Lance
makaimuc:0:0073:02:000:Always Have Axe
makaimuc:0:0073:03:000:Always Have Shield
makaimuc:0:0073:04:000:Always Have Sword
makaimuc:0:0073:00:001:Get the Torch Now!
makaimuc:0:0073:01:001:Get the Lance Now!
makaimuc:0:0073:02:001:Get the Axe Now!
makaimuc:0:0073:03:001:Get the Shield Now!
makaimuc:0:0073:04:001:Get the Sword Now!
makaimuc:0:050A:FF:001:Warp To Top Of Screen
makaimuc:0:0503:04:001:Turn into frog
makaimuc:0:0528:01:000:Never change into frog
makaimuc:0:0072:00:001:Goto Level 1 Next
makaimuc:0:0072:01:001:Goto Level 2 Next
makaimuc:0:0072:02:001:Goto Level 3 Next
makaimuc:0:0072:03:001:Goto Level 4 Next
makaimuc:0:0072:04:001:Goto Level 5 Next
makaimuc:0:0072:05:001:Goto Level 6 Next
makaimuc:0:0072:06:001:Goto Last level Next
makaimuc:0:0072:06:071:Select current level
makaimuc:0:0072:06:061:Select next level
; [ Makai-Mura (Revision G) ]
makaimug:0:00AB:76:000:Infinite Time
makaimug:0:0060:08:000:Infinite Lives
makaimug:0:00AD:7F:000:Invincibility
makaimug:0:0000:00:999:[See the Dip Switch Menu to ]
makaimug:0:0000:00:999:[enable an alternate ]
makaimug:0:0000:00:999:[Invincibility cheat. ]
makaimug:0:00AC:00:000:Always Have Armour
makaimug:0:00AC:01:000:Never Have Armour
makaimug:0:0073:00:000:Always Have Torch
makaimug:0:0073:01:000:Always Have Lance
makaimug:0:0073:02:000:Always Have Axe
makaimug:0:0073:03:000:Always Have Shield
makaimug:0:0073:04:000:Always Have Sword
makaimug:0:0073:00:001:Get the Torch Now!
makaimug:0:0073:01:001:Get the Lance Now!
makaimug:0:0073:02:001:Get the Axe Now!
makaimug:0:0073:03:001:Get the Shield Now!
makaimug:0:0073:04:001:Get the Sword Now!
makaimug:0:050A:FF:001:Warp To Top Of Screen
makaimug:0:0503:04:001:Turn into frog
makaimug:0:0528:01:000:Never change into frog
makaimug:0:0072:00:001:Goto Level 1 Next
makaimug:0:0072:01:001:Goto Level 2 Next
makaimug:0:0072:02:001:Goto Level 3 Next
makaimug:0:0072:03:001:Goto Level 4 Next
makaimug:0:0072:04:001:Goto Level 5 Next
makaimug:0:0072:05:001:Goto Level 6 Next
makaimug:0:0072:06:001:Goto Last level Next
makaimug:0:0072:06:071:Select current level
makaimug:0:0072:06:061:Select next level
; [ Makai-Mura ]
makaimur:0:00AB:76:000:Infinite Time
makaimur:0:0060:08:000:Infinite Lives
makaimur:0:00AD:7F:000:Invincibility
makaimur:0:0000:00:999:[See the Dip Switch Menu to ]
makaimur:0:0000:00:999:[enable an alternate ]
makaimur:0:0000:00:999:[Invincibility cheat. ]
makaimur:0:00AC:00:000:Always Have Armour
makaimur:0:00AC:01:000:Never Have Armour
makaimur:0:0073:00:000:Always Have Torch
makaimur:0:0073:01:000:Always Have Lance
makaimur:0:0073:02:000:Always Have Axe
makaimur:0:0073:03:000:Always Have Shield
makaimur:0:0073:04:000:Always Have Sword
makaimur:0:0073:00:001:Get the Torch Now!
makaimur:0:0073:01:001:Get the Lance Now!
makaimur:0:0073:02:001:Get the Axe Now!
makaimur:0:0073:03:001:Get the Shield Now!
makaimur:0:0073:04:001:Get the Sword Now!
makaimur:0:050A:FF:001:Warp To Top Of Screen
makaimur:0:0503:04:001:Turn into frog
makaimur:0:0528:01:000:Never change into frog
makaimur:0:0072:00:001:Goto Level 1 Next
makaimur:0:0072:01:001:Goto Level 2 Next
makaimur:0:0072:02:001:Goto Level 3 Next
makaimur:0:0072:03:001:Goto Level 4 Next
makaimur:0:0072:04:001:Goto Level 5 Next
makaimur:0:0072:05:001:Goto Level 6 Next
makaimur:0:0072:06:001:Goto Last level Next
makaimur:0:0072:06:071:Select current level
makaimur:0:0072:06:061:Select next level
; [ Make Trax ]
maketrax:0:4C1C:06:000:Infinite Lives PL1
maketrax:0:4C1D:06:000:Infinite Lives PL2
maketrax:0:4C1E:09:000:Infinite Credits
maketrax:0:4C1E:09:000:Infinite Credits
maketrax:0:4FC8:4C:000:Yellow can't eat you
maketrax:0:4FCA:4C:000:Green can't eat you
maketrax:0:4FC8:E0:001:Yellow can eat you
maketrax:0:4FCA:E0:001:Green can eat you
; [ Makyou Senshi (Japan) ]
makyosen:0:14DB:03:000:Infinite Lives PL1
makyosen:0:14D7:99:000:Infinite Money PL1
makyosen:0:0100:20:020:Invincibility PL1
makyosen:0:14E2:99:000:Infinite Main W Ammo PL1
makyosen:0:14E4:99:000:Infinite Ext W1 Ammo PL1:Get extra weapon first
makyosen:0:14E6:99:000:Infinite Ext W2 Ammo PL1:Get extra weapon first
makyosen:0:14E8:99:000:Infinite Ext W3 Ammo PL1:Get extra weapon first
makyosen:0:14EA:99:000:Infinite Ext W4 Ammo PL1:Get extra weapon first
makyosen:0:14E1:00:000:Main W always Single fire PL1
makyosen:0:14E1:01:000:Main W always Triple fire PL1
makyosen:0:14E1:02:000:Main W always 6-way fire PL1
makyosen:0:14E1:03:000:Main W always Single mis. PL1
makyosen:0:14E1:04:000:Main W always Triple mis. PL1
makyosen:0:14E1:05:000:Main W always Laser PL1
makyosen:0:14E1:06:000:Main W always 5-way sonar PL1
makyosen:0:14E1:07:000:Main W always Big "sonar" PL1
makyosen:0:14E1:00:001:Main W = Single fire Now! PL1
makyosen:0:14E1:01:001:Main W = Triple fire Now! PL1
makyosen:0:14E1:02:001:Main W = 6-way fire Now! PL1
makyosen:0:14E1:03:001:Main W = Single mis. Now! PL1
makyosen:0:14E1:04:001:Main W = Triple mis. Now! PL1
makyosen:0:14E1:05:001:Main W = Laser Now! PL1
makyosen:0:14E1:06:001:Main W = 5-way sonar Now! PL1
makyosen:0:14E1:07:001:Main W = Big "sonar" Now! PL1
makyosen:0:14E3:00:001:No extra weapon 1 Now! PL1
makyosen:0:14E3:81:001:Ext W1 = Big knife Now! PL1
makyosen:0:14E3:82:001:Ext W1 = Small axe Now! PL1
makyosen:0:14E3:83:001:Ext W1 = Big axe Now! PL1
makyosen:0:14E3:84:001:Ext W1 = Shuriken Now! PL1
makyosen:0:14E3:85:001:Ext W1 = Flame balls Now! PL1
makyosen:0:14E3:86:001:Ext W1 = Grenade Now! PL1
makyosen:0:14E3:87:001:Ext W1 = 4-way bomb Now! PL1
makyosen:0:14E5:00:001:No extra weapon 2 Now! PL1
makyosen:0:14E5:81:001:Ext W2 = Big knife Now! PL1:Get extra weapon 1 first
makyosen:0:14E5:82:001:Ext W2 = Small axe Now! PL1:Get extra weapon 1 first
makyosen:0:14E5:83:001:Ext W2 = Big axe Now! PL1:Get extra weapon 1 first
makyosen:0:14E5:84:001:Ext W2 = Shuriken Now! PL1:Get extra weapon 1 first
makyosen:0:14E5:85:001:Ext W2 = Flame balls Now! PL1:Get extra weapon 1 first
makyosen:0:14E5:86:001:Ext W2 = Grenade Now! PL1:Get extra weapon 1 first
makyosen:0:14E5:87:001:Ext W2 = 4-way bomb Now! PL1:Get extra weapon 1 first
makyosen:0:14E7:00:001:No extra weapon 3 Now! PL1
makyosen:0:14E7:81:001:Ext W3 = Big knife Now! PL1:Get extra weapon 2 first
makyosen:0:14E7:82:001:Ext W3 = Small axe Now! PL1:Get extra weapon 2 first
makyosen:0:14E7:83:001:Ext W3 = Big axe Now! PL1:Get extra weapon 2 first
makyosen:0:14E7:84:001:Ext W3 = Shuriken Now! PL1:Get extra weapon 2 first
makyosen:0:14E7:85:001:Ext W3 = Flame balls Now! PL1:Get extra weapon 2 first
makyosen:0:14E7:86:001:Ext W3 = Grenade Now! PL1:Get extra weapon 2 first
makyosen:0:14E7:87:001:Ext W3 = 4-way bomb Now! PL1:Get extra weapon 2 first
makyosen:0:14E9:00:001:No extra weapon 4 Now! PL1
makyosen:0:14E9:81:001:Ext W4 = Big knife Now! PL1:Get extra weapon 3 first
makyosen:0:14E9:82:001:Ext W4 = Small axe Now! PL1:Get extra weapon 3 first
makyosen:0:14E9:83:001:Ext W4 = Big axe Now! PL1:Get extra weapon 3 first
makyosen:0:14E9:84:001:Ext W4 = Shuriken Now! PL1:Get extra weapon 3 first
makyosen:0:14E9:85:001:Ext W4 = Flame balls Now! PL1:Get extra weapon 3 first
makyosen:0:14E9:86:001:Ext W4 = Grenade Now! PL1:Get extra weapon 3 first
makyosen:0:14E9:87:001:Ext W4 = 4-way bomb Now! PL1:Get extra weapon 3 first
makyosen:0:0100:08:020:Always have the armour PL1
makyosen:0:0100:10:020:Always have the jets PL1
makyosen:0:0100:08:021:Get the armour Now! PL1
makyosen:0:0100:10:021:Get the jets Now! PL1
makyosen:0:0100:10:041:Lose the jets Now! PL1
makyosen:0:0100:08:041:Lose the armour Now! PL1
makyosen:0:14E0:03:000:Infinite Lives PL2
makyosen:0:14DC:99:000:Infinite Money PL2
makyosen:0:0128:20:020:Invincibility PL2
makyosen:0:14EC:99:000:Infinite Main W Ammo PL2
makyosen:0:14EE:99:000:Infinite Ext W1 Ammo PL2:Get extra weapon first
makyosen:0:14F0:99:000:Infinite Ext W2 Ammo PL2:Get extra weapon first
makyosen:0:14F2:99:000:Infinite Ext W3 Ammo PL2:Get extra weapon first
makyosen:0:14F4:99:000:Infinite Ext W4 Ammo PL2:Get extra weapon first
makyosen:0:14EB:00:000:Main W always Single fire PL2
makyosen:0:14EB:01:000:Main W always Triple fire PL2
makyosen:0:14EB:02:000:Main W always 6-way fire PL2
makyosen:0:14EB:03:000:Main W always Single mis. PL2
makyosen:0:14EB:04:000:Main W always Triple mis. PL2
makyosen:0:14EB:05:000:Main W always Laser PL2
makyosen:0:14EB:06:000:Main W always 5-way sonar PL2
makyosen:0:14EB:07:000:Main W always Big "sonar" PL2
makyosen:0:14EB:00:001:Main W = Single fire Now! PL2
makyosen:0:14EB:01:001:Main W = Triple fire Now! PL2
makyosen:0:14EB:02:001:Main W = 6-way fire Now! PL2
makyosen:0:14EB:03:001:Main W = Single mis. Now! PL2
makyosen:0:14EB:04:001:Main W = Triple mis. Now! PL2
makyosen:0:14EB:05:001:Main W = Laser Now! PL2
makyosen:0:14EB:06:001:Main W = 5-way sonar Now! PL2
makyosen:0:14EB:07:001:Main W = Big "sonar" Now! PL2
makyosen:0:14ED:00:001:No extra weapon 1 Now! PL2
makyosen:0:14ED:81:001:Ext W1 = Big knife Now! PL2
makyosen:0:14ED:82:001:Ext W1 = Small axe Now! PL2
makyosen:0:14ED:83:001:Ext W1 = Big axe Now! PL2
makyosen:0:14ED:84:001:Ext W1 = Shuriken Now! PL2
makyosen:0:14ED:85:001:Ext W1 = Flame balls Now! PL2
makyosen:0:14ED:86:001:Ext W1 = Grenade Now! PL2
makyosen:0:14ED:87:001:Ext W1 = 4-way bomb Now! PL2
makyosen:0:14EF:00:001:No extra weapon 2 Now! PL2
makyosen:0:14EF:81:001:Ext W2 = Big knife Now! PL2:Get extra weapon 1 first
makyosen:0:14EF:82:001:Ext W2 = Small axe Now! PL2:Get extra weapon 1 first
makyosen:0:14EF:83:001:Ext W2 = Big axe Now! PL2:Get extra weapon 1 first
makyosen:0:14EF:84:001:Ext W2 = Shuriken Now! PL2:Get extra weapon 1 first
makyosen:0:14EF:85:001:Ext W2 = Flame balls Now! PL2:Get extra weapon 1 first
makyosen:0:14EF:86:001:Ext W2 = Grenade Now! PL2:Get extra weapon 1 first
makyosen:0:14EF:87:001:Ext W2 = 4-way bomb Now! PL2:Get extra weapon 1 first
makyosen:0:14F1:00:001:No extra weapon 3 Now! PL2
makyosen:0:14F1:81:001:Ext W3 = Big knife Now! PL2:Get extra weapon 2 first
makyosen:0:14F1:82:001:Ext W3 = Small axe Now! PL2:Get extra weapon 2 first
makyosen:0:14F1:83:001:Ext W3 = Big axe Now! PL2:Get extra weapon 2 first
makyosen:0:14F1:84:001:Ext W3 = Shuriken Now! PL2:Get extra weapon 2 first
makyosen:0:14F1:85:001:Ext W3 = Flame balls Now! PL2:Get extra weapon 2 first
makyosen:0:14F1:86:001:Ext W3 = Grenade Now! PL2:Get extra weapon 2 first
makyosen:0:14F1:87:001:Ext W3 = 4-way bomb Now! PL2:Get extra weapon 2 first
makyosen:0:14F3:00:001:No extra weapon 4 Now! PL2
makyosen:0:14F3:81:001:Ext W4 = Big knife Now! PL2:Get extra weapon 3 first
makyosen:0:14F3:82:001:Ext W4 = Small axe Now! PL2:Get extra weapon 3 first
makyosen:0:14F3:83:001:Ext W4 = Big axe Now! PL2:Get extra weapon 3 first
makyosen:0:14F3:84:001:Ext W4 = Shuriken Now! PL2:Get extra weapon 3 first
makyosen:0:14F3:85:001:Ext W4 = Flame balls Now! PL2:Get extra weapon 3 first
makyosen:0:14F3:86:001:Ext W4 = Grenade Now! PL2:Get extra weapon 3 first
makyosen:0:14F3:87:001:Ext W4 = 4-way bomb Now! PL2:Get extra weapon 3 first
makyosen:0:0128:08:020:Always have the armour PL2
makyosen:0:0128:10:020:Always have the jets PL2
makyosen:0:0128:08:021:Get the armour Now! PL2
makyosen:0:0128:10:021:Get the jets Now! PL2
makyosen:0:0128:10:041:Lose the jets Now! PL2
makyosen:0:0128:08:041:Lose the armour Now! PL2
; [ Manhattan 24 Bunsyo (Japan) ]
manhatan:0:15CE:08:000:Infinite Lives PL1
manhatan:0:15FE:08:000:Infinite Lives PL2
manhatan:0:16C9:00:000:Invincibility
manhatan:0:11C1:00:500:Invincibility (2/2)
manhatan:0:1598:03:000:Always have all weapons
manhatan:0:1598:03:001:Get all weapons Now!
; [ Mania Challenge (set 1) ]
maniach:0:02CC:59:000:Infinite Time
maniach:0:0000:00:999:[The Referee never counts ]
maniach:0:0000:00:999:[cheat gives you Infinite ]
maniach:0:0000:00:999:[Time out of the ring, when ]
maniach:0:0000:00:999:[you are on the corner and ]
maniach:0:0000:00:999:[makes it impossible to get ]
maniach:0:0000:00:999:[a fall. Either disable it ]
maniach:0:0000:00:999:[or use the CORRECT 'Time =']
maniach:0:0000:00:999:[cheats. These can also be ]
maniach:0:0000:00:999:[useful to enable when it's ]
maniach:0:0000:00:999:[to your advantage!! ;-) ]
maniach:0:00EE:01:000:Referee never counts
maniach:0:00EE:19:001:Out of Ring Time = 19 Now!
maniach:0:00EE:02:001:Fall Count Time = 2 Now!
maniach:0:00EE:04:001:Corner Count Time = 4 Now!
maniach:0:0000:00:999:[ ]
maniach:0:0050:FF:000:Infinite Energy PL1
maniach:0:0050:00:001:Drain all Energy Now! PL1
maniach:0:005E:00:000:Infinite Jumps on Corner PL1
maniach:0:0051:FF:000:Infinite Energy PL2
maniach:0:0051:00:001:Drain all Energy Now! PL2
maniach:0:005F:00:000:Infinite Jumps on Corner PL2
maniach:0:0000:00:999:[The Infinite Attacks cheats]
maniach:0:0000:00:999:[prevents the other player ]
maniach:0:0000:00:999:[attacking you after you've ]
maniach:0:0000:00:999:[attacked them three times ]
maniach:0:0000:00:999:[in a row. ]
maniach:0:003F:00:000:Infinite Attacks PL1
maniach:0:0040:00:000:Infinite Attacks PL2
; [ Mania Challenge (set 2) ]
maniach2:0:02CC:59:000:Infinite Time
maniach2:0:0000:00:999:[The Referee never counts ]
maniach2:0:0000:00:999:[cheat gives you Infinite ]
maniach2:0:0000:00:999:[Time out of the ring, when ]
maniach2:0:0000:00:999:[you are on the corner and ]
maniach2:0:0000:00:999:[makes it impossible to get ]
maniach2:0:0000:00:999:[a fall. Either disable it ]
maniach2:0:0000:00:999:[or use the CORRECT 'Time =']
maniach2:0:0000:00:999:[cheats. These can also be ]
maniach2:0:0000:00:999:[useful to enable when it's ]
maniach2:0:0000:00:999:[to your advantage!! ;-) ]
maniach2:0:00EE:01:000:Referee never counts
maniach2:0:00EE:19:001:Out of Ring Time = 19 Now!
maniach2:0:00EE:02:001:Fall Count Time = 2 Now!
maniach2:0:00EE:04:001:Corner Count Time = 4 Now!
maniach2:0:0000:00:999:[ ]
maniach2:0:0050:FF:000:Infinite Energy PL1
maniach2:0:0050:00:001:Drain all Energy Now! PL1
maniach2:0:005E:00:000:Infinite Jumps on Corner PL1
maniach2:0:0051:FF:000:Infinite Energy PL2
maniach2:0:0051:00:001:Drain all Energy Now! PL2
maniach2:0:005F:00:000:Infinite Jumps on Corner PL2
maniach2:0:0000:00:999:[The Infinite Attacks cheats]
maniach2:0:0000:00:999:[prevents the other player ]
maniach2:0:0000:00:999:[attacking you after you've ]
maniach2:0:0000:00:999:[attacked them three times ]
maniach2:0:0000:00:999:[in a row. ]
maniach2:0:003F:00:000:Infinite Attacks PL1
maniach2:0:0040:00:000:Infinite Attacks PL2
; [ Mappy (US) ]
mappy:0:2030:06:000:Infinite Lives
mappy:0:2033:00:000:Invincibility
; [ Mappy (Japan) ]
mappyjp:0:2030:06:000:Infinite Lives
mappyjp:0:2033:00:000:Invincibility
; [ Marble Madness (set 1) ]
marble:0:401FF5:19:000:Infinite Credits
marble:0:400083:64:000:Infinite Time PL1
marble:0:400165:64:000:Infinite Time PL2
; [ Marble Madness (set 2) ]
marble2:0:400083:64:000:Infinite Time PL1
marble2:0:400165:64:000:Infinite Time PL2
marble2:0:401FF5:19:000:Infinite Credits
; [ Marble Madness (set 3) ]
marble3:0:400083:64:000:Infinite Time PL1
marble3:0:400165:64:000:Infinite Time PL2
marble3:0:401FF5:19:000:Infinite Credits
; [ Marble Madness (set 4) ]
marble4:0:400083:64:000:Infinite Time PL1
marble4:0:400165:64:000:Infinite Time PL2
marble4:0:401FF5:19:000:Infinite Credits
; [ Marine Boy ]
marineb:0:8031:09:000:Infinite Lives PL1
marineb:0:8032:09:000:Infinite Lives PL2
marineb:0:803B:28:000:Infinite Oxygen
; [ Mariner ]
mariner:0:4108:05:000:Infinite Lives
mariner:0:4105:FF:000:Infinite Fuel
mariner:0:2047:C9:100:Invincibility
mariner:0:2113:C9:600:Invincibility (2/3)
mariner:0:153B:C9:600:invincibility (3/3)
mariner:0:0000:00:999:[Level 6 = Base ]
mariner:0:411E:05:071:Select current level
mariner:0:411E:05:061:Select next level
; [ Mario Bros. (US) ]
mario:0:6116:07:000:Infinite Lives PL1
mario:0:6156:07:000:Infinite Lives PL2
mario:0:6860:02:000:Infinite POW
mario:0:603B:05:000:Start on Level 5
mario:0:603B:0A:000:Start on Level 10
mario:0:603B:0F:000:Start on Level 15
mario:0:603B:14:000:Start on Level 20
mario:0:603B:7F:000:Start on Level 127
mario:0:603B:FF:000:Start on Level 255
; [ Mario Bros. (Japan) ]
mariojp:0:6116:07:000:Infinite Lives PL1
mariojp:0:6156:07:000:Infinite Lives PL2
mariojp:0:6860:02:000:Infinite POW
mariojp:0:603B:05:000:Start on Level 5
mariojp:0:603B:0A:000:Start on Level 10
mariojp:0:603B:0F:000:Start on Level 15
mariojp:0:603B:14:000:Start on Level 20
mariojp:0:603B:7F:000:Start on Level 127
mariojp:0:603B:FF:000:Start on Level 255
; [ Mars ]
mars:0:4100:06:000:Infinite Lives
mars:0:4101:99:000:Infinite Fuel
mars:0:0000:00:999:[Only enable Invincibility ]
mars:0:0000:00:999:[during gameplay. ]
mars:0:42A2:01:000:Invincibility
; [ Super Marukin-Ban ]
marukin:0:E6A4:03:002:Infinite Power
marukin:0:E6A5:00:502:Infinite Power (2/3)
marukin:0:E6A6:00:502:Infinite Power (3/3)
marukin:0:0000:00:999:[The winning hand cheat must]
marukin:0:0000:00:999:[be activated when there are]
marukin:0:0000:00:999:[14 tiles in your hand, then]
marukin:0:0000:00:999:[press the RON key . ]
marukin:0:0000:00:999:[('Z' by default). The tiles]
marukin:0:0000:00:999:[do not visually change ]
marukin:0:0000:00:999:[until you make a move. ]
marukin:0:E2C0:31:001:Get winning hand 1Now!
marukin:0:E2C1:31:501:Get winning hand 1Now!(02/14)
marukin:0:E2C2:31:501:Get winning hand 1Now!(03/14)
marukin:0:E2C3:32:501:Get winning hand 1Now!(04/14)
marukin:0:E2C4:32:501:Get winning hand 1Now!(05/14)
marukin:0:E2C5:32:501:Get winning hand 1Now!(06/14)
marukin:0:E2C6:33:501:Get winning hand 1Now!(07/14)
marukin:0:E2C7:33:501:Get winning hand 1Now!(08/14)
marukin:0:E2C8:33:501:Get winning hand 1Now!(09/14)
marukin:0:E2C9:34:501:Get winning hand 1Now!(10/14)
marukin:0:E2CA:34:501:Get winning hand 1Now!(11/14)
marukin:0:E2CB:34:501:Get winning hand 1Now!(12/14)
marukin:0:E2CC:35:501:Get winning hand 1Now!(13/14)
marukin:0:E2CD:35:501:Get winning hand 1Now!(14/14)
marukin:0:0000:00:999:[Use this winning hand for ]
marukin:0:0000:00:999:[less points. Useful if you ]
marukin:0:0000:00:999:[want to see the alternate ]
marukin:0:0000:00:999:[bonus screen. You must play]
marukin:0:0000:00:999:[a bit to avoid being given ]
marukin:0:0000:00:999:['first shot winning' making]
marukin:0:0000:00:999:[ you unable to see the ]
marukin:0:0000:00:999:[alternate bonus screen. ]
marukin:0:0000:00:999:[This doesnt work every time]
marukin:0:E2C0:02:001:Get winning hand 2Now!
marukin:0:E2C1:03:501:Get winning hand 2Now!(02/14)
marukin:0:E2C2:04:501:Get winning hand 2Now!(03/14)
marukin:0:E2C3:17:501:Get winning hand 2Now!(04/14)
marukin:0:E2C4:17:501:Get winning hand 2Now!(05/14)
marukin:0:E2C5:17:501:Get winning hand 2Now!(06/14)
marukin:0:E2C6:25:501:Get winning hand 2Now!(07/14)
marukin:0:E2C7:26:501:Get winning hand 2Now!(08/14)
marukin:0:E2C8:27:501:Get winning hand 2Now!(09/14)
marukin:0:E2C9:28:501:Get winning hand 2Now!(10/14)
marukin:0:E2CA:28:501:Get winning hand 2Now!(11/14)
marukin:0:E2CB:28:501:Get winning hand 2Now!(12/14)
marukin:0:E2CC:29:501:Get winning hand 2Now!(13/14)
marukin:0:E2CD:29:501:Get winning hand 2Now!(14/14)
marukin:0:0000:00:999:[See this URL for mahjong ]
marukin:0:0000:00:999:[rules (merge all lines!) ]
marukin:0:0000:00:999:[www.tky.hut.fi/~kjmjm/ ]
marukin:0:0000:00:999:[english/majiang/rules/ ]
marukin:0:0000:00:999:[basics.html ]
; [ Chibi Marukochan Deluxe Quiz ]
marukodq:0:100429:0F:000:Infinite Answer Time
marukodq:0:000000:00:999:[Watch out for these values ]
marukodq:0:000000:00:999:[ 01=A, 02=B, 03=C, 04=D ]
marukodq:0:10040D:00:998:Watch me for good answer
; [ Marvin's Maze ]
marvins:0:D565:0A:000:Infinite Lives
; [ Marvel Land (US) ]
marvland:0:40AB18:1B:000:Infinite Time
marvland:0:40900B:04:000:Infinite Lives PL1
marvland:0:40904B:04:000:Infinite Lives PL2
marvland:0:000000:00:999:[Invincibility causes player]
marvland:0:000000:00:999:[to flicker and vanish at ]
marvland:0:000000:00:999:[times. ]
marvland:0:100079:4E:000:Invincibility
marvland:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
; [ Marvel Land (Japan) ]
marvlanj:0:40AB18:1B:000:Infinite Time
marvlanj:0:40900B:04:000:Infinite Lives PL1
marvlanj:0:40904B:04:000:Infinite Lives PL2
marvlanj:0:000000:00:999:[Invincibility causes player]
marvlanj:0:000000:00:999:[to flicker and vanish at ]
marvlanj:0:000000:00:999:[times. ]
marvlanj:0:100079:4E:000:Invincibility
marvlanj:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
; [ Masao ]
masao:0:6116:07:000:Infinite Lives PL1
masao:0:6156:07:000:Infinite Lives PL2
masao:0:6860:02:000:Infinite POW
masao:0:603B:05:000:Start on Level 5
masao:0:603B:0A:000:Start on Level 10
masao:0:603B:0F:000:Start on Level 15
masao:0:603B:14:000:Start on Level 20
masao:0:603B:7F:000:Start on Level 127
masao:0:603B:FF:000:Start on Level 255
; [ Master of Weapon (World) ]
masterw:0:200708:09:000:Infinite Credits
masterw:0:2010A0:04:000:Maximum fire power
masterw:0:201095:04:000:Maximum weapon power
masterw:0:20348D:03:000:Invincibility
masterw:0:201094:03:000:Always have Piercing W.
masterw:0:201094:04:000:Always have Wide W.
masterw:0:201094:05:000:Always have Guide W.
masterw:0:201094:06:000:Always have Laser W.
masterw:0:201094:07:000:Always have H. Bomb W.
masterw:0:201094:03:001:Get Piercing W. Now!
masterw:0:201094:04:001:Get Wide W. Now!
masterw:0:201094:05:001:Get Guide W. Now!
masterw:0:201094:06:001:Get Laser W. Now!
masterw:0:201094:07:001:Get H. Bomb W. Now!
masterw:0:200753:03:000:Infinite Lives PL1
masterw:0:200755:03:000:Infinite Lives PL2
; [ Mat Mania ]
matmania:0:02CF:59:000:Infinite Time
matmania:0:0000:00:999:[The Referee never counts ]
matmania:0:0000:00:999:[cheat gives you Infinite ]
matmania:0:0000:00:999:[Time out of the ring, when ]
matmania:0:0000:00:999:[you are on the corner and ]
matmania:0:0000:00:999:[makes it impossible to get ]
matmania:0:0000:00:999:[a fall. Either disable it ]
matmania:0:0000:00:999:[or use the CORRECT 'Time =']
matmania:0:0000:00:999:[cheats. These can also be ]
matmania:0:0000:00:999:[useful to enable when it's ]
matmania:0:0000:00:999:[to your advantage!! ;-) ]
matmania:0:00E6:01:000:Referee never counts
matmania:0:00E6:19:001:Out of Ring Time = 19 Now!
matmania:0:00E6:02:001:Fall Count Time = 2 Now!
matmania:0:00E6:04:001:Corner Count Time = 4 Now!
matmania:0:0000:00:999:[ ]
matmania:0:004A:FF:000:Infinite Energy PL1
matmania:0:004A:00:001:Drain all Energy Now! PL1
matmania:0:0059:00:000:Infinite Jumps on Corner PL1
matmania:0:004B:FF:000:Infinite Energy PL2
matmania:0:004B:00:001:Drain all Energy Now! PL2
matmania:0:0059:00:000:Infinite Jumps on Corner PL2
matmania:0:0000:00:999:[The Infinite Attacks cheats]
matmania:0:0000:00:999:[prevents the other player ]
matmania:0:0000:00:999:[attacking you after you've ]
matmania:0:0000:00:999:[attacked them three times ]
matmania:0:0000:00:999:[in a row. ]
matmania:0:0039:00:000:Infinite Attacks PL1
matmania:0:003A:00:000:Infinite Attacks PL2
; [ Max RPM ]
maxrpm:0:E022:00:000:Infinite Time PL1
maxrpm:0:E081:00:000:Infinite Time PL2
; [ Mayday (set 1) ]
mayday:0:A037:99:000:Infinite Credits
mayday:0:E8A4:00:100:Invincibility
mayday:0:E8AB:20:600:Invincibility (2/2)
mayday:0:A1A1:05:000:Infinite Lives PL1
mayday:0:A1A3:04:000:Infinite Smart Bombs PL1
mayday:0:A1A2:63:072:Select Current Mission PL1
mayday:0:A1A2:63:062:Select Next Mission PL1
mayday:0:A1DE:05:000:Infinite Lives PL2
mayday:0:A1E0:04:000:Infinite Smart Bombs PL2
mayday:0:A1DF:63:072:Select Current Attack Wave PL2
mayday:0:A1DF:63:062:Select Next Attack Wave PL2
; [ Mayday (set 2) ]
maydaya:0:A037:99:000:Infinite Credits
maydaya:0:E8A4:00:100:Invincibility
maydaya:0:E8AB:20:600:Invincibility (2/2)
maydaya:0:A1A1:05:000:Infinite Lives PL1
maydaya:0:A1A3:04:000:Infinite Smart Bombs PL1
maydaya:0:A1A2:63:072:Select Current Mission PL1
maydaya:0:A1A2:63:062:Select Next Mission PL1
maydaya:0:A1DE:05:000:Infinite Lives PL2
maydaya:0:A1E0:04:000:Infinite Smart Bombs PL2
maydaya:0:A1DF:63:072:Select Current Mission PL2
maydaya:0:A1DF:63:062:Select Next Mission PL2
; [ Mayhem 2002 ]
mayhem:0:EAF6:63:000:Infinite Credits
mayhem:0:E015:63:000:Infinite Time
mayhem:0:E016:3B:500:Infinite Time (2/2)
mayhem:0:E015:00:001:Finish this Game Now!
mayhem:0:E016:00:501:Finish this Game Now! (2/2)
mayhem:0:E409:00:000:Score always = 0 Red Team
mayhem:0:E409:99:000:Score always = 9900 Red Team
mayhem:0:E409:00:001:Score = 0 Now! Red Team
mayhem:0:E409:99:001:Score = 9900 Now! Red Team
mayhem:0:E409:99:073:Select XX00 Score Red Team
mayhem:0:E509:00:000:Score always = 0 Blue Team
mayhem:0:E509:99:000:Score always = 9900 Blue Team
mayhem:0:E509:00:001:Score = 0 Now! Blue Team
mayhem:0:E509:99:001:Score = 9900 Now! Blue Team
mayhem:0:E509:99:073:Select XX00 Score Blue Team
; [ Amazing Maze ]
maze:0:202E:03:000:Infinite Mazes to play
maze:0:2019:00:000:Infinite Time
maze:0:202B:59:000:Infinite Overall Time
; [ Mazinger Z ]
mazinger:0:1000A0:09:000:Infinite Credits
mazinger:0:100ABB:88:000:Infinite Energy PL1
mazinger:0:100AB6:09:000:Infinite Bombs PL1
mazinger:0:100AB8:03:000:Always have Full Power WeaponPL1
mazinger:0:100AB7:00:000:Always have 'Orange Weapon' PL1
mazinger:0:100AB7:01:000:Always have 'Blue Weapon' PL1
mazinger:0:100AB7:02:000:Always have 'Green Weapon' PL1
mazinger:0:100AB7:00:001:Get 'Orange Weapon' Now! PL1
mazinger:0:100AB7:01:001:Get 'Blue Weapon' Now! PL1
mazinger:0:100AB7:02:001:Get 'Green Weapon' Now! PL1
mazinger:0:100AEB:88:000:Infinite Energy PL2
mazinger:0:100AE6:09:000:Infinite Bombs PL2
mazinger:0:100AE8:03:000:Always have Full Power WeaponPL2
mazinger:0:100AE7:00:000:Always have 'Orange Weapon' PL2
mazinger:0:100AE7:01:000:Always have 'Blue Weapon' PL2
mazinger:0:100AE7:02:000:Always have 'Green Weapon' PL2
mazinger:0:100AE7:00:001:Get 'Orange Weapon' Now! PL2
mazinger:0:100AE7:01:001:Get 'Blue Weapon' Now! PL2
mazinger:0:100AE7:02:001:Get 'Green Weapon' Now! PL2
; [ Muscle Bomber - The Body Explosion (Japan) ]
mbomberj:0:FFA0C8:09:000:Infinite Time
mbomberj:0:FFA0C9:05:500:Infinite Time (2/3)
mbomberj:0:FFA0CA:0A:500:Infinite Time (3/3)
mbomberj:0:FFA0C8:00:001:Finish this Match Now!
mbomberj:0:FFA0C9:00:501:Finish this Match Now! (2/3)
mbomberj:0:FFA0CA:00:501:Finish this Match Now! (3/3)
mbomberj:0:FF9157:FF:000:Infinite Energy PL1
mbomberj:0:FF9157:00:001:Drain ALL Energy Now! PL1
mbomberj:0:FF9357:FF:000:Infinite Energy PL2
mbomberj:0:FF9357:00:001:Drain ALL Energy Now! PL2
mbomberj:0:FF9557:FF:000:Infinite Energy PL3
mbomberj:0:FF9557:00:001:Drain ALL Energy Now! PL3
mbomberj:0:FF9757:FF:000:Infinite Energy PL4
mbomberj:0:FF9757:00:001:Drain ALL Energy Now! PL4
; [ Muscle Bomber Duo - Ultimate Team Battle (World) ]
mbombrd:0:FFA00C:09:000:Infinite Time
mbombrd:0:FFA00D:05:500:Infinite Time (2/3)
mbombrd:0:FFA00E:0A:500:Infinite Time (3/3)
mbombrd:0:FFA00C:00:001:Finish this Match Now!
mbombrd:0:FFA00D:00:501:Finish this Match Now! (2/3)
mbombrd:0:FFA00E:00:501:Finish this Match Now! (3/3)
mbombrd:0:FF907B:FF:000:Infinite Energy PL1
mbombrd:0:FF907B:00:001:Drain ALL Energy Now! PL1
mbombrd:0:FF927B:FF:000:Infinite Energy PL2
mbombrd:0:FF927B:00:001:Drain ALL Energy Now! PL2
mbombrd:0:FF947B:FF:000:Infinite Energy PL3
mbombrd:0:FF947B:00:001:Drain ALL Energy Now! PL3
mbombrd:0:FF967B:FF:000:Infinite Energy PL4
mbombrd:0:FF967B:00:001:Drain ALL Energy Now! PL4
; [ Muscle Bomber Duo - Heat Up Warriors (Japan) ]
mbombrdj:0:FFA00C:09:000:Infinite Time
mbombrdj:0:FFA00D:05:500:Infinite Time (2/3)
mbombrdj:0:FFA00E:0A:500:Infinite Time (3/3)
mbombrdj:0:FFA00C:00:001:Finish this Match Now!
mbombrdj:0:FFA00D:00:501:Finish this Match Now! (2/3)
mbombrdj:0:FFA00E:00:501:Finish this Match Now! (3/3)
mbombrdj:0:FF907B:FF:000:Infinite Energy PL1
mbombrdj:0:FF907B:00:001:Drain ALL Energy Now! PL1
mbombrdj:0:FF927B:FF:000:Infinite Energy PL2
mbombrdj:0:FF927B:00:001:Drain ALL Energy Now! PL2
mbombrdj:0:FF947B:FF:000:Infinite Energy PL3
mbombrdj:0:FF947B:00:001:Drain ALL Energy Now! PL3
mbombrdj:0:FF967B:FF:000:Infinite Energy PL4
mbombrdj:0:FF967B:00:001:Drain ALL Energy Now! PL4
; [ Magic Brush ]
mbrush:0:4C1C:06:000:Infinite Lives PL1
mbrush:0:4C1D:06:000:Infinite Lives PL2
mbrush:0:4C1E:09:000:Infinite Credits
mbrush:0:4FC8:4C:000:Yellow can't eat you
mbrush:0:4FCA:4C:000:Green can't eat you
mbrush:0:4FC8:E0:001:Yellow can eat you
mbrush:0:4FCA:E0:001:Green can eat you
; [ Miss Mahjong Contest (Japan) ]
mcontest:0:FD70:FF:000:Buggy score
mcontest:0:0000:00:999:[The winning hand cheat must]
mcontest:0:0000:00:999:[be activated when there are]
mcontest:0:0000:00:999:[14 tiles in your hand, then]
mcontest:0:0000:00:999:[press the RON key . ]
mcontest:0:0000:00:999:[('Z' by default). The tiles]
mcontest:0:0000:00:999:[do not visually change ]
mcontest:0:0000:00:999:[until you make a move. ]
mcontest:0:FC8B:31:001:Get winning hand Now!
mcontest:0:FC8C:31:501:Get winning hand Now! (02/14)
mcontest:0:FC8D:31:501:Get winning hand Now! (03/14)
mcontest:0:FC8E:32:501:Get winning hand Now! (04/14)
mcontest:0:FC8F:32:501:Get winning hand Now! (05/14)
mcontest:0:FC90:32:501:Get winning hand Now! (06/14)
mcontest:0:FC91:33:501:Get winning hand Now! (07/14)
mcontest:0:FC92:33:501:Get winning hand Now! (08/14)
mcontest:0:FC93:33:501:Get winning hand Now! (09/14)
mcontest:0:FC94:34:501:Get winning hand Now! (10/14)
mcontest:0:FC95:34:501:Get winning hand Now! (11/14)
mcontest:0:FC96:34:501:Get winning hand Now! (12/14)
mcontest:0:FC97:35:501:Get winning hand Now! (13/14)
mcontest:0:FC98:35:501:Get winning hand Now! (14/14)
mcontest:0:FC8B:31:000:Always winning hand
mcontest:0:FC8C:31:500:Always winning hand (02/14)
mcontest:0:FC8D:31:500:Always winning hand (03/14)
mcontest:0:FC8E:32:500:Always winning hand (04/14)
mcontest:0:FC8F:32:500:Always winning hand (05/14)
mcontest:0:FC90:32:500:Always winning hand (06/14)
mcontest:0:FC91:33:500:Always winning hand (07/14)
mcontest:0:FC92:33:500:Always winning hand (08/14)
mcontest:0:FC93:33:500:Always winning hand (09/14)
mcontest:0:FC94:34:500:Always winning hand (10/14)
mcontest:0:FC95:34:500:Always winning hand (11/14)
mcontest:0:FC96:34:500:Always winning hand (12/14)
mcontest:0:FC97:35:500:Always winning hand (13/14)
mcontest:0:FC98:35:500:Always winning hand (14/14)
; [ Mega Blast (World) ]
megab:0:2030F7:09:000:Infinite Credits
megab:0:2043F9:03:000:Infinite Lives PL1
megab:0:2010B3:03:000:Max. fire power - Front PL1
megab:0:2010D3:03:000:Max. fire power - Back PL1
megab:0:2010F3:03:000:Max. fire power - Upper PL1
megab:0:201113:03:000:Max. fire power - Lower PL1
megab:0:20105E:00:000:Invincibility PL1
megab:0:2010B1:01:000:Front shot always Laser PL1
megab:0:2010B1:02:000:Front shot always Normal PL1
megab:0:2010B1:03:000:Front shot always Bound PL1
megab:0:2010B1:04:000:Front shot always Red shotPL1
megab:0:2010B1:05:000:Front shot always Homing PL1
megab:0:2010D1:01:000:Back shot always Laser PL1
megab:0:2010D1:02:000:Back shot always Normal PL1
megab:0:2010D1:03:000:Back shot always Bound PL1
megab:0:2010D1:04:000:Back shot always Red shot PL1
megab:0:2010D1:05:000:Back shot always Homing PL1
megab:0:2010F1:01:000:Upper shot always Laser PL1
megab:0:2010F1:02:000:Upper shot always Normal PL1
megab:0:2010F1:03:000:Upper shot always Bound PL1
megab:0:2010F1:04:000:Upper shot always Red shotPL1
megab:0:2010F1:05:000:Upper shot always Homing PL1
megab:0:201111:01:000:Lower shot always Laser PL1
megab:0:201111:02:000:Lower shot always Normal PL1
megab:0:201111:03:000:Lower shot always Bound PL1
megab:0:201111:04:000:Lower shot always Red shotPL1
megab:0:201111:05:000:Lower shot always Homing PL1
megab:0:2010B1:01:001:Front shot = Laser Now! PL1
megab:0:2010B1:02:001:Front shot = Normal Now! PL1
megab:0:2010B1:03:001:Front shot = Bound Now! PL1
megab:0:2010B1:04:001:Front shot = Red shot Now!PL1
megab:0:2010B1:05:001:Front shot = Homing Now! PL1
megab:0:2010D1:01:001:Back shot = Laser Now! PL1
megab:0:2010D1:02:001:Back shot = Normal Now! PL1
megab:0:2010D1:03:001:Back shot = Bound Now! PL1
megab:0:2010D1:04:001:Back shot = Red shot Now! PL1
megab:0:2010D1:05:001:Back shot = Homing Now! PL1
megab:0:2010F1:01:001:Upper shot = Laser Now! PL1
megab:0:2010F1:02:001:Upper shot = Normal Now! PL1
megab:0:2010F1:03:001:Upper shot = Bound Now! PL1
megab:0:2010F1:04:001:Upper shot = Red shot Now!PL1
megab:0:2010F1:05:001:Upper shot = Homing Now! PL1
megab:0:201111:01:001:Lower shot = Laser Now! PL1
megab:0:201111:02:001:Lower shot = Normal Now! PL1
megab:0:201111:03:001:Lower shot = Bound Now! PL1
megab:0:201111:04:001:Lower shot = Red shotNow! PL1
megab:0:201111:05:001:Lower shot = Homing Now! PL1
megab:0:20440D:03:000:Infinite Lives PL2
megab:0:202053:03:000:Max. fire power - Front PL2
megab:0:202073:03:000:Max. fire power - Back PL2
megab:0:202093:03:000:Max. fire power - Upper PL2
megab:0:2020B3:03:000:Max. fire power - Lower PL2
megab:0:201FFE:00:000:Invincibility PL2
megab:0:202051:01:000:Front shot always Laser PL2
megab:0:202051:02:000:Front shot always Normal PL2
megab:0:202051:03:000:Front shot always Bound PL2
megab:0:202051:04:000:Front shot always Red shotPL2
megab:0:202051:05:000:Front shot always Homing PL2
megab:0:202071:01:000:Back shot always Laser PL2
megab:0:202071:02:000:Back shot always Normal PL2
megab:0:202071:03:000:Back shot always Bound PL2
megab:0:202071:04:000:Back shot always Red shot PL2
megab:0:202071:05:000:Back shot always Homing PL2
megab:0:202091:01:000:Upper shot always Laser PL2
megab:0:202091:02:000:Upper shot always Normal PL2
megab:0:202091:03:000:Upper shot always Bound PL2
megab:0:202091:04:000:Upper shot always Red shotPL2
megab:0:202091:05:000:Upper shot always Homing PL2
megab:0:2020B1:01:000:Lower shot always Laser PL2
megab:0:2020B1:02:000:Lower shot always Normal PL2
megab:0:2020B1:03:000:Lower shot always Bound PL2
megab:0:2020B1:04:000:Lower shot always Red shotPL2
megab:0:2020B1:05:000:Lower shot always Homing PL2
megab:0:202051:01:001:Front shot = Laser Now! PL2
megab:0:202051:02:001:Front shot = Normal Now! PL2
megab:0:202051:03:001:Front shot = Bound Now! PL2
megab:0:202051:04:001:Front shot = Red shot Now!PL2
megab:0:202051:05:001:Front shot = Homing Now! PL2
megab:0:202071:01:001:Back shot = Laser Now! PL2
megab:0:202071:02:001:Back shot = Normal Now! PL2
megab:0:202071:03:001:Back shot = Bound Now! PL2
megab:0:202071:04:001:Back shot = Red shot Now! PL2
megab:0:202071:05:001:Back shot = Homing Now! PL2
megab:0:202091:01:001:Upper shot = Laser Now! PL2
megab:0:202091:02:001:Upper shot = Normal Now! PL2
megab:0:202091:03:001:Upper shot = Bound Now! PL2
megab:0:202091:04:001:Upper shot = Red shot Now!PL2
megab:0:202091:05:001:Upper shot = Homing Now! PL2
megab:0:2020B1:01:001:Lower shot = Laser Now! PL2
megab:0:2020B1:02:001:Lower shot = Normal Now! PL2
megab:0:2020B1:03:001:Lower shot = Bound Now! PL2
megab:0:2020B1:04:001:Lower shot = Red shot Now!PL2
megab:0:2020B1:05:001:Lower shot = Homing Now! PL2
megab:0:000000:00:999:[Round cheats are buggy so ]
megab:0:000000:00:999:[activate at enemy boss. ]
megab:0:204451:03:000:Next Round is 3
megab:0:2043E5:03:500:Next Round is 3(2/2)
megab:0:204451:04:000:Next Round is 4
megab:0:2043E5:04:500:Next Round is 4(2/2)
megab:0:204451:05:000:Next Round is 5
megab:0:2043E5:05:500:Next Round is 5(2/2)
megab:0:204451:06:000:Next Round is 6
megab:0:2043E5:06:500:Next Round is 6(2/2)
megab:0:204451:07:000:Next Round is 7
megab:0:2043E5:07:500:Next Round is 7(2/2)
; [ Mega Blast (Japan) ]
megabj:0:2030F7:09:000:Infinite Credits
megabj:0:2043F9:03:000:Infinite Lives PL1
megabj:0:2010B3:03:000:Max. fire power - Front PL1
megabj:0:2010D3:03:000:Max. fire power - Back PL1
megabj:0:2010F3:03:000:Max. fire power - Upper PL1
megabj:0:201113:03:000:Max. fire power - Lower PL1
megabj:0:20105E:00:000:Invincibility PL1
megabj:0:2010B1:01:000:Front shot always Laser PL1
megabj:0:2010B1:02:000:Front shot always Normal PL1
megabj:0:2010B1:03:000:Front shot always Bound PL1
megabj:0:2010B1:04:000:Front shot always Red shotPL1
megabj:0:2010B1:05:000:Front shot always Homing PL1
megabj:0:2010D1:01:000:Back shot always Laser PL1
megabj:0:2010D1:02:000:Back shot always Normal PL1
megabj:0:2010D1:03:000:Back shot always Bound PL1
megabj:0:2010D1:04:000:Back shot always Red shot PL1
megabj:0:2010D1:05:000:Back shot always Homing PL1
megabj:0:2010F1:01:000:Upper shot always Laser PL1
megabj:0:2010F1:02:000:Upper shot always Normal PL1
megabj:0:2010F1:03:000:Upper shot always Bound PL1
megabj:0:2010F1:04:000:Upper shot always Red shotPL1
megabj:0:2010F1:05:000:Upper shot always Homing PL1
megabj:0:201111:01:000:Lower shot always Laser PL1
megabj:0:201111:02:000:Lower shot always Normal PL1
megabj:0:201111:03:000:Lower shot always Bound PL1
megabj:0:201111:04:000:Lower shot always Red shotPL1
megabj:0:201111:05:000:Lower shot always Homing PL1
megabj:0:2010B1:01:001:Front shot = Laser Now! PL1
megabj:0:2010B1:02:001:Front shot = Normal Now! PL1
megabj:0:2010B1:03:001:Front shot = Bound Now! PL1
megabj:0:2010B1:04:001:Front shot = Red shot Now!PL1
megabj:0:2010B1:05:001:Front shot = Homing Now! PL1
megabj:0:2010D1:01:001:Back shot = Laser Now! PL1
megabj:0:2010D1:02:001:Back shot = Normal Now! PL1
megabj:0:2010D1:03:001:Back shot = Bound Now! PL1
megabj:0:2010D1:04:001:Back shot = Red shot Now! PL1
megabj:0:2010D1:05:001:Back shot = Homing Now! PL1
megabj:0:2010F1:01:001:Upper shot = Laser Now! PL1
megabj:0:2010F1:02:001:Upper shot = Normal Now! PL1
megabj:0:2010F1:03:001:Upper shot = Bound Now! PL1
megabj:0:2010F1:04:001:Upper shot = Red shot Now!PL1
megabj:0:2010F1:05:001:Upper shot = Homing Now! PL1
megabj:0:201111:01:001:Lower shot = Laser Now! PL1
megabj:0:201111:02:001:Lower shot = Normal Now! PL1
megabj:0:201111:03:001:Lower shot = Bound Now! PL1
megabj:0:201111:04:001:Lower shot = Red shotNow! PL1
megabj:0:201111:05:001:Lower shot = Homing Now! PL1
megabj:0:20440D:03:000:Infinite Lives PL2
megabj:0:202053:03:000:Max. fire power - Front PL2
megabj:0:202073:03:000:Max. fire power - Back PL2
megabj:0:202093:03:000:Max. fire power - Upper PL2
megabj:0:2020B3:03:000:Max. fire power - Lower PL2
megabj:0:201FFE:00:000:Invincibility PL2
megabj:0:202051:01:000:Front shot always Laser PL2
megabj:0:202051:02:000:Front shot always Normal PL2
megabj:0:202051:03:000:Front shot always Bound PL2
megabj:0:202051:04:000:Front shot always Red shotPL2
megabj:0:202051:05:000:Front shot always Homing PL2
megabj:0:202071:01:000:Back shot always Laser PL2
megabj:0:202071:02:000:Back shot always Normal PL2
megabj:0:202071:03:000:Back shot always Bound PL2
megabj:0:202071:04:000:Back shot always Red shot PL2
megabj:0:202071:05:000:Back shot always Homing PL2
megabj:0:202091:01:000:Upper shot always Laser PL2
megabj:0:202091:02:000:Upper shot always Normal PL2
megabj:0:202091:03:000:Upper shot always Bound PL2
megabj:0:202091:04:000:Upper shot always Red shotPL2
megabj:0:202091:05:000:Upper shot always Homing PL2
megabj:0:2020B1:01:000:Lower shot always Laser PL2
megabj:0:2020B1:02:000:Lower shot always Normal PL2
megabj:0:2020B1:03:000:Lower shot always Bound PL2
megabj:0:2020B1:04:000:Lower shot always Red shotPL2
megabj:0:2020B1:05:000:Lower shot always Homing PL2
megabj:0:202051:01:001:Front shot = Laser Now! PL2
megabj:0:202051:02:001:Front shot = Normal Now! PL2
megabj:0:202051:03:001:Front shot = Bound Now! PL2
megabj:0:202051:04:001:Front shot = Red shot Now!PL2
megabj:0:202051:05:001:Front shot = Homing Now! PL2
megabj:0:202071:01:001:Back shot = Laser Now! PL2
megabj:0:202071:02:001:Back shot = Normal Now! PL2
megabj:0:202071:03:001:Back shot = Bound Now! PL2
megabj:0:202071:04:001:Back shot = Red shot Now! PL2
megabj:0:202071:05:001:Back shot = Homing Now! PL2
megabj:0:202091:01:001:Upper shot = Laser Now! PL2
megabj:0:202091:02:001:Upper shot = Normal Now! PL2
megabj:0:202091:03:001:Upper shot = Bound Now! PL2
megabj:0:202091:04:001:Upper shot = Red shot Now!PL2
megabj:0:202091:05:001:Upper shot = Homing Now! PL2
megabj:0:2020B1:01:001:Lower shot = Laser Now! PL2
megabj:0:2020B1:02:001:Lower shot = Normal Now! PL2
megabj:0:2020B1:03:001:Lower shot = Bound Now! PL2
megabj:0:2020B1:04:001:Lower shot = Red shot Now!PL2
megabj:0:2020B1:05:001:Lower shot = Homing Now! PL2
megabj:0:000000:00:999:[Round cheats are buggy so ]
megabj:0:000000:00:999:[activate at enemy boss. ]
megabj:0:204451:03:000:Next Round is 3
megabj:0:2043E5:03:500:Next Round is 3(2/2)
megabj:0:204451:04:000:Next Round is 4
megabj:0:2043E5:04:500:Next Round is 4(2/2)
megabj:0:204451:05:000:Next Round is 5
megabj:0:2043E5:05:500:Next Round is 5(2/2)
megabj:0:204451:06:000:Next Round is 6
megabj:0:2043E5:06:500:Next Round is 6(2/2)
megabj:0:204451:07:000:Next Round is 7
megabj:0:2043E5:07:500:Next Round is 7(2/2)
; [ Mega Force ]
megaforc:0:8166:09:000:Infinite Lives PL1
megaforc:0:8198:09:000:Infinite Lives PL2
megaforc:0:8547:80:000:Always Fast Shooting
megaforc:0:8179:77:062:Select next level
megaforc:0:8179:77:072:Select current level
; [ Mega Man - The Power Battle (Asia) ]
megaman:0:FF8119:45:000:Infinite Time
megaman:0:FFD851:00:001:One hit for Crash-man
megaman:0:FFDA51:00:001:One hit for other enemies
megaman:0:FFD951:00:001:Kill small enemies - Lv 7
megaman:0:FFDA51:00:001:One hit for prof - hands
megaman:0:FFD751:00:001:One hit for prof - nails
megaman:0:FFD951:00:001:One hit for prof - head
megaman:0:FF8351:10:000:Infinite Energy PL1
megaman:0:FF8352:78:000:Invincibility PL1
megaman:0:FF8453:1C:000:Infinite extra weapon 1 PL1
megaman:0:FF8455:1C:000:Infinite extra weapon 2 PL1
megaman:0:FF8457:1C:000:Infinite extra weapon 3 PL1
megaman:0:FF8459:1C:000:Infinite extra weapon 4 PL1
megaman:0:FF845B:1C:000:Infinite extra weapon 5 PL1
megaman:0:FF845D:1C:000:Infinite extra weapon 6 PL1
megaman:0:FF8449:01:000:Always extra weapon 1 PL1
megaman:0:FF844A:01:000:Always extra weapon 2 PL1
megaman:0:FF844B:01:000:Always extra weapon 3 PL1
megaman:0:FF844C:01:000:Always extra weapon 4 PL1
megaman:0:FF844D:01:000:Always extra weapon 5 PL1
megaman:0:FF844E:01:000:Always extra weapon 6 PL1
megaman:0:FF8449:00:001:Lose extra weapon 1 PL1
megaman:0:FF844A:00:001:Lose extra weapon 2 PL1
megaman:0:FF844B:00:001:Lose extra weapon 3 PL1
megaman:0:FF844C:00:001:Lose extra weapon 4 PL1
megaman:0:FF844D:00:001:Lose extra weapon 5 PL1
megaman:0:FF844E:00:001:Lose extra weapon 6 PL1
megaman:0:FF8751:10:000:Infinite Energy PL2
megaman:0:FF8752:78:000:Invincibility PL2
megaman:0:FF8853:1C:000:Infinite extra weapon 1 PL2
megaman:0:FF8855:1C:000:Infinite extra weapon 2 PL2
megaman:0:FF8857:1C:000:Infinite extra weapon 3 PL2
megaman:0:FF8859:1C:000:Infinite extra weapon 4 PL2
megaman:0:FF885B:1C:000:Infinite extra weapon 5 PL2
megaman:0:FF885D:1C:000:Infinite extra weapon 6 PL2
megaman:0:FF8849:01:000:Always extra weapon 1 PL2
megaman:0:FF884A:01:000:Always extra weapon 2 PL2
megaman:0:FF884B:01:000:Always extra weapon 3 PL2
megaman:0:FF884C:01:000:Always extra weapon 4 PL2
megaman:0:FF884D:01:000:Always extra weapon 5 PL2
megaman:0:FF884E:01:000:Always extra weapon 6 PL2
megaman:0:FF8849:00:001:Lose extra weapon 1 PL2
megaman:0:FF884A:00:001:Lose extra weapon 2 PL2
megaman:0:FF884B:00:001:Lose extra weapon 3 PL2
megaman:0:FF884C:00:001:Lose extra weapon 4 PL2
megaman:0:FF884D:00:001:Lose extra weapon 5 PL2
megaman:0:FF884E:00:001:Lose extra weapon 6 PL2
megaman:0:000000:00:999:[These are the codes to set the machine region - the ]
megaman:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
megaman:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
megaman:0:FF808D:00:000:Region Switch = Japan
megaman:0:FF808D:02:000:Region Switch = USA
megaman:0:FF808D:04:000:Region Switch = Asia
megaman:0:FF808D:06:000:Region Switch = Hispanic
megaman:0:FF808D:08:000:Region Switch = Euro
megaman:0:FF808D:0A:000:Region Switch = Brazil
; [ MegaTack ]
megatack:0:00B5:09:000:Infinite Lives PL1
megatack:0:00B6:09:000:Infinite Lives PL2
; [ Mega Zone (Kosuka) ]
megaznik:0:3BA0:0D:000:Infinite Lives
; [ Mega Zone ]
megazone:0:3BA0:03:000:Infinite Lives
; [ Meikyuu Hunter G (Japan) ]
meikyuh:0:0068:59:000:Infinite Time
meikyuh:0:0238:01:000:Always have Slimer
meikyuh:0:0238:01:001:Get Slimer Now!
meikyuh:0:010F:03:000:Infinite Lives PL1
meikyuh:0:0110:02:000:Infinite Energy PL1
meikyuh:0:0111:00:500:Infinite Energy PL1 (2/2)
meikyuh:0:0105:1F:000:Invincibility PL1
meikyuh:0:0121:08:000:Always have maximum ghosts PL1
meikyuh:0:0122:99:500:Always have maximum ghosts PL1 (2/2)
meikyuh:0:010C:03:000:Maximum Shot Power PL1
meikyuh:0:014F:03:000:Infinite Lives PL2
meikyuh:0:0150:02:000:Infinite Energy PL2
meikyuh:0:0151:00:500:Infinite Energy PL2 (2/2)
meikyuh:0:0145:1F:000:Invincibility PL2
meikyuh:0:0161:08:000:Always have maximum ghosts PL2
meikyuh:0:0162:99:500:Always have maximum ghosts PL2 (2/2)
meikyuh:0:014C:03:000:Maximum Shot Power PL2
; [ Mercs (World) ]
mercs:0:FF0ECD:09:000:Infinite Time
mercs:0:FF1175:30:000:Infinite Energy PL1
mercs:0:FF1190:59:000:Invincibility PL1
mercs:0:FF117C:99:000:Infinite Missiles PL1
mercs:0:FF1225:30:000:Infinite Energy PL2
mercs:0:FF1240:59:000:Invincibility PL2
mercs:0:FF122C:99:000:Infinite Missiles PL2
mercs:0:FF12D5:30:000:Infinite Energy PL3
mercs:0:FF12F0:59:000:Invincibility PL3
mercs:0:FF12DC:99:000:Infinite Missiles PL3
; [ Senjo no Ookami II (Japan) ]
mercsj:0:FF0ECD:09:000:Infinite Time
mercsj:0:FF1175:30:000:Infinite Energy PL1
mercsj:0:FF1190:59:000:Invincibility PL1
mercsj:0:FF117C:99:000:Infinite Missiles PL1
mercsj:0:FF1225:30:000:Infinite Energy PL2
mercsj:0:FF1240:59:000:Invincibility PL2
mercsj:0:FF122C:99:000:Infinite Missiles PL2
mercsj:0:FF12D5:30:000:Infinite Energy PL3
mercsj:0:FF12F0:59:000:Invincibility PL3
mercsj:0:FF12DC:99:000:Infinite Missiles PL3
; [ Mercs (US) ]
mercsu:0:FF0ECD:09:000:Infinite Time
mercsu:0:FF1175:30:000:Infinite Energy PL1
mercsu:0:FF1190:59:000:Invincibility PL1
mercsu:0:FF117C:99:000:Infinite Missiles PL1
mercsu:0:FF1225:30:000:Infinite Energy PL2
mercsu:0:FF1240:59:000:Invincibility PL2
mercsu:0:FF122C:99:000:Infinite Missiles PL2
mercsu:0:FF12D5:30:000:Infinite Energy PL3
mercsu:0:FF12F0:59:000:Invincibility PL3
mercsu:0:FF12DC:99:000:Infinite Missiles PL3
; [ Mermaid ]
mermaid:0:C005:63:000:Infinite Credits
mermaid:0:C261:03:000:Infinite Lives
; [ Meta Fox ]
metafox:0:F015A9:0A:000:Infinite Lives PL1
metafox:0:F015A6:09:000:Infinite Bombs PL1
metafox:0:F015A4:14:000:Maximum Shot Power PL1
metafox:0:F015A4:14:071:Select Current Shot Power PL1
metafox:0:F015AA:05:000:Maximum "S" PL1
metafox:0:F015A7:01:000:Auto Shot PL1
metafox:0:F01572:10:020:Invincibility "ON" PL1
metafox:0:F01572:10:041:Invincibility "OFF" PL1
metafox:0:F015A5:00:000:Always have F4V-1D CORSAIR PL1
metafox:0:F0158E:03:500:Always have F4V-1D CORSAIR PL1
metafox:0:F0158F:03:500:Always have F4V-1D CORSAIR PL1
metafox:0:F015A5:01:000:Always have F-86F SABRE PL1
metafox:0:F0158E:05:500:Always have F-86F SABRE PL1
metafox:0:F0158F:05:500:Always have F-86F SABRE PL1
metafox:0:F015A5:02:000:Always have F.A-18A HORNET PL1
metafox:0:F0158E:06:500:Always have F.A-18A HORNET PL1
metafox:0:F0158F:06:500:Always have F.A-18A HORNET PL1
metafox:0:F015A5:00:001:Get F4V-1D CORSAIR Now! PL1
metafox:0:F0158E:03:501:Get F4V-1D CORSAIR Now! PL1
metafox:0:F0158F:03:501:Get F4V-1D CORSAIR Now! PL1
metafox:0:F015A5:01:001:Get F-86F SABRE Now! PL1
metafox:0:F0158E:05:501:Get F-86F SABRE Now! PL1
metafox:0:F0158F:05:501:Get F-86F SABRE Now! PL1
metafox:0:F015A5:02:001:Get F.A-18A HORNET Now! PL1
metafox:0:F0158E:06:501:Get F.A-18A HORNET Now! PL1
metafox:0:F0158F:06:501:Get F.A-18A HORNET Now! PL1
metafox:0:F0158E:06:000:Maximum X and Y Move Speed PL1
metafox:0:F0158F:06:500:Maximum X and Y Move Speed PL1
metafox:0:F0158E:06:071:Select Current X Move Speed PL1
metafox:0:F0158F:06:071:Select Current Y Move Speed PL1
metafox:0:F01605:0A:000:Infinite Lives PL2
metafox:0:F01602:09:000:Infinite Bombs PL2
metafox:0:F01600:14:000:Maximum Shot Power PL2
metafox:0:F01600:14:071:Select Current Shot Power PL2
metafox:0:F01606:05:000:Maximum "S" PL2
metafox:0:F01603:01:000:Auto Shot PL2
metafox:0:F015CE:10:020:Invincibility "ON" PL2
metafox:0:F015CE:10:041:Invincibility "OFF" PL2
metafox:0:F01601:00:000:Always have F4V-1D CORSAIR PL2
metafox:0:F015EA:03:500:Always have F4V-1D CORSAIR PL2
metafox:0:F015EB:03:500:Always have F4V-1D CORSAIR PL2
metafox:0:F01601:01:000:Always have F-86F SABRE PL2
metafox:0:F015EA:05:500:Always have F-86F SABRE PL2
metafox:0:F015EB:05:500:Always have F-86F SABRE PL2
metafox:0:F01601:02:000:Always have F.A-18A HORNET PL2
metafox:0:F015EA:06:500:Always have F.A-18A HORNET PL2
metafox:0:F015EB:06:500:Always have F.A-18A HORNET PL2
metafox:0:F01601:00:001:Get F4V-1D CORSAIR Now! PL2
metafox:0:F015EA:03:501:Get F4V-1D CORSAIR Now! PL2
metafox:0:F015EB:03:501:Get F4V-1D CORSAIR Now! PL2
metafox:0:F01601:01:001:Get F-86F SABRE Now! PL2
metafox:0:F015EA:05:501:Get F-86F SABRE Now! PL2
metafox:0:F015EB:05:501:Get F-86F SABRE Now! PL2
metafox:0:F01601:02:001:Get F.A-18A HORNET Now! PL2
metafox:0:F015EA:06:501:Get F.A-18A HORNET Now! PL2
metafox:0:F015EB:06:501:Get F.A-18A HORNET Now! PL2
metafox:0:F015EA:06:000:Maximum X and Y Move Speed PL2
metafox:0:F015EB:06:500:Maximum X and Y Move Speed PL2
metafox:0:F015EA:06:071:Select Current X Move Speed PL2
metafox:0:F015EB:06:071:Select Current Y Move Speed PL2
metafox:0:F0131B:00:000:Start on Round 1:Turn off this cheat when you have started the level!!
metafox:0:F0131B:01:000:Start on Round 2:Turn off this cheat when you have started the level!!
metafox:0:F0131B:02:000:Start on Round 3:Turn off this cheat when you have started the level!!
metafox:0:F0131B:03:000:Start on Round 4:Turn off this cheat when you have started the level!!
metafox:0:F0131B:04:000:Start on Round 5:Turn off this cheat when you have started the level!!
metafox:0:F0131B:05:000:Start on Round 6:Turn off this cheat when you have started the level!!
metafox:0:F0131B:06:000:Start on Round 7:Turn off this cheat when you have started the level!!
metafox:0:F0131B:07:000:Start on Round 8:Turn off this cheat when you have started the level!!
; [ Metal Black (World) ]
metalb:0:105011:09:000:Infinite Lives PL1
metalb:0:10501B:02:000:Invincibility PL1
metalb:0:105002:28:000:Always have Max Beam levelPL1
metalb:0:105002:28:001:Get Max Beam level Now! PL1
metalb:0:105091:09:000:Infinite Lives PL2
metalb:0:10509B:02:000:Invincibility PL2
metalb:0:105082:28:000:Always have Max Beam levelPL2
metalb:0:105082:28:001:Get Max Beam level Now! PL2
; [ Metal Black (Japan) ]
metalbj:0:105011:09:000:Infinite Lives PL1
metalbj:0:10501B:02:000:Invincibility PL1
metalbj:0:105002:28:000:Always have Max Beam levelPL1
metalbj:0:105002:28:001:Get Max Beam level Now! PL1
metalbj:0:105091:09:000:Infinite Lives PL2
metalbj:0:10509B:02:000:Invincibility PL2
metalbj:0:105082:28:000:Always have Max Beam levelPL2
metalbj:0:105082:28:001:Get Max Beam level Now! PL2
; [ Meteoroids ]
meteor:0:4007:99:000:Infinite Credits
meteor:0:40E0:0B:000:Invincibility
meteor:0:4102:1B:000:Infinite Lives PL1
meteor:0:4202:1B:000:Infinite Lives PL2
; [ Metro-Cross ]
metrocrs:0:1543:01:000:Infinite Time
metrocrs:0:0A7A:13:000:Always have Invisible Board
metrocrs:0:0A7A:13:001:Get Invisible Board Now!
metrocrs:0:0A7A:00:001:Lose Invisible Board Now!
metrocrs:0:0000:00:999:[This Select next round ]
metrocrs:0:0000:00:999:[cheat works for whichever ]
metrocrs:0:0000:00:999:[player is playing at the ]
metrocrs:0:0000:00:999:[time you enable it. ]
metrocrs:0:1701:1F:061:Select next round
;
;New way of doing a Select starting level cheat, this method should work on
;most games. As long as the first cheat conforms to that shown here. In other
;words, take the 'Select next level' cheat rename it to 'Select starting level (2/2)'.
;Then make a new cheat called 'Select starting level' which uses the same
;location as the 2/2 cheat but pokes it with 'FF' or some other unlikely value
;[PLEASE KEEP THIS TO FF AS IT WILL BE EASIER TO FIX IF THE CHEAT ENGINE IS AMMENDED!],
;you should make sure the Cheat type is '021' as this will allow the two cheats
;to be active at the same time - essential for this cheat to work!!
;
;The comments may change according to the game, for example in Metrocross the game will
;enter attract mode if a coin is not inserted and this will screw up the cheat
;as it will reset the memory location to zero. However, for most games it shouldn't
;matter if you enable the cheat on the title screen, the player select or the attract
;screens. Poke the value of the level to something like '05' [not '00' or '01'!] on the
;title screen then put a watch on it - if it changes at all then you will need to add
;a comment to show the problem area or when the cheat should be enabled. If there's no
;problem area then the first 4 comment lines are sufficient. Feel free to interchange
;level, round and stage whenever the game calls them that.
;
;This is cheat method is just a workaround, ideally there should be a new cheat
;type to implement this so the comments would be largely unneeded. However, as
;nobody is improving the cheat engine at the moment this will have to do!
;
;These remarks will stay in until a new cheat type is implemented. [Pugsy:19 DEC 99]
;
metrocrs:0:0000:00:999:[These Select starting round]
metrocrs:0:0000:00:999:[cheats are *NOT* linked so ]
metrocrs:0:0000:00:999:[they must BOTH be selected ]
metrocrs:0:0000:00:999:[individually one after the ]
metrocrs:0:0000:00:999:[other! ]
metrocrs:0:0000:00:999:[ ]
metrocrs:0:0000:00:999:[You should enable these ]
metrocrs:0:0000:00:999:[cheats on the select PL1/2 ]
metrocrs:0:0000:00:999:[screen. These cheats only ]
metrocrs:0:0000:00:999:[work for PL1!! ]
metrocrs:0:1701:FF:021:Select starting round (1|2)
metrocrs:0:1701:1F:061:Select starting round (2|2)
; [ Mexico 86 ]
mexico86:0:E842:45:000:Infinite Time
mexico86:0:E842:00:001:Finish this Half Now!
; [ Mahjong Fun Club - Idol Saizensen (Japan) ]
mfunclub:0:0000:00:999:[The winning hand cheat must]
mfunclub:0:0000:00:999:[be activated when there are]
mfunclub:0:0000:00:999:[14 tiles in your hand, then]
mfunclub:0:0000:00:999:[press the RON key . ]
mfunclub:0:0000:00:999:[('Z' by default). The tiles]
mfunclub:0:0000:00:999:[do not visually change ]
mfunclub:0:0000:00:999:[until you make a move. ]
mfunclub:0:CE81:30:000:Always winning hand
mfunclub:0:CE82:30:500:Always winning hand (02/14)
mfunclub:0:CE83:30:500:Always winning hand (03/14)
mfunclub:0:CE84:31:500:Always winning hand (04/14)
mfunclub:0:CE85:31:500:Always winning hand (05/14)
mfunclub:0:CE86:31:500:Always winning hand (06/14)
mfunclub:0:CE87:32:500:Always winning hand (07/14)
mfunclub:0:CE88:32:500:Always winning hand (08/14)
mfunclub:0:CE89:32:500:Always winning hand (09/14)
mfunclub:0:CE8A:33:500:Always winning hand (10/14)
mfunclub:0:CE8B:33:500:Always winning hand (11/14)
mfunclub:0:CE8C:33:500:Always winning hand (12/14)
mfunclub:0:CE8D:34:500:Always winning hand (13/14)
mfunclub:0:CE8E:34:500:Always winning hand (14/14)
mfunclub:0:C702:00:000:Always winning hand (dealer)
mfunclub:0:CB02:01:500:Always winning hand (dealer) (2/2)
; [ Mahjong Gakuen ]
mgakuen:0:E67C:09:001:Get 9999 Power
mgakuen:0:E67D:09:501:Get 9999 Power (2/4)
mgakuen:0:E67E:09:501:Get 9999 Power (3/4)
mgakuen:0:E67F:09:501:Get 9999 Power (4/4)
mgakuen:0:0000:00:999:[The winning hand cheat must]
mgakuen:0:0000:00:999:[be activated when there are]
mgakuen:0:0000:00:999:[14 tiles in your hand, then]
mgakuen:0:0000:00:999:[press the RON key . ]
mgakuen:0:0000:00:999:[('Z' by default). The tiles]
mgakuen:0:0000:00:999:[do not visually change ]
mgakuen:0:0000:00:999:[until you make a move. ]
mgakuen:0:E1C0:31:001:Get winning hand Now!
mgakuen:0:E1C1:31:501:Get winning hand Now! (02/14)
mgakuen:0:E1C2:31:501:Get winning hand Now! (03/14)
mgakuen:0:E1C3:32:501:Get winning hand Now! (04/14)
mgakuen:0:E1C4:32:501:Get winning hand Now! (05/14)
mgakuen:0:E1C5:32:501:Get winning hand Now! (06/14)
mgakuen:0:E1C6:33:501:Get winning hand Now! (07/14)
mgakuen:0:E1C7:33:501:Get winning hand Now! (08/14)
mgakuen:0:E1C8:33:501:Get winning hand Now! (09/14)
mgakuen:0:E1C9:34:501:Get winning hand Now! (10/14)
mgakuen:0:E1CA:34:501:Get winning hand Now! (11/14)
mgakuen:0:E1CB:34:501:Get winning hand Now! (12/14)
mgakuen:0:E1CC:35:501:Get winning hand Now! (13/14)
mgakuen:0:E1CD:35:501:Get winning hand Now! (14/14)
mgakuen:0:0000:00:999:[See this URL for mahjong ]
mgakuen:0:0000:00:999:[rules (merge all lines!) ]
mgakuen:0:0000:00:999:[www.tky.hut.fi/~kjmjm/ ]
mgakuen:0:0000:00:999:[english/majiang/rules/ ]
mgakuen:0:0000:00:999:[basics.html ]
; [ Mahjong Gakuen 2 Gakuen-chou no Fukushuu ]
mgakuen2:0:E6CC:09:002:Infinite Power
mgakuen2:0:E6CD:09:502:Infinite Power (2/4)
mgakuen2:0:E6CE:09:502:Infinite Power (3/4)
mgakuen2:0:E6CF:09:502:Infinite Power (4/4)
mgakuen2:0:0000:00:999:[The winning hand cheat must]
mgakuen2:0:0000:00:999:[be activated when there are]
mgakuen2:0:0000:00:999:[14 tiles in your hand, then]
mgakuen2:0:0000:00:999:[press the RON key . ]
mgakuen2:0:0000:00:999:[('Z' by default). The tiles]
mgakuen2:0:0000:00:999:[do not visually change ]
mgakuen2:0:0000:00:999:[until you make a move. ]
mgakuen2:0:E1C0:31:001:Get winning hand Now!
mgakuen2:0:E1C1:31:501:Get winning hand Now! (02/14)
mgakuen2:0:E1C2:31:501:Get winning hand Now! (03/14)
mgakuen2:0:E1C3:32:501:Get winning hand Now! (04/14)
mgakuen2:0:E1C4:32:501:Get winning hand Now! (05/14)
mgakuen2:0:E1C5:32:501:Get winning hand Now! (06/14)
mgakuen2:0:E1C6:33:501:Get winning hand Now! (07/14)
mgakuen2:0:E1C7:33:501:Get winning hand Now! (08/14)
mgakuen2:0:E1C8:33:501:Get winning hand Now! (09/14)
mgakuen2:0:E1C9:34:501:Get winning hand Now! (10/14)
mgakuen2:0:E1CA:34:501:Get winning hand Now! (11/14)
mgakuen2:0:E1CB:34:501:Get winning hand Now! (12/14)
mgakuen2:0:E1CC:35:501:Get winning hand Now! (13/14)
mgakuen2:0:E1CD:35:501:Get winning hand Now! (14/14)
mgakuen2:0:0000:00:999:[See this URL for mahjong ]
mgakuen2:0:0000:00:999:[rules (merge all lines!) ]
mgakuen2:0:0000:00:999:[www.tky.hut.fi/~kjmjm/ ]
mgakuen2:0:0000:00:999:[english/majiang/rules/ ]
mgakuen2:0:0000:00:999:[basics.html ]
; [ Magical Crystals (Japan) ]
mgcrystl:0:30017D:09:000:Infinite Credits
mgcrystl:0:300292:A5:000:Infinite Time
mgcrystl:0:300291:99:500:Infinite Time (2/3)
mgcrystl:0:300290:09:500:Infinite Time (3/3)
mgcrystl:0:30056B:0A:000:Infinite Lives PL1
mgcrystl:0:301017:03:000:Invincibility PL1:You can still die if you fall or are pushed off the platforms though!
mgcrystl:0:30056D:0A:000:Infinite Lives PL2
mgcrystl:0:301057:03:000:Invincibility PL2:You can still die if you fall or are pushed off the platforms though!
; [ Mahjong G-MEN'89 (Japan) ]
mgmen89:0:F962:FF:000:Buggy score
mgmen89:0:0000:00:999:[The winning hand cheat must]
mgmen89:0:0000:00:999:[be activated when there are]
mgmen89:0:0000:00:999:[14 tiles in your hand, then]
mgmen89:0:0000:00:999:[press the RON key . ]
mgmen89:0:0000:00:999:[('Z' by default). The tiles]
mgmen89:0:0000:00:999:[do not visually change ]
mgmen89:0:0000:00:999:[until you make a move. ]
mgmen89:0:FC8C:31:001:Get winning hand Now!
mgmen89:0:FC8D:31:501:Get winning hand Now! (02/14)
mgmen89:0:FC8E:31:501:Get winning hand Now! (03/14)
mgmen89:0:FC8F:32:501:Get winning hand Now! (04/14)
mgmen89:0:FC90:32:501:Get winning hand Now! (05/14)
mgmen89:0:FC91:32:501:Get winning hand Now! (06/14)
mgmen89:0:FC92:33:501:Get winning hand Now! (07/14)
mgmen89:0:FC93:33:501:Get winning hand Now! (08/14)
mgmen89:0:FC94:33:501:Get winning hand Now! (09/14)
mgmen89:0:FC95:34:501:Get winning hand Now! (10/14)
mgmen89:0:FC96:34:501:Get winning hand Now! (11/14)
mgmen89:0:FC97:34:501:Get winning hand Now! (12/14)
mgmen89:0:FC98:35:501:Get winning hand Now! (13/14)
mgmen89:0:FC99:35:501:Get winning hand Now! (14/14)
mgmen89:0:FC8C:31:000:Always winning hand
mgmen89:0:FC8D:31:500:Always winning hand (02/14)
mgmen89:0:FC8E:31:500:Always winning hand (03/14)
mgmen89:0:FC8F:32:500:Always winning hand (04/14)
mgmen89:0:FC90:32:500:Always winning hand (05/14)
mgmen89:0:FC91:32:500:Always winning hand (06/14)
mgmen89:0:FC92:33:500:Always winning hand (07/14)
mgmen89:0:FC93:33:500:Always winning hand (08/14)
mgmen89:0:FC94:33:500:Always winning hand (09/14)
mgmen89:0:FC95:34:500:Always winning hand (10/14)
mgmen89:0:FC96:34:500:Always winning hand (11/14)
mgmen89:0:FC97:34:500:Always winning hand (12/14)
mgmen89:0:FC98:35:500:Always winning hand (13/14)
mgmen89:0:FC99:35:500:Always winning hand (14/14)
; [ Major Havoc (rev 3) ]
mhavoc:0:088F:0A:000:Infinite Lives PL1
mhavoc:0:0890:0A:000:Infinite Lives PL2
mhavoc:0:088D:FE:000:Infinite Oxygen
mhavoc:0:088A:99:000:Infinite Reactor Time
mhavoc:0:08AE:80:000:Infinite Shields
; [ Major Havoc (rev 2) ]
mhavoc2:0:088F:0A:000:Infinite Lives PL1
mhavoc2:0:0890:0A:000:Infinite Lives PL2
mhavoc2:0:088D:FE:000:Infinite Oxygen
mhavoc2:0:088A:99:000:Infinite Reactor Time
mhavoc2:0:08AE:80:000:Infinite Shields
; [ Major Havoc (prototype) ]
mhavocp:0:088F:0A:000:Infinite Lives PL1
mhavocp:0:0890:0A:000:Infinite Lives PL2
mhavocp:0:088D:FE:000:Infinite Oxygen
mhavocp:0:088A:99:000:Infinite Reactor Time
mhavocp:0:08AE:80:000:Infinite Shields
; [ Major Havoc (Return to Vax) ]
mhavocrv:0:088F:0A:000:Infinite Lives PL1
mhavocrv:0:0890:0A:000:Infinite Lives PL2
mhavocrv:0:088D:FE:000:Infinite Oxygen
mhavocrv:0:088A:99:000:Infinite Reactor Time
mhavocrv:0:08AE:80:000:Infinite Shields
; [ Missing in Action (version T) ]
mia:0:000000:00:999:[If you 'always' have an EW1]
mia:0:000000:00:999:[then EW2,3 & 4 will not be ]
mia:0:000000:00:999:[effectively selectable ]
mia:0:060006:0D:000:Infinite Lives PL1
mia:0:060015:78:000:Invincibility PL1
mia:0:000000:00:999:[EW1= Extra Weapon No. 1 ]
mia:0:060019:64:000:Infinite Ammo EW1 PL1:Makes Ammo EW2-4 pointless
mia:0:060018:00:001:Lose EW1 Now! PL1
mia:0:060018:01:001:Get grenade EW1 Now! PL1
mia:0:060018:02:001:Get rifle EW1 Now! PL1
mia:0:060018:03:001:Get bazooka EW1 Now! PL1
mia:0:060018:04:001:Get flamethrower EW1 Now! PL1
mia:0:060018:00:000:Always have no EW1 PL1
mia:0:060018:01:000:Always have grenade EW1 PL1
mia:0:060018:02:000:Always have rifle EW1 PL1
mia:0:060018:03:000:Always have bazooka EW1 PL1
mia:0:060018:04:000:Always have flamethro EW1 PL1
mia:0:000000:00:999:[EW2= Extra Weapon No. 2 ]
mia:0:06001B:63:000:Ammo always=99 for EW2 PL1:Pointless with Ammo EW1
mia:0:06001A:00:001:Lose EW2 Now! PL1
mia:0:06001A:01:001:Get grenade EW2 Now! PL1
mia:0:06001A:02:001:Get rifle EW2 Now! PL1
mia:0:06001A:03:001:Get bazooka EW2 Now! PL1
mia:0:06001A:04:001:Get flamethrower EW2 Now! PL1
mia:0:06001A:00:000:Always have no EW2 PL1
mia:0:06001A:01:000:Always have grenade EW2 PL1
mia:0:06001A:02:000:Always have rifle EW2 PL1
mia:0:06001A:03:000:Always have bazooka EW2 PL1
mia:0:06001A:04:000:Always have flamethro EW2 PL1
mia:0:000000:00:999:[EW3= Extra Weapon No. 3 ]
mia:0:06001D:63:000:Ammo always=99 for EW3 PL1:Pointless with Ammo EW1
mia:0:06001C:00:001:Lose EW3 Now! PL1
mia:0:06001C:01:001:Get grenade EW3 Now! PL1
mia:0:06001C:02:001:Get rifle EW3 Now! PL1
mia:0:06001C:03:001:Get bazooka EW3 Now! PL1
mia:0:06001C:04:001:Get flamethrower EW3 Now! PL1
mia:0:06001C:00:000:Always have no EW3 PL1
mia:0:06001C:01:000:Always have grenade EW3 PL1
mia:0:06001C:02:000:Always have rifle EW3 PL1
mia:0:06001C:03:000:Always have bazooka EW3 PL1
mia:0:06001C:04:000:Always have flamethro EW3 PL1
mia:0:000000:00:999:[EW4= Extra Weapon No. 4 ]
mia:0:06001F:63:000:Ammo always=99 for EW4 PL1:Pointless with Ammo EW1
mia:0:06001E:00:001:Lose EW4 Now! PL1
mia:0:06001E:01:001:Get grenade EW4 Now! PL1
mia:0:06001E:02:001:Get rifle EW4 Now! PL1
mia:0:06001E:03:001:Get bazooka EW4 Now! PL1
mia:0:06001E:04:001:Get flamethrower EW4 Now! PL1
mia:0:06001E:00:000:Always have no EW4 PL1
mia:0:06001E:01:000:Always have grenade EW4 PL1
mia:0:06001E:02:000:Always have rifle EW4 PL1
mia:0:06001E:03:000:Always have bazooka EW4 PL1
mia:0:06001E:04:000:Always have flamethro EW4 PL1
mia:0:060086:0D:000:Infinite Lives PL2
mia:0:060095:78:000:Invincibility PL2
mia:0:000000:00:999:[EW1= Extra Weapon No. 1 ]
mia:0:060099:64:000:Infinite Ammo EW1 PL2:Makes Ammo EW2 pointless
mia:0:060098:00:001:Lose EW1 Now! PL2
mia:0:060098:01:001:Get grenade EW1 Now! PL2
mia:0:060098:02:001:Get rifle EW1 Now! PL2
mia:0:060098:03:001:Get bazooka EW1 Now! PL2
mia:0:060098:04:001:Get flamethrower EW1 Now! PL2
mia:0:060098:00:000:Always have no EW1 PL2
mia:0:060098:01:000:Always have grenade EW1 PL2
mia:0:060098:02:000:Always have rifle EW1 PL2
mia:0:060098:03:000:Always have bazooka EW1 PL2
mia:0:060098:04:000:Always have flamethro EW1 PL2
mia:0:000000:00:999:[EW2= Extra Weapon No. 2 ]
mia:0:06009B:63:000:Ammo always=99 for EW2 PL2:Pointless with Ammo EW1
mia:0:06009A:00:001:Lose EW2 Now! PL2
mia:0:06009A:01:001:Get grenade EW2 Now! PL2
mia:0:06009A:02:001:Get rifle EW2 Now! PL2
mia:0:06009A:03:001:Get bazooka EW2 Now! PL2
mia:0:06009A:04:001:Get flamethrower EW2 Now! PL2
mia:0:06009A:00:000:Always have no EW2 PL2
mia:0:06009A:01:000:Always have grenade EW2 PL2
mia:0:06009A:02:000:Always have rifle EW2 PL2
mia:0:06009A:03:000:Always have bazooka EW2 PL2
mia:0:06009A:04:000:Always have flamethro EW2 PL2
mia:0:000000:00:999:[EW3= Extra Weapon No. 3 ]
mia:0:06009D:63:000:Ammo always=99 for EW3 PL2:Pointless with Ammo EW1
mia:0:06009C:00:001:Lose EW3 Now! PL2
mia:0:06009C:01:001:Get grenade EW3 Now! PL2
mia:0:06009C:02:001:Get rifle EW3 Now! PL2
mia:0:06009C:03:001:Get bazooka EW3 Now! PL2
mia:0:06009C:04:001:Get flamethrower EW3 Now! PL2
mia:0:06009C:00:000:Always have no EW3 PL2
mia:0:06009C:01:000:Always have grenade EW3 PL2
mia:0:06009C:02:000:Always have rifle EW3 PL2
mia:0:06009C:03:000:Always have bazooka EW3 PL2
mia:0:06009C:04:000:Always have flamethro EW3 PL2
mia:0:000000:00:999:[EW4= Extra Weapon No. 4 ]
mia:0:06009F:63:000:Ammo always=99 for EW4 PL2:Pointless with Ammo EW1
mia:0:06009E:00:001:Lose EW4 Now! PL2
mia:0:06009E:01:001:Get grenade EW4 Now! PL2
mia:0:06009E:02:001:Get rifle EW4 Now! PL2
mia:0:06009E:03:001:Get bazooka EW4 Now! PL2
mia:0:06009E:04:001:Get flamethrower EW4 Now! PL2
mia:0:06009E:00:000:Always have no EW4 PL2
mia:0:06009E:01:000:Always have grenade EW4 PL2
mia:0:06009E:02:000:Always have rifle EW4 PL2
mia:0:06009E:03:000:Always have bazooka EW4 PL2
mia:0:06009E:04:000:Always have flamethro EW4 PL2
mia:0:062037:00:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Missing in Action (version S) ]
mia2:0:000000:00:999:[If you 'always' have an EW1]
mia2:0:000000:00:999:[then EW2,3 & 4 will not be ]
mia2:0:000000:00:999:[effectively selectable ]
mia2:0:060006:0D:000:Infinite Lives PL1
mia2:0:060015:78:000:Invincibility PL1
mia2:0:000000:00:999:[EW1= Extra Weapon No. 1 ]
mia2:0:060019:64:000:Infinite Ammo EW1 PL1:Makes Ammo EW2-4 pointless
mia2:0:060018:00:001:Lose EW1 Now! PL1
mia2:0:060018:01:001:Get grenade EW1 Now! PL1
mia2:0:060018:02:001:Get rifle EW1 Now! PL1
mia2:0:060018:03:001:Get bazooka EW1 Now! PL1
mia2:0:060018:04:001:Get flamethrower EW1 Now! PL1
mia2:0:060018:00:000:Always have no EW1 PL1
mia2:0:060018:01:000:Always have grenade EW1 PL1
mia2:0:060018:02:000:Always have rifle EW1 PL1
mia2:0:060018:03:000:Always have bazooka EW1 PL1
mia2:0:060018:04:000:Always have flamethro EW1 PL1
mia2:0:000000:00:999:[EW2= Extra Weapon No. 2 ]
mia2:0:06001B:63:000:Ammo always=99 for EW2 PL1:Pointless with Ammo EW1
mia2:0:06001A:00:001:Lose EW2 Now! PL1
mia2:0:06001A:01:001:Get grenade EW2 Now! PL1
mia2:0:06001A:02:001:Get rifle EW2 Now! PL1
mia2:0:06001A:03:001:Get bazooka EW2 Now! PL1
mia2:0:06001A:04:001:Get flamethrower EW2 Now! PL1
mia2:0:06001A:00:000:Always have no EW2 PL1
mia2:0:06001A:01:000:Always have grenade EW2 PL1
mia2:0:06001A:02:000:Always have rifle EW2 PL1
mia2:0:06001A:03:000:Always have bazooka EW2 PL1
mia2:0:06001A:04:000:Always have flamethro EW2 PL1
mia2:0:000000:00:999:[EW3= Extra Weapon No. 3 ]
mia2:0:06001D:63:000:Ammo always=99 for EW3 PL1:Pointless with Ammo EW1
mia2:0:06001C:00:001:Lose EW3 Now! PL1
mia2:0:06001C:01:001:Get grenade EW3 Now! PL1
mia2:0:06001C:02:001:Get rifle EW3 Now! PL1
mia2:0:06001C:03:001:Get bazooka EW3 Now! PL1
mia2:0:06001C:04:001:Get flamethrower EW3 Now! PL1
mia2:0:06001C:00:000:Always have no EW3 PL1
mia2:0:06001C:01:000:Always have grenade EW3 PL1
mia2:0:06001C:02:000:Always have rifle EW3 PL1
mia2:0:06001C:03:000:Always have bazooka EW3 PL1
mia2:0:06001C:04:000:Always have flamethro EW3 PL1
mia2:0:000000:00:999:[EW4= Extra Weapon No. 4 ]
mia2:0:06001F:63:000:Ammo always=99 for EW4 PL1:Pointless with Ammo EW1
mia2:0:06001E:00:001:Lose EW4 Now! PL1
mia2:0:06001E:01:001:Get grenade EW4 Now! PL1
mia2:0:06001E:02:001:Get rifle EW4 Now! PL1
mia2:0:06001E:03:001:Get bazooka EW4 Now! PL1
mia2:0:06001E:04:001:Get flamethrower EW4 Now! PL1
mia2:0:06001E:00:000:Always have no EW4 PL1
mia2:0:06001E:01:000:Always have grenade EW4 PL1
mia2:0:06001E:02:000:Always have rifle EW4 PL1
mia2:0:06001E:03:000:Always have bazooka EW4 PL1
mia2:0:06001E:04:000:Always have flamethro EW4 PL1
mia2:0:060086:0D:000:Infinite Lives PL2
mia2:0:060095:78:000:Invincibility PL2
mia2:0:000000:00:999:[EW1= Extra Weapon No. 1 ]
mia2:0:060099:63:000:Infinite Ammo EW1 PL2:Makes Ammo EW2 pointless
mia2:0:060098:00:001:Lose EW1 Now! PL2
mia2:0:060098:01:001:Get grenade EW1 Now! PL2
mia2:0:060098:02:001:Get rifle EW1 Now! PL2
mia2:0:060098:03:001:Get bazooka EW1 Now! PL2
mia2:0:060098:04:001:Get flamethrower EW1 Now! PL2
mia2:0:060098:00:000:Always have no EW1 PL2
mia2:0:060098:01:000:Always have grenade EW1 PL2
mia2:0:060098:02:000:Always have rifle EW1 PL2
mia2:0:060098:03:000:Always have bazooka EW1 PL2
mia2:0:060098:04:000:Always have flamethro EW1 PL2
mia2:0:000000:00:999:[EW2= Extra Weapon No. 2 ]
mia2:0:06009B:63:000:Ammo always=99 for EW2 PL2:Pointless with Ammo EW1
mia2:0:06009A:00:001:Lose EW2 Now! PL2
mia2:0:06009A:01:001:Get grenade EW2 Now! PL2
mia2:0:06009A:02:001:Get rifle EW2 Now! PL2
mia2:0:06009A:03:001:Get bazooka EW2 Now! PL2
mia2:0:06009A:04:001:Get flamethrower EW2 Now! PL2
mia2:0:06009A:00:000:Always have no EW2 PL2
mia2:0:06009A:01:000:Always have grenade EW2 PL2
mia2:0:06009A:02:000:Always have rifle EW2 PL2
mia2:0:06009A:03:000:Always have bazooka EW2 PL2
mia2:0:06009A:04:000:Always have flamethro EW2 PL2
mia2:0:000000:00:999:[EW3= Extra Weapon No. 3 ]
mia2:0:06009D:63:000:Ammo always=99 for EW3 PL2:Pointless with Ammo EW1
mia2:0:06009C:00:001:Lose EW3 Now! PL2
mia2:0:06009C:01:001:Get grenade EW3 Now! PL2
mia2:0:06009C:02:001:Get rifle EW3 Now! PL2
mia2:0:06009C:03:001:Get bazooka EW3 Now! PL2
mia2:0:06009C:04:001:Get flamethrower EW3 Now! PL2
mia2:0:06009C:00:000:Always have no EW3 PL2
mia2:0:06009C:01:000:Always have grenade EW3 PL2
mia2:0:06009C:02:000:Always have rifle EW3 PL2
mia2:0:06009C:03:000:Always have bazooka EW3 PL2
mia2:0:06009C:04:000:Always have flamethro EW3 PL2
mia2:0:000000:00:999:[EW4= Extra Weapon No. 4 ]
mia2:0:06009F:63:000:Ammo always=99 for EW4 PL2:Pointless with Ammo EW1
mia2:0:06009E:00:001:Lose EW4 Now! PL2
mia2:0:06009E:01:001:Get grenade EW4 Now! PL2
mia2:0:06009E:02:001:Get rifle EW4 Now! PL2
mia2:0:06009E:03:001:Get bazooka EW4 Now! PL2
mia2:0:06009E:04:001:Get flamethrower EW4 Now! PL2
mia2:0:06009E:00:000:Always have no EW4 PL2
mia2:0:06009E:01:000:Always have grenade EW4 PL2
mia2:0:06009E:02:000:Always have rifle EW4 PL2
mia2:0:06009E:03:000:Always have bazooka EW4 PL2
mia2:0:06009E:04:000:Always have flamethro EW4 PL2
mia2:0:062037:00:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Missing in Action (Japan) ]
miaj:2:000000:00:999:[If you 'always' have an EW1]
miaj:2:000000:00:999:[then EW2,3 & 4 will not be ]
miaj:2:000000:00:999:[effectively selectable ]
miaj:2:060006:0D:000:Infinite Lives PL1
miaj:2:060015:78:000:Invincibility PL1
miaj:2:000000:00:999:[EW1= Extra Weapon No. 1 ]
miaj:2:060019:64:000:Infinite Ammo EW1 PL1:Makes Ammo EW2-4 pointless
miaj:2:060018:00:001:Lose EW1 Now! PL1
miaj:2:060018:01:001:Get grenade EW1 Now! PL1
miaj:2:060018:02:001:Get rifle EW1 Now! PL1
miaj:2:060018:03:001:Get bazooka EW1 Now! PL1
miaj:2:060018:04:001:Get flamethrower EW1 Now! PL1
miaj:2:060018:00:000:Always have no EW1 PL1
miaj:2:060018:01:000:Always have grenade EW1 PL1
miaj:2:060018:02:000:Always have rifle EW1 PL1
miaj:2:060018:03:000:Always have bazooka EW1 PL1
miaj:2:060018:04:000:Always have flamethro EW1 PL1
miaj:2:000000:00:999:[EW2= Extra Weapon No. 2 ]
miaj:2:06001B:63:000:Ammo always=99 for EW2 PL1:Pointless with Ammo EW1
miaj:2:06001A:00:001:Lose EW2 Now! PL1
miaj:2:06001A:01:001:Get grenade EW2 Now! PL1
miaj:2:06001A:02:001:Get rifle EW2 Now! PL1
miaj:2:06001A:03:001:Get bazooka EW2 Now! PL1
miaj:2:06001A:04:001:Get flamethrower EW2 Now! PL1
miaj:2:06001A:00:000:Always have no EW2 PL1
miaj:2:06001A:01:000:Always have grenade EW2 PL1
miaj:2:06001A:02:000:Always have rifle EW2 PL1
miaj:2:06001A:03:000:Always have bazooka EW2 PL1
miaj:2:06001A:04:000:Always have flamethro EW2 PL1
miaj:2:000000:00:999:[EW3= Extra Weapon No. 3 ]
miaj:2:06001D:63:000:Ammo always=99 for EW3 PL1:Pointless with Ammo EW1
miaj:2:06001C:00:001:Lose EW3 Now! PL1
miaj:2:06001C:01:001:Get grenade EW3 Now! PL1
miaj:2:06001C:02:001:Get rifle EW3 Now! PL1
miaj:2:06001C:03:001:Get bazooka EW3 Now! PL1
miaj:2:06001C:04:001:Get flamethrower EW3 Now! PL1
miaj:2:06001C:00:000:Always have no EW3 PL1
miaj:2:06001C:01:000:Always have grenade EW3 PL1
miaj:2:06001C:02:000:Always have rifle EW3 PL1
miaj:2:06001C:03:000:Always have bazooka EW3 PL1
miaj:2:06001C:04:000:Always have flamethro EW3 PL1
miaj:2:000000:00:999:[EW4= Extra Weapon No. 4 ]
miaj:2:06001F:63:000:Ammo always=99 for EW4 PL1:Pointless with Ammo EW1
miaj:2:06001E:00:001:Lose EW4 Now! PL1
miaj:2:06001E:01:001:Get grenade EW4 Now! PL1
miaj:2:06001E:02:001:Get rifle EW4 Now! PL1
miaj:2:06001E:03:001:Get bazooka EW4 Now! PL1
miaj:2:06001E:04:001:Get flamethrower EW4 Now! PL1
miaj:2:06001E:00:000:Always have no EW4 PL1
miaj:2:06001E:01:000:Always have grenade EW4 PL1
miaj:2:06001E:02:000:Always have rifle EW4 PL1
miaj:2:06001E:03:000:Always have bazooka EW4 PL1
miaj:2:06001E:04:000:Always have flamethro EW4 PL1
miaj:2:060086:0D:000:Infinite Lives PL2
miaj:2:060095:78:000:Invincibility PL2
miaj:2:000000:00:999:[EW1= Extra Weapon No. 1 ]
miaj:2:060099:64:000:Infinite Ammo EW1 PL2:Makes Ammo EW2 pointless
miaj:2:060098:00:001:Lose EW1 Now! PL2
miaj:2:060098:01:001:Get grenade EW1 Now! PL2
miaj:2:060098:02:001:Get rifle EW1 Now! PL2
miaj:2:060098:03:001:Get bazooka EW1 Now! PL2
miaj:2:060098:04:001:Get flamethrower EW1 Now! PL2
miaj:2:060098:00:000:Always have no EW1 PL2
miaj:2:060098:01:000:Always have grenade EW1 PL2
miaj:2:060098:02:000:Always have rifle EW1 PL2
miaj:2:060098:03:000:Always have bazooka EW1 PL2
miaj:2:060098:04:000:Always have flamethro EW1 PL2
miaj:2:000000:00:999:[EW2= Extra Weapon No. 2 ]
miaj:2:06009B:63:000:Ammo always=99 for EW2 PL2:Pointless with Ammo EW1
miaj:2:06009A:00:001:Lose EW2 Now! PL2
miaj:2:06009A:01:001:Get grenade EW2 Now! PL2
miaj:2:06009A:02:001:Get rifle EW2 Now! PL2
miaj:2:06009A:03:001:Get bazooka EW2 Now! PL2
miaj:2:06009A:04:001:Get flamethrower EW2 Now! PL2
miaj:2:06009A:00:000:Always have no EW2 PL2
miaj:2:06009A:01:000:Always have grenade EW2 PL2
miaj:2:06009A:02:000:Always have rifle EW2 PL2
miaj:2:06009A:03:000:Always have bazooka EW2 PL2
miaj:2:06009A:04:000:Always have flamethro EW2 PL2
miaj:2:000000:00:999:[EW3= Extra Weapon No. 3 ]
miaj:2:06009D:63:000:Ammo always=99 for EW3 PL2:Pointless with Ammo EW1
miaj:2:06009C:00:001:Lose EW3 Now! PL2
miaj:2:06009C:01:001:Get grenade EW3 Now! PL2
miaj:2:06009C:02:001:Get rifle EW3 Now! PL2
miaj:2:06009C:03:001:Get bazooka EW3 Now! PL2
miaj:2:06009C:04:001:Get flamethrower EW3 Now! PL2
miaj:2:06009C:00:000:Always have no EW3 PL2
miaj:2:06009C:01:000:Always have grenade EW3 PL2
miaj:2:06009C:02:000:Always have rifle EW3 PL2
miaj:2:06009C:03:000:Always have bazooka EW3 PL2
miaj:2:06009C:04:000:Always have flamethro EW3 PL2
miaj:2:000000:00:999:[EW4= Extra Weapon No. 4 ]
miaj:2:06009F:63:000:Ammo always=99 for EW4 PL2:Pointless with Ammo EW1
miaj:2:06009E:00:001:Lose EW4 Now! PL2
miaj:2:06009E:01:001:Get grenade EW4 Now! PL2
miaj:2:06009E:02:001:Get rifle EW4 Now! PL2
miaj:2:06009E:03:001:Get bazooka EW4 Now! PL2
miaj:2:06009E:04:001:Get flamethrower EW4 Now! PL2
miaj:2:06009E:00:000:Always have no EW4 PL2
miaj:2:06009E:01:000:Always have grenade EW4 PL2
miaj:2:06009E:02:000:Always have rifle EW4 PL2
miaj:2:06009E:03:000:Always have bazooka EW4 PL2
miaj:2:06009E:04:000:Always have flamethro EW4 PL2
miaj:2:062037:00:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Midnight Resistance (World) ]
midres:0:102177:02:000:Infinite Lives PL1
midres:0:10217D:06:000:Infinite Keys PL1
midres:0:102173:80:020:Invincibility PL1
midres:0:102180:01:000:Always Have Full Auto PL1
midres:0:102180:02:000:Always Have 3-Way PL1
midres:0:102180:03:000:Always Have Fire PL1
midres:0:102180:04:000:Always Have Shotgun PL1
midres:0:102196:01:000:Always Have H.M. PL1
midres:0:102196:02:000:Always Have Nitro PL1
midres:0:102196:03:000:Always Have Shower PL1
midres:0:1021A4:08:000:Always Have Barrier PL1
midres:0:102189:99:000:Infinite Full Auto Ammo PL1
midres:0:10218D:99:000:Infinite 3-Way Ammo PL1
midres:0:102191:99:000:Infinite Fire Ammo PL1
midres:0:102195:99:000:Infinite Shotgun Ammo PL1
midres:0:10219D:99:000:Infinite H.M Ammo PL1
midres:0:10219F:99:000:Infinite Nitro Ammo PL1
midres:0:1021A1:99:000:Infinite Shower Ammo PL1
midres:0:102186:01:000:Always S-Charge Full Auto PL1
midres:0:10218A:01:000:Always S-Charge 3-Way PL1
midres:0:10218E:01:000:Always S-Charge Fire PL1
midres:0:102192:01:000:Always S-Charge Shotgun PL1
midres:0:102180:01:001:Get Full Auto Now! PL1
midres:0:102180:02:001:Get 3-Way Now! PL1
midres:0:102180:03:001:Get Fire Now! PL1
midres:0:102180:04:001:Get Shotgun Now! PL1
midres:0:102196:01:001:Get H.M. Now! PL1
midres:0:102196:02:001:Get Nitro Now! PL1
midres:0:102196:03:001:Get Shower Now! PL1
midres:0:1021A4:08:001:Get Barrier Now! PL1
midres:0:102186:01:001:S-Charge Full Auto Now! PL1
midres:0:10218A:01:001:S-Charge 3-Way Now! PL1
midres:0:10218E:01:001:S-Charge Fire Now! PL1
midres:0:102192:01:001:S-Charge Shotgun Now! PL1
midres:0:1021F3:02:000:Infinite Lives PL2
midres:0:1021F9:06:000:Infinite Keys PL2
midres:0:1021EF:80:020:Invincibility PL2
midres:0:1021FC:01:000:Always Have Full Auto PL2
midres:0:1021FC:02:000:Always Have 3-Way PL2
midres:0:1021FC:03:000:Always Have Fire PL2
midres:0:1021FC:04:000:Always Have Shotgun PL2
midres:0:102212:01:000:Always Have H.M. PL2
midres:0:102212:02:000:Always Have Nitro PL2
midres:0:102212:03:000:Always Have Shower PL2
midres:0:102220:01:000:Always Have Barrier PL2
midres:0:102205:99:000:Infinite Full Auto Ammo PL2
midres:0:102209:99:000:Infinite 3-Way Ammo PL2
midres:0:10220D:99:000:Infinite Fire Ammo PL2
midres:0:102211:99:000:Infinite Shotgun Ammo PL2
midres:0:102219:99:000:Infinite H.M. Ammo PL2
midres:0:10221B:99:000:Infinite Nitro Ammo PL2
midres:0:10221D:99:000:Infinite Shower Ammo PL2
midres:0:102202:01:000:Always S-Charge Full Auto PL2
midres:0:102206:01:000:Always S-Charge 3-Way PL2
midres:0:10220A:01:000:Always S-Charge Fire PL2
midres:0:10220E:01:000:Always S-Charge Shotgun PL2
midres:0:1021FC:01:001:Get Full Auto Now! PL2
midres:0:1021FC:02:001:Get 3-Way Now! PL2
midres:0:1021FC:03:001:Get Fire Now! PL2
midres:0:1021FC:04:001:Get Shotgun Now! PL2
midres:0:102212:01:001:Get H.M. Now! PL2
midres:0:102212:02:001:Get Nitro Now! PL2
midres:0:102212:03:001:Get Shower Now! PL2
midres:0:102220:01:001:Get Barrier Now! PL2
midres:0:102202:01:001:S-Charge Full Auto Now! PL2
midres:0:102206:01:001:S-Charge 3-Way Now! PL2
midres:0:10220A:01:001:S-Charge Fire Now! PL2
midres:0:10220E:01:001:S-Charge Shotgun Now! PL2
; [ Midnight Resistance (Japan) ]
midresj:0:102177:02:000:Infinite Lives PL1
midresj:0:10217D:06:000:Infinite Keys PL1
midresj:0:102173:80:020:Invincibility PL1
midresj:0:102180:01:000:Always Have Full Auto PL1
midresj:0:102180:02:000:Always Have 3-Way PL1
midresj:0:102180:03:000:Always Have Fire PL1
midresj:0:102180:04:000:Always Have Shotgun PL1
midresj:0:102196:01:000:Always Have H.M. PL1
midresj:0:102196:02:000:Always Have Nitro PL1
midresj:0:102196:03:000:Always Have Shower PL1
midresj:0:1021A4:08:000:Always Have Barrier PL1
midresj:0:102189:99:000:Infinite Full Auto Ammo PL1
midresj:0:10218D:99:000:Infinite 3-Way Ammo PL1
midresj:0:102191:99:000:Infinite Fire Ammo PL1
midresj:0:102195:99:000:Infinite Shotgun Ammo PL1
midresj:0:10219D:99:000:Infinite H.M Ammo PL1
midresj:0:10219F:99:000:Infinite Nitro Ammo PL1
midresj:0:1021A1:99:000:Infinite Shower Ammo PL1
midresj:0:102186:01:000:Always S-Charge Full Auto PL1
midresj:0:10218A:01:000:Always S-Charge 3-Way PL1
midresj:0:10218E:01:000:Always S-Charge Fire PL1
midresj:0:102192:01:000:Always S-Charge Shotgun PL1
midresj:0:102180:01:001:Get Full Auto Now! PL1
midresj:0:102180:02:001:Get 3-Way Now! PL1
midresj:0:102180:03:001:Get Fire Now! PL1
midresj:0:102180:04:001:Get Shotgun Now! PL1
midresj:0:102196:01:001:Get H.M. Now! PL1
midresj:0:102196:02:001:Get Nitro Now! PL1
midresj:0:102196:03:001:Get Shower Now! PL1
midresj:0:1021A4:08:001:Get Barrier Now! PL1
midresj:0:102186:01:001:S-Charge Full Auto Now! PL1
midresj:0:10218A:01:001:S-Charge 3-Way Now! PL1
midresj:0:10218E:01:001:S-Charge Fire Now! PL1
midresj:0:102192:01:001:S-Charge Shotgun Now! PL1
midresj:0:1021F3:02:000:Infinite Lives PL2
midresj:0:1021F9:06:000:Infinite Keys PL2
midresj:0:1021EF:80:020:Invincibility PL2
midresj:0:1021FC:01:000:Always Have Full Auto PL2
midresj:0:1021FC:02:000:Always Have 3-Way PL2
midresj:0:1021FC:03:000:Always Have Fire PL2
midresj:0:1021FC:04:000:Always Have Shotgun PL2
midresj:0:102212:01:000:Always Have H.M. PL2
midresj:0:102212:02:000:Always Have Nitro PL2
midresj:0:102212:03:000:Always Have Shower PL2
midresj:0:102220:01:000:Always Have Barrier PL2
midresj:0:102205:99:000:Infinite Full Auto Ammo PL2
midresj:0:102209:99:000:Infinite 3-Way Ammo PL2
midresj:0:10220D:99:000:Infinite Fire Ammo PL2
midresj:0:102211:99:000:Infinite Shotgun Ammo PL2
midresj:0:102219:99:000:Infinite H.M. Ammo PL2
midresj:0:10221B:99:000:Infinite Nitro Ammo PL2
midresj:0:10221D:99:000:Infinite Shower Ammo PL2
midresj:0:102202:01:000:Always S-Charge Full Auto PL2
midresj:0:102206:01:000:Always S-Charge 3-Way PL2
midresj:0:10220A:01:000:Always S-Charge Fire PL2
midresj:0:10220E:01:000:Always S-Charge Shotgun PL2
midresj:0:1021FC:01:001:Get Full Auto Now! PL2
midresj:0:1021FC:02:001:Get 3-Way Now! PL2
midresj:0:1021FC:03:001:Get Fire Now! PL2
midresj:0:1021FC:04:001:Get Shotgun Now! PL2
midresj:0:102212:01:001:Get H.M. Now! PL2
midresj:0:102212:02:001:Get Nitro Now! PL2
midresj:0:102212:03:001:Get Shower Now! PL2
midresj:0:102220:01:001:Get Barrier Now! PL2
midresj:0:102202:01:001:S-Charge Full Auto Now! PL2
midresj:0:102206:01:001:S-Charge 3-Way Now! PL2
midresj:0:10220A:01:001:S-Charge Fire Now! PL2
midresj:0:10220E:01:001:S-Charge Shotgun Now! PL2
; [ Midnight Resistance (US) ]
midresu:0:102177:02:000:Infinite Lives PL1
midresu:0:10217D:06:000:Infinite Keys PL1
midresu:0:102173:80:020:Invincibility PL1
midresu:0:102180:01:000:Always Have Full Auto PL1
midresu:0:102180:02:000:Always Have 3-Way PL1
midresu:0:102180:03:000:Always Have Fire PL1
midresu:0:102180:04:000:Always Have Shotgun PL1
midresu:0:102196:01:000:Always Have H.M. PL1
midresu:0:102196:02:000:Always Have Nitro PL1
midresu:0:102196:03:000:Always Have Shower PL1
midresu:0:1021A4:08:000:Always Have Barrier PL1
midresu:0:102189:99:000:Infinite Full Auto Ammo PL1
midresu:0:10218D:99:000:Infinite 3-Way Ammo PL1
midresu:0:102191:99:000:Infinite Fire Ammo PL1
midresu:0:102195:99:000:Infinite Shotgun Ammo PL1
midresu:0:10219D:99:000:Infinite H.M Ammo PL1
midresu:0:10219F:99:000:Infinite Nitro Ammo PL1
midresu:0:1021A1:99:000:Infinite Shower Ammo PL1
midresu:0:102186:01:000:Always S-Charge Full Auto PL1
midresu:0:10218A:01:000:Always S-Charge 3-Way PL1
midresu:0:10218E:01:000:Always S-Charge Fire PL1
midresu:0:102192:01:000:Always S-Charge Shotgun PL1
midresu:0:102180:01:001:Get Full Auto Now! PL1
midresu:0:102180:02:001:Get 3-Way Now! PL1
midresu:0:102180:03:001:Get Fire Now! PL1
midresu:0:102180:04:001:Get Shotgun Now! PL1
midresu:0:102196:01:001:Get H.M. Now! PL1
midresu:0:102196:02:001:Get Nitro Now! PL1
midresu:0:102196:03:001:Get Shower Now! PL1
midresu:0:1021A4:08:001:Get Barrier Now! PL1
midresu:0:102186:01:001:S-Charge Full Auto Now! PL1
midresu:0:10218A:01:001:S-Charge 3-Way Now! PL1
midresu:0:10218E:01:001:S-Charge Fire Now! PL1
midresu:0:102192:01:001:S-Charge Shotgun Now! PL1
midresu:0:1021F3:02:000:Infinite Lives PL2
midresu:0:1021F9:06:000:Infinite Keys PL2
midresu:0:1021EF:80:020:Invincibility PL2
midresu:0:1021FC:01:000:Always Have Full Auto PL2
midresu:0:1021FC:02:000:Always Have 3-Way PL2
midresu:0:1021FC:03:000:Always Have Fire PL2
midresu:0:1021FC:04:000:Always Have Shotgun PL2
midresu:0:102212:01:000:Always Have H.M. PL2
midresu:0:102212:02:000:Always Have Nitro PL2
midresu:0:102212:03:000:Always Have Shower PL2
midresu:0:102220:01:000:Always Have Barrier PL2
midresu:0:102205:99:000:Infinite Full Auto Ammo PL2
midresu:0:102209:99:000:Infinite 3-Way Ammo PL2
midresu:0:10220D:99:000:Infinite Fire Ammo PL2
midresu:0:102211:99:000:Infinite Shotgun Ammo PL2
midresu:0:102219:99:000:Infinite H.M. Ammo PL2
midresu:0:10221B:99:000:Infinite Nitro Ammo PL2
midresu:0:10221D:99:000:Infinite Shower Ammo PL2
midresu:0:102202:01:000:Always S-Charge Full Auto PL2
midresu:0:102206:01:000:Always S-Charge 3-Way PL2
midresu:0:10220A:01:000:Always S-Charge Fire PL2
midresu:0:10220E:01:000:Always S-Charge Shotgun PL2
midresu:0:1021FC:01:001:Get Full Auto Now! PL2
midresu:0:1021FC:02:001:Get 3-Way Now! PL2
midresu:0:1021FC:03:001:Get Fire Now! PL2
midresu:0:1021FC:04:001:Get Shotgun Now! PL2
midresu:0:102212:01:001:Get H.M. Now! PL2
midresu:0:102212:02:001:Get Nitro Now! PL2
midresu:0:102212:03:001:Get Shower Now! PL2
midresu:0:102220:01:001:Get Barrier Now! PL2
midresu:0:102202:01:001:S-Charge Full Auto Now! PL2
midresu:0:102206:01:001:S-Charge 3-Way Now! PL2
midresu:0:10220A:01:001:S-Charge Fire Now! PL2
midresu:0:10220E:01:001:S-Charge Shotgun Now! PL2
; [ Money Puzzle Exchanger / Money Idol Exchanger ]
miexchng:0:107546:00:000:No more level gain:Solo game only
miexchng:0:1030FB:09:000:Always Max Chain 09
miexchng:0:1030FB:0A:000:Always Max Chain 10
miexchng:0:1030FB:0B:000:Always Max Chain 11
miexchng:0:1030FB:0C:000:Always Max Chain 12
miexchng:0:1030FB:0D:000:Always Max Chain 13
miexchng:0:1030FB:1E:070:Select Max Chain Value
miexchng:0:1030FD:96:070:Select Chain Number:Solo Play
miexchng:0:107546:32:070:Select Level:Solo Play
; [ Mighty Guy ]
mightguy:0:C000:99:000:Infinite Credits
mightguy:0:C189:14:000:Infinite Energy
mightguy:0:C1B7:06:000:Infinite Lives PL1
mightguy:0:C1C7:06:000:Infinite Lives PL2
; [ Mikie ]
mikie:0:2970:03:000:Infinite Lives
mikie:0:2908:04:000:Invincibility
mikie:0:2923:09:004:Infinite Credits
mikie:0:2C39:0A:000:Freeze Enemy 1
mikie:0:2ED9:0A:000:Freeze Enemy 2
mikie:0:2DF9:0A:000:Freeze Enemy 3
mikie:0:2C71:0A:000:Freeze Enemy 4
mikie:0:2CA9:0A:000:Freeze Enemy 5
mikie:0:2E31:0A:000:Freeze Enemy 6
mikie:0:0000:00:999:[Use these cheats instead of]
mikie:0:0000:00:999:[the FREEZE cheats because ]
mikie:0:0000:00:999:[enemies may still hit you ]
mikie:0:0000:00:999:[making some situations ]
mikie:0:0000:00:999:[completely impossible!! ]
mikie:0:2C3B:32:000:Enemies KO when hitted:Chicken or balls does same
mikie:0:2EDB:C4:500:Enemies KO when hitted (2/6):Also Hallway buckets disap.
mikie:0:2DFB:73:500:Enemies KO when hitted (3/6):Enemies behave strangely
mikie:0:2E33:B4:500:Enemies KO when hitted (4/6)
mikie:0:2C73:20:500:Enemies KO when hitted (5/6)
mikie:0:2CAB:20:500:Enemies KO when hitted (6/6)
; [ Mikie (High School Graffiti) ]
mikiehs:0:2970:03:000:Infinite Lives
mikiehs:0:2908:04:000:Invincibility
mikiehs:0:2923:09:004:Infinite Credits
mikiehs:0:2C39:0A:000:Freeze Enemy 1
mikiehs:0:2ED9:0A:000:Freeze Enemy 2
mikiehs:0:2DF9:0A:000:Freeze Enemy 3
mikiehs:0:2C71:0A:000:Freeze Enemy 4
mikiehs:0:2CA9:0A:000:Freeze Enemy 5
mikiehs:0:2E31:0A:000:Freeze Enemy 6
mikiehs:0:0000:00:999:[Use these cheats instead of]
mikiehs:0:0000:00:999:[the FREEZE cheats because ]
mikiehs:0:0000:00:999:[enemies may still hit you ]
mikiehs:0:0000:00:999:[making some situations ]
mikiehs:0:0000:00:999:[completely impossible!! ]
mikiehs:0:2C3B:32:000:Enemies KO when hitted:Chicken or balls does same
mikiehs:0:2EDB:C4:500:Enemies KO when hitted (2/6):Also Hallway buckets disap.
mikiehs:0:2DFB:73:500:Enemies KO when hitted (3/6):Enemies behave strangely
mikiehs:0:2E33:B4:500:Enemies KO when hitted (4/6)
mikiehs:0:2C73:20:500:Enemies KO when hitted (5/6)
mikiehs:0:2CAB:20:500:Enemies KO when hitted (6/6)
; [ Shinnyuushain Tooru-kun ]
mikiej:0:2970:03:000:Infinite Lives
mikiej:0:2908:04:000:Invincibility
mikiej:0:2923:09:004:Infinite Credits
mikiej:0:2C39:0A:000:Freeze Enemy 1
mikiej:0:2ED9:0A:000:Freeze Enemy 2
mikiej:0:2DF9:0A:000:Freeze Enemy 3
mikiej:0:2C71:0A:000:Freeze Enemy 4
mikiej:0:2CA9:0A:000:Freeze Enemy 5
mikiej:0:2E31:0A:000:Freeze Enemy 6
mikiej:0:0000:00:999:[Use these cheats instead of]
mikiej:0:0000:00:999:[the FREEZE cheats because ]
mikiej:0:0000:00:999:[enemies may still hit you ]
mikiej:0:0000:00:999:[making some situations ]
mikiej:0:0000:00:999:[completely impossible!! ]
mikiej:0:2C3B:32:000:Enemies KO when hitted:Chicken or balls does same
mikiej:0:2EDB:C4:500:Enemies KO when hitted (2/6):Also Hallway buckets disap.
mikiej:0:2DFB:73:500:Enemies KO when hitted (3/6):Enemies behave strangely
mikiej:0:2E33:B4:500:Enemies KO when hitted (4/6)
mikiej:0:2C73:20:500:Enemies KO when hitted (5/6)
mikiej:0:2CAB:20:500:Enemies KO when hitted (6/6)
; [ Millipede ]
milliped:0:00B3:06:000:Infinite Lives PL1
milliped:0:00B4:06:000:Infinite Lives PL2
milliped:0:005D:B9:000:No Spiders
milliped:0:00C3:00:000:Lower Spider Sound
milliped:0:00F9:00:000:No Beetles
milliped:0:002C:00:000:Ant can't move
milliped:0:00C9:00:000:No Ant Sound
milliped:0:005C:00:000:No Flies
milliped:0:002C:00:000:Earwig Can't Move
milliped:0:00C9:00:000:No Earwig Sound
milliped:0:005C:00:000:No Mosquitos
milliped:0:13F0:00:000:No Inchworms
milliped:0:0000:00:999:[If invincibility is enabled]
milliped:0:0000:00:999:[,kill the complete frozen ]
milliped:0:0000:00:999:[millipede to continue. ]
milliped:0:02CE:00:000:Invincibility
; [ Minnasanno Okagesamadesu ]
minasan:0:1000CD:F4:000:Infinite Move Time
minasan:0:000000:00:999:[winning hand cheat must be ]
minasan:0:000000:00:999:[activated when there is ]
minasan:0:000000:00:999:[14 tiles in hand. ]
minasan:0:000000:00:999:[The tiles do not visually ]
minasan:0:000000:00:999:[change, until you make a ]
minasan:0:000000:00:999:[move. ]
minasan:0:000000:00:999:[After the cheat is enabled,]
minasan:0:000000:00:999:[you must select 'RON' ]
minasan:0:10119A:31:001:Get winning hand Now!
minasan:0:10119B:31:501:Get winning hand Now! (02/14)
minasan:0:10119C:31:501:Get winning hand Now! (03/14)
minasan:0:10119D:32:501:Get winning hand Now! (04/14)
minasan:0:10119E:32:501:Get winning hand Now! (05/14)
minasan:0:10119F:32:501:Get winning hand Now! (06/14)
minasan:0:1011A0:33:501:Get winning hand Now! (07/14)
minasan:0:1011A1:33:501:Get winning hand Now! (08/14)
minasan:0:1011A2:33:501:Get winning hand Now! (09/14)
minasan:0:1011A3:34:501:Get winning hand Now! (10/14)
minasan:0:1011A4:34:501:Get winning hand Now! (11/14)
minasan:0:1011A5:34:501:Get winning hand Now! (12/14)
minasan:0:1011A6:35:501:Get winning hand Now! (13/14)
minasan:0:1011A7:35:501:Get winning hand Now! (14/14)
minasan:0:000000:00:999:[Number of steps must be ]
minasan:0:000000:00:999:[activated after winning. ]
minasan:0:10131C:01:000:Always make 1 step (always)
minasan:0:10131C:01:001:Make 1 step Now!
minasan:0:10131C:02:000:Always make 2 steps (always)
minasan:0:10131C:02:001:Make 2 step Now!
minasan:0:000000:00:999:[See this URL for mahjong ]
minasan:0:000000:00:999:[rules (merge all lines!) ]
minasan:0:000000:00:999:[www.tky.hut.fi/~kjmjm/ ]
minasan:0:000000:00:999:[english/majiang/rules/ ]
minasan:0:000000:00:999:[basics.html ]
; [ Minefield ]
minefld:0:8669:09:000:Infinite Lives
minefld:0:86F1:63:000:Infinite Missiles
; [ Minesweeper ]
mineswpr:0:FF0C:00:000:Score always set to 0 PL1
mineswpr:0:FF0C:00:001:Set Score to 0 Now! PL1
mineswpr:0:FF0C:06:070:Select score PL1
mineswpr:0:FF0D:00:000:Score always set to 0 PL2
mineswpr:0:FF0D:00:001:Set Score to 0 Now! PL2
mineswpr:0:FF0D:06:070:Select score PL2
; [ Mini Golf (set 2) ]
minigol2:0:01C0:80:000:Infinite Time
minigol2:0:012C:01:000:Infinite Shots PL1
minigol2:0:0134:03:000:Infinite Holes PL1
minigol2:0:012E:01:000:Infinite Shots PL2
minigol2:0:0136:03:000:Infinite Holes PL2
; [ Mini Golf (set 1) ]
minigolf:0:01C0:80:000:Infinite Time
minigolf:0:012C:01:000:Infinite Shots PL1
minigolf:0:0134:03:000:Infinite Holes PL1
minigolf:0:012E:01:000:Infinite Shots PL2
minigolf:0:0136:03:000:Infinite Holes PL2
; [ Mirai Ninja (Japan) ]
mirninja:0:40A101:99:000:Infinite Energy
mirninja:0:100161:FF:000:Infinite 3-way Shot
mirninja:0:40A111:FF:000:Always have mostly tiny enemies
mirninja:0:000000:00:999:[Enable the Select starting round cheat on ]
mirninja:0:000000:00:999:[the press 1 or 2 player button screen. ]
mirninja:0:100103:0C:070:Select starting round
mirninja:0:100103:0C:060:Select next round
mirninja:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
; [ Missile Command (set 1) ]
missile:0:00A0:0B:004:Infinite shots (Left)
missile:0:00A1:0B:004:Infinite shots (Center)
missile:0:00A2:0B:004:Infinite shots (Right)
missile:0:00C0:06:000:Infinite cities PL1
missile:0:00C1:06:000:Infinite cities PL2
; [ Missile Command (set 2) ]
missile2:0:008E:0B:004:Infinite shots (Left)
missile2:0:008F:0B:004:Infinite shots (Center)
missile2:0:0090:0B:004:Infinite shots (Right)
missile2:0:00AE:06:000:Infinite cities PL1
missile2:0:00AF:06:000:Infinite cities PL2
; [ Miss World '96 Nude ]
missw96:0:C00F82:09:000:Infinite Credits
missw96:0:C02674:09:000:Infinite Time
missw96:0:C02675:3B:500:Infinite Time (2/2)
missw96:0:C0261B:14:000:Infinite Energy:Display isn't correct
missw96:0:C02761:64:001:End round with 100% Now!
missw96:0:C02763:00:501:End round with 100% Now!(2/2)
missw96:0:C02662:03:000:Infinite Lives PL1
missw96:0:C02663:03:000:Infinite Lives PL2
; [ Mizubaku Daibouken (Japan) ]
mizubaku:0:109522:03:000:Infinite Lives
mizubaku:0:109504:08:020:Invincibility
mizubaku:0:102C6B:5A:500:Invincibility (2/2)
; [ Medal Mahjong Janjan Baribari [BET] (Japan) ]
mjanbari:0:0000:00:999:[The winning hand cheat must]
mjanbari:0:0000:00:999:[be activated when there are]
mjanbari:0:0000:00:999:[14 tiles in your hand, then]
mjanbari:0:0000:00:999:[press the RON key . ]
mjanbari:0:0000:00:999:[('Z' by default). The tiles]
mjanbari:0:0000:00:999:[do not visually change ]
mjanbari:0:0000:00:999:[until you make a move. ]
mjanbari:0:FDC9:31:001:Get winning hand Now!
mjanbari:0:FDCA:31:501:Get winning hand Now! (02/14)
mjanbari:0:FDCB:31:501:Get winning hand Now! (03/14)
mjanbari:0:FDCC:32:501:Get winning hand Now! (04/14)
mjanbari:0:FDCD:32:501:Get winning hand Now! (05/14)
mjanbari:0:FDCE:32:501:Get winning hand Now! (06/14)
mjanbari:0:FDCF:33:501:Get winning hand Now! (07/14)
mjanbari:0:FDD0:33:501:Get winning hand Now! (08/14)
mjanbari:0:FDD1:33:501:Get winning hand Now! (09/14)
mjanbari:0:FDD2:34:501:Get winning hand Now! (10/14)
mjanbari:0:FDD3:34:501:Get winning hand Now! (11/14)
mjanbari:0:FDD4:34:501:Get winning hand Now! (12/14)
mjanbari:0:FDD5:35:501:Get winning hand Now! (13/14)
mjanbari:0:FDD6:35:501:Get winning hand Now! (14/14)
mjanbari:0:0000:00:999:[At the start of a game, ]
mjanbari:0:0000:00:999:[there may be some small ]
mjanbari:0:0000:00:999:[glitches on the tiles when ]
mjanbari:0:0000:00:999:[using the 'Always' cheats. ]
mjanbari:0:0000:00:999:[The cheats should still ]
mjanbari:0:0000:00:999:[work as normal. ]
mjanbari:0:FDC9:31:000:Always winning hand
mjanbari:0:FDCA:31:500:Always winning hand (02/14)
mjanbari:0:FDCB:31:500:Always winning hand (03/14)
mjanbari:0:FDCC:32:500:Always winning hand (04/14)
mjanbari:0:FDCD:32:500:Always winning hand (05/14)
mjanbari:0:FDCE:32:500:Always winning hand (06/14)
mjanbari:0:FDCF:33:500:Always winning hand (07/14)
mjanbari:0:FDD0:33:500:Always winning hand (08/14)
mjanbari:0:FDD1:33:500:Always winning hand (09/14)
mjanbari:0:FDD2:34:500:Always winning hand (10/14)
mjanbari:0:FDD3:34:500:Always winning hand (11/14)
mjanbari:0:FDD4:34:500:Always winning hand (12/14)
mjanbari:0:FDD5:35:500:Always winning hand (13/14)
mjanbari:0:FDD6:35:500:Always winning hand (14/14)
; [ Mahjong Camera Kozou (Japan) ]
mjcamera:0:0000:00:999:[The winning hand cheat must]
mjcamera:0:0000:00:999:[be activated when there are]
mjcamera:0:0000:00:999:[14 tiles in your hand, then]
mjcamera:0:0000:00:999:[press the RON key . ]
mjcamera:0:0000:00:999:[('Z' by default). The tiles]
mjcamera:0:0000:00:999:[do not visually change ]
mjcamera:0:0000:00:999:[until you make a move. ]
mjcamera:0:FC8C:31:001:Get winning hand Now!
mjcamera:0:FC8D:31:501:Get winning hand Now! (02/14)
mjcamera:0:FC8E:31:501:Get winning hand Now! (03/14)
mjcamera:0:FC8F:32:501:Get winning hand Now! (04/14)
mjcamera:0:FC90:32:501:Get winning hand Now! (05/14)
mjcamera:0:FC91:32:501:Get winning hand Now! (06/14)
mjcamera:0:FC92:33:501:Get winning hand Now! (07/14)
mjcamera:0:FC93:33:501:Get winning hand Now! (08/14)
mjcamera:0:FC94:33:501:Get winning hand Now! (09/14)
mjcamera:0:FC95:34:501:Get winning hand Now! (10/14)
mjcamera:0:FC96:34:501:Get winning hand Now! (11/14)
mjcamera:0:FC97:34:501:Get winning hand Now! (12/14)
mjcamera:0:FC98:35:501:Get winning hand Now! (13/14)
mjcamera:0:FC99:35:501:Get winning hand Now! (14/14)
mjcamera:0:FC8C:31:000:Always winning hand
mjcamera:0:FC8D:31:500:Always winning hand (02/14)
mjcamera:0:FC8E:31:500:Always winning hand (03/14)
mjcamera:0:FC8F:32:500:Always winning hand (04/14)
mjcamera:0:FC90:32:500:Always winning hand (05/14)
mjcamera:0:FC91:32:500:Always winning hand (06/14)
mjcamera:0:FC92:33:500:Always winning hand (07/14)
mjcamera:0:FC93:33:500:Always winning hand (08/14)
mjcamera:0:FC94:33:500:Always winning hand (09/14)
mjcamera:0:FC95:34:500:Always winning hand (10/14)
mjcamera:0:FC96:34:500:Always winning hand (11/14)
mjcamera:0:FC97:34:500:Always winning hand (12/14)
mjcamera:0:FC98:35:500:Always winning hand (13/14)
mjcamera:0:FC99:35:500:Always winning hand (14/14)
; [ Mahjong Erotica Golf (Japan) ]
mjegolf:0:0000:00:999:[The winning hand cheat must]
mjegolf:0:0000:00:999:[be activated when there are]
mjegolf:0:0000:00:999:[14 tiles in your hand, then]
mjegolf:0:0000:00:999:[press the RON key . ]
mjegolf:0:0000:00:999:[('Z' by default). The tiles]
mjegolf:0:0000:00:999:[do not visually change ]
mjegolf:0:0000:00:999:[until you make a move. ]
mjegolf:0:F781:31:001:Get winning hand Now!
mjegolf:0:F782:31:501:Get winning hand Now! (02/14)
mjegolf:0:F783:31:501:Get winning hand Now! (03/14)
mjegolf:0:F784:32:501:Get winning hand Now! (04/14)
mjegolf:0:F785:32:501:Get winning hand Now! (05/14)
mjegolf:0:F786:32:501:Get winning hand Now! (06/14)
mjegolf:0:F787:33:501:Get winning hand Now! (07/14)
mjegolf:0:F788:33:501:Get winning hand Now! (08/14)
mjegolf:0:F789:33:501:Get winning hand Now! (09/14)
mjegolf:0:F78A:34:501:Get winning hand Now! (10/14)
mjegolf:0:F78B:34:501:Get winning hand Now! (11/14)
mjegolf:0:F78C:34:501:Get winning hand Now! (12/14)
mjegolf:0:F78D:35:501:Get winning hand Now! (13/14)
mjegolf:0:F78E:35:501:Get winning hand Now! (14/14)
mjegolf:0:0000:00:999:[At the start of a game, ]
mjegolf:0:0000:00:999:[there may be some small ]
mjegolf:0:0000:00:999:[glitches on the tiles when ]
mjegolf:0:0000:00:999:[using the 'Always' cheats. ]
mjegolf:0:0000:00:999:[The cheats should still ]
mjegolf:0:0000:00:999:[work as normal. ]
mjegolf:0:F781:31:000:Always winning hand
mjegolf:0:F782:31:500:Always winning hand (02/14)
mjegolf:0:F783:31:500:Always winning hand (03/14)
mjegolf:0:F784:32:500:Always winning hand (04/14)
mjegolf:0:F785:32:500:Always winning hand (05/14)
mjegolf:0:F786:32:500:Always winning hand (06/14)
mjegolf:0:F787:33:500:Always winning hand (07/14)
mjegolf:0:F788:33:500:Always winning hand (08/14)
mjegolf:0:F789:33:500:Always winning hand (09/14)
mjegolf:0:F78A:34:500:Always winning hand (10/14)
mjegolf:0:F78B:34:500:Always winning hand (11/14)
mjegolf:0:F78C:34:500:Always winning hand (12/14)
mjegolf:0:F78D:35:500:Always winning hand (13/14)
mjegolf:0:F78E:35:500:Always winning hand (14/14)
; [ Mahjong Focus (Japan) ]
mjfocus:0:F8FD:63:000:Infinite power
mjfocus:0:F962:FF:000:Buggy score
mjfocus:0:0000:00:999:[The winning hand cheat must]
mjfocus:0:0000:00:999:[be activated when there are]
mjfocus:0:0000:00:999:[14 tiles in your hand, then]
mjfocus:0:0000:00:999:[press the RON key . ]
mjfocus:0:0000:00:999:[('Z' by default). The tiles]
mjfocus:0:0000:00:999:[do not visually change ]
mjfocus:0:0000:00:999:[until you make a move. ]
mjfocus:0:FC8C:31:001:Get winning hand Now!
mjfocus:0:FC8D:31:501:Get winning hand Now! (02/14)
mjfocus:0:FC8E:31:501:Get winning hand Now! (03/14)
mjfocus:0:FC8F:32:501:Get winning hand Now! (04/14)
mjfocus:0:FC90:32:501:Get winning hand Now! (05/14)
mjfocus:0:FC91:32:501:Get winning hand Now! (06/14)
mjfocus:0:FC92:33:501:Get winning hand Now! (07/14)
mjfocus:0:FC93:33:501:Get winning hand Now! (08/14)
mjfocus:0:FC94:33:501:Get winning hand Now! (09/14)
mjfocus:0:FC95:34:501:Get winning hand Now! (10/14)
mjfocus:0:FC96:34:501:Get winning hand Now! (11/14)
mjfocus:0:FC97:34:501:Get winning hand Now! (12/14)
mjfocus:0:FC98:35:501:Get winning hand Now! (13/14)
mjfocus:0:FC99:35:501:Get winning hand Now! (14/14)
mjfocus:0:FC8C:31:000:Always winning hand
mjfocus:0:FC8D:31:500:Always winning hand (02/14)
mjfocus:0:FC8E:31:500:Always winning hand (03/14)
mjfocus:0:FC8F:32:500:Always winning hand (04/14)
mjfocus:0:FC90:32:500:Always winning hand (05/14)
mjfocus:0:FC91:32:500:Always winning hand (06/14)
mjfocus:0:FC92:33:500:Always winning hand (07/14)
mjfocus:0:FC93:33:500:Always winning hand (08/14)
mjfocus:0:FC94:33:500:Always winning hand (09/14)
mjfocus:0:FC95:34:500:Always winning hand (10/14)
mjfocus:0:FC96:34:500:Always winning hand (11/14)
mjfocus:0:FC97:34:500:Always winning hand (12/14)
mjfocus:0:FC98:35:500:Always winning hand (13/14)
mjfocus:0:FC99:35:500:Always winning hand (14/14)
; [ Mahjong Focus [BET] (Japan) ]
mjfocusm:0:0000:00:999:[The winning hand cheat must]
mjfocusm:0:0000:00:999:[be activated when there are]
mjfocusm:0:0000:00:999:[14 tiles in your hand, then]
mjfocusm:0:0000:00:999:[press the RON key . ]
mjfocusm:0:0000:00:999:[('Z' by default). The tiles]
mjfocusm:0:0000:00:999:[do not visually change ]
mjfocusm:0:0000:00:999:[until you make a move. ]
mjfocusm:0:FC8C:31:001:Get winning hand Now!
mjfocusm:0:FC8D:31:501:Get winning hand Now! (02/14)
mjfocusm:0:FC8E:31:501:Get winning hand Now! (03/14)
mjfocusm:0:FC8F:32:501:Get winning hand Now! (04/14)
mjfocusm:0:FC90:32:501:Get winning hand Now! (05/14)
mjfocusm:0:FC91:32:501:Get winning hand Now! (06/14)
mjfocusm:0:FC92:33:501:Get winning hand Now! (07/14)
mjfocusm:0:FC93:33:501:Get winning hand Now! (08/14)
mjfocusm:0:FC94:33:501:Get winning hand Now! (09/14)
mjfocusm:0:FC95:34:501:Get winning hand Now! (10/14)
mjfocusm:0:FC96:34:501:Get winning hand Now! (11/14)
mjfocusm:0:FC97:34:501:Get winning hand Now! (12/14)
mjfocusm:0:FC98:35:501:Get winning hand Now! (13/14)
mjfocusm:0:FC99:35:501:Get winning hand Now! (14/14)
mjfocusm:0:FC8C:31:000:Always winning hand
mjfocusm:0:FC8D:31:500:Always winning hand (02/14)
mjfocusm:0:FC8E:31:500:Always winning hand (03/14)
mjfocusm:0:FC8F:32:500:Always winning hand (04/14)
mjfocusm:0:FC90:32:500:Always winning hand (05/14)
mjfocusm:0:FC91:32:500:Always winning hand (06/14)
mjfocusm:0:FC92:33:500:Always winning hand (07/14)
mjfocusm:0:FC93:33:500:Always winning hand (08/14)
mjfocusm:0:FC94:33:500:Always winning hand (09/14)
mjfocusm:0:FC95:34:500:Always winning hand (10/14)
mjfocusm:0:FC96:34:500:Always winning hand (11/14)
mjfocusm:0:FC97:34:500:Always winning hand (12/14)
mjfocusm:0:FC98:35:500:Always winning hand (13/14)
mjfocusm:0:FC99:35:500:Always winning hand (14/14)
; [ Mahjong Gottsu ee-kanji (Japan) ]
mjgottsu:0:0000:00:999:[The winning hand cheat must]
mjgottsu:0:0000:00:999:[be activated when there are]
mjgottsu:0:0000:00:999:[14 tiles in your hand, then]
mjgottsu:0:0000:00:999:[press the RON key . ]
mjgottsu:0:0000:00:999:[('Z' by default). The tiles]
mjgottsu:0:0000:00:999:[do not visually change ]
mjgottsu:0:0000:00:999:[until you make a move. ]
mjgottsu:0:DC8F:31:001:Get winning hand Now!
mjgottsu:0:DC90:31:501:Get winning hand Now! (02/14)
mjgottsu:0:DC91:31:501:Get winning hand Now! (03/14)
mjgottsu:0:DC92:32:501:Get winning hand Now! (04/14)
mjgottsu:0:DC93:32:501:Get winning hand Now! (05/14)
mjgottsu:0:DC94:32:501:Get winning hand Now! (06/14)
mjgottsu:0:DC95:33:501:Get winning hand Now! (07/14)
mjgottsu:0:DC96:33:501:Get winning hand Now! (08/14)
mjgottsu:0:DC97:33:501:Get winning hand Now! (09/14)
mjgottsu:0:DC98:34:501:Get winning hand Now! (10/14)
mjgottsu:0:DC99:34:501:Get winning hand Now! (11/14)
mjgottsu:0:DC9A:34:501:Get winning hand Now! (12/14)
mjgottsu:0:DC9B:35:501:Get winning hand Now! (13/14)
mjgottsu:0:DC9C:35:501:Get winning hand Now! (14/14)
mjgottsu:0:0000:00:999:[At the start of a game, ]
mjgottsu:0:0000:00:999:[there may be some small ]
mjgottsu:0:0000:00:999:[glitches on the tiles when ]
mjgottsu:0:0000:00:999:[using the 'Always' cheats. ]
mjgottsu:0:0000:00:999:[The cheats should still ]
mjgottsu:0:0000:00:999:[work as normal. ]
mjgottsu:0:DC8F:31:000:Always winning hand
mjgottsu:0:DC90:31:500:Always winning hand (02/14)
mjgottsu:0:DC91:31:500:Always winning hand (03/14)
mjgottsu:0:DC92:32:500:Always winning hand (04/14)
mjgottsu:0:DC93:32:500:Always winning hand (05/14)
mjgottsu:0:DC94:32:500:Always winning hand (06/14)
mjgottsu:0:DC95:33:500:Always winning hand (07/14)
mjgottsu:0:DC96:33:500:Always winning hand (08/14)
mjgottsu:0:DC97:33:500:Always winning hand (09/14)
mjgottsu:0:DC98:34:500:Always winning hand (10/14)
mjgottsu:0:DC99:34:500:Always winning hand (11/14)
mjgottsu:0:DC9A:34:500:Always winning hand (12/14)
mjgottsu:0:DC9B:35:500:Always winning hand (13/14)
mjgottsu:0:DC9C:35:500:Always winning hand (14/14)
; [ Mahjong Koi Uranai (Japan) ]
mjkoiura:0:0000:00:999:[The winning hand cheat must]
mjkoiura:0:0000:00:999:[be activated when there are]
mjkoiura:0:0000:00:999:[14 tiles in your hand, then]
mjkoiura:0:0000:00:999:[press the RON key . ]
mjkoiura:0:0000:00:999:[('Z' by default). The tiles]
mjkoiura:0:0000:00:999:[do not visually change ]
mjkoiura:0:0000:00:999:[until you make a move. ]
mjkoiura:0:FC8F:31:001:Get winning hand Now!
mjkoiura:0:FC90:31:501:Get winning hand Now! (02/14)
mjkoiura:0:FC91:31:501:Get winning hand Now! (03/14)
mjkoiura:0:FC92:32:501:Get winning hand Now! (04/14)
mjkoiura:0:FC93:32:501:Get winning hand Now! (05/14)
mjkoiura:0:FC94:32:501:Get winning hand Now! (06/14)
mjkoiura:0:FC95:33:501:Get winning hand Now! (07/14)
mjkoiura:0:FC96:33:501:Get winning hand Now! (08/14)
mjkoiura:0:FC97:33:501:Get winning hand Now! (09/14)
mjkoiura:0:FC98:34:501:Get winning hand Now! (10/14)
mjkoiura:0:FC99:34:501:Get winning hand Now! (11/14)
mjkoiura:0:FC9A:34:501:Get winning hand Now! (12/14)
mjkoiura:0:FC9B:35:501:Get winning hand Now! (13/14)
mjkoiura:0:FC9C:35:501:Get winning hand Now! (14/14)
mjkoiura:0:0000:00:999:[At the start of a game, ]
mjkoiura:0:0000:00:999:[there may be some small ]
mjkoiura:0:0000:00:999:[glitches on the tiles when ]
mjkoiura:0:0000:00:999:[using the 'Always' cheats. ]
mjkoiura:0:0000:00:999:[The cheats should still ]
mjkoiura:0:0000:00:999:[work as normal. ]
mjkoiura:0:FC8F:31:000:Always winning hand
mjkoiura:0:FC90:31:500:Always winning hand (02/14)
mjkoiura:0:FC91:31:500:Always winning hand (03/14)
mjkoiura:0:FC92:32:500:Always winning hand (04/14)
mjkoiura:0:FC93:32:500:Always winning hand (05/14)
mjkoiura:0:FC94:32:500:Always winning hand (06/14)
mjkoiura:0:FC95:33:500:Always winning hand (07/14)
mjkoiura:0:FC96:33:500:Always winning hand (08/14)
mjkoiura:0:FC97:33:500:Always winning hand (09/14)
mjkoiura:0:FC98:34:500:Always winning hand (10/14)
mjkoiura:0:FC99:34:500:Always winning hand (11/14)
mjkoiura:0:FC9A:34:500:Always winning hand (12/14)
mjkoiura:0:FC9B:35:500:Always winning hand (13/14)
mjkoiura:0:FC9C:35:500:Always winning hand (14/14)
; [ Mahjong La Man (Japan) ]
mjlaman:0:0000:00:999:[The winning hand cheat must]
mjlaman:0:0000:00:999:[be activated when there are]
mjlaman:0:0000:00:999:[14 tiles in your hand, then]
mjlaman:0:0000:00:999:[press the RON key . ]
mjlaman:0:0000:00:999:[('Z' by default). The tiles]
mjlaman:0:0000:00:999:[do not visually change ]
mjlaman:0:0000:00:999:[until you make a move. ]
mjlaman:0:FC78:31:001:Get winning hand Now!
mjlaman:0:FC79:31:501:Get winning hand Now! (02/14)
mjlaman:0:FC7A:31:501:Get winning hand Now! (03/14)
mjlaman:0:FC7B:32:501:Get winning hand Now! (04/14)
mjlaman:0:FC7C:32:501:Get winning hand Now! (05/14)
mjlaman:0:FC7D:32:501:Get winning hand Now! (06/14)
mjlaman:0:FC7E:33:501:Get winning hand Now! (07/14)
mjlaman:0:FC7F:33:501:Get winning hand Now! (08/14)
mjlaman:0:FC80:33:501:Get winning hand Now! (09/14)
mjlaman:0:FC81:34:501:Get winning hand Now! (10/14)
mjlaman:0:FC82:34:501:Get winning hand Now! (11/14)
mjlaman:0:FC83:34:501:Get winning hand Now! (12/14)
mjlaman:0:FC84:35:501:Get winning hand Now! (13/14)
mjlaman:0:FC85:35:501:Get winning hand Now! (14/14)
mjlaman:0:0000:00:999:[At the start of a game, ]
mjlaman:0:0000:00:999:[there may be some small ]
mjlaman:0:0000:00:999:[glitches on the tiles when ]
mjlaman:0:0000:00:999:[using the 'Always' cheats. ]
mjlaman:0:0000:00:999:[The cheats should still ]
mjlaman:0:0000:00:999:[work as normal. ]
mjlaman:0:FC78:31:000:Always winning hand
mjlaman:0:FC79:31:500:Always winning hand (02/14)
mjlaman:0:FC7A:31:500:Always winning hand (03/14)
mjlaman:0:FC7B:32:500:Always winning hand (04/14)
mjlaman:0:FC7C:32:500:Always winning hand (05/14)
mjlaman:0:FC7D:32:500:Always winning hand (06/14)
mjlaman:0:FC7E:33:500:Always winning hand (07/14)
mjlaman:0:FC7F:33:500:Always winning hand (08/14)
mjlaman:0:FC80:33:500:Always winning hand (09/14)
mjlaman:0:FC81:34:500:Always winning hand (10/14)
mjlaman:0:FC82:34:500:Always winning hand (11/14)
mjlaman:0:FC83:34:500:Always winning hand (12/14)
mjlaman:0:FC84:35:500:Always winning hand (13/14)
mjlaman:0:FC85:35:500:Always winning hand (14/14)
; [ Major League ]
mjleague:0:FFC08D:00:000:Infinite Strikes
mjleague:0:FFC08F:00:000:Infinite Balls
mjleague:0:FFC08B:00:000:Infinite Outs
mjleague:0:FFC08D:00:001:Set Strikes to 0 Now!
mjleague:0:FFC08D:03:001:Set Strikes to 3 Now!
mjleague:0:FFC08F:00:001:Set Balls to 0 Now!
mjleague:0:FFC08F:04:001:Set Balls to 4 Now!
mjleague:0:FFC08B:00:001:Set Outs to 0 Now!
mjleague:0:FFC08B:03:001:Set Outs to 3 Now!
mjleague:0:FFC109:63:070:Select score PL1
mjleague:0:FFC209:63:070:Select score PL2
; [ Mahjong Jikken Love Story (Japan) ]
mjlstory:0:F973:63:000:Infinite Power
mjlstory:0:0000:00:999:[The winning hand cheat must]
mjlstory:0:0000:00:999:[be activated when there are]
mjlstory:0:0000:00:999:[14 tiles in your hand, then]
mjlstory:0:0000:00:999:[press the RON key . ]
mjlstory:0:0000:00:999:[('Z' by default). The tiles]
mjlstory:0:0000:00:999:[do not visually change ]
mjlstory:0:0000:00:999:[until you make a move. ]
mjlstory:0:FC8B:31:001:Get winning hand Now!
mjlstory:0:FC8C:31:501:Get winning hand Now! (02/14)
mjlstory:0:FC8D:31:501:Get winning hand Now! (03/14)
mjlstory:0:FC8E:32:501:Get winning hand Now! (04/14)
mjlstory:0:FC8F:32:501:Get winning hand Now! (05/14)
mjlstory:0:FC90:32:501:Get winning hand Now! (06/14)
mjlstory:0:FC91:33:501:Get winning hand Now! (07/14)
mjlstory:0:FC92:33:501:Get winning hand Now! (08/14)
mjlstory:0:FC93:33:501:Get winning hand Now! (09/14)
mjlstory:0:FC94:34:501:Get winning hand Now! (10/14)
mjlstory:0:FC95:34:501:Get winning hand Now! (11/14)
mjlstory:0:FC96:34:501:Get winning hand Now! (12/14)
mjlstory:0:FC97:35:501:Get winning hand Now! (13/14)
mjlstory:0:FC98:35:501:Get winning hand Now! (14/14)
mjlstory:0:FC8B:31:000:Always winning hand
mjlstory:0:FC8C:31:500:Always winning hand (02/14)
mjlstory:0:FC8D:31:500:Always winning hand (03/14)
mjlstory:0:FC8E:32:500:Always winning hand (04/14)
mjlstory:0:FC8F:32:500:Always winning hand (05/14)
mjlstory:0:FC90:32:500:Always winning hand (06/14)
mjlstory:0:FC91:33:500:Always winning hand (07/14)
mjlstory:0:FC92:33:500:Always winning hand (08/14)
mjlstory:0:FC93:33:500:Always winning hand (09/14)
mjlstory:0:FC94:34:500:Always winning hand (10/14)
mjlstory:0:FC95:34:500:Always winning hand (11/14)
mjlstory:0:FC96:34:500:Always winning hand (12/14)
mjlstory:0:FC97:35:500:Always winning hand (13/14)
mjlstory:0:FC98:35:500:Always winning hand (14/14)
; [ Mahjong Nanpa Story (Japan old version) ]
mjnanpaa:0:0000:00:999:[The winning hand cheat must]
mjnanpaa:0:0000:00:999:[be activated when there are]
mjnanpaa:0:0000:00:999:[14 tiles in your hand, then]
mjnanpaa:0:0000:00:999:[press the RON key . ]
mjnanpaa:0:0000:00:999:[('Z' by default). The tiles]
mjnanpaa:0:0000:00:999:[do not visually change ]
mjnanpaa:0:0000:00:999:[until you make a move. ]
mjnanpaa:0:F48C:31:001:Get winning hand Now!
mjnanpaa:0:F48D:31:501:Get winning hand Now! (02/14)
mjnanpaa:0:F48E:31:501:Get winning hand Now! (03/14)
mjnanpaa:0:F48F:32:501:Get winning hand Now! (04/14)
mjnanpaa:0:F490:32:501:Get winning hand Now! (05/14)
mjnanpaa:0:F491:32:501:Get winning hand Now! (06/14)
mjnanpaa:0:F492:33:501:Get winning hand Now! (07/14)
mjnanpaa:0:F493:33:501:Get winning hand Now! (08/14)
mjnanpaa:0:F494:33:501:Get winning hand Now! (09/14)
mjnanpaa:0:F495:34:501:Get winning hand Now! (10/14)
mjnanpaa:0:F496:34:501:Get winning hand Now! (11/14)
mjnanpaa:0:F497:34:501:Get winning hand Now! (12/14)
mjnanpaa:0:F498:35:501:Get winning hand Now! (13/14)
mjnanpaa:0:F499:35:501:Get winning hand Now! (14/14)
mjnanpaa:0:0000:00:999:[At the start of a game, ]
mjnanpaa:0:0000:00:999:[there may be some small ]
mjnanpaa:0:0000:00:999:[glitches on the tiles when ]
mjnanpaa:0:0000:00:999:[using the 'Always' cheats. ]
mjnanpaa:0:0000:00:999:[The cheats should still ]
mjnanpaa:0:0000:00:999:[work as normal. ]
mjnanpaa:0:F48C:31:000:Always winning hand
mjnanpaa:0:F48D:31:500:Always winning hand (02/14)
mjnanpaa:0:F48E:31:500:Always winning hand (03/14)
mjnanpaa:0:F48F:32:500:Always winning hand (04/14)
mjnanpaa:0:F490:32:500:Always winning hand (05/14)
mjnanpaa:0:F491:32:500:Always winning hand (06/14)
mjnanpaa:0:F492:33:500:Always winning hand (07/14)
mjnanpaa:0:F493:33:500:Always winning hand (08/14)
mjnanpaa:0:F494:33:500:Always winning hand (09/14)
mjnanpaa:0:F495:34:500:Always winning hand (10/14)
mjnanpaa:0:F496:34:500:Always winning hand (11/14)
mjnanpaa:0:F497:34:500:Always winning hand (12/14)
mjnanpaa:0:F498:35:500:Always winning hand (13/14)
mjnanpaa:0:F499:35:500:Always winning hand (14/14)
; [ Mahjong Nanpa Story (Japan) ]
mjnanpas:0:F0E4:63:000:Infinite power
mjnanpas:0:0000:00:999:[The winning hand cheat must]
mjnanpas:0:0000:00:999:[be activated when there are]
mjnanpas:0:0000:00:999:[14 tiles in your hand, then]
mjnanpas:0:0000:00:999:[press the RON key . ]
mjnanpas:0:0000:00:999:[('Z' by default). The tiles]
mjnanpas:0:0000:00:999:[do not visually change ]
mjnanpas:0:0000:00:999:[until you make a move. ]
mjnanpas:0:F48C:31:001:Get winning hand Now!
mjnanpas:0:F48D:31:501:Get winning hand Now! (02/14)
mjnanpas:0:F48E:31:501:Get winning hand Now! (03/14)
mjnanpas:0:F48F:32:501:Get winning hand Now! (04/14)
mjnanpas:0:F490:32:501:Get winning hand Now! (05/14)
mjnanpas:0:F491:32:501:Get winning hand Now! (06/14)
mjnanpas:0:F492:33:501:Get winning hand Now! (07/14)
mjnanpas:0:F493:33:501:Get winning hand Now! (08/14)
mjnanpas:0:F494:33:501:Get winning hand Now! (09/14)
mjnanpas:0:F495:34:501:Get winning hand Now! (10/14)
mjnanpas:0:F496:34:501:Get winning hand Now! (11/14)
mjnanpas:0:F497:34:501:Get winning hand Now! (12/14)
mjnanpas:0:F498:35:501:Get winning hand Now! (13/14)
mjnanpas:0:F499:35:501:Get winning hand Now! (14/14)
mjnanpas:0:F48C:31:000:Always winning hand
mjnanpas:0:F48D:31:500:Always winning hand (02/14)
mjnanpas:0:F48E:31:500:Always winning hand (03/14)
mjnanpas:0:F48F:32:500:Always winning hand (04/14)
mjnanpas:0:F490:32:500:Always winning hand (05/14)
mjnanpas:0:F491:32:500:Always winning hand (06/14)
mjnanpas:0:F492:33:500:Always winning hand (07/14)
mjnanpas:0:F493:33:500:Always winning hand (08/14)
mjnanpas:0:F494:33:500:Always winning hand (09/14)
mjnanpas:0:F495:34:500:Always winning hand (10/14)
mjnanpas:0:F496:34:500:Always winning hand (11/14)
mjnanpas:0:F497:34:500:Always winning hand (12/14)
mjnanpas:0:F498:35:500:Always winning hand (13/14)
mjnanpas:0:F499:35:500:Always winning hand (14/14)
; [ Mahjong Natsu Monogatari (Japan) ]
mjnatsu:0:0000:00:999:[The winning hand cheat must]
mjnatsu:0:0000:00:999:[be activated when there are]
mjnatsu:0:0000:00:999:[14 tiles in your hand, then]
mjnatsu:0:0000:00:999:[press the RON key . ]
mjnatsu:0:0000:00:999:[('Z' by default). The tiles]
mjnatsu:0:0000:00:999:[do not visually change ]
mjnatsu:0:0000:00:999:[until you make a move. ]
mjnatsu:0:CE81:30:000:Always winning hand
mjnatsu:0:CE82:30:500:Always winning hand (02/14)
mjnatsu:0:CE83:30:500:Always winning hand (03/14)
mjnatsu:0:CE84:31:500:Always winning hand (04/14)
mjnatsu:0:CE85:31:500:Always winning hand (05/14)
mjnatsu:0:CE86:31:500:Always winning hand (06/14)
mjnatsu:0:CE87:32:500:Always winning hand (07/14)
mjnatsu:0:CE88:32:500:Always winning hand (08/14)
mjnatsu:0:CE89:32:500:Always winning hand (09/14)
mjnatsu:0:CE8A:33:500:Always winning hand (10/14)
mjnatsu:0:CE8B:33:500:Always winning hand (11/14)
mjnatsu:0:CE8C:33:500:Always winning hand (12/14)
mjnatsu:0:CE8D:34:500:Always winning hand (13/14)
mjnatsu:0:CE8E:34:500:Always winning hand (14/14)
mjnatsu:0:C702:00:000:Always winning hand (dealer)
mjnatsu:0:CB02:01:500:Always winning hand (dealer) (2/2)
; [ Mahjong Quest (No Nudity) ]
mjnquesb:0:000000:00:999:The winning hand cheat must
mjnquesb:0:000000:00:999:be activated when there is
mjnquesb:0:000000:00:999:14 tiles in hand, then press
mjnquesb:0:000000:00:999:the RON key ('Z' by default).
mjnquesb:0:000000:00:999:The tiles does not visually
mjnquesb:0:000000:00:999:change until you make a move.
mjnquesb:0:11A301:00:001:Winning hand (1a)
mjnquesb:0:11A300:04:501:Winning hand (1b)
mjnquesb:0:11A305:00:501:Winning hand (2a)
mjnquesb:0:11A304:04:501:Winning hand (2b)
mjnquesb:0:11A309:00:501:Winning hand (3a)
mjnquesb:0:11A308:04:501:Winning hand (3b)
mjnquesb:0:11A30D:01:501:Winning hand (4a)
mjnquesb:0:11A30C:04:501:Winning hand (4b)
mjnquesb:0:11A311:01:501:Winning hand (5a)
mjnquesb:0:11A310:04:501:Winning hand (5b)
mjnquesb:0:11A315:01:501:Winning hand (6a)
mjnquesb:0:11A314:04:501:Winning hand (6b)
mjnquesb:0:11A319:02:501:Winning hand (7a)
mjnquesb:0:11A318:04:501:Winning hand (7b)
mjnquesb:0:11A31D:02:501:Winning hand (8a)
mjnquesb:0:11A31C:04:501:Winning hand (8b)
mjnquesb:0:11A321:02:501:Winning hand (9a)
mjnquesb:0:11A320:04:501:Winning hand (9b)
mjnquesb:0:11A325:03:501:Winning hand (10a)
mjnquesb:0:11A324:04:501:Winning hand (10b)
mjnquesb:0:11A329:03:501:Winning hand (11a)
mjnquesb:0:11A328:04:501:Winning hand (11b)
mjnquesb:0:11A32D:03:501:Winning hand (12a)
mjnquesb:0:11A32C:04:501:Winning hand (12b)
mjnquesb:0:11A331:04:501:Winning hand (11a)
mjnquesb:0:11A330:04:501:Winning hand (11b)
mjnquesb:0:11A335:04:501:Winning hand (12a)
mjnquesb:0:11A334:04:501:Winning hand (12b)
; [ Mahjong Quest (Japan) ]
mjnquest:0:000000:00:999:The winning hand cheat must
mjnquest:0:000000:00:999:be activated when there is
mjnquest:0:000000:00:999:14 tiles in hand, then press
mjnquest:0:000000:00:999:the RON key ('Z' by default).
mjnquest:0:000000:00:999:The tiles does not visually
mjnquest:0:000000:00:999:change until you make a move.
mjnquest:0:11A301:00:001:Winning hand (1a)
mjnquest:0:11A300:04:501:Winning hand (1b)
mjnquest:0:11A305:00:501:Winning hand (2a)
mjnquest:0:11A304:04:501:Winning hand (2b)
mjnquest:0:11A309:00:501:Winning hand (3a)
mjnquest:0:11A308:04:501:Winning hand (3b)
mjnquest:0:11A30D:01:501:Winning hand (4a)
mjnquest:0:11A30C:04:501:Winning hand (4b)
mjnquest:0:11A311:01:501:Winning hand (5a)
mjnquest:0:11A310:04:501:Winning hand (5b)
mjnquest:0:11A315:01:501:Winning hand (6a)
mjnquest:0:11A314:04:501:Winning hand (6b)
mjnquest:0:11A319:02:501:Winning hand (7a)
mjnquest:0:11A318:04:501:Winning hand (7b)
mjnquest:0:11A31D:02:501:Winning hand (8a)
mjnquest:0:11A31C:04:501:Winning hand (8b)
mjnquest:0:11A321:02:501:Winning hand (9a)
mjnquest:0:11A320:04:501:Winning hand (9b)
mjnquest:0:11A325:03:501:Winning hand (10a)
mjnquest:0:11A324:04:501:Winning hand (10b)
mjnquest:0:11A329:03:501:Winning hand (11a)
mjnquest:0:11A328:04:501:Winning hand (11b)
mjnquest:0:11A32D:03:501:Winning hand (12a)
mjnquest:0:11A32C:04:501:Winning hand (12b)
mjnquest:0:11A331:04:501:Winning hand (11a)
mjnquest:0:11A330:04:501:Winning hand (11b)
mjnquest:0:11A335:04:501:Winning hand (12a)
mjnquest:0:11A334:04:501:Winning hand (12b)
; [ Mahjong Sikaku (Japan set 2) ]
mjsikakb:0:F8EE:08:000:Infinite "Kihaku"
mjsikakb:0:F962:FF:000:Buggy score
mjsikakb:0:0000:00:999:[The winning hand cheat must]
mjsikakb:0:0000:00:999:[be activated when there are]
mjsikakb:0:0000:00:999:[14 tiles in your hand, then]
mjsikakb:0:0000:00:999:[press the RON key . ]
mjsikakb:0:0000:00:999:[('Z' by default). The tiles]
mjsikakb:0:0000:00:999:[do not visually change ]
mjsikakb:0:0000:00:999:[until you make a move. ]
mjsikakb:0:FC8C:31:001:Get winning hand Now!
mjsikakb:0:FC8D:31:501:Get winning hand Now! (02/14)
mjsikakb:0:FC8E:31:501:Get winning hand Now! (03/14)
mjsikakb:0:FC8F:32:501:Get winning hand Now! (04/14)
mjsikakb:0:FC90:32:501:Get winning hand Now! (05/14)
mjsikakb:0:FC91:32:501:Get winning hand Now! (06/14)
mjsikakb:0:FC92:33:501:Get winning hand Now! (07/14)
mjsikakb:0:FC93:33:501:Get winning hand Now! (08/14)
mjsikakb:0:FC94:33:501:Get winning hand Now! (09/14)
mjsikakb:0:FC95:34:501:Get winning hand Now! (10/14)
mjsikakb:0:FC96:34:501:Get winning hand Now! (11/14)
mjsikakb:0:FC97:34:501:Get winning hand Now! (12/14)
mjsikakb:0:FC98:35:501:Get winning hand Now! (13/14)
mjsikakb:0:FC99:35:501:Get winning hand Now! (14/14)
mjsikakb:0:FC8C:31:000:Always winning hand
mjsikakb:0:FC8D:31:500:Always winning hand (02/14)
mjsikakb:0:FC8E:31:500:Always winning hand (03/14)
mjsikakb:0:FC8F:32:500:Always winning hand (04/14)
mjsikakb:0:FC90:32:500:Always winning hand (05/14)
mjsikakb:0:FC91:32:500:Always winning hand (06/14)
mjsikakb:0:FC92:33:500:Always winning hand (07/14)
mjsikakb:0:FC93:33:500:Always winning hand (08/14)
mjsikakb:0:FC94:33:500:Always winning hand (09/14)
mjsikakb:0:FC95:34:500:Always winning hand (10/14)
mjsikakb:0:FC96:34:500:Always winning hand (11/14)
mjsikakb:0:FC97:34:500:Always winning hand (12/14)
mjsikakb:0:FC98:35:500:Always winning hand (13/14)
mjsikakb:0:FC99:35:500:Always winning hand (14/14)
; [ Mahjong Sikaku (Japan set 1) ]
mjsikaku:0:F8EE:08:000:Infinite "Kihaku"
mjsikaku:0:F962:FF:000:Buggy score
mjsikaku:0:0000:00:999:[The winning hand cheat must]
mjsikaku:0:0000:00:999:[be activated when there are]
mjsikaku:0:0000:00:999:[14 tiles in your hand, then]
mjsikaku:0:0000:00:999:[press the RON key . ]
mjsikaku:0:0000:00:999:[('Z' by default). The tiles]
mjsikaku:0:0000:00:999:[do not visually change ]
mjsikaku:0:0000:00:999:[until you make a move. ]
mjsikaku:0:FC8C:31:001:Get winning hand Now!
mjsikaku:0:FC8D:31:501:Get winning hand Now! (02/14)
mjsikaku:0:FC8E:31:501:Get winning hand Now! (03/14)
mjsikaku:0:FC8F:32:501:Get winning hand Now! (04/14)
mjsikaku:0:FC90:32:501:Get winning hand Now! (05/14)
mjsikaku:0:FC91:32:501:Get winning hand Now! (06/14)
mjsikaku:0:FC92:33:501:Get winning hand Now! (07/14)
mjsikaku:0:FC93:33:501:Get winning hand Now! (08/14)
mjsikaku:0:FC94:33:501:Get winning hand Now! (09/14)
mjsikaku:0:FC95:34:501:Get winning hand Now! (10/14)
mjsikaku:0:FC96:34:501:Get winning hand Now! (11/14)
mjsikaku:0:FC97:34:501:Get winning hand Now! (12/14)
mjsikaku:0:FC98:35:501:Get winning hand Now! (13/14)
mjsikaku:0:FC99:35:501:Get winning hand Now! (14/14)
mjsikaku:0:FC8C:31:000:Always winning hand
mjsikaku:0:FC8D:31:500:Always winning hand (02/14)
mjsikaku:0:FC8E:31:500:Always winning hand (03/14)
mjsikaku:0:FC8F:32:500:Always winning hand (04/14)
mjsikaku:0:FC90:32:500:Always winning hand (05/14)
mjsikaku:0:FC91:32:500:Always winning hand (06/14)
mjsikaku:0:FC92:33:500:Always winning hand (07/14)
mjsikaku:0:FC93:33:500:Always winning hand (08/14)
mjsikaku:0:FC94:33:500:Always winning hand (09/14)
mjsikaku:0:FC95:34:500:Always winning hand (10/14)
mjsikaku:0:FC96:34:500:Always winning hand (11/14)
mjsikaku:0:FC97:34:500:Always winning hand (12/14)
mjsikaku:0:FC98:35:500:Always winning hand (13/14)
mjsikaku:0:FC99:35:500:Always winning hand (14/14)
; [ Mahjong Uranai Densetsu (Japan) ]
mjuraden:0:0000:00:999:[The winning hand cheat must]
mjuraden:0:0000:00:999:[be activated when there are]
mjuraden:0:0000:00:999:[14 tiles in your hand, then]
mjuraden:0:0000:00:999:[press the RON key . ]
mjuraden:0:0000:00:999:[('Z' by default). The tiles]
mjuraden:0:0000:00:999:[do not visually change ]
mjuraden:0:0000:00:999:[until you make a move. ]
mjuraden:0:FC8F:31:001:Get winning hand Now!
mjuraden:0:FC90:31:501:Get winning hand Now! (02/14)
mjuraden:0:FC91:31:501:Get winning hand Now! (03/14)
mjuraden:0:FC92:32:501:Get winning hand Now! (04/14)
mjuraden:0:FC93:32:501:Get winning hand Now! (05/14)
mjuraden:0:FC94:32:501:Get winning hand Now! (06/14)
mjuraden:0:FC95:33:501:Get winning hand Now! (07/14)
mjuraden:0:FC96:33:501:Get winning hand Now! (08/14)
mjuraden:0:FC97:33:501:Get winning hand Now! (09/14)
mjuraden:0:FC98:34:501:Get winning hand Now! (10/14)
mjuraden:0:FC99:34:501:Get winning hand Now! (11/14)
mjuraden:0:FC9A:34:501:Get winning hand Now! (12/14)
mjuraden:0:FC9B:35:501:Get winning hand Now! (13/14)
mjuraden:0:FC9C:35:501:Get winning hand Now! (14/14)
mjuraden:0:0000:00:999:[At the start of a game, ]
mjuraden:0:0000:00:999:[there may be some small ]
mjuraden:0:0000:00:999:[glitches on the tiles when ]
mjuraden:0:0000:00:999:[using the 'Always' cheats. ]
mjuraden:0:0000:00:999:[The cheats should still ]
mjuraden:0:0000:00:999:[work as normal. ]
mjuraden:0:FC8F:31:000:Always winning hand
mjuraden:0:FC90:31:500:Always winning hand (02/14)
mjuraden:0:FC91:31:500:Always winning hand (03/14)
mjuraden:0:FC92:32:500:Always winning hand (04/14)
mjuraden:0:FC93:32:500:Always winning hand (05/14)
mjuraden:0:FC94:32:500:Always winning hand (06/14)
mjuraden:0:FC95:33:500:Always winning hand (07/14)
mjuraden:0:FC96:33:500:Always winning hand (08/14)
mjuraden:0:FC97:33:500:Always winning hand (09/14)
mjuraden:0:FC98:34:500:Always winning hand (10/14)
mjuraden:0:FC99:34:500:Always winning hand (11/14)
mjuraden:0:FC9A:34:500:Always winning hand (12/14)
mjuraden:0:FC9B:35:500:Always winning hand (13/14)
mjuraden:0:FC9C:35:500:Always winning hand (14/14)
; [ Mahjong Yuugi (Japan set 1) ]
mjyuugi:0:000000:00:999:[The "Get winning hand Now!" cheat must be activated when ]
mjyuugi:0:000000:00:999:[there are 14 tiles in your hand, then discard the tile by ]
mjyuugi:0:000000:00:999:[pressing 'N' then draw another tile, then activate again, ]
mjyuugi:0:000000:00:999:[then press the RON key ('N' by default) to win. ]
mjyuugi:0:FFE352:31:001:Get winning hand Now!
mjyuugi:0:FFE353:31:501:Get winning hand Now! (02/15)
mjyuugi:0:FFE354:31:501:Get winning hand Now! (03/15)
mjyuugi:0:FFE355:32:501:Get winning hand Now! (04/15)
mjyuugi:0:FFE356:32:501:Get winning hand Now! (05/15)
mjyuugi:0:FFE357:32:501:Get winning hand Now! (06/15)
mjyuugi:0:FFE358:33:501:Get winning hand Now! (07/15)
mjyuugi:0:FFE359:33:501:Get winning hand Now! (08/15)
mjyuugi:0:FFE35A:33:501:Get winning hand Now! (09/15)
mjyuugi:0:FFE35B:34:501:Get winning hand Now! (10/15)
mjyuugi:0:FFE35C:34:501:Get winning hand Now! (11/15)
mjyuugi:0:FFE35D:34:501:Get winning hand Now! (12/15)
mjyuugi:0:FFE35E:35:501:Get winning hand Now! (13/15)
mjyuugi:0:FFE35F:35:501:Get winning hand Now! (14/15)
mjyuugi:0:FFE598:35:501:Get winning hand Now! (15/15)
mjyuugi:0:FFE352:31:000:Always winning hand
mjyuugi:0:FFE353:31:500:Always winning hand (02/15)
mjyuugi:0:FFE354:31:500:Always winning hand (03/15)
mjyuugi:0:FFE355:32:500:Always winning hand (04/15)
mjyuugi:0:FFE356:32:500:Always winning hand (05/15)
mjyuugi:0:FFE357:32:500:Always winning hand (06/15)
mjyuugi:0:FFE358:33:500:Always winning hand (07/15)
mjyuugi:0:FFE359:33:500:Always winning hand (08/15)
mjyuugi:0:FFE35A:33:500:Always winning hand (09/15)
mjyuugi:0:FFE35B:34:500:Always winning hand (10/15)
mjyuugi:0:FFE35C:34:500:Always winning hand (11/15)
mjyuugi:0:FFE35D:34:500:Always winning hand (12/15)
mjyuugi:0:FFE35E:35:500:Always winning hand (13/15)
mjyuugi:0:FFE35F:35:500:Always winning hand (14/15)
mjyuugi:0:FFE598:35:500:Always winning hand (15/15)
; [ Mahjong Yuugi (Japan set 2) ]
mjyuugia:0:000000:00:999:[The "Get winning hand Now!" cheat must be activated when ]
mjyuugia:0:000000:00:999:[there are 14 tiles in your hand, then discard the tile by ]
mjyuugia:0:000000:00:999:[pressing 'N' then draw another tile, then activate again, ]
mjyuugia:0:000000:00:999:[then press the RON key ('N' by default) to win. ]
mjyuugia:0:FFE352:31:001:Get winning hand Now!
mjyuugia:0:FFE353:31:501:Get winning hand Now! (02/15)
mjyuugia:0:FFE354:31:501:Get winning hand Now! (03/15)
mjyuugia:0:FFE355:32:501:Get winning hand Now! (04/15)
mjyuugia:0:FFE356:32:501:Get winning hand Now! (05/15)
mjyuugia:0:FFE357:32:501:Get winning hand Now! (06/15)
mjyuugia:0:FFE358:33:501:Get winning hand Now! (07/15)
mjyuugia:0:FFE359:33:501:Get winning hand Now! (08/15)
mjyuugia:0:FFE35A:33:501:Get winning hand Now! (09/15)
mjyuugia:0:FFE35B:34:501:Get winning hand Now! (10/15)
mjyuugia:0:FFE35C:34:501:Get winning hand Now! (11/15)
mjyuugia:0:FFE35D:34:501:Get winning hand Now! (12/15)
mjyuugia:0:FFE35E:35:501:Get winning hand Now! (13/15)
mjyuugia:0:FFE35F:35:501:Get winning hand Now! (14/15)
mjyuugia:0:FFE598:35:501:Get winning hand Now! (15/15)
mjyuugia:0:FFE352:31:000:Always winning hand
mjyuugia:0:FFE353:31:500:Always winning hand (02/15)
mjyuugia:0:FFE354:31:500:Always winning hand (03/15)
mjyuugia:0:FFE355:32:500:Always winning hand (04/15)
mjyuugia:0:FFE356:32:500:Always winning hand (05/15)
mjyuugia:0:FFE357:32:500:Always winning hand (06/15)
mjyuugia:0:FFE358:33:500:Always winning hand (07/15)
mjyuugia:0:FFE359:33:500:Always winning hand (08/15)
mjyuugia:0:FFE35A:33:500:Always winning hand (09/15)
mjyuugia:0:FFE35B:34:500:Always winning hand (10/15)
mjyuugia:0:FFE35C:34:500:Always winning hand (11/15)
mjyuugia:0:FFE35D:34:500:Always winning hand (12/15)
mjyuugia:0:FFE35E:35:500:Always winning hand (13/15)
mjyuugia:0:FFE35F:35:500:Always winning hand (14/15)
mjyuugia:0:FFE598:35:500:Always winning hand (15/15)
; [ Mortal Kombat (rev 5.0 T-Unit 03/19/93) ]
mk:0:0020A260:A1:000:Infinite Energy PL1
mk:0:0020A260:00:001:Drain All Energy Now! PL1
mk:0:0020A2BC:A1:000:Infinite Energy PL2
mk:0:0020A2BC:00:001:Drain All Energy Now! PL2
mk:0:0020A36E:05:071:Select current level
mk:0:0020A36E:05:061:Select next level
mk:0:00000000:00:999:[Enable the go to the bottom]
mk:0:00000000:00:999:[of the pit cheat on the ]
mk:0:00000000:00:999:[character selection screen.]
mk:0:0020A36E:09:001:Go to the bottom of the Pit
mk:0:00000000:00:999:[Enable these character ]
mk:0:00000000:00:999:[select cheats after the ]
mk:0:00000000:00:999:[level select screen or the ]
mk:0:00000000:00:999:[game may crash!! ]
mk:0:00000000:00:999:[These are the values you ]
mk:0:00000000:00:999:[need to select for each ]
mk:0:00000000:00:999:[character currently known ]
mk:0:00000000:00:999:[ 00=Cage 01=Kano 02=Rayden ]
mk:0:00000000:00:999:[ 03=Kang 04=Scorpion ]
mk:0:00000000:00:999:[ 05=Sub Zero 06=Sonya ]
mk:0:00000000:00:999:[ 07=Goro 08=Shang Tsung ]
mk:0:0020A252:08:070:Select Character PL1
mk:0:0020A2AE:08:070:Select Character PL2
mk:0:0020A2AE:00:000:Always play as Cage PL2:Useful for PL1 to finish game
; [ Mortal Kombat II (rev L3.1) ]
mk2:0:0020BCA0:A1:000:Infinite Energy PL1
mk2:0:0020C05E:A1:500:Infinite Energy PL1 (2/2)
mk2:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start!
mk2:0:0020BC88:A1:000:Infinite Energy PL2
mk2:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2)
mk2:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start!
mk2:0:00000000:00:999:[ Start a 2 Player game after activating these cheats ]
mk2:0:0020C368:FA:000:Always Play Pong After First Round
mk2:0:0020C36A:32:001:Winner Battles Noob Saibot
mk2:0:00000000:00:999:[ These cheats are for a 1 Player game ONLY ]
mk2:0:0020C358:09:001:Start At Smoke:Use on character select screen
mk2:0:0020C35A:08:501:Start At Smoke (2/4)
mk2:0:0020C35C:0B:501:Start At Smoke (3/4)
mk2:0:0020C366:0B:501:Start At Smoke (4/4)
mk2:0:0020C358:01:001:Start At Match Before '?':Use on character select screen, Useful to get to Jade (Win a round with only LK + Block)
mk2:0:0020C35A:09:501:Start At Match Before '?' (2/4)
mk2:0:0020C35C:0A:501:Start At Match Before '?' (3/4)
mk2:0:0020C366:0A:501:Start At Match Before '?' (4/4)
mk2:0:0020C358:02:001:Start At Shang Tsung:Use on character select screen
mk2:0:0020C35A:09:501:Start At Shang Tsung (2/4)
mk2:0:0020C35C:0B:501:Start At Shang Tsung (3/4)
mk2:0:0020C366:0C:501:Start At Shang Tsung (4/4)
mk2:0:0020C358:08:001:Start At Kintaro:Use on character select screen
mk2:0:0020C35A:06:501:Start At Kintaro (2/4)
mk2:0:0020C35C:0C:501:Start At Kintaro (3/4)
mk2:0:0020C366:0D:501:Start At Kintaro (4/4)
mk2:0:0020C358:08:001:Start At Shao Kahn:Use on character select screen
mk2:0:0020C35A:07:501:Start At Shao Kahn (2/4)
mk2:0:0020C35C:0D:501:Start At Shao Kahn (3/4)
mk2:0:0020C366:0E:501:Start At Shao Kahn (4/4)
mk2:0:0020C050:0A:071:Select Character PL1
mk2:0:0020C050:0B:001:Play as Kintaro Now! PL1:Computer Controlled Only, Human will crash
mk2:0:0020C050:0C:001:Play as Shao Kahn Now! PL1:Computer Controlled Only, Human will crash
mk2:0:0020C050:0D:001:Play as Smoke Now! PL1:Computer Controlled Only, Human will crash
mk2:0:0020C050:0F:001:Play as Noob Saibot Now! PL1:Computer Controlled Only, Human will crash
mk2:0:0020C050:10:001:Play as Jade:Computer Controlled Only, Human will crash
mk2:0:0020C1CA:0A:071:Select Character PL2
mk2:0:0020C1CA:0B:001:Play as Kintaro Now! PL2:Computer Controlled Only, Human will crash
mk2:0:0020C1CA:0C:001:Play as Shao Kahn Now! PL2:Computer Controlled Only, Human will crash
mk2:0:0020C1CA:0D:001:Play as Smoke Now! PL2:Computer Controlled Only, Human will crash
mk2:0:0020C1CA:0F:001:Play as Noob Saibot Now! PL2:Computer Controlled Only, Human will crash
mk2:0:0020C1CA:10:001:Play as Jade Now! PL2:Computer Controlled Only, Human will crash
mk2:0:0020C358:01:001:Kombat Zone - The Dead Pool
mk2:0:0020C358:02:001:Kombat Zone - Wasteland
mk2:0:0020C358:03:001:Kombat Zone - The Tower
mk2:0:0020C358:04:001:Kombat Zone - Living Forest
mk2:0:0020C358:05:001:Kombat Zone - The Armory
mk2:0:0020C358:06:001:Kombat Zone - The Pit II
mk2:0:0020C358:07:001:Kombat Zone - The Portal
mk2:0:0020C358:08:001:Kombat Zone - Kahn's Arena
mk2:0:0020C358:09:001:Kombat Zone - No Name
; [ Mortal Kombat II Challenger (hack) ]
mk2chal:0:0020BCA0:A1:000:Infinite Energy PL1
mk2chal:0:0020C05E:A1:500:Infinite Energy PL1 (2/2)
mk2chal:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start!
mk2chal:0:0020BC88:A1:000:Infinite Energy PL2
mk2chal:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2)
mk2chal:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start!
; [ Mortal Kombat II (rev L1.4) ]
mk2r14:0:0020BCA0:A1:000:Infinite Energy PL1
mk2r14:0:0020C05E:A1:500:Infinite Energy PL1 (2/2)
mk2r14:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start!
mk2r14:0:0020BC88:A1:000:Infinite Energy PL2
mk2r14:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2)
mk2r14:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start!
mk2r14:0:00000000:00:999:[ Start a 2 Player game after activating these cheats ]
mk2r14:0:0020C368:FA:000:Always Play Pong After First Round
mk2r14:0:0020C36A:32:001:Winner Battles Noob Saibot
mk2r14:0:00000000:00:999:[ These cheats are for a 1 Player game ONLY ]
mk2r14:0:0020C358:09:001:Start At Smoke:Use on character select screen
mk2r14:0:0020C35A:08:501:Start At Smoke (2/4)
mk2r14:0:0020C35C:0B:501:Start At Smoke (3/4)
mk2r14:0:0020C366:0B:501:Start At Smoke (4/4)
mk2r14:0:0020C358:01:001:Start At Match Before '?':Use on character select screen, Useful to get to Jade (Win a round with only LK + Block)
mk2r14:0:0020C35A:09:501:Start At Match Before '?' (2/4)
mk2r14:0:0020C35C:0A:501:Start At Match Before '?' (3/4)
mk2r14:0:0020C366:0A:501:Start At Match Before '?' (4/4)
mk2r14:0:0020C358:02:001:Start At Shang Tsung:Use on character select screen
mk2r14:0:0020C35A:09:501:Start At Shang Tsung (2/4)
mk2r14:0:0020C35C:0B:501:Start At Shang Tsung (3/4)
mk2r14:0:0020C366:0C:501:Start At Shang Tsung (4/4)
mk2r14:0:0020C358:08:001:Start At Kintaro:Use on character select screen
mk2r14:0:0020C35A:06:501:Start At Kintaro (2/4)
mk2r14:0:0020C35C:0C:501:Start At Kintaro (3/4)
mk2r14:0:0020C366:0D:501:Start At Kintaro (4/4)
mk2r14:0:0020C358:08:001:Start At Shao Kahn:Use on character select screen
mk2r14:0:0020C35A:07:501:Start At Shao Kahn (2/4)
mk2r14:0:0020C35C:0D:501:Start At Shao Kahn (3/4)
mk2r14:0:0020C366:0E:501:Start At Shao Kahn (4/4)
mk2r14:0:0020C050:0A:071:Select Character PL1
mk2r14:0:0020C050:0B:001:Play as Kintaro Now! PL1:Computer Controlled Only, Human will crash
mk2r14:0:0020C050:0C:001:Play as Shao Kahn Now! PL1:Computer Controlled Only, Human will crash
mk2r14:0:0020C050:0D:001:Play as Smoke Now! PL1:Computer Controlled Only, Human will crash
mk2r14:0:0020C050:0F:001:Play as Noob Saibot Now! PL1:Computer Controlled Only, Human will crash
mk2r14:0:0020C050:10:001:Play as Jade:Computer Controlled Only, Human will crash
mk2r14:0:0020C1CA:0A:071:Select Character PL2
mk2r14:0:0020C1CA:0B:001:Play as Kintaro Now! PL2:Computer Controlled Only, Human will crash
mk2r14:0:0020C1CA:0C:001:Play as Shao Kahn Now! PL2:Computer Controlled Only, Human will crash
mk2r14:0:0020C1CA:0D:001:Play as Smoke Now! PL2:Computer Controlled Only, Human will crash
mk2r14:0:0020C1CA:0F:001:Play as Noob Saibot Now! PL2:Computer Controlled Only, Human will crash
mk2r14:0:0020C1CA:10:001:Play as Jade Now! PL2:Computer Controlled Only, Human will crash
mk2r14:0:0020C358:01:001:Kombat Zone - The Dead Pool
mk2r14:0:0020C358:02:001:Kombat Zone - Wasteland
mk2r14:0:0020C358:03:001:Kombat Zone - The Tower
mk2r14:0:0020C358:04:001:Kombat Zone - Living Forest
mk2r14:0:0020C358:05:001:Kombat Zone - The Armory
mk2r14:0:0020C358:06:001:Kombat Zone - The Pit II
mk2r14:0:0020C358:07:001:Kombat Zone - The Portal
mk2r14:0:0020C358:08:001:Kombat Zone - Kahn's Arena
mk2r14:0:0020C358:09:001:Kombat Zone - No Name
; [ Mortal Kombat II (rev L3.2 (European)) ]
mk2r32:0:0020BCA0:A1:000:Infinite Energy PL1
mk2r32:0:0020C05E:A1:500:Infinite Energy PL1 (2/2)
mk2r32:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start!
mk2r32:0:0020BC88:A1:000:Infinite Energy PL2
mk2r32:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2)
mk2r32:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start!
mk2r32:0:00000000:00:999:[ Start a 2 Player game after activating these cheats ]
mk2r32:0:0020C368:FA:000:Always Play Pong After First Round
mk2r32:0:0020C36A:32:001:Winner Battles Noob Saibot
mk2r32:0:00000000:00:999:[ These cheats are for a 1 Player game ONLY ]
mk2r32:0:0020C358:09:001:Start At Smoke:Use on character select screen
mk2r32:0:0020C35A:08:501:Start At Smoke (2/4)
mk2r32:0:0020C35C:0B:501:Start At Smoke (3/4)
mk2r32:0:0020C366:0B:501:Start At Smoke (4/4)
mk2r32:0:0020C358:01:001:Start At Match Before '?':Use on character select screen, Useful to get to Jade (Win a round with only LK + Block)
mk2r32:0:0020C35A:09:501:Start At Match Before '?' (2/4)
mk2r32:0:0020C35C:0A:501:Start At Match Before '?' (3/4)
mk2r32:0:0020C366:0A:501:Start At Match Before '?' (4/4)
mk2r32:0:0020C358:02:001:Start At Shang Tsung:Use on character select screen
mk2r32:0:0020C35A:09:501:Start At Shang Tsung (2/4)
mk2r32:0:0020C35C:0B:501:Start At Shang Tsung (3/4)
mk2r32:0:0020C366:0C:501:Start At Shang Tsung (4/4)
mk2r32:0:0020C358:08:001:Start At Kintaro:Use on character select screen
mk2r32:0:0020C35A:06:501:Start At Kintaro (2/4)
mk2r32:0:0020C35C:0C:501:Start At Kintaro (3/4)
mk2r32:0:0020C366:0D:501:Start At Kintaro (4/4)
mk2r32:0:0020C358:08:001:Start At Shao Kahn:Use on character select screen
mk2r32:0:0020C35A:07:501:Start At Shao Kahn (2/4)
mk2r32:0:0020C35C:0D:501:Start At Shao Kahn (3/4)
mk2r32:0:0020C366:0E:501:Start At Shao Kahn (4/4)
mk2r32:0:0020C050:0A:071:Select Character PL1
mk2r32:0:0020C050:0B:001:Play as Kintaro Now! PL1:Computer Controlled Only, Human will crash
mk2r32:0:0020C050:0C:001:Play as Shao Kahn Now! PL1:Computer Controlled Only, Human will crash
mk2r32:0:0020C050:0D:001:Play as Smoke Now! PL1:Computer Controlled Only, Human will crash
mk2r32:0:0020C050:0F:001:Play as Noob Saibot Now! PL1:Computer Controlled Only, Human will crash
mk2r32:0:0020C050:10:001:Play as Jade:Computer Controlled Only, Human will crash
mk2r32:0:0020C1CA:0A:071:Select Character PL2
mk2r32:0:0020C1CA:0B:001:Play as Kintaro Now! PL2:Computer Controlled Only, Human will crash
mk2r32:0:0020C1CA:0C:001:Play as Shao Kahn Now! PL2:Computer Controlled Only, Human will crash
mk2r32:0:0020C1CA:0D:001:Play as Smoke Now! PL2:Computer Controlled Only, Human will crash
mk2r32:0:0020C1CA:0F:001:Play as Noob Saibot Now! PL2:Computer Controlled Only, Human will crash
mk2r32:0:0020C1CA:10:001:Play as Jade Now! PL2:Computer Controlled Only, Human will crash
mk2r32:0:0020C358:01:001:Kombat Zone - The Dead Pool
mk2r32:0:0020C358:02:001:Kombat Zone - Wasteland
mk2r32:0:0020C358:03:001:Kombat Zone - The Tower
mk2r32:0:0020C358:04:001:Kombat Zone - Living Forest
mk2r32:0:0020C358:05:001:Kombat Zone - The Armory
mk2r32:0:0020C358:06:001:Kombat Zone - The Pit II
mk2r32:0:0020C358:07:001:Kombat Zone - The Portal
mk2r32:0:0020C358:08:001:Kombat Zone - Kahn's Arena
mk2r32:0:0020C358:09:001:Kombat Zone - No Name
; [ Mortal Kombat II (rev L4.2, hack) ]
mk2r42:0:0020BCA0:A1:000:Infinite Energy PL1
mk2r42:0:0020C05E:A1:500:Infinite Energy PL1 (2/2)
mk2r42:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start!
mk2r42:0:0020BC88:A1:000:Infinite Energy PL2
mk2r42:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2)
mk2r42:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start!
; [ Mortal Kombat II (rev L9.1, hack) ]
mk2r91:0:0020BCA0:A1:000:Infinite Energy PL1
mk2r91:0:0020C05E:A1:500:Infinite Energy PL1 (2/2)
mk2r91:0:0020C05E:01:001:Drain all Energy Now! PL1:Use AFTER fight start!
mk2r91:0:0020BC88:A1:000:Infinite Energy PL2
mk2r91:0:0020C1D8:A1:500:Infinite Energy PL2 (2/2)
mk2r91:0:0020C1D8:01:001:Drain all Energy Now! PL2:Use AFTER fight start!
; [ Mortal Kombat 3 (rev 2.1) ]
mk3:0:0281084:ED:113:Unlock Smoke:Delete your nvram\mk3.nv before you use this. Ignore warning then apply cheat and reset. Voila!
mk3:0:0281086:B0:613:Unlock Smoke (2/4)
mk3:0:0281160:FD:613:Unlock Smoke (3/4):Checksum for default nvram + Smoke
mk3:0:0281162:C5:613:Unlock Smoke (4/4):Checksum
mk3:0:0020C148:A6:000:Infinite Energy PL1
mk3:0:0020C148:00:001:Drain all Energy Now! PL1:(Use AFTER fight start!)
mk3:0:0020C14A:30:000:Infinite Turbo PL1
mk3:0:0020C2BE:A6:000:Infinite Energy PL2
mk3:0:0020C2BE:00:001:Drain all Energy Now! PL2:(Use AFTER fight start!)
mk3:0:0020C2C0:30:000:Infinite Turbo PL2
mk3:0:00000000:00:999:[ Start a 2 Player game after activating this cheat ]
mk3:0:0020C452:64:000:Always Play Galaxian Before Match
mk3:0:00000000:00:999:[ These are the Kombat Code's for a 2 Player game - you can ]
mk3:0:00000000:00:999:[ choose just one of them (and there are LOTS!!) It may cause]
mk3:0:00000000:00:999:[ palette corruption if enabled before the battle screen. ]
mk3:0:0020C58C:06:000:Galaxian
mk3:0:0020C58E:04:500:Galaxian (2/6)
mk3:0:0020C590:02:500:Galaxian (3/6)
mk3:0:0020C592:04:500:Galaxian (4/6)
mk3:0:0020C594:06:500:Galaxian (5/6)
mk3:0:0020C596:08:500:Galaxian (6/6)
mk3:0:0020C58C:00:000:Half Energy PL1
mk3:0:0020C58E:03:500:Half Energy PL1 (2/6)
mk3:0:0020C590:03:500:Half Energy PL1 (3/6)
mk3:0:0020C592:00:500:Half Energy PL1 (4/6)
mk3:0:0020C594:00:500:Half Energy PL1 (5/6)
mk3:0:0020C596:00:500:Half Energy PL1 (6/6)
mk3:0:0020C58C:07:000:Quarter Energy PL1
mk3:0:0020C58E:00:500:Quarter Energy PL1 (2/6)
mk3:0:0020C590:07:500:Quarter Energy PL1 (3/6)
mk3:0:0020C592:00:500:Quarter Energy PL1 (4/6)
mk3:0:0020C594:00:500:Quarter Energy PL1 (5/6)
mk3:0:0020C596:00:500:Quarter Energy PL1 (6/6)
mk3:0:0020C58C:00:000:Half Energy PL2
mk3:0:0020C58E:00:500:Half Energy PL2 (2/6)
mk3:0:0020C590:00:500:Half Energy PL2 (3/6)
mk3:0:0020C592:00:500:Half Energy PL2 (4/6)
mk3:0:0020C594:03:500:Half Energy PL2 (5/6)
mk3:0:0020C596:03:500:Half Energy PL2 (6/6)
mk3:0:0020C58C:00:000:Quarter Energy PL2
mk3:0:0020C58E:00:500:Quarter Energy PL2 (2/6)
mk3:0:0020C590:00:500:Quarter Energy PL2 (3/6)
mk3:0:0020C592:07:500:Quarter Energy PL2 (4/6)
mk3:0:0020C594:00:500:Quarter Energy PL2 (5/6)
mk3:0:0020C596:07:500:Quarter Energy PL2 (6/6)
mk3:0:0020C58C:00:000:Blocking Disabled
mk3:0:0020C58E:02:500:Blocking Disabled (2/6)
mk3:0:0020C590:00:500:Blocking Disabled (3/6)
mk3:0:0020C592:00:500:Blocking Disabled (4/6)
mk3:0:0020C594:02:500:Blocking Disabled (5/6)
mk3:0:0020C596:00:500:Blocking Disabled (6/6)
mk3:0:0020C58C:01:000:Throwing Disabled
mk3:0:0020C58E:00:500:Throwing Disabled (2/6)
mk3:0:0020C590:00:500:Throwing Disabled (3/6)
mk3:0:0020C592:01:500:Throwing Disabled (4/6)
mk3:0:0020C594:00:500:Throwing Disabled (5/6)
mk3:0:0020C596:00:500:Throwing Disabled (6/6)
mk3:0:0020C58C:09:000:No PowerBars
mk3:0:0020C58E:08:500:No PowerBars (2/6)
mk3:0:0020C590:07:500:No PowerBars (3/6)
mk3:0:0020C592:01:500:No PowerBars (4/6)
mk3:0:0020C594:02:500:No PowerBars (5/6)
mk3:0:0020C596:03:500:No PowerBars (6/6)
mk3:0:0020C58C:04:000:Unlimited Run
mk3:0:0020C58E:06:500:Unlimited Run (2/6)
mk3:0:0020C590:06:500:Unlimited Run (3/6)
mk3:0:0020C592:04:500:Unlimited Run (4/6)
mk3:0:0020C594:06:500:Unlimited Run (5/6)
mk3:0:0020C596:06:500:Unlimited Run (6/6)
mk3:0:0020C58C:06:000:Dark Kombat
mk3:0:0020C58E:08:500:Dark Kombat (2/6)
mk3:0:0020C590:08:500:Dark Kombat (3/6)
mk3:0:0020C592:04:500:Dark Kombat (4/6)
mk3:0:0020C594:02:500:Dark Kombat (5/6)
mk3:0:0020C596:02:500:Dark Kombat (6/6)
mk3:0:0020C58C:04:000:Randper Kombat
mk3:0:0020C58E:06:500:Randper Kombat (2/6)
mk3:0:0020C590:00:500:Randper Kombat (3/6)
mk3:0:0020C592:04:500:Randper Kombat (4/6)
mk3:0:0020C594:06:500:Randper Kombat (5/6)
mk3:0:0020C596:00:500:Randper Kombat (6/6)
mk3:0:0020C58C:09:000:Psycho Kombat
mk3:0:0020C58E:08:500:Psycho Kombat (2/6)
mk3:0:0020C590:05:500:Psycho Kombat (3/6)
mk3:0:0020C592:01:500:Psycho Kombat (4/6)
mk3:0:0020C594:02:500:Psycho Kombat (5/6)
mk3:0:0020C596:05:500:Psycho Kombat (6/6)
mk3:0:0020C58C:00:000:Winner Battles Shao Kahn
mk3:0:0020C58E:03:500:Winner Battles Shao Kahn (2/6)
mk3:0:0020C590:03:500:Winner Battles Shao Kahn (3/6)
mk3:0:0020C592:05:500:Winner Battles Shao Kahn (4/6)
mk3:0:0020C594:06:500:Winner Battles Shao Kahn (5/6)
mk3:0:0020C596:04:500:Winner Battles Shao Kahn (6/6)
mk3:0:0020C58C:02:000:Winner Battles Smoke
mk3:0:0020C58E:00:500:Winner Battles Smoke (2/6)
mk3:0:0020C590:05:500:Winner Battles Smoke (3/6)
mk3:0:0020C592:02:500:Winner Battles Smoke (4/6)
mk3:0:0020C594:00:500:Winner Battles Smoke (5/6)
mk3:0:0020C596:05:500:Winner Battles Smoke (6/6)
mk3:0:0020C58C:07:000:Winner Battles Noob Saibot
mk3:0:0020C58E:06:500:Winner Battles Noob Saibot (2/6)
mk3:0:0020C590:09:500:Winner Battles Noob Saibot (3/6)
mk3:0:0020C592:03:500:Winner Battles Noob Saibot (4/6)
mk3:0:0020C594:04:500:Winner Battles Noob Saibot (5/6)
mk3:0:0020C596:02:500:Winner Battles Noob Saibot (6/6)
mk3:0:0020C58C:09:000:Winner Battles Montaro
mk3:0:0020C58E:06:500:Winner Battles Montaro (2/6)
mk3:0:0020C590:09:500:Winner Battles Montaro (3/6)
mk3:0:0020C592:01:500:Winner Battles Montaro (4/6)
mk3:0:0020C594:04:500:Winner Battles Montaro (5/6)
mk3:0:0020C596:01:500:Winner Battles Montaro (6/6)
mk3:0:0020C58C:01:000:Message - There's No Knowledge That's Not Power
mk3:0:0020C58E:02:500:Message - There's No Knowledge That's Not Power (2/6)
mk3:0:0020C590:03:500:Message - There's No Knowledge That's Not Power (3/6)
mk3:0:0020C592:09:500:Message - There's No Knowledge That's Not Power (4/6)
mk3:0:0020C594:02:500:Message - There's No Knowledge That's Not Power (5/6)
mk3:0:0020C596:06:500:Message - There's No Knowledge That's Not Power (6/6)
mk3:0:0020C58C:09:000:Message - Hold Flippers During Casino Run
mk3:0:0020C58E:08:500:Message - Hold Flippers During Casino Run (2/6)
mk3:0:0020C590:07:500:Message - Hold Flippers During Casino Run (3/6)
mk3:0:0020C592:06:500:Message - Hold Flippers During Casino Run (4/6)
mk3:0:0020C594:06:500:Message - Hold Flippers During Casino Run (5/6)
mk3:0:0020C596:06:500:Message - Hold Flippers During Casino Run (6/6)
mk3:0:0020C58C:02:000:Message - No Fear
mk3:0:0020C58E:08:500:Message - No Fear (2/6)
mk3:0:0020C590:02:500:Message - No Fear (3/6)
mk3:0:0020C592:02:500:Message - No Fear (4/6)
mk3:0:0020C594:08:500:Message - No Fear (5/6)
mk3:0:0020C596:02:500:Message - No Fear (6/6)
; [ Mortal Kombat 3 (rev 1.0) ]
mk3r10:0:0281084:ED:113:Unlock Smoke:Delete your nvram\mk3r10.nv before you use this. Ignore warning then apply cheat and reset. Voila!
mk3r10:0:0281086:B0:613:Unlock Smoke (2/4)
mk3r10:0:0281160:FD:613:Unlock Smoke (3/4):Checksum for default nvram + Smoke
mk3r10:0:0281162:C5:613:Unlock Smoke (4/4):Checksum
mk3r10:0:0020C058:A6:000:Infinite Energy PL1
mk3r10:0:0020C058:00:001:Drain all Energy Now! PL1:(Use AFTER fight start!)
mk3r10:0:0020C05A:30:000:Infinite Turbo PL1
mk3r10:0:0020C1CE:A6:000:Infinite Energy PL2
mk3r10:0:0020C1CE:00:001:Drain all Energy Now! PL2:(Use AFTER fight start!)
mk3r10:0:0020C1D0:30:000:Infinite Turbo PL2
mk3r10:0:00000000:00:999:[ Start a 2 Player game after activating this cheat ]
mk3r10:0:0020C362:64:000:Always Play Galaxian Before Match
mk3r10:0:00000000:00:999:[ These are the Kombat Code's for a 2 Player game - you can ]
mk3r10:0:00000000:00:999:[ choose just one of them (and there are LOTS!!) It may cause]
mk3r10:0:00000000:00:999:[ palette corruption if enabled before the battle screen. ]
mk3r10:0:0020E3DC:06:000:Galaxian
mk3r10:0:0020E3DE:04:500:Galaxian (2/6)
mk3r10:0:0020E3E0:02:500:Galaxian (3/6)
mk3r10:0:0020E3E2:04:500:Galaxian (4/6)
mk3r10:0:0020E3E4:06:500:Galaxian (5/6)
mk3r10:0:0020E3E6:08:500:Galaxian (6/6)
mk3r10:0:0020E3DC:00:000:Half Energy PL1
mk3r10:0:0020E3DE:03:500:Half Energy PL1 (2/6)
mk3r10:0:0020E3E0:03:500:Half Energy PL1 (3/6)
mk3r10:0:0020E3E2:00:500:Half Energy PL1 (4/6)
mk3r10:0:0020E3E4:00:500:Half Energy PL1 (5/6)
mk3r10:0:0020E3E6:00:500:Half Energy PL1 (6/6)
mk3r10:0:0020E3DC:07:000:Quarter Energy PL1
mk3r10:0:0020E3DE:00:500:Quarter Energy PL1 (2/6)
mk3r10:0:0020E3E0:07:500:Quarter Energy PL1 (3/6)
mk3r10:0:0020E3E2:00:500:Quarter Energy PL1 (4/6)
mk3r10:0:0020E3E4:00:500:Quarter Energy PL1 (5/6)
mk3r10:0:0020E3E6:00:500:Quarter Energy PL1 (6/6)
mk3r10:0:0020E3DC:00:000:Half Energy PL2
mk3r10:0:0020E3DE:00:500:Half Energy PL2 (2/6)
mk3r10:0:0020E3E0:00:500:Half Energy PL2 (3/6)
mk3r10:0:0020E3E2:00:500:Half Energy PL2 (4/6)
mk3r10:0:0020E3E4:03:500:Half Energy PL2 (5/6)
mk3r10:0:0020E3E6:03:500:Half Energy PL2 (6/6)
mk3r10:0:0020E3DC:00:000:Quarter Energy PL2
mk3r10:0:0020E3DE:00:500:Quarter Energy PL2 (2/6)
mk3r10:0:0020E3E0:00:500:Quarter Energy PL2 (3/6)
mk3r10:0:0020E3E2:07:500:Quarter Energy PL2 (4/6)
mk3r10:0:0020E3E4:00:500:Quarter Energy PL2 (5/6)
mk3r10:0:0020E3E6:07:500:Quarter Energy PL2 (6/6)
mk3r10:0:0020E3DC:00:000:Blocking Disabled
mk3r10:0:0020E3DE:02:500:Blocking Disabled (2/6)
mk3r10:0:0020E3E0:00:500:Blocking Disabled (3/6)
mk3r10:0:0020E3E2:00:500:Blocking Disabled (4/6)
mk3r10:0:0020E3E4:02:500:Blocking Disabled (5/6)
mk3r10:0:0020E3E6:00:500:Blocking Disabled (6/6)
mk3r10:0:0020E3DC:01:000:Throwing Disabled
mk3r10:0:0020E3DE:00:500:Throwing Disabled (2/6)
mk3r10:0:0020E3E0:00:500:Throwing Disabled (3/6)
mk3r10:0:0020E3E2:01:500:Throwing Disabled (4/6)
mk3r10:0:0020E3E4:00:500:Throwing Disabled (5/6)
mk3r10:0:0020E3E6:00:500:Throwing Disabled (6/6)
mk3r10:0:0020E3DC:09:000:No PowerBars
mk3r10:0:0020E3DE:08:500:No PowerBars (2/6)
mk3r10:0:0020E3E0:07:500:No PowerBars (3/6)
mk3r10:0:0020E3E2:01:500:No PowerBars (4/6)
mk3r10:0:0020E3E4:02:500:No PowerBars (5/6)
mk3r10:0:0020E3E6:03:500:No PowerBars (6/6)
mk3r10:0:0020E3DC:04:000:Unlimited Run
mk3r10:0:0020E3DE:06:500:Unlimited Run (2/6)
mk3r10:0:0020E3E0:06:500:Unlimited Run (3/6)
mk3r10:0:0020E3E2:04:500:Unlimited Run (4/6)
mk3r10:0:0020E3E4:06:500:Unlimited Run (5/6)
mk3r10:0:0020E3E6:06:500:Unlimited Run (6/6)
mk3r10:0:0020E3DC:06:000:Dark Kombat
mk3r10:0:0020E3DE:08:500:Dark Kombat (2/6)
mk3r10:0:0020E3E0:08:500:Dark Kombat (3/6)
mk3r10:0:0020E3E2:04:500:Dark Kombat (4/6)
mk3r10:0:0020E3E4:02:500:Dark Kombat (5/6)
mk3r10:0:0020E3E6:02:500:Dark Kombat (6/6)
mk3r10:0:0020E3DC:04:000:Randper Kombat
mk3r10:0:0020E3DE:06:500:Randper Kombat (2/6)
mk3r10:0:0020E3E0:00:500:Randper Kombat (3/6)
mk3r10:0:0020E3E2:04:500:Randper Kombat (4/6)
mk3r10:0:0020E3E4:06:500:Randper Kombat (5/6)
mk3r10:0:0020E3E6:00:500:Randper Kombat (6/6)
mk3r10:0:0020E3DC:09:000:Psycho Kombat
mk3r10:0:0020E3DE:08:500:Psycho Kombat (2/6)
mk3r10:0:0020E3E0:05:500:Psycho Kombat (3/6)
mk3r10:0:0020E3E2:01:500:Psycho Kombat (4/6)
mk3r10:0:0020E3E4:02:500:Psycho Kombat (5/6)
mk3r10:0:0020E3E6:05:500:Psycho Kombat (6/6)
mk3r10:0:0020E3DC:00:000:Winner Battles Shao Kahn
mk3r10:0:0020E3DE:03:500:Winner Battles Shao Kahn (2/6)
mk3r10:0:0020E3E0:03:500:Winner Battles Shao Kahn (3/6)
mk3r10:0:0020E3E2:05:500:Winner Battles Shao Kahn (4/6)
mk3r10:0:0020E3E4:06:500:Winner Battles Shao Kahn (5/6)
mk3r10:0:0020E3E6:04:500:Winner Battles Shao Kahn (6/6)
mk3r10:0:0020E3DC:02:000:Winner Battles Smoke
mk3r10:0:0020E3DE:00:500:Winner Battles Smoke (2/6)
mk3r10:0:0020E3E0:05:500:Winner Battles Smoke (3/6)
mk3r10:0:0020E3E2:02:500:Winner Battles Smoke (4/6)
mk3r10:0:0020E3E4:00:500:Winner Battles Smoke (5/6)
mk3r10:0:0020E3E6:05:500:Winner Battles Smoke (6/6)
mk3r10:0:0020E3DC:07:000:Winner Battles Noob Saibot
mk3r10:0:0020E3DE:06:500:Winner Battles Noob Saibot (2/6)
mk3r10:0:0020E3E0:09:500:Winner Battles Noob Saibot (3/6)
mk3r10:0:0020E3E2:03:500:Winner Battles Noob Saibot (4/6)
mk3r10:0:0020E3E4:04:500:Winner Battles Noob Saibot (5/6)
mk3r10:0:0020E3E6:02:500:Winner Battles Noob Saibot (6/6)
mk3r10:0:0020E3DC:09:000:Winner Battles Montaro
mk3r10:0:0020E3DE:06:500:Winner Battles Montaro (2/6)
mk3r10:0:0020E3E0:09:500:Winner Battles Montaro (3/6)
mk3r10:0:0020E3E2:01:500:Winner Battles Montaro (4/6)
mk3r10:0:0020E3E4:04:500:Winner Battles Montaro (5/6)
mk3r10:0:0020E3E6:01:500:Winner Battles Montaro (6/6)
mk3r10:0:0020E3DC:01:000:Message - There's No Knowledge That's Not Power
mk3r10:0:0020E3DE:02:500:Message - There's No Knowledge That's Not Power (2/6)
mk3r10:0:0020E3E0:03:500:Message - There's No Knowledge That's Not Power (3/6)
mk3r10:0:0020E3E2:09:500:Message - There's No Knowledge That's Not Power (4/6)
mk3r10:0:0020E3E4:02:500:Message - There's No Knowledge That's Not Power (5/6)
mk3r10:0:0020E3E6:06:500:Message - There's No Knowledge That's Not Power (6/6)
mk3r10:0:0020E3DC:09:000:Message - Hold Flippers During Casino Run
mk3r10:0:0020E3DE:08:500:Message - Hold Flippers During Casino Run (2/6)
mk3r10:0:0020E3E0:07:500:Message - Hold Flippers During Casino Run (3/6)
mk3r10:0:0020E3E2:06:500:Message - Hold Flippers During Casino Run (4/6)
mk3r10:0:0020E3E4:06:500:Message - Hold Flippers During Casino Run (5/6)
mk3r10:0:0020E3E6:06:500:Message - Hold Flippers During Casino Run (6/6)
mk3r10:0:0020E3DC:02:000:Message - No Fear
mk3r10:0:0020E3DE:08:500:Message - No Fear (2/6)
mk3r10:0:0020E3E0:02:500:Message - No Fear (3/6)
mk3r10:0:0020E3E2:02:500:Message - No Fear (4/6)
mk3r10:0:0020E3E4:08:500:Message - No Fear (5/6)
mk3r10:0:0020E3E6:02:500:Message - No Fear (6/6)
; [ Mortal Kombat 3 (rev 2.0) ]
mk3r20:0:0281084:ED:113:Unlock Smoke:Delete your nvram\mk3r20.nv before you use this. Ignore warning then apply cheat and reset. Voila!
mk3r20:0:0281086:B0:613:Unlock Smoke (2/4)
mk3r20:0:0281160:FD:613:Unlock Smoke (3/4):Checksum for default nvram + Smoke
mk3r20:0:0281162:C5:613:Unlock Smoke (4/4):Checksum
mk3r20:0:0020C148:A6:000:Infinite Energy PL1
mk3r20:0:0020C148:00:001:Drain all Energy Now! PL1:(Use AFTER fight start!)
mk3r20:0:0020C14A:30:000:Infinite Turbo PL1
mk3r20:0:0020C2BE:A6:000:Infinite Energy PL2
mk3r20:0:0020C2BE:00:001:Drain all Energy Now! PL2:(Use AFTER fight start!)
mk3r20:0:0020C2C0:30:000:Infinite Turbo PL2
mk3r20:0:00000000:00:999:[ Start a 2 Player game after activating this cheat ]
mk3r20:0:0020C452:64:000:Always Play Galaxian Before Match
mk3r20:0:00000000:00:999:[ These are the Kombat Code's for a 2 Player game - you can ]
mk3r20:0:00000000:00:999:[ choose just one of them (and there are LOTS!!) It may cause]
mk3r20:0:00000000:00:999:[ palette corruption if enabled before the battle screen. ]
mk3r20:0:0020C58C:06:000:Galaxian
mk3r20:0:0020C58E:04:500:Galaxian (2/6)
mk3r20:0:0020C590:02:500:Galaxian (3/6)
mk3r20:0:0020C592:04:500:Galaxian (4/6)
mk3r20:0:0020C594:06:500:Galaxian (5/6)
mk3r20:0:0020C596:08:500:Galaxian (6/6)
mk3r20:0:0020C58C:00:000:Half Energy PL1
mk3r20:0:0020C58E:03:500:Half Energy PL1 (2/6)
mk3r20:0:0020C590:03:500:Half Energy PL1 (3/6)
mk3r20:0:0020C592:00:500:Half Energy PL1 (4/6)
mk3r20:0:0020C594:00:500:Half Energy PL1 (5/6)
mk3r20:0:0020C596:00:500:Half Energy PL1 (6/6)
mk3r20:0:0020C58C:07:000:Quarter Energy PL1
mk3r20:0:0020C58E:00:500:Quarter Energy PL1 (2/6)
mk3r20:0:0020C590:07:500:Quarter Energy PL1 (3/6)
mk3r20:0:0020C592:00:500:Quarter Energy PL1 (4/6)
mk3r20:0:0020C594:00:500:Quarter Energy PL1 (5/6)
mk3r20:0:0020C596:00:500:Quarter Energy PL1 (6/6)
mk3r20:0:0020C58C:00:000:Half Energy PL2
mk3r20:0:0020C58E:00:500:Half Energy PL2 (2/6)
mk3r20:0:0020C590:00:500:Half Energy PL2 (3/6)
mk3r20:0:0020C592:00:500:Half Energy PL2 (4/6)
mk3r20:0:0020C594:03:500:Half Energy PL2 (5/6)
mk3r20:0:0020C596:03:500:Half Energy PL2 (6/6)
mk3r20:0:0020C58C:00:000:Quarter Energy PL2
mk3r20:0:0020C58E:00:500:Quarter Energy PL2 (2/6)
mk3r20:0:0020C590:00:500:Quarter Energy PL2 (3/6)
mk3r20:0:0020C592:07:500:Quarter Energy PL2 (4/6)
mk3r20:0:0020C594:00:500:Quarter Energy PL2 (5/6)
mk3r20:0:0020C596:07:500:Quarter Energy PL2 (6/6)
mk3r20:0:0020C58C:00:000:Blocking Disabled
mk3r20:0:0020C58E:02:500:Blocking Disabled (2/6)
mk3r20:0:0020C590:00:500:Blocking Disabled (3/6)
mk3r20:0:0020C592:00:500:Blocking Disabled (4/6)
mk3r20:0:0020C594:02:500:Blocking Disabled (5/6)
mk3r20:0:0020C596:00:500:Blocking Disabled (6/6)
mk3r20:0:0020C58C:01:000:Throwing Disabled
mk3r20:0:0020C58E:00:500:Throwing Disabled (2/6)
mk3r20:0:0020C590:00:500:Throwing Disabled (3/6)
mk3r20:0:0020C592:01:500:Throwing Disabled (4/6)
mk3r20:0:0020C594:00:500:Throwing Disabled (5/6)
mk3r20:0:0020C596:00:500:Throwing Disabled (6/6)
mk3r20:0:0020C58C:09:000:No PowerBars
mk3r20:0:0020C58E:08:500:No PowerBars (2/6)
mk3r20:0:0020C590:07:500:No PowerBars (3/6)
mk3r20:0:0020C592:01:500:No PowerBars (4/6)
mk3r20:0:0020C594:02:500:No PowerBars (5/6)
mk3r20:0:0020C596:03:500:No PowerBars (6/6)
mk3r20:0:0020C58C:04:000:Unlimited Run
mk3r20:0:0020C58E:06:500:Unlimited Run (2/6)
mk3r20:0:0020C590:06:500:Unlimited Run (3/6)
mk3r20:0:0020C592:04:500:Unlimited Run (4/6)
mk3r20:0:0020C594:06:500:Unlimited Run (5/6)
mk3r20:0:0020C596:06:500:Unlimited Run (6/6)
mk3r20:0:0020C58C:06:000:Dark Kombat
mk3r20:0:0020C58E:08:500:Dark Kombat (2/6)
mk3r20:0:0020C590:08:500:Dark Kombat (3/6)
mk3r20:0:0020C592:04:500:Dark Kombat (4/6)
mk3r20:0:0020C594:02:500:Dark Kombat (5/6)
mk3r20:0:0020C596:02:500:Dark Kombat (6/6)
mk3r20:0:0020C58C:04:000:Randper Kombat
mk3r20:0:0020C58E:06:500:Randper Kombat (2/6)
mk3r20:0:0020C590:00:500:Randper Kombat (3/6)
mk3r20:0:0020C592:04:500:Randper Kombat (4/6)
mk3r20:0:0020C594:06:500:Randper Kombat (5/6)
mk3r20:0:0020C596:00:500:Randper Kombat (6/6)
mk3r20:0:0020C58C:09:000:Psycho Kombat
mk3r20:0:0020C58E:08:500:Psycho Kombat (2/6)
mk3r20:0:0020C590:05:500:Psycho Kombat (3/6)
mk3r20:0:0020C592:01:500:Psycho Kombat (4/6)
mk3r20:0:0020C594:02:500:Psycho Kombat (5/6)
mk3r20:0:0020C596:05:500:Psycho Kombat (6/6)
mk3r20:0:0020C58C:00:000:Winner Battles Shao Kahn
mk3r20:0:0020C58E:03:500:Winner Battles Shao Kahn (2/6)
mk3r20:0:0020C590:03:500:Winner Battles Shao Kahn (3/6)
mk3r20:0:0020C592:05:500:Winner Battles Shao Kahn (4/6)
mk3r20:0:0020C594:06:500:Winner Battles Shao Kahn (5/6)
mk3r20:0:0020C596:04:500:Winner Battles Shao Kahn (6/6)
mk3r20:0:0020C58C:02:000:Winner Battles Smoke
mk3r20:0:0020C58E:00:500:Winner Battles Smoke (2/6)
mk3r20:0:0020C590:05:500:Winner Battles Smoke (3/6)
mk3r20:0:0020C592:02:500:Winner Battles Smoke (4/6)
mk3r20:0:0020C594:00:500:Winner Battles Smoke (5/6)
mk3r20:0:0020C596:05:500:Winner Battles Smoke (6/6)
mk3r20:0:0020C58C:07:000:Winner Battles Noob Saibot
mk3r20:0:0020C58E:06:500:Winner Battles Noob Saibot (2/6)
mk3r20:0:0020C590:09:500:Winner Battles Noob Saibot (3/6)
mk3r20:0:0020C592:03:500:Winner Battles Noob Saibot (4/6)
mk3r20:0:0020C594:04:500:Winner Battles Noob Saibot (5/6)
mk3r20:0:0020C596:02:500:Winner Battles Noob Saibot (6/6)
mk3r20:0:0020C58C:09:000:Winner Battles Montaro
mk3r20:0:0020C58E:06:500:Winner Battles Montaro (2/6)
mk3r20:0:0020C590:09:500:Winner Battles Montaro (3/6)
mk3r20:0:0020C592:01:500:Winner Battles Montaro (4/6)
mk3r20:0:0020C594:04:500:Winner Battles Montaro (5/6)
mk3r20:0:0020C596:01:500:Winner Battles Montaro (6/6)
mk3r20:0:0020C58C:01:000:Message - There's No Knowledge That's Not Power
mk3r20:0:0020C58E:02:500:Message - There's No Knowledge That's Not Power (2/6)
mk3r20:0:0020C590:03:500:Message - There's No Knowledge That's Not Power (3/6)
mk3r20:0:0020C592:09:500:Message - There's No Knowledge That's Not Power (4/6)
mk3r20:0:0020C594:02:500:Message - There's No Knowledge That's Not Power (5/6)
mk3r20:0:0020C596:06:500:Message - There's No Knowledge That's Not Power (6/6)
mk3r20:0:0020C58C:09:000:Message - Hold Flippers During Casino Run
mk3r20:0:0020C58E:08:500:Message - Hold Flippers During Casino Run (2/6)
mk3r20:0:0020C590:07:500:Message - Hold Flippers During Casino Run (3/6)
mk3r20:0:0020C592:06:500:Message - Hold Flippers During Casino Run (4/6)
mk3r20:0:0020C594:06:500:Message - Hold Flippers During Casino Run (5/6)
mk3r20:0:0020C596:06:500:Message - Hold Flippers During Casino Run (6/6)
mk3r20:0:0020C58C:02:000:Message - No Fear
mk3r20:0:0020C58E:08:500:Message - No Fear (2/6)
mk3r20:0:0020C590:02:500:Message - No Fear (3/6)
mk3r20:0:0020C592:02:500:Message - No Fear (4/6)
mk3r20:0:0020C594:08:500:Message - No Fear (5/6)
mk3r20:0:0020C596:02:500:Message - No Fear (6/6)
; [ Mahjong Keibaou (Japan) ]
mkeibaou:0:0000:00:999:[The winning hand cheat must]
mkeibaou:0:0000:00:999:[be activated when there are]
mkeibaou:0:0000:00:999:[14 tiles in your hand, then]
mkeibaou:0:0000:00:999:[press the RON key . ]
mkeibaou:0:0000:00:999:[('Z' by default). The tiles]
mkeibaou:0:0000:00:999:[do not visually change ]
mkeibaou:0:0000:00:999:[until you make a move. ]
mkeibaou:0:FD48:31:001:Get winning hand Now!
mkeibaou:0:FD49:31:501:Get winning hand Now! (02/14)
mkeibaou:0:FD4A:31:501:Get winning hand Now! (03/14)
mkeibaou:0:FD4B:32:501:Get winning hand Now! (04/14)
mkeibaou:0:FD4C:32:501:Get winning hand Now! (05/14)
mkeibaou:0:FD4D:32:501:Get winning hand Now! (06/14)
mkeibaou:0:FD4E:33:501:Get winning hand Now! (07/14)
mkeibaou:0:FD4F:33:501:Get winning hand Now! (08/14)
mkeibaou:0:FD50:33:501:Get winning hand Now! (09/14)
mkeibaou:0:FD51:34:501:Get winning hand Now! (10/14)
mkeibaou:0:FD52:34:501:Get winning hand Now! (11/14)
mkeibaou:0:FD53:34:501:Get winning hand Now! (12/14)
mkeibaou:0:FD54:35:501:Get winning hand Now! (13/14)
mkeibaou:0:FD55:35:501:Get winning hand Now! (14/14)
mkeibaou:0:0000:00:999:[At the start of a game, ]
mkeibaou:0:0000:00:999:[there may be some small ]
mkeibaou:0:0000:00:999:[glitches on the tiles when ]
mkeibaou:0:0000:00:999:[using the 'Always' cheats. ]
mkeibaou:0:0000:00:999:[The cheats should still ]
mkeibaou:0:0000:00:999:[work as normal. ]
mkeibaou:0:FD48:31:000:Always winning hand
mkeibaou:0:FD49:31:500:Always winning hand (02/14)
mkeibaou:0:FD4A:31:500:Always winning hand (03/14)
mkeibaou:0:FD4B:32:500:Always winning hand (04/14)
mkeibaou:0:FD4C:32:500:Always winning hand (05/14)
mkeibaou:0:FD4D:32:500:Always winning hand (06/14)
mkeibaou:0:FD4E:33:500:Always winning hand (07/14)
mkeibaou:0:FD4F:33:500:Always winning hand (08/14)
mkeibaou:0:FD50:33:500:Always winning hand (09/14)
mkeibaou:0:FD51:34:500:Always winning hand (10/14)
mkeibaou:0:FD52:34:500:Always winning hand (11/14)
mkeibaou:0:FD53:34:500:Always winning hand (12/14)
mkeibaou:0:FD54:35:500:Always winning hand (13/14)
mkeibaou:0:FD55:35:500:Always winning hand (14/14)
; [ Mortal Kombat (rev 1.0 08/08/92) ]
mkla1:0:00209A04:A1:000:Infinite Energy PL1
mkla1:0:00209A04:00:001:Drain All Energy Now! PL1
mkla1:0:00209A60:A1:000:Infinite Energy PL2
mkla1:0:00209A60:00:001:Drain All Energy Now! PL2
mkla1:0:00209AA8:05:071:Select current level
mkla1:0:00209AA8:05:061:Select next level
mkla1:0:00000000:00:999:[Enable these character ]
mkla1:0:00000000:00:999:[select cheats after the ]
mkla1:0:00000000:00:999:[level select screen or the ]
mkla1:0:00000000:00:999:[game may crash!! ]
mkla1:0:00000000:00:999:[These are the values you ]
mkla1:0:00000000:00:999:[need to select for each ]
mkla1:0:00000000:00:999:[character currently known ]
mkla1:0:00000000:00:999:[ 00=Cage 01=Kano 02=Rayden ]
mkla1:0:00000000:00:999:[ 03=Kang 04=Scorpion ]
mkla1:0:00000000:00:999:[ 05=Sub Zero 06=Sonya ]
mkla1:0:00000000:00:999:[ 07=Goro 08=Shang Tsung ]
mkla1:0:002099F6:08:070:Select Character PL1
mkla1:0:00209A52:08:070:Select Character PL2
mkla1:0:00209A52:00:000:Always play as Cage PL2:Useful for PL1 to finish game
; [ Mortal Kombat (rev 2.0 08/18/92) ]
mkla2:0:00209A04:A1:000:Infinite Energy PL1
mkla2:0:00209A04:00:001:Drain All Energy Now! PL1
mkla2:0:00209A60:A1:000:Infinite Energy PL2
mkla2:0:00209A60:00:001:Drain All Energy Now! PL2
mkla2:0:00209AA8:05:071:Select current level
mkla2:0:00209AA8:05:061:Select next level
mkla2:0:00000000:00:999:[Enable these character ]
mkla2:0:00000000:00:999:[select cheats after the ]
mkla2:0:00000000:00:999:[level select screen or the ]
mkla2:0:00000000:00:999:[game may crash!! ]
mkla2:0:00000000:00:999:[These are the values you ]
mkla2:0:00000000:00:999:[need to select for each ]
mkla2:0:00000000:00:999:[character currently known ]
mkla2:0:00000000:00:999:[ 00=Cage 01=Kano 02=Rayden ]
mkla2:0:00000000:00:999:[ 03=Kang 04=Scorpion ]
mkla2:0:00000000:00:999:[ 05=Sub Zero 06=Sonya ]
mkla2:0:00000000:00:999:[ 07=Goro 08=Shang Tsung ]
mkla2:0:002099F6:08:070:Select Character PL1
mkla2:0:00209A52:08:070:Select Character PL2
mkla2:0:00209A52:00:000:Always play as Cage PL2:Useful for PL1 to finish game
; [ Mortal Kombat (rev 3.0 08/31/92) ]
mkla3:0:00209A04:A1:000:Infinite Energy PL1
mkla3:0:00209A04:00:001:Drain All Energy Now! PL1
mkla3:0:00209A60:A1:000:Infinite Energy PL2
mkla3:0:00209A60:00:001:Drain All Energy Now! PL2
mkla3:0:00209AA8:05:071:Select current level
mkla3:0:00209AA8:05:061:Select next level
mkla3:0:00000000:00:999:[Enable the go to the bottom]
mkla3:0:00000000:00:999:[of the pit cheat on the ]
mkla3:0:00000000:00:999:[character selection screen.]
mkla3:0:00209AA8:09:001:Go to the bottom of the Pit
mkla3:0:00000000:00:999:[Enable these character ]
mkla3:0:00000000:00:999:[select cheats after the ]
mkla3:0:00000000:00:999:[level select screen or the ]
mkla3:0:00000000:00:999:[game may crash!! ]
mkla3:0:00000000:00:999:[These are the values you ]
mkla3:0:00000000:00:999:[need to select for each ]
mkla3:0:00000000:00:999:[character currently known ]
mkla3:0:00000000:00:999:[ 00=Cage 01=Kano 02=Rayden ]
mkla3:0:00000000:00:999:[ 03=Kang 04=Scorpion ]
mkla3:0:00000000:00:999:[ 05=Sub Zero 06=Sonya ]
mkla3:0:00000000:00:999:[ 07=Goro 08=Shang Tsung ]
mkla3:0:002099F6:08:070:Select Character PL1
mkla3:0:00209A52:08:070:Select Character PL2
mkla3:0:00209A52:00:000:Always play as Cage PL2:Useful for PL1 to finish game
; [ Mortal Kombat (rev 4.0 09/28/92) ]
mkla4:0:00209A04:A1:000:Infinite Energy PL1
mkla4:0:00209A04:00:001:Drain All Energy Now! PL1
mkla4:0:00209A60:A1:000:Infinite Energy PL2
mkla4:0:00209A60:00:001:Drain All Energy Now! PL2
mkla4:0:00209AA8:05:071:Select current level
mkla4:0:00209AA8:05:061:Select next level
mkla4:0:00000000:00:999:[Enable the go to the bottom]
mkla4:0:00000000:00:999:[of the pit cheat on the ]
mkla4:0:00000000:00:999:[character selection screen.]
mkla4:0:00209AA8:09:001:Go to the bottom of the Pit
mkla4:0:00000000:00:999:[Enable these character ]
mkla4:0:00000000:00:999:[select cheats after the ]
mkla4:0:00000000:00:999:[level select screen or the ]
mkla4:0:00000000:00:999:[game may crash!! ]
mkla4:0:00000000:00:999:[These are the values you ]
mkla4:0:00000000:00:999:[need to select for each ]
mkla4:0:00000000:00:999:[character currently known ]
mkla4:0:00000000:00:999:[ 00=Cage 01=Kano 02=Rayden ]
mkla4:0:00000000:00:999:[ 03=Kang 04=Scorpion ]
mkla4:0:00000000:00:999:[ 05=Sub Zero 06=Sonya ]
mkla4:0:00000000:00:999:[ 07=Goro 08=Shang Tsung ]
mkla4:0:002099F6:08:070:Select Character PL1
mkla4:0:00209A52:08:070:Select Character PL2
mkla4:0:00209A52:00:000:Always play as Cage PL2:Useful for PL1 to finish game
; [ Mortal Kombat (rev 4.0 T-Unit 02/11/93) ]
mkr4:0:0020A260:A1:000:Infinite Energy PL1
mkr4:0:0020A260:00:001:Drain All Energy Now! PL1
mkr4:0:0020A2BC:A1:000:Infinite Energy PL2
mkr4:0:0020A2BC:00:001:Drain All Energy Now! PL2
mkr4:0:0020A36E:05:071:Select current level
mkr4:0:0020A36E:05:061:Select next level
mkr4:0:00000000:00:999:[Enable the go to the bottom]
mkr4:0:00000000:00:999:[of the pit cheat on the ]
mkr4:0:00000000:00:999:[character selection screen.]
mkr4:0:0020A36E:09:001:Go to the bottom of the Pit
mkr4:0:00000000:00:999:[Enable these character ]
mkr4:0:00000000:00:999:[select cheats after the ]
mkr4:0:00000000:00:999:[level select screen or the ]
mkr4:0:00000000:00:999:[game may crash!! ]
mkr4:0:00000000:00:999:[These are the values you ]
mkr4:0:00000000:00:999:[need to select for each ]
mkr4:0:00000000:00:999:[character currently known ]
mkr4:0:00000000:00:999:[ 00=Cage 01=Kano 02=Rayden ]
mkr4:0:00000000:00:999:[ 03=Kang 04=Scorpion ]
mkr4:0:00000000:00:999:[ 05=Sub Zero 06=Sonya ]
mkr4:0:00000000:00:999:[ 07=Goro 08=Shang Tsung ]
mkr4:0:0020A252:08:070:Select Character PL1
mkr4:0:0020A2AE:08:070:Select Character PL2
mkr4:0:0020A2AE:00:000:Always play as Cage PL2:Useful for PL1 to finish game
; [ Mahjong THE LADY HUNTER (Japan) ]
mladyhtr:0:F162:FF:000:Buggy score
mladyhtr:0:0000:00:999:[The winning hand cheat must]
mladyhtr:0:0000:00:999:[be activated when there are]
mladyhtr:0:0000:00:999:[14 tiles in your hand, then]
mladyhtr:0:0000:00:999:[press the RON key . ]
mladyhtr:0:0000:00:999:[('Z' by default). The tiles]
mladyhtr:0:0000:00:999:[do not visually change ]
mladyhtr:0:0000:00:999:[until you make a move. ]
mladyhtr:0:F48C:31:001:Get winning hand Now!
mladyhtr:0:F48D:31:501:Get winning hand Now! (02/14)
mladyhtr:0:F48E:31:501:Get winning hand Now! (03/14)
mladyhtr:0:F48F:32:501:Get winning hand Now! (04/14)
mladyhtr:0:F490:32:501:Get winning hand Now! (05/14)
mladyhtr:0:F491:32:501:Get winning hand Now! (06/14)
mladyhtr:0:F492:33:501:Get winning hand Now! (07/14)
mladyhtr:0:F493:33:501:Get winning hand Now! (08/14)
mladyhtr:0:F494:33:501:Get winning hand Now! (09/14)
mladyhtr:0:F495:34:501:Get winning hand Now! (10/14)
mladyhtr:0:F496:34:501:Get winning hand Now! (11/14)
mladyhtr:0:F497:34:501:Get winning hand Now! (12/14)
mladyhtr:0:F498:35:501:Get winning hand Now! (13/14)
mladyhtr:0:F499:35:501:Get winning hand Now! (14/14)
mladyhtr:0:F48C:31:000:Always winning hand
mladyhtr:0:F48D:31:500:Always winning hand (02/14)
mladyhtr:0:F48E:31:500:Always winning hand (03/14)
mladyhtr:0:F48F:32:500:Always winning hand (04/14)
mladyhtr:0:F490:32:500:Always winning hand (05/14)
mladyhtr:0:F491:32:500:Always winning hand (06/14)
mladyhtr:0:F492:33:500:Always winning hand (07/14)
mladyhtr:0:F493:33:500:Always winning hand (08/14)
mladyhtr:0:F494:33:500:Always winning hand (09/14)
mladyhtr:0:F495:34:500:Always winning hand (10/14)
mladyhtr:0:F496:34:500:Always winning hand (11/14)
mladyhtr:0:F497:34:500:Always winning hand (12/14)
mladyhtr:0:F498:35:500:Always winning hand (13/14)
mladyhtr:0:F499:35:500:Always winning hand (14/14)
; [ Marchen Maze (Japan) ]
mmaze:0:11F1:05:000:Invincibility
mmaze:0:1301:06:000:Infinite Lives PL1
mmaze:0:1381:06:000:Infinite Lives PL2
; [ Medal Mahjong Circuit no Mehyou [BET] (Japan) ]
mmehyou:0:0000:00:999:[The winning hand cheat must]
mmehyou:0:0000:00:999:[be activated when there are]
mmehyou:0:0000:00:999:[14 tiles in your hand, then]
mmehyou:0:0000:00:999:[press the RON key . ]
mmehyou:0:0000:00:999:[('Z' by default). The tiles]
mmehyou:0:0000:00:999:[do not visually change ]
mmehyou:0:0000:00:999:[until you make a move. ]
mmehyou:0:EC8F:31:001:Get winning hand Now!
mmehyou:0:EC90:31:501:Get winning hand Now! (02/14)
mmehyou:0:EC91:31:501:Get winning hand Now! (03/14)
mmehyou:0:EC92:32:501:Get winning hand Now! (04/14)
mmehyou:0:EC93:32:501:Get winning hand Now! (05/14)
mmehyou:0:EC94:32:501:Get winning hand Now! (06/14)
mmehyou:0:EC95:33:501:Get winning hand Now! (07/14)
mmehyou:0:EC96:33:501:Get winning hand Now! (08/14)
mmehyou:0:EC97:33:501:Get winning hand Now! (09/14)
mmehyou:0:EC98:34:501:Get winning hand Now! (10/14)
mmehyou:0:EC99:34:501:Get winning hand Now! (11/14)
mmehyou:0:EC9A:34:501:Get winning hand Now! (12/14)
mmehyou:0:EC9B:35:501:Get winning hand Now! (13/14)
mmehyou:0:EC9C:35:501:Get winning hand Now! (14/14)
mmehyou:0:0000:00:999:[At the start of a game, ]
mmehyou:0:0000:00:999:[there may be some small ]
mmehyou:0:0000:00:999:[glitches on the tiles when ]
mmehyou:0:0000:00:999:[using the 'Always' cheats. ]
mmehyou:0:0000:00:999:[The cheats should still ]
mmehyou:0:0000:00:999:[work as normal. ]
mmehyou:0:EC8F:31:000:Always winning hand
mmehyou:0:EC90:31:500:Always winning hand (02/14)
mmehyou:0:EC91:31:500:Always winning hand (03/14)
mmehyou:0:EC92:32:500:Always winning hand (04/14)
mmehyou:0:EC93:32:500:Always winning hand (05/14)
mmehyou:0:EC94:32:500:Always winning hand (06/14)
mmehyou:0:EC95:33:500:Always winning hand (07/14)
mmehyou:0:EC96:33:500:Always winning hand (08/14)
mmehyou:0:EC97:33:500:Always winning hand (09/14)
mmehyou:0:EC98:34:500:Always winning hand (10/14)
mmehyou:0:EC99:34:500:Always winning hand (11/14)
mmehyou:0:EC9A:34:500:Always winning hand (12/14)
mmehyou:0:EC9B:35:500:Always winning hand (13/14)
mmehyou:0:EC9C:35:500:Always winning hand (14/14)
; [ Minky Monkey ]
mmonkey:0:005D:99:000:Infinite Time
mmonkey:0:0055:08:000:Infinite Lives
mmonkey:0:0075:00:000:Invincibility
mmonkey:0:005B:04:001:One success ends level Now!
mmonkey:0:005C:00:000:No failures
; [ Munch Mobile (Japan) ]
mnchmobl:0:811F:78:000:Infinite Fuel
mnchmobl:0:82DC:00:000:Invincibility
mnchmobl:0:8138:06:000:Infinite Lives PL1
mnchmobl:0:8139:06:000:Infinite Lives PL2
; [ Mutant Night ]
mnight:0:C195:99:000:Infinite Time
mnight:0:C195:01:001:Lose remaining time Now!
mnight:0:C02A:08:000:Infinite Lives PL1
mnight:0:C052:08:000:Infinite Lives PL2
mnight:0:CB1C:00:000:Invincibility
mnight:0:0000:00:999:[ Normal size to enter trap ]
mnight:0:0000:00:999:[ Big size == invincibility ]
mnight:0:CDB0:00:001:Size is Normal Now!
mnight:0:CDB0:02:001:Size is Big Now!
mnight:0:CDB0:03:001:Size is Small Now!
mnight:0:CDB3:80:000:Always Multiway shot
mnight:0:CDB5:B0:500:Always Multiway shot (2/3)
mnight:0:CDB6:04:500:Always Multiway shot (3/3)
mnight:0:CDB3:80:001:Get Multiway shot Now!
mnight:0:CDB5:B0:501:Get Multiway shot Now! (2/3)
mnight:0:CDB6:04:501:Get Multiway shot Now! (3/3)
mnight:0:CDB3:00:001:Get Normal shot Now!
mnight:0:CDB5:01:501:Get Normal shot Now! (2/3)
mnight:0:CDB6:00:501:Get Normal shot Now! (3/3)
; [ Moeyo Gonta!! (Japan) ]
moegonta:0:FFC175:09:000:Infinite Credits
moegonta:0:FFC264:09:000:Infinite Dive Puzzle Time:Turn OFF at the End of Round!
moegonta:0:FFC265:99:500:Infinite Dive Puzzle Time (2/2)
moegonta:0:FFC24D:99:000:Infinite Diving Time
moegonta:0:FFC24E:09:500:Infinite Diving Time (2/3)
moegonta:0:FFC251:09:500:Infinite Diving Time (3/3)
moegonta:0:000000:00:999:[Only use the proper Infinite Time ]
moegonta:0:000000:00:999:[cheat during the Number and Slider]
moegonta:0:000000:00:999:[puzzles. And only turn it ON after]
moegonta:0:000000:00:999:[the puzzle has started or it may ]
moegonta:0:000000:00:999:[be IMPOSSIBLE to complete! ]
moegonta:0:FFE0F3:99:000:Infinite Number Puzzle Time
moegonta:0:FFE121:99:000:Infinite Slider Puzzle Time
moegonta:0:FFC24B:05:000:Infinite Lives
moegonta:0:FFC249:02:000:Invincibility
moegonta:0:FFC25B:01:001:One Tile to finish Dive Now!:You won't get to see the full picture though!
moegonta:0:FFC25D:01:501:One Tile to finish Dive Now!
; [ Maze of Flott (Japan) ]
mofflott:0:100A98:09:000:Infinite Credits
mofflott:0:100B5C:99:000:Infinite Lives
mofflott:0:100B64:48:007:Infinite Fuel
mofflott:0:100BC7:02:000:Invincibility
mofflott:0:000000:00:999:[See the Dip Switch Menu to ]
mofflott:0:000000:00:999:[enable an alternate ]
mofflott:0:000000:00:999:[Invincibility cheat. ]
mofflott:0:100B6D:99:000:Infinite Money
mofflott:0:100B6E:99:500:Infinite Money (2/3)
mofflott:0:100B6F:99:500:Infinite Money (3/3)
mofflott:0:100B7E:00:001:Open the Exit Now!
; [ Moguchan ]
moguchan:0:5824:09:000:Infinite Lives PL1
moguchan:0:5825:09:000:Infinite Lives PL2
moguchan:0:5890:00:000:Invincibility
; [ Mole Attack ]
mole:0:02F2:25:000:Infinite Time
mole:0:02F2:00:001:Time Up Now!
mole:0:02F7:99:001:Round Points = 990 Now!!
; [ Momoko 120% ]
momoko:0:C00B:09:000:Infinite Credits
momoko:0:C06F:06:000:Infinite Lives PL1
momoko:0:C070:06:000:Infinite Lives PL2
; [ Monkey Donkey ]
monkeyd:0:6001:90:000:Infinite Credits
monkeyd:0:6228:06:000:Infinite Lives
monkeyd:0:6394:0F:002:Infinite hammer upon pickup
monkeyd:0:62B1:63:000:Infinite bonus time
monkeyd:0:638C:99:502:Infinite bonus time (2/2)
monkeyd:0:62B9:00:000:No fireballs on ramps
monkeyd:0:6403:00:000:No fireballs on factory
monkeyd:0:65A0:00:000:No pies on factory
monkeyd:0:6400:00:000:No fireballs on rivets
monkeyd:0:6500:00:000:No jacks on elevators
monkeyd:0:6392:00:000:No barrels on ramps
monkeyd:0:6215:01:000:Always climb
monkeyd:0:6215:00:001:Deactivate climb
monkeyd:0:6217:01:000:Hammer
monkeyd:0:6691:01:500:Hammer (2/2)
monkeyd:0:6290:00:001:Finish sub-level 4 Now!
monkeyd:0:6229:FF:072:Select current round
monkeyd:0:6229:FF:062:Select next round
; [ Monster Bash ]
monsterb:0:E382:06:000:Infinite Lives PL1
monsterb:0:E383:06:000:Infinite Lives PL2
; [ Money Money ]
monymony:0:7267:0A:000:Infinite Lives PL1
monymony:0:7268:0A:000:Infinite Lives PL2
monymony:0:0000:00:999:[Invincibility doesn't ]
monymony:0:0000:00:999:[protect you from falls!! ]
monymony:0:7272:10:000:Invincibility
monymony:0:7431:01:500:Invincibility (2/2)
; [ Moon Alien Part 2 ]
moonal2:0:821D:05:000:Infinite Lives
moonal2:0:8200:01:000:Invincibility
moonal2:0:8205:00:500:Invincibility (2/3)
moonal2:0:8201:00:500:Invincibility (3/3)
; [ Moon Alien Part 2 (older version) ]
moonal2b:0:821D:05:000:Infinite Lives
moonal2b:0:8200:01:000:Invincibility
moonal2b:0:8205:00:500:Invincibility (2/3)
moonal2b:0:8201:00:500:Invincibility (3/3)
; [ Moon Base ]
moonbase:0:2009:78:000:Invaders never drop
moonbase:0:2069:00:000:Invaders don't fire
moonbase:0:206A:30:500:Invaders don't fire (2/2)
moonbase:0:02D9:C3:100:Bullet Invincibility
moonbase:0:2094:04:540:Bullet Invincibility (2/3)
moonbase:0:2015:FF:500:Bullet Invincibility (3/3)
moonbase:0:1424:00:100:Autofire Mode
moonbase:0:21FF:07:000:Infinite Lives PL1
moonbase:0:2100:00:001:Kill All Invaders Now! PL1
moonbase:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
moonbase:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
moonbase:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
moonbase:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
moonbase:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
moonbase:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
moonbase:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
moonbase:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
moonbase:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
moonbase:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
moonbase:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
moonbase:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
moonbase:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
moonbase:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
moonbase:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
moonbase:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
moonbase:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
moonbase:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
moonbase:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
moonbase:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
moonbase:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
moonbase:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
moonbase:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
moonbase:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
moonbase:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
moonbase:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
moonbase:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
moonbase:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
moonbase:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
moonbase:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
moonbase:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
moonbase:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
moonbase:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
moonbase:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
moonbase:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
moonbase:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
moonbase:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
moonbase:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
moonbase:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
moonbase:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
moonbase:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
moonbase:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
moonbase:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
moonbase:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
moonbase:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
moonbase:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
moonbase:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
moonbase:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
moonbase:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
moonbase:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
moonbase:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
moonbase:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
moonbase:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
moonbase:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
moonbase:0:22FF:07:000:Infinite Lives PL2
moonbase:0:2200:00:001:Kill All Invaders Now! PL2
moonbase:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
moonbase:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
moonbase:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
moonbase:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
moonbase:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
moonbase:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
moonbase:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
moonbase:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
moonbase:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
moonbase:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
moonbase:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
moonbase:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
moonbase:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
moonbase:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
moonbase:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
moonbase:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
moonbase:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
moonbase:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
moonbase:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
moonbase:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
moonbase:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
moonbase:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
moonbase:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
moonbase:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
moonbase:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
moonbase:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
moonbase:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
moonbase:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
moonbase:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
moonbase:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
moonbase:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
moonbase:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
moonbase:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
moonbase:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
moonbase:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
moonbase:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
moonbase:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
moonbase:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
moonbase:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
moonbase:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
moonbase:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
moonbase:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
moonbase:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
moonbase:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
moonbase:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
moonbase:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
moonbase:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
moonbase:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
moonbase:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
moonbase:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
moonbase:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
moonbase:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
moonbase:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
moonbase:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Moon Cresta (bootleg on Galaxian hardware) ]
mooncrgx:0:409D:01:000:Infinite Lives
mooncrgx:0:409E:00:500:Infinite Lives (2/2)
mooncrgx:0:4230:30:000:Infinite Time to dock
mooncrgx:0:4230:00:001:No more dock time Now!
mooncrgx:0:4231:01:501:No more dock time Now! (2/2)
mooncrgx:0:423C:01:000:Only 1 to kill per screen
; [ Moon Cresta (bootleg set 2) ]
mooncrs2:0:809D:01:000:Infinite Lives
mooncrs2:0:809E:00:500:Infinite Lives (2/2)
mooncrs2:0:8230:30:000:Infinite Time to dock
mooncrs2:0:8230:00:001:No more dock time Now!
mooncrs2:0:8231:01:501:No more dock time Now! (2/2)
mooncrs2:0:823C:01:000:Only 1 to kill per screen
; [ Moon Cresta (bootleg set 1) ]
mooncrsb:0:809D:01:000:Infinite Lives
mooncrsb:0:809E:00:500:Infinite Lives (2/2)
mooncrsb:0:8230:30:000:Infinite Time to dock
mooncrsb:0:8230:00:001:No more dock time Now!
mooncrsb:0:8231:01:501:No more dock time Now! (2/2)
mooncrsb:0:823C:01:000:Only 1 to kill per screen
; [ Moon Cresta (Gremlin) ]
mooncrsg:0:809D:01:000:Infinite Lives
mooncrsg:0:809E:00:500:Infinite Lives (2/2)
mooncrsg:0:8230:30:000:Infinite Time to dock
mooncrsg:0:8230:00:001:No more dock time Now!
mooncrsg:0:8231:01:501:No more dock time Now! (2/2)
mooncrsg:0:823C:01:000:Only 1 to kill per screen
; [ Moon Cresta (Nichibutsu) ]
mooncrst:0:809D:01:000:Infinite Lives
mooncrst:0:809E:00:500:Infinite Lives (2/2)
mooncrst:0:8230:30:000:Infinite Time to dock
mooncrst:0:8230:00:001:No more dock time Now!
mooncrst:0:8231:01:501:No more dock time Now! (2/2)
mooncrst:0:823C:01:000:Only 1 to kill per screen
; [ Moon Quasar ]
moonqsr:0:8087:F8:000:Infinite Fuel
; [ Moon Walker (Set 1) ]
moonwalk:0:FFDA58:03:000:Infinite Lives PL1
moonwalk:0:FFC01C:40:000:Infinite Energy PL1
moonwalk:0:FFDA79:01:000:Infinite Magic PL1
moonwalk:0:FFDA7D:45:000:Invincibility PL1
moonwalk:0:FFC04C:04:000:Always Robot PL1:Best enabled on title screen
moonwalk:0:FFC04C:04:001:Become Robot Now! PL1:Buggy
moonwalk:0:FFDA98:03:000:Infinite Lives PL2
moonwalk:0:FFC0DC:40:000:Infinite Energy PL2
moonwalk:0:FFDAB9:01:000:Infinite Magic PL2
moonwalk:0:FFDABD:45:000:Invincibility PL2
moonwalk:0:FFC10C:04:000:Always Robot PL2:Best enabled on title screen
moonwalk:0:FFC10C:04:001:Become Robot Now! PL2:Buggy
moonwalk:0:FFDAD8:03:000:Infinite Lives PL3
moonwalk:0:FFC19C:28:000:Infinite Energy PL3
moonwalk:0:FFDAF9:01:000:Infinite Magic PL3
moonwalk:0:FFDAFD:45:000:Invincibility PL3
moonwalk:0:FFC1CC:04:000:Always Robot PL3:Best enabled on title screen
moonwalk:0:FFC1CC:04:001:Become Robot Now! PL3:Buggy
; [ Moonwar ]
moonwar:0:8744:09:000:Infinite Lives
moonwar:0:8758:99:000:Infinite Fuel
moonwar:0:875A:99:000:Infinite Shields
; [ Moonwar (older) ]
moonwara:0:8744:09:000:Infinite Lives
moonwara:0:8758:99:000:Infinite Fuel
moonwara:0:875A:99:000:Infinite Shields
; [ Moon Walker (Set 2) ]
moonwlka:0:FFDA58:03:000:Infinite Lives PL1
moonwlka:0:FFC01C:40:000:Infinite Energy PL1
moonwlka:0:FFDA79:01:000:Infinite Magic PL1
moonwlka:0:FFDA7D:45:000:Invincibility PL1
moonwlka:0:FFC04C:04:000:Always Robot PL1:Best enabled on title screen
moonwlka:0:FFC04C:04:001:Become Robot Now! PL1:Buggy
moonwlka:0:FFDA98:03:000:Infinite Lives PL2
moonwlka:0:FFC0DC:40:000:Infinite Energy PL2
moonwlka:0:FFDAB9:01:000:Infinite Magic PL2
moonwlka:0:FFDABD:45:000:Invincibility PL2
moonwlka:0:FFC10C:04:000:Always Robot PL2:Best enabled on title screen
moonwlka:0:FFC10C:04:001:Become Robot Now! PL2:Buggy
moonwlka:0:FFDAD8:03:000:Infinite Lives PL3
moonwlka:0:FFC19C:28:000:Infinite Energy PL3
moonwlka:0:FFDAF9:01:000:Infinite Magic PL3
moonwlka:0:FFDAFD:45:000:Invincibility PL3
moonwlka:0:FFC1CC:04:000:Always Robot PL3:Best enabled on title screen
moonwlka:0:FFC1CC:04:001:Become Robot Now! PL3:Buggy
; [ Moon Walker (bootleg) ]
moonwlkb:0:FFDA58:03:000:Infinite Lives PL1
moonwlkb:0:FFC01C:40:000:Infinite Energy PL1
moonwlkb:0:FFDA79:01:000:Infinite Magic PL1
moonwlkb:0:FFDA7D:45:000:Invincibility PL1
moonwlkb:0:FFC04C:04:000:Always Robot PL1:Best enabled on title screen
moonwlkb:0:FFC04C:04:001:Become Robot Now! PL1:Buggy
moonwlkb:0:FFDA98:03:000:Infinite Lives PL2
moonwlkb:0:FFC0DC:40:000:Infinite Energy PL2
moonwlkb:0:FFDAB9:01:000:Infinite Magic PL2
moonwlkb:0:FFDABD:45:000:Invincibility PL2
moonwlkb:0:FFC10C:04:000:Always Robot PL2:Best enabled on title screen
moonwlkb:0:FFC10C:04:001:Become Robot Now! PL2:Buggy
moonwlkb:0:FFDAD8:03:000:Infinite Lives PL3
moonwlkb:0:FFC19C:28:000:Infinite Energy PL3
moonwlkb:0:FFDAF9:01:000:Infinite Magic PL3
moonwlkb:0:FFDAFD:45:000:Invincibility PL3
moonwlkb:0:FFC1CC:04:000:Always Robot PL3:Best enabled on title screen
moonwlkb:0:FFC1CC:04:001:Become Robot Now! PL3:Buggy
; [ Syougi No Tatsujin - Master of Syougi ]
mosyougi:0:10B064:3B:007:Infinite Time:Mode Left Course Only
mosyougi:0:10B020:0A:001:Win on next piece taken Now!:Right Game Mode Only
; [ MotoRace USA ]
motorace:0:E70D:01:000:Rank always set to 1st
motorace:0:0000:00:999:[Infinite Fuel must be ]
motorace:0:0000:00:999:[turned off at New York. ]
motorace:0:E708:1E:000:Infinite Fuel
motorace:0:0000:00:999:[Invincibility must be ]
motorace:0:0000:00:999:[turned OFF before entering ]
motorace:0:0000:00:999:[the final straight of ]
motorace:0:0000:00:999:[each city. ]
motorace:0:E300:03:000:Invincibility
motorace:0:0000:00:999:[See the Dip Switch Menu to ]
motorace:0:0000:00:999:[enable an alternate ]
motorace:0:0000:00:999:[Invincibility cheat. ]
; [ Motos ]
motos:0:1826:03:000:Infinite Lives
motos:0:182D:FF:000:Infinite Power
motos:0:182C:63:000:Infinite Jumps
; [ Mouja (Japan) ]
mouja:0:F0000A:63:000:Infinite Credits
mouja:0:F001B1:00:000:Next Top Coin always Empty PL1
mouja:0:F001B1:01:000:Next Top Coin always 1 PL1
mouja:0:F001B1:02:000:Next Top Coin always 5 PL1
mouja:0:F001B1:03:000:Next Top Coin always 10 PL1
mouja:0:F001B1:04:000:Next Top Coin always 50 PL1
mouja:0:F001B1:05:000:Next Top Coin always 100 PL1
mouja:0:F001B1:06:000:Next Top Coin always 500 PL1
mouja:0:F001B1:08:000:Next Top Coin always a Cat PL1
mouja:0:F001AF:00:000:Next Bottom Coin always Empty PL1
mouja:0:F001AF:01:000:Next Bottom Coin always 1 PL1
mouja:0:F001AF:02:000:Next Bottom Coin always 5 PL1
mouja:0:F001AF:03:000:Next Bottom Coin always 10 PL1
mouja:0:F001AF:04:000:Next Bottom Coin always 50 PL1
mouja:0:F001AF:05:000:Next Bottom Coin always 100 PL1
mouja:0:F001AF:06:000:Next Bottom Coin always 500 PL1
mouja:0:F001AF:08:000:Next Bottom Coin always a Cat PL1
mouja:0:F001B1:00:001:Next Top Coin is Empty Now! PL1
mouja:0:F001B1:01:001:Next Top Coin is 1 Now! PL1
mouja:0:F001B1:02:001:Next Top Coin is 5 Now! PL1
mouja:0:F001B1:03:001:Next Top Coin is 10 Now! PL1
mouja:0:F001B1:04:001:Next Top Coin is 50 Now! PL1
mouja:0:F001B1:05:001:Next Top Coin is 100 Now! PL1
mouja:0:F001B1:06:001:Next Top Coin is 500 Now! PL1
mouja:0:F001B1:08:001:Next Top Coin is a Cat Now! PL1
mouja:0:F001AF:00:001:Next Bottom Coin is Empty Now! PL1
mouja:0:F001AF:01:001:Next Bottom Coin is 1 Now! PL1
mouja:0:F001AF:02:001:Next Bottom Coin is 5 Now! PL1
mouja:0:F001AF:03:001:Next Bottom Coin is 10 Now! PL1
mouja:0:F001AF:04:001:Next Bottom Coin is 50 Now! PL1
mouja:0:F001AF:05:001:Next Bottom Coin is 100 Now! PL1
mouja:0:F001AF:06:001:Next Bottom Coin is 500 Now! PL1
mouja:0:F001AF:08:001:Next Bottom Coin is a Cat Now! PL1
mouja:0:F0051F:00:000:Next Top Coin always Empty PL2
mouja:0:F0051F:01:000:Next Top Coin always 1 PL2
mouja:0:F0051F:02:000:Next Top Coin always 5 PL2
mouja:0:F0051F:03:000:Next Top Coin always 10 PL2
mouja:0:F0051F:04:000:Next Top Coin always 50 PL2
mouja:0:F0051F:05:000:Next Top Coin always 100 PL2
mouja:0:F0051F:06:000:Next Top Coin always 500 PL2
mouja:0:F0051F:08:000:Next Top Coin always a Cat PL2
mouja:0:F0051D:00:000:Next Bottom Coin always Empty PL2
mouja:0:F0051D:01:000:Next Bottom Coin always 1 PL2
mouja:0:F0051D:02:000:Next Bottom Coin always 5 PL2
mouja:0:F0051D:03:000:Next Bottom Coin always 10 PL2
mouja:0:F0051D:04:000:Next Bottom Coin always 50 PL2
mouja:0:F0051D:05:000:Next Bottom Coin always 100 PL2
mouja:0:F0051D:06:000:Next Bottom Coin always 500 PL2
mouja:0:F0051D:08:000:Next Bottom Coin always a Cat PL2
mouja:0:F0051F:00:001:Next Top Coin is Empty Now! PL2
mouja:0:F0051F:01:001:Next Top Coin is 1 Now! PL2
mouja:0:F0051F:02:001:Next Top Coin is 5 Now! PL2
mouja:0:F0051F:03:001:Next Top Coin is 10 Now! PL2
mouja:0:F0051F:04:001:Next Top Coin is 50 Now! PL2
mouja:0:F0051F:05:001:Next Top Coin is 100 Now! PL2
mouja:0:F0051F:06:001:Next Top Coin is 500 Now! PL2
mouja:0:F0051F:08:001:Next Top Coin is a Cat Now! PL2
mouja:0:F0051D:00:001:Next Bottom Coin is Empty Now! PL2
mouja:0:F0051D:01:001:Next Bottom Coin is 1 Now! PL2
mouja:0:F0051D:02:001:Next Bottom Coin is 5 Now! PL2
mouja:0:F0051D:03:001:Next Bottom Coin is 10 Now! PL2
mouja:0:F0051D:04:001:Next Bottom Coin is 50 Now! PL2
mouja:0:F0051D:05:001:Next Bottom Coin is 100 Now! PL2
mouja:0:F0051D:06:001:Next Bottom Coin is 500 Now! PL2
mouja:0:F0051D:08:001:Next Bottom Coin is a Cat Now! PL2
; [ Moon Patrol ]
mpatrol:0:E511:00:000:Infinite Time
mpatrol:0:E515:0A:000:Infinite Lives
mpatrol:0:0000:00:999:[See the Dip Switch Menu to ]
mpatrol:0:0000:00:999:[enable Invincibility. ]
; [ Moon Patrol (Williams) ]
mpatrolw:0:E511:00:000:Infinite Time
mpatrolw:0:E515:0A:000:Infinite Lives
mpatrolw:0:0000:00:999:[See the Dip Switch Menu to ]
mpatrolw:0:0000:00:999:[enable Invincibility. ]
; [ Mad Planets ]
mplanets:0:130A:06:000:Infinite Lives
mplanets:0:012F0:00:000:Invincibility
; [ Mr. Do! (Universal) ]
mrdo:0:E1C5:18:040:Invincibility
mrdo:0:E097:06:000:Infinite Lives PL1
mrdo:0:E0A1:21:000:MANY red monsters PL1
mrdo:0:E0A1:01:000:One red monster PL1
mrdo:0:E0A1:00:000:NO red monsters PL1
mrdo:0:E11C:06:000:Infinite Lives PL2
mrdo:0:E126:21:000:MANY red monsters PL2
mrdo:0:E126:01:000:One red monster PL2
mrdo:0:E126:00:000:NO red monsters PL2
; [ Mr. Do! (bugfixed) ]
mrdofix:0:E1C5:18:040:Invincibility
mrdofix:0:E097:06:000:Infinite Lives PL1
mrdofix:0:E0A1:21:000:MANY red monsters PL1
mrdofix:0:E0A1:01:000:One red monster PL1
mrdofix:0:E0A1:00:000:NO red monsters PL1
mrdofix:0:E11C:06:000:Infinite Lives PL2
mrdofix:0:E126:21:000:MANY red monsters PL2
mrdofix:0:E126:01:000:One red monster PL2
mrdofix:0:E126:00:000:NO red monsters PL2
; [ Mr. Do! (Taito) ]
mrdot:0:E1C5:18:040:Invincibility
mrdot:0:E097:06:000:Infinite Lives PL1
mrdot:0:E0A1:21:000:MANY red monsters PL1
mrdot:0:E0A1:01:000:One red monster PL1
mrdot:0:E0A1:00:000:NO red monsters PL1
mrdot:0:E11C:06:000:Infinite Lives PL2
mrdot:0:E126:21:000:MANY red monsters PL2
mrdot:0:E126:01:000:One red monster PL2
mrdot:0:E126:00:000:NO red monsters PL2
; [ Mr. Do! (Yukidaruma) ]
mrdoy:0:E091:06:000:Infinite Lives PL1
mrdoy:0:E09B:21:000:MANY red monsters PL1
mrdoy:0:E09B:01:000:One red monster PL1
mrdoy:0:E09B:00:000:NO red monsters PL1
mrdoy:0:E0E9:06:000:Infinite Lives PL2
mrdoy:0:E0F3:21:000:MANY red monsters PL2
mrdoy:0:E0F3:01:000:One red monster PL2
mrdoy:0:E0F3:00:000:NO red monsters PL2
; [ Mr. Du! ]
mrdu:0:E1C5:18:040:Invincibility
mrdu:0:E097:06:000:Infinite Lives PL1
mrdu:0:E0A1:21:000:MANY red monsters PL1
mrdu:0:E0A1:01:000:One red monster PL1
mrdu:0:E0A1:00:000:NO red monsters PL1
mrdu:0:E11C:06:000:Infinite Lives PL2
mrdu:0:E126:21:000:MANY red monsters PL2
mrdu:0:E126:01:000:One red monster PL2
mrdu:0:E126:00:000:NO red monsters PL2
; [ Amazing Adventures of Mr. F. Lea, The ]
mrflea:0:C4CF:08:000:Infinite Time
mrflea:0:C558:07:000:Infinite Lives PL1
mrflea:0:C559:07:000:Infinite Lives PL2
; [ Mr. Goemon (Japan) ]
mrgoemon:0:DBB0:06:000:Infinite Lives
mrgoemon:0:DB13:40:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Mr. HELI no Dai-Bouken ]
mrheli:0:A3760:3F:000:Infinite Time
mrheli:0:A3761:83:500:Infinite Time (2/2)
mrheli:0:A2964:0A:000:Infinite Lives
mrheli:0:A007E:FF:000:Infinite Energy
mrheli:0:00000:00:999:[See the Dip Switch Menu to ]
mrheli:0:00000:00:999:[enable Invincibility. ]
mrheli:0:A3754:90:000:Infinite Money
mrheli:0:A3755:99:500:Infinite Money (2/3)
mrheli:0:A3756:99:500:Infinite Money (3/3)
mrheli:0:A001B:02:000:Maximum Power Bomb
mrheli:0:A001C:02:000:Maximum Power Shot
mrheli:0:A001D:02:000:Maximum Power Missile
; [ Mr. Jong (Japan) ]
mrjong:0:A006:09:000:Infinite Credits
mrjong:0:A071:09:000:Infinite Lives
; [ Mr. Lo! ]
mrlo:0:E1C5:18:040:Invincibility
mrlo:0:E097:06:000:Infinite Lives PL1
mrlo:0:E0A1:21:000:MANY red monsters PL1
mrlo:0:E0A1:01:000:One red monster PL1
mrlo:0:E0A1:00:000:NO red monsters PL1
mrlo:0:E11C:06:000:Infinite Lives PL2
mrlo:0:E126:21:000:MANY red monsters PL2
mrlo:0:E126:01:000:One red monster PL2
mrlo:0:E126:00:000:NO red monsters PL2
; [ Mr. TNT ]
mrtnt:0:4CA6:09:000:Infinite Lives PL1
mrtnt:0:4CA7:09:000:Infinite Lives PL2
; [ Mister Viking ]
mrviking:0:C161:08:000:Infinite Lives PL1
mrviking:0:C162:08:000:Infinite Lives PL2
; [ Mister Viking (Japan) ]
mrvikinj:0:C161:08:000:Infinite Lives PL1
mrvikinj:0:C162:08:000:Infinite Lives PL2
; [ Mahjong Scout Man (Japan) ]
mscoutm:0:0000:00:999:[The winning hand cheat must]
mscoutm:0:0000:00:999:[be activated when there are]
mscoutm:0:0000:00:999:[14 tiles in your hand, then]
mscoutm:0:0000:00:999:[press the RON key . ]
mscoutm:0:0000:00:999:[('Z' by default). The tiles]
mscoutm:0:0000:00:999:[do not visually change ]
mscoutm:0:0000:00:999:[until you make a move. ]
mscoutm:0:F159:31:001:Get winning hand Now!
mscoutm:0:F15A:31:501:Get winning hand Now! (02/14)
mscoutm:0:F15B:31:501:Get winning hand Now! (03/14)
mscoutm:0:F15C:32:501:Get winning hand Now! (04/14)
mscoutm:0:F15D:32:501:Get winning hand Now! (05/14)
mscoutm:0:F15E:32:501:Get winning hand Now! (06/14)
mscoutm:0:F15F:33:501:Get winning hand Now! (07/14)
mscoutm:0:F160:33:501:Get winning hand Now! (08/14)
mscoutm:0:F161:33:501:Get winning hand Now! (09/14)
mscoutm:0:F162:34:501:Get winning hand Now! (10/14)
mscoutm:0:F163:34:501:Get winning hand Now! (11/14)
mscoutm:0:F164:34:501:Get winning hand Now! (12/14)
mscoutm:0:F165:35:501:Get winning hand Now! (13/14)
mscoutm:0:F166:35:501:Get winning hand Now! (14/14)
mscoutm:0:0000:00:999:[At the start of a game, ]
mscoutm:0:0000:00:999:[there may be some small ]
mscoutm:0:0000:00:999:[glitches on the tiles when ]
mscoutm:0:0000:00:999:[using the 'Always' cheats. ]
mscoutm:0:0000:00:999:[The cheats should still ]
mscoutm:0:0000:00:999:[work as normal. ]
mscoutm:0:F159:31:000:Always winning hand
mscoutm:0:F15A:31:500:Always winning hand (02/14)
mscoutm:0:F15B:31:500:Always winning hand (03/14)
mscoutm:0:F15C:32:500:Always winning hand (04/14)
mscoutm:0:F15D:32:500:Always winning hand (05/14)
mscoutm:0:F15E:32:500:Always winning hand (06/14)
mscoutm:0:F15F:33:500:Always winning hand (07/14)
mscoutm:0:F160:33:500:Always winning hand (08/14)
mscoutm:0:F161:33:500:Always winning hand (09/14)
mscoutm:0:F162:34:500:Always winning hand (10/14)
mscoutm:0:F163:34:500:Always winning hand (11/14)
mscoutm:0:F164:34:500:Always winning hand (12/14)
mscoutm:0:F165:35:500:Always winning hand (13/14)
mscoutm:0:F166:35:500:Always winning hand (14/14)
; [ Mobile Suit Gundam ]
msgundam:0:202883:A0:000:Infinite Energy PL1
msgundam:0:2029AF:A0:000:Infinite Energy PL2
; [ Marvel Super Heroes (US 951024) ]
msh:0:FF4808:99:000:Infinite Time
msh:0:FF4808:00:001:Finish this Round Now!
msh:0:FF4191:90:000:Infinite Energy PL1
msh:0:FF4191:00:001:Drain All Energy Now! PL1
msh:0:FF4198:03:000:Always have Max Power PL1
msh:0:FF4195:90:500:Always have Max Power PL1 (2/2)
msh:0:FF4198:00:000:Always have Min Power PL1
msh:0:FF4195:00:500:Always have Min Power PL1 (2/2)
msh:0:FF4198:03:001:Get Max Power Now! PL1
msh:0:FF4195:90:501:Get Max Power Now! PL1 (2/2)
msh:0:FF4198:00:001:Get Min Power Now! PL1
msh:0:FF4195:00:501:Get Min Power Now! PL1 (2/2)
msh:0:FF4598:03:000:Always have Max Power PL2
msh:0:FF4595:90:500:Always have Max Power PL2 (2/2)
msh:0:FF4598:00:000:Always have Min Power PL2
msh:0:FF4595:00:500:Always have Min Power PL2 (2/2)
msh:0:FF4598:03:001:Get Max Power Now! PL2
msh:0:FF4595:90:501:Get Max Power Now! PL2 (2/2)
msh:0:FF4598:00:001:Get Min Power Now! PL2
msh:0:FF4595:00:501:Get Min Power Now! PL2 (2/2)
msh:0:FF406A:80:000:No Ground Attacks PL1
msh:0:000000:00:999:[ Free player selection ]
msh:0:000000:00:999:[ Use on level VS screen ]
msh:0:FF4051:00:001:Play as Spiderman Now! PL1
msh:0:FF4051:02:001:Play as Capt. America Now!PL1
msh:0:FF4051:04:001:Play as Hulk Now! PL1
msh:0:FF4051:06:001:Play as Iron Man Now! PL1
msh:0:FF4051:08:001:Play as Wolverine Now! PL1
msh:0:FF4051:0A:001:Play as Psylocke Now! PL1
msh:0:FF4051:0C:001:Play as Blackheart Now! PL1
msh:0:FF4051:0E:001:Play as Shama Gorath Now! PL1
msh:0:FF4051:10:001:Play as Juggernaut Now! PL1
msh:0:FF4051:12:001:Play as Magneto Now! PL1
msh:0:FF4051:14:001:Play as Doc Doom Now! PL1
msh:0:FF4051:16:001:Play as Thanos Now! PL1
msh:0:FF4051:18:001:Play as Anita Now! PL1
msh:0:FF4591:90:000:Infinite Energy PL2
msh:0:FF4591:00:001:Drain All Energy Now! PL2
msh:0:FF4598:03:000:Always have Max Power PL2
msh:0:FF4595:90:500:Always have Max Power PL2 (2/2)
msh:0:FF4598:00:000:Always have Min Power PL2
msh:0:FF4595:00:500:Always have Min Power PL2 (2/2)
msh:0:FF4598:03:001:Get Max Power Now! PL2
msh:0:FF4595:90:501:Get Max Power Now! PL2 (2/2)
msh:0:FF4598:00:001:Get Min Power Now! PL2
msh:0:FF4595:00:501:Get Min Power Now! PL2 (2/2)
msh:0:FF446A:80:000:No Ground Attacks PL2
msh:0:000000:00:999:[ Free player selection ]
msh:0:000000:00:999:[ Use on level VS screen ]
msh:0:FF4451:00:001:Play as Spiderman Now! PL2
msh:0:FF4451:02:001:Play as Capt. America Now!PL2
msh:0:FF4451:04:001:Play as Hulk Now! PL2
msh:0:FF4451:06:001:Play as Iron Man Now! PL2
msh:0:FF4451:08:001:Play as Wolverine Now! PL2
msh:0:FF4451:0A:001:Play as Psylocke Now! PL2
msh:0:FF4451:0C:001:Play as Blackheart Now! PL2
msh:0:FF4451:0E:001:Play as Shama Gorath Now! PL2
msh:0:FF4451:10:001:Play as Juggernaut Now! PL2
msh:0:FF4451:12:001:Play as Magneto Now! PL2
msh:0:FF4451:14:001:Play as Doc Doom Now! PL2
msh:0:FF4451:16:001:Play as Thanos Now! PL2
msh:0:FF4451:18:001:Play as Anita Now! PL2
msh:0:000000:00:999:[These are the codes to set ]
msh:0:000000:00:999:[the machine region - the ]
msh:0:000000:00:999:[effectiveness may vary! ]
msh:0:FF4C23:00:000:Region Switch = Japan
msh:0:FF4C23:02:000:Region Switch = USA
msh:0:FF4C23:04:000:Region Switch = Hispanic
msh:0:FF4C23:06:000:Region Switch = Asia
msh:0:FF4C23:08:000:Region Switch = Euro
msh:0:FF4C23:0A:000:Region Switch = Brazil
; [ Marvel Super Heroes (Hispanic 951117) ]
mshh:0:FF4808:99:000:Infinite Time
mshh:0:FF4808:00:001:Finish this Round Now!
mshh:0:FF4191:90:000:Infinite Energy PL1
mshh:0:FF4191:00:001:Drain All Energy Now! PL1
mshh:0:FF4198:03:000:Always have Max Power PL1
mshh:0:FF4195:90:500:Always have Max Power PL1 (2/2)
mshh:0:FF4198:00:000:Always have Min Power PL1
mshh:0:FF4195:00:500:Always have Min Power PL1 (2/2)
mshh:0:FF4198:03:001:Get Max Power Now! PL1
mshh:0:FF4195:90:501:Get Max Power Now! PL1 (2/2)
mshh:0:FF4198:00:001:Get Min Power Now! PL1
mshh:0:FF4195:00:501:Get Min Power Now! PL1 (2/2)
mshh:0:FF406A:80:000:No Ground Attacks PL1
mshh:0:000000:00:999:[ Free player selection ]
mshh:0:000000:00:999:[ Use on level VS screen ]
mshh:0:FF4051:00:001:Play as Spiderman Now! PL1
mshh:0:FF4051:02:001:Play as Capt. America Now!PL1
mshh:0:FF4051:04:001:Play as Hulk Now! PL1
mshh:0:FF4051:06:001:Play as Iron Man Now! PL1
mshh:0:FF4051:08:001:Play as Wolverine Now! PL1
mshh:0:FF4051:0A:001:Play as Psylocke Now! PL1
mshh:0:FF4051:0C:001:Play as Blackheart Now! PL1
mshh:0:FF4051:0E:001:Play as Shama Gorath Now! PL1
mshh:0:FF4051:10:001:Play as Juggernaut Now! PL1
mshh:0:FF4051:12:001:Play as Magneto Now! PL1
mshh:0:FF4051:14:001:Play as Doc Doom Now! PL1
mshh:0:FF4051:16:001:Play as Thanos Now! PL1
mshh:0:FF4051:18:001:Play as Anita Now! PL1
mshh:0:FF4591:90:000:Infinite Energy PL2
mshh:0:FF4591:00:001:Drain All Energy Now! PL2
mshh:0:FF4598:03:000:Always have Max Power PL2
mshh:0:FF4595:90:500:Always have Max Power PL2 (2/2)
mshh:0:FF4598:00:000:Always have Min Power PL2
mshh:0:FF4595:00:500:Always have Min Power PL2 (2/2)
mshh:0:FF4598:03:001:Get Max Power Now! PL2
mshh:0:FF4595:90:501:Get Max Power Now! PL2 (2/2)
mshh:0:FF4598:00:001:Get Min Power Now! PL2
mshh:0:FF4595:00:501:Get Min Power Now! PL2 (2/2)
mshh:0:FF446A:80:000:No Ground Attacks PL2
mshh:0:000000:00:999:[ Free player selection ]
mshh:0:000000:00:999:[ Use on level VS screen ]
mshh:0:FF4451:00:001:Play as Spiderman Now! PL2
mshh:0:FF4451:02:001:Play as Capt. America Now!PL2
mshh:0:FF4451:04:001:Play as Hulk Now! PL2
mshh:0:FF4451:06:001:Play as Iron Man Now! PL2
mshh:0:FF4451:08:001:Play as Wolverine Now! PL2
mshh:0:FF4451:0A:001:Play as Psylocke Now! PL2
mshh:0:FF4451:0C:001:Play as Blackheart Now! PL2
mshh:0:FF4451:0E:001:Play as Shama Gorath Now! PL2
mshh:0:FF4451:10:001:Play as Juggernaut Now! PL2
mshh:0:FF4451:12:001:Play as Magneto Now! PL2
mshh:0:FF4451:14:001:Play as Doc Doom Now! PL2
mshh:0:FF4451:16:001:Play as Thanos Now! PL2
mshh:0:FF4451:18:001:Play as Anita Now! PL2
mshh:0:000000:00:999:[These are the codes to set ]
mshh:0:000000:00:999:[the machine region - the ]
mshh:0:000000:00:999:[effectiveness may vary! ]
mshh:0:FF4C23:00:000:Region Switch = Japan
mshh:0:FF4C23:02:000:Region Switch = USA
mshh:0:FF4C23:04:000:Region Switch = Hispanic
mshh:0:FF4C23:06:000:Region Switch = Asia
mshh:0:FF4C23:08:000:Region Switch = Euro
mshh:0:FF4C23:0A:000:Region Switch = Brazil
; [ Marvel Super Heroes (Japan 951024) ]
mshj:0:FF4808:99:000:Infinite Time
mshj:0:FF4808:00:001:Finish this Round Now!
mshj:0:FF4191:90:000:Infinite Energy PL1
mshj:0:FF4191:00:001:Drain All Energy Now! PL1
mshj:0:FF4198:03:000:Always have Max Power PL1
mshj:0:FF4195:90:500:Always have Max Power PL1 (2/2)
mshj:0:FF4198:00:000:Always have Min Power PL1
mshj:0:FF4195:00:500:Always have Min Power PL1 (2/2)
mshj:0:FF4198:03:001:Get Max Power Now! PL1
mshj:0:FF4195:90:501:Get Max Power Now! PL1 (2/2)
mshj:0:FF4198:00:001:Get Min Power Now! PL1
mshj:0:FF4195:00:501:Get Min Power Now! PL1 (2/2)
mshj:0:FF406A:80:000:No Ground Attacks PL1
mshj:0:000000:00:999:[ Free player selection ]
mshj:0:000000:00:999:[ Use on level VS screen ]
mshj:0:FF4051:00:001:Play as Spiderman Now! PL1
mshj:0:FF4051:02:001:Play as Capt. America Now!PL1
mshj:0:FF4051:04:001:Play as Hulk Now! PL1
mshj:0:FF4051:06:001:Play as Iron Man Now! PL1
mshj:0:FF4051:08:001:Play as Wolverine Now! PL1
mshj:0:FF4051:0A:001:Play as Psylocke Now! PL1
mshj:0:FF4051:0C:001:Play as Blackheart Now! PL1
mshj:0:FF4051:0E:001:Play as Shama Gorath Now! PL1
mshj:0:FF4051:10:001:Play as Juggernaut Now! PL1
mshj:0:FF4051:12:001:Play as Magneto Now! PL1
mshj:0:FF4051:14:001:Play as Doc Doom Now! PL1
mshj:0:FF4051:16:001:Play as Thanos Now! PL1
mshj:0:FF4051:18:001:Play as Anita Now! PL1
mshj:0:FF4591:90:000:Infinite Energy PL2
mshj:0:FF4598:03:000:Always have Max Power PL2
mshj:0:FF4595:90:500:Always have Max Power PL2 (2/2)
mshj:0:FF4598:00:000:Always have Min Power PL2
mshj:0:FF4595:00:500:Always have Min Power PL2 (2/2)
mshj:0:FF4598:03:001:Get Max Power Now! PL2
mshj:0:FF4595:90:501:Get Max Power Now! PL2 (2/2)
mshj:0:FF4598:00:001:Get Min Power Now! PL2
mshj:0:FF4595:00:501:Get Min Power Now! PL2 (2/2)
mshj:0:FF446A:80:000:No Ground Attacks PL2
mshj:0:000000:00:999:[ Free player selection ]
mshj:0:000000:00:999:[ Use on level VS screen ]
mshj:0:FF4451:00:001:Play as Spiderman Now! PL2
mshj:0:FF4451:02:001:Play as Capt. America Now!PL2
mshj:0:FF4451:04:001:Play as Hulk Now! PL2
mshj:0:FF4451:06:001:Play as Iron Man Now! PL2
mshj:0:FF4451:08:001:Play as Wolverine Now! PL2
mshj:0:FF4451:0A:001:Play as Psylocke Now! PL2
mshj:0:FF4451:0C:001:Play as Blackheart Now! PL2
mshj:0:FF4451:0E:001:Play as Shama Gorath Now! PL2
mshj:0:FF4451:10:001:Play as Juggernaut Now! PL2
mshj:0:FF4451:12:001:Play as Magneto Now! PL2
mshj:0:FF4451:14:001:Play as Doc Doom Now! PL2
mshj:0:FF4451:16:001:Play as Thanos Now! PL2
mshj:0:FF4451:18:001:Play as Anita Now! PL2
mshj:0:000000:00:999:[These are the codes to set ]
mshj:0:000000:00:999:[the machine region - the ]
mshj:0:000000:00:999:[effectiveness may vary! ]
mshj:0:FF4C23:00:000:Region Switch = Japan
mshj:0:FF4C23:02:000:Region Switch = USA
mshj:0:FF4C23:04:000:Region Switch = Hispanic
mshj:0:FF4C23:06:000:Region Switch = Asia
mshj:0:FF4C23:08:000:Region Switch = Euro
mshj:0:FF4C23:0A:000:Region Switch = Brazil
; [ Mahjong Satsujin Jiken (Japan) ]
msjiken:0:F962:FF:000:Buggy score
msjiken:0:0000:00:999:[The winning hand cheat must]
msjiken:0:0000:00:999:[be activated when there are]
msjiken:0:0000:00:999:[14 tiles in your hand, then]
msjiken:0:0000:00:999:[press the RON key . ]
msjiken:0:0000:00:999:[('Z' by default). The tiles]
msjiken:0:0000:00:999:[do not visually change ]
msjiken:0:0000:00:999:[until you make a move. ]
msjiken:0:FC8C:31:001:Get winning hand Now!
msjiken:0:FC8D:31:501:Get winning hand Now! (02/14)
msjiken:0:FC8E:31:501:Get winning hand Now! (03/14)
msjiken:0:FC8F:32:501:Get winning hand Now! (04/14)
msjiken:0:FC90:32:501:Get winning hand Now! (05/14)
msjiken:0:FC91:32:501:Get winning hand Now! (06/14)
msjiken:0:FC92:33:501:Get winning hand Now! (07/14)
msjiken:0:FC93:33:501:Get winning hand Now! (08/14)
msjiken:0:FC94:33:501:Get winning hand Now! (09/14)
msjiken:0:FC95:34:501:Get winning hand Now! (10/14)
msjiken:0:FC96:34:501:Get winning hand Now! (11/14)
msjiken:0:FC97:34:501:Get winning hand Now! (12/14)
msjiken:0:FC98:35:501:Get winning hand Now! (13/14)
msjiken:0:FC99:35:501:Get winning hand Now! (14/14)
msjiken:0:FC8C:31:000:Always winning hand
msjiken:0:FC8D:31:500:Always winning hand (02/14)
msjiken:0:FC8E:31:500:Always winning hand (03/14)
msjiken:0:FC8F:32:500:Always winning hand (04/14)
msjiken:0:FC90:32:500:Always winning hand (05/14)
msjiken:0:FC91:32:500:Always winning hand (06/14)
msjiken:0:FC92:33:500:Always winning hand (07/14)
msjiken:0:FC93:33:500:Always winning hand (08/14)
msjiken:0:FC94:33:500:Always winning hand (09/14)
msjiken:0:FC95:34:500:Always winning hand (10/14)
msjiken:0:FC96:34:500:Always winning hand (11/14)
msjiken:0:FC97:34:500:Always winning hand (12/14)
msjiken:0:FC98:35:500:Always winning hand (13/14)
msjiken:0:FC99:35:500:Always winning hand (14/14)
; [ Metal Slug - Super Vehicle-001 ]
mslug:0:106E93:3C:000:Infinite Time
mslug:0:1005E7:30:000:Infinite Tank Gas
mslug:0:100610:0A:000:Infinite Tank Cannon
mslug:0:100377:03:000:Infinite Lives PL1
mslug:0:1004C2:FF:000:Infinite Ammo PL1
mslug:0:1004C0:0A:000:Infinite Bombs PL1
mslug:0:100610:0A:000:Infinite Cannon PL1
mslug:0:100485:40:000:Invincibility PL1
mslug:0:1004B1:00:000:Always Normal Gun PL1
mslug:0:1004B1:01:000:Always Shotgun PL1
mslug:0:1004B1:02:000:Always Flamer PL1
mslug:0:1004B1:03:000:Always Rocket Launcher PL1
mslug:0:1004B1:04:000:Always Machine Gun PL1
mslug:0:1004B1:00:001:Get Normal Gun Now! PL1
mslug:0:1004B1:01:001:Get Shotgun Now! PL1
mslug:0:1004B1:02:001:Get Flamer Now! PL1
mslug:0:1004B1:03:001:Get Rocket Launcher Now! PL1
mslug:0:1004B1:04:001:Get Machine Gun Now! PL1
mslug:0:100417:03:000:Infinite Lives PL2
mslug:0:100562:FF:000:Infinite Ammo PL2
mslug:0:100560:0A:000:Infinite Bombs PL2
mslug:0:100610:0A:000:Infinite Cannon PL2
mslug:0:100525:40:000:Invincibility PL2
mslug:0:100551:00:000:Always Normal Gun PL2
mslug:0:100551:01:000:Always Shotgun PL2
mslug:0:100551:02:000:Always Flamer PL2
mslug:0:100551:03:000:Always Rocket Launcher PL2
mslug:0:100551:04:000:Always Machine Gun PL2
mslug:0:100551:00:001:Get Normal Gun Now! PL2
mslug:0:100551:01:001:Get Shotgun Now! PL2
mslug:0:100551:02:001:Get Flamer Now! PL2
mslug:0:100551:03:001:Get Rocket Launcher Now! PL2
mslug:0:100551:04:001:Get Machine Gun Now! PL2
; [ Metal Slug 2 - Super Vehicle-001/II ]
mslug2:0:1013B4:3C:000:Infinite Time
mslug2:0:101276:63:000:Infinite Lives PL1
mslug2:0:10C348:63:000:Infinite Bombs PL1
mslug2:0:10C34D:FF:000:Infinite Ammo PL1
mslug2:0:10E8A1:0A:000:Infinite Cannon PL1
mslug2:0:101517:77:000:Invincibility PL1
mslug2:0:10E8A1:0A:000:Infinite Vehicle Cannon PL1
mslug2:0:10E89B:30:000:Infinite Vehicle Energy PL1
mslug2:0:101525:00:001:Become Normal PL1
mslug2:0:101525:02:001:Become Fat Bloater PL1
mslug2:0:101525:03:001:Become Mummy PL1
mslug2:0:10C346:FF:001:Get Normal Gun PL1
mslug2:0:10C346:00:001:Get Shotgun PL1
mslug2:0:101525:01:501:Get Shotgun PL1 (2/2)
mslug2:0:10C346:01:001:Get Rocket Launcher PL1
mslug2:0:101525:01:501:Get Rocket Launcher PL1(2/2)
mslug2:0:10C346:02:001:Get Flamethrower PL1
mslug2:0:101525:01:501:Get Flamethrower PL1 (2/2)
mslug2:0:10C346:03:001:Get Machine Gun PL1
mslug2:0:101525:01:501:Get Machine Gun PL1 (2/2)
mslug2:0:10C346:04:001:Get Laser PL1
mslug2:0:101525:01:501:Get Laser PL1 (2/2)
mslug2:0:10131E:63:000:Infinite Lives PL2
mslug2:0:10C349:63:000:Infinite Bombs PL2
mslug2:0:10C34F:FF:000:Infinite Ammo PL2
mslug2:0:10E8C5:0A:000:Infinite Cannon PL2
mslug2:0:1015BF:77:000:Invincibility PL2
mslug2:0:10E8C5:0A:000:Infinite Vehicle Cannon PL2
mslug2:0:10E8BF:30:000:Infinite Vehicle Energy PL2
mslug2:0:1015CD:00:001:Become Normal Now! PL2
mslug2:0:1015CD:02:001:Become Fat Bloater Now! PL2
mslug2:0:1015CD:03:001:Become Mummy Now! PL2
mslug2:0:10C347:FF:001:Get Normal Gun PL2
mslug2:0:10C347:00:001:Get Shotgun PL2
mslug2:0:1015CD:01:501:Get Shotgun PL2 (2/2)
mslug2:0:10C347:01:001:Get Rocket Launcher PL2
mslug2:0:1015CD:01:501:Get Rocket Launcher PL2(2/2)
mslug2:0:10C347:02:001:Get Flamethrower PL2
mslug2:0:1015CD:01:501:Get Flamethrower PL2 (2/2)
mslug2:0:10C347:03:001:Get Machine Gun PL2
mslug2:0:1015CD:01:501:Get Machine Gun PL2 (2/2)
mslug2:0:10C347:04:001:Get Laser PL2
mslug2:0:1015CD:01:501:Get Laser PL2 (2/2)
; [ Metal Slug X - Super Vehicle-001 ]
mslugx:0:1013DE:5A:000:Infinite Time
mslugx:0:101288:02:000:Infinite Lives PL1
mslugx:0:101523:40:000:Invincibility PL1:Doesn't work when on vehicle!
mslugx:0:101549:99:500:Invincibility PL1 (2/2)
mslugx:0:10C5FD:32:001:Get 50 Prisoners PL1
mslugx:0:10C725:FF:000:Infinite Ammo PL1
mslugx:0:10C720:63:000:Infinite Bombs PL1
mslugx:0:10C621:30:000:Infinite Vehicle Energy PL1
mslugx:0:10C627:63:000:Infinite Vehicle Cannon PL1
mslugx:0:101557:01:001:Status = Normal Now! PL1
mslugx:0:101557:02:001:Status = Fat Now! PL1
mslugx:0:000000:00:999:[ Shot Equipment PL1 ]
mslugx:0:10C71E:00:000:Always Normal Gun PL1
mslugx:0:10C71E:01:000:Always MS Cannon PL1
mslugx:0:10C71E:05:000:Always Small Machine Gun PL1
mslugx:0:10C71E:0A:000:Always Big Machine Gun PL1
mslugx:0:10C71E:03:000:Always Fuzzy Enemy Chaser PL1
mslugx:0:10C71E:0C:000:Always Homing Enemy ChaserPL1
mslugx:0:10C71E:02:000:Always Short Range ShotGunPL1
mslugx:0:10C71E:07:000:Always Long Range ShotGun PL1
mslugx:0:10C71E:04:000:Always Small Flamethrower PL1
mslugx:0:10C71E:09:000:Always Big Flamethrower PL1
mslugx:0:10C71E:06:000:Always Small Laser Gun PL1
mslugx:0:10C71E:0B:000:Always Big Laser Gun PL1
mslugx:0:10C71E:08:000:Always Rocket Launcher PL1
mslugx:0:10C71E:0D:000:Always Iron Laser PL1
mslugx:0:10C71E:0E:000:Always Drop Shot PL1
mslugx:0:10C71E:0F:000:Always Super Granade PL1
mslugx:0:10C71E:00:001:Get Normal Gun Now! PL1
mslugx:0:10C71E:01:001:Get MS Cannon Now! PL1
mslugx:0:10C71E:05:001:Get Small Machine Gun Now!PL1
mslugx:0:10C71E:0A:001:Get Big Machine Gun Now! PL1
mslugx:0:10C71E:03:001:Get Fuzzy EnemyChaser Now!PL1
mslugx:0:10C71E:0C:001:Get HomingEnemy ChaserNow!PL1
mslugx:0:10C71E:02:001:Get ShortRange ShotGunNow!PL1
mslugx:0:10C71E:07:001:Get LongRange ShotGun Now!PL1
mslugx:0:10C71E:04:001:Get Small FlamethrowerNow!PL1
mslugx:0:10C71E:09:001:Get Big Flamethrower Now! PL1
mslugx:0:10C71E:06:001:Get Small Laser Gun Now! PL1
mslugx:0:10C71E:0B:001:Get Big Laser Gun Now! PL1
mslugx:0:10C71E:08:001:Get Rocket Launcher Now! PL1
mslugx:0:10C71E:0D:001:Get Iron Laser Now! PL1
mslugx:0:10C71E:0E:001:Get Drop Shot Now! PL1
mslugx:0:10C71E:0F:001:Get Super Granade Now! PL1
mslugx:0:000000:00:999:[ Bomb Equipment PL1 ]
mslugx:0:10C722:01:000:Always have Normal Bomb PL1
mslugx:0:10C722:02:000:Always have Fire Bomb PL1
mslugx:0:10C722:03:000:Always have Stone PL1
mslugx:0:10C722:01:001:Get Normal Bomb Now! PL1
mslugx:0:10C722:02:001:Get Fire Bomb Now! PL1
mslugx:0:10C722:03:001:Get Stone Now! PL1
mslugx:0:101338:02:000:Infinite Lives PL2
mslugx:0:1015D3:40:000:Invincibility PL2:Doesn't work when on vehicle!
mslugx:0:1015F9:71:500:Invincibility PL2 (2/2)
mslugx:0:10C601:32:001:Get 50 Prisoners PL2
mslugx:0:10C727:FF:000:Infinite Ammo PL2
mslugx:0:10C721:14:000:Infinite Bombs PL2
mslugx:0:10C645:30:000:Infinite Vehicle Energy PL2
mslugx:0:10C64B:19:000:Infinite Vehicle Cannon PL2
mslugx:0:000000:00:999:[ Player Status PL2 ]#
mslugx:0:101558:01:001:Status = Normal Now! PL2
mslugx:0:101558:02:001:Status = Fat Now! PL2
mslugx:0:000000:00:999:[ Shot Equipment PL2 ]
mslugx:0:10C71F:00:000:Always Normal Gun PL2
mslugx:0:10C71F:01:000:Always MS Cannon PL2
mslugx:0:10C71F:05:000:Always Small Machine Gun PL2
mslugx:0:10C71F:0A:000:Always Big Machine Gun PL2
mslugx:0:10C71F:03:000:Always Fuzzy Enemy Chaser PL2
mslugx:0:10C71F:0C:000:Always Homing Enemy ChaserPL2
mslugx:0:10C71F:02:000:Always Short Range ShotGunPL2
mslugx:0:10C71F:07:000:Always Long Range ShotGun PL2
mslugx:0:10C71F:04:000:Always Small Flamethrower PL2
mslugx:0:10C71F:09:000:Always Big Flamethrower PL2
mslugx:0:10C71F:06:000:Always Small Laser Gun PL2
mslugx:0:10C71F:0B:000:Always Big Laser Gun PL2
mslugx:0:10C71F:08:000:Always Rocket Launcher PL2
mslugx:0:10C71F:0D:000:Always Iron Laser PL2
mslugx:0:10C71F:0E:000:Always Drop Shot PL2
mslugx:0:10C71F:0F:000:Always Super Granade PL2
mslugx:0:10C71F:00:001:Get Normal Gun Now! PL2
mslugx:0:10C71F:01:001:Get MS Cannon Now! PL2
mslugx:0:10C71F:05:001:Get Small Machine Gun Now!PL2
mslugx:0:10C71F:0A:001:Get Big Machine Gun Now! PL2
mslugx:0:10C71F:03:001:Get Fuzzy EnemyChaser Now!PL2
mslugx:0:10C71F:0C:001:Get HomingEnemy ChaserNow!PL2
mslugx:0:10C71F:02:001:Get ShortRange ShotGunNow!PL2
mslugx:0:10C71F:07:001:Get LongRange ShotGun Now!PL2
mslugx:0:10C71F:04:001:Get Small FlamethrowerNow!PL2
mslugx:0:10C71F:09:001:Get Big Flamethrower Now! PL2
mslugx:0:10C71F:06:001:Get Small Laser Gun Now! PL2
mslugx:0:10C71F:0B:001:Get Big Laser Gun Now! PL2
mslugx:0:10C71F:08:001:Get Rocket Launcher Now! PL2
mslugx:0:10C71F:0D:001:Get Iron Laser Now! PL2
mslugx:0:10C71F:0E:001:Get Drop Shot Now! PL2
mslugx:0:10C71F:0F:001:Get Super Granade Now! PL2
mslugx:0:000000:00:999:[ Bomb Equipment PL2 ]
mslugx:0:10C723:01:000:Always have Normal Bomb PL2
mslugx:0:10C723:02:000:Always have Fire Bomb PL2
mslugx:0:10C723:03:000:Always have Stone PL2
mslugx:0:10C723:01:001:Get Normal Bomb Now! PL2
mslugx:0:10C723:02:001:Get Fire Bomb Now! PL2
mslugx:0:10C723:03:001:Get Stone Now! PL2
; [ Ms. Pac-Man (bootleg) ]
mspacmab:0:4E14:06:000:Infinite Lives
mspacmab:0:4E15:05:500:Infinite Lives (2/2)
mspacmab:0:0000:00:999:[------Starting Levels------]
mspacmab:0:0000:00:999:[Deactivate the cheats after]
mspacmab:0:0000:00:999:[starting the level or leave]
mspacmab:0:0000:00:999:[active to repeat the level.]
mspacmab:0:4E0A:7E:000:Start at Strawberry
mspacmab:0:4E13:01:500:Start at Strawberry (2/2)
mspacmab:0:4E0A:7F:000:Start at Orange
mspacmab:0:4E13:02:500:Start at Orange (2/2)
mspacmab:0:4E0A:80:000:Start at Pretzel
mspacmab:0:4E13:03:500:Start at Pretzel (2/2)
mspacmab:0:4E0A:81:000:Start at Apple
mspacmab:0:4E13:04:500:Start at Apple (2/2)
mspacmab:0:4E0A:82:000:Start at Pear
mspacmab:0:4E13:05:500:Start at Pear (2/2)
mspacmab:0:4E0A:83:000:Start at Banana
mspacmab:0:4E13:06:500:Start at Banana (2/2)
mspacmab:0:4E0A:84:000:Start at Multifruit 1a
mspacmab:0:4E13:07:500:Start at Multifruit 1a (2/2)
mspacmab:0:4E0A:85:000:Start at Multifruit 1b
mspacmab:0:4E13:08:500:Start at Multifruit 1b (2/2)
mspacmab:0:4E0A:86:000:Start at Multifruit 2
mspacmab:0:4E13:09:500:Start at Multifruit 2 (2/2)
mspacmab:0:0000:00:999:[------Practice Levels------]
mspacmab:0:4E13:00:000:Practice Cherry
mspacmab:0:4E13:01:000:Practice Strawberry
mspacmab:0:4E13:02:000:Practice Orange
mspacmab:0:4E13:03:000:Practice Pretzel
mspacmab:0:4E13:04:000:Practice Apple
mspacmab:0:4E13:05:000:Practice Pear
mspacmab:0:4E13:06:000:Practice Banana
mspacmab:0:4E13:07:000:Practice Multifruit (board 1)
mspacmab:0:4E13:09:000:Practice Multifruit (board 2)
mspacmab:0:4E13:FF:000:Split-Screen (Unplayable)
mspacmab:0:4E13:FE:000:No maze or dots(Unfinishable)
mspacmab:0:0000:00:999:[------Practice Speeds------]
mspacmab:0:4DBD:00:000:Stay blue until eaten
mspacmab:0:4DBE:00:500:Stay blue until eaten (2/2)
mspacmab:0:4DBD:58:000:Slow changeback
mspacmab:0:4DBE:02:500:Slow changeback (2/2)
mspacmab:0:4DBD:68:000:Moderate changeback
mspacmab:0:4DBE:01:500:Moderate changeback (2/2)
mspacmab:0:4DBD:F0:000:Quick changeback
mspacmab:0:4DBE:00:500:Quick changeback (2/2)
mspacmab:0:4DBD:78:000:Lightning changeback
mspacmab:0:4DBE:00:500:Lightning changeback (2/2)
mspacmab:0:4DBD:01:000:No change to blue
mspacmab:0:4DBE:00:500:No change to blue (2/2)
mspacmab:0:0000:00:999:[-------Ghost Status--------]
mspacmab:0:4DA7:01:000:Red always blue
mspacmab:0:4DA8:01:000:Pink always blue
mspacmab:0:4DA9:01:000:Green always blue
mspacmab:0:4DAA:01:000:Orange always blue
mspacmab:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Ms. Pac-Man ]
mspacman:0:4E14:06:000:Infinite Lives
mspacman:0:4E15:05:500:Infinite Lives (2/2)
mspacman:0:0000:00:999:[------Starting Levels------]
mspacman:0:0000:00:999:[Deactivate the cheats after]
mspacman:0:0000:00:999:[starting the level or leave]
mspacman:0:0000:00:999:[active to repeat the level.]
mspacman:0:4E0A:7E:000:Start at Strawberry
mspacman:0:4E13:01:500:Start at Strawberry (2/2)
mspacman:0:4E0A:7F:000:Start at Orange
mspacman:0:4E13:02:500:Start at Orange (2/2)
mspacman:0:4E0A:80:000:Start at Pretzel
mspacman:0:4E13:03:500:Start at Pretzel (2/2)
mspacman:0:4E0A:81:000:Start at Apple
mspacman:0:4E13:04:500:Start at Apple (2/2)
mspacman:0:4E0A:82:000:Start at Pear
mspacman:0:4E13:05:500:Start at Pear (2/2)
mspacman:0:4E0A:83:000:Start at Banana
mspacman:0:4E13:06:500:Start at Banana (2/2)
mspacman:0:4E0A:84:000:Start at Multifruit 1a
mspacman:0:4E13:07:500:Start at Multifruit 1a (2/2)
mspacman:0:4E0A:85:000:Start at Multifruit 1b
mspacman:0:4E13:08:500:Start at Multifruit 1b (2/2)
mspacman:0:4E0A:86:000:Start at Multifruit 2
mspacman:0:4E13:09:500:Start at Multifruit 2 (2/2)
mspacman:0:0000:00:999:[------Practice Levels------]
mspacman:0:4E13:00:000:Practice Cherry
mspacman:0:4E13:01:000:Practice Strawberry
mspacman:0:4E13:02:000:Practice Orange
mspacman:0:4E13:03:000:Practice Pretzel
mspacman:0:4E13:04:000:Practice Apple
mspacman:0:4E13:05:000:Practice Pear
mspacman:0:4E13:06:000:Practice Banana
mspacman:0:4E13:07:000:Practice Multifruit (board 1)
mspacman:0:4E13:09:000:Practice Multifruit (board 2)
mspacman:0:4E13:FF:000:Split-Screen (Unplayable)
mspacman:0:4E13:FE:000:No maze or dots(Unfinishable)
mspacman:0:0000:00:999:[------Practice Speeds------]
mspacman:0:4DBD:00:000:Stay blue until eaten
mspacman:0:4DBE:00:500:Stay blue until eaten (2/2)
mspacman:0:4DBD:58:000:Slow changeback
mspacman:0:4DBE:02:500:Slow changeback (2/2)
mspacman:0:4DBD:68:000:Moderate changeback
mspacman:0:4DBE:01:500:Moderate changeback (2/2)
mspacman:0:4DBD:F0:000:Quick changeback
mspacman:0:4DBE:00:500:Quick changeback (2/2)
mspacman:0:4DBD:78:000:Lightning changeback
mspacman:0:4DBE:00:500:Lightning changeback (2/2)
mspacman:0:4DBD:01:000:No change to blue
mspacman:0:4DBE:00:500:No change to blue (2/2)
mspacman:0:0000:00:999:[-------Ghost Status--------]
mspacman:0:4DA7:01:000:Red always blue
mspacman:0:4DA8:01:000:Pink always blue
mspacman:0:4DA9:01:000:Green always blue
mspacman:0:4DAA:01:000:Orange always blue
mspacman:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Ms. Pac Attack ]
mspacmat:0:4E14:06:000:Infinite Lives
mspacmat:0:4E15:05:500:Infinite Lives (2/2)
mspacmat:0:0000:00:999:[------Starting Levels------]
mspacmat:0:0000:00:999:[Deactivate the cheats after]
mspacmat:0:0000:00:999:[starting the level or leave]
mspacmat:0:0000:00:999:[active to repeat the level.]
mspacmat:0:4E0A:7E:000:Start at Strawberry
mspacmat:0:4E13:01:500:Start at Strawberry (2/2)
mspacmat:0:4E0A:7F:000:Start at Orange
mspacmat:0:4E13:02:500:Start at Orange (2/2)
mspacmat:0:4E0A:80:000:Start at Pretzel
mspacmat:0:4E13:03:500:Start at Pretzel (2/2)
mspacmat:0:4E0A:81:000:Start at Apple
mspacmat:0:4E13:04:500:Start at Apple (2/2)
mspacmat:0:4E0A:82:000:Start at Pear
mspacmat:0:4E13:05:500:Start at Pear (2/2)
mspacmat:0:4E0A:83:000:Start at Banana
mspacmat:0:4E13:06:500:Start at Banana (2/2)
mspacmat:0:4E0A:84:000:Start at Multifruit 1a
mspacmat:0:4E13:07:500:Start at Multifruit 1a (2/2)
mspacmat:0:4E0A:85:000:Start at Multifruit 1b
mspacmat:0:4E13:08:500:Start at Multifruit 1b (2/2)
mspacmat:0:4E0A:86:000:Start at Multifruit 2
mspacmat:0:4E13:09:500:Start at Multifruit 2 (2/2)
mspacmat:0:0000:00:999:[------Practice Levels------]
mspacmat:0:4E13:00:000:Practice Cherry
mspacmat:0:4E13:01:000:Practice Strawberry
mspacmat:0:4E13:02:000:Practice Orange
mspacmat:0:4E13:03:000:Practice Pretzel
mspacmat:0:4E13:04:000:Practice Apple
mspacmat:0:4E13:05:000:Practice Pear
mspacmat:0:4E13:06:000:Practice Banana
mspacmat:0:4E13:07:000:Practice Multifruit (board 1)
mspacmat:0:4E13:09:000:Practice Multifruit (board 2)
mspacmat:0:4E13:FF:000:Split-Screen (Unplayable)
mspacmat:0:4E13:FE:000:No maze or dots(Unfinishable)
mspacmat:0:0000:00:999:[------Practice Speeds------]
mspacmat:0:4DBD:00:000:Stay blue until eaten
mspacmat:0:4DBE:00:500:Stay blue until eaten (2/2)
mspacmat:0:4DBD:58:000:Slow changeback
mspacmat:0:4DBE:02:500:Slow changeback (2/2)
mspacmat:0:4DBD:68:000:Moderate changeback
mspacmat:0:4DBE:01:500:Moderate changeback (2/2)
mspacmat:0:4DBD:F0:000:Quick changeback
mspacmat:0:4DBE:00:500:Quick changeback (2/2)
mspacmat:0:4DBD:78:000:Lightning changeback
mspacmat:0:4DBE:00:500:Lightning changeback (2/2)
mspacmat:0:4DBD:01:000:No change to blue
mspacmat:0:4DBE:00:500:No change to blue (2/2)
mspacmat:0:0000:00:999:[-------Ghost Status--------]
mspacmat:0:4DA7:01:000:Red always blue
mspacmat:0:4DA8:01:000:Pink always blue
mspacmat:0:4DA9:01:000:Green always blue
mspacmat:0:4DAA:01:000:Orange always blue
mspacmat:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Ms. Pac-Man Plus ]
mspacpls:0:4E14:06:000:Infinite Lives
mspacpls:0:4E15:05:500:Infinite Lives (2/2)
mspacpls:0:0000:00:999:[------Starting Levels------]
mspacpls:0:0000:00:999:[Deactivate the cheats after]
mspacpls:0:0000:00:999:[starting the level or leave]
mspacpls:0:0000:00:999:[active to repeat the level.]
mspacpls:0:4E0A:7E:000:Start at Strawberry
mspacpls:0:4E13:01:500:Start at Strawberry (2/2)
mspacpls:0:4E0A:7F:000:Start at Orange
mspacpls:0:4E13:02:500:Start at Orange (2/2)
mspacpls:0:4E0A:80:000:Start at Pretzel
mspacpls:0:4E13:03:500:Start at Pretzel (2/2)
mspacpls:0:4E0A:81:000:Start at Apple
mspacpls:0:4E13:04:500:Start at Apple (2/2)
mspacpls:0:4E0A:82:000:Start at Pear
mspacpls:0:4E13:05:500:Start at Pear (2/2)
mspacpls:0:4E0A:83:000:Start at Banana
mspacpls:0:4E13:06:500:Start at Banana (2/2)
mspacpls:0:4E0A:84:000:Start at Multifruit 1a
mspacpls:0:4E13:07:500:Start at Multifruit 1a (2/2)
mspacpls:0:4E0A:85:000:Start at Multifruit 1b
mspacpls:0:4E13:08:500:Start at Multifruit 1b (2/2)
mspacpls:0:4E0A:86:000:Start at Multifruit 2
mspacpls:0:4E13:09:500:Start at Multifruit 2 (2/2)
mspacpls:0:0000:00:999:[------Practice Levels------]
mspacpls:0:4E13:00:000:Practice Cherry
mspacpls:0:4E13:01:000:Practice Strawberry
mspacpls:0:4E13:02:000:Practice Orange
mspacpls:0:4E13:03:000:Practice Pretzel
mspacpls:0:4E13:04:000:Practice Apple
mspacpls:0:4E13:05:000:Practice Pear
mspacpls:0:4E13:06:000:Practice Banana
mspacpls:0:4E13:07:000:Practice Multifruit (board 1)
mspacpls:0:4E13:09:000:Practice Multifruit (board 2)
mspacpls:0:4E13:FF:000:Split-Screen (Unplayable)
mspacpls:0:4E13:FE:000:No maze or dots(Unfinishable)
mspacpls:0:0000:00:999:[------Practice Speeds------]
mspacpls:0:4DBD:00:000:Stay blue until eaten
mspacpls:0:4DBE:00:500:Stay blue until eaten (2/2)
mspacpls:0:4DBD:58:000:Slow changeback
mspacpls:0:4DBE:02:500:Slow changeback (2/2)
mspacpls:0:4DBD:68:000:Moderate changeback
mspacpls:0:4DBE:01:500:Moderate changeback (2/2)
mspacpls:0:4DBD:F0:000:Quick changeback
mspacpls:0:4DBE:00:500:Quick changeback (2/2)
mspacpls:0:4DBD:78:000:Lightning changeback
mspacpls:0:4DBE:00:500:Lightning changeback (2/2)
mspacpls:0:4DBD:01:000:No change to blue
mspacpls:0:4DBE:00:500:No change to blue (2/2)
mspacpls:0:0000:00:999:[-------Ghost Status--------]
mspacpls:0:4DA7:01:000:Red always blue
mspacpls:0:4DA8:01:000:Pink always blue
mspacpls:0:4DA9:01:000:Green always blue
mspacpls:0:4DAA:01:000:Orange always blue
mspacpls:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Main Stadium (Japan) ]
mstadium:0:4120:00:000:Infinite Strikes
mstadium:0:4121:00:000:Infinite Balls
mstadium:0:4122:00:000:Infinite Outs
mstadium:0:4120:00:001:Set Strikes to 0 Now!
mstadium:0:4120:03:001:Set Strikes to 3 Now!
mstadium:0:4121:00:001:Set Balls to 0 Now!
mstadium:0:4121:04:001:Set Balls to 4 Now!
mstadium:0:4122:00:001:Set Outs to 0 Now!
mstadium:0:4122:03:001:Set Outs to 3 Now!
mstadium:0:410E:FF:070:Select score PL1
mstadium:0:411E:FF:070:Select score PL2
mstadium:0:4012:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Magic Sword - Heroic Fantasy (World) ]
msword:0:FFFF4B:99:000:Infinite Time
msword:0:FFA9BC:99:000:Infinite Magic PL1
msword:0:FFA9E0:7C:000:Invincibility (Player) PL1
msword:0:FFB7C5:75:000:Invincibility (Partner) PL1
msword:0:FFA9E9:09:000:Infinite Keys PL1
msword:0:FFA9EB:09:500:Infinite Keys PL1 (2/3)
msword:0:FFA9EA:09:500:Infinite Keys PL1 (3/3)
msword:0:FFAA7C:99:000:Infinite Magic PL2
msword:0:FFAAA0:7C:000:Invincibility (Player) PL2
msword:0:FFB8C5:75:000:Invincibility (Player) PL2
msword:0:FFAAA9:09:000:Infinite Keys PL2
msword:0:FFAAAB:09:500:Infinite Keys PL2 (2/3)
msword:0:FFAAAA:09:500:Infinite Keys PL2 (3/3)
; [ Magic Sword (Japan) ]
mswordj:0:FFFF4B:99:000:Infinite Time
mswordj:0:FFA9BC:99:000:Infinite Magic PL1
mswordj:0:FFA9E0:7C:000:Invincibility (Player) PL1
mswordj:0:FFB7C5:75:000:Invincibility (Partner) PL1
mswordj:0:FFA9E9:09:000:Infinite Keys PL1
mswordj:0:FFA9EB:09:500:Infinite Keys PL1 (2/3)
mswordj:0:FFA9EA:09:500:Infinite Keys PL1 (3/3)
mswordj:0:FFAA7C:99:000:Infinite Magic PL2
mswordj:0:FFAAA0:7C:000:Invincibility (Player) PL2
mswordj:0:FFB8C5:75:000:Invincibility (Player) PL2
mswordj:0:FFAAA9:09:000:Infinite Keys PL2
mswordj:0:FFAAAB:09:500:Infinite Keys PL2 (2/3)
mswordj:0:FFAAAA:09:500:Infinite Keys PL2 (3/3)
; [ Magic Sword - Heroic Fantasy (US) ]
mswordu:0:FFFF4B:99:000:Infinite Time
mswordu:0:FFA9BC:99:000:Infinite Magic PL1
mswordu:0:FFA9E0:7C:000:Invincibility (Player) PL1
mswordu:0:FFB7C5:75:000:Invincibility (Partner) PL1
mswordu:0:FFA9E9:09:000:Infinite Keys PL1
mswordu:0:FFA9EB:09:500:Infinite Keys PL1 (2/3)
mswordu:0:FFA9EA:09:500:Infinite Keys PL1 (3/3)
mswordu:0:FFAA7C:99:000:Infinite Magic PL2
mswordu:0:FFAAA0:7C:000:Invincibility (Player) PL2
mswordu:0:FFB8C5:75:000:Invincibility (Player) PL2
mswordu:0:FFAAA9:09:000:Infinite Keys PL2
mswordu:0:FFAAAB:09:500:Infinite Keys PL2 (2/3)
mswordu:0:FFAAAA:09:500:Infinite Keys PL2 (3/3)
; [ Mouse Trap (version 5) ]
mtrap:0:005A:06:000:Infinite Lives PL1
mtrap:0:006C:06:000:Infinite Bones PL1
mtrap:0:005B:06:000:Infinite Lives PL2
mtrap:0:006D:06:000:Infinite Bones PL2
mtrap:0:006E:93:000:Always have a Dog
mtrap:0:01FD:AD:000:Invincibility
; [ Mouse Trap (version 3) ]
mtrap3:0:005A:06:000:Infinite Lives PL1
mtrap3:0:006C:06:000:Infinite Bones PL1
mtrap3:0:005B:06:000:Infinite Lives PL2
mtrap3:0:006D:06:000:Infinite Bones PL2
mtrap3:0:006E:93:000:Always have a Dog
mtrap3:0:01FD:AD:000:Invincibility
; [ Mouse Trap (version 4) ]
mtrap4:0:005A:06:000:Infinite Lives PL1
mtrap4:0:006C:06:000:Infinite Bones PL1
mtrap4:0:005B:06:000:Infinite Lives PL2
mtrap4:0:006D:06:000:Infinite Bones PL2
mtrap4:0:006E:93:000:Always have a Dog
mtrap4:0:01FD:AD:000:Invincibility
; [ Mega Twins (World) ]
mtwins:0:FF0F69:59:000:Infinite Time
mtwins:0:FF147B:03:000:Infinite Lives PL1
mtwins:0:FF14AB:40:000:Infinite Energy PL1
mtwins:0:FF149B:B4:000:Invincibility PL1
mtwins:0:FF14D3:06:000:Infinite Magic PL1
mtwins:0:FF153B:03:000:Infinite Lives PL2
mtwins:0:FF156B:40:000:Infinite Energy PL2
mtwins:0:FF155B:B4:000:Invincibility PL2
mtwins:0:FF1593:06:000:Infinite Magic PL2
; [ Multi Champ (Korea) ]
multchmp:0:10A8C3:63:000:Infinite Credits
multchmp:0:000000:00:999:[ Cheats for All or Multiple Game Rounds ]
multchmp:0:100300:63:000:Infinite Time (Turn OFF at end of stage!)
multchmp:0:10030E:01:000:Always 1 level only needed to complete Round
multchmp:0:10030E:03:000:Practice this Round:Turn it OFF with the 'Complete one level to complete Round Now!' cheat
multchmp:0:10030E:01:001:Complete 1 level to complete Round Now!
multchmp:0:1002E8:09:000:Infinite Lives PL1
multchmp:0:1001A1:04:000:Infinite Help PL1
multchmp:0:1002DC:09:000:Infinite Lives PL2
multchmp:0:1001A2:04:000:Infinite Help PL2
multchmp:0:000000:00:999:[ Spot the Difference Round ]
multchmp:0:100140:00:001:Next Difference spotted finishes level Now!
multchmp:0:100140:00:000:One Difference spotted always finishes level
multchmp:0:000000:00:999:[ Shadow Identification Round ]
multchmp:0:000000:00:999:[ 0 1 2 ]
multchmp:0:000000:00:999:[ 3 4 5 ]
multchmp:0:000000:00:999:[ 6 7 8 ]
multchmp:0:100184:00:998:Watch me for good answer
multchmp:0:000000:00:999:[ Slide Puzzle Round ]
multchmp:0:000000:00:999:[ Click on a Tile after selecting the cheat! ]
multchmp:0:100564:01:001:Automatically Complete most of Puzzle Now!PL1
multchmp:0:100565:02:501:Automatically Complete most of Puzzle Now!PL1 (2/9)
multchmp:0:100566:03:501:Automatically Complete most of Puzzle Now!PL1 (3/9)
multchmp:0:100567:04:501:Automatically Complete most of Puzzle Now!PL1 (4/9)
multchmp:0:100568:05:501:Automatically Complete most of Puzzle Now!PL1 (5/9)
multchmp:0:100569:06:501:Automatically Complete most of Puzzle Now!PL1 (6/9)
multchmp:0:10056A:07:501:Automatically Complete most of Puzzle Now!PL1 (7/9)
multchmp:0:10056B:08:501:Automatically Complete most of Puzzle Now!PL1 (8/9)
multchmp:0:10056C:09:501:Automatically Complete most of Puzzle Now!PL1 (9/9)
multchmp:0:1000A8:01:001:Automatically Complete most of Puzzle Now!PL2
multchmp:0:1000A9:02:501:Automatically Complete most of Puzzle Now!PL2 (2/9)
multchmp:0:1000AA:03:501:Automatically Complete most of Puzzle Now!PL2 (3/9)
multchmp:0:1000AB:04:501:Automatically Complete most of Puzzle Now!PL2 (4/9)
multchmp:0:1000AC:05:501:Automatically Complete most of Puzzle Now!PL2 (5/9)
multchmp:0:1000AD:06:501:Automatically Complete most of Puzzle Now!PL2 (6/9)
multchmp:0:1000AE:07:501:Automatically Complete most of Puzzle Now!PL2 (7/9)
multchmp:0:1000AF:08:501:Automatically Complete most of Puzzle Now!PL2 (8/9)
multchmp:0:1000B0:09:501:Automatically Complete most of Puzzle Now!PL2 (9/9)
multchmp:0:000000:00:999:[ Mallet Hitting Rounds ]
multchmp:0:10004A:00:001:Finish this Level Now! PL1
multchmp:0:10004B:00:001:Finish this Level Now! PL2
; [ Mutation Nation ]
mutnat:0:102019:40:000:Infinite Energy PL1
mutnat:0:10153F:03:000:Infinite Special Attack PL1
mutnat:0:10153E:00:001:No Special Attack PL1
mutnat:0:10153E:01:001:Get Special Attack A PL1
mutnat:0:10153E:02:001:Get Special Attack B PL1
mutnat:0:10153E:03:001:Get Special Attack C PL1
mutnat:0:10153E:04:001:Get Special Attack D PL1
mutnat:0:102119:40:000:Infinite Energy PL2
mutnat:0:101541:03:000:Infinite Special Attack PL2
mutnat:0:101540:00:001:No Special Attack PL2
mutnat:0:101540:01:001:Get Special Attack A PL2
mutnat:0:101540:02:001:Get Special Attack B PL2
mutnat:0:101540:03:001:Get Special Attack C PL2
mutnat:0:101540:04:001:Get Special Attack D PL2
; [ MX5000 ]
mx5000:0:397E:09:000:Infinite Lives PL1
mx5000:0:39DE:09:000:Infinite Lives PL2
mx5000:0:0000:00:999:[Invincibility should only ]
mx5000:0:0000:00:999:[be activated ingame. You ]
mx5000:0:0000:00:999:[should disable them when ]
mx5000:0:0000:00:999:[you have finished with them]
mx5000:0:0000:00:999:[IE. Switch the Normal Mode ]
mx5000:0:0000:00:999:[cheat to the Boss Battle ]
mx5000:0:0000:00:999:[when you get to the Boss ]
mx5000:0:0000:00:999:[Battle. And turn the Boss ]
mx5000:0:0000:00:999:[Batle cheat OFF before the ]
mx5000:0:0000:00:999:[Boss disappears!!! ]
mx5000:0:3000:04:000:Invincibility Normal Mode
mx5000:0:3000:07:000:Invincibility Boss Battle
mx5000:0:0000:00:999:[ ]
mx5000:0:3011:00:000:Always Normal Shot
mx5000:0:3011:01:000:Always Single Laser
mx5000:0:3011:02:000:Always Double Laser
mx5000:0:3012:00:000:Always Single Bomb (Normal)
mx5000:0:3012:01:000:Always X3 Bombs
mx5000:0:3012:02:000:Always X5 Bombs
mx5000:0:3003:00:000:Always slow speed (Normal)
mx5000:0:3003:01:000:Always medium speed
mx5000:0:3003:02:000:Always fast speed
mx5000:0:3003:03:000:Always superfast speed
mx5000:0:3011:00:001:Get Normal Shot Now!
mx5000:0:3011:01:001:Get Single Laser Now!
mx5000:0:3011:02:001:Get Double Laser Now!
mx5000:0:3012:00:001:Get Single Bomb (Normal) Now!
mx5000:0:3012:01:001:Get X3 Bombs Now!
mx5000:0:3012:02:001:Get X5 Bombs Now!
mx5000:0:3003:00:001:Get slow speed (Normal) Now!
mx5000:0:3003:01:001:Get medium speed Now!
mx5000:0:3003:02:001:Get fast speed Now!
mx5000:0:3003:03:001:Get superfast speed Now!
mx5000:0:390C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ My Hero (US) ]
myhero:0:C04E:06:000:Infinite Lives PL1
myhero:0:C04F:06:000:Infinite Lives PL2
myhero:0:C200:80:040:Invincibility
; [ Seishun Scandal (Japan) ]
myheroj:0:C04E:06:000:Infinite Lives PL1
myheroj:0:C04F:06:000:Infinite Lives PL2
myheroj:0:C200:80:040:Invincibility
; [ My Hero (Korea) ]
myherok:0:C04E:06:000:Infinite Lives PL1
myherok:0:C04F:06:000:Infinite Lives PL2
myherok:0:C200:80:040:Invincibility
; [ Mystic Marathon ]
mysticm:0:D006:01:000:Set Rank to 1st PL1
mysticm:0:D062:01:000:Set Rank to 1st PL2
; [ Mystic Riders (World) ]
mysticri:0:0675F:00:100:Infinite Lives
mysticri:0:06E1C:00:100:Invincibility:You must die to activate it - The Bells occasionally still kill you on a two player game and possibly other very large objects.
; [ Mysterious Stones ]
mystston:0:0040:00:000:Infinite Time
mystston:0:0031:06:000:Infinite Lives
mystston:0:0000:00:999:[Invincibility doesn't stop ]
mystston:0:0000:00:999:[bouncing containers hurting]
mystston:0:004A:BF:040:Invincibility & Clear Enemies
; [ NAM-1975 ]
nam1975:0:10109E:89:005:Infinite Lives PL1
nam1975:0:1010E7:99:000:Infinite Ammo PL1
nam1975:0:1010ED:99:000:Infinite Grenades PL1
nam1975:0:1010F0:02:000:Invincibility PL1
nam1975:0:1010E6:02:000:Always have Flamethrower PL1
nam1975:0:1010E6:08:000:Always have Bazooka PL1
nam1975:0:1010E6:01:000:Always have Machine Gun PL1
nam1975:0:1010E6:02:001:Get Flamethrower Now PL1
nam1975:0:1010E6:08:001:Get Bazooka Now PL1
nam1975:0:1010E6:01:001:Get Machine Gun Now PL1
nam1975:0:10119E:89:005:Infinite Lives PL2
nam1975:0:1011E7:99:000:Infinite Ammo PL2
nam1975:0:1011ED:99:000:Infinite Grenades PL2
nam1975:0:1011F0:02:000:Invincibility PL2
nam1975:0:1011E6:02:000:Always have Flamethrower PL2
nam1975:0:1011E6:08:000:Always have Bazooka PL2
nam1975:0:1011E6:01:000:Always have Machine Gun PL2
nam1975:0:1011E6:02:001:Get Flamethrower Now PL2
nam1975:0:1011E6:08:001:Get Bazooka Now PL2
nam1975:0:1011E6:01:001:Get Machine Gun Now PL2
; [ Name That Tune ]
nametune:0:02EC:85:000:Always Max Song Value
nametune:0:02EE:99:000:Always Max Song Bonus
nametune:0:0000:00:999:[Watch out for these values ]
nametune:0:0000:00:999:[ 00=1, 01=2, 02=3, 03=4 ]
nametune:0:012A:00:998:Watch me for good answer
; [ Naname de Magic! (Japan) ]
naname:0:704042:99:000:Infinite Credits
naname:0:706401:87:000:Always VS. Bar set at middle
naname:0:706401:8D:001:Win this Round Now! PL1
naname:0:706401:80:001:Win this Round Now! PL2
; [ Narc (rev 7.00) ]
narc:0:002016FC:03:000:Infinite Lives PL1
narc:0:002016E0:23:000:Infinite Energy PL1
narc:0:002016B8:10:000:Invincibility PL1
narc:0:002016F0:64:000:Infinite Bullets PL1
narc:0:002016E2:64:000:Infinite Rockets PL1
narc:0:002016EA:64:001:Get 100 dollars Now! PL1
narc:0:002016E8:64:001:Get 100 drugs Now! PL1
narc:0:002016EC:32:001:Get 50 "bust" Now! PL1
narc:0:00201778:03:000:Infinite Lives PL2
narc:0:0020175C:23:000:Infinite Energy PL2
narc:0:00201734:10:000:Invincibility PL2
narc:0:0020176C:64:000:Infinite Bullets PL2
narc:0:0020175E:64:000:Infinite Rockets PL2
narc:0:00201766:64:001:Get 100 dollars Now! PL2
narc:0:00201764:64:001:Get 100 drugs Now! PL2
narc:0:00201768:32:001:Get 50 "bust" Now! PL2
; [ Narc (rev 3.20) ]
narc3:0:002016FC:03:000:Infinite Lives PL1
narc3:0:002016E0:23:000:Infinite Energy PL1
narc3:0:002016B8:10:000:Invincibility PL1
narc3:0:002016F0:64:000:Infinite Bullets PL1
narc3:0:002016E2:64:000:Infinite Rockets PL1
narc3:0:002016EA:64:001:Get 100 dollars Now! PL1
narc3:0:002016E8:64:001:Get 100 drugs Now! PL1
narc3:0:002016EC:32:001:Get 50 "bust" Now! PL1
narc3:0:00201778:03:000:Infinite Lives PL2
narc3:0:0020175C:23:000:Infinite Energy PL2
narc3:0:00201734:10:000:Invincibility PL2
narc3:0:0020176C:64:000:Infinite Bullets PL2
narc3:0:0020175E:64:000:Infinite Rockets PL2
narc3:0:00201766:64:001:Get 100 dollars Now! PL2
narc3:0:00201764:64:001:Get 100 drugs Now! PL2
narc3:0:00201768:32:001:Get 50 "bust" Now! PL2
; [ Nastar (World) ]
nastar:0:6004D9:09:000:Infinite Credits
nastar:0:601B60:0A:000:Infinite Time
nastar:0:601B61:00:500:Infinite Time (2/2)
nastar:0:60050B:0A:000:Infinite Lives PL1
nastar:0:600509:0B:000:Infinite Energy PL1
nastar:0:600515:01:000:Always have Max Speed PL1
nastar:0:60050D:09:000:Always have Max Level PL1
nastar:0:600569:00:000:Always have Normal Sword PL1
nastar:0:600569:01:000:Always have Big Sword PL1
nastar:0:600569:02:000:Always have Claw PL1
nastar:0:600511:00:000:Always have No shot PL1
nastar:0:600511:01:000:Always have Fire ball shot PL1
nastar:0:600511:02:000:Always have Ice shot PL1
nastar:0:600511:03:000:Always have Barrier shot PL1
nastar:0:601EAD:0F:500:Always have Barrier shot PL1 (2/2)
nastar:0:600569:00:001:Get the Normal Sword Now! PL1
nastar:0:600569:01:001:Get the Big Sword Now! PL1
nastar:0:600569:02:001:Get the Claw Now! PL1
nastar:0:600511:00:001:Get the No shot Now! PL1
nastar:0:600511:01:001:Get the Fire ball shot Now! PL1
nastar:0:600511:02:001:Get the Ice shot Now! PL1
nastar:0:600511:03:001:Get the Barrier shot Now! PL1
nastar:0:601EAD:0F:501:Get the Barrier shot Now! PL1 (2/2)
nastar:0:600521:0A:000:Infinite Lives PL2
nastar:0:60051F:0B:000:Infinite Energy PL2
nastar:0:60052B:01:000:Always have Max Speed PL2
nastar:0:600523:09:000:Always have Max Level PL2
nastar:0:6005E9:08:000:Always have Normal Sword PL2
nastar:0:6005E9:09:000:Always have Big Sword PL2
nastar:0:6005E9:0A:000:Always have Claw PL2
nastar:0:600527:00:000:Always have No shot PL2
nastar:0:600527:01:000:Always have Fire ball shot PL2
nastar:0:600527:02:000:Always have Ice shot PL2
nastar:0:600527:03:000:Always have Barrier shot PL2
nastar:0:601ED9:0F:500:Always have Barrier shot PL2 (2/2)
nastar:0:6005E9:08:001:Get the Normal Sword Now! PL2
nastar:0:6005E9:09:001:Get the Big Sword Now! PL2
nastar:0:6005E9:0A:001:Get the Claw Now! PL2
nastar:0:600527:00:001:Get the No shot Now! PL2
nastar:0:600527:01:001:Get the Fire ball shot Now! PL2
nastar:0:600527:02:001:Get the Ice shot Now! PL2
nastar:0:600527:03:001:Get the Barrier shot Now! PL2
nastar:0:601ED9:0F:501:Get the Barrier shot Now! PL2 (2/2)
; [ Nastar Warrior (US) ]
nastarw:0:6004D9:09:000:Infinite Credits
nastarw:0:601B60:0A:000:Infinite Time
nastarw:0:601B61:00:500:Infinite Time (2/2)
nastarw:0:60050B:0A:000:Infinite Lives PL1
nastarw:0:600509:0B:000:Infinite Energy PL1
nastarw:0:600515:01:000:Always have Max Speed PL1
nastarw:0:60050D:09:000:Always have Max Level PL1
nastarw:0:600569:00:000:Always have Normal Sword PL1
nastarw:0:600569:01:000:Always have Big Sword PL1
nastarw:0:600569:02:000:Always have Claw PL1
nastarw:0:600511:00:000:Always have No shot PL1
nastarw:0:600511:01:000:Always have Fire ball shot PL1
nastarw:0:600511:02:000:Always have Ice shot PL1
nastarw:0:600511:03:000:Always have Barrier shot PL1
nastarw:0:601EAD:0F:500:Always have Barrier shot PL1 (2/2)
nastarw:0:600569:00:001:Get the Normal Sword Now! PL1
nastarw:0:600569:01:001:Get the Big Sword Now! PL1
nastarw:0:600569:02:001:Get the Claw Now! PL1
nastarw:0:600511:00:001:Get the No shot Now! PL1
nastarw:0:600511:01:001:Get the Fire ball shot Now! PL1
nastarw:0:600511:02:001:Get the Ice shot Now! PL1
nastarw:0:600511:03:001:Get the Barrier shot Now! PL1
nastarw:0:601EAD:0F:501:Get the Barrier shot Now! PL1 (2/2)
nastarw:0:600521:0A:000:Infinite Lives PL2
nastarw:0:60051F:0B:000:Infinite Energy PL2
nastarw:0:60052B:01:000:Always have Max Speed PL2
nastarw:0:600523:09:000:Always have Max Level PL2
nastarw:0:6005E9:08:000:Always have Normal Sword PL2
nastarw:0:6005E9:09:000:Always have Big Sword PL2
nastarw:0:6005E9:0A:000:Always have Claw PL2
nastarw:0:600527:00:000:Always have No shot PL2
nastarw:0:600527:01:000:Always have Fire ball shot PL2
nastarw:0:600527:02:000:Always have Ice shot PL2
nastarw:0:600527:03:000:Always have Barrier shot PL2
nastarw:0:601ED9:0F:500:Always have Barrier shot PL2 (2/2)
nastarw:0:6005E9:08:001:Get the Normal Sword Now! PL2
nastarw:0:6005E9:09:001:Get the Big Sword Now! PL2
nastarw:0:6005E9:0A:001:Get the Claw Now! PL2
nastarw:0:600527:00:001:Get the No shot Now! PL2
nastarw:0:600527:01:001:Get the Fire ball shot Now! PL2
nastarw:0:600527:02:001:Get the Ice shot Now! PL2
nastarw:0:600527:03:001:Get the Barrier shot Now! PL2
nastarw:0:601ED9:0F:501:Get the Barrier shot Now! PL2 (2/2)
; [ NATO Defense ]
natodef:0:8355:1E:000:Infinite Credits
natodef:0:8331:08:000:Infinite Lives PL1
natodef:0:8053:10:000:Infinite Ammo PL1
natodef:0:8332:08:000:Infinite Lives PL2
natodef:0:8054:10:000:Infinite Ammo PL2
; [ NATO Defense (alternate mazes) ]
natodefa:0:8355:1E:000:Infinite Credits
natodefa:0:8331:08:000:Infinite Lives PL1
natodefa:0:8053:10:000:Infinite Ammo PL1
natodefa:0:8332:08:000:Infinite Lives PL2
natodefa:0:8054:10:000:Infinite Ammo PL2
; [ Naughty Boy (bootleg) ]
naughtya:0:4028:05:000:Infinite Lives
naughtya:0:408B:99:000:Infinite Time
naughtya:0:0000:00:999:[Activate the following two ]
naughtya:0:0000:00:999:[cheats during game play NOT]
naughtya:0:0000:00:999:[on the attract screens! ]
naughtya:0:4040:02:000:Invincibility
naughtya:0:4040:04:001:Finish this level
; [ Naughty Boy ]
naughtyb:0:4028:05:000:Infinite Lives
naughtyb:0:408B:99:000:Infinite Time
naughtyb:0:0000:00:999:[Activate the following two ]
naughtyb:0:0000:00:999:[cheats during game play NOT]
naughtyb:0:0000:00:999:[on the attract screens! ]
naughtyb:0:4040:02:000:Invincibility
naughtyb:0:4040:04:001:Finish this level
; [ Naughty Boy (Cinematronics) ]
naughtyc:0:4028:05:000:Infinite Lives
naughtyc:0:408B:99:000:Infinite Time
naughtyc:0:0000:00:999:[Activate the following two ]
naughtyc:0:0000:00:999:[cheats during game play NOT]
naughtyc:0:0000:00:999:[on the attract screens! ]
naughtyc:0:4040:02:000:Invincibility
naughtyc:0:4040:04:001:Finish this level
; [ Navalone ]
navalone:0:4050:05:000:Infinite Lives
; [ NBA Hangtime (rev L1.1) ]
nbahangt:0:00226F43:03:000:Infinite Quarter Time
nbahangt:0:00226F42:05:500:Infinite Quarter Time (2/3)
nbahangt:0:00226F41:0A:500:Infinite Quarter Time (3/3)
nbahangt:0:00226F43:00:001:Finish this Quarter Now!
nbahangt:0:00226F42:00:501:Finish this Quarter Now! (2/3)
nbahangt:0:00226F41:01:501:Finish this Quarter Now! (3/3)
nbahangt:0:00226F3A:0A:000:Infinite Shot Time
nbahangt:0:00226F3A:00:001:No Shot Time Left Now!
nbahangt:0:00000000:00:999:[ Use these Cheats on the Character Edit Screen ]
nbahangt:0:0022813C:0A:001:Get Maximum Speed Now!
nbahangt:0:0022813E:0A:001:Get Maximum Power Now!
nbahangt:0:00228140:0A:001:Get Maximum Shoot Now!
nbahangt:0:00228142:0A:001:Get Maximum Dunks Now!
nbahangt:0:00228144:0A:001:Get Maximum Steal Now!
nbahangt:0:00228146:0A:001:Get Maximum Block Now!
nbahangt:0:00228148:0A:001:Get Maximum Height Now!
nbahangt:0:0022814A:0A:001:Get Maximum Weight Now!
nbahangt:0:0022814C:50:070:Select Number of Attribute Points
nbahangt:0:0022823C:01:021:Get "No Tag Arrow" Now!
nbahangt:0:0022823C:02:021:Get "Stealth Turbo" Now!
nbahangt:0:0022823C:04:021:Get "Big Head" Now!
nbahangt:0:0022823C:08:021:Get "Hide Attributes" Now!
nbahangt:0:0022823C:10:021:Get "Drone Big Head" Now!
nbahangt:0:0022823C:20:021:Get "Super Rebound" Now!
nbahangt:0:0022823C:40:021:Get "Smarter Drone" Now!
nbahangt:0:0022823C:01:041:Lose "No Tag Arrow" Now!
nbahangt:0:0022823C:02:041:Lose "Stealth Turbo" Now!
nbahangt:0:0022823C:04:041:Lose "Big Head" Now!
nbahangt:0:0022823C:08:041:Lose "Hide Attributes" Now!
nbahangt:0:0022823C:10:041:Lose "Drone Big Head" Now!
nbahangt:0:0022823C:20:041:Lose "Super Rebound" Now!
nbahangt:0:0022823C:40:041:Lose "Smarter Drone" Now!
nbahangt:0:00228030:01:000:Infinite Time To Edit Character
nbahangt:0:00228032:3C:500:Infinite Time To Edit Character (2/2)
nbahangt:0:00000000:00:999:[ ]
nbahangt:0:00226F68:00:000:Score always 0 PL1
nbahangt:0:00226F68:96:000:Score always 150 PL1
nbahangt:0:00226F68:00:001:Set score = 0 Now! PL1
nbahangt:0:00226F68:96:001:Set score = 150 Now! PL1
nbahangt:0:00226F68:96:070:Select score Now! PL1
nbahangt:0:00226F6A:00:000:Score always = 0 PL2
nbahangt:0:00226F6A:96:000:Score always = 150 PL2
nbahangt:0:00226F6A:00:001:Set score = 0 Now! PL2
nbahangt:0:00226F6A:96:001:Set score = 150 Now! PL2
nbahangt:0:00226F6A:96:070:Select score Now! PL2
; [ NBA Jam (rev 3.01 04/07/93) ]
nbajam:0:0021E1EB:09:000:Infinite Quarter Time
nbajam:0:0021E1EA:05:500:Infinite Quarter Time (2/3)
nbajam:0:0021E1E9:09:500:Infinite Quarter Time (3/3)
nbajam:0:0021E1EB:00:001:Finish this Quarter Now!
nbajam:0:0021E1EA:00:501:Finish this Quarter Now! (2/3)
nbajam:0:0021E1E9:00:501:Finish this Quarter Now! (3/3)
nbajam:0:0021E1E2:09:000:Infinite Shot Time
nbajam:0:0021E1E2:00:001:NO Shot Time left Now!
nbajam:0:0021E218:FF:070:Select Score Team 1
nbajam:0:0021E21A:FF:070:Select Score Team 2
nbajam:0:0021CA7A:2F:000:Infinite Turbo PL1:Turbo display not affected
nbajam:0:0021CAA0:2F:000:Infinite Turbo PL2:Turbo display not affected
nbajam:0:0021CAC6:2F:000:Infinite Turbo PL3:Turbo display not affected
; [ NBA Jam (rev 2.00 02/10/93) ]
nbajamr2:0:0021E1DF:09:000:Infinite Quarter Time
nbajamr2:0:0021E1DE:05:500:Infinite Quarter Time (2/3)
nbajamr2:0:0021E1DD:09:500:Infinite Quarter Time (3/3)
nbajamr2:0:0021E1DF:00:001:Finish this Quarter Now!
nbajamr2:0:0021E1DE:00:501:Finish this Quarter Now! (2/3)
nbajamr2:0:0021E1DD:00:501:Finish this Quarter Now! (3/3)
nbajamr2:0:0021E1D6:09:000:Infinite Shot Time
nbajamr2:0:0021E1D6:00:001:NO Shot Time left Now!
nbajamr2:0:0021E20C:FF:070:Select Score PL1
nbajamr2:0:0021E20E:FF:070:Select Score PL2
nbajamr2:0:0021CA6E:2F:000:Infinite Turbo PL1:Turbo display not affected
nbajamr2:0:0021CA94:2F:000:Infinite Turbo PL2:Turbo display not affected
nbajamr2:0:0021CABA:2F:000:Infinite Turbo PL3:Turbo display not affected
; [ NBA Jam TE (rev 1.0 01/17/94) ]
nbajamt1:0:0021D5CD:09:000:Infinite Quarter Time
nbajamt1:0:0021D5CC:05:500:Infinite Quarter Time (2/3)
nbajamt1:0:0021D5CB:09:500:Infinite Quarter Time (3/3)
nbajamt1:0:0021D5CD:00:001:Finish this Quarter Now!
nbajamt1:0:0021D5CC:00:501:Finish this Quarter Now! (2/3)
nbajamt1:0:0021D5CB:00:501:Finish this Quarter Now! (3/3)
nbajamt1:0:0021D5C4:09:000:Infinite Shot Time
nbajamt1:0:0021D5C4:00:001:NO Shot Time left Now!
nbajamt1:0:0021D5FA:FF:070:Select Score PL1
nbajamt1:0:0021D5FC:FF:070:Select Score PL2
nbajamt1:0:0021CC6C:2F:000:Infinite Turbo PL1:Turbo display not affected
nbajamt1:0:0021CC92:2F:000:Infinite Turbo PL2:Turbo display not affected
nbajamt1:0:0021CCB8:2F:000:Infinite Turbo PL3:Turbo display not affected
; [ NBA Jam TE (rev 2.0 01/28/94) ]
nbajamt2:0:0021D5CD:09:000:Infinite Quarter Time
nbajamt2:0:0021D5CC:05:500:Infinite Quarter Time (2/3)
nbajamt2:0:0021D5CB:09:500:Infinite Quarter Time (3/3)
nbajamt2:0:0021D5CD:00:001:Finish this Quarter Now!
nbajamt2:0:0021D5CC:00:501:Finish this Quarter Now! (2/3)
nbajamt2:0:0021D5CB:00:501:Finish this Quarter Now! (3/3)
nbajamt2:0:0021D5C4:09:000:Infinite Shot Time
nbajamt2:0:0021D5C4:00:001:NO Shot Time left Now!
nbajamt2:0:0021D5FA:FF:070:Select Score PL1
nbajamt2:0:0021D5FC:FF:070:Select Score PL2
nbajamt2:0:0021CC6C:2F:000:Infinite Turbo PL1:Turbo display not affected
nbajamt2:0:0021CC92:2F:000:Infinite Turbo PL2:Turbo display not affected
nbajamt2:0:0021CCB8:2F:000:Infinite Turbo PL3:Turbo display not affected
; [ NBA Jam TE (rev 3.0 03/04/94) ]
nbajamt3:0:0021D5CD:09:000:Infinite Quarter Time
nbajamt3:0:0021D5CC:05:500:Infinite Quarter Time (2/3)
nbajamt3:0:0021D5CB:09:500:Infinite Quarter Time (3/3)
nbajamt3:0:0021D5CD:00:001:Finish this Quarter Now!
nbajamt3:0:0021D5CC:00:501:Finish this Quarter Now! (2/3)
nbajamt3:0:0021D5CB:00:501:Finish this Quarter Now! (3/3)
nbajamt3:0:0021D5C4:09:000:Infinite Shot Time
nbajamt3:0:0021D5C4:00:001:NO Shot Time left Now!
nbajamt3:0:0021D5FA:FF:070:Select Score PL1
nbajamt3:0:0021D5FC:FF:070:Select Score PL2
nbajamt3:0:0021CC6C:2F:000:Infinite Turbo PL1:Turbo display not affected
nbajamt3:0:0021CC92:2F:000:Infinite Turbo PL2:Turbo display not affected
nbajamt3:0:0021CCB8:2F:000:Infinite Turbo PL3:Turbo display not affected
; [ NBA Jam TE (rev 4.0 03/23/94) ]
nbajamte:0:0021D5CD:09:000:Infinite Quarter Time
nbajamte:0:0021D5CC:05:500:Infinite Quarter Time (2/3)
nbajamte:0:0021D5CB:09:500:Infinite Quarter Time (3/3)
nbajamte:0:0021D5CD:00:001:Finish this Quarter Now!
nbajamte:0:0021D5CC:00:501:Finish this Quarter Now! (2/3)
nbajamte:0:0021D5CB:00:501:Finish this Quarter Now! (3/3)
nbajamte:0:0021D5C4:09:000:Infinite Shot Time
nbajamte:0:0021D5C4:00:001:NO Shot Time left Now!
nbajamte:0:0021D5FA:FF:070:Select Score PL1
nbajamte:0:0021D5FC:FF:070:Select Score PL2
nbajamte:0:0021CC6C:2F:000:Infinite Turbo PL1:Turbo display not affected
nbajamte:0:0021CC92:2F:000:Infinite Turbo PL2:Turbo display not affected
nbajamte:0:0021CCB8:2F:000:Infinite Turbo PL3:Turbo display not affected
; [ NBA Maximum Hangtime (rev 1.0) ]
nbamaxht:0:00226F57:03:000:Infinite Quarter Time
nbamaxht:0:00226F56:05:500:Infinite Quarter Time (2/3)
nbamaxht:0:00226F55:0A:500:Infinite Quarter Time (3/3)
nbamaxht:0:00226F57:00:001:Finish this Quarter Now!
nbamaxht:0:00226F56:00:501:Finish this Quarter Now! (2/3)
nbamaxht:0:00226F55:01:501:Finish this Quarter Now! (3/3)
nbamaxht:0:00226F4E:0A:000:Infinite Shot Time
nbamaxht:0:00226F4E:00:001:No Shot Time Left Now!
nbamaxht:0:00000000:00:999:[ Use these Cheats on the Character Edit Screen ]
nbamaxht:0:00228084:01:000:Infinite Time To Edit Character
nbamaxht:0:00228086:3C:500:Infinite Time To Edit Character (2/2)
nbamaxht:0:00228190:0A:001:Get Maximum Speed Now!
nbamaxht:0:00228192:0A:001:Get Maximum Power Now!
nbamaxht:0:00228194:0A:001:Get Maximum Shoot Now!
nbamaxht:0:00228196:0A:001:Get Maximum Dunks Now!
nbamaxht:0:00228198:0A:001:Get Maximum Steal Now!
nbamaxht:0:0022819A:0A:001:Get Maximum Block Now!
nbamaxht:0:0022819C:0A:001:Get Maximum Height Now!
nbamaxht:0:0022819E:0A:001:Get Maximum Weight Now!
nbamaxht:0:002281A0:50:070:Select Number of Attribute Points
nbamaxht:0:00228290:01:021:Get "No Tag Arrow" Now!
nbamaxht:0:00228290:02:021:Get "Stealth Turbo" Now!
nbamaxht:0:00228290:04:021:Get "Big Head" Now!
nbamaxht:0:00228290:08:021:Get "Hide Attributes" Now!
nbamaxht:0:00228290:10:021:Get "Drone Big Head" Now!
nbamaxht:0:00228290:20:021:Get "Super Rebound" Now!
nbamaxht:0:00228290:40:021:Get "Smarter Drone" Now!
nbamaxht:0:00228290:01:041:Lose "No Tag Arrow" Now!
nbamaxht:0:00228290:02:041:Lose "Stealth Turbo" Now!
nbamaxht:0:00228290:04:041:Lose "Big Head" Now!
nbamaxht:0:00228290:08:041:Lose "Hide Attributes" Now!
nbamaxht:0:00228290:10:041:Lose "Drone Big Head" Now!
nbamaxht:0:00228290:20:041:Lose "Super Rebound" Now!
nbamaxht:0:00228290:40:041:Lose "Smarter Drone" Now!
nbamaxht:0:00000000:00:999:[ ]
nbamaxht:0:00226F7C:00:000:Score always 0 PL1
nbamaxht:0:00226F7C:96:000:Score always 150 PL1
nbamaxht:0:00226F7C:00:001:Set score = 0 Now! PL1
nbamaxht:0:00226F7C:96:001:Set score = 150 Now! PL1
nbamaxht:0:00226F7C:96:070:Select score Now! PL1
nbamaxht:0:00226F7E:00:000:Score always = 0 PL2
nbamaxht:0:00226F7E:96:000:Score always = 150 PL2
nbamaxht:0:00226F7E:00:001:Set score = 0 Now! PL2
nbamaxht:0:00226F7E:96:001:Set score = 150 Now! PL2
nbamaxht:0:00226F7E:96:070:Select score Now! PL2
; [ Ninja Combat ]
ncombat:0:1032DD:05:060:Stage Select
ncombat:0:100632:14:500:Infinite Energy PL1
ncombat:0:1018C0:03:000:Max Power PL1
ncombat:0:1018C1:02:000:Max Speed PL1
ncombat:0:100682:14:500:Infinite Energy PL2
ncombat:0:1018E0:03:000:Max Power PL2
ncombat:0:1018E1:02:000:Max Speed PL2
; [ Ninja Commando ]
ncommand:0:106029:CC:000:Infinite Time PL1
ncommand:0:106030:02:000:Infinite Energy PL1
ncommand:0:1000C0:35:000:Invincibility PL1
ncommand:0:106129:CC:000:Infinite Time PL2
ncommand:0:106130:02:000:Infinite Energy PL2
ncommand:0:1001C0:35:000:Invincibility PL2
; [ Namco Classics Vol.1 ]
ncv1:0:400DA9:09:000:Infinite Credits
ncv1:0:000000:00:999:[ Cheats for Galaga Original ]
ncv1:0:407038:05:000:Infinite Lives
ncv1:0:000000:00:999:[ Cheats for Galaga Arrangement ]
ncv1:0:4068C7:05:000:Infinite Lives
ncv1:0:000000:00:999:[ Cheats for Xevious Original ]
ncv1:0:07209F:30:100:Infinite Lives
ncv1:0:07209E:2D:600:Infinite Lives (2/2)
ncv1:0:000000:00:999:[ Cheats for Xevious Arrangement ]
ncv1:0:074DAB:30:100:Infinite Lives
ncv1:0:074DAA:2D:600:Infinite Lives (2/2)
ncv1:0:077625:30:100:Invincibility [2 PLAYERS]:The Invincibility timer only works on 2 player games - you may need to die to activate it.
ncv1:0:077624:28:600:Invincibility [2 PLAYERS] (2/2)
ncv1:0:000000:00:999:[ Cheats for Mappy Original ]
ncv1:0:406C67:06:000:Infinite Lives
ncv1:0:000000:00:999:[ Cheats for Mappy Arrangement ]
ncv1:0:40703B:05:000:Infinite Lives PL1
ncv1:0:40712D:03:000:Invincibility PL1
ncv1:0:407061:05:000:Infinite Lives PL2
ncv1:0:407177:03:000:Invincibility PL2
; [ Namco Classics Vol.1 (Japan set 1) ]
ncv1j:0:400DA9:09:000:Infinite Credits
ncv1j:0:000000:00:999:[ Cheats for Galaga Original ]
ncv1j:0:407038:05:000:Infinite Lives
ncv1j:0:000000:00:999:[ Cheats for Galaga Arrangement ]
ncv1j:0:4068C7:05:000:Infinite Lives
ncv1j:0:000000:00:999:[ Cheats for Xevious Original ]
ncv1j:0:072253:30:100:Infinite Lives
ncv1j:0:072252:2D:600:Infinite Lives (2/2)
ncv1j:0:000000:00:999:[ Cheats for Xevious Arrangement ]
ncv1j:0:074F5F:30:100:Infinite Lives
ncv1j:0:074F5E:2D:600:Infinite Lives (2/2)
ncv1j:0:0777D9:30:100:Invincibility [2 PLAYERS]:The Invincibility timer only works on 2 player games - you may need to die to activate it.
ncv1j:0:0777D8:28:600:Invincibility [2 PLAYERS] (2/2)
ncv1j:0:000000:00:999:[ Cheats for Mappy Original ]
ncv1j:0:406C67:06:000:Infinite Lives
ncv1j:0:000000:00:999:[ Cheats for Mappy Arrangement ]
ncv1j:0:40703B:05:000:Infinite Lives PL1
ncv1j:0:40712D:03:000:Invincibility PL1
ncv1j:0:407061:05:000:Infinite Lives PL2
ncv1j:0:407177:03:000:Invincibility PL2
; [ Namco Classics Vol.1 (Japan set 2) ]
ncv1j2:0:400DA9:09:000:Infinite Credits
ncv1j2:0:000000:00:999:[ Cheats for Galaga Original ]
ncv1j2:0:407038:05:000:Infinite Lives
ncv1j2:0:000000:00:999:[ Cheats for Galaga Arrangement ]
ncv1j2:0:4068C7:05:000:Infinite Lives
ncv1j2:0:000000:00:999:[ Cheats for Xevious Original ]
ncv1j2:0:072507:30:100:Infinite Lives
ncv1j2:0:072506:2D:600:Infinite Lives (2/2)
ncv1j2:0:000000:00:999:[ Cheats for Xevious Arrangement ]
ncv1j2:0:07522D:30:100:Infinite Lives
ncv1j2:0:07522C:2D:600:Infinite Lives (2/2)
ncv1j2:0:077AA7:30:100:Invincibility [2 PLAYERS]:The Invincibility timer only works on 2 player games - you may need to die to activate it.
ncv1j2:0:077AA6:28:600:Invincibility [2 PLAYERS] (2/2)
ncv1j2:0:000000:00:999:[ Cheats for Mappy Original ]
ncv1j2:0:406C67:06:000:Infinite Lives
ncv1j2:0:000000:00:999:[ Cheats for Mappy Arrangement ]
ncv1j2:0:40703B:05:000:Infinite Lives PL1
ncv1j2:0:40712D:03:000:Invincibility PL1
ncv1j2:0:407061:05:000:Infinite Lives PL2
ncv1j2:0:407177:03:000:Invincibility PL2
; [ Nebulous Bee ]
nebulbee:0:9820:06:000:Infinite Lives
nebulbee:0:9288:28:000:Perfect challenge stage
nebulbee:0:9821:04:000:Start on level 5
nebulbee:0:9821:09:000:Start on level 10
;These can be modified of course for any level...
nebulbee:0:9825:00:000:All challenge stages
nebulbee:0:9825:01:000:No challenge stages
nebulbee:0:9827:01:000:Double Ship
nebulbee:0:9361:29:500:Double Ship (2/4)
nebulbee:0:8B61:09:500:Double Ship (3/4)
nebulbee:0:8B60:06:500:Double Ship (4/4)
nebulbee:0:9368:00:000:Aliens don't shoot
nebulbee:0:9369:00:500:Aliens don't shoot (2/8)
nebulbee:0:936A:00:500:Aliens don't shoot (3/8)
nebulbee:0:936B:00:500:Aliens don't shoot (4/8)
nebulbee:0:936C:00:500:Aliens don't shoot (5/8)
nebulbee:0:936D:00:500:Aliens don't shoot (6/8)
nebulbee:0:936E:00:500:Aliens don't shoot (7/8)
nebulbee:0:936F:00:500:Aliens don't shoot (8/8)
; [ Nebulas Ray (Japan) ]
nebulray:0:23BD6D:09:000:Infinite Credits
nebulray:0:22A593:05:000:Infinite Lives PL1
nebulray:0:22A5BB:07:000:Infinite Bombs PL1
nebulray:0:22A55D:03:000:Invicibility PL1
nebulray:0:22A5B3:01:000:Infinite weapon time PL1
nebulray:0:22A5A5:04:000:Always have Maximum Speed PL1
nebulray:0:22A5A7:04:000:Always have Max Shot PowerPL1
nebulray:0:22A5AB:00:000:Always have Windshot PL1
nebulray:0:22A5AB:01:000:Always have Growshot PL1
nebulray:0:22A5AB:00:001:Get Windshot Now! PL1
nebulray:0:22A5AB:01:001:Get Growshot Now! PL1
nebulray:0:22A5AF:01:000:Always have the F weapon PL1
nebulray:0:22A5AF:02:000:Always have the H weapon PL1
nebulray:0:22A5AF:03:000:Always have the L weapon PL1
nebulray:0:22A5AF:04:000:Always have the D weapon PL1
nebulray:0:22A5AF:01:001:Get the F weapon Now! PL1
nebulray:0:22A5AF:02:001:Get the H weapon Now! PL1
nebulray:0:22A5AF:03:001:Get the L weapon Now! PL1
nebulray:0:22A5AF:04:001:Get the D weapon Now! PL1
nebulray:0:22A677:05:000:Infinite Lives PL2
nebulray:0:22A69F:07:000:Infinite Bombs PL2
nebulray:0:22A641:03:000:Invicibility PL2
nebulray:0:22A697:01:000:Infinite weapon time PL2
nebulray:0:22A689:04:000:Always have Maximum Speed PL2
nebulray:0:22A68B:04:000:Always have Max Shot PowerPL2
nebulray:0:22A68F:00:000:Always have Windshot PL2
nebulray:0:22A68F:01:000:Always have Growshot PL2
nebulray:0:22A68F:00:001:Get Windshot Now! PL2
nebulray:0:22A68F:01:001:Get Growshot Now! PL2
nebulray:0:22A693:01:000:Always have the F weapon PL2
nebulray:0:22A693:02:000:Always have the H weapon PL2
nebulray:0:22A693:03:000:Always have the L weapon PL2
nebulray:0:22A693:04:000:Always have the D weapon PL2
nebulray:0:22A693:01:001:Get the F weapon Now! PL2
nebulray:0:22A693:02:001:Get the H weapon Now! PL2
nebulray:0:22A693:03:001:Get the L weapon Now! PL2
nebulray:0:22A693:04:001:Get the D weapon Now! PL2
; [ Nemesis (hacked?) ]
nemesis:0:0602A0:05:000:Infinite Lives
nemesis:0:060800:01:000:Invincibility
nemesis:0:06080A:02:500:Invincibility (2/3)
nemesis:0:060819:00:500:Invincibility (3/3)
nemesis:0:06080E:02:000:Constant Speedup Speed=2
nemesis:0:06080E:03:000:Constant Speedup Speed=3
nemesis:0:06080E:04:000:Constant Speedup Speed=4
nemesis:0:06080E:05:000:Constant Speedup Speed=5
nemesis:0:06080E:06:000:Constant Speedup Speed=6-FULL
nemesis:0:060825:01:000:Constant Missile
nemesis:0:060827:01:000:Constant Double
nemesis:0:060827:02:000:Constant Laser
nemesis:0:0602AC:05:000:Infinite 5 Coins
nemesis:0:0602AC:06:000:Infinite 6 Coins
nemesis:0:0605E3:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Nemesis (World?) ]
nemesuk:0:0602A0:05:000:Infinite Lives
nemesuk:0:060800:01:000:Invincibility
nemesuk:0:06080A:02:500:Invincibility (2/3)
nemesuk:0:060819:00:500:Invincibility (3/3)
nemesuk:0:06080E:02:000:Constant Speedup Speed=2
nemesuk:0:06080E:03:000:Constant Speedup Speed=3
nemesuk:0:06080E:04:000:Constant Speedup Speed=4
nemesuk:0:06080E:05:000:Constant Speedup Speed=5
nemesuk:0:06080E:06:000:Constant Speedup Speed=6-FULL
nemesuk:0:060825:01:000:Constant Missile
nemesuk:0:060827:01:000:Constant Double
nemesuk:0:060827:02:000:Constant Laser
nemesuk:0:0602AC:05:000:Infinite 5 Coins
nemesuk:0:0602AC:06:000:Infinite 6 Coins
nemesuk:0:0605E3:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Nemo (World) ]
nemo:0:FF8525:59:000:Infinite Time
nemo:0:FF8398:0A:000:Infinite Lives PL1
nemo:0:FF838F:30:000:Invincibility PL1
nemo:0:FF838D:08:000:Infinite S. Attacks PL1
nemo:0:FF838C:01:500:Infinite S. Attacks PL1 (2/2)
nemo:0:FF8498:0A:000:Infinite Lives PL2
nemo:0:FF848F:30:000:Invincibility PL2
nemo:0:FF848D:08:000:Infinite S. Attacks PL2
nemo:0:FF848C:01:500:Infinite S. Attacks PL2 (2/2)
nemo:0:FFCCAF:00:000:Kill the Round 3&5 Boss
nemo:0:FFB12F:00:000:Kill the Round 4 Boss
; [ Nemo (Japan) ]
nemoj:0:FF8525:59:000:Infinite Time
nemoj:0:FF8398:0A:000:Infinite Lives PL1
nemoj:0:FF838F:30:000:Invincibility PL1
nemoj:0:FF838D:08:000:Infinite S. Attacks PL1
nemoj:0:FF838C:01:500:Infinite S. Attacks PL1 (2/2)
nemoj:0:FF8498:0A:000:Infinite Lives PL2
nemoj:0:FF848F:30:000:Invincibility PL2
nemoj:0:FF848D:08:000:Infinite S. Attacks PL2
nemoj:0:FF848C:01:500:Infinite S. Attacks PL2 (2/2)
nemoj:0:FFCCAF:00:000:Kill the Round 3&5 Boss
nemoj:0:FFB12F:00:000:Kill the Round 4 Boss
; [ Neo Bomberman ]
neobombe:0:000000:00:999:[Activate all these cheats ]
neobombe:0:000000:00:999:[during play only or they ]
neobombe:0:000000:00:999:[may not work at all!!!! ]
neobombe:0:10A877:00:000:Displayed door always open
neobombe:0:10A877:00:001:Open displayed door Now!
neobombe:0:101658:09:000:Infinite Lives PL1
neobombe:0:101655:FF:000:Invincibility PL1
neobombe:0:101656:FF:000:Max Speed PL1
neobombe:0:101671:05:000:Max Firepower PL1
neobombe:0:101672:00:000:Simultaneous Bombs PL1
neobombe:0:1016D8:09:000:Infinite Lives PL2
neobombe:0:1016D5:FF:000:Invincibility PL2
neobombe:0:1016D6:FF:000:Max Speed PL2
neobombe:0:1016F1:05:000:Max Firepower PL2
neobombe:0:1016F2:00:000:Simultaneous Bombs PL2
neobombe:0:1017FF:59:000:Infinite Time on Level 1-1
neobombe:0:1035FF:59:000:Infinite Time on Level 1-2
neobombe:0:101EFF:59:000:Infinite Time on Level 1-3
neobombe:0:10247F:59:000:Infinite Time on Level 1-4
neobombe:0:1011FF:59:000:Infinite Time on Level 1-5
neobombe:0:100A7F:59:000:Infinite Time on Level 1-6
neobombe:0:10197F:59:000:Infinite Time on Level 2-1
neobombe:0:10267F:59:000:Infinite Time on Level 2-2
neobombe:0:1001FF:59:000:Infinite Time on Level 2-3
neobombe:0:100A7F:59:000:Infinite Time on Level 2-4
neobombe:0:100CFF:59:000:Infinite Time on Level 2-5
neobombe:0:10277F:59:000:Infinite Time on Level 2-6
; [ Neo-Geo Cup '98 - The Road to the Victory ]
neocup98:0:1051EA:63:070:Select Score PL1
neocup98:0:1051EE:63:070:Select Score PL2
; [ Neo Drift Out - New Technology ]
neodrift:0:103335:99:000:Infinite Time
neodrift:0:103379:BC:000:Stop Total Time Practice
neodrift:0:10339B:00:000:Stop Total Time Stage 1
neodrift:0:1033BD:00:000:Stop Total Time Stage 2
neodrift:0:1033DF:00:000:Stop Total Time Stage 3
neodrift:0:103401:00:000:Stop Total Time Stage 4
neodrift:0:103423:00:000:Stop Total Time Stage 5
neodrift:0:103445:00:000:Stop Total Time Stage 6
; [ Neo Mr. Do! ]
neomrdo:0:10465B:FF:000:Infinite Lives PL1
neomrdo:0:100E55:82:000:Invincibility PL1
neomrdo:0:10465D:FF:000:Infinite Lives PL2
neomrdo:0:100E71:82:000:Invincibility PL2
; [ New Fantasia ]
newfant:0:C80F82:09:000:Infinite Credits
newfant:0:C02674:09:000:Infinite Time
newfant:0:C02675:3B:500:Infinite Time (2/2)
newfant:0:C8261B:14:000:Infinite Energy:Display isn't correct
newfant:0:C82761:64:001:End round with 100% Now!
newfant:0:C82763:00:501:End round with 100% Now!(2/2)
newfant:0:C82662:03:000:Infinite Lives PL1
newfant:0:C82663:03:000:Infinite Lives PL2
; [ New Puck-X ]
newpuckx:0:4E14:06:000:Infinite Lives
newpuckx:0:4E15:05:500:Infinite Lives (2/2)
newpuckx:0:0000:00:999:[------Starting Levels------]
newpuckx:0:0000:00:999:[Deactivate the cheats after]
newpuckx:0:0000:00:999:[starting the level or leave]
newpuckx:0:0000:00:999:[active to repeat the level.]
newpuckx:0:4E0A:7E:000:Start at Strawberry
newpuckx:0:4E13:01:500:Start at Strawberry (2/2)
newpuckx:0:4E0A:7F:000:Start at 1st Orange
newpuckx:0:4E13:02:500:Start at 1st Orange (2/2)
newpuckx:0:4E0A:80:000:Start at 2nd Orange
newpuckx:0:4E13:03:500:Start at 2nd Orange (2/2)
newpuckx:0:4E0A:81:000:Start at 1st Apple
newpuckx:0:4E13:04:500:Start at 1st Apple (2/2)
newpuckx:0:4E0A:82:000:Start at 2nd Apple
newpuckx:0:4E13:05:500:Start at 2nd Apple (2/2)
newpuckx:0:4E0A:83:000:Start at 1st Pineapple
newpuckx:0:4E13:06:500:Start at 1st Pineapple (2/2)
newpuckx:0:4E0A:84:000:Start at 2nd Pineapple
newpuckx:0:4E13:07:500:Start at 2nd Pineapple (2/2)
newpuckx:0:4E0A:85:000:Start at 1st Galaxian
newpuckx:0:4E13:08:500:Start at 1st Galaxian (2/2)
newpuckx:0:4E0A:86:000:Start at 2nd Galaxian
newpuckx:0:4E13:09:500:Start at 2nd Galaxian (2/2)
newpuckx:0:4E0A:87:000:Start at 1st Bell
newpuckx:0:4E13:0A:500:Start at 1st Bell (2/2)
newpuckx:0:4E0A:88:000:Start at 2nd Bell
newpuckx:0:4E13:0B:500:Start at 2nd Bell (2/2)
newpuckx:0:4E0A:87:000:Start at 1st Key
newpuckx:0:4E13:0C:500:Start at 1st Key (2/2)
newpuckx:0:4E0A:88:000:Start at 2nd Key
newpuckx:0:4E13:0D:500:Start at 2nd Key (2/2)
newpuckx:0:0000:00:999:[------Practice Levels------]
newpuckx:0:4E13:00:000:Practice Cherry
newpuckx:0:4E13:01:000:Practice Strawberry
newpuckx:0:4E13:02:000:Practice 1st Orange
newpuckx:0:4E13:03:000:Practice 2nd Orange
newpuckx:0:4E13:04:000:Practice 1st Apple
newpuckx:0:4E13:05:000:Practice 2nd Apple
newpuckx:0:4E13:06:000:Practice 1st Pineapple
newpuckx:0:4E13:07:000:Practice 2nd Pineapple
newpuckx:0:4E13:08:000:Practice 1st Galaxian
newpuckx:0:4E13:09:000:Practice 2nd Galaxian
newpuckx:0:4E13:0A:000:Practice 1st Bell
newpuckx:0:4E13:0B:000:Practice 2nd Bell
newpuckx:0:4E13:0C:000:Practice 1st Key
newpuckx:0:4E13:0D:000:Practice 2nd Key
newpuckx:0:4E13:FF:000:Split-Screen (Unplayable)
newpuckx:0:4E13:FE:000:No maze or dots(Unfinishable)
newpuckx:0:0000:00:999:[------Practice Speeds------]
newpuckx:0:4DBD:00:000:Stay blue until eaten
newpuckx:0:4DBE:00:500:Stay blue until eaten (2/2)
newpuckx:0:4DBD:58:000:Slow changeback
newpuckx:0:4DBE:02:500:Slow changeback (2/2)
newpuckx:0:4DBD:68:000:Moderate changeback
newpuckx:0:4DBE:01:500:Moderate changeback (2/2)
newpuckx:0:4DBD:F0:000:Quick changeback
newpuckx:0:4DBE:00:500:Quick changeback (2/2)
newpuckx:0:4DBD:78:000:Lightning changeback
newpuckx:0:4DBE:00:500:Lightning changeback (2/2)
newpuckx:0:4DBD:01:000:No change to blue
newpuckx:0:4DBE:00:500:No change to blue (2/2)
newpuckx:0:0000:00:999:[-------Ghost Status--------]
newpuckx:0:4DA7:01:000:Red always blue
newpuckx:0:4DA8:01:000:Pink always blue
newpuckx:0:4DA9:01:000:Green always blue
newpuckx:0:4DAA:01:000:Orange always blue
newpuckx:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ New Sinbad 7 ]
newsin7:0:4550:08:000:Infinite Lives
newsin7:0:4558:60:000:Infinite Energy
newsin7:0:0000:00:999:[Only turn invincibility ON ]
newsin7:0:0000:00:999:[when ship is on screen and ]
newsin7:0:0000:00:999:[turn OFF during level warp ]
newsin7:0:0000:00:999:[use F6 to toggle ON and OFF]
newsin7:0:442F:01:000:Invincibility
newsin7:0:443F:FF:500:Invincibility (2/2)
; [ Nekketsu Grand-Prix Gal (Japan) ]
ngpgal:0:0000:00:999:[The winning hand cheat must]
ngpgal:0:0000:00:999:[be activated when there are]
ngpgal:0:0000:00:999:[14 tiles in your hand, then]
ngpgal:0:0000:00:999:[press the RON key . ]
ngpgal:0:0000:00:999:[('Z' by default). The tiles]
ngpgal:0:0000:00:999:[do not visually change ]
ngpgal:0:0000:00:999:[until you make a move. ]
ngpgal:0:DC8B:31:001:Get winning hand Now!
ngpgal:0:DC8C:31:501:Get winning hand Now! (02/14)
ngpgal:0:DC8D:31:501:Get winning hand Now! (03/14)
ngpgal:0:DC8E:32:501:Get winning hand Now! (04/14)
ngpgal:0:DC8F:32:501:Get winning hand Now! (05/14)
ngpgal:0:DC90:32:501:Get winning hand Now! (06/14)
ngpgal:0:DC91:33:501:Get winning hand Now! (07/14)
ngpgal:0:DC92:33:501:Get winning hand Now! (08/14)
ngpgal:0:DC93:33:501:Get winning hand Now! (09/14)
ngpgal:0:DC94:34:501:Get winning hand Now! (10/14)
ngpgal:0:DC95:34:501:Get winning hand Now! (11/14)
ngpgal:0:DC96:34:501:Get winning hand Now! (12/14)
ngpgal:0:DC97:35:501:Get winning hand Now! (13/14)
ngpgal:0:DC98:35:501:Get winning hand Now! (14/14)
ngpgal:0:0000:00:999:[At the start of a game, ]
ngpgal:0:0000:00:999:[there may be some small ]
ngpgal:0:0000:00:999:[glitches on the tiles when ]
ngpgal:0:0000:00:999:[using the 'Always' cheats. ]
ngpgal:0:0000:00:999:[The cheats should still ]
ngpgal:0:0000:00:999:[work as normal. ]
ngpgal:0:DC8B:31:000:Always winning hand
ngpgal:0:DC8C:31:500:Always winning hand (02/14)
ngpgal:0:DC8D:31:500:Always winning hand (03/14)
ngpgal:0:DC8E:32:500:Always winning hand (04/14)
ngpgal:0:DC8F:32:500:Always winning hand (05/14)
ngpgal:0:DC90:32:500:Always winning hand (06/14)
ngpgal:0:DC91:33:500:Always winning hand (07/14)
ngpgal:0:DC92:33:500:Always winning hand (08/14)
ngpgal:0:DC93:33:500:Always winning hand (09/14)
ngpgal:0:DC94:34:500:Always winning hand (10/14)
ngpgal:0:DC95:34:500:Always winning hand (11/14)
ngpgal:0:DC96:34:500:Always winning hand (12/14)
ngpgal:0:DC97:35:500:Always winning hand (13/14)
ngpgal:0:DC98:35:500:Always winning hand (14/14)
; [ Nibbler (set 1) ]
nibbler:0:00A3:63:004:Infinite Time
nibbler:0:00B0:32:000:Infinite Lives PL1
nibbler:0:00B1:32:000:Infinite Lives PL2
nibbler:0:0000:00:999:[Only enable Invincibility ]
nibbler:0:0000:00:999:[during play and you must ]
nibbler:0:0000:00:999:[disable Invincibility with ]
nibbler:0:0000:00:999:[F6 to finish each level. ]
nibbler:0:00FC:00:000:Invincibility
; [ Nibbler (set 2) ]
nibblera:0:00A3:63:004:Infinite Time
nibblera:0:00B0:32:000:Infinite Lives PL1
nibblera:0:00B1:32:000:Infinite Lives PL2
nibblera:0:0000:00:999:[Only enable Invincibility ]
nibblera:0:0000:00:999:[during play and you must ]
nibblera:0:0000:00:999:[disable Invincibility with ]
nibblera:0:0000:00:999:[F6 to finish each level. ]
nibblera:0:00FC:00:000:Invincibility
; [ Night Striker (US) ]
nightstr:0:109C59:09:000:Infinite Credits
nightstr:0:10C28D:09:000:Infinite Shields
nightstr:0:109BD7:00:001:Set Boss Timer = 0 Now!
; [ Ninja Clowns ]
ninclown:0:000084:63:000:Infinite Credits
ninclown:0:002A1A:0A:000:Infinite Lives PL1
ninclown:0:001A95:08:000:Infinite Energy PL1
ninclown:0:002A1F:63:000:Infinite Ammo PL1
ninclown:0:002A23:02:000:Invincibility PL1
ninclown:0:002A3E:0A:000:Infinite Lives PL2
ninclown:0:001885:08:000:Infinite Energy PL2
ninclown:0:002A43:63:000:Infinite Ammo PL2
ninclown:0:002A47:02:000:Invincibility PL2
; [ Ninja Kids (World) ]
ninjak:0:000000:00:999:[To play with PL3 and PL4 ]
ninjak:0:000000:00:999:[you need to change the ]
ninjak:0:000000:00:999:[cabinet style in the DIP ]
ninjak:0:000000:00:999:[switch menu. ]
ninjak:0:101004:03:000:Infinite Lives PL1
ninjak:0:101005:05:000:Infinite Energy PL1
ninjak:0:101037:04:000:Infinite Magic PL1
ninjak:0:101044:03:000:Infinite Lives PL2
ninjak:0:101045:05:000:Infinite Energy PL2
ninjak:0:101077:04:000:Infinite Magic PL2
ninjak:0:101084:03:000:Infinite Lives PL3
ninjak:0:101085:05:000:Infinite Energy PL3
ninjak:0:1010B7:04:000:Infinite Magic PL3
ninjak:0:1010C4:03:000:Infinite Lives PL4
ninjak:0:1010C5:05:000:Infinite Energy PL4
ninjak:0:1010F7:04:000:Infinite Magic PL4
; [ Ninja Kid II (set 2) ]
ninjak2a:0:E20D:3C:000:Infinite Time
ninjak2a:0:E130:07:000:Infinite Lives PL1
ninjak2a:0:E169:07:000:Infinite Lives PL2
ninjak2a:0:ECF2:00:000:Invincibility
ninjak2a:0:E113:04:000:All Ammo
ninjak2a:0:E117:02:500:All Ammo (2/4)
ninjak2a:0:E118:03:500:All Ammo (3/4)
ninjak2a:0:E119:04:500:All Ammo (4/4)
ninjak2a:0:E111:FF:000:Infinite Fireballs
ninjak2a:0:EC05:00:000:Enemies NEVER shoot
ninjak2a:0:E110:06:001:Clear this Round Now!
ninjak2a:0:E100:1F:061:Select the Scene
; [ Ninja Kid II (set 3) ]
ninjak2b:0:E20B:3C:000:Infinite Time
ninjak2b:0:E12F:07:000:Infinite Lives PL1
ninjak2b:0:E167:07:000:Infinite Lives PL2
ninjak2b:0:ECF0:00:000:Invincibility
ninjak2b:0:E112:04:000:All Ammo
ninjak2b:0:E116:02:500:All Ammo (2/4)
ninjak2b:0:E117:03:500:All Ammo (3/4)
ninjak2b:0:E118:04:500:All Ammo (4/4)
ninjak2b:0:E110:FF:000:Infinite Fireballs
ninjak2b:0:EC04:00:000:Enemies NEVER shoot
ninjak2b:0:E10F:06:001:Clear this Round Now!
ninjak2b:0:E0FF:1F:061:Select the Scene
; [ Ninja Kid II (set 1) ]
ninjakd2:0:E20B:3C:000:Infinite Time
ninjakd2:0:E12F:07:000:Infinite Lives PL1
ninjakd2:0:E167:07:000:Infinite Lives PL2
ninjakd2:0:ECF0:00:000:Invincibility
ninjakd2:0:E112:04:000:All Ammo
ninjakd2:0:E116:02:500:All Ammo (2/4)
ninjakd2:0:E117:03:500:All Ammo (3/4)
ninjakd2:0:E118:04:500:All Ammo (4/4)
ninjakd2:0:E110:FF:000:Infinite Fireballs
ninjakd2:0:EC04:00:000:Enemies NEVER shoot
ninjakd2:0:E10F:06:001:Clear this Round Now!
ninjakd2:0:E0FF:1F:061:Select the Scene
; [ Ninja Kids (Japan) ]
ninjakj:0:000000:00:999:[To play with PL3 and PL4 ]
ninjakj:0:000000:00:999:[you need to change the ]
ninjakj:0:000000:00:999:[cabinet style in the DIP ]
ninjakj:0:000000:00:999:[switch menu. ]
ninjakj:0:101004:03:000:Infinite Lives PL1
ninjakj:0:101005:05:000:Infinite Energy PL1
ninjakj:0:101037:04:000:Infinite Magic PL1
ninjakj:0:101044:03:000:Infinite Lives PL2
ninjakj:0:101045:05:000:Infinite Energy PL2
ninjakj:0:101077:04:000:Infinite Magic PL2
ninjakj:0:101084:03:000:Infinite Lives PL3
ninjakj:0:101085:05:000:Infinite Energy PL3
ninjakj:0:1010B7:04:000:Infinite Magic PL3
ninjakj:0:1010C4:03:000:Infinite Lives PL4
ninjakj:0:1010C5:05:000:Infinite Energy PL4
ninjakj:0:1010F7:04:000:Infinite Magic PL4
; [ Ninjakun Majou no Bouken ]
ninjakun:0:E286:3C:000:Infinite Time
ninjakun:0:E132:07:000:Infinite Lives PL1
ninjakun:0:E162:07:000:Infinite Lives PL2
; [ Ninja Master's - haoh-ninpo-cho ]
ninjamas:0:10C021:9A:000:Infinite Time
ninjamas:0:100050:D0:000:Infinite Energy PL1
ninjamas:0:100050:00:001:Drain All Energy Now! PL1
ninjamas:0:1000AE:60:000:Infinite Power PL1
ninjamas:0:1000AE:00:001:Drain All Power Now! PL1
ninjamas:0:1000AE:00:000:Always have No Power PL1
ninjamas:0:101050:D0:000:Infinite Energy PL2
ninjamas:0:101050:00:001:Drain All Energy Now! PL2
ninjamas:0:1010AE:60:000:Infinite Power PL2
ninjamas:0:1010AE:00:001:Drain All Power Now! PL2
ninjamas:0:1010AE:00:000:Always have No Power PL2
ninjamas:0:000000:00:999:[ Free player selection ]
ninjamas:0:10C007:01:000:Boss Code:Reset for cancel
ninjamas:0:000000:00:999:[ Use at selection screen ]
ninjamas:0:000000:00:999:[ Work, but doesn't show ]
ninjamas:0:000000:00:999:[ anything before select. ]
ninjamas:0:10C044:0A:001:Play with Ranmaru PL1
ninjamas:0:10C044:0B:001:Play with Nobunaga PL1
ninjamas:0:10C084:0A:001:Play with Ranmaru PL2
ninjamas:0:10C084:0B:001:Play with Nobunaga PL2
ninjamas:0:000000:00:999:[The Boss selection cheat ]
ninjamas:0:000000:00:999:[must be activated on the ]
ninjamas:0:000000:00:999:[character selection screen.]
ninjamas:0:10C017:0A:001:Goto to First Boss Now!
ninjamas:0:10C017:0B:001:Goto to Final Boss Now!
ninjamas:0:10C017:0C:001:Goto Ending Now!
; [ Ninja Warriors, The (World) ]
ninjaw:0:0C22B7:09:000:Infinite Credits
ninjaw:0:0C6DE9:E8:000:Infinite Time
ninjaw:0:0C6DE8:03:500:Infinite Time (2/2)
ninjaw:0:241307:64:000:Infinite Energy PL1
ninjaw:0:241321:63:000:Infinite Shuriken PL1
ninjaw:0:241387:64:000:Infinite Energy PL2
ninjaw:0:2413A1:63:000:Infinite Shuriken PL2
; [ Ninja Warriors, The (Japan) ]
ninjawj:0:0C22B7:09:000:Infinite Credits
ninjawj:0:0C6DE9:E8:000:Infinite Time
ninjawj:0:0C6DE8:03:500:Infinite Time (2/2)
ninjawj:0:241307:64:000:Infinite Energy PL1
ninjawj:0:241321:63:000:Infinite Shuriken PL1
ninjawj:0:241387:64:000:Infinite Energy PL2
ninjawj:0:2413A1:63:000:Infinite Shuriken PL2
; [ Ninja Emaki (US) ]
ninjemak:0:E4E6:03:000:Infinite Lives
ninjemak:0:E789:03:000:Infinite Energy
; [ Night Driver ]
nitedrvr:0:0092:90:000:Infinite Time
; [ Niyanpai (Japan) ]
niyanpai:0:04087F:00:000:Infinite Credits
niyanpai:0:0401BD:78:000:Infinite Time
niyanpai:0:04035B:04:001:Next Match finishes level
niyanpai:0:000000:00:999:[The following cheat always ]
niyanpai:0:000000:00:999:[finishes the level! ]
niyanpai:0:04035B:04:000:Slideshow mode
; [ Nekketsu Koukou Dodgeball Bu (Japan bootleg) ]
nkdodgeb:0:006E:99:000:Infinite Credits
nkdodgeb:0:078A:59:000:Infinite Time
nkdodgeb:0:078B:09:500:Infinite Time (2/2)
nkdodgeb:0:0425:10:000:Infinite Energy PL1
nkdodgeb:0:045D:10:500:Infinite Energy PL1 (2/4)
nkdodgeb:0:0495:10:500:Infinite Energy PL1 (3/4)
nkdodgeb:0:04CD:10:500:Infinite Energy PL1 (4/4)
nkdodgeb:0:0425:01:001:Drain All Energy Now! PL1
nkdodgeb:0:045D:01:501:Drain All Energy Now! PL1 (2/4)
nkdodgeb:0:0495:01:501:Drain All Energy Now! PL1 (3/4)
nkdodgeb:0:04CD:01:501:Drain All Energy Now! PL1 (4/4)
nkdodgeb:0:029D:10:000:Infinite Energy PL2
nkdodgeb:0:02D5:10:500:Infinite Energy PL2 (2/4)
nkdodgeb:0:030D:10:500:Infinite Energy PL2 (3/4)
nkdodgeb:0:0345:10:500:Infinite Energy PL2 (4/4)
nkdodgeb:0:029D:01:001:Drain All Energy Now! PL2
nkdodgeb:0:02D5:01:501:Drain All Energy Now! PL2 (2/4)
nkdodgeb:0:030D:01:501:Drain All Energy Now! PL2 (3/4)
nkdodgeb:0:0345:01:501:Drain All Energy Now! PL2 (4/4)
; [ Nekketsu Mahjong Sengen! AFTER 5 (Japan) ]
nmsengen:0:0000:00:999:[The winning hand cheat must]
nmsengen:0:0000:00:999:[be activated when there are]
nmsengen:0:0000:00:999:[14 tiles in your hand, then]
nmsengen:0:0000:00:999:[press the RON key . ]
nmsengen:0:0000:00:999:[('Z' by default). The tiles]
nmsengen:0:0000:00:999:[do not visually change ]
nmsengen:0:0000:00:999:[until you make a move. ]
nmsengen:0:CE81:30:000:Always winning hand (01/14)
nmsengen:0:CE82:30:500:Always winning hand (02/14)
nmsengen:0:CE83:30:500:Always winning hand (03/14)
nmsengen:0:CE84:31:500:Always winning hand (04/14)
nmsengen:0:CE85:31:500:Always winning hand (05/14)
nmsengen:0:CE86:31:500:Always winning hand (06/14)
nmsengen:0:CE87:32:500:Always winning hand (07/14)
nmsengen:0:CE88:32:500:Always winning hand (08/14)
nmsengen:0:CE89:32:500:Always winning hand (09/14)
nmsengen:0:CE8A:33:500:Always winning hand (10/14)
nmsengen:0:CE8B:33:500:Always winning hand (11/14)
nmsengen:0:CE8C:33:500:Always winning hand (12/14)
nmsengen:0:CE8D:34:500:Always winning hand (13/14)
nmsengen:0:CE8E:34:500:Always winning hand (14/14)
nmsengen:0:C702:00:000:Always winning hand (dealer)
nmsengen:0:CB02:01:500:Always winning hand (dealer) (2/2)
; [ No Man's Land ]
nomnlnd:0:6012:07:000:Infinite Lives PL1
nomnlnd:0:6013:07:000:Infinite Lives PL2
nomnlnd:0:611E:04:040:Invincibility
nomnlnd:0:611E:40:540:Invincibility (2/2)
; [ No Man's Land (Gottlieb) ]
nomnlndg:0:6015:07:000:Infinite Lives PL1
nomnlndg:0:6016:07:000:Infinite Lives PL2
nomnlndg:0:6125:04:040:Invincibility
nomnlndg:0:6125:40:540:Invincibility (2/2)
; [ Nouryoku Koujou Iinkai ]
nouryoku:0:0F9ACA:09:000:Infinite Credits
nouryoku:0:000000:00:999:[Watch out for these values ]
nouryoku:0:000000:00:999:[ 00=1, 01=2, 02=3, 03=4 ]
nouryoku:0:0F01D2:00:998:Watch me for good answer
nouryoku:0:0F9C58:99:000:Infinite Energy PL1
nouryoku:0:0F9C5A:99:000:Infinite Energy PL2
; [ Nova 2001 (US) ]
nov2001u:0:E120:05:000:Infinite Lives
nov2001u:0:E10F:03:007:Bonus Always > 3000 Pts
nov2001u:0:E100:04:001:Go to Level 5 on Death
nov2001u:0:E101:04:501:Go to Level 5 on Death (2/2)
nov2001u:0:E100:09:001:Go to Level 10 on Death
nov2001u:0:E101:09:501:Go to Level 10 on Death (2/2)
nov2001u:0:E100:14:001:Go to Level 15 on Death
nov2001u:0:E101:14:501:Go to Level 15 on Death (2/2)
; [ Nova 2001 (Japan) ]
nova2001:0:E120:05:000:Infinite Lives
nova2001:0:E10F:03:007:Bonus Always > 3000 Pts
nova2001:0:E100:04:001:Go to Level 5 on Death
nova2001:0:E101:04:501:Go to Level 5 on Death (2/2)
nova2001:0:E100:09:001:Go to Level 10 on Death
nova2001:0:E101:09:501:Go to Level 10 on Death (2/2)
nova2001:0:E100:14:001:Go to Level 15 on Death
nova2001:0:E101:14:501:Go to Level 15 on Death (2/2)
; [ Ninja Princess ]
nprinces:0:C039:00:000:Infinite Time
nprinces:0:EEF8:14:500:Infinite Time (2/3)
nprinces:0:C08C:F8:500:Infinite Time (3/3)
nprinces:0:C303:80:040:Invincibility
nprinces:0:C02C:09:000:Infinite Lives PL1
nprinces:0:C02D:09:000:Infinite Lives PL2
; [ Ninja Princess (bootleg?) ]
nprincsb:0:C039:00:000:Infinite Time
nprincsb:0:EEF8:14:500:Infinite Time (2/3)
nprincsb:0:C08C:F8:500:Infinite Time (3/3)
nprincsb:0:C303:80:040:Invincibility
nprincsb:0:C02C:09:000:Infinite Lives PL1
nprincsb:0:C02D:09:000:Infinite Lives PL2
; [ Ninja Princess (not encrypted) ]
nprincsu:0:C039:00:000:Infinite Time
nprincsu:0:EEF8:14:500:Infinite Time (2/3)
nprincsu:0:C08C:F8:500:Infinite Time (3/3)
nprincsu:0:C303:80:040:Invincibility
nprincsu:0:C02C:09:000:Infinite Lives PL1
nprincsu:0:C02D:09:000:Infinite Lives PL2
; [ New Rally X ]
nrallyx:0:800F:04:000:Infinite Lives PL1
nrallyx:0:826B:06:022:Infinite Fuel PL1
nrallyx:0:8010:04:000:Infinite Lives PL2
nrallyx:0:826D:06:022:Infinite Fuel PL2
nrallyx:0:81B0:02:000:Always 3 red cars
nrallyx:0:824E:00:000:No red cars per level
nrallyx:0:824E:01:000:Only 1 red car per level
nrallyx:0:824E:01:000:7 red cars per level
nrallyx:0:8251:00:000:No rocks
nrallyx:0:8088:88:000:Red car 1 doesn't move
nrallyx:0:80A8:88:000:Red car 2 doesn't move
nrallyx:0:80C8:88:000:Red car 3 doesn't move
nrallyx:0:80E8:88:000:Red car 4 doesn't move
nrallyx:0:8108:88:000:Red car 5 doesn't move
nrallyx:0:8128:88:000:Red car 6 doesn't move
nrallyx:0:8148:88:000:Red car 7 doesn't move
nrallyx:0:8168:88:000:Red car 8 doesn't move:Only there in later levels!
nrallyx:0:8027:20:000:Car always Very Slow
nrallyx:0:8028:00:500:Car always Very Slow (2/2)
nrallyx:0:8027:C0:000:Car always Slow
nrallyx:0:8028:00:500:Car always Slow (2/2)
nrallyx:0:8027:20:000:Car always Normal Speed
nrallyx:0:8028:02:500:Car always Normal Speed (2/2)
nrallyx:0:8027:20:000:Car always Very Fast
nrallyx:0:8028:05:500:Car always Very Fast (2/2)
nrallyx:0:8027:20:000:Car always Ultra Fast
nrallyx:0:8028:0A:500:Car always Ultra Fast (2/2)
; [ Ninja Spirit ]
nspirit:0:A39C1:DE:000:Infinite Time
nspirit:0:A0074:01:000:Invincibility
nspirit:0:00000:00:999:[See the Dip Switch Menu to ]
nspirit:0:00000:00:999:[enable an alternate ]
nspirit:0:00000:00:999:[Invincibility cheat. ]
nspirit:0:A0093:0F:000:Always Max Power for all Ammo
nspirit:0:A0073:01:000:Always have 1 Shadow Man
nspirit:0:A0073:02:000:Always have 2 Shadow Men
nspirit:0:A0073:01:001:Get 1 Shadow Man Now!
nspirit:0:A0073:02:001:Get 2 Shadow Men Now!
nspirit:0:A0073:00:001:Lose Shadow Men Now!
nspirit:0:A38EB:06:000:Infinite Lives PL1
nspirit:0:A38F1:06:000:Infinite Lives PL2
; [ Saigo no Nindou (Japan) ]
nspiritj:0:A39C1:DE:000:Infinite Time
nspiritj:0:A0074:01:000:Invincibility
nspiritj:0:00000:00:999:[See the Dip Switch Menu to ]
nspiritj:0:00000:00:999:[enable an alternate ]
nspiritj:0:00000:00:999:[Invincibility cheat. ]
nspiritj:0:A0093:0F:000:Always Max Power for all Ammo
nspiritj:0:A0073:01:000:Always have 1 Shadow Man
nspiritj:0:A0073:02:000:Always have 2 Shadow Men
nspiritj:0:A0073:01:001:Get 1 Shadow Man Now!
nspiritj:0:A0073:02:001:Get 2 Shadow Men Now!
nspiritj:0:A0073:00:001:Lose Shadow Men Now!
nspiritj:0:A38EB:06:000:Infinite Lives PL1
nspiritj:0:A38F1:06:000:Infinite Lives PL2
; [ Night Stocker ]
nstocker:0:0288:15:000:Infinite Shields
nstocker:0:0287:9A:000:Infinite Shots
nstocker:0:0295:00:001:Distance/Enemies left=0 Now!
; [ Mahjong Nerae! Top Star (Japan) ]
ntopstar:0:F94F:FF:000:Buggy "Shikin"
ntopstar:0:0000:00:999:[The winning hand cheat must]
ntopstar:0:0000:00:999:[be activated when there are]
ntopstar:0:0000:00:999:[14 tiles in your hand, then]
ntopstar:0:0000:00:999:[press the RON key . ]
ntopstar:0:0000:00:999:[('Z' by default). The tiles]
ntopstar:0:0000:00:999:[do not visually change ]
ntopstar:0:0000:00:999:[until you make a move. ]
ntopstar:0:FC8B:31:001:Get winning hand Now!
ntopstar:0:FC8C:31:501:Get winning hand Now! (02/14)
ntopstar:0:FC8D:31:501:Get winning hand Now! (03/14)
ntopstar:0:FC8E:32:501:Get winning hand Now! (04/14)
ntopstar:0:FC8F:32:501:Get winning hand Now! (05/14)
ntopstar:0:FC90:32:501:Get winning hand Now! (06/14)
ntopstar:0:FC91:33:501:Get winning hand Now! (07/14)
ntopstar:0:FC92:33:501:Get winning hand Now! (08/14)
ntopstar:0:FC93:33:501:Get winning hand Now! (09/14)
ntopstar:0:FC94:34:501:Get winning hand Now! (10/14)
ntopstar:0:FC95:34:501:Get winning hand Now! (11/14)
ntopstar:0:FC96:34:501:Get winning hand Now! (12/14)
ntopstar:0:FC97:35:501:Get winning hand Now! (13/14)
ntopstar:0:FC98:35:501:Get winning hand Now! (14/14)
ntopstar:0:FC8B:31:000:Always winning hand
ntopstar:0:FC8C:31:500:Always winning hand (02/14)
ntopstar:0:FC8D:31:500:Always winning hand (03/14)
ntopstar:0:FC8E:32:500:Always winning hand (04/14)
ntopstar:0:FC8F:32:500:Always winning hand (05/14)
ntopstar:0:FC90:32:500:Always winning hand (06/14)
ntopstar:0:FC91:33:500:Always winning hand (07/14)
ntopstar:0:FC92:33:500:Always winning hand (08/14)
ntopstar:0:FC93:33:500:Always winning hand (09/14)
ntopstar:0:FC94:34:500:Always winning hand (10/14)
ntopstar:0:FC95:34:500:Always winning hand (11/14)
ntopstar:0:FC96:34:500:Always winning hand (12/14)
ntopstar:0:FC97:35:500:Always winning hand (13/14)
ntopstar:0:FC98:35:500:Always winning hand (14/14)
; [ Nunchackun ]
nunchaku:0:C30D:02:000:Infinite Time
nunchaku:0:C30E:02:500:Infinite Time (2/3)
nunchaku:0:C30F:01:500:Infinite Time (3/3)
nunchaku:0:C8F2:00:000:Infinite Energy (Main Game)
nunchaku:0:C53F:08:000:Infinite Energy (Sub Games)
nunchaku:0:C00C:06:000:Infinite Lives PL1
nunchaku:0:C00D:06:000:Infinite Lives PL2
; [ Nyan Nyan Panic (Japan) ]
nyanpani:0:0401DC:99:000:Infinite Credits
nyanpani:0:040968:00:000:Always Win Bonus Stage
nyanpani:0:0401F9:31:000:Next Level is Last Level
nyanpani:0:0401F9:31:061:Select next level
nyanpani:0:040380:07:000:Infinite Lives PL1
nyanpani:0:040519:80:020:Invincibility PL1
nyanpani:0:0403C0:07:000:Infinite Lives PL2
nyanpani:0:040549:80:020:Invincibility PL2
nyanpani:0:040009:80:000:Sound Test Timer Stop
; [ Ironman Stewart's Super Off-Road ]
offroad:0:E186:03:001:Final Lap for Red Car Now!
offroad:0:E186:00:001:First Lap for Red Car Now!
offroad:0:E186:00:000:Always First Lap for Red Car:Red Car can never win
offroad:0:E172:FF:000:Infinite Money for Red Car
offroad:0:E173:7F:500:Infinite Money for Red Car (2/2)
offroad:0:E168:63:000:Infinite Nitros - Red Car
offroad:0:E169:05:000:Always have Maximum Tyres - Red Car
offroad:0:E16A:05:000:Always have Maximum Shocks - Red Car
offroad:0:E16B:05:000:Always have Maximum Top Speed - Red Car
offroad:0:E16C:05:000:Always have Maximum Accel. Box - Red Car
offroad:0:E286:03:001:Final Lap for Yellow Car Now!
offroad:0:E286:00:001:First Lap for Yellow Car Now!
offroad:0:E286:00:000:Always First Lap for Yellow Car:Yellow Car can never win
offroad:0:E272:FF:000:Infinite Money for Yellow Car
offroad:0:E273:7F:500:Infinite Money for Yellow Car (2/2)
offroad:0:E268:63:000:Infinite Nitros - Yellow Car
offroad:0:E269:05:000:Always have Maximum Tyres - Yellow Car
offroad:0:E26A:05:000:Always have Maximum Shocks - Yellow Car
offroad:0:E26B:05:000:Always have Maximum Top Speed - Yellow Car
offroad:0:E26C:05:000:Always have Maximum Accel. Box - Yellow Car
offroad:0:E386:03:001:Final Lap for Blue Car Now!
offroad:0:E386:00:001:First Lap for Blue Car Now!
offroad:0:E386:00:000:Always First Lap for Blue Car:Blue Car can never win
offroad:0:E372:FF:000:Infinite Money for Blue Car
offroad:0:E373:7F:500:Infinite Money for Blue Car (2/2)
offroad:0:E368:63:000:Infinite Nitros - Blue Car
offroad:0:E369:05:000:Always have Maximum Tyres - Blue Car
offroad:0:E36A:05:000:Always have Maximum Shocks - Blue Car
offroad:0:E36B:05:000:Always have Maximum Top Speed - Blue Car
offroad:0:E36C:05:000:Always have Maximum Accel. Box - Blue Car
offroad:0:E486:03:001:Final Lap for Grey Car Now!
offroad:0:E486:00:001:First Lap for Grey Car Now!
offroad:0:E486:00:000:Always First Lap for Grey Car:Grey Car can never win
offroad:0:E472:FF:000:Infinite Money for Grey Car
offroad:0:E473:7F:500:Infinite Money for Grey Car (2/2)
offroad:0:E468:63:000:Infinite Nitros - Grey Car
offroad:0:E469:05:000:Always have Maximum Tyres - Grey Car
offroad:0:E46A:05:000:Always have Maximum Shocks - Grey Car
offroad:0:E46B:05:000:Always have Maximum Top Speed - Grey Car
offroad:0:E46C:05:000:Always have Maximum Accel. Box - Grey Car
; [ Ironman Stewart's Super Off-Road Track Pack ]
offroadt:0:E186:03:001:Final Lap for Red Car Now!
offroadt:0:E186:00:001:First Lap for Red Car Now!
offroadt:0:E186:00:000:Always First Lap for Red Car:Red Car can never win
offroadt:0:E172:FF:000:Infinite Money for Red Car
offroadt:0:E173:7F:500:Infinite Money for Red Car (2/2)
offroadt:0:E168:63:000:Infinite Nitros - Red Car
offroadt:0:E169:05:000:Always have Maximum Tyres - Red Car
offroadt:0:E16A:05:000:Always have Maximum Shocks - Red Car
offroadt:0:E16B:05:000:Always have Maximum Top Speed - Red Car
offroadt:0:E16C:05:000:Always have Maximum Accel. Box - Red Car
offroadt:0:E286:03:001:Final Lap for Yellow Car Now!
offroadt:0:E286:00:001:First Lap for Yellow Car Now!
offroadt:0:E286:00:000:Always First Lap for Yellow Car:Yellow Car can never win
offroadt:0:E272:FF:000:Infinite Money for Yellow Car
offroadt:0:E273:7F:500:Infinite Money for Yellow Car (2/2)
offroadt:0:E268:63:000:Infinite Nitros - Yellow Car
offroadt:0:E269:05:000:Always have Maximum Tyres - Yellow Car
offroadt:0:E26A:05:000:Always have Maximum Shocks - Yellow Car
offroadt:0:E26B:05:000:Always have Maximum Top Speed - Yellow Car
offroadt:0:E26C:05:000:Always have Maximum Accel. Box - Yellow Car
offroadt:0:E386:03:001:Final Lap for Blue Car Now!
offroadt:0:E386:00:001:First Lap for Blue Car Now!
offroadt:0:E386:00:000:Always First Lap for Blue Car:Blue Car can never win
offroadt:0:E372:FF:000:Infinite Money for Blue Car
offroadt:0:E373:7F:500:Infinite Money for Blue Car (2/2)
offroadt:0:E368:63:000:Infinite Nitros - Blue Car
offroadt:0:E369:05:000:Always have Maximum Tyres - Blue Car
offroadt:0:E36A:05:000:Always have Maximum Shocks - Blue Car
offroadt:0:E36B:05:000:Always have Maximum Top Speed - Blue Car
offroadt:0:E36C:05:000:Always have Maximum Accel. Box - Blue Car
offroadt:0:E486:03:001:Final Lap for Grey Car Now!
offroadt:0:E486:00:001:First Lap for Grey Car Now!
offroadt:0:E486:00:000:Always First Lap for Grey Car:Grey Car can never win
offroadt:0:E472:FF:000:Infinite Money for Grey Car
offroadt:0:E473:7F:500:Infinite Money for Grey Car (2/2)
offroadt:0:E468:63:000:Infinite Nitros - Grey Car
offroadt:0:E469:05:000:Always have Maximum Tyres - Grey Car
offroadt:0:E46A:05:000:Always have Maximum Shocks - Grey Car
offroadt:0:E46B:05:000:Always have Maximum Top Speed - Grey Car
offroadt:0:E46C:05:000:Always have Maximum Accel. Box - Grey Car
; [ Off the Wall (2-player cocktail) ]
offtwalc:0:3FDF4A:0A:000:Infinite Lives PL1
offtwalc:0:3FDFCA:0A:000:Infinite Lives PL2
; [ Off the Wall (2/3-player upright) ]
offtwall:0:000000:00:999:[When there are only two ]
offtwall:0:000000:00:999:[players then PL3 will be ]
offtwall:0:000000:00:999:[the 2nd player! ]
offtwall:0:3FDF44:0A:000:Infinite Lives PL1
offtwall:0:3FDF84:03:000:Infinite Lives PL2
offtwall:0:3FDFC4:0A:000:Infinite Lives PL3
; [ Ohgon no Siro (Japan) ]
ogonsiro:0:C680:05:000:Infinite Lives
ogonsiro:0:0000:00:999:[See the Dip Switch Menu to ]
ogonsiro:0:0000:00:999:[enable Invincibility. ]
ogonsiro:0:C194:20:000:Infinite Shield
ogonsiro:0:F582:02:000:Infinite Helmet
ogonsiro:0:F562:02:000:Infinite Breastplate
ogonsiro:0:F4E2:02:000:Infinite Iron Briefs
ogonsiro:0:F4C2:02:000:Infinite Right Thigh
ogonsiro:0:F482:02:000:Infinite Left Thigh
ogonsiro:0:F4A2:02:000:Infinite Right Lower Leg
ogonsiro:0:F462:02:000:Infinite Left Lower Leg
ogonsiro:0:F522:02:000:Infinite Left Forearm
ogonsiro:0:F502:02:000:Infinite Right Upper Arm
ogonsiro:0:F542:02:000:Infinite Left Upper Arm
ogonsiro:0:0000:00:999:[The following cheats are ]
ogonsiro:0:0000:00:999:[for your enemy - so don't ]
ogonsiro:0:0000:00:999:[use the Infinite cheats if ]
ogonsiro:0:0000:00:999:[you want to win!!! ]
ogonsiro:0:F472:02:000:Infinite Right leg(enemy)
ogonsiro:0:F492:02:000:Infinite Right thigh(enemy)
ogonsiro:0:F4B2:02:000:Infinite Left leg(enemy)
ogonsiro:0:F4D2:02:000:Infinite Left thigh(enemy)
ogonsiro:0:F4F2:02:000:Infinite Briefs(enemy)
ogonsiro:0:F512:02:000:Infinite Right arm(enemy)
ogonsiro:0:F532:02:000:Infinite Right hand(enemy)
ogonsiro:0:F572:02:000:Infinite chest(enemy)
ogonsiro:0:F592:02:000:Infinite head(enemy)
ogonsiro:0:F5B2:02:000:Infinite Left arm(enemy)
ogonsiro:0:F5D2:02:000:Infinite Left hand(enemy)
ogonsiro:0:F472:00:001:Break Right leg(enemy) Now!
ogonsiro:0:F492:00:001:Break Right thigh(enemy) Now!
ogonsiro:0:F4B2:00:001:Break Left leg(enemy) Now!
ogonsiro:0:F4D2:00:001:Break Left thigh(enemy) Now!
ogonsiro:0:F4F2:00:001:Break Briefs(enemy) Now!
ogonsiro:0:F512:00:001:Break Right arm(enemy) Now!
ogonsiro:0:F532:00:001:Break Right hand(enemy) Now!
ogonsiro:0:F572:00:001:Break chest(enemy) Now!
ogonsiro:0:F592:00:001:Break head(enemy) Now!
ogonsiro:0:F5B2:00:001:Break Left arm(enemy) Now!
ogonsiro:0:F5D2:00:001:Break Left hand(enemy) Now!
; [ Oh My God! (Japan) ]
ohmygod:0:704042:09:000:Infinite Credits
; [ Oishii Puzzle Ha Irimasenka ]
oisipuzl:0:20B331:09:000:Infinite Credits
oisipuzl:0:20328F:00:001:Make 'Rest' = 0 Now!
oisipuzl:0:203312:1A:000:Infinite Time PL1
oisipuzl:0:203313:02:000:Infinite Helps PL1
oisipuzl:0:20384E:1A:000:Infinite Time PL2
oisipuzl:0:20384F:02:000:Infinite Helps PL2
; [ Ojousan (Japan) ]
ojousan:0:7165:FF:000:Buggy score
ojousan:0:7499:35:500:Always winning hand (14/14)
ojousan:0:0000:00:999:[The winning hand cheat must]
ojousan:0:0000:00:999:[be activated when there are]
ojousan:0:0000:00:999:[14 tiles in your hand, then]
ojousan:0:0000:00:999:[press the RON key . ]
ojousan:0:0000:00:999:[('Z' by default). The tiles]
ojousan:0:0000:00:999:[do not visually change ]
ojousan:0:0000:00:999:[until you make a move. ]
ojousan:0:748C:31:001:Get winning hand Now!
ojousan:0:748D:31:501:Get winning hand Now! (02/14)
ojousan:0:748E:31:501:Get winning hand Now! (03/14)
ojousan:0:748F:32:501:Get winning hand Now! (04/14)
ojousan:0:7490:32:501:Get winning hand Now! (05/14)
ojousan:0:7491:32:501:Get winning hand Now! (06/14)
ojousan:0:7492:33:501:Get winning hand Now! (07/14)
ojousan:0:7493:33:501:Get winning hand Now! (08/14)
ojousan:0:7494:33:501:Get winning hand Now! (09/14)
ojousan:0:7495:34:501:Get winning hand Now! (10/14)
ojousan:0:7496:34:501:Get winning hand Now! (11/14)
ojousan:0:7497:34:501:Get winning hand Now! (12/14)
ojousan:0:7498:35:501:Get winning hand Now! (13/14)
ojousan:0:7499:35:501:Get winning hand Now! (14/14)
ojousan:0:748C:31:000:Always winning hand
ojousan:0:748D:31:500:Always winning hand (02/14)
ojousan:0:748E:31:500:Always winning hand (03/14)
ojousan:0:748F:32:500:Always winning hand (04/14)
ojousan:0:7490:32:500:Always winning hand (05/14)
ojousan:0:7491:32:500:Always winning hand (06/14)
ojousan:0:7492:33:500:Always winning hand (07/14)
ojousan:0:7493:33:500:Always winning hand (08/14)
ojousan:0:7494:33:500:Always winning hand (09/14)
ojousan:0:7495:34:500:Always winning hand (10/14)
ojousan:0:7496:34:500:Always winning hand (11/14)
ojousan:0:7497:34:500:Always winning hand (12/14)
ojousan:0:7498:35:500:Always winning hand (13/14)
; [ Oli-Boo-Chu ]
olibochu:0:F112:05:000:Infinite Lives
; [ Omega ]
omega:0:4002:63:000:Infinite Credits
omega:0:411D:06:000:Infinite Lives
omega:0:4116:30:000:Eggs don't reappear
;Remove after initial use to advance to next level
omega:0:4200:01:000:Invincibility
omega:0:427C:01:000:Autofire Mode "ON"
; [ Omega Fighter ]
omegaf:0:F6E7:09:000:Infinite Credits
omegaf:0:F7A8:05:000:Infinite Lives PL1
omegaf:0:F34A:4F:002:Invincibility PL1
omegaf:0:F7B8:05:000:Infinite Lives PL2
omegaf:0:F34D:4F:002:Invincibility PL2
; [ Omega Fighter Special ]
omegafs:0:F6E7:09:000:Infinite Credits
omegafs:0:F7A8:05:000:Infinite Lives PL1
omegafs:0:F34A:4F:002:Invincibility PL1
omegafs:0:F7B8:05:000:Infinite Lives PL2
omegafs:0:F34D:4F:002:Invincibility PL2
; [ Omega Race ]
omegrace:0:4066:05:000:Infinite Lives
; [ 2 On 2 Open Ice Challenge (rev 1.21) ]
openice:0:002547A2:0A:000:Infinite Time
openice:0:002547B4:0A:500:Infinite Time (2/2)
openice:0:002505F6:00:000:Score always 0 PL1
openice:0:002505F6:63:000:Score always 99 PL1
openice:0:002505F6:00:001:Set score = 0 Now! PL1
openice:0:002505F6:63:001:Set score = 99 Now! PL1
openice:0:002505F6:63:070:Select score Now! PL1
openice:0:002505FE:00:000:Score always = 0 PL2
openice:0:002505FE:63:000:Score always = 99 PL2
openice:0:002505FE:00:001:Set score = 0 Now! PL2
openice:0:002505FE:63:001:Set score = 99 Now! PL2
openice:0:002505FE:63:070:Select score Now! PL2
; [ Operation Wolf (US) ]
opwolf:0:100C59:00:000:Infinite Energy
opwolf:0:100B1F:22:000:Infinite Bullets
opwolf:0:100B21:09:000:Infinite Magazines
opwolf:0:100B23:05:000:Infinite Grenades
; [ Operation Bear ]
opwolfb:0:100C59:00:000:Infinite Energy
opwolfb:0:100B1F:22:000:Infinite Bullets
opwolfb:0:100B21:09:000:Infinite Magazines
opwolfb:0:100B23:05:000:Infinite Grenades
; [ Orbitron ]
orbitron:0:4039:08:000:Infinite Lives PL1
orbitron:0:4041:08:000:Infinite Lives PL2
; [ Ordyne (Japan) ]
ordyne:0:40900B:08:000:Infinite Lives PL1
ordyne:0:409501:01:000:Invincibility PL1
ordyne:0:409529:03:500:Invincibility PL1 (2/2)
ordyne:0:40900F:99:000:Infinite Crystal PL1
ordyne:0:40900E:99:500:Infinite Crystal PL1 (2/2)
ordyne:0:409538:16:000:Infinite Weapon PL1
ordyne:0:409531:00:001:Get Normal Shot PL1
ordyne:0:409531:01:001:Get Vulcan Shot PL1
ordyne:0:409538:16:501:Get Vulcan Shot PL1 (2/2)
ordyne:0:409531:02:001:Get Penetration Shot PL1
ordyne:0:409538:16:501:Get Penetration Shot PL1(2/2)
ordyne:0:409531:03:001:Get 3Way Shot PL1
ordyne:0:409538:16:501:Get 3Way Shot PL1 (2/2)
ordyne:0:409531:04:001:Get Wide Shot PL1
ordyne:0:409538:16:501:Get Wide Shot PL1 (2/2)
ordyne:0:409531:05:001:Get Stock Bomber ShotPL1
ordyne:0:40BCC1:01:501:Get Stock Bomber ShotPL1(2/2)
ordyne:0:40BD09:0A:000:Maximum Power Stock BomberPL1
ordyne:0:40953B:06:000:Infinite Bombs PL1
ordyne:0:409533:00:001:Get Normal Bomb PL1
ordyne:0:409533:01:001:Get Horming Missile PL1
ordyne:0:40953B:06:501:Get Horming Missile PL1 (2/2)
ordyne:0:409533:02:001:Get Upper Bomb PL1
ordyne:0:40953B:06:501:Get Upper Bomb PL1 (2/2)
ordyne:0:409533:03:001:Get Fire Bomb PL1
ordyne:0:40953B:06:501:Get Fire Bomb PL1 (2/2)
ordyne:0:40902B:08:000:Infinite Lives PL2
ordyne:0:409561:01:000:Invincibility PL2
ordyne:0:409589:03:500:Invincibility PL2 (2/2)
ordyne:0:40902F:99:000:Infinite Crystal PL2
ordyne:0:40902E:99:500:Infinite Crystal PL2 (2/2)
ordyne:0:409598:16:000:Infinite Weapon PL2
ordyne:0:409591:00:001:Get Normal Shot PL2
ordyne:0:409591:01:001:Get Vulcan Shot PL2
ordyne:0:409598:16:501:Get Vulcan Shot PL2 (2/2)
ordyne:0:409591:02:001:Get Penetration Shot PL2
ordyne:0:409598:16:501:Get Penetration Shot PL2(2/2)
ordyne:0:409591:03:001:Get 3Way Shot PL2
ordyne:0:409598:16:501:Get 3Way Shot PL2 (2/2)
ordyne:0:409591:04:001:Get Wide Shot PL2
ordyne:0:409598:16:501:Get Wide Shot PL2 (2/2)
ordyne:0:409591:05:001:Get Stock Bomber ShotPL2
ordyne:0:40BD21:01:501:Get Stock Bomber ShotPL2(2/2)
ordyne:0:40BD69:0A:000:Maximum Power Stock BomberPL2
ordyne:0:40959B:06:000:Infinite Bombs PL2
ordyne:0:409593:00:001:Get Normal Bomb PL2
ordyne:0:409593:01:001:Get Horming Missile PL2
ordyne:0:40959B:06:501:Get Horming Missile PL2 (2/2)
ordyne:0:409593:02:001:Get Upper Bomb PL2
ordyne:0:40959B:06:501:Get Upper Bomb PL2 (2/2)
ordyne:0:409593:03:001:Get Fire Bomb PL2
ordyne:0:40959B:06:501:Get Fire Bomb PL2 (2/2)
ordyne:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
; [ Psycho-Nics Oscar (US) ]
oscar:0:003E:99:004:Infinite Time
oscar:0:007D:05:000:Infinite Lives
oscar:0:0042:06:000:Infinite Energy
oscar:0:0043:1F:000:Invincibility:To be used when you blink
oscar:0:0092:03:000:Always Max Jump Power Up
oscar:0:0000:00:999:[These highlight cheats dont]
oscar:0:0000:00:999:[actually display on status ]
oscar:0:0000:00:999:[bar, effects memory only! ]
oscar:0:0091:01:001:Highlight "JUMP"
oscar:0:0091:02:001:Highlight "GRENADE"
oscar:0:0091:03:001:Highlight "MISSILE"
oscar:0:0091:04:001:Highlight "P.C.U."
oscar:0:0091:05:001:Highlight "GUN/ARMOR"
; [ Psycho-Nics Oscar (Japan revision 2) ]
oscarj:0:003E:99:004:Infinite Time
oscarj:0:007D:05:000:Infinite Lives
oscarj:0:0042:06:000:Infinite Energy
oscarj:0:0043:1F:000:Invincibility:To be used when you blink
oscarj:0:0092:03:000:Always Max Jump Power Up
oscarj:0:0000:00:999:[These highlight cheats dont]
oscarj:0:0000:00:999:[actually display on status ]
oscarj:0:0000:00:999:[bar, effects memory only! ]
oscarj:0:0091:01:001:Highlight "JUMP"
oscarj:0:0091:02:001:Highlight "GRENADE"
oscarj:0:0091:03:001:Highlight "MISSILE"
oscarj:0:0091:04:001:Highlight "P.C.U."
oscarj:0:0091:05:001:Highlight "GUN/ARMOR"
; [ Psycho-Nics Oscar (Japan revision 0) ]
oscarj0:0:003E:99:004:Infinite Time
oscarj0:0:007D:05:000:Infinite Lives
oscarj0:0:0042:06:000:Infinite Energy
oscarj0:0:0043:1F:000:Invincibility:To be used when you blink
oscarj0:0:0092:03:000:Always Max Jump Power Up
oscarj0:0:0000:00:999:[These highlight cheats dont]
oscarj0:0:0000:00:999:[actually display on status ]
oscarj0:0:0000:00:999:[bar, effects memory only! ]
oscarj0:0:0091:01:001:Highlight "JUMP"
oscarj0:0:0091:02:001:Highlight "GRENADE"
oscarj0:0:0091:03:001:Highlight "MISSILE"
oscarj0:0:0091:04:001:Highlight "P.C.U."
oscarj0:0:0091:05:001:Highlight "GUN/ARMOR"
; [ Psycho-Nics Oscar (Japan revision 1) ]
oscarj1:0:003E:99:004:Infinite Time
oscarj1:0:007D:05:000:Infinite Lives
oscarj1:0:0042:06:000:Infinite Energy
oscarj1:0:0043:1F:000:Invincibility:To be used when you blink
oscarj1:0:0092:03:000:Always Max Jump Power Up
oscarj1:0:0000:00:999:[These highlight cheats dont]
oscarj1:0:0000:00:999:[actually display on status ]
oscarj1:0:0000:00:999:[bar, effects memory only! ]
oscarj1:0:0091:01:001:Highlight "JUMP"
oscarj1:0:0091:02:001:Highlight "GRENADE"
oscarj1:0:0091:03:001:Highlight "MISSILE"
oscarj1:0:0091:04:001:Highlight "P.C.U."
oscarj1:0:0091:05:001:Highlight "GUN/ARMOR"
; [ Disco Mahjong Otachidai no Okite (Japan) ]
otatidai:0:0000:00:999:[The winning hand cheat must]
otatidai:0:0000:00:999:[be activated when there are]
otatidai:0:0000:00:999:[14 tiles in your hand, then]
otatidai:0:0000:00:999:[press the RON key . ]
otatidai:0:0000:00:999:[('Z' by default). The tiles]
otatidai:0:0000:00:999:[do not visually change ]
otatidai:0:0000:00:999:[until you make a move. ]
otatidai:0:FBF5:31:001:Get winning hand Now!
otatidai:0:FBF6:31:501:Get winning hand Now! (02/14)
otatidai:0:FBF7:31:501:Get winning hand Now! (03/14)
otatidai:0:FBF8:32:501:Get winning hand Now! (04/14)
otatidai:0:FBF9:32:501:Get winning hand Now! (05/14)
otatidai:0:FBFA:32:501:Get winning hand Now! (06/14)
otatidai:0:FBFB:33:501:Get winning hand Now! (07/14)
otatidai:0:FBFC:33:501:Get winning hand Now! (08/14)
otatidai:0:FBFD:33:501:Get winning hand Now! (09/14)
otatidai:0:FBFE:34:501:Get winning hand Now! (10/14)
otatidai:0:FBFF:34:501:Get winning hand Now! (11/14)
otatidai:0:FC00:34:501:Get winning hand Now! (12/14)
otatidai:0:FC01:35:501:Get winning hand Now! (13/14)
otatidai:0:FC02:35:501:Get winning hand Now! (14/14)
otatidai:0:0000:00:999:[At the start of a game, ]
otatidai:0:0000:00:999:[there may be some small ]
otatidai:0:0000:00:999:[glitches on the tiles when ]
otatidai:0:0000:00:999:[using the 'Always' cheats. ]
otatidai:0:0000:00:999:[The cheats should still ]
otatidai:0:0000:00:999:[work as normal. ]
otatidai:0:FBF5:31:000:Always winning hand
otatidai:0:FBF6:31:500:Always winning hand (02/14)
otatidai:0:FBF7:31:500:Always winning hand (03/14)
otatidai:0:FBF8:32:500:Always winning hand (04/14)
otatidai:0:FBF9:32:500:Always winning hand (05/14)
otatidai:0:FBFA:32:500:Always winning hand (06/14)
otatidai:0:FBFB:33:500:Always winning hand (07/14)
otatidai:0:FBFC:33:500:Always winning hand (08/14)
otatidai:0:FBFD:33:500:Always winning hand (09/14)
otatidai:0:FBFE:34:500:Always winning hand (10/14)
otatidai:0:FBFF:34:500:Always winning hand (11/14)
otatidai:0:FC00:34:500:Always winning hand (12/14)
otatidai:0:FC01:35:500:Always winning hand (13/14)
otatidai:0:FC02:35:500:Always winning hand (14/14)
; [ Othello Derby (Japan) ]
othldrby:0:102F59:09:000:Infinite Credits
othldrby:0:101517:64:000:Infinite Time
; [ Operation Thunderbolt (World) ]
othunder:0:0827C5:01:000:Infinite Energy PL1:Bar still decrements!
othunder:0:0827CD:63:000:Infinite Magazines PL1
othunder:0:0827C9:63:000:Infinite Bullets PL1
othunder:0:0827D1:63:000:Infinite Grenades PL1
othunder:0:0827C7:01:000:Infinite Energy PL2:Bar still decrements!
othunder:0:0827CF:63:000:Infinite Magazines PL2
othunder:0:0827CB:63:000:Infinite Bullets PL2
othunder:0:0827D3:63:000:Infinite Grenades PL2
; [ Operation Thunderbolt (US) ]
othundu:0:0827C5:01:000:Infinite Energy PL1:Bar still decrements!
othundu:0:0827CD:63:000:Infinite Magazines PL1
othundu:0:0827C9:63:000:Infinite Bullets PL1
othundu:0:0827D1:63:000:Infinite Grenades PL1
othundu:0:0827C7:01:000:Infinite Energy PL2:Bar still decrements!
othundu:0:0827CF:63:000:Infinite Magazines PL2
othundu:0:0827CB:63:000:Infinite Bullets PL2
othundu:0:0827D3:63:000:Infinite Grenades PL2
; [ Otona no Mahjong (Japan) ]
otonano:0:0000:00:999:[The winning hand cheat must]
otonano:0:0000:00:999:[be activated when there are]
otonano:0:0000:00:999:[14 tiles in your hand, then]
otonano:0:0000:00:999:[press the RON key . ]
otonano:0:0000:00:999:[('Z' by default). The tiles]
otonano:0:0000:00:999:[do not visually change ]
otonano:0:0000:00:999:[until you make a move. ]
otonano:0:FC8D:31:001:Get winning hand Now!
otonano:0:FC8E:31:501:Get winning hand Now! (02/14)
otonano:0:FC8F:31:501:Get winning hand Now! (03/14)
otonano:0:FC90:32:501:Get winning hand Now! (04/14)
otonano:0:FC91:32:501:Get winning hand Now! (05/14)
otonano:0:FC92:32:501:Get winning hand Now! (06/14)
otonano:0:FC93:33:501:Get winning hand Now! (07/14)
otonano:0:FC94:33:501:Get winning hand Now! (08/14)
otonano:0:FC95:33:501:Get winning hand Now! (09/14)
otonano:0:FC96:34:501:Get winning hand Now! (10/14)
otonano:0:FC97:34:501:Get winning hand Now! (11/14)
otonano:0:FC98:34:501:Get winning hand Now! (12/14)
otonano:0:FC99:35:501:Get winning hand Now! (13/14)
otonano:0:FC9A:35:501:Get winning hand Now! (14/14)
otonano:0:FC8D:31:000:Always winning hand
otonano:0:FC8E:31:500:Always winning hand (02/14)
otonano:0:FC8F:31:500:Always winning hand (03/14)
otonano:0:FC90:32:500:Always winning hand (04/14)
otonano:0:FC91:32:500:Always winning hand (05/14)
otonano:0:FC92:32:500:Always winning hand (06/14)
otonano:0:FC93:33:500:Always winning hand (07/14)
otonano:0:FC94:33:500:Always winning hand (08/14)
otonano:0:FC95:33:500:Always winning hand (09/14)
otonano:0:FC96:34:500:Always winning hand (10/14)
otonano:0:FC97:34:500:Always winning hand (11/14)
otonano:0:FC98:34:500:Always winning hand (12/14)
otonano:0:FC99:35:500:Always winning hand (13/14)
otonano:0:FC9A:35:500:Always winning hand (14/14)
; [ Off the Wall (Sente) ]
otwalls:0:0000:00:999:[The score will not display ]
otwalls:0:0000:00:999:[correctly until you score! ]
otwalls:0:0140:0B:070:Select Score PL1
otwalls:0:0141:0B:070:Select Score PL2
; [ Outline ]
outline:0:1D59:99:000:Infinite Credits
outline:0:1CA3:06:000:Infinite Lives PL1
outline:0:1CA4:06:000:Infinite Lives PL2
; [ Out Run (set 1) ]
outrun:0:060861:99:000:Infinite Time
outrun:0:000000:00:999:[The Speed always=999 cheat ]
outrun:0:000000:00:999:[makes the game seriously ]
outrun:0:000000:00:999:[easy, you can drive through]
outrun:0:000000:00:999:[obstacles too! Watch out ]
outrun:0:000000:00:999:[for other vehicles though. ]
outrun:0:26079C:03:000:Speed always = 999
outrun:0:26079D:E6:500:Speed always = 999 (2/2)
; [ Out Run (set 2) ]
outruna:0:060861:99:000:Infinite Time
outruna:0:000000:00:999:[The Speed always=999 cheat ]
outruna:0:000000:00:999:[makes the game seriously ]
outruna:0:000000:00:999:[easy, you can drive through]
outruna:0:000000:00:999:[obstacles too! Watch out ]
outruna:0:000000:00:999:[for other vehicles though. ]
outruna:0:26079C:03:000:Speed always = 999
outruna:0:26079D:E6:500:Speed always = 999 (2/2)
; [ Out Run (set 3) ]
outrunb:0:060861:99:000:Infinite Time
outrunb:0:000000:00:999:[The Speed always=999 cheat ]
outrunb:0:000000:00:999:[makes the game seriously ]
outrunb:0:000000:00:999:[easy, you can drive through]
outrunb:0:000000:00:999:[obstacles too! Watch out ]
outrunb:0:000000:00:999:[for other vehicles though. ]
outrunb:0:26079C:03:000:Speed always = 999
outrunb:0:26079D:E6:500:Speed always = 999 (2/2)
; [ Out Zone (set 1) ]
outzone:0:000000:00:999:[ ]
outzone:0:000000:00:999:[See the Dip Switch Menu to ]
outzone:0:000000:00:999:[enable an alternate ]
outzone:0:000000:00:999:[Invincibility cheat. ]
outzone:0:000000:00:999:[ ]
outzone:0:000000:00:999:[If you want to skip the ]
outzone:0:000000:00:999:[level or see the game very ]
outzone:0:000000:00:999:[fast then enable Infinite ]
outzone:0:000000:00:999:[Bombs AND Invincibility and]
outzone:0:000000:00:999:[put frameskip to 11 and hit]
outzone:0:000000:00:999:[F10 to put speed to max.The]
outzone:0:000000:00:999:[faster the puter the better]
outzone:0:000000:00:999:[Just walk UP and use bomb ]
outzone:0:000000:00:999:[to kill the boss. ]
outzone:0:240BCF:09:000:Infinite Lives PL1
outzone:0:241E7A:D0:000:Infinite Energy PL1
outzone:0:241E53:0B:000:Infinite Bombs PL1
outzone:0:241E5D:0A:000:Invincibility PL1
outzone:0:241E4F:02:001:Get Max Firepower Now! PL1
outzone:0:241E38:4B:041:Get Normal Weapon Now! PL1
outzone:0:241E38:4A:041:Get 3-Way Weapon Now!PL1
outzone:0:241E38:01:521:Get 3-Way Weapon Now!PL1(2/2)
outzone:0:241E38:08:021:Get Super Ball Now! PL1
outzone:0:241E38:40:021:Get Super Burner Now!PL1
outzone:0:241E38:08:541:Get Super Burner Now!PL1(2/2)
outzone:0:241E38:20:021:Get Speed Up Now! PL1
outzone:0:241E38:80:021:Get Shield Now! PL1
outzone:0:240BD1:09:000:Infinite Lives PL2
outzone:0:241EFA:D0:000:Infinite Energy PL2
outzone:0:241ED3:0B:000:Infinite Bombs PL2
outzone:0:241EDD:0A:000:Invincibility PL2
outzone:0:241ECF:02:001:Get Max Firepower Now! PL2
outzone:0:241EB8:4B:041:Get Normal Weapon Now! PL2
outzone:0:241EB8:4A:041:Get 3-Way Weapon Now!PL2
outzone:0:241EB8:01:521:Get 3-Way Weapon Now!PL2(2/2)
outzone:0:241EB8:08:021:Get Super Ball Now! PL2
outzone:0:241EB8:40:021:Get Super Burner Now!PL2
outzone:0:241EB8:08:541:Get Super Burner Now!PL2(2/2)
outzone:0:241EB8:20:021:Get Speed Up Now! PL2
outzone:0:241EB8:80:021:Get Shield Now! PL2
; [ Out Zone (set 2) ]
outzonea:0:000000:00:999:[ ]
outzonea:0:000000:00:999:[See the Dip Switch Menu to ]
outzonea:0:000000:00:999:[enable an alternate ]
outzonea:0:000000:00:999:[Invincibility cheat. ]
outzonea:0:000000:00:999:[ ]
outzonea:0:000000:00:999:[If you want to skip the ]
outzonea:0:000000:00:999:[level or see the game very ]
outzonea:0:000000:00:999:[fast then enable Infinite ]
outzonea:0:000000:00:999:[Bombs AND Invincibility and]
outzonea:0:000000:00:999:[put frameskip to 11 and hit]
outzonea:0:000000:00:999:[F10 to put speed to max.The]
outzonea:0:000000:00:999:[faster the puter the better]
outzonea:0:000000:00:999:[Just walk UP and use bomb ]
outzonea:0:000000:00:999:[to kill the boss. ]
outzonea:0:240BCF:09:000:Infinite Lives PL1
outzonea:0:241E7E:D0:000:Infinite Energy PL1
outzonea:0:241E57:0B:000:Infinite Bombs PL1
outzonea:0:241E61:0A:000:Invincibility PL1
outzonea:0:241E53:02:001:Get Max Firepower Now! PL1
outzonea:0:241E3C:4B:041:Get Normal Weapon Now! PL1
outzonea:0:241E3C:4A:041:Get 3-Way Weapon Now!PL1
outzonea:0:241E3C:01:521:Get 3-Way Weapon Now!PL1(2/2)
outzonea:0:241E3C:08:021:Get Super Ball Now! PL1
outzonea:0:241E3C:40:021:Get Super Burner Now!PL1
outzonea:0:241E3C:08:541:Get Super Burner Now!PL1(2/2)
outzonea:0:241E3C:20:021:Get Speed Up Now! PL1
outzonea:0:241E3C:80:021:Get Shield Now! PL1
outzonea:0:240BD1:09:000:Infinite Lives PL2
outzonea:0:241EFE:D0:000:Infinite Energy PL2
outzonea:0:241ED7:0B:000:Infinite Bombs PL2
outzonea:0:241EE1:0A:000:Invincibility PL2
outzonea:0:241ED3:02:001:Get Max Firepower Now! PL2
outzonea:0:241EBC:4B:041:Get Normal Weapon Now! PL2
outzonea:0:241EBC:4A:041:Get 3-Way Weapon Now!PL2
outzonea:0:241EBC:01:521:Get 3-Way Weapon Now!PL2(2/2)
outzonea:0:241EBC:08:021:Get Super Ball Now! PL2
outzonea:0:241EBC:40:021:Get Super Burner Now!PL2
outzonea:0:241EBC:08:541:Get Super Burner Now!PL2(2/2)
outzonea:0:241EBC:20:021:Get Speed Up Now! PL2
outzonea:0:241EBC:80:021:Get Shield Now! PL2
; [ Over Top ]
overtop:0:10B004:99:000:Infinite Time
overtop:0:10B066:12:000:Infinite Select Time
overtop:0:10E0FD:00:000:Always Finish 1st Place
overtop:0:104851:FF:000:Go at max speed - take care!:Turn off with F6 when stuck!
overtop:0:104851:FF:005:Get to Max Speed in 1 sec
overtop:0:104851:FF:006:Get to Max Speed in 3 secs
overtop:0:104851:FF:007:Get to Max Speed in 5 secs
; [ Ozma Wars (set 2) ]
ozmawar2:0:203B:0F:000:Infinite Energy
ozmawar2:0:203C:27:500:Infinite Energy (2/2)
ozmawar2:0:0000:00:999:[Use the Invincibility "OFF"]
ozmawar2:0:0000:00:999:[cheat when you dock!! ]
ozmawar2:0:21A8:1B:000:Invincibility "ON"
ozmawar2:0:21A8:00:001:Invincibility "OFF"
; [ Ozma Wars (set 1) ]
ozmawars:0:203B:0F:000:Infinite Energy
ozmawars:0:203C:27:500:Infinite Energy (2/2)
ozmawars:0:0000:00:999:[Use the Invincibility "OFF"]
ozmawars:0:0000:00:999:[cheat when you dock!! ]
ozmawars:0:21A8:1B:000:Invincibility "ON"
ozmawars:0:21A8:00:001:Invincibility "OFF"
; [ P-47 - The Phantom Fighter (World) ]
p47:0:000000:00:999:[See the Dip Switch Menu to ]
p47:0:000000:00:999:[enable an alternate ]
p47:0:000000:00:999:[Invincibility cheat. ]
p47:0:0F0847:03:000:Infinite Lives PL1
p47:0:0F080B:A0:000:Invincibility PL1
p47:0:0F084D:00:001:Lose extra weapons Now! PL1
p47:0:0F084D:01:001:Get Extra weapon - M Now! PL1
p47:0:0F084D:02:001:Get Extra weapon - E Now! PL1
p47:0:0F084D:03:001:Get Extra weapon - T Now! PL1
p47:0:0F084D:04:001:Get Extra weapon - B Now! PL1
p47:0:0F0C39:03:000:Infinite Lives PL2
p47:0:0F0C03:A0:000:Invincibility PL2
p47:0:0F0C3F:00:001:Lose extra weapons Now! PL2
p47:0:0F0C3F:01:001:Get Extra weapon - M Now! PL2
p47:0:0F0C3F:02:001:Get Extra weapon - E Now! PL2
p47:0:0F0C3F:03:001:Get Extra weapon - T Now! PL2
p47:0:0F0C3F:04:001:Get Extra weapon - B Now! PL2
; [ P-47 - The Freedom Fighter (Japan) ]
p47j:0:000000:00:999:[See the Dip Switch Menu to ]
p47j:0:000000:00:999:[enable an alternate ]
p47j:0:000000:00:999:[Invincibility cheat. ]
p47j:0:0F0847:03:000:Infinite Lives PL1
p47j:0:0F080B:A0:000:Invincibility PL1
p47j:0:0F084D:00:001:Lose extra weapons Now! PL1
p47j:0:0F084D:01:001:Get Extra weapon - M Now! PL1
p47j:0:0F084D:02:001:Get Extra weapon - E Now! PL1
p47j:0:0F084D:03:001:Get Extra weapon - T Now! PL1
p47j:0:0F084D:04:001:Get Extra weapon - B Now! PL1
p47j:0:0F0C39:03:000:Infinite Lives PL2
p47j:0:0F0C03:A0:000:Invincibility PL2
p47j:0:0F0C3F:00:001:Lose extra weapons Now! PL2
p47j:0:0F0C3F:01:001:Get Extra weapon - M Now! PL2
p47j:0:0F0C3F:02:001:Get Extra weapon - E Now! PL2
p47j:0:0F0C3F:03:001:Get Extra weapon - T Now! PL2
p47j:0:0F0C3F:04:001:Get Extra weapon - B Now! PL2
; [ Pac-Gal ]
pacgal:0:4E14:06:000:Infinite Lives
pacgal:0:4E15:05:500:Infinite Lives (2/2)
pacgal:0:0000:00:999:[------Starting Levels------]
pacgal:0:0000:00:999:[Deactivate the cheats after]
pacgal:0:0000:00:999:[starting the level or leave]
pacgal:0:0000:00:999:[active to repeat the level.]
pacgal:0:4E0A:7E:000:Start at Strawberry
pacgal:0:4E13:01:500:Start at Strawberry (2/2)
pacgal:0:4E0A:7F:000:Start at Orange
pacgal:0:4E13:02:500:Start at Orange (2/2)
pacgal:0:4E0A:80:000:Start at Pretzel
pacgal:0:4E13:03:500:Start at Pretzel (2/2)
pacgal:0:4E0A:81:000:Start at Apple
pacgal:0:4E13:04:500:Start at Apple (2/2)
pacgal:0:4E0A:82:000:Start at Pear
pacgal:0:4E13:05:500:Start at Pear (2/2)
pacgal:0:4E0A:83:000:Start at Banana
pacgal:0:4E13:06:500:Start at Banana (2/2)
pacgal:0:4E0A:84:000:Start at Multifruit 1a
pacgal:0:4E13:07:500:Start at Multifruit 1a (2/2)
pacgal:0:4E0A:85:000:Start at Multifruit 1b
pacgal:0:4E13:08:500:Start at Multifruit 1b (2/2)
pacgal:0:4E0A:86:000:Start at Multifruit 2
pacgal:0:4E13:09:500:Start at Multifruit 2 (2/2)
pacgal:0:0000:00:999:[------Practice Levels------]
pacgal:0:4E13:00:000:Practice Cherry
pacgal:0:4E13:01:000:Practice Strawberry
pacgal:0:4E13:02:000:Practice Orange
pacgal:0:4E13:03:000:Practice Pretzel
pacgal:0:4E13:04:000:Practice Apple
pacgal:0:4E13:05:000:Practice Pear
pacgal:0:4E13:06:000:Practice Banana
pacgal:0:4E13:07:000:Practice Multifruit (board 1)
pacgal:0:4E13:09:000:Practice Multifruit (board 2)
pacgal:0:4E13:FF:000:Split-Screen (Unplayable)
pacgal:0:4E13:FE:000:No maze or dots(Unfinishable)
pacgal:0:0000:00:999:[------Practice Speeds------]
pacgal:0:4DBD:00:000:Stay blue until eaten
pacgal:0:4DBE:00:500:Stay blue until eaten (2/2)
pacgal:0:4DBD:58:000:Slow changeback
pacgal:0:4DBE:02:500:Slow changeback (2/2)
pacgal:0:4DBD:68:000:Moderate changeback
pacgal:0:4DBE:01:500:Moderate changeback (2/2)
pacgal:0:4DBD:F0:000:Quick changeback
pacgal:0:4DBE:00:500:Quick changeback (2/2)
pacgal:0:4DBD:78:000:Lightning changeback
pacgal:0:4DBE:00:500:Lightning changeback (2/2)
pacgal:0:4DBD:01:000:No change to blue
pacgal:0:4DBE:00:500:No change to blue (2/2)
pacgal:0:0000:00:999:[-------Ghost Status--------]
pacgal:0:4DA7:01:000:Red always blue
pacgal:0:4DA8:01:000:Pink always blue
pacgal:0:4DA9:01:000:Green always blue
pacgal:0:4DAA:01:000:Orange always blue
pacgal:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Pac-Man (Hearts) ]
pacheart:0:4E14:06:000:Infinite Lives
pacheart:0:4E15:05:500:Infinite Lives (2/2)
pacheart:0:0000:00:999:[------Starting Levels------]
pacheart:0:0000:00:999:[Deactivate the cheats after]
pacheart:0:0000:00:999:[starting the level or leave]
pacheart:0:0000:00:999:[active to repeat the level.]
pacheart:0:4E0A:7E:000:Start at Strawberry
pacheart:0:4E13:01:500:Start at Strawberry (2/2)
pacheart:0:4E0A:7F:000:Start at 1st Orange
pacheart:0:4E13:02:500:Start at 1st Orange (2/2)
pacheart:0:4E0A:80:000:Start at 2nd Orange
pacheart:0:4E13:03:500:Start at 2nd Orange (2/2)
pacheart:0:4E0A:81:000:Start at 1st Apple
pacheart:0:4E13:04:500:Start at 1st Apple (2/2)
pacheart:0:4E0A:82:000:Start at 2nd Apple
pacheart:0:4E13:05:500:Start at 2nd Apple (2/2)
pacheart:0:4E0A:83:000:Start at 1st Pineapple
pacheart:0:4E13:06:500:Start at 1st Pineapple (2/2)
pacheart:0:4E0A:84:000:Start at 2nd Pineapple
pacheart:0:4E13:07:500:Start at 2nd Pineapple (2/2)
pacheart:0:4E0A:85:000:Start at 1st Galaxian
pacheart:0:4E13:08:500:Start at 1st Galaxian (2/2)
pacheart:0:4E0A:86:000:Start at 2nd Galaxian
pacheart:0:4E13:09:500:Start at 2nd Galaxian (2/2)
pacheart:0:4E0A:87:000:Start at 1st Bell
pacheart:0:4E13:0A:500:Start at 1st Bell (2/2)
pacheart:0:4E0A:88:000:Start at 2nd Bell
pacheart:0:4E13:0B:500:Start at 2nd Bell (2/2)
pacheart:0:4E0A:87:000:Start at 1st Key
pacheart:0:4E13:0C:500:Start at 1st Key (2/2)
pacheart:0:4E0A:88:000:Start at 2nd Key
pacheart:0:4E13:0D:500:Start at 2nd Key (2/2)
pacheart:0:0000:00:999:[------Practice Levels------]
pacheart:0:4E13:00:000:Practice Cherry
pacheart:0:4E13:01:000:Practice Strawberry
pacheart:0:4E13:02:000:Practice 1st Orange
pacheart:0:4E13:03:000:Practice 2nd Orange
pacheart:0:4E13:04:000:Practice 1st Apple
pacheart:0:4E13:05:000:Practice 2nd Apple
pacheart:0:4E13:06:000:Practice 1st Pineapple
pacheart:0:4E13:07:000:Practice 2nd Pineapple
pacheart:0:4E13:08:000:Practice 1st Galaxian
pacheart:0:4E13:09:000:Practice 2nd Galaxian
pacheart:0:4E13:0A:000:Practice 1st Bell
pacheart:0:4E13:0B:000:Practice 2nd Bell
pacheart:0:4E13:0C:000:Practice 1st Key
pacheart:0:4E13:0D:000:Practice 2nd Key
pacheart:0:4E13:FF:000:Split-Screen (Unplayable)
pacheart:0:4E13:FE:000:No maze or dots(Unfinishable)
pacheart:0:0000:00:999:[------Practice Speeds------]
pacheart:0:4DBD:00:000:Stay blue until eaten
pacheart:0:4DBE:00:500:Stay blue until eaten (2/2)
pacheart:0:4DBD:58:000:Slow changeback
pacheart:0:4DBE:02:500:Slow changeback (2/2)
pacheart:0:4DBD:68:000:Moderate changeback
pacheart:0:4DBE:01:500:Moderate changeback (2/2)
pacheart:0:4DBD:F0:000:Quick changeback
pacheart:0:4DBE:00:500:Quick changeback (2/2)
pacheart:0:4DBD:78:000:Lightning changeback
pacheart:0:4DBE:00:500:Lightning changeback (2/2)
pacheart:0:4DBD:01:000:No change to blue
pacheart:0:4DBE:00:500:No change to blue (2/2)
pacheart:0:0000:00:999:[-------Ghost Status--------]
pacheart:0:4DA7:01:000:Red always blue
pacheart:0:4DA8:01:000:Pink always blue
pacheart:0:4DA9:01:000:Green always blue
pacheart:0:4DAA:01:000:Orange always blue
pacheart:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Medal Mahjong Pachi-Slot Tengoku [BET] (Japan) ]
pachiten:0:0000:00:999:[The winning hand cheat must]
pachiten:0:0000:00:999:[be activated when there are]
pachiten:0:0000:00:999:[14 tiles in your hand, then]
pachiten:0:0000:00:999:[press the RON key . ]
pachiten:0:0000:00:999:[('Z' by default). The tiles]
pachiten:0:0000:00:999:[do not visually change ]
pachiten:0:0000:00:999:[until you make a move. ]
pachiten:0:FDCA:31:001:Get winning hand Now!
pachiten:0:FDCB:31:501:Get winning hand Now! (02/14)
pachiten:0:FDCC:31:501:Get winning hand Now! (03/14)
pachiten:0:FDCD:32:501:Get winning hand Now! (04/14)
pachiten:0:FDCE:32:501:Get winning hand Now! (05/14)
pachiten:0:FDCF:32:501:Get winning hand Now! (06/14)
pachiten:0:FDD0:33:501:Get winning hand Now! (07/14)
pachiten:0:FDD1:33:501:Get winning hand Now! (08/14)
pachiten:0:FDD2:33:501:Get winning hand Now! (09/14)
pachiten:0:FDD3:34:501:Get winning hand Now! (10/14)
pachiten:0:FDD4:34:501:Get winning hand Now! (11/14)
pachiten:0:FDD5:34:501:Get winning hand Now! (12/14)
pachiten:0:FDD6:35:501:Get winning hand Now! (13/14)
pachiten:0:FDD7:35:501:Get winning hand Now! (14/14)
pachiten:0:0000:00:999:[At the start of a game, ]
pachiten:0:0000:00:999:[there may be some small ]
pachiten:0:0000:00:999:[glitches on the tiles when ]
pachiten:0:0000:00:999:[using the 'Always' cheats. ]
pachiten:0:0000:00:999:[The cheats should still ]
pachiten:0:0000:00:999:[work as normal. ]
pachiten:0:FDCA:31:000:Always winning hand
pachiten:0:FDCB:31:500:Always winning hand (02/14)
pachiten:0:FDCC:31:500:Always winning hand (03/14)
pachiten:0:FDCD:32:500:Always winning hand (04/14)
pachiten:0:FDCE:32:500:Always winning hand (05/14)
pachiten:0:FDCF:32:500:Always winning hand (06/14)
pachiten:0:FDD0:33:500:Always winning hand (07/14)
pachiten:0:FDD1:33:500:Always winning hand (08/14)
pachiten:0:FDD2:33:500:Always winning hand (09/14)
pachiten:0:FDD3:34:500:Always winning hand (10/14)
pachiten:0:FDD4:34:500:Always winning hand (11/14)
pachiten:0:FDD5:34:500:Always winning hand (12/14)
pachiten:0:FDD6:35:500:Always winning hand (13/14)
pachiten:0:FDD7:35:500:Always winning hand (14/14)
; [ Pac-Land (set 1) ]
pacland:0:2100:06:000:Infinite Lives PL1
pacland:0:2101:06:000:Infinite Lives PL2
pacland:0:221B:09:000:Infinite Time
pacland:0:2115:01:000:Always Have Hard Hat
pacland:0:20FD:01:000:Always Have Magic Boots
pacland:0:2115:01:001:Get Hard Hat Now!
pacland:0:20FD:01:001:Get Magic Boots Now!
; [ Pac-Land (set 2) ]
pacland2:0:2100:06:000:Infinite Lives PL1
pacland2:0:2101:06:000:Infinite Lives PL2
pacland2:0:221B:09:000:Infinite Time
pacland2:0:2115:01:000:Always Have Hard Hat
pacland2:0:20FD:01:000:Always Have Magic Boots
pacland2:0:2115:01:001:Get Hard Hat Now!
pacland2:0:20FD:01:001:Get Magic Boots Now!
; [ Pac-Land (set 3) ]
pacland3:0:2100:06:000:Infinite Lives PL1
pacland3:0:2101:06:000:Infinite Lives PL2
pacland3:0:221B:09:000:Infinite Time
pacland3:0:2115:01:000:Always Have Hard Hat
pacland3:0:20FD:01:000:Always Have Magic Boots
pacland3:0:2115:01:001:Get Hard Hat Now!
pacland3:0:20FD:01:001:Get Magic Boots Now!
; [ Pac-Land (Midway) ]
paclandm:0:2100:06:000:Infinite Lives PL1
paclandm:0:2101:06:000:Infinite Lives PL2
paclandm:0:221B:09:000:Infinite Time
paclandm:0:2115:01:000:Always Have Hard Hat
paclandm:0:20FD:01:000:Always Have Magic Boots
paclandm:0:2115:01:001:Get Hard Hat Now!
paclandm:0:20FD:01:001:Get Magic Boots Now!
; [ Pac-Man (Midway) ]
pacman:0:4E14:06:000:Infinite Lives
pacman:0:4E15:05:500:Infinite Lives (2/2)
pacman:0:0000:00:999:[------Starting Levels------]
pacman:0:0000:00:999:[Deactivate the cheats after]
pacman:0:0000:00:999:[starting the level or leave]
pacman:0:0000:00:999:[active to repeat the level.]
pacman:0:4E0A:7E:000:Start at Strawberry
pacman:0:4E13:01:500:Start at Strawberry (2/2)
pacman:0:4E0A:7F:000:Start at 1st Orange
pacman:0:4E13:02:500:Start at 1st Orange (2/2)
pacman:0:4E0A:80:000:Start at 2nd Orange
pacman:0:4E13:03:500:Start at 2nd Orange (2/2)
pacman:0:4E0A:81:000:Start at 1st Apple
pacman:0:4E13:04:500:Start at 1st Apple (2/2)
pacman:0:4E0A:82:000:Start at 2nd Apple
pacman:0:4E13:05:500:Start at 2nd Apple (2/2)
pacman:0:4E0A:83:000:Start at 1st Pineapple
pacman:0:4E13:06:500:Start at 1st Pineapple (2/2)
pacman:0:4E0A:84:000:Start at 2nd Pineapple
pacman:0:4E13:07:500:Start at 2nd Pineapple (2/2)
pacman:0:4E0A:85:000:Start at 1st Galaxian
pacman:0:4E13:08:500:Start at 1st Galaxian (2/2)
pacman:0:4E0A:86:000:Start at 2nd Galaxian
pacman:0:4E13:09:500:Start at 2nd Galaxian (2/2)
pacman:0:4E0A:87:000:Start at 1st Bell
pacman:0:4E13:0A:500:Start at 1st Bell (2/2)
pacman:0:4E0A:88:000:Start at 2nd Bell
pacman:0:4E13:0B:500:Start at 2nd Bell (2/2)
pacman:0:4E0A:87:000:Start at 1st Key
pacman:0:4E13:0C:500:Start at 1st Key (2/2)
pacman:0:4E0A:88:000:Start at 2nd Key
pacman:0:4E13:0D:500:Start at 2nd Key (2/2)
pacman:0:0000:00:999:[------Practice Levels------]
pacman:0:4E13:00:000:Practice Cherry
pacman:0:4E13:01:000:Practice Strawberry
pacman:0:4E13:02:000:Practice 1st Orange
pacman:0:4E13:03:000:Practice 2nd Orange
pacman:0:4E13:04:000:Practice 1st Apple
pacman:0:4E13:05:000:Practice 2nd Apple
pacman:0:4E13:06:000:Practice 1st Pineapple
pacman:0:4E13:07:000:Practice 2nd Pineapple
pacman:0:4E13:08:000:Practice 1st Galaxian
pacman:0:4E13:09:000:Practice 2nd Galaxian
pacman:0:4E13:0A:000:Practice 1st Bell
pacman:0:4E13:0B:000:Practice 2nd Bell
pacman:0:4E13:0C:000:Practice 1st Key
pacman:0:4E13:0D:000:Practice 2nd Key
pacman:0:4E13:FF:000:Split-Screen (Unplayable)
pacman:0:4E13:FE:000:No maze or dots(Unfinishable)
pacman:0:0000:00:999:[------Practice Speeds------]
pacman:0:4DBD:00:000:Stay blue until eaten
pacman:0:4DBE:00:500:Stay blue until eaten (2/2)
pacman:0:4DBD:58:000:Slow changeback
pacman:0:4DBE:02:500:Slow changeback (2/2)
pacman:0:4DBD:68:000:Moderate changeback
pacman:0:4DBE:01:500:Moderate changeback (2/2)
pacman:0:4DBD:F0:000:Quick changeback
pacman:0:4DBE:00:500:Quick changeback (2/2)
pacman:0:4DBD:78:000:Lightning changeback
pacman:0:4DBE:00:500:Lightning changeback (2/2)
pacman:0:4DBD:01:000:No change to blue
pacman:0:4DBE:00:500:No change to blue (2/2)
pacman:0:0000:00:999:[-------Ghost Status--------]
pacman:0:4DA7:01:000:Red always blue
pacman:0:4DA8:01:000:Pink always blue
pacman:0:4DA9:01:000:Green always blue
pacman:0:4DAA:01:000:Orange always blue
pacman:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Pac-Man (bootleg on Galaxian hardware) ]
pacmanbl:0:4214:06:000:Infinite Lives
pacmanbl:0:4215:05:500:Infinite Lives (2/2)
pacmanbl:0:0000:00:999:[------Starting Levels------]
pacmanbl:0:0000:00:999:[Deactivate the cheats after]
pacmanbl:0:0000:00:999:[starting the level or leave]
pacmanbl:0:0000:00:999:[active to repeat the level.]
pacmanbl:0:420A:7E:000:Start at Strawberry
pacmanbl:0:4213:01:500:Start at Strawberry (2/2)
pacmanbl:0:420A:7F:000:Start at 1st Orange
pacmanbl:0:4213:02:500:Start at 1st Orange (2/2)
pacmanbl:0:420A:80:000:Start at 2nd Orange
pacmanbl:0:4213:03:500:Start at 2nd Orange (2/2)
pacmanbl:0:420A:81:000:Start at 1st Apple
pacmanbl:0:4213:04:500:Start at 1st Apple (2/2)
pacmanbl:0:420A:82:000:Start at 2nd Apple
pacmanbl:0:4213:05:500:Start at 2nd Apple (2/2)
pacmanbl:0:420A:83:000:Start at 1st Pineapple
pacmanbl:0:4213:06:500:Start at 1st Pineapple (2/2)
pacmanbl:0:420A:84:000:Start at 2nd Pineapple
pacmanbl:0:4213:07:500:Start at 2nd Pineapple (2/2)
pacmanbl:0:420A:85:000:Start at 1st Galaxian
pacmanbl:0:4213:08:500:Start at 1st Galaxian (2/2)
pacmanbl:0:420A:86:000:Start at 2nd Galaxian
pacmanbl:0:4213:09:500:Start at 2nd Galaxian (2/2)
pacmanbl:0:420A:87:000:Start at 1st Bell
pacmanbl:0:4213:0A:500:Start at 1st Bell (2/2)
pacmanbl:0:420A:88:000:Start at 2nd Bell
pacmanbl:0:4213:0B:500:Start at 2nd Bell (2/2)
pacmanbl:0:420A:87:000:Start at 1st Key
pacmanbl:0:4213:0C:500:Start at 1st Key (2/2)
pacmanbl:0:420A:88:000:Start at 2nd Key
pacmanbl:0:4213:0D:500:Start at 2nd Key (2/2)
pacmanbl:0:0000:00:999:[------Practice Levels------]
pacmanbl:0:4213:00:000:Practice Cherry
pacmanbl:0:4213:01:000:Practice Strawberry
pacmanbl:0:4213:02:000:Practice 1st Orange
pacmanbl:0:4213:03:000:Practice 2nd Orange
pacmanbl:0:4213:04:000:Practice 1st Apple
pacmanbl:0:4213:05:000:Practice 2nd Apple
pacmanbl:0:4213:06:000:Practice 1st Pineapple
pacmanbl:0:4213:07:000:Practice 2nd Pineapple
pacmanbl:0:4213:08:000:Practice 1st Galaxian
pacmanbl:0:4213:09:000:Practice 2nd Galaxian
pacmanbl:0:4213:0A:000:Practice 1st Bell
pacmanbl:0:4213:0B:000:Practice 2nd Bell
pacmanbl:0:4213:0C:000:Practice 1st Key
pacmanbl:0:4213:0D:000:Practice 2nd Key
pacmanbl:0:4213:FF:000:Split-Screen (Unplayable)
pacmanbl:0:4213:FE:000:No maze or dots(Unfinishable)
pacmanbl:0:0000:00:999:[------Practice Speeds------]
pacmanbl:0:41BD:00:000:Stay blue until eaten
pacmanbl:0:41BE:00:500:Stay blue until eaten (2/2)
pacmanbl:0:41BD:58:000:Slow changeback
pacmanbl:0:41BE:02:500:Slow changeback (2/2)
pacmanbl:0:41BD:68:000:Moderate changeback
pacmanbl:0:41BE:01:500:Moderate changeback (2/2)
pacmanbl:0:41BD:F0:000:Quick changeback
pacmanbl:0:41BE:00:500:Quick changeback (2/2)
pacmanbl:0:41BD:78:000:Lightning changeback
pacmanbl:0:41BE:00:500:Lightning changeback (2/2)
pacmanbl:0:41BD:01:000:No change to blue
pacmanbl:0:41BE:00:500:No change to blue (2/2)
pacmanbl:0:0000:00:999:[-------Ghost Status--------]
pacmanbl:0:41A7:01:000:Red always blue
pacmanbl:0:41A8:01:000:Pink always blue
pacmanbl:0:41A9:01:000:Green always blue
pacmanbl:0:41AA:01:000:Orange always blue
pacmanbl:0:41A5:00:000:Ghosts Always Edible (No Pts)
; [ Pac-Mania ]
pacmania:0:0059:FF:000:Ghosts stay blue until eaten
pacmania:0:0621:0E:000:Infinite Lives PL1
pacmania:0:0222:01:001:Finish level Now! PL1
pacmania:0:0074:01:501:Finish level Now! PL1 (2/2)
pacmania:0:0622:0E:000:Infinite Lives PL2
pacmania:0:0222:02:001:Finish level Now! PL2
pacmania:0:0075:02:501:Finish level Now! PL2 (2/2)
pacmania:0:0000:00:999:[Use these Select current ]
pacmania:0:0000:00:999:[level cheats during the ]
pacmania:0:0000:00:999:["slideshow" between levels ]
pacmania:0:0000:00:999:[ ]
pacmania:0:0000:00:999:[For reference the levels - ]
pacmania:0:0000:00:999:[1,8,9,10 BLOCK TOWN ]
pacmania:0:0000:00:999:[2,3,11,12,13 PACMAN'S PARK ]
pacmania:0:0000:00:999:[4,5,14,15,16 SANDBOX LAND ]
pacmania:0:0000:00:999:[6,7,17,18,19 JUNGLY STEPS ]
pacmania:0:0623:13:072:Select current level PL1
pacmania:0:0624:13:072:Select current level PL2
pacmania:0:0000:00:999:[ ]
pacmania:0:0623:13:062:Select next level PL1
pacmania:0:0624:13:062:Select next level PL2
pacmania:0:0000:00:999:[ ]
pacmania:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Pac-Mania (Japan) ]
pacmanij:0:0059:FF:000:Ghosts stay blue until eaten
pacmanij:0:0621:0E:000:Infinite Lives PL1
pacmanij:0:0222:01:001:Finish level Now! PL1
pacmanij:0:0074:01:501:Finish level Now! PL1 (2/2)
pacmanij:0:0622:0E:000:Infinite Lives PL2
pacmanij:0:0222:02:001:Finish level Now! PL2
pacmanij:0:0075:02:501:Finish level Now! PL2 (2/2)
pacmanij:0:0000:00:999:[Use these Select current ]
pacmanij:0:0000:00:999:[level cheats during the ]
pacmanij:0:0000:00:999:["slideshow" between levels ]
pacmanij:0:0000:00:999:[ ]
pacmanij:0:0000:00:999:[ For reference the levels ]
pacmanij:0:0000:00:999:[For reference the levels - ]
pacmanij:0:0000:00:999:[1,2,12,13,14 BLOCK TOWN ]
pacmanij:0:0000:00:999:[3,4,5,15,16,17 PACMANS PARK]
pacmanij:0:0000:00:999:[6,7,8,18,19,20 SANDBOX LAND]
pacmanij:0:0000:00:999:[9,10,11,21-23 JUNGLY STEPS ]
pacmanij:0:0623:17:072:Select current level PL1
pacmanij:0:0624:17:072:Select current level PL2
pacmanij:0:0000:00:999:[ ]
pacmanij:0:0623:17:062:Select next level PL1
pacmanij:0:0624:17:062:Select next level PL2
pacmanij:0:0000:00:999:[ ]
pacmanij:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Pac-Man (Midway, harder) ]
pacmod:0:4E14:06:000:Infinite Lives
pacmod:0:4E15:05:500:Infinite Lives (2/2)
pacmod:0:0000:00:999:[------Starting Levels------]
pacmod:0:0000:00:999:[Deactivate the cheats after]
pacmod:0:0000:00:999:[starting the level or leave]
pacmod:0:0000:00:999:[active to repeat the level.]
pacmod:0:4E0A:7E:000:Start at Strawberry
pacmod:0:4E13:01:500:Start at Strawberry (2/2)
pacmod:0:4E0A:7F:000:Start at 1st Orange
pacmod:0:4E13:02:500:Start at 1st Orange (2/2)
pacmod:0:4E0A:80:000:Start at 2nd Orange
pacmod:0:4E13:03:500:Start at 2nd Orange (2/2)
pacmod:0:4E0A:81:000:Start at 1st Apple
pacmod:0:4E13:04:500:Start at 1st Apple (2/2)
pacmod:0:4E0A:82:000:Start at 2nd Apple
pacmod:0:4E13:05:500:Start at 2nd Apple (2/2)
pacmod:0:4E0A:83:000:Start at 1st Pineapple
pacmod:0:4E13:06:500:Start at 1st Pineapple (2/2)
pacmod:0:4E0A:84:000:Start at 2nd Pineapple
pacmod:0:4E13:07:500:Start at 2nd Pineapple (2/2)
pacmod:0:4E0A:85:000:Start at 1st Galaxian
pacmod:0:4E13:08:500:Start at 1st Galaxian (2/2)
pacmod:0:4E0A:86:000:Start at 2nd Galaxian
pacmod:0:4E13:09:500:Start at 2nd Galaxian (2/2)
pacmod:0:4E0A:87:000:Start at 1st Bell
pacmod:0:4E13:0A:500:Start at 1st Bell (2/2)
pacmod:0:4E0A:88:000:Start at 2nd Bell
pacmod:0:4E13:0B:500:Start at 2nd Bell (2/2)
pacmod:0:4E0A:87:000:Start at 1st Key
pacmod:0:4E13:0C:500:Start at 1st Key (2/2)
pacmod:0:4E0A:88:000:Start at 2nd Key
pacmod:0:4E13:0D:500:Start at 2nd Key (2/2)
pacmod:0:0000:00:999:[------Practice Levels------]
pacmod:0:4E13:00:000:Practice Cherry
pacmod:0:4E13:01:000:Practice Strawberry
pacmod:0:4E13:02:000:Practice 1st Orange
pacmod:0:4E13:03:000:Practice 2nd Orange
pacmod:0:4E13:04:000:Practice 1st Apple
pacmod:0:4E13:05:000:Practice 2nd Apple
pacmod:0:4E13:06:000:Practice 1st Pineapple
pacmod:0:4E13:07:000:Practice 2nd Pineapple
pacmod:0:4E13:08:000:Practice 1st Galaxian
pacmod:0:4E13:09:000:Practice 2nd Galaxian
pacmod:0:4E13:0A:000:Practice 1st Bell
pacmod:0:4E13:0B:000:Practice 2nd Bell
pacmod:0:4E13:0C:000:Practice 1st Key
pacmod:0:4E13:0D:000:Practice 2nd Key
pacmod:0:4E13:FF:000:Split-Screen (Unplayable)
pacmod:0:4E13:FE:000:No maze or dots(Unfinishable)
pacmod:0:0000:00:999:[------Practice Speeds------]
pacmod:0:4DBD:00:000:Stay blue until eaten
pacmod:0:4DBE:00:500:Stay blue until eaten (2/2)
pacmod:0:4DBD:58:000:Slow changeback
pacmod:0:4DBE:02:500:Slow changeback (2/2)
pacmod:0:4DBD:68:000:Moderate changeback
pacmod:0:4DBE:01:500:Moderate changeback (2/2)
pacmod:0:4DBD:F0:000:Quick changeback
pacmod:0:4DBE:00:500:Quick changeback (2/2)
pacmod:0:4DBD:78:000:Lightning changeback
pacmod:0:4DBE:00:500:Lightning changeback (2/2)
pacmod:0:4DBD:01:000:No change to blue
pacmod:0:4DBE:00:500:No change to blue (2/2)
pacmod:0:0000:00:999:[-------Ghost Status--------]
pacmod:0:4DA7:01:000:Red always blue
pacmod:0:4DA8:01:000:Pink always blue
pacmod:0:4DA9:01:000:Green always blue
pacmod:0:4DAA:01:000:Orange always blue
pacmod:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Pac-Man & Chomp Chomp ]
pacnchmp:0:1175:07:000:Infinite Lives
pacnchmp:0:1111:18:000:Infinite "power" time
pacnchmp:0:1110:01:000:"Power" always available
pacnchmp:0:1222:01:001:Orange ghost is stoned Now!
pacnchmp:0:1232:01:001:Green ghost is stoned Now!
pacnchmp:0:1242:01:001:Pink ghost is stoned Now!
pacnchmp:0:1252:01:001:Red ghost is stoned Now!
; [ Pac & Pal ]
pacnpal:0:1175:07:000:Infinite Lives
pacnpal:0:1111:18:000:Infinite "power" time
pacnpal:0:1110:01:000:"Power" always available
pacnpal:0:1222:01:001:Orange ghost is stoned Now!
pacnpal:0:1232:01:001:Green ghost is stoned Now!
pacnpal:0:1242:01:001:Pink ghost is stoned Now!
pacnpal:0:1252:01:001:Red ghost is stoned Now!
; [ Pac & Pal (older) ]
pacnpal2:0:1175:07:000:Infinite Lives
pacnpal2:0:1111:18:000:Infinite "power" time
pacnpal2:0:1110:01:000:"Power" always available
pacnpal2:0:1222:01:001:Orange ghost is stoned Now!
pacnpal2:0:1232:01:001:Green ghost is stoned Now!
pacnpal2:0:1242:01:001:Pink ghost is stoned Now!
pacnpal2:0:1252:01:001:Red ghost is stoned Now!
; [ Pac-Man Plus ]
pacplus:0:4E14:06:000:Infinite Lives
pacplus:0:4E15:05:500:Infinite Lives (2/2)
pacplus:0:0000:00:999:[------Starting Levels------]
pacplus:0:0000:00:999:[Deactivate the cheats after]
pacplus:0:0000:00:999:[starting the level or leave]
pacplus:0:0000:00:999:[active to repeat the level.]
pacplus:0:4E0A:7E:000:Start at Vimto
pacplus:0:4E13:01:500:Start at Vimto (2/2)
pacplus:0:4E0A:7F:000:Start at 1st Peas
pacplus:0:4E13:02:500:Start at 1st Peas (2/2)
pacplus:0:4E0A:80:000:Start at 2nd Peas
pacplus:0:4E13:03:500:Start at 2nd Peas (2/2)
pacplus:0:4E0A:81:000:Start at 1st Apple
pacplus:0:4E13:04:500:Start at 1st Apple (2/2)
pacplus:0:4E0A:82:000:Start at 2nd Apple
pacplus:0:4E13:05:500:Start at 2nd Apple (2/2)
pacplus:0:4E0A:83:000:Start at 1st Grapes
pacplus:0:4E13:06:500:Start at 1st Grapes (2/2)
pacplus:0:4E0A:84:000:Start at 2nd Grapes
pacplus:0:4E13:07:500:Start at 2nd Grapes (2/2)
pacplus:0:4E0A:85:000:Start at 1st Galaxian
pacplus:0:4E13:08:500:Start at 1st Galaxian (2/2)
pacplus:0:4E0A:86:000:Start at 2nd Galaxian
pacplus:0:4E13:09:500:Start at 2nd Galaxian (2/2)
pacplus:0:4E0A:87:000:Start at 1st Bread
pacplus:0:4E13:0A:500:Start at 1st Bread (2/2)
pacplus:0:4E0A:88:000:Start at 2nd Bread
pacplus:0:4E13:0B:500:Start at 2nd Bread (2/2)
pacplus:0:4E0A:89:000:Start at 1st Pancakes
pacplus:0:4E13:0C:500:Start at 1st Pancakes (2/2)
pacplus:0:4E0A:8A:000:Start at 2nd Pancakes
pacplus:0:4E13:0D:500:Start at 2nd Pancakes (2/2)
pacplus:0:0000:00:999:[------Practice Levels------]
pacplus:0:4E13:00:000:Practice Coke
pacplus:0:4E13:01:000:Practice Vimto
pacplus:0:4E13:02:000:Practice 1st Peas
pacplus:0:4E13:03:000:Practice 2nd Peas
pacplus:0:4E13:04:000:Practice 1st Apple
pacplus:0:4E13:05:000:Practice 2nd Apple
pacplus:0:4E13:06:000:Practice 1st Grapes
pacplus:0:4E13:07:000:Practice 2nd Grapes
pacplus:0:4E13:08:000:Practice 1st Galaxian
pacplus:0:4E13:09:000:Practice 2nd Galaxian
pacplus:0:4E13:0A:000:Practice 1st Bread
pacplus:0:4E13:0B:000:Practice 2nd Bread
pacplus:0:4E13:0C:000:Practice 1st Pancakes
pacplus:0:4E13:0D:000:Practice 2nd Pancakes
pacplus:0:4E13:FF:000:Split-Screen (Unplayable)
pacplus:0:4E13:FE:000:No maze or dots(Unfinishable)
pacplus:0:0000:00:999:[------Practice Speeds------]
pacplus:0:4DBD:00:000:Stay blue until eaten
pacplus:0:4DBE:00:500:Stay blue until eaten (2/2)
pacplus:0:4DBD:58:000:Slow changeback
pacplus:0:4DBE:02:500:Slow changeback (2/2)
pacplus:0:4DBD:68:000:Moderate changeback
pacplus:0:4DBE:01:500:Moderate changeback (2/2)
pacplus:0:4DBD:F0:000:Quick changeback
pacplus:0:4DBE:00:500:Quick changeback (2/2)
pacplus:0:4DBD:78:000:Lightning changeback
pacplus:0:4DBE:00:500:Lightning changeback (2/2)
pacplus:0:4DBD:01:000:No change to blue
pacplus:0:4DBE:00:500:No change to blue (2/2)
pacplus:0:0000:00:999:[-------Ghost Status--------]
pacplus:0:4DA7:01:000:Red always blue
pacplus:0:4DA8:01:000:Pink always blue
pacplus:0:4DA9:01:000:Green always blue
pacplus:0:4DAA:01:000:Orange always blue
pacplus:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Paint Roller ]
paintrlr:0:4C1C:06:000:Infinite Lives PL1
paintrlr:0:4C1D:06:000:Infinite Lives PL2
paintrlr:0:4C1E:09:000:Infinite Credits
paintrlr:0:4FC8:4C:000:Yellow can't eat you
paintrlr:0:4FCA:4C:000:Green can't eat you
paintrlr:0:4FC8:E0:001:Yellow can eat you
paintrlr:0:4FCA:E0:001:Green can eat you
; [ Pairs ]
pairs:0:003CA5:63:000:Infinite Time
pairs:0:003CE1:02:001:Finish this Round Now!
pairs:0:003CF1:02:501:Finish this Round Now! (02/50)
pairs:0:003D01:02:501:Finish this Round Now! (03/50)
pairs:0:003D11:02:501:Finish this Round Now! (04/50)
pairs:0:003D21:02:501:Finish this Round Now! (05/50)
pairs:0:003D31:02:501:Finish this Round Now! (06/50)
pairs:0:003D41:02:501:Finish this Round Now! (07/50)
pairs:0:003D51:02:501:Finish this Round Now! (08/50)
pairs:0:003D61:02:501:Finish this Round Now! (09/50)
pairs:0:003D71:02:501:Finish this Round Now! (10/50)
pairs:0:003D81:02:501:Finish this Round Now! (11/50)
pairs:0:003D91:02:501:Finish this Round Now! (12/50)
pairs:0:003DA1:02:501:Finish this Round Now! (13/50)
pairs:0:003DB1:02:501:Finish this Round Now! (14/50)
pairs:0:003DC1:02:501:Finish this Round Now! (15/50)
pairs:0:003DD1:02:501:Finish this Round Now! (16/50)
pairs:0:003DE1:02:501:Finish this Round Now! (17/50)
pairs:0:003DF1:02:501:Finish this Round Now! (18/50)
pairs:0:003E01:02:501:Finish this Round Now! (19/50)
pairs:0:003E11:02:501:Finish this Round Now! (20/50)
pairs:0:003E21:02:501:Finish this Round Now! (21/50)
pairs:0:003E31:02:501:Finish this Round Now! (22/50)
pairs:0:003E41:02:501:Finish this Round Now! (23/50)
pairs:0:003E51:02:501:Finish this Round Now! (24/50)
pairs:0:003E61:02:501:Finish this Round Now! (25/50)
pairs:0:003E71:02:501:Finish this Round Now! (26/50)
pairs:0:003E81:02:501:Finish this Round Now! (27/50)
pairs:0:003E91:02:501:Finish this Round Now! (28/50)
pairs:0:003EA1:02:501:Finish this Round Now! (29/50)
pairs:0:003EB1:02:501:Finish this Round Now! (30/50)
pairs:0:003EC1:02:501:Finish this Round Now! (31/50)
pairs:0:003ED1:02:501:Finish this Round Now! (32/50)
pairs:0:003EE1:02:501:Finish this Round Now! (33/50)
pairs:0:003EF1:02:501:Finish this Round Now! (34/50)
pairs:0:003F01:02:501:Finish this Round Now! (35/50)
pairs:0:003F11:02:501:Finish this Round Now! (36/50)
pairs:0:003F21:02:501:Finish this Round Now! (37/50)
pairs:0:003F31:02:501:Finish this Round Now! (38/50)
pairs:0:003F41:02:501:Finish this Round Now! (39/50)
pairs:0:003F51:02:501:Finish this Round Now! (40/50)
pairs:0:003F61:02:501:Finish this Round Now! (41/50)
pairs:0:003F71:02:501:Finish this Round Now! (42/50)
pairs:0:003F81:02:501:Finish this Round Now! (43/50)
pairs:0:003F91:02:501:Finish this Round Now! (44/50)
pairs:0:003FA1:02:501:Finish this Round Now! (45/50)
pairs:0:003FB1:02:501:Finish this Round Now! (46/50)
pairs:0:003FC1:02:501:Finish this Round Now! (47/50)
pairs:0:003FD1:02:501:Finish this Round Now! (48/50)
pairs:0:003FE1:02:501:Finish this Round Now! (49/50)
pairs:0:003FF1:02:501:Finish this Round Now! (50/50)
pairs:0:003CE1:01:001:Reveal All Cards Now!
pairs:0:003CF1:01:501:Reveal All Cards Now! (02/50)
pairs:0:003D01:01:501:Reveal All Cards Now! (03/50)
pairs:0:003D11:01:501:Reveal All Cards Now! (04/50)
pairs:0:003D21:01:501:Reveal All Cards Now! (05/50)
pairs:0:003D31:01:501:Reveal All Cards Now! (06/50)
pairs:0:003D41:01:501:Reveal All Cards Now! (07/50)
pairs:0:003D51:01:501:Reveal All Cards Now! (08/50)
pairs:0:003D61:01:501:Reveal All Cards Now! (09/50)
pairs:0:003D71:01:501:Reveal All Cards Now! (10/50)
pairs:0:003D81:01:501:Reveal All Cards Now! (11/50)
pairs:0:003D91:01:501:Reveal All Cards Now! (12/50)
pairs:0:003DA1:01:501:Reveal All Cards Now! (13/50)
pairs:0:003DB1:01:501:Reveal All Cards Now! (14/50)
pairs:0:003DC1:01:501:Reveal All Cards Now! (15/50)
pairs:0:003DD1:01:501:Reveal All Cards Now! (16/50)
pairs:0:003DE1:01:501:Reveal All Cards Now! (17/50)
pairs:0:003DF1:01:501:Reveal All Cards Now! (18/50)
pairs:0:003E01:01:501:Reveal All Cards Now! (19/50)
pairs:0:003E11:01:501:Reveal All Cards Now! (20/50)
pairs:0:003E21:01:501:Reveal All Cards Now! (21/50)
pairs:0:003E31:01:501:Reveal All Cards Now! (22/50)
pairs:0:003E41:01:501:Reveal All Cards Now! (23/50)
pairs:0:003E51:01:501:Reveal All Cards Now! (24/50)
pairs:0:003E61:01:501:Reveal All Cards Now! (25/50)
pairs:0:003E71:01:501:Reveal All Cards Now! (26/50)
pairs:0:003E81:01:501:Reveal All Cards Now! (27/50)
pairs:0:003E91:01:501:Reveal All Cards Now! (28/50)
pairs:0:003EA1:01:501:Reveal All Cards Now! (29/50)
pairs:0:003EB1:01:501:Reveal All Cards Now! (30/50)
pairs:0:003EC1:01:501:Reveal All Cards Now! (31/50)
pairs:0:003ED1:01:501:Reveal All Cards Now! (32/50)
pairs:0:003EE1:01:501:Reveal All Cards Now! (33/50)
pairs:0:003EF1:01:501:Reveal All Cards Now! (34/50)
pairs:0:003F01:01:501:Reveal All Cards Now! (35/50)
pairs:0:003F11:01:501:Reveal All Cards Now! (36/50)
pairs:0:003F21:01:501:Reveal All Cards Now! (37/50)
pairs:0:003F31:01:501:Reveal All Cards Now! (38/50)
pairs:0:003F41:01:501:Reveal All Cards Now! (39/50)
pairs:0:003F51:01:501:Reveal All Cards Now! (40/50)
pairs:0:003F61:01:501:Reveal All Cards Now! (41/50)
pairs:0:003F71:01:501:Reveal All Cards Now! (42/50)
pairs:0:003F81:01:501:Reveal All Cards Now! (43/50)
pairs:0:003F91:01:501:Reveal All Cards Now! (44/50)
pairs:0:003FA1:01:501:Reveal All Cards Now! (45/50)
pairs:0:003FB1:01:501:Reveal All Cards Now! (46/50)
pairs:0:003FC1:01:501:Reveal All Cards Now! (47/50)
pairs:0:003FD1:01:501:Reveal All Cards Now! (48/50)
pairs:0:003FE1:01:501:Reveal All Cards Now! (49/50)
pairs:0:003FF1:01:501:Reveal All Cards Now! (50/50)
pairs:0:0040AF:05:000:Infinite Lives PL1
pairs:0:0040B1:05:500:Infinite Lives PL1 (2/2)
pairs:0:0040C9:05:000:Infinite Lives PL2
pairs:0:0040CB:05:500:Infinite Lives PL2 (2/2)
; [ Palamedes (Japan) ]
palamed:0:880D:09:000:Infinite Credits
palamed:0:82A5:06:000:Dice Line always all 6s PL1
palamed:0:82A6:06:500:Dice Line always all 6s PL1 (2/6)
palamed:0:82A7:06:500:Dice Line always all 6s PL1 (3/6)
palamed:0:82A8:06:500:Dice Line always all 6s PL1 (4/6)
palamed:0:82A9:06:500:Dice Line always all 6s PL1 (5/6)
palamed:0:82AA:06:500:Dice Line always all 6s PL1 (6/6)
palamed:0:82A5:06:001:Dice Line all 6s Now! PL1
palamed:0:82A6:06:501:Dice Line all 6s Now! PL1 (2/6)
palamed:0:82A7:06:501:Dice Line all 6s Now! PL1 (3/6)
palamed:0:82A8:06:501:Dice Line all 6s Now! PL1 (4/6)
palamed:0:82A9:06:501:Dice Line all 6s Now! PL1 (5/6)
palamed:0:82AA:06:501:Dice Line all 6s Now! PL1 (6/6)
palamed:0:830D:01:001:One Line needed to complete level Now! PL1
palamed:0:830E:63:062:Select next level PL1
palamed:0:835E:06:000:Dice Line always all 6s PL2
palamed:0:835F:06:500:Dice Line always all 6s PL2 (2/6)
palamed:0:8360:06:500:Dice Line always all 6s PL2 (3/6)
palamed:0:8361:06:500:Dice Line always all 6s PL2 (4/6)
palamed:0:8362:06:500:Dice Line always all 6s PL2 (5/6)
palamed:0:8363:06:500:Dice Line always all 6s PL2 (6/6)
palamed:0:835E:06:001:Dice Line all 6s Now! PL2
palamed:0:835F:06:501:Dice Line all 6s Now! PL2 (2/6)
palamed:0:8360:06:501:Dice Line all 6s Now! PL2 (3/6)
palamed:0:8361:06:501:Dice Line all 6s Now! PL2 (4/6)
palamed:0:8362:06:501:Dice Line all 6s Now! PL2 (5/6)
palamed:0:8363:06:501:Dice Line all 6s Now! PL2 (6/6)
palamed:0:837E:01:001:One Line needed to complete level Now! PL2
palamed:0:837F:63:062:Select next level PL2
; [ Pandora's Palace ]
pandoras:0:6092:99:000:Infinite Time
pandoras:0:6060:FF:000:Infinite Lives
pandoras:0:6008:04:000:Invincibility
pandoras:0:609A:00:500:Invincibility (2/2)
; [ Pang (World) ]
pang:0:E221:5B:000:Invincibility
pang:0:E200:04:500:Invincibility (2/2)
pang:0:E01A:99:000:Infinite Time
pang:0:E027:01:001:Stop the Bubbles Now!
pang:0:E027:00:001:Restart the Bubbles Now!
pang:0:E028:8C:000:Infinite Balloon Freeze Time
pang:0:E018:10:001:Goto Last level on comp.
pang:0:E019:30:501:Goto Last level on comp.(2/2)
pang:0:E018:10:001:Goto Last level on death
pang:0:E019:31:501:Goto Last level on death(2/2)
pang:0:E230:0A:000:Infinite Lives PL1
pang:0:E228:01:000:Always Have Protection PL1
pang:0:E229:00:000:Always Normal Weap. PL1
pang:0:E22C:00:500:Always Normal Weap. PL1 (2/3)
pang:0:E244:00:500:Always Normal Weap. PL1 (3/3)
pang:0:E229:01:000:Always Double Weap. PL1
pang:0:E22C:00:500:Always Double Weap. PL1 (2/3)
pang:0:E244:00:500:Always Double Weap. PL1 (3/3)
pang:0:E229:00:000:Always M. gun Weap. PL1
pang:0:E22C:01:500:Always M. gun Weap. PL1 (2/3)
pang:0:E244:00:500:Always M. gun Weap. PL1 (3/3)
pang:0:E229:00:000:Always Blocker Weap.PL1
pang:0:E22C:00:500:Always Blocker Weap.PL1 (2/3)
pang:0:E244:01:500:Always Blocker Weap.PL1 (3/3)
pang:0:E229:00:001:Get Normal Weap.PL1 Now!
pang:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3)
pang:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3)
pang:0:E229:01:001:Get Double Weap.PL1 Now!
pang:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3)
pang:0:E244:00:501:Get Double Weap.PL1 Now!(3/3)
pang:0:E229:00:001:Get M. gun Weap.PL1 Now!
pang:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3)
pang:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3)
pang:0:E229:00:001:Get Blocker Weap.PL1 Now
pang:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3)
pang:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3)
pang:0:E2B0:0A:000:Infinite Lives PL2
pang:0:E2A8:01:000:Always Have Protection PL2
pang:0:E2A9:00:000:Always Normal Weap. PL2
pang:0:E2AC:00:500:Always Normal Weap. PL2 (2/3)
pang:0:E2C4:00:500:Always Normal Weap. PL2 (3/3)
pang:0:E2A9:01:000:Always Double Weap. PL2
pang:0:E2AC:00:500:Always Double Weap. PL2 (2/3)
pang:0:E2C4:00:500:Always Double Weap. PL2 (3/3)
pang:0:E2A9:00:000:Always M. gun Weap. PL2
pang:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3)
pang:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3)
pang:0:E2A9:00:000:Always Blocker Weap.PL2
pang:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3)
pang:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3)
pang:0:E2A9:00:001:Get Normal Weap.PL2 Now!
pang:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3)
pang:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3)
pang:0:E2A9:01:001:Get Double Weap.PL2 Now!
pang:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3)
pang:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3)
pang:0:E2A9:00:001:Get M. gun Weap.PL2 Now!
pang:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3)
pang:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3)
pang:0:E2A9:00:001:Get Blocker Weap.PL2 Now
pang:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3)
pang:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3)
;Disable the Infinite Time cheat just before travelling to a different city
;otherwise the game will freeze! Also disable all Invicibility cheats just
;before ending a level or else the level will not end!
; [ Pang! 3 (Euro) ]
pang3:0:000000:00:999:[The weapon cheats dont show]
pang3:0:000000:00:999:[the correct weapon icon. ]
pang3:0:FF8BAE:FA:000:Infinite Time:For Beginner & Normal modes
pang3:0:FF8BED:12:000:Never have any Bubbles
pang3:0:FF8BED:00:001:Restart the Bubbles Now!
pang3:0:FF8BB4:09:000:Infinite Lives PL1
pang3:0:FFABF4:01:000:Always Have Protection PL1
pang3:0:FFABF4:00:000:Never Have Protection PL1
pang3:0:FFABB7:02:000:Invincibility PL1
pang3:0:FFABF4:01:001:Get Protection Now! PL1
pang3:0:FFABF4:00:001:Lose Protection Now! PL1
pang3:0:FFABC8:00:000:Always Normal Weap. PL1
pang3:0:FFABC8:01:000:Always Blocker Weap.PL1
pang3:0:FFABC8:02:000:Always Water Weap. PL1
pang3:0:FFABC8:03:000:Always Double Weap. PL1
pang3:0:FFABC8:04:000:Always Super? Weap. PL1
pang3:0:FFABC8:00:001:Get Normal Weap. Now! PL1
pang3:0:FFABC8:01:001:Get Blocker Weap.Now! PL1
pang3:0:FFABC8:02:001:Get Water Weap. Now! PL1
pang3:0:FFABC8:03:001:Get Double Weap. Now! PL1
pang3:0:FFABC8:04:001:Get Super? Weap. Now! PL1
pang3:0:FF8BB5:09:000:Infinite Lives PL2
pang3:0:FFACB4:01:000:Always Have Protection PL2
pang3:0:FFACB4:00:000:Never Have Protection PL2
pang3:0:FFAC77:02:000:Invincibility PL2
pang3:0:FFACB4:01:001:Get Protection Now! PL2
pang3:0:FFACB4:00:001:Lose Protection Now! PL2
pang3:0:FFAC88:00:000:Always Normal Weap. PL2
pang3:0:FFAC88:01:000:Always Blocker Weap.PL2
pang3:0:FFAC88:02:000:Always Water Weap. PL2
pang3:0:FFAC88:03:000:Always Double Weap. PL2
pang3:0:FFAC88:04:000:Always Super? Weap. PL2
pang3:0:FFAC88:00:001:Get Normal Weap. Now! PL2
pang3:0:FFAC88:01:001:Get Blocker Weap.Now! PL2
pang3:0:FFAC88:02:001:Get Water Weap. Now! PL2
pang3:0:FFAC88:03:001:Get Double Weap. Now! PL2
pang3:0:FFAC88:04:001:Get Super? Weap. Now! PL2
pang3:0:000000:00:999:[Beginner Mode level select ]
pang3:0:FF8BC6:09:071:Select current level
pang3:0:FF8BC6:09:061:Select next level
pang3:0:000000:00:999:[Normal Mode level select ]
pang3:0:FF8BC6:31:071:Select current level
pang3:0:FF8BC6:31:061:Select next level
pang3:0:000000:00:999:[Panic Mode level select ]
pang3:0:FF8BDF:61:071:Select current level
pang3:0:FF8BDF:61:061:Select next level
; [ Pang! 3 (Japan) ]
pang3j:0:000000:00:999:[The weapon cheats dont show]
pang3j:0:000000:00:999:[the correct weapon icon. ]
pang3j:0:FF8BAE:FA:000:Infinite Time:For Beginner & Normal modes
pang3j:0:FF8BED:12:000:Never have any Bubbles
pang3j:0:FF8BED:00:001:Restart the Bubbles Now!
pang3j:0:FF8BB4:09:000:Infinite Lives PL1
pang3j:0:FFABF4:01:000:Always Have Protection PL1
pang3j:0:FFABF4:00:000:Never Have Protection PL1
pang3j:0:FFABB7:02:000:Invincibility PL1
pang3j:0:FFABF4:01:001:Get Protection Now! PL1
pang3j:0:FFABF4:00:001:Lose Protection Now! PL1
pang3j:0:FFABC8:00:000:Always Normal Weap. PL1
pang3j:0:FFABC8:01:000:Always Blocker Weap.PL1
pang3j:0:FFABC8:02:000:Always Water Weap. PL1
pang3j:0:FFABC8:03:000:Always Double Weap. PL1
pang3j:0:FFABC8:04:000:Always Super? Weap. PL1
pang3j:0:FFABC8:00:001:Get Normal Weap. Now! PL1
pang3j:0:FFABC8:01:001:Get Blocker Weap.Now! PL1
pang3j:0:FFABC8:02:001:Get Water Weap. Now! PL1
pang3j:0:FFABC8:03:001:Get Double Weap. Now! PL1
pang3j:0:FFABC8:04:001:Get Super? Weap. Now! PL1
pang3j:0:FF8BB5:09:000:Infinite Lives PL2
pang3j:0:FFACB4:01:000:Always Have Protection PL2
pang3j:0:FFACB4:00:000:Never Have Protection PL2
pang3j:0:FFAC77:02:000:Invincibility PL2
pang3j:0:FFACB4:01:001:Get Protection Now! PL2
pang3j:0:FFACB4:00:001:Lose Protection Now! PL2
pang3j:0:FFAC88:00:000:Always Normal Weap. PL2
pang3j:0:FFAC88:01:000:Always Blocker Weap.PL2
pang3j:0:FFAC88:02:000:Always Water Weap. PL2
pang3j:0:FFAC88:03:000:Always Double Weap. PL2
pang3j:0:FFAC88:04:000:Always Super? Weap. PL2
pang3j:0:FFAC88:00:001:Get Normal Weap. Now! PL2
pang3j:0:FFAC88:01:001:Get Blocker Weap.Now! PL2
pang3j:0:FFAC88:02:001:Get Water Weap. Now! PL2
pang3j:0:FFAC88:03:001:Get Double Weap. Now! PL2
pang3j:0:FFAC88:04:001:Get Super? Weap. Now! PL2
pang3j:0:000000:00:999:[Beginner Mode level select ]
pang3j:0:FF8BC6:09:071:Select current level
pang3j:0:FF8BC6:09:061:Select next level
pang3j:0:000000:00:999:[Normal Mode level select ]
pang3j:0:FF8BC6:31:071:Select current level
pang3j:0:FF8BC6:31:061:Select next level
pang3j:0:000000:00:999:[Panic Mode level select ]
pang3j:0:FF8BDF:61:071:Select current level
pang3j:0:FF8BDF:61:061:Select next level
; [ Pang (bootleg) ]
pangb:0:E221:5B:000:Invincibility
pangb:0:E200:04:500:Invincibility (2/2)
pangb:0:E01A:99:000:Infinite Time
pangb:0:E027:01:001:Stop the Bubbles Now!
pangb:0:E027:00:001:Restart the Bubbles Now!
pangb:0:E028:8C:000:Infinite Balloon Freeze Time
pangb:0:E018:10:001:Goto Last level on comp.
pangb:0:E019:30:501:Goto Last level on comp.(2/2)
pangb:0:E018:10:001:Goto Last level on death
pangb:0:E019:31:501:Goto Last level on death(2/2)
pangb:0:E230:0A:000:Infinite Lives PL1
pangb:0:E228:01:000:Always Have Protection PL1
pangb:0:E229:00:000:Always Normal Weap. PL1
pangb:0:E22C:00:500:Always Normal Weap. PL1 (2/3)
pangb:0:E244:00:500:Always Normal Weap. PL1 (3/3)
pangb:0:E229:01:000:Always Double Weap. PL1
pangb:0:E22C:00:500:Always Double Weap. PL1 (2/3)
pangb:0:E244:00:500:Always Double Weap. PL1 (3/3)
pangb:0:E229:00:000:Always M. gun Weap. PL1
pangb:0:E22C:01:500:Always M. gun Weap. PL1 (2/3)
pangb:0:E244:00:500:Always M. gun Weap. PL1 (3/3)
pangb:0:E229:00:000:Always Blocker Weap.PL1
pangb:0:E22C:00:500:Always Blocker Weap.PL1 (2/3)
pangb:0:E244:01:500:Always Blocker Weap.PL1 (3/3)
pangb:0:E229:00:001:Get Normal Weap.PL1 Now!
pangb:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3)
pangb:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3)
pangb:0:E229:01:001:Get Double Weap.PL1 Now!
pangb:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3)
pangb:0:E244:00:501:Get Double Weap.PL1 Now!(3/3)
pangb:0:E229:00:001:Get M. gun Weap.PL1 Now!
pangb:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3)
pangb:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3)
pangb:0:E229:00:001:Get Blocker Weap.PL1 Now
pangb:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3)
pangb:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3)
pangb:0:E2B0:0A:000:Infinite Lives PL2
pangb:0:E2A8:01:000:Always Have Protection PL2
pangb:0:E2A9:00:000:Always Normal Weap. PL2
pangb:0:E2AC:00:500:Always Normal Weap. PL2 (2/3)
pangb:0:E2C4:00:500:Always Normal Weap. PL2 (3/3)
pangb:0:E2A9:01:000:Always Double Weap. PL2
pangb:0:E2AC:00:500:Always Double Weap. PL2 (2/3)
pangb:0:E2C4:00:500:Always Double Weap. PL2 (3/3)
pangb:0:E2A9:00:000:Always M. gun Weap. PL2
pangb:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3)
pangb:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3)
pangb:0:E2A9:00:000:Always Blocker Weap.PL2
pangb:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3)
pangb:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3)
pangb:0:E2A9:00:001:Get Normal Weap.PL2 Now!
pangb:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3)
pangb:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3)
pangb:0:E2A9:01:001:Get Double Weap.PL2 Now!
pangb:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3)
pangb:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3)
pangb:0:E2A9:00:001:Get M. gun Weap.PL2 Now!
pangb:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3)
pangb:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3)
pangb:0:E2A9:00:001:Get Blocker Weap.PL2 Now
pangb:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3)
pangb:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3)
; [ Pang Poms (Mitchell) ]
pangpomm:0:C0DE5A:63:000:Infinite Credits
pangpomm:0:C0C80A:99:000:Infinite Time
pangpomm:0:C0C802:00:001:Finish this Screen Now!
pangpomm:0:C0C406:0A:000:Infinite Lives PL1
pangpomm:0:C0C467:02:000:Invincibility PL1
pangpomm:0:C0C606:0A:000:Infinite Lives PL2
pangpomm:0:C0C667:02:000:Invincibility PL2
; [ Pang Poms ]
pangpoms:0:C0DE5A:63:000:Infinite Credits
pangpoms:0:C0C80A:99:000:Infinite Time
pangpoms:0:C0C802:00:001:Finish this Screen Now!
pangpoms:0:C0C406:0A:000:Infinite Lives PL1
pangpoms:0:C0C467:02:000:Invincibility PL1
pangpoms:0:C0C606:0A:000:Infinite Lives PL2
pangpoms:0:C0C667:02:000:Invincibility PL2
; [ Space Panic (set 1) ]
panic:0:40D0:05:000:Infinite Lives
panic:0:40B2:09:000:Infinite Oxygen
; [ Space Panic (set 2) ]
panica:0:40D0:05:000:Infinite Lives
panica:0:40B2:09:000:Infinite Oxygen
; [ Panic Bomber ]
panicbom:0:1038CD:00:000:Always Minimum Power Up PL1
panicbom:0:1038CD:08:000:Always Maximum Power Up PL1
panicbom:0:103941:00:000:No more level gain PL1
panicbom:0:103B6F:00:000:Always Minimum Power Up PL1
panicbom:0:103B6F:08:000:Always Maximum Power Up PL1
panicbom:0:103BE3:00:000:No more level gain PL2
; [ Space Panic (German) ]
panicger:0:40D0:05:000:Infinite Lives
panicger:0:40B2:09:000:Infinite Oxygen
; [ Paperboy ]
paperboy:1:002A:63:000:Infinite Credits
paperboy:0:0CD4:E0:000:Infinite Course Time/Max Breakage Bonus
paperboy:0:0CD5:7F:500:Infinite Course Time/Max Breakage Bonus (2/2)
paperboy:0:A73C:87:100:Invincibility
paperboy:0:A73D:00:600:Invincibility (2/2)
paperboy:0:0000:00:999:[NOTE - It's best not to use the various paper cheats - especially with ]
paperboy:0:0000:00:999:[invincibility as if you throw too many papers with the one life the game will]
paperboy:0:0000:00:999:[crash. I'd recommend only using Infinite Papers at most and don't go mad! ]
paperboy:0:0CC3:0A:000:Infinite Papers
paperboy:0:0CC4:00:000:No paper bunch changeover delay
paperboy:0:0AE6:00:000:Throw all papers as one bunch
paperboy:0:0CCA:05:000:Infinite Lives PL1
paperboy:0:0CCB:05:000:Infinite Lives PL2
; [ Parodius DA! (Japan) ]
parodius:0:1867:10:000:Infinite Lives PL1
parodius:0:1868:10:000:Infinite Lives PL2
parodius:0:18B1:01:000:Invincibility ON:Can't catch Bells either
parodius:0:18B1:00:001:Invincibility OFF
;comments left in for now
;Comments from Hman
;Still open issues:
;- the green bell power, "zoom" activation ?
;- the red bell power
;- what is the white bell supposed to do ?
;- the Missile/Laser issue: both work as Get+Now or Always, but you can't mix them - activate Missile first,
; turn it off then (if you used the Always cheat) and then activate the Laser cheat.
;- the "option", found the counter, how to activate it ?
parodius:0:1893:01:001:Select Speed
parodius:0:1893:02:001:Select Missile
parodius:0:1893:03:001:Select Double
parodius:0:1893:04:001:Select Laser
parodius:0:1893:05:001:Select Option
parodius:0:1893:06:001:Select "?"
parodius:0:1893:07:001:Select Shield
parodius:0:0000:00:999:[Don't activate Missile & ]
parodius:0:0000:00:999:[Laser cheats at the same ]
parodius:0:0000:00:999:[time - they won't work! Use]
parodius:0:0000:00:999:[one after the other. Make ]
parodius:0:0000:00:999:[sure one is off when you ]
parodius:0:0000:00:999:[activate the other cheat!!!]
parodius:0:1891:01:021:Get Missile Now!:Don't use with Laser cheats
parodius:0:18A0:01:521:Get Missile Now! (2/2)
parodius:0:1891:01:021:Get Laser Now!:Don't use with Missile cheats
parodius:0:18A0:04:521:Get Laser Now! (2/4)
parodius:0:1891:08:541:Get Laser Now! (3/4)
parodius:0:18A0:03:541:Get Laser Now! (4/4)
parodius:0:1891:01:020:Always have Missile:Don't use with Laser cheats
parodius:0:18A0:01:520:Always have Missile (2/2)
parodius:0:1891:01:020:Always have Laser:Don't use with Missile cheats
parodius:0:18A0:04:520:Always have Laser (2/4)
parodius:0:1891:08:540:Always have Laser (3/4)
parodius:0:18A0:03:540:Always have Laser (4/4)
parodius:0:1894:01:001:Get Speed 1 Now!
parodius:0:1894:02:001:Get Speed 2 Now!
parodius:0:1894:03:001:Get Speed 3 Now!
parodius:0:1894:04:001:Get Speed 4 Now!
parodius:0:18AC:89:001:Get Blue Bellpower Now!
parodius:0:18AD:01:501:Get Blue Bellpower Now! (2/2)
parodius:0:1894:01:000:Always have Speed 1
parodius:0:1894:02:000:Always have Speed 2
parodius:0:1894:03:000:Always have Speed 3
parodius:0:1894:04:000:Always have Speed 4
parodius:0:18AC:89:000:Always Blue Bellpower
parodius:0:18AD:01:500:Always Blue Bellpower (2/2)
;18B0=C0 and 18B1=01 when Green Bell (giant player( is activated
;still not able to activate Giant Player at will
parodius:0:18B0:C0:001:Can't shoot Now!:As with Green Bell but small
parodius:0:18B0:00:001:Reset "Can't shoot" Now!
;189F holds the counter of Main ship + additional shooting ships
;however I wasn't able to find where the additional ships are activated
;also incrementing 189F won't give multiple ships at next activation
;of "option".
parodius:0:189F:00:998:Show "Option" counter
parodius:0:1BAE:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Passing Shot (4 Players) (bootleg) ]
passht4b:0:FFE87E:99:000:Infinite Points
passht4b:0:FFE865:05:001:Goto Last match Now!
passht4b:0:FFE87B:00:000:Always be first serve
passht4b:0:FFE86F:06:000:Always win set to win game
passht4b:0:FFE871:00:000:CPUs sets always set to 0
passht4b:0:FFE86F:06:001:Win set to win game Now!
passht4b:0:FFE871:00:001:CPUs sets set to 0 Now!
passht4b:0:FFE873:03:000:Always win point to win set
passht4b:0:FFE875:00:000:Always set CPUs score to 0
passht4b:0:FFE873:03:001:Win point to win set Now!
passht4b:0:FFE875:00:001:Set CPUs score to 0 Now!
; [ Passing Shot (2 Players) ]
passsht:0:FFE87E:99:000:Infinite Points
passsht:0:FFE865:05:001:Goto Last match Now!
passsht:0:FFE87B:00:000:Always be first serve
passsht:0:FFE86F:06:000:Always win set to win game
passsht:0:FFE871:00:000:CPUs sets always set to 0
passsht:0:FFE86F:06:001:Win set to win game Now!
passsht:0:FFE871:00:001:CPUs sets set to 0 Now!
passsht:0:FFE873:03:000:Always win point to win set
passsht:0:FFE875:00:000:Always set CPUs score to 0
passsht:0:FFE873:03:001:Win point to win set Now!
passsht:0:FFE875:00:001:Set CPUs score to 0 Now!
; [ Passing Shot (2 Players) (bootleg) ]
passshtb:0:FFE87E:99:000:Infinite Points
passshtb:0:FFE865:05:001:Goto Last match Now!
passshtb:0:FFE87B:00:000:Always be first serve
passshtb:0:FFE86F:06:000:Always win set to win game
passshtb:0:FFE871:00:000:CPUs sets always set to 0
passshtb:0:FFE86F:06:001:Win set to win game Now!
passshtb:0:FFE871:00:001:CPUs sets set to 0 Now!
passshtb:0:FFE873:03:000:Always win point to win set
passshtb:0:FFE875:00:000:Always set CPUs score to 0
passshtb:0:FFE873:03:001:Win point to win set Now!
passshtb:0:FFE875:00:001:Set CPUs score to 0 Now!
; [ Pastel Gal (Japan) ]
pastelgl:0:0000:00:999:[The winning hand cheat must]
pastelgl:0:0000:00:999:[be activated when there are]
pastelgl:0:0000:00:999:[14 tiles in your hand, then]
pastelgl:0:0000:00:999:[press the RON key . ]
pastelgl:0:0000:00:999:[('Z' by default). The tiles]
pastelgl:0:0000:00:999:[do not visually change ]
pastelgl:0:0000:00:999:[until you make a move. ]
pastelgl:0:E245:31:001:Get winning hand Now!
pastelgl:0:E246:31:501:Get winning hand Now! (02/14)
pastelgl:0:E247:31:501:Get winning hand Now! (03/14)
pastelgl:0:E248:32:501:Get winning hand Now! (04/14)
pastelgl:0:E249:32:501:Get winning hand Now! (05/14)
pastelgl:0:E24A:32:501:Get winning hand Now! (06/14)
pastelgl:0:E24B:33:501:Get winning hand Now! (07/14)
pastelgl:0:E24C:33:501:Get winning hand Now! (08/14)
pastelgl:0:E24D:33:501:Get winning hand Now! (09/14)
pastelgl:0:E24E:34:501:Get winning hand Now! (10/14)
pastelgl:0:E24F:34:501:Get winning hand Now! (11/14)
pastelgl:0:E250:34:501:Get winning hand Now! (12/14)
pastelgl:0:E251:35:501:Get winning hand Now! (13/14)
pastelgl:0:E252:35:501:Get winning hand Now! (14/14)
pastelgl:0:0000:00:999:[At the start of a game, ]
pastelgl:0:0000:00:999:[there may be some small ]
pastelgl:0:0000:00:999:[glitches on the tiles when ]
pastelgl:0:0000:00:999:[using the 'Always' cheats. ]
pastelgl:0:0000:00:999:[The cheats should still ]
pastelgl:0:0000:00:999:[work as normal. ]
pastelgl:0:E245:31:000:Always winning hand
pastelgl:0:E246:31:500:Always winning hand (02/14)
pastelgl:0:E247:31:500:Always winning hand (03/14)
pastelgl:0:E248:32:500:Always winning hand (04/14)
pastelgl:0:E249:32:500:Always winning hand (05/14)
pastelgl:0:E24A:32:500:Always winning hand (06/14)
pastelgl:0:E24B:33:500:Always winning hand (07/14)
pastelgl:0:E24C:33:500:Always winning hand (08/14)
pastelgl:0:E24D:33:500:Always winning hand (09/14)
pastelgl:0:E24E:34:500:Always winning hand (10/14)
pastelgl:0:E24F:34:500:Always winning hand (11/14)
pastelgl:0:E250:34:500:Always winning hand (12/14)
pastelgl:0:E251:35:500:Always winning hand (13/14)
pastelgl:0:E252:35:500:Always winning hand (14/14)
; [ Mahjong Pachinko Monogatari (Japan) ]
patimono:0:0000:00:999:[The winning hand cheat must]
patimono:0:0000:00:999:[be activated when there are]
patimono:0:0000:00:999:[14 tiles in your hand, then]
patimono:0:0000:00:999:[press the RON key . ]
patimono:0:0000:00:999:[('Z' by default). The tiles]
patimono:0:0000:00:999:[do not visually change ]
patimono:0:0000:00:999:[until you make a move. ]
patimono:0:FD47:31:001:Get winning hand Now!
patimono:0:FD48:31:501:Get winning hand Now! (02/14)
patimono:0:FD49:31:501:Get winning hand Now! (03/14)
patimono:0:FD4A:32:501:Get winning hand Now! (04/14)
patimono:0:FD4B:32:501:Get winning hand Now! (05/14)
patimono:0:FD4C:32:501:Get winning hand Now! (06/14)
patimono:0:FD4D:33:501:Get winning hand Now! (07/14)
patimono:0:FD4E:33:501:Get winning hand Now! (08/14)
patimono:0:FD4F:33:501:Get winning hand Now! (09/14)
patimono:0:FD50:34:501:Get winning hand Now! (10/14)
patimono:0:FD51:34:501:Get winning hand Now! (11/14)
patimono:0:FD52:34:501:Get winning hand Now! (12/14)
patimono:0:FD53:35:501:Get winning hand Now! (13/14)
patimono:0:FD54:35:501:Get winning hand Now! (14/14)
patimono:0:0000:00:999:[At the start of a game, ]
patimono:0:0000:00:999:[there may be some small ]
patimono:0:0000:00:999:[glitches on the tiles when ]
patimono:0:0000:00:999:[using the 'Always' cheats. ]
patimono:0:0000:00:999:[The cheats should still ]
patimono:0:0000:00:999:[work as normal. ]
patimono:0:FD47:31:000:Always winning hand
patimono:0:FD48:31:500:Always winning hand (02/14)
patimono:0:FD49:31:500:Always winning hand (03/14)
patimono:0:FD4A:32:500:Always winning hand (04/14)
patimono:0:FD4B:32:500:Always winning hand (05/14)
patimono:0:FD4C:32:500:Always winning hand (06/14)
patimono:0:FD4D:33:500:Always winning hand (07/14)
patimono:0:FD4E:33:500:Always winning hand (08/14)
patimono:0:FD4F:33:500:Always winning hand (09/14)
patimono:0:FD50:34:500:Always winning hand (10/14)
patimono:0:FD51:34:500:Always winning hand (11/14)
patimono:0:FD52:34:500:Always winning hand (12/14)
patimono:0:FD53:35:500:Always winning hand (13/14)
patimono:0:FD54:35:500:Always winning hand (14/14)
; [ Pinball Action (set 2) ]
pbactio2:0:C15B:09:000:Infinite Balls PL1
pbactio2:0:C15C:09:000:Infinite Balls PL2
pbactio2:0:C16D:63:000:99 Bonus
pbactio2:0:C16D:63:001:99 Bonus on current ball
pbactio2:0:C1BC:05:000:5X Bonus Multiplier
pbactio2:0:C11A:01:020:Slots-Red Door Always Open
pbactio2:0:C11A:01:040:Slots-Red Door Never Open
pbactio2:0:C11A:02:020:Slots-Post Always Up
pbactio2:0:C11A:02:040:Slots-Post Always Down
pbactio2:0:C11A:04:020:Slots-Side Safety Always ON
pbactio2:0:C11A:04:040:Slots-Side Safety Always OFF
pbactio2:0:C11A:07:000:Slots-Always Door+post+safety
pbactio2:0:C11A:00:000:Slots-Board Inaccessible
pbactio2:0:C11A:01:021:Slots-Open Red Door Now!
pbactio2:0:C11A:01:041:Slots-Shut Red Door Now!
pbactio2:0:C11A:02:021:Slots-Post Up Now!
pbactio2:0:C11A:02:041:Slots-Post Down Now!
pbactio2:0:C11A:04:021:Slots-Side Safety ON Now!
pbactio2:0:C11A:04:041:Slots-Side Safety OFF Now!
pbactio2:0:C11B:01:020:Bowls-Green Door Always Open
pbactio2:0:C11B:01:040:Bowls-Green Door Never Open
pbactio2:0:C11B:02:020:Bowls-Post Always Up
pbactio2:0:C11B:02:040:Bowls-Post Always Down
pbactio2:0:C11B:04:020:Bowls-Side Safety Always ON
pbactio2:0:C11B:04:040:Bowls-Side Safety Always OFF
pbactio2:0:C11B:07:000:Bowls-Always Door+post+safety
pbactio2:0:C11B:00:000:Bowls-Board Inaccessible
pbactio2:0:C11B:01:021:Bowls-Open Green Door Now!
pbactio2:0:C11B:01:041:Bowls-Shut Green Door Now!
pbactio2:0:C11B:02:021:Bowls-Post Up Now!
pbactio2:0:C11B:02:041:Bowls-Post Down Now!
pbactio2:0:C11B:04:021:Bowls-Side Safety ON Now!
pbactio2:0:C11B:04:041:Bowls-Side Safety OFF Now!
pbactio2:0:C11C:01:020:Cards-Blue Door Always Open
pbactio2:0:C11C:01:040:Cards-Blue Door Never Open
pbactio2:0:C11C:02:020:Cards-Post Always Up
pbactio2:0:C11C:02:040:Cards-Post Always Down
pbactio2:0:C11C:04:020:Cards-Side Safety Always ON
pbactio2:0:C11C:04:040:Cards-Side Safety Always OFF
pbactio2:0:C11C:07:000:Cards-Always Door+post+safety
pbactio2:0:C11C:00:000:Cards-Board Inaccessible
pbactio2:0:C11C:01:021:Cards-Open Blue Door Now!
pbactio2:0:C11C:01:041:Cards-Shut Blue Door Now!
pbactio2:0:C11C:02:021:Cards-Post Up Now!
pbactio2:0:C11C:02:041:Cards-Post Down Now!
pbactio2:0:C11C:04:021:Cards-Side Safety ON Now!
pbactio2:0:C11C:04:041:Cards-Side Safety OFF Now!
; [ Pinball Action (set 1) ]
pbaction:0:C15B:09:000:Infinite Balls PL1
pbaction:0:C15C:09:000:Infinite Balls PL2
pbaction:0:C16D:63:000:99 Bonus
pbaction:0:C16D:63:001:99 Bonus on current ball
pbaction:0:C1BC:05:000:5X Bonus Multiplier
pbaction:0:C11A:01:020:Slots-Red Door Always Open
pbaction:0:C11A:01:040:Slots-Red Door Never Open
pbaction:0:C11A:02:020:Slots-Post Always Up
pbaction:0:C11A:02:040:Slots-Post Always Down
pbaction:0:C11A:04:020:Slots-Side Safety Always ON
pbaction:0:C11A:04:040:Slots-Side Safety Always OFF
pbaction:0:C11A:07:000:Slots-Always Door+post+safety
pbaction:0:C11A:00:000:Slots-Board Inaccessible
pbaction:0:C11A:01:021:Slots-Open Red Door Now!
pbaction:0:C11A:01:041:Slots-Shut Red Door Now!
pbaction:0:C11A:02:021:Slots-Post Up Now!
pbaction:0:C11A:02:041:Slots-Post Down Now!
pbaction:0:C11A:04:021:Slots-Side Safety ON Now!
pbaction:0:C11A:04:041:Slots-Side Safety OFF Now!
pbaction:0:C11B:01:020:Bowls-Green Door Always Open
pbaction:0:C11B:01:040:Bowls-Green Door Never Open
pbaction:0:C11B:02:020:Bowls-Post Always Up
pbaction:0:C11B:02:040:Bowls-Post Always Down
pbaction:0:C11B:04:020:Bowls-Side Safety Always ON
pbaction:0:C11B:04:040:Bowls-Side Safety Always OFF
pbaction:0:C11B:07:000:Bowls-Always Door+post+safety
pbaction:0:C11B:00:000:Bowls-Board Inaccessible
pbaction:0:C11B:01:021:Bowls-Open Green Door Now!
pbaction:0:C11B:01:041:Bowls-Shut Green Door Now!
pbaction:0:C11B:02:021:Bowls-Post Up Now!
pbaction:0:C11B:02:041:Bowls-Post Down Now!
pbaction:0:C11B:04:021:Bowls-Side Safety ON Now!
pbaction:0:C11B:04:041:Bowls-Side Safety OFF Now!
pbaction:0:C11C:01:020:Cards-Blue Door Always Open
pbaction:0:C11C:01:040:Cards-Blue Door Never Open
pbaction:0:C11C:02:020:Cards-Post Always Up
pbaction:0:C11C:02:040:Cards-Post Always Down
pbaction:0:C11C:04:020:Cards-Side Safety Always ON
pbaction:0:C11C:04:040:Cards-Side Safety Always OFF
pbaction:0:C11C:07:000:Cards-Always Door+post+safety
pbaction:0:C11C:00:000:Cards-Board Inaccessible
pbaction:0:C11C:01:021:Cards-Open Blue Door Now!
pbaction:0:C11C:01:041:Cards-Shut Blue Door Now!
pbaction:0:C11C:02:021:Cards-Post Up Now!
pbaction:0:C11C:02:041:Cards-Post Down Now!
pbaction:0:C11C:04:021:Cards-Side Safety ON Now!
pbaction:0:C11C:04:041:Cards-Side Safety OFF Now!
; [ Pioneer Balloon ]
pballoon:0:00A8:08:000:Infinite Lives
pballoon:0:009F:96:000:Infinite Energy
pballoon:0:0094:C0:000:Invincibility
; [ Gyakuten!! Puzzle Bancho (Japan) ]
pbancho:0:400003:09:000:Infinite Credits
pbancho:0:4017D1:00:000:Never send any Blocks PL1
pbancho:0:4017D1:06:001:Send 6 Blocks Now! PL1
pbancho:0:4017D1:12:001:Send 18 Blocks Now! PL1
pbancho:0:4017D3:00:000:Never send any Blocks PL2
pbancho:0:4017D3:06:001:Send 6 Blocks Now! PL2
pbancho:0:4017D3:12:001:Send 18 Blocks Now! PL2
; [ Puzzle Bobble 2 (Japan) ]
pbobbl2j:0:400091:09:000:Infinite Credits
pbobbl2j:0:40A276:01:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen
pbobbl2j:0:40A276:00:001:Disable "Alternate World" Levels
pbobbl2j:0:41DFDB:14:000:Infinite Time PL1
pbobbl2j:0:41E06F:14:000:Infinite Time PL2
pbobbl2j:0:000000:00:999:[ These cheats are for use during Puzzle Mode ]
pbobbl2j:0:4061D8:FF:001:Help line "ON"
pbobbl2j:0:4061D8:00:001:Help line "OFF"
pbobbl2j:0:000000:00:999:[ These cheats are for use during Versus Mode ]
pbobbl2j:0:40A2AB:00:000:Never Attacked PL1
pbobbl2j:0:41DFD1:00:500:Never Attacked PL1 (2/2)
pbobbl2j:0:40A2AD:00:000:Never Attacked PL2
pbobbl2j:0:41E065:00:500:Never Attacked PL2 (2/2)
pbobbl2j:0:000000:00:999:[After you enable these region cheats to see any ]
pbobbl2j:0:000000:00:999:[effect you will have to reset the game (F3). ]
pbobbl2j:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
pbobbl2j:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
pbobbl2j:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
pbobbl2j:0:0FFFFF:01:001:Region Switch = Japan:Puzzle Bobble 2
pbobbl2j:0:0FFFFF:02:001:Region Switch = US:Bust-A-Move Again
pbobbl2j:0:0FFFFF:03:001:Region Switch = World:Puzzle Bobble 2
; [ Puzzle Bobble 2 / Bust-A-Move Again (Neo-Geo) ]
pbobbl2n:0:10D617:14:000:Infinite Time PL1
pbobbl2n:0:10D6AD:14:000:Infinite Time PL2
pbobbl2n:0:000000:00:999:[These cheats are for use during Puzzle Mode ]
pbobbl2n:0:105834:FF:000:Help line "ON"
pbobbl2n:0:105834:00:001:Help line "OFF"
; [ Bust-A-Move Again (US) ]
pbobbl2u:0:400091:09:000:Infinite Credits
pbobbl2u:0:40A276:01:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen
pbobbl2u:0:40A276:00:001:Disable "Alternate World" Levels
pbobbl2u:0:41DFDB:14:000:Infinite Time PL1
pbobbl2u:0:41E06F:14:000:Infinite Time PL2
pbobbl2u:0:000000:00:999:[ These cheats are for use during Puzzle Mode ]
pbobbl2u:0:4061D8:FF:001:Help line "ON"
pbobbl2u:0:4061D8:00:001:Help line "OFF"
pbobbl2u:0:000000:00:999:[ These cheats are for use during Versus Mode ]
pbobbl2u:0:40A2AB:00:000:Never Attacked PL1
pbobbl2u:0:41DFD1:00:500:Never Attacked PL1 (2/2)
pbobbl2u:0:40A2AD:00:000:Never Attacked PL2
pbobbl2u:0:41E065:00:500:Never Attacked PL2 (2/2)
pbobbl2u:0:000000:00:999:[After you enable these region cheats to see any ]
pbobbl2u:0:000000:00:999:[effect you will have to reset the game (F3). ]
pbobbl2u:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
pbobbl2u:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
pbobbl2u:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
pbobbl2u:0:0FFFFF:01:001:Region Switch = Japan:Puzzle Bobble 2
pbobbl2u:0:0FFFFF:02:001:Region Switch = US:Bust-A-Move Again
pbobbl2u:0:0FFFFF:03:001:Region Switch = World:Puzzle Bobble 2
; [ Puzzle Bobble 2X (Japan) ]
pbobbl2x:0:400091:09:000:Infinite Credits
pbobbl2x:0:40D59A:01:000:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen
pbobbl2x:0:40D59A:00:000:Disable "Alternate World" Levels
pbobbl2x:0:41ECA5:14:000:Infinite Time PL1
pbobbl2x:0:41ED3B:14:000:Infinite Time PL2
pbobbl2x:0:000000:00:999:[ These cheats are for use during Puzzle Mode ]
pbobbl2x:0:40748C:FF:001:Help line "ON"
pbobbl2x:0:40748C:00:001:Help line "OFF"
pbobbl2x:0:000000:00:999:[ These cheats are for use during Versus Mode ]
pbobbl2x:0:40D5CF:00:000:Never Attacked PL1
pbobbl2x:0:41EC99:00:500:Never Attacked PL1 (2/2)
pbobbl2x:0:40D5D1:00:000:Never Attacked PL2
pbobbl2x:0:41ED2F:00:500:Never Attacked PL2 (2/2)
pbobbl2x:0:000000:00:999:[After you enable these region cheats to see any ]
pbobbl2x:0:000000:00:999:[effect you will have to reset the game (F3). ]
pbobbl2x:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
pbobbl2x:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
pbobbl2x:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
pbobbl2x:0:0FFFFF:01:001:Region Switch = Japan:Puzzle Bobble 2X
pbobbl2x:0:0FFFFF:02:001:Region Switch = US:Bust-A-Move Again, Broken = Messy left-overs of Bust-A-Move Again
pbobbl2x:0:0FFFFF:03:001:Region Switch = World:Puzzle Bobble 2X
; [ Puzzle Bobble 3 (Japan) ]
pbobbl3j:0:405BE1:09:000:Infinite Credits
pbobbl3j:0:408D58:FF:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen
pbobbl3j:0:40AFD0:FF:001:Disable "Alternate World" Levels
pbobbl3j:0:41F836:80:020:Help line "ON" PL1
pbobbl3j:0:41F836:80:041:Help line "OFF" PL1
pbobbl3j:0:413412:01:000:Current bubble always Red PL1
pbobbl3j:0:413412:02:000:Current bubble always Green PL1
pbobbl3j:0:413412:03:000:Current bubble always Blue PL1
pbobbl3j:0:413412:04:000:Current bubble always Yellow PL1
pbobbl3j:0:413412:05:000:Current bubble always Orange PL1
pbobbl3j:0:413412:06:000:Current bubble always Purple PL1
pbobbl3j:0:413412:07:000:Current bubble always Grey PL1
pbobbl3j:0:413412:08:000:Current bubble always Black PL1
pbobbl3j:0:413421:01:000:Next bubble always Red PL1
pbobbl3j:0:413421:02:000:Next bubble always Green PL1
pbobbl3j:0:413421:03:000:Next bubble always Blue PL1
pbobbl3j:0:413421:04:000:Next bubble always Yellow PL1
pbobbl3j:0:413421:05:000:Next bubble always Orange PL1
pbobbl3j:0:413421:06:000:Next bubble always Purple PL1
pbobbl3j:0:413421:07:000:Next bubble always Grey PL1
pbobbl3j:0:413421:08:000:Next bubble always Black PL1
pbobbl3j:0:413412:01:001:Current bubble is Red Now! PL1
pbobbl3j:0:413412:02:001:Current bubble is Green Now! PL1
pbobbl3j:0:413412:03:001:Current bubble is Blue Now! PL1
pbobbl3j:0:413412:04:001:Current bubble is Yellow Now! PL1
pbobbl3j:0:413412:05:001:Current bubble is Orange Now! PL1
pbobbl3j:0:413412:06:001:Current bubble is Purple Now! PL1
pbobbl3j:0:413412:07:001:Current bubble is Grey Now! PL1
pbobbl3j:0:413412:08:001:Current bubble is Black Now! PL1
pbobbl3j:0:413421:01:001:Next bubble is Red Now! PL1
pbobbl3j:0:413421:02:001:Next bubble is Green Now! PL1
pbobbl3j:0:413421:03:001:Next bubble is Blue Now! PL1
pbobbl3j:0:413421:04:001:Next bubble is Yellow Now! PL1
pbobbl3j:0:413421:05:001:Next bubble is Orange Now! PL1
pbobbl3j:0:413421:06:001:Next bubble is Purple Now!PL1
pbobbl3j:0:413421:07:001:Next bubble is Grey Now! PL1
pbobbl3j:0:413421:08:001:Next bubble is Black Now! PL1
pbobbl3j:0:41F837:80:020:Help line "ON" PL2
pbobbl3j:0:41F837:80:041:Help line "OFF" PL2
pbobbl3j:0:413512:01:000:Current bubble always Red PL2
pbobbl3j:0:413512:02:000:Current bubble always Green PL2
pbobbl3j:0:413512:03:000:Current bubble always Blue PL2
pbobbl3j:0:413512:04:000:Current bubble always Yellow PL2
pbobbl3j:0:413512:05:000:Current bubble always Orange PL2
pbobbl3j:0:413512:06:000:Current bubble always Purple PL2
pbobbl3j:0:413512:07:000:Current bubble always Grey PL2
pbobbl3j:0:413512:08:000:Current bubble always Black PL2
pbobbl3j:0:413521:01:000:Next bubble always Red PL2
pbobbl3j:0:413521:02:000:Next bubble always Green PL2
pbobbl3j:0:413521:03:000:Next bubble always Blue PL2
pbobbl3j:0:413521:04:000:Next bubble always Yellow PL2
pbobbl3j:0:413521:05:000:Next bubble always Orange PL2
pbobbl3j:0:413521:06:000:Next bubble always Purple PL2
pbobbl3j:0:413521:07:000:Next bubble always Grey PL2
pbobbl3j:0:413521:08:000:Next bubble always Black PL2
pbobbl3j:0:413512:01:001:Current bubble is Red Now! PL2
pbobbl3j:0:413512:02:001:Current bubble is Green Now! PL2
pbobbl3j:0:413512:03:001:Current bubble is Blue Now! PL2
pbobbl3j:0:413512:04:001:Current bubble is Yellow Now! PL2
pbobbl3j:0:413512:05:001:Current bubble is Orange Now! PL2
pbobbl3j:0:413512:06:001:Current bubble is Purple Now! PL2
pbobbl3j:0:413512:07:001:Current bubble is Grey Now! PL2
pbobbl3j:0:413512:08:001:Current bubble is Black Now! PL2
pbobbl3j:0:413521:01:001:Next bubble is Red Now! PL2
pbobbl3j:0:413521:02:001:Next bubble is Green Now! PL2
pbobbl3j:0:413521:03:001:Next bubble is Blue Now! PL2
pbobbl3j:0:413521:04:001:Next bubble is Yellow Now! PL2
pbobbl3j:0:413521:05:001:Next bubble is Orange Now! PL2
pbobbl3j:0:413521:06:001:Next bubble is Purple Now!PL2
pbobbl3j:0:413521:07:001:Next bubble is Grey Now! PL2
pbobbl3j:0:413521:08:001:Next bubble is Black Now! PL2
pbobbl3j:0:000000:00:999:[After you enable these region cheats to see any ]
pbobbl3j:0:000000:00:999:[effect you will have to reset the game (F3). ]
pbobbl3j:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
pbobbl3j:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
pbobbl3j:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
pbobbl3j:0:1FFFFF:01:001:Region Switch = Japan
pbobbl3j:0:1FFFFF:02:001:Region Switch = US
pbobbl3j:0:1FFFFF:03:001:Region Switch = World
; [ Puzzle Bobble 3 (US) ]
pbobbl3u:0:405BE1:09:000:Infinite Credits
pbobbl3u:0:408D58:FF:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen
pbobbl3u:0:40AFD0:FF:001:Disable "Alternate World" Levels
pbobbl3u:0:41F836:80:020:Help line "ON" PL1
pbobbl3u:0:41F836:80:041:Help line "OFF" PL1
pbobbl3u:0:413412:01:000:Current bubble always Red PL1
pbobbl3u:0:413412:02:000:Current bubble always Green PL1
pbobbl3u:0:413412:03:000:Current bubble always Blue PL1
pbobbl3u:0:413412:04:000:Current bubble always Yellow PL1
pbobbl3u:0:413412:05:000:Current bubble always Orange PL1
pbobbl3u:0:413412:06:000:Current bubble always Purple PL1
pbobbl3u:0:413412:07:000:Current bubble always Grey PL1
pbobbl3u:0:413412:08:000:Current bubble always Black PL1
pbobbl3u:0:413421:01:000:Next bubble always Red PL1
pbobbl3u:0:413421:02:000:Next bubble always Green PL1
pbobbl3u:0:413421:03:000:Next bubble always Blue PL1
pbobbl3u:0:413421:04:000:Next bubble always Yellow PL1
pbobbl3u:0:413421:05:000:Next bubble always Orange PL1
pbobbl3u:0:413421:06:000:Next bubble always Purple PL1
pbobbl3u:0:413421:07:000:Next bubble always Grey PL1
pbobbl3u:0:413421:08:000:Next bubble always Black PL1
pbobbl3u:0:413412:01:001:Current bubble is Red Now! PL1
pbobbl3u:0:413412:02:001:Current bubble is Green Now! PL1
pbobbl3u:0:413412:03:001:Current bubble is Blue Now! PL1
pbobbl3u:0:413412:04:001:Current bubble is Yellow Now! PL1
pbobbl3u:0:413412:05:001:Current bubble is Orange Now! PL1
pbobbl3u:0:413412:06:001:Current bubble is Purple Now! PL1
pbobbl3u:0:413412:07:001:Current bubble is Grey Now! PL1
pbobbl3u:0:413412:08:001:Current bubble is Black Now! PL1
pbobbl3u:0:413421:01:001:Next bubble is Red Now! PL1
pbobbl3u:0:413421:02:001:Next bubble is Green Now! PL1
pbobbl3u:0:413421:03:001:Next bubble is Blue Now! PL1
pbobbl3u:0:413421:04:001:Next bubble is Yellow Now! PL1
pbobbl3u:0:413421:05:001:Next bubble is Orange Now! PL1
pbobbl3u:0:413421:06:001:Next bubble is Purple Now!PL1
pbobbl3u:0:413421:07:001:Next bubble is Grey Now! PL1
pbobbl3u:0:413421:08:001:Next bubble is Black Now! PL1
pbobbl3u:0:41F837:80:020:Help line "ON" PL2
pbobbl3u:0:41F837:80:041:Help line "OFF" PL2
pbobbl3u:0:413512:01:000:Current bubble always Red PL2
pbobbl3u:0:413512:02:000:Current bubble always Green PL2
pbobbl3u:0:413512:03:000:Current bubble always Blue PL2
pbobbl3u:0:413512:04:000:Current bubble always Yellow PL2
pbobbl3u:0:413512:05:000:Current bubble always Orange PL2
pbobbl3u:0:413512:06:000:Current bubble always Purple PL2
pbobbl3u:0:413512:07:000:Current bubble always Grey PL2
pbobbl3u:0:413512:08:000:Current bubble always Black PL2
pbobbl3u:0:413521:01:000:Next bubble always Red PL2
pbobbl3u:0:413521:02:000:Next bubble always Green PL2
pbobbl3u:0:413521:03:000:Next bubble always Blue PL2
pbobbl3u:0:413521:04:000:Next bubble always Yellow PL2
pbobbl3u:0:413521:05:000:Next bubble always Orange PL2
pbobbl3u:0:413521:06:000:Next bubble always Purple PL2
pbobbl3u:0:413521:07:000:Next bubble always Grey PL2
pbobbl3u:0:413521:08:000:Next bubble always Black PL2
pbobbl3u:0:413512:01:001:Current bubble is Red Now! PL2
pbobbl3u:0:413512:02:001:Current bubble is Green Now! PL2
pbobbl3u:0:413512:03:001:Current bubble is Blue Now! PL2
pbobbl3u:0:413512:04:001:Current bubble is Yellow Now! PL2
pbobbl3u:0:413512:05:001:Current bubble is Orange Now! PL2
pbobbl3u:0:413512:06:001:Current bubble is Purple Now! PL2
pbobbl3u:0:413512:07:001:Current bubble is Grey Now! PL2
pbobbl3u:0:413512:08:001:Current bubble is Black Now! PL2
pbobbl3u:0:413521:01:001:Next bubble is Red Now! PL2
pbobbl3u:0:413521:02:001:Next bubble is Green Now! PL2
pbobbl3u:0:413521:03:001:Next bubble is Blue Now! PL2
pbobbl3u:0:413521:04:001:Next bubble is Yellow Now! PL2
pbobbl3u:0:413521:05:001:Next bubble is Orange Now! PL2
pbobbl3u:0:413521:06:001:Next bubble is Purple Now!PL2
pbobbl3u:0:413521:07:001:Next bubble is Grey Now! PL2
pbobbl3u:0:413521:08:001:Next bubble is Black Now! PL2
pbobbl3u:0:000000:00:999:[After you enable these region cheats to see any ]
pbobbl3u:0:000000:00:999:[effect you will have to reset the game (F3). ]
pbobbl3u:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
pbobbl3u:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
pbobbl3u:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
pbobbl3u:0:1FFFFF:01:001:Region Switch = Japan
pbobbl3u:0:1FFFFF:02:001:Region Switch = US
pbobbl3u:0:1FFFFF:03:001:Region Switch = World
; [ Puzzle Bobble 4 (Japan) ]
pbobbl4j:0:4059E1:09:000:Infinite Credits
pbobbl4j:0:40A8E7:FF:000:Help line "ON" PL1
pbobbl4j:0:40A8E7:00:001:Help line "OFF" PL1
pbobbl4j:0:000000:00:999:[ ]
pbobbl4j:0:000000:00:999:[ VS Mode Cheats ]
pbobbl4j:0:000000:00:999:[ ]
pbobbl4j:0:000000:00:999:[Enable Select starting round on the ]
pbobbl4j:0:000000:00:999:['planets' screen. ]
pbobbl4j:0:409E53:0B:071:Select starting round:Level background will be incorrect to you 'Continue'
pbobbl4j:0:409E53:0B:061:Select next round
pbobbl4j:0:000000:00:999:[After you enable these region cheats to see any ]
pbobbl4j:0:000000:00:999:[effect you will have to reset the game (F3). ]
pbobbl4j:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
pbobbl4j:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
pbobbl4j:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
pbobbl4j:0:1FFFFF:01:001:Region Switch = Japan
pbobbl4j:0:1FFFFF:02:001:Region Switch = US
pbobbl4j:0:1FFFFF:03:001:Region Switch = World
; [ Puzzle Bobble 4 (US) ]
pbobbl4u:0:4059E1:09:000:Infinite Credits
pbobbl4u:0:40A8E7:FF:000:Help line "ON" PL1
pbobbl4u:0:40A8E7:00:001:Help line "OFF" PL1
pbobbl4u:0:000000:00:999:[ ]
pbobbl4u:0:000000:00:999:[ VS Mode Cheats ]
pbobbl4u:0:000000:00:999:[ ]
pbobbl4u:0:000000:00:999:[Enable Select starting round on the ]
pbobbl4u:0:000000:00:999:['planets' screen. ]
pbobbl4u:0:409E53:0B:071:Select starting round:Level background will be incorrect to you 'Continue'
pbobbl4u:0:409E53:0B:061:Select next round
pbobbl4u:0:000000:00:999:[After you enable these region cheats to see any ]
pbobbl4u:0:000000:00:999:[effect you will have to reset the game (F3). ]
pbobbl4u:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
pbobbl4u:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
pbobbl4u:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
pbobbl4u:0:1FFFFF:01:001:Region Switch = Japan
pbobbl4u:0:1FFFFF:02:001:Region Switch = US
pbobbl4u:0:1FFFFF:03:001:Region Switch = World
; [ Puzzle Bobble (Japan, B-System) ]
pbobble:0:9026EB:02:001:Go to Round 4 Next
pbobble:0:9026ED:02:501:Go to Round 4 Next (2/2)
pbobble:0:9026EB:06:001:Go to Round 8 Next
pbobble:0:9026ED:06:501:Go to Round 8 Next (2/2)
pbobble:0:9026EB:0A:001:Go to Round 12 Next
pbobble:0:9026ED:0A:501:Go to Round 12 Next (2/2)
pbobble:0:9026EB:0E:001:Go to Round 16 Next
pbobble:0:9026ED:0E:501:Go to Round 16 Next (2/2)
pbobble:0:9026EB:12:001:Go to Round 20 Next
pbobble:0:9026ED:12:501:Go to Round 20 Next (2/2)
pbobble:0:9026EB:16:001:Go to Round 24 Next
pbobble:0:9026ED:16:501:Go to Round 24 Next (2/2)
pbobble:0:9026EB:1A:001:Go to Round 28 Next
pbobble:0:9026ED:1A:501:Go to Round 28 Next (2/2)
pbobble:0:9026EB:1C:001:Go to Round 30 Next
pbobble:0:9026ED:1C:501:Go to Round 30 Next (2/2)
pbobble:0:9026EB:20:001:See End Sequence Next
pbobble:0:9026ED:20:501:See End Sequence Next (2/2)
pbobble:0:000000:00:999:[Best activate Quick Finish ]
pbobble:0:000000:00:999:[when at least one wall has ]
pbobble:0:000000:00:999:[decended,just complete 3 ]
pbobble:0:000000:00:999:[matching colours to drop ]
pbobble:0:000000:00:999:[the whole screen! ]
pbobble:0:904913:00:001:Quick Finish Cheat
pbobble:0:904927:00:501:Quick Finish Cheat (2/2)
pbobble:0:9070D5:01:000:Help line ON PL1
pbobble:0:9070D5:00:001:Help line OFF PL1
pbobble:0:000000:00:999:[Cur. is short for Current ]
pbobble:0:000000:00:999:['always' means permanent ]
pbobble:0:000000:00:999:['will be' means temporary ]
pbobble:0:90706D:00:000:Cur. bubble always blue PL1
pbobble:0:90706D:01:000:Cur. bubble always red PL1
pbobble:0:90706D:02:000:Cur. bubble always yellow PL1
pbobble:0:90706D:03:000:Cur. bubble always green PL1
pbobble:0:90706D:04:000:Cur. bubble always purple PL1
pbobble:0:90706D:05:000:Cur. bubble always orange PL1
pbobble:0:90706D:06:000:Cur. bubble always black PL1
pbobble:0:90706D:07:000:Cur. bubble always grey PL1
pbobble:0:90708B:00:000:Next bubble always blue PL1
pbobble:0:90708B:01:000:Next bubble always red PL1
pbobble:0:90708B:02:000:Next bubble always yellow PL1
pbobble:0:90708B:03:000:Next bubble always green PL1
pbobble:0:90708B:04:000:Next bubble always purple PL1
pbobble:0:90708B:05:000:Next bubble always orange PL1
pbobble:0:90708B:06:000:Next bubble always black PL1
pbobble:0:90708B:07:000:Next bubble always grey PL1
pbobble:0:90706D:00:001:Cur. bubble will be blue PL1
pbobble:0:90706D:01:001:Cur. bubble will be red PL1
pbobble:0:90706D:02:001:Cur. bubble will be yellowPL1
pbobble:0:90706D:03:001:Cur. bubble will be green PL1
pbobble:0:90706D:04:001:Cur. bubble will be purplePL1
pbobble:0:90706D:05:001:Cur. bubble will be orangePL1
pbobble:0:90706D:06:001:Cur. bubble will be black PL1
pbobble:0:90706D:07:001:Cur. bubble will be grey PL1
pbobble:0:90708B:00:001:Next bubble will be blue PL1
pbobble:0:90708B:01:001:Next bubble will be red PL1
pbobble:0:90708B:02:001:Next bubble will be yellowPL1
pbobble:0:90708B:03:001:Next bubble will be green PL1
pbobble:0:90708B:04:001:Next bubble will be purplePL1
pbobble:0:90708B:05:001:Next bubble will be orangePL1
pbobble:0:90708B:06:001:Next bubble will be black PL1
pbobble:0:90708B:07:001:Next bubble will be grey PL1
pbobble:0:9070F3:00:000:Cur. bubble always blue PL2
pbobble:0:9070F3:01:000:Cur. bubble always red PL2
pbobble:0:9070F3:02:000:Cur. bubble always yellow PL2
pbobble:0:9070F3:03:000:Cur. bubble always green PL2
pbobble:0:9070F3:04:000:Cur. bubble always purple PL2
pbobble:0:9070F3:05:000:Cur. bubble always orange PL2
pbobble:0:9070F3:06:000:Cur. bubble always black PL2
pbobble:0:9070F3:07:000:Cur. bubble always grey PL2
pbobble:0:907111:00:000:Next bubble always blue PL2
pbobble:0:907111:01:000:Next bubble always red PL2
pbobble:0:907111:02:000:Next bubble always yellow PL2
pbobble:0:907111:03:000:Next bubble always green PL2
pbobble:0:907111:04:000:Next bubble always purple PL2
pbobble:0:907111:05:000:Next bubble always orange PL2
pbobble:0:907111:06:000:Next bubble always black PL2
pbobble:0:907111:07:000:Next bubble always grey PL2
pbobble:0:9070F3:00:001:Cur. bubble will be blue PL2
pbobble:0:9070F3:01:001:Cur. bubble will be red PL2
pbobble:0:9070F3:02:001:Cur. bubble will be yellowPL2
pbobble:0:9070F3:03:001:Cur. bubble will be green PL2
pbobble:0:9070F3:04:001:Cur. bubble will be purplePL2
pbobble:0:9070F3:05:001:Cur. bubble will be orangePL2
pbobble:0:9070F3:06:001:Cur. bubble will be black PL2
pbobble:0:9070F3:07:001:Cur. bubble will be grey PL2
pbobble:0:907111:00:001:Next bubble will be blue PL2
pbobble:0:907111:01:001:Next bubble will be red PL2
pbobble:0:907111:02:001:Next bubble will be yellowPL2
pbobble:0:907111:03:001:Next bubble will be green PL2
pbobble:0:907111:04:001:Next bubble will be purplePL2
pbobble:0:907111:05:001:Next bubble will be orangePL2
pbobble:0:907111:06:001:Next bubble will be black PL2
pbobble:0:907111:07:001:Next bubble will be grey PL2
; [ Puzzle Bobble 2 (World) ]
pbobble2:0:400091:09:000:Infinite Credits
pbobble2:0:40A276:01:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen
pbobble2:0:40A276:00:001:Disable "Alternate World" Levels
pbobble2:0:41DFDB:14:000:Infinite Time PL1
pbobble2:0:41E06F:14:000:Infinite Time PL2
pbobble2:0:000000:00:999:[ These cheats are for use during Puzzle Mode ]
pbobble2:0:4061D8:FF:001:Help line "ON"
pbobble2:0:4061D8:00:001:Help line "OFF"
pbobble2:0:000000:00:999:[ These cheats are for use during Versus Mode ]
pbobble2:0:40A2AB:00:000:Never Attacked PL1
pbobble2:0:41DFD1:00:500:Never Attacked PL1 (2/2)
pbobble2:0:40A2AD:00:000:Never Attacked PL2
pbobble2:0:41E065:00:500:Never Attacked PL2 (2/2)
pbobble2:0:000000:00:999:[After you enable these region cheats to see any ]
pbobble2:0:000000:00:999:[effect you will have to reset the game (F3). ]
pbobble2:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
pbobble2:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
pbobble2:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
pbobble2:0:0FFFFF:01:001:Region Switch = Japan:Puzzle Bobble 2
pbobble2:0:0FFFFF:02:001:Region Switch = US:Bust-A-Move Again
pbobble2:0:0FFFFF:03:001:Region Switch = World:Puzzle Bobble 2
; [ Puzzle Bobble 3 (World) ]
pbobble3:0:405BE1:09:000:Infinite Credits
pbobble3:0:408D58:FF:001:Enable "Alternate World" Levels:Drunk on Title Screen and different maps, Same as "Fire,<-,->,Fire" on Title Screen
pbobble3:0:40AFD0:FF:001:Disable "Alternate World" Levels
pbobble3:0:41F836:80:020:Help line "ON" PL1
pbobble3:0:41F836:80:041:Help line "OFF" PL1
pbobble3:0:413412:01:000:Current bubble always Red PL1
pbobble3:0:413412:02:000:Current bubble always Green PL1
pbobble3:0:413412:03:000:Current bubble always Blue PL1
pbobble3:0:413412:04:000:Current bubble always Yellow PL1
pbobble3:0:413412:05:000:Current bubble always Orange PL1
pbobble3:0:413412:06:000:Current bubble always Purple PL1
pbobble3:0:413412:07:000:Current bubble always Grey PL1
pbobble3:0:413412:08:000:Current bubble always Black PL1
pbobble3:0:413421:01:000:Next bubble always Red PL1
pbobble3:0:413421:02:000:Next bubble always Green PL1
pbobble3:0:413421:03:000:Next bubble always Blue PL1
pbobble3:0:413421:04:000:Next bubble always Yellow PL1
pbobble3:0:413421:05:000:Next bubble always Orange PL1
pbobble3:0:413421:06:000:Next bubble always Purple PL1
pbobble3:0:413421:07:000:Next bubble always Grey PL1
pbobble3:0:413421:08:000:Next bubble always Black PL1
pbobble3:0:413412:01:001:Current bubble is Red Now! PL1
pbobble3:0:413412:02:001:Current bubble is Green Now! PL1
pbobble3:0:413412:03:001:Current bubble is Blue Now! PL1
pbobble3:0:413412:04:001:Current bubble is Yellow Now! PL1
pbobble3:0:413412:05:001:Current bubble is Orange Now! PL1
pbobble3:0:413412:06:001:Current bubble is Purple Now! PL1
pbobble3:0:413412:07:001:Current bubble is Grey Now! PL1
pbobble3:0:413412:08:001:Current bubble is Black Now! PL1
pbobble3:0:413421:01:001:Next bubble is Red Now! PL1
pbobble3:0:413421:02:001:Next bubble is Green Now! PL1
pbobble3:0:413421:03:001:Next bubble is Blue Now! PL1
pbobble3:0:413421:04:001:Next bubble is Yellow Now! PL1
pbobble3:0:413421:05:001:Next bubble is Orange Now! PL1
pbobble3:0:413421:06:001:Next bubble is Purple Now!PL1
pbobble3:0:413421:07:001:Next bubble is Grey Now! PL1
pbobble3:0:413421:08:001:Next bubble is Black Now! PL1
pbobble3:0:41F837:80:020:Help line "ON" PL2
pbobble3:0:41F837:80:041:Help line "OFF" PL2
pbobble3:0:413512:01:000:Current bubble always Red PL2
pbobble3:0:413512:02:000:Current bubble always Green PL2
pbobble3:0:413512:03:000:Current bubble always Blue PL2
pbobble3:0:413512:04:000:Current bubble always Yellow PL2
pbobble3:0:413512:05:000:Current bubble always Orange PL2
pbobble3:0:413512:06:000:Current bubble always Purple PL2
pbobble3:0:413512:07:000:Current bubble always Grey PL2
pbobble3:0:413512:08:000:Current bubble always Black PL2
pbobble3:0:413521:01:000:Next bubble always Red PL2
pbobble3:0:413521:02:000:Next bubble always Green PL2
pbobble3:0:413521:03:000:Next bubble always Blue PL2
pbobble3:0:413521:04:000:Next bubble always Yellow PL2
pbobble3:0:413521:05:000:Next bubble always Orange PL2
pbobble3:0:413521:06:000:Next bubble always Purple PL2
pbobble3:0:413521:07:000:Next bubble always Grey PL2
pbobble3:0:413521:08:000:Next bubble always Black PL2
pbobble3:0:413512:01:001:Current bubble is Red Now! PL2
pbobble3:0:413512:02:001:Current bubble is Green Now! PL2
pbobble3:0:413512:03:001:Current bubble is Blue Now! PL2
pbobble3:0:413512:04:001:Current bubble is Yellow Now! PL2
pbobble3:0:413512:05:001:Current bubble is Orange Now! PL2
pbobble3:0:413512:06:001:Current bubble is Purple Now! PL2
pbobble3:0:413512:07:001:Current bubble is Grey Now! PL2
pbobble3:0:413512:08:001:Current bubble is Black Now! PL2
pbobble3:0:413521:01:001:Next bubble is Red Now! PL2
pbobble3:0:413521:02:001:Next bubble is Green Now! PL2
pbobble3:0:413521:03:001:Next bubble is Blue Now! PL2
pbobble3:0:413521:04:001:Next bubble is Yellow Now! PL2
pbobble3:0:413521:05:001:Next bubble is Orange Now! PL2
pbobble3:0:413521:06:001:Next bubble is Purple Now!PL2
pbobble3:0:413521:07:001:Next bubble is Grey Now! PL2
pbobble3:0:413521:08:001:Next bubble is Black Now! PL2
pbobble3:0:000000:00:999:[After you enable these region cheats to see any ]
pbobble3:0:000000:00:999:[effect you will have to reset the game (F3). ]
pbobble3:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
pbobble3:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
pbobble3:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
pbobble3:0:1FFFFF:01:001:Region Switch = Japan
pbobble3:0:1FFFFF:02:001:Region Switch = US
pbobble3:0:1FFFFF:03:001:Region Switch = World
; [ Puzzle Bobble 4 (World) ]
pbobble4:0:4059E1:09:000:Infinite Credits
pbobble4:0:40A8E7:FF:000:Help line "ON" PL1
pbobble4:0:40A8E7:00:001:Help line "OFF" PL1
pbobble4:0:000000:00:999:[ ]
pbobble4:0:000000:00:999:[ VS Mode Cheats ]
pbobble4:0:000000:00:999:[ ]
pbobble4:0:000000:00:999:[Enable Select starting round on the ]
pbobble4:0:000000:00:999:['planets' screen. ]
pbobble4:0:409E53:0B:071:Select starting round:Level background will be incorrect to you 'Continue'
pbobble4:0:409E53:0B:061:Select next round
pbobble4:0:000000:00:999:[After you enable these region cheats to see any ]
pbobble4:0:000000:00:999:[effect you will have to reset the game (F3). ]
pbobble4:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
pbobble4:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
pbobble4:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
pbobble4:0:1FFFFF:01:001:Region Switch = Japan
pbobble4:0:1FFFFF:02:001:Region Switch = US
pbobble4:0:1FFFFF:03:001:Region Switch = World
; [ Puzzle Bobble / Bust-A-Move (Neo-Geo) ]
pbobblen:0:102271:02:001:Go to Round 4 Next
pbobblen:0:102273:02:501:Go to Round 4 Next (2/2)
pbobblen:0:102271:06:001:Go to Round 8 Next
pbobblen:0:102273:06:501:Go to Round 8 Next (2/2)
pbobblen:0:102271:0A:001:Go to Round 12 Next
pbobblen:0:102273:0A:501:Go to Round 12 Next (2/2)
pbobblen:0:102271:0E:001:Go to Round 16 Next
pbobblen:0:102273:0E:501:Go to Round 16 Next (2/2)
pbobblen:0:102271:12:001:Go to Round 20 Next
pbobblen:0:102273:12:501:Go to Round 20 Next (2/2)
pbobblen:0:102271:16:001:Go to Round 24 Next
pbobblen:0:102273:16:501:Go to Round 24 Next (2/2)
pbobblen:0:102271:1A:001:Go to Round 28 Next
pbobblen:0:102273:1A:501:Go to Round 28 Next (2/2)
pbobblen:0:102271:1C:001:Go to Round 30 Next
pbobblen:0:102273:1C:501:Go to Round 30 Next (2/2)
pbobblen:0:102271:20:001:See End Sequence Next
pbobblen:0:102273:20:501:See End Sequence Next (2/2)
pbobblen:0:000000:00:999:[Best activate Quick Finish ]
pbobblen:0:000000:00:999:[when at least one wall has ]
pbobblen:0:000000:00:999:[decended,just complete 3 ]
pbobblen:0:000000:00:999:[matching colours to drop ]
pbobblen:0:000000:00:999:[the whole screen! ]
pbobblen:0:105A9D:00:001:Quick Finish Cheat
pbobblen:0:105AB1:00:501:Quick Finish Cheat (2/2)
pbobblen:0:108287:01:000:Help line ON PL1
pbobblen:0:108287:00:001:Help line OFF PL1
pbobblen:0:000000:00:999:[Cur. is short for Current ]
pbobblen:0:000000:00:999:['always' means permanent ]
pbobblen:0:000000:00:999:['will be' means temporary ]
pbobblen:0:10821F:00:000:Cur. bubble always blue PL1
pbobblen:0:10821F:01:000:Cur. bubble always red PL1
pbobblen:0:10821F:02:000:Cur. bubble always yellow PL1
pbobblen:0:10821F:03:000:Cur. bubble always green PL1
pbobblen:0:10821F:04:000:Cur. bubble always purple PL1
pbobblen:0:10821F:05:000:Cur. bubble always orange PL1
pbobblen:0:10821F:06:000:Cur. bubble always black PL1
pbobblen:0:10821F:07:000:Cur. bubble always grey PL1
pbobblen:0:10823D:00:000:Next bubble always blue PL1
pbobblen:0:10823D:01:000:Next bubble always red PL1
pbobblen:0:10823D:02:000:Next bubble always yellow PL1
pbobblen:0:10823D:03:000:Next bubble always green PL1
pbobblen:0:10823D:04:000:Next bubble always purple PL1
pbobblen:0:10823D:05:000:Next bubble always orange PL1
pbobblen:0:10823D:06:000:Next bubble always black PL1
pbobblen:0:10823D:07:000:Next bubble always grey PL1
pbobblen:0:10821F:00:001:Cur. bubble will be blue PL1
pbobblen:0:10821F:01:001:Cur. bubble will be red PL1
pbobblen:0:10821F:02:001:Cur. bubble will be yellowPL1
pbobblen:0:10821F:03:001:Cur. bubble will be green PL1
pbobblen:0:10821F:04:001:Cur. bubble will be purplePL1
pbobblen:0:10821F:05:001:Cur. bubble will be orangePL1
pbobblen:0:10821F:06:001:Cur. bubble will be black PL1
pbobblen:0:10821F:07:001:Cur. bubble will be grey PL1
pbobblen:0:10823D:00:001:Next bubble will be blue PL1
pbobblen:0:10823D:01:001:Next bubble will be red PL1
pbobblen:0:10823D:02:001:Next bubble will be yellowPL1
pbobblen:0:10823D:03:001:Next bubble will be green PL1
pbobblen:0:10823D:04:001:Next bubble will be purplePL1
pbobblen:0:10823D:05:001:Next bubble will be orangePL1
pbobblen:0:10823D:06:001:Next bubble will be black PL1
pbobblen:0:10823D:07:001:Next bubble will be grey PL1
pbobblen:0:1082BB:00:000:Cur. bubble always blue PL2
pbobblen:0:1082BB:01:000:Cur. bubble always red PL2
pbobblen:0:1082BB:02:000:Cur. bubble always yellow PL2
pbobblen:0:1082BB:03:000:Cur. bubble always green PL2
pbobblen:0:1082BB:04:000:Cur. bubble always purple PL2
pbobblen:0:1082BB:05:000:Cur. bubble always orange PL2
pbobblen:0:1082BB:06:000:Cur. bubble always black PL2
pbobblen:0:1082BB:07:000:Cur. bubble always grey PL2
pbobblen:0:1082D9:00:000:Next bubble always blue PL2
pbobblen:0:1082D9:01:000:Next bubble always red PL2
pbobblen:0:1082D9:02:000:Next bubble always yellow PL2
pbobblen:0:1082D9:03:000:Next bubble always green PL2
pbobblen:0:1082D9:04:000:Next bubble always purple PL2
pbobblen:0:1082D9:05:000:Next bubble always orange PL2
pbobblen:0:1082D9:06:000:Next bubble always black PL2
pbobblen:0:1082D9:07:000:Next bubble always grey PL2
pbobblen:0:1082BB:00:001:Cur. bubble will be blue PL2
pbobblen:0:1082BB:01:001:Cur. bubble will be red PL2
pbobblen:0:1082BB:02:001:Cur. bubble will be yellowPL2
pbobblen:0:1082BB:03:001:Cur. bubble will be green PL2
pbobblen:0:1082BB:04:001:Cur. bubble will be purplePL2
pbobblen:0:1082BB:05:001:Cur. bubble will be orangePL2
pbobblen:0:1082BB:06:001:Cur. bubble will be black PL2
pbobblen:0:1082BB:07:001:Cur. bubble will be grey PL2
pbobblen:0:1082D9:00:001:Next bubble will be blue PL2
pbobblen:0:1082D9:01:001:Next bubble will be red PL2
pbobblen:0:1082D9:02:001:Next bubble will be yellowPL2
pbobblen:0:1082D9:03:001:Next bubble will be green PL2
pbobblen:0:1082D9:04:001:Next bubble will be purplePL2
pbobblen:0:1082D9:05:001:Next bubble will be orangePL2
pbobblen:0:1082D9:06:001:Next bubble will be black PL2
pbobblen:0:1082D9:07:001:Next bubble will be grey PL2
; [ PlayChoice-10: 1942 ]
pc_1942:0:80D2:99:000:Infinite Main Time
pc_1942:0:80D3:99:500:Infinite Main Time (2/2)
pc_1942:1:0432:03:000:Infinite Lives
pc_1942:1:0436:09:000:Infinite Loopings
pc_1942:1:048E:10:020:Invincibility "ON"
pc_1942:1:048E:10:041:Invincibility "OFF"
pc_1942:1:048E:02:040:Always have Normal fire
pc_1942:1:048E:02:020:Always have Power-up fire
pc_1942:1:048E:02:041:Get Normal fire Now!
pc_1942:1:048E:02:021:Get Power-up fire Now!
; [ PlayChoice-10: Baseball ]
pc_bball:0:80D2:99:000:Infinite Main Time
pc_bball:0:80D3:99:500:Infinite Main Time (2/2)
; [ PlayChoice-10: Balloon Fight ]
pc_bfght:0:80D2:99:000:Infinite Main Time
pc_bfght:0:80D3:99:500:Infinite Main Time (2/2)
pc_bfght:1:0041:03:000:Infinite Lives PL1
pc_bfght:1:0042:03:000:Infinite Lives PL2
; [ PlayChoice-10: Baseball Stars ]
pc_bstar:0:80D2:99:000:Infinite Main Time
pc_bstar:0:80D3:99:500:Infinite Main Time (2/2)
; [ PlayChoice-10: Contra ]
pc_cntra:0:80D2:99:000:Infinite Main Time
pc_cntra:0:80D3:99:500:Infinite Main Time (2/2)
pc_cntra:1:0032:03:000:Infinite Lives PL1
pc_cntra:1:00AA:10:020:Rapid Fire 'ON' PL1
pc_cntra:1:00AA:10:041:Rapid Fire 'OFF' PL1
pc_cntra:1:00AE:78:000:Invincibility "ON" PL1
pc_cntra:1:00AF:78:000:Invincibility "OFF" PL1
pc_cntra:1:00AA:01:040:Always Normal Gun PL1
pc_cntra:1:00AA:02:540:Always Normal Gun PL1 (2/3)
pc_cntra:1:00AA:04:540:Always Normal Gun PL1 (3/3)
pc_cntra:1:00AA:01:020:Always Machine Gun PL1
pc_cntra:1:00AA:02:540:Always Machine Gun PL1 (2/3)
pc_cntra:1:00AA:04:540:Always Machine Gun PL1 (3/3)
pc_cntra:1:00AA:01:040:Always Fire ball PL1
pc_cntra:1:00AA:02:520:Always Fire ball PL1 (2/3)
pc_cntra:1:00AA:04:540:Always Fire ball PL1 (3/3)
pc_cntra:1:00AA:01:020:Always Spread fire PL1
pc_cntra:1:00AA:02:520:Always Spread fire PL1 (2/3)
pc_cntra:1:00AA:04:540:Always Spread fire PL1 (3/3)
pc_cntra:1:00AA:01:040:Always Laser PL1
pc_cntra:1:00AA:02:540:Always Laser PL1 (2/3)
pc_cntra:1:00AA:04:520:Always Laser PL1 (3/3)
pc_cntra:1:00AA:01:041:Get Normal Gun Now! PL1
pc_cntra:1:00AA:02:541:Get Normal Gun Now! PL1 (2/3)
pc_cntra:1:00AA:04:541:Get Normal Gun Now! PL1 (3/3)
pc_cntra:1:00AA:01:021:Get Machine Gun Now! PL1
pc_cntra:1:00AA:02:541:Get Machine Gun Now! PL1(2/3)
pc_cntra:1:00AA:04:541:Get Machine Gun Now! PL1(3/3)
pc_cntra:1:00AA:01:041:Get Fire ball Now! PL1
pc_cntra:1:00AA:02:521:Get Fire ball Now! PL1 (2/3)
pc_cntra:1:00AA:04:541:Get Fire ball Now! PL1 (3/3)
pc_cntra:1:00AA:01:021:Get Spread fire Now! PL1
pc_cntra:1:00AA:02:521:Get Spread fire Now! PL1(2/3)
pc_cntra:1:00AA:04:541:Get Spread fire Now! PL1(3/3)
pc_cntra:1:00AA:01:041:Get Laser Now! PL1
pc_cntra:1:00AA:02:541:Get Laser Now! PL1 (2/3)
pc_cntra:1:00AA:04:521:Get Laser Now! PL1 (3/3)
pc_cntra:1:0033:03:000:Infinite Lives PL2
pc_cntra:1:00AB:10:020:Rapid Fire 'ON' PL2
pc_cntra:1:00AB:10:041:Rapid Fire 'OFF' PL2
pc_cntra:1:00AE:01:001:Invincibility "ON" PL2
pc_cntra:1:00AF:01:001:Invincibility "OFF" PL2
pc_cntra:1:00AB:01:040:Always Normal Gun PL2
pc_cntra:1:00AB:02:540:Always Normal Gun PL2 (2/3)
pc_cntra:1:00AB:04:540:Always Normal Gun PL2 (3/3)
pc_cntra:1:00AB:01:020:Always Machine Gun PL2
pc_cntra:1:00AB:02:540:Always Machine Gun PL2 (2/3)
pc_cntra:1:00AB:04:540:Always Machine Gun PL2 (3/3)
pc_cntra:1:00AB:01:040:Always Fire ball PL2
pc_cntra:1:00AB:02:520:Always Fire ball PL2 (2/3)
pc_cntra:1:00AB:04:540:Always Fire ball PL2 (3/3)
pc_cntra:1:00AB:01:020:Always Spread fire PL2
pc_cntra:1:00AB:02:520:Always Spread fire PL2 (2/3)
pc_cntra:1:00AB:04:540:Always Spread fire PL2 (3/3)
pc_cntra:1:00AB:01:040:Always Laser PL2
pc_cntra:1:00AB:02:540:Always Laser PL2 (2/3)
pc_cntra:1:00AB:04:520:Always Laser PL2 (3/3)
pc_cntra:1:00AB:01:041:Get Normal Gun Now! PL2
pc_cntra:1:00AB:02:541:Get Normal Gun Now! PL2 (2/3)
pc_cntra:1:00AB:04:541:Get Normal Gun Now! PL2 (3/3)
pc_cntra:1:00AB:01:021:Get Machine Gun Now! PL2
pc_cntra:1:00AB:02:541:Get Machine Gun Now! PL2(2/3)
pc_cntra:1:00AB:04:541:Get Machine Gun Now! PL2(3/3)
pc_cntra:1:00AB:01:041:Get Fire ball Now! PL2
pc_cntra:1:00AB:02:521:Get Fire ball Now! PL2 (2/3)
pc_cntra:1:00AB:04:541:Get Fire ball Now! PL2 (3/3)
pc_cntra:1:00AB:01:021:Get Spread fire Now! PL2
pc_cntra:1:00AB:02:521:Get Spread fire Now! PL2(2/3)
pc_cntra:1:00AB:04:541:Get Spread fire Now! PL2(3/3)
pc_cntra:1:00AB:01:041:Get Laser Now! PL2
pc_cntra:1:00AB:02:541:Get Laser Now! PL2 (2/3)
pc_cntra:1:00AB:04:521:Get Laser Now! PL2 (3/3)
; [ PlayChoice-10: Captain Sky Hawk ]
pc_cshwk:0:80D2:99:000:Infinite Main Time
pc_cshwk:0:80D3:99:500:Infinite Main Time (2/2)
pc_cshwk:1:0002:03:000:Infinite Lives
pc_cshwk:1:0013:63:000:Infinite Bombs
; [ PlayChoice-10: Castlevania ]
pc_cvnia:0:80D2:99:000:Infinite Main Time
pc_cvnia:0:80D3:99:500:Infinite Main Time (2/2)
pc_cvnia:1:0042:99:000:Infinite Time
pc_cvnia:1:002A:63:000:Infinite Lives
pc_cvnia:1:0045:40:000:Infinite Energy
pc_cvnia:1:0071:63:000:Infinite Hearts
pc_cvnia:1:005B:30:000:Invincibility "ON"
pc_cvnia:1:005B:01:001:Invincibility "OFF"
pc_cvnia:1:015B:08:001:Get Dagger Now!
pc_cvnia:1:015B:09:001:Get Boomerang Now!
pc_cvnia:1:015B:0A:001:Get Holy Cross Now!
pc_cvnia:1:015B:0B:001:Get Holy Potion Now!
pc_cvnia:1:015B:0C:001:Get Axe1 Now!
pc_cvnia:1:015B:0D:001:Get Axe2 Now!
pc_cvnia:1:015B:0E:001:Get 1up Now!
pc_cvnia:1:015B:0F:001:Get Clock Now!
pc_cvnia:1:01A9:00:001:Drain all Boss Energy Now!
; [ PlayChoice-10: Double Dribble ]
pc_dbldr:0:80D2:99:000:Infinite Main Time
pc_dbldr:0:80D3:99:500:Infinite Main Time (2/2)
pc_dbldr:1:0057:59:000:Infinite Time
pc_dbldr:1:0058:00:001:Finish Period Now!
pc_dbldr:1:0057:01:501:Finish Period Now! (2/2)
pc_dbldr:1:07F4:10:000:Score always = 10 PL1
pc_dbldr:1:07F5:00:500:Score always = 10 PL1 (2/2)
pc_dbldr:1:07F4:00:000:Score always = 0 PL1
pc_dbldr:1:07F5:00:500:Score always = 0 PL1 (2/2)
pc_dbldr:1:07F4:10:001:Score = 10 Now! PL1
pc_dbldr:1:07F5:00:501:Score = 10 Now! PL1 (2/2)
pc_dbldr:1:07F4:00:001:Score = 0 Now! PL1
pc_dbldr:1:07F5:00:501:Score = 0 Now! PL1 (2/2)
pc_dbldr:1:07F8:10:000:Score always = 10 PL2
pc_dbldr:1:07F9:00:500:Score always = 10 PL2 (2/2)
pc_dbldr:1:07F8:00:000:Score always = 0 PL2
pc_dbldr:1:07F9:00:500:Score always = 0 PL2 (2/2)
pc_dbldr:1:07F8:10:001:Score = 10 Now! PL2
pc_dbldr:1:07F9:00:501:Score = 10 Now! PL2 (2/2)
pc_dbldr:1:07F8:00:001:Score = 0 Now! PL2
pc_dbldr:1:07F9:00:501:Score = 0 Now! PL2 (2/2)
; [ PlayChoice-10: Double Dragon ]
pc_ddrgn:0:80D2:99:000:Infinite Main Time
pc_ddrgn:0:80D3:99:500:Infinite Main Time (2/2)
pc_ddrgn:1:0043:03:999:[ Codes - Mode A ]
pc_ddrgn:1:0505:99:500:Infinite Time
pc_ddrgn:1:0043:03:000:Infinite Lives
pc_ddrgn:1:03B4:40:000:Infinite Energy
pc_ddrgn:1:0043:03:999:[ Codes - Mode B ]
pc_ddrgn:1:03B4:50:000:Infinite Energy PL1
pc_ddrgn:1:03B5:50:000:Infinite Energy PL2
; [ PlayChoice-10: Dr. Mario ]
pc_drmro:0:80D2:99:000:Infinite Main Time
pc_drmro:0:80D3:99:500:Infinite Main Time (2/2)
pc_drmro:1:0324:00:001:Finish this Level Now!
pc_drmro:1:0312:08:000:Pills do not fall!
pc_drmro:1:008A:00:500:Pills do not fall! (2/5)
pc_drmro:1:00A0:00:500:Pills do not fall! (3/5)
pc_drmro:1:030A:00:500:Pills do not fall! (4/5)
pc_drmro:1:0320:00:500:Pills do not fall! (5/5)
pc_drmro:1:008A:00:000:Pills drop at slowest speed
pc_drmro:1:00A0:00:500:Pills drop at slowest speed (2/4)
pc_drmro:1:030A:00:500:Pills drop at slowest speed (3/4)
pc_drmro:1:0320:00:500:Pills drop at slowest speed (4/4)
pc_drmro:1:031A:00:001:Get Yellow-Yellow Pill Next!
pc_drmro:1:031B:00:501:Get Yellow-Yellow Pill Next! (2/2)
pc_drmro:1:031A:00:001:Get Yellow-Red Pill Next!
pc_drmro:1:031B:01:501:Get Yellow-Red Pill Next! (2/2)
pc_drmro:1:031A:00:001:Get Yellow-Blue Pill Next!
pc_drmro:1:031B:02:501:Get Yellow-Blue Pill Next! (2/2)
pc_drmro:1:031A:01:001:Get Red-Red Pill Next!
pc_drmro:1:031B:01:501:Get Red-Red Pill Next! (2/2)
pc_drmro:1:031A:01:001:Get Red-Blue Pill Next!
pc_drmro:1:031B:02:501:Get Red-Blue Pill Next! (2/2)
pc_drmro:1:031A:02:001:Get Blue-Blue Pill Next!
pc_drmro:1:031B:02:501:Get Blue-Blue Pill Next! (2/2)
pc_drmro:1:031A:00:000:Always Yellow-Yellow Pill
pc_drmro:1:031B:00:500:Always Yellow-Yellow Pill (2/2)
pc_drmro:1:031A:00:000:Always Yellow-Red Pill
pc_drmro:1:031B:01:500:Always Yellow-Red Pill (2/2)
pc_drmro:1:031A:00:000:Always Yellow-Blue Pill
pc_drmro:1:031B:02:500:Always Yellow-Blue Pill (2/2)
pc_drmro:1:031A:01:000:Always Red-Red Pill
pc_drmro:1:031B:01:500:Always Red-Red Pill (2/2)
pc_drmro:1:031A:01:000:Always Red-Blue Pill
pc_drmro:1:031B:02:500:Always Red-Blue Pill (2/2)
pc_drmro:1:031A:02:000:Always Blue-Blue Pill
pc_drmro:1:031B:02:500:Always Blue-Blue Pill (2/2)
; [ PlayChoice-10: Duck Hunt ]
pc_duckh:0:80D2:99:000:Infinite Main Time
pc_duckh:0:80D3:99:500:Infinite Main Time (2/2)
pc_duckh:1:00BA:03:000:Infinite Shots
; [ PlayChoice-10: Excite Bike ]
pc_ebike:0:80D2:99:000:Infinite Main Time
pc_ebike:0:80D3:99:500:Infinite Main Time (2/2)
pc_ebike:1:0068:00:000:Infinite Time
pc_ebike:1:0069:00:500:Infinite Time (2/3)
pc_ebike:1:006A:00:500:Infinite Time (3/3)
pc_ebike:1:0BB6:08:000:No overheat
; [ PlayChoice-10: Uncle Fester's Quest - The Addams Family ]
pc_ftqst:0:80D2:99:000:Infinite Main Time
pc_ftqst:0:80D3:99:500:Infinite Main Time (2/2)
pc_ftqst:1:04F8:C0:000:Invincibility "ON"
pc_ftqst:1:04F8:01:001:Invincibility "OFF"
pc_ftqst:1:04E9:02:000:Infinite Energy
; [ PlayChoice-10: Gauntlet ]
pc_gntlt:0:80D2:99:000:Infinite Main Time
pc_gntlt:0:80D3:99:500:Infinite Main Time (2/2)
pc_gntlt:1:00B4:03:000:Infinite Energy PL1
pc_gntlt:1:00B2:E7:500:Infinite Energy PL1 (2/2)
pc_gntlt:1:00B5:03:000:Infinite Energy PL2
pc_gntlt:1:00B3:E7:500:Infinite Energy PL2 (2/2)
; [ PlayChoice-10: Golf ]
pc_golf:0:80D2:99:000:Infinite Main Time
pc_golf:0:80D3:99:500:Infinite Main Time (2/2)
pc_golf:1:002C:00:000:Infinite Strokes PL1
pc_golf:1:002D:00:000:Infinite Strokes PL2
; [ PlayChoice-10: The Goonies ]
pc_goons:0:80D2:99:000:Infinite Main Time
pc_goons:0:80D3:99:500:Infinite Main Time (2/2)
pc_goons:1:0090:99:000:Infinite Time
pc_goons:1:0046:03:000:Infinite Lives
pc_goons:1:00A0:17:000:Infinite Energy
pc_goons:1:00D0:02:000:Invincibility
pc_goons:1:05DD:02:500:Invincibility (2/3)
pc_goons:1:004B:9F:500:Invincibility (3/3)
pc_goons:1:05F3:01:020:Always have Bomb
pc_goons:1:05DF:03:000:Always have 3 Keys
pc_goons:1:05DF:03:001:Get 3 Keys Now!
pc_goons:1:05F2:32:000:Always Have Slingshot
pc_goons:1:05F2:32:001:Get Slingshot Now!
pc_goons:1:05D6:11:000:Maximum Rescues
; [ PlayChoice-10: Gradius ]
pc_grdus:0:80D2:99:000:Infinite Main Time
pc_grdus:0:80D3:99:500:Infinite Main Time (2/2)
pc_grdus:1:0020:63:000:Infinite Lives PL1
pc_grdus:1:0021:63:000:Infinite Lives PL2
pc_grdus:1:0046:05:000:Infinite Shields
pc_grdus:1:0040:FF:070:Select Speed Up Speed:Don't go to high!
pc_grdus:1:0040:0A:000:Always have a Good Speed Up
pc_grdus:1:0045:02:000:Always have Full Options
pc_grdus:1:0041:01:000:Always have Missile
pc_grdus:1:0044:01:000:Always have Laser:You can't have Double then
pc_grdus:1:0044:02:000:Always have Double:You can't have Laser then
pc_grdus:1:0040:0A:001:Get a Good Speed Up Now!
pc_grdus:1:0045:02:001:Get Full Options Now!
pc_grdus:1:0041:01:001:Get Missile Now!
pc_grdus:1:0044:01:001:Get Laser Now!:You can't have Double then
pc_grdus:1:0044:02:001:Get Double Now!:You can't have Laser then
pc_grdus:1:0041:00:001:Lose missiles Now!
pc_grdus:1:0044:00:001:Lose double/laser Now!
pc_grdus:1:0042:01:001:Light Up Speed Button Now!
pc_grdus:1:0042:02:001:Light Up Missile Button Now!
pc_grdus:1:0042:03:001:Light Up Double Button Now!
pc_grdus:1:0042:04:001:Light Up Laser Button Now!
pc_grdus:1:0042:05:001:Light Up Option Button Now!
pc_grdus:1:0042:06:001:Light Up ? Button Now!
pc_grdus:1:0042:00:001:No button lit Now!
; [ PlayChoice-10: Hogan's Alley ]
pc_hgaly:0:80D2:99:000:Infinite Main Time
pc_hgaly:0:80D3:99:500:Infinite Main Time (2/2)
pc_hgaly:1:00B3:00:000:Infinite Misses
pc_hgaly:1:007D:FF:001:Extend the time limit Now!:Only works on levels 1-5
; [ PlayChoice-10: Kung Fu ]
pc_kngfu:0:80D2:99:000:Infinite Main Time
pc_kngfu:0:80D3:99:500:Infinite Main Time (2/2)
pc_kngfu:1:005C:03:000:Infinite Lives PL1
pc_kngfu:1:005D:03:000:Infinite Lives PL2
pc_kngfu:1:04A6:30:000:Infinite Energy (F6):F6 at the end of level
pc_kngfu:1:0393:09:000:Infinite Time (F6):F6 at the end of level
; [ PlayChoice-10: Mario Bros. ]
pc_mario:0:80D2:99:000:Infinite Main Time
pc_mario:0:80D3:99:500:Infinite Main Time (2/2)
pc_mario:1:0070:03:000:Infinite POW
pc_mario:1:0048:03:000:Infinite Lives PL1
pc_mario:1:004C:03:000:Infinite Lives PL2
; [ PlayChoice-10: Mike Tyson's Punchout ]
pc_miket:0:80D2:99:000:Infinite Main Time
pc_miket:0:80D3:99:500:Infinite Main Time (2/2)
; [ PlayChoice-10: Mega Man 3 ]
pc_mman3:0:80D2:99:000:Infinite Main Time
pc_mman3:0:80D3:99:500:Infinite Main Time (2/2)
pc_mman3:1:00AE:03:000:Infinite Lives
pc_mman3:1:00A2:9C:000:Infinite Energy
pc_mman3:1:0039:3C:000:Invincibility "ON"
pc_mman3:1:0039:01:001:Invincibility "OFF"
; [ PlayChoice-10: Mario Open Golf ]
pc_moglf:0:80D2:99:000:Infinite Main Time
pc_moglf:0:80D3:99:500:Infinite Main Time (2/2)
pc_moglf:1:011F:00:000:Infinite Strokes PL1
pc_moglf:1:0120:00:000:Infinite Strokes PL2
; [ PlayChoice-10: Metroid ]
pc_mtoid:0:80D2:99:000:Infinite Main Time
pc_mtoid:0:80D3:99:500:Infinite Main Time (2/2)
pc_mtoid:1:0107:09:000:Infinite Energy
pc_mtoid:1:0106:90:500:Infinite Energy (2/2)
pc_mtoid:1:0070:02:000:Invincibility
; [ PlayChoice-10: Ninja Gaiden 2 ]
pc_ngai2:0:80D2:99:000:Infinite Main Time
pc_ngai2:0:80D3:99:500:Infinite Main Time (2/2)
pc_ngai2:1:00AB:09:000:Infinite Time
pc_ngai2:1:00B1:FA:500:Infinite Time (2/2)
pc_ngai2:1:00A5:09:000:Infinite Lives
pc_ngai2:1:0080:10:000:Infinite Energy
pc_ngai2:1:0068:02:000:Invincibility
; [ PlayChoice-10: Ninja Gaiden 3 ]
pc_ngai3:0:80D2:99:000:Infinite Main Time
pc_ngai3:0:80D3:99:500:Infinite Main Time (2/2)
pc_ngai3:1:00C7:09:000:Infinite Time
pc_ngai3:1:00C4:02:000:Infinite Lives
pc_ngai3:1:00A7:10:000:Infinite Energy
pc_ngai3:1:00AD:7F:000:Invincibility "ON"
pc_ngai3:1:00AD:01:001:Invincibility "OFF"
; [ PlayChoice-10: Ninja Gaiden ]
pc_ngaid:0:80D2:99:000:Infinite Main Time
pc_ngaid:0:80D3:99:500:Infinite Main Time (2/2)
pc_ngaid:1:0063:FA:000:Infinite Time
pc_ngaid:1:0076:03:000:Infinite Lives
pc_ngaid:1:0065:10:000:Infinite Energy
; [ PlayChoice-10: Power Blade ]
pc_pwbld:0:80D2:99:000:Infinite Main Time
pc_pwbld:0:80D3:99:500:Infinite Main Time (2/2)
pc_pwbld:1:0096:99:000:Infinite Time
pc_pwbld:1:0027:03:000:Infinite Lives
pc_pwbld:1:04AB:10:000:Infinite Energy
pc_pwbld:1:0569:3C:000:Invincibility "ON"
pc_pwbld:1:0569:01:001:Invincibility "OFF"
; [ PlayChoice-10: Pro Wrestling ]
pc_pwrst:0:80D2:99:000:Infinite Main Time
pc_pwrst:0:80D3:99:500:Infinite Main Time (2/2)
; [ PlayChoice-10: Rad Racer II ]
pc_radr2:0:80D2:99:000:Infinite Main Time
pc_radr2:0:80D3:99:500:Infinite Main Time (2/2)
pc_radr2:1:003D:1F:000:Infinite Time
; [ PlayChoice-10: Rad Racer ]
pc_radrc:0:80D2:99:000:Infinite Main Time
pc_radrc:0:80D3:99:500:Infinite Main Time (2/2)
pc_radrc:1:0062:FA:000:Infinite Time (F6):F6 at the end of level
; [ PlayChoice-10: RC Pro Am ]
pc_rcpam:0:80D2:99:000:Infinite Main Time
pc_rcpam:0:80D3:99:500:Infinite Main Time (2/2)
pc_rcpam:1:0459:63:000:Infinite Bombs
; [ PlayChoice-10: Rockin' Kats ]
pc_rkats:0:80D2:99:000:Infinite Main Time
pc_rkats:0:80D3:99:500:Infinite Main Time (2/2)
pc_rkats:1:041F:03:000:Infinite Lives
pc_rkats:1:0423:0A:000:Infinite Energy
pc_rkats:1:040E:27:000:Infinite Money
pc_rkats:1:040D:0F:500:Infinite Money (2/2)
pc_rkats:1:044E:4F:000:Invincibility "ON"
pc_rkats:1:044E:01:001:Invincibility "OFF"
; [ PlayChoice-10: Rush N' Attack ]
pc_rnatk:0:80D2:99:000:Infinite Main Time
pc_rnatk:0:80D3:99:500:Infinite Main Time (2/2)
pc_rnatk:1:0022:03:000:Infinite Lives PL1
pc_rnatk:1:051C:09:000:Infinite Ammo PL1:Get extra weapon first
pc_rnatk:1:051D:01:000:Extra weapon 'ON' PL1
pc_rnatk:1:051D:00:001:Extra weapon 'OFF' PL1
pc_rnatk:1:050C:20:000:Invincibility "ON" PL1
pc_rnatk:1:050C:01:001:Invincibility "OFF" PL1
pc_rnatk:1:0023:03:000:Infinite Lives PL2
pc_rnatk:1:053C:09:000:Infinite Ammo PL2:Get extra weapon first
pc_rnatk:1:053D:01:000:Extra weapon 'ON' PL2
pc_rnatk:1:053D:00:001:Extra weapon 'OFF' PL2
pc_rnatk:1:052C:20:000:Invincibility "ON" PL2
pc_rnatk:1:052C:01:001:Invincibility "OFF" PL2
; [ PlayChoice-10: Rescue Rangers ]
pc_rrngr:0:80D2:99:000:Infinite Main Time
pc_rrngr:0:80D3:99:500:Infinite Main Time (2/2)
; [ PlayChoice-10: Rygar ]
pc_rygar:0:80D2:99:000:Infinite Main Time
pc_rygar:0:80D3:99:500:Infinite Main Time (2/2)
pc_rygar:1:00CB:06:000:Infinite Energy
; [ PlayChoice-10: Solar Jetman ]
pc_sjetm:0:80D2:99:000:Infinite Main Time
pc_sjetm:0:80D3:99:500:Infinite Main Time (2/2)
pc_sjetm:1:003D:04:000:Infinite Ships
pc_sjetm:1:003E:04:000:Infinite Jetmen
pc_sjetm:1:00C7:E0:000:Infinite Fuel
pc_sjetm:1:00C9:E0:000:Infinite Weapon
; [ PlayChoice-10: Super Mario Bros. ]
pc_smb:0:80D2:99:000:Infinite Main Time
pc_smb:0:80D3:99:500:Infinite Main Time (2/2)
pc_smb:1:07FA:09:005:Infinite Time
pc_smb:1:075A:03:000:Infinite Lives
pc_smb:1:079E:08:000:Invincibility
pc_smb:1:0704:01:000:Always be a swimmer:Very HANDY indeed ;-)
pc_smb:1:0704:00:000:Always be a walker
pc_smb:1:0704:01:001:Become a swimmer Now!
pc_smb:1:0704:00:001:Become a walker Now!
pc_smb:1:0754:01:000:Always be Small
pc_smb:1:0756:00:500:Always be Small (2/2)
pc_smb:1:0754:00:000:Always be Big
pc_smb:1:0756:01:500:Always be Big (2/2)
pc_smb:1:0754:00:000:Always have Firepower
pc_smb:1:0756:02:500:Always have Firepower (2/2)
pc_smb:1:0754:01:001:Become Small Now!
pc_smb:1:0756:00:501:Become Small Now! (2/2)
pc_smb:1:0754:00:001:Become Big Now!
pc_smb:1:0756:01:501:Become Big Now! (2/2)
pc_smb:1:0754:00:001:Get Firepower Now!
pc_smb:1:0756:02:501:Get Firepower Now! (2/2)
; [ PlayChoice-10: Super Mario Bros. 2 ]
pc_smb2:0:80D2:99:000:Infinite Main Time
pc_smb2:0:80D3:99:500:Infinite Main Time (2/2)
pc_smb2:1:04ED:03:000:Infinite Lives
pc_smb2:1:0085:7F:000:Invincibility "ON"
pc_smb2:1:0085:01:001:Invincibility "OFF"
; [ PlayChoice-10: Super Mario Bros. 3 ]
pc_smb3:0:80D2:99:000:Infinite Main Time
pc_smb3:0:80D3:99:500:Infinite Main Time (2/2)
pc_smb3:1:05F0:09:000:Infinite Time (F6):F6 at the end of level
pc_smb3:1:0552:71:000:Invincibility "ON"
pc_smb3:1:0552:01:001:Invincibility "OFF"
pc_smb3:1:0736:03:000:Infinite Lives PL1
pc_smb3:1:0737:03:000:Infinite Lives PL2
pc_smb3:1:0000:00:999:[ M = Mario - L = Luigi ]
pc_smb3:1:00ED:00:000:M and L always Small
pc_smb3:1:00ED:01:000:M and L always Big
pc_smb3:1:00ED:02:000:M and L always Fireballs
pc_smb3:1:00ED:03:000:M and L always With tail
pc_smb3:1:00ED:00:001:M and L = Small Now!
pc_smb3:1:00ED:01:001:M and L = Big Now!
pc_smb3:1:00ED:02:001:M and L = Fireballs Now!
pc_smb3:1:00ED:03:001:M and L = With tail Now!
; [ PlayChoice-10: Super C ]
pc_suprc:0:80D2:99:000:Infinite Main Time
pc_suprc:0:80D3:99:500:Infinite Main Time (2/2)
pc_suprc:1:0053:03:000:Infinite Lives PL1
pc_suprc:1:00B8:80:020:Rapid Fire "ON" PL1
pc_suprc:1:00B8:80:041:Rapid Fire "OFF" PL1
pc_suprc:1:00C4:7F:000:Invincibility "ON" PL1
pc_suprc:1:00C4:01:001:Invincibility "OFF" PL1
pc_suprc:1:00B8:01:040:Always Normal Gun PL1
pc_suprc:1:00B8:02:540:Always Normal Gun PL1 (2/3)
pc_suprc:1:00B8:04:540:Always Normal Gun PL1 (3/3)
pc_suprc:1:00B8:01:020:Always Machine Gun PL1
pc_suprc:1:00B8:02:540:Always Machine Gun PL1 (2/3)
pc_suprc:1:00B8:04:540:Always Machine Gun PL1 (3/3)
pc_suprc:1:00B8:01:040:Always Fire Ball PL1
pc_suprc:1:00B8:02:520:Always Fire Ball PL1 (2/3)
pc_suprc:1:00B8:04:540:Always Fire Ball PL1 (3/3)
pc_suprc:1:00B8:01:020:Always Spread Fire PL1
pc_suprc:1:00B8:02:520:Always Spread Fire PL1 (2/3)
pc_suprc:1:00B8:04:540:Always Spread Fire PL1 (3/3)
pc_suprc:1:00B8:01:040:Always Laser PL1
pc_suprc:1:00B8:02:540:Always Laser PL1 (2/3)
pc_suprc:1:00B8:04:520:Always Laser PL1 (3/3)
pc_suprc:1:00B8:01:041:Get Normal Gun Now! PL1
pc_suprc:1:00B8:02:541:Get Normal Gun Now! PL1 (2/3)
pc_suprc:1:00B8:04:541:Get Normal Gun Now! PL1 (3/3)
pc_suprc:1:00B8:01:021:Get Machine Gun Now! PL1
pc_suprc:1:00B8:02:541:Get Machine Gun Now! PL1(2/3)
pc_suprc:1:00B8:04:541:Get Machine Gun Now! PL1(3/3)
pc_suprc:1:00B8:01:041:Get Fire Ball Now! PL1
pc_suprc:1:00B8:02:521:Get Fire Ball Now! PL1 (2/3)
pc_suprc:1:00B8:04:541:Get Fire Ball Now! PL1 (3/3)
pc_suprc:1:00B8:01:021:Get Spread Fire Now! PL1
pc_suprc:1:00B8:02:521:Get Spread Fire Now! PL1(2/3)
pc_suprc:1:00B8:04:541:Get Spread Fire Now! PL1(3/3)
pc_suprc:1:00B8:01:041:Get Laser Now! PL1
pc_suprc:1:00B8:02:541:Get Laser Now! PL1 (2/3)
pc_suprc:1:00B8:04:521:Get Laser Now! PL1 (3/3)
pc_suprc:1:0054:03:000:Infinite Lives PL2
pc_suprc:1:00B9:80:020:Rapid Fire "ON" PL2
pc_suprc:1:00B9:80:041:Rapid Fire "OFF" PL2
pc_suprc:1:00C5:7F:000:Invincibility "ON" PL2
pc_suprc:1:00C5:01:001:Invincibility "OFF" PL2
pc_suprc:1:00B9:01:040:Always Normal Gun PL2
pc_suprc:1:00B9:02:540:Always Normal Gun PL2 (2/3)
pc_suprc:1:00B9:04:540:Always Normal Gun PL2 (3/3)
pc_suprc:1:00B9:01:020:Always Machine Gun PL2
pc_suprc:1:00B9:02:540:Always Machine Gun PL2 (2/3)
pc_suprc:1:00B9:04:540:Always Machine Gun PL2 (3/3)
pc_suprc:1:00B9:01:040:Always Fire Ball PL2
pc_suprc:1:00B9:02:520:Always Fire Ball PL2 (2/3)
pc_suprc:1:00B9:04:540:Always Fire Ball PL2 (3/3)
pc_suprc:1:00B9:01:020:Always Spread Fire PL2
pc_suprc:1:00B9:02:520:Always Spread Fire PL2 (2/3)
pc_suprc:1:00B9:04:540:Always Spread Fire PL2 (3/3)
pc_suprc:1:00B9:01:040:Always Laser PL2
pc_suprc:1:00B9:02:540:Always Laser PL2 (2/3)
pc_suprc:1:00B9:04:520:Always Laser PL2 (3/3)
pc_suprc:1:00B9:01:041:Get Normal Gun Now! PL2
pc_suprc:1:00B9:02:541:Get Normal Gun Now! PL2 (2/3)
pc_suprc:1:00B9:04:541:Get Normal Gun Now! PL2 (3/3)
pc_suprc:1:00B9:01:021:Get Machine Gun Now! PL2
pc_suprc:1:00B9:02:541:Get Machine Gun Now! PL2(2/3)
pc_suprc:1:00B9:04:541:Get Machine Gun Now! PL2(3/3)
pc_suprc:1:00B9:01:041:Get Fire Ball Now! PL2
pc_suprc:1:00B9:02:521:Get Fire Ball Now! PL2 (2/3)
pc_suprc:1:00B9:04:541:Get Fire Ball Now! PL2 (3/3)
pc_suprc:1:00B9:01:021:Get Spread Fire Now! PL2
pc_suprc:1:00B9:02:521:Get Spread Fire Now! PL2(2/3)
pc_suprc:1:00B9:04:541:Get Spread Fire Now! PL2(3/3)
pc_suprc:1:00B9:01:041:Get Laser Now! PL2
pc_suprc:1:00B9:02:541:Get Laser Now! PL2 (2/3)
pc_suprc:1:00B9:04:521:Get Laser Now! PL2 (3/3)
; [ PlayChoice-10: Tecmo Bowl ]
pc_tbowl:0:80D2:99:000:Infinite Main Time
pc_tbowl:0:80D3:99:500:Infinite Main Time (2/2)
pc_tbowl:1:008A:59:000:Infinite Game Time
pc_tbowl:1:008B:09:500:Infinite Game Time (2/2)
pc_tbowl:1:008A:00:001:Finish this Quarter Now!
pc_tbowl:1:008B:00:501:Finish this Quarter Now! (2/2)
pc_tbowl:1:008E:00:000:Always on the First Down
pc_tbowl:1:008E:00:001:Make this the First Down Now!
pc_tbowl:1:008E:03:001:Make this the Fourth Down Now!
pc_tbowl:1:0043:00:000:Score always = 0 PL1
pc_tbowl:1:0043:99:000:Score always = 99 PL1
pc_tbowl:1:0043:00:001:Score = 0 Now! PL1
pc_tbowl:1:0043:50:001:Score = 50 Now! PL1
pc_tbowl:1:0043:99:073:Select Score PL1
pc_tbowl:1:0048:00:000:Score always = 0 PL2
pc_tbowl:1:0048:99:000:Score always = 99 PL2
pc_tbowl:1:0048:00:001:Score = 0 Now! PL2
pc_tbowl:1:0048:50:001:Score = 50 Now! PL2
pc_tbowl:1:0048:99:073:Select Score PL2
; [ PlayChoice-10: Tennis ]
pc_tenis:0:80D2:99:000:Infinite Main Time
pc_tenis:0:80D3:99:500:Infinite Main Time (2/2)
; [ PlayChoice-10: Track & Field ]
pc_tkfld:0:80D2:99:000:Infinite Main Time
pc_tkfld:0:80D3:99:500:Infinite Main Time (2/2)
; [ PlayChoice-10: Teenage Mutant Ninja Turtles ]
pc_tmnt:0:80D2:99:000:Infinite Main Time
pc_tmnt:0:80D3:99:500:Infinite Main Time (2/2)
pc_tmnt:1:0077:80:000:Infinite Energy - Leonardo
pc_tmnt:1:0078:80:000:Infinite Energy - Raphael
pc_tmnt:1:0079:80:000:Infinite Energy - Michangelo
pc_tmnt:1:007A:80:000:Infinite Energy - Donatello
; [ PlayChoice-10: Teenage mutant Ninja Turtles 2 ]
pc_tmnt2:0:80D2:99:000:Infinite Main Time
pc_tmnt2:0:80D3:99:500:Infinite Main Time (2/2)
pc_tmnt2:1:004D:03:000:Infinite Lives PL1
pc_tmnt2:1:0568:3C:000:Infinite Energy PL1
pc_tmnt2:1:0093:48:000:Invincibility "ON" PL1
pc_tmnt2:1:0093:01:001:Invincibility "OFF" PL1
pc_tmnt2:1:004E:03:000:Infinite Lives PL2
pc_tmnt2:1:056A:3C:000:Infinite Energy PL2
pc_tmnt2:1:0094:30:000:Invincibility "ON" PL2
pc_tmnt2:1:0094:01:001:Invincibility "OFF" PL2
; [ PlayChoice-10: Trojan ]
pc_trjan:0:80D2:99:000:Infinite Main Time
pc_trjan:0:80D3:99:500:Infinite Main Time (2/2)
pc_trjan:0:0000:00:999:[These cheats are for a Normal Game]
pc_trjan:1:0332:09:000:Infinite Time
pc_trjan:1:0333:09:500:Infinite Time (2/3)
pc_trjan:1:0334:09:500:Infinite Time (3/3)
pc_trjan:1:03D0:99:000:Infinite Lives
pc_trjan:1:0335:08:000:Infinite Energy
pc_trjan:0:0000:00:999:[These cheats are for a VS Game ]
pc_trjan:1:0335:08:000:Infinite Energy PL1
pc_trjan:1:060F:08:500:Infinite Energy PL1 (2/2)
pc_trjan:1:0335:00:001:Drain All Energy Now! PL1
pc_trjan:1:060F:00:501:Drain All Energy Now! PL1 (2/2)
pc_trjan:1:0336:08:000:Infinite Energy PL2
pc_trjan:1:062F:08:500:Infinite Energy PL2 (2/2)
pc_trjan:1:0336:00:001:Drain All Energy Now! PL2
pc_trjan:1:062F:00:501:Drain All Energy Now! PL2 (2/2)
; [ PlayChoice-10: Volley ball ]
pc_vball:0:80D2:99:000:Infinite Main Time
pc_vball:0:80D3:99:500:Infinite Main Time (2/2)
; [ PlayChoice-10: Nintendo World Cup ]
pc_wcup:0:80D2:99:000:Infinite Main Time
pc_wcup:0:80D3:99:500:Infinite Main Time (2/2)
pc_wcup:1:051A:59:000:Infinite Time
pc_wcup:1:051B:00:001:Finish Half Now!
pc_wcup:1:051A:01:501:Finish Half Now! (2/2)
; [ PlayChoice-10: Wild Gunman ]
pc_wgnmn:0:80D2:99:000:Infinite Main Time
pc_wgnmn:0:80D3:99:500:Infinite Main Time (2/2)
pc_wgnmn:1:00C3:03:000:Infinite Lives
pc_wgnmn:1:0097:0F:000:Infinite Bullets
; [ PlayChoice-10: Yo! Noid ]
pc_ynoid:0:80D2:99:000:Infinite Main Time
pc_ynoid:0:80D3:99:500:Infinite Main Time (2/2)
pc_ynoid:1:04B2:33:000:Infinite Lives
pc_ynoid:1:04B5:43:500:Infinite Lives (2/2)
pc_ynoid:1:07D3:39:000:Infinite Time
pc_ynoid:1:07D7:49:500:Infinite Time (2/2)
; [ Pocket Gal (Japan) ]
pcktgal:0:008A:03:000:Infinite Lives
pcktgal:0:04F1:6E:000:Infinite Time
pcktgal:0:04FA:6E:000:Infinite Bonus Time
pcktgal:0:0098:64:000:Infinite Champ Level
; [ Pocket Gal 2 (World?) ]
pcktgal2:0:008A:03:000:Infinite Lives
pcktgal2:0:04F1:6E:000:Infinite Time
pcktgal2:0:04FA:6E:000:Infinite Bonus Time
pcktgal2:0:0098:64:000:Infinite Champ Level
; [ Pocket Gal (bootleg) ]
pcktgalb:0:008A:03:000:Infinite Lives
pcktgalb:0:04F1:6E:000:Infinite Time
pcktgalb:0:04FA:6E:000:Infinite Bonus Time
pcktgalb:0:0098:64:000:Infinite Champ Level
; [ Peek-a-Boo! ]
peekaboo:0:1F02E7:09:000:Infinite Lives PL1
peekaboo:0:1F02E9:09:000:Infinite Lives PL2
peekaboo:0:1F30AD:00:000:Always Slow Ball
peekaboo:0:1F1001:00:998:Watch number of Tiles
peekaboo:0:1F3089:02:001:Get Catch Now!
peekaboo:0:1F3089:05:001:Get Hyperball Now!
peekaboo:0:1F3089:02:000:Always Catch
peekaboo:0:1F3089:05:000:Always Hyperball
peekaboo:0:1F80D1:00:998:Watch Bonus Effect
peekaboo:0:1F807F:00:998:Watch Bonus Letter
peekaboo:0:1F30D1:01:005:Every Bonus is Extend
peekaboo:0:1F807F:52:505:Every Bonus is Extend (2/2)
peekaboo:0:1F30D1:02:005:Every Bonus is Catch
peekaboo:0:1F807F:51:505:Every Bonus is Catch (2/2)
peekaboo:0:1F30D1:03:005:Every Bonus is Laser
peekaboo:0:1F807F:4D:505:Every Bonus is Laser (2/2)
peekaboo:0:1F30D1:04:005:Every Bonus is Multi
peekaboo:0:1F807F:50:505:Every Bonus is Multi (2/2)
peekaboo:0:1F30D1:05:005:Every Bonus is Hyper
peekaboo:0:1F807F:4F:505:Every Bonus is Hyper (2/2)
peekaboo:0:1F30D1:06:005:Every Bonus is Speed
peekaboo:0:1F807F:4E:505:Every Bonus is Speed (2/2)
peekaboo:0:1F30D1:07:005:Every Bonus is Find
peekaboo:0:1F807F:53:505:Every Bonus is Find (2/2)
peekaboo:0:1F30D1:08:005:Every Bonus is Bombs
peekaboo:0:1F807F:54:505:Every Bonus is Bombs (2/2)
peekaboo:0:1F30D1:09:005:Every Bonus is 1UP
peekaboo:0:1F807F:56:505:Every Bonus is 1UP (2/2)
peekaboo:0:1F30D1:0A:005:Every Bonus=Finish Level
peekaboo:0:1F807F:55:505:Every Bonus=Finish Level(2/2)
;Not a slideshow but still rather easy, particulary if you combine the Infinite
;Lives, Slow Ball and Bonus Finish Level cheats.
;Open issues:
;- catch every bonus OR catch the ball always - would need a cheat type capable
; of reading the value at one location (found) and write it at another one,
; this could be used for several other games, too... cheat engine enhancement
; anyone?
;- Bigger Ball. There are a couple of locations easily found with contain 0,1
; or 2 (the three sizes), but patching those won't do a thing... where's the
; trigger ?
;- Finish Level Now!. There's a counter with the exact number of tiles
; remaining, however it seems to be a copy of something else yet to find since
; patching it won't do a thing, it becomes reset immediately.
; [ Nozokimeguri Mahjong Peep Show (Japan) ]
peepshow:0:0000:00:999:[The winning hand cheat must]
peepshow:0:0000:00:999:[be activated when there are]
peepshow:0:0000:00:999:[14 tiles in your hand, then]
peepshow:0:0000:00:999:[press the RON key . ]
peepshow:0:0000:00:999:[('Z' by default). The tiles]
peepshow:0:0000:00:999:[do not visually change ]
peepshow:0:0000:00:999:[until you make a move. ]
peepshow:0:FC8C:31:001:Get winning hand Now!
peepshow:0:FC8D:31:501:Get winning hand Now! (02/14)
peepshow:0:FC8E:31:501:Get winning hand Now! (03/14)
peepshow:0:FC8F:32:501:Get winning hand Now! (04/14)
peepshow:0:FC90:32:501:Get winning hand Now! (05/14)
peepshow:0:FC91:32:501:Get winning hand Now! (06/14)
peepshow:0:FC92:33:501:Get winning hand Now! (07/14)
peepshow:0:FC93:33:501:Get winning hand Now! (08/14)
peepshow:0:FC94:33:501:Get winning hand Now! (09/14)
peepshow:0:FC95:34:501:Get winning hand Now! (10/14)
peepshow:0:FC96:34:501:Get winning hand Now! (11/14)
peepshow:0:FC97:34:501:Get winning hand Now! (12/14)
peepshow:0:FC98:35:501:Get winning hand Now! (13/14)
peepshow:0:FC99:35:501:Get winning hand Now! (14/14)
peepshow:0:FC8C:31:000:Always winning hand
peepshow:0:FC8D:31:500:Always winning hand (02/14)
peepshow:0:FC8E:31:500:Always winning hand (03/14)
peepshow:0:FC8F:32:500:Always winning hand (04/14)
peepshow:0:FC90:32:500:Always winning hand (05/14)
peepshow:0:FC91:32:500:Always winning hand (06/14)
peepshow:0:FC92:33:500:Always winning hand (07/14)
peepshow:0:FC93:33:500:Always winning hand (08/14)
peepshow:0:FC94:33:500:Always winning hand (09/14)
peepshow:0:FC95:34:500:Always winning hand (10/14)
peepshow:0:FC96:34:500:Always winning hand (11/14)
peepshow:0:FC97:34:500:Always winning hand (12/14)
peepshow:0:FC98:35:500:Always winning hand (13/14)
peepshow:0:FC99:35:500:Always winning hand (14/14)
; [ Peggle (Joystick) ]
peggle:0:2B36:FF:000:Infinite Credits
peggle:0:30F1:63:000:Infinite Time
; [ Peggle (Trackball) ]
pegglet:0:2B36:FF:000:Infinite Credits
pegglet:0:30EE:63:000:Infinite Time
; [ Pengo (set 1) ]
pengo:0:8814:05:000:Infinite Lives PL1
pengo:0:8815:05:000:Infinite Lives PL2
pengo:0:8D1F:04:000:Always Stone Monster 1
pengo:0:8D3F:04:000:Always Stone Monster 2
pengo:0:8D5F:04:000:Always Stone Monster 3
pengo:0:8D1F:04:001:Stone Monster 1 Now!
pengo:0:8D3F:04:001:Stone Monster 2 Now!
pengo:0:8D5F:04:001:Stone Monster 3 Now!
; [ Pengo (set 2) ]
pengo2:0:8814:05:000:Infinite Lives PL1
pengo2:0:8815:05:000:Infinite Lives PL2
pengo2:0:8D1F:04:000:Always Stone Monster 1
pengo2:0:8D3F:04:000:Always Stone Monster 2
pengo2:0:8D5F:04:000:Always Stone Monster 3
pengo2:0:8D1F:04:001:Stone Monster 1 Now!
pengo2:0:8D3F:04:001:Stone Monster 2 Now!
pengo2:0:8D5F:04:001:Stone Monster 3 Now!
; [ Pengo (set 2 not encrypted) ]
pengo2u:0:8814:05:000:Infinite Lives PL1
pengo2u:0:8815:05:000:Infinite Lives PL2
pengo2u:0:8D1F:04:000:Always Stone Monster 1
pengo2u:0:8D3F:04:000:Always Stone Monster 2
pengo2u:0:8D5F:04:000:Always Stone Monster 3
pengo2u:0:8D1F:04:001:Stone Monster 1 Now!
pengo2u:0:8D3F:04:001:Stone Monster 2 Now!
pengo2u:0:8D5F:04:001:Stone Monster 3 Now!
; [ Penta ]
penta:0:8814:05:000:Infinite Lives PL1
penta:0:8815:05:000:Infinite Lives PL2
penta:0:8D1F:04:000:Always Stone Monster 1
penta:0:8D3F:04:000:Always Stone Monster 2
penta:0:8D5F:04:000:Always Stone Monster 3
penta:0:8D1F:04:001:Stone Monster 1 Now!
penta:0:8D3F:04:001:Stone Monster 2 Now!
penta:0:8D5F:04:001:Stone Monster 3 Now!
; [ Pepper II ]
pepper2:0:0052:09:000:Infinite Lives PL1
pepper2:0:0053:09:000:Infinite Lives PL2
pepper2:0:0083:01:000:Invincibility
pepper2:0:00AF:01:000:No Darkness
; [ Percussor, The ]
percuss:0:587E:2F:000:Infinite Fuel
percuss:0:5822:63:000:Infinite Lives PL1
percuss:0:5823:63:000:Infinite Lives PL2
; [ Performan (Japan) ]
perfrman:0:8803:63:000:Infinite Credits
perfrman:0:8056:0A:000:Infinite Lives
perfrman:0:1843:18:100:Invincibility
; [ Performan (US) ]
perfrmau:0:8803:63:000:Infinite Credits
perfrmau:0:8056:0A:000:Infinite Lives
perfrmau:0:1843:18:100:Invincibility
; [ Peter Pack-Rat ]
peterpak:0:4010E0:06:000:Infinite Lives PL1
peterpak:0:40113A:06:000:Infinite Lives PL2
peterpak:0:4011E7:FF:000:Infinite Time
peterpak:0:401FF5:19:000:Infinite Credits
; [ Powered Gear: Strategic Variant Armor Equipment (Japan 941024) ]
pgear:0:FF1E67:00:000:Infinite Time
pgear:0:FF81D0:06:001:Go to Final Stage Now!
pgear:0:FF96E3:04:000:Infinite Lives PL1
pgear:0:FF95DD:50:000:Infinite Energy PL1
pgear:0:FF9657:FE:000:Invincibility PL1
pgear:0:FF95FA:01:000:Infinite Bullets PL1
pgear:0:FF98A3:04:000:Infinite Lives PL2
pgear:0:FF979D:50:000:Infinite Energy PL2
pgear:0:FF9817:FE:000:Invincibility PL2
pgear:0:FF97BA:01:000:Infinite Bullets PL2
pgear:0:FF9A63:04:000:Infinite Lives PL3
pgear:0:FF995D:50:000:Infinite Energy PL3
pgear:0:FF99D7:FE:000:Invincibility PL3
pgear:0:FF997A:05:000:Infinite Bullets PL3
; [ Powered Gear: Strategic Variant Armor Equipment (Japan 940916) ]
pgearr1:0:FF1E67:00:000:Infinite Time
pgearr1:0:FF96E3:04:000:Infinite Lives PL1
pgearr1:0:FF95DD:50:000:Infinite Energy PL1
pgearr1:0:FF9657:FE:000:Invincibility PL1
pgearr1:0:FF95FA:01:000:Infinite Bullets PL1
pgearr1:0:FF98A3:04:000:Infinite Lives PL2
pgearr1:0:FF979D:50:000:Infinite Energy PL2
pgearr1:0:FF9817:FE:000:Invincibility PL2
pgearr1:0:FF97BA:01:000:Infinite Bullets PL2
pgearr1:0:FF9A63:04:000:Infinite Lives PL3
pgearr1:0:FF995D:50:000:Infinite Energy PL3
pgearr1:0:FF99D7:FE:000:Invincibility PL3
pgearr1:0:FF997A:05:000:Infinite Bullets PL3
; [ Pleasure Goal / Futsal - 5 on 5 Mini Soccer ]
pgoal:0:104C28:6F:000:Infinite Normal Time
pgoal:0:104C28:00:001:Go into Injury Time Now!
pgoal:0:1069C9:63:070:Select Score PL1
pgoal:0:1069CB:63:070:Select Score PL2
; [ Phantasm (Japan) ]
phantasm:0:FF9E51:C8:000:Infinite Ghost Energy
phantasm:0:FF9E53:C8:500:Infinite Ghost Energy (2/3)
phantasm:0:FFFFBF:C8:500:Infinite Ghost Energy (3/3)
phantasm:0:FF9F2D:64:000:Infinite Player Energy
phantasm:0:FF9F2D:01:001:Drain All Player Energy Now!:Get hit to be Ghost
phantasm:0:FF9ED6:80:000:Invincibility
phantasm:0:FFE835:01:001:Next Shot Kills Boss Now!
; [ Phantom II ]
phantom2:0:20AA:99:000:Infinite Time
phantom2:0:2157:00:000:Don't Count Deaths
; [ Phelios (Japan) ]
phelios:0:1006C4:03:000:Infinite Lives
phelios:0:1006CD:03:000:Infinite Life
phelios:0:1006F5:8C:000:Max Weapon Shot
phelios:0:1006E6:04:000:Max Orbs
phelios:0:1006DE:99:070:Level Select - NEEDS WORK!!
phelios:0:10FE66:02:000:Sound Test Timer Stop:Works for all Namco Sys 2
; [ Phoenix (Amstar) ]
phoenix:0:4390:09:000:Infinite Lives
phoenix:0:43A6:DD:000:Never have shields
phoenix:0:43A6:00:003:Shield Always Ready
phoenix:0:43C0:84:000:Infinite Shields
phoenix:0:0CC4:C9:100:Invincibility
; [ Phoenix (T.P.N.) ]
phoenix3:0:4390:09:000:Infinite Lives
phoenix3:0:43A6:DD:000:Never have shields
phoenix3:0:43A6:00:003:Shield Always Ready
phoenix3:0:43C0:84:000:Infinite Shields
phoenix3:0:0CC4:C9:100:Invincibility
; [ Phoenix (Centuri) ]
phoenixa:0:4390:09:000:Infinite Lives
phoenixa:0:43A6:DD:000:Never have shields
phoenixa:0:43A6:00:003:Shield Always Ready
phoenixa:0:43C0:84:000:Infinite Shields
phoenixa:0:0CC4:C9:100:Invincibility
; [ Phoenix (IRECSA, G.G.I Corp) ]
phoenixc:0:4390:09:000:Infinite Lives
phoenixc:0:43A6:DD:000:Never have shields
phoenixc:0:43A6:00:003:Shield Always Ready
phoenixc:0:43C0:84:000:Infinite Shields
phoenixc:0:0CC4:C9:100:Invincibility
; [ Phoenix (Taito) ]
phoenixt:0:4390:09:000:Infinite Lives
phoenixt:0:43A6:DD:000:Never have shields
phoenixt:0:43A6:00:003:Shield Always Ready
phoenixt:0:43C0:84:000:Infinite Shields
phoenixt:0:0CC4:C9:100:Invincibility
; [ Phozon ]
phozon:0:1000:06:000:Infinite Lives
phozon:0:1830:88:000:Invincibility
phozon:0:1831:21:500:Invincibility (2/7)
phozon:0:1833:81:500:Invincibility (3/7)
phozon:0:1834:87:500:Invincibility (4/7)
phozon:0:1835:CA:500:Invincibility (5/7)
phozon:0:1836:8A:500:Invincibility (6/7)
phozon:0:1837:5D:500:Invincibility (7/7)
; [ Pickin' ]
pickin:0:71F7:99:000:Infinite Bonus
; [ Pig Newton (version C) ]
pignewt:0:CF20:05:000:Infinite Lives PL1
pignewt:0:CF27:05:000:Infinite Lives PL2
; [ Pig Newton (version A) ]
pignewta:0:CF21:05:000:Infinite Lives PL1
pignewta:0:CF28:05:000:Infinite Lives PL2
; [ Pigout ]
pigout:0:E056:13:000:Infinite Credits
pigout:0:E3B8:08:000:Infinite Lives PL1
pigout:0:E3BD:02:000:Invincibility PL1
pigout:0:E318:08:000:Infinite Lives PL2
pigout:0:E31D:02:000:Invincibility PL2
pigout:0:E368:08:000:Infinite Lives PL3
pigout:0:E36D:02:000:Invincibility PL3
; [ Pigout (alternate) ]
pigouta:0:E056:13:000:Infinite Credits
pigouta:0:E3B8:08:000:Infinite Lives PL1
pigouta:0:E3BD:02:000:Invincibility PL1
pigouta:0:E318:08:000:Infinite Lives PL2
pigouta:0:E31D:02:000:Invincibility PL2
pigouta:0:E368:08:000:Infinite Lives PL3
pigouta:0:E36D:02:000:Invincibility PL3
; [ Pigskin 621AD ]
pigskin:0:14263F:99:073:Select Score 0-99 PL1
pigskin:0:14263E:09:073:Select Score 100-900 PL1
pigskin:0:142641:99:073:Select Score 0-99 PL2
pigskin:0:142640:09:073:Select Score 100-900 PL2
pigskin:0:142821:FF:000:Infinite Period Time
pigskin:0:142821:00:001:Set Period Time =0 Now!
; [ Pinbo ]
pinbo:0:00D0:03:000:Infinite Balls
; [ Pinbo (Strike) ]
pinbos:0:00D0:03:000:Infinite Balls
; [ Ping Pong ]
pingpong:0:94A9:07:000:Infinite Service Time
pingpong:0:9192:15:001:Win game on next ball PL1
pingpong:0:9192:00:000:Score always = 0 PL1
pingpong:0:9192:00:001:Set score = 0 Now! PL1
pingpong:0:9192:15:073:Select score PL1
pingpong:0:9193:15:001:Win game on next ball PL2
pingpong:0:9193:00:000:Score always = 0 PL2
pingpong:0:9193:00:001:Set score = 0 Now! PL2
pingpong:0:9193:15:073:Select score PL2
pingpong:0:9190:FF:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Pipe Dream (US) ]
pipedrm:0:8603:09:000:Infinite Credits
pipedrm:0:9468:01:000:Stop water from flowing
pipedrm:0:865A:04:000:Infinite Lives
pipedrm:0:863D:32:071:Select Round
pipedrm:0:0000:00:999:### These PL1 Cheats are for a solo player! ###
pipedrm:0:80AF:01:000:Always have a Horizontal Pipe PL1
pipedrm:0:80AF:02:000:Always have a Horizontal(Right Arrow) Pipe PL1
pipedrm:0:80AF:03:000:Always have a Horizontal(Left Arrow) Pipe PL1
pipedrm:0:80AF:04:000:Always have a Vertical Pipe PL1
pipedrm:0:80AF:05:000:Always have a Vertical(Up Arrow) Pipe PL1
pipedrm:0:80AF:06:000:Always have a Vertical(Down Arrow) Pipe PL1
pipedrm:0:80AF:07:000:Always have a Top & Left Pipe PL1
pipedrm:0:80AF:08:000:Always have a Top & Left(Up Arrow) Pipe PL1
pipedrm:0:80AF:09:000:Always have a Top & Left(Down Arrow) Pipe PL1
pipedrm:0:80AF:0A:000:Always have a Top & Right Pipe PL1
pipedrm:0:80AF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL1
pipedrm:0:80AF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL1
pipedrm:0:80AF:0D:000:Always have a Bottom & Right Pipe PL1
pipedrm:0:80AF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL1
pipedrm:0:80AF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL1
pipedrm:0:80AF:10:000:Always have a Bottom & Left Pipe PL1
pipedrm:0:80AF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL1
pipedrm:0:80AF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL1
pipedrm:0:80AF:13:000:Always have a Cross Pipe PL1
pipedrm:0:80AF:01:001:Get a Horizontal Pipe Now! PL1
pipedrm:0:80AF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL1
pipedrm:0:80AF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL1
pipedrm:0:80AF:04:001:Get a Vertical Pipe Now! PL1
pipedrm:0:80AF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL1
pipedrm:0:80AF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL1
pipedrm:0:80AF:07:001:Get a Top & Left Pipe Now! PL1
pipedrm:0:80AF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL1
pipedrm:0:80AF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL1
pipedrm:0:80AF:0A:001:Get a Top & Right Pipe Now! PL1
pipedrm:0:80AF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL1
pipedrm:0:80AF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL1
pipedrm:0:80AF:0D:001:Get a Bottom & Right Pipe Now! PL1
pipedrm:0:80AF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL1
pipedrm:0:80AF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL1
pipedrm:0:80AF:10:001:Get a Bottom & Left Pipe Now! PL1
pipedrm:0:80AF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL1
pipedrm:0:80AF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL1
pipedrm:0:80AF:13:001:Get a Cross Pipe Now! PL1
pipedrm:0:0000:00:999:### These are for use in a 2-player game ###
pipedrm:0:80CF:01:000:Always have a Horizontal Pipe PL1
pipedrm:0:80CF:02:000:Always have a Horizontal(Right Arrow) Pipe PL1
pipedrm:0:80CF:03:000:Always have a Horizontal(Left Arrow) Pipe PL1
pipedrm:0:80CF:04:000:Always have a Vertical Pipe PL1
pipedrm:0:80CF:05:000:Always have a Vertical(Up Arrow) Pipe PL1
pipedrm:0:80CF:06:000:Always have a Vertical(Down Arrow) Pipe PL1
pipedrm:0:80CF:07:000:Always have a Top & Left Pipe PL1
pipedrm:0:80CF:08:000:Always have a Top & Left(Up Arrow) Pipe PL1
pipedrm:0:80CF:09:000:Always have a Top & Left(Down Arrow) Pipe PL1
pipedrm:0:80CF:0A:000:Always have a Top & Right Pipe PL1
pipedrm:0:80CF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL1
pipedrm:0:80CF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL1
pipedrm:0:80CF:0D:000:Always have a Bottom & Right Pipe PL1
pipedrm:0:80CF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL1
pipedrm:0:80CF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL1
pipedrm:0:80CF:10:000:Always have a Bottom & Left Pipe PL1
pipedrm:0:80CF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL1
pipedrm:0:80CF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL1
pipedrm:0:80CF:13:000:Always have a Cross Pipe PL1
pipedrm:0:80CF:01:001:Get a Horizontal Pipe Now! PL1
pipedrm:0:80CF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL1
pipedrm:0:80CF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL1
pipedrm:0:80CF:04:001:Get a Vertical Pipe Now! PL1
pipedrm:0:80CF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL1
pipedrm:0:80CF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL1
pipedrm:0:80CF:07:001:Get a Top & Left Pipe Now! PL1
pipedrm:0:80CF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL1
pipedrm:0:80CF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL1
pipedrm:0:80CF:0A:001:Get a Top & Right Pipe Now! PL1
pipedrm:0:80CF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL1
pipedrm:0:80CF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL1
pipedrm:0:80CF:0D:001:Get a Bottom & Right Pipe Now! PL1
pipedrm:0:80CF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL1
pipedrm:0:80CF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL1
pipedrm:0:80CF:10:001:Get a Bottom & Left Pipe Now! PL1
pipedrm:0:80CF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL1
pipedrm:0:80CF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL1
pipedrm:0:80CF:13:001:Get a Cross Pipe Now! PL1
pipedrm:0:80EF:01:000:Always have a Horizontal Pipe PL2
pipedrm:0:80EF:02:000:Always have a Horizontal(Right Arrow) Pipe PL2
pipedrm:0:80EF:03:000:Always have a Horizontal(Left Arrow) Pipe PL2
pipedrm:0:80EF:04:000:Always have a Vertical Pipe PL2
pipedrm:0:80EF:05:000:Always have a Vertical(Up Arrow) Pipe PL2
pipedrm:0:80EF:06:000:Always have a Vertical(Down Arrow) Pipe PL2
pipedrm:0:80EF:07:000:Always have a Top & Left Pipe PL2
pipedrm:0:80EF:08:000:Always have a Top & Left(Up Arrow) Pipe PL2
pipedrm:0:80EF:09:000:Always have a Top & Left(Down Arrow) Pipe PL2
pipedrm:0:80EF:0A:000:Always have a Top & Right Pipe PL2
pipedrm:0:80EF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL2
pipedrm:0:80EF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL2
pipedrm:0:80EF:0D:000:Always have a Bottom & Right Pipe PL2
pipedrm:0:80EF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL2
pipedrm:0:80EF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL2
pipedrm:0:80EF:10:000:Always have a Bottom & Left Pipe PL2
pipedrm:0:80EF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL2
pipedrm:0:80EF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL2
pipedrm:0:80EF:13:000:Always have a Cross Pipe PL2
pipedrm:0:80EF:01:001:Get a Horizontal Pipe Now! PL2
pipedrm:0:80EF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL2
pipedrm:0:80EF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL2
pipedrm:0:80EF:04:001:Get a Vertical Pipe Now! PL2
pipedrm:0:80EF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL2
pipedrm:0:80EF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL2
pipedrm:0:80EF:07:001:Get a Top & Left Pipe Now! PL2
pipedrm:0:80EF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL2
pipedrm:0:80EF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL2
pipedrm:0:80EF:0A:001:Get a Top & Right Pipe Now! PL2
pipedrm:0:80EF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL2
pipedrm:0:80EF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL2
pipedrm:0:80EF:0D:001:Get a Bottom & Right Pipe Now! PL2
pipedrm:0:80EF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL2
pipedrm:0:80EF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL2
pipedrm:0:80EF:10:001:Get a Bottom & Left Pipe Now! PL2
pipedrm:0:80EF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL2
pipedrm:0:80EF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL2
pipedrm:0:80EF:13:001:Get a Cross Pipe Now! PL2
; [ Pipe Dream (Japan) ]
pipedrmj:0:8603:09:000:Infinite Credits
pipedrmj:0:9468:01:000:Stop water from flowing
pipedrmj:0:865A:04:000:Infinite Lives
pipedrmj:0:863D:32:071:Select Round
pipedrmj:0:0000:00:999:### These PL1 Cheats are for a solo player! ###
pipedrmj:0:80AF:01:000:Always have a Horizontal Pipe PL1
pipedrmj:0:80AF:02:000:Always have a Horizontal(Right Arrow) Pipe PL1
pipedrmj:0:80AF:03:000:Always have a Horizontal(Left Arrow) Pipe PL1
pipedrmj:0:80AF:04:000:Always have a Vertical Pipe PL1
pipedrmj:0:80AF:05:000:Always have a Vertical(Up Arrow) Pipe PL1
pipedrmj:0:80AF:06:000:Always have a Vertical(Down Arrow) Pipe PL1
pipedrmj:0:80AF:07:000:Always have a Top & Left Pipe PL1
pipedrmj:0:80AF:08:000:Always have a Top & Left(Up Arrow) Pipe PL1
pipedrmj:0:80AF:09:000:Always have a Top & Left(Down Arrow) Pipe PL1
pipedrmj:0:80AF:0A:000:Always have a Top & Right Pipe PL1
pipedrmj:0:80AF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL1
pipedrmj:0:80AF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL1
pipedrmj:0:80AF:0D:000:Always have a Bottom & Right Pipe PL1
pipedrmj:0:80AF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL1
pipedrmj:0:80AF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL1
pipedrmj:0:80AF:10:000:Always have a Bottom & Left Pipe PL1
pipedrmj:0:80AF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL1
pipedrmj:0:80AF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL1
pipedrmj:0:80AF:13:000:Always have a Cross Pipe PL1
pipedrmj:0:80AF:01:001:Get a Horizontal Pipe Now! PL1
pipedrmj:0:80AF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL1
pipedrmj:0:80AF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL1
pipedrmj:0:80AF:04:001:Get a Vertical Pipe Now! PL1
pipedrmj:0:80AF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL1
pipedrmj:0:80AF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL1
pipedrmj:0:80AF:07:001:Get a Top & Left Pipe Now! PL1
pipedrmj:0:80AF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL1
pipedrmj:0:80AF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL1
pipedrmj:0:80AF:0A:001:Get a Top & Right Pipe Now! PL1
pipedrmj:0:80AF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL1
pipedrmj:0:80AF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL1
pipedrmj:0:80AF:0D:001:Get a Bottom & Right Pipe Now! PL1
pipedrmj:0:80AF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL1
pipedrmj:0:80AF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL1
pipedrmj:0:80AF:10:001:Get a Bottom & Left Pipe Now! PL1
pipedrmj:0:80AF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL1
pipedrmj:0:80AF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL1
pipedrmj:0:80AF:13:001:Get a Cross Pipe Now! PL1
pipedrmj:0:0000:00:999:### These are for use in a 2-player game ###
pipedrmj:0:80CF:01:000:Always have a Horizontal Pipe PL1
pipedrmj:0:80CF:02:000:Always have a Horizontal(Right Arrow) Pipe PL1
pipedrmj:0:80CF:03:000:Always have a Horizontal(Left Arrow) Pipe PL1
pipedrmj:0:80CF:04:000:Always have a Vertical Pipe PL1
pipedrmj:0:80CF:05:000:Always have a Vertical(Up Arrow) Pipe PL1
pipedrmj:0:80CF:06:000:Always have a Vertical(Down Arrow) Pipe PL1
pipedrmj:0:80CF:07:000:Always have a Top & Left Pipe PL1
pipedrmj:0:80CF:08:000:Always have a Top & Left(Up Arrow) Pipe PL1
pipedrmj:0:80CF:09:000:Always have a Top & Left(Down Arrow) Pipe PL1
pipedrmj:0:80CF:0A:000:Always have a Top & Right Pipe PL1
pipedrmj:0:80CF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL1
pipedrmj:0:80CF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL1
pipedrmj:0:80CF:0D:000:Always have a Bottom & Right Pipe PL1
pipedrmj:0:80CF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL1
pipedrmj:0:80CF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL1
pipedrmj:0:80CF:10:000:Always have a Bottom & Left Pipe PL1
pipedrmj:0:80CF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL1
pipedrmj:0:80CF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL1
pipedrmj:0:80CF:13:000:Always have a Cross Pipe PL1
pipedrmj:0:80CF:01:001:Get a Horizontal Pipe Now! PL1
pipedrmj:0:80CF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL1
pipedrmj:0:80CF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL1
pipedrmj:0:80CF:04:001:Get a Vertical Pipe Now! PL1
pipedrmj:0:80CF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL1
pipedrmj:0:80CF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL1
pipedrmj:0:80CF:07:001:Get a Top & Left Pipe Now! PL1
pipedrmj:0:80CF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL1
pipedrmj:0:80CF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL1
pipedrmj:0:80CF:0A:001:Get a Top & Right Pipe Now! PL1
pipedrmj:0:80CF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL1
pipedrmj:0:80CF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL1
pipedrmj:0:80CF:0D:001:Get a Bottom & Right Pipe Now! PL1
pipedrmj:0:80CF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL1
pipedrmj:0:80CF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL1
pipedrmj:0:80CF:10:001:Get a Bottom & Left Pipe Now! PL1
pipedrmj:0:80CF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL1
pipedrmj:0:80CF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL1
pipedrmj:0:80CF:13:001:Get a Cross Pipe Now! PL1
pipedrmj:0:80EF:01:000:Always have a Horizontal Pipe PL2
pipedrmj:0:80EF:02:000:Always have a Horizontal(Right Arrow) Pipe PL2
pipedrmj:0:80EF:03:000:Always have a Horizontal(Left Arrow) Pipe PL2
pipedrmj:0:80EF:04:000:Always have a Vertical Pipe PL2
pipedrmj:0:80EF:05:000:Always have a Vertical(Up Arrow) Pipe PL2
pipedrmj:0:80EF:06:000:Always have a Vertical(Down Arrow) Pipe PL2
pipedrmj:0:80EF:07:000:Always have a Top & Left Pipe PL2
pipedrmj:0:80EF:08:000:Always have a Top & Left(Up Arrow) Pipe PL2
pipedrmj:0:80EF:09:000:Always have a Top & Left(Down Arrow) Pipe PL2
pipedrmj:0:80EF:0A:000:Always have a Top & Right Pipe PL2
pipedrmj:0:80EF:0C:000:Always have a Top & Right(Up Arrow) Pipe PL2
pipedrmj:0:80EF:0B:000:Always have a Top & Right(Down Arrow) Pipe PL2
pipedrmj:0:80EF:0D:000:Always have a Bottom & Right Pipe PL2
pipedrmj:0:80EF:0E:000:Always have a Bottom & Right(Up Arrow) Pipe PL2
pipedrmj:0:80EF:0F:000:Always have a Bottom & Right(Down Arrow) Pipe PL2
pipedrmj:0:80EF:10:000:Always have a Bottom & Left Pipe PL2
pipedrmj:0:80EF:12:000:Always have a Bottom & Left(Up Arrow) Pipe PL2
pipedrmj:0:80EF:11:000:Always have a Bottom & Left(Down Arrow) Pipe PL2
pipedrmj:0:80EF:13:000:Always have a Cross Pipe PL2
pipedrmj:0:80EF:01:001:Get a Horizontal Pipe Now! PL2
pipedrmj:0:80EF:02:001:Get a Horizontal(Right Arrow) Pipe Now! PL2
pipedrmj:0:80EF:03:001:Get a Horizontal(Left Arrow) Pipe Now! PL2
pipedrmj:0:80EF:04:001:Get a Vertical Pipe Now! PL2
pipedrmj:0:80EF:05:001:Get a Vertical(Up Arrow) Pipe Now! PL2
pipedrmj:0:80EF:06:001:Get a Vertical(Down Arrow) Pipe Now! PL2
pipedrmj:0:80EF:07:001:Get a Top & Left Pipe Now! PL2
pipedrmj:0:80EF:08:001:Get a Top & Left(Up Arrow) Pipe Now! PL2
pipedrmj:0:80EF:09:001:Get a Top & Left(Down Arrow) Pipe Now! PL2
pipedrmj:0:80EF:0A:001:Get a Top & Right Pipe Now! PL2
pipedrmj:0:80EF:0C:001:Get a Top & Right(Up Arrow) Pipe Now! PL2
pipedrmj:0:80EF:0B:001:Get a Top & Right(Down Arrow) Pipe Now! PL2
pipedrmj:0:80EF:0D:001:Get a Bottom & Right Pipe Now! PL2
pipedrmj:0:80EF:0E:001:Get a Bottom & Right(Up Arrow) Pipe Now! PL2
pipedrmj:0:80EF:0F:001:Get a Bottom & Right(Down Arrow) Pipe Now! PL2
pipedrmj:0:80EF:10:001:Get a Bottom & Left Pipe Now! PL2
pipedrmj:0:80EF:12:001:Get a Bottom & Left(Up Arrow) Pipe Now! PL2
pipedrmj:0:80EF:11:001:Get a Bottom & Left(Down Arrow) Pipe Now! PL2
pipedrmj:0:80EF:13:001:Get a Cross Pipe Now! PL2
; [ Pipi & Bibis / Whoopee (Japan) [bootleg ?] ]
pipibibi:0:08066B:04:000:Always have 4 Coins
pipibibi:0:080671:77:000:Stop End-of-Level Bomb Timer:Turn off to leave level
pipibibi:0:08073D:01:007:Only 1 Computer Left
pipibibi:0:000000:00:999:[See the Dip Switch Menu to ]
pipibibi:0:000000:00:999:[enable an alternate ]
pipibibi:0:000000:00:999:[Invincibility cheat. ]
pipibibi:0:08063F:05:000:Infinite Lives PL1
pipibibi:0:080687:1B:000:Invincibility PL1
pipibibi:0:08064D:05:000:Infinite Lives PL2
pipibibi:0:0806E7:7D:000:Invincibility PL2
; [ Pipi & Bibis / Whoopee (Japan) ]
pipibibs:0:08066B:04:000:Always have 4 Coins
pipibibs:0:080671:77:000:Stop End-of-Level Bomb Timer:Turn off to leave level
pipibibs:0:08073D:01:007:Only 1 Computer Left
pipibibs:0:000000:00:999:[See the Dip Switch Menu to ]
pipibibs:0:000000:00:999:[enable an alternate ]
pipibibs:0:000000:00:999:[Invincibility cheat. ]
pipibibs:0:08063F:05:000:Infinite Lives PL1
pipibibs:0:080687:1B:000:Invincibility PL1
pipibibs:0:08064D:05:000:Infinite Lives PL2
pipibibs:0:0806E7:7D:000:Invincibility PL2
; [ Piranha ]
piranha:0:4E14:06:000:Infinite Lives
piranha:0:4E15:05:500:Infinite Lives (2/2)
piranha:0:0000:00:999:[------Starting Levels------]
piranha:0:0000:00:999:[Deactivate the cheats after]
piranha:0:0000:00:999:[starting the level or leave]
piranha:0:0000:00:999:[active to repeat the level.]
piranha:0:4E0A:7E:000:Start at 2nd Crab
piranha:0:4E13:01:500:Start at 2nd Crab (2/2)
piranha:0:4E0A:7F:000:Start at 1st Fish
piranha:0:4E13:02:500:Start at 1st Fish (2/2)
piranha:0:4E0A:80:000:Start at 2nd Fish
piranha:0:4E13:03:500:Start at 2nd Fish (2/2)
piranha:0:4E0A:81:000:Start at 1st Red Anchor
piranha:0:4E13:04:500:Start at 1st Red Anchor (2/2)
piranha:0:4E0A:82:000:Start at 2nd Red Anchor
piranha:0:4E13:05:500:Start at 2nd Red Anchor (2/2)
piranha:0:4E0A:83:000:Start at 1st Cyan Whale
piranha:0:4E13:06:500:Start at 1st Cyan Whale (2/2)
piranha:0:4E0A:84:000:Start at 2nd Cyan Whale
piranha:0:4E13:07:500:Start at 2nd Cyan Whale (2/2)
piranha:0:4E0A:85:000:Start at 1st Blue Whale
piranha:0:4E13:08:500:Start at 1st Blue Whale (2/2)
piranha:0:4E0A:86:000:Start at 2nd Blue Whale
piranha:0:4E13:09:500:Start at 2nd Blue Whale (2/2)
piranha:0:4E0A:87:000:Start at 1st Yel. Anchor
piranha:0:4E13:0A:500:Start at 1st Yel. Anchor(2/2)
piranha:0:4E0A:88:000:Start at 2nd Yel. Anchor
piranha:0:4E13:0B:500:Start at 2nd Yel. Anchor(2/2)
piranha:0:0000:00:999:[------Practice Levels------]
piranha:0:4E13:00:000:Practice 1st Crab
piranha:0:4E13:01:000:Practice 2nd Crab
piranha:0:4E13:02:000:Practice 1st Fish
piranha:0:4E13:03:000:Practice 2nd Fish
piranha:0:4E13:04:000:Practice 1st Red Anchor
piranha:0:4E13:05:000:Practice 2nd Red Anchor
piranha:0:4E13:06:000:Practice 1st Cyan Whale
piranha:0:4E13:07:000:Practice 2nd Cyan Whale
piranha:0:4E13:08:000:Practice 1st Blue Whale
piranha:0:4E13:09:000:Practice 2nd Blue Whale
piranha:0:4E13:0A:000:Practice 1st Yellow Anchor
piranha:0:4E13:0B:000:Practice 2nd Yellow Anchor
piranha:0:4E13:FF:000:Split-Screen (Unplayable)
piranha:0:4E13:FE:000:No maze or dots(Unfinishable)
piranha:0:0000:00:999:[------Practice Speeds------]
piranha:0:4DBD:00:000:Stay blue until eaten
piranha:0:4DBE:00:500:Stay blue until eaten (2/2)
piranha:0:4DBD:58:000:Slow changeback
piranha:0:4DBE:02:500:Slow changeback (2/2)
piranha:0:4DBD:68:000:Moderate changeback
piranha:0:4DBE:01:500:Moderate changeback (2/2)
piranha:0:4DBD:F0:000:Quick changeback
piranha:0:4DBE:00:500:Quick changeback (2/2)
piranha:0:4DBD:78:000:Lightning changeback
piranha:0:4DBE:00:500:Lightning changeback (2/2)
piranha:0:4DBD:01:000:No change to blue
piranha:0:4DBE:00:500:No change to blue (2/2)
piranha:0:0000:00:999:[-------Ghost Status--------]
piranha:0:4DA7:01:000:Red always blue
piranha:0:4DA8:01:000:Pink always blue
piranha:0:4DA9:01:000:Green always blue
piranha:0:4DAA:01:000:Orange always blue
piranha:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ Pisces ]
pisces:0:4110:03:000:Infinite Lives PL1
pisces:0:53A0:03:000:Infinite Lives PL2
pisces:0:5160:69:000:Infinite Fuel
; [ Pistol Daimyo no Bouken (Japan) ]
pistoldm:0:0320:05:000:Infinite Lives
pistoldm:0:022D:39:000:Invincibility
pistoldm:0:0314:01:000:Always have Wooden Armour
pistoldm:0:0314:02:000:Always have Metal Armour
pistoldm:0:0314:01:001:Get Wooden Armour Now!
pistoldm:0:0314:02:001:Get Metal Armour Now!
pistoldm:0:2211:01:001:One hit to kill Boss Now!
pistoldm:0:2591:01:001:One hit to kill last BossNow!
pistoldm:0:0000:00:999:[Use the Select current ]
pistoldm:0:0000:00:999:[round cheat for best effect]
pistoldm:0:0000:00:999:[on the course select screen]
pistoldm:0:0313:15:071:Select current round
pistoldm:0:0000:00:999:[ ]
pistoldm:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Pitfall II ]
pitfall2:0:C461:3B:008:Infinite Time
pitfall2:0:C121:09:000:Infinite Lives PL1
pitfall2:0:C122:09:000:Infinite Lives PL2
pitfall2:0:0000:00:999:[You must turn Invincibility]
pitfall2:0:0000:00:999:[OFF when you encounter a ]
pitfall2:0:0000:00:999:[pool or a lava pit or you ]
pitfall2:0:0000:00:999:[want to pick up the money. ]
pitfall2:0:0000:00:999:[It's only Invincibility ]
pitfall2:0:0000:00:999:[against normal enemies.Best]
pitfall2:0:0000:00:999:[NOT to turn off ALL cheats]
pitfall2:0:0000:00:999:[with F6 because you may run]
pitfall2:0:0000:00:999:[out of lives!!! ]
pitfall2:0:F8E0:7E:000:Limited Invincibility
pitfall2:0:F820:7E:500:Limited Invincibility (2/7)
pitfall2:0:F8A0:7E:500:Limited Invincibility (3/7)
pitfall2:0:F840:7E:500:Limited Invincibility (4/7)
pitfall2:0:F8C0:7E:500:Limited Invincibility (5/7)
pitfall2:0:F860:7E:500:Limited Invincibility (6/7)
pitfall2:0:F880:7E:500:Limited Invincibility (7/7)
; [ Pitfall II (not encrypted) ]
pitfallu:0:C461:3B:008:Infinite Time
pitfallu:0:C121:09:000:Infinite Lives PL1
pitfallu:0:C122:09:000:Infinite Lives PL2
pitfallu:0:0000:00:999:[You must turn Invincibility]
pitfallu:0:0000:00:999:[OFF when you encounter a ]
pitfallu:0:0000:00:999:[pool or a lava pit or you ]
pitfallu:0:0000:00:999:[want to pick up the money. ]
pitfallu:0:0000:00:999:[It's only Invincibility ]
pitfallu:0:0000:00:999:[against normal enemies.Best]
pitfallu:0:0000:00:999:[NOT to turn off ALL cheats]
pitfallu:0:0000:00:999:[with F6 because you may run]
pitfallu:0:0000:00:999:[out of lives!!! ]
pitfallu:0:F8E0:7E:000:Limited Invincibility
pitfallu:0:F820:7E:500:Limited Invincibility (2/7)
pitfallu:0:F8A0:7E:500:Limited Invincibility (3/7)
pitfallu:0:F840:7E:500:Limited Invincibility (4/7)
pitfallu:0:F8C0:7E:500:Limited Invincibility (5/7)
pitfallu:0:F860:7E:500:Limited Invincibility (6/7)
pitfallu:0:F880:7E:500:Limited Invincibility (7/7)
; [ Pit Fighter (version 3) ]
pitfigh3:0:FFC49A:00:000:Infinite Time
pitfigh3:0:FFC49B:00:500:Infinite Time (2/2)
pitfigh3:0:FFEDB2:00:001:One hit for enemy Now!
pitfigh3:0:FFEDB3:01:501:One hit for enemy Now! (2/2)
pitfigh3:0:FFEAAC:00:000:Infinite Energy PL1
pitfigh3:0:FFEAAD:A0:500:Infinite Energy PL1 (2/2)
pitfigh3:0:FFEAAC:00:000:Always have No Energy PL1
pitfigh3:0:FFEAAD:01:500:Always have No Energy PL1 (2/2)
pitfigh3:0:FFEAAC:00:001:Drain All Energy Now! PL1
pitfigh3:0:FFEAAD:01:501:Drain All Energy Now! PL1
pitfigh3:0:FFEBAE:00:000:Infinite Energy PL2
pitfigh3:0:FFEBAF:A0:500:Infinite Energy PL2 (2/2)
pitfigh3:0:FFEBAE:00:000:Always have No Energy PL2
pitfigh3:0:FFEBAF:01:500:Always have No Energy PL2 (2/2)
pitfigh3:0:FFEBAE:00:001:Drain All Energy Now! PL2
pitfigh3:0:FFEBAF:01:501:Drain All Energy Now! PL2
pitfigh3:0:FFECB0:00:000:Infinite Energy PL3
pitfigh3:0:FFECB1:A0:500:Infinite Energy PL3 (2/2)
pitfigh3:0:FFECB0:00:000:Always have No Energy PL3
pitfigh3:0:FFECB1:01:500:Always have No Energy PL3 (2/2)
pitfigh3:0:FFECB0:00:001:Drain All Energy Now! PL3
pitfigh3:0:FFECB1:01:501:Drain All Energy Now! PL3
; [ Pit Fighter (bootleg) ]
pitfighb:0:FFC49A:00:000:Infinite Time
pitfighb:0:FFC49B:00:500:Infinite Time (2/2)
pitfighb:0:FFEDB2:00:001:One hit for enemy Now!
pitfighb:0:FFEDB3:01:501:One hit for enemy Now! (2/2)
pitfighb:0:FFEAAC:00:000:Infinite Energy PL1
pitfighb:0:FFEAAD:A0:500:Infinite Energy PL1 (2/2)
pitfighb:0:FFEAAC:00:000:Always have No Energy PL1
pitfighb:0:FFEAAD:01:500:Always have No Energy PL1 (2/2)
pitfighb:0:FFEAAC:00:001:Drain All Energy Now! PL1
pitfighb:0:FFEAAD:01:501:Drain All Energy Now! PL1
pitfighb:0:FFEBAE:00:000:Infinite Energy PL2
pitfighb:0:FFEBAF:A0:500:Infinite Energy PL2 (2/2)
pitfighb:0:FFEBAE:00:000:Always have No Energy PL2
pitfighb:0:FFEBAF:01:500:Always have No Energy PL2 (2/2)
pitfighb:0:FFEBAE:00:001:Drain All Energy Now! PL2
pitfighb:0:FFEBAF:01:501:Drain All Energy Now! PL2
pitfighb:0:FFECB0:00:000:Infinite Energy PL3
pitfighb:0:FFECB1:A0:500:Infinite Energy PL3 (2/2)
pitfighb:0:FFECB0:00:000:Always have No Energy PL3
pitfighb:0:FFECB1:01:500:Always have No Energy PL3 (2/2)
pitfighb:0:FFECB0:00:001:Drain All Energy Now! PL3
pitfighb:0:FFECB1:01:501:Drain All Energy Now! PL3
; [ Pit Fighter (version 4) ]
pitfight:0:FFC49A:00:000:Infinite Time
pitfight:0:FFC49B:00:500:Infinite Time (2/2)
pitfight:0:FFEDB2:00:001:One hit for enemy Now!
pitfight:0:FFEDB3:01:501:One hit for enemy Now! (2/2)
pitfight:0:FFEAAC:00:000:Infinite Energy PL1
pitfight:0:FFEAAD:A0:500:Infinite Energy PL1 (2/2)
pitfight:0:FFEAAC:00:000:Always have No Energy PL1
pitfight:0:FFEAAD:01:500:Always have No Energy PL1 (2/2)
pitfight:0:FFEAAC:00:001:Drain All Energy Now! PL1
pitfight:0:FFEAAD:01:501:Drain All Energy Now! PL1
pitfight:0:FFEBAE:00:000:Infinite Energy PL2
pitfight:0:FFEBAF:A0:500:Infinite Energy PL2 (2/2)
pitfight:0:FFEBAE:00:000:Always have No Energy PL2
pitfight:0:FFEBAF:01:500:Always have No Energy PL2 (2/2)
pitfight:0:FFEBAE:00:001:Drain All Energy Now! PL2
pitfight:0:FFEBAF:01:501:Drain All Energy Now! PL2
pitfight:0:FFECB0:00:000:Infinite Energy PL3
pitfight:0:FFECB1:A0:500:Infinite Energy PL3 (2/2)
pitfight:0:FFECB0:00:000:Always have No Energy PL3
pitfight:0:FFECB1:01:500:Always have No Energy PL3 (2/2)
pitfight:0:FFECB0:00:001:Drain All Energy Now! PL3
pitfight:0:FFECB1:01:501:Drain All Energy Now! PL3
; [ Poker Ladies (Leprechaun) ]
pkladiel:0:E703:09:000:Infinite points
pkladiel:0:E704:09:500:Infinite points (2/5)
pkladiel:0:E705:09:500:Infinite points (3/5)
pkladiel:0:E706:09:500:Infinite points (4/5)
pkladiel:0:E707:09:500:Infinite points (5/5)
pkladiel:0:E70F:09:000:Infinite Hands
pkladiel:0:0000:00:999:[ Back card must be visible ]
pkladiel:0:0000:00:999:[when you activate the codes]
pkladiel:0:E220:09:001:Get RF - 5000 pts Now!
pkladiel:0:E200:31:501:Get RF - 5000 pts Now! (2/6)
pkladiel:0:E201:3D:501:Get RF - 5000 pts Now! (3/6)
pkladiel:0:E202:3C:501:Get RF - 5000 pts Now! (4/6)
pkladiel:0:E203:3B:501:Get RF - 5000 pts Now! (5/6)
pkladiel:0:E204:3A:501:Get RF - 5000 pts Now! (6/6)
pkladiel:0:E220:08:001:Get SF - 2000 pts Now!
pkladiel:0:E200:16:501:Get SF - 2000 pts Now! (2/6)
pkladiel:0:E201:17:501:Get SF - 2000 pts Now! (3/6)
pkladiel:0:E202:18:501:Get SF - 2000 pts Now! (4/6)
pkladiel:0:E203:19:501:Get SF - 2000 pts Now! (5/6)
pkladiel:0:E204:1A:501:Get SF - 2000 pts Now! (6/6)
pkladiel:0:E220:07:001:Get FK - 1000 pts Now!
pkladiel:0:E200:14:501:Get FK - 1000 pts Now! (2/6)
pkladiel:0:E201:24:501:Get FK - 1000 pts Now! (3/6)
pkladiel:0:E202:34:501:Get FK - 1000 pts Now! (4/6)
pkladiel:0:E203:44:501:Get FK - 1000 pts Now! (5/6)
pkladiel:0:E204:27:501:Get FK - 1000 pts Now! (6/6)
pkladiel:0:E220:06:001:Get FH - 700 pts Now!
pkladiel:0:E200:29:501:Get FH - 700 pts Now! (2/6)
pkladiel:0:E201:49:501:Get FH - 700 pts Now! (3/6)
pkladiel:0:E202:18:501:Get FH - 700 pts Now! (4/6)
pkladiel:0:E203:28:501:Get FH - 700 pts Now! (5/6)
pkladiel:0:E204:38:501:Get FH - 700 pts Now! (6/6)
pkladiel:0:E220:05:001:Get FL - 500 pts Now!
pkladiel:0:E200:2C:501:Get FL - 500 pts Now! (2/6)
pkladiel:0:E201:2B:501:Get FL - 500 pts Now! (3/6)
pkladiel:0:E202:27:501:Get FL - 500 pts Now! (4/6)
pkladiel:0:E203:25:501:Get FL - 500 pts Now! (5/6)
pkladiel:0:E204:22:501:Get FL - 500 pts Now! (6/6)
pkladiel:0:E220:04:001:Get ST - 300 pts Now!
pkladiel:0:E200:37:501:Get ST - 300 pts Now! (2/6)
pkladiel:0:E201:26:501:Get ST - 300 pts Now! (3/6)
pkladiel:0:E202:45:501:Get ST - 300 pts Now! (4/6)
pkladiel:0:E203:44:501:Get ST - 300 pts Now! (5/6)
pkladiel:0:E204:23:501:Get ST - 300 pts Now! (6/6)
pkladiel:0:E220:03:001:Get TK - 200 pts Now!
pkladiel:0:E200:12:501:Get TK - 200 pts Now! (2/6)
pkladiel:0:E201:32:501:Get TK - 200 pts Now! (3/6)
pkladiel:0:E202:42:501:Get TK - 200 pts Now! (4/6)
pkladiel:0:E203:4B:501:Get TK - 200 pts Now! (5/6)
pkladiel:0:E204:1A:501:Get TK - 200 pts Now! (6/6)
pkladiel:0:E220:02:001:Get TP - 100 pts Now!
pkladiel:0:E200:25:501:Get TP - 100 pts Now! (2/6)
pkladiel:0:E201:35:501:Get TP - 100 pts Now! (3/6)
pkladiel:0:E202:13:501:Get TP - 100 pts Now! (4/6)
pkladiel:0:E203:43:501:Get TP - 100 pts Now! (5/6)
pkladiel:0:E204:29:501:Get TP - 100 pts Now! (6/6)
pkladiel:0:E220:01:001:Get JB - 50 pts Now!
pkladiel:0:E200:1D:501:Get JB - 50 pts Now! (2/6)
pkladiel:0:E201:4D:501:Get JB - 50 pts Now! (3/6)
pkladiel:0:E202:1C:501:Get JB - 50 pts Now! (4/6)
pkladiel:0:E203:28:501:Get JB - 50 pts Now! (5/6)
pkladiel:0:E204:36:501:Get JB - 50 pts Now! (6/6)
; [ Poker Ladies ]
pkladies:0:E703:09:000:Infinite points
pkladies:0:E704:09:500:Infinite points (2/5)
pkladies:0:E705:09:500:Infinite points (3/5)
pkladies:0:E706:09:500:Infinite points (4/5)
pkladies:0:E707:09:500:Infinite points (5/5)
pkladies:0:E70F:09:000:Infinite Hands
pkladies:0:0000:00:999:[ Back card must be visible ]
pkladies:0:0000:00:999:[when you activate the codes]
pkladies:0:E220:09:001:Get RF - 5000 pts Now!
pkladies:0:E200:31:501:Get RF - 5000 pts Now! (2/6)
pkladies:0:E201:3D:501:Get RF - 5000 pts Now! (3/6)
pkladies:0:E202:3C:501:Get RF - 5000 pts Now! (4/6)
pkladies:0:E203:3B:501:Get RF - 5000 pts Now! (5/6)
pkladies:0:E204:3A:501:Get RF - 5000 pts Now! (6/6)
pkladies:0:E220:08:001:Get SF - 2000 pts Now!
pkladies:0:E200:16:501:Get SF - 2000 pts Now! (2/6)
pkladies:0:E201:17:501:Get SF - 2000 pts Now! (3/6)
pkladies:0:E202:18:501:Get SF - 2000 pts Now! (4/6)
pkladies:0:E203:19:501:Get SF - 2000 pts Now! (5/6)
pkladies:0:E204:1A:501:Get SF - 2000 pts Now! (6/6)
pkladies:0:E220:07:001:Get FK - 1000 pts Now!
pkladies:0:E200:14:501:Get FK - 1000 pts Now! (2/6)
pkladies:0:E201:24:501:Get FK - 1000 pts Now! (3/6)
pkladies:0:E202:34:501:Get FK - 1000 pts Now! (4/6)
pkladies:0:E203:44:501:Get FK - 1000 pts Now! (5/6)
pkladies:0:E204:27:501:Get FK - 1000 pts Now! (6/6)
pkladies:0:E220:06:001:Get FH - 700 pts Now!
pkladies:0:E200:29:501:Get FH - 700 pts Now! (2/6)
pkladies:0:E201:49:501:Get FH - 700 pts Now! (3/6)
pkladies:0:E202:18:501:Get FH - 700 pts Now! (4/6)
pkladies:0:E203:28:501:Get FH - 700 pts Now! (5/6)
pkladies:0:E204:38:501:Get FH - 700 pts Now! (6/6)
pkladies:0:E220:05:001:Get FL - 500 pts Now!
pkladies:0:E200:2C:501:Get FL - 500 pts Now! (2/6)
pkladies:0:E201:2B:501:Get FL - 500 pts Now! (3/6)
pkladies:0:E202:27:501:Get FL - 500 pts Now! (4/6)
pkladies:0:E203:25:501:Get FL - 500 pts Now! (5/6)
pkladies:0:E204:22:501:Get FL - 500 pts Now! (6/6)
pkladies:0:E220:04:001:Get ST - 300 pts Now!
pkladies:0:E200:37:501:Get ST - 300 pts Now! (2/6)
pkladies:0:E201:26:501:Get ST - 300 pts Now! (3/6)
pkladies:0:E202:45:501:Get ST - 300 pts Now! (4/6)
pkladies:0:E203:44:501:Get ST - 300 pts Now! (5/6)
pkladies:0:E204:23:501:Get ST - 300 pts Now! (6/6)
pkladies:0:E220:03:001:Get TK - 200 pts Now!
pkladies:0:E200:12:501:Get TK - 200 pts Now! (2/6)
pkladies:0:E201:32:501:Get TK - 200 pts Now! (3/6)
pkladies:0:E202:42:501:Get TK - 200 pts Now! (4/6)
pkladies:0:E203:4B:501:Get TK - 200 pts Now! (5/6)
pkladies:0:E204:1A:501:Get TK - 200 pts Now! (6/6)
pkladies:0:E220:02:001:Get TP - 100 pts Now!
pkladies:0:E200:25:501:Get TP - 100 pts Now! (2/6)
pkladies:0:E201:35:501:Get TP - 100 pts Now! (3/6)
pkladies:0:E202:13:501:Get TP - 100 pts Now! (4/6)
pkladies:0:E203:43:501:Get TP - 100 pts Now! (5/6)
pkladies:0:E204:29:501:Get TP - 100 pts Now! (6/6)
pkladies:0:E220:01:001:Get JB - 50 pts Now!
pkladies:0:E200:1D:501:Get JB - 50 pts Now! (2/6)
pkladies:0:E201:4D:501:Get JB - 50 pts Now! (3/6)
pkladies:0:E202:1C:501:Get JB - 50 pts Now! (4/6)
pkladies:0:E203:28:501:Get JB - 50 pts Now! (5/6)
pkladies:0:E204:36:501:Get JB - 50 pts Now! (6/6)
; [ Penguin-Kun Wars (US) ]
pkunwar:0:C346:59:000:Infinite Time
pkunwar:0:C346:01:001:Finish Level Now!
pkunwar:0:0000:00:999:[These Ball cheats are not ]
pkunwar:0:0000:00:999:[visual they only effect the]
pkunwar:0:0000:00:999:[the ball count in memory. ]
pkunwar:0:C398:05:000:Enemy always has 5 Balls
pkunwar:0:C399:05:000:Player always has 5 Balls
pkunwar:0:0000:00:999:[You should only use these ]
pkunwar:0:0000:00:999:["Win Now!" cheats once a ]
pkunwar:0:0000:00:999:[ball has bee kicked! ]
pkunwar:0:C346:01:001:Player Win Now!
pkunwar:0:C398:0A:501:Player Win Now! (2/2)
pkunwar:0:C346:01:001:Enemy Win Now!
pkunwar:0:C399:0A:501:Enemy Win Now! (2/2)
; [ Penguin-Kun Wars (Japan) ]
pkunwarj:0:C346:59:000:Infinite Time
pkunwarj:0:C346:01:001:Finish Level Now!
pkunwarj:0:0000:00:999:[These Ball cheats are not ]
pkunwarj:0:0000:00:999:[visual they only effect the]
pkunwarj:0:0000:00:999:[the ball count in memory. ]
pkunwarj:0:C398:05:000:Enemy always has 5 Balls
pkunwarj:0:C399:05:000:Player always has 5 Balls
pkunwarj:0:0000:00:999:[You should only use these ]
pkunwarj:0:0000:00:999:["Win Now!" cheats once a ]
pkunwarj:0:0000:00:999:[ball has bee kicked! ]
pkunwarj:0:C346:01:001:Player Win Now!
pkunwarj:0:C398:0A:501:Player Win Now! (2/2)
pkunwarj:0:C346:01:001:Enemy Win Now!
pkunwarj:0:C399:0A:501:Enemy Win Now! (2/2)
; [ Platoon ]
platoon:0:0505:99:000:Infinite Credits
platoon:0:00BA:00:000:Infinite Hits
platoon:0:00E0:24:000:Always have Status 002:Whatever that means?
; [ Pleiads (bootleg) ]
pleiadbl:0:4390:09:000:Infinite Lives PL1
pleiadbl:0:4391:09:000:Infinite Lives PL2
pleiadbl:0:43A6:DD:000:Never have shields
pleiadbl:0:43A6:00:003:Shield Always Ready
pleiadbl:0:0CC4:C9:100:Invincibility
; [ Pleiads (Centuri) ]
pleiadce:0:4390:09:000:Infinite Lives PL1
pleiadce:0:4391:09:000:Infinite Lives PL2
pleiadce:0:43A6:DD:000:Never have shields
pleiadce:0:43A6:00:003:Shield Always Ready
pleiadce:0:0CC4:C9:100:Invincibility
; [ Pleiads (Tehkan) ]
pleiads:0:4390:09:000:Infinite Lives PL1
pleiads:0:4391:09:000:Infinite Lives PL2
pleiads:0:43A6:DD:000:Never have shields
pleiads:0:43A6:00:003:Shield Always Ready
pleiads:0:0CC4:C9:100:Invincibility
; [ Play Girls ]
plgirls:0:8240:99:000:Infinite Credits
plgirls:0:8390:99:000:Infinite Lives PL1
plgirls:0:8391:99:000:Infinite Lives PL2
plgirls:0:8226:00:001:Finish this level Now!
; [ Play Girls 2 ]
plgirls2:0:8032:99:000:Infinite Credits
plgirls2:0:8078:09:000:Infinite Time
plgirls2:0:8077:09:500:Infinite Time (2/2)
plgirls2:0:86E1:06:000:Infinite Energy
plgirls2:0:8079:78:000:Invincibility "ON"
plgirls2:0:86E0:40:520:Invincibility "ON" (2/2)
plgirls2:0:8079:01:001:Invincibility "OFF"
plgirls2:0:86E0:40:541:Invincibility "OFF" (2/2)
; [ Plotting (World) ]
plotting:0:860C:3B:000:Infinite Time PL1
plotting:0:860F:04:000:Infinite Wild Blocks PL1
plotting:0:8B0C:3B:000:Infinite Time PL2
plotting:0:8B0F:04:000:Infinite Wild Blocks PL2
; [ Plump Pop (Japan) ]
plumppop:0:E479:02:000:Infinite Lives PL1
plumppop:0:E483:02:000:Infinite Lives PL2
; [ Plus Alpha ]
plusalph:0:0F30A1:05:000:Infinite Lives PL1
plusalph:0:0F30BD:02:000:Change Colour PL1
plusalph:0:0F30A3:05:000:Infinite Lives PL2
plusalph:0:0F30BD:01:000:Change Colour PL2
plusalph:0:0F30C1:02:000:Invincibility
plusalph:0:0F30C1:04:000:Pulsing Invincibility ;-)
plusalph:0:0F3131:09:000:Infinite Special Shots
plusalph:0:0F312B:00:000:Always 2Shot
plusalph:0:0F312B:01:000:Always 2Shot +1
plusalph:0:0F312B:02:000:Always Blade +1
plusalph:0:0F312B:03:000:Always Blade +2
plusalph:0:0F312B:04:000:Always 4Shot +1
plusalph:0:0F312B:05:000:Always 4Shot +3
plusalph:0:0F312B:06:000:Always 2Blade+3
plusalph:0:0F312B:07:000:Always 2Blade+3
plusalph:0:0F312B:08:000:Always 2Shot +Wide !P
plusalph:0:0F312B:09:000:Always 2Shot +Balls ! JH
plusalph:0:0F312B:0A:000:Always Blade +Balls ! JH
plusalph:0:0F312B:0B:000:Always ? !PJH
plusalph:0:0F312B:0C:000:Always ? !PJH
plusalph:0:0F312B:0D:000:Always ? !PJH
plusalph:0:0F312B:0E:000:Always ? !PJH
plusalph:0:0F312B:0F:000:Always 4Shot +Wide ! JH
plusalph:0:0F312B:10:000:Always Ray
plusalph:0:0F312B:00:001:Get 2Shot
plusalph:0:0F312B:01:001:Get 2Shot +1
plusalph:0:0F312B:02:001:Get Blade +1
plusalph:0:0F312B:03:001:Get Blade +2
plusalph:0:0F312B:04:001:Get 4Shot +1
plusalph:0:0F312B:05:001:Get 4Shot +3
plusalph:0:0F312B:06:001:Get 2Blade+3
plusalph:0:0F312B:07:001:Get 2Blade+3
plusalph:0:0F312B:08:001:Get 2Shot +Wide !P
plusalph:0:0F312B:09:001:Get 2Shot +Balls ! JH
plusalph:0:0F312B:0A:001:Get Blade +Balls ! JH
plusalph:0:0F312B:0B:001:Get ? !PJH
plusalph:0:0F312B:0C:001:Get ? !PJH
plusalph:0:0F312B:0D:001:Get ? !PJH
plusalph:0:0F312B:0E:001:Get ? !PJH
plusalph:0:0F312B:0F:001:Get 4Shot +Wide ! JH
plusalph:0:0F312B:10:001:Get Ray
plusalph:0:000000:00:999:[The Shot type is NOT good ]
plusalph:0:000000:00:999:[for weapon P/J/H if the ]
plusalph:0:000000:00:999:[cheat is named !P/J/H ]
plusalph:0:000000:00:999:[ P=Plane, J=Jet, H=Heli ]
plusalph:0:0F30C7:00:000:Always Weapon P (Shots)
plusalph:0:0F30C7:01:000:Always Weapon J (Balls)
plusalph:0:0F30C7:02:000:Always Weapon H (Triangles)
plusalph:0:0F30C7:00:001:Get Weapon P (Shots) Now!
plusalph:0:0F30C7:01:001:Get Weapon J (Balls) Now!
plusalph:0:0F30C7:02:001:Get Weapon H (Triangles) Now!
plusalph:0:000000:00:999:[These Start on Level cheats]
plusalph:0:000000:00:999:[must be enabled on the ]
plusalph:0:000000:00:999:[title screen and turned off]
plusalph:0:000000:00:999:[when you start the level. ]
plusalph:0:0F2EE5:02:000:Start on Level 2
plusalph:0:0F2EE5:03:000:Start on Level 3
plusalph:0:0F2EE5:04:000:Start on Level 4
plusalph:0:0F2EE5:05:000:Start on Level 5
plusalph:0:0F2EE5:06:000:Start on Level 6
plusalph:0:0F2EE5:07:000:Start on Level 7
plusalph:0:0F2EE5:07:062:Select next level
; [ Pnickies (Japan) ]
pnickj:0:000000:00:999:[B=Bottom Shape, T=Top Shape]
pnickj:0:000000:00:999:[* after the colour means ]
pnickj:0:000000:00:999:[the shape includes a star!!]
pnickj:0:000000:00:999:[always means permanent ]
pnickj:0:000000:00:999:[Now! means next shape only!]
pnickj:0:FF2429:00:000:Next T always Green PL1
pnickj:0:FF88F4:00:500:Next T always Green PL1 (2/2)
pnickj:0:FF2429:01:000:Next T always Red PL1
pnickj:0:FF88F4:01:500:Next T always Red PL1 (2/2)
pnickj:0:FF2429:02:000:Next T always Blue PL1
pnickj:0:FF88F4:02:500:Next T always Blue PL1 (2/2)
pnickj:0:FF2429:03:000:Next T always Yellow PL1
pnickj:0:FF88F4:03:500:Next T always Yellow PL1(2/2)
pnickj:0:FF2429:00:000:Next T always Green* PL1
pnickj:0:FF88F4:08:500:Next T always Green* PL1(2/2)
pnickj:0:FF2429:01:000:Next T always Red* PL1
pnickj:0:FF88F4:09:500:Next T always Red* PL1 (2/2)
pnickj:0:FF2429:02:000:Next T always Blue* PL1
pnickj:0:FF88F4:0A:500:Next T always Blue* PL1 (2/2)
pnickj:0:FF2429:03:000:Next T always Yellow*PL1
pnickj:0:FF88F4:0B:500:Next T always Yellow*PL1(2/2)
pnickj:0:FF242D:00:000:Next B always Green PL1
pnickj:0:FF88F5:00:500:Next B always Green PL1 (2/2)
pnickj:0:FF242D:01:000:Next B always Red PL1
pnickj:0:FF88F5:01:500:Next B always Red PL1 (2/2)
pnickj:0:FF242D:02:000:Next B always Blue PL1
pnickj:0:FF88F5:02:500:Next B always Blue PL1 (2/2)
pnickj:0:FF242D:03:000:Next B always Yellow PL1
pnickj:0:FF88F5:03:500:Next B always Yellow PL1(2/2)
pnickj:0:FF2429:00:001:Next T=Green Now! PL1
pnickj:0:FF88F4:00:501:Next T=Green Now! PL1 (2/2)
pnickj:0:FF2429:01:001:Next T=Red Now! PL1
pnickj:0:FF88F4:01:501:Next T=Red Now! PL1 (2/2)
pnickj:0:FF2429:02:001:Next T=Blue Now! PL1
pnickj:0:FF88F4:02:501:Next T=Blue Now! PL1 (2/2)
pnickj:0:FF2429:03:001:Next T=Yellow Now! PL1
pnickj:0:FF88F4:03:501:Next T=Yellow Now! PL1 (2/2)
pnickj:0:FF2429:00:001:Next T=Green* Now! PL1
pnickj:0:FF88F4:08:501:Next T=Green* Now! PL1 (2/2)
pnickj:0:FF2429:01:001:Next T=Red* Now! PL1
pnickj:0:FF88F4:09:501:Next T=Red* Now! PL1 (2/2)
pnickj:0:FF2429:02:001:Next T=Blue* Now! PL1
pnickj:0:FF88F4:0A:501:Next T=Blue* Now! PL1 (2/2)
pnickj:0:FF2429:03:001:Next T=Yellow* Now! PL1
pnickj:0:FF88F4:0B:501:Next T=Yellow* Now! PL1 (2/2)
pnickj:0:FF242D:00:001:Next B=Green Now! PL1
pnickj:0:FF88F5:00:501:Next B=Green Now! PL1 (2/2)
pnickj:0:FF242D:01:001:Next B=Red Now! PL1
pnickj:0:FF88F5:01:501:Next B=Red Now! PL1 (2/2)
pnickj:0:FF242D:02:001:Next B=Blue Now! PL1
pnickj:0:FF88F5:02:501:Next B=Blue Now! PL1 (2/2)
pnickj:0:FF242D:03:001:Next B=Yellow Now! PL1
pnickj:0:FF88F5:03:501:Next B=Yellow Now! PL1 (2/2)
pnickj:0:FF2449:00:000:Next T always Green PL2
pnickj:0:FF8954:00:500:Next T always Green PL2 (2/2)
pnickj:0:FF2449:01:000:Next T always Red PL2
pnickj:0:FF8954:01:500:Next T always Red PL2 (2/2)
pnickj:0:FF2449:02:000:Next T always Blue PL2
pnickj:0:FF8954:02:500:Next T always Blue PL2 (2/2)
pnickj:0:FF2449:03:000:Next T always Yellow PL2
pnickj:0:FF8954:03:500:Next T always Yellow PL2(2/2)
pnickj:0:FF2449:00:000:Next T always Green* PL2
pnickj:0:FF8954:08:500:Next T always Green* PL2(2/2)
pnickj:0:FF2449:01:000:Next T always Red* PL2
pnickj:0:FF8954:09:500:Next T always Red* PL2 (2/2)
pnickj:0:FF2449:02:000:Next T always Blue* PL2
pnickj:0:FF8954:0A:500:Next T always Blue* PL2 (2/2)
pnickj:0:FF2449:03:000:Next T always Yellow*PL2
pnickj:0:FF8954:0B:500:Next T always Yellow*PL2(2/2)
pnickj:0:FF244D:00:000:Next B always Green PL2
pnickj:0:FF8955:00:500:Next B always Green PL2 (2/2)
pnickj:0:FF244D:01:000:Next B always Red PL2
pnickj:0:FF8955:01:500:Next B always Red PL2 (2/2)
pnickj:0:FF244D:02:000:Next B always Blue PL2
pnickj:0:FF8955:02:500:Next B always Blue PL2 (2/2)
pnickj:0:FF244D:03:000:Next B always Yellow PL2
pnickj:0:FF8955:03:500:Next B always Yellow PL2(2/2)
pnickj:0:FF2449:00:001:Next T=Green Now! PL2
pnickj:0:FF8954:00:501:Next T=Green Now! PL2 (2/2)
pnickj:0:FF2449:01:001:Next T=Red Now! PL2
pnickj:0:FF8954:01:501:Next T=Red Now! PL2 (2/2)
pnickj:0:FF2449:02:001:Next T=Blue Now! PL2
pnickj:0:FF8954:02:501:Next T=Blue Now! PL2 (2/2)
pnickj:0:FF2449:03:001:Next T=Yellow Now! PL2
pnickj:0:FF8954:03:501:Next T=Yellow Now! PL2 (2/2)
pnickj:0:FF2449:00:001:Next T=Green* Now! PL2
pnickj:0:FF8954:08:501:Next T=Green* Now! PL2 (2/2)
pnickj:0:FF2449:01:001:Next T=Red* Now! PL2
pnickj:0:FF8954:09:501:Next T=Red* Now! PL2 (2/2)
pnickj:0:FF2449:02:001:Next T=Blue* Now! PL2
pnickj:0:FF8954:0A:501:Next T=Blue* Now! PL2 (2/2)
pnickj:0:FF2449:03:001:Next T=Yellow* Now! PL2
pnickj:0:FF8954:0B:501:Next T=Yellow* Now! PL2 (2/2)
pnickj:0:FF244D:00:001:Next B=Green Now! PL2
pnickj:0:FF8955:00:501:Next B=Green Now! PL2 (2/2)
pnickj:0:FF244D:01:001:Next B=Red Now! PL2
pnickj:0:FF8955:01:501:Next B=Red Now! PL2 (2/2)
pnickj:0:FF244D:02:001:Next B=Blue Now! PL2
pnickj:0:FF8955:02:501:Next B=Blue Now! PL2 (2/2)
pnickj:0:FF244D:03:001:Next B=Yellow Now! PL2
pnickj:0:FF8955:03:501:Next B=Yellow Now! PL2 (2/2)
pnickj:0:000000:00:999:[Level piccy only changes on]
pnickj:0:000000:00:999:[certain levels including ]
pnickj:0:000000:00:999:[10, 30 and 50. ]
pnickj:0:FF8644:63:070:Select current level PL1
pnickj:0:FF8644:63:060:Select next level PL1
pnickj:0:FF8644:63:001:Go to last level Now! PL1
pnickj:0:FF8664:63:070:Select current level PL2
pnickj:0:FF8664:63:060:Select next level PL2
pnickj:0:FF8664:63:001:Go to last level Now! PL2
; [ Polaris (set 1) ]
polaris:0:214F:07:000:Infinite Lives PL1
polaris:0:224F:07:000:Infinite Lives PL2
; [ Polaris (set 2) ]
polarisa:0:214F:07:000:Infinite Lives PL1
polarisa:0:224F:07:000:Infinite Lives PL2
; [ Pole Position ]
polepos:0:5401:78:000:Infinite Time
polepos:1:A817:00:000:Always be in Pole Position
polepos:0:4630:01:000:Invincibility
; [ Pole Position (Atari version 1) ]
polepos1:0:5401:78:000:Infinite Time
polepos1:1:A817:00:000:Always be in Pole Position
polepos1:0:4630:01:000:Invincibility
; [ Pole Position II ]
polepos2:0:5401:78:000:Infinite Time
polepos2:1:A817:00:000:Always be in Pole Position
polepos2:0:4630:01:000:Invincibility
; [ Pole Position (Atari version 2) ]
poleposa:0:5401:78:000:Infinite Time
poleposa:1:A817:00:000:Always be in Pole Position
poleposa:0:4630:01:000:Invincibility
; [ Pole Position II (Atari) ]
poleps2a:0:5401:78:000:Infinite Time
poleps2a:1:A817:00:000:Always be in Pole Position
poleps2a:0:4630:01:000:Invincibility
; [ Pole Position II (Atari bootleg 1) ]
poleps2b:0:5401:78:000:Infinite Time
poleps2b:1:A817:00:000:Always be in Pole Position
poleps2b:0:4630:01:000:Invincibility
; [ Pole Position II (Atari bootleg 2) ]
poleps2c:0:5401:78:000:Infinite Time
poleps2c:1:A817:00:000:Always be in Pole Position
poleps2c:0:4630:01:000:Invincibility
; [ Pollux ]
pollux:0:C036:63:000:Infinite Credits
pollux:0:C129:03:000:Infinite Lives PL1
pollux:0:C12A:05:000:Infinite Bombs PL1
pollux:0:C12C:03:000:Infinite Lives PL2
pollux:0:C12D:05:000:Infinite Bombs PL2
; [ Poly-Play ]
polyplay:0:0CC0:0A:000:Infinite Time (on HIRSCHJAGD game)
polyplay:0:0C1C:FF:000:Infinite Ammo (on HIRSCHJAGD game)
polyplay:0:0C1A:03:000:Infinite Lives (on HASE AND WOLF game)
polyplay:0:F83B:35:000:Infinite Time (on ABFAHRTSLAUF game)
polyplay:0:0D38:78:000:Infinite Time (on SCHMETTERLINGE game)
polyplay:0:0D3C:32:000:Infinite Ammo (on SCHIESSBUDE game)
polyplay:0:0D00:5A:000:Infinite Time (on MERKSPIEL game)
polyplay:0:0D1E:00:000:Water Level (on WASSERROHRBRUCH game)
; [ Pomping World (Japan) ]
pompingw:0:E221:5B:000:Invincibility
pompingw:0:E200:04:500:Invincibility (2/2)
pompingw:0:E01A:99:000:Infinite Time
pompingw:0:E027:01:001:Stop the Bubbles Now!
pompingw:0:E027:00:001:Restart the Bubbles Now!
pompingw:0:E028:8C:000:Infinite Balloon Freeze Time
pompingw:0:E018:10:001:Goto Last level on comp.
pompingw:0:E019:30:501:Goto Last level on comp.(2/2)
pompingw:0:E018:10:001:Goto Last level on death
pompingw:0:E019:31:501:Goto Last level on death(2/2)
pompingw:0:E230:0A:000:Infinite Lives PL1
pompingw:0:E228:01:000:Always Have Protection PL1
pompingw:0:E229:00:000:Always Normal Weap. PL1
pompingw:0:E22C:00:500:Always Normal Weap. PL1 (2/3)
pompingw:0:E244:00:500:Always Normal Weap. PL1 (3/3)
pompingw:0:E229:01:000:Always Double Weap. PL1
pompingw:0:E22C:00:500:Always Double Weap. PL1 (2/3)
pompingw:0:E244:00:500:Always Double Weap. PL1 (3/3)
pompingw:0:E229:00:000:Always M. gun Weap. PL1
pompingw:0:E22C:01:500:Always M. gun Weap. PL1 (2/3)
pompingw:0:E244:00:500:Always M. gun Weap. PL1 (3/3)
pompingw:0:E229:00:000:Always Blocker Weap.PL1
pompingw:0:E22C:00:500:Always Blocker Weap.PL1 (2/3)
pompingw:0:E244:01:500:Always Blocker Weap.PL1 (3/3)
pompingw:0:E229:00:001:Get Normal Weap.PL1 Now!
pompingw:0:E22C:00:501:Get Normal Weap.PL1 Now!(2/3)
pompingw:0:E244:00:501:Get Normal Weap.PL1 Now!(3/3)
pompingw:0:E229:01:001:Get Double Weap.PL1 Now!
pompingw:0:E22C:00:501:Get Double Weap.PL1 Now!(2/3)
pompingw:0:E244:00:501:Get Double Weap.PL1 Now!(3/3)
pompingw:0:E229:00:001:Get M. gun Weap.PL1 Now!
pompingw:0:E22C:01:501:Get M. gun Weap.PL1 Now!(2/3)
pompingw:0:E244:00:501:Get M. gun Weap.PL1 Now!(3/3)
pompingw:0:E229:00:001:Get Blocker Weap.PL1 Now
pompingw:0:E22C:00:501:Get Blocker Weap.PL1 Now(2/3)
pompingw:0:E244:01:501:Get Blocker Weap.PL1 Now(3/3)
pompingw:0:E2B0:0A:000:Infinite Lives PL2
pompingw:0:E2A8:01:000:Always Have Protection PL2
pompingw:0:E2A9:00:000:Always Normal Weap. PL2
pompingw:0:E2AC:00:500:Always Normal Weap. PL2 (2/3)
pompingw:0:E2C4:00:500:Always Normal Weap. PL2 (3/3)
pompingw:0:E2A9:01:000:Always Double Weap. PL2
pompingw:0:E2AC:00:500:Always Double Weap. PL2 (2/3)
pompingw:0:E2C4:00:500:Always Double Weap. PL2 (3/3)
pompingw:0:E2A9:00:000:Always M. gun Weap. PL2
pompingw:0:E2AC:01:500:Always M. gun Weap. PL2 (2/3)
pompingw:0:E2C4:00:500:Always M. gun Weap. PL2 (3/3)
pompingw:0:E2A9:00:000:Always Blocker Weap.PL2
pompingw:0:E2AC:00:500:Always Blocker Weap.PL2 (2/3)
pompingw:0:E2C4:01:500:Always Blocker Weap.PL2 (3/3)
pompingw:0:E2A9:00:001:Get Normal Weap.PL2 Now!
pompingw:0:E2AC:00:501:Get Normal Weap.PL2 Now!(2/3)
pompingw:0:E2C4:00:501:Get Normal Weap.PL2 Now!(3/3)
pompingw:0:E2A9:01:001:Get Double Weap.PL2 Now!
pompingw:0:E2AC:00:501:Get Double Weap.PL2 Now!(2/3)
pompingw:0:E2C4:00:501:Get Double Weap.PL2 Now!(3/3)
pompingw:0:E2A9:00:001:Get M. gun Weap.PL2 Now!
pompingw:0:E2AC:01:501:Get M. gun Weap.PL2 Now!(2/3)
pompingw:0:E2C4:00:501:Get M. gun Weap.PL2 Now!(3/3)
pompingw:0:E2A9:00:001:Get Blocker Weap.PL2 Now
pompingw:0:E2AC:00:501:Get Blocker Weap.PL2 Now(2/3)
pompingw:0:E2C4:01:501:Get Blocker Weap.PL2 Now(3/3)
;Disable the Infinite Time cheat just before travelling to a different city
;otherwise the game will freeze! Also disable all Invicibility cheats just
;before ending a level or else the level will not end!
; [ Ponpoko ]
ponpoko:0:4C64:A1:000:Infinite Time
ponpoko:0:4C48:0A:000:Infinite Lives PL1
ponpoko:0:4C49:0A:000:Infinite Lives PL2
; [ Ponpoko (Venture Line) ]
ponpokov:0:4C64:A1:000:Infinite Time
ponpokov:0:4C48:0A:000:Infinite Lives PL1
ponpokov:0:4C49:0A:000:Infinite Lives PL2
; [ Pootan ]
pootan:0:8908:05:000:Infinite Lives
pootan:0:8901:01:001:1 wolf left
pootan:0:8D32:00:000:Invincibility to wolves&rocks
pootan:0:8F30:01:000:Meat Mania!
; [ Pooyan ]
pooyan:0:8908:05:000:Infinite Lives
pooyan:0:8901:01:001:1 wolf left
pooyan:0:8D32:00:000:Invincibility to wolves&rocks
pooyan:0:8F30:01:000:Meat Mania
; [ Pooyan (Stern) ]
pooyans:0:8908:05:000:Infinite Lives
pooyans:0:8901:01:001:1 wolf left
pooyans:0:8D32:00:000:Invincibility to wolves&rocks
pooyans:0:8F30:01:000:Meat Mania
; [ Pop 'n Bounce / Gapporin ]
popbounc:0:10823D:63:000:Infinite Lives PL1
popbounc:0:10824B:63:000:Infinite Lives PL2
popbounc:0:10820B:00:001:Finish this Stage Now!
; [ Popeye (revision D) ]
popeye:0:8000:08:000:Infinite Lives
popeye:0:810F:7D:000:Always Have Spinach Power
popeye:0:8116:70:000:Extra Speed
popeye:0:8C03:04:000:Always Red
popeye:0:80C8:10:000:Change Music
popeye:0:810F:7C:000:Freeze falling objects
popeye:0:8005:01:000:New Spinach with Each Life
popeye:0:8130:0C:000:Disco Bluto
;
popeye:0:8147:FF:000:Bluto is Scared of Staircases
;Bonus: if that one is activated when Bluto has a barrel
;on his head, the barrel will stay on for the rest of
;the level.
;
popeye:0:8C65:7F:000:Spinach Stays on Top
popeye:0:8C65:57:000:Spinach Stays on Bottom
popeye:0:81E1:28:000:Errant Spinach (^)
popeye:0:81E1:D8:000:Errant Spinach (v)
popeye:0:8158:01:000:Errant Olive (>)
popeye:0:8158:02:000:Errant Olive (<)
popeye:0:810A:00:000:One Heart at a Time
; [ Popeye (bootleg) ]
popeyebl:0:8000:08:000:Infinite Lives
popeyebl:0:810F:7D:000:Always Have Spinach Power
popeyebl:0:8116:70:000:Extra Speed
popeyebl:0:8C03:04:000:Always Red
popeyebl:0:80C8:10:000:Change Music
popeyebl:0:810F:7C:000:Freeze falling objects
popeyebl:0:8005:01:000:New Spinach with Each Life
popeyebl:0:8130:0C:000:Disco Bluto
;
popeyebl:0:8147:FF:000:Bluto is Scared of Staircases
;Bonus: if that one is activated when Bluto has a barrel
;on his head, the barrel will stay on for the rest of
;the level.
;
popeyebl:0:8C65:7F:000:Spinach Stays on Top
popeyebl:0:8C65:57:000:Spinach Stays on Bottom
popeyebl:0:81E1:28:000:Errant Spinach (^)
popeyebl:0:81E1:D8:000:Errant Spinach (v)
popeyebl:0:8158:01:000:Errant Olive (>)
popeyebl:0:8158:02:000:Errant Olive (<)
popeyebl:0:810A:00:000:One Heart at a Time
; [ Popeye (revision F) ]
popeyef:0:8000:08:000:Infinite Lives
popeyef:0:810F:7D:000:Always Have Spinach Power
popeyef:0:8116:70:000:Extra Speed
popeyef:0:8C03:04:000:Always Red
popeyef:0:80C8:10:000:Change Music
popeyef:0:810F:7C:000:Freeze falling objects
popeyef:0:8005:01:000:New Spinach with Each Life
popeyef:0:8130:0C:000:Disco Bluto
;
popeyef:0:8147:FF:000:Bluto is Scared of Staircases
;Bonus: if that one is activated when Bluto has a barrel
;on his head, the barrel will stay on for the rest of
;the level.
;
popeyef:0:8C65:7F:000:Spinach Stays on Top
popeyef:0:8C65:57:000:Spinach Stays on Bottom
popeyef:0:81E1:28:000:Errant Spinach (^)
popeyef:0:81E1:D8:000:Errant Spinach (v)
popeyef:0:8158:01:000:Errant Olive (>)
popeyef:0:8158:02:000:Errant Olive (<)
popeyef:0:810A:00:000:One Heart at a Time
; [ Popeye (revision D not protected) ]
popeyeu:0:8000:08:000:Infinite Lives
popeyeu:0:810F:7D:000:Always Have Spinach Power
popeyeu:0:8116:70:000:Extra Speed
popeyeu:0:8C03:04:000:Always Red
popeyeu:0:80C8:10:000:Change Music
popeyeu:0:810F:7C:000:Freeze falling objects
popeyeu:0:8005:01:000:New Spinach with Each Life
popeyeu:0:8130:0C:000:Disco Bluto
;
popeyeu:0:8147:FF:000:Bluto is Scared of Staircases
;Bonus: if that one is activated when Bluto has a barrel
;on his head, the barrel will stay on for the rest of
;the level.
;
popeyeu:0:8C65:7F:000:Spinach Stays on Top
popeyeu:0:8C65:57:000:Spinach Stays on Bottom
popeyeu:0:81E1:28:000:Errant Spinach (^)
popeyeu:0:81E1:D8:000:Errant Spinach (v)
popeyeu:0:8158:01:000:Errant Olive (>)
popeyeu:0:8158:02:000:Errant Olive (<)
popeyeu:0:810A:00:000:One Heart at a Time
; [ Pop Flamer (set 2) ]
popflama:0:4028:03:000:Infinite Lives
popflama:0:4292:0C:000:Constant full length flame
popflama:0:4292:18:000:Constant X2 length flame
; [ Pop Flamer (set 1) ]
popflame:0:4028:03:000:Infinite Lives
popflame:0:4292:0C:000:Constant full length flame
popflame:0:4292:18:000:Constant X2 length flame
; [ Pop 'N Pop (Japan) ]
popnpop:0:400265:09:000:Infinite Credits
popnpop:0:40A880:01:000:Infinite Move Time PL1
popnpop:0:40A881:FF:500:Infinite Move Time PL1 (2/2)
popnpop:0:40A15D:23:000:Always have lots of Special Weapons Next PL1
popnpop:0:40C1B2:01:000:Cloud never moves PL1
popnpop:0:40C1B3:69:500:Cloud never moves PL1 (2/2)
popnpop:0:40A0CF:00:000:Never get Attacked PL1 [VS MODE]
popnpop:0:40A826:00:500:Never get Attacked PL1 [VS MODE] (2/3)
popnpop:0:40A827:00:500:Never get Attacked PL1 [VS MODE] (3/3)
popnpop:0:40A0CD:0A:001:Attack opp. side with 10 Now! PL1 [VS MODE]
popnpop:0:40A828:FF:501:Attack opp. side with 10 Now! PL1 [VS MODE] (2/3)
popnpop:0:40A829:FF:501:Attack opp. side with 10 Now! PL1 [VS MODE] (3/3)
popnpop:0:40A0CD:60:001:Attack opp. side with LOTS Now! PL1 [VS MODE]:This is effectively a Win this Game Now! cheat
popnpop:0:40A828:FF:501:Attack opp. side with LOTS Now! PL1 [VS MODE] (2/3)
popnpop:0:40A829:FF:501:Attack opp. side with LOTS Now! PL1 [VS MODE] (3/3)
popnpop:0:000000:00:999:[ The cheats for the Next Bubbles do not update ]
popnpop:0:000000:00:999:[ the display, the Current Bubbles do though. ]
popnpop:0:40A869:01:000:Current Top Balloon always Red PL1
popnpop:0:40A869:02:000:Current Top Balloon always Brown PL1
popnpop:0:40A869:03:000:Current Top Balloon always Yellow PL1
popnpop:0:40A869:04:000:Current Top Balloon always Green PL1
popnpop:0:40A869:05:000:Current Top Balloon always Light Blue PL1
popnpop:0:40A869:06:000:Current Top Balloon always Dark Blue PL1
popnpop:0:40A869:07:000:Current Top Balloon always Purple PL1
popnpop:0:40A869:08:000:Current Top Balloon always Grey PL1
popnpop:0:40A86B:01:000:Current Bottom Balloon always Red PL1
popnpop:0:40A86B:02:000:Current Bottom Balloon always Brown PL1
popnpop:0:40A86B:03:000:Current Bottom Balloon always Yellow PL1
popnpop:0:40A86B:04:000:Current Bottom Balloon always Green PL1
popnpop:0:40A86B:05:000:Current Bottom Balloon always Light Blue PL1
popnpop:0:40A86B:06:000:Current Bottom Balloon always Dark Blue PL1
popnpop:0:40A86B:07:000:Current Bottom Balloon always Purple PL1
popnpop:0:40A86B:08:000:Current Bottom Balloon always Grey PL1
popnpop:0:40A869:01:001:Current Top Balloon is Red Now! PL1
popnpop:0:40A869:02:001:Current Top Balloon is Brown Now! PL1
popnpop:0:40A869:03:001:Current Top Balloon is Yellow Now! PL1
popnpop:0:40A869:04:001:Current Top Balloon is Green Now! PL1
popnpop:0:40A869:05:001:Current Top Balloon is Light Blue Now! PL1
popnpop:0:40A869:06:001:Current Top Balloon is Dark Blue Now! PL1
popnpop:0:40A869:07:001:Current Top Balloon is Purple Now! PL1
popnpop:0:40A869:08:001:Current Top Balloon is Grey Now! PL1
popnpop:0:40A86B:01:001:Current Bottom Balloon is Red Now! PL1
popnpop:0:40A86B:02:001:Current Bottom Balloon is Brown Now! PL1
popnpop:0:40A86B:03:001:Current Bottom Balloon is Yellow Now! PL1
popnpop:0:40A86B:04:001:Current Bottom Balloon is Green Now! PL1
popnpop:0:40A86B:05:001:Current Bottom Balloon is Light Blue Now! PL1
popnpop:0:40A86B:06:001:Current Bottom Balloon is Dark Blue Now! PL1
popnpop:0:40A86B:07:001:Current Bottom Balloon is Purple Now! PL1
popnpop:0:40A86B:08:001:Current Bottom Balloon is Grey Now! PL1
popnpop:0:40A84B:01:000:Next Top Balloon always Red PL1
popnpop:0:40A84B:02:000:Next Top Balloon always Brown PL1
popnpop:0:40A84B:03:000:Next Top Balloon always Yellow PL1
popnpop:0:40A84B:04:000:Next Top Balloon always Green PL1
popnpop:0:40A84B:05:000:Next Top Balloon always Light Blue PL1
popnpop:0:40A84B:06:000:Next Top Balloon always Dark Blue PL1
popnpop:0:40A84B:07:000:Next Top Balloon always Purple PL1
popnpop:0:40A84B:08:000:Next Top Balloon always Grey PL1
popnpop:0:40A84F:01:000:Next Bottom Balloon always Red PL1
popnpop:0:40A84F:02:000:Next Bottom Balloon always Brown PL1
popnpop:0:40A84F:03:000:Next Bottom Balloon always Yellow PL1
popnpop:0:40A84F:04:000:Next Bottom Balloon always Green PL1
popnpop:0:40A84F:05:000:Next Bottom Balloon always Light Blue PL1
popnpop:0:40A84F:06:000:Next Bottom Balloon always Dark Blue PL1
popnpop:0:40A84F:07:000:Next Bottom Balloon always Purple PL1
popnpop:0:40A84F:08:000:Next Bottom Balloon always Grey PL1
popnpop:0:40A84B:01:001:Next Top Balloon is Red Now! PL1
popnpop:0:40A84B:02:001:Next Top Balloon is Brown Now! PL1
popnpop:0:40A84B:03:001:Next Top Balloon is Yellow Now! PL1
popnpop:0:40A84B:04:001:Next Top Balloon is Green Now! PL1
popnpop:0:40A84B:05:001:Next Top Balloon is Light Blue Now! PL1
popnpop:0:40A84B:06:001:Next Top Balloon is Dark Blue Now! PL1
popnpop:0:40A84B:07:001:Next Top Balloon is Purple Now! PL1
popnpop:0:40A84B:08:001:Next Top Balloon is Grey Now! PL1
popnpop:0:40A84F:01:001:Next Bottom Balloon is Red Now! PL1
popnpop:0:40A84F:02:001:Next Bottom Balloon is Brown Now! PL1
popnpop:0:40A84F:03:001:Next Bottom Balloon is Yellow Now! PL1
popnpop:0:40A84F:04:001:Next Bottom Balloon is Green Now! PL1
popnpop:0:40A84F:05:001:Next Bottom Balloon is Light Blue Now! PL1
popnpop:0:40A84F:06:001:Next Bottom Balloon is Dark Blue Now! PL1
popnpop:0:40A84F:07:001:Next Bottom Balloon is Purple Now! PL1
popnpop:0:40A84F:08:001:Next Bottom Balloon is Grey Now! PL1
popnpop:0:40A882:01:000:Infinite Move Time PL2
popnpop:0:40A883:FF:500:Infinite Move Time PL2 (2/2)
popnpop:0:40A15F:23:000:Always have lots of Special Weapons Next PL2
popnpop:0:40C1B4:01:000:Cloud never moves PL2
popnpop:0:40C1B5:69:500:Cloud never moves PL2 (2/2)
popnpop:0:40A0CD:00:000:Never get Attacked PL2 [VS MODE]
popnpop:0:40A828:00:500:Never get Attacked PL2 [VS MODE] (2/3)
popnpop:0:40A829:00:500:Never get Attacked PL2 [VS MODE] (3/3)
popnpop:0:40A0CF:0A:001:Attack opp. side with 10 Now! PL2 [VS MODE]
popnpop:0:40A826:FF:501:Attack opp. side with 10 Now! PL2 [VS MODE] (2/3)
popnpop:0:40A827:FF:501:Attack opp. side with 10 Now! PL2 [VS MODE] (3/3)
popnpop:0:40A0CF:60:001:Attack opp. side with LOTS Now! PL2 [VS MODE]:This is effectively a Win this Game Now! cheat
popnpop:0:40A826:FF:501:Attack opp. side with LOTS Now! PL2 [VS MODE] (2/3)
popnpop:0:40A827:FF:501:Attack opp. side with LOTS Now! PL2 [VS MODE] (3/3)
popnpop:0:000000:00:999:[ The cheats for the Next Bubbles do not update ]
popnpop:0:000000:00:999:[ the display, the Current Bubbles do though. ]
popnpop:0:40A86D:01:000:Current Top Balloon always Red PL2
popnpop:0:40A86D:02:000:Current Top Balloon always Brown PL2
popnpop:0:40A86D:03:000:Current Top Balloon always Yellow PL2
popnpop:0:40A86D:04:000:Current Top Balloon always Green PL2
popnpop:0:40A86D:05:000:Current Top Balloon always Light Blue PL2
popnpop:0:40A86D:06:000:Current Top Balloon always Dark Blue PL2
popnpop:0:40A86D:07:000:Current Top Balloon always Purple PL2
popnpop:0:40A86D:08:000:Current Top Balloon always Grey PL2
popnpop:0:40A86F:01:000:Current Bottom Balloon always Red PL2
popnpop:0:40A86F:02:000:Current Bottom Balloon always Brown PL2
popnpop:0:40A86F:03:000:Current Bottom Balloon always Yellow PL2
popnpop:0:40A86F:04:000:Current Bottom Balloon always Green PL2
popnpop:0:40A86F:05:000:Current Bottom Balloon always Light Blue PL2
popnpop:0:40A86F:06:000:Current Bottom Balloon always Dark Blue PL2
popnpop:0:40A86F:07:000:Current Bottom Balloon always Purple PL2
popnpop:0:40A86F:08:000:Current Bottom Balloon always Grey PL2
popnpop:0:40A86D:01:001:Current Top Balloon is Red Now! PL2
popnpop:0:40A86D:02:001:Current Top Balloon is Brown Now! PL2
popnpop:0:40A86D:03:001:Current Top Balloon is Yellow Now! PL2
popnpop:0:40A86D:04:001:Current Top Balloon is Green Now! PL2
popnpop:0:40A86D:05:001:Current Top Balloon is Light Blue Now! PL2
popnpop:0:40A86D:06:001:Current Top Balloon is Dark Blue Now! PL2
popnpop:0:40A86D:07:001:Current Top Balloon is Purple Now! PL2
popnpop:0:40A86D:08:001:Current Top Balloon is Grey Now! PL2
popnpop:0:40A86F:01:001:Current Bottom Balloon is Red Now! PL2
popnpop:0:40A86F:02:001:Current Bottom Balloon is Brown Now! PL2
popnpop:0:40A86F:03:001:Current Bottom Balloon is Yellow Now! PL2
popnpop:0:40A86F:04:001:Current Bottom Balloon is Green Now! PL2
popnpop:0:40A86F:05:001:Current Bottom Balloon is Light Blue Now! PL2
popnpop:0:40A86F:06:001:Current Bottom Balloon is Dark Blue Now! PL2
popnpop:0:40A86F:07:001:Current Bottom Balloon is Purple Now! PL2
popnpop:0:40A86F:08:001:Current Bottom Balloon is Grey Now! PL2
popnpop:0:40A84D:01:000:Next Top Balloon always Red PL2
popnpop:0:40A84D:02:000:Next Top Balloon always Brown PL2
popnpop:0:40A84D:03:000:Next Top Balloon always Yellow PL2
popnpop:0:40A84D:04:000:Next Top Balloon always Green PL2
popnpop:0:40A84D:05:000:Next Top Balloon always Light Blue PL2
popnpop:0:40A84D:06:000:Next Top Balloon always Dark Blue PL2
popnpop:0:40A84D:07:000:Next Top Balloon always Purple PL2
popnpop:0:40A84D:08:000:Next Top Balloon always Grey PL2
popnpop:0:40A851:01:000:Next Bottom Balloon always Red PL2
popnpop:0:40A851:02:000:Next Bottom Balloon always Brown PL2
popnpop:0:40A851:03:000:Next Bottom Balloon always Yellow PL2
popnpop:0:40A851:04:000:Next Bottom Balloon always Green PL2
popnpop:0:40A851:05:000:Next Bottom Balloon always Light Blue PL2
popnpop:0:40A851:06:000:Next Bottom Balloon always Dark Blue PL2
popnpop:0:40A851:07:000:Next Bottom Balloon always Purple PL2
popnpop:0:40A851:08:000:Next Bottom Balloon always Grey PL2
popnpop:0:40A84D:01:001:Next Top Balloon is Red Now! PL2
popnpop:0:40A84D:02:001:Next Top Balloon is Brown Now! PL2
popnpop:0:40A84D:03:001:Next Top Balloon is Yellow Now! PL2
popnpop:0:40A84D:04:001:Next Top Balloon is Green Now! PL2
popnpop:0:40A84D:05:001:Next Top Balloon is Light Blue Now! PL2
popnpop:0:40A84D:06:001:Next Top Balloon is Dark Blue Now! PL2
popnpop:0:40A84D:07:001:Next Top Balloon is Purple Now! PL2
popnpop:0:40A84D:08:001:Next Top Balloon is Grey Now! PL2
popnpop:0:40A851:01:001:Next Bottom Balloon is Red Now! PL2
popnpop:0:40A851:02:001:Next Bottom Balloon is Brown Now! PL2
popnpop:0:40A851:03:001:Next Bottom Balloon is Yellow Now! PL2
popnpop:0:40A851:04:001:Next Bottom Balloon is Green Now! PL2
popnpop:0:40A851:05:001:Next Bottom Balloon is Light Blue Now! PL2
popnpop:0:40A851:06:001:Next Bottom Balloon is Dark Blue Now! PL2
popnpop:0:40A851:07:001:Next Bottom Balloon is Purple Now! PL2
popnpop:0:40A851:08:001:Next Bottom Balloon is Grey Now! PL2
popnpop:0:000000:00:999:[After you enable these region cheats to see any ]
popnpop:0:000000:00:999:[effect you will have to reset the game (F3). ]
popnpop:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
popnpop:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
popnpop:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
popnpop:0:0FFFFF:01:000:Region Switch = Japan
popnpop:0:0FFFFF:02:000:Region Switch = US
popnpop:0:0FFFFF:03:000:Region Switch = World
; [ Port Man ]
portman:0:8050:05:000:Infinite Lives
; [ Pot of Gold ]
potogold:0:0123:08:000:Infinite Lives PL1
potogold:0:0134:08:000:Infinite Lives PL2
potogold:0:028C:B4:000:Freeze Leprechaun
potogold:0:028D:9C:500:Freeze Leprechaun (2/2)
; [ Poto Poto (Japan) ]
potopoto:0:FFECBD:09:000:Infinite Credits
potopoto:0:FF18F9:00:000:Infinite Time
potopoto:0:FF9877:01:000:Current Tile always Yellow PL1
potopoto:0:FF9877:02:000:Current Tile always Dark Blue PL1
potopoto:0:FF9877:03:000:Current Tile always Green PL1
potopoto:0:FF9877:04:000:Current Tile always Red PL1
potopoto:0:FF9877:05:000:Current Tile always Light Blue PL1
potopoto:0:FF9877:06:000:Current Tile always Bomb Tile PL1
potopoto:0:FF9877:01:001:Current Tile is Yellow Now! PL1
potopoto:0:FF9877:02:001:Current Tile is Dark Blue Now! PL1
potopoto:0:FF9877:03:001:Current Tile is Green Now! PL1
potopoto:0:FF9877:04:001:Current Tile is Red Now! PL1
potopoto:0:FF9877:05:001:Current Tile is Light Blue Now! PL1
potopoto:0:FF9877:06:001:Current Tile is Bomb Tile Now! PL1
potopoto:0:FF9B9D:01:000:Current Tile always Yellow PL2
potopoto:0:FF9B9D:02:000:Current Tile always Dark Blue PL2
potopoto:0:FF9B9D:03:000:Current Tile always Green PL2
potopoto:0:FF9B9D:04:000:Current Tile always Red PL2
potopoto:0:FF9B9D:05:000:Current Tile always Light Blue PL2
potopoto:0:FF9B9D:06:000:Current Tile always Bomb Tile PL2
potopoto:0:FF9B9D:01:001:Current Tile is Yellow Now! PL2
potopoto:0:FF9B9D:02:001:Current Tile is Dark Blue Now! PL2
potopoto:0:FF9B9D:03:001:Current Tile is Green Now! PL2
potopoto:0:FF9B9D:04:001:Current Tile is Red Now! PL2
potopoto:0:FF9B9D:05:001:Current Tile is Light Blue Now! PL2
potopoto:0:FF9B9D:06:001:Current Tile is Bomb Tile Now! PL2
; [ Pound for Pound (World) ]
poundfor:0:E0023:00:000:Infinite Round Time
poundfor:0:E0023:B4:001:Finish Round Now!
poundfor:0:E00F6:A0:000:Infinite Energy (Title Match) PL1
poundfor:0:E00F6:70:000:Infinite Energy (Main Event) PL1
poundfor:0:E00F6:00:001:Drain all Energy Now! PL1
poundfor:0:E04B6:A0:000:Infinite Energy (Title Match) PL2
poundfor:0:E04B6:70:000:Infinite Energy (Main Event) CP
poundfor:0:E04B6:00:001:Drain all Energy Now! PL2/CP
; [ Pound for Pound (US) ]
poundfou:0:E0023:00:000:Infinite Round Time
poundfou:0:E0023:B4:001:Finish Round Now!
poundfou:0:E00F6:A0:000:Infinite Energy (Title Match) PL1
poundfou:0:E00F6:70:000:Infinite Energy (Main Event) PL1
poundfou:0:E00F6:00:001:Drain all Energy Now! PL1
poundfou:0:E04B6:A0:000:Infinite Energy (Title Match) PL2
poundfou:0:E04B6:70:000:Infinite Energy (Main Event) CP
poundfou:0:E04B6:00:001:Drain all Energy Now! PL2/CP
; [ P.O.W. - Prisoners of War (US) ]
pow:0:04003B:63:000:Infinite Lives PL1
pow:0:040036:1F:000:Infinite Energy PL1
pow:0:040039:79:000:Infinite Ammo PL1
pow:0:040052:00:000:Invincibility PL1
pow:0:040053:FF:500:Invincibility PL1 (2/2)
pow:0:040015:00:005:Always have No weapon PL1
pow:0:040015:01:005:Always have Machine Gun PL1
pow:0:040015:03:005:Always have Knife PL1
pow:0:040015:00:001:Lose all weapons Now! PL1
pow:0:040015:01:001:Get Machine Gun Now! PL1
pow:0:040015:03:001:Get Knife Now! PL1
pow:0:04009B:63:000:Infinite Lives PL2
pow:0:040096:1F:000:Infinite Energy PL2
pow:0:040099:79:000:Infinite Ammo PL2
pow:0:0400B2:00:000:Invincibility PL2
pow:0:0400B3:FF:500:Invincibility PL2 (2/2)
pow:0:040075:00:005:Always have No weapon PL2
pow:0:040075:01:005:Always have Machine Gun PL2
pow:0:040075:03:005:Always have Knife PL2
pow:0:040075:00:001:Lose all weapons Now! PL2
pow:0:040075:01:001:Get Machine Gun Now! PL2
pow:0:040075:03:001:Get Knife Now! PL2
; [ Power Drive ]
powerdrv:0:E023:00:000:Infinite Official Time
powerdrv:0:E024:00:500:Infinite Official Time (2/2)
; [ Power Instinct (USA bootleg) ]
powerins:0:180344:99:000:Infinite Time
powerins:0:180344:00:001:Finish this Round Now!
powerins:0:180699:FF:000:Infinite Energy PL1
powerins:0:180699:00:001:Drain All Energy Now! PL1
powerins:0:180799:FF:000:Infinite Energy PL2
powerins:0:180799:00:001:Drain All Energy Now! PL2
; [ Datsugoku - Prisoners of War (Japan) ]
powj:0:04003B:63:000:Infinite Lives PL1
powj:0:040036:1F:000:Infinite Energy PL1
powj:0:040039:79:000:Infinite Ammo PL1
powj:0:040052:00:000:Invincibility PL1
powj:0:040053:FF:500:Invincibility PL1 (2/2)
powj:0:040015:00:005:Always have No weapon PL1
powj:0:040015:01:005:Always have Machine Gun PL1
powj:0:040015:03:005:Always have Knife PL1
powj:0:040015:00:001:Lose all weapons Now! PL1
powj:0:040015:01:001:Get Machine Gun Now! PL1
powj:0:040015:03:001:Get Knife Now! PL1
powj:0:04009B:63:000:Infinite Lives PL2
powj:0:040096:1F:000:Infinite Energy PL2
powj:0:040099:79:000:Infinite Ammo PL2
powj:0:0400B2:00:000:Invincibility PL2
powj:0:0400B3:FF:500:Invincibility PL2 (2/2)
powj:0:040075:00:005:Always have No weapon PL2
powj:0:040075:01:005:Always have Machine Gun PL2
powj:0:040075:03:005:Always have Knife PL2
powj:0:040075:00:001:Lose all weapons Now! PL2
powj:0:040075:01:001:Get Machine Gun Now! PL2
powj:0:040075:03:001:Get Knife Now! PL2
; [ Prehistoric Isle in 1930 (World) ]
prehisle:0:07012F:03:000:Infinite Lives PL1
prehisle:0:07012D:B4:000:Invincibility PL1:To be used when you blink
prehisle:0:0706AD:B4:000:Invincibility PL2:To be used when you blink
prehisle:0:0706AF:03:000:Infinite Lives PL2
; [ Prehistoric Isle in 1930 (US) ]
prehislu:0:07012F:03:000:Infinite Lives PL1
prehislu:0:07012D:B4:000:Invincibility PL1:To be used when you blink
prehislu:0:0706AD:B4:000:Invincibility PL2:To be used when you blink
prehislu:0:0706AF:03:000:Infinite Lives PL2
; [ Primella ]
primella:0:C503:63:000:Infinite Credits
primella:0:C033:0F:001:Set score to 99990 Now! PL1
primella:0:C034:27:501:Set score to 99990 Now! PL1 (2/2)
primella:0:C033:00:001:Set score to 0 Now! PL1
primella:0:C034:00:501:Set score to 0 Now! PL1 (2/2)
primella:0:C0D8:0F:001:Set score to 99990 Now! PL2
primella:0:C0D9:27:501:Set score to 99990 Now! PL2(2/2)
primella:0:C0D8:00:001:Set score to 0 Now! PL2
primella:0:C0D9:00:501:Set score to 0 Now! PL2 (2/2)
; [ Premier Soccer (Japan) ]
prmrsocr:0:100D05:09:000:Infinite Credits
prmrsocr:0:1001BB:5F:000:Infinite Time
prmrsocr:0:1001BA:EA:500:Infinite Time (2/2)
prmrsocr:0:1001BB:00:001:Finish this Half Now!
prmrsocr:0:1001BA:00:501:Finish this Half Now! (2/2)
prmrsocr:0:1001BC:00:000:Score always 0 PL1
prmrsocr:0:1001BC:63:000:Score always 99 PL1
prmrsocr:0:1001BC:00:001:Set score = 0 Now! PL1
prmrsocr:0:1001BC:32:001:Set score = 50 Now! PL1
prmrsocr:0:1001BC:63:070:Select score Now! PL1
prmrsocr:0:1001BD:00:000:Score always = 0 PL2
prmrsocr:0:1001BD:63:000:Score always = 99 PL2
prmrsocr:0:1001BD:00:001:Set score = 0 Now! PL2
prmrsocr:0:1001BD:32:001:Set score = 50 Now! PL2
prmrsocr:0:1001BD:63:070:Select score Now! PL2
; [ Prime Time Fighter (US old version) ]
prmtmfgo:0:413000:09:000:Infinite Credits
prmtmfgo:0:413893:78:000:Infinite Energy PL1
prmtmfgo:0:41806D:8C:500:Infinite Energy PL1 (2/3)
prmtmfgo:0:41806F:68:500:Infinite Energy PL1 (3/3)
prmtmfgo:0:413893:00:001:Drain All Energy Now! PL1
prmtmfgo:0:41806D:00:501:Drain All Energy Now! PL1 (2/3)
prmtmfgo:0:41806F:00:501:Drain All Energy Now! PL1 (3/3)
prmtmfgo:0:413993:78:000:Infinite Energy PL2
prmtmfgo:0:4180ED:8C:500:Infinite Energy PL2 (2/3)
prmtmfgo:0:4180EF:68:500:Infinite Energy PL2 (3/3)
prmtmfgo:0:413993:00:001:Drain All Energy Now! PL2
prmtmfgo:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3)
prmtmfgo:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3)
prmtmfgo:0:000000:00:999:[After you enable these region cheats to see any ]
prmtmfgo:0:000000:00:999:[effect you will have to reset the game (F3). ]
prmtmfgo:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
prmtmfgo:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
prmtmfgo:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
prmtmfgo:0:0FFFFF:01:001:Region Switch = Japan:Top Ranking Stars
prmtmfgo:0:0FFFFF:02:001:Region Switch = US:Prime Time Fighter
prmtmfgo:0:0FFFFF:03:001:Region Switch = World:Top Ranking Stars
; [ Prime Time Fighter (US new version) ]
prmtmfgt:0:413000:09:000:Infinite Credits
prmtmfgt:0:413893:78:000:Infinite Energy PL1
prmtmfgt:0:41806D:8C:500:Infinite Energy PL1 (2/3)
prmtmfgt:0:41806F:68:500:Infinite Energy PL1 (3/3)
prmtmfgt:0:413893:00:001:Drain All Energy Now! PL1
prmtmfgt:0:41806D:00:501:Drain All Energy Now! PL1 (2/3)
prmtmfgt:0:41806F:00:501:Drain All Energy Now! PL1 (3/3)
prmtmfgt:0:413993:78:000:Infinite Energy PL2
prmtmfgt:0:4180ED:8C:500:Infinite Energy PL2 (2/3)
prmtmfgt:0:4180EF:68:500:Infinite Energy PL2 (3/3)
prmtmfgt:0:413993:00:001:Drain All Energy Now! PL2
prmtmfgt:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3)
prmtmfgt:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3)
prmtmfgt:0:000000:00:999:[After you enable these region cheats to see any ]
prmtmfgt:0:000000:00:999:[effect you will have to reset the game (F3). ]
prmtmfgt:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
prmtmfgt:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
prmtmfgt:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
prmtmfgt:0:0FFFFF:01:001:Region Switch = Japan:Top Ranking Stars
prmtmfgt:0:0FFFFF:02:001:Region Switch = US:Prime Time Fighter
prmtmfgt:0:0FFFFF:03:001:Region Switch = World:Top Ranking Stars
; [ Bishoujo Janshi Pretty Sailor 18-kin (Japan) ]
psailor1:0:0000:00:999:[The winning hand cheat must]
psailor1:0:0000:00:999:[be activated when there are]
psailor1:0:0000:00:999:[14 tiles in your hand, then]
psailor1:0:0000:00:999:[press the RON key . ]
psailor1:0:0000:00:999:[('Z' by default). The tiles]
psailor1:0:0000:00:999:[do not visually change ]
psailor1:0:0000:00:999:[until you make a move. ]
psailor1:0:FBE6:31:001:Get winning hand Now!
psailor1:0:FBE7:31:501:Get winning hand Now! (02/14)
psailor1:0:FBE8:31:501:Get winning hand Now! (03/14)
psailor1:0:FBE9:32:501:Get winning hand Now! (04/14)
psailor1:0:FBEA:32:501:Get winning hand Now! (05/14)
psailor1:0:FBEB:32:501:Get winning hand Now! (06/14)
psailor1:0:FBEC:33:501:Get winning hand Now! (07/14)
psailor1:0:FBED:33:501:Get winning hand Now! (08/14)
psailor1:0:FBEE:33:501:Get winning hand Now! (09/14)
psailor1:0:FBEF:34:501:Get winning hand Now! (10/14)
psailor1:0:FBF0:34:501:Get winning hand Now! (11/14)
psailor1:0:FBF1:34:501:Get winning hand Now! (12/14)
psailor1:0:FBF2:35:501:Get winning hand Now! (13/14)
psailor1:0:FBF3:35:501:Get winning hand Now! (14/14)
psailor1:0:0000:00:999:[At the start of a game, ]
psailor1:0:0000:00:999:[there may be some small ]
psailor1:0:0000:00:999:[glitches on the tiles when ]
psailor1:0:0000:00:999:[using the 'Always' cheats. ]
psailor1:0:0000:00:999:[The cheats should still ]
psailor1:0:0000:00:999:[work as normal. ]
psailor1:0:FBE6:31:000:Always winning hand
psailor1:0:FBE7:31:500:Always winning hand (02/14)
psailor1:0:FBE8:31:500:Always winning hand (03/14)
psailor1:0:FBE9:32:500:Always winning hand (04/14)
psailor1:0:FBEA:32:500:Always winning hand (05/14)
psailor1:0:FBEB:32:500:Always winning hand (06/14)
psailor1:0:FBEC:33:500:Always winning hand (07/14)
psailor1:0:FBED:33:500:Always winning hand (08/14)
psailor1:0:FBEE:33:500:Always winning hand (09/14)
psailor1:0:FBEF:34:500:Always winning hand (10/14)
psailor1:0:FBF0:34:500:Always winning hand (11/14)
psailor1:0:FBF1:34:500:Always winning hand (12/14)
psailor1:0:FBF2:35:500:Always winning hand (13/14)
psailor1:0:FBF3:35:500:Always winning hand (14/14)
; [ Bishoujo Janshi Pretty Sailor 2 (Japan) ]
psailor2:0:0000:00:999:[The winning hand cheat must]
psailor2:0:0000:00:999:[be activated when there are]
psailor2:0:0000:00:999:[14 tiles in your hand, then]
psailor2:0:0000:00:999:[press the RON key . ]
psailor2:0:0000:00:999:[('Z' by default). The tiles]
psailor2:0:0000:00:999:[do not visually change ]
psailor2:0:0000:00:999:[until you make a move. ]
psailor2:0:FBF5:31:001:Get winning hand Now!
psailor2:0:FBF6:31:501:Get winning hand Now! (02/14)
psailor2:0:FBF7:31:501:Get winning hand Now! (03/14)
psailor2:0:FBF8:32:501:Get winning hand Now! (04/14)
psailor2:0:FBF9:32:501:Get winning hand Now! (05/14)
psailor2:0:FBFA:32:501:Get winning hand Now! (06/14)
psailor2:0:FBFB:33:501:Get winning hand Now! (07/14)
psailor2:0:FBFC:33:501:Get winning hand Now! (08/14)
psailor2:0:FBFD:33:501:Get winning hand Now! (09/14)
psailor2:0:FBFE:34:501:Get winning hand Now! (10/14)
psailor2:0:FBFF:34:501:Get winning hand Now! (11/14)
psailor2:0:FC00:34:501:Get winning hand Now! (12/14)
psailor2:0:FC01:35:501:Get winning hand Now! (13/14)
psailor2:0:FC02:35:501:Get winning hand Now! (14/14)
psailor2:0:0000:00:999:[At the start of a game, ]
psailor2:0:0000:00:999:[there may be some small ]
psailor2:0:0000:00:999:[glitches on the tiles when ]
psailor2:0:0000:00:999:[using the 'Always' cheats. ]
psailor2:0:0000:00:999:[The cheats should still ]
psailor2:0:0000:00:999:[work as normal. ]
psailor2:0:FBF5:31:000:Always winning hand
psailor2:0:FBF6:31:500:Always winning hand (02/14)
psailor2:0:FBF7:31:500:Always winning hand (03/14)
psailor2:0:FBF8:32:500:Always winning hand (04/14)
psailor2:0:FBF9:32:500:Always winning hand (05/14)
psailor2:0:FBFA:32:500:Always winning hand (06/14)
psailor2:0:FBFB:33:500:Always winning hand (07/14)
psailor2:0:FBFC:33:500:Always winning hand (08/14)
psailor2:0:FBFD:33:500:Always winning hand (09/14)
psailor2:0:FBFE:34:500:Always winning hand (10/14)
psailor2:0:FBFF:34:500:Always winning hand (11/14)
psailor2:0:FC00:34:500:Always winning hand (12/14)
psailor2:0:FC01:35:500:Always winning hand (13/14)
psailor2:0:FC02:35:500:Always winning hand (14/14)
; [ Perfect Soldiers (Japan) ]
psoldier:0:E7113:99:000:Infinite Time
psoldier:0:E30A8:80:000:Infinite Energy PL1
psoldier:0:E30A8:00:001:Drain Energy Now! PL1
psoldier:0:E3128:80:000:Infinite Energy PL2
psoldier:0:E3128:00:001:Drain Energy Now! PL2
; [ Power Spikes (Korea) ]
pspikes:0:1016B5:3B:000:Infinite Time
pspikes:0:10168F:11:001:End ball to win a game PL1
pspikes:0:10168F:00:000:Score always set to 0 PL1
pspikes:0:10168F:00:001:Set score to 0 Now! PL1
pspikes:0:10168F:11:070:Select score PL1
pspikes:0:101691:11:001:End ball to win a game PL2
pspikes:0:101691:00:000:Score always set to 0 PL2
pspikes:0:101691:00:001:Set score to 0 Now! PL2
pspikes:0:101691:11:070:Select score PL2
; [ Power Spikes II ]
pspikes2:0:102B4D:3B:000:Infinite Game Time
pspikes2:0:102B4B:3B:501:Infinite Game Time (2/2)
pspikes2:0:102B4D:01:001:Finish Game Now!
pspikes2:0:102B4B:00:501:Finish Game Now! (2/2)
pspikes2:0:1018F9:60:000:Always Full Energy PL1
pspikes2:0:102CD5:60:500:Always Full Energy PL1 (2/2)
pspikes2:0:102CD9:30:000:Always have Max Power PL1
pspikes2:0:102CD9:00:000:Always have Min Power PL1
pspikes2:0:1018F9:00:001:Drain All Energy Now! PL1
pspikes2:0:102CD5:00:501:Drain All Energy Now! PL1(2/2)
pspikes2:0:1018FB:60:000:Always Full Energy PL2
pspikes2:0:102CD7:60:500:Always Full Energy PL2 (2/2)
pspikes2:0:102CDB:30:000:Always have Max Power PL2
pspikes2:0:102CDB:00:000:Always have Min Power PL2
pspikes2:0:1018FB:00:001:Drain All Energy Now! PL2
pspikes2:0:102CD7:00:501:Drain All Energy Now! PL2(2/2)
; [ Mahjong Panic Stadium (Japan) ]
pstadium:0:F94F:FF:000:Infinite "Genki"
pstadium:0:0000:00:999:[The winning hand cheat must]
pstadium:0:0000:00:999:[be activated when there are]
pstadium:0:0000:00:999:[14 tiles in your hand, then]
pstadium:0:0000:00:999:[press the RON key . ]
pstadium:0:0000:00:999:[('Z' by default). The tiles]
pstadium:0:0000:00:999:[do not visually change ]
pstadium:0:0000:00:999:[until you make a move. ]
pstadium:0:FC8B:31:001:Get winning hand Now!
pstadium:0:FC8C:31:501:Get winning hand Now! (02/14)
pstadium:0:FC8D:31:501:Get winning hand Now! (03/14)
pstadium:0:FC8E:32:501:Get winning hand Now! (04/14)
pstadium:0:FC8F:32:501:Get winning hand Now! (05/14)
pstadium:0:FC90:32:501:Get winning hand Now! (06/14)
pstadium:0:FC91:33:501:Get winning hand Now! (07/14)
pstadium:0:FC92:33:501:Get winning hand Now! (08/14)
pstadium:0:FC93:33:501:Get winning hand Now! (09/14)
pstadium:0:FC94:34:501:Get winning hand Now! (10/14)
pstadium:0:FC95:34:501:Get winning hand Now! (11/14)
pstadium:0:FC96:34:501:Get winning hand Now! (12/14)
pstadium:0:FC97:35:501:Get winning hand Now! (13/14)
pstadium:0:FC98:35:501:Get winning hand Now! (14/14)
pstadium:0:FC8B:31:000:Always winning hand
pstadium:0:FC8C:31:500:Always winning hand (02/14)
pstadium:0:FC8D:31:500:Always winning hand (03/14)
pstadium:0:FC8E:32:500:Always winning hand (04/14)
pstadium:0:FC8F:32:500:Always winning hand (05/14)
pstadium:0:FC90:32:500:Always winning hand (06/14)
pstadium:0:FC91:33:500:Always winning hand (07/14)
pstadium:0:FC92:33:500:Always winning hand (08/14)
pstadium:0:FC93:33:500:Always winning hand (09/14)
pstadium:0:FC94:34:500:Always winning hand (10/14)
pstadium:0:FC95:34:500:Always winning hand (11/14)
pstadium:0:FC96:34:500:Always winning hand (12/14)
pstadium:0:FC97:35:500:Always winning hand (13/14)
pstadium:0:FC98:35:500:Always winning hand (14/14)
; [ Power Surge ]
psurge:0:A89B:03:000:Infinite Lives
psurge:0:A885:FF:000:Infinite Energy
psurge:0:A893:05:000:Infinite Bombs
; [ Psychic 5 ]
psychic5:0:FA15:59:000:Infinite Time
psychic5:0:E004:05:000:Infinite Lives
psychic5:0:0000:00:999:[See the Dip Switch Menu to ]
psychic5:0:0000:00:999:[enable Invincibility. ]
psychic5:0:FA18:80:000:Always have the Witch's Broom
psychic5:0:FA18:80:001:Get the Witch's Broom Now!
psychic5:0:FA17:01:000:Always have the Mega Hammer
psychic5:0:FA17:01:001:Get the Mega Hammer Now!
psychic5:0:E0B3:01:000:Always Have x2 Bonus
psychic5:0:E0B3:02:000:Always Have x4 Bonus
psychic5:0:E0B3:03:000:Always Have x8 Bonus
psychic5:0:E003:04:020:Always have fat guy
psychic5:0:E003:08:020:Always have slim guy
psychic5:0:E003:10:020:Always have old man
psychic5:0:0000:00:999:[Activate these level cheats]
psychic5:0:0000:00:999:[before you die or before ]
psychic5:0:0000:00:999:[choosing esper ]
psychic5:0:E001:01:001:Go to level 2 Next
psychic5:0:E001:02:001:Go to level 3 Next
psychic5:0:E001:03:001:Go to level 4 Next
psychic5:0:E001:04:001:Go to level 5 Next
psychic5:0:E001:05:001:Go to level 6 Next
psychic5:0:E001:06:001:Go to level 7 Next
psychic5:0:E001:07:001:Go to level 8 Next
; [ Psycho Soldier (US) ]
psychos:0:F77E:03:000:Infinite Lives PL1
psychos:0:F77F:03:500:Infinite Lives PL1 (2/2)
psychos:0:F790:0C:000:Infinite Powerballs PL1
psychos:0:F78E:14:000:Maximum energy PL1
psychos:0:0000000:00:999:[Dont get stuck in Dead Ends]
psychos:0:0000000:00:999:[Turn Invincibility OFF if ]
psychos:0:0000000:00:999:[you do!! ]
psychos:0:F780:0C:000:Invincibility PL1
psychos:0:F7D4:03:000:Infinite Lives PL2
psychos:0:F7D5:03:500:Infinite Lives PL2 (2/2)
psychos:0:F7E6:0C:000:Infinite Powerballs PL2
psychos:0:F7E4:14:000:Maximum energy PL2
psychos:0:0000000:00:999:[Dont get stuck in Dead Ends]
psychos:0:0000000:00:999:[Turn Invincibility OFF if ]
psychos:0:0000000:00:999:[you do!! ]
psychos:0:F7D6:0C:000:Invincibility PL2
; [ Psycho Soldier (Japan) ]
psychosj:0:F77E:03:000:Infinite Lives PL1
psychosj:0:F77F:03:500:Infinite Lives PL1 (2/2)
psychosj:0:F790:0C:000:Infinite Powerballs PL1
psychosj:0:F78E:14:000:Maximum energy PL1
psychosj:0:0000000:00:999:[Dont get stuck in Dead Ends]
psychosj:0:0000000:00:999:[Turn Invincibility OFF if ]
psychosj:0:0000000:00:999:[you do!! ]
psychosj:0:F780:0C:000:Invincibility PL1
psychosj:0:F7D4:03:000:Infinite Lives PL2
psychosj:0:F7D5:03:500:Infinite Lives PL2 (2/2)
psychosj:0:F7E6:0C:000:Infinite Powerballs PL2
psychosj:0:F7E4:14:000:Maximum energy PL2
psychosj:0:0000000:00:999:[Dont get stuck in Dead Ends]
psychosj:0:0000000:00:999:[Turn Invincibility OFF if ]
psychosj:0:0000000:00:999:[you do!! ]
psychosj:0:F7D6:0C:000:Invincibility PL2
; [ Point Blank ]
ptblank:0:1C00B7:06:000:Infinite Lives PL1
ptblank:0:1C006F:FF:000:Infinite Ammo PL1
ptblank:0:1C00B3:00:000:Never be penalised for bad shots PL1
ptblank:0:1C00B9:06:000:Infinite Lives PL2
ptblank:0:1C0071:FF:000:Infinite Ammo PL2
ptblank:0:1C00B5:00:000:Never be penalised for bad shots PL2
; [ Puchi Carat (Japan) ]
puchicar:0:40026B:09:000:Infinite Credits
puchicar:0:400F39:0C:000:Always play as Patoraco PL1:Enable this Secret Character cheat on or before the character selection screen
puchicar:0:400F99:0C:000:Always play as Patoraco PL2:Enable this Secret Character cheat on or before the character selection screen
puchicar:0:000000:00:999:[After you enable these region cheats to see any ]
puchicar:0:000000:00:999:[effect you will have to reset the game (F3). ]
puchicar:0:000000:00:999:[Then you may have to press the Test switch (F2).]
puchicar:0:0FFFFF:01:000:Region Switch = Japan
puchicar:0:0FFFFF:02:000:Region Switch = US
puchicar:0:0FFFFF:03:000:Region Switch = World
; [ PuckMan (Japan set 1) ]
puckman:0:4E14:06:000:Infinite Lives
puckman:0:4E15:05:500:Infinite Lives (2/2)
puckman:0:0000:00:999:[------Starting Levels------]
puckman:0:0000:00:999:[Deactivate the cheats after]
puckman:0:0000:00:999:[starting the level or leave]
puckman:0:0000:00:999:[active to repeat the level.]
puckman:0:4E0A:7E:000:Start at Strawberry
puckman:0:4E13:01:500:Start at Strawberry (2/2)
puckman:0:4E0A:7F:000:Start at 1st Orange
puckman:0:4E13:02:500:Start at 1st Orange (2/2)
puckman:0:4E0A:80:000:Start at 2nd Orange
puckman:0:4E13:03:500:Start at 2nd Orange (2/2)
puckman:0:4E0A:81:000:Start at 1st Apple
puckman:0:4E13:04:500:Start at 1st Apple (2/2)
puckman:0:4E0A:82:000:Start at 2nd Apple
puckman:0:4E13:05:500:Start at 2nd Apple (2/2)
puckman:0:4E0A:83:000:Start at 1st Pineapple
puckman:0:4E13:06:500:Start at 1st Pineapple (2/2)
puckman:0:4E0A:84:000:Start at 2nd Pineapple
puckman:0:4E13:07:500:Start at 2nd Pineapple (2/2)
puckman:0:4E0A:85:000:Start at 1st Galaxian
puckman:0:4E13:08:500:Start at 1st Galaxian (2/2)
puckman:0:4E0A:86:000:Start at 2nd Galaxian
puckman:0:4E13:09:500:Start at 2nd Galaxian (2/2)
puckman:0:4E0A:87:000:Start at 1st Bell
puckman:0:4E13:0A:500:Start at 1st Bell (2/2)
puckman:0:4E0A:88:000:Start at 2nd Bell
puckman:0:4E13:0B:500:Start at 2nd Bell (2/2)
puckman:0:4E0A:87:000:Start at 1st Key
puckman:0:4E13:0C:500:Start at 1st Key (2/2)
puckman:0:4E0A:88:000:Start at 2nd Key
puckman:0:4E13:0D:500:Start at 2nd Key (2/2)
puckman:0:0000:00:999:[------Practice Levels------]
puckman:0:4E13:00:000:Practice Cherry
puckman:0:4E13:01:000:Practice Strawberry
puckman:0:4E13:02:000:Practice 1st Orange
puckman:0:4E13:03:000:Practice 2nd Orange
puckman:0:4E13:04:000:Practice 1st Apple
puckman:0:4E13:05:000:Practice 2nd Apple
puckman:0:4E13:06:000:Practice 1st Pineapple
puckman:0:4E13:07:000:Practice 2nd Pineapple
puckman:0:4E13:08:000:Practice 1st Galaxian
puckman:0:4E13:09:000:Practice 2nd Galaxian
puckman:0:4E13:0A:000:Practice 1st Bell
puckman:0:4E13:0B:000:Practice 2nd Bell
puckman:0:4E13:0C:000:Practice 1st Key
puckman:0:4E13:0D:000:Practice 2nd Key
puckman:0:4E13:FF:000:Split-Screen (Unplayable)
puckman:0:4E13:FE:000:No maze or dots(Unfinishable)
puckman:0:0000:00:999:[------Practice Speeds------]
puckman:0:4DBD:00:000:Stay blue until eaten
puckman:0:4DBE:00:500:Stay blue until eaten (2/2)
puckman:0:4DBD:58:000:Slow changeback
puckman:0:4DBE:02:500:Slow changeback (2/2)
puckman:0:4DBD:68:000:Moderate changeback
puckman:0:4DBE:01:500:Moderate changeback (2/2)
puckman:0:4DBD:F0:000:Quick changeback
puckman:0:4DBE:00:500:Quick changeback (2/2)
puckman:0:4DBD:78:000:Lightning changeback
puckman:0:4DBE:00:500:Lightning changeback (2/2)
puckman:0:4DBD:01:000:No change to blue
puckman:0:4DBE:00:500:No change to blue (2/2)
puckman:0:0000:00:999:[-------Ghost Status--------]
puckman:0:4DA7:01:000:Red always blue
puckman:0:4DA8:01:000:Pink always blue
puckman:0:4DA9:01:000:Green always blue
puckman:0:4DAA:01:000:Orange always blue
puckman:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ PuckMan (Japan set 2) ]
puckmana:0:4E14:06:000:Infinite Lives
puckmana:0:4E15:05:500:Infinite Lives (2/2)
puckmana:0:0000:00:999:[------Starting Levels------]
puckmana:0:0000:00:999:[Deactivate the cheats after]
puckmana:0:0000:00:999:[starting the level or leave]
puckmana:0:0000:00:999:[active to repeat the level.]
puckmana:0:4E0A:7E:000:Start at Strawberry
puckmana:0:4E13:01:500:Start at Strawberry (2/2)
puckmana:0:4E0A:7F:000:Start at 1st Orange
puckmana:0:4E13:02:500:Start at 1st Orange (2/2)
puckmana:0:4E0A:80:000:Start at 2nd Orange
puckmana:0:4E13:03:500:Start at 2nd Orange (2/2)
puckmana:0:4E0A:81:000:Start at 1st Apple
puckmana:0:4E13:04:500:Start at 1st Apple (2/2)
puckmana:0:4E0A:82:000:Start at 2nd Apple
puckmana:0:4E13:05:500:Start at 2nd Apple (2/2)
puckmana:0:4E0A:83:000:Start at 1st Pineapple
puckmana:0:4E13:06:500:Start at 1st Pineapple (2/2)
puckmana:0:4E0A:84:000:Start at 2nd Pineapple
puckmana:0:4E13:07:500:Start at 2nd Pineapple (2/2)
puckmana:0:4E0A:85:000:Start at 1st Galaxian
puckmana:0:4E13:08:500:Start at 1st Galaxian (2/2)
puckmana:0:4E0A:86:000:Start at 2nd Galaxian
puckmana:0:4E13:09:500:Start at 2nd Galaxian (2/2)
puckmana:0:4E0A:87:000:Start at 1st Bell
puckmana:0:4E13:0A:500:Start at 1st Bell (2/2)
puckmana:0:4E0A:88:000:Start at 2nd Bell
puckmana:0:4E13:0B:500:Start at 2nd Bell (2/2)
puckmana:0:4E0A:87:000:Start at 1st Key
puckmana:0:4E13:0C:500:Start at 1st Key (2/2)
puckmana:0:4E0A:88:000:Start at 2nd Key
puckmana:0:4E13:0D:500:Start at 2nd Key (2/2)
puckmana:0:0000:00:999:[------Practice Levels------]
puckmana:0:4E13:00:000:Practice Cherry
puckmana:0:4E13:01:000:Practice Strawberry
puckmana:0:4E13:02:000:Practice 1st Orange
puckmana:0:4E13:03:000:Practice 2nd Orange
puckmana:0:4E13:04:000:Practice 1st Apple
puckmana:0:4E13:05:000:Practice 2nd Apple
puckmana:0:4E13:06:000:Practice 1st Pineapple
puckmana:0:4E13:07:000:Practice 2nd Pineapple
puckmana:0:4E13:08:000:Practice 1st Galaxian
puckmana:0:4E13:09:000:Practice 2nd Galaxian
puckmana:0:4E13:0A:000:Practice 1st Bell
puckmana:0:4E13:0B:000:Practice 2nd Bell
puckmana:0:4E13:0C:000:Practice 1st Key
puckmana:0:4E13:0D:000:Practice 2nd Key
puckmana:0:4E13:FF:000:Split-Screen (Unplayable)
puckmana:0:4E13:FE:000:No maze or dots(Unfinishable)
puckmana:0:0000:00:999:[------Practice Speeds------]
puckmana:0:4DBD:00:000:Stay blue until eaten
puckmana:0:4DBE:00:500:Stay blue until eaten (2/2)
puckmana:0:4DBD:58:000:Slow changeback
puckmana:0:4DBE:02:500:Slow changeback (2/2)
puckmana:0:4DBD:68:000:Moderate changeback
puckmana:0:4DBE:01:500:Moderate changeback (2/2)
puckmana:0:4DBD:F0:000:Quick changeback
puckmana:0:4DBE:00:500:Quick changeback (2/2)
puckmana:0:4DBD:78:000:Lightning changeback
puckmana:0:4DBE:00:500:Lightning changeback (2/2)
puckmana:0:4DBD:01:000:No change to blue
puckmana:0:4DBE:00:500:No change to blue (2/2)
puckmana:0:0000:00:999:[-------Ghost Status--------]
puckmana:0:4DA7:01:000:Red always blue
puckmana:0:4DA8:01:000:Pink always blue
puckmana:0:4DA9:01:000:Green always blue
puckmana:0:4DAA:01:000:Orange always blue
puckmana:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ PuckMan (harder?) ]
puckmod:0:4E14:06:000:Infinite Lives
puckmod:0:4E15:05:500:Infinite Lives (2/2)
puckmod:0:0000:00:999:[------Starting Levels------]
puckmod:0:0000:00:999:[Deactivate the cheats after]
puckmod:0:0000:00:999:[starting the level or leave]
puckmod:0:0000:00:999:[active to repeat the level.]
puckmod:0:4E0A:7E:000:Start at Strawberry
puckmod:0:4E13:01:500:Start at Strawberry (2/2)
puckmod:0:4E0A:7F:000:Start at 1st Orange
puckmod:0:4E13:02:500:Start at 1st Orange (2/2)
puckmod:0:4E0A:80:000:Start at 2nd Orange
puckmod:0:4E13:03:500:Start at 2nd Orange (2/2)
puckmod:0:4E0A:81:000:Start at 1st Apple
puckmod:0:4E13:04:500:Start at 1st Apple (2/2)
puckmod:0:4E0A:82:000:Start at 2nd Apple
puckmod:0:4E13:05:500:Start at 2nd Apple (2/2)
puckmod:0:4E0A:83:000:Start at 1st Pineapple
puckmod:0:4E13:06:500:Start at 1st Pineapple (2/2)
puckmod:0:4E0A:84:000:Start at 2nd Pineapple
puckmod:0:4E13:07:500:Start at 2nd Pineapple (2/2)
puckmod:0:4E0A:85:000:Start at 1st Galaxian
puckmod:0:4E13:08:500:Start at 1st Galaxian (2/2)
puckmod:0:4E0A:86:000:Start at 2nd Galaxian
puckmod:0:4E13:09:500:Start at 2nd Galaxian (2/2)
puckmod:0:4E0A:87:000:Start at 1st Bell
puckmod:0:4E13:0A:500:Start at 1st Bell (2/2)
puckmod:0:4E0A:88:000:Start at 2nd Bell
puckmod:0:4E13:0B:500:Start at 2nd Bell (2/2)
puckmod:0:4E0A:87:000:Start at 1st Key
puckmod:0:4E13:0C:500:Start at 1st Key (2/2)
puckmod:0:4E0A:88:000:Start at 2nd Key
puckmod:0:4E13:0D:500:Start at 2nd Key (2/2)
puckmod:0:0000:00:999:[------Practice Levels------]
puckmod:0:4E13:00:000:Practice Cherry
puckmod:0:4E13:01:000:Practice Strawberry
puckmod:0:4E13:02:000:Practice 1st Orange
puckmod:0:4E13:03:000:Practice 2nd Orange
puckmod:0:4E13:04:000:Practice 1st Apple
puckmod:0:4E13:05:000:Practice 2nd Apple
puckmod:0:4E13:06:000:Practice 1st Pineapple
puckmod:0:4E13:07:000:Practice 2nd Pineapple
puckmod:0:4E13:08:000:Practice 1st Galaxian
puckmod:0:4E13:09:000:Practice 2nd Galaxian
puckmod:0:4E13:0A:000:Practice 1st Bell
puckmod:0:4E13:0B:000:Practice 2nd Bell
puckmod:0:4E13:0C:000:Practice 1st Key
puckmod:0:4E13:0D:000:Practice 2nd Key
puckmod:0:4E13:FF:000:Split-Screen (Unplayable)
puckmod:0:4E13:FE:000:No maze or dots(Unfinishable)
puckmod:0:0000:00:999:[------Practice Speeds------]
puckmod:0:4DBD:00:000:Stay blue until eaten
puckmod:0:4DBE:00:500:Stay blue until eaten (2/2)
puckmod:0:4DBD:58:000:Slow changeback
puckmod:0:4DBE:02:500:Slow changeback (2/2)
puckmod:0:4DBD:68:000:Moderate changeback
puckmod:0:4DBE:01:500:Moderate changeback (2/2)
puckmod:0:4DBD:F0:000:Quick changeback
puckmod:0:4DBE:00:500:Quick changeback (2/2)
puckmod:0:4DBD:78:000:Lightning changeback
puckmod:0:4DBE:00:500:Lightning changeback (2/2)
puckmod:0:4DBD:01:000:No change to blue
puckmod:0:4DBE:00:500:No change to blue (2/2)
puckmod:0:0000:00:999:[-------Ghost Status--------]
puckmod:0:4DA7:01:000:Red always blue
puckmod:0:4DA8:01:000:Pink always blue
puckmod:0:4DA9:01:000:Green always blue
puckmod:0:4DAA:01:000:Orange always blue
puckmod:0:4DA5:00:000:Ghosts Always Edible (No Pts)
; [ PuLiRuLa (World) ]
pulirula:0:307F0B:04:000:Infinite Lives PL1
pulirula:0:307F0F:60:000:Infinite Energy PL1
pulirula:0:307F0D:05:000:Infinite Magic PL1
pulirula:0:307EDC:01:000:Invincibility PL1
pulirula:0:307F95:04:000:Infinite Lives PL2
pulirula:0:307F99:60:000:Infinite Energy PL2
pulirula:0:307F97:05:000:Infinite Magic PL2
pulirula:0:307F66:01:000:Invincibility PL2
; [ PuLiRuLa (Japan) ]
pulirulj:0:307F0B:04:000:Infinite Lives PL1
pulirulj:0:307F0F:60:000:Infinite Energy PL1
pulirulj:0:307F0D:05:000:Infinite Magic PL1
pulirulj:0:307EDC:01:000:Invincibility PL1
pulirulj:0:307F95:04:000:Infinite Lives PL2
pulirulj:0:307F99:60:000:Infinite Energy PL2
pulirulj:0:307F97:05:000:Infinite Magic PL2
pulirulj:0:307F66:01:000:Invincibility PL2
; [ Pulsar ]
pulsar:0:E596:06:000:Infinite Lives PL1
pulsar:0:E63B:06:000:Infinite Lives PL2
pulsar:0:E3C5:0E:000:Infinite Fuel
pulsar:0:E388:60:000:Invincibility
; [ Pulstar ]
pulstar:0:1017DE:07:000:Max Speed
pulstar:0:10132A:02:000:Infinite Lives PL1
pulstar:0:1016AD:A4:000:Invincibility PL1
pulstar:0:10132B:02:000:Infinite Lives PL2
pulstar:0:000000:00:999:[The remaining cheats have ]
pulstar:0:000000:00:999:[NOT been tested yet! ]
pulstar:0:1017E1:67:000:Full Powerups and addons
pulstar:0:1017DF:01:000:bomb
pulstar:0:1017E0:01:000:Laser 1
pulstar:0:1017E0:02:000:Laser 2
pulstar:0:1017E0:03:000:Laser 3
pulstar:0:1017E0:04:000:Laser 4
pulstar:0:1017E1:FF:000:Max Power
pulstar:0:101AB5:05:000:Space 5
pulstar:0:101ADD:05:000:Space 5
pulstar:0:101AB5:06:000:Space 6
pulstar:0:101ADD:06:000:Space 6
pulstar:0:101AB5:07:000:Space 7
pulstar:0:101ADD:07:000:Space 7
pulstar:0:101AB5:08:000:Final Space 8
pulstar:0:101ADD:08:000:Final Space 8
pulstar:0:101696:FF:000:Full Charge PL1
pulstar:0:1017DE:07:000:Max Speed
; [ Punch-Out!! ]
punchout:0:D022:70:000:Invincibility PL1
punchout:0:D048:1A:000:KO Power
punchout:0:D7F2:03:000:Infinite Time
punchout:0:D024:00:001:Drain Other Fighter Now!
punchout:0:D024:00:000:Quick KDs/KOs
; [ Punisher, The (World) ]
punisher:0:FF18AB:BF:000:Infinite Time
punisher:0:FF5BA4:03:000:Infinite Lives PL1
punisher:0:FF8E9F:88:000:Infinite Energy PL1
punisher:0:FF5BCA:09:000:Infinite Bombs PL1
punisher:0:FF8EB5:F0:000:Invincibility PL1
punisher:0:FF8F9F:88:000:Infinite Energy PL2
punisher:0:FF5BCB:09:000:Infinite Bombs PL2
punisher:0:FF5BA5:03:000:Infinite Lives PL2
punisher:0:FF8FB5:F0:000:Invincibility PL2
; [ Punisher, The (Japan) ]
punishrj:0:FF18AB:BF:000:Infinite Time
punishrj:0:FF5BA4:03:000:Infinite Lives PL1
punishrj:0:FF8E9F:88:000:Infinite Energy PL1
punishrj:0:FF5BCA:09:000:Infinite Bombs PL1
punishrj:0:FF8EB5:F0:000:Invincibility PL1
punishrj:0:FF8F9F:88:000:Infinite Energy PL2
punishrj:0:FF5BCB:09:000:Infinite Bombs PL2
punishrj:0:FF5BA5:03:000:Infinite Lives PL2
punishrj:0:FF8FB5:F0:000:Invincibility PL2
; [ Punisher, The (US) ]
punishru:0:FF18AB:BF:000:Infinite Time
punishru:0:FF5BA4:03:000:Infinite Lives PL1
punishru:0:FF8E9F:88:000:Infinite Energy PL1
punishru:0:FF5BCA:09:000:Infinite Bombs PL1
punishru:0:FF8EB5:F0:000:Invincibility PL1
punishru:0:FF8F9F:88:000:Infinite Energy PL2
punishru:0:FF5BCB:09:000:Infinite Bombs PL2
punishru:0:FF5BA5:03:000:Infinite Lives PL2
punishru:0:FF8FB5:F0:000:Invincibility PL2
; [ Punk Shot (US 4 Players) ]
punkshot:0:0802B3:3B:000:Infinite Time
punkshot:0:0802B2:09:500:Infinite Time (2/2)
punkshot:0:0802B3:00:001:Finish this Game Now!
punkshot:0:0802B2:00:501:Finish this Game Now! (2/2)
punkshot:0:080005:8E:000:Infinite Energy PL1+PL3
punkshot:0:080485:0A:000:Score always = 10 PL1
punkshot:0:080485:00:000:Score always = 0 PL1
punkshot:0:080485:0A:001:Set score = 10 Now! PL1
punkshot:0:080485:00:001:Set score = 0 Now! PL1
punkshot:0:080085:8E:000:Infinite Energy PL2+PL4
punkshot:0:080487:0A:000:Score always = 10 PL2
punkshot:0:080487:00:000:Score always = 0 PL2
punkshot:0:080487:0A:001:Set score = 10 Now! PL2
punkshot:0:080487:00:001:Set score = 0 Now! PL2
punkshot:0:080282:FF:002:Sound Test Timer Stop:[PL2 Shot1]Next Code
; [ Punk Shot (US 2 Players) ]
punksht2:0:0802B3:3B:000:Infinite Time
punksht2:0:0802B2:09:500:Infinite Time (2/2)
punksht2:0:0802B3:00:001:Finish this Game Now!
punksht2:0:0802B2:00:501:Finish this Game Now! (2/2)
punksht2:0:080005:90:000:Infinite Energy PL1
punksht2:0:080485:0A:000:Score always = 10 PL1
punksht2:0:080485:00:000:Score always = 0 PL1
punksht2:0:080485:0A:001:Set score = 10 Now! PL1
punksht2:0:080485:00:001:Set score = 0 Now! PL1
punksht2:0:080085:8E:000:Infinite Energy PL2
punksht2:0:080487:0A:000:Score always = 10 PL2
punksht2:0:080487:00:000:Score always = 0 PL2
punksht2:0:080487:0A:001:Set score = 10 Now! PL2
punksht2:0:080487:00:001:Set score = 0 Now! PL2
punksht2:0:080282:FF:002:Sound Test Timer Stop:[PL2 Shot1]Next Code
; [ Punk Shot (Japan 2 Players) ]
punkshtj:0:0802B3:3B:000:Infinite Time
punkshtj:0:0802B2:09:500:Infinite Time (2/2)
punkshtj:0:0802B3:00:001:Finish this Game Now!
punkshtj:0:0802B2:00:501:Finish this Game Now! (2/2)
punkshtj:0:080485:0A:000:Score always = 10 PL1
punkshtj:0:080485:00:000:Score always = 0 PL1
punkshtj:0:080485:0A:001:Set score = 10 Now! PL1
punkshtj:0:080485:00:001:Set score = 0 Now! PL1
punkshtj:0:080487:0A:000:Score always = 10 PL2
punkshtj:0:080487:00:000:Score always = 0 PL2
punkshtj:0:080487:0A:001:Set score = 10 Now! PL2
punkshtj:0:080487:00:001:Set score = 0 Now! PL2
punkshtj:0:080282:FF:002:Sound Test Timer Stop:[PL2 Shot1]Next Code
; [ Pururun ]
pururun:0:80F046:63:000:Infinite Credits
pururun:0:80C0AD:00:001:Get one line to complete stage Now!
pururun:0:000000:00:999:[These Select starting stage cheats are *NOT* ]
pururun:0:000000:00:999:[linked so they must BOTH be selected ]
pururun:0:000000:00:999:[individually one after the other! ]
pururun:0:000000:00:999:[You should enable these cheats on the press ]
pururun:0:000000:00:999:[START button screen. ]
pururun:0:80F359:FF:021:Select starting stage (1|2)
pururun:0:80F359:18:061:Select starting stage (2|2)
pururun:0:80F359:18:061:Select next stage
pururun:0:80F387:06:000:Infinite Bombs PL1
pururun:0:80F389:06:000:Infinite Bombs PL2
; [ Pushman ]
pushman:0:FFCC02:80:000:Infinite Credits
pushman:0:FFCC03:40:007:Infinite Time
pushman:0:FFCC21:04:000:Infinite Lives PL1
pushman:0:FFCC10:09:000:Infinite Pulls PL1
pushman:0:FFCC26:04:000:Infinite Lives PL2
pushman:0:FFCC27:09:000:Infinite Pulls PL2
; [ Puyo Puyo 2 (Japan) ]
puyopuy2:0:FF4821:63:000:Infinite Credits
puyopuy2:0:FF85A0:00:000:Next bottom bubble always Red PL1
puyopuy2:0:FF85A0:01:000:Next bottom bubble always Yellow PL1
puyopuy2:0:FF85A0:03:000:Next bottom bubble always Green PL1
puyopuy2:0:FF85A0:04:000:Next bottom bubble always Purple PL1
puyopuy2:0:FF85A0:05:000:Next bottom bubble always Blue PL1
puyopuy2:0:FF85A1:00:000:Next top bubble always Red PL1
puyopuy2:0:FF85A1:01:000:Next top bubble always Yellow PL1
puyopuy2:0:FF85A1:03:000:Next top bubble always Green PL1
puyopuy2:0:FF85A1:04:000:Next top bubble always Purple PL1
puyopuy2:0:FF85A1:05:000:Next top bubble always Blue PL1
puyopuy2:0:FF85A0:00:001:Next bottom bubble is Red Now! PL1
puyopuy2:0:FF85A0:01:001:Next bottom bubble is Yellow Now! PL1
puyopuy2:0:FF85A0:03:001:Next bottom bubble is Green Now! PL1
puyopuy2:0:FF85A0:04:001:Next bottom bubble is Purple Now! PL1
puyopuy2:0:FF85A0:05:001:Next bottom bubble is Blue Now! PL1
puyopuy2:0:FF85A1:00:001:Next top bubble is Red Now! PL1
puyopuy2:0:FF85A1:01:001:Next top bubble is Yellow Now! PL1
puyopuy2:0:FF85A1:03:001:Next top bubble is Green Now! PL1
puyopuy2:0:FF85A1:04:001:Next top bubble is Purple Now! PL1
puyopuy2:0:FF85A1:05:001:Next top bubble is Blue Now! PL1
puyopuy2:0:FF8DA0:00:000:Next bottom bubble always Red PL2
puyopuy2:0:FF8DA0:01:000:Next bottom bubble always Yellow PL2
puyopuy2:0:FF8DA0:03:000:Next bottom bubble always Green PL2
puyopuy2:0:FF8DA0:04:000:Next bottom bubble always Purple PL2
puyopuy2:0:FF8DA0:05:000:Next bottom bubble always Blue PL2
puyopuy2:0:FF8DA1:00:000:Next top bubble always Red PL2
puyopuy2:0:FF8DA1:01:000:Next top bubble always Yellow PL2
puyopuy2:0:FF8DA1:03:000:Next top bubble always Green PL2
puyopuy2:0:FF8DA1:04:000:Next top bubble always Purple PL2
puyopuy2:0:FF8DA1:05:000:Next top bubble always Blue PL2
puyopuy2:0:FF8DA0:00:001:Next bottom bubble is Red Now! PL2
puyopuy2:0:FF8DA0:01:001:Next bottom bubble is Yellow Now! PL2
puyopuy2:0:FF8DA0:03:001:Next bottom bubble is Green Now! PL2
puyopuy2:0:FF8DA0:04:001:Next bottom bubble is Purple Now! PL2
puyopuy2:0:FF8DA0:05:001:Next bottom bubble is Blue Now! PL2
puyopuy2:0:FF8DA1:00:001:Next top bubble is Red Now! PL2
puyopuy2:0:FF8DA1:01:001:Next top bubble is Yellow Now! PL2
puyopuy2:0:FF8DA1:03:001:Next top bubble is Green Now! PL2
puyopuy2:0:FF8DA1:04:001:Next top bubble is Purple Now! PL2
puyopuy2:0:FF8DA1:05:001:Next top bubble is Blue Now! PL2
; [ Puyo Puyo (Japan) (Rev A) ]
puyopuya:0:FFFCD9:09:000:Infinite Credits
puyopuya:0:000000:00:999:[These cheats are for the one player game]
puyopuya:0:FFE015:00:000:Never get Attacked PL1
puyopuya:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1
puyopuya:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat
puyopuya:0:FFE166:00:000:Next bottom bubble always Red PL1
puyopuya:0:FFE166:01:000:Next bottom bubble always Yellow PL1
puyopuya:0:FFE166:03:000:Next bottom bubble always Green PL1
puyopuya:0:FFE166:04:000:Next bottom bubble always Purple PL1
puyopuya:0:FFE166:05:000:Next bottom bubble always Blue PL1
puyopuya:0:FFE167:00:000:Next top bubble always Red PL1
puyopuya:0:FFE167:01:000:Next top bubble always Yellow PL1
puyopuya:0:FFE167:03:000:Next top bubble always Green PL1
puyopuya:0:FFE167:04:000:Next top bubble always Purple PL1
puyopuya:0:FFE167:05:000:Next top bubble always Blue PL1
puyopuya:0:FFE166:00:001:Next bottom bubble is Red Now! PL1
puyopuya:0:FFE166:01:001:Next bottom bubble is Yellow Now! PL1
puyopuya:0:FFE166:03:001:Next bottom bubble is Green Now! PL1
puyopuya:0:FFE166:04:001:Next bottom bubble is Purple Now! PL1
puyopuya:0:FFE166:05:001:Next bottom bubble is Blue Now! PL1
puyopuya:0:FFE167:00:001:Next top bubble is Red Now! PL1
puyopuya:0:FFE167:01:001:Next top bubble is Yellow Now! PL1
puyopuya:0:FFE167:03:001:Next top bubble is Green Now! PL1
puyopuya:0:FFE167:04:001:Next top bubble is Purple Now! PL1
puyopuya:0:FFE167:05:001:Next top bubble is Blue Now! PL1
puyopuya:0:FFE055:00:000:Never get Attacked CPU
puyopuya:0:FFE015:0A:001:Attack opposite side with 10 Now! CPU
puyopuya:0:FFE015:50:001:Attack opposite side with LOTS Now! CPU:This is effectively a Win this Game Now! cheat
puyopuya:0:FFE226:00:000:Next bottom bubble always Red CPU
puyopuya:0:FFE226:01:000:Next bottom bubble always Yellow CPU
puyopuya:0:FFE226:03:000:Next bottom bubble always Green CPU
puyopuya:0:FFE226:04:000:Next bottom bubble always Purple CPU
puyopuya:0:FFE226:05:000:Next bottom bubble always Blue CPU
puyopuya:0:FFE227:00:000:Next top bubble always Red CPU
puyopuya:0:FFE227:01:000:Next top bubble always Yellow CPU
puyopuya:0:FFE227:03:000:Next top bubble always Green CPU
puyopuya:0:FFE227:04:000:Next top bubble always Purple CPU
puyopuya:0:FFE227:05:000:Next top bubble always Blue CPU
puyopuya:0:FFE226:00:001:Next bottom bubble is Red Now! CPU
puyopuya:0:FFE226:01:001:Next bottom bubble is Yellow Now! CPU
puyopuya:0:FFE226:03:001:Next bottom bubble is Green Now! CPU
puyopuya:0:FFE226:04:001:Next bottom bubble is Purple Now! CPU
puyopuya:0:FFE226:05:001:Next bottom bubble is Blue Now! CPU
puyopuya:0:FFE227:00:001:Next top bubble is Red Now! CPU
puyopuya:0:FFE227:01:001:Next top bubble is Yellow Now! CPU
puyopuya:0:FFE227:03:001:Next top bubble is Green Now! CPU
puyopuya:0:FFE227:04:001:Next top bubble is Purple Now! CPU
puyopuya:0:FFE227:05:001:Next top bubble is Blue Now! CPU
puyopuya:0:000000:00:999:[These cheats are for the two player game]
puyopuya:0:FFE015:00:000:Never get Attacked PL1
puyopuya:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1
puyopuya:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat
puyopuya:0:FFE126:00:000:Next bottom bubble always Red PL1
puyopuya:0:FFE126:01:000:Next bottom bubble always Yellow PL1
puyopuya:0:FFE126:03:000:Next bottom bubble always Green PL1
puyopuya:0:FFE126:04:000:Next bottom bubble always Purple PL1
puyopuya:0:FFE126:05:000:Next bottom bubble always Blue PL1
puyopuya:0:FFE127:00:000:Next top bubble always Red PL1
puyopuya:0:FFE127:01:000:Next top bubble always Yellow PL1
puyopuya:0:FFE127:03:000:Next top bubble always Green PL1
puyopuya:0:FFE127:04:000:Next top bubble always Purple PL1
puyopuya:0:FFE127:05:000:Next top bubble always Blue PL1
puyopuya:0:FFE126:00:001:Next bottom bubble is Red Now! PL1
puyopuya:0:FFE126:01:001:Next bottom bubble is Yellow Now! PL1
puyopuya:0:FFE126:03:001:Next bottom bubble is Green Now! PL1
puyopuya:0:FFE126:04:001:Next bottom bubble is Purple Now! PL1
puyopuya:0:FFE126:05:001:Next bottom bubble is Blue Now! PL1
puyopuya:0:FFE127:00:001:Next top bubble is Red Now! PL1
puyopuya:0:FFE127:01:001:Next top bubble is Yellow Now! PL1
puyopuya:0:FFE127:03:001:Next top bubble is Green Now! PL1
puyopuya:0:FFE127:04:001:Next top bubble is Purple Now! PL1
puyopuya:0:FFE127:05:001:Next top bubble is Blue Now! PL1
puyopuya:0:FFE055:00:000:Never get Attacked PL2
puyopuya:0:FFE015:0A:001:Attack opposite side with 10 Now! PL2
puyopuya:0:FFE015:50:001:Attack opposite side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat
puyopuya:0:FFE1E6:00:000:Next bottom bubble always Red PL2
puyopuya:0:FFE1E6:01:000:Next bottom bubble always Yellow PL2
puyopuya:0:FFE1E6:03:000:Next bottom bubble always Green PL2
puyopuya:0:FFE1E6:04:000:Next bottom bubble always Purple PL2
puyopuya:0:FFE1E6:05:000:Next bottom bubble always Blue PL2
puyopuya:0:FFE1E7:00:000:Next top bubble always Red PL2
puyopuya:0:FFE1E7:01:000:Next top bubble always Yellow PL2
puyopuya:0:FFE1E7:03:000:Next top bubble always Green PL2
puyopuya:0:FFE1E7:04:000:Next top bubble always Purple PL2
puyopuya:0:FFE1E7:05:000:Next top bubble always Blue PL2
puyopuya:0:FFE1E6:00:001:Next bottom bubble is Red Now! PL2
puyopuya:0:FFE1E6:01:001:Next bottom bubble is Yellow Now! PL2
puyopuya:0:FFE1E6:03:001:Next bottom bubble is Green Now! PL2
puyopuya:0:FFE1E6:04:001:Next bottom bubble is Purple Now! PL2
puyopuya:0:FFE1E6:05:001:Next bottom bubble is Blue Now! PL2
puyopuya:0:FFE1E7:00:001:Next top bubble is Red Now! PL2
puyopuya:0:FFE1E7:01:001:Next top bubble is Yellow Now! PL2
puyopuya:0:FFE1E7:03:001:Next top bubble is Green Now! PL2
puyopuya:0:FFE1E7:04:001:Next top bubble is Purple Now! PL2
puyopuya:0:FFE1E7:05:001:Next top bubble is Blue Now! PL2
; [ Puyo Puyo (English) (bootleg) ]
puyopuyb:0:FFFCD9:09:000:Infinite Credits
puyopuyb:0:000000:00:999:[These cheats are for the one player game]
puyopuyb:0:FFE015:00:000:Never get Attacked PL1
puyopuyb:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1
puyopuyb:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat
puyopuyb:0:FFE166:00:000:Next bottom bubble always Red PL1
puyopuyb:0:FFE166:01:000:Next bottom bubble always Yellow PL1
puyopuyb:0:FFE166:03:000:Next bottom bubble always Green PL1
puyopuyb:0:FFE166:04:000:Next bottom bubble always Purple PL1
puyopuyb:0:FFE166:05:000:Next bottom bubble always Blue PL1
puyopuyb:0:FFE167:00:000:Next top bubble always Red PL1
puyopuyb:0:FFE167:01:000:Next top bubble always Yellow PL1
puyopuyb:0:FFE167:03:000:Next top bubble always Green PL1
puyopuyb:0:FFE167:04:000:Next top bubble always Purple PL1
puyopuyb:0:FFE167:05:000:Next top bubble always Blue PL1
puyopuyb:0:FFE166:00:001:Next bottom bubble is Red Now! PL1
puyopuyb:0:FFE166:01:001:Next bottom bubble is Yellow Now! PL1
puyopuyb:0:FFE166:03:001:Next bottom bubble is Green Now! PL1
puyopuyb:0:FFE166:04:001:Next bottom bubble is Purple Now! PL1
puyopuyb:0:FFE166:05:001:Next bottom bubble is Blue Now! PL1
puyopuyb:0:FFE167:00:001:Next top bubble is Red Now! PL1
puyopuyb:0:FFE167:01:001:Next top bubble is Yellow Now! PL1
puyopuyb:0:FFE167:03:001:Next top bubble is Green Now! PL1
puyopuyb:0:FFE167:04:001:Next top bubble is Purple Now! PL1
puyopuyb:0:FFE167:05:001:Next top bubble is Blue Now! PL1
puyopuyb:0:FFE055:00:000:Never get Attacked CPU
puyopuyb:0:FFE015:0A:001:Attack opposite side with 10 Now! CPU
puyopuyb:0:FFE015:50:001:Attack opposite side with LOTS Now! CPU:This is effectively a Win this Game Now! cheat
puyopuyb:0:FFE226:00:000:Next bottom bubble always Red CPU
puyopuyb:0:FFE226:01:000:Next bottom bubble always Yellow CPU
puyopuyb:0:FFE226:03:000:Next bottom bubble always Green CPU
puyopuyb:0:FFE226:04:000:Next bottom bubble always Purple CPU
puyopuyb:0:FFE226:05:000:Next bottom bubble always Blue CPU
puyopuyb:0:FFE227:00:000:Next top bubble always Red CPU
puyopuyb:0:FFE227:01:000:Next top bubble always Yellow CPU
puyopuyb:0:FFE227:03:000:Next top bubble always Green CPU
puyopuyb:0:FFE227:04:000:Next top bubble always Purple CPU
puyopuyb:0:FFE227:05:000:Next top bubble always Blue CPU
puyopuyb:0:FFE226:00:001:Next bottom bubble is Red Now! CPU
puyopuyb:0:FFE226:01:001:Next bottom bubble is Yellow Now! CPU
puyopuyb:0:FFE226:03:001:Next bottom bubble is Green Now! CPU
puyopuyb:0:FFE226:04:001:Next bottom bubble is Purple Now! CPU
puyopuyb:0:FFE226:05:001:Next bottom bubble is Blue Now! CPU
puyopuyb:0:FFE227:00:001:Next top bubble is Red Now! CPU
puyopuyb:0:FFE227:01:001:Next top bubble is Yellow Now! CPU
puyopuyb:0:FFE227:03:001:Next top bubble is Green Now! CPU
puyopuyb:0:FFE227:04:001:Next top bubble is Purple Now! CPU
puyopuyb:0:FFE227:05:001:Next top bubble is Blue Now! CPU
puyopuyb:0:000000:00:999:[These cheats are for the two player game]
puyopuyb:0:FFE015:00:000:Never get Attacked PL1
puyopuyb:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1
puyopuyb:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat
puyopuyb:0:FFE126:00:000:Next bottom bubble always Red PL1
puyopuyb:0:FFE126:01:000:Next bottom bubble always Yellow PL1
puyopuyb:0:FFE126:03:000:Next bottom bubble always Green PL1
puyopuyb:0:FFE126:04:000:Next bottom bubble always Purple PL1
puyopuyb:0:FFE126:05:000:Next bottom bubble always Blue PL1
puyopuyb:0:FFE127:00:000:Next top bubble always Red PL1
puyopuyb:0:FFE127:01:000:Next top bubble always Yellow PL1
puyopuyb:0:FFE127:03:000:Next top bubble always Green PL1
puyopuyb:0:FFE127:04:000:Next top bubble always Purple PL1
puyopuyb:0:FFE127:05:000:Next top bubble always Blue PL1
puyopuyb:0:FFE126:00:001:Next bottom bubble is Red Now! PL1
puyopuyb:0:FFE126:01:001:Next bottom bubble is Yellow Now! PL1
puyopuyb:0:FFE126:03:001:Next bottom bubble is Green Now! PL1
puyopuyb:0:FFE126:04:001:Next bottom bubble is Purple Now! PL1
puyopuyb:0:FFE126:05:001:Next bottom bubble is Blue Now! PL1
puyopuyb:0:FFE127:00:001:Next top bubble is Red Now! PL1
puyopuyb:0:FFE127:01:001:Next top bubble is Yellow Now! PL1
puyopuyb:0:FFE127:03:001:Next top bubble is Green Now! PL1
puyopuyb:0:FFE127:04:001:Next top bubble is Purple Now! PL1
puyopuyb:0:FFE127:05:001:Next top bubble is Blue Now! PL1
puyopuyb:0:FFE055:00:000:Never get Attacked PL2
puyopuyb:0:FFE015:0A:001:Attack opposite side with 10 Now! PL2
puyopuyb:0:FFE015:50:001:Attack opposite side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat
puyopuyb:0:FFE1E6:00:000:Next bottom bubble always Red PL2
puyopuyb:0:FFE1E6:01:000:Next bottom bubble always Yellow PL2
puyopuyb:0:FFE1E6:03:000:Next bottom bubble always Green PL2
puyopuyb:0:FFE1E6:04:000:Next bottom bubble always Purple PL2
puyopuyb:0:FFE1E6:05:000:Next bottom bubble always Blue PL2
puyopuyb:0:FFE1E7:00:000:Next top bubble always Red PL2
puyopuyb:0:FFE1E7:01:000:Next top bubble always Yellow PL2
puyopuyb:0:FFE1E7:03:000:Next top bubble always Green PL2
puyopuyb:0:FFE1E7:04:000:Next top bubble always Purple PL2
puyopuyb:0:FFE1E7:05:000:Next top bubble always Blue PL2
puyopuyb:0:FFE1E6:00:001:Next bottom bubble is Red Now! PL2
puyopuyb:0:FFE1E6:01:001:Next bottom bubble is Yellow Now! PL2
puyopuyb:0:FFE1E6:03:001:Next bottom bubble is Green Now! PL2
puyopuyb:0:FFE1E6:04:001:Next bottom bubble is Purple Now! PL2
puyopuyb:0:FFE1E6:05:001:Next bottom bubble is Blue Now! PL2
puyopuyb:0:FFE1E7:00:001:Next top bubble is Red Now! PL2
puyopuyb:0:FFE1E7:01:001:Next top bubble is Yellow Now! PL2
puyopuyb:0:FFE1E7:03:001:Next top bubble is Green Now! PL2
puyopuyb:0:FFE1E7:04:001:Next top bubble is Purple Now! PL2
puyopuyb:0:FFE1E7:05:001:Next top bubble is Blue Now! PL2
; [ Puyo Puyo (Japan) ]
puyopuyo:0:FFFCD9:09:000:Infinite Credits
puyopuyo:0:000000:00:999:[These cheats are for the one player game]
puyopuyo:0:FFE015:00:000:Never get Attacked PL1
puyopuyo:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1
puyopuyo:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat
puyopuyo:0:FFE166:00:000:Next bottom bubble always Red PL1
puyopuyo:0:FFE166:01:000:Next bottom bubble always Yellow PL1
puyopuyo:0:FFE166:03:000:Next bottom bubble always Green PL1
puyopuyo:0:FFE166:04:000:Next bottom bubble always Purple PL1
puyopuyo:0:FFE166:05:000:Next bottom bubble always Blue PL1
puyopuyo:0:FFE167:00:000:Next top bubble always Red PL1
puyopuyo:0:FFE167:01:000:Next top bubble always Yellow PL1
puyopuyo:0:FFE167:03:000:Next top bubble always Green PL1
puyopuyo:0:FFE167:04:000:Next top bubble always Purple PL1
puyopuyo:0:FFE167:05:000:Next top bubble always Blue PL1
puyopuyo:0:FFE166:00:001:Next bottom bubble is Red Now! PL1
puyopuyo:0:FFE166:01:001:Next bottom bubble is Yellow Now! PL1
puyopuyo:0:FFE166:03:001:Next bottom bubble is Green Now! PL1
puyopuyo:0:FFE166:04:001:Next bottom bubble is Purple Now! PL1
puyopuyo:0:FFE166:05:001:Next bottom bubble is Blue Now! PL1
puyopuyo:0:FFE167:00:001:Next top bubble is Red Now! PL1
puyopuyo:0:FFE167:01:001:Next top bubble is Yellow Now! PL1
puyopuyo:0:FFE167:03:001:Next top bubble is Green Now! PL1
puyopuyo:0:FFE167:04:001:Next top bubble is Purple Now! PL1
puyopuyo:0:FFE167:05:001:Next top bubble is Blue Now! PL1
puyopuyo:0:FFE055:00:000:Never get Attacked CPU
puyopuyo:0:FFE015:0A:001:Attack opposite side with 10 Now! CPU
puyopuyo:0:FFE015:50:001:Attack opposite side with LOTS Now! CPU:This is effectively a Win this Game Now! cheat
puyopuyo:0:FFE226:00:000:Next bottom bubble always Red CPU
puyopuyo:0:FFE226:01:000:Next bottom bubble always Yellow CPU
puyopuyo:0:FFE226:03:000:Next bottom bubble always Green CPU
puyopuyo:0:FFE226:04:000:Next bottom bubble always Purple CPU
puyopuyo:0:FFE226:05:000:Next bottom bubble always Blue CPU
puyopuyo:0:FFE227:00:000:Next top bubble always Red CPU
puyopuyo:0:FFE227:01:000:Next top bubble always Yellow CPU
puyopuyo:0:FFE227:03:000:Next top bubble always Green CPU
puyopuyo:0:FFE227:04:000:Next top bubble always Purple CPU
puyopuyo:0:FFE227:05:000:Next top bubble always Blue CPU
puyopuyo:0:FFE226:00:001:Next bottom bubble is Red Now! CPU
puyopuyo:0:FFE226:01:001:Next bottom bubble is Yellow Now! CPU
puyopuyo:0:FFE226:03:001:Next bottom bubble is Green Now! CPU
puyopuyo:0:FFE226:04:001:Next bottom bubble is Purple Now! CPU
puyopuyo:0:FFE226:05:001:Next bottom bubble is Blue Now! CPU
puyopuyo:0:FFE227:00:001:Next top bubble is Red Now! CPU
puyopuyo:0:FFE227:01:001:Next top bubble is Yellow Now! CPU
puyopuyo:0:FFE227:03:001:Next top bubble is Green Now! CPU
puyopuyo:0:FFE227:04:001:Next top bubble is Purple Now! CPU
puyopuyo:0:FFE227:05:001:Next top bubble is Blue Now! CPU
puyopuyo:0:000000:00:999:[These cheats are for the two player game]
puyopuyo:0:FFE015:00:000:Never get Attacked PL1
puyopuyo:0:FFE055:0A:001:Attack opposite side with 10 Now! PL1
puyopuyo:0:FFE055:50:001:Attack opposite side with LOTS Now! PL1:This is effectively a Win this Game Now! cheat
puyopuyo:0:FFE126:00:000:Next bottom bubble always Red PL1
puyopuyo:0:FFE126:01:000:Next bottom bubble always Yellow PL1
puyopuyo:0:FFE126:03:000:Next bottom bubble always Green PL1
puyopuyo:0:FFE126:04:000:Next bottom bubble always Purple PL1
puyopuyo:0:FFE126:05:000:Next bottom bubble always Blue PL1
puyopuyo:0:FFE127:00:000:Next top bubble always Red PL1
puyopuyo:0:FFE127:01:000:Next top bubble always Yellow PL1
puyopuyo:0:FFE127:03:000:Next top bubble always Green PL1
puyopuyo:0:FFE127:04:000:Next top bubble always Purple PL1
puyopuyo:0:FFE127:05:000:Next top bubble always Blue PL1
puyopuyo:0:FFE126:00:001:Next bottom bubble is Red Now! PL1
puyopuyo:0:FFE126:01:001:Next bottom bubble is Yellow Now! PL1
puyopuyo:0:FFE126:03:001:Next bottom bubble is Green Now! PL1
puyopuyo:0:FFE126:04:001:Next bottom bubble is Purple Now! PL1
puyopuyo:0:FFE126:05:001:Next bottom bubble is Blue Now! PL1
puyopuyo:0:FFE127:00:001:Next top bubble is Red Now! PL1
puyopuyo:0:FFE127:01:001:Next top bubble is Yellow Now! PL1
puyopuyo:0:FFE127:03:001:Next top bubble is Green Now! PL1
puyopuyo:0:FFE127:04:001:Next top bubble is Purple Now! PL1
puyopuyo:0:FFE127:05:001:Next top bubble is Blue Now! PL1
puyopuyo:0:FFE055:00:000:Never get Attacked PL2
puyopuyo:0:FFE015:0A:001:Attack opposite side with 10 Now! PL2
puyopuyo:0:FFE015:50:001:Attack opposite side with LOTS Now! PL2:This is effectively a Win this Game Now! cheat
puyopuyo:0:FFE1E6:00:000:Next bottom bubble always Red PL2
puyopuyo:0:FFE1E6:01:000:Next bottom bubble always Yellow PL2
puyopuyo:0:FFE1E6:03:000:Next bottom bubble always Green PL2
puyopuyo:0:FFE1E6:04:000:Next bottom bubble always Purple PL2
puyopuyo:0:FFE1E6:05:000:Next bottom bubble always Blue PL2
puyopuyo:0:FFE1E7:00:000:Next top bubble always Red PL2
puyopuyo:0:FFE1E7:01:000:Next top bubble always Yellow PL2
puyopuyo:0:FFE1E7:03:000:Next top bubble always Green PL2
puyopuyo:0:FFE1E7:04:000:Next top bubble always Purple PL2
puyopuyo:0:FFE1E7:05:000:Next top bubble always Blue PL2
puyopuyo:0:FFE1E6:00:001:Next bottom bubble is Red Now! PL2
puyopuyo:0:FFE1E6:01:001:Next bottom bubble is Yellow Now! PL2
puyopuyo:0:FFE1E6:03:001:Next bottom bubble is Green Now! PL2
puyopuyo:0:FFE1E6:04:001:Next bottom bubble is Purple Now! PL2
puyopuyo:0:FFE1E6:05:001:Next bottom bubble is Blue Now! PL2
puyopuyo:0:FFE1E7:00:001:Next top bubble is Red Now! PL2
puyopuyo:0:FFE1E7:01:001:Next top bubble is Yellow Now! PL2
puyopuyo:0:FFE1E7:03:001:Next top bubble is Green Now! PL2
puyopuyo:0:FFE1E7:04:001:Next top bubble is Purple Now! PL2
puyopuyo:0:FFE1E7:05:001:Next top bubble is Blue Now! PL2
; [ Puzzle Club (Japan prototype) ]
puzlclub:0:2480:63:000:Infinite Time
puzlclub:0:2004:00:001:Shuffle Again Now!
puzlclub:0:216C:01:001:Round Clear Now!
puzlclub:0:2004:0A:501:Round Clear Now! (2/2)
; [ Puzzle De Pon R ]
puzzldpr:0:107D23:78:000:Infinite Time (Solo)
puzzldpr:0:000000:00:999:[Cur. is short for Current ]
puzzldpr:0:000000:00:999:['always' means permanent ]
puzzldpr:0:000000:00:999:['will be' means temporary ]
puzzldpr:0:000000:00:999:[Cheats for one player game ]
puzzldpr:0:1020FF:02:000:Always have help line
puzzldpr:0:107D41:0A:500:Always have help line (2/2)
puzzldpr:0:1020FF:02:001:Get the help line Now!
puzzldpr:0:107D41:0A:501:Get the help line Now! (2/2)
puzzldpr:0:1001E5:25:001:Level 39 when level ends
puzzldpr:0:000000:00:999:[The star and help bubbles ]
puzzldpr:0:000000:00:999:[only work in 1 player games]
puzzldpr:0:1023B5:01:000:Cur. bubble always blue PL1
puzzldpr:0:1023B5:02:000:Cur. bubble always red PL1
puzzldpr:0:1023B5:03:000:Cur. bubble always orange PL1
puzzldpr:0:1023B5:04:000:Cur. bubble always green PL1
puzzldpr:0:1023B5:05:000:Cur. bubble always yellow PL1
puzzldpr:0:1023B5:06:000:Cur. bubble always grey PL1
puzzldpr:0:1023B5:07:000:Cur. bubble always purple PL1
puzzldpr:0:1023B5:08:000:Cur. bubble always black PL1
puzzldpr:0:1023B5:09:000:Cur. bubble always a star PL1
puzzldpr:0:1023B5:0A:000:Cur. bubble always help PL1
puzzldpr:0:1023B5:0B:000:Cur. bubble always a bomb PL1
puzzldpr:0:10212B:01:000:Next bubble always blue PL1
puzzldpr:0:10212B:02:000:Next bubble always red PL1
puzzldpr:0:10212B:03:000:Next bubble always orange PL1
puzzldpr:0:10212B:04:000:Next bubble always green PL1
puzzldpr:0:10212B:05:000:Next bubble always yellow PL1
puzzldpr:0:10212B:06:000:Next bubble always grey PL1
puzzldpr:0:10212B:07:000:Next bubble always purple PL1
puzzldpr:0:10212B:08:000:Next bubble always black PL1
puzzldpr:0:10212B:09:000:Next bubble always a star PL1
puzzldpr:0:10212B:0A:000:Next bubble always help PL1
puzzldpr:0:10212B:0B:000:Next bubble always a bomb PL1
puzzldpr:0:1023B5:01:001:Cur. bubble will be blue PL1
puzzldpr:0:1023B5:02:001:Cur. bubble will be red PL1
puzzldpr:0:1023B5:03:001:Cur. bubble will be orangePL1
puzzldpr:0:1023B5:04:001:Cur. bubble will be green PL1
puzzldpr:0:1023B5:05:001:Cur. bubble will be yellowPL1
puzzldpr:0:1023B5:06:001:Cur. bubble will be grey PL1
puzzldpr:0:1023B5:07:001:Cur. bubble will be purplePL1
puzzldpr:0:1023B5:08:001:Cur. bubble will be black PL1
puzzldpr:0:1023B5:0B:001:Cur. bubble will be a bombPL1
puzzldpr:0:10212B:01:001:Next bubble will be blue PL1
puzzldpr:0:10212B:02:001:Next bubble will be red PL1
puzzldpr:0:10212B:03:001:Next bubble will be orangePL1
puzzldpr:0:10212B:04:001:Next bubble will be green PL1
puzzldpr:0:10212B:05:001:Next bubble will be yellowPL1
puzzldpr:0:10212B:06:001:Next bubble will be grey PL1
puzzldpr:0:10212B:07:001:Next bubble will be purplePL1
puzzldpr:0:10212B:08:001:Next bubble will be black PL1
puzzldpr:0:10212B:0B:001:Next bubble will be a bombPL1
puzzldpr:0:104B9D:01:000:Cur. bubble always blue PL2
puzzldpr:0:104B9D:02:000:Cur. bubble always red PL2
puzzldpr:0:104B9D:03:000:Cur. bubble always orange PL2
puzzldpr:0:104B9D:04:000:Cur. bubble always green PL2
puzzldpr:0:104B9D:05:000:Cur. bubble always yellow PL2
puzzldpr:0:104B9D:06:000:Cur. bubble always grey PL2
puzzldpr:0:104B9D:07:000:Cur. bubble always purple PL2
puzzldpr:0:104B9D:08:000:Cur. bubble always black PL2
puzzldpr:0:104B9D:0B:000:Cur. bubble always a bomb PL2
puzzldpr:0:104913:01:000:Next bubble always blue PL2
puzzldpr:0:104913:02:000:Next bubble always red PL2
puzzldpr:0:104913:03:000:Next bubble always orange PL2
puzzldpr:0:104913:04:000:Next bubble always green PL2
puzzldpr:0:104913:05:000:Next bubble always yellow PL2
puzzldpr:0:104913:06:000:Next bubble always grey PL2
puzzldpr:0:104913:07:000:Next bubble always purple PL2
puzzldpr:0:104913:08:000:Next bubble always black PL2
puzzldpr:0:104913:0B:000:Next bubble always a bomb PL2
puzzldpr:0:104B9D:01:001:Cur. bubble will be blue PL2
puzzldpr:0:104B9D:02:001:Cur. bubble will be red PL2
puzzldpr:0:104B9D:03:001:Cur. bubble will be orangePL2
puzzldpr:0:104B9D:04:001:Cur. bubble will be green PL2
puzzldpr:0:104B9D:05:001:Cur. bubble will be yellowPL2
puzzldpr:0:104B9D:06:001:Cur. bubble will be grey PL2
puzzldpr:0:104B9D:07:001:Cur. bubble will be purplePL2
puzzldpr:0:104B9D:08:001:Cur. bubble will be black PL2
puzzldpr:0:104B9D:0B:001:Cur. bubble will be a bombPL2
puzzldpr:0:104913:01:001:Next bubble will be blue PL2
puzzldpr:0:104913:02:001:Next bubble will be red PL2
puzzldpr:0:104913:03:001:Next bubble will be orangePL2
puzzldpr:0:104913:04:001:Next bubble will be green PL2
puzzldpr:0:104913:05:001:Next bubble will be yellowPL2
puzzldpr:0:104913:06:001:Next bubble will be grey PL2
puzzldpr:0:104913:07:001:Next bubble will be purplePL2
puzzldpr:0:104913:08:001:Next bubble will be black PL2
puzzldpr:0:104913:0B:001:Next bubble will be a bombPL2
; [ Puzzle De Pon ]
puzzledp:0:107D23:78:000:Infinite Time (Solo)
puzzledp:0:000000:00:999:[Cur. is short for Current ]
puzzledp:0:000000:00:999:['always' means permanent ]
puzzledp:0:000000:00:999:['will be' means temporary ]
puzzledp:0:000000:00:999:[Cheats for one player game ]
puzzledp:0:1020FF:02:000:Always have help line
puzzledp:0:107D41:0A:500:Always have help line (2/2)
puzzledp:0:1020FF:02:001:Get the help line Now!
puzzledp:0:107D41:0A:501:Get the help line Now! (2/2)
puzzledp:0:1001E5:25:001:Level 39 when level ends
puzzledp:0:000000:00:999:[The star and help bubbles ]
puzzledp:0:000000:00:999:[only work in 1 player games]
puzzledp:0:1023B5:01:000:Cur. bubble always blue PL1
puzzledp:0:1023B5:02:000:Cur. bubble always red PL1
puzzledp:0:1023B5:03:000:Cur. bubble always orange PL1
puzzledp:0:1023B5:04:000:Cur. bubble always green PL1
puzzledp:0:1023B5:05:000:Cur. bubble always yellow PL1
puzzledp:0:1023B5:06:000:Cur. bubble always grey PL1
puzzledp:0:1023B5:07:000:Cur. bubble always purple PL1
puzzledp:0:1023B5:08:000:Cur. bubble always black PL1
puzzledp:0:1023B5:09:000:Cur. bubble always a star PL1
puzzledp:0:1023B5:0A:000:Cur. bubble always help PL1
puzzledp:0:1023B5:0B:000:Cur. bubble always a bomb PL1
puzzledp:0:10212B:01:000:Next bubble always blue PL1
puzzledp:0:10212B:02:000:Next bubble always red PL1
puzzledp:0:10212B:03:000:Next bubble always orange PL1
puzzledp:0:10212B:04:000:Next bubble always green PL1
puzzledp:0:10212B:05:000:Next bubble always yellow PL1
puzzledp:0:10212B:06:000:Next bubble always grey PL1
puzzledp:0:10212B:07:000:Next bubble always purple PL1
puzzledp:0:10212B:08:000:Next bubble always black PL1
puzzledp:0:10212B:09:000:Next bubble always a star PL1
puzzledp:0:10212B:0A:000:Next bubble always help PL1
puzzledp:0:10212B:0B:000:Next bubble always a bomb PL1
puzzledp:0:1023B5:01:001:Cur. bubble will be blue PL1
puzzledp:0:1023B5:02:001:Cur. bubble will be red PL1
puzzledp:0:1023B5:03:001:Cur. bubble will be orangePL1
puzzledp:0:1023B5:04:001:Cur. bubble will be green PL1
puzzledp:0:1023B5:05:001:Cur. bubble will be yellowPL1
puzzledp:0:1023B5:06:001:Cur. bubble will be grey PL1
puzzledp:0:1023B5:07:001:Cur. bubble will be purplePL1
puzzledp:0:1023B5:08:001:Cur. bubble will be black PL1
puzzledp:0:1023B5:0B:001:Cur. bubble will be a bombPL1
puzzledp:0:10212B:01:001:Next bubble will be blue PL1
puzzledp:0:10212B:02:001:Next bubble will be red PL1
puzzledp:0:10212B:03:001:Next bubble will be orangePL1
puzzledp:0:10212B:04:001:Next bubble will be green PL1
puzzledp:0:10212B:05:001:Next bubble will be yellowPL1
puzzledp:0:10212B:06:001:Next bubble will be grey PL1
puzzledp:0:10212B:07:001:Next bubble will be purplePL1
puzzledp:0:10212B:08:001:Next bubble will be black PL1
puzzledp:0:10212B:0B:001:Next bubble will be a bombPL1
puzzledp:0:104B9D:01:000:Cur. bubble always blue PL2
puzzledp:0:104B9D:02:000:Cur. bubble always red PL2
puzzledp:0:104B9D:03:000:Cur. bubble always orange PL2
puzzledp:0:104B9D:04:000:Cur. bubble always green PL2
puzzledp:0:104B9D:05:000:Cur. bubble always yellow PL2
puzzledp:0:104B9D:06:000:Cur. bubble always grey PL2
puzzledp:0:104B9D:07:000:Cur. bubble always purple PL2
puzzledp:0:104B9D:08:000:Cur. bubble always black PL2
puzzledp:0:104B9D:0B:000:Cur. bubble always a bomb PL2
puzzledp:0:104913:01:000:Next bubble always blue PL2
puzzledp:0:104913:02:000:Next bubble always red PL2
puzzledp:0:104913:03:000:Next bubble always orange PL2
puzzledp:0:104913:04:000:Next bubble always green PL2
puzzledp:0:104913:05:000:Next bubble always yellow PL2
puzzledp:0:104913:06:000:Next bubble always grey PL2
puzzledp:0:104913:07:000:Next bubble always purple PL2
puzzledp:0:104913:08:000:Next bubble always black PL2
puzzledp:0:104913:0B:000:Next bubble always a bomb PL2
puzzledp:0:104B9D:01:001:Cur. bubble will be blue PL2
puzzledp:0:104B9D:02:001:Cur. bubble will be red PL2
puzzledp:0:104B9D:03:001:Cur. bubble will be orangePL2
puzzledp:0:104B9D:04:001:Cur. bubble will be green PL2
puzzledp:0:104B9D:05:001:Cur. bubble will be yellowPL2
puzzledp:0:104B9D:06:001:Cur. bubble will be grey PL2
puzzledp:0:104B9D:07:001:Cur. bubble will be purplePL2
puzzledp:0:104B9D:08:001:Cur. bubble will be black PL2
puzzledp:0:104B9D:0B:001:Cur. bubble will be a bombPL2
puzzledp:0:104913:01:001:Next bubble will be blue PL2
puzzledp:0:104913:02:001:Next bubble will be red PL2
puzzledp:0:104913:03:001:Next bubble will be orangePL2
puzzledp:0:104913:04:001:Next bubble will be green PL2
puzzledp:0:104913:05:001:Next bubble will be yellowPL2
puzzledp:0:104913:06:001:Next bubble will be grey PL2
puzzledp:0:104913:07:001:Next bubble will be purplePL2
puzzledp:0:104913:08:001:Next bubble will be black PL2
puzzledp:0:104913:0B:001:Next bubble will be a bombPL2
; [ Puzzli ]
puzzli:0:80E846:63:000:Infinite Credits
puzzli:0:000000:00:999:[These Select starting stage cheats are *NOT* ]
puzzli:0:000000:00:999:[linked so they must BOTH be selected ]
puzzli:0:000000:00:999:[individually one after the other! ]
puzzli:0:000000:00:999:[You should enable these cheats on the press ]
puzzli:0:000000:00:999:[START button screen. ]
puzzli:0:80EB47:FF:021:Select starting stage (1|2)
puzzli:0:80EB47:1D:061:Select starting stage (2|2)
puzzli:0:80EB47:1D:061:Select next stage
puzzli:0:000000:00:999:[These fish colour cheats do not update the ]
puzzli:0:000000:00:999:[colour of any fish which is being held - it ]
puzzli:0:000000:00:999:[changes colour when it passed or dropped! ]
puzzli:0:80C2D7:01:000:Current fish always Pink PL1
puzzli:0:80C2D7:02:000:Current fish always Blue PL1
puzzli:0:80C2D7:03:000:Current fish always Light Orange PL1
puzzli:0:80C2D7:04:000:Current fish always Green PL1
puzzli:0:80C2D7:05:000:Current fish always Purple PL1
puzzli:0:80C2D7:06:000:Current fish always Red PL1
puzzli:0:80C2D7:07:000:Current fish always Dark Orange PL1
puzzli:0:80C2D7:08:000:Current fish always Black & White PL1
puzzli:0:80C2F7:01:000:Next fish always Pink PL1
puzzli:0:80C2F7:02:000:Next fish always Blue PL1
puzzli:0:80C2F7:03:000:Next fish always Light Orange PL1
puzzli:0:80C2F7:04:000:Next fish always Green PL1
puzzli:0:80C2F7:05:000:Next fish always Purple PL1
puzzli:0:80C2F7:06:000:Next fish always Red PL1
puzzli:0:80C2F7:07:000:Next fish always Dark Orange PL1
puzzli:0:80C2F7:08:000:Next fish always Black & White PL1
puzzli:0:80C2D7:01:001:Current fish is Pink Now! PL1
puzzli:0:80C2D7:02:001:Current fish is Blue Now! PL1
puzzli:0:80C2D7:03:001:Current fish is Light Orange Now! PL1
puzzli:0:80C2D7:04:001:Current fish is Green Now! PL1
puzzli:0:80C2D7:05:001:Current fish is Purple Now! PL1
puzzli:0:80C2D7:06:001:Current fish is Red Now! PL1
puzzli:0:80C2D7:07:001:Current fish is Dark Orange Now! PL1
puzzli:0:80C2D7:08:001:Current fish is Black & White Now! PL1
puzzli:0:80C2F7:01:001:Next fish is Pink Now! PL1
puzzli:0:80C2F7:02:001:Next fish is Blue Now! PL1
puzzli:0:80C2F7:03:001:Next fish is Light Orange Now! PL1
puzzli:0:80C2F7:04:001:Next fish is Green Now! PL1
puzzli:0:80C2F7:05:001:Next fish is Purple Now! PL1
puzzli:0:80C2F7:06:001:Next fish is Red Now! PL1
puzzli:0:80C2F7:07:001:Next fish is Dark Orange Now! PL1
puzzli:0:80C2F7:08:001:Next fish is Black & White Now! PL1
puzzli:0:000000:00:999:[These fish colour cheats do not update the ]
puzzli:0:000000:00:999:[colour of any fish which is being held - it ]
puzzli:0:000000:00:999:[changes colour when it passed or dropped! ]
puzzli:0:80D4D7:01:000:Current fish always Pink PL2
puzzli:0:80D4D7:02:000:Current fish always Blue PL2
puzzli:0:80D4D7:03:000:Current fish always Light Orange PL2
puzzli:0:80D4D7:04:000:Current fish always Green PL2
puzzli:0:80D4D7:05:000:Current fish always Purple PL2
puzzli:0:80D4D7:06:000:Current fish always Red PL2
puzzli:0:80D4D7:07:000:Current fish always Dark Orange PL2
puzzli:0:80D4D7:08:000:Current fish always Black & White PL2
puzzli:0:80D4F7:01:000:Next fish always Pink PL2
puzzli:0:80D4F7:02:000:Next fish always Blue PL2
puzzli:0:80D4F7:03:000:Next fish always Light Orange PL2
puzzli:0:80D4F7:04:000:Next fish always Green PL2
puzzli:0:80D4F7:05:000:Next fish always Purple PL2
puzzli:0:80D4F7:06:000:Next fish always Red PL2
puzzli:0:80D4F7:07:000:Next fish always Dark Orange PL2
puzzli:0:80D4F7:08:000:Next fish always Black & White PL2
puzzli:0:80D4D7:01:001:Current fish is Pink Now! PL2
puzzli:0:80D4D7:02:001:Current fish is Blue Now! PL2
puzzli:0:80D4D7:03:001:Current fish is Light Orange Now! PL2
puzzli:0:80D4D7:04:001:Current fish is Green Now! PL2
puzzli:0:80D4D7:05:001:Current fish is Purple Now! PL2
puzzli:0:80D4D7:06:001:Current fish is Red Now! PL2
puzzli:0:80D4D7:07:001:Current fish is Dark Orange Now! PL2
puzzli:0:80D4D7:08:001:Current fish is Black & White Now! PL2
puzzli:0:80D4F7:01:001:Next fish is Pink Now! PL2
puzzli:0:80D4F7:02:001:Next fish is Blue Now! PL2
puzzli:0:80D4F7:03:001:Next fish is Light Orange Now! PL2
puzzli:0:80D4F7:04:001:Next fish is Green Now! PL2
puzzli:0:80D4F7:05:001:Next fish is Purple Now! PL2
puzzli:0:80D4F7:06:001:Next fish is Red Now! PL2
puzzli:0:80D4F7:07:001:Next fish is Dark Orange Now! PL2
puzzli:0:80D4F7:08:001:Next fish is Black & White Now! PL2
; [ Puzznic (Japan) ]
puzznic:0:811C:03:007:Infinite Time PL1
puzznic:0:811D:00:507:Infinite Time PL1 (2/2)
puzznic:0:8132:09:000:Infinite Retries PL1
puzznic:0:810A:00:001:Finish this stage Now! PL1
puzznic:0:819C:03:007:Infinite Time PL2
puzznic:0:819D:00:507:Infinite Time PL2 (2/2)
puzznic:0:81B2:09:000:Infinite Retries PL2
puzznic:0:818A:00:001:Finish this stage Now! PL2
puzznic:0:0000:00:999:[ ]
puzznic:0:0000:00:999:[All the remaining codes are]
puzznic:0:0000:00:999:[to do with the pictures and]
puzznic:0:0000:00:999:[not the gameplay! ]
puzznic:0:0000:00:999:[ ]
puzznic:0:0000:00:999:[Slide Show Mode requires ]
puzznic:0:0000:00:999:[Infinite Time enabled for ]
puzznic:0:0000:00:999:[best effect!! ]
puzznic:0:810A:00:000:Slide Show Mode PL1
puzznic:0:818A:00:000:Slide Show Mode PL2
puzznic:0:0000:00:999:[ (x) is picture number for ]
puzznic:0:0000:00:999:["select girl picture" codes]
puzznic:0:0000:00:999:[Use codes after the bonus ]
puzznic:0:0000:00:999:[award at the end of a level]
puzznic:0:0000:00:999:[ ]
puzznic:0:0000:00:999:[ Codes - 1 player game ]
puzznic:0:0000:00:999:[ ]
puzznic:0:8A08:FF:001:Reset girl picture PL1
puzznic:0:8A06:00:001:Girl picture - Tina (0) PL1
puzznic:0:8A06:01:001:Girl picture - Judy (1) PL1
puzznic:0:8A06:02:001:Girl picture - Karen (2) PL1
puzznic:0:8A06:03:001:Girl picture - Patty (3) PL1
puzznic:0:8A06:04:001:Girl picture - Candy (4) PL1
puzznic:0:8A06:05:001:Girl picture - Alicia (5) PL1
puzznic:0:8A06:06:001:Girl picture - Tracie (6) PL1
puzznic:0:8A06:07:001:Girl picture - Lisa (7) PL1
puzznic:0:8A06:08:001:Girl picture - Brenda (8) PL1
puzznic:0:8A06:09:001:Girl picture - Meg (9) PL1
puzznic:0:8A06:09:070:Select current girl pic. PL1:"Complete" a girl before !
puzznic:0:8A06:09:060:Select next girl picture PL1
puzznic:0:0000:00:999:[ ]
puzznic:0:0000:00:999:[ Codes - 2 player game ]
puzznic:0:0000:00:999:[ ]
puzznic:0:0000:00:999:[Use PL1 when PL2 is playing]
puzznic:0:0000:00:999:[Use PL2 when PL1 is playing]
puzznic:0:0000:00:999:[ ]
puzznic:0:8A88:FF:001:Reset girl picture PL1
puzznic:0:8A86:00:001:Girl picture - Tina (0) PL1
puzznic:0:8A86:01:001:Girl picture - Judy (1) PL1
puzznic:0:8A86:02:001:Girl picture - Karen (2) PL1
puzznic:0:8A86:03:001:Girl picture - Patty (3) PL1
puzznic:0:8A86:04:001:Girl picture - Candy (4) PL1
puzznic:0:8A86:05:001:Girl picture - Alicia (5) PL1
puzznic:0:8A86:06:001:Girl picture - Tracie (6) PL1
puzznic:0:8A86:07:001:Girl picture - Lisa (7) PL1
puzznic:0:8A86:08:001:Girl picture - Brenda (8) PL1
puzznic:0:8A86:09:001:Girl picture - Meg (9) PL1
puzznic:0:8A86:09:070:Select current girl pic. PL1
puzznic:0:8A86:09:060:Select next girl picture PL1
puzznic:0:0000:00:999:[ ]
puzznic:0:8B08:FF:001:Reset girl picture PL2
puzznic:0:8B06:00:001:Girl picture - Tina (0) PL2
puzznic:0:8B06:01:001:Girl picture - Judy (1) PL2
puzznic:0:8B06:02:001:Girl picture - Karen (2) PL2
puzznic:0:8B06:03:001:Girl picture - Patty (3) PL2
puzznic:0:8B06:04:001:Girl picture - Candy (4) PL2
puzznic:0:8B06:05:001:Girl picture - Alicia (5) PL2
puzznic:0:8B06:06:001:Girl picture - Tracie (6) PL2
puzznic:0:8B06:07:001:Girl picture - Lisa (7) PL2
puzznic:0:8B06:08:001:Girl picture - Brenda (8) PL2
puzznic:0:8B06:09:001:Girl picture - Meg (9) PL2
puzznic:0:8B06:09:070:Select current girl pic. PL2
puzznic:0:8B06:09:060:Select next girl picture PL2
; [ Power Wheels (Japan) ]
pwheelsj:0:201FF9:09:000:Infinite Credits
pwheelsj:0:200048:EA:000:Infinite Time "ON":You may need to Turn this OFF at the end of the round.
pwheelsj:0:200049:FF:500:Infinite Time "ON" (2/2)
pwheelsj:0:200048:00:001:Infinite Time "OFF":Actually drains all time
pwheelsj:0:200049:00:501:Infinite Time "OFF" (2/2)
pwheelsj:0:20297B:08:000:Infinite Nitros
; [ Power Goal (World) ]
pwrgoal:0:40E77F:09:000:Infinite Credits
pwrgoal:0:410159:5A:000:Infinite Time
pwrgoal:0:410155:00:500:Infinite Time (2/2)
pwrgoal:0:410159:00:001:Finish this Game Now!
pwrgoal:0:410155:3C:501:Finish this Game Now! (2/2)
pwrgoal:0:000000:00:999:[The score cheats will only update the display ]
pwrgoal:0:000000:00:999:[when a goal is scored or the game ends. ]
pwrgoal:0:000000:00:999:[BTW, beware the Japan side as they are really ]
pwrgoal:0:000000:00:999:[dirty and the referee loves 'em! (git!) ]
pwrgoal:0:4139CB:00:000:Score always 0 PL1
pwrgoal:0:4139CB:63:000:Score always 99 PL1
pwrgoal:0:4139CB:00:001:Set score = 0 Now! PL1
pwrgoal:0:4139CB:32:001:Set score = 50 Now! PL1
pwrgoal:0:4139CB:63:070:Select score Now! PL1
pwrgoal:0:413A4B:00:000:Score always = 0 PL2
pwrgoal:0:413A4B:63:000:Score always = 99 PL2
pwrgoal:0:413A4B:00:001:Set score = 0 Now! PL2
pwrgoal:0:413A4B:32:001:Set score = 50 Now! PL2
pwrgoal:0:413A4B:63:070:Select score Now! PL2
pwrgoal:0:000000:00:999:[After you enable these region cheats to see any ]
pwrgoal:0:000000:00:999:[effect you will have to reset the game (F3). ]
pwrgoal:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
pwrgoal:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
pwrgoal:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
pwrgoal:0:0FFFFF:01:001:Region Switch = Japan
pwrgoal:0:0FFFFF:02:001:Region Switch = US
pwrgoal:0:0FFFFF:03:001:Region Switch = World
; [ Pyros (US) ]
pyros:0:72BC:59:002:Infinite Time
pyros:0:71B9:0A:000:Infinite Lives
pyros:0:71BC:01:020:Always have the Magic Mantle
pyros:0:71BC:02:020:Always have the Mystery Clock
pyros:0:71BC:04:020:Always have the Fairy
pyros:0:71BC:08:020:Always have the Silver Key
pyros:0:71BC:10:020:Always have the Gold Key
pyros:0:71BC:40:020:Always have the Needle & Darn
pyros:0:71BC:5F:020:Always have All above items
pyros:0:71BA:70:000:Always have Max Firepower
pyros:0:71BB:00:000:Always have Flames
pyros:0:71BB:01:000:Always have Star Sword
pyros:0:71BB:02:000:Always have Moon Sword
pyros:0:71BB:03:000:Always have Solar Sword
pyros:0:0000:00:999:[It is best not to use these]
pyros:0:0000:00:999:[Get and lose cheats with ]
pyros:0:0000:00:999:[the Always have type cheats]
pyros:0:71BC:01:021:Get the Magic Mantle Now!
pyros:0:71BC:02:021:Get the Mystery Clock Now!
pyros:0:71BC:08:021:Get the Silver Key Now!
pyros:0:71BC:10:021:Get the Gold Key Now!
pyros:0:71BC:40:021:Get the Needle & Darn Now!
pyros:0:71BC:5F:021:Get All items Now!
pyros:0:71BC:01:041:Lose the Magic Mantle Now!
pyros:0:71BC:02:041:Lose the Mystery Clock Now!
pyros:0:71BC:08:041:Lose the Silver Key Now!
pyros:0:71BC:10:041:Lose the Gold Key Now!
pyros:0:71BC:40:041:Lose the Needle & Darn Now!
pyros:0:71BC:5F:041:Lose All items Now!
pyros:0:71BB:00:001:Get Flames Now !
pyros:0:71BB:01:001:Get Star Sword Now !
pyros:0:71BB:02:001:Get Moon Sword Now !
pyros:0:71BB:03:001:Get Solar Sword Now !
pyros:0:71BE:99:000:Gold always = 99990
pyros:0:71BF:99:500:Gold always = 99990 (2/2)
pyros:0:71BE:99:001:Gold = 99990 Now!
pyros:0:71BF:99:501:Gold = 99990 Now! (2/2)
; [ Quiz & Dragons (US) ]
qad:0:FFE477:05:000:Infinite Vitality PL1
qad:0:FFE479:05:000:Infinite Vitality PL2
qad:0:000000:00:999:[Watch out for these values ]
qad:0:000000:00:999:[ 00=1, 01=2, 02=3, 03=4 ]
qad:0:FFE004:00:998:Watch me for good answer
qad:0:FFE965:01:001:Good answer ends quiz Now!
qad:0:FFE026:0A:001:End quiz to end level 1:Woods of legend
qad:0:FFE026:12:001:End quiz to end level 2-1:Beast of mountain
qad:0:FFE026:20:001:End quiz to end level 2-2:Flat field
qad:0:FFE026:2A:001:End quiz to end level 3:Chateau of Avalon
qad:0:FFE026:13:001:End quiz to end level 4:Fairy lake
qad:0:FFE026:1A:001:End quiz to end level 5-1:Destroyed town
qad:0:FFE026:13:001:End quiz to end level 5-2:Midnight forrest
qad:0:FFE026:2A:001:End quiz to end level 6:Dungeon
qad:0:FFE026:22:001:End quiz to end level 7:Gordian's palace
qad:0:FFE967:01:001:Get the shortcut Now!
qad:0:FFE967:02:001:Get the magic scroll Now!
qad:0:FFE967:03:001:Get the magic staff Now!
qad:0:FFE967:04:001:Get the magic sword Now!
qad:0:FF7FC1:00:001:Quiz cat. - Art
qad:0:FF7FC1:01:001:Quiz cat. - Books
qad:0:FF7FC1:02:001:Quiz cat. - Entertainment
qad:0:FF7FC1:03:001:Quiz cat. - Food & drink
qad:0:FF7FC1:04:001:Quiz cat. - Geography
qad:0:FF7FC1:05:001:Quiz cat. - Health
qad:0:FF7FC1:06:001:Quiz cat. - History
qad:0:FF7FC1:07:001:Quiz cat. - Pot pourri
qad:0:FF7FC1:08:001:Quiz cat. - Movies
qad:0:FF7FC1:09:001:Quiz cat. - Music
qad:0:FF7FC1:0A:001:Quiz cat. - Mythology
qad:0:FF7FC1:0B:001:Quiz cat. - Science
qad:0:FF7FC1:0C:001:Quiz cat. - Sports
qad:0:FF7FC1:0D:001:Quiz cat. - Television
qad:0:FF7FC1:FF:001:Quiz cat. - Miscellaneous
; [ Quiz & Dragons (Japan) ]
qadj:0:FF81A7:05:000:Infinite Vitality PL1
qadj:0:FF82A7:05:000:Infinite Vitality PL2
qadj:0:000000:00:999:[Watch out for these values ]
qadj:0:000000:00:999:[ 10=1, 20=2, 40=3, 80=4 ]
qadj:0:FFB698:00:998:Watch me for good answer
qadj:0:FF8C0D:01:001:Good answer ends quiz Now!
qadj:0:FF8CCE:01:000:Always make 1 step
qadj:0:FF8CCE:02:000:Always make 2 steps
qadj:0:FF8CCE:03:000:Always make 3 steps
qadj:0:FF8CCE:04:000:Always make 4 steps
qadj:0:FF8CCE:05:000:Always make 5 steps
qadj:0:FF8CCE:06:000:Always make 6 steps
qadj:0:FF8CCE:32:000:Always make 50 steps
; [ Q*bert (US) ]
qbert:0:00D00:03:000:Infinite Lives
qbert:0:0008A:E1:000:Green ball freeze endless
qbert:0:00085:80:000:No Enemies
; [ Q*bert (Japan) ]
qbertjp:0:01000:04:000:Infinite Lives
; [ Q*bert's Qubes ]
qbertqub:0:00819:04:000:Infinite Lives
qbertqub:0:00799:01:000:Invincibility
qbertqub:0:0079A:80:000:All enemies frozen
qbertqub:0:00799:01:500:All enemies frozen (2/2)
; [ Quiz Crayon Shinchan (Japan) ]
qcrayon:0:100A0A:0A:000:Infinite Time
qcrayon:0:100A0E:01:001:Complete this Quiz Fast Now!:Just answer one question correctly
qcrayon:0:100A50:01:000:Dice throw always = 1
qcrayon:0:100A50:02:000:Dice throw always = 2
qcrayon:0:100A50:03:000:Dice throw always = 3
qcrayon:0:100A50:04:000:Dice throw always = 4
qcrayon:0:100A50:05:000:Dice throw always = 5
qcrayon:0:100A50:06:000:Dice throw always = 6
qcrayon:0:100A50:FF:000:Dice throw always = 255:This will ONLY stop at the essential squares - ideal for the fastest game possible
qcrayon:0:100A50:06:072:Select dice number Now!:Enable on board/dice screen
qcrayon:0:1040DD:05:000:Infinite Lives PL1
qcrayon:0:104105:05:000:Infinite Lives PL2
qcrayon:0:000000:00:999:[Watch out for these values ]
qcrayon:0:000000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
qcrayon:0:100A14:00:998:Watch me for good answer
qcrayon:0:100A14:01:000:Answer 1 always correct
qcrayon:0:100A14:01:001:Answer 1 is correct for this question Now!
; [ Crayon Shinchan Orato Asobo (Japan) ]
qcrayon2:0:205895:0A:000:Infinite Time [General Purpose]:Infinite Time for Quiz Round, Round Select, Spelling Game
qcrayon2:0:208E1F:0A:000:Infinite Time [Maze Round]
qcrayon2:0:20A2FF:0A:000:Infinite Time [Balloon Round]
qcrayon2:0:209CF9:0A:000:Infinite Time [Tug of War Round]
qcrayon2:0:2044E7:00:001:Complete this Round Fast Now!:Works for most types of rounds except for the Quiz type rounds and the Spelling Round
qcrayon2:0:2044E7:00:000:Always complete Rounds Fast:Works for most types of rounds except for the Quiz type rounds and the Spelling Round
qcrayon2:0:20585D:05:000:Infinite Lives PL1
qcrayon2:0:208157:4F:000:Maximum Power PL1 [Rock Round]
qcrayon2:0:20587F:05:000:Infinite Lives PL2
qcrayon2:0:208173:4F:000:Maximum Power PL2 [Rock Round]
qcrayon2:0:000000:00:999:### Watch out for these values this cheat ###
qcrayon2:0:000000:00:999:### is for the various Quiz rounds. ###
qcrayon2:0:000000:00:999:### 01=1, 02=2, 03=3, 04=4 ###
qcrayon2:0:205943:00:998:Watch me for good answer [Quiz Round]
qcrayon2:0:205943:01:000:Answer 1 always correct [Quiz Round]
qcrayon2:0:205943:01:001:Answer 1 is correct Now! [Quiz Round]
qcrayon2:0:000000:00:999:### Watch and match these two values to ###
qcrayon2:0:000000:00:999:### get the answer correct on the ###
qcrayon2:0:000000:00:999:### Round. ###
qcrayon2:0:205991:00:998:Watch me for good answer [Spelling Round]
qcrayon2:0:205ABD:00:998:Watch me and match me! [Spelling Round]:Use this cheat in conjunction with the "Watch me for good answer [Spelling Round]". Change this value by moving the joystick and when this value matches the "Watch me for good answer [Spelling Round]" watch then you will be over the correct answer - just press fire!
qcrayon2:0:205991:01:000:First character always correct [Spelling Round]
qcrayon2:0:205991:01:001:First character is correct Now! [Spelling Round]
; [ Quiz Gakumon no Susume (Japan) ]
qgakumon:0:104207:FF:000:Infinite Credits
qgakumon:0:10510E:14:000:Infinite Time
qgakumon:0:00000000:00:999:[Watch out for these values ]
qgakumon:0:00000000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
qgakumon:0:00105107:00:998:Watch me for good answer
qgakumon:0:00104101:04:000:Infinite Lives PL1
qgakumon:0:00104111:04:000:Infinite Lives PL2
; [ Qix (set 1) ]
qix:0:8319:01:000:Infinite Lives
qix:0:836E:26:000:Stop Skill Timer
qix:0:8541:50:000:No Sparx Timer
; [ Qix II (Tournament) ]
qix2:0:8306:02:000:Infinite Lives
qix2:0:836E:26:000:Stop Skill Timer
; [ Qix (set 2) ]
qixa:0:8319:01:000:Infinite Lives
qixa:0:836E:26:000:Stop Skill Timer
qixa:0:8541:50:000:No Sparx Timer
; [ Qix (set 3) ]
qixb:0:8319:01:000:Infinite Lives
qixb:0:836E:26:000:Stop Skill Timer
qixb:0:8541:50:000:No Sparx Timer
; [ Quiz Jinsei Gekijoh (Japan) ]
qjinsei:0:30D229:09:000:Infinite Credits
qjinsei:0:30BF42:0A:000:Infinite Time:Time display incorrect though
qjinsei:0:000000:00:999:[Watch out for these values ]
qjinsei:0:000000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
qjinsei:0:30BFB8:00:998:Watch me for good answer
qjinsei:0:30BFD6:06:000:Infinite Lives PL1
qjinsei:0:30BFF6:06:000:Infinite Lives PL2
; [ Quiz-Mahjong Hayaku Yatteyo! (Japan) ]
qmhayaku:0:0000:00:999:[The winning hand cheat must]
qmhayaku:0:0000:00:999:[be activated when there are]
qmhayaku:0:0000:00:999:[14 tiles in your hand, then]
qmhayaku:0:0000:00:999:[press the RON key . ]
qmhayaku:0:0000:00:999:[('Z' by default). The tiles]
qmhayaku:0:0000:00:999:[do not visually change ]
qmhayaku:0:0000:00:999:[until you make a move. ]
qmhayaku:0:FC8F:31:001:Get winning hand Now!
qmhayaku:0:FC90:31:501:Get winning hand Now! (02/14)
qmhayaku:0:FC91:31:501:Get winning hand Now! (03/14)
qmhayaku:0:FC92:32:501:Get winning hand Now! (04/14)
qmhayaku:0:FC93:32:501:Get winning hand Now! (05/14)
qmhayaku:0:FC94:32:501:Get winning hand Now! (06/14)
qmhayaku:0:FC95:33:501:Get winning hand Now! (07/14)
qmhayaku:0:FC96:33:501:Get winning hand Now! (08/14)
qmhayaku:0:FC97:33:501:Get winning hand Now! (09/14)
qmhayaku:0:FC98:34:501:Get winning hand Now! (10/14)
qmhayaku:0:FC99:34:501:Get winning hand Now! (11/14)
qmhayaku:0:FC9A:34:501:Get winning hand Now! (12/14)
qmhayaku:0:FC9B:35:501:Get winning hand Now! (13/14)
qmhayaku:0:FC9C:35:501:Get winning hand Now! (14/14)
qmhayaku:0:FC8F:31:000:Always winning hand
qmhayaku:0:FC90:31:500:Always winning hand (02/14)
qmhayaku:0:FC91:31:500:Always winning hand (03/14)
qmhayaku:0:FC92:32:500:Always winning hand (04/14)
qmhayaku:0:FC93:32:500:Always winning hand (05/14)
qmhayaku:0:FC94:32:500:Always winning hand (06/14)
qmhayaku:0:FC95:33:500:Always winning hand (07/14)
qmhayaku:0:FC96:33:500:Always winning hand (08/14)
qmhayaku:0:FC97:33:500:Always winning hand (09/14)
qmhayaku:0:FC98:34:500:Always winning hand (10/14)
qmhayaku:0:FC99:34:500:Always winning hand (11/14)
qmhayaku:0:FC9A:34:500:Always winning hand (12/14)
qmhayaku:0:FC9B:35:500:Always winning hand (13/14)
qmhayaku:0:FC9C:35:500:Always winning hand (14/14)
; [ Quiz Nanairo Dreams: Nijiirotyou no Kiseki (Japan 960826) ]
qndream:0:FF8D67:09:000:Infinite Credits
qndream:0:000000:00:999:[Watch out for these values ]
qndream:0:000000:00:999:[ 00=1, 04=2, 08=3, 0C=4 ]
qndream:0:FF8397:00:998:Watch me for good answer
; [ Quiz Sangokushi (Japan) ]
qsangoku:0:E8C3:05:000:Infinite Lives PL1
qsangoku:0:E8F3:05:000:Infinite Lives PL2
qsangoku:0:0000:00:999:[Watch out for these values ]
qsangoku:0:0000:00:999:[ 00=1, 01=2, 02=3, 03=4 ]
qsangoku:0:E920:00:998:Watch me for good answer
qsangoku:0:E943:01:001:Good answer ends quiz Now!
; [ Quiz Theater - 3tsu no Monogatari (Japan) ]
qtheater:0:4056D9:09:000:Infinite Credits
qtheater:0:000000:00:999:[Watch out for these values ]
qtheater:0:000000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
qtheater:0:40909B:00:998:Watch me for good answer
qtheater:0:408E87:08:000:Infinite Lives PL1
qtheater:0:408F87:08:000:Infinite Lives PL2
qtheater:0:000000:00:999:[After you enable these region cheats to see any ]
qtheater:0:000000:00:999:[effect you will have to reset the game (F3). ]
qtheater:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
qtheater:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
qtheater:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
qtheater:0:1FFFFF:01:001:Region Switch = Japan
qtheater:0:1FFFFF:02:001:Region Switch = US:No English text though :-(
qtheater:0:1FFFFF:03:001:Region Switch = World:No English text though :-(
; [ Quiz Tonosama no Yabou (Japan) ]
qtono1:0:E631:03:000:Infinite Lives PL1
qtono1:0:E632:03:000:Infinite Lives PL2
qtono1:0:0000:00:999:[Watch out for these values ]
qtono1:0:0000:00:999:[ 00=1, 01=2, 02=3, 03=4 ]
qtono1:0:E7DA:03:998:Watch me for good answer
qtono1:0:E652:01:001:Good ANS ends quiz Now!
qtono1:0:E7DB:00:501:Good ANS ends quiz Now! (2/2)
; [ Quiz Tonosama no Yabou 2 Zenkoku-ban (Japan) ]
qtono2:0:FF81A5:05:000:Infinite Lives PL1
qtono2:0:FF82A5:05:000:Infinite Lives PL2
qtono2:0:000000:00:999:[Watch out for these values ]
qtono2:0:000000:00:999:[ 10=1, 20=2, 40=3, 80=4 ]
qtono2:0:FFB653:00:998:Watch me for good answer
qtono2:0:FFB825:01:001:Good answer ends quiz Now!
; [ Quiz Torimonochou (Japan) ]
qtorimon:0:102DC3:07:000:Infinite Time
qtorimon:0:10080D:03:000:Infinite Lives PL1
qtorimon:0:10090D:03:000:Infinite Lives PL2
; [ Quantum (rev 2) ]
quantum:0:01BE3B:0A:000:Infinite Lives PL1
quantum:0:01BE5B:0A:000:Infinite Lives PL2
; [ Quantum (rev 1) ]
quantum1:0:01BE3B:0A:000:Infinite Lives PL1
quantum1:0:01BE5B:0A:000:Infinite Lives PL2
; [ Quantum (prototype) ]
quantump:0:01BE3B:0A:000:Infinite Lives PL1
quantump:0:01BE5B:0A:000:Infinite Lives PL2
; [ Quarterback ]
quarterb:0:E1C4:01:000:Infinite 1st Downs PL1
quarterb:0:E3F8:09:000:Infinite Credits
; [ Quartet ]
quartet:0:000000:00:999:[ PL1 is Blue (Lee) ]
quartet:0:000000:00:999:[ PL2 is Yellow (Joe) ]
quartet:0:000000:00:999:[ PL3 is Red (Mary) ]
quartet:0:000000:00:999:[ PL4 is Green (Edgar) ]
quartet:0:FFC810:09:000:Infinite Energy PL1
quartet:0:FFC811:00:500:Infinite Energy PL1 (2/2)
quartet:0:FFD02B:77:000:Invincibility PL1
quartet:0:FFD028:08:520:Invincibility PL1 (2/2)
quartet:0:FFC812:09:000:Infinite Energy PL2
quartet:0:FFC813:00:500:Infinite Energy PL2 (2/2)
quartet:0:FFD07B:77:000:Invincibility PL2
quartet:0:FFD078:08:520:Invincibility PL2 (2/2)
quartet:0:FFC814:09:000:Infinite Energy PL3
quartet:0:FFC815:00:500:Infinite Energy PL3 (2/2)
quartet:0:FFD0CB:77:000:Invincibility PL3
quartet:0:FFD0C8:08:520:Invincibility PL3 (2/2)
quartet:0:FFC816:09:000:Infinite Energy PL4
quartet:0:FFC817:00:500:Infinite Energy PL4 (2/2)
quartet:0:FFD11B:77:000:Invincibility PL4
quartet:0:FFD118:08:520:Invincibility PL4 (2/2)
; [ Quartet 2 ]
quartet2:0:000000:00:999:[ PL1 is Blue (Lee) ]
quartet2:0:000000:00:999:[ PL2 is Yellow (Joe) ]
quartet2:0:000000:00:999:[ PL3 is Red (Mary) ]
quartet2:0:000000:00:999:[ PL4 is Green (Edgar) ]
quartet2:0:FFC810:09:000:Infinite Energy PL1
quartet2:0:FFC811:00:500:Infinite Energy PL1 (2/2)
quartet2:0:FFD02B:77:000:Invincibility PL1
quartet2:0:FFD028:08:520:Invincibility PL1 (2/2)
quartet2:0:FFC812:09:000:Infinite Energy PL2
quartet2:0:FFC813:00:500:Infinite Energy PL2 (2/2)
quartet2:0:FFD07B:77:000:Invincibility PL2
quartet2:0:FFD078:08:520:Invincibility PL2 (2/2)
quartet2:0:FFC814:09:000:Infinite Energy PL3
quartet2:0:FFC815:00:500:Infinite Energy PL3 (2/2)
quartet2:0:FFD0CB:77:000:Invincibility PL3
quartet2:0:FFD0C8:08:520:Invincibility PL3 (2/2)
quartet2:0:FFC816:09:000:Infinite Energy PL4
quartet2:0:FFC817:00:500:Infinite Energy PL4 (2/2)
quartet2:0:FFD11B:77:000:Invincibility PL4
quartet2:0:FFD118:08:520:Invincibility PL4 (2/2)
; [ Quartet (Japan) ]
quartetj:0:000000:00:999:[ PL1 is Blue (Lee) ]
quartetj:0:000000:00:999:[ PL2 is Yellow (Joe) ]
quartetj:0:000000:00:999:[ PL3 is Red (Mary) ]
quartetj:0:000000:00:999:[ PL4 is Green (Edgar) ]
quartetj:0:FFC810:09:000:Infinite Energy PL1
quartetj:0:FFC811:00:500:Infinite Energy PL1 (2/2)
quartetj:0:FFD02B:77:000:Invincibility PL1
quartetj:0:FFD028:08:520:Invincibility PL1 (2/2)
quartetj:0:FFC812:09:000:Infinite Energy PL2
quartetj:0:FFC813:00:500:Infinite Energy PL2 (2/2)
quartetj:0:FFD07B:77:000:Invincibility PL2
quartetj:0:FFD078:08:520:Invincibility PL2 (2/2)
quartetj:0:FFC814:09:000:Infinite Energy PL3
quartetj:0:FFC815:00:500:Infinite Energy PL3 (2/2)
quartetj:0:FFD0CB:77:000:Invincibility PL3
quartetj:0:FFD0C8:08:520:Invincibility PL3 (2/2)
quartetj:0:FFC816:09:000:Infinite Energy PL4
quartetj:0:FFC817:00:500:Infinite Energy PL4 (2/2)
quartetj:0:FFD11B:77:000:Invincibility PL4
quartetj:0:FFD118:08:520:Invincibility PL4 (2/2)
; [ Quarth (Japan) ]
quarth:0:40A0:02:000:Infinite Lives PL1
quarth:0:40B0:02:000:Infinite Lives PL2
quarth:0:4007:00:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Quarterback (set 2) ]
quartrba:0:E1C4:01:000:Infinite 1st Downs PL1
quartrba:0:E3F8:09:000:Infinite Credits
; [ Quester (Japan) ]
quester:0:014D:09:000:Infinite Credits
quester:0:011A:0F:000:Infinite Lives
quester:0:2019:20:000:Always have Giant Paddle
quester:0:2019:20:001:Get Giant Paddle Now!
quester:0:011C:00:001:Finish this Level Now!
quester:0:0000:00:999:[The bounce line is the line]
quester:0:0000:00:999:[across the bottom when you ]
quester:0:0000:00:999:[catch the L it bounces the ]
quester:0:0000:00:999:[ball back up when hit ]
quester:0:0000:00:999:[instead of the ball going ]
quester:0:0000:00:999:[out of play! ]
quester:0:6008:01:001:Get Bounce Line Now!
quester:0:6010:01:501:Get Bounce Line Now! (02/13)
quester:0:6018:01:501:Get Bounce Line Now! (03/13)
quester:0:6020:01:501:Get Bounce Line Now! (04/13)
quester:0:6028:01:501:Get Bounce Line Now! (05/13)
quester:0:6030:01:501:Get Bounce Line Now! (06/13)
quester:0:6038:01:501:Get Bounce Line Now! (07/13)
quester:0:6040:01:501:Get Bounce Line Now! (08/13)
quester:0:6048:01:501:Get Bounce Line Now! (09/13)
quester:0:6050:01:501:Get Bounce Line Now! (10/13)
quester:0:6058:01:501:Get Bounce Line Now! (11/13)
quester:0:6060:01:501:Get Bounce Line Now! (12/13)
quester:0:6068:01:501:Get Bounce Line Now! (13/13)
quester:0:0000:00:999:[This cheat makes the bounce]
quester:0:0000:00:999:[line not count off blocks ]
quester:0:0000:00:999:[when it is hit. Oherwise ]
quester:0:0000:00:999:[when the ball hits the line]
quester:0:0000:00:999:[it will look like a block ]
quester:0:0000:00:999:[got hit and then reduces ]
quester:0:0000:00:999:[the number of blocks ]
quester:0:0000:00:999:[remaining by 1 even though ]
quester:0:0000:00:999:[you didn't hit a block. ]
quester:0:0000:00:999:[THIS CHEAT IS TEMPORARY TOO]
quester:0:0000:00:999:[YOU NEED TO ENABLE IT EACH ]
quester:0:0000:00:999:[TIME YOU NEED TO. ]
quester:0:6009:67:001:Bounce Line dont count
quester:0:6011:67:501:Bounce Line dont count(02/13)
quester:0:6019:67:501:Bounce Line dont count(03/13)
quester:0:6021:67:501:Bounce Line dont count(04/13)
quester:0:6029:67:501:Bounce Line dont count(05/13)
quester:0:6031:67:501:Bounce Line dont count(06/13)
quester:0:6039:67:501:Bounce Line dont count(07/13)
quester:0:6041:67:501:Bounce Line dont count(08/13)
quester:0:6049:67:501:Bounce Line dont count(09/13)
quester:0:6051:67:501:Bounce Line dont count(10/13)
quester:0:6059:67:501:Bounce Line dont count(11/13)
quester:0:6061:67:501:Bounce Line dont count(12/13)
quester:0:6069:67:501:Bounce Line dont count(13/13)
; [ Quiz Meintantei Neo Geo - Quiz Daisousa Sen Part 2 ]
quizdai2:0:101AC4:05:000:Infinite Life PL1
quizdai2:0:101FC4:05:000:Infinite Life PL2
quizdai2:0:100956:ff:000:Infinite Gold
quizdai2:0:100957:ff:500:Infinite Gold (2/2)
quizdai2:0:100990:01:000:Always choose from 3 answers
quizdai2:0:100990:02:000:Always choose from 2 answers
quizdai2:0:100990:03:000:Always choose from 1 answer
quizdai2:0:101A2B:00:000:Rapidshot Quiz gauge
quizdai2:0:10097B:01:000:Always normal points = 1
quizdai2:0:10097B:03:000:Always normal points = 3
quizdai2:0:10097B:05:000:Always normal points = 5
quizdai2:0:000000:00:999:[Watch out for these values ]
quizdai2:0:000000:00:999:[ 00=A, 01=B, 02=C, 03=D ]
quizdai2:0:100977:00:998:Watch me for good answer
; [ Quiz Daisousa Sen - The Last Count Down ]
quizdais:0:1022B3:04:000:Infinite Life PL1
quizdais:0:1023B3:04:000:Infinite Life PL2
quizdais:0:105A72:03:000:Always choose from 3 answers
quizdais:0:105A72:02:000:Always choose from 2 answers
quizdais:0:000000:00:999:[Watch out for these values ]
quizdais:0:000000:00:999:[ 00=A, 01=B, 02=C, 03=D ]
quizdais:0:105A8E:00:998:Watch me for good answer
; [ Quiz HQ (Japan) ]
quizhq:0:1020EF:3F:000:Infinite Time
quizhq:0:10109D:07:000:Infinite Lives PL1
quizhq:0:102C5D:02:000:Question always has 2 answers ONLY
quizhq:0:000000:00:999:### Watch out for these values this cheat ###
quizhq:0:000000:00:999:### is for the various Quiz rounds. ###
quizhq:0:000000:00:999:### 01=1, 02=2, 03=3, 04=4 ###
quizhq:0:1020E5:00:998:Watch me for good answer
quizhq:0:1020E5:01:000:Answer 1 always correct
quizhq:0:1020E5:01:001:Answer 1 is correct for this question Now!
quizhq:0:102C59:08:000:Always catch criminal [CHASE]:You will never have to answer any questions on the chase part!
quizhq:0:102B89:08:500:Always catch criminal [CHASE](2/2)
quizhq:0:102C59:08:001:Catch up with the criminal Now!
quizhq:0:102B89:08:501:Catch up with the criminal Now! (2/2)
quizhq:0:102C8D:0A:000:Always catch the car straight away [BATTLE]
quizhq:0:102C8D:0A:001:Catch the car Now! [BATTLE]:You must enable this on the Battle Quiz screen
; [ Moriguchi Hiroko no Quiz de Hyuuhyuu (Japan) ]
quizhuhu:0:40006B:09:000:Infinite Credits
quizhuhu:0:403095:0A:000:Infinite Time
quizhuhu:0:000000:00:999:[Watch out for these values ]
quizhuhu:0:000000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
quizhuhu:0:4030A3:00:998:Watch me for good answer
quizhuhu:0:403189:06:000:Infinite Lives PL1
quizhuhu:0:40318B:06:000:Infinite Lives PL2
; [ Quiz King of Fighters ]
quizkof:0:000000:00:999:[Watch out for these values ]
quizkof:0:000000:00:999:[ 00=A, 01=B, 02=C, 03=D ]
quizkof:0:10446B:00:998:Watch me for good answer
quizkof:0:10150A:05:000:Infinite Lives PL1
quizkof:0:10158A:05:000:Infinite Lives PL2
quizkof:0:1085F5:59:000:Infinite Bonus Time
; [ Qwak (prototype) ]
qwakprot:0:005F:07:000:Infinite Little Ducks
qwakprot:0:0061:00:500:Infinite Little Ducks (2/2)
; [ Quiz Chikyu Bouei Gun (Japan) ]
qzchikyu:0:50CDCD:0A:000:Infinite Time PL1
qzchikyu:0:50CD87:0C:000:Infinite Energy PL1
qzchikyu:0:50CECD:0A:000:Infinite Time PL2
qzchikyu:0:50CE87:0C:000:Infinite Energy PL2
qzchikyu:0:000000:00:999:### Watch out for these values this cheat ###
qzchikyu:0:000000:00:999:### is for the various Quiz rounds. ###
qzchikyu:0:000000:00:999:### 01=1, 02=2, 03=3, 04=4 ###
qzchikyu:0:50C749:00:998:Watch me for good answer
; [ Quiz Kokology ]
qzkklogy:0:F01389:09:000:Infinite Credits
qzkklogy:0:F0129C:07:000:Infinite Time
qzkklogy:0:000000:00:999:[Watch out for these values ]
qzkklogy:0:000000:00:999:[ 00=1, 01=2, 02=3, 03=4 ]
qzkklogy:0:F01370:00:998:Watch me for good answer
qzkklogy:0:F01377:00:001:Good answer ends quiz Now!
qzkklogy:0:F01380:05:000:Infinite Lives PL1
qzkklogy:0:F01381:05:000:Infinite Lives PL2
; [ Quiz Quest - Hime to Yuusha no Monogatari (Japan) ]
qzquest:0:5072FD:09:000:Infinite Credits
qzquest:0:50DBF7:00:000:Infinite Time
qzquest:0:50DA2B:64:000:Infinite Lives PL1
qzquest:0:000000:00:999:[Watch out for these values ]
qzquest:0:000000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
qzquest:0:50DA6B:00:998:Watch me for good answer PL1
qzquest:0:50DA2D:64:000:Infinite Lives PL2
qzquest:0:000000:00:999:[Watch out for these values ]
qzquest:0:000000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
qzquest:0:50DA6D:00:998:Watch me for good answer PL2
; [ Quiz Sekai wa SHOW by shobai (Japan) ]
qzshowby:0:906851:05:000:Infinite Vitality PL1
qzshowby:0:906859:05:000:Infinite Vitality PL2
qzshowby:0:906861:05:000:Infinite Vitality PL3
qzshowby:0:906869:05:000:Infinite Vitality PL4
qzshowby:0:000000:00:999:[Watch out for these values ]
qzshowby:0:000000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
qzshowby:0:906927:00:998:Watch me for good answer
qzshowby:0:90681F:0A:001:Good answer ends quiz Now!
; [ Rabio Lepus (Japan) ]
rabiolep:0:0FC3D9:03:000:Infinite Lives PL1
rabiolep:0:0FC3D8:00:000:Infinite Energy PL1
rabiolep:0:0FC269:90:000:Infinite Missiles PL1
rabiolep:0:0FC26F:00:000:Always use Normal missiles PL1
rabiolep:0:0FC3DB:00:500:Always use Normal missiles PL1
rabiolep:0:0FC26F:FF:000:Always use Power-up missiles PL1
rabiolep:0:0FC3DB:FF:500:Always use Power-up missiles PL1
rabiolep:0:0FC26F:00:001:Get Normal missiles Now! PL1
rabiolep:0:0FC3DB:00:501:Get Normal missiles Now! PL1
rabiolep:0:0FC26F:FF:001:Get Power-up missiles Now! PL1
rabiolep:0:0FC3DB:FF:501:Get Power-up missiles Now! PL1
rabiolep:0:0FC3C9:FF:000:Invincibility PL1
rabiolep:0:0FC3CA:FF:500:Invincibility (flicker off) PL1
rabiolep:0:0FC3F9:03:000:Infinite Lives PL2
rabiolep:0:0FC3F8:00:000:Infinite Energy PL2
rabiolep:0:0FC2A9:90:000:Infinite Missiles PL2
rabiolep:0:0FC2AF:00:000:Always use Normal missiles PL2
rabiolep:0:0FC3FB:00:500:Always use Normal missiles PL2
rabiolep:0:0FC2AF:FF:000:Always use Power-up missiles PL2
rabiolep:0:0FC3FB:FF:500:Always use Power-up missiles PL2
rabiolep:0:0FC2AF:00:001:Get Normal missiles Now! PL2
rabiolep:0:0FC3FB:00:501:Get Normal missiles Now! PL2
rabiolep:0:0FC2AF:FF:001:Get Power-up missiles Now! PL2
rabiolep:0:0FC3FB:FF:501:Get Power-up missiles Now! PL2
rabiolep:0:0FC3E9:FF:000:Invincibility PL2
rabiolep:0:0FC3EA:FF:500:Invincibility (flicker off) PL2
; [ Rack 'em Up ]
rackemup:0:0879:09:000:Infinite Shots
rackemup:0:087A:09:000:Infinite Balls
; [ Radar Scope ]
radarscp:0:621D:05:000:Infinite Lives
radarscp:0:60AD:00:000:Infinite Damage
; [ Radar Zone (Rev.1) ]
radarzn1:0:1D59:99:000:Infinite Credits
radarzn1:0:1CA3:06:000:Infinite Lives PL1
radarzn1:0:1CA4:06:000:Infinite Lives PL2
; [ Radar Zone (Tuni) ]
radarznt:0:1D59:99:000:Infinite Credits
radarznt:0:1CA3:06:000:Infinite Lives PL1
radarznt:0:1CA4:06:000:Infinite Lives PL2
; [ Radar Zone ]
radarzon:0:1D59:99:000:Infinite Credits
radarzon:0:1CA3:06:000:Infinite Lives PL1
radarzon:0:1CA4:06:000:Infinite Lives PL2
; [ Radical Radial ]
radrad:0:7820:05:000:Infinite Lives PL1
radrad:0:7865:05:000:Infinite Lives PL2
radrad:0:78BB:99:000:Infinite bonus time
; [ Operation Ragnagard / Shin-Oh-Ken ]
ragnagrd:0:000000:00:999:[Use this cheat ONLY during ]
ragnagrd:0:000000:00:999:[a round - it's the MAIN ]
ragnagrd:0:000000:00:999:[timer, and it blocks MANY ]
ragnagrd:0:000000:00:999:[game events ! ]
ragnagrd:0:100227:2B:000:Infinite Time
ragnagrd:0:000000:00:999:[ Free player selection ]
ragnagrd:0:000000:00:999:[ Use at selection screen ]
ragnagrd:0:108D4C:08:001:Play with Behemoth PL1
ragnagrd:0:108D4C:09:001:Play with Eelis PL1
ragnagrd:0:108D4C:0A:001:Play with Lucifer PL1
ragnagrd:0:108D4C:0B:001:Play with Gilfer PL1
ragnagrd:0:108D4D:08:001:Play with Behemoth PL2
ragnagrd:0:108D4D:09:001:Play with Eelis PL2
ragnagrd:0:108D4D:0A:001:Play with Lucifer PL2
ragnagrd:0:108D4D:0B:001:Play with Gilfer PL2
; [ Raiden ]
raiden:0:00BD5:0A:000:Infinite Lives PL1
raiden:0:00BE3:06:000:Infinite Bombs PL1
raiden:0:01215:0B:000:Invincibility PL1
raiden:0:00BDB:08:000:Always Max Normal weapon PL1
raiden:0:00BDD:08:000:Always Max Laser weapon PL1
raiden:0:00BDF:04:000:Always Max Rocket weapon PL1
raiden:0:00BE1:04:000:Always Max Missile weapon PL1
raiden:0:00BDB:08:001:Get Max Normal weapon Now!PL1
raiden:0:00BDD:08:001:Get Max Laser weapon Now! PL1
raiden:0:00BDF:04:001:Get Max Rocket weapon Now!PL1
raiden:0:00BE1:04:001:Get Max Missile weaponNow!PL1
raiden:0:00BFB:0A:000:Infinite Lives PL2
raiden:0:00C09:06:000:Infinite Bombs PL2
raiden:0:01285:0C:000:Invincibility PL2
raiden:0:00C01:08:000:Always Max Normal weapon PL2
raiden:0:00C03:08:000:Always Max Laser weapon PL2
raiden:0:00C05:04:000:Always Max Rocket weapon PL2
raiden:0:00C07:04:000:Always Max Missile weapon PL2
raiden:0:00C01:08:001:Get Max Normal weapon Now!PL2
raiden:0:00C03:08:001:Get Max Laser weapon Now! PL2
raiden:0:00C05:04:001:Get Max Rocket weapon Now!PL2
raiden:0:00C07:04:001:Get Max Missile weaponNow!PL2
; [ Raiden (Alternate Hardware) ]
raidena:0:00B85:0A:000:Infinite Lives PL1
raidena:0:00B93:06:000:Infinite Bombs PL1
raidena:0:011C5:0B:000:Invincibility PL1
raidena:0:00B8B:08:000:Always Max Normal weapon PL1
raidena:0:00B8D:08:000:Always Max Laser weapon PL1
raidena:0:00B8F:04:000:Always Max Rocket weapon PL1
raidena:0:00B91:04:000:Always Max Missile weapon PL1
raidena:0:00B8B:08:001:Get Max Normal weapon Now!PL1
raidena:0:00B8D:08:001:Get Max Laser weapon Now! PL1
raidena:0:00B8F:04:001:Get Max Rocket weapon Now!PL1
raidena:0:00B91:04:001:Get Max Missile weaponNow!PL1
raidena:0:00BAB:0A:000:Infinite Lives PL2
raidena:0:00BB9:06:000:Infinite Bombs PL2
raidena:0:01235:0C:000:Invincibility PL2
raidena:0:00BB1:08:000:Always Max Normal weapon PL2
raidena:0:00BB3:08:000:Always Max Laser weapon PL2
raidena:0:00BB5:04:000:Always Max Rocket weapon PL2
raidena:0:00BB7:04:000:Always Max Missile weapon PL2
raidena:0:00BB1:08:001:Get Max Normal weapon Now!PL2
raidena:0:00BB3:08:001:Get Max Laser weapon Now! PL2
raidena:0:00BB5:04:001:Get Max Rocket weapon Now!PL2
raidena:0:00BB7:04:001:Get Max Missile weaponNow!PL2
; [ Raiden (Korea) ]
raidenk:0:00B85:0A:000:Infinite Lives PL1
raidenk:0:00B93:06:000:Infinite Bombs PL1
raidenk:0:011C5:0B:000:Invincibility PL1
raidenk:0:00B8B:08:000:Always Max Normal weapon PL1
raidenk:0:00B8D:08:000:Always Max Laser weapon PL1
raidenk:0:00B8F:04:000:Always Max Rocket weapon PL1
raidenk:0:00B91:04:000:Always Max Missile weapon PL1
raidenk:0:00B8B:08:001:Get Max Normal weapon Now!PL1
raidenk:0:00B8D:08:001:Get Max Laser weapon Now! PL1
raidenk:0:00B8F:04:001:Get Max Rocket weapon Now!PL1
raidenk:0:00B91:04:001:Get Max Missile weaponNow!PL1
raidenk:0:00BAB:0A:000:Infinite Lives PL2
raidenk:0:00BB9:06:000:Infinite Bombs PL2
raidenk:0:01235:0C:000:Invincibility PL2
raidenk:0:00BB1:08:000:Always Max Normal weapon PL2
raidenk:0:00BB3:08:000:Always Max Laser weapon PL2
raidenk:0:00BB5:04:000:Always Max Rocket weapon PL2
raidenk:0:00BB7:04:000:Always Max Missile weapon PL2
raidenk:0:00BB1:08:001:Get Max Normal weapon Now!PL2
raidenk:0:00BB3:08:001:Get Max Laser weapon Now! PL2
raidenk:0:00BB5:04:001:Get Max Rocket weapon Now!PL2
raidenk:0:00BB7:04:001:Get Max Missile weaponNow!PL2
; [ Raiders5 ]
raiders5:0:E01D:09:000:Infinite Credits
raiders5:0:E207:3C:000:Infinite Time 'ON'
raiders5:0:E208:99:500:Infinite Time 'ON' (2/2)
raiders5:0:E207:01:001:Infinite Time 'OFF'
raiders5:0:E208:00:501:Infinite Time 'OFF' (2/2)
raiders5:0:E102:08:000:Infinite Lives
raiders5:0:2541:C9:100:Invincibility
; [ Raiders5 (Japan) ]
raidrs5t:0:E01D:09:000:Infinite Credits
raidrs5t:0:E207:3C:000:Infinite Time 'ON'
raidrs5t:0:E208:99:500:Infinite Time 'ON' (2/2)
raidrs5t:0:E207:01:001:Infinite Time 'OFF'
raidrs5t:0:E208:00:501:Infinite Time 'OFF' (2/2)
raidrs5t:0:E102:08:000:Infinite Lives
raidrs5t:0:24EA:C9:100:Invincibility
; [ Raimais (Japan) ]
raimais:0:A22D:27:000:Infinite Lives PL1
raimais:0:A233:27:000:Infinite Lives PL2
raimais:0:AA74:3C:000:Invincibility
raimais:0:AA71:04:000:Maximum fire power
raimais:0:AA71:55:000:Invincibility &Max fire power
; [ Rainbow Islands (set 1) ]
rainbow:0:10D127:D2:000:Infinite Time
rainbow:0:10E1FF:04:000:Infinite Lives PL1
rainbow:0:10E20F:04:000:Infinite Lives PL2
rainbow:0:10D1FC:01:000:Invincibility
rainbow:0:10D1FF:E3:500:Invincibility (2/2)
rainbow:0:10D05F:01:000:Always X2 Rainbow
rainbow:0:10D05F:02:000:Always X3 Rainbow
rainbow:0:10D05F:03:000:Always X4 Rainbow
rainbow:0:10D05F:04:000:Always X5 Rainbow
rainbow:0:10D05F:05:000:Always X6 Rainbow
rainbow:0:10D060:00:000:Always Normal Speed Rainbows
rainbow:0:10D060:01:000:Always Fast Rainbows
rainbow:0:10D060:07:000:Always Very Fast Rainbows
rainbow:0:10E20C:01:000:Always have ROYGBIV PL1
rainbow:0:10E21C:01:000:Always have ROYGBIV PL2
rainbow:0:10D05F:01:001:Get X2 Rainbow Now!
rainbow:0:10D05F:02:001:Get X3 Rainbow Now!
rainbow:0:10D05F:03:001:Get X4 Rainbow Now!
rainbow:0:10D05F:04:001:Get X5 Rainbow Now!
rainbow:0:10D05F:05:001:Get X6 Rainbow Now!
rainbow:0:10D060:00:001:Get Normal Rainbows Now!
rainbow:0:10D060:01:001:Get Fast Rainbows Now!
rainbow:0:10D060:07:001:Get Very Fast Rainbows Now!
rainbow:0:10E20C:01:001:Get ROYGBIV PL1 Now!
rainbow:0:10E21C:01:001:Get ROYGBIV PL2 Now!
rainbow:0:10E20D:00:000:Always Monsters+items PL1
rainbow:0:10E20D:01:000:No Monsters+items ever! PL1
rainbow:0:10E21D:00:000:Always Monsters+items PL2
rainbow:0:10E21D:01:000:No Monsters+items ever! PL2
rainbow:0:000000:00:999:[You should enable this ]
rainbow:0:000000:00:999:[speed power-up cheat on the]
rainbow:0:000000:00:999:[title screen or before ]
rainbow:0:000000:00:999:[losing a life! ]
rainbow:0:10D061:00:000:Always have normal speed
rainbow:0:10D061:01:000:Always have power-up speed
rainbow:0:10D061:03:000:Always have max speed
rainbow:0:10D055:7F:001:Get 7 big diamonds
rainbow:0:10D054:00:501:Get 7 big diamonds (2/2)
rainbow:0:10D055:80:001:Get 3 mirrors
rainbow:0:10D054:03:501:Get 3 mirrors (2/2)
rainbow:0:10D055:FF:001:Get 7 big D and 3 M
rainbow:0:10D054:03:501:Get 7 big D and 3 M (2/2)
rainbow:0:10D055:01:021:Get big diamond - red Now!
rainbow:0:10D055:02:021:Get big diamond - orange Now!
rainbow:0:10D055:04:021:Get big diamond - yellow Now!
rainbow:0:10D055:08:021:Get big diamond - green Now!
rainbow:0:10D055:10:021:Get big diamond - blue Now!
rainbow:0:10D055:20:021:Get big diamond - indigo Now!
rainbow:0:10D055:40:021:Get big diamond - purple Now!
rainbow:0:10D055:80:021:Get mirror - red Now!
rainbow:0:10D054:01:021:Get mirror - grey Now!
rainbow:0:10D054:02:021:Get mirror - yellow Now!
rainbow:0:10E1B9:00:001:Kill Island Guardian Now!
rainbow:0:10E1B9:00:000:Kill all IslandGuardians fast
rainbow:0:10D041:C7:000:All permanent POWs
rainbow:0:10D040:02:500:All permanent POWs (2/2)
rainbow:0:10D056:01:000:Always have Bonus door
rainbow:0:10D1C0:01:000:Always have wing power
rainbow:0:10C96B:05:000:Always have the fairy
rainbow:0:10DF22:FF:500:Always have the fairy (2/2)
rainbow:0:10D1C0:01:001:Get wing power Now!
rainbow:0:10C96B:05:001:Get the fairy Now!
rainbow:0:10DF22:FF:501:Get the fairy Now! (2/2)
rainbow:0:000000:00:999:[These round select cheats ]
rainbow:0:000000:00:999:[have two numbers, the first]
rainbow:0:000000:00:999:[one is the round you go to ]
rainbow:0:000000:00:999:[if you die and the second ]
rainbow:0:000000:00:999:[one is the round you go to ]
rainbow:0:000000:00:999:[if you complete the round ]
rainbow:0:000000:00:999:[you are on (Eg If you have ]
rainbow:0:000000:00:999:[Invincibility enabled). ]
rainbow:0:10D049:03:001:Go to Round 4/5 Next
rainbow:0:10D049:07:001:Go to Round 8/9 Next
rainbow:0:10D049:0B:001:Go to Round 12/13 Next
rainbow:0:10D049:0F:001:Go to Round 16/17 Next
rainbow:0:10D049:13:001:Go to Round 20/21 Next
rainbow:0:10D049:17:001:Go to Round 24/25 Next
rainbow:0:10D049:1B:001:Go to First End Next
rainbow:0:10D049:1C:001:Go to Round 30 Next
rainbow:0:10D049:26:001:Go to Last Round on complete
rainbow:0:10D049:27:001:Go to Last Round on death
; [ Rainbow Islands (set 2) ]
rainbowa:0:10D127:D2:000:Infinite Time
rainbowa:0:10E1FF:04:000:Infinite Lives PL1
rainbowa:0:10E20F:04:000:Infinite Lives PL2
rainbowa:0:10D1FC:01:000:Invincibility
rainbowa:0:10D1FF:E3:500:Invincibility (2/2)
rainbowa:0:10D05F:01:000:Always X2 Rainbow
rainbowa:0:10D05F:02:000:Always X3 Rainbow
rainbowa:0:10D05F:03:000:Always X4 Rainbow
rainbowa:0:10D05F:04:000:Always X5 Rainbow
rainbowa:0:10D05F:05:000:Always X6 Rainbow
rainbowa:0:10D060:00:000:Always Normal Speed Rainbows
rainbowa:0:10D060:01:000:Always Fast Rainbows
rainbowa:0:10D060:07:000:Always Very Fast Rainbows
rainbowa:0:10E20C:01:000:Always have ROYGBIV PL1
rainbowa:0:10E21C:01:000:Always have ROYGBIV PL2
rainbowa:0:10D05F:01:001:Get X2 Rainbow Now!
rainbowa:0:10D05F:02:001:Get X3 Rainbow Now!
rainbowa:0:10D05F:03:001:Get X4 Rainbow Now!
rainbowa:0:10D05F:04:001:Get X5 Rainbow Now!
rainbowa:0:10D05F:05:001:Get X6 Rainbow Now!
rainbowa:0:10D060:00:001:Get Normal Rainbows Now!
rainbowa:0:10D060:01:001:Get Fast Rainbows Now!
rainbowa:0:10D060:07:001:Get Very Fast Rainbows Now!
rainbowa:0:10E20C:01:001:Get ROYGBIV PL1 Now!
rainbowa:0:10E21C:01:001:Get ROYGBIV PL2 Now!
rainbowa:0:10E20D:00:000:Always Monsters+items PL1
rainbowa:0:10E20D:01:000:No Monsters+items ever! PL1
rainbowa:0:10E21D:00:000:Always Monsters+items PL2
rainbowa:0:10E21D:01:000:No Monsters+items ever! PL2
rainbowa:0:000000:00:999:[You should enable this ]
rainbowa:0:000000:00:999:[speed power-up cheat on the]
rainbowa:0:000000:00:999:[title screen or before ]
rainbowa:0:000000:00:999:[losing a life! ]
rainbowa:0:10D061:00:000:Always have normal speed
rainbowa:0:10D061:01:000:Always have power-up speed
rainbowa:0:10D061:03:000:Always have max speed
rainbowa:0:10D055:7F:001:Get 7 big diamonds
rainbowa:0:10D054:00:501:Get 7 big diamonds (2/2)
rainbowa:0:10D055:80:001:Get 3 mirrors
rainbowa:0:10D054:03:501:Get 3 mirrors (2/2)
rainbowa:0:10D055:FF:001:Get 7 big D and 3 M
rainbowa:0:10D054:03:501:Get 7 big D and 3 M (2/2)
rainbowa:0:10D055:01:021:Get big diamond - red Now!
rainbowa:0:10D055:02:021:Get big diamond - orange Now!
rainbowa:0:10D055:04:021:Get big diamond - yellow Now!
rainbowa:0:10D055:08:021:Get big diamond - green Now!
rainbowa:0:10D055:10:021:Get big diamond - blue Now!
rainbowa:0:10D055:20:021:Get big diamond - indigo Now!
rainbowa:0:10D055:40:021:Get big diamond - purple Now!
rainbowa:0:10D055:80:021:Get mirror - red Now!
rainbowa:0:10D054:01:021:Get mirror - grey Now!
rainbowa:0:10D054:02:021:Get mirror - yellow Now!
rainbowa:0:10E1B9:00:001:Kill Island Guardian Now!
rainbowa:0:10E1B9:00:000:Kill all IslandGuardians fast
rainbowa:0:10D041:C7:000:All permanent POWs
rainbowa:0:10D040:02:500:All permanent POWs (2/2)
rainbowa:0:10D056:01:000:Always have Bonus door
rainbowa:0:10D1C0:01:000:Always have wing power
rainbowa:0:10C96B:05:000:Always have the fairy
rainbowa:0:10DF22:FF:500:Always have the fairy (2/2)
rainbowa:0:10D1C0:01:001:Get wing power Now!
rainbowa:0:10C96B:05:001:Get the fairy Now!
rainbowa:0:10DF22:FF:501:Get the fairy Now! (2/2)
rainbowa:0:000000:00:999:[These round select cheats ]
rainbowa:0:000000:00:999:[have two numbers, the first]
rainbowa:0:000000:00:999:[one is the round you go to ]
rainbowa:0:000000:00:999:[if you die and the second ]
rainbowa:0:000000:00:999:[one is the round you go to ]
rainbowa:0:000000:00:999:[if you complete the round ]
rainbowa:0:000000:00:999:[you are on (Eg If you have ]
rainbowa:0:000000:00:999:[Invincibility enabled). ]
rainbowa:0:10D049:03:001:Go to Round 4/5 Next
rainbowa:0:10D049:07:001:Go to Round 8/9 Next
rainbowa:0:10D049:0B:001:Go to Round 12/13 Next
rainbowa:0:10D049:0F:001:Go to Round 16/17 Next
rainbowa:0:10D049:13:001:Go to Round 20/21 Next
rainbowa:0:10D049:17:001:Go to Round 24/25 Next
rainbowa:0:10D049:1B:001:Go to First End Next
rainbowa:0:10D049:1C:001:Go to Round 30 Next
rainbowa:0:10D049:26:001:Go to Last Round on complete
rainbowa:0:10D049:27:001:Go to Last Round on death
; [ Rainbow Islands (Extra) ]
rainbowe:0:10E1C3:04:000:Infinite Lives PL1
rainbowe:0:10E1D3:04:000:Infinite Lives PL2
rainbowe:0:10D206:01:000:Invincibility
rainbowe:0:10D209:E3:500:Invincibility (2/2)
rainbowe:0:10D063:01:000:Always X2 Rainbow
rainbowe:0:10D063:02:000:Always X3 Rainbow
rainbowe:0:10D063:03:000:Always X4 Rainbow
rainbowe:0:10D063:04:000:Always X5 Rainbow
rainbowe:0:10D063:05:000:Always X6 Rainbow
rainbowe:0:10D064:00:000:Always Normal Rainbows
rainbowe:0:10D064:01:000:Always Fast Rainbows
rainbowe:0:10D064:07:000:Always Very Fast Rainbows
rainbowe:0:10E1D0:01:000:Always have ROYGBIV PL1
rainbowe:0:10E1E0:01:000:Always have ROYGBIV PL2
rainbowe:0:10D063:01:001:Get X2 Rainbow Now!
rainbowe:0:10D063:02:001:Get X3 Rainbow Now!
rainbowe:0:10D063:03:001:Get X4 Rainbow Now!
rainbowe:0:10D063:04:001:Get X5 Rainbow Now!
rainbowe:0:10D063:05:001:Get X6 Rainbow Now!
rainbowe:0:10D064:00:001:Get Normal Rainbows Now!
rainbowe:0:10D064:01:001:Get Fast Rainbows Now!
rainbowe:0:10D064:07:001:Get Very Fast Rainbows Now!
rainbowe:0:10E1D0:01:001:Get ROYGBIV PL1 Now!
rainbowe:0:10E1E0:01:001:Get ROYGBIV PL2 Now!
rainbowe:0:10E1D1:00:000:Always Monsters+items PL1
rainbowe:0:10E1D1:01:000:No Monsters+items ever! PL1
rainbowe:0:10E1E1:00:000:Always Monsters+items PL2
rainbowe:0:10E1E1:01:000:No Monsters+items ever! PL2
rainbowe:0:000000:00:999:[You should enable this ]
rainbowe:0:000000:00:999:[speed power-up cheat on the]
rainbowe:0:000000:00:999:[title screen or before ]
rainbowe:0:000000:00:999:[losing a life! ]
rainbowe:0:10D065:00:000:Always have normal speed
rainbowe:0:10D065:01:000:Always have power-up speed
rainbowe:0:10D065:03:000:Always have max speed
rainbowe:0:10D057:7F:001:Get 7 big diamonds
rainbowe:0:10D056:00:501:Get 7 big diamonds (2/2)
rainbowe:0:10D057:80:001:Get 3 mirrors
rainbowe:0:10D056:03:501:Get 3 mirrors (2/2)
rainbowe:0:10D057:FF:001:Get 7 big D and 3 M
rainbowe:0:10D056:03:501:Get 7 big D and 3 M (2/2)
rainbowe:0:10D057:01:021:Get big diamond - red Now!
rainbowe:0:10D057:02:021:Get big diamond - orange Now!
rainbowe:0:10D057:04:021:Get big diamond - yellow Now!
rainbowe:0:10D057:08:021:Get big diamond - green Now!
rainbowe:0:10D057:10:021:Get big diamond - blue Now!
rainbowe:0:10D057:20:021:Get big diamond - indigo Now!
rainbowe:0:10D057:40:021:Get big diamond - purple Now!
rainbowe:0:10D057:80:021:Get mirror - red Now!
rainbowe:0:10D056:01:021:Get mirror - grey Now!
rainbowe:0:10D056:02:021:Get mirror - yellow Now!
rainbowe:0:10D043:C7:000:All permanent POWs
rainbowe:0:10D042:02:500:All permanent POWs (2/2)
rainbowe:0:10D058:01:000:Always have Bonus door
rainbowe:0:10D1C8:01:000:Always have wing power
rainbowe:0:10D1C8:01:001:Get wing power Now!
rainbowe:0:000000:00:999:[These round select cheats ]
rainbowe:0:000000:00:999:[have two numbers, the first]
rainbowe:0:000000:00:999:[one is the round you go to ]
rainbowe:0:000000:00:999:[if you die and the second ]
rainbowe:0:000000:00:999:[one is the round you go to ]
rainbowe:0:000000:00:999:[if you complete the round ]
rainbowe:0:000000:00:999:[you are on (Eg If you have ]
rainbowe:0:000000:00:999:[Invincibility enabled). ]
rainbowe:0:10D04B:03:001:Go to Round 4/5 Next
rainbowe:0:10D04B:07:001:Go to Round 8/9 Next
rainbowe:0:10D04B:0B:001:Go to Round 12/13 Next
rainbowe:0:10D04B:0F:001:Go to Round 16/17 Next
rainbowe:0:10D04B:13:001:Go to Round 20/21 Next
rainbowe:0:10D04B:17:001:Go to Round 24/25 Next
rainbowe:0:10D04B:1B:001:Go to First End Next
rainbowe:0:10D04B:1C:001:Go to Round 30 Next
rainbowe:0:10D04B:26:001:Go to Last Round on complete
rainbowe:0:10D04B:27:001:Go to Last Round on death
; [ Rally Bike / Dash Yarou ]
rallybik:0:000000:00:999:[Don't collect Gas dropped ]
rallybik:0:000000:00:999:[by the helicopter!!! ]
rallybik:0:0805FC:7F:007:Infinite Gas
rallybik:0:0805FB:01:005:Rank always 1st
rallybik:0:000000:00:999:[The invincibility cheats ]
rallybik:0:000000:00:999:[must be activated during ]
rallybik:0:000000:00:999:[play and deactivated during]
rallybik:0:000000:00:999:[fuel refill and BEFORE ]
rallybik:0:000000:00:999:[crossing the GOAL line!! ]
rallybik:0:08072A:00:000:Invincibility
rallybik:0:080739:00:500:Invincibility (2/2)
; [ Rally X ]
rallyx:0:800F:04:000:Infinite Lives PL1
rallyx:0:826B:06:022:Infinite Fuel PL1
rallyx:0:8010:04:000:Infinite Lives PL2
rallyx:0:826D:06:022:Infinite Fuel PL2
rallyx:0:81B0:02:000:Always 3 red cars
rallyx:0:824E:00:000:No red cars per level
rallyx:0:824E:01:000:Only 1 red car per level
rallyx:0:824E:01:000:7 red cars per level
rallyx:0:8251:00:000:No rocks
rallyx:0:8088:88:000:Red car 1 doesn't move
rallyx:0:80A8:88:000:Red car 2 doesn't move
rallyx:0:80C8:88:000:Red car 3 doesn't move
rallyx:0:80E8:88:000:Red car 4 doesn't move
rallyx:0:8108:88:000:Red car 5 doesn't move
rallyx:0:8128:88:000:Red car 6 doesn't move
rallyx:0:8148:88:000:Red car 7 doesn't move
rallyx:0:8168:88:000:Red car 8 doesn't move:Only there in later levels!
rallyx:0:8027:20:000:Car always Very Slow
rallyx:0:8028:00:500:Car always Very Slow (2/2)
rallyx:0:8027:C0:000:Car always Slow
rallyx:0:8028:00:500:Car always Slow (2/2)
rallyx:0:8027:20:000:Car always Normal Speed
rallyx:0:8028:02:500:Car always Normal Speed (2/2)
rallyx:0:8027:20:000:Car always Very Fast
rallyx:0:8028:05:500:Car always Very Fast (2/2)
rallyx:0:8027:20:000:Car always Ultra Fast
rallyx:0:8028:0A:500:Car always Ultra Fast (2/2)
; [ Rally X (Midway) ]
rallyxm:0:800F:04:000:Infinite Lives PL1
rallyxm:0:826B:06:022:Infinite Fuel PL1
rallyxm:0:8010:04:000:Infinite Lives PL2
rallyxm:0:826D:06:022:Infinite Fuel PL2
rallyxm:0:81B0:02:000:Always 3 red cars
rallyxm:0:824E:00:000:No red cars per level
rallyxm:0:824E:01:000:Only 1 red car per level
rallyxm:0:824E:01:000:7 red cars per level
rallyxm:0:8251:00:000:No rocks
rallyxm:0:8088:88:000:Red car 1 doesn't move
rallyxm:0:80A8:88:000:Red car 2 doesn't move
rallyxm:0:80C8:88:000:Red car 3 doesn't move
rallyxm:0:80E8:88:000:Red car 4 doesn't move
rallyxm:0:8108:88:000:Red car 5 doesn't move
rallyxm:0:8128:88:000:Red car 6 doesn't move
rallyxm:0:8148:88:000:Red car 7 doesn't move
rallyxm:0:8168:88:000:Red car 8 doesn't move:Only there in later levels!
rallyxm:0:8027:20:000:Car always Very Slow
rallyxm:0:8028:00:500:Car always Very Slow (2/2)
rallyxm:0:8027:C0:000:Car always Slow
rallyxm:0:8028:00:500:Car always Slow (2/2)
rallyxm:0:8027:20:000:Car always Normal Speed
rallyxm:0:8028:02:500:Car always Normal Speed (2/2)
rallyxm:0:8027:20:000:Car always Very Fast
rallyxm:0:8028:05:500:Car always Very Fast (2/2)
rallyxm:0:8027:20:000:Car always Ultra Fast
rallyxm:0:8028:0A:500:Car always Ultra Fast (2/2)
; [ Rambo III (set 1, Europe) ]
rambo3:0:801407:E0:000:Infinite Energy PL1
rambo3:0:801405:08:000:Infinite Bombs PL1
rambo3:0:801421:02:000:Infinite Mega Bombs PL1
rambo3:0:801497:02:000:Invincibility PL1
rambo3:0:801424:0E:000:Always have Big Weapon PL1
rambo3:0:801429:0E:000:Always have Big Sights PL1
rambo3:0:801426:0E:000:Always have Fast Shoot PL1
rambo3:0:801424:00:000:Never have Big Weapon PL1
rambo3:0:801429:00:000:Never have Big Sights PL1
rambo3:0:801426:00:000:Never have Fast Shoot PL1
rambo3:0:801424:0E:001:Get Big Weapon Now! PL1
rambo3:0:801429:0E:001:Get Big Sights Now! PL1
rambo3:0:801426:0E:001:Get Fast Shoot Now! PL1
rambo3:0:801424:00:001:Lose Big Weapon Now! PL1
rambo3:0:801429:00:001:Lose Big Sights Now! PL1
rambo3:0:801426:00:001:Lose Fast Shoot Now! PL1
rambo3:0:801507:E0:000:Infinite Energy PL2
rambo3:0:801505:08:000:Infinite Bombs PL2
rambo3:0:801521:02:000:Infinite Mega Bombs PL2
rambo3:0:801597:02:000:Invincibility PL2
rambo3:0:801524:0E:000:Always have Big Weapon PL2
rambo3:0:801529:0E:000:Always have Big Sights PL2
rambo3:0:801526:0E:000:Always have Fast Shoot PL2
rambo3:0:801524:00:000:Never have Big Weapon PL2
rambo3:0:801529:00:000:Never have Big Sights PL2
rambo3:0:801526:00:000:Never have Fast Shoot PL2
rambo3:0:801524:0E:001:Get Big Weapon Now! PL2
rambo3:0:801529:0E:001:Get Big Sights Now! PL2
rambo3:0:801526:0E:001:Get Fast Shoot Now! PL2
rambo3:0:801524:00:001:Lose Big Weapon Now! PL2
rambo3:0:801529:00:001:Lose Big Sights Now! PL2
rambo3:0:801526:00:001:Lose Fast Shoot Now! PL2
; [ Rambo III (set 2, US) ]
rambo3a:0:801407:E0:000:Infinite Energy PL1
rambo3a:0:801405:08:000:Infinite Bombs PL1
rambo3a:0:801421:02:000:Infinite Mega Bombs PL1
rambo3a:0:801497:02:000:Invincibility PL1
rambo3a:0:801424:0E:000:Always have Big Weapon PL1
rambo3a:0:801429:0E:000:Always have Big Sights PL1
rambo3a:0:801426:0E:000:Always have Fast Shoot PL1
rambo3a:0:801424:00:000:Never have Big Weapon PL1
rambo3a:0:801429:00:000:Never have Big Sights PL1
rambo3a:0:801426:00:000:Never have Fast Shoot PL1
rambo3a:0:801424:0E:001:Get Big Weapon Now! PL1
rambo3a:0:801429:0E:001:Get Big Sights Now! PL1
rambo3a:0:801426:0E:001:Get Fast Shoot Now! PL1
rambo3a:0:801424:00:001:Lose Big Weapon Now! PL1
rambo3a:0:801429:00:001:Lose Big Sights Now! PL1
rambo3a:0:801426:00:001:Lose Fast Shoot Now! PL1
rambo3a:0:801507:E0:000:Infinite Energy PL2
rambo3a:0:801505:08:000:Infinite Bombs PL2
rambo3a:0:801521:02:000:Infinite Mega Bombs PL2
rambo3a:0:801597:02:000:Invincibility PL2
rambo3a:0:801524:0E:000:Always have Big Weapon PL2
rambo3a:0:801529:0E:000:Always have Big Sights PL2
rambo3a:0:801526:0E:000:Always have Fast Shoot PL2
rambo3a:0:801524:00:000:Never have Big Weapon PL2
rambo3a:0:801529:00:000:Never have Big Sights PL2
rambo3a:0:801526:00:000:Never have Fast Shoot PL2
rambo3a:0:801524:0E:001:Get Big Weapon Now! PL2
rambo3a:0:801529:0E:001:Get Big Sights Now! PL2
rambo3a:0:801526:0E:001:Get Fast Shoot Now! PL2
rambo3a:0:801524:00:001:Lose Big Weapon Now! PL2
rambo3a:0:801529:00:001:Lose Big Sights Now! PL2
rambo3a:0:801526:00:001:Lose Fast Shoot Now! PL2
; [ Rampage (revision 3) ]
rampage:0:E49E:C7:000:Infinite Damage PL1
rampage:0:E4EE:C7:000:Infinite Damage PL2
rampage:0:E53E:C7:000:Infinite Damage PL3
rampage:0:E58B:03:001:Go to Day 5 Next
rampage:0:E58B:08:001:Go to Day 10 Next
rampage:0:E58B:0D:001:Go to Day 15 Next
rampage:0:E58B:1C:001:Go to Day 30 Next
rampage:0:E58B:62:001:Go to Day 100 Next
rampage:0:E58B:7C:001:Go to Day 127 Next
rampage:0:E58B:FC:001:Go to Day 255 Next
rampage:0:E58B:FE:001:Go to Last Day=768 Next
rampage:0:E58C:02:501:Go to Last Day=768 Next (2/2)
; [ Rampage (revision 2) ]
rampage2:0:E49E:C7:000:Infinite Damage PL1
rampage2:0:E4EE:C7:000:Infinite Damage PL2
rampage2:0:E53E:C7:000:Infinite Damage PL3
rampage2:0:E58B:03:001:Go to Day 5 Next
rampage2:0:E58B:08:001:Go to Day 10 Next
rampage2:0:E58B:0D:001:Go to Day 15 Next
rampage2:0:E58B:1C:001:Go to Day 30 Next
rampage2:0:E58B:62:001:Go to Day 100 Next
rampage2:0:E58B:7C:001:Go to Day 127 Next
rampage2:0:E58B:FC:001:Go to Day 255 Next
rampage2:0:E58B:FE:001:Go to Last Day=768 Next
rampage2:0:E58C:02:501:Go to Last Day=768 Next (2/2)
; [ Rampart (3-player Trackball) ]
rampart:0:3E197D:09:000:Infinite Cannons PL1
rampart:0:3E19FB:09:000:Infinite Cannons PL2
rampart:0:3E1A79:09:000:Infinite Cannons PL3
rampart:0:3E1870:63:000:Infinite Building Time
rampart:0:3E1870:00:001:No more Building Time
; [ Rampart (Japan, 2-player Joystick) ]
rampartj:0:3E1993:09:000:Infinite Cannons PL1
rampartj:0:3E1A11:09:000:Infinite Cannons PL2
rampartj:0:3E18AC:63:000:Infinite Building Time
rampartj:0:3E18AC:00:001:No more Building Time
; [ Rampart (2-player Joystick) ]
ramprt2p:0:3E1997:09:000:Infinite Cannons PL1
ramprt2p:0:3E1A15:09:000:Infinite Cannons PL2
ramprt2p:0:3E18B0:63:000:Infinite Building Time
ramprt2p:0:3E18B0:00:001:No more Building Time
; [ Rastan (World) ]
rastan:0:10C13A:30:000:Infinite Energy
rastan:0:10C101:03:000:Infinite Lives
rastan:0:10D2FB:01:000:Always have Sword
rastan:0:10D2FB:02:000:Always have Big Axe
rastan:0:10D2FB:03:000:Always have Ball & Chain
rastan:0:10D2FB:04:000:Always have Fire Sword
rastan:0:10D2FB:05:000:Always have No Weapons
rastan:0:10D2FB:01:001:Get Sword Now!
rastan:0:10D2FB:02:001:Get Big Axe Now!
rastan:0:10D2FB:03:001:Get Ball & Chain Now!
rastan:0:10D2FB:04:001:Get Fire Sword Now!
rastan:0:10D2FB:05:001:Lose All Weapons Now!
; [ Rastan (US set 1) ]
rastanu:0:10C13A:30:000:Infinite Energy
rastanu:0:10C101:03:000:Infinite Lives
rastanu:0:10D2FB:01:000:Always have Sword
rastanu:0:10D2FB:02:000:Always have Big Axe
rastanu:0:10D2FB:03:000:Always have Ball & Chain
rastanu:0:10D2FB:04:000:Always have Fire Sword
rastanu:0:10D2FB:05:000:Always have No Weapons
rastanu:0:10D2FB:01:001:Get Sword Now!
rastanu:0:10D2FB:02:001:Get Big Axe Now!
rastanu:0:10D2FB:03:001:Get Ball & Chain Now!
rastanu:0:10D2FB:04:001:Get Fire Sword Now!
rastanu:0:10D2FB:05:001:Lose All Weapons Now!
; [ Rastan (US set 2) ]
rastanu2:0:10C13A:30:000:Infinite Energy
rastanu2:0:10C101:03:000:Infinite Lives
rastanu2:0:10D2FB:01:000:Always have Sword
rastanu2:0:10D2FB:02:000:Always have Big Axe
rastanu2:0:10D2FB:03:000:Always have Ball & Chain
rastanu2:0:10D2FB:04:000:Always have Fire Sword
rastanu2:0:10D2FB:05:000:Always have No Weapons
rastanu2:0:10D2FB:01:001:Get Sword Now!
rastanu2:0:10D2FB:02:001:Get Big Axe Now!
rastanu2:0:10D2FB:03:001:Get Ball & Chain Now!
rastanu2:0:10D2FB:04:001:Get Fire Sword Now!
rastanu2:0:10D2FB:05:001:Lose All Weapons Now!
; [ Rastan Saga 2 (Japan) ]
rastsag2:0:6004D9:09:000:Infinite Credits
rastsag2:0:601B60:0A:000:Infinite Time
rastsag2:0:601B61:00:500:Infinite Time (2/2)
rastsag2:0:60050B:0A:000:Infinite Lives PL1
rastsag2:0:600509:0B:000:Infinite Energy PL1
rastsag2:0:600515:01:000:Always have Max Speed PL1
rastsag2:0:60050D:09:000:Always have Max Level PL1
rastsag2:0:600569:00:000:Always have Normal Sword PL1
rastsag2:0:600569:01:000:Always have Big Sword PL1
rastsag2:0:600569:02:000:Always have Claw PL1
rastsag2:0:600511:00:000:Always have No shot PL1
rastsag2:0:600511:01:000:Always have Fire ball shot PL1
rastsag2:0:600511:02:000:Always have Ice shot PL1
rastsag2:0:600511:03:000:Always have Barrier shot PL1
rastsag2:0:601EAD:0F:500:Always have Barrier shot PL1 (2/2)
rastsag2:0:600569:00:001:Get the Normal Sword Now! PL1
rastsag2:0:600569:01:001:Get the Big Sword Now! PL1
rastsag2:0:600569:02:001:Get the Claw Now! PL1
rastsag2:0:600511:00:001:Get the No shot Now! PL1
rastsag2:0:600511:01:001:Get the Fire ball shot Now! PL1
rastsag2:0:600511:02:001:Get the Ice shot Now! PL1
rastsag2:0:600511:03:001:Get the Barrier shot Now! PL1
rastsag2:0:601EAD:0F:501:Get the Barrier shot Now! PL1 (2/2)
rastsag2:0:600521:0A:000:Infinite Lives PL2
rastsag2:0:60051F:0B:000:Infinite Energy PL2
rastsag2:0:60052B:01:000:Always have Max Speed PL2
rastsag2:0:600523:09:000:Always have Max Level PL2
rastsag2:0:6005E9:08:000:Always have Normal Sword PL2
rastsag2:0:6005E9:09:000:Always have Big Sword PL2
rastsag2:0:6005E9:0A:000:Always have Claw PL2
rastsag2:0:600527:00:000:Always have No shot PL2
rastsag2:0:600527:01:000:Always have Fire ball shot PL2
rastsag2:0:600527:02:000:Always have Ice shot PL2
rastsag2:0:600527:03:000:Always have Barrier shot PL2
rastsag2:0:601ED9:0F:500:Always have Barrier shot PL2 (2/2)
rastsag2:0:6005E9:08:001:Get the Normal Sword Now! PL2
rastsag2:0:6005E9:09:001:Get the Big Sword Now! PL2
rastsag2:0:6005E9:0A:001:Get the Claw Now! PL2
rastsag2:0:600527:00:001:Get the No shot Now! PL2
rastsag2:0:600527:01:001:Get the Fire ball shot Now! PL2
rastsag2:0:600527:02:001:Get the Ice shot Now! PL2
rastsag2:0:600527:03:001:Get the Barrier shot Now! PL2
rastsag2:0:601ED9:0F:501:Get the Barrier shot Now! PL2 (2/2)
; [ Rastan Saga (Japan) ]
rastsaga:0:10C13A:30:000:Infinite Energy
rastsaga:0:10C101:03:000:Infinite Lives
rastsaga:0:10D2FB:01:000:Always have Sword
rastsaga:0:10D2FB:02:000:Always have Big Axe
rastsaga:0:10D2FB:03:000:Always have Ball & Chain
rastsaga:0:10D2FB:04:000:Always have Fire Sword
rastsaga:0:10D2FB:05:000:Always have No Weapons
rastsaga:0:10D2FB:01:001:Get Sword Now!
rastsaga:0:10D2FB:02:001:Get Big Axe Now!
rastsaga:0:10D2FB:03:001:Get Ball & Chain Now!
rastsaga:0:10D2FB:04:001:Get Fire Sword Now!
rastsaga:0:10D2FB:05:001:Lose All Weapons Now!
; [ Rayforce (US) ]
rayforce:0:402265:09:000:Infinite Credits
rayforce:0:404B95:9A:000:Infinite Lives PL1
rayforce:0:404BF5:02:000:Invincibility PL1
rayforce:0:404BA3:0A:000:Always have LASER Power MAX PL1
rayforce:0:404BAF:06:500:Always have LASER Power MAX PL1(2/2)
rayforce:0:404B96:00:000:Always have Level 1 Shot PL1
rayforce:0:404B96:01:000:Always have Level 2 Shot PL1
rayforce:0:404B96:02:000:Always have Level 3 Shot PL1
rayforce:0:404B96:03:000:Always have Level 4 Shot PL1
rayforce:0:404B96:0A:000:Always have MAX Shot PL1
rayforce:0:404C95:9A:000:Infinite Lives PL2
rayforce:0:404CF5:02:000:Invincibility PL2
rayforce:0:404CA3:0A:000:Always have LASER Power MAX PL2
rayforce:0:404CAF:06:500:Always have LASER Power MAX PL2(2/2)
rayforce:0:404C96:00:000:Always have Level 1 Shot PL2
rayforce:0:404C96:01:000:Always have Level 2 Shot PL2
rayforce:0:404C96:02:000:Always have Level 3 Shot PL2
rayforce:0:404C96:03:000:Always have Level 4 Shot PL2
rayforce:0:404C96:0A:000:Always have MAX Shot PL2
rayforce:0:000000:00:999:[After you enable these region cheats to see any ]
rayforce:0:000000:00:999:[effect you will have to reset the game (F3). ]
rayforce:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
rayforce:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
rayforce:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
rayforce:0:0FFFFF:01:001:Region Switch = Japan:Ray Force
rayforce:0:0FFFFF:02:001:Region Switch = US:Ray Force
rayforce:0:0FFFFF:03:001:Region Switch = World:Gunlock
; [ Rayforce (Japan) ]
rayforcj:0:402265:09:000:Infinite Credits
rayforcj:0:404B95:9A:000:Infinite Lives PL1
rayforcj:0:404BF5:02:000:Invincibility PL1
rayforcj:0:404BA3:0A:000:Always have LASER Power MAX PL1
rayforcj:0:404BAF:06:500:Always have LASER Power MAX PL1(2/2)
rayforcj:0:404B96:00:000:Always have Level 1 Shot PL1
rayforcj:0:404B96:01:000:Always have Level 2 Shot PL1
rayforcj:0:404B96:02:000:Always have Level 3 Shot PL1
rayforcj:0:404B96:03:000:Always have Level 4 Shot PL1
rayforcj:0:404B96:0A:000:Always have MAX Shot PL1
rayforcj:0:404C95:9A:000:Infinite Lives PL2
rayforcj:0:404CF5:02:000:Invincibility PL2
rayforcj:0:404CA3:0A:000:Always have LASER Power MAX PL2
rayforcj:0:404CAF:06:500:Always have LASER Power MAX PL2(2/2)
rayforcj:0:404C96:00:000:Always have Level 1 Shot PL2
rayforcj:0:404C96:01:000:Always have Level 2 Shot PL2
rayforcj:0:404C96:02:000:Always have Level 3 Shot PL2
rayforcj:0:404C96:03:000:Always have Level 4 Shot PL2
rayforcj:0:404C96:0A:000:Always have MAX Shot PL2
rayforcj:0:000000:00:999:[After you enable these region cheats to see any ]
rayforcj:0:000000:00:999:[effect you will have to reset the game (F3). ]
rayforcj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
rayforcj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
rayforcj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
rayforcj:0:0FFFFF:01:001:Region Switch = Japan:Ray Force
rayforcj:0:0FFFFF:02:001:Region Switch = US:Ray Force
rayforcj:0:0FFFFF:03:001:Region Switch = World:Gunlock
; [ Razzmatazz ]
razmataz:0:62D0:03:000:Infinite Lives PL1
razmataz:0:62D1:03:000:Infinite Lives PL2
; [ Real Bout Fatal Fury / Real Bout Garou Densetsu ]
rbff1:0:106AA8:61:000:Infinite Time
rbff1:0:100489:C0:000:Infinite Energy PL1
rbff1:0:100489:00:001:Drain All Energy Now! PL1
rbff1:0:1004BA:3C:000:Infinite Power PL1
rbff1:0:100589:C0:000:Infinite Energy PL2
rbff1:0:100589:00:001:Drain All Energy Now! PL2
rbff1:0:1005BA:3C:000:Infinite Power PL2
rbff1:0:000000:00:999:[ Free player selection ]
rbff1:0:000000:00:999:[ Use at selection screen ]
rbff1:0:000000:00:999:[ For PL1 *ONLY* ]
rbff1:0:102483:00:001:Play with another Billy Kane
rbff1:0:000000:00:999:[The Goto Boss Fight Screen ]
rbff1:0:000000:00:999:[should be activated on the ]
rbff1:0:000000:00:999:[character selection screen.]
rbff1:0:000000:00:999:[If you activate it during ]
rbff1:0:000000:00:999:[any fight however you will ]
rbff1:0:000000:00:999:[see the ENDING after you ]
rbff1:0:000000:00:999:[you win that match! ]
rbff1:0:106A37:0D:001:Goto Boss Fight Screen Now!
; [ Real Bout Fatal Fury 2 - The Newcomers / Real Bout Garou Den ]
rbff2:0:107C28:60:000:Infinite Time
rbff2:0:10048B:C0:000:Infinite Energy PL1
rbff2:0:10048B:00:001:Drain All Energy Now! PL1
rbff2:0:1004BC:3C:000:Infinite Power PL1
rbff2:0:10058B:C0:000:Infinite Energy PL2
rbff2:0:10058B:00:001:Drain All Energy Now! PL2
rbff2:0:1005BC:3C:000:Infinite Power PL2
rbff2:0:000000:00:999:[ Free player selection ]
rbff2:0:000000:00:999:[ Activate between rounds ]
rbff2:0:000000:00:999:[ or after selection ]
rbff2:0:107BA5:17:001:Play with Alfred PL1
rbff2:0:107BA7:17:001:Play with Alfred PL2
rbff2:0:000000:00:999:[ This cheat is futile ]
rbff2:0:000000:00:999:[ but it permits to make ]
rbff2:0:000000:00:999:[ differences between ]
rbff2:0:000000:00:999:[ normal and special moves ]
rbff2:0:1004CD:5F:000:Motion blur for PL1
rbff2:0:1005CD:5F:000:Motion blur for PL2
; [ Real Bout Fatal Fury Special / Real Bout Garou Densetsu Spec ]
rbffspec:0:106AB4:60:000:Infinite Time
rbffspec:0:10048B:C0:000:Infinite Energy PL1
rbffspec:0:10048B:00:001:Drain All Energy Now! PL1
rbffspec:0:1004BC:3C:000:Infinite Power PL1
rbffspec:0:10058B:C0:000:Infinite Energy PL2
rbffspec:0:10058B:00:001:Drain All Energy Now! PL2
rbffspec:0:1005BC:3C:000:Infinite Power PL2
rbffspec:0:000000:00:999:[ Free player selection ]
rbffspec:0:000000:00:999:[ Use at selection screen ]
rbffspec:0:102585:05:001:Play as Geese Howard PL1
rbffspec:0:10258D:05:501:Play as Geese Howard PL1(2/2)
rbffspec:0:102588:0A:000:Infinite Select Time PL1
rbffspec:0:102685:05:001:Play as Geese Howard PL2
rbffspec:0:10268D:05:501:Play as Geese Howard PL2(2/2)
rbffspec:0:102688:0A:000:Infinite Select Time PL2
rbffspec:0:000000:00:999:[The Geese cheat only takes ]
rbffspec:0:000000:00:999:[effect when there is a ]
rbffspec:0:000000:00:999:[screen change. ]
rbffspec:0:106A25:04:001:Fight as Geese
rbffspec:0:000000:00:999:[The Goto Boss Fight Screen ]
rbffspec:0:000000:00:999:[should be activated on the ]
rbffspec:0:000000:00:999:[character selection screen.]
rbffspec:0:000000:00:999:[If you activate it during ]
rbffspec:0:000000:00:999:[any fight however you will ]
rbffspec:0:000000:00:999:[see the ENDING after you ]
rbffspec:0:000000:00:999:[you win that match! ]
rbffspec:0:106A35:09:001:Goto Boss (Krauser) Now!
rbffspec:0:106A35:0A:001:Goto Secret Boss (Geese) Now!
; [ Atari RBI Baseball ]
rbibb:0:0583:09:000:Infinite Credits
rbibb:0:011C:00:000:Infinite Strikes
rbibb:0:011D:00:000:Infinite Balls
rbibb:0:011E:00:000:Infinite Outs
rbibb:0:011C:00:001:Set Strikes to 0 Now!
rbibb:0:011C:03:001:Set Strikes to 3 Now!
rbibb:0:011D:00:001:Set Balls to 0 Now!
rbibb:0:011D:04:001:Set Balls to 4 Now!
rbibb:0:011E:00:001:Set Outs to 0 Now!
rbibb:0:011E:03:001:Set Outs to 3 Now!
rbibb:0:0118:63:070:Select Score PL1
rbibb:0:0119:63:070:Select Score PL2
; [ Tapper (Root Beer) ]
rbtapper:0:E4A7:06:000:Infinite Lives
rbtapper:0:E711:01:001:Serve one beer on this level
rbtapper:0:0000:00:999:[This Nonstop Dancing Girls ]
rbtapper:0:0000:00:999:[cheat doesn't start until ]
rbtapper:0:0000:00:999:[after you get the money. ]
rbtapper:0:0000:00:999:[Also new customers are NOT ]
rbtapper:0:0000:00:999:[distracted by them!! ]
rbtapper:0:E712:FF:000:Nonstop Dancing Girls
rbtapper:0:E4A8:62:071:Select current level
rbtapper:0:E4A8:62:061:Select next level
rbtapper:0:0000:00:999:[These Start on Level cheats]
rbtapper:0:0000:00:999:[should be enabled on the ]
rbtapper:0:0000:00:999:[title screen and turned off]
rbtapper:0:0000:00:999:[when you start the level. ]
rbtapper:0:E4A8:01:000:Start on Level 2
rbtapper:0:E4A8:02:000:Start on Level 3
rbtapper:0:E4A8:03:000:Start on Level 4
rbtapper:0:E4A8:04:000:Start on Level 5
rbtapper:0:E4A8:05:000:Start on Level 6
rbtapper:0:E4A8:06:000:Start on Level 7
rbtapper:0:E4A8:07:000:Start on Level 8
rbtapper:0:E4A8:08:000:Start on Level 9
rbtapper:0:E4A8:09:000:Start on Level 10(the aliens)
; [ Rad Action ]
rdaction:0:E20D:3C:000:Infinite Time
rdaction:0:E130:07:000:Infinite Lives PL1
rdaction:0:E169:07:000:Infinite Lives PL2
rdaction:0:ECF2:00:000:Invincibility
rdaction:0:E113:04:000:All Ammo
rdaction:0:E117:02:500:All Ammo (2/4)
rdaction:0:E118:03:500:All Ammo (3/4)
rdaction:0:E119:04:500:All Ammo (4/4)
rdaction:0:E111:FF:000:Infinite Fireballs
rdaction:0:EC05:00:000:Enemies NEVER shoot
rdaction:0:E110:06:001:Clear this Round Now!
rdaction:0:E100:1F:061:Select the Scene
; [ Reactor ]
reactor:0:023C:15:000:Infinite Lives PL1
reactor:0:0405:15:000:Infinite Lives PL2
reactor:0:0247:14:000:Infinite Decoys PL1
reactor:0:0410:14:000:Infinite Decoys PL2
; [ Red Alert ]
redalert:0:0025:03:000:Infinite Lives PL1
redalert:0:002D:03:000:Infinite Lives PL2
redalert:0:0031:10:000:Infinite Time
; [ Red Baron ]
redbaron:0:00B0:09:000:Infinite Lives
; [ Red Clash ]
redclash:0:0ADF:E1:100:Invincibility
redclash:0:0AE0:0A:600:Invincibility (2/2)
redclash:0:6039:09:000:Infinite Lives PL1
redclash:0:6084:09:000:Infinite Lives PL2
; [ Red Clash (Kaneko) ]
redclask:0:0AEF:F1:100:Invincibility
redclask:0:0AF0:0A:600:Invincibility (2/2)
redclask:0:6039:09:000:Infinite Lives PL1
redclask:0:6084:09:000:Infinite Lives PL2
; [ Redline Racer (2 players) ]
redlin2p:0:0000:00:999:### PL1 will be in Car 1 (RED) ###
redlin2p:0:0000:00:999:### PL2 will be in Car 2 (BLUE) ###
redlin2p:0:E102:04:001:Final Lap for Car 1 Now!
redlin2p:0:E102:00:001:First Lap for Car 1 Now!
redlin2p:0:E102:00:000:Always First Lap for Car 1:Car 1 can never win
redlin2p:0:E202:04:001:Final Lap for Car 2 Now!
redlin2p:0:E202:00:001:First Lap for Car 2 Now!
redlin2p:0:E202:00:000:Always First Lap for Car 2:Car 2 can never win
redlin2p:0:E302:04:001:Final Lap for Car 3 Now!
redlin2p:0:E302:00:001:First Lap for Car 3 Now!
redlin2p:0:E302:00:000:Always First Lap for Car 3:Car 3 can never win
redlin2p:0:E402:04:001:Final Lap for Car 4 Now!
redlin2p:0:E402:00:001:First Lap for Car 4 Now!
redlin2p:0:E402:00:000:Always First Lap for Car 4:Car 4 can never win
redlin2p:0:E502:04:001:Final Lap for Car 5 Now!
redlin2p:0:E502:00:001:First Lap for Car 5 Now!
redlin2p:0:E502:00:000:Always First Lap for Car 5:Car 5 can never win
; [ Defend the Terra Attack on the Red UFO (bootleg) ]
redufo:0:421D:05:000:Infinite Lives
redufo:0:12D9:C9:100:Invincibility
; [ Regulus ]
regulus:0:C002:08:000:Infinite Lives PL1
regulus:0:C003:08:000:Infinite Lives PL2
; [ Regulus (not encrypted) ]
regulusu:0:C002:08:000:Infinite Lives PL1
regulusu:0:C003:08:000:Infinite Lives PL2
; [ Relief Pitcher (set 1) ]
relief:0:FF9D43:00:000:Infinite Strikes
relief:0:FF9D45:00:000:Infinite Balls
relief:0:FF9D4B:00:000:Infinite Outs
relief:0:FF9D43:00:001:Set Strikes to 0 Now!
relief:0:FF9D43:03:001:Set Strikes to 3 Now!
relief:0:FF9D45:00:001:Set Balls to 0 Now!
relief:0:FF9D45:04:001:Set Balls to 4 Now!
relief:0:FF9D4B:00:001:Set Outs to 0 Now!
relief:0:FF9D4B:03:001:Set Outs to 3 Now!
; [ Relief Pitcher (set 2) ]
relief2:0:FF9D53:00:000:Infinite Strikes
relief2:0:FF9D55:00:000:Infinite Balls
relief2:0:FF9D5B:00:000:Infinite Outs
relief2:0:FF9D53:00:001:Set Strikes to 0 Now!
relief2:0:FF9D53:03:001:Set Strikes to 3 Now!
relief2:0:FF9D55:00:001:Set Balls to 0 Now!
relief2:0:FF9D55:04:001:Set Balls to 4 Now!
relief2:0:FF9D5B:00:001:Set Outs to 0 Now!
relief2:0:FF9D5B:03:001:Set Outs to 3 Now!
; [ Renegade (US) ]
renegade:0:0039:05:000:Infinite Lives
renegade:0:1018:59:000:Infinite Time
renegade:0:0220:30:000:Infinite Energy
renegade:0:0220:00:001:Lose a Life Now!
renegade:0:0221:01:001:One hit to kill boss Now!
renegade:0:0000:00:999:[Enable these level select ]
renegade:0:0000:00:999:[cheats on the title screen ]
renegade:0:0000:00:999:[+ disable before you finish]
renegade:0:0000:00:999:[the level ]
renegade:0:1000:01:000:Start on Level 2 (see note)
renegade:0:1000:02:000:Start on Level 3 (see note)
renegade:0:1000:03:000:Start on Level 4 (see note)
renegade:0:1000:04:000:Start on Level 5 (see note)
renegade:0:1000:05:000:Start on Level 6 (see note)
renegade:0:0000:00:999:[The following 9 cheats make]
renegade:0:0000:00:999:[individual enemies die ]
renegade:0:0000:00:999:[after one knockdown ]
renegade:0:0000:00:999:[ ]
renegade:0:0000:00:999:[These two enemies are the ]
renegade:0:0000:00:999:[truncheon-wielders on levs ]
renegade:0:0000:00:999:[1+2, the chain-wielders on ]
renegade:0:0000:00:999:[lev 3 + standard on level 4]
renegade:0:0000:00:999:[ (room 1) ]
renegade:0:0222:00:000:Weak Enemy #1
renegade:0:0223:00:000:Weak Enemy #2
renegade:0:0000:00:999:[This one is a standrd enemy]
renegade:0:0000:00:999:[on levs 1,2,4 (room 1), and]
renegade:0:0000:00:999:[chain-wielder on level 3 ]
renegade:0:0224:00:000:Weak Enemy #3
renegade:0:0000:00:999:[This one is a standrd enemy]
renegade:0:0000:00:999:[on levels 1-4 (room 1) ]
renegade:0:0225:00:000:Weak Enemy #4
renegade:0:0000:00:999:[These two are standard ]
renegade:0:0000:00:999:[enemies on levs 1-3 &4(rm2)]
renegade:0:0226:00:000:Weak Enemy #5
renegade:0:0227:00:000:Weak Enemy #6
renegade:0:0000:00:999:[This one is a standrd enemy]
renegade:0:0000:00:999:[on levels 3 and 4 (room 2) ]
renegade:0:0228:00:000:Weak Enemy #7
renegade:0:0000:00:999:[This one is a standrd enemy]
renegade:0:0000:00:999:[on level 4 (room 2) ]
renegade:0:0229:00:000:Weak Enemy #8
; [ Repulse ]
repulse:0:F652:0C:000:Infinite Energy
repulse:0:F653:0C:500:Infinite Energy (02/10)
repulse:0:F654:0C:500:Infinite Energy (03/10)
repulse:0:F655:0C:500:Infinite Energy (04/10)
repulse:0:F656:0C:500:Infinite Energy (05/10)
repulse:0:F657:0C:500:Infinite Energy (06/10)
repulse:0:F658:0C:500:Infinite Energy (07/10)
repulse:0:F659:0C:500:Infinite Energy (08/10)
repulse:0:F65A:0C:500:Infinite Energy (09/10)
repulse:0:F65B:0C:500:Infinite Energy (10/10)
repulse:0:0000:00:999:[See the Dip Switch Menu to ]
repulse:0:0000:00:999:[enable Invincibility. ]
repulse:0:F5C7:58:000:Shield stays on longer:Buggy - cosmetic only?
repulse:0:F597:59:500:Shield stays on longer (2/4)
repulse:0:F5C5:5A:500:Shield stays on longer (3/4)
repulse:0:F595:5B:500:Shield stays on longer (4/4)
repulse:0:F0F0:0F:000:Enemies Don't Shoot
repulse:0:F109:80:000:Always have Normal Shoot
repulse:0:F109:81:000:Always have Fast Shoot
repulse:0:F109:80:001:Get Normal Shoot Now!
repulse:0:F109:81:001:Get Fast Shoot Now!
repulse:0:F8BF:0B:000:Infinite Lives PL1
repulse:0:F8D3:0B:000:Infinite Lives PL2
; [ Rescue Raider ]
rescraid:0:0140:05:000:Infinite Lives
rescraid:0:0142:7F:000:Infinite Fuel
; [ Rescue Raider (Stand-Alone) ]
rescrdsa:0:0140:05:000:Infinite Lives
rescrdsa:0:0142:7F:000:Infinite Fuel
; [ Rescue ]
rescue:0:8669:09:000:Infinite Lives
rescue:0:8273:01:000:Fire always enabled
rescue:0:868F:01:001:One man needed to land Now!
; [ Return of the Invaders (bootleg set 1) ]
retofin1:0:0000:00:999:[See the Dip Switch Menu to ]
retofin1:0:0000:00:999:[enable Invincibility. ]
retofin1:0:9928:09:000:Infinite Lives PL1
retofin1:0:9929:09:000:Infinite Lives PL2
; [ Return of the Invaders (bootleg set 2) ]
retofin2:0:0000:00:999:[See the Dip Switch Menu to ]
retofin2:0:0000:00:999:[enable Invincibility. ]
retofin2:0:9928:09:000:Infinite Lives PL1
retofin2:0:9929:09:000:Infinite Lives PL2
; [ Return of the Invaders ]
retofinv:0:0000:00:999:[See the Dip Switch Menu to ]
retofinv:0:0000:00:999:[enable Invincibility. ]
retofinv:0:9928:09:000:Infinite Lives PL1
retofinv:0:9929:09:000:Infinite Lives PL2
; [ Rezon ]
rezon:0:201C41:09:000:Infinite Credits
rezon:0:200685:01:000:Pannier Pod Guns "ON"
rezon:0:200685:00:001:Pannier Pod Guns "OFF"
rezon:0:20063D:08:000:Infinite Lives PL1
rezon:0:20062D:02:000:Invincibility PL1:To be used when you blink. NB: You can't collect weapons with Invincibility enabled
rezon:0:200627:05:000:Always have Maximum Speed PL1
rezon:0:200663:08:000:Infinite Lives PL2
rezon:0:200653:02:000:Invincibility PL2:To be used when you blink. NB: You can't collect weapons with Invincibility enabled
rezon:0:20064D:05:000:Always have Maximum Speed PL2
; [ Konami RF2 - Red Fighter ]
rf2:0:01E204:47:000:Infinite Fuel
rf2:0:01E201:C3:000:Always have max speed
rf2:0:01E201:FF:000:Always have mental speed
rf2:0:01E02C:96:002:Sound Test Timer Stop:[PL1 Shot2]Next Code
; [ Riding Fight (Japan) ]
ridefgtj:0:40812D:09:000:Infinite Credits
ridefgtj:0:408DAC:99:000:Infinite Time:Don't have enabled on the Press 1 or 2 player screen!
ridefgtj:0:410035:C8:000:Infinite Energy PL1
ridefgtj:0:408DF3:C8:000:Always have Smasher PL1
ridefgtj:0:408DF3:C8:001:Get Smasher Now! PL1
ridefgtj:0:4100B5:C8:000:Infinite Energy PL2
ridefgtj:0:408E33:C8:000:Always have Smasher PL2
ridefgtj:0:408E33:C8:001:Get Smasher Now! PL2
ridefgtj:0:410835:00:001:One Hit to Kill Boss Now!
ridefgtj:0:000000:00:999:[Enable these 'Start on Stage' cheats]
ridefgtj:0:000000:00:999:[on the Press 1 or 2 player screen. ]
ridefgtj:0:40825B:02:001:Start on Stage 2
ridefgtj:0:40825B:03:001:Start on Food Time Stage
ridefgtj:0:40825B:04:001:Start on Stage 3
ridefgtj:0:40825B:06:001:Start on Stage 4
ridefgtj:0:40825B:07:001:Start on Stage 5
ridefgtj:0:000000:00:999:[After you enable these region cheats to see any ]
ridefgtj:0:000000:00:999:[effect you will have to reset the game (F3). ]
ridefgtj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
ridefgtj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
ridefgtj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
ridefgtj:0:0FFFFF:01:001:Region Switch = Japan
ridefgtj:0:0FFFFF:02:001:Region Switch = US
ridefgtj:0:0FFFFF:03:001:Region Switch = World
; [ Riding Fight (US) ]
ridefgtu:0:40812D:09:000:Infinite Credits
ridefgtu:0:408DAC:99:000:Infinite Time:Don't have enabled on the Press 1 or 2 player screen!
ridefgtu:0:410035:C8:000:Infinite Energy PL1
ridefgtu:0:408DF3:C8:000:Always have Smasher PL1
ridefgtu:0:408DF3:C8:001:Get Smasher Now! PL1
ridefgtu:0:4100B5:C8:000:Infinite Energy PL2
ridefgtu:0:408E33:C8:000:Always have Smasher PL2
ridefgtu:0:408E33:C8:001:Get Smasher Now! PL2
ridefgtu:0:410835:00:001:One Hit to Kill Boss Now!
ridefgtu:0:000000:00:999:[Enable these 'Start on Stage' cheats]
ridefgtu:0:000000:00:999:[on the Press 1 or 2 player screen. ]
ridefgtu:0:40825B:02:001:Start on Stage 2
ridefgtu:0:40825B:03:001:Start on Food Time Stage
ridefgtu:0:40825B:04:001:Start on Stage 3
ridefgtu:0:40825B:06:001:Start on Stage 4
ridefgtu:0:40825B:07:001:Start on Stage 5
ridefgtu:0:000000:00:999:[After you enable these region cheats to see any ]
ridefgtu:0:000000:00:999:[effect you will have to reset the game (F3). ]
ridefgtu:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
ridefgtu:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
ridefgtu:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
ridefgtu:0:0FFFFF:01:001:Region Switch = Japan
ridefgtu:0:0FFFFF:02:001:Region Switch = US
ridefgtu:0:0FFFFF:03:001:Region Switch = World
; [ Riding Hero (set 1) ]
ridhero:0:100F79:04:000:Infinite Turbos
ridhero:0:100F89:01:000:Win every race (as 1st)
; [ Riding Hero (set 2) ]
ridheroh:0:100F79:04:000:Infinite Turbos
ridheroh:0:100F89:01:000:Win every race (as 1st)
; [ Riding Fight (World) ]
ridingf:0:40812D:09:000:Infinite Credits
ridingf:0:408DAC:99:000:Infinite Time:Don't have enabled on the Press 1 or 2 player screen!
ridingf:0:410035:C8:000:Infinite Energy PL1
ridingf:0:408DF3:C8:000:Always have Smasher PL1
ridingf:0:408DF3:C8:001:Get Smasher Now! PL1
ridingf:0:4100B5:C8:000:Infinite Energy PL2
ridingf:0:408E33:C8:000:Always have Smasher PL2
ridingf:0:408E33:C8:001:Get Smasher Now! PL2
ridingf:0:410835:00:001:One Hit to Kill Boss Now!
ridingf:0:000000:00:999:[Enable these 'Start on Stage' cheats]
ridingf:0:000000:00:999:[on the Press 1 or 2 player screen. ]
ridingf:0:40825B:02:001:Start on Stage 2
ridingf:0:40825B:03:001:Start on Food Time Stage
ridingf:0:40825B:04:001:Start on Stage 3
ridingf:0:40825B:06:001:Start on Stage 4
ridingf:0:40825B:07:001:Start on Stage 5
ridingf:0:000000:00:999:[After you enable these region cheats to see any ]
ridingf:0:000000:00:999:[effect you will have to reset the game (F3). ]
ridingf:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
ridingf:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
ridingf:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
ridingf:0:0FFFFF:01:001:Region Switch = Japan
ridingf:0:0FFFFF:02:001:Region Switch = US
ridingf:0:0FFFFF:03:001:Region Switch = World
; [ Riddle of Pythagoras (Japan) ]
ridleofp:0:C003:99:000:Infinite Credits
ridleofp:0:C009:05:000:Infinite Lives
ridleofp:0:E545:00:001:Finish this Stage Now!
ridleofp:0:E546:00:501:Finish this Stage Now! (2/2)
ridleofp:0:0000:00:999:[P1 = Position 1, ]
ridleofp:0:0000:00:999:[P2 = Position 2, etc.. ]
ridleofp:0:0000:00:999:[Some positions will only be ]
ridleofp:0:0000:00:999:[usable with a different size]
ridleofp:0:0000:00:999:[of bat!! ]
ridleofp:0:0000:00:999:[1-3 is for a Normal Size Bat]
ridleofp:0:0000:00:999:[1-4 is for a Medium Size Bat]
ridleofp:0:0000:00:999:[1-5 is for a Large Size Bat ]
ridleofp:0:0000:00:999:[1-6 is for a Huge Size Bat ]
ridleofp:0:E5A0:00:000:Always NOTHING in P1
ridleofp:0:E5A0:04:000:Always LIGHT in P1
ridleofp:0:E5A0:10:000:Always MAGNET in P1
ridleofp:0:E5A0:20:000:Always LASER in P1
ridleofp:0:E5A0:40:000:Always COIL? in P1
ridleofp:0:E5A0:80:000:Always GREEN DOT in P1
ridleofp:0:E5A1:00:000:Always NOTHING in P2
ridleofp:0:E5A1:04:000:Always LIGHT in P2
ridleofp:0:E5A1:10:000:Always MAGNET in P2
ridleofp:0:E5A1:20:000:Always LASER in P2
ridleofp:0:E5A1:40:000:Always COIL? in P2
ridleofp:0:E5A1:80:000:Always GREEN DOT in P2
ridleofp:0:E5A2:00:000:Always NOTHING in P3
ridleofp:0:E5A2:04:000:Always LIGHT in P3
ridleofp:0:E5A2:10:000:Always MAGNET in P3
ridleofp:0:E5A2:20:000:Always LASER in P3
ridleofp:0:E5A2:40:000:Always COIL? in P3
ridleofp:0:E5A2:80:000:Always GREEN DOT in P3
ridleofp:0:E5A3:00:000:Always NOTHING in P4
ridleofp:0:E5A3:04:000:Always LIGHT in P4
ridleofp:0:E5A3:10:000:Always MAGNET in P4
ridleofp:0:E5A3:20:000:Always LASER in P4
ridleofp:0:E5A3:40:000:Always COIL? in P4
ridleofp:0:E5A3:80:000:Always GREEN DOT in P4
ridleofp:0:E5A4:00:000:Always NOTHING in P5
ridleofp:0:E5A4:04:000:Always LIGHT in P5
ridleofp:0:E5A4:10:000:Always MAGNET in P5
ridleofp:0:E5A4:20:000:Always LASER in P5
ridleofp:0:E5A4:40:000:Always COIL? in P5
ridleofp:0:E5A4:80:000:Always GREEN DOT in P5
ridleofp:0:E5A5:00:000:Always NOTHING in P6
ridleofp:0:E5A5:04:000:Always LIGHT in P6
ridleofp:0:E5A5:10:000:Always MAGNET in P6
ridleofp:0:E5A5:20:000:Always LASER in P6
ridleofp:0:E5A5:40:000:Always COIL? in P6
ridleofp:0:E5A5:80:000:Always GREEN DOT in P6
ridleofp:0:E5A0:00:001:Get NOTHING in P1 Now!
ridleofp:0:E5A0:04:001:Get LIGHT in P1 Now!
ridleofp:0:E5A0:10:001:Get MAGNET in P1 Now!
ridleofp:0:E5A0:20:001:Get LASER in P1 Now!
ridleofp:0:E5A0:40:001:Get COIL? in P1 Now!
ridleofp:0:E5A0:80:001:Get GREEN DOT in P1 Now!
ridleofp:0:E5A1:00:001:Get NOTHING in P2 Now!
ridleofp:0:E5A1:04:001:Get LIGHT in P2 Now!
ridleofp:0:E5A1:10:001:Get MAGNET in P2 Now!
ridleofp:0:E5A1:20:001:Get LASER in P2 Now!
ridleofp:0:E5A1:40:001:Get COIL? in P2 Now!
ridleofp:0:E5A1:80:001:Get GREEN DOT in P2 Now!
ridleofp:0:E5A2:00:001:Get NOTHING in P3 Now!
ridleofp:0:E5A2:04:001:Get LIGHT in P3 Now!
ridleofp:0:E5A2:10:001:Get MAGNET in P3 Now!
ridleofp:0:E5A2:20:001:Get LASER in P3 Now!
ridleofp:0:E5A2:40:001:Get COIL? in P3 Now!
ridleofp:0:E5A2:80:001:Get GREEN DOT in P3 Now!
ridleofp:0:E5A3:00:001:Get NOTHING in P4 Now!
ridleofp:0:E5A3:04:001:Get LIGHT in P4 Now!
ridleofp:0:E5A3:10:001:Get MAGNET in P4 Now!
ridleofp:0:E5A3:20:001:Get LASER in P4 Now!
ridleofp:0:E5A3:40:001:Get COIL? in P4 Now!
ridleofp:0:E5A3:80:001:Get GREEN DOT in P4 Now!
ridleofp:0:E5A4:00:001:Get NOTHING in P5 Now!
ridleofp:0:E5A4:04:001:Get LIGHT in P5 Now!
ridleofp:0:E5A4:10:001:Get MAGNET in P5 Now!
ridleofp:0:E5A4:20:001:Get LASER in P5 Now!
ridleofp:0:E5A4:40:001:Get COIL? in P5 Now!
ridleofp:0:E5A4:80:001:Get GREEN DOT in P5 Now!
ridleofp:0:E5A5:00:001:Get NOTHING in P6 Now!
ridleofp:0:E5A5:04:001:Get LIGHT in P6 Now!
ridleofp:0:E5A5:10:001:Get MAGNET in P6 Now!
ridleofp:0:E5A5:20:001:Get LASER in P6 Now!
ridleofp:0:E5A5:40:001:Get COIL? in P6 Now!
ridleofp:0:E5A5:80:001:Get GREEN DOT in P6 Now!
ridleofp:0:0000:00:999:[Don't change the Bat Type ]
ridleofp:0:0000:00:999:[when you are dieing! ]
ridleofp:0:0000:00:999:[Bat-T = Bat Type ]
ridleofp:0:E59F:00:000:Always Bat-T 1 Normal
ridleofp:0:E59F:01:000:Always Bat-T 1 Medium
ridleofp:0:E59F:02:000:Always Bat-T 1 Large
ridleofp:0:E59F:03:000:Always Bat-T 1 Huge
ridleofp:0:E59F:04:000:Always Bat-T 2 Normal
ridleofp:0:E59F:05:000:Always Bat-T 2 Medium
ridleofp:0:E59F:06:000:Always Bat-T 2 Large
ridleofp:0:E59F:07:000:Always Bat-T 2 Huge
ridleofp:0:E59F:08:000:Always Bat-T 3 Normal
ridleofp:0:E59F:09:000:Always Bat-T 3 Medium
ridleofp:0:E59F:0A:000:Always Bat-T 3 Large
ridleofp:0:E59F:0B:000:Always Bat-T 3 Huge
ridleofp:0:E59F:0C:000:Always Bat-T 4 Normal
ridleofp:0:E59F:0D:000:Always Bat-T 4 Medium
ridleofp:0:E59F:0E:000:Always Bat-T 4 Large
ridleofp:0:E59F:0F:000:Always Bat-T 4 Huge
ridleofp:0:E59F:00:001:Get Bat-T 1 Normal Now!
ridleofp:0:E59F:01:001:Get Bat-T 1 Medium Now!
ridleofp:0:E59F:02:001:Get Bat-T 1 Large Now!
ridleofp:0:E59F:03:001:Get Bat-T 1 Huge Now!
ridleofp:0:E59F:04:001:Get Bat-T 2 Normal Now!
ridleofp:0:E59F:05:001:Get Bat-T 2 Medium Now!
ridleofp:0:E59F:06:001:Get Bat-T 2 Large Now!
ridleofp:0:E59F:07:001:Get Bat-T 2 Huge Now!
ridleofp:0:E59F:08:001:Get Bat-T 3 Normal Now!
ridleofp:0:E59F:09:001:Get Bat-T 3 Medium Now!
ridleofp:0:E59F:0A:001:Get Bat-T 3 Large Now!
ridleofp:0:E59F:0B:001:Get Bat-T 3 Huge Now!
ridleofp:0:E59F:0C:001:Get Bat-T 4 Normal Now!
ridleofp:0:E59F:0D:001:Get Bat-T 4 Medium Now!
ridleofp:0:E59F:0E:001:Get Bat-T 4 Large Now!
ridleofp:0:E59F:0F:001:Get Bat-T 4 Huge Now!
; [ Rim Rockin' Basketball (V1.2) ]
rimrck12:0:3BCC:01:000:Infinite Time
rimrck12:0:3BCD:3B:500:Infinite Time (2/4)
rimrck12:0:3BE7:01:500:Infinite Time (3/4):Time per coin
rimrck12:0:3BE8:1D:500:Infinite Time (4/4):Time per coin
rimrck12:0:3BD1:0A:000:Infinite Ball in Hand Time
rimrck12:0:3BCF:18:000:Infinite Attack Time
rimrck12:0:3BD1:00:001:Ball in Hand Time = 0 Now!
rimrck12:0:3BCF:00:001:Attack Time = 0 Now!
rimrck12:0:3397:00:000:Score always 0 PL1
rimrck12:0:3397:FF:000:Score always 255 PL1
rimrck12:0:3397:00:001:Set score = 0 Now! PL1
rimrck12:0:3397:FF:001:Set score = 255 Now! PL1
rimrck12:0:3397:FF:070:Select score Now! PL1
rimrck12:0:3395:00:000:Score always = 0 PL2
rimrck12:0:3395:FF:000:Score always = 255 PL2
rimrck12:0:3395:00:001:Set score = 0 Now! PL2
rimrck12:0:3395:FF:001:Set score = 255 Now! PL2
rimrck12:0:3395:FF:070:Select score Now! PL2
; [ Rim Rockin' Basketball (V1.6) ]
rimrck16:0:3BD4:09:000:Infinite Game Time
rimrck16:0:3BD5:3B:500:Infinite Game Time (2/4)
rimrck16:0:3BEF:01:500:Infinite Game Time (3/4):Time per coin
rimrck16:0:3BF0:1D:500:Infinite Game Time (4/4):Time per coin
rimrck16:0:3BD9:0A:000:Infinite Ball in Hand Time
rimrck16:0:3BD7:18:000:Infinite Attack Time
rimrck16:0:3BD9:00:001:Ball in Hand Time = 0 Now!
rimrck16:0:3BD7:00:001:Attack Time = 0 Now!
rimrck16:0:3397:00:000:Score always 0 PL1
rimrck16:0:3397:FF:000:Score always 255 PL1
rimrck16:0:3397:00:001:Set score = 0 Now! PL1
rimrck16:0:3397:FF:001:Set score = 255 Now! PL1
rimrck16:0:3397:FF:070:Select score Now! PL1
rimrck16:0:3395:00:000:Score always = 0 PL2
rimrck16:0:3395:FF:000:Score always = 255 PL2
rimrck16:0:3395:00:001:Set score = 0 Now! PL2
rimrck16:0:3395:FF:001:Set score = 255 Now! PL2
rimrck16:0:3395:FF:070:Select score Now! PL2
; [ Rim Rockin' Basketball (V2.0) ]
rimrck20:0:3BE5:01:000:Infinite Game Time
rimrck20:0:3BE6:06:500:Infinite Game Time (2/4)
rimrck20:0:3BFF:01:500:Infinite Game Time (3/4):Time per coin
rimrck20:0:3C00:1E:500:Infinite Game Time (4/4):Time per coin
rimrck20:0:3BE9:0A:000:Infinite Ball in Hand Time
rimrck20:0:3BE7:18:000:Infinite Attack Time
rimrck20:0:3BE9:00:001:Ball in Hand Time = 0 Now!
rimrck20:0:3BE7:00:001:Attack Time = 0 Now!
rimrck20:0:33A7:00:000:Score always 0 PL1
rimrck20:0:33A7:FF:000:Score always 255 PL1
rimrck20:0:33A7:00:001:Set score = 0 Now! PL1
rimrck20:0:33A7:FF:001:Set score = 255 Now! PL1
rimrck20:0:33A7:FF:070:Select score Now! PL1
rimrck20:0:33A5:00:000:Score always = 0 PL2
rimrck20:0:33A5:FF:000:Score always = 255 PL2
rimrck20:0:33A5:00:001:Set score = 0 Now! PL2
rimrck20:0:33A5:FF:001:Set score = 255 Now! PL2
rimrck20:0:33A5:FF:070:Select score Now! PL2
; [ Rim Rockin' Basketball (V2.2) ]
rimrockn:0:3BE5:01:000:Infinite Game Time
rimrockn:0:3BE6:06:500:Infinite Game Time (2/4)
rimrockn:0:3BFF:01:500:Infinite Game Time (3/4):Time per coin
rimrockn:0:3C00:1E:500:Infinite Game Time (4/4):Time per coin
rimrockn:0:3BE9:0A:000:Infinite Ball in Hand Time
rimrockn:0:3BE7:18:000:Infinite Attack Time
rimrockn:0:3BE9:00:001:Ball in Hand Time = 0 Now!
rimrockn:0:3BE7:00:001:Attack Time = 0 Now!
rimrockn:0:33A7:00:000:Score always 0 PL1
rimrockn:0:33A7:FF:000:Score always 255 PL1
rimrockn:0:33A7:00:001:Set score = 0 Now! PL1
rimrockn:0:33A7:FF:001:Set score = 255 Now! PL1
rimrockn:0:33A7:FF:070:Select score Now! PL1
rimrockn:0:33A5:00:000:Score always = 0 PL2
rimrockn:0:33A5:FF:000:Score always = 255 PL2
rimrockn:0:33A5:00:001:Set score = 0 Now! PL2
rimrockn:0:33A5:FF:001:Set score = 255 Now! PL2
rimrockn:0:33A5:FF:070:Select score Now! PL2
; [ Ring of Destruction: Slammasters II (Euro 940902) ]
ringdest:0:FF726E:09:000:Infinite Credits
ringdest:0:FF72CA:99:000:Infinite Time
ringdest:0:FF72CA:01:001:Finish this Battle Now!
ringdest:0:FF802C:01:000:Infinite Energy PL1
ringdest:0:FF802D:16:500:Infinite Energy PL1 (2/4)
ringdest:0:FF802E:01:500:Infinite Energy PL1 (3/4)
ringdest:0:FF802F:17:500:Infinite Energy PL1 (4/4)
ringdest:0:FF802C:00:001:Drain Most Energy Now! PL1
ringdest:0:FF802D:00:501:Drain Most Energy Now! PL1 (2/4)
ringdest:0:FF802E:00:501:Drain Most Energy Now! PL1 (3/4)
ringdest:0:FF802F:00:501:Drain Most Energy Now! PL1 (4/4)
ringdest:0:FF842C:01:000:Infinite Energy PL2
ringdest:0:FF842D:16:500:Infinite Energy PL2 (2/4)
ringdest:0:FF842E:01:500:Infinite Energy PL2 (3/4)
ringdest:0:FF842F:17:500:Infinite Energy PL2 (4/4)
ringdest:0:FF842C:00:001:Drain Most Energy Now! PL2
ringdest:0:FF842D:00:501:Drain Most Energy Now! PL2 (2/4)
ringdest:0:FF842E:00:501:Drain Most Energy Now! PL2 (3/4)
ringdest:0:FF842F:00:501:Drain Most Energy Now! PL2 (4/4)
ringdest:0:000000:00:999:[These are the codes to set the machine region - the ]
ringdest:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
ringdest:0:000000:00:999:[- ON or before the ROM check screen! ]
ringdest:0:FF7445:00:000:Region Switch = Japan
ringdest:0:FF7445:01:000:Region Switch = USA
ringdest:0:FF7445:02:000:Region Switch = Euro
ringdest:0:FF7445:03:000:Region Switch = Asia Sample
ringdest:0:FF7445:04:000:Region Switch = Asia TW
ringdest:0:FF7445:05:000:Region Switch = Hispanic
ringdest:0:FF7445:0A:000:Region Switch = Brazil
; [ Ring King (set 2) ]
ringkin2:0:C059:FF:000:Infinite Energy
ringkin2:0:C019:00:000:Weak opponent
ringkin2:0:C190:00:000:Infinite Time
ringkin2:0:C190:3B:001:Finish round Now!
ringkin2:0:C061:FA:000:Ply's hits always set to 250
ringkin2:0:C021:00:000:CPU's hits always set to 0
ringkin2:0:C061:FA:001:Set Ply's hits set = 250 Now!
ringkin2:0:C021:00:001:Set CPU's hits set to 0 Now!
ringkin2:0:C061:FF:070:Select Player's hits
ringkin2:0:C021:FF:070:Select Computer's hits
; [ Ring King (set 3) ]
ringkin3:0:C059:FF:000:Infinite Energy
ringkin3:0:C019:00:000:Weak opponent
ringkin3:0:C190:00:000:Infinite Time
ringkin3:0:C190:3B:001:Finish round Now!
ringkin3:0:C061:FA:000:Ply's hits always set to 250
ringkin3:0:C021:00:000:CPU's hits always set to 0
ringkin3:0:C061:FA:001:Set Ply's hits set = 250 Now!
ringkin3:0:C021:00:001:Set CPU's hits set to 0 Now!
ringkin3:0:C061:FF:070:Select Player's hits
ringkin3:0:C021:FF:070:Select Computer's hits
; [ Ring King (set 1) ]
ringking:0:C059:FF:000:Infinite Energy
ringking:0:C019:00:000:Weak opponent
ringking:0:C190:00:000:Infinite Time
ringking:0:C190:3B:001:Finish round Now!
ringking:0:C061:FA:000:Ply's hits always set to 250
ringking:0:C021:00:000:CPU's hits always set to 0
ringking:0:C061:FA:001:Set Ply's hits set = 250 Now!
ringking:0:C021:00:001:Set CPU's hits set to 0 Now!
ringking:0:C061:FF:070:Select Player's hits
ringking:0:C021:FF:070:Select Computer's hits
; [ Ring no Ohja (Japan) ]
ringohja:0:4125:99:000:Infinite Energy PL1
ringohja:0:4135:99:000:Infinite Energy PL2
ringohja:0:4145:99:000:Infinite Energy PL3
ringohja:0:4155:99:000:Infinite Energy PL4
ringohja:0:4017:00:000:Sound Test Timer Stop:[PL1 Shot2]Next Code
; [ Ring Rage (World) ]
ringrage:0:40AB8D:09:000:Infinite Credits
ringrage:0:40B3CB:3B:000:Infinite Time
ringrage:0:40C83C:47:000:Infinite Energy PL1
ringrage:0:40C83C:00:001:Drain All Energy Now! PL1
ringrage:0:40CA3C:47:000:Infinite Energy PL2
ringrage:0:40CA3C:00:001:Drain All Energy Now! PL2
ringrage:0:40CC3C:47:000:Infinite Energy PL3
ringrage:0:40CC3C:00:001:Drain All Energy Now! PL3
ringrage:0:40CE3C:47:000:Infinite Energy PL4
ringrage:0:40CE3C:00:001:Drain All Energy Now! PL4
ringrage:0:000000:00:999:[After you enable these region cheats to see any ]
ringrage:0:000000:00:999:[effect you will have to reset the game (F3). ]
ringrage:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
ringrage:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
ringrage:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
ringrage:0:0FFFFF:01:001:Region Switch = Japan
ringrage:0:0FFFFF:02:001:Region Switch = US
ringrage:0:0FFFFF:03:001:Region Switch = World
; [ Ring Rage (Japan) ]
ringragj:0:40AB8D:09:000:Infinite Credits
ringragj:0:40B3CB:3B:000:Infinite Time
ringragj:0:40C83C:47:000:Infinite Energy PL1
ringragj:0:40C83C:00:001:Drain All Energy Now! PL1
ringragj:0:40CA3C:47:000:Infinite Energy PL2
ringragj:0:40CA3C:00:001:Drain All Energy Now! PL2
ringragj:0:40CC3C:47:000:Infinite Energy PL3
ringragj:0:40CC3C:00:001:Drain All Energy Now! PL3
ringragj:0:40CE3C:47:000:Infinite Energy PL4
ringragj:0:40CE3C:00:001:Drain All Energy Now! PL4
ringragj:0:000000:00:999:[After you enable these region cheats to see any ]
ringragj:0:000000:00:999:[effect you will have to reset the game (F3). ]
ringragj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
ringragj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
ringragj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
ringragj:0:0FFFFF:01:001:Region Switch = Japan
ringragj:0:0FFFFF:02:001:Region Switch = US
ringragj:0:0FFFFF:03:001:Region Switch = World
; [ Ring Rage (US) ]
ringragu:0:40AB8D:09:000:Infinite Credits
ringragu:0:40B3CB:3B:000:Infinite Time
ringragu:0:40C83C:47:000:Infinite Energy PL1
ringragu:0:40C83C:00:001:Drain All Energy Now! PL1
ringragu:0:40CA3C:47:000:Infinite Energy PL2
ringragu:0:40CA3C:00:001:Drain All Energy Now! PL2
ringragu:0:40CC3C:47:000:Infinite Energy PL3
ringragu:0:40CC3C:00:001:Drain All Energy Now! PL3
ringragu:0:40CE3C:47:000:Infinite Energy PL4
ringragu:0:40CE3C:00:001:Drain All Energy Now! PL4
; [ Riot City ]
riotcity:0:FFECF9:63:000:Infinite Time
riotcity:0:FFF011:03:000:Infinite Lives PL1
riotcity:0:FFDAD5:70:000:Infinite Energy PL1
riotcity:0:FFF00D:F0:000:Invincibility PL1
riotcity:0:FFE8D5:10:540:Invincibility PL1 (2/2)
riotcity:0:FFF03D:03:000:Infinite Lives PL2
riotcity:0:FFDAD9:70:000:Infinite Energy PL2
riotcity:0:FFF039:F0:000:Invincibility PL2
riotcity:0:FFE8D9:20:540:Invincibility PL2 (2/2)
; [ Rip Cord ]
ripcord:0:002C:09:000:Infinite Jumps
; [ Rampage: World Tour (rev 1.3) ]
rmpgwt:0:0022B442:0A:000:Infinite Lives PL1
rmpgwt:0:0022B446:64:000:Infinite Energy PL1
rmpgwt:0:0022BC42:0A:000:Infinite Lives PL2
rmpgwt:0:0022BC46:64:000:Infinite Energy PL2
rmpgwt:0:0022C442:0A:000:Infinite Lives PL3
rmpgwt:0:0022C446:64:000:Infinite Energy PL3
; [ Rampage: World Tour (rev 1.1) ]
rmpgwt11:0:0022B442:0A:000:Infinite Lives PL1
rmpgwt11:0:0022B446:64:000:Infinite Energy PL1
rmpgwt11:0:0022BC42:0A:000:Infinite Lives PL2
rmpgwt11:0:0022BC46:64:000:Infinite Energy PL2
rmpgwt11:0:0022C442:0A:000:Infinite Lives PL3
rmpgwt11:0:0022C446:64:000:Infinite Energy PL3
; [ Road Blasters ]
roadblst:0:401FF5:19:000:Infinite Credits
roadblst:0:4001E1:E0:000:Infinite Fuel
roadblst:0:401135:DA:000:Infinite Special Weapon
roadblst:0:40013B:00:000:Always No Special Weapon
roadblst:0:40013B:01:000:Always Nitro Injector
roadblst:0:40013B:02:000:Always Cruise Missile
roadblst:0:40013B:03:000:Always Electro Shield
roadblst:0:40013B:04:000:Always U.Z. Cannon
roadblst:0:40013B:00:001:Lose Special Weapons Now!
roadblst:0:40013B:01:001:Get Nitro Injector Now!
roadblst:0:40013B:02:001:Get Cruise Missile Now!
roadblst:0:40013B:03:001:Get Electro Shield Now!
roadblst:0:40013B:04:001:Get U.Z. Cannon Now!
; [ Road Fighter (set 1) ]
roadf:0:30AE:FF:000:Infinite Fuel
roadf:0:30B7:00:000:Infinite Time
; [ Road Fighter (set 2) ]
roadf2:0:30AE:FF:000:Infinite Fuel
roadf2:0:30B7:00:000:Infinite Time
; [ Road Runner ]
roadrunn:0:401FF5:19:000:Infinite Credits
roadrunn:0:400C8C:09:000:Infinite Lives PL1
roadrunn:0:400C8D:09:000:Infinite Lives PL2
roadrunn:0:401590:05:000:No missed birdseed
; [ Robby Roto ]
robby:0:E388:04:000:Infinite Lives PL1
robby:0:E389:04:000:Infinite Lives PL2
robby:0:E38A:01:000:Infinite Magic PL1
robby:0:E38B:01:000:Infinite Magic PL2
; [ Robo Army ]
roboarmy:0:1000D3:0A:000:Infinite Energy PL1
roboarmy:0:1000D4:06:000:Infinite Bombs PL1
roboarmy:0:1000D2:09:000:Always X9 Pow PL1
roboarmy:0:1001D3:0A:000:Infinite Energy PL2
roboarmy:0:1001D4:06:000:Infinite Bombs PL2
roboarmy:0:1001D2:09:000:Always X9 Pow PL2
; [ Robocop (World revision 4) ]
robocop:0:FF8DC5:99:000:Infinite Credits
robocop:0:FF8FB7:59:000:Infinite Time
robocop:0:FFB4D1:1E:000:Infinite Time on Bonus Stage
robocop:0:FFB242:79:000:Infinite Energy
robocop:0:FFB243:79:500:Infinite Energy (2/2)
robocop:0:FFB248:99:000:Infinite Ammo
robocop:0:FFB249:00:000:Always shoot fast
robocop:0:FFB247:00:000:Always have Normal Gun
robocop:0:FFB247:01:000:Always have 3 Way Gun
robocop:0:FFB247:02:000:Always have Dual Laser
robocop:0:FFB247:03:000:Always have Cobra Gun
robocop:0:FFB247:00:001:Get Normal Gun Now!
robocop:0:FFB247:01:001:Get 3 Way Gun Now!
robocop:0:FFB247:02:001:Get Dual Laser Now!
robocop:0:FFB247:03:001:Get Cobra Gun Now!
robocop:0:000000:00:999:[The stage select cheat ]
robocop:0:000000:00:999:[should be deactivated after]
robocop:0:000000:00:999:[finishing stage 1 ]
robocop:0:FFB21D:01:000:Go To Stage 3 after Stage 1
robocop:0:FFB21D:02:000:Go To Stage 4 after Stage 1
robocop:0:FFB21D:03:000:Go To Stage 5 after Stage 1
robocop:0:FFB21D:04:000:Go To Stage 6 after Stage 1
robocop:0:FFB21D:05:000:Go To Stage 7 after Stage 1
robocop:0:FFB21D:06:000:Go To Stage 8 after Stage 1
robocop:0:FFB21D:07:000:Go To Stage 9 after Stage 1
; [ Robocop 2 (World) ]
robocop2:0:1B8048:99:000:Infinite Credits
robocop2:0:1B8103:99:007:Infinite Time
robocop2:0:1B9031:09:000:Infinite Lives PL1
robocop2:0:1B9025:21:000:Infinite Energy PL1
robocop2:0:1B9035:06:000:Infinite Ammo PL1
robocop2:0:1B90B1:09:000:Infinite Lives PL2
robocop2:0:1B90A5:21:000:Infinite Energy PL2
robocop2:0:1B90B5:06:000:Infinite Ammo PL2
; [ Robocop (World bootleg) ]
robocopb:0:FF8DC5:99:000:Infinite Credits
robocopb:0:FF8FB7:59:000:Infinite Time
robocopb:0:FFB4D1:1E:000:Infinite Time on Bonus Stage
robocopb:0:FFB242:79:000:Infinite Energy
robocopb:0:FFB243:79:500:Infinite Energy (2/2)
robocopb:0:FFB248:99:000:Infinite Ammo
robocopb:0:FFB249:00:000:Always shoot fast
robocopb:0:FFB247:00:000:Always have Normal Gun
robocopb:0:FFB247:01:000:Always have 3 Way Gun
robocopb:0:FFB247:02:000:Always have Dual Laser
robocopb:0:FFB247:03:000:Always have Cobra Gun
robocopb:0:FFB247:00:001:Get Normal Gun Now!
robocopb:0:FFB247:01:001:Get 3 Way Gun Now!
robocopb:0:FFB247:02:001:Get Dual Laser Now!
robocopb:0:FFB247:03:001:Get Cobra Gun Now!
robocopb:0:000000:00:999:[The stage select cheat ]
robocopb:0:000000:00:999:[should be deactivated after]
robocopb:0:000000:00:999:[finishing stage 1 ]
robocopb:0:FFB21D:01:000:Go To Stage 3 after Stage 1
robocopb:0:FFB21D:02:000:Go To Stage 4 after Stage 1
robocopb:0:FFB21D:03:000:Go To Stage 5 after Stage 1
robocopb:0:FFB21D:04:000:Go To Stage 6 after Stage 1
robocopb:0:FFB21D:05:000:Go To Stage 7 after Stage 1
robocopb:0:FFB21D:06:000:Go To Stage 8 after Stage 1
robocopb:0:FFB21D:07:000:Go To Stage 9 after Stage 1
; [ Robocop (Japan) ]
robocopj:0:FF8DC5:99:000:Infinite Credits
robocopj:0:FF8FB7:59:000:Infinite Time
robocopj:0:FFB4D1:1E:000:Infinite Time on Bonus Stage
robocopj:0:FFB242:79:000:Infinite Energy
robocopj:0:FFB243:79:500:Infinite Energy (2/2)
robocopj:0:FFB248:99:000:Infinite Ammo
robocopj:0:FFB249:00:000:Always shoot fast
robocopj:0:FFB247:00:000:Always have Normal Gun
robocopj:0:FFB247:01:000:Always have 3 Way Gun
robocopj:0:FFB247:02:000:Always have Dual Laser
robocopj:0:FFB247:03:000:Always have Cobra Gun
robocopj:0:FFB247:00:001:Get Normal Gun Now!
robocopj:0:FFB247:01:001:Get 3 Way Gun Now!
robocopj:0:FFB247:02:001:Get Dual Laser Now!
robocopj:0:FFB247:03:001:Get Cobra Gun Now!
robocopj:0:000000:00:999:[The stage select cheat ]
robocopj:0:000000:00:999:[should be deactivated after]
robocopj:0:000000:00:999:[finishing stage 1 ]
robocopj:0:FFB21D:01:000:Go To Stage 3 after Stage 1
robocopj:0:FFB21D:02:000:Go To Stage 4 after Stage 1
robocopj:0:FFB21D:03:000:Go To Stage 5 after Stage 1
robocopj:0:FFB21D:04:000:Go To Stage 6 after Stage 1
robocopj:0:FFB21D:05:000:Go To Stage 7 after Stage 1
robocopj:0:FFB21D:06:000:Go To Stage 8 after Stage 1
robocopj:0:FFB21D:07:000:Go To Stage 9 after Stage 1
; [ Robocop (US revision 1) ]
robocopu:0:FF8DC5:09:000:Infinite Credits
robocopu:0:FF8FB7:59:000:Infinite Time
robocopu:0:FFB4D1:1E:000:Infinite Time on Bonus Stage
robocopu:0:FFB242:79:000:Infinite Energy
robocopu:0:FFB243:79:500:Infinite Energy (2/2)
robocopu:0:FFB248:99:000:Infinite Ammo
robocopu:0:FFB249:00:000:Always shoot fast
robocopu:0:FFB247:00:000:Always have Normal Gun
robocopu:0:FFB247:01:000:Always have 3 Way Gun
robocopu:0:FFB247:02:000:Always have Dual Laser
robocopu:0:FFB247:03:000:Always have Cobra Gun
robocopu:0:FFB247:00:001:Get Normal Gun Now!
robocopu:0:FFB247:01:001:Get 3 Way Gun Now!
robocopu:0:FFB247:02:001:Get Dual Laser Now!
robocopu:0:FFB247:03:001:Get Cobra Gun Now!
robocopu:0:000000:00:999:[The stage select cheat ]
robocopu:0:000000:00:999:[should be deactivated after]
robocopu:0:000000:00:999:[finishing stage 1 ]
robocopu:0:FFB21D:01:000:Go To Stage 3 after Stage 1
robocopu:0:FFB21D:02:000:Go To Stage 4 after Stage 1
robocopu:0:FFB21D:03:000:Go To Stage 5 after Stage 1
robocopu:0:FFB21D:04:000:Go To Stage 6 after Stage 1
robocopu:0:FFB21D:05:000:Go To Stage 7 after Stage 1
robocopu:0:FFB21D:06:000:Go To Stage 8 after Stage 1
robocopu:0:FFB21D:07:000:Go To Stage 9 after Stage 1
; [ Robocop (World revision 3) ]
robocopw:0:FF8DC5:99:000:Infinite Credits
robocopw:0:FF8FB7:59:000:Infinite Time
robocopw:0:FFB4D1:1E:000:Infinite Time on Bonus Stage
robocopw:0:FFB242:79:000:Infinite Energy
robocopw:0:FFB243:79:500:Infinite Energy (2/2)
robocopw:0:FFB248:99:000:Infinite Ammo
robocopw:0:FFB249:00:000:Always shoot fast
robocopw:0:FFB247:00:000:Always have Normal Gun
robocopw:0:FFB247:01:000:Always have 3 Way Gun
robocopw:0:FFB247:02:000:Always have Dual Laser
robocopw:0:FFB247:03:000:Always have Cobra Gun
robocopw:0:FFB247:00:001:Get Normal Gun Now!
robocopw:0:FFB247:01:001:Get 3 Way Gun Now!
robocopw:0:FFB247:02:001:Get Dual Laser Now!
robocopw:0:FFB247:03:001:Get Cobra Gun Now!
robocopw:0:000000:00:999:[The stage select cheat ]
robocopw:0:000000:00:999:[should be deactivated after]
robocopw:0:000000:00:999:[finishing stage 1 ]
robocopw:0:FFB21D:01:000:Go To Stage 3 after Stage 1
robocopw:0:FFB21D:02:000:Go To Stage 4 after Stage 1
robocopw:0:FFB21D:03:000:Go To Stage 5 after Stage 1
robocopw:0:FFB21D:04:000:Go To Stage 6 after Stage 1
robocopw:0:FFB21D:05:000:Go To Stage 7 after Stage 1
robocopw:0:FFB21D:06:000:Go To Stage 8 after Stage 1
robocopw:0:FFB21D:07:000:Go To Stage 9 after Stage 1
; [ Robocop 2 (Japan) ]
robocp2j:0:1B8048:99:000:Infinite Credits
robocp2j:0:1B8103:99:007:Infinite Time
robocp2j:0:1B9031:09:000:Infinite Lives PL1
robocp2j:0:1B9025:21:000:Infinite Energy PL1
robocp2j:0:1B9035:06:000:Infinite Ammo PL1
robocp2j:0:1B90B1:09:000:Infinite Lives PL2
robocp2j:0:1B90A5:21:000:Infinite Energy PL2
robocp2j:0:1B90B5:06:000:Infinite Ammo PL2
; [ Robocop 2 (US) ]
robocp2u:0:1B8048:99:000:Infinite Credits
robocp2u:0:1B8103:99:007:Infinite Time
robocp2u:0:1B9031:09:000:Infinite Lives PL1
robocp2u:0:1B9025:21:000:Infinite Energy PL1
robocp2u:0:1B9035:06:000:Infinite Ammo PL1
robocp2u:0:1B90B1:09:000:Infinite Lives PL2
robocp2u:0:1B90A5:21:000:Infinite Energy PL2
robocp2u:0:1B90B5:06:000:Infinite Ammo PL2
; [ Robocop (US revision 0) ]
robocpu0:0:FF8DC5:09:000:Infinite Credits
robocpu0:0:FF8FB7:59:000:Infinite Time
robocpu0:0:FFB4D1:1E:000:Infinite Time on Bonus Stage
robocpu0:0:FFB242:79:000:Infinite Energy
robocpu0:0:FFB243:79:500:Infinite Energy (2/2)
robocpu0:0:FFB248:99:000:Infinite Ammo
robocpu0:0:FFB249:00:000:Always shoot fast
robocpu0:0:FFB247:00:000:Always have Normal Gun
robocpu0:0:FFB247:01:000:Always have 3 Way Gun
robocpu0:0:FFB247:02:000:Always have Dual Laser
robocpu0:0:FFB247:03:000:Always have Cobra Gun
robocpu0:0:FFB247:00:001:Get Normal Gun Now!
robocpu0:0:FFB247:01:001:Get 3 Way Gun Now!
robocpu0:0:FFB247:02:001:Get Dual Laser Now!
robocpu0:0:FFB247:03:001:Get Cobra Gun Now!
robocpu0:0:000000:00:999:[The stage select cheat ]
robocpu0:0:000000:00:999:[should be deactivated after]
robocpu0:0:000000:00:999:[finishing stage 1 ]
robocpu0:0:FFB21D:01:000:Go To Stage 3 after Stage 1
robocpu0:0:FFB21D:02:000:Go To Stage 4 after Stage 1
robocpu0:0:FFB21D:03:000:Go To Stage 5 after Stage 1
robocpu0:0:FFB21D:04:000:Go To Stage 6 after Stage 1
robocpu0:0:FFB21D:05:000:Go To Stage 7 after Stage 1
robocpu0:0:FFB21D:06:000:Go To Stage 8 after Stage 1
robocpu0:0:FFB21D:07:000:Go To Stage 9 after Stage 1
; [ Atomic Robokid ]
robokid:0:E108:12:000:Infinite Credits
robokid:0:E190:99:000:Infinite Time
robokid:0:E021:05:000:Infinite Lives
; [ Atomic Robokid (Japan) ]
robokidj:0:E12B:12:000:Infinite Credits
robokidj:0:E1B3:99:000:Infinite Time
robokidj:0:E021:05:000:Infinite Lives
; [ Robotron (Solid Blue label) ]
robotron:0:BDEC:08:000:Infinite Lives PL1
robotron:0:BE28:08:000:Infinite Lives PL2
; [ Robotron (Yellow/Orange label) ]
robotryo:0:BDEC:08:000:Infinite Lives PL1
robotryo:0:BE28:08:000:Infinite Lives PL2
; [ Rockman - The Power Battle (Japan) ]
rockmanj:0:FFD851:00:001:One hit for Crash-man
rockmanj:0:FFDA51:00:001:One hit for other enemies
rockmanj:0:FFD951:00:001:Kill small enemies - Lv 7
rockmanj:0:FFDA51:00:001:One hit for prof - hands
rockmanj:0:FFD751:00:001:One hit for prof - nails
rockmanj:0:FFD951:00:001:One hit for prof - head
rockmanj:0:FF8119:45:000:Infinite Time
rockmanj:0:FF8351:10:000:Infinite Energy PL1
rockmanj:0:FF8352:78:000:Invincibility PL1
rockmanj:0:FF8453:1C:000:Infinite extra weapon 1 PL1
rockmanj:0:FF8455:1C:000:Infinite extra weapon 2 PL1
rockmanj:0:FF8457:1C:000:Infinite extra weapon 3 PL1
rockmanj:0:FF8459:1C:000:Infinite extra weapon 4 PL1
rockmanj:0:FF845B:1C:000:Infinite extra weapon 5 PL1
rockmanj:0:FF845D:1C:000:Infinite extra weapon 6 PL1
rockmanj:0:FF8449:01:000:Always have ex. weapon 1 PL1
rockmanj:0:FF844A:01:000:Always have ex. weapon 2 PL1
rockmanj:0:FF844B:01:000:Always have ex. weapon 3 PL1
rockmanj:0:FF844C:01:000:Always have ex. weapon 4 PL1
rockmanj:0:FF844D:01:000:Always have ex. weapon 5 PL1
rockmanj:0:FF844E:01:000:Always have ex. weapon 6 PL1
rockmanj:0:FF8449:00:001:Lose extra weapon 1 Now! PL1
rockmanj:0:FF844A:00:001:Lose extra weapon 2 Now! PL1
rockmanj:0:FF844B:00:001:Lose extra weapon 3 Now! PL1
rockmanj:0:FF844C:00:001:Lose extra weapon 4 Now! PL1
rockmanj:0:FF844D:00:001:Lose extra weapon 5 Now! PL1
rockmanj:0:FF844E:00:001:Lose extra weapon 6 Now! PL1
rockmanj:0:FF8751:10:000:Infinite Energy PL2
rockmanj:0:FF8752:78:000:Invincibility PL2
rockmanj:0:FF8853:1C:000:Infinite extra weapon 1 PL2
rockmanj:0:FF8855:1C:000:Infinite extra weapon 2 PL2
rockmanj:0:FF8857:1C:000:Infinite extra weapon 3 PL2
rockmanj:0:FF8859:1C:000:Infinite extra weapon 4 PL2
rockmanj:0:FF885B:1C:000:Infinite extra weapon 5 PL2
rockmanj:0:FF885D:1C:000:Infinite extra weapon 6 PL2
rockmanj:0:FF8849:01:000:Always have ex. weapon 1 PL2
rockmanj:0:FF884A:01:000:Always have ex. weapon 2 PL2
rockmanj:0:FF884B:01:000:Always have ex. weapon 3 PL2
rockmanj:0:FF884C:01:000:Always have ex. weapon 4 PL2
rockmanj:0:FF884D:01:000:Always have ex. weapon 5 PL2
rockmanj:0:FF884E:01:000:Always have ex. weapon 6 PL2
rockmanj:0:FF8849:00:001:Lose extra weapon 1 Now! PL2
rockmanj:0:FF884A:00:001:Lose extra weapon 2 Now! PL2
rockmanj:0:FF884B:00:001:Lose extra weapon 3 Now! PL2
rockmanj:0:FF884C:00:001:Lose extra weapon 4 Now! PL2
rockmanj:0:FF884D:00:001:Lose extra weapon 5 Now! PL2
rockmanj:0:FF884E:00:001:Lose extra weapon 6 Now! PL2
rockmanj:0:000000:00:999:[These are the codes to set the machine region - the ]
rockmanj:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
rockmanj:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
rockmanj:0:000000:00:999:[NOTE there's only partial english with japanese text. ]
rockmanj:0:FF808D:00:000:Region Switch = Japan
rockmanj:0:FF808D:02:000:Region Switch = USA
rockmanj:0:FF808D:04:000:Region Switch = Asia
rockmanj:0:FF808D:06:000:Region Switch = Hispanic
rockmanj:0:FF808D:08:000:Region Switch = Euro
rockmanj:0:FF808D:0A:000:Region Switch = Brazil
; [ Rock 'n Rage (World?) ]
rockrage:0:4F8C:03:000:Invincibility
rockrage:0:48E0:09:000:Infinite Lives PL1
rockrage:0:5800:02:001:Get Little Shot Now! PL1
rockrage:0:5800:08:001:Get 3 Shot Now! PL1
rockrage:0:5800:10:001:Get Big Shot Now! PL1
rockrage:0:5800:04:001:Get Small Shield Now! PL1
rockrage:0:5800:05:001:Get Big Shield Now! PL1
rockrage:0:5800:02:000:Always Little Shot PL1
rockrage:0:5800:08:000:Always 3 Shot PL2
rockrage:0:5800:10:000:Always Big Shot PL1
rockrage:0:5800:04:000:Always Small Shield PL1
rockrage:0:5800:05:000:Always Big Shield PL1
rockrage:0:48EE:09:000:Infinite Lives PL2
rockrage:0:5801:02:001:Get Little Shot Now! PL2
rockrage:0:5801:08:001:Get 3 Shot Now! PL2
rockrage:0:5801:10:001:Get Big Shot Now! PL2
rockrage:0:5801:04:001:Get Small Shield Now! PL2
rockrage:0:5801:05:001:Get Big Shield Now! PL2
rockrage:0:5801:02:000:Always Little Shot PL2
rockrage:0:5801:08:000:Always 3 Shot PL2
rockrage:0:5801:10:000:Always Big Shot PL2
rockrage:0:5801:04:000:Always Small Shield PL2
rockrage:0:5801:05:000:Always Big Shield PL2
rockrage:0:486C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Koi no Hotrock (Japan) ]
rockragj:0:4F8C:03:000:Invincibility
rockragj:0:48E0:09:000:Infinite Lives PL1
rockragj:0:5800:02:001:Get Little Shot Now! PL1
rockragj:0:5800:08:001:Get 3 Shot Now! PL1
rockragj:0:5800:10:001:Get Big Shot Now! PL1
rockragj:0:5800:04:001:Get Small Shield Now! PL1
rockragj:0:5800:05:001:Get Big Shield Now! PL1
rockragj:0:5800:02:000:Always Little Shot PL1
rockragj:0:5800:08:000:Always 3 Shot PL2
rockragj:0:5800:10:000:Always Big Shot PL1
rockragj:0:5800:04:000:Always Small Shield PL1
rockragj:0:5800:05:000:Always Big Shield PL1
rockragj:0:48EE:09:000:Infinite Lives PL2
rockragj:0:5801:02:001:Get Little Shot Now! PL2
rockragj:0:5801:08:001:Get 3 Shot Now! PL2
rockragj:0:5801:10:001:Get Big Shot Now! PL2
rockragj:0:5801:04:001:Get Small Shield Now! PL2
rockragj:0:5801:05:001:Get Big Shield Now! PL2
rockragj:0:5801:02:000:Always Little Shot PL2
rockragj:0:5801:08:000:Always 3 Shot PL2
rockragj:0:5801:10:000:Always Big Shot PL2
rockragj:0:5801:04:000:Always Small Shield PL2
rockragj:0:5801:05:000:Always Big Shield PL2
rockragj:0:486C:FF:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Roc'n Rope ]
rocnrope:0:50C0:0A:000:Infinite Lives
rocnrope:0:51C0:02:000:Invulnerable to enemies
rocnrope:0:0000:00:999:[Take care with the sprite ]
rocnrope:0:0000:00:999:[collision cheat - if you ]
rocnrope:0:0000:00:999:[fall you must turn it OFF ]
rocnrope:0:0000:00:999:[to be able to restart. ]
rocnrope:0:5005:01:000:No sprite\sprite collisions
rocnrope:0:509B:99:000:Infinite Bonus
; [ Roc'n Rope (Kosuka) ]
rocnropk:0:50C0:0A:000:Infinite Lives
rocnropk:0:51C0:02:000:Invulnerable to enemies
rocnropk:0:0000:00:999:[Take care with the sprite ]
rocnropk:0:0000:00:999:[collision cheat - if you ]
rocnropk:0:0000:00:999:[fall you must turn it OFF ]
rocnropk:0:0000:00:999:[to be able to restart. ]
rocnropk:0:5005:01:000:No sprite\sprite collisions
rocnropk:0:509B:99:000:Infinite Bonus
; [ Rod-Land (World) ]
rodland:0:0F3047:02:001:Enable Alternate Game:Different Title, Levels, Characters, Story, Bosses etc. Same as "Down,Down,Down" after inserting coin except you get to see Different Title and Attract this way!
rodland:0:0F3049:02:501:Enable Alternate Game (2/2)
rodland:0:0F3047:01:001:Disable Alternate Game
rodland:0:0F3049:01:501:Disable Alternate Game (2/2)
rodland:0:0F48B1:01:001:Turn "Extra Game" ON
rodland:0:0F3072:FF:501:Turn "Extra Game" ON (2/3)
rodland:0:0F3073:FF:501:Turn "Extra Game" ON (3/3)
rodland:0:0F413B:07:000:Infinite Lives PL1
rodland:0:0F413D:B4:002:Invincibility "ON" PL1
rodland:0:0F413D:01:001:Invincibility "OFF" PL1
rodland:0:0F4231:1F:001:Get EXTRA Now! PL1:"Extra Game" must be ON
rodland:0:0F4231:01:021:Get letter - E Now! PL1:"Extra Game" must be ON
rodland:0:0F4231:02:021:Get letter - X Now! PL1:"Extra Game" must be ON
rodland:0:0F4231:04:021:Get letter - T Now! PL1:"Extra Game" must be ON
rodland:0:0F4231:08:021:Get letter - R Now! PL1:"Extra Game" must be ON
rodland:0:0F4231:10:021:Get letter - A Now! PL1:"Extra Game" must be ON
rodland:0:0F41BB:07:000:Infinite Lives PL2
rodland:0:0F41BD:B4:002:Invincibility "ON" PL2
rodland:0:0F41BD:01:001:Invincibility "OFF" PL2
rodland:0:0F4233:1F:001:Get EXTRA Now! PL2:"Extra Game" must be ON
rodland:0:0F4233:01:021:Get letter - E Now! PL2:"Extra Game" must be ON
rodland:0:0F4233:02:021:Get letter - X Now! PL2:"Extra Game" must be ON
rodland:0:0F4233:04:021:Get letter - T Now! PL2:"Extra Game" must be ON
rodland:0:0F4233:08:021:Get letter - R Now! PL2:"Extra Game" must be ON
rodland:0:0F4233:10:021:Get letter - A Now! PL2:"Extra Game" must be ON
rodland:0:000000:00:999:[ EXTRA GAME INFO ]
rodland:0:000000:00:999:[To access PART 2 of the ]
rodland:0:000000:00:999:[ game, after you have ]
rodland:0:000000:00:999:[inserted a credit press ]
rodland:0:000000:00:999:[DOWN 3 times then press ]
rodland:0:000000:00:999:[start!!! ]
; [ Rod-Land (Japan) ]
rodlandj:0:0F3045:02:001:Enable Alternate Game:Different Title, Levels, Characters, Story, Bosses etc. You get to see Different Title and Attract.
rodlandj:0:0F3047:02:501:Enable Alternate Game (2/2)
rodlandj:0:0F3045:01:001:Disable Alternate Game
rodlandj:0:0F3047:01:501:Disable Alternate Game (2/2)
rodlandj:0:0F48AF:01:001:Turn "Extra Game" ON
rodlandj:0:0F3070:FF:501:Turn "Extra Game" ON (2/3)
rodlandj:0:0F3071:FF:501:Turn "Extra Game" ON (3/3)
rodlandj:0:0F4139:07:000:Infinite Lives PL1
rodlandj:0:0F413B:B4:002:Invincibility "ON" PL1
rodlandj:0:0F413B:01:001:Invincibility "OFF" PL1
rodlandj:0:0F422F:1F:001:Get EXTRA Now! PL1:"Extra Game" must be ON
rodlandj:0:0F422F:01:021:Get letter - E Now! PL1:"Extra Game" must be ON
rodlandj:0:0F422F:02:021:Get letter - X Now! PL1:"Extra Game" must be ON
rodlandj:0:0F422F:04:021:Get letter - T Now! PL1:"Extra Game" must be ON
rodlandj:0:0F422F:08:021:Get letter - R Now! PL1:"Extra Game" must be ON
rodlandj:0:0F422F:10:021:Get letter - A Now! PL1:"Extra Game" must be ON
rodlandj:0:0F41B9:07:000:Infinite Lives PL2
rodlandj:0:0F41BB:B4:002:Invincibility "ON" PL2
rodlandj:0:0F41BB:01:001:Invincibility "OFF" PL2
rodlandj:0:0F4231:1F:001:Get EXTRA Now! PL2:"Extra Game" must be ON
rodlandj:0:0F4231:01:021:Get letter - E Now! PL2:"Extra Game" must be ON
rodlandj:0:0F4231:02:021:Get letter - X Now! PL2:"Extra Game" must be ON
rodlandj:0:0F4231:04:021:Get letter - T Now! PL2:"Extra Game" must be ON
rodlandj:0:0F4231:08:021:Get letter - R Now! PL2:"Extra Game" must be ON
rodlandj:0:0F4231:10:021:Get letter - A Now! PL2:"Extra Game" must be ON
rodlandj:0:000000:00:999:[ EXTRA GAME INFO ]
rodlandj:0:000000:00:999:[To access PART 2 of the ]
rodlandj:0:000000:00:999:[ game, after you have ]
rodlandj:0:000000:00:999:[inserted a credit press ]
rodlandj:0:000000:00:999:[UP 3 times then press start]
; [ Rod-Land (Japan bootleg) ]
rodlndjb:0:0F3045:02:001:Enable Alternate Game:Different Title, Levels, Characters, Story, Bosses etc. You get to see Different Title and Attract.
rodlndjb:0:0F3047:02:501:Enable Alternate Game (2/2)
rodlndjb:0:0F3045:01:001:Disable Alternate Game
rodlndjb:0:0F3047:01:501:Disable Alternate Game (2/2)
rodlndjb:0:0F48AF:01:001:Turn "Extra Game" ON
rodlndjb:0:0F3070:FF:501:Turn "Extra Game" ON (2/3)
rodlndjb:0:0F3071:FF:501:Turn "Extra Game" ON (3/3)
rodlndjb:0:0F4139:07:000:Infinite Lives PL1
rodlndjb:0:0F413B:B4:002:Invincibility "ON" PL1
rodlndjb:0:0F413B:01:001:Invincibility "OFF" PL1
rodlndjb:0:0F422F:1F:001:Get EXTRA Now! PL1:"Extra Game" must be ON
rodlndjb:0:0F422F:01:021:Get letter - E Now! PL1:"Extra Game" must be ON
rodlndjb:0:0F422F:02:021:Get letter - X Now! PL1:"Extra Game" must be ON
rodlndjb:0:0F422F:04:021:Get letter - T Now! PL1:"Extra Game" must be ON
rodlndjb:0:0F422F:08:021:Get letter - R Now! PL1:"Extra Game" must be ON
rodlndjb:0:0F422F:10:021:Get letter - A Now! PL1:"Extra Game" must be ON
rodlndjb:0:0F41B9:07:000:Infinite Lives PL2
rodlndjb:0:0F41BB:B4:002:Invincibility "ON" PL2
rodlndjb:0:0F41BB:01:001:Invincibility "OFF" PL2
rodlndjb:0:0F4231:1F:001:Get EXTRA Now! PL2:"Extra Game" must be ON
rodlndjb:0:0F4231:01:021:Get letter - E Now! PL2:"Extra Game" must be ON
rodlndjb:0:0F4231:02:021:Get letter - X Now! PL2:"Extra Game" must be ON
rodlndjb:0:0F4231:04:021:Get letter - T Now! PL2:"Extra Game" must be ON
rodlndjb:0:0F4231:08:021:Get letter - R Now! PL2:"Extra Game" must be ON
rodlndjb:0:0F4231:10:021:Get letter - A Now! PL2:"Extra Game" must be ON
rodlndjb:0:000000:00:999:[ EXTRA GAME INFO ]
rodlndjb:0:000000:00:999:[To access PART 2 of the ]
rodlndjb:0:000000:00:999:[ game, after you have ]
rodlndjb:0:000000:00:999:[inserted a credit press ]
rodlndjb:0:000000:00:999:[UP 3 times then press start]
; [ Return of Ishtar, The ]
roishtar:0:1ECD:00:000:Invincibility
; [ Rollergames (US) ]
rollerg:0:2062:64:000:Infinite Time
rollerg:0:2062:01:001:Finish Quarter Now!
rollerg:0:2096:63:000:Infinite Lives PL1
rollerg:0:11B7:88:000:Infinite Energy PL1
rollerg:0:302A:40:500:Infinite Energy PL1 (2/2)
rollerg:0:203E:03:001:Set score = 999 Now! PL1
rollerg:0:203F:E7:501:Set score = 999 Now! PL1(2/2)
rollerg:0:203E:03:000:Score always = 999 PL1
rollerg:0:203F:E7:500:Score always = 999 PL1 (2/2)
rollerg:0:203F:FF:070:Select score PL1
;Player 2 poking value for Infinite Lives is strange!
rollerg:0:2097:E7:000:Infinite Lives PL2
rollerg:0:11E7:58:000:Infinite Energy PL2
rollerg:0:308A:40:500:Infinite Energy PL2 (2/2)
rollerg:0:2040:03:001:Set score = 999 Now! PL2
rollerg:0:2041:E7:501:Set score = 999 Now! PL2(2/2)
rollerg:0:2040:03:000:Score always = 999 PL2
rollerg:0:2041:E7:500:Score always = 999 PL2 (2/2)
rollerg:0:2041:FF:070:Select score PL2
rollerg:0:300C:80:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Rollergames (Japan) ]
rollergj:0:2062:64:000:Infinite Time
rollergj:0:2062:01:001:Finish Quarter Now!
rollergj:0:2096:63:000:Infinite Lives PL1
rollergj:0:11B7:88:000:Infinite Energy PL1
rollergj:0:302A:40:500:Infinite Energy PL1 (2/2)
rollergj:0:203E:03:001:Set score = 999 Now! PL1
rollergj:0:203F:E7:501:Set score = 999 Now! PL1(2/2)
rollergj:0:203E:03:000:Score always = 999 PL1
rollergj:0:203F:E7:500:Score always = 999 PL1 (2/2)
rollergj:0:203F:FF:070:Select score PL1
;Player 2 poking value for Infinite Lives is strange!
rollergj:0:2097:E7:000:Infinite Lives PL2
rollergj:0:11E7:58:000:Infinite Energy PL2
rollergj:0:308A:40:500:Infinite Energy PL2 (2/2)
rollergj:0:2040:03:001:Set score = 999 Now! PL2
rollergj:0:2041:E7:501:Set score = 999 Now! PL2(2/2)
rollergj:0:2040:03:000:Score always = 999 PL2
rollergj:0:2041:E7:500:Score always = 999 PL2 (2/2)
rollergj:0:2041:FF:070:Select score PL2
rollergj:0:300C:80:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Rolling Crash / Moon Base ]
rollingc:0:2010:04:000:Infinite Lives
; [ Roller Aces ]
rollrace:0:C000:99:000:Infinite Credits
rollrace:0:C317:01:000:Infinite Time
rollrace:0:0000:00:999:[See the Dip Switch Menu to ]
rollrace:0:0000:00:999:[enable Invincibility. ]
rollrace:0:C00C:09:000:Infinite Lives PL1
rollrace:0:C00D:09:000:Infinite Lives PL2
; [ Rompers (Japan) ]
rompers:0:3BB7:09:000:Infinite Time
rompers:0:0148:05:000:Infinite Lives
rompers:0:103A:00:000:Invincibility
rompers:0:0154:01:001:Next Key finishes level Now!
rompers:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Rompers (Japan old version) ]
romperso:0:3BB7:09:000:Infinite Time
romperso:0:0148:05:000:Infinite Lives
romperso:0:103A:00:000:Invincibility
romperso:0:0154:01:001:Next Key finishes level Now!
romperso:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Round-Up ]
roundup:0:8040:13:000:Infinite Lives
; [ Route 16 ]
route16:0:40C7:99:000:Infinite Fuel
route16:0:406A:06:000:Infinite Lives PL1
route16:0:406B:06:000:Infinite Lives PL2
; [ Route 16 (bootleg) ]
route16b:0:40C7:99:000:Infinite Fuel
route16b:0:406A:06:000:Infinite Lives PL1
route16b:0:406B:06:000:Infinite Lives PL2
; [ Royal Mahjong ]
royalmah:0:0000:00:999:[The winning hand cheat must]
royalmah:0:0000:00:999:[be activated when there are]
royalmah:0:0000:00:999:[14 tiles in your hand, then]
royalmah:0:0000:00:999:[press the RON key . ]
royalmah:0:0000:00:999:[('T' by default). The tiles]
royalmah:0:0000:00:999:[do not visually change ]
royalmah:0:0000:00:999:[until you make a move. ]
royalmah:0:7001:31:001:Get winning hand Now!
royalmah:0:7002:31:501:Get winning hand Now! (02/14)
royalmah:0:7003:31:501:Get winning hand Now! (03/14)
royalmah:0:7004:32:501:Get winning hand Now! (04/14)
royalmah:0:7005:32:501:Get winning hand Now! (05/14)
royalmah:0:7006:32:501:Get winning hand Now! (06/14)
royalmah:0:7007:33:501:Get winning hand Now! (07/14)
royalmah:0:7008:33:501:Get winning hand Now! (08/14)
royalmah:0:7009:33:501:Get winning hand Now! (09/14)
royalmah:0:700A:34:501:Get winning hand Now! (10/14)
royalmah:0:700B:34:501:Get winning hand Now! (11/14)
royalmah:0:700C:34:501:Get winning hand Now! (12/14)
royalmah:0:700D:35:501:Get winning hand Now! (13/14)
royalmah:0:700E:35:501:Get winning hand Now! (14/14)
royalmah:0:7001:31:000:Always winning hand
royalmah:0:7002:31:500:Always winning hand (02/14)
royalmah:0:7003:31:500:Always winning hand (03/14)
royalmah:0:7004:32:500:Always winning hand (04/14)
royalmah:0:7005:32:500:Always winning hand (05/14)
royalmah:0:7006:32:500:Always winning hand (06/14)
royalmah:0:7007:33:500:Always winning hand (07/14)
royalmah:0:7008:33:500:Always winning hand (08/14)
royalmah:0:7009:33:500:Always winning hand (09/14)
royalmah:0:700A:34:500:Always winning hand (10/14)
royalmah:0:700B:34:500:Always winning hand (11/14)
royalmah:0:700C:34:500:Always winning hand (12/14)
royalmah:0:700D:35:500:Always winning hand (13/14)
royalmah:0:700E:35:500:Always winning hand (14/14)
; [ River Patrol (bootleg) ]
rpatrolb:0:8019:09:000:Infinite Lives PL1
rpatrolb:0:801A:09:000:Infinite Lives PL2
rpatrolb:0:801B:FF:007:Infinite Water
rpatrolb:0:8116:00:001:Finish Round Now!
; [ Rabbit Punch (US) ]
rpunch:0:0FC3D9:03:000:Infinite Lives PL1
rpunch:0:0FC3D8:00:000:Infinite Energy PL1
rpunch:0:0FC269:90:000:Infinite Missiles PL1
rpunch:0:0FC26F:00:000:Always use Normal missiles PL1
rpunch:0:0FC3DB:00:500:Always use Normal missiles PL1
rpunch:0:0FC26F:FF:000:Always use Power-up missiles PL1
rpunch:0:0FC3DB:FF:500:Always use Power-up missiles PL1
rpunch:0:0FC26F:00:001:Get Normal missiles Now! PL1
rpunch:0:0FC3DB:00:501:Get Normal missiles Now! PL1
rpunch:0:0FC26F:FF:001:Get Power-up missiles Now! PL1
rpunch:0:0FC3DB:FF:501:Get Power-up missiles Now! PL1
rpunch:0:0FC3C9:FF:000:Invincibility PL1
rpunch:0:0FC3CA:FF:500:Invincibility (flicker off) PL1
rpunch:0:0FC3F9:03:000:Infinite Lives PL2
rpunch:0:0FC3F8:00:000:Infinite Energy PL2
rpunch:0:0FC2A9:90:000:Infinite Missiles PL2
rpunch:0:0FC2AF:00:000:Always use Normal missiles PL2
rpunch:0:0FC3FB:00:500:Always use Normal missiles PL2
rpunch:0:0FC2AF:FF:000:Always use Power-up missiles PL2
rpunch:0:0FC3FB:FF:500:Always use Power-up missiles PL2
rpunch:0:0FC2AF:00:001:Get Normal missiles Now! PL2
rpunch:0:0FC3FB:00:501:Get Normal missiles Now! PL2
rpunch:0:0FC2AF:FF:001:Get Power-up missiles Now! PL2
rpunch:0:0FC3FB:FF:501:Get Power-up missiles Now! PL2
rpunch:0:0FC3E9:FF:000:Invincibility PL2
rpunch:0:0FC3EA:FF:500:Invincibility (flicker off) PL2
; [ Rough Ranger (v2.0, Sharp Image license) ]
rranger:0:C830:99:000:Infinite Credits
rranger:0:C895:59:000:Infinite Time
rranger:0:47CA:C9:100:Invincibility
rranger:0:4ACF:18:600:Invincibility (2/2)
rranger:0:0000:00:999:[See the Dip Switch Menu to ]
rranger:0:0000:00:999:[enable an alternate ]
rranger:0:0000:00:999:[Invincibility cheat. ]
rranger:0:CA07:05:000:Infinite Lives PL1
rranger:0:CA0A:99:000:Infinite Ammo PL1
rranger:0:CA57:05:000:Infinite Lives PL2
rranger:0:CA5A:99:000:Infinite Ammo PL2
; [ R-Shark ]
rshark:0:340021:63:000:Infinite Credits
rshark:0:340503:0A:000:Infinite Lives PL1
rshark:0:340507:09:000:Infinite Bombs PL1
rshark:0:34F8C2:02:000:Invincibility PL1
rshark:0:34F8CA:02:000:Always have Weapon Max Power PL1
rshark:0:34F8CB:00:000:Always have the 3-Way PL1
rshark:0:34F8CB:01:000:Always have the Multi-Laser PL1
rshark:0:34F8CB:02:000:Always have the Long Laser PL1
rshark:0:34F8CB:03:000:Always have the Rockets PL1
rshark:0:34F8CB:04:000:Always have the Large RocketsPL1
rshark:0:34F8CB:00:001:Get the 3-Way Now! PL1
rshark:0:34F8CB:01:001:Get the Multi-Laser Now! PL1
rshark:0:34F8CB:02:001:Get the Long Laser Now! PL1
rshark:0:34F8CB:03:001:Get the Rockets Now! PL1
rshark:0:34F8CB:04:001:Get the Large Rockets Now! PL1
rshark:0:340505:0A:000:Infinite Lives PL2
rshark:0:340509:09:000:Infinite Bombs PL2
rshark:0:34F7C2:02:000:Invincibility PL2
rshark:0:34F7CA:02:000:Always have Weapon Max Power PL2
rshark:0:34F7CB:00:000:Always have the 3-Way PL2
rshark:0:34F7CB:01:000:Always have the Multi-Lasers PL2
rshark:0:34F7CB:02:000:Always have the Long Laser PL2
rshark:0:34F7CB:03:000:Always have the Rockets PL2
rshark:0:34F7CB:04:000:Always have the Large RocketsPL2
rshark:0:34F7CB:00:001:Get the 3-Way Now! PL2
rshark:0:34F7CB:01:001:Get the Multi-Lasers Now! PL2
rshark:0:34F7CB:02:001:Get the Long Laser Now! PL2
rshark:0:34F7CB:03:001:Get the Rockets Now! PL2
rshark:0:34F7CB:04:001:Get the Large Rockets Now! PL2
; [ Rolling Thunder 2 ]
rthun2:0:100615:99:000:Infinite Time
rthun2:0:100367:04:000:Infinite Lives PL1
rthun2:0:10036B:02:000:Infinite Life PL1
rthun2:0:100365:99:000:Infinite Normal Ammo PL1
rthun2:0:10036D:40:000:Infinite Machine Gun Ammo PL1:Automatically have the m gun
rthun2:0:100355:80:000:Invincibility PL1
rthun2:0:1003F1:04:000:Infinite Lives PL2
rthun2:0:1003F5:02:000:Infinite Life PL2
rthun2:0:1003EF:30:000:Infinite Normal Ammo PL2
rthun2:0:1003F7:80:000:Infinite Machine Gun Ammo PL2:Automatically have the m gun
rthun2:0:1003DF:80:000:Invincibility PL2
rthun2:0:1001C1:07:071:Select the current round
; [ Rolling Thunder 2 (Japan) ]
rthun2j:0:100615:99:000:Infinite Time
rthun2j:0:100367:04:000:Infinite Lives PL1
rthun2j:0:10036B:02:000:Infinite Life PL1
rthun2j:0:100365:99:000:Infinite Normal Ammo PL1
rthun2j:0:10036D:40:000:Infinite Machine Gun Ammo PL1:Automatically have the m gun
rthun2j:0:100355:80:000:Invincibility PL1
rthun2j:0:1003F1:04:000:Infinite Lives PL2
rthun2j:0:1003F5:02:000:Infinite Life PL2
rthun2j:0:1003EF:30:000:Infinite Normal Ammo PL2
rthun2j:0:1003F7:80:000:Infinite Machine Gun Ammo PL2:Automatically have the m gun
rthun2j:0:1003DF:80:000:Invincibility PL2
rthun2j:0:1001C1:07:071:Select the current round
; [ Rolling Thunder (new version) ]
rthunder:0:5612:99:003:Infinite Time
rthunder:0:56C1:40:000:Infinite Energy
rthunder:0:56CB:99:000:Infinite Bullets
rthunder:0:56CD:99:000:Infinite Machine Gun ammo
rthunder:0:56CE:01:000:Always have Machine Gun
rthunder:0:56CE:01:001:Get Machine Gun Now!
rthunder:0:0000:00:999:[See the Dip Switch Menu to ]
rthunder:0:0000:00:999:[enable Invincibility. ]
rthunder:0:5480:99:000:Infinite Lives PL1
rthunder:0:54A0:99:000:Infinite Lives PL2
; [ Rolling Thunder (old version) ]
rthundro:0:5612:99:003:Infinite Time
rthundro:0:56C1:40:000:Infinite Energy
rthundro:0:56CB:99:000:Infinite Bullets
rthundro:0:56CD:99:000:Infinite Machine Gun ammo
rthundro:0:56CE:01:000:Always have Machine Gun
rthundro:0:56CE:01:001:Get Machine Gun Now!
rthundro:0:0000:00:999:[See the Dip Switch Menu to ]
rthundro:0:0000:00:999:[enable Invincibility. ]
rthundro:0:5480:99:000:Infinite Lives PL1
rthundro:0:54A0:99:000:Infinite Lives PL2
; [ R-Type (Japan) ]
rtype:0:42F2E:0A:000:Infinite Lives PL1
rtype:0:42F36:0A:000:Infinite Lives PL2
rtype:0:4003A:01:000:Always have Max Beam
rtype:0:4003D:80:500:Always have Max Beam (2/2)
rtype:0:42FC1:01:000:Invincibility "ON"
rtype:0:42FC1:00:001:Invincibility "OFF"
rtype:0:00000:00:999:[See the Dip Switch Menu to ]
rtype:0:00000:00:999:[enable an alternate ]
rtype:0:00000:00:999:[Invincibility cheat. ]
rtype:0:40036:04:000:Maximum Speed
rtype:0:40033:04:000:Maximum Power - Pods
rtype:0:40035:04:000:Maximum Power - Missiles
rtype:0:4003E:01:000:Always Orb Shot
rtype:0:4003E:02:000:Always Orb Shot + Laser
rtype:0:4003E:03:000:Always S. Orb Shot + ZigZag
rtype:0:4003E:01:001:Get Orb Shot Now!
rtype:0:4003E:02:001:Get Orb Shot + Laser Now!
rtype:0:4003E:03:001:Get S. Orb Shot + ZigZag Now!
rtype:0:4003C:00:000:Always have Blue Extra fire
rtype:0:4003C:02:000:Always have Yellow Extra fire
rtype:0:4003C:06:000:Always have Red Extra fire
rtype:0:4003C:00:001:Get Blue Extra fire Now!
rtype:0:4003C:02:001:Get Yellow Extra fire Now!
rtype:0:4003C:06:001:Get Red Extra fire Now!
; [ R-Type II ]
rtype2:0:E381A:0A:000:Infinite Lives PL1
rtype2:0:E3822:0A:000:Infinite Lives PL2
rtype2:0:E38BD:01:000:Invincibility "ON"
rtype2:0:E38BD:00:001:Invincibility "OFF"
rtype2:0:E003E:01:001:Get Force Now!
rtype2:0:E003E:03:001:Get Maximum Force Now!
rtype2:0:E0042:FF:000:Always Maximum Beam
rtype2:0:E0043:01:000:Diffusion beam
; [ R-Type II (Japan) ]
rtype2j:0:E381A:0A:000:Infinite Lives PL1
rtype2j:0:E3822:0A:000:Infinite Lives PL2
rtype2j:0:E38BD:01:000:Invincibility "ON"
rtype2j:0:E38BD:00:001:Invincibility "OFF"
rtype2j:0:E003E:01:001:Get Force Now!
rtype2j:0:E003E:03:001:Get Maximum Force Now!
rtype2j:0:E0042:FF:000:Always Maximum Beam
rtype2j:0:E0043:01:000:Diffusion beam
; [ R-Type Leo (Japan) ]
rtypeleo:0:00000:00:999:[Turn these cheats on ingame]
rtypeleo:0:00000:00:999:[NOT on the Title Screen! ]
rtypeleo:0:E229A:06:000:Infinite Lives PL1
rtypeleo:0:E2855:38:000:Infinite Energy PL1
rtypeleo:0:E286A:60:000:Invincibility PL1
rtypeleo:0:E2867:04:000:Ship reappears immediatelyPL1
rtypeleo:0:E229B:06:000:Infinite Lives PL2
; [ R-Type (Japan prototype) ]
rtypepj:0:42F2E:0A:000:Infinite Lives PL1
rtypepj:0:42F36:0A:000:Infinite Lives PL2
rtypepj:0:4003A:01:000:Always have Max Beam
rtypepj:0:4003D:80:500:Always have Max Beam (2/2)
rtypepj:0:42FC1:01:000:Invincibility "ON"
rtypepj:0:42FC1:00:001:Invincibility "OFF"
rtypepj:0:00000:00:999:[See the Dip Switch Menu to ]
rtypepj:0:00000:00:999:[enable an alternate ]
rtypepj:0:00000:00:999:[Invincibility cheat. ]
rtypepj:0:40036:04:000:Maximum Speed
rtypepj:0:40033:04:000:Maximum Power - Pods
rtypepj:0:40035:04:000:Maximum Power - Missiles
rtypepj:0:4003E:01:000:Always Orb Shot
rtypepj:0:4003E:02:000:Always Orb Shot + Laser
rtypepj:0:4003E:03:000:Always S. Orb Shot + ZigZag
rtypepj:0:4003E:01:001:Get Orb Shot Now!
rtypepj:0:4003E:02:001:Get Orb Shot + Laser Now!
rtypepj:0:4003E:03:001:Get S. Orb Shot + ZigZag Now!
rtypepj:0:4003C:00:000:Always have Blue Extra fire
rtypepj:0:4003C:02:000:Always have Yellow Extra fire
rtypepj:0:4003C:06:000:Always have Red Extra fire
rtypepj:0:4003C:00:001:Get Blue Extra fire Now!
rtypepj:0:4003C:02:001:Get Yellow Extra fire Now!
rtypepj:0:4003C:06:001:Get Red Extra fire Now!
; [ R-Type (US) ]
rtypeu:0:42F32:0A:000:Infinite Lives PL1
rtypeu:0:42F3A:0A:000:Infinite Lives PL2
rtypeu:0:4003A:01:000:Always have Max Beam
rtypeu:0:4003D:80:500:Always have Max Beam (2/2)
rtypeu:0:42FC6:01:000:Invincibility "ON"
rtypeu:0:42FC6:00:001:Invincibility "OFF"
rtypeu:0:00000:00:999:[See the Dip Switch Menu to ]
rtypeu:0:00000:00:999:[enable an alternate ]
rtypeu:0:00000:00:999:[Invincibility cheat. ]
rtypeu:0:40036:04:000:Maximum Speed
rtypeu:0:40033:04:000:Maximum Power - Pods
rtypeu:0:40035:04:000:Maximum Power - Missiles
rtypeu:0:4003E:01:000:Always Orb Shot
rtypeu:0:4003E:02:000:Always Orb Shot + Laser
rtypeu:0:4003E:03:000:Always S. Orb Shot + ZigZag
rtypeu:0:4003E:01:001:Get Orb Shot Now!
rtypeu:0:4003E:02:001:Get Orb Shot + Laser Now!
rtypeu:0:4003E:03:001:Get S. Orb Shot + ZigZag Now!
rtypeu:0:4003C:00:000:Always have Blue Extra fire
rtypeu:0:4003C:02:000:Always have Yellow Extra fire
rtypeu:0:4003C:06:000:Always have Red Extra fire
rtypeu:0:4003C:00:001:Get Blue Extra fire Now!
rtypeu:0:4003C:02:001:Get Yellow Extra fire Now!
rtypeu:0:4003C:06:001:Get Red Extra fire Now!
; [ Rug Rats ]
rugrats:0:9100:05:000:Infinite Lives
; [ Runark (Japan) ]
runark:0:107869:28:000:Infinite Energy PL1
runark:0:1078C5:EE:000:Invincibility PL1
runark:0:107845:06:000:Infinite Ammo PL1
runark:0:000000:00:999:[Note these weapon cheats ]
runark:0:000000:00:999:[must be used with ]
runark:0:000000:00:999:[invincibility enabled and a]
runark:0:000000:00:999:[weapon in use at the time. ]
runark:0:1078BB:00:001:Lose Weapon Now! PL1
runark:0:1078BB:01:001:Change to Knife Now! PL1
runark:0:1078BB:02:001:Change to Revolver Now! PL1
runark:0:1078BB:03:001:Change to Whip Now! PL1
runark:0:1078BB:05:001:Change to Ass. Rifle Now! PL1
runark:0:1078BB:06:001:Change to R Launcher Now! PL1
runark:0:1078BB:07:001:Change to Grenade Now! PL1
runark:0:1078BB:08:001:Change to Crow Bar Now! PL1
runark:0:1078BB:09:001:Change to Sword Now! PL1
runark:0:107969:28:000:Infinite Energy PL2
runark:0:1079C5:EE:000:Invincibility PL2
runark:0:107945:06:000:Infinite Ammo PL2
runark:0:000000:00:999:[Note these weapon cheats ]
runark:0:000000:00:999:[must be used with ]
runark:0:000000:00:999:[invincibility enabled and a]
runark:0:000000:00:999:[weapon in use at the time. ]
runark:0:1079BB:00:001:Lose Weapon Now! PL2
runark:0:1079BB:01:001:Change to Knife Now! PL2
runark:0:1079BB:02:001:Change to Revolver Now! PL2
runark:0:1079BB:03:001:Change to Whip Now! PL2
runark:0:1079BB:05:001:Change to Ass. Rifle Now! PL2
runark:0:1079BB:06:001:Change to R Launcher Now! PL2
runark:0:1079BB:07:001:Change to Grenade Now! PL2
runark:0:1079BB:08:001:Change to Crow Bar Now! PL2
runark:0:1079BB:09:001:Change to Sword Now! PL2
; [ Rush'n Attack ]
rushatck:0:DBB0:05:000:Infinite Lives
rushatck:0:D229:05:000:Infinite Ammo
rushatck:0:4883:C9:100:Invincibility
rushatck:0:494C:C9:600:Invincibility (2/2)
rushatck:0:D201:03:000:Always have bazooka
rushatck:0:D201:06:000:Always have flamethrower
rushatck:0:D201:04:000:Always have grenades
rushatck:0:D201:00:001:Lose all weapons Now!
rushatck:0:D201:03:001:Get bazooka Now!
rushatck:0:D201:06:001:Get flamethrower Now!
rushatck:0:D201:04:001:Get grenades Now!
rushatck:0:0000:00:999:[The Select current level cheat can ]
rushatck:0:0000:00:999:[be used (with game paused) on the ]
rushatck:0:0000:00:999:["Rescue the Prisoners" screen to ]
rushatck:0:0000:00:999:[select the starting level. ]
rushatck:0:DBB1:03:071:Select current level
rushatck:0:DBB1:03:061:Select next level
; [ Rush & Crash (Japan) ]
rushcrsh:0:04BC:00:000:Infinite Energy
rushcrsh:0:00AF:03:000:Infinite Lives
rushcrsh:0:00B4:00:000:Infinite Time
rushcrsh:0:04E8:02:000:Super Shots
rushcrsh:0:04E0:0F:000:Super Speed
; [ Rygar (US set 1) ]
rygar:0:C0A0:08:000:Infinite Lives PL1
rygar:0:C0AA:64:000:Infinite Time PL1
rygar:0:C0EE:00:020:Always No Powers PL1
rygar:0:C0EE:01:020:Always Long Shot PL1
rygar:0:C0EE:02:020:Always Tiger Jump PL1
rygar:0:C0EE:04:020:Always Invincibility PL1
rygar:0:C0EE:08:020:Always Multikill Shot PL1
rygar:0:C0EE:10:020:Always Straight Up Shot PL1
rygar:0:C0EE:1B:000:Always all Powers PL1
rygar:0:C0EE:1F:000:Always Inv./Powers PL1
rygar:0:C0BC:07:000:Next Star always 70000pts PL1
rygar:0:C0EE:00:021:Get No Powers Now! PL1
rygar:0:C0EE:01:021:Get Long Shot Now! PL1
rygar:0:C0EE:02:021:Get Tiger Jump Now! PL1
rygar:0:C0EE:04:021:Get Invincibility Now! PL1
rygar:0:C0EE:08:021:Get Multikill Shot Now! PL1
rygar:0:C0EE:10:021:Get Straight Up Shot Now! PL1
rygar:0:C0EE:1B:001:Get all Powers Now! PL1
rygar:0:C0EE:1F:001:Get Inv./Powers Now! PL1
rygar:0:C0BC:07:001:Next Star = 70000 pts Now!PL1
rygar:0:C190:08:000:Infinite Lives PL2
rygar:0:C19A:64:000:Infinite Time PL2
rygar:0:C1DE:00:000:Always No Powers PL2
rygar:0:C1DE:01:020:Always Long Shot PL2
rygar:0:C1DE:02:020:Always Tiger Jump PL2
rygar:0:C1DE:04:020:Always Invincibility PL2
rygar:0:C1DE:08:020:Always Multikill Shot PL2
rygar:0:C1DE:10:020:Always Straight Up Shot PL2
rygar:0:C1DE:1B:000:Always all Powers PL2
rygar:0:C1DE:1F:000:Always Inv./Powers PL2
rygar:0:C1AC:07:000:Next Star always 70000pts PL2
rygar:0:C1DE:00:021:Get No Powers Now! PL2
rygar:0:C1DE:01:021:Get Long Shot Now! PL2
rygar:0:C1DE:02:021:Get Tiger Jump Now! PL2
rygar:0:C1DE:04:021:Get Invincibility Now! PL2
rygar:0:C1DE:08:021:Get Multikill Shot Now! PL2
rygar:0:C1DE:10:021:Get Straight Up Shot Now! PL2
rygar:0:C1DE:1B:001:Get all Powers Now! PL2
rygar:0:C1DE:1F:001:Get Inv./Powers Now! PL2
rygar:0:C1AC:07:001:Next Star = 70000 pts Now!PL2
rygar:0:C461:14:000:Inf. Cross Prot. On Pickup
rygar:0:C461:64:000:Stop Bonus Timer
rygar:0:C0AE:05:001:Change to Rank 5 Now!
rygar:0:C0AE:0A:001:Change to Rank 10 Now!
rygar:0:C0AE:0F:001:Change to Rank 15 Now!
rygar:0:C0AE:14:001:Change to Rank 20 Now!
rygar:0:C0AE:19:001:Change to Rank 25 Now!
rygar:0:C0AE:1E:001:Change to Rank 30 Now!
; [ Rygar (US set 2) ]
rygar2:0:C0A0:08:000:Infinite Lives PL1
rygar2:0:C0AA:64:000:Infinite Time PL1
rygar2:0:C0EE:00:020:Always No Powers PL1
rygar2:0:C0EE:01:020:Always Long Shot PL1
rygar2:0:C0EE:02:020:Always Tiger Jump PL1
rygar2:0:C0EE:04:020:Always Invincibility PL1
rygar2:0:C0EE:08:020:Always Multikill Shot PL1
rygar2:0:C0EE:10:020:Always Straight Up Shot PL1
rygar2:0:C0EE:1B:000:Always all Powers PL1
rygar2:0:C0EE:1F:000:Always Inv./Powers PL1
rygar2:0:C0BC:07:000:Next Star always 70000pts PL1
rygar2:0:C0EE:00:021:Get No Powers Now! PL1
rygar2:0:C0EE:01:021:Get Long Shot Now! PL1
rygar2:0:C0EE:02:021:Get Tiger Jump Now! PL1
rygar2:0:C0EE:04:021:Get Invincibility Now! PL1
rygar2:0:C0EE:08:021:Get Multikill Shot Now! PL1
rygar2:0:C0EE:10:021:Get Straight Up Shot Now! PL1
rygar2:0:C0EE:1B:001:Get all Powers Now! PL1
rygar2:0:C0EE:1F:001:Get Inv./Powers Now! PL1
rygar2:0:C0BC:07:001:Next Star = 70000 pts Now!PL1
rygar2:0:C190:08:000:Infinite Lives PL2
rygar2:0:C19A:64:000:Infinite Time PL2
rygar2:0:C1DE:00:000:Always No Powers PL2
rygar2:0:C1DE:01:020:Always Long Shot PL2
rygar2:0:C1DE:02:020:Always Tiger Jump PL2
rygar2:0:C1DE:04:020:Always Invincibility PL2
rygar2:0:C1DE:08:020:Always Multikill Shot PL2
rygar2:0:C1DE:10:020:Always Straight Up Shot PL2
rygar2:0:C1DE:1B:000:Always all Powers PL2
rygar2:0:C1DE:1F:000:Always Inv./Powers PL2
rygar2:0:C1AC:07:000:Next Star always 70000pts PL2
rygar2:0:C1DE:00:021:Get No Powers Now! PL2
rygar2:0:C1DE:01:021:Get Long Shot Now! PL2
rygar2:0:C1DE:02:021:Get Tiger Jump Now! PL2
rygar2:0:C1DE:04:021:Get Invincibility Now! PL2
rygar2:0:C1DE:08:021:Get Multikill Shot Now! PL2
rygar2:0:C1DE:10:021:Get Straight Up Shot Now! PL2
rygar2:0:C1DE:1B:001:Get all Powers Now! PL2
rygar2:0:C1DE:1F:001:Get Inv./Powers Now! PL2
rygar2:0:C1AC:07:001:Next Star = 70000 pts Now!PL2
rygar2:0:C461:14:000:Inf. Cross Prot. On Pickup
rygar2:0:C461:64:000:Stop Bonus Timer
rygar2:0:C0AE:05:001:Change to Rank 5 Now!
rygar2:0:C0AE:0A:001:Change to Rank 10 Now!
rygar2:0:C0AE:0F:001:Change to Rank 15 Now!
rygar2:0:C0AE:14:001:Change to Rank 20 Now!
rygar2:0:C0AE:19:001:Change to Rank 25 Now!
rygar2:0:C0AE:1E:001:Change to Rank 30 Now!
; [ Argus no Senshi (Japan) ]
rygarj:0:C0A0:08:000:Infinite Lives PL1
rygarj:0:C0AA:64:000:Infinite Time PL1
rygarj:0:C0EE:00:020:Always No Powers PL1
rygarj:0:C0EE:01:020:Always Long Shot PL1
rygarj:0:C0EE:02:020:Always Tiger Jump PL1
rygarj:0:C0EE:04:020:Always Invincibility PL1
rygarj:0:C0EE:08:020:Always Multikill Shot PL1
rygarj:0:C0EE:10:020:Always Straight Up Shot PL1
rygarj:0:C0EE:1B:000:Always all Powers PL1
rygarj:0:C0EE:1F:000:Always Inv./Powers PL1
rygarj:0:C0BC:07:000:Next Star always 70000pts PL1
rygarj:0:C0EE:00:021:Get No Powers Now! PL1
rygarj:0:C0EE:01:021:Get Long Shot Now! PL1
rygarj:0:C0EE:02:021:Get Tiger Jump Now! PL1
rygarj:0:C0EE:04:021:Get Invincibility Now! PL1
rygarj:0:C0EE:08:021:Get Multikill Shot Now! PL1
rygarj:0:C0EE:10:021:Get Straight Up Shot Now! PL1
rygarj:0:C0EE:1B:001:Get all Powers Now! PL1
rygarj:0:C0EE:1F:001:Get Inv./Powers Now! PL1
rygarj:0:C0BC:07:001:Next Star = 70000 pts Now!PL1
rygarj:0:C190:08:000:Infinite Lives PL2
rygarj:0:C19A:64:000:Infinite Time PL2
rygarj:0:C1DE:00:000:Always No Powers PL2
rygarj:0:C1DE:01:020:Always Long Shot PL2
rygarj:0:C1DE:02:020:Always Tiger Jump PL2
rygarj:0:C1DE:04:020:Always Invincibility PL2
rygarj:0:C1DE:08:020:Always Multikill Shot PL2
rygarj:0:C1DE:10:020:Always Straight Up Shot PL2
rygarj:0:C1DE:1B:000:Always all Powers PL2
rygarj:0:C1DE:1F:000:Always Inv./Powers PL2
rygarj:0:C1AC:07:000:Next Star always 70000pts PL2
rygarj:0:C1DE:00:021:Get No Powers Now! PL2
rygarj:0:C1DE:01:021:Get Long Shot Now! PL2
rygarj:0:C1DE:02:021:Get Tiger Jump Now! PL2
rygarj:0:C1DE:04:021:Get Invincibility Now! PL2
rygarj:0:C1DE:08:021:Get Multikill Shot Now! PL2
rygarj:0:C1DE:10:021:Get Straight Up Shot Now! PL2
rygarj:0:C1DE:1B:001:Get all Powers Now! PL2
rygarj:0:C1DE:1F:001:Get Inv./Powers Now! PL2
rygarj:0:C1AC:07:001:Next Star = 70000 pts Now!PL2
rygarj:0:C461:14:000:Inf. Cross Prot. On Pickup
rygarj:0:C461:64:000:Stop Bonus Timer
rygarj:0:C0AE:05:001:Change to Rank 5 Now!
rygarj:0:C0AE:0A:001:Change to Rank 10 Now!
rygarj:0:C0AE:0F:001:Change to Rank 15 Now!
rygarj:0:C0AE:14:001:Change to Rank 20 Now!
rygarj:0:C0AE:19:001:Change to Rank 25 Now!
rygarj:0:C0AE:1E:001:Change to Rank 30 Now!
; [ Ryu Jin (Japan) ]
ryujin:0:100114:09:000:Infinite Credits
ryujin:0:101603:05:071:Select starting level:Use on character select screen to select start level. It only changes the current level if you lose all your lives and then continue the game.
ryujin:0:101603:05:061:Select next level
ryujin:0:1000CC:00:001:Kill the Boss Now!:This is a timer cheat, not a life cheat. May be useful elsewhere
ryujin:0:1000CB:00:501:Kill the Boss Now! (2/2)
ryujin:0:101A03:04:000:Infinite Lives PL1
ryujin:0:101A2F:09:000:Infinite Bombs PL1
ryujin:0:101A21:05:000:Maximum Fire Power PL1
ryujin:0:101A1F:00:000:Always have Pink Weapon PL1:Has no effect when you have a Big Ship
ryujin:0:101A1F:01:000:Always have Blue Weapon PL1:Has no effect when you have a Big Ship
ryujin:0:101A1F:00:001:Get the Pink Weapon Now! PL1:Has no effect when you have a Big Ship
ryujin:0:101A1F:01:001:Get the Blue Weapon Now! PL1:Has no effect when you have a Big Ship
ryujin:0:1000C4:60:000:Always have Big Ship PL1:Turn off between levels to avoid glitches. Don't enable when you have invincibility or it will flicker
ryujin:0:1019CA:03:500:Always have Big Ship PL1 (2/5)
ryujin:0:1019D6:04:500:Always have Big Ship PL1 (3/5)
ryujin:0:1019D7:04:500:Always have Big Ship PL1 (4/5)
ryujin:0:101A2B:04:500:Always have Big Ship PL1 (5/5)
ryujin:0:101A73:04:000:Infinite Lives PL2
ryujin:0:101A9F:09:000:Infinite Bombs PL2
ryujin:0:101A91:05:000:Maximum Fire Power PL2
ryujin:0:101A8F:00:000:Always have Pink Weapon PL2:Has no effect when you have a Big Ship
ryujin:0:101A8F:01:000:Always have Blue Weapon PL2:Has no effect when you have a Big Ship
ryujin:0:101A8F:00:001:Get the Pink Weapon Now! PL2:Has no effect when you have a Big Ship
ryujin:0:101A8F:01:001:Get the Blue Weapon Now! PL2:Has no effect when you have a Big Ship
ryujin:0:1000C8:60:000:Always have Big Ship PL2:Turn off between levels to avoid glitches. Don't enable when you have invincibility or it will flicker
ryujin:0:101A3A:03:500:Always have Big Ship PL2 (2/5)
ryujin:0:101A46:04:500:Always have Big Ship PL2 (3/5)
ryujin:0:101A47:04:500:Always have Big Ship PL2 (4/5)
ryujin:0:101A9B:04:500:Always have Big Ship PL2 (5/5)
; [ Ninja Ryukenden (Japan) ]
ryukendn:0:061E89:99:000:Infinite Time
ryukendn:0:061E8E:03:000:Infinite Lives PL1
ryukendn:0:061EC3:09:000:Infinite Energy PL1
ryukendn:0:061EBA:0A:000:Infinite Sword PL1
ryukendn:0:061EB0:2C:000:Invincibility PL1
ryukendn:0:061E8F:03:000:Infinite Lives PL2
ryukendn:0:061F03:09:000:Infinite Energy PL2
ryukendn:0:061EFA:0A:000:Infinite Sword PL2
ryukendn:0:061EF1:2C:000:Invincibility PL2
; [ Saboten Bombers ]
sabotenb:0:0F9003:09:000:Infinite Credits
sabotenb:0:0F906B:63:000:Infinite Time
sabotenb:0:0F0037:09:000:Infinite Lives PL1
sabotenb:0:0F006F:02:000:Invincibility PL1
sabotenb:0:0F0137:09:000:Infinite Lives PL2
sabotenb:0:0F016F:02:000:Invincibility PL2
; [ Sadari ]
sadari:0:C503:63:000:Infinite Credits
sadari:0:C444:03:000:Infinite Ps PL1
sadari:0:C445:03:000:Infinite Ps PL2
; [ Safari ]
safari:0:E44B:09:000:Infinite Time
; [ Safari Rally ]
safarir:0:2390:0A:000:Infinite Lives PL1
safarir:0:2391:0A:000:Infinite Lives PL2
; [ Pretty Soldier Sailor Moon ]
sailormn:0:10835F:09:000:Infinite Credits
sailormn:0:10A416:99:000:Infinite Time
sailormn:0:1020F4:09:000:Infinite Lives PL1
sailormn:0:102033:44:000:Infinite Energy PL1
sailormn:0:1021F4:09:000:Infinite Lives PL2
sailormn:0:102133:44:000:Infinite Energy PL2
; [ Mahjong Sailor Wars-R [BET] (Japan) ]
sailorwr:0:0000:00:999:[The winning hand cheat must]
sailorwr:0:0000:00:999:[be activated when there are]
sailorwr:0:0000:00:999:[14 tiles in your hand, then]
sailorwr:0:0000:00:999:[press the RON key . ]
sailorwr:0:0000:00:999:[('Z' by default). The tiles]
sailorwr:0:0000:00:999:[do not visually change ]
sailorwr:0:0000:00:999:[until you make a move. ]
sailorwr:0:FD35:31:001:Get winning hand Now!
sailorwr:0:FD36:31:501:Get winning hand Now! (02/14)
sailorwr:0:FD37:31:501:Get winning hand Now! (03/14)
sailorwr:0:FD38:32:501:Get winning hand Now! (04/14)
sailorwr:0:FD39:32:501:Get winning hand Now! (05/14)
sailorwr:0:FD3A:32:501:Get winning hand Now! (06/14)
sailorwr:0:FD3B:33:501:Get winning hand Now! (07/14)
sailorwr:0:FD3C:33:501:Get winning hand Now! (08/14)
sailorwr:0:FD3D:33:501:Get winning hand Now! (09/14)
sailorwr:0:FD3E:34:501:Get winning hand Now! (10/14)
sailorwr:0:FD3F:34:501:Get winning hand Now! (11/14)
sailorwr:0:FD40:34:501:Get winning hand Now! (12/14)
sailorwr:0:FD41:35:501:Get winning hand Now! (13/14)
sailorwr:0:FD42:35:501:Get winning hand Now! (14/14)
sailorwr:0:0000:00:999:[At the start of a game, ]
sailorwr:0:0000:00:999:[there may be some small ]
sailorwr:0:0000:00:999:[glitches on the tiles when ]
sailorwr:0:0000:00:999:[using the 'Always' cheats. ]
sailorwr:0:0000:00:999:[The cheats should still ]
sailorwr:0:0000:00:999:[work as normal. ]
sailorwr:0:FD35:31:000:Always winning hand
sailorwr:0:FD36:31:500:Always winning hand (02/14)
sailorwr:0:FD37:31:500:Always winning hand (03/14)
sailorwr:0:FD38:32:500:Always winning hand (04/14)
sailorwr:0:FD39:32:500:Always winning hand (05/14)
sailorwr:0:FD3A:32:500:Always winning hand (06/14)
sailorwr:0:FD3B:33:500:Always winning hand (07/14)
sailorwr:0:FD3C:33:500:Always winning hand (08/14)
sailorwr:0:FD3D:33:500:Always winning hand (09/14)
sailorwr:0:FD3E:34:500:Always winning hand (10/14)
sailorwr:0:FD3F:34:500:Always winning hand (11/14)
sailorwr:0:FD40:34:500:Always winning hand (12/14)
sailorwr:0:FD41:35:500:Always winning hand (13/14)
sailorwr:0:FD42:35:500:Always winning hand (14/14)
; [ Mahjong Sailor Wars (Japan) ]
sailorws:0:0000:00:999:[The winning hand cheat must]
sailorws:0:0000:00:999:[be activated when there are]
sailorws:0:0000:00:999:[14 tiles in your hand, then]
sailorws:0:0000:00:999:[press the RON key . ]
sailorws:0:0000:00:999:[('Z' by default). The tiles]
sailorws:0:0000:00:999:[do not visually change ]
sailorws:0:0000:00:999:[until you make a move. ]
sailorws:0:FCAD:31:001:Get winning hand Now!
sailorws:0:FCAE:31:501:Get winning hand Now! (02/14)
sailorws:0:FCAF:31:501:Get winning hand Now! (03/14)
sailorws:0:FCB0:32:501:Get winning hand Now! (04/14)
sailorws:0:FCB1:32:501:Get winning hand Now! (05/14)
sailorws:0:FCB2:32:501:Get winning hand Now! (06/14)
sailorws:0:FCB3:33:501:Get winning hand Now! (07/14)
sailorws:0:FCB4:33:501:Get winning hand Now! (08/14)
sailorws:0:FCB5:33:501:Get winning hand Now! (09/14)
sailorws:0:FCB6:34:501:Get winning hand Now! (10/14)
sailorws:0:FCB7:34:501:Get winning hand Now! (11/14)
sailorws:0:FCB8:34:501:Get winning hand Now! (12/14)
sailorws:0:FCB9:35:501:Get winning hand Now! (13/14)
sailorws:0:FCBA:35:501:Get winning hand Now! (14/14)
sailorws:0:0000:00:999:[At the start of a game, ]
sailorws:0:0000:00:999:[there may be some small ]
sailorws:0:0000:00:999:[glitches on the tiles when ]
sailorws:0:0000:00:999:[using the 'Always' cheats. ]
sailorws:0:0000:00:999:[The cheats should still ]
sailorws:0:0000:00:999:[work as normal. ]
sailorws:0:FCAD:31:000:Always winning hand
sailorws:0:FCAE:31:500:Always winning hand (02/14)
sailorws:0:FCAF:31:500:Always winning hand (03/14)
sailorws:0:FCB0:32:500:Always winning hand (04/14)
sailorws:0:FCB1:32:500:Always winning hand (05/14)
sailorws:0:FCB2:32:500:Always winning hand (06/14)
sailorws:0:FCB3:33:500:Always winning hand (07/14)
sailorws:0:FCB4:33:500:Always winning hand (08/14)
sailorws:0:FCB5:33:500:Always winning hand (09/14)
sailorws:0:FCB6:34:500:Always winning hand (10/14)
sailorws:0:FCB7:34:500:Always winning hand (11/14)
sailorws:0:FCB8:34:500:Always winning hand (12/14)
sailorws:0:FCB9:35:500:Always winning hand (13/14)
sailorws:0:FCBA:35:500:Always winning hand (14/14)
; [ Sai Yu Gou Ma Roku (bootleg 1) ]
saiyugb1:0:0C77:99:000:Infinite Time
saiyugb1:0:0168:09:000:Infinite Lives PL1
saiyugb1:0:0141:18:000:Infinite Energy PL1
saiyugb1:0:01ED:09:000:Infinite Lives PL2
saiyugb1:0:01C6:18:000:Infinite Energy PL2
; [ Sai Yu Gou Ma Roku (bootleg 2) ]
saiyugb2:0:0C77:99:000:Infinite Time
saiyugb2:0:0168:09:000:Infinite Lives PL1
saiyugb2:0:0141:18:000:Infinite Energy PL1
saiyugb2:0:01ED:09:000:Infinite Lives PL2
saiyugb2:0:01C6:18:000:Infinite Energy PL2
; [ Sai Yu Gou Ma Roku (Japan) ]
saiyugou:0:0C77:99:000:Infinite Time
saiyugou:0:0168:09:000:Infinite Lives PL1
saiyugou:0:0141:18:000:Infinite Energy PL1
saiyugou:0:01ED:09:000:Infinite Lives PL2
saiyugou:0:01C6:18:000:Infinite Energy PL2
; [ Salamander (version D) ]
salamand:0:080380:99:000:Infinite Lives PL1
salamand:0:080500:40:040:Invincibility PL1
salamand:0:0803C0:99:000:Infinite Lives PL2
salamand:0:080530:40:040:Invincibility PL2
salamand:0:083006:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Salamander (version J) ]
salamanj:0:080380:99:000:Infinite Lives PL1
salamanj:0:080500:40:040:Invincibility PL1
salamanj:0:0803C0:99:000:Infinite Lives PL2
salamanj:0:080530:40:040:Invincibility PL2
salamanj:0:083006:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Same! Same! Same! ]
samesame:0:0C1B17:0A:000:Infinite Lives
samesame:0:0C12E9:0A:000:Infinite Bombs
samesame:0:0C12DA:80:000:Invincibility
samesame:0:000000:00:999:[ ]
samesame:0:000000:00:999:[See the Dip Switch Menu to ]
samesame:0:000000:00:999:[enable an alternate ]
samesame:0:000000:00:999:[Invincibility cheat. ]
samesame:0:000000:00:999:[ ]
samesame:0:0C1B2F:03:001:Get Shot Level Up Now!
samesame:0:0C12E7:03:000:Always Maximum Shot Power
samesame:0:0C12E3:00:000:Always have Normal Weapon
samesame:0:0C12E3:08:000:Always have Laser Weapon
samesame:0:0C12E3:10:000:Always have Fire Weapon
samesame:0:0C12E7:03:001:Get Maximum Shot Power Now!
samesame:0:0C12E3:00:001:Get Normal Weapon Now!
samesame:0:0C12E3:08:001:Get Laser Weapon Now!
samesame:0:0C12E3:10:001:Get Fire Weapon Now!
; [ Samurai Shodown / Samurai Spirits ]
samsho:0:100A09:63:000:Infinite Time
samsho:0:1028E7:80:000:Infinite Energy PL1
samsho:0:10290F:21:000:Infinite Power PL1
samsho:0:000000:00:999:[The Goto Boss Fight Screen ]
samsho:0:000000:00:999:[should be activated on the ]
samsho:0:000000:00:999:[character selection screen.]
samsho:0:000000:00:999:[If you activate it during ]
samsho:0:000000:00:999:[any fight however you will ]
samsho:0:000000:00:999:[see the ENDING after you ]
samsho:0:000000:00:999:[you win that match! ]
samsho:0:100A93:0C:001:Goto Boss Fight Screen Now!
samsho:0:000000:00:999:[ Free player selection ]
samsho:0:000000:00:999:[ Use BETWEEN rounds, or ]
samsho:0:000000:00:999:[ just after selection. ]
samsho:0:10100B:00:001:Play with Haohmaru PL1
samsho:0:10100B:01:001:Play with Nakoruru PL1
samsho:0:10100B:02:001:Play with Hanzo PL1
samsho:0:10100B:03:001:Play with Galford PL1
samsho:0:10100B:04:001:Play with Wang-Fu PL1
samsho:0:10100B:05:001:Play with Ukyo PL1
samsho:0:10100B:06:001:Play with Kyoshiro PL1
samsho:0:10100B:07:001:Play with Gen-An PL1
samsho:0:10100B:08:001:Play with Earthquake PL1
samsho:0:10100B:09:001:Play with Jubei PL1
samsho:0:10100B:0A:001:Play with Tamtam PL1
samsho:0:10100B:0B:001:Play with Charlotte PL1
samsho:0:10100B:0C:001:Play with Amakusa PL1
samsho:0:10102B:00:001:Play with Haohmaru PL2
samsho:0:10102B:01:001:Play with Nakoruru PL2
samsho:0:10102B:02:001:Play with Hanzo PL2
samsho:0:10102B:03:001:Play with Galford PL2
samsho:0:10102B:04:001:Play with Wang-Fu PL2
samsho:0:10102B:05:001:Play with Ukyo PL2
samsho:0:10102B:06:001:Play with Kyoshiro PL2
samsho:0:10102B:07:001:Play with Gen-An PL2
samsho:0:10102B:08:001:Play with Earthquake PL2
samsho:0:10102B:09:001:Play with Jubei PL2
samsho:0:10102B:0A:001:Play with Tamtam PL2
samsho:0:10102B:0B:001:Play with Charlotte PL2
samsho:0:10102B:0C:001:Play with Amakusa PL2
; [ Samurai Shodown II / Shin Samurai Spirits - Haohmaru jigokuhen ]
samsho2:0:100AC6:98:000:Infinite Time
samsho2:0:100AC7:40:502:Infinite Time (2/2)
samsho2:0:000000:00:999:[The Goto Boss Fight Screen ]
samsho2:0:000000:00:999:[should be activated on the ]
samsho2:0:000000:00:999:[character selection screen.]
samsho2:0:000000:00:999:[If you activate it during ]
samsho2:0:000000:00:999:[any fight however you will ]
samsho2:0:000000:00:999:[see the ENDING after you ]
samsho2:0:000000:00:999:[you win that match! ]
samsho2:0:100AAE:0C:001:Goto Boss Fight Screen Now!
samsho2:0:000000:00:999:[This Cheat is UNTESTED!!]
samsho2:0:100001:02:000:Invincibility
samsho2:0:000000:00:999:[ Free player selection ]
samsho2:0:000000:00:999:[ Use BETWEEN rounds, or ]
samsho2:0:000000:00:999:[ just after selection. ]
samsho2:0:100D0B:00:001:Play with Haohmaru PL1
samsho2:0:100D0B:01:001:Play with Nakoruru PL1
samsho2:0:100D0B:02:001:Play with Hanzo PL1
samsho2:0:100D0B:03:001:Play with Galford PL1
samsho2:0:100D0B:04:001:Play with Wan-Fu PL1
samsho2:0:100D0B:05:001:Play with Ukyo PL1
samsho2:0:100D0B:06:001:Play with Kyoshiro PL1
samsho2:0:100D0B:07:001:Play with Gen-An PL1
samsho2:0:100D0B:08:001:Play with Earthquake PL1
samsho2:0:100D0B:09:001:Play with Jubei PL1
samsho2:0:100D0B:0B:001:Play with Charlotte PL1
samsho2:0:100D0B:0C:001:Play with Genjuro PL1
samsho2:0:100D0B:0D:001:Play with Cham Cham PL1
samsho2:0:100D0B:0E:001:Play with Sieger PL1
samsho2:0:100D0B:0F:001:Play with Nicotine PL1
samsho2:0:100D0B:10:001:Play with Mizuki PL1
samsho2:0:100D0B:11:001:Play with Kuroko PL1
samsho2:0:100D1B:00:001:Play with Haohmaru PL2
samsho2:0:100D1B:01:001:Play with Nakoruru PL2
samsho2:0:100D1B:02:001:Play with Hanzo PL2
samsho2:0:100D1B:03:001:Play with Galford PL2
samsho2:0:100D1B:04:001:Play with Wan-Fu PL2
samsho2:0:100D1B:05:001:Play with Ukyo PL2
samsho2:0:100D1B:06:001:Play with Kyoshiro PL2
samsho2:0:100D1B:07:001:Play with Gen-An PL2
samsho2:0:100D1B:08:001:Play with Earthquake PL2
samsho2:0:100D1B:09:001:Play with Jubei PL2
samsho2:0:100D1B:0B:001:Play with Charlotte PL2
samsho2:0:100D1B:0C:001:Play with Genjuro PL2
samsho2:0:100D1B:0D:001:Play with Cham Cham PL2
samsho2:0:100D1B:0E:001:Play with Sieger PL2
samsho2:0:100D1B:0F:001:Play with Nicotine PL2
samsho2:0:100D1B:10:001:Play with Mizuki PL2
samsho2:0:100D1B:11:001:Play with Kuroko PL2
; [ Samurai Shodown III / Samurai Spirits - Zankurou Musouken ]
samsho3:0:10849E:99:000:Infinite Time
samsho3:0:108573:80:000:Infinite Energy PL1
samsho3:0:10857C:40:000:Infinite Power PL1
samsho3:0:108673:80:000:Infinite Energy PL2
samsho3:0:10867C:40:000:Infinite Power PL2
samsho3:0:000000:00:999:[ Free player selection ]
samsho3:0:000000:00:999:[ Use BETWEEN rounds, or ]
samsho3:0:000000:00:999:[ just after selection. ]
samsho3:0:000000:00:999:[ Some glitches, however. ]
samsho3:0:108470:00:001:Play with Haohmaru PL1
samsho3:0:108470:01:001:Play with Nakoruru PL1
samsho3:0:108470:02:001:Play with Rimururu PL1
samsho3:0:108470:03:001:Play with Hanzo PL1
samsho3:0:108470:04:001:Play with Galford PL1
samsho3:0:108470:05:001:Play with Kyoshiro PL1
samsho3:0:108470:06:001:Play with Ukyo PL1
samsho3:0:108470:07:001:Play with Genjuro PL1
samsho3:0:108470:08:001:Play with Basara PL1
samsho3:0:108470:09:001:Play with Shizumaru PL1
samsho3:0:108470:0A:001:Play with Gaira PL1
samsho3:0:108470:0B:001:Play with Amakusa PL1
samsho3:0:108470:0C:001:Play with "Copy man" PL1
samsho3:0:108470:0D:001:Play with Zankuro PL1:Problems when win
samsho3:0:108471:00:001:Play with Haohmaru PL2
samsho3:0:108471:01:001:Play with Nakoruru PL2
samsho3:0:108471:02:001:Play with Rimururu PL2
samsho3:0:108471:03:001:Play with Hanzo PL2
samsho3:0:108471:04:001:Play with Galford PL2
samsho3:0:108471:05:001:Play with Kyoshiro PL2
samsho3:0:108471:06:001:Play with Ukyo PL2
samsho3:0:108471:07:001:Play with Genjuro PL2
samsho3:0:108471:08:001:Play with Basara PL2
samsho3:0:108471:09:001:Play with Shizumaru PL2
samsho3:0:108471:0A:001:Play with Gaira PL2
samsho3:0:108471:0B:001:Play with Amakusa PL2
samsho3:0:108471:0C:001:Play with "Copy man" PL2
samsho3:0:108471:0D:001:Play with Zankuro PL2:Problems when win
; [ Samurai Shodown IV - Amakusa's Revenge / Samurai Spirits - Amakusa Kourin ]
samsho4:0:108368:61:000:Infinite Time
samsho4:0:108443:FC:000:Infinite Energy PL1
samsho4:0:10844C:40:000:Infinite Power PL1
samsho4:0:108643:FC:000:Infinite Energy PL2
samsho4:0:10864C:40:000:Infinite Power PL2
samsho4:0:000000:00:999:[ Free player selection ]
samsho4:0:000000:00:999:[ Use at selection screen ]
samsho4:0:1006C2:0D:000:Play as Zankuro PL1:Only against Haohmaru in Solo
samsho4:0:1007C2:0D:000:Play as Zankuro PL2
; [ Samurai (Sega) ]
samurai:0:E77D:03:000:Infinite Lives
; [ Sand Scorpion ]
sandscrp:0:700001:09:000:Infinite Credits
sandscrp:0:706027:06:000:Infinite Lives PL1
sandscrp:0:706026:05:000:Infinite Bombs PL1
sandscrp:0:706008:04:020:Invincibility "ON" PL1:If you get so you can't pick up anything - toggle this cheat OFF then back ON
sandscrp:0:706008:04:041:Invincibility "OFF" PL1
sandscrp:0:70603F:07:000:Maximum Weapon Power PL1
sandscrp:0:70D027:06:000:Infinite Lives PL2
sandscrp:0:70D026:05:000:Infinite Bombs PL2
sandscrp:0:70D008:04:020:Invincibility "ON" PL2:If you get so you can't pick up anything - toggle this cheat OFF then back ON
sandscrp:0:70D008:04:041:Invincibility "OFF" PL2
sandscrp:0:70D03F:07:000:Maximum Weapon Power PL2
; [ Sarge ]
sarge:0:E0F3:06:000:Invincible Tank PL1
sarge:0:E0F4:06:000:Invincible Copter PL1
sarge:0:E173:06:000:Invincible Tank PL1
sarge:0:E174:06:000:Invincible Copter PL1
; [ Sasuke vs. Commander ]
sasuke:0:0018:0A:000:Infinite Lives
; [ Satan of Saturn ]
satansat:0:0018:05:000:Infinite Lives
satansat:0:00A2:C0:000:Invincibility
; [ Saturn ]
saturn:0:80EB:09:000:Infinite Lives PL1
saturn:0:80EC:09:000:Infinite Lives PL2
; [ Sauro ]
sauro:0:E207:5A:000:Invincibility
sauro:0:E6A7:03:000:Infinite Lives
sauro:0:E275:24:000:Infinite Fuel
; [ Savage Reign / Fu'un Mokushiroku - kakutou sousei ]
savagere:0:1084A8:59:000:Infinite Time
savagere:0:000000:00:999:[ Free player selection ]
savagere:0:000000:00:999:[ Use at selection screen ]
savagere:0:000000:00:999:[ Sorry, solo mode ONLY. ]
savagere:0:1043C3:0A:001:Play with King Leo
savagere:0:1043C3:0B:001:Play with Angry Chung
; [ Savage Bees ]
savgbees:0:E040:03:000:Infinite Bombs
savgbees:0:F007:06:000:Infinite Lives PL1
savgbees:0:F011:C9:000:Invincibility PL1
savgbees:0:F015:06:000:Always 1-way fire PL1
savgbees:0:F015:07:000:Always 2-way fire PL1
savgbees:0:F015:08:000:Always 3-way fire PL1
savgbees:0:F015:0F:000:Always Super Weapon PL1
savgbees:0:F015:06:001:Get 1-way fire PL1 Now!
savgbees:0:F015:07:001:Get 2-way fire PL1 Now!
savgbees:0:F015:08:001:Get 3-way fire PL1 Now!
savgbees:0:F015:0F:001:Get Super Weapon PL1 Now!
savgbees:0:F087:06:000:Infinite Lives PL2
savgbees:0:F091:C9:000:Invincibility PL2
savgbees:0:F095:06:000:Always 1-way fire PL2
savgbees:0:F095:07:000:Always 2-way fire PL2
savgbees:0:F095:08:000:Always 3-way fire PL2
savgbees:0:F095:0F:000:Always Super Weapon PL2
savgbees:0:F095:06:001:Get 1-way fire PL2 Now!
savgbees:0:F095:07:001:Get 2-way fire PL2 Now!
savgbees:0:F095:08:001:Get 3-way fire PL2 Now!
savgbees:0:F095:0F:001:Get Super Weapon PL2 Now!
; [ Super Bagman ]
sbagman:0:6056:07:000:Infinite Lives
sbagman:0:61E8:99:000:Infinite Time
sbagman:0:6025:00:000:Invincibility:You still die if you fall
sbagman:0:6029:01:500:Invincibility (2/2)
sbagman:0:61E8:00:001:Game Over Now!
sbagman:0:61CF:01:000:Always carry a pick:Turn off when not needed!
sbagman:0:61CF:01:001:Get the pick Now!
; [ Super Bagman (Stern) ]
sbagmans:0:6056:07:000:Infinite Lives
sbagmans:0:61E8:99:000:Infinite Time
sbagmans:0:6025:00:000:Invincibility:You still die if you fall
sbagmans:0:6029:01:500:Invincibility (2/2)
sbagmans:0:61E8:00:001:Game Over Now!
sbagmans:0:61CF:01:000:Always carry a pick:Turn off when not needed!
sbagmans:0:61CF:01:001:Get the pick Now!
; [ Super Champion Baseball ]
sbasebal:0:0402DB:99:000:Infinite Time
; [ Super Basketball ]
sbasketb:0:2280:59:000:59 seconds PL1
; Do not let activated at the end of a level
sbasketb:0:2281:09:000:9 minutes PL1
; Do not let activated at the end of a level
sbasketb:0:2282:59:000:59 seconds PL2
; Do not let activated at the end of a level
sbasketb:0:2283:09:000:9 minutes PL2
sbasketb:0:2090:09:001:Finish this Level Now! PL1
sbasketb:0:2092:09:001:Finish this Level Now! PL2
sbasketb:0:2201:01:000:Start at High School
sbasketb:0:2228:82:000:Opponent Score 82
sbasketb:0:2201:02:000:Start at College
sbasketb:0:2228:86:000:Opponent Score 86
sbasketb:0:2201:03:000:Start at University
sbasketb:0:2228:90:000:Opponent Score 90
sbasketb:0:2201:04:000:Start at Japan
sbasketb:0:2228:94:000:Opponent Score 94
sbasketb:0:2201:05:000:Start at USA
sbasketb:0:2228:98:000:Opponent Score 98
sbasketb:0:2201:06:000:Start at USR
sbasketb:0:2227:01:000:Opponent Score 102
sbasketb:0:2228:02:500:Opponent Score 102 (2/2)
sbasketb:0:2201:07:000:Start at Pro
sbasketb:0:2227:01:000:Opponent Score 106
sbasketb:0:2228:06:500:Opponent Score 106 (2/2)
sbasketb:0:2201:08:000:Start at Pro Champion
sbasketb:0:2227:01:000:Opponent Score 110
sbasketb:0:2228:10:500:Opponent Score 110 (2/2)
sbasketb:0:2201:09:000:Start at World Champion
sbasketb:0:2227:01:000:Opponent Score 114
sbasketb:0:2228:14:500:Opponent Score 114 (2/2)
; [ Super Basketball (not encrypted) ]
sbasketu:0:2280:59:000:59 seconds PL1
; Do not let activated at the end of a level
sbasketu:0:2281:09:000:9 minutes PL1
; Do not let activated at the end of a level
sbasketu:0:2282:59:000:59 seconds PL2
; Do not let activated at the end of a level
sbasketu:0:2283:09:000:9 minutes PL2
sbasketu:0:2090:09:001:Finish this Level Now! PL1
sbasketu:0:2092:09:001:Finish this Level Now! PL2
sbasketu:0:2201:01:000:Start at High School
sbasketu:0:2228:82:000:Opponent Score 82
sbasketu:0:2201:02:000:Start at College
sbasketu:0:2228:86:000:Opponent Score 86
sbasketu:0:2201:03:000:Start at University
sbasketu:0:2228:90:000:Opponent Score 90
sbasketu:0:2201:04:000:Start at Japan
sbasketu:0:2228:94:000:Opponent Score 94
sbasketu:0:2201:05:000:Start at USA
sbasketu:0:2228:98:000:Opponent Score 98
sbasketu:0:2201:06:000:Start at USR
sbasketu:0:2227:01:000:Opponent Score 102
sbasketu:0:2228:02:500:Opponent Score 102 (2/2)
sbasketu:0:2201:07:000:Start at Pro
sbasketu:0:2227:01:000:Opponent Score 106
sbasketu:0:2228:06:500:Opponent Score 106 (2/2)
sbasketu:0:2201:08:000:Start at Pro Champion
sbasketu:0:2227:01:000:Opponent Score 110
sbasketu:0:2228:10:500:Opponent Score 110 (2/2)
sbasketu:0:2201:09:000:Start at World Champion
sbasketu:0:2227:01:000:Opponent Score 114
sbasketu:0:2228:14:500:Opponent Score 114 (2/2)
; [ Super Buster Bros (US) ]
sbbros:0:E1C1:99:000:Infinite Time:Available in tour mode only
sbbros:0:E0D3:62:001:Last Panic level next
sbbros:0:E099:26:001:Last Tour level next
sbbros:0:E0D3:63:001:Last Panic level on life loss
sbbros:0:E099:27:001:Last Tour level on life loss
sbbros:0:E260:03:000:Infinite Lives PL1
sbbros:0:E254:02:000:Invincibility PL1
sbbros:0:E257:00:000:Always have Normal weapon PL1
sbbros:0:E257:02:000:Always have Double weapon PL1
sbbros:0:E257:04:000:Always have Blocker weaponPL1
sbbros:0:E257:06:000:Always have M. gun weapon PL1
sbbros:0:E257:00:001:Get Normal weapon Now! PL1
sbbros:0:E257:02:001:Get Double weapon Now! PL1
sbbros:0:E257:04:001:Get Blocker weapon Now! PL1
sbbros:0:E257:06:001:Get M. gun weapon Now! PL1
sbbros:0:E2E0:03:000:Infinite Lives PL2
sbbros:0:E2D4:02:000:Invincibility PL2
sbbros:0:E2D7:00:000:Always have Normal weapon PL2
sbbros:0:E2D7:02:000:Always have Double weapon PL2
sbbros:0:E2D7:04:000:Always have Blocker weaponPL2
sbbros:0:E2D7:06:000:Always have M. gun weapon PL2
sbbros:0:E2D7:00:001:Get Normal weapon Now! PL2
sbbros:0:E2D7:02:001:Get Double weapon Now! PL2
sbbros:0:E2D7:04:001:Get Blocker weapon Now! PL2
sbbros:0:E2D7:06:001:Get M. gun weapon Now! PL2
; [ Sonic Blast Man (Japan) ]
sbm:0:104F2F:09:000:Infinite Credits
sbm:0:105031:0B:000:Infinite Time
sbm:0:105037:E7:000:Hit Power always = 999
sbm:0:105036:03:500:Hit Power always = 999 (2/2)
; [ Super Bobble Bobble ]
sboblbob:0:0000:00:999:[This game has got a LOT of ]
sboblbob:0:0000:00:999:[cheats. Don't go too mad as]
sboblbob:0:0000:00:999:[it may spoil the game!!! ]
sboblbob:0:E366:63:000:Infinite Credits
sboblbob:0:E645:06:000:Infinite Lives PL1
sboblbob:0:E6B6:77:000:Invincibility PL1
sboblbob:0:E6C1:0C:000:Speed Always Normal PL1
sboblbob:0:E6C1:14:000:Speed Always Power-up PL1
sboblbob:0:E6C1:28:000:Speed Always Ultimate PL1
sboblbob:0:E6C1:0C:001:Speed to Normal Now! PL1
sboblbob:0:E6C1:14:001:Speed to Power-up Now! PL1
sboblbob:0:E6C1:28:001:Speed to Ultimate Now! PL1
sboblbob:0:E6BF:14:001:Fire Speed to Normal Now! PL1
sboblbob:0:E6BF:05:001:Fire Speed to Power-up NowPL1
sboblbob:0:E6BF:01:000:Fire Speed Always UltimatePL1
sboblbob:0:E6C2:80:000:Normal Range Bubbles PL1
sboblbob:0:E6C2:80:000:Long Range Bubbles PL1
sboblbob:0:E6C2:FF:000:Extra Long Range Bubbles PL1
sboblbob:0:E6C0:03:001:Head Power to Normal Now! PL1
sboblbob:0:E6C0:06:001:Head Power to Power-up NowPL1
sboblbob:0:E6C0:09:000:Head Power Always UltimatePL1
sboblbob:0:F60F:00:001:Fire bubbles Bubbles Now! PL1
sboblbob:0:F60F:01:001:Fire lightnings Now! PL1
sboblbob:0:E742:3F:001:Get EXTEND PL1
sboblbob:0:E742:01:021:Get letter - E (red) PL1
sboblbob:0:E742:02:021:Get letter - X (pink) PL1
sboblbob:0:E742:04:021:Get letter - T (yellow) PL1
sboblbob:0:E742:08:021:Get letter - E (green) PL1
sboblbob:0:E742:10:021:Get letter - N (blue) PL1
sboblbob:0:E742:20:021:Get letter - D (purple) PL1
sboblbob:0:E64A:06:000:Infinite Lives PL2
sboblbob:0:E6E8:77:000:Invincibility PL2
sboblbob:0:E6F3:0C:000:Speed Always Normal PL2
sboblbob:0:E6F3:14:000:Speed Always Power-up PL2
sboblbob:0:E6F3:28:000:Speed Always Ultimate PL2
sboblbob:0:E6F3:0C:001:Speed to Normal Now! PL2
sboblbob:0:E6F3:14:001:Speed to Power-up Now! PL2
sboblbob:0:E6F3:28:001:Speed to Ultimate Now! PL2
sboblbob:0:E6F1:14:001:Fire Speed to Normal Now! PL2
sboblbob:0:E6F1:05:001:Fire Speed to Power-up NowPL2
sboblbob:0:E6F1:01:000:Fire Speed Always UltimatePL2
sboblbob:0:E6F4:40:000:Normal Range Bubbles PL2
sboblbob:0:E6F4:80:000:Long Range Bubbles PL2
sboblbob:0:E6F4:FF:000:Extra Long Range Bubbles PL2
sboblbob:0:E6F2:03:001:Head Power to Normal Now! PL2
sboblbob:0:E6F2:06:001:Head Power to Power-up NowPL2
sboblbob:0:E6F2:09:000:Head Power Always UltimatePL2
sboblbob:0:F610:00:001:Fire bubbles Bubbles Now! PL2
sboblbob:0:F610:01:001:Fire lightnings Now! PL2
sboblbob:0:E743:3F:001:Get EXTEND PL2
sboblbob:0:E743:01:021:Get letter - E (red) PL2
sboblbob:0:E743:02:021:Get letter - X (pink) PL2
sboblbob:0:E743:04:021:Get letter - T (yellow) PL2
sboblbob:0:E743:08:021:Get letter - E (green) PL2
sboblbob:0:E743:10:021:Get letter - N (blue) PL2
sboblbob:0:E743:20:021:Get letter - D (purple) PL2
sboblbob:0:0000:00:999:[This game has Super Mode by]
sboblbob:0:0000:00:999:[default so to be able to ]
sboblbob:0:0000:00:999:[change it you must turn OFF]
sboblbob:0:0000:00:999:[the Hard Coded Super Mode! ]
sboblbob:0:1B32:DB:100:Turn Hard Coded "Super" Mode OFF:This ROM has been hacked to have Super Mode on all the time - but you can change it so that it is possible to toggle it ON and OFF with this ROM cheat.
sboblbob:0:1B33:E5:600:Turn Hard Coded "Super" Mode OFF (2/8)
sboblbob:0:1B34:A7:600:Turn Hard Coded "Super" Mode OFF (3/8)
sboblbob:0:1B35:18:600:Turn Hard Coded "Super" Mode OFF (4/8)
sboblbob:0:2932:DB:600:Turn Hard Coded "Super" Mode OFF (5/8)
sboblbob:0:2933:E5:600:Turn Hard Coded "Super" Mode OFF (6/8)
sboblbob:0:2934:A7:600:Turn Hard Coded "Super" Mode OFF (7/8)
sboblbob:0:2935:C9:600:Turn Hard Coded "Super" Mode OFF (8/8)
sboblbob:0:E5DB:01:000:Enable "Super" Mode:Baddies from first 50 levels switch with last and levels change colour, Title will display "Super" if enabled before title displayed. Same as "1P,Jump,Bubble,Left,Right,Jump,1P,Right" on Title Screen
sboblbob:0:E5DB:00:000:Disable "Super" Mode
sboblbob:0:E5D1:01:000:Enable "Original" Mode:Doors still appear even if you die. Same as "Bubble,Jump,Bubble,Jump,Bubble,Jump,Right,1P" on Title Screen
sboblbob:0:E5D1:00:000:Disable "Original" Mode
sboblbob:0:E5D2:01:000:Enable "Power-Up" Mode:Fast feet, fast bubbles etc. Same as "Left,Jump,Left,1P,Left,Bubble,Left,1P" on Title Screen
sboblbob:0:E5D2:00:000:Disable "Power-Up" Mode
sboblbob:0:E613:01:000:Always get Bonus doors
sboblbob:0:F676:01:000:Constant Extend Letters
sboblbob:0:E603:01:000:Always Warn (Bell Item)
sboblbob:0:E5FA:03:000:Apple or Orange? You decide!
sboblbob:0:E608:01:000:Coke Can Item
sboblbob:0:6E30:01:000:Fireball Bubble - Always!
sboblbob:0:6E30:03:000:Fireball Bubble - 1 in 2
sboblbob:0:6E30:05:000:Fireball Bubble - 1 in 3
sboblbob:0:6E30:07:000:Fireball Bubble - 1 in 4
sboblbob:0:6E30:15:000:Fireball Bubble - 1 in 16
sboblbob:0:6E30:1D:000:Fireball Bubble - 1 in 256
sboblbob:0:6E30:25:000:Fireball Bubble - 1 in 4096
sboblbob:0:5C2B:C9:000:Disable Bubbles?
sboblbob:0:E6BB:05:001:Fireballs for 5 levels
sboblbob:0:E6BE:40:000:Fireballs
sboblbob:0:E5EE:07:000:Fireball Cross
sboblbob:0:0000:00:999:[Use these cheats only at ]
sboblbob:0:0000:00:999:[the begining of a level, ]
sboblbob:0:0000:00:999:[before the item appears!! ]
sboblbob:0:0000:00:999:[When you are given a ]
sboblbob:0:0000:00:999:[distribution, each bubble ]
sboblbob:0:0000:00:999:[turns into an object. ]
sboblbob:0:F45E:00:001:1st Item = pink sweet:Gives you power-up fire range
sboblbob:0:F45E:01:001:1st Item = blue sweet:Gives you power-up head power
sboblbob:0:F45E:02:001:1st Item = yellow sweet:Gives you power-up fire speed
sboblbob:0:F45E:03:001:1st Item = shoe:Gives you power-up speed
sboblbob:0:F45E:04:001:1st Item = clock:Slows down the monsters
sboblbob:0:F45E:05:001:1st Item = bomb:Turns monsters into diamonds
sboblbob:0:F45E:06:001:1st Item = brown umbrella:Warps you 3 levels farther
sboblbob:0:F45E:07:001:1st Item = red umbrella:Warps you 5 levels farther
sboblbob:0:F45E:08:001:1st Item = pink umbrella:Warps you 7 levels farther
sboblbob:0:F45E:09:001:1st Item = orange potion:Gives a potion of sunflowers
sboblbob:0:F45E:0A:001:1st Item = red potion:Gives a potion of flowers
sboblbob:0:F45E:0B:001:1st Item = green potion:Gives a potion of clovers
sboblbob:0:F45E:0C:001:1st Item = yellow potion:Gives a potion of rainbows
sboblbob:0:F45E:0D:001:1st Item = purple potion:Gives a potion of music notes
sboblbob:0:F45E:0E:001:1st Item = heart:Invincibility&freeze monsters
sboblbob:0:F45E:0F:001:1st Item = blue ring:Gives points when you walk
sboblbob:0:F45E:10:001:1st Item = pink ring:Gives points when you jump
sboblbob:0:F45E:11:001:1st Item = red ring:Gives points when you bubble
sboblbob:0:F45E:12:001:1st Item = blue cross:Fills screen with water
sboblbob:0:F45E:13:001:1st Item = yellow cross:Make lightning strike
sboblbob:0:F45E:14:001:1st Item = orange cross:Fire flames NOT bubbles
sboblbob:0:F45E:15:001:1st Item = blue tea-pot:Pts when you walk.jump&bubble
sboblbob:0:F45E:18:001:1st Item = yellow tea-pot:pwrup fire range+speed& h pwr
sboblbob:0:F45E:16:001:1st Item = red tea-pot:Above two teapots combined
sboblbob:0:F45E:17:001:1st Item = purple tea-pot:Turns monsters into diamonds
sboblbob:0:F45E:19:001:1st Item = book:Turns monsters into diamonds
sboblbob:0:F45E:1A:001:1st Item = grey "ring?":Makes stars fall
sboblbob:0:F45E:1B:001:1st Item = orange necklace:Gives you the EXTEND letters
sboblbob:0:F45E:1C:001:1st Item = grey necklace:Produces a big fireball
sboblbob:0:F45E:1D:001:1st Item = fork:Makes fruits fall
sboblbob:0:F45E:1E:001:1st Item = pink chest:Pink diamonds on level end
sboblbob:0:F45E:1F:001:1st Item = yellow chest:Yellow diamonds on level end
sboblbob:0:F45E:20:001:1st Item = red chest:Red diamonds on level end
sboblbob:0:F45E:21:001:1st Item = blue chest:Blue diamonds on level end
sboblbob:0:F45E:22:001:1st Item = grey chest:Grey diamonds on level end
sboblbob:0:F45E:23:001:1st Item = white candy-stick:Cakes on level end
sboblbob:0:F45E:24:001:1st Item = yellow candy-stick:Chocolate cakes on level end
sboblbob:0:F45E:25:001:1st Item = red candy-stick:Watermelons on level end
sboblbob:0:F45E:26:001:1st Item = orange candy-stick:Oranges on level end
sboblbob:0:F45E:27:001:1st Item = brown candy-stick:Ice Creams on level end
sboblbob:0:F45E:28:001:1st Item = blue candy-stick:Ice Creams on level end
sboblbob:0:F45E:29:001:1st Item = bell:Destructive Item warning
sboblbob:0:F45E:2A:001:1st Item = octopussy:Wood Crosses on level end
sboblbob:0:F45E:2B:001:1st Item = pink floyd:Aliens on level end
sboblbob:0:F45E:2C:001:1st Item = glass of beer:???? on level end
sboblbob:0:F45E:2D:001:1st Item = knife:Makes fruits fall
sboblbob:0:F45E:2E:001:1st Item = crystal ball:Gives level beginning items
sboblbob:0:F45E:30:001:1st Item = skeleton:"Hurry up !" the monsters
sboblbob:0:F45E:31:001:1st Item = bonus door lev. 20:Warps you to room of diamonds
sboblbob:0:F45E:32:001:1st Item = bonus door lev. 30:Warps you to room of diamonds
sboblbob:0:F45E:33:001:1st Item = bonus door lev. 40:Warps you to room of diamonds
sboblbob:0:F45E:34:001:1st Item = bonus door lev. 50:Warps you to Level 70
sboblbob:0:F44C:2A:000:Fruit 2A
sboblbob:0:F44C:2B:000:Fruit 2B
sboblbob:0:F44C:2C:000:Fruit 2C
sboblbob:0:F44C:2D:000:Fruit 2D
sboblbob:0:F44C:2E:000:Fruit 2E
sboblbob:0:F44C:2F:000:Fruit 2F
sboblbob:0:F44C:30:000:Fruit 30
sboblbob:0:F44C:31:000:Fruit 31
sboblbob:0:F44C:32:000:Fruit 32
sboblbob:0:F44C:33:000:Fruit 33
sboblbob:0:F44C:34:000:Fruit 34
sboblbob:0:F44C:35:000:Fruit 35
sboblbob:0:F44C:36:000:Fruit 36
sboblbob:0:F44C:37:000:Fruit 37
sboblbob:0:F44C:38:000:Fruit 38
sboblbob:0:F44C:39:000:Fruit 39
sboblbob:0:F44C:3A:000:Fruit 3A
sboblbob:0:F44C:3B:000:Fruit 3B
sboblbob:0:F44D:01:000:Quick Fruit at start
sboblbob:0:E60A:01:000:Lipstick
sboblbob:0:E345:05:000:Stop the Baron
sboblbob:0:0000:00:999:[These five cheats will make]
sboblbob:0:0000:00:999:[a potion appear on the next]
sboblbob:0:0000:00:999:[screen. It will be of the ]
sboblbob:0:0000:00:999:[type requested unless you ]
sboblbob:0:0000:00:999:[have earned a higher potion]
sboblbob:0:0000:00:999:[or you have fallen off the ]
sboblbob:0:0000:00:999:[bottom of the screen since ]
sboblbob:0:0000:00:999:[setting the cheat. Falling ]
sboblbob:0:0000:00:999:[off the bottom will upgrade]
sboblbob:0:0000:00:999:[the potion to the next one!]
sboblbob:0:E5E7:0F:001:Sunflower Potion(next screen)
sboblbob:0:E5E7:10:001:Flower Potion (next screen)
sboblbob:0:E5E7:11:001:Clover Potion (next screen)
sboblbob:0:E5E7:12:001:Rainbow Potion (next screen)
sboblbob:0:E5E7:13:001:Musical Potion (next screen)
sboblbob:0:0000:00:999:[These two cheats are useful]
sboblbob:0:0000:00:999:[when you get stuck on one ]
sboblbob:0:0000:00:999:[screen. Use only one at a ]
sboblbob:0:0000:00:999:[time. ]
sboblbob:0:F590:01:001:Drown 'em All! Now! OR--->
sboblbob:0:E720:01:001:Throw The Book At Them Now!
sboblbob:0:0000:00:999:[These Select starting round]
sboblbob:0:0000:00:999:[cheats are *NOT* linked so ]
sboblbob:0:0000:00:999:[they must BOTH be selected ]
sboblbob:0:0000:00:999:[individually one after the ]
sboblbob:0:0000:00:999:[other! Use before starting ]
sboblbob:0:0000:00:999:[other! ]
sboblbob:0:0000:00:999:[ ]
sboblbob:0:0000:00:999:[You should enable these ]
sboblbob:0:0000:00:999:[cheats on the press 1 or 2 ]
sboblbob:0:0000:00:999:[player button screen. ]
sboblbob:0:E64B:FF:021:Select starting round (1|2)
sboblbob:0:E64B:63:061:Select starting round (2|2)
sboblbob:0:0000:00:999:[ ]
sboblbob:0:E64B:63:061:Select next round
; [ Super Breakout ]
sbrkout:0:0004:01:000:Infinite Lives
; [ Scandal Mahjong (Japan) ]
scandal:0:F962:FF:000:Buggy score
scandal:0:0000:00:999:[The winning hand cheat must]
scandal:0:0000:00:999:[be activated when there are]
scandal:0:0000:00:999:[14 tiles in your hand, then]
scandal:0:0000:00:999:[press the RON key . ]
scandal:0:0000:00:999:[('Z' by default). The tiles]
scandal:0:0000:00:999:[do not visually change ]
scandal:0:0000:00:999:[until you make a move. ]
scandal:0:FC8C:31:001:Get winning hand Now!
scandal:0:FC8D:31:501:Get winning hand Now! (02/14)
scandal:0:FC8E:31:501:Get winning hand Now! (03/14)
scandal:0:FC8F:32:501:Get winning hand Now! (04/14)
scandal:0:FC90:32:501:Get winning hand Now! (05/14)
scandal:0:FC91:32:501:Get winning hand Now! (06/14)
scandal:0:FC92:33:501:Get winning hand Now! (07/14)
scandal:0:FC93:33:501:Get winning hand Now! (08/14)
scandal:0:FC94:33:501:Get winning hand Now! (09/14)
scandal:0:FC95:34:501:Get winning hand Now! (10/14)
scandal:0:FC96:34:501:Get winning hand Now! (11/14)
scandal:0:FC97:34:501:Get winning hand Now! (12/14)
scandal:0:FC98:35:501:Get winning hand Now! (13/14)
scandal:0:FC99:35:501:Get winning hand Now! (14/14)
scandal:0:FC8C:31:000:Always winning hand
scandal:0:FC8D:31:500:Always winning hand (02/14)
scandal:0:FC8E:31:500:Always winning hand (03/14)
scandal:0:FC8F:32:500:Always winning hand (04/14)
scandal:0:FC90:32:500:Always winning hand (05/14)
scandal:0:FC91:32:500:Always winning hand (06/14)
scandal:0:FC92:33:500:Always winning hand (07/14)
scandal:0:FC93:33:500:Always winning hand (08/14)
scandal:0:FC94:33:500:Always winning hand (09/14)
scandal:0:FC95:34:500:Always winning hand (10/14)
scandal:0:FC96:34:500:Always winning hand (11/14)
scandal:0:FC97:34:500:Always winning hand (12/14)
scandal:0:FC98:35:500:Always winning hand (13/14)
scandal:0:FC99:35:500:Always winning hand (14/14)
; [ Scandal Mahjong [BET] (Japan) ]
scandalm:0:0000:00:999:[The winning hand cheat must]
scandalm:0:0000:00:999:[be activated when there are]
scandalm:0:0000:00:999:[14 tiles in your hand, then]
scandalm:0:0000:00:999:[press the RON key . ]
scandalm:0:0000:00:999:[('Z' by default). The tiles]
scandalm:0:0000:00:999:[do not visually change ]
scandalm:0:0000:00:999:[until you make a move. ]
scandalm:0:FC8C:31:001:Get winning hand Now!
scandalm:0:FC8D:31:501:Get winning hand Now! (02/14)
scandalm:0:FC8E:31:501:Get winning hand Now! (03/14)
scandalm:0:FC8F:32:501:Get winning hand Now! (04/14)
scandalm:0:FC90:32:501:Get winning hand Now! (05/14)
scandalm:0:FC91:32:501:Get winning hand Now! (06/14)
scandalm:0:FC92:33:501:Get winning hand Now! (07/14)
scandalm:0:FC93:33:501:Get winning hand Now! (08/14)
scandalm:0:FC94:33:501:Get winning hand Now! (09/14)
scandalm:0:FC95:34:501:Get winning hand Now! (10/14)
scandalm:0:FC96:34:501:Get winning hand Now! (11/14)
scandalm:0:FC97:34:501:Get winning hand Now! (12/14)
scandalm:0:FC98:35:501:Get winning hand Now! (13/14)
scandalm:0:FC99:35:501:Get winning hand Now! (14/14)
scandalm:0:FC8C:31:000:Always winning hand
scandalm:0:FC8D:31:500:Always winning hand (02/14)
scandalm:0:FC8E:31:500:Always winning hand (03/14)
scandalm:0:FC8F:32:500:Always winning hand (04/14)
scandalm:0:FC90:32:500:Always winning hand (05/14)
scandalm:0:FC91:32:500:Always winning hand (06/14)
scandalm:0:FC92:33:500:Always winning hand (07/14)
scandalm:0:FC93:33:500:Always winning hand (08/14)
scandalm:0:FC94:33:500:Always winning hand (09/14)
scandalm:0:FC95:34:500:Always winning hand (10/14)
scandalm:0:FC96:34:500:Always winning hand (11/14)
scandalm:0:FC97:34:500:Always winning hand (12/14)
scandalm:0:FC98:35:500:Always winning hand (13/14)
scandalm:0:FC99:35:500:Always winning hand (14/14)
; [ Super Cup Finals (World) ]
scfinals:0:40E77B:09:000:Infinite Credits
scfinals:0:411F23:3C:000:Infinite Time
scfinals:0:411F22:09:500:Infinite Time (2/2)
scfinals:0:411F23:00:001:Finish this Game Now!
scfinals:0:411F22:00:501:Finish this Game Now! (2/2)
scfinals:0:410E85:00:000:Score always 0 PL1
scfinals:0:410E85:63:000:Score always 99 PL1
scfinals:0:410E85:00:001:Set score = 0 Now! PL1
scfinals:0:410E85:32:001:Set score = 50 Now! PL1
scfinals:0:410E85:63:070:Select score Now! PL1
scfinals:0:410E8D:00:000:Score always = 0 PL2
scfinals:0:410E8D:63:000:Score always = 99 PL2
scfinals:0:410E8D:00:001:Set score = 0 Now! PL2
scfinals:0:410E8D:32:001:Set score = 50 Now! PL2
scfinals:0:410E8D:63:070:Select score Now! PL2
scfinals:0:000000:00:999:[After you enable these region cheats to see any ]
scfinals:0:000000:00:999:[effect you will have to reset the game (F3). ]
scfinals:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
scfinals:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
scfinals:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
scfinals:0:07FFFF:01:001:Region Switch = Japan
scfinals:0:07FFFF:02:001:Region Switch = US
scfinals:0:07FFFF:03:001:Region Switch = World
; [ Space Chaser ]
schaser:0:233D:09:000:Infinite Credits
schaser:0:2014:E0:000:Infinite Fuel
schaser:0:2012:99:000:Infinite Bonus
schaser:0:232F:03:000:Infinite Lives PL1
schaser:0:2330:03:000:Infinite Lives PL2
; [ Space Chaser (CV version) ]
schasrcv:0:233D:09:000:Infinite Credits
schasrcv:0:2014:E0:000:Infinite Fuel
schasrcv:0:2012:99:000:Infinite Bonus
schasrcv:0:232F:03:000:Infinite Lives PL1
schasrcv:0:2330:03:000:Infinite Lives PL2
; [ Special Criminal Investigation (World set 1) ]
sci:0:101648:09:000:Infinite Credits
sci:0:101930:99:000:Infinite Time
sci:0:101936:07:000:Infinite Boosts
sci:0:10A058:04:000:Always drive at Maximum Speed
sci:0:10A059:90:500:Always drive at Maximum Speed (2/2)
; [ Special Criminal Investigation (World set 2) ]
scia:0:101648:09:000:Infinite Credits
scia:0:101930:99:000:Infinite Time
scia:0:101936:07:000:Infinite Boosts
scia:0:10A058:04:000:Always drive at Maximum Speed
scia:0:10A059:90:500:Always drive at Maximum Speed (2/2)
; [ Scion ]
scion:0:C04C:03:000:Infinite Lives PL1
scion:0:C04D:03:000:Infinite Lives PL2
; [ Scion (Cinematronics) ]
scionc:0:C04C:03:000:Infinite Lives PL1
scionc:0:C04D:03:000:Infinite Lives PL2
; [ Special Criminal Investigation (US) ]
sciu:0:101648:09:000:Infinite Credits
sciu:0:101930:99:000:Infinite Time
sciu:0:101936:07:000:Infinite Boosts
sciu:0:10A058:04:000:Always drive at Maximum Speed
sciu:0:10A059:90:500:Always drive at Maximum Speed (2/2)
; [ Super Cobra ]
scobra:0:8108:05:000:Infinite Lives
scobra:0:8105:FF:000:Infinite Fuel
scobra:0:29F9:C9:100:Invincibility
scobra:0:2B49:C9:600:Invincibility (2/2)
scobra:0:0000:00:999:[Level 11 = Base ]
scobra:0:811E:0A:071:Select current level
scobra:0:811E:0A:061:Select next level
; [ Super Cobra (bootleg) ]
scobrab:0:8108:05:000:Infinite Lives
scobrab:0:8105:FF:000:Infinite Fuel
scobrab:0:29BA:C9:100:Invincibility
scobrab:0:2B0A:C9:600:Invincibility (2/2)
scobrab:0:0000:00:999:[Level 11 = Base ]
scobrab:0:811E:0A:071:Select current level
scobrab:0:811E:0A:061:Select next level
; [ Super Cobra (Stern) ]
scobras:0:8108:05:000:Infinite Lives
scobras:0:8105:FF:000:Infinite Fuel
scobras:0:29BA:C9:100:Invincibility
scobras:0:2B0A:C9:600:Invincibility (2/2)
scobras:0:0000:00:999:[Level 11 = Base ]
scobras:0:811E:0A:071:Select current level
scobras:0:811E:0A:061:Select next level
; [ Super Contra ]
scontra:0:40AB:01:000:Always Bomb in level 2 & 5
scontra:0:40A0:64:000:Infinite Lives PL1
scontra:0:4A1B:03:000:Invincibility PL1:To be used when you blink
scontra:0:4A30:00:000:Always have normal weapon PL1
scontra:0:4A30:01:000:Always have laser weapon PL1
scontra:0:4A30:02:000:Always have rocket weapon PL1
scontra:0:4A30:03:000:Always have 3-Way weapon PL1
scontra:0:4A30:04:000:Always have grenade weaponPL1
scontra:0:4A30:82:000:Always have Good Weapon PL1
scontra:0:4A30:00:001:Get normal weapon Now! PL1
scontra:0:4A30:01:001:Get laser weapon Now! PL1
scontra:0:4A30:02:001:Get rocket weapon Now! PL1
scontra:0:4A30:03:001:Get 3-Way weapon Now! PL1
scontra:0:4A30:04:001:Get grenade weapon Now! PL1
scontra:0:4A30:82:001:Get Good Weapon Now! PL1
scontra:0:40B0:64:000:Infinite Lives PL2
scontra:0:4B1B:03:000:Invincibility PL2:To be used when you blink
scontra:0:4B30:00:000:Always have normal weapon PL2
scontra:0:4B30:01:000:Always have laser weapon PL2
scontra:0:4B30:02:000:Always have rocket weapon PL2
scontra:0:4B30:03:000:Always have 3-Way weapon PL2
scontra:0:4B30:04:000:Always have grenade weaponPL2
scontra:0:4B30:82:000:Always have Good Weapon PL2
scontra:0:4B30:00:001:Get normal weapon Now! PL2
scontra:0:4B30:01:001:Get laser weapon Now! PL2
scontra:0:4B30:02:001:Get rocket weapon Now! PL2
scontra:0:4B30:03:001:Get 3-Way weapon Now! PL2
scontra:0:4B30:04:001:Get grenade weapon Now! PL2
scontra:0:4B30:82:001:Get Good Weapon Now! PL2
scontra:0:461A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Super Contra (Japan) ]
scontraj:0:40AB:01:000:Always Bomb in level 2 & 5
scontraj:0:40A0:64:000:Infinite Lives PL1
scontraj:0:4A1B:03:000:Invincibility PL1:To be used when you blink
scontraj:0:4A30:00:000:Always have normal weapon PL1
scontraj:0:4A30:01:000:Always have laser weapon PL1
scontraj:0:4A30:02:000:Always have rocket weapon PL1
scontraj:0:4A30:03:000:Always have 3-Way weapon PL1
scontraj:0:4A30:04:000:Always have grenade weaponPL1
scontraj:0:4A30:82:000:Always have Good Weapon PL1
scontraj:0:4A30:00:001:Get normal weapon Now! PL1
scontraj:0:4A30:01:001:Get laser weapon Now! PL1
scontraj:0:4A30:02:001:Get rocket weapon Now! PL1
scontraj:0:4A30:03:001:Get 3-Way weapon Now! PL1
scontraj:0:4A30:04:001:Get grenade weapon Now! PL1
scontraj:0:4A30:82:001:Get Good Weapon Now! PL1
scontraj:0:40B0:64:000:Infinite Lives PL2
scontraj:0:4B1B:03:000:Invincibility PL2:To be used when you blink
scontraj:0:4B30:00:000:Always have normal weapon PL2
scontraj:0:4B30:01:000:Always have laser weapon PL2
scontraj:0:4B30:02:000:Always have rocket weapon PL2
scontraj:0:4B30:03:000:Always have 3-Way weapon PL2
scontraj:0:4B30:04:000:Always have grenade weaponPL2
scontraj:0:4B30:82:000:Always have Good Weapon PL2
scontraj:0:4B30:00:001:Get normal weapon Now! PL2
scontraj:0:4B30:01:001:Get laser weapon Now! PL2
scontraj:0:4B30:02:001:Get rocket weapon Now! PL2
scontraj:0:4B30:03:001:Get 3-Way weapon Now! PL2
scontraj:0:4B30:04:001:Get grenade weapon Now! PL2
scontraj:0:4B30:82:001:Get Good Weapon Now! PL2
scontraj:0:461A:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Scramble (bootleg on Galaxian hardware) ]
scramblb:0:4108:05:000:Infinite Lives
scramblb:0:4105:FF:000:Infinite Fuel
scramblb:0:2047:C9:100:Invincibility
scramblb:0:2113:C9:600:Invincibility (2/2)
scramblb:0:0000:00:999:[Level 6 = Base ]
scramblb:0:411E:05:071:Select current level
scramblb:0:411E:05:061:Select next level
; [ Scramble ]
scramble:0:4108:05:000:Infinite Lives
scramble:0:4105:FF:000:Infinite Fuel
scramble:0:207E:C9:100:Invincibility
scramble:0:214A:C9:600:Invincibility (2/2)
scramble:0:0000:00:999:[Level 6 = Base ]
scramble:0:411E:05:071:Select current level
scramble:0:411E:05:061:Select next level
; [ Scramble (Stern) ]
scrambls:0:4108:05:000:Infinite Lives
scrambls:0:4105:FF:000:Infinite Fuel
scrambls:0:2680:C9:100:Invincibility
scrambls:0:274C:C9:600:Invincibility (2/2)
scrambls:0:0000:00:999:[Level 6 = Base ]
scrambls:0:411E:05:071:Select current level
scrambls:0:411E:05:061:Select next level
; [ Scrambled Egg ]
scregg:0:4B4B:60:100:Invincibility
scregg:0:4334:60:600:Invincibility
scregg:0:0055:07:000:Infinite Lives PL1
scregg:0:005F:07:000:Infinite Lives PL2
; [ Screw Loose (prototype) ]
screwloo:0:00119:63:000:Infinite Credits
screwloo:0:00193:0A:000:Infinite Lives
; [ Section Z (set 2) ]
sctionza:0:CDA0:0B:000:Infinite Lives
sctionza:0:C100:FF:000:Invincibility
sctionza:0:C08F:04:000:Maximum Power
sctionza:0:C10F:03:000:Maximum Speed
; [ SDI - Strategic Defense Initiative ]
sdi:0:FFC60E:03:000:Infinite Lives PL1
sdi:0:FFC70E:03:000:Infinite Lives PL2
sdi:0:FFC63A:00:000:Infinite Damage
; [ SDI - Strategic Defense Initiative (Japan) ]
sdioj:0:FFC60E:03:000:Infinite Lives PL1
sdioj:0:FFC70E:03:000:Infinite Lives PL2
sdioj:0:FFC63A:00:000:Infinite Damage
; [ Super Dodge Ball / Kunio no Nekketsu Toukyuu Densetsu ]
sdodgeb:0:1065AB:99:000:Infinite Time
sdodgeb:0:1065AB:00:001:Time Up Now!
sdodgeb:0:105FD2:8F:000:Always have Max Power PL1
sdodgeb:0:105CBD:FF:000:Infinite Energy PL1
sdodgeb:0:105CBF:FF:500:Infinite Energy PL1 (2/3)
sdodgeb:0:105CC1:FF:500:Infinite Energy PL1 (3/3)
sdodgeb:0:105CBD:00:001:Drain All Energy Now!PL1
sdodgeb:0:105CBF:00:501:Drain All Energy Now!PL1(2/3)
sdodgeb:0:105CC1:00:501:Drain All Energy Now!PL1(3/3)
sdodgeb:0:105FDA:8F:000:Always have Max Power PL2
sdodgeb:0:105CC5:FF:000:Infinite Energy PL2
sdodgeb:0:105CC7:FF:500:Infinite Energy PL2 (2/3)
sdodgeb:0:105CC9:FF:500:Infinite Energy PL2 (3/3)
sdodgeb:0:105CC5:00:001:Drain All Energy Now!PL2
sdodgeb:0:105CC7:00:501:Drain All Energy Now!PL2(2/3)
sdodgeb:0:105CC9:00:501:Drain All Energy Now!PL2(3/3)
; [ Space Dungeon ]
sdungeon:0:86E6:05:000:Infinite Lives PL1
sdungeon:0:86E7:05:000:Infinite Lives PL2
; [ SAR - Search And Rescue (World) ]
searchar:0:040121:99:000:Infinite Lives PL1
searchar:0:0400F5:78:000:Invincibility PL1
searchar:0:040603:10:520:Invincibility PL1 (2/2)
searchar:0:0405FF:00:000:Always have normal weapon PL1
searchar:0:0405FF:01:000:Always have flame thrower PL1
searchar:0:0405FF:02:000:Always have rocket launchrPL1
searchar:0:0405FF:00:001:Get normal weapon Now! PL1
searchar:0:0405FF:01:001:Get flame thrower Now! PL1
searchar:0:0405FF:02:001:Get rocket launchr Now! PL1
searchar:0:040123:99:000:Infinite Lives PL2
searchar:0:040105:78:000:Invincibility PL2
searchar:0:040643:10:520:Invincibility PL2 (2/2)
searchar:0:04063F:00:000:Always have normal weapon PL2
searchar:0:04063F:01:000:Always have flame thrower PL2
searchar:0:04063F:02:000:Always have rocket launchrPL2
searchar:0:04063F:00:001:Get normal weapon Now! PL2
searchar:0:04063F:01:001:Get flame thrower Now! PL2
searchar:0:04063F:02:001:Get rocket launchr Now! PL2
; [ Sea Wolf ]
seawolf:0:2002:99:000:Infinite Time
; [ Sea Wolf II ]
seawolf2:0:C1DB:99:000:Infinite Time
; [ Second Love (Japan) ]
secolove:0:F082:FF:000:Buggy score
secolove:0:0000:00:999:[The winning hand cheat must]
secolove:0:0000:00:999:[be activated when there are]
secolove:0:0000:00:999:[14 tiles in your hand, then]
secolove:0:0000:00:999:[press the RON key . ]
secolove:0:0000:00:999:[('Z' by default). The tiles]
secolove:0:0000:00:999:[do not visually change ]
secolove:0:0000:00:999:[until you make a move. ]
secolove:0:F407:31:001:Get winning hand Now!
secolove:0:F408:31:501:Get winning hand Now! (02/14)
secolove:0:F409:31:501:Get winning hand Now! (03/14)
secolove:0:F40A:32:501:Get winning hand Now! (04/14)
secolove:0:F40B:32:501:Get winning hand Now! (05/14)
secolove:0:F40C:32:501:Get winning hand Now! (06/14)
secolove:0:F40D:33:501:Get winning hand Now! (07/14)
secolove:0:F40E:33:501:Get winning hand Now! (08/14)
secolove:0:F40F:33:501:Get winning hand Now! (09/14)
secolove:0:F410:34:501:Get winning hand Now! (10/14)
secolove:0:F411:34:501:Get winning hand Now! (11/14)
secolove:0:F412:34:501:Get winning hand Now! (12/14)
secolove:0:F413:35:501:Get winning hand Now! (13/14)
secolove:0:F414:35:501:Get winning hand Now! (14/14)
secolove:0:F407:31:000:Always winning hand
secolove:0:F408:31:500:Always winning hand (02/14)
secolove:0:F409:31:500:Always winning hand (03/14)
secolove:0:F40A:32:500:Always winning hand (04/14)
secolove:0:F40B:32:500:Always winning hand (05/14)
secolove:0:F40C:32:500:Always winning hand (06/14)
secolove:0:F40D:33:500:Always winning hand (07/14)
secolove:0:F40E:33:500:Always winning hand (08/14)
secolove:0:F40F:33:500:Always winning hand (09/14)
secolove:0:F410:34:500:Always winning hand (10/14)
secolove:0:F411:34:500:Always winning hand (11/14)
secolove:0:F412:34:500:Always winning hand (12/14)
secolove:0:F413:35:500:Always winning hand (13/14)
secolove:0:F414:35:500:Always winning hand (14/14)
; [ Secret Agent (World) ]
secretag:0:306AD2:49:000:Infinite Time
secretag:0:3050C0:09:000:Infinite Energy
secretag:0:305367:99:000:Infinite Normal Ammo
secretag:0:305369:99:000:Infinite Machine Gun Ammo
secretag:0:305374:05:001:Get the golden gun
secretag:0:306377:99:000:Infinite golden gun time
; [ Section Z (set 1) ]
sectionz:0:CDA0:0B:000:Infinite Lives
sectionz:0:C100:FF:000:Invincibility
sectionz:0:C08F:04:000:Maximum Power
sectionz:0:C10F:03:000:Maximum Speed
; [ Sector Zone ]
sectrzon:0:78A1:99:000:Infinite Lives
sectrzon:0:78A6:90:000:Infinite Energy
sectrzon:0:781A:04:000:Invincibility
sectrzon:0:0000:00:999:[Also see the Dip Switch Menu ]
sectrzon:0:0000:00:999:[to enable Invincibility. The ]
sectrzon:0:0000:00:999:[above has the benefit of no ]
sectrzon:0:0000:00:999:[background collision ]
sectrzon:0:0000:00:999:[detection. ]
; [ Sega Ninja ]
seganinj:0:C039:00:000:Infinite Time
seganinj:0:EEF8:14:500:Infinite Time (2/3)
seganinj:0:C08C:F8:500:Infinite Time (3/3)
seganinj:0:C303:80:040:Invincibility
seganinj:0:C02C:09:000:Infinite Lives PL1
seganinj:0:C02D:09:000:Infinite Lives PL2
; [ Sega Ninja (not encrypted) ]
seganinu:0:C039:00:000:Infinite Time
seganinu:0:EEF8:14:500:Infinite Time (2/3)
seganinu:0:C08C:F8:500:Infinite Time (3/3)
seganinu:0:C303:80:040:Invincibility
seganinu:0:C02C:09:000:Infinite Lives PL1
seganinu:0:C02D:09:000:Infinite Lives PL2
; [ Seicross ]
seicross:0:78A1:99:000:Infinite Lives
seicross:0:78A6:90:000:Infinite Energy
seicross:0:781A:04:000:Invincibility
seicross:0:0000:00:999:[Also see the Dip Switch Menu ]
seicross:0:0000:00:999:[to enable Invincibility. The ]
seicross:0:0000:00:999:[above has the benefit of no ]
seicross:0:0000:00:999:[background collision ]
seicross:0:0000:00:999:[detection. ]
; [ Seiha (Japan) ]
seiha:0:F165:FF:000:Buggy score
seiha:0:0000:00:999:[The winning hand cheat must]
seiha:0:0000:00:999:[be activated when there are]
seiha:0:0000:00:999:[14 tiles in your hand, then]
seiha:0:0000:00:999:[press the RON key . ]
seiha:0:0000:00:999:[('Z' by default). The tiles]
seiha:0:0000:00:999:[do not visually change ]
seiha:0:0000:00:999:[until you make a move. ]
seiha:0:F48C:31:001:Get winning hand Now!
seiha:0:F48D:31:501:Get winning hand Now! (02/14)
seiha:0:F48E:31:501:Get winning hand Now! (03/14)
seiha:0:F48F:32:501:Get winning hand Now! (04/14)
seiha:0:F490:32:501:Get winning hand Now! (05/14)
seiha:0:F491:32:501:Get winning hand Now! (06/14)
seiha:0:F492:33:501:Get winning hand Now! (07/14)
seiha:0:F493:33:501:Get winning hand Now! (08/14)
seiha:0:F494:33:501:Get winning hand Now! (09/14)
seiha:0:F495:34:501:Get winning hand Now! (10/14)
seiha:0:F496:34:501:Get winning hand Now! (11/14)
seiha:0:F497:34:501:Get winning hand Now! (12/14)
seiha:0:F498:35:501:Get winning hand Now! (13/14)
seiha:0:F499:35:501:Get winning hand Now! (14/14)
seiha:0:F48C:31:000:Always winning hand
seiha:0:F48D:31:500:Always winning hand (02/14)
seiha:0:F48E:31:500:Always winning hand (03/14)
seiha:0:F48F:32:500:Always winning hand (04/14)
seiha:0:F490:32:500:Always winning hand (05/14)
seiha:0:F491:32:500:Always winning hand (06/14)
seiha:0:F492:33:500:Always winning hand (07/14)
seiha:0:F493:33:500:Always winning hand (08/14)
seiha:0:F494:33:500:Always winning hand (09/14)
seiha:0:F495:34:500:Always winning hand (10/14)
seiha:0:F496:34:500:Always winning hand (11/14)
seiha:0:F497:34:500:Always winning hand (12/14)
seiha:0:F498:35:500:Always winning hand (13/14)
seiha:0:F499:35:500:Always winning hand (14/14)
; [ Seiha [BET] (Japan) ]
seiham:0:0000:00:999:[The winning hand cheat must]
seiham:0:0000:00:999:[be activated when there are]
seiham:0:0000:00:999:[14 tiles in your hand, then]
seiham:0:0000:00:999:[press the RON key . ]
seiham:0:0000:00:999:[('Z' by default). The tiles]
seiham:0:0000:00:999:[do not visually change ]
seiham:0:0000:00:999:[until you make a move. ]
seiham:0:F48C:31:001:Get winning hand Now!
seiham:0:F48D:31:501:Get winning hand Now! (02/14)
seiham:0:F48E:31:501:Get winning hand Now! (03/14)
seiham:0:F48F:32:501:Get winning hand Now! (04/14)
seiham:0:F490:32:501:Get winning hand Now! (05/14)
seiham:0:F491:32:501:Get winning hand Now! (06/14)
seiham:0:F492:33:501:Get winning hand Now! (07/14)
seiham:0:F493:33:501:Get winning hand Now! (08/14)
seiham:0:F494:33:501:Get winning hand Now! (09/14)
seiham:0:F495:34:501:Get winning hand Now! (10/14)
seiham:0:F496:34:501:Get winning hand Now! (11/14)
seiham:0:F497:34:501:Get winning hand Now! (12/14)
seiham:0:F498:35:501:Get winning hand Now! (13/14)
seiham:0:F499:35:501:Get winning hand Now! (14/14)
seiham:0:F48C:31:000:Always winning hand
seiham:0:F48D:31:500:Always winning hand (02/14)
seiham:0:F48E:31:500:Always winning hand (03/14)
seiham:0:F48F:32:500:Always winning hand (04/14)
seiham:0:F490:32:500:Always winning hand (05/14)
seiham:0:F491:32:500:Always winning hand (06/14)
seiham:0:F492:33:500:Always winning hand (07/14)
seiham:0:F493:33:500:Always winning hand (08/14)
seiham:0:F494:33:500:Always winning hand (09/14)
seiham:0:F495:34:500:Always winning hand (10/14)
seiham:0:F496:34:500:Always winning hand (11/14)
seiham:0:F497:34:500:Always winning hand (12/14)
seiham:0:F498:35:500:Always winning hand (13/14)
seiham:0:F499:35:500:Always winning hand (14/14)
; [ Sel Feena ]
selfeena:0:100167:09:000:Infinite Credits
selfeena:0:1023A1:99:000:Infinite Time
selfeena:0:000000:00:999:[An odd one this, there is no solid PL1 or PL2 ]
selfeena:0:000000:00:999:[If you play a one player game you will be the ]
selfeena:0:000000:00:999:[1st Player. If you play a 2 player game and ]
selfeena:0:000000:00:999:[press 2 before 1 then PL2 will be the 1st ]
selfeena:0:000000:00:999:[player and if you press 1 before 2 then PL1 ]
selfeena:0:000000:00:999:[will be the first player. ]
selfeena:0:100615:99:000:Infinite Lives (1st Player)
selfeena:0:100629:99:000:Infinite Bombs (1st Player)
selfeena:0:1023DD:01:000:Invincibility "ON" (1st Player):To be used when you flicker
selfeena:0:1023DD:00:001:Invincibility "OFF" (1st Player)
selfeena:0:100695:99:000:Infinite Lives (2nd Player)
selfeena:0:1006A9:99:000:Infinite Bombs (2nd Player)
selfeena:0:1023E1:01:000:Invincibility "ON" (2nd Player):To be used when you flicker
selfeena:0:1023E1:00:001:Invincibility "OFF" (2nd Player)
; [ Sengoku / Sengoku Denshou (set 2) ]
sengokh:0:1000B3:02:000:Infinite Lives PL1
sengokh:0:100305:06:000:Infinite Energy PL1
sengokh:0:100336:0F:000:Enable Transformations PL1
sengokh:0:100365:60:000:Change Time Ninja PL1
sengokh:0:100367:60:000:Change Time Samourai PL1
sengokh:0:100369:60:000:Change Time Dog PL1
sengokh:0:100380:04:000:Permanent Weapons PL1
sengokh:0:1002F9:00:001:No weapons PL1
sengokh:0:1002F9:01:001:Get Red Sphere PL1
sengokh:0:1002F9:02:001:Get Blue Sphere PL1
sengokh:0:1002F9:03:001:Get Purple Sphere PL1
sengokh:0:1002F9:04:001:Get Yellow Sphere PL1
sengokh:0:1002F9:05:001:Get Unknown Power 1 PL1
sengokh:0:1002F9:06:001:Get Unknown Power 2 PL1
sengokh:0:1002F9:07:001:Get Unknown Power 3 PL1
sengokh:0:1000B5:02:000:Infinite Lives PL2
sengokh:0:100405:06:000:Infinite Energy PL2
sengokh:0:100436:0F:000:Enable Transformations PL2
sengokh:0:100465:60:000:Change Time Ninja PL2
sengokh:0:100467:60:000:Change Time Samourai PL2
sengokh:0:100469:60:000:Change Time Dog PL2
sengokh:0:100480:04:000:Permanent Weapons PL2
sengokh:0:1003F9:00:001:No weapons PL2
sengokh:0:1003F9:01:001:Get Red Sphere PL2
sengokh:0:1003F9:02:001:Get Blue Sphere PL2
sengokh:0:1003F9:03:001:Get Purple Sphere PL2
sengokh:0:1003F9:04:001:Get Yellow Sphere PL2
sengokh:0:1003F9:05:001:Get Unknown Power 1 PL2
sengokh:0:1003F9:06:001:Get Unknown Power 2 PL2
sengokh:0:1003F9:07:001:Get Unknown Power 3 PL2
; [ Sengoku / Sengoku Denshou (set 1) ]
sengoku:0:1000B3:02:000:Infinite Lives PL1
sengoku:0:100305:06:000:Infinite Energy PL1
sengoku:0:100336:0F:000:Enable Transformations PL1
sengoku:0:100365:60:000:Change Time Ninja PL1
sengoku:0:100367:60:000:Change Time Samourai PL1
sengoku:0:100369:60:000:Change Time Dog PL1
sengoku:0:100380:04:000:Permanent Weapons PL1
sengoku:0:1002F9:00:001:No weapons PL1
sengoku:0:1002F9:01:001:Get Red Sphere PL1
sengoku:0:1002F9:02:001:Get Blue Sphere PL1
sengoku:0:1002F9:03:001:Get Purple Sphere PL1
sengoku:0:1002F9:04:001:Get Yellow Sphere PL1
sengoku:0:1002F9:05:001:Get Unknown Power 1 PL1
sengoku:0:1002F9:06:001:Get Unknown Power 2 PL1
sengoku:0:1002F9:07:001:Get Unknown Power 3 PL1
sengoku:0:1000B5:02:000:Infinite Lives PL2
sengoku:0:100405:06:000:Infinite Energy PL2
sengoku:0:100436:0F:000:Enable Transformations PL2
sengoku:0:100465:60:000:Change Time Ninja PL2
sengoku:0:100467:60:000:Change Time Samourai PL2
sengoku:0:100469:60:000:Change Time Dog PL2
sengoku:0:100480:04:000:Permanent Weapons PL2
sengoku:0:1003F9:00:001:No weapons PL2
sengoku:0:1003F9:01:001:Get Red Sphere PL2
sengoku:0:1003F9:02:001:Get Blue Sphere PL2
sengoku:0:1003F9:03:001:Get Purple Sphere PL2
sengoku:0:1003F9:04:001:Get Yellow Sphere PL2
sengoku:0:1003F9:05:001:Get Unknown Power 1 PL2
sengoku:0:1003F9:06:001:Get Unknown Power 2 PL2
sengoku:0:1003F9:07:001:Get Unknown Power 3 PL2
; [ Sengoku 2 / Sengoku Denshou 2 ]
sengoku2:0:1001AF:03:000:Infinite Lives PL1
sengoku2:0:102CF3:06:000:Infinite Energy PL1
sengoku2:0:102D1E:10:000:Permanent Weapons PL1
sengoku2:0:102D5F:3C:000:Change Time Ninja PL1
sengoku2:0:102D60:3C:000:Change Time Old Man PL1
sengoku2:0:102D61:3C:000:Change Time Dog PL1
sengoku2:0:102D29:00:001:Standard Weapon PL1
sengoku2:0:102D29:01:001:Get Blue Sphere PL1
sengoku2:0:102D29:02:001:Get Pink Sphere PL1
sengoku2:0:102D29:03:001:Get Yellow Sphere PL1
sengoku2:0:1001B1:03:000:Infinite Lives PL2
sengoku2:0:102DF3:06:000:Infinite Energy PL2
sengoku2:0:102E1E:10:000:Permanent Weapons PL2
sengoku2:0:102E5F:3C:000:Change Time Ninja PL2
sengoku2:0:102E60:3C:000:Change Time Old Man PL2
sengoku2:0:102E61:3C:000:Change Time Dog PL2
sengoku2:0:102E29:00:001:Standard Weapon PL2
sengoku2:0:102E29:01:001:Get Blue Sphere PL2
sengoku2:0:102E29:02:001:Get Pink Sphere PL2
sengoku2:0:102E29:03:001:Get Yellow Sphere PL2
; [ Senjyo ]
senjyo:0:8002:03:000:Infinite Lives PL1
senjyo:0:8003:03:000:Infinite Lives PL2
; [ Sente Diagnostic Cartridge ]
sentetst:0:000000:00:999:[Now you really don't expect]
sentetst:0:000000:00:999:[a cheat for this diagnostic]
sentetst:0:000000:00:999:[cartridge......DO YOU??!! ]
; [ SAR - Search And Rescue (US) ]
sercharu:0:040121:99:000:Infinite Lives PL1
sercharu:0:0400F5:78:000:Invincibility PL1
sercharu:0:040603:10:520:Invincibility PL1 (2/2)
sercharu:0:0405FF:00:000:Always have normal weapon PL1
sercharu:0:0405FF:01:000:Always have flame thrower PL1
sercharu:0:0405FF:02:000:Always have rocket launchrPL1
sercharu:0:0405FF:00:001:Get normal weapon Now! PL1
sercharu:0:0405FF:01:001:Get flame thrower Now! PL1
sercharu:0:0405FF:02:001:Get rocket launchr Now! PL1
sercharu:0:040123:99:000:Infinite Lives PL2
sercharu:0:040105:78:000:Invincibility PL2
sercharu:0:040643:10:520:Invincibility PL2 (2/2)
sercharu:0:04063F:00:000:Always have normal weapon PL2
sercharu:0:04063F:01:000:Always have flame thrower PL2
sercharu:0:04063F:02:000:Always have rocket launchrPL2
sercharu:0:04063F:00:001:Get normal weapon Now! PL2
sercharu:0:04063F:01:001:Get flame thrower Now! PL2
sercharu:0:04063F:02:001:Get rocket launchr Now! PL2
; [ Street Fighter (World) ]
sf1:0:FF8E1A:09:000:Infinite Time
sf1:0:FFC66B:00:000:Always have No Energy CPU
sf1:0:FFC66A:00:500:Always have No Energy CPU (2/2)
sf1:0:FFC66C:00:000:Rounds won always = 0 CPU
sf1:0:FFC66B:00:001:Drain All Energy Now! CPU
sf1:0:FFC66A:00:501:Drain All Energy Now! CPU (2/2)
sf1:0:FFC66C:00:001:Rounds won = 0 Now! CPU
sf1:0:FF86B7:0B:000:Infinite Energy PL1
sf1:0:FF86B6:04:500:Infinite Energy PL1 (2/2)
sf1:0:FF86B8:02:000:Finish round to win match PL1
sf1:0:FF86B7:00:000:Always have No Energy PL1
sf1:0:FF86B6:00:500:Always have No Energy PL1 (2/2)
sf1:0:FF86B8:00:000:Rounds won always = 0 PL1
sf1:0:FF86B7:00:001:Drain All Energy Now! PL1
sf1:0:FF86B6:00:501:Drain All Energy Now! PL1 (2/2)
sf1:0:FF86B8:00:001:Rounds won = 0 Now! PL1
sf1:0:FF86E1:0B:000:Infinite Energy PL2
sf1:0:FF86E0:04:500:Infinite Energy PL2 (2/2)
sf1:0:FF86E2:02:000:Finish round to win match PL2
sf1:0:FF86E1:00:000:Always have No Energy PL2
sf1:0:FF86E0:00:500:Always have No Energy PL2 (2/2)
sf1:0:FF86E2:00:000:Rounds won always = 0 PL2
sf1:0:FF86E1:00:001:Drain All Energy Now! PL2
sf1:0:FF86E0:00:501:Drain All Energy Now! PL2 (2/2)
sf1:0:FF86E2:00:001:Rounds won = 0 Now! PL2
; [ Street Fighter (Japan) ]
sf1jp:0:FF8E1A:09:000:Infinite Time
sf1jp:0:FFC66B:00:000:Always have No Energy CPU
sf1jp:0:FFC66A:00:500:Always have No Energy CPU (2/2)
sf1jp:0:FFC66C:00:000:Rounds won always = 0 CPU
sf1jp:0:FFC66B:00:001:Drain All Energy Now! CPU
sf1jp:0:FFC66A:00:501:Drain All Energy Now! CPU (2/2)
sf1jp:0:FFC66C:00:001:Rounds won = 0 Now! CPU
sf1jp:0:FF86B7:0B:000:Infinite Energy PL1
sf1jp:0:FF86B6:04:500:Infinite Energy PL1 (2/2)
sf1jp:0:FF86B8:02:000:Finish round to win match PL1
sf1jp:0:FF86B7:00:000:Always have No Energy PL1
sf1jp:0:FF86B6:00:500:Always have No Energy PL1 (2/2)
sf1jp:0:FF86B8:00:000:Rounds won always = 0 PL1
sf1jp:0:FF86B7:00:001:Drain All Energy Now! PL1
sf1jp:0:FF86B6:00:501:Drain All Energy Now! PL1 (2/2)
sf1jp:0:FF86B8:00:001:Rounds won = 0 Now! PL1
sf1jp:0:FF86E1:0B:000:Infinite Energy PL2
sf1jp:0:FF86E0:04:500:Infinite Energy PL2 (2/2)
sf1jp:0:FF86E2:02:000:Finish round to win match PL2
sf1jp:0:FF86E1:00:000:Always have No Energy PL2
sf1jp:0:FF86E0:00:500:Always have No Energy PL2 (2/2)
sf1jp:0:FF86E2:00:000:Rounds won always = 0 PL2
sf1jp:0:FF86E1:00:001:Drain All Energy Now! PL2
sf1jp:0:FF86E0:00:501:Drain All Energy Now! PL2 (2/2)
sf1jp:0:FF86E2:00:001:Rounds won = 0 Now! PL2
; [ Street Fighter (US) ]
sf1us:0:FF8E1A:09:000:Infinite Time
sf1us:0:FFC66B:00:000:Always have No Energy CPU
sf1us:0:FFC66A:00:500:Always have No Energy CPU (2/2)
sf1us:0:FFC66C:00:000:Rounds won always = 0 CPU
sf1us:0:FFC66B:00:001:Drain All Energy Now! CPU
sf1us:0:FFC66A:00:501:Drain All Energy Now! CPU (2/2)
sf1us:0:FFC66C:00:001:Rounds won = 0 Now! CPU
sf1us:0:FF86B7:0B:000:Infinite Energy PL1
sf1us:0:FF86B6:04:500:Infinite Energy PL1 (2/2)
sf1us:0:FF86B8:02:000:Finish round to win match PL1
sf1us:0:FF86B7:00:000:Always have No Energy PL1
sf1us:0:FF86B6:00:500:Always have No Energy PL1 (2/2)
sf1us:0:FF86B8:00:000:Rounds won always = 0 PL1
sf1us:0:FF86B7:00:001:Drain All Energy Now! PL1
sf1us:0:FF86B6:00:501:Drain All Energy Now! PL1 (2/2)
sf1us:0:FF86B8:00:001:Rounds won = 0 Now! PL1
sf1us:0:FF86E1:0B:000:Infinite Energy PL2
sf1us:0:FF86E0:04:500:Infinite Energy PL2 (2/2)
sf1us:0:FF86E2:02:000:Finish round to win match PL2
sf1us:0:FF86E1:00:000:Always have No Energy PL2
sf1us:0:FF86E0:00:500:Always have No Energy PL2 (2/2)
sf1us:0:FF86E2:00:000:Rounds won always = 0 PL2
sf1us:0:FF86E1:00:001:Drain All Energy Now! PL2
sf1us:0:FF86E0:00:501:Drain All Energy Now! PL2 (2/2)
sf1us:0:FF86E2:00:001:Rounds won = 0 Now! PL2
; [ Street Fighter II - The World Warrior (World 910214) ]
sf2:0:000000:00:999:[You must turnoff all cheats]
sf2:0:000000:00:999:[with F6 at the beginning of]
sf2:0:000000:00:999:[the bonus levels. ]
sf2:0:FF8ACE:99:000:Infinite Time
sf2:0:FF89CD:09:001:Next level = Last level
sf2:0:FF89CD:0A:001:Lose a credit = Last level
sf2:0:FF83F1:90:000:Infinite Energy PL1
sf2:0:FF8583:90:500:Infinite Energy PL1 (2/2)
sf2:0:FF83F1:00:000:Always have No Energy PL1
sf2:0:FF8583:00:500:Always have No Energy PL1 (2/2)
sf2:0:FF83F1:00:001:Drain All Energy Now! PL1
sf2:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2)
sf2:0:FF8656:02:000:Finish round to win match PL1
sf2:0:FF8656:00:000:Rounds won always set = 0 PL1
sf2:0:FF8656:00:001:Rounds won set = 0 Now! PL1
sf2:0:000000:00:999:[ Free player selection ]
sf2:0:000000:00:999:[ Use on level VS screen ]
sf2:0:FF8657:00:001:Play with Ryu PL1
sf2:0:FF8657:01:001:Play with E. Honda PL1
sf2:0:FF8657:02:001:Play with Blanka PL1
sf2:0:FF8657:03:001:Play with Guile PL1
sf2:0:FF8657:04:001:Play with Ken PL1
sf2:0:FF8657:05:001:Play with Chun Li PL1
sf2:0:FF8657:06:001:Play with Zangief PL1
sf2:0:FF8657:07:001:Play with Dhalsim PL1
sf2:0:FF8657:08:001:Play with M. Bison PL1
sf2:0:FF8657:09:001:Play with Sagat PL1
sf2:0:FF8657:0A:001:Play with Balrog PL1
sf2:0:FF8657:0B:001:Play with Vega PL1
sf2:0:FF86F1:90:000:Infinite Energy PL2
sf2:0:FF8883:90:500:Infinite Energy PL2 (2/2)
sf2:0:FF86F1:00:000:Always have No Energy PL2
sf2:0:FF8883:00:500:Always have No Energy PL2 (2/2)
sf2:0:FF86F1:00:001:Drain All Energy Now! PL2
sf2:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2)
sf2:0:FF8956:02:000:Finish round to win match PL2
sf2:0:FF8956:00:000:Rounds won always set = 0 PL2
sf2:0:FF8956:00:001:Rounds won set = 0 Now! PL2
sf2:0:000000:00:999:[ Free player selection ]
sf2:0:000000:00:999:[ Use on level VS screen ]
sf2:0:FF8957:00:001:Play with Ryu PL2
sf2:0:FF8957:01:001:Play with E. Honda PL2
sf2:0:FF8957:02:001:Play with Blanka PL2
sf2:0:FF8957:03:001:Play with Guile PL2
sf2:0:FF8957:04:001:Play with Ken PL2
sf2:0:FF8957:05:001:Play with Chun Li PL2
sf2:0:FF8957:06:001:Play with Zangief PL2
sf2:0:FF8957:07:001:Play with Dhalsim PL2
sf2:0:FF8957:08:001:Play with M. Bison PL2
sf2:0:FF8957:09:001:Play with Sagat PL2
sf2:0:FF8957:0A:001:Play with Balrog PL2
sf2:0:FF8957:0B:001:Play with Vega PL2
; [ Street Fighter II' - Champion Edition (Accelerator Pt.II) ]
sf2accp2:0:000000:00:999:[You must turnoff all cheats]
sf2accp2:0:000000:00:999:[with F6 at the beginning of]
sf2accp2:0:000000:00:999:[the bonus levels. ]
sf2accp2:0:FF8ABE:99:000:Infinite Time
sf2accp2:0:FF89C1:0A:001:Next level = Last level
sf2accp2:0:FF89C1:0B:001:Lose a credit = Last level
sf2accp2:0:FF83E9:90:000:Infinite Energy PL1
sf2accp2:0:FF857B:90:500:Infinite Energy PL1 (2/2)
sf2accp2:0:FF83E9:00:000:Always have No Energy PL1
sf2accp2:0:FF857B:00:500:Always have No Energy PL1 (2/2)
sf2accp2:0:FF83E9:00:001:Drain All Energy Now! PL1
sf2accp2:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2)
sf2accp2:0:FF864E:02:000:Finish round to win match PL1
sf2accp2:0:FF864E:00:000:Rounds won always set = 0 PL1
sf2accp2:0:FF864E:00:001:Rounds won set = 0 Now! PL1
sf2accp2:0:FF8553:01:000:All Hits Combo PL1
sf2accp2:0:FF870A:00:000:All Hits Keep You Close PL1
sf2accp2:0:FF843F:01:000:No Charge Moves PL1
sf2accp2:0:FF8447:01:500:No Charge Moves PL1 (2/2)
sf2accp2:0:FF8445:01:000:No Charge Flash Kick PL1
sf2accp2:0:FF8450:01:000:No Charge Head Stomp PL1
sf2accp2:0:000000:00:999:[Use cheat for BISON ONLY!! ]
sf2accp2:0:FF8474:0F:000:Always Max Turnpunch PL1
sf2accp2:0:FF8476:0F:500:Always Max Turnpunch PL1(2/2)
sf2accp2:0:000000:00:999:[ Free player selection ]
sf2accp2:0:000000:00:999:[ Use on level VS screen ]
sf2accp2:0:FF864F:00:001:Play with Ryu PL1
sf2accp2:0:FF864F:01:001:Play with E. Honda PL1
sf2accp2:0:FF864F:02:001:Play with Blanka PL1
sf2accp2:0:FF864F:03:001:Play with Guile PL1
sf2accp2:0:FF864F:04:001:Play with Ken PL1
sf2accp2:0:FF864F:05:001:Play with Chun Li PL1
sf2accp2:0:FF864F:06:001:Play with Zangief PL1
sf2accp2:0:FF864F:07:001:Play with Dhalsim PL1
sf2accp2:0:FF864F:08:001:Play with M. Bison PL1
sf2accp2:0:FF864F:09:001:Play with Sagat PL1
sf2accp2:0:FF864F:0A:001:Play with Balrog PL1
sf2accp2:0:FF864F:0B:001:Play with Vega PL1
sf2accp2:0:FF86E9:90:000:Infinite Energy PL2
sf2accp2:0:FF887B:90:500:Infinite Energy PL2 (2/2)
sf2accp2:0:FF86E9:00:000:Always have No Energy PL2
sf2accp2:0:FF887B:00:500:Always have No Energy PL2 (2/2)
sf2accp2:0:FF86E9:00:001:Drain All Energy Now! PL2
sf2accp2:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2)
sf2accp2:0:FF894E:02:000:Finish round to win match PL2
sf2accp2:0:FF894E:00:000:Rounds won always set = 0 PL2
sf2accp2:0:FF894E:00:001:Rounds won set = 0 Now! PL2
sf2accp2:0:FF8853:01:000:All Hits Combo PL2
sf2accp2:0:FF840A:00:000:All Hits Keep you Close PL2
sf2accp2:0:FF873F:01:000:No Charge Moves PL2
sf2accp2:0:FF8747:01:500:No Charge Moves PL2 (2/2)
sf2accp2:0:FF8745:01:000:No Charge Flash Kick PL2
sf2accp2:0:FF8750:01:000:No Charge Head Stomp PL2
sf2accp2:0:000000:00:999:[Use cheat with M.Bison ONLY]
sf2accp2:0:FF8774:0F:000:Always Max Turnpunch PL2
sf2accp2:0:FF8776:0F:500:Always Max Turnpunch PL2(2/2)
sf2accp2:0:000000:00:999:[ Free player selection ]
sf2accp2:0:000000:00:999:[ Use on level VS screen ]
sf2accp2:0:FF894F:00:001:Play with Ryu PL2
sf2accp2:0:FF894F:01:001:Play with E. Honda PL2
sf2accp2:0:FF894F:02:001:Play with Blanka PL2
sf2accp2:0:FF894F:03:001:Play with Guile PL2
sf2accp2:0:FF894F:04:001:Play with Ken PL2
sf2accp2:0:FF894F:05:001:Play with Chun Li PL2
sf2accp2:0:FF894F:06:001:Play with Zangief PL2
sf2accp2:0:FF894F:07:001:Play with Dhalsim PL2
sf2accp2:0:FF894F:08:001:Play with M. Bison PL2
sf2accp2:0:FF894F:09:001:Play with Sagat PL2
sf2accp2:0:FF894F:0A:001:Play with Balrog PL2
sf2accp2:0:FF894F:0B:001:Play with Vega PL2
; [ Street Fighter II' - Champion Edition (World) ]
sf2ce:0:000000:00:999:[You must turnoff all cheats]
sf2ce:0:000000:00:999:[with F6 at the beginning of]
sf2ce:0:000000:00:999:[the bonus levels. ]
sf2ce:0:FF8ABE:99:000:Infinite Time
sf2ce:0:FF89C1:0A:001:Next level = Last level
sf2ce:0:FF89C1:0B:001:Lose a credit = Last level
sf2ce:0:FF83E9:90:000:Infinite Energy PL1
sf2ce:0:FF857B:90:500:Infinite Energy PL1 (2/2)
sf2ce:0:FF83E9:00:000:Always have No Energy PL1
sf2ce:0:FF857B:00:500:Always have No Energy PL1 (2/2)
sf2ce:0:FF83E9:00:001:Drain All Energy Now! PL1
sf2ce:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2)
sf2ce:0:FF864E:02:000:Finish round to win match PL1
sf2ce:0:FF864E:00:000:Rounds won always set = 0 PL1
sf2ce:0:FF864E:00:001:Rounds won set = 0 Now! PL1
sf2ce:0:FF8553:01:000:All Hits Combo PL1
sf2ce:0:FF870A:00:000:All Hits Keep You Close PL1
sf2ce:0:FF843F:01:000:No Charge Moves PL1
sf2ce:0:FF8447:01:500:No Charge Moves PL1 (2/2)
sf2ce:0:FF8445:01:000:No Charge Flash Kick PL1
sf2ce:0:FF8450:01:000:No Charge Head Stomp PL1
sf2ce:0:000000:00:999:[Use cheat for BISON ONLY!! ]
sf2ce:0:FF8474:0F:000:Always Max Turnpunch PL1
sf2ce:0:FF8476:0F:500:Always Max Turnpunch PL1(2/2)
sf2ce:0:000000:00:999:[ Free player selection ]
sf2ce:0:000000:00:999:[ Use on level VS screen ]
sf2ce:0:FF864F:00:001:Play with Ryu PL1
sf2ce:0:FF864F:01:001:Play with E. Honda PL1
sf2ce:0:FF864F:02:001:Play with Blanka PL1
sf2ce:0:FF864F:03:001:Play with Guile PL1
sf2ce:0:FF864F:04:001:Play with Ken PL1
sf2ce:0:FF864F:05:001:Play with Chun Li PL1
sf2ce:0:FF864F:06:001:Play with Zangief PL1
sf2ce:0:FF864F:07:001:Play with Dhalsim PL1
sf2ce:0:FF864F:08:001:Play with M. Bison PL1
sf2ce:0:FF864F:09:001:Play with Sagat PL1
sf2ce:0:FF864F:0A:001:Play with Balrog PL1
sf2ce:0:FF864F:0B:001:Play with Vega PL1
sf2ce:0:FF86E9:90:000:Infinite Energy PL2
sf2ce:0:FF887B:90:500:Infinite Energy PL2 (2/2)
sf2ce:0:FF86E9:00:000:Always have No Energy PL2
sf2ce:0:FF887B:00:500:Always have No Energy PL2 (2/2)
sf2ce:0:FF86E9:00:001:Drain All Energy Now! PL2
sf2ce:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2)
sf2ce:0:FF894E:02:000:Finish round to win match PL2
sf2ce:0:FF894E:00:000:Rounds won always set = 0 PL2
sf2ce:0:FF894E:00:001:Rounds won set = 0 Now! PL2
sf2ce:0:FF8853:01:000:All Hits Combo PL2
sf2ce:0:FF840A:00:000:All Hits Keep you Close PL2
sf2ce:0:FF873F:01:000:No Charge Moves PL2
sf2ce:0:FF8747:01:500:No Charge Moves PL2 (2/2)
sf2ce:0:FF8745:01:000:No Charge Flash Kick PL2
sf2ce:0:FF8750:01:000:No Charge Head Stomp PL2
sf2ce:0:000000:00:999:[Use cheat with M.Bison ONLY]
sf2ce:0:FF8774:0F:000:Always Max Turnpunch PL2
sf2ce:0:FF8776:0F:500:Always Max Turnpunch PL2(2/2)
sf2ce:0:000000:00:999:[ Free player selection ]
sf2ce:0:000000:00:999:[ Use on level VS screen ]
sf2ce:0:FF894F:00:001:Play with Ryu PL2
sf2ce:0:FF894F:01:001:Play with E. Honda PL2
sf2ce:0:FF894F:02:001:Play with Blanka PL2
sf2ce:0:FF894F:03:001:Play with Guile PL2
sf2ce:0:FF894F:04:001:Play with Ken PL2
sf2ce:0:FF894F:05:001:Play with Chun Li PL2
sf2ce:0:FF894F:06:001:Play with Zangief PL2
sf2ce:0:FF894F:07:001:Play with Dhalsim PL2
sf2ce:0:FF894F:08:001:Play with M. Bison PL2
sf2ce:0:FF894F:09:001:Play with Sagat PL2
sf2ce:0:FF894F:0A:001:Play with Balrog PL2
sf2ce:0:FF894F:0B:001:Play with Vega PL2
; [ Street Fighter II' - Champion Edition (Japan) ]
sf2cej:0:000000:00:999:[You must turnoff all cheats]
sf2cej:0:000000:00:999:[with F6 at the beginning of]
sf2cej:0:000000:00:999:[the bonus levels. ]
sf2cej:0:FF8ABE:99:000:Infinite Time
sf2cej:0:FF89C1:0A:001:Next level = Last level
sf2cej:0:FF89C1:0B:001:Lose a credit = Last level
sf2cej:0:FF83E9:90:000:Infinite Energy PL1
sf2cej:0:FF857B:90:500:Infinite Energy PL1 (2/2)
sf2cej:0:FF83E9:00:000:Always have No Energy PL1
sf2cej:0:FF857B:00:500:Always have No Energy PL1 (2/2)
sf2cej:0:FF83E9:00:001:Drain All Energy Now! PL1
sf2cej:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2)
sf2cej:0:FF864E:02:000:Finish round to win match PL1
sf2cej:0:FF864E:00:000:Rounds won always set = 0 PL1
sf2cej:0:FF864E:00:001:Rounds won set = 0 Now! PL1
sf2cej:0:FF8553:01:000:All Hits Combo PL1
sf2cej:0:FF870A:00:000:All Hits Keep You Close PL1
sf2cej:0:FF843F:01:000:No Charge Moves PL1
sf2cej:0:FF8447:01:500:No Charge Moves PL1 (2/2)
sf2cej:0:FF8445:01:000:No Charge Flash Kick PL1
sf2cej:0:FF8450:01:000:No Charge Head Stomp PL1
sf2cej:0:000000:00:999:[Use cheat for BISON ONLY!! ]
sf2cej:0:FF8474:0F:000:Always Max Turnpunch PL1
sf2cej:0:FF8476:0F:500:Always Max Turnpunch PL1(2/2)
sf2cej:0:000000:00:999:[ Free player selection ]
sf2cej:0:000000:00:999:[ Use on level VS screen ]
sf2cej:0:FF864F:00:001:Play with Ryu PL1
sf2cej:0:FF864F:01:001:Play with E. Honda PL1
sf2cej:0:FF864F:02:001:Play with Blanka PL1
sf2cej:0:FF864F:03:001:Play with Guile PL1
sf2cej:0:FF864F:04:001:Play with Ken PL1
sf2cej:0:FF864F:05:001:Play with Chun Li PL1
sf2cej:0:FF864F:06:001:Play with Zangief PL1
sf2cej:0:FF864F:07:001:Play with Dhalsim PL1
sf2cej:0:FF864F:08:001:Play with M. Bison PL1
sf2cej:0:FF864F:09:001:Play with Sagat PL1
sf2cej:0:FF864F:0A:001:Play with Balrog PL1
sf2cej:0:FF864F:0B:001:Play with Vega PL1
sf2cej:0:FF86E9:90:000:Infinite Energy PL2
sf2cej:0:FF887B:90:500:Infinite Energy PL2 (2/2)
sf2cej:0:FF86E9:00:000:Always have No Energy PL2
sf2cej:0:FF887B:00:500:Always have No Energy PL2 (2/2)
sf2cej:0:FF86E9:00:001:Drain All Energy Now! PL2
sf2cej:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2)
sf2cej:0:FF894E:02:000:Finish round to win match PL2
sf2cej:0:FF894E:00:000:Rounds won always set = 0 PL2
sf2cej:0:FF894E:00:001:Rounds won set = 0 Now! PL2
sf2cej:0:FF8853:01:000:All Hits Combo PL2
sf2cej:0:FF840A:00:000:All Hits Keep you Close PL2
sf2cej:0:FF873F:01:000:No Charge Moves PL2
sf2cej:0:FF8747:01:500:No Charge Moves PL2 (2/2)
sf2cej:0:FF8745:01:000:No Charge Flash Kick PL2
sf2cej:0:FF8750:01:000:No Charge Head Stomp PL2
sf2cej:0:000000:00:999:[Use cheat with M.Bison ONLY]
sf2cej:0:FF8774:0F:000:Always Max Turnpunch PL2
sf2cej:0:FF8776:0F:500:Always Max Turnpunch PL2(2/2)
sf2cej:0:000000:00:999:[ Free player selection ]
sf2cej:0:000000:00:999:[ Use on level VS screen ]
sf2cej:0:FF894F:00:001:Play with Ryu PL2
sf2cej:0:FF894F:01:001:Play with E. Honda PL2
sf2cej:0:FF894F:02:001:Play with Blanka PL2
sf2cej:0:FF894F:03:001:Play with Guile PL2
sf2cej:0:FF894F:04:001:Play with Ken PL2
sf2cej:0:FF894F:05:001:Play with Chun Li PL2
sf2cej:0:FF894F:06:001:Play with Zangief PL2
sf2cej:0:FF894F:07:001:Play with Dhalsim PL2
sf2cej:0:FF894F:08:001:Play with M. Bison PL2
sf2cej:0:FF894F:09:001:Play with Sagat PL2
sf2cej:0:FF894F:0A:001:Play with Balrog PL2
sf2cej:0:FF894F:0B:001:Play with Vega PL2
; [ Street Fighter II' - Champion Edition (US rev A) ]
sf2ceua:0:000000:00:999:[You must turnoff all cheats]
sf2ceua:0:000000:00:999:[with F6 at the beginning of]
sf2ceua:0:000000:00:999:[the bonus levels. ]
sf2ceua:0:FF8ABE:99:000:Infinite Time
sf2ceua:0:FF89C1:0A:001:Next level = Last level
sf2ceua:0:FF89C1:0B:001:Lose a credit = Last level
sf2ceua:0:FF83E9:90:000:Infinite Energy PL1
sf2ceua:0:FF857B:90:500:Infinite Energy PL1 (2/2)
sf2ceua:0:FF83E9:00:000:Always have No Energy PL1
sf2ceua:0:FF857B:00:500:Always have No Energy PL1 (2/2)
sf2ceua:0:FF83E9:00:001:Drain All Energy Now! PL1
sf2ceua:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2)
sf2ceua:0:FF864E:02:000:Finish round to win match PL1
sf2ceua:0:FF864E:00:000:Rounds won always set = 0 PL1
sf2ceua:0:FF864E:00:001:Rounds won set = 0 Now! PL1
sf2ceua:0:FF8553:01:000:All Hits Combo PL1
sf2ceua:0:FF870A:00:000:All Hits Keep You Close PL1
sf2ceua:0:FF843F:01:000:No Charge Moves PL1
sf2ceua:0:FF8447:01:500:No Charge Moves PL1 (2/2)
sf2ceua:0:FF8445:01:000:No Charge Flash Kick PL1
sf2ceua:0:FF8450:01:000:No Charge Head Stomp PL1
sf2ceua:0:000000:00:999:[Use cheat for BISON ONLY!! ]
sf2ceua:0:FF8474:0F:000:Always Max Turnpunch PL1
sf2ceua:0:FF8476:0F:500:Always Max Turnpunch PL1(2/2)
sf2ceua:0:000000:00:999:[ Free player selection ]
sf2ceua:0:000000:00:999:[ Use on level VS screen ]
sf2ceua:0:FF864F:00:001:Play with Ryu PL1
sf2ceua:0:FF864F:01:001:Play with E. Honda PL1
sf2ceua:0:FF864F:02:001:Play with Blanka PL1
sf2ceua:0:FF864F:03:001:Play with Guile PL1
sf2ceua:0:FF864F:04:001:Play with Ken PL1
sf2ceua:0:FF864F:05:001:Play with Chun Li PL1
sf2ceua:0:FF864F:06:001:Play with Zangief PL1
sf2ceua:0:FF864F:07:001:Play with Dhalsim PL1
sf2ceua:0:FF864F:08:001:Play with M. Bison PL1
sf2ceua:0:FF864F:09:001:Play with Sagat PL1
sf2ceua:0:FF864F:0A:001:Play with Balrog PL1
sf2ceua:0:FF864F:0B:001:Play with Vega PL1
sf2ceua:0:FF86E9:90:000:Infinite Energy PL2
sf2ceua:0:FF887B:90:500:Infinite Energy PL2 (2/2)
sf2ceua:0:FF86E9:00:000:Always have No Energy PL2
sf2ceua:0:FF887B:00:500:Always have No Energy PL2 (2/2)
sf2ceua:0:FF86E9:00:001:Drain All Energy Now! PL2
sf2ceua:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2)
sf2ceua:0:FF894E:02:000:Finish round to win match PL2
sf2ceua:0:FF894E:00:000:Rounds won always set = 0 PL2
sf2ceua:0:FF894E:00:001:Rounds won set = 0 Now! PL2
sf2ceua:0:FF8853:01:000:All Hits Combo PL2
sf2ceua:0:FF840A:00:000:All Hits Keep you Close PL2
sf2ceua:0:FF873F:01:000:No Charge Moves PL2
sf2ceua:0:FF8747:01:500:No Charge Moves PL2 (2/2)
sf2ceua:0:FF8745:01:000:No Charge Flash Kick PL2
sf2ceua:0:FF8750:01:000:No Charge Head Stomp PL2
sf2ceua:0:000000:00:999:[Use cheat with M.Bison ONLY]
sf2ceua:0:FF8774:0F:000:Always Max Turnpunch PL2
sf2ceua:0:FF8776:0F:500:Always Max Turnpunch PL2(2/2)
sf2ceua:0:000000:00:999:[ Free player selection ]
sf2ceua:0:000000:00:999:[ Use on level VS screen ]
sf2ceua:0:FF894F:00:001:Play with Ryu PL2
sf2ceua:0:FF894F:01:001:Play with E. Honda PL2
sf2ceua:0:FF894F:02:001:Play with Blanka PL2
sf2ceua:0:FF894F:03:001:Play with Guile PL2
sf2ceua:0:FF894F:04:001:Play with Ken PL2
sf2ceua:0:FF894F:05:001:Play with Chun Li PL2
sf2ceua:0:FF894F:06:001:Play with Zangief PL2
sf2ceua:0:FF894F:07:001:Play with Dhalsim PL2
sf2ceua:0:FF894F:08:001:Play with M. Bison PL2
sf2ceua:0:FF894F:09:001:Play with Sagat PL2
sf2ceua:0:FF894F:0A:001:Play with Balrog PL2
sf2ceua:0:FF894F:0B:001:Play with Vega PL2
; [ Street Fighter II' - Champion Edition (US rev B) ]
sf2ceub:0:000000:00:999:[You must turnoff all cheats]
sf2ceub:0:000000:00:999:[with F6 at the beginning of]
sf2ceub:0:000000:00:999:[the bonus levels. ]
sf2ceub:0:FF8ABE:99:000:Infinite Time
sf2ceub:0:FF89C1:0A:001:Next level = Last level
sf2ceub:0:FF89C1:0B:001:Lose a credit = Last level
sf2ceub:0:FF83E9:90:000:Infinite Energy PL1
sf2ceub:0:FF857B:90:500:Infinite Energy PL1 (2/2)
sf2ceub:0:FF83E9:00:000:Always have No Energy PL1
sf2ceub:0:FF857B:00:500:Always have No Energy PL1 (2/2)
sf2ceub:0:FF83E9:00:001:Drain All Energy Now! PL1
sf2ceub:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2)
sf2ceub:0:FF864E:02:000:Finish round to win match PL1
sf2ceub:0:FF864E:00:000:Rounds won always set = 0 PL1
sf2ceub:0:FF864E:00:001:Rounds won set = 0 Now! PL1
sf2ceub:0:FF8553:01:000:All Hits Combo PL1
sf2ceub:0:FF870A:00:000:All Hits Keep You Close PL1
sf2ceub:0:FF843F:01:000:No Charge Moves PL1
sf2ceub:0:FF8447:01:500:No Charge Moves PL1 (2/2)
sf2ceub:0:FF8445:01:000:No Charge Flash Kick PL1
sf2ceub:0:FF8450:01:000:No Charge Head Stomp PL1
sf2ceub:0:000000:00:999:[Use cheat for BISON ONLY!! ]
sf2ceub:0:FF8474:0F:000:Always Max Turnpunch PL1
sf2ceub:0:FF8476:0F:500:Always Max Turnpunch PL1(2/2)
sf2ceub:0:000000:00:999:[ Free player selection ]
sf2ceub:0:000000:00:999:[ Use on level VS screen ]
sf2ceub:0:FF864F:00:001:Play with Ryu PL1
sf2ceub:0:FF864F:01:001:Play with E. Honda PL1
sf2ceub:0:FF864F:02:001:Play with Blanka PL1
sf2ceub:0:FF864F:03:001:Play with Guile PL1
sf2ceub:0:FF864F:04:001:Play with Ken PL1
sf2ceub:0:FF864F:05:001:Play with Chun Li PL1
sf2ceub:0:FF864F:06:001:Play with Zangief PL1
sf2ceub:0:FF864F:07:001:Play with Dhalsim PL1
sf2ceub:0:FF864F:08:001:Play with M. Bison PL1
sf2ceub:0:FF864F:09:001:Play with Sagat PL1
sf2ceub:0:FF864F:0A:001:Play with Balrog PL1
sf2ceub:0:FF864F:0B:001:Play with Vega PL1
sf2ceub:0:FF86E9:90:000:Infinite Energy PL2
sf2ceub:0:FF887B:90:500:Infinite Energy PL2 (2/2)
sf2ceub:0:FF86E9:00:000:Always have No Energy PL2
sf2ceub:0:FF887B:00:500:Always have No Energy PL2 (2/2)
sf2ceub:0:FF86E9:00:001:Drain All Energy Now! PL2
sf2ceub:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2)
sf2ceub:0:FF894E:02:000:Finish round to win match PL2
sf2ceub:0:FF894E:00:000:Rounds won always set = 0 PL2
sf2ceub:0:FF894E:00:001:Rounds won set = 0 Now! PL2
sf2ceub:0:FF8853:01:000:All Hits Combo PL2
sf2ceub:0:FF840A:00:000:All Hits Keep you Close PL2
sf2ceub:0:FF873F:01:000:No Charge Moves PL2
sf2ceub:0:FF8747:01:500:No Charge Moves PL2 (2/2)
sf2ceub:0:FF8745:01:000:No Charge Flash Kick PL2
sf2ceub:0:FF8750:01:000:No Charge Head Stomp PL2
sf2ceub:0:000000:00:999:[Use cheat with M.Bison ONLY]
sf2ceub:0:FF8774:0F:000:Always Max Turnpunch PL2
sf2ceub:0:FF8776:0F:500:Always Max Turnpunch PL2(2/2)
sf2ceub:0:000000:00:999:[ Free player selection ]
sf2ceub:0:000000:00:999:[ Use on level VS screen ]
sf2ceub:0:FF894F:00:001:Play with Ryu PL2
sf2ceub:0:FF894F:01:001:Play with E. Honda PL2
sf2ceub:0:FF894F:02:001:Play with Blanka PL2
sf2ceub:0:FF894F:03:001:Play with Guile PL2
sf2ceub:0:FF894F:04:001:Play with Ken PL2
sf2ceub:0:FF894F:05:001:Play with Chun Li PL2
sf2ceub:0:FF894F:06:001:Play with Zangief PL2
sf2ceub:0:FF894F:07:001:Play with Dhalsim PL2
sf2ceub:0:FF894F:08:001:Play with M. Bison PL2
sf2ceub:0:FF894F:09:001:Play with Sagat PL2
sf2ceub:0:FF894F:0A:001:Play with Balrog PL2
sf2ceub:0:FF894F:0B:001:Play with Vega PL2
; [ Street Fighter II - The World Warrior (Japan 911210) ]
sf2j:0:000000:00:999:[You must turnoff all cheats]
sf2j:0:000000:00:999:[with F6 at the beginning of]
sf2j:0:000000:00:999:[the bonus levels. ]
sf2j:0:FF8ACE:99:000:Infinite Time
sf2j:0:FF89CD:09:001:Next level = Last level
sf2j:0:FF89CD:0A:001:Lose a credit = Last level
sf2j:0:FF83F1:90:000:Infinite Energy PL1
sf2j:0:FF8583:90:500:Infinite Energy PL1 (2/2)
sf2j:0:FF83F1:00:000:Always have No Energy PL1
sf2j:0:FF8583:00:500:Always have No Energy PL1 (2/2)
sf2j:0:FF83F1:00:001:Drain All Energy Now! PL1
sf2j:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2)
sf2j:0:FF8656:02:000:Finish round to win match PL1
sf2j:0:FF8656:00:000:Rounds won always set = 0 PL1
sf2j:0:FF8656:00:001:Rounds won set = 0 Now! PL1
sf2j:0:000000:00:999:[ Free player selection ]
sf2j:0:000000:00:999:[ Use on level VS screen ]
sf2j:0:FF8657:00:001:Play with Ryu PL1
sf2j:0:FF8657:01:001:Play with E. Honda PL1
sf2j:0:FF8657:02:001:Play with Blanka PL1
sf2j:0:FF8657:03:001:Play with Guile PL1
sf2j:0:FF8657:04:001:Play with Ken PL1
sf2j:0:FF8657:05:001:Play with Chun Li PL1
sf2j:0:FF8657:06:001:Play with Zangief PL1
sf2j:0:FF8657:07:001:Play with Dhalsim PL1
sf2j:0:FF8657:08:001:Play with M. Bison PL1
sf2j:0:FF8657:09:001:Play with Sagat PL1
sf2j:0:FF8657:0A:001:Play with Balrog PL1
sf2j:0:FF8657:0B:001:Play with Vega PL1
sf2j:0:FF86F1:90:000:Infinite Energy PL2
sf2j:0:FF8883:90:500:Infinite Energy PL2 (2/2)
sf2j:0:FF86F1:00:000:Always have No Energy PL2
sf2j:0:FF8883:00:500:Always have No Energy PL2 (2/2)
sf2j:0:FF86F1:00:001:Drain All Energy Now! PL2
sf2j:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2)
sf2j:0:FF8956:02:000:Finish round to win match PL2
sf2j:0:FF8956:00:000:Rounds won always set = 0 PL2
sf2j:0:FF8956:00:001:Rounds won set = 0 Now! PL2
sf2j:0:000000:00:999:[ Free player selection ]
sf2j:0:000000:00:999:[ Use on level VS screen ]
sf2j:0:FF8957:00:001:Play with Ryu PL2
sf2j:0:FF8957:01:001:Play with E. Honda PL2
sf2j:0:FF8957:02:001:Play with Blanka PL2
sf2j:0:FF8957:03:001:Play with Guile PL2
sf2j:0:FF8957:04:001:Play with Ken PL2
sf2j:0:FF8957:05:001:Play with Chun Li PL2
sf2j:0:FF8957:06:001:Play with Zangief PL2
sf2j:0:FF8957:07:001:Play with Dhalsim PL2
sf2j:0:FF8957:08:001:Play with M. Bison PL2
sf2j:0:FF8957:09:001:Play with Sagat PL2
sf2j:0:FF8957:0A:001:Play with Balrog PL2
sf2j:0:FF8957:0B:001:Play with Vega PL2
; [ Street Fighter II - The World Warrior (Japan 910214) ]
sf2ja:0:000000:00:999:[You must turnoff all cheats]
sf2ja:0:000000:00:999:[with F6 at the beginning of]
sf2ja:0:000000:00:999:[the bonus levels. ]
sf2ja:0:FF8ACE:99:000:Infinite Time
sf2ja:0:FF89CD:09:001:Next level = Last level
sf2ja:0:FF89CD:0A:001:Lose a credit = Last level
sf2ja:0:FF83F1:90:000:Infinite Energy PL1
sf2ja:0:FF8583:90:500:Infinite Energy PL1 (2/2)
sf2ja:0:FF83F1:00:000:Always have No Energy PL1
sf2ja:0:FF8583:00:500:Always have No Energy PL1 (2/2)
sf2ja:0:FF83F1:00:001:Drain All Energy Now! PL1
sf2ja:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2)
sf2ja:0:FF8656:02:000:Finish round to win match PL1
sf2ja:0:FF8656:00:000:Rounds won always set = 0 PL1
sf2ja:0:FF8656:00:001:Rounds won set = 0 Now! PL1
sf2ja:0:000000:00:999:[ Free player selection ]
sf2ja:0:000000:00:999:[ Use on level VS screen ]
sf2ja:0:FF8657:00:001:Play with Ryu PL1
sf2ja:0:FF8657:01:001:Play with E. Honda PL1
sf2ja:0:FF8657:02:001:Play with Blanka PL1
sf2ja:0:FF8657:03:001:Play with Guile PL1
sf2ja:0:FF8657:04:001:Play with Ken PL1
sf2ja:0:FF8657:05:001:Play with Chun Li PL1
sf2ja:0:FF8657:06:001:Play with Zangief PL1
sf2ja:0:FF8657:07:001:Play with Dhalsim PL1
sf2ja:0:FF8657:08:001:Play with M. Bison PL1
sf2ja:0:FF8657:09:001:Play with Sagat PL1
sf2ja:0:FF8657:0A:001:Play with Balrog PL1
sf2ja:0:FF8657:0B:001:Play with Vega PL1
sf2ja:0:FF86F1:90:000:Infinite Energy PL2
sf2ja:0:FF8883:90:500:Infinite Energy PL2 (2/2)
sf2ja:0:FF86F1:00:000:Always have No Energy PL2
sf2ja:0:FF8883:00:500:Always have No Energy PL2 (2/2)
sf2ja:0:FF86F1:00:001:Drain All Energy Now! PL2
sf2ja:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2)
sf2ja:0:FF8956:02:000:Finish round to win match PL2
sf2ja:0:FF8956:00:000:Rounds won always set = 0 PL2
sf2ja:0:FF8956:00:001:Rounds won set = 0 Now! PL2
sf2ja:0:000000:00:999:[ Free player selection ]
sf2ja:0:000000:00:999:[ Use on level VS screen ]
sf2ja:0:FF8957:00:001:Play with Ryu PL2
sf2ja:0:FF8957:01:001:Play with E. Honda PL2
sf2ja:0:FF8957:02:001:Play with Blanka PL2
sf2ja:0:FF8957:03:001:Play with Guile PL2
sf2ja:0:FF8957:04:001:Play with Ken PL2
sf2ja:0:FF8957:05:001:Play with Chun Li PL2
sf2ja:0:FF8957:06:001:Play with Zangief PL2
sf2ja:0:FF8957:07:001:Play with Dhalsim PL2
sf2ja:0:FF8957:08:001:Play with M. Bison PL2
sf2ja:0:FF8957:09:001:Play with Sagat PL2
sf2ja:0:FF8957:0A:001:Play with Balrog PL2
sf2ja:0:FF8957:0B:001:Play with Vega PL2
; [ Street Fighter II - The World Warrior (Japan 910306) ]
sf2jc:0:000000:00:999:[You must turnoff all cheats]
sf2jc:0:000000:00:999:[with F6 at the beginning of]
sf2jc:0:000000:00:999:[the bonus levels. ]
sf2jc:0:FF8ACE:99:000:Infinite Time
sf2jc:0:FF89CD:09:001:Next level = Last level
sf2jc:0:FF89CD:0A:001:Lose a credit = Last level
sf2jc:0:FF83F1:90:000:Infinite Energy PL1
sf2jc:0:FF8583:90:500:Infinite Energy PL1 (2/2)
sf2jc:0:FF83F1:00:000:Always have No Energy PL1
sf2jc:0:FF8583:00:500:Always have No Energy PL1 (2/2)
sf2jc:0:FF83F1:00:001:Drain All Energy Now! PL1
sf2jc:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2)
sf2jc:0:FF8656:02:000:Finish round to win match PL1
sf2jc:0:FF8656:00:000:Rounds won always set = 0 PL1
sf2jc:0:FF8656:00:001:Rounds won set = 0 Now! PL1
sf2jc:0:000000:00:999:[ Free player selection ]
sf2jc:0:000000:00:999:[ Use on level VS screen ]
sf2jc:0:FF8657:00:001:Play with Ryu PL1
sf2jc:0:FF8657:01:001:Play with E. Honda PL1
sf2jc:0:FF8657:02:001:Play with Blanka PL1
sf2jc:0:FF8657:03:001:Play with Guile PL1
sf2jc:0:FF8657:04:001:Play with Ken PL1
sf2jc:0:FF8657:05:001:Play with Chun Li PL1
sf2jc:0:FF8657:06:001:Play with Zangief PL1
sf2jc:0:FF8657:07:001:Play with Dhalsim PL1
sf2jc:0:FF8657:08:001:Play with M. Bison PL1
sf2jc:0:FF8657:09:001:Play with Sagat PL1
sf2jc:0:FF8657:0A:001:Play with Balrog PL1
sf2jc:0:FF8657:0B:001:Play with Vega PL1
sf2jc:0:FF86F1:90:000:Infinite Energy PL2
sf2jc:0:FF8883:90:500:Infinite Energy PL2 (2/2)
sf2jc:0:FF86F1:00:000:Always have No Energy PL2
sf2jc:0:FF8883:00:500:Always have No Energy PL2 (2/2)
sf2jc:0:FF86F1:00:001:Drain All Energy Now! PL2
sf2jc:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2)
sf2jc:0:FF8956:02:000:Finish round to win match PL2
sf2jc:0:FF8956:00:000:Rounds won always set = 0 PL2
sf2jc:0:FF8956:00:001:Rounds won set = 0 Now! PL2
sf2jc:0:000000:00:999:[ Free player selection ]
sf2jc:0:000000:00:999:[ Use on level VS screen ]
sf2jc:0:FF8957:00:001:Play with Ryu PL2
sf2jc:0:FF8957:01:001:Play with E. Honda PL2
sf2jc:0:FF8957:02:001:Play with Blanka PL2
sf2jc:0:FF8957:03:001:Play with Guile PL2
sf2jc:0:FF8957:04:001:Play with Ken PL2
sf2jc:0:FF8957:05:001:Play with Chun Li PL2
sf2jc:0:FF8957:06:001:Play with Zangief PL2
sf2jc:0:FF8957:07:001:Play with Dhalsim PL2
sf2jc:0:FF8957:08:001:Play with M. Bison PL2
sf2jc:0:FF8957:09:001:Play with Sagat PL2
sf2jc:0:FF8957:0A:001:Play with Balrog PL2
sf2jc:0:FF8957:0B:001:Play with Vega PL2
; [ Street Fighter II' - Champion Edition (Rainbow set 1) ]
sf2rb:0:000000:00:999:[You must turnoff all cheats]
sf2rb:0:000000:00:999:[with F6 at the beginning of]
sf2rb:0:000000:00:999:[the bonus levels. ]
sf2rb:0:FF8ABE:99:000:Infinite Time
sf2rb:0:FF89C1:0A:001:Next level = Last level
sf2rb:0:FF89C1:0B:001:Lose a credit = Last level
sf2rb:0:FF83E9:90:000:Infinite Energy PL1
sf2rb:0:FF857B:90:500:Infinite Energy PL1 (2/2)
sf2rb:0:FF83E9:00:000:Always have No Energy PL1
sf2rb:0:FF857B:00:500:Always have No Energy PL1 (2/2)
sf2rb:0:FF83E9:00:001:Drain All Energy Now! PL1
sf2rb:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2)
sf2rb:0:FF864E:02:000:Finish round to win match PL1
sf2rb:0:FF864E:00:000:Rounds won always set = 0 PL1
sf2rb:0:FF864E:00:001:Rounds won set = 0 Now! PL1
sf2rb:0:FF8553:01:000:All Hits Combo PL1
sf2rb:0:FF870A:00:000:All Hits Keep You Close PL1
sf2rb:0:FF843F:01:000:No Charge Moves PL1
sf2rb:0:FF8447:01:500:No Charge Moves PL1 (2/2)
sf2rb:0:FF8445:01:000:No Charge Flash Kick PL1
sf2rb:0:FF8450:01:000:No Charge Head Stomp PL1
sf2rb:0:000000:00:999:[Use cheat for BISON ONLY!! ]
sf2rb:0:FF8474:0F:000:Always Max Turnpunch PL1
sf2rb:0:FF8476:0F:500:Always Max Turnpunch PL1(2/2)
sf2rb:0:000000:00:999:[ Free player selection ]
sf2rb:0:000000:00:999:[ Use on level VS screen ]
sf2rb:0:FF864F:00:001:Play with Ryu PL1
sf2rb:0:FF864F:01:001:Play with E. Honda PL1
sf2rb:0:FF864F:02:001:Play with Blanka PL1
sf2rb:0:FF864F:03:001:Play with Guile PL1
sf2rb:0:FF864F:04:001:Play with Ken PL1
sf2rb:0:FF864F:05:001:Play with Chun Li PL1
sf2rb:0:FF864F:06:001:Play with Zangief PL1
sf2rb:0:FF864F:07:001:Play with Dhalsim PL1
sf2rb:0:FF864F:08:001:Play with M. Bison PL1
sf2rb:0:FF864F:09:001:Play with Sagat PL1
sf2rb:0:FF864F:0A:001:Play with Balrog PL1
sf2rb:0:FF864F:0B:001:Play with Vega PL1
sf2rb:0:FF86E9:90:000:Infinite Energy PL2
sf2rb:0:FF887B:90:500:Infinite Energy PL2 (2/2)
sf2rb:0:FF86E9:00:000:Always have No Energy PL2
sf2rb:0:FF887B:00:500:Always have No Energy PL2 (2/2)
sf2rb:0:FF86E9:00:001:Drain All Energy Now! PL2
sf2rb:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2)
sf2rb:0:FF894E:02:000:Finish round to win match PL2
sf2rb:0:FF894E:00:000:Rounds won always set = 0 PL2
sf2rb:0:FF894E:00:001:Rounds won set = 0 Now! PL2
sf2rb:0:FF8853:01:000:All Hits Combo PL2
sf2rb:0:FF840A:00:000:All Hits Keep you Close PL2
sf2rb:0:FF873F:01:000:No Charge Moves PL2
sf2rb:0:FF8747:01:500:No Charge Moves PL2 (2/2)
sf2rb:0:FF8745:01:000:No Charge Flash Kick PL2
sf2rb:0:FF8750:01:000:No Charge Head Stomp PL2
sf2rb:0:000000:00:999:[Use cheat with M.Bison ONLY]
sf2rb:0:FF8774:0F:000:Always Max Turnpunch PL2
sf2rb:0:FF8776:0F:500:Always Max Turnpunch PL2(2/2)
sf2rb:0:000000:00:999:[ Free player selection ]
sf2rb:0:000000:00:999:[ Use on level VS screen ]
sf2rb:0:FF894F:00:001:Play with Ryu PL2
sf2rb:0:FF894F:01:001:Play with E. Honda PL2
sf2rb:0:FF894F:02:001:Play with Blanka PL2
sf2rb:0:FF894F:03:001:Play with Guile PL2
sf2rb:0:FF894F:04:001:Play with Ken PL2
sf2rb:0:FF894F:05:001:Play with Chun Li PL2
sf2rb:0:FF894F:06:001:Play with Zangief PL2
sf2rb:0:FF894F:07:001:Play with Dhalsim PL2
sf2rb:0:FF894F:08:001:Play with M. Bison PL2
sf2rb:0:FF894F:09:001:Play with Sagat PL2
sf2rb:0:FF894F:0A:001:Play with Balrog PL2
sf2rb:0:FF894F:0B:001:Play with Vega PL2
; [ Street Fighter II' - Champion Edition (Rainbow set 2) ]
sf2rb2:0:000000:00:999:[You must turnoff all cheats]
sf2rb2:0:000000:00:999:[with F6 at the beginning of]
sf2rb2:0:000000:00:999:[the bonus levels. ]
sf2rb2:0:FF8ABE:99:000:Infinite Time
sf2rb2:0:FF89C1:0A:001:Next level = Last level
sf2rb2:0:FF89C1:0B:001:Lose a credit = Last level
sf2rb2:0:FF83E9:90:000:Infinite Energy PL1
sf2rb2:0:FF857B:90:500:Infinite Energy PL1 (2/2)
sf2rb2:0:FF83E9:00:000:Always have No Energy PL1
sf2rb2:0:FF857B:00:500:Always have No Energy PL1 (2/2)
sf2rb2:0:FF83E9:00:001:Drain All Energy Now! PL1
sf2rb2:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2)
sf2rb2:0:FF864E:02:000:Finish round to win match PL1
sf2rb2:0:FF864E:00:000:Rounds won always set = 0 PL1
sf2rb2:0:FF864E:00:001:Rounds won set = 0 Now! PL1
sf2rb2:0:FF8553:01:000:All Hits Combo PL1
sf2rb2:0:FF870A:00:000:All Hits Keep You Close PL1
sf2rb2:0:FF843F:01:000:No Charge Moves PL1
sf2rb2:0:FF8447:01:500:No Charge Moves PL1 (2/2)
sf2rb2:0:FF8445:01:000:No Charge Flash Kick PL1
sf2rb2:0:FF8450:01:000:No Charge Head Stomp PL1
sf2rb2:0:000000:00:999:[Use cheat for BISON ONLY!! ]
sf2rb2:0:FF8474:0F:000:Always Max Turnpunch PL1
sf2rb2:0:FF8476:0F:500:Always Max Turnpunch PL1(2/2)
sf2rb2:0:000000:00:999:[ Free player selection ]
sf2rb2:0:000000:00:999:[ Use on level VS screen ]
sf2rb2:0:FF864F:00:001:Play with Ryu PL1
sf2rb2:0:FF864F:01:001:Play with E. Honda PL1
sf2rb2:0:FF864F:02:001:Play with Blanka PL1
sf2rb2:0:FF864F:03:001:Play with Guile PL1
sf2rb2:0:FF864F:04:001:Play with Ken PL1
sf2rb2:0:FF864F:05:001:Play with Chun Li PL1
sf2rb2:0:FF864F:06:001:Play with Zangief PL1
sf2rb2:0:FF864F:07:001:Play with Dhalsim PL1
sf2rb2:0:FF864F:08:001:Play with M. Bison PL1
sf2rb2:0:FF864F:09:001:Play with Sagat PL1
sf2rb2:0:FF864F:0A:001:Play with Balrog PL1
sf2rb2:0:FF864F:0B:001:Play with Vega PL1
sf2rb2:0:FF86E9:90:000:Infinite Energy PL2
sf2rb2:0:FF887B:90:500:Infinite Energy PL2 (2/2)
sf2rb2:0:FF86E9:00:000:Always have No Energy PL2
sf2rb2:0:FF887B:00:500:Always have No Energy PL2 (2/2)
sf2rb2:0:FF86E9:00:001:Drain All Energy Now! PL2
sf2rb2:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2)
sf2rb2:0:FF894E:02:000:Finish round to win match PL2
sf2rb2:0:FF894E:00:000:Rounds won always set = 0 PL2
sf2rb2:0:FF894E:00:001:Rounds won set = 0 Now! PL2
sf2rb2:0:FF8853:01:000:All Hits Combo PL2
sf2rb2:0:FF840A:00:000:All Hits Keep you Close PL2
sf2rb2:0:FF873F:01:000:No Charge Moves PL2
sf2rb2:0:FF8747:01:500:No Charge Moves PL2 (2/2)
sf2rb2:0:FF8745:01:000:No Charge Flash Kick PL2
sf2rb2:0:FF8750:01:000:No Charge Head Stomp PL2
sf2rb2:0:000000:00:999:[Use cheat with M.Bison ONLY]
sf2rb2:0:FF8774:0F:000:Always Max Turnpunch PL2
sf2rb2:0:FF8776:0F:500:Always Max Turnpunch PL2(2/2)
sf2rb2:0:000000:00:999:[ Free player selection ]
sf2rb2:0:000000:00:999:[ Use on level VS screen ]
sf2rb2:0:FF894F:00:001:Play with Ryu PL2
sf2rb2:0:FF894F:01:001:Play with E. Honda PL2
sf2rb2:0:FF894F:02:001:Play with Blanka PL2
sf2rb2:0:FF894F:03:001:Play with Guile PL2
sf2rb2:0:FF894F:04:001:Play with Ken PL2
sf2rb2:0:FF894F:05:001:Play with Chun Li PL2
sf2rb2:0:FF894F:06:001:Play with Zangief PL2
sf2rb2:0:FF894F:07:001:Play with Dhalsim PL2
sf2rb2:0:FF894F:08:001:Play with M. Bison PL2
sf2rb2:0:FF894F:09:001:Play with Sagat PL2
sf2rb2:0:FF894F:0A:001:Play with Balrog PL2
sf2rb2:0:FF894F:0B:001:Play with Vega PL2
; [ Street Fighter II' - Champion Edition (Red Wave) ]
sf2red:0:000000:00:999:[You must turnoff all cheats]
sf2red:0:000000:00:999:[with F6 at the beginning of]
sf2red:0:000000:00:999:[the bonus levels. ]
sf2red:0:FF8ABE:99:000:Infinite Time
sf2red:0:FF89C1:0A:001:Next level = Last level
sf2red:0:FF89C1:0B:001:Lose a credit = Last level
sf2red:0:FF83E9:90:000:Infinite Energy PL1
sf2red:0:FF857B:90:500:Infinite Energy PL1 (2/2)
sf2red:0:FF83E9:00:000:Always have No Energy PL1
sf2red:0:FF857B:00:500:Always have No Energy PL1 (2/2)
sf2red:0:FF83E9:00:001:Drain All Energy Now! PL1
sf2red:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2)
sf2red:0:FF864E:02:000:Finish round to win match PL1
sf2red:0:FF864E:00:000:Rounds won always set = 0 PL1
sf2red:0:FF864E:00:001:Rounds won set = 0 Now! PL1
sf2red:0:FF8553:01:000:All Hits Combo PL1
sf2red:0:FF870A:00:000:All Hits Keep You Close PL1
sf2red:0:FF843F:01:000:No Charge Moves PL1
sf2red:0:FF8447:01:500:No Charge Moves PL1 (2/2)
sf2red:0:FF8445:01:000:No Charge Flash Kick PL1
sf2red:0:FF8450:01:000:No Charge Head Stomp PL1
sf2red:0:000000:00:999:[Use cheat for BISON ONLY!! ]
sf2red:0:FF8474:0F:000:Always Max Turnpunch PL1
sf2red:0:FF8476:0F:500:Always Max Turnpunch PL1(2/2)
sf2red:0:000000:00:999:[ Free player selection ]
sf2red:0:000000:00:999:[ Use on level VS screen ]
sf2red:0:FF864F:00:001:Play with Ryu PL1
sf2red:0:FF864F:01:001:Play with E. Honda PL1
sf2red:0:FF864F:02:001:Play with Blanka PL1
sf2red:0:FF864F:03:001:Play with Guile PL1
sf2red:0:FF864F:04:001:Play with Ken PL1
sf2red:0:FF864F:05:001:Play with Chun Li PL1
sf2red:0:FF864F:06:001:Play with Zangief PL1
sf2red:0:FF864F:07:001:Play with Dhalsim PL1
sf2red:0:FF864F:08:001:Play with M. Bison PL1
sf2red:0:FF864F:09:001:Play with Sagat PL1
sf2red:0:FF864F:0A:001:Play with Balrog PL1
sf2red:0:FF864F:0B:001:Play with Vega PL1
sf2red:0:FF86E9:90:000:Infinite Energy PL2
sf2red:0:FF887B:90:500:Infinite Energy PL2 (2/2)
sf2red:0:FF86E9:00:000:Always have No Energy PL2
sf2red:0:FF887B:00:500:Always have No Energy PL2 (2/2)
sf2red:0:FF86E9:00:001:Drain All Energy Now! PL2
sf2red:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2)
sf2red:0:FF894E:02:000:Finish round to win match PL2
sf2red:0:FF894E:00:000:Rounds won always set = 0 PL2
sf2red:0:FF894E:00:001:Rounds won set = 0 Now! PL2
sf2red:0:FF8853:01:000:All Hits Combo PL2
sf2red:0:FF840A:00:000:All Hits Keep you Close PL2
sf2red:0:FF873F:01:000:No Charge Moves PL2
sf2red:0:FF8747:01:500:No Charge Moves PL2 (2/2)
sf2red:0:FF8745:01:000:No Charge Flash Kick PL2
sf2red:0:FF8750:01:000:No Charge Head Stomp PL2
sf2red:0:000000:00:999:[Use cheat with M.Bison ONLY]
sf2red:0:FF8774:0F:000:Always Max Turnpunch PL2
sf2red:0:FF8776:0F:500:Always Max Turnpunch PL2(2/2)
sf2red:0:000000:00:999:[ Free player selection ]
sf2red:0:000000:00:999:[ Use on level VS screen ]
sf2red:0:FF894F:00:001:Play with Ryu PL2
sf2red:0:FF894F:01:001:Play with E. Honda PL2
sf2red:0:FF894F:02:001:Play with Blanka PL2
sf2red:0:FF894F:03:001:Play with Guile PL2
sf2red:0:FF894F:04:001:Play with Ken PL2
sf2red:0:FF894F:05:001:Play with Chun Li PL2
sf2red:0:FF894F:06:001:Play with Zangief PL2
sf2red:0:FF894F:07:001:Play with Dhalsim PL2
sf2red:0:FF894F:08:001:Play with M. Bison PL2
sf2red:0:FF894F:09:001:Play with Sagat PL2
sf2red:0:FF894F:0A:001:Play with Balrog PL2
sf2red:0:FF894F:0B:001:Play with Vega PL2
; [ Street Fighter II' - Hyper Fighting (US) ]
sf2t:0:000000:00:999:[You must turnoff all cheats]
sf2t:0:000000:00:999:[with F6 at the beginning of]
sf2t:0:000000:00:999:[the bonus levels. ]
sf2t:0:FF8ABE:99:000:Infinite Time
sf2t:0:FF89C1:0A:001:Next level = Last level
sf2t:0:FF89C1:0B:001:Lose a credit = Last level
sf2t:0:FF83E9:90:000:Infinite Energy PL1
sf2t:0:FF857B:90:500:Infinite Energy PL1 (2/2)
sf2t:0:FF83E9:00:000:Always have No Energy PL1
sf2t:0:FF857B:00:500:Always have No Energy PL1 (2/2)
sf2t:0:FF83E9:00:001:Drain All Energy Now! PL1
sf2t:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2)
sf2t:0:FF864E:02:000:Finish round to win match PL1
sf2t:0:FF864E:00:000:Rounds won always set = 0 PL1
sf2t:0:FF864E:00:001:Rounds won set = 0 Now! PL1
sf2t:0:FF8553:01:000:All Hits Combo PL1
sf2t:0:FF870A:00:000:All Hits Keep You Close PL1
sf2t:0:FF843F:01:000:No Charge Moves PL1
sf2t:0:FF8447:01:500:No Charge Moves PL1 (2/2)
sf2t:0:FF8445:01:000:No Charge Flash Kick PL1
sf2t:0:FF8450:01:000:No Charge Head Stomp PL1
sf2t:0:000000:00:999:[Use cheat for BISON ONLY!! ]
sf2t:0:FF8474:0F:000:Always Max Turnpunch PL1
sf2t:0:FF8476:0F:500:Always Max Turnpunch PL1(2/2)
sf2t:0:000000:00:999:[ Free player selection ]
sf2t:0:000000:00:999:[ Use on level VS screen ]
sf2t:0:FF864F:00:001:Play with Ryu PL1
sf2t:0:FF864F:01:001:Play with E. Honda PL1
sf2t:0:FF864F:02:001:Play with Blanka PL1
sf2t:0:FF864F:03:001:Play with Guile PL1
sf2t:0:FF864F:04:001:Play with Ken PL1
sf2t:0:FF864F:05:001:Play with Chun Li PL1
sf2t:0:FF864F:06:001:Play with Zangief PL1
sf2t:0:FF864F:07:001:Play with Dhalsim PL1
sf2t:0:FF864F:08:001:Play with M. Bison PL1
sf2t:0:FF864F:09:001:Play with Sagat PL1
sf2t:0:FF864F:0A:001:Play with Balrog PL1
sf2t:0:FF864F:0B:001:Play with Vega PL1
sf2t:0:FF86E9:90:000:Infinite Energy PL2
sf2t:0:FF887B:90:500:Infinite Energy PL2 (2/2)
sf2t:0:FF86E9:00:000:Always have No Energy PL2
sf2t:0:FF887B:00:500:Always have No Energy PL2 (2/2)
sf2t:0:FF86E9:00:001:Drain All Energy Now! PL2
sf2t:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2)
sf2t:0:FF894E:02:000:Finish round to win match PL2
sf2t:0:FF894E:00:000:Rounds won always set = 0 PL2
sf2t:0:FF894E:00:001:Rounds won set = 0 Now! PL2
sf2t:0:FF8853:01:000:All Hits Combo PL2
sf2t:0:FF840A:00:000:All Hits Keep you Close PL2
sf2t:0:FF873F:01:000:No Charge Moves PL2
sf2t:0:FF8747:01:500:No Charge Moves PL2 (2/2)
sf2t:0:FF8745:01:000:No Charge Flash Kick PL2
sf2t:0:FF8750:01:000:No Charge Head Stomp PL2
sf2t:0:000000:00:999:[Use cheat with M.Bison ONLY]
sf2t:0:FF8774:0F:000:Always Max Turnpunch PL2
sf2t:0:FF8776:0F:500:Always Max Turnpunch PL2(2/2)
sf2t:0:000000:00:999:[ Free player selection ]
sf2t:0:000000:00:999:[ Use on level VS screen ]
sf2t:0:FF894F:00:001:Play with Ryu PL2
sf2t:0:FF894F:01:001:Play with E. Honda PL2
sf2t:0:FF894F:02:001:Play with Blanka PL2
sf2t:0:FF894F:03:001:Play with Guile PL2
sf2t:0:FF894F:04:001:Play with Ken PL2
sf2t:0:FF894F:05:001:Play with Chun Li PL2
sf2t:0:FF894F:06:001:Play with Zangief PL2
sf2t:0:FF894F:07:001:Play with Dhalsim PL2
sf2t:0:FF894F:08:001:Play with M. Bison PL2
sf2t:0:FF894F:09:001:Play with Sagat PL2
sf2t:0:FF894F:0A:001:Play with Balrog PL2
sf2t:0:FF894F:0B:001:Play with Vega PL2
; [ Street Fighter II' Turbo - Hyper Fighting (Japan) ]
sf2tj:0:000000:00:999:[You must turnoff all cheats]
sf2tj:0:000000:00:999:[with F6 at the beginning of]
sf2tj:0:000000:00:999:[the bonus levels. ]
sf2tj:0:FF8ABE:99:000:Infinite Time
sf2tj:0:FF89C1:0A:001:Next level = Last level
sf2tj:0:FF89C1:0B:001:Lose a credit = Last level
sf2tj:0:FF83E9:90:000:Infinite Energy PL1
sf2tj:0:FF857B:90:500:Infinite Energy PL1 (2/2)
sf2tj:0:FF83E9:00:000:Always have No Energy PL1
sf2tj:0:FF857B:00:500:Always have No Energy PL1 (2/2)
sf2tj:0:FF83E9:00:001:Drain All Energy Now! PL1
sf2tj:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2)
sf2tj:0:FF864E:02:000:Finish round to win match PL1
sf2tj:0:FF864E:00:000:Rounds won always set = 0 PL1
sf2tj:0:FF864E:00:001:Rounds won set = 0 Now! PL1
sf2tj:0:FF8553:01:000:All Hits Combo PL1
sf2tj:0:FF870A:00:000:All Hits Keep You Close PL1
sf2tj:0:FF843F:01:000:No Charge Moves PL1
sf2tj:0:FF8447:01:500:No Charge Moves PL1 (2/2)
sf2tj:0:FF8445:01:000:No Charge Flash Kick PL1
sf2tj:0:FF8450:01:000:No Charge Head Stomp PL1
sf2tj:0:000000:00:999:[Use cheat for BISON ONLY!! ]
sf2tj:0:FF8474:0F:000:Always Max Turnpunch PL1
sf2tj:0:FF8476:0F:500:Always Max Turnpunch PL1(2/2)
sf2tj:0:000000:00:999:[ Free player selection ]
sf2tj:0:000000:00:999:[ Use on level VS screen ]
sf2tj:0:FF864F:00:001:Play with Ryu PL1
sf2tj:0:FF864F:01:001:Play with E. Honda PL1
sf2tj:0:FF864F:02:001:Play with Blanka PL1
sf2tj:0:FF864F:03:001:Play with Guile PL1
sf2tj:0:FF864F:04:001:Play with Ken PL1
sf2tj:0:FF864F:05:001:Play with Chun Li PL1
sf2tj:0:FF864F:06:001:Play with Zangief PL1
sf2tj:0:FF864F:07:001:Play with Dhalsim PL1
sf2tj:0:FF864F:08:001:Play with M. Bison PL1
sf2tj:0:FF864F:09:001:Play with Sagat PL1
sf2tj:0:FF864F:0A:001:Play with Balrog PL1
sf2tj:0:FF864F:0B:001:Play with Vega PL1
sf2tj:0:FF86E9:90:000:Infinite Energy PL2
sf2tj:0:FF887B:90:500:Infinite Energy PL2 (2/2)
sf2tj:0:FF86E9:00:000:Always have No Energy PL2
sf2tj:0:FF887B:00:500:Always have No Energy PL2 (2/2)
sf2tj:0:FF86E9:00:001:Drain All Energy Now! PL2
sf2tj:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2)
sf2tj:0:FF894E:02:000:Finish round to win match PL2
sf2tj:0:FF894E:00:000:Rounds won always set = 0 PL2
sf2tj:0:FF894E:00:001:Rounds won set = 0 Now! PL2
sf2tj:0:FF8853:01:000:All Hits Combo PL2
sf2tj:0:FF840A:00:000:All Hits Keep you Close PL2
sf2tj:0:FF873F:01:000:No Charge Moves PL2
sf2tj:0:FF8747:01:500:No Charge Moves PL2 (2/2)
sf2tj:0:FF8745:01:000:No Charge Flash Kick PL2
sf2tj:0:FF8750:01:000:No Charge Head Stomp PL2
sf2tj:0:000000:00:999:[Use cheat with M.Bison ONLY]
sf2tj:0:FF8774:0F:000:Always Max Turnpunch PL2
sf2tj:0:FF8776:0F:500:Always Max Turnpunch PL2(2/2)
sf2tj:0:000000:00:999:[ Free player selection ]
sf2tj:0:000000:00:999:[ Use on level VS screen ]
sf2tj:0:FF894F:00:001:Play with Ryu PL2
sf2tj:0:FF894F:01:001:Play with E. Honda PL2
sf2tj:0:FF894F:02:001:Play with Blanka PL2
sf2tj:0:FF894F:03:001:Play with Guile PL2
sf2tj:0:FF894F:04:001:Play with Ken PL2
sf2tj:0:FF894F:05:001:Play with Chun Li PL2
sf2tj:0:FF894F:06:001:Play with Zangief PL2
sf2tj:0:FF894F:07:001:Play with Dhalsim PL2
sf2tj:0:FF894F:08:001:Play with M. Bison PL2
sf2tj:0:FF894F:09:001:Play with Sagat PL2
sf2tj:0:FF894F:0A:001:Play with Balrog PL2
sf2tj:0:FF894F:0B:001:Play with Vega PL2
; [ Street Fighter II - The World Warrior (US 910206) ]
sf2ua:0:000000:00:999:[You must turnoff all cheats]
sf2ua:0:000000:00:999:[with F6 at the beginning of]
sf2ua:0:000000:00:999:[the bonus levels. ]
sf2ua:0:FF8ACE:99:000:Infinite Time
sf2ua:0:FF89CD:09:001:Next level = Last level
sf2ua:0:FF89CD:0A:001:Lose a credit = Last level
sf2ua:0:FF83F1:90:000:Infinite Energy PL1
sf2ua:0:FF8583:90:500:Infinite Energy PL1 (2/2)
sf2ua:0:FF83F1:00:000:Always have No Energy PL1
sf2ua:0:FF8583:00:500:Always have No Energy PL1 (2/2)
sf2ua:0:FF83F1:00:001:Drain All Energy Now! PL1
sf2ua:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2)
sf2ua:0:FF8656:02:000:Finish round to win match PL1
sf2ua:0:FF8656:00:000:Rounds won always set = 0 PL1
sf2ua:0:FF8656:00:001:Rounds won set = 0 Now! PL1
sf2ua:0:000000:00:999:[ Free player selection ]
sf2ua:0:000000:00:999:[ Use on level VS screen ]
sf2ua:0:FF8657:00:001:Play with Ryu PL1
sf2ua:0:FF8657:01:001:Play with E. Honda PL1
sf2ua:0:FF8657:02:001:Play with Blanka PL1
sf2ua:0:FF8657:03:001:Play with Guile PL1
sf2ua:0:FF8657:04:001:Play with Ken PL1
sf2ua:0:FF8657:05:001:Play with Chun Li PL1
sf2ua:0:FF8657:06:001:Play with Zangief PL1
sf2ua:0:FF8657:07:001:Play with Dhalsim PL1
sf2ua:0:FF8657:08:001:Play with M. Bison PL1
sf2ua:0:FF8657:09:001:Play with Sagat PL1
sf2ua:0:FF8657:0A:001:Play with Balrog PL1
sf2ua:0:FF8657:0B:001:Play with Vega PL1
sf2ua:0:FF86F1:90:000:Infinite Energy PL2
sf2ua:0:FF8883:90:500:Infinite Energy PL2 (2/2)
sf2ua:0:FF86F1:00:000:Always have No Energy PL2
sf2ua:0:FF8883:00:500:Always have No Energy PL2 (2/2)
sf2ua:0:FF86F1:00:001:Drain All Energy Now! PL2
sf2ua:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2)
sf2ua:0:FF8956:02:000:Finish round to win match PL2
sf2ua:0:FF8956:00:000:Rounds won always set = 0 PL2
sf2ua:0:FF8956:00:001:Rounds won set = 0 Now! PL2
sf2ua:0:000000:00:999:[ Free player selection ]
sf2ua:0:000000:00:999:[ Use on level VS screen ]
sf2ua:0:FF8957:00:001:Play with Ryu PL2
sf2ua:0:FF8957:01:001:Play with E. Honda PL2
sf2ua:0:FF8957:02:001:Play with Blanka PL2
sf2ua:0:FF8957:03:001:Play with Guile PL2
sf2ua:0:FF8957:04:001:Play with Ken PL2
sf2ua:0:FF8957:05:001:Play with Chun Li PL2
sf2ua:0:FF8957:06:001:Play with Zangief PL2
sf2ua:0:FF8957:07:001:Play with Dhalsim PL2
sf2ua:0:FF8957:08:001:Play with M. Bison PL2
sf2ua:0:FF8957:09:001:Play with Sagat PL2
sf2ua:0:FF8957:0A:001:Play with Balrog PL2
sf2ua:0:FF8957:0B:001:Play with Vega PL2
; [ Street Fighter II - The World Warrior (US 910214) ]
sf2ub:0:000000:00:999:[You must turnoff all cheats]
sf2ub:0:000000:00:999:[with F6 at the beginning of]
sf2ub:0:000000:00:999:[the bonus levels. ]
sf2ub:0:FF8ACE:99:000:Infinite Time
sf2ub:0:FF89CD:09:001:Next level = Last level
sf2ub:0:FF89CD:0A:001:Lose a credit = Last level
sf2ub:0:FF83F1:90:000:Infinite Energy PL1
sf2ub:0:FF8583:90:500:Infinite Energy PL1 (2/2)
sf2ub:0:FF83F1:00:000:Always have No Energy PL1
sf2ub:0:FF8583:00:500:Always have No Energy PL1 (2/2)
sf2ub:0:FF83F1:00:001:Drain All Energy Now! PL1
sf2ub:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2)
sf2ub:0:FF8656:02:000:Finish round to win match PL1
sf2ub:0:FF8656:00:000:Rounds won always set = 0 PL1
sf2ub:0:FF8656:00:001:Rounds won set = 0 Now! PL1
sf2ub:0:000000:00:999:[ Free player selection ]
sf2ub:0:000000:00:999:[ Use on level VS screen ]
sf2ub:0:FF8657:00:001:Play with Ryu PL1
sf2ub:0:FF8657:01:001:Play with E. Honda PL1
sf2ub:0:FF8657:02:001:Play with Blanka PL1
sf2ub:0:FF8657:03:001:Play with Guile PL1
sf2ub:0:FF8657:04:001:Play with Ken PL1
sf2ub:0:FF8657:05:001:Play with Chun Li PL1
sf2ub:0:FF8657:06:001:Play with Zangief PL1
sf2ub:0:FF8657:07:001:Play with Dhalsim PL1
sf2ub:0:FF8657:08:001:Play with M. Bison PL1
sf2ub:0:FF8657:09:001:Play with Sagat PL1
sf2ub:0:FF8657:0A:001:Play with Balrog PL1
sf2ub:0:FF8657:0B:001:Play with Vega PL1
sf2ub:0:FF86F1:90:000:Infinite Energy PL2
sf2ub:0:FF8883:90:500:Infinite Energy PL2 (2/2)
sf2ub:0:FF86F1:00:000:Always have No Energy PL2
sf2ub:0:FF8883:00:500:Always have No Energy PL2 (2/2)
sf2ub:0:FF86F1:00:001:Drain All Energy Now! PL2
sf2ub:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2)
sf2ub:0:FF8956:02:000:Finish round to win match PL2
sf2ub:0:FF8956:00:000:Rounds won always set = 0 PL2
sf2ub:0:FF8956:00:001:Rounds won set = 0 Now! PL2
sf2ub:0:000000:00:999:[ Free player selection ]
sf2ub:0:000000:00:999:[ Use on level VS screen ]
sf2ub:0:FF8957:00:001:Play with Ryu PL2
sf2ub:0:FF8957:01:001:Play with E. Honda PL2
sf2ub:0:FF8957:02:001:Play with Blanka PL2
sf2ub:0:FF8957:03:001:Play with Guile PL2
sf2ub:0:FF8957:04:001:Play with Ken PL2
sf2ub:0:FF8957:05:001:Play with Chun Li PL2
sf2ub:0:FF8957:06:001:Play with Zangief PL2
sf2ub:0:FF8957:07:001:Play with Dhalsim PL2
sf2ub:0:FF8957:08:001:Play with M. Bison PL2
sf2ub:0:FF8957:09:001:Play with Sagat PL2
sf2ub:0:FF8957:0A:001:Play with Balrog PL2
sf2ub:0:FF8957:0B:001:Play with Vega PL2
; [ Street Fighter II - The World Warrior (US 910228) ]
sf2ue:0:000000:00:999:[You must turnoff all cheats]
sf2ue:0:000000:00:999:[with F6 at the beginning of]
sf2ue:0:000000:00:999:[the bonus levels. ]
sf2ue:0:FF8ACE:99:000:Infinite Time
sf2ue:0:FF89CD:09:001:Next level = Last level
sf2ue:0:FF89CD:0A:001:Lose a credit = Last level
sf2ue:0:FF83F1:90:000:Infinite Energy PL1
sf2ue:0:FF8583:90:500:Infinite Energy PL1 (2/2)
sf2ue:0:FF83F1:00:000:Always have No Energy PL1
sf2ue:0:FF8583:00:500:Always have No Energy PL1 (2/2)
sf2ue:0:FF83F1:00:001:Drain All Energy Now! PL1
sf2ue:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2)
sf2ue:0:FF8656:02:000:Finish round to win match PL1
sf2ue:0:FF8656:00:000:Rounds won always set = 0 PL1
sf2ue:0:FF8656:00:001:Rounds won set = 0 Now! PL1
sf2ue:0:000000:00:999:[ Free player selection ]
sf2ue:0:000000:00:999:[ Use on level VS screen ]
sf2ue:0:FF8657:00:001:Play with Ryu PL1
sf2ue:0:FF8657:01:001:Play with E. Honda PL1
sf2ue:0:FF8657:02:001:Play with Blanka PL1
sf2ue:0:FF8657:03:001:Play with Guile PL1
sf2ue:0:FF8657:04:001:Play with Ken PL1
sf2ue:0:FF8657:05:001:Play with Chun Li PL1
sf2ue:0:FF8657:06:001:Play with Zangief PL1
sf2ue:0:FF8657:07:001:Play with Dhalsim PL1
sf2ue:0:FF8657:08:001:Play with M. Bison PL1
sf2ue:0:FF8657:09:001:Play with Sagat PL1
sf2ue:0:FF8657:0A:001:Play with Balrog PL1
sf2ue:0:FF8657:0B:001:Play with Vega PL1
sf2ue:0:FF86F1:90:000:Infinite Energy PL2
sf2ue:0:FF8883:90:500:Infinite Energy PL2 (2/2)
sf2ue:0:FF86F1:00:000:Always have No Energy PL2
sf2ue:0:FF8883:00:500:Always have No Energy PL2 (2/2)
sf2ue:0:FF86F1:00:001:Drain All Energy Now! PL2
sf2ue:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2)
sf2ue:0:FF8956:02:000:Finish round to win match PL2
sf2ue:0:FF8956:00:000:Rounds won always set = 0 PL2
sf2ue:0:FF8956:00:001:Rounds won set = 0 Now! PL2
sf2ue:0:000000:00:999:[ Free player selection ]
sf2ue:0:000000:00:999:[ Use on level VS screen ]
sf2ue:0:FF8957:00:001:Play with Ryu PL2
sf2ue:0:FF8957:01:001:Play with E. Honda PL2
sf2ue:0:FF8957:02:001:Play with Blanka PL2
sf2ue:0:FF8957:03:001:Play with Guile PL2
sf2ue:0:FF8957:04:001:Play with Ken PL2
sf2ue:0:FF8957:05:001:Play with Chun Li PL2
sf2ue:0:FF8957:06:001:Play with Zangief PL2
sf2ue:0:FF8957:07:001:Play with Dhalsim PL2
sf2ue:0:FF8957:08:001:Play with M. Bison PL2
sf2ue:0:FF8957:09:001:Play with Sagat PL2
sf2ue:0:FF8957:0A:001:Play with Balrog PL2
sf2ue:0:FF8957:0B:001:Play with Vega PL2
; [ Street Fighter II - The World Warrior (US 910522) ]
sf2ui:0:000000:00:999:[You must turnoff all cheats]
sf2ui:0:000000:00:999:[with F6 at the beginning of]
sf2ui:0:000000:00:999:[the bonus levels. ]
sf2ui:0:FF8ACE:99:000:Infinite Time
sf2ui:0:FF89CD:09:001:Next level = Last level
sf2ui:0:FF89CD:0A:001:Lose a credit = Last level
sf2ui:0:FF83F1:90:000:Infinite Energy PL1
sf2ui:0:FF8583:90:500:Infinite Energy PL1 (2/2)
sf2ui:0:FF83F1:00:000:Always have No Energy PL1
sf2ui:0:FF8583:00:500:Always have No Energy PL1 (2/2)
sf2ui:0:FF83F1:00:001:Drain All Energy Now! PL1
sf2ui:0:FF8583:00:501:Drain All Energy Now! PL1 (2/2)
sf2ui:0:FF8656:02:000:Finish round to win match PL1
sf2ui:0:FF8656:00:000:Rounds won always set = 0 PL1
sf2ui:0:FF8656:00:001:Rounds won set = 0 Now! PL1
sf2ui:0:000000:00:999:[ Free player selection ]
sf2ui:0:000000:00:999:[ Use on level VS screen ]
sf2ui:0:FF8657:00:001:Play with Ryu PL1
sf2ui:0:FF8657:01:001:Play with E. Honda PL1
sf2ui:0:FF8657:02:001:Play with Blanka PL1
sf2ui:0:FF8657:03:001:Play with Guile PL1
sf2ui:0:FF8657:04:001:Play with Ken PL1
sf2ui:0:FF8657:05:001:Play with Chun Li PL1
sf2ui:0:FF8657:06:001:Play with Zangief PL1
sf2ui:0:FF8657:07:001:Play with Dhalsim PL1
sf2ui:0:FF8657:08:001:Play with M. Bison PL1
sf2ui:0:FF8657:09:001:Play with Sagat PL1
sf2ui:0:FF8657:0A:001:Play with Balrog PL1
sf2ui:0:FF8657:0B:001:Play with Vega PL1
sf2ui:0:FF86F1:90:000:Infinite Energy PL2
sf2ui:0:FF8883:90:500:Infinite Energy PL2 (2/2)
sf2ui:0:FF86F1:00:000:Always have No Energy PL2
sf2ui:0:FF8883:00:500:Always have No Energy PL2 (2/2)
sf2ui:0:FF86F1:00:001:Drain All Energy Now! PL2
sf2ui:0:FF8883:00:501:Drain All Energy Now! PL2 (2/2)
sf2ui:0:FF8956:02:000:Finish round to win match PL2
sf2ui:0:FF8956:00:000:Rounds won always set = 0 PL2
sf2ui:0:FF8956:00:001:Rounds won set = 0 Now! PL2
sf2ui:0:000000:00:999:[ Free player selection ]
sf2ui:0:000000:00:999:[ Use on level VS screen ]
sf2ui:0:FF8957:00:001:Play with Ryu PL2
sf2ui:0:FF8957:01:001:Play with E. Honda PL2
sf2ui:0:FF8957:02:001:Play with Blanka PL2
sf2ui:0:FF8957:03:001:Play with Guile PL2
sf2ui:0:FF8957:04:001:Play with Ken PL2
sf2ui:0:FF8957:05:001:Play with Chun Li PL2
sf2ui:0:FF8957:06:001:Play with Zangief PL2
sf2ui:0:FF8957:07:001:Play with Dhalsim PL2
sf2ui:0:FF8957:08:001:Play with M. Bison PL2
sf2ui:0:FF8957:09:001:Play with Sagat PL2
sf2ui:0:FF8957:0A:001:Play with Balrog PL2
sf2ui:0:FF8957:0B:001:Play with Vega PL2
; [ Street Fighter II! - Champion Edition (V004) ]
sf2v004:0:000000:00:999:[You must turnoff all cheats]
sf2v004:0:000000:00:999:[with F6 at the beginning of]
sf2v004:0:000000:00:999:[the bonus levels. ]
sf2v004:0:FF8ABE:99:000:Infinite Time
sf2v004:0:FF89C1:0A:001:Next level = Last level
sf2v004:0:FF89C1:0B:001:Lose a credit = Last level
sf2v004:0:FF83E9:90:000:Infinite Energy PL1
sf2v004:0:FF857B:90:500:Infinite Energy PL1 (2/2)
sf2v004:0:FF83E9:00:000:Always have No Energy PL1
sf2v004:0:FF857B:00:500:Always have No Energy PL1 (2/2)
sf2v004:0:FF83E9:00:001:Drain All Energy Now! PL1
sf2v004:0:FF857B:00:501:Drain All Energy Now! PL1 (2/2)
sf2v004:0:FF864E:02:000:Finish round to win match PL1
sf2v004:0:FF864E:00:000:Rounds won always set = 0 PL1
sf2v004:0:FF864E:00:001:Rounds won set = 0 Now! PL1
sf2v004:0:FF8553:01:000:All Hits Combo PL1
sf2v004:0:FF870A:00:000:All Hits Keep You Close PL1
sf2v004:0:FF843F:01:000:No Charge Moves PL1
sf2v004:0:FF8447:01:500:No Charge Moves PL1 (2/2)
sf2v004:0:FF8445:01:000:No Charge Flash Kick PL1
sf2v004:0:FF8450:01:000:No Charge Head Stomp PL1
sf2v004:0:000000:00:999:[Use cheat for BISON ONLY!! ]
sf2v004:0:FF8474:0F:000:Always Max Turnpunch PL1
sf2v004:0:FF8476:0F:500:Always Max Turnpunch PL1(2/2)
sf2v004:0:000000:00:999:[ Free player selection ]
sf2v004:0:000000:00:999:[ Use on level VS screen ]
sf2v004:0:FF864F:00:001:Play with Ryu PL1
sf2v004:0:FF864F:01:001:Play with E. Honda PL1
sf2v004:0:FF864F:02:001:Play with Blanka PL1
sf2v004:0:FF864F:03:001:Play with Guile PL1
sf2v004:0:FF864F:04:001:Play with Ken PL1
sf2v004:0:FF864F:05:001:Play with Chun Li PL1
sf2v004:0:FF864F:06:001:Play with Zangief PL1
sf2v004:0:FF864F:07:001:Play with Dhalsim PL1
sf2v004:0:FF864F:08:001:Play with M. Bison PL1
sf2v004:0:FF864F:09:001:Play with Sagat PL1
sf2v004:0:FF864F:0A:001:Play with Balrog PL1
sf2v004:0:FF864F:0B:001:Play with Vega PL1
sf2v004:0:FF86E9:90:000:Infinite Energy PL2
sf2v004:0:FF887B:90:500:Infinite Energy PL2 (2/2)
sf2v004:0:FF86E9:00:000:Always have No Energy PL2
sf2v004:0:FF887B:00:500:Always have No Energy PL2 (2/2)
sf2v004:0:FF86E9:00:001:Drain All Energy Now! PL2
sf2v004:0:FF887B:00:501:Drain All Energy Now! PL2 (2/2)
sf2v004:0:FF894E:02:000:Finish round to win match PL2
sf2v004:0:FF894E:00:000:Rounds won always set = 0 PL2
sf2v004:0:FF894E:00:001:Rounds won set = 0 Now! PL2
sf2v004:0:FF8853:01:000:All Hits Combo PL2
sf2v004:0:FF840A:00:000:All Hits Keep you Close PL2
sf2v004:0:FF873F:01:000:No Charge Moves PL2
sf2v004:0:FF8747:01:500:No Charge Moves PL2 (2/2)
sf2v004:0:FF8745:01:000:No Charge Flash Kick PL2
sf2v004:0:FF8750:01:000:No Charge Head Stomp PL2
sf2v004:0:000000:00:999:[Use cheat with M.Bison ONLY]
sf2v004:0:FF8774:0F:000:Always Max Turnpunch PL2
sf2v004:0:FF8776:0F:500:Always Max Turnpunch PL2(2/2)
sf2v004:0:000000:00:999:[ Free player selection ]
sf2v004:0:000000:00:999:[ Use on level VS screen ]
sf2v004:0:FF894F:00:001:Play with Ryu PL2
sf2v004:0:FF894F:01:001:Play with E. Honda PL2
sf2v004:0:FF894F:02:001:Play with Blanka PL2
sf2v004:0:FF894F:03:001:Play with Guile PL2
sf2v004:0:FF894F:04:001:Play with Ken PL2
sf2v004:0:FF894F:05:001:Play with Chun Li PL2
sf2v004:0:FF894F:06:001:Play with Zangief PL2
sf2v004:0:FF894F:07:001:Play with Dhalsim PL2
sf2v004:0:FF894F:08:001:Play with M. Bison PL2
sf2v004:0:FF894F:09:001:Play with Sagat PL2
sf2v004:0:FF894F:0A:001:Play with Balrog PL2
sf2v004:0:FF894F:0B:001:Play with Vega PL2
; [ Street Fighter Alpha: Warriors' Dreams (Euro 950727) ]
sfa:0:FFAE09:63:000:Infinite Time
sfa:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn
sfa:0:FFAE49:01:000:Quick Dramatic Battle
sfa:0:FF84A2:00:500:Quick Dramatic Battle (2/3)
sfa:0:FF88A2:01:500:Quick Dramatic Battle (3/3)
sfa:0:FF8441:90:000:Infinite Energy PL1
sfa:0:FF8441:00:000:Energy always set to 0 PL1
sfa:0:FF8441:00:001:Energy set to 0 Now! PL1
sfa:0:FF84C6:01:000:End round to win match PL1
sfa:0:FF84C6:00:000:Rounds won always = 0 PL1
sfa:0:FF84C6:00:001:Rounds won = 0 Now! PL1
sfa:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down
sfa:0:FF84BF:30:001:Charge super bar to L1 PL1
sfa:0:FF84BF:60:001:Charge super bar to L2 PL1
sfa:0:FF84BF:90:001:Charge super bar to L3 PL1
sfa:0:FF84BF:90:000:Super bar always L3 PL1
sfa:0:FF84BF:00:000:No super moves PL1
sfa:0:FF84BF:00:001:No super moves Now! PL1
sfa:0:FF8537:00:000:Never Faint PL1
sfa:0:FF853A:00:000:Faint on every hit PL1
sfa:0:000000:00:999:[ Free player selection ]
sfa:0:000000:00:999:[ Use on level VS screen ]
sfa:0:FF84A2:00:001:Play with Ryu PL1
sfa:0:FF84A2:01:001:Play with Ken PL1
sfa:0:FF84A2:02:001:Play with Gouki PL1
sfa:0:FF84A2:03:001:Play with Nash PL1
sfa:0:FF84A2:04:001:Play with Chun Li PL1
sfa:0:FF84A2:05:001:Play with Adon PL1
sfa:0:FF84A2:06:001:Play with Sodom PL1
sfa:0:FF84A2:07:001:Play with Guy PL1
sfa:0:FF84A2:08:001:Play with Birdie PL1
sfa:0:FF84A2:09:001:Play with Rose PL1
sfa:0:FF84A2:0A:001:Play with Vega PL1
sfa:0:FF84A2:0B:001:Play with Sagat PL1
sfa:0:FF84A2:0C:001:Play with Dan PL1
sfa:0:FF85F2:01:000:Inf taunts for Ken or Ryu PL1
sfa:0:FF85C1:01:000:Inf taunts for Chun Li PL1
sfa:0:FF85F0:01:000:Inf taunts for Charlie PL1
sfa:0:FF85C4:01:000:Inf taunts for Guy PL1
sfa:0:FF85F8:00:000:Inf taunts for Birdie PL1
sfa:0:FF85FF:01:000:Inf taunts for Sodom PL1
sfa:0:FF85F8:01:000:Inf taunts for Adon PL1
sfa:0:FF85E8:01:000:Inf taunts for Rose PL1
sfa:0:FF85C0:01:000:Inf taunts for Sagat PL1
sfa:0:FF85F1:01:000:Inf taunts for Akuma PL1
sfa:0:FF85FB:01:000:Inf taunts for Bison PL1
sfa:0:FF8841:90:000:Infinite Energy PL2
sfa:0:FF8841:00:000:Energy always set to 0 PL2
sfa:0:FF8841:00:001:Energy set to 0 Now! PL2
sfa:0:FF88C6:01:000:End round to win match PL2
sfa:0:FF88C6:00:000:Rounds won always = 0 PL2
sfa:0:FF88C6:00:001:Rounds won = 0 Now! PL2
sfa:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down
sfa:0:FF88BF:30:001:Charge super bar to L1 PL2
sfa:0:FF88BF:60:001:Charge super bar to L2 PL2
sfa:0:FF88BF:90:001:Charge super bar to L3 PL2
sfa:0:FF88BF:90:000:Super bar always L3 PL2
sfa:0:FF88BF:00:000:No super moves PL2
sfa:0:FF88BF:00:001:No super moves Now! PL2
sfa:0:FF8937:00:000:Never Faint PL2
sfa:0:FF893A:00:000:Faint on every hit PL2
sfa:0:000000:00:999:[ Free player selection ]
sfa:0:000000:00:999:[ Use on level VS screen ]
sfa:0:FF88A2:00:001:Play with Ryu PL2
sfa:0:FF88A2:01:001:Play with Ken PL2
sfa:0:FF88A2:02:001:Play with Gouki PL2
sfa:0:FF88A2:03:001:Play with Nash PL2
sfa:0:FF88A2:04:001:Play with Chun Li PL2
sfa:0:FF88A2:05:001:Play with Adon PL2
sfa:0:FF88A2:06:001:Play with Sodom PL2
sfa:0:FF88A2:07:001:Play with Guy PL2
sfa:0:FF88A2:08:001:Play with Birdie PL2
sfa:0:FF88A2:09:001:Play with Rose PL2
sfa:0:FF88A2:0A:001:Play with Vega PL2
sfa:0:FF88A2:0B:001:Play with Sagat PL2
sfa:0:FF88A2:0C:001:Play with Dan PL2
sfa:0:FF89F2:01:000:Inf taunts for Ken or Ryu PL2
sfa:0:FF89C1:01:000:Inf taunts for Chun Li PL2
sfa:0:FF89F0:01:000:Inf taunts for Charlie PL2
sfa:0:FF89C4:01:000:Inf taunts for Guy PL2
sfa:0:FF89F8:00:000:Inf taunts for Birdie PL2
sfa:0:FF89FF:01:000:Inf taunts for Sodom PL2
sfa:0:FF89F8:01:000:Inf taunts for Adon PL2
sfa:0:FF89E8:01:000:Inf taunts for Rose PL2
sfa:0:FF89C0:01:000:Inf taunts for Sagat PL2
sfa:0:FF89F1:01:000:Inf taunts for Akuma PL2
sfa:0:FF89FB:01:000:Inf taunts for Bison PL2
sfa:0:000000:00:999:[These are the codes to set ]
sfa:0:000000:00:999:[the machine region - the ]
sfa:0:000000:00:999:[effectiveness may vary! ]
sfa:0:000000:00:999:[You have to enable these on]
sfa:0:000000:00:999:[the ROM check screen!! ]
sfa:0:FF8191:00:000:Region Switch = Japan
sfa:0:FF8191:02:000:Region Switch = USA
sfa:0:FF8191:04:000:Region Switch = Hispanic
sfa:0:FF8191:06:000:Region Switch = Asia
sfa:0:FF8191:08:000:Region Switch = Euro
sfa:0:FF8191:0A:000:Region Switch = Brazil
; [ Street Fighter Alpha 2 (US 960306) ]
sfa2:0:FF8109:63:000:Infinite Time
sfa2:0:FF8109:00:001:Finish this Round Now!
sfa2:0:FF8451:90:000:Infinite Energy PL1
sfa2:0:FF8453:90:500:Infinite Energy PL1 (2/2)
sfa2:0:FF8451:00:001:Drain All Energy Now! PL1
sfa2:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2)
sfa2:0:FF849F:90:000:Always have Maximum POW PL1
sfa2:0:FF849F:00:000:Always have Minimum POW PL1
sfa2:0:FF849F:90:001:Get Maximum POW Now! PL1
sfa2:0:FF849F:00:001:Get Minimum POW Now! PL1
sfa2:0:FF8699:B0:000:Infinite Custom Combo PL1
sfa2:0:FF869A:00:500:Infinite Custom Combo PL1(2/2)
sfa2:0:000000:00:999:[ Free player selection ]
sfa2:0:000000:00:999:[ Use on level VS screen ]
sfa2:0:FF8482:00:001:Play as Ryu PL1
sfa2:0:FF8482:01:001:Play as Ken PL1
sfa2:0:FF8482:02:001:Play as Akuma PL1
sfa2:0:FF8482:03:001:Play as Charlie PL1
sfa2:0:FF8482:04:001:Play as Chun-Li PL1
sfa2:0:FF8482:05:001:Play as Adon PL1
sfa2:0:FF8482:06:001:Play as Sodom PL1
sfa2:0:FF8482:07:001:Play as Guy PL1
sfa2:0:FF8482:08:001:Play as Birdie PL1
sfa2:0:FF8482:09:001:Play as Rose PL1
sfa2:0:FF8482:0A:001:Play as M. Bison PL1
sfa2:0:FF8482:0B:001:Play as Sagat PL1
sfa2:0:FF8482:0C:001:Play as Dan PL1
sfa2:0:FF8482:0D:001:Play as Sakura PL1
sfa2:0:FF8482:0E:001:Play as Rolento PL1
sfa2:0:FF8482:0F:001:Play as Dhalsim PL1
sfa2:0:FF8482:10:001:Play as Zangief PL1
sfa2:0:FF8482:11:001:Play as Gen PL1
sfa2:0:FF8482:12:001:Play as Chun-Li (SF2) PL1
sfa2:0:FF8482:14:001:Play as Akuma (Blue) PL1
sfa2:0:FF8482:17:001:Play as Evil Ryu PL1
sfa2:0:FF8851:90:000:Infinite Energy PL2
sfa2:0:FF8853:90:500:Infinite Energy PL2 (2/2)
sfa2:0:FF8851:00:001:Drain All Energy Now! PL2
sfa2:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2)
sfa2:0:FF889F:90:000:Always have Maximum POW PL2
sfa2:0:FF889F:00:000:Always have Minimum POW PL2
sfa2:0:FF889F:90:001:Get Maximum POW Now! PL2
sfa2:0:FF889F:00:001:Get Minimum POW Now! PL2
sfa2:0:FF8A99:B0:000:Infinite Custom Combo PL2
sfa2:0:FF8A9A:00:500:Infinite Custom Combo PL2(2/2)
sfa2:0:000000:00:999:[ Free player selection ]
sfa2:0:000000:00:999:[ Use on level VS screen ]
sfa2:0:FF8882:00:001:Play as Ryu PL2
sfa2:0:FF8882:01:001:Play as Ken PL2
sfa2:0:FF8882:02:001:Play as Akuma PL2
sfa2:0:FF8882:03:001:Play as Charlie PL2
sfa2:0:FF8882:04:001:Play as Chun-Li PL2
sfa2:0:FF8882:05:001:Play as Adon PL2
sfa2:0:FF8882:06:001:Play as Sodom PL2
sfa2:0:FF8882:07:001:Play as Guy PL2
sfa2:0:FF8882:08:001:Play as Birdie PL2
sfa2:0:FF8882:09:001:Play as Rose PL2
sfa2:0:FF8882:0A:001:Play as M. Bison PL2
sfa2:0:FF8882:0B:001:Play as Sagat PL2
sfa2:0:FF8882:0C:001:Play as Dan PL2
sfa2:0:FF8882:0D:001:Play as Sakura PL2
sfa2:0:FF8882:0E:001:Play as Rolento PL2
sfa2:0:FF8882:0F:001:Play as Dhalsim PL2
sfa2:0:FF8882:10:001:Play as Zangief PL2
sfa2:0:FF8882:11:001:Play as Gen PL2
sfa2:0:FF8882:12:001:Play as Chun-Li (SF2) PL2
sfa2:0:FF8882:14:001:Play as Akuma (Blue) PL2
sfa2:0:FF8882:17:001:Play as Evil Ryu PL2
sfa2:0:FF800B:FF:000:Sound Test Timer Stop
sfa2:0:000000:00:999:[These Play Stage next cheats should be used after you ]
sfa2:0:000000:00:999:[have won a stage and 'WINNER' is displayed. However, ]
sfa2:0:000000:00:999:[when you finish the game it will finish as if you ]
sfa2:0:000000:00:999:[where on Akuma's Island regardless of stage chosen. ]
sfa2:0:FF8101:00:001:Play Japan (Snow) Stage Next!
sfa2:0:FF8101:02:001:Play USA (Boat) Stage Next!
sfa2:0:FF8101:04:001:Play Japan (Akuma's Island) Stage Next!
sfa2:0:FF8101:06:001:Play USA (Plane) Stage Next!
sfa2:0:FF8101:08:001:Play China (Bikes) Stage Next!
sfa2:0:FF8101:0A:001:Play Thailand (Lakeside) Stage Next!
sfa2:0:FF8101:0C:001:Play USA (Truck) Stage Next!
sfa2:0:FF8101:0E:001:Play USA (Alley) Stage Next!
sfa2:0:FF8101:10:001:Play England (Toilets) Stage Next!
sfa2:0:FF8101:12:001:Play Italy (Venice) Stage Next!
sfa2:0:FF8101:14:001:Play Brazil (Plane) Stage Next!
sfa2:0:FF8101:16:001:Play Thailand (Buddha) Stage Next!
sfa2:0:FF8101:18:001:Play Hong Kong (Market) Stage Next!
sfa2:0:FF8101:1A:001:Play Japan (Outside House) Stage Next!
sfa2:0:FF8101:1C:001:Play USA (Yard) Stage Next!
sfa2:0:FF8101:1E:001:Play India (Elephants) Stage Next!
sfa2:0:FF8101:20:001:Play USSR (Factory) Stage Next!
sfa2:0:FF8101:22:001:Play China (Alley) Stage Next!
sfa2:0:FF8101:24:001:Play Australia (Crop Field) Stage Next!
sfa2:0:FF8101:26:001:Play Venezuela (Waterfall) Stage Next!
sfa2:0:000000:00:999:[These are the codes to set the machine region - the ]
sfa2:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
sfa2:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
sfa2:0:FF8091:00:000:Region Switch = Japan
sfa2:0:FF8091:02:000:Region Switch = USA
sfa2:0:FF8091:04:000:Region Switch = Hispanic
sfa2:0:FF8091:06:000:Region Switch = Oceania
sfa2:0:FF8091:08:000:Region Switch = Asia
sfa2:0:FF8091:0A:000:Region Switch = Euro
sfa2:0:FF8091:0C:000:Region Switch = Brazil
; [ Street Fighter Alpha 3 (US 980904) ]
sfa3:0:FF8109:63:000:Infinite Time
sfa3:0:FF8109:00:001:Finish this Round Now!
sfa3:0:FF8451:90:000:Infinite Energy PL1
sfa3:0:FF8453:90:500:Infinite Energy PL1 (2/2)
sfa3:0:FF8451:00:001:Drain All Energy Now! PL1
sfa3:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2)
sfa3:0:FF851F:90:000:Always have Maximum POW PL1
sfa3:0:FF851F:00:000:Always have Minimum POW PL1
sfa3:0:FF851F:90:001:Get Maximum POW Now! PL1
sfa3:0:FF851F:00:001:Get Minimum POW Now! PL1
sfa3:0:FF864D:00:000:Always have Maximum Guard PL1
sfa3:0:FF864C:3C:500:Always have Maximum Guard PL1 (2/2)
sfa3:0:FF864D:40:000:Always have Minimum Guard PL1
sfa3:0:FF864C:00:500:Always have Minimum Guard PL1 (2/2)
sfa3:0:FF864D:00:001:Get Maximum Guard Now! PL1
sfa3:0:FF864C:3C:501:Get Minimum Guard Now! PL1 (2/2)
sfa3:0:FF864D:40:001:Get Minimum Guard Now! PL1
sfa3:0:FF864C:00:501:Get Minimum Guard Now! PL1 (2/2)
sfa3:0:FF86CC:00:000:Always have fast recovery after hit PL1
sfa3:0:FF86CD:28:500:Always have fast recovery after hit PL1 (2/2)
sfa3:0:FF86CC:00:000:Always have slow recovery after hit PL1
sfa3:0:FF86CD:00:500:Always have slow recovery after hit PL1 (2/2)
sfa3:0:FF8638:00:000:Infinite Fireballs PL1
sfa3:0:FF8638:01:000:Never have use of Fireballs PL1
sfa3:0:FF84BC:01:000:Infinite Chohatsu PL1
sfa3:0:FF8431:00:000:Infinite Air Special/Super moves PL1
sfa3:0:FF845F:00:000:Always be in Hardest Mode PL1
sfa3:0:FF8A5A:00:500:Always be in Hardest Mode PL1 (2/2)
sfa3:0:FF84B9:01:000:Always have V-ISM combo PL1
sfa3:0:000000:00:999:[ Free player selection ]
sfa3:0:000000:00:999:[ Use on level VS screen ]
sfa3:0:FF8502:00:001:Play as Ryu PL1
sfa3:0:FF8502:01:001:Play as Ken PL1
sfa3:0:FF8502:02:001:Play as Akuma PL1
sfa3:0:FF8502:03:001:Play as Charlie PL1
sfa3:0:FF8502:04:001:Play as Chun-Li PL1
sfa3:0:FF8502:05:001:Play as Adon PL1
sfa3:0:FF8502:06:001:Play as Sodom PL1
sfa3:0:FF8502:07:001:Play as Guy PL1
sfa3:0:FF8502:08:001:Play as Birdie PL1
sfa3:0:FF8502:09:001:Play as Rose PL1
sfa3:0:FF8502:0A:001:Play as M. Bison PL1
sfa3:0:FF8502:0B:001:Play as Sagat PL1
sfa3:0:FF8502:0C:001:Play as Dan PL1
sfa3:0:FF8502:0D:001:Play as Sakura PL1
sfa3:0:FF8502:0E:001:Play as Rolento PL1
sfa3:0:FF8502:0F:001:Play as Dhalsim PL1
sfa3:0:FF8502:10:001:Play as Zangief PL1
sfa3:0:FF8502:11:001:Play as Gen PL1
sfa3:0:FF8502:16:001:Play as Cammy PL1
sfa3:0:FF8502:18:001:Play as E. Honda PL1
sfa3:0:FF8502:19:001:Play as Blanka PL1
sfa3:0:FF8502:1A:001:Play as R. Mika PL1
sfa3:0:FF8502:1B:001:Play as Cody PL1
sfa3:0:FF8502:1C:001:Play as Vega PL1
sfa3:0:FF8502:1D:001:Play as Karin PL1
sfa3:0:FF8502:15:001:Play as Balrog PL1
sfa3:0:FF8502:1E:001:Play as Juli PL1
sfa3:0:FF8502:1F:001:Play as Juni PL1
sfa3:0:FF8851:90:000:Infinite Energy PL2
sfa3:0:FF8853:90:500:Infinite Energy PL2 (2/2)
sfa3:0:FF8851:00:001:Drain All Energy Now! PL2
sfa3:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2)
sfa3:0:FF891F:90:000:Always have Maximum POW PL2
sfa3:0:FF891F:00:000:Always have Minimum POW PL2
sfa3:0:FF891F:90:001:Get Maximum POW Now! PL2
sfa3:0:FF891F:00:001:Get Minimum POW Now! PL2
sfa3:0:FF8A4D:00:000:Always have Maximum Guard PL2
sfa3:0:FF8A4C:3C:500:Always have Maximum Guard PL2 (2/2)
sfa3:0:FF8A4D:40:000:Always have Minimum Guard PL2
sfa3:0:FF8A4C:00:500:Always have Minimum Guard PL2 (2/2)
sfa3:0:FF8A4D:00:001:Get Maximum Guard Now! PL2
sfa3:0:FF8A4C:3C:501:Get Minimum Guard Now! PL2 (2/2)
sfa3:0:FF8A4D:40:001:Get Minimum Guard Now! PL2
sfa3:0:FF8A4C:00:501:Get Minimum Guard Now! PL2 (2/2)
sfa3:0:FF8ACC:00:000:Always have fast recovery after hit PL2
sfa3:0:FF8ACD:28:500:Always have fast recovery after hit PL2 (2/2)
sfa3:0:FF8ACC:00:000:Always have slow recovery after hit PL2
sfa3:0:FF8ACD:00:500:Always have slow recovery after hit PL2 (2/2)
sfa3:0:FF8A38:00:000:Infinite Fireballs PL2
sfa3:0:FF8A38:01:000:Never have use of Fireballs PL2
sfa3:0:FF88BC:01:000:Infinite Chohatsu PL2
sfa3:0:FF8831:00:000:Infinite Air Special/Super moves PL2
sfa3:0:FF885F:00:000:Always be in Hardest Mode PL2
sfa3:0:FF865b:00:500:Always be in Hardest Mode PL2 (2/2)
sfa3:0:FF88B9:01:000:Always have V-ISM combo PL2
sfa3:0:000000:00:999:[ Free player selection ]
sfa3:0:000000:00:999:[ Use on level VS screen ]
sfa3:0:FF8902:00:001:Play as Ryu PL2
sfa3:0:FF8902:01:001:Play as Ken PL2
sfa3:0:FF8902:02:001:Play as Akuma PL2
sfa3:0:FF8902:03:001:Play as Charlie PL2
sfa3:0:FF8902:04:001:Play as Chun-Li PL2
sfa3:0:FF8902:05:001:Play as Adon PL2
sfa3:0:FF8902:06:001:Play as Sodom PL2
sfa3:0:FF8902:07:001:Play as Guy PL2
sfa3:0:FF8902:08:001:Play as Birdie PL2
sfa3:0:FF8902:09:001:Play as Rose PL2
sfa3:0:FF8902:0A:001:Play as M. Bison PL2
sfa3:0:FF8902:0B:001:Play as Sagat PL2
sfa3:0:FF8902:0C:001:Play as Dan PL2
sfa3:0:FF8902:0D:001:Play as Sakura PL2
sfa3:0:FF8902:0E:001:Play as Rolento PL2
sfa3:0:FF8902:0F:001:Play as Dhalsim PL2
sfa3:0:FF8902:10:001:Play as Zangief PL2
sfa3:0:FF8902:11:001:Play as Gen PL2
sfa3:0:FF8902:16:001:Play as Cammy PL2
sfa3:0:FF8902:18:001:Play as E. Honda PL2
sfa3:0:FF8902:19:001:Play as Blanka PL2
sfa3:0:FF8902:1A:001:Play as R. Mika PL2
sfa3:0:FF8902:1B:001:Play as Cody PL2
sfa3:0:FF8902:1C:001:Play as Vega PL2
sfa3:0:FF8902:1D:001:Play as Karin PL2
sfa3:0:FF8902:15:001:Play as Balrog PL2
sfa3:0:FF8902:1E:001:Play as Juli PL2
sfa3:0:FF8902:1F:001:Play as Juni PL2
sfa3:0:000000:00:999:[These Play Stage next cheats should be used after you ]
sfa3:0:000000:00:999:[have won a stage and the big 'V' is displayed - Pause ]
sfa3:0:000000:00:999:[the game here whilst you enable the cheat! ]
sfa3:0:FF8101:00:001:Play Japan (Sunset) Stage Next!
sfa3:0:FF8101:02:001:Play USA (Hotel Fountain) Stage Next!
sfa3:0:FF8101:04:001:Play Japan (Cave) Stage Next!
sfa3:0:FF8101:06:001:Play USA (Aircraft Hangar) Stage Next!
sfa3:0:FF8101:08:001:Play China (Exercise in Square) Stage Next!
sfa3:0:FF8101:0A:001:Play Thailand (Temple) Stage Next!
sfa3:0:FF8101:0C:001:Play USA (Japanese Place) Stage Next!
sfa3:0:FF8101:0E:001:Play USA (Under the Arches) Stage Next!
sfa3:0:FF8101:10:001:Play England (Train Wreck) Stage Next!
sfa3:0:FF8101:12:001:Play Italy (Spiral Staircase) Stage Next!
sfa3:0:FF8101:14:001:Play 'The Raining' Stage Next!
sfa3:0:FF8101:16:001:Play Thailand (Buddha) Stage Next!
sfa3:0:FF8101:18:001:Play Japan (Swings) Stage Next!
sfa3:0:FF8101:1A:001:Play Japan (Market) Stage Next!
sfa3:0:FF8101:1C:001:Play USA (Military Train Station) Stage Next!
sfa3:0:FF8101:1E:001:Play India (Sleeping Elephant) Stage Next!
sfa3:0:FF8101:20:001:Play USSR (Steel Works) Stage Next!
sfa3:0:FF8101:22:001:Play Hong Kong (Harbourside) Stage Next!
sfa3:0:FF8101:2C:001:Play Greece (Windmill) Stage Next!
sfa3:0:FF8101:30:001:Play Japan (Street) Stage Next!
sfa3:0:FF8101:32:001:Play Brazil (Amazon) Stage Next!
sfa3:0:FF8101:34:001:Play Japan (Seaside) Stage Next!
sfa3:0:FF8101:36:001:Play USA (Prison) Stage Next!
sfa3:0:FF8101:38:001:Play Spain (Fence) Stage Next!
sfa3:0:000000:00:999:[These are the codes to set the machine region - the ]
sfa3:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
sfa3:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
sfa3:0:FF8091:00:000:Region Switch = Japan
sfa3:0:FF8091:02:000:Region Switch = USA
sfa3:0:FF8091:04:000:Region Switch = Hispanic
sfa3:0:FF8091:06:000:Region Switch = Oceania
sfa3:0:FF8091:08:000:Region Switch = Asia
sfa3:0:FF8091:0A:000:Region Switch = Euro
sfa3:0:FF8091:0C:000:Region Switch = Brazil
sfa3:0:FF800B:FF:000:Sound Test Timer Stop
; [ Street Fighter Alpha 3 (US 980629) ]
sfa3r1:0:FF8109:63:000:Infinite Time
sfa3r1:0:FF8109:00:001:Finish this Round Now!
sfa3r1:0:FF8451:90:000:Infinite Energy PL1
sfa3r1:0:FF8453:90:500:Infinite Energy PL1 (2/2)
sfa3r1:0:FF8451:00:001:Drain All Energy Now! PL1
sfa3r1:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2)
sfa3r1:0:FF851F:90:000:Always have Maximum POW PL1
sfa3r1:0:FF851F:00:000:Always have Minimum POW PL1
sfa3r1:0:FF851F:90:001:Get Maximum POW Now! PL1
sfa3r1:0:FF851F:00:001:Get Minimum POW Now! PL1
sfa3r1:0:FF864D:00:000:Always have Maximum Guard PL1
sfa3r1:0:FF864C:3C:500:Always have Maximum Guard PL1 (2/2)
sfa3r1:0:FF864D:40:000:Always have Minimum Guard PL1
sfa3r1:0:FF864C:00:500:Always have Minimum Guard PL1 (2/2)
sfa3r1:0:FF864D:00:001:Get Maximum Guard Now! PL1
sfa3r1:0:FF864C:3C:501:Get Minimum Guard Now! PL1 (2/2)
sfa3r1:0:FF864D:40:001:Get Minimum Guard Now! PL1
sfa3r1:0:FF864C:00:501:Get Minimum Guard Now! PL1 (2/2)
sfa3r1:0:FF86CC:00:000:Always have fast recovery after hit PL1
sfa3r1:0:FF86CD:28:500:Always have fast recovery after hit PL1 (2/2)
sfa3r1:0:FF86CC:00:000:Always have slow recovery after hit PL1
sfa3r1:0:FF86CD:00:500:Always have slow recovery after hit PL1 (2/2)
sfa3r1:0:FF8638:00:000:Infinite Fireballs PL1
sfa3r1:0:FF8638:01:000:Never have use of Fireballs PL1
sfa3r1:0:FF84BC:01:000:Infinite Chohatsu PL1
sfa3r1:0:FF8431:00:000:Infinite Air Special/Super moves PL1
sfa3r1:0:FF845F:00:000:Always be in Hardest Mode PL1
sfa3r1:0:FF8A5A:00:500:Always be in Hardest Mode PL1 (2/2)
sfa3r1:0:FF84B9:01:000:Always have V-ISM combo PL1
sfa3r1:0:000000:00:999:[ Free player selection ]
sfa3r1:0:000000:00:999:[ Use on level VS screen ]
sfa3r1:0:FF8502:00:001:Play as Ryu PL1
sfa3r1:0:FF8502:01:001:Play as Ken PL1
sfa3r1:0:FF8502:02:001:Play as Akuma PL1
sfa3r1:0:FF8502:03:001:Play as Charlie PL1
sfa3r1:0:FF8502:04:001:Play as Chun-Li PL1
sfa3r1:0:FF8502:05:001:Play as Adon PL1
sfa3r1:0:FF8502:06:001:Play as Sodom PL1
sfa3r1:0:FF8502:07:001:Play as Guy PL1
sfa3r1:0:FF8502:08:001:Play as Birdie PL1
sfa3r1:0:FF8502:09:001:Play as Rose PL1
sfa3r1:0:FF8502:0A:001:Play as M. Bison PL1
sfa3r1:0:FF8502:0B:001:Play as Sagat PL1
sfa3r1:0:FF8502:0C:001:Play as Dan PL1
sfa3r1:0:FF8502:0D:001:Play as Sakura PL1
sfa3r1:0:FF8502:0E:001:Play as Rolento PL1
sfa3r1:0:FF8502:0F:001:Play as Dhalsim PL1
sfa3r1:0:FF8502:10:001:Play as Zangief PL1
sfa3r1:0:FF8502:11:001:Play as Gen PL1
sfa3r1:0:FF8502:16:001:Play as Cammy PL1
sfa3r1:0:FF8502:18:001:Play as E. Honda PL1
sfa3r1:0:FF8502:19:001:Play as Blanka PL1
sfa3r1:0:FF8502:1A:001:Play as R. Mika PL1
sfa3r1:0:FF8502:1B:001:Play as Cody PL1
sfa3r1:0:FF8502:1C:001:Play as Vega PL1
sfa3r1:0:FF8502:1D:001:Play as Karin PL1
sfa3r1:0:FF8502:15:001:Play as Balrog PL1
sfa3r1:0:FF8502:1E:001:Play as Juli PL1
sfa3r1:0:FF8502:1F:001:Play as Juni PL1
sfa3r1:0:FF8851:90:000:Infinite Energy PL2
sfa3r1:0:FF8853:90:500:Infinite Energy PL2 (2/2)
sfa3r1:0:FF8851:00:001:Drain All Energy Now! PL2
sfa3r1:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2)
sfa3r1:0:FF891F:90:000:Always have Maximum POW PL2
sfa3r1:0:FF891F:00:000:Always have Minimum POW PL2
sfa3r1:0:FF891F:90:001:Get Maximum POW Now! PL2
sfa3r1:0:FF891F:00:001:Get Minimum POW Now! PL2
sfa3r1:0:FF8A4D:00:000:Always have Maximum Guard PL2
sfa3r1:0:FF8A4C:3C:500:Always have Maximum Guard PL2 (2/2)
sfa3r1:0:FF8A4D:40:000:Always have Minimum Guard PL2
sfa3r1:0:FF8A4C:00:500:Always have Minimum Guard PL2 (2/2)
sfa3r1:0:FF8A4D:00:001:Get Maximum Guard Now! PL2
sfa3r1:0:FF8A4C:3C:501:Get Minimum Guard Now! PL2 (2/2)
sfa3r1:0:FF8A4D:40:001:Get Minimum Guard Now! PL2
sfa3r1:0:FF8A4C:00:501:Get Minimum Guard Now! PL2 (2/2)
sfa3r1:0:FF8ACC:00:000:Always have fast recovery after hit PL2
sfa3r1:0:FF8ACD:28:500:Always have fast recovery after hit PL2 (2/2)
sfa3r1:0:FF8ACC:00:000:Always have slow recovery after hit PL2
sfa3r1:0:FF8ACD:00:500:Always have slow recovery after hit PL2 (2/2)
sfa3r1:0:FF8A38:00:000:Infinite Fireballs PL2
sfa3r1:0:FF8A38:01:000:Never have use of Fireballs PL2
sfa3r1:0:FF88BC:01:000:Infinite Chohatsu PL2
sfa3r1:0:FF8831:00:000:Infinite Air Special/Super moves PL2
sfa3r1:0:FF885F:00:000:Always be in Hardest Mode PL2
sfa3r1:0:FF865b:00:500:Always be in Hardest Mode PL2 (2/2)
sfa3r1:0:FF88B9:01:000:Always have V-ISM combo PL2
sfa3r1:0:000000:00:999:[ Free player selection ]
sfa3r1:0:000000:00:999:[ Use on level VS screen ]
sfa3r1:0:FF8902:00:001:Play as Ryu PL2
sfa3r1:0:FF8902:01:001:Play as Ken PL2
sfa3r1:0:FF8902:02:001:Play as Akuma PL2
sfa3r1:0:FF8902:03:001:Play as Charlie PL2
sfa3r1:0:FF8902:04:001:Play as Chun-Li PL2
sfa3r1:0:FF8902:05:001:Play as Adon PL2
sfa3r1:0:FF8902:06:001:Play as Sodom PL2
sfa3r1:0:FF8902:07:001:Play as Guy PL2
sfa3r1:0:FF8902:08:001:Play as Birdie PL2
sfa3r1:0:FF8902:09:001:Play as Rose PL2
sfa3r1:0:FF8902:0A:001:Play as M. Bison PL2
sfa3r1:0:FF8902:0B:001:Play as Sagat PL2
sfa3r1:0:FF8902:0C:001:Play as Dan PL2
sfa3r1:0:FF8902:0D:001:Play as Sakura PL2
sfa3r1:0:FF8902:0E:001:Play as Rolento PL2
sfa3r1:0:FF8902:0F:001:Play as Dhalsim PL2
sfa3r1:0:FF8902:10:001:Play as Zangief PL2
sfa3r1:0:FF8902:11:001:Play as Gen PL2
sfa3r1:0:FF8902:16:001:Play as Cammy PL2
sfa3r1:0:FF8902:18:001:Play as E. Honda PL2
sfa3r1:0:FF8902:19:001:Play as Blanka PL2
sfa3r1:0:FF8902:1A:001:Play as R. Mika PL2
sfa3r1:0:FF8902:1B:001:Play as Cody PL2
sfa3r1:0:FF8902:1C:001:Play as Vega PL2
sfa3r1:0:FF8902:1D:001:Play as Karin PL2
sfa3r1:0:FF8902:15:001:Play as Balrog PL2
sfa3r1:0:FF8902:1E:001:Play as Juli PL2
sfa3r1:0:FF8902:1F:001:Play as Juni PL2
sfa3r1:0:000000:00:999:[These Play Stage next cheats should be used after you ]
sfa3r1:0:000000:00:999:[have won a stage and the big 'V' is displayed - Pause ]
sfa3r1:0:000000:00:999:[the game here whilst you enable the cheat! ]
sfa3r1:0:FF8101:00:001:Play Japan (Sunset) Stage Next!
sfa3r1:0:FF8101:02:001:Play USA (Hotel Fountain) Stage Next!
sfa3r1:0:FF8101:04:001:Play Japan (Cave) Stage Next!
sfa3r1:0:FF8101:06:001:Play USA (Aircraft Hangar) Stage Next!
sfa3r1:0:FF8101:08:001:Play China (Exercise in Square) Stage Next!
sfa3r1:0:FF8101:0A:001:Play Thailand (Temple) Stage Next!
sfa3r1:0:FF8101:0C:001:Play USA (Japanese Place) Stage Next!
sfa3r1:0:FF8101:0E:001:Play USA (Under the Arches) Stage Next!
sfa3r1:0:FF8101:10:001:Play England (Train Wreck) Stage Next!
sfa3r1:0:FF8101:12:001:Play Italy (Spiral Staircase) Stage Next!
sfa3r1:0:FF8101:14:001:Play 'The Raining' Stage Next!
sfa3r1:0:FF8101:16:001:Play Thailand (Buddha) Stage Next!
sfa3r1:0:FF8101:18:001:Play Japan (Swings) Stage Next!
sfa3r1:0:FF8101:1A:001:Play Japan (Market) Stage Next!
sfa3r1:0:FF8101:1C:001:Play USA (Military Train Station) Stage Next!
sfa3r1:0:FF8101:1E:001:Play India (Sleeping Elephant) Stage Next!
sfa3r1:0:FF8101:20:001:Play USSR (Steel Works) Stage Next!
sfa3r1:0:FF8101:22:001:Play Hong Kong (Harbourside) Stage Next!
sfa3r1:0:FF8101:2C:001:Play Greece (Windmill) Stage Next!
sfa3r1:0:FF8101:30:001:Play Japan (Street) Stage Next!
sfa3r1:0:FF8101:32:001:Play Brazil (Amazon) Stage Next!
sfa3r1:0:FF8101:34:001:Play Japan (Seaside) Stage Next!
sfa3r1:0:FF8101:36:001:Play USA (Prison) Stage Next!
sfa3r1:0:FF8101:38:001:Play Spain (Fence) Stage Next!
sfa3r1:0:000000:00:999:[These are the codes to set the machine region - the ]
sfa3r1:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
sfa3r1:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
sfa3r1:0:FF8091:00:000:Region Switch = Japan
sfa3r1:0:FF8091:02:000:Region Switch = USA
sfa3r1:0:FF8091:04:000:Region Switch = Hispanic
sfa3r1:0:FF8091:06:000:Region Switch = Oceania
sfa3r1:0:FF8091:08:000:Region Switch = Asia
sfa3r1:0:FF8091:0A:000:Region Switch = Euro
sfa3r1:0:FF8091:0C:000:Region Switch = Brazil
sfa3r1:0:FF800B:FF:000:Sound Test Timer Stop
; [ Street Fighter Alpha: Warriors' Dreams (US 950627) ]
sfau:0:FFAE09:63:000:Infinite Time
sfau:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn
sfau:0:FFAE49:01:000:Quick Dramatic Battle
sfau:0:FF84A2:00:500:Quick Dramatic Battle (2/3)
sfau:0:FF88A2:01:500:Quick Dramatic Battle (3/3)
sfau:0:FF8441:90:000:Infinite Energy PL1
sfau:0:FF8441:00:000:Energy always set to 0 PL1
sfau:0:FF8441:00:001:Energy set to 0 Now! PL1
sfau:0:FF84C6:01:000:End round to win match PL1
sfau:0:FF84C6:00:000:Rounds won always = 0 PL1
sfau:0:FF84C6:00:001:Rounds won = 0 Now! PL1
sfau:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down
sfau:0:FF84BF:30:001:Charge super bar to L1 PL1
sfau:0:FF84BF:60:001:Charge super bar to L2 PL1
sfau:0:FF84BF:90:001:Charge super bar to L3 PL1
sfau:0:FF84BF:90:000:Super bar always L3 PL1
sfau:0:FF84BF:00:000:No super moves PL1
sfau:0:FF84BF:00:001:No super moves Now! PL1
sfau:0:FF8537:00:000:Never Faint PL1
sfau:0:FF853A:00:000:Faint on every hit PL1
sfau:0:000000:00:999:[ Free player selection ]
sfau:0:000000:00:999:[ Use on level VS screen ]
sfau:0:FF84A2:00:001:Play with Ryu PL1
sfau:0:FF84A2:01:001:Play with Ken PL1
sfau:0:FF84A2:02:001:Play with Gouki PL1
sfau:0:FF84A2:03:001:Play with Nash PL1
sfau:0:FF84A2:04:001:Play with Chun Li PL1
sfau:0:FF84A2:05:001:Play with Adon PL1
sfau:0:FF84A2:06:001:Play with Sodom PL1
sfau:0:FF84A2:07:001:Play with Guy PL1
sfau:0:FF84A2:08:001:Play with Birdie PL1
sfau:0:FF84A2:09:001:Play with Rose PL1
sfau:0:FF84A2:0A:001:Play with Vega PL1
sfau:0:FF84A2:0B:001:Play with Sagat PL1
sfau:0:FF84A2:0C:001:Play with Dan PL1
sfau:0:FF85F2:01:000:Inf taunts for Ken or Ryu PL1
sfau:0:FF85C1:01:000:Inf taunts for Chun Li PL1
sfau:0:FF85F0:01:000:Inf taunts for Charlie PL1
sfau:0:FF85C4:01:000:Inf taunts for Guy PL1
sfau:0:FF85F8:00:000:Inf taunts for Birdie PL1
sfau:0:FF85FF:01:000:Inf taunts for Sodom PL1
sfau:0:FF85F8:01:000:Inf taunts for Adon PL1
sfau:0:FF85E8:01:000:Inf taunts for Rose PL1
sfau:0:FF85C0:01:000:Inf taunts for Sagat PL1
sfau:0:FF85F1:01:000:Inf taunts for Akuma PL1
sfau:0:FF85FB:01:000:Inf taunts for Bison PL1
sfau:0:FF8841:90:000:Infinite Energy PL2
sfau:0:FF8841:00:000:Energy always set to 0 PL2
sfau:0:FF8841:00:001:Energy set to 0 Now! PL2
sfau:0:FF88C6:01:000:End round to win match PL2
sfau:0:FF88C6:00:000:Rounds won always = 0 PL2
sfau:0:FF88C6:00:001:Rounds won = 0 Now! PL2
sfau:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down
sfau:0:FF88BF:30:001:Charge super bar to L1 PL2
sfau:0:FF88BF:60:001:Charge super bar to L2 PL2
sfau:0:FF88BF:90:001:Charge super bar to L3 PL2
sfau:0:FF88BF:90:000:Super bar always L3 PL2
sfau:0:FF88BF:00:000:No super moves PL2
sfau:0:FF88BF:00:001:No super moves Now! PL2
sfau:0:FF8937:00:000:Never Faint PL2
sfau:0:FF893A:00:000:Faint on every hit PL2
sfau:0:000000:00:999:[ Free player selection ]
sfau:0:000000:00:999:[ Use on level VS screen ]
sfau:0:FF88A2:00:001:Play with Ryu PL2
sfau:0:FF88A2:01:001:Play with Ken PL2
sfau:0:FF88A2:02:001:Play with Gouki PL2
sfau:0:FF88A2:03:001:Play with Nash PL2
sfau:0:FF88A2:04:001:Play with Chun Li PL2
sfau:0:FF88A2:05:001:Play with Adon PL2
sfau:0:FF88A2:06:001:Play with Sodom PL2
sfau:0:FF88A2:07:001:Play with Guy PL2
sfau:0:FF88A2:08:001:Play with Birdie PL2
sfau:0:FF88A2:09:001:Play with Rose PL2
sfau:0:FF88A2:0A:001:Play with Vega PL2
sfau:0:FF88A2:0B:001:Play with Sagat PL2
sfau:0:FF88A2:0C:001:Play with Dan PL2
sfau:0:FF89F2:01:000:Inf taunts for Ken or Ryu PL2
sfau:0:FF89C1:01:000:Inf taunts for Chun Li PL2
sfau:0:FF89F0:01:000:Inf taunts for Charlie PL2
sfau:0:FF89C4:01:000:Inf taunts for Guy PL2
sfau:0:FF89F8:00:000:Inf taunts for Birdie PL2
sfau:0:FF89FF:01:000:Inf taunts for Sodom PL2
sfau:0:FF89F8:01:000:Inf taunts for Adon PL2
sfau:0:FF89E8:01:000:Inf taunts for Rose PL2
sfau:0:FF89C0:01:000:Inf taunts for Sagat PL2
sfau:0:FF89F1:01:000:Inf taunts for Akuma PL2
sfau:0:FF89FB:01:000:Inf taunts for Bison PL2
sfau:0:000000:00:999:[These are the codes to set ]
sfau:0:000000:00:999:[the machine region - the ]
sfau:0:000000:00:999:[effectiveness may vary! ]
sfau:0:000000:00:999:[You have to enable these on]
sfau:0:000000:00:999:[the ROM check screen!! ]
sfau:0:FF8191:00:000:Region Switch = Japan
sfau:0:FF8191:02:000:Region Switch = USA
sfau:0:FF8191:04:000:Region Switch = Hispanic
sfau:0:FF8191:06:000:Region Switch = Asia
sfau:0:FF8191:08:000:Region Switch = Euro
sfau:0:FF8191:0A:000:Region Switch = Brazil
; [ Space Fever (black and white) ]
sfeverbw:0:61FF:03:000:Infinite Lives PL1
sfeverbw:0:62FF:03:000:Infinite Lives PL2
sfeverbw:0:6069:00:000:Invaders don't fire
sfeverbw:0:606A:30:500:Invaders don't fire (2/2)
; [ Street Football ]
sfootbal:0:00A0:99:000:Infinite Time
sfootbal:0:00A1:00:500:Infinite Time (2/2)
sfootbal:0:00A0:00:001:Finish Game Now!
sfootbal:0:00A1:01:501:Finish Game Now! (2/2)
sfootbal:0:00CD:01:000:Always First Down
sfootbal:0:00CD:01:001:Set to First Down Now!
sfootbal:0:00CD:04:001:Set to Fourth Down Now!
sfootbal:0:0000:00:999:[The score is not updated ]
sfootbal:0:0000:00:999:[until somebody scores! ]
sfootbal:0:02F2:99:073:Select Score PL1
sfootbal:0:02FA:99:073:Select Score PL2
; [ Super Formula (Japan) ]
sformula:0:FF8935:63:000:Infinite Credits
sformula:0:FF8B15:00:000:Infinite Time (Time Attack)
sformula:0:FF854B:28:000:Infinite Time (Grand Prix)
sformula:0:FF8987:01:000:Always be in Pole Position
; [ Sea Fighter Poseidon ]
sfposeid:0:8415:40:000:Infinite Fuel
sfposeid:0:0000:00:999:[See the Dip Switch Menu to ]
sfposeid:0:0000:00:999:[enable Invincibility. ]
sfposeid:0:8404:03:000:Infinite Lives PL1
sfposeid:0:8484:03:000:Infinite Lives PL2
; [ Street Fighter: The Movie (v1.12) ]
sftm:0:007169:80:000:Infinite Energy PL1
sftm:0:007169:00:001:Drain All Energy Now! PL1
sftm:0:00717B:43:000:Always have SUPER (Max Pow) PL1
sftm:0:00717B:00:000:Never have SUPER (Min Pow) PL1
sftm:0:00717B:43:001:Get SUPER (Max Pow) Now! PL1
sftm:0:00717B:00:001:Lose SUPER (Min Pow) Now! PL1
sftm:0:000000:00:999:[Free player selection - Ideally use on level VS screen]
sftm:0:000000:00:999:[OR if enabled ingame character is only available for ]
sftm:0:000000:00:999:[the next round. ]
sftm:0:0078C8:00:001:Play as Ryu Now! PL1
sftm:0:00716E:00:501:Play as Ryu Now! PL1 (2/2)
sftm:0:0078C8:01:001:Play as Vega Now! PL1
sftm:0:00716E:01:501:Play as Vega Now! PL1 (2/2)
sftm:0:0078C8:02:001:Play as Guile Now! PL1
sftm:0:00716E:02:501:Play as Guile Now! PL1 (2/2)
sftm:0:0078C8:03:001:Play as Sagat Now! PL1
sftm:0:00716E:03:501:Play as Sagat Now! PL1 (2/2)
sftm:0:0078C8:04:001:Play as Ken Now! PL1
sftm:0:00716E:04:501:Play as Ken Now! PL1 (2/2)
sftm:0:0078C8:05:001:Play as Honda Now! PL1
sftm:0:00716E:05:501:Play as Honda Now! PL1 (2/2)
sftm:0:0078C8:06:001:Play as Chun Li Now! PL1
sftm:0:00716E:06:501:Play as Chun Li Now! PL1 (2/2)
sftm:0:0078C8:07:001:Play as Cammy Now! PL1
sftm:0:00716E:07:501:Play as Cammy Now! PL1 (2/2)
sftm:0:0078C8:08:001:Play as Sawada Now! PL1
sftm:0:00716E:08:501:Play as Sawada Now! PL1 (2/2)
sftm:0:0078C8:09:001:Play as Bulrog Now! PL1
sftm:0:00716E:09:501:Play as Bulrog Now! PL1 (2/2)
sftm:0:0078C8:0A:001:Play as Blade Now! PL1
sftm:0:00716E:0A:501:Play as Blade Now! PL1 (2/2)
sftm:0:0078C8:0B:001:Play as Bison Now! PL1
sftm:0:00716E:0B:501:Play as Bison Now! PL1 (2/2)
sftm:0:0078C8:0C:001:Play as Akuma Now! PL1
sftm:0:00716E:0C:501:Play as Akuma Now! PL1 (2/2)
sftm:0:0078C8:0D:001:Play as Zangief Now! PL1
sftm:0:00716E:0D:501:Play as Zangief Now! PL1 (2/2)
sftm:0:0078C8:0E:001:Play as Arkane Now! PL1
sftm:0:00716E:0E:501:Play as Arkane Now! PL1 (2/2)
sftm:0:0078C8:0F:001:Play as F7 Now! PL1
sftm:0:00716E:0F:501:Play as F7 Now! PL1 (2/2)
sftm:0:0078C8:10:001:Play as Khyber Now! PL1
sftm:0:00716E:10:501:Play as Khyber Now! PL1 (2/2)
sftm:0:00732B:80:000:Infinite Energy PL2
sftm:0:00732B:00:001:Drain All Energy Now! PL2
sftm:0:00733D:43:000:Always have SUPER (Max Pow) PL2
sftm:0:00733D:00:000:Never have SUPER (Min Pow) PL2
sftm:0:00733D:43:001:Get SUPER (Max Pow) Now! PL2
sftm:0:00733D:00:001:Lose SUPER (Min Pow) Now! PL2
sftm:0:000000:00:999:[Free player selection - Ideally use on level VS screen]
sftm:0:000000:00:999:[OR if enabled ingame character is only available for ]
sftm:0:000000:00:999:[the next round. ]
sftm:0:0078C9:00:001:Play as Ryu Now! PL2
sftm:0:007330:00:501:Play as Ryu Now! PL2 (2/2)
sftm:0:0078C9:01:001:Play as Vega Now! PL2
sftm:0:007330:01:501:Play as Vega Now! PL2 (2/2)
sftm:0:0078C9:02:001:Play as Guile Now! PL2
sftm:0:007330:02:501:Play as Guile Now! PL2 (2/2)
sftm:0:0078C9:03:001:Play as Sagat Now! PL2
sftm:0:007330:03:501:Play as Sagat Now! PL2 (2/2)
sftm:0:0078C9:04:001:Play as Ken Now! PL2
sftm:0:007330:04:501:Play as Ken Now! PL2 (2/2)
sftm:0:0078C9:05:001:Play as Honda Now! PL2
sftm:0:007330:05:501:Play as Honda Now! PL2 (2/2)
sftm:0:0078C9:06:001:Play as Chun Li Now! PL2
sftm:0:007330:06:501:Play as Chun Li Now! PL2 (2/2)
sftm:0:0078C9:07:001:Play as Cammy Now! PL2
sftm:0:007330:07:501:Play as Cammy Now! PL2 (2/2)
sftm:0:0078C9:08:001:Play as Sawada Now! PL2
sftm:0:007330:08:501:Play as Sawada Now! PL2 (2/2)
sftm:0:0078C9:09:001:Play as Bulrog Now! PL2
sftm:0:007330:09:501:Play as Bulrog Now! PL2 (2/2)
sftm:0:0078C9:0A:001:Play as Blade Now! PL2
sftm:0:007330:0A:501:Play as Blade Now! PL2 (2/2)
sftm:0:0078C9:0B:001:Play as Bison Now! PL2
sftm:0:007330:0B:501:Play as Bison Now! PL2 (2/2)
sftm:0:0078C9:0C:001:Play as Akuma Now! PL2
sftm:0:007330:0C:501:Play as Akuma Now! PL2 (2/2)
sftm:0:0078C9:0D:001:Play as Zangief Now! PL2
sftm:0:007330:0D:501:Play as Zangief Now! PL2 (2/2)
sftm:0:0078C9:0E:001:Play as Arkane Now! PL2
sftm:0:007330:0E:501:Play as Arkane Now! PL2 (2/2)
sftm:0:0078C9:0F:001:Play as F7 Now! PL2
sftm:0:007330:0F:501:Play as F7 Now! PL2 (2/2)
sftm:0:0078C9:10:001:Play as Khyber Now! PL2
sftm:0:007330:10:501:Play as Khyber Now! PL2 (2/2)
; [ Street Fighter: The Movie (v1.10) ]
sftm110:0:007169:80:000:Infinite Energy PL1
sftm110:0:007169:00:001:Drain All Energy Now! PL1
sftm110:0:00717B:43:000:Always have SUPER (Max Pow) PL1
sftm110:0:00717B:00:000:Never have SUPER (Min Pow) PL1
sftm110:0:00717B:43:001:Get SUPER (Max Pow) Now! PL1
sftm110:0:00717B:00:001:Lose SUPER (Min Pow) Now! PL1
sftm110:0:000000:00:999:[Free player selection - Ideally use on level VS screen]
sftm110:0:000000:00:999:[OR if enabled ingame character is only available for ]
sftm110:0:000000:00:999:[the next round. ]
sftm110:0:0078C8:00:001:Play as Ryu Now! PL1
sftm110:0:00716E:00:501:Play as Ryu Now! PL1 (2/2)
sftm110:0:0078C8:01:001:Play as Vega Now! PL1
sftm110:0:00716E:01:501:Play as Vega Now! PL1 (2/2)
sftm110:0:0078C8:02:001:Play as Guile Now! PL1
sftm110:0:00716E:02:501:Play as Guile Now! PL1 (2/2)
sftm110:0:0078C8:03:001:Play as Sagat Now! PL1
sftm110:0:00716E:03:501:Play as Sagat Now! PL1 (2/2)
sftm110:0:0078C8:04:001:Play as Ken Now! PL1
sftm110:0:00716E:04:501:Play as Ken Now! PL1 (2/2)
sftm110:0:0078C8:05:001:Play as Honda Now! PL1
sftm110:0:00716E:05:501:Play as Honda Now! PL1 (2/2)
sftm110:0:0078C8:06:001:Play as Chun Li Now! PL1
sftm110:0:00716E:06:501:Play as Chun Li Now! PL1 (2/2)
sftm110:0:0078C8:07:001:Play as Cammy Now! PL1
sftm110:0:00716E:07:501:Play as Cammy Now! PL1 (2/2)
sftm110:0:0078C8:08:001:Play as Sawada Now! PL1
sftm110:0:00716E:08:501:Play as Sawada Now! PL1 (2/2)
sftm110:0:0078C8:09:001:Play as Bulrog Now! PL1
sftm110:0:00716E:09:501:Play as Bulrog Now! PL1 (2/2)
sftm110:0:0078C8:0A:001:Play as Blade Now! PL1
sftm110:0:00716E:0A:501:Play as Blade Now! PL1 (2/2)
sftm110:0:0078C8:0B:001:Play as Bison Now! PL1
sftm110:0:00716E:0B:501:Play as Bison Now! PL1 (2/2)
sftm110:0:0078C8:0C:001:Play as Akuma Now! PL1
sftm110:0:00716E:0C:501:Play as Akuma Now! PL1 (2/2)
sftm110:0:0078C8:0D:001:Play as Zangief Now! PL1
sftm110:0:00716E:0D:501:Play as Zangief Now! PL1 (2/2)
sftm110:0:0078C8:0E:001:Play as Arkane Now! PL1
sftm110:0:00716E:0E:501:Play as Arkane Now! PL1 (2/2)
sftm110:0:0078C8:0F:001:Play as F7 Now! PL1
sftm110:0:00716E:0F:501:Play as F7 Now! PL1 (2/2)
sftm110:0:0078C8:10:001:Play as Khyber Now! PL1
sftm110:0:00716E:10:501:Play as Khyber Now! PL1 (2/2)
sftm110:0:00732B:80:000:Infinite Energy PL2
sftm110:0:00732B:00:001:Drain All Energy Now! PL2
sftm110:0:00733D:43:000:Always have SUPER (Max Pow) PL2
sftm110:0:00733D:00:000:Never have SUPER (Min Pow) PL2
sftm110:0:00733D:43:001:Get SUPER (Max Pow) Now! PL2
sftm110:0:00733D:00:001:Lose SUPER (Min Pow) Now! PL2
sftm110:0:000000:00:999:[Free player selection - Ideally use on level VS screen]
sftm110:0:000000:00:999:[OR if enabled ingame character is only available for ]
sftm110:0:000000:00:999:[the next round. ]
sftm110:0:0078C9:00:001:Play as Ryu Now! PL2
sftm110:0:007330:00:501:Play as Ryu Now! PL2 (2/2)
sftm110:0:0078C9:01:001:Play as Vega Now! PL2
sftm110:0:007330:01:501:Play as Vega Now! PL2 (2/2)
sftm110:0:0078C9:02:001:Play as Guile Now! PL2
sftm110:0:007330:02:501:Play as Guile Now! PL2 (2/2)
sftm110:0:0078C9:03:001:Play as Sagat Now! PL2
sftm110:0:007330:03:501:Play as Sagat Now! PL2 (2/2)
sftm110:0:0078C9:04:001:Play as Ken Now! PL2
sftm110:0:007330:04:501:Play as Ken Now! PL2 (2/2)
sftm110:0:0078C9:05:001:Play as Honda Now! PL2
sftm110:0:007330:05:501:Play as Honda Now! PL2 (2/2)
sftm110:0:0078C9:06:001:Play as Chun Li Now! PL2
sftm110:0:007330:06:501:Play as Chun Li Now! PL2 (2/2)
sftm110:0:0078C9:07:001:Play as Cammy Now! PL2
sftm110:0:007330:07:501:Play as Cammy Now! PL2 (2/2)
sftm110:0:0078C9:08:001:Play as Sawada Now! PL2
sftm110:0:007330:08:501:Play as Sawada Now! PL2 (2/2)
sftm110:0:0078C9:09:001:Play as Bulrog Now! PL2
sftm110:0:007330:09:501:Play as Bulrog Now! PL2 (2/2)
sftm110:0:0078C9:0A:001:Play as Blade Now! PL2
sftm110:0:007330:0A:501:Play as Blade Now! PL2 (2/2)
sftm110:0:0078C9:0B:001:Play as Bison Now! PL2
sftm110:0:007330:0B:501:Play as Bison Now! PL2 (2/2)
sftm110:0:0078C9:0C:001:Play as Akuma Now! PL2
sftm110:0:007330:0C:501:Play as Akuma Now! PL2 (2/2)
sftm110:0:0078C9:0D:001:Play as Zangief Now! PL2
sftm110:0:007330:0D:501:Play as Zangief Now! PL2 (2/2)
sftm110:0:0078C9:0E:001:Play as Arkane Now! PL2
sftm110:0:007330:0E:501:Play as Arkane Now! PL2 (2/2)
sftm110:0:0078C9:0F:001:Play as F7 Now! PL2
sftm110:0:007330:0F:501:Play as F7 Now! PL2 (2/2)
sftm110:0:0078C9:10:001:Play as Khyber Now! PL2
sftm110:0:007330:10:501:Play as Khyber Now! PL2 (2/2)
; [ Street Fighter: The Movie (v1.12N, Japan) ]
sftmj:0:007169:80:000:Infinite Energy PL1
sftmj:0:007169:00:001:Drain All Energy Now! PL1
sftmj:0:00717B:43:000:Always have SUPER (Max Pow) PL1
sftmj:0:00717B:00:000:Never have SUPER (Min Pow) PL1
sftmj:0:00717B:43:001:Get SUPER (Max Pow) Now! PL1
sftmj:0:00717B:00:001:Lose SUPER (Min Pow) Now! PL1
sftmj:0:000000:00:999:[Free player selection - Ideally use on level VS screen]
sftmj:0:000000:00:999:[OR if enabled ingame character is only available for ]
sftmj:0:000000:00:999:[the next round. ]
sftmj:0:0078C8:00:001:Play as Ryu Now! PL1
sftmj:0:00716E:00:501:Play as Ryu Now! PL1 (2/2)
sftmj:0:0078C8:01:001:Play as Vega Now! PL1
sftmj:0:00716E:01:501:Play as Vega Now! PL1 (2/2)
sftmj:0:0078C8:02:001:Play as Guile Now! PL1
sftmj:0:00716E:02:501:Play as Guile Now! PL1 (2/2)
sftmj:0:0078C8:03:001:Play as Sagat Now! PL1
sftmj:0:00716E:03:501:Play as Sagat Now! PL1 (2/2)
sftmj:0:0078C8:04:001:Play as Ken Now! PL1
sftmj:0:00716E:04:501:Play as Ken Now! PL1 (2/2)
sftmj:0:0078C8:05:001:Play as Honda Now! PL1
sftmj:0:00716E:05:501:Play as Honda Now! PL1 (2/2)
sftmj:0:0078C8:06:001:Play as Chun Li Now! PL1
sftmj:0:00716E:06:501:Play as Chun Li Now! PL1 (2/2)
sftmj:0:0078C8:07:001:Play as Cammy Now! PL1
sftmj:0:00716E:07:501:Play as Cammy Now! PL1 (2/2)
sftmj:0:0078C8:08:001:Play as Sawada Now! PL1
sftmj:0:00716E:08:501:Play as Sawada Now! PL1 (2/2)
sftmj:0:0078C8:09:001:Play as Bulrog Now! PL1
sftmj:0:00716E:09:501:Play as Bulrog Now! PL1 (2/2)
sftmj:0:0078C8:0A:001:Play as Blade Now! PL1
sftmj:0:00716E:0A:501:Play as Blade Now! PL1 (2/2)
sftmj:0:0078C8:0B:001:Play as Bison Now! PL1
sftmj:0:00716E:0B:501:Play as Bison Now! PL1 (2/2)
sftmj:0:0078C8:0C:001:Play as Akuma Now! PL1
sftmj:0:00716E:0C:501:Play as Akuma Now! PL1 (2/2)
sftmj:0:0078C8:0D:001:Play as Zangief Now! PL1
sftmj:0:00716E:0D:501:Play as Zangief Now! PL1 (2/2)
sftmj:0:0078C8:0E:001:Play as Arkane Now! PL1
sftmj:0:00716E:0E:501:Play as Arkane Now! PL1 (2/2)
sftmj:0:0078C8:0F:001:Play as F7 Now! PL1
sftmj:0:00716E:0F:501:Play as F7 Now! PL1 (2/2)
sftmj:0:0078C8:10:001:Play as Khyber Now! PL1
sftmj:0:00716E:10:501:Play as Khyber Now! PL1 (2/2)
sftmj:0:00732B:80:000:Infinite Energy PL2
sftmj:0:00732B:00:001:Drain All Energy Now! PL2
sftmj:0:00733D:43:000:Always have SUPER (Max Pow) PL2
sftmj:0:00733D:00:000:Never have SUPER (Min Pow) PL2
sftmj:0:00733D:43:001:Get SUPER (Max Pow) Now! PL2
sftmj:0:00733D:00:001:Lose SUPER (Min Pow) Now! PL2
sftmj:0:000000:00:999:[Free player selection - Ideally use on level VS screen]
sftmj:0:000000:00:999:[OR if enabled ingame character is only available for ]
sftmj:0:000000:00:999:[the next round. ]
sftmj:0:0078C9:00:001:Play as Ryu Now! PL2
sftmj:0:007330:00:501:Play as Ryu Now! PL2 (2/2)
sftmj:0:0078C9:01:001:Play as Vega Now! PL2
sftmj:0:007330:01:501:Play as Vega Now! PL2 (2/2)
sftmj:0:0078C9:02:001:Play as Guile Now! PL2
sftmj:0:007330:02:501:Play as Guile Now! PL2 (2/2)
sftmj:0:0078C9:03:001:Play as Sagat Now! PL2
sftmj:0:007330:03:501:Play as Sagat Now! PL2 (2/2)
sftmj:0:0078C9:04:001:Play as Ken Now! PL2
sftmj:0:007330:04:501:Play as Ken Now! PL2 (2/2)
sftmj:0:0078C9:05:001:Play as Honda Now! PL2
sftmj:0:007330:05:501:Play as Honda Now! PL2 (2/2)
sftmj:0:0078C9:06:001:Play as Chun Li Now! PL2
sftmj:0:007330:06:501:Play as Chun Li Now! PL2 (2/2)
sftmj:0:0078C9:07:001:Play as Cammy Now! PL2
sftmj:0:007330:07:501:Play as Cammy Now! PL2 (2/2)
sftmj:0:0078C9:08:001:Play as Sawada Now! PL2
sftmj:0:007330:08:501:Play as Sawada Now! PL2 (2/2)
sftmj:0:0078C9:09:001:Play as Bulrog Now! PL2
sftmj:0:007330:09:501:Play as Bulrog Now! PL2 (2/2)
sftmj:0:0078C9:0A:001:Play as Blade Now! PL2
sftmj:0:007330:0A:501:Play as Blade Now! PL2 (2/2)
sftmj:0:0078C9:0B:001:Play as Bison Now! PL2
sftmj:0:007330:0B:501:Play as Bison Now! PL2 (2/2)
sftmj:0:0078C9:0C:001:Play as Akuma Now! PL2
sftmj:0:007330:0C:501:Play as Akuma Now! PL2 (2/2)
sftmj:0:0078C9:0D:001:Play as Zangief Now! PL2
sftmj:0:007330:0D:501:Play as Zangief Now! PL2 (2/2)
sftmj:0:0078C9:0E:001:Play as Arkane Now! PL2
sftmj:0:007330:0E:501:Play as Arkane Now! PL2 (2/2)
sftmj:0:0078C9:0F:001:Play as F7 Now! PL2
sftmj:0:007330:0F:501:Play as F7 Now! PL2 (2/2)
sftmj:0:0078C9:10:001:Play as Khyber Now! PL2
sftmj:0:007330:10:501:Play as Khyber Now! PL2 (2/2)
; [ Street Fighter Zero 2 Alpha (Hispanic 960813) ]
sfz2ah:0:FF8109:63:000:Infinite Time
sfz2ah:0:FF8109:00:001:Finish this Round Now!
sfz2ah:0:FF8451:90:000:Infinite Energy PL1
sfz2ah:0:FF8453:90:500:Infinite Energy PL1 (2/2)
sfz2ah:0:FF8451:00:001:Drain All Energy Now! PL1
sfz2ah:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2)
sfz2ah:0:FF849F:90:000:Always have Maximum POW PL1
sfz2ah:0:FF849F:00:000:Always have Minimum POW PL1
sfz2ah:0:FF849F:90:001:Get Maximum POW Now! PL1
sfz2ah:0:FF849F:00:001:Get Minimum POW Now! PL1
sfz2ah:0:FF8699:B0:000:Infinite Custom Combo PL1
sfz2ah:0:FF869A:00:500:Infinite Custom Combo PL1(2/2)
sfz2ah:0:000000:00:999:[ Free player selection ]
sfz2ah:0:000000:00:999:[ Use on level VS screen ]
sfz2ah:0:FF8482:00:001:Play as Ryu PL1
sfz2ah:0:FF8482:01:001:Play as Ken PL1
sfz2ah:0:FF8482:02:001:Play as Akuma PL1
sfz2ah:0:FF8482:03:001:Play as Charlie PL1
sfz2ah:0:FF8482:04:001:Play as Chun-Li PL1
sfz2ah:0:FF8482:05:001:Play as Adon PL1
sfz2ah:0:FF8482:06:001:Play as Sodom PL1
sfz2ah:0:FF8482:07:001:Play as Guy PL1
sfz2ah:0:FF8482:08:001:Play as Birdie PL1
sfz2ah:0:FF8482:09:001:Play as Rose PL1
sfz2ah:0:FF8482:0A:001:Play as M. Bison PL1
sfz2ah:0:FF8482:0B:001:Play as Sagat PL1
sfz2ah:0:FF8482:0C:001:Play as Dan PL1
sfz2ah:0:FF8482:0D:001:Play as Sakura PL1
sfz2ah:0:FF8482:0E:001:Play as Rolento PL1
sfz2ah:0:FF8482:0F:001:Play as Dhalsim PL1
sfz2ah:0:FF8482:10:001:Play as Zangief PL1
sfz2ah:0:FF8482:11:001:Play as Gen PL1
sfz2ah:0:FF8482:12:001:Play as Chun-Li (SF2) PL1
sfz2ah:0:FF8482:14:001:Play as Akuma (Blue) PL1
sfz2ah:0:FF8482:17:001:Play as Evil Ryu PL1
sfz2ah:0:FF8851:90:000:Infinite Energy PL2
sfz2ah:0:FF8853:90:500:Infinite Energy PL2 (2/2)
sfz2ah:0:FF8851:00:001:Drain All Energy Now! PL2
sfz2ah:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2)
sfz2ah:0:FF889F:90:000:Always have Maximum POW PL2
sfz2ah:0:FF889F:00:000:Always have Minimum POW PL2
sfz2ah:0:FF889F:90:001:Get Maximum POW Now! PL2
sfz2ah:0:FF889F:00:001:Get Minimum POW Now! PL2
sfz2ah:0:FF8A99:B0:000:Infinite Custom Combo PL2
sfz2ah:0:FF8A9A:00:500:Infinite Custom Combo PL2(2/2)
sfz2ah:0:000000:00:999:[ Free player selection ]
sfz2ah:0:000000:00:999:[ Use on level VS screen ]
sfz2ah:0:FF8882:00:001:Play as Ryu PL2
sfz2ah:0:FF8882:01:001:Play as Ken PL2
sfz2ah:0:FF8882:02:001:Play as Akuma PL2
sfz2ah:0:FF8882:03:001:Play as Charlie PL2
sfz2ah:0:FF8882:04:001:Play as Chun-Li PL2
sfz2ah:0:FF8882:05:001:Play as Adon PL2
sfz2ah:0:FF8882:06:001:Play as Sodom PL2
sfz2ah:0:FF8882:07:001:Play as Guy PL2
sfz2ah:0:FF8882:08:001:Play as Birdie PL2
sfz2ah:0:FF8882:09:001:Play as Rose PL2
sfz2ah:0:FF8882:0A:001:Play as M. Bison PL2
sfz2ah:0:FF8882:0B:001:Play as Sagat PL2
sfz2ah:0:FF8882:0C:001:Play as Dan PL2
sfz2ah:0:FF8882:0D:001:Play as Sakura PL2
sfz2ah:0:FF8882:0E:001:Play as Rolento PL2
sfz2ah:0:FF8882:0F:001:Play as Dhalsim PL2
sfz2ah:0:FF8882:10:001:Play as Zangief PL2
sfz2ah:0:FF8882:11:001:Play as Gen PL2
sfz2ah:0:FF8882:12:001:Play as Chun-Li (SF2) PL2
sfz2ah:0:FF8882:14:001:Play as Akuma (Blue) PL2
sfz2ah:0:FF8882:17:001:Play as Evil Ryu PL2
sfz2ah:0:FF800B:FF:000:Sound Test Timer Stop
sfz2ah:0:000000:00:999:[These Play Stage next cheats should be used after you ]
sfz2ah:0:000000:00:999:[have won a stage and 'WINNER' is displayed. However, ]
sfz2ah:0:000000:00:999:[when you finish the game it will finish as if you ]
sfz2ah:0:000000:00:999:[where on Akuma's Island regardless of stage chosen. ]
sfz2ah:0:FF8101:00:001:Play Japan (Snow) Stage Next!
sfz2ah:0:FF8101:02:001:Play USA (Boat) Stage Next!
sfz2ah:0:FF8101:04:001:Play Japan (Akuma's Island) Stage Next!
sfz2ah:0:FF8101:06:001:Play USA (Plane) Stage Next!
sfz2ah:0:FF8101:08:001:Play China (Bikes) Stage Next!
sfz2ah:0:FF8101:0A:001:Play Thailand (Lakeside) Stage Next!
sfz2ah:0:FF8101:0C:001:Play USA (Truck) Stage Next!
sfz2ah:0:FF8101:0E:001:Play USA (Alley) Stage Next!
sfz2ah:0:FF8101:10:001:Play England (Toilets) Stage Next!
sfz2ah:0:FF8101:12:001:Play Italy (Venice) Stage Next!
sfz2ah:0:FF8101:14:001:Play Brazil (Plane) Stage Next!
sfz2ah:0:FF8101:16:001:Play Thailand (Buddha) Stage Next!
sfz2ah:0:FF8101:18:001:Play Hong Kong (Market) Stage Next!
sfz2ah:0:FF8101:1A:001:Play Japan (Outside House) Stage Next!
sfz2ah:0:FF8101:1C:001:Play USA (Yard) Stage Next!
sfz2ah:0:FF8101:1E:001:Play India (Elephants) Stage Next!
sfz2ah:0:FF8101:20:001:Play USSR (Factory) Stage Next!
sfz2ah:0:FF8101:22:001:Play China (Alley) Stage Next!
sfz2ah:0:FF8101:24:001:Play Australia (Crop Field) Stage Next!
sfz2ah:0:FF8101:26:001:Play Venezuela (Waterfall) Stage Next!
sfz2ah:0:000000:00:999:[These are the codes to set the machine region - the ]
sfz2ah:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
sfz2ah:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
sfz2ah:0:FF8091:00:000:Region Switch = Japan
sfz2ah:0:FF8091:02:000:Region Switch = USA
sfz2ah:0:FF8091:04:000:Region Switch = Hispanic
sfz2ah:0:FF8091:06:000:Region Switch = Oceania
sfz2ah:0:FF8091:08:000:Region Switch = Asia
sfz2ah:0:FF8091:0A:000:Region Switch = Euro
sfz2ah:0:FF8091:0C:000:Region Switch = Brazil
; [ Street Fighter Zero 2 Alpha (Japan 960805) ]
sfz2aj:0:FF8109:63:000:Infinite Time
sfz2aj:0:FF8109:00:001:Finish this Round Now!
sfz2aj:0:FF8451:90:000:Infinite Energy PL1
sfz2aj:0:FF8453:90:500:Infinite Energy PL1 (2/2)
sfz2aj:0:FF8451:00:001:Drain All Energy Now! PL1
sfz2aj:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2)
sfz2aj:0:FF849F:90:000:Always have Maximum POW PL1
sfz2aj:0:FF849F:00:000:Always have Minimum POW PL1
sfz2aj:0:FF849F:90:001:Get Maximum POW Now! PL1
sfz2aj:0:FF849F:00:001:Get Minimum POW Now! PL1
sfz2aj:0:FF8699:B0:000:Infinite Custom Combo PL1
sfz2aj:0:FF869A:00:500:Infinite Custom Combo PL1(2/2)
sfz2aj:0:000000:00:999:[ Free player selection ]
sfz2aj:0:000000:00:999:[ Use on level VS screen ]
sfz2aj:0:FF8482:00:001:Play as Ryu PL1
sfz2aj:0:FF8482:01:001:Play as Ken PL1
sfz2aj:0:FF8482:02:001:Play as Akuma PL1
sfz2aj:0:FF8482:03:001:Play as Charlie PL1
sfz2aj:0:FF8482:04:001:Play as Chun-Li PL1
sfz2aj:0:FF8482:05:001:Play as Adon PL1
sfz2aj:0:FF8482:06:001:Play as Sodom PL1
sfz2aj:0:FF8482:07:001:Play as Guy PL1
sfz2aj:0:FF8482:08:001:Play as Birdie PL1
sfz2aj:0:FF8482:09:001:Play as Rose PL1
sfz2aj:0:FF8482:0A:001:Play as M. Bison PL1
sfz2aj:0:FF8482:0B:001:Play as Sagat PL1
sfz2aj:0:FF8482:0C:001:Play as Dan PL1
sfz2aj:0:FF8482:0D:001:Play as Sakura PL1
sfz2aj:0:FF8482:0E:001:Play as Rolento PL1
sfz2aj:0:FF8482:0F:001:Play as Dhalsim PL1
sfz2aj:0:FF8482:10:001:Play as Zangief PL1
sfz2aj:0:FF8482:11:001:Play as Gen PL1
sfz2aj:0:FF8482:12:001:Play as Chun-Li (SF2) PL1
sfz2aj:0:FF8482:14:001:Play as Akuma (Blue) PL1
sfz2aj:0:FF8482:17:001:Play as Evil Ryu PL1
sfz2aj:0:FF8851:90:000:Infinite Energy PL2
sfz2aj:0:FF8853:90:500:Infinite Energy PL2 (2/2)
sfz2aj:0:FF8851:00:001:Drain All Energy Now! PL2
sfz2aj:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2)
sfz2aj:0:FF889F:90:000:Always have Maximum POW PL2
sfz2aj:0:FF889F:00:000:Always have Minimum POW PL2
sfz2aj:0:FF889F:90:001:Get Maximum POW Now! PL2
sfz2aj:0:FF889F:00:001:Get Minimum POW Now! PL2
sfz2aj:0:FF8A99:B0:000:Infinite Custom Combo PL2
sfz2aj:0:FF8A9A:00:500:Infinite Custom Combo PL2(2/2)
sfz2aj:0:000000:00:999:[ Free player selection ]
sfz2aj:0:000000:00:999:[ Use on level VS screen ]
sfz2aj:0:FF8882:00:001:Play as Ryu PL2
sfz2aj:0:FF8882:01:001:Play as Ken PL2
sfz2aj:0:FF8882:02:001:Play as Akuma PL2
sfz2aj:0:FF8882:03:001:Play as Charlie PL2
sfz2aj:0:FF8882:04:001:Play as Chun-Li PL2
sfz2aj:0:FF8882:05:001:Play as Adon PL2
sfz2aj:0:FF8882:06:001:Play as Sodom PL2
sfz2aj:0:FF8882:07:001:Play as Guy PL2
sfz2aj:0:FF8882:08:001:Play as Birdie PL2
sfz2aj:0:FF8882:09:001:Play as Rose PL2
sfz2aj:0:FF8882:0A:001:Play as M. Bison PL2
sfz2aj:0:FF8882:0B:001:Play as Sagat PL2
sfz2aj:0:FF8882:0C:001:Play as Dan PL2
sfz2aj:0:FF8882:0D:001:Play as Sakura PL2
sfz2aj:0:FF8882:0E:001:Play as Rolento PL2
sfz2aj:0:FF8882:0F:001:Play as Dhalsim PL2
sfz2aj:0:FF8882:10:001:Play as Zangief PL2
sfz2aj:0:FF8882:11:001:Play as Gen PL2
sfz2aj:0:FF8882:12:001:Play as Chun-Li (SF2) PL2
sfz2aj:0:FF8882:14:001:Play as Akuma (Blue) PL2
sfz2aj:0:FF8882:17:001:Play as Evil Ryu PL2
sfz2aj:0:FF800B:FF:000:Sound Test Timer Stop
sfz2aj:0:000000:00:999:[These Play Stage next cheats should be used after you ]
sfz2aj:0:000000:00:999:[have won a stage and 'WINNER' is displayed. However, ]
sfz2aj:0:000000:00:999:[when you finish the game it will finish as if you ]
sfz2aj:0:000000:00:999:[where on Akuma's Island regardless of stage chosen. ]
sfz2aj:0:FF8101:00:001:Play Japan (Snow) Stage Next!
sfz2aj:0:FF8101:02:001:Play USA (Boat) Stage Next!
sfz2aj:0:FF8101:04:001:Play Japan (Akuma's Island) Stage Next!
sfz2aj:0:FF8101:06:001:Play USA (Plane) Stage Next!
sfz2aj:0:FF8101:08:001:Play China (Bikes) Stage Next!
sfz2aj:0:FF8101:0A:001:Play Thailand (Lakeside) Stage Next!
sfz2aj:0:FF8101:0C:001:Play USA (Truck) Stage Next!
sfz2aj:0:FF8101:0E:001:Play USA (Alley) Stage Next!
sfz2aj:0:FF8101:10:001:Play England (Toilets) Stage Next!
sfz2aj:0:FF8101:12:001:Play Italy (Venice) Stage Next!
sfz2aj:0:FF8101:14:001:Play Brazil (Plane) Stage Next!
sfz2aj:0:FF8101:16:001:Play Thailand (Buddha) Stage Next!
sfz2aj:0:FF8101:18:001:Play Hong Kong (Market) Stage Next!
sfz2aj:0:FF8101:1A:001:Play Japan (Outside House) Stage Next!
sfz2aj:0:FF8101:1C:001:Play USA (Yard) Stage Next!
sfz2aj:0:FF8101:1E:001:Play India (Elephants) Stage Next!
sfz2aj:0:FF8101:20:001:Play USSR (Factory) Stage Next!
sfz2aj:0:FF8101:22:001:Play China (Alley) Stage Next!
sfz2aj:0:FF8101:24:001:Play Australia (Crop Field) Stage Next!
sfz2aj:0:FF8101:26:001:Play Venezuela (Waterfall) Stage Next!
sfz2aj:0:000000:00:999:[These are the codes to set the machine region - the ]
sfz2aj:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
sfz2aj:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
sfz2aj:0:FF8091:00:000:Region Switch = Japan
sfz2aj:0:FF8091:02:000:Region Switch = USA
sfz2aj:0:FF8091:04:000:Region Switch = Hispanic
sfz2aj:0:FF8091:06:000:Region Switch = Oceania
sfz2aj:0:FF8091:08:000:Region Switch = Asia
sfz2aj:0:FF8091:0A:000:Region Switch = Euro
sfz2aj:0:FF8091:0C:000:Region Switch = Brazil
; [ Street Fighter Zero 2 (Japan 960227) ]
sfz2j:0:FF8109:63:000:Infinite Time
sfz2j:0:FF8109:00:001:Finish this Round Now!
sfz2j:0:FF8451:90:000:Infinite Energy PL1
sfz2j:0:FF8453:90:500:Infinite Energy PL1 (2/2)
sfz2j:0:FF8451:00:001:Drain All Energy Now! PL1
sfz2j:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2)
sfz2j:0:FF849F:90:000:Always have Maximum POW PL1
sfz2j:0:FF849F:00:000:Always have Minimum POW PL1
sfz2j:0:FF849F:90:001:Get Maximum POW Now! PL1
sfz2j:0:FF849F:00:001:Get Minimum POW Now! PL1
sfz2j:0:FF8699:B0:000:Infinite Custom Combo PL1
sfz2j:0:FF869A:00:500:Infinite Custom Combo PL1(2/2)
sfz2j:0:000000:00:999:[ Free player selection ]
sfz2j:0:000000:00:999:[ Use on level VS screen ]
sfz2j:0:FF8482:00:001:Play as Ryu PL1
sfz2j:0:FF8482:01:001:Play as Ken PL1
sfz2j:0:FF8482:02:001:Play as Akuma PL1
sfz2j:0:FF8482:03:001:Play as Charlie PL1
sfz2j:0:FF8482:04:001:Play as Chun-Li PL1
sfz2j:0:FF8482:05:001:Play as Adon PL1
sfz2j:0:FF8482:06:001:Play as Sodom PL1
sfz2j:0:FF8482:07:001:Play as Guy PL1
sfz2j:0:FF8482:08:001:Play as Birdie PL1
sfz2j:0:FF8482:09:001:Play as Rose PL1
sfz2j:0:FF8482:0A:001:Play as M. Bison PL1
sfz2j:0:FF8482:0B:001:Play as Sagat PL1
sfz2j:0:FF8482:0C:001:Play as Dan PL1
sfz2j:0:FF8482:0D:001:Play as Sakura PL1
sfz2j:0:FF8482:0E:001:Play as Rolento PL1
sfz2j:0:FF8482:0F:001:Play as Dhalsim PL1
sfz2j:0:FF8482:10:001:Play as Zangief PL1
sfz2j:0:FF8482:11:001:Play as Gen PL1
sfz2j:0:FF8482:12:001:Play as Chun-Li (SF2) PL1
sfz2j:0:FF8482:14:001:Play as Akuma (Blue) PL1
sfz2j:0:FF8482:17:001:Play as Evil Ryu PL1
sfz2j:0:FF8851:90:000:Infinite Energy PL2
sfz2j:0:FF8853:90:500:Infinite Energy PL2 (2/2)
sfz2j:0:FF8851:00:001:Drain All Energy Now! PL2
sfz2j:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2)
sfz2j:0:FF889F:90:000:Always have Maximum POW PL2
sfz2j:0:FF889F:00:000:Always have Minimum POW PL2
sfz2j:0:FF889F:90:001:Get Maximum POW Now! PL2
sfz2j:0:FF889F:00:001:Get Minimum POW Now! PL2
sfz2j:0:FF8A99:B0:000:Infinite Custom Combo PL2
sfz2j:0:FF8A9A:00:500:Infinite Custom Combo PL2(2/2)
sfz2j:0:000000:00:999:[ Free player selection ]
sfz2j:0:000000:00:999:[ Use on level VS screen ]
sfz2j:0:FF8882:00:001:Play as Ryu PL2
sfz2j:0:FF8882:01:001:Play as Ken PL2
sfz2j:0:FF8882:02:001:Play as Akuma PL2
sfz2j:0:FF8882:03:001:Play as Charlie PL2
sfz2j:0:FF8882:04:001:Play as Chun-Li PL2
sfz2j:0:FF8882:05:001:Play as Adon PL2
sfz2j:0:FF8882:06:001:Play as Sodom PL2
sfz2j:0:FF8882:07:001:Play as Guy PL2
sfz2j:0:FF8882:08:001:Play as Birdie PL2
sfz2j:0:FF8882:09:001:Play as Rose PL2
sfz2j:0:FF8882:0A:001:Play as M. Bison PL2
sfz2j:0:FF8882:0B:001:Play as Sagat PL2
sfz2j:0:FF8882:0C:001:Play as Dan PL2
sfz2j:0:FF8882:0D:001:Play as Sakura PL2
sfz2j:0:FF8882:0E:001:Play as Rolento PL2
sfz2j:0:FF8882:0F:001:Play as Dhalsim PL2
sfz2j:0:FF8882:10:001:Play as Zangief PL2
sfz2j:0:FF8882:11:001:Play as Gen PL2
sfz2j:0:FF8882:12:001:Play as Chun-Li (SF2) PL2
sfz2j:0:FF8882:14:001:Play as Akuma (Blue) PL2
sfz2j:0:FF8882:17:001:Play as Evil Ryu PL2
sfz2j:0:FF800B:FF:000:Sound Test Timer Stop
sfz2j:0:000000:00:999:[These Play Stage next cheats should be used after you ]
sfz2j:0:000000:00:999:[have won a stage and 'WINNER' is displayed. However, ]
sfz2j:0:000000:00:999:[when you finish the game it will finish as if you ]
sfz2j:0:000000:00:999:[where on Akuma's Island regardless of stage chosen. ]
sfz2j:0:FF8101:00:001:Play Japan (Snow) Stage Next!
sfz2j:0:FF8101:02:001:Play USA (Boat) Stage Next!
sfz2j:0:FF8101:04:001:Play Japan (Akuma's Island) Stage Next!
sfz2j:0:FF8101:06:001:Play USA (Plane) Stage Next!
sfz2j:0:FF8101:08:001:Play China (Bikes) Stage Next!
sfz2j:0:FF8101:0A:001:Play Thailand (Lakeside) Stage Next!
sfz2j:0:FF8101:0C:001:Play USA (Truck) Stage Next!
sfz2j:0:FF8101:0E:001:Play USA (Alley) Stage Next!
sfz2j:0:FF8101:10:001:Play England (Toilets) Stage Next!
sfz2j:0:FF8101:12:001:Play Italy (Venice) Stage Next!
sfz2j:0:FF8101:14:001:Play Brazil (Plane) Stage Next!
sfz2j:0:FF8101:16:001:Play Thailand (Buddha) Stage Next!
sfz2j:0:FF8101:18:001:Play Hong Kong (Market) Stage Next!
sfz2j:0:FF8101:1A:001:Play Japan (Outside House) Stage Next!
sfz2j:0:FF8101:1C:001:Play USA (Yard) Stage Next!
sfz2j:0:FF8101:1E:001:Play India (Elephants) Stage Next!
sfz2j:0:FF8101:20:001:Play USSR (Factory) Stage Next!
sfz2j:0:FF8101:22:001:Play China (Alley) Stage Next!
sfz2j:0:FF8101:24:001:Play Australia (Crop Field) Stage Next!
sfz2j:0:FF8101:26:001:Play Venezuela (Waterfall) Stage Next!
sfz2j:0:000000:00:999:[These are the codes to set the machine region - the ]
sfz2j:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
sfz2j:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
sfz2j:0:FF8091:00:000:Region Switch = Japan
sfz2j:0:FF8091:02:000:Region Switch = USA
sfz2j:0:FF8091:04:000:Region Switch = Hispanic
sfz2j:0:FF8091:06:000:Region Switch = Oceania
sfz2j:0:FF8091:08:000:Region Switch = Asia
sfz2j:0:FF8091:0A:000:Region Switch = Euro
sfz2j:0:FF8091:0C:000:Region Switch = Brazil
; [ Street Fighter Zero 3 (Japan 980727) ]
sfz3j:0:FF8109:63:000:Infinite Time
sfz3j:0:FF8109:00:001:Finish this Round Now!
sfz3j:0:FF8451:90:000:Infinite Energy PL1
sfz3j:0:FF8453:90:500:Infinite Energy PL1 (2/2)
sfz3j:0:FF8451:00:001:Drain All Energy Now! PL1
sfz3j:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2)
sfz3j:0:FF851F:90:000:Always have Maximum POW PL1
sfz3j:0:FF851F:00:000:Always have Minimum POW PL1
sfz3j:0:FF851F:90:001:Get Maximum POW Now! PL1
sfz3j:0:FF851F:00:001:Get Minimum POW Now! PL1
sfz3j:0:FF864D:00:000:Always have Maximum Guard PL1
sfz3j:0:FF864C:3C:500:Always have Maximum Guard PL1 (2/2)
sfz3j:0:FF864D:40:000:Always have Minimum Guard PL1
sfz3j:0:FF864C:00:500:Always have Minimum Guard PL1 (2/2)
sfz3j:0:FF864D:00:001:Get Maximum Guard Now! PL1
sfz3j:0:FF864C:3C:501:Get Minimum Guard Now! PL1 (2/2)
sfz3j:0:FF864D:40:001:Get Minimum Guard Now! PL1
sfz3j:0:FF864C:00:501:Get Minimum Guard Now! PL1 (2/2)
sfz3j:0:FF86CC:00:000:Always have fast recovery after hit PL1
sfz3j:0:FF86CD:28:500:Always have fast recovery after hit PL1 (2/2)
sfz3j:0:FF86CC:00:000:Always have slow recovery after hit PL1
sfz3j:0:FF86CD:00:500:Always have slow recovery after hit PL1 (2/2)
sfz3j:0:FF8638:00:000:Infinite Fireballs PL1
sfz3j:0:FF8638:01:000:Never have use of Fireballs PL1
sfz3j:0:FF84BC:01:000:Infinite Chohatsu PL1
sfz3j:0:FF8431:00:000:Infinite Air Special/Super moves PL1
sfz3j:0:FF845F:00:000:Always be in Hardest Mode PL1
sfz3j:0:FF8A5A:00:500:Always be in Hardest Mode PL1 (2/2)
sfz3j:0:FF84B9:01:000:Always have V-ISM combo PL1
sfz3j:0:000000:00:999:[ Free player selection ]
sfz3j:0:000000:00:999:[ Use on level VS screen ]
sfz3j:0:FF8502:00:001:Play as Ryu PL1
sfz3j:0:FF8502:01:001:Play as Ken PL1
sfz3j:0:FF8502:02:001:Play as Akuma PL1
sfz3j:0:FF8502:03:001:Play as Charlie PL1
sfz3j:0:FF8502:04:001:Play as Chun-Li PL1
sfz3j:0:FF8502:05:001:Play as Adon PL1
sfz3j:0:FF8502:06:001:Play as Sodom PL1
sfz3j:0:FF8502:07:001:Play as Guy PL1
sfz3j:0:FF8502:08:001:Play as Birdie PL1
sfz3j:0:FF8502:09:001:Play as Rose PL1
sfz3j:0:FF8502:0A:001:Play as M. Bison PL1
sfz3j:0:FF8502:0B:001:Play as Sagat PL1
sfz3j:0:FF8502:0C:001:Play as Dan PL1
sfz3j:0:FF8502:0D:001:Play as Sakura PL1
sfz3j:0:FF8502:0E:001:Play as Rolento PL1
sfz3j:0:FF8502:0F:001:Play as Dhalsim PL1
sfz3j:0:FF8502:10:001:Play as Zangief PL1
sfz3j:0:FF8502:11:001:Play as Gen PL1
sfz3j:0:FF8502:16:001:Play as Cammy PL1
sfz3j:0:FF8502:18:001:Play as E. Honda PL1
sfz3j:0:FF8502:19:001:Play as Blanka PL1
sfz3j:0:FF8502:1A:001:Play as R. Mika PL1
sfz3j:0:FF8502:1B:001:Play as Cody PL1
sfz3j:0:FF8502:1C:001:Play as Vega PL1
sfz3j:0:FF8502:1D:001:Play as Karin PL1
sfz3j:0:FF8502:15:001:Play as Balrog PL1
sfz3j:0:FF8502:1E:001:Play as Juli PL1
sfz3j:0:FF8502:1F:001:Play as Juni PL1
sfz3j:0:FF8851:90:000:Infinite Energy PL2
sfz3j:0:FF8853:90:500:Infinite Energy PL2 (2/2)
sfz3j:0:FF8851:00:001:Drain All Energy Now! PL2
sfz3j:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2)
sfz3j:0:FF891F:90:000:Always have Maximum POW PL2
sfz3j:0:FF891F:00:000:Always have Minimum POW PL2
sfz3j:0:FF891F:90:001:Get Maximum POW Now! PL2
sfz3j:0:FF891F:00:001:Get Minimum POW Now! PL2
sfz3j:0:FF8A4D:00:000:Always have Maximum Guard PL2
sfz3j:0:FF8A4C:3C:500:Always have Maximum Guard PL2 (2/2)
sfz3j:0:FF8A4D:40:000:Always have Minimum Guard PL2
sfz3j:0:FF8A4C:00:500:Always have Minimum Guard PL2 (2/2)
sfz3j:0:FF8A4D:00:001:Get Maximum Guard Now! PL2
sfz3j:0:FF8A4C:3C:501:Get Minimum Guard Now! PL2 (2/2)
sfz3j:0:FF8A4D:40:001:Get Minimum Guard Now! PL2
sfz3j:0:FF8A4C:00:501:Get Minimum Guard Now! PL2 (2/2)
sfz3j:0:FF8ACC:00:000:Always have fast recovery after hit PL2
sfz3j:0:FF8ACD:28:500:Always have fast recovery after hit PL2 (2/2)
sfz3j:0:FF8ACC:00:000:Always have slow recovery after hit PL2
sfz3j:0:FF8ACD:00:500:Always have slow recovery after hit PL2 (2/2)
sfz3j:0:FF8A38:00:000:Infinite Fireballs PL2
sfz3j:0:FF8A38:01:000:Never have use of Fireballs PL2
sfz3j:0:FF88BC:01:000:Infinite Chohatsu PL2
sfz3j:0:FF8831:00:000:Infinite Air Special/Super moves PL2
sfz3j:0:FF885F:00:000:Always be in Hardest Mode PL2
sfz3j:0:FF865b:00:500:Always be in Hardest Mode PL2 (2/2)
sfz3j:0:FF88B9:01:000:Always have V-ISM combo PL2
sfz3j:0:000000:00:999:[ Free player selection ]
sfz3j:0:000000:00:999:[ Use on level VS screen ]
sfz3j:0:FF8902:00:001:Play as Ryu PL2
sfz3j:0:FF8902:01:001:Play as Ken PL2
sfz3j:0:FF8902:02:001:Play as Akuma PL2
sfz3j:0:FF8902:03:001:Play as Charlie PL2
sfz3j:0:FF8902:04:001:Play as Chun-Li PL2
sfz3j:0:FF8902:05:001:Play as Adon PL2
sfz3j:0:FF8902:06:001:Play as Sodom PL2
sfz3j:0:FF8902:07:001:Play as Guy PL2
sfz3j:0:FF8902:08:001:Play as Birdie PL2
sfz3j:0:FF8902:09:001:Play as Rose PL2
sfz3j:0:FF8902:0A:001:Play as M. Bison PL2
sfz3j:0:FF8902:0B:001:Play as Sagat PL2
sfz3j:0:FF8902:0C:001:Play as Dan PL2
sfz3j:0:FF8902:0D:001:Play as Sakura PL2
sfz3j:0:FF8902:0E:001:Play as Rolento PL2
sfz3j:0:FF8902:0F:001:Play as Dhalsim PL2
sfz3j:0:FF8902:10:001:Play as Zangief PL2
sfz3j:0:FF8902:11:001:Play as Gen PL2
sfz3j:0:FF8902:16:001:Play as Cammy PL2
sfz3j:0:FF8902:18:001:Play as E. Honda PL2
sfz3j:0:FF8902:19:001:Play as Blanka PL2
sfz3j:0:FF8902:1A:001:Play as R. Mika PL2
sfz3j:0:FF8902:1B:001:Play as Cody PL2
sfz3j:0:FF8902:1C:001:Play as Vega PL2
sfz3j:0:FF8902:1D:001:Play as Karin PL2
sfz3j:0:FF8902:15:001:Play as Balrog PL2
sfz3j:0:FF8902:1E:001:Play as Juli PL2
sfz3j:0:FF8902:1F:001:Play as Juni PL2
sfz3j:0:000000:00:999:[These Play Stage next cheats should be used after you ]
sfz3j:0:000000:00:999:[have won a stage and the big 'V' is displayed - Pause ]
sfz3j:0:000000:00:999:[the game here whilst you enable the cheat! ]
sfz3j:0:FF8101:00:001:Play Japan (Sunset) Stage Next!
sfz3j:0:FF8101:02:001:Play USA (Hotel Fountain) Stage Next!
sfz3j:0:FF8101:04:001:Play Japan (Cave) Stage Next!
sfz3j:0:FF8101:06:001:Play USA (Aircraft Hangar) Stage Next!
sfz3j:0:FF8101:08:001:Play China (Exercise in Square) Stage Next!
sfz3j:0:FF8101:0A:001:Play Thailand (Temple) Stage Next!
sfz3j:0:FF8101:0C:001:Play USA (Japanese Place) Stage Next!
sfz3j:0:FF8101:0E:001:Play USA (Under the Arches) Stage Next!
sfz3j:0:FF8101:10:001:Play England (Train Wreck) Stage Next!
sfz3j:0:FF8101:12:001:Play Italy (Spiral Staircase) Stage Next!
sfz3j:0:FF8101:14:001:Play 'The Raining' Stage Next!
sfz3j:0:FF8101:16:001:Play Thailand (Buddha) Stage Next!
sfz3j:0:FF8101:18:001:Play Japan (Swings) Stage Next!
sfz3j:0:FF8101:1A:001:Play Japan (Market) Stage Next!
sfz3j:0:FF8101:1C:001:Play USA (Military Train Station) Stage Next!
sfz3j:0:FF8101:1E:001:Play India (Sleeping Elephant) Stage Next!
sfz3j:0:FF8101:20:001:Play USSR (Steel Works) Stage Next!
sfz3j:0:FF8101:22:001:Play Hong Kong (Harbourside) Stage Next!
sfz3j:0:FF8101:2C:001:Play Greece (Windmill) Stage Next!
sfz3j:0:FF8101:30:001:Play Japan (Street) Stage Next!
sfz3j:0:FF8101:32:001:Play Brazil (Amazon) Stage Next!
sfz3j:0:FF8101:34:001:Play Japan (Seaside) Stage Next!
sfz3j:0:FF8101:36:001:Play USA (Prison) Stage Next!
sfz3j:0:FF8101:38:001:Play Spain (Fence) Stage Next!
sfz3j:0:000000:00:999:[These are the codes to set the machine region - the ]
sfz3j:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
sfz3j:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
sfz3j:0:FF8091:00:000:Region Switch = Japan
sfz3j:0:FF8091:02:000:Region Switch = USA
sfz3j:0:FF8091:04:000:Region Switch = Hispanic
sfz3j:0:FF8091:06:000:Region Switch = Oceania
sfz3j:0:FF8091:08:000:Region Switch = Asia
sfz3j:0:FF8091:0A:000:Region Switch = Euro
sfz3j:0:FF8091:0C:000:Region Switch = Brazil
sfz3j:0:FF800B:FF:000:Sound Test Timer Stop
; [ Street Fighter Zero 3 (Japan 980629) ]
sfz3jr1:0:FF8109:63:000:Infinite Time
sfz3jr1:0:FF8109:00:001:Finish this Round Now!
sfz3jr1:0:FF8451:90:000:Infinite Energy PL1
sfz3jr1:0:FF8453:90:500:Infinite Energy PL1 (2/2)
sfz3jr1:0:FF8451:00:001:Drain All Energy Now! PL1
sfz3jr1:0:FF8453:00:501:Drain All Energy Now! PL1 (2/2)
sfz3jr1:0:FF851F:90:000:Always have Maximum POW PL1
sfz3jr1:0:FF851F:00:000:Always have Minimum POW PL1
sfz3jr1:0:FF851F:90:001:Get Maximum POW Now! PL1
sfz3jr1:0:FF851F:00:001:Get Minimum POW Now! PL1
sfz3jr1:0:FF864D:00:000:Always have Maximum Guard PL1
sfz3jr1:0:FF864C:3C:500:Always have Maximum Guard PL1 (2/2)
sfz3jr1:0:FF864D:40:000:Always have Minimum Guard PL1
sfz3jr1:0:FF864C:00:500:Always have Minimum Guard PL1 (2/2)
sfz3jr1:0:FF864D:00:001:Get Maximum Guard Now! PL1
sfz3jr1:0:FF864C:3C:501:Get Minimum Guard Now! PL1 (2/2)
sfz3jr1:0:FF864D:40:001:Get Minimum Guard Now! PL1
sfz3jr1:0:FF864C:00:501:Get Minimum Guard Now! PL1 (2/2)
sfz3jr1:0:FF86CC:00:000:Always have fast recovery after hit PL1
sfz3jr1:0:FF86CD:28:500:Always have fast recovery after hit PL1 (2/2)
sfz3jr1:0:FF86CC:00:000:Always have slow recovery after hit PL1
sfz3jr1:0:FF86CD:00:500:Always have slow recovery after hit PL1 (2/2)
sfz3jr1:0:FF8638:00:000:Infinite Fireballs PL1
sfz3jr1:0:FF8638:01:000:Never have use of Fireballs PL1
sfz3jr1:0:FF84BC:01:000:Infinite Chohatsu PL1
sfz3jr1:0:FF8431:00:000:Infinite Air Special/Super moves PL1
sfz3jr1:0:FF845F:00:000:Always be in Hardest Mode PL1
sfz3jr1:0:FF8A5A:00:500:Always be in Hardest Mode PL1 (2/2)
sfz3jr1:0:FF84B9:01:000:Always have V-ISM combo PL1
sfz3jr1:0:000000:00:999:[ Free player selection ]
sfz3jr1:0:000000:00:999:[ Use on level VS screen ]
sfz3jr1:0:FF8502:00:001:Play as Ryu PL1
sfz3jr1:0:FF8502:01:001:Play as Ken PL1
sfz3jr1:0:FF8502:02:001:Play as Akuma PL1
sfz3jr1:0:FF8502:03:001:Play as Charlie PL1
sfz3jr1:0:FF8502:04:001:Play as Chun-Li PL1
sfz3jr1:0:FF8502:05:001:Play as Adon PL1
sfz3jr1:0:FF8502:06:001:Play as Sodom PL1
sfz3jr1:0:FF8502:07:001:Play as Guy PL1
sfz3jr1:0:FF8502:08:001:Play as Birdie PL1
sfz3jr1:0:FF8502:09:001:Play as Rose PL1
sfz3jr1:0:FF8502:0A:001:Play as M. Bison PL1
sfz3jr1:0:FF8502:0B:001:Play as Sagat PL1
sfz3jr1:0:FF8502:0C:001:Play as Dan PL1
sfz3jr1:0:FF8502:0D:001:Play as Sakura PL1
sfz3jr1:0:FF8502:0E:001:Play as Rolento PL1
sfz3jr1:0:FF8502:0F:001:Play as Dhalsim PL1
sfz3jr1:0:FF8502:10:001:Play as Zangief PL1
sfz3jr1:0:FF8502:11:001:Play as Gen PL1
sfz3jr1:0:FF8502:16:001:Play as Cammy PL1
sfz3jr1:0:FF8502:18:001:Play as E. Honda PL1
sfz3jr1:0:FF8502:19:001:Play as Blanka PL1
sfz3jr1:0:FF8502:1A:001:Play as R. Mika PL1
sfz3jr1:0:FF8502:1B:001:Play as Cody PL1
sfz3jr1:0:FF8502:1C:001:Play as Vega PL1
sfz3jr1:0:FF8502:1D:001:Play as Karin PL1
sfz3jr1:0:FF8502:15:001:Play as Balrog PL1
sfz3jr1:0:FF8502:1E:001:Play as Juli PL1
sfz3jr1:0:FF8502:1F:001:Play as Juni PL1
sfz3jr1:0:FF8851:90:000:Infinite Energy PL2
sfz3jr1:0:FF8853:90:500:Infinite Energy PL2 (2/2)
sfz3jr1:0:FF8851:00:001:Drain All Energy Now! PL2
sfz3jr1:0:FF8853:00:501:Drain All Energy Now! PL2 (2/2)
sfz3jr1:0:FF891F:90:000:Always have Maximum POW PL2
sfz3jr1:0:FF891F:00:000:Always have Minimum POW PL2
sfz3jr1:0:FF891F:90:001:Get Maximum POW Now! PL2
sfz3jr1:0:FF891F:00:001:Get Minimum POW Now! PL2
sfz3jr1:0:FF8A4D:00:000:Always have Maximum Guard PL2
sfz3jr1:0:FF8A4C:3C:500:Always have Maximum Guard PL2 (2/2)
sfz3jr1:0:FF8A4D:40:000:Always have Minimum Guard PL2
sfz3jr1:0:FF8A4C:00:500:Always have Minimum Guard PL2 (2/2)
sfz3jr1:0:FF8A4D:00:001:Get Maximum Guard Now! PL2
sfz3jr1:0:FF8A4C:3C:501:Get Minimum Guard Now! PL2 (2/2)
sfz3jr1:0:FF8A4D:40:001:Get Minimum Guard Now! PL2
sfz3jr1:0:FF8A4C:00:501:Get Minimum Guard Now! PL2 (2/2)
sfz3jr1:0:FF8ACC:00:000:Always have fast recovery after hit PL2
sfz3jr1:0:FF8ACD:28:500:Always have fast recovery after hit PL2 (2/2)
sfz3jr1:0:FF8ACC:00:000:Always have slow recovery after hit PL2
sfz3jr1:0:FF8ACD:00:500:Always have slow recovery after hit PL2 (2/2)
sfz3jr1:0:FF8A38:00:000:Infinite Fireballs PL2
sfz3jr1:0:FF8A38:01:000:Never have use of Fireballs PL2
sfz3jr1:0:FF88BC:01:000:Infinite Chohatsu PL2
sfz3jr1:0:FF8831:00:000:Infinite Air Special/Super moves PL2
sfz3jr1:0:FF885F:00:000:Always be in Hardest Mode PL2
sfz3jr1:0:FF865b:00:500:Always be in Hardest Mode PL2 (2/2)
sfz3jr1:0:FF88B9:01:000:Always have V-ISM combo PL2
sfz3jr1:0:000000:00:999:[ Free player selection ]
sfz3jr1:0:000000:00:999:[ Use on level VS screen ]
sfz3jr1:0:FF8902:00:001:Play as Ryu PL2
sfz3jr1:0:FF8902:01:001:Play as Ken PL2
sfz3jr1:0:FF8902:02:001:Play as Akuma PL2
sfz3jr1:0:FF8902:03:001:Play as Charlie PL2
sfz3jr1:0:FF8902:04:001:Play as Chun-Li PL2
sfz3jr1:0:FF8902:05:001:Play as Adon PL2
sfz3jr1:0:FF8902:06:001:Play as Sodom PL2
sfz3jr1:0:FF8902:07:001:Play as Guy PL2
sfz3jr1:0:FF8902:08:001:Play as Birdie PL2
sfz3jr1:0:FF8902:09:001:Play as Rose PL2
sfz3jr1:0:FF8902:0A:001:Play as M. Bison PL2
sfz3jr1:0:FF8902:0B:001:Play as Sagat PL2
sfz3jr1:0:FF8902:0C:001:Play as Dan PL2
sfz3jr1:0:FF8902:0D:001:Play as Sakura PL2
sfz3jr1:0:FF8902:0E:001:Play as Rolento PL2
sfz3jr1:0:FF8902:0F:001:Play as Dhalsim PL2
sfz3jr1:0:FF8902:10:001:Play as Zangief PL2
sfz3jr1:0:FF8902:11:001:Play as Gen PL2
sfz3jr1:0:FF8902:16:001:Play as Cammy PL2
sfz3jr1:0:FF8902:18:001:Play as E. Honda PL2
sfz3jr1:0:FF8902:19:001:Play as Blanka PL2
sfz3jr1:0:FF8902:1A:001:Play as R. Mika PL2
sfz3jr1:0:FF8902:1B:001:Play as Cody PL2
sfz3jr1:0:FF8902:1C:001:Play as Vega PL2
sfz3jr1:0:FF8902:1D:001:Play as Karin PL2
sfz3jr1:0:FF8902:15:001:Play as Balrog PL2
sfz3jr1:0:FF8902:1E:001:Play as Juli PL2
sfz3jr1:0:FF8902:1F:001:Play as Juni PL2
sfz3jr1:0:000000:00:999:[These Play Stage next cheats should be used after you ]
sfz3jr1:0:000000:00:999:[have won a stage and the big 'V' is displayed - Pause ]
sfz3jr1:0:000000:00:999:[the game here whilst you enable the cheat! ]
sfz3jr1:0:FF8101:00:001:Play Japan (Sunset) Stage Next!
sfz3jr1:0:FF8101:02:001:Play USA (Hotel Fountain) Stage Next!
sfz3jr1:0:FF8101:04:001:Play Japan (Cave) Stage Next!
sfz3jr1:0:FF8101:06:001:Play USA (Aircraft Hangar) Stage Next!
sfz3jr1:0:FF8101:08:001:Play China (Exercise in Square) Stage Next!
sfz3jr1:0:FF8101:0A:001:Play Thailand (Temple) Stage Next!
sfz3jr1:0:FF8101:0C:001:Play USA (Japanese Place) Stage Next!
sfz3jr1:0:FF8101:0E:001:Play USA (Under the Arches) Stage Next!
sfz3jr1:0:FF8101:10:001:Play England (Train Wreck) Stage Next!
sfz3jr1:0:FF8101:12:001:Play Italy (Spiral Staircase) Stage Next!
sfz3jr1:0:FF8101:14:001:Play 'The Raining' Stage Next!
sfz3jr1:0:FF8101:16:001:Play Thailand (Buddha) Stage Next!
sfz3jr1:0:FF8101:18:001:Play Japan (Swings) Stage Next!
sfz3jr1:0:FF8101:1A:001:Play Japan (Market) Stage Next!
sfz3jr1:0:FF8101:1C:001:Play USA (Military Train Station) Stage Next!
sfz3jr1:0:FF8101:1E:001:Play India (Sleeping Elephant) Stage Next!
sfz3jr1:0:FF8101:20:001:Play USSR (Steel Works) Stage Next!
sfz3jr1:0:FF8101:22:001:Play Hong Kong (Harbourside) Stage Next!
sfz3jr1:0:FF8101:2C:001:Play Greece (Windmill) Stage Next!
sfz3jr1:0:FF8101:30:001:Play Japan (Street) Stage Next!
sfz3jr1:0:FF8101:32:001:Play Brazil (Amazon) Stage Next!
sfz3jr1:0:FF8101:34:001:Play Japan (Seaside) Stage Next!
sfz3jr1:0:FF8101:36:001:Play USA (Prison) Stage Next!
sfz3jr1:0:FF8101:38:001:Play Spain (Fence) Stage Next!
sfz3jr1:0:000000:00:999:[These are the codes to set the machine region - the ]
sfz3jr1:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
sfz3jr1:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
sfz3jr1:0:FF8091:00:000:Region Switch = Japan
sfz3jr1:0:FF8091:02:000:Region Switch = USA
sfz3jr1:0:FF8091:04:000:Region Switch = Hispanic
sfz3jr1:0:FF8091:06:000:Region Switch = Oceania
sfz3jr1:0:FF8091:08:000:Region Switch = Asia
sfz3jr1:0:FF8091:0A:000:Region Switch = Euro
sfz3jr1:0:FF8091:0C:000:Region Switch = Brazil
sfz3jr1:0:FF800B:FF:000:Sound Test Timer Stop
; [ Street Fighter Zero (Hispanic 950627) ]
sfzh:0:FFAE09:63:000:Infinite Time
sfzh:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn
sfzh:0:FFAE49:01:000:Quick Dramatic Battle
sfzh:0:FF84A2:00:500:Quick Dramatic Battle (2/3)
sfzh:0:FF88A2:01:500:Quick Dramatic Battle (3/3)
sfzh:0:FF8441:90:000:Infinite Energy PL1
sfzh:0:FF8441:00:000:Energy always set to 0 PL1
sfzh:0:FF8441:00:001:Energy set to 0 Now! PL1
sfzh:0:FF84C6:01:000:End round to win match PL1
sfzh:0:FF84C6:00:000:Rounds won always = 0 PL1
sfzh:0:FF84C6:00:001:Rounds won = 0 Now! PL1
sfzh:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down
sfzh:0:FF84BF:30:001:Charge super bar to L1 PL1
sfzh:0:FF84BF:60:001:Charge super bar to L2 PL1
sfzh:0:FF84BF:90:001:Charge super bar to L3 PL1
sfzh:0:FF84BF:90:000:Super bar always L3 PL1
sfzh:0:FF84BF:00:000:No super moves PL1
sfzh:0:FF84BF:00:001:No super moves Now! PL1
sfzh:0:FF8537:00:000:Never Faint PL1
sfzh:0:FF853A:00:000:Faint on every hit PL1
sfzh:0:000000:00:999:[ Free player selection ]
sfzh:0:000000:00:999:[ Use on level VS screen ]
sfzh:0:FF84A2:00:001:Play with Ryu PL1
sfzh:0:FF84A2:01:001:Play with Ken PL1
sfzh:0:FF84A2:02:001:Play with Gouki PL1
sfzh:0:FF84A2:03:001:Play with Nash PL1
sfzh:0:FF84A2:04:001:Play with Chun Li PL1
sfzh:0:FF84A2:05:001:Play with Adon PL1
sfzh:0:FF84A2:06:001:Play with Sodom PL1
sfzh:0:FF84A2:07:001:Play with Guy PL1
sfzh:0:FF84A2:08:001:Play with Birdie PL1
sfzh:0:FF84A2:09:001:Play with Rose PL1
sfzh:0:FF84A2:0A:001:Play with Vega PL1
sfzh:0:FF84A2:0B:001:Play with Sagat PL1
sfzh:0:FF84A2:0C:001:Play with Dan PL1
sfzh:0:FF85F2:01:000:Inf taunts for Ken or Ryu PL1
sfzh:0:FF85C1:01:000:Inf taunts for Chun Li PL1
sfzh:0:FF85F0:01:000:Inf taunts for Charlie PL1
sfzh:0:FF85C4:01:000:Inf taunts for Guy PL1
sfzh:0:FF85F8:00:000:Inf taunts for Birdie PL1
sfzh:0:FF85FF:01:000:Inf taunts for Sodom PL1
sfzh:0:FF85F8:01:000:Inf taunts for Adon PL1
sfzh:0:FF85E8:01:000:Inf taunts for Rose PL1
sfzh:0:FF85C0:01:000:Inf taunts for Sagat PL1
sfzh:0:FF85F1:01:000:Inf taunts for Akuma PL1
sfzh:0:FF85FB:01:000:Inf taunts for Bison PL1
sfzh:0:FF8841:90:000:Infinite Energy PL2
sfzh:0:FF8841:00:000:Energy always set to 0 PL2
sfzh:0:FF8841:00:001:Energy set to 0 Now! PL2
sfzh:0:FF88C6:01:000:End round to win match PL2
sfzh:0:FF88C6:00:000:Rounds won always = 0 PL2
sfzh:0:FF88C6:00:001:Rounds won = 0 Now! PL2
sfzh:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down
sfzh:0:FF88BF:30:001:Charge super bar to L1 PL2
sfzh:0:FF88BF:60:001:Charge super bar to L2 PL2
sfzh:0:FF88BF:90:001:Charge super bar to L3 PL2
sfzh:0:FF88BF:90:000:Super bar always L3 PL2
sfzh:0:FF88BF:00:000:No super moves PL2
sfzh:0:FF88BF:00:001:No super moves Now! PL2
sfzh:0:FF8937:00:000:Never Faint PL2
sfzh:0:FF893A:00:000:Faint on every hit PL2
sfzh:0:000000:00:999:[ Free player selection ]
sfzh:0:000000:00:999:[ Use on level VS screen ]
sfzh:0:FF88A2:00:001:Play with Ryu PL2
sfzh:0:FF88A2:01:001:Play with Ken PL2
sfzh:0:FF88A2:02:001:Play with Gouki PL2
sfzh:0:FF88A2:03:001:Play with Nash PL2
sfzh:0:FF88A2:04:001:Play with Chun Li PL2
sfzh:0:FF88A2:05:001:Play with Adon PL2
sfzh:0:FF88A2:06:001:Play with Sodom PL2
sfzh:0:FF88A2:07:001:Play with Guy PL2
sfzh:0:FF88A2:08:001:Play with Birdie PL2
sfzh:0:FF88A2:09:001:Play with Rose PL2
sfzh:0:FF88A2:0A:001:Play with Vega PL2
sfzh:0:FF88A2:0B:001:Play with Sagat PL2
sfzh:0:FF88A2:0C:001:Play with Dan PL2
sfzh:0:FF89F2:01:000:Inf taunts for Ken or Ryu PL2
sfzh:0:FF89C1:01:000:Inf taunts for Chun Li PL2
sfzh:0:FF89F0:01:000:Inf taunts for Charlie PL2
sfzh:0:FF89C4:01:000:Inf taunts for Guy PL2
sfzh:0:FF89F8:00:000:Inf taunts for Birdie PL2
sfzh:0:FF89FF:01:000:Inf taunts for Sodom PL2
sfzh:0:FF89F8:01:000:Inf taunts for Adon PL2
sfzh:0:FF89E8:01:000:Inf taunts for Rose PL2
sfzh:0:FF89C0:01:000:Inf taunts for Sagat PL2
sfzh:0:FF89F1:01:000:Inf taunts for Akuma PL2
sfzh:0:FF89FB:01:000:Inf taunts for Bison PL2
sfzh:0:000000:00:999:[These are the codes to set ]
sfzh:0:000000:00:999:[the machine region - the ]
sfzh:0:000000:00:999:[effectiveness may vary! ]
sfzh:0:000000:00:999:[You have to enable these on]
sfzh:0:000000:00:999:[the ROM check screen!! ]
sfzh:0:FF8191:00:000:Region Switch = Japan
sfzh:0:FF8191:02:000:Region Switch = USA
sfzh:0:FF8191:04:000:Region Switch = Hispanic
sfzh:0:FF8191:06:000:Region Switch = Asia
sfzh:0:FF8191:08:000:Region Switch = Euro
sfzh:0:FF8191:0A:000:Region Switch = Brazil
; [ Street Fighter Zero (Japan 950727) ]
sfzj:0:FFAE09:63:000:Infinite Time
sfzj:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn
sfzj:0:FFAE49:01:000:Quick Dramatic Battle
sfzj:0:FF84A2:00:500:Quick Dramatic Battle (2/3)
sfzj:0:FF88A2:01:500:Quick Dramatic Battle (3/3)
sfzj:0:FF8441:90:000:Infinite Energy PL1
sfzj:0:FF8441:00:000:Energy always set to 0 PL1
sfzj:0:FF8441:00:001:Energy set to 0 Now! PL1
sfzj:0:FF84C6:01:000:End round to win match PL1
sfzj:0:FF84C6:00:000:Rounds won always = 0 PL1
sfzj:0:FF84C6:00:001:Rounds won = 0 Now! PL1
sfzj:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down
sfzj:0:FF84BF:30:001:Charge super bar to L1 PL1
sfzj:0:FF84BF:60:001:Charge super bar to L2 PL1
sfzj:0:FF84BF:90:001:Charge super bar to L3 PL1
sfzj:0:FF84BF:90:000:Super bar always L3 PL1
sfzj:0:FF84BF:00:000:No super moves PL1
sfzj:0:FF84BF:00:001:No super moves Now! PL1
sfzj:0:FF8537:00:000:Never Faint PL1
sfzj:0:FF853A:00:000:Faint on every hit PL1
sfzj:0:000000:00:999:[ Free player selection ]
sfzj:0:000000:00:999:[ Use on level VS screen ]
sfzj:0:FF84A2:00:001:Play with Ryu PL1
sfzj:0:FF84A2:01:001:Play with Ken PL1
sfzj:0:FF84A2:02:001:Play with Gouki PL1
sfzj:0:FF84A2:03:001:Play with Nash PL1
sfzj:0:FF84A2:04:001:Play with Chun Li PL1
sfzj:0:FF84A2:05:001:Play with Adon PL1
sfzj:0:FF84A2:06:001:Play with Sodom PL1
sfzj:0:FF84A2:07:001:Play with Guy PL1
sfzj:0:FF84A2:08:001:Play with Birdie PL1
sfzj:0:FF84A2:09:001:Play with Rose PL1
sfzj:0:FF84A2:0A:001:Play with Vega PL1
sfzj:0:FF84A2:0B:001:Play with Sagat PL1
sfzj:0:FF84A2:0C:001:Play with Dan PL1
sfzj:0:FF85F2:01:000:Inf taunts for Ken or Ryu PL1
sfzj:0:FF85C1:01:000:Inf taunts for Chun Li PL1
sfzj:0:FF85F0:01:000:Inf taunts for Charlie PL1
sfzj:0:FF85C4:01:000:Inf taunts for Guy PL1
sfzj:0:FF85F8:00:000:Inf taunts for Birdie PL1
sfzj:0:FF85FF:01:000:Inf taunts for Sodom PL1
sfzj:0:FF85F8:01:000:Inf taunts for Adon PL1
sfzj:0:FF85E8:01:000:Inf taunts for Rose PL1
sfzj:0:FF85C0:01:000:Inf taunts for Sagat PL1
sfzj:0:FF85F1:01:000:Inf taunts for Akuma PL1
sfzj:0:FF85FB:01:000:Inf taunts for Bison PL1
sfzj:0:FF8841:90:000:Infinite Energy PL2
sfzj:0:FF8841:00:000:Energy always set to 0 PL2
sfzj:0:FF8841:00:001:Energy set to 0 Now! PL2
sfzj:0:FF88C6:01:000:End round to win match PL2
sfzj:0:FF88C6:00:000:Rounds won always = 0 PL2
sfzj:0:FF88C6:00:001:Rounds won = 0 Now! PL2
sfzj:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down
sfzj:0:FF88BF:30:001:Charge super bar to L1 PL2
sfzj:0:FF88BF:60:001:Charge super bar to L2 PL2
sfzj:0:FF88BF:90:001:Charge super bar to L3 PL2
sfzj:0:FF88BF:90:000:Super bar always L3 PL2
sfzj:0:FF88BF:00:000:No super moves PL2
sfzj:0:FF88BF:00:001:No super moves Now! PL2
sfzj:0:FF8937:00:000:Never Faint PL2
sfzj:0:FF893A:00:000:Faint on every hit PL2
sfzj:0:000000:00:999:[ Free player selection ]
sfzj:0:000000:00:999:[ Use on level VS screen ]
sfzj:0:FF88A2:00:001:Play with Ryu PL2
sfzj:0:FF88A2:01:001:Play with Ken PL2
sfzj:0:FF88A2:02:001:Play with Gouki PL2
sfzj:0:FF88A2:03:001:Play with Nash PL2
sfzj:0:FF88A2:04:001:Play with Chun Li PL2
sfzj:0:FF88A2:05:001:Play with Adon PL2
sfzj:0:FF88A2:06:001:Play with Sodom PL2
sfzj:0:FF88A2:07:001:Play with Guy PL2
sfzj:0:FF88A2:08:001:Play with Birdie PL2
sfzj:0:FF88A2:09:001:Play with Rose PL2
sfzj:0:FF88A2:0A:001:Play with Vega PL2
sfzj:0:FF88A2:0B:001:Play with Sagat PL2
sfzj:0:FF88A2:0C:001:Play with Dan PL2
sfzj:0:FF89F2:01:000:Inf taunts for Ken or Ryu PL2
sfzj:0:FF89C1:01:000:Inf taunts for Chun Li PL2
sfzj:0:FF89F0:01:000:Inf taunts for Charlie PL2
sfzj:0:FF89C4:01:000:Inf taunts for Guy PL2
sfzj:0:FF89F8:00:000:Inf taunts for Birdie PL2
sfzj:0:FF89FF:01:000:Inf taunts for Sodom PL2
sfzj:0:FF89F8:01:000:Inf taunts for Adon PL2
sfzj:0:FF89E8:01:000:Inf taunts for Rose PL2
sfzj:0:FF89C0:01:000:Inf taunts for Sagat PL2
sfzj:0:FF89F1:01:000:Inf taunts for Akuma PL2
sfzj:0:FF89FB:01:000:Inf taunts for Bison PL2
sfzj:0:000000:00:999:[These are the codes to set ]
sfzj:0:000000:00:999:[the machine region - the ]
sfzj:0:000000:00:999:[effectiveness may vary! ]
sfzj:0:000000:00:999:[You have to enable these on]
sfzj:0:000000:00:999:[the ROM check screen!! ]
sfzj:0:FF8191:00:000:Region Switch = Japan
sfzj:0:FF8191:02:000:Region Switch = USA
sfzj:0:FF8191:04:000:Region Switch = Hispanic
sfzj:0:FF8191:06:000:Region Switch = Asia
sfzj:0:FF8191:08:000:Region Switch = Euro
sfzj:0:FF8191:0A:000:Region Switch = Brazil
; [ Street Fighter Zero (Japan 950627) ]
sfzjr1:0:FFAE09:63:000:Infinite Time
sfzjr1:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn
sfzjr1:0:FFAE49:01:000:Quick Dramatic Battle
sfzjr1:0:FF84A2:00:500:Quick Dramatic Battle (2/3)
sfzjr1:0:FF88A2:01:500:Quick Dramatic Battle (3/3)
sfzjr1:0:FF8441:90:000:Infinite Energy PL1
sfzjr1:0:FF8441:00:000:Energy always set to 0 PL1
sfzjr1:0:FF8441:00:001:Energy set to 0 Now! PL1
sfzjr1:0:FF84C6:01:000:End round to win match PL1
sfzjr1:0:FF84C6:00:000:Rounds won always = 0 PL1
sfzjr1:0:FF84C6:00:001:Rounds won = 0 Now! PL1
sfzjr1:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down
sfzjr1:0:FF84BF:30:001:Charge super bar to L1 PL1
sfzjr1:0:FF84BF:60:001:Charge super bar to L2 PL1
sfzjr1:0:FF84BF:90:001:Charge super bar to L3 PL1
sfzjr1:0:FF84BF:90:000:Super bar always L3 PL1
sfzjr1:0:FF84BF:00:000:No super moves PL1
sfzjr1:0:FF84BF:00:001:No super moves Now! PL1
sfzjr1:0:FF8537:00:000:Never Faint PL1
sfzjr1:0:FF853A:00:000:Faint on every hit PL1
sfzjr1:0:000000:00:999:[ Free player selection ]
sfzjr1:0:000000:00:999:[ Use on level VS screen ]
sfzjr1:0:FF84A2:00:001:Play with Ryu PL1
sfzjr1:0:FF84A2:01:001:Play with Ken PL1
sfzjr1:0:FF84A2:02:001:Play with Gouki PL1
sfzjr1:0:FF84A2:03:001:Play with Nash PL1
sfzjr1:0:FF84A2:04:001:Play with Chun Li PL1
sfzjr1:0:FF84A2:05:001:Play with Adon PL1
sfzjr1:0:FF84A2:06:001:Play with Sodom PL1
sfzjr1:0:FF84A2:07:001:Play with Guy PL1
sfzjr1:0:FF84A2:08:001:Play with Birdie PL1
sfzjr1:0:FF84A2:09:001:Play with Rose PL1
sfzjr1:0:FF84A2:0A:001:Play with Vega PL1
sfzjr1:0:FF84A2:0B:001:Play with Sagat PL1
sfzjr1:0:FF84A2:0C:001:Play with Dan PL1
sfzjr1:0:FF85F2:01:000:Inf taunts for Ken or Ryu PL1
sfzjr1:0:FF85C1:01:000:Inf taunts for Chun Li PL1
sfzjr1:0:FF85F0:01:000:Inf taunts for Charlie PL1
sfzjr1:0:FF85C4:01:000:Inf taunts for Guy PL1
sfzjr1:0:FF85F8:00:000:Inf taunts for Birdie PL1
sfzjr1:0:FF85FF:01:000:Inf taunts for Sodom PL1
sfzjr1:0:FF85F8:01:000:Inf taunts for Adon PL1
sfzjr1:0:FF85E8:01:000:Inf taunts for Rose PL1
sfzjr1:0:FF85C0:01:000:Inf taunts for Sagat PL1
sfzjr1:0:FF85F1:01:000:Inf taunts for Akuma PL1
sfzjr1:0:FF85FB:01:000:Inf taunts for Bison PL1
sfzjr1:0:FF8841:90:000:Infinite Energy PL2
sfzjr1:0:FF8841:00:000:Energy always set to 0 PL2
sfzjr1:0:FF8841:00:001:Energy set to 0 Now! PL2
sfzjr1:0:FF88C6:01:000:End round to win match PL2
sfzjr1:0:FF88C6:00:000:Rounds won always = 0 PL2
sfzjr1:0:FF88C6:00:001:Rounds won = 0 Now! PL2
sfzjr1:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down
sfzjr1:0:FF88BF:30:001:Charge super bar to L1 PL2
sfzjr1:0:FF88BF:60:001:Charge super bar to L2 PL2
sfzjr1:0:FF88BF:90:001:Charge super bar to L3 PL2
sfzjr1:0:FF88BF:90:000:Super bar always L3 PL2
sfzjr1:0:FF88BF:00:000:No super moves PL2
sfzjr1:0:FF88BF:00:001:No super moves Now! PL2
sfzjr1:0:FF8937:00:000:Never Faint PL2
sfzjr1:0:FF893A:00:000:Faint on every hit PL2
sfzjr1:0:000000:00:999:[ Free player selection ]
sfzjr1:0:000000:00:999:[ Use on level VS screen ]
sfzjr1:0:FF88A2:00:001:Play with Ryu PL2
sfzjr1:0:FF88A2:01:001:Play with Ken PL2
sfzjr1:0:FF88A2:02:001:Play with Gouki PL2
sfzjr1:0:FF88A2:03:001:Play with Nash PL2
sfzjr1:0:FF88A2:04:001:Play with Chun Li PL2
sfzjr1:0:FF88A2:05:001:Play with Adon PL2
sfzjr1:0:FF88A2:06:001:Play with Sodom PL2
sfzjr1:0:FF88A2:07:001:Play with Guy PL2
sfzjr1:0:FF88A2:08:001:Play with Birdie PL2
sfzjr1:0:FF88A2:09:001:Play with Rose PL2
sfzjr1:0:FF88A2:0A:001:Play with Vega PL2
sfzjr1:0:FF88A2:0B:001:Play with Sagat PL2
sfzjr1:0:FF88A2:0C:001:Play with Dan PL2
sfzjr1:0:FF89F2:01:000:Inf taunts for Ken or Ryu PL2
sfzjr1:0:FF89C1:01:000:Inf taunts for Chun Li PL2
sfzjr1:0:FF89F0:01:000:Inf taunts for Charlie PL2
sfzjr1:0:FF89C4:01:000:Inf taunts for Guy PL2
sfzjr1:0:FF89F8:00:000:Inf taunts for Birdie PL2
sfzjr1:0:FF89FF:01:000:Inf taunts for Sodom PL2
sfzjr1:0:FF89F8:01:000:Inf taunts for Adon PL2
sfzjr1:0:FF89E8:01:000:Inf taunts for Rose PL2
sfzjr1:0:FF89C0:01:000:Inf taunts for Sagat PL2
sfzjr1:0:FF89F1:01:000:Inf taunts for Akuma PL2
sfzjr1:0:FF89FB:01:000:Inf taunts for Bison PL2
sfzjr1:0:000000:00:999:[These are the codes to set ]
sfzjr1:0:000000:00:999:[the machine region - the ]
sfzjr1:0:000000:00:999:[effectiveness may vary! ]
sfzjr1:0:000000:00:999:[You have to enable these on]
sfzjr1:0:000000:00:999:[the ROM check screen!! ]
sfzjr1:0:FF8191:00:000:Region Switch = Japan
sfzjr1:0:FF8191:02:000:Region Switch = USA
sfzjr1:0:FF8191:04:000:Region Switch = Hispanic
sfzjr1:0:FF8191:06:000:Region Switch = Asia
sfzjr1:0:FF8191:08:000:Region Switch = Euro
sfzjr1:0:FF8191:0A:000:Region Switch = Brazil
; [ Street Fighter Zero (Japan 950605) ]
sfzjr2:0:FFAE09:63:000:Infinite Time
sfzjr2:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn
sfzjr2:0:FFAE49:01:000:Quick Dramatic Battle
sfzjr2:0:FF84A2:00:500:Quick Dramatic Battle (2/3)
sfzjr2:0:FF88A2:01:500:Quick Dramatic Battle (3/3)
sfzjr2:0:FF8441:90:000:Infinite Energy PL1
sfzjr2:0:FF8441:00:000:Energy always set to 0 PL1
sfzjr2:0:FF8441:00:001:Energy set to 0 Now! PL1
sfzjr2:0:FF84C6:01:000:End round to win match PL1
sfzjr2:0:FF84C6:00:000:Rounds won always = 0 PL1
sfzjr2:0:FF84C6:00:001:Rounds won = 0 Now! PL1
sfzjr2:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down
sfzjr2:0:FF84BF:30:001:Charge super bar to L1 PL1
sfzjr2:0:FF84BF:60:001:Charge super bar to L2 PL1
sfzjr2:0:FF84BF:90:001:Charge super bar to L3 PL1
sfzjr2:0:FF84BF:90:000:Super bar always L3 PL1
sfzjr2:0:FF84BF:00:000:No super moves PL1
sfzjr2:0:FF84BF:00:001:No super moves Now! PL1
sfzjr2:0:FF8537:00:000:Never Faint PL1
sfzjr2:0:FF853A:00:000:Faint on every hit PL1
sfzjr2:0:000000:00:999:[ Free player selection ]
sfzjr2:0:000000:00:999:[ Use on level VS screen ]
sfzjr2:0:FF84A2:00:001:Play with Ryu PL1
sfzjr2:0:FF84A2:01:001:Play with Ken PL1
sfzjr2:0:FF84A2:02:001:Play with Gouki PL1
sfzjr2:0:FF84A2:03:001:Play with Nash PL1
sfzjr2:0:FF84A2:04:001:Play with Chun Li PL1
sfzjr2:0:FF84A2:05:001:Play with Adon PL1
sfzjr2:0:FF84A2:06:001:Play with Sodom PL1
sfzjr2:0:FF84A2:07:001:Play with Guy PL1
sfzjr2:0:FF84A2:08:001:Play with Birdie PL1
sfzjr2:0:FF84A2:09:001:Play with Rose PL1
sfzjr2:0:FF84A2:0A:001:Play with Vega PL1
sfzjr2:0:FF84A2:0B:001:Play with Sagat PL1
sfzjr2:0:FF84A2:0C:001:Play with Dan PL1
sfzjr2:0:FF85F2:01:000:Inf taunts for Ken or Ryu PL1
sfzjr2:0:FF85C1:01:000:Inf taunts for Chun Li PL1
sfzjr2:0:FF85F0:01:000:Inf taunts for Charlie PL1
sfzjr2:0:FF85C4:01:000:Inf taunts for Guy PL1
sfzjr2:0:FF85F8:00:000:Inf taunts for Birdie PL1
sfzjr2:0:FF85FF:01:000:Inf taunts for Sodom PL1
sfzjr2:0:FF85F8:01:000:Inf taunts for Adon PL1
sfzjr2:0:FF85E8:01:000:Inf taunts for Rose PL1
sfzjr2:0:FF85C0:01:000:Inf taunts for Sagat PL1
sfzjr2:0:FF85F1:01:000:Inf taunts for Akuma PL1
sfzjr2:0:FF85FB:01:000:Inf taunts for Bison PL1
sfzjr2:0:FF8841:90:000:Infinite Energy PL2
sfzjr2:0:FF8841:00:000:Energy always set to 0 PL2
sfzjr2:0:FF8841:00:001:Energy set to 0 Now! PL2
sfzjr2:0:FF88C6:01:000:End round to win match PL2
sfzjr2:0:FF88C6:00:000:Rounds won always = 0 PL2
sfzjr2:0:FF88C6:00:001:Rounds won = 0 Now! PL2
sfzjr2:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down
sfzjr2:0:FF88BF:30:001:Charge super bar to L1 PL2
sfzjr2:0:FF88BF:60:001:Charge super bar to L2 PL2
sfzjr2:0:FF88BF:90:001:Charge super bar to L3 PL2
sfzjr2:0:FF88BF:90:000:Super bar always L3 PL2
sfzjr2:0:FF88BF:00:000:No super moves PL2
sfzjr2:0:FF88BF:00:001:No super moves Now! PL2
sfzjr2:0:FF8937:00:000:Never Faint PL2
sfzjr2:0:FF893A:00:000:Faint on every hit PL2
sfzjr2:0:000000:00:999:[ Free player selection ]
sfzjr2:0:000000:00:999:[ Use on level VS screen ]
sfzjr2:0:FF88A2:00:001:Play with Ryu PL2
sfzjr2:0:FF88A2:01:001:Play with Ken PL2
sfzjr2:0:FF88A2:02:001:Play with Gouki PL2
sfzjr2:0:FF88A2:03:001:Play with Nash PL2
sfzjr2:0:FF88A2:04:001:Play with Chun Li PL2
sfzjr2:0:FF88A2:05:001:Play with Adon PL2
sfzjr2:0:FF88A2:06:001:Play with Sodom PL2
sfzjr2:0:FF88A2:07:001:Play with Guy PL2
sfzjr2:0:FF88A2:08:001:Play with Birdie PL2
sfzjr2:0:FF88A2:09:001:Play with Rose PL2
sfzjr2:0:FF88A2:0A:001:Play with Vega PL2
sfzjr2:0:FF88A2:0B:001:Play with Sagat PL2
sfzjr2:0:FF88A2:0C:001:Play with Dan PL2
sfzjr2:0:FF89F2:01:000:Inf taunts for Ken or Ryu PL2
sfzjr2:0:FF89C1:01:000:Inf taunts for Chun Li PL2
sfzjr2:0:FF89F0:01:000:Inf taunts for Charlie PL2
sfzjr2:0:FF89C4:01:000:Inf taunts for Guy PL2
sfzjr2:0:FF89F8:00:000:Inf taunts for Birdie PL2
sfzjr2:0:FF89FF:01:000:Inf taunts for Sodom PL2
sfzjr2:0:FF89F8:01:000:Inf taunts for Adon PL2
sfzjr2:0:FF89E8:01:000:Inf taunts for Rose PL2
sfzjr2:0:FF89C0:01:000:Inf taunts for Sagat PL2
sfzjr2:0:FF89F1:01:000:Inf taunts for Akuma PL2
sfzjr2:0:FF89FB:01:000:Inf taunts for Bison PL2
sfzjr2:0:000000:00:999:[These are the codes to set ]
sfzjr2:0:000000:00:999:[the machine region - the ]
sfzjr2:0:000000:00:999:[effectiveness may vary! ]
sfzjr2:0:000000:00:999:[You have to enable these on]
sfzjr2:0:000000:00:999:[the ROM check screen!! ]
sfzjr2:0:FF8191:00:000:Region Switch = Japan
sfzjr2:0:FF8191:02:000:Region Switch = USA
sfzjr2:0:FF8191:04:000:Region Switch = Hispanic
sfzjr2:0:FF8191:06:000:Region Switch = Asia
sfzjr2:0:FF8191:08:000:Region Switch = Euro
sfzjr2:0:FF8191:0A:000:Region Switch = Brazil
; [ Gladiator 1984 ]
sgladiat:0:D9AF:99:000:Infinite Credits
sgladiat:0:DF04:00:000:Infinite Time
sgladiat:0:DEE9:0A:000:Infinite Lives
; [ Shackled (US) ]
shackled:0:0079:02:000:Never see the Green Blob
shackled:0:007C:02:500:Never see the Green Blob (2/2)
shackled:0:00A7:09:000:Infinite Energy PL1
shackled:0:00A8:99:500:Infinite Energy PL1 (2/3)
shackled:0:00A9:99:500:Infinite Energy PL1 (3/3)
shackled:0:00B4:08:000:Infinite Keys PL1
shackled:0:0145:01:000:Always have Speed Up PL1
shackled:0:0146:01:000:Always have Shoot Speed PL1
shackled:0:0147:01:000:Always have Shield PL1
shackled:0:0148:01:000:Always have Weapon Range PL1
shackled:0:0000:00:999:[These cheats activates the followers ]
shackled:0:0000:00:999:[and weapons. Only have one selected ]
shackled:0:0000:00:999:[at a time. The follower gfx are ]
shackled:0:0000:00:999:[corrupted so perhaps this game isn't ]
shackled:0:0000:00:999:[supposed to support them like the ]
shackled:0:0000:00:999:[clone breywood but it works... ]
shackled:0:0130:01:000:Always x2 with Daggers PL1
shackled:0:0150:01:500:Always x2 with Daggers PL1 (2/3)
shackled:0:0170:01:500:Always x2 with Daggers PL1 (3/3)
shackled:0:0130:02:000:Always x2 with Bombs PL1
shackled:0:0150:02:500:Always x2 with Bombs PL1 (2/3)
shackled:0:0170:02:500:Always x2 with Bombs PL1 (3/3)
shackled:0:0130:03:000:Always x2 with Ninja Stars PL1
shackled:0:0150:03:500:Always x2 with Ninja Stars PL1 (2/3)
shackled:0:0170:03:500:Always x2 with Ninja Stars PL1 (3/3)
shackled:0:0130:04:000:Always x2 with Razor Disks PL1
shackled:0:0150:04:500:Always x2 with Razor Disks PL1 (2/3)
shackled:0:0170:04:500:Always x2 with Razor Disks PL1 (3/3)
shackled:0:0130:05:000:Always x2 with Shock Waves PL1
shackled:0:0150:05:500:Always x2 with Shock Waves PL1 (2/3)
shackled:0:0170:05:500:Always x2 with Shock Waves PL1 (3/3)
shackled:0:0130:06:000:Always x2 with Boomerangs PL1
shackled:0:0150:06:500:Always x2 with Boomerangs PL1 (2/3)
shackled:0:0170:06:500:Always x2 with Boomerangs PL1 (3/3)
shackled:0:0130:07:000:Always x2 with Reflective ShotsPL1
shackled:0:0150:07:500:Always x2 with Reflective ShotsPL1 (2/3)
shackled:0:0170:07:500:Always x2 with Reflective ShotsPL1 (3/3)
shackled:0:0130:08:000:Always x2 with Flame Thrower PL1
shackled:0:0150:08:500:Always x2 with Flame Thrower PL1 (2/3)
shackled:0:0170:08:500:Always x2 with Flame Thrower PL1 (3/3)
shackled:0:00C2:09:000:Infinite Energy PL2
shackled:0:00C3:99:500:Infinite Energy PL2 (2/3)
shackled:0:00C4:99:500:Infinite Energy PL2 (3/3)
shackled:0:00CF:08:000:Infinite Keys PL2
shackled:0:01A5:01:000:Always have Speed Up PL2
shackled:0:01A6:01:000:Always have Shoot Speed PL2
shackled:0:01A7:01:000:Always have Shield PL2
shackled:0:01A8:01:000:Always have Weapon Range PL2
shackled:0:0000:00:999:[These cheats activates the followers ]
shackled:0:0000:00:999:[and weapons. Only have one selected ]
shackled:0:0000:00:999:[at a time. The follower gfx are ]
shackled:0:0000:00:999:[corrupted so perhaps this game isn't ]
shackled:0:0000:00:999:[supposed to support them like the ]
shackled:0:0000:00:999:[clone breywood but it works... ]
shackled:0:0190:01:000:Always x2 with Daggers PL2
shackled:0:01B0:01:500:Always x2 with Daggers PL2 (2/3)
shackled:0:01D0:01:500:Always x2 with Daggers PL2 (3/3)
shackled:0:0190:02:000:Always x2 with Bombs PL2
shackled:0:01B0:02:500:Always x2 with Bombs PL2 (2/3)
shackled:0:01D0:02:500:Always x2 with Bombs PL2 (3/3)
shackled:0:0190:03:000:Always x2 with Ninja Stars PL2
shackled:0:01B0:03:500:Always x2 with Ninja Stars PL2 (2/3)
shackled:0:01D0:03:500:Always x2 with Ninja Stars PL2 (3/3)
shackled:0:0190:04:000:Always x2 with Razor Disks PL2
shackled:0:01B0:04:500:Always x2 with Razor Disks PL2 (2/3)
shackled:0:01D0:04:500:Always x2 with Razor Disks PL2 (3/3)
shackled:0:0190:05:000:Always x2 with Shock Waves PL2
shackled:0:01B0:05:500:Always x2 with Shock Waves PL2 (2/3)
shackled:0:01D0:05:500:Always x2 with Shock Waves PL2 (3/3)
shackled:0:0190:06:000:Always x2 with Boomerangs PL2
shackled:0:01B0:06:500:Always x2 with Boomerangs PL2 (2/3)
shackled:0:01D0:06:500:Always x2 with Boomerangs PL2 (3/3)
shackled:0:0190:07:000:Always x2 with Reflective ShotsPL2
shackled:0:01B0:07:500:Always x2 with Reflective ShotsPL2 (2/3)
shackled:0:01D0:07:500:Always x2 with Reflective ShotsPL2 (3/3)
shackled:0:0190:08:000:Always x2 with Flame Thrower PL2
shackled:0:01B0:08:500:Always x2 with Flame Thrower PL2 (2/3)
shackled:0:01D0:08:500:Always x2 with Flame Thrower PL2 (3/3)
; [ Shadow Land ]
shadowld:0:50E1:10:000:Infinite Energy
shadowld:0:477C:09:000:Infinite Money
shadowld:0:40BA:04:000:Always have 4-shot
shadowld:0:40CF:99:000:Always have Mega Shot
; [ Shadow Warriors (US) ]
shadoww:0:061E8E:03:000:Infinite Lives PL1
shadoww:0:061EC3:09:000:Infinite Energy PL1
shadoww:0:061EBA:0A:000:Infinite Sword PL1
shadoww:0:061EB0:2C:000:Invincibility PL1
shadoww:0:061E8F:03:000:Infinite Lives PL2
shadoww:0:061F03:09:000:Infinite Energy PL2
shadoww:0:061EFA:0A:000:Infinite Sword PL2
shadoww:0:061EF1:2C:000:Invincibility PL2
shadoww:0:061E89:99:000:Infinite Time
; [ Shanghai II (Japan) ]
shangha2:0:01A25:63:000:Infinite Credits
shangha2:0:01A37:2D:000:Infinite Time
shangha2:0:01A39:3C:500:Infinite Time (2/2)
shangha2:0:018E8:03:000:Infinite Help PL1
shangha2:0:01B00:03:500:Infinite Help PL1 (2/2)
shangha2:0:018E9:03:000:Infinite Help PL2
shangha2:0:01B01:03:500:Infinite Help PL2 (2/2)
; [ Shanghai III (Japan) ]
shangha3:0:30252D:80:000:Infinite Time [Single Timer Game]
shangha3:0:30239B:60:000:Infinite Time PL1 [Double Timer Game]
shangha3:0:30239B:01:001:Time Over Now! PL1 [Double Timer Game]
shangha3:0:3026BF:60:000:Infinite Time PL2 [Double Timer Game]
shangha3:0:3026BF:01:001:Time Over Now! PL2 [Double Timer Game]
; [ Shanghai (Japan) ]
shanghai:0:02157:F0:000:Infinite Time
shanghai:0:020D8:03:000:Infinite Help PL1
shanghai:0:021E0:03:500:Infinite Help PL1 (2/2)
shanghai:0:020D9:03:000:Infinite Help PL2
shanghai:0:021E1:03:500:Infinite Help PL2 (2/2)
; [ Shanghai Kid ]
shangkid:0:E002:63:000:Infinite Credits
shangkid:0:E1BF:38:000:Infinite Time:Turn OFF at end of round
shangkid:0:E1A9:40:000:Infinite Energy YOU:Turn OFF at end of round
shangkid:0:E1A9:00:001:Drain All Energy Now! YOU
shangkid:0:E1AA:40:000:Infinite Energy ENEMY:Turn OFF at end of round
shangkid:0:E1AA:00:001:Drain All Energy Now! ENEMY
; [ Super Hang-On ]
shangon:0:20C500:99:000:Infinite Time
; [ Super Hang-On (bootleg) ]
shangonb:0:20C500:99:000:Infinite Time
; [ Shao-Lin's Road ]
shaolins:0:2A78:07:000:Infinite Lives
shaolins:0:3101:01:005:Infinite Energy
shaolins:0:2A87:01:001:Only 1 to kill on this level
shaolins:0:32B4:04:001:1 hit to kill boss Now!
shaolins:0:3175:01:000:Always purple weapon next
shaolins:0:3175:02:000:Always yellow weapon next
shaolins:0:3175:03:000:Always green weapon next
shaolins:0:3175:01:001:Purple weapon next Now!
shaolins:0:3175:02:001:Yellow weapon next Now!
shaolins:0:3175:03:001:Green weapon next Now!
shaolins:0:2A13:60:000:Sound Test Code Stop:[Unknown]Next Code
; [ Shark Attack ]
sharkatt:0:80DD:05:000:Infinite Lives PL1
sharkatt:0:80DE:05:000:Infinite Lives PL2
sharkatt:0:8809:00:000:Invincibility
; [ Space Harrier ]
sharrier:0:0404F0:99:000:Infinite Time
sharrier:0:0404E1:0F:000:Infinite Lives
sharrier:0:0404E0:27:500:Infinite Lives (2/2)
sharrier:0:C7C0DB:01:000:Invincibility
; [ Shadow Dancer (bootleg) ]
shdancbl:0:FFC407:59:000:Infinite Time
shdancbl:0:FFC41F:09:000:Infinite Magic
shdancbl:0:FFC490:00:000:Always have the Normal gun
shdancbl:0:FFC490:01:000:Always have the Power-up gun
shdancbl:0:FFC490:00:001:Get the Normal gun Now!
shdancbl:0:FFC490:01:001:Get the Power-up gun Now!
shdancbl:0:FFEB0A:9A:000:Infinite Lives PL1
shdancbl:0:FFEB8A:9A:000:Infinite Lives PL2
; [ Shadow Dancer (US) ]
shdancer:0:FFC407:59:000:Infinite Time
shdancer:0:FFC41F:09:000:Infinite Magic
shdancer:0:FFC490:00:000:Always have the Normal gun
shdancer:0:FFC490:01:000:Always have the Power-up gun
shdancer:0:FFC490:00:001:Get the Normal gun Now!
shdancer:0:FFC490:01:001:Get the Power-up gun Now!
shdancer:0:FFEB0A:9A:000:Infinite Lives PL1
shdancer:0:FFEB8A:9A:000:Infinite Lives PL2
; [ Shadow Dancer (Japan) ]
shdancrj:0:FFC407:59:000:Infinite Time
shdancrj:0:FFC41F:09:000:Infinite Magic
shdancrj:0:FFC490:00:000:Always have the Normal gun
shdancrj:0:FFC490:01:000:Always have the Power-up gun
shdancrj:0:FFC490:00:001:Get the Normal gun Now!
shdancrj:0:FFC490:01:001:Get the Power-up gun Now!
shdancrj:0:FFEB0A:9A:000:Infinite Lives PL1
shdancrj:0:FFEB8A:9A:000:Infinite Lives PL2
; [ Sheriff ]
sheriff:0:6035:FF:000:Invincibility
sheriff:0:61FF:09:000:Infinite Lives PL1
sheriff:0:62FF:09:000:Infinite Lives PL2
; [ Super High Impact (rev LA1 09/30/91) ]
shimpact:0:0020A2D4:E7:000:Infinite Time PL1
shimpact:0:0020A2D5:03:500:Infinite Time PL1 (2/2)
shimpact:0:0020A2D6:E7:000:Infinite Time PL2
shimpact:0:0020A2D7:03:500:Infinite Time PL2 (2/2)
shimpact:0:0020A2D8:E7:000:Infinite Time PL3
shimpact:0:0020A2D9:03:500:Infinite Time PL3 (2/2)
shimpact:0:0020A2DA:E7:000:Infinite Time PL4
shimpact:0:0020A2DB:03:500:Infinite Time PL4 (2/2)
shimpact:0:0020A2C8:3B:000:Infinite Quarter Time
shimpact:0:0020A2C6:00:001:End Quarter Now!
shimpact:0:0020A2C8:00:501:End Quarter Now! (2/2)
; [ Shinobi (set 1) ]
shinobi:0:FFD79B:59:007:Infinite Time
shinobi:0:FFC000:88:000:Invincibility:You may need to turn this OFF to finish some stages
shinobi:0:FFD778:01:000:Infinite Ninja Magic
shinobi:0:FFD779:00:000:Always Ninja Magic Type 1
shinobi:0:FFD779:01:000:Always Ninja Magic Type 2
shinobi:0:FFD779:02:000:Always Ninja Magic Type 3
shinobi:0:FFD79E:01:000:Always have Power Up Gun
shinobi:0:FFD79E:01:001:Get Power Up Gun Now!
shinobi:0:FFC891:00:001:Kill Boss with 1 Hit Now!:This cheat is partial - it only works for some bosses
shinobi:0:FFD750:03:000:Infinite Lives PL1
shinobi:0:FFD74F:05:000:Infinite Lives PL2
; [ Shinobi (set 2) ]
shinobia:0:FFD79A:59:000:Infinite Time
shinobia:0:FFC001:88:000:Invincibility:You may need to turn this OFF to finish some stages
shinobia:0:FFD778:02:000:Infinite Ninja Magic
shinobia:0:FFD779:00:000:Always Ninja Magic Type 1
shinobia:0:FFD779:01:000:Always Ninja Magic Type 2
shinobia:0:FFD779:02:000:Always Ninja Magic Type 3
shinobia:0:FFD79F:01:000:Always have Power Up Gun
shinobia:0:FFD79F:01:001:Get Power Up Gun Now!
shinobia:0:FFC892:00:001:Kill Boss with 1 Hit Now!:This cheat is partial - it only works for some bosses
shinobia:0:FFD751:03:000:Infinite Lives PL1
shinobia:0:FFD750:05:000:Infinite Lives PL2
; [ Shinobi (set 3) ]
shinobib:0:FFD79A:59:000:Infinite Time
shinobib:0:FFC001:88:000:Invincibility:You may need to turn this OFF to finish some stages
shinobib:0:FFD778:02:000:Infinite Ninja Magic
shinobib:0:FFD779:00:000:Always Ninja Magic Type 1
shinobib:0:FFD779:01:000:Always Ninja Magic Type 2
shinobib:0:FFD779:02:000:Always Ninja Magic Type 3
shinobib:0:FFD79F:01:000:Always have Power Up Gun
shinobib:0:FFD79F:01:001:Get Power Up Gun Now!
shinobib:0:FFC892:00:001:Kill Boss with 1 Hit Now!:This cheat is partial - it only works for some bosses
shinobib:0:FFD751:03:000:Infinite Lives PL1
shinobib:0:FFD750:05:000:Infinite Lives PL2
; [ Shinobi (bootleg) ]
shinobl:0:FFD79B:59:007:Infinite Time
shinobl:0:FFC000:88:000:Invincibility:You may need to turn this OFF to finish some stages
shinobl:0:FFD778:01:000:Infinite Ninja Magic
shinobl:0:FFD779:00:000:Always Ninja Magic Type 1
shinobl:0:FFD779:01:000:Always Ninja Magic Type 2
shinobl:0:FFD779:02:000:Always Ninja Magic Type 3
shinobl:0:FFD79E:01:000:Always have Power Up Gun
shinobl:0:FFD79E:01:001:Get Power Up Gun Now!
shinobl:0:FFC891:00:001:Kill Boss with 1 Hit Now!:This cheat is partial - it only works for some bosses
shinobl:0:FFD750:03:000:Infinite Lives PL1
shinobl:0:FFD74F:05:000:Infinite Lives PL2
; [ Shippu Mahou Daisakusen (Japan) ]
shippumd:0:10041D:09:000:Infinite Credits
shippumd:0:100555:09:000:Infinite Lives PL1
shippumd:0:1012D7:09:000:Infinite Bombs PL1
shippumd:0:000000:00:999:[See the Dip Switch Menu to ]
shippumd:0:000000:00:999:[enable an Invincibility PL1]
shippumd:0:000000:00:999:[cheat. But the dipswitch ]
shippumd:0:000000:00:999:[causes a game crash when ]
shippumd:0:000000:00:999:[PL2 is selected. ]
shippumd:0:100557:09:000:Infinite Lives PL2
shippumd:0:1013D7:09:000:Infinite Bombs PL2
; [ Shisensho - Joshiryo-Hen (Japan) ]
shisen:0:0000:00:999:[You may need to turn off ]
shisen:0:0000:00:999:[the help cheats to complete]
shisen:0:0000:00:999:[a level - Use F6 to toggle ]
shisen:0:EA06:99:000:Infinite Time
shisen:0:E181:00:001:Finish this stage Now!
shisen:0:E181:00:000:Slide Show Mode
shisen:0:EA02:03:000:Infinite Help PL1
shisen:0:EA22:03:500:Infinite Help PL1 (2/2)
shisen:0:EA28:09:000:Infinite Turn Time PL1
shisen:0:EA42:03:000:Infinite Help PL2
shisen:0:EA48:09:000:Infinite Turn Time PL2
; [ Shocking ]
shocking:0:FF15F7:09:000:Infinite Lives PL1
shocking:0:FF2E45:02:000:Invincibility PL1
shocking:0:FF1603:09:000:Infinite Lives PL2
shocking:0:FF2E75:02:000:Invincibility PL2
; [ Shock Troopers - 2nd Squad ]
shocktr2:0:108F7B:99:000:Infinite Times
shocktr2:0:10905B:03:000:Infinite Lives PL1
shocktr2:0:10901F:0A:000:Infinite Grenades PL1
shocktr2:0:100127:FF:000:Invincibility PL1
shocktr2:0:109021:24:000:Maximum Power(Lv3) PL1
shocktr2:0:109016:40:000:Infinite Ammo PL1
shocktr2:0:109015:00:000:Always have Normal Shot PL1
shocktr2:0:109015:04:000:Always have Fire Shot PL1
shocktr2:0:109015:08:000:Always have Round Shot PL1
shocktr2:0:109015:0C:000:Always have Missile Shot PL1
shocktr2:0:109015:10:000:Always have Boomerang ShotPL1
shocktr2:0:10915B:03:000:Infinite Lives PL2
shocktr2:0:10911F:0A:000:Infinite Grenades PL2
shocktr2:0:102127:FF:000:Invincibility PL2
shocktr2:0:109121:24:000:Maximum Power(Lv3) PL2
shocktr2:0:109116:40:000:Infinite Ammo PL2
shocktr2:0:109115:00:000:Always have Normal Shot PL2
shocktr2:0:109115:04:000:Always have Fire Shot PL2
shocktr2:0:109115:08:000:Always have Round Shot PL2
shocktr2:0:109115:0C:000:Always have Missile Shot PL2
shocktr2:0:109115:10:000:Always have Boomerang ShotPL2
; [ Shock Troopers (Japan) ]
shocktrj:0:000000:00:999:[This game looks protected? ]
shocktrj:0:000000:00:999:[TM1 = Team Member 1 or Solo]
shocktrj:0:000000:00:999:[TM2 = Team Member 2 ]
shocktrj:0:000000:00:999:[TM3 = Team Member 3 ]
shocktrj:0:108342:99:000:Infinite Credits (Home) PL1:Home Version Only!
shocktrj:0:108343:99:000:Infinite Credits (Home) PL2:Home Version Only!
shocktrj:0:108D01:99:000:Infinite Time
shocktrj:0:1001B5:80:000:Infinite Energy PL1
shocktrj:0:100127:FF:000:Invincibility PL1
shocktrj:0:108DBB:D0:000:Infinite Gun Ammo PL1
shocktrj:0:108DC3:63:000:Infinite Special Ammo TM1 PL1
shocktrj:0:108DC7:63:000:Infinite Special Ammo TM2 PL1
shocktrj:0:108DCB:63:000:Infinite Special Ammo TM3 PL1
shocktrj:0:108DB9:00:000:Always have Normal Gun PL1
shocktrj:0:108DB9:04:000:Always have Heavy Gun PL1
shocktrj:0:108DB9:08:000:Always have Vulcan Gun PL1
shocktrj:0:108DB9:0C:000:Always have 3-Way Gun PL1
shocktrj:0:108DB9:10:000:Always have Buster Gun PL1
shocktrj:0:108DB9:14:000:Always have Flame Gun PL1
shocktrj:0:108DB9:18:000:Always have Rocket Gun PL1
shocktrj:0:108DB9:1C:000:Always have Missile Gun PL1
shocktrj:0:108DB9:20:000:Always have Hyper Gun PL1
shocktrj:0:108DB9:00:001:Get Normal Gun Now! PL1
shocktrj:0:108DB9:04:001:Get Heavy Gun Now! PL1
shocktrj:0:108DB9:08:001:Get Vulcan Gun Now! PL1
shocktrj:0:108DB9:0C:001:Get 3-Way Gun Now! PL1
shocktrj:0:108DB9:10:001:Get Buster Gun Now! PL1
shocktrj:0:108DB9:14:001:Get Flame Gun Now! PL1
shocktrj:0:108DB9:18:001:Get Rocket Gun Now! PL1
shocktrj:0:108DB9:1C:001:Get Missile Gun Now! PL1
shocktrj:0:108DB9:20:001:Get Hyper Gun Now! PL1
shocktrj:0:000000:00:999:[SW = Special Weapon ]
shocktrj:0:000000:00:999:[TM = Team Member (SEE TOP) ]
shocktrj:0:108DC1:00:000:SW always Grenade TM1 PL1
shocktrj:0:108DC1:04:000:SW always Smoke Can TM1 PL1
shocktrj:0:108DC1:08:000:SW always Can Gun TM1 PL1
shocktrj:0:108DC1:0C:000:SW always Boomerang TM1 PL1
shocktrj:0:108DC1:10:000:SW always Missile L. TM1 PL1
shocktrj:0:108DC1:14:000:SW always Bow&Arrow TM1 PL1
shocktrj:0:108DC1:18:000:SW always Chemical TM1 PL1
shocktrj:0:108DC1:1C:000:SW always Bazooka TM1 PL1
shocktrj:0:108DC1:00:001:SW is Grenade Now! TM1 PL1
shocktrj:0:108DC1:04:001:SW is Smoke Can Now! TM1 PL1
shocktrj:0:108DC1:08:001:SW is Can Gun Now! TM1 PL1
shocktrj:0:108DC1:0C:001:SW is Boomerang Now! TM1 PL1
shocktrj:0:108DC1:10:001:SW is Missile L. Now! TM1 PL1
shocktrj:0:108DC1:14:001:SW is Bow&Arrow Now! TM1 PL1
shocktrj:0:108DC1:18:001:SW is Chemical Now! TM1 PL1
shocktrj:0:108DC1:1C:001:SW is Bazooka Now! TM1 PL1
shocktrj:0:108DC5:00:000:SW always Grenade TM2 PL1
shocktrj:0:108DC5:04:000:SW always Smoke Can TM2 PL1
shocktrj:0:108DC5:08:000:SW always Can Gun TM2 PL1
shocktrj:0:108DC5:0C:000:SW always Boomerang TM2 PL1
shocktrj:0:108DC5:10:000:SW always Missile L. TM2 PL1
shocktrj:0:108DC5:14:000:SW always Bow&Arrow TM2 PL1
shocktrj:0:108DC5:18:000:SW always Chemical TM2 PL1
shocktrj:0:108DC5:1C:000:SW always Bazooka TM2 PL1
shocktrj:0:108DC5:00:001:SW is Grenade Now! TM2 PL1
shocktrj:0:108DC5:04:001:SW is Smoke Can Now! TM2 PL1
shocktrj:0:108DC5:08:001:SW is Can Gun Now! TM2 PL1
shocktrj:0:108DC5:0C:001:SW is Boomerang Now! TM2 PL1
shocktrj:0:108DC5:10:001:SW is Missile L. Now! TM2 PL1
shocktrj:0:108DC5:14:001:SW is Bow&Arrow Now! TM2 PL1
shocktrj:0:108DC5:18:001:SW is Chemical Now! TM2 PL1
shocktrj:0:108DC5:1C:001:SW is Bazooka Now! TM2 PL1
shocktrj:0:108DC9:00:000:SW always Grenade TM3 PL1
shocktrj:0:108DC9:04:000:SW always Smoke Can TM3 PL1
shocktrj:0:108DC9:08:000:SW always Can Gun TM3 PL1
shocktrj:0:108DC9:0C:000:SW always Boomerang TM3 PL1
shocktrj:0:108DC9:10:000:SW always Missile L. TM3 PL1
shocktrj:0:108DC9:14:000:SW always Bow&Arrow TM3 PL1
shocktrj:0:108DC9:18:000:SW always Chemical TM3 PL1
shocktrj:0:108DC9:1C:000:SW always Bazooka TM3 PL1
shocktrj:0:108DC9:00:001:SW is Grenade Now! TM3 PL1
shocktrj:0:108DC9:04:001:SW is Smoke Can Now! TM3 PL1
shocktrj:0:108DC9:08:001:SW is Can Gun Now! TM3 PL1
shocktrj:0:108DC9:0C:001:SW is Boomerang Now! TM3 PL1
shocktrj:0:108DC9:10:001:SW is Missile L. Now! TM3 PL1
shocktrj:0:108DC9:14:001:SW is Bow&Arrow Now! TM3 PL1
shocktrj:0:108DC9:18:001:SW is Chemical Now! TM3 PL1
shocktrj:0:108DC9:1C:001:SW is Bazooka Now! TM3 PL1
shocktrj:0:1021B5:80:000:Infinite Energy PL2
shocktrj:0:102127:FF:000:Invincibility PL2
shocktrj:0:108FBB:D0:000:Infinite Gun Ammo PL2
shocktrj:0:108FC3:63:000:Infinite Special Ammo TM1 PL2
shocktrj:0:108FC7:63:000:Infinite Special Ammo TM2 PL2
shocktrj:0:108FCB:63:000:Infinite Special Ammo TM3 PL2
shocktrj:0:108FB9:00:000:Always have Normal Gun PL2
shocktrj:0:108FB9:04:000:Always have Heavy Gun PL2
shocktrj:0:108FB9:08:000:Always have Vulcan Gun PL2
shocktrj:0:108FB9:0C:000:Always have 3-Way Gun PL2
shocktrj:0:108FB9:10:000:Always have Buster Gun PL2
shocktrj:0:108FB9:14:000:Always have Flame Gun PL2
shocktrj:0:108FB9:18:000:Always have Rocket Gun PL2
shocktrj:0:108FB9:1C:000:Always have Missile Gun PL2
shocktrj:0:108FB9:20:000:Always have Hyper Gun PL2
shocktrj:0:108FB9:00:001:Get Normal Gun Now! PL2
shocktrj:0:108FB9:04:001:Get Heavy Gun Now! PL2
shocktrj:0:108FB9:08:001:Get Vulcan Gun Now! PL2
shocktrj:0:108FB9:0C:001:Get 3-Way Gun Now! PL2
shocktrj:0:108FB9:10:001:Get Buster Gun Now! PL2
shocktrj:0:108FB9:14:001:Get Flame Gun Now! PL2
shocktrj:0:108FB9:18:001:Get Rocket Gun Now! PL2
shocktrj:0:108FB9:1C:001:Get Missile Gun Now! PL2
shocktrj:0:108FB9:20:001:Get Hyper Gun Now! PL2
shocktrj:0:000000:00:999:[SW = Special Weapon ]
shocktrj:0:000000:00:999:[TM = Team Member (SEE TOP) ]
shocktrj:0:108FC1:00:000:SW always Grenade TM1 PL2
shocktrj:0:108FC1:04:000:SW always Smoke Can TM1 PL2
shocktrj:0:108FC1:08:000:SW always Can Gun TM1 PL2
shocktrj:0:108FC1:0C:000:SW always Boomerang TM1 PL2
shocktrj:0:108FC1:10:000:SW always Missile L. TM1 PL2
shocktrj:0:108FC1:14:000:SW always Bow&Arrow TM1 PL2
shocktrj:0:108FC1:18:000:SW always Chemical TM1 PL2
shocktrj:0:108FC1:1C:000:SW always Bazooka TM1 PL2
shocktrj:0:108FC1:00:001:SW is Grenade Now! TM1 PL2
shocktrj:0:108FC1:04:001:SW is Smoke Can Now! TM1 PL2
shocktrj:0:108FC1:08:001:SW is Can Gun Now! TM1 PL2
shocktrj:0:108FC1:0C:001:SW is Boomerang Now! TM1 PL2
shocktrj:0:108FC1:10:001:SW is Missile L. Now! TM1 PL2
shocktrj:0:108FC1:14:001:SW is Bow&Arrow Now! TM1 PL2
shocktrj:0:108FC1:18:001:SW is Chemical Now! TM1 PL2
shocktrj:0:108FC1:1C:001:SW is Bazooka Now! TM1 PL2
shocktrj:0:108FC5:00:000:SW always Grenade TM2 PL2
shocktrj:0:108FC5:04:000:SW always Smoke Can TM2 PL2
shocktrj:0:108FC5:08:000:SW always Can Gun TM2 PL2
shocktrj:0:108FC5:0C:000:SW always Boomerang TM2 PL2
shocktrj:0:108FC5:10:000:SW always Missile L. TM2 PL2
shocktrj:0:108FC5:14:000:SW always Bow&Arrow TM2 PL2
shocktrj:0:108FC5:18:000:SW always Chemical TM2 PL2
shocktrj:0:108FC5:1C:000:SW always Bazooka TM2 PL2
shocktrj:0:108FC5:00:001:SW is Grenade Now! TM2 PL2
shocktrj:0:108FC5:04:001:SW is Smoke Can Now! TM2 PL2
shocktrj:0:108FC5:08:001:SW is Can Gun Now! TM2 PL2
shocktrj:0:108FC5:0C:001:SW is Boomerang Now! TM2 PL2
shocktrj:0:108FC5:10:001:SW is Missile L. Now! TM2 PL2
shocktrj:0:108FC5:14:001:SW is Bow&Arrow Now! TM2 PL2
shocktrj:0:108FC5:18:001:SW is Chemical Now! TM2 PL2
shocktrj:0:108FC5:1C:001:SW is Bazooka Now! TM2 PL2
shocktrj:0:108FC9:00:000:SW always Grenade TM3 PL2
shocktrj:0:108FC9:04:000:SW always Smoke Can TM3 PL2
shocktrj:0:108FC9:08:000:SW always Can Gun TM3 PL2
shocktrj:0:108FC9:0C:000:SW always Boomerang TM3 PL2
shocktrj:0:108FC9:10:000:SW always Missile L. TM3 PL2
shocktrj:0:108FC9:14:000:SW always Bow&Arrow TM3 PL2
shocktrj:0:108FC9:18:000:SW always Chemical TM3 PL2
shocktrj:0:108FC9:1C:000:SW always Bazooka TM3 PL2
shocktrj:0:108FC9:00:001:SW is Grenade Now! TM3 PL2
shocktrj:0:108FC9:04:001:SW is Smoke Can Now! TM3 PL2
shocktrj:0:108FC9:08:001:SW is Can Gun Now! TM3 PL2
shocktrj:0:108FC9:0C:001:SW is Boomerang Now! TM3 PL2
shocktrj:0:108FC9:10:001:SW is Missile L. Now! TM3 PL2
shocktrj:0:108FC9:14:001:SW is Bow&Arrow Now! TM3 PL2
shocktrj:0:108FC9:18:001:SW is Chemical Now! TM3 PL2
shocktrj:0:108FC9:1C:001:SW is Bazooka Now! TM3 PL2
; [ Shock Troopers ]
shocktro:0:000000:00:999:[This game looks protected? ]
shocktro:0:000000:00:999:[TM1 = Team Member 1 or Solo]
shocktro:0:000000:00:999:[TM2 = Team Member 2 ]
shocktro:0:000000:00:999:[TM3 = Team Member 3 ]
shocktro:0:108342:99:000:Infinite Credits (Home) PL1:Home Version Only!
shocktro:0:108343:99:000:Infinite Credits (Home) PL2:Home Version Only!
shocktro:0:108D01:99:000:Infinite Time
shocktro:0:1001B5:80:000:Infinite Energy PL1
shocktro:0:100127:FF:000:Invincibility PL1
shocktro:0:108DBB:D0:000:Infinite Gun Ammo PL1
shocktro:0:108DC3:63:000:Infinite Special Ammo TM1 PL1
shocktro:0:108DC7:63:000:Infinite Special Ammo TM2 PL1
shocktro:0:108DCB:63:000:Infinite Special Ammo TM3 PL1
shocktro:0:108DB9:00:000:Always have Normal Gun PL1
shocktro:0:108DB9:04:000:Always have Heavy Gun PL1
shocktro:0:108DB9:08:000:Always have Vulcan Gun PL1
shocktro:0:108DB9:0C:000:Always have 3-Way Gun PL1
shocktro:0:108DB9:10:000:Always have Buster Gun PL1
shocktro:0:108DB9:14:000:Always have Flame Gun PL1
shocktro:0:108DB9:18:000:Always have Rocket Gun PL1
shocktro:0:108DB9:1C:000:Always have Missile Gun PL1
shocktro:0:108DB9:20:000:Always have Hyper Gun PL1
shocktro:0:108DB9:00:001:Get Normal Gun Now! PL1
shocktro:0:108DB9:04:001:Get Heavy Gun Now! PL1
shocktro:0:108DB9:08:001:Get Vulcan Gun Now! PL1
shocktro:0:108DB9:0C:001:Get 3-Way Gun Now! PL1
shocktro:0:108DB9:10:001:Get Buster Gun Now! PL1
shocktro:0:108DB9:14:001:Get Flame Gun Now! PL1
shocktro:0:108DB9:18:001:Get Rocket Gun Now! PL1
shocktro:0:108DB9:1C:001:Get Missile Gun Now! PL1
shocktro:0:108DB9:20:001:Get Hyper Gun Now! PL1
shocktro:0:000000:00:999:[SW = Special Weapon ]
shocktro:0:000000:00:999:[TM = Team Member (SEE TOP) ]
shocktro:0:108DC1:00:000:SW always Grenade TM1 PL1
shocktro:0:108DC1:04:000:SW always Smoke Can TM1 PL1
shocktro:0:108DC1:08:000:SW always Can Gun TM1 PL1
shocktro:0:108DC1:0C:000:SW always Boomerang TM1 PL1
shocktro:0:108DC1:10:000:SW always Missile L. TM1 PL1
shocktro:0:108DC1:14:000:SW always Bow&Arrow TM1 PL1
shocktro:0:108DC1:18:000:SW always Chemical TM1 PL1
shocktro:0:108DC1:1C:000:SW always Bazooka TM1 PL1
shocktro:0:108DC1:00:001:SW is Grenade Now! TM1 PL1
shocktro:0:108DC1:04:001:SW is Smoke Can Now! TM1 PL1
shocktro:0:108DC1:08:001:SW is Can Gun Now! TM1 PL1
shocktro:0:108DC1:0C:001:SW is Boomerang Now! TM1 PL1
shocktro:0:108DC1:10:001:SW is Missile L. Now! TM1 PL1
shocktro:0:108DC1:14:001:SW is Bow&Arrow Now! TM1 PL1
shocktro:0:108DC1:18:001:SW is Chemical Now! TM1 PL1
shocktro:0:108DC1:1C:001:SW is Bazooka Now! TM1 PL1
shocktro:0:108DC5:00:000:SW always Grenade TM2 PL1
shocktro:0:108DC5:04:000:SW always Smoke Can TM2 PL1
shocktro:0:108DC5:08:000:SW always Can Gun TM2 PL1
shocktro:0:108DC5:0C:000:SW always Boomerang TM2 PL1
shocktro:0:108DC5:10:000:SW always Missile L. TM2 PL1
shocktro:0:108DC5:14:000:SW always Bow&Arrow TM2 PL1
shocktro:0:108DC5:18:000:SW always Chemical TM2 PL1
shocktro:0:108DC5:1C:000:SW always Bazooka TM2 PL1
shocktro:0:108DC5:00:001:SW is Grenade Now! TM2 PL1
shocktro:0:108DC5:04:001:SW is Smoke Can Now! TM2 PL1
shocktro:0:108DC5:08:001:SW is Can Gun Now! TM2 PL1
shocktro:0:108DC5:0C:001:SW is Boomerang Now! TM2 PL1
shocktro:0:108DC5:10:001:SW is Missile L. Now! TM2 PL1
shocktro:0:108DC5:14:001:SW is Bow&Arrow Now! TM2 PL1
shocktro:0:108DC5:18:001:SW is Chemical Now! TM2 PL1
shocktro:0:108DC5:1C:001:SW is Bazooka Now! TM2 PL1
shocktro:0:108DC9:00:000:SW always Grenade TM3 PL1
shocktro:0:108DC9:04:000:SW always Smoke Can TM3 PL1
shocktro:0:108DC9:08:000:SW always Can Gun TM3 PL1
shocktro:0:108DC9:0C:000:SW always Boomerang TM3 PL1
shocktro:0:108DC9:10:000:SW always Missile L. TM3 PL1
shocktro:0:108DC9:14:000:SW always Bow&Arrow TM3 PL1
shocktro:0:108DC9:18:000:SW always Chemical TM3 PL1
shocktro:0:108DC9:1C:000:SW always Bazooka TM3 PL1
shocktro:0:108DC9:00:001:SW is Grenade Now! TM3 PL1
shocktro:0:108DC9:04:001:SW is Smoke Can Now! TM3 PL1
shocktro:0:108DC9:08:001:SW is Can Gun Now! TM3 PL1
shocktro:0:108DC9:0C:001:SW is Boomerang Now! TM3 PL1
shocktro:0:108DC9:10:001:SW is Missile L. Now! TM3 PL1
shocktro:0:108DC9:14:001:SW is Bow&Arrow Now! TM3 PL1
shocktro:0:108DC9:18:001:SW is Chemical Now! TM3 PL1
shocktro:0:108DC9:1C:001:SW is Bazooka Now! TM3 PL1
shocktro:0:1021B5:80:000:Infinite Energy PL2
shocktro:0:102127:FF:000:Invincibility PL2
shocktro:0:108FBB:D0:000:Infinite Gun Ammo PL2
shocktro:0:108FC3:63:000:Infinite Special Ammo TM1 PL2
shocktro:0:108FC7:63:000:Infinite Special Ammo TM2 PL2
shocktro:0:108FCB:63:000:Infinite Special Ammo TM3 PL2
shocktro:0:108FB9:00:000:Always have Normal Gun PL2
shocktro:0:108FB9:04:000:Always have Heavy Gun PL2
shocktro:0:108FB9:08:000:Always have Vulcan Gun PL2
shocktro:0:108FB9:0C:000:Always have 3-Way Gun PL2
shocktro:0:108FB9:10:000:Always have Buster Gun PL2
shocktro:0:108FB9:14:000:Always have Flame Gun PL2
shocktro:0:108FB9:18:000:Always have Rocket Gun PL2
shocktro:0:108FB9:1C:000:Always have Missile Gun PL2
shocktro:0:108FB9:20:000:Always have Hyper Gun PL2
shocktro:0:108FB9:00:001:Get Normal Gun Now! PL2
shocktro:0:108FB9:04:001:Get Heavy Gun Now! PL2
shocktro:0:108FB9:08:001:Get Vulcan Gun Now! PL2
shocktro:0:108FB9:0C:001:Get 3-Way Gun Now! PL2
shocktro:0:108FB9:10:001:Get Buster Gun Now! PL2
shocktro:0:108FB9:14:001:Get Flame Gun Now! PL2
shocktro:0:108FB9:18:001:Get Rocket Gun Now! PL2
shocktro:0:108FB9:1C:001:Get Missile Gun Now! PL2
shocktro:0:108FB9:20:001:Get Hyper Gun Now! PL2
shocktro:0:000000:00:999:[SW = Special Weapon ]
shocktro:0:000000:00:999:[TM = Team Member (SEE TOP) ]
shocktro:0:108FC1:00:000:SW always Grenade TM1 PL2
shocktro:0:108FC1:04:000:SW always Smoke Can TM1 PL2
shocktro:0:108FC1:08:000:SW always Can Gun TM1 PL2
shocktro:0:108FC1:0C:000:SW always Boomerang TM1 PL2
shocktro:0:108FC1:10:000:SW always Missile L. TM1 PL2
shocktro:0:108FC1:14:000:SW always Bow&Arrow TM1 PL2
shocktro:0:108FC1:18:000:SW always Chemical TM1 PL2
shocktro:0:108FC1:1C:000:SW always Bazooka TM1 PL2
shocktro:0:108FC1:00:001:SW is Grenade Now! TM1 PL2
shocktro:0:108FC1:04:001:SW is Smoke Can Now! TM1 PL2
shocktro:0:108FC1:08:001:SW is Can Gun Now! TM1 PL2
shocktro:0:108FC1:0C:001:SW is Boomerang Now! TM1 PL2
shocktro:0:108FC1:10:001:SW is Missile L. Now! TM1 PL2
shocktro:0:108FC1:14:001:SW is Bow&Arrow Now! TM1 PL2
shocktro:0:108FC1:18:001:SW is Chemical Now! TM1 PL2
shocktro:0:108FC1:1C:001:SW is Bazooka Now! TM1 PL2
shocktro:0:108FC5:00:000:SW always Grenade TM2 PL2
shocktro:0:108FC5:04:000:SW always Smoke Can TM2 PL2
shocktro:0:108FC5:08:000:SW always Can Gun TM2 PL2
shocktro:0:108FC5:0C:000:SW always Boomerang TM2 PL2
shocktro:0:108FC5:10:000:SW always Missile L. TM2 PL2
shocktro:0:108FC5:14:000:SW always Bow&Arrow TM2 PL2
shocktro:0:108FC5:18:000:SW always Chemical TM2 PL2
shocktro:0:108FC5:1C:000:SW always Bazooka TM2 PL2
shocktro:0:108FC5:00:001:SW is Grenade Now! TM2 PL2
shocktro:0:108FC5:04:001:SW is Smoke Can Now! TM2 PL2
shocktro:0:108FC5:08:001:SW is Can Gun Now! TM2 PL2
shocktro:0:108FC5:0C:001:SW is Boomerang Now! TM2 PL2
shocktro:0:108FC5:10:001:SW is Missile L. Now! TM2 PL2
shocktro:0:108FC5:14:001:SW is Bow&Arrow Now! TM2 PL2
shocktro:0:108FC5:18:001:SW is Chemical Now! TM2 PL2
shocktro:0:108FC5:1C:001:SW is Bazooka Now! TM2 PL2
shocktro:0:108FC9:00:000:SW always Grenade TM3 PL2
shocktro:0:108FC9:04:000:SW always Smoke Can TM3 PL2
shocktro:0:108FC9:08:000:SW always Can Gun TM3 PL2
shocktro:0:108FC9:0C:000:SW always Boomerang TM3 PL2
shocktro:0:108FC9:10:000:SW always Missile L. TM3 PL2
shocktro:0:108FC9:14:000:SW always Bow&Arrow TM3 PL2
shocktro:0:108FC9:18:000:SW always Chemical TM3 PL2
shocktro:0:108FC9:1C:000:SW always Bazooka TM3 PL2
shocktro:0:108FC9:00:001:SW is Grenade Now! TM3 PL2
shocktro:0:108FC9:04:001:SW is Smoke Can Now! TM3 PL2
shocktro:0:108FC9:08:001:SW is Can Gun Now! TM3 PL2
shocktro:0:108FC9:0C:001:SW is Boomerang Now! TM3 PL2
shocktro:0:108FC9:10:001:SW is Missile L. Now! TM3 PL2
shocktro:0:108FC9:14:001:SW is Bow&Arrow Now! TM3 PL2
shocktro:0:108FC9:18:001:SW is Chemical Now! TM3 PL2
shocktro:0:108FC9:1C:001:SW is Bazooka Now! TM3 PL2
; [ Satan's Hollow (set 1) ]
shollow:0:C39D:09:000:Infinite Lives
shollow:0:C396:78:000:Infinite Shield
; [ Satan's Hollow (set 2) ]
shollow2:0:C39D:09:000:Infinite Lives
shollow2:0:C396:78:000:Infinite Shield
; [ Shoot the Bull ]
shootbul:0:4D77:01:000:Infinite Credits:Full Credits >4 (09) will activate a 4 player game
shootbul:0:0000:00:999:[Cheats are for the 301 games]
shootbul:0:4D00:00:001:Score = 0 Now! PL1: If you hit the board for points after you've used this cheat the player may go back to 301!
shootbul:0:4D01:00:501:Score = 0 Now! PL1 (2/3)
shootbul:0:4D02:00:501:Score = 0 Now! PL1 (3/3)
shootbul:0:4D00:03:000:Score always = 301 PL1
shootbul:0:4D01:00:500:Score always = 301 PL1 (2/3)
shootbul:0:4D02:01:500:Score always = 301 PL1 (3/3)
shootbul:0:4D04:00:001:Score = 0 Now! PL2: If you hit the board for points after you've used this cheat the player may go back to 301!
shootbul:0:4D05:00:501:Score = 0 Now! PL2 (2/3)
shootbul:0:4D06:00:501:Score = 0 Now! PL2 (3/3)
shootbul:0:4D04:03:000:Score always = 301 PL2
shootbul:0:4D05:00:500:Score always = 301 PL2 (2/3)
shootbul:0:4D06:01:500:Score always = 301 PL2 (3/3)
shootbul:0:4D08:00:001:Score = 0 Now! PL3: If you hit the board for points after you've used this cheat the player may go back to 301!
shootbul:0:4D09:00:501:Score = 0 Now! PL3 (2/3)
shootbul:0:4D0A:00:501:Score = 0 Now! PL3 (3/3)
shootbul:0:4D08:03:000:Score always = 301 PL3
shootbul:0:4D09:00:500:Score always = 301 PL3 (2/3)
shootbul:0:4D0A:01:500:Score always = 301 PL3 (3/3)
shootbul:0:4D0C:00:001:Score = 0 Now! PL4: If you hit the board for points after you've used this cheat the player may go back to 301!
shootbul:0:4D0D:00:501:Score = 0 Now! PL4 (2/3)
shootbul:0:4D0E:00:501:Score = 0 Now! PL4 (3/3)
shootbul:0:4D0C:03:000:Score always = 301 PL4
shootbul:0:4D0D:00:500:Score always = 301 PL4 (2/3)
shootbul:0:4D0E:01:500:Score always = 301 PL4 (3/3)
; [ Shoot Out (Korean Bootleg) ]
shootoub:0:006D:06:000:Infinite Lives
shootoub:0:0067:07:071:Scene Select
shootoub:0:0077:01:001:Kill one enemy to clear scene
; [ Shoot Out (Japan) ]
shootouj:0:006D:06:000:Infinite Lives
shootouj:0:0067:07:071:Scene Select
shootouj:0:0077:01:001:Kill one enemy to clear scene
; [ Shoot Out (US) ]
shootout:0:0061:06:000:Infinite Lives
shootout:0:0058:00:000:Invincibility
shootout:0:01FA:F4:500:Invincibility (2/4)
shootout:0:01FD:E0:500:Invincibility (3/4)
shootout:0:01FE:6A:500:Invincibility (4/4)
shootout:0:005B:07:071:Scene Select
shootout:0:006B:01:001:Kill one enemy to clear scene
; [ Showdown (version 5.0) ]
showdown:0:2221:00:000:Infinite Hands
showdown:0:3E27:0A:000:Infinite $1 Chips
showdown:0:3E29:0A:000:Infinite $5 Chips
showdown:0:3E2B:0A:000:Infinite $10 Chips
showdown:0:3E2D:0A:000:Infinite Money bags
showdown:0:0000:00:999:[The remaining cheats affect]
showdown:0:0000:00:999:[the computer players only ]
showdown:0:3E1F:00:000:Doc always has 0 $1 chips
showdown:0:3E21:00:000:Doc always has 0 $5 chips
showdown:0:3E23:00:000:Doc always has 0 $10 chips
showdown:0:3E25:00:000:Doc always has 0 moneybags
showdown:0:3E2F:00:000:Dolly always has 0 $1 chips
showdown:0:3E31:00:000:Dolly always has 0 $5 chips
showdown:0:3E33:00:000:Dolly always has 0 $10 chips
showdown:0:3E35:00:000:Dolly always has 0 moneybags
showdown:0:3E37:00:000:Dealer always has 0 $1 chips
showdown:0:3E39:00:000:Dealer always has 0 $5 chips
showdown:0:3E3B:00:000:Dealer always has 0 $10 chips
showdown:0:3E3D:00:000:Dealer always has 0 moneybags
showdown:0:3E1F:00:001:Doc has 0 $1 chips Now!
showdown:0:3E21:00:001:Doc has 0 $5 chips Now!
showdown:0:3E23:00:001:Doc has 0 $10 chips Now!
showdown:0:3E25:00:001:Doc has 0 moneybags Now!
showdown:0:3E2F:00:001:Dolly has 0 $1 chips Now!
showdown:0:3E31:00:001:Dolly has 0 $5 chips Now!
showdown:0:3E33:00:001:Dolly has 0 $10 chips Now!
showdown:0:3E35:00:001:Dolly has 0 moneybags Now!
showdown:0:3E37:00:001:Dealer has 0 $1 chips Now!
showdown:0:3E39:00:001:Dealer has 0 $5 chips Now!
showdown:0:3E3B:00:001:Dealer has 0 $10 chips Now!
showdown:0:3E3D:00:001:Dealer has 0 moneybags Now!
; [ Shuffleboard ]
shuffle:0:0000:00:999:[The score will not update ]
shuffle:0:0000:00:999:[until the round is tallied!]
shuffle:0:2234:23:070:Select Score PL1
shuffle:0:2234:00:000:Score always = 0 PL1
shuffle:0:2234:00:001:Score = 0 Now! PL1
shuffle:0:2234:0A:001:Score = 10 Now! PL1
shuffle:0:2235:23:070:Select Score PL2
shuffle:0:2235:00:000:Score always = 0 PL2
shuffle:0:2235:00:001:Score = 0 Now! PL2
shuffle:0:2235:0A:001:Score = 10 Now! PL2
; [ Shuuz (version 8.0) ]
shuuz:0:3FDE45:01:001:Go to round 1 Now!
shuuz:0:3FDDF5:00:000:PL1/Team 1 score always = 0
shuuz:0:3FDDF7:00:000:PL2/Team 2 score always = 0
shuuz:0:3FDDF9:00:000:PL3 score always = 0
shuuz:0:3FDDF5:63:072:Select Score PL1/Team 1
shuuz:0:3FDDF7:63:072:Select Score PL2/Team 2
shuuz:0:3FDDF9:63:072:Select Score PL3
; [ Shuuz (version 7.1) ]
shuuz2:0:3FDE45:01:001:Go to round 1 Now!
shuuz2:0:3FDDF5:00:000:PL1/Team 1 score always = 0
shuuz2:0:3FDDF7:00:000:PL2/Team 2 score always = 0
shuuz2:0:3FDDF9:00:000:PL3 score always = 0
shuuz2:0:3FDDF5:63:072:Select Score PL1/Team 1
shuuz2:0:3FDDF7:63:072:Select Score PL2/Team 2
shuuz2:0:3FDDF9:63:072:Select Score PL3
; [ Super Invader Attack ]
sia2650:0:1D09:91:000:Infinite Credits
sia2650:0:1D0A:04:000:Infinite Lives PL1
sia2650:0:1D0B:04:000:Infinite Lives PL2
; [ Sichuan II (hack?) (set 1) ]
sichuan2:0:0000:00:999:[You may need to turn off ]
sichuan2:0:0000:00:999:[the help cheats to complete]
sichuan2:0:0000:00:999:[a level - Use F6 to toggle ]
sichuan2:0:EA06:99:000:Infinite Time
sichuan2:0:E181:00:001:Finish this stage Now!
sichuan2:0:E181:00:000:Slide Show Mode
sichuan2:0:EA02:03:000:Infinite Help PL1
sichuan2:0:EA22:03:500:Infinite Help PL1 (2/2)
sichuan2:0:EA28:09:000:Infinite Turn Time PL1
sichuan2:0:EA42:03:000:Infinite Help PL2
sichuan2:0:EA48:09:000:Infinite Turn Time PL2
; [ Sichuan II (hack ?) (set 2) ]
sichuana:0:0000:00:999:[You may need to turn off ]
sichuana:0:0000:00:999:[the help cheats to complete]
sichuana:0:0000:00:999:[a level - Use F6 to toggle ]
sichuana:0:EA06:99:000:Infinite Time
sichuana:0:E181:00:001:Finish this stage Now!
sichuana:0:E181:00:000:Slide Show Mode
sichuana:0:EA02:03:000:Infinite Help PL1
sichuana:0:EA22:03:500:Infinite Help PL1 (2/2)
sichuana:0:EA28:09:000:Infinite Turn Time PL1
sichuana:0:EA42:03:000:Infinite Help PL2
sichuana:0:EA48:09:000:Infinite Turn Time PL2
; [ Space Invaders (CV Version) ]
sicv:0:2009:78:000:Invaders never drop
sicv:0:2069:00:000:Invaders don't fire
sicv:0:206A:30:500:Invaders don't fire (2/2)
sicv:0:027B:C3:100:Bullet Invincibility
sicv:0:2094:04:540:Bullet Invincibility (2/3)
sicv:0:2015:FF:500:Bullet Invincibility (3/3)
sicv:0:1653:00:100:Autofire Mode
sicv:0:21FF:07:000:Infinite Lives PL1
sicv:0:2100:00:001:Kill All Invaders Now! PL1
sicv:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
sicv:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
sicv:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
sicv:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
sicv:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
sicv:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
sicv:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
sicv:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
sicv:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
sicv:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
sicv:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
sicv:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
sicv:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
sicv:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
sicv:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
sicv:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
sicv:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
sicv:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
sicv:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
sicv:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
sicv:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
sicv:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
sicv:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
sicv:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
sicv:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
sicv:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
sicv:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
sicv:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
sicv:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
sicv:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
sicv:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
sicv:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
sicv:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
sicv:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
sicv:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
sicv:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
sicv:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
sicv:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
sicv:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
sicv:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
sicv:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
sicv:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
sicv:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
sicv:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
sicv:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
sicv:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
sicv:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
sicv:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
sicv:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
sicv:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
sicv:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
sicv:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
sicv:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
sicv:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
sicv:0:22FF:07:000:Infinite Lives PL2
sicv:0:2200:00:001:Kill All Invaders Now! PL2
sicv:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
sicv:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
sicv:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
sicv:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
sicv:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
sicv:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
sicv:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
sicv:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
sicv:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
sicv:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
sicv:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
sicv:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
sicv:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
sicv:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
sicv:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
sicv:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
sicv:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
sicv:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
sicv:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
sicv:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
sicv:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
sicv:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
sicv:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
sicv:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
sicv:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
sicv:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
sicv:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
sicv:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
sicv:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
sicv:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
sicv:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
sicv:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
sicv:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
sicv:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
sicv:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
sicv:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
sicv:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
sicv:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
sicv:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
sicv:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
sicv:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
sicv:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
sicv:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
sicv:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
sicv:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
sicv:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
sicv:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
sicv:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
sicv:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
sicv:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
sicv:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
sicv:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
sicv:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
sicv:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Side Arms - Hyper Dyne (Japan) ]
sidearjp:0:E015:02:000:Infinite Transforms on Pickup
sidearjp:0:F20B:09:000:Infinite Lives PL1
sidearjp:0:0000:00:999:[You must turn Invincibility]
sidearjp:0:0000:00:999:[to OFF while polymorphing ]
sidearjp:0:F20E:80:000:Invincibility ON PL1
sidearjp:0:F20E:00:001:Invincibility OFF PL1
sidearjp:0:F218:03:000:Always have Full Speed PL1
sidearjp:0:F211:16:000:Always have BIT PL1
sidearjp:0:F212:16:000:Always have S.G. PL1
sidearjp:0:F213:16:000:Always have M.B.L. PL1
sidearjp:0:F214:16:000:Always have 3 Way PL1
sidearjp:0:F215:16:000:Always have Autofire PL1
sidearjp:0:F40B:09:000:Infinite Lives PL2
sidearjp:0:0000:00:999:[You must turn Invincibility]
sidearjp:0:0000:00:999:[to OFF while polymorphing ]
sidearjp:0:F40E:80:000:Invincibility ON PL2
sidearjp:0:F40E:00:001:Invincibility OFF PL2
sidearjp:0:F418:03:000:Always have Full Speed PL2
sidearjp:0:F411:16:000:Always have BIT PL2
sidearjp:0:F412:16:000:Always have S.G. PL2
sidearjp:0:F413:16:000:Always have M.B.L. PL2
sidearjp:0:F414:16:000:Always have 3 Way PL2
sidearjp:0:F415:16:000:Always have Autofire PL2
; [ Side Arms - Hyper Dyne (US) ]
sidearmr:0:E015:02:000:Infinite Transforms on Pickup
sidearmr:0:F20B:09:000:Infinite Lives PL1
sidearmr:0:0000:00:999:[You must turn Invincibility]
sidearmr:0:0000:00:999:[to OFF while polymorphing ]
sidearmr:0:F20E:80:000:Invincibility ON PL1
sidearmr:0:F20E:00:001:Invincibility OFF PL1
sidearmr:0:F218:03:000:Always have Full Speed PL1
sidearmr:0:F211:16:000:Always have BIT PL1
sidearmr:0:F212:16:000:Always have S.G. PL1
sidearmr:0:F213:16:000:Always have M.B.L. PL1
sidearmr:0:F214:16:000:Always have 3 Way PL1
sidearmr:0:F215:16:000:Always have Autofire PL1
sidearmr:0:F40B:09:000:Infinite Lives PL2
sidearmr:0:0000:00:999:[You must turn Invincibility]
sidearmr:0:0000:00:999:[to OFF while polymorphing ]
sidearmr:0:F40E:80:000:Invincibility ON PL2
sidearmr:0:F40E:00:001:Invincibility OFF PL2
sidearmr:0:F418:03:000:Always have Full Speed PL2
sidearmr:0:F411:16:000:Always have BIT PL2
sidearmr:0:F412:16:000:Always have S.G. PL2
sidearmr:0:F413:16:000:Always have M.B.L. PL2
sidearmr:0:F414:16:000:Always have 3 Way PL2
sidearmr:0:F415:16:000:Always have Autofire PL2
; [ Side Arms - Hyper Dyne (World) ]
sidearms:0:E015:02:000:Infinite Transforms on Pickup
sidearms:0:F20B:09:000:Infinite Lives PL1
sidearms:0:0000:00:999:[You must turn Invincibility]
sidearms:0:0000:00:999:[to OFF while polymorphing ]
sidearms:0:F20E:80:000:Invincibility ON PL1
sidearms:0:F20E:00:001:Invincibility OFF PL1
sidearms:0:F218:03:000:Always have Full Speed PL1
sidearms:0:F211:16:000:Always have BIT PL1
sidearms:0:F212:16:000:Always have S.G. PL1
sidearms:0:F213:16:000:Always have M.B.L. PL1
sidearms:0:F214:16:000:Always have 3 Way PL1
sidearms:0:F215:16:000:Always have Autofire PL1
sidearms:0:F40B:09:000:Infinite Lives PL2
sidearms:0:0000:00:999:[You must turn Invincibility]
sidearms:0:0000:00:999:[to OFF while polymorphing ]
sidearms:0:F40E:80:000:Invincibility ON PL2
sidearms:0:F40E:00:001:Invincibility OFF PL2
sidearms:0:F418:03:000:Always have Full Speed PL2
sidearms:0:F411:16:000:Always have BIT PL2
sidearms:0:F412:16:000:Always have S.G. PL2
sidearms:0:F413:16:000:Always have M.B.L. PL2
sidearms:0:F414:16:000:Always have 3 Way PL2
sidearms:0:F415:16:000:Always have Autofire PL2
; [ Side Pocket (World) ]
sidepckt:0:00AF:06:000:Infinite Balls PL1
sidepckt:0:00B0:06:000:Infinite Balls PL2
sidepckt:0:00BB:99:000:Infinite Time
; [ Side Pocket (bootleg) ]
sidepctb:0:00AF:06:000:Infinite Balls PL1
sidepctb:0:00B0:06:000:Infinite Balls PL2
sidepctb:0:00BB:99:000:Infinite Time
; [ Side Pocket (Japan) ]
sidepctj:0:00AF:06:000:Infinite Balls PL1
sidepctj:0:00B0:06:000:Infinite Balls PL2
sidepctj:0:00BB:99:000:Infinite Time
; [ Side Track ]
sidetrac:0:000E:01:000:Infinite Lives
; [ Silent Dragon (World) ]
silentd:0:000000:00:999:[To play with PL3 and PL4 ]
silentd:0:000000:00:999:[you need to change the ]
silentd:0:000000:00:999:[cabinet style in the DIP ]
silentd:0:000000:00:999:[switch menu. ]
silentd:0:401993:64:000:Infinite Energy PL1
silentd:0:401A13:64:000:Infinite Energy PL2
silentd:0:401A93:64:000:Infinite Energy PL3
silentd:0:401B13:64:000:Infinite Energy PL4
; [ Silent Dragon (Japan) ]
silentdj:0:000000:00:999:[To play with PL3 and PL4 ]
silentdj:0:000000:00:999:[you need to change the ]
silentdj:0:000000:00:999:[cabinet style in the DIP ]
silentdj:0:000000:00:999:[switch menu. ]
silentdj:0:401993:64:000:Infinite Energy PL1
silentdj:0:401A13:64:000:Infinite Energy PL2
silentdj:0:401A93:64:000:Infinite Energy PL3
silentdj:0:401B13:64:000:Infinite Energy PL4
; [ Silkworm (set 1) ]
silkworm:0:D531:05:000:Infinite Lives PL1
silkworm:0:D555:05:000:Infinite Lives PL2
;Activate the invincibilty cheats ingame to avoid corrupted sprites
silkworm:0:D576:11:000:Invincibility PL1
silkworm:0:D579:04:500:Invincibility PL1 (2/3)
silkworm:0:D57C:40:500:Invincibility PL1 (3/3)
silkworm:0:D5A6:11:000:Invincibility PL2
silkworm:0:D5A9:0C:500:Invincibility PL2 (2/3)
silkworm:0:D5AC:40:500:Invincibility PL2 (3/3)
silkworm:0:D578:0D:000:Invincibility Heli/PL1
silkworm:0:D577:A9:000:Killer heli
silkworm:0:D547:0F:000:Heli has auto+double shot
silkworm:0:D5A8:0D:000:Invincibility Jeep/PL2
silkworm:0:D5A7:A9:000:Killer jeep
silkworm:0:D56B:0F:000:Jeep has auto+double shot
; [ Silkworm (set 2) ]
silkwrm2:0:D531:05:000:Infinite Lives PL1
silkwrm2:0:D555:05:000:Infinite Lives PL2
;Activate the invincibilty cheats ingame to avoid corrupted sprites
silkwrm2:0:D576:11:000:Invincibility PL1
silkwrm2:0:D579:04:500:Invincibility PL1 (2/3)
silkwrm2:0:D57C:40:500:Invincibility PL1 (3/3)
silkwrm2:0:D5A6:11:000:Invincibility PL2
silkwrm2:0:D5A9:0C:500:Invincibility PL2 (2/3)
silkwrm2:0:D5AC:40:500:Invincibility PL2 (3/3)
silkwrm2:0:D578:0D:000:Invincibility Heli/PL1
silkwrm2:0:D577:A9:000:Killer heli
silkwrm2:0:D547:0F:000:Heli has auto+double shot
silkwrm2:0:D5A8:0D:000:Invincibility Jeep/PL2
silkwrm2:0:D5A7:A9:000:Killer jeep
silkwrm2:0:D56B:0F:000:Jeep has auto+double shot
; [ Silver Land ]
silvland:0:8019:09:000:Infinite Lives PL1
silvland:0:801A:09:000:Infinite Lives PL2
silvland:0:8116:00:001:Finish Round Now!
; [ Simpsons, The (2 Players Japan) ]
simps2pj:0:49D1:64:000:Infinite Lives for Marge
simps2pj:0:4A5B:28:000:Infinite Energy for Marge
simps2pj:0:4A5B:28:020:Invincibility for Marge
simps2pj:0:4A7E:01:500:Invincibility for Marge (2/2)
simps2pj:0:4A80:06:000:Marge always has Broom
simps2pj:0:4A80:07:000:Marge always has Hammer
simps2pj:0:4A80:08:000:Marge always has Catapult
simps2pj:0:4A80:06:001:Get Broom for Marge Now!
simps2pj:0:4A80:07:001:Get Hammer for Marge Now!
simps2pj:0:4A80:08:001:Get Catapult for Marge Now!
simps2pj:0:49D9:64:000:Infinite Lives for Homer
simps2pj:0:4B1B:28:000:Infinite Energy for Homer
simps2pj:0:4B1B:28:020:Invincibility for Homer
simps2pj:0:4B3E:01:500:Invincibility for Homer (2/2)
simps2pj:0:4B40:06:000:Homer always has Broom
simps2pj:0:4B40:07:000:Homer always has Hammer
simps2pj:0:4B40:08:000:Homer always has Catapult
simps2pj:0:4B40:06:001:Get Broom for Homer Now!
simps2pj:0:4B40:07:001:Get Hammer for Homer Now!
simps2pj:0:4B40:08:001:Get Catapult for Homer Now!
simps2pj:0:49E1:64:000:Infinite Lives for Bart
simps2pj:0:4BDB:28:000:Infinite Energy for Bart
simps2pj:0:4BDB:28:020:Invincibility for Bart
simps2pj:0:4BFE:01:500:Invincibility for Bart (2/2)
simps2pj:0:4C00:06:000:Bart always has Broom
simps2pj:0:4C00:07:000:Bart always has Hammer
simps2pj:0:4C00:08:000:Bart always has Catapult
simps2pj:0:4C00:06:001:Get Broom for Bart Now!
simps2pj:0:4C00:07:001:Get Hammer for Bart Now!
simps2pj:0:4C00:08:001:Get Catapult for Bart Now!
simps2pj:0:49E9:64:000:Infinite Lives for Lisa
simps2pj:0:4C9B:28:000:Infinite Energy for Lisa
simps2pj:0:4C9B:28:020:Invincibility for Lisa
simps2pj:0:4CBE:01:500:Invincibility for Lisa (2/2)
simps2pj:0:4CC0:06:000:Lisa always has Broom
simps2pj:0:4CC0:07:000:Lisa always has Hammer
simps2pj:0:4CC0:08:000:Lisa always has Catapult
simps2pj:0:4CC0:06:001:Get Broom for Lisa Now!
simps2pj:0:4CC0:07:001:Get Hammer for Lisa Now!
simps2pj:0:4CC0:08:001:Get Catapult for Lisa Now!
simps2pj:0:4F9B:01:001:Kill Wrestler clown/bear Now!
simps2pj:0:50BB:01:001:Kill Big MIB Now!
simps2pj:0:505B:01:001:Kill Little MIB Now!
simps2pj:0:4F9B:01:001:Kill Drunken Punk Now!
; [ Simpsons, The (2 Players) ]
simpsn2p:0:49D1:64:000:Infinite Lives for Marge
simpsn2p:0:4A5B:28:000:Infinite Energy for Marge
simpsn2p:0:4A5B:28:020:Invincibility for Marge
simpsn2p:0:4A7E:01:500:Invincibility for Marge (2/2)
simpsn2p:0:4A80:06:000:Marge always has Broom
simpsn2p:0:4A80:07:000:Marge always has Hammer
simpsn2p:0:4A80:08:000:Marge always has Catapult
simpsn2p:0:4A80:06:001:Get Broom for Marge Now!
simpsn2p:0:4A80:07:001:Get Hammer for Marge Now!
simpsn2p:0:4A80:08:001:Get Catapult for Marge Now!
simpsn2p:0:49D9:64:000:Infinite Lives for Homer
simpsn2p:0:4B1B:28:000:Infinite Energy for Homer
simpsn2p:0:4B1B:28:020:Invincibility for Homer
simpsn2p:0:4B3E:01:500:Invincibility for Homer (2/2)
simpsn2p:0:4B40:06:000:Homer always has Broom
simpsn2p:0:4B40:07:000:Homer always has Hammer
simpsn2p:0:4B40:08:000:Homer always has Catapult
simpsn2p:0:4B40:06:001:Get Broom for Homer Now!
simpsn2p:0:4B40:07:001:Get Hammer for Homer Now!
simpsn2p:0:4B40:08:001:Get Catapult for Homer Now!
simpsn2p:0:49E1:64:000:Infinite Lives for Bart
simpsn2p:0:4BDB:28:000:Infinite Energy for Bart
simpsn2p:0:4BDB:28:020:Invincibility for Bart
simpsn2p:0:4BFE:01:500:Invincibility for Bart (2/2)
simpsn2p:0:4C00:06:000:Bart always has Broom
simpsn2p:0:4C00:07:000:Bart always has Hammer
simpsn2p:0:4C00:08:000:Bart always has Catapult
simpsn2p:0:4C00:06:001:Get Broom for Bart Now!
simpsn2p:0:4C00:07:001:Get Hammer for Bart Now!
simpsn2p:0:4C00:08:001:Get Catapult for Bart Now!
simpsn2p:0:49E9:64:000:Infinite Lives for Lisa
simpsn2p:0:4C9B:28:000:Infinite Energy for Lisa
simpsn2p:0:4C9B:28:020:Invincibility for Lisa
simpsn2p:0:4CBE:01:500:Invincibility for Lisa (2/2)
simpsn2p:0:4CC0:06:000:Lisa always has Broom
simpsn2p:0:4CC0:07:000:Lisa always has Hammer
simpsn2p:0:4CC0:08:000:Lisa always has Catapult
simpsn2p:0:4CC0:06:001:Get Broom for Lisa Now!
simpsn2p:0:4CC0:07:001:Get Hammer for Lisa Now!
simpsn2p:0:4CC0:08:001:Get Catapult for Lisa Now!
simpsn2p:0:4F9B:01:001:Kill Wrestler clown/bear Now!
simpsn2p:0:50BB:01:001:Kill Big MIB Now!
simpsn2p:0:505B:01:001:Kill Little MIB Now!
simpsn2p:0:4F9B:01:001:Kill Drunken Punk Now!
; [ Simpsons, The (4 Players) ]
simpsons:0:49D1:64:000:Infinite Lives for Marge PL1
simpsons:0:4A5B:28:000:Infinite Energy for Marge PL1
simpsons:0:4A5B:28:020:Invincibility-Marge PL1
simpsons:0:4A7E:01:500:Invincibility-Marge PL1 (2/2)
simpsons:0:4A80:06:000:Always have Broom-Marge PL1
simpsons:0:4A80:07:000:Always have Hammer-Marge PL1
simpsons:0:4A80:08:000:Always have Catapult-MargePL1
simpsons:0:4A80:06:001:Get Broom Now!-Marge PL1
simpsons:0:4A80:07:001:Get Hammer Now!-Marge PL1
simpsons:0:4A80:08:001:Get Catapult Now!-Marge PL1
simpsons:0:49D9:64:000:Infinite Lives for Homer PL2
simpsons:0:4B1B:28:000:Infinite Energy for Homer PL2
simpsons:0:4B1B:28:020:Invincibility-Homer PL2
simpsons:0:4B3E:01:500:Invincibility-Homer PL2 (2/2)
simpsons:0:4B40:06:000:Always have Broom-Homer PL2
simpsons:0:4B40:07:000:Always have Hammer-Homer PL2
simpsons:0:4B40:08:000:Always have Catapult-HomerPL2
simpsons:0:4B40:06:001:Get Broom Now!-Homer PL2
simpsons:0:4B40:07:001:Get Hammer Now!-Homer PL2
simpsons:0:4B40:08:001:Get Catapult Now!-Homer PL2
simpsons:0:49E1:64:000:Infinite Lives for Bart PL3
simpsons:0:4BDB:28:000:Infinite Energy for Bart PL3
simpsons:0:4BDB:28:020:Invincibility-Bart PL3
simpsons:0:4BFE:01:500:Invincibility-Bart PL3 (2/2)
simpsons:0:4C00:06:000:Always have Broom-Bart PL3
simpsons:0:4C00:07:000:Always have Hammer-Bart PL3
simpsons:0:4C00:08:000:Always have Catapult-Bart PL3
simpsons:0:4C00:06:001:Get Broom Now!-Bart PL3
simpsons:0:4C00:07:001:Get Hammer Now!-Bart PL3
simpsons:0:4C00:08:001:Get Catapult Now!-Bart PL3
simpsons:0:49E9:64:000:Infinite Lives for Lisa PL4
simpsons:0:4C9B:28:000:Infinite Energy for Lisa PL4
simpsons:0:4C9B:28:020:Invincibility-Lisa PL4
simpsons:0:4CBE:01:500:Invincibility-Lisa PL4 (2/2)
simpsons:0:4CC0:06:000:Always have Broom-Lisa PL4
simpsons:0:4CC0:07:000:Always have Hammer-Lisa PL4
simpsons:0:4CC0:08:000:Always have Catapult-Lisa PL4
simpsons:0:4CC0:06:001:Get Broom Now!-Lisa PL4
simpsons:0:4CC0:07:001:Get Hammer Now!-Lisa PL4
simpsons:0:4CC0:08:001:Get Catapult Now!-Lisa PL4
simpsons:0:4F9B:01:001:Kill Wrestler clown/bear Now!
simpsons:0:50BB:01:001:Kill Big MIB Now!
simpsons:0:505B:01:001:Kill Little MIB Now!
simpsons:0:4F9B:01:001:Kill Drunken Punk Now!
; [ Sindbad Mystery ]
sindbadm:0:E380:05:000:Infinite Lives PL1
sindbadm:0:E393:95:004:Infinite Time PL1
sindbadm:0:E381:05:000:Infinite Lives PL2
sindbadm:0:E395:95:004:Infinite Time PL2
; [ Sinistar (prototype version) ]
sinista1:0:9FFC:06:000:Infinite Lives
sinista1:0:A013:32:000:Infinite Bombs
; [ Sinistar (revision 2) ]
sinista2:0:9FFC:06:000:Infinite Lives
sinista2:0:A013:32:000:Infinite Bombs
; [ Sinistar (revision 3) ]
sinistar:0:9FFC:06:000:Infinite Lives
sinistar:0:A013:32:000:Infinite Bombs
; [ Super Invaders (EMAG) ]
sinvemag:0:2009:78:000:Invaders never drop
sinvemag:0:2069:00:000:Invaders don't fire
sinvemag:0:206A:30:500:Invaders don't fire (2/2)
sinvemag:0:0293:C3:100:Bullet Invincibility
sinvemag:0:2094:04:540:Bullet Invincibility (2/3)
sinvemag:0:2015:FF:500:Bullet Invincibility (3/3)
sinvemag:0:163E:00:100:Autofire Mode
sinvemag:0:21FF:07:000:Infinite Lives PL1
sinvemag:0:2100:00:001:Kill All Invaders Now! PL1
sinvemag:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
sinvemag:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
sinvemag:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
sinvemag:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
sinvemag:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
sinvemag:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
sinvemag:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
sinvemag:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
sinvemag:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
sinvemag:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
sinvemag:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
sinvemag:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
sinvemag:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
sinvemag:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
sinvemag:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
sinvemag:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
sinvemag:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
sinvemag:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
sinvemag:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
sinvemag:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
sinvemag:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
sinvemag:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
sinvemag:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
sinvemag:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
sinvemag:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
sinvemag:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
sinvemag:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
sinvemag:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
sinvemag:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
sinvemag:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
sinvemag:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
sinvemag:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
sinvemag:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
sinvemag:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
sinvemag:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
sinvemag:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
sinvemag:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
sinvemag:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
sinvemag:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
sinvemag:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
sinvemag:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
sinvemag:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
sinvemag:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
sinvemag:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
sinvemag:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
sinvemag:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
sinvemag:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
sinvemag:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
sinvemag:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
sinvemag:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
sinvemag:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
sinvemag:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
sinvemag:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
sinvemag:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
sinvemag:0:22FF:07:000:Infinite Lives PL2
sinvemag:0:2200:00:001:Kill All Invaders Now! PL2
sinvemag:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
sinvemag:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
sinvemag:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
sinvemag:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
sinvemag:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
sinvemag:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
sinvemag:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
sinvemag:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
sinvemag:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
sinvemag:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
sinvemag:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
sinvemag:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
sinvemag:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
sinvemag:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
sinvemag:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
sinvemag:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
sinvemag:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
sinvemag:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
sinvemag:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
sinvemag:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
sinvemag:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
sinvemag:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
sinvemag:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
sinvemag:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
sinvemag:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
sinvemag:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
sinvemag:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
sinvemag:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
sinvemag:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
sinvemag:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
sinvemag:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
sinvemag:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
sinvemag:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
sinvemag:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
sinvemag:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
sinvemag:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
sinvemag:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
sinvemag:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
sinvemag:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
sinvemag:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
sinvemag:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
sinvemag:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
sinvemag:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
sinvemag:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
sinvemag:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
sinvemag:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
sinvemag:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
sinvemag:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
sinvemag:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
sinvemag:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
sinvemag:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
sinvemag:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
sinvemag:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
sinvemag:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Super Invaders (Zenitone-Microsec) ]
sinvzen:0:2009:78:000:Invaders never drop
sinvzen:0:2069:00:000:Invaders don't fire
sinvzen:0:206A:30:500:Invaders don't fire (2/2)
sinvzen:0:0293:C3:100:Bullet Invincibility
sinvzen:0:2094:04:540:Bullet Invincibility (2/3)
sinvzen:0:2015:FF:500:Bullet Invincibility (3/3)
sinvzen:0:0E3E:00:100:Autofire Mode
sinvzen:0:21FF:07:000:Infinite Lives PL1
sinvzen:0:2100:00:001:Kill All Invaders Now! PL1
sinvzen:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
sinvzen:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
sinvzen:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
sinvzen:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
sinvzen:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
sinvzen:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
sinvzen:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
sinvzen:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
sinvzen:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
sinvzen:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
sinvzen:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
sinvzen:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
sinvzen:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
sinvzen:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
sinvzen:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
sinvzen:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
sinvzen:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
sinvzen:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
sinvzen:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
sinvzen:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
sinvzen:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
sinvzen:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
sinvzen:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
sinvzen:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
sinvzen:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
sinvzen:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
sinvzen:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
sinvzen:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
sinvzen:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
sinvzen:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
sinvzen:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
sinvzen:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
sinvzen:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
sinvzen:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
sinvzen:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
sinvzen:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
sinvzen:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
sinvzen:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
sinvzen:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
sinvzen:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
sinvzen:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
sinvzen:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
sinvzen:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
sinvzen:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
sinvzen:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
sinvzen:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
sinvzen:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
sinvzen:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
sinvzen:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
sinvzen:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
sinvzen:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
sinvzen:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
sinvzen:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
sinvzen:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
sinvzen:0:22FF:07:000:Infinite Lives PL2
sinvzen:0:2200:00:001:Kill All Invaders Now! PL2
sinvzen:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
sinvzen:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
sinvzen:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
sinvzen:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
sinvzen:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
sinvzen:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
sinvzen:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
sinvzen:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
sinvzen:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
sinvzen:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
sinvzen:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
sinvzen:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
sinvzen:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
sinvzen:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
sinvzen:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
sinvzen:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
sinvzen:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
sinvzen:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
sinvzen:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
sinvzen:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
sinvzen:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
sinvzen:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
sinvzen:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
sinvzen:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
sinvzen:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
sinvzen:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
sinvzen:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
sinvzen:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
sinvzen:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
sinvzen:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
sinvzen:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
sinvzen:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
sinvzen:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
sinvzen:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
sinvzen:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
sinvzen:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
sinvzen:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
sinvzen:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
sinvzen:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
sinvzen:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
sinvzen:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
sinvzen:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
sinvzen:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
sinvzen:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
sinvzen:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
sinvzen:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
sinvzen:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
sinvzen:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
sinvzen:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
sinvzen:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
sinvzen:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
sinvzen:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
sinvzen:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
sinvzen:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Invaders (SV Version) ]
sisv:0:2009:78:000:Invaders never drop
sisv:0:2069:00:000:Invaders don't fire
sisv:0:206A:30:500:Invaders don't fire (2/2)
sisv:0:0293:C3:100:Bullet Invincibility
sisv:0:2094:04:540:Bullet Invincibility (2/3)
sisv:0:2015:FF:500:Bullet Invincibility (3/3)
sisv:0:163E:00:100:Autofire Mode
sisv:0:21FF:07:000:Infinite Lives PL1
sisv:0:2100:00:001:Kill All Invaders Now! PL1
sisv:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
sisv:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
sisv:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
sisv:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
sisv:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
sisv:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
sisv:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
sisv:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
sisv:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
sisv:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
sisv:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
sisv:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
sisv:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
sisv:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
sisv:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
sisv:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
sisv:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
sisv:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
sisv:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
sisv:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
sisv:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
sisv:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
sisv:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
sisv:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
sisv:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
sisv:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
sisv:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
sisv:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
sisv:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
sisv:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
sisv:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
sisv:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
sisv:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
sisv:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
sisv:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
sisv:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
sisv:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
sisv:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
sisv:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
sisv:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
sisv:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
sisv:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
sisv:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
sisv:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
sisv:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
sisv:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
sisv:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
sisv:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
sisv:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
sisv:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
sisv:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
sisv:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
sisv:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
sisv:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
sisv:0:22FF:07:000:Infinite Lives PL2
sisv:0:2200:00:001:Kill All Invaders Now! PL2
sisv:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
sisv:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
sisv:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
sisv:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
sisv:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
sisv:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
sisv:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
sisv:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
sisv:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
sisv:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
sisv:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
sisv:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
sisv:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
sisv:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
sisv:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
sisv:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
sisv:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
sisv:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
sisv:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
sisv:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
sisv:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
sisv:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
sisv:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
sisv:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
sisv:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
sisv:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
sisv:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
sisv:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
sisv:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
sisv:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
sisv:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
sisv:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
sisv:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
sisv:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
sisv:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
sisv:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
sisv:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
sisv:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
sisv:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
sisv:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
sisv:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
sisv:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
sisv:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
sisv:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
sisv:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
sisv:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
sisv:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
sisv:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
sisv:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
sisv:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
sisv:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
sisv:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
sisv:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
sisv:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Invaders (SV Version 2) ]
sisv2:0:2009:78:000:Invaders never drop
sisv2:0:2069:00:000:Invaders don't fire
sisv2:0:206A:30:500:Invaders don't fire (2/2)
sisv2:0:0293:C3:100:Bullet Invincibility
sisv2:0:2094:04:540:Bullet Invincibility (2/3)
sisv2:0:2015:FF:500:Bullet Invincibility (3/3)
sisv2:0:163E:00:100:Autofire Mode
sisv2:0:21FF:07:000:Infinite Lives PL1
sisv2:0:2100:00:001:Kill All Invaders Now! PL1
sisv2:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
sisv2:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
sisv2:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
sisv2:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
sisv2:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
sisv2:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
sisv2:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
sisv2:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
sisv2:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
sisv2:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
sisv2:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
sisv2:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
sisv2:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
sisv2:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
sisv2:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
sisv2:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
sisv2:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
sisv2:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
sisv2:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
sisv2:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
sisv2:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
sisv2:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
sisv2:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
sisv2:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
sisv2:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
sisv2:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
sisv2:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
sisv2:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
sisv2:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
sisv2:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
sisv2:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
sisv2:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
sisv2:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
sisv2:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
sisv2:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
sisv2:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
sisv2:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
sisv2:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
sisv2:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
sisv2:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
sisv2:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
sisv2:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
sisv2:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
sisv2:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
sisv2:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
sisv2:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
sisv2:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
sisv2:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
sisv2:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
sisv2:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
sisv2:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
sisv2:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
sisv2:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
sisv2:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
sisv2:0:22FF:07:000:Infinite Lives PL2
sisv2:0:2200:00:001:Kill All Invaders Now! PL2
sisv2:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
sisv2:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
sisv2:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
sisv2:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
sisv2:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
sisv2:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
sisv2:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
sisv2:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
sisv2:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
sisv2:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
sisv2:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
sisv2:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
sisv2:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
sisv2:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
sisv2:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
sisv2:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
sisv2:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
sisv2:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
sisv2:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
sisv2:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
sisv2:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
sisv2:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
sisv2:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
sisv2:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
sisv2:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
sisv2:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
sisv2:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
sisv2:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
sisv2:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
sisv2:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
sisv2:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
sisv2:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
sisv2:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
sisv2:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
sisv2:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
sisv2:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
sisv2:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
sisv2:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
sisv2:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
sisv2:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
sisv2:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
sisv2:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
sisv2:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
sisv2:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
sisv2:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
sisv2:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
sisv2:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
sisv2:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
sisv2:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
sisv2:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
sisv2:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
sisv2:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
sisv2:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
sisv2:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Invaders (TV Version) ]
sitv:0:2009:78:000:Invaders never drop
sitv:0:2069:00:000:Invaders don't fire
sitv:0:206A:30:500:Invaders don't fire (2/2)
sitv:0:0293:C3:100:Bullet Invincibility
sitv:0:2094:04:540:Bullet Invincibility (2/3)
sitv:0:2015:FF:500:Bullet Invincibility (3/3)
sitv:0:163E:00:100:Autofire Mode
sitv:0:21FF:07:000:Infinite Lives PL1
sitv:0:2100:00:001:Kill All Invaders Now! PL1
sitv:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
sitv:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
sitv:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
sitv:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
sitv:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
sitv:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
sitv:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
sitv:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
sitv:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
sitv:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
sitv:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
sitv:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
sitv:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
sitv:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
sitv:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
sitv:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
sitv:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
sitv:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
sitv:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
sitv:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
sitv:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
sitv:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
sitv:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
sitv:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
sitv:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
sitv:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
sitv:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
sitv:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
sitv:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
sitv:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
sitv:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
sitv:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
sitv:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
sitv:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
sitv:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
sitv:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
sitv:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
sitv:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
sitv:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
sitv:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
sitv:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
sitv:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
sitv:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
sitv:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
sitv:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
sitv:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
sitv:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
sitv:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
sitv:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
sitv:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
sitv:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
sitv:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
sitv:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
sitv:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
sitv:0:22FF:07:000:Infinite Lives PL2
sitv:0:2200:00:001:Kill All Invaders Now! PL2
sitv:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
sitv:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
sitv:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
sitv:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
sitv:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
sitv:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
sitv:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
sitv:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
sitv:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
sitv:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
sitv:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
sitv:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
sitv:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
sitv:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
sitv:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
sitv:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
sitv:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
sitv:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
sitv:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
sitv:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
sitv:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
sitv:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
sitv:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
sitv:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
sitv:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
sitv:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
sitv:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
sitv:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
sitv:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
sitv:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
sitv:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
sitv:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
sitv:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
sitv:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
sitv:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
sitv:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
sitv:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
sitv:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
sitv:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
sitv:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
sitv:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
sitv:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
sitv:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
sitv:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
sitv:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
sitv:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
sitv:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
sitv:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
sitv:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
sitv:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
sitv:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
sitv:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
sitv:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
sitv:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Irem Skins Game, The (US set 2) ]
skingam2:0:ED45E:01:000:Always score Hole in Ones PL1
skingam2:0:ED45E:00:001:This shot=1st Shot Now! PL1
skingam2:0:ED460:01:000:Always score Hole in Ones PL2
skingam2:0:ED460:00:001:This shot=1st Shot Now! PL2
skingam2:0:ED462:01:000:Always score Hole in Ones PL3
skingam2:0:ED462:00:001:This shot=1st Shot Now! PL3
skingam2:0:ED464:01:000:Always score Hole in Ones PL4
skingam2:0:ED464:00:001:This shot=1st Shot Now! PL4
; [ Irem Skins Game, The (US set 1) ]
skingame:0:ED45E:01:000:Always score Hole in Ones PL1
skingame:0:ED45E:00:001:This shot=1st Shot Now! PL1
skingame:0:ED460:01:000:Always score Hole in Ones PL2
skingame:0:ED460:00:001:This shot=1st Shot Now! PL2
skingame:0:ED462:01:000:Always score Hole in Ones PL3
skingame:0:ED462:00:001:This shot=1st Shot Now! PL3
skingame:0:ED464:01:000:Always score Hole in Ones PL4
skingame:0:ED464:00:001:This shot=1st Shot Now! PL4
; [ Skull & Crossbones (set 2) ]
skullxb2:0:FFE0EE:0B:000:Infinite Energy PL1
skullxb2:0:FFE0EF:B8:500:Infinite Energy PL1 (2/2)
skullxb2:0:FFE0F7:40:000:Infinite Sword Power PL1
skullxb2:0:FFE14E:0B:000:Infinite Energy PL2
skullxb2:0:FFE14F:B8:500:Infinite Energy PL2 (2/2)
skullxb2:0:FFE157:40:000:Infinite Sword Power PL2
; [ Skull & Crossbones (set 1) ]
skullxbo:0:FFE0EE:0B:000:Infinite Energy PL1
skullxbo:0:FFE0EF:B8:500:Infinite Energy PL1 (2/2)
skullxbo:0:FFE0F7:40:000:Infinite Sword Power PL1
skullxbo:0:FFE14E:0B:000:Infinite Energy PL2
skullxbo:0:FFE14F:B8:500:Infinite Energy PL2 (2/2)
skullxbo:0:FFE157:40:000:Infinite Sword Power PL2
; [ Sky Adventure (Japan) ]
skyadvnj:0:04041F:99:000:Infinite Lives PL1
skyadvnj:0:040162:03:000:Infinite Ammo PL1
skyadvnj:0:040163:E7:500:Infinite Ammo PL1 (2/2)
skyadvnj:0:04041E:02:020:Max. fire power - Plane A PL1
skyadvnj:0:04041E:08:020:Max. fire power - Plane B PL1
skyadvnj:0:04041E:20:020:Max. fire power - Plane C PL1
skyadvnj:0:04041E:80:020:Max. fire power - Plane D PL1
skyadvnj:0:040419:80:000:Invincibility 'ON' PL1
skyadvnj:0:040419:01:001:Invincibility 'OFF' PL1
skyadvnj:0:04043F:99:000:Infinite Lives PL2
skyadvnj:0:040164:03:000:Infinite Ammo PL2
skyadvnj:0:040165:E7:500:Infinite Ammo PL2 (2/2)
skyadvnj:0:04043E:02:020:Max. fire power - Plane A PL2
skyadvnj:0:04043E:08:020:Max. fire power - Plane B PL2
skyadvnj:0:04043E:20:020:Max. fire power - Plane C PL2
skyadvnj:0:04043E:80:020:Max. fire power - Plane D PL2
skyadvnj:0:040439:80:000:Invincibility 'ON' PL2
skyadvnj:0:040439:01:001:Invincibility 'OFF' PL2
; [ Sky Adventure (World) ]
skyadvnt:0:04041F:99:000:Infinite Lives PL1
skyadvnt:0:040162:03:000:Infinite Ammo PL1
skyadvnt:0:040163:E7:500:Infinite Ammo PL1 (2/2)
skyadvnt:0:04041E:02:020:Max. fire power - Plane A PL1
skyadvnt:0:04041E:08:020:Max. fire power - Plane B PL1
skyadvnt:0:04041E:20:020:Max. fire power - Plane C PL1
skyadvnt:0:04041E:80:020:Max. fire power - Plane D PL1
skyadvnt:0:040419:80:000:Invincibility 'ON' PL1
skyadvnt:0:040419:01:001:Invincibility 'OFF' PL1
skyadvnt:0:04043F:99:000:Infinite Lives PL2
skyadvnt:0:040164:03:000:Infinite Ammo PL2
skyadvnt:0:040165:E7:500:Infinite Ammo PL2 (2/2)
skyadvnt:0:04043E:02:020:Max. fire power - Plane A PL2
skyadvnt:0:04043E:08:020:Max. fire power - Plane B PL2
skyadvnt:0:04043E:20:020:Max. fire power - Plane C PL2
skyadvnt:0:04043E:80:020:Max. fire power - Plane D PL2
skyadvnt:0:040439:80:000:Invincibility 'ON' PL2
skyadvnt:0:040439:01:001:Invincibility 'OFF' PL2
; [ Sky Adventure (US) ]
skyadvnu:0:04041F:99:000:Infinite Lives PL1
skyadvnu:0:040162:03:000:Infinite Ammo PL1
skyadvnu:0:040163:E7:500:Infinite Ammo PL1 (2/2)
skyadvnu:0:04041E:02:020:Max. fire power - Plane A PL1
skyadvnu:0:04041E:08:020:Max. fire power - Plane B PL1
skyadvnu:0:04041E:20:020:Max. fire power - Plane C PL1
skyadvnu:0:04041E:80:020:Max. fire power - Plane D PL1
skyadvnu:0:040419:80:000:Invincibility 'ON' PL1
skyadvnu:0:040419:01:001:Invincibility 'OFF' PL1
skyadvnu:0:04043F:99:000:Infinite Lives PL2
skyadvnu:0:040164:03:000:Infinite Ammo PL2
skyadvnu:0:040165:E7:500:Infinite Ammo PL2 (2/2)
skyadvnu:0:04043E:02:020:Max. fire power - Plane A PL2
skyadvnu:0:04043E:08:020:Max. fire power - Plane B PL2
skyadvnu:0:04043E:20:020:Max. fire power - Plane C PL2
skyadvnu:0:04043E:80:020:Max. fire power - Plane D PL2
skyadvnu:0:040439:80:000:Invincibility 'ON' PL2
skyadvnu:0:040439:01:001:Invincibility 'OFF' PL2
; [ Sky Alert ]
skyalert:0:C0E044:63:000:Infinite Credits
skyalert:0:C0C23A:0B:000:Infinite Lives PL1
skyalert:0:C0C217:06:000:Infinite Bombs PL1
skyalert:0:C0C21D:01:000:Invincibility PL1
skyalert:0:C0C214:00:000:Always have L1 Laser PL1
skyalert:0:C0C214:10:000:Always have L2 Laser PL1
skyalert:0:C0C214:20:000:Always have L3 Laser PL1
skyalert:0:C0C214:30:000:Always have L4 Laser PL1
skyalert:0:C0C214:01:000:Always have L1 Ring PL1
skyalert:0:C0C214:11:000:Always have L2 Ring PL1
skyalert:0:C0C214:21:000:Always have L3 Ring PL1
skyalert:0:C0C214:31:000:Always have L4 Ring PL1
skyalert:0:C0C214:02:000:Always have L1 Multi-Way PL1
skyalert:0:C0C214:12:000:Always have L2 Multi-Way PL1
skyalert:0:C0C214:22:000:Always have L3 Multi-Way PL1
skyalert:0:C0C214:32:000:Always have L4 Multi-Way PL1
skyalert:0:C0C214:03:000:Always have L1 Missile PL1
skyalert:0:C0C214:13:000:Always have L2 Missile PL1
skyalert:0:C0C214:23:000:Always have L3 Missile PL1
skyalert:0:C0C214:33:000:Always have L4 Missile PL1
skyalert:0:C0C214:00:001:Get the L1 Laser Now! PL1
skyalert:0:C0C214:10:001:Get the L2 Laser Now! PL1
skyalert:0:C0C214:20:001:Get the L3 Laser Now! PL1
skyalert:0:C0C214:30:001:Get the L4 Laser Now! PL1
skyalert:0:C0C214:01:001:Get the L1 Ring Now! PL1
skyalert:0:C0C214:11:001:Get the L2 Ring Now! PL1
skyalert:0:C0C214:21:001:Get the L3 Ring Now! PL1
skyalert:0:C0C214:31:001:Get the L4 Ring Now! PL1
skyalert:0:C0C214:02:001:Get the L1 Multi-Way Now! PL1
skyalert:0:C0C214:12:001:Get the L2 Multi-Way Now! PL1
skyalert:0:C0C214:22:001:Get the L3 Multi-Way Now! PL1
skyalert:0:C0C214:32:001:Get the L4 Multi-Way Now! PL1
skyalert:0:C0C214:03:001:Get the L1 Missile Now! PL1
skyalert:0:C0C214:13:001:Get the L2 Missile Now! PL1
skyalert:0:C0C214:23:001:Get the L3 Missile Now! PL1
skyalert:0:C0C214:33:001:Get the L4 Missile Now! PL1
skyalert:0:C0C93A:0B:000:Infinite Lives PL2
skyalert:0:C0C917:06:000:Infinite Bombs PL2
skyalert:0:C0C91D:01:000:Invincibility PL2
skyalert:0:C0C914:00:000:Always have L1 Laser PL2
skyalert:0:C0C914:10:000:Always have L2 Laser PL2
skyalert:0:C0C914:20:000:Always have L3 Laser PL2
skyalert:0:C0C914:30:000:Always have L4 Laser PL2
skyalert:0:C0C914:01:000:Always have L1 Ring PL2
skyalert:0:C0C914:11:000:Always have L2 Ring PL2
skyalert:0:C0C914:21:000:Always have L3 Ring PL2
skyalert:0:C0C914:31:000:Always have L4 Ring PL2
skyalert:0:C0C914:02:000:Always have L1 Multi-Way PL2
skyalert:0:C0C914:12:000:Always have L2 Multi-Way PL2
skyalert:0:C0C914:22:000:Always have L3 Multi-Way PL2
skyalert:0:C0C914:32:000:Always have L4 Multi-Way PL2
skyalert:0:C0C914:03:000:Always have L1 Missile PL2
skyalert:0:C0C914:13:000:Always have L2 Missile PL2
skyalert:0:C0C914:23:000:Always have L3 Missile PL2
skyalert:0:C0C914:33:000:Always have L4 Missile PL2
skyalert:0:C0C914:00:001:Get the L1 Laser Now! PL2
skyalert:0:C0C914:10:001:Get the L2 Laser Now! PL2
skyalert:0:C0C914:20:001:Get the L3 Laser Now! PL2
skyalert:0:C0C914:30:001:Get the L4 Laser Now! PL2
skyalert:0:C0C914:01:001:Get the L1 Ring Now! PL2
skyalert:0:C0C914:11:001:Get the L2 Ring Now! PL2
skyalert:0:C0C914:21:001:Get the L3 Ring Now! PL2
skyalert:0:C0C914:31:001:Get the L4 Ring Now! PL2
skyalert:0:C0C914:02:001:Get the L1 Multi-Way Now! PL2
skyalert:0:C0C914:12:001:Get the L2 Multi-Way Now! PL2
skyalert:0:C0C914:22:001:Get the L3 Multi-Way Now! PL2
skyalert:0:C0C914:32:001:Get the L4 Multi-Way Now! PL2
skyalert:0:C0C914:03:001:Get the L1 Missile Now! PL2
skyalert:0:C0C914:13:001:Get the L2 Missile Now! PL2
skyalert:0:C0C914:23:001:Get the L3 Missile Now! PL2
skyalert:0:C0C914:33:001:Get the L4 Missile Now! PL2
; [ Sky Bumper ]
skybump:0:E397:00:000:Infinite Lives
skybump:0:E36D:05:500:Infinite Lives (2/2)
; [ Sky Chuter ]
skychut:0:0075:03:000:Infinite Lives PL1
skychut:0:0076:03:000:Infinite Lives PL2
; [ Sky Diver ]
skydiver:0:0079:08:000:Infinite Misses (White) PL1
skydiver:0:007B:08:000:Infinite Misses (Black) PL2
; [ Sky Fox ]
skyfox:0:C001:09:000:Infinite Credits
skyfox:0:C042:03:000:Infinite Lives
skyfox:0:C048:99:000:Infinite Ammo
skyfox:0:C049:99:500:Infinite Ammo (2/2)
; [ Sky Kid (set 1) ]
skykid:0:4904:09:000:Infinite Lives PL1
skykid:0:4905:09:000:Infinite Lives PL2
skykid:0:0000:00:999:[Disable Invincibility with ]
skykid:0:0000:00:999:[F6 so that you can land!! ]
skykid:0:4D48:01:000:Invincibility PL1
skykid:0:4D50:01:000:Invincibility PL2
; [ Sky Kid (set 2) ]
skykidb:0:4904:09:000:Infinite Lives PL1
skykidb:0:4905:09:000:Infinite Lives PL2
skykidb:0:0000:00:999:[Disable Invincibility with ]
skykidb:0:0000:00:999:[F6 so that you can land!! ]
skykidb:0:4D48:01:000:Invincibility PL1
skykidb:0:4D50:01:000:Invincibility PL2
; [ Sky Kid Deluxe (set 2) ]
skykiddo:0:4504:03:000:Infinite Lives PL1
skykiddo:0:4505:03:000:Infinite Lives PL2
; [ Sky Kid Deluxe (set 1) ]
skykiddx:0:4504:03:000:Infinite Lives PL1
skykiddx:0:4505:03:000:Infinite Lives PL2
; [ Sky Lancer ]
skylancr:0:8021:08:000:Infinite Lives PL1
skylancr:0:8022:08:000:Infinite Lives PL2
skylancr:0:8126:80:000:Invincibility
skylancr:0:801F:63:072:Select current round
skylancr:0:801F:63:062:Select next round
; [ Sky Shark (US) ]
skyshark:0:030429:08:000:Infinite Lives
skyshark:0:0304D3:0A:007:Infinite Smart Bombs (F6):Turn off with F6 at level end
skyshark:0:0304D5:06:000:Always Maximum Shot Power
skyshark:0:03049E:80:000:Invincibility
; [ Sky Soldiers (US) ]
skysoldr:0:000000:00:999:[See the Dip Switch Menu to ]
skysoldr:0:000000:00:999:[enable an alternate ]
skysoldr:0:000000:00:999:[Invincibility cheat. ]
skysoldr:0:04041F:99:000:Infinite Lives PL1
skysoldr:0:040112:FA:000:Infinite Ammo PL1:Get a weapon first
skysoldr:0:040163:64:000:Infinite Bombs PL1
skysoldr:0:040415:05:000:Max. Fire Power PL1
skysoldr:0:040419:80:000:Invincibility 'ON' PL1
skysoldr:0:040419:01:001:Invincibility 'OFF' PL1
skysoldr:0:000000:00:999:[ E.W. = Extra weapon ]
skysoldr:0:04041E:02:020:Max. E.W. Power - Buster PL1
skysoldr:0:04041E:08:020:Max. E.W. Power - F.Ball PL1
skysoldr:0:04041E:20:020:Max. E.W. Power - Homing PL1
skysoldr:0:04041E:80:020:Max. E.W. Power - Missile PL1
skysoldr:0:04043F:99:000:Infinite Lives PL2
skysoldr:0:040113:FA:000:Infinite Ammo PL2:Get a weapon first
skysoldr:0:040165:64:000:Infinite Bombs PL2
skysoldr:0:040435:05:000:Max. Fire Power PL2
skysoldr:0:040439:80:000:Invincibility 'ON' PL2
skysoldr:0:040439:01:001:Invincibility 'OFF' PL2
skysoldr:0:000000:00:999:[ E.W. = Extra weapon ]
skysoldr:0:04043E:02:020:Max. E.W. Power - Buster PL2
skysoldr:0:04043E:08:020:Max. E.W. Power - F.Ball PL2
skysoldr:0:04043E:20:020:Max. E.W. Power - Homing PL2
skysoldr:0:04043E:80:020:Max. E.W. Power - Missile PL2
; [ Sky Wolf (set 1) ]
skywolf:0:E122:01:020:Invincibility "ON"
skywolf:0:E122:01:041:Invincibility "OFF"
skywolf:0:0000:00:999:[See the Dip Switch Menu to ]
skywolf:0:0000:00:999:[enable an alternate ]
skywolf:0:0000:00:999:[Invincibility cheat. ]
skywolf:0:E0C6:11:000:Infinite Lives PL1
skywolf:0:E0E1:11:000:Infinite Lives PL2
; [ Sky Wolf (set 2) ]
skywolf2:0:E122:01:020:Invincibility "ON"
skywolf2:0:E122:01:041:Invincibility "OFF"
skywolf2:0:0000:00:999:[See the Dip Switch Menu to ]
skywolf2:0:0000:00:999:[enable an alternate ]
skywolf2:0:0000:00:999:[Invincibility cheat. ]
skywolf2:0:E0C6:11:000:Infinite Lives PL1
skywolf2:0:E0E1:11:000:Infinite Lives PL2
; [ Saturday Night Slam Masters (World) ]
slammast:0:FFA0C8:09:000:Infinite Time
slammast:0:FFA0C9:05:500:Infinite Time (2/3)
slammast:0:FFA0CA:0A:500:Infinite Time (3/3)
slammast:0:FFA0C8:00:001:Finish this Match Now!
slammast:0:FFA0C9:00:501:Finish this Match Now! (2/3)
slammast:0:FFA0CA:00:501:Finish this Match Now! (3/3)
slammast:0:FF9157:FF:000:Infinite Energy PL1
slammast:0:FF9157:00:001:Drain ALL Energy Now! PL1
slammast:0:FF9357:FF:000:Infinite Energy PL2
slammast:0:FF9357:00:001:Drain ALL Energy Now! PL2
slammast:0:FF9557:FF:000:Infinite Energy PL3
slammast:0:FF9557:00:001:Drain ALL Energy Now! PL3
slammast:0:FF9757:FF:000:Infinite Energy PL4
slammast:0:FF9757:00:001:Drain ALL Energy Now! PL4
; [ Saturday Night Slam Masters (US) ]
slammasu:0:FFA0C8:09:000:Infinite Time
slammasu:0:FFA0C9:05:500:Infinite Time (2/3)
slammasu:0:FFA0CA:0A:500:Infinite Time (3/3)
slammasu:0:FFA0C8:00:001:Finish this Match Now!
slammasu:0:FFA0C9:00:501:Finish this Match Now! (2/3)
slammasu:0:FFA0CA:00:501:Finish this Match Now! (3/3)
slammasu:0:FF9157:FF:000:Infinite Energy PL1
slammasu:0:FF9157:00:001:Drain ALL Energy Now! PL1
slammasu:0:FF9357:FF:000:Infinite Energy PL2
slammasu:0:FF9357:00:001:Drain ALL Energy Now! PL2
slammasu:0:FF9557:FF:000:Infinite Energy PL3
slammasu:0:FF9557:00:001:Drain ALL Energy Now! PL3
slammasu:0:FF9757:FF:000:Infinite Energy PL4
slammasu:0:FF9757:00:001:Drain ALL Energy Now! PL4
; [ Slap Fight (Japan bootleg) ]
slapbtjp:0:C189:05:000:Infinite Lives
slapbtjp:0:C18F:01:000:Always have One Star
slapbtjp:0:C1DE:40:000:Always have Side Arms
slapbtjp:0:C1DC:03:000:Always have Full Wings
slapbtjp:0:C209:82:500:Always have Full Wings (2/3)
slapbtjp:0:C219:82:500:Always have Full Wings (3/3)
slapbtjp:0:C1D7:01:000:Always have Bomb
slapbtjp:0:C1DD:05:500:Always have Bomb (2/2)
slapbtjp:0:C1D7:02:000:Always have Laser
slapbtjp:0:C1DD:03:500:Always have Laser (2/2)
slapbtjp:0:C1D7:03:000:Always have H Mis
slapbtjp:0:C1DD:07:500:Always have H Mis (2/2)
slapbtjp:0:C190:82:000:Always have Shield
slapbtjp:0:C1BF:07:500:Always have Shield (2/2)
slapbtjp:0:C18F:01:001:Now have One Star
slapbtjp:0:C18F:02:001:Now have Two Stars
slapbtjp:0:C18F:03:001:Now have Three Stars
slapbtjp:0:C18F:04:001:Now have Four Stars
slapbtjp:0:C18F:05:001:Now have Five Stars
slapbtjp:0:C18F:06:001:Now have Six Stars
slapbtjp:0:C18F:07:001:Now have Seven Stars
slapbtjp:0:C18F:08:001:Now have Eight Stars
; [ Slap Fight (English bootleg) ]
slapbtuk:0:C189:05:000:Infinite Lives
slapbtuk:0:C18F:01:000:Always have One Star
slapbtuk:0:C1DE:40:000:Always have Side Arms
slapbtuk:0:C1DC:03:000:Always have Full Wings
slapbtuk:0:C209:82:500:Always have Full Wings (2/3)
slapbtuk:0:C219:82:500:Always have Full Wings (3/3)
slapbtuk:0:C1D7:01:000:Always have Bomb
slapbtuk:0:C1DD:05:500:Always have Bomb (2/2)
slapbtuk:0:C1D7:02:000:Always have Laser
slapbtuk:0:C1DD:03:500:Always have Laser (2/2)
slapbtuk:0:C1D7:03:000:Always have H Mis
slapbtuk:0:C1DD:07:500:Always have H Mis (2/2)
slapbtuk:0:C190:82:000:Always have Shield
slapbtuk:0:C1BF:07:500:Always have Shield (2/2)
slapbtuk:0:C18F:01:001:Now have One Star
slapbtuk:0:C18F:02:001:Now have Two Stars
slapbtuk:0:C18F:03:001:Now have Three Stars
slapbtuk:0:C18F:04:001:Now have Four Stars
slapbtuk:0:C18F:05:001:Now have Five Stars
slapbtuk:0:C18F:06:001:Now have Six Stars
slapbtuk:0:C18F:07:001:Now have Seven Stars
slapbtuk:0:C18F:08:001:Now have Eight Stars
; [ Slap Fight ]
slapfigh:0:C189:05:000:Infinite Lives
slapfigh:0:C18F:01:000:Always have One Star
slapfigh:0:C1DE:40:000:Always have Side Arms
slapfigh:0:C1DC:03:000:Always have Full Wings
slapfigh:0:C209:82:500:Always have Full Wings (2/3)
slapfigh:0:C219:82:500:Always have Full Wings (3/3)
slapfigh:0:C1D7:01:000:Always have Bomb
slapfigh:0:C1DD:05:500:Always have Bomb (2/2)
slapfigh:0:C1D7:02:000:Always have Laser
slapfigh:0:C1DD:03:500:Always have Laser (2/2)
slapfigh:0:C1D7:03:000:Always have H Mis
slapfigh:0:C1DD:07:500:Always have H Mis (2/2)
slapfigh:0:C190:82:000:Always have Shield
slapfigh:0:C1BF:07:500:Always have Shield (2/2)
slapfigh:0:C18F:01:001:Now have One Star
slapfigh:0:C18F:02:001:Now have Two Stars
slapfigh:0:C18F:03:001:Now have Three Stars
slapfigh:0:C18F:04:001:Now have Four Stars
slapfigh:0:C18F:05:001:Now have Five Stars
slapfigh:0:C18F:06:001:Now have Six Stars
slapfigh:0:C18F:07:001:Now have Seven Stars
slapfigh:0:C18F:08:001:Now have Eight Stars
; [ Slap Shot (Japan) ]
slapshot:0:5004F9:09:000:Infinite Credits
slapshot:0:500505:09:500:Infinite Credits (2/2):Coin inserted check
slapshot:0:50C264:63:000:Infinite Time
slapshot:0:50C264:01:001:Finish this Round Now!
slapshot:0:50C259:02:001:Win this Round Now! PL1
slapshot:0:50C25A:00:501:Win this Round Now! PL1 (2/2)
slapshot:0:50C259:00:000:Goals always = 0 PL1
slapshot:0:50C259:00:001:Goals = 0 Now! PL1
slapshot:0:50839B:1A:000:Always have Max Power PL1:Works but display not correct!
slapshot:0:50C7BE:1A:500:Always have Max Power PL1 (2/2)
slapshot:0:50839B:00:000:Always have No Power PL1:Works but display not correct!
slapshot:0:50C7BE:00:500:Always have No Power PL1 (2/2)
slapshot:0:50839B:1A:001:Get Max Power Now! PL1:Works but display not correct!
slapshot:0:50C7BE:1A:501:Get Max Power Now! PL1 (2/2)
slapshot:0:50839B:00:001:Lose all Power Now! PL1:Works but display not correct!
slapshot:0:50C7BE:00:501:Lose all Power Now! PL1 (2/2)
slapshot:0:50C259:00:001:Win this Round Now! PL2
slapshot:0:50C25A:02:501:Win this Round Now! PL2 (2/2)
slapshot:0:50C25A:00:000:Goals always = 0 PL2
slapshot:0:50C25A:00:001:Goals = 0 Now! PL2
slapshot:0:50841B:1A:000:Always have Max Power PL2:Works but display not correct!
slapshot:0:50C85E:1A:500:Always have Max Power PL2 (2/2)
slapshot:0:50841B:00:000:Always have No Power PL2:Works but display not correct!
slapshot:0:50C85E:00:500:Always have No Power PL2 (2/2)
slapshot:0:50841B:1A:001:Get Max Power Now! PL2:Works but display not correct!
slapshot:0:50C85E:1A:501:Get Max Power Now! PL2 (2/2)
slapshot:0:50841B:00:001:Lose all Power Now! PL2:Works but display not correct!
slapshot:0:50C85E:00:501:Lose all Power Now! PL2 (2/2)
; [ Slick Shot (V1.7) ]
sliksh17:0:2439:00:000:Infinite Shot Time
sliksh17:0:2751:09:000:Infinite Time PL1
sliksh17:0:2752:09:500:Infinite Time PL1 (2/4)
sliksh17:0:2753:05:500:Infinite Time PL1 (3/4)
sliksh17:0:2754:09:500:Infinite Time PL1 (4/4)
sliksh17:0:2751:00:001:Drain all Time Now! PL1
sliksh17:0:2752:00:501:Drain all Time Now! PL1 (2/4)
sliksh17:0:2753:00:501:Drain all Time Now! PL1 (3/4)
sliksh17:0:2754:00:501:Drain all Time Now! PL1 (4/4)
sliksh17:0:2760:09:000:Infinite Time PL2
sliksh17:0:2761:09:500:Infinite Time PL2 (2/4)
sliksh17:0:2762:05:500:Infinite Time PL2 (3/4)
sliksh17:0:2763:09:500:Infinite Time PL2 (4/4)
sliksh17:0:2760:00:001:Drain all Time Now! PL2
sliksh17:0:2761:00:501:Drain all Time Now! PL2 (2/4)
sliksh17:0:2762:00:501:Drain all Time Now! PL2 (3/4)
sliksh17:0:2763:00:501:Drain all Time Now! PL2 (4/4)
sliksh17:0:276F:09:000:Infinite Time PL3
sliksh17:0:2770:09:500:Infinite Time PL3 (2/4)
sliksh17:0:2771:05:500:Infinite Time PL3 (3/4)
sliksh17:0:2772:09:500:Infinite Time PL3 (4/4)
sliksh17:0:276F:00:001:Drain all Time Now! PL3
sliksh17:0:2770:00:501:Drain all Time Now! PL3 (2/4)
sliksh17:0:2771:00:501:Drain all Time Now! PL3 (3/4)
sliksh17:0:2772:00:501:Drain all Time Now! PL3 (4/4)
sliksh17:0:277E:09:000:Infinite Time PL4
sliksh17:0:277F:09:500:Infinite Time PL4 (2/4)
sliksh17:0:2780:05:500:Infinite Time PL4 (3/4)
sliksh17:0:2781:09:500:Infinite Time PL4 (4/4)
sliksh17:0:277E:00:001:Drain all Time Now! PL4
sliksh17:0:277F:00:501:Drain all Time Now! PL4 (2/4)
sliksh17:0:2780:00:501:Drain all Time Now! PL4 (3/4)
sliksh17:0:2781:00:501:Drain all Time Now! PL4 (4/4)
; [ Slick Shot (V2.2) ]
slikshot:0:277D:09:000:Infinite Time PL1
slikshot:0:277E:09:500:Infinite Time PL1 (2/4)
slikshot:0:277F:05:500:Infinite Time PL1 (3/4)
slikshot:0:2780:09:500:Infinite Time PL1 (4/4)
slikshot:0:277D:00:001:Drain all Time Now! PL1
slikshot:0:277E:00:501:Drain all Time Now! PL1 (2/4)
slikshot:0:277F:00:501:Drain all Time Now! PL1 (3/4)
slikshot:0:2780:00:501:Drain all Time Now! PL1 (4/4)
slikshot:0:278D:09:000:Infinite Time PL2
slikshot:0:278E:09:500:Infinite Time PL2 (2/4)
slikshot:0:278F:05:500:Infinite Time PL2 (3/4)
slikshot:0:2790:09:500:Infinite Time PL2 (4/4)
slikshot:0:278D:00:001:Drain all Time Now! PL2
slikshot:0:278E:00:501:Drain all Time Now! PL2 (2/4)
slikshot:0:278F:00:501:Drain all Time Now! PL2 (3/4)
slikshot:0:2790:00:501:Drain all Time Now! PL2 (4/4)
slikshot:0:279D:09:000:Infinite Time PL3
slikshot:0:279E:09:500:Infinite Time PL3 (2/4)
slikshot:0:279F:05:500:Infinite Time PL3 (3/4)
slikshot:0:27A0:09:500:Infinite Time PL3 (4/4)
slikshot:0:279D:00:001:Drain all Time Now! PL3
slikshot:0:279E:00:501:Drain all Time Now! PL3 (2/4)
slikshot:0:279F:00:501:Drain all Time Now! PL3 (3/4)
slikshot:0:27A0:00:501:Drain all Time Now! PL3 (4/4)
slikshot:0:27AD:09:000:Infinite Time PL4
slikshot:0:27AE:09:500:Infinite Time PL4 (2/4)
slikshot:0:27AF:05:500:Infinite Time PL4 (3/4)
slikshot:0:27B0:09:500:Infinite Time PL4 (4/4)
slikshot:0:27AD:00:001:Drain all Time Now! PL4
slikshot:0:27AE:00:501:Drain all Time Now! PL4 (2/4)
slikshot:0:27AF:00:501:Drain all Time Now! PL4 (3/4)
slikshot:0:27B0:00:501:Drain all Time Now! PL4 (4/4)
; [ Slither (set 1) ]
slither:0:8025:10:000:Infinite Credits
slither:0:8017:9A:000:Infinite Bonus
slither:0:801E:05:000:Infinite Lives PL1
slither:0:8024:05:000:Infinite Lives PL2
; [ Slither (set 2) ]
slithera:0:8025:10:000:Infinite Credits
slithera:0:8017:9A:000:Infinite Bonus
slithera:0:801E:05:000:Infinite Lives PL1
slithera:0:8024:05:000:Infinite Lives PL2
; [ Sly Spy (US revision 3) ]
slyspy:0:306AD2:49:000:Infinite Time
slyspy:0:3050C0:09:000:Infinite Energy
slyspy:0:305367:99:000:Infinite Normal Ammo
slyspy:0:305369:99:000:Infinite Machine Gun Ammo
slyspy:0:305374:05:001:Get the golden gun
slyspy:0:306377:99:000:Infinite golden gun time
; [ Sly Spy (US revision 2) ]
slyspy2:0:306AD2:49:000:Infinite Time
slyspy2:0:3050C0:09:000:Infinite Energy
slyspy2:0:305367:99:000:Infinite Normal Ammo
slyspy2:0:305369:99:000:Infinite Machine Gun Ammo
slyspy2:0:305374:05:001:Get the golden gun
slyspy2:0:306377:99:000:Infinite golden gun time
; [ Smash T.V. (rev 8.00) ]
smashtv:0:00210C6C:0A:000:Infinite Lives PL1
smashtv:0:00210CA4:0A:000:Infinite Lives PL2
smashtv:0:00000000:00:999:[With Invincibility enabled ]
smashtv:0:00000000:00:999:[the bosses can still run ]
smashtv:0:00000000:00:999:[you over - so use it with ]
smashtv:0:00000000:00:999:[Infinite Lives. Also only ]
smashtv:0:00000000:00:999:[enable it after you have ]
smashtv:0:00000000:00:999:[started the game! ]
smashtv:0:00210E86:27:000:Invincibility PL1
; [ Smash T.V. (rev 4.00) ]
smashtv4:0:00210C6C:0A:000:Infinite Lives PL1
smashtv4:0:00210CA4:0A:000:Infinite Lives PL2
smashtv4:0:00000000:00:999:[With Invincibility enabled ]
smashtv4:0:00000000:00:999:[the bosses can still run ]
smashtv4:0:00000000:00:999:[you over - so use it with ]
smashtv4:0:00000000:00:999:[Infinite Lives. Also only ]
smashtv4:0:00000000:00:999:[enable it after you have ]
smashtv4:0:00000000:00:999:[started the game! ]
smashtv4:0:00210E86:27:000:Invincibility PL1
; [ Smash T.V. (rev 5.00) ]
smashtv5:0:00210C6C:0A:000:Infinite Lives PL1
smashtv5:0:00210CA4:0A:000:Infinite Lives PL2
smashtv5:0:00000000:00:999:[With Invincibility enabled ]
smashtv5:0:00000000:00:999:[the bosses can still run ]
smashtv5:0:00000000:00:999:[you over - so use it with ]
smashtv5:0:00000000:00:999:[Infinite Lives. Also only ]
smashtv5:0:00000000:00:999:[enable it after you have ]
smashtv5:0:00000000:00:999:[started the game! ]
smashtv5:0:00210E86:27:000:Invincibility PL1
; [ Smash T.V. (rev 6.00) ]
smashtv6:0:00210C6C:0A:000:Infinite Lives PL1
smashtv6:0:00210CA4:0A:000:Infinite Lives PL2
smashtv6:0:00000000:00:999:[With Invincibility enabled ]
smashtv6:0:00000000:00:999:[the bosses can still run ]
smashtv6:0:00000000:00:999:[you over - so use it with ]
smashtv6:0:00000000:00:999:[Infinite Lives. Also only ]
smashtv6:0:00000000:00:999:[enable it after you have ]
smashtv6:0:00000000:00:999:[started the game! ]
smashtv6:0:00210E86:27:000:Invincibility PL1
; [ Super Muscle Bomber: The International Blowout (Japan 940831) ]
smbomb:0:FF726E:09:000:Infinite Credits
smbomb:0:FF72CA:99:000:Infinite Time
smbomb:0:FF72CA:01:001:Finish this Battle Now!
smbomb:0:FF802C:01:000:Infinite Energy PL1
smbomb:0:FF802D:16:500:Infinite Energy PL1 (2/4)
smbomb:0:FF802E:01:500:Infinite Energy PL1 (3/4)
smbomb:0:FF802F:17:500:Infinite Energy PL1 (4/4)
smbomb:0:FF802C:00:001:Drain Most Energy Now! PL1
smbomb:0:FF802D:00:501:Drain Most Energy Now! PL1 (2/4)
smbomb:0:FF802E:00:501:Drain Most Energy Now! PL1 (3/4)
smbomb:0:FF802F:00:501:Drain Most Energy Now! PL1 (4/4)
smbomb:0:FF842C:01:000:Infinite Energy PL2
smbomb:0:FF842D:16:500:Infinite Energy PL2 (2/4)
smbomb:0:FF842E:01:500:Infinite Energy PL2 (3/4)
smbomb:0:FF842F:17:500:Infinite Energy PL2 (4/4)
smbomb:0:FF842C:00:001:Drain Most Energy Now! PL2
smbomb:0:FF842D:00:501:Drain Most Energy Now! PL2 (2/4)
smbomb:0:FF842E:00:501:Drain Most Energy Now! PL2 (3/4)
smbomb:0:FF842F:00:501:Drain Most Energy Now! PL2 (4/4)
smbomb:0:000000:00:999:[These are the codes to set the machine region - the ]
smbomb:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
smbomb:0:000000:00:999:[- ON or before the ROM check screen! or reset ]
smbomb:0:FF7445:00:000:Region Switch = Japan
smbomb:0:FF7445:01:000:Region Switch = USA
smbomb:0:FF7445:02:000:Region Switch = Euro
smbomb:0:FF7445:03:000:Region Switch = Asia Sample
smbomb:0:FF7445:04:000:Region Switch = Asia TW
smbomb:0:FF7445:05:000:Region Switch = Hispanic
smbomb:0:FF7445:0A:000:Region Switch = Brazil
; [ Super Muscle Bomber: The International Blowout (Japan 940808) ]
smbombr1:0:FF726E:09:000:Infinite Credits
smbombr1:0:FF72CA:99:000:Infinite Time
smbombr1:0:FF72CA:01:001:Finish this Battle Now!
smbombr1:0:FF802C:01:000:Infinite Energy PL1
smbombr1:0:FF802D:16:500:Infinite Energy PL1 (2/4)
smbombr1:0:FF802E:01:500:Infinite Energy PL1 (3/4)
smbombr1:0:FF802F:17:500:Infinite Energy PL1 (4/4)
smbombr1:0:FF802C:00:001:Drain Most Energy Now! PL1
smbombr1:0:FF802D:00:501:Drain Most Energy Now! PL1 (2/4)
smbombr1:0:FF802E:00:501:Drain Most Energy Now! PL1 (3/4)
smbombr1:0:FF802F:00:501:Drain Most Energy Now! PL1 (4/4)
smbombr1:0:FF842C:01:000:Infinite Energy PL2
smbombr1:0:FF842D:16:500:Infinite Energy PL2 (2/4)
smbombr1:0:FF842E:01:500:Infinite Energy PL2 (3/4)
smbombr1:0:FF842F:17:500:Infinite Energy PL2 (4/4)
smbombr1:0:FF842C:00:001:Drain Most Energy Now! PL2
smbombr1:0:FF842D:00:501:Drain Most Energy Now! PL2 (2/4)
smbombr1:0:FF842E:00:501:Drain Most Energy Now! PL2 (3/4)
smbombr1:0:FF842F:00:501:Drain Most Energy Now! PL2 (4/4)
smbombr1:0:000000:00:999:[These are the codes to set the machine region - the ]
smbombr1:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
smbombr1:0:000000:00:999:[- ON or before the ROM check screen! ]
smbombr1:0:FF7445:00:000:Region Switch = Japan
smbombr1:0:FF7445:01:000:Region Switch = USA
smbombr1:0:FF7445:02:000:Region Switch = Euro
smbombr1:0:FF7445:03:000:Region Switch = Asia Sample
smbombr1:0:FF7445:04:000:Region Switch = Asia TW
smbombr1:0:FF7445:05:000:Region Switch = Hispanic
smbombr1:0:FF7445:0A:000:Region Switch = Brazil
; [ Stroke and Match Golf (Men's Version) ]
smgolf:0:079D:63:000:Infinite Credits
smgolf:0:002C:00:000:Infinite Strokes PL1
smgolf:0:002C:00:001:Reset Strokes Now! PL1
smgolf:0:002D:00:000:Infinite Strokes PL2
smgolf:0:002D:00:001:Reset Strokes Now! PL2
; [ Stroke and Match Golf (Japan) ]
smgolfj:0:079D:63:000:Infinite Credits
smgolfj:0:002C:00:000:Infinite Strokes PL1
smgolfj:0:002C:00:001:Reset Strokes Now! PL1
smgolfj:0:002D:00:000:Infinite Strokes PL2
smgolfj:0:002D:00:001:Reset Strokes Now! PL2
; [ Super Moon Cresta ]
smooncrs:0:809D:01:000:Infinite Lives
smooncrs:0:809E:00:500:Infinite Lives (2/2)
smooncrs:0:8230:30:000:Infinite Time to dock
smooncrs:0:8230:00:001:No more dock time Now!
smooncrs:0:8231:01:501:No more dock time Now! (2/2)
smooncrs:0:823C:01:000:Only 1 to kill per screen
; [ Snake Pit ]
snakepit:0:0098:05:000:Infinite Lives
; [ Snacks'n Jaxson ]
snakjack:0:01D3:06:000:Infinite Noses
; [ Snap Jack ]
snapjack:0:6017:02:000:Infinite Lives PL1
snapjack:0:6018:02:000:Infinite Lives PL2
snapjack:0:0000:00:999:[This cheat turns off sprite]
snapjack:0:0000:00:999:[sprite collisions but you ]
snapjack:0:0000:00:999:[must disable it during ]
snapjack:0:0000:00:999:[jumps! And watch your head ]
snapjack:0:0000:00:999:[as sprite to background ]
snapjack:0:0000:00:999:[collisions are still active]
snapjack:0:6200:80:000:No S/S collisions (see note)
; [ Sengoku Ace (Japan) ]
sngkace:0:FE1B05:06:000:Infinite Lives PL1
sngkace:0:FE1BDF:06:000:Infinite Bombs PL1
sngkace:0:FE1B07:03:000:Maximum Power PL1
sngkace:0:FE1B57:30:000:Invincibility "ON" PL1
sngkace:0:FE590D:01:520:Invincibility "ON" PL1 (2/2)
sngkace:0:FE1B57:00:001:Invincibility "OFF" PL1
sngkace:0:FE590D:01:541:Invincibility "OFF" PL1 (2/2)
sngkace:0:FE1C35:06:000:Infinite Lives PL2
sngkace:0:FE1D0F:06:000:Infinite Bombs PL2
sngkace:0:FE1C37:03:000:Maximum Power PL2
sngkace:0:FE1C87:30:000:Invincibility "ON" PL2
sngkace:0:FE590D:02:520:Invincibility "ON" PL2 (2/2)
sngkace:0:FE1C87:00:001:Invincibility "OFF" PL2
sngkace:0:FE590D:02:541:Invincibility "OFF" PL2 (2/2)
; [ Snow Bros. 2 - With New Elves ]
snowbro2:0:1000E3:0A:000:Infinite Lives PL1
snowbro2:0:10130C:84:000:Invincibility PL1
snowbro2:0:000000:00:999:[See the Dip Switch Menu to ]
snowbro2:0:000000:00:999:[enable an alternate ]
snowbro2:0:000000:00:999:[Invincibility PL1 cheat. ]
snowbro2:0:000000:00:999:[But the cheat is better as ]
snowbro2:0:000000:00:999:[the dipswitch causes a game]
snowbro2:0:000000:00:999:[crash when another player ]
snowbro2:0:000000:00:999:[is selected. ]
snowbro2:0:1000FD:0A:000:Infinite Lives PL2
snowbro2:0:101354:84:000:Invincibility PL2
snowbro2:0:100117:0A:000:Infinite Lives PL3
snowbro2:0:1013A4:84:000:Invincibility PL3
snowbro2:0:100131:0A:000:Infinite Lives PL4
snowbro2:0:1013F4:84:000:Invincibility PL4
; [ Snow Bros. - Nick & Tom (set 2) ]
snowbroa:0:100195:09:000:Infinite Credits
snowbroa:0:1000BB:20:000:Infinite Time
snowbroa:0:000000:00:999:[See the Dip Switch Menu to ]
snowbroa:0:000000:00:999:[enable Invincibility. ]
snowbroa:0:101591:0A:000:Infinite Lives PL1
snowbroa:0:1015A8:70:000:All Bonus PL1
snowbroa:0:1015A8:70:000:Always have all powers PL1
snowbroa:0:1015A8:10:020:Always have pow-up shot PL1
snowbroa:0:1015A8:20:020:Always have pow-up range PL1
snowbroa:0:1015A8:40:020:Always have pow-up speed PL1
snowbroa:0:1015A8:70:001:Get all powers Now! PL1
snowbroa:0:1015A8:10:021:Get pow-up shot Now! PL1
snowbroa:0:1015A8:20:021:Get pow-up range Now! PL1
snowbroa:0:1015A8:40:021:Get pow-up speed Now! PL1
snowbroa:0:1015A7:0A:000:Infinite Lives PL2
snowbroa:0:1015A9:70:000:All Bonus PL2
snowbroa:0:1015A9:70:000:Always have all powers PL2
snowbroa:0:1015A9:10:020:Always have pow-up shot PL2
snowbroa:0:1015A9:20:020:Always have pow-up range PL2
snowbroa:0:1015A9:40:020:Always have pow-up speed PL2
snowbroa:0:1015A9:70:001:Get all powers Now! PL2
snowbroa:0:1015A9:10:021:Get pow-up shot Now! PL2
snowbroa:0:1015A9:20:021:Get pow-up range Now! PL2
snowbroa:0:1015A9:40:021:Get pow-up speed Now!PL2
snowbroa:0:1018CA:00:001:One hit for boss Now!
snowbroa:0:1018CB:01:501:One hit for boss Now! (2/4)
snowbroa:0:10190A:00:501:One hit for boss Now! (3/4)
snowbroa:0:10190B:01:501:One hit for boss Now! (4/4)
snowbroa:0:101573:04:000:Goto Floor 5
snowbroa:0:101573:09:001:Goto Floor 10
snowbroa:0:101573:0D:001:Goto Floor 15
snowbroa:0:101573:12:001:Goto Floor 20
snowbroa:0:101573:17:001:Goto Floor 25
snowbroa:0:101573:1C:001:Goto Floor 30
snowbroa:0:101573:21:001:Goto Floor 35
snowbroa:0:101573:26:001:Goto Floor 40
snowbroa:0:101573:2B:001:Goto Floor 45
snowbroa:0:101573:30:001:Goto Floor 50
; [ Snow Bros. - Nick & Tom (set 3) ]
snowbrob:0:100195:09:000:Infinite Credits
snowbrob:0:1000BB:20:000:Infinite Time
snowbrob:0:000000:00:999:[See the Dip Switch Menu to ]
snowbrob:0:000000:00:999:[enable Invincibility. ]
snowbrob:0:101591:0A:000:Infinite Lives PL1
snowbrob:0:1015A8:70:000:All Bonus PL1
snowbrob:0:1015A8:70:000:Always have all powers PL1
snowbrob:0:1015A8:10:020:Always have pow-up shot PL1
snowbrob:0:1015A8:20:020:Always have pow-up range PL1
snowbrob:0:1015A8:40:020:Always have pow-up speed PL1
snowbrob:0:1015A8:70:001:Get all powers Now! PL1
snowbrob:0:1015A8:10:021:Get pow-up shot Now! PL1
snowbrob:0:1015A8:20:021:Get pow-up range Now! PL1
snowbrob:0:1015A8:40:021:Get pow-up speed Now! PL1
snowbrob:0:1015A7:0A:000:Infinite Lives PL2
snowbrob:0:1015A9:70:000:All Bonus PL2
snowbrob:0:1015A9:70:000:Always have all powers PL2
snowbrob:0:1015A9:10:020:Always have pow-up shot PL2
snowbrob:0:1015A9:20:020:Always have pow-up range PL2
snowbrob:0:1015A9:40:020:Always have pow-up speed PL2
snowbrob:0:1015A9:70:001:Get all powers Now! PL2
snowbrob:0:1015A9:10:021:Get pow-up shot Now! PL2
snowbrob:0:1015A9:20:021:Get pow-up range Now! PL2
snowbrob:0:1015A9:40:021:Get pow-up speed Now! PL2
snowbrob:0:1018CA:00:001:One hit for boss Now!
snowbrob:0:1018CB:01:501:One hit for boss Now! (2/4)
snowbrob:0:10190A:00:501:One hit for boss Now! (3/4)
snowbrob:0:10190B:01:501:One hit for boss Now! (4/4)
snowbrob:0:101573:04:001:Goto Floor 5
snowbrob:0:101573:09:001:Goto Floor 10
snowbrob:0:101573:0D:001:Goto Floor 15
snowbrob:0:101573:12:001:Goto Floor 20
snowbrob:0:101573:17:001:Goto Floor 25
snowbrob:0:101573:1C:001:Goto Floor 30
snowbrob:0:101573:21:001:Goto Floor 35
snowbrob:0:101573:26:001:Goto Floor 40
snowbrob:0:101573:2B:001:Goto Floor 45
snowbrob:0:101573:30:001:Goto Floor 50
; [ Snow Bros. - Nick & Tom (Japan) ]
snowbroj:0:100195:09:000:Infinite Credits
snowbroj:0:1000BB:20:000:Infinite Time
snowbroj:0:000000:00:999:[See the Dip Switch Menu to ]
snowbroj:0:000000:00:999:[enable Invincibility. ]
snowbroj:0:101591:0A:000:Infinite Lives PL1
snowbroj:0:1015A8:70:000:All Bonus PL1
snowbroj:0:1015A8:70:000:Always have all powers PL1
snowbroj:0:1015A8:10:020:Always have pow-up shot PL1
snowbroj:0:1015A8:20:020:Always have pow-up range PL1
snowbroj:0:1015A8:40:020:Always have pow-up speed PL1
snowbroj:0:1015A8:70:001:Get all powers Now! PL1
snowbroj:0:1015A8:10:021:Get pow-up shot Now! PL1
snowbroj:0:1015A8:20:021:Get pow-up range Now! PL1
snowbroj:0:1015A8:40:021:Get pow-up speed Now! PL1
snowbroj:0:1015A7:0A:000:Infinite Lives PL2
snowbroj:0:1015A9:70:000:All Bonus PL2
snowbroj:0:1015A9:70:000:Always have all powers PL2
snowbroj:0:1015A9:10:020:Always have pow-up shot PL2
snowbroj:0:1015A9:20:020:Always have pow-up range PL2
snowbroj:0:1015A9:40:020:Always have pow-up speed PL2
snowbroj:0:1015A9:70:001:Get all powers Now! PL2
snowbroj:0:1015A9:10:021:Get pow-up shot Now! PL2
snowbroj:0:1015A9:20:021:Get pow-up range Now! PL2
snowbroj:0:1015A9:40:021:Get pow-up speed Now!PL2
snowbroj:0:1018CA:00:001:One hit for boss Now!
snowbroj:0:1018CB:01:501:One hit for boss Now! (2/4)
snowbroj:0:10190A:00:501:One hit for boss Now! (3/4)
snowbroj:0:10190B:01:501:One hit for boss Now! (4/4)
snowbroj:0:101573:04:000:Goto Floor 5
snowbroj:0:101573:09:001:Goto Floor 10
snowbroj:0:101573:0D:001:Goto Floor 15
snowbroj:0:101573:12:001:Goto Floor 20
snowbroj:0:101573:17:001:Goto Floor 25
snowbroj:0:101573:1C:001:Goto Floor 30
snowbroj:0:101573:21:001:Goto Floor 35
snowbroj:0:101573:26:001:Goto Floor 40
snowbroj:0:101573:2B:001:Goto Floor 45
snowbroj:0:101573:30:001:Goto Floor 50
; [ Snow Bros. - Nick & Tom (set 1) ]
snowbros:0:100195:09:000:Infinite Credits
snowbros:0:1000BB:20:000:Infinite Time
snowbros:0:000000:00:999:[See the Dip Switch Menu to ]
snowbros:0:000000:00:999:[enable Invincibility. ]
snowbros:0:101591:0A:000:Infinite Lives PL1
snowbros:0:1015A8:70:000:All Bonus PL1
snowbros:0:1015A8:70:000:Always have all powers PL1
snowbros:0:1015A8:10:020:Always have pow-up shot PL1
snowbros:0:1015A8:20:020:Always have pow-up range PL1
snowbros:0:1015A8:40:020:Always have pow-up speed PL1
snowbros:0:1015A8:70:001:Get all powers Now! PL1
snowbros:0:1015A8:10:021:Get pow-up shot Now! PL1
snowbros:0:1015A8:20:021:Get pow-up range Now! PL1
snowbros:0:1015A8:40:021:Get pow-up speed Now! PL1
snowbros:0:1015A7:0A:000:Infinite Lives PL2
snowbros:0:1015A9:70:000:All Bonus PL2
snowbros:0:1015A9:70:000:Always have all powers PL2
snowbros:0:1015A9:10:020:Always have pow-up shot PL2
snowbros:0:1015A9:20:020:Always have pow-up range PL2
snowbros:0:1015A9:40:020:Always have pow-up speed PL2
snowbros:0:1015A9:70:001:Get all powers Now! PL2
snowbros:0:1015A9:10:021:Get pow-up shot Now! PL2
snowbros:0:1015A9:20:021:Get pow-up range Now! PL2
snowbros:0:1015A9:40:021:Get pow-up speed Now! PL2
snowbros:0:1018CA:00:001:One hit for boss Now!
snowbros:0:1018CB:01:501:One hit for boss Now! (2/4)
snowbros:0:10190A:00:501:One hit for boss Now! (3/4)
snowbros:0:10190B:01:501:One hit for boss Now! (4/4)
snowbros:0:101573:04:001:Goto Floor 5
snowbros:0:101573:09:001:Goto Floor 10
snowbros:0:101573:0D:001:Goto Floor 15
snowbros:0:101573:12:001:Goto Floor 20
snowbros:0:101573:17:001:Goto Floor 25
snowbros:0:101573:1C:001:Goto Floor 30
snowbros:0:101573:21:001:Goto Floor 35
snowbros:0:101573:26:001:Goto Floor 40
snowbros:0:101573:2B:001:Goto Floor 45
snowbros:0:101573:30:001:Goto Floor 50
; [ Soccer Brawl ]
socbrawl:0:10BDB9:59:000:Infinite Time
socbrawl:0:10BDB8:99:500:Infinite Time (2/2)
socbrawl:0:10BDB9:00:001:Finish this Game Now!
socbrawl:0:10BDB8:00:501:Finish this Game Now! (2/2)
socbrawl:0:10B3A2:00:000:Score always 0 PL1
socbrawl:0:10B3A2:63:000:Score always 99 PL1
socbrawl:0:10B3A2:00:001:Set score = 0 Now! PL1
socbrawl:0:10B3A2:63:001:Set score = 99 Now! PL1
socbrawl:0:10B3A2:63:070:Select score Now! PL1
socbrawl:0:10B3A4:00:000:Score always = 0 PL2
socbrawl:0:10B3A4:63:000:Score always = 99 PL2
socbrawl:0:10B3A4:00:001:Set score = 0 Now! PL2
socbrawl:0:10B3A4:63:001:Set score = 99 Now! PL2
socbrawl:0:10B3A4:63:070:Select score Now! PL2
; [ Atari Soccer ]
soccer:0:00A3:99:000:Infinite Time
soccer:0:00A2:5A:500:Infinite Time (2/2)
soccer:0:00A3:00:001:Finish this Game Now!
soccer:0:00A2:00:501:Finish this Game Now! (2/2)
; [ Solar Fox ]
solarfox:0:73AC:09:000:Infinite Lives
; [ Solar Quest ]
solarq:0:018D:E7:000:Infinite Credits
solarq:0:018C:03:500:Infinite Credits (2/2)
solarq:0:0194:00:000:Invincibility (keep clear of the sun!):If you crash into the sun turn this cheat OFF
solarq:0:01B0:00:500:Invincibility (keep clear of the sun!) (2/3)
solarq:0:01B6:00:500:Invincibility (keep clear of the sun!) (3/3)
solarq:0:01BD:09:000:Infinite Lives PL1
solarq:0:01BF:09:000:Infinite Lives PL2
; [ Solar Warrior ]
solarwar:0:0056:10:000:Infinite Energy
solarwar:0:0060:05:000:Infinite Lives
solarwar:0:1935:59:000:Infinite Time
solarwar:0:0055:00:000:Always have Normal weapon
solarwar:0:0055:01:000:Always have Grenades
solarwar:0:0055:02:000:Always have Double shot
solarwar:0:0055:03:000:Always have Heavy shot
solarwar:0:0055:04:000:Always have Triple shot
solarwar:0:0055:00:001:Get Normal weapon Now!
solarwar:0:0055:01:001:Get Grenades Now!
solarwar:0:0055:02:001:Get Double shot Now!
solarwar:0:0055:03:001:Get Heavy shot Now!
solarwar:0:0055:04:001:Get Triple shot Now!
; [ Soldam (Japan) ]
soldamj:0:0F724D:18:000:Always 1 colour block
soldamj:0:0F724F:18:500:Always 1 colour block (2/4)
soldamj:0:0F7251:18:500:Always 1 colour block (3/4)
soldamj:0:0F7253:18:500:Always 1 colour block (4/4)
; [ Solar Fight ]
solfight:0:203B:0F:000:Infinite Energy
solfight:0:203C:27:500:Infinite Energy (2/2)
solfight:0:0000:00:999:[Use the Invincibility "OFF"]
solfight:0:0000:00:999:[cheat when you dock!! ]
solfight:0:21A8:1B:000:Invincibility "ON"
solfight:0:21A8:00:001:Invincibility "OFF"
; [ Solitary Fighter (World) ]
solfigtr:0:102941:99:000:Infinite Time
solfigtr:0:102941:00:001:Finish this Round Now!
solfigtr:0:10101D:95:000:Infinite Energy PL1
solfigtr:0:10101D:00:001:Drain all Energy Now! PL1:PL1 needs to be hit once before this will work!
solfigtr:0:10111D:95:000:Infinite Energy PL2
solfigtr:0:10111D:00:001:Drain all Energy Now! PL2:PL2 needs to be hit once before this will work!
; [ Solomon's Key (Japan) ]
solomon:0:C237:07:000:Infinite Lives
solomon:0:C094:99:000:Infinite Time
solomon:0:C25D:54:000:Infinite Fireballs
solomon:0:C238:09:000:One fairy for extra life
solomon:0:C243:04:001:Go to Round 5
solomon:0:C246:04:501:Go to Round 5 (2/3)
solomon:0:C24D:05:501:Go to Round 5 (3/3)
solomon:0:C243:09:001:Go to Round 10
solomon:0:C246:09:501:Go to Round 10 (2/3)
solomon:0:C24D:0A:501:Go to Round 10 (3/3)
solomon:0:C243:0E:001:Go to Round 15
solomon:0:C246:0E:501:Go to Round 15 (2/3)
solomon:0:C24D:0F:501:Go to Round 15 (3/3)
solomon:0:C243:13:001:Go to Round 20
solomon:0:C246:13:501:Go to Round 20 (2/3)
solomon:0:C24D:14:501:Go to Round 20 (3/3)
solomon:0:C243:18:001:Go to Round 25
solomon:0:C246:18:501:Go to Round 25 (2/3)
solomon:0:C24D:19:501:Go to Round 25 (3/3)
solomon:0:C243:1D:001:Go to Round 30
solomon:0:C246:1D:501:Go to Round 30 (2/3)
solomon:0:C24D:1E:501:Go to Round 30 (3/3)
solomon:0:C243:22:001:Go to Round 35
solomon:0:C246:22:501:Go to Round 35 (2/3)
solomon:0:C24D:23:501:Go to Round 35 (3/3)
solomon:0:C243:27:001:Go to Round 40
solomon:0:C246:27:501:Go to Round 40 (2/3)
solomon:0:C24D:28:501:Go to Round 40 (3/3)
solomon:0:C243:2C:001:Go to Round 45
solomon:0:C246:2C:501:Go to Round 45 (2/3)
solomon:0:C24D:2D:501:Go to Round 45 (3/3)
solomon:0:C243:31:001:Go to Round 50
solomon:0:C246:31:501:Go to Round 50 (2/3)
solomon:0:C24D:32:501:Go to Round 50 (3/3)
solomon:0:C243:32:001:Go to Round 51
solomon:0:C246:32:501:Go to Round 51 (2/3)
solomon:0:C24D:33:501:Go to Round 51 (3/3)
; [ Sonic Wings (Japan) ]
sonicwi:0:000000:00:999:[Do NOT use Smart Bombs with]
sonicwi:0:000000:00:999:[Invincibility enabled when ]
sonicwi:0:000000:00:999:[you are in the USA or ]
sonicwi:0:000000:00:999:[Swedish aircraft or the ]
sonicwi:0:000000:00:999:[game will crash!! ]
sonicwi:0:0C60DD:0A:000:Infinite Lives PL1
sonicwi:0:0C60DF:06:000:Infinite Smart Bombs PL1
sonicwi:0:0C60E1:03:000:Maximum fire power PL1
sonicwi:0:0C60E1:07:000:Absurd fire power PL1
sonicwi:0:0C06D3:B4:000:Invincibility PL1:Use it when sprite flickers
sonicwi:0:0C61DD:0A:000:Infinite Lives PL2
sonicwi:0:0C61DF:06:000:Infinite Smart Bombs PL2
sonicwi:0:0C61E1:03:000:Maximum fire power PL2
sonicwi:0:0C61E1:07:000:Absurd fire power PL2
sonicwi:0:0C0733:B4:000:Invincibility PL2:Use it when sprite flickers
; [ Aero Fighters 2 / Sonic Wings 2 ]
sonicwi2:0:000000:00:999:[This Time Cheat is UNTESTED]
sonicwi2:0:100482:99:000:Infinite Time
sonicwi2:0:10E43F:05:000:Infinite Lives PL1
sonicwi2:0:10E457:03:000:Infinite Bombs PL1
sonicwi2:0:10E443:03:000:Max Weapon Power Up PL1
sonicwi2:0:10E4A1:05:000:Infinite Lives PL2
sonicwi2:0:10E4B9:03:000:Infinite Bombs PL2
sonicwi2:0:10E4A5:03:000:Max Weapon Power Up PL2
; [ Aero Fighters 3 / Sonic Wings 3 ]
sonicwi3:0:10E89B:05:000:Infinite Lives PL1
sonicwi3:0:10E8BA:03:000:Infinite Bombs PL1
sonicwi3:0:10E8BF:01:000:Invincibility PL1
sonicwi3:0:10E8F1:05:000:Infinite Lives PL2
sonicwi3:0:10E910:03:000:Infinite Bombs PL2
sonicwi3:0:10E915:01:000:Invincibility PL2
sonicwi3:0:000000:00:999:[For most characters ]
sonicwi3:0:10E8B0:03:000:Max Power PL1
sonicwi3:0:10E906:03:000:Max Power PL2
sonicwi3:0:000000:00:999:[For Mao Mao,Chaika &Pooshka]
sonicwi3:0:10E8B0:02:000:Max Power PL1
sonicwi3:0:10E906:02:000:Max Power PL2
sonicwi3:0:000000:00:999:[For Spanky, Kowful & River ]
sonicwi3:0:10E8B0:04:000:Max Power PL1
sonicwi3:0:10E906:04:000:Max Power PL2
sonicwi3:0:000000:00:999:[For Ellen & Cindy ]
sonicwi3:0:10E8B0:01:000:Max Power PL1
sonicwi3:0:10E906:01:000:Max Power PL2
; [ Son of Phoenix ]
sonofphx:0:F652:0C:000:Infinite Energy
sonofphx:0:F653:0C:500:Infinite Energy (02/10)
sonofphx:0:F654:0C:500:Infinite Energy (03/10)
sonofphx:0:F655:0C:500:Infinite Energy (04/10)
sonofphx:0:F656:0C:500:Infinite Energy (05/10)
sonofphx:0:F657:0C:500:Infinite Energy (06/10)
sonofphx:0:F658:0C:500:Infinite Energy (07/10)
sonofphx:0:F659:0C:500:Infinite Energy (08/10)
sonofphx:0:F65A:0C:500:Infinite Energy (09/10)
sonofphx:0:F65B:0C:500:Infinite Energy (10/10)
sonofphx:0:0000:00:999:[See the Dip Switch Menu to ]
sonofphx:0:0000:00:999:[enable Invincibility. ]
sonofphx:0:F5C7:58:000:Shield stays on longer:Buggy - cosmetic only?
sonofphx:0:F597:59:500:Shield stays on longer (2/4)
sonofphx:0:F5C5:5A:500:Shield stays on longer (3/4)
sonofphx:0:F595:5B:500:Shield stays on longer (4/4)
sonofphx:0:F0F0:0F:000:Enemies Don't Shoot
sonofphx:0:F109:80:000:Always have Normal Shoot
sonofphx:0:F109:81:000:Always have Fast Shoot
sonofphx:0:F109:80:001:Get Normal Shoot Now!
sonofphx:0:F109:81:001:Get Fast Shoot Now!
sonofphx:0:F8BF:0B:000:Infinite Lives PL1
sonofphx:0:F8D3:0B:000:Infinite Lives PL2
; [ Son Son ]
sonson:0:0026:FF:000:Infinite Credits
sonson:0:0058:05:000:Infinite Lives PL1
sonson:0:0480:02:000:Invincibility "ON" PL1:You can't eat fruit & flowers
sonson:0:0480:01:001:Invincibility "OFF" PL1
sonson:0:0059:05:000:Infinite Lives PL2
sonson:0:04B0:02:000:Invincibility "ON" PL2:You can't eat fruit & flowers
sonson:0:04B0:01:001:Invincibility "OFF" PL2
sonson:0:0000:00:999:[Activate the level cheats ]
sonson:0:0000:00:999:[during game play! ]
sonson:0:0067:18:001:Go to level 1 Now!
sonson:0:0067:11:001:Go to level 5 Now!
sonson:0:0067:0B:001:Go to level 10 Now!
sonson:0:0067:05:001:Go to level 15 Now!
sonson:0:0067:00:001:Go to level 20 Now!
; [ Son Son (Japan) ]
sonsonj:0:0026:FF:000:Infinite Credits
sonsonj:0:0058:05:000:Infinite Lives PL1
sonsonj:0:0480:02:000:Invincibility "ON" PL1:You can't eat fruit & flowers
sonsonj:0:0480:01:001:Invincibility "OFF" PL1
sonsonj:0:0059:05:000:Infinite Lives PL2
sonsonj:0:04B0:02:000:Invincibility "ON" PL2:You can't eat fruit & flowers
sonsonj:0:04B0:01:001:Invincibility "OFF" PL2
sonsonj:0:0000:00:999:[Activate the level cheats ]
sonsonj:0:0000:00:999:[during game play! ]
sonsonj:0:0067:18:001:Go to level 1 Now!
sonsonj:0:0067:11:001:Go to level 5 Now!
sonsonj:0:0067:0B:001:Go to level 10 Now!
sonsonj:0:0067:05:001:Go to level 15 Now!
sonsonj:0:0067:00:001:Go to level 20 Now!
; [ SOS ]
sos:0:405F:09:000:Infinite Credits
sos:0:4070:09:000:Infinite Lives
; [ Souko Ban Deluxe (Japan) ]
soukobdx:0:020A:99:000:Infinite Time
soukobdx:0:020B:99:500:Infinite Time (2/2)
soukobdx:0:020A:00:001:Set Time to 0000 Now!
soukobdx:0:020B:00:501:Set Time to 0000 Now! (2/2)
soukobdx:0:0188:00:000:Infinite Steps
soukobdx:0:0189:00:500:Infinite Steps (2/2)
soukobdx:0:0218:00:001:Finish this Round Now!
soukobdx:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Space Battle ]
spacbatt:0:421D:05:000:Infinite Lives
spacbatt:0:12D9:C9:100:Invincibility
; [ Space Beam ]
spacbeam:0:0008:99:000:Infinite Credits
spacbeam:0:0035:03:000:Infinite Lives PL1
spacbeam:0:003D:03:000:Infinite Lives PL2
; [ Space Duel ]
spacduel:0:0047:03:000:Infinite Lives
spacduel:0:0273:FF:000:Infinite Shield
; [ Space Attack II ]
spaceat2:0:2009:78:000:Invaders never drop
spaceat2:0:2069:00:000:Invaders don't fire
spaceat2:0:206A:30:500:Invaders don't fire (2/2)
spaceat2:0:0293:C3:100:Bullet Invincibility
spaceat2:0:2094:04:540:Bullet Invincibility (2/3)
spaceat2:0:2015:FF:500:Bullet Invincibility (3/3)
spaceat2:0:0E3E:00:100:Autofire Mode
spaceat2:0:21FF:07:000:Infinite Lives PL1
spaceat2:0:2100:00:001:Kill All Invaders Now! PL1
spaceat2:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
spaceat2:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
spaceat2:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
spaceat2:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
spaceat2:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
spaceat2:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
spaceat2:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
spaceat2:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
spaceat2:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
spaceat2:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
spaceat2:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
spaceat2:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
spaceat2:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
spaceat2:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
spaceat2:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
spaceat2:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
spaceat2:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
spaceat2:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
spaceat2:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
spaceat2:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
spaceat2:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
spaceat2:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
spaceat2:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
spaceat2:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
spaceat2:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
spaceat2:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
spaceat2:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
spaceat2:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
spaceat2:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
spaceat2:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
spaceat2:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
spaceat2:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
spaceat2:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
spaceat2:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
spaceat2:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
spaceat2:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
spaceat2:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
spaceat2:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
spaceat2:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
spaceat2:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
spaceat2:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
spaceat2:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
spaceat2:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
spaceat2:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
spaceat2:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
spaceat2:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
spaceat2:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
spaceat2:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
spaceat2:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
spaceat2:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
spaceat2:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
spaceat2:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
spaceat2:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
spaceat2:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
spaceat2:0:22FF:07:000:Infinite Lives PL2
spaceat2:0:2200:00:001:Kill All Invaders Now! PL2
spaceat2:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
spaceat2:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
spaceat2:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
spaceat2:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
spaceat2:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
spaceat2:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
spaceat2:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
spaceat2:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
spaceat2:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
spaceat2:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
spaceat2:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
spaceat2:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
spaceat2:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
spaceat2:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
spaceat2:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
spaceat2:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
spaceat2:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
spaceat2:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
spaceat2:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
spaceat2:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
spaceat2:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
spaceat2:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
spaceat2:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
spaceat2:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
spaceat2:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
spaceat2:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
spaceat2:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
spaceat2:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
spaceat2:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
spaceat2:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
spaceat2:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
spaceat2:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
spaceat2:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
spaceat2:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
spaceat2:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
spaceat2:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
spaceat2:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
spaceat2:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
spaceat2:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
spaceat2:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
spaceat2:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
spaceat2:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
spaceat2:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
spaceat2:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
spaceat2:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
spaceat2:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
spaceat2:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
spaceat2:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
spaceat2:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
spaceat2:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
spaceat2:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
spaceat2:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
spaceat2:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
spaceat2:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Attack ]
spaceatt:0:2009:78:000:Invaders never drop
spaceatt:0:2069:00:000:Invaders don't fire
spaceatt:0:206A:30:500:Invaders don't fire (2/2)
spaceatt:0:0293:C3:100:Bullet Invincibility
spaceatt:0:2094:04:540:Bullet Invincibility (2/3)
spaceatt:0:2015:FF:500:Bullet Invincibility (3/3)
spaceatt:0:163E:00:100:Autofire Mode
spaceatt:0:21FF:07:000:Infinite Lives PL1
spaceatt:0:2100:00:001:Kill All Invaders Now! PL1
spaceatt:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
spaceatt:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
spaceatt:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
spaceatt:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
spaceatt:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
spaceatt:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
spaceatt:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
spaceatt:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
spaceatt:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
spaceatt:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
spaceatt:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
spaceatt:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
spaceatt:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
spaceatt:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
spaceatt:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
spaceatt:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
spaceatt:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
spaceatt:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
spaceatt:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
spaceatt:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
spaceatt:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
spaceatt:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
spaceatt:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
spaceatt:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
spaceatt:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
spaceatt:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
spaceatt:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
spaceatt:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
spaceatt:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
spaceatt:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
spaceatt:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
spaceatt:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
spaceatt:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
spaceatt:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
spaceatt:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
spaceatt:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
spaceatt:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
spaceatt:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
spaceatt:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
spaceatt:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
spaceatt:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
spaceatt:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
spaceatt:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
spaceatt:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
spaceatt:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
spaceatt:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
spaceatt:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
spaceatt:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
spaceatt:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
spaceatt:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
spaceatt:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
spaceatt:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
spaceatt:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
spaceatt:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
spaceatt:0:22FF:07:000:Infinite Lives PL2
spaceatt:0:2200:00:001:Kill All Invaders Now! PL2
spaceatt:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
spaceatt:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
spaceatt:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
spaceatt:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
spaceatt:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
spaceatt:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
spaceatt:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
spaceatt:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
spaceatt:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
spaceatt:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
spaceatt:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
spaceatt:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
spaceatt:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
spaceatt:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
spaceatt:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
spaceatt:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
spaceatt:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
spaceatt:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
spaceatt:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
spaceatt:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
spaceatt:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
spaceatt:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
spaceatt:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
spaceatt:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
spaceatt:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
spaceatt:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
spaceatt:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
spaceatt:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
spaceatt:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
spaceatt:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
spaceatt:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
spaceatt:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
spaceatt:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
spaceatt:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
spaceatt:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
spaceatt:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
spaceatt:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
spaceatt:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
spaceatt:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
spaceatt:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
spaceatt:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
spaceatt:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
spaceatt:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
spaceatt:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
spaceatt:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
spaceatt:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
spaceatt:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
spaceatt:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
spaceatt:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
spaceatt:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
spaceatt:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
spaceatt:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
spaceatt:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
spaceatt:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Bird (bootleg) ]
spacebrd:0:C002:09:000:Infinite Lives
; [ Space Demon ]
spacedem:0:C002:09:000:Infinite Lives
; [ Space Invaders DX (Japan) ]
spacedx:0:902445:09:000:Infinite Credits
spacedx:0:903BDD:1A:000:Invaders Don't Move
spacedx:0:90087F:98:000:Invaders Don't Shoot
spacedx:0:903BFF:07:000:Infinite Lives PL1
spacedx:0:903CFF:07:000:Infinite Lives PL2
; [ Space Firebird (Nintendo) ]
spacefb:0:C002:09:000:Infinite Lives
; [ Space Firebird (bootleg) ]
spacefbb:0:C002:09:000:Infinite Lives
; [ Space Firebird (Gremlin) ]
spacefbg:0:C002:09:000:Infinite Lives
; [ Space Fever (color) ]
spacefev:0:61FF:09:000:Infinite Lives PL1
spacefev:0:62FF:09:000:Infinite Lives PL2
spacefev:0:6069:00:000:Invaders don't fire
spacefev:0:606A:30:500:Invaders don't fire (2/2)
; [ Space Gun (World) ]
spacegun:0:31733D:09:000:Infinite Credits
spacegun:0:3173A7:E8:000:Infinite Time (Turn OFF at end of level)
spacegun:0:3173A6:03:500:Infinite Time (Turn OFF at end of level) (2/2)
spacegun:0:317BBF:09:000:Always have rescued 9 Hostages
spacegun:0:3173B2:28:000:Infinite Energy PL1
spacegun:0:3173BA:28:000:Always have full shot Energy PL1
spacegun:0:317D29:09:000:Infinite Flame Weapons PL1
spacegun:0:317D2B:09:000:Infinite Bomb Weapons PL1
spacegun:0:317D2D:09:000:Infinite Blade Weapons PL1
spacegun:0:317D2F:09:000:Infinite Freeze Weapons PL1
spacegun:0:3173B6:28:000:Infinite Energy PL2
spacegun:0:3173BC:28:000:Always have full shot Energy PL2
spacegun:0:317D45:09:000:Infinite Flame Weapons PL2
spacegun:0:317D47:09:000:Infinite Bomb Weapons PL2
spacegun:0:317D49:09:000:Infinite Blade Weapons PL2
spacegun:0:317D4A:09:000:Infinite Freeze Weapons PL2
; [ Space Intruder ]
spaceint:0:203C:06:000:Infinite Lives
; [ Space Invasion ]
spaceinv:0:E030:99:000:Infinite Credits
spaceinv:0:EDA0:06:000:Infinite Lives
spaceinv:0:E100:FF:000:Invincibilty
spaceinv:0:EDA8:09:000:Infinite Grenades
; [ Space Odyssey ]
spaceod:0:E382:11:000:Infinite Lives PL1
spaceod:0:E383:11:000:Infinite Lives PL2
; [ Space Phantoms ]
spaceph:0:203B:0F:000:Infinite Energy
spaceph:0:203C:27:500:Infinite Energy (2/2)
spaceph:0:0000:00:999:[Use the Invincibility "OFF"]
spaceph:0:0000:00:999:[cheat when you dock!! ]
spaceph:0:21A8:1B:000:Invincibility "ON"
spaceph:0:21A8:00:001:Invincibility "OFF"
; [ Space Pilot ]
spaceplt:0:A800:FF:000:Invincibility
spaceplt:0:AD02:00:001:Put Stage Guardian On Now
spaceplt:0:AD02:00:000:Stage Guardian right away
spaceplt:0:AD10:03:000:Infinite Lives PL1
spaceplt:0:AD20:03:000:Infinite Lives PL2
; [ Space Seeker ]
spaceskr:0:0000:00:999:[See the Dip Switch Menu to ]
spaceskr:0:0000:00:999:[enable Invincibility. ]
spaceskr:0:81F1:06:000:Infinite Lives PL1
spaceskr:0:81F2:06:000:Infinite Lives PL2
; [ Space Trek (upright) ]
spacetrk:0:E3A2:08:000:Infinite Lives PL1
spacetrk:0:E3B5:20:000:Infinite Power PL1
spacetrk:0:E3A6:99:000:Infinite Bonus PL1
spacetrk:0:E3A3:08:000:Infinite Lives PL2
spacetrk:0:E3B6:20:000:Infinite Power PL2
spacetrk:0:E3A7:99:000:Infinite Bonus PL2
; [ Space Wars ]
spacewar:0:0167:E7:000:Infinite Credits
spacewar:0:0166:03:500:Infinite Credits (2/2)
spacewar:0:0169:3B:000:Infinite Time (Only enable during play)
spacewar:0:0167:E7:500:Infinite Time (Only enable during play) (2/3)
spacewar:0:0166:03:500:Infinite Time (Only enable during play) (3/3)
spacewar:0:01C5:E7:000:Infinite Ammo PL1
spacewar:0:01C4:03:500:Infinite Ammo PL1 (2/2)
spacewar:0:01C5:00:000:Never have any Ammo PL1
spacewar:0:01C4:00:500:Never have any Ammo PL1 (2/2)
spacewar:0:01C5:00:001:Lose all Ammo Now! PL1
spacewar:0:01C4:00:501:Lose all Ammo Now! PL1 (2/2)
spacewar:0:0197:00:000:Score always = 0 PL1
spacewar:0:0196:00:500:Score always = 0 PL1 (2/2)
spacewar:0:0197:E7:000:Score always = 999 PL1
spacewar:0:0196:03:500:Score always = 999 PL1 (2/2)
spacewar:0:0197:00:001:Score = 0 Now! PL1
spacewar:0:0196:00:501:Score = 0 Now! PL1 (2/2)
spacewar:0:0197:F4:001:Score = 500 Now! PL1
spacewar:0:0196:01:501:Score = 500 Now! PL1 (2/2)
spacewar:0:01D5:E7:000:Infinite Ammo PL2
spacewar:0:01D4:03:500:Infinite Ammo PL2 (2/2)
spacewar:0:01D5:00:000:Never have any Ammo PL2
spacewar:0:01D4:00:500:Never have any Ammo PL2 (2/2)
spacewar:0:01D5:00:001:Lose all Ammo Now! PL2
spacewar:0:01D4:00:501:Lose all Ammo Now! PL2 (2/2)
spacewar:0:0187:00:000:Score always = 0 PL2
spacewar:0:0186:00:500:Score always = 0 PL2 (2/2)
spacewar:0:0187:E7:000:Score always = 999 PL2
spacewar:0:0186:03:500:Score always = 999 PL2 (2/2)
spacewar:0:0187:00:001:Score = 0 Now! PL2
spacewar:0:0186:00:501:Score = 0 Now! PL2 (2/2)
spacewar:0:0187:F4:001:Score = 500 Now! PL2
spacewar:0:0186:01:501:Score = 500 Now! PL2 (2/2)
; [ Space War Part 3 ]
spacewr3:0:2009:78:000:Invaders never drop
spacewr3:0:2069:00:000:Invaders don't fire
spacewr3:0:206A:30:500:Invaders don't fire (2/2)
spacewr3:0:0293:C3:100:Bullet Invincibility
spacewr3:0:2094:04:540:Bullet Invincibility (2/3)
spacewr3:0:2015:FF:500:Bullet Invincibility (3/3)
spacewr3:0:163E:00:100:Autofire Mode
spacewr3:0:21FF:07:000:Infinite Lives PL1
spacewr3:0:2100:00:001:Kill All Invaders Now! PL1
spacewr3:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
spacewr3:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
spacewr3:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
spacewr3:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
spacewr3:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
spacewr3:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
spacewr3:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
spacewr3:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
spacewr3:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
spacewr3:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
spacewr3:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
spacewr3:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
spacewr3:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
spacewr3:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
spacewr3:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
spacewr3:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
spacewr3:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
spacewr3:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
spacewr3:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
spacewr3:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
spacewr3:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
spacewr3:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
spacewr3:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
spacewr3:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
spacewr3:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
spacewr3:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
spacewr3:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
spacewr3:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
spacewr3:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
spacewr3:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
spacewr3:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
spacewr3:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
spacewr3:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
spacewr3:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
spacewr3:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
spacewr3:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
spacewr3:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
spacewr3:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
spacewr3:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
spacewr3:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
spacewr3:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
spacewr3:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
spacewr3:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
spacewr3:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
spacewr3:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
spacewr3:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
spacewr3:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
spacewr3:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
spacewr3:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
spacewr3:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
spacewr3:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
spacewr3:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
spacewr3:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
spacewr3:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
spacewr3:0:22FF:07:000:Infinite Lives PL2
spacewr3:0:2200:00:001:Kill All Invaders Now! PL2
spacewr3:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
spacewr3:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
spacewr3:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
spacewr3:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
spacewr3:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
spacewr3:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
spacewr3:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
spacewr3:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
spacewr3:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
spacewr3:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
spacewr3:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
spacewr3:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
spacewr3:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
spacewr3:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
spacewr3:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
spacewr3:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
spacewr3:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
spacewr3:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
spacewr3:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
spacewr3:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
spacewr3:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
spacewr3:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
spacewr3:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
spacewr3:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
spacewr3:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
spacewr3:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
spacewr3:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
spacewr3:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
spacewr3:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
spacewr3:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
spacewr3:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
spacewr3:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
spacewr3:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
spacewr3:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
spacewr3:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
spacewr3:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
spacewr3:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
spacewr3:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
spacewr3:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
spacewr3:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
spacewr3:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
spacewr3:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
spacewr3:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
spacewr3:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
spacewr3:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
spacewr3:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
spacewr3:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
spacewr3:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
spacewr3:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
spacewr3:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
spacewr3:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
spacewr3:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
spacewr3:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
spacewr3:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Zap ]
spacezap:0:D012:03:000:Infinite Lives PL1
spacezap:0:D013:03:000:Infinite Lives PL2
; [ Space Fury (revision A) ]
spacfura:0:CD1C:05:000:Infinite Lives PL1
spacfura:0:CD1D:05:000:Infinite Lives PL2
; [ Space Fury (revision C) ]
spacfury:0:CD1C:05:000:Infinite Lives PL1
spacfury:0:CD1D:05:000:Infinite Lives PL2
; [ Super Pang (World) ]
spang:0:E1C1:99:000:Infinite Time:Available in tour mode only
spang:0:E0D3:62:001:Last Panic level next
spang:0:E099:26:001:Last Tour level next
spang:0:E0D3:63:001:Last Panic level on life loss
spang:0:E099:27:001:Last Tour level on life loss
spang:0:E260:03:000:Infinite Lives PL1
spang:0:E254:02:000:Invincibility PL1
spang:0:E257:00:000:Always have Normal weapon PL1
spang:0:E257:02:000:Always have Double weapon PL1
spang:0:E257:04:000:Always have Blocker weaponPL1
spang:0:E257:06:000:Always have M. gun weapon PL1
spang:0:E257:00:001:Get Normal weapon Now! PL1
spang:0:E257:02:001:Get Double weapon Now! PL1
spang:0:E257:04:001:Get Blocker weapon Now! PL1
spang:0:E257:06:001:Get M. gun weapon Now! PL1
spang:0:E2E0:03:000:Infinite Lives PL2
spang:0:E2D4:02:000:Invincibility PL2
spang:0:E2D7:00:000:Always have Normal weapon PL2
spang:0:E2D7:02:000:Always have Double weapon PL2
spang:0:E2D7:04:000:Always have Blocker weaponPL2
spang:0:E2D7:06:000:Always have M. gun weapon PL2
spang:0:E2D7:00:001:Get Normal weapon Now! PL2
spang:0:E2D7:02:001:Get Double weapon Now! PL2
spang:0:E2D7:04:001:Get Blocker weapon Now! PL2
spang:0:E2D7:06:001:Get M. gun weapon Now! PL2
; [ Sparkz (prototype) ]
sparkz:0:3E06FB:09:001:Win this Level Now! PL1
sparkz:0:3E077B:09:001:Win this Level Now! PL2
; [ Spartan X (Japan) ]
spartanx:0:E004:05:005:Infinite Time
spartanx:0:E084:06:000:Infinite Lives
spartanx:0:E709:3F:009:Infinite Energy
spartanx:0:0000:00:999:[See the Dip Switch Menu to enable]
spartanx:0:0000:00:999:[Invincibility. ]
spartanx:0:E2E2:00:002:Always one hit to kill boss
spartanx:0:0000:00:999:[The knifethrowers can still hit ]
spartanx:0:0000:00:999:[you if you are face to face with ]
spartanx:0:0000:00:999:[them. ]
spartanx:0:E32B:00:000:Disable the knifethrowers
spartanx:0:E32C:00:500:Disable the knifethrowers (2/3)
spartanx:0:E32D:00:500:Disable the knifethrowers (3/3)
spartanx:0:E576:FF:009:Only 1 butterfly on Floor #4
spartanx:0:E380:00:000:No pottery on Floor #2
spartanx:0:E381:00:500:No pottery on Floor #2 (2/5)
spartanx:0:E382:00:500:No pottery on Floor #2 (3/5)
spartanx:0:E384:00:500:No pottery on Floor #2 (4/5)
spartanx:0:E385:00:500:No pottery on Floor #2 (5/5)
spartanx:0:0000:00:999:[Use the No Boomerangs cheat]
spartanx:0:0000:00:999:[on Floor #2 ONLY ]
spartanx:0:E2E6:00:000:No Boomerangs
spartanx:0:E2E7:00:500:No Boomerangs
; [ Space King ]
spceking:0:2009:78:000:Invaders never drop
spceking:0:2069:00:000:Invaders don't fire
spceking:0:206A:30:500:Invaders don't fire (2/2)
spceking:0:0293:C3:100:Bullet Invincibility
spceking:0:2094:04:540:Bullet Invincibility (2/3)
spceking:0:2015:FF:500:Bullet Invincibility (3/3)
spceking:0:163E:00:100:Autofire Mode
spceking:0:21FF:07:000:Infinite Lives PL1
spceking:0:2100:00:001:Kill All Invaders Now! PL1
spceking:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
spceking:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
spceking:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
spceking:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
spceking:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
spceking:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
spceking:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
spceking:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
spceking:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
spceking:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
spceking:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
spceking:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
spceking:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
spceking:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
spceking:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
spceking:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
spceking:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
spceking:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
spceking:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
spceking:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
spceking:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
spceking:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
spceking:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
spceking:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
spceking:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
spceking:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
spceking:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
spceking:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
spceking:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
spceking:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
spceking:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
spceking:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
spceking:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
spceking:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
spceking:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
spceking:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
spceking:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
spceking:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
spceking:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
spceking:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
spceking:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
spceking:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
spceking:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
spceking:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
spceking:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
spceking:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
spceking:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
spceking:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
spceking:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
spceking:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
spceking:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
spceking:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
spceking:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
spceking:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
spceking:0:22FF:07:000:Infinite Lives PL2
spceking:0:2200:00:001:Kill All Invaders Now! PL2
spceking:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
spceking:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
spceking:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
spceking:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
spceking:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
spceking:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
spceking:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
spceking:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
spceking:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
spceking:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
spceking:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
spceking:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
spceking:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
spceking:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
spceking:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
spceking:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
spceking:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
spceking:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
spceking:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
spceking:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
spceking:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
spceking:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
spceking:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
spceking:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
spceking:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
spceking:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
spceking:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
spceking:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
spceking:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
spceking:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
spceking:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
spceking:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
spceking:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
spceking:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
spceking:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
spceking:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
spceking:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
spceking:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
spceking:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
spceking:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
spceking:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
spceking:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
spceking:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
spceking:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
spceking:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
spceking:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
spceking:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
spceking:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
spceking:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
spceking:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
spceking:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
spceking:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
spceking:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
spceking:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Encounters ]
spcenctr:0:2039:99:000:Infinite Time
; [ Space War (Leijac) ]
spcewarl:0:202B:00:000:Enemy Can't Shoot
spcewarl:0:2008:FF:000:Laser is always long
spcewarl:0:201A:09:000:Infinite Lives PL1
spcewarl:0:2008:64:000:Infinite Fuel PL1
spcewarl:0:201B:09:000:Infinite Lives PL2
spcewarl:0:202B:40:000:Infinite Fuel PL2
spcewarl:0:202E:99:500:Infinite Fuel PL2 (2/2)
; [ Space War (Sanritsu) ]
spcewars:0:2009:78:000:Invaders never drop
spcewars:0:2069:00:000:Invaders don't fire
spcewars:0:206A:30:500:Invaders don't fire (2/2)
spcewars:0:0293:C3:100:Bullet Invincibility:NOTE- for some reason this game pauses when you get hit, play one of the other clones if this bothers you
spcewars:0:2094:04:540:Bullet Invincibility (2/3)
spcewars:0:2015:FF:500:Bullet Invincibility (3/3)
spcewars:0:163E:00:100:Autofire Mode
spcewars:0:21FF:07:000:Infinite Lives PL1
spcewars:0:2100:00:001:Kill All Invaders Now! PL1
spcewars:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
spcewars:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
spcewars:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
spcewars:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
spcewars:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
spcewars:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
spcewars:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
spcewars:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
spcewars:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
spcewars:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
spcewars:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
spcewars:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
spcewars:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
spcewars:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
spcewars:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
spcewars:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
spcewars:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
spcewars:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
spcewars:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
spcewars:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
spcewars:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
spcewars:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
spcewars:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
spcewars:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
spcewars:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
spcewars:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
spcewars:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
spcewars:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
spcewars:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
spcewars:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
spcewars:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
spcewars:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
spcewars:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
spcewars:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
spcewars:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
spcewars:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
spcewars:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
spcewars:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
spcewars:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
spcewars:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
spcewars:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
spcewars:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
spcewars:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
spcewars:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
spcewars:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
spcewars:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
spcewars:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
spcewars:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
spcewars:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
spcewars:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
spcewars:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
spcewars:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
spcewars:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
spcewars:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
spcewars:0:22FF:07:000:Infinite Lives PL2
spcewars:0:2200:00:001:Kill All Invaders Now! PL2
spcewars:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
spcewars:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
spcewars:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
spcewars:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
spcewars:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
spcewars:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
spcewars:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
spcewars:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
spcewars:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
spcewars:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
spcewars:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
spcewars:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
spcewars:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
spcewars:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
spcewars:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
spcewars:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
spcewars:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
spcewars:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
spcewars:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
spcewars:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
spcewars:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
spcewars:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
spcewars:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
spcewars:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
spcewars:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
spcewars:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
spcewars:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
spcewars:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
spcewars:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
spcewars:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
spcewars:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
spcewars:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
spcewars:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
spcewars:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
spcewars:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
spcewars:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
spcewars:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
spcewars:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
spcewars:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
spcewars:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
spcewars:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
spcewars:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
spcewars:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
spcewars:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
spcewars:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
spcewars:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
spcewars:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
spcewars:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
spcewars:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
spcewars:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
spcewars:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
spcewars:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
spcewars:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
spcewars:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Force (set 2) ]
spcforc2:0:4007:99:000:Infinite Credits
spcforc2:0:40E0:0B:000:Invincibility
spcforc2:0:4102:1B:000:Infinite Lives PL1
spcforc2:0:4202:1B:000:Infinite Lives PL2
; [ Space Force ]
spcforce:0:4007:99:000:Infinite Credits
spcforce:0:40E0:0B:000:Invincibility
spcforce:0:4102:1B:000:Infinite Lives PL1
spcforce:0:4202:1B:000:Infinite Lives PL2
; [ Space Invaders DX (Japan F3 version) ]
spcinvdj:0:400307:09:000:Infinite Credits
spcinvdj:0:404D75:1A:000:Invaders Don't Move
spcinvdj:0:404D97:07:000:Infinite Lives PL1
spcinvdj:0:404E97:07:000:Infinite Lives PL2
spcinvdj:0:000000:00:999:[After you enable these region cheats to see any ]
spcinvdj:0:000000:00:999:[effect you will have to reset the game (F3). ]
spcinvdj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
spcinvdj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
spcinvdj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
spcinvdj:0:07FFFF:01:001:Region Switch = Japan
spcinvdj:0:07FFFF:02:001:Region Switch = US:Doesn't change the language unfortunately. Use spacedx instead.
spcinvdj:0:07FFFF:03:001:Region Switch = World:Doesn't change the language unfortunately. Use spacedx instead.
; [ Space Laser ]
spclaser:0:202B:00:000:Enemy Can't Shoot
spclaser:0:2008:FF:000:Laser is always long
spclaser:0:201A:09:000:Infinite Lives PL1
spclaser:0:2008:64:000:Infinite Fuel PL1
spclaser:0:201B:09:000:Infinite Lives PL2
spclaser:0:202B:40:000:Infinite Fuel PL2
spclaser:0:202E:99:500:Infinite Fuel PL2 (2/2)
; [ Speed Coin (prototype) ]
spdcoin:0:8841:03:000:Infinite Lives
spdcoin:0:8840:09:000:Infinite Time
spdcoin:0:8059:00:000:No coins lost
; [ Super Dodge Ball (US) ]
spdodgeb:0:006E:99:000:Infinite Credits
spdodgeb:0:078A:59:000:Infinite Time
spdodgeb:0:078B:09:500:Infinite Time (2/2)
spdodgeb:0:0425:10:000:Infinite Energy PL1
spdodgeb:0:045D:10:500:Infinite Energy PL1 (2/4)
spdodgeb:0:0495:10:500:Infinite Energy PL1 (3/4)
spdodgeb:0:04CD:10:500:Infinite Energy PL1 (4/4)
spdodgeb:0:0425:01:001:Drain All Energy Now! PL1
spdodgeb:0:045D:01:501:Drain All Energy Now! PL1 (2/4)
spdodgeb:0:0495:01:501:Drain All Energy Now! PL1 (3/4)
spdodgeb:0:04CD:01:501:Drain All Energy Now! PL1 (4/4)
spdodgeb:0:029D:10:000:Infinite Energy PL2
spdodgeb:0:02D5:10:500:Infinite Energy PL2 (2/4)
spdodgeb:0:030D:10:500:Infinite Energy PL2 (3/4)
spdodgeb:0:0345:10:500:Infinite Energy PL2 (4/4)
spdodgeb:0:029D:01:001:Drain All Energy Now! PL2
spdodgeb:0:02D5:01:501:Drain All Energy Now! PL2 (2/4)
spdodgeb:0:030D:01:501:Drain All Energy Now! PL2 (3/4)
spdodgeb:0:0345:01:501:Drain All Energy Now! PL2 (4/4)
; [ Speak & Rescue ]
speakres:0:4029:0A:000:Infinite Lives PL1
speakres:0:4099:0A:000:Infinite Lives PL2
speakres:0:4108:00:000:Invincibility
; [ Spectar (revision 3) ]
spectar:0:00C1:09:000:Infinite Lives
; [ Spectar (revision 1?) ]
spectar1:0:00C1:09:000:Infinite Lives
; [ Speed Ball ]
speedbal:0:F8D4:0A:000:Infinite Lives
speedbal:0:F8D6:99:001:Get Maximum bonus Now!
; [ Speed Freak ]
speedfrk:0:0119:99:000:Infinite Time
speedfrk:0:0118:09:500:Infinite Time (2/2)
; [ Spelunker (Japan) ]
spelnkrj:0:E200:09:000:Infinite Lives
spelnkrj:0:E15E:A5:000:Infinite Energy
spelnkrj:0:E234:09:000:Infinite Bombs
spelnkrj:0:0000:00:999:[See the Dip Switch Menu to ]
spelnkrj:0:0000:00:999:[enable Invincibility. ]
; [ Spelunker II ]
spelunk2:0:E200:03:000:Infinite Lives
spelunk2:0:E146:90:000:Infinite Energy
spelunk2:0:E230:99:000:Infinite Bombs
spelunk2:0:0000:00:999:[See the Dip Switch Menu to ]
spelunk2:0:0000:00:999:[enable Invincibility. ]
; [ Spelunker ]
spelunkr:0:E200:09:000:Infinite Lives
spelunkr:0:E15E:A5:000:Infinite Energy
spelunkr:0:E234:09:000:Infinite Bombs
spelunkr:0:0000:00:999:[See the Dip Switch Menu to ]
spelunkr:0:0000:00:999:[enable Invincibility. ]
; [ Super Puzzle Fighter 2 Turbo (US 960620) ]
spf2t:0:FF8076:09:000:Infinite Credits
spf2t:0:FF849E:14:001:Send 20 gems to PL2 Now!
spf2t:0:FF849E:28:001:Send 40 gems to PL2 Now!
spf2t:0:FF849E:3C:001:Send 60 gems to PL2 Now!
spf2t:0:FF889E:00:000:Never receive counter attacks PL1
spf2t:0:000000:00:999:[ The diamonds cheats must be activated in order. ]
spf2t:0:FF84F5:18:001:Get diamond 1 Now! PL1
spf2t:0:FF84F5:31:001:Get diamond 2 Now! PL1
spf2t:0:FF84F5:4A:001:Get diamond 3 Now! PL1
spf2t:0:FF84F5:63:001:Get diamond 4 Now! PL1
spf2t:0:FF84F5:7C:001:Get diamond 5 Now! PL1
spf2t:0:FF84F5:95:001:Get diamond 6 Now! PL1
spf2t:0:FF84F5:AE:001:Get diamond 7 Now! PL1
spf2t:0:FF84F5:C7:001:Get diamond 8 Now! PL1
spf2t:0:FF84F5:E0:001:Get diamond 9 Now! PL1
spf2t:0:FF84F5:F9:001:Get diamond 10 Now! PL1
spf2t:0:000000:00:999:[ Free player selection ]
spf2t:0:000000:00:999:[ Use on 'Stage X' or 'Select Difficulty' screens ]
spf2t:0:FF0C82:00:001:Play with Morrigan Now! PL1
spf2t:0:FF8382:00:501:Play with Morrigan Now! PL1 (2/2)
spf2t:0:FF0C82:01:001:Play with Chun-Li Now! PL1
spf2t:0:FF8382:01:501:Play with Chun-Li Now! PL1 (2/2)
spf2t:0:FF0C82:02:001:Play with Ryu Now! PL1
spf2t:0:FF8382:02:501:Play with Ryu Now! PL1 (2/2)
spf2t:0:FF0C82:03:001:Play with Ken Now! PL1
spf2t:0:FF8382:03:501:Play with Ken Now! PL1 (2/2)
spf2t:0:FF0C82:04:001:Play with Lei-Lei Now! PL1
spf2t:0:FF8382:04:501:Play with Lei-Lei Now! PL1 (2/2)
spf2t:0:FF0C82:05:001:Play with Donovan Now! PL1
spf2t:0:FF8382:05:501:Play with Donovan Now! PL1 (2/2)
spf2t:0:FF0C82:06:001:Play with Felicia Now! PL1
spf2t:0:FF8382:06:501:Play with Felicia Now! PL1 (2/2)
spf2t:0:FF0C82:07:001:Play with Sakura Now! PL1
spf2t:0:FF8382:07:501:Play with Sakura Now! PL1 (2/2)
spf2t:0:FF0C82:08:001:Play with Devilot Now! PL1
spf2t:0:FF8382:08:501:Play with Devilot Now! PL1 (2/2)
spf2t:0:FF0C82:09:001:Play with Akuma (Gouki) Now! PL1
spf2t:0:FF8382:09:501:Play with Akuma (Gouki) Now! PL1 (2/2)
spf2t:0:FF0C82:0A:001:Play with Dan Now! PL1
spf2t:0:FF8382:0A:501:Play with Dan Now! PL1 (2/2)
spf2t:0:FF889E:14:001:Send 20 gems to PL1 Now!
spf2t:0:FF889E:28:001:Send 40 gems to PL1 Now!
spf2t:0:FF889E:3C:001:Send 60 gems to PL1 Now!
spf2t:0:FF849E:00:000:Never receive counter attacks PL2
spf2t:0:000000:00:999:[ The diamonds cheats must be activated in order. ]
spf2t:0:FF88F5:18:001:Get diamond 1 Now! PL2
spf2t:0:FF88F5:31:001:Get diamond 2 Now! PL2
spf2t:0:FF88F5:4A:001:Get diamond 3 Now! PL2
spf2t:0:FF88F5:63:001:Get diamond 4 Now! PL2
spf2t:0:FF88F5:7C:001:Get diamond 5 Now! PL2
spf2t:0:FF88F5:95:001:Get diamond 6 Now! PL2
spf2t:0:FF88F5:AE:001:Get diamond 7 Now! PL2
spf2t:0:FF88F5:C7:001:Get diamond 8 Now! PL2
spf2t:0:FF88F5:E0:001:Get diamond 9 Now! PL2
spf2t:0:FF88F5:F9:001:Get diamond 10 Now! PL2
spf2t:0:000000:00:999:[ Free player selection ]
spf2t:0:000000:00:999:[ Use on 'Stage X' or 'Select Difficulty' screens ]
spf2t:0:FF0C86:00:001:Play with Morrigan Now! PL2
spf2t:0:FF8782:00:501:Play with Morrigan Now! PL2 (2/2)
spf2t:0:FF0C86:01:001:Play with Chun-Li Now! PL2
spf2t:0:FF8782:01:501:Play with Chun-Li Now! PL2 (2/2)
spf2t:0:FF0C86:02:001:Play with Ryu Now! PL2
spf2t:0:FF8782:02:501:Play with Ryu Now! PL2 (2/2)
spf2t:0:FF0C86:03:001:Play with Ken Now! PL2
spf2t:0:FF8782:03:501:Play with Ken Now! PL2 (2/2)
spf2t:0:FF0C86:04:001:Play with Lei-Lei Now! PL2
spf2t:0:FF8782:04:501:Play with Lei-Lei Now! PL2 (2/2)
spf2t:0:FF0C86:05:001:Play with Donovan Now! PL2
spf2t:0:FF8782:05:501:Play with Donovan Now! PL2 (2/2)
spf2t:0:FF0C86:06:001:Play with Felicia Now! PL2
spf2t:0:FF8782:06:501:Play with Felicia Now! PL2 (2/2)
spf2t:0:FF0C86:07:001:Play with Sakura Now! PL2
spf2t:0:FF8782:07:501:Play with Sakura Now! PL2 (2/2)
spf2t:0:FF0C86:08:001:Play with Devilot Now! PL2
spf2t:0:FF8782:08:501:Play with Devilot Now! PL2 (2/2)
spf2t:0:FF0C86:09:001:Play with Akuma (Gouki) Now! PL2
spf2t:0:FF8782:09:501:Play with Akuma (Gouki) Now! PL2 (2/2)
spf2t:0:FF0C86:0A:001:Play with Dan Now! PL2
spf2t:0:FF8782:0A:501:Play with Dan Now! PL2 (2/2)
spf2t:0:000000:00:999:[These are the codes to set the machine region - the ]
spf2t:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
spf2t:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
spf2t:0:FF8091:00:000:Region Switch = Japan
spf2t:0:FF8091:02:000:Region Switch = USA
spf2t:0:FF8091:04:000:Region Switch = Hispanic
spf2t:0:FF8091:06:000:Region Switch = Oceania
spf2t:0:FF8091:08:000:Region Switch = Asia
spf2t:0:FF8091:0A:000:Region Switch = Euro
spf2t:0:FF8091:0C:000:Region Switch = Brazil
; [ Super Puzzle Fighter 2 X (Japan 960531) ]
spf2xj:0:FF8076:09:000:Infinite Credits
spf2xj:0:FF849E:14:001:Send 20 gems to PL2 Now!
spf2xj:0:FF849E:28:001:Send 40 gems to PL2 Now!
spf2xj:0:FF849E:3C:001:Send 60 gems to PL2 Now!
spf2xj:0:FF889E:00:000:Never receive counter attacks PL1
spf2xj:0:000000:00:999:[ The diamonds cheats must be activated in order. ]
spf2xj:0:FF84F5:18:001:Get diamond 1 Now! PL1
spf2xj:0:FF84F5:31:001:Get diamond 2 Now! PL1
spf2xj:0:FF84F5:4A:001:Get diamond 3 Now! PL1
spf2xj:0:FF84F5:63:001:Get diamond 4 Now! PL1
spf2xj:0:FF84F5:7C:001:Get diamond 5 Now! PL1
spf2xj:0:FF84F5:95:001:Get diamond 6 Now! PL1
spf2xj:0:FF84F5:AE:001:Get diamond 7 Now! PL1
spf2xj:0:FF84F5:C7:001:Get diamond 8 Now! PL1
spf2xj:0:FF84F5:E0:001:Get diamond 9 Now! PL1
spf2xj:0:FF84F5:F9:001:Get diamond 10 Now! PL1
spf2xj:0:000000:00:999:[ Free player selection ]
spf2xj:0:000000:00:999:[ Use on 'Stage X' or 'Select Difficulty' screens ]
spf2xj:0:FF0C82:00:001:Play with Morrigan Now! PL1
spf2xj:0:FF8382:00:501:Play with Morrigan Now! PL1 (2/2)
spf2xj:0:FF0C82:01:001:Play with Chun-Li Now! PL1
spf2xj:0:FF8382:01:501:Play with Chun-Li Now! PL1 (2/2)
spf2xj:0:FF0C82:02:001:Play with Ryu Now! PL1
spf2xj:0:FF8382:02:501:Play with Ryu Now! PL1 (2/2)
spf2xj:0:FF0C82:03:001:Play with Ken Now! PL1
spf2xj:0:FF8382:03:501:Play with Ken Now! PL1 (2/2)
spf2xj:0:FF0C82:04:001:Play with Lei-Lei Now! PL1
spf2xj:0:FF8382:04:501:Play with Lei-Lei Now! PL1 (2/2)
spf2xj:0:FF0C82:05:001:Play with Donovan Now! PL1
spf2xj:0:FF8382:05:501:Play with Donovan Now! PL1 (2/2)
spf2xj:0:FF0C82:06:001:Play with Felicia Now! PL1
spf2xj:0:FF8382:06:501:Play with Felicia Now! PL1 (2/2)
spf2xj:0:FF0C82:07:001:Play with Sakura Now! PL1
spf2xj:0:FF8382:07:501:Play with Sakura Now! PL1 (2/2)
spf2xj:0:FF0C82:08:001:Play with Devilot Now! PL1
spf2xj:0:FF8382:08:501:Play with Devilot Now! PL1 (2/2)
spf2xj:0:FF0C82:09:001:Play with Akuma (Gouki) Now! PL1
spf2xj:0:FF8382:09:501:Play with Akuma (Gouki) Now! PL1 (2/2)
spf2xj:0:FF0C82:0A:001:Play with Dan Now! PL1
spf2xj:0:FF8382:0A:501:Play with Dan Now! PL1 (2/2)
spf2xj:0:FF889E:14:001:Send 20 gems to PL1 Now!
spf2xj:0:FF889E:28:001:Send 40 gems to PL1 Now!
spf2xj:0:FF889E:3C:001:Send 60 gems to PL1 Now!
spf2xj:0:FF849E:00:000:Never receive counter attacks PL2
spf2xj:0:000000:00:999:[ The diamonds cheats must be activated in order. ]
spf2xj:0:FF88F5:18:001:Get diamond 1 Now! PL2
spf2xj:0:FF88F5:31:001:Get diamond 2 Now! PL2
spf2xj:0:FF88F5:4A:001:Get diamond 3 Now! PL2
spf2xj:0:FF88F5:63:001:Get diamond 4 Now! PL2
spf2xj:0:FF88F5:7C:001:Get diamond 5 Now! PL2
spf2xj:0:FF88F5:95:001:Get diamond 6 Now! PL2
spf2xj:0:FF88F5:AE:001:Get diamond 7 Now! PL2
spf2xj:0:FF88F5:C7:001:Get diamond 8 Now! PL2
spf2xj:0:FF88F5:E0:001:Get diamond 9 Now! PL2
spf2xj:0:FF88F5:F9:001:Get diamond 10 Now! PL2
spf2xj:0:000000:00:999:[ Free player selection ]
spf2xj:0:000000:00:999:[ Use on 'Stage X' or 'Select Difficulty' screens ]
spf2xj:0:FF0C86:00:001:Play with Morrigan Now! PL2
spf2xj:0:FF8782:00:501:Play with Morrigan Now! PL2 (2/2)
spf2xj:0:FF0C86:01:001:Play with Chun-Li Now! PL2
spf2xj:0:FF8782:01:501:Play with Chun-Li Now! PL2 (2/2)
spf2xj:0:FF0C86:02:001:Play with Ryu Now! PL2
spf2xj:0:FF8782:02:501:Play with Ryu Now! PL2 (2/2)
spf2xj:0:FF0C86:03:001:Play with Ken Now! PL2
spf2xj:0:FF8782:03:501:Play with Ken Now! PL2 (2/2)
spf2xj:0:FF0C86:04:001:Play with Lei-Lei Now! PL2
spf2xj:0:FF8782:04:501:Play with Lei-Lei Now! PL2 (2/2)
spf2xj:0:FF0C86:05:001:Play with Donovan Now! PL2
spf2xj:0:FF8782:05:501:Play with Donovan Now! PL2 (2/2)
spf2xj:0:FF0C86:06:001:Play with Felicia Now! PL2
spf2xj:0:FF8782:06:501:Play with Felicia Now! PL2 (2/2)
spf2xj:0:FF0C86:07:001:Play with Sakura Now! PL2
spf2xj:0:FF8782:07:501:Play with Sakura Now! PL2 (2/2)
spf2xj:0:FF0C86:08:001:Play with Devilot Now! PL2
spf2xj:0:FF8782:08:501:Play with Devilot Now! PL2 (2/2)
spf2xj:0:FF0C86:09:001:Play with Akuma (Gouki) Now! PL2
spf2xj:0:FF8782:09:501:Play with Akuma (Gouki) Now! PL2 (2/2)
spf2xj:0:FF0C86:0A:001:Play with Dan Now! PL2
spf2xj:0:FF8782:0A:501:Play with Dan Now! PL2 (2/2)
spf2xj:0:000000:00:999:[These are the codes to set the machine region - the ]
spf2xj:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
spf2xj:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
spf2xj:0:FF8091:00:000:Region Switch = Japan
spf2xj:0:FF8091:02:000:Region Switch = USA
spf2xj:0:FF8091:04:000:Region Switch = Hispanic
spf2xj:0:FF8091:06:000:Region Switch = Oceania
spf2xj:0:FF8091:08:000:Region Switch = Asia
spf2xj:0:FF8091:0A:000:Region Switch = Euro
spf2xj:0:FF8091:0C:000:Region Switch = Brazil
; [ Spiders (set 1) ]
spiders:0:1C27:10:000:Infinite Lives
spiders:0:1C4C:1B:000:All Levels same for WebPower
; [ Spiders (set 2) ]
spiders2:0:1C27:10:000:Infinite Lives
spiders2:0:1C4C:1B:000:All Levels same for WebPower
; [ Super Pierrot (Japan) ]
spiero:0:2203:07:000:Infinite Lives
spiero:0:2D38:78:000:Always Have Powerball
spiero:0:0000:00:999:[Activate Invincibility ]
spiero:0:0000:00:999:[during play only! ]
spiero:0:21C0:00:000:Invincibility
spiero:0:2D20:A0:511:Invincibility (2/2)
; [ Spiker ]
spiker:0:02FE:11:073:Select Score PL1
spiker:0:032C:11:073:Select Score PL2
; [ Spinal Breakers (Japan) ]
spinlbrj:0:FF8F87:63:000:Infinite Credits
spinlbrj:0:FF971B:3B:000:Infinite Time
spinlbrj:0:FFA4C6:03:000:Infinite Energy PL1
spinlbrj:0:FFA4C7:E7:500:Infinite Energy PL1
spinlbrj:0:FFA4C9:03:000:Infinite Bombs PL1
spinlbrj:0:FFA4D5:0F:000:Infinite Ammo PL1
spinlbrj:0:FFA4E9:50:000:Normal PL1
spinlbrj:0:FF86F0:00:500:Normal PL1
spinlbrj:0:FFA4E9:56:000:Drum PL1
spinlbrj:0:FF86F0:00:500:Drum PL1
spinlbrj:0:FFA4E9:5C:000:Green [M] PL1
spinlbrj:0:FF86F0:11:500:Green [M] PL1
spinlbrj:0:FFA4E9:62:000:Red [P] PL1
spinlbrj:0:FF86F0:11:500:Red [P] PL1
spinlbrj:0:FFA4E9:68:000:Blue [PM] PL1
spinlbrj:0:FF86F0:11:500:Blue [PM] PL1
spinlbrj:0:FFA4F8:03:000:Infinite Energy PL2
spinlbrj:0:FFA4F9:E7:500:Infinite Energy PL2
spinlbrj:0:FFA4FB:03:000:Infinite Bombs PL2
spinlbrj:0:FFA507:0F:000:Infinite Ammo PL2
spinlbrj:0:FFA51B:50:000:Normal PL2
spinlbrj:0:FF86E8:00:500:Normal PL2
spinlbrj:0:FFA51B:56:000:Drum PL2
spinlbrj:0:FF86E8:00:500:Drum PL2
spinlbrj:0:FFA51B:5C:000:Green [M] PL2
spinlbrj:0:FF86E8:11:500:Green [M] PL2
spinlbrj:0:FFA51B:62:000:Red [P] PL2
spinlbrj:0:FF86E8:11:500:Red [P] PL2
spinlbrj:0:FFA51B:68:000:Blue [PM] PL2
spinlbrj:0:FF86E8:11:500:Blue [PM] PL2
; [ Spinal Breakers (World) ]
spinlbrk:0:FF8F87:63:000:Infinite Credits
spinlbrk:0:FF971B:3B:000:Infinite Time
spinlbrk:0:FFA4C6:03:000:Infinite Energy PL1
spinlbrk:0:FFA4C7:E7:500:Infinite Energy PL1
spinlbrk:0:FFA4C9:03:000:Infinite Bombs PL1
spinlbrk:0:FFA4D5:0F:000:Infinite Ammo PL1
spinlbrk:0:FFA4E9:50:000:Normal PL1
spinlbrk:0:FF86F0:00:500:Normal PL1
spinlbrk:0:FFA4E9:56:000:Drum PL1
spinlbrk:0:FF86F0:00:500:Drum PL1
spinlbrk:0:FFA4E9:5C:000:Green [M] PL1
spinlbrk:0:FF86F0:11:500:Green [M] PL1
spinlbrk:0:FFA4E9:62:000:Red [P] PL1
spinlbrk:0:FF86F0:11:500:Red [P] PL1
spinlbrk:0:FFA4E9:68:000:Blue [PM] PL1
spinlbrk:0:FF86F0:11:500:Blue [PM] PL1
spinlbrk:0:FFA4F8:03:000:Infinite Energy PL2
spinlbrk:0:FFA4F9:E7:500:Infinite Energy PL2
spinlbrk:0:FFA4FB:03:000:Infinite Bombs PL2
spinlbrk:0:FFA507:0F:000:Infinite Ammo PL2
spinlbrk:0:FFA51B:50:000:Normal PL2
spinlbrk:0:FF86E8:00:500:Normal PL2
spinlbrk:0:FFA51B:56:000:Drum PL2
spinlbrk:0:FF86E8:00:500:Drum PL2
spinlbrk:0:FFA51B:5C:000:Green [M] PL2
spinlbrk:0:FF86E8:11:500:Green [M] PL2
spinlbrk:0:FFA51B:62:000:Red [P] PL2
spinlbrk:0:FF86E8:11:500:Red [P] PL2
spinlbrk:0:FFA51B:68:000:Blue [PM] PL2
spinlbrk:0:FF86E8:11:500:Blue [PM] PL2
; [ Spinal Breakers (US) ]
spinlbru:0:FF8F87:63:000:Infinite Credits
spinlbru:0:FF971B:3B:000:Infinite Time
spinlbru:0:FFA4C6:03:000:Infinite Energy PL1
spinlbru:0:FFA4C7:E7:500:Infinite Energy PL1 (2/2)
spinlbru:0:FFA4C9:03:000:Infinite Bombs PL1
spinlbru:0:FFA4D5:0F:000:Infinite Ammo PL1
spinlbru:0:FFA4E9:50:000:Normal PL1
spinlbru:0:FF86F0:00:500:Normal PL1
spinlbru:0:FFA4E9:56:000:Drum PL1
spinlbru:0:FF86F0:00:500:Drum PL1
spinlbru:0:FFA4E9:5C:000:Green [M] PL1
spinlbru:0:FF86F0:11:500:Green [M] PL1
spinlbru:0:FFA4E9:62:000:Red [P] PL1
spinlbru:0:FF86F0:11:500:Red [P] PL1
spinlbru:0:FFA4E9:68:000:Blue [PM] PL1
spinlbru:0:FF86F0:11:500:Blue [PM] PL1
spinlbru:0:FFA4F8:03:000:Infinite Energy PL2
spinlbru:0:FFA4F9:E7:500:Infinite Energy PL2 (2/2)
spinlbru:0:FFA4FB:03:000:Infinite Bombs PL2
spinlbru:0:FFA507:0F:000:Infinite Ammo PL2
spinlbru:0:FFA51B:50:000:Normal PL2
spinlbru:0:FF86E8:00:500:Normal PL2
spinlbru:0:FFA51B:56:000:Drum PL2
spinlbru:0:FF86E8:00:500:Drum PL2
spinlbru:0:FFA51B:5C:000:Green [M] PL2
spinlbru:0:FF86E8:11:500:Green [M] PL2
spinlbru:0:FFA51B:62:000:Red [P] PL2
spinlbru:0:FF86E8:11:500:Red [P] PL2
spinlbru:0:FFA51B:68:000:Blue [PM] PL2
spinlbru:0:FF86E8:11:500:Blue [PM] PL2
; [ Spinmaster / Miracle Adventure ]
spinmast:0:105015:02:000:Infinite Lives PL1
spinmast:0:105F62:03:000:Infinite Energy PL1
spinmast:0:105FBD:05:000:Infinite Bombs PL1
spinmast:0:105F55:04:001:Get YoYo Now! PL1
spinmast:0:105F55:08:001:Get Fire Now! PL1
spinmast:0:105F55:0C:001:Get Ice Now! PL1
spinmast:0:105F55:10:001:Get Bomb Now! PL1
spinmast:0:105F55:14:001:Get Glove Now! PL1
spinmast:0:105F55:18:001:Get Thunder Now! PL1
spinmast:0:105F55:1C:001:Get Double Now! PL1
spinmast:0:10503D:02:000:Infinite Lives PL2
spinmast:0:106022:03:000:Infinite Energy PL2
spinmast:0:10607D:05:000:Infinite Bombs PL2
spinmast:0:106015:24:001:Get YoYo Now! PL2
spinmast:0:106015:28:001:Get Fire Now! PL2
spinmast:0:106015:2C:001:Get Ice Now! PL2
spinmast:0:106015:30:001:Get Bomb Now! PL2
spinmast:0:106015:34:001:Get Glove Now! PL2
spinmast:0:106015:38:001:Get Thunder Now! PL2
spinmast:0:106015:3C:001:Get Double Now! PL2
; [ Splash! ]
splash:0:88192E:09:000:Infinite Time
splash:0:881845:04:000:Infinite Lives PL1
splash:0:881840:03:000:Invincibility PL1
splash:0:881841:01:500:Invincibility PL1 (2/2)
splash:0:881865:32:000:Infinite Ammo PL1
splash:0:881866:09:000:Infinite Bombs PL1
splash:0:88188B:04:000:Infinite Lives PL2
splash:0:881886:03:000:Invincibility PL2
splash:0:881887:01:500:Invincibility PL2 (2/2)
splash:0:8818AB:32:000:Infinite Ammo PL2
splash:0:8818AC:09:000:Infinite Bombs PL2
splash:0:000000:00:999:[Pics will be in different ]
splash:0:000000:00:999:[order depending if you ]
splash:0:000000:00:999:[choose 'Light' or 'Hard' ]
splash:0:FFE551:20:021:Light girl pictures
splash:0:FFE551:20:041:Hard girl pictures
splash:0:881931:09:001:Finish this stage Now!
splash:0:881932:09:501:Finish this stage Now! (2/4)
splash:0:881933:09:501:Finish this stage Now! (3/4)
splash:0:881934:09:501:Finish this stage Now! (4/4)
splash:0:000000:00:999:[These Select next stage ]
splash:0:000000:00:999:[cheats are NOT linked you ]
splash:0:000000:00:999:[should enable them both and]
splash:0:000000:00:999:[choose the SAME stage!! ]
splash:0:FFCC43:41:061:Select next level (1|2)
splash:0:881924:41:061:Select next level (2|2):Background piccy
splash:0:000000:00:999:[Slideshow mode, enable and ]
splash:0:000000:00:999:[then sit back and watch! ]
splash:0:881931:09:000:Slideshow Mode
splash:0:881932:09:500:Slideshow Mode (2/4)
splash:0:881933:09:500:Slideshow Mode (3/4)
splash:0:881934:09:500:Slideshow Mode (4/4)
; [ Splat! ]
splat:0:9911:05:000:Infinite Lives PL1
splat:0:991A:05:000:Infinite Lives PL2
; [ Splatter House (Japan) ]
splatter:0:014F:06:000:Infinite Lives PL1
splatter:0:018F:06:000:Infinite Lives PL2
splatter:0:0139:06:000:Infinite Energy PL1
splatter:0:0179:06:000:Infinite Energy PL2
splatter:0:0000:00:999:[ In a 2 player game, use ]
splatter:0:0000:00:999:[ 'Invincibility "OFF"' ]
splatter:0:0000:00:999:[ at the end of a sub-level ]
splatter:0:011D:02:000:Invincibility "ON" PL1
splatter:0:011D:01:001:Invincibility "OFF" PL1
splatter:0:015D:02:000:Invincibility "ON" PL2
splatter:0:015D:01:001:Invincibility "OFF" PL2
splatter:0:0000:00:999:[ If you ever forgot to use ]
splatter:0:0000:00:999:[ 'Invincibility "OFF"' ]
splatter:0:0000:00:999:[ at the end of a sub-level ]
splatter:0:011D:00:001:Make player disappear PL1
splatter:0:015D:00:001:Make player disappear PL2
splatter:0:0000:00:999:[Infinite Ammo only work on ]
splatter:0:0000:00:999:[stages where one of the ]
splatter:0:0000:00:999:[weapons is a rifle and you ]
splatter:0:0000:00:999:[have it (weapon 1-5 cheats)]
splatter:0:09B9:09:000:Infinite Ammo for weapon 1
splatter:0:09D9:09:000:Infinite Ammo for weapon 2
splatter:0:09F9:09:000:Infinite Ammo for weapon 3
splatter:0:0A19:09:000:Infinite Ammo for weapon 4
splatter:0:0A39:09:000:Infinite Ammo for weapon 5
splatter:0:0000:00:999:[NOTE- The weapons change ]
splatter:0:0000:00:999:[depending on which stage ]
splatter:0:0000:00:999:[you are playing. ]
splatter:0:0000:00:999:[ ]
splatter:0:0000:00:999:[ List of available weapons ]
splatter:0:0000:00:999:[ Stage 1-1 - 1 2 ]
splatter:0:0000:00:999:[ Stage 1-2 - no weapon ]
splatter:0:0000:00:999:[ Stage 2-1 - 1 2 ]
splatter:0:0000:00:999:[ Stage 2-2 - 1 ]
splatter:0:0000:00:999:[ Stage 2-3 - no weapon ]
splatter:0:0000:00:999:[ Stage 3 - 1 2 3 4 ]
splatter:0:0000:00:999:[ Stage 3+ - no weapon ]
splatter:0:0000:00:999:[ Stage 4-1 - 1 2 3 4 5 ]
splatter:0:0000:00:999:[ Stage 4-1+ - no weapon ]
splatter:0:0000:00:999:[ Stage 4-2 - no weapon ]
splatter:0:0000:00:999:[ Stage 4-3 - 1 ]
splatter:0:0000:00:999:[ Stage 5-1 - 1 ]
splatter:0:0000:00:999:[ Stage 5-2 - no weapon ]
splatter:0:0000:00:999:[ Stage 5-3 - no weapon ]
splatter:0:0000:00:999:[ Stage 5-4 - no weapon ]
splatter:0:0000:00:999:[ Stage 5-5 - no weapon ]
splatter:0:0000:00:999:[ Stage 5-6 - no weapon ]
splatter:0:0000:00:999:[ Stage 6 - no weapon ]
splatter:0:0000:00:999:[ Stage 7 - no weapon ]
splatter:0:0000:00:999:[ ]
splatter:0:0000:00:999:[ Use these codes only if ]
splatter:0:0000:00:999:[ the weapon is available ]
splatter:0:0000:00:999:[ ]
splatter:0:0143:09:001:Get Weapon 1 Now! PL1
splatter:0:0144:9D:501:Get Weapon 1 Now! PL1 (2/2)
splatter:0:0143:09:001:Get Weapon 2 Now! PL1
splatter:0:0144:BD:501:Get Weapon 2 Now! PL1 (2/2)
splatter:0:0143:09:001:Get Weapon 3 Now! PL1
splatter:0:0144:FD:501:Get Weapon 3 Now! PL1 (2/2)
splatter:0:0143:A0:001:Get Weapon 4 Now! PL1
splatter:0:0144:1D:501:Get Weapon 4 Now! PL1 (2/2)
splatter:0:0143:A0:001:Get Weapon 5 Now! PL1
splatter:0:0144:3D:501:Get Weapon 5 Now! PL1 (2/2)
splatter:0:0183:09:001:Get Weapon 1 Now! PL2
splatter:0:0184:9D:501:Get Weapon 1 Now! PL2 (2/2)
splatter:0:0183:09:001:Get Weapon 2 Now! PL2
splatter:0:0184:BD:501:Get Weapon 2 Now! PL2 (2/2)
splatter:0:0183:09:001:Get Weapon 3 Now! PL2
splatter:0:0184:FD:501:Get Weapon 3 Now! PL2 (2/2)
splatter:0:0183:A0:001:Get Weapon 4 Now! PL2
splatter:0:0184:1D:501:Get Weapon 4 Now! PL2 (2/2)
splatter:0:0183:A0:001:Get Weapon 5 Now! PL2
splatter:0:0184:3D:501:Get Weapon 5 Now! PL2 (2/2)
splatter:0:0000:00:999:[ ]
splatter:0:0000:00:999:[Here is the list of stages ]
splatter:0:0000:00:999:[and the weapon type that is]
splatter:0:0000:00:999:[used on that stage. KEY - ]
splatter:0:0000:00:999:[W1-W5 = Weapon 1-5 ]
splatter:0:0000:00:999:[RAZ=Razor RIF=Rifle AX=AXE ]
splatter:0:0000:00:999:[BOS=Bo Stick HAR=Harpoon ]
splatter:0:0000:00:999:[STO=Stone WRE=Wrench ]
splatter:0:0000:00:999:[ ]
splatter:0:0000:00:999:[ Stage W1 W2 W3 W4 W5 ]
splatter:0:0000:00:999:[ 1-1 RAZ BOS no no no ]
splatter:0:0000:00:999:[ 1-2 no no no no no ]
splatter:0:0000:00:999:[ 2-1 RAZ WRE no no no ]
splatter:0:0000:00:999:[ 2-2 BOS no no no no ]
splatter:0:0000:00:999:[ 2-3 no no no no no ]
splatter:0:0000:00:999:[ 3 RIF STO STO RIF no ]
splatter:0:0000:00:999:[ 3+ no no no no no ]
splatter:0:0000:00:999:[ 4-1 HAR HAR HAR HAR HAR ]
splatter:0:0000:00:999:[ 4-1+ no no no no no ]
splatter:0:0000:00:999:[ 4-2 no no no no no ]
splatter:0:0000:00:999:[ 4-3 AXE no no no no ]
splatter:0:0000:00:999:[ 5-1 BOS no no no no ]
splatter:0:0000:00:999:[ 5-2 no no no no no ]
splatter:0:0000:00:999:[ 5-3 no no no no no ]
splatter:0:0000:00:999:[ 5-4 no no no no no ]
splatter:0:0000:00:999:[ 5-5 no no no no no ]
splatter:0:0000:00:999:[ 5-6 no no no no no ]
splatter:0:0000:00:999:[ 6 no no no no no ]
splatter:0:0000:00:999:[ 7 no no no no no ]
splatter:0:0000:00:999:[ ]
splatter:0:09A6:02:001:Make Weapon 1 = Razor Now!
splatter:0:09A6:03:001:Make Weapon 1 = Rifle Now!
splatter:0:09A6:04:001:Make Weapon 1 = Axe Now!
splatter:0:09A6:05:001:Make Weapon 1 = Bo stick Now!
splatter:0:09A6:0A:001:Make Weapon 1 = Harpoon Now!
splatter:0:09C6:05:001:Make Weapon 2 = Bo stick Now!
splatter:0:09C6:07:001:Make Weapon 2 = Stone Now!
splatter:0:09C6:08:001:Make Weapon 2 = Wrench Now!
splatter:0:09C6:0A:001:Make Weapon 2 = Harpoon Now!
splatter:0:09F6:07:001:Make Weapon 3 = Stone Now!
splatter:0:09F6:0A:001:Make Weapon 3 = Harpoon Now!
splatter:0:0A16:03:001:Make Weapon 4 = Rifle Now!
splatter:0:0A16:0A:001:Make Weapon 4 = Harpoon Now!
splatter:0:0A36:0A:001:Make Weapon 5 = Harpoon Now!
splatter:0:0000:00:999:[These Start on Stage cheats]
splatter:0:0000:00:999:[must be enabled on the ]
splatter:0:0000:00:999:[title screen and turned off]
splatter:0:0000:00:999:[when the screen with the ]
splatter:0:0000:00:999:[stage number is displayed. ]
splatter:0:0065:0A:000:Start on Stage 2
splatter:0:014D:02:500:Start on Stage 2 (2/2)
splatter:0:0065:04:000:Start on Stage 3
splatter:0:014D:05:500:Start on Stage 3 (2/2)
splatter:0:0065:05:000:Start on Stage 4
splatter:0:014D:06:500:Start on Stage 4 (2/2)
splatter:0:0065:08:000:Start on Stage 5
splatter:0:014D:0D:500:Start on Stage 5 (2/2)
splatter:0:0065:13:000:Start on Stage 6
splatter:0:014D:14:500:Start on Stage 6 (2/2)
splatter:0:0065:14:000:Start on Stage 7
splatter:0:014D:17:500:Start on Stage 7 (2/2)
splatter:0:0000:00:999:[These Current Stage cheats ]
splatter:0:0000:00:999:[require you to lose a life ]
splatter:0:0000:00:999:[to jump to that stage! ]
splatter:0:014D:01:001:Current Stage = 1-1 Now! PL1
splatter:0:014D:02:001:Current Stage = 2-1 Now! PL1
splatter:0:014D:05:001:Current Stage = 3 Now! PL1
splatter:0:014D:06:001:Current Stage = 4-1 Now! PL1
splatter:0:014D:0D:001:Current Stage = 5-1 Now! PL1
splatter:0:014D:14:001:Current Stage = 6 Now! PL1
splatter:0:014D:17:001:Current Stage = 7 Now! PL1
splatter:0:018D:01:001:Current Stage = 1-1 Now! PL2
splatter:0:018D:02:001:Current Stage = 2-1 Now! PL2
splatter:0:018D:05:001:Current Stage = 3 Now! PL2
splatter:0:018D:06:001:Current Stage = 4-1 Now! PL2
splatter:0:018D:0D:001:Current Stage = 5-1 Now! PL2
splatter:0:018D:14:001:Current Stage = 6 Now! PL2
splatter:0:018D:17:001:Current Stage = 7 Now! PL2
splatter:0:0000:00:999:[ ]
splatter:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sy
; [ Super Punch-Out!! (Japan) ]
spnchotj:0:D022:70:000:Invincibility PL1
spnchotj:0:D048:1A:000:KO Power
spnchotj:0:D7F2:03:000:Infinite Time
spnchotj:0:D024:00:001:Drain Other Fighter Now!
spnchotj:0:D024:00:000:Quick KDs/KOs
; [ Super Punch-Out!! ]
spnchout:0:D022:70:000:Invincibility PL1
spnchout:0:D048:1A:000:KO Power
spnchout:0:D7F2:03:000:Infinite Time
spnchout:0:D024:00:001:Drain Other Fighter Now!
spnchout:0:D024:00:000:Quick KDs/KOs
; [ Super Pool III (World?) ]
spool3:0:008A:03:000:Infinite Lives PL1
spool3:0:04F1:6E:000:Infinite Time PL1
; [ Super Pool III (I-Vics) ]
spool3i:0:008A:03:000:Infinite Lives PL1
spool3i:0:04F1:6E:000:Infinite Time PL1
; [ Springer ]
springer:0:8032:09:000:Infinite Lives PL1
springer:0:8033:09:000:Infinite Lives PL2
springer:0:82B7:70:000:Infinite Bonus
; [ Sprint 1 ]
sprint1:0:043C:B9:000:Infinite Time
; [ Sprint 2 ]
sprint2:0:0450:3C:000:Infinite Time
; [ Space Trek (cocktail) ]
sptrekct:0:E3A2:08:000:Infinite Lives PL1
sptrekct:0:E3B5:20:000:Infinite Power PL1
sptrekct:0:E3A6:99:000:Infinite Bonus PL1
sptrekct:0:E3A3:08:000:Infinite Lives PL2
sptrekct:0:E3B6:20:000:Infinite Power PL2
sptrekct:0:E3A7:99:000:Infinite Bonus PL2
; [ S.P.Y. - Special Project Y (US) ]
spy:0:0815:09:000:Infinite Credits
spy:0:594D:59:000:Infinite Time
spy:0:594C:09:500:Infinite Time (2/2)
spy:0:083C:03:000:Infinite Lives PL1
spy:0:1A32:01:000:Infinite Continues PL1
spy:0:0987:3F:000:Invincibility PL1:Sprite flickers
spy:0:083D:03:000:Infinite Lives PL2
spy:0:1A33:01:000:Infinite continues PL2
spy:0:0988:3F:000:Invincibility PL2:Sprite flickers
; [ Spy Hunter 2 (rev 1) ]
spyhnt2a:0:0601A0:00:000:Invincibility PL1
; [ Spy Hunter ]
spyhunt:0:E870:01:000:Infinite Lives (After timer)
spyhunt:0:F389:01:000:Infinite Lives
spyhunt:0:F381:09:000:Infinite Time
spyhunt:0:F0D4:03:000:Infinite Smoke Screens
spyhunt:0:F0FE:03:000:Infinite Missiles
spyhunt:0:F0D2:3F:000:Infinite Oil Slicks
spyhunt:0:F0D5:40:000:Endless Smokescreen
; [ Spy Hunter 2 (rev 2) ]
spyhunt2:0:0601A0:00:000:Invincibility PL1
; [ Faster, Harder, More Challenging Q*bert (prototype) ]
sqbert:0:01000:04:000:Infinite Lives
sqbert:0:00065:4B:000:No Enemies
; [ Super Qix (bootleg) ]
sqixbl:0:E4CD:00:000:Infinite freeze time
sqixbl:0:F85C:E4:000:Stop around timer
sqixbl:0:F85E:04:500:Stop around timer (2/2)
sqixbl:0:F814:0A:000:Infinite Lives PL1
sqixbl:0:F011:99:001:Finish this Round faster PL1
sqixbl:0:F869:03:001:Get 3 letters out of 4 PL1
sqixbl:0:F869:04:001:Get 4 letters out of 5 PL1
sqixbl:0:F869:05:001:Get 5 letters out of 6 PL1
sqixbl:0:F869:06:001:Get 6 letters out of 7 PL1
sqixbl:0:F869:04:001:Get 7 letters out of 8 PL1
sqixbl:0:F815:0A:000:Infinite Lives PL2
sqixbl:0:F012:99:001:Finish this Round faster PL2
sqixbl:0:F880:03:001:Get 3 letters out of 4 PL2
sqixbl:0:F869:04:001:Get 4 letters out of 5 PL2
sqixbl:0:F869:05:001:Get 5 letters out of 6 PL2
sqixbl:0:F869:06:001:Get 6 letters out of 7 PL2
sqixbl:0:F869:04:001:Get 7 letters out of 8 PL2
sqixbl:0:E4A8:8F:000:Always have shield
sqixbl:0:E4A8:01:000:Always have speed up
sqixbl:0:E4A8:09:000:Always have max speed
sqixbl:0:E4A8:04:000:Always have freeze
sqixbl:0:E4A8:0D:000:Always have freeze+speed
sqixbl:0:E4A8:8F:001:Get shield Now!
sqixbl:0:E4A8:01:001:Get speed up Now!
sqixbl:0:E4A8:09:001:Get max speed Now!
sqixbl:0:E4A8:04:001:Get freeze Now!
sqixbl:0:E4A8:0D:001:Get freeze+speed Now!
sqixbl:0:F804:00:001:Next Goto Round 2
sqixbl:0:F804:01:001:Next Goto Round 3
sqixbl:0:F804:02:001:Next Goto Round 4
sqixbl:0:F804:03:001:Next Goto Round 5
sqixbl:0:F804:04:001:Next Goto Round 6
sqixbl:0:F804:05:001:Next Goto Round 7
sqixbl:0:F804:06:001:Next Goto Round 8
sqixbl:0:F804:07:001:Next Goto Round 9
sqixbl:0:F804:08:001:Next Goto Round 10
sqixbl:0:F804:09:001:Next Goto Round 11
sqixbl:0:F804:0A:001:Next Goto Round 12
sqixbl:0:F804:0B:001:Next Goto Round 13
sqixbl:0:F804:0C:001:Next Goto Round 14
sqixbl:0:F804:0D:001:Next Goto Round 15
sqixbl:0:F804:0E:001:Next Goto Round 16
; [ Super Real Darwin (World) ]
srdarwin:0:10EB:99:000:Infinite Credits
srdarwin:0:96E4:39:100:Invincibility
srdarwin:0:0357:00:001:Kill Boss with one shot Now!:Works fine on one part bosses
srdarwin:0:10EE:9A:000:Infinite Lives PL1
srdarwin:0:10EF:9A:000:Infinite Lives PL2
; [ Super Real Darwin (Japan) ]
srdarwnj:0:10EB:99:000:Infinite Credits
srdarwnj:0:96E4:39:100:Invincibility
srdarwnj:0:0357:00:001:Kill Boss with one shot Now!:Works fine on one part bosses
srdarwnj:0:10EE:9A:000:Infinite Lives PL1
srdarwnj:0:10EF:9A:000:Infinite Lives PL2
; [ S.R.D. Mission ]
srdmissn:0:E001:63:000:Infinite Credits
srdmissn:0:E0AB:0A:000:Infinite Lives
srdmissn:0:F929:00:000:Invincibility
srdmissn:0:0000:00:999:[See the Dip Switch Menu to ]
srdmissn:0:0000:00:999:[enable an alternate ]
srdmissn:0:0000:00:999:[Invincibility cheat. ]
; [ Super Real Mahjong Part 2 (Japan) ]
srmp2:0:000000:00:999:[The winning hand cheat must]
srmp2:0:000000:00:999:[be activated when there are]
srmp2:0:000000:00:999:[14 tiles in your hand, then]
srmp2:0:000000:00:999:[press the RON key . ]
srmp2:0:000000:00:999:[('Z' by default). The tiles]
srmp2:0:000000:00:999:[do not visually change ]
srmp2:0:000000:00:999:[until you make a move. ]
srmp2:0:0C1F62:31:001:Get winning hand Now!
srmp2:0:0C1F63:31:501:Get winning hand Now! (02/15)
srmp2:0:0C1F64:31:501:Get winning hand Now! (03/15)
srmp2:0:0C1F65:32:501:Get winning hand Now! (04/15)
srmp2:0:0C1F66:32:501:Get winning hand Now! (05/15)
srmp2:0:0C1F67:32:501:Get winning hand Now! (06/15)
srmp2:0:0C1F68:33:501:Get winning hand Now! (07/15)
srmp2:0:0C1F69:33:501:Get winning hand Now! (08/15)
srmp2:0:0C1F6A:33:501:Get winning hand Now! (09/15)
srmp2:0:0C1F6B:34:501:Get winning hand Now! (10/15)
srmp2:0:0C1F6C:34:501:Get winning hand Now! (11/15)
srmp2:0:0C1F6D:34:501:Get winning hand Now! (12/15)
srmp2:0:0C1F6E:35:501:Get winning hand Now! (13/15)
srmp2:0:0C1F6F:35:501:Get winning hand Now! (14/15)
srmp2:0:0C2120:35:501:Get winning hand Now! (15/15)
srmp2:0:0C1F62:31:000:Always winning hand
srmp2:0:0C1F63:31:500:Always winning hand (02/15)
srmp2:0:0C1F64:31:500:Always winning hand (03/15)
srmp2:0:0C1F65:32:500:Always winning hand (04/15)
srmp2:0:0C1F66:32:500:Always winning hand (05/15)
srmp2:0:0C1F67:32:500:Always winning hand (06/15)
srmp2:0:0C1F68:33:500:Always winning hand (07/15)
srmp2:0:0C1F69:33:500:Always winning hand (08/15)
srmp2:0:0C1F6A:33:500:Always winning hand (09/15)
srmp2:0:0C1F6B:34:500:Always winning hand (10/15)
srmp2:0:0C1F6C:34:500:Always winning hand (11/15)
srmp2:0:0C1F6D:34:500:Always winning hand (12/15)
srmp2:0:0C1F6E:35:500:Always winning hand (13/15)
srmp2:0:0C1F6F:35:500:Always winning hand (14/15)
srmp2:0:0C2120:35:500:Always winning hand (15/15)
; [ Super Real Mahjong Part 3 (Japan) ]
srmp3:0:0000:00:999:[The winning hand cheat must]
srmp3:0:0000:00:999:[be activated when there are]
srmp3:0:0000:00:999:[14 tiles in your hand, then]
srmp3:0:0000:00:999:[press the RON key . ]
srmp3:0:0000:00:999:[('Z' by default). The tiles]
srmp3:0:0000:00:999:[do not visually change ]
srmp3:0:0000:00:999:[until you make a move. ]
srmp3:0:A241:35:001:Get winning hand Now!
srmp3:0:A240:35:501:Get winning hand Now! (02/14)
srmp3:0:A23F:34:501:Get winning hand Now! (03/14)
srmp3:0:A23E:34:501:Get winning hand Now! (04/14)
srmp3:0:A23D:34:501:Get winning hand Now! (05/14)
srmp3:0:A23C:33:501:Get winning hand Now! (06/14)
srmp3:0:A23B:33:501:Get winning hand Now! (07/14)
srmp3:0:A23A:33:501:Get winning hand Now! (08/14)
srmp3:0:A239:32:501:Get winning hand Now! (09/14)
srmp3:0:A238:32:501:Get winning hand Now! (10/14)
srmp3:0:A237:32:501:Get winning hand Now! (11/14)
srmp3:0:A236:31:501:Get winning hand Now! (12/14)
srmp3:0:A235:31:501:Get winning hand Now! (13/14)
srmp3:0:A234:31:501:Get winning hand Now! (14/14)
; [ Speed Rumbler, The (set 1) ]
srumbler:0:04BC:00:000:Infinite Energy
srumbler:0:00AF:03:000:Infinite Lives
srumbler:0:00B4:00:000:Infinite Time
srumbler:0:04E8:02:000:Super Shots
srumbler:0:04E0:0F:000:Super Speed
; [ Speed Rumbler, The (set 2) ]
srumblr2:0:04BC:00:000:Infinite Energy
srumblr2:0:00AF:03:000:Infinite Lives
srumblr2:0:00B4:00:000:Infinite Time
srumblr2:0:04E8:02:000:Super Shots
srumblr2:0:04E0:0F:000:Super Speed
; [ Super Street Fighter 2: The New Challengers (US 930911) ]
ssf2:0:FF8CCE:99:000:Infinite Time
ssf2:0:FF8CCE:00:001:Finish this Round Now!
ssf2:0:FF83F9:90:000:Infinite Energy PL1
ssf2:0:FF83F9:00:001:Drain All Energy Now! PL1
ssf2:0:FF87F9:90:000:Infinite Energy PL2
ssf2:0:FF87F9:00:001:Drain All Energy Now! PL2
ssf2:0:FF82ED:01:000:Turbo Mode!:Characters move faster
ssf2:0:000000:00:999:[These are the codes to set ]
ssf2:0:000000:00:999:[the machine region - the ]
ssf2:0:000000:00:999:[effectiveness may vary! ]
ssf2:0:000000:00:999:[You have to enable these on]
ssf2:0:000000:00:999:[the ROM check screen!! ]
ssf2:0:FF82CF:00:000:Region Switch = Japan
ssf2:0:FF82CF:02:000:Region Switch = USA
ssf2:0:FF82CF:04:000:Region Switch = ETC
ssf2:0:FF82CF:08:000:Region Switch = Asia
ssf2:0:FF82CF:0A:000:Region Switch = Asia TW
; [ Super Street Fighter 2: The New Challengers (Asia 930911) ]
ssf2a:0:FF8CCE:99:000:Infinite Time
ssf2a:0:FF8CCE:00:001:Finish this Round Now!
ssf2a:0:FF83F9:90:000:Infinite Energy PL1
ssf2a:0:FF83F9:00:001:Drain All Energy Now! PL1
ssf2a:0:FF87F9:90:000:Infinite Energy PL2
ssf2a:0:FF87F9:00:001:Drain All Energy Now! PL2
ssf2a:0:FF82ED:01:000:Turbo Mode!:Characters move faster
ssf2a:0:000000:00:999:[These are the codes to set ]
ssf2a:0:000000:00:999:[the machine region - the ]
ssf2a:0:000000:00:999:[effectiveness may vary! ]
ssf2a:0:000000:00:999:[You have to enable these on]
ssf2a:0:000000:00:999:[the ROM check screen!! ]
ssf2a:0:FF82CF:00:000:Region Switch = Japan
ssf2a:0:FF82CF:02:000:Region Switch = USA
ssf2a:0:FF82CF:04:000:Region Switch = ETC
ssf2a:0:FF82CF:08:000:Region Switch = Asia
ssf2a:0:FF82CF:0A:000:Region Switch = Asia TW
; [ Super Street Fighter 2: The New Challengers (Japan 931005) ]
ssf2j:0:FF8CCE:99:000:Infinite Time
ssf2j:0:FF8CCE:00:001:Finish this Round Now!
ssf2j:0:FF83F9:90:000:Infinite Energy PL1
ssf2j:0:FF83F9:00:001:Drain All Energy Now! PL1
ssf2j:0:FF87F9:90:000:Infinite Energy PL2
ssf2j:0:FF87F9:00:001:Drain All Energy Now! PL2
ssf2j:0:FF82ED:01:000:Turbo Mode!:Characters move faster
ssf2j:0:000000:00:999:[These are the codes to set ]
ssf2j:0:000000:00:999:[the machine region - the ]
ssf2j:0:000000:00:999:[effectiveness may vary! ]
ssf2j:0:000000:00:999:[You have to enable these on]
ssf2j:0:000000:00:999:[the ROM check screen!! ]
ssf2j:0:FF82CF:00:000:Region Switch = Japan
ssf2j:0:FF82CF:02:000:Region Switch = USA
ssf2j:0:FF82CF:04:000:Region Switch = ETC
ssf2j:0:FF82CF:08:000:Region Switch = Asia
ssf2j:0:FF82CF:0A:000:Region Switch = Asia TW
; [ Super Street Fighter 2: The New Challengers (Japan 930911) ]
ssf2jr1:0:FF8CCE:99:000:Infinite Time
ssf2jr1:0:FF8CCE:00:001:Finish this Round Now!
ssf2jr1:0:FF83F9:90:000:Infinite Energy PL1
ssf2jr1:0:FF83F9:00:001:Drain All Energy Now! PL1
ssf2jr1:0:FF87F9:90:000:Infinite Energy PL2
ssf2jr1:0:FF87F9:00:001:Drain All Energy Now! PL2
ssf2jr1:0:FF82ED:01:000:Turbo Mode!:Characters move faster
ssf2jr1:0:000000:00:999:[These are the codes to set ]
ssf2jr1:0:000000:00:999:[the machine region - the ]
ssf2jr1:0:000000:00:999:[effectiveness may vary! ]
ssf2jr1:0:000000:00:999:[You have to enable these on]
ssf2jr1:0:000000:00:999:[the ROM check screen!! ]
ssf2jr1:0:FF82CF:00:000:Region Switch = Japan
ssf2jr1:0:FF82CF:02:000:Region Switch = USA
ssf2jr1:0:FF82CF:04:000:Region Switch = ETC
ssf2jr1:0:FF82CF:08:000:Region Switch = Asia
ssf2jr1:0:FF82CF:0A:000:Region Switch = Asia TW
; [ Super Street Fighter 2: The New Challengers (Japan 930910) ]
ssf2jr2:0:FF8CCE:99:000:Infinite Time
ssf2jr2:0:FF8CCE:00:001:Finish this Round Now!
ssf2jr2:0:FF83F9:90:000:Infinite Energy PL1
ssf2jr2:0:FF83F9:00:001:Drain All Energy Now! PL1
ssf2jr2:0:FF87F9:90:000:Infinite Energy PL2
ssf2jr2:0:FF87F9:00:001:Drain All Energy Now! PL2
ssf2jr2:0:FF82ED:01:000:Turbo Mode!:Characters move faster
ssf2jr2:0:000000:00:999:[These are the codes to set ]
ssf2jr2:0:000000:00:999:[the machine region - the ]
ssf2jr2:0:000000:00:999:[effectiveness may vary! ]
ssf2jr2:0:000000:00:999:[You have to enable these on]
ssf2jr2:0:000000:00:999:[the ROM check screen!! ]
ssf2jr2:0:FF82CF:00:000:Region Switch = Japan
ssf2jr2:0:FF82CF:02:000:Region Switch = USA
ssf2jr2:0:FF82CF:04:000:Region Switch = ETC
ssf2jr2:0:FF82CF:08:000:Region Switch = Asia
ssf2jr2:0:FF82CF:0A:000:Region Switch = Asia TW
; [ Super Street Fighter 2 Turbo (World 940223) ]
ssf2t:0:FF8DCE:99:000:Infinite Time
ssf2t:0:FF8DCE:00:001:Finish this Round Now!
ssf2t:0:FF8479:90:000:Infinite Energy PL1
ssf2t:0:FF860B:90:500:Infinite Energy PL1 (2/2)
ssf2t:0:FF8479:00:001:Drain All Energy Now! PL1
ssf2t:0:FF860B:00:501:Drain All Energy Now! PL1 (2/2)
ssf2t:0:FF8702:30:000:Infinite Super PL1
ssf2t:0:FF8702:00:001:Set Super = 0 Now! PL1
ssf2t:0:FF860D:01:000:Invincibility PL1
ssf2t:0:FF8703:01:000:Have Sprite Trails PL1
ssf2t:0:FF87DE:00:001:Set Sets won = 0 Now! PL1
ssf2t:0:FF87DE:01:001:Set Sets won = 1 Now! PL1
ssf2t:0:FF87DE:02:001:Set Sets won = 2 Now! PL1
ssf2t:0:FF87DE:00:000:Sets won always = 0 PL1
ssf2t:0:FF87DE:02:000:Sets won always = 2 PL1
ssf2t:0:000000:00:999:[ Free player selection ]
ssf2t:0:000000:00:999:[ Use on level VS screen ]
ssf2t:0:FF87DF:00:001:Play with Ryu PL1
ssf2t:0:FF87DF:01:001:Play with E. Honda PL1
ssf2t:0:FF87DF:02:001:Play with Blanka PL1
ssf2t:0:FF87DF:03:001:Play with Guile PL1
ssf2t:0:FF87DF:04:001:Play with Ken PL1
ssf2t:0:FF87DF:05:001:Play with Chun Li PL1
ssf2t:0:FF87DF:06:001:Play with Zangief PL1
ssf2t:0:FF87DF:07:001:Play with Dhalsim PL1
ssf2t:0:FF87DF:08:001:Play with M. Bison PL1
ssf2t:0:FF87DF:09:001:Play with Sagat PL1
ssf2t:0:FF87DF:0A:001:Play with Balrog PL1
ssf2t:0:FF87DF:0B:001:Play with Vega PL1
ssf2t:0:FF87DF:0C:001:Play with Cammy PL1
ssf2t:0:FF87DF:0D:001:Play with T. Hawk PL1
ssf2t:0:FF87DF:0E:001:Play with Fei Long PL1
ssf2t:0:FF87DF:0F:001:Play with Dee Jay PL1
ssf2t:0:FF8879:90:000:Infinite Energy PL2
ssf2t:0:FF8A0B:90:500:Infinite Energy PL2 (2/2)
ssf2t:0:FF8879:00:001:Drain All Energy Now! PL2
ssf2t:0:FF8A0B:00:501:Drain All Energy Now! PL2 (2/2)
ssf2t:0:FF8B02:30:000:Infinite Super PL2
ssf2t:0:FF8B02:00:001:Set Super = 0 Now! PL2
ssf2t:0:FF8A0D:90:000:Invincibility PL2
ssf2t:0:FF8B03:01:000:Have Sprite Trails PL2
ssf2t:0:FF8BDE:00:001:Set Sets won = 0 Now! PL2
ssf2t:0:FF8BDE:01:001:Set Sets won = 1 Now! PL2
ssf2t:0:FF8BDE:02:001:Set Sets won = 2 Now! PL2
ssf2t:0:FF8BDE:00:000:Sets won always = 0 PL2
ssf2t:0:FF8BDE:02:000:Sets won always = 2 PL2
ssf2t:0:000000:00:999:[ Free player selection ]
ssf2t:0:000000:00:999:[ Use on level VS screen ]
ssf2t:0:FF8BDF:00:001:Play with Ryu PL2
ssf2t:0:FF8BDF:01:001:Play with E. Honda PL2
ssf2t:0:FF8BDF:02:001:Play with Blanka PL2
ssf2t:0:FF8BDF:03:001:Play with Guile PL2
ssf2t:0:FF8BDF:04:001:Play with Ken PL2
ssf2t:0:FF8BDF:05:001:Play with Chun Li PL2
ssf2t:0:FF8BDF:06:001:Play with Zangief PL2
ssf2t:0:FF8BDF:07:001:Play with Dhalsim PL2
ssf2t:0:FF8BDF:08:001:Play with M. Bison PL2
ssf2t:0:FF8BDF:09:001:Play with Sagat PL2
ssf2t:0:FF8BDF:0A:001:Play with Balrog PL2
ssf2t:0:FF8BDF:0B:001:Play with Vega PL2
ssf2t:0:FF8BDF:0C:001:Play with Cammy PL2
ssf2t:0:FF8BDF:0D:001:Play with T. Hawk PL2
ssf2t:0:FF8BDF:0E:001:Play with Fei Long PL2
ssf2t:0:FF8BDF:0F:001:Play with Dee Jay PL2
ssf2t:0:FF82ED:01:000:Turbo Mode!:Characters move faster
ssf2t:0:FF8CD3:FF:000:Game Speed [ SSF2 Like ]
ssf2t:0:FF8CD3:00:000:Game Speed [ Turbo Max ]
ssf2t:0:FF8C51:0B:001:Go to Final Stage Next
ssf2t:0:FF8CA1:01:000:Always have Normal Ending
ssf2t:0:FF8CA1:00:000:Always have Special Ending
ssf2t:0:000000:00:999:[These are the codes to set ]
ssf2t:0:000000:00:999:[the machine region - the ]
ssf2t:0:000000:00:999:[effectiveness may vary! ]
ssf2t:0:000000:00:999:[You have to enable these on]
ssf2t:0:000000:00:999:[the ROM check screen!! ]
ssf2t:0:FF82CF:00:000:Region Switch = Japan
ssf2t:0:FF82CF:02:000:Region Switch = USA
ssf2t:0:FF82CF:04:000:Region Switch = ETC
ssf2t:0:FF82CF:08:000:Region Switch = Asia
ssf2t:0:FF82CF:0A:000:Region Switch = Asia TW
; [ Super Street Fighter 2 Turbo (Asia 940223) ]
ssf2ta:0:FF8DCE:99:000:Infinite Time
ssf2ta:0:FF8DCE:00:001:Finish this Round Now!
ssf2ta:0:FF8479:90:000:Infinite Energy PL1
ssf2ta:0:FF860B:90:500:Infinite Energy PL1 (2/2)
ssf2ta:0:FF8479:00:001:Drain All Energy Now! PL1
ssf2ta:0:FF860B:00:501:Drain All Energy Now! PL1 (2/2)
ssf2ta:0:FF8702:30:000:Infinite Super PL1
ssf2ta:0:FF8702:00:001:Set Super = 0 Now! PL1
ssf2ta:0:FF860D:01:000:Invincibility PL1
ssf2ta:0:FF8703:01:000:Have Sprite Trails PL1
ssf2ta:0:FF87DE:00:001:Set Sets won = 0 Now! PL1
ssf2ta:0:FF87DE:01:001:Set Sets won = 1 Now! PL1
ssf2ta:0:FF87DE:02:001:Set Sets won = 2 Now! PL1
ssf2ta:0:FF87DE:00:000:Sets won always = 0 PL1
ssf2ta:0:FF87DE:02:000:Sets won always = 2 PL1
ssf2ta:0:000000:00:999:[ Free player selection ]
ssf2ta:0:000000:00:999:[ Use on level VS screen ]
ssf2ta:0:FF87DF:00:001:Play with Ryu PL1
ssf2ta:0:FF87DF:01:001:Play with E. Honda PL1
ssf2ta:0:FF87DF:02:001:Play with Blanka PL1
ssf2ta:0:FF87DF:03:001:Play with Guile PL1
ssf2ta:0:FF87DF:04:001:Play with Ken PL1
ssf2ta:0:FF87DF:05:001:Play with Chun Li PL1
ssf2ta:0:FF87DF:06:001:Play with Zangief PL1
ssf2ta:0:FF87DF:07:001:Play with Dhalsim PL1
ssf2ta:0:FF87DF:08:001:Play with M. Bison PL1
ssf2ta:0:FF87DF:09:001:Play with Sagat PL1
ssf2ta:0:FF87DF:0A:001:Play with Balrog PL1
ssf2ta:0:FF87DF:0B:001:Play with Vega PL1
ssf2ta:0:FF87DF:0C:001:Play with Cammy PL1
ssf2ta:0:FF87DF:0D:001:Play with T. Hawk PL1
ssf2ta:0:FF87DF:0E:001:Play with Fei Long PL1
ssf2ta:0:FF87DF:0F:001:Play with Dee Jay PL1
ssf2ta:0:FF8879:90:000:Infinite Energy PL2
ssf2ta:0:FF8A0B:90:500:Infinite Energy PL2 (2/2)
ssf2ta:0:FF8879:00:001:Drain All Energy Now! PL2
ssf2ta:0:FF8A0B:00:501:Drain All Energy Now! PL2 (2/2)
ssf2ta:0:FF8B02:30:000:Infinite Super PL2
ssf2ta:0:FF8B02:00:001:Set Super = 0 Now! PL2
ssf2ta:0:FF8A0D:90:000:Invincibility PL2
ssf2ta:0:FF8B03:01:000:Have Sprite Trails PL2
ssf2ta:0:FF8BDE:00:001:Set Sets won = 0 Now! PL2
ssf2ta:0:FF8BDE:01:001:Set Sets won = 1 Now! PL2
ssf2ta:0:FF8BDE:02:001:Set Sets won = 2 Now! PL2
ssf2ta:0:FF8BDE:00:000:Sets won always = 0 PL2
ssf2ta:0:FF8BDE:02:000:Sets won always = 2 PL2
ssf2ta:0:000000:00:999:[ Free player selection ]
ssf2ta:0:000000:00:999:[ Use on level VS screen ]
ssf2ta:0:FF8BDF:00:001:Play with Ryu PL2
ssf2ta:0:FF8BDF:01:001:Play with E. Honda PL2
ssf2ta:0:FF8BDF:02:001:Play with Blanka PL2
ssf2ta:0:FF8BDF:03:001:Play with Guile PL2
ssf2ta:0:FF8BDF:04:001:Play with Ken PL2
ssf2ta:0:FF8BDF:05:001:Play with Chun Li PL2
ssf2ta:0:FF8BDF:06:001:Play with Zangief PL2
ssf2ta:0:FF8BDF:07:001:Play with Dhalsim PL2
ssf2ta:0:FF8BDF:08:001:Play with M. Bison PL2
ssf2ta:0:FF8BDF:09:001:Play with Sagat PL2
ssf2ta:0:FF8BDF:0A:001:Play with Balrog PL2
ssf2ta:0:FF8BDF:0B:001:Play with Vega PL2
ssf2ta:0:FF8BDF:0C:001:Play with Cammy PL2
ssf2ta:0:FF8BDF:0D:001:Play with T. Hawk PL2
ssf2ta:0:FF8BDF:0E:001:Play with Fei Long PL2
ssf2ta:0:FF8BDF:0F:001:Play with Dee Jay PL2
ssf2ta:0:FF82ED:01:000:Turbo Mode!:Characters move faster
ssf2ta:0:FF8CD3:FF:000:Game Speed [ SSF2 Like ]
ssf2ta:0:FF8CD3:00:000:Game Speed [ Turbo Max ]
ssf2ta:0:FF8C51:0B:001:Go to Final Stage Next
ssf2ta:0:FF8CA1:01:000:Always have Normal Ending
ssf2ta:0:FF8CA1:00:000:Always have Special Ending
ssf2ta:0:000000:00:999:[These are the codes to set ]
ssf2ta:0:000000:00:999:[the machine region - the ]
ssf2ta:0:000000:00:999:[effectiveness may vary! ]
ssf2ta:0:000000:00:999:[You have to enable these on]
ssf2ta:0:000000:00:999:[the ROM check screen!! ]
ssf2ta:0:FF82CF:00:000:Region Switch = Japan
ssf2ta:0:FF82CF:02:000:Region Switch = USA
ssf2ta:0:FF82CF:04:000:Region Switch = ETC
ssf2ta:0:FF82CF:08:000:Region Switch = Asia
ssf2ta:0:FF82CF:0A:000:Region Switch = Asia TW
; [ Super Street Fighter 2: The Tournament Battle (World 931119) ]
ssf2tb:0:FF8CCE:99:000:Infinite Time
ssf2tb:0:FF8CCE:00:001:Finish this Round Now!
ssf2tb:0:FF83F9:90:000:Infinite Energy PL1
ssf2tb:0:FF83F9:00:001:Drain All Energy Now! PL1
ssf2tb:0:FF87F9:90:000:Infinite Energy PL2
ssf2tb:0:FF87F9:00:001:Drain All Energy Now! PL2
ssf2tb:0:FF82ED:01:000:Turbo Mode!:Characters move faster
ssf2tb:0:000000:00:999:[These are the codes to set ]
ssf2tb:0:000000:00:999:[the machine region - the ]
ssf2tb:0:000000:00:999:[effectiveness may vary! ]
ssf2tb:0:000000:00:999:[You have to enable these on]
ssf2tb:0:000000:00:999:[the ROM check screen!! ]
ssf2tb:0:FF82CF:00:000:Region Switch = Japan
ssf2tb:0:FF82CF:02:000:Region Switch = USA
ssf2tb:0:FF82CF:04:000:Region Switch = ETC
ssf2tb:0:FF82CF:08:000:Region Switch = Asia
ssf2tb:0:FF82CF:0A:000:Region Switch = Asia TW
; [ Super Street Fighter 2: The Tournament Battle (Japan 930910) ]
ssf2tbj:0:FF8CCE:99:000:Infinite Time
ssf2tbj:0:FF8CCE:00:001:Finish this Round Now!
ssf2tbj:0:FF83F9:90:000:Infinite Energy PL1
ssf2tbj:0:FF83F9:00:001:Drain All Energy Now! PL1
ssf2tbj:0:FF87F9:90:000:Infinite Energy PL2
ssf2tbj:0:FF87F9:00:001:Drain All Energy Now! PL2
ssf2tbj:0:FF82ED:01:000:Turbo Mode!:Characters move faster
ssf2tbj:0:000000:00:999:[These are the codes to set ]
ssf2tbj:0:000000:00:999:[the machine region - the ]
ssf2tbj:0:000000:00:999:[effectiveness may vary! ]
ssf2tbj:0:000000:00:999:[You have to enable these on]
ssf2tbj:0:000000:00:999:[the ROM check screen!! ]
ssf2tbj:0:FF82CF:00:000:Region Switch = Japan
ssf2tbj:0:FF82CF:02:000:Region Switch = USA
ssf2tbj:0:FF82CF:04:000:Region Switch = ETC
ssf2tbj:0:FF82CF:08:000:Region Switch = Asia
ssf2tbj:0:FF82CF:0A:000:Region Switch = Asia TW
; [ Super Street Fighter 2 Turbo (US 940223) ]
ssf2tu:0:FF8DCE:99:000:Infinite Time
ssf2tu:0:FF8DCE:00:001:Finish this Round Now!
ssf2tu:0:FF8479:90:000:Infinite Energy PL1
ssf2tu:0:FF860B:90:500:Infinite Energy PL1 (2/2)
ssf2tu:0:FF8479:00:001:Drain All Energy Now! PL1
ssf2tu:0:FF860B:00:501:Drain All Energy Now! PL1 (2/2)
ssf2tu:0:FF8702:30:000:Infinite Super PL1
ssf2tu:0:FF8702:00:001:Set Super = 0 Now! PL1
ssf2tu:0:FF860D:01:000:Invincibility PL1
ssf2tu:0:FF8703:01:000:Have Sprite Trails PL1
ssf2tu:0:FF87DE:00:001:Set Sets won = 0 Now! PL1
ssf2tu:0:FF87DE:01:001:Set Sets won = 1 Now! PL1
ssf2tu:0:FF87DE:02:001:Set Sets won = 2 Now! PL1
ssf2tu:0:FF87DE:00:000:Sets won always = 0 PL1
ssf2tu:0:FF87DE:02:000:Sets won always = 2 PL1
ssf2tu:0:000000:00:999:[ Free player selection ]
ssf2tu:0:000000:00:999:[ Use on level VS screen ]
ssf2tu:0:FF87DF:00:001:Play with Ryu PL1
ssf2tu:0:FF87DF:01:001:Play with E. Honda PL1
ssf2tu:0:FF87DF:02:001:Play with Blanka PL1
ssf2tu:0:FF87DF:03:001:Play with Guile PL1
ssf2tu:0:FF87DF:04:001:Play with Ken PL1
ssf2tu:0:FF87DF:05:001:Play with Chun Li PL1
ssf2tu:0:FF87DF:06:001:Play with Zangief PL1
ssf2tu:0:FF87DF:07:001:Play with Dhalsim PL1
ssf2tu:0:FF87DF:08:001:Play with M. Bison PL1
ssf2tu:0:FF87DF:09:001:Play with Sagat PL1
ssf2tu:0:FF87DF:0A:001:Play with Balrog PL1
ssf2tu:0:FF87DF:0B:001:Play with Vega PL1
ssf2tu:0:FF87DF:0C:001:Play with Cammy PL1
ssf2tu:0:FF87DF:0D:001:Play with T. Hawk PL1
ssf2tu:0:FF87DF:0E:001:Play with Fei Long PL1
ssf2tu:0:FF87DF:0F:001:Play with Dee Jay PL1
ssf2tu:0:FF8879:90:000:Infinite Energy PL2
ssf2tu:0:FF8A0B:90:500:Infinite Energy PL2 (2/2)
ssf2tu:0:FF8879:00:001:Drain All Energy Now! PL2
ssf2tu:0:FF8A0B:00:501:Drain All Energy Now! PL2 (2/2)
ssf2tu:0:FF8B02:30:000:Infinite Super PL2
ssf2tu:0:FF8B02:00:001:Set Super = 0 Now! PL2
ssf2tu:0:FF8A0D:90:000:Invincibility PL2
ssf2tu:0:FF8B03:01:000:Have Sprite Trails PL2
ssf2tu:0:FF8BDE:00:001:Set Sets won = 0 Now! PL2
ssf2tu:0:FF8BDE:01:001:Set Sets won = 1 Now! PL2
ssf2tu:0:FF8BDE:02:001:Set Sets won = 2 Now! PL2
ssf2tu:0:FF8BDE:00:000:Sets won always = 0 PL2
ssf2tu:0:FF8BDE:02:000:Sets won always = 2 PL2
ssf2tu:0:000000:00:999:[ Free player selection ]
ssf2tu:0:000000:00:999:[ Use on level VS screen ]
ssf2tu:0:FF8BDF:00:001:Play with Ryu PL2
ssf2tu:0:FF8BDF:01:001:Play with E. Honda PL2
ssf2tu:0:FF8BDF:02:001:Play with Blanka PL2
ssf2tu:0:FF8BDF:03:001:Play with Guile PL2
ssf2tu:0:FF8BDF:04:001:Play with Ken PL2
ssf2tu:0:FF8BDF:05:001:Play with Chun Li PL2
ssf2tu:0:FF8BDF:06:001:Play with Zangief PL2
ssf2tu:0:FF8BDF:07:001:Play with Dhalsim PL2
ssf2tu:0:FF8BDF:08:001:Play with M. Bison PL2
ssf2tu:0:FF8BDF:09:001:Play with Sagat PL2
ssf2tu:0:FF8BDF:0A:001:Play with Balrog PL2
ssf2tu:0:FF8BDF:0B:001:Play with Vega PL2
ssf2tu:0:FF8BDF:0C:001:Play with Cammy PL2
ssf2tu:0:FF8BDF:0D:001:Play with T. Hawk PL2
ssf2tu:0:FF8BDF:0E:001:Play with Fei Long PL2
ssf2tu:0:FF8BDF:0F:001:Play with Dee Jay PL2
ssf2tu:0:FF82ED:01:000:Turbo Mode!:Characters move faster
ssf2tu:0:FF8CD3:FF:000:Game Speed [ SSF2 Like ]
ssf2tu:0:FF8CD3:00:000:Game Speed [ Turbo Max ]
ssf2tu:0:FF8C51:0B:001:Go to Final Stage Next
ssf2tu:0:FF8CA1:01:000:Always have Normal Ending
ssf2tu:0:FF8CA1:00:000:Always have Special Ending
ssf2tu:0:000000:00:999:[These are the codes to set ]
ssf2tu:0:000000:00:999:[the machine region - the ]
ssf2tu:0:000000:00:999:[effectiveness may vary! ]
ssf2tu:0:000000:00:999:[You have to enable these on]
ssf2tu:0:000000:00:999:[the ROM check screen!! ]
ssf2tu:0:FF82CF:00:000:Region Switch = Japan
ssf2tu:0:FF82CF:02:000:Region Switch = USA
ssf2tu:0:FF82CF:04:000:Region Switch = ETC
ssf2tu:0:FF82CF:08:000:Region Switch = Asia
ssf2tu:0:FF82CF:0A:000:Region Switch = Asia TW
; [ Super Street Fighter 2 X: Grand Master Challenge (Japan 940223) ]
ssf2xj:0:FF8DCE:99:000:Infinite Time
ssf2xj:0:FF8DCE:00:001:Finish this Round Now!
ssf2xj:0:FF8479:90:000:Infinite Energy PL1
ssf2xj:0:FF860B:90:500:Infinite Energy PL1 (2/2)
ssf2xj:0:FF8479:00:001:Drain All Energy Now! PL1
ssf2xj:0:FF860B:00:501:Drain All Energy Now! PL1 (2/2)
ssf2xj:0:FF8702:30:000:Infinite Super PL1
ssf2xj:0:FF8702:00:001:Set Super = 0 Now! PL1
ssf2xj:0:FF860D:01:000:Invincibility PL1
ssf2xj:0:FF8703:01:000:Have Sprite Trails PL1
ssf2xj:0:FF87DE:00:001:Set Sets won = 0 Now! PL1
ssf2xj:0:FF87DE:01:001:Set Sets won = 1 Now! PL1
ssf2xj:0:FF87DE:02:001:Set Sets won = 2 Now! PL1
ssf2xj:0:FF87DE:00:000:Sets won always = 0 PL1
ssf2xj:0:FF87DE:02:000:Sets won always = 2 PL1
ssf2xj:0:000000:00:999:[ Free player selection ]
ssf2xj:0:000000:00:999:[ Use on level VS screen ]
ssf2xj:0:FF87DF:00:001:Play with Ryu PL1
ssf2xj:0:FF87DF:01:001:Play with E. Honda PL1
ssf2xj:0:FF87DF:02:001:Play with Blanka PL1
ssf2xj:0:FF87DF:03:001:Play with Guile PL1
ssf2xj:0:FF87DF:04:001:Play with Ken PL1
ssf2xj:0:FF87DF:05:001:Play with Chun Li PL1
ssf2xj:0:FF87DF:06:001:Play with Zangief PL1
ssf2xj:0:FF87DF:07:001:Play with Dhalsim PL1
ssf2xj:0:FF87DF:08:001:Play with M. Bison PL1
ssf2xj:0:FF87DF:09:001:Play with Sagat PL1
ssf2xj:0:FF87DF:0A:001:Play with Balrog PL1
ssf2xj:0:FF87DF:0B:001:Play with Vega PL1
ssf2xj:0:FF87DF:0C:001:Play with Cammy PL1
ssf2xj:0:FF87DF:0D:001:Play with T. Hawk PL1
ssf2xj:0:FF87DF:0E:001:Play with Fei Long PL1
ssf2xj:0:FF87DF:0F:001:Play with Dee Jay PL1
ssf2xj:0:FF8879:90:000:Infinite Energy PL2
ssf2xj:0:FF8A0B:90:500:Infinite Energy PL2 (2/2)
ssf2xj:0:FF8879:00:001:Drain All Energy Now! PL2
ssf2xj:0:FF8A0B:00:501:Drain All Energy Now! PL2 (2/2)
ssf2xj:0:FF8B02:30:000:Infinite Super PL2
ssf2xj:0:FF8B02:00:001:Set Super = 0 Now! PL2
ssf2xj:0:FF8A0D:90:000:Invincibility PL2
ssf2xj:0:FF8B03:01:000:Have Sprite Trails PL2
ssf2xj:0:FF8BDE:00:001:Set Sets won = 0 Now! PL2
ssf2xj:0:FF8BDE:01:001:Set Sets won = 1 Now! PL2
ssf2xj:0:FF8BDE:02:001:Set Sets won = 2 Now! PL2
ssf2xj:0:FF8BDE:00:000:Sets won always = 0 PL2
ssf2xj:0:FF8BDE:02:000:Sets won always = 2 PL2
ssf2xj:0:000000:00:999:[ Free player selection ]
ssf2xj:0:000000:00:999:[ Use on level VS screen ]
ssf2xj:0:FF8BDF:00:001:Play with Ryu PL2
ssf2xj:0:FF8BDF:01:001:Play with E. Honda PL2
ssf2xj:0:FF8BDF:02:001:Play with Blanka PL2
ssf2xj:0:FF8BDF:03:001:Play with Guile PL2
ssf2xj:0:FF8BDF:04:001:Play with Ken PL2
ssf2xj:0:FF8BDF:05:001:Play with Chun Li PL2
ssf2xj:0:FF8BDF:06:001:Play with Zangief PL2
ssf2xj:0:FF8BDF:07:001:Play with Dhalsim PL2
ssf2xj:0:FF8BDF:08:001:Play with M. Bison PL2
ssf2xj:0:FF8BDF:09:001:Play with Sagat PL2
ssf2xj:0:FF8BDF:0A:001:Play with Balrog PL2
ssf2xj:0:FF8BDF:0B:001:Play with Vega PL2
ssf2xj:0:FF8BDF:0C:001:Play with Cammy PL2
ssf2xj:0:FF8BDF:0D:001:Play with T. Hawk PL2
ssf2xj:0:FF8BDF:0E:001:Play with Fei Long PL2
ssf2xj:0:FF8BDF:0F:001:Play with Dee Jay PL2
ssf2xj:0:FF82ED:01:000:Turbo Mode!:Characters move faster
ssf2xj:0:FF8CD3:FF:000:Game Speed [ SSF2 Like ]
ssf2xj:0:FF8CD3:00:000:Game Speed [ Turbo Max ]
ssf2xj:0:FF8C51:0B:001:Go to Final Stage Next
ssf2xj:0:FF8CA1:01:000:Always have Normal Ending
ssf2xj:0:FF8CA1:00:000:Always have Special Ending
ssf2xj:0:000000:00:999:[These are the codes to set ]
ssf2xj:0:000000:00:999:[the machine region - the ]
ssf2xj:0:000000:00:999:[effectiveness may vary! ]
ssf2xj:0:000000:00:999:[You have to enable these on]
ssf2xj:0:000000:00:999:[the ROM check screen!! ]
ssf2xj:0:FF82CF:00:000:Region Switch = Japan
ssf2xj:0:FF82CF:02:000:Region Switch = USA
ssf2xj:0:FF82CF:04:000:Region Switch = ETC
ssf2xj:0:FF82CF:08:000:Region Switch = Asia
ssf2xj:0:FF82CF:0A:000:Region Switch = Asia TW
; [ Super Space Invaders '91 (World) ]
ssi:0:203619:0A:000:Infinite Lives PL1
ssi:0:205293:09:000:Infinite Shields PL1
ssi:0:20361B:0A:000:Infinite Lives PL2
ssi:0:2052E1:09:000:Infinite Shields PL2
ssi:0:20553F:30:000:Long Lasting Weapons
ssi:0:000000:00:999:[The backdrops don't change ]
ssi:0:000000:00:999:[for a couple of levels with]
ssi:0:000000:00:999:[these level cheats. ]
ssi:0:2035D5:03:001:Goto Level 4
ssi:0:2035D5:07:001:Goto Level 8
ssi:0:2035D5:0B:001:Goto Level 12
ssi:0:2035D5:0F:001:Goto Level 16
ssi:0:2035D5:13:001:Goto Level 20
ssi:0:2035D5:17:001:Goto Level 24
ssi:0:2035D5:1B:001:Goto Level 28
ssi:0:2035D5:1F:001:Goto Level 32
ssi:0:2035D5:22:001:Goto Level 36
ssi:0:2035D5:26:001:Goto Level 40
; [ Super Sidekicks / Tokuten Ou ]
ssideki:0:000000:00:999:[Activate the following ]
ssideki:0:000000:00:999:[cheat to stop the game ]
ssideki:0:000000:00:999:[locking up during play ]
ssideki:0:10000F:09:000:Disable Copy Protection
ssideki:0:100012:08:500:Disable Copy Protection (2/3)
ssideki:0:108DCC:02:500:Disable Copy Protection (3/3)
ssideki:0:108ED3:59:000:Infinite Time
ssideki:0:108ED2:09:500:Infinite Time (2/2)
ssideki:0:108ED3:00:001:Finish this Game Now!
ssideki:0:108ED2:00:501:Finish this Game Now! (2/2)
ssideki:0:1090F2:00:000:Score always = 0 PL1
ssideki:0:1090F2:99:000:Score always = 99 PL1
ssideki:0:1090F6:00:000:Penalties Scored always=0 PL1
ssideki:0:1090F6:05:000:Penalties Scored always=5 PL1
ssideki:0:1090F2:00:001:Set score = 0 Now! PL1
ssideki:0:1090F2:99:001:Set score = 99 Now! PL1
ssideki:0:1090F6:00:001:Penalties Scored = 0 Now! PL1
ssideki:0:1090F6:05:001:Penalties Scored = 5 Now! PL1
ssideki:0:1090F6:05:073:Select Penalties Scored Now! PL1
ssideki:0:1090F2:99:073:Select score Now! PL1
ssideki:0:1090F3:00:000:Score always = 0 PL2
ssideki:0:1090F3:99:000:Score always = 99 PL2
ssideki:0:1090F7:00:000:Penalties Scored always=0 PL2
ssideki:0:1090F7:05:000:Penalties Scored always=5 PL2
ssideki:0:1090F3:00:001:Set score = 0 Now! PL2
ssideki:0:1090F3:99:001:Set score = 99 Now! PL2
ssideki:0:1090F7:00:001:Penalties Scored = 0 Now! PL2
ssideki:0:1090F7:05:001:Penalties Scored = 5 Now! PL2
ssideki:0:1090F7:05:073:Select Penalties Scored Now! PL2
ssideki:0:1090F3:99:073:Select score Now! PL2
; [ Super Sidekicks 2 - The World Championship / Tokuten Ou 2 - real fight football ]
ssideki2:0:1067A4:00:000:Infinite Time
ssideki2:0:1067A3:00:500:Infinite Time (2/2)
ssideki2:0:1067A4:00:001:Finish this Game Now!:May be a slight delay
ssideki2:0:1067A3:30:501:Finish this Game Now! (2/2)
ssideki2:0:1044C4:00:000:Score always 0 PL1
ssideki2:0:1044C4:63:000:Score always 99 PL1
ssideki2:0:1044C4:00:001:Set score = 0 Now! PL1
ssideki2:0:1044C4:63:001:Set score = 99 Now! PL1
ssideki2:0:1044C4:63:070:Select score Now! PL1
ssideki2:0:1044C8:00:000:Score always = 0 PL2
ssideki2:0:1044C8:63:000:Score always = 99 PL2
ssideki2:0:1044C8:00:001:Set score = 0 Now! PL2
ssideki2:0:1044C8:63:001:Set score = 99 Now! PL2
ssideki2:0:1044C8:63:070:Select score Now! PL2
; [ Super Sidekicks 3 - The Next Glory / Tokuten Ou 3 - eikoue no michi ]
ssideki3:0:10517C:00:000:Infinite Time
ssideki3:0:10517B:00:500:Infinite Time (2/2)
ssideki3:0:10517C:00:001:Finish this Game Now!:May be a slight delay
ssideki3:0:10517B:30:501:Finish this Game Now! (2/2)
ssideki3:0:1051EA:00:000:Score always 0 PL1
ssideki3:0:1051EA:63:000:Score always 99 PL1
ssideki3:0:1051EA:00:001:Set score = 0 Now! PL1
ssideki3:0:1051EA:63:001:Set score = 99 Now! PL1
ssideki3:0:1051EA:63:070:Select score Now! PL1
ssideki3:0:1051EE:00:000:Score always = 0 PL2
ssideki3:0:1051EE:63:000:Score always = 99 PL2
ssideki3:0:1051EE:00:001:Set score = 0 Now! PL2
ssideki3:0:1051EE:63:001:Set score = 99 Now! PL2
ssideki3:0:1051EE:63:070:Select score Now! PL2
; [ Ultimate 11 / Tokuten Ou - Honoo no Libero, The ]
ssideki4:0:105A1F:00:000:Infinite Time
ssideki4:0:105A1E:00:500:Infinite Time (2/2)
ssideki4:0:105A1F:00:001:Finish this Game Now!:May be a slight delay
ssideki4:0:105A1E:30:501:Finish this Game Now! (2/2)
ssideki4:0:105A2A:00:000:Score always 0 PL1
ssideki4:0:105A2A:63:000:Score always 99 PL1
ssideki4:0:105A2A:00:001:Set score = 0 Now! PL1
ssideki4:0:105A2A:63:001:Set score = 99 Now! PL1
ssideki4:0:105A2A:63:070:Select score Now! PL1
ssideki4:0:105A2E:00:000:Score always = 0 PL2
ssideki4:0:105A2E:63:000:Score always = 99 PL2
ssideki4:0:105A2E:00:001:Set score = 0 Now! PL2
ssideki4:0:105A2E:63:001:Set score = 99 Now! PL2
ssideki4:0:105A2E:63:070:Select score Now! PL2
; [ Syusse Oozumou (Japan) ]
ssozumo:0:0052:FF:000:Some Gauge Max
ssozumo:0:0031:03:000:Infinite Super Attacks PL1
ssozumo:0:0032:03:000:Infinite Super Attacks PL2
; [ Space Attack (upright, older) ]
sspacat2:0:E5D9:06:000:Infinite Lives PL1
sspacat2:0:E5DB:06:000:Infinite Lives PL2
; [ Space Attack (cocktail) ]
sspacatc:0:E5D9:06:000:Infinite Lives PL1
sspacatc:0:E5DB:06:000:Infinite Lives PL2
; [ Space Attack (upright) ]
sspaceat:0:E5D9:06:000:Infinite Lives PL1
sspaceat:0:E5DB:06:000:Infinite Lives PL2
; [ Super Sprint ]
ssprint:0:0DD6:1F:000:Infinite Credits
ssprint:0:0DD5:1F:500:Infinite Credits (2/3)
ssprint:0:0DD4:1F:500:Infinite Credits (3/3)
ssprint:0:0E00:03:000:Infinite Wrenches PL1
ssprint:0:0E04:05:000:Max Top Speed PL1
ssprint:0:0E08:05:000:Max Traction PL1
ssprint:0:0E0C:05:000:Max Acceleration PL1
ssprint:0:0E01:03:000:Infinite Wrenches PL2
ssprint:0:0E05:05:000:Max Top Speed PL2
ssprint:0:0E09:05:000:Max Traction PL2
ssprint:0:0E0D:05:000:Max Acceleration PL2
ssprint:0:0E02:03:000:Infinite Wrenches PL3
ssprint:0:0E06:05:000:Max Top Speed PL3
ssprint:0:0E0A:05:000:Max Traction PL3
ssprint:0:0E0E:05:000:Max Acceleration PL3
ssprint:0:0E12:05:000:Fastest Chopper
ssprint:0:05BC:04:001:Make Blue Car Win Now!
ssprint:0:05BD:04:001:Make Red Car Win Now!
ssprint:0:05BE:04:001:Make Yellow Car Win Now!
ssprint:0:05BF:04:001:Make Green Car Win Now!
ssprint:0:05BC:00:000:Stop Blue Car Winning
ssprint:0:05BD:00:000:Stop Red Car Winning
ssprint:0:05BE:00:000:Stop Yellow Car Winning
ssprint:0:05BF:00:000:Stop Green Car Winning
; [ Sunset Riders (Asia 2 Players ver. ABD) ]
ssrdrabd:0:104200:FF:000:Infinite Lives PL1
ssrdrabd:0:181CB9:B4:000:Invincibility PL1
ssrdrabd:0:181CE0:C0:540:Invincibility PL1 (2/2)
ssrdrabd:0:104240:FF:000:Infinite Lives PL2
ssrdrabd:0:181FB9:B4:000:Invincibility PL2
ssrdrabd:0:181FE0:C0:540:Invincibility PL2 (2/2
; [ Sunset Riders (World 2 Players ver. EBC) ]
ssrdrebc:0:104200:FF:000:Infinite Lives PL1
ssrdrebc:0:181CB9:B4:000:Invincibility PL1
ssrdrebc:0:181CE0:C0:540:Invincibility PL1 (2/2)
ssrdrebc:0:104240:FF:000:Infinite Lives PL2
ssrdrebc:0:181FB9:B4:000:Invincibility PL2
ssrdrebc:0:181FE0:C0:540:Invincibility PL2 (2/2)
; [ Sunset Riders (World 2 Players ver. EBD) ]
ssrdrebd:0:104200:FF:000:Infinite Lives PL1
ssrdrebd:0:181CB9:B4:000:Invincibility PL1
ssrdrebd:0:181CE0:C0:540:Invincibility PL1 (2/2)
ssrdrebd:0:104240:FF:000:Infinite Lives PL2
ssrdrebd:0:181FB9:B4:000:Invincibility PL2
ssrdrebd:0:181FE0:C0:540:Invincibility PL2 (2/2)
; [ Sunset Riders (Japan 2 Players ver. JBD) ]
ssrdrjbd:0:104200:FF:000:Infinite Lives PL1
ssrdrjbd:0:181CB9:B4:000:Invincibility PL1
ssrdrjbd:0:181CE0:C0:540:Invincibility PL1 (2/2)
ssrdrjbd:0:104240:FF:000:Infinite Lives PL2
ssrdrjbd:0:181FB9:B4:000:Invincibility PL2
ssrdrjbd:0:181FE0:C0:540:Invincibility PL2 (2/2)
; [ Sunset Riders (US 4 Players ver. UAC) ]
ssrdruac:0:104200:FF:000:Infinite Lives PL1
ssrdruac:0:181CB9:B4:000:Invincibility PL1
ssrdruac:0:181CE0:C0:540:Invincibility PL1 (2/2)
ssrdruac:0:104240:FF:000:Infinite Lives PL2
ssrdruac:0:181FB9:B4:000:Invincibility PL2
ssrdruac:0:181FE0:C0:540:Invincibility PL2 (2/2)
ssrdruac:0:104280:FF:000:Infinite Lives PL3
ssrdruac:0:1822B9:B4:000:Invincibility PL3
ssrdruac:0:1822E0:C0:540:Invincibility PL3 (2/2)
ssrdruac:0:1042C0:FF:000:Infinite Lives PL4
ssrdruac:0:1825B9:B4:000:Invincibility PL4
ssrdruac:0:1825E0:C0:540:Invincibility PL4 (2/2)
; [ Sunset Riders (US 2 Players ver. UBC) ]
ssrdrubc:0:104200:FF:000:Infinite Lives PL1
ssrdrubc:0:181CB9:B4:000:Invincibility PL1
ssrdrubc:0:181CE0:C0:540:Invincibility PL1 (2/2)
ssrdrubc:0:104240:FF:000:Infinite Lives PL2
ssrdrubc:0:181FB9:B4:000:Invincibility PL2
ssrdrubc:0:181FE0:C0:540:Invincibility PL2 (2/2)
; [ Sunset Riders (US 4 Players ver. UDA) ]
ssrdruda:0:104200:FF:000:Infinite Lives PL1
ssrdruda:0:181CB9:B4:000:Invincibility PL1
ssrdruda:0:181CE0:C0:540:Invincibility PL1 (2/2)
ssrdruda:0:104240:FF:000:Infinite Lives PL2
ssrdruda:0:181FB9:B4:000:Invincibility PL2
ssrdruda:0:181FE0:C0:540:Invincibility PL2 (2/2)
ssrdruda:0:104280:FF:000:Infinite Lives PL3
ssrdruda:0:1822B9:B4:000:Invincibility PL3
ssrdruda:0:1822E0:C0:540:Invincibility PL3 (2/2)
ssrdruda:0:1042C0:FF:000:Infinite Lives PL4
ssrdruda:0:1825B9:B4:000:Invincibility PL4
ssrdruda:0:1825E0:C0:540:Invincibility PL4 (2/2)
; [ Sunset Riders (World 4 Players ver. EAC) ]
ssriders:0:104200:FF:000:Infinite Lives PL1
ssriders:0:181CB9:B4:000:Invincibility PL1
ssriders:0:181CE0:C0:540:Invincibility PL1 (2/2)
ssriders:0:104240:FF:000:Infinite Lives PL2
ssriders:0:181FB9:B4:000:Invincibility PL2
ssriders:0:181FE0:C0:540:Invincibility PL2 (2/2)
ssriders:0:104280:FF:000:Infinite Lives PL3
ssriders:0:1822B9:B4:000:Invincibility PL3
ssriders:0:1822E0:C0:540:Invincibility PL3 (2/2)
ssriders:0:1042C0:FF:000:Infinite Lives PL4
ssriders:0:1825B9:B4:000:Invincibility PL4
ssriders:0:1825E0:C0:540:Invincibility PL4 (2/2)
; [ Super Stingray ]
sstingry:0:020005:99:000:Infinite Credits
sstingry:0:02000E:05:000:Infinite Lives
sstingry:0:02012A:50:000:Infinite Energy
sstingry:0:02001E:FF:071:Select Start Round
; [ Space Stranger ]
sstrangr:0:2009:78:000:Invaders never drop
sstrangr:0:2069:00:000:Invaders don't fire
sstrangr:0:206A:30:500:Invaders don't fire (2/2)
sstrangr:0:0293:C3:100:Bullet Invincibility
sstrangr:0:2094:04:540:Bullet Invincibility (2/3)
sstrangr:0:2015:FF:500:Bullet Invincibility (3/3)
sstrangr:0:163E:00:100:Autofire Mode
sstrangr:0:21FF:07:000:Infinite Lives PL1
sstrangr:0:2100:00:001:Kill All Invaders Now! PL1
sstrangr:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
sstrangr:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
sstrangr:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
sstrangr:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
sstrangr:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
sstrangr:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
sstrangr:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
sstrangr:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
sstrangr:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
sstrangr:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
sstrangr:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
sstrangr:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
sstrangr:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
sstrangr:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
sstrangr:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
sstrangr:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
sstrangr:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
sstrangr:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
sstrangr:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
sstrangr:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
sstrangr:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
sstrangr:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
sstrangr:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
sstrangr:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
sstrangr:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
sstrangr:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
sstrangr:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
sstrangr:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
sstrangr:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
sstrangr:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
sstrangr:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
sstrangr:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
sstrangr:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
sstrangr:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
sstrangr:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
sstrangr:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
sstrangr:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
sstrangr:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
sstrangr:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
sstrangr:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
sstrangr:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
sstrangr:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
sstrangr:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
sstrangr:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
sstrangr:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
sstrangr:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
sstrangr:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
sstrangr:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
sstrangr:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
sstrangr:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
sstrangr:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
sstrangr:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
sstrangr:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
sstrangr:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
sstrangr:0:22FF:07:000:Infinite Lives PL2
sstrangr:0:2200:00:001:Kill All Invaders Now! PL2
sstrangr:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
sstrangr:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
sstrangr:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
sstrangr:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
sstrangr:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
sstrangr:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
sstrangr:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
sstrangr:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
sstrangr:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
sstrangr:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
sstrangr:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
sstrangr:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
sstrangr:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
sstrangr:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
sstrangr:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
sstrangr:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
sstrangr:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
sstrangr:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
sstrangr:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
sstrangr:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
sstrangr:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
sstrangr:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
sstrangr:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
sstrangr:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
sstrangr:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
sstrangr:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
sstrangr:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
sstrangr:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
sstrangr:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
sstrangr:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
sstrangr:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
sstrangr:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
sstrangr:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
sstrangr:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
sstrangr:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
sstrangr:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
sstrangr:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
sstrangr:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
sstrangr:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
sstrangr:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
sstrangr:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
sstrangr:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
sstrangr:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
sstrangr:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
sstrangr:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
sstrangr:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
sstrangr:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
sstrangr:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
sstrangr:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
sstrangr:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
sstrangr:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
sstrangr:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
sstrangr:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
sstrangr:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Stranger 2 ]
sstrngr2:0:2009:78:000:Invaders never drop
sstrngr2:0:2069:00:000:Invaders don't fire
sstrngr2:0:206A:30:500:Invaders don't fire (2/2)
sstrngr2:0:0293:C3:100:Bullet Invincibility
sstrngr2:0:2094:04:540:Bullet Invincibility (2/3)
sstrngr2:0:2015:FF:500:Bullet Invincibility (3/3)
sstrngr2:0:163E:00:100:Autofire Mode
sstrngr2:0:21FF:07:000:Infinite Lives PL1
sstrngr2:0:2100:00:001:Kill All Invaders Now! PL1
sstrngr2:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
sstrngr2:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
sstrngr2:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
sstrngr2:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
sstrngr2:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
sstrngr2:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
sstrngr2:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
sstrngr2:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
sstrngr2:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
sstrngr2:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
sstrngr2:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
sstrngr2:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
sstrngr2:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
sstrngr2:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
sstrngr2:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
sstrngr2:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
sstrngr2:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
sstrngr2:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
sstrngr2:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
sstrngr2:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
sstrngr2:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
sstrngr2:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
sstrngr2:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
sstrngr2:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
sstrngr2:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
sstrngr2:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
sstrngr2:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
sstrngr2:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
sstrngr2:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
sstrngr2:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
sstrngr2:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
sstrngr2:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
sstrngr2:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
sstrngr2:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
sstrngr2:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
sstrngr2:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
sstrngr2:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
sstrngr2:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
sstrngr2:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
sstrngr2:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
sstrngr2:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
sstrngr2:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
sstrngr2:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
sstrngr2:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
sstrngr2:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
sstrngr2:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
sstrngr2:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
sstrngr2:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
sstrngr2:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
sstrngr2:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
sstrngr2:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
sstrngr2:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
sstrngr2:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
sstrngr2:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
sstrngr2:0:22FF:07:000:Infinite Lives PL2
sstrngr2:0:2200:00:001:Kill All Invaders Now! PL2
sstrngr2:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
sstrngr2:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
sstrngr2:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
sstrngr2:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
sstrngr2:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
sstrngr2:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
sstrngr2:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
sstrngr2:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
sstrngr2:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
sstrngr2:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
sstrngr2:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
sstrngr2:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
sstrngr2:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
sstrngr2:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
sstrngr2:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
sstrngr2:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
sstrngr2:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
sstrngr2:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
sstrngr2:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
sstrngr2:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
sstrngr2:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
sstrngr2:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
sstrngr2:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
sstrngr2:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
sstrngr2:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
sstrngr2:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
sstrngr2:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
sstrngr2:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
sstrngr2:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
sstrngr2:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
sstrngr2:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
sstrngr2:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
sstrngr2:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
sstrngr2:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
sstrngr2:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
sstrngr2:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
sstrngr2:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
sstrngr2:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
sstrngr2:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
sstrngr2:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
sstrngr2:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
sstrngr2:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
sstrngr2:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
sstrngr2:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
sstrngr2:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
sstrngr2:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
sstrngr2:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
sstrngr2:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
sstrngr2:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
sstrngr2:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
sstrngr2:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
sstrngr2:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
sstrngr2:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
sstrngr2:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Space Tactics ]
stactics:0:4087:04:000:Infinite Shields
; [ Stadium Hero (Japan) ]
stadhero:0:FF801C:09:000:Infinite Time
stadhero:0:FF801D:9A:500:Infinite Time (2/2)
stadhero:0:FF8056:00:000:Infinite Strikes
stadhero:0:FF8057:00:000:Infinite Balls
stadhero:0:FF8058:00:000:Infinite Outs
stadhero:0:FF801C:00:001:Set Play Time to 0 Now!
stadhero:0:FF801D:01:501:Set Play Time to 0 Now! (2/3)
stadhero:0:FF8056:00:001:Set Strikes to 0 Now!
stadhero:0:FF8056:03:001:Set Strikes to 3 Now!
stadhero:0:FF8057:00:001:Set Balls to 0 Now!
stadhero:0:FF8057:03:001:Set Balls to 3 Now!
stadhero:0:FF8058:00:001:Set Outs to 0 Now!
stadhero:0:FF8058:03:001:Set Outs to 3 Now!
stadhero:0:FF8029:99:073:Select score PL1
stadhero:0:FF802A:99:073:Select score PL2
; [ Stagger I (Japan) ]
stagger1:0:3C0021:63:000:Infinite Credits
stagger1:0:3C024B:05:000:Infinite Lives PL1
stagger1:0:3C0263:05:000:Infinite Bombs PL1
stagger1:0:3CB3DE:00:000:Invincibility PL1
stagger1:0:3CB3DF:03:500:Invincibility PL1 (2/2)
stagger1:0:3CB3D5:07:000:Maximum Fire Power PL1
stagger1:0:3C024D:05:000:Infinite Lives PL2
stagger1:0:3C0265:05:000:Infinite Bombs PL2
stagger1:0:3CBBDE:00:000:Invincibility PL2
stagger1:0:3CBBDF:03:500:Invincibility PL2 (2/2)
stagger1:0:3CBBD5:07:000:Maximum Fire Power PL2
; [ Stakes Winner / Stakes Winner - GI kinzen seihae no michi ]
stakwin:0:10029E:FF:000:Infinite Money PL1
stakwin:0:1002B8:0A:000:Always Extra Speed PL1:Only Press "A" Don't whip!
stakwin:0:100336:FF:000:Infinite Money PL2
stakwin:0:100022:32:000:Infinite Time in Training:Disable during races !
stakwin:0:102998:44:000:Power - 1 PL1
stakwin:0:102AD6:44:000:Power - 2 PL1
stakwin:0:102C14:44:000:Power - 3 PL1
stakwin:0:102D52:44:000:Power - 4 PL1
stakwin:0:102E90:44:000:Power - 5 PL1
stakwin:0:102FCE:44:000:Power - 6 PL1
stakwin:0:10310C:44:000:Power - 7 PL1
; [Stakes Winner 2]
stakwin2:0:108943:0A:000:Infinite Shop Time
stakwin2:0:108B5C:FF:000:Infinite Money
stakwin2:0:108B5D:FF:500:Infinite Money (2/2)
stakwin2:0:1089E2:EA:000:Infinite Power PL1
stakwin2:0:1089C0:23:000:Always Extra Speed PL1
stakwin2:0:108BA0:FF:000:Infinite Power PL2
; [ Star Castle (version 3) ]
starcas:0:01A1:E7:000:Infinite Credits
starcas:0:01A0:03:500:Infinite Credits (2/2)
starcas:0:0077:00:000:Invincibility
starcas:0:01BA:00:500:Invincibility (2/2)
starcas:0:01AF:E7:000:Infinite Lives PL1
starcas:0:01AE:03:500:Infinite Lives PL1 (2/2)
starcas:0:01B1:E7:000:Infinite Lives PL2
starcas:0:01B0:03:500:Infinite Lives PL2 (2/2)
; [ Star Castle (older) ]
starcas1:0:01A1:E7:000:Infinite Credits
starcas1:0:01A0:03:500:Infinite Credits (2/2)
starcas1:0:0077:00:000:Invincibility
starcas1:0:01BA:00:500:Invincibility (2/2)
starcas1:0:01AF:E7:000:Infinite Lives PL1
starcas1:0:01AE:03:500:Infinite Lives PL1 (2/2)
starcas1:0:01B1:E7:000:Infinite Lives PL2
starcas1:0:01B0:03:500:Infinite Lives PL2 (2/2)
; [ Star Cruiser ]
starcrus:0:1052:00:000:Invincibility PL1
starcrus:0:1058:07:000:Score always = 7 PL1
starcrus:0:1058:00:000:Score always = 0 PL1
starcrus:0:1058:07:001:Score = 7 Now! PL1
starcrus:0:1058:00:001:Score = 0 Now! PL1
starcrus:0:1058:07:060:Select Score PL1
starcrus:0:1053:00:000:Invincibility PL2
starcrus:0:1059:07:000:Score always = 7 PL2
starcrus:0:1059:00:000:Score always = 0 PL2
starcrus:0:1059:07:001:Score = 7 Now! PL2
starcrus:0:1059:00:001:Score = 0 Now! PL2
starcrus:0:1059:07:060:Select Score PL2
; [ Star Fire (set 2) ]
starfira:0:837E:00:000:Laser never overheats
starfira:0:82AF:09:000:Infinite Fuel
starfira:0:82B0:09:500:Infinite Fuel (2/4)
starfira:0:82B1:09:500:Infinite Fuel (3/4)
starfira:0:82B2:09:500:Infinite Fuel (4/4)
; [ Star Fire ]
starfire:0:8377:00:000:Laser never overheats
starfire:0:82AB:09:000:Infinite Fuel
starfire:0:82AC:09:500:Infinite Fuel (2/4)
starfire:0:82AD:09:500:Infinite Fuel (3/4)
starfire:0:82AE:09:500:Infinite Fuel (4/4)
; [ Star Force ]
starforc:0:8166:09:000:Infinite Lives PL1
starforc:0:8198:09:000:Infinite Lives PL2
starforc:0:8547:80:000:Always Fast Shooting
starforc:0:8179:77:062:Select next level
starforc:0:8179:77:072:Select current level
; [ Star Force (encrypted) ]
starfore:0:8166:09:000:Infinite Lives PL1
starfore:0:8198:09:000:Infinite Lives PL2
starfore:0:8547:80:000:Always Fast Shooting
starfore:0:8179:77:062:Select next level
starfore:0:8179:77:072:Select current level
; [ Stargate ]
stargate:0:BDDE:11:000:Infinite Lives PL1
stargate:0:BDE0:12:000:Infinite Smart Bomb PL1
stargate:0:BDE1:B0:000:Infinite Inviso PL1
stargate:0:BE1D:11:000:Infinite Lives PL2
stargate:0:BE1F:11:000:Infinite Smart Bomb PL2
stargate:0:BE20:B0:000:Infinite Inviso PL2
; [ Star Hawk ]
starhawk:0:0167:63:000:Infinite Credits
starhawk:0:0163:3B:000:Infinite Time
starhawk:0:0161:63:500:Infinite Time (2/2)
; [ Star Jacker (Sega) ]
starjack:0:C09B:06:000:Infinite Lives
; [ Star Jacker (Stern) ]
starjacs:0:C09B:06:000:Infinite Lives
; [ Star Luster ]
starlstr:0:0001:99:000:Infinite Credits
starlstr:0:0045:60:000:Infinite Energy
; [ Star Trek ]
startrek:0:CE17:04:000:Infinite Shield
startrek:0:CE18:04:000:Infinite Torpedo
startrek:0:E4D9:99:000:Infinite Warp
; [ Star Wars ]
starw:0:2061:05:000:Infinite Lives
; [ Star Wars (rev 1) ]
starwar1:0:4860:09:000:Infinite Shield
starwar1:0:4B36:00:000:Always have FORCE
; [ Star Wars (rev 2) ]
starwars:0:4860:09:000:Infinite Shield
starwars:0:4B36:00:000:Always have FORCE
; [ Saint Dragon ]
stdragon:0:0F1A39:0B:000:Infinite Lives
stdragon:0:0F1A00:80:000:Invincibility
stdragon:0:0F1A09:00:500:Invincibility (2/2)
stdragon:0:0F1A19:03:000:Maximum Speed
stdragon:0:0F1A1B:04:000:Maximum Fire power
stdragon:0:0F1A1D:02:000:Maximum Weapon power
stdragon:0:000000:00:999:[These Select starting round]
stdragon:0:000000:00:999:[cheats are *NOT* linked so ]
stdragon:0:000000:00:999:[they must BOTH be selected ]
stdragon:0:000000:00:999:[individually one after the ]
stdragon:0:000000:00:999:[other! ]
stdragon:0:000000:00:999:[ ]
stdragon:0:000000:00:999:[You should enable these ]
stdragon:0:000000:00:999:[cheats on the 'Push Start' ]
stdragon:0:000000:00:999:[screen. ]
stdragon:0:0F1AED:FF:021:Select starting round (1|2)
stdragon:0:0F1AED:05:061:Select starting round (2|2)
stdragon:0:0F1AED:05:061:Select next round
; [ Street Fight (Germany) ]
stfight:0:F004:0B:000:Infinite Lives
stfight:0:F008:70:007:Infinite Ammo
stfight:0:E532:00:000:Invincibility
; [ Strike Gunner S.T.G ]
stg:0:FFDA2C:09:000:Infinite Lives PL1
stg:0:FFDA2A:30:000:Infinite Weapon Energy PL1
stg:0:FFE530:30:500:Infinite Weapon Energy PL1 (2/2)
stg:0:FFE534:02:000:Invincibility PL1
stg:0:FFE531:09:000:Max Shot Power PL1
stg:0:FFDA03:00:000:All Weapons Available PL1
stg:0:FFDBE3:00:000:Always have Shield Unit PL1
stg:0:FFE52F:00:500:Always have Shield Unit PL1 (2/2)
stg:0:FFDBE3:01:000:Always have Homing Missile PL1
stg:0:FFE52F:01:500:Always have Homing Missile PL1 (2/2)
stg:0:FFDBE3:02:000:Always have Atomic Missile PL1
stg:0:FFE52F:02:500:Always have Atomic Missile PL1 (2/2)
stg:0:FFDBE3:03:000:Always have Lazer Cannon PL1
stg:0:FFE52F:03:500:Always have Lazer Cannon PL1 (2/2)
stg:0:FFDBE3:04:000:Always have Comrade Fighter PL1
stg:0:FFE52F:04:500:Always have Comrade Fighter PL1 (2/2)
stg:0:FFDBE3:05:000:Always have AntiAir Mine PL1
stg:0:FFE52F:05:500:Always have AntiAir Mine PL1 (2/2)
stg:0:FFDBE3:06:000:Always have Sonic Wave PL1
stg:0:FFE52F:06:500:Always have Sonic Wave PL1 (2/2)
stg:0:FFDBE3:07:000:Always have Photon Blaster PL1
stg:0:FFE52F:07:500:Always have Photon Blaster PL1 (2/2)
stg:0:FFDBE3:08:000:Always have Splay Missile PL1
stg:0:FFE52F:08:500:Always have Splay Missile PL1 (2/2)
stg:0:FFDBE3:09:000:Always have AutoAiming ValcanPL1
stg:0:FFE52F:09:500:Always have AutoAiming ValcanPL1 (2/2)
stg:0:FFDBE3:00:001:Get Shield Unit Now! PL1
stg:0:FFE52F:00:501:Get Shield Unit Now! PL1 (2/2)
stg:0:FFDBE3:01:001:Get Homing Missile Now! PL1
stg:0:FFE52F:01:501:Get Homing Missile Now! PL1 (2/2)
stg:0:FFDBE3:02:001:Get Atomic Missile Now! PL1
stg:0:FFE52F:02:501:Get Atomic Missile Now! PL1 (2/2)
stg:0:FFDBE3:03:001:Get Lazer Cannon Now! PL1
stg:0:FFE52F:03:501:Get Lazer Cannon Now! PL1 (2/2)
stg:0:FFDBE3:04:001:Get Comrade Fighter Now! PL1
stg:0:FFE52F:04:501:Get Comrade Fighter Now! PL1 (2/2)
stg:0:FFDBE3:05:001:Get AntiAir Mine Now! PL1
stg:0:FFE52F:05:501:Get AntiAir Mine Now! PL1 (2/2)
stg:0:FFDBE3:06:001:Get Sonic Wave Now! PL1
stg:0:FFE52F:06:501:Get Sonic Wave Now! PL1 (2/2)
stg:0:FFDBE3:07:001:Get Photon Blaster Now! PL1
stg:0:FFE52F:07:501:Get Photon Blaster Now! PL1 (2/2)
stg:0:FFDBE3:08:001:Get Splay Missile Now! PL1
stg:0:FFE52F:08:501:Get Splay Missile Now! PL1 (2/2)
stg:0:FFDBE3:09:001:Get AutoAiming Valcan Now! PL1
stg:0:FFE52F:09:501:Get AutoAiming Valcan Now! PL1 (2/2)
stg:0:FFDA2D:09:000:Infinite Lives PL2
stg:0:FFDA2B:30:000:Infinite Weapon Energy PL2
stg:0:FFE590:30:500:Infinite Weapon Energy PL2 (2/2)
stg:0:FFE594:02:000:Invincibility PL2
stg:0:FFE591:09:000:Max Shot Power PL2
stg:0:FFDA04:00:000:All Weapons Available PL2
stg:0:FFDBF7:00:000:Always have Shield Unit PL2
stg:0:FFE58F:00:500:Always have Shield Unit PL2 (2/2)
stg:0:FFDBF7:01:000:Always have Homing Missile PL2
stg:0:FFE58F:01:500:Always have Homing Missile PL2 (2/2)
stg:0:FFDBF7:02:000:Always have Atomic Missile PL2
stg:0:FFE58F:02:500:Always have Atomic Missile PL2 (2/2)
stg:0:FFDBF7:03:000:Always have Lazer Cannon PL2
stg:0:FFE58F:03:500:Always have Lazer Cannon PL2 (2/2)
stg:0:FFDBF7:04:000:Always have Comrade Fighter PL2
stg:0:FFE58F:04:500:Always have Comrade Fighter PL2 (2/2)
stg:0:FFDBF7:05:000:Always have AntiAir Mine PL2
stg:0:FFE58F:05:500:Always have AntiAir Mine PL2 (2/2)
stg:0:FFDBF7:06:000:Always have Sonic Wave PL2
stg:0:FFE58F:06:500:Always have Sonic Wave PL2 (2/2)
stg:0:FFDBF7:07:000:Always have Photon Blaster PL2
stg:0:FFE58F:07:500:Always have Photon Blaster PL2 (2/2)
stg:0:FFDBF7:08:000:Always have Splay Missile PL2
stg:0:FFE58F:08:500:Always have Splay Missile PL2 (2/2)
stg:0:FFDBF7:09:000:Always have AutoAiming ValcanPL2
stg:0:FFE58F:09:500:Always have AutoAiming ValcanPL2 (2/2)
stg:0:FFDBF7:00:001:Get Shield Unit Now! PL2
stg:0:FFE58F:00:501:Get Shield Unit Now! PL2 (2/2)
stg:0:FFDBF7:01:001:Get Homing Missile Now! PL2
stg:0:FFE58F:01:501:Get Homing Missile Now! PL2 (2/2)
stg:0:FFDBF7:02:001:Get Atomic Missile Now! PL2
stg:0:FFE58F:02:501:Get Atomic Missile Now! PL2 (2/2)
stg:0:FFDBF7:03:001:Get Lazer Cannon Now! PL2
stg:0:FFE58F:03:501:Get Lazer Cannon Now! PL2 (2/2)
stg:0:FFDBF7:04:001:Get Comrade Fighter Now! PL2
stg:0:FFE58F:04:501:Get Comrade Fighter Now! PL2 (2/2)
stg:0:FFDBF7:05:001:Get AntiAir Mine Now! PL2
stg:0:FFE58F:05:501:Get AntiAir Mine Now! PL2 (2/2)
stg:0:FFDBF7:06:001:Get Sonic Wave Now! PL2
stg:0:FFE58F:06:501:Get Sonic Wave Now! PL2 (2/2)
stg:0:FFDBF7:07:001:Get Photon Blaster Now! PL2
stg:0:FFE58F:07:501:Get Photon Blaster Now! PL2 (2/2)
stg:0:FFDBF7:08:001:Get Splay Missile Now! PL2
stg:0:FFE58F:08:501:Get Splay Missile Now! PL2 (2/2)
stg:0:FFDBF7:09:001:Get AutoAiming Valcan Now! PL2
stg:0:FFE58F:09:501:Get AutoAiming Valcan Now! PL2 (2/2)
; [ Stinger ]
stinger:0:C0AC:09:000:Infinite Credits
stinger:0:C0B1:18:000:Infinite Lives PL1
stinger:0:C2A0:05:000:Infinite Orbs PL1
stinger:0:C0B2:18:000:Infinite Lives PL2
stinger:0:C2A1:05:000:Infinite Orbs PL2
; [ Stinger (prototype?) ]
stinger2:0:C0AC:09:000:Infinite Credits
stinger2:0:C0B1:18:000:Infinite Lives PL1
stinger2:0:C2A0:05:000:Infinite Orbs PL1
stinger2:0:C0B2:18:000:Infinite Lives PL2
stinger2:0:C2A1:05:000:Infinite Orbs PL2
; [ Stack Columns (Japan) ]
stkclmns:0:FFFC00:09:000:Infinite Credits
stkclmns:0:FFC08D:00:000:Never get walled up PL1
stkclmns:0:FFC48D:0D:001:Win this Round Now! PL1
stkclmns:0:000000:00:999:[These gem cheats don't update the side display!]
stkclmns:0:FFC137:01:000:Next top gem always Green PL1
stkclmns:0:FFC137:02:000:Next top gem always Orange PL1
stkclmns:0:FFC137:03:000:Next top gem always Purple PL1
stkclmns:0:FFC137:04:000:Next top gem always Blue PL1
stkclmns:0:FFC137:05:000:Next top gem always Red PL1
stkclmns:0:FFC137:06:000:Next top gem always Yellow PL1
stkclmns:0:FFC177:01:000:Next middle gem always Green PL1
stkclmns:0:FFC177:02:000:Next middle gem always Orange PL1
stkclmns:0:FFC177:03:000:Next middle gem always Purple PL1
stkclmns:0:FFC177:04:000:Next middle gem always Blue PL1
stkclmns:0:FFC177:05:000:Next middle gem always Red PL1
stkclmns:0:FFC177:06:000:Next middle gem always Yellow PL1
stkclmns:0:FFC1B7:01:000:Next bottom gem always Green PL1
stkclmns:0:FFC1B7:02:000:Next bottom gem always Orange PL1
stkclmns:0:FFC1B7:03:000:Next bottom gem always Purple PL1
stkclmns:0:FFC1B7:04:000:Next bottom gem always Blue PL1
stkclmns:0:FFC1B7:05:000:Next bottom gem always Red PL1
stkclmns:0:FFC1B7:06:000:Next bottom gem always Yellow PL1
stkclmns:0:FFC137:01:001:Next top gem is Green Now! PL1
stkclmns:0:FFC137:02:001:Next top gem is Orange Now! PL1
stkclmns:0:FFC137:03:001:Next top gem is Purple Now! PL1
stkclmns:0:FFC137:04:001:Next top gem is Blue Now! PL1
stkclmns:0:FFC137:05:001:Next top gem is Red Now! PL1
stkclmns:0:FFC137:06:001:Next top gem is Yellow Now! PL1
stkclmns:0:FFC177:01:001:Next middle gem is Green Now! PL1
stkclmns:0:FFC177:02:001:Next middle gem is Orange Now! PL1
stkclmns:0:FFC177:03:001:Next middle gem is Purple Now! PL1
stkclmns:0:FFC177:04:001:Next middle gem is Blue Now! PL1
stkclmns:0:FFC177:05:001:Next middle gem is Red Now! PL1
stkclmns:0:FFC177:06:001:Next middle gem is Yellow Now! PL1
stkclmns:0:FFC1B7:01:001:Next bottom gem is Green Now! PL1
stkclmns:0:FFC1B7:02:001:Next bottom gem is Orange Now! PL1
stkclmns:0:FFC1B7:03:001:Next bottom gem is Purple Now! PL1
stkclmns:0:FFC1B7:04:001:Next bottom gem is Blue Now! PL1
stkclmns:0:FFC1B7:05:001:Next bottom gem is Red Now! PL1
stkclmns:0:FFC1B7:06:001:Next bottom gem is Yellow Now! PL1
stkclmns:0:FFC48D:00:000:Never get walled up PL2
stkclmns:0:FFC08D:0D:001:Win this Round Now! PL2
stkclmns:0:000000:00:999:[These gem cheats don't update the side display!]
stkclmns:0:FFC537:01:000:Next top gem always Green PL2
stkclmns:0:FFC537:02:000:Next top gem always Orange PL2
stkclmns:0:FFC537:03:000:Next top gem always Purple PL2
stkclmns:0:FFC537:04:000:Next top gem always Blue PL2
stkclmns:0:FFC537:05:000:Next top gem always Red PL2
stkclmns:0:FFC537:06:000:Next top gem always Yellow PL2
stkclmns:0:FFC577:01:000:Next middle gem always Green PL2
stkclmns:0:FFC577:02:000:Next middle gem always Orange PL2
stkclmns:0:FFC577:03:000:Next middle gem always Purple PL2
stkclmns:0:FFC577:04:000:Next middle gem always Blue PL2
stkclmns:0:FFC577:05:000:Next middle gem always Red PL2
stkclmns:0:FFC577:06:000:Next middle gem always Yellow PL2
stkclmns:0:FFC5B7:01:000:Next bottom gem always Green PL2
stkclmns:0:FFC5B7:02:000:Next bottom gem always Orange PL2
stkclmns:0:FFC5B7:03:000:Next bottom gem always Purple PL2
stkclmns:0:FFC5B7:04:000:Next bottom gem always Blue PL2
stkclmns:0:FFC5B7:05:000:Next bottom gem always Red PL2
stkclmns:0:FFC5B7:06:000:Next bottom gem always Yellow PL2
stkclmns:0:FFC537:01:001:Next top gem is Green Now! PL2
stkclmns:0:FFC537:02:001:Next top gem is Orange Now! PL2
stkclmns:0:FFC537:03:001:Next top gem is Purple Now! PL2
stkclmns:0:FFC537:04:001:Next top gem is Blue Now! PL2
stkclmns:0:FFC537:05:001:Next top gem is Red Now! PL2
stkclmns:0:FFC537:06:001:Next top gem is Yellow Now! PL2
stkclmns:0:FFC577:01:001:Next middle gem is Green Now! PL2
stkclmns:0:FFC577:02:001:Next middle gem is Orange Now! PL2
stkclmns:0:FFC577:03:001:Next middle gem is Purple Now! PL2
stkclmns:0:FFC577:04:001:Next middle gem is Blue Now! PL2
stkclmns:0:FFC577:05:001:Next middle gem is Red Now! PL2
stkclmns:0:FFC577:06:001:Next middle gem is Yellow Now! PL2
stkclmns:0:FFC5B7:01:001:Next bottom gem is Green Now! PL2
stkclmns:0:FFC5B7:02:001:Next bottom gem is Orange Now! PL2
stkclmns:0:FFC5B7:03:001:Next bottom gem is Purple Now! PL2
stkclmns:0:FFC5B7:04:001:Next bottom gem is Blue Now! PL2
stkclmns:0:FFC5B7:05:001:Next bottom gem is Red Now! PL2
stkclmns:0:FFC5B7:06:001:Next bottom gem is Yellow Now! PL2
; [ Stocker ]
stocker:0:017C:28:000:Infinite Fuel
stocker:0:016F:00:000:Infinite Tickets
; [ Stompin' ]
stompin:0:0102:09:000:Infinite Credits
stompin:0:016C:05:000:Infinite Zappers
; [ Stoneage ]
stoneage:0:1BC005:99:000:Infinite Credits
stoneage:0:18534D:01:001:One hit for boss 1 Now!
stoneage:0:18654D:01:001:One hit for boss 2-1 Now!
stoneage:0:18654D:01:001:One hit for boss 2-2 Now!
stoneage:0:1877F4:01:001:One hit for boss 3-1 Now!
stoneage:0:186CCD:01:001:One hit for boss 3-2 Now!
stoneage:0:18654D:01:001:One hit for boss 4-1 Now!
stoneage:0:186BCD:01:001:One hit for boss 4-2 Now!
stoneage:0:18654D:01:001:One hit for boss 5-1 Now!
stoneage:0:1868CD:01:001:One hit for boss 5-2 Now!
stoneage:0:18654D:01:001:One hit for boss 5-3 Now!
stoneage:0:184D99:03:000:Infinite Lives PL1
stoneage:0:184E4D:12:000:Infinite Energy PL1
stoneage:0:184DD9:03:000:Infinite Lives PL2
stoneage:0:184ECD:12:000:Infinite Energy PL2
; [ Storming Party / Riku Kai Kuu Saizensen ]
storming:0:A5FB:09:000:Infinite Credits
storming:0:A817:63:000:Infinite Lives
storming:0:0000:00:999:[See the Dip Switch Menu to ]
storming:0:0000:00:999:[enable Invincibility. ]
; [ Koutetsu Yousai Strahl (Japan set 1) ]
strahl:0:0F0DBB:10:000:Infinite Lives PL1
strahl:0:0F0D5F:1C:000:Infinite Bombs PL1
strahl:0:0F0CD1:00:000:Invincibility PL1
strahl:0:0F0DCE:02:000:Maximum Weapon Weight PL1
strahl:0:0F0DCF:7F:500:Maximum Weapon Weight PL1
strahl:0:0FA60F:60:000:Weapon always Full Power PL1
strahl:0:0F0D57:00:000:Always have TWIN Shot PL1
strahl:0:0F0D57:01:000:Always have LASER Shot PL1
strahl:0:0F0D57:02:000:Always have H.LASER Shot PL1
strahl:0:0F0D57:03:000:Always have CHARGE Shot PL1
strahl:0:0F0D59:00:000:Always have VULCAN Side PL1
strahl:0:0F0D59:01:000:Always have HOMING Side PL1
strahl:0:0F0D59:02:000:Always have SHIELD Side PL1
strahl:0:0F0D59:03:000:Always have EXPAND Side PL1
strahl:0:0F0D5D:00:000:Always have SMALL Bomb PL1
strahl:0:0F0D5D:01:000:Always have ROCKET Bomb PL1
strahl:0:0F0D5D:02:000:Always have BIG Bomb PL1
strahl:0:0F0D5D:03:000:Always have NAPALM Bomb PL1
strahl:0:0F0D57:00:001:Get TWIN Shot Now! PL1
strahl:0:0F0D57:01:001:Get LASER Shot Now! PL1
strahl:0:0F0D57:02:001:Get H.LASER Shot Now! PL1
strahl:0:0F0D57:03:001:Get CHARGE Shot Now! PL1
strahl:0:0F0D59:00:001:Get VULCAN Side Now! PL1
strahl:0:0F0D59:01:001:Get HOMING Side Now! PL1
strahl:0:0F0D59:02:001:Get SHIELD Side Now! PL1
strahl:0:0F0D59:03:001:Get EXPAND Side Now! PL1
strahl:0:0F0D5D:00:001:Get SMALL Bomb Now! PL1
strahl:0:0F0D5D:01:001:Get ROCKET Bomb Now! PL1
strahl:0:0F0D5D:02:001:Get BIG Bomb Now! PL1
strahl:0:0F0D5D:03:001:Get NAPALM Bomb Now! PL1
strahl:0:0F0DBD:10:000:Infinite Lives PL2
strahl:0:0F0D69:1C:000:Infinite Bombs PL2
strahl:0:0F0CD3:00:000:Invincibility PL2
strahl:0:0F0DD0:02:000:Maximum Weapon Weight PL2
strahl:0:0F0DD1:7F:500:Maximum Weapon Weight PL2 (2/2)
strahl:0:0FA70B:60:000:Weapon always Full Power PL2
strahl:0:0F0D61:00:000:Always have TWIN Shot PL2
strahl:0:0F0D61:01:000:Always have LASER Shot PL2
strahl:0:0F0D61:02:000:Always have H.LASER Shot PL2
strahl:0:0F0D61:03:000:Always have CHARGE Shot PL2
strahl:0:0F0D65:00:000:Always have VULCAN Side PL2
strahl:0:0F0D65:01:000:Always have HOMING Side PL2
strahl:0:0F0D65:02:000:Always have SHIELD Side PL2
strahl:0:0F0D65:03:000:Always have EXPAND Side PL2
strahl:0:0F0D67:00:000:Always have SMALL Bomb PL2
strahl:0:0F0D67:01:000:Always have ROCKET Bomb PL2
strahl:0:0F0D67:02:000:Always have BIG Bomb PL2
strahl:0:0F0D67:03:000:Always have NAPALM Bomb PL2
strahl:0:0F0D61:00:001:Get TWIN Shot Now! PL2
strahl:0:0F0D61:01:001:Get LASER Shot Now! PL2
strahl:0:0F0D61:02:001:Get H.LASER Shot Now! PL2
strahl:0:0F0D61:03:001:Get CHARGE Shot Now! PL2
strahl:0:0F0D65:00:001:Get VULCAN Side Now! PL2
strahl:0:0F0D65:01:001:Get HOMING Side Now! PL2
strahl:0:0F0D65:02:001:Get SHIELD Side Now! PL2
strahl:0:0F0D65:03:001:Get EXPAND Side Now! PL2
strahl:0:0F0D67:00:001:Get SMALL Bomb Now! PL2
strahl:0:0F0D67:01:001:Get ROCKET Bomb Now! PL2
strahl:0:0F0D67:02:001:Get BIG Bomb Now! PL2
strahl:0:0F0D67:03:001:Get NAPALM Bomb Now! PL2
; [ Koutetsu Yousai Strahl (Japan set 2) ]
strahla:0:0F0D8B:03:000:0F0D8B = 03
strahla:0:0F0D8B:10:000:Infinite Lives PL1
strahla:0:0F0D2F:1C:000:Infinite Bombs PL1
strahla:0:0F0CA1:00:000:Invincibility PL1
strahla:0:0F0D9E:02:000:Maximum Weapon Weight PL1
strahla:0:0F0D9F:7F:500:Maximum Weapon Weight PL1(2/2)
strahla:0:0FA60F:60:000:Weapon always Full Power PL1
strahla:0:0F0D27:00:000:Always have TWIN Shot PL1
strahla:0:0F0D27:01:000:Always have LASER Shot PL1
strahla:0:0F0D27:02:000:Always have H.LASER Shot PL1
strahla:0:0F0D27:03:000:Always have CHARGE Shot PL1
strahla:0:0F0D29:00:000:Always have VULCAN Side PL1
strahla:0:0F0D29:01:000:Always have HOMING Side PL1
strahla:0:0F0D29:02:000:Always have SHIELD Side PL1
strahla:0:0F0D29:03:000:Always have EXPAND Side PL1
strahla:0:0F0D2D:00:000:Always have SMALL Bomb PL1
strahla:0:0F0D2D:01:000:Always have ROCKET Bomb PL1
strahla:0:0F0D2D:02:000:Always have BIG Bomb PL1
strahla:0:0F0D2D:03:000:Always have NAPALM Bomb PL1
strahla:0:0F0D27:00:001:Get TWIN Shot Now! PL1
strahla:0:0F0D27:01:001:Get LASER Shot Now! PL1
strahla:0:0F0D27:02:001:Get H.LASER Shot Now! PL1
strahla:0:0F0D27:03:001:Get CHARGE Shot Now! PL1
strahla:0:0F0D29:00:001:Get VULCAN Side Now! PL1
strahla:0:0F0D29:01:001:Get HOMING Side Now! PL1
strahla:0:0F0D29:02:001:Get SHIELD Side Now! PL1
strahla:0:0F0D29:03:001:Get EXPAND Side Now! PL1
strahla:0:0F0D2D:00:001:Get SMALL Bomb Now! PL1
strahla:0:0F0D2D:01:001:Get ROCKET Bomb Now! PL1
strahla:0:0F0D2D:02:001:Get BIG Bomb Now! PL1
strahla:0:0F0D2D:03:001:Get NAPALM Bomb Now! PL1
strahla:0:0F0D8D:10:000:Infinite Lives PL2
strahla:0:0F0D39:1C:000:Infinite Bombs PL2
strahla:0:0F0CA3:00:000:Invincibility PL2
strahla:0:0F0DA0:02:000:Maximum Weapon Weight PL2
strahla:0:0F0DA1:7F:500:Maximum Weapon Weight PL2 (2/2)
strahla:0:0FA70B:60:000:Weapon always Full Power PL2
strahla:0:0F0D31:00:000:Always have TWIN Shot PL2
strahla:0:0F0D31:01:000:Always have LASER Shot PL2
strahla:0:0F0D31:02:000:Always have H.LASER Shot PL2
strahla:0:0F0D31:03:000:Always have CHARGE Shot PL2
strahla:0:0F0D35:00:000:Always have VULCAN Side PL2
strahla:0:0F0D35:01:000:Always have HOMING Side PL2
strahla:0:0F0D35:02:000:Always have SHIELD Side PL2
strahla:0:0F0D35:03:000:Always have EXPAND Side PL2
strahla:0:0F0D37:00:000:Always have SMALL Bomb PL2
strahla:0:0F0D37:01:000:Always have ROCKET Bomb PL2
strahla:0:0F0D37:02:000:Always have BIG Bomb PL2
strahla:0:0F0D37:03:000:Always have NAPALM Bomb PL2
strahla:0:0F0D31:00:001:Get TWIN Shot Now! PL2
strahla:0:0F0D31:01:001:Get LASER Shot Now! PL2
strahla:0:0F0D31:02:001:Get H.LASER Shot Now! PL2
strahla:0:0F0D31:03:001:Get CHARGE Shot Now! PL2
strahla:0:0F0D35:00:001:Get VULCAN Side Now! PL2
strahla:0:0F0D35:01:001:Get HOMING Side Now! PL2
strahla:0:0F0D35:02:001:Get SHIELD Side Now! PL2
strahla:0:0F0D35:03:001:Get EXPAND Side Now! PL2
strahla:0:0F0D37:00:001:Get SMALL Bomb Now! PL2
strahla:0:0F0D37:01:001:Get ROCKET Bomb Now! PL2
strahla:0:0F0D37:02:001:Get BIG Bomb Now! PL2
strahla:0:0F0D37:03:001:Get NAPALM Bomb Now! PL2
; [ Strata Bowling ]
stratab:0:20C8:00:000:Infinite Time
stratab:0:20A3:0A:000:Always make a Strike
; [ Strategy X (Stern) ]
stratgys:0:8105:FF:000:Infinite Fuel
stratgys:0:8108:08:000:Infinite Lives
stratgys:0:8380:01:000:Invincibility
stratgys:0:83A0:01:500:Invincibility (2/6)
stratgys:0:8065:22:500:Invincibility (3/6)
stratgys:0:8061:18:500:Invincibility (4/6)
stratgys:0:8062:07:500:Invincibility (5/6)
stratgys:0:8066:06:500:Invincibility (6/6)
; [ Strategy X ]
stratgyx:0:8105:FF:000:Infinite Fuel
stratgyx:0:8108:08:000:Infinite Lives
stratgyx:0:8380:01:000:Invincibility
stratgyx:0:83A0:01:500:Invincibility (2/6)
stratgyx:0:8065:22:500:Invincibility (3/6)
stratgyx:0:8061:18:500:Invincibility (4/6)
stratgyx:0:8062:07:500:Invincibility (5/6)
stratgyx:0:8066:06:500:Invincibility (6/6)
; [ Stratovox ]
stratvox:0:4029:0A:000:Infinite Lives PL1
stratvox:0:4099:0A:000:Infinite Lives PL2
stratvox:0:4108:00:000:Invincibility
; [ Streaking ]
streakng:0:4214:03:000:Infinite Lives
; [ Street Smart (US version 1) ]
streets1:0:043E03:30:000:Infinite Time
streets1:0:04004C:7A:000:Infinite Lives PL1
streets1:0:040034:4B:000:Infinite Energy PL1
streets1:0:040079:78:000:Invincibility PL1
streets1:0:040269:00:001:Kill PL1 Oppo with 1 Hit Now!
streets1:0:040269:00:000:Always only 1 Hit on PL1 Oppo
streets1:0:04014C:7A:000:Infinite Lives PL2
streets1:0:040134:4B:000:Infinite Energy PL2
streets1:0:040179:78:000:Invincibility PL2
streets1:0:040369:00:001:Kill PL2 Oppo with 1 Hit Now!
streets1:0:040369:00:000:Always only 1 Hit on PL2 Oppo
; [ Street Smart (Japan version 1) ]
streetsj:0:043E03:30:000:Infinite Time
streetsj:0:04004C:7A:000:Infinite Lives PL1
streetsj:0:040034:4B:000:Infinite Energy PL1
streetsj:0:040079:78:000:Invincibility PL1
streetsj:0:040269:00:001:Kill PL1 Oppo with 1 Hit Now!
streetsj:0:040269:00:000:Always only 1 Hit on PL1 Oppo
streetsj:0:04014C:7A:000:Infinite Lives PL2
streetsj:0:040134:4B:000:Infinite Energy PL2
streetsj:0:040179:78:000:Invincibility PL2
streetsj:0:040369:00:001:Kill PL2 Oppo with 1 Hit Now!
streetsj:0:040369:00:000:Always only 1 Hit on PL2 Oppo
; [ Street Smart (US version 2) ]
streetsm:0:043E03:30:000:Infinite Time
streetsm:0:04004C:7A:000:Infinite Lives PL1
streetsm:0:040034:4B:000:Infinite Energy PL1
streetsm:0:040079:78:000:Invincibility PL1
streetsm:0:040269:00:001:Kill PL1 Oppo with 1 Hit Now!
streetsm:0:040269:00:000:Always only 1 Hit on PL1 Oppo
streetsm:0:04014C:7A:000:Infinite Lives PL2
streetsm:0:040134:4B:000:Infinite Energy PL2
streetsm:0:040179:78:000:Invincibility PL2
streetsm:0:040369:00:001:Kill PL2 Oppo with 1 Hit Now!
streetsm:0:040369:00:000:Always only 1 Hit on PL2 Oppo
; [ Street Smart (World version 1) ]
streetsw:0:043E03:30:000:Infinite Time
streetsw:0:04004C:7A:000:Infinite Lives PL1
streetsw:0:040034:4B:000:Infinite Energy PL1
streetsw:0:040079:78:000:Invincibility PL1
streetsw:0:040269:00:001:Kill PL1 Oppo with 1 Hit Now!
streetsw:0:040269:00:000:Always only 1 Hit on PL1 Oppo
streetsw:0:04014C:7A:000:Infinite Lives PL2
streetsw:0:040134:4B:000:Infinite Energy PL2
streetsw:0:040179:78:000:Invincibility PL2
streetsw:0:040369:00:001:Kill PL2 Oppo with 1 Hit Now!
streetsw:0:040369:00:000:Always only 1 Hit on PL2 Oppo
; [ Street Hoop / Street Slam / Dunk Dream ]
strhoop:0:101A54:0F:000:Infinite Time
strhoop:0:101A0B:00:000:Always have 0 Points PL1
strhoop:0:101A0B:99:000:Always have 99 Points PL1
strhoop:0:101A0B:00:001:Get 0 Points Now! PL1
strhoop:0:101A0B:99:001:Get 99 Points Now! PL1
strhoop:0:101A0F:00:000:Always have 0 Points PL2
strhoop:0:101A0F:99:000:Always have 99 Points PL2
strhoop:0:101A0F:00:001:Get 0 Points Now! PL2
strhoop:0:101A0F:99:001:Get 99 Points Now! PL2
; [ Strider (US) ]
strider:0:FF0CA8:03:000:Infinite Lives
strider:0:FF0F6A:50:000:Infinite Time
strider:0:FF0CF5:6B:000:Invincibility
strider:0:FF0CE6:81:000:Infinite Energy
strider:0:FF0CE7:81:500:Infinite Energy (2/5)
strider:0:FF0CE8:81:500:Infinite Energy (3/5)
strider:0:FF0CE9:81:500:Infinite Energy (4/5)
strider:0:FF0CEA:81:500:Infinite Energy (5/5)
strider:0:FF0CE3:FF:000:Infinite Psyfer (Sword Power)
strider:0:FF0CF8:00:000:Infinite wolf time
strider:0:FF0CF9:FF:500:Infinite wolf time (2/2)
strider:0:FF0CF8:00:001:No more wolf Now!
strider:0:FF0CF9:01:501:No more wolf Now! (2/2)
strider:0:FF0CE4:02:000:Always Maximum pods (bug!)
; [ Strider Hiryu (Japan set 1) ]
striderj:0:FF0CA8:03:000:Infinite Lives
striderj:0:FF0F6A:50:000:Infinite Time
striderj:0:FF0CF5:6B:000:Invincibility
striderj:0:FF0CE6:81:000:Infinite Energy
striderj:0:FF0CE7:81:500:Infinite Energy (2/5)
striderj:0:FF0CE8:81:500:Infinite Energy (3/5)
striderj:0:FF0CE9:81:500:Infinite Energy (4/5)
striderj:0:FF0CEA:81:500:Infinite Energy (5/5)
striderj:0:FF0CE3:FF:000:Infinite Psyfer (Sword Power)
striderj:0:FF0CF8:00:000:Infinite wolf time
striderj:0:FF0CF9:FF:500:Infinite wolf time (2/2)
striderj:0:FF0CF8:00:001:No more wolf Now!
striderj:0:FF0CF9:01:501:No more wolf Now! (2/2)
striderj:0:FF0CE4:02:000:Always Maximum pods (bug!)
; [ Strider Hiryu (Japan set 2) ]
stridrja:0:FF0CA8:03:000:Infinite Lives
stridrja:0:FF0F6A:50:000:Infinite Time
stridrja:0:FF0CF5:6B:000:Invincibility
stridrja:0:FF0CE6:81:000:Infinite Energy
stridrja:0:FF0CE7:81:500:Infinite Energy (2/5)
stridrja:0:FF0CE8:81:500:Infinite Energy (3/5)
stridrja:0:FF0CE9:81:500:Infinite Energy (4/5)
stridrja:0:FF0CEA:81:500:Infinite Energy (5/5)
stridrja:0:FF0CE3:FF:000:Infinite Psyfer (Sword Power)
stridrja:0:FF0CF8:00:000:Infinite wolf time
stridrja:0:FF0CF9:FF:500:Infinite wolf time (2/2)
stridrja:0:FF0CF8:00:001:No more wolf Now!
stridrja:0:FF0CF9:01:501:No more wolf Now! (2/2)
stridrja:0:FF0CE4:02:000:Always Maximum pods (bug!)
; [ Strike Force (rev 1 02/25/91) ]
strkforc:0:00219142:03:000:Infinite Lives PL1
strkforc:0:0021916D:0A:000:Infinite weapons PL1
strkforc:0:0021919E:03:000:Infinite Lives PL2
strkforc:0:002191C9:0A:000:Infinite weapons PL2
; [ Strike Zone ]
strkzone:0:E001:63:000:Infinite Credits
strkzone:0:E000:01:500:Infinite Credits (2/2)
strkzone:0:EBBB:00:000:Infinite Strikes
strkzone:0:EBBA:00:000:Infinite Balls
strkzone:0:EBBC:00:000:Infinite Outs
strkzone:0:EBBB:00:001:Set Strikes to 0 Now!
strkzone:0:EBBB:02:001:Set Strikes to 2 Now!
strkzone:0:EBBA:00:001:Set Balls to 0 Now!
strkzone:0:EBBA:03:001:Set Balls to 3 Now!
strkzone:0:EBBC:00:001:Set Outs to 0 Now!
strkzone:0:EBBC:02:001:Set Outs to 2 Now!
strkzone:0:EBB8:99:073:Select Score - Away Team (Top Scoreboard)
strkzone:0:EBB9:99:073:Select Score - Home Team (Bottom Scoreboard)
; [ Strength & Skill ]
strnskil:0:C067:99:000:Infinite Credits
strnskil:0:0000:00:999:[Only enable any of the cheats ]
strnskil:0:0000:00:999:[during the Round it is meant for. ]
strnskil:0:0000:00:999:[R1=Log Sawing R2=Pile Driving]
strnskil:0:0000:00:999:[R3=Slope Running R4=Ring Throwing]
strnskil:0:0000:00:999:[R5=Disc Spinning R6=Skateboarding]
strnskil:0:C281:00:000:Infinite Time R1
strnskil:0:C22C:99:000:Infinite Time R2 "ON":Turn this cheat off with the Infinite Time R2 "OFF" cheat when you have done enough
strnskil:0:C22C:01:001:Infinite Time R2 "OFF"
strnskil:0:C2AA:00:000:Infinite Time R3
strnskil:0:C240:09:000:Infinite Rings "ON" R4 PL1:Turn this cheat off with the Infinite Rings "OFF" R4 cheat when you have done enough
strnskil:0:C240:01:001:Infinite Rings "OFF" R4 PL1
strnskil:0:C241:09:001:Set Hits to 9 Now! R4 PL1
strnskil:0:C244:09:501:Set Hits to 9 Now! R4 PL1 (2/2)
strnskil:0:C2B0:09:000:Infinite Rings "ON" R4 PL2:Turn this cheat off with the Infinite Rings "OFF" R4 cheat when you have done enough
strnskil:0:C2B0:01:001:Infinite Rings "OFF" R4 PL2
strnskil:0:C2B1:09:001:Set Hits to 9 Now! R4 PL2
strnskil:0:C2B4:09:501:Set Hits to 9 Now! R4 PL2 (2/2)
strnskil:0:C244:99:000:Infinite Time R5
strnskil:0:C24B:19:000:Always have 19 Pieces R5
strnskil:0:0000:00:999:[These Select starting round cheats ]
strnskil:0:0000:00:999:[are *NOT* linked so they must BOTH ]
strnskil:0:0000:00:999:[be selected individually one after ]
strnskil:0:0000:00:999:[the other! ]
strnskil:0:0000:00:999:[ ]
strnskil:0:0000:00:999:[You should enable these cheats on ]
strnskil:0:0000:00:999:[the press 1 or 2 button screen. ]
strnskil:0:C100:FF:021:Select starting round(1|2)
strnskil:0:C100:05:061:Select starting round(2|2)
strnskil:0:C100:05:061:Select next round
; [ S.T.U.N. Runner (prototype) ]
stunrnp:0:FF948E:19:000:Infinite Credits
stunrnp:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level
stunrnp:0:FF956B:C8:500:Infinite Time (2/2)
stunrnp:0:FFDD81:06:000:Maximum Shockwaves
stunrnp:0:FFDD02:03:000:Maximum Stars
stunrnp:0:FFDD03:E7:500:Maximum Stars (2/2)
stunrnp:0:FFDD06:03:000:Maximum Kills
stunrnp:0:FFDD07:E7:500:Maximum Kills (2/2)
stunrnp:0:FFDD08:03:000:Maximum Boosts
stunrnp:0:FFDD09:E7:500:Maximum Boosts (2/2)
stunrnp:0:FFDD4F:3C:000:Invincibility "ON":Also gives full speed
stunrnp:0:FFDD4F:01:001:Invincibility "OFF"
stunrnp:0:FF9579:15:001:Goto last level next
; [ S.T.U.N. Runner ]
stunrun:0:FF948E:19:000:Infinite Credits
stunrun:0:FF956A:55:000:Infinite Time:Turn OFF at the end of level
stunrun:0:FF956B:C8:500:Infinite Time (2/2)
stunrun:0:FFDD81:06:000:Maximum Shockwaves
stunrun:0:FFDD02:03:000:Maximum Stars
stunrun:0:FFDD03:E7:500:Maximum Stars (2/2)
stunrun:0:FFDD06:03:000:Maximum Kills
stunrun:0:FFDD07:E7:500:Maximum Kills (2/2)
stunrun:0:FFDD08:03:000:Maximum Boosts
stunrun:0:FFDD09:E7:500:Maximum Boosts (2/2)
stunrun:0:FFDD4F:3C:000:Invincibility "ON":Also gives full speed
stunrun:0:FFDD4F:01:001:Invincibility "OFF"
stunrun:0:FF9579:15:001:Goto last level next
; [ Subs ]
subs:0:0082:59:000:Infinite Time
; [ Super Casino ]
sucasino:0:440A:C8:001:Get 200 credits Now!
; [ Super Burger Time (World) ]
supbtime:0:1000A7:03:000:Infinite Lives PL1
supbtime:0:1000AC:99:000:Infinite Pepper PL1
supbtime:0:1000EA:01:000:Invincibility PL1
supbtime:0:1000A3:10:520:Invincibility PL1 (2/2)
supbtime:0:100107:03:000:Infinite Lives PL2
supbtime:0:10010C:99:000:Infinite Pepper PL2
supbtime:0:10014A:01:000:Invincibility PL2
supbtime:0:100103:10:520:Invincibility PL2 (2/2)
; [ Super Burger Time (Japan) ]
supbtimj:0:1000A7:03:000:Infinite Lives PL1
supbtimj:0:1000AC:99:000:Infinite Pepper PL1
supbtimj:0:1000EA:01:000:Invincibility PL1
supbtimj:0:1000A3:10:520:Invincibility PL1 (2/2)
supbtimj:0:100107:03:000:Infinite Lives PL2
supbtimj:0:10010C:99:000:Infinite Pepper PL2
supbtimj:0:10014A:01:000:Invincibility PL2
supbtimj:0:100103:10:520:Invincibility PL2 (2/2)
; [ Superbike ]
superbik:0:1E6A:99:000:Infinite Credits
superbik:0:1F76:00:000:Invincibility
superbik:0:1C6A:06:000:Infinite Lives PL1
superbik:0:1C6B:06:000:Infinite Lives PL2
; [ Super Bond ]
superbon:0:8617:0A:000:Infinite Lives
superbon:0:8618:26:000:Infinite Ammo
superbon:0:861B:0A:000:Infinite Zapper
superbon:0:0000:00:999:[See the Dip Switch Menu to ]
superbon:0:0000:00:999:[enable Invincibility. ]
superbon:0:861C:0C:072:Select next Level:Use before stair room
superbon:0:861D:5B:072:Select next Room:Use before stair room
; [ Super Chase - Criminal Termination (US) ]
superchs:0:100144:09:000:Infinite Credits
superchs:0:102DBB:03:000:Infinite Turbos
; [ Super Galaxians ]
superg:0:421D:05:000:Infinite Lives
superg:0:12D9:C9:100:Invincibility
; [ Super Invaders ]
superinv:0:2009:78:000:Invaders never drop
superinv:0:2069:00:000:Invaders don't fire
superinv:0:206A:30:500:Invaders don't fire (2/2)
superinv:0:0293:C3:100:Bullet Invincibility
superinv:0:2094:04:540:Bullet Invincibility (2/3)
superinv:0:2015:FF:500:Bullet Invincibility (3/3)
superinv:0:163E:00:100:Autofire Mode
superinv:0:21FF:07:000:Infinite Lives PL1
superinv:0:2100:00:001:Kill All Invaders Now! PL1
superinv:0:2101:00:501:Kill All Invaders Now! PL1 (2/55):1st Line includes 1/55
superinv:0:2102:00:501:Kill All Invaders Now! PL1 (3/55)
superinv:0:2103:00:501:Kill All Invaders Now! PL1 (4/55)
superinv:0:2104:00:501:Kill All Invaders Now! PL1 (5/55)
superinv:0:2105:00:501:Kill All Invaders Now! PL1 (6/55)
superinv:0:2106:00:501:Kill All Invaders Now! PL1 (7/55)
superinv:0:2107:00:501:Kill All Invaders Now! PL1 (8/55)
superinv:0:2108:00:501:Kill All Invaders Now! PL1 (9/55)
superinv:0:2109:00:501:Kill All Invaders Now! PL1 (10/55)
superinv:0:210A:00:501:Kill All Invaders Now! PL1 (11/55)
superinv:0:210B:00:501:Kill All Invaders Now! PL1 (12/55):2nd Line
superinv:0:210C:00:501:Kill All Invaders Now! PL1 (13/55)
superinv:0:210D:00:501:Kill All Invaders Now! PL1 (14/55)
superinv:0:210E:00:501:Kill All Invaders Now! PL1 (15/55)
superinv:0:210F:00:501:Kill All Invaders Now! PL1 (16/55)
superinv:0:2110:00:501:Kill All Invaders Now! PL1 (17/55)
superinv:0:2111:00:501:Kill All Invaders Now! PL1 (18/55)
superinv:0:2112:00:501:Kill All Invaders Now! PL1 (19/55)
superinv:0:2113:00:501:Kill All Invaders Now! PL1 (20/55)
superinv:0:2114:00:501:Kill All Invaders Now! PL1 (21/55)
superinv:0:2115:00:501:Kill All Invaders Now! PL1 (22/55)
superinv:0:2116:00:501:Kill All Invaders Now! PL1 (23/55):3rd Line
superinv:0:2117:00:501:Kill All Invaders Now! PL1 (24/55)
superinv:0:2118:00:501:Kill All Invaders Now! PL1 (25/55)
superinv:0:2119:00:501:Kill All Invaders Now! PL1 (26/55)
superinv:0:211A:00:501:Kill All Invaders Now! PL1 (27/55)
superinv:0:211B:00:501:Kill All Invaders Now! PL1 (28/55)
superinv:0:211C:00:501:Kill All Invaders Now! PL1 (29/55)
superinv:0:211D:00:501:Kill All Invaders Now! PL1 (30/55)
superinv:0:211E:00:501:Kill All Invaders Now! PL1 (31/55)
superinv:0:211F:00:501:Kill All Invaders Now! PL1 (32/55)
superinv:0:2120:00:501:Kill All Invaders Now! PL1 (33/55)
superinv:0:2121:00:501:Kill All Invaders Now! PL1 (34/55):4th Line
superinv:0:2122:00:501:Kill All Invaders Now! PL1 (35/55)
superinv:0:2123:00:501:Kill All Invaders Now! PL1 (36/55)
superinv:0:2124:00:501:Kill All Invaders Now! PL1 (37/55)
superinv:0:2125:00:501:Kill All Invaders Now! PL1 (38/55)
superinv:0:2126:00:501:Kill All Invaders Now! PL1 (39/55)
superinv:0:2127:00:501:Kill All Invaders Now! PL1 (40/55)
superinv:0:2128:00:501:Kill All Invaders Now! PL1 (41/55)
superinv:0:2129:00:501:Kill All Invaders Now! PL1 (42/55)
superinv:0:212A:00:501:Kill All Invaders Now! PL1 (43/55)
superinv:0:212B:00:501:Kill All Invaders Now! PL1 (44/55)
superinv:0:212C:00:501:Kill All Invaders Now! PL1 (45/55):Top Line
superinv:0:212D:00:501:Kill All Invaders Now! PL1 (46/55)
superinv:0:212E:00:501:Kill All Invaders Now! PL1 (47/55)
superinv:0:212F:00:501:Kill All Invaders Now! PL1 (48/55)
superinv:0:2130:00:501:Kill All Invaders Now! PL1 (49/55)
superinv:0:2131:00:501:Kill All Invaders Now! PL1 (50/55)
superinv:0:2132:00:501:Kill All Invaders Now! PL1 (51/55)
superinv:0:2133:00:501:Kill All Invaders Now! PL1 (52/55)
superinv:0:2134:00:501:Kill All Invaders Now! PL1 (53/55)
superinv:0:2135:00:501:Kill All Invaders Now! PL1 (54/55)
superinv:0:2136:00:501:Kill All Invaders Now! PL1 (55/55)
superinv:0:22FF:07:000:Infinite Lives PL2
superinv:0:2200:00:001:Kill All Invaders Now! PL2
superinv:0:2201:00:501:Kill All Invaders Now! PL2 (2/55):1st Line includes 1/55
superinv:0:2202:00:501:Kill All Invaders Now! PL2 (3/55)
superinv:0:2203:00:501:Kill All Invaders Now! PL2 (4/55)
superinv:0:2204:00:501:Kill All Invaders Now! PL2 (5/55)
superinv:0:2205:00:501:Kill All Invaders Now! PL2 (6/55)
superinv:0:2206:00:501:Kill All Invaders Now! PL2 (7/55)
superinv:0:2207:00:501:Kill All Invaders Now! PL2 (8/55)
superinv:0:2208:00:501:Kill All Invaders Now! PL2 (9/55)
superinv:0:2209:00:501:Kill All Invaders Now! PL2 (10/55)
superinv:0:220A:00:501:Kill All Invaders Now! PL2 (11/55)
superinv:0:220B:00:501:Kill All Invaders Now! PL2 (12/55):2nd Line
superinv:0:220C:00:501:Kill All Invaders Now! PL2 (13/55)
superinv:0:220D:00:501:Kill All Invaders Now! PL2 (14/55)
superinv:0:220E:00:501:Kill All Invaders Now! PL2 (15/55)
superinv:0:220F:00:501:Kill All Invaders Now! PL2 (16/55)
superinv:0:2210:00:501:Kill All Invaders Now! PL2 (17/55)
superinv:0:2211:00:501:Kill All Invaders Now! PL2 (18/55)
superinv:0:2212:00:501:Kill All Invaders Now! PL2 (19/55)
superinv:0:2213:00:501:Kill All Invaders Now! PL2 (20/55)
superinv:0:2214:00:501:Kill All Invaders Now! PL2 (21/55)
superinv:0:2215:00:501:Kill All Invaders Now! PL2 (22/55)
superinv:0:2216:00:501:Kill All Invaders Now! PL2 (23/55):3rd Line
superinv:0:2217:00:501:Kill All Invaders Now! PL2 (24/55)
superinv:0:2218:00:501:Kill All Invaders Now! PL2 (25/55)
superinv:0:2219:00:501:Kill All Invaders Now! PL2 (26/55)
superinv:0:221A:00:501:Kill All Invaders Now! PL2 (27/55)
superinv:0:221B:00:501:Kill All Invaders Now! PL2 (28/55)
superinv:0:221C:00:501:Kill All Invaders Now! PL2 (29/55)
superinv:0:221D:00:501:Kill All Invaders Now! PL2 (30/55)
superinv:0:221E:00:501:Kill All Invaders Now! PL2 (31/55)
superinv:0:221F:00:501:Kill All Invaders Now! PL2 (32/55)
superinv:0:2220:00:501:Kill All Invaders Now! PL2 (33/55)
superinv:0:2221:00:501:Kill All Invaders Now! PL2 (34/55):4th Line
superinv:0:2222:00:501:Kill All Invaders Now! PL2 (35/55)
superinv:0:2223:00:501:Kill All Invaders Now! PL2 (36/55)
superinv:0:2224:00:501:Kill All Invaders Now! PL2 (37/55)
superinv:0:2225:00:501:Kill All Invaders Now! PL2 (38/55)
superinv:0:2226:00:501:Kill All Invaders Now! PL2 (39/55)
superinv:0:2227:00:501:Kill All Invaders Now! PL2 (40/55)
superinv:0:2228:00:501:Kill All Invaders Now! PL2 (41/55)
superinv:0:2229:00:501:Kill All Invaders Now! PL2 (42/55)
superinv:0:222A:00:501:Kill All Invaders Now! PL2 (43/55)
superinv:0:222B:00:501:Kill All Invaders Now! PL2 (44/55)
superinv:0:222C:00:501:Kill All Invaders Now! PL2 (45/55):Top Line
superinv:0:222D:00:501:Kill All Invaders Now! PL2 (46/55)
superinv:0:222E:00:501:Kill All Invaders Now! PL2 (47/55)
superinv:0:222F:00:501:Kill All Invaders Now! PL2 (48/55)
superinv:0:2230:00:501:Kill All Invaders Now! PL2 (49/55)
superinv:0:2231:00:501:Kill All Invaders Now! PL2 (50/55)
superinv:0:2232:00:501:Kill All Invaders Now! PL2 (51/55)
superinv:0:2233:00:501:Kill All Invaders Now! PL2 (52/55)
superinv:0:2234:00:501:Kill All Invaders Now! PL2 (53/55)
superinv:0:2235:00:501:Kill All Invaders Now! PL2 (54/55)
superinv:0:2236:00:501:Kill All Invaders Now! PL2 (55/55)
; [ Superman ]
superman:0:F012B7:09:000:Infinite Lives PL1
superman:0:F012B5:14:000:Infinite Energy PL1
superman:0:F01291:78:000:Invincibility PL1
superman:0:F012BB:0A:000:Infinite yellow diamonds PL1
superman:0:F010B7:09:000:Infinite Lives PL2
superman:0:F010B5:14:000:Infinite Energy PL2
superman:0:F01091:78:000:Invincibility PL2
superman:0:F010BB:0A:000:Infinite yellow diamonds PL2
superman:0:F02C09:00:000:One hit for helicos
superman:0:F03D0B:00:500:One hit for helicos (2/4)
superman:0:F03E4B:00:500:One hit for helicos (3/4)
superman:0:F03D8B:00:500:One hit for helicos (4/4)
superman:0:F00A76:00:001:One hit for boss 1
superman:0:F00A77:00:501:One hit for boss 1 (2/2)
superman:0:F00A72:00:001:One hit for boss 2
superman:0:F00A73:00:501:One hit for boss 2 (2/2)
superman:0:F00A5A:00:001:One hit for boss 3
superman:0:F00A5B:00:501:One hit for boss 3 (2/2)
superman:0:F00A6A:00:001:One hit for boss 4
superman:0:F00A6B:00:501:One hit for boss 4 (2/2)
superman:0:F00A6A:00:001:One hit for boss 5a
superman:0:F00A6B:00:501:One hit for boss 5a (2/2)
superman:0:F00A5F:00:001:One hit for boss 5b
superman:0:F00A67:00:501:One hit for boss 5b (2/2)
; [ Super Pac-Man ]
superpac:0:1007:06:000:Infinite Lives
superpac:0:1625:01:000:Invincibility
superpac:0:1626:01:000:Ghosts Always Squashed
superpac:0:1090:00:001:Finish this Level Now!
superpac:0:1091:00:501:Finish this Level Now! (2/2)
superpac:0:1096:00:000:No Bonus Stages
superpac:0:1096:01:000:Every Stage a Bonus Stage
superpac:0:112B:AF:000:Ghosts stay blue until eaten
superpac:0:1633:CD:000:Everlasting Super pills
; [ Super Pac-Man (Midway) ]
superpcm:0:1007:06:000:Infinite Lives
superpcm:0:1625:01:000:Invincibility
superpcm:0:1626:01:000:Ghosts Always Squashed
superpcm:0:1090:00:001:Finish this Level Now!
superpcm:0:1091:00:501:Finish this Level Now! (2/2)
superpcm:0:1096:00:000:No Bonus Stages
superpcm:0:1096:01:000:Every Stage a Bonus Stage
superpcm:0:112B:AF:000:Ghosts stay blue until eaten
superpcm:0:1633:CD:000:Everlasting Super pills
; [ Super Qix ]
superqix:0:E4CD:00:000:Infinite freeze time
superqix:0:F85C:E4:000:Stop around timer
superqix:0:F85E:04:500:Stop around timer (2/2)
superqix:0:F814:0A:000:Infinite Lives PL1
superqix:0:F011:99:001:Finish this Round faster PL1
superqix:0:F869:03:001:Get 3 letters out of 4 PL1
superqix:0:F869:04:001:Get 4 letters out of 5 PL1
superqix:0:F869:05:001:Get 5 letters out of 6 PL1
superqix:0:F869:06:001:Get 6 letters out of 7 PL1
superqix:0:F869:04:001:Get 7 letters out of 8 PL1
superqix:0:F815:0A:000:Infinite Lives PL2
superqix:0:F012:99:001:Finish this Round faster PL2
superqix:0:F880:03:001:Get 3 letters out of 4 PL2
superqix:0:F869:04:001:Get 4 letters out of 5 PL2
superqix:0:F869:05:001:Get 5 letters out of 6 PL2
superqix:0:F869:06:001:Get 6 letters out of 7 PL2
superqix:0:F869:04:001:Get 7 letters out of 8 PL2
superqix:0:E4A8:8F:000:Always have shield
superqix:0:E4A8:01:000:Always have speed up
superqix:0:E4A8:09:000:Always have max speed
superqix:0:E4A8:04:000:Always have freeze
superqix:0:E4A8:0D:000:Always have freeze+speed
superqix:0:E4A8:8F:001:Get shield Now!
superqix:0:E4A8:01:001:Get speed up Now!
superqix:0:E4A8:09:001:Get max speed Now!
superqix:0:E4A8:04:001:Get freeze Now!
superqix:0:E4A8:0D:001:Get freeze+speed Now!
superqix:0:F804:00:001:Next Goto Round 2
superqix:0:F804:01:001:Next Goto Round 3
superqix:0:F804:02:001:Next Goto Round 4
superqix:0:F804:03:001:Next Goto Round 5
superqix:0:F804:04:001:Next Goto Round 6
superqix:0:F804:05:001:Next Goto Round 7
superqix:0:F804:06:001:Next Goto Round 8
superqix:0:F804:07:001:Next Goto Round 9
superqix:0:F804:08:001:Next Goto Round 10
superqix:0:F804:09:001:Next Goto Round 11
superqix:0:F804:0A:001:Next Goto Round 12
superqix:0:F804:0B:001:Next Goto Round 13
superqix:0:F804:0C:001:Next Goto Round 14
superqix:0:F804:0D:001:Next Goto Round 15
superqix:0:F804:0E:001:Next Goto Round 16
; [ Super Spy, The ]
superspy:0:10181F:08:000:Infinite Energy
superspy:0:101856:0F:000:Always have Machine Gun
superspy:0:101856:00:000:Always have Pistol
superspy:0:1017F6:09:000:Infinite Pistol Ammo
superspy:0:1017F7:99:500:Infinite Pistol Ammo (2/2)
superspy:0:101854:09:000:Infinite M. Gun Ammo
superspy:0:101855:99:500:Infinite M. Gun Ammo (2/2)
superspy:0:101878:10:000:Indestructible Knife
; [ Super Glob ]
suprglob:0:7D8F:99:000:Infinite Credits
suprglob:0:7DA3:B4:000:Infinite Energy:Display isn't true!
suprglob:0:7DAD:05:000:Infinite Lives PL1
suprglob:0:7DAF:05:000:Infinite Lives PL2
; [ Super Locomotive ]
suprloco:0:FC64:03:000:Infinite Lives PL1
suprloco:0:FA73:FF:000:Infinite Energy PL1
suprloco:0:FC74:03:000:Infinite Lives PL2
suprloco:0:FA93:FF:000:Infinite Energy PL2
suprloco:0:FA0F:00:000:Invincibility
; [ Super Missile Attack ]
suprmatk:0:00A0:0B:004:Infinite shots (Left)
suprmatk:0:00A1:0B:004:Infinite shots (Center)
suprmatk:0:00A2:0B:004:Infinite shots (Right)
suprmatk:0:00C0:06:000:Infinite cities
; [ Super Mouse ]
suprmous:0:841F:01:000:Invincibility
suprmous:0:0000:00:999:[See the Dip Switch Menu to ]
suprmous:0:0000:00:999:[enable an alternate ]
suprmous:0:0000:00:999:[Invincibility cheat. ]
suprmous:0:8200:1A:000:Infinite Lives PL1
suprmous:0:8300:1A:000:Infinite Lives PL2
; [ Vs. Super Mario Bros ]
suprmrio:0:030C:09:000:Infinite Credits
suprmrio:0:07FA:09:005:Infinite Time
suprmrio:0:075A:08:000:Infinite Lives
suprmrio:0:079E:08:000:Invincibility
suprmrio:0:0704:01:000:Always be a swimmer:Very HANDY indeed ;-)
suprmrio:0:0704:00:000:Always be a walker
suprmrio:0:0704:01:001:Become a swimmer Now!
suprmrio:0:0704:00:001:Become a walker Now!
suprmrio:0:0754:01:000:Always be Small
suprmrio:0:0756:00:500:Always be Small (2/2)
suprmrio:0:0754:00:000:Always be Big
suprmrio:0:0756:01:500:Always be Big (2/2)
suprmrio:0:0754:00:000:Always have Firepower
suprmrio:0:0756:02:500:Always have Firepower (2/2)
suprmrio:0:0754:01:001:Become Small Now!
suprmrio:0:0756:00:501:Become Small Now! (2/2)
suprmrio:0:0754:00:001:Become Big Now!
suprmrio:0:0756:01:501:Become Big Now! (2/2)
suprmrio:0:0754:00:001:Get Firepower Now!
suprmrio:0:0756:02:501:Get Firepower Now! (2/2)
suprmrio:0:075F:07:071:Select Current World Level
; [ Surprise Attack (Japan) ]
surpratk:0:5945:5A:006:Infinite Time
surpratk:0:5964:09:000:Infinite Lives
surpratk:0:0BD4:00:998:Watch me for good answer
surpratk:0:1FBB:00:000:Invincibility
surpratk:0:1FE5:00:001:Get Normal Disk Now!
surpratk:0:1FE5:01:001:Get Granade Disk Now!
surpratk:0:1DA1:00:000:Always No Bombs Remain
surpratk:0:5904:00:000:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Tapper (Suntory) ]
sutapper:0:E4A7:06:000:Infinite Lives
sutapper:0:E711:01:001:Serve one beer on this level
sutapper:0:0000:00:999:[This Nonstop Dancing Girls ]
sutapper:0:0000:00:999:[cheat doesn't start until ]
sutapper:0:0000:00:999:[after you get the money. ]
sutapper:0:0000:00:999:[Also new customers are NOT ]
sutapper:0:0000:00:999:[distracted by them!! ]
sutapper:0:E712:FF:000:Nonstop Dancing Girls
sutapper:0:E4A8:62:071:Select current level
sutapper:0:E4A8:62:061:Select next level
sutapper:0:0000:00:999:[These Start on Level cheats]
sutapper:0:0000:00:999:[should be enabled on the ]
sutapper:0:0000:00:999:[title screen and turned off]
sutapper:0:0000:00:999:[when you start the level. ]
sutapper:0:E4A8:01:000:Start on Level 2
sutapper:0:E4A8:02:000:Start on Level 3
sutapper:0:E4A8:03:000:Start on Level 4
sutapper:0:E4A8:04:000:Start on Level 5
sutapper:0:E4A8:05:000:Start on Level 6
sutapper:0:E4A8:06:000:Start on Level 7
sutapper:0:E4A8:07:000:Start on Level 8
sutapper:0:E4A8:08:000:Start on Level 9
sutapper:0:E4A8:09:000:Start on Level 10(the aliens)
; [ Super Volleyball (Japan) ]
svolley:0:0604EE:09:000:Infinite Serve Time
svolley:0:0604F4:09:000:Infinite Set Time
svolley:0:0604EC:00:001:Finish Set Now!
svolley:0:0604F3:00:501:Finish Set Now! (2/3)
svolley:0:0604F4:00:501:Finish Set Now! (3/3)
svolley:0:060377:00:001:Set score = 0 PL1
svolley:0:060379:00:501:Set score = 0 PL1 (2/2)
svolley:0:060377:01:001:Set score = 15 PL1
svolley:0:060379:05:501:Set score = 15 PL1 (2/2)
svolley:0:060377:00:000:Score always = 0 PL1
svolley:0:060379:00:500:Score always = 0 PL1 (2/2)
svolley:0:060377:01:000:Score always = 15 PL1
svolley:0:060379:05:500:Score always = 15 PL1 (2/2)
svolley:0:06037D:00:001:Set score = 0 PL2
svolley:0:06037F:00:501:Set score = 0 PL2 (2/2)
svolley:0:06037D:01:001:Set score = 15 PL2
svolley:0:06037F:05:501:Set score = 15 PL2 (2/2)
svolley:0:06037D:00:000:Score always = 0 PL2
svolley:0:06037F:00:500:Score always = 0 PL2 (2/2)
svolley:0:06037D:01:000:Score always = 15 PL2
svolley:0:06037F:05:500:Score always = 15 PL2 (2/2)
; [ Super Volleyball (Korea) ]
svolleyk:0:0604EE:09:000:Infinite Serve Time
svolleyk:0:0604F4:09:000:Infinite Set Time
svolleyk:0:0604EC:00:001:Finish Set Now!
svolleyk:0:0604F3:00:501:Finish Set Now! (2/3)
svolleyk:0:0604F4:00:501:Finish Set Now! (3/3)
svolleyk:0:060377:00:001:Set score = 0 PL1
svolleyk:0:060379:00:501:Set score = 0 PL1 (2/2)
svolleyk:0:060377:01:001:Set score = 15 PL1
svolleyk:0:060379:05:501:Set score = 15 PL1 (2/2)
svolleyk:0:060377:00:000:Score always = 0 PL1
svolleyk:0:060379:00:500:Score always = 0 PL1 (2/2)
svolleyk:0:060377:01:000:Score always = 15 PL1
svolleyk:0:060379:05:500:Score always = 15 PL1 (2/2)
svolleyk:0:06037D:00:001:Set score = 0 PL2
svolleyk:0:06037F:00:501:Set score = 0 PL2 (2/2)
svolleyk:0:06037D:01:001:Set score = 15 PL2
svolleyk:0:06037F:05:501:Set score = 15 PL2 (2/2)
svolleyk:0:06037D:00:000:Score always = 0 PL2
svolleyk:0:06037F:00:500:Score always = 0 PL2 (2/2)
svolleyk:0:06037D:01:000:Score always = 15 PL2
svolleyk:0:06037F:05:500:Score always = 15 PL2 (2/2)
; [ Super Volley '91 (Japan) ]
svolly91:0:1016AD:3B:000:Infinite Time
svolly91:0:101687:11:001:End ball to win a game PL1
svolly91:0:101687:00:000:Score always set to 0 PL1
svolly91:0:101687:00:001:Set score to 0 Now! PL1
svolly91:0:101687:11:070:Select score PL1
svolly91:0:101689:11:001:End ball to win a game PL2
svolly91:0:101689:00:000:Score always set to 0 PL2
svolly91:0:101689:00:001:Set score to 0 Now! PL2
svolly91:0:101689:11:070:Select score PL2
; [ Swarm ]
swarm:0:421D:05:000:Infinite Lives
swarm:0:4200:01:000:Invincibility
swarm:0:4201:00:500:Invincibility (2/3)
swarm:0:4205:00:500:Invincibility (3/3)
; [ SWAT ]
swat:0:C061:06:000:Infinite Lives PL1
swat:0:C062:06:000:Infinite Lives PL2
swat:0:CF97:08:000:Infinite Bombs
; [ Super World Court (Japan) ]
swcourt:0:00140B:09:000:Infinite Credits
swcourt:0:004019:FF:000:Infinite Time
swcourt:0:003FA3:00:000:Game Score always = 0 TEAM 1
swcourt:0:003FA3:00:001:Set Game Score = 0 Now! TEAM 1
swcourt:0:003FA3:01:001:Set Game Score = 15 Now! TEAM 1
swcourt:0:003FA3:02:001:Set Game Score = 30 Now! TEAM 1
swcourt:0:003FA3:03:001:Set Game Score = 40 Now! TEAM 1
swcourt:0:003FAB:00:070:Select 'Sets' score TEAM 1
swcourt:0:003FA7:00:000:Game Score always = 0 TEAM 2
swcourt:0:003FA7:00:001:Set Game Score = 0 Now! TEAM 2
swcourt:0:003FA7:01:001:Set Game Score = 15 Now! TEAM 2
swcourt:0:003FA7:02:001:Set Game Score = 30 Now! TEAM 2
swcourt:0:003FA7:03:001:Set Game Score = 40 Now! TEAM 2
swcourt:0:003FAD:07:070:Select 'Sets' score TEAM 2
; [ Swimmer (set 1) ]
swimmer:0:82FE:06:000:Infinite Lives PL1
swimmer:0:82FF:06:000:Infinite Lives PL2
; [ Swimmer (set 2) ]
swimmera:0:82FE:06:000:Infinite Lives PL1
swimmera:0:82FF:06:000:Infinite Lives PL2
; [ Swimmer (set 3) ]
swimmerb:0:82FE:06:000:Infinite Lives PL1
swimmerb:0:82FF:06:000:Infinite Lives PL2
; [ Super World Stadium '92 (Japan) ]
sws92:0:100005:09:000:Infinite Credits
sws92:0:1024BD:00:000:Infinite Strikes
sws92:0:1024BF:00:000:Infinite Balls
sws92:0:1024BB:00:000:Infinite Outs
sws92:0:1024BD:00:001:Set Strikes to 0 Now!
sws92:0:1024BD:03:001:Set Strikes to 3 Now!
sws92:0:1024BF:00:001:Set Balls to 0 Now!
sws92:0:1024BF:03:001:Set Balls to 3 Now!
sws92:0:1024BB:00:001:Set Outs to 0 Now!
sws92:0:1024BB:03:001:Set Outs to 3 Now!
sws92:0:10249B:99:070:Select Score PL1
sws92:0:10249D:99:070:Select Score PL2
; [ Super World Stadium '92 Gekitouban (Japan) ]
sws92g:0:100005:09:000:Infinite Credits
sws92g:0:1024B9:00:000:Infinite Strikes
sws92g:0:1024BB:00:000:Infinite Balls
sws92g:0:1024B7:00:000:Infinite Outs
sws92g:0:1024B9:00:001:Set Strikes to 0 Now!
sws92g:0:1024B9:03:001:Set Strikes to 3 Now!
sws92g:0:1024BB:00:001:Set Balls to 0 Now!
sws92g:0:1024BB:03:001:Set Balls to 3 Now!
sws92g:0:1024B7:00:001:Set Outs to 0 Now!
sws92g:0:1024B7:03:001:Set Outs to 3 Now!
sws92g:0:102493:00:070:Select Score PL1
sws92g:0:102495:00:070:Select Score PL2
; [ Super World Stadium '93 (Japan) ]
sws93:0:100005:09:000:Infinite Credits
sws93:0:1024B5:00:000:Infinite Strikes
sws93:0:1024B7:00:000:Infinite Balls
sws93:0:1024B3:00:000:Infinite Outs
sws93:0:1024B5:00:001:Set Strikes to 0 Now!
sws93:0:1024B5:03:001:Set Strikes to 3 Now!
sws93:0:1024B7:00:001:Set Balls to 0 Now!
sws93:0:1024B7:03:001:Set Balls to 3 Now!
sws93:0:1024B3:00:001:Set Outs to 0 Now!
sws93:0:1024B3:03:001:Set Outs to 3 Now!
sws93:0:102493:99:070:Select Score PL1
sws93:0:102495:99:070:Select Score PL2
; [ Super World Stadium '96 (Japan) ]
sws96:0:20601F:09:000:Infinite Credits
sws96:0:20C3E7:00:000:Infinite Strikes
sws96:0:20C3E9:00:000:Infinite Balls
sws96:0:20C3EB:00:000:Infinite Outs
sws96:0:20C3E7:00:001:Set Strikes to 0 Now!
sws96:0:20C3E7:03:001:Set Strikes to 3 Now!
sws96:0:20C3E9:00:001:Set Balls to 0 Now!
sws96:0:20C3E9:03:001:Set Balls to 3 Now!
sws96:0:20C3EB:00:001:Set Outs to 0 Now!
sws96:0:20C3EB:03:001:Set Outs to 3 Now!
sws96:0:20C443:63:070:Select Score PL1
sws96:0:20C445:63:070:Select Score PL2
; [ Super World Stadium '97 (Japan) ]
sws97:0:20601F:09:000:Infinite Credits
sws97:0:20C3E7:00:000:Infinite Strikes
sws97:0:20C3E9:00:000:Infinite Balls
sws97:0:20C3EB:00:000:Infinite Outs
sws97:0:20C3E7:00:001:Set Strikes to 0 Now!
sws97:0:20C3E7:03:001:Set Strikes to 3 Now!
sws97:0:20C3E9:00:001:Set Balls to 0 Now!
sws97:0:20C3E9:03:001:Set Balls to 3 Now!
sws97:0:20C3EB:00:001:Set Outs to 0 Now!
sws97:0:20C3EB:03:001:Set Outs to 3 Now!
sws97:0:20C443:63:070:Select Score PL1
sws97:0:20C445:63:070:Select Score PL2
; [ Super Xevious ]
sxevious:0:8183:09:000:Infinite Lives
sxevious:0:0000:00:999:[Activate Invincibility ]
sxevious:0:0000:00:999:[Cheats during play only!!! ]
sxevious:0:7C47:01:000:Invincibility
sxevious:0:8044:00:500:Invincibility (2/4)
sxevious:0:8146:50:500:Invincibility (3/4)
sxevious:0:8282:75:500:Invincibility (4/4)
; [ Syvalion (Japan) ]
syvalion:0:102901:09:000:Infinite Credits
syvalion:0:1044D6:03:000:Infinite Time
syvalion:0:1044D7:E7:500:Infinite Time (2/2)
syvalion:0:1043B6:09:000:Infinite Energy
syvalion:0:1042B4:14:000:Maximum fire power
syvalion:0:104273:04:000:Infinite Lives PL1
syvalion:0:104281:04:000:Infinite Lives PL2
; [ Super Zaxxon ]
szaxxon:0:6066:03:000:Infinite Lives
szaxxon:0:62B2:7F:000:Infinite Fuel
szaxxon:0:6407:00:000:Invincibility
; [ Tac/Scan ]
tacscan:0:CAA2:08:000:Infinite Ships PL1
tacscan:0:CAA3:08:000:Infinite Ships PL2
tacscan:0:E0DC:01:000:Always have ship 1
tacscan:0:E0E6:01:000:Always have ship 2
tacscan:0:E0F0:01:000:Always have ship 3
tacscan:0:E0FA:01:000:Always have ship 4
tacscan:0:E104:01:000:Always have ship 5
tacscan:0:E10E:01:000:Always have ship 6
tacscan:0:E118:01:000:Always have ship 7
; [ Tag Team Wrestling ]
tagteam:0:00AC:10:000:Infinite Power
; [ Tail to Nose - Great Championship ]
tail2nos:0:FF8935:63:000:Infinite Credits
tail2nos:0:FF8B15:00:000:Infinite Time (Time Attack)
tail2nos:0:FF854B:28:000:Infinite Time (Grand Prix)
tail2nos:0:FF8987:01:000:Always be in Pole Position
; [ Tailgunner ]
tailg:0:0113:09:000:Infinite Credits
tailg:0:00D3:0A:000:Infinite Lives
; [ Tank Battalion ]
tankbatt:0:00A4:06:000:Infinite Lives
; [ Tank Force (US) ]
tankfrce:0:02E2:01:000:Freeze All Enemy Tanks
tankfrce:0:02E4:01:500:Freeze All Enemy Tanks (2/2)
tankfrce:0:02E7:65:000:Invincible Command
tankfrce:0:7CD0:14:500:Invincible Command (2/9)
tankfrce:0:7CD4:14:500:Invincible Command (3/9)
tankfrce:0:7CD8:14:500:Invincible Command (4/9)
tankfrce:0:7CDC:14:500:Invincible Command (5/9)
tankfrce:0:7D60:14:500:Invincible Command (6/9)
tankfrce:0:7D6C:14:500:Invincible Command (7/9)
tankfrce:0:7DF0:14:500:Invincible Command (8/9)
tankfrce:0:7DFC:14:500:Invincible Command (9/9)
tankfrce:0:0297:87:000:Infinite Lives PL1
tankfrce:0:43A3:7B:000:Invincibility PL1
tankfrce:0:43A6:7B:500:Invincibility PL1 (2/2)
tankfrce:0:43B6:08:000:Infinite Time PL1
tankfrce:0:43B7:00:500:Infinite Time PL1 (2/2)
tankfrce:0:439A:0F:000:Max Shot Power PL1
tankfrce:0:438A:01:000:Always Low Speed Tank PL1:Normal Tank Speed
tankfrce:0:438A:02:000:Always Mid Speed Tank PL1
tankfrce:0:438A:03:000:Always Top Speed Tank PL1
tankfrce:0:438A:01:001:Get Low Speed Tank Now! PL1:Normal Tank Speed
tankfrce:0:438A:02:001:Get Mid Speed Tank Now!PL1
tankfrce:0:438A:03:001:Get Top Speed Tank Now!PL1
tankfrce:0:43B2:00:001:Get Normal Tank Now! PL1
tankfrce:0:43B2:01:001:Get Normal+ Tank Now! PL1:Normal + better ammo
tankfrce:0:43B2:02:001:Get 4 Way Tank Now! PL1
tankfrce:0:43B2:03:001:Get Heavy Tank Now! PL1
tankfrce:0:43B2:04:001:Get Twin Tank Now! PL1
tankfrce:0:43B2:05:001:Get Wave Tank Now! PL1
tankfrce:0:43B2:06:001:Get Small Tank Now! PL1
tankfrce:0:43B2:07:001:Get Small+ Tank Now! PL1:Small + better ammo
tankfrce:0:0298:87:000:Infinite Lives PL2
tankfrce:0:4323:7B:000:Invincibility PL2
tankfrce:0:4326:7B:500:Invincibility PL2 (2/2)
tankfrce:0:4336:08:000:Infinite Time PL2
tankfrce:0:4337:00:500:Infinite Time PL2 (2/2)
tankfrce:0:431A:0F:000:Max Shot Power PL2
tankfrce:0:430A:01:000:Always Low Speed Tank PL2:Normal Tank Speed
tankfrce:0:430A:02:000:Always Mid Speed Tank PL2
tankfrce:0:430A:03:000:Always Top Speed Tank PL2
tankfrce:0:430A:01:001:Get Low Speed Tank Now! PL2:Normal Tank Speed
tankfrce:0:430A:02:001:Get Mid Speed Tank Now! PL2
tankfrce:0:430A:03:001:Get Top Speed Tank Now! PL2
tankfrce:0:4332:00:001:Get Normal Tank Now! PL2
tankfrce:0:4332:01:001:Get Normal+ Tank Now! PL2:Normal + better ammo
tankfrce:0:4332:02:001:Get 4 Way Tank Now! PL2
tankfrce:0:4332:03:001:Get Heavy Tank Now! PL2
tankfrce:0:4332:04:001:Get Twin Tank Now! PL2
tankfrce:0:4332:05:001:Get Wave Tank Now! PL2
tankfrce:0:4332:06:001:Get Small Tank Now! PL2
tankfrce:0:4332:07:001:Get Small+ Tank Now! PL2:Small + better ammo
tankfrce:0:0000:00:999:[You should enable this ]
tankfrce:0:0000:00:999:[Select starting round cheat]
tankfrce:0:0000:00:999:[on the game countdown ]
tankfrce:0:0000:00:999:[screen for it to work ]
tankfrce:0:027B:23:071:Select starting round
tankfrce:0:027B:23:061:Select next round
; [ Tank Force (Japan) ]
tankfrcj:0:02E2:01:000:Freeze All Enemy Tanks
tankfrcj:0:02E4:01:500:Freeze All Enemy Tanks (2/2)
tankfrcj:0:02E7:65:000:Invincible Command
tankfrcj:0:7CD0:14:500:Invincible Command (2/9)
tankfrcj:0:7CD4:14:500:Invincible Command (3/9)
tankfrcj:0:7CD8:14:500:Invincible Command (4/9)
tankfrcj:0:7CDC:14:500:Invincible Command (5/9)
tankfrcj:0:7D60:14:500:Invincible Command (6/9)
tankfrcj:0:7D6C:14:500:Invincible Command (7/9)
tankfrcj:0:7DF0:14:500:Invincible Command (8/9)
tankfrcj:0:7DFC:14:500:Invincible Command (9/9)
tankfrcj:0:0297:87:000:Infinite Lives PL1
tankfrcj:0:43A3:7B:000:Invincibility PL1
tankfrcj:0:43A6:7B:500:Invincibility PL1 (2/2)
tankfrcj:0:43B6:08:000:Infinite Time PL1
tankfrcj:0:43B7:00:500:Infinite Time PL1 (2/2)
tankfrcj:0:439A:0F:000:Max Shot Power PL1
tankfrcj:0:438A:01:000:Always Low Speed Tank PL1:Normal Tank Speed
tankfrcj:0:438A:02:000:Always Mid Speed Tank PL1
tankfrcj:0:438A:03:000:Always Top Speed Tank PL1
tankfrcj:0:438A:01:001:Get Low Speed Tank Now! PL1:Normal Tank Speed
tankfrcj:0:438A:02:001:Get Mid Speed Tank Now!PL1
tankfrcj:0:438A:03:001:Get Top Speed Tank Now!PL1
tankfrcj:0:43B2:00:001:Get Normal Tank Now! PL1
tankfrcj:0:43B2:01:001:Get Normal+ Tank Now! PL1:Normal + better ammo
tankfrcj:0:43B2:02:001:Get 4 Way Tank Now! PL1
tankfrcj:0:43B2:03:001:Get Heavy Tank Now! PL1
tankfrcj:0:43B2:04:001:Get Twin Tank Now! PL1
tankfrcj:0:43B2:05:001:Get Wave Tank Now! PL1
tankfrcj:0:43B2:06:001:Get Small Tank Now! PL1
tankfrcj:0:43B2:07:001:Get Small+ Tank Now! PL1:Small + better ammo
tankfrcj:0:0298:87:000:Infinite Lives PL2
tankfrcj:0:4323:7B:000:Invincibility PL2
tankfrcj:0:4326:7B:500:Invincibility PL2 (2/2)
tankfrcj:0:4336:08:000:Infinite Time PL2
tankfrcj:0:4337:00:500:Infinite Time PL2 (2/2)
tankfrcj:0:431A:0F:000:Max Shot Power PL2
tankfrcj:0:430A:01:000:Always Low Speed Tank PL2:Normal Tank Speed
tankfrcj:0:430A:02:000:Always Mid Speed Tank PL2
tankfrcj:0:430A:03:000:Always Top Speed Tank PL2
tankfrcj:0:430A:01:001:Get Low Speed Tank Now! PL2:Normal Tank Speed
tankfrcj:0:430A:02:001:Get Mid Speed Tank Now! PL2
tankfrcj:0:430A:03:001:Get Top Speed Tank Now! PL2
tankfrcj:0:4332:00:001:Get Normal Tank Now! PL2
tankfrcj:0:4332:01:001:Get Normal+ Tank Now! PL2:Normal + better ammo
tankfrcj:0:4332:02:001:Get 4 Way Tank Now! PL2
tankfrcj:0:4332:03:001:Get Heavy Tank Now! PL2
tankfrcj:0:4332:04:001:Get Twin Tank Now! PL2
tankfrcj:0:4332:05:001:Get Wave Tank Now! PL2
tankfrcj:0:4332:06:001:Get Small Tank Now! PL2
tankfrcj:0:4332:07:001:Get Small+ Tank Now! PL2:Small + better ammo
tankfrcj:0:0000:00:999:[You should enable this ]
tankfrcj:0:0000:00:999:[Select starting round cheat]
tankfrcj:0:0000:00:999:[on the game countdown ]
tankfrcj:0:0000:00:999:[screen for it to work ]
tankfrcj:0:027B:23:071:Select starting round
tankfrcj:0:027B:23:061:Select next round
; [ Tant-R (Puzzle & Action) (Japan) ]
tantr:0:FFFC18:09:000:Infinite Credits
tantr:0:FFB643:10:000:Infinite Time
tantr:0:FF99C5:03:000:Infinite Energy PL1
tantr:0:FF9DC5:03:000:Infinite Energy PL2
; [ Tant-R (Puzzle & Action) (Japan) (bootleg set 1) ]
tantrbl:0:FFFC18:09:000:Infinite Credits
tantrbl:0:FFB643:10:000:Infinite Time
tantrbl:0:FF99C5:03:000:Infinite Energy PL1
tantrbl:0:FF9DC5:03:000:Infinite Energy PL2
; [ Tant-R (Puzzle & Action) (Japan) (bootleg set 2) ]
tantrbl2:0:FFFC18:09:000:Infinite Credits
tantrbl2:0:FFB643:10:000:Infinite Time
tantrbl2:0:FF99C5:03:000:Infinite Energy PL1
tantrbl2:0:FF9DC5:03:000:Infinite Energy PL2
; [ Tapper (Budweiser) ]
tapper:0:E4A7:06:000:Infinite Lives
tapper:0:E711:01:001:Serve one beer on this level
tapper:0:0000:00:999:[This Nonstop Dancing Girls ]
tapper:0:0000:00:999:[cheat doesn't start until ]
tapper:0:0000:00:999:[after you get the money. ]
tapper:0:0000:00:999:[Also new customers are NOT ]
tapper:0:0000:00:999:[distracted by them!! ]
tapper:0:E712:FF:000:Nonstop Dancing Girls
tapper:0:E4A8:62:071:Select current level
tapper:0:E4A8:62:061:Select next level
tapper:0:0000:00:999:[These Start on Level cheats]
tapper:0:0000:00:999:[should be enabled on the ]
tapper:0:0000:00:999:[title screen and turned off]
tapper:0:0000:00:999:[when you start the level. ]
tapper:0:E4A8:01:000:Start on Level 2
tapper:0:E4A8:02:000:Start on Level 3
tapper:0:E4A8:03:000:Start on Level 4
tapper:0:E4A8:04:000:Start on Level 5
tapper:0:E4A8:05:000:Start on Level 6
tapper:0:E4A8:06:000:Start on Level 7
tapper:0:E4A8:07:000:Start on Level 8
tapper:0:E4A8:08:000:Start on Level 9
tapper:0:E4A8:09:000:Start on Level 10(the aliens)
; [ Tapper (alternate) ]
tappera:0:E4A7:06:000:Infinite Lives
tappera:0:E711:01:001:Serve one beer on this level
tappera:0:0000:00:999:[This Nonstop Dancing Girls ]
tappera:0:0000:00:999:[cheat doesn't start until ]
tappera:0:0000:00:999:[after you get the money. ]
tappera:0:0000:00:999:[Also new customers are NOT ]
tappera:0:0000:00:999:[distracted by them!! ]
tappera:0:E712:FF:000:Nonstop Dancing Girls
tappera:0:E4A8:62:071:Select current level
tappera:0:E4A8:62:061:Select next level
tappera:0:0000:00:999:[These Start on Level cheats]
tappera:0:0000:00:999:[should be enabled on the ]
tappera:0:0000:00:999:[title screen and turned off]
tappera:0:0000:00:999:[when you start the level. ]
tappera:0:E4A8:01:000:Start on Level 2
tappera:0:E4A8:02:000:Start on Level 3
tappera:0:E4A8:03:000:Start on Level 4
tappera:0:E4A8:04:000:Start on Level 5
tappera:0:E4A8:05:000:Start on Level 6
tappera:0:E4A8:06:000:Start on Level 7
tappera:0:E4A8:07:000:Start on Level 8
tappera:0:E4A8:08:000:Start on Level 9
tappera:0:E4A8:09:000:Start on Level 10(the aliens)
; [ Targ ]
targ:0:00C1:09:000:Infinite Lives
; [ Tazz-Mania (set 2) ]
tazmani2:0:8529:09:000:Infinite Lives
tazmani2:0:852F:08:000:Infinite Bombs
; [ Tazz-Mania ]
tazmania:0:8529:09:000:Infinite Lives
tazmania:0:852F:08:000:Infinite Bombs
; [ TouchDown Fever ]
tdfever:0:FFB8:59:000:Infinite Time
tdfever:0:FFB8:01:001:End quarter Now!
tdfever:0:FFB9:00:501:End quarter Now! (2/2)
; [ TouchDown Fever (Japan) ]
tdfeverj:0:FFB8:59:000:Infinite Time
tdfeverj:0:FFB8:01:001:End quarter Now!
tdfeverj:0:FFB9:00:501:End quarter Now! (2/2)
; [ Thunder Dragon ]
tdragon:0:0BEF01:09:000:Infinite Credits
tdragon:0:0B7A29:06:000:Infinite Lives PL1
tdragon:0:0B7A2F:08:000:Infinite Bombs PL1
tdragon:0:0B7A2D:02:000:Invincibility PL1
tdragon:0:0B7B29:06:000:Infinite Lives PL2
tdragon:0:0B7B2F:08:000:Infinite Bombs PL2
tdragon:0:0B7B2D:02:000:Invincibility PL2
; [ Thunder Dragon 2 ]
tdragon2:0:1F900D:09:000:Infinite Credits
tdragon2:0:1F7F29:06:000:Infinite Lives PL1
tdragon2:0:1F7F2F:08:000:Infinite Bombs PL1
tdragon2:0:1F7F2D:02:000:Invicibility PL1
tdragon2:0:1F7E29:06:000:Infinite Lives PL2
tdragon2:0:1F7E2F:08:000:Infinite Bombs PL2
tdragon2:0:1F7E2D:02:000:Invincibility PL2
; [ Thunder Dragon (Bootleg) ]
tdragonb:0:0BEF01:09:000:Infinite Credits
tdragonb:0:0B7A29:06:000:Infinite Lives PL1
tdragonb:0:0B7A2F:08:000:Infinite Bombs PL1
tdragonb:0:0B7A2D:02:000:Invincibility PL1
tdragonb:0:0B7B29:06:000:Infinite Lives PL2
tdragonb:0:0B7B2F:08:000:Infinite Bombs PL2
tdragonb:0:0B7B2D:02:000:Invincibility PL2
; [ John Elway's Team Quarterback ]
teamqb:0:E35F:FF:000:Infinite Credits "ON"
teamqb:0:E35F:00:001:Infinite Credits "OFF"
teamqb:0:E308:99:000:Infinite Quarter Time
teamqb:0:E307:59:500:Infinite Quarter Time (2/2)
teamqb:0:E308:00:001:Finish this Quarter Now!
teamqb:0:E307:00:501:Finish this Quarter Now! (2/2)
teamqb:0:E259:01:000:Always on 1st Down
teamqb:0:E259:01:001:Make this the 1st Down Now!
teamqb:0:E259:04:001:Make this the 4th Down Now!
teamqb:0:E26F:99:000:Infinite Play Time PL1
teamqb:0:E270:99:500:Infinite Play Time PL1 (2/2)
teamqb:0:E27F:99:000:Infinite Play Time PL2
teamqb:0:E280:99:500:Infinite Play Time PL2 (2/2)
teamqb:0:E28F:99:000:Infinite Play Time PL3
teamqb:0:E290:99:500:Infinite Play Time PL3 (2/2)
teamqb:0:E29F:99:000:Infinite Play Time PL4
teamqb:0:E2A0:99:500:Infinite Play Time PL4 (2/2)
teamqb:0:E276:99:073:Select Q1 Score Team 1 (PL1/PL2)
teamqb:0:E277:99:073:Select Q2 Score Team 1 (PL1/PL2)
teamqb:0:E278:99:073:Select Q3 Score Team 1 (PL1/PL2)
teamqb:0:E279:99:073:Select Q4 Score Team 1 (PL1/PL2)
teamqb:0:E27B:99:073:Select 0XX T.Score Team 1(PL1/2)
teamqb:0:E27C:09:073:Select X00 T.Score Team 1(PL1/2)
teamqb:0:E296:99:073:Select Q1 Score Team 2 (PL3/PL4)
teamqb:0:E297:99:073:Select Q2 Score Team 2 (PL3/PL4)
teamqb:0:E298:99:073:Select Q3 Score Team 2 (PL3/PL4)
teamqb:0:E299:99:073:Select Q4 Score Team 2 (PL3/PL4)
teamqb:0:E29B:99:073:Select 0XX T.Score Team 2(PL3/4)
teamqb:0:E29C:09:073:Select X00 T.Score Team 2(PL3/4)
; [ John Elway's Team Quarterback (set 2) ]
teamqb2:0:E35F:FF:000:Infinite Credits "ON"
teamqb2:0:E35F:00:001:Infinite Credits "OFF"
teamqb2:0:E308:99:000:Infinite Quarter Time
teamqb2:0:E307:59:500:Infinite Quarter Time (2/2)
teamqb2:0:E308:00:001:Finish this Quarter Now!
teamqb2:0:E307:00:501:Finish this Quarter Now! (2/2)
teamqb2:0:E259:01:000:Always on 1st Down
teamqb2:0:E259:01:001:Make this the 1st Down Now!
teamqb2:0:E259:04:001:Make this the 4th Down Now!
teamqb2:0:E26F:99:000:Infinite Play Time PL1
teamqb2:0:E270:99:500:Infinite Play Time PL1 (2/2)
teamqb2:0:E27F:99:000:Infinite Play Time PL2
teamqb2:0:E280:99:500:Infinite Play Time PL2 (2/2)
teamqb2:0:E28F:99:000:Infinite Play Time PL3
teamqb2:0:E290:99:500:Infinite Play Time PL3 (2/2)
teamqb2:0:E29F:99:000:Infinite Play Time PL4
teamqb2:0:E2A0:99:500:Infinite Play Time PL4 (2/2)
teamqb2:0:E276:99:073:Select Q1 Score Team 1 (PL1/PL2)
teamqb2:0:E277:99:073:Select Q2 Score Team 1 (PL1/PL2)
teamqb2:0:E278:99:073:Select Q3 Score Team 1 (PL1/PL2)
teamqb2:0:E279:99:073:Select Q4 Score Team 1 (PL1/PL2)
teamqb2:0:E27B:99:073:Select 0XX T.Score Team 1(PL1/2)
teamqb2:0:E27C:09:073:Select X00 T.Score Team 1(PL1/2)
teamqb2:0:E296:99:073:Select Q1 Score Team 2 (PL3/PL4)
teamqb2:0:E297:99:073:Select Q2 Score Team 2 (PL3/PL4)
teamqb2:0:E298:99:073:Select Q3 Score Team 2 (PL3/PL4)
teamqb2:0:E299:99:073:Select Q4 Score Team 2 (PL3/PL4)
teamqb2:0:E29B:99:073:Select 0XX T.Score Team 2(PL3/4)
teamqb2:0:E29C:09:073:Select X00 T.Score Team 2(PL3/4)
; [ TeddyBoy Blues ]
teddybb:0:C608:07:000:Infinite Lives PL1
teddybb:0:C688:07:000:Infinite Lives PL2
teddybb:0:C60C:BF:011:Infinite Time
teddybb:0:C2F1:19:000:Infinite Time for Treas. Hunt
; [ Tee'd Off ]
teedoff:0:C961:63:000:Infinite Balls
teedoff:0:CA99:63:500:Infinite Balls (2/2)
teedoff:0:C960:00:000:Infinite Strokes
; [ Tehkan World Cup ]
tehkanwc:0:C080:05:000:Constant Play
tehkanwc:0:C080:00:001:Finish Game Now!
tehkanwc:0:C081:00:501:Finish Game Now! (2/2)
tehkanwc:0:C0C0:06:001:Make this the last round
tehkanwc:0:C0C0:06:071:Select current round
tehkanwc:0:C100:63:070:Select score PL1
tehkanwc:0:C101:63:070:Select score PL2
; [ Teki Paki ]
tekipaki:0:080055:09:000:Infinite Credits
tekipaki:0:080C07:FF:070:Select current level PL1
tekipaki:0:081C07:FF:070:Select current level PL2
; [ Telephone Mahjong (Japan) ]
telmahjn:0:F962:FF:000:Buggy score
telmahjn:0:0000:00:999:[The winning hand cheat must]
telmahjn:0:0000:00:999:[be activated when there are]
telmahjn:0:0000:00:999:[14 tiles in your hand, then]
telmahjn:0:0000:00:999:[press the RON key . ]
telmahjn:0:0000:00:999:[('Z' by default). The tiles]
telmahjn:0:0000:00:999:[do not visually change ]
telmahjn:0:0000:00:999:[until you make a move. ]
telmahjn:0:FC8C:31:001:Get winning hand Now!
telmahjn:0:FC8D:31:501:Get winning hand Now! (02/14)
telmahjn:0:FC8E:31:501:Get winning hand Now! (03/14)
telmahjn:0:FC8F:32:501:Get winning hand Now! (04/14)
telmahjn:0:FC90:32:501:Get winning hand Now! (05/14)
telmahjn:0:FC91:32:501:Get winning hand Now! (06/14)
telmahjn:0:FC92:33:501:Get winning hand Now! (07/14)
telmahjn:0:FC93:33:501:Get winning hand Now! (08/14)
telmahjn:0:FC94:33:501:Get winning hand Now! (09/14)
telmahjn:0:FC95:34:501:Get winning hand Now! (10/14)
telmahjn:0:FC96:34:501:Get winning hand Now! (11/14)
telmahjn:0:FC97:34:501:Get winning hand Now! (12/14)
telmahjn:0:FC98:35:501:Get winning hand Now! (13/14)
telmahjn:0:FC99:35:501:Get winning hand Now! (14/14)
telmahjn:0:FC8C:31:000:Always winning hand
telmahjn:0:FC8D:31:500:Always winning hand (02/14)
telmahjn:0:FC8E:31:500:Always winning hand (03/14)
telmahjn:0:FC8F:32:500:Always winning hand (04/14)
telmahjn:0:FC90:32:500:Always winning hand (05/14)
telmahjn:0:FC91:32:500:Always winning hand (06/14)
telmahjn:0:FC92:33:500:Always winning hand (07/14)
telmahjn:0:FC93:33:500:Always winning hand (08/14)
telmahjn:0:FC94:33:500:Always winning hand (09/14)
telmahjn:0:FC95:34:500:Always winning hand (10/14)
telmahjn:0:FC96:34:500:Always winning hand (11/14)
telmahjn:0:FC97:34:500:Always winning hand (12/14)
telmahjn:0:FC98:35:500:Always winning hand (13/14)
telmahjn:0:FC99:35:500:Always winning hand (14/14)
; [ Tempest (rev 3) ]
tempest:0:0048:06:000:Infinite Lives PL1
tempest:0:0049:06:000:Infinite Lives PL2
tempest:0:03AA:00:005:Super Zapper Recharge
tempest:0:0046:00:001:Goto the Blue Circle PL1
tempest:0:0046:10:001:Goto the Red Circle PL1
tempest:0:0046:20:001:Goto the Yellow Circle PL1
tempest:0:0046:30:001:Goto the Cyan Circle PL1
tempest:0:0046:40:001:Goto the Invisible Circle PL1
tempest:0:0046:50:001:Goto the Green Circle PL1
tempest:0:0046:62:001:Goto the Green Random PL1
tempest:0:0046:62:071:Select current level PL1
tempest:0:0046:62:061:Select next level PL1
tempest:0:0047:00:001:Goto the Blue Circle PL2
tempest:0:0047:10:001:Goto the Red Circle PL2
tempest:0:0047:20:001:Goto the Yellow Circle PL2
tempest:0:0047:30:001:Goto the Cyan Circle PL2
tempest:0:0047:40:001:Goto the Invisible Circle PL2
tempest:0:0047:50:001:Goto the Green Circle PL2
tempest:0:0047:62:001:Goto the Green Random PL2
tempest:0:0047:62:071:Select current level PL2
tempest:0:0047:62:061:Select next level PL2
; [ Tempest (rev 1) ]
tempest1:0:0048:06:000:Infinite Lives PL1
tempest1:0:0049:06:000:Infinite Lives PL2
tempest1:0:03AA:00:005:Super Zapper Recharge
tempest1:0:0046:00:001:Goto the Blue Circle PL1
tempest1:0:0046:10:001:Goto the Red Circle PL1
tempest1:0:0046:20:001:Goto the Yellow Circle PL1
tempest1:0:0046:30:001:Goto the Cyan Circle PL1
tempest1:0:0046:40:001:Goto the Invisible Circle PL1
tempest1:0:0046:50:001:Goto the Green Circle PL1
tempest1:0:0046:62:001:Goto the Green Random PL1
tempest1:0:0046:62:071:Select current level PL1
tempest1:0:0046:62:061:Select next level PL1
tempest1:0:0047:00:001:Goto the Blue Circle PL2
tempest1:0:0047:10:001:Goto the Red Circle PL2
tempest1:0:0047:20:001:Goto the Yellow Circle PL2
tempest1:0:0047:30:001:Goto the Cyan Circle PL2
tempest1:0:0047:40:001:Goto the Invisible Circle PL2
tempest1:0:0047:50:001:Goto the Green Circle PL2
tempest1:0:0047:62:001:Goto the Green Random PL2
tempest1:0:0047:62:071:Select current level PL2
tempest1:0:0047:62:061:Select next level PL2
; [ Tempest (rev 2) ]
tempest2:0:0048:06:000:Infinite Lives PL1
tempest2:0:0049:06:000:Infinite Lives PL2
tempest2:0:03AA:00:005:Super Zapper Recharge
tempest2:0:0046:00:001:Goto the Blue Circle PL1
tempest2:0:0046:10:001:Goto the Red Circle PL1
tempest2:0:0046:20:001:Goto the Yellow Circle PL1
tempest2:0:0046:30:001:Goto the Cyan Circle PL1
tempest2:0:0046:40:001:Goto the Invisible Circle PL1
tempest2:0:0046:50:001:Goto the Green Circle PL1
tempest2:0:0046:62:001:Goto the Green Random PL1
tempest2:0:0046:62:071:Select current level PL1
tempest2:0:0046:62:061:Select next level PL1
tempest2:0:0047:00:001:Goto the Blue Circle PL2
tempest2:0:0047:10:001:Goto the Red Circle PL2
tempest2:0:0047:20:001:Goto the Yellow Circle PL2
tempest2:0:0047:30:001:Goto the Cyan Circle PL2
tempest2:0:0047:40:001:Goto the Invisible Circle PL2
tempest2:0:0047:50:001:Goto the Green Circle PL2
tempest2:0:0047:62:001:Goto the Green Random PL2
tempest2:0:0047:62:071:Select current level PL2
tempest2:0:0047:62:061:Select next level PL2
; [ Tempest Tubes ]
temptube:0:0048:06:000:Infinite Lives PL1
temptube:0:0049:06:000:Infinite Lives PL2
temptube:0:03AA:00:005:Super Zapper Recharge
temptube:0:0046:00:001:Goto the Blue Circle PL1
temptube:0:0046:10:001:Goto the Red Circle PL1
temptube:0:0046:20:001:Goto the Yellow Circle PL1
temptube:0:0046:30:001:Goto the Cyan Circle PL1
temptube:0:0046:40:001:Goto the Invisible Circle PL1
temptube:0:0046:50:001:Goto the Green Circle PL1
temptube:0:0046:62:001:Goto the Green Random PL1
temptube:0:0046:62:071:Select current level PL1
temptube:0:0046:62:061:Select next level PL1
temptube:0:0047:00:001:Goto the Blue Circle PL2
temptube:0:0047:10:001:Goto the Red Circle PL2
temptube:0:0047:20:001:Goto the Yellow Circle PL2
temptube:0:0047:30:001:Goto the Cyan Circle PL2
temptube:0:0047:40:001:Goto the Invisible Circle PL2
temptube:0:0047:50:001:Goto the Green Circle PL2
temptube:0:0047:62:001:Goto the Green Random PL2
temptube:0:0047:62:071:Select current level PL2
temptube:0:0047:62:061:Select next level PL2
; [ Tetris Plus 2 (Japan) ]
teplus2j:0:10801D:63:000:Infinite Credits
teplus2j:0:000000:00:999:[ ]
teplus2j:0:000000:00:999:[ This cheat is for use in the Puzzle Mode ONLY! ]
teplus2j:0:000000:00:999:[ ]
teplus2j:0:10D7A3:03:000:Infinite Bombs
teplus2j:0:000000:00:999:[ ]
teplus2j:0:000000:00:999:[ These PL1 cheats are for use in the ALL Modes ]
teplus2j:0:000000:00:999:[ The PL2 cheats are for use in the VS mode ONLY!]
teplus2j:0:000000:00:999:[ ]
teplus2j:0:10E1D7:00:000:Next shape always the Red -- shape PL1
teplus2j:0:10E1D7:01:000:Next shape always the Yellow square shape PL1
teplus2j:0:10E1D7:02:000:Next shape always the Light Blue T shape PL1
teplus2j:0:10E1D7:03:000:Next shape always the Dark Blue L shape PL1
teplus2j:0:10E1D7:04:000:Next shape always the Orange L shape PL1
teplus2j:0:10E1D7:05:000:Next shape always the Green Z shape PL1
teplus2j:0:10E1D7:06:000:Next shape always the Purple Z shape PL1
teplus2j:0:10E1D7:00:001:Next shape is the Red -- shape Now! PL1
teplus2j:0:10E1D7:01:001:Next shape is the Yellow square shape Now!PL1
teplus2j:0:10E1D7:02:001:Next shape is the Light Blue T shape Now! PL1
teplus2j:0:10E1D7:03:001:Next shape is the Dark Blue L shape Now! PL1
teplus2j:0:10E1D7:04:001:Next shape is the Orange L shape Now! PL1
teplus2j:0:10E1D7:05:001:Next shape is the Green Z shape Now! PL1
teplus2j:0:10E1D7:06:001:Next shape is the Purple Z shape Now! PL1
teplus2j:0:10E317:00:000:Next shape always the Red -- shape PL2
teplus2j:0:10E317:01:000:Next shape always the Yellow square shape PL2
teplus2j:0:10E317:02:000:Next shape always the Light Blue T shape PL2
teplus2j:0:10E317:03:000:Next shape always the Dark Blue L shape PL2
teplus2j:0:10E317:04:000:Next shape always the Orange L shape PL2
teplus2j:0:10E317:05:000:Next shape always the Green Z shape PL2
teplus2j:0:10E317:06:000:Next shape always the Purple Z shape PL2
teplus2j:0:10E317:00:001:Next shape is the Red -- shape Now! PL2
teplus2j:0:10E317:01:001:Next shape is the Yellow square shape Now!PL2
teplus2j:0:10E317:02:001:Next shape is the Light Blue T shape Now! PL2
teplus2j:0:10E317:03:001:Next shape is the Dark Blue L shape Now! PL2
teplus2j:0:10E317:04:001:Next shape is the Orange L shape Now! PL2
teplus2j:0:10E317:05:001:Next shape is the Green Z shape Now! PL2
teplus2j:0:10E317:06:001:Next shape is the Purple Z shape Now! PL2
; [ Terminator 2 - Judgment Day (rev LA3 03/27/92) ]
term2:0:00214480:64:000:Infinite Energy PL1
term2:0:00214484:E7:000:Infinite Missiles PL1
term2:0:00214485:03:500:Infinite Missiles PL1 (2/2)
term2:0:00214536:64:000:Infinite Energy PL2
term2:0:0021453A:E7:000:Infinite Missiles PL2
term2:0:0021453B:03:500:Infinite Missiles PL2 (2/2)
term2:0:00000000:00:999:[The Select next level cheat]
term2:0:00000000:00:999:[can be used on the title ]
term2:0:00000000:00:999:[screen to select the ]
term2:0:00000000:00:999:[starting level. Or use the ]
term2:0:00000000:00:999:[Select current level cheat ]
term2:0:00000000:00:999:[on the green "Attraction" ]
term2:0:00000000:00:999:[screen which is also where ]
term2:0:00000000:00:999:[you should use the Start on]
term2:0:00000000:00:999:[End Sequence! cheat. ]
term2:0:0021465C:07:062:Select next level
term2:0:0021465C:07:072:Select current level
term2:0:0021465C:08:001:Start on End Sequence!
; [ Terra Cresta (YM2203) ]
terracra:0:0202D4:09:000:Infinite Lives PL1
terracra:0:0202D5:09:000:Infinite Lives PL2
terracra:0:020682:0C:000:Invincibility
terracra:0:020683:F2:500:Invincibility (2/4)
terracra:0:020684:FF:500:Invincibility (3/4)
terracra:0:020A35:00:500:Invincibility (4/4)
terracra:0:000000:00:999:[See the Dip Switch Menu to ]
terracra:0:000000:00:999:[enable alternate ]
terracra:0:000000:00:999:[Invincibility cheats. ]
terracra:0:020A34:03:000:Infinite polymorphes:Get a number first
terracra:0:020A37:F8:000:Infinite polymorph time
; [ Terra Cresta (YM3526 set 2) ]
terracrb:0:0202D4:09:000:Infinite Lives PL1
terracrb:0:0202D5:09:000:Infinite Lives PL2
terracrb:0:020682:0C:000:Invincibility
terracrb:0:020683:F2:500:Invincibility (2/4)
terracrb:0:020684:FF:500:Invincibility (3/4)
terracrb:0:020A35:00:500:Invincibility (4/4)
terracrb:0:000000:00:999:[See the Dip Switch Menu to ]
terracrb:0:000000:00:999:[enable alternate ]
terracrb:0:000000:00:999:[Invincibility cheats. ]
terracrb:0:020A34:03:000:Infinite polymorphes:Get a number first
terracrb:0:020A37:F8:000:Infinite polymorph time
; [ Terra Cresta (YM3526 set 1) ]
terracre:0:0202D4:09:000:Infinite Lives PL1
terracre:0:0202D5:09:000:Infinite Lives PL2
terracre:0:020682:0C:000:Invincibility
terracre:0:020683:F2:500:Invincibility (2/4)
terracre:0:020684:FF:500:Invincibility (3/4)
terracre:0:020A35:00:500:Invincibility (4/4)
terracre:0:000000:00:999:[See the Dip Switch Menu to ]
terracre:0:000000:00:999:[enable alternate ]
terracre:0:000000:00:999:[Invincibility cheats. ]
terracre:0:020A34:03:000:Infinite polymorphes:Get a number first
terracre:0:020A37:F8:000:Infinite polymorph time
; [ Terra Force ]
terraf:0:0606BE:03:000:Infinite Lives PL1
terraf:0:0606BF:03:000:Infinite Lives PL2
terraf:0:0606ED:FF:000:Infinite Shields
terraf:0:0606EB:03:000:Maximum Laser
terraf:0:0606EC:03:000:Maximum Bombs
terraf:0:0606EE:03:000:Maximum Speed
; [ Terra Force (US) ]
terrafu:0:0606BE:03:000:Infinite Lives PL1
terrafu:0:0606BF:03:000:Infinite Lives PL2
terrafu:0:0606ED:FF:000:Infinite Shields
terrafu:0:0606EB:03:000:Maximum Laser
terrafu:0:0606EC:03:000:Maximum Bombs
terrafu:0:0606EE:03:000:Maximum Speed
; [ Tetris (Sega Set 1) ]
tetris:0:FFE321:01:000:Always Green Shape PL1
tetris:0:FFE321:02:000:Always Purple Shape PL1
tetris:0:FFE321:03:000:Always Yellow Shape PL1
tetris:0:FFE321:04:000:Always Cyan Shape PL1
tetris:0:FFE321:05:000:Always Orange Shape PL1
tetris:0:FFE321:06:000:Always Blue Shape PL1
tetris:0:FFE321:07:000:Always Red Shape PL1
tetris:0:FFE321:01:001:Green Shape is Next Now! PL1
tetris:0:FFE321:02:001:Purple Shape is Next Now! PL1
tetris:0:FFE321:03:001:Yellow Shape is Next Now! PL1
tetris:0:FFE321:04:001:Cyan Shape is Next Now! PL1
tetris:0:FFE321:05:001:Orange Shape is Next Now! PL1
tetris:0:FFE321:06:001:Blue Shape is Next Now! PL1
tetris:0:FFE321:07:001:Red Shape is Next Now! PL1
tetris:0:FFE3A1:01:000:Always Green Shape PL2
tetris:0:FFE3A1:02:000:Always Purple Shape PL2
tetris:0:FFE3A1:03:000:Always Yellow Shape PL2
tetris:0:FFE3A1:04:000:Always Cyan Shape PL2
tetris:0:FFE3A1:05:000:Always Orange Shape PL2
tetris:0:FFE3A1:06:000:Always Blue Shape PL2
tetris:0:FFE3A1:07:000:Always Red Shape PL2
tetris:0:FFE3A1:01:001:Green Shape is Next Now! PL2
tetris:0:FFE3A1:02:001:Purple Shape is Next Now! PL2
tetris:0:FFE3A1:03:001:Yellow Shape is Next Now! PL2
tetris:0:FFE3A1:04:001:Cyan Shape is Next Now! PL2
tetris:0:FFE3A1:05:001:Orange Shape is Next Now! PL2
tetris:0:FFE3A1:06:001:Blue Shape is Next Now! PL2
tetris:0:FFE3A1:07:001:Red Shape is Next Now! PL2
; [ Tetris (Sega Set 2) ]
tetrisa:0:FFE321:01:000:Always Green Shape PL1
tetrisa:0:FFE321:02:000:Always Purple Shape PL1
tetrisa:0:FFE321:03:000:Always Yellow Shape PL1
tetrisa:0:FFE321:04:000:Always Cyan Shape PL1
tetrisa:0:FFE321:05:000:Always Orange Shape PL1
tetrisa:0:FFE321:06:000:Always Blue Shape PL1
tetrisa:0:FFE321:07:000:Always Red Shape PL1
tetrisa:0:FFE321:01:001:Green Shape is Next Now! PL1
tetrisa:0:FFE321:02:001:Purple Shape is Next Now! PL1
tetrisa:0:FFE321:03:001:Yellow Shape is Next Now! PL1
tetrisa:0:FFE321:04:001:Cyan Shape is Next Now! PL1
tetrisa:0:FFE321:05:001:Orange Shape is Next Now! PL1
tetrisa:0:FFE321:06:001:Blue Shape is Next Now! PL1
tetrisa:0:FFE321:07:001:Red Shape is Next Now! PL1
tetrisa:0:FFE3A1:01:000:Always Green Shape PL2
tetrisa:0:FFE3A1:02:000:Always Purple Shape PL2
tetrisa:0:FFE3A1:03:000:Always Yellow Shape PL2
tetrisa:0:FFE3A1:04:000:Always Cyan Shape PL2
tetrisa:0:FFE3A1:05:000:Always Orange Shape PL2
tetrisa:0:FFE3A1:06:000:Always Blue Shape PL2
tetrisa:0:FFE3A1:07:000:Always Red Shape PL2
tetrisa:0:FFE3A1:01:001:Green Shape is Next Now! PL2
tetrisa:0:FFE3A1:02:001:Purple Shape is Next Now! PL2
tetrisa:0:FFE3A1:03:001:Yellow Shape is Next Now! PL2
tetrisa:0:FFE3A1:04:001:Cyan Shape is Next Now! PL2
tetrisa:0:FFE3A1:05:001:Orange Shape is Next Now! PL2
tetrisa:0:FFE3A1:06:001:Blue Shape is Next Now! PL2
tetrisa:0:FFE3A1:07:001:Red Shape is Next Now! PL2
; [ Tetris (Sega bootleg) ]
tetrisbl:0:FFE321:01:000:Always Green Shape PL1
tetrisbl:0:FFE321:02:000:Always Purple Shape PL1
tetrisbl:0:FFE321:03:000:Always Yellow Shape PL1
tetrisbl:0:FFE321:04:000:Always Cyan Shape PL1
tetrisbl:0:FFE321:05:000:Always Orange Shape PL1
tetrisbl:0:FFE321:06:000:Always Blue Shape PL1
tetrisbl:0:FFE321:07:000:Always Red Shape PL1
tetrisbl:0:FFE321:01:001:Green Shape is Next Now! PL1
tetrisbl:0:FFE321:02:001:Purple Shape is Next Now! PL1
tetrisbl:0:FFE321:03:001:Yellow Shape is Next Now! PL1
tetrisbl:0:FFE321:04:001:Cyan Shape is Next Now! PL1
tetrisbl:0:FFE321:05:001:Orange Shape is Next Now! PL1
tetrisbl:0:FFE321:06:001:Blue Shape is Next Now! PL1
tetrisbl:0:FFE321:07:001:Red Shape is Next Now! PL1
tetrisbl:0:FFE3A1:01:000:Always Green Shape PL2
tetrisbl:0:FFE3A1:02:000:Always Purple Shape PL2
tetrisbl:0:FFE3A1:03:000:Always Yellow Shape PL2
tetrisbl:0:FFE3A1:04:000:Always Cyan Shape PL2
tetrisbl:0:FFE3A1:05:000:Always Orange Shape PL2
tetrisbl:0:FFE3A1:06:000:Always Blue Shape PL2
tetrisbl:0:FFE3A1:07:000:Always Red Shape PL2
tetrisbl:0:FFE3A1:01:001:Green Shape is Next Now! PL2
tetrisbl:0:FFE3A1:02:001:Purple Shape is Next Now! PL2
tetrisbl:0:FFE3A1:03:001:Yellow Shape is Next Now! PL2
tetrisbl:0:FFE3A1:04:001:Cyan Shape is Next Now! PL2
tetrisbl:0:FFE3A1:05:001:Orange Shape is Next Now! PL2
tetrisbl:0:FFE3A1:06:001:Blue Shape is Next Now! PL2
tetrisbl:0:FFE3A1:07:001:Red Shape is Next Now! PL2
; [ Tetris Plus 2 (World?) ]
tetrisp2:0:10801D:63:000:Infinite Credits
tetrisp2:0:000000:00:999:[ ]
tetrisp2:0:000000:00:999:[ This cheat is for use in the Puzzle Mode ONLY! ]
tetrisp2:0:000000:00:999:[ ]
tetrisp2:0:10D7A3:03:000:Infinite Bombs
tetrisp2:0:000000:00:999:[ ]
tetrisp2:0:000000:00:999:[ These PL1 cheats are for use in the ALL Modes ]
tetrisp2:0:000000:00:999:[ The PL2 cheats are for use in the VS mode ONLY!]
tetrisp2:0:000000:00:999:[ ]
tetrisp2:0:10E1D7:00:000:Next shape always the Red -- shape PL1
tetrisp2:0:10E1D7:01:000:Next shape always the Yellow square shape PL1
tetrisp2:0:10E1D7:02:000:Next shape always the Light Blue T shape PL1
tetrisp2:0:10E1D7:03:000:Next shape always the Dark Blue L shape PL1
tetrisp2:0:10E1D7:04:000:Next shape always the Orange L shape PL1
tetrisp2:0:10E1D7:05:000:Next shape always the Green Z shape PL1
tetrisp2:0:10E1D7:06:000:Next shape always the Purple Z shape PL1
tetrisp2:0:10E1D7:00:001:Next shape is the Red -- shape Now! PL1
tetrisp2:0:10E1D7:01:001:Next shape is the Yellow square shape Now!PL1
tetrisp2:0:10E1D7:02:001:Next shape is the Light Blue T shape Now! PL1
tetrisp2:0:10E1D7:03:001:Next shape is the Dark Blue L shape Now! PL1
tetrisp2:0:10E1D7:04:001:Next shape is the Orange L shape Now! PL1
tetrisp2:0:10E1D7:05:001:Next shape is the Green Z shape Now! PL1
tetrisp2:0:10E1D7:06:001:Next shape is the Purple Z shape Now! PL1
tetrisp2:0:10E317:00:000:Next shape always the Red -- shape PL2
tetrisp2:0:10E317:01:000:Next shape always the Yellow square shape PL2
tetrisp2:0:10E317:02:000:Next shape always the Light Blue T shape PL2
tetrisp2:0:10E317:03:000:Next shape always the Dark Blue L shape PL2
tetrisp2:0:10E317:04:000:Next shape always the Orange L shape PL2
tetrisp2:0:10E317:05:000:Next shape always the Green Z shape PL2
tetrisp2:0:10E317:06:000:Next shape always the Purple Z shape PL2
tetrisp2:0:10E317:00:001:Next shape is the Red -- shape Now! PL2
tetrisp2:0:10E317:01:001:Next shape is the Yellow square shape Now!PL2
tetrisp2:0:10E317:02:001:Next shape is the Light Blue T shape Now! PL2
tetrisp2:0:10E317:03:001:Next shape is the Dark Blue L shape Now! PL2
tetrisp2:0:10E317:04:001:Next shape is the Orange L shape Now! PL2
tetrisp2:0:10E317:05:001:Next shape is the Green Z shape Now! PL2
tetrisp2:0:10E317:06:001:Next shape is the Purple Z shape Now! PL2
; [ Tetris (Japan, B-System) ]
tetrist:0:804802:01:000:Always have Red Shape PL1
tetrist:0:804803:01:500:Always have Red Shape PL1 (2/2)
tetrist:0:804802:02:000:Always have Orange Shape PL1
tetrist:0:804803:02:500:Always have Orange Shape PL1 (2/2)
tetrist:0:804802:03:000:Always have Blue Shape PL1
tetrist:0:804803:03:500:Always have Blue Shape PL1 (2/2)
tetrist:0:804802:04:000:Always have Purple Shape PL1
tetrist:0:804803:04:500:Always have Purple Shape PL1 (2/2)
tetrist:0:804802:05:000:Always have Green Shape PL1
tetrist:0:804803:05:500:Always have Green Shape PL1 (2/2)
tetrist:0:804802:06:000:Always have Cyan Shape PL1
tetrist:0:804803:06:500:Always have Cyan Shape PL1 (2/2)
tetrist:0:804802:07:000:Always have Yellow Shape PL1
tetrist:0:804803:07:500:Always have Yellow Shape PL1 (2/2)
tetrist:0:804802:01:001:Make current Shape = Red Now! PL1
tetrist:0:804803:01:501:Make current Shape = Red Now! PL1 (2/2)
tetrist:0:804802:02:001:Make current Shape = Orange Now! PL1
tetrist:0:804803:02:501:Make current Shape = Orange Now! PL1 (2/2)
tetrist:0:804802:03:001:Make current Shape = Blue Now! PL1
tetrist:0:804803:03:501:Make current Shape = Blue Now! PL1 (2/2)
tetrist:0:804802:04:001:Make current Shape = Purple Now! PL1
tetrist:0:804803:04:501:Make current Shape = Purple Now! PL1 (2/2)
tetrist:0:804802:05:001:Make current Shape = Green Now! PL1
tetrist:0:804803:05:501:Make current Shape = Green Now! PL1 (2/2)
tetrist:0:804802:06:001:Make current Shape = Cyan Now! PL1
tetrist:0:804803:06:501:Make current Shape = Cyan Now! PL1 (2/2)
tetrist:0:804802:07:001:Make current Shape = Yellow Now! PL1
tetrist:0:804803:07:501:Make current Shape = Yellow Now! PL1 (2/2)
tetrist:0:80493C:01:000:Always have Red Shape PL2
tetrist:0:80493D:01:500:Always have Red Shape PL2 (2/2)
tetrist:0:80493C:02:000:Always have Orange Shape PL2
tetrist:0:80493D:02:500:Always have Orange Shape PL2 (2/2)
tetrist:0:80493C:03:000:Always have Blue Shape PL2
tetrist:0:80493D:03:500:Always have Blue Shape PL2 (2/2)
tetrist:0:80493C:04:000:Always have Purple Shape PL2
tetrist:0:80493D:04:500:Always have Purple Shape PL2 (2/2)
tetrist:0:80493C:05:000:Always have Green Shape PL2
tetrist:0:80493D:05:500:Always have Green Shape PL2 (2/2)
tetrist:0:80493C:06:000:Always have Cyan Shape PL2
tetrist:0:80493D:06:500:Always have Cyan Shape PL2 (2/2)
tetrist:0:80493C:07:000:Always have Yellow Shape PL2
tetrist:0:80493D:07:500:Always have Yellow Shape PL2 (2/2)
tetrist:0:80493C:01:001:Make current Shape = Red Now! PL2
tetrist:0:80493D:01:501:Make current Shape = Red Now! PL2 (2/2)
tetrist:0:80493C:02:001:Make current Shape = Orange Now! PL2
tetrist:0:80493D:02:501:Make current Shape = Orange Now! PL2 (2/2)
tetrist:0:80493C:03:001:Make current Shape = Blue Now! PL2
tetrist:0:80493D:03:501:Make current Shape = Blue Now! PL2 (2/2)
tetrist:0:80493C:04:001:Make current Shape = Purple Now! PL2
tetrist:0:80493D:04:501:Make current Shape = Purple Now! PL2 (2/2)
tetrist:0:80493C:05:001:Make current Shape = Green Now! PL2
tetrist:0:80493D:05:501:Make current Shape = Green Now! PL2 (2/2)
tetrist:0:80493C:06:001:Make current Shape = Cyan Now! PL2
tetrist:0:80493D:06:501:Make current Shape = Cyan Now! PL2 (2/2)
tetrist:0:80493C:07:001:Make current Shape = Yellow Now! PL2
tetrist:0:80493D:07:501:Make current Shape = Yellow Now! PL2 (2/2)
; [ ThunderForce AC ]
tfrceac:0:FF8202:09:000:Infinite Credits
tfrceac:0:FFF1B5:0A:000:Infinite Lives
tfrceac:0:FFA809:03:000:Invincibility
; [ ThunderForce AC (bootleg) ]
tfrceacb:0:FF8202:09:000:Infinite Credits
tfrceacb:0:FFF1B5:0A:000:Infinite Lives
tfrceacb:0:FFA809:03:000:Invincibility
; [ ThunderForce AC (Japan) ]
tfrceacj:0:FF8202:09:000:Infinite Credits
tfrceacj:0:FFF1B5:0A:000:Infinite Lives
tfrceacj:0:FFA809:03:000:Invincibility
; [ End, The ]
theend:0:4002:63:000:Infinite Credits
theend:0:411D:06:000:Infinite Lives
theend:0:4116:30:000:Eggs don't reappear
;Remove after initial use to advance to next level
theend:0:18DB:18:100:Invincibility
theend:0:427C:01:000:Autofire Mode "ON"
; [ End, The (Stern) ]
theends:0:4002:63:000:Infinite Credits
theends:0:411D:06:000:Infinite Lives
theends:0:4116:30:000:Eggs don't reappear
;Remove after initial use to advance to next level
theends:0:1A03:18:100:Invincibility
theends:0:427C:01:000:Autofire Mode "ON"
; [ Glob, The ]
theglob:0:7D65:99:000:Infinite Credits
theglob:0:7D79:B4:000:Infinite Energy:Display isn't true!
theglob:0:7D83:05:000:Infinite Lives PL1
theglob:0:7D85:05:000:Infinite Lives PL2
; [ Glob, The (earlier) ]
theglob2:0:7D65:99:000:Infinite Credits
theglob2:0:7D79:B4:000:Infinite Energy:Display isn't true!
theglob2:0:7D83:05:000:Infinite Lives PL1
theglob2:0:7D85:05:000:Infinite Lives PL2
; [ Glob, The (set 3) ]
theglob3:0:7D65:99:000:Infinite Credits
theglob3:0:7D79:B4:000:Infinite Energy:Display isn't true!
theglob3:0:7D83:05:000:Infinite Lives PL1
theglob3:0:7D85:05:000:Infinite Lives PL2
; [ Glob, The (Pac-Man hardware) ]
theglobp:0:4C36:99:000:Infinite Credits
theglobp:0:4CA6:A8:000:Infinite Energy:Display isn't true!
theglobp:0:0000:00:999:[Turn ON the No Enemies!! ]
theglobp:0:0000:00:999:[cheat when there are no ]
theglobp:0:0000:00:999:[enemies on screen! ]
theglobp:0:4F35:05:000:No Enemies!!
theglobp:0:4C9F:05:000:Infinite Lives PL1
theglobp:0:4CA1:05:000:Infinite Lives PL2
; [ Hustler, The (Japan version J) ]
thehustj:0:11CC:09:000:Infinite Shots
thehustj:0:11CD:09:000:Infinite Balls
; [ Hustler, The (Japan version M) ]
thehustl:0:11CC:09:000:Infinite Shots
thehustl:0:11CD:09:000:Infinite Balls
; [ Pit, The ]
thepit:0:802B:09:000:Infinite Lives
; [ Thief ]
thief:0:8293:1E:000:Infinite Credits
thief:0:8275:07:000:Infinite Lives PL1
thief:0:8276:07:000:Infinite Lives PL2
; [ Thunder Blaster (Japan) ]
thndblst:0:E0144:06:000:Infinite Lives PL1
thndblst:0:E3A38:01:000:Invincibility PL1
thndblst:0:E3A41:F0:000:Max Shot Power PL1
thndblst:0:E3A3E:01:000:Always have Laser Shot PL1
thndblst:0:E3A3E:02:000:Always have Flame Shot PL1
thndblst:0:E3A3E:03:000:Always have Ball Shot PL1
thndblst:0:E3A3E:01:001:Get Laser Shot Now! PL1
thndblst:0:E3A3E:02:001:Get Flame Shot Now! PL1
thndblst:0:E3A3E:03:001:Get Ball Shot Now! PL1
thndblst:0:E0174:06:000:Infinite Lives PL2
thndblst:0:E3AD8:01:000:Invincibility PL2
thndblst:0:E3AE1:F0:000:Max Shot Power PL2
thndblst:0:E3ADE:01:000:Always have Laser Shot PL2
thndblst:0:E3ADE:02:000:Always have Flame Shot PL2
thndblst:0:E3ADE:03:000:Always have Ball Shot PL2
thndblst:0:E3ADE:01:001:Get Laser Shot Now! PL2
thndblst:0:E3ADE:02:001:Get Flame Shot Now! PL2
thndblst:0:E3ADE:03:001:Get Ball Shot Now! PL2
; [ Thunder Cross (Japan) ]
thnderxj:0:40A0:64:000:Infinite Lives PL1
thnderxj:0:40B0:64:000:Infinite Lives PL2
thnderxj:0:4612:A0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Thunder Fox (Japan) ]
thndfoxj:0:303B6D:09:000:Infinite Credits
thndfoxj:0:301223:E7:000:Infinite Time:Turn this OFF at the end of each level
thndfoxj:0:301222:03:500:Infinite Time (2/2)
thndfoxj:0:303C72:07:000:Infinite Lives PL1
thndfoxj:0:303C73:0C:000:Infinite Energy PL1
thndfoxj:0:303C6F:63:000:Infinite Ammo PL1
thndfoxj:0:000000:00:999:[ You will need to die to make these weapon ]
thndfoxj:0:000000:00:999:[ cheats effective. Or just enable it prior to ]
thndfoxj:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ]
thndfoxj:0:303C6E:00:000:Start with NO weapon PL1
thndfoxj:0:303C6E:04:000:Start with Bayonet PL1
thndfoxj:0:303C6E:06:000:Start with Revolver PL1
thndfoxj:0:303C6E:05:000:Start with Machine Gun PL1
thndfoxj:0:303C6E:02:000:Start with Flamethrower PL1
thndfoxj:0:303C6E:03:000:Start with Grenades PL1
thndfoxj:0:303C6E:01:000:Start with Rocket Launcher PL1
thndfoxj:0:303C84:07:000:Infinite Lives PL2
thndfoxj:0:303C85:0C:000:Infinite Energy PL2
thndfoxj:0:303C81:63:000:Infinite Ammo PL2
thndfoxj:0:000000:00:999:[ You will need to die to make these weapon ]
thndfoxj:0:000000:00:999:[ cheats effective. Or just enable it prior to ]
thndfoxj:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ]
thndfoxj:0:303C80:00:000:Start with NO weapon PL2
thndfoxj:0:303C80:04:000:Start with Bayonet PL2
thndfoxj:0:303C80:06:000:Start with Revolver PL2
thndfoxj:0:303C80:05:000:Start with Machine Gun PL2
thndfoxj:0:303C80:02:000:Start with Flamethrower PL2
thndfoxj:0:303C80:03:000:Start with Grenades PL2
thndfoxj:0:303C80:01:000:Start with Rocket Launcher PL2
; [ Thunder Fox (US) ]
thndfoxu:0:303B6D:09:000:Infinite Credits
thndfoxu:0:301223:E7:000:Infinite Time:Turn this OFF at the end of each level
thndfoxu:0:301222:03:500:Infinite Time (2/2)
thndfoxu:0:303C72:07:000:Infinite Lives PL1
thndfoxu:0:303C73:0C:000:Infinite Energy PL1
thndfoxu:0:303C6F:63:000:Infinite Ammo PL1
thndfoxu:0:000000:00:999:[ You will need to die to make these weapon ]
thndfoxu:0:000000:00:999:[ cheats effective. Or just enable it prior to ]
thndfoxu:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ]
thndfoxu:0:303C6E:00:000:Start with NO weapon PL1
thndfoxu:0:303C6E:04:000:Start with Bayonet PL1
thndfoxu:0:303C6E:06:000:Start with Revolver PL1
thndfoxu:0:303C6E:05:000:Start with Machine Gun PL1
thndfoxu:0:303C6E:02:000:Start with Flamethrower PL1
thndfoxu:0:303C6E:03:000:Start with Grenades PL1
thndfoxu:0:303C6E:01:000:Start with Rocket Launcher PL1
thndfoxu:0:303C84:07:000:Infinite Lives PL2
thndfoxu:0:303C85:0C:000:Infinite Energy PL2
thndfoxu:0:303C81:63:000:Infinite Ammo PL2
thndfoxu:0:000000:00:999:[ You will need to die to make these weapon ]
thndfoxu:0:000000:00:999:[ cheats effective. Or just enable it prior to ]
thndfoxu:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ]
thndfoxu:0:303C80:00:000:Start with NO weapon PL2
thndfoxu:0:303C80:04:000:Start with Bayonet PL2
thndfoxu:0:303C80:06:000:Start with Revolver PL2
thndfoxu:0:303C80:05:000:Start with Machine Gun PL2
thndfoxu:0:303C80:02:000:Start with Flamethrower PL2
thndfoxu:0:303C80:03:000:Start with Grenades PL2
thndfoxu:0:303C80:01:000:Start with Rocket Launcher PL2
; [ Thunder Cross II (Japan) ]
thndrx2:0:10000B:03:000:Infinite Lives PL1
thndrx2:0:10000A:01:000:Invincibility PL1
thndrx2:0:10008B:03:000:Infinite Lives PL2
thndrx2:0:10008A:01:000:Invincibility PL2
; [ ThunderJaws ]
thunderj:0:3FFE93:32:000:Infinite Credits
thunderj:0:1644AD:05:000:Infinite Lives PL1
thunderj:0:1644AE:04:000:Infinite Energy PL1
thunderj:0:1644B0:3F:000:Infinite Ammo PL1
thunderj:0:1644AE:08:000:Invincibility PL1
thunderj:0:1644AF:00:000:Always Normal Weapon PL1
thunderj:0:1644AF:01:000:Always Uzi PL1
thunderj:0:1644AF:02:000:Always Explosive Bolt PL1
thunderj:0:1644AF:03:000:Always Super Seeker PL1
thunderj:0:1644AF:04:000:Always 3-Way Weapon PL1
thunderj:0:1644AF:05:000:Always Flame Thrower PL1
thunderj:0:1644AF:00:001:Get Normal Weapon Now! PL1
thunderj:0:1644AF:01:001:Get Uzi Now! PL1
thunderj:0:1644AF:02:001:Get Explosive Bolt Now! PL1
thunderj:0:1644AF:03:001:Get Super Seeker Now! PL1
thunderj:0:1644AF:04:001:Get 3-Way Weapon Now! PL1
thunderj:0:1644AF:05:001:Get Flame Thrower Now! PL1
thunderj:0:1644ED:05:000:Infinite Lives PL2
thunderj:0:1644EE:04:000:Infinite Energy PL2
thunderj:0:1644F0:3F:000:Infinite Ammo PL2
thunderj:0:1644EE:08:000:Invincibility PL2
thunderj:0:1644EF:00:000:Always Normal Weapon PL2
thunderj:0:1644EF:01:000:Always Uzi PL2
thunderj:0:1644EF:02:000:Always Explosive Bolt PL2
thunderj:0:1644EF:03:000:Always Super Seeker PL2
thunderj:0:1644EF:04:000:Always 3-Way Weapon PL2
thunderj:0:1644EF:05:000:Always Flame Thrower PL2
thunderj:0:1644EF:00:001:Get Normal Weapon Now! PL2
thunderj:0:1644EF:01:001:Get Uzi Now! PL2
thunderj:0:1644EF:02:001:Get Explosive Bolt Now! PL2
thunderj:0:1644EF:03:001:Get Super Seeker Now! PL2
thunderj:0:1644EF:04:001:Get 3-Way Weapon Now! PL2
thunderj:0:1644EF:05:001:Get Flame Thrower Now! PL2
; [ Thunder & Lightning ]
thunderl:0:FFC21B:09:000:Infinite Credits
thunderl:0:FFD4C6:04:000:Infinite Lives
; [ Thunder Cross ]
thunderx:0:40A0:64:000:Infinite Lives PL1
thunderx:0:468A:09:000:Infinite Bombs PL1
thunderx:0:40B0:64:000:Infinite Lives PL2
thunderx:0:46AA:09:000:Infinite Bombs PL2
thunderx:0:4612:A0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Thunder Fox (World) ]
thundfox:0:303B6D:09:000:Infinite Credits
thundfox:0:301223:E7:000:Infinite Time:Turn this OFF at the end of each level
thundfox:0:301222:03:500:Infinite Time (2/2)
thundfox:0:303C72:07:000:Infinite Lives PL1
thundfox:0:303C73:0C:000:Infinite Energy PL1
thundfox:0:303C6F:63:000:Infinite Ammo PL1
thundfox:0:000000:00:999:[ You will need to die to make these weapon ]
thundfox:0:000000:00:999:[ cheats effective. Or just enable it prior to ]
thundfox:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ]
thundfox:0:303C6E:00:000:Start with NO weapon PL1
thundfox:0:303C6E:04:000:Start with Bayonet PL1
thundfox:0:303C6E:06:000:Start with Revolver PL1
thundfox:0:303C6E:05:000:Start with Machine Gun PL1
thundfox:0:303C6E:02:000:Start with Flamethrower PL1
thundfox:0:303C6E:03:000:Start with Grenades PL1
thundfox:0:303C6E:01:000:Start with Rocket Launcher PL1
thundfox:0:303C84:07:000:Infinite Lives PL2
thundfox:0:303C85:0C:000:Infinite Energy PL2
thundfox:0:303C81:63:000:Infinite Ammo PL2
thundfox:0:000000:00:999:[ You will need to die to make these weapon ]
thundfox:0:000000:00:999:[ cheats effective. Or just enable it prior to ]
thundfox:0:000000:00:999:[ starting the game - DON'T be greedy,ONE only! ]
thundfox:0:303C80:00:000:Start with NO weapon PL2
thundfox:0:303C80:04:000:Start with Bayonet PL2
thundfox:0:303C80:06:000:Start with Revolver PL2
thundfox:0:303C80:05:000:Start with Machine Gun PL2
thundfox:0:303C80:02:000:Start with Flamethrower PL2
thundfox:0:303C80:03:000:Start with Grenades PL2
thundfox:0:303C80:01:000:Start with Rocket Launcher PL2
; [ Tiger Heli (set 1) ]
tigerh:0:C22A:05:000:Infinite Lives
tigerh:0:C221:02:000:Infinite Bombs
tigerh:0:C250:00:000:Invincibility & Bombs
tigerh:0:C253:80:500:Invincibility & Bombs (2/3)
tigerh:0:C26B:00:500:Invincibility & Bombs (3/3)
; [ Tiger Heli (set 2) ]
tigerh2:0:C22A:05:000:Infinite Lives
tigerh2:0:C221:02:000:Infinite Bombs
tigerh2:0:C250:00:000:Invincibility & Bombs
tigerh2:0:C253:80:500:Invincibility & Bombs (2/3)
tigerh2:0:C26B:00:500:Invincibility & Bombs (3/3)
; [ Tiger Heli (bootleg 1) ]
tigerhb1:0:C22A:05:000:Infinite Lives
tigerhb1:0:C221:02:000:Infinite Bombs
tigerhb1:0:C250:00:000:Invincibility & Bombs
tigerhb1:0:C253:80:500:Invincibility & Bombs (2/3)
tigerhb1:0:C26B:00:500:Invincibility & Bombs (3/3)
; [ Tiger Heli (bootleg 2) ]
tigerhb2:0:C22A:05:000:Infinite Lives
tigerhb2:0:C221:02:000:Infinite Bombs
tigerhb2:0:C250:00:000:Invincibility & Bombs
tigerhb2:0:C253:80:500:Invincibility & Bombs (2/3)
tigerhb2:0:C26B:00:500:Invincibility & Bombs (3/3)
; [ Tiger Heli (Japan) ]
tigerhj:0:C22A:05:000:Infinite Lives
tigerhj:0:C221:02:000:Infinite Bombs
tigerhj:0:C250:00:000:Invincibility & Bombs
tigerhj:0:C253:80:500:Invincibility & Bombs (2/3)
tigerhj:0:C26B:00:500:Invincibility & Bombs (3/3)
; [ Tiger Road (US) ]
tigeroad:0:FFC09D:5A:000:Infinite Time
tigeroad:0:FFC096:6A:000:Infinite Lives
tigeroad:0:FFC660:40:000:Infinite Energy:Don't enable when under attack
tigeroad:0:FFC0D0:00:001:Kill this Boss Now!
; [ Timber ]
timber:0:E537:08:000:Infinite Lives PL1
timber:0:E53B:08:000:Infinite Lives PL2
timber:0:E49F:59:000:Always 59 seconds
timber:0:E49E:59:000:Always 59 minutes
timber:0:E733:00:001:Finish this Level Now!
; [ Time Killers (v1.31) ]
timek131:0:0034C7:0A:000:Infinite Time
timek131:0:0034C6:0A:500:Infinite Time (2/2)
timek131:0:0034C7:01:001:Finish this Round Now!
timek131:0:0034C6:01:501:Finish this Round Now! (2/2)
timek131:0:002C7B:96:000:Infinite Energy PL1
timek131:0:002C7B:00:001:Drain All Energy Now! PL1
timek131:0:002C81:01:001:Set Wins = 1 Now! PL1
timek131:0:002C81:00:001:Set Wins = 0 Now! PL1
timek131:0:002C81:00:000:Wins always = 0 PL1
timek131:0:002C99:00:000:Never be Stunned PL1
timek131:0:002C99:01:000:Always be Stunned PL1
timek131:0:002C99:01:001:Be Stunned Now! PL1
timek131:0:002DCF:96:000:Infinite Energy PL2
timek131:0:002DCF:00:001:Drain All Energy Now! PL2
timek131:0:002DD5:01:001:Set Wins = 1 Now! PL2
timek131:0:002DD5:00:001:Set Wins = 0 Now! PL2
timek131:0:002DD5:00:000:Wins always = 0 PL2
timek131:0:002DED:00:000:Never be Stunned PL2
timek131:0:002DED:01:000:Always be Stunned PL2
timek131:0:002DED:01:001:Be Stunned Now! PL2
; [ Time Killers (v1.32) ]
timekill:0:0034C7:0A:000:Infinite Time
timekill:0:0034C6:0A:500:Infinite Time (2/2)
timekill:0:0034C7:01:001:Finish this Round Now!
timekill:0:0034C6:01:501:Finish this Round Now! (2/2)
timekill:0:002C7B:96:000:Infinite Energy PL1
timekill:0:002C7B:00:001:Drain All Energy Now! PL1
timekill:0:002C99:00:000:Never be Stunned PL1
timekill:0:002C99:01:000:Always be Stunned PL1
timekill:0:002C99:01:001:Be Stunned Now! PL1
timekill:0:002C81:01:001:Set Wins = 1 Now! PL1
timekill:0:002C81:00:001:Set Wins = 0 Now! PL1
timekill:0:002C81:00:000:Wins always = 0 PL1
timekill:0:002DCF:96:000:Infinite Energy PL2
timekill:0:002DCF:00:001:Drain All Energy Now! PL2
timekill:0:002DD5:01:001:Set Wins = 1 Now! PL2
timekill:0:002DD5:00:001:Set Wins = 0 Now! PL2
timekill:0:002DD5:00:000:Wins always = 0 PL2
timekill:0:002DED:00:000:Never be Stunned PL2
timekill:0:002DED:01:000:Always be Stunned PL2
timekill:0:002DED:01:001:Be Stunned Now! PL2
; [ Time Limit ]
timelimt:0:8083:09:000:Infinite Credits
timelimt:0:8103:99:000:Infinite Time
timelimt:0:8100:0A:000:Infinite Lives PL1
timelimt:0:8300:0A:000:Infinite Lives PL2
; [ Time Pilot ]
timeplt:0:A800:FF:000:Invincibility
timeplt:0:AD02:00:001:Put Stage Guardian On Now
timeplt:0:AD02:00:000:Stage Guardian right away
timeplt:0:AD10:07:000:Infinite Lives PL1
timeplt:0:AD20:07:000:Infinite Lives PL2
; [ Time Pilot (Centuri) ]
timepltc:0:A800:FF:000:Invincibility
timepltc:0:AD02:00:001:Put Stage Guardian On Now
timepltc:0:AD02:00:000:Stage Guardian right away
timepltc:0:AD10:07:000:Infinite Lives PL1
timepltc:0:AD20:07:000:Infinite Lives PL2
; [ Time Soldiers (US Rev 1) ]
timesol1:0:000000:00:999:[See the Dip Switch Menu to ]
timesol1:0:000000:00:999:[enable an alternate ]
timesol1:0:000000:00:999:[Invincibility cheat. ]
timesol1:0:04041F:99:000:Infinite Lives PL1
timesol1:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first
timesol1:0:040163:64:000:Infinite Bombs PL1
timesol1:0:040419:80:000:Invincibility 'ON' PL1
timesol1:0:040419:01:001:Invincibility 'OFF' PL1
timesol1:0:04043F:99:000:Infinite Lives PL2
timesol1:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first
timesol1:0:040165:64:000:Infinite Bombs PL2
timesol1:0:040439:80:000:Invincibility 'ON' PL2
timesol1:0:040439:01:001:Invincibility 'OFF' PL2
; [ Time Soldiers (US Rev 3) ]
timesold:0:000000:00:999:[See the Dip Switch Menu to ]
timesold:0:000000:00:999:[enable an alternate ]
timesold:0:000000:00:999:[Invincibility cheat. ]
timesold:0:04041F:99:000:Infinite Lives PL1
timesold:0:04041E:80:000:Infinite Ammo PL1:Get a weapon first
timesold:0:040163:64:000:Infinite Bombs PL1
timesold:0:040419:80:000:Invincibility 'ON' PL1
timesold:0:040419:01:001:Invincibility 'OFF' PL1
timesold:0:04043F:99:000:Infinite Lives PL2
timesold:0:04043E:80:000:Infinite Ammo PL2:Get a weapon first
timesold:0:040165:64:000:Infinite Bombs PL2
timesold:0:040439:80:000:Invincibility 'ON' PL2
timesold:0:040439:01:001:Invincibility 'OFF' PL2
; [ Time Tunnel ]
timetunl:0:8002:03:000:Infinite Lives
timetunl:0:0000:00:999:[See the Dip Switch Menu to ]
timetunl:0:0000:00:999:[enable Invincibility. ]
; [ Time Scanner ]
timscanr:0:FFC203:03:000:Infinite Lives
timscanr:0:FFC204:01:500:Infinite Lives (2/2)
; [ Tinkle Pit (Japan) ]
tinklpit:0:0060EF:07:000:Infinite Lives PL1
tinklpit:0:0061A5:02:000:Invincibility PL1
tinklpit:0:005927:00:001:Finish this Round Now!:There will be a slight delay before this cheat works
tinklpit:0:00592B:00:501:Finish this Round Now! (2/2)
; [ Tin Star, The ]
tinstar:0:0000:00:999:[See the Dip Switch Menu to ]
tinstar:0:0000:00:999:[enable Invincibility. ]
tinstar:0:8375:05:000:Infinite Lives PL1
tinstar:0:8378:01:000:Always 1 to complete levelPL1
tinstar:0:8378:01:001:1 to complete level Now! PL1
tinstar:0:8376:05:000:Infinite Lives PL2
tinstar:0:8379:01:000:Always 1 to complete levelPL2
tinstar:0:8379:01:001:1 to complete level Now! PL2
; [ Invaders, The ]
tinv2650:0:1D09:91:000:Infinite Credits
tinv2650:0:1D0A:04:000:Infinite Lives PL1
tinv2650:0:1D0B:04:000:Infinite Lives PL2
; [ Tip Top ]
tiptop:0:8012:90:000:Infinite Credits
tiptop:0:8220:06:000:Infinite Lives
tiptop:0:8304:99:000:Infinite Bonus
tiptop:0:840D:00:000:No sprite/sprite collision
tiptop:0:0000:00:999:[Use 'Walk on water' with ]
tiptop:0:0000:00:999:[caution. To complete the ]
tiptop:0:0000:00:999:[level you must press F6. ]
tiptop:0:8417:00:000:Walk on water (see note)
; [ Tecmo Knight ]
tknight:0:0608CC:99:000:Infinite Time
tknight:0:060E1E:03:000:Infinite Lives PL1
tknight:0:060E17:03:000:Infinite Polymorphes PL1
tknight:0:060DD7:32:000:Infinite Energy PL1
tknight:0:060E11:40:000:Invincibility PL1
tknight:0:060E0A:03:000:Change to Dragon PL1:Infinite Time
tknight:0:060F3F:03:501:Change to Dragon PL1 (2/5)
tknight:0:060F81:06:501:Change to Dragon PL1 (3/5)
tknight:0:060F82:0D:501:Change to Dragon PL1 (4/5)
tknight:0:060F83:BE:501:Change to Dragon PL1 (5/5)
tknight:0:060E0A:00:001:Dragon Time Over Now! PL1
tknight:0:060E9F:03:000:Infinite Lives PL2
tknight:0:060E97:03:000:Infinite Polymorphes PL2
tknight:0:060E57:32:000:Infinite Energy PL2
tknight:0:060E91:40:000:Invincibility PL2
tknight:0:060E8A:03:000:Change to Dragon PL1:Infinite Time
tknight:0:06103F:03:501:Change to Dragon PL1 (2/5)
tknight:0:061081:06:501:Change to Dragon PL1 (3/5)
tknight:0:061082:0E:501:Change to Dragon PL1 (4/5)
tknight:0:061083:3E:501:Change to Dragon PL1 (5/5)
tknight:0:060E8A:00:001:Dragon Time Over PL1
; [ Vs. TKO Boxing ]
tkoboxng:0:06C9:09:000:Infinite Credits
tkoboxng:0:0369:FF:000:Infinite Energy PL1
tkoboxng:0:0369:00:001:Drain All Energy Now! PL1
tkoboxng:0:0319:FF:000:Infinite Energy PL2
tkoboxng:0:0319:00:001:Drain All Energy Now! PL2
; [ Teenage Mutant Hero Turtles (UK 4 Players) ]
tmht:0:060101:03:000:Infinite Lives PL1
tmht:0:062008:0A:000:Infinite Energy PL1
tmht:0:06202D:AA:000:Invincibility PL1
tmht:0:060109:03:000:Infinite Lives PL2
tmht:0:062058:0A:000:Infinite Energy PL2
tmht:0:06207D:AA:000:Invincibility PL2
tmht:0:060111:03:000:Infinite Lives PL3
tmht:0:0620A8:0A:000:Infinite Energy PL3
tmht:0:0620CD:AA:000:Invincibility PL3
tmht:0:060119:03:000:Infinite Lives PL4
tmht:0:0620F8:0A:000:Infinite Energy PL4
tmht:0:06211D:AA:000:Invincibility PL4
tmht:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Teenage Mutant Hero Turtles (UK 2 Players) ]
tmht2p:0:060101:03:000:Infinite Lives PL1
tmht2p:0:062008:0A:000:Infinite Energy PL1
tmht2p:0:06202D:AA:000:Invincibility PL1
tmht2p:0:060109:03:000:Infinite Lives PL2
tmht2p:0:062058:0A:000:Infinite Energy PL2
tmht2p:0:06207D:AA:000:Invincibility PL2
; [ Teenage Mutant Ninja Turtles (World 4 Players) ]
tmnt:0:060101:03:000:Infinite Lives PL1
tmnt:0:062008:0A:000:Infinite Energy PL1
tmnt:0:06202D:AA:000:Invincibility PL1
tmnt:0:060109:03:000:Infinite Lives PL2
tmnt:0:062058:0A:000:Infinite Energy PL2
tmnt:0:06207D:AA:000:Invincibility PL2
tmnt:0:060111:03:000:Infinite Lives PL3
tmnt:0:0620A8:0A:000:Infinite Energy PL3
tmnt:0:0620CD:AA:000:Invincibility PL3
tmnt:0:060119:03:000:Infinite Lives PL4
tmnt:0:0620F8:0A:000:Infinite Energy PL4
tmnt:0:06211D:AA:000:Invincibility PL4
tmnt:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Teenage Mutant Ninja Turtles - Turtles in Time (US 4 Players) ]
tmnt2:0:104101:9A:000:Infinite Lives PL1
tmnt2:0:104100:09:500:Infinite Lives PL1 (2/2)
tmnt2:0:106008:0A:000:Infinite Energy PL1
tmnt2:0:104109:9A:000:Infinite Lives PL2
tmnt2:0:104108:09:500:Infinite Lives PL2 (2/2)
tmnt2:0:106068:0A:000:Infinite Energy PL2
tmnt2:0:104111:9A:000:Infinite Lives PL3
tmnt2:0:104110:09:500:Infinite Lives PL3 (2/2)
tmnt2:0:1060C8:0A:000:Infinite Energy PL3
tmnt2:0:104119:9A:000:Infinite Lives PL4
tmnt2:0:104118:09:500:Infinite Lives PL4 (2/2)
tmnt2:0:106128:0A:000:Infinite Energy PL4
; [ Teenage Mutant Ninja Turtles - Turtles in Time (US 2 Players) ]
tmnt22p:0:104101:9A:000:Infinite Lives PL1
tmnt22p:0:104100:09:500:Infinite Lives PL1 (2/2)
tmnt22p:0:106008:0A:000:Infinite Energy PL1
tmnt22p:0:104109:9A:000:Infinite Lives PL2
tmnt22p:0:104108:09:500:Infinite Lives PL2 (2/2)
tmnt22p:0:106068:0A:000:Infinite Energy PL2
; [ Teenage Mutant Ninja Turtles - Turtles in Time (Asia 4 Players) ]
tmnt2a:0:104101:9A:000:Infinite Lives PL1
tmnt2a:0:104100:09:500:Infinite Lives PL1 (2/2)
tmnt2a:0:106008:0A:000:Infinite Energy PL1
tmnt2a:0:104109:9A:000:Infinite Lives PL2
tmnt2a:0:104108:09:500:Infinite Lives PL2 (2/2)
tmnt2a:0:106068:0A:000:Infinite Energy PL2
tmnt2a:0:104111:9A:000:Infinite Lives PL3
tmnt2a:0:104110:09:500:Infinite Lives PL3 (2/2)
tmnt2a:0:1060C8:0A:000:Infinite Energy PL3
tmnt2a:0:104119:9A:000:Infinite Lives PL4
tmnt2a:0:104118:09:500:Infinite Lives PL4 (2/2)
tmnt2a:0:106128:0A:000:Infinite Energy PL4
; [ Teenage Mutant Ninja Turtles (Japan 2 Players) ]
tmnt2pj:0:060101:03:000:Infinite Lives PL1
tmnt2pj:0:062008:0A:000:Infinite Energy PL1
tmnt2pj:0:06202D:AA:000:Invincibility PL1
tmnt2pj:0:060109:03:000:Infinite Lives PL2
tmnt2pj:0:062058:0A:000:Infinite Energy PL2
tmnt2pj:0:06207D:AA:000:Invincibility PL2
; [ Teenage Mutant Ninja Turtles (Oceania 2 Players) ]
tmnt2po:0:060101:03:000:Infinite Lives PL1
tmnt2po:0:062008:0A:000:Infinite Energy PL1
tmnt2po:0:06202D:AA:000:Invincibility PL1
tmnt2po:0:060109:03:000:Infinite Lives PL2
tmnt2po:0:062058:0A:000:Infinite Energy PL2
tmnt2po:0:06207D:AA:000:Invincibility PL2
; [ Teenage Mutant Ninja Turtles (Japan 4 Players) ]
tmntj:0:060101:03:000:Infinite Lives PL1
tmntj:0:062008:0A:000:Infinite Energy PL1
tmntj:0:06202D:AA:000:Invincibility PL1
tmntj:0:060109:03:000:Infinite Lives PL2
tmntj:0:062058:0A:000:Infinite Energy PL2
tmntj:0:06207D:AA:000:Invincibility PL2
tmntj:0:060111:03:000:Infinite Lives PL3
tmntj:0:0620A8:0A:000:Infinite Energy PL3
tmntj:0:0620CD:AA:000:Invincibility PL3
tmntj:0:060119:03:000:Infinite Lives PL4
tmntj:0:0620F8:0A:000:Infinite Energy PL4
tmntj:0:06211D:AA:000:Invincibility PL4
tmntj:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Teenage Mutant Ninja Turtles (US 4 Players) ]
tmntu:0:060101:03:000:Infinite Lives PL1
tmntu:0:062008:0A:000:Infinite Energy PL1
tmntu:0:06202D:AA:000:Invincibility PL1
tmntu:0:060109:03:000:Infinite Lives PL2
tmntu:0:062058:0A:000:Infinite Energy PL2
tmntu:0:06207D:AA:000:Invincibility PL2
tmntu:0:060111:03:000:Infinite Lives PL3
tmntu:0:0620A8:0A:000:Infinite Energy PL3
tmntu:0:0620CD:AA:000:Invincibility PL3
tmntu:0:060119:03:000:Infinite Lives PL4
tmntu:0:0620F8:0A:000:Infinite Energy PL4
tmntu:0:06211D:AA:000:Invincibility PL4
tmntu:0:0635F9:2C:000:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Thundercade / Twin Formation ]
tndrcade:0:E00741:09:000:Infinite Lives PL1
tndrcade:0:E00743:09:000:Infinite Bombs PL1
tndrcade:0:E00751:02:000:Invincibility PL1:Sprite Flickers
tndrcade:0:E007C1:09:000:Infinite Lives PL2
tndrcade:0:E007C3:09:000:Infinite Bombs PL2
tndrcade:0:E007D1:02:000:Invincibility PL2:Sprite Flickers
; [ Tokusyu Butai UAG (Japan) ]
tndrcadj:0:000000:00:999:[See the Dip Switch Menu to ]
tndrcadj:0:000000:00:999:[enable an alternate ]
tndrcadj:0:000000:00:999:[Invincibility cheat. ]
tndrcadj:0:E00741:09:000:Infinite Lives PL1
tndrcadj:0:E00743:09:000:Infinite Bombs PL1
tndrcadj:0:E00751:02:000:Invincibility PL1:Sprite Flickers
tndrcadj:0:E007C1:09:000:Infinite Lives PL2
tndrcadj:0:E007C3:09:000:Infinite Bombs PL2
tndrcadj:0:E007D1:02:000:Invincibility PL2:Sprite Flickers
; [ TNK III (US?) ]
tnk3:0:FD57:08:000:Infinite Lives PL1
tnk3:0:FD45:00:000:Infinite Energy PL1
tnk3:0:FD4A:04:040:Always normal shot PL1
tnk3:0:FD4A:02:040:Always normal shot range PL1
tnk3:0:FD70:00:000:Always normal shot speed PL1
tnk3:0:FD4A:04:020:Always better shot PL1
tnk3:0:FD4A:02:020:Always far shot range PL1:Only works with better shot
tnk3:0:FD70:F0:000:Always rapid shot speed PL1
tnk3:0:FD4A:04:041:Get normal shot Now! PL1
tnk3:0:FD4A:02:041:Get normal shot range Now!PL1
tnk3:0:FD70:00:001:Get normal shot speed Now!PL1
tnk3:0:FD4A:04:021:Get better shot Now! PL1
tnk3:0:FD4A:02:021:Get far shot range Now! PL1:Only works with better shot
tnk3:0:FD70:F0:001:Get rapid shot speed Now! PL1
tnk3:0:FD9D:08:000:Infinite Lives PL2
tnk3:0:FD8B:00:000:Infinite Energy PL2
tnk3:0:FD90:04:040:Always normal shot PL2
tnk3:0:FD90:02:040:Always normal shot range PL2
tnk3:0:FDB6:00:000:Always normal shot speed PL2
tnk3:0:FD90:04:020:Always better shot PL2
tnk3:0:FD90:02:020:Always far shot range PL2:Only works with better shot
tnk3:0:FDB6:F0:000:Always rapid shot speed PL2
tnk3:0:FD90:04:041:Get normal shot Now! PL2
tnk3:0:FD90:02:041:Get normal shot range Now!PL2
tnk3:0:FDB6:00:001:Get normal shot speed Now!PL2
tnk3:0:FD90:04:021:Get better shot Now! PL2
tnk3:0:FD90:02:021:Get far shot range Now! PL2:Only works with better shot
tnk3:0:FDB6:F0:001:Get rapid shot speed Now! PL2
; [ Tank (Japan) ]
tnk3j:0:FD57:08:000:Infinite Lives PL1
tnk3j:0:FD45:00:000:Infinite Energy PL1
tnk3j:0:FD4A:04:040:Always normal shot PL1
tnk3j:0:FD4A:02:040:Always normal shot range PL1
tnk3j:0:FD70:00:000:Always normal shot speed PL1
tnk3j:0:FD4A:04:020:Always better shot PL1
tnk3j:0:FD4A:02:020:Always far shot range PL1:Only works with better shot
tnk3j:0:FD70:F0:000:Always rapid shot speed PL1
tnk3j:0:FD4A:04:041:Get normal shot Now! PL1
tnk3j:0:FD4A:02:041:Get normal shot range Now!PL1
tnk3j:0:FD70:00:001:Get normal shot speed Now!PL1
tnk3j:0:FD4A:04:021:Get better shot Now! PL1
tnk3j:0:FD4A:02:021:Get far shot range Now! PL1:Only works with better shot
tnk3j:0:FD70:F0:001:Get rapid shot speed Now! PL1
tnk3j:0:FD9D:08:000:Infinite Lives PL2
tnk3j:0:FD8B:00:000:Infinite Energy PL2
tnk3j:0:FD90:04:040:Always normal shot PL2
tnk3j:0:FD90:02:040:Always normal shot range PL2
tnk3j:0:FDB6:00:000:Always normal shot speed PL2
tnk3j:0:FD90:04:020:Always better shot PL2
tnk3j:0:FD90:02:020:Always far shot range PL2:Only works with better shot
tnk3j:0:FDB6:F0:000:Always rapid shot speed PL2
tnk3j:0:FD90:04:041:Get normal shot Now! PL2
tnk3j:0:FD90:02:041:Get normal shot range Now!PL2
tnk3j:0:FDB6:00:001:Get normal shot speed Now!PL2
tnk3j:0:FD90:04:021:Get better shot Now! PL2
tnk3j:0:FD90:02:021:Get far shot range Now! PL2:Only works with better shot
tnk3j:0:FDB6:F0:001:Get rapid shot speed Now! PL2
; [ NewZealand Story, The (Japan) ]
tnzs:0:E6B3:03:000:Infinite Lives
tnzs:0:E6B7:3F:000:Infinite Time
tnzs:0:E7D6:00:000:Infinite SCUBA Air
tnzs:0:E7C1:5A:000:Invincibility
tnzs:0:E7C0:FF:500:Invincibility (2/2)
tnzs:0:EF28:01:000:Always have Arrows
tnzs:0:EF28:02:000:Always have Bombs
tnzs:0:EF28:04:000:Always have Flames
tnzs:0:EF28:08:000:Always have Laser
tnzs:0:EF28:01:001:Get Arrows Now!
tnzs:0:EF28:02:001:Get Bombs Now!
tnzs:0:EF28:04:001:Get Flames Now!
tnzs:0:EF28:08:001:Get Laser Now!
tnzs:0:E6B6:0C:061:Select Next Level
tnzs:0:0000:00:999:[Use the Select starting ]
tnzs:0:0000:00:999:[level cheat on the push 1 ]
tnzs:0:0000:00:999:[or 2 player button screen! ]
tnzs:0:E6B6:0C:061:Select Starting Level
; [ NewZealand Story 2, The (World) ]
tnzs2:0:E6BE:03:000:Infinite Lives
tnzs2:0:E6C2:3F:000:Infinite Time
tnzs2:0:E729:00:000:Infinite SCUBA Air
tnzs2:0:E715:3C:000:Invincibility
tnzs2:0:E714:FF:500:Invincibility (2/2)
tnzs2:0:EF28:01:000:Always have Arrows
tnzs2:0:EF28:02:000:Always have Bombs
tnzs2:0:EF28:04:000:Always have Flames
tnzs2:0:EF28:08:000:Always have Laser
tnzs2:0:EF28:01:001:Get Arrows Now!
tnzs2:0:EF28:02:001:Get Bombs Now!
tnzs2:0:EF28:04:001:Get Flames Now!
tnzs2:0:EF28:08:001:Get Laser Now!
tnzs2:0:E6C1:0C:061:Select next level
tnzs2:0:0000:00:999:[Use the Select starting ]
tnzs2:0:0000:00:999:[level cheat on the push 1 ]
tnzs2:0:0000:00:999:[or 2 player button screen! ]
tnzs2:0:E6C1:0C:061:Select starting level
; [ NewZealand Story, The (World, bootleg) ]
tnzsb:0:E6B3:03:000:Infinite Lives
tnzsb:0:E6B7:3F:000:Infinite Time
tnzsb:0:E7D6:05:000:Infinite SCUBA Air
tnzsb:0:E7C1:5A:000:Invincibility
tnzsb:0:E7C0:FF:500:Invincibility (2/2)
tnzsb:0:EF28:01:000:Always have Arrows
tnzsb:0:EF28:02:000:Always have Bombs
tnzsb:0:EF28:04:000:Always have Flames
tnzsb:0:EF28:08:000:Always have Laser
tnzsb:0:EF28:01:001:Get Arrows Now!
tnzsb:0:EF28:02:001:Get Bombs Now!
tnzsb:0:EF28:04:001:Get Flames Now!
tnzsb:0:EF28:08:001:Get Laser Now!
tnzsb:0:E6B6:0C:061:Select Next Level
tnzsb:0:0000:00:999:[Use the Select starting ]
tnzsb:0:0000:00:999:[level cheat on the push 1 ]
tnzsb:0:0000:00:999:[or 2 player button screen! ]
tnzsb:0:E6B6:0C:061:Select Starting Level
; [ Tower of Druaga (set 1) ]
todruaga:0:1703:05:000:Infinite Lives
todruaga:0:101B:20:000:Infinite Time
todruaga:0:15EF:30:000:Invincibility
todruaga:0:1022:01:000:Always have the key
todruaga:0:1022:01:001:Get the key Now!
todruaga:0:1017:00:001:Kill all monsters Now!
todruaga:0:1027:01:001:Make treasure appear Now!
todruaga:0:1B0F:35:001:Get Treasure Now!
todruaga:0:1710:01:001:Get Athena boots Now!
todruaga:0:1711:01:001:Get Armour Now!
todruaga:0:1712:01:001:Get Helmet Now!
todruaga:0:1713:01:001:Get Sword Now!
todruaga:0:1714:01:001:Get Gauntlet Now!
todruaga:0:1715:01:001:Get Shield Now!
todruaga:0:1716:01:001:Get Rod Now!
todruaga:0:1717:01:001:Get Grey potion Now!
todruaga:0:1717:02:001:Get Green potion Now!
todruaga:0:1717:03:001:Get Orange potion Now!
todruaga:0:1717:04:001:Get Red potion Now!
todruaga:0:1718:01:001:Get Gem Now!
todruaga:0:1719:01:001:Get Necklace Now!
todruaga:0:171A:01:001:Get Ring Now!
todruaga:0:171B:01:001:Get Book Now!
todruaga:0:171C:04:001:Get Candle Now!
todruaga:0:171D:01:001:Get Bell Now!
todruaga:0:171E:01:001:Get Sceptre Now!
todruaga:0:171F:01:001:Get pick Now!
todruaga:0:1020:01:001:Finish this Floor Now!
todruaga:0:1022:01:501:Finish this Floor Now! (2/2)
todruaga:0:0000:00:999:[These floor skip cheats ]
todruaga:0:0000:00:999:[will advance you to that ]
todruaga:0:0000:00:999:[floor when you lose a life.]
todruaga:0:0000:00:999:[If you use the Finish this ]
todruaga:0:0000:00:999:[Floor cheat you will go to ]
todruaga:0:0000:00:999:[the next floor on!! ]
todruaga:0:1704:01:001:Go to floor 01 Next
todruaga:0:1706:01:501:Go to floor 01 Next (2/2)
todruaga:0:1704:02:001:Go to floor 02 Next
todruaga:0:1706:02:501:Go to floor 02 Next (2/2)
todruaga:0:1704:03:001:Go to floor 03 Next
todruaga:0:1706:03:501:Go to floor 03 Next (2/2)
todruaga:0:1704:04:001:Go to floor 04 Next
todruaga:0:1706:04:501:Go to floor 04 Next (2/2)
todruaga:0:1704:05:001:Go to floor 05 Next
todruaga:0:1706:05:501:Go to floor 05 Next (2/2)
todruaga:0:1704:06:001:Go to floor 06 Next
todruaga:0:1706:06:501:Go to floor 06 Next (2/2)
todruaga:0:1704:07:001:Go to floor 07 Next
todruaga:0:1706:07:501:Go to floor 07 Next (2/2)
todruaga:0:1704:08:001:Go to floor 08 Next
todruaga:0:1706:08:501:Go to floor 08 Next (2/2)
todruaga:0:1704:09:001:Go to floor 09 Next
todruaga:0:1706:09:501:Go to floor 09 Next (2/2)
todruaga:0:1704:0A:001:Go to floor 10 Next
todruaga:0:1706:10:501:Go to floor 10 Next (2/2)
todruaga:0:1704:0B:001:Go to floor 11 Next
todruaga:0:1706:11:501:Go to floor 11 Next (2/2)
todruaga:0:1704:0C:001:Go to floor 12 Next
todruaga:0:1706:12:501:Go to floor 12 Next (2/2)
todruaga:0:1704:0D:001:Go to floor 13 Next
todruaga:0:1706:13:501:Go to floor 13 Next (2/2)
todruaga:0:1704:0E:001:Go to floor 14 Next
todruaga:0:1706:14:501:Go to floor 14 Next (2/2)
todruaga:0:1704:0F:001:Go to floor 15 Next
todruaga:0:1706:15:501:Go to floor 15 Next (2/2)
todruaga:0:1704:10:001:Go to floor 16 Next
todruaga:0:1706:16:501:Go to floor 16 Next (2/2)
todruaga:0:1704:11:001:Go to floor 17 Next
todruaga:0:1706:17:501:Go to floor 17 Next (2/2)
todruaga:0:1704:12:001:Go to floor 18 Next
todruaga:0:1706:18:501:Go to floor 18 Next (2/2)
todruaga:0:1704:13:001:Go to floor 19 Next
todruaga:0:1706:19:501:Go to floor 19 Next (2/2)
todruaga:0:1704:14:001:Go to floor 20 Next
todruaga:0:1706:20:501:Go to floor 20 Next (2/2)
; [ Tower of Druaga (set 2) ]
todruagb:0:1703:05:000:Infinite Lives
todruagb:0:101B:20:000:Infinite Time
todruagb:0:15EF:30:000:Invincibility
todruagb:0:1022:01:000:Always have the key
todruagb:0:1022:01:001:Get the key Now!
todruagb:0:1017:00:001:Kill all monsters Now!
todruagb:0:1027:01:001:Make treasure appear Now!
todruagb:0:1B0F:35:001:Get Treasure Now!
todruagb:0:1710:01:001:Get Athena boots Now!
todruagb:0:1711:01:001:Get Armour Now!
todruagb:0:1712:01:001:Get Helmet Now!
todruagb:0:1713:01:001:Get Sword Now!
todruagb:0:1714:01:001:Get Gauntlet Now!
todruagb:0:1715:01:001:Get Shield Now!
todruagb:0:1716:01:001:Get Rod Now!
todruagb:0:1717:01:001:Get Grey potion Now!
todruagb:0:1717:02:001:Get Green potion Now!
todruagb:0:1717:03:001:Get Orange potion Now!
todruagb:0:1717:04:001:Get Red potion Now!
todruagb:0:1718:01:001:Get Gem Now!
todruagb:0:1719:01:001:Get Necklace Now!
todruagb:0:171A:01:001:Get Ring Now!
todruagb:0:171B:01:001:Get Book Now!
todruagb:0:171C:04:001:Get Candle Now!
todruagb:0:171D:01:001:Get Bell Now!
todruagb:0:171E:01:001:Get Sceptre Now!
todruagb:0:171F:01:001:Get pick Now!
todruagb:0:1020:01:001:Finish this Floor Now!
todruagb:0:1022:01:501:Finish this Floor Now! (2/2)
todruagb:0:0000:00:999:[These floor skip cheats ]
todruagb:0:0000:00:999:[will advance you to that ]
todruagb:0:0000:00:999:[floor when you lose a life.]
todruagb:0:0000:00:999:[If you use the Finish this ]
todruagb:0:0000:00:999:[Floor cheat you will go to ]
todruagb:0:0000:00:999:[the next floor on!! ]
todruagb:0:1704:01:001:Go to floor 01 Next
todruagb:0:1706:01:501:Go to floor 01 Next (2/2)
todruagb:0:1704:02:001:Go to floor 02 Next
todruagb:0:1706:02:501:Go to floor 02 Next (2/2)
todruagb:0:1704:03:001:Go to floor 03 Next
todruagb:0:1706:03:501:Go to floor 03 Next (2/2)
todruagb:0:1704:04:001:Go to floor 04 Next
todruagb:0:1706:04:501:Go to floor 04 Next (2/2)
todruagb:0:1704:05:001:Go to floor 05 Next
todruagb:0:1706:05:501:Go to floor 05 Next (2/2)
todruagb:0:1704:06:001:Go to floor 06 Next
todruagb:0:1706:06:501:Go to floor 06 Next (2/2)
todruagb:0:1704:07:001:Go to floor 07 Next
todruagb:0:1706:07:501:Go to floor 07 Next (2/2)
todruagb:0:1704:08:001:Go to floor 08 Next
todruagb:0:1706:08:501:Go to floor 08 Next (2/2)
todruagb:0:1704:09:001:Go to floor 09 Next
todruagb:0:1706:09:501:Go to floor 09 Next (2/2)
todruagb:0:1704:0A:001:Go to floor 10 Next
todruagb:0:1706:10:501:Go to floor 10 Next (2/2)
todruagb:0:1704:0B:001:Go to floor 11 Next
todruagb:0:1706:11:501:Go to floor 11 Next (2/2)
todruagb:0:1704:0C:001:Go to floor 12 Next
todruagb:0:1706:12:501:Go to floor 12 Next (2/2)
todruagb:0:1704:0D:001:Go to floor 13 Next
todruagb:0:1706:13:501:Go to floor 13 Next (2/2)
todruagb:0:1704:0E:001:Go to floor 14 Next
todruagb:0:1706:14:501:Go to floor 14 Next (2/2)
todruagb:0:1704:0F:001:Go to floor 15 Next
todruagb:0:1706:15:501:Go to floor 15 Next (2/2)
todruagb:0:1704:10:001:Go to floor 16 Next
todruagb:0:1706:16:501:Go to floor 16 Next (2/2)
todruagb:0:1704:11:001:Go to floor 17 Next
todruagb:0:1706:17:501:Go to floor 17 Next (2/2)
todruagb:0:1704:12:001:Go to floor 18 Next
todruagb:0:1706:18:501:Go to floor 18 Next (2/2)
todruagb:0:1704:13:001:Go to floor 19 Next
todruagb:0:1706:19:501:Go to floor 19 Next (2/2)
todruagb:0:1704:14:001:Go to floor 20 Next
todruagb:0:1706:20:501:Go to floor 20 Next (2/2)
; [ Toggle ]
toggle:0:018D:3C:000:Infinite Time
toggle:0:018C:09:500:Infinite Time (2/2)
toggle:0:018D:00:001:Finish this Round Now!
toggle:0:018C:00:501:Finish this Round Now! (2/2)
; [ Toki (World set 1) ]
toki:0:060876:99:000:Infinite Time
toki:0:060A5F:09:000:Infinite Lives
toki:0:0196A4:75:100:Invincibility:You can still die by falling down bottomless pits and falling in lava though
toki:0:0196A5:4E:600:Invincibility (2/2)
toki:0:060A9F:01:000:Always Walk
toki:0:060A9F:05:000:Always Swim
toki:0:060AA1:00:000:Always have Default Weapon
toki:0:060AA1:01:000:Always have Big Balls
toki:0:060AA1:02:000:Always have Whirler
toki:0:060AA1:03:000:Always have Flamer
toki:0:060AA1:04:000:Always have Lava
toki:0:060AA1:05:000:Always have 3-Way
toki:0:060AA1:00:001:Get Default Weapon Now!
toki:0:060AA1:01:001:Get Big Balls Now!
toki:0:060AA1:02:001:Get Whirler Now!
toki:0:060AA1:03:001:Get Flamer Now!
toki:0:060AA1:04:001:Get Lava Now!
toki:0:060AA1:05:001:Get 3-Way Now!
toki:0:060AD2:FC:000:Infinite Fire Power
toki:0:060AA3:01:000:Helmet Effect
toki:0:060AA3:02:000:Sneakers Effect
; [ Toki (World set 2) ]
tokia:0:06087E:99:000:Infinite Time
tokia:0:060A67:09:000:Infinite Lives
tokia:0:019726:75:100:Invincibility:You can still die by falling down bottomless pits and falling in lava though
tokia:0:019727:4E:600:Invincibility (2/2)
tokia:0:060AA7:01:000:Always Walk
tokia:0:060AA7:05:000:Always Swim
tokia:0:060AA9:00:000:Always have Default Weapon
tokia:0:060AA9:01:000:Always have Big Balls
tokia:0:060AA9:02:000:Always have Whirler
tokia:0:060AA9:03:000:Always have Flamer
tokia:0:060AA9:04:000:Always have Lava
tokia:0:060AA9:05:000:Always have 3-Way
tokia:0:060AA9:00:001:Get Default Weapon Now!
tokia:0:060AA9:01:001:Get Big Balls Now!
tokia:0:060AA9:02:001:Get Whirler Now!
tokia:0:060AA9:03:001:Get Flamer Now!
tokia:0:060AA9:04:001:Get Lava Now!
tokia:0:060AA9:05:001:Get 3-Way Now!
tokia:0:060ADA:FC:000:Lava Always Maxed
tokia:0:060AAB:01:000:Helmet Effect
tokia:0:060AAB:02:000:Sneakers Effect
; [ Toki (bootleg) ]
tokib:0:06087E:99:000:Infinite Time
tokib:0:060A67:09:000:Infinite Lives
tokib:0:019726:75:100:Invincibility:You can still die by falling down bottomless pits and falling in lava though
tokib:0:019727:4E:600:Invincibility (2/2)
tokib:0:060AA7:01:000:Always Walk
tokib:0:060AA7:05:000:Always Swim
tokib:0:060AA9:00:000:Always have Default Weapon
tokib:0:060AA9:01:000:Always have Big Balls
tokib:0:060AA9:02:000:Always have Whirler
tokib:0:060AA9:03:000:Always have Flamer
tokib:0:060AA9:04:000:Always have Lava
tokib:0:060AA9:05:000:Always have 3-Way
tokib:0:060AA9:00:001:Get Default Weapon Now!
tokib:0:060AA9:01:001:Get Big Balls Now!
tokib:0:060AA9:02:001:Get Whirler Now!
tokib:0:060AA9:03:001:Get Flamer Now!
tokib:0:060AA9:04:001:Get Lava Now!
tokib:0:060AA9:05:001:Get 3-Way Now!
tokib:0:060ADA:FC:000:Lava Always Maxed
tokib:0:060AAB:01:000:Helmet Effect
tokib:0:060AAB:02:000:Sneakers Effect
; [ JuJu Densetsu (Japan) ]
tokij:0:06087E:99:000:Infinite Time
tokij:0:060A67:09:000:Infinite Lives
tokij:0:019726:75:100:Invincibility:You can still die by falling down bottomless pits and falling in lava though
tokij:0:019727:4E:600:Invincibility (2/2)
tokij:0:060AA7:01:000:Always Walk
tokij:0:060AA7:05:000:Always Swim
tokij:0:060AA9:00:000:Always have Default Weapon
tokij:0:060AA9:01:000:Always have Big Balls
tokij:0:060AA9:02:000:Always have Whirler
tokij:0:060AA9:03:000:Always have Flamer
tokij:0:060AA9:04:000:Always have Lava
tokij:0:060AA9:05:000:Always have 3-Way
tokij:0:060AA9:00:001:Get Default Weapon Now!
tokij:0:060AA9:01:001:Get Big Balls Now!
tokij:0:060AA9:02:001:Get Whirler Now!
tokij:0:060AA9:03:001:Get Flamer Now!
tokij:0:060AA9:04:001:Get Lava Now!
tokij:0:060AA9:05:001:Get 3-Way Now!
tokij:0:060ADA:FC:000:Lava Always Maxed
tokij:0:060AAB:01:000:Helmet Effect
tokij:0:060AAB:02:000:Sneakers Effect
; [ Tokimeki Bishoujo [BET] (Japan) ]
tokimbsj:0:0000:00:999:[The winning hand cheat must]
tokimbsj:0:0000:00:999:[be activated when there are]
tokimbsj:0:0000:00:999:[14 tiles in your hand, then]
tokimbsj:0:0000:00:999:[press the RON key . ]
tokimbsj:0:0000:00:999:[('Z' by default). The tiles]
tokimbsj:0:0000:00:999:[do not visually change ]
tokimbsj:0:0000:00:999:[until you make a move. ]
tokimbsj:0:FC8B:31:001:Get winning hand Now!
tokimbsj:0:FC8C:31:501:Get winning hand Now! (02/14)
tokimbsj:0:FC8D:31:501:Get winning hand Now! (03/14)
tokimbsj:0:FC8E:32:501:Get winning hand Now! (04/14)
tokimbsj:0:FC8F:32:501:Get winning hand Now! (05/14)
tokimbsj:0:FC90:32:501:Get winning hand Now! (06/14)
tokimbsj:0:FC91:33:501:Get winning hand Now! (07/14)
tokimbsj:0:FC92:33:501:Get winning hand Now! (08/14)
tokimbsj:0:FC93:33:501:Get winning hand Now! (09/14)
tokimbsj:0:FC94:34:501:Get winning hand Now! (10/14)
tokimbsj:0:FC95:34:501:Get winning hand Now! (11/14)
tokimbsj:0:FC96:34:501:Get winning hand Now! (12/14)
tokimbsj:0:FC97:35:501:Get winning hand Now! (13/14)
tokimbsj:0:FC98:35:501:Get winning hand Now! (14/14)
tokimbsj:0:FC8B:31:000:Always winning hand
tokimbsj:0:FC8C:31:500:Always winning hand (02/14)
tokimbsj:0:FC8D:31:500:Always winning hand (03/14)
tokimbsj:0:FC8E:32:500:Always winning hand (04/14)
tokimbsj:0:FC8F:32:500:Always winning hand (05/14)
tokimbsj:0:FC90:32:500:Always winning hand (06/14)
tokimbsj:0:FC91:33:500:Always winning hand (07/14)
tokimbsj:0:FC92:33:500:Always winning hand (08/14)
tokimbsj:0:FC93:33:500:Always winning hand (09/14)
tokimbsj:0:FC94:34:500:Always winning hand (10/14)
tokimbsj:0:FC95:34:500:Always winning hand (11/14)
tokimbsj:0:FC96:34:500:Always winning hand (12/14)
tokimbsj:0:FC97:35:500:Always winning hand (13/14)
tokimbsj:0:FC98:35:500:Always winning hand (14/14)
; [ Tokio / Scramble Formation ]
tokio:1:949F:03:000:Infinite Lives
tokio:1:84FF:04:000:Infinite red planes
tokio:1:8510:63:001:Infinite add. red planes
; [ Tokio / Scramble Formation (bootleg) ]
tokiob:1:949F:03:000:Infinite Lives
tokiob:1:84FF:04:000:Infinite red planes
tokiob:1:8510:63:001:Infinite add. red planes
; [ Toki no Senshi - Chrono Soldier ]
tokisens:0:C0B7:99:000:Infinite Lives PL1
tokisens:0:C0B8:99:000:Infinite Lives PL2
tokisens:0:C9FF:99:000:Infinite Grenades
tokisens:0:C26A:00:000:Invincibility
; [ Toki (US) ]
tokiu:0:06087E:99:000:Infinite Time
tokiu:0:060A67:09:000:Infinite Lives
tokiu:0:0196EC:75:100:Invincibility:You can still die by falling down bottomless pits and falling in lava though
tokiu:0:0196ED:4E:600:Invincibility (2/2)
tokiu:0:060AA7:01:000:Always Walk
tokiu:0:060AA7:05:000:Always Swim
tokiu:0:060AA9:00:000:Always have Default Weapon
tokiu:0:060AA9:01:000:Always have Big Balls
tokiu:0:060AA9:02:000:Always have Whirler
tokiu:0:060AA9:03:000:Always have Flamer
tokiu:0:060AA9:04:000:Always have Lava
tokiu:0:060AA9:05:000:Always have 3-Way
tokiu:0:060AA9:00:001:Get Default Weapon Now!
tokiu:0:060AA9:01:001:Get Big Balls Now!
tokiu:0:060AA9:02:001:Get Whirler Now!
tokiu:0:060AA9:03:001:Get Flamer Now!
tokiu:0:060AA9:04:001:Get Lava Now!
tokiu:0:060AA9:05:001:Get 3-Way Now!
tokiu:0:060ADA:FC:000:Lava Always Maxed
tokiu:0:060AAB:01:000:Helmet Effect
tokiu:0:060AAB:02:000:Sneakers Effect
; [ Tokyo Gal Zukan (Japan) ]
tokyogal:0:0000:00:999:[The winning hand cheat must]
tokyogal:0:0000:00:999:[be activated when there are]
tokyogal:0:0000:00:999:[14 tiles in your hand, then]
tokyogal:0:0000:00:999:[press the RON key . ]
tokyogal:0:0000:00:999:[('Z' by default). The tiles]
tokyogal:0:0000:00:999:[do not visually change ]
tokyogal:0:0000:00:999:[until you make a move. ]
tokyogal:0:FC8B:31:001:Get winning hand Now!
tokyogal:0:FC8C:31:501:Get winning hand Now! (02/14)
tokyogal:0:FC8D:31:501:Get winning hand Now! (03/14)
tokyogal:0:FC8E:32:501:Get winning hand Now! (04/14)
tokyogal:0:FC8F:32:501:Get winning hand Now! (05/14)
tokyogal:0:FC90:32:501:Get winning hand Now! (06/14)
tokyogal:0:FC91:33:501:Get winning hand Now! (07/14)
tokyogal:0:FC92:33:501:Get winning hand Now! (08/14)
tokyogal:0:FC93:33:501:Get winning hand Now! (09/14)
tokyogal:0:FC94:34:501:Get winning hand Now! (10/14)
tokyogal:0:FC95:34:501:Get winning hand Now! (11/14)
tokyogal:0:FC96:34:501:Get winning hand Now! (12/14)
tokyogal:0:FC97:35:501:Get winning hand Now! (13/14)
tokyogal:0:FC98:35:501:Get winning hand Now! (14/14)
tokyogal:0:FC8B:31:000:Always winning hand
tokyogal:0:FC8C:31:500:Always winning hand (02/14)
tokyogal:0:FC8D:31:500:Always winning hand (03/14)
tokyogal:0:FC8E:32:500:Always winning hand (04/14)
tokyogal:0:FC8F:32:500:Always winning hand (05/14)
tokyogal:0:FC90:32:500:Always winning hand (06/14)
tokyogal:0:FC91:33:500:Always winning hand (07/14)
tokyogal:0:FC92:33:500:Always winning hand (08/14)
tokyogal:0:FC93:33:500:Always winning hand (09/14)
tokyogal:0:FC94:34:500:Always winning hand (10/14)
tokyogal:0:FC95:34:500:Always winning hand (11/14)
tokyogal:0:FC96:34:500:Always winning hand (12/14)
tokyogal:0:FC97:35:500:Always winning hand (13/14)
tokyogal:0:FC98:35:500:Always winning hand (14/14)
; [ Tomahawk 777 (Revision 5) ]
tomahaw5:0:0057:09:000:Infinite Lives
tomahaw5:0:009D:80:000:Invincibility
; [ Tomahawk 777 (Revision 1) ]
tomahawk:0:0057:09:000:Infinite Lives
tomahawk:0:008E:80:000:Invincibility
; [ Toobin' (version 3) ]
toobin:0:FFC01D:19:000:Infinite Credits
toobin:0:FFDDF0:09:000:Infinite Cans PL1
toobin:0:FFDDD2:03:000:Infinite Lives PL1
toobin:0:FFDDF1:09:000:Infinite Cans PL2
toobin:0:FFDDD3:03:000:Infinite Lives PL2
; [ Toobin' (version 2) ]
toobin2:0:FFC01D:19:000:Infinite Credits
toobin2:0:FFDDF0:09:000:Infinite Cans PL1
toobin2:0:FFDDD2:03:000:Infinite Lives PL1
toobin2:0:FFDDF1:09:000:Infinite Cans PL2
toobin2:0:FFDDD3:03:000:Infinite Lives PL2
; [ Toobin' (prototype) ]
toobinp:0:FFC01D:19:000:Infinite Credits
toobinp:0:FFDDF0:09:000:Infinite Cans PL1
toobinp:0:FFDDD2:03:000:Infinite Lives PL1
toobinp:0:FFDDF1:09:000:Infinite Cans PL2
toobinp:0:FFDDD3:03:000:Infinite Lives PL2
; [ Top Gunner (bootleg) ]
topgunbl:0:1478:09:000:Infinite Lives PL1
topgunbl:0:0B06:01:000:Invincibility PL1
topgunbl:0:0AFD:04:000:Always Full Power Ups PL1
topgunbl:0:0AFC:08:001:Get 8 rescued prisoners PL1
topgunbl:0:14B8:09:000:Infinite Lives PL2
topgunbl:0:0B7E:01:000:Invincibility PL2
topgunbl:0:0B75:04:000:Always Full Power Ups PL2
topgunbl:0:0B74:08:001:Get 8 rescued prisoners PL2
; [ Top Gunner (US) ]
topgunr:0:1478:09:000:Infinite Lives PL1
topgunr:0:0B06:01:000:Invincibility PL1
topgunr:0:0AFD:04:000:Always Full Power Ups PL1
topgunr:0:0AFC:08:001:Get 8 rescued prisoners PL1
topgunr:0:14B8:09:000:Infinite Lives PL2
topgunr:0:0B7E:01:000:Invincibility PL2
topgunr:0:0B75:04:000:Always Full Power Ups PL2
topgunr:0:0B74:08:001:Get 8 rescued prisoners PL2
; [ Top Hunter - Roddy & Cathy ]
tophuntr:0:108CC2:99:000:Infinite Time
tophuntr:0:108D1D:64:000:Infinite Lives PL1
tophuntr:0:108D0D:05:000:Always have Power PL1
tophuntr:0:108D0D:05:001:Get Power Now! PL1
tophuntr:0:100501:40:000:Infinite Health (Forest 1)PL1
tophuntr:0:100507:04:000:Infinite Ammo(Forest 1) PL1
tophuntr:0:10054C:01:000:Always have Gun (Forest 1)PL1
tophuntr:0:10054C:01:001:Get Gun Now! (Forest 1) PL1
tophuntr:0:108D21:64:000:Infinite Lives PL2
tophuntr:0:108D11:05:000:Always have Power PL1
tophuntr:0:108D11:05:001:Get Power Now! PL1
tophuntr:0:101101:40:000:Infinite Health (Forest 1)PL2
tophuntr:0:101107:04:000:Infinite Ammo(Forest 1) PL2
tophuntr:0:10114C:01:000:Always have Gun (Forest 1)PL2
tophuntr:0:10114C:01:001:Get Gun Now! (Forest 1) PL2
; [ Top Racer ]
topracer:0:5401:78:000:Infinite Time
topracer:1:A817:00:000:Always be in Pole Position
topracer:0:4630:01:000:Invincibility
; [ Top Secret (Exidy) (version 1.0) ]
topsecex:0:302F:03:000:Infinite Lives
topsecex:0:3E1A:63:000:Infinite Fireballs
topsecex:0:3E1B:63:000:Infinite Lasers
topsecex:0:3E1C:63:000:Infinite Missiles
topsecex:0:3E1D:63:000:Infinite Oils slick
topsecex:0:3E1E:63:000:Infinite Turbos
topsecex:0:3E1F:63:000:Infinite Force fields
topsecex:0:3E21:63:000:Infinite Top secrets
; [ Top Secret (Japan) ]
topsecrt:0:FFC67B:BF:000:Invincibility (buggy!)
topsecrt:0:FFC57E:08:000:Infinite Lives
topsecrt:0:FFC5A1:99:000:Infinite Time
topsecrt:0:FFC999:01:000:Always have fast arm "ON"
topsecrt:0:FFC999:00:001:Turn fast arm "OFF"
; [ Top Speed (US) ]
topspedu:0:4040A3:03:000:Infinite Nitros
topspedu:0:401C48:99:000:Infinite Time
; [ Top Speed (World) ]
topspeed:0:4040A3:03:000:Infinite Nitros
topspeed:0:401C48:99:000:Infinite Time
; [ Tora eno Michi (Japan) ]
toramich:0:FFC09D:5A:000:Infinite Time
toramich:0:FFC096:9A:000:Infinite Lives
toramich:0:FFC660:40:000:Infinite Energy:Don't enable when under attack
toramich:0:FFC0D0:00:001:Kill this Boss Now!
; [ Toride II Adauchi Gaiden ]
toride2g:0:40C156:63:000:Infinite Credits
toride2g:0:40D1A7:2F:000:Next tile always "help"
toride2g:0:40D215:6E:000:Infinite Time PL1
toride2g:0:40D415:6E:000:Infinite Time PL2
; [ Tornado Baseball ]
tornbase:0:2008:04:000:Infinite Rounds
tornbase:0:2295:00:000:Infinite Strikes
tornbase:0:2294:00:000:Infinite Balls
tornbase:0:2296:00:000:Infinite Outs
tornbase:0:2295:00:001:Set Strikes to 0 Now!
tornbase:0:2295:02:001:Set Strikes to 2 Now!
tornbase:0:2294:00:001:Set Balls to 0 Now!
tornbase:0:2294:03:001:Set Balls to 3 Now!
tornbase:0:2296:00:001:Set Outs to 0 Now!
tornbase:0:2296:02:001:Set Outs to 2 Now!
; [ Toryumon ]
toryumon:0:FFFE01:09:000:Infinite Credits
toryumon:0:FFC093:03:000:Freeze movement PL1:Best used by PL2
toryumon:0:FFC0B1:40:000:Bubble always full PL1
toryumon:0:FFC0B1:00:000:Bubble always empty PL1
toryumon:0:FFC0B1:40:001:Make Bubble full Now! PL1
toryumon:0:FFC0B1:00:001:Make Bubble empty Now! PL1
toryumon:0:FFC293:03:000:Freeze movement PL2:Best used by PL1
toryumon:0:FFC2B1:40:000:Bubble always full PL2
toryumon:0:FFC2B1:00:000:Bubble always empty PL2
toryumon:0:FFC2B1:40:001:Make Bubble full Now! PL2
toryumon:0:FFC2B1:00:001:Make Bubble empty Now! PL2
; [ Total Carnage (rev LA1 03/10/92) ]
totcarn:0:0020F726:FA:000:Infinite Keys
totcarn:0:00210F02:FF:000:Infinite Ammo SOLO Player:This works for PL1 or PL2 if the game has been started as a single player game
totcarn:0:0020F70A:03:000:Infinite Lives PL1
totcarn:0:00210FB6:FF:000:Infinite Ammo PL1 (in a 2 Player started game):For this cheat to work both players must start the game together
totcarn:0:0020F70C:09:000:Infinite Bombs PL1
totcarn:0:0020F750:03:000:Infinite Lives PL2
totcarn:0:0021111E:FF:000:Infinite Ammo PL2 (in a 2 Player started game):For this cheat to work both players must start the game together
totcarn:0:0020F752:09:000:Infinite Bombs PL2
; [ Total Carnage (prototype, rev 1.0 01/25/92) ]
totcarnp:0:0020F726:FA:000:Infinite Keys
totcarnp:0:00210F02:FF:000:Infinite Ammo SOLO Player:This works for PL1 or PL2 if the game has been started as a single player game
totcarnp:0:0020F70A:03:000:Infinite Lives PL1
totcarnp:0:00210FB6:FF:000:Infinite Ammo PL1 (in a 2 Player started game):For this cheat to work both players must start the game together
totcarnp:0:0020F70C:09:000:Infinite Bombs PL1
totcarnp:0:0020F750:03:000:Infinite Lives PL2
totcarnp:0:0021111E:FF:000:Infinite Ammo PL2 (in a 2 Player started game):For this cheat to work both players must start the game together
totcarnp:0:0020F752:09:000:Infinite Bombs PL2
; [ Toypop ]
toypop:0:0ABD:63:000:Infinite Credits
toypop:0:0A68:09:000:Infinite Time
toypop:0:0A69:0A:500:Infinite Time (2/2)
toypop:0:08BB:03:001:Get 1 heart to open door Now!:
toypop:0:0900:06:000:Infinite Lives PL1
toypop:0:0918:00:000:Invincibility "ON" PL1
toypop:0:0918:01:001:Invincibility "OFF" PL1
toypop:0:0940:06:000:Infinite Lives PL2
toypop:0:0958:00:000:Invincibility "ON" PL2
toypop:0:0958:01:001:Invincibility "OFF" PL2
; [ Time Pilot '84 (set 1) ]
tp84:0:57D0:05:000:Infinite Lives
tp84:0:5240:FF:000:Invincibility
; [ Time Pilot '84 (set 2) ]
tp84a:0:57D0:05:000:Infinite Lives
tp84a:0:5240:FF:000:Invincibility
; [ Top Player's Golf ]
tpgolf:0:100106:01:000:Infinite Strokes
tpgolf:0:10022C:63:000:Infinite Holes PL1
tpgolf:0:1002AC:63:000:Infinite Holes PL2
; [ Track & Field (Centuri) ]
trackflc:0:287F:01:000:Always Qualify in u 2 sec
trackflc:0:28D9:00:000:No False Starts PL1 & PL3
trackflc:0:28F9:00:000:No False Starts PL2 & PL4
trackflc:0:28C9:00:000:No Long Jump fouls
trackflc:0:2B9F:00:000:No High Jump Faults PL1
trackflc:0:2BBF:00:000:No High Jump Faults PL2
trackflc:0:2BDF:00:000:No High Jump Faults PL3
trackflc:0:2BFF:00:000:No High Jump Faults PL4
trackflc:0:2B81:02:000:Infinite Lives PL1
trackflc:0:2BA1:02:000:Infinite Lives PL2
trackflc:0:2BC1:02:000:Infinite Lives PL3
trackflc:0:2BE1:02:000:Infinite Lives PL4
trackflc:0:2A38:2D:000:Super Hammer Throw
trackflc:0:0000:00:999:[Turn the 'Start on' cheats ]
trackflc:0:0000:00:999:[ON on the title screen and ]
trackflc:0:0000:00:999:[DON'T forget to turn off ]
trackflc:0:0000:00:999:[them OFF when you are on ]
trackflc:0:0000:00:999:[the event or you won't ]
trackflc:0:0000:00:999:[progress any further!! ]
trackflc:0:2884:00:000:Start on 100 Meter Dash
trackflc:0:2884:01:000:Start on Long Jump
trackflc:0:2884:02:000:Start on Javelin Throw
trackflc:0:2884:03:000:Start on 110 Meter Hurdles
trackflc:0:2884:04:000:Start on Hammer Throw
trackflc:0:2884:05:000:Start on High Jump
trackflc:0:0000:00:999:[The Superman cheat allows ]
trackflc:0:0000:00:999:[you to leap tall buildings ]
trackflc:0:0000:00:999:[in one bound - handy for ]
trackflc:0:0000:00:999:[the High Jump!! It DOES NOT]
trackflc:0:0000:00:999:[work well with the Auto ]
trackflc:0:0000:00:999:[Angle cheat so turn ONE ]
trackflc:0:0000:00:999:[of them OFF!!!!! ]
trackflc:0:28B3:09:000:Superman
trackflc:0:28D8:2D:000:Auto 45 degrees angle
trackflc:0:0000:00:999:[On the High Jump it's best ]
trackflc:0:0000:00:999:[to disable the Full Speed ]
trackflc:0:0000:00:999:[and use the Superman cheat.]
trackflc:0:28B0:01:000:Full Speed
trackflc:0:28B1:05:500:Full Speed (2/3)
trackflc:0:28B2:00:500:Full Speed (3/3)
trackflc:0:0000:00:999:[Don't use the Full Speed ]
trackflc:0:0000:00:999:[cheat on the Hurdles - it ]
trackflc:0:0000:00:999:[is TOO fast, use Fast for ]
trackflc:0:0000:00:999:[Hurdles instead. ]
trackflc:0:28B0:01:000:Fast for Hurdles
trackflc:0:28B1:02:500:Fast for Hurdles (2/3)
trackflc:0:28B2:00:500:Fast for Hurdles (3/3)
trackflc:0:0000:00:999:[The Take steroids cheat is ]
trackflc:0:0000:00:999:[better than the Full Speed ]
trackflc:0:0000:00:999:[cheat. However, you must be]
trackflc:0:0000:00:999:[careful with it or you'll ]
trackflc:0:0000:00:999:[run off the pitch and the ]
trackflc:0:0000:00:999:[anti-doping control will ]
trackflc:0:0000:00:999:[catch you!! ;-) ]
trackflc:0:2834:00:000:Take steroids
; [ Track & Field ]
trackfld:0:287F:01:000:Always Qualify in u 2 sec
trackfld:0:28D9:00:000:No False Starts PL1 & PL3
trackfld:0:28F9:00:000:No False Starts PL2 & PL4
trackfld:0:28C9:00:000:No Long Jump fouls
trackfld:0:2B9F:00:000:No High Jump Faults PL1
trackfld:0:2BBF:00:000:No High Jump Faults PL2
trackfld:0:2BDF:00:000:No High Jump Faults PL3
trackfld:0:2BFF:00:000:No High Jump Faults PL4
trackfld:0:2B81:02:000:Infinite Lives PL1
trackfld:0:2BA1:02:000:Infinite Lives PL2
trackfld:0:2BC1:02:000:Infinite Lives PL3
trackfld:0:2BE1:02:000:Infinite Lives PL4
trackfld:0:2A38:2D:000:Super Hammer Throw
trackfld:0:0000:00:999:[Turn the 'Start on' cheats ]
trackfld:0:0000:00:999:[ON on the title screen and ]
trackfld:0:0000:00:999:[DON'T forget to turn off ]
trackfld:0:0000:00:999:[them OFF when you are on ]
trackfld:0:0000:00:999:[the event or you won't ]
trackfld:0:0000:00:999:[progress any further!! ]
trackfld:0:2884:00:000:Start on 100 Meter Dash
trackfld:0:2884:01:000:Start on Long Jump
trackfld:0:2884:02:000:Start on Javelin Throw
trackfld:0:2884:03:000:Start on 110 Meter Hurdles
trackfld:0:2884:04:000:Start on Hammer Throw
trackfld:0:2884:05:000:Start on High Jump
trackfld:0:0000:00:999:[The Superman cheat allows ]
trackfld:0:0000:00:999:[you to leap tall buildings ]
trackfld:0:0000:00:999:[in one bound - handy for ]
trackfld:0:0000:00:999:[the High Jump!! It DOES NOT]
trackfld:0:0000:00:999:[work well with the Auto ]
trackfld:0:0000:00:999:[Angle cheat so turn ONE ]
trackfld:0:0000:00:999:[of them OFF!!!!! ]
trackfld:0:28B3:09:000:Superman
trackfld:0:28D8:2D:000:Auto 45 degrees angle
trackfld:0:0000:00:999:[On the High Jump it's best ]
trackfld:0:0000:00:999:[to disable the Full Speed ]
trackfld:0:0000:00:999:[and use the Superman cheat.]
trackfld:0:28B0:01:000:Full Speed
trackfld:0:28B1:05:500:Full Speed (2/3)
trackfld:0:28B2:00:500:Full Speed (3/3)
trackfld:0:0000:00:999:[Don't use the Full Speed ]
trackfld:0:0000:00:999:[cheat on the Hurdles - it ]
trackfld:0:0000:00:999:[is TOO fast, use Fast for ]
trackfld:0:0000:00:999:[Hurdles instead. ]
trackfld:0:28B0:01:000:Fast for Hurdles
trackfld:0:28B1:02:500:Fast for Hurdles (2/3)
trackfld:0:28B2:00:500:Fast for Hurdles (3/3)
trackfld:0:0000:00:999:[The Take steroids cheat is ]
trackfld:0:0000:00:999:[better than the Full Speed ]
trackfld:0:0000:00:999:[cheat. However, you must be]
trackfld:0:0000:00:999:[careful with it or you'll ]
trackfld:0:0000:00:999:[run off the pitch and the ]
trackfld:0:0000:00:999:[anti-doping control will ]
trackfld:0:0000:00:999:[catch you!! ;-) ]
trackfld:0:2834:00:000:Take steroids
; [ Thrash Rally ]
trally:0:103611:99:000:Infinite Time
; [ Tranquilizer Gun ]
tranqgun:0:E4EC:03:000:Infinite Lives PL1
tranqgun:0:E4ED:03:000:Infinite Lives PL2
tranqgun:0:E5B5:63:000:Infinite Time Animal 1
tranqgun:0:E5D1:63:000:Infinite Time Animal 2
tranqgun:0:E5ED:63:000:Infinite Time Animal 3
tranqgun:0:E609:63:000:Infinite Time Animal 4
; [ Transformer ]
transfrm:0:C000:09:000:Infinite Credits
transfrm:0:C128:05:000:Infinite Lives
transfrm:0:C107:00:000:Infinite Pow
transfrm:0:C108:04:500:Infinite Pow (2/2)
transfrm:0:F3A7:00:000:Invincibility
; [ Traverse USA / Zippy Race ]
travrusa:0:E70D:01:000:Rank always set to 1st
travrusa:0:0000:00:999:[Infinite Fuel must be ]
travrusa:0:0000:00:999:[turned off at New York. ]
travrusa:0:E708:1E:000:Infinite Fuel
travrusa:0:0000:00:999:[Invincibility must be ]
travrusa:0:0000:00:999:[turned OFF before entering ]
travrusa:0:0000:00:999:[the final straight of ]
travrusa:0:0000:00:999:[each city. ]
travrusa:0:E300:03:000:Invincibility
travrusa:0:0000:00:999:[See the Dip Switch Menu to ]
travrusa:0:0000:00:999:[enable an alternate ]
travrusa:0:0000:00:999:[Invincibility cheat. ]
; [ Treasure Hunt (Japan?) ]
treahunt:0:0000:00:999:[See the Dip Switch Menu to ]
treahunt:0:0000:00:999:[enable Invincibility. ]
treahunt:0:449A:06:000:Infinite Lives PL1
treahunt:0:40F1:63:000:Infinite Ammo PL1
treahunt:0:449B:06:000:Infinite Lives PL2
treahunt:0:40F2:63:000:Infinite Ammo PL2
; [ Trick Trap (World?) ]
tricktrp:0:2202:FF:000:Infinite Credits
tricktrp:0:0000:00:999:[Turn ALL cheats OFF with F6]
tricktrp:0:0000:00:999:[at the end of each level!! ]
tricktrp:0:2489:09:000:Infinite Time
tricktrp:0:248A:59:500:Infinite Time (2/2)
tricktrp:0:2C81:02:040:Invincibility (flickering)
tricktrp:0:1C76:03:000:Infinite Magic
tricktrp:0:1CCC:07:000:Always have Maximum Shot
tricktrp:0:1CCD:05:000:Always have Maximum Laser
tricktrp:0:1CCE:02:000:Always have Maximum Bomb
tricktrp:0:1CC9:03:000:Always have Maximum Speed
tricktrp:0:2401:05:000:Infinite Lives PL1
tricktrp:0:240C:05:000:Infinite Continues PL1
tricktrp:0:2441:05:000:Infinite Lives PL2
tricktrp:0:244C:05:000:Infinite Continues PL2
tricktrp:0:2582:A0:002:Sound Test Timer Stop:[PL2 Start]Next Code
; [ Trigon (Japan) ]
trigon:0:000000:00:999:[Enable invincibility during]
trigon:0:000000:00:999:[game play ONLY!! ]
trigon:0:090200:64:000:Infinite Lives PL1
trigon:0:0902A0:01:000:Infinite Beam S. Weapon PL1
trigon:0:0902A0:02:000:Infinite Flame S. Weapon PL1
trigon:0:092952:01:000:Invincibility PL1
trigon:0:092954:00:500:Invincibility PL1 (2/3)
trigon:0:09295A:00:500:Invincibility PL1 (3/3)
trigon:0:090300:64:000:Infinite Lives PL2
trigon:0:0902B0:01:000:Infinite Beam S. Weapon PL2
trigon:0:0902B0:02:000:Infinite Flame S. Weapon PL2
trigon:0:092A32:01:000:Invincibility PL2
trigon:0:092A34:00:500:Invincibility PL2 (2/3)
trigon:0:092A3A:00:500:Invincibility PL2 (3/3)
trigon:0:092C88:F0:002:Sound Test Timer Stop:[PL1 Shot1]Next Code
; [ Trio The Punch - Never Forget Me... (Japan) ]
triothep:0:1F0049:1E:000:Infinite Time
triothep:0:1F003D:0C:000:Infinite Energy
triothep:0:1F0025:58:000:Invincibility
; [ Triple Punch ]
triplep:0:4108:08:000:Infinite Lives
triplep:0:4300:01:000:Invincibility:only enable during gameplay
triplep:0:4302:01:500:Invincibility (2/3)
triplep:0:4793:01:500:Invincibility (3/3)
; [ Mahjong Triple Wars (Japan) ]
triplew1:0:0000:00:999:[The winning hand cheat must]
triplew1:0:0000:00:999:[be activated when there are]
triplew1:0:0000:00:999:[14 tiles in your hand, then]
triplew1:0:0000:00:999:[press the RON key . ]
triplew1:0:0000:00:999:[('Z' by default). The tiles]
triplew1:0:0000:00:999:[do not visually change ]
triplew1:0:0000:00:999:[until you make a move. ]
triplew1:0:FC8B:31:001:Get winning hand Now!
triplew1:0:FC8C:31:501:Get winning hand Now! (02/14)
triplew1:0:FC8D:31:501:Get winning hand Now! (03/14)
triplew1:0:FC8E:32:501:Get winning hand Now! (04/14)
triplew1:0:FC8F:32:501:Get winning hand Now! (05/14)
triplew1:0:FC90:32:501:Get winning hand Now! (06/14)
triplew1:0:FC91:33:501:Get winning hand Now! (07/14)
triplew1:0:FC92:33:501:Get winning hand Now! (08/14)
triplew1:0:FC93:33:501:Get winning hand Now! (09/14)
triplew1:0:FC94:34:501:Get winning hand Now! (10/14)
triplew1:0:FC95:34:501:Get winning hand Now! (11/14)
triplew1:0:FC96:34:501:Get winning hand Now! (12/14)
triplew1:0:FC97:35:501:Get winning hand Now! (13/14)
triplew1:0:FC98:35:501:Get winning hand Now! (14/14)
triplew1:0:FC8B:31:000:Always winning hand
triplew1:0:FC8C:31:500:Always winning hand (02/14)
triplew1:0:FC8D:31:500:Always winning hand (03/14)
triplew1:0:FC8E:32:500:Always winning hand (04/14)
triplew1:0:FC8F:32:500:Always winning hand (05/14)
triplew1:0:FC90:32:500:Always winning hand (06/14)
triplew1:0:FC91:33:500:Always winning hand (07/14)
triplew1:0:FC92:33:500:Always winning hand (08/14)
triplew1:0:FC93:33:500:Always winning hand (09/14)
triplew1:0:FC94:34:500:Always winning hand (10/14)
triplew1:0:FC95:34:500:Always winning hand (11/14)
triplew1:0:FC96:34:500:Always winning hand (12/14)
triplew1:0:FC97:35:500:Always winning hand (13/14)
triplew1:0:FC98:35:500:Always winning hand (14/14)
; [ Mahjong Triple Wars 2 (Japan) ]
triplew2:0:0000:00:999:[The winning hand cheat must]
triplew2:0:0000:00:999:[be activated when there are]
triplew2:0:0000:00:999:[14 tiles in your hand, then]
triplew2:0:0000:00:999:[press the RON key . ]
triplew2:0:0000:00:999:[('Z' by default). The tiles]
triplew2:0:0000:00:999:[do not visually change ]
triplew2:0:0000:00:999:[until you make a move. ]
triplew2:0:FC8B:31:001:Get winning hand Now!
triplew2:0:FC8C:31:501:Get winning hand Now! (02/14)
triplew2:0:FC8D:31:501:Get winning hand Now! (03/14)
triplew2:0:FC8E:32:501:Get winning hand Now! (04/14)
triplew2:0:FC8F:32:501:Get winning hand Now! (05/14)
triplew2:0:FC90:32:501:Get winning hand Now! (06/14)
triplew2:0:FC91:33:501:Get winning hand Now! (07/14)
triplew2:0:FC92:33:501:Get winning hand Now! (08/14)
triplew2:0:FC93:33:501:Get winning hand Now! (09/14)
triplew2:0:FC94:34:501:Get winning hand Now! (10/14)
triplew2:0:FC95:34:501:Get winning hand Now! (11/14)
triplew2:0:FC96:34:501:Get winning hand Now! (12/14)
triplew2:0:FC97:35:501:Get winning hand Now! (13/14)
triplew2:0:FC98:35:501:Get winning hand Now! (14/14)
triplew2:0:FC8B:31:000:Always winning hand
triplew2:0:FC8C:31:500:Always winning hand (02/14)
triplew2:0:FC8D:31:500:Always winning hand (03/14)
triplew2:0:FC8E:32:500:Always winning hand (04/14)
triplew2:0:FC8F:32:500:Always winning hand (05/14)
triplew2:0:FC90:32:500:Always winning hand (06/14)
triplew2:0:FC91:33:500:Always winning hand (07/14)
triplew2:0:FC92:33:500:Always winning hand (08/14)
triplew2:0:FC93:33:500:Always winning hand (09/14)
triplew2:0:FC94:34:500:Always winning hand (10/14)
triplew2:0:FC95:34:500:Always winning hand (11/14)
triplew2:0:FC96:34:500:Always winning hand (12/14)
triplew2:0:FC97:35:500:Always winning hand (13/14)
triplew2:0:FC98:35:500:Always winning hand (14/14)
; [ Tri-Sports ]
trisport:0:10092F:14:000:Infinite Time (Pool)
trisport:0:10078B:09:000:Infinite Turns (Pool)
trisport:0:100CB6:03:000:Infinite Holes (Golf)
trisport:0:10078B:05:000:Infinite Balls (Golf)
; [ Trivial Pursuit (Baby Boomer Edition) ]
triviabb:0:00A1:15:000:Infinite Time
triviabb:0:0086:04:000:Infinite Guesses
triviabb:0:0203:00:998:Watch me for Good Answer:00=Right, Other=Wrong
triviabb:0:0200:99:001:Reward = 9999 pts Now!
triviabb:0:0201:99:501:Reward = 9999 pts Now! (2/2)
triviabb:0:0000:00:999:[Select the Dice Side during]
triviabb:0:0000:00:999:[or after the dice is thrown]
triviabb:0:0535:06:072:Select the Dice Side (1-6)
; [ Trivial Pursuit (Genus I) ]
triviag1:0:00A1:15:000:Infinite Time
triviag1:0:0086:04:000:Infinite Guesses
triviag1:0:0203:00:998:Watch me for Good Answer:00=Right, Other=Wrong
triviag1:0:0200:99:001:Reward = 9999 pts Now!
triviag1:0:0201:99:501:Reward = 9999 pts Now! (2/2)
triviag1:0:0000:00:999:[Select the Dice Side during]
triviag1:0:0000:00:999:[or after the dice is thrown]
triviag1:0:0540:06:072:Select the Dice Side (1-6)
; [ Trivial Pursuit (Genus II) ]
triviag2:0:00A1:15:000:Infinite Time
triviag2:0:0086:04:000:Infinite Guesses
triviag2:0:0203:00:998:Watch me for Good Answer:00=Right, Other=Wrong
triviag2:0:0200:99:001:Reward = 9999 pts Now!
triviag2:0:0201:99:501:Reward = 9999 pts Now! (2/2)
triviag2:0:0000:00:999:[Select the Dice Side during]
triviag2:0:0000:00:999:[or after the dice is thrown]
triviag2:0:0535:06:072:Select the Dice Side (1-6)
; [ Trivial Pursuit (All Star Sports Edition) ]
triviasp:0:00A1:15:000:Infinite Time
triviasp:0:0086:04:000:Infinite Guesses
triviasp:0:0203:00:998:Watch me for Good Answer:00=Right, Other=Wrong
triviasp:0:0200:99:001:Reward = 9999 pts Now!
triviasp:0:0201:99:501:Reward = 9999 pts Now! (2/2)
triviasp:0:0000:00:999:[Select the Dice Side during]
triviasp:0:0000:00:999:[or after the dice is thrown]
triviasp:0:0535:06:072:Select the Dice Side (1-6)
; [ Trivial Pursuit (Young Players Edition) ]
triviayp:0:00A1:15:000:Infinite Time
triviayp:0:0086:04:000:Infinite Guesses
triviayp:0:0203:00:998:Watch me for Good Answer:00=Right, Other=Wrong
triviayp:0:0200:99:001:Reward = 9999 pts Now!
triviayp:0:0201:99:501:Reward = 9999 pts Now! (2/2)
triviayp:0:0000:00:999:[Select the Dice Side during]
triviayp:0:0000:00:999:[or after the dice is thrown]
triviayp:0:0535:06:072:Select the Dice Side (1-6)
; [ Tropical Angel ]
troangel:0:E094:99:004:Infinite Time
troangel:0:0000:00:999:[See the Dip Switch Menu to ]
troangel:0:0000:00:999:[enable Invincibility. ]
; [ Trog (rev LA4 03/11/91) ]
trog:0:0020ECAA:03:000:Infinite Lives PL1
trog:0:0020ED34:03:000:Infinite Lives PL2
trog:0:0020EDBE:03:000:Infinite Lives PL3
trog:0:0020EE48:03:000:Infinite Lives PL4
; [ Trog (rev LA3 02/14/91) ]
trog3:0:0020ECAA:03:000:Infinite Lives PL1
trog3:0:0020ED34:03:000:Infinite Lives PL2
trog3:0:0020EDBE:03:000:Infinite Lives PL3
trog3:0:0020EE48:03:000:Infinite Lives PL4
; [ Trog (prototype, rev 4.00 07/27/90) ]
trogp:0:0020ECAA:03:000:Infinite Lives PL1
trogp:0:0020ED34:03:000:Infinite Lives PL2
trogp:0:0020EDBE:03:000:Infinite Lives PL3
trogp:0:0020EE48:03:000:Infinite Lives PL4
; [ Trojan (US) ]
trojan:0:CDA0:99:000:Infinite Lives
trojan:0:C078:00:000:Infinite Energy
trojan:0:C079:99:000:Infinite Time
; [ Tatakai no Banka (Japan) ]
trojanj:0:CDA0:99:000:Infinite Lives
trojanj:0:C078:00:000:Infinite Energy
trojanj:0:C079:99:000:Infinite Time
; [ Trojan (Romstar) ]
trojanr:0:CDA0:99:000:Infinite Lives
trojanr:0:C078:00:000:Infinite Energy
trojanr:0:C079:99:000:Infinite Time
; [ Tron (set 1) ]
tron:0:C41F:04:000:Infinite Lives
tron:0:C00E:08:000:Infinite Time(disable on MCP)
tron:0:C422:01:000:Start on Level 2
tron:0:C422:02:000:Start on Level 3
tron:0:C422:03:000:Start on Level 4
tron:0:C422:04:000:Start on Level 5
; [ Tron (set 2) ]
tron2:0:C41F:04:000:Infinite Lives
tron2:0:C00E:08:000:Infinite Time(disable on MCP)
tron2:0:C422:01:000:Start on Level 2
tron2:0:C422:02:000:Start on Level 3
tron2:0:C422:03:000:Start on Level 4
tron2:0:C422:04:000:Start on Level 5
; [ Top Ranking Stars (World new version) ]
trstar:0:413000:09:000:Infinite Credits
trstar:0:413893:78:000:Infinite Energy PL1
trstar:0:41806D:8C:500:Infinite Energy PL1 (2/3)
trstar:0:41806F:68:500:Infinite Energy PL1 (3/3)
trstar:0:413893:00:001:Drain All Energy Now! PL1
trstar:0:41806D:00:501:Drain All Energy Now! PL1 (2/3)
trstar:0:41806F:00:501:Drain All Energy Now! PL1 (3/3)
trstar:0:413993:78:000:Infinite Energy PL2
trstar:0:4180ED:8C:500:Infinite Energy PL2 (2/3)
trstar:0:4180EF:68:500:Infinite Energy PL2 (3/3)
trstar:0:413993:00:001:Drain All Energy Now! PL2
trstar:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3)
trstar:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3)
trstar:0:000000:00:999:[After you enable these region cheats to see any ]
trstar:0:000000:00:999:[effect you will have to reset the game (F3). ]
trstar:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
trstar:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
trstar:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
trstar:0:0FFFFF:01:001:Region Switch = Japan:Top Ranking Stars
trstar:0:0FFFFF:02:001:Region Switch = US:Prime Time Fighter
trstar:0:0FFFFF:03:001:Region Switch = World:Top Ranking Stars
; [ Top Ranking Stars (Japan new version) ]
trstarj:0:413000:09:000:Infinite Credits
trstarj:0:413893:78:000:Infinite Energy PL1
trstarj:0:41806D:8C:500:Infinite Energy PL1 (2/3)
trstarj:0:41806F:68:500:Infinite Energy PL1 (3/3)
trstarj:0:413893:00:001:Drain All Energy Now! PL1
trstarj:0:41806D:00:501:Drain All Energy Now! PL1 (2/3)
trstarj:0:41806F:00:501:Drain All Energy Now! PL1 (3/3)
trstarj:0:413993:78:000:Infinite Energy PL2
trstarj:0:4180ED:8C:500:Infinite Energy PL2 (2/3)
trstarj:0:4180EF:68:500:Infinite Energy PL2 (3/3)
trstarj:0:413993:00:001:Drain All Energy Now! PL2
trstarj:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3)
trstarj:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3)
trstarj:0:000000:00:999:[After you enable these region cheats to see any ]
trstarj:0:000000:00:999:[effect you will have to reset the game (F3). ]
trstarj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
trstarj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
trstarj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
trstarj:0:0FFFFF:01:001:Region Switch = Japan:Top Ranking Stars
trstarj:0:0FFFFF:02:001:Region Switch = US:Prime Time Fighter
trstarj:0:0FFFFF:03:001:Region Switch = World:Top Ranking Stars
; [ Top Ranking Stars (World old version) ]
trstaro:0:413000:09:000:Infinite Credits
trstaro:0:413893:78:000:Infinite Energy PL1
trstaro:0:41806D:8C:500:Infinite Energy PL1 (2/3)
trstaro:0:41806F:68:500:Infinite Energy PL1 (3/3)
trstaro:0:413893:00:001:Drain All Energy Now! PL1
trstaro:0:41806D:00:501:Drain All Energy Now! PL1 (2/3)
trstaro:0:41806F:00:501:Drain All Energy Now! PL1 (3/3)
trstaro:0:413993:78:000:Infinite Energy PL2
trstaro:0:4180ED:8C:500:Infinite Energy PL2 (2/3)
trstaro:0:4180EF:68:500:Infinite Energy PL2 (3/3)
trstaro:0:413993:00:001:Drain All Energy Now! PL2
trstaro:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3)
trstaro:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3)
trstaro:0:000000:00:999:[After you enable these region cheats to see any ]
trstaro:0:000000:00:999:[effect you will have to reset the game (F3). ]
trstaro:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
trstaro:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
trstaro:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
trstaro:0:0FFFFF:01:001:Region Switch = Japan:Top Ranking Stars
trstaro:0:0FFFFF:02:001:Region Switch = US:Prime Time Fighter
trstaro:0:0FFFFF:03:001:Region Switch = World:Top Ranking Stars
; [ Top Ranking Stars (Japan old version) ]
trstaroj:0:413000:09:000:Infinite Credits
trstaroj:0:413893:78:000:Infinite Energy PL1
trstaroj:0:41806D:8C:500:Infinite Energy PL1 (2/3)
trstaroj:0:41806F:68:500:Infinite Energy PL1 (3/3)
trstaroj:0:413893:00:001:Drain All Energy Now! PL1
trstaroj:0:41806D:00:501:Drain All Energy Now! PL1 (2/3)
trstaroj:0:41806F:00:501:Drain All Energy Now! PL1 (3/3)
trstaroj:0:413993:78:000:Infinite Energy PL2
trstaroj:0:4180ED:8C:500:Infinite Energy PL2 (2/3)
trstaroj:0:4180EF:68:500:Infinite Energy PL2 (3/3)
trstaroj:0:413993:00:001:Drain All Energy Now! PL2
trstaroj:0:4180ED:00:501:Drain All Energy Now! PL2 (2/3)
trstaroj:0:4180EF:00:501:Drain All Energy Now! PL2 (3/3)
trstaroj:0:000000:00:999:[After you enable these region cheats to see any ]
trstaroj:0:000000:00:999:[effect you will have to reset the game (F3). ]
trstaroj:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
trstaroj:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
trstaroj:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
trstaroj:0:0FFFFF:01:001:Region Switch = Japan:Top Ranking Stars
trstaroj:0:0FFFFF:02:001:Region Switch = US:Prime Time Fighter
trstaroj:0:0FFFFF:03:001:Region Switch = World:Top Ranking Stars
; [ Truxton / Tatsujin ]
truxton:0:081D17:0A:000:Infinite Lives
truxton:0:081847:0B:000:Infinite Skulls
truxton:0:081838:00:000:Invincibility 'ON'
truxton:0:081838:80:001:Invincibility 'OFF'
truxton:0:081855:22:001:Get Max Speed Now!
truxton:0:081855:22:000:Alway Max Speed
truxton:0:081D2D:04:001:Get 4 P Now!:(5th P = Weapon Power Up)
truxton:0:081845:01:001:Get Better Weapon Now!
truxton:0:081845:01:000:Always Better Weapon
truxton:0:081845:02:001:Get Best Weapon Now!
truxton:0:081845:02:000:Always Best Weapon
truxton:0:081841:00:000:Always Red Fire
truxton:0:081843:00:500:Always Red Fire (2/2)
truxton:0:081841:08:000:Always Green Fire
truxton:0:081843:08:500:Always Green Fire (2/2)
truxton:0:081841:10:000:Always Blue Fire
truxton:0:081843:10:500:Always Blue Fire (2/2)
truxton:0:081841:00:001:Get Red Fire Now!
truxton:0:081843:00:501:Get Red Fire Now! (2/2)
truxton:0:081841:08:001:Get Green Fire Now!
truxton:0:081843:08:501:Get Green Fire Now! (2/2)
truxton:0:081841:10:001:Get Blue Fire Now!
truxton:0:081843:10:501:Get Blue Fire Now! (2/2)
; [ Truxton II / Tatsujin II / Tatsujin Oh (Japan) ]
truxton2:0:1002A5:09:000:Infinite Credits
truxton2:0:000000:00:999:[See the Dip Switch Menu to ]
truxton2:0:000000:00:999:[enable an alternate ]
truxton2:0:000000:00:999:[Invincibility cheat. ]
truxton2:0:100429:08:000:Infinite Lives PL1
truxton2:0:10042D:08:000:Infinite Bombs PL1
truxton2:0:1005E2:B4:000:Invincibility "ON" PL1
truxton2:0:1005E2:01:001:Invincibility "OFF" PL1
truxton2:0:10042F:01:000:Always have Red Weapon PL1
truxton2:0:10042F:02:000:Always have Blue Weapon PL1
truxton2:0:10042F:03:000:Always have Green Weapon PL1
truxton2:0:10042F:01:001:Get Red Weapon Now! PL1
truxton2:0:10042F:02:001:Get Blue Weapon Now! PL1
truxton2:0:10042F:03:001:Get Green Weapon Now! PL1
truxton2:0:100447:08:000:Infinite Lives PL2
truxton2:0:10044B:08:000:Infinite Bombs PL2
truxton2:0:100622:B4:000:Invincibility "ON" PL2
truxton2:0:100622:01:001:Invincibility "OFF" PL2
truxton2:0:10044D:01:000:Always have Red Weapon PL2
truxton2:0:10044D:02:000:Always have Blue Weapon PL2
truxton2:0:10044D:03:000:Always have Green Weapon PL2
truxton2:0:10044D:01:001:Get Red Weapon Now! PL2
truxton2:0:10044D:02:001:Get Blue Weapon Now! PL2
truxton2:0:10044D:03:001:Get Green Weapon Now! PL2
; [ Samurai Nihon-ichi (set 2) ]
tsamura2:0:C310:09:000:Infinite Time
tsamura2:0:C311:09:500:Infinite Time (2/3)
tsamura2:0:C312:09:500:Infinite Time (3/3)
tsamura2:0:C364:03:000:Always have the Power
tsamura2:0:C00C:06:000:Infinite Lives PL1
tsamura2:0:C00D:06:000:Infinite Lives PL2
; [ Samurai Nihon-ichi (set 1) ]
tsamurai:0:C310:09:000:Infinite Time
tsamurai:0:C311:09:500:Infinite Time (2/3)
tsamurai:0:C312:09:500:Infinite Time (3/3)
tsamurai:0:C364:03:000:Always have the Power
tsamurai:0:C00C:06:000:Infinite Lives PL1
tsamurai:0:C00D:06:000:Infinite Lives PL2
; [ Takeda Shingen (Japan, Japanese) ]
tshingen:0:0F0081:0F:000:Always have 'Fu,Rin,Ka,Zan,'
tshingen:0:0F0E23:01:000:Always have Koduka (Knife)
tshingen:0:0F00CF:03:000:Infinite Lives PL1
tshingen:0:0F0107:50:000:Infinite Energy PL1
tshingen:0:0F0E11:03:000:Infinite Life(Horse) PL1:Bonus stage
tshingen:0:0F00DF:03:000:Infinite Lives PL2
tshingen:0:0F0187:50:000:Infinite Energy PL2
tshingen:0:0F0E15:03:000:Infinite Life(Horse) PL2:Bonus stage
tshingen:0:000000:00:999:[Enable the select starting ]
tshingen:0:000000:00:999:[cheats on the screen with ]
tshingen:0:000000:00:999:[the smoke signals. ]
tshingen:0:0F0039:04:071:Select the Starting Stage
tshingen:0:0F003B:03:071:Select the Starting Scene
tshingen:0:0F003D:00:001:Finish this Scene Now!
; [ Shingen Samurai-Fighter (Japan, English) ]
tshingna:0:0F0081:0F:000:Always have 'Fu,Rin,Ka,Zan,'
tshingna:0:0F0E23:01:000:Always have Koduka (Knife)
tshingna:0:0F00CF:03:000:Infinite Lives PL1
tshingna:0:0F0107:50:000:Infinite Energy PL1
tshingna:0:0F0E11:03:000:Infinite Life(Horse) PL1:Bonus stage
tshingna:0:0F00DF:03:000:Infinite Lives PL2
tshingna:0:0F0187:50:000:Infinite Energy PL2
tshingna:0:0F0E15:03:000:Infinite Life(Horse) PL2:Bonus stage
tshingna:0:000000:00:999:[Enable the select starting ]
tshingna:0:000000:00:999:[cheats on the screen with ]
tshingna:0:000000:00:999:[the smoke signals. ]
tshingna:0:0F0039:04:071:Select the Starting Stage
tshingna:0:0F003B:03:071:Select the Starting Scene
tshingna:0:0F003D:00:001:Finish this Scene Now!
; [ Turkey Shoot ]
tshoot:0:BF00:03:000:Infinite Lives
; [ T.T. Mahjong ]
ttmahjng:0:0000:00:999:The winning hand cheat must
ttmahjng:0:0000:00:999:be activated when there is
ttmahjng:0:0000:00:999:14 tiles in hand, then press
ttmahjng:0:0000:00:999:the RON key (SPACE default).
ttmahjng:0:0000:00:999:The tiles does not visually
ttmahjng:0:0000:00:999:change until you make a move.
ttmahjng:0:4001:31:001:Get winning hand Now!
ttmahjng:0:4002:31:501:Get winning hand Now! (2/14)
ttmahjng:0:4003:31:501:Get winning hand Now! (3/14)
ttmahjng:0:4004:32:501:Get winning hand Now! (4/14)
ttmahjng:0:4005:32:501:Get winning hand Now! (5/14)
ttmahjng:0:4006:32:501:Get winning hand Now! (6/14)
ttmahjng:0:4007:33:501:Get winning hand Now! (7/14)
ttmahjng:0:4008:33:501:Get winning hand Now! (8/14)
ttmahjng:0:4009:33:501:Get winning hand Now! (9/14)
ttmahjng:0:400A:34:501:Get winning hand Now! (10/14)
ttmahjng:0:400B:34:501:Get winning hand Now! (11/14)
ttmahjng:0:400C:34:501:Get winning hand Now! (12/14)
ttmahjng:0:400D:35:501:Get winning hand Now! (13/14)
ttmahjng:0:400E:35:501:Get winning hand Now! (14/14)
ttmahjng:0:4001:31:000:Always winning hand
ttmahjng:0:4002:31:500:Always winning hand (2/14)
ttmahjng:0:4003:31:500:Always winning hand (3/14)
ttmahjng:0:4004:32:500:Always winning hand (4/14)
ttmahjng:0:4005:32:500:Always winning hand (5/14)
ttmahjng:0:4006:32:500:Always winning hand (6/14)
ttmahjng:0:4007:33:500:Always winning hand (7/14)
ttmahjng:0:4008:33:500:Always winning hand (8/14)
ttmahjng:0:4009:33:500:Always winning hand (9/14)
ttmahjng:0:400A:34:500:Always winning hand (10/14)
ttmahjng:0:400B:34:500:Always winning hand (11/14)
ttmahjng:0:400C:34:500:Always winning hand (12/14)
ttmahjng:0:400D:35:500:Always winning hand (13/14)
ttmahjng:0:400E:35:500:Always winning hand (14/14)
; [ Tough Turf (Japan) ]
tturf:0:200811:09:000:Infinite Time
tturf:0:2010D6:0F:000:Infinite Energy PL1
tturf:0:2011D6:0F:000:Infinite Energy PL2
; [ Tough Turf (bootleg) ]
tturfbl:0:200811:09:000:Infinite Time
tturfbl:0:2010D6:0F:000:Infinite Energy PL1
tturfbl:0:2011D6:0F:000:Infinite Energy PL2
; [ Tough Turf (US) ]
tturfu:0:200811:09:000:Infinite Time
tturfu:0:2010D6:0F:000:Infinite Energy PL1
tturfu:0:2011D6:0F:000:Infinite Energy PL2
; [ Tube-It ]
tubeit:0:8E02:09:000:Infinite Credits
tubeit:0:8DA0:10:021:Finish this level Now! PL1
tubeit:0:8DD0:10:021:Finish this level Now! PL2
; [ Tumble Pop (World) ]
tumblep:0:120473:09:000:Infinite Lives PL1
tumblep:0:12042B:00:000:Invincibility PL1
tumblep:0:12042A:80:540:Invincibility PL1 (2/2)
tumblep:0:120673:09:000:Infinite Lives PL2
tumblep:0:12062B:00:000:Invincibility PL2
tumblep:0:12062A:80:540:Invincibility PL2 (2/2)
tumblep:0:1200B9:99:000:Infinite Time:For "TUMBLEPOP" bonus stages
tumblep:0:1200B4:01:001:Get TUMBLEPOP Now!
tumblep:0:1200B5:FF:501:Get TUMBLEPOP Now! (2/2)
tumblep:0:1200B4:01:021:Get letter - T Now!
tumblep:0:1200B5:80:021:Get letter - U Now!
tumblep:0:1200B5:40:021:Get letter - M Now!
tumblep:0:1200B5:20:021:Get letter - B Now!
tumblep:0:1200B5:10:021:Get letter - L Now!
tumblep:0:1200B5:08:021:Get letter - E Now!
tumblep:0:1200B5:04:021:Get letter - P (first) Now!
tumblep:0:1200B5:02:021:Get letter - O Now!
tumblep:0:1200B5:01:021:Get letter - P (second) Now!
tumblep:0:121425:00:001:One hit for boss 1 Now!
tumblep:0:121A25:00:001:One hit for boss 2 Now!
tumblep:0:1211E5:00:001:One hit for boss 3 Now!
tumblep:0:121365:00:001:One hit for boss 4 Now!
tumblep:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part
tumblep:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part
tumblep:0:121EA5:00:001:One hit for boss 5 -Head Now!
tumblep:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part
tumblep:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part
tumblep:0:121665:00:001:One hit for boss 7 Now!
tumblep:0:121D85:00:001:One hit for boss 8 Now!
tumblep:0:121A25:00:001:One hit for boss 9 Now!
tumblep:0:121425:00:001:One hit for boss 10 Now!
tumblep:0:120099:08:000:Go to world 9:To be used at "level select"
tumblep:0:120099:09:000:Go to world 10:To be used at "level select"
; [ Tumble Pop (bootleg set 2) ]
tumblep2:0:120473:09:000:Infinite Lives PL1
tumblep2:0:12042B:00:000:Invincibility PL1
tumblep2:0:12042A:80:540:Invincibility PL1 (2/2)
tumblep2:0:120673:09:000:Infinite Lives PL2
tumblep2:0:12062B:00:000:Invincibility PL2
tumblep2:0:12062A:80:540:Invincibility PL2 (2/2)
tumblep2:0:1200B9:99:000:Infinite Time:For "TUMBLEPOP" bonus stages
tumblep2:0:1200B4:01:001:Get TUMBLEPOP Now!
tumblep2:0:1200B5:FF:501:Get TUMBLEPOP Now! (2/2)
tumblep2:0:1200B4:01:021:Get letter - T Now!
tumblep2:0:1200B5:80:021:Get letter - U Now!
tumblep2:0:1200B5:40:021:Get letter - M Now!
tumblep2:0:1200B5:20:021:Get letter - B Now!
tumblep2:0:1200B5:10:021:Get letter - L Now!
tumblep2:0:1200B5:08:021:Get letter - E Now!
tumblep2:0:1200B5:04:021:Get letter - P (first) Now!
tumblep2:0:1200B5:02:021:Get letter - O Now!
tumblep2:0:1200B5:01:021:Get letter - P (second) Now!
tumblep2:0:121425:00:001:One hit for boss 1 Now!
tumblep2:0:121A25:00:001:One hit for boss 2 Now!
tumblep2:0:1211E5:00:001:One hit for boss 3 Now!
tumblep2:0:121365:00:001:One hit for boss 4 Now!
tumblep2:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part
tumblep2:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part
tumblep2:0:121EA5:00:001:One hit for boss 5 -Head Now!
tumblep2:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part
tumblep2:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part
tumblep2:0:121665:00:001:One hit for boss 7 Now!
tumblep2:0:121D85:00:001:One hit for boss 8 Now!
tumblep2:0:121A25:00:001:One hit for boss 9 Now!
tumblep2:0:121425:00:001:One hit for boss 10 Now!
tumblep2:0:120099:08:000:Go to world 9:To be used at "level select"
tumblep2:0:120099:09:000:Go to world 10:To be used at "level select"
; [ Tumble Pop (bootleg set 1) ]
tumblepb:0:120473:09:000:Infinite Lives PL1
tumblepb:0:12042B:00:000:Invincibility PL1
tumblepb:0:12042A:80:540:Invincibility PL1 (2/2)
tumblepb:0:120673:09:000:Infinite Lives PL2
tumblepb:0:12062B:00:000:Invincibility PL2
tumblepb:0:12062A:80:540:Invincibility PL2 (2/2)
tumblepb:0:1200B9:99:000:Infinite Time:For "TUMBLEPOP" bonus stages
tumblepb:0:1200B4:01:001:Get TUMBLEPOP Now!
tumblepb:0:1200B5:FF:501:Get TUMBLEPOP Now! (2/2)
tumblepb:0:1200B4:01:021:Get letter - T Now!
tumblepb:0:1200B5:80:021:Get letter - U Now!
tumblepb:0:1200B5:40:021:Get letter - M Now!
tumblepb:0:1200B5:20:021:Get letter - B Now!
tumblepb:0:1200B5:10:021:Get letter - L Now!
tumblepb:0:1200B5:08:021:Get letter - E Now!
tumblepb:0:1200B5:04:021:Get letter - P (first) Now!
tumblepb:0:1200B5:02:021:Get letter - O Now!
tumblepb:0:1200B5:01:021:Get letter - P (second) Now!
tumblepb:0:121425:00:001:One hit for boss 1 Now!
tumblepb:0:121A25:00:001:One hit for boss 2 Now!
tumblepb:0:1211E5:00:001:One hit for boss 3 Now!
tumblepb:0:121365:00:001:One hit for boss 4 Now!
tumblepb:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part
tumblepb:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part
tumblepb:0:121EA5:00:001:One hit for boss 5 -Head Now!
tumblepb:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part
tumblepb:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part
tumblepb:0:121665:00:001:One hit for boss 7 Now!
tumblepb:0:121D85:00:001:One hit for boss 8 Now!
tumblepb:0:121A25:00:001:One hit for boss 9 Now!
tumblepb:0:121425:00:001:One hit for boss 10 Now!
tumblepb:0:120099:08:000:Go to world 9:To be used at "level select"
tumblepb:0:120099:09:000:Go to world 10:To be used at "level select"
; [ Tumble Pop (Japan) ]
tumblepj:0:120473:09:000:Infinite Lives PL1
tumblepj:0:12042B:00:000:Invincibility PL1
tumblepj:0:12042A:80:540:Invincibility PL1 (2/2)
tumblepj:0:120673:09:000:Infinite Lives PL2
tumblepj:0:12062B:00:000:Invincibility PL2
tumblepj:0:12062A:80:540:Invincibility PL2 (2/2)
tumblepj:0:1200B9:99:000:Infinite Time:For "TUMBLEPOP" bonus stages
tumblepj:0:1200B4:01:001:Get TUMBLEPOP Now!
tumblepj:0:1200B5:FF:501:Get TUMBLEPOP Now! (2/2)
tumblepj:0:1200B4:01:021:Get letter - T Now!
tumblepj:0:1200B5:80:021:Get letter - U Now!
tumblepj:0:1200B5:40:021:Get letter - M Now!
tumblepj:0:1200B5:20:021:Get letter - B Now!
tumblepj:0:1200B5:10:021:Get letter - L Now!
tumblepj:0:1200B5:08:021:Get letter - E Now!
tumblepj:0:1200B5:04:021:Get letter - P (first) Now!
tumblepj:0:1200B5:02:021:Get letter - O Now!
tumblepj:0:1200B5:01:021:Get letter - P (second) Now!
tumblepj:0:121425:00:001:One hit for boss 1 Now!
tumblepj:0:121A25:00:001:One hit for boss 2 Now!
tumblepj:0:1211E5:00:001:One hit for boss 3 Now!
tumblepj:0:121365:00:001:One hit for boss 4 Now!
tumblepj:0:121DE5:00:001:One hit for boss 5 -B.P. Now!:B.P. = bottom part
tumblepj:0:121E45:00:001:One hit for boss 5 -M.P. Now!:M.P. = medium part
tumblepj:0:121EA5:00:001:One hit for boss 5 -Head Now!
tumblepj:0:121A25:00:001:One hit for boss 6 -L.P. Now!:L.P. = left part
tumblepj:0:121A85:00:001:One hit for boss 6 -R.P. Now!:R.P. = right part
tumblepj:0:121665:00:001:One hit for boss 7 Now!
tumblepj:0:121D85:00:001:One hit for boss 8 Now!
tumblepj:0:121A25:00:001:One hit for boss 9 Now!
tumblepj:0:121425:00:001:One hit for boss 10 Now!
tumblepj:0:120099:08:000:Go to world 9:To be used at "level select"
tumblepj:0:120099:09:000:Go to world 10:To be used at "level select"
; [ Tunnel Hunt ]
tunhunt:0:00B1:63:000:Infinite Credits
tunhunt:0:02B6:0A:000:Infinite Lives
tunhunt:0:029B:00:000:Infinite Laser Temperature
tunhunt:0:02BD:7F:000:Infinite Shields
tunhunt:0:00E1:00:000:Infinite Hull Temperature
; [ Turbo ]
turbo:0:F212:63:000:Infinite Time
turbo:0:F270:40:000:Invincibility
; [ Turbo (encrypted set 1) ]
turboa:0:F212:63:000:Infinite Time
turboa:0:F270:40:000:Invincibility
; [ Turbo (encrypted set 2) ]
turbob:0:F212:63:000:Infinite Time
turbob:0:F270:40:000:Invincibility
; [ Turbo Force ]
turbofrc:0:000000:00:999:[Turn off cheats with F6 at ]
turbofrc:0:000000:00:999:[the start of each level! ]
turbofrc:0:0C1FAF:07:000:Infinite Lives PL1
turbofrc:0:0C1F99:08:000:Maximum fire power PL1
turbofrc:0:0C1FBB:A0:000:Invincibility PL1
turbofrc:0:0C2017:07:000:Infinite Lives PL2
turbofrc:0:0C2001:08:000:Maximum fire power PL2
turbofrc:0:0C2023:A0:000:Invincibility PL2
turbofrc:0:0C207F:07:000:Infinite Lives PL3
turbofrc:0:0C2069:08:000:Maximum fire power PL3
turbofrc:0:0C208B:A0:000:Invincibility PL3
; [ Turbo Tag (prototype) ]
turbotag:0:F238:06:000:Infinite Lives
turbotag:0:F25D:01:000:Always have Turbo Charger
turbotag:0:F249:00:000:Infinite Crashes allowed
; [ Neo Turf Masters / Big Tournament Golf ]
turfmast:0:106FE7:7F:000:Maximum Power
turfmast:0:106FE1:00:000:Always have No Wind
turfmast:0:106FE1:13:000:Always have Full Wind
turfmast:0:106FE3:00:000:Wind Direction always 100% North
turfmast:0:106FE3:01:000:Wind Direction always NNE
turfmast:0:106FE3:02:000:Wind Direction always NE
turfmast:0:106FE3:03:000:Wind Direction always NEE
turfmast:0:106FE3:04:000:Wind Direction always 100% East
turfmast:0:106FE3:05:000:Wind Direction always SEE
turfmast:0:106FE3:06:000:Wind Direction always SE
turfmast:0:106FE3:07:000:Wind Direction always SSE
turfmast:0:106FE3:08:000:Wind Direction always 100% South
turfmast:0:106FE3:09:000:Wind Direction always SSW
turfmast:0:106FE3:0A:000:Wind Direction always SW
turfmast:0:106FE3:0B:000:Wind Direction always SWW
turfmast:0:106FE3:0C:000:Wind Direction always 100% West
turfmast:0:106FE3:0D:000:Wind Direction always NWW
turfmast:0:106FE3:0E:000:Wind Direction always NW
turfmast:0:106FE3:0F:000:Wind Direction always NNW
turfmast:0:101255:1E:002:Infinite Time PL1
turfmast:0:107006:01:000:Do not count strokes PL1
turfmast:0:1005F5:1E:002:Infinite Time PL2
turfmast:0:10702C:01:000:Do not count strokes PL2
; [ Turpin ]
turpin:0:8630:09:000:Infinite Lives
turpin:0:8637:63:000:Infinite Bombs
; [ Turtles ]
turtles:0:8630:09:000:Infinite Lives
turtles:0:8637:63:000:Infinite Bombs
; [ Turtle Ship ]
turtship:0:C085:09:000:Infinite slow time
turtship:0:C084:01:000:Enemies' speed is slow
turtship:0:C084:00:001:Enemies' speed is normal
turtship:0:0000:00:999:[See the Dip Switch Menu to ]
turtship:0:0000:00:999:[enable an alternate ]
turtship:0:0000:00:999:[Invincibility cheat. ]
turtship:0:C016:03:000:Infinite Lives PL1
turtship:0:C080:01:020:Invincibility PL1
turtship:0:D005:13:520:Infinite Missiles PL1
turtship:0:D005:0C:540:Infinite Missiles PL1 (2/2)
turtship:0:D005:E0:020:Infinite Thunders PL1
turtship:0:D004:02:020:Always have the missiles PL1
turtship:0:D004:04:020:Always have the thunders PL1
turtship:0:D004:01:020:Always have the sideways PL1
turtship:0:D004:10:020:Always have the power firePL1
turtship:0:D004:02:021:Get the missiles Now! PL1
turtship:0:D004:04:021:Get the thunders Now! PL1
turtship:0:D004:01:021:Get the sideways Now! PL1
turtship:0:D004:10:021:Get the power fire Now! PL1
turtship:0:C017:03:000:Infinite Lives PL2
turtship:0:C080:02:020:Invincibility PL2
turtship:0:D085:13:520:Infinite Missiles PL2
turtship:0:D085:0C:540:Infinite Missiles PL2 (2/2)
turtship:0:D085:E0:020:Infinite Thunders PL2
turtship:0:D084:02:020:Always have the missiles PL2
turtship:0:D084:04:020:Always have the thunders PL2
turtship:0:D084:01:020:Always have the sideways PL2
turtship:0:D084:10:020:Always have the power firePL2
turtship:0:D084:02:021:Get the missiles Now! PL2
turtship:0:D084:04:021:Get the thunders Now! PL2
turtship:0:D084:01:021:Get the sideways Now! PL2
turtship:0:D084:10:021:Get the power fire Now! PL2
; [ Tutankham ]
tutankhm:0:8880:05:000:Infinite Lives
tutankhm:0:8882:06:000:Infinite Bombs
tutankhm:0:886D:FF:000:Infinite Time
tutankhm:0:8885:01:000:Always have key
tutankhm:0:8885:01:000:Always have a Key
tutankhm:0:8885:01:001:Get a Key Now!
; [ Tutankham (Stern) ]
tutankst:0:8880:05:000:Infinite Lives
tutankst:0:8882:06:000:Infinite Bombs
tutankst:0:886D:FF:000:Infinite Time
tutankst:0:8885:01:000:Always have a Key
tutankst:0:8885:01:001:Get a Key Now!
; [ TwinBee ]
twinbee:0:01EA81:0F:000:Infinite Lives PL1
twinbee:0:01EE73:01:000:Invincibility "ON" PL1
twinbee:0:01EE73:00:001:Invincibility "OFF" PL1
twinbee:0:01EDC8:C4:001:Get Normal Shot Now! PL1
twinbee:0:01EDC8:E4:001:Get Twin Shot Now! PL1
twinbee:0:01EDCB:05:001:Get Option Now! PL1
twinbee:0:01F049:01:001:Get 3-way Shot Now! PL1
twinbee:0:01EDC7:00:000:Infinite Repair Car PL1
twinbee:0:01ED90:01:001:Repair Hand Now! PL1
twinbee:0:01ED91:00:501:Repair Hand Now! PL1 (2/4)
twinbee:0:01EDA0:01:501:Repair Hand Now! PL1 (3/4)
twinbee:0:01EDA1:00:501:Repair Hand Now! PL1 (4/4)
twinbee:0:000000:00:999:[---Version VS only cheats--]
twinbee:0:01EAC1:0F:000:Infinite Lives PL2
twinbee:0:01F173:01:000:Invincibility "ON" PL2
twinbee:0:01F173:00:001:Invincibility "OFF" PL2
twinbee:0:01F0C8:C4:001:Get Normal Shot Now! PL2
twinbee:0:01F0C8:E4:001:Get Twin Shot Now! PL2
twinbee:0:01F0CB:14:001:Get Option Now! PL2
twinbee:0:01F0CB:09:001:Get Barrier Now! PL2
twinbee:0:01F0C7:00:000:Infinite Repair Car PL2
twinbee:0:01F210:01:001:Repair Hand Now! PL2
twinbee:0:01F211:00:501:Repair Hand Now! PL2 (2/4)
twinbee:0:01F220:01:501:Repair Hand Now! PL2 (3/4)
twinbee:0:01F221:00:501:Repair Hand Now! PL2 (4/4)
twinbee:0:01EC35:3F:000:Sound Test Timer Stop:[PL2 Start]Next Code
twinbee:0:01FF06:FF:000:WakeUp Music Timer Stop:Start again after the use
; [ Twin Cobra (World) ]
twincobr:0:031871:0A:000:Infinite Lives PL1
twincobr:0:03004D:09:000:Infinite Bombs PL1
twincobr:0:030023:2E:000:Invincibility PL1
twincobr:0:030038:80:500:Invincibility PL1 (2/2)
twincobr:0:000000:00:999:[You must enable the max ]
twincobr:0:000000:00:999:[fire power cheat to use the]
twincobr:0:000000:00:999:[4 fire type cheats ]
twincobr:0:03004B:28:000:Always max fire power PL1
twincobr:0:03005B:00:000:Always Normal fire PL1
twincobr:0:03005B:2C:000:Always Laser PL1
twincobr:0:03005B:58:000:Always Multiway fire PL1
twincobr:0:03005B:84:000:Always 4-sides fire PL1
twincobr:0:03005B:00:001:Get Normal fire Now! PL1
twincobr:0:03005B:2C:001:Get Laser Now! PL1
twincobr:0:03005B:58:001:Get Multiway fire Now! PL1
twincobr:0:03005B:84:001:Get 4-sides fire Now! PL1
twincobr:0:031873:0A:000:Infinite Lives PL2
twincobr:0:0300AD:09:000:Infinite Bombs PL2
twincobr:0:030083:2F:000:Invincibility PL2
twincobr:0:030098:80:500:Invincibility PL2 (2/2)
twincobr:0:000000:00:999:[You must enable the max ]
twincobr:0:000000:00:999:[fire power cheat to use the]
twincobr:0:000000:00:999:[4 fire type cheats ]
twincobr:0:0300AB:28:000:Always max fire power PL2
twincobr:0:0300BB:00:000:Always Normal fire PL2
twincobr:0:0300BB:2C:000:Always Laser PL2
twincobr:0:0300BB:58:000:Always Multiway fire PL2
twincobr:0:0300BB:84:000:Always 4-sides fire PL2
twincobr:0:0300BB:00:001:Get Normal fire Now! PL2
twincobr:0:0300BB:2C:001:Get Laser Now! PL2
twincobr:0:0300BB:58:001:Get Multiway fire Now! PL2
twincobr:0:0300BB:84:001:Get 4-sides fire Now! PL2
; [ Twin Cobra (US) ]
twincobu:0:031871:0A:000:Infinite Lives PL1
twincobu:0:03004D:09:000:Infinite Bombs PL1
twincobu:0:030023:2E:000:Invincibility PL1
twincobu:0:030038:80:500:Invincibility PL1 (2/2)
twincobu:0:000000:00:999:[You must enable the max ]
twincobu:0:000000:00:999:[fire power cheat to use the]
twincobu:0:000000:00:999:[4 fire type cheats ]
twincobu:0:03004B:28:000:Always max fire power PL1
twincobu:0:03005B:00:000:Always Normal fire PL1
twincobu:0:03005B:2C:000:Always Laser PL1
twincobu:0:03005B:58:000:Always Multiway fire PL1
twincobu:0:03005B:84:000:Always 4-sides fire PL1
twincobu:0:03005B:00:001:Get Normal fire Now! PL1
twincobu:0:03005B:2C:001:Get Laser Now! PL1
twincobu:0:03005B:58:001:Get Multiway fire Now! PL1
twincobu:0:03005B:84:001:Get 4-sides fire Now! PL1
twincobu:0:031873:0A:000:Infinite Lives PL2
twincobu:0:0300AD:09:000:Infinite Bombs PL2
twincobu:0:030083:2F:000:Invincibility PL2
twincobu:0:030098:80:500:Invincibility PL2 (2/2)
twincobu:0:000000:00:999:[You must enable the max ]
twincobu:0:000000:00:999:[fire power cheat to use the]
twincobu:0:000000:00:999:[4 fire type cheats ]
twincobu:0:0300AB:28:000:Always max fire power PL2
twincobu:0:0300BB:00:000:Always Normal fire PL2
twincobu:0:0300BB:2C:000:Always Laser PL2
twincobu:0:0300BB:58:000:Always Multiway fire PL2
twincobu:0:0300BB:84:000:Always 4-sides fire PL2
twincobu:0:0300BB:00:001:Get Normal fire Now! PL2
twincobu:0:0300BB:2C:001:Get Laser Now! PL2
twincobu:0:0300BB:58:001:Get Multiway fire Now! PL2
twincobu:0:0300BB:84:001:Get 4-sides fire Now! PL2
; [ Twin Eagle - Revenge Joe's Brother (Japan) ]
twineagl:0:FFD6D7:01:000:Never any Enemy
twineagl:0:FFD639:09:000:Infinite Lives PL1
twineagl:0:FFD685:09:000:Infinite Bombs PL1
twineagl:0:FFFC0E:03:000:Infinite Ammo PL1
twineagl:0:FFFC0F:E7:500:Infinite Ammo PL1
twineagl:0:FFD679:07:000:Maximum shot Power PL1
twineagl:0:FFD681:04:000:Maximum shot Range PL1
twineagl:0:FFD68B:03:000:Maximum Speed PL1
twineagl:0:FFD6BF:FF:000:Invincibility PL1
twineagl:0:FFD63B:09:000:Infinite Lives PL2
twineagl:0:FFD687:09:000:Infinite Bombs PL2
twineagl:0:FFFC10:03:000:Infinite Ammo PL2
twineagl:0:FFFC11:E7:500:Infinite Ammo PL2
twineagl:0:FFD67B:07:000:Maximum Shot Power PL2
twineagl:0:FFD683:04:000:Maximum Shot Range PL2
twineagl:0:FFD68F:03:000:Maximum Speed PL2
twineagl:0:FFD6C1:FF:000:Invincibility PL2
; [ Twin Hawk (World) ]
twinhawk:0:F000F3:09:000:Infinite Credits
twinhawk:0:F01661:0B:000:Infinite Lives PL1
twinhawk:0:F01663:0A:000:Infinite Bombs PL1
twinhawk:0:F016BD:01:000:Invincibility PL1
twinhawk:0:F016C7:03:000:Maximum fire power PL1
twinhawk:0:F01691:0B:000:Infinite Lives PL2
twinhawk:0:F01693:0A:000:Infinite Bombs PL2
twinhawk:0:F0187D:01:000:Invincibility PL2
twinhawk:0:F01887:03:000:Maximum fire power PL2
; [ Twin Hawk (US) ]
twinhwku:0:F000F3:09:000:Infinite Credits
twinhwku:0:F01661:0B:000:Infinite Lives PL1
twinhwku:0:F01663:0A:000:Infinite Bombs PL1
twinhwku:0:F016BD:01:000:Invincibility PL1
twinhwku:0:F016C7:03:000:Maximum fire power PL1
twinhwku:0:F01691:0B:000:Infinite Lives PL2
twinhwku:0:F01693:0A:000:Infinite Bombs PL2
twinhwku:0:F0187D:01:000:Invincibility PL2
twinhwku:0:F01887:03:000:Maximum fire power PL2
; [ Twin Qix (US Prototype) ]
twinqix:0:400223:09:000:Infinite Credits
twinqix:0:406B1A:FF:000:Infinite Time:Doesn't work against Warnings!
twinqix:0:406B50:03:000:Infinite Lives PL1
twinqix:0:4093B0:6F:001:Finish this Round with 99.99% Now! PL1
twinqix:0:4093B1:63:501:Finish this Round with 99.99% Now! PL1 (2/2)
twinqix:0:406B51:03:000:Infinite Lives PL2
twinqix:0:4099BA:6F:001:Finish this Round with 99.99% Now! PL2
twinqix:0:4099BB:63:501:Finish this Round with 99.99% Now! PL2 (2/2)
twinqix:0:000000:00:999:[After you enable these region cheats to see any ]
twinqix:0:000000:00:999:[effect you will have to reset the game (F3). ]
twinqix:0:000000:00:999:[Then you may have to turn the Test Mode ON (F2),]
twinqix:0:000000:00:999:[reset again (F3), wait for Test Mode to appear ]
twinqix:0:000000:00:999:[then turn the Test Mode OFF (F2) and reset (F3).]
twinqix:0:0FFFFF:01:001:Region Switch = Japan
twinqix:0:0FFFFF:02:001:Region Switch = US
twinqix:0:0FFFFF:03:001:Region Switch = World
; [ Twinkle Star Sprites ]
twinspri:0:10C014:28:000:Infinite Energy PL1
twinspri:0:10C021:02:000:Infinite Bombs PL1
twinspri:0:10C08A:30:000:Always have Maximum Power Gauge PL1
twinspri:0:10C088:10:001:Get an Instant LV1 Attack Now! PL1
twinspri:0:10C088:20:001:Get an Instant LV2 Attack Now! PL1
twinspri:0:10C088:30:001:Get an Instant Boss Attack Now! PL1
twinspri:0:000000:00:999:[Free player selection - you can enable it on ]
twinspri:0:000000:00:999:[one of the versus screens to change characters]
twinspri:0:000000:00:999:[as often as you wish during play. You can also]
twinspri:0:000000:00:999:[use it on the character select screen - but if]
twinspri:0:000000:00:999:[you move the character ring it will be lost. ]
twinspri:0:10A681:00:001:Play as Loadran Now! PL1
twinspri:0:10C007:00:501:Play as Loadran Now! PL1 (2/2)
twinspri:0:10A681:01:001:Play as Macky & Pentell Now! PL1
twinspri:0:10C007:01:501:Play as Macky & Pentell Now! PL1 (2/2)
twinspri:0:10A681:02:001:Play as Arthur Schmidt Now! PL1
twinspri:0:10C007:02:501:Play as Arthur Schmidt Now! PL1 (2/2)
twinspri:0:10A681:03:001:Play as Yan Yanyung Now! PL1
twinspri:0:10C007:03:501:Play as Yan Yanyung Now! PL1 (2/2)
twinspri:0:10A681:04:001:Play as Griffon Now! PL1
twinspri:0:10C007:04:501:Play as Griffon Now! PL1 (2/2)
twinspri:0:10A681:05:001:Play as Really Till Now! PL1
twinspri:0:10C007:05:501:Play as Really Till Now! PL1 (2/2)
twinspri:0:10A681:06:001:Play as Tinker & Linker Now! PL1
twinspri:0:10C007:06:501:Play as Tinker & Linker Now! PL1 (2/2)
twinspri:0:10A681:07:001:Play as Nanja Monja Now! PL1
twinspri:0:10C007:07:501:Play as Nanja Monja Now! PL1 (2/2)
twinspri:0:10A681:08:001:Play as Kim Now! PL1
twinspri:0:10C007:08:501:Play as Kim Now! PL1 (2/2)
twinspri:0:10A681:09:001:Play as Sprites Now! PL1
twinspri:0:10C007:09:501:Play as Sprites Now! PL1 (2/2)
twinspri:0:10A681:0A:001:Play as Dark Ran Now! PL1
twinspri:0:10C007:0A:501:Play as Dark Ran Now! PL1 (2/2)
twinspri:0:10A681:0B:001:Play as Mevious Now! PL1
twinspri:0:10C007:0B:501:Play as Mevious Now! PL1 (2/2)
twinspri:0:10A681:0C:001:Play as Memory Now! PL1
twinspri:0:10C007:0C:501:Play as Memory Now! PL1 (2/2)
twinspri:0:10D014:28:000:Infinite Energy PL2
twinspri:0:10D021:02:000:Infinite Bombs PL2
twinspri:0:10D08A:30:000:Always have Maximum Power Gauge PL2
twinspri:0:10D088:10:001:Get an Instant LV1 Attack Now! PL2
twinspri:0:10D088:20:001:Get an Instant LV2 Attack Now! PL2
twinspri:0:10D088:30:001:Get an Instant Boss Attack Now! PL2
twinspri:0:000000:00:999:[Free player selection - you can enable it on ]
twinspri:0:000000:00:999:[one of the versus screens to change characters]
twinspri:0:000000:00:999:[as often as you wish during play. You can also]
twinspri:0:000000:00:999:[use it on the character select screen - but if]
twinspri:0:000000:00:999:[you move the character ring it will be lost. ]
twinspri:0:10A6C1:00:001:Play as Loadran Now! PL2
twinspri:0:10D007:00:501:Play as Loadran Now! PL2 (2/2)
twinspri:0:10A6C1:01:001:Play as Macky & Pentell Now! PL2
twinspri:0:10D007:01:501:Play as Macky & Pentell Now! PL2 (2/2)
twinspri:0:10A6C1:02:001:Play as Arthur Schmidt Now! PL2
twinspri:0:10D007:02:501:Play as Arthur Schmidt Now! PL2 (2/2)
twinspri:0:10A6C1:03:001:Play as Yan Yanyung Now! PL2
twinspri:0:10D007:03:501:Play as Yan Yanyung Now! PL2 (2/2)
twinspri:0:10A6C1:04:001:Play as Griffon Now! PL2
twinspri:0:10D007:04:501:Play as Griffon Now! PL2 (2/2)
twinspri:0:10A6C1:05:001:Play as Really Till Now! PL2
twinspri:0:10D007:05:501:Play as Really Till Now! PL2 (2/2)
twinspri:0:10A6C1:06:001:Play as Tinker & Linker Now! PL2
twinspri:0:10D007:06:501:Play as Tinker & Linker Now! PL2 (2/2)
twinspri:0:10A6C1:07:001:Play as Nanja Monja Now! PL2
twinspri:0:10D007:07:501:Play as Nanja Monja Now! PL2 (2/2)
twinspri:0:10A6C1:08:001:Play as Kim Now! PL2
twinspri:0:10D007:08:501:Play as Kim Now! PL2 (2/2)
twinspri:0:10A6C1:09:001:Play as Sprites Now! PL2
twinspri:0:10D007:09:501:Play as Sprites Now! PL2 (2/2)
twinspri:0:10A6C1:0A:001:Play as Dark Ran Now! PL2
twinspri:0:10D007:0A:501:Play as Dark Ran Now! PL2 (2/2)
twinspri:0:10A6C1:0B:001:Play as Mevious Now! PL2
twinspri:0:10D007:0B:501:Play as Mevious Now! PL2 (2/2)
twinspri:0:10A6C1:0C:001:Play as Memory Now! PL2
twinspri:0:10D007:0C:501:Play as Memory Now! PL2 (2/2)
; [ Two Crude (US) ]
twocrude:0:080032:99:000:Infinite Credits
twocrude:0:080043:99:000:Infinite Time
twocrude:0:080042:09:500:Infinite Time (2/2)
twocrude:0:081005:00:001:1 hit to kill enemy Now!
twocrude:0:081045:00:501:1 hit to kill enemy Now!(2/5)
twocrude:0:081085:00:501:1 hit to kill enemy Now!(3/5)
twocrude:0:0810C5:00:501:1 hit to kill enemy Now!(4/5)
twocrude:0:081105:00:501:1 hit to kill enemy Now!(5/5)
twocrude:0:080114:09:000:Infinite Lives PL1
twocrude:0:080113:38:000:Infinite Energy PL1
twocrude:0:080137:02:000:Invincibility PL1:Sprite Flickers
twocrude:0:080194:09:000:Infinite Lives PL2
twocrude:0:080193:38:000:Infinite Energy PL2
twocrude:0:0801B7:02:000:Invincibility PL2:Sprite Flickers
; [ Two Tigers ]
twotiger:0:C5F4:09:000:Infinite Time
twotiger:0:C456:05:000:Infinite Lives
twotiger:0:C3B2:00:000:No Sprite Collision
twotiger:0:C3E9:00:500:No Sprite Collision (2/2)
; [ Two Tigers (dedicated) ]
twotigra:0:C5F4:09:000:Infinite Time
twotigra:0:C456:05:000:Infinite Lives
twotigra:0:C3B2:00:000:No Sprite Collision
twotigra:0:C3E9:00:500:No Sprite Collision (2/2)
; [ Tecmo World Soccer '96 ]
tws96:0:1014D7:30:000:Infinite Time
tws96:0:1014D6:01:500:Infinite Time (2/2)
tws96:0:1014D7:01:001:Finish this Game Now!
tws96:0:1014D6:00:501:Finish this Game Now! (2/2)
tws96:0:1014CF:00:000:Score always = 0 PL1
tws96:0:1014CF:99:000:Score always = 99 PL1
tws96:0:1014CF:00:001:Set score = 0 Now! PL1
tws96:0:1014CF:99:001:Set score = 99 Now! PL1
tws96:0:1014CF:99:073:Select score Now! PL1
tws96:0:1014D1:00:000:Score always = 0 PL2
tws96:0:1014D1:99:000:Score always = 99 PL2
tws96:0:1014D1:00:001:Set score = 0 Now! PL2
tws96:0:1014D1:99:001:Set score = 99 Now! PL2
tws96:0:1014D1:99:073:Select score Now! PL2
; [ Ultra Balloon ]
uballoon:0:800564:07:000:Infinite Lives PL1
uballoon:0:800558:02:000:Invincibility PL1
uballoon:0:800664:07:000:Infinite Lives PL2
uballoon:0:800658:02:000:Invincibility PL2
; [ Undercover Cops (World) ]
uccops:0:E0096:59:000:Infinite Time
uccops:0:E073E:01:001:Kill Fatso with 1 Hit Now!
uccops:0:00000:00:999:[This Select next level ]
uccops:0:00000:00:999:[cheat must be enabled on ]
uccops:0:00000:00:999:[the character selection ]
uccops:0:00000:00:999:[screen DO NOT ENABLE IT ON ]
uccops:0:00000:00:999:[THE TITLE SCREEN!!! You can]
uccops:0:00000:00:999:[also use it in game as a ]
uccops:0:00000:00:999:[normal next level cheat. ]
uccops:0:E0093:05:062:Select next level
uccops:0:E3E3B:0A:000:Infinite Lives PL1
uccops:0:E017E:64:000:Infinite Energy PL1
uccops:0:E0171:0C:000:Invincibility PL1
uccops:0:E3698:0C:500:Invincibility PL1 (2/3)
uccops:0:E0161:68:501:Invincibility PL1 (3/3)
uccops:0:E3E5D:0A:000:Infinite Lives PL2
uccops:0:E023E:64:000:Infinite Energy PL2
uccops:0:E0231:0C:000:Invincibility PL2
uccops:0:E3718:0C:500:Invincibility PL2 (2/3)
uccops:0:E0221:A0:501:Invincibility PL2 (3/3)
; [ Undercover Cops (Japan) ]
uccopsj:0:E0096:59:000:Infinite Time
uccopsj:0:E073E:01:001:Kill Fatso with 1 Hit Now!
uccopsj:0:00000:00:999:[This Select next level ]
uccopsj:0:00000:00:999:[cheat must be enabled on ]
uccopsj:0:00000:00:999:[the character selection ]
uccopsj:0:00000:00:999:[screen DO NOT ENABLE IT ON ]
uccopsj:0:00000:00:999:[THE TITLE SCREEN!!! You can]
uccopsj:0:00000:00:999:[also use it in game as a ]
uccopsj:0:00000:00:999:[normal next level cheat. ]
uccopsj:0:E0093:05:062:Select next level
uccopsj:0:E3E3B:0A:000:Infinite Lives PL1
uccopsj:0:E017E:64:000:Infinite Energy PL1
uccopsj:0:E0171:0C:000:Invincibility PL1
uccopsj:0:E3698:0C:500:Invincibility PL1 (2/3)
uccopsj:0:E0161:68:501:Invincibility PL1 (3/3)
uccopsj:0:E3E5D:0A:000:Infinite Lives PL2
uccopsj:0:E023E:64:000:Infinite Energy PL2
uccopsj:0:E0231:0C:000:Invincibility PL2
uccopsj:0:E3718:0C:500:Invincibility PL2 (2/3)
uccopsj:0:E0221:A0:501:Invincibility PL2 (3/3)
; [ Ultimate Ecology (Japan 931203) ]
uecology:0:FF02E8:09:000:Infinite Credits
uecology:0:FFF5F2:09:000:Infinite Lives PL1
uecology:0:FF877A:FF:002:Invincibility PL1
uecology:0:FF8952:05:000:Always have Maximum Arm Weapon Power PL1
uecology:0:FFF5F3:09:000:Infinite Lives PL2
uecology:0:FF8D4A:FF:002:Invincibility PL2
uecology:0:FF8F22:05:000:Always have Maximum Arm Weapon Power PL2
uecology:0:000000:00:999:[These are the codes to set the machine region - the ]
uecology:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
uecology:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
uecology:0:FF03E9:00:000:Region Switch = Japan
uecology:0:FF03E9:01:000:Region Switch = USA
uecology:0:FF03E9:02:000:Region Switch = ETC
uecology:0:FF03E9:03:000:Region Switch = Hispanic
uecology:0:FF03E9:04:000:Region Switch = Asia
; [ Ultraman (Japan) ]
ultraman:0:08F669:30:000:Infinite Time:F6 at the end of level
ultraman:0:08EC0A:01:000:Invincibility?
ultraman:0:08F00A:50:000:Infinite Energy (Player):F6 at the end of level
ultraman:0:08F00A:00:001:Drain ALL Energy Now!(Player)
ultraman:0:08F02A:50:000:Infinite Energy (CPU)
ultraman:0:08F02A:00:001:Drain ALL Energy Now!(CPU)
ultraman:0:08F088:1B:000:Maximum power
ultraman:0:08F08B:03:500:Maximum power (2/2)
ultraman:0:08F1FD:02:000:Infinite Final Weapon(Player):Final Stage
ultraman:0:08E733:0C:071:Select Next Stage
; [ Ultra Tank ]
ultratnk:0:008D:9A:000:Infinite Time
ultratnk:0:0000:00:999:[NOTE - The score will only update ]
ultratnk:0:0000:00:999:[when somebody scores (a tank kill). ]
ultratnk:0:0054:00:000:Score always = 0 PL1
ultratnk:0:0054:FF:000:Score always = 255 PL1
ultratnk:0:0054:00:001:Set score = 0 Now! PL1
ultratnk:0:0054:80:001:Set score = 128 Now! PL1
ultratnk:0:0054:FF:070:Select score Now! PL1
ultratnk:0:0052:00:000:Score always = 0 PL2
ultratnk:0:0052:FF:000:Score always = 255 PL2
ultratnk:0:0052:00:001:Set score = 0 Now! PL2
ultratnk:0:0052:80:001:Set score = 128 Now! PL2
ultratnk:0:0052:FF:070:Select score Now! PL2
; [ Ultimate Mortal Kombat 3 (rev 1.2) ]
umk3:0:02810FC:ED:113:Unlock Mileena:Note, Use the cheat and then reset. You WILL lose your other settings
umk3:0:02810FE:B0:613:Unlock Mileena (2/2)
umk3:0:0281104:ED:113:Unlock Ermac:Note, Use the cheat and then reset. You WILL lose your other settings
umk3:0:0281106:B0:613:Unlock Ermac (2/2)
umk3:0:028110C:ED:113:Unlock Classic Sub-Zero:Note, Use the cheat and then reset. You WILL lose your other settings
umk3:0:028110E:B0:613:Unlock Classic Sub-Zero (2/2)
umk3:0:0020C14C:A6:000:Infinite Energy PL1
umk3:0:0020C14C:00:001:Drain all Energy Now! PL1:(Use AFTER fight start!)
umk3:0:0020C14E:30:000:Infinite Turbo PL1
umk3:0:0020C2C2:A6:000:Infinite Energy PL2
umk3:0:0020C2C2:00:001:Drain all Energy Now! PL2:(Use AFTER fight start!)
umk3:0:0020C2C4:30:000:Infinite Turbo PL2
umk3:0:0020C45C:64:000:Always Play Galaxian before a 2 player Match
umk3:0:00000000:00:999:[ These are the Kombat Code's for a 2 Player game - you can ]
umk3:0:00000000:00:999:[ choose just one of them (and there are LOTS!!) It may cause]
umk3:0:00000000:00:999:[ palette corruption if enabled before the battle screen. ]
umk3:0:0020C5C2:06:000:Galaxian
umk3:0:0020C5C4:04:500:Galaxian (2/6)
umk3:0:0020C5C6:02:500:Galaxian (3/6)
umk3:0:0020C5C8:04:500:Galaxian (4/6)
umk3:0:0020C5CA:06:500:Galaxian (5/6)
umk3:0:0020C5CC:08:500:Galaxian (6/6)
umk3:0:0020C5C2:00:000:UNIKORIV REFERRI-Sans Power (No Power)
umk3:0:0020C5C4:04:500:UNIKORIV REFERRI-Sans Power (No Power) (2/6)
umk3:0:0020C5C6:04:500:UNIKORIV REFERRI-Sans Power (No Power) (3/6)
umk3:0:0020C5C8:04:500:UNIKORIV REFERRI-Sans Power (No Power) (4/6)
umk3:0:0020C5CA:04:500:UNIKORIV REFERRI-Sans Power (No Power) (5/6)
umk3:0:0020C5CC:00:500:UNIKORIV REFERRI-Sans Power (No Power) (6/6)
umk3:0:0020C5C2:00:000:Half Energy PL1
umk3:0:0020C5C4:03:500:Half Energy PL1 (2/6)
umk3:0:0020C5C6:03:500:Half Energy PL1 (3/6)
umk3:0:0020C5C8:00:500:Half Energy PL1 (4/6)
umk3:0:0020C5CA:00:500:Half Energy PL1 (5/6)
umk3:0:0020C5CC:00:500:Half Energy PL1 (6/6)
umk3:0:0020C5C2:07:000:Quarter Energy PL1
umk3:0:0020C5C4:00:500:Quarter Energy PL1 (2/6)
umk3:0:0020C5C6:07:500:Quarter Energy PL1 (3/6)
umk3:0:0020C5C8:00:500:Quarter Energy PL1 (4/6)
umk3:0:0020C5CA:00:500:Quarter Energy PL1 (5/6)
umk3:0:0020C5CC:00:500:Quarter Energy PL1 (6/6)
umk3:0:0020C5C2:00:000:Half Energy PL2
umk3:0:0020C5C4:00:500:Half Energy PL2 (2/6)
umk3:0:0020C5C6:00:500:Half Energy PL2 (3/6)
umk3:0:0020C5C8:00:500:Half Energy PL2 (4/6)
umk3:0:0020C5CA:03:500:Half Energy PL2 (5/6)
umk3:0:0020C5CC:03:500:Half Energy PL2 (6/6)
umk3:0:0020C5C2:00:000:Quarter Energy PL2
umk3:0:0020C5C4:00:500:Quarter Energy PL2 (2/6)
umk3:0:0020C5C6:00:500:Quarter Energy PL2 (3/6)
umk3:0:0020C5C8:07:500:Quarter Energy PL2 (4/6)
umk3:0:0020C5CA:00:500:Quarter Energy PL2 (5/6)
umk3:0:0020C5CC:07:500:Quarter Energy PL2 (6/6)
umk3:0:0020C5C2:00:000:Blocking Disabled
umk3:0:0020C5C4:02:500:Blocking Disabled (2/6)
umk3:0:0020C5C6:00:500:Blocking Disabled (3/6)
umk3:0:0020C5C8:00:500:Blocking Disabled (4/6)
umk3:0:0020C5CA:02:500:Blocking Disabled (5/6)
umk3:0:0020C5CC:00:500:Blocking Disabled (6/6)
umk3:0:0020C5C2:01:000:Throwing Disabled
umk3:0:0020C5C4:00:500:Throwing Disabled (2/6)
umk3:0:0020C5C6:00:500:Throwing Disabled (3/6)
umk3:0:0020C5C8:01:500:Throwing Disabled (4/6)
umk3:0:0020C5CA:00:500:Throwing Disabled (5/6)
umk3:0:0020C5CC:00:500:Throwing Disabled (6/6)
umk3:0:0020C5C2:00:000:Throwing Encouraged
umk3:0:0020C5C4:01:500:Throwing Encouraged (2/6)
umk3:0:0020C5C6:00:500:Throwing Encouraged (3/6)
umk3:0:0020C5C8:00:500:Throwing Encouraged (4/6)
umk3:0:0020C5CA:01:500:Throwing Encouraged (5/6)
umk3:0:0020C5CC:00:500:Throwing Encouraged (6/6)
umk3:0:0020C5C2:07:000:Fast Uppercut Recovery
umk3:0:0020C5C4:08:500:Fast Uppercut Recovery (2/6)
umk3:0:0020C5C6:08:500:Fast Uppercut Recovery (3/6)
umk3:0:0020C5C8:03:500:Fast Uppercut Recovery (4/6)
umk3:0:0020C5CA:02:500:Fast Uppercut Recovery (5/6)
umk3:0:0020C5CC:02:500:Fast Uppercut Recovery (6/6)
umk3:0:0020C5C2:09:000:No PowerBars
umk3:0:0020C5C4:08:500:No PowerBars (2/6)
umk3:0:0020C5C6:07:500:No PowerBars (3/6)
umk3:0:0020C5C8:01:500:No PowerBars (4/6)
umk3:0:0020C5CA:02:500:No PowerBars (5/6)
umk3:0:0020C5CC:03:500:No PowerBars (6/6)
umk3:0:0020C5C2:02:000:No Fear
umk3:0:0020C5C4:08:500:No Fear (2/6)
umk3:0:0020C5C6:02:500:No Fear (3/6)
umk3:0:0020C5C8:02:500:No Fear (4/6)
umk3:0:0020C5CA:08:500:No Fear (5/6)
umk3:0:0020C5CC:02:500:No Fear (6/6)
umk3:0:0020C5C2:04:000:Infinite Run
umk3:0:0020C5C4:06:500:Infinite Run (2/6)
umk3:0:0020C5C6:06:500:Infinite Run (3/6)
umk3:0:0020C5C8:04:500:Infinite Run (4/6)
umk3:0:0020C5CA:06:500:Infinite Run (5/6)
umk3:0:0020C5CC:06:500:Infinite Run (6/6)
umk3:0:0020C5C2:06:000:Dark Kombat
umk3:0:0020C5C4:08:500:Dark Kombat (2/6)
umk3:0:0020C5C6:08:500:Dark Kombat (3/6)
umk3:0:0020C5C8:04:500:Dark Kombat (4/6)
umk3:0:0020C5CA:02:500:Dark Kombat (5/6)
umk3:0:0020C5CC:02:500:Dark Kombat (6/6)
umk3:0:0020C5C2:04:000:Randper Kombat
umk3:0:0020C5C4:06:500:Randper Kombat (2/6)
umk3:0:0020C5C6:00:500:Randper Kombat (3/6)
umk3:0:0020C5C8:04:500:Randper Kombat (4/6)
umk3:0:0020C5CA:06:500:Randper Kombat (5/6)
umk3:0:0020C5CC:00:500:Randper Kombat (6/6)
umk3:0:0020C5C2:09:000:Psycho Kombat
umk3:0:0020C5C4:08:500:Psycho Kombat (2/6)
umk3:0:0020C5C6:05:500:Psycho Kombat (3/6)
umk3:0:0020C5C8:01:500:Psycho Kombat (4/6)
umk3:0:0020C5CA:02:500:Psycho Kombat (5/6)
umk3:0:0020C5CC:05:500:Psycho Kombat (6/6)
umk3:0:0020C5C2:03:000:Silent Kombat
umk3:0:0020C5C4:00:500:Silent Kombat (2/6)
umk3:0:0020C5C6:00:500:Silent Kombat (3/6)
umk3:0:0020C5C8:03:500:Silent Kombat (4/6)
umk3:0:0020C5CA:00:500:Silent Kombat (5/6)
umk3:0:0020C5CC:00:500:Silent Kombat (6/6)
umk3:0:0020C5C2:02:000:Explosive Kombat:Only for 2 on 2 Endurance
umk3:0:0020C5C4:02:500:Explosive Kombat (2/6)
umk3:0:0020C5C6:07:500:Explosive Kombat (3/6)
umk3:0:0020C5C8:02:500:Explosive Kombat (4/6)
umk3:0:0020C5CA:02:500:Explosive Kombat (5/6)
umk3:0:0020C5CC:07:500:Explosive Kombat (6/6)
umk3:0:0020C5C2:00:000:Explosive Kombat, Throwing Disabled:Only for 2 on 2 Endurance
umk3:0:0020C5C4:02:500:Explosive Kombat, Throwing Disabled (2/6)
umk3:0:0020C5C6:02:500:Explosive Kombat, Throwing Disabled (3/6)
umk3:0:0020C5C8:02:500:Explosive Kombat, Throwing Disabled (4/6)
umk3:0:0020C5CA:02:500:Explosive Kombat, Throwing Disabled (5/6)
umk3:0:0020C5CC:00:500:Explosive Kombat, Throwing Disabled (6/6)
umk3:0:0020C5C2:00:000:Winner Battles Shao Kahn
umk3:0:0020C5C4:03:500:Winner Battles Shao Kahn (2/6)
umk3:0:0020C5C6:03:500:Winner Battles Shao Kahn (3/6)
umk3:0:0020C5C8:05:500:Winner Battles Shao Kahn (4/6)
umk3:0:0020C5CA:06:500:Winner Battles Shao Kahn (5/6)
umk3:0:0020C5CC:04:500:Winner Battles Shao Kahn (6/6)
umk3:0:0020C5C2:02:000:Winner Battles Smoke
umk3:0:0020C5C4:00:500:Winner Battles Smoke (2/6)
umk3:0:0020C5C6:05:500:Winner Battles Smoke (3/6)
umk3:0:0020C5C8:02:500:Winner Battles Smoke (4/6)
umk3:0:0020C5CA:00:500:Winner Battles Smoke (5/6)
umk3:0:0020C5CC:05:500:Winner Battles Smoke (6/6)
umk3:0:0020C5C2:07:000:Winner Battles Noob Saibot
umk3:0:0020C5C4:06:500:Winner Battles Noob Saibot (2/6)
umk3:0:0020C5C6:09:500:Winner Battles Noob Saibot (3/6)
umk3:0:0020C5C8:03:500:Winner Battles Noob Saibot (4/6)
umk3:0:0020C5CA:04:500:Winner Battles Noob Saibot (5/6)
umk3:0:0020C5CC:02:500:Winner Battles Noob Saibot (6/6)
umk3:0:0020C5C2:09:000:Winner Battles Montaro
umk3:0:0020C5C4:06:500:Winner Battles Montaro (2/6)
umk3:0:0020C5C6:09:500:Winner Battles Montaro (3/6)
umk3:0:0020C5C8:01:500:Winner Battles Montaro (4/6)
umk3:0:0020C5CA:04:500:Winner Battles Montaro (5/6)
umk3:0:0020C5CC:01:500:Winner Battles Montaro (6/6)
umk3:0:0020C5C2:00:000:Kombat Zone - Bell Tower
umk3:0:0020C5C4:09:500:Kombat Zone - Bell Tower (2/6)
umk3:0:0020C5C6:01:500:Kombat Zone - Bell Tower (3/6)
umk3:0:0020C5C8:01:500:Kombat Zone - Bell Tower (4/6)
umk3:0:0020C5CA:09:500:Kombat Zone - Bell Tower (5/6)
umk3:0:0020C5CC:00:500:Kombat Zone - Bell Tower (6/6)
umk3:0:0020C5C2:09:000:Kombat Zone - Blue Portal
umk3:0:0020C5C4:03:500:Kombat Zone - Blue Portal (2/6)
umk3:0:0020C5C6:03:500:Kombat Zone - Blue Portal (3/6)
umk3:0:0020C5C8:09:500:Kombat Zone - Blue Portal (4/6)
umk3:0:0020C5CA:03:500:Kombat Zone - Blue Portal (5/6)
umk3:0:0020C5CC:03:500:Kombat Zone - Blue Portal (6/6)
umk3:0:0020C5C2:00:000:Kombat Zone - Cavern
umk3:0:0020C5C4:00:500:Kombat Zone - Cavern (2/6)
umk3:0:0020C5C6:02:500:Kombat Zone - Cavern (3/6)
umk3:0:0020C5C8:00:500:Kombat Zone - Cavern (4/6)
umk3:0:0020C5CA:00:500:Kombat Zone - Cavern (5/6)
umk3:0:0020C5CC:03:500:Kombat Zone - Cavern (6/6)
umk3:0:0020C5C2:03:000:Kombat Zone - Jade's Desert
umk3:0:0020C5C4:03:500:Kombat Zone - Jade's Desert (2/6)
umk3:0:0020C5C6:00:500:Kombat Zone - Jade's Desert (3/6)
umk3:0:0020C5C8:00:500:Kombat Zone - Jade's Desert (4/6)
umk3:0:0020C5CA:03:500:Kombat Zone - Jade's Desert (5/6)
umk3:0:0020C5CC:03:500:Kombat Zone - Jade's Desert (6/6)
umk3:0:0020C5C2:00:000:Kombat Zone - Noob's Dorfen
umk3:0:0020C5C4:05:500:Kombat Zone - Noob's Dorfen (2/6)
umk3:0:0020C5C6:00:500:Kombat Zone - Noob's Dorfen (3/6)
umk3:0:0020C5C8:00:500:Kombat Zone - Noob's Dorfen (4/6)
umk3:0:0020C5CA:05:500:Kombat Zone - Noob's Dorfen (5/6)
umk3:0:0020C5CC:00:500:Kombat Zone - Noob's Dorfen (6/6)
umk3:0:0020C5C2:06:000:Kombat Zone - Scorpion's Lair
umk3:0:0020C5C4:06:500:Kombat Zone - Scorpion's Lair (2/6)
umk3:0:0020C5C6:06:500:Kombat Zone - Scorpion's Lair (3/6)
umk3:0:0020C5C8:04:500:Kombat Zone - Scorpion's Lair (4/6)
umk3:0:0020C5CA:04:500:Kombat Zone - Scorpion's Lair (5/6)
umk3:0:0020C5CC:04:500:Kombat Zone - Scorpion's Lair (6/6)
umk3:0:0020C5C2:01:000:Kombat Zone - Soul Chamber
umk3:0:0020C5C4:02:500:Kombat Zone - Soul Chamber (2/6)
umk3:0:0020C5C6:03:500:Kombat Zone - Soul Chamber (3/6)
umk3:0:0020C5C8:09:500:Kombat Zone - Soul Chamber (4/6)
umk3:0:0020C5CA:00:500:Kombat Zone - Soul Chamber (5/6)
umk3:0:0020C5CC:01:500:Kombat Zone - Soul Chamber (6/6)
umk3:0:0020C5C2:08:000:Kombat Zone - The Balcony
umk3:0:0020C5C4:08:500:Kombat Zone - The Balcony (2/6)
umk3:0:0020C5C6:00:500:Kombat Zone - The Balcony (3/6)
umk3:0:0020C5C8:02:500:Kombat Zone - The Balcony (4/6)
umk3:0:0020C5CA:02:500:Kombat Zone - The Balcony (5/6)
umk3:0:0020C5CC:00:500:Kombat Zone - The Balcony (6/6)
umk3:0:0020C5C2:00:000:Kombat Zone - The Bridge
umk3:0:0020C5C4:07:500:Kombat Zone - The Bridge (2/6)
umk3:0:0020C5C6:07:500:Kombat Zone - The Bridge (3/6)
umk3:0:0020C5C8:00:500:Kombat Zone - The Bridge (4/6)
umk3:0:0020C5CA:02:500:Kombat Zone - The Bridge (5/6)
umk3:0:0020C5CC:02:500:Kombat Zone - The Bridge (6/6)
umk3:0:0020C5C2:06:000:Kombat Zone - The Graveyard
umk3:0:0020C5C4:06:500:Kombat Zone - The Graveyard (2/6)
umk3:0:0020C5C6:06:500:Kombat Zone - The Graveyard (3/6)
umk3:0:0020C5C8:03:500:Kombat Zone - The Graveyard (4/6)
umk3:0:0020C5CA:03:500:Kombat Zone - The Graveyard (5/6)
umk3:0:0020C5CC:03:500:Kombat Zone - The Graveyard (6/6)
umk3:0:0020C5C2:08:000:Kombat Zone - The Pit III
umk3:0:0020C5C4:02:500:Kombat Zone - The Pit III (2/6)
umk3:0:0020C5C6:00:500:Kombat Zone - The Pit III (3/6)
umk3:0:0020C5C8:00:500:Kombat Zone - The Pit III (4/6)
umk3:0:0020C5CA:02:500:Kombat Zone - The Pit III (5/6)
umk3:0:0020C5CC:08:500:Kombat Zone - The Pit III (6/6)
umk3:0:0020C5C2:03:000:Kombat Zone - The Roof
umk3:0:0020C5C4:04:500:Kombat Zone - The Roof (2/6)
umk3:0:0020C5C6:03:500:Kombat Zone - The Roof (3/6)
umk3:0:0020C5C8:03:500:Kombat Zone - The Roof (4/6)
umk3:0:0020C5CA:04:500:Kombat Zone - The Roof (5/6)
umk3:0:0020C5CC:03:500:Kombat Zone - The Roof (6/6)
umk3:0:0020C5C2:00:000:Kombat Zone - The Street
umk3:0:0020C5C4:07:500:Kombat Zone - The Street (2/6)
umk3:0:0020C5C6:09:500:Kombat Zone - The Street (3/6)
umk3:0:0020C5C8:00:500:Kombat Zone - The Street (4/6)
umk3:0:0020C5CA:03:500:Kombat Zone - The Street (5/6)
umk3:0:0020C5CC:05:500:Kombat Zone - The Street (6/6)
umk3:0:0020C5C2:08:000:Kombat Zone - The Subway
umk3:0:0020C5C4:08:500:Kombat Zone - The Subway (2/6)
umk3:0:0020C5C6:00:500:Kombat Zone - The Subway (3/6)
umk3:0:0020C5C8:08:500:Kombat Zone - The Subway (4/6)
umk3:0:0020C5CA:08:500:Kombat Zone - The Subway (5/6)
umk3:0:0020C5CC:00:500:Kombat Zone - The Subway (6/6)
umk3:0:0020C5C2:06:000:Kombat Zone - The Temple
umk3:0:0020C5C4:00:500:Kombat Zone - The Temple (2/6)
umk3:0:0020C5C6:00:500:Kombat Zone - The Temple (3/6)
umk3:0:0020C5C8:04:500:Kombat Zone - The Temple (4/6)
umk3:0:0020C5CA:00:500:Kombat Zone - The Temple (5/6)
umk3:0:0020C5CC:00:500:Kombat Zone - The Temple (6/6)
umk3:0:0020C5C2:00:000:Kombat Zone - The Waterfront
umk3:0:0020C5C4:00:500:Kombat Zone - The Waterfront (2/6)
umk3:0:0020C5C6:02:500:Kombat Zone - The Waterfront (3/6)
umk3:0:0020C5C8:00:500:Kombat Zone - The Waterfront (4/6)
umk3:0:0020C5CA:00:500:Kombat Zone - The Waterfront (5/6)
umk3:0:0020C5CC:03:500:Kombat Zone - The Waterfront (6/6)
umk3:0:0020C5C2:01:000:Message - There's No Knowledge That's Not Power
umk3:0:0020C5C4:02:500:Message - There's No Knowledge That's Not Power (2/6)
umk3:0:0020C5C6:03:500:Message - There's No Knowledge That's Not Power (3/6)
umk3:0:0020C5C8:09:500:Message - There's No Knowledge That's Not Power (4/6)
umk3:0:0020C5CA:02:500:Message - There's No Knowledge That's Not Power (5/6)
umk3:0:0020C5CC:06:500:Message - There's No Knowledge That's Not Power (6/6)
umk3:0:0020C5C2:09:000:Message - Hold Flippers During Casino Run
umk3:0:0020C5C4:08:500:Message - Hold Flippers During Casino Run (2/6)
umk3:0:0020C5C6:07:500:Message - Hold Flippers During Casino Run (3/6)
umk3:0:0020C5C8:06:500:Message - Hold Flippers During Casino Run (4/6)
umk3:0:0020C5CA:06:500:Message - Hold Flippers During Casino Run (5/6)
umk3:0:0020C5CC:06:500:Message - Hold Flippers During Casino Run (6/6)
umk3:0:0020C5C2:05:000:Message - Go see Mortal Kombat, The Live Tour!
umk3:0:0020C5C4:05:500:Message - Go see Mortal Kombat, The Live Tour! (2/6)
umk3:0:0020C5C6:00:500:Message - Go see Mortal Kombat, The Live Tour! (3/6)
umk3:0:0020C5C8:05:500:Message - Go see Mortal Kombat, The Live Tour! (4/6)
umk3:0:0020C5CA:05:500:Message - Go see Mortal Kombat, The Live Tour! (5/6)
umk3:0:0020C5CC:00:500:Message - Go see Mortal Kombat, The Live Tour! (6/6)
umk3:0:0020C5C2:09:000:Display Version Number
umk3:0:0020C5C4:09:500:Display Version Number (2/6)
umk3:0:0020C5C6:09:500:Display Version Number (3/6)
umk3:0:0020C5C8:09:500:Display Version Number (4/6)
umk3:0:0020C5CA:09:500:Display Version Number (5/6)
umk3:0:0020C5CC:09:500:Display Version Number (6/6)
; [ Ultimate Mortal Kombat 3 (rev 1.1) ]
umk3r11:0:02810FC:ED:113:Unlock Mileena:Note, Use the cheat and then reset. You WILL lose your other settings
umk3r11:0:02810FE:B0:613:Unlock Mileena (2/2)
umk3r11:0:0281104:ED:113:Unlock Ermac:Note, Use the cheat and then reset. You WILL lose your other settings
umk3r11:0:0281106:B0:613:Unlock Ermac (2/2)
umk3r11:0:028110C:ED:113:Unlock Classic Sub-Zero:Note, Use the cheat and then reset. You WILL lose your other settings
umk3r11:0:028110E:B0:613:Unlock Classic Sub-Zero (2/2)
umk3r11:0:0020C14C:A6:000:Infinite Energy PL1
umk3r11:0:0020C14C:00:001:Drain all Energy Now! PL1:(Use AFTER fight start!)
umk3r11:0:0020C14E:30:000:Infinite Turbo PL1
umk3r11:0:0020C2C2:A6:000:Infinite Energy PL2
umk3r11:0:0020C2C2:00:001:Drain all Energy Now! PL2:(Use AFTER fight start!)
umk3r11:0:0020C2C4:30:000:Infinite Turbo PL2
umk3r11:0:0020C45C:64:000:Always Play Galaxian before a 2 player Match
umk3r11:0:00000000:00:999:[ These are the Kombat Code's for a 2 Player game - you can ]
umk3r11:0:00000000:00:999:[ choose just one of them (and there are LOTS!!) It may cause]
umk3r11:0:00000000:00:999:[ palette corruption if enabled before the battle screen. ]
umk3r11:0:0020C5C2:06:000:Galaxian
umk3r11:0:0020C5C4:04:500:Galaxian (2/6)
umk3r11:0:0020C5C6:02:500:Galaxian (3/6)
umk3r11:0:0020C5C8:04:500:Galaxian (4/6)
umk3r11:0:0020C5CA:06:500:Galaxian (5/6)
umk3r11:0:0020C5CC:08:500:Galaxian (6/6)
umk3r11:0:0020C5C2:00:000:UNIKORIV REFERRI-Sans Power (No Power)
umk3r11:0:0020C5C4:04:500:UNIKORIV REFERRI-Sans Power (No Power) (2/6)
umk3r11:0:0020C5C6:04:500:UNIKORIV REFERRI-Sans Power (No Power) (3/6)
umk3r11:0:0020C5C8:04:500:UNIKORIV REFERRI-Sans Power (No Power) (4/6)
umk3r11:0:0020C5CA:04:500:UNIKORIV REFERRI-Sans Power (No Power) (5/6)
umk3r11:0:0020C5CC:00:500:UNIKORIV REFERRI-Sans Power (No Power) (6/6)
umk3r11:0:0020C5C2:00:000:Half Energy PL1
umk3r11:0:0020C5C4:03:500:Half Energy PL1 (2/6)
umk3r11:0:0020C5C6:03:500:Half Energy PL1 (3/6)
umk3r11:0:0020C5C8:00:500:Half Energy PL1 (4/6)
umk3r11:0:0020C5CA:00:500:Half Energy PL1 (5/6)
umk3r11:0:0020C5CC:00:500:Half Energy PL1 (6/6)
umk3r11:0:0020C5C2:07:000:Quarter Energy PL1
umk3r11:0:0020C5C4:00:500:Quarter Energy PL1 (2/6)
umk3r11:0:0020C5C6:07:500:Quarter Energy PL1 (3/6)
umk3r11:0:0020C5C8:00:500:Quarter Energy PL1 (4/6)
umk3r11:0:0020C5CA:00:500:Quarter Energy PL1 (5/6)
umk3r11:0:0020C5CC:00:500:Quarter Energy PL1 (6/6)
umk3r11:0:0020C5C2:00:000:Half Energy PL2
umk3r11:0:0020C5C4:00:500:Half Energy PL2 (2/6)
umk3r11:0:0020C5C6:00:500:Half Energy PL2 (3/6)
umk3r11:0:0020C5C8:00:500:Half Energy PL2 (4/6)
umk3r11:0:0020C5CA:03:500:Half Energy PL2 (5/6)
umk3r11:0:0020C5CC:03:500:Half Energy PL2 (6/6)
umk3r11:0:0020C5C2:00:000:Quarter Energy PL2
umk3r11:0:0020C5C4:00:500:Quarter Energy PL2 (2/6)
umk3r11:0:0020C5C6:00:500:Quarter Energy PL2 (3/6)
umk3r11:0:0020C5C8:07:500:Quarter Energy PL2 (4/6)
umk3r11:0:0020C5CA:00:500:Quarter Energy PL2 (5/6)
umk3r11:0:0020C5CC:07:500:Quarter Energy PL2 (6/6)
umk3r11:0:0020C5C2:00:000:Blocking Disabled
umk3r11:0:0020C5C4:02:500:Blocking Disabled (2/6)
umk3r11:0:0020C5C6:00:500:Blocking Disabled (3/6)
umk3r11:0:0020C5C8:00:500:Blocking Disabled (4/6)
umk3r11:0:0020C5CA:02:500:Blocking Disabled (5/6)
umk3r11:0:0020C5CC:00:500:Blocking Disabled (6/6)
umk3r11:0:0020C5C2:01:000:Throwing Disabled
umk3r11:0:0020C5C4:00:500:Throwing Disabled (2/6)
umk3r11:0:0020C5C6:00:500:Throwing Disabled (3/6)
umk3r11:0:0020C5C8:01:500:Throwing Disabled (4/6)
umk3r11:0:0020C5CA:00:500:Throwing Disabled (5/6)
umk3r11:0:0020C5CC:00:500:Throwing Disabled (6/6)
umk3r11:0:0020C5C2:00:000:Throwing Encouraged
umk3r11:0:0020C5C4:01:500:Throwing Encouraged (2/6)
umk3r11:0:0020C5C6:00:500:Throwing Encouraged (3/6)
umk3r11:0:0020C5C8:00:500:Throwing Encouraged (4/6)
umk3r11:0:0020C5CA:01:500:Throwing Encouraged (5/6)
umk3r11:0:0020C5CC:00:500:Throwing Encouraged (6/6)
umk3r11:0:0020C5C2:07:000:Fast Uppercut Recovery
umk3r11:0:0020C5C4:08:500:Fast Uppercut Recovery (2/6)
umk3r11:0:0020C5C6:08:500:Fast Uppercut Recovery (3/6)
umk3r11:0:0020C5C8:03:500:Fast Uppercut Recovery (4/6)
umk3r11:0:0020C5CA:02:500:Fast Uppercut Recovery (5/6)
umk3r11:0:0020C5CC:02:500:Fast Uppercut Recovery (6/6)
umk3r11:0:0020C5C2:09:000:No PowerBars
umk3r11:0:0020C5C4:08:500:No PowerBars (2/6)
umk3r11:0:0020C5C6:07:500:No PowerBars (3/6)
umk3r11:0:0020C5C8:01:500:No PowerBars (4/6)
umk3r11:0:0020C5CA:02:500:No PowerBars (5/6)
umk3r11:0:0020C5CC:03:500:No PowerBars (6/6)
umk3r11:0:0020C5C2:02:000:No Fear
umk3r11:0:0020C5C4:08:500:No Fear (2/6)
umk3r11:0:0020C5C6:02:500:No Fear (3/6)
umk3r11:0:0020C5C8:02:500:No Fear (4/6)
umk3r11:0:0020C5CA:08:500:No Fear (5/6)
umk3r11:0:0020C5CC:02:500:No Fear (6/6)
umk3r11:0:0020C5C2:04:000:Infinite Run
umk3r11:0:0020C5C4:06:500:Infinite Run (2/6)
umk3r11:0:0020C5C6:06:500:Infinite Run (3/6)
umk3r11:0:0020C5C8:04:500:Infinite Run (4/6)
umk3r11:0:0020C5CA:06:500:Infinite Run (5/6)
umk3r11:0:0020C5CC:06:500:Infinite Run (6/6)
umk3r11:0:0020C5C2:06:000:Dark Kombat
umk3r11:0:0020C5C4:08:500:Dark Kombat (2/6)
umk3r11:0:0020C5C6:08:500:Dark Kombat (3/6)
umk3r11:0:0020C5C8:04:500:Dark Kombat (4/6)
umk3r11:0:0020C5CA:02:500:Dark Kombat (5/6)
umk3r11:0:0020C5CC:02:500:Dark Kombat (6/6)
umk3r11:0:0020C5C2:04:000:Randper Kombat
umk3r11:0:0020C5C4:06:500:Randper Kombat (2/6)
umk3r11:0:0020C5C6:00:500:Randper Kombat (3/6)
umk3r11:0:0020C5C8:04:500:Randper Kombat (4/6)
umk3r11:0:0020C5CA:06:500:Randper Kombat (5/6)
umk3r11:0:0020C5CC:00:500:Randper Kombat (6/6)
umk3r11:0:0020C5C2:09:000:Psycho Kombat
umk3r11:0:0020C5C4:08:500:Psycho Kombat (2/6)
umk3r11:0:0020C5C6:05:500:Psycho Kombat (3/6)
umk3r11:0:0020C5C8:01:500:Psycho Kombat (4/6)
umk3r11:0:0020C5CA:02:500:Psycho Kombat (5/6)
umk3r11:0:0020C5CC:05:500:Psycho Kombat (6/6)
umk3r11:0:0020C5C2:03:000:Silent Kombat
umk3r11:0:0020C5C4:00:500:Silent Kombat (2/6)
umk3r11:0:0020C5C6:00:500:Silent Kombat (3/6)
umk3r11:0:0020C5C8:03:500:Silent Kombat (4/6)
umk3r11:0:0020C5CA:00:500:Silent Kombat (5/6)
umk3r11:0:0020C5CC:00:500:Silent Kombat (6/6)
umk3r11:0:0020C5C2:02:000:Explosive Kombat:Only for 2 on 2 Endurance
umk3r11:0:0020C5C4:02:500:Explosive Kombat (2/6)
umk3r11:0:0020C5C6:07:500:Explosive Kombat (3/6)
umk3r11:0:0020C5C8:02:500:Explosive Kombat (4/6)
umk3r11:0:0020C5CA:02:500:Explosive Kombat (5/6)
umk3r11:0:0020C5CC:07:500:Explosive Kombat (6/6)
umk3r11:0:0020C5C2:00:000:Explosive Kombat, Throwing Disabled:Only for 2 on 2 Endurance
umk3r11:0:0020C5C4:02:500:Explosive Kombat, Throwing Disabled (2/6)
umk3r11:0:0020C5C6:02:500:Explosive Kombat, Throwing Disabled (3/6)
umk3r11:0:0020C5C8:02:500:Explosive Kombat, Throwing Disabled (4/6)
umk3r11:0:0020C5CA:02:500:Explosive Kombat, Throwing Disabled (5/6)
umk3r11:0:0020C5CC:00:500:Explosive Kombat, Throwing Disabled (6/6)
umk3r11:0:0020C5C2:00:000:Winner Battles Shao Kahn
umk3r11:0:0020C5C4:03:500:Winner Battles Shao Kahn (2/6)
umk3r11:0:0020C5C6:03:500:Winner Battles Shao Kahn (3/6)
umk3r11:0:0020C5C8:05:500:Winner Battles Shao Kahn (4/6)
umk3r11:0:0020C5CA:06:500:Winner Battles Shao Kahn (5/6)
umk3r11:0:0020C5CC:04:500:Winner Battles Shao Kahn (6/6)
umk3r11:0:0020C5C2:02:000:Winner Battles Smoke
umk3r11:0:0020C5C4:00:500:Winner Battles Smoke (2/6)
umk3r11:0:0020C5C6:05:500:Winner Battles Smoke (3/6)
umk3r11:0:0020C5C8:02:500:Winner Battles Smoke (4/6)
umk3r11:0:0020C5CA:00:500:Winner Battles Smoke (5/6)
umk3r11:0:0020C5CC:05:500:Winner Battles Smoke (6/6)
umk3r11:0:0020C5C2:07:000:Winner Battles Noob Saibot
umk3r11:0:0020C5C4:06:500:Winner Battles Noob Saibot (2/6)
umk3r11:0:0020C5C6:09:500:Winner Battles Noob Saibot (3/6)
umk3r11:0:0020C5C8:03:500:Winner Battles Noob Saibot (4/6)
umk3r11:0:0020C5CA:04:500:Winner Battles Noob Saibot (5/6)
umk3r11:0:0020C5CC:02:500:Winner Battles Noob Saibot (6/6)
umk3r11:0:0020C5C2:09:000:Winner Battles Montaro
umk3r11:0:0020C5C4:06:500:Winner Battles Montaro (2/6)
umk3r11:0:0020C5C6:09:500:Winner Battles Montaro (3/6)
umk3r11:0:0020C5C8:01:500:Winner Battles Montaro (4/6)
umk3r11:0:0020C5CA:04:500:Winner Battles Montaro (5/6)
umk3r11:0:0020C5CC:01:500:Winner Battles Montaro (6/6)
umk3r11:0:0020C5C2:00:000:Kombat Zone - Bell Tower
umk3r11:0:0020C5C4:09:500:Kombat Zone - Bell Tower (2/6)
umk3r11:0:0020C5C6:01:500:Kombat Zone - Bell Tower (3/6)
umk3r11:0:0020C5C8:01:500:Kombat Zone - Bell Tower (4/6)
umk3r11:0:0020C5CA:09:500:Kombat Zone - Bell Tower (5/6)
umk3r11:0:0020C5CC:00:500:Kombat Zone - Bell Tower (6/6)
umk3r11:0:0020C5C2:09:000:Kombat Zone - Blue Portal
umk3r11:0:0020C5C4:03:500:Kombat Zone - Blue Portal (2/6)
umk3r11:0:0020C5C6:03:500:Kombat Zone - Blue Portal (3/6)
umk3r11:0:0020C5C8:09:500:Kombat Zone - Blue Portal (4/6)
umk3r11:0:0020C5CA:03:500:Kombat Zone - Blue Portal (5/6)
umk3r11:0:0020C5CC:03:500:Kombat Zone - Blue Portal (6/6)
umk3r11:0:0020C5C2:00:000:Kombat Zone - Cavern
umk3r11:0:0020C5C4:00:500:Kombat Zone - Cavern (2/6)
umk3r11:0:0020C5C6:02:500:Kombat Zone - Cavern (3/6)
umk3r11:0:0020C5C8:00:500:Kombat Zone - Cavern (4/6)
umk3r11:0:0020C5CA:00:500:Kombat Zone - Cavern (5/6)
umk3r11:0:0020C5CC:03:500:Kombat Zone - Cavern (6/6)
umk3r11:0:0020C5C2:03:000:Kombat Zone - Jade's Desert
umk3r11:0:0020C5C4:03:500:Kombat Zone - Jade's Desert (2/6)
umk3r11:0:0020C5C6:00:500:Kombat Zone - Jade's Desert (3/6)
umk3r11:0:0020C5C8:00:500:Kombat Zone - Jade's Desert (4/6)
umk3r11:0:0020C5CA:03:500:Kombat Zone - Jade's Desert (5/6)
umk3r11:0:0020C5CC:03:500:Kombat Zone - Jade's Desert (6/6)
umk3r11:0:0020C5C2:00:000:Kombat Zone - Noob's Dorfen
umk3r11:0:0020C5C4:05:500:Kombat Zone - Noob's Dorfen (2/6)
umk3r11:0:0020C5C6:00:500:Kombat Zone - Noob's Dorfen (3/6)
umk3r11:0:0020C5C8:00:500:Kombat Zone - Noob's Dorfen (4/6)
umk3r11:0:0020C5CA:05:500:Kombat Zone - Noob's Dorfen (5/6)
umk3r11:0:0020C5CC:00:500:Kombat Zone - Noob's Dorfen (6/6)
umk3r11:0:0020C5C2:06:000:Kombat Zone - Scorpion's Lair
umk3r11:0:0020C5C4:06:500:Kombat Zone - Scorpion's Lair (2/6)
umk3r11:0:0020C5C6:06:500:Kombat Zone - Scorpion's Lair (3/6)
umk3r11:0:0020C5C8:04:500:Kombat Zone - Scorpion's Lair (4/6)
umk3r11:0:0020C5CA:04:500:Kombat Zone - Scorpion's Lair (5/6)
umk3r11:0:0020C5CC:04:500:Kombat Zone - Scorpion's Lair (6/6)
umk3r11:0:0020C5C2:01:000:Kombat Zone - Soul Chamber
umk3r11:0:0020C5C4:02:500:Kombat Zone - Soul Chamber (2/6)
umk3r11:0:0020C5C6:03:500:Kombat Zone - Soul Chamber (3/6)
umk3r11:0:0020C5C8:09:500:Kombat Zone - Soul Chamber (4/6)
umk3r11:0:0020C5CA:00:500:Kombat Zone - Soul Chamber (5/6)
umk3r11:0:0020C5CC:01:500:Kombat Zone - Soul Chamber (6/6)
umk3r11:0:0020C5C2:08:000:Kombat Zone - The Balcony
umk3r11:0:0020C5C4:08:500:Kombat Zone - The Balcony (2/6)
umk3r11:0:0020C5C6:00:500:Kombat Zone - The Balcony (3/6)
umk3r11:0:0020C5C8:02:500:Kombat Zone - The Balcony (4/6)
umk3r11:0:0020C5CA:02:500:Kombat Zone - The Balcony (5/6)
umk3r11:0:0020C5CC:00:500:Kombat Zone - The Balcony (6/6)
umk3r11:0:0020C5C2:00:000:Kombat Zone - The Bridge
umk3r11:0:0020C5C4:07:500:Kombat Zone - The Bridge (2/6)
umk3r11:0:0020C5C6:07:500:Kombat Zone - The Bridge (3/6)
umk3r11:0:0020C5C8:00:500:Kombat Zone - The Bridge (4/6)
umk3r11:0:0020C5CA:02:500:Kombat Zone - The Bridge (5/6)
umk3r11:0:0020C5CC:02:500:Kombat Zone - The Bridge (6/6)
umk3r11:0:0020C5C2:06:000:Kombat Zone - The Graveyard
umk3r11:0:0020C5C4:06:500:Kombat Zone - The Graveyard (2/6)
umk3r11:0:0020C5C6:06:500:Kombat Zone - The Graveyard (3/6)
umk3r11:0:0020C5C8:03:500:Kombat Zone - The Graveyard (4/6)
umk3r11:0:0020C5CA:03:500:Kombat Zone - The Graveyard (5/6)
umk3r11:0:0020C5CC:03:500:Kombat Zone - The Graveyard (6/6)
umk3r11:0:0020C5C2:08:000:Kombat Zone - The Pit III
umk3r11:0:0020C5C4:02:500:Kombat Zone - The Pit III (2/6)
umk3r11:0:0020C5C6:00:500:Kombat Zone - The Pit III (3/6)
umk3r11:0:0020C5C8:00:500:Kombat Zone - The Pit III (4/6)
umk3r11:0:0020C5CA:02:500:Kombat Zone - The Pit III (5/6)
umk3r11:0:0020C5CC:08:500:Kombat Zone - The Pit III (6/6)
umk3r11:0:0020C5C2:03:000:Kombat Zone - The Roof
umk3r11:0:0020C5C4:04:500:Kombat Zone - The Roof (2/6)
umk3r11:0:0020C5C6:03:500:Kombat Zone - The Roof (3/6)
umk3r11:0:0020C5C8:03:500:Kombat Zone - The Roof (4/6)
umk3r11:0:0020C5CA:04:500:Kombat Zone - The Roof (5/6)
umk3r11:0:0020C5CC:03:500:Kombat Zone - The Roof (6/6)
umk3r11:0:0020C5C2:00:000:Kombat Zone - The Street
umk3r11:0:0020C5C4:07:500:Kombat Zone - The Street (2/6)
umk3r11:0:0020C5C6:09:500:Kombat Zone - The Street (3/6)
umk3r11:0:0020C5C8:00:500:Kombat Zone - The Street (4/6)
umk3r11:0:0020C5CA:03:500:Kombat Zone - The Street (5/6)
umk3r11:0:0020C5CC:05:500:Kombat Zone - The Street (6/6)
umk3r11:0:0020C5C2:08:000:Kombat Zone - The Subway
umk3r11:0:0020C5C4:08:500:Kombat Zone - The Subway (2/6)
umk3r11:0:0020C5C6:00:500:Kombat Zone - The Subway (3/6)
umk3r11:0:0020C5C8:08:500:Kombat Zone - The Subway (4/6)
umk3r11:0:0020C5CA:08:500:Kombat Zone - The Subway (5/6)
umk3r11:0:0020C5CC:00:500:Kombat Zone - The Subway (6/6)
umk3r11:0:0020C5C2:06:000:Kombat Zone - The Temple
umk3r11:0:0020C5C4:00:500:Kombat Zone - The Temple (2/6)
umk3r11:0:0020C5C6:00:500:Kombat Zone - The Temple (3/6)
umk3r11:0:0020C5C8:04:500:Kombat Zone - The Temple (4/6)
umk3r11:0:0020C5CA:00:500:Kombat Zone - The Temple (5/6)
umk3r11:0:0020C5CC:00:500:Kombat Zone - The Temple (6/6)
umk3r11:0:0020C5C2:00:000:Kombat Zone - The Waterfront
umk3r11:0:0020C5C4:00:500:Kombat Zone - The Waterfront (2/6)
umk3r11:0:0020C5C6:02:500:Kombat Zone - The Waterfront (3/6)
umk3r11:0:0020C5C8:00:500:Kombat Zone - The Waterfront (4/6)
umk3r11:0:0020C5CA:00:500:Kombat Zone - The Waterfront (5/6)
umk3r11:0:0020C5CC:03:500:Kombat Zone - The Waterfront (6/6)
umk3r11:0:0020C5C2:01:000:Message - There's No Knowledge That's Not Power
umk3r11:0:0020C5C4:02:500:Message - There's No Knowledge That's Not Power (2/6)
umk3r11:0:0020C5C6:03:500:Message - There's No Knowledge That's Not Power (3/6)
umk3r11:0:0020C5C8:09:500:Message - There's No Knowledge That's Not Power (4/6)
umk3r11:0:0020C5CA:02:500:Message - There's No Knowledge That's Not Power (5/6)
umk3r11:0:0020C5CC:06:500:Message - There's No Knowledge That's Not Power (6/6)
umk3r11:0:0020C5C2:09:000:Message - Hold Flippers During Casino Run
umk3r11:0:0020C5C4:08:500:Message - Hold Flippers During Casino Run (2/6)
umk3r11:0:0020C5C6:07:500:Message - Hold Flippers During Casino Run (3/6)
umk3r11:0:0020C5C8:06:500:Message - Hold Flippers During Casino Run (4/6)
umk3r11:0:0020C5CA:06:500:Message - Hold Flippers During Casino Run (5/6)
umk3r11:0:0020C5CC:06:500:Message - Hold Flippers During Casino Run (6/6)
umk3r11:0:0020C5C2:05:000:Message - Go see Mortal Kombat, The Live Tour!
umk3r11:0:0020C5C4:05:500:Message - Go see Mortal Kombat, The Live Tour! (2/6)
umk3r11:0:0020C5C6:00:500:Message - Go see Mortal Kombat, The Live Tour! (3/6)
umk3r11:0:0020C5C8:05:500:Message - Go see Mortal Kombat, The Live Tour! (4/6)
umk3r11:0:0020C5CA:05:500:Message - Go see Mortal Kombat, The Live Tour! (5/6)
umk3r11:0:0020C5CC:00:500:Message - Go see Mortal Kombat, The Live Tour! (6/6)
umk3r11:0:0020C5C2:09:000:Display Version Number
umk3r11:0:0020C5C4:09:500:Display Version Number (2/6)
umk3r11:0:0020C5C6:09:500:Display Version Number (3/6)
umk3r11:0:0020C5C8:09:500:Display Version Number (4/6)
umk3r11:0:0020C5CA:09:500:Display Version Number (5/6)
umk3r11:0:0020C5CC:09:500:Display Version Number (6/6)
; [ Under Fire (World) ]
undrfire:0:200655:09:000:Infinite Credits
undrfire:0:20D4E9:10:000:Infinite Energy PL1
undrfire:0:20D4F3:19:000:Infinite Normal Ammo PL1
undrfire:0:20D4FB:09:000:Infinite Shotgun Ammo PL1
undrfire:0:20D561:10:000:Infinite Energy PL2
undrfire:0:20D56B:19:000:Infinite Normal Ammo PL2
undrfire:0:20D573:09:000:Infinite Shotgun Ammo PL2
; [ UniWar S ]
uniwars:0:421D:09:000:Infinite Lives
uniwars:0:12D9:C9:100:Invincibility
; [ U.N. Squadron (US) ]
unsquad:0:FFE00B:02:000:Pause/Unpause Shop Timer
unsquad:0:FF15CD:40:000:Invincibility PL1
unsquad:0:FF15D3:06:000:Max 2nd Weapon (level 7) PL1
unsquad:0:FF15E3:63:000:Infinite Second Weapon PL1
unsquad:0:FF160B:09:000:Infinite Money PL1
unsquad:0:FF164D:40:000:Invincibility PL2
unsquad:0:FF1653:06:000:Max 2nd Weapon (level 7) PL2
unsquad:0:FF1663:63:000:Infinite Second Weapon PL2
unsquad:0:FF168B:09:000:Infinite Money PL2
unsquad:0:FF2F00:05:000:Infinite Shield
unsquad:0:FF2F03:05:500:Infinite Shield (2/6)
unsquad:0:FF15D7:02:500:Infinite Shield (3/6)
unsquad:0:FF2EA0:05:500:Infinite Shield (4/6)
unsquad:0:FF2EA3:05:500:Infinite Shield (5/6)
unsquad:0:FF1657:02:500:Infinite Shield (6/6)
; [ Uo Poko (Japan) ]
uopoko:0:100195:09:000:Infinite Credits
uopoko:0:100203:1E:071:Round select
uopoko:0:102310:06:000:Infinite Time PL1
uopoko:0:10233B:01:000:Always have Guide Pointer PL1
uopoko:0:10233C:0A:500:Always have Guide Pointer PL1
uopoko:0:10233D:22:500:Always have Guide Pointer PL1
uopoko:0:10233B:01:000:Always have Guide Pointer (vs Mode) PL1
uopoko:0:10233C:0D:500:Always have Guide Pointer (vs Mode) PL1
uopoko:0:10233D:C6:500:Always have Guide Pointer (vs Mode) PL1
uopoko:0:1022F1:80:000:Always have Magenta Bubble PL1
uopoko:0:1022F1:81:000:Always have Blue Bubble PL1
uopoko:0:1022F1:82:000:Always have Green Bubble PL1
uopoko:0:1022F1:83:000:Always have Aqua Bubble PL1
uopoko:0:1022F1:84:000:Always have Red Bubble PL1
uopoko:0:1022F1:85:000:Always have Black Bubble PL1
uopoko:0:1022F1:86:000:Always have Yellow Bubble PL1
uopoko:0:1022F1:87:000:Always have Orange Bubble PL1
uopoko:0:1022F1:80:001:Current Bubble = Magenta Now! PL1
uopoko:0:1022F1:81:001:Current Bubble = Blue Now! PL1
uopoko:0:1022F1:82:001:Current Bubble = Green Now! PL1
uopoko:0:1022F1:83:001:Current Bubble = Aqua Now! PL1
uopoko:0:1022F1:84:001:Current Bubble = Red Now! PL1
uopoko:0:1022F1:85:001:Current Bubble = Black Now! PL1
uopoko:0:1022F1:86:001:Current Bubble = Yellow Now! PL1
uopoko:0:1022F1:87:001:Current Bubble = Orange Now! PL1
uopoko:0:102312:06:000:Infinite Time PL2
uopoko:0:1023BB:01:000:Always have Guide Pointer (vs Mode) PL2
uopoko:0:1023BC:0D:500:Always have Guide Pointer (vs Mode) PL2
uopoko:0:1023BD:C6:500:Always have Guide Pointer (vs Mode) PL2
uopoko:0:1022F3:80:000:Always have Magenta Bubble PL2
uopoko:0:1022F3:81:000:Always have Blue Bubble PL2
uopoko:0:1022F3:82:000:Always have Green Bubble PL2
uopoko:0:1022F3:83:000:Always have Aqua Bubble PL2
uopoko:0:1022F3:84:000:Always have Red Bubble PL2
uopoko:0:1022F3:85:000:Always have Black Bubble PL2
uopoko:0:1022F3:86:000:Always have Yellow Bubble PL2
uopoko:0:1022F3:87:000:Always have Orange Bubble PL2
uopoko:0:1022F3:80:001:Current Bubble = Magenta Now! PL2
uopoko:0:1022F3:81:001:Current Bubble = Blue Now! PL2
uopoko:0:1022F3:82:001:Current Bubble = Green Now! PL2
uopoko:0:1022F3:83:001:Current Bubble = Aqua Now! PL2
uopoko:0:1022F3:84:001:Current Bubble = Red Now! PL2
uopoko:0:1022F3:85:001:Current Bubble = Black Now! PL2
uopoko:0:1022F3:86:001:Current Bubble = Yellow Now! PL2
uopoko:0:1022F3:87:001:Current Bubble = Orange Now! PL2
; [ Up'n Down ]
upndown:0:C868:07:000:Infinite Lives
upndown:0:26DE:00:100:Crash Invincibility:You still die if you go Off-Road!
upndown:0:26DF:00:600:Crash Invincibility (2/4)
upndown:0:261B:26:600:Crash Invincibility (3/4):This part is solely for flag vehicle (Done without changing the opcode part - protected cpu issues otherwise)
upndown:0:25B5:00:600:Crash Invincibility (4/4):This part is solely for the 'wait' boulder (Done without changing the opcode part - protected cpu issues otherwise)
; [ Up'n Down (not encrypted) ]
upndownu:0:C868:07:000:Infinite Lives
upndownu:0:2764:00:100:Crash Invincibility:You still die if you go Off-Road!
upndownu:0:2765:00:600:Crash Invincibility (2/4)
upndownu:0:26A3:18:600:Crash Invincibility (3/4):This part is solely for flag vehicle
upndownu:0:263C:C3:600:Crash Invincibility (4/4):This part is solely for the 'wait' boulder
; [ U.S. Classic ]
usclssic:0:FF0F13:08:000:Infinite Credits
usclssic:0:FFC9A7:09:000:Infinite Time PL1
usclssic:0:FFC8A5:12:000:Infinite Holes PL1
usclssic:0:FFC94B:01:000:Infinite Strokes PL1
usclssic:0:FFC94B:00:001:Reset Strokes Now! PL1
usclssic:0:FFC7F7:11:061:Select next hole PL1
; [ Us vs. Them ]
usvsthem:0:000121:01:000:Infinite Energy
usvsthem:0:0000CC:00:000:No hits sustained
usvsthem:0:0000CF:00:500:No hits sustained (2/2)
; [ Valkyrie No Densetsu (Japan) ]
valkyrie:0:104571:FF:000:Infinite Time PL1
valkyrie:0:104551:C0:000:Infinite Energy PL1
valkyrie:0:10454F:C0:000:Infinite Magic PL1
valkyrie:0:105525:A0:000:Infinite Shot Power PL1
valkyrie:0:10453B:0F:071:Select Shot Limit PL1
valkyrie:0:104543:24:000:Invincibility PL1
valkyrie:0:104552:FF:000:Infinite Max Gold PL1
valkyrie:0:104553:FF:500:Infinite Max Gold PL1 (2/2)
valkyrie:0:104561:FF:000:Max Score PL1
valkyrie:0:104562:FF:500:Max Score PL1 (2/2)
valkyrie:0:000000:00:999:[Use these Shot cheats in ]
valkyrie:0:000000:00:999:[conjunction with Infinite ]
valkyrie:0:000000:00:999:[Shot Power. ]
valkyrie:0:104539:04:000:Always have Normal Shot PL1
valkyrie:0:104539:0C:000:Always have Fire Ball ShotPL1
valkyrie:0:104539:10:000:Always have Eternal Shot PL1
valkyrie:0:104539:14:000:Always have Wide Shot PL1
valkyrie:0:104539:18:000:Always have Horming Shot PL1
valkyrie:0:104539:1C:000:Always have Lightning ShotPL1
valkyrie:0:104539:20:000:Always have Torpedo Shot PL1
valkyrie:0:104539:24:000:Always have 3 Way Shot PL1
valkyrie:0:104539:28:000:Always have 4 Way Shot PL1
valkyrie:0:104539:2C:000:Always have Bomb Shot PL1
valkyrie:0:104539:04:001:Get Normal Shot Now! PL1
valkyrie:0:104539:0C:001:Get Fire Ball Shot Now! PL1
valkyrie:0:104539:10:001:Get Eternal Shot Now! PL1
valkyrie:0:104539:14:001:Get Wide Shot Now! PL1
valkyrie:0:104539:18:001:Get Horming Shot Now! PL1
valkyrie:0:104539:1C:001:Get Lightning Shot Now! PL1
valkyrie:0:104539:20:001:Get Torpedo Shot Now! PL1
valkyrie:0:104539:24:001:Get 3 Way Shot Now! PL1
valkyrie:0:104539:28:001:Get 4 Way Shot Now! PL1
valkyrie:0:104539:2C:001:Get Bomb Shot Now! PL1
valkyrie:0:000000:00:999:[Use these Magic cheats in ]
valkyrie:0:000000:00:999:[conjunction with Infinite ]
valkyrie:0:000000:00:999:[Magic. ]
valkyrie:0:105553:01:000:Always have Option Magic PL1
valkyrie:0:105554:01:000:Always have Cyclone Magic PL1
valkyrie:0:105556:01:000:Always have Big Magic PL1
valkyrie:0:105558:01:000:Always have HarricaneMagicPL1
valkyrie:0:10555A:01:000:Always have ChameleonMagicPL1
valkyrie:0:10555C:01:000:Always have Float Magic PL1
valkyrie:0:105553:01:001:Get Option Magic Now! PL1
valkyrie:0:105554:01:001:Get Cyclone Magic Now! PL1
valkyrie:0:105556:01:001:Get Big Magic Now! PL1
valkyrie:0:105558:01:001:Get Harricane Magic Now! PL1
valkyrie:0:10555A:01:001:Get Chameleon Magic Now! PL1
valkyrie:0:10555C:01:001:Get Float Magic Now! PL1
valkyrie:0:1045F1:FF:000:Infinite Time PL2
valkyrie:0:1045D1:C0:000:Infinite Energy PL2
valkyrie:0:1045CF:C0:000:Infinite Magic PL2
valkyrie:0:1055A5:A0:000:Infinite Shot Power PL2
valkyrie:0:1045BB:0F:071:Select Shot Limit PL2
valkyrie:0:1045C3:24:000:Invincibility PL2
valkyrie:0:1045D2:FF:000:Infinite Max Gold PL2
valkyrie:0:1045D3:FF:500:Infinite Max Gold PL2 (2/2)
valkyrie:0:1045E1:FF:000:Max Score PL2
valkyrie:0:1045E2:FF:500:Max Score PL2 (2/2)
valkyrie:0:000000:00:999:[Use these Shot cheats in ]
valkyrie:0:000000:00:999:[conjunction with Infinite ]
valkyrie:0:000000:00:999:[Shot Power. ]
valkyrie:0:1045B9:08:000:Always have Normal Shot PL2
valkyrie:0:1045B9:0C:000:Always have Fire Shot PL2
valkyrie:0:1045B9:10:000:Always have Eternal Shot PL2
valkyrie:0:1045B9:14:000:Always have Wide Shot PL2
valkyrie:0:1045B9:18:000:Always have Horming Shot PL2
valkyrie:0:1045B9:1C:000:Always have Lightning ShotPL2
valkyrie:0:1045B9:20:000:Always have Torpedo Shot PL2
valkyrie:0:1045B9:24:000:Always have 3 Way Shot PL2
valkyrie:0:1045B9:28:000:Always have 4 Way Shot PL2
valkyrie:0:1045B9:2C:000:Always have Bomb Shot PL2
valkyrie:0:1045B9:08:001:Get Normal Shot Now! PL2
valkyrie:0:1045B9:0C:001:Get Fire Shot Now! PL2
valkyrie:0:1045B9:10:001:Get Eternal Shot Now! PL2
valkyrie:0:1045B9:14:001:Get Wide Shot Now! PL2
valkyrie:0:1045B9:18:001:Get Horming Shot Now! PL2
valkyrie:0:1045B9:1C:001:Get Lightning Shot Now! PL2
valkyrie:0:1045B9:20:001:Get Torpedo Shot Now! PL2
valkyrie:0:1045B9:24:001:Get 3 Way Shot Now! PL2
valkyrie:0:1045B9:28:001:Get 4 Way Shot Now! PL2
valkyrie:0:1045B9:2C:001:Get Bomb Shot Now! PL2
valkyrie:0:000000:00:999:[Use these Magic cheats in ]
valkyrie:0:000000:00:999:[conjunction with Infinite ]
valkyrie:0:000000:00:999:[Magic. ]
valkyrie:0:1055D3:01:000:Always have Option Magic PL2
valkyrie:0:1055D4:01:000:Always have Cyclone Magic PL2
valkyrie:0:1055D6:01:000:Always have Big Magic PL2
valkyrie:0:1055D8:01:000:Always have HarricaneMagicPL2
valkyrie:0:1055DA:01:000:Always have ChameleonMagicPL2
valkyrie:0:1055DC:01:000:Always have Float Magic PL2
valkyrie:0:1055D3:01:001:Get Option Magic Now! PL2
valkyrie:0:1055D4:01:001:Get Cyclone Magic Now! PL2
valkyrie:0:1055D6:01:001:Get Big Magic Now! PL2
valkyrie:0:1055D8:01:001:Get Harricane Magic Now! PL2
valkyrie:0:1055DA:01:001:Get Chameleon Magic Now! PL2
valkyrie:0:1055DC:01:001:Get Float Magic Now! PL2
; [ Valtric ]
valtric:0:E018:99:000:Infinite Credits
valtric:0:E101:07:000:Infinite Lives
valtric:0:E136:06:000:Infinite Jumps
valtric:0:E004:01:000:Most enemies don't shoot:The Big ones still do though
valtric:0:0000:00:999:[Do not touch or land on top]
valtric:0:0000:00:999:[active turrets when you ]
valtric:0:0000:00:999:[have Invincibility enabled ]
valtric:0:0000:00:999:[or the main sprite will ]
valtric:0:0000:00:999:[become corrupted. ]
valtric:0:E090:01:040:Invincibility Buggy!
valtric:0:0000:00:999:[See the Dip Switch Menu to ]
valtric:0:0000:00:999:[enable an alternate ]
valtric:0:0000:00:999:[Invincibility cheat. ]
; [ Vampire: The Night Warriors (Asia 940705) ]
vampa:0:FF9409:99:000:Infinite Time
vampa:0:FF9409:00:001:Finish this Round Now!
vampa:0:FF83CB:90:000:Infinite Energy PL1
vampa:0:FF83CB:00:001:Drain All Energy Now! PL1
vampa:0:FF855F:8E:000:Infinite Special PL1
vampa:0:000000:00:999:[ Free player selection ]
vampa:0:000000:00:999:[ Use on level VS screen ]
vampa:0:FF8729:01:001:Play as Dimitri Now! PL1
vampa:0:FF8729:02:001:Play as Gallon Now! PL1
vampa:0:FF8729:03:001:Play as Victor Now! PL1
vampa:0:FF8729:04:001:Play as Zabelzaroch Now! PL1
vampa:0:FF8729:05:001:Play as Morrigan Now! PL1
vampa:0:FF8729:06:001:Play as Anakaris Now! PL1
vampa:0:FF8729:07:001:Play as Felicia Now! PL1
vampa:0:FF8729:08:001:Play as Bishamon Now! PL1
vampa:0:FF8729:09:001:Play as Aulbath Now! PL1
vampa:0:FF8729:0A:001:Play as Sasquatch Now! PL1
vampa:0:FF8729:0B:001:Play as Phobos Now! PL1
vampa:0:FF8729:0C:001:Play as Pyron Now! PL1
vampa:0:FF87CB:90:000:Infinite Energy PL2
vampa:0:FF87CB:00:001:Drain All Energy Now! PL2
vampa:0:FF895F:51:000:Infinite Special PL2
vampa:0:000000:00:999:[ Free player selection ]
vampa:0:000000:00:999:[ Use on level VS screen ]
vampa:0:FF8B29:01:001:Play as Dimitri Now! PL2
vampa:0:FF8B29:02:001:Play as Gallon Now! PL2
vampa:0:FF8B29:03:001:Play as Victor Now! PL2
vampa:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2
vampa:0:FF8B29:05:001:Play as Morrigan Now! PL2
vampa:0:FF8B29:06:001:Play as Anakaris Now! PL2
vampa:0:FF8B29:07:001:Play as Felicia Now! PL2
vampa:0:FF8B29:08:001:Play as Bishamon Now! PL2
vampa:0:FF8B29:09:001:Play as Aulbath Now! PL2
vampa:0:FF8B29:0A:001:Play as Sasquatch Now! PL2
vampa:0:FF8B29:0B:001:Play as Phobos Now! PL2
vampa:0:FF8B29:0C:001:Play as Pyron Now! PL2
vampa:0:000000:00:999:[These are the codes to set the machine region - the ]
vampa:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
vampa:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
vampa:0:FF8205:00:000:Region Switch = Japan
vampa:0:FF8205:02:000:Region Switch = USA
vampa:0:FF8205:04:000:Region Switch = Asia
vampa:0:FF8205:06:000:Region Switch = Hispanic
vampa:0:FF8205:08:000:Region Switch = Euro
vampa:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text)
vampa:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text)
; [ Vampire: The Night Warriors (Japan 940705) ]
vampj:0:FF9409:99:000:Infinite Time
vampj:0:FF9409:00:001:Finish this Round Now!
vampj:0:FF83CB:90:000:Infinite Energy PL1
vampj:0:FF83CB:00:001:Drain All Energy Now! PL1
vampj:0:FF855F:8E:000:Infinite Special PL1
vampj:0:000000:00:999:[ Free player selection ]
vampj:0:000000:00:999:[ Use on level VS screen ]
vampj:0:FF8729:01:001:Play as Dimitri Now! PL1
vampj:0:FF8729:02:001:Play as Gallon Now! PL1
vampj:0:FF8729:03:001:Play as Victor Now! PL1
vampj:0:FF8729:04:001:Play as Zabelzaroch Now! PL1
vampj:0:FF8729:05:001:Play as Morrigan Now! PL1
vampj:0:FF8729:06:001:Play as Anakaris Now! PL1
vampj:0:FF8729:07:001:Play as Felicia Now! PL1
vampj:0:FF8729:08:001:Play as Bishamon Now! PL1
vampj:0:FF8729:09:001:Play as Aulbath Now! PL1
vampj:0:FF8729:0A:001:Play as Sasquatch Now! PL1
vampj:0:FF8729:0B:001:Play as Phobos Now! PL1
vampj:0:FF8729:0C:001:Play as Pyron Now! PL1
vampj:0:FF87CB:90:000:Infinite Energy PL2
vampj:0:FF87CB:00:001:Drain All Energy Now! PL2
vampj:0:FF895F:51:000:Infinite Special PL2
vampj:0:000000:00:999:[ Free player selection ]
vampj:0:000000:00:999:[ Use on level VS screen ]
vampj:0:FF8B29:01:001:Play as Dimitri Now! PL2
vampj:0:FF8B29:02:001:Play as Gallon Now! PL2
vampj:0:FF8B29:03:001:Play as Victor Now! PL2
vampj:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2
vampj:0:FF8B29:05:001:Play as Morrigan Now! PL2
vampj:0:FF8B29:06:001:Play as Anakaris Now! PL2
vampj:0:FF8B29:07:001:Play as Felicia Now! PL2
vampj:0:FF8B29:08:001:Play as Bishamon Now! PL2
vampj:0:FF8B29:09:001:Play as Aulbath Now! PL2
vampj:0:FF8B29:0A:001:Play as Sasquatch Now! PL2
vampj:0:FF8B29:0B:001:Play as Phobos Now! PL2
vampj:0:FF8B29:0C:001:Play as Pyron Now! PL2
vampj:0:000000:00:999:[These are the codes to set the machine region - the ]
vampj:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
vampj:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
vampj:0:FF8205:00:000:Region Switch = Japan
vampj:0:FF8205:02:000:Region Switch = USA
vampj:0:FF8205:04:000:Region Switch = Asia
vampj:0:FF8205:06:000:Region Switch = Hispanic
vampj:0:FF8205:08:000:Region Switch = Euro
vampj:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text)
vampj:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text)
; [ Vampire: The Night Warriors (Japan 940705 alt) ]
vampja:0:FF9409:99:000:Infinite Time
vampja:0:FF9409:00:001:Finish this Round Now!
vampja:0:FF83CB:90:000:Infinite Energy PL1
vampja:0:FF83CB:00:001:Drain All Energy Now! PL1
vampja:0:FF855F:8E:000:Infinite Special PL1
vampja:0:000000:00:999:[ Free player selection ]
vampja:0:000000:00:999:[ Use on level VS screen ]
vampja:0:FF8729:01:001:Play as Dimitri Now! PL1
vampja:0:FF8729:02:001:Play as Gallon Now! PL1
vampja:0:FF8729:03:001:Play as Victor Now! PL1
vampja:0:FF8729:04:001:Play as Zabelzaroch Now! PL1
vampja:0:FF8729:05:001:Play as Morrigan Now! PL1
vampja:0:FF8729:06:001:Play as Anakaris Now! PL1
vampja:0:FF8729:07:001:Play as Felicia Now! PL1
vampja:0:FF8729:08:001:Play as Bishamon Now! PL1
vampja:0:FF8729:09:001:Play as Aulbath Now! PL1
vampja:0:FF8729:0A:001:Play as Sasquatch Now! PL1
vampja:0:FF8729:0B:001:Play as Phobos Now! PL1
vampja:0:FF8729:0C:001:Play as Pyron Now! PL1
vampja:0:FF87CB:90:000:Infinite Energy PL2
vampja:0:FF87CB:00:001:Drain All Energy Now! PL2
vampja:0:FF895F:51:000:Infinite Special PL2
vampja:0:000000:00:999:[ Free player selection ]
vampja:0:000000:00:999:[ Use on level VS screen ]
vampja:0:FF8B29:01:001:Play as Dimitri Now! PL2
vampja:0:FF8B29:02:001:Play as Gallon Now! PL2
vampja:0:FF8B29:03:001:Play as Victor Now! PL2
vampja:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2
vampja:0:FF8B29:05:001:Play as Morrigan Now! PL2
vampja:0:FF8B29:06:001:Play as Anakaris Now! PL2
vampja:0:FF8B29:07:001:Play as Felicia Now! PL2
vampja:0:FF8B29:08:001:Play as Bishamon Now! PL2
vampja:0:FF8B29:09:001:Play as Aulbath Now! PL2
vampja:0:FF8B29:0A:001:Play as Sasquatch Now! PL2
vampja:0:FF8B29:0B:001:Play as Phobos Now! PL2
vampja:0:FF8B29:0C:001:Play as Pyron Now! PL2
vampja:0:000000:00:999:[These are the codes to set the machine region - the ]
vampja:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
vampja:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
vampja:0:FF8205:00:000:Region Switch = Japan
vampja:0:FF8205:02:000:Region Switch = USA
vampja:0:FF8205:04:000:Region Switch = Asia
vampja:0:FF8205:06:000:Region Switch = Hispanic
vampja:0:FF8205:08:000:Region Switch = Euro
vampja:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text)
vampja:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text)
; [ Vampire: The Night Warriors (Japan 940630) ]
vampjr1:0:FF9409:99:000:Infinite Time
vampjr1:0:FF9409:00:001:Finish this Round Now!
vampjr1:0:FF83CB:90:000:Infinite Energy PL1
vampjr1:0:FF83CB:00:001:Drain All Energy Now! PL1
vampjr1:0:FF855F:8E:000:Infinite Special PL1
vampjr1:0:000000:00:999:[ Free player selection ]
vampjr1:0:000000:00:999:[ Use on level VS screen ]
vampjr1:0:FF8729:01:001:Play as Dimitri Now! PL1
vampjr1:0:FF8729:02:001:Play as Gallon Now! PL1
vampjr1:0:FF8729:03:001:Play as Victor Now! PL1
vampjr1:0:FF8729:04:001:Play as Zabelzaroch Now! PL1
vampjr1:0:FF8729:05:001:Play as Morrigan Now! PL1
vampjr1:0:FF8729:06:001:Play as Anakaris Now! PL1
vampjr1:0:FF8729:07:001:Play as Felicia Now! PL1
vampjr1:0:FF8729:08:001:Play as Bishamon Now! PL1
vampjr1:0:FF8729:09:001:Play as Aulbath Now! PL1
vampjr1:0:FF8729:0A:001:Play as Sasquatch Now! PL1
vampjr1:0:FF8729:0B:001:Play as Phobos Now! PL1
vampjr1:0:FF8729:0C:001:Play as Pyron Now! PL1
vampjr1:0:FF87CB:90:000:Infinite Energy PL2
vampjr1:0:FF87CB:00:001:Drain All Energy Now! PL2
vampjr1:0:FF895F:51:000:Infinite Special PL2
vampjr1:0:000000:00:999:[ Free player selection ]
vampjr1:0:000000:00:999:[ Use on level VS screen ]
vampjr1:0:FF8B29:01:001:Play as Dimitri Now! PL2
vampjr1:0:FF8B29:02:001:Play as Gallon Now! PL2
vampjr1:0:FF8B29:03:001:Play as Victor Now! PL2
vampjr1:0:FF8B29:04:001:Play as Zabelzaroch Now! PL2
vampjr1:0:FF8B29:05:001:Play as Morrigan Now! PL2
vampjr1:0:FF8B29:06:001:Play as Anakaris Now! PL2
vampjr1:0:FF8B29:07:001:Play as Felicia Now! PL2
vampjr1:0:FF8B29:08:001:Play as Bishamon Now! PL2
vampjr1:0:FF8B29:09:001:Play as Aulbath Now! PL2
vampjr1:0:FF8B29:0A:001:Play as Sasquatch Now! PL2
vampjr1:0:FF8B29:0B:001:Play as Phobos Now! PL2
vampjr1:0:FF8B29:0C:001:Play as Pyron Now! PL2
vampjr1:0:000000:00:999:[These are the codes to set the machine region - the ]
vampjr1:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
vampjr1:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
vampjr1:0:FF8205:00:000:Region Switch = Japan
vampjr1:0:FF8205:02:000:Region Switch = USA
vampjr1:0:FF8205:04:000:Region Switch = Asia
vampjr1:0:FF8205:06:000:Region Switch = Hispanic
vampjr1:0:FF8205:08:000:Region Switch = Euro
vampjr1:0:FF8214:00:000:Title Switch = Vampire (gives Japanese Text)
vampjr1:0:FF8214:01:000:Title Switch = Darkstalkers (gives English Text)
; [ Vandyke (Japan) ]
vandyke:0:0F0051:09:000:Infinite Credits
vandyke:0:0F00B5:06:071:Select next level:Use on the map screen at the start of the game or between the levels.
vandyke:0:0F00B1:0A:000:Infinite Lives PL1
vandyke:0:0F212D:06:000:Infinite Energy PL1
vandyke:0:0F00E1:07:000:Infinite Power PL1
vandyke:0:0F2127:03:000:Invincibility PL1
vandyke:0:0F2131:00:000:Always have the Sword PL1
vandyke:0:0F2131:40:000:Always have the Mace PL1
vandyke:0:0F2131:80:000:Always have the Cannonballs PL1
vandyke:0:0F2131:C0:000:Always have the Boomerangs PL1
vandyke:0:0F2131:00:001:Get the Sword Now! PL1
vandyke:0:0F2131:40:001:Get the Mace Now! PL1
vandyke:0:0F2131:80:001:Get the Cannonballs Now! PL1
vandyke:0:0F2131:C0:001:Get the Boomerangs Now! PL1
vandyke:0:0F00C1:0A:000:Infinite Lives PL2
vandyke:0:0F21AD:06:000:Infinite Energy PL2
vandyke:0:0F00F1:07:000:Infinite Power PL2
vandyke:0:0F21A7:03:000:Invincibility PL2
vandyke:0:0F21B1:00:000:Always have the Sword PL2
vandyke:0:0F21B1:40:000:Always have the Mace PL2
vandyke:0:0F21B1:80:000:Always have the Cannonballs PL2
vandyke:0:0F21B1:C0:000:Always have the Boomerangs PL2
vandyke:0:0F21B1:00:001:Get the Sword Now! PL2
vandyke:0:0F21B1:40:001:Get the Mace Now! PL2
vandyke:0:0F21B1:80:001:Get the Cannonballs Now! PL2
vandyke:0:0F21B1:C0:001:Get the Boomerangs Now! PL2
; [ Vanguard II ]
vangrd2:0:F45D:09:000:Infinite Lives PL1
vangrd2:0:F45E:09:000:Infinite Lives PL2
; [ Vanguard (Centuri) ]
vangrdce:0:00BE:08:000:Infinite Lives
vangrdce:0:00A0:03:000:Invincibility
; [ Vanguard (SNK) ]
vanguard:0:00BE:08:000:Infinite Lives
vanguard:0:00A0:03:000:Invincibility
; [ Mahjong Vanilla Syndrome (Japan) ]
vanilla:0:F952:63:000:Infinite Carrot
vanilla:0:0000:00:999:[The winning hand cheat must]
vanilla:0:0000:00:999:[be activated when there are]
vanilla:0:0000:00:999:[14 tiles in your hand, then]
vanilla:0:0000:00:999:[press the RON key . ]
vanilla:0:0000:00:999:[('Z' by default). The tiles]
vanilla:0:0000:00:999:[do not visually change ]
vanilla:0:0000:00:999:[until you make a move. ]
vanilla:0:FC8F:31:001:Get winning hand Now!
vanilla:0:FC90:31:501:Get winning hand Now! (02/14)
vanilla:0:FC91:31:501:Get winning hand Now! (03/14)
vanilla:0:FC92:32:501:Get winning hand Now! (04/14)
vanilla:0:FC93:32:501:Get winning hand Now! (05/14)
vanilla:0:FC94:32:501:Get winning hand Now! (06/14)
vanilla:0:FC95:33:501:Get winning hand Now! (07/14)
vanilla:0:FC96:33:501:Get winning hand Now! (08/14)
vanilla:0:FC97:33:501:Get winning hand Now! (09/14)
vanilla:0:FC98:34:501:Get winning hand Now! (10/14)
vanilla:0:FC99:34:501:Get winning hand Now! (11/14)
vanilla:0:FC9A:34:501:Get winning hand Now! (12/14)
vanilla:0:FC9B:35:501:Get winning hand Now! (13/14)
vanilla:0:FC9C:35:501:Get winning hand Now! (14/14)
vanilla:0:FC8F:31:000:Always winning hand
vanilla:0:FC90:31:500:Always winning hand (02/14)
vanilla:0:FC91:31:500:Always winning hand (03/14)
vanilla:0:FC92:32:500:Always winning hand (04/14)
vanilla:0:FC93:32:500:Always winning hand (05/14)
vanilla:0:FC94:32:500:Always winning hand (06/14)
vanilla:0:FC95:33:500:Always winning hand (07/14)
vanilla:0:FC96:33:500:Always winning hand (08/14)
vanilla:0:FC97:33:500:Always winning hand (09/14)
vanilla:0:FC98:34:500:Always winning hand (10/14)
vanilla:0:FC99:34:500:Always winning hand (11/14)
vanilla:0:FC9A:34:500:Always winning hand (12/14)
vanilla:0:FC9B:35:500:Always winning hand (13/14)
vanilla:0:FC9C:35:500:Always winning hand (14/14)
; [ Van Van Car ]
vanvan:0:49E4:5A:000:Infinite Time
vanvan:0:49E6:03:000:Infinite Lives
vanvan:0:0000:00:999:[See the Dip Switch Menu to ]
vanvan:0:0000:00:999:[enable Invincibility. ]
; [ Van Van Car (Sanritsu) ]
vanvans:0:49E4:5A:000:Infinite Time
vanvans:0:49E6:03:000:Infinite Lives
vanvans:0:0000:00:999:[See the Dip Switch Menu to ]
vanvans:0:0000:00:999:[enable Invincibility. ]
; [ Vapor Trail - Hyper Offence Formation (World revision 1) ]
vaportra:0:FFD7B9:9A:000:Infinite Time(Final Attack)
vaportra:0:FFC1F8:03:000:Infinite Lives PL1
vaportra:0:FFC1F9:03:000:Infinite Energy PL1
vaportra:0:FFC256:1F:001:Refill "roll" power Now! PL1:Use after "roll" has ended
vaportra:0:FFC213:03:000:Invincibility 'ON' PL1
vaportra:0:FFC213:00:001:Invincibility 'OFF' PL1
vaportra:0:FFC1FE:05:071:Select Current Speed PL1
vaportra:0:FFC255:06:000:Infinite Smart Bombs PL1
vaportra:0:FFC2A8:00:000:Always Roll PL1
vaportra:0:FFC1FB:0C:000:Maximum Shot Power PL1
vaportra:0:FFC1FD:00:000:Always Normal Shot PL1
vaportra:0:FFC1FD:04:000:Always Bomb Shot PL1
vaportra:0:FFC1FD:08:000:Always Missile Shot PL1
vaportra:0:FFC1FD:0C:000:Always Defender Shot PL1
vaportra:0:FFC1FD:10:000:Always Special Shot PL1
vaportra:0:FFC1FD:00:001:Get Normal Shot Now! PL1
vaportra:0:FFC1FD:04:001:Get Bomb Shot Now! PL1
vaportra:0:FFC1FD:08:001:Get Missile Shot Now! PL1
vaportra:0:FFC1FD:0C:001:Get Defender Shot Now! PL1
vaportra:0:FFC1FD:10:001:Get Special Shot Now! PL1
vaportra:0:FFC2B8:03:000:Infinite Lives PL2
vaportra:0:FFC2B9:03:000:Infinite Energy PL2
vaportra:0:FFC316:1F:001:Refill "roll" power Now! PL2:Use after "roll" has ended
vaportra:0:FFC2D3:03:000:Invincibility 'ON' PL2
vaportra:0:FFC2D3:00:001:Invincibility 'OFF' PL2
vaportra:0:FFC2BE:05:071:Select Current Speed PL2
vaportra:0:FFC315:06:000:Infinite Smart Bombs PL2
vaportra:0:FFC368:00:000:Always Roll PL2
vaportra:0:FFC2BB:0C:000:Maximum Shot Power PL2
vaportra:0:FFC2BD:00:000:Always Normal Shot PL2
vaportra:0:FFC2BD:04:000:Always Bomb Shot PL2
vaportra:0:FFC2BD:08:000:Always Missile Shot PL2
vaportra:0:FFC2BD:0C:000:Always Defender Shot PL2
vaportra:0:FFC2BD:10:000:Always Special Shot PL2
vaportra:0:FFC2BD:00:001:Get Normal Shot Now! PL2
vaportra:0:FFC2BD:04:001:Get Bomb Shot Now! PL2
vaportra:0:FFC2BD:08:001:Get Missile Shot Now! PL2
vaportra:0:FFC2BD:0C:001:Get Defender Shot Now! PL2
vaportra:0:FFC2BD:10:001:Get Special Shot Now! PL2
vaportra:0:000000:00:999:[Use the Select current ]
vaportra:0:000000:00:999:[level cheat on the select ]
vaportra:0:000000:00:999:[fighter screen to start on ]
vaportra:0:000000:00:999:[that level. ]
vaportra:0:FFC04D:05:071:Select current level
vaportra:0:FFC04D:05:061:Select next level
; [ Vapor Trail - Hyper Offence Formation (US) ]
vaportru:0:FFD7B9:9A:000:Infinite Time(Final Attack)
vaportru:0:FFC1F8:03:000:Infinite Lives PL1
vaportru:0:FFC1F9:03:000:Infinite Energy PL1
vaportru:0:FFC256:1F:001:Refill "roll" power Now! PL1:Use after "roll" has ended
vaportru:0:FFC213:03:000:Invincibility 'ON' PL1
vaportru:0:FFC213:00:001:Invincibility 'OFF' PL1
vaportru:0:FFC1FE:05:071:Select Current Speed PL1
vaportru:0:FFC255:06:000:Infinite Smart Bombs PL1
vaportru:0:FFC2A8:00:000:Always Roll PL1
vaportru:0:FFC1FB:0C:000:Maximum Shot Power PL1
vaportru:0:FFC1FD:00:000:Always Normal Shot PL1
vaportru:0:FFC1FD:04:000:Always Bomb Shot PL1
vaportru:0:FFC1FD:08:000:Always Missile Shot PL1
vaportru:0:FFC1FD:0C:000:Always Defender Shot PL1
vaportru:0:FFC1FD:10:000:Always Special Shot PL1
vaportru:0:FFC1FD:00:001:Get Normal Shot Now! PL1
vaportru:0:FFC1FD:04:001:Get Bomb Shot Now! PL1
vaportru:0:FFC1FD:08:001:Get Missile Shot Now! PL1
vaportru:0:FFC1FD:0C:001:Get Defender Shot Now! PL1
vaportru:0:FFC1FD:10:001:Get Special Shot Now! PL1
vaportru:0:FFC2B8:03:000:Infinite Lives PL2
vaportru:0:FFC2B9:03:000:Infinite Energy PL2
vaportru:0:FFC316:1F:001:Refill "roll" power Now! PL2:Use after "roll" has ended
vaportru:0:FFC2D3:03:000:Invincibility 'ON' PL2
vaportru:0:FFC2D3:00:001:Invincibility 'OFF' PL2
vaportru:0:FFC2BE:05:071:Select Current Speed PL2
vaportru:0:FFC315:06:000:Infinite Smart Bombs PL2
vaportru:0:FFC368:00:000:Always Roll PL2
vaportru:0:FFC2BB:0C:000:Maximum Shot Power PL2
vaportru:0:FFC2BD:00:000:Always Normal Shot PL2
vaportru:0:FFC2BD:04:000:Always Bomb Shot PL2
vaportru:0:FFC2BD:08:000:Always Missile Shot PL2
vaportru:0:FFC2BD:0C:000:Always Defender Shot PL2
vaportru:0:FFC2BD:10:000:Always Special Shot PL2
vaportru:0:FFC2BD:00:001:Get Normal Shot Now! PL2
vaportru:0:FFC2BD:04:001:Get Bomb Shot Now! PL2
vaportru:0:FFC2BD:08:001:Get Missile Shot Now! PL2
vaportru:0:FFC2BD:0C:001:Get Defender Shot Now! PL2
vaportru:0:FFC2BD:10:001:Get Special Shot Now! PL2
vaportru:0:000000:00:999:[Use the Select current ]
vaportru:0:000000:00:999:[level cheat on the select ]
vaportru:0:000000:00:999:[fighter screen to start on ]
vaportru:0:000000:00:999:[that level. ]
vaportru:0:FFC04D:05:071:Select current level
vaportru:0:FFC04D:05:061:Select next level
; [ Varth - Operation Thunderstorm (World) ]
varth:0:FF83A4:99:000:Infinite Lives PL1
varth:0:FF83B3:05:000:Infinite Bombs PL1
varth:0:FF8323:F0:000:Invincibility PL1
varth:0:FF8300:02:500:Invincibility PL1 (2/2)
varth:0:FF83B1:07:000:Always Maximum fire power PL1
varth:0:FF83B2:00:000:Always Normal fire PL1
varth:0:FF83B2:02:000:Always 3-way fire PL1
varth:0:FF83B2:04:000:Always Laser fire PL1
varth:0:FF83B2:00:001:Get Normal fire Now! PL1
varth:0:FF83B2:02:001:Get 3-way fire Now! PL1
varth:0:FF83B2:04:001:Get Laser fire Now! PL1
varth:0:FF83B8:00:000:Always have the H missilesPL1:Get the pods first
varth:0:FF83B8:01:000:Always have the M missilesPL1:Get the pods first
varth:0:FF83B8:02:000:Always have the N missilesPL1:Get the pods first
varth:0:FF83B8:00:001:Get the H missiles Now! PL1:Get the pods first
varth:0:FF83B8:01:001:Get the M missiles Now! PL1:Get the pods first
varth:0:FF83B8:02:001:Get the N missiles Now! PL1:Get the pods first
varth:0:FF84A4:99:000:Infinite Lives PL2
varth:0:FF84B3:05:000:Infinite Bombs PL2
varth:0:FF8423:F0:000:Invincibility PL2
varth:0:FF8400:02:500:Invincibility PL2 (2/2)
varth:0:FF84B1:07:000:Always Maximum fire power PL2
varth:0:FF84B2:00:000:Always Normal fire PL2
varth:0:FF84B2:02:000:Always 3-way fire PL2
varth:0:FF84B2:04:000:Always Laser fire PL2
varth:0:FF84B2:00:001:Get Normal fire Now! PL2
varth:0:FF84B2:02:001:Get 3-way fire Now! PL2
varth:0:FF84B2:04:001:Get Laser fire Now! PL2
varth:0:FF84B8:00:000:Always have the H missilesPL2:Get the pods first
varth:0:FF84B8:01:000:Always have the M missilesPL2:Get the pods first
varth:0:FF84B8:02:000:Always have the N missilesPL2:Get the pods first
varth:0:FF84B8:00:001:Get the H missiles Now! PL2:Get the pods first
varth:0:FF84B8:01:001:Get the M missiles Now! PL2:Get the pods first
varth:0:FF84B8:02:001:Get the N missiles Now! PL2:Get the pods first
; [ Varth - Operation Thunderstorm (Japan) ]
varthj:0:FF83A4:99:000:Infinite Lives PL1
varthj:0:FF83B3:05:000:Infinite Bombs PL1
varthj:0:FF8323:F0:000:Invincibility PL1
varthj:0:FF8300:02:500:Invincibility PL1 (2/2)
varthj:0:FF83B1:07:000:Always Maximum fire power PL1
varthj:0:FF83B2:00:000:Always Normal fire PL1
varthj:0:FF83B2:02:000:Always 3-way fire PL1
varthj:0:FF83B2:04:000:Always Laser fire PL1
varthj:0:FF83B2:00:001:Get Normal fire Now! PL1
varthj:0:FF83B2:02:001:Get 3-way fire Now! PL1
varthj:0:FF83B2:04:001:Get Laser fire Now! PL1
varthj:0:FF83B8:00:000:Always have the H missilesPL1:Get the pods first
varthj:0:FF83B8:01:000:Always have the M missilesPL1:Get the pods first
varthj:0:FF83B8:02:000:Always have the N missilesPL1:Get the pods first
varthj:0:FF83B8:00:001:Get the H missiles Now! PL1:Get the pods first
varthj:0:FF83B8:01:001:Get the M missiles Now! PL1:Get the pods first
varthj:0:FF83B8:02:001:Get the N missiles Now! PL1:Get the pods first
varthj:0:FF84A4:99:000:Infinite Lives PL2
varthj:0:FF84B3:05:000:Infinite Bombs PL2
varthj:0:FF8423:F0:000:Invincibility PL2
varthj:0:FF8400:02:500:Invincibility PL2 (2/2)
varthj:0:FF84B1:07:000:Always Maximum fire power PL2
varthj:0:FF84B2:00:000:Always Normal fire PL2
varthj:0:FF84B2:02:000:Always 3-way fire PL2
varthj:0:FF84B2:04:000:Always Laser fire PL2
varthj:0:FF84B2:00:001:Get Normal fire Now! PL2
varthj:0:FF84B2:02:001:Get 3-way fire Now! PL2
varthj:0:FF84B2:04:001:Get Laser fire Now! PL2
varthj:0:FF84B8:00:000:Always have the H missilesPL2:Get the pods first
varthj:0:FF84B8:01:000:Always have the M missilesPL2:Get the pods first
varthj:0:FF84B8:02:000:Always have the N missilesPL2:Get the pods first
varthj:0:FF84B8:00:001:Get the H missiles Now! PL2:Get the pods first
varthj:0:FF84B8:01:001:Get the M missiles Now! PL2:Get the pods first
varthj:0:FF84B8:02:001:Get the N missiles Now! PL2:Get the pods first
; [ Varth - Operation Thunderstorm (US) ]
varthu:0:FF83A4:99:000:Infinite Lives PL1
varthu:0:FF83B3:05:000:Infinite Bombs PL1
varthu:0:FF8323:F0:000:Invincibility PL1
varthu:0:FF8300:02:500:Invincibility PL1 (2/2)
varthu:0:FF83B1:07:000:Always Maximum fire power PL1
varthu:0:FF83B2:00:000:Always Normal fire PL1
varthu:0:FF83B2:02:000:Always 3-way fire PL1
varthu:0:FF83B2:04:000:Always Laser fire PL1
varthu:0:FF83B2:00:001:Get Normal fire Now! PL1
varthu:0:FF83B2:02:001:Get 3-way fire Now! PL1
varthu:0:FF83B2:04:001:Get Laser fire Now! PL1
varthu:0:FF83B8:00:000:Always have the H missilesPL1:Get the pods first
varthu:0:FF83B8:01:000:Always have the M missilesPL1:Get the pods first
varthu:0:FF83B8:02:000:Always have the N missilesPL1:Get the pods first
varthu:0:FF83B8:00:001:Get the H missiles Now! PL1:Get the pods first
varthu:0:FF83B8:01:001:Get the M missiles Now! PL1:Get the pods first
varthu:0:FF83B8:02:001:Get the N missiles Now! PL1:Get the pods first
varthu:0:FF84A4:99:000:Infinite Lives PL2
varthu:0:FF84B3:05:000:Infinite Bombs PL2
varthu:0:FF8423:F0:000:Invincibility PL2
varthu:0:FF8400:02:500:Invincibility PL2 (2/2)
varthu:0:FF84B1:07:000:Always Maximum fire power PL2
varthu:0:FF84B2:00:000:Always Normal fire PL2
varthu:0:FF84B2:02:000:Always 3-way fire PL2
varthu:0:FF84B2:04:000:Always Laser fire PL2
varthu:0:FF84B2:00:001:Get Normal fire Now! PL2
varthu:0:FF84B2:02:001:Get 3-way fire Now! PL2
varthu:0:FF84B2:04:001:Get Laser fire Now! PL2
varthu:0:FF84B8:00:000:Always have the H missilesPL2:Get the pods first
varthu:0:FF84B8:01:000:Always have the M missilesPL2:Get the pods first
varthu:0:FF84B8:02:000:Always have the N missilesPL2:Get the pods first
varthu:0:FF84B8:00:001:Get the H missiles Now! PL2:Get the pods first
varthu:0:FF84B8:01:001:Get the M missiles Now! PL2:Get the pods first
varthu:0:FF84B8:02:001:Get the N missiles Now! PL2:Get the pods first
; [ Vastar (set 1) ]
vastar:0:F110:05:000:Infinite Lives
vastar:0:F116:40:000:Infinite Energy
vastar:0:F33F:81:000:Invincibility
; [ Vastar (set 2) ]
vastar2:0:F110:05:000:Infinite Lives
vastar2:0:F116:40:000:Infinite Energy
vastar2:0:F33F:81:000:Invincibility
; [ U.S. Championship V'ball (set 1) ]
vball:0:004A:59:000:Infinite Time
vball:0:004B:09:500:Infinite Time (2/2)
vball:0:004A:00:001:Finish this Game Now!
vball:0:004B:00:501:Finish this Game Now! (2/2)
vball:0:0057:06:070:Select Score PL1
vball:0:0057:00:000:Score always = 0 PL1
vball:0:0058:06:070:Select Score PL2
vball:0:0058:00:000:Score always = 0 PL2
; [ U.S. Championship V'ball (Japan bootleg) ]
vball2pj:0:004A:59:000:Infinite Time
vball2pj:0:004B:09:500:Infinite Time (2/2)
vball2pj:0:004A:00:001:Finish this Game Now!
vball2pj:0:004B:00:501:Finish this Game Now! (2/2)
vball2pj:0:0056:06:070:Select Score PL1
vball2pj:0:0056:00:000:Score always = 0 PL1
vball2pj:0:0057:06:070:Select Score PL2
vball2pj:0:0057:00:000:Score always = 0 PL2
; [ Vendetta (Asia ver. D) ]
vendeta2:0:3227:00:001:One Hit to kill Boss Now!
vendeta2:0:3287:06:000:Infinite Weapon
vendeta2:0:32E7:06:500:Infinite Weapon (2/8)
vendeta2:0:3347:06:500:Infinite Weapon (3/8)
vendeta2:0:33A7:06:500:Infinite Weapon (4/8)
vendeta2:0:3407:06:500:Infinite Weapon (5/8)
vendeta2:0:3467:06:500:Infinite Weapon (6/8)
vendeta2:0:35E7:06:500:Infinite Weapon (7/8)
vendeta2:0:3887:06:500:Infinite Weapon (8/8)
vendeta2:0:3D00:63:000:Infinite Lives PL1
vendeta2:0:3D01:10:000:Infinite Energy PL1
vendeta2:0:2E00:40:040:Invincibility 'ON' PL1
vendeta2:0:2E00:40:021:Invincibility 'OFF' PL1
vendeta2:0:3D60:63:000:Infinite Lives PL2
vendeta2:0:3D61:10:000:Infinite Energy PL2
vendeta2:0:2E60:40:040:Invincibility 'ON' PL2
vendeta2:0:2E60:40:021:Invincibility 'OFF' PL2
vendeta2:0:3DC0:63:000:Infinite Lives PL3
vendeta2:0:3DC1:10:000:Infinite Energy PL3
vendeta2:0:2EC0:40:040:Invincibility 'ON' PL3
vendeta2:0:2EC0:40:021:Invincibility 'OFF' PL3
vendeta2:0:3E20:63:000:Infinite Lives PL4
vendeta2:0:3E21:10:000:Infinite Energy PL4
vendeta2:0:2F20:40:040:Invincibility 'ON' PL4
vendeta2:0:2F20:40:021:Invincibility 'OFF' PL4
; [ Vendetta (US ver. R) ]
vendetar:0:3227:00:001:One Hit to kill Boss Now!
vendetar:0:3287:06:000:Infinite Weapon
vendetar:0:32E7:06:500:Infinite Weapon (2/8)
vendetar:0:3347:06:500:Infinite Weapon (3/8)
vendetar:0:33A7:06:500:Infinite Weapon (4/8)
vendetar:0:3407:06:500:Infinite Weapon (5/8)
vendetar:0:3467:06:500:Infinite Weapon (6/8)
vendetar:0:35E7:06:500:Infinite Weapon (7/8)
vendetar:0:3887:06:500:Infinite Weapon (8/8)
vendetar:0:3D00:63:000:Infinite Lives PL1
vendetar:0:3D01:10:000:Infinite Energy PL1
vendetar:0:2E00:40:040:Invincibility 'ON' PL1
vendetar:0:2E00:40:021:Invincibility 'OFF' PL1
vendetar:0:3D60:63:000:Infinite Lives PL2
vendetar:0:3D61:10:000:Infinite Energy PL2
vendetar:0:2E60:40:040:Invincibility 'ON' PL2
vendetar:0:2E60:40:021:Invincibility 'OFF' PL2
vendetar:0:3DC0:63:000:Infinite Lives PL3
vendetar:0:3DC1:10:000:Infinite Energy PL3
vendetar:0:2EC0:40:040:Invincibility 'ON' PL3
vendetar:0:2EC0:40:021:Invincibility 'OFF' PL3
vendetar:0:3E20:63:000:Infinite Lives PL4
vendetar:0:3E21:10:000:Infinite Energy PL4
vendetar:0:2F20:40:040:Invincibility 'ON' PL4
vendetar:0:2F20:40:021:Invincibility 'OFF' PL4
; [ Vendetta (Asia ver. U) ]
vendetas:0:3227:00:001:One Hit to kill Boss Now!
vendetas:0:3287:06:000:Infinite Weapon
vendetas:0:32E7:06:500:Infinite Weapon (2/8)
vendetas:0:3347:06:500:Infinite Weapon (3/8)
vendetas:0:33A7:06:500:Infinite Weapon (4/8)
vendetas:0:3407:06:500:Infinite Weapon (5/8)
vendetas:0:3467:06:500:Infinite Weapon (6/8)
vendetas:0:35E7:06:500:Infinite Weapon (7/8)
vendetas:0:3887:06:500:Infinite Weapon (8/8)
vendetas:0:3D00:63:000:Infinite Lives PL1
vendetas:0:3D01:10:000:Infinite Energy PL1
vendetas:0:2E00:40:040:Invincibility 'ON' PL1
vendetas:0:2E00:40:021:Invincibility 'OFF' PL1
vendetas:0:3D60:63:000:Infinite Lives PL2
vendetas:0:3D61:10:000:Infinite Energy PL2
vendetas:0:2E60:40:040:Invincibility 'ON' PL2
vendetas:0:2E60:40:021:Invincibility 'OFF' PL2
vendetas:0:3DC0:63:000:Infinite Lives PL3
vendetas:0:3DC1:10:000:Infinite Energy PL3
vendetas:0:2EC0:40:040:Invincibility 'ON' PL3
vendetas:0:2EC0:40:021:Invincibility 'OFF' PL3
vendetas:0:3E20:63:000:Infinite Lives PL4
vendetas:0:3E21:10:000:Infinite Energy PL4
vendetas:0:2F20:40:040:Invincibility 'ON' PL4
vendetas:0:2F20:40:021:Invincibility 'OFF' PL4
; [ Vendetta (US ver. T) ]
vendetta:0:3227:00:001:One Hit to kill Boss Now!
vendetta:0:3287:06:000:Infinite Weapon
vendetta:0:32E7:06:500:Infinite Weapon (2/8)
vendetta:0:3347:06:500:Infinite Weapon (3/8)
vendetta:0:33A7:06:500:Infinite Weapon (4/8)
vendetta:0:3407:06:500:Infinite Weapon (5/8)
vendetta:0:3467:06:500:Infinite Weapon (6/8)
vendetta:0:35E7:06:500:Infinite Weapon (7/8)
vendetta:0:3887:06:500:Infinite Weapon (8/8)
vendetta:0:3D00:63:000:Infinite Lives PL1
vendetta:0:3D01:10:000:Infinite Energy PL1
vendetta:0:2E00:40:040:Invincibility 'ON' PL1
vendetta:0:2E00:40:021:Invincibility 'OFF' PL1
vendetta:0:3D60:63:000:Infinite Lives PL2
vendetta:0:3D61:10:000:Infinite Energy PL2
vendetta:0:2E60:40:040:Invincibility 'ON' PL2
vendetta:0:2E60:40:021:Invincibility 'OFF' PL2
vendetta:0:3DC0:63:000:Infinite Lives PL3
vendetta:0:3DC1:10:000:Infinite Energy PL3
vendetta:0:2EC0:40:040:Invincibility 'ON' PL3
vendetta:0:2EC0:40:021:Invincibility 'OFF' PL3
vendetta:0:3E20:63:000:Infinite Lives PL4
vendetta:0:3E21:10:000:Infinite Energy PL4
vendetta:0:2F20:40:040:Invincibility 'ON' PL4
vendetta:0:2F20:40:021:Invincibility 'OFF' PL4
; [ Crime Fighters 2 (Japan ver. P) ]
vendettj:0:3227:00:001:One Hit to kill Boss Now!
vendettj:0:3287:06:000:Infinite Weapon
vendettj:0:32E7:06:500:Infinite Weapon (2/8)
vendettj:0:3347:06:500:Infinite Weapon (3/8)
vendettj:0:33A7:06:500:Infinite Weapon (4/8)
vendettj:0:3407:06:500:Infinite Weapon (5/8)
vendettj:0:3467:06:500:Infinite Weapon (6/8)
vendettj:0:35E7:06:500:Infinite Weapon (7/8)
vendettj:0:3887:06:500:Infinite Weapon (8/8)
vendettj:0:3D00:63:000:Infinite Lives PL1
vendettj:0:3D01:10:000:Infinite Energy PL1
vendettj:0:2E00:40:040:Invincibility 'ON' PL1
vendettj:0:2E00:40:021:Invincibility 'OFF' PL1
vendettj:0:3D60:63:000:Infinite Lives PL2
vendettj:0:3D61:10:000:Infinite Energy PL2
vendettj:0:2E60:40:040:Invincibility 'ON' PL2
vendettj:0:2E60:40:021:Invincibility 'OFF' PL2
vendettj:0:3DC0:63:000:Infinite Lives PL3
vendettj:0:3DC1:10:000:Infinite Energy PL3
vendettj:0:2EC0:40:040:Invincibility 'ON' PL3
vendettj:0:2EC0:40:021:Invincibility 'OFF' PL3
vendettj:0:3E20:63:000:Infinite Lives PL4
vendettj:0:3E21:10:000:Infinite Energy PL4
vendettj:0:2F20:40:040:Invincibility 'ON' PL4
vendettj:0:2F20:40:021:Invincibility 'OFF' PL4
; [ Venture (version 5 set 1) ]
venture:0:00BE:03:000:Infinite Lives PL1
venture:0:00BF:03:000:Infinite Lives PL2
; [ Venture (version 5 set 2) ]
venture2:0:00BE:03:000:Infinite Lives PL1
venture2:0:00BF:03:000:Infinite Lives PL2
; [ Venture (version 4) ]
venture4:0:00BE:03:000:Infinite Lives PL1
venture4:0:00BF:03:000:Infinite Lives PL2
; [ Venus ]
venus:0:9600:06:000:Infinite Lives
venus:0:9000:FF:000:Invincibility
venus:0:9543:00:500:Invincibility (2/2)
venus:0:930E:01:000:Always Double Firepower
venus:0:930E:01:000:Always Normal Firepower
venus:0:930E:01:001:Get Double Firepower Now!
venus:0:930E:01:001:Get Normal Firepower Now!
; [ V-Five (Japan) ]
vfive:0:10063B:0F:000:Infinite Lives
vfive:0:100603:04:000:Maximum Speed
vfive:0:10063D:05:000:Maximum Fire Power
vfive:0:100647:06:071:Select cursor position
vfive:0:1005E2:8C:000:Invincibility (Buggy?)
vfive:0:000000:00:999:[See the Dip Switch Menu to ]
vfive:0:000000:00:999:[enable an alternate ]
vfive:0:000000:00:999:[Invincibility PL1 cheat. ]
vfive:0:000000:00:999:[But the cheat is better as ]
vfive:0:000000:00:999:[the dipswitch causes a game]
vfive:0:000000:00:999:[crash when PL2 is selected.]
; [ Victor Banana ]
victorba:0:EBAF:40:000:Infinite Fuel
victorba:0:EBB6:40:000:Infinite Shields
victorba:0:F0EE:06:000:Infinite Lives PL1
victorba:0:F0F0:05:000:Infinite Doomsday Devices PL1
victorba:0:F104:06:000:Infinite Lives PL2
victorba:0:F106:05:000:Infinite Doomsday Devices PL2
; [ Victory ]
victory:0:EE6C:40:000:Infinite Fuel
victory:0:EE73:40:000:Infinite Shields
victory:0:F0EE:06:000:Infinite Lives PL1
victory:0:F0F0:05:000:Infinite Doomsday Devices PL1
victory:0:F104:06:000:Infinite Lives PL2
victory:0:F106:05:000:Infinite Doomsday Devices PL2
; [ Victory Road ]
victroad:0:FDC6:99:000:Infinite Lives PL1
victroad:0:FDE8:B4:000:Invincibility PL1
victroad:0:FDB7:02:020:Always have armour PL1
victroad:0:FDB7:02:041:Lose armour Now! PL1
victroad:0:FDB7:04:040:Always have black grenadesPL1
victroad:0:FDB7:04:020:Always have red grenades PL1
victroad:0:FDB7:04:041:Get black grenades Now! PL1
victroad:0:FDB7:04:021:Get red grenades Now! PL1
victroad:0:FDBB:02:000:Always have flamethrower PL1
victroad:0:FDBB:03:000:Always have sword PL1
victroad:0:FDBB:04:000:Always have boomerang PL1
victroad:0:FDBB:02:001:Get flamethrower Now! PL1
victroad:0:FDBB:03:001:Get sword Now! PL1
victroad:0:FDBB:04:001:Get boomerang Now! PL1
victroad:0:FE16:99:000:Infinite Lives PL2
victroad:0:FE38:B4:000:Invincibility PL2
victroad:0:FE07:02:020:Always have armour PL2
victroad:0:FE07:02:041:Lose armour Now! PL2
victroad:0:FE07:04:040:Always have black grenadesPL2
victroad:0:FE07:04:020:Always have red grenades PL2
victroad:0:FE07:04:041:Get black grenades Now! PL2
victroad:0:FE07:04:021:Get red grenades Now! PL2
victroad:0:FE0B:02:000:Always have flamethrower PL2
victroad:0:FE0B:03:000:Always have sword PL2
victroad:0:FE0B:04:000:Always have boomerang PL2
victroad:0:FE0B:02:001:Get flamethrower Now! PL2
victroad:0:FE0B:03:001:Get sword Now! PL2
victroad:0:FE0B:04:001:Get boomerang Now! PL2
; [ Video Pinball ]
videopin:0:0063:09:000:Infinite Credits
videopin:0:0003:01:000:Infinite Balls
; [ Viewpoint ]
viewpoin:0:108D99:63:000:Infinite Lives PL1
viewpoin:0:108D8F:01:000:Infinite Plasma Bombs PL1
viewpoin:0:108D8F:02:000:Infinite Fire Bombs PL1
viewpoin:0:108D8F:03:000:Infinite Homing Bombs PL1
viewpoin:0:108D3C:08:000:Invincibility PL1
viewpoin:0:1090ED:63:000:Infinite Lives PL2
viewpoin:0:1090E3:01:000:Infinite Plasma Bombs PL2
viewpoin:0:1090E3:02:000:Infinite Fire Bombs PL2
viewpoin:0:1090E3:03:000:Infinite Homing Bombs PL2
viewpoin:0:109090:08:000:Invincibility PL2
; [ Vigilante (World) ]
vigilant:0:E045:99:007:Infinite Time
vigilant:0:E08B:08:000:Infinite Lives
vigilant:0:E149:70:000:Infinite Energy
vigilant:0:0000:00:999:[See the Dip Switch Menu to ]
vigilant:0:0000:00:999:[enable Invincibility - it ]
vigilant:0:0000:00:999:[is only Infinite Energy! ]
vigilant:0:E08D:01:000:Always Have Nutchakas
vigilant:0:E08D:01:001:Get Nutchakas Now!
vigilant:0:E15C:00:001:Kill This Boss Now!
vigilant:0:E15C:00:000:Always 1 Hit to Kill Boss
vigilant:0:E089:03:001:Go to Round 3 Next
vigilant:0:E089:04:001:Go to Round 4 Next
vigilant:0:E089:05:001:Go to Round 5 Next
; [ Vigilante (Japan) ]
vigilntj:0:E045:99:007:Infinite Time
vigilntj:0:E08B:08:000:Infinite Lives
vigilntj:0:E149:70:000:Infinite Energy
vigilntj:0:0000:00:999:[See the Dip Switch Menu to ]
vigilntj:0:0000:00:999:[enable Invincibility - it ]
vigilntj:0:0000:00:999:[is only Infinite Energy! ]
vigilntj:0:E08D:01:000:Always Have Nutchakas
vigilntj:0:E08D:01:001:Get Nutchakas Now!
vigilntj:0:E15C:00:001:Kill This Boss Now!
vigilntj:0:E15C:00:000:Always 1 Hit to Kill Boss
vigilntj:0:E089:03:001:Go to Round 3 Next
vigilntj:0:E089:04:001:Go to Round 4 Next
vigilntj:0:E089:05:001:Go to Round 5 Next
; [ Vigilante (US) ]
vigilntu:0:E045:99:007:Infinite Time
vigilntu:0:E08B:08:000:Infinite Lives
vigilntu:0:E149:70:000:Infinite Energy
vigilntu:0:0000:00:999:[See the Dip Switch Menu to ]
vigilntu:0:0000:00:999:[enable Invincibility - it ]
vigilntu:0:0000:00:999:[is only Infinite Energy! ]
vigilntu:0:E08D:01:000:Always Have Nutchakas
vigilntu:0:E08D:01:001:Get Nutchakas Now!
vigilntu:0:E15C:00:001:Kill This Boss Now!
vigilntu:0:E15C:00:000:Always 1 Hit to Kill Boss
vigilntu:0:E089:03:001:Go to Round 3 Next
vigilntu:0:E089:04:001:Go to Round 4 Next
vigilntu:0:E089:05:001:Go to Round 5 Next
; [ Vimana (set 1) ]
vimana:0:4803A5:59:000:Always have maximum bonus
vimana:0:000000:00:999:[See the Dip Switch Menu to ]
vimana:0:000000:00:999:[enable an alternate ]
vimana:0:000000:00:999:[Invincibility cheat. ]
vimana:0:4803C9:08:000:Infinite Lives PL1
vimana:0:4803CD:08:000:Infinite Bombs PL1
vimana:0:4803CB:04:000:Always have maximum power PL1
vimana:0:48041D:E0:000:Invincibility PL1
vimana:0:4803DD:08:000:Infinite Lives PL2
vimana:0:4803E1:08:000:Infinite Bombs PL2
vimana:0:4803DF:04:000:Always have maximum power PL2
vimana:0:48046D:E0:000:Invincibility PL2
; [ Vimana (set 2) ]
vimana2:0:4803A5:59:000:Always have maximum bonus
vimana2:0:000000:00:999:[See the Dip Switch Menu to ]
vimana2:0:000000:00:999:[enable an alternate ]
vimana2:0:000000:00:999:[Invincibility cheat. ]
vimana2:0:4803C9:08:000:Infinite Lives PL1
vimana2:0:4803CD:08:000:Infinite Bombs PL1
vimana2:0:4803CB:04:000:Always have maximum power PL1
vimana2:0:48041D:E0:000:Invincibility PL1
vimana2:0:4803DD:08:000:Infinite Lives PL2
vimana2:0:4803E1:08:000:Infinite Bombs PL2
vimana2:0:4803DF:04:000:Always have maximum power PL2
vimana2:0:48046D:E0:000:Invincibility PL2
; [ Vimana (Nova Apparate GMBH & Co) ]
vimanan:0:4803A5:59:000:Always have maximum bonus
vimanan:0:000000:00:999:[See the Dip Switch Menu to ]
vimanan:0:000000:00:999:[enable an alternate ]
vimanan:0:000000:00:999:[Invincibility cheat. ]
vimanan:0:4803C9:08:000:Infinite Lives PL1
vimanan:0:4803CD:08:000:Infinite Bombs PL1
vimanan:0:4803CB:04:000:Always have maximum power PL1
vimanan:0:48041D:E0:000:Invincibility PL1
vimanan:0:4803DD:08:000:Infinite Lives PL2
vimanan:0:4803E1:08:000:Infinite Bombs PL2
vimanan:0:4803DF:04:000:Always have maximum power PL2
vimanan:0:48046D:E0:000:Invincibility PL2
; [ Vindicators Part II ]
vindctr2:0:90222A:63:000:Infinite Shields PL1
vindctr2:0:902216:60:000:Infinite Fuel PL1
vindctr2:0:902217:63:000:Infinite Stars/Cash PL1
vindctr2:0:90222C:63:000:Infinite Bombs PL1
vindctr2:0:90222E:63:000:Infinite Smarts PL1
vindctr2:0:90222D:01:000:Always have Bombs PL1
vindctr2:0:90222D:02:000:Always have Smarts PL1
vindctr2:0:90222D:01:001:Get Bombs Now! PL1
vindctr2:0:90222D:02:001:Get Smarts Now! PL1
vindctr2:0:902231:04:000:Have maximum armour PL1
vindctr2:0:902228:04:000:Have maximum power shot PL1
vindctr2:0:90222B:04:000:Have maximum range shot PL1
vindctr2:0:902230:04:000:Have maximum speed shot PL1
vindctr2:0:902229:04:000:Have maximum tank speed PL1
vindctr2:0:90222F:04:000:Have maximum rotation PL1
vindctr2:0:90226A:63:000:Infinite Shields PL2
vindctr2:0:902256:60:000:Infinite Fuel PL2
vindctr2:0:902257:63:000:Infinite Stars/Cash PL2
vindctr2:0:90226C:63:000:Infinite Bombs PL2
vindctr2:0:90226E:63:000:Infinite Smarts PL2
vindctr2:0:90226D:01:000:Always have Bombs PL2
vindctr2:0:90226D:02:000:Always have Smarts PL2
vindctr2:0:90226D:01:001:Get Bombs Now! PL2
vindctr2:0:90226D:02:001:Get Smarts Now! PL2
vindctr2:0:902271:04:000:Have maximum armour PL2
vindctr2:0:902268:04:000:Have maximum power shot PL2
vindctr2:0:90226B:04:000:Have maximum range shot PL2
vindctr2:0:902270:04:000:Have maximum speed shot PL2
vindctr2:0:902269:04:000:Have maximum tank speed PL2
vindctr2:0:90226F:04:000:Have maximum rotation PL2
; [ Vindicators (4/20/88) ]
vindicta:0:FFA82A:63:000:Infinite Shields PL1
vindicta:0:FFA816:60:000:Infinite Fuel PL1
vindicta:0:FFA817:63:000:Infinite Stars/Cash PL1
vindicta:0:FFA82C:63:000:Infinite Bombs PL1
vindicta:0:FFA82E:63:000:Infinite Smarts PL1
vindicta:0:FFA82D:01:000:Always have Bombs PL1
vindicta:0:FFA82D:02:000:Always have Smarts PL1
vindicta:0:FFA82D:01:001:Get Bombs Now! PL1
vindicta:0:FFA82D:02:001:Get Smarts Now! PL1
vindicta:0:FFA831:04:000:Have maximum armour PL1
vindicta:0:FFA828:04:000:Have maximum power shot PL1
vindicta:0:FFA82B:04:000:Have maximum range shot PL1
vindicta:0:FFA830:04:000:Have maximum speed shot PL1
vindicta:0:FFA829:04:000:Have maximum tank speed PL1
vindicta:0:FFA82F:04:000:Have maximum rotation PL1
vindicta:0:FFA86A:63:000:Infinite Shields PL2
vindicta:0:FFA856:60:000:Infinite Fuel PL2
vindicta:0:FFA857:63:000:Infinite Stars/Cash PL2
vindicta:0:FFA86C:63:000:Infinite Bombs PL2
vindicta:0:FFA86E:63:000:Infinite Smarts PL2
vindicta:0:FFA86D:01:000:Always have Bombs PL2
vindicta:0:FFA86D:02:000:Always have Smarts PL2
vindicta:0:FFA86D:01:001:Get Bombs Now! PL2
vindicta:0:FFA86D:02:001:Get Smarts Now! PL2
vindicta:0:FFA871:04:000:Have maximum armour PL2
vindicta:0:FFA868:04:000:Have maximum power shot PL2
vindicta:0:FFA86B:04:000:Have maximum range shot PL2
vindicta:0:FFA870:04:000:Have maximum speed shot PL2
vindicta:0:FFA869:04:000:Have maximum tank speed PL2
vindicta:0:FFA86F:04:000:Have maximum rotation PL2
; [ Vindicators (4/26/88) ]
vindictr:0:FFA82A:63:000:Infinite Shields PL1
vindictr:0:FFA816:60:000:Infinite Fuel PL1
vindictr:0:FFA817:63:000:Infinite Stars/Cash PL1
vindictr:0:FFA82C:63:000:Infinite Bombs PL1
vindictr:0:FFA82E:63:000:Infinite Smarts PL1
vindictr:0:FFA82D:01:000:Always have Bombs PL1
vindictr:0:FFA82D:02:000:Always have Smarts PL1
vindictr:0:FFA82D:01:001:Get Bombs Now! PL1
vindictr:0:FFA82D:02:001:Get Smarts Now! PL1
vindictr:0:FFA831:04:000:Have maximum armour PL1
vindictr:0:FFA828:04:000:Have maximum power shot PL1
vindictr:0:FFA82B:04:000:Have maximum range shot PL1
vindictr:0:FFA830:04:000:Have maximum speed shot PL1
vindictr:0:FFA829:04:000:Have maximum tank speed PL1
vindictr:0:FFA82F:04:000:Have maximum rotation PL1
vindictr:0:FFA86A:63:000:Infinite Shields PL2
vindictr:0:FFA856:60:000:Infinite Fuel PL2
vindictr:0:FFA857:63:000:Infinite Stars/Cash PL2
vindictr:0:FFA86C:63:000:Infinite Bombs PL2
vindictr:0:FFA86E:63:000:Infinite Smarts PL2
vindictr:0:FFA86D:01:000:Always have Bombs PL2
vindictr:0:FFA86D:02:000:Always have Smarts PL2
vindictr:0:FFA86D:01:001:Get Bombs Now! PL2
vindictr:0:FFA86D:02:001:Get Smarts Now! PL2
vindictr:0:FFA871:04:000:Have maximum armour PL2
vindictr:0:FFA868:04:000:Have maximum power shot PL2
vindictr:0:FFA86B:04:000:Have maximum range shot PL2
vindictr:0:FFA870:04:000:Have maximum speed shot PL2
vindictr:0:FFA869:04:000:Have maximum tank speed PL2
vindictr:0:FFA86F:04:000:Have maximum rotation PL2
; [ Violence Fight (World) ]
viofight:0:A00140:09:000:Infinite Time
viofight:0:A00141:99:500:Infinite Time (2/2)
viofight:0:A00140:00:001:Finish this Bout Now!
viofight:0:A00141:00:501:Finish this Bout Now! (2/2)
viofight:0:A0021C:09:000:Infinite Energy PL1
viofight:0:A0021D:99:500:Infinite Energy PL1 (2/2)
viofight:0:A0021C:00:001:Drain all Energy Now! PL1
viofight:0:A0021D:00:501:Drain all Energy Now! PL1 (2/2)
viofight:0:A0029C:09:000:Infinite Energy PL2
viofight:0:A0029D:99:500:Infinite Energy PL2 (2/2)
viofight:0:A0029C:00:001:Drain all Energy Now! PL2
viofight:0:A0029D:00:501:Drain all Energy Now! PL2 (2/2)
; [ Viper ]
viper:0:E279:FF:000:Infinite Money PL1
viper:0:E27A:FF:500:Infinite Money PL1 (2/2)
viper:0:E27D:63:000:Infinite Death Blooms PL1
viper:0:E280:63:000:Infinite Shields PL1
viper:0:E27E:63:000:Infinite Guided Missiles PL1
viper:0:E2A2:FF:000:Infinite Money PL2
viper:0:E2A3:FF:500:Infinite Money PL2 (2/2)
viper:0:E2A6:63:000:Infinite Death Blooms PL2
viper:0:E2A9:63:000:Infinite Shields PL2
viper:0:E2A7:63:000:Infinite Guided Missiles PL2
; [ Volfied (Japan) ]
volfied:0:100027:09:000:Infinite Credits
volfied:0:100181:06:000:Infinite Lives
volfied:0:10018B:09:000:Infinite Shields
volfied:0:10018A:9A:500:Infinite Shields (2/2)
volfied:0:10031B:01:000:Always have Speed 'ON'
volfied:0:10031B:00:001:Always have Speed 'OFF'
volfied:0:100882:01:000:Always have Power 'ON'
volfied:0:100882:00:001:Always have Power 'OFF'
volfied:0:100884:01:000:Always have Laser 'ON'
volfied:0:100884:00:001:Always have Laser 'OFF'
volfied:0:100883:01:000:Freeze All Enemies 'ON'
volfied:0:100883:00:001:Freeze All Enemies 'OFF'
volfied:0:100191:00:001:Complete level with 99.9% Now!
volfied:0:100192:99:501:Complete level with 99.9% Now! (2/3)
volfied:0:100193:09:501:Complete level with 99.9% Now! (3/3)
volfied:0:100197:16:001:Complete Game Now!
volfied:0:100198:0F:501:Complete Game Now! (2/5)
volfied:0:100191:00:501:Complete Game Now! (3/5)
volfied:0:100192:99:501:Complete Game Now! (4/5)
volfied:0:100193:09:501:Complete Game Now! (5/5)
; [ Vampire Savior: The Lord of Vampire (US 970519) ]
vsav:0:FF8109:63:000:Infinite Time
vsav:0:FF8109:00:001:Finish this Round Now!
vsav:0:FF87BC:FF:000:Soul Keeper 'ON' PL1
vsav:0:FF87BC:00:001:Soul Keeper 'OFF' PL1
vsav:0:FF8509:63:000:Maximum POW PL1
vsav:0:FF8450:01:000:Infinite Energy PL1
vsav:0:FF8451:20:500:Infinite Energy PL1 (2/4)
vsav:0:FF8452:01:500:Infinite Energy PL1 (3/4)
vsav:0:FF8453:20:500:Infinite Energy PL1 (4/4)
vsav:0:FF8450:00:001:Drain All Energy Now! PL1
vsav:0:FF8451:00:501:Drain All Energy Now! PL1 (2/4)
vsav:0:FF8452:00:501:Drain All Energy Now! PL1 (3/4)
vsav:0:FF8453:00:501:Drain All Energy Now! PL1 (4/4)
vsav:0:000000:00:999:[ Free player selection ]
vsav:0:000000:00:999:[ Use on level VS screen ]
vsav:0:FF8782:00:001:Play as Bulleta PL1
vsav:0:FF8782:01:001:Play as Dimitri PL1
vsav:0:FF8782:02:001:Play as Gallon PL1
vsav:0:FF8782:03:001:Play as Victor PL1
vsav:0:FF8782:04:001:Play as Zabel PL1
vsav:0:FF8782:05:001:Play as Morrigan PL1
vsav:0:FF8782:06:001:Play as Anakaris PL1
vsav:0:FF8782:07:001:Play as Felicia PL1
vsav:0:FF8782:08:001:Play as Bishamon PL1
vsav:0:FF8782:09:001:Play as Aulbath PL1
vsav:0:FF8782:0A:001:Play as Sasquatch PL1
vsav:0:FF8782:0C:001:Play as Q-Bee PL1
vsav:0:FF8782:0D:001:Play as Lei-Lei PL1
vsav:0:FF8782:0E:001:Play as Lilith PL1
vsav:0:FF8782:0F:001:Play as Jedah PL1
vsav:0:FF8BBC:FF:000:Soul Keeper 'ON' PL2
vsav:0:FF8BBC:00:001:Soul Keeper 'OFF' PL2
vsav:0:FF8909:63:000:Maximum POW PL2
vsav:0:FF8850:01:000:Infinite Energy PL2
vsav:0:FF8851:20:500:Infinite Energy PL2 (2/4)
vsav:0:FF8852:01:500:Infinite Energy PL2 (3/4)
vsav:0:FF8853:20:500:Infinite Energy PL2 (4/4)
vsav:0:FF8850:00:001:Drain All Energy Now! PL2
vsav:0:FF8851:00:501:Drain All Energy Now! PL2 (2/4)
vsav:0:FF8852:00:501:Drain All Energy Now! PL2 (3/4)
vsav:0:FF8853:00:501:Drain All Energy Now! PL2 (4/4)
vsav:0:000000:00:999:[ Free player selection ]
vsav:0:000000:00:999:[ Use on level VS screen ]
vsav:0:FF8B82:00:001:Play as Bulleta PL2
vsav:0:FF8B82:01:001:Play as Dimitri PL2
vsav:0:FF8B82:02:001:Play as Gallon PL2
vsav:0:FF8B82:03:001:Play as Victor PL2
vsav:0:FF8B82:04:001:Play as Zabel PL2
vsav:0:FF8B82:05:001:Play as Morrigan PL2
vsav:0:FF8B82:06:001:Play as Anakaris PL2
vsav:0:FF8B82:07:001:Play as Felicia PL2
vsav:0:FF8B82:08:001:Play as Bishamon PL2
vsav:0:FF8B82:09:001:Play as Aulbath PL2
vsav:0:FF8B82:0A:001:Play as Sasquatch PL2
vsav:0:FF8B82:0C:001:Play as Q-Bee PL2
vsav:0:FF8B82:0D:001:Play as Lei-Lei PL2
vsav:0:FF8B82:0E:001:Play as Lilith PL2
vsav:0:FF8B82:0F:001:Play as Jedah PL2
vsav:0:FF800B:FF:000:Sound Test Timer Stop
vsav:0:000000:00:999:[These are the codes to set the machine region - the ]
vsav:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
vsav:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
vsav:0:FF8091:00:000:Region Switch = Japan
vsav:0:FF8091:02:000:Region Switch = USA
vsav:0:FF8091:04:000:Region Switch = Hispanic
vsav:0:FF8091:06:000:Region Switch = Oceania
vsav:0:FF8091:08:000:Region Switch = Asia
vsav:0:FF8091:0A:000:Region Switch = Euro
vsav:0:FF8091:0C:000:Region Switch = Brazil
vsav:0:FF8089:00:000:Title Switch = Vampire Savior The Lord of Vampire:Gives Japanese Text
vsav:0:FF8089:01:000:Title Switch = Darkstalkers Jedah's Damnation:Gives English Text
; [ Vampire Savior: The Lord of Vampire (Hispanic 970519) ]
vsavh:0:FF8109:63:000:Infinite Time
vsavh:0:FF8109:00:001:Finish this Round Now!
vsavh:0:FF87BC:FF:000:Soul Keeper 'ON' PL1
vsavh:0:FF87BC:00:001:Soul Keeper 'OFF' PL1
vsavh:0:FF8509:63:000:Maximum POW PL1
vsavh:0:FF8450:01:000:Infinite Energy PL1
vsavh:0:FF8451:20:500:Infinite Energy PL1 (2/4)
vsavh:0:FF8452:01:500:Infinite Energy PL1 (3/4)
vsavh:0:FF8453:20:500:Infinite Energy PL1 (4/4)
vsavh:0:FF8450:00:001:Drain All Energy Now! PL1
vsavh:0:FF8451:00:501:Drain All Energy Now! PL1 (2/4)
vsavh:0:FF8452:00:501:Drain All Energy Now! PL1 (3/4)
vsavh:0:FF8453:00:501:Drain All Energy Now! PL1 (4/4)
vsavh:0:000000:00:999:[ Free player selection ]
vsavh:0:000000:00:999:[ Use on level VS screen ]
vsavh:0:FF8782:00:001:Play as Bulleta PL1
vsavh:0:FF8782:01:001:Play as Dimitri PL1
vsavh:0:FF8782:02:001:Play as Gallon PL1
vsavh:0:FF8782:03:001:Play as Victor PL1
vsavh:0:FF8782:04:001:Play as Zabel PL1
vsavh:0:FF8782:05:001:Play as Morrigan PL1
vsavh:0:FF8782:06:001:Play as Anakaris PL1
vsavh:0:FF8782:07:001:Play as Felicia PL1
vsavh:0:FF8782:08:001:Play as Bishamon PL1
vsavh:0:FF8782:09:001:Play as Aulbath PL1
vsavh:0:FF8782:0A:001:Play as Sasquatch PL1
vsavh:0:FF8782:0C:001:Play as Q-Bee PL1
vsavh:0:FF8782:0D:001:Play as Lei-Lei PL1
vsavh:0:FF8782:0E:001:Play as Lilith PL1
vsavh:0:FF8782:0F:001:Play as Jedah PL1
vsavh:0:FF8BBC:FF:000:Soul Keeper 'ON' PL2
vsavh:0:FF8BBC:00:001:Soul Keeper 'OFF' PL2
vsavh:0:FF8909:63:000:Maximum POW PL2
vsavh:0:FF8850:01:000:Infinite Energy PL2
vsavh:0:FF8851:20:500:Infinite Energy PL2 (2/4)
vsavh:0:FF8852:01:500:Infinite Energy PL2 (3/4)
vsavh:0:FF8853:20:500:Infinite Energy PL2 (4/4)
vsavh:0:FF8850:00:001:Drain All Energy Now! PL2
vsavh:0:FF8851:00:501:Drain All Energy Now! PL2 (2/4)
vsavh:0:FF8852:00:501:Drain All Energy Now! PL2 (3/4)
vsavh:0:FF8853:00:501:Drain All Energy Now! PL2 (4/4)
vsavh:0:000000:00:999:[ Free player selection ]
vsavh:0:000000:00:999:[ Use on level VS screen ]
vsavh:0:FF8B82:00:001:Play as Bulleta PL2
vsavh:0:FF8B82:01:001:Play as Dimitri PL2
vsavh:0:FF8B82:02:001:Play as Gallon PL2
vsavh:0:FF8B82:03:001:Play as Victor PL2
vsavh:0:FF8B82:04:001:Play as Zabel PL2
vsavh:0:FF8B82:05:001:Play as Morrigan PL2
vsavh:0:FF8B82:06:001:Play as Anakaris PL2
vsavh:0:FF8B82:07:001:Play as Felicia PL2
vsavh:0:FF8B82:08:001:Play as Bishamon PL2
vsavh:0:FF8B82:09:001:Play as Aulbath PL2
vsavh:0:FF8B82:0A:001:Play as Sasquatch PL2
vsavh:0:FF8B82:0C:001:Play as Q-Bee PL2
vsavh:0:FF8B82:0D:001:Play as Lei-Lei PL2
vsavh:0:FF8B82:0E:001:Play as Lilith PL2
vsavh:0:FF8B82:0F:001:Play as Jedah PL2
vsavh:0:FF800B:FF:000:Sound Test Timer Stop
vsavh:0:000000:00:999:[These are the codes to set the machine region - the ]
vsavh:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
vsavh:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
vsavh:0:FF8091:00:000:Region Switch = Japan
vsavh:0:FF8091:02:000:Region Switch = USA
vsavh:0:FF8091:04:000:Region Switch = Hispanic
vsavh:0:FF8091:06:000:Region Switch = Oceania
vsavh:0:FF8091:08:000:Region Switch = Asia
vsavh:0:FF8091:0A:000:Region Switch = Euro
vsavh:0:FF8091:0C:000:Region Switch = Brazil
vsavh:0:FF8089:00:000:Title Switch = Vampire Savior The Lord of Vampire:Gives Japanese Text
vsavh:0:FF8089:01:000:Title Switch = Darkstalkers Jedah's Damnation:Gives English Text
; [ Vampire Savior: The Lord of Vampire (Japan 970519) ]
vsavj:0:FF8109:63:000:Infinite Time
vsavj:0:FF8109:00:001:Finish this Round Now!
vsavj:0:FF87BC:FF:000:Soul Keeper 'ON' PL1
vsavj:0:FF87BC:00:001:Soul Keeper 'OFF' PL1
vsavj:0:FF8509:63:000:Maximum POW PL1
vsavj:0:FF8450:01:000:Infinite Energy PL1
vsavj:0:FF8451:20:500:Infinite Energy PL1 (2/4)
vsavj:0:FF8452:01:500:Infinite Energy PL1 (3/4)
vsavj:0:FF8453:20:500:Infinite Energy PL1 (4/4)
vsavj:0:FF8450:00:001:Drain All Energy Now! PL1
vsavj:0:FF8451:00:501:Drain All Energy Now! PL1 (2/4)
vsavj:0:FF8452:00:501:Drain All Energy Now! PL1 (3/4)
vsavj:0:FF8453:00:501:Drain All Energy Now! PL1 (4/4)
vsavj:0:000000:00:999:[ Free player selection ]
vsavj:0:000000:00:999:[ Use on level VS screen ]
vsavj:0:FF8782:00:001:Play as Bulleta PL1
vsavj:0:FF8782:01:001:Play as Dimitri PL1
vsavj:0:FF8782:02:001:Play as Gallon PL1
vsavj:0:FF8782:03:001:Play as Victor PL1
vsavj:0:FF8782:04:001:Play as Zabel PL1
vsavj:0:FF8782:05:001:Play as Morrigan PL1
vsavj:0:FF8782:06:001:Play as Anakaris PL1
vsavj:0:FF8782:07:001:Play as Felicia PL1
vsavj:0:FF8782:08:001:Play as Bishamon PL1
vsavj:0:FF8782:09:001:Play as Aulbath PL1
vsavj:0:FF8782:0A:001:Play as Sasquatch PL1
vsavj:0:FF8782:0C:001:Play as Q-Bee PL1
vsavj:0:FF8782:0D:001:Play as Lei-Lei PL1
vsavj:0:FF8782:0E:001:Play as Lilith PL1
vsavj:0:FF8782:0F:001:Play as Jedah PL1
vsavj:0:FF8BBC:FF:000:Soul Keeper 'ON' PL2
vsavj:0:FF8BBC:00:001:Soul Keeper 'OFF' PL2
vsavj:0:FF8909:63:000:Maximum POW PL2
vsavj:0:FF8850:01:000:Infinite Energy PL2
vsavj:0:FF8851:20:500:Infinite Energy PL2 (2/4)
vsavj:0:FF8852:01:500:Infinite Energy PL2 (3/4)
vsavj:0:FF8853:20:500:Infinite Energy PL2 (4/4)
vsavj:0:FF8850:00:001:Drain All Energy Now! PL2
vsavj:0:FF8851:00:501:Drain All Energy Now! PL2 (2/4)
vsavj:0:FF8852:00:501:Drain All Energy Now! PL2 (3/4)
vsavj:0:FF8853:00:501:Drain All Energy Now! PL2 (4/4)
vsavj:0:000000:00:999:[ Free player selection ]
vsavj:0:000000:00:999:[ Use on level VS screen ]
vsavj:0:FF8B82:00:001:Play as Bulleta PL2
vsavj:0:FF8B82:01:001:Play as Dimitri PL2
vsavj:0:FF8B82:02:001:Play as Gallon PL2
vsavj:0:FF8B82:03:001:Play as Victor PL2
vsavj:0:FF8B82:04:001:Play as Zabel PL2
vsavj:0:FF8B82:05:001:Play as Morrigan PL2
vsavj:0:FF8B82:06:001:Play as Anakaris PL2
vsavj:0:FF8B82:07:001:Play as Felicia PL2
vsavj:0:FF8B82:08:001:Play as Bishamon PL2
vsavj:0:FF8B82:09:001:Play as Aulbath PL2
vsavj:0:FF8B82:0A:001:Play as Sasquatch PL2
vsavj:0:FF8B82:0C:001:Play as Q-Bee PL2
vsavj:0:FF8B82:0D:001:Play as Lei-Lei PL2
vsavj:0:FF8B82:0E:001:Play as Lilith PL2
vsavj:0:FF8B82:0F:001:Play as Jedah PL2
vsavj:0:FF800B:FF:000:Sound Test Timer Stop
vsavj:0:000000:00:999:[These are the codes to set the machine region - the ]
vsavj:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
vsavj:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
vsavj:0:FF8091:00:000:Region Switch = Japan
vsavj:0:FF8091:02:000:Region Switch = USA
vsavj:0:FF8091:04:000:Region Switch = Hispanic
vsavj:0:FF8091:06:000:Region Switch = Oceania
vsavj:0:FF8091:08:000:Region Switch = Asia
vsavj:0:FF8091:0A:000:Region Switch = Euro
vsavj:0:FF8091:0C:000:Region Switch = Brazil
vsavj:0:FF8089:00:000:Title Switch = Vampire Savior The Lord of Vampire:Gives Japanese Text
vsavj:0:FF8089:01:000:Title Switch = Darkstalkers Jedah's Damnation:Gives English Text
; [ Vs. BaseBall (Japan set 2) ]
vsbbalja:0:006A:00:000:Infinite Strikes
vsbbalja:0:006B:00:000:Infinite Balls
vsbbalja:0:006C:00:000:Infinite Outs
vsbbalja:0:006A:00:001:Set Strikes to 0 Now!
vsbbalja:0:006A:02:001:Set Strikes to 2 Now!
vsbbalja:0:006B:00:001:Set Balls to 0 Now!
vsbbalja:0:006B:03:001:Set Balls to 3 Now!
vsbbalja:0:006C:00:001:Set Outs to 0 Now!
vsbbalja:0:006C:02:001:Set Outs to 2 Now!
; [ Vs. BaseBall ]
vsbball:0:006A:00:000:Infinite Strikes
vsbball:0:006B:00:000:Infinite Balls
vsbball:0:006C:00:000:Infinite Outs
vsbball:0:006A:00:001:Set Strikes to 0 Now!
vsbball:0:006A:02:001:Set Strikes to 2 Now!
vsbball:0:006B:00:001:Set Balls to 0 Now!
vsbball:0:006B:03:001:Set Balls to 3 Now!
vsbball:0:006C:00:001:Set Outs to 0 Now!
vsbball:0:006C:02:001:Set Outs to 2 Now!
; [ Vs. BaseBall (Japan set 1) ]
vsbballj:0:006A:00:000:Infinite Strikes
vsbballj:0:006B:00:000:Infinite Balls
vsbballj:0:006C:00:000:Infinite Outs
vsbballj:0:006A:00:001:Set Strikes to 0 Now!
vsbballj:0:006A:02:001:Set Strikes to 2 Now!
vsbballj:0:006B:00:001:Set Balls to 0 Now!
vsbballj:0:006B:03:001:Set Balls to 3 Now!
vsbballj:0:006C:00:001:Set Outs to 0 Now!
vsbballj:0:006C:02:001:Set Outs to 2 Now!
; [ VS Gong Fight ]
vsgongf:0:C310:00:000:Infinite Time
vsgongf:0:C310:09:001:Finish this Round Now!
vsgongf:0:C311:05:501:Finish this Round Now! (2/2)
vsgongf:0:C509:FF:000:Infinite Energy PL1
vsgongf:0:C525:00:000:Infinite Damage PL1
vsgongf:0:C509:00:000:Always have No Energy PL1
vsgongf:0:C525:FF:000:Damage always = max PL1
vsgongf:0:C549:FF:000:Infinite Energy PL2
vsgongf:0:C565:00:000:Infinite Damage PL2
vsgongf:0:C549:00:000:Always have No Energy PL2
vsgongf:0:C565:FF:000:Damage always = max PL2
; [ Vs. Gradius ]
vsgradus:0:01A3:63:000:Infinite Credits
vsgradus:0:0020:63:000:Infinite Lives PL1
vsgradus:0:0021:63:000:Infinite Lives PL2
vsgradus:0:0046:05:000:Infinite Shields
vsgradus:0:0040:FF:070:Select Speed Up Speed:Don't go to high!
vsgradus:0:0040:0A:000:Always have a Good Speed Up
vsgradus:0:0045:02:000:Always have Full Options
vsgradus:0:0041:01:000:Always have Missile
vsgradus:0:0044:01:000:Always have Laser:You can't have Double then
vsgradus:0:0044:02:000:Always have Double:You can't have Laser then
vsgradus:0:0040:0A:001:Get a Good Speed Up Now!
vsgradus:0:0045:02:001:Get Full Options Now!
vsgradus:0:0041:01:001:Get Missile Now!
vsgradus:0:0044:01:001:Get Laser Now!:You can't have Double then
vsgradus:0:0044:02:001:Get Double Now!:You can't have Laser then
vsgradus:0:0042:01:001:Light Up Speed Button Now!
vsgradus:0:0042:02:001:Light Up Missile Button Now!
vsgradus:0:0042:03:001:Light Up Double Button Now!
vsgradus:0:0042:04:001:Light Up Laser Button Now!
vsgradus:0:0042:05:001:Light Up Option Button Now!
vsgradus:0:0042:06:001:Light Up ? Button Now!
vsgradus:0:0042:00:001:No button lit Now!
; [ Vs. Mahjang ]
vsmahjng:0:0000:00:999:[The winning hand cheat must be activated when there are 14 tiles ]
vsmahjng:0:0000:00:999:[in your hand, then select the AGARI option with the up and down ]
vsmahjng:0:0000:00:999:[keys and then press the action key (CTRL by default). The tiles ]
vsmahjng:0:0000:00:999:[do not visually change until you make a move. ]
vsmahjng:0:00E1:01:001:Get winning hand Now!
vsmahjng:0:00E2:09:501:Get winning hand Now! (02/14)
vsmahjng:0:00E3:11:501:Get winning hand Now! (03/14)
vsmahjng:0:00E4:19:501:Get winning hand Now! (04/14)
vsmahjng:0:00E5:21:501:Get winning hand Now! (05/14)
vsmahjng:0:00E6:29:501:Get winning hand Now! (06/14)
vsmahjng:0:00E7:31:501:Get winning hand Now! (07/14)
vsmahjng:0:00E8:32:501:Get winning hand Now! (08/14)
vsmahjng:0:00E9:33:501:Get winning hand Now! (09/14)
vsmahjng:0:00EA:34:501:Get winning hand Now! (10/14)
vsmahjng:0:00EB:35:501:Get winning hand Now! (11/14)
vsmahjng:0:00EC:36:501:Get winning hand Now! (12/14)
vsmahjng:0:00ED:37:501:Get winning hand Now! (13/14)
vsmahjng:0:00EE:31:501:Get winning hand Now! (14/14)
; [ Pinball ]
vspinbal:0:015B:09:000:Infinite Balls
vspinbal:0:0133:01:000:Left Side Protection 'ON'
vspinbal:0:0134:01:000:Right Side Protection 'ON'
vspinbal:0:0751:70:000:Middle Protection 'ON'
vspinbal:0:0752:71:500:Middle Protection 'ON' (2/2)
vspinbal:0:0133:00:001:Left Side Protection 'OFF'
vspinbal:0:0134:00:001:Right Side Protection 'OFF'
vspinbal:0:0751:24:001:Middle Protection 'OFF'
vspinbal:0:0752:24:501:Middle Protection 'OFF' (2/2)
; [ Pinball (Japan) ]
vspinblj:0:015B:09:000:Infinite Balls
vspinblj:0:0133:01:000:Left Side Protection 'ON'
vspinblj:0:0134:01:000:Right Side Protection 'ON'
vspinblj:0:0751:70:000:Middle Protection 'ON'
vspinblj:0:0752:71:500:Middle Protection 'ON' (2/2)
vspinblj:0:0133:00:001:Left Side Protection 'OFF'
vspinblj:0:0134:00:001:Right Side Protection 'OFF'
vspinblj:0:0751:24:001:Middle Protection 'OFF'
vspinblj:0:0752:24:501:Middle Protection 'OFF' (2/2)
; [ Super SkyKid ]
vsskykid:0:0066:09:000:Infinite Lives PL1
vsskykid:0:00BB:00:000:Invincibility (Buggy!) PL1
vsskykid:0:0067:09:000:Infinite Lives PL2
vsskykid:0:00CB:00:000:Invincibility (Buggy!) PL2
vsskykid:0:0000:00:999:[Only turn Invincibility ON ]
vsskykid:0:0000:00:999:[when you need it. Eg. for ]
vsskykid:0:0000:00:999:[the bomb run. You can't ]
vsskykid:0:0000:00:999:[loop the loop or land with ]
vsskykid:0:0000:00:999:[it on. Also crashing into ]
vsskykid:0:0000:00:999:[ground will hang the game! ]
; [ Vs. Slalom ]
vsslalom:0:0003:63:000:Infinite Credits
vsslalom:0:007D:3B:000:Infinite Time
; [ Soccer ]
vssoccer:0:075D:99:000:Infinite Credits
vssoccer:0:0043:99:000:Infinite Time
vssoccer:0:0044:5A:500:Infinite Time (2/2)
vssoccer:0:0043:00:001:Finish this Half Now!
vssoccer:0:0044:00:501:Finish this Half Now! (2/2)
vssoccer:0:07FC:99:000:Infinite Points PL1
vssoccer:0:0000:00:999:[The Score display won't update until ]
vssoccer:0:0000:00:999:[a goal is scored. ]
vssoccer:0:0083:00:000:Score always 0 PL1
vssoccer:0:0083:99:000:Score always 99 PL1
vssoccer:0:0083:00:001:Set score = 0 Now! PL1
vssoccer:0:0083:50:001:Set score = 50 Now! PL1
vssoccer:0:0083:99:073:Select score Now! PL1
vssoccer:0:07FD:99:000:Infinite Points PL2
vssoccer:0:0000:00:999:[The Score display won't update until ]
vssoccer:0:0000:00:999:[a goal is scored. ]
vssoccer:0:0084:00:000:Score always = 0 PL2
vssoccer:0:0084:99:000:Score always = 99 PL2
vssoccer:0:0084:00:001:Set score = 0 Now! PL2
vssoccer:0:0084:99:001:Set score = 50 Now! PL2
vssoccer:0:0084:99:073:Select score Now! PL2
; [ Vs. Tetris ]
vstetris:0:0530:39:000:Infinite Credits
vstetris:0:0000:00:999:[ There may be corruption in the next ]
vstetris:0:0000:00:999:[ shape window with these cheats it's ]
vstetris:0:0000:00:999:[ nothing to worry about though! ]
vstetris:0:0060:01:000:Next always Orange -- PL1
vstetris:0:0060:02:000:Next always Yellow T PL1
vstetris:0:0060:03:000:Next always Blue Square PL1
vstetris:0:0060:04:000:Next always Yellow & Orange L PL1
vstetris:0:0060:05:000:Next always Blue & Orange L PL1
vstetris:0:0060:06:000:Next always Blue & Orange Z PL1
vstetris:0:0060:07:000:Next always Blue & Yellow Z PL1
vstetris:0:0060:01:001:Next = Orange -- Now! PL1
vstetris:0:0060:02:001:Next = Yellow T Now! PL1
vstetris:0:0060:03:001:Next = Blue Square Now! PL1
vstetris:0:0060:04:001:Next = Yellow & Orange L Now! PL1
vstetris:0:0060:05:001:Next = Blue & Orange L Now! PL1
vstetris:0:0060:06:001:Next = Blue & Orange Z Now! PL1
vstetris:0:0060:07:001:Next = Blue & Yellow Z Now! PL1
vstetris:0:0000:00:999:[ There may be corruption in the next ]
vstetris:0:0000:00:999:[ shape window with these cheats it's ]
vstetris:0:0000:00:999:[ nothing to worry about though! ]
vstetris:0:0061:01:000:Next always Orange -- PL2
vstetris:0:0061:02:000:Next always Yellow T PL2
vstetris:0:0061:03:000:Next always Blue Square PL2
vstetris:0:0061:04:000:Next always Yellow & Orange L PL2
vstetris:0:0061:05:000:Next always Blue & Orange L PL2
vstetris:0:0061:06:000:Next always Blue & Orange Z PL2
vstetris:0:0061:07:000:Next always Blue & Yellow Z PL2
vstetris:0:0061:01:001:Next = Orange -- Now! PL2
vstetris:0:0061:02:001:Next = Yellow T Now! PL2
vstetris:0:0061:03:001:Next = Blue Square Now! PL2
vstetris:0:0061:04:001:Next = Yellow & Orange L Now! PL2
vstetris:0:0061:05:001:Next = Blue & Orange L Now! PL2
vstetris:0:0061:06:001:Next = Blue & Orange Z Now! PL2
vstetris:0:0061:07:001:Next = Blue & Yellow Z Now! PL2
; [ 10 Yard Fight (Vs. version 11/05/84) ]
vsyard:0:E44A:30:004:Infinite Time
vsyard:0:E44A:60:001:Reset Timer (once)
vsyard:0:E432:00:000:Always 1st Down
vsyard:0:0000:00:999:[See the Dip Switch Menu to ]
vsyard:0:0000:00:999:[enable Invincibility. ]
; [ 10 Yard Fight (Vs. version, set 2) ]
vsyard2:0:E44A:30:004:Infinite Time
vsyard2:0:E44A:60:001:Reset Timer (once)
vsyard2:0:E432:00:000:Always 1st Down
vsyard2:0:0000:00:999:[See the Dip Switch Menu to ]
vsyard2:0:0000:00:999:[enable Invincibility. ]
; [ Vulcan Venture ]
vulcan:2:060400:09:000:Infinite Lives
vulcan:2:14007E:00:000:Invincibility:Not perfect yet
vulcan:2:140055:10:500:Invincibility (2/2):Not perfect yet
vulcan:2:06040F:0C:000:Next Capsule Blue
vulcan:2:060420:01:001:Gauge = SpeedUp Now!
vulcan:2:060420:02:001:Gauge = Missile Now!
vulcan:2:060420:03:001:Gauge = Double Now!
vulcan:2:060420:04:001:Gauge = Laser Now!
vulcan:2:060420:05:001:Gauge = Option Now!
vulcan:2:060420:06:001:Gauge = Shield Now!
vulcan:2:060420:06:071:Gauge = Bar Select Now!
vulcan:0:000000:00:999:[Enable these cheats on the ]
vulcan:0:000000:00:999:[weapon select mode screen ]
vulcan:0:000000:00:999:[ Round 1 Area from 1 to 5 ]
vulcan:0:000000:00:999:[ Round 2 Area from 1 to 5 ]
vulcan:0:000000:00:999:[ Round 3 Area from 1 to 5 ]
vulcan:0:000000:00:999:[ Round 4 Area from 1 to 4 ]
vulcan:0:000000:00:999:[ Round 5 Area from 1 to 6 ]
vulcan:0:000000:00:999:[ Round 6 Area from 1 to 9 ]
vulcan:0:000000:00:999:[ Round 7 Area from 1 only ]
vulcan:0:000000:00:999:[ Round 8 Area from 1 to 6 ]
vulcan:2:06041B:FF:070:Select Starting Lap
vulcan:2:060419:08:070:Select Starting Round
vulcan:2:060411:00:001:Start in Area 1
vulcan:2:060411:04:001:Start in Area 2
vulcan:2:060411:08:001:Start in Area 3
vulcan:2:060411:0C:001:Start in Area 4
vulcan:2:060411:10:001:Start in Area 5
vulcan:2:060411:14:001:Start in Area 6
vulcan:2:060411:18:001:Start in Area 7
vulcan:2:060411:1C:001:Start in Area 8
vulcan:2:060411:20:001:Start in Area 9
vulcan:2:060002:00:000:Sound Test Timer Stop:[PL1 Shot3]Next Code
; [ Vulgus (set 1) ]
vulgus:0:E520:05:000:Infinite Lives
vulgus:0:E506:08:000:Infinite Bombs
vulgus:0:E100:FF:000:Invincibility
; [ Vulgus (set 2) ]
vulgus2:0:E520:05:000:Infinite Lives
vulgus2:0:E506:08:000:Infinite Bombs
vulgus2:0:E100:FF:000:Invincibility
; [ Vulgus (Japan?) ]
vulgusj:0:E520:05:000:Infinite Lives
vulgusj:0:E506:08:000:Infinite Bombs
vulgusj:0:E100:FF:000:Invincibility
; [ Wacko ]
wacko:0:C264:05:000:Infinite Lives
; [ Waku Waku 7 ]
wakuwak7:0:100B02:9B:000:Infinite Time
wakuwak7:0:10014A:FF:000:Infinite Energy PL1
wakuwak7:0:10014B:FF:500:Infinite Energy PL1 (2/2)
wakuwak7:0:100159:07:000:Infinite Power PL1
wakuwak7:0:000000:00:999:[ Free player selection ]
wakuwak7:0:000000:00:999:[ Better to use during ]
wakuwak7:0:000000:00:999:[ the short intro ]
wakuwak7:0:106997:00:001:Play with Rai PL1
wakuwak7:0:106997:01:001:Play with Arina PL1
wakuwak7:0:106997:02:001:Play with Slash PL1
wakuwak7:0:106997:03:001:Play with Dandy-J PL1
wakuwak7:0:106997:04:001:Play with Tess PL1
wakuwak7:0:106997:05:001:Play with Mauru PL1
wakuwak7:0:106997:06:001:Play with Politank-Z PL1
wakuwak7:0:106997:07:001:Play with Fernandez PL1:Works for only one match
wakuwak7:0:106997:08:001:Play with Bonus Kun PL1:Works for only one match
wakuwak7:0:10028A:FF:000:Infinite Energy PL2
wakuwak7:0:10028B:FF:500:Infinite Energy PL2 (2/2)
wakuwak7:0:100299:07:000:Infinite Power PL2
wakuwak7:0:000000:00:999:[ Free player selection ]
wakuwak7:0:000000:00:999:[ Better to use during ]
wakuwak7:0:000000:00:999:[ the short intro ]
wakuwak7:0:1069A1:00:001:Play with Rai PL2
wakuwak7:0:1069A1:01:001:Play with Arina PL2
wakuwak7:0:1069A1:02:001:Play with Slash PL2
wakuwak7:0:1069A1:03:001:Play with Dandy-J PL2
wakuwak7:0:1069A1:04:001:Play with Tess PL2
wakuwak7:0:1069A1:05:001:Play with Mauru PL2
wakuwak7:0:1069A1:06:001:Play with Politank-Z PL2
wakuwak7:0:1069A1:07:001:Play with Fernandez PL2 :Works for only one match
wakuwak7:0:1069A1:08:001:Play with Bonus Kun PL2 :Works for only one match
; [ Wall Street ]
wallst:0:1E84:99:000:Infinite Credits
wallst:0:1C84:05:000:Infinite Lives PL1
wallst:0:1C85:05:000:Infinite Lives PL2
wallst:0:1EC4:C0:000:Infinite Dow Jones
; [ Wanted ]
wanted:0:806E:03:000:Infinite Lives
wanted:0:0000:00:999:[Activate the invincibility ]
wanted:0:0000:00:999:[during play only!! ]
wanted:0:80B7:80:000:Invincibility
wanted:0:82E9:00:500:Invincibility (2/3)
wanted:0:82EC:01:500:Invincibility (3/3)
; [ Wardner (World) ]
wardner:0:72BC:59:002:Infinite Time
wardner:0:71B9:0A:000:Infinite Lives
wardner:0:71BC:01:020:Always have the Magic Mantle
wardner:0:71BC:02:020:Always have the Mystery Clock
wardner:0:71BC:04:020:Always have the Fairy
wardner:0:71BC:08:020:Always have the Silver Key
wardner:0:71BC:10:020:Always have the Gold Key
wardner:0:71BC:40:020:Always have the Needle & Darn
wardner:0:71BC:5F:020:Always have All above items
wardner:0:71BA:70:000:Always have Max Firepower
wardner:0:71BB:00:000:Always have Flames
wardner:0:71BB:01:000:Always have Star Sword
wardner:0:71BB:02:000:Always have Moon Sword
wardner:0:71BB:03:000:Always have Solar Sword
wardner:0:0000:00:999:[It is best not to use these]
wardner:0:0000:00:999:[Get and lose cheats with ]
wardner:0:0000:00:999:[the Always have type cheats]
wardner:0:71BC:01:021:Get the Magic Mantle Now!
wardner:0:71BC:02:021:Get the Mystery Clock Now!
wardner:0:71BC:08:021:Get the Silver Key Now!
wardner:0:71BC:10:021:Get the Gold Key Now!
wardner:0:71BC:40:021:Get the Needle & Darn Now!
wardner:0:71BC:5F:021:Get All items Now!
wardner:0:71BC:01:041:Lose the Magic Mantle Now!
wardner:0:71BC:02:041:Lose the Mystery Clock Now!
wardner:0:71BC:08:041:Lose the Silver Key Now!
wardner:0:71BC:10:041:Lose the Gold Key Now!
wardner:0:71BC:40:041:Lose the Needle & Darn Now!
wardner:0:71BC:5F:041:Lose All items Now!
wardner:0:71BB:00:001:Get Flames Now !
wardner:0:71BB:01:001:Get Star Sword Now !
wardner:0:71BB:02:001:Get Moon Sword Now !
wardner:0:71BB:03:001:Get Solar Sword Now !
wardner:0:71BE:99:000:Gold always = 99990
wardner:0:71BF:99:500:Gold always = 99990 (2/2)
wardner:0:71BE:99:001:Gold = 99990 Now!
wardner:0:71BF:99:501:Gold = 99990 Now! (2/2)
; [ Wardna no Mori (Japan) ]
wardnerj:0:72BC:59:002:Infinite Time
wardnerj:0:71B9:0A:000:Infinite Lives
wardnerj:0:71BC:01:020:Always have the Magic Mantle
wardnerj:0:71BC:02:020:Always have the Mystery Clock
wardnerj:0:71BC:04:020:Always have the Fairy
wardnerj:0:71BC:08:020:Always have the Silver Key
wardnerj:0:71BC:10:020:Always have the Gold Key
wardnerj:0:71BC:40:020:Always have the Needle & Darn
wardnerj:0:71BC:5F:020:Always have All above items
wardnerj:0:71BA:70:000:Always have Max Firepower
wardnerj:0:71BB:00:000:Always have Flames
wardnerj:0:71BB:01:000:Always have Star Sword
wardnerj:0:71BB:02:000:Always have Moon Sword
wardnerj:0:71BB:03:000:Always have Solar Sword
wardnerj:0:0000:00:999:[It is best not to use these]
wardnerj:0:0000:00:999:[Get and lose cheats with ]
wardnerj:0:0000:00:999:[the Always have type cheats]
wardnerj:0:71BC:01:021:Get the Magic Mantle Now!
wardnerj:0:71BC:02:021:Get the Mystery Clock Now!
wardnerj:0:71BC:08:021:Get the Silver Key Now!
wardnerj:0:71BC:10:021:Get the Gold Key Now!
wardnerj:0:71BC:40:021:Get the Needle & Darn Now!
wardnerj:0:71BC:5F:021:Get All items Now!
wardnerj:0:71BC:01:041:Lose the Magic Mantle Now!
wardnerj:0:71BC:02:041:Lose the Mystery Clock Now!
wardnerj:0:71BC:08:041:Lose the Silver Key Now!
wardnerj:0:71BC:10:041:Lose the Gold Key Now!
wardnerj:0:71BC:40:041:Lose the Needle & Darn Now!
wardnerj:0:71BC:5F:041:Lose All items Now!
wardnerj:0:71BB:00:001:Get Flames Now !
wardnerj:0:71BB:01:001:Get Star Sword Now !
wardnerj:0:71BB:02:001:Get Moon Sword Now !
wardnerj:0:71BB:03:001:Get Solar Sword Now !
wardnerj:0:71BE:99:000:Gold always = 99990
wardnerj:0:71BF:99:500:Gold always = 99990 (2/2)
wardnerj:0:71BE:99:001:Gold = 99990 Now!
wardnerj:0:71BF:99:501:Gold = 99990 Now! (2/2)
; [ Warlords ]
warlord:0:00D9:10:000:UpperLeft Castle Defenseless
warlord:0:00A9:00:000:UpperLeft Defender Invisible
warlord:0:00D8:10:000:LowerRight Castle Defenseless
warlord:0:00A8:00:000:LowerRight Defender Invisible
warlord:0:00D7:10:000:LowerLeft Castle Defenseless
warlord:0:00A7:00:000:LowerLeft Defender Invisible
warlord:0:00DA:10:000:UpperRight Castle Defenseless
warlord:0:00AA:00:000:UpperRight Defender Invisible
; [ War of the Bugs or Monsterous Manouvers in a Mushroom Maze ]
warofbug:0:4109:06:000:Infinite Lives PL1
warofbug:0:4209:06:000:Infinite Lives PL2
; [ Warp Warp (Rock-ola set 2) ]
warpwar2:0:8000:04:000:Infinite Lives
warpwar2:0:81C0:01:000:Invincibility
; [ Warp & Warp ]
warpwarp:0:8000:04:000:Infinite Lives
warpwarp:0:81C0:01:000:Invincibility
; [ Warp Warp (Rock-ola set 1) ]
warpwarr:0:8000:04:000:Infinite Lives
warpwarr:0:81C0:01:000:Invincibility
; [ Warrior ]
warrior:0:0169:E7:000:Infinite Time/Credits
warrior:0:0168:03:500:Infinite Time/Credits (2/2)
warrior:0:0013:00:000:Score always = 0 PL1
warrior:0:0012:00:500:Score always = 0 PL1 (2/2)
warrior:0:0013:E7:000:Score always = 999 PL1
warrior:0:0012:03:500:Score always = 999 PL1 (2/2)
warrior:0:0013:00:001:Score = 0 Now! PL1
warrior:0:0012:00:501:Score = 0 Now! PL1 (2/2)
warrior:0:0013:F4:001:Score = 500 Now! PL1
warrior:0:0012:01:501:Score = 500 Now! PL1 (2/2)
warrior:0:0033:00:000:Score always = 0 PL2
warrior:0:0032:00:500:Score always = 0 PL2 (2/2)
warrior:0:0033:E7:000:Score always = 999 PL2
warrior:0:0032:03:500:Score always = 999 PL2 (2/2)
warrior:0:0033:00:001:Score = 0 Now! PL2
warrior:0:0032:00:501:Score = 0 Now! PL2 (2/2)
warrior:0:0033:F4:001:Score = 500 Now! PL2
warrior:0:0032:01:501:Score = 500 Now! PL2 (2/2)
; [ Warrior Blade (Japan) ]
warriorb:0:202A12:63:000:Infinite Time
warriorb:0:20D699:80:000:Infinite Energy PL1
warriorb:0:20DC19:80:000:Infinite Energy PL2
; [ Water Ski ]
waterski:0:0000:00:999:[See the Dip Switch Menu to ]
waterski:0:0000:00:999:[enable Invincibility. ]
waterski:0:836B:39:000:Infinite Time PL1
waterski:0:836E:39:000:Infinite Time PL2
; [ Wonder Boy III - Monster Lair (set 1) ]
wb3:0:FFC912:0D:001:Goto Last level Now!
wb3:0:FFC099:07:000:Infinite Lives PL1
wb3:0:FFC08D:2D:000:Invincibility PL1
wb3:0:FFE510:01:500:Invincibility PL1 (2/2)
wb3:0:FFC088:37:000:Infinite Energy PL1
wb3:0:FFC07C:01:000:Always have Normal weapon PL1
wb3:0:FFC07C:02:000:Always have circle weapon PL1
wb3:0:FFC07C:03:000:Always have Bombs PL1
wb3:0:FFC07C:04:000:Always have 3-way shot PL1
wb3:0:FFC07C:05:000:Always have Sideshot PL1
wb3:0:FFC07C:06:000:Always have Laser PL1
wb3:0:FFC07C:07:000:Always have Fireball PL1
wb3:0:FFC07C:01:001:Get Normal weapon Now! PL1
wb3:0:FFC07C:02:001:Get Circular weapon Now! PL1
wb3:0:FFC07C:03:001:Get Bombs Now! PL1
wb3:0:FFC07C:04:001:Get 3-way shot Now! PL1
wb3:0:FFC07C:05:001:Get Sideshot Now! PL1
wb3:0:FFC07C:06:001:Get Laser Now! PL1
wb3:0:FFC07C:07:001:Get Fireball Now! PL1
wb3:0:FFC0D1:07:000:Infinite Lives PL2
wb3:0:FFC0C0:37:000:Infinite Energy PL2
; [ Wonder Boy III - Monster Lair (set 2) ]
wb3a:0:FFC912:0D:001:Goto Last level Now!
wb3a:0:FFC099:07:000:Infinite Lives PL1
wb3a:0:FFC08D:2D:000:Invincibility PL1
wb3a:0:FFE510:01:500:Invincibility PL1 (2/2)
wb3a:0:FFC088:37:000:Infinite Energy PL1
wb3a:0:FFC07C:01:000:Always have Normal weapon PL1
wb3a:0:FFC07C:02:000:Always have circle weapon PL1
wb3a:0:FFC07C:03:000:Always have Bombs PL1
wb3a:0:FFC07C:04:000:Always have 3-way shot PL1
wb3a:0:FFC07C:05:000:Always have Sideshot PL1
wb3a:0:FFC07C:06:000:Always have Laser PL1
wb3a:0:FFC07C:07:000:Always have Fireball PL1
wb3a:0:FFC07C:01:001:Get Normal weapon Now! PL1
wb3a:0:FFC07C:02:001:Get Circular weapon Now! PL1
wb3a:0:FFC07C:03:001:Get Bombs Now! PL1
wb3a:0:FFC07C:04:001:Get 3-way shot Now! PL1
wb3a:0:FFC07C:05:001:Get Sideshot Now! PL1
wb3a:0:FFC07C:06:001:Get Laser Now! PL1
wb3a:0:FFC07C:07:001:Get Fireball Now! PL1
wb3a:0:FFC0D1:07:000:Infinite Lives PL2
wb3a:0:FFC0C0:37:000:Infinite Energy PL2
; [ Wonder Boy III - Monster Lair (bootleg) ]
wb3bl:0:FFC912:0D:001:Goto Last level Now!
wb3bl:0:FFC099:07:000:Infinite Lives PL1
wb3bl:0:FFC08D:2D:000:Invincibility PL1
wb3bl:0:FFE510:01:500:Invincibility PL1 (2/2)
wb3bl:0:FFC088:37:000:Infinite Energy PL1
wb3bl:0:FFC07C:01:000:Always have Normal weapon PL1
wb3bl:0:FFC07C:02:000:Always have circle weapon PL1
wb3bl:0:FFC07C:03:000:Always have Bombs PL1
wb3bl:0:FFC07C:04:000:Always have 3-way shot PL1
wb3bl:0:FFC07C:05:000:Always have Sideshot PL1
wb3bl:0:FFC07C:06:000:Always have Laser PL1
wb3bl:0:FFC07C:07:000:Always have Fireball PL1
wb3bl:0:FFC07C:01:001:Get Normal weapon Now! PL1
wb3bl:0:FFC07C:02:001:Get Circular weapon Now! PL1
wb3bl:0:FFC07C:03:001:Get Bombs Now! PL1
wb3bl:0:FFC07C:04:001:Get 3-way shot Now! PL1
wb3bl:0:FFC07C:05:001:Get Sideshot Now! PL1
wb3bl:0:FFC07C:06:001:Get Laser Now! PL1
wb3bl:0:FFC07C:07:001:Get Fireball Now! PL1
wb3bl:0:FFC0D1:07:000:Infinite Lives PL2
wb3bl:0:FFC0C0:37:000:Infinite Energy PL2
; [ Wonder Boy Deluxe ]
wbdeluxe:0:C302:07:000:Infinite Lives
wbdeluxe:0:C46A:20:007:Infinite Vitality
wbdeluxe:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses
wbdeluxe:0:C46E:00:001:Invincibility "OFF"
wbdeluxe:0:C407:02:000:Always Have the Axe
wbdeluxe:0:C408:02:000:Always Have the Skateboard
wbdeluxe:0:C407:02:001:Get the Axe Now!
wbdeluxe:0:C408:02:001:Get the Skateboard Now!
wbdeluxe:0:C407:00:001:Lose the Axe Now!
wbdeluxe:0:C408:00:001:Lose the Skateboard Now!
wbdeluxe:0:C0DA:03:000:Always Hidden Bonus Life
wbdeluxe:0:C312:01:000:Always Doll Bonus
wbdeluxe:0:C476:02:000:Always Big Bonus Fruits
wbdeluxe:0:C475:14:000:Monster Always = 10000
wbdeluxe:0:C301:04:001:Goto Level 2-1 Next
wbdeluxe:0:C301:08:001:Goto Level 3-1 Next
wbdeluxe:0:C301:0C:001:Goto Level 4-1 Next
wbdeluxe:0:C301:10:001:Goto Level 5-1 Next
wbdeluxe:0:C301:14:001:Goto Level 6-1 Next
wbdeluxe:0:C301:18:001:Goto Level 7-1 Next
wbdeluxe:0:C301:1C:001:Goto Level 8-1 Next
wbdeluxe:0:C301:1F:001:Goto Level 8-4 Next
; [ World Beach Volley ]
wbeachvl:0:FF3CCB:63:000:Infinite Credits
wbeachvl:0:000000:00:999:[The Time cheats are only of]
wbeachvl:0:000000:00:999:[use with 3 or 4 players. ]
wbeachvl:0:FFBCCB:59:000:Infinite Time
wbeachvl:0:FFBCCA:09:500:Infinite Time (2/2)
wbeachvl:0:FFBCCB:00:001:No Time Left Now!
wbeachvl:0:FFBCCA:00:501:No Time Left Now! (2/2)
wbeachvl:0:000000:00:999:[The Score cheats will not ]
wbeachvl:0:000000:00:999:[display the correct score. ]
wbeachvl:0:FF58BC:00:000:Left Team Score always = 0
wbeachvl:0:FFBCB3:00:500:Left Team Score always = 0 (2/2)
wbeachvl:0:FF58BC:0F:000:Left Team Score always = 15
wbeachvl:0:FFBCB3:0F:500:Left Team Score always = 15 (2/2)
wbeachvl:0:FF58BC:00:001:Left Team Score = 0 Now!
wbeachvl:0:FFBCB3:00:501:Left Team Score = 0 Now! (2/2)
wbeachvl:0:FF58BC:0F:001:Left Team Score = 15 Now!
wbeachvl:0:FFBCB3:0F:501:Left Team Score = 15 Now! (2/2)
wbeachvl:0:FF596C:00:000:Right Team Score always = 0
wbeachvl:0:FFBCB5:00:500:Right Team Score always = 0 (2/2)
wbeachvl:0:FF596C:0F:000:Right Team Score always = 15
wbeachvl:0:FFBCB5:0F:500:Right Team Score always = 15 (2/2)
wbeachvl:0:FF596C:00:001:Right Team Score = 0 Now!
wbeachvl:0:FFBCB5:00:501:Right Team Score = 0 Now! (2/2)
wbeachvl:0:FF596C:0F:001:Right Team Score = 15 Now!
wbeachvl:0:FFBCB5:0F:501:Right Team Score = 15 Now! (2/2)
; [ Wonder Boy in Monster Land ]
wbml:0:C202:05:000:Invincibility
wbml:0:C21A:01:000:Always have Gradius Sword
wbml:0:C21A:02:000:Always have Broad Sword
wbml:0:C21A:03:000:Always have Great Sword
wbml:0:C21A:04:000:Always have Excalibur
wbml:0:C21A:05:000:Always have Sword of Legend
wbml:0:C202:0A:000:Infinite Hearts:Turn this OFF at the end of the level
wbml:0:C203:0A:500:Infinite Hearts (2/2)
wbml:0:C216:01:000:Infinite Pills
wbml:0:C21F:09:000:Infinite Money
wbml:0:C23C:09:000:Infinite Gauntlet
wbml:0:C23D:09:000:Infinite Helmet
wbml:0:C23B:09:000:Infinite Boots
wbml:0:C226:01:000:Infinite extra pow
wbml:0:C228:99:500:Infinite extra pow (2/2)
wbml:0:C227:14:001:Get Extra power - Whirlwind
wbml:0:C227:15:001:Get Extra power - Bomb
wbml:0:C227:16:001:Get Extra power - Thunder
wbml:0:C227:17:001:Get Extra power - Fireball
wbml:0:C215:01:000:Always have the key
wbml:0:C215:01:001:Get the key Now!
; [ Wonder Boy in Monster Land (Japan set 1) ]
wbmlj:0:C202:05:000:Invincibility
wbmlj:0:C21A:01:000:Always have Gradius Sword
wbmlj:0:C21A:02:000:Always have Broad Sword
wbmlj:0:C21A:03:000:Always have Great Sword
wbmlj:0:C21A:04:000:Always have Excalibur
wbmlj:0:C21A:05:000:Always have Sword of Legend
wbmlj:0:C202:0A:000:Infinite Hearts:Turn this OFF at the end of the level
wbmlj:0:C203:0A:500:Infinite Hearts (2/2)
wbmlj:0:C216:01:000:Infinite Pills
wbmlj:0:C21F:09:000:Infinite Money
wbmlj:0:C23C:09:000:Infinite Gauntlet
wbmlj:0:C23D:09:000:Infinite Helmet
wbmlj:0:C23B:09:000:Infinite Boots
wbmlj:0:C226:01:000:Infinite extra pow
wbmlj:0:C228:99:500:Infinite extra pow (2/2)
wbmlj:0:C227:14:001:Get Extra power - Whirlwind
wbmlj:0:C227:15:001:Get Extra power - Bomb
wbmlj:0:C227:16:001:Get Extra power - Thunder
wbmlj:0:C227:17:001:Get Extra power - Fireball
wbmlj:0:C215:01:000:Always have the key
wbmlj:0:C215:01:001:Get the key Now!
; [ Wonder Boy in Monster Land (Japan set 2) ]
wbmlj2:0:C202:05:000:Invincibility
wbmlj2:0:C21A:01:000:Always have Gradius Sword
wbmlj2:0:C21A:02:000:Always have Broad Sword
wbmlj2:0:C21A:03:000:Always have Great Sword
wbmlj2:0:C21A:04:000:Always have Excalibur
wbmlj2:0:C21A:05:000:Always have Sword of Legend
wbmlj2:0:C202:0A:000:Infinite Hearts:Turn this OFF at the end of the level
wbmlj2:0:C203:0A:500:Infinite Hearts (2/2)
wbmlj2:0:C216:01:000:Infinite Pills
wbmlj2:0:C21F:09:000:Infinite Money
wbmlj2:0:C23C:09:000:Infinite Gauntlet
wbmlj2:0:C23D:09:000:Infinite Helmet
wbmlj2:0:C23B:09:000:Infinite Boots
wbmlj2:0:C226:01:000:Infinite extra pow
wbmlj2:0:C228:99:500:Infinite extra pow (2/2)
wbmlj2:0:C227:14:001:Get Extra power - Whirlwind
wbmlj2:0:C227:15:001:Get Extra power - Bomb
wbmlj2:0:C227:16:001:Get Extra power - Thunder
wbmlj2:0:C227:17:001:Get Extra power - Fireball
wbmlj2:0:C215:01:000:Always have the key
wbmlj2:0:C215:01:001:Get the key Now!
; [ Wonder Boy in Monster Land (Japan not encrypted) ]
wbmlju:0:C202:05:000:Invincibility
wbmlju:0:C21A:01:000:Always have Gradius Sword
wbmlju:0:C21A:02:000:Always have Broad Sword
wbmlju:0:C21A:03:000:Always have Great Sword
wbmlju:0:C21A:04:000:Always have Excalibur
wbmlju:0:C21A:05:000:Always have Sword of Legend
wbmlju:0:C202:0A:000:Infinite Hearts:Turn this OFF at the end of the level
wbmlju:0:C203:0A:500:Infinite Hearts (2/2)
wbmlju:0:C216:01:000:Infinite Pills
wbmlju:0:C21F:09:000:Infinite Money
wbmlju:0:C23C:09:000:Infinite Gauntlet
wbmlju:0:C23D:09:000:Infinite Helmet
wbmlju:0:C23B:09:000:Infinite Boots
wbmlju:0:C226:01:000:Infinite extra pow
wbmlju:0:C228:99:500:Infinite extra pow (2/2)
wbmlju:0:C227:14:001:Get Extra power - Whirlwind
wbmlju:0:C227:15:001:Get Extra power - Bomb
wbmlju:0:C227:16:001:Get Extra power - Thunder
wbmlju:0:C227:17:001:Get Extra power - Fireball
wbmlju:0:C215:01:000:Always have the key
wbmlju:0:C215:01:001:Get the key Now!
; [ Wonder Boy (set 1, new encryption) ]
wboy:0:C302:07:000:Infinite Lives
wboy:0:C46A:20:007:Infinite Vitality
wboy:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses
wboy:0:C46E:00:001:Invincibility "OFF"
wboy:0:C407:02:000:Always Have the Axe
wboy:0:C408:02:000:Always Have the Skateboard
wboy:0:C407:02:001:Get the Axe Now!
wboy:0:C408:02:001:Get the Skateboard Now!
wboy:0:C407:00:001:Lose the Axe Now!
wboy:0:C408:00:001:Lose the Skateboard Now!
wboy:0:C0DA:03:000:Always Hidden Bonus Life
wboy:0:C312:01:000:Always Doll Bonus
wboy:0:C476:02:000:Always Big Bonus Fruits
wboy:0:C475:14:000:Monster Always = 10000
wboy:0:C301:04:001:Goto Level 2-1 Next
wboy:0:C301:08:001:Goto Level 3-1 Next
wboy:0:C301:0C:001:Goto Level 4-1 Next
wboy:0:C301:10:001:Goto Level 5-1 Next
wboy:0:C301:14:001:Goto Level 6-1 Next
wboy:0:C301:18:001:Goto Level 7-1 Next
wboy:0:C301:1C:001:Goto Level 8-1 Next
wboy:0:C301:1F:001:Goto Level 8-4 Next
; [ Wonder Boy (set 2) ]
wboy2:0:C302:07:000:Infinite Lives
wboy2:0:C46A:20:007:Infinite Vitality
wboy2:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses
wboy2:0:C46E:00:001:Invincibility "OFF"
wboy2:0:C407:02:000:Always Have the Axe
wboy2:0:C408:02:000:Always Have the Skateboard
wboy2:0:C407:02:001:Get the Axe Now!
wboy2:0:C408:02:001:Get the Skateboard Now!
wboy2:0:C407:00:001:Lose the Axe Now!
wboy2:0:C408:00:001:Lose the Skateboard Now!
wboy2:0:C0DA:03:000:Always Hidden Bonus Life
wboy2:0:C312:01:000:Always Doll Bonus
wboy2:0:C476:02:000:Always Big Bonus Fruits
wboy2:0:C475:14:000:Monster Always = 10000
wboy2:0:C301:04:001:Goto Level 2-1 Next
wboy2:0:C301:08:001:Goto Level 3-1 Next
wboy2:0:C301:0C:001:Goto Level 4-1 Next
wboy2:0:C301:10:001:Goto Level 5-1 Next
wboy2:0:C301:14:001:Goto Level 6-1 Next
wboy2:0:C301:18:001:Goto Level 7-1 Next
wboy2:0:C301:1C:001:Goto Level 8-1 Next
wboy2:0:C301:1F:001:Goto Level 8-4 Next
; [ Wonder Boy (set 2 not encrypted) ]
wboy2u:0:C302:07:000:Infinite Lives
wboy2u:0:C46A:20:007:Infinite Vitality
wboy2u:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses
wboy2u:0:C46E:00:001:Invincibility "OFF"
wboy2u:0:C407:02:000:Always Have the Axe
wboy2u:0:C408:02:000:Always Have the Skateboard
wboy2u:0:C407:02:001:Get the Axe Now!
wboy2u:0:C408:02:001:Get the Skateboard Now!
wboy2u:0:C407:00:001:Lose the Axe Now!
wboy2u:0:C408:00:001:Lose the Skateboard Now!
wboy2u:0:C0DA:03:000:Always Hidden Bonus Life
wboy2u:0:C312:01:000:Always Doll Bonus
wboy2u:0:C476:02:000:Always Big Bonus Fruits
wboy2u:0:C475:14:000:Monster Always = 10000
wboy2u:0:C301:04:001:Goto Level 2-1 Next
wboy2u:0:C301:08:001:Goto Level 3-1 Next
wboy2u:0:C301:0C:001:Goto Level 4-1 Next
wboy2u:0:C301:10:001:Goto Level 5-1 Next
wboy2u:0:C301:14:001:Goto Level 6-1 Next
wboy2u:0:C301:18:001:Goto Level 7-1 Next
wboy2u:0:C301:1C:001:Goto Level 8-1 Next
wboy2u:0:C301:1F:001:Goto Level 8-4 Next
; [ Wonder Boy (set 3) ]
wboy3:0:C302:07:000:Infinite Lives
wboy3:0:C46A:20:007:Infinite Vitality
wboy3:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses
wboy3:0:C46E:00:001:Invincibility "OFF"
wboy3:0:C407:02:000:Always Have the Axe
wboy3:0:C408:02:000:Always Have the Skateboard
wboy3:0:C407:02:001:Get the Axe Now!
wboy3:0:C408:02:001:Get the Skateboard Now!
wboy3:0:C407:00:001:Lose the Axe Now!
wboy3:0:C408:00:001:Lose the Skateboard Now!
wboy3:0:C0DA:03:000:Always Hidden Bonus Life
wboy3:0:C312:01:000:Always Doll Bonus
wboy3:0:C476:02:000:Always Big Bonus Fruits
wboy3:0:C475:14:000:Monster Always = 10000
wboy3:0:C301:04:001:Goto Level 2-1 Next
wboy3:0:C301:08:001:Goto Level 3-1 Next
wboy3:0:C301:0C:001:Goto Level 4-1 Next
wboy3:0:C301:10:001:Goto Level 5-1 Next
wboy3:0:C301:14:001:Goto Level 6-1 Next
wboy3:0:C301:18:001:Goto Level 7-1 Next
wboy3:0:C301:1C:001:Goto Level 8-1 Next
wboy3:0:C301:1F:001:Goto Level 8-4 Next
; [ Wonder Boy (set 1, old encryption) ]
wboyo:0:C302:07:000:Infinite Lives
wboyo:0:C46A:20:007:Infinite Vitality
wboyo:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses
wboyo:0:C46E:00:001:Invincibility "OFF"
wboyo:0:C407:02:000:Always Have the Axe
wboyo:0:C408:02:000:Always Have the Skateboard
wboyo:0:C407:02:001:Get the Axe Now!
wboyo:0:C408:02:001:Get the Skateboard Now!
wboyo:0:C407:00:001:Lose the Axe Now!
wboyo:0:C408:00:001:Lose the Skateboard Now!
wboyo:0:C0DA:03:000:Always Hidden Bonus Life
wboyo:0:C312:01:000:Always Doll Bonus
wboyo:0:C476:02:000:Always Big Bonus Fruits
wboyo:0:C475:14:000:Monster Always = 10000
wboyo:0:C301:04:001:Goto Level 2-1 Next
wboyo:0:C301:08:001:Goto Level 3-1 Next
wboyo:0:C301:0C:001:Goto Level 4-1 Next
wboyo:0:C301:10:001:Goto Level 5-1 Next
wboyo:0:C301:14:001:Goto Level 6-1 Next
wboyo:0:C301:18:001:Goto Level 7-1 Next
wboyo:0:C301:1C:001:Goto Level 8-1 Next
wboyo:0:C301:1F:001:Goto Level 8-4 Next
; [ Wonder Boy (not encrypted) ]
wboyu:0:C302:07:000:Infinite Lives
wboyu:0:C46A:20:007:Infinite Vitality
wboyu:0:C46E:01:000:Invincibility "ON":This cheat doesn't work for the end of world bosses
wboyu:0:C46E:00:001:Invincibility "OFF"
wboyu:0:C407:02:000:Always Have the Axe
wboyu:0:C408:02:000:Always Have the Skateboard
wboyu:0:C407:02:001:Get the Axe Now!
wboyu:0:C408:02:001:Get the Skateboard Now!
wboyu:0:C407:00:001:Lose the Axe Now!
wboyu:0:C408:00:001:Lose the Skateboard Now!
wboyu:0:C0DA:03:000:Always Hidden Bonus Life
wboyu:0:C312:01:000:Always Doll Bonus
wboyu:0:C476:02:000:Always Big Bonus Fruits
wboyu:0:C475:14:000:Monster Always = 10000
wboyu:0:C301:04:001:Goto Level 2-1 Next
wboyu:0:C301:08:001:Goto Level 3-1 Next
wboyu:0:C301:0C:001:Goto Level 4-1 Next
wboyu:0:C301:10:001:Goto Level 5-1 Next
wboyu:0:C301:14:001:Goto Level 6-1 Next
wboyu:0:C301:18:001:Goto Level 7-1 Next
wboyu:0:C301:1C:001:Goto Level 8-1 Next
wboyu:0:C301:1F:001:Goto Level 8-4 Next
; [ World Cup '90 (set 1) ]
wc90:0:80AD:59:000:Infinite Time:Only enable when the game has started! If accidently enabled before, then use Finish this Game Now! to disable it.
wc90:0:80AE:99:500:Infinite Time (2/2)
wc90:0:80AD:00:001:Finish this Game Now!
wc90:0:80AE:00:501:Finish this Game Now! (2/2)
wc90:0:80B0:06:001:Make this the last round
wc90:0:80B0:06:071:Select current round
wc90:0:80B1:99:073:Select score PL1
wc90:0:80B2:99:073:Select score PL2
; [ World Cup '90 (set 2) ]
wc90a:0:80AB:59:000:Infinite Time:Only enable when the game has started! If accidently enabled before, then use Finish this Game Now! to disable it.
wc90a:0:80AC:99:500:Infinite Time (2/2)
wc90a:0:80AB:00:001:Finish this Game Now!
wc90a:0:80AC:00:501:Finish this Game Now! (2/2)
wc90a:0:80AE:06:001:Make this the last round
wc90a:0:80AE:06:071:Select current round
wc90a:0:80AF:99:073:Select score PL1
wc90a:0:80B0:99:073:Select score PL2
; [ Euro League ]
wc90b:0:80AB:59:000:Infinite Time:Only enable when the game has started! If accidently enabled before, then use Finish this Game Now! to disable it.
wc90b:0:80AC:99:500:Infinite Time (2/2)
wc90b:0:80AB:00:001:Finish this Game Now!
wc90b:0:80AC:00:501:Finish this Game Now! (2/2)
wc90b:0:80AE:06:001:Make this the last round
wc90b:0:80AE:06:071:Select current round
wc90b:0:80AF:99:073:Select score PL1
wc90b:0:80B0:99:073:Select score PL2
; [ WEC Le Mans 24 ]
wecleman:0:04040B:99:000:Infinite Time
wecleman:0:04040A:09:500:Infinite Time (2/2)
wecleman:0:040409:04:001:Make this the last lap Now!
; [ West Story ]
weststry:0:08002D:99:000:Infinite Credits
weststry:0:085C21:01:001:One enemy ends levelNow!:Also one hit for boss
weststry:0:085C22:02:501:One enemy ends levelNow!(2/2):Also one hit for boss
weststry:0:08086C:03:000:Infinite Lives PL1
weststry:0:08086D:63:000:Infinite Bombs PL1
weststry:0:080825:78:000:Invincibility PL1
weststry:0:080821:03:520:Invincibility PL1 (2/2)
weststry:0:080874:00:000:Always Use Normal Gun PL1
weststry:0:080874:01:000:Always Use Semi-Auto Gun PL1
weststry:0:080874:02:000:Always Use Full-Auto Gun PL1
weststry:0:080874:00:001:Get Normal Gun Now! PL1
weststry:0:080874:01:001:Get Semi-Auto Gun Now! PL1
weststry:0:080874:02:001:Get Full-Auto Gun Now! PL1
weststry:0:080F2C:03:000:Infinite Lives PL2
weststry:0:080F2D:63:000:Infinite Bombs PL2
weststry:0:080EE5:78:000:Invincibility PL2
weststry:0:080EE1:03:520:Invincibility PL2 (2/2)
weststry:0:080F34:00:000:Always Use Normal Gun PL2
weststry:0:080F34:01:000:Always Use Semi-Auto Gun PL2
weststry:0:080F34:02:000:Always Use Full-Auto Gun PL2
weststry:0:080F34:00:001:Get Normal Gun Now! PL2
weststry:0:080F34:01:001:Get Semi-Auto Gun Now! PL2
weststry:0:080F34:02:001:Get Full-Auto Gun Now! PL2
; [ Western Express (bootleg set 1) ]
wexpresb:0:000C:99:000:Infinite Lives
wexpresb:0:0012:05:001:Get 1 more to finish Exp2 car
wexpresb:0:0056:00:000:Stop Train Bombs
wexpresb:0:0000:00:999:[This Infinite Energy cheat ]
wexpresb:0:0000:00:999:[may have to be turned OFF ]
wexpresb:0:0000:00:999:[with F6 if you get pushed ]
wexpresb:0:0000:00:999:[off the train or encounter ]
wexpresb:0:0000:00:999:[problems with the box ]
wexpresb:0:0000:00:999:[pusher. Turn the cheat back]
wexpresb:0:0000:00:999:[ON with the F6 key. ]
wexpresb:0:0031:50:000:Infinite Energy
wexpresb:0:0000:00:999:[This Infinite Time cheat ]
wexpresb:0:0000:00:999:[should be disabled when you]
wexpresb:0:0000:00:999:[you reach the engine with ]
wexpresb:0:0000:00:999:[F6 or better use the Lose ]
wexpresb:0:0000:00:999:[All Exp2 Time Now! cheat ]
wexpresb:0:0028:59:000:Infinite Exp2 Time
wexpresb:0:0028:01:001:Lose All Exp2 Time Now!
; [ Western Express (bootleg set 2) ]
wexpresc:0:000C:99:000:Infinite Lives
wexpresc:0:0012:05:001:Get 1 more to finish Exp2 car
wexpresc:0:0056:00:000:Stop Train Bombs
wexpresc:0:0000:00:999:[This Infinite Energy cheat ]
wexpresc:0:0000:00:999:[may have to be turned OFF ]
wexpresc:0:0000:00:999:[with F6 if you get pushed ]
wexpresc:0:0000:00:999:[off the train or encounter ]
wexpresc:0:0000:00:999:[problems with the box ]
wexpresc:0:0000:00:999:[pusher. Turn the cheat back]
wexpresc:0:0000:00:999:[ON with the F6 key. ]
wexpresc:0:0031:50:000:Infinite Energy
wexpresc:0:0000:00:999:[This Infinite Time cheat ]
wexpresc:0:0000:00:999:[should be disabled when you]
wexpresc:0:0000:00:999:[you reach the engine with ]
wexpresc:0:0000:00:999:[F6 or better use the Lose ]
wexpresc:0:0000:00:999:[All Exp2 Time Now! cheat ]
wexpresc:0:0028:59:000:Infinite Exp2 Time
wexpresc:0:0028:01:001:Lose All Exp2 Time Now!
; [ Western Express (World?) ]
wexpress:0:000C:99:000:Infinite Lives
wexpress:0:0012:05:001:Get 1 more to finish Exp2 car
wexpress:0:0056:00:000:Stop Train Bombs
wexpress:0:0000:00:999:[This Infinite Energy cheat ]
wexpress:0:0000:00:999:[may have to be turned OFF ]
wexpress:0:0000:00:999:[with F6 if you get pushed ]
wexpress:0:0000:00:999:[off the train or encounter ]
wexpress:0:0000:00:999:[problems with the box ]
wexpress:0:0000:00:999:[pusher. Turn the cheat back]
wexpress:0:0000:00:999:[ON with the F6 key. ]
wexpress:0:0031:50:000:Infinite Energy
wexpress:0:0000:00:999:[This Infinite Time cheat ]
wexpress:0:0000:00:999:[should be disabled when you]
wexpress:0:0000:00:999:[you reach the engine with ]
wexpress:0:0000:00:999:[F6 or better use the Lose ]
wexpress:0:0000:00:999:[All Exp2 Time Now! cheat ]
wexpress:0:0028:59:000:Infinite Exp2 Time
wexpress:0:0028:01:001:Lose All Exp2 Time Now!
; [ Wheel Of Fortune (alternate) ]
wfortuna:0:2101:63:000:Infinite Credits
wfortuna:0:2A9D:64:000:Infinite Time
wfortuna:0:2AA1:05:000:Infinite Lives PL1
wfortuna:0:2AA2:05:000:Infinite Lives PL2
wfortuna:0:2AA3:05:000:Infinite Lives PL3
; [ Wheel Of Fortune ]
wfortune:0:2101:63:000:Infinite Credits
wfortune:0:2A9D:64:000:Infinite Time
wfortune:0:2AA1:05:000:Infinite Lives PL1
wfortune:0:2AA2:05:000:Infinite Lives PL2
wfortune:0:2AA3:05:000:Infinite Lives PL3
; [ World Grand Prix (US) ]
wgp:0:108E55:09:000:Infinite Credits
wgp:0:10B6DF:00:000:Infinite Race Time
wgp:0:000000:00:999:[This game needs some better]
wgp:0:000000:00:999:[cheats - it's a strange one]
wgp:0:000000:00:999:[for sure. ROM cheats maybe ]
wgp:0:000000:00:999:[the order of the day? ]
; [ World Grand Prix (Japan) ]
wgpj:0:108E55:09:000:Infinite Credits
wgpj:0:10B6DF:00:000:Infinite Race Time
wgpj:0:000000:00:999:[This game needs some better]
wgpj:0:000000:00:999:[cheats - it's a strange one]
wgpj:0:000000:00:999:[for sure. ROM cheats maybe ]
wgpj:0:000000:00:999:[the order of the day? ]
; [ World Grand Prix (joystick version) (Japan) ]
wgpjoy:0:108E59:09:000:Infinite Credits
wgpjoy:0:10B6E3:00:000:Infinite Race Time
wgpjoy:0:000000:00:999:[This game needs some better]
wgpjoy:0:000000:00:999:[cheats - it's a strange one]
wgpjoy:0:000000:00:999:[for sure. ROM cheats maybe ]
wgpjoy:0:000000:00:999:[the order of the day? ]
; [ World Heroes ]
wh1:0:10B008:9A:000:Infinite Time
wh1:0:10600A:68:000:Infinite Energy PL1
wh1:0:10610A:68:000:Infinite Energy PL2
wh1:0:000000:00:999:[ Free player selection ]
wh1:0:000000:00:999:[ Use between rounds. ]
wh1:0:10600C:01:000:Play with Dragon PL1
wh1:0:10600C:02:000:Play with Hanzo PL1
wh1:0:10600C:03:000:Play with Muscle Power PL1
wh1:0:10600C:04:000:Play with J. Carn PL1
wh1:0:10600C:05:000:Play with Janne PL1
wh1:0:10600C:06:000:Play with Rasputin PL1
wh1:0:10600C:07:000:Play with Fuuma PL1
wh1:0:10600C:08:000:Play with Brocken PL1
wh1:0:10600C:09:000:Play with Geegus PL1:Doesn't work well
wh1:0:10610C:01:000:Play with Dragon PL2
wh1:0:10610C:02:000:Play with Hanzo PL2
wh1:0:10610C:03:000:Play with Muscle Power PL2
wh1:0:10610C:04:000:Play with J. Carn PL2
wh1:0:10610C:05:000:Play with Janne PL2
wh1:0:10610C:06:000:Play with Rasputin PL2
wh1:0:10610C:07:000:Play with Fuuma PL2
wh1:0:10610C:08:000:Play with Brocken PL2
wh1:0:10610C:09:000:Play with Geegus PL2:Doesn't work well
; [ World Heroes 2 ]
wh2:0:10C109:9A:000:Infinite Time
wh2:0:10C109:01:001:Finish this Round Now!
wh2:0:10600C:7F:000:Infinite Energy PL1
wh2:0:10600C:00:001:Drain All Energy Now! PL1
wh2:0:000000:00:999:[ Free player selection ]
wh2:0:000000:00:999:[ Use BETWEEN rounds, or ]
wh2:0:000000:00:999:[ at world map. ]
wh2:0:000000:00:999:[ Some glitches, however. ]
wh2:0:106004:01:001:Play with K. Dragon PL1
wh2:0:106004:02:001:Play with Hanzou PL1
wh2:0:106004:03:001:Play with Muscle Power PL1
wh2:0:106004:04:001:Play with J. Carn PL1
wh2:0:106004:05:001:Play with Janne PL1
wh2:0:106004:06:001:Play with Rasputin PL1
wh2:0:106004:07:001:Play with Fuuma PL1
wh2:0:106004:08:001:Play with Brocken PL1
wh2:0:106004:09:001:Play with Shura PL1
wh2:0:106004:0A:001:Play with Ryoko PL1
wh2:0:106004:0B:001:Play with C. Kidd PL1
wh2:0:106004:0C:001:Play with Mudman PL1
wh2:0:106004:0D:001:Play with Erick PL1
wh2:0:106004:0E:001:Play with J. Max PL1
wh2:0:106004:0F:001:Play with Dio PL1
wh2:0:106004:10:001:Play with Neo Geegus PL1:Doesn't work well
wh2:0:10610C:7F:000:Infinite Energy PL2
wh2:0:10610C:00:001:Drain All Energy Now! PL2
wh2:0:000000:00:999:[ Free player selection ]
wh2:0:000000:00:999:[ Use BETWEEN rounds, or ]
wh2:0:000000:00:999:[ at world map. ]
wh2:0:000000:00:999:[ Some glitches, however. ]
wh2:0:106104:01:001:Play with K. Dragon PL2
wh2:0:106104:02:001:Play with Hanzou PL2
wh2:0:106104:03:001:Play with Muscle Power PL2
wh2:0:106104:04:001:Play with J. Carn PL2
wh2:0:106104:05:001:Play with Janne PL2
wh2:0:106104:06:001:Play with Rasputin PL2
wh2:0:106104:07:001:Play with Fuuma PL2
wh2:0:106104:08:001:Play with Brocken PL2
wh2:0:106104:09:001:Play with Shura PL2
wh2:0:106104:0A:001:Play with Ryoko PL2
wh2:0:106104:0B:001:Play with C. Kidd PL2
wh2:0:106104:0C:001:Play with Mudman PL2
wh2:0:106104:0D:001:Play with Erick PL2
wh2:0:106104:0E:001:Play with J. Max PL2
wh2:0:106104:0F:001:Play with Dio PL2
wh2:0:106104:10:001:Play with Neo Geegus PL2 :Doesn't work well
; [ World Heroes 2 Jet ]
wh2j:0:10C109:9A:000:Infinite Time
wh2j:0:10C109:01:001:Finish this Round Now!
wh2j:0:10600C:60:000:Infinite Energy PL1
wh2j:0:10600C:00:001:Drain All Energy Now! PL1
wh2j:0:000000:00:999:[ Free player selection ]
wh2j:0:000000:00:999:[ Use BETWEEN rounds ]
wh2j:0:106004:01:001:Play with Dragon PL1
wh2j:0:106004:02:001:Play with Hanzou PL1
wh2j:0:106004:03:001:Play with Muscle PL1
wh2j:0:106004:04:001:Play with J. Carn PL1
wh2j:0:106004:05:001:Play with Janne PL1
wh2j:0:106004:06:001:Play with Rasputin PL1
wh2j:0:106004:07:001:Play with Fuuma PL1
wh2j:0:106004:08:001:Play with Brocken PL1
wh2j:0:106004:09:001:Play with Shura PL1
wh2j:0:106004:0A:001:Play with Ryoko PL1
wh2j:0:106004:0B:001:Play with C. Kidd PL1
wh2j:0:106004:0C:001:Play with Mudman PL1
wh2j:0:106004:0D:001:Play with Erick PL1
wh2j:0:106004:0E:001:Play with J. Max PL1
wh2j:0:106004:0F:001:Play with Jack PL1
wh2j:0:106004:10:001:Play with Ryofu PL1
wh2j:0:106004:11:001:Play with Zeus PL1
wh2j:0:10610C:60:000:Infinite Energy PL2
wh2j:0:10610C:00:001:Drain All Energy Now! PL2
wh2j:0:000000:00:999:[ Free player selection ]
wh2j:0:000000:00:999:[ Use BETWEEN rounds ]
wh2j:0:106104:01:001:Play with Dragon PL2
wh2j:0:106104:02:001:Play with Hanzou PL2
wh2j:0:106104:03:001:Play with Muscle PL2
wh2j:0:106104:04:001:Play with J. Carn PL2
wh2j:0:106104:05:001:Play with Janne PL2
wh2j:0:106104:06:001:Play with Rasputin PL2
wh2j:0:106104:07:001:Play with Fuuma PL2
wh2j:0:106104:08:001:Play with Brocken PL2
wh2j:0:106104:09:001:Play with Shura PL2
wh2j:0:106104:0A:001:Play with Ryoko PL2
wh2j:0:106104:0B:001:Play with C. Kidd PL2
wh2j:0:106104:0C:001:Play with Mudman PL2
wh2j:0:106104:0D:001:Play with Erick PL2
wh2j:0:106104:0E:001:Play with J. Max PL2
wh2j:0:106104:0F:001:Play with Jack PL2
wh2j:0:106104:10:001:Play with Ryofu PL2
wh2j:0:106104:11:001:Play with Zeus PL2
; [ Who Dunit (version 8.0) ]
whodunit:0:3317:00:000:No time between bullets
whodunit:0:3347:03:000:Infinite Lives PL1
whodunit:0:3369:03:000:Infinite Lives PL2
; [ Whoopee (Japan) / Pipi & Bibis (World) ]
whoopee:0:08066D:04:000:Always have 4 Coins
whoopee:0:080673:77:000:Stop End-of-Level Bomb Timer:Turn off to leave level
whoopee:0:08073F:01:007:Only 1 Computer Left
whoopee:0:000000:00:999:[See the Dip Switch Menu to ]
whoopee:0:000000:00:999:[enable an alternate ]
whoopee:0:000000:00:999:[Invincibility cheat. ]
whoopee:0:080641:05:000:Infinite Lives PL1
whoopee:0:080689:1B:000:Invincibility PL1
whoopee:0:08064F:05:000:Infinite Lives PL2
whoopee:0:0806E9:7D:000:Invincibility PL2
; [ World Heroes Perfect ]
whp:0:10C109:9A:000:Infinite Time
whp:0:10600C:C0:000:Infinite Energy PL1
whp:0:106A17:DF:000:Always Hero PL1
whp:0:10610C:C0:000:Infinite Energy PL2
whp:0:106B17:DF:000:Always Hero PL2
whp:0:000000:00:999:[ Free player selection ]
whp:0:000000:00:999:[ Use at selection screen ]
whp:0:10B070:11:001:Play with Zeus PL1
whp:0:10B070:12:001:Play with Neo-Dio PL1
whp:0:10B070:13:001:Play with Goku PL1
whp:0:10B071:11:001:Play with Zeus PL2
whp:0:10B071:12:001:Play with Neo-Dio PL2
whp:0:10B071:13:001:Play with Goku PL2
whp:0:000000:00:999:[ For ingame change ]
whp:0:000000:00:999:[ Use BETWEEN rounds ]
whp:0:106004:01:001:Play with Dragon PL1
whp:0:106004:02:001:Play with Hanzou PL1
whp:0:106004:03:001:Play with Muscle PL1
whp:0:106004:04:001:Play with J. Carn PL1
whp:0:106004:05:001:Play with Janne PL1
whp:0:106004:06:001:Play with Rasputin PL1
whp:0:106004:07:001:Play with Fuuma PL1
whp:0:106004:08:001:Play with Brocken PL1
whp:0:106004:09:001:Play with Shura PL1
whp:0:106004:0A:001:Play with Ryoko PL1
whp:0:106004:0B:001:Play with C. Kidd PL1
whp:0:106004:0C:001:Play with Mudman PL1
whp:0:106004:0D:001:Play with Erick PL1
whp:0:106004:0E:001:Play with J. Max PL1
whp:0:106004:0F:001:Play with Jack PL1
whp:0:106004:10:001:Play with Ryofu PL1
whp:0:106004:11:001:Play with Zeus PL1
whp:0:106004:12:001:Play with Neo-Dio PL1
whp:0:106004:13:001:Play with Goku PL1
whp:0:106104:01:001:Play with Dragon PL2
whp:0:106104:02:001:Play with Hanzou PL2
whp:0:106104:03:001:Play with Muscle PL2
whp:0:106104:04:001:Play with J. Carn PL2
whp:0:106104:05:001:Play with Janne PL2
whp:0:106104:06:001:Play with Rasputin PL2
whp:0:106104:07:001:Play with Fuuma PL2
whp:0:106104:08:001:Play with Brocken PL2
whp:0:106104:09:001:Play with Shura PL2
whp:0:106104:0A:001:Play with Ryoko PL2
whp:0:106104:0B:001:Play with C. Kidd PL2
whp:0:106104:0C:001:Play with Mudman PL2
whp:0:106104:0D:001:Play with Erick PL2
whp:0:106104:0E:001:Play with J. Max PL2
whp:0:106104:0F:001:Play with Jack PL2
whp:0:106104:10:001:Play with Ryofu PL2
whp:0:106104:11:001:Play with Zeus PL2
whp:0:106104:12:001:Play with Neo-Dio PL2
whp:0:106104:13:001:Play with Goku PL2
; [ Wild Fang ]
wildfang:0:0608CC:99:000:Infinite Time
wildfang:0:060E1E:03:000:Infinite Lives PL1
wildfang:0:060E17:03:000:Infinite Polymorphes PL1
wildfang:0:060DD7:32:000:Infinite Energy PL1
wildfang:0:060E11:40:000:Invincibility PL1
wildfang:0:060E0A:03:000:Change to Dragon PL1:Infinite Time
wildfang:0:060F3F:03:501:Change to Dragon PL1 (2/5)
wildfang:0:060F81:06:501:Change to Dragon PL1 (3/5)
wildfang:0:060F82:0D:501:Change to Dragon PL1 (4/5)
wildfang:0:060F83:BE:501:Change to Dragon PL1 (5/5)
wildfang:0:060E0A:00:001:Dragon Time Over Now! PL1
wildfang:0:060E9F:03:000:Infinite Lives PL2
wildfang:0:060E97:03:000:Infinite Polymorphes PL2
wildfang:0:060E57:32:000:Infinite Energy PL2
wildfang:0:060E91:40:000:Invincibility PL2
wildfang:0:060E8A:03:000:Change to Dragon PL1:Infinite Time
wildfang:0:06103F:03:501:Change to Dragon PL1 (2/5)
wildfang:0:061081:06:501:Change to Dragon PL1 (3/5)
wildfang:0:061082:0E:501:Change to Dragon PL1 (4/5)
wildfang:0:061083:3E:501:Change to Dragon PL1 (5/5)
wildfang:0:060E8A:00:001:Dragon Time Over PL1
; [ Willow (Japan, English) ]
willow:0:FF8342:09:000:Infinite Lives
willow:0:FF8362:06:000:Infinite Energy
willow:0:FF83C7:59:000:Infinite Time
willow:0:FF8369:90:000:Infinite Money
willow:0:FF835D:03:000:Infinite Bracelets
willow:0:FF8345:05:071:Select current stage
willow:0:FF8345:05:061:Select next stage
; [ Willow (Japan, Japanese) ]
willowj:0:FF8342:09:000:Infinite Lives
willowj:0:FF8362:06:000:Infinite Energy
willowj:0:FF83C7:59:000:Infinite Time
willowj:0:FF8369:90:000:Infinite Money
willowj:0:FF835D:03:000:Infinite Bracelets
willowj:0:FF8345:05:071:Select current stage
willowj:0:FF8345:05:061:Select next stage
; [ Winter Bobble, The ]
wintbob:0:100195:09:000:Infinite Credits
wintbob:0:1000BB:20:000:Infinite Time
wintbob:0:000000:00:999:[See the Dip Switch Menu to ]
wintbob:0:000000:00:999:[enable Invincibility. ]
wintbob:0:101591:0A:000:Infinite Lives PL1
wintbob:0:1015A8:70:000:All Bonus PL1
wintbob:0:1015A8:70:000:Always have all powers PL1
wintbob:0:1015A8:10:020:Always have pow-up shot PL1
wintbob:0:1015A8:20:020:Always have pow-up range PL1
wintbob:0:1015A8:40:020:Always have pow-up speed PL1
wintbob:0:1015A8:70:001:Get all powers Now! PL1
wintbob:0:1015A8:10:021:Get pow-up shot Now! PL1
wintbob:0:1015A8:20:021:Get pow-up range Now! PL1
wintbob:0:1015A8:40:021:Get pow-up speed Now! PL1
wintbob:0:1015A7:0A:000:Infinite Lives PL2
wintbob:0:1015A9:70:000:All Bonus PL2
wintbob:0:1015A9:70:000:Always have all powers PL2
wintbob:0:1015A9:10:020:Always have pow-up shot PL2
wintbob:0:1015A9:20:020:Always have pow-up range PL2
wintbob:0:1015A9:40:020:Always have pow-up speed PL2
wintbob:0:1015A9:70:001:Get all powers Now! PL2
wintbob:0:1015A9:10:021:Get pow-up shot Now! PL2
wintbob:0:1015A9:20:021:Get pow-up range Now! PL2
wintbob:0:1015A9:40:021:Get pow-up speed Now!PL2
wintbob:0:1018CA:00:001:One hit for boss Now!
wintbob:0:1018CB:01:501:One hit for boss Now! (2/4)
wintbob:0:10190A:00:501:One hit for boss Now! (3/4)
wintbob:0:10190B:01:501:One hit for boss Now! (4/4)
wintbob:0:101573:04:000:Goto Floor 5
wintbob:0:101573:09:001:Goto Floor 10
wintbob:0:101573:0D:001:Goto Floor 15
wintbob:0:101573:12:001:Goto Floor 20
wintbob:0:101573:17:001:Goto Floor 25
wintbob:0:101573:1C:001:Goto Floor 30
wintbob:0:101573:21:001:Goto Floor 35
wintbob:0:101573:26:001:Goto Floor 40
wintbob:0:101573:2B:001:Goto Floor 45
wintbob:0:101573:30:001:Goto Floor 50
; [ Wiping ]
wiping:0:9100:05:000:Infinite Lives
; [ Wise Guy ]
wiseguy:0:E906:09:000:Infinite Lives
wiseguy:0:EB16:2F:000:Infinite Time
wiseguy:0:EAE4:00:001:Finish this stage Now!
wiseguy:0:E907:09:001:Get 9 stars Now!
; [ Wiz ]
wiz:0:C064:09:000:Infinite Lives PL1
wiz:0:C065:09:000:Infinite Lives PL2
wiz:0:C6F9:09:000:Infinite Cutters
wiz:0:C6FA:09:000:Infinite Time Stoppers
wiz:0:C6FB:09:000:Infinite Barriers
wiz:0:C6FC:09:000:Infinite Quicks
wiz:0:C6FD:09:000:Infinite Bombers
wiz:0:C6FE:09:000:Infinite Fire
wiz:0:C6FF:09:000:Infinite Helpers
; [ Wiz (Taito) ]
wizt:0:C064:09:000:Infinite Lives PL1
wizt:0:C065:09:000:Infinite Lives PL2
wizt:0:C6F9:09:000:Infinite Cutters
wizt:0:C6FA:09:000:Infinite Time Stoppers
wizt:0:C6FB:09:000:Infinite Barriers
wizt:0:C6FC:09:000:Infinite Quicks
wizt:0:C6FD:09:000:Infinite Bombers
wizt:0:C6FE:09:000:Infinite Fire
wizt:0:C6FF:09:000:Infinite Helpers
; [ Windjammers / Flying Power Disc ]
wjammers:0:10008D:99:000:Infinite Set Time
wjammers:0:10008D:00:001:Finish Set Now!
wjammers:0:100873:00:000:Score always = 0 PL1
wjammers:0:100873:99:000:Score always = 99 PL1
wjammers:0:100873:00:001:Set score = 0 Now! PL1
wjammers:0:100873:99:001:Set score = 99 Now! PL1
wjammers:0:100873:99:073:Select Score Now! PL1
wjammers:0:1008F3:00:000:Score always = 0 PL2
wjammers:0:1008F3:99:000:Score always = 99 PL2
wjammers:0:1008F3:00:001:Set score = 0 Now! PL2
wjammers:0:1008F3:99:001:Set score = 99 Now! PL2
wjammers:0:1008F3:99:073:Select Score Now! PL2
; [ World Court (Japan) ]
wldcourt:0:01A0:00:000:Game Score always = 0 PL1
wldcourt:0:01A0:00:001:Set Game Score = 0 Now! PL1
wldcourt:0:01A0:01:001:Set Game Score = 15 Now! PL1
wldcourt:0:01A0:02:001:Set Game Score = 30 Now! PL1
wldcourt:0:01A0:03:001:Set Game Score = 40 Now! PL1
wldcourt:0:019A:07:070:Select 'Sets' score PL1
wldcourt:0:01A1:00:000:Game Score always = 0 PL2
wldcourt:0:01A1:00:001:Set Game Score = 0 Now! PL2
wldcourt:0:01A1:01:001:Set Game Score = 15 Now! PL2
wldcourt:0:01A1:02:001:Set Game Score = 30 Now! PL2
wldcourt:0:01A1:03:001:Set Game Score = 40 Now! PL2
wldcourt:0:019B:07:070:Select 'Sets' score PL2
wldcourt:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ Wonder Momo ]
wndrmomo:0:4458:7F:000:Infinite Vital
wndrmomo:0:4459:7F:000:Always have maximum wonder
wndrmomo:0:450D:EC:000:Invincibility
; [ Wonder Planet (Japan) ]
wndrplnt:0:060042:09:000:Infinite Credits
wndrplnt:0:060204:99:000:Infinite Lives
wndrplnt:0:060250:80:000:Infinite Energy
wndrplnt:0:060401:80:040:Invincibility
wndrplnt:0:06020D:99:000:Infinite Money
wndrplnt:0:06020E:99:500:Infinite Money (2/3)
wndrplnt:0:06020F:99:500:Infinite Money (3/3)
wndrplnt:0:060286:02:000:Infinite Shop Time:Turn off to finish stage
; [ Warriors of Fate (World) ]
wof:0:FF81B2:3B:000:Infinite Time
wof:0:FF81DE:63:000:Infinite Boss Time
wof:0:FF7F9B:03:000:Infinite Lives PL1
wof:0:FFBE9F:68:000:Infinite Energy PL1
wof:0:FFBED5:02:000:Invincibility PL1
wof:0:FF7F9C:03:000:Infinite Lives PL2
wof:0:FFBF7F:68:000:Infinite Energy PL2
wof:0:FFBFB5:02:000:Invincibility PL2
wof:0:FF7F9D:03:000:Infinite Lives PL3
wof:0:FFC05F:68:000:Infinite Energy PL3
wof:0:FFC095:02:000:Invincibility PL3
; [ Sangokushi II (Asia) ]
wofa:0:FF81B2:3B:000:Infinite Time
wofa:0:FF81DE:63:000:Infinite Boss Time
wofa:0:FF7F9B:03:000:Infinite Lives PL1
wofa:0:FFBE9F:68:000:Infinite Energy PL1
wofa:0:FFBED5:02:000:Invincibility PL1
wofa:0:FF7F9C:03:000:Infinite Lives PL2
wofa:0:FFBF7F:68:000:Infinite Energy PL2
wofa:0:FFBFB5:02:000:Invincibility PL2
wofa:0:FF7F9D:03:000:Infinite Lives PL3
wofa:0:FFC05F:68:000:Infinite Energy PL3
wofa:0:FFC095:02:000:Invincibility PL3
; [ Tenchi wo Kurau II - Sekiheki no Tatakai (Japan) ]
wofj:0:FF81B2:3B:000:Infinite Time
wofj:0:FF81DE:63:000:Infinite Boss Time
wofj:0:FF7F9B:03:000:Infinite Lives PL1
wofj:0:FFBE9F:68:000:Infinite Energy PL1
wofj:0:FFBED5:02:000:Invincibility PL1
wofj:0:FF7F9C:03:000:Infinite Lives PL2
wofj:0:FFBF7F:68:000:Infinite Energy PL2
wofj:0:FFBFB5:02:000:Invincibility PL2
wofj:0:FF7F9D:03:000:Infinite Lives PL3
wofj:0:FFC05F:68:000:Infinite Energy PL3
wofj:0:FFC095:02:000:Invincibility PL3
; [ Warriors of Fate (US) ]
wofu:0:FF81B2:3B:000:Infinite Time
wofu:0:FF81DE:63:000:Infinite Boss Time
wofu:0:FF7F9B:03:000:Infinite Lives PL1
wofu:0:FFBE9F:68:000:Infinite Energy PL1
wofu:0:FFBED5:02:000:Invincibility PL1
wofu:0:FF7F9C:03:000:Infinite Lives PL2
wofu:0:FFBF7F:68:000:Infinite Energy PL2
wofu:0:FFBFB5:02:000:Invincibility PL2
wofu:0:FF7F9D:03:000:Infinite Lives PL3
wofu:0:FFC05F:68:000:Infinite Energy PL3
wofu:0:FFC095:02:000:Invincibility PL3
; [ Wonder 3 (Japan) ]
wonder3:0:FF0D59:09:000:Infinite Credits
wonder3:0:000000:00:999:[Infinite Lives on all parts]
wonder3:0:FF0DE7:03:000:Infinite Lives PL1
wonder3:0:FF0DE8:03:000:Infinite Lives PL2
wonder3:0:000000:00:999:[MIDNIGHT WANDERERS (Action)]
wonder3:0:FF1011:09:000:Infinite Time
wonder3:0:FF1838:B4:000:Invincibility PL1
wonder3:0:FF17BA:80:520:Invincibility PL1 (2/2)
wonder3:0:FF0E17:63:000:One heart always=lifePL1
wonder3:0:FF0E19:64:500:One heart always=lifePL1(2/2)
wonder3:0:FF0E17:63:001:One heart=life Now! PL1
wonder3:0:FF0E19:64:501:One heart=life Now! PL1 (2/2)
wonder3:0:FF18D8:B4:000:Invincibility PL2
wonder3:0:FF185A:80:520:Invincibility PL2 (2/2)
wonder3:0:FF0E1B:63:000:One heart always=lifePL2
wonder3:0:FF0E1D:64:500:One heart always=lifePL2(2/2)
wonder3:0:FF0E1B:63:001:One heart=life Now! PL2
wonder3:0:FF0E1D:64:501:One heart=life Now! PL2 (2/2)
wonder3:0:000000:00:999:[CHARIOT (Shooting)]
wonder3:0:FF1838:B4:000:Invincibility PL1
wonder3:0:FF17BA:80:520:Invincibility PL1 (2/2)
wonder3:0:FF184D:59:000:One heart always=lifePL1
wonder3:0:FF184C:5A:500:One heart always=lifePL1(2/2)
wonder3:0:FF184D:59:001:One heart=life Now! PL1
wonder3:0:FF184C:5A:501:One heart=life Now! PL1 (2/2)
wonder3:0:FF18D8:B4:000:Invincibility PL2
wonder3:0:FF185A:80:520:Invincibility PL2 (2/2)
wonder3:0:FF18ED:59:000:One heart always=lifePL2
wonder3:0:FF18EC:5A:500:One heart always=lifePL2(2/2)
wonder3:0:FF18ED:59:001:One heart=life Now! PL2
wonder3:0:FF18EC:5A:501:One heart=life Now! PL2 (2/2)
wonder3:0:000000:00:999:[DON'T PULL (Puzzle)]
wonder3:0:FF0EC3:16:000:Next fruit always = 100000
wonder3:0:FF0EC3:16:001:Next fruit = 100000 Now!
wonder3:0:FF17D2:01:000:Invincibility PL1
wonder3:0:FF17D3:2C:500:Invincibility PL1 (2/2)
wonder3:0:FF0EBC:62:000:One fruit always=lifePL1
wonder3:0:FF0EBE:63:500:One fruit always=lifePL1(2/2)
wonder3:0:FF0EBC:62:001:One fruit = life Now!PL1
wonder3:0:FF0EBE:63:501:One fruit = life Now!PL1(2/2)
wonder3:0:FF1872:01:000:Invincibility PL2
wonder3:0:FF1873:2C:500:Invincibility PL2 (2/2)
wonder3:0:FF0EBD:62:000:One fruit always=lifePL2
wonder3:0:FF0EBF:63:500:One fruit always=lifePL2(2/2)
wonder3:0:FF0EBD:62:001:One fruit = life Now!PL2
wonder3:0:FF0EBF:63:501:One fruit = life Now!PL2(2/2)
wonder3:0:FF104A:00:000:Skip round until turned off:Remember to turn it off!
; [ World Wars (Japan) ]
worldwar:0:E3CA:99:000:Infinite Credits
worldwar:0:E400:99:000:Infinite Lives PL1
worldwar:0:E417:12:000:Infinite Energy PL1
worldwar:0:E42B:9D:000:Invincibility PL1
worldwar:0:E450:99:000:Infinite Lives PL2
worldwar:0:E467:12:000:Infinite Energy PL2
worldwar:0:E47B:9D:000:Invincibility PL2
; [ War of the Worlds ]
wotw:0:01F9:09:000:Infinite Credits
wotw:0:0181:09:000:Infinite Lives PL1
wotw:0:0185:09:000:Infinite Lives PL2
; [ Wizard of Wor ]
wow:0:D301:05:000:Infinite Lives PL1
wow:0:D300:05:000:Infinite Lives PL2
; [ Vs. Wrecking Crew ]
wrecking:0:0318:04:000:Infinite Lives PL1
; [ Wrestle War ]
wrestwar:0:FFE123:59:000:Infinite Time
wrestwar:0:FFC0C0:7F:000:Infinite Energy PL1
wrestwar:0:FFC0C0:00:001:Lose all Energy Now! PL1
wrestwar:0:FFC2C0:7F:000:Infinite Energy PL2
wrestwar:0:FFC2C0:00:001:Lose all Energy Now! PL2
; [ War of Aero - Project MEIOU ]
wrofaero:0:30081F:0A:000:Infinite Lives PL1
wrofaero:0:300831:78:000:Invincibility PL1
wrofaero:0:300867:0A:000:Infinite Lives PL2
wrofaero:0:300879:78:000:Invincibility PL2
; [ World Stadium (Japan) ]
ws:0:403E:09:000:Infinite Credits
ws:0:40C3:00:000:Infinite Strikes
ws:0:40C4:00:000:Infinite Balls
ws:0:40C5:00:000:Infinite Outs
ws:0:40C3:00:001:Set Strikes to 0 Now!
ws:0:40C3:03:001:Set Strikes to 3 Now!
ws:0:40C4:00:001:Set Balls to 0 Now!
ws:0:40C4:03:001:Set Balls to 3 Now!
ws:0:40C5:00:001:Set Outs to 0 Now!
ws:0:40C5:02:001:Set Outs to 2 Now!
ws:0:5AD5:63:070:Select score Now! PL1
ws:0:5ACA:63:070:Select score Now! PL2
ws:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ World Stadium '89 (Japan) ]
ws89:0:403C:09:000:Infinite Credits
ws89:0:40C1:00:000:Infinite Strikes
ws89:0:40C2:00:000:Infinite Balls
ws89:0:40C3:00:000:Infinite Outs
ws89:0:40C1:00:001:Set Strikes to 0 Now!
ws89:0:40C1:03:001:Set Strikes to 3 Now!
ws89:0:40C2:00:001:Set Balls to 0 Now!
ws89:0:40C2:03:001:Set Balls to 3 Now!
ws89:0:40C3:00:001:Set Outs to 0 Now!
ws89:0:40C3:02:001:Set Outs to 2 Now!
ws89:0:5AD5:63:070:Select score Now! PL1
ws89:0:5ACA:63:070:Select score Now! PL2
ws89:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ World Stadium '90 (Japan) ]
ws90:0:403C:09:000:Infinite Credits
ws90:0:40C1:00:000:Infinite Strikes
ws90:0:40C2:00:000:Infinite Balls
ws90:0:40C3:00:000:Infinite Outs
ws90:0:40C1:00:001:Set Strikes to 0 Now!
ws90:0:40C1:03:001:Set Strikes to 3 Now!
ws90:0:40C2:00:001:Set Balls to 0 Now!
ws90:0:40C2:03:001:Set Balls to 3 Now!
ws90:0:40C3:00:001:Set Outs to 0 Now!
ws90:0:40C3:02:001:Set Outs to 2 Now!
ws90:0:5AD5:63:070:Select score Now! PL1
ws90:0:5ACA:63:070:Select score Now! PL2
ws90:3:00AF:01:000:Sound Test Timer Stop:Works for all Namco Sys 1
; [ World Series: The Season ]
wseries:0:E403:63:000:Infinite Credits
wseries:0:E400:01:500:Infinite Credits (2/2)
wseries:0:EA93:00:000:Infinite Strikes
wseries:0:EA92:00:000:Infinite Balls
wseries:0:EA94:00:000:Infinite Outs
wseries:0:EA93:00:001:Set Strikes to 0 Now!
wseries:0:EA93:02:001:Set Strikes to 2 Now!
wseries:0:EA92:00:001:Set Balls to 0 Now!
wseries:0:EA92:03:001:Set Balls to 3 Now!
wseries:0:EA94:00:001:Set Outs to 0 Now!
wseries:0:EA94:02:001:Set Outs to 2 Now!
wseries:0:EA90:99:073:Select Score - Away Team (Top Scoreboard)
wseries:0:EA91:99:073:Select Score - Home Team (Bottom Scoreboard)
; [ World Tennis ]
wtennis:0:00BD:05:000:Infinite Lives PL1
wtennis:0:00BF:00:000:'HER' always set to 0 PL1
wtennis:0:00C0:00:000:'HIS' always set to 0 PL1
wtennis:0:00BF:00:001:Set 'HER' to 0 Now! PL1
wtennis:0:00C0:00:001:Set 'HIS' to 0 Now! PL1
wtennis:0:00BF:03:001:Set 'HER' to 3 Now! PL1
wtennis:0:00C0:03:001:Set 'HIS' to 3 Now! PL1
wtennis:0:00BE:05:000:Infinite Lives PL2
wtennis:0:00C2:00:000:'HIS' always set to 0 PL2
wtennis:0:00C1:00:000:'HER' always set to 0 PL2
wtennis:0:00C2:00:001:Set 'HIS' to 0 Now! PL2
wtennis:0:00C1:00:001:Set 'HER' to 0 Now! PL2
wtennis:0:00C2:03:001:Set 'HIS' to 3 Now! PL2
wtennis:0:00C1:03:001:Set 'HER' to 3 Now! PL2
; [ Wild Western (set 2) ]
wwester1:0:8620:03:000:Infinite Lives
wwester1:0:0000:00:999:[See the Dip Switch Menu to ]
wwester1:0:0000:00:999:[enable Invincibility. ]
; [ Wild Western (set 1) ]
wwestern:0:8620:03:000:Infinite Lives
wwestern:0:0000:00:999:[See the Dip Switch Menu to ]
wwestern:0:0000:00:999:[enable Invincibility. ]
; [ WWF: Wrestlemania (rev 1.30) ]
wwfmania:0:0022C6BC:A3:000:Infinite Energy PL1
wwfmania:0:0022C6BC:00:001:Drain All Energy Now! PL1
wwfmania:0:0022C6CC:A3:000:Infinite Energy PL2
wwfmania:0:0022C6CC:00:001:Drain All Energy Now! PL2
; [ WWF Superstars (US) ]
wwfsstar:0:1C0017:99:000:Infinite Credits
wwfsstar:0:1C1851:42:000:Infinite Time
wwfsstar:0:1C013D:30:000:Infinite Energy 1st Character
wwfsstar:0:1C013D:00:001:Drain All Energy Now! 1st Char
wwfsstar:0:000000:00:999:[Enable these player selection ]
wwfsstar:0:000000:00:999:[cheats on the interluding WWF ]
wwfsstar:0:000000:00:999:[screen (the one with 3 people) ]
wwfsstar:0:000000:00:999:[Pause the game and enable. ]
wwfsstar:0:1C0071:00:001:Play as Savage 1st Char
wwfsstar:0:1C0071:01:001:Play as Hogan 1st Char
wwfsstar:0:1C0071:02:001:Play as Warrior 1st Char
wwfsstar:0:1C0071:03:001:Play as Honky Tonk 1st Char
wwfsstar:0:1C0071:04:001:Play as Duggan 1st Char
wwfsstar:0:1C0071:05:001:Play as Big Boss 1st Char
wwfsstar:0:1C0071:06:001:Play as Dibiase 1st Char:The name displayed is Andre though!
wwfsstar:0:1C0071:07:001:Play as Andre 1st Char:The name displayed is Dibiase though!
wwfsstar:0:1C0257:30:000:Infinite Energy 2nd Character
wwfsstar:0:1C0257:00:001:Drain All Energy Now! 2nd Char
wwfsstar:0:000000:00:999:[Enable these player selection ]
wwfsstar:0:000000:00:999:[cheats on the interluding WWF ]
wwfsstar:0:000000:00:999:[screen (the one with 3 people) ]
wwfsstar:0:000000:00:999:[Pause the game and enable. ]
wwfsstar:0:1C006F:00:001:Play as Savage 2nd Char
wwfsstar:0:1C006F:01:001:Play as Hogan 2nd Char
wwfsstar:0:1C006F:02:001:Play as Warrior 2nd Char
wwfsstar:0:1C006F:03:001:Play as Honky Tonk 2nd Char
wwfsstar:0:1C006F:04:001:Play as Duggan 2nd Char
wwfsstar:0:1C006F:05:001:Play as Big Boss 2nd Char
wwfsstar:0:1C006F:06:001:Play as Dibiase 2nd Char
wwfsstar:0:1C006F:07:001:Play as Andre 2nd Char
wwfsstar:0:1C0371:30:000:Infinite Energy 3rd Character
wwfsstar:0:1C0371:00:001:Drain All Energy Now! 3rd Char
wwfsstar:0:000000:00:999:[Enable these player selection ]
wwfsstar:0:000000:00:999:[cheats on the interluding WWF ]
wwfsstar:0:000000:00:999:[screen (the one with 3 people) ]
wwfsstar:0:000000:00:999:[Pause the game and enable. ]
wwfsstar:0:1C0087:00:001:Play as Savage 3rd Char
wwfsstar:0:1C0087:01:001:Play as Hogan 3rd Char
wwfsstar:0:1C0087:02:001:Play as Warrior 3rd Char
wwfsstar:0:1C0087:03:001:Play as Honky Tonk 3rd Char
wwfsstar:0:1C0087:04:001:Play as Duggan 3rd Char
wwfsstar:0:1C0087:05:001:Play as Big Boss 3rd Char
wwfsstar:0:1C0087:06:001:Play as Dibiase 3rd Char:The name displayed is Andre though!
wwfsstar:0:1C0087:07:001:Play as Andre 3rd Char:The name displayed is Dibiase though!
wwfsstar:0:1C048B:30:000:Infinite Energy 4th Character
wwfsstar:0:1C048B:00:001:Drain All Energy Now! 4th Char
wwfsstar:0:000000:00:999:[Enable these player selection ]
wwfsstar:0:000000:00:999:[cheats on the interluding WWF ]
wwfsstar:0:000000:00:999:[screen (the one with 3 people) ]
wwfsstar:0:000000:00:999:[Pause the game and enable. ]
wwfsstar:0:1C0085:00:001:Play as Savage 4th Char
wwfsstar:0:1C0085:01:001:Play as Hogan 4th Char
wwfsstar:0:1C0085:02:001:Play as Warrior 4th Char
wwfsstar:0:1C0085:03:001:Play as Honky Tonk 4th Char
wwfsstar:0:1C0085:04:001:Play as Duggan 4th Char
wwfsstar:0:1C0085:05:001:Play as Big Boss 4th Char
wwfsstar:0:1C0085:06:001:Play as Dibiase 4th Char
wwfsstar:0:1C0085:07:001:Play as Andre 4th Char
; [ WWF WrestleFest (US) ]
wwfwfest:0:1C004F:63:000:Infinite Credits
wwfwfest:0:1C16A3:59:000:Infinite Time
wwfwfest:0:1C16A1:99:500:Infinite Time (2/2)
wwfwfest:0:1C0617:6E:000:Infinite Energy 1st Character
wwfwfest:0:1C061F:6E:500:Infinite Energy 1st Character (2/2)
wwfwfest:0:1C0617:00:001:Drain All Energy Now! 1st Character
wwfwfest:0:1C061F:00:501:Drain All Energy Now! 1st Character (2/2)
wwfwfest:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfest:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfest:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfest:0:1C0607:00:001:Play as Hulk Hogan 1st Char
wwfwfest:0:1C0607:01:001:Play as Ultimate Warrior 1st Char
wwfwfest:0:1C0607:02:001:Play as Jake Roberts 1st Char
wwfwfest:0:1C0607:03:001:Play as Big Boss Man 1st Char
wwfwfest:0:1C0607:04:001:Play as Hawk 1st Char
wwfwfest:0:1C0607:05:001:Play as Animal 1st Char
wwfwfest:0:1C0607:06:001:Play as Sgt Slaughter 1st Char
wwfwfest:0:1C0607:07:001:Play as Mr. Perfect 1st Char
wwfwfest:0:1C0607:08:001:Play as Earthquake 1st Char
wwfwfest:0:1C0607:09:001:Play as Ted DiBiase 1st Char
wwfwfest:0:1C0607:0A:001:Play as Smash 1st Char
wwfwfest:0:1C0607:0B:001:Play as Crush 1st Char
wwfwfest:0:1C0723:6E:000:Infinite Energy 2nd Character
wwfwfest:0:1C072B:6E:500:Infinite Energy 2nd Character (2/2)
wwfwfest:0:1C0723:00:001:Drain All Energy Now! 2nd Character
wwfwfest:0:1C072B:00:501:Drain All Energy Now! 2nd Character (2/2)
wwfwfest:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfest:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfest:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfest:0:1C0713:00:001:Play as Hulk Hogan 2nd Char
wwfwfest:0:1C0713:01:001:Play as Ultimate Warrior 2nd Char
wwfwfest:0:1C0713:02:001:Play as Jake Roberts 2nd Char
wwfwfest:0:1C0713:03:001:Play as Big Boss Man 2nd Char
wwfwfest:0:1C0713:04:001:Play as Hawk 2nd Char
wwfwfest:0:1C0713:05:001:Play as Animal 2nd Char
wwfwfest:0:1C0713:06:001:Play as Sgt Slaughter 2nd Char
wwfwfest:0:1C0713:07:001:Play as Mr. Perfect 2nd Char
wwfwfest:0:1C0713:08:001:Play as Earthquake 2nd Char
wwfwfest:0:1C0713:09:001:Play as Ted DiBiase 2nd Char
wwfwfest:0:1C0713:0A:001:Play as Smash 2nd Char
wwfwfest:0:1C0713:0B:001:Play as Crush 2nd Char
wwfwfest:0:1C082F:6E:000:Infinite Energy 3rd Character
wwfwfest:0:1C0837:6E:500:Infinite Energy 3rd Character (2/2)
wwfwfest:0:1C082F:00:001:Drain All Energy Now! 3rd Character
wwfwfest:0:1C0837:00:501:Drain All Energy Now! 3rd Character (2/2)
wwfwfest:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfest:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfest:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfest:0:1C081F:00:001:Play as Hulk Hogan 3rd Char
wwfwfest:0:1C081F:01:001:Play as Ultimate Warrior 3rd Char
wwfwfest:0:1C081F:02:001:Play as Jake Roberts 3rd Char
wwfwfest:0:1C081F:03:001:Play as Big Boss Man 3rd Char
wwfwfest:0:1C081F:04:001:Play as Hawk 3rd Char
wwfwfest:0:1C081F:05:001:Play as Animal 3rd Char
wwfwfest:0:1C081F:06:001:Play as Sgt Slaughter 3rd Char
wwfwfest:0:1C081F:07:001:Play as Mr. Perfect 3rd Char
wwfwfest:0:1C081F:08:001:Play as Earthquake 3rd Char
wwfwfest:0:1C081F:09:001:Play as Ted DiBiase 3rd Char
wwfwfest:0:1C081F:0A:001:Play as Smash 3rd Char
wwfwfest:0:1C081F:0B:001:Play as Crush 3rd Char
wwfwfest:0:1C093B:6E:000:Infinite Energy 4th Character
wwfwfest:0:1C0942:6E:500:Infinite Energy 4th Character (2/2)
wwfwfest:0:1C093B:00:001:Drain All Energy Now! 4th Character
wwfwfest:0:1C0942:00:501:Drain All Energy Now! 4th Character (2/2)
wwfwfest:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfest:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfest:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfest:0:1C092B:00:001:Play as Hulk Hogan 4th Char
wwfwfest:0:1C092B:01:001:Play as Ultimate Warrior 4th Char
wwfwfest:0:1C092B:02:001:Play as Jake Roberts 4th Char
wwfwfest:0:1C092B:03:001:Play as Big Boss Man 4th Char
wwfwfest:0:1C092B:04:001:Play as Hawk 4th Char
wwfwfest:0:1C092B:05:001:Play as Animal 4th Char
wwfwfest:0:1C092B:06:001:Play as Sgt Slaughter 4th Char
wwfwfest:0:1C092B:07:001:Play as Mr. Perfect 4th Char
wwfwfest:0:1C092B:08:001:Play as Earthquake 4th Char
wwfwfest:0:1C092B:09:001:Play as Ted DiBiase 4th Char
wwfwfest:0:1C092B:0A:001:Play as Smash 4th Char
wwfwfest:0:1C092B:0B:001:Play as Crush 4th Char
; [ WWF WrestleFest (US Tecmo) ]
wwfwfsta:0:1C004F:63:000:Infinite Credits
wwfwfsta:0:1C16A3:59:000:Infinite Time
wwfwfsta:0:1C16A1:99:500:Infinite Time (2/2)
wwfwfsta:0:1C0617:6E:000:Infinite Energy 1st Character
wwfwfsta:0:1C061F:6E:500:Infinite Energy 1st Character (2/2)
wwfwfsta:0:1C0617:00:001:Drain All Energy Now! 1st Character
wwfwfsta:0:1C061F:00:501:Drain All Energy Now! 1st Character (2/2)
wwfwfsta:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfsta:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfsta:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfsta:0:1C0607:00:001:Play as Hulk Hogan 1st Char
wwfwfsta:0:1C0607:01:001:Play as Ultimate Warrior 1st Char
wwfwfsta:0:1C0607:02:001:Play as Jake Roberts 1st Char
wwfwfsta:0:1C0607:03:001:Play as Big Boss Man 1st Char
wwfwfsta:0:1C0607:04:001:Play as Hawk 1st Char
wwfwfsta:0:1C0607:05:001:Play as Animal 1st Char
wwfwfsta:0:1C0607:06:001:Play as Sgt Slaughter 1st Char
wwfwfsta:0:1C0607:07:001:Play as Mr. Perfect 1st Char
wwfwfsta:0:1C0607:08:001:Play as Earthquake 1st Char
wwfwfsta:0:1C0607:09:001:Play as Ted DiBiase 1st Char
wwfwfsta:0:1C0607:0A:001:Play as Smash 1st Char
wwfwfsta:0:1C0607:0B:001:Play as Crush 1st Char
wwfwfsta:0:1C0723:6E:000:Infinite Energy 2nd Character
wwfwfsta:0:1C072B:6E:500:Infinite Energy 2nd Character (2/2)
wwfwfsta:0:1C0723:00:001:Drain All Energy Now! 2nd Character
wwfwfsta:0:1C072B:00:501:Drain All Energy Now! 2nd Character (2/2)
wwfwfsta:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfsta:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfsta:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfsta:0:1C0713:00:001:Play as Hulk Hogan 2nd Char
wwfwfsta:0:1C0713:01:001:Play as Ultimate Warrior 2nd Char
wwfwfsta:0:1C0713:02:001:Play as Jake Roberts 2nd Char
wwfwfsta:0:1C0713:03:001:Play as Big Boss Man 2nd Char
wwfwfsta:0:1C0713:04:001:Play as Hawk 2nd Char
wwfwfsta:0:1C0713:05:001:Play as Animal 2nd Char
wwfwfsta:0:1C0713:06:001:Play as Sgt Slaughter 2nd Char
wwfwfsta:0:1C0713:07:001:Play as Mr. Perfect 2nd Char
wwfwfsta:0:1C0713:08:001:Play as Earthquake 2nd Char
wwfwfsta:0:1C0713:09:001:Play as Ted DiBiase 2nd Char
wwfwfsta:0:1C0713:0A:001:Play as Smash 2nd Char
wwfwfsta:0:1C0713:0B:001:Play as Crush 2nd Char
wwfwfsta:0:1C082F:6E:000:Infinite Energy 3rd Character
wwfwfsta:0:1C0837:6E:500:Infinite Energy 3rd Character (2/2)
wwfwfsta:0:1C082F:00:001:Drain All Energy Now! 3rd Character
wwfwfsta:0:1C0837:00:501:Drain All Energy Now! 3rd Character (2/2)
wwfwfsta:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfsta:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfsta:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfsta:0:1C081F:00:001:Play as Hulk Hogan 3rd Char
wwfwfsta:0:1C081F:01:001:Play as Ultimate Warrior 3rd Char
wwfwfsta:0:1C081F:02:001:Play as Jake Roberts 3rd Char
wwfwfsta:0:1C081F:03:001:Play as Big Boss Man 3rd Char
wwfwfsta:0:1C081F:04:001:Play as Hawk 3rd Char
wwfwfsta:0:1C081F:05:001:Play as Animal 3rd Char
wwfwfsta:0:1C081F:06:001:Play as Sgt Slaughter 3rd Char
wwfwfsta:0:1C081F:07:001:Play as Mr. Perfect 3rd Char
wwfwfsta:0:1C081F:08:001:Play as Earthquake 3rd Char
wwfwfsta:0:1C081F:09:001:Play as Ted DiBiase 3rd Char
wwfwfsta:0:1C081F:0A:001:Play as Smash 3rd Char
wwfwfsta:0:1C081F:0B:001:Play as Crush 3rd Char
wwfwfsta:0:1C093B:6E:000:Infinite Energy 4th Character
wwfwfsta:0:1C0942:6E:500:Infinite Energy 4th Character (2/2)
wwfwfsta:0:1C093B:00:001:Drain All Energy Now! 4th Character
wwfwfsta:0:1C0942:00:501:Drain All Energy Now! 4th Character (2/2)
wwfwfsta:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfsta:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfsta:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfsta:0:1C092B:00:001:Play as Hulk Hogan 4th Char
wwfwfsta:0:1C092B:01:001:Play as Ultimate Warrior 4th Char
wwfwfsta:0:1C092B:02:001:Play as Jake Roberts 4th Char
wwfwfsta:0:1C092B:03:001:Play as Big Boss Man 4th Char
wwfwfsta:0:1C092B:04:001:Play as Hawk 4th Char
wwfwfsta:0:1C092B:05:001:Play as Animal 4th Char
wwfwfsta:0:1C092B:06:001:Play as Sgt Slaughter 4th Char
wwfwfsta:0:1C092B:07:001:Play as Mr. Perfect 4th Char
wwfwfsta:0:1C092B:08:001:Play as Earthquake 4th Char
wwfwfsta:0:1C092B:09:001:Play as Ted DiBiase 4th Char
wwfwfsta:0:1C092B:0A:001:Play as Smash 4th Char
wwfwfsta:0:1C092B:0B:001:Play as Crush 4th Char
; [ WWF WrestleFest (Japan) ]
wwfwfstj:0:1C004F:63:000:Infinite Credits
wwfwfstj:0:1C16A3:59:000:Infinite Time
wwfwfstj:0:1C16A1:99:500:Infinite Time (2/2)
wwfwfstj:0:1C0617:6E:000:Infinite Energy 1st Character
wwfwfstj:0:1C061F:6E:500:Infinite Energy 1st Character (2/2)
wwfwfstj:0:1C0617:00:001:Drain All Energy Now! 1st Character
wwfwfstj:0:1C061F:00:501:Drain All Energy Now! 1st Character (2/2)
wwfwfstj:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfstj:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfstj:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfstj:0:1C0607:00:001:Play as Hulk Hogan 1st Char
wwfwfstj:0:1C0607:01:001:Play as Ultimate Warrior 1st Char
wwfwfstj:0:1C0607:02:001:Play as Jake Roberts 1st Char
wwfwfstj:0:1C0607:03:001:Play as Big Boss Man 1st Char
wwfwfstj:0:1C0607:04:001:Play as Hawk 1st Char
wwfwfstj:0:1C0607:05:001:Play as Animal 1st Char
wwfwfstj:0:1C0607:06:001:Play as Sgt Slaughter 1st Char
wwfwfstj:0:1C0607:07:001:Play as Mr. Perfect 1st Char
wwfwfstj:0:1C0607:08:001:Play as Earthquake 1st Char
wwfwfstj:0:1C0607:09:001:Play as Ted DiBiase 1st Char
wwfwfstj:0:1C0607:0A:001:Play as Smash 1st Char
wwfwfstj:0:1C0607:0B:001:Play as Crush 1st Char
wwfwfstj:0:1C0723:6E:000:Infinite Energy 2nd Character
wwfwfstj:0:1C072B:6E:500:Infinite Energy 2nd Character (2/2)
wwfwfstj:0:1C0723:00:001:Drain All Energy Now! 2nd Character
wwfwfstj:0:1C072B:00:501:Drain All Energy Now! 2nd Character (2/2)
wwfwfstj:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfstj:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfstj:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfstj:0:1C0713:00:001:Play as Hulk Hogan 2nd Char
wwfwfstj:0:1C0713:01:001:Play as Ultimate Warrior 2nd Char
wwfwfstj:0:1C0713:02:001:Play as Jake Roberts 2nd Char
wwfwfstj:0:1C0713:03:001:Play as Big Boss Man 2nd Char
wwfwfstj:0:1C0713:04:001:Play as Hawk 2nd Char
wwfwfstj:0:1C0713:05:001:Play as Animal 2nd Char
wwfwfstj:0:1C0713:06:001:Play as Sgt Slaughter 2nd Char
wwfwfstj:0:1C0713:07:001:Play as Mr. Perfect 2nd Char
wwfwfstj:0:1C0713:08:001:Play as Earthquake 2nd Char
wwfwfstj:0:1C0713:09:001:Play as Ted DiBiase 2nd Char
wwfwfstj:0:1C0713:0A:001:Play as Smash 2nd Char
wwfwfstj:0:1C0713:0B:001:Play as Crush 2nd Char
wwfwfstj:0:1C082F:6E:000:Infinite Energy 3rd Character
wwfwfstj:0:1C0837:6E:500:Infinite Energy 3rd Character (2/2)
wwfwfstj:0:1C082F:00:001:Drain All Energy Now! 3rd Character
wwfwfstj:0:1C0837:00:501:Drain All Energy Now! 3rd Character (2/2)
wwfwfstj:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfstj:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfstj:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfstj:0:1C081F:00:001:Play as Hulk Hogan 3rd Char
wwfwfstj:0:1C081F:01:001:Play as Ultimate Warrior 3rd Char
wwfwfstj:0:1C081F:02:001:Play as Jake Roberts 3rd Char
wwfwfstj:0:1C081F:03:001:Play as Big Boss Man 3rd Char
wwfwfstj:0:1C081F:04:001:Play as Hawk 3rd Char
wwfwfstj:0:1C081F:05:001:Play as Animal 3rd Char
wwfwfstj:0:1C081F:06:001:Play as Sgt Slaughter 3rd Char
wwfwfstj:0:1C081F:07:001:Play as Mr. Perfect 3rd Char
wwfwfstj:0:1C081F:08:001:Play as Earthquake 3rd Char
wwfwfstj:0:1C081F:09:001:Play as Ted DiBiase 3rd Char
wwfwfstj:0:1C081F:0A:001:Play as Smash 3rd Char
wwfwfstj:0:1C081F:0B:001:Play as Crush 3rd Char
wwfwfstj:0:1C093B:6E:000:Infinite Energy 4th Character
wwfwfstj:0:1C0942:6E:500:Infinite Energy 4th Character (2/2)
wwfwfstj:0:1C093B:00:001:Drain All Energy Now! 4th Character
wwfwfstj:0:1C0942:00:501:Drain All Energy Now! 4th Character (2/2)
wwfwfstj:0:000000:00:999:[Enable these player selection cheats as your ]
wwfwfstj:0:000000:00:999:[chosen characters are walking into the ring. If ]
wwfwfstj:0:000000:00:999:[necessary pause the game and enable them. ]
wwfwfstj:0:1C092B:00:001:Play as Hulk Hogan 4th Char
wwfwfstj:0:1C092B:01:001:Play as Ultimate Warrior 4th Char
wwfwfstj:0:1C092B:02:001:Play as Jake Roberts 4th Char
wwfwfstj:0:1C092B:03:001:Play as Big Boss Man 4th Char
wwfwfstj:0:1C092B:04:001:Play as Hawk 4th Char
wwfwfstj:0:1C092B:05:001:Play as Animal 4th Char
wwfwfstj:0:1C092B:06:001:Play as Sgt Slaughter 4th Char
wwfwfstj:0:1C092B:07:001:Play as Mr. Perfect 4th Char
wwfwfstj:0:1C092B:08:001:Play as Earthquake 4th Char
wwfwfstj:0:1C092B:09:001:Play as Ted DiBiase 4th Char
wwfwfstj:0:1C092B:0A:001:Play as Smash 4th Char
wwfwfstj:0:1C092B:0B:001:Play as Crush 4th Char
; [ Xenophobe ]
xenophob:0:060167:58:000:Stop Self-Destruct timer
xenophob:0:06072D:FF:000:Infinite Health PL1
xenophob:0:0607ED:FF:000:Infinite Health PL2
xenophob:0:0608AD:FF:000:Infinite Health PL3
; [ Xevios ]
xevios:0:8183:09:000:Infinite Lives
xevios:0:0000:00:999:[Activate Invincibility ]
xevios:0:0000:00:999:[Cheats during play only!!! ]
xevios:0:7C47:01:000:Invincibility
xevios:0:8044:00:500:Invincibility (2/5)
xevios:0:8146:50:500:Invincibility (3/5)
xevios:0:8282:E6:500:Invincibility (4/5)
xevios:0:8283:14:500:Invincibility (5/5)
; [ Xevious (Namco) ]
xevious:0:8183:09:000:Infinite Lives
xevious:0:0000:00:999:[Activate Invincibility ]
xevious:0:0000:00:999:[Cheats during play only!!! ]
xevious:0:7C47:01:000:Invincibility
xevious:0:8044:00:500:Invincibility (2/5)
xevious:0:8146:50:500:Invincibility (3/5)
xevious:0:8282:E6:500:Invincibility (4/5)
xevious:0:8283:14:500:Invincibility (5/5)
; [ Xevious (Atari) ]
xeviousa:0:8183:09:000:Infinite Lives
xeviousa:0:0000:00:999:[Activate Invincibility ]
xeviousa:0:0000:00:999:[Cheats during play only!!! ]
xeviousa:0:7C47:01:000:Invincibility
xeviousa:0:8044:00:500:Invincibility (2/5)
xeviousa:0:8146:50:500:Invincibility (3/5)
xeviousa:0:8282:25:500:Invincibility (4/5)
xeviousa:0:8283:15:500:Invincibility (5/5)
; [ Xexex (World) ]
xexex:0:0801EA:99:000:Infinite Credits
xexex:0:08224D:28:000:Infinite Energy PL1
xexex:0:08264D:28:000:Infinite Energy PL2
; [ Xexex (Japan) ]
xexexj:0:080036:99:000:Infinite Credits
xexexj:0:082000:09:000:Infinite Lives
; [ X-Men: Children of the Atom (US 950105) ]
xmcota:0:FF4808:99:000:Infinite Time
xmcota:0:FF4808:00:001:Finish this Round Now!
xmcota:0:FF4191:8F:000:Infinite Energy PL1
xmcota:0:FF4191:00:001:Drain All Energy Now! PL1
xmcota:0:FF4198:02:000:Always have Max Power PL1
xmcota:0:FF4195:8E:500:Always have Max Power PL1 (2/2)
xmcota:0:FF4198:00:000:Always have Min Power PL1
xmcota:0:FF4195:00:500:Always have Min Power PL1 (2/2)
xmcota:0:FF4198:02:001:Get Max Power Now! PL1
xmcota:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2)
xmcota:0:FF4198:00:001:Get Min Power Now! PL1
xmcota:0:FF4195:00:501:Get Min Power Now! PL1 (2/2)
xmcota:0:000000:00:999:[ Free player selection ]
xmcota:0:000000:00:999:[ Use on level VS screen ]
xmcota:0:FF4051:00:001:Play with Wolverine PL1
xmcota:0:FF4051:02:001:Play with Psylocke PL1
xmcota:0:FF4051:04:001:Play with Colossus PL1
xmcota:0:FF4051:06:001:Play with Cyclops PL1
xmcota:0:FF4051:08:001:Play with Storm PL1
xmcota:0:FF4051:0A:001:Play with Iceman PL1
xmcota:0:FF4051:0C:001:Play with Spiral PL1
xmcota:0:FF4051:0E:001:Play with Silver Samurai PL1
xmcota:0:FF4051:10:001:Play with Omega Red PL1
xmcota:0:FF4051:12:001:Play with Sentinel PL1
xmcota:0:FF4051:14:001:Play with Juggernaut PL1
xmcota:0:FF4051:16:001:Play with Magneto PL1
xmcota:0:FF4051:18:001:Play with Gouki PL1
xmcota:0:FF4591:8F:000:Infinite Energy PL2
xmcota:0:FF4591:00:001:Drain All Energy Now! PL2
xmcota:0:FF4598:02:000:Always have Max Power PL2
xmcota:0:FF4595:8E:500:Always have Max Power PL2 (2/2)
xmcota:0:FF4598:00:000:Always have Min Power PL2
xmcota:0:FF4595:00:500:Always have Min Power PL2 (2/2)
xmcota:0:FF4598:02:001:Get Max Power Now! PL2
xmcota:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2)
xmcota:0:FF4598:00:001:Get Min Power Now! PL2
xmcota:0:FF4595:00:501:Get Min Power Now! PL2 (2/2)
xmcota:0:000000:00:999:[ Free player selection ]
xmcota:0:000000:00:999:[ Use on level VS screen ]
xmcota:0:FF4451:00:001:Play with Wolverine PL2
xmcota:0:FF4451:02:001:Play with Psylocke PL2
xmcota:0:FF4451:04:001:Play with Colossus PL2
xmcota:0:FF4451:06:001:Play with Cyclops PL2
xmcota:0:FF4451:08:001:Play with Storm PL2
xmcota:0:FF4451:0A:001:Play with Iceman PL2
xmcota:0:FF4451:0C:001:Play with Spiral PL2
xmcota:0:FF4451:0E:001:Play with Silver Samurai PL2
xmcota:0:FF4451:10:001:Play with Omega Red PL2
xmcota:0:FF4451:12:001:Play with Sentinel PL2
xmcota:0:FF4451:14:001:Play with Juggernaut PL2
xmcota:0:FF4451:16:001:Play with Magneto PL2
xmcota:0:FF4451:18:001:Play with Gouki PL2
xmcota:0:000000:00:999:[These are the codes to set ]
xmcota:0:000000:00:999:[the machine region - the ]
xmcota:0:000000:00:999:[effectiveness may vary! ]
xmcota:0:FF4BF7:00:000:Region Switch = Japan
xmcota:0:FF4BF7:02:000:Region Switch = USA
xmcota:0:FF4BF7:04:000:Region Switch = Euro
xmcota:0:FF4BF7:06:000:Region Switch = ASIA
xmcota:0:FF4BF7:08:000:Region Switch = Hispanic
xmcota:0:FF4BF7:0A:000:Region Switch = Brazil
; [ X-Men: Children of the Atom (Hispanic 950331) ]
xmcotah:0:FF4808:99:000:Infinite Time
xmcotah:0:FF4808:00:001:Finish this Round Now!
xmcotah:0:FF4191:8F:000:Infinite Energy PL1
xmcotah:0:FF4191:00:001:Drain All Energy Now! PL1
xmcotah:0:FF4198:02:000:Always have Max Power PL1
xmcotah:0:FF4195:8E:500:Always have Max Power PL1 (2/2)
xmcotah:0:FF4198:00:000:Always have Min Power PL1
xmcotah:0:FF4195:00:500:Always have Min Power PL1 (2/2)
xmcotah:0:FF4198:02:001:Get Max Power Now! PL1
xmcotah:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2)
xmcotah:0:FF4198:00:001:Get Min Power Now! PL1
xmcotah:0:FF4195:00:501:Get Min Power Now! PL1 (2/2)
xmcotah:0:000000:00:999:[ Free player selection ]
xmcotah:0:000000:00:999:[ Use on level VS screen ]
xmcotah:0:FF4051:00:001:Play with Wolverine PL1
xmcotah:0:FF4051:02:001:Play with Psylocke PL1
xmcotah:0:FF4051:04:001:Play with Colossus PL1
xmcotah:0:FF4051:06:001:Play with Cyclops PL1
xmcotah:0:FF4051:08:001:Play with Storm PL1
xmcotah:0:FF4051:0A:001:Play with Iceman PL1
xmcotah:0:FF4051:0C:001:Play with Spiral PL1
xmcotah:0:FF4051:0E:001:Play with Silver Samurai PL1
xmcotah:0:FF4051:10:001:Play with Omega Red PL1
xmcotah:0:FF4051:12:001:Play with Sentinel PL1
xmcotah:0:FF4051:14:001:Play with Juggernaut PL1
xmcotah:0:FF4051:16:001:Play with Magneto PL1
xmcotah:0:FF4051:18:001:Play with Gouki PL1
xmcotah:0:FF4591:8F:000:Infinite Energy PL2
xmcotah:0:FF4591:00:001:Drain All Energy Now! PL2
xmcotah:0:FF4598:02:000:Always have Max Power PL2
xmcotah:0:FF4595:8E:500:Always have Max Power PL2 (2/2)
xmcotah:0:FF4598:00:000:Always have Min Power PL2
xmcotah:0:FF4595:00:500:Always have Min Power PL2 (2/2)
xmcotah:0:FF4598:02:001:Get Max Power Now! PL2
xmcotah:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2)
xmcotah:0:FF4598:00:001:Get Min Power Now! PL2
xmcotah:0:FF4595:00:501:Get Min Power Now! PL2 (2/2)
xmcotah:0:000000:00:999:[ Free player selection ]
xmcotah:0:000000:00:999:[ Use on level VS screen ]
xmcotah:0:FF4451:00:001:Play with Wolverine PL2
xmcotah:0:FF4451:02:001:Play with Psylocke PL2
xmcotah:0:FF4451:04:001:Play with Colossus PL2
xmcotah:0:FF4451:06:001:Play with Cyclops PL2
xmcotah:0:FF4451:08:001:Play with Storm PL2
xmcotah:0:FF4451:0A:001:Play with Iceman PL2
xmcotah:0:FF4451:0C:001:Play with Spiral PL2
xmcotah:0:FF4451:0E:001:Play with Silver Samurai PL2
xmcotah:0:FF4451:10:001:Play with Omega Red PL2
xmcotah:0:FF4451:12:001:Play with Sentinel PL2
xmcotah:0:FF4451:14:001:Play with Juggernaut PL2
xmcotah:0:FF4451:16:001:Play with Magneto PL2
xmcotah:0:FF4451:18:001:Play with Gouki PL2
xmcotah:0:000000:00:999:[These are the codes to set ]
xmcotah:0:000000:00:999:[the machine region - the ]
xmcotah:0:000000:00:999:[effectiveness may vary! ]
xmcotah:0:FF4BF7:00:000:Region Switch = Japan
xmcotah:0:FF4BF7:02:000:Region Switch = USA
xmcotah:0:FF4BF7:04:000:Region Switch = Euro
xmcotah:0:FF4BF7:06:000:Region Switch = ASIA
xmcotah:0:FF4BF7:08:000:Region Switch = Hispanic
xmcotah:0:FF4BF7:0A:000:Region Switch = Brazil
; [ X-Men: Children of the Atom (Japan 941219) ]
xmcotaj:0:FF4808:99:000:Infinite Time
xmcotaj:0:FF4808:00:001:Finish this Round Now!
xmcotaj:0:FF4191:8F:000:Infinite Energy PL1
xmcotaj:0:FF4191:00:001:Drain All Energy Now! PL1
xmcotaj:0:FF4198:02:000:Always have Max Power PL1
xmcotaj:0:FF4195:8E:500:Always have Max Power PL1 (2/2)
xmcotaj:0:FF4198:00:000:Always have Min Power PL1
xmcotaj:0:FF4195:00:500:Always have Min Power PL1 (2/2)
xmcotaj:0:FF4198:02:001:Get Max Power Now! PL1
xmcotaj:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2)
xmcotaj:0:FF4198:00:001:Get Min Power Now! PL1
xmcotaj:0:FF4195:00:501:Get Min Power Now! PL1 (2/2)
xmcotaj:0:000000:00:999:[ Free player selection ]
xmcotaj:0:000000:00:999:[ Use on level VS screen ]
xmcotaj:0:FF4051:00:001:Play with Wolverine PL1
xmcotaj:0:FF4051:02:001:Play with Psylocke PL1
xmcotaj:0:FF4051:04:001:Play with Colossus PL1
xmcotaj:0:FF4051:06:001:Play with Cyclops PL1
xmcotaj:0:FF4051:08:001:Play with Storm PL1
xmcotaj:0:FF4051:0A:001:Play with Iceman PL1
xmcotaj:0:FF4051:0C:001:Play with Spiral PL1
xmcotaj:0:FF4051:0E:001:Play with Silver Samurai PL1
xmcotaj:0:FF4051:10:001:Play with Omega Red PL1
xmcotaj:0:FF4051:12:001:Play with Sentinel PL1
xmcotaj:0:FF4051:14:001:Play with Juggernaut PL1
xmcotaj:0:FF4051:16:001:Play with Magneto PL1
xmcotaj:0:FF4051:18:001:Play with Gouki PL1
xmcotaj:0:FF4591:8F:000:Infinite Energy PL2
xmcotaj:0:FF4591:00:001:Drain All Energy Now! PL2
xmcotaj:0:FF4598:02:000:Always have Max Power PL2
xmcotaj:0:FF4595:8E:500:Always have Max Power PL2 (2/2)
xmcotaj:0:FF4598:00:000:Always have Min Power PL2
xmcotaj:0:FF4595:00:500:Always have Min Power PL2 (2/2)
xmcotaj:0:FF4598:02:001:Get Max Power Now! PL2
xmcotaj:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2)
xmcotaj:0:FF4598:00:001:Get Min Power Now! PL2
xmcotaj:0:FF4595:00:501:Get Min Power Now! PL2 (2/2)
xmcotaj:0:000000:00:999:[ Free player selection ]
xmcotaj:0:000000:00:999:[ Use on level VS screen ]
xmcotaj:0:FF4451:00:001:Play with Wolverine PL2
xmcotaj:0:FF4451:02:001:Play with Psylocke PL2
xmcotaj:0:FF4451:04:001:Play with Colossus PL2
xmcotaj:0:FF4451:06:001:Play with Cyclops PL2
xmcotaj:0:FF4451:08:001:Play with Storm PL2
xmcotaj:0:FF4451:0A:001:Play with Iceman PL2
xmcotaj:0:FF4451:0C:001:Play with Spiral PL2
xmcotaj:0:FF4451:0E:001:Play with Silver Samurai PL2
xmcotaj:0:FF4451:10:001:Play with Omega Red PL2
xmcotaj:0:FF4451:12:001:Play with Sentinel PL2
xmcotaj:0:FF4451:14:001:Play with Juggernaut PL2
xmcotaj:0:FF4451:16:001:Play with Magneto PL2
xmcotaj:0:FF4451:18:001:Play with Gouki PL2
xmcotaj:0:000000:00:999:[These are the codes to set ]
xmcotaj:0:000000:00:999:[the machine region - the ]
xmcotaj:0:000000:00:999:[effectiveness may vary! ]
xmcotaj:0:FF4BF7:00:000:Region Switch = Japan
xmcotaj:0:FF4BF7:02:000:Region Switch = USA
xmcotaj:0:FF4BF7:04:000:Region Switch = Euro
xmcotaj:0:FF4BF7:06:000:Region Switch = ASIA
xmcotaj:0:FF4BF7:08:000:Region Switch = Hispanic
xmcotaj:0:FF4BF7:0A:000:Region Switch = Brazil
; [ X-Men: Children of the Atom (Japan 941217) ]
xmcotaj1:0:FF4808:99:000:Infinite Time
xmcotaj1:0:FF4808:00:001:Finish this Round Now!
xmcotaj1:0:FF4191:8F:000:Infinite Energy PL1
xmcotaj1:0:FF4191:00:001:Drain All Energy Now! PL1
xmcotaj1:0:FF4198:02:000:Always have Max Power PL1
xmcotaj1:0:FF4195:8E:500:Always have Max Power PL1 (2/2)
xmcotaj1:0:FF4198:00:000:Always have Min Power PL1
xmcotaj1:0:FF4195:00:500:Always have Min Power PL1 (2/2)
xmcotaj1:0:FF4198:02:001:Get Max Power Now! PL1
xmcotaj1:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2)
xmcotaj1:0:FF4198:00:001:Get Min Power Now! PL1
xmcotaj1:0:FF4195:00:501:Get Min Power Now! PL1 (2/2)
xmcotaj1:0:000000:00:999:[ Free player selection ]
xmcotaj1:0:000000:00:999:[ Use on level VS screen ]
xmcotaj1:0:FF4051:00:001:Play with Wolverine PL1
xmcotaj1:0:FF4051:02:001:Play with Psylocke PL1
xmcotaj1:0:FF4051:04:001:Play with Colossus PL1
xmcotaj1:0:FF4051:06:001:Play with Cyclops PL1
xmcotaj1:0:FF4051:08:001:Play with Storm PL1
xmcotaj1:0:FF4051:0A:001:Play with Iceman PL1
xmcotaj1:0:FF4051:0C:001:Play with Spiral PL1
xmcotaj1:0:FF4051:0E:001:Play with Silver Samurai PL1
xmcotaj1:0:FF4051:10:001:Play with Omega Red PL1
xmcotaj1:0:FF4051:12:001:Play with Sentinel PL1
xmcotaj1:0:FF4051:14:001:Play with Juggernaut PL1
xmcotaj1:0:FF4051:16:001:Play with Magneto PL1
xmcotaj1:0:FF4051:18:001:Play with Gouki PL1
xmcotaj1:0:FF4591:8F:000:Infinite Energy PL2
xmcotaj1:0:FF4591:00:001:Drain All Energy Now! PL2
xmcotaj1:0:FF4598:02:000:Always have Max Power PL2
xmcotaj1:0:FF4595:8E:500:Always have Max Power PL2 (2/2)
xmcotaj1:0:FF4598:00:000:Always have Min Power PL2
xmcotaj1:0:FF4595:00:500:Always have Min Power PL2 (2/2)
xmcotaj1:0:FF4598:02:001:Get Max Power Now! PL2
xmcotaj1:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2)
xmcotaj1:0:FF4598:00:001:Get Min Power Now! PL2
xmcotaj1:0:FF4595:00:501:Get Min Power Now! PL2 (2/2)
xmcotaj1:0:000000:00:999:[ Free player selection ]
xmcotaj1:0:000000:00:999:[ Use on level VS screen ]
xmcotaj1:0:FF4451:00:001:Play with Wolverine PL2
xmcotaj1:0:FF4451:02:001:Play with Psylocke PL2
xmcotaj1:0:FF4451:04:001:Play with Colossus PL2
xmcotaj1:0:FF4451:06:001:Play with Cyclops PL2
xmcotaj1:0:FF4451:08:001:Play with Storm PL2
xmcotaj1:0:FF4451:0A:001:Play with Iceman PL2
xmcotaj1:0:FF4451:0C:001:Play with Spiral PL2
xmcotaj1:0:FF4451:0E:001:Play with Silver Samurai PL2
xmcotaj1:0:FF4451:10:001:Play with Omega Red PL2
xmcotaj1:0:FF4451:12:001:Play with Sentinel PL2
xmcotaj1:0:FF4451:14:001:Play with Juggernaut PL2
xmcotaj1:0:FF4451:16:001:Play with Magneto PL2
xmcotaj1:0:FF4451:18:001:Play with Gouki PL2
xmcotaj1:0:000000:00:999:[These are the codes to set ]
xmcotaj1:0:000000:00:999:[the machine region - the ]
xmcotaj1:0:000000:00:999:[effectiveness may vary! ]
xmcotaj1:0:FF4BF7:00:000:Region Switch = Japan
xmcotaj1:0:FF4BF7:02:000:Region Switch = USA
xmcotaj1:0:FF4BF7:04:000:Region Switch = Euro
xmcotaj1:0:FF4BF7:06:000:Region Switch = ASIA
xmcotaj1:0:FF4BF7:08:000:Region Switch = Hispanic
xmcotaj1:0:FF4BF7:0A:000:Region Switch = Brazil
; [ X-Men: Children of the Atom (Japan 941208 rent version) ]
xmcotajr:0:FF4808:99:000:Infinite Time
xmcotajr:0:FF4808:00:001:Finish this Round Now!
xmcotajr:0:FF4191:8F:000:Infinite Energy PL1
xmcotajr:0:FF4191:00:001:Drain All Energy Now! PL1
xmcotajr:0:FF4198:02:000:Always have Max Power PL1
xmcotajr:0:FF4195:8E:500:Always have Max Power PL1 (2/2)
xmcotajr:0:FF4198:00:000:Always have Min Power PL1
xmcotajr:0:FF4195:00:500:Always have Min Power PL1 (2/2)
xmcotajr:0:FF4198:02:001:Get Max Power Now! PL1
xmcotajr:0:FF4195:8E:501:Get Max Power Now! PL1 (2/2)
xmcotajr:0:FF4198:00:001:Get Min Power Now! PL1
xmcotajr:0:FF4195:00:501:Get Min Power Now! PL1 (2/2)
xmcotajr:0:000000:00:999:[ Free player selection ]
xmcotajr:0:000000:00:999:[ Use on level VS screen ]
xmcotajr:0:FF4051:00:001:Play with Wolverine PL1
xmcotajr:0:FF4051:02:001:Play with Psylocke PL1
xmcotajr:0:FF4051:04:001:Play with Colossus PL1
xmcotajr:0:FF4051:06:001:Play with Cyclops PL1
xmcotajr:0:FF4051:08:001:Play with Storm PL1
xmcotajr:0:FF4051:0A:001:Play with Iceman PL1
xmcotajr:0:FF4051:0C:001:Play with Spiral PL1
xmcotajr:0:FF4051:0E:001:Play with Silver Samurai PL1
xmcotajr:0:FF4051:10:001:Play with Omega Red PL1
xmcotajr:0:FF4051:12:001:Play with Sentinel PL1
xmcotajr:0:FF4051:14:001:Play with Juggernaut PL1
xmcotajr:0:FF4051:16:001:Play with Magneto PL1
xmcotajr:0:FF4051:18:001:Play with Gouki PL1
xmcotajr:0:FF4591:8F:000:Infinite Energy PL2
xmcotajr:0:FF4591:00:001:Drain All Energy Now! PL2
xmcotajr:0:FF4598:02:000:Always have Max Power PL2
xmcotajr:0:FF4595:8E:500:Always have Max Power PL2 (2/2)
xmcotajr:0:FF4598:00:000:Always have Min Power PL2
xmcotajr:0:FF4595:00:500:Always have Min Power PL2 (2/2)
xmcotajr:0:FF4598:02:001:Get Max Power Now! PL2
xmcotajr:0:FF4595:8E:501:Get Max Power Now! PL2 (2/2)
xmcotajr:0:FF4598:00:001:Get Min Power Now! PL2
xmcotajr:0:FF4595:00:501:Get Min Power Now! PL2 (2/2)
xmcotajr:0:000000:00:999:[ Free player selection ]
xmcotajr:0:000000:00:999:[ Use on level VS screen ]
xmcotajr:0:FF4451:00:001:Play with Wolverine PL2
xmcotajr:0:FF4451:02:001:Play with Psylocke PL2
xmcotajr:0:FF4451:04:001:Play with Colossus PL2
xmcotajr:0:FF4451:06:001:Play with Cyclops PL2
xmcotajr:0:FF4451:08:001:Play with Storm PL2
xmcotajr:0:FF4451:0A:001:Play with Iceman PL2
xmcotajr:0:FF4451:0C:001:Play with Spiral PL2
xmcotajr:0:FF4451:0E:001:Play with Silver Samurai PL2
xmcotajr:0:FF4451:10:001:Play with Omega Red PL2
xmcotajr:0:FF4451:12:001:Play with Sentinel PL2
xmcotajr:0:FF4451:14:001:Play with Juggernaut PL2
xmcotajr:0:FF4451:16:001:Play with Magneto PL2
xmcotajr:0:FF4451:18:001:Play with Gouki PL2
xmcotajr:0:000000:00:999:[These are the codes to set ]
xmcotajr:0:000000:00:999:[the machine region - the ]
xmcotajr:0:000000:00:999:[effectiveness may vary! ]
xmcotajr:0:FF4BF7:00:000:Region Switch = Japan
xmcotajr:0:FF4BF7:02:000:Region Switch = USA
xmcotajr:0:FF4BF7:04:000:Region Switch = Euro
xmcotajr:0:FF4BF7:06:000:Region Switch = ASIA
xmcotajr:0:FF4BF7:08:000:Region Switch = Hispanic
xmcotajr:0:FF4BF7:0A:000:Region Switch = Brazil
; [ X-Men (4 Players) ]
xmen:0:1102D0:09:000:Infinite Lives PL1
xmen:0:1102D1:99:500:Infinite Lives PL1 (2/2)
xmen:0:11102E:0A:000:Infinite Energy PL1
xmen:0:111005:28:000:Invincibility PL1
xmen:0:1102D2:09:000:Infinite Lives PL2
xmen:0:1102D3:99:500:Infinite Lives PL2 (2/2)
xmen:0:1110AE:0A:000:Infinite Energy PL2
xmen:0:111085:28:000:Invincibility PL2
xmen:0:1102D4:09:000:Infinite Lives PL3
xmen:0:1102D5:99:500:Infinite Lives PL3 (2/2)
xmen:0:11112E:0A:000:Infinite Energy PL3
xmen:0:111105:28:000:Invincibility PL3
xmen:0:1102D6:09:000:Infinite Lives PL4
xmen:0:1102D7:99:500:Infinite Lives PL4 (2/2)
xmen:0:1111AE:0A:000:Infinite Energy PL4
xmen:0:111185:28:000:Invincibility PL4
xmen:0:113560:07:061:Select next level
xmen:0:000000:00:999:[Use the starting level cht ]
xmen:0:000000:00:999:[on the screens after the ]
xmen:0:000000:00:999:[choose character screen.The]
xmen:0:000000:00:999:[Go and Save the City screen]
xmen:0:000000:00:999:[is as good a place as any!!]
xmen:0:113560:07:071:Select the Starting Level
; [ X-Men (2 Players Japan) ]
xmen2pj:0:1102D0:09:000:Infinite Lives PL1
xmen2pj:0:1102D1:99:500:Infinite Lives PL1 (2/2)
xmen2pj:0:11102E:0A:000:Infinite Energy PL1
xmen2pj:0:111005:28:000:Invincibility PL1
xmen2pj:0:1102D2:09:000:Infinite Lives PL2
xmen2pj:0:1102D3:99:500:Infinite Lives PL2 (2/2)
xmen2pj:0:1110AE:0A:000:Infinite Energy PL2
xmen2pj:0:111085:28:000:Invincibility PL2
xmen2pj:0:113560:07:061:Select next level
xmen2pj:0:000000:00:999:[Use the starting level cht ]
xmen2pj:0:000000:00:999:[on the screens after the ]
xmen2pj:0:000000:00:999:[choose character screen.The]
xmen2pj:0:000000:00:999:[Go and Save the City screen]
xmen2pj:0:000000:00:999:[is as good a place as any!!]
xmen2pj:0:113560:07:071:Select the Starting Level
; [ X-Men (6 Players) ]
xmen6p:0:1102D0:09:000:Infinite Lives PL1
xmen6p:0:1102D1:99:500:Infinite Lives PL1 (2/2)
xmen6p:0:11102E:0A:000:Infinite Energy PL1
xmen6p:0:111005:28:000:Invincibility PL1
xmen6p:0:1102D2:09:000:Infinite Lives PL2
xmen6p:0:1102D3:99:500:Infinite Lives PL2 (2/2)
xmen6p:0:1110AE:0A:000:Infinite Energy PL2
xmen6p:0:111085:28:000:Invincibility PL2
xmen6p:0:1102D4:09:000:Infinite Lives PL3
xmen6p:0:1102D5:99:500:Infinite Lives PL3 (2/2)
xmen6p:0:11112E:0A:000:Infinite Energy PL3
xmen6p:0:111105:28:000:Invincibility PL3
xmen6p:0:1102D6:09:000:Infinite Lives PL4
xmen6p:0:1102D7:99:500:Infinite Lives PL4 (2/2)
xmen6p:0:1111AE:0A:000:Infinite Energy PL4
xmen6p:0:111185:28:000:Invincibility PL4
xmen6p:0:1102D8:09:000:Infinite Lives PL5
xmen6p:0:1102D9:99:500:Infinite Lives PL5 (2/2)
xmen6p:0:11122E:0A:000:Infinite Energy PL5
xmen6p:0:111205:28:000:Invincibility PL5
xmen6p:0:1102DA:09:000:Infinite Lives PL6
xmen6p:0:1102DB:99:500:Infinite Lives PL6 (2/2)
xmen6p:0:1112AE:0A:000:Infinite Energy PL6
xmen6p:0:111285:28:000:Invincibility PL6
xmen6p:0:113560:07:061:Select next level
xmen6p:0:000000:00:999:[Use the starting level cht ]
xmen6p:0:000000:00:999:[on the screens after the ]
xmen6p:0:000000:00:999:[choose character screen.The]
xmen6p:0:000000:00:999:[Go and Save the City screen]
xmen6p:0:000000:00:999:[is as good a place as any!!]
xmen6p:0:113560:07:071:Select the Starting Level
; [ X Multiply (Japan) ]
xmultipl:0:809FD:09:000:Infinite Lives PL1
xmultipl:0:80A1D:09:000:Infinite Lives PL2
xmultipl:0:00000:00:999:[This Invincibility cheat is]
xmultipl:0:00000:00:999:[only for Sprite to Sprite ]
xmultipl:0:00000:00:999:[collisions you still die if]
xmultipl:0:00000:00:999:[you crash into the scenery!]
xmultipl:0:81128:01:000:Limited Invincibility
; [ X-Men Vs. Street Fighter (US 961004) ]
xmvsf:0:FF5008:99:000:Infinite Time
xmvsf:0:FF5008:00:001:Finish this Round Now!
xmvsf:0:FF4A11:00:000:Single Character Fighting Mode
xmvsf:0:FF4A1B:00:500:Single Character Fighting Mode (2/4)
xmvsf:0:FF4E11:00:500:Single Character Fighting Mode (3/4)
xmvsf:0:FF4E1B:00:500:Single Character Fighting Mode (4/4)
xmvsf:0:FF5081:06:001:Go to the Boss Battle Next!
xmvsf:0:FF4211:90:000:Infinite Energy PL1
xmvsf:0:FF4211:00:001:Drain All Energy Now! PL1
xmvsf:0:FF4214:03:000:Always Max Power PL1
xmvsf:0:FF4213:90:500:Always Max Power PL1 (2/2)
xmvsf:0:FF4214:00:000:Always Min Power PL1
xmvsf:0:FF4213:00:500:Always Min Power PL1 (2/2)
xmvsf:0:FF4214:03:001:Get Max Power PL1 Now!
xmvsf:0:FF4213:90:501:Get Max Power PL1 Now! (2/2)
xmvsf:0:FF4214:00:001:Get Min Power PL1 Now!
xmvsf:0:FF4213:00:501:Get Min Power PL1 Now! (2/2)
xmvsf:0:FF4053:10:000:Play with Apocalypse PL1
xmvsf:0:FF4853:10:500:Play with Apocalypse PL1 (2/5)
xmvsf:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5)
xmvsf:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5)
xmvsf:0:FF5113:00:500:Play with Apocalypse PL1 (5/5)
xmvsf:0:000000:00:999:[Enable the character cheats only on the character ]
xmvsf:0:000000:00:999:[selection screen. ]
xmvsf:0:FF4053:00:001:Play with Wolverine as the 1st Character PL1
xmvsf:0:FF4053:02:001:Play with Cyclops as the 1st Character PL1
xmvsf:0:FF4053:04:001:Play with Storm as the 1st Character PL1
xmvsf:0:FF4053:06:001:Play with Rogue as the 1st Character PL1
xmvsf:0:FF4053:08:001:Play with Gambit as the 1st Character PL1
xmvsf:0:FF4053:0A:001:Play with Sabretooth as the 1st Character PL1
xmvsf:0:FF4053:0C:001:Play with Juggernaut as the 1st Character PL1
xmvsf:0:FF4053:0E:001:Play with Magneto as the 1st Character PL1
xmvsf:0:FF4053:12:001:Play with Ryu as the 1st Character PL1
xmvsf:0:FF4053:14:001:Play with Ken as the 1st Character PL1
xmvsf:0:FF4053:16:001:Play with Chun-Li as the 1st Character PL1
xmvsf:0:FF4053:18:001:Play with Dhalsim as the 1st Character PL1
xmvsf:0:FF4053:1A:001:Play with Zangief as the 1st Character PL1
xmvsf:0:FF4053:1C:001:Play with M. Bison as the 1st Character PL1
xmvsf:0:FF4053:1E:001:Play with Akuma (Gouki) as the 1st Character PL1
xmvsf:0:FF4053:20:001:Play with Charlie as the 1st Character PL1
xmvsf:0:FF4053:22:001:Play with Cammy as the 1st Character PL1
xmvsf:0:FF50B1:24:000:Play with SFZ Chun-Li as the 1st Character PL1
xmvsf:0:FF4853:00:001:Play with Wolverine as the 2nd Character PL1
xmvsf:0:FF4853:02:001:Play with Cyclops as the 2nd Character PL1
xmvsf:0:FF4853:04:001:Play with Storm as the 2nd Character PL1
xmvsf:0:FF4853:06:001:Play with Rogue as the 2nd Character PL1
xmvsf:0:FF4853:08:001:Play with Gambit as the 2nd Character PL1
xmvsf:0:FF4853:0A:001:Play with Sabretooth as the 2nd Character PL1
xmvsf:0:FF4853:0C:001:Play with Juggernaut as the 2nd Character PL1
xmvsf:0:FF4853:0E:001:Play with Magneto as the 2nd Character PL1
xmvsf:0:FF4853:12:001:Play with Ryu as the 2nd Character PL1
xmvsf:0:FF4853:14:001:Play with Ken as the 2nd Character PL1
xmvsf:0:FF4853:16:001:Play with Chun-Li as the 2nd Character PL1
xmvsf:0:FF4853:18:001:Play with Dhalsim as the 2nd Character PL1
xmvsf:0:FF4853:1A:001:Play with Zangief as the 2nd Character PL1
xmvsf:0:FF4853:1C:001:Play with M. Bison as the 2nd Character PL1
xmvsf:0:FF4853:1E:001:Play with Akuma (Gouki) as the 2nd Character PL1
xmvsf:0:FF4853:20:001:Play with Charlie as the 2nd Character PL1
xmvsf:0:FF4853:22:001:Play with Cammy as the 2nd Character PL1
xmvsf:0:FF50B3:24:000:Play with SFZ Chun-Li as the 2nd Character PL1
xmvsf:0:FF4611:90:000:Infinite Energy PL2
xmvsf:0:FF4611:00:001:Drain All Energy Now! PL2
xmvsf:0:FF4614:03:000:Always Max Power PL2
xmvsf:0:FF4613:90:500:Always Max Power PL2 (2/2)
xmvsf:0:FF4614:00:000:Always Min Power PL2
xmvsf:0:FF4613:00:500:Always Min Power PL2 (2/2)
xmvsf:0:FF4614:03:001:Get Max Power PL2 Now!
xmvsf:0:FF4613:90:501:Get Max Power PL2 Now! (2/2)
xmvsf:0:FF4614:00:001:Get Min Power PL2 Now!
xmvsf:0:FF4613:00:501:Get Min Power PL2 Now! (2/2)
xmvsf:0:FF4453:10:000:Play with Apocalypse PL2
xmvsf:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5)
xmvsf:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5)
xmvsf:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5)
xmvsf:0:FF5113:00:500:Play with Apocalypse PL2 (5/5)
xmvsf:0:000000:00:999:[Enable the character cheats only on the character ]
xmvsf:0:000000:00:999:[selection screen. ]
xmvsf:0:FF4453:10:001:Play with Apocalypse as the 1st Character PL2
xmvsf:0:FF4453:00:001:Play with Wolverine as the 1st Character PL2
xmvsf:0:FF4453:02:001:Play with Cyclops as the 1st Character PL2
xmvsf:0:FF4453:04:001:Play with Storm as the 1st Character PL2
xmvsf:0:FF4453:06:001:Play with Rogue as the 1st Character PL2
xmvsf:0:FF4453:08:001:Play with Gambit as the 1st Character PL2
xmvsf:0:FF4453:0A:001:Play with Sabretooth as the 1st Character PL2
xmvsf:0:FF4453:0C:001:Play with Juggernaut as the 1st Character PL2
xmvsf:0:FF4453:0E:001:Play with Magneto as the 1st Character PL2
xmvsf:0:FF4453:12:001:Play with Ryu as the 1st Character PL2
xmvsf:0:FF4453:14:001:Play with Ken as the 1st Character PL2
xmvsf:0:FF4453:16:001:Play with Chun-Li as the 1st Character PL2
xmvsf:0:FF4453:18:001:Play with Dhalsim as the 1st Character PL2
xmvsf:0:FF4453:1A:001:Play with Zangief as the 1st Character PL2
xmvsf:0:FF4453:1C:001:Play with M. Bison as the 1st Character PL2
xmvsf:0:FF4453:1E:001:Play with Akuma (Gouki) as the 1st Character PL2
xmvsf:0:FF4453:20:001:Play with Charlie as the 1st Character PL2
xmvsf:0:FF4453:22:001:Play with Cammy as the 1st Character PL2
xmvsf:0:FF50B5:24:000:Play with SFZ Chun-Li as the 1st Character PL2
xmvsf:0:FF4C53:10:001:Play with Apocalypse as the 2nd Character PL2
xmvsf:0:FF4C53:00:001:Play with Wolverine as the 2nd Character PL2
xmvsf:0:FF4C53:02:001:Play with Cyclops as the 2nd Character PL2
xmvsf:0:FF4C53:04:001:Play with Storm as the 2nd Character PL2
xmvsf:0:FF4C53:06:001:Play with Rogue as the 2nd Character PL2
xmvsf:0:FF4C53:08:001:Play with Gambit as the 2nd Character PL2
xmvsf:0:FF4C53:0A:001:Play with Sabretooth as the 2nd Character PL2
xmvsf:0:FF4C53:0C:001:Play with Juggernaut as the 2nd Character PL2
xmvsf:0:FF4C53:0E:001:Play with Magneto as the 2nd Character PL2
xmvsf:0:FF4C53:12:001:Play with Ryu as the 2nd Character PL2
xmvsf:0:FF4C53:14:001:Play with Ken as the 2nd Character PL2
xmvsf:0:FF4C53:16:001:Play with Chun-Li as the 2nd Character PL2
xmvsf:0:FF4C53:18:001:Play with Dhalsim as the 2nd Character PL2
xmvsf:0:FF4C53:1A:001:Play with Zangief as the 2nd Character PL2
xmvsf:0:FF4C53:1C:001:Play with M. Bison as the 2nd Character PL2
xmvsf:0:FF4C53:1E:001:Play with Akuma (Gouki) as the 2nd Character PL2
xmvsf:0:FF4C53:20:001:Play with Charlie as the 2nd Character PL2
xmvsf:0:FF4C53:22:001:Play with Cammy as the 2nd Character PL2
xmvsf:0:FF50B7:24:000:Play with SFZ Chun-Li as the 2nd Character PL2
xmvsf:0:000000:00:999:[These are the codes to set the machine region - the ]
xmvsf:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
xmvsf:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
xmvsf:0:FF5479:00:000:Region Switch = Japan
xmvsf:0:FF5479:02:000:Region Switch = USA
xmvsf:0:FF5479:04:000:Region Switch = Hispanic
xmvsf:0:FF5479:06:000:Region Switch = Asia
xmvsf:0:FF5479:08:000:Region Switch = Euro
xmvsf:0:FF5479:0A:000:Region Switch = Brazil
; [ X-Men Vs. Street Fighter (Asia 961023) ]
xmvsfa:0:FF5008:99:000:Infinite Time
xmvsfa:0:FF5008:00:001:Finish this Round Now!
xmvsfa:0:FF4A11:00:000:Single Character Fighting Mode
xmvsfa:0:FF4A1B:00:500:Single Character Fighting Mode (2/4)
xmvsfa:0:FF4E11:00:500:Single Character Fighting Mode (3/4)
xmvsfa:0:FF4E1B:00:500:Single Character Fighting Mode (4/4)
xmvsfa:0:FF5081:06:001:Go to the Boss Battle Next!
xmvsfa:0:FF4211:90:000:Infinite Energy PL1
xmvsfa:0:FF4211:00:001:Drain All Energy Now! PL1
xmvsfa:0:FF4214:03:000:Always Max Power PL1
xmvsfa:0:FF4213:90:500:Always Max Power PL1 (2/2)
xmvsfa:0:FF4214:00:000:Always Min Power PL1
xmvsfa:0:FF4213:00:500:Always Min Power PL1 (2/2)
xmvsfa:0:FF4214:03:001:Get Max Power PL1 Now!
xmvsfa:0:FF4213:90:501:Get Max Power PL1 Now! (2/2)
xmvsfa:0:FF4214:00:001:Get Min Power PL1 Now!
xmvsfa:0:FF4213:00:501:Get Min Power PL1 Now! (2/2)
xmvsfa:0:FF4053:10:000:Play with Apocalypse PL1
xmvsfa:0:FF4853:10:500:Play with Apocalypse PL1 (2/5)
xmvsfa:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5)
xmvsfa:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5)
xmvsfa:0:FF5113:00:500:Play with Apocalypse PL1 (5/5)
xmvsfa:0:000000:00:999:[Enable the character cheats only on the character ]
xmvsfa:0:000000:00:999:[selection screen. ]
xmvsfa:0:FF4053:00:001:Play with Wolverine as the 1st Character PL1
xmvsfa:0:FF4053:02:001:Play with Cyclops as the 1st Character PL1
xmvsfa:0:FF4053:04:001:Play with Storm as the 1st Character PL1
xmvsfa:0:FF4053:06:001:Play with Rogue as the 1st Character PL1
xmvsfa:0:FF4053:08:001:Play with Gambit as the 1st Character PL1
xmvsfa:0:FF4053:0A:001:Play with Sabretooth as the 1st Character PL1
xmvsfa:0:FF4053:0C:001:Play with Juggernaut as the 1st Character PL1
xmvsfa:0:FF4053:0E:001:Play with Magneto as the 1st Character PL1
xmvsfa:0:FF4053:12:001:Play with Ryu as the 1st Character PL1
xmvsfa:0:FF4053:14:001:Play with Ken as the 1st Character PL1
xmvsfa:0:FF4053:16:001:Play with Chun-Li as the 1st Character PL1
xmvsfa:0:FF4053:18:001:Play with Dhalsim as the 1st Character PL1
xmvsfa:0:FF4053:1A:001:Play with Zangief as the 1st Character PL1
xmvsfa:0:FF4053:1C:001:Play with M. Bison as the 1st Character PL1
xmvsfa:0:FF4053:1E:001:Play with Akuma (Gouki) as the 1st Character PL1
xmvsfa:0:FF4053:20:001:Play with Charlie as the 1st Character PL1
xmvsfa:0:FF4053:22:001:Play with Cammy as the 1st Character PL1
xmvsfa:0:FF50B1:24:000:Play with SFZ Chun-Li as the 1st Character PL1
xmvsfa:0:FF4853:00:001:Play with Wolverine as the 2nd Character PL1
xmvsfa:0:FF4853:02:001:Play with Cyclops as the 2nd Character PL1
xmvsfa:0:FF4853:04:001:Play with Storm as the 2nd Character PL1
xmvsfa:0:FF4853:06:001:Play with Rogue as the 2nd Character PL1
xmvsfa:0:FF4853:08:001:Play with Gambit as the 2nd Character PL1
xmvsfa:0:FF4853:0A:001:Play with Sabretooth as the 2nd Character PL1
xmvsfa:0:FF4853:0C:001:Play with Juggernaut as the 2nd Character PL1
xmvsfa:0:FF4853:0E:001:Play with Magneto as the 2nd Character PL1
xmvsfa:0:FF4853:12:001:Play with Ryu as the 2nd Character PL1
xmvsfa:0:FF4853:14:001:Play with Ken as the 2nd Character PL1
xmvsfa:0:FF4853:16:001:Play with Chun-Li as the 2nd Character PL1
xmvsfa:0:FF4853:18:001:Play with Dhalsim as the 2nd Character PL1
xmvsfa:0:FF4853:1A:001:Play with Zangief as the 2nd Character PL1
xmvsfa:0:FF4853:1C:001:Play with M. Bison as the 2nd Character PL1
xmvsfa:0:FF4853:1E:001:Play with Akuma (Gouki) as the 2nd Character PL1
xmvsfa:0:FF4853:20:001:Play with Charlie as the 2nd Character PL1
xmvsfa:0:FF4853:22:001:Play with Cammy as the 2nd Character PL1
xmvsfa:0:FF50B3:24:000:Play with SFZ Chun-Li as the 2nd Character PL1
xmvsfa:0:FF4611:90:000:Infinite Energy PL2
xmvsfa:0:FF4611:00:001:Drain All Energy Now! PL2
xmvsfa:0:FF4614:03:000:Always Max Power PL2
xmvsfa:0:FF4613:90:500:Always Max Power PL2 (2/2)
xmvsfa:0:FF4614:00:000:Always Min Power PL2
xmvsfa:0:FF4613:00:500:Always Min Power PL2 (2/2)
xmvsfa:0:FF4614:03:001:Get Max Power PL2 Now!
xmvsfa:0:FF4613:90:501:Get Max Power PL2 Now! (2/2)
xmvsfa:0:FF4614:00:001:Get Min Power PL2 Now!
xmvsfa:0:FF4613:00:501:Get Min Power PL2 Now! (2/2)
xmvsfa:0:FF4453:10:000:Play with Apocalypse PL2
xmvsfa:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5)
xmvsfa:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5)
xmvsfa:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5)
xmvsfa:0:FF5113:00:500:Play with Apocalypse PL2 (5/5)
xmvsfa:0:000000:00:999:[Enable the character cheats only on the character ]
xmvsfa:0:000000:00:999:[selection screen. ]
xmvsfa:0:FF4453:10:001:Play with Apocalypse as the 1st Character PL2
xmvsfa:0:FF4453:00:001:Play with Wolverine as the 1st Character PL2
xmvsfa:0:FF4453:02:001:Play with Cyclops as the 1st Character PL2
xmvsfa:0:FF4453:04:001:Play with Storm as the 1st Character PL2
xmvsfa:0:FF4453:06:001:Play with Rogue as the 1st Character PL2
xmvsfa:0:FF4453:08:001:Play with Gambit as the 1st Character PL2
xmvsfa:0:FF4453:0A:001:Play with Sabretooth as the 1st Character PL2
xmvsfa:0:FF4453:0C:001:Play with Juggernaut as the 1st Character PL2
xmvsfa:0:FF4453:0E:001:Play with Magneto as the 1st Character PL2
xmvsfa:0:FF4453:12:001:Play with Ryu as the 1st Character PL2
xmvsfa:0:FF4453:14:001:Play with Ken as the 1st Character PL2
xmvsfa:0:FF4453:16:001:Play with Chun-Li as the 1st Character PL2
xmvsfa:0:FF4453:18:001:Play with Dhalsim as the 1st Character PL2
xmvsfa:0:FF4453:1A:001:Play with Zangief as the 1st Character PL2
xmvsfa:0:FF4453:1C:001:Play with M. Bison as the 1st Character PL2
xmvsfa:0:FF4453:1E:001:Play with Akuma (Gouki) as the 1st Character PL2
xmvsfa:0:FF4453:20:001:Play with Charlie as the 1st Character PL2
xmvsfa:0:FF4453:22:001:Play with Cammy as the 1st Character PL2
xmvsfa:0:FF50B5:24:000:Play with SFZ Chun-Li as the 1st Character PL2
xmvsfa:0:FF4C53:10:001:Play with Apocalypse as the 2nd Character PL2
xmvsfa:0:FF4C53:00:001:Play with Wolverine as the 2nd Character PL2
xmvsfa:0:FF4C53:02:001:Play with Cyclops as the 2nd Character PL2
xmvsfa:0:FF4C53:04:001:Play with Storm as the 2nd Character PL2
xmvsfa:0:FF4C53:06:001:Play with Rogue as the 2nd Character PL2
xmvsfa:0:FF4C53:08:001:Play with Gambit as the 2nd Character PL2
xmvsfa:0:FF4C53:0A:001:Play with Sabretooth as the 2nd Character PL2
xmvsfa:0:FF4C53:0C:001:Play with Juggernaut as the 2nd Character PL2
xmvsfa:0:FF4C53:0E:001:Play with Magneto as the 2nd Character PL2
xmvsfa:0:FF4C53:12:001:Play with Ryu as the 2nd Character PL2
xmvsfa:0:FF4C53:14:001:Play with Ken as the 2nd Character PL2
xmvsfa:0:FF4C53:16:001:Play with Chun-Li as the 2nd Character PL2
xmvsfa:0:FF4C53:18:001:Play with Dhalsim as the 2nd Character PL2
xmvsfa:0:FF4C53:1A:001:Play with Zangief as the 2nd Character PL2
xmvsfa:0:FF4C53:1C:001:Play with M. Bison as the 2nd Character PL2
xmvsfa:0:FF4C53:1E:001:Play with Akuma (Gouki) as the 2nd Character PL2
xmvsfa:0:FF4C53:20:001:Play with Charlie as the 2nd Character PL2
xmvsfa:0:FF4C53:22:001:Play with Cammy as the 2nd Character PL2
xmvsfa:0:FF50B7:24:000:Play with SFZ Chun-Li as the 2nd Character PL2
xmvsfa:0:000000:00:999:[These are the codes to set the machine region - the ]
xmvsfa:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
xmvsfa:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
xmvsfa:0:FF5479:00:000:Region Switch = Japan
xmvsfa:0:FF5479:02:000:Region Switch = USA
xmvsfa:0:FF5479:04:000:Region Switch = Hispanic
xmvsfa:0:FF5479:06:000:Region Switch = Asia
xmvsfa:0:FF5479:08:000:Region Switch = Euro
xmvsfa:0:FF5479:0A:000:Region Switch = Brazil
; [ X-Men Vs. Street Fighter (Hispanic 961004) ]
xmvsfh:0:FF5008:99:000:Infinite Time
xmvsfh:0:FF5008:00:001:Finish this Round Now!
xmvsfh:0:FF4A11:00:000:Single Character Fighting Mode
xmvsfh:0:FF4A1B:00:500:Single Character Fighting Mode (2/4)
xmvsfh:0:FF4E11:00:500:Single Character Fighting Mode (3/4)
xmvsfh:0:FF4E1B:00:500:Single Character Fighting Mode (4/4)
xmvsfh:0:FF5081:06:001:Go to the Boss Battle Next!
xmvsfh:0:FF4211:90:000:Infinite Energy PL1
xmvsfh:0:FF4211:00:001:Drain All Energy Now! PL1
xmvsfh:0:FF4214:03:000:Always Max Power PL1
xmvsfh:0:FF4213:90:500:Always Max Power PL1 (2/2)
xmvsfh:0:FF4214:00:000:Always Min Power PL1
xmvsfh:0:FF4213:00:500:Always Min Power PL1 (2/2)
xmvsfh:0:FF4214:03:001:Get Max Power PL1 Now!
xmvsfh:0:FF4213:90:501:Get Max Power PL1 Now! (2/2)
xmvsfh:0:FF4214:00:001:Get Min Power PL1 Now!
xmvsfh:0:FF4213:00:501:Get Min Power PL1 Now! (2/2)
xmvsfh:0:FF4053:10:000:Play with Apocalypse PL1
xmvsfh:0:FF4853:10:500:Play with Apocalypse PL1 (2/5)
xmvsfh:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5)
xmvsfh:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5)
xmvsfh:0:FF5113:00:500:Play with Apocalypse PL1 (5/5)
xmvsfh:0:000000:00:999:[Enable the character cheats only on the character ]
xmvsfh:0:000000:00:999:[selection screen. ]
xmvsfh:0:FF4053:00:001:Play with Wolverine as the 1st Character PL1
xmvsfh:0:FF4053:02:001:Play with Cyclops as the 1st Character PL1
xmvsfh:0:FF4053:04:001:Play with Storm as the 1st Character PL1
xmvsfh:0:FF4053:06:001:Play with Rogue as the 1st Character PL1
xmvsfh:0:FF4053:08:001:Play with Gambit as the 1st Character PL1
xmvsfh:0:FF4053:0A:001:Play with Sabretooth as the 1st Character PL1
xmvsfh:0:FF4053:0C:001:Play with Juggernaut as the 1st Character PL1
xmvsfh:0:FF4053:0E:001:Play with Magneto as the 1st Character PL1
xmvsfh:0:FF4053:12:001:Play with Ryu as the 1st Character PL1
xmvsfh:0:FF4053:14:001:Play with Ken as the 1st Character PL1
xmvsfh:0:FF4053:16:001:Play with Chun-Li as the 1st Character PL1
xmvsfh:0:FF4053:18:001:Play with Dhalsim as the 1st Character PL1
xmvsfh:0:FF4053:1A:001:Play with Zangief as the 1st Character PL1
xmvsfh:0:FF4053:1C:001:Play with M. Bison as the 1st Character PL1
xmvsfh:0:FF4053:1E:001:Play with Akuma (Gouki) as the 1st Character PL1
xmvsfh:0:FF4053:20:001:Play with Charlie as the 1st Character PL1
xmvsfh:0:FF4053:22:001:Play with Cammy as the 1st Character PL1
xmvsfh:0:FF50B1:24:000:Play with SFZ Chun-Li as the 1st Character PL1
xmvsfh:0:FF4853:00:001:Play with Wolverine as the 2nd Character PL1
xmvsfh:0:FF4853:02:001:Play with Cyclops as the 2nd Character PL1
xmvsfh:0:FF4853:04:001:Play with Storm as the 2nd Character PL1
xmvsfh:0:FF4853:06:001:Play with Rogue as the 2nd Character PL1
xmvsfh:0:FF4853:08:001:Play with Gambit as the 2nd Character PL1
xmvsfh:0:FF4853:0A:001:Play with Sabretooth as the 2nd Character PL1
xmvsfh:0:FF4853:0C:001:Play with Juggernaut as the 2nd Character PL1
xmvsfh:0:FF4853:0E:001:Play with Magneto as the 2nd Character PL1
xmvsfh:0:FF4853:12:001:Play with Ryu as the 2nd Character PL1
xmvsfh:0:FF4853:14:001:Play with Ken as the 2nd Character PL1
xmvsfh:0:FF4853:16:001:Play with Chun-Li as the 2nd Character PL1
xmvsfh:0:FF4853:18:001:Play with Dhalsim as the 2nd Character PL1
xmvsfh:0:FF4853:1A:001:Play with Zangief as the 2nd Character PL1
xmvsfh:0:FF4853:1C:001:Play with M. Bison as the 2nd Character PL1
xmvsfh:0:FF4853:1E:001:Play with Akuma (Gouki) as the 2nd Character PL1
xmvsfh:0:FF4853:20:001:Play with Charlie as the 2nd Character PL1
xmvsfh:0:FF4853:22:001:Play with Cammy as the 2nd Character PL1
xmvsfh:0:FF50B3:24:000:Play with SFZ Chun-Li as the 2nd Character PL1
xmvsfh:0:FF4611:90:000:Infinite Energy PL2
xmvsfh:0:FF4611:00:001:Drain All Energy Now! PL2
xmvsfh:0:FF4614:03:000:Always Max Power PL2
xmvsfh:0:FF4613:90:500:Always Max Power PL2 (2/2)
xmvsfh:0:FF4614:00:000:Always Min Power PL2
xmvsfh:0:FF4613:00:500:Always Min Power PL2 (2/2)
xmvsfh:0:FF4614:03:001:Get Max Power PL2 Now!
xmvsfh:0:FF4613:90:501:Get Max Power PL2 Now! (2/2)
xmvsfh:0:FF4614:00:001:Get Min Power PL2 Now!
xmvsfh:0:FF4613:00:501:Get Min Power PL2 Now! (2/2)
xmvsfh:0:FF4453:10:000:Play with Apocalypse PL2
xmvsfh:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5)
xmvsfh:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5)
xmvsfh:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5)
xmvsfh:0:FF5113:00:500:Play with Apocalypse PL2 (5/5)
xmvsfh:0:000000:00:999:[Enable the character cheats only on the character ]
xmvsfh:0:000000:00:999:[selection screen. ]
xmvsfh:0:FF4453:10:001:Play with Apocalypse as the 1st Character PL2
xmvsfh:0:FF4453:00:001:Play with Wolverine as the 1st Character PL2
xmvsfh:0:FF4453:02:001:Play with Cyclops as the 1st Character PL2
xmvsfh:0:FF4453:04:001:Play with Storm as the 1st Character PL2
xmvsfh:0:FF4453:06:001:Play with Rogue as the 1st Character PL2
xmvsfh:0:FF4453:08:001:Play with Gambit as the 1st Character PL2
xmvsfh:0:FF4453:0A:001:Play with Sabretooth as the 1st Character PL2
xmvsfh:0:FF4453:0C:001:Play with Juggernaut as the 1st Character PL2
xmvsfh:0:FF4453:0E:001:Play with Magneto as the 1st Character PL2
xmvsfh:0:FF4453:12:001:Play with Ryu as the 1st Character PL2
xmvsfh:0:FF4453:14:001:Play with Ken as the 1st Character PL2
xmvsfh:0:FF4453:16:001:Play with Chun-Li as the 1st Character PL2
xmvsfh:0:FF4453:18:001:Play with Dhalsim as the 1st Character PL2
xmvsfh:0:FF4453:1A:001:Play with Zangief as the 1st Character PL2
xmvsfh:0:FF4453:1C:001:Play with M. Bison as the 1st Character PL2
xmvsfh:0:FF4453:1E:001:Play with Akuma (Gouki) as the 1st Character PL2
xmvsfh:0:FF4453:20:001:Play with Charlie as the 1st Character PL2
xmvsfh:0:FF4453:22:001:Play with Cammy as the 1st Character PL2
xmvsfh:0:FF50B5:24:000:Play with SFZ Chun-Li as the 1st Character PL2
xmvsfh:0:FF4C53:10:001:Play with Apocalypse as the 2nd Character PL2
xmvsfh:0:FF4C53:00:001:Play with Wolverine as the 2nd Character PL2
xmvsfh:0:FF4C53:02:001:Play with Cyclops as the 2nd Character PL2
xmvsfh:0:FF4C53:04:001:Play with Storm as the 2nd Character PL2
xmvsfh:0:FF4C53:06:001:Play with Rogue as the 2nd Character PL2
xmvsfh:0:FF4C53:08:001:Play with Gambit as the 2nd Character PL2
xmvsfh:0:FF4C53:0A:001:Play with Sabretooth as the 2nd Character PL2
xmvsfh:0:FF4C53:0C:001:Play with Juggernaut as the 2nd Character PL2
xmvsfh:0:FF4C53:0E:001:Play with Magneto as the 2nd Character PL2
xmvsfh:0:FF4C53:12:001:Play with Ryu as the 2nd Character PL2
xmvsfh:0:FF4C53:14:001:Play with Ken as the 2nd Character PL2
xmvsfh:0:FF4C53:16:001:Play with Chun-Li as the 2nd Character PL2
xmvsfh:0:FF4C53:18:001:Play with Dhalsim as the 2nd Character PL2
xmvsfh:0:FF4C53:1A:001:Play with Zangief as the 2nd Character PL2
xmvsfh:0:FF4C53:1C:001:Play with M. Bison as the 2nd Character PL2
xmvsfh:0:FF4C53:1E:001:Play with Akuma (Gouki) as the 2nd Character PL2
xmvsfh:0:FF4C53:20:001:Play with Charlie as the 2nd Character PL2
xmvsfh:0:FF4C53:22:001:Play with Cammy as the 2nd Character PL2
xmvsfh:0:FF50B7:24:000:Play with SFZ Chun-Li as the 2nd Character PL2
xmvsfh:0:000000:00:999:[These are the codes to set the machine region - the ]
xmvsfh:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
xmvsfh:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
xmvsfh:0:FF5479:00:000:Region Switch = Japan
xmvsfh:0:FF5479:02:000:Region Switch = USA
xmvsfh:0:FF5479:04:000:Region Switch = Hispanic
xmvsfh:0:FF5479:06:000:Region Switch = Asia
xmvsfh:0:FF5479:08:000:Region Switch = Euro
xmvsfh:0:FF5479:0A:000:Region Switch = Brazil
; [ X-Men Vs. Street Fighter (Japan 960910) ]
xmvsfj:0:FF5008:99:000:Infinite Time
xmvsfj:0:FF5008:00:001:Finish this Round Now!
xmvsfj:0:FF4A11:00:000:Single Character Fighting Mode
xmvsfj:0:FF4A1B:00:500:Single Character Fighting Mode (2/4)
xmvsfj:0:FF4E11:00:500:Single Character Fighting Mode (3/4)
xmvsfj:0:FF4E1B:00:500:Single Character Fighting Mode (4/4)
xmvsfj:0:FF5081:06:001:Go to the Boss Battle Next!
xmvsfj:0:FF4211:90:000:Infinite Energy PL1
xmvsfj:0:FF4211:00:001:Drain All Energy Now! PL1
xmvsfj:0:FF4214:03:000:Always Max Power PL1
xmvsfj:0:FF4213:90:500:Always Max Power PL1 (2/2)
xmvsfj:0:FF4214:00:000:Always Min Power PL1
xmvsfj:0:FF4213:00:500:Always Min Power PL1 (2/2)
xmvsfj:0:FF4214:03:001:Get Max Power PL1 Now!
xmvsfj:0:FF4213:90:501:Get Max Power PL1 Now! (2/2)
xmvsfj:0:FF4214:00:001:Get Min Power PL1 Now!
xmvsfj:0:FF4213:00:501:Get Min Power PL1 Now! (2/2)
xmvsfj:0:FF4053:10:000:Play with Apocalypse PL1
xmvsfj:0:FF4853:10:500:Play with Apocalypse PL1 (2/5)
xmvsfj:0:FF50B1:10:500:Play with Apocalypse PL1 (3/5)
xmvsfj:0:FF50B3:10:500:Play with Apocalypse PL1 (4/5)
xmvsfj:0:FF5113:00:500:Play with Apocalypse PL1 (5/5)
xmvsfj:0:000000:00:999:[Enable the character cheats only on the character ]
xmvsfj:0:000000:00:999:[selection screen. ]
xmvsfj:0:FF4053:00:001:Play with Wolverine as the 1st Character PL1
xmvsfj:0:FF4053:02:001:Play with Cyclops as the 1st Character PL1
xmvsfj:0:FF4053:04:001:Play with Storm as the 1st Character PL1
xmvsfj:0:FF4053:06:001:Play with Rogue as the 1st Character PL1
xmvsfj:0:FF4053:08:001:Play with Gambit as the 1st Character PL1
xmvsfj:0:FF4053:0A:001:Play with Sabretooth as the 1st Character PL1
xmvsfj:0:FF4053:0C:001:Play with Juggernaut as the 1st Character PL1
xmvsfj:0:FF4053:0E:001:Play with Magneto as the 1st Character PL1
xmvsfj:0:FF4053:12:001:Play with Ryu as the 1st Character PL1
xmvsfj:0:FF4053:14:001:Play with Ken as the 1st Character PL1
xmvsfj:0:FF4053:16:001:Play with Chun-Li as the 1st Character PL1
xmvsfj:0:FF4053:18:001:Play with Dhalsim as the 1st Character PL1
xmvsfj:0:FF4053:1A:001:Play with Zangief as the 1st Character PL1
xmvsfj:0:FF4053:1C:001:Play with M. Bison as the 1st Character PL1
xmvsfj:0:FF4053:1E:001:Play with Akuma (Gouki) as the 1st Character PL1
xmvsfj:0:FF4053:20:001:Play with Charlie as the 1st Character PL1
xmvsfj:0:FF4053:22:001:Play with Cammy as the 1st Character PL1
xmvsfj:0:FF50B1:24:000:Play with SFZ Chun-Li as the 1st Character PL1
xmvsfj:0:FF4853:00:001:Play with Wolverine as the 2nd Character PL1
xmvsfj:0:FF4853:02:001:Play with Cyclops as the 2nd Character PL1
xmvsfj:0:FF4853:04:001:Play with Storm as the 2nd Character PL1
xmvsfj:0:FF4853:06:001:Play with Rogue as the 2nd Character PL1
xmvsfj:0:FF4853:08:001:Play with Gambit as the 2nd Character PL1
xmvsfj:0:FF4853:0A:001:Play with Sabretooth as the 2nd Character PL1
xmvsfj:0:FF4853:0C:001:Play with Juggernaut as the 2nd Character PL1
xmvsfj:0:FF4853:0E:001:Play with Magneto as the 2nd Character PL1
xmvsfj:0:FF4853:12:001:Play with Ryu as the 2nd Character PL1
xmvsfj:0:FF4853:14:001:Play with Ken as the 2nd Character PL1
xmvsfj:0:FF4853:16:001:Play with Chun-Li as the 2nd Character PL1
xmvsfj:0:FF4853:18:001:Play with Dhalsim as the 2nd Character PL1
xmvsfj:0:FF4853:1A:001:Play with Zangief as the 2nd Character PL1
xmvsfj:0:FF4853:1C:001:Play with M. Bison as the 2nd Character PL1
xmvsfj:0:FF4853:1E:001:Play with Akuma (Gouki) as the 2nd Character PL1
xmvsfj:0:FF4853:20:001:Play with Charlie as the 2nd Character PL1
xmvsfj:0:FF4853:22:001:Play with Cammy as the 2nd Character PL1
xmvsfj:0:FF50B3:24:000:Play with SFZ Chun-Li as the 2nd Character PL1
xmvsfj:0:FF4611:90:000:Infinite Energy PL2
xmvsfj:0:FF4611:00:001:Drain All Energy Now! PL2
xmvsfj:0:FF4614:03:000:Always Max Power PL2
xmvsfj:0:FF4613:90:500:Always Max Power PL2 (2/2)
xmvsfj:0:FF4614:00:000:Always Min Power PL2
xmvsfj:0:FF4613:00:500:Always Min Power PL2 (2/2)
xmvsfj:0:FF4614:03:001:Get Max Power PL2 Now!
xmvsfj:0:FF4613:90:501:Get Max Power PL2 Now! (2/2)
xmvsfj:0:FF4614:00:001:Get Min Power PL2 Now!
xmvsfj:0:FF4613:00:501:Get Min Power PL2 Now! (2/2)
xmvsfj:0:FF4453:10:000:Play with Apocalypse PL2
xmvsfj:0:FF4C53:10:500:Play with Apocalypse PL2 (2/5)
xmvsfj:0:FF50B5:10:500:Play with Apocalypse PL2 (3/5)
xmvsfj:0:FF50B7:10:500:Play with Apocalypse PL2 (4/5)
xmvsfj:0:FF5113:00:500:Play with Apocalypse PL2 (5/5)
xmvsfj:0:000000:00:999:[Enable the character cheats only on the character ]
xmvsfj:0:000000:00:999:[selection screen. ]
xmvsfj:0:FF4453:10:001:Play with Apocalypse as the 1st Character PL2
xmvsfj:0:FF4453:00:001:Play with Wolverine as the 1st Character PL2
xmvsfj:0:FF4453:02:001:Play with Cyclops as the 1st Character PL2
xmvsfj:0:FF4453:04:001:Play with Storm as the 1st Character PL2
xmvsfj:0:FF4453:06:001:Play with Rogue as the 1st Character PL2
xmvsfj:0:FF4453:08:001:Play with Gambit as the 1st Character PL2
xmvsfj:0:FF4453:0A:001:Play with Sabretooth as the 1st Character PL2
xmvsfj:0:FF4453:0C:001:Play with Juggernaut as the 1st Character PL2
xmvsfj:0:FF4453:0E:001:Play with Magneto as the 1st Character PL2
xmvsfj:0:FF4453:12:001:Play with Ryu as the 1st Character PL2
xmvsfj:0:FF4453:14:001:Play with Ken as the 1st Character PL2
xmvsfj:0:FF4453:16:001:Play with Chun-Li as the 1st Character PL2
xmvsfj:0:FF4453:18:001:Play with Dhalsim as the 1st Character PL2
xmvsfj:0:FF4453:1A:001:Play with Zangief as the 1st Character PL2
xmvsfj:0:FF4453:1C:001:Play with M. Bison as the 1st Character PL2
xmvsfj:0:FF4453:1E:001:Play with Akuma (Gouki) as the 1st Character PL2
xmvsfj:0:FF4453:20:001:Play with Charlie as the 1st Character PL2
xmvsfj:0:FF4453:22:001:Play with Cammy as the 1st Character PL2
xmvsfj:0:FF50B5:24:000:Play with SFZ Chun-Li as the 1st Character PL2
xmvsfj:0:FF4C53:10:001:Play with Apocalypse as the 2nd Character PL2
xmvsfj:0:FF4C53:00:001:Play with Wolverine as the 2nd Character PL2
xmvsfj:0:FF4C53:02:001:Play with Cyclops as the 2nd Character PL2
xmvsfj:0:FF4C53:04:001:Play with Storm as the 2nd Character PL2
xmvsfj:0:FF4C53:06:001:Play with Rogue as the 2nd Character PL2
xmvsfj:0:FF4C53:08:001:Play with Gambit as the 2nd Character PL2
xmvsfj:0:FF4C53:0A:001:Play with Sabretooth as the 2nd Character PL2
xmvsfj:0:FF4C53:0C:001:Play with Juggernaut as the 2nd Character PL2
xmvsfj:0:FF4C53:0E:001:Play with Magneto as the 2nd Character PL2
xmvsfj:0:FF4C53:12:001:Play with Ryu as the 2nd Character PL2
xmvsfj:0:FF4C53:14:001:Play with Ken as the 2nd Character PL2
xmvsfj:0:FF4C53:16:001:Play with Chun-Li as the 2nd Character PL2
xmvsfj:0:FF4C53:18:001:Play with Dhalsim as the 2nd Character PL2
xmvsfj:0:FF4C53:1A:001:Play with Zangief as the 2nd Character PL2
xmvsfj:0:FF4C53:1C:001:Play with M. Bison as the 2nd Character PL2
xmvsfj:0:FF4C53:1E:001:Play with Akuma (Gouki) as the 2nd Character PL2
xmvsfj:0:FF4C53:20:001:Play with Charlie as the 2nd Character PL2
xmvsfj:0:FF4C53:22:001:Play with Cammy as the 2nd Character PL2
xmvsfj:0:FF50B7:24:000:Play with SFZ Chun-Li as the 2nd Character PL2
xmvsfj:0:000000:00:999:[These are the codes to set the machine region - the ]
xmvsfj:0:000000:00:999:[effectiveness may vary! You have to enable these ASAP ]
xmvsfj:0:000000:00:999:[- ON or before the ROM check screen! Or enable & RESET]
xmvsfj:0:FF5479:00:000:Region Switch = Japan
xmvsfj:0:FF5479:02:000:Region Switch = USA
xmvsfj:0:FF5479:04:000:Region Switch = Hispanic
xmvsfj:0:FF5479:06:000:Region Switch = Asia
xmvsfj:0:FF5479:08:000:Region Switch = Euro
xmvsfj:0:FF5479:0A:000:Region Switch = Brazil
; [ Xain'd Sleena ]
xsleena:0:0056:10:000:Infinite Energy
xsleena:0:0060:07:000:Infinite Lives
xsleena:0:1935:59:000:Infinite Time
xsleena:0:0055:00:000:Always have Normal Weapon
xsleena:0:0055:01:000:Always have Grenades
xsleena:0:0055:02:000:Always have Double shot
xsleena:0:0055:03:000:Always have Heavy shot
xsleena:0:0055:04:000:Always have Triple shot
xsleena:0:0055:01:001:Get Normal Weapon Now!
xsleena:0:0055:01:001:Get Grenades Now!
xsleena:0:0055:02:001:Get Double shot Now!
xsleena:0:0055:03:001:Get Heavy shot Now!
xsleena:0:0055:04:001:Get Triple shot Now!
; [ Xain'd Sleena (bootleg) ]
xsleenab:0:0056:10:000:Infinite Energy
xsleenab:0:0060:07:000:Infinite Lives
xsleenab:0:1935:59:000:Infinite Time
xsleenab:0:0055:00:000:Always have Normal Weapon
xsleenab:0:0055:01:000:Always have Grenades
xsleenab:0:0055:02:000:Always have Double shot
xsleenab:0:0055:03:000:Always have Heavy shot
xsleenab:0:0055:04:000:Always have Triple shot
xsleenab:0:0055:01:001:Get Normal Weapon Now!
xsleenab:0:0055:01:001:Get Grenades Now!
xsleenab:0:0055:02:001:Get Double shot Now!
xsleenab:0:0055:03:001:Get Heavy shot Now!
xsleenab:0:0055:04:001:Get Triple shot Now!
; [ XX Mission ]
xxmissio:0:E07E:09:000:Infinite Credits
xxmissio:0:E18C:01:000:Invincibility
xxmissio:0:E064:06:000:Infinite Lives PL1
xxmissio:0:E06E:06:000:Infinite Lives PL2
; [ Xybots ]
xybots:0:FF8FB2:64:000:Infinite Energy PL1
xybots:0:FF8FB5:5A:000:Infinite Money PL1
xybots:0:FF8FB4:5A:000:Infinite Keys PL1
xybots:0:FFADEC:19:000:Infinite Credits PL1
xybots:0:FF9020:29:000:Always have double shot PL1
xybots:0:FF9020:2A:000:Always have double shot PL1
xybots:0:FF9020:2B:000:Always have triple shot PL1
xybots:0:FF9020:29:001:Get single shot Now! PL1
xybots:0:FF9020:2A:001:Get double shot Now! PL1
xybots:0:FF9020:2B:001:Get triple shot Now! PL1
xybots:0:FF8FE0:BF:000:Always have all items PL1
xybots:0:FF8FE1:AF:500:Always have all items PL1 (2/4)
xybots:0:FF8FE2:49:500:Always have all items PL1 (3/4)
xybots:0:FF8FE3:24:500:Always have all items PL1 (4/4)
xybots:0:FF8FE0:BF:001:Get all items Now! PL1
xybots:0:FF8FE1:AF:501:Get all items Now! PL1 (2/4)
xybots:0:FF8FE2:49:501:Get all items Now! PL1 (3/4)
xybots:0:FF8FE3:24:501:Get all items Now! PL1 (4/4)
xybots:0:FF8FE0:80:020:Always have 125% energy limit PL1
xybots:0:FF8FE0:20:020:Always have Guard mapper PL1
xybots:0:FF8FE0:10:020:Always have Enemy mapper PL1
xybots:0:FF8FE0:08:520:Always have Enemy mapper PL1 (2/2)
xybots:0:FF8FE0:04:020:Always have Wall mapper PL1
xybots:0:FF8FE0:02:520:Always have Wall mapper PL1 (2/2)
xybots:0:FF8FE0:01:020:Always have Warning arrows PL1
xybots:0:FF8FE1:80:520:Always have Warning arrows PL1 (2/2)
xybots:0:FF8FE1:20:020:Always have Shots repelled PL1
xybots:0:FF8FE1:10:540:Always have Shots repelled PL1 (2/3)
xybots:0:FF8FE1:08:520:Always have Shots repelled PL1 (3/3)
xybots:0:FF8FE1:04:020:Always have Second shot PL1
xybots:0:FF8FE1:02:520:Always have Second shot PL1 (2/2)
xybots:0:FF8FE1:01:020:Always have Power zap PL1
xybots:0:FF8FE2:80:520:Always have Power zap PL1 (2/2)
xybots:0:FF8FE2:40:020:Always have Slow energy loss PL1
xybots:0:FF8FE2:20:540:Always have Slow energy loss PL1 (2/3)
xybots:0:FF8FE2:10:540:Always have Slow energy loss PL1 (3/3)
xybots:0:FF8FE2:08:020:Always have Power shot PL1
xybots:0:FF8FE2:04:540:Always have Power shot PL1 (2/3)
xybots:0:FF8FE2:02:540:Always have Power shot PL1 (3/3)
xybots:0:FF8FE2:01:020:Always have Faster shot PL1
xybots:0:FF8FE3:80:540:Always have Faster shot PL1 (2/3)
xybots:0:FF8FE3:40:540:Always have Faster shot PL1 (3/3)
xybots:0:FF8FE3:20:020:Always have Shield PL1
xybots:0:FF8FE3:10:540:Always have Shield PL1 (2/3)
xybots:0:FF8FE3:08:540:Always have Shield PL1 (3/3)
xybots:0:FF8FE3:04:020:Always have Faster move PL1
xybots:0:FF8FE3:02:540:Always have Faster move PL1 (2/3)
xybots:0:FF8FE3:01:540:Always have Faster move PL1 (3/3)
xybots:0:FF8FE0:80:021:Get 125% energy limit Now! PL1
xybots:0:FF8FE0:20:021:Get Guard mapper Now! PL1
xybots:0:FF8FE0:10:021:Get Enemy mapper Now! PL1
xybots:0:FF8FE0:08:521:Get Enemy mapper Now! PL1 (2/2)
xybots:0:FF8FE0:04:021:Get Wall mapper Now! PL1
xybots:0:FF8FE0:02:521:Get Wall mapper Now! PL1 (2/2)
xybots:0:FF8FE0:01:021:Get Warning arrows Now! PL1
xybots:0:FF8FE1:80:521:Get Warning arrows Now! PL1 (2/2)
xybots:0:FF8FE1:20:021:Get Shots repelled Now! PL1
xybots:0:FF8FE1:10:541:Get Shots repelled Now! PL1 (2/3)
xybots:0:FF8FE1:08:521:Get Shots repelled Now! PL1 (3/3)
xybots:0:FF8FE1:04:021:Get Second shot Now! PL1
xybots:0:FF8FE1:02:521:Get Second shot Now! PL1 (2/2)
xybots:0:FF8FE1:01:021:Get Power zap Now! PL1
xybots:0:FF8FE2:80:521:Get Power zap Now! PL1 (2/2)
xybots:0:FF8FE2:40:021:Get Slow energy loss Now! PL1
xybots:0:FF8FE2:20:541:Get Slow energy loss Now! PL1 (2/3)
xybots:0:FF8FE2:10:541:Get Slow energy loss Now! PL1 (3/3)
xybots:0:FF8FE2:08:021:Get Power shot Now! PL1
xybots:0:FF8FE2:04:541:Get Power shot Now! PL1 (2/3)
xybots:0:FF8FE2:02:541:Get Power shot Now! PL1 (3/3)
xybots:0:FF8FE2:01:021:Get Faster shot Now! PL1
xybots:0:FF8FE3:80:541:Get Faster shot Now! PL1 (2/3)
xybots:0:FF8FE3:40:541:Get Faster shot Now! PL1 (3/3)
xybots:0:FF8FE3:20:021:Get Shield Now! PL1
xybots:0:FF8FE3:10:541:Get Shield Now! PL1 (2/3)
xybots:0:FF8FE3:08:541:Get Shield Now! PL1 (3/3)
xybots:0:FF8FE3:04:021:Get Faster move Now! PL1
xybots:0:FF8FE3:02:541:Get Faster move Now! PL1 (2/3)
xybots:0:FF8FE3:01:541:Get Faster move Now! PL1 (3/3)
xybots:0:FF9032:64:000:Infinite Energy PL2
xybots:0:FF9035:5A:000:Infinite Money PL2
xybots:0:FF9034:5A:000:Infinite Keys PL2
xybots:0:FFADED:19:000:Infinite Credits PL2
xybots:0:FF90A0:29:000:Always have double shot PL2
xybots:0:FF90A0:2A:000:Always have double shot PL2
xybots:0:FF90A0:2B:000:Always have triple shot PL2
xybots:0:FF90A0:29:001:Get single shot Now! PL2
xybots:0:FF90A0:2A:001:Get double shot Now! PL2
xybots:0:FF90A0:2B:001:Get triple shot Now! PL2
xybots:0:FF9060:BF:000:Always have all items PL2
xybots:0:FF9061:AF:500:Always have all items PL2(2/4)
xybots:0:FF9062:49:500:Always have all items PL2(3/4)
xybots:0:FF9063:24:500:Always have all items PL2(4/4)
xybots:0:FF9060:BF:001:Get all items Now! PL2
xybots:0:FF9061:AF:501:Get all items Now! PL2 (2/4)
xybots:0:FF9062:49:501:Get all items Now! PL2 (3/4)
xybots:0:FF9063:24:501:Get all items Now! PL2 (4/4)
xybots:0:FF9060:80:020:Always have 125% energy limit PL2
xybots:0:FF9060:20:020:Always have Guard mapper PL2
xybots:0:FF9060:10:020:Always have Enemy mapper PL2
xybots:0:FF9060:08:520:Always have Enemy mapper PL2 (2/2)
xybots:0:FF9060:04:020:Always have Wall mapper PL2
xybots:0:FF9060:02:520:Always have Wall mapper PL2 (2/2)
xybots:0:FF9060:01:020:Always have Warning arrows PL2
xybots:0:FF9061:80:520:Always have Warning arrows PL2 (2/2)
xybots:0:FF9061:20:020:Always have Shots repelled PL2
xybots:0:FF9061:10:540:Always have Shots repelled PL2 (2/3)
xybots:0:FF9061:08:520:Always have Shots repelled PL2 (3/3)
xybots:0:FF9061:04:020:Always have Second shot PL2
xybots:0:FF9061:02:520:Always have Second shot PL2 (2/2)
xybots:0:FF9061:01:020:Always have Power zap PL2
xybots:0:FF9062:80:520:Always have Power zap PL2 (2/2)
xybots:0:FF9062:40:020:Always have Slow energy loss PL2
xybots:0:FF9062:20:540:Always have Slow energy loss PL2 (2/3)
xybots:0:FF9062:10:540:Always have Slow energy loss PL2 (3/3)
xybots:0:FF9062:08:020:Always have Power shot PL2
xybots:0:FF9062:04:540:Always have Power shot PL2 (2/3)
xybots:0:FF9062:02:540:Always have Power shot PL2 (3/3)
xybots:0:FF9062:01:020:Always have Faster shot PL2
xybots:0:FF9063:80:540:Always have Faster shot PL2 (2/3)
xybots:0:FF9063:40:540:Always have Faster shot PL2 (3/3)
xybots:0:FF9063:20:020:Always have Shield PL2
xybots:0:FF9063:10:540:Always have Shield PL2 (2/3)
xybots:0:FF9063:08:540:Always have Shield PL2 (3/3)
xybots:0:FF9063:04:020:Always have Faster move PL2
xybots:0:FF9063:02:540:Always have Faster move PL2 (2/3)
xybots:0:FF9063:01:540:Always have Faster move PL2 (3/3)
xybots:0:FF9060:80:021:Get 125% energy limit Now! PL2
xybots:0:FF9060:20:021:Get Guard mapper Now! PL2
xybots:0:FF9060:10:021:Get Enemy mapper Now! PL2
xybots:0:FF9060:08:521:Get Enemy mapper Now! PL2 (2/2)
xybots:0:FF9060:04:021:Get Wall mapper Now! PL2
xybots:0:FF9060:02:521:Get Wall mapper Now! PL2 (2/2)
xybots:0:FF9060:01:021:Get Warning arrows Now! PL2
xybots:0:FF9061:80:521:Get Warning arrows Now! PL2 (2/2)
xybots:0:FF9061:20:021:Get Shots repelled Now! PL2
xybots:0:FF9061:10:541:Get Shots repelled Now! PL2 (2/3)
xybots:0:FF9061:08:521:Get Shots repelled Now! PL2 (3/3)
xybots:0:FF9061:04:021:Get Second shot Now! PL2
xybots:0:FF9061:02:521:Get Second shot Now! PL2 (2/2)
xybots:0:FF9061:01:021:Get Power zap Now! PL2
xybots:0:FF9062:80:521:Get Power zap Now! PL2 (2/2)
xybots:0:FF9062:40:021:Get Slow energy loss Now! PL2
xybots:0:FF9062:20:541:Get Slow energy loss Now! PL2 (2/3)
xybots:0:FF9062:10:541:Get Slow energy loss Now! PL2 (3/3)
xybots:0:FF9062:08:021:Get Power shot Now! PL2
xybots:0:FF9062:04:541:Get Power shot Now! PL2 (2/3)
xybots:0:FF9062:02:541:Get Power shot Now! PL2 (3/3)
xybots:0:FF9062:01:021:Get Faster shot Now! PL2
xybots:0:FF9063:80:541:Get Faster shot Now! PL2 (2/3)
xybots:0:FF9063:40:541:Get Faster shot Now! PL2 (3/3)
xybots:0:FF9063:20:021:Get Shield Now! PL2
xybots:0:FF9063:10:541:Get Shield Now! PL2 (2/3)
xybots:0:FF9063:08:541:Get Shield Now! PL2 (3/3)
xybots:0:FF9063:04:021:Get Faster move Now! PL2
xybots:0:FF9063:02:541:Get Faster move Now! PL2 (2/3)
xybots:0:FF9063:01:541:Get Faster move Now! PL2 (3/3)
; [ Go Go Mr. Yamaguchi / Yuke Yuke Yamaguchi-kun ]
yamagchi:0:C30B:09:000:Infinite Time
yamagchi:0:C00C:06:000:Infinite Lives PL1
yamagchi:0:C00D:06:000:Infinite Lives PL2
; [ Yamato (set 1) ]
yamato:0:6020:03:000:Infinite Lives PL1
yamato:0:6021:03:000:Infinite Lives PL2
; [ Yamato (set 2) ]
yamato2:0:6020:03:000:Infinite Lives PL1
yamato2:0:6021:03:000:Infinite Lives PL2
; [ Yam! Yam!? ]
yamyam:0:E906:09:000:Infinite Lives
yamyam:0:EB16:2F:000:Infinite Time
yamyam:0:EAE4:00:001:Finish this stage Now!
yamyam:0:E907:09:001:Get 9 stars Now!
; [ Kaiketsu Yanchamaru (Japan) ]
yanchamr:0:E122:5A:000:Infinite Time
yanchamr:0:E200:09:000:Infinite Lives
yanchamr:0:E54A:08:000:Infinite POW
yanchamr:0:E21E:30:000:No Enemies
yanchamr:0:0000:00:999:[After you kill the End of ]
yanchamr:0:0000:00:999:[Level Guardian make sure ]
yanchamr:0:0000:00:999:[you turn OFF Invincibility ]
yanchamr:0:0000:00:999:[before picking up the ]
yanchamr:0:0000:00:999:[cracker. OR YOU WILL NOT ]
yanchamr:0:0000:00:999:[PROGRESS!! You can use F6. ]
yanchamr:0:E003:01:040:Invincibility
yanchamr:0:0000:00:999:[If you happen to fall down ]
yanchamr:0:0000:00:999:[a gap when you have ]
yanchamr:0:0000:00:999:[invincibilty enabled and ]
yanchamr:0:0000:00:999:[you can't recover it then ]
yanchamr:0:0000:00:999:[use the following cheat!! ]
yanchamr:0:E003:03:001:Start this Level Again!
yanchamr:0:0000:00:999:[ ]
yanchamr:0:0000:00:999:[See the Dip Switch Menu to ]
yanchamr:0:0000:00:999:[enable an alternate ]
yanchamr:0:0000:00:999:[Invincibility cheat. ]
yanchamr:0:0000:00:999:[ ]
yanchamr:0:0000:00:999:[You can use the Select ]
yanchamr:0:0000:00:999:[current level cheat to ]
yanchamr:0:0000:00:999:[choose the starting level, ]
yanchamr:0:0000:00:999:[just enable it on the press]
yanchamr:0:0000:00:999:[1 or 2 player button screen]
yanchamr:0:E202:07:071:Select current level
yanchamr:0:E202:07:061:Select next level
; [ Yankee DO! ]
yankeedo:0:E1C5:18:040:Invincibility
yankeedo:0:E097:06:000:Infinite Lives PL1
yankeedo:0:E0A1:21:000:MANY red monsters PL1
yankeedo:0:E0A1:01:000:One red monster PL1
yankeedo:0:E0A1:00:000:NO red monsters PL1
yankeedo:0:E11C:06:000:Infinite Lives PL2
yankeedo:0:E126:21:000:MANY red monsters PL2
yankeedo:0:E126:01:000:One red monster PL2
yankeedo:0:E126:00:000:NO red monsters PL2
; [ 10 Yard Fight ]
yard:0:E44A:30:004:Infinite Time
yard:0:E44A:60:001:Reset Timer (once)
yard:0:E432:00:000:Always 1st Down
yard:0:0000:00:999:[See the Dip Switch Menu to ]
yard:0:0000:00:999:[enable Invincibility. ]
; [ Yes/No Sinri Tokimeki Chart ]
yesnoj:0:2008B7:09:000:Infinite Credits
yesnoj:0:000000:00:999:[This game is really not suitable for cheats, it ]
yesnoj:0:000000:00:999:[looks to be more of a psychological test then ]
yesnoj:0:000000:00:999:[an actual game...so who are you cheating? ]
; [ Yie Ar Kung-Fu (set 1) ]
yiear:0:5430:09:000:Infinite Lives
yiear:0:508C:08:007:Infinite Energy
yiear:0:508A:08:000:Infinite Energy (CPU)
yiear:0:508A:00:001:Finish level Now!
yiear:0:5431:00:000:Level 1
yiear:0:5431:01:000:Level 2
yiear:0:5431:02:000:Level 3
yiear:0:5431:03:000:Level 4
yiear:0:5431:04:000:Level 5
yiear:0:5431:05:000:Level 6
yiear:0:5431:06:000:Level 7
yiear:0:5431:07:000:Level 8
yiear:0:5431:08:000:Level 9
yiear:0:5431:09:000:Level 10
yiear:0:5431:0A:000:Level 11
; [ Yie Ar Kung-Fu (set 2) ]
yiear2:0:5430:09:000:Infinite Lives
yiear2:0:508C:08:007:Infinite Energy
yiear2:0:508A:08:000:Infinite Energy (CPU)
yiear2:0:508A:00:001:Finish level Now!
yiear2:0:5431:00:000:Level 1
yiear2:0:5431:01:000:Level 2
yiear2:0:5431:02:000:Level 3
yiear2:0:5431:03:000:Level 4
yiear2:0:5431:04:000:Level 5
yiear2:0:5431:05:000:Level 6
yiear2:0:5431:06:000:Level 7
yiear2:0:5431:07:000:Level 8
yiear2:0:5431:08:000:Level 9
yiear2:0:5431:09:000:Level 10
yiear2:0:5431:0A:000:Level 11
; [ Yokai Douchuuki (Japan old version) ]
yokaidko:0:50E1:10:000:Infinite Energy
yokaidko:0:477C:09:000:Infinite Money
yokaidko:0:40BA:04:000:Always have 4-shot
yokaidko:0:40CF:99:000:Always have Mega Shot
; [ Yosaku To Donbee (bootleg) ]
yosakdon:0:202C:03:000:Infinite Lives
; [ Youjyuden (Japan) ]
youjyudn:0:E544:99:000:Infinite Credits
youjyudn:0:0000:00:999:[See the Dip Switch Menu to ]
youjyudn:0:0000:00:999:[enable an alternate ]
youjyudn:0:0000:00:999:[Invincibility cheat. ]
youjyudn:0:E0CE:02:000:Invincibility
youjyudn:0:E3EA:02:020:Max Shot Power
youjyudn:0:E3F1:09:000:Infinite Lives PL1
youjyudn:0:E3F7:09:000:Infinite Lives PL2
; [ Yokai Douchuuki (Japan new version) ]
youkaidk:0:50E1:10:000:Infinite Energy
youkaidk:0:477C:09:000:Infinite Money
youkaidk:0:40BA:04:000:Always have 4-shot
youkaidk:0:40CF:99:000:Always have Mega Shot
; [ Youma Ninpou Chou (Japan) ]
youma:0:E4E6:03:000:Infinite Lives
youma:0:E789:03:000:Infinite Energy
; [ Yuuyu no Quiz de GO!GO! (Japan) ]
yuyugogo:0:000000:00:999:[Watch out for these values ]
yuyugogo:0:000000:00:999:[ 01=1, 02=2, 03=3, 04=4 ]
yuyugogo:0:B002C0:00:998:Watch me for good answer
yuyugogo:0:B002C0:01:000:Answer 1 always correct
yuyugogo:0:B002C0:01:001:Answer 1 is correct for this question Now!
yuyugogo:0:B00488:64:000:Always 100% Good Answer
; [ Zarzon ]
zarzon:0:0018:05:000:Infinite Lives
zarzon:0:00A2:C0:000:Invincibility
; [ Zaxxon (set 1) ]
zaxxon:0:6067:03:000:Infinite Lives
zaxxon:0:62B1:7F:000:Infinite Fuel
zaxxon:0:6407:00:000:Invincibility
; [ Zaxxon (set 2) ]
zaxxon2:0:6067:03:000:Infinite Lives
zaxxon2:0:62B1:7F:000:Infinite Fuel
zaxxon2:0:6407:00:000:Invincibility
; [ Jackson ]
zaxxonb:0:6067:03:000:Infinite Lives
zaxxonb:0:62B1:7F:000:Infinite Fuel
zaxxonb:0:6407:00:000:Invincibility
; [ Zed Blade / Operation Ragnarok ]
zedblade:0:109024:09:000:Infinite Select Time
zedblade:0:109021:07:061:Select next level
zedblade:0:109021:07:001:Goto End Sequence next
zedblade:0:100229:05:000:Infinite Lives PL1
zedblade:0:10022F:03:000:Infinite Bombs PL1
zedblade:0:10021D:01:000:Enable HyperBomb PL1
zedblade:0:100261:03:000:Max Shot PL1
zedblade:0:100265:01:000:Max Missile PL1
zedblade:0:100269:03:000:Max Rear Shot PL1
zedblade:0:10023E:01:000:Invincibility PL1
zedblade:0:100219:00:001:Get low speed ship Now! PL1
zedblade:0:100219:01:001:Get med. speed ship Now! PL1
zedblade:0:100219:02:001:Get fast speed ship Now! PL1
zedblade:0:100263:00:000:Always have 3-way shot PL1
zedblade:0:100263:01:000:Always have wave shot PL1
zedblade:0:100263:02:000:Always have vertical shot PL1
zedblade:0:100267:00:000:Always have homing missilePL1
zedblade:0:100267:01:000:Always have A.A missile PL1
zedblade:0:100267:02:000:Always have A.S. missile PL1
zedblade:0:10026B:00:000:Always have 2way rear firePL1
zedblade:0:10026B:01:000:Always have wave rear firePL1
zedblade:0:10026B:02:000:Always have twin rear firePL1
zedblade:0:100263:00:001:Get 3-way shot Now! PL1
zedblade:0:100263:01:001:Get wave shot Now! PL1
zedblade:0:100263:02:001:Get vertical shot Now! PL1
zedblade:0:100267:00:001:Get homing missile Now! PL1
zedblade:0:100267:01:001:Get A.S. missile Now! PL1
zedblade:0:100267:02:001:Get A.A. missile Now! PL1
zedblade:0:10026B:00:001:Get 2way rear fire Now! PL1
zedblade:0:10026B:01:001:Get wave rear fire Now! PL1
zedblade:0:10026B:02:001:Get twin rear fire Now! PL1
zedblade:0:100029:05:000:Infinite Lives PL2
zedblade:0:10002F:03:000:Infinite Bombs PL2
zedblade:0:10001D:01:000:Enable HyperBomb PL2
zedblade:0:100061:03:000:Max Shot PL2
zedblade:0:100065:03:000:Max Missile PL2
zedblade:0:100069:03:000:Max Rear Shot PL2
zedblade:0:10003E:01:000:Invincibility PL2
zedblade:0:100019:00:001:Get low speed ship Now! PL2
zedblade:0:100019:01:001:Get med. speed ship Now! PL2
zedblade:0:100019:02:001:Get fast speed ship Now! PL2
zedblade:0:100063:00:000:Always have 3-way shot PL2
zedblade:0:100063:01:000:Always have wave shot PL2
zedblade:0:100063:02:000:Always have vertical shot PL2
zedblade:0:100067:00:000:Always have homing missilePL2
zedblade:0:100067:01:000:Always have A.S. missile PL2
zedblade:0:100067:02:000:Always have A.A. missile PL2
zedblade:0:10006B:00:000:Always have 2way rear firePL2
zedblade:0:10006B:01:000:Always have wave rear firePL2
zedblade:0:10006B:02:000:Always have twin rear firePL2
zedblade:0:100063:00:001:Get 3-way shot Now! PL2
zedblade:0:100063:01:001:Get wave shot Now! PL2
zedblade:0:100063:02:001:Get vertical shot Now! PL2
zedblade:0:100067:00:001:Get homing missile Now! PL2
zedblade:0:100067:01:001:Get A.S. missile Now! PL2
zedblade:0:100067:02:001:Get A.A. missile Now! PL2
zedblade:0:10006B:00:001:Get 2way rear fire Now! PL2
zedblade:0:10006B:01:001:Get wave rear fire Now! PL2
zedblade:0:10006B:02:001:Get twin rear fire Now! PL2
; [ Zektor (revision B) ]
zektor:0:CD31:0A:000:Infinite Lives PL1
zektor:0:CD32:0A:000:Infinite Lives PL2
; [ Zero Point ]
zeropnt:0:EF0011:09:000:Infinite Credits
zeropnt:0:000000:00:999:[Make sure Infinite Time is 'OFF' on the various]
zeropnt:0:000000:00:999:[selection screens or you will have to wait an ]
zeropnt:0:000000:00:999:[Infinite Time to play the game! ]
zeropnt:0:EF0107:63:000:Infinite Time 'ON' (Turn it OFF to finish Timed Levels!)
zeropnt:0:EF0107:01:001:Infinite Time 'OFF'
zeropnt:0:EF0D69:09:000:Infinite Lives PL1
zeropnt:0:EF0D6B:09:000:Infinite Lives PL2
; [ Zero Time ]
zerotime:0:421D:05:000:Infinite Lives
zerotime:0:12D9:C9:100:Invincibility
; [ Zero Wing ]
zerowing:0:0818B3:63:000:Infinite Lives
zerowing:0:000000:00:999:[See the Dip Switch Menu to ]
zerowing:0:000000:00:999:[enable Invincibility. ]
zerowing:0:080F51:03:000:Always have Maximum power:Get the twin ships first
zerowing:0:080007:30:000:Always have Maximum speed
zerowing:0:080029:00:000:Always have Normal weapon
zerowing:0:080029:01:000:Always have Laser
zerowing:0:080029:02:000:Always have Missiles
zerowing:0:080029:00:001:Get Normal weapon Now!
zerowing:0:080029:01:001:Get Laser Now!
zerowing:0:080029:02:001:Get Missiles Now!
; [ Zero Zone ]
zerozone:0:0C0967:09:000:Infinite Helps PL1
zerozone:0:0C1083:09:000:Infinite Helps PL2
; [ Zig Zag (Galaxian hardware, set 1) ]
zigzag:0:4085:07:000:Infinite Lives PL1
zigzag:0:4185:07:000:Infinite Lives PL2
zigzag:0:4083:99:001:Go to Level 99 Next
zigzag:0:4083:99:065:Select next level PL1
; [ Zig Zag (Galaxian hardware, set 2) ]
zigzag2:0:4085:07:000:Infinite Lives PL1
zigzag2:0:4185:07:000:Infinite Lives PL2
zigzag2:0:4083:99:001:Go to Level 99 Next
zigzag2:0:4083:99:065:Select next level PL1
; [ Zing Zing Zip ]
zingzip:0:2004F9:0A:000:Infinite Lives PL1
zingzip:0:2004FB:09:000:Infinite Bombs PL1
zingzip:0:2004C2:01:000:Invincibility PL1
zingzip:0:2004D5:04:000:Maximum Shot Power PL1
zingzip:0:2004DF:00:000:Always have Normal Shot PL1
zingzip:0:2004DF:01:000:Always have Fire Shot PL1
zingzip:0:2004DF:02:000:Always have Laser Shot PL1
zingzip:0:2004DF:00:001:Get Normal Shot Now! PL1
zingzip:0:2004DF:01:001:Get Fire Shot Now! PL1
zingzip:0:2004DF:02:001:Get Laser Shot Now! PL1
zingzip:0:2004D7:02:000:Maximum Missile Power PL1
zingzip:0:2004E1:02:000:Always have Normal Missile PL1
zingzip:0:2004E1:01:000:Always have Homing Missile PL1
zingzip:0:2004E1:03:000:Always have X way Missile PL1
zingzip:0:2004E1:02:001:Get Normal Missile Now! PL1
zingzip:0:2004E1:01:001:Get Homing Missile Now! PL1
zingzip:0:2004E1:03:001:Get X way Missile Now! PL1
zingzip:0:20055D:0A:000:Infinite Lives PL2
zingzip:0:20055F:09:000:Infinite Bombs PL2
zingzip:0:200526:01:000:Invincibility PL2
zingzip:0:200539:04:000:Maximum Shot Power PL2
zingzip:0:200543:00:000:Always have Normal Shot PL2
zingzip:0:200543:01:000:Always have Fire Shot PL2
zingzip:0:200543:02:000:Always have Laser Shot PL2
zingzip:0:200543:00:001:Get Normal Shot Now! PL2
zingzip:0:200543:01:001:Get Fire Shot Now! PL2
zingzip:0:200543:02:001:Get Laser Shot Now! PL2
zingzip:0:20053B:02:000:Maximum Missile Power PL2
zingzip:0:200545:02:000:Always have Normal Missile PL2
zingzip:0:200545:01:000:Always have Homing Missile PL2
zingzip:0:200545:03:000:Always have X way Missile PL2
zingzip:0:200545:02:001:Get Normal Missile Now! PL2
zingzip:0:200545:01:001:Get Homing Missile Now! PL2
zingzip:0:200545:03:001:Get X way Missile Now! PL2
zingzip:0:2028C7:01:000:Start on Round 1:Turn off this cheat when you have started the level!!
zingzip:0:2028C7:02:000:Start on Round 2:Turn off this cheat when you have started the level!!
zingzip:0:2028C7:03:000:Start on Round 3:Turn off this cheat when you have started the level!!
zingzip:0:2028C7:04:000:Start on Round 4:Turn off this cheat when you have started the level!!
zingzip:0:2028C7:05:000:Start on Round 5:Turn off this cheat when you have started the level!!
zingzip:0:2028C7:06:000:Start on Round 6:Turn off this cheat when you have started the level!!
zingzip:0:2028C7:07:000:Start on Round 7:Turn off this cheat when you have started the level!!
zingzip:0:2028C7:08:000:Start on Boss 1:Turn off this cheat when you have started the level!!
zingzip:0:2028C7:09:000:Start on Boss 2:Turn off this cheat when you have started the level!!
zingzip:0:2028C7:0A:000:Start on Boss 3:Turn off this cheat when you have started the level!!
; [ Zoar ]
zoar:0:02D5:08:000:Infinite Lives PL1
zoar:0:02D6:08:000:Infinite Lives PL2
; [ Zodiack ]
zodiack:0:5824:09:000:Infinite Lives PL1
zodiack:0:5825:09:000:Infinite Lives PL2
zodiack:0:5890:00:000:Invincibility
; [ Zoo Keeper (set 1) ]
zookeep:0:04A0:03:000:Infinite Lives
zookeep:0:04C9:03:500:Infinite Lives (2/2)
zookeep:0:04F9:00:000:Stop Coconuts
zookeep:0:04A8:04:000:Jump 4 Animals Every Time
zookeep:0:04AB:01:000:Dying Ends Level
zookeep:0:049B:7F:000:Invincibility
zookeep:0:0000:00:999:[These round select cheats ]
zookeep:0:0000:00:999:[have two numbers, the first]
zookeep:0:0000:00:999:[one is the round you go to ]
zookeep:0:0000:00:999:[if you enable the cheat on ]
zookeep:0:0000:00:999:[the directions screen (it ]
zookeep:0:0000:00:999:[Does NOT work on the title ]
zookeep:0:0000:00:999:[screen and the second one ]
zookeep:0:0000:00:999:[is the round you go to if ]
zookeep:0:0000:00:999:[you complete the round you ]
zookeep:0:0000:00:999:[are on. ]
zookeep:0:04C6:02:001:Go to Round 2/3 Next
zookeep:0:04C2:02:501:Go to Round 2/3 Next (2/3)
zookeep:0:04B5:01:501:Go to Round 2/3 Next (3/3)
zookeep:0:04C6:02:001:Go to Round 3/4 Next
zookeep:0:04C2:02:501:Go to Round 3/4 Next (2/3)
zookeep:0:04B5:02:501:Go to Round 3/4 Next (3/3)
zookeep:0:04C6:06:001:Go to Round 4/5 Next
zookeep:0:04C2:06:501:Go to Round 4/5 Next (2/3)
zookeep:0:04B5:03:501:Go to Round 4/5 Next (3/3)
zookeep:0:04C6:06:001:Go to Round 5/6 Next
zookeep:0:04C2:06:501:Go to Round 5/6 Next (2/3)
zookeep:0:04B5:04:501:Go to Round 5/6 Next (3/3)
zookeep:0:04C6:0A:001:Go to Round 6/7 Next
zookeep:0:04C2:0A:501:Go to Round 6/7 Next (2/3)
zookeep:0:04B5:05:501:Go to Round 6/7 Next (3/3)
zookeep:0:04C6:0A:001:Go to Round 7/8 Next
zookeep:0:04C2:0A:501:Go to Round 7/8 Next (2/3)
zookeep:0:04B5:06:501:Go to Round 7/8 Next (3/3)
zookeep:0:04C6:0E:001:Go to Round 8/9 Next
zookeep:0:04C2:0E:501:Go to Round 8/9 Next (2/3)
zookeep:0:04B5:07:501:Go to Round 8/9 Next (3/3)
; [ Zoo Keeper (set 2) ]
zookeep2:0:04A0:03:000:Infinite Lives
zookeep2:0:04C9:03:500:Infinite Lives (2/2)
zookeep2:0:04F9:00:000:Stop Coconuts
zookeep2:0:04A8:04:000:Jump 4 Animals Every Time
zookeep2:0:04AB:01:000:Dying Ends Level
zookeep2:0:049B:7F:000:Invincibility
zookeep2:0:0000:00:999:[These round select cheats ]
zookeep2:0:0000:00:999:[have two numbers, the first]
zookeep2:0:0000:00:999:[one is the round you go to ]
zookeep2:0:0000:00:999:[if you enable the cheat on ]
zookeep2:0:0000:00:999:[the directions screen (it ]
zookeep2:0:0000:00:999:[Does NOT work on the title ]
zookeep2:0:0000:00:999:[screen and the second one ]
zookeep2:0:0000:00:999:[is the round you go to if ]
zookeep2:0:0000:00:999:[you complete the round you ]
zookeep2:0:0000:00:999:[are on. ]
zookeep2:0:04C6:02:001:Go to Round 2/3 Next
zookeep2:0:04C2:02:501:Go to Round 2/3 Next (2/3)
zookeep2:0:04B5:01:501:Go to Round 2/3 Next (3/3)
zookeep2:0:04C6:02:001:Go to Round 3/4 Next
zookeep2:0:04C2:02:501:Go to Round 3/4 Next (2/3)
zookeep2:0:04B5:02:501:Go to Round 3/4 Next (3/3)
zookeep2:0:04C6:06:001:Go to Round 4/5 Next
zookeep2:0:04C2:06:501:Go to Round 4/5 Next (2/3)
zookeep2:0:04B5:03:501:Go to Round 4/5 Next (3/3)
zookeep2:0:04C6:06:001:Go to Round 5/6 Next
zookeep2:0:04C2:06:501:Go to Round 5/6 Next (2/3)
zookeep2:0:04B5:04:501:Go to Round 5/6 Next (3/3)
zookeep2:0:04C6:0A:001:Go to Round 6/7 Next
zookeep2:0:04C2:0A:501:Go to Round 6/7 Next (2/3)
zookeep2:0:04B5:05:501:Go to Round 6/7 Next (3/3)
zookeep2:0:04C6:0A:001:Go to Round 7/8 Next
zookeep2:0:04C2:0A:501:Go to Round 7/8 Next (2/3)
zookeep2:0:04B5:06:501:Go to Round 7/8 Next (3/3)
zookeep2:0:04C6:0E:001:Go to Round 8/9 Next
zookeep2:0:04C2:0E:501:Go to Round 8/9 Next (2/3)
zookeep2:0:04B5:07:501:Go to Round 8/9 Next (3/3)
; [ Zoo Keeper (set 3) ]
zookeep3:0:04A0:03:000:Infinite Lives
zookeep3:0:04C9:03:500:Infinite Lives (2/2)
zookeep3:0:04F9:00:000:Stop Coconuts
zookeep3:0:04A8:04:000:Jump 4 Animals Every Time
zookeep3:0:04AB:01:000:Dying Ends Level
zookeep3:0:049B:7F:000:Invincibility
zookeep3:0:0000:00:999:[These round select cheats ]
zookeep3:0:0000:00:999:[have two numbers, the first]
zookeep3:0:0000:00:999:[one is the round you go to ]
zookeep3:0:0000:00:999:[if you enable the cheat on ]
zookeep3:0:0000:00:999:[the directions screen (it ]
zookeep3:0:0000:00:999:[Does NOT work on the title ]
zookeep3:0:0000:00:999:[screen and the second one ]
zookeep3:0:0000:00:999:[is the round you go to if ]
zookeep3:0:0000:00:999:[you complete the round you ]
zookeep3:0:0000:00:999:[are on. ]
zookeep3:0:04C6:02:001:Go to Round 2/3 Next
zookeep3:0:04C2:02:501:Go to Round 2/3 Next (2/3)
zookeep3:0:04B5:01:501:Go to Round 2/3 Next (3/3)
zookeep3:0:04C6:02:001:Go to Round 3/4 Next
zookeep3:0:04C2:02:501:Go to Round 3/4 Next (2/3)
zookeep3:0:04B5:02:501:Go to Round 3/4 Next (3/3)
zookeep3:0:04C6:06:001:Go to Round 4/5 Next
zookeep3:0:04C2:06:501:Go to Round 4/5 Next (2/3)
zookeep3:0:04B5:03:501:Go to Round 4/5 Next (3/3)
zookeep3:0:04C6:06:001:Go to Round 5/6 Next
zookeep3:0:04C2:06:501:Go to Round 5/6 Next (2/3)
zookeep3:0:04B5:04:501:Go to Round 5/6 Next (3/3)
zookeep3:0:04C6:0A:001:Go to Round 6/7 Next
zookeep3:0:04C2:0A:501:Go to Round 6/7 Next (2/3)
zookeep3:0:04B5:05:501:Go to Round 6/7 Next (3/3)
zookeep3:0:04C6:0A:001:Go to Round 7/8 Next
zookeep3:0:04C2:0A:501:Go to Round 7/8 Next (2/3)
zookeep3:0:04B5:06:501:Go to Round 7/8 Next (3/3)
zookeep3:0:04C6:0E:001:Go to Round 8/9 Next
zookeep3:0:04C2:0E:501:Go to Round 8/9 Next (2/3)
zookeep3:0:04B5:07:501:Go to Round 8/9 Next (3/3)
; [ Zunzunkyou No Yabou (Japan) ]
zunkyou:0:FFFA66:09:000:Infinite Credits
zunkyou:0:FF0151:09:000:Infinite Lives PL1
zunkyou:0:FF35AE:09:000:Infinite Bombs PL1
zunkyou:0:FF35B3:05:000:Invincibility PL1
zunkyou:0:FF015B:09:000:Infinite Lives PL2
zunkyou:0:FF360E:09:000:Infinite Bombs PL2
zunkyou:0:FF3613:05:000:Invincibility PL2
; [ Zwackery ]
zwackery:0:0801B5:0F:000:Infinite Energy
; [ Zzyzzyxx (set 2) ]
zzyzzyx2:0:5010:5A:000:Infinite Credits
zzyzzyx2:0:45FE:FF:000:Infinite Move Time:Take your own time to move
zzyzzyx2:0:460E:05:000:Infinite Lives
zzyzzyx2:0:44FD:02:000:Freeze monsters
zzyzzyx2:0:44FE:02:500:Freeze monsters (2/3)
zzyzzyx2:0:44FF:02:500:Freeze monsters (3/3)
zzyzzyx2:0:465D:02:000:Freeze Bomb/Missile
zzyzzyx2:0:4667:20:000:Block Monsters:You are able to trap a monster in a Block
zzyzzyx2:0:4668:01:500:Block Monsters (2/2)
zzyzzyx2:0:4664:20:000:Infinite Block Monster Time:Use with the above 'Block Monsters' cheat
zzyzzyx2:0:4665:20:500:Infinite Block Monster Time (2/3)
zzyzzyx2:0:4666:20:500:Infinite Block Monster Time (3/3)
; [ Zzyzzyxx (set 1) ]
zzyzzyxx:0:5010:5A:000:Infinite Credits
zzyzzyxx:0:45FE:FF:000:Infinite Move Time:Take your own time to move
zzyzzyxx:0:460E:05:000:Infinite Lives
zzyzzyxx:0:44FD:02:000:Freeze monsters
zzyzzyxx:0:44FE:02:500:Freeze monsters (2/3)
zzyzzyxx:0:44FF:02:500:Freeze monsters (3/3)
zzyzzyxx:0:465D:02:000:Freeze Bomb/Missile
zzyzzyxx:0:4667:20:000:Block Monsters:You are able to trap a monster in a Block
zzyzzyxx:0:4668:01:500:Block Monsters (2/2)
zzyzzyxx:0:4664:20:000:Infinite Block Monster Time:Use with the above 'Block Monsters' cheat
zzyzzyxx:0:4665:20:500:Infinite Block Monster Time (2/3)
zzyzzyxx:0:4666:20:500:Infinite Block Monster Time (3/3)
## END OF MAIN CHEATS
;******************************************************************************
;* *
;* Main Cheats - Base Reference of MAME 0.54 *
;* ONLY CHEATS FOR GAMES IN THE *RELEASED* MAME 0.54 BINARY GO HERE *
;* END OF MAME 0.54 CHEATS *
;* *
;******************************************************************************
;******************************************************************************
;* *
;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.55 GO HERE *
;* START OF MAME 0.55 CHEATS *
;* *
;******************************************************************************
;******************************************************************************
;* *
;* ONLY CHEATS FOR THE GAMES ADDED IN THE *RELEASED MAME 0.55 GO HERE *
;* END OF MAME 0.55 CHEATS *
;* *
;******************************************************************************
;******************************************************************************
;* *
;* ONLY CHEATS FOR THE GAMES NOT IN THE LATEST RELEASED BINARY WITH REASON *
;* START OF MAME UNOFFICIAL CHEATS *
;* *
;******************************************************************************
;####GAME REMOVED FROM OFFICIAL BINARY AT 0.54 RELEASE #####
;####GAME IS STILL IN SOURCE THOUGH###
; [ Champion Baseball II ]
champbb2:0:8C98:00:000:Infinite Strikes
champbb2:0:8C99:00:000:Infinite Balls
champbb2:0:8C97:00:000:Infinite Outs
champbb2:0:8C98:00:001:Set Strikes to 0 Now!
champbb2:0:8C98:03:001:Set Strikes to 3 Now!
champbb2:0:8C99:00:001:Set Balls to 0 Now!
champbb2:0:8C99:04:001:Set Balls to 4 Now!
champbb2:0:8C97:00:001:Set Outs to 0 Now!
champbb2:0:8C97:03:001:Set Outs to 3 Now!
champbb2:0:8C83:09:000:Your R1 score always = 9
champbb2:0:8C84:09:000:Your R2 score always = 9
champbb2:0:8C85:09:000:Your R3 score always = 9
champbb2:0:8C86:09:000:Your R4 score always = 9
champbb2:0:8C87:09:000:Your R5 score always = 9
champbb2:0:8C88:09:000:Your R6 score always = 9
champbb2:0:8C89:09:000:Your R7 score always = 9
champbb2:0:8C8A:09:000:Your R8 score always = 9
champbb2:0:8C8B:09:000:Your R9 score always = 9
champbb2:0:8C83:09:001:Your R1 score = 9 Now!
champbb2:0:8C84:09:001:Your R2 score = 9 Now!
champbb2:0:8C85:09:001:Your R3 score = 9 Now!
champbb2:0:8C86:09:001:Your R4 score = 9 Now!
champbb2:0:8C87:09:001:Your R5 score = 9 Now!
champbb2:0:8C88:09:001:Your R6 score = 9 Now!
champbb2:0:8C89:09:001:Your R7 score = 9 Now!
champbb2:0:8C8A:09:001:Your R8 score = 9 Now!
champbb2:0:8C8B:09:001:Your R9 score = 9 Now!
champbb2:0:8C83:79:070:Select your R1 Score
champbb2:0:8C84:79:070:Select your R2 Score
champbb2:0:8C85:79:070:Select your R3 Score
champbb2:0:8C86:79:070:Select your R4 Score
champbb2:0:8C87:79:070:Select your R5 Score
champbb2:0:8C88:79:070:Select your R6 Score
champbb2:0:8C89:79:070:Select your R7 Score
champbb2:0:8C8A:79:070:Select your R8 Score
champbb2:0:8C8B:79:070:Select your R9 Score
champbb2:0:8C8D:00:000:CPUs R1 score always = 0
champbb2:0:8C8E:00:000:CPUs R2 score always = 0
champbb2:0:8C8F:00:000:CPUs R3 score always = 0
champbb2:0:8C90:00:000:CPUs R4 score always = 0
champbb2:0:8C91:00:000:CPUs R5 score always = 0
champbb2:0:8C92:00:000:CPUs R6 score always = 0
champbb2:0:8C93:00:000:CPUs R7 score always = 0
champbb2:0:8C94:00:000:CPUs R8 score always = 0
champbb2:0:8C95:00:000:CPUs R9 score always = 0
champbb2:0:8C8D:00:001:CPUs R1 score = 0 Now!
champbb2:0:8C8E:00:001:CPUs R2 score = 0 Now!
champbb2:0:8C8F:00:001:CPUs R3 score = 0 Now!
champbb2:0:8C90:00:001:CPUs R4 score = 0 Now!
champbb2:0:8C91:00:001:CPUs R5 score = 0 Now!
champbb2:0:8C92:00:001:CPUs R6 score = 0 Now!
champbb2:0:8C93:00:001:CPUs R7 score = 0 Now!
champbb2:0:8C94:00:001:CPUs R8 score = 0 Now!
champbb2:0:8C95:00:001:CPUs R9 score = 0 Now!
champbb2:0:8C8D:79:070:Select CPUs R1 Score
champbb2:0:8C8E:79:070:Select CPUs R2 Score
champbb2:0:8C8F:79:070:Select CPUs R3 Score
champbb2:0:8C90:79:070:Select CPUs R4 Score
champbb2:0:8C91:79:070:Select CPUs R5 Score
champbb2:0:8C92:79:070:Select CPUs R6 Score
champbb2:0:8C93:79:070:Select CPUs R7 Score
champbb2:0:8C94:79:070:Select CPUs R8 Score
champbb2:0:8C95:79:070:Select CPUs R9 Score
;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES AND SINCE COMPLETELY REMOVED#####
;####IT WAS REMOVED BECAUSE IT WAS A GAMBLING GAME - IT WORKED FINE - REMOVED FROM SOURCE TOO###
; [ Champion Skill (with Ability) ]
csk227it:0:F6A8:28:000:Play freely 100 points:You must have points left
csk227it:0:F071:06:000:Infinite "Colore fever"
csk227it:0:F073:00:001:"Colore fever" - Clubs:One "colore fever" needed
csk227it:0:F073:01:001:"Colore fever" - Spades:One "colore fever" needed
csk227it:0:F073:02:001:"Colore fever" - Hearts:One "colore fever" needed
csk227it:0:F073:03:001:"Colore fever" - Diamonds:One "colore fever" needed
csk227it:0:0000:00:999:[ Watch me values for suit: ]
csk227it:0:0000:00:999:[ 00 : Clubs - Green ]
csk227it:0:0000:00:999:[ 01 : Spades - Blue ]
csk227it:0:0000:00:999:[ 02 : Hearts - Red ]
csk227it:0:0000:00:999:[ 03 : Diamonds - Yellow ]
csk227it:0:0000:00:999:[ Watch me values for value:]
csk227it:0:0000:00:999:[01:Ace 02:2 03:3 04:4 ]
csk227it:0:0000:00:999:[05:5 06:6 07:7 08:8 ]
csk227it:0:0000:00:999:[09:9 0A:10 0B:Jack ]
csk227it:0:0000:00:999:[0C:Queen 0D:King 0E:JOKER]
csk227it:0:F857:00:998:Watch me for W-UP CARD1 suit
csk227it:0:F858:00:998:Watch me for W-UP CARD1 value
csk227it:0:F859:00:998:Watch me for W-UP CARD2 suit
csk227it:0:F85A:00:998:Watch me for W-UP CARD2 value
csk227it:0:F85B:00:998:Watch me for W-UP CARD3 suit
csk227it:0:F85C:00:998:Watch me for W-UP CARD3 value
csk227it:0:F85D:00:998:Watch me for W-UP CARD4 suit
csk227it:0:F85E:00:998:Watch me for W-UP CARD4 value
csk227it:0:F85F:00:998:Watch me for W-UP CARD5 suit
csk227it:0:F860:00:998:Watch me for W-UP CARD5 value
csk227it:0:F858:0E:000:Joker always First Card
csk227it:0:F85A:0E:000:Joker always Second Card
csk227it:0:F85C:0E:000:Joker always Third Card
csk227it:0:F85E:0E:000:Joker always Fourth Card
csk227it:0:F860:0E:000:Joker always Fifth Card
;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES AND SINCE COMPLETELY REMOVED#####
;####IT WAS REMOVED BECAUSE IT WAS A GAMBLING GAME - IT WORKED FINE - REMOVED FROM SOURCE TOO###
; [ Champion Skill (Ability, Poker & Symbols) ]
csk234it:0:F6A4:28:000:Play freely 100 points:You must have points left
csk234it:0:F06D:06:000:Infinite "Colore fever"
csk234it:0:F06F:00:001:"Colore fever" - Clubs:One "colore fever" needed
csk234it:0:F06F:01:001:"Colore fever" - Spades:One "colore fever" needed
csk234it:0:F06F:02:001:"Colore fever" - Hearts:One "colore fever" needed
csk234it:0:F06F:03:001:"Colore fever" - Diamonds:One "colore fever" needed
csk234it:0:0000:00:999:[ Watch me values for suit: ]
csk234it:0:0000:00:999:[ 00 : Clubs - Green ]
csk234it:0:0000:00:999:[ 01 : Spades - Blue ]
csk234it:0:0000:00:999:[ 02 : Hearts - Red ]
csk234it:0:0000:00:999:[ 03 : Diamonds - Yellow ]
csk234it:0:0000:00:999:[ Watch me values for value:]
csk234it:0:0000:00:999:[01:Ace 02:2 03:3 04:4 ]
csk234it:0:0000:00:999:[05:5 06:6 07:7 08:8 ]
csk234it:0:0000:00:999:[09:9 0A:10 0B:Jack ]
csk234it:0:0000:00:999:[0C:Queen 0D:King 0E:JOKER]
csk234it:0:F853:00:998:Watch me for W-UP CARD1 suit
csk234it:0:F854:00:998:Watch me for W-UP CARD1 value
csk234it:0:F855:00:998:Watch me for W-UP CARD2 suit
csk234it:0:F856:00:998:Watch me for W-UP CARD2 value
csk234it:0:F857:00:998:Watch me for W-UP CARD3 suit
csk234it:0:F858:00:998:Watch me for W-UP CARD3 value
csk234it:0:F859:00:998:Watch me for W-UP CARD4 suit
csk234it:0:F85A:00:998:Watch me for W-UP CARD4 value
csk234it:0:F85B:00:998:Watch me for W-UP CARD5 suit
csk234it:0:F85C:00:998:Watch me for W-UP CARD5 value
csk234it:0:F854:0E:000:Joker always First Card
csk234it:0:F856:0E:000:Joker always Second Card
csk234it:0:F858:0E:000:Joker always Third Card
csk234it:0:F85A:0E:000:Joker always Fourth Card
csk234it:0:F85C:0E:000:Joker always Fifth Card
;####GAME REMOVED FROM OFFICIAL BINARY AT 0.54 RELEASE #####
;####GAME IS STILL IN SOURCE THOUGH###
; [ Formation Z ]
formatz:0:0224:05:000:Infinite Lives PL1
formatz:0:0225:05:000:Infinite Lives PL2
;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES AND SINCE COMPLETELY REMOVED#####
;####IT WAS REMOVED BECAUSE IT WAS A GAMBLING GAME - IT WORKED FINE - REMOVED FROM SOURCE TOO###
; [ Golden Star ]
goldstar:0:0000:00:999:[Activate 1 of these cheats ]
goldstar:0:0000:00:999:[on the "W-Up" screen. ]
goldstar:0:BD8C:02:001:One Win = 3rd
goldstar:0:BD8C:03:001:One Win = 4th
goldstar:0:BD8C:04:001:One Win = 5th
goldstar:0:BD8C:04:000:One card to guess in W-UP
goldstar:0:BBAD:07:000:Infinite free plays
goldstar:0:BBA5:09:000:Always bonus - cher.
goldstar:0:BBA7:00:500:Always bonus - cher. (2/2)
goldstar:0:BBA8:05:000:Always bonus - bells
goldstar:0:BBA7:00:500:Always bonus - bells (2/2)
goldstar:0:BBAB:01:000:Always bonus - BAR 1
goldstar:0:BBA7:01:500:Always bonus - BAR 1 (2/2)
goldstar:0:BBA5:09:001:Get bonus - cher. Now!
goldstar:0:BBA7:00:501:Get bonus - cher. Now! (2/2)
goldstar:0:BBA8:05:001:Get bonus - bells Now!
goldstar:0:BBA7:00:501:Get bonus - bells Now! (2/2)
goldstar:0:BBAB:01:001:Get bonus - BAR 1 Now!
goldstar:0:BBA7:01:501:Get bonus - BAR 1 Now! (2/2)
goldstar:0:BBA4:11:001:Bonus is BAR 1
goldstar:0:BBA4:44:001:Bonus is cherries
goldstar:0:BBA4:88:001:Bonus is bells
;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES AND SINCE COMPLETELY REMOVED#####
;####IT WAS REMOVED BECAUSE IT WAS A GAMBLING GAME - IT WORKED FINE - REMOVED FROM SOURCE TOO###
; [ Golden Star (Blue version) ]
goldstbl:0:0000:00:999:[Activate 1 of these cheats ]
goldstbl:0:0000:00:999:[on the "W-Up" screen. ]
goldstbl:0:BD8C:02:001:One Win = 3rd
goldstbl:0:BD8C:03:001:One Win = 4th
goldstbl:0:BD8C:04:001:One Win = 5th
goldstbl:0:BD8C:04:000:One card to guess in W-UP
goldstbl:0:BBAD:07:000:Infinite free plays
goldstbl:0:BBA5:09:000:Always bonus - cher.
goldstbl:0:BBA7:00:500:Always bonus - cher. (2/2)
goldstbl:0:BBA8:05:000:Always bonus - bells
goldstbl:0:BBA7:00:500:Always bonus - bells (2/2)
goldstbl:0:BBAB:01:000:Always bonus - BAR 1
goldstbl:0:BBA7:01:500:Always bonus - BAR 1 (2/2)
goldstbl:0:BBA5:09:001:Get bonus - cher. Now!
goldstbl:0:BBA7:00:501:Get bonus - cher. Now! (2/2)
goldstbl:0:BBA8:05:001:Get bonus - bells Now!
goldstbl:0:BBA7:00:501:Get bonus - bells Now! (2/2)
goldstbl:0:BBAB:01:001:Get bonus - BAR 1 Now!
goldstbl:0:BBA7:01:501:Get bonus - BAR 1 Now! (2/2)
goldstbl:0:BBA4:11:001:Bonus is BAR 1
goldstbl:0:BBA4:44:001:Bonus is cherries
goldstbl:0:BBA4:88:001:Bonus is bells
;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES AND SINCE COMPLETELY REMOVED#####
;####IT WAS REMOVED BECAUSE IT WAS A SIMULATION ONLY - IT WORKED FINE - REMOVED FROM SOURCE TOO###
; [ Pong ]
pong:0:000000:00:999:[This game is a simulation ]
pong:0:000000:00:999:[not a emulation, so as yet ]
pong:0:000000:00:999:[cheats are not possible. ]
;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES AND SINCE COMPLETELY REMOVED#####
;####IT WAS REMOVED BECAUSE IT WAS A GAMBLING GAME - IT WORKED FINE - REMOVED FROM SOURCE TOO###
; [ Pontoon ]
pontoon:0:0000:00:999:[Credits in/Credits out mode]
pontoon:0:6084:50:001:Get 50000 credits Now!
pontoon:0:6085:C3:501:Get 50000 credits Now! (2/4)
pontoon:0:6086:00:501:Get 50000 credits Now! (3/4)
pontoon:0:6087:00:501:Get 50000 credits Now! (4/4)
pontoon:0:6036:00:998:Watch me for CPU's card
;####GAME REMOVED FROM OFFICIAL BINARY DURING 0.36 BETA STAGES BUT STILL IN SOURCE#####
;####IT WAS REMOVED BECAUSE IT WAS A HOME SYSTEM GAME - ADDED TO MESS NOW - REMOVED FROM SOURCE TOO###
; [ Street Fighter ZERO (Japan CPS Changer) ]
sfzch:0:FFAE09:63:000:Infinite Time
sfzch:0:FF81CD:01:000:All characters selectable:Dont enable on character scrn
sfzch:0:FFAE49:01:000:Quick Dramatic Battle
sfzch:0:FF84A2:00:500:Quick Dramatic Battle (2/3)
sfzch:0:FF88A2:01:500:Quick Dramatic Battle (3/3)
sfzch:0:FF8441:90:000:Infinite Energy PL1
sfzch:0:FF8441:00:000:Energy always set to 0 PL1
sfzch:0:FF8441:00:001:Energy set to 0 Now! PL1
sfzch:0:FF84C6:01:000:End round to win match PL1
sfzch:0:FF84C6:00:000:Rounds won always = 0 PL1
sfzch:0:FF84C6:00:001:Rounds won = 0 Now! PL1
sfzch:0:FF842F:00:000:Air special/super moves PL1:Glitches when knocked down
sfzch:0:FF84BF:30:001:Charge super bar to L1 PL1
sfzch:0:FF84BF:60:001:Charge super bar to L2 PL1
sfzch:0:FF84BF:90:001:Charge super bar to L3 PL1
sfzch:0:FF84BF:90:000:Super bar always L3 PL1
sfzch:0:FF84BF:00:000:No super moves PL1
sfzch:0:FF84BF:00:001:No super moves Now! PL1
sfzch:0:FF8537:00:000:Never Faint PL1
sfzch:0:FF853A:00:000:Faint on every hit PL1
sfzch:0:000000:00:999:[ Free player selection ]
sfzch:0:000000:00:999:[ Use on level VS screen ]
sfzch:0:FF84A2:00:001:Play with Ryu PL1
sfzch:0:FF84A2:01:001:Play with Ken PL1
sfzch:0:FF84A2:02:001:Play with Gouki PL1
sfzch:0:FF84A2:03:001:Play with Nash PL1
sfzch:0:FF84A2:04:001:Play with Chun Li PL1
sfzch:0:FF84A2:05:001:Play with Adon PL1
sfzch:0:FF84A2:06:001:Play with Sodom PL1
sfzch:0:FF84A2:07:001:Play with Guy PL1
sfzch:0:FF84A2:08:001:Play with Birdie PL1
sfzch:0:FF84A2:09:001:Play with Rose PL1
sfzch:0:FF84A2:0A:001:Play with Vega PL1
sfzch:0:FF84A2:0B:001:Play with Sagat PL1
sfzch:0:FF84A2:0C:001:Play with Dan PL1
sfzch:0:FF85F2:01:000:Inf taunts for Ken or Ryu PL1
sfzch:0:FF85C1:01:000:Inf taunts for Chun Li PL1
sfzch:0:FF85F0:01:000:Inf taunts for Charlie PL1
sfzch:0:FF85C4:01:000:Inf taunts for Guy PL1
sfzch:0:FF85F8:00:000:Inf taunts for Birdie PL1
sfzch:0:FF85FF:01:000:Inf taunts for Sodom PL1
sfzch:0:FF85F8:01:000:Inf taunts for Adon PL1
sfzch:0:FF85E8:01:000:Inf taunts for Rose PL1
sfzch:0:FF85C0:01:000:Inf taunts for Sagat PL1
sfzch:0:FF85F1:01:000:Inf taunts for Akuma PL1
sfzch:0:FF85FB:01:000:Inf taunts for Bison PL1
sfzch:0:FF8841:90:000:Infinite Energy PL2
sfzch:0:FF8841:00:000:Energy always set to 0 PL2
sfzch:0:FF8841:00:001:Energy set to 0 Now! PL2
sfzch:0:FF88C6:01:000:End round to win match PL2
sfzch:0:FF88C6:00:000:Rounds won always = 0 PL2
sfzch:0:FF88C6:00:001:Rounds won = 0 Now! PL2
sfzch:0:FF882F:00:000:Air special/super moves PL2:Glitches when knocked down
sfzch:0:FF88BF:30:001:Charge super bar to L1 PL2
sfzch:0:FF88BF:60:001:Charge super bar to L2 PL2
sfzch:0:FF88BF:90:001:Charge super bar to L3 PL2
sfzch:0:FF88BF:90:000:Super bar always L3 PL2
sfzch:0:FF88BF:00:000:No super moves PL2
sfzch:0:FF88BF:00:001:No super moves Now! PL2
sfzch:0:FF8937:00:000:Never Faint PL2
sfzch:0:FF893A:00:000:Faint on every hit PL2
sfzch:0:000000:00:999:[ Free player selection ]
sfzch:0:000000:00:999:[ Use on level VS screen ]
sfzch:0:FF88A2:00:001:Play with Ryu PL2
sfzch:0:FF88A2:01:001:Play with Ken PL2
sfzch:0:FF88A2:02:001:Play with Gouki PL2
sfzch:0:FF88A2:03:001:Play with Nash PL2
sfzch:0:FF88A2:04:001:Play with Chun Li PL2
sfzch:0:FF88A2:05:001:Play with Adon PL2
sfzch:0:FF88A2:06:001:Play with Sodom PL2
sfzch:0:FF88A2:07:001:Play with Guy PL2
sfzch:0:FF88A2:08:001:Play with Birdie PL2
sfzch:0:FF88A2:09:001:Play with Rose PL2
sfzch:0:FF88A2:0A:001:Play with Vega PL2
sfzch:0:FF88A2:0B:001:Play with Sagat PL2
sfzch:0:FF88A2:0C:001:Play with Dan PL2
sfzch:0:FF89F2:01:000:Inf taunts for Ken or Ryu PL2
sfzch:0:FF89C1:01:000:Inf taunts for Chun Li PL2
sfzch:0:FF89F0:01:000:Inf taunts for Charlie PL2
sfzch:0:FF89C4:01:000:Inf taunts for Guy PL2
sfzch:0:FF89F8:00:000:Inf taunts for Birdie PL2
sfzch:0:FF89FF:01:000:Inf taunts for Sodom PL2
sfzch:0:FF89F8:01:000:Inf taunts for Adon PL2
sfzch:0:FF89E8:01:000:Inf taunts for Rose PL2
sfzch:0:FF89C0:01:000:Inf taunts for Sagat PL2
sfzch:0:FF89F1:01:000:Inf taunts for Akuma PL2
sfzch:0:FF89FB:01:000:Inf taunts for Bison PL2
sfzch:0:000000:00:999:[These are the codes to set ]
sfzch:0:000000:00:999:[the machine region - the ]
sfzch:0:000000:00:999:[effectiveness may vary! ]
sfzch:0:000000:00:999:[You have to enable these on]
sfzch:0:000000:00:999:[the ROM check screen!! ]
sfzch:0:FF8191:00:000:Region Switch = Japan
sfzch:0:FF8191:02:000:Region Switch = USA
sfzch:0:FF8191:04:000:Region Switch = Hispanic
sfzch:0:FF8191:06:000:Region Switch = Asia
sfzch:0:FF8191:08:000:Region Switch = Euro
sfzch:0:FF8191:0A:000:Region Switch = Brazil
;####GAME NOT YET IN OFFICIAL BINARY - DUE TO LATE COPYRIGHT OR NOT FULLY WORKING, BUT IN SOURCE#####
; [ Steel Gunner 2 (Japan) ]
sgunner2:0:108D3F:04:000:Infinite Missiles PL1
sgunner2:0:108C25:14:000:Infinite Energy PL1
sgunner2:0:108D41:04:000:Infinite Missiles PL2
sgunner2:0:108C27:14:000:Infinite Energy PL2
;******************************************************************************
;* *
;* ONLY CHEATS FOR THE GAMES NOT IN THE LATEST RELEASED BINARY WITH REASON *
;* END OF MAME UNOFFICIAL CHEATS *
;* *
;******************************************************************************
;*********************************************************************************************
;Cheats required :
;
;The following games do not yet have cheats (Infinite Credits does NOT count as
;a cheat) for at least one of the following reasons (not all reasons will be
;used at any one time):-
;
;1. The game has not yet been properly emulated by MAME or it crashes when
; I try to play it :-(. Some games which are broken still have cheats -
; however, if it's NOT properly emulated and no good cheats could be found
; then reason 1 will be quoted over all other reasons. I also use this reason
; if I can't figure out the control method or it's too awkward for me to
; waste time figuring out.
;
;2. I don't know what cheats to find as the game is hard to understand and is
; perhaps in a another tongue - eg Japanese. Or the the game doesn't appear
; suitable for cheat finding.
;
;3. I haven't had chance to look at the game for one reason or another -
; A GET OUT! ;-) I may have had a look at the game in the past but I can't
; remember - I will use this reason in that cas too.
;
;4. The game has had no RAM areas set up to search in for cheats even with a
; SCAN ALL AREAS! A lot of cinematronics games currently have this problem
; as only 1 ROM area is defined! UPDATE 01 JUL 2001: With the latest cheat
; engine it is now possible to find cheats for the cinematronics games so
; you won't see as many reason 4 games anymore.
;
;5. The game was only recently fixed and I haven't had a chance to find any
; cheats yet.
;
;6. I've got cheat(s) for the game but I haven't had chance to test them or do
; the cheat description(s).
;
;7. I've had a quick look at this game and it seems suitable for cheat finding,
; there's RAM set up - but even a simple search for an Infinite Lives cheat
; didn't turn up any cheats after whittling down the locations.... These can
; be taken as a challenge!!!
;
;8. The game was added in one of the last versions and I haven't had chance to
; find any cheats yet. If there is no reason quoted, then it is for this
; reason.
;
;9. The game was not in the last official releasable beta binary, some of these
; 'unofficial' games have cheats (Metal Slug X), but this reason is primarily
; for games that are playable and are likely to make it to a beta binary
; release soon. This reason will be rarely used!
;
;10. Although it is possible to find cheats for this game, unfortunately the cheats
; are not constant. IE The next time you load the game (or even reset it) the
; cheat locations will have changed. This effects a LOT of games, occasionally it
; is possible to find the odd cheat though as some locations maybe constant. This
; dynamic memory location is quite prevalent in neo-geo fighter games - and there
; maybe some cheats in the cheat file that don't work and this will be the most
; likely cause. A new cheat type may possibly be required to fix this.
; UPDATE: As it's now possible to poke ROM locations it is now possible to make
; cheats to handle games that use dynamic RAM addressing. However, it require a
; knowledge of assembler and use of the MAME debugger to find them - at the moment
; I'm (Pugsy) the only one to produce ROM cheats and I will only be finding them
; when I get time or I enjoy the game. So the likelihood of ROM cheats for NEO GEO
; fighters is fairly low - as I'm sick of this type of game. But if I get enough
; requests and I'm not too bored I will see what I can do.
;
;11. Nobody has submitted any cheats for this game and I am so sick and tired of this
; genre I can't motivate myself to find any cheats for this game. However, I
; would expect it to be any easy game to find cheats for and you only have to look
; at games of the same genre to find out which cheats can be found (eg. for baseball
; games look at another baseball game).
;
;12. There are some cheats for this game but they are either Infinite Credits or some
; comment cheats - not enough to remove them from this section.
;
;******************************************************************************
;* ALL CHEATS REQUIRED GAMES WERE LAST 'FULLY' IDENTIFIED ON 14 SEP 2001 *
;******************************************************************************
;******************************************************************************
;* GAMES IN THE OFFICIAL MAME 0.54 BINARY WITH NO CHEATS *
;******************************************************************************
; cexplore [ Cassette: Explorer ] <--------------------------------[Reason 1]
; cprobowl [ Cassette: Pro Bowling ] <-----------------------------[Reason 1]
; cprogolf [ Cassette: Pro Golf ] <--------------------------------[Reason 3]
; cprosocc [ Cassette: Pro Soccer ] <------------------------------[Reason 3]
; dirtfoxj [ Dirt Fox (Japan) ] <---------------------------------[Reason 12]
; emeralda [ Emeraldia (Japan) ] <---------------------------------[Reason 3]
; ginkun [ Ganbare Ginkun ] <------------------------------------[Reason 3]
; goldmedl [ Gold Medalist ] <-------------------------------------[Reason 1]
; gslgr94u [ Great Sluggers '94 ] <--------------------------------[Reason 3]
; housemn2 [ House Mannequin Roppongi Live hen (Japan) ] <---------[Reason 1]
; housemnq [ House Mannequin (Japan) ] <---------------------------[Reason 1]
; hstennis [ Hot Shots Tennis ] <---------------------------------[Reason 12]
; kikstart [ Kick Start Wheelie King ] <---------------------------[Reason 1]
; koshien [ Ah Eikou no Koshien (Japan) ] <-----------------------[Reason 3]
; krzybowl [ Krazy Bowl ] <---------------------------------------[Reason 12]
; markham [ Markham ] <-------------------------------------------[Reason 3]
; medlanes [ Meadows Lanes ] <-------------------------------------[Reason 2]
; minivadr [ Minivader ] <-----------------------------------------[Reason 2]
; neckneck [ Neck-n-Neck ] <---------------------------------------[Reason 3]
; overdriv [ Over Drive ] <---------------------------------------[Reason 12]
; pettanp [ Pettan Pyuu (Japan) ] <-------------------------------[Reason 3]
; poitto [ Poitto! ] <-------------------------------------------[Reason 3]
; powrplay [ Power Play ] <----------------------------------------[Reason 3]
; quiztou [ Nettou! Gekitou! Quiztou!! (Japan) ] <----------------[Reason 1]
; recordbr [ Recordbreaker (World) ] <----------------------------[Reason 12]
; ripoff [ Rip Off ] <------------------------------------------[Reason 12]
; robotbwl [ Robot Bowl ] <----------------------------------------[Reason 2]
; scudhamm [ Scud Hammer ] <---------------------------------------[Reason 2]
; shufshot [ Shuffleshot ] <---------------------------------------[Reason 3]
; sokonuke [ Sokonuke Taisen Game (Japan) ] <----------------------[Reason 3]
; sotsugyo [ Sotsugyo Shousho ] <---------------------------------[Reason 12]
; sundance [ Sundance ] <------------------------------------------[Reason 1]
; vstennis [ Vs. Tennis ] <----------------------------------------[Reason 3]
; wgp2 [ World Grand Prix 2 (Japan) ] <-----------------------[Reason 12]
; wsf [ World Soccer Finals ] <-------------------------------[Reason 3]
;These cheats work but they don't count as cheats in the true sense of the word
dirtfoxj:0:1033FD:FF:000:Infinite Credits
goldmedl:0:0000:00:999:[See the Dip Switch Menu to ]
goldmedl:0:0000:00:999:[enable Invincibility. ]
krzybowl:0:F02477:99:000:Infinite Credits
krzybowl:0:F028EF:3A:000:Infinite Time (display only)
hstennis:0:2F87:09:000:Infinite Credits
overdriv:0:040014:99:000:Infinite Credits
recordbr:0:10230D:09:000:Infinite Credits
recordbr:0:10377B:FF:000:Run FAST!
ripoff:0:01E7:09:000:Infinite Credits
sotsugyo:0:140057:09:000:Infinite Credits
wgp2:0:107D03:09:000:Infinite Credits
;******************************************************************************
;* GAMES ADDED IN THE OFFICIAL MAME 0.55 BINARY WITH NO CHEATS *
;******************************************************************************
;NOT released yet
;******************************************************************************
;* CHEAT CREDITS *
;******************************************************************************
;
; The following people have contributed cheats to this cheat file since it's
; first release in early 1998. By contributing I mean they have either emailed
; me the cheats or have posted cheats on the messageboard or have even just
; pointed out errors with the cheat file. The names are sorted alphabetically
; by first name, I prefer real names but aliases are included:
;
;
; Andresb,
; Angel L. Fradejas,
; Ben Jos Walbeehm,
; C-TYPE,
; Cal,
; Chris Aruffo,
; Chris Henry,
; Chuck Livingston,
; Coyotepaw,
; CyberTaco,
; Daniel Clegg,
; Daniel Donoghue,
; Dave Haywood (Haze),
; David Jumper,
; Deb,
; Doug Works,
; Dude,
; Eli Flores,
; Eric King,
; F. D. Vorck,
; Federico Stein,
; Felipe de Almeida Leme,
; FerJoe,
; Filipe de V. Estima (aka Bugfinder),
; Franck Charron,
; From A Distance,
; Gmitra,
; Heiko Herold (aka Hman),
; Iain Odlin,
; Ian Patterson,
; Jaguar,
; James Henstridge,
; Jamie,
; jAsOn,
; JCK of the Ultimate Patchers (lots and lots),
; Jeff Gerstmann (aka Gleemonex),
; Joe Ho,
; John Sensebe,
; Jon Attree,
; Jon Colverson,
; Jos額iguel Auni󮠊uan,
; Joseph Rard,
; Jym,
; Ken Lui,
; Kenshiroh,
; Kevin Butler,
; Kim Scarborough,
; KiwI_SLT,
; Kralicek,
; Laurence Pittenger,
; Leo,
; Lloyd Hannesson,
; Lone Soldier,
; M.A.S.H. (Multiple Arcade Special Helper) alias Xgebken,
; M'Lord Sandwich,
; Mac Lak (lots of neogeo cheats and the essential CheckCDB cheat database checking program ),
; Marc Sira,
; Marceau Mallard,
; Marcovich,
; Martin Fernandez,
; Martin Pugh ( aka Pugsy, you wouldn't believe how many this bloke has found!!! - oh that's me! ;-) ),
; Maurizio Zanello,
; Michael Horton (alias Just Michael),
; Michel Colman,
; Nate,
; Nathan Duran,
; Nathaniel Fedewa,
; Neorage,
; Pablo Fernandez (AKA Darksoft),
; PAC-MAD/Doctor Flip of the Ultimate Patchers (lots and lots),
; Paul Priest (aka Tourniquet),
; Paul Slabowski,
; Paulo Cordeiro,
; Pon,
; Radiohead,
; Riaan Prinsloo,
; Robert J Baker,
; Robert MacCarthy (aka Crashtest),
; Rodney Norton (aka Slade),
; RON024,
; Santeri Saarimaa,
; Shun,
; Southpaw,
; Steph of the Ultimate Patchers (lots and lots),
; T L Hawkins,
; Taucher0815,
; Tetrisguy,
; The Gizmo,
; The Rabbit,
; The StarCreator,
; The tECHIDNA,
; Thierry Jaboeuf,
; Tom,
; Tyler Weems,
; Udirnel,
; Valentino Georgiou,
; Voodoo666,
; Walk,
; Wayder,
; Who Wants to Know?,
; Xavier,
; Yip Ho Fan,
; YMI,
; Zan Hsieh,
; Zanic.
;
; If I've missed anybody out or if you are included twice (real name and alias)
; then please let me know. You could even send some cheats along with the info,
; I haven't heard from some of you for ages!!!
;******************************************************************************
;* GAMES WHICH MAY USE THE SAME CHEATS *
;* *
;* Basically this is an alphabetical list of clones, so even although area88 *
;* is a clone of UN Sqauadron it is listed after area88. Also some of the *
;* games are not listed by MAME as clones but they are, at least from the *
;* perspective of cheats - which is why this is here! *
;* *
;* = means the game uses the same cheats as the game listed before it. *
;* *
;* ~ means the game uses slightly different cheats than the game listed *
;* before it. *
;* *
;* =~ means the game uses cheats which are the same AND some are slightly *
;* different than the game listed before it *
;* *
;* This list of clones will always be based on the latest version of MAME *
;* be it a BETA or a FINAL release that is covered by the cheat file!! *
;* Almost inevitably this clone list will contain errors, due to the nature *
;* of it being updated as an afterthought and being manually updated. *
;*
;* This list of clones is only valid for RAM cheats - ROM cheats and dip *
;* switches vary too frequently betweeen games. *
;******************************************************************************
;005=monsterb=spaceod
;1941=1941j
;1942=1942a=1942b
;1943~(1943j=1943kai)
;19xx=19xxh=19xxj=19xxjr1
;3wonders=3wonderu=wonder3
;600~turpin=turtles
;64streej=64street
;720=720b
;800fath=mariner=scramblb~=scramble~=scrambls~=(scobra~=(scobrab=scobras))
;88games=hypsptsp=konami88
;8ball=8ball1
;99lstwar=repulse=sonofphx~=99lstwra
;aafb~=aafbd2p~=(aafbb=aafbc)
;abaseb=abaseb2
;aburner=aburner2
;actfanc1=actfancj=actfancr
;aeroboto=formatz
;aerofgt=aerofgtb=aerofgtc~sonicwi
;airwolf=skywolf=skywolf2
;ajax=ajaxj
;alcon=slapbtjp=slapbtuk=slapfigh
;alexkida=alexkidd
;alieninv=cosmicmo=earthinv=invaddlx=invaderl=invaders=invadpt2=jspecter=jspectr2=moonbase=sicv=sinvemag=sinvzen=sisv=sisv2=sitv=spaceat2=spaceatt=spacewr3=spceking=spcewars=sstrangr=sstrngr2=superinv~polaris~sfeverbw=spacefev
;aliens=aliens2=aliensj=aliensu
;aliensya=aliensyb=aliensyj=aliensyn
;alphaxz=m660=m660b=m660j
;alpine=alpinea
;altbeast=altbeas2=jyuohki
;amidar=amidaro=amidaru=amigo=~amidars
;amspdwy=amspdwya
;apb=apb2
;apparel=citylove~=secolove
;aquajack=aquajckj
;arabiamj=arabiamu=arabianm
;arabian=arabiana
;archriv2=archrivl
;area88=unsquad
;ark2jp=ark2us=arkanoi2
;arkangc=arkanoid=arkatayt=arkatour=arkbl2=arkbloc2=arknoidu~=arknoidj
;armorcar=armorca2
;armwar=armwara=pgear=pgearr1
;ashura~ashurau
;assault~=assaultj~=assaultp (values differ)
;astdelu1=astdelux
;asterix=astrxeaa=astrxeac
;asteroi1=~(asteroid=asteroib)
;astinvad=kamikaze
;astorm=astormbl=~astorm2p
;astrob=astrob1=astrob2
;astrof=astrof2=astrof3
;astrofl=transfrm
;astyanax=~lordofk
;atarifb=atarifb1=atarifb4
;ataxx=~ataxxa=~ataxxj
;atetckt2=atetcktl=atetris=atetrisa=atetrisb
;atlantis~atlants2
;atompunk=bbmanw=bbmanwj~bombrman
;aurail=auraila
;av2mj1=galkoku=galkaika=hyouban=mcontest=mjlstory=ntopstar=pstadium=tokimbsj=tokyogal=triplew1=triplew2
;avenger2=avengers=buraiken
;avsp=avspa=avspj=avspu
;baddudes=drgninja
;bagman=bagmans=bagmans2=bagnard=sbagman=sbagmans
;bakuhatu=mjgottsu~(cmehyou=ngpgal)~(finalbny=mjkoiura=mjuraden=qmhayaku=vanilla)~mmehyou
;bananadr=hanamomo=mgmen89=mjcamera=mjfocus=mjfocusm=msjiken=peepshow~=(mjsikaku=mjsikakb)=~scandal=scandalm=telmahjn~otonano
;batcira=batcirj
;batman2~=(phoenix=phoenix3=phoenixa=phoenixc=phoenixt=(pleiads~pleiadce=pleiadbl))
;batrider=batridra
;batsugun=batugnsp
;battlane=battlan2=battlan3
;battlera=bldwolf
;battlntj=battlnts
;bayrouta=bayroute=bayrtbl1=bayrtbl2
;bbros=pang=pangb=pompingw
;bchopper=mrheli
;beastf~suprglob~(theglob=theglob2=theglob3)~theglobp
;beezer=~beezer1
;berlwall=berlwalt
;bermudaa=worldwar=~(bermudaj=bermudat)
;berzerk=berzerk1
;bigprowr=tagteam
;bigrun~=cischeat
;bijokkog=bijokkoy
;billiard=hustler=hustlerb
;bionicc=bionicc2=topsecrt
;bktigerb=blkdrgnb=blkdrgon=blktiger
;bladestl=bladstle
;blckgalb=blockgal
;blckout2=blockout
;block=blocka=blockbl=blockj
;blockade~=mineswpr
;blockhl=quarth
;bloodbro=weststry
;bloods21=bloods22=bloodstm
;bloxeed=bloxeedc
;blsthead=blstroi2=blstroid
;blswhstl=detatwin
;bluehawk=bluehawn
;blueprnj=blueprnt
;bnj=brubber=caractn
;boblbobl=bubbobr1=bublbobl~=bublbobr~=sboblbob
;bodyslam=dumpmtmt
;bombjac2=bombjack
;bonzeadu=bonzeadv=jigkmgri
;bootcamp=combasc=combascb=combasct=combascj
;bosco=boscomd=boscomdo=boscoo=boscoo2
;bottom9=bottom9n~=mstadium
;bouldash=bouldshj
;boxyboy=soukobdx
;breakers~breakrev
;breywood=shackled
;brix=zzyzzyx2=zzyzzyxx
;brkthru=brkthruj
;bshark=bsharkj
;btime=btime2=btimem~cookrace
;btlfield=skyadvnj=skyadvnt=skyadvnu~=(timesol1=timesold~=skysoldr)
;bubblem=bubblemj
;bubbles=bubblesp=bubblesr
;bublbob2=bubsymph=bubsympu
;buggychl=buggycht
;bullfgt=bullfgtj
;burningf=burningh
;bzone=bzone2~=bzonec
;cabal=cabal2=cabalbl
;cachat=tubeit
;cadash=cadashf=cadashi=cadashj=cadashu
;cameltrj=cameltry=camltrua
;canbprot=canyon
;capbowl=capbowl2=clbowl
;captcomj=captcomm=captcomu
;cawing=cawingj
;cbnj=cburnrub~=cburnrb2
;cbuster=cbusterj=cbusterw=twocrude
;ccastles~ccastle2
;ccboot=ccboot2=cclimber=cclimbrj
;cchasm=cchasm1
;cdiscon1=csweetht
;centipb2=centipd2=centipdb=centiped
;cgangpzj=cgangpzl
;cgraplop=cgraplp2
;champbas=champbb2=champbbj
;champwr=champwrj=champwru
;changes=looper
;chasehq=chasehqj
;checkmaj~checkman
;chelnov=chelnovj=chelnovu
;chikij=mtwins
;chinagat=saiyugb1=saiyugb2=saiyugou
;chinmoku=iemoto=mjnanpaa=mjnanpas=mladyhtr=seiha=seiham~ojousan~club90s
;chopper=legofair
;chplft=chplftb=chplftbl
;chqflag=chqflagj
;circusc=circusc2=circuscc=circusce
;citybmrj=citybomb
;citycon=citycona=cruisin
;ckong=ckonga=ckongalc=ckongjeu=ckongo=ckongs=dkong=dkongjp=dkongjo=dkongjo1=monkeyd
;clapapa=clapapa2
;cnights2=cnightst
;cninja=cninja0=cninjau=joemac=stoneage
;cobracmj=cobracom
;colony7=colony7a
;columns=columnsj=~columns2
;commandj=commando=commandu=spaceinv
;congo=tiptop
;contcirc=contcrcu
;contra=contrab=contraj=contrajb=gryzor
;cop01~cop01a
;cosmica=cosmica2
;cosmogng=cosmognj
;cottong=gutangtn=locomotn
;cppicf=cppicf2
;crazyblk=mrjong
;crazycop=gbusters
;crbalon2=crbaloon
;crimfght=~(crimfgt2=crimfgtj)
;crush=crush2=crush3=maketrax=mbrush=paintrlr
;crystal2~royalmah~ttmahjng
;cscluba=csclubj
;cscrtry~=cscrtry2
;csk227it~csk234it
;csprint~ssprint
;cstlevna~=pc_cvnia
;ctisland~(ctislnd2=ctislnd3)
;ctribe=ctribeb
;cupfinal=hthero93=~scfinals
;cyberb2p~(cyberba2=cyberbal)~cyberbt
;daimakai=~(ghouls=ghoulsu)
;dairesya=farwest=ironhors
;daisenpu~=(twinhawk=twinhwku)
;daiyogen=fromance=mfunclub=mjnatsu=nmsengen=idolmj
;dangar~=(dangar2=dangarb)
;darius2~(darius2d=drius2do)
;dariusg~=dariusgx
;darius~dariuse~(dariusj=dariuso)
;darkadv=~devilw=majuu (the weapon cheats for darkadv are completely different!)
;darksea1=darkseaj=darkseal=gatedom1=gatedoom
;dblaxle=pwheelsj
;dbldyn~dynduke (these are a LOT different!)
;dblplay~=strkzone~wseries
;dday=ddayc
;ddragn2u=ddragon=ddragon2=ddragonb=ddragonu
;ddrago3b=ddragon3
;ddsom=ddsomj=ddsomjr1
;ddtod=ddtoda=ddtodj=ddtodr1
;deadconj=deadconx
;defcmnd~=(mayday=maydaya)~=defence~=defender~=(defendg=defendw)
;destderb=~destderm
;desterth=grescue=lrescue
;devilfsg=devilfsh
;devstor2=garuka=~(devstor3=devstors)
;digdug2=digdug2a
;digdug=digdugat=digdugb=dzigzag
;dino=dinoj
;dinorex=dinorexj=dinorexu
;disco=discof
;dkgenm72~=(dkgensan=hharryu~hharry)
;dkngjnrb=dkngjnrj=dkongjr=dkongjrb=dkongjrj
;dkong3=dkong3j
;docastle=docastl2=douni~dowild=~jjack
;dogosoke~(ikari=ikarijp=ikarijpb)=victroad
;dokyusei~dokyusp
;dondokdj=dondokdu=dondokod
;dorunru2=dorunrun=spiero~dorunruc
;dotron=dotrone
;dplay=einnings
;driftout=driveout
;drmario~=pc_drmro
;dsaber=dsaberj
;dspirit=dspirito
;dstlk=vampa=vampj=vampja=vampjr1
;duckhunt~=pc_duckh
;dyger=dygera
;eagle=eagle2=fantazia=mooncrs2=mooncrsb=mooncrsg=mooncrst=smooncrs~mooncrgx
;ecofghtr=uecology
;eggs=scregg
;elecyoy2=elecyoyo
;elevatob=elevator
;elim2=elim2a
;elvact2u=elvactr=elvactrj
;empcity=empcityj=stfight
;endurob2=endurobl=enduror
;eprom=eprom2
;espial=espiale
;eswat=eswatbl
;euroch92=~(footchmp=hthero)
;excitbkj=excitebk
;excthour=matmania~(maniach=maniach2)
;exctscc2=exctscca=exctsccb=exctsccr
;exedexes=savgbees
;exerion=exerionb=exeriont
;exerizrb=skyfox
;exodus=galap1=galap4=galapx=galaxiaj=galaxian=galmidw=galturbo=gteikob2=gteikokb=gteikoku=redufo=spacbatt=superg=uniwars=zerotime=~swarm~(moonal2=moonal2b)
;exprraid=wexpresb=wexpresc=wexpress
;eyes=eyes2
;f1dream=f1dreamb
;fantasia=missw96=newfant
;fantasy=fantasyj=spectar=spectar1=targ
;fantzone=fantzono
;fastfred=flyboy=flyboyb
;ffantasa=ffantasy=hippodrm
;ffight=ffightj=ffightu
;fightrol=rollrace
;finalb=finalbj
;finalizb=finalizr
;fireshrk~samesame
;firetpbl=firetrap
;fitter=roundup
;flicky=flicky2
;flkatck=mx5000
;flstory=flstoryJ
;forgottn=lostwrld
;fpoint=fpointbl
;frogger=froggrmc=frogseg1=frogseg2~froggers
;fround=froundl
;fround=hpuncher
;fshark=fsharkbt=hishouza=skyshark
;fullthrl=topspedu=topspeed
;funkybee=~skylancr
;funnymou=machomou=suprmous
;gaiden=ryukendn=shadoww
;galag88b=galag88j=galaga88
;galaga3=galaga3a=galaga3b=gaplus=gaplusa
;galaga=galaga84=galagab2=galagads=galagamw=gallag=nebulbee
;galivan=galivan2
;galxwar2=galxwars=galxwart=starw
;gangwarb=gangwars
;gaunt2p~(gauntir1=gauntir2)~gauntlet
;gberet=gberetb=rushatck
;gblchmp=kaiserkj=kaiserkn
;geebee=geebeeg
;gensitou=prehisle=prehislu
;getstar=getstarb=getstarj
;ghostb~ghostb3~meikyuh
;ghostmun=hangly=hangly2=newpuckx=pacheart=pacman=pacmod=puckman=puckmana=puckmod=~jrpacman=~(mspacmab=mspacman=mspacmat=mspacpls=pacgal)=~pacplus=~piranha~pacmanbl
;gijoe=gijoeu
;gionbana=~maiko
;gladiatr=ogonsiro
;gng=gnga=gngt=makaimuc=makaimug=makaimur
;gogomile~=gogomilj
;goldnabl=goldnaxa=goldnaxb=goldnaxc=goldnaxe=goldnaxj
;goldstar=goldstbl
;gondo=makyosen
;goonies~=pc_goons
;gorf~=gorfpgm1
;gradius2=grdius2a=grdius2b=vulcan
;gradius3=grdius3a
;gradius~nemesis=nemesuk
;gravitar=gravitr2
;grdnstrm=~stagger1
;grindstrm~vfive (a lot of differences!)
;grobda=grobda2=grobda3
;growl=growlu=runark
;gseeker=gseekerj=gseekeru
;gtg~=(gtg2=gtg2t)~=gtg2j
;gtmr~(gtmre=gtmrusa)
;gulfstr2~=gulfstrm
;gunbulet~=ptblank (only difference - credits differently triggered)
;gundeala=gundealr=gundealt
;gundl94=primella
;gunforce=gunforcj=gunforcu
;gunhohki~mysticri
;gunlock=rayforce=rayforcj
;gunsmoka=gunsmoke=gunsmokj=gunsmrom
;gwar=gwara=gwarb=gwarj
;gyruss=gyrussce=venus
;hal21=hal21j
;hangon=shangon=shangonb
;hardhead=hardhedb
;hardyard=hardyd10
;hbarrel=hbarrelw
;hcastle=hcastlea=hcastlej
;helifira=helifire
;herbiedk~huncholy
;hitnmis2=hitnmiss
;hoccer~hoccer2
;hogalley~=pc_hgaly
;hook=hooku
;hopprobo~springer
;hpolym84=hyperspt
;hthero95=hthro95u=pwrgoal
;hunchbak~hunchbkd~hunchbks
;hydra=~hydrap
;hyprolyb=hyprolym=trackfld=trackfld
;iceclimb=iceclmrj
;ichidant=ichidnte=~(tantr=tantrbl=tantrbl2)
;imsorry=imsorryj
;indytem2=~indytem3~=(indytem4=indytemd=indytemp)
;inthunt=inthuntu=kaiteids
;intrepi2=intrepid
;invrvnga=invrvnge
;jack=jack2=jack3=treahunt
;jackal=jackalj=topgunbl=topgunr
;jackrab2=jackrabs=jackrabt
;jailbrek=manhatan
;joust=joust2=joustg=joustr=joustwr
;joyfulr=mnchmobl
;jumpbug=jumpbugb
;jumping=rainbow=rainbowa~rainbowe
;jungleh=junglek=junglhbr=junglkj2
;jungler=junglers
;junofrst=junofstg
;kageki=kagekij
;kaguya~(otatidai=psailor2)
;kangaroa=kangarob=kangaroo
;karatblu=karatblz
;karatedo=karatevs=kchamp=kchampvs
;karnov=karnovj
;kicker=shaolins
;kicknrun=mexico86
;kick~kicka
;kidniki=yanchamr
;kingbalj=kingball
;kingofb=ringkin2=ringkin3=ringking
;kittenk=nyanpani
;klax~klax2=klax3=klaxd=klaxj~(klaxp1=klaxp2)
;kncljoe=kncljoea
;knights=knightsj=knightsu
;kod=kodb=kodj=kodu
;kof99~kof99p
;konamigt~rf2
;kram=kram2
;ktiger=twincobr=twincobu
;kuhga=vaportra=vaportru
;kungfub=kungfub2=kungfud=kungfum=spartanx
;kuniokub=kuniokun=renegade
;kurikina=kurikint
;kyukaidk=kyukaido
;labyrunr=tricktrp
;ladybug=ladybugb
;ladygolf=smgolf=smgolfj
;ladykill=moegonta
;laser=spcewarl=spclaser
;lastday=lastdaya
;lastduel=lstduela=lstduelb
;lastfero=lastfort
;lastmiss=lastmsnj=lastmsno
;ldrun2=ldrun3~ldrun4
;ldrun=ldruna
;ledstorm=madgear=madgearj
;leprechn=potogold
;lethalth=thndblst
;lgtnfght=trigon
;lifefrce=lifefrcj=salamand
;liquidk=liquidku=mizubaku
;lkage=lkageb=lkageb2=lkageb3
;lomakai=makaiden
;looping=loopinga~=skybump
;losttmbh=losttomb=~superbon
;lsasquad=storming
;lwings=lwings2=lwingsjp
;maglord~maglordh
;mainevt=mainevt2=ringohja
;majest12~ssi
;majtitl2=skingam2=skingame
;mappy=mappyjp
;marble=marble2=marble3=marble4
;mario=mariojp=masao
;marvland=marvlanj
;mbomberj=slammast~(mbombrd=mbombrdj)
;megab=megabj
;megaforc=starforc=starfore
;megaznik=megazone
;mercs=mercsj=mercsu
;metalb=metalbj
;meteor=spcforc2=spcforce
;mgakuen=~mgakuen2
;mhavoc=mhavoc2=mhavocp=mhavocrv
;mia=mia2~miaj
;midres=midresj=midresu
;mikie=mikiehs=mikiej
;minefld=rescue
;minigol2=minigolf
;missile=suprmatk~missile2
;missw96=newfant
;mjanbari=~pachiten
;mjnquesb=mjnquest
;mjyuugi=mjyuugia
;mk2=mk2r14=mk2r32~=(mk2chal=mk2r42=mk2r91)
;mk3=mk3r20~mk3r10~(umk3=umk3r11)
;mk=mkla3=mkla4=mkr4=~(mkla1=mkla2)
;moguchan=zodiack
;moonwalk=moonwlka=moonwlkb
;moonwar=moonwara
;motorace=travrusa
;mpatrol=mpatrolw
;mrdo=mrdofix=mrdot=mrlo=mrdu=yankeedo~mrdoy
;mrviking=mrvikinj
;msh=mshh=mshj
;msword=mswordj=mswordu
;mtrap=mtrap3=mtrap4
;myhero=myheroj=myherok
;narc=narc3
;nastar=nastarw=rastsag2
;natodef=natodefa
;naughtya=naughtyb=naughtyc
;nbahangt~nbamaxht
;nbajam~nbajamr2~(nbajamte=nbajamt1=nbajamt2=nbajamt3)
;ncv1=ncv1j=ncv1j2 (ROM cheat differences don't count)
;nemo=nemoj
;nibbler=nibblera
;ninjak2a=rdaction~(ninjak2b=ninjakd2)~(ninjakun [THIS GAME MISSING CHEATS!])
;ninjak=ninjakj
;ninjaw=ninjawj
;ninjemak=youma
;nkdodgeb=spdodgeb
;nomnlnd~nomnlndg
;nov2001u=nova2001
;nprinces=nprincsb=nprincsu=seganinj=seganinu
;nrallyx=rallyx=rallyxm
;nspirit=nspiritj
;offroad=offroadt
;offtwalc~offtwall
;omega=theend=theends
;omegaf=omegafs
;opwolf=opwolfb
;oscar=oscarj=oscarj0=oscarj1
;othunder=othundu
;outline=radarzn1=radarznt=radarzon
;outrun=outruna=outrunb
;outzone=~outzonea
;ozmawars=ozmawar2=solfight=spaceph
;p47=p47j
;pacland=pacland2=pacland3=paclandm
;pacmania=~pacmanij
;pacnchmp=pacnpal=pacnpal2
;pang3=pang3j
;pangpomm=pangpoms
;panic=panica=panicger
;passht4b=passshtb=passsht
;pbaction=pbactio2
;pbobbl2j=pbobbl2u=pbobble2~=pbobbl2x
;pbobbl3j=pbobbl3u=pbobble3
;pbobbl4j=pbobbl4u=pbobble4
;pbobble~pbobblbs
;pc_grdus=vsgradus
;pc_smb~=suprmrio
;pcktgal=pckgal2=pcktgalb
;peggle~=pegglet
;pengo=pengo2=pengo2u=penta
;perfrman=perfrmau
;pigout=pigouta
;pinbo=pinbos
;pipedrm=pipedrmj
;pipibibs=pipibibi~whoopee
;pitfall2=pitfallu
;pitfigh3=pitfighb=pitfight
;pkladiel=pkladies
;pkunwar=pkunwarj
;polaris=polarisa
;polepos=polepos1=polepos2=poleposa=poleps2a=poleps2b=poleps2c=topracer
;ponpoko=ponpokov
;pootan=pooyan=pooyans
;popeye=popeyebl=popeyef=popeyeu
;popflama=popflame
;poundfor=poundfou
;pow=powj
;prmtmfgo=prmtmfgt=trstar=trstarj=trstaro=trstaroj
;pspikes=svolly91
;psychos=psychosj
;pulirula=pulirulj
;punchout=spnchout=spnchotj
;punisher=punishrj=punishru
;punkshot=punksht2~=punkshtj
;puyopuya=puyopuyb=puyopuyo~puyopuy2
;puzzldpr=puzzledp
;pyros=wardner=wardnerj
;qix=qixa=qixb
;quantum=quantum1=quantump
;quarterb=quartrba
;quartet=quartet2=quartetj
;rabiolep=rpunch
;raiden~raidena=raidenk
;raiders5=raidrs5t
;rambo3=rambo3a
;rampage=rampage2
;rampart~rampartj~ramprt2p
;rastan=rastanu=rastanu2=rastsaga
;rbtapper=sutapper=tapper=tappera
;redclash=redclask
;regulus=regulusu
;relief~relief2
;rescraid=rescrdsa
;retofin1=retofin2=retofinv
;ridefgtj=ridefgtu=ridingf
;ridhero=ridheroh
;rimrck12=rimrck16=rimrck20=rimrockn
;rimrockn=rimrck20~(rimrck12~=rimrck16)
;ringdest=smbomb=smbombr1
;ringrage=ringragj=ringragu
;rmpgwt=rmpgwt11
;roadf=roadf2
;robocop2=robocp2j=robocp2u
;robocop=robocopb=robocopj=robocopw=~(robocopu=robocpu0) (max credits value only difference so far)
;robokid~=robokidj
;robotron=robtryo
;rockrage=rockragj
;rocnrope=rocnropk
;rodland~(rodlandj=rodlndjb)
;rollerg=rollergj
;rompers=romperso
;route16=route16b
;rpatrolb~silvland
;rthun2=rthun2j
;rthunder=rthundro
;rtype2=rtype2j
;rtype=rtypepj~=rtypeu
;rugrats=wiping
;rushcrsh=srumbler=srumblr2
;rygar=rygar2=rygarj
;salamand=salamanj
;satansat=zarzon
;sbasketb=sbasketu
;sbbros=spang
;schaser=schasrcv
;sci=scia=sciu
;scion=scionc
;scontra=scontraj
;sctionza=sectionz
;sdi=sdioj
;searchar=sercharu
;secretag=slyspy=slyspy2
;sectrzon=seicross
;sengokh=sengoku
;sf2=sf2ua=sf2ub=sf2ue=sf2ui=sf2j=sf2ja=sf2jc~(sf2accp2=sf2ce=sf2ceua=sf2ceub=sf2cej=sf2rb=sf2rb2=sf2red=sf2t=sf2tj=sf2v004)[exact sf2 cheats missing some cheats from sf2ce -investigate please somebody(I hate this game)]
;sfa2=sfz2j=sfz2ah=sfz2aj~=(sfa3=sfa3r1=sfz3j=sfz3jr1)=~(vsav=vsavh=vsavj)
;sfa=sfau=sfzch=sfzh=sfzj=sfzjr1=sfzjr2
;sformula=tail2nos
;sftm=sftm110=sftmj
;shadowld=yokaidko=youkaidk
;shdancbl=shdancer=shdancrj
;shinobi=shinobl~=(shinobia=shinobib)
;shisen=sichuan2=sichuana
;shocktro=shocktrj
;shollow=shollow2
;shootoub=shootouj~shootout
;shuuz=shuuz2
;sia2650=tinv2650
;sidearjp=sidearmr=sidearms
;sidepckt=sidepctb=sidepctj
;silentd=silentdj
;silkworm=silkwrm2
;simps2pj=simpsn2p=simpsons
;sinista1=sinista2=sinistar
;skullxb2=skullxbo
;skykid=skykidb~=skykiddo=skykiddx
;sliksh17~slikshot
;slither=slithera
;smashtv=smashtv4=smashtv5=smashtv6
;snowbroa=snowbrob=snowbroj=snowbros=wintbob
;solarwar=xsleena=xsleenab
;sonson=sonsonj
;spacebrd=spacedem=spacefb=spacefbb=spacefbg
;spacedx~spcinvdj
;spaceplt=timeplt=timepltc
;spacetrk=sptrekct
;spacfura=spacfury
;speakres=stratvox
;spelnkrj=spelunkr~=spelunk2
;spf2t=spf2xj
;spiders=spiders2
;spinlbrj=spinlbrk=spinlbru
;spool3=spool3i
;sprint1~sprint2
;spyhnt2a=spyhunt2
;sqixbl=superqix
;srdarwin=srdarwnj
;ssf2=ssf2a=ssf2j=ssf2jr1=ssf2jr2=ssf2tb=ssf2tbj=~(ssf2t=ssf2ta=ssf2tu=ssf2xj(UNTESTED ssf2xj,ssf2tb,ssf2tbj))
;sspacatc=sspacat2=sspaceat
;ssrdrabd=ssrdrebc=ssrdrebd=ssrdrjbd=ssrdrubc~=(ssrdruac=ssrdruda=ssriders)
;starcas=starcas1
;starfira~=starfire
;starjack=starjacs
;starwar1=starwars
;stinger=stinger2
;strahl~=strahla
;stratgys=stratgyx
;streets1=streetsj=streetsm=streetsw
;strider=striderj=stridrja
;strnskil=guiness
;stunrnp=stunrun
;supbtime=supbtimj
;superpac=superpcm
;svolley=svolleyk
;swimmer=swimmera=swimmerb
;sws92~=sws92g~=sws93
;sws96=sws97
;sxevious=~xevious=~xeviousa=~xevios
;szaxxon~zaxxon=zaxxon2=zaxxonb
;tankfrce=tankfrcj
;tazmani2=tazmania
;tdfever=tdfeverj
;tdragon=tdragonb
;teamqb=teamqb2
;tempest=tempest1=tempest2=temptube
;teplus2j=tetrisp2
;terracra=terracrb=terracre
;terraf=terrafu
;tetris=tetrisa=tetrisbl~tetrist (tetrist cheats are slightly different in method - I wanted them this way)
;tfrceac=tfrceacb=tfrceacj
;thehustj=thehustl
;thnderxj=~thunderx
;thndfoxj=thndfoxu=thundfox
;tigerh=tigerh2=tigerhb1=tigerhb2=tigerhj
;tigeroad=toramich
;timek131=timekill
;tknight=wildfang
;tmht=tmnt=tmntj=tmntu~=(tmht2p=tmnt2p=tmnt2pj=tmnt2po)
;tmnt2=tmnt2a=~tmnt22p
;tndrcade=tndrcadj
;tnk3=tnk3j
;tnzs=tnzsb=~tnzs2
;todruaga=todruagb
;tokio=tokiob
;toki~=(tokia=tokib=tokij=tokiu)
;tomahaw5~tomahawk
;toobin=toobin2=toobinp
;totcarn=totcarnp
;tp84=tp84a
;triviabb=triviag2=triviasp=triviayp~=triviag1
;trog=trog3=trogp
;trojan=trojanj=trojanr
;tron=tron2
;tsamurai=tsamura2
;tshingen=tshingna
;tturf=tturfbl=tturfu
;tumblep=tumblep2=tumblepb=tumblepj
;turbo=turboa=turbob
;tutankhm=tutankst
;twotiger=twotigra
;uccops=uccopsj
;upndown=~upndownu
;vangrdce=vanguard
;vanvan=vanvans
;varth=varthj=varthu
;vastar=vastar2
;vball=~vball2pj
;vendeta2=vendetar=vendetas=vendett2=vendetta=vendettj
;venture=venture2=venture4
;victorba=~victory
;vigilant=vigilntj=vigilntu
;vimana=vimana2=vimanan
;vindctr2~vindictr=vindicta
;vsbbalja=vsbball=vsbballj
;vspinbal=vspinblj
;vsyard=vsyard2=yard
;vulgus=vulgus2=vulgusj
;warpwar2=warpwarp=warpwarr
;wb3=wb3a=wb3bl
;wbdeluxe=wboy=wboy2=wboy2u=wboy3=wboyo=wboyu
;wbml=wbmlj=wbmlj2=wbmlju
;wc90~=(wc90a=wc90b)
;wfortuna=wfortune
;wgp=wgpj=~wgpjoy
;wh1~(wh2=~wh2j=~whp)
;willow=willowj
;wiseguy=yamyam
;wiz=wizt
;wof=wofa=wofj=wofu
;ws=~ws89=ws90
;wwester1=wwestern
;wwfwfest=wwfwfsta=wwfwfstj
;xexex~xexexj
;xmcota=xmcotah=xmcotaj=xmcotaj1
;xmen=~xmen2pj=~xmen6p
;xmvsf=xmvsfa=xmvsfh=xmvsfj
;yiear=yiear2
;zigzag=zigzag2
;zookeep=zookeep2=zookeep3
;******************************************************************************
;* ABOUT THE CHEAT DESCRIPTION FORMAT *
;******************************************************************************
;
; This is how I order the cheats - I try and stick to it as oftewn as I can.
; Some games don't conform to this standard either because it's better as is or
; the cheats were done a while ago and I haven't changed them. DO NOT report any
; games that don't follow this standard - it's pretty low in my list of priorities
; right now.
;
; OVERALL CHEAT ORDER
; *******************
;
; gamename in format '; [ long game name ]'
; section1
; section2
; section3
;
; WHAT'S EACH SECTION ABOUT?
; **************************
;
; Section 1 contains all the cheats valid for all players. Infinite Credits will come first normally
;
; Section 2 contains cheats for individual players, split up so that all PL1 cheats are together and all
; PL2 cheats are together. Normally there will be the same cheats for each player and the order of the
; cheats should be the same as for the other player
;
; Section 3 contains any none cheat related things. Eg Like sound test timer and region switch codes.
;
; WHAT'S IN EACH SECTION
; **********************
;
; The normal order of cheats will be if there is no PL1 or PL2 specific cheats. If a cheat is specific to
; all players it will promote it up the list.
;
; Infinite Credits
; Infinite Time (if 'Finish this Round Now!' is worthwhile it should directly follow this cheat)
; Infinite Lives
; Infinite Energy (if 'Drain all Energy Now!' is worthwhile it should directly follow this cheat)
; Infinite Ammo
; Infinite Bombs
; Invincibility
; Always have this weapon
; Get this weapon Now!
; Play with this character Now!
; Select starting level
; Select current level
; Select next level
;
;******************************************************************************
;* GAMES THAT CURRENTLY UTILISE ROM CHEATS *
;******************************************************************************
;
; Games utilising ROM cheats (individual credits will be given due to the extra work
; and skill - though only for cheats where RAM cheats are either not possible
; (or sometimes it is actually a LOT quicker to make a ROM hack than find a RAM one)
; or buggy! ;-)):-
;
; I'm keeping this list as I will find it useful to for testing purposes when the
; cheat engine changes...especially for processors with endian (big and little)
; issues. For the moment it's not alphabetically sorted on purpose.
;
; exterm (made by Pugsy) [TMS34010]
; 800fath (made by Pugsy) [Z80]
; mariner (made by Pugsy) [Z80]
; scramblb (made by Pugsy) [Z80]
; scramble (made by Pugsy) [Z80]
; scrambls (made by Pugsy) [Z80]
; gunhohki (made by Pugsy) [V33]
; mysticri (made by Pugsy) [V33]
; scobra (made by Pugsy) [Z80]
; scobrab (made by Pugsy) [Z80]
; scobras (made by Pugsy) [Z80]
; phoenix (made by Pugsy) [8085A]
; phoenix3 (made by Pugsy) [8085A]
; phoenixa (made by Pugsy) [8085A]
; phoenixc (made by Pugsy) [8085A]
; phoenixt (made by Pugsy) [8085A]
; pleiadbl (made by Pugsy) [8085A]
; pleiadce (made by Pugsy) [8085A]
; pleiads (made by Pugsy) [8085A]
; rranger (made by Pugsy) [Z80]
; batman2 (made by Pugsy) [Z80]
; redclash (made by Pugsy) [Z80]
; redclask (made by Pugsy) [Z80]
; raiders5 (made by Pugsy) [Z80]
; raidrs5t (made by Pugsy) [Z80]
; perfrman (made by Pugsy) [Z80]
; perfrmau (made by Pugsy) [Z80]
; dommy (made by Pugsy) [M6502]
; eggs (made by Pugsy) [M6502]
; scregg (made by Pugsy) [M6502]
; galaxian (made by Pugsy) [Z80]
; gteikokb (made by Pugsy) [Z80]
; exodus (made by Pugsy) [Z80]
; galap1 (made by Pugsy) [Z80]
; galap4 (made by Pugsy) [Z80]
; galapx (made by Pugsy) [Z80]
; galaxiaj (made by Pugsy) [Z80]
; galmidw (made by Pugsy) [Z80]
; galturbo (made by Pugsy) [Z80]
; gteikoku (made by Pugsy) [Z80]
; redufo (made by Pugsy) [Z80]
; spacbatt (made by Pugsy) [Z80]
; superg (made by Pugsy) [Z80]
; uniwars (made by Pugsy) [Z80]
; zerotime (made by Pugsy) [Z80]
; hardhead (made by Pugsy) [Z80]
; hardhedb (made by Pugsy) [Z80]
; cobracmj (made by Pugsy) [M6809]
; cobracom (made by Pugsy) [M6809]
; rushatck (made by Pugsy) [Z80]
; gberet (made by Pugsy) [Z80]
; gberetb (made by Pugsy) [Z80]
; upndownu (made by Pugsy) [Z80]
; defcmnd (made by Pugsy) [M6809]
; mayday (made by Pugsy) [M6809]
; maydaya (made by Pugsy) [M6809]
; defence (made by Pugsy) [M6809]
; defender (made by Pugsy) [M6809]
; defendg (made by Pugsy) [M6809]
; defendw (made by Pugsy) [M6809]
; alieninv (made by Pugsy) [8080]
; cosmicmo (made by Pugsy) [8080]
; earthinv (made by Pugsy) [8080]
; invaddlx (made by Pugsy) [8080]
; invaderl (made by Pugsy) [8080]
; invaders (made by Pugsy) [8080]
; jspecter (made by Pugsy) [8080]
; jspectr2 (made by Pugsy) [8080]
; sstrangr (made by Pugsy) [8080]
; sstrngr2 (made by Pugsy) [8080]
; moonbase (made by Pugsy) [8080]
; sicv (made by Pugsy) [8080]
; sinvemag (made by Pugsy) [8080]
; sinvzen (made by Pugsy) [8080]
; sisv (made by Pugsy) [8080]
; sisv2 (made by Pugsy) [8080]
; sitv (made by Pugsy) [8080]
; spaceatt (made by Pugsy) [8080]
; spaceat2 (made by Pugsy) [8080]
; spacewr3 (made by Pugsy) [8080]
; spceking (made by Pugsy) [8080]
; spcewars (made by Pugsy) [8080]
; superinv (made by Pugsy) [8080]
; srdarwin (made by Pugsy) [M6809]
; srdarwnj (made by Pugsy) [M6809]
; toki (made by Pugsy) [68000]
; tokia (made by Pugsy) [68000]
; tokib (made by Pugsy) [68000]
; tokij (made by Pugsy) [68000]
; tokiu (made by Pugsy) [68000]
; upndown (made by Pugsy) [Z80]
; paperboy (made by Pugsy) [T11]
; gteikob2 (made by Pugsy) [Z80]
; ncv1 (made by Pugsy) [68000]
; ncv1j (made by Pugsy) [68000]
; ncv1j2 (made by Pugsy) [68000]
; sboblbob (made by Pugsy) [Z80]
; mk3r20 (made by Tourniquet) [TMS34010]
; mk3r10 (made by Tourniquet) [TMS34010]
; mk3 (made by Tourniquet) [TMS34010]
; umk3r11 (made by Tourniquet) [TMS34010]
; umk3 (made by Tourniquet) [TMS34010]
; theend (made by Pugsy) [Z80]
; theends (made by Pugsy) [Z80]
;
;******************************************************************************
;* GAMES/CHEATS WITH KNOWN ISSUES OR WORK STILL TO BE DONE *
;******************************************************************************
;
; Don't expect this list to change too much - there's more pressing issues for
; me to deal with normally - I do have a crack at them occasionally.
;
; Rework cheats with '//' comment lines to cheat type 999 wherever a better
; explanation is required (not Use Sprite when flickers type comments as this
; will overcomplicate matters for now) - ONGOING
; Look at Ali Baba - uses pacman hardware may use same cheats...
; Look at Aurail - round 2 looks to be a different game - cheats may not work
; after round 1...
; Check out all the Neo Geo fighting games like Samurai Shodown, it appears that
; the energy cheats don't work - looks like an 'Exterminator' situation. UPDATE
; PUGSY 02 AUG 2001 - I found the problem with Samurai Showdown and other neo geo
; fighters I can resolve this by using a relative address with index to make good RAM
; cheats, I've asked for a new cheat type to do this and Ian Patterson has agreed :-)
; This new cheat type will not be available to at least 0.55 and the bit cheat
; engine. To find these cheats you will need a debugger MAME compile.
; More cheats for Finest Hour
; Look at Mirai Ninja
; Punisher weapon cheats - if possible
; Look at replicating Mania Challenge cheats for The Main Event
; More Kung Fu Master cheats
; Spy Hunter 2 needs more cheats!
; The Return of Ishtar needs more work - present cheats has problems in b12 ...
; Smash TV - look at Invincibility for PL2, perhaps somebody good and with more
; time then me could look at some working weapon cheats! ;-P Also need to double
; check the clones - they are not quite identical it seems.
; More codes for 88 Games
; I, Robot more codes needed
; Streaking more codes needed
; Sky Kid Deluxe more codes needed
; Plump Pop more codes needed
; Hopping Mappy more codes needed
; Black Hole more codes needed
; Baluba-louk no Densetsu more codes?
; Knock Out/Triple Punch - Look at the invincibilty cheats
; Nibbler - Look at making some short snake cheats
; My Hero - Round Select codes
; mrdoy - requires invincibility cheats
; Mr Do.! - level select cheats
; Mutant Night - level select cheats
; Millipede - look at improving the invincibility cheat
; Gradius III - have a look at the cheat descriptions and find more (job for me[Pugsy])
; Last Mission - look for weapon cheats at least..
; Gauntlet - look at replicating Freeze All Enemies cheat for all Gauntlet Clones
; Colony 7 - look at set fighter =1 cheat is it worthwhile
; Depthcharge - infinite charges should be possible
; Zig Zag - invincibility cheats, use Dig Dug as a guide
; Syougi No Tatsujin - more cheats?
; Dangerous Seed - check cheats and find more?
; Flash Gal - check for level select cheats
; Fighting Hawk - take a closer look at this game, start on level cheats perhaps
; Cosmo Gang the Video - check out both versions unsure which is NOW the original
; one the cheat was made for.
; Atari Soccer - need to search for score cheats, no patience to play with controls
; Kick and Run - needs score cheats
; Look at Fatal Fury 4 cheats - rename add more?
; Body Slam - room for lots more cheats, see other wrestling games for possible cheats
; Check out the cheats for these clones, I haven't had chance to check them:-
; aliensu darkseaj devstor3 galag88b grdius3a marvlanj
; pinbos skykiddo youma mrvikinj blswhstl pacnchmp poleposa
; More cheats for Big Pro Wrestling! needed
; More cheats for Bosconian (invincibility)
; Replicate invincibility cheats for the Shoot Out clones
; Check out Shinobi (set 3) cheats
; Check out sdioj cheats when the game is fixed
; More cheats for Yosaku To Donbee
; More cheats for Tank Force - in particular a cheat to activate the Air Strike
; Look for 'Infinite "item" time' cheats for red and green pills for PacMania
; Test aliensyj
; Check for Stakes Winner & Stakes Winner 2 PL2 cheats
; Add Select score cheats for the Super Sidekicks series of games
; Do Infinite Health, Infinite Ammo, Always have Gun/Get Gun Now! cheats for all levels
; and both players for the game Top Hunter
; Ultraman look at cheats and check....problems encountered
; Look at Quester - more arkanoid pill type cheats?
; War of Aero - loads of scope for more cheats - weapons + level for starters (see dip switches)
; Astro Blaster (version 2) + other versions? - cheats seem buggy and causes gfx glitches, investigate
; More cheats for cachat - when I've had chance to play it......
; '99 The Last War + clones - Shield stays on longer cheat seems to be cosmetic only. Fix or remove
; Rename 'type' cheats for dfeveron, requires better descriptions
; Check out all select and temporary cheats for 37 beta 2 games when cheat engine is completed
; Look at more Great 1000 Miles Rally cheats, max speed at all times for example
; Dream Soccer '94 - look at Select Score cheats for PL1 and penalty kickoff cheats
; Add Score always, score now! or select score cheats for games with only one type (perhaps)
; Gotya - find invincibility cheat + others
; Labyrinth Runner - weapon cheats required + level select
; Passing Shot - check all cheats, order make them hard to understand.....(I hate Tennis games)
; More cheats for invad2ct - Space Invaders II
; Check out Spinal Breakers - don't understand the 2 part cheats, redo descriptions when done + some
; locations should be 2 part (like time)
; Missing PL2 cheats for Ghox to be found and all cheats to be cleaned up
; More cheats for V-Five (use Grind Stormer as an example - very similar! + clean up cheats especially
; the rough and ready cursor cheat
; More cheats for Fast Lane
; More cheats for Snow Bros. 2
; Twin Eagle - find missing Maximum Speed PL2 cheat
; Air Buster - possible trigger cheat missing from Side shot, Powerball & B cheats. Investigate
; Soldam (Japan) - possibility of a lot more colour related cheats, + needs some other cheats
; Do some work on reducing the above entries!!! ;-)
; Spinal Breakers - more cheats to be found - weapons, time, invincibility....
; U.S. Classic - more cheats required, PL2 cheats not yet possible! (beta 1)
; Zing Zing Zip - problem reported with goto boss cheats - redo as a level select and start on level cheat
;******************************************************************************
;* NEW CHEATS *
;* Don't forget if you find any yourself submit them to:- pugsy@usa.net *
;******************************************************************************