;****************************************************************************** ;* MAME CHEAT FILE Release Date: 21 APR 2004 (Base release for MAME 0.81) * ;* * ;* Cheat File *FULLY* compatible with *ALL* MAME versions mentioned above * ;* MOST OF THE CHEATS WILL WORK WITH EARLIER & LATER VERSIONS OF MAME TOO * ;* * ;* This CHEAT.DAT file was obtained 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 * ;* post them on the forum at http://cheat.retrogames.com/forums * ;* * ;* 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. I'd appreciate it if you mention * ;* or link to the website where you can find future updates: * ;* http://cheat.retrogames.com * ;* * ;* *NOTE* to other Cheat File 'authors' releasing this cheat file with * ;* cheats pasted in from the cheat forums:- * ;* * ;* Please do not distribute this cheat file 'updated' with cheats copied * ;* straight from the cheat forums posted AND found by others. If you want * ;* to make a cheat file containing cheats not in the last released cheat * ;* file then release an addon cheat file - MAME can parse more than one * ;* cheat file you only have to modify the mame.ini/cfg file. * ;* * ;* If you have any questions concerning how to use this cheat file or how to * ;* find cheats yourself then in the first instance you should check out the * ;* following three places:- * ;* * ;* 1. This cheat file....read on. * ;* * ;* 2. The F.A.Q. (Frequently Asked Questions) maintained by Tourniquet :- * ;* http://cheat.retrogames.com/cheatfaq.txt * ;* * ;* 3. kelvSYC's Guide to using the MAME and MESS Cheat Engine:- * ;* http://members.shaw.ca/kelvsyc/cheatguide.html * ;* * ;* If they don't answer your question(s) or you want to request a cheat then * ;* please post a question/request in the 'Cheats Request' forum at :- * ;* http://cheat.retrogames.com/forums * ;* * ;* CHEAT FILE STATUS = FINAL (DISTRIBUTABLE) * ;****************************************************************************** ; What to do with this file :- ; ; Step 1 (where this file goes!) ; ============================== ; ; ; This file should be in the same directory as MAME.EXE (All platforms apart from Mac OS 9/X ). ; For Mac OS 9/X this file should be in the "Misc Support Items" folder in your MacMAME folder. ; ; ; Step 2 (Enable the MAME Cheat Engine) ; ===================================== ; ; ; As standard the MAME Cheat Engine is turned OFF, there are several ways of turning it ON depending on ; what platform you are running MAME on. ; ; MAMEW: This is the standard MAME command line compile, go to your MAME directory open up the MAME.INI ; file with a text editor (the one you are using to read this will do!). Goto the ; '### Mame CORE misc options ###' and change 'cheat 0' to 'cheat '1'. Note: If your MAME.EXE is ; named something else like MAME067.EXE then you will need to edit MAME067.INI rather than MAME.INI! ; If you have no INI file then just start MAME from the commandline with the -createconfig option ; eg. 'MAME -createconfig'. If you manually use MAME every time from the commandline you can also ; just add '-cheat' to the commandline. ; ; MAME32: This is the MAME with build in frontend compile for Windows. Go to the Options Menu, and select ; "Default Options". Go to the Miscellaneous tab and check the box that says "Enable Game Cheats". ; ; DMAME: This is the DOS MAME compile, go to your MAME directory open up the MAME.CFG file with a text editor ; (the one you are using to read this will do!). Find 'cheat off' and change it to 'cheat '1'. ; Note: If your MAME.EXE is named something else like MAME067.EXE then you will need to edit MAME067.CFG ; rather than MAME.CFG! If you have no CFG file then just start MAME from the commandline with the ; -createconfig option eg. 'MAME -createconfig'. If you manually use MAME every time from the ; commandline you can also just add '-cheat' to the commandline. ; ; UNIX: For the UNIX/LINUX compiles just follow the instructions for DMAME the DOS compile. ; ; OS9/X: From the front-end, go to the Misc tab, and check the box that says "Allow Cheats". ; ; ; Step 3 (Cheat!) ; =============== ; ; Ingame press TAB and follow your nose...... ; Left and Right cursor toggles cheats ON and OFF, ENTER turns on one shot cheats and SHIFT ENTER displays the cheat comments ; if there is any. ; ; ; Cheat Engine Commands: ; ====================== ; ; These special cheat lines are used to set global preferences for the cheat engine. They follow this format: ; ; :_command:[ data ] ; ; The lower byte of the data field stores the command, and the remaining bytes store data for the command. ; Here is a list of the commands: ; ; 0x00 Disable help boxes (once they are added) ; 0x01 Use old-style cheat search box (default) ; 0x02 Use new-style cheat search box (you should get used to it!) ; 0x03 Don't print labels in new-style search menu ; 0x04 Auto-save cheats on exit ; ; So, if you wanted to use the old-style cheat box, you would add this line to your cheat.dat: ; :_command:00000001 ; ; Here are my default settings - uncomment them to use the cheat engine the way I do ; //:_command:00000002 //:_command:00000003 ; ; For safety sake I suggest you uncomment this one too - nothing worse than losing cheats (I don't use it myself though) ; :_command:00000004 ; ; Data for the cheat routine of Mame ; ; ; This file can be edited with a text editor, but keep the same format: ; ; ; OLD CHEAT FORMAT INFORMATION ; ============================= ; ; Although cheats in the old cheat format are no longer created by the new cheat engine, they ; are still read by the new cheat engine. They are a lot easier to understand than the new cheat ; format but conversely they aren't as powerful. Old type format cheats are still produced ; though as in most cases a simple type 000, 001 or 100 cheat is all that's really needed. ; ; all the fields are separated by a colon (:) ; gamename:0:123456:78:000:Cheat Description:Comment ; ^ 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) ; ^ Cheat Type (see below) usually 000 ; ^ Description of the cheat (25 to 255 characters max - check each game for correct display) eg. 'Invincibility PL1' ; ^ Extra Comment about the cheat if needed eg 'Turn it OFF at the end of the level!' ; ; Cheat Types: ; ; -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. ; -015 : the byte is poked one second after the original value has changed ; and the cheat is removed from the active list. ; -016 : the byte is poked two seconds after the original value has changed ; and the cheat is removed from the active list. ; -017 : the byte is poked five seconds after the original value has changed ; and the cheat is removed from the 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. ; -080 : 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 stays in the active list. ; -081 : the user selects a decimal value from 0 to byte ; (display : 1 to byte+1) - the value is poked once when it changes ; and cheat stays in the active list. ; -082 : 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 stays in the active list. ; -083 : 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 stays in the active list. ; -084 : 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 stays in the active list. ; -085 : 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 stays in the active list. ; -090 : the user selects a decimal value from 0 to byte ; (display : 0 to byte) - the value is poked once and the cheat ; stays in the active list. ; -091 : the user selects a decimal value from 0 to byte ; (display : 1 to byte+1) - the value is poked once and the cheat ; stays in the active list. ; -092 : the user selects a decimal value from 1 to byte ; (display : 1 to byte) - the value is poked once and the cheat ; stays in the active list. ; -093 : the user selects a BCD value from 0 to byte ; (display : 0 to byte) - the value is poked once and the cheat ; stays in the active list. ; -094 : the user selects a BCD value from 0 to byte ; (display : 1 to byte+1) - the value is poked once and the cheat ; stays in the active list. ; -095 : the user selects a decimal value from 1 to byte ; (display : 1 to byte) - the value is poked once and the cheat ; stays in 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. [NO LONGER USED] ; -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. [NO LONGER USED] ; -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. [NO LONGER USED] ; -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. ; -120 : pokes the value to the eeprom buffer, and the cheat is removed from the ; active list. ; -121 : sets the bits in the eeprom buffer, and the cheat is removed from the ; active list. ; -122 : clears the bits in the eeprom buffer, and the cheat is removed from the ; active list. ; -500 to 622: These cheat types are identical to types 000 to 122 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 ; +500 (eg type 500). The first cheat in the sequence should not ; have '(1/x)' at the end because the cheat engine treats it all ; as one cheat - the marking of subsequent parts is just for reference ; when editing the cheat file...nothing else! ; -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. ; ; NEW CHEAT FORMAT INFORMATION ; ============================= ; ; New format cheats can be identified by the fact that the cheat line starts with a colon in front ; of the short gamename and the fact that the cheat line is normally a LOT longer than before. ; The new cheat format is very powerful, much more so than the old cheat format though the sheer number ; of options make it hard to understand. On a whole cheats using the new cheat format are best made ; by setting the appropriate options on the edit cheat page and then saving the said cheat. There ; are some exceptions though - as occasionally it's harder if not impossible to do exactly what ; you want using the edit function. This information will hopefully help you understand the new ; cheat format. ; ; New Cheat Format: ; ================= ; ; This section is based heavily on the information found in cheat.c. I've just edited it to make it a tadge easier ; for me to understand, in fact the act of editing helped me a lot. ; ; :gamename:12345678:87654321:12345678:FFFFFFFF:Cheat Description:Comment ; ; ^ Name of the game (short name) [zip file or directory] ; ^ Cheat Type Field in hexadecimal (how to poke) ; ^ Address in Hexadecimal (where to poke) ; ^ Data to put at this address in hexadecimal (what to poke) ; ^ Extended Data Field - used for mask and some other stuff (see below) usually FFFFFFFF ; ^ Description of the cheat (25 to 255 characters max - check each game for correct display) eg. 'Invincibility PL1' ; ^ Extra Comment about the cheat if needed eg 'Turn it OFF at the end of the level!' ; ; Type Field: ; =========== ; ; MSB LSB ; 33222222 22221111 11111100 00000000 ; 10987654 32109876 54321098 76543210 ; ; Persistence ; -------- -------- -------- -------0 the cheat is poked with respect to the Normal/Delay options and the cheat remains in the active list ; -------- -------- -------- -------1 the cheat is poked only once and with respect to the Normal/Delay options and is removed from the active list ; ; Operation (Used with the Extended Data Field) ; -------- ----0--- -------- ---00--- Write with Mask - If the cheat is in the active list it is poked using a mask to mark which bits are to be written to. (used for most cheats as standard) ; -------- ----00-- -------- ---01--- Add - If the cheat is in the active list it is poked to add a value till a limit is reached, the limit will not be exceeded! ; -------- ----01-- -------- ---01--- Subtract - If the cheat is in the active list it is poked to subtract a value till a limit is reached, the limit will not be exceeded! ; -------- ----00-- -------- ---10--- Force Range - If the cheat is in the active list and if the value of an address is outside a range it will be poked to the specified value inside the range. If 24/32 bits then the Extended data field is the maximum not the range. ; -------- ----01-- -------- ---10--- Force Range - as Force Range above with one exception. If 24/32 bits then the Extended data field is the minimum. ; -------- ----00-- -------- ---11--- Set - If the cheat is in the active list it is poked to set the specified bits (set them to 1) from the value field on the specified address. MOSTLY REDUNDANT - 'Write with Mask' can/should be used unless it's a relative address cheat! ; -------- ----01-- -------- ---11--- Clear - If the cheat is in the active list it is poked to clear the specified bits (reset them to 0) from the value field on the specified address. MOSTLY REDUNDANT - 'Write with Mask' can/should be used unless it's a relative address cheat! ; -------- ----1--- -------- ---00--- Unused! ; -------- ----1--- -------- ---01--- Unused! ; -------- ----1--- -------- ---10--- Unused! ; -------- ----1--- -------- ---11--- Nothing! (NOP) ; ; Type (Normal/Delay) ; -------- -------- -------- 000--00- No Delay/Normal - If the cheat is in the active list it is poked at a rate of once every frame ; -------- -------- -------- 001--00- 1 Sec Delay - If the cheat is in the active list it is poked at a rate of once every one second ; -------- -------- -------- 010--00- 2 Secs Delay - If the cheat is in the active list it is poked at a rate of once every two seconds ; -------- -------- -------- 011--00- 3 Secs Delay - If the cheat is in the active list it is poked at a rate of once every three seconds ; -------- -------- -------- 100--00- 4 Secs Delay - If the cheat is in the active list it is poked at a rate of once every four seconds ; -------- -------- -------- 101--00- 5 Secs Delay - If the cheat is in the active list it is poked at a rate of once every five seconds ; -------- -------- -------- 110--00- 6 Secs Delay - If the cheat is in the active list it is poked at a rate of once every six seconds ; -------- -------- -------- 111--00- 7 Secs Delay - If the cheat is in the active list it is poked at a rate of once every seven seconds ; ; Type (Wait for Modification) ; -------- -------- -------- 000--01- No Delay - If the cheat is in the active list it is poked as soon as it changes ; -------- -------- -------- 001--01- 1 Sec Delay - If the cheat is in the active list it is poked one second after it has changed ; -------- -------- -------- 010--01- 2 Secs Delay - If the cheat is in the active list it is poked two seconds after it has changed ; -------- -------- -------- 011--01- 3 Secs Delay - If the cheat is in the active list it is poked three seconds after it has changed ; -------- -------- -------- 100--01- 4 Secs Delay - If the cheat is in the active list it is poked four seconds after it has changed ; -------- -------- -------- 101--01- 5 Secs Delay - If the cheat is in the active list it is poked five seconds after it has changed ; -------- -------- -------- 110--01- 6 Secs Delay - If the cheat is in the active list it is poked six seconds after it has changed ; -------- -------- -------- 111--01- 7 Secs Delay - If the cheat is in the active list it is poked seven seconds after it has changed ; ; Type (Ignore if Decrementing) ; -------- -------- -------- 000--10- Any Decrement - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented at ALL ; -------- -------- -------- 001--10- Decrement by 1 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 1 ; -------- -------- -------- 010--10- Decrement by 2 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 2 ; -------- -------- -------- 011--10- Decrement by 3 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 3 ; -------- -------- -------- 100--10- Decrement by 4 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 4 ; -------- -------- -------- 101--10- Decrement by 5 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 5 ; -------- -------- -------- 110--10- Decrement by 6 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 6 ; -------- -------- -------- 111--10- Decrement by 7 - If the cheat is in the active list it is poked as long as the value in the address hasn't decremented by exactly 7 ; ; Type (Watchpoint) {These cannot be linked and must be permanent} [See 'Watches' below to see how to use the data field for more power!] ; -------- -------- -------- 000--11- Hex & No Label - A watchpoint with a hexadecimal display is placed on the location & there is no label ; -------- -------- -------- 001--11- Dec & No Label - A watchpoint with a decimal display is placed on the location & there is no label ; -------- -------- -------- 010--11- Bin & No Label - A watchpoint with a binary display is placed on the location & there is no label ; -------- -------- -------- 011--11- ASCII & No Label - A watchpoint with a ASCII display is placed on the location & there is no label ; -------- -------- -------- 100--11- Hex & Label - A watchpoint with a hexadecimal display is placed on the location & the label is copied from the comment field ; -------- -------- -------- 101--11- Dec & Label - A watchpoint with a decimal display is placed on the location & the label is copied from the comment field ; -------- -------- -------- 110--11- Bin & Label - A watchpoint with a binary display is placed on the location & the label is copied from the comment field ; -------- -------- -------- 111--11- ASCII & Label - A watchpoint with a ASCII display is placed on the location & the label is copied from the comment field ; ; User-Selected Value (let the user select the poking value at runtime - can not be used in a list cheat) ; -------- -------- ----0001 -------- The user selects a decimal value from 0 to byte (display : 0 to byte) ; -------- -------- ----0011 -------- The user selects a decimal value from 0 to byte (display : 1 to byte+1) ; -------- -------- ----0101 -------- The user selects a decimal value from 1 to byte (display : 1 to byte) ; -------- -------- ----0111 -------- The user selects a decimal value from 1 to byte (display : 1 to byte+1) ; -------- -------- ----1001 -------- The user selects a BCD value from 0 to byte (display : 0 to byte) ; -------- -------- ----1011 -------- The user selects a BCD value from 0 to byte (display : 1 to byte+1) ; -------- -------- ----1101 -------- The user selects a BCD value from 1 to byte (display : 1 to byte) ; -------- -------- ----1111 -------- The user selects a BCD value from 1 to byte (display : 1 to byte+1) ; ; Prefill (Prefills a location with a value before looking at it - always used in conjunction with 'Wait for Modification') ; -------- -------- --00---- -------- No Prefill used (normal) ; -------- -------- --01---- -------- Prefill with 0xFF - pokes the location with $FF ONCE before anything else! (if prefill is used this should be the default) ; -------- -------- --10---- -------- Prefill with 0x00 - pokes the location with $00 ONCE before anything else! ; -------- -------- --11---- -------- Prefill with 0x01 - pokes the location with $01 ONCE before anything else! ; ; Link/Options ; -------- -------- -1------ -------- Don't add to list - makes sure this cheat doesn't show up in the list, use with pre-enable & Assign Activation Key & CPU Overclock. ; -------- -------0 -------- -------- Single Part/First Cheat in Linked Cheat - A single part or first part of a linked cheat ; -------- ------01 -------- -------- Linked\List & Use Value Field - Links this cheat to the previous 'Single Part/First Cheat in Linked Cheat' in the cheat file, value field is used as the poking value ; -------- ------11 -------- -------- Linked\List & Copy Previous Value - Links this cheat to the previous 'Single Part/First Cheat in Linked Cheat' in ; the cheat file, the value for this cheat is determined by taking the value read from the previous cheat and adding ; the value stored in the data field. ; ; Bytes Used ; -------- --00---- -------- -------- Bytes to Poke = 1 - The address is poked with a byte (8 bit) value ; -------- --01---- -------- -------- Bytes to Poke = 2 - The address is poked with 2 bytes (16 bit) value ; -------- --10---- -------- -------- Bytes to Poke = 3 - The address is poked with 3 bytes (24 bit) value ; -------- --11---- -------- -------- Bytes to Poke = 4 - The address is poked with 4 bytes (32 bit) value ; ; Endianness ; -------- -0------ -------- -------- Same endianness as target processor/Generic Locations are big endian ; -------- -1------ -------- -------- Different endianness as target processor/Generic Locations are little endian ; ; Restore previous value on disable (this should always be used with non one-shot ROM cheats) ; -------- 1------- -------- -------- Restore previous value on disable - Returns the value being poked to it's original value on cheat switch OFF. ; ; Location/ Effective Address ; 000xxxxx -------- -------- -------- Standard Memory - This cheat will write into 'normal' memory, xxxxx denotes the CPU index. ; 001xxxxx -------- -------- -------- Memory Region - This cheat can often be used to write over ROM locations. xxxxx denotes the ROM region. Use with 'Restore previous value on disable' in normal circumstances! ; 010xxxxx -------- -------- -------- Write Handler Mapped Memory - This cheat will write into the driver declaration of the memory. xxxxx denotes the CPU index. ; 100xxx00 -------- -------- -------- Relative Address (CPU) with 8 bit address size - This cheat allows you to write indirect to memory using a 8 bit base address and an index, ie dynamic cheats! xxx denotes the CPU index [REDUNDANT DUE TO 8 BIT ADDRESS SIZE] ; 100xxx01 -------- -------- -------- Relative Address (CPU) with 16 bit address size - This cheat allows you to write indirect to memory using a 16 bit base address and an index, ie dynamic cheats! xxx denotes the CPU index ; 100xxx10 -------- -------- -------- Relative Address (CPU) with 24 bit address size - This cheat allows you to write indirect to memory using a 24 bit base address and an index, ie dynamic cheats! xxx denotes the CPU index ; 100xxx11 -------- -------- -------- Relative Address (CPU) with 32 bit address size - This cheat allows you to write indirect to memory using a 32 bit base address and an index, ie dynamic cheats! xxx denotes the CPU index [Normally used - others all redundant really] ; Note: Relative Address cheats all use an implicit mask of FFFFFFFF. So any other operation (including watch) other than Set/Clear will return a no-op. ; 101----- -------- -------- -------- Unused! ; 110----- -------- -------- -------- Unused! ; 111----- -------- -------- -------- Unused! ; ; Custom Cheat Types ; 01100000 00000000 00000000 00000000 Comment in Cheat List - if it's a comment cheat it's not linkable or selectable so it can't be ganged with other cheat flags. ; 01100001 -------- -------- -------- EEPROM - This cheat will allow writing into EEPROM ; 01100010 00000000 00000000 0000000- Header Cheat in a Select from List cheat - first cheat in a list type cheat. LSB should be set for info purposes. Value & Address fields should = 0 ; 01100011 -------0 -1------ -------- Assign Activation Key - see 'Assign Activation Key' below ; 01100100 -------0 -1------ -------- Pre-Enable - see 'Pre-Enable' below ; 01100101 -------0 -1------ -------- CPU Overclock - see 'Overclock' below ; 01100110 -------- -------- -------- Unused ; 01100111 -------- -------- -------- Unused ; 01101000 -------- -------- -------- Unused ; 01101001 -------- -------- -------- Unused ; 01101010 -------- -------- -------- Unused ; 01101011 -------- -------- -------- Unused ; 01101100 -------- -------- -------- Unused ; 01101101 -------- -------- -------- Unused ; 01101110 -------- -------- -------- Unused ; 01101111 -------- -------- -------- Unused ; 01110000 -------- -------- -------- Unused ; 01110001 -------- -------- -------- Unused ; 01110010 -------- -------- -------- Unused ; 01110011 -------- -------- -------- Unused ; 01110100 -------- -------- -------- Unused ; 01110101 -------- -------- -------- Unused ; 01110110 -------- -------- -------- Unused ; 01110111 -------- -------- -------- Unused ; 01111000 -------- -------- -------- Unused ; 01111001 -------- -------- -------- Unused ; 01111010 -------- -------- -------- Unused ; 01111011 -------- -------- -------- Unused ; 01111100 -------- -------- -------- Unused ; 01111101 -------- -------- -------- Unused ; 01111110 -------- -------- -------- Unused ; 01111111 -------- -------- -------- Unused ; ; Free Bit (anybody got any ideas how to use this or the unused custom cheats above?). ; -------- -------- 0------- -------- Unused ; -------- -------- 1------- -------- Unused (earmarked as 'add as extend for previous cheat', unknown status) ; ; ; Extended Data Field: ; ==================== ; ; [ Write with Mask ] The field will store a mask containing which bits are modified by the operation. For normal operation, ; set the mask to 0xFFFFFFFF and only change it if you actually need to! ; Example code: data = (data & ~mask) | (input & mask); ; ; [ Force Range ] This field will store the allowed range of values, or the limit value (if a 24 or 32 bit value is being poked) ; ; 8 bit writes: 0x0000AABB ; 16 bit writes: 0xAAAABBBB ; 24 bit writes: 0x00CCCCCC ; 32 bit writes: 0xCCCCCCCC ; ; AA = minimum value accepted BB = maximum value accepted ; CC = limit value, operation parameters selects max or min limit ; ; [ Add/Subtract ] The field will store either the minimum or maximum boundary for modification, depending on the operation parameter. ; ; [ Relative Address ] The extend data field will store the the signed offset to be applied to the address read. Because of this, any operation ; using the extend data field may have interesting results. Use the special set/clear bits operations instead of a masked ; write. ; ; Information About the New Types of Cheats: ; ========================================== ; ; Select Cheat Type: (01100010 -------0 -------- --------) 0x62000000 ; ; This may be used only as the first cheat of a linked cheat. In the "Enable/Disable Cheat" menu, instead of simple ; listing On/Off or Set as the menu option, the engine will list the name fields of each of the subcheats. If the ; current selected subcheat is a one-shot cheat, pressing Enter will activate the currently selected subcheat. If ; the subcheat is an on/off cheat, the currently selected subcheat (and only that subcheat) will be activated. ; ; Assign Activation Key: (01100011 -------- -1------ --------) 0x63004000 ; ; Assigns an activation key to a cheat. Put the index of the cheat you want to modify in the address field, then put ; the key index in the data field. ; ; Example: to set the second cheat in the cheat list to activate when "Q" is pressed, add this cheat to the file:- ; :gamename:63004000:00000001:00000010:00000000: ; ; Key Index List: ; ; A = 00 Q = 10 6 = 20 F3 = 30 [ = 40 [/] = 50 CAPSLK = 60 ; B = 01 R = 11 7 = 21 F4 = 31 ] = 41 [*] = 51 LWIN = 61 ; C = 02 S = 12 8 = 22 F5 = 32 ENTER= 42 [-] = 52 RWIN = 62 ; D = 03 T = 13 9 = 23 F6 = 33 : = 43 [+] = 53 MENU = 63 ; E = 04 U = 14 [0] = 24 F7 = 34 ' = 44 [DEL] = 54 ; F = 05 V = 15 [1] = 25 F8 = 35 \ = 45 [ENT] = 55 ; G = 06 W = 16 [2] = 26 F9 = 36 \ = 46 PRTSCR = 56 ; H = 07 X = 17 [3] = 27 F10 = 37 , = 47 PAUSE = 57 ; I = 08 Y = 18 [4] = 28 F11 = 38 HOME = 48 LSHIFT = 58 ; J = 09 Z = 19 [5] = 29 F12 = 39 END = 49 RSHIFT = 59 ; K = 0A 0 = 1A [6] = 2A ESC = 3A PGUP = 4A LCTRL = 5A ; L = 0B 1 = 1B [7] = 2B ~ = 3B PGDN = 4B RCTRL = 5B ; M = 0C 2 = 1C [8] = 2C - = 3C LEFT = 4C LALT = 5C ; N = 0D 3 = 1D [9] = 2D = = 3D RIGHT =4D RALT = 5D ; O = 0E 4 = 1E F1 = 2E BACKSP = 3E UP = 4E SCRLLK = 5E ; P = 0F 5 = 1F F2 = 2F TAB = 3F DOWN = 4F NUMLK = 5F ; ; Pre-Enable: (01100100 -------- -1------ --------) 0x64004000 ; ; Enables a cheat on startup. Put the index of the cheat you want to enable in the address field. ; ; Example: to activate the eleventh cheat in the cheat list, add this cheat to the file: ; :gamename:64004000:0000000A:00000000:00000000: ; ; Overclock: (01100101 -------- -1------ --------) 0x65004000 ; ; Overclocks a CPU. Put the CPU index you want in the address field, and the overclocking amount in the data field. ; Use 16.16 fixed point notation for the overclocking amount. ; ; Example 1: overclocking CPU #0 by 200% ; :gamename:65004000:00000000:00020000:00000000: ; ; Example 2: overclocking CPU #3 by 125% ; :gamename:65004000:00000003:00014000:00000000: ; ; To convert a percent to 16.16 fixed point notation, take the percentage as a decimal value (eg. 65% = .65) and ; multiply it by 65536. Then, convert the value to hex. ; ; ; Watches: ; ======== ; ; You can specify options for watches using the data field. Specify fields like this: ; ; MSB LSB ; 33222222 22221111 11111100 00000000 ; 10987654 32109876 54321098 76543210 ; -------- -------- -------- xxxxxxxx number of elements - 1 ; -------- -------- xxxxxxxx -------- bytes to skip after each element ; -------- xxxxxxxx -------- -------- elements per line ; 0 = all on one line ; xxxxxxxx -------- -------- -------- signed value to add ; ; So, to make a watch on CPU1 address 0064407F with six elements, skipping three bytes after each element, ; showing two elements per line, you would do this: ; ; :gamename:00000006:0064407F:00020305:00000000: ; ; Notes: ; ; - if you want to have alist ofmany on/offsubcheats, include a "None"option, or there will be no way to disable the cheat ; - the engine will display "Press Enter to Activate Cheat" if a one-shot cheat is selected ; ; ; GENERAL NOTES ABOUT CHEAT DESCRIPTIONS AND WHAT THEY MEAN: ; ========================================================== ; 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! ; ;****************************************************************************** ;* ABOUT THE CHEAT DESCRIPTION FORMAT * ;****************************************************************************** ; ; This is how I order the cheats - I try and stick to it as often 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 (if applicable) ; section4 ; ; 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 cheats that are hard to button-hole and have fairly obscure ; effects on the game that only the diehard player of that game may really want. ; These sort of cheats can often be merged into section 2, though in some ; circumstances the sheer number of these cheats will seriously clutter out the ; normal everyday cheats (section 2). In that case they should be seperated into ; another section and the PL1 / PL2 seperation in that section should be maintained ; if possible. A perfect example would be kelvSYC's Move List Cheats. ; ; Section 4 contains any none cheat related things. Eg 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 (if Invincibilty doesn't turn off after a short while of disabling it then there should be seperate 'ON' and 'OFF' cheats) ; Always have this weapon ; Get this weapon Now! ; Play with this character Now! ; Select starting level ; Select current level ; Select next level ; ; And finally... ; ; kelvSYC's guide to using Move List Cheats ; ; This outlines the proper usage of the Move List Cheats found in some fighting ; games. A version of MAME newer than and including v.60 is required. ; ; A move list cheat is a cheat that allows you to do the special moves in ; fighting games at the touch of a button, or sometimes at a direction with a ; button. In most games, the status of a move, or how far you have done the ; move, is recorded in memory. Thus, it is possible to change these values so ; that a move is performed instantly with a button by setting the value at its ; maximum, or prevent a move from being performed by setting the value at its ; minimum value. On a more technical note, setting the values above the maximum ; will crash the game. ; ; In each move list cheat section, they will be divided by character. In each ; character's section, a cheat will be provided for special moves and supers. ; Most command attacks, however, are not provided with move list cheats. The ; name of the move is the name of the cheat, and by pressing Shift-Enter (Shift- ; Return on some keyboards) you will see how the move can be performed if the ; cheat was NOT on, as well as any notes regarding the usage of the move or the ; usage of the cheat. The move directions are printed first, followed by ; relevant notes on the move after the three hashes (###). ; ; General Guidelines for Using Move List Cheats ; ; - Only use cheats for one character at a time. In mshvsf and mvsc and their ; clones, you can set move list cheats for both characters on your team, but ; do not switch your team order before your match begins, as the wrong set of ; move list cheats will be applied to your two characters. ; - In aof, do not use more than one move list cheat, period. The cheat writes ; to the same addresses, but fills in different values, due to the way the ; game works. ; - Do not use move list cheats for two attacks that require the same button. ; For example, do not activate the cheat for the Hadou Ken and the Shoryuu Ken ; at the same time. On a technical note, what happens when this is made is ; that the move associated with the later address in the RAM (in this case, ; the Shoryuu Ken) will be performed. However, it can be possible to activate ; cheats that require different sets of buttons to be pressed. For example, ; in mshvsf, you can turn on a cheat for the Gou Hadou Ken, the Zankuu Hadou ; Ken, the Messatsu Gou Hadou HC, the forwards Ashura Senkuu, the Shun Goku ; Satsu HC, and the Tenma Gou Zankuu HC. when turning all those cheats on, ; pressing LP or MP on the ground with three stocks will perform the Gou Hadou ; Ken (as will pressing any punch button with less than three stocks), ; pressing any punch button in the air will perform a Zankuu Hadou Ken, ; pressing HP on the ground with three stocks will perform the Shun Goku Satsu ; HC (since the address with the Shun Goku Satsu is later than that of the Gou ; Hadou Ken), pressing two punch buttons in the air will perform the Tenma Gou ; Zankuu HC (assuming you have a stock), pressing two punch buttons on the ; ground will perfom the Messatsu Gou Hadou HC (assuming you have a stock), ; and pressing all three punch buttons will perform the Ashura Senkuu (which ; will make Akuma go full screen). This also applies with cheats that require ; a direction to be pressed. ; - Universal attacks are those that work for any character, with few exceptions ; (which are on a game by game basis). ; - Some cheats require the use of other cheats to work properly, and ; conversely, some cheats require the disabling of other cheats to work. For ; example, the cheat for Chun-Li's Hyakuretsu Kyaku in xmvsf requires either ; Chun-Li to be kicking when you are activating it or a value to be selected ; with the accompanied "Select strength" cheat. On the flip side, the usage ; of Gen's sh#t SC in sfa2 may crash the game unless other cheats are ; disabled. ; - Some cheats are given as one-shot cheats. For them to be of any use to you, ; you will have to assign an activation key to them. These are generally for ; moves that require the holding of a button for a certain period of time. ; ; Fighter Conventions for Move List Cheats ; ; All move list cheats have notes on how the move is performed. This section ; explains the notation that is used to describe how the move is performed. ; ; There are two kinds of fighter conventions used (more will follow as more ; games receive move list cheats). The first concerns itself with fighters on ; Neo-Geo hardware ("The Neo Fighter convention"), and the second concerns ; itself with fighters using six buttons ("The Street Fighter convention"). In ; both cases, the names of the buttons are in uppercase and the movements of ; your joystick are in lowercase. ; ; In both conventions, the joystick action is represented by one or more ; combinations of directions. d denotes down, u denotes up, b denotes moving ; away from your opponent, and f dentoes moveing towards your opponent. The ; four diagonal directions can then be expressed by putting the two letters ; together, starting with the vertical direction (ub, uf, db, df). ; ; In the Neo Fighter convention, the four buttons on your Neo-Geo system are ; denoted by A, B, C, and D, matching the buttons on your Neo-Geo system. ; "Start" denotes your start button. On Neo-Geo consoles, the "Select" button ; may serve as a substitute, as the Start button is used to pause the game. On ; games in which the layout resembles that of the Street Fighter convention, P ; and K denotes any strength of punch and kick, while multiples thereof ; represent multiples of punch and kick buttons. ; ; In the Street Fighter convention, the six buttons are divided into buttons of ; three strengths (light, medium, and heavy), and two actions (punch and kick). ; Thus, each button is represented by their strength and action (LP, LK, etc.). ; "Start" denotes the Start button on your system. ; ; There are operations that can be done with joysticks and buttons. Assuming an ; action named A and and action named B: ; ; - A,B denotes doing B after doing A, ; - A+B denotes doing A and B at the same time, ; - A* denotes doing A repeatedly, ; - *A denotes holding A for a period of time, (used for charge moves or hold- ; -and-release moves) ; - A|B denotes doing either A or B, but not both. ; ; Parentheses can also be used for grouping purposes in case of ambiguity. ; ; There are also special cases of joystick motion shorthand. In using the ; shorthand, it is assumed that the joystick moves in a smooth manner - that ; is, the same direction is not pressed twice unless explicitly said so. These ; shorthand joystick motions are: ; ; - qcf (d,df,f) ; - qcb (d,db,b) ; - -qcf (f,df,d) ; - -qcb (b,db,d) ; - hcf (b,db,d,df,f) ; - hcb (f,df,d,db,b) ; - dp (f,d,df) ; - rdp (b,d,db) ; - 360 (Turning your joystick, starting at any cardinal direction, and turning ; until all four cardinal directions are covered. Multiples of 360 denotes ; the number of times you have to do this.) ; ; In most cases, you will find that the moves do not accurately reflect how the ; move should be done. For example, in newer games, it's possible to do a Hadou ; Ken in one of many ways - qcf+P (which is traditional), qcf,P, or even hold ; P,qcf,release P. Although there are efforts to verify that the correct motion ; of the move through the game, note that for traditional purposes, the case ; where joystick motion is accompanied by a button press will always use "+". ; ; There are other notations that accompany each move, sometimes in the name, ; sometimes in the directions. These vary from game to game, and can be better ; explained in the section dealing with the game. ; ;****************************************************************************** ;****************************************************************************** ;* * ;* Main Cheats - Base Reference of MAME 0.81 * ;* ONLY CHEATS FOR GAMES IN THE *RELEASED* MAME 0.81 BINARY GO HERE * ;* START OF MAME 0.81 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:E145:00:000:Always have the Thunder Bomb:The normal 'smart bomb' effect a sort of Thunder MegaCrush 1943:0:E145:01:000:Always have the Tsunami Bomb:The alternative 'smart bomb' efect a sort of Tsunami (Tidal Wave) MegaCrush 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:F2D7: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:E145:00:000:Always have the Thunder Bomb:The normal 'smart bomb' effect a sort of Thunder MegaCrush 1943j:0:E145:01:000:Always have the Tsunami Bomb:The alternative 'smart bomb' efect a sort of Tsunami (Tidal Wave) MegaCrush 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:F2D7: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 - Midway Kaisen ] 1943kai:0:E312:09:000:Infinite Credits 1943kai:0:E12B:11:000:Infinite Loops 1943kai:0:E451:08:061:Select next level 1943kai:0:E145:00:000:Always have the Thunder Bomb:The normal 'smart bomb' effect a sort of Thunder MegaCrush 1943kai:0:E145:01:000:Always have the Tsunami Bomb:The alternative 'smart bomb' efect a sort of Tsunami (Tidal Wave) MegaCrush 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:F2D7: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) ; [ 1944: The Loop Master (US 000620) ] 1944:0:921D51:09:000:Infinite Credits 1944:0:9221A9:0E:071:Select Current Stage (Buggy!):Do not use this cheat unless you have to it's not working properly yet 1944:0:9226A5:4B:000:Infinite Energy PL1 1944:0:922405:0A:000:Infinite Bombs PL1 1944:0:9226EF:02:000:Invincibility PL1 1944:0:9228EF:02:500:Invincibility PL1 (2/3):Part 1 Main, Part 2 Left, Part 3 Right 1944:0:9229EF:02:500:Invincibility PL1 (3/3) 1944:0:922429:03:000:Maximum Fire Power PL1 1944:0:922419:B6:000:Always Maximum Charge PL1 1944:0:9223FB:63:000:Infinite Side Arm Stock PL1 1944:0:9223FD:64:000:Maximum Gold PL1 1944:0:92242E:00:000:Laser never overheats PL1 1944:0:92241B:FF:000:Always have Charge Shot PL1 1944:0:9227A5:4B:000:Infinite Energy PL2 1944:0:922505:0A:000:Infinite Bombs PL2 1944:0:9227EF:02:000:Invincibility PL2 1944:0:9229EF:02:500:Invincibility PL2 (2/3):Part 1 Main, Part 2 Left, Part 3 Right 1944:0:922AEF:02:500:Invincibility PL2 (3/3) 1944:0:922529:03:000:Maximum Fire Power PL2 1944:0:922519:B6:000:Always Maximum Charge PL2 1944:0:9224FB:63:000:Infinite Side Arm Stock PL2 1944:0:9224FD:64:000:Maximum Gold PL2 1944:0:92252E:00:000:Laser never overheats PL2 1944:0:92251B:FF:000:Always have Charge Shot PL2 ; [ 1944: The Loop Master (Japan 000620) ] 1944j:0:921D51:09:000:Infinite Credits 1944j:0:9221A9:0E:071:Select Current Stage (Buggy!):Do not use this cheat unless you have to it's not working properly yet 1944j:0:9226A5:4B:000:Infinite Energy PL1 1944j:0:922405:0A:000:Infinite Bombs PL1 1944j:0:9226EF:02:000:Invincibility PL1 1944j:0:9228EF:02:500:Invincibility PL1 (2/3):Part 1 Main, Part 2 Left, Part 3 Right 1944j:0:9229EF:02:500:Invincibility PL1 (3/3) 1944j:0:922429:03:000:Maximum Fire Power PL1 1944j:0:922419:B6:000:Always Maximum Charge PL1 1944j:0:9223FB:63:000:Infinite Side Arm Stock PL1 1944j:0:9223FD:64:000:Maximum Gold PL1 1944j:0:92242E:00:000:Laser never overheats PL1 1944j:0:92241B:FF:000:Always have Charge Shot PL1 1944j:0:9227A5:4B:000:Infinite Energy PL2 1944j:0:922505:0A:000:Infinite Bombs PL2 1944j:0:9227EF:02:000:Invincibility PL2 1944j:0:9229EF:02:500:Invincibility PL2 (2/3):Part 1 Main, Part 2 Left, Part 3 Right 1944j:0:922AEF:02:500:Invincibility PL2 (3/3) 1944j:0:922529:03:000:Maximum Fire Power PL2 1944j:0:922519:B6:000:Always Maximum Charge PL2 1944j:0:9224FB:63:000:Infinite Side Arm Stock PL2 1944j:0:9224FD:64:000:Maximum Gold PL2 1944j:0:92252E:00:000:Laser never overheats PL2 1944j:0:92251B:FF:000:Always have Charge Shot PL2 ; [ 19XX: The War Against Destiny (US 951207) ] 19xx:0:FF4D15:09:000:Infinite Credits 19xx:0:FF4DD4:06:071:Select the Starting Level:Use on ship select screen. NOTE, Level 7 is usually linked from level 6 - ignore the strange effect if you jump directly to it. 19xx:0:FF82EC:06:000:Infinite Lives PL1 19xx:0:FF8305:06:000:Infinite Bombs PL1 19xx:0:FF8244:02:000:Invincibility PL1 19xx:0:FF82F2:FF:500:Invincibility PL1 (2/2) 19xx:0:FF82F1:04:000:Always have Shot PL1 19xx:0:FF82F1:08:000:Always have 3-way PL1 19xx:0:FF82F1:0C:000:Always have Shell PL1 19xx:0:FF82F1:04:001:Get Shot Now! PL1 19xx:0:FF82F1:08:001:Get 3-way Now! PL1 19xx:0:FF82F1:0C:001:Get Shell Now! PL1 19xx:0:FF830F:02:000:Always have Max Bomb Power PL1 19xx:0:FF8328:1D:001:Get Level Max Now! PL1 19xx:0:FF8328:63:000:Always Max Bonus PL1 19xx:0:FF8337:FF:000:Always have Power up PL1 19xx:0:FF8247:00:001:Plane = Lightning Now! PL1:You will need to die or complete the level to see any effect 19xx:0:FF8247:01:001:Plane = Sinden Now! PL1:You will need to die or complete the level to see any effect 19xx:0:FF8247:02:001:Plane = Mosquito Now! PL1:You will need to die or complete the level to see any effect 19xx:0:FF83EC:06:000:Infinite Lives PL2 19xx:0:FF8405:06:000:Infinite Bombs PL2 19xx:0:FF8344:02:000:Invincibility PL2 19xx:0:FF83F2:FF:500:Invincibility PL2 (2/2) 19xx:0:FF83F1:04:000:Always have Shot PL2 19xx:0:FF83F1:08:000:Always have 3-way PL2 19xx:0:FF83F1:0C:000:Always have Shell PL2 19xx:0:FF83F1:04:001:Get Shot Now! PL2 19xx:0:FF83F1:08:001:Get 3-way Now! PL2 19xx:0:FF83F1:0C:001:Get Shell Now! PL2 19xx:0:FF840F:02:000:Always have Max Bomb Power PL2 19xx:0:FF8428:1D:001:Get Level Max Now! PL2 19xx:0:FF8428:63:000:Always Max Bonus PL2 19xx:0:FF8437:FF:000:Always have Power up PL2 19xx:0:FF8347:00:001:Plane = Lightning Now! PL2:You will need to die or complete the level to see any effect 19xx:0:FF8347:01:001:Plane = Sinden Now! PL2:You will need to die or complete the level to see any effect 19xx:0:FF8347:02:001:Plane = Mosquito Now! PL2:You will need to die or complete the level to see any effect 19xx:0:000000:00:999:[These are the codes to set the ] 19xx:0:000000:00:999:[machine region - the ] 19xx:0:000000:00:999:[effectiveness may vary! You have] 19xx:0:000000:00:999:[to enable these ASAP - ON or ] 19xx:0:000000:00:999:[before the ROM check screen!! ] 19xx:0:FF4D6E:00:000:Region Switch = Japan 19xx:0:FF4D6E:01:000:Region Switch = USA 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 (Asia 951207) ] 19xxa:0:FF4D15:09:000:Infinite Credits 19xxa:0:FF4DD4:06:071:Select the Starting Level:Use on ship select screen. NOTE, Level 7 is usually linked from level 6 - ignore the strange effect if you jump directly to it. 19xxa:0:FF82EC:06:000:Infinite Lives PL1 19xxa:0:FF8305:06:000:Infinite Bombs PL1 19xxa:0:FF8244:02:000:Invincibility PL1 19xxa:0:FF82F2:FF:500:Invincibility PL1 (2/2) 19xxa:0:FF82F1:04:000:Always have Shot PL1 19xxa:0:FF82F1:08:000:Always have 3-way PL1 19xxa:0:FF82F1:0C:000:Always have Shell PL1 19xxa:0:FF82F1:04:001:Get Shot Now! PL1 19xxa:0:FF82F1:08:001:Get 3-way Now! PL1 19xxa:0:FF82F1:0C:001:Get Shell Now! PL1 19xxa:0:FF830F:02:000:Always have Max Bomb Power PL1 19xxa:0:FF8328:1D:001:Get Level Max Now! PL1 19xxa:0:FF8328:63:000:Always Max Bonus PL1 19xxa:0:FF8337:FF:000:Always have Power up PL1 19xxa:0:FF8247:00:001:Plane = Lightning Now! PL1:You will need to die or complete the level to see any effect 19xxa:0:FF8247:01:001:Plane = Sinden Now! PL1:You will need to die or complete the level to see any effect 19xxa:0:FF8247:02:001:Plane = Mosquito Now! PL1:You will need to die or complete the level to see any effect 19xxa:0:FF83EC:06:000:Infinite Lives PL2 19xxa:0:FF8405:06:000:Infinite Bombs PL2 19xxa:0:FF8344:02:000:Invincibility PL2 19xxa:0:FF83F2:FF:500:Invincibility PL2 (2/2) 19xxa:0:FF83F1:04:000:Always have Shot PL2 19xxa:0:FF83F1:08:000:Always have 3-way PL2 19xxa:0:FF83F1:0C:000:Always have Shell PL2 19xxa:0:FF83F1:04:001:Get Shot Now! PL2 19xxa:0:FF83F1:08:001:Get 3-way Now! PL2 19xxa:0:FF83F1:0C:001:Get Shell Now! PL2 19xxa:0:FF840F:02:000:Always have Max Bomb Power PL2 19xxa:0:FF8428:1D:001:Get Level Max Now! PL2 19xxa:0:FF8428:63:000:Always Max Bonus PL2 19xxa:0:FF8437:FF:000:Always have Power up PL2 19xxa:0:FF8347:00:001:Plane = Lightning Now! PL2:You will need to die or complete the level to see any effect 19xxa:0:FF8347:01:001:Plane = Sinden Now! PL2:You will need to die or complete the level to see any effect 19xxa:0:FF8347:02:001:Plane = Mosquito Now! PL2:You will need to die or complete the level to see any effect 19xxa:0:000000:00:999:[These are the codes to set the ] 19xxa:0:000000:00:999:[machine region - the ] 19xxa:0:000000:00:999:[effectiveness may vary! You have] 19xxa:0:000000:00:999:[to enable these ASAP - ON or ] 19xxa:0:000000:00:999:[before the ROM check screen!! ] 19xxa:0:FF4D6E:00:000:Region Switch = Japan 19xxa:0:FF4D6E:01:000:Region Switch = USA 19xxa:0:FF4D6E:02:000:Region Switch = Asia 19xxa:0:FF4D6E:03:000:Region Switch = Hispanic 19xxa:0:FF4D6E:04:000:Region Switch = Euro 19xxa:0:FF4D6E:05:000:Region Switch = Brazil ; [ 19XX: The War Against Destiny (Hispanic 951218) ] 19xxh:0:FF4D15:09:000:Infinite Credits 19xxh:0:FF4DD4:06:071:Select the Starting Level:Use on ship select screen. NOTE, Level 7 is usually linked from level 6 - ignore the strange effect if you jump directly to it. 19xxh:0:FF82EC:06:000:Infinite Lives PL1 19xxh:0:FF8305:06:000:Infinite Bombs PL1 19xxh:0:FF8244:02:000:Invincibility PL1 19xxh:0:FF82F2:FF:500:Invincibility PL1 (2/2) 19xxh:0:FF82F1:04:000:Always have Shot PL1 19xxh:0:FF82F1:08:000:Always have 3-way PL1 19xxh:0:FF82F1:0C:000:Always have Shell PL1 19xxh:0:FF82F1:04:001:Get Shot Now! PL1 19xxh:0:FF82F1:08:001:Get 3-way Now! PL1 19xxh:0:FF82F1:0C:001:Get Shell Now! PL1 19xxh:0:FF830F:02:000:Always have Max Bomb Power PL1 19xxh:0:FF8328:1D:001:Get Level Max Now! PL1 19xxh:0:FF8328:63:000:Always Max Bonus PL1 19xxh:0:FF8337:FF:000:Always have Power up PL1 19xxh:0:FF8247:00:001:Plane = Lightning Now! PL1:You will need to die or complete the level to see any effect 19xxh:0:FF8247:01:001:Plane = Sinden Now! PL1:You will need to die or complete the level to see any effect 19xxh:0:FF8247:02:001:Plane = Mosquito Now! PL1:You will need to die or complete the level to see any effect 19xxh:0:FF83EC:06:000:Infinite Lives PL2 19xxh:0:FF8405:06:000:Infinite Bombs PL2 19xxh:0:FF8344:02:000:Invincibility PL2 19xxh:0:FF83F2:FF:500:Invincibility PL2 (2/2) 19xxh:0:FF83F1:04:000:Always have Shot PL2 19xxh:0:FF83F1:08:000:Always have 3-way PL2 19xxh:0:FF83F1:0C:000:Always have Shell PL2 19xxh:0:FF83F1:04:001:Get Shot Now! PL2 19xxh:0:FF83F1:08:001:Get 3-way Now! PL2 19xxh:0:FF83F1:0C:001:Get Shell Now! PL2 19xxh:0:FF840F:02:000:Always have Max Bomb Power PL2 19xxh:0:FF8428:1D:001:Get Level Max Now! PL2 19xxh:0:FF8428:63:000:Always Max Bonus PL2 19xxh:0:FF8437:FF:000:Always have Power up PL2 19xxh:0:FF8347:00:001:Plane = Lightning Now! PL2:You will need to die or complete the level to see any effect 19xxh:0:FF8347:01:001:Plane = Sinden Now! PL2:You will need to die or complete the level to see any effect 19xxh:0:FF8347:02:001:Plane = Mosquito Now! PL2:You will need to die or complete the level to see any effect 19xxh:0:000000:00:999:[These are the codes to set the ] 19xxh:0:000000:00:999:[machine region - the ] 19xxh:0:000000:00:999:[effectiveness may vary! You have] 19xxh:0:000000:00:999:[to enable these ASAP - ON or ] 19xxh:0:000000:00:999:[before the ROM check screen!! ] 19xxh:0:FF4D6E:00:000:Region Switch = Japan 19xxh:0:FF4D6E:01:000:Region Switch = USA 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:FF4DD4:06:071:Select the Starting Level:Use on ship select screen. NOTE, Level 7 is usually linked from level 6 - ignore the strange effect if you jump directly to it. 19xxj:0:FF82EC:06:000:Infinite Lives PL1 19xxj:0:FF8305:06:000:Infinite Bombs PL1 19xxj:0:FF8244:02:000:Invincibility PL1 19xxj:0:FF82F2:FF:500:Invincibility PL1 (2/2) 19xxj:0:FF82F1:04:000:Always have Shot PL1 19xxj:0:FF82F1:08:000:Always have 3-way PL1 19xxj:0:FF82F1:0C:000:Always have Shell PL1 19xxj:0:FF82F1:04:001:Get Shot Now! PL1 19xxj:0:FF82F1:08:001:Get 3-way Now! PL1 19xxj:0:FF82F1:0C:001:Get Shell Now! PL1 19xxj:0:FF830F:02:000:Always have Max Bomb Power PL1 19xxj:0:FF8328:1D:001:Get Level Max Now! PL1 19xxj:0:FF8328:63:000:Always Max Bonus PL1 19xxj:0:FF8337:FF:000:Always have Power up PL1 19xxj:0:FF8247:00:001:Plane = Lightning Now! PL1:You will need to die or complete the level to see any effect 19xxj:0:FF8247:01:001:Plane = Sinden Now! PL1:You will need to die or complete the level to see any effect 19xxj:0:FF8247:02:001:Plane = Mosquito Now! PL1:You will need to die or complete the level to see any effect 19xxj:0:FF83EC:06:000:Infinite Lives PL2 19xxj:0:FF8405:06:000:Infinite Bombs PL2 19xxj:0:FF8344:02:000:Invincibility PL2 19xxj:0:FF83F2:FF:500:Invincibility PL2 (2/2) 19xxj:0:FF83F1:04:000:Always have Shot PL2 19xxj:0:FF83F1:08:000:Always have 3-way PL2 19xxj:0:FF83F1:0C:000:Always have Shell PL2 19xxj:0:FF83F1:04:001:Get Shot Now! PL2 19xxj:0:FF83F1:08:001:Get 3-way Now! PL2 19xxj:0:FF83F1:0C:001:Get Shell Now! PL2 19xxj:0:FF840F:02:000:Always have Max Bomb Power PL2 19xxj:0:FF8428:1D:001:Get Level Max Now! PL2 19xxj:0:FF8428:63:000:Always Max Bonus PL2 19xxj:0:FF8437:FF:000:Always have Power up PL2 19xxj:0:FF8347:00:001:Plane = Lightning Now! PL2:You will need to die or complete the level to see any effect 19xxj:0:FF8347:01:001:Plane = Sinden Now! PL2:You will need to die or complete the level to see any effect 19xxj:0:FF8347:02:001:Plane = Mosquito Now! PL2:You will need to die or complete the level to see any effect 19xxj:0:000000:00:999:[These are the codes to set the ] 19xxj:0:000000:00:999:[machine region - the ] 19xxj:0:000000:00:999:[effectiveness may vary! You have] 19xxj:0:000000:00:999:[to enable these ASAP - ON or ] 19xxj:0:000000:00:999:[before the ROM check screen!! ] 19xxj:0:FF4D6E:00:000:Region Switch = Japan 19xxj:0:FF4D6E:01:000:Region Switch = USA 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:FF4DD4:06:071:Select the Starting Level:Use on ship select screen. NOTE, Level 7 is usually linked from level 6 - ignore the strange effect if you jump directly to it. 19xxjr1:0:FF82EC:06:000:Infinite Lives PL1 19xxjr1:0:FF8305:06:000:Infinite Bombs PL1 19xxjr1:0:FF8244:02:000:Invincibility PL1 19xxjr1:0:FF82F2:FF:500:Invincibility PL1 (2/2) 19xxjr1:0:FF82F1:04:000:Always have Shot PL1 19xxjr1:0:FF82F1:08:000:Always have 3-way PL1 19xxjr1:0:FF82F1:0C:000:Always have Shell PL1 19xxjr1:0:FF82F1:04:001:Get Shot Now! PL1 19xxjr1:0:FF82F1:08:001:Get 3-way Now! PL1 19xxjr1:0:FF82F1:0C:001:Get Shell Now! PL1 19xxjr1:0:FF830F:02:000:Always have Max Bomb Power PL1 19xxjr1:0:FF8328:1D:001:Get Level Max Now! PL1 19xxjr1:0:FF8328:63:000:Always Max Bonus PL1 19xxjr1:0:FF8337:FF:000:Always have Power up PL1 19xxjr1:0:FF8247:00:001:Plane = Lightning Now! PL1:You will need to die or complete the level to see any effect 19xxjr1:0:FF8247:01:001:Plane = Sinden Now! PL1:You will need to die or complete the level to see any effect 19xxjr1:0:FF8247:02:001:Plane = Mosquito Now! PL1:You will need to die or complete the level to see any effect 19xxjr1:0:FF83EC:06:000:Infinite Lives PL2 19xxjr1:0:FF8405:06:000:Infinite Bombs PL2 19xxjr1:0:FF8344:02:000:Invincibility PL2 19xxjr1:0:FF83F2:FF:500:Invincibility PL2 (2/2) 19xxjr1:0:FF83F1:04:000:Always have Shot PL2 19xxjr1:0:FF83F1:08:000:Always have 3-way PL2 19xxjr1:0:FF83F1:0C:000:Always have Shell PL2 19xxjr1:0:FF83F1:04:001:Get Shot Now! PL2 19xxjr1:0:FF83F1:08:001:Get 3-way Now! PL2 19xxjr1:0:FF83F1:0C:001:Get Shell Now! PL2 19xxjr1:0:FF840F:02:000:Always have Max Bomb Power PL2 19xxjr1:0:FF8428:1D:001:Get Level Max Now! PL2 19xxjr1:0:FF8428:63:000:Always Max Bonus PL2 19xxjr1:0:FF8437:FF:000:Always have Power up PL2 19xxjr1:0:FF8347:00:001:Plane = Lightning Now! PL2:You will need to die or complete the level to see any effect 19xxjr1:0:FF8347:01:001:Plane = Sinden Now! PL2:You will need to die or complete the level to see any effect 19xxjr1:0:FF8347:02:001:Plane = Mosquito Now! PL2:You will need to die or complete the level to see any effect 19xxjr1:0:000000:00:999:[These are the codes to set the ] 19xxjr1:0:000000:00:999:[machine region - the ] 19xxjr1:0:000000:00:999:[effectiveness may vary! You have] 19xxjr1:0:000000:00:999:[to enable these ASAP - ON or ] 19xxjr1:0:000000:00:999:[before the ROM check screen!! ] 19xxjr1:0:FF4D6E:00:000:Region Switch = Japan 19xxjr1:0:FF4D6E:01:000:Region Switch = USA 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:1000C1:64:000:Infinite Continues 2020bb:0:1000C0:16:000:Infinite Total Outs 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 the world ] 2020bb:0:000000:00:999:[ 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) ] 2020bba:0:1000C1:64:000:Infinite Continues 2020bba:0:1000C0:16:000:Infinite Total Outs 2020bba:0:104290:59:000:Infinite Game Time 2020bba:0:101986:00:000:Infinite Strikes 2020bba:0:101987:00:000:Infinite Balls 2020bba:0:101988:00:000:Infinite Outs 2020bba:0:101986:02:001:Make the next Strike = 3 Now! 2020bba:0:101988:03:001:Quick Change Now! 2020bba:0:105BA4:02:000:Infinite Select Time 2020bba:0:10198B:00:000:Player 2 Score = 0 2020bba:0:10170B:00:500:Player 2 Score = 0 (2/2) 2020bba:0:101989:11:001:Bottom of Ninth 2020bba:0:101709:11:501:Bottom of Ninth (2/2) 2020bba:0:101709:10:001:Top of Ninth 2020bba:0:101989:10:501:Top of Ninth (2/2) 2020bba:0:000000:00:999:[ These 2 cheats work only in the world ] 2020bba:0:000000:00:999:[ series (game 16). ] 2020bba:0:103A0B:00:000:Player 2 Score = 0 WS 2020bba:0:103A09:11:001:Bottom of Ninth WS ; [ 2020 Super Baseball (set 3) ] 2020bbh:0:1000C1:64:000:Infinite Continues 2020bbh:0:1000C0:16:000:Infinite Total Outs 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 the world ] 2020bbh:0:000000:00:999:[ 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:10A19E:09:000:Infinite Time 3countb:0:10A19F:59:500:Infinite Time (2/2) :3countb:83000000:0010A06C:00000048:000000A9:Infinite Energy PL1 :3countb:83000001:0010A06C:00000000:000000A9:Drain All Energy Now! PL1 :3countb:83000000:0010A070:00000048:000000A9:Infinite Energy PL2 :3countb:83000001:0010A070:00000000:000000A9:Drain All Energy Now! PL2 ; [ 3-in-1 (SemiCom) ] 3in1semi:0:0000:00:999:[ There are no cheats ]:REASON 1 3in1semi:0:0000:00:999:[ for this game as it ]:REASON 1 3in1semi:0:0000:00:999:[ didn't work the last ]:REASON 1 3in1semi:0:0000:00:999:[ time it was tested. ]:REASON 1 3in1semi:0:0000:00:999:[ If the game now works ]:REASON 1 3in1semi:0:0000:00:999:[ please request cheats ]:REASON 1 3in1semi:0:0000:00:999:[ for it on the cheat ]:REASON 1 3in1semi:0:0000:00:999:[ forums. ]:REASON 1 ; [ Sankokushi (Japan) ] 3kokushi:0:7FE389:AE:000:Infinite Time 3kokushi:0:7FEE64:04:000:Infinite Helps PL1 3kokushi:0:7FEE63:04:000:Infinite Backs PL1 3kokushi:0:7FEEC4:04:000:Infinite Helps PL2 3kokushi:0:7FEEC3:04:000:Infinite Backs PL2 ; [ Three Stooges In Brides Is Brides, The ] 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 910520) ] 3wonders:0:FF0D59:09:000:Infinite Credits 3wonders:0:FF0DE7:03:000:Infinite Lives PL1:This cheat will work on all 3 parts 3wonders:0:FF0DE8:03:000:Infinite Lives PL2:This cheat will work on all 3 parts 3wonders:0:000000:00:999:[ MIDNIGHT WANDERERS (Action) ] 3wonders:0:FF1011:09:000:Infinite Time 3wonders:0:FF1838:B4:000:Invincibility "ON" PL1 3wonders:0:FF17BA:80:520:Invincibility "ON" PL1 (2/2) 3wonders:0:FF1838:00:001:Invincibility "OFF" PL1 3wonders:0:FF17BA:80:541:Invincibility "OFF" PL1 (2/2) :3wonders:00000000:FF0E36:000000FF:FFFFFFFF:Infinite Ammo (Super Bomb) PL1 :3wonders:62000000:000000:00000000:00000000:Select Weapon PL1 :3wonders:00010000:FF0E14:00000001:FFFFFFFF:Normal :3wonders:00010000:FF0E14:00000002:FFFFFFFF:Hyper Shot :3wonders:00010000:FF0E14:00000003:FFFFFFFF:Tail Shot :3wonders:00010000:FF0E14:00000004:FFFFFFFF:Bound Shot :3wonders:00010000:FF0E14:00000000:FFFFFFFF:Super Bomb 3wonders:0:FF0E14:01:001:Get the Normal Weapon Now! PL1 3wonders:0:FF0E14:02:001:Get the Hyper Shot Weapon Now! PL1 3wonders:0:FF0E14:03:001:Get the Tail Shot Weapon Now! PL1 3wonders:0:FF0E14:04:001:Get the Bound Shot Weapon Now! PL1 3wonders:0:FF0E14:00:001:Get the Super Bomb Weapon Now! PL1 :3wonders:62000000:000000:00000000:00000000:Select Option PL1:Get an option first :3wonders:00010000:FF0DE3:00000001:FFFFFFFF:Flames :3wonders:00010000:FF0DE3:00000002:FFFFFFFF:Circular 3wonders:0:FF0E17:63:000:One heart always = life PL1 3wonders:0:FF0E19:64:500:One heart always = life PL1 (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 "ON" PL2 3wonders:0:FF185A:80:520:Invincibility "ON" PL2 (2/2) 3wonders:0:FF18D8:00:001:Invincibility "OFF" PL2 3wonders:0:FF185A:80:541:Invincibility "OFF" PL2 (2/2) :3wonders:00000000:FF0E38:000000FF:FFFFFFFF:Infinite Ammo (Super Bomb) PL2 :3wonders:62000000:000000:00000000:00000000:Select Weapon PL2 :3wonders:00010000:FF0E15:00000001:FFFFFFFF:Normal :3wonders:00010000:FF0E15:00000002:FFFFFFFF:Hyper Shot :3wonders:00010000:FF0E15:00000003:FFFFFFFF:Tail Shot :3wonders:00010000:FF0E15:00000004:FFFFFFFF:Bound Shot :3wonders:00010000:FF0E15:00000000:FFFFFFFF:Super Bomb 3wonders:0:FF0E15:01:001:Get the Normal Weapon Now! PL2 3wonders:0:FF0E15:02:001:Get the Hyper Shot Weapon Now! PL2 3wonders:0:FF0E15:03:001:Get the Tail Shot Weapon Now! PL2 3wonders:0:FF0E15:04:001:Get the Bound Shot Weapon Now! PL2 3wonders:0:FF0E15:00:001:Get the Super Bomb Weapon Now! PL2 :3wonders:62000000:000000:00000000:00000000:Select Option PL2:Get an option first :3wonders:00010000:FF0DE5:00000001:FFFFFFFF:Flames :3wonders:00010000:FF0DE5:00000002:FFFFFFFF:Circular 3wonders:0:FF0E1B:63:000:One heart always = life PL2 3wonders:0:FF0E1D:64:500:One heart always = life PL2 (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:000000:00:999:[ 'Lives' and 'Hearts' cheats must be deactivated ] 3wonders:0:000000:00:999:[ after killing the last boss. ] :3wonders:00100000:FF1002:0000270F:0000FFFF:Infinite Boss Time 3wonders:0:FF1838:B4:000:Invincibility "ON" PL1 3wonders:0:FF17BA:80:520:Invincibility "ON" PL1 (2/2) 3wonders:0:FF1838:00:001:Invincibility "OFF" PL1 3wonders:0:FF17BA:80:541:Invincibility "OFF" PL1 (2/2) 3wonders:0:FF184D:59:000:One heart always = life PL1 3wonders:0:FF184C:5A:500:One heart always = life PL1 (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:00000000:FF183B:00000006:FFFFFFFF:Maximum Options PL1 :3wonders:00010000:FF183D:00000007:FFFFFFFF:Maximum Options PL1 (2/2) :3wonders:00000000:FF1842:00000002:FFFFFFFF:Maximum Bomb Power PL1 :3wonders:62000000:000000:00000000:00000000:Select Shot Type PL1 :3wonders:00010000:FF183F:00000000:FFFFFFFF:Rapid :3wonders:00010000:FF183F:00000001:FFFFFFFF:Wide 3wonders:0:FF183F:00:001:Shot Type = Rapid Now! PL1 3wonders:0:FF183F:01:001:Shot Type = Wide Now! PL1 :3wonders:00000000:FF1845:00000004:FFFFFFFF:Maximum Fire Power (Wide) PL1 :3wonders:00000000:FF1847:00000004:FFFFFFFF:Maximum Fire Power (Rapid) PL1 3wonders:0:FF183E:01:000:Always have the Protection PL1 3wonders:0:FF183E:01:000:Get the Protection Now! PL1 3wonders:0:FF183E:00:001:Lose the Protection Now! PL1 3wonders:0:FF18D8:B4:000:Invincibility "ON" PL2 3wonders:0:FF185A:80:520:Invincibility "ON" PL2 (2/2) 3wonders:0:FF18D8:00:001:Invincibility "OFF" PL2 3wonders:0:FF185A:80:541:Invincibility "OFF" PL2 (2/2) 3wonders:0:FF18ED:59:000:One heart always = life PL2 3wonders:0:FF18EC:5A:500:One heart always = life PL2 (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:00000000:FF18DB:00000006:FFFFFFFF:Maximum Options PL2 :3wonders:00010000:FF18DD:00000007:FFFFFFFF:Maximum Options PL2 (2/2) :3wonders:00000000:FF18E2:00000002:FFFFFFFF:Maximum Bomb Power PL1 :3wonders:62000000:000000:00000000:00000000:Select Shot Type PL2 :3wonders:00010000:FF18DF:00000000:FFFFFFFF:Rapid :3wonders:00010000:FF18DF:00000001:FFFFFFFF:Wide 3wonders:0:FF18DF:00:001:Shot Type = Rapid Now! PL2 3wonders:0:FF18DF:01:001:Shot Type = Wide Now! PL2 :3wonders:00000000:FF18E5:00000004:FFFFFFFF:Maximum Fire Power (Wide) PL1 :3wonders:00000000:FF18E7:00000004:FFFFFFFF:Maximum Fire Power (Rapid) PL1 3wonders:0:FF18DE:01:000:Always have the Protection PL2 3wonders:0:FF18DE:01:000:Get the Protection Now! PL2 3wonders:0:FF18DE:00:001:Lose the Protection Now! PL2 3wonders:0:000000:00:999:[ DON'T PULL (Puzzle) ] :3wonders:00200001:FF104A:00000000:00FFFFFF:Finish this Level Now! 3wonders:0:FF0EC3:16:000:Next fruit always = 100000 3wonders:0:FF0EC3:16:001:Next fruit = 100000 Now! :3wonders:00100000:FF17D2:0000012C:0000FFFF:Invincibility PL1 3wonders:0:FF0EBC:62:000:One fruit always = life PL1 3wonders:0:FF0EBE:63:500:One fruit always = life PL1 (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:00100000:FF1872:0000012C:0000FFFF:Invincibility PL1 3wonders:0:FF0EBD:62:000:One fruit always = life PL2 3wonders:0:FF0EBF:63:500:One fruit always = life PL2 (2/2) 3wonders:0:FF0EBD:62:001:One fruit = life Now! PL2 3wonders:0:FF0EBF:63:501:One fruit = life Now! PL2 (2/2) ; [ Three Wonders (US 910520) ] 3wonderu:0:FF0D59:09:000:Infinite Credits 3wonderu:0:FF0DE7:03:000:Infinite Lives PL1:This cheat will work on all 3 parts 3wonderu:0:FF0DE8:03:000:Infinite Lives PL2:This cheat will work on all 3 parts 3wonderu:0:000000:00:999:[ MIDNIGHT WANDERERS (Action) ] 3wonderu:0:FF1011:09:000:Infinite Time 3wonderu:0:FF1838:B4:000:Invincibility "ON" PL1 3wonderu:0:FF17BA:80:520:Invincibility "ON" PL1 (2/2) 3wonderu:0:FF1838:00:001:Invincibility "OFF" PL1 3wonderu:0:FF17BA:80:541:Invincibility "OFF" PL1 (2/2) :3wonderu:00000000:FF0E36:000000FF:FFFFFFFF:Infinite Ammo (Super Bomb) PL1 :3wonderu:62000000:000000:00000000:00000000:Select Weapon PL1 :3wonderu:00010000:FF0E14:00000001:FFFFFFFF:Normal :3wonderu:00010000:FF0E14:00000002:FFFFFFFF:Hyper Shot :3wonderu:00010000:FF0E14:00000003:FFFFFFFF:Tail Shot :3wonderu:00010000:FF0E14:00000004:FFFFFFFF:Bound Shot :3wonderu:00010000:FF0E14:00000000:FFFFFFFF:Super Bomb 3wonderu:0:FF0E14:01:001:Get the Normal Weapon Now! PL1 3wonderu:0:FF0E14:02:001:Get the Hyper Shot Weapon Now! PL1 3wonderu:0:FF0E14:03:001:Get the Tail Shot Weapon Now! PL1 3wonderu:0:FF0E14:04:001:Get the Bound Shot Weapon Now! PL1 3wonderu:0:FF0E14:00:001:Get the Super Bomb Weapon Now! PL1 :3wonderu:62000000:000000:00000000:00000000:Select Option PL1:Get an option first :3wonderu:00010000:FF0DE3:00000001:FFFFFFFF:Flames :3wonderu:00010000:FF0DE3:00000002:FFFFFFFF:Circular 3wonderu:0:FF0E17:63:000:One heart always = life PL1 3wonderu:0:FF0E19:64:500:One heart always = life PL1 (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 "ON" PL2 3wonderu:0:FF185A:80:520:Invincibility "ON" PL2 (2/2) 3wonderu:0:FF18D8:00:001:Invincibility "OFF" PL2 3wonderu:0:FF185A:80:541:Invincibility "OFF" PL2 (2/2) :3wonderu:00000000:FF0E38:000000FF:FFFFFFFF:Infinite Ammo (Super Bomb) PL2 :3wonderu:62000000:000000:00000000:00000000:Select Weapon PL2 :3wonderu:00010000:FF0E15:00000001:FFFFFFFF:Normal :3wonderu:00010000:FF0E15:00000002:FFFFFFFF:Hyper Shot :3wonderu:00010000:FF0E15:00000003:FFFFFFFF:Tail Shot :3wonderu:00010000:FF0E15:00000004:FFFFFFFF:Bound Shot :3wonderu:00010000:FF0E15:00000000:FFFFFFFF:Super Bomb 3wonderu:0:FF0E15:01:001:Get the Normal Weapon Now! PL2 3wonderu:0:FF0E15:02:001:Get the Hyper Shot Weapon Now! PL2 3wonderu:0:FF0E15:03:001:Get the Tail Shot Weapon Now! PL2 3wonderu:0:FF0E15:04:001:Get the Bound Shot Weapon Now! PL2 3wonderu:0:FF0E15:00:001:Get the Super Bomb Weapon Now! PL2 :3wonderu:62000000:000000:00000000:00000000:Select Option PL2:Get an option first :3wonderu:00010000:FF0DE5:00000001:FFFFFFFF:Flames :3wonderu:00010000:FF0DE5:00000002:FFFFFFFF:Circular 3wonderu:0:FF0E1B:63:000:One heart always = life PL2 3wonderu:0:FF0E1D:64:500:One heart always = life PL2 (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:000000:00:999:[ 'Lives' and 'Hearts' cheats must be deactivated ] 3wonderu:0:000000:00:999:[ after killing the last boss. ] :3wonderu:00100000:FF1002:0000270F:0000FFFF:Infinite Boss Time 3wonderu:0:FF1838:B4:000:Invincibility "ON" PL1 3wonderu:0:FF17BA:80:520:Invincibility "ON" PL1 (2/2) 3wonderu:0:FF1838:00:001:Invincibility "OFF" PL1 3wonderu:0:FF17BA:80:541:Invincibility "OFF" PL1 (2/2) 3wonderu:0:FF184D:59:000:One heart always = life PL1 3wonderu:0:FF184C:5A:500:One heart always = life PL1 (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:00000000:FF183B:00000006:FFFFFFFF:Maximum Options PL1 :3wonderu:00010000:FF183D:00000007:FFFFFFFF:Maximum Options PL1 (2/2) :3wonderu:00000000:FF1842:00000002:FFFFFFFF:Maximum Bomb Power PL1 :3wonderu:62000000:000000:00000000:00000000:Select Shot Type PL1 :3wonderu:00010000:FF183F:00000000:FFFFFFFF:Rapid :3wonderu:00010000:FF183F:00000001:FFFFFFFF:Wide 3wonderu:0:FF183F:00:001:Shot Type = Rapid Now! PL1 3wonderu:0:FF183F:01:001:Shot Type = Wide Now! PL1 :3wonderu:00000000:FF1845:00000004:FFFFFFFF:Maximum Fire Power (Wide) PL1 :3wonderu:00000000:FF1847:00000004:FFFFFFFF:Maximum Fire Power (Rapid) PL1 3wonderu:0:FF183E:01:000:Always have the Protection PL1 3wonderu:0:FF183E:01:000:Get the Protection Now! PL1 3wonderu:0:FF183E:00:001:Lose the Protection Now! PL1 3wonderu:0:FF18D8:B4:000:Invincibility "ON" PL2 3wonderu:0:FF185A:80:520:Invincibility "ON" PL2 (2/2) 3wonderu:0:FF18D8:00:001:Invincibility "OFF" PL2 3wonderu:0:FF185A:80:541:Invincibility "OFF" PL2 (2/2) 3wonderu:0:FF18ED:59:000:One heart always = life PL2 3wonderu:0:FF18EC:5A:500:One heart always = life PL2 (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:00000000:FF18DB:00000006:FFFFFFFF:Maximum Options PL2 :3wonderu:00010000:FF18DD:00000007:FFFFFFFF:Maximum Options PL2 (2/2) :3wonderu:00000000:FF18E2:00000002:FFFFFFFF:Maximum Bomb Power PL1 :3wonderu:62000000:000000:00000000:00000000:Select Shot Type PL2 :3wonderu:00010000:FF18DF:00000000:FFFFFFFF:Rapid :3wonderu:00010000:FF18DF:00000001:FFFFFFFF:Wide 3wonderu:0:FF18DF:00:001:Shot Type = Rapid Now! PL2 3wonderu:0:FF18DF:01:001:Shot Type = Wide Now! PL2 :3wonderu:00000000:FF18E5:00000004:FFFFFFFF:Maximum Fire Power (Wide) PL1 :3wonderu:00000000:FF18E7:00000004:FFFFFFFF:Maximum Fire Power (Rapid) PL1 3wonderu:0:FF18DE:01:000:Always have the Protection PL2 3wonderu:0:FF18DE:01:000:Get the Protection Now! PL2 3wonderu:0:FF18DE:00:001:Lose the Protection Now! PL2 3wonderu:0:000000:00:999:[ DON'T PULL (Puzzle) ] :3wonderu:00200001:FF104A:00000000:00FFFFFF:Finish this Level Now! 3wonderu:0:FF0EC3:16:000:Next fruit always = 100000 3wonderu:0:FF0EC3:16:001:Next fruit = 100000 Now! :3wonderu:00100000:FF17D2:0000012C:0000FFFF:Invincibility PL1 3wonderu:0:FF0EBC:62:000:One fruit always = life PL1 3wonderu:0:FF0EBE:63:500:One fruit always = life PL1 (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:00100000:FF1872:0000012C:0000FFFF:Invincibility PL1 3wonderu:0:FF0EBD:62:000:One fruit always = life PL2 3wonderu:0:FF0EBF:63:500:One fruit always = life PL2 (2/2) 3wonderu:0:FF0EBD:62:001:One fruit = life Now! PL2 3wonderu:0:FF0EBF:63:501:One fruit = life Now! PL2 (2/2) ; [ Forty-Love ] 40love:0:8540:09:007:Infinite Lives:You will be able to lose a match though and hence 'Game Over' 40love:0:0000:00:999:[ NOTE - The score won't be updated ] 40love:0:0000:00:999:[ until some points are scored. ] 40love:0:8545:00:000:"Game" Score always = 0 PLAYER 40love:0:8545:00:001:"Game" Score = 0 Now! PLAYER 40love:0:8545:03:001:"Game" Score = 30 Now! PLAYER 40love:0:8546:00:000:"Game" Score always = 0 CPU 40love:0:8546:00:001:"Game" Score = 0 Now! CPU 40love:0:8546:03:001:"Game" Score = 30 Now! CPU ; [ Idol Janshi Su-Chi-Pie 2 (v1.1) ] 47pie2:0:FEE00118:63:000:Infinite Credits :47pie2:00000020:FEE00B01:00000005:FFFFFFFF:Infinite Time :47pie2:00010020:FEE00B97:00000000:FFFFFFFF:Infinite Time (2/2) :47pie2:00000000:FEE01788:00000009:FFFFFFFF:Infinite Bonus Game Left :47pie2:00000101:FEE01784:00000020:FFFFFFFF:Select Change Point :47pie2:60000000:00000000:00000000:00000000:[ The winning hand cheat must be activated when ] :47pie2:60000000:00000000:00000000:00000000:[ there are 14 tiles in your hand, then press ] :47pie2:60000000:00000000:00000000:00000000:[ the RON key ('Z' by default). The tiles do not ] :47pie2:60000000:00000000:00000000:00000000:[ visually change until you make a move. ] :47pie2:00300001:FEE00868:34000000:FFFFFFFF:Get winning hand Now! :47pie2:00310001:FEE0086C:34000000:FFFFFFFF:Get winning hand Now! (02/14) :47pie2:00310001:FEE00870:34000000:FFFFFFFF:Get winning hand Now! (03/14) :47pie2:00310001:FEE00874:34000001:FFFFFFFF:Get winning hand Now! (04/14) :47pie2:00310001:FEE00878:34000001:FFFFFFFF:Get winning hand Now! (05/14) :47pie2:00310001:FEE0087C:34000001:FFFFFFFF:Get winning hand Now! (06/14) :47pie2:00310001:FEE00880:34000002:FFFFFFFF:Get winning hand Now! (07/14) :47pie2:00310001:FEE00884:34000002:FFFFFFFF:Get winning hand Now! (08/14) :47pie2:00310001:FEE00888:34000002:FFFFFFFF:Get winning hand Now! (09/14) :47pie2:00310001:FEE0088C:34000003:FFFFFFFF:Get winning hand Now! (10/14) :47pie2:00310001:FEE00890:34000003:FFFFFFFF:Get winning hand Now! (11/14) :47pie2:00310001:FEE00894:34000003:FFFFFFFF:Get winning hand Now! (12/14) :47pie2:00310001:FEE00898:34000004:FFFFFFFF:Get winning hand Now! (13/14) :47pie2:00310001:FEE0089C:34000004:FFFFFFFF:Get winning hand Now! (14/14) :47pie2:00300000:FEE00868:34000000:FFFFFFFF:Always winning hand :47pie2:00310000:FEE0086C:34000000:FFFFFFFF:Always winning hand (02/14) :47pie2:00310000:FEE00870:34000000:FFFFFFFF:Always winning hand (03/14) :47pie2:00310000:FEE00874:34000001:FFFFFFFF:Always winning hand (04/14) :47pie2:00310000:FEE00878:34000001:FFFFFFFF:Always winning hand (05/14) :47pie2:00310000:FEE0087C:34000001:FFFFFFFF:Always winning hand (06/14) :47pie2:00310000:FEE00880:34000002:FFFFFFFF:Always winning hand (07/14) :47pie2:00310000:FEE00884:34000002:FFFFFFFF:Always winning hand (08/14) :47pie2:00310000:FEE00888:34000002:FFFFFFFF:Always winning hand (09/14) :47pie2:00310000:FEE0088C:34000003:FFFFFFFF:Always winning hand (10/14) :47pie2:00310000:FEE00890:34000003:FFFFFFFF:Always winning hand (11/14) :47pie2:00310000:FEE00894:34000003:FFFFFFFF:Always winning hand (12/14) :47pie2:00310000:FEE00898:34000004:FFFFFFFF:Always winning hand (13/14) :47pie2:00310000:FEE0089C:34000004:FFFFFFFF:Always winning hand (14/14) :47pie2:00000000:FEE00F48:00000009:FFFFFFFF:Infinite "Sue-Chi Stick" :47pie2:00000000:FEE00F4C:00000009:FFFFFFFF:Infinite "Fire Sekkan" :47pie2:00000000:FEE00F50:00000009:FFFFFFFF:Infinite "Special Syoukan" :47pie2:00000000:FEE00F54:00000009:FFFFFFFF:Infinite "Helper" :47pie2:00000000:FEE00F58:00000009:FFFFFFFF:Infinite "Hyper Eye" :47pie2:00000000:FEE00B08:0000001F:FFFFFFFF:Always Join All Associates:If you don't join associates who Peach Pie, Lemon Pie, Cherry Pie and Milky Pie the game's end is the bad one. :47pie2:00000000:FEE00AF8:00000004:FFFFFFFF:Start on Shiho Katagiri:Turn this cheat OFF after you've started the game :47pie2:00000000:FEE00AF8:00000005:FFFFFFFF:Start on Sesir.D:Turn this cheat OFF after you've started the game :47pie2:00000000:FEE00AF8:00000006:FFFFFFFF:Start on Sesir.D (Final):Turn this cheat OFF after you've started the game ; [ Idol Janshi Su-Chi-Pie 2 (v1.0) ] 47pie2o:0:FEE00118:63:000:Infinite Credits :47pie2o:00000020:FEE00B01:00000005:FFFFFFFF:Infinite Time :47pie2o:00010020:FEE00B97:00000000:FFFFFFFF:Infinite Time (2/2) :47pie2o:00000000:FEE01788:00000009:FFFFFFFF:Infinite Bonus Game Left :47pie2o:00000101:FEE01784:00000020:FFFFFFFF:Select Change Point :47pie2o:60000000:00000000:00000000:00000000:[ The winning hand cheat must be activated when ] :47pie2o:60000000:00000000:00000000:00000000:[ there are 14 tiles in your hand, then press ] :47pie2o:60000000:00000000:00000000:00000000:[ the RON key ('Z' by default). The tiles do not ] :47pie2o:60000000:00000000:00000000:00000000:[ visually change until you make a move. ] :47pie2o:00300001:FEE00868:34000000:FFFFFFFF:Get winning hand Now! :47pie2o:00310001:FEE0086C:34000000:FFFFFFFF:Get winning hand Now! (02/14) :47pie2o:00310001:FEE00870:34000000:FFFFFFFF:Get winning hand Now! (03/14) :47pie2o:00310001:FEE00874:34000001:FFFFFFFF:Get winning hand Now! (04/14) :47pie2o:00310001:FEE00878:34000001:FFFFFFFF:Get winning hand Now! (05/14) :47pie2o:00310001:FEE0087C:34000001:FFFFFFFF:Get winning hand Now! (06/14) :47pie2o:00310001:FEE00880:34000002:FFFFFFFF:Get winning hand Now! (07/14) :47pie2o:00310001:FEE00884:34000002:FFFFFFFF:Get winning hand Now! (08/14) :47pie2o:00310001:FEE00888:34000002:FFFFFFFF:Get winning hand Now! (09/14) :47pie2o:00310001:FEE0088C:34000003:FFFFFFFF:Get winning hand Now! (10/14) :47pie2o:00310001:FEE00890:34000003:FFFFFFFF:Get winning hand Now! (11/14) :47pie2o:00310001:FEE00894:34000003:FFFFFFFF:Get winning hand Now! (12/14) :47pie2o:00310001:FEE00898:34000004:FFFFFFFF:Get winning hand Now! (13/14) :47pie2o:00310001:FEE0089C:34000004:FFFFFFFF:Get winning hand Now! (14/14) :47pie2o:00300000:FEE00868:34000000:FFFFFFFF:Always winning hand :47pie2o:00310000:FEE0086C:34000000:FFFFFFFF:Always winning hand (02/14) :47pie2o:00310000:FEE00870:34000000:FFFFFFFF:Always winning hand (03/14) :47pie2o:00310000:FEE00874:34000001:FFFFFFFF:Always winning hand (04/14) :47pie2o:00310000:FEE00878:34000001:FFFFFFFF:Always winning hand (05/14) :47pie2o:00310000:FEE0087C:34000001:FFFFFFFF:Always winning hand (06/14) :47pie2o:00310000:FEE00880:34000002:FFFFFFFF:Always winning hand (07/14) :47pie2o:00310000:FEE00884:34000002:FFFFFFFF:Always winning hand (08/14) :47pie2o:00310000:FEE00888:34000002:FFFFFFFF:Always winning hand (09/14) :47pie2o:00310000:FEE0088C:34000003:FFFFFFFF:Always winning hand (10/14) :47pie2o:00310000:FEE00890:34000003:FFFFFFFF:Always winning hand (11/14) :47pie2o:00310000:FEE00894:34000003:FFFFFFFF:Always winning hand (12/14) :47pie2o:00310000:FEE00898:34000004:FFFFFFFF:Always winning hand (13/14) :47pie2o:00310000:FEE0089C:34000004:FFFFFFFF:Always winning hand (14/14) :47pie2o:00000000:FEE00F48:00000009:FFFFFFFF:Infinite "Sue-Chi Stick" :47pie2o:00000000:FEE00F4C:00000009:FFFFFFFF:Infinite "Fire Sekkan" :47pie2o:00000000:FEE00F50:00000009:FFFFFFFF:Infinite "Special Syoukan" :47pie2o:00000000:FEE00F54:00000009:FFFFFFFF:Infinite "Helper" :47pie2o:00000000:FEE00F58:00000009:FFFFFFFF:Infinite "Hyper Eye" :47pie2o:00000000:FEE00B08:0000001F:FFFFFFFF:Always Join All Associates:If you don't join associates who Peach Pie, Lemon Pie, Cherry Pie and Milky Pie the game's end is the bad one. :47pie2o:00000000:FEE00AF8:00000004:FFFFFFFF:Start on Shiho Katagiri:Turn this cheat OFF after you've started the game :47pie2o:00000000:FEE00AF8:00000005:FFFFFFFF:Start on Sesir.D:Turn this cheat OFF after you've started the game :47pie2o:00000000:FEE00AF8:00000006:FFFFFFFF:Start on Sesir.D (Final):Turn this cheat OFF after you've started the game ; [ 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) ; [ 4 En Raya ] 4enraya:0:C0F9:04:000:Infinite Time ; [ 4 Fun in 1 ] 4in1:0:0000:00:999:[ ] 4in1:0:0000:00:999:[ -= Galactic Convoy Cheats =- ] 4in1:0:0000:00:999:[ ] 4in1:0:4109:06:000:Infinite Lives PL1 4in1:0:4209:06:000:Infinite Lives PL2 4in1:0:0000:00:999:[ ] 4in1:0:0000:00:999:[ -= Scramble PT2 Cheats =- ] 4in1:0:0000:00:999:[ ] 4in1:0:4108:05:000:Infinite Lives 4in1:0:4105:FF:000:Infinite Fuel 4in1:0:15E5A:C9:100:Invincibility 4in1:0:15F26:C9:600:Invincibility (2/2) 4in1:0:411E:05:071:Select current level:Level 6 = Base 4in1:0:411E:05:061:Select next level:Level 6 = Base 4in1:0:0000:00:999:[ ] 4in1:0:0000:00:999:[ -= Galaxian PT5 Cheats =- ] 4in1:0:0000:00:999:[ ] 4in1:0:421D:05:000:Infinite Lives 4in1:0:1929A:C9:100:Invincibility 4in1:0:0000:00:999:[ ] 4in1:0:0000:00:999:[ -= Ghost Muncher PT3 Cheats =- ] 4in1:0:0000:00:999:[ ] 4in1:0:4214:02:000:Infinite Lives 4in1:0:420E:F4:001:Finish this Level Now! 4in1:0:0000:00:999:[ -------- Starting Levels ------- ] 4in1:0:0000:00:999:[ Deactivate the cheats after ] 4in1:0:0000:00:999:[ starting the level or leave them ] 4in1:0:0000:00:999:[ active to repeat the level. ] 4in1:0:420A:69:000:Start at Strawberry 4in1:0:4213:01:500:Start at Strawberry (2/2) 4in1:0:420A:6A:000:Start at 1st Orange 4in1:0:4213:02:500:Start at 1st Orange (2/2) 4in1:0:420A:6B:000:Start at 2nd Orange 4in1:0:4213:03:500:Start at 2nd Orange (2/2) 4in1:0:420A:6C:000:Start at 1st Apple 4in1:0:4213:04:500:Start at 1st Apple (2/2) 4in1:0:420A:6D:000:Start at 2nd Apple 4in1:0:4213:05:500:Start at 2nd Apple (2/2) 4in1:0:420A:6E:000:Start at 1st Pineapple 4in1:0:4213:06:500:Start at 1st Pineapple (2/2) 4in1:0:420A:6F:000:Start at 2nd Pineapple 4in1:0:4213:07:500:Start at 2nd Pineapple (2/2) 4in1:0:420A:70:000:Start at 1st Galaxian 4in1:0:4213:08:500:Start at 1st Galaxian (2/2) 4in1:0:420A:71:000:Start at 2nd Galaxian 4in1:0:4213:09:500:Start at 2nd Galaxian (2/2) 4in1:0:420A:72:000:Start at 1st Bell 4in1:0:4213:0A:500:Start at 1st Bell (2/2) 4in1:0:420A:73:000:Start at 2nd Bell 4in1:0:4213:0B:500:Start at 2nd Bell (2/2) 4in1:0:420A:74:000:Start at 1st Key 4in1:0:4213:0C:500:Start at 1st Key (2/2) 4in1:0:420A:75:000:Start at 2nd Key 4in1:0:4213:0D:500:Start at 2nd Key (2/2) 4in1:0:0000:00:999:[ -------- Practice Levels ------- ] 4in1:0:4213:00:000:Practice Cherry 4in1:0:4213:01:000:Practice Strawberry 4in1:0:4213:02:000:Practice 1st Orange 4in1:0:4213:03:000:Practice 2nd Orange 4in1:0:4213:04:000:Practice 1st Apple 4in1:0:4213:05:000:Practice 2nd Apple 4in1:0:4213:06:000:Practice 1st Pineapple 4in1:0:4213:07:000:Practice 2nd Pineapple 4in1:0:4213:08:000:Practice 1st Galaxian 4in1:0:4213:09:000:Practice 2nd Galaxian 4in1:0:4213:0A:000:Practice 1st Bell 4in1:0:4213:0B:000:Practice 2nd Bell 4in1:0:4213:0C:000:Practice 1st Key 4in1:0:4213:0D:000:Practice 2nd Key 4in1:0:4213:FE:000:No maze 4in1:0:0000:00:999:[ -------- Practice Speeds ------- ] 4in1:0:41BD:00:000:Stay blue until eaten 4in1:0:41BE:00:500:Stay blue until eaten (2/2) 4in1:0:41BD:58:000:Slow changeback 4in1:0:41BE:02:500:Slow changeback (2/2) 4in1:0:41BD:68:000:Moderate changeback 4in1:0:41BE:01:500:Moderate changeback (2/2) 4in1:0:41BD:F0:000:Quick changeback 4in1:0:41BE:00:500:Quick changeback (2/2) 4in1:0:41BD:78:000:Lightning changeback 4in1:0:41BE:00:500:Lightning changeback (2/2) 4in1:0:41BD:01:000:No change to blue 4in1:0:41BE:00:500:No change to blue (2/2) 4in1:0:0000:00:999:[ --------- Ghost Status --------- ] 4in1:0:41A7:01:000:Orange always Blue 4in1:0:41A8:01:000:Green always Blue 4in1:0:41A9:01:000:Blue always Blue 4in1:0:41AA:01:000:White always Blue 4in1:0:41A5:00:000:Ghosts Always Edible (No Pts) ; [ 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 (rev 4) ] 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 (German, rev 2) ]] 720g:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem 720g:0:0254:96:000:Infinite Area Time 720g:0:0F20:A0:009:Infinite Medal/Park Timer 720g:0:0F1C:63:000:Infinite Park Time 720g:0:0F1C:00:001:Finish Park Now! 720g:0:0257:7C:000:Always have loads of Cash 720g:0:025B:04:000:Infinite Tickets ; [ 720 Degrees (German, rev 1) ] 720gr1:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem 720gr1:0:0254:96:000:Infinite Area Time 720gr1:0:0F20:A0:009:Infinite Medal/Park Timer 720gr1:0:0F1C:63:000:Infinite Park Time 720gr1:0:0F1C:00:001:Finish Park Now! 720gr1:0:0257:7C:000:Always have loads of Cash 720gr1:0:025B:04:000:Infinite Tickets ; [ 720 Degrees (rev 1) ] 720r1:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem 720r1:0:0254:96:000:Infinite Area Time 720r1:0:0F20:A0:009:Infinite Medal/Park Timer 720r1:0:0F1C:63:000:Infinite Park Time 720r1:0:0F1C:00:001:Finish Park Now! 720r1:0:0257:7C:000:Always have loads of Cash 720r1:0:025B:04:000:Infinite Tickets ; [ 720 Degrees (rev 2) ] 720r2:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem 720r2:0:0254:96:000:Infinite Area Time 720r2:0:0F20:A0:009:Infinite Medal/Park Timer 720r2:0:0F1C:63:000:Infinite Park Time 720r2:0:0F1C:00:001:Finish Park Now! 720r2:0:0257:7C:000:Always have loads of Cash 720r2:0:025B:04:000:Infinite Tickets ; [ 720 Degrees (rev 3) ] 720r3:1:0048:1F:000:Infinite Credits:Also fixes no soundcard problem 720r3:0:0254:96:000:Infinite Area Time 720r3:0:0F20:A0:009:Infinite Medal/Park Timer 720r3:0:0F1C:63:000:Infinite Park Time 720r3:0:0F1C:00:001:Finish Park Now! 720r3:0:0257:7C:000:Always have loads of Cash 720r3:0:025B:04:000:Infinite Tickets ; [ 7jigen no Youseitachi - Mahjong 7 Dimensions (Japan) ] 7jigen:0:0000:00:999:[ The winning hand cheat must be ] 7jigen:0:0000:00:999:[ activated when there are 14 tiles ] 7jigen:0:0000:00:999:[ in your hand, then press the RON ] 7jigen:0:0000:00:999:[ key ('Z' by default). The tiles do ] 7jigen:0:0000:00:999:[ not visually change until you make ] 7jigen:0:0000:00:999:[ a move. ] :7jigen:00300001:65C0:32313131:FFFFFFFF:Get winning hand Now! :7jigen:00310001:65C4:35353532:FFFFFFFF:Get winning hand Now! (2/4) :7jigen:00310001:65C8:37363636:FFFFFFFF:Get winning hand Now! (3/4) :7jigen:00110001:65CC:00003737:FFFFFFFF:Get winning hand Now! (4/4) :7jigen:00300000:65C0:32313131:FFFFFFFF:Always Winning Hand :7jigen:00310000:65C4:35353532:FFFFFFFF:Always Winning Hand (2/4) :7jigen:00310000:65C8:37363636:FFFFFFFF:Always Winning Hand (3/4) :7jigen:00110000:65CC:00003737:FFFFFFFF:Always Winning Hand (4/4) ; [ Chi-Toitsu ] 7toitsu:0:E67C:09:001:Get 9999 Power 7toitsu:0:E67D:09:501:Get 9999 Power (2/4) 7toitsu:0:E67E:09:501:Get 9999 Power (3/4) 7toitsu:0:E67F:09:501:Get 9999 Power (4/4) 7toitsu:0:0000:00:999:[ The winning hand cheat must be activated when there are ] 7toitsu:0:0000:00:999:[ 14 tiles in your hand, then press the RON key. ('Z' ] 7toitsu:0:0000:00:999:[ by default). The tiles do not visually change until you ] 7toitsu:0:0000:00:999:[ make a move. ] 7toitsu:0:E1C0:31:001:Get winning hand Now! 7toitsu:0:E1C1:31:501:Get winning hand Now! (02/14) 7toitsu:0:E1C2:31:501:Get winning hand Now! (03/14) 7toitsu:0:E1C3:32:501:Get winning hand Now! (04/14) 7toitsu:0:E1C4:32:501:Get winning hand Now! (05/14) 7toitsu:0:E1C5:32:501:Get winning hand Now! (06/14) 7toitsu:0:E1C6:33:501:Get winning hand Now! (07/14) 7toitsu:0:E1C7:33:501:Get winning hand Now! (08/14) 7toitsu:0:E1C8:33:501:Get winning hand Now! (09/14) 7toitsu:0:E1C9:34:501:Get winning hand Now! (10/14) 7toitsu:0:E1CA:34:501:Get winning hand Now! (11/14) 7toitsu:0:E1CB:34:501:Get winning hand Now! (12/14) 7toitsu:0:E1CC:35:501:Get winning hand Now! (13/14) 7toitsu:0:E1CD:35:501:Get winning hand Now! (14/14) 7toitsu:0:0000:00:999:[ See this URL for mahjong rules - ] 7toitsu:0:0000:00:999:[ www.tky.hut.fi/~kjmjm/english/majiang/rules/basics.html ] ; [ 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 ; [ Eight Ball Action (DK conversion) ] 8ballact:0:1D8B:17:000:Infinite Credits 8ballact:0:1D7C:03:000:Infinite Balls PL1 8ballact:0:1D7D:03:000:Infinite Balls PL2 ; [ Eight Ball Action (DKJr conversion) ] 8ballat2:0:1D8B:17:000:Infinite Credits 8ballat2:0:1D7C:03:000:Infinite Balls PL1 8ballat2:0:1D7D:03:000:Infinite Balls PL2 ; [ Eight Ball Action (Pac-Man conversion) ] 8bpm:0:1CCF:99:000:Infinite Credits 8bpm:0:1CC0:03:000:Infinite Balls PL1 8bpm:0:1CC1:03:000:Infinite Balls 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 ; [ 9-Ball Shootout (set 2) ] 9ballsh2:0:0003F91E:7F:000:Infinite Credits 9ballsh2:0:0003F8DA:06:000:Infinite Balls PL1 9ballsh2:0:0003F8DB:06:000:Infinite Balls PL2 ; [ 9-Ball Shootout (set 3) ] 9ballsh3:0:0003F90E:7F:000:Infinite Credits 9ballsh3:0:0003F8CA:06:000:Infinite Balls PL1 9ballsh3:0:0003F8CB:06:000:Infinite Balls PL2 ; [ 9-Ball Shootout (set 1) ] 9ballsht:0:0003F920:7F:000:Infinite Credits 9ballsht:0:0003F8DC:06:000:Infinite Balls PL1 9ballsht:0:0003F8DD:06:000:Infinite Balls PL2 ; [ Area 51 / Maximum Force Duo (R3000) ] a51mxr3k:0:00000000:00:999:[ Cheats for - Area 51 ] :a51mxr3k:00000000:1000953B:0000000A:FFFFFFFF:Infinite Lives PL1 :a51mxr3k:00000000:1000950F:00000018:FFFFFFFF:Infinite Bullets PL1 :a51mxr3k:00000000:10009513:00000001:FFFFFFFF:Infinite Grenades PL1 :a51mxr3k:00000000:100095E3:0000000A:FFFFFFFF:Infinite Lives PL2 :a51mxr3k:00000000:100095B7:00000018:FFFFFFFF:Infinite Bullets PL2 :a51mxr3k:00000000:100095BB:00000001:FFFFFFFF:Infinite Grenades PL2 a51mxr3k:0:00000000:00:999:[ Cheats for - Maximum Force Duo ] :a51mxr3k:00000000:10009C03:00000005:FFFFFFFF:Infinite Lives PL1 :a51mxr3k:00000000:10009C57:0000000A:FFFFFFFF:Infinite Bullets PL1 :a51mxr3k:00000000:10009C8F:00000005:FFFFFFFF:Infinite Lives PL2 :a51mxr3k:00000000:10009CE3:0000000A:FFFFFFFF:Infinite Bullets 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:01:000:Infinite Lives aburner:0:FF88E1:29:500:Infinite Lives (2/2) aburner:0:FF8D67:32:000:Infinite Missiles aburner:0:FF8D77:01:000:Invincibility :(It is a boring cheat.) aburner:0:FF9125:07:000:Quick Death Sequence:This saves time waiting for the plane to crash and for a new plane to appear 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 a boring cheat.) aburner2:0:FF8894:FF:000:Always fly at Maximum Speed aburner2:0:FF8D79:3F:500:Always fly at Maximum Speed (2/3) aburner2:0:FF8D7C:FF:500:Always fly at Maximum Speed (3/3) aburner2:0:FF9125:07:000:Quick Death Sequence:This saves time waiting for the plane to crash and for a new plane to appear aburner2:0:FF884D:00:000:Sound Test Timer Stop ; [ Ace ] ace:0:8300:00:000:Right Plane Score always = 0 ace:0:8300:10:000:Right Plane Score always = 10 ace:0:8300:00:001:Right Plane Score = 0 Now! ace:0:8300:10:001:Right Plane Score = 10 Now! ace:0:8301:00:000:Left Plane Score always = 0 ace:0:8301:10:000:Left Plane Score always = 0 ace:0:8301:00:001:Left Plane Score = 0 Now! ace:0:8301:10:001:Left Plane Score = 10 Now! ; [ Ace Attacker ] aceattac:0:0000:00:999:[ There are no cheats ]:REASON 1 aceattac:0:0000:00:999:[ for this game as it ]:REASON 1 aceattac:0:0000:00:999:[ didn't work the last ]:REASON 1 aceattac:0:0000:00:999:[ time it was tested. ]:REASON 1 aceattac:0:0000:00:999:[ If the game now works ]:REASON 1 aceattac:0:0000:00:999:[ please request cheats ]:REASON 1 aceattac:0:0000:00:999:[ for it on the cheat ]:REASON 1 aceattac:0:0000:00:999:[ forums. ]:REASON 1 ; [ Ace Driver (Rev. AD2, World) ] acedrvrw:0:0000:00:999:[ There are no cheats ]:REASON 1 acedrvrw:0:0000:00:999:[ for this game as it ]:REASON 1 acedrvrw:0:0000:00:999:[ didn't work the last ]:REASON 1 acedrvrw:0:0000:00:999:[ time it was tested. ]:REASON 1 acedrvrw:0:0000:00:999:[ If the game now works ]:REASON 1 acedrvrw:0:0000:00:999:[ please request cheats ]:REASON 1 acedrvrw:0:0000:00:999:[ for it on the cheat ]:REASON 1 acedrvrw:0:0000:00:999:[ forums. ]:REASON 1 ; [ Atlantic City Action ] acitya:0:0000:00:999:[ This game hasn't even ]:REASON 11 acitya:0:0000:00:999:[ been looked at due to ]:REASON 11 acitya:0:0000:00:999:[ time constraints - Too]:REASON 11 acitya:0:0000:00:999:[ many games and so ]:REASON 11 acitya:0:0000:00:999:[ little time. It is ]:REASON 11 acitya:0:0000:00:999:[ even possible that ]:REASON 11 acitya:0:0000:00:999:[ this game may be a ]:REASON 11 acitya:0:0000:00:999:[ clone of an existing ]:REASON 11 acitya:0:0000:00:999:[ game which may have ]:REASON 11 acitya:0:0000:00:999:[ cheats. Please search ]:REASON 11 acitya:0:0000:00:999:[ the cheat forums ]:REASON 11 acitya:0:0000:00:999:[ before posting cheat ]:REASON 11 acitya:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Acrobat Mission ] acrobatm:0:080075:09:000:Infinite Credits acrobatm:0:080255:0A:000:Infinite Lives PL1 acrobatm:0:000000:00:999:[ Lose a life before enabling the ] acrobatm:0:000000:00:999:[ the Invincibility cheat for the ] acrobatm:0:000000:00:999:[ first time. Then use F6 at the ] acrobatm:0:000000:00:999:[ end of the level, then F6 at ] acrobatm:0:000000:00:999:[ the begining of the next one or ] acrobatm:0:000000:00:999:[ the game will crash! ] acrobatm:0:08026D:02:000:Invincibility PL1 acrobatm:0:089003:01:540:Invincibility PL1 (2/2) acrobatm:0:080267:04:000:Maximum Fire Power PL1 acrobatm:0:08026B:00:000:Always Wave Weapon PL1 acrobatm:0:08026B:01:000:Always Hurricane WeaponPL1 acrobatm:0:08026B:00:001:Get Wave Weapon Now! PL1 acrobatm:0:08026B:01:001:Get Hurricane Weapon Now! PL1 acrobatm:0:080277:0A:000:Infinite Lives PL2 acrobatm:0:000000:00:999:[ Lose a life before enabling the ] acrobatm:0:000000:00:999:[ the Invincibility cheat for the ] acrobatm:0:000000:00:999:[ first time. Then use F6 at the ] acrobatm:0:000000:00:999:[ end of the level, then F6 at ] acrobatm:0:000000:00:999:[ the begining of the next one or ] acrobatm:0:000000:00:999:[ the game will crash! ] acrobatm:0:08028F:02:000:Invincibility PL2 acrobatm:0:089A93:01:540:Invincibility PL2 (2/2) acrobatm:0:080289:04:000:Maximum Fire Power PL2 acrobatm:0:08028D:00:000:Always Wave Weapon PL2 acrobatm:0:08028D:01:000:Always Hurricane Weapon PL2 acrobatm:0:08028D:00:001:Get Wave Weapon Now! PL2 acrobatm:0:08028D:01:001:Get Hurricane Weapon Now! PL2 ; [ 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 ; [ Action Fighter ] afighter:0:0000:00:999:[ There are no cheats ]:REASON 1 afighter:0:0000:00:999:[ for this game as it ]:REASON 1 afighter:0:0000:00:999:[ didn't work the last ]:REASON 1 afighter:0:0000:00:999:[ time it was tested. ]:REASON 1 afighter:0:0000:00:999:[ If the game now works ]:REASON 1 afighter:0:0000:00:999:[ please request cheats ]:REASON 1 afighter:0:0000:00:999:[ for it on the cheat ]:REASON 1 afighter:0:0000:00:999:[ forums. ]:REASON 1 ; [ Air Gallet ] agallet:0:1001CD:09:000:Infinite Credits agallet:0:1002ED:07:000:Infinite Lives PL1 agallet:0:100D73:05:000:Infinite Bombs PL1 agallet:0:100D71:01:000:Invincibility PL1 agallet:0:100D7C:1D:000:Maximum Fire Power PL1 agallet:0:1002EF:07:000:Infinite Lives PL2 agallet:0:100E33:05:000:Infinite Bombs PL2 agallet:0:100E31:01:000:Invincibility PL2 agallet:0:100E3C:1D:000:Maximum Fire Power PL2 ; [ Air Inferno (US) ] ainferno:0:0C0011:09:000:Infinite Credits ainferno:0:0000:00:999:[ There are no cheats ]:REASON 1 ainferno:0:0000:00:999:[ for this game as it ]:REASON 1 ainferno:0:0000:00:999:[ didn't work the last ]:REASON 1 ainferno:0:0000:00:999:[ time it was tested. ]:REASON 1 ainferno:0:0000:00:999:[ If the game now works ]:REASON 1 ainferno:0:0000:00:999:[ please request cheats ]:REASON 1 ainferno:0:0000:00:999:[ for it on the cheat ]:REASON 1 ainferno:0:0000:00:999:[ forums. ]:REASON 1 ; [ Air Buster (Japan) ] airbustj:0:F000:09:000:Infinite Credits airbustj:0:F007:0A:000:Infinite Lives PL1 airbustj:0:C840:00:000:Invincibility PL1 airbustj:0:E667:09:000:Maximum fire power PL1 airbustj:0:E666:00:000:Always no extra weapons PL1 airbustj:0:E666:01:000:Always have Side shot PL1 airbustj:0:E666:02:000:Always have Rear shot PL1 airbustj:0:E666:03:000:Always have 6-way PL1 airbustj:0:E666:04:000:Always have Powerball PL1 airbustj:0:E666:05:000:Always have B PL1 airbustj:0:E666:06:000:Always have R Missiles PL1 airbustj:0:E666:07:000:Always have G Missiles PL1 airbustj:0:E666:00:001:No extra weapon Now! PL1 airbustj:0:E666:01:001:Get Side shot Now! PL1 airbustj:0:E666:02:001:Get Rear shot Now! PL1 airbustj:0:E666:03:001:Get 6-way Now! PL1 airbustj:0:E666:04:001:Get Powerball Now! PL1 airbustj:0:E666:05:001:Get B Now! PL1 airbustj:0:E666:06:001:Get R Missiles Now! PL1 airbustj:0:E666:07:001:Get G Missiles Now! PL1 airbustj:0:F008:0A:000:Infinite Lives PL2 airbustj:0:C848:00:000:Invincibility PL2 airbustj:0:E67B:09:000:Maximum fire power PL2 airbustj:0:E67A:00:000:Always no extra weapons PL2 airbustj:0:E67A:01:000:Always have Side shot PL2 airbustj:0:E67A:02:000:Always have Rear shot PL2 airbustj:0:E67A:03:000:Always have 6-way PL2 airbustj:0:E67A:04:000:Always have Powerball PL2 airbustj:0:E67A:05:000:Always have B PL2 airbustj:0:E67A:06:000:Always have R Missiles PL2 airbustj:0:E67A:07:000:Always have G Missiles PL2 airbustj:0:E67A:00:001:No extra weapon Now! PL2 airbustj:0:E67A:01:001:Get Side shot Now! PL2 airbustj:0:E67A:02:001:Get Rear shot Now! PL2 airbustj:0:E67A:03:001:Get 6-way Now! PL2 airbustj:0:E67A:04:001:Get Powerball Now! PL2 airbustj:0:E67A:05:001:Get B Now! PL2 airbustj:0:E67A:06:001:Get R Missiles Now! PL2 airbustj:0:E67A:07:001:Get G Missiles Now! PL2 ; [ Air Buster ] airbustr:0:F000:09:000:Infinite Credits airbustr:0:F007:0A: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:0A: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 Combat 22 (Rev. ACS1 Ver.B) ] airco22b:0:0000:00:999:[ There are no cheats ]:REASON 1 airco22b:0:0000:00:999:[ for this game as it ]:REASON 1 airco22b:0:0000:00:999:[ didn't work the last ]:REASON 1 airco22b:0:0000:00:999:[ time it was tested. ]:REASON 1 airco22b:0:0000:00:999:[ If the game now works ]:REASON 1 airco22b:0:0000:00:999:[ please request cheats ]:REASON 1 airco22b:0:0000:00:999:[ for it on the cheat ]:REASON 1 airco22b:0:0000:00:999:[ forums. ]:REASON 1 ; [ Air Combat (Japan) ] aircombj:0:10012F:09:000:Infinite Credits :aircombj:00100000:10045A:00000E10:FFFFFFFF:Infinite Time :aircombj:00100000:10046A:0000270F:FFFFFFFF:Infinite Guns ; [ Air Combat (US) ] aircombu:0:10012F:09:000:Infinite Credits :aircombu:00100000:10045A:00000E10:FFFFFFFF:Infinite Time :aircombu:00100000:10046A:0000270F:FFFFFFFF:Infinite Guns ; [ 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 Raid (encrypted) ] airraid:0:0000:00:999:[ There are no cheats ]:REASON 1 airraid:0:0000:00:999:[ for this game as it ]:REASON 1 airraid:0:0000:00:999:[ didn't work the last ]:REASON 1 airraid:0:0000:00:999:[ time it was tested. ]:REASON 1 airraid:0:0000:00:999:[ If the game now works ]:REASON 1 airraid:0:0000:00:999:[ please request cheats ]:REASON 1 airraid:0:0000:00:999:[ for it on the cheat ]:REASON 1 airraid:0:0000:00:999:[ forums. ]:REASON 1 ; [ Airwolf ] 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 ; [ Mahjong Angel Kiss ] akiss:0:FEE050A2:63:000:Infinite Credits :akiss:00200000:FEE05402:00999999:FFFFFFFF:Infinite Points akiss:0:FEE053BC:00:000:Infinite Thinking Time :akiss:00000300:FEE05764:00000002:FFFFFFFF:Select Round akiss:0:FEE053E4:06:000:1 Win to finish this Round Now! akiss:0:FEE054AE:30:001:Get winning hand Now! akiss:0:FEE054B0:30:501:Get winning hand Now! (02/14) akiss:0:FEE054B2:30:501:Get winning hand Now! (03/14) akiss:0:FEE054B4:31:501:Get winning hand Now! (04/14) akiss:0:FEE054B6:31:501:Get winning hand Now! (05/14) akiss:0:FEE054B8:31:501:Get winning hand Now! (06/14) akiss:0:FEE054BA:32:501:Get winning hand Now! (07/14) akiss:0:FEE054BC:32:501:Get winning hand Now! (08/14) akiss:0:FEE054BE:32:501:Get winning hand Now! (09/14) akiss:0:FEE054C0:33:501:Get winning hand Now! (10/14) akiss:0:FEE054C2:33:501:Get winning hand Now! (11/14) akiss:0:FEE054C4:33:501:Get winning hand Now! (12/14) akiss:0:FEE054C6:34:501:Get winning hand Now! (13/14) akiss:0:FEE054C8:34:501:Get winning hand Now! (14/14) akiss:0:FEE054AE:30:000:Always winning hand akiss:0:FEE054B0:30:500:Always winning hand (02/14) akiss:0:FEE054B2:30:500:Always winning hand (03/14) akiss:0:FEE054B4:31:500:Always winning hand (04/14) akiss:0:FEE054B6:31:500:Always winning hand (05/14) akiss:0:FEE054B8:31:500:Always winning hand (06/14) akiss:0:FEE054BA:32:500:Always winning hand (07/14) akiss:0:FEE054BC:32:500:Always winning hand (08/14) akiss:0:FEE054BE:32:500:Always winning hand (09/14) akiss:0:FEE054C0:33:500:Always winning hand (10/14) akiss:0:FEE054C2:33:500:Always winning hand (11/14) akiss:0:FEE054C4:33:500:Always winning hand (12/14) akiss:0:FEE054C6:34:500:Always winning hand (13/14) akiss:0:FEE054C8:34:500:Always winning hand (14/14) ; [ Akkanvader (Japan) ] akkanvdr:0:40FFCB:09:000:Infinite Credits akkanvdr:0:000000:00:999:[ Enable this round cheat on the ] akkanvdr:0:000000:00:999:[ Round Screen to work properly! ] akkanvdr:0:4155AB:05:072:Select current round akkanvdr:0:410CDF:08:000:Infinite Lives PL1 akkanvdr:0:410CC9:3B:000:Always have Auto&Full Pow PL1 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 Pow PL1 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:100:Region Switch = Japan akkanvdr:0:07FFFF:02:100:Region Switch = US akkanvdr:0:07FFFF:03:100: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: The Lost Stars (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: The Lost Stars (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:4E14:06:000:Infinite Lives alibaba:0:4E15:05:500:Infinite Lives (2/2) alibaba:0:4DA5:00:000:Invincibility alibaba:0:4E1C:01:001:1 enemy to finish round Now! ; [ Alien³: The Gun ] alien3:0:701F25:09:000:Infinite Credits PL1 :alien3:00100000:2006A0:00000280:FFFFFFFF:Infinite Energy PL1 alien3:0:200697:09:000:Infinite Bombs PL1 alien3:0:701F24:09:000:Infinite Credits PL2 :alien3:00100000:2007A0:00000280:FFFFFFFF:Infinite Energy PL2 alien3:0:200797:09:000:Infinite Bombs PL2 ; [ 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:62000000:202C:00000004:FFFFFFFF:Bullet Speed always = :alieninv:00010000:202C:00000002:FFFFFFFF:Slow :alieninv:00010000:202C:00000004:FFFFFFFF:Normal :alieninv:00010000:202C:00000006:FFFFFFFF:Fast :alieninv:00010000:202C:00000008:FFFFFFFF:V Fast :alieninv:00010000:202C:0000000A:FFFFFFFF:Turbo 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 ; [ Alligator Hunt ] aligator:0:FE0027:04:000:Infinite Energy PL1 aligator:0:FE002D:63:000:Infinite Missiles PL1 aligator:0:FE00A7:04:000:Infinite Energy PL2 aligator:0:FE00AD:63:000:Infinite Missiles PL2 ; [ Alligator Hunt (unprotected) ] aligatun:0:FE0027:04:000:Infinite Energy PL1 aligatun:0:FE002D:63:000:Infinite Missiles PL1 aligatun:0:FE00A7:04:000:Infinite Energy PL2 aligatun:0:FE00AD:63:000:Infinite Missiles PL2 ; [ Alley Master ] alleymas:0:E7E6:09:000:Infinite Credits alleymas:0:E280:FF:000:Score 255 with every throw ; [ Alpha Fighter / Head On ] alphaho:0:85D9:06:000:Infinite Lives (Alpha F) PL1 alphaho:0:85DB:06:000:Infinite Lives (Alpha F) PL2 alphaho:0:85BE:08:000:Infinite Lives (Head On) PL1 alphaho:0:85BF:08:000:Infinite Lives (Head On) PL2 ; [ Alpha Mission II / ASO II - Last Guardian ] alpham2:0:10FD89:64:000:Infinite Continues alpham2:0:100FEC:00:500:Infinite Continues (2/2) alpham2:0:1010F2:03: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:03:000:Infinite Lives PL2 alpham2:0:1011DD:18:000:Weapon Power Up PL2 alpham2:0:101115:00:000:Invincibility PL2:Sprite flickers ; [ Alpha One (prototype, 5 lives) ] alphaona:0:08CE:0A:000:Infinite Lives alphaona:0:08CB:99:000:Infinite Reactor Time alphaona:0:08CD:FE:000:Infinite Oxygen ; [ Alpha One (prototype, 3 lives) ] alphaone:0:08CE:0A:000:Infinite Lives alphaone:0:08CB:99:000:Infinite Reactor Time alphaone:0:08CD:FE:000:Infinite Oxygen ; [ Alphax Z, The (Japan) ] 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 ; [ Alpine Racer (Rev. AR2 Ver.C) ] alpinerc:0:0000:00:999:[ There are no cheats ]:REASON 1 alpinerc:0:0000:00:999:[ for this game as it ]:REASON 1 alpinerc:0:0000:00:999:[ didn't work the last ]:REASON 1 alpinerc:0:0000:00:999:[ time it was tested. ]:REASON 1 alpinerc:0:0000:00:999:[ If the game now works ]:REASON 1 alpinerc:0:0000:00:999:[ please request cheats ]:REASON 1 alpinerc:0:0000:00:999:[ for it on the cheat ]:REASON 1 alpinerc:0:0000:00:999:[ forums. ]:REASON 1 ; [ Alpine Racer (Rev. AR2 Ver.D) ] alpinerd:0:0000:00:999:[ There are no cheats ]:REASON 1 alpinerd:0:0000:00:999:[ for this game as it ]:REASON 1 alpinerd:0:0000:00:999:[ didn't work the last ]:REASON 1 alpinerd:0:0000:00:999:[ time it was tested. ]:REASON 1 alpinerd:0:0000:00:999:[ If the game now works ]:REASON 1 alpinerd:0:0000:00:999:[ please request cheats ]:REASON 1 alpinerd:0:0000:00:999:[ for it on the cheat ]:REASON 1 alpinerd:0:0000:00:999:[ forums. ]:REASON 1 ; [ 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:000:Always Beast PL1 (2/3) altbeas2:0:FFE01B:01:000:Always Beast PL1 (3/3) 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:000:Always Beast PL2 (2/3) altbeas2:0:FFE09B:01:000:Always Beast PL2 (3/3) ; [ 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:000:Always Beast PL1 (2/3) altbeast:0:FFE01B:01:000:Always Beast PL1 (3/3) 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:000:Always Beast PL2 (2/3) altbeast:0:FFE09B:01:000:Always Beast PL2 (3/3) ; [ Sei Senshi Amatelass ] amatelas:0:040CF3:05:000:Infinite Bombs :amatelas:20800000:0036A5:00000002:FFFFFFFF:Invincibility :amatelas:20910000:0036BA:00004E71:FFFFFFFF:Invincibility (2/7) :amatelas:20910000:0036D0:00004E71:FFFFFFFF:Invincibility (3/7) :amatelas:20910000:0036E6:00004E71:FFFFFFFF:Invincibility (4/7) :amatelas:20910000:0036FC:00004E71:FFFFFFFF:Invincibility (5/7) :amatelas:20910000:003712:00004E71:FFFFFFFF:Invincibility (6/7) :amatelas:20910000:003728:00004E71:FFFFFFFF:Invincibility (7/7) amatelas:0:040CBD:0B:000:Infinite Lives PL1 amatelas:0:040CCD:0B:000:Infinite Lives PL2 ; [ Soldier Girl Amazon ] amazon:0:040CF2:05:000:Infinite Bombs :amazon:20800000:0036A9:00000002:FFFFFFFF:Invincibility :amazon:20910000:0036BE:00004E71:FFFFFFFF:Invincibility (2/7) :amazon:20910000:0036D4:00004E71:FFFFFFFF:Invincibility (3/7) :amazon:20910000:0036EA:00004E71:FFFFFFFF:Invincibility (4/7) :amazon:20910000:003700:00004E71:FFFFFFFF:Invincibility (5/7) :amazon:20910000:003716:00004E71:FFFFFFFF:Invincibility (6/7) :amazon:20910000:00372C:00004E71:FFFFFFFF:Invincibility (7/7) amazon:0:040CBD:0B:000:Infinite Lives PL1 amazon:0:040CCD:0B:000:Infinite Lives PL2 ; [ 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 ; [ Ambush (Tecfri) ] ambusht:0:804C:99:000:Infinite Credits ambusht:0:8434:00:000:Infinite Time ambusht:0:844F:30:000:Infinite Fuel ambusht:0:8059:03:000:Infinite Lives PL1 ambusht:0:805A:03:000:Infinite Lives PL2 ; [ AmeriDarts ] amerdart:0:0000:00:999:[ There are no cheats ]:REASON 1 amerdart:0:0000:00:999:[ for this game as it ]:REASON 1 amerdart:0:0000:00:999:[ didn't work the last ]:REASON 1 amerdart:0:0000:00:999:[ time it was tested. ]:REASON 1 amerdart:0:0000:00:999:[ If the game now works ]:REASON 1 amerdart:0:0000:00:999:[ please request cheats ]:REASON 1 amerdart:0:0000:00:999:[ for it on the cheat ]:REASON 1 amerdart:0:0000:00:999:[ forums. ]:REASON 1 ; [ 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:1000D8:FF:000:Infinite Continues PL1 androdun:0:100343:03:000:Infinite Lives PL1 androdun:0:100350:07:000:Maximum Shot Power (Blue Weapon) PL1 androdun:0:100351:05:000:Maximum Bomb Power (Orange Weapon) PL1 androdun:0:100352:08:000:Maximum Missile Power (Yellow Weapon) PL1 androdun:0:100353:08:000:Maximum Unit Power (Green Weapon) PL1 androdun:0:1001A7:07:000:Perfect Bonus PL1:And no bonus for PL2 androdun:0:1001A9:00:500:Perfect Bonus PL1 (2/2) androdun:0:1000D9:FF:000:Infinite Continues PL2 androdun:0:100383:03:000:Infinite Lives PL2 androdun:0:100390:07:000:Maximum Shot Power (Blue Weapon) PL2 androdun:0:100391:05:000:Maximum Bomb Power (Orange Weapon) PL2 androdun:0:100392:08:000:Maximum Missile Power (Yellow Weapon) PL2 androdun:0:100393:08:000:Maximum Unit Power (Green Weapon) PL2 androdun:0:1001A7:00:000:Perfect Bonus PL2:And no bonus for PL1 androdun:0:1001A9:07:500:Perfect Bonus PL2 (2/2) ; [ Andromeda (Japan?) ] andromed:0:0000:00:999:[ There are no cheats ]:REASON 1 andromed:0:0000:00:999:[ for this game as it ]:REASON 1 andromed:0:0000:00:999:[ didn't work the last ]:REASON 1 andromed:0:0000:00:999:[ time it was tested. ]:REASON 1 andromed:0:0000:00:999:[ If the game now works ]:REASON 1 andromed:0:0000:00:999:[ please request cheats ]:REASON 1 andromed:0:0000:00:999:[ for it on the cheat ]:REASON 1 andromed:0:0000:00:999:[ forums. ]:REASON 1 ; [ Angel Kids (Japan) ] angelkds:0:C301:03:000:Infinite Lives ; [ 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:FA:000:Infinite Time aodk:0:10B64A:00:500:Infinite Time (2/3) aodk:0:10B64B:00:500:Infinite Time (3/3) aodk:0:100066:0B:000:Infinite Energy PL1 aodk:0:100067:FF:500:Infinite Energy PL1 (2/2) aodk:0:100066:00:001:Drain All Energy Now! PL1 aodk:0:100067:00:501:Drain All Energy Now! PL1 (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 All Energy Now! PL2 aodk:0:100167:00:501:Drain All Energy Now! PL2 (2/2) ; [ Art of Fighting / Ryuuko no Ken ] aof:0:108406:99:000:Infinite Time (Turn OFF on the Bonus Stage!) aof:0:108406:00:001:Finish this Fight Now! aof:0:1092CD:60:000:Infinite Energy PL1 aof:0:1092CD:01:001:Drain All Energy Now! PL1 aof:0:1094A4:80:000:Infinite Power PL1 aof:0:1094A4:00:000:Always have Minimum Power PL1 aof:0:1094A4:00:001:Drain All Power Now! PL1 :aof:62000000:00000000:00000000:FFFFFFFF:Select C button action PL1:The C button does essentially what the A or B button does (outside throw range), depending on which button was pressed last. Eg pressing A, then C will throw a punch for the C press, while pressing B then C will throw a kick for the C action. :aof:00010000:1094B5:00000000:00000001:Punch :aof:00010000:1094B5:00000001:00000001:Kick :aof:62000001:000000:00000000:00000000:Select Character PL1:This cheat switches the character immediately when your character moves but the energy bar character icon and name won't update till the next round. :aof:00010001:1092C3:00000000:FFFFFFFF:Ryo Sakazaki :aof:00010001:1092C3:00000001:FFFFFFFF:Robert Garcia :aof:00010001:1092C3:00000002:FFFFFFFF:Ryuhaku Todo :aof:00010001:1092C3:00000003:FFFFFFFF:Jack Turner :aof:00010001:1092C3:00000004:FFFFFFFF:Lee Pai Long :aof:00010001:1092C3:00000005:FFFFFFFF:King :aof:00010001:1092C3:00000006:FFFFFFFF:Micky Rodgers :aof:00010001:1092C3:00000007:FFFFFFFF:John Crawley :aof:00010001:1092C3:00000008:FFFFFFFF:#Mr. Big :aof:00010001:1092C3:00000009:FFFFFFFF:#Mr. Karate aof:0:1093CD:60:000:Infinite Energy PL2 aof:0:1093CD:01:001:Drain All Energy Now! PL2 aof:0:1095A4:80:000:Infinite Power PL2 aof:0:1095A4:00:000:Always have Minimum Power PL2 aof:0:1095A4:00:001:Drain All Power Now! PL2 :aof:62000000:00000000:00000000:FFFFFFFF:Select C button action PL2:The C button does essentially what the A or B button does (outside throw range), depending on which button was pressed last. Eg pressing A, then C will throw a punch for the C press, while pressing B then C will throw a kick for the C action. :aof:00010000:1095B5:00000000:00000001:Punch :aof:00010000:1095B5:00000001:00000001:Kick :aof:62000001:000000:00000000:00000000:Select Character PL2:This cheat switches the character immediately when your character moves but the energy bar character icon and name won't update till the next round. :aof:00010001:1093C3:00000000:FFFFFFFF:Ryo Sakazaki :aof:00010001:1093C3:00000001:FFFFFFFF:Robert Garcia :aof:00010001:1093C3:00000002:FFFFFFFF:Ryuhaku Todo :aof:00010001:1093C3:00000003:FFFFFFFF:Jack Turner :aof:00010001:1093C3:00000004:FFFFFFFF:Lee Pai Long :aof:00010001:1093C3:00000005:FFFFFFFF:King :aof:00010001:1093C3:00000006:FFFFFFFF:Micky Rodgers :aof:00010001:1093C3:00000007:FFFFFFFF:John Crawley :aof:00010001:1093C3:00000008:FFFFFFFF:#Mr. Big :aof:00010001:1093C3:00000009:FFFFFFFF:#Mr. Karate ; [ Art of Fighting 2 / Ryuuko no Ken 2 (set 1) ] aof2:0:108406:99:000:Infinite Time (Turn OFF on the Bonus Stage!) aof2:0:108406:00:001:Finish this Fight Now! aof2:0:1092ED:60:000:Infinite Energy PL1 aof2:0:1092ED:01:001:Drain All Energy Now! PL1 aof2:0:1094A4:80:000:Infinite Power PL1 aof2:0:1094A4:00:000:Always have Minimum Power PL1 aof2:0:1094A4:00:001:Drain All Power Now! PL1 aof2:0:000000:00:999:[ Free player selection-Can be used anytime! ] aof2:0:000000:00:999:[ At selection screen, use AFTER selection, ] aof2:0:000000:00:999:[ however there are some palette glitches. ] aof2:0:1092E3:01:001:Play with Ryo Sakazaki PL1 aof2:0:1092E3:02:001:Play with Robert Garcia PL1 aof2:0:1092E3:03:001:Play with Eiji Kisaragi PL1 aof2:0:1092E3:04:001:Play with Jack Turner PL1 aof2:0:1092E3:05:001:Play with Lee Pai Long PL1 aof2:0:1092E3:06:001:Play with King PL1 aof2:0:1092E3:07:001:Play with Mickey Rogers PL1 aof2:0:1092E3:08:001:Play with John Crawley PL1 aof2:0:1092E3:09:001:Play with Big PL1 aof2:0:1092E3:0A:001:Play with Takuma Sakazaki PL1 aof2:0:1092E3:0B:001:Play with Yuri Sakazaki PL1 aof2:0:1092E3:0C:001:Play with Temjin PL1 aof2:0:1092E3:0D:001:Play with Geese Howard PL1:Win causes "Game Over" aof2:0:1093ED:60:000:Infinite Energy PL2 aof2:0:1093ED:01:001:Drain All Energy Now! PL2 aof2:0:1095A4:80:000:Infinite Power PL2 aof2:0:1095A4:00:000:Always have Minimum Power PL2 aof2:0:1095A4:00:001:Drain All Power Now! PL2 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-Can be used anytime! ] aof2:0:000000:00:999:[ At selection screen, use AFTER selection, ] aof2:0:000000:00:999:[ however there are some palette glitches. ] aof2:0:1092E3:0D:001:Play with Geese Howard PL1:Win causes "Game Over" aof2:0:1093E3:01:001:Play with Ryo Sakazaki PL2 aof2:0:1093E3:02:001:Play with Robert Garcia PL2 aof2:0:1093E3:03:001:Play with Eiji Kisaragi PL2 aof2:0:1093E3:04:001:Play with Jack Turner PL2 aof2:0:1093E3:05:001:Play with Lee Pai Long PL2 aof2:0:1093E3:06:001:Play with King PL2 aof2:0:1093E3:07:001:Play with Mickey Rogers PL2 aof2:0:1093E3:08:001:Play with John Crawley PL2 aof2:0:1093E3:09:001:Play with Big PL2 aof2:0:1093E3:0A:001:Play with Takuma Sakazaki PL2 aof2:0:1093E3:0B:001:Play with Yuri Sakazaki PL2 aof2:0:1093E3:0C:001:Play with Temjin PL2 aof2:0:1093E3:0D:001:Play with Geese Howard 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 2 / Ryuuko no Ken 2 (set 2) ] aof2a:0:108406:99:000:Infinite Time (Turn OFF on the Bonus Stage!) aof2a:0:108406:00:001:Finish this Fight Now! aof2a:0:1092ED:60:000:Infinite Energy PL1 aof2a:0:1092ED:01:001:Drain All Energy Now! PL1 aof2a:0:1094A4:80:000:Infinite Power PL1 aof2a:0:1094A4:00:000:Always have Minimum Power PL1 aof2a:0:1094A4:00:001:Drain All Power Now! PL1 aof2a:0:000000:00:999:[ Free player selection-Can be used anytime! ] aof2a:0:000000:00:999:[ At selection screen, use AFTER selection, ] aof2a:0:000000:00:999:[ however there are some palette glitches. ] aof2a:0:1092E3:01:001:Play with Ryo Sakazaki PL1 aof2a:0:1092E3:02:001:Play with Robert Garcia PL1 aof2a:0:1092E3:03:001:Play with Eiji Kisaragi PL1 aof2a:0:1092E3:04:001:Play with Jack Turner PL1 aof2a:0:1092E3:05:001:Play with Lee Pai Long PL1 aof2a:0:1092E3:06:001:Play with King PL1 aof2a:0:1092E3:07:001:Play with Mickey Rogers PL1 aof2a:0:1092E3:08:001:Play with John Crawley PL1 aof2a:0:1092E3:09:001:Play with Big PL1 aof2a:0:1092E3:0A:001:Play with Takuma Sakazaki PL1 aof2a:0:1092E3:0B:001:Play with Yuri Sakazaki PL1 aof2a:0:1092E3:0C:001:Play with Temjin PL1 aof2a:0:1092E3:0D:001:Play with Geese Howard PL1:Win causes "Game Over" aof2a:0:1093ED:60:000:Infinite Energy PL2 aof2a:0:1093ED:01:001:Drain All Energy Now! PL2 aof2a:0:1095A4:80:000:Infinite Power PL2 aof2a:0:1095A4:00:000:Always have Minimum Power PL2 aof2a:0:1095A4:00:001:Drain All Power Now! PL2 aof2a:0:108429:0E:001:Next fight = Boss Now! aof2a:0:108429:0F:001:Next fight = Special BossNow! aof2a:0:000000:00:999:[ Free player selection-Can be used anytime! ] aof2a:0:000000:00:999:[ At selection screen, use AFTER selection, ] aof2a:0:000000:00:999:[ however there are some palette glitches. ] aof2a:0:1092E3:0D:001:Play with Geese Howard PL1:Win causes "Game Over" aof2a:0:1093E3:01:001:Play with Ryo Sakazaki PL2 aof2a:0:1093E3:02:001:Play with Robert Garcia PL2 aof2a:0:1093E3:03:001:Play with Eiji Kisaragi PL2 aof2a:0:1093E3:04:001:Play with Jack Turner PL2 aof2a:0:1093E3:05:001:Play with Lee Pai Long PL2 aof2a:0:1093E3:06:001:Play with King PL2 aof2a:0:1093E3:07:001:Play with Mickey Rogers PL2 aof2a:0:1093E3:08:001:Play with John Crawley PL2 aof2a:0:1093E3:09:001:Play with Big PL2 aof2a:0:1093E3:0A:001:Play with Takuma Sakazaki PL2 aof2a:0:1093E3:0B:001:Play with Yuri Sakazaki PL2 aof2a:0:1093E3:0C:001:Play with Temjin PL2 aof2a:0:1093E3:0D:001:Play with Geese Howard PL2:Win causes "Game Over" aof2a:0:000000:00:999:[ These 4 Cheats are UNTESTED ] aof2a:0:1094D6:99:000:Extended Energy Bar PL1 aof2a:0:1094D7:99:500:Extended Energy Bar PL1 (2/2) aof2a:0:1095D6:99:000:Extended Energy Bar PL2 aof2a: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:63:000:Infinite Time aof3:0:000000:00:999:[ The Go to Boss Now! Cheat must be activated ] aof3:0:000000:00:999:[ on the 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:100468:10:000:Infinite Energy PL1 aof3:0:100469:00:500:Infinite Energy PL1 (2/2) aof3:0:100468:00:001:Drain All Energy Now! PL1 aof3:0:100469:01:501:Drain All Energy Now! PL1 (2/2) aof3:0:10046A:10:000:Infinite Power PL1 aof3:0:10046B:00:500:Infinite Power PL1 (2/2) aof3:0:10046A:00:000:Always have Minimum Power PL1 aof3:0:10046B:00:500:Always have Minimum Power PL1 (2/2) aof3:0:10046A:00:001:Drain All Power Now! PL1 aof3:0:10046B:01:501:Drain All Power Now! PL1 (2/2) aof3:0:000000:00:999:[ Free player selection-No secret characters ] aof3:0:000000:00:999:[ Use between rounds only. Doesn't work for ] aof3:0:000000:00:999:[ 1st round though. ] 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:100568:10:000:Infinite Energy PL2 aof3:0:100569:00:500:Infinite Energy PL2 (2/2) aof3:0:100568:00:001:Drain All Energy Now! PL2 aof3:0:100569:01:501:Drain All Energy Now! PL2 (2/2) aof3:0:10056A:10:000:Infinite Power PL2 aof3:0:10056B:00:500:Infinite Power PL2 (2/2) aof3:0:10056A:00:000:Always have Minimum Power PL2 aof3:0:10056B:00:500:Always have Minimum Power PL2 (2/2) aof3:0:10056A:00:001:Drain All Power Now! PL2 aof3:0:10056B:01:501:Drain All Power Now! PL2 (2/2) aof3:0:000000:00:999:[ Free player selection-No secret characters ] aof3:0:000000:00:999:[ Use between rounds only. Doesn't work for ] aof3:0:000000:00:999:[ 1st round though. ] 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 (rev 7) ] 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 (rev 1) ] apb1:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb1:0:0DD4:10:000:Infinite Time apb1:0:0D8B:FF:000:Infinite Gas apb1:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (rev 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 ; [ APB - All Points Bulletin (rev 3) ] apb3:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb3:0:0DD4:10:000:Infinite Time apb3:0:0D8B:FF:000:Infinite Gas apb3:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (rev 4) ] apb4:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb4:0:0DD4:10:000:Infinite Time apb4:0:0D8B:FF:000:Infinite Gas apb4:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (rev 5) ] apb5:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb5:0:0DD4:10:000:Infinite Time apb5:0:0D8B:FF:000:Infinite Gas apb5:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (rev 6) ] apb6:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apb6:0:0DD4:10:000:Infinite Time apb6:0:0D8B:FF:000:Infinite Gas apb6:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (French) ] apbf:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apbf:0:0DD4:10:000:Infinite Time apbf:0:0D8B:FF:000:Infinite Gas apbf:0:0DD5:00:000:Infinite Demerits ; [ APB - All Points Bulletin (German) ] apbg:1:0035:1F:000:Infinite Credits:Also fixes no soundcard problem apbg:0:0DD4:10:000:Infinite Time apbg:0:0D8B:FF:000:Infinite Gas apbg:0:0DD5:00:000:Infinite Demerits ; [ Apocaljpse Now ] aponow:0:8669:09:000:Infinite Lives aponow:0:8273:01:000:Fire always enabled aponow:0:868F:01:001:One man needed to land Now! ; [ Apparel Night (Japan 860929) ] apparel:0:0000:00:999:[ The winning hand cheat must be ] apparel:0:0000:00:999:[ activated when there are 14 tiles ] apparel:0:0000:00:999:[ in your hand, then press the RON ] apparel:0:0000:00:999:[ key ('Z' by default). The tiles do ] apparel:0:0000:00:999:[ not visually change until you make ] apparel:0:0000:00:999:[ 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) :apparel:00000006:F406:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :apparel:00000006:F486:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. apparel:0:0000:00:999:[ Here is the look-up list for ] apparel:0:0000:00:999:[ the above watches. ] apparel:0:0000:00:999:[ ] apparel:0:0000:00:999:[ value common name chinese name ] apparel:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] apparel:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] apparel:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] apparel:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] apparel:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] apparel:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] apparel:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] apparel:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] apparel:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] apparel:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] apparel:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] apparel:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] apparel:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] apparel:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] apparel:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] apparel:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] apparel:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] apparel:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] apparel:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] apparel:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] apparel:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] apparel:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] apparel:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] apparel:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] apparel:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] apparel:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] apparel:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] apparel:0:0000:00:999:[ 31h East "wind" ] apparel:0:0000:00:999:[ 32h South "wind" ] apparel:0:0000:00:999:[ 33h West "wind" ] apparel:0:0000:00:999:[ 34h North "wind" ] apparel:0:0000:00:999:[ 35h White "dragon" ] apparel:0:0000:00:999:[ 36h Green "dragon" ] apparel:0:0000:00:999:[ 37h Red "dragon" ] apparel:0:0000:00:999:[ 3Fh - no tile - ] ; [ 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 ; [ Aquarium (Japan) ] aquarium:0:FF8BF7:09:000:Infinite Credits :aquarium:62000000:000000:00000000:00000000:Attack Invincibility PL1 :aquarium:00010000:FF9A61:00000007:FFFFFFFF:Off & VERY MORTAL! :aquarium:00010000:FF9A61:00000000:FFFFFFFF:On :aquarium:62000000:000000:00000000:00000000:Next Top Shape PL1 always = :aquarium:00110000:FF4004:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF4004:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF4004:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF4004:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF4004:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF4004:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF4004:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF4004:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF4004:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF4004:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF4004:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF4004:00005800:FFFFFFFF:Pink Bubble :aquarium:62000000:000000:00000000:00000000:Next Mid Shape PL1 always = :aquarium:00110000:FF400A:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF400A:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF400A:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF400A:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF400A:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF400A:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF400A:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF400A:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF400A:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF400A:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF400A:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF400A:00005800:FFFFFFFF:Pink Bubble :aquarium:62000000:000000:00000000:00000000:Next Bot Shape PL1 always = :aquarium:00110000:FF4010:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF4010:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF4010:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF4010:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF4010:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF4010:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF4010:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF4010:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF4010:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF4010:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF4010:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF4010:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Top Shape PL1 Now! = :aquarium:00110001:FF4004:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF4004:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF4004:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF4004:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF4004:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF4004:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF4004:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF4004:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF4004:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF4004:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF4004:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF4004:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Mid Shape PL1 Now! = :aquarium:00110001:FF400A:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF400A:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF400A:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF400A:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF400A:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF400A:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF400A:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF400A:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF400A:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF400A:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF400A:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF400A:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Bot Shape PL1 Now! = :aquarium:00110001:FF4010:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF4010:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF4010:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF4010:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF4010:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF4010:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF4010:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF4010:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF4010:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF4010:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF4010:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF4010:00005800:FFFFFFFF:Pink Bubble :aquarium:62000000:000000:00000000:00000000:Attack Invincibility PL2 :aquarium:00010000:FF9A63:00000007:FFFFFFFF:Off & VERY MORTAL! :aquarium:00010000:FF9A63:00000000:FFFFFFFF:On :aquarium:62000000:000000:00000000:00000000:Next Top Shape PL2 always = :aquarium:00110000:FF3404:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF3404:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF3404:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF3404:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF3404:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF3404:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF3404:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF3404:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF3404:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF3404:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF3404:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF3404:00005800:FFFFFFFF:Pink Bubble :aquarium:62000000:000000:00000000:00000000:Next Mid Shape PL2 always = :aquarium:00110000:FF340A:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF340A:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF340A:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF340A:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF340A:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF340A:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF340A:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF340A:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF340A:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF340A:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF340A:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF340A:00005800:FFFFFFFF:Pink Bubble :aquarium:62000000:000000:00000000:00000000:Next Bot Shape PL2 always = :aquarium:00110000:FF3410:00000800:FFFFFFFF:Yellow Fish :aquarium:00110000:FF3410:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110000:FF3410:00000801:FFFFFFFF:Zebra Fish :aquarium:00110000:FF3410:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110000:FF3410:00000802:FFFFFFFF:Blue Fish :aquarium:00110000:FF3410:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110000:FF3410:00000803:FFFFFFFF:Red Fish :aquarium:00110000:FF3410:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110000:FF3410:00000804:FFFFFFFF:Green Fish :aquarium:00110000:FF3410:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110000:FF3410:00004000:FFFFFFFF:Empty Bubble :aquarium:00110000:FF3410:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Top Shape PL2 Now! = :aquarium:00110001:FF3404:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF3404:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF3404:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF3404:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF3404:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF3404:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF3404:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF3404:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF3404:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF3404:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF3404:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF3404:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Mid Shape PL2 Now! = :aquarium:00110001:FF340A:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF340A:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF340A:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF340A:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF340A:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF340A:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF340A:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF340A:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF340A:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF340A:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF340A:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF340A:00005800:FFFFFFFF:Pink Bubble :aquarium:62000001:000000:00000000:00000000:Next Bot Shape PL2 Now! = :aquarium:00110001:FF3410:00000800:FFFFFFFF:Yellow Fish :aquarium:00110001:FF3410:00004800:FFFFFFFF:Yellow Fish in Bubble :aquarium:00110001:FF3410:00000801:FFFFFFFF:Zebra Fish :aquarium:00110001:FF3410:00004801:FFFFFFFF:Zebra Fish in Bubble :aquarium:00110001:FF3410:00000802:FFFFFFFF:Blue Fish :aquarium:00110001:FF3410:00004802:FFFFFFFF:Blue Fish in Bubble :aquarium:00110001:FF3410:00000803:FFFFFFFF:Red Fish :aquarium:00110001:FF3410:00004803:FFFFFFFF:Red Fish in Bubble :aquarium:00110001:FF3410:00000804:FFFFFFFF:Green Fish :aquarium:00110001:FF3410:00004804:FFFFFFFF:Green Fish in Bubble :aquarium:00110001:FF3410:00004000:FFFFFFFF:Empty Bubble :aquarium:00110001:FF3410:00005800:FFFFFFFF:Pink Bubble ; [ Aqua Rush (AQ1/VER.A1) ] aquarush:0:0000:00:999:[ This game hasn't even ]:REASON 11 aquarush:0:0000:00:999:[ been looked at due to ]:REASON 11 aquarush:0:0000:00:999:[ time constraints - Too]:REASON 11 aquarush:0:0000:00:999:[ many games and so ]:REASON 11 aquarush:0:0000:00:999:[ little time. It is ]:REASON 11 aquarush:0:0000:00:999:[ even possible that ]:REASON 11 aquarush:0:0000:00:999:[ this game may be a ]:REASON 11 aquarush:0:0000:00:999:[ clone of an existing ]:REASON 11 aquarush:0:0000:00:999:[ game which may have ]:REASON 11 aquarush:0:0000:00:999:[ cheats. Please search ]:REASON 11 aquarush:0:0000:00:999:[ the cheat forums ]:REASON 11 aquarush:0:0000:00:999:[ before posting cheat ]:REASON 11 aquarush:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Arabian Fight ] arabfgt:0:20F082:05:000:Infinite Lives PL1 arabfgt:0:200650:00:000:Infinite Energy PL1:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgt:0:200651:00:500:Infinite Energy PL1 (2/2) arabfgt:0:20F084:05:000:Infinite Lives PL2 arabfgt:0:200AC8:00:000:Infinite Energy PL2:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgt:0:200AC9:00:500:Infinite Energy PL2 (2/2) arabfgt:0:20F086:05:000:Infinite Lives PL3 arabfgt:0:200F40:00:000:Infinite Energy PL3:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgt:0:200F41:00:500:Infinite Energy PL3 (2/2) arabfgt:0:20F088:05:000:Infinite Lives PL4 arabfgt:0:2013B8:00:000:Infinite Energy PL4:If you run out of time, turn this cheat OFF to die as you will not be able to move anymore. arabfgt:0:2013B9:00:500:Infinite Energy PL4 (2/2) ; [ 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:23:000:Infinite Energy PL1 arabiamj:0:40FF5B:09:000:Infinite Magic PL1 arabiamj:0:40FF77:09:000:Infinite Ammo PL1:Effective when you have a weapon 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:23:000:Infinite Energy PL2 arabiamj:0:40FFAB:09:000:Infinite Magic PL2 arabiamj:0:40FFC7:09:000:Infinite Ammo PL2:Effective when you have a weapon arabiamj:0:40FFCD:03:000:Invincibility PL2 arabiamj:0:40FF86:E8:000:Enemies never attack PL2 arabiamj:0:40FFFA:05:000:Infinite Lives PL3 arabiamj:0:40FFF7:23:000:Infinite Energy PL3 arabiamj:0:40FFFB:09:000:Infinite Magic PL3 arabiamj:0:410017:09:000:Infinite Ammo PL3:Effective when you have a weapon arabiamj:0:41001D:03:000:Invincibility PL3 arabiamj:0:40FFD6:E8:000:Enemies never attack PL3 arabiamj:0:41004A:05:000:Infinite Lives PL4 arabiamj:0:410047:23:000:Infinite Energy PL4 arabiamj:0:41004B:09:000:Infinite Magic PL4 arabiamj:0:410067:09:000:Infinite Ammo PL4:Effective when you have a weapon arabiamj:0:41006D:03:000:Invincibility PL4 arabiamj:0:410026:E8:000:Enemies never attack PL4 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:100:Region Switch = Japan arabiamj:0:0FFFFF:02:100:Region Switch = US arabiamj:0:0FFFFF:03:100: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:23:000:Infinite Energy PL1 arabiamu:0:40FF5B:09:000:Infinite Magic PL1 arabiamu:0:40FF77:09:000:Infinite Ammo PL1:Effective when you have a weapon 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:23:000:Infinite Energy PL2 arabiamu:0:40FFAB:09:000:Infinite Magic PL2 arabiamu:0:40FFC7:09:000:Infinite Ammo PL2:Effective when you have a weapon arabiamu:0:40FFCD:03:000:Invincibility PL2 arabiamu:0:40FF86:E8:000:Enemies never attack PL2 arabiamu:0:40FFFA:05:000:Infinite Lives PL3 arabiamu:0:40FFF7:23:000:Infinite Energy PL3 arabiamu:0:40FFFB:09:000:Infinite Magic PL3 arabiamu:0:410017:09:000:Infinite Ammo PL3:Effective when you have a weapon arabiamu:0:41001D:03:000:Invincibility PL3 arabiamu:0:40FFD6:E8:000:Enemies never attack PL3 arabiamu:0:41004A:05:000:Infinite Lives PL4 arabiamu:0:410047:23:000:Infinite Energy PL4 arabiamu:0:41004B:09:000:Infinite Magic PL4 arabiamu:0:410067:09:000:Infinite Ammo PL4:Effective when you have a weapon arabiamu:0:41006D:03:000:Invincibility PL4 arabiamu:0:410026:E8:000:Enemies never attack PL4 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:100:Region Switch = Japan arabiamu:0:0FFFFF:02:100:Region Switch = US arabiamu:0:0FFFFF:03:100: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:23:000:Infinite Energy PL1 arabianm:0:40FF5B:09:000:Infinite Magic PL1 arabianm:0:40FF77:09:000:Infinite Ammo PL1:Effective when you have a weapon 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:23:000:Infinite Energy PL2 arabianm:0:40FFAB:09:000:Infinite Magic PL2 arabianm:0:40FFC7:09:000:Infinite Ammo PL2:Effective when you have a weapon arabianm:0:40FFCD:03:000:Invincibility PL2 arabianm:0:40FF86:E8:000:Enemies never attack PL2 arabianm:0:40FFFA:05:000:Infinite Lives PL3 arabianm:0:40FFF7:23:000:Infinite Energy PL3 arabianm:0:40FFFB:09:000:Infinite Magic PL3 arabianm:0:410017:09:000:Infinite Ammo PL3:Effective when you have a weapon arabianm:0:41001D:03:000:Invincibility PL3 arabianm:0:40FFD6:E8:000:Enemies never attack PL3 arabianm:0:41004A:05:000:Infinite Lives PL4 arabianm:0:410047:23:000:Infinite Energy PL4 arabianm:0:41004B:09:000:Infinite Magic PL4 arabianm:0:410067:09:000:Infinite Ammo PL4:Effective when you have a weapon arabianm:0:41006D:03:000:Invincibility PL4 arabianm:0:410026:E8:000:Enemies never attack PL4 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:100:Region Switch = Japan arabianm:0:0FFFFF:02:100:Region Switch = US arabianm:0:0FFFFF:03:100: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:3E0FAA:A9:000:Never have any Spiders arcadecl:0:3E08D8:71:500:Never have any Spiders (2/2) arcadecl:0:3E231E:00:000:Never have any Scorpions 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 ] ; [ Waga Seishun no Arcadia ] arcadia:0:0036:03:000:Fast Fire Mode arcadia:0:E192:20:100:Invincibility arcadia:0:034D:0B:000:Infinite Lives PL1 arcadia:0:0356:0B:000:Infinite Lives PL2 ; [ 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 51 (Nov 15, 1995) ] area51:0:A04273:0A:000:Infinite Energy PL1 area51:0:A04247:08:000:Infinite Bullets PL1 area51:0:A0424B:09:000:Infinite Grenades PL1 area51:0:A0431B:0A:000:Infinite Energy PL2 area51:0:A042EF:08:000:Infinite Bullets PL2 area51:0:A042F3:09:000:Infinite Grenades PL2 ; [ Area 51 (Oct 25, 1995) ] area51a:0:A04273:0A:000:Infinite Energy PL1 area51a:0:A04247:08:000:Infinite Bullets PL1 area51a:0:A0424B:09:000:Infinite Grenades PL1 area51a:0:A0431B:0A:000:Infinite Energy PL2 area51a:0:A042EF:08:000:Infinite Bullets PL2 area51a:0:A042F3:09:000:Infinite Grenades PL2 ; [ Area 51 / Maximum Force Duo v2.0 ] area51mx:0:000000:00:999:[ Cheats for - Area 51 ] :area51mx:00000000:A199E1:00000004:FFFFFFFF:Infinite Lives PL1 :area51mx:00000000:A199B5:00000008:FFFFFFFF:Infinite Bullets PL1 :area51mx:00000000:A199B9:00000001:FFFFFFFF:Infinite Grenades PL1 :area51mx:00000000:A19A89:00000004:FFFFFFFF:Infinite Lives PL2 :area51mx:00000000:A19A5D:00000008:FFFFFFFF:Infinite Bullets PL2 :area51mx:00000000:A19A61:00000001:FFFFFFFF:Infinite Grenades PL2 area51mx:0:000000:00:999:[ Cheats for - Maximum Force Duo ] :area51mx:00000000:A19425:00000005:FFFFFFFF:Infinite Lives PL1 :area51mx:00000000:A19479:00000008:FFFFFFFF:Infinite Bullets PL1 :area51mx:00000000:A194B1:00000005:FFFFFFFF:Infinite Lives PL2 :area51mx:00000000:A19505:00000007:FFFFFFFF:Infinite Bullets PL2 ; [ Area 88 (Japan) ] area88:0:FF0FFE:09:000:Infinite Credits area88:0:FFE00B:02:000:Pause/Unpause Shop Timer 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) area88:0:FF10D6:00:000:Always face to the Right area88:0:FF10D6:04:000:Always face to the Left area88:0:FF10D6:00:001:Flip to face to the Right Now!:Best used with an activation key - Can cause scrolling problems area88:0:FF10D6:04:001:Flip to face to the Left Now!:Best used with an activation key - Can cause scrolling problems area88:0:FF15CD:40:000:Invincibility PL1 area88:0:FF160B:09:000:Infinite Money PL1 area88:0:FF15D3:06:000:Always have Max 2nd Weapon (level 7) PL1 area88:0:FF15E3:63:000:Infinite Second Weapon PL1 area88:0:FF15E1:00:000:Always have Phoenix as 2nd Weapon PL1 area88:0:000000:00:999:[ The TEXT display may NOT be updated between stages ] area88:0:000000:00:999:[ for these 2nd Weapon cheats ] area88:0:FF15E1:04:000:Always have Falcon as 2nd Weapon PL1 area88:0:FF15E1:08:000:Always have Bomb as 2nd Weapon PL1 area88:0:FF15E1:0C:000:Always have Bomb II as 2nd Weapon PL1 area88:0:FF15E1:10:000:Always have Napalm as 2nd Weapon PL1 area88:0:FF15E1:14:000:Always have Napalm II as 2nd Weapon PL1 area88:0:FF15E1:1C:000:Always have Bullpup as 2nd Weapon PL1 area88:0:FF15E1:20:000:Always have Bullpup II as 2nd Weapon PL1 area88:0:FF15E1:34:000:Always have Super Shell as 2nd Weapon PL1 area88:0:FF15E1:38:000:Always have Super Shell II as 2nd Weapon PL1 area88:0:FF15E1:00:001:Get Phoenix as 2nd Weapon Now! PL1 area88:0:FF15E1:04:001:Get Falcon as 2nd Weapon Now! PL1 area88:0:FF15E1:08:001:Get Bomb as 2nd Weapon Now! PL1 area88:0:FF15E1:0C:001:Get Bomb II as 2nd Weapon Now! PL1 area88:0:FF15E1:10:001:Get Napalm as 2nd Weapon Now! PL1 area88:0:FF15E1:14:001:Get Napalm II as 2nd Weapon Now! PL1 area88:0:FF15E1:1C:001:Get Bullpup as 2nd Weapon Now! PL1 area88:0:FF15E1:20:001:Get Bullpup II as 2nd Weapon Now! PL1 area88:0:FF15E1:34:001:Get Super Shell as 2nd Weapon Now! PL1 area88:0:FF15E1:38:001:Get Super Shell II as 2nd Weapon Now! PL1 area88:0:FF164D:40:000:Invincibility PL2 area88:0:FF168B:09:000:Infinite Money PL2 area88:0:FF1653:06:000:Always have Max 2nd Weapon (level 7) PL2 area88:0:FF1663:63:000:Infinite Second Weapon PL2 area88:0:000000:00:999:[ The TEXT display may NOT be updated between stages ] area88:0:000000:00:999:[ for these 2nd Weapon cheats ] area88:0:FF1661:00:000:Always have Phoenix as 2nd Weapon PL2 area88:0:FF1661:04:000:Always have Falcon as 2nd Weapon PL2 area88:0:FF1661:08:000:Always have Bomb as 2nd Weapon PL2 area88:0:FF1661:0C:000:Always have Bomb II as 2nd Weapon PL2 area88:0:FF1661:10:000:Always have Napalm as 2nd Weapon PL2 area88:0:FF1661:14:000:Always have Napalm II as 2nd Weapon PL2 area88:0:FF1661:1C:000:Always have Bullpup as 2nd Weapon PL2 area88:0:FF1661:20:000:Always have Bullpup II as 2nd Weapon PL2 area88:0:FF1661:34:000:Always have Super Shell as 2nd Weapon PL2 area88:0:FF1661:38:000:Always have Super Shell II as 2nd Weapon PL2 area88:0:FF1661:00:001:Get Phoenix as 2nd Weapon Now! PL2 area88:0:FF1661:04:001:Get Falcon as 2nd Weapon Now! PL2 area88:0:FF1661:08:001:Get Bomb as 2nd Weapon Now! PL2 area88:0:FF1661:0C:001:Get Bomb II as 2nd Weapon Now! PL2 area88:0:FF1661:10:001:Get Napalm as 2nd Weapon Now! PL2 area88:0:FF1661:14:001:Get Napalm II as 2nd Weapon Now! PL2 area88:0:FF1661:1C:001:Get Bullpup as 2nd Weapon Now! PL2 area88:0:FF1661:20:001:Get Bullpup II as 2nd Weapon Now! PL2 area88:0:FF1661:34:001:Get Super Shell as 2nd Weapon Now! PL2 area88:0:FF1661:38:001:Get Super Shell II as 2nd Weapon Now! PL2 ; [ Air Rescue ] arescue:0:0000:00:999:[ There are no cheats ]:REASON 1 arescue:0:0000:00:999:[ for this game as it ]:REASON 1 arescue:0:0000:00:999:[ didn't work the last ]:REASON 1 arescue:0:0000:00:999:[ time it was tested. ]:REASON 1 arescue:0:0000:00:999:[ If the game now works ]:REASON 1 arescue:0:0000:00:999:[ please request cheats ]:REASON 1 arescue:0:0000:00:999:[ for it on the cheat ]:REASON 1 arescue:0:0000:00:999:[ forums. ]:REASON 1 ; [ Argus ] argus:0:E021:09:000:Infinite Credits argus:0:E101:07:000:Infinite Lives argus:0:E004:40:000:Invincibility argus:0:F080:C0:500:Invincibility (2/2) 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 (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:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play 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 Now! arkangc:0:C658:82:001:Change Pill to Blue Now! arkangc:0:C658:83:001:Change Pill to Green Now! arkangc:0:C658:84:001:Change Pill to Orange Now! arkangc:0:C658:85:001:Change Pill to Purple Now! arkangc:0:C658:86:001:Change Pill to Cyan Now! arkangc:0:C658:87:001:Change Pill to Black Now! ; [ 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:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play 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 Now! arkanoid:0:C658:82:001:Change Pill to Blue Now! arkanoid:0:C658:83:001:Change Pill to Green Now! arkanoid:0:C658:84:001:Change Pill to Orange Now! arkanoid:0:C658:85:001:Change Pill to Purple Now! arkanoid:0:C658:86:001:Change Pill to Cyan Now! arkanoid:0:C658:87:001:Change Pill to Black Now! ; [ 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:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play 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 Now! arkatayt:0:C658:82:001:Change Pill to Blue Now! arkatayt:0:C658:83:001:Change Pill to Green Now! arkatayt:0:C658:84:001:Change Pill to Orange Now! arkatayt:0:C658:85:001:Change Pill to Purple Now! arkatayt:0:C658:86:001:Change Pill to Cyan Now! arkatayt:0:C658:87:001:Change Pill to Black Now! ; [ 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:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play 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 Now! arkatour:0:C658:82:001:Change Pill to Blue Now! arkatour:0:C658:83:001:Change Pill to Green Now! arkatour:0:C658:84:001:Change Pill to Orange Now! arkatour:0:C658:85:001:Change Pill to Purple Now! arkatour:0:C658:86:001:Change Pill to Cyan Now! arkatour:0:C658:87:001:Change Pill to Black Now! ; [ 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:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play 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 Now! arkbl2:0:C658:82:001:Change Pill to Blue Now! arkbl2:0:C658:83:001:Change Pill to Green Now! arkbl2:0:C658:84:001:Change Pill to Orange Now! arkbl2:0:C658:85:001:Change Pill to Purple Now! arkbl2:0:C658:86:001:Change Pill to Cyan Now! arkbl2:0:C658:87:001:Change Pill to Black Now! ; [ Arkanoid (Japanese bootleg Set 3) ] arkbl3:0:C432:09:000:Infinite Credits arkbl3:0:ED76:06:000:Infinite Lives PL1 arkbl3:0:ED7B:06:000:Infinite Lives PL2 arkbl3:0:ED72:20:000:Go to Last Level arkbl3:0:EF62:00:000:Don't die when ball is out :arkbl3:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arkbl3:0:C4CE:01:000:Warp door always open arkbl3:0:C4CE:00:000:Warp door never open arkbl3:0:C4CE:01:001:Open Warp door Now! arkbl3:0:C4CE:00:001:Shut Warp door Now! arkbl3:0:ED83:00:001:Finish this Level Now! arkbl3:0:EF62:01:001:Lose a Life Now! arkbl3:0:0000:00:999:[ L (Red) = Laser ] arkbl3:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arkbl3:0:0000:00:999:[ C (Green) = Catcher Bat ] arkbl3:0:0000:00:999:[ S (Orange) = Slower Ball ] arkbl3:0:0000:00:999:[ B (Pink) = Warp Door ] arkbl3:0:0000:00:999:[ D (Cyan) = Multiballs ] arkbl3:0:0000:00:999:[ P (Grey) = Extra Life ] arkbl3:0:C658:80:000:No pills can fall arkbl3:0:C658:01:001:Drop Red Pill Now! arkbl3:0:C658:02:001:Drop Blue Pill Now! arkbl3:0:C658:03:001:Drop Green Pill Now! arkbl3:0:C658:04:001:Drop Orange Pill Now! arkbl3:0:C658:05:001:Drop Purple Pill Now! arkbl3:0:C658:06:001:Drop Cyan Pill Now! arkbl3:0:C658:07:001:Drop Black Pill Now! arkbl3:0:C658:01:004:Drop Red Pill every 5 s arkbl3:0:C658:02:004:Drop Blue Pill every 5 s arkbl3:0:C658:03:004:Drop Green Pill every 5 s arkbl3:0:C658:04:004:Drop Orange Pill every 5 s arkbl3:0:C658:05:004:Drop Purple Pill every 5 s arkbl3:0:C658:06:004:Drop Cyan Pill every 5 s arkbl3:0:C658:07:004:Drop Black Pill every 5 s arkbl3:0:C658:81:001:Change Pill to Red Now! arkbl3:0:C658:82:001:Change Pill to Blue Now! arkbl3:0:C658:83:001:Change Pill to Green Now! arkbl3:0:C658:84:001:Change Pill to Orange Now! arkbl3:0:C658:85:001:Change Pill to Purple Now! arkbl3:0:C658:86:001:Change Pill to Cyan Now! arkbl3:0:C658:87:001:Change Pill to Black Now! ; [ 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:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play 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 Now! arkbloc2:0:C658:82:001:Change Pill to Blue Now! arkbloc2:0:C658:83:001:Change Pill to Green Now! arkbloc2:0:C658:84:001:Change Pill to Orange Now! arkbloc2:0:C658:85:001:Change Pill to Purple Now! arkbloc2:0:C658:86:001:Change Pill to Cyan Now! arkbloc2:0:C658:87:001:Change Pill to Black Now! ; [ Block (bootleg, Japanese) ] arkblock:0:C432:09:000:Infinite Credits arkblock:0:ED76:06:000:Infinite Lives PL1 arkblock:0:ED7B:06:000:Infinite Lives PL2 arkblock:0:ED72:20:000:Go to Last Level arkblock:0:EF62:00:000:Don't die when ball is out :arkblock:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arkblock:0:C4CE:01:000:Warp door always open arkblock:0:C4CE:00:000:Warp door never open arkblock:0:C4CE:01:001:Open Warp door Now! arkblock:0:C4CE:00:001:Shut Warp door Now! arkblock:0:ED83:00:001:Finish this Level Now! arkblock:0:EF62:01:001:Lose a Life Now! arkblock:0:0000:00:999:[ L (Red) = Laser ] arkblock:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arkblock:0:0000:00:999:[ C (Green) = Catcher Bat ] arkblock:0:0000:00:999:[ S (Orange) = Slower Ball ] arkblock:0:0000:00:999:[ B (Pink) = Warp Door ] arkblock:0:0000:00:999:[ D (Cyan) = Multiballs ] arkblock:0:0000:00:999:[ P (Grey) = Extra Life ] arkblock:0:C658:80:000:No pills can fall arkblock:0:C658:01:001:Drop Red Pill Now! arkblock:0:C658:02:001:Drop Blue Pill Now! arkblock:0:C658:03:001:Drop Green Pill Now! arkblock:0:C658:04:001:Drop Orange Pill Now! arkblock:0:C658:05:001:Drop Purple Pill Now! arkblock:0:C658:06:001:Drop Cyan Pill Now! arkblock:0:C658:07:001:Drop Black Pill Now! arkblock:0:C658:01:004:Drop Red Pill every 5 s arkblock:0:C658:02:004:Drop Blue Pill every 5 s arkblock:0:C658:03:004:Drop Green Pill every 5 s arkblock:0:C658:04:004:Drop Orange Pill every 5 s arkblock:0:C658:05:004:Drop Purple Pill every 5 s arkblock:0:C658:06:004:Drop Cyan Pill every 5 s arkblock:0:C658:07:004:Drop Black Pill every 5 s arkblock:0:C658:81:001:Change Pill to Red Now! arkblock:0:C658:82:001:Change Pill to Blue Now! arkblock:0:C658:83:001:Change Pill to Green Now! arkblock:0:C658:84:001:Change Pill to Orange Now! arkblock:0:C658:85:001:Change Pill to Purple Now! arkblock:0:C658:86:001:Change Pill to Cyan Now! arkblock:0:C658:87:001:Change Pill to Black Now! ; [ Arkanoid - Revenge of DOH (Japan) ] arknid2j:0:E00C:03:000:Infinite Lives PL1 arknid2j:0:E011:03:000:Infinite Lives PL2 arknid2j:0:E008:42:001:Goto Last Level Now! arknid2j:0:E393:00:001:Finish Level Now! arknid2j:0:E7EE:78:000:Infinite Time arknid2j:0:E39D:80:020:Warp door (Always) arknid2j:0:E39D:80:021:Warp door (Opened) arknid2j:0:E39D:80:041:Warp door (Closed) arknid2j:0:E39D:01:020:Always 10000 when next arknid2j:0:E39D:01:021:Get 10000 when next Now! arknid2j:0:E5EF:00:000:Always have Normal Bat arknid2j:0:E5EF:01:000:Always have Laser Bat arknid2j:0:E5F0:01:500:Always have Laser Bat (2/2) arknid2j:0:E5EF:02:000:Always have Enlarged Bat arknid2j:0:E5EF:03:000:Always have Twin Bats arknid2j:0:E5EF:06:000:Always have Catcher Bat arknid2j:0:E5EF:07:000:Always have Tracing Bat arknid2j:0:E5EF:08:000:Always have Reduced Bat arknid2j:0:E5EF:00:001:Get Normal Bat Now! arknid2j:0:E5EF:01:001:Get Laser Bat Now! arknid2j:0:E5F0:01:501:Get Laser Bat Now! (2/2) arknid2j:0:E5EF:02:001:Get Enlarged Bat Now! arknid2j:0:E5EF:03:001:Get Twin Bats Now! arknid2j:0:E5EF:06:001:Get Catcher Bat Now! arknid2j:0:E5EF:07:001:Get Tracing Bat Now! arknid2j:0:E5EF:08:001:Get Reduced Bat Now! arknid2j:0:E5F7:08:000:Always do BALL PLAQUE arknid2j:0:E5F6:00:500:Always do BALL PLAQUE (2/2) arknid2j:0:E5F7:08:001:Do BALL PLAQUE Now! arknid2j:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2) arknid2j:0:0000:00:999:[Use the following cheats ] arknid2j:0:0000:00:999:[only when you are playing ] arknid2j:0:0000:00:999:[and when a pill is falling!] arknid2j:0:0000:00:999:[ ] arknid2j:0:0000:00:999:[L(Red) = Laser ] arknid2j:0:0000:00:999:[E(Lt Blue) = Enlarged Bat ] arknid2j:0:0000:00:999:[T(Dk Blue) = Twin Bats ] arknid2j:0:0000:00:999:[C(Lt Green)= Catcher Bat ] arknid2j:0:0000:00:999:[I(Dk Green)= Tracing Bat ] arknid2j:0:0000:00:999:[R(Black) = Reduced Bat ] arknid2j:0:0000:00:999:[P(Dk Grey) = Extra Life ] arknid2j:0:0000:00:999:[M(Purple) = POW Multiballs] arknid2j:0:0000:00:999:[S(Orange) = Slower Ball ] arknid2j:0:0000:00:999:[B(Pink) = Warp Door ] arknid2j:0:0000:00:999:[D(Cyan) = Multiballs ] arknid2j:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls] arknid2j:0:0000:00:999:[?(Multi) = Mystery ] arknid2j:0:E5D6:81:001:1st pill's power - L arknid2j:0:E5D6:82:001:1st pill's power - E arknid2j:0:E5D6:83:001:1st pill's power - T arknid2j:0:E5D6:86:001:1st pill's power - C arknid2j:0:E5D6:87:001:1st pill's power - I arknid2j:0:E5D6:88:001:1st pill's power - R arknid2j:0:E5D6:8A:001:1st pill's power - P arknid2j:0:E5D6:8D:001:1st pill's power - M arknid2j:0:E5D6:8E:001:1st pill's power - S arknid2j:0:E5D6:90:001:1st pill's power - B arknid2j:0:E5D6:91:001:1st pill's power - D arknid2j:0:E5D6:92:001:1st pill's power - N arknid2j:0:E5D6:93:001:1st pill's power - ? arknid2j:0:E5DA:81:001:2nd pill's power - L arknid2j:0:E5DA:82:001:2nd pill's power - E arknid2j:0:E5DA:83:001:2nd pill's power - T arknid2j:0:E5DA:86:001:2nd pill's power - C arknid2j:0:E5DA:87:001:2nd pill's power - I arknid2j:0:E5DA:88:001:2nd pill's power - R arknid2j:0:E5DA:8A:001:2nd pill's power - P arknid2j:0:E5DA:8D:001:2nd pill's power - M arknid2j:0:E5DA:8E:001:2nd pill's power - S arknid2j:0:E5DA:90:001:2nd pill's power - B arknid2j:0:E5DA:91:001:2nd pill's power - D arknid2j:0:E5DA:92:001:2nd pill's power - N arknid2j:0:E5DA:93:001:2nd pill's power - ? ; [ Arkanoid - Revenge of DOH (US) ] arknid2u:0:E00C:03:000:Infinite Lives PL1 arknid2u:0:E011:03:000:Infinite Lives PL2 arknid2u:0:E008:42:001:Goto Last Level Now! arknid2u:0:E393:00:001:Finish Level Now! arknid2u:0:E7EE:78:000:Infinite Time arknid2u:0:E39D:80:020:Warp door (Always) arknid2u:0:E39D:80:021:Warp door (Opened) arknid2u:0:E39D:80:041:Warp door (Closed) arknid2u:0:E39D:01:020:Always 10000 when next arknid2u:0:E39D:01:021:Get 10000 when next Now! arknid2u:0:E5EF:00:000:Always have Normal Bat arknid2u:0:E5EF:01:000:Always have Laser Bat arknid2u:0:E5F0:01:500:Always have Laser Bat (2/2) arknid2u:0:E5EF:02:000:Always have Enlarged Bat arknid2u:0:E5EF:03:000:Always have Twin Bats arknid2u:0:E5EF:06:000:Always have Catcher Bat arknid2u:0:E5EF:07:000:Always have Tracing Bat arknid2u:0:E5EF:08:000:Always have Reduced Bat arknid2u:0:E5EF:00:001:Get Normal Bat Now! arknid2u:0:E5EF:01:001:Get Laser Bat Now! arknid2u:0:E5F0:01:501:Get Laser Bat Now! (2/2) arknid2u:0:E5EF:02:001:Get Enlarged Bat Now! arknid2u:0:E5EF:03:001:Get Twin Bats Now! arknid2u:0:E5EF:06:001:Get Catcher Bat Now! arknid2u:0:E5EF:07:001:Get Tracing Bat Now! arknid2u:0:E5EF:08:001:Get Reduced Bat Now! arknid2u:0:E5F7:08:000:Always do BALL PLAQUE arknid2u:0:E5F6:00:500:Always do BALL PLAQUE (2/2) arknid2u:0:E5F7:08:001:Do BALL PLAQUE Now! arknid2u:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2) arknid2u:0:0000:00:999:[Use the following cheats ] arknid2u:0:0000:00:999:[only when you are playing ] arknid2u:0:0000:00:999:[and when a pill is falling!] arknid2u:0:0000:00:999:[ ] arknid2u:0:0000:00:999:[L(Red) = Laser ] arknid2u:0:0000:00:999:[E(Lt Blue) = Enlarged Bat ] arknid2u:0:0000:00:999:[T(Dk Blue) = Twin Bats ] arknid2u:0:0000:00:999:[C(Lt Green)= Catcher Bat ] arknid2u:0:0000:00:999:[I(Dk Green)= Tracing Bat ] arknid2u:0:0000:00:999:[R(Black) = Reduced Bat ] arknid2u:0:0000:00:999:[P(Dk Grey) = Extra Life ] arknid2u:0:0000:00:999:[M(Purple) = POW Multiballs] arknid2u:0:0000:00:999:[S(Orange) = Slower Ball ] arknid2u:0:0000:00:999:[B(Pink) = Warp Door ] arknid2u:0:0000:00:999:[D(Cyan) = Multiballs ] arknid2u:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls] arknid2u:0:0000:00:999:[?(Multi) = Mystery ] arknid2u:0:E5D6:81:001:1st pill's power - L arknid2u:0:E5D6:82:001:1st pill's power - E arknid2u:0:E5D6:83:001:1st pill's power - T arknid2u:0:E5D6:86:001:1st pill's power - C arknid2u:0:E5D6:87:001:1st pill's power - I arknid2u:0:E5D6:88:001:1st pill's power - R arknid2u:0:E5D6:8A:001:1st pill's power - P arknid2u:0:E5D6:8D:001:1st pill's power - M arknid2u:0:E5D6:8E:001:1st pill's power - S arknid2u:0:E5D6:90:001:1st pill's power - B arknid2u:0:E5D6:91:001:1st pill's power - D arknid2u:0:E5D6:92:001:1st pill's power - N arknid2u:0:E5D6:93:001:1st pill's power - ? arknid2u:0:E5DA:81:001:2nd pill's power - L arknid2u:0:E5DA:82:001:2nd pill's power - E arknid2u:0:E5DA:83:001:2nd pill's power - T arknid2u:0:E5DA:86:001:2nd pill's power - C arknid2u:0:E5DA:87:001:2nd pill's power - I arknid2u:0:E5DA:88:001:2nd pill's power - R arknid2u:0:E5DA:8A:001:2nd pill's power - P arknid2u:0:E5DA:8D:001:2nd pill's power - M arknid2u:0:E5DA:8E:001:2nd pill's power - S arknid2u:0:E5DA:90:001:2nd pill's power - B arknid2u:0:E5DA:91:001:2nd pill's power - D arknid2u:0:E5DA:92:001:2nd pill's power - N arknid2u:0:E5DA:93:001:2nd pill's power - ? ; [ Arkanoid - Revenge of DOH (World) ] arknoid2:0:E00C:03:000:Infinite Lives PL1 arknoid2:0:E011:03:000:Infinite Lives PL2 arknoid2:0:E008:42:001:Goto Last Level Now! arknoid2:0:E393:00:001:Finish Level Now! arknoid2:0:E7EE:78:000:Infinite Time arknoid2:0:E39D:80:020:Warp door (Always) arknoid2:0:E39D:80:021:Warp door (Opened) arknoid2:0:E39D:80:041:Warp door (Closed) arknoid2:0:E39D:01:020:Always 10000 when next arknoid2:0:E39D:01:021:Get 10000 when next Now! arknoid2:0:E5EF:00:000:Always have Normal Bat arknoid2:0:E5EF:01:000:Always have Laser Bat arknoid2:0:E5F0:01:500:Always have Laser Bat (2/2) arknoid2:0:E5EF:02:000:Always have Enlarged Bat arknoid2:0:E5EF:03:000:Always have Twin Bats arknoid2:0:E5EF:06:000:Always have Catcher Bat arknoid2:0:E5EF:07:000:Always have Tracing Bat arknoid2:0:E5EF:08:000:Always have Reduced Bat arknoid2:0:E5EF:00:001:Get Normal Bat Now! arknoid2:0:E5EF:01:001:Get Laser Bat Now! arknoid2:0:E5F0:01:501:Get Laser Bat Now! (2/2) arknoid2:0:E5EF:02:001:Get Enlarged Bat Now! arknoid2:0:E5EF:03:001:Get Twin Bats Now! arknoid2:0:E5EF:06:001:Get Catcher Bat Now! arknoid2:0:E5EF:07:001:Get Tracing Bat Now! arknoid2:0:E5EF:08:001:Get Reduced Bat Now! arknoid2:0:E5F7:08:000:Always do BALL PLAQUE arknoid2:0:E5F6:00:500:Always do BALL PLAQUE (2/2) arknoid2:0:E5F7:08:001:Do BALL PLAQUE Now! arknoid2:0:E5F6:00:501:Do BALL PLAQUE Now! (2/2) arknoid2:0:0000:00:999:[Use the following cheats ] arknoid2:0:0000:00:999:[only when you are playing ] arknoid2:0:0000:00:999:[and when a pill is falling!] arknoid2:0:0000:00:999:[ ] arknoid2:0:0000:00:999:[L(Red) = Laser ] arknoid2:0:0000:00:999:[E(Lt Blue) = Enlarged Bat ] arknoid2:0:0000:00:999:[T(Dk Blue) = Twin Bats ] arknoid2:0:0000:00:999:[C(Lt Green)= Catcher Bat ] arknoid2:0:0000:00:999:[I(Dk Green)= Tracing Bat ] arknoid2:0:0000:00:999:[R(Black) = Reduced Bat ] arknoid2:0:0000:00:999:[P(Dk Grey) = Extra Life ] arknoid2:0:0000:00:999:[M(Purple) = POW Multiballs] arknoid2:0:0000:00:999:[S(Orange) = Slower Ball ] arknoid2:0:0000:00:999:[B(Pink) = Warp Door ] arknoid2:0:0000:00:999:[D(Cyan) = Multiballs ] arknoid2:0:0000:00:999:[N(Lt Grey) = 3 Regen. Balls] arknoid2:0:0000:00:999:[?(Multi) = Mystery ] arknoid2:0:E5D6:81:001:1st pill's power - L arknoid2:0:E5D6:82:001:1st pill's power - E arknoid2:0:E5D6:83:001:1st pill's power - T arknoid2:0:E5D6:86:001:1st pill's power - C arknoid2:0:E5D6:87:001:1st pill's power - I arknoid2:0:E5D6:88:001:1st pill's power - R arknoid2:0:E5D6:8A:001:1st pill's power - P arknoid2:0:E5D6:8D:001:1st pill's power - M arknoid2:0:E5D6:8E:001:1st pill's power - S arknoid2:0:E5D6:90:001:1st pill's power - B arknoid2:0:E5D6:91:001:1st pill's power - D arknoid2:0:E5D6:92:001:1st pill's power - N arknoid2:0:E5D6:93:001:1st pill's power - ? arknoid2:0:E5DA:81:001:2nd pill's power - L arknoid2:0:E5DA:82:001:2nd pill's power - E arknoid2:0:E5DA:83:001:2nd pill's power - T arknoid2:0:E5DA:86:001:2nd pill's power - C arknoid2:0:E5DA:87:001:2nd pill's power - I arknoid2:0:E5DA:88:001:2nd pill's power - R arknoid2:0:E5DA:8A:001:2nd pill's power - P arknoid2:0:E5DA:8D:001:2nd pill's power - M arknoid2:0:E5DA:8E:001:2nd pill's power - S arknoid2:0:E5DA:90:001:2nd pill's power - B arknoid2:0:E5DA:91:001:2nd pill's power - D arknoid2:0:E5DA:92:001:2nd pill's power - N arknoid2:0:E5DA:93:001:2nd pill's power - ? ; [ 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:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play 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 Now! arknoidj:0:C658:82:001:Change Pill to Blue Now! arknoidj:0:C658:83:001:Change Pill to Green Now! arknoidj:0:C658:84:001:Change Pill to Orange Now! arknoidj:0:C658:85:001:Change Pill to Purple Now! arknoidj:0:C658:86:001:Change Pill to Cyan Now! arknoidj:0:C658:87:001:Change Pill to Black Now! ; [ 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:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play 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 Now! arknoidu:0:C658:82:001:Change Pill to Blue Now! arknoidu:0:C658:83:001:Change Pill to Green Now! arknoidu:0:C658:84:001:Change Pill to Orange Now! arknoidu:0:C658:85:001:Change Pill to Purple Now! arknoidu:0:C658:86:001:Change Pill to Cyan Now! arknoidu:0:C658:87:001:Change Pill to Black Now! ; [ Arkanoid (US, older) ] arknoiuo:0:C432:09:000:Infinite Credits arknoiuo:0:ED76:06:000:Infinite Lives PL1 arknoiuo:0:ED7B:06:000:Infinite Lives PL2 arknoiuo:0:ED72:20:000:Go to Last Level arknoiuo:0:EF62:00:000:Don't die when ball is out :arknoiuo:00000010:0000C4A5:E2:000000E4:Always Keep One Ball in Play arknoiuo:0:C4CE:01:000:Warp door always open arknoiuo:0:C4CE:00:000:Warp door never open arknoiuo:0:C4CE:01:001:Open Warp door Now! arknoiuo:0:C4CE:00:001:Shut Warp door Now! arknoiuo:0:ED83:00:001:Finish this Level Now! arknoiuo:0:EF62:01:001:Lose a Life Now! arknoiuo:0:0000:00:999:[ L (Red) = Laser ] arknoiuo:0:0000:00:999:[ E (Blue) = Enlarged Bat ] arknoiuo:0:0000:00:999:[ C (Green) = Catcher Bat ] arknoiuo:0:0000:00:999:[ S (Orange) = Slower Ball ] arknoiuo:0:0000:00:999:[ B (Pink) = Warp Door ] arknoiuo:0:0000:00:999:[ D (Cyan) = Multiballs ] arknoiuo:0:0000:00:999:[ P (Grey) = Extra Life ] arknoiuo:0:C658:80:000:No pills can fall arknoiuo:0:C658:01:001:Drop Red Pill Now! arknoiuo:0:C658:02:001:Drop Blue Pill Now! arknoiuo:0:C658:03:001:Drop Green Pill Now! arknoiuo:0:C658:04:001:Drop Orange Pill Now! arknoiuo:0:C658:05:001:Drop Purple Pill Now! arknoiuo:0:C658:06:001:Drop Cyan Pill Now! arknoiuo:0:C658:07:001:Drop Black Pill Now! arknoiuo:0:C658:01:004:Drop Red Pill every 5 s arknoiuo:0:C658:02:004:Drop Blue Pill every 5 s arknoiuo:0:C658:03:004:Drop Green Pill every 5 s arknoiuo:0:C658:04:004:Drop Orange Pill every 5 s arknoiuo:0:C658:05:004:Drop Purple Pill every 5 s arknoiuo:0:C658:06:004:Drop Cyan Pill every 5 s arknoiuo:0:C658:07:004:Drop Black Pill every 5 s arknoiuo:0:C658:81:001:Change Pill to Red Now! arknoiuo:0:C658:82:001:Change Pill to Blue Now! arknoiuo:0:C658:83:001:Change Pill to Green Now! arknoiuo:0:C658:84:001:Change Pill to Orange Now! arknoiuo:0:C658:85:001:Change Pill to Purple Now! arknoiuo:0:C658:86:001:Change Pill to Cyan Now! arknoiuo:0:C658:87:001:Change Pill to Black Now! ; [ Arkanoid Returns (Japan) ] arkretrn:0:400261:09:000:Infinite Credits 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:00000010:401D43:000000B8:FFFF00C4:Always Keep One Ball in Play 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:[wait for Test Mode to appear and reset again(F3)] arkretrn:0:0FFFFF:01:100:Region Switch = Japan arkretrn:0:0FFFFF:02:100:Region Switch = US arkretrn:0:0FFFFF:03:100:Region Switch = World ; [ Arlington Horse Racing (v1.21-D) ] 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 ; [ Armor Attack (prototype) ] armorap:0:00AD:FF:000:Infinite Credits armorap:0:00AC:0F:500:Infinite Credits (2/2) armorap:0:00AB:09:000:Infinite Lives ; [ Armor Attack (Rock-ola) ] armorar:0:00AD:FF:000:Infinite Credits armorar:0:00AC:0F:500:Infinite Credits (2/2) armorar: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 (Euro 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 ; [ Armored Warriors (Euro 941011) ] armwarr1:0:FF1E67:00:000:Infinite Time armwarr1:0:FF81D0:06:001:Go to Final Stage Now! armwarr1:0:FF96E3:04:000:Infinite Lives PL1 armwarr1:0:FF95DD:50:000:Infinite Energy PL1 armwarr1:0:FF9657:FE:000:Invincibility PL1 armwarr1:0:FF95FA:01:000:Infinite Bullets PL1 armwarr1:0:FF98A3:04:000:Infinite Lives PL2 armwarr1:0:FF979D:50:000:Infinite Energy PL2 armwarr1:0:FF9817:FE:000:Invincibility PL2 armwarr1:0:FF97BA:01:000:Infinite Bullets PL2 armwarr1:0:FF9A63:04:000:Infinite Lives PL3 armwarr1:0:FF995D:50:000:Infinite Energy PL3 armwarr1:0:FF99D7:FE:000:Invincibility PL3 armwarr1:0:FF997A:05:000:Infinite Bullets PL3 ; [ Armored Warriors (US 941024) ] armwaru:0:FF1E67:00:000:Infinite Time armwaru:0:FF81D0:06:001:Go to Final Stage Now! armwaru:0:FF96E3:04:000:Infinite Lives PL1 armwaru:0:FF95DD:50:000:Infinite Energy PL1 armwaru:0:FF9657:FE:000:Invincibility PL1 armwaru:0:FF95FA:01:000:Infinite Bullets PL1 armwaru:0:FF98A3:04:000:Infinite Lives PL2 armwaru:0:FF979D:50:000:Infinite Energy PL2 armwaru:0:FF9817:FE:000:Invincibility PL2 armwaru:0:FF97BA:01:000:Infinite Bullets PL2 armwaru:0:FF9A63:04:000:Infinite Lives PL3 armwaru:0:FF995D:50:000:Infinite Energy PL3 armwaru:0:FF99D7:FE:000:Invincibility PL3 armwaru: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) ; [ Ashita no Joe (Japan) ] ashnojoe:0:04C004:00:000:Infinite Time ashnojoe:0:04C005:00:500:Infinite Time (2/2) ashnojoe:0:04C004:03:000:Finish this Round Now! ashnojoe:0:04C005:00:500:Finish this Round Now! (2/2) ashnojoe:0:04C07F:00:000:Always Round One ashnojoe:0:04C00B:A8:000:Infinite Energy PL1 ashnojoe:0:04C00B:00:001:Drain All Energy Now! PL1 ashnojoe:0:04C053:A8:000:Infinite Energy PL2 ashnojoe:0:04C053:00:001:Drain All Energy Now! PL2 ; [ 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:100145:01:000:Infinite Shots assault:0:10014B:01:000:Infinite Grenades 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:100145:01:000:Infinite Shots assaultj:0:10014B:01:000:Infinite Grenades 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:100145:01:000:Infinite Shots assaultp:0:10014B:01:000:Infinite Grenades 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:1040B2:99:000:Infinite Credits asterix:0:10423A:99:000:Infinite Bonus Time:Turn OFF after bonus stages asterix:0:104604:08:000:Infinite Lives PL1 asterix:0:104605:0D:000:Infinite Energy PL1 asterix:0:10504B:02:000:Invincibility PL1 asterix:0:104624:08:000:Infinite Lives PL2 asterix:0:104625:0D:000:Infinite Energy PL2 asterix:0:10509B:02:000:Invincibility PL2 ; [ Asterock ] asterock:0:006F:99:000:Infinite Credits asterock:0:021B:01:000:Invincibility asterock:0:02FA:00:500:Invincibility (2/2) asterock:0:02F7:FF:000:No UFOs at all asterock:0:02F7:01:002:Lots of UFOs asterock:0:0056:05:000:Infinite Lives PL1 asterock:0:0057:05:000:Infinite Lives PL2 ; [ Asteroids (rev 1) ] asteroi1:0:006F:99: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 ; [ Astra SuperStars ] astrass:0:0000:00:999:[ There are no cheats ]:REASON 1 astrass:0:0000:00:999:[ for this game as it ]:REASON 1 astrass:0:0000:00:999:[ didn't work the last ]:REASON 1 astrass:0:0000:00:999:[ time it was tested. ]:REASON 1 astrass:0:0000:00:999:[ If the game now works ]:REASON 1 astrass:0:0000:00:999:[ please request cheats ]:REASON 1 astrass:0:0000:00:999:[ for it on the cheat ]:REASON 1 astrass:0:0000:00:999:[ forums. ]:REASON 1 ; [ Astro Blaster (version 3) ] astrob:0:CCF7:19:000:Infinite Fuel astrob:0:CCF8:19:500:Infinite Fuel (2/2) astrob:0:0000:00:999:[You must turn Invincibility OFF] astrob:0:0000:00:999:[to be able to dock! IMPORTANT!!] astrob:0:1F1F:C9:100:Invincibility astrob:0:235C:C9:600:Invincibility (2/2):First part is bullets and second part for enemy collision astrob:0:CD67:00:000:Laser never overheats astrob:0:CD66:00:500:Laser never overheats (2/2) astrob:0:CD0F:FF:000:Warp always available astrob:0:CD0A:05:000:Infinite Lives PL1 astrob:0:CD0B:05:000:Infinite Lives PL2 ; [ Astro Blaster (version 1) ] astrob1:0:CCDB:19:000:Infinite Fuel astrob1:0:CCDC:19:500:Infinite Fuel (2/2) astrob1:0:0000:00:999:[You must turn Invincibility OFF] astrob1:0:0000:00:999:[to be able to dock! IMPORTANT!!] astrob1:0:1F3A:C9:100:Invincibility astrob1:0:2377:C9:600:Invincibility (2/2):First part is bullets and second part for enemy collision astrob1:0:CD4B:00:000:Laser never overheats astrob1:0:CD4A:00:500:Laser never overheats (2/2) astrob1:0:CCF3:FF:000:Warp always available astrob1:0:CCEE:05:000:Infinite Lives PL1 astrob1:0:CCEF:05:000:Infinite Lives PL2 ; [ Astro Blaster (version 2) ] astrob2:0:CCDB:19:000:Infinite Fuel astrob2:0:CCDC:19:500:Infinite Fuel (2/2) astrob2:0:0000:00:999:[You must turn Invincibility OFF] astrob2:0:0000:00:999:[to be able to dock! IMPORTANT!!] astrob2:0:1F1D:C9:100:Invincibility astrob2:0:235A:C9:600:Invincibility (2/2):First part is bullets and second part for enemy collision astrob2:0:CD4B:00:000:Laser never overheats astrob2:0:CD4A:00:500:Laser never overheats (2/2) astrob2:0:CCF3:FF:000:Warp always available astrob2:0:CCEE:05:000:Infinite Lives PL1 astrob2:0:CCEF:05:000:Infinite Lives PL2 ; [ 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:1040B2:99:000:Infinite Credits astrxeaa:0:10423A:99:000:Infinite Bonus Time:Turn OFF after bonus stages astrxeaa:0:104604:08:000:Infinite Lives PL1 astrxeaa:0:104605:0D:000:Infinite Energy PL1 astrxeaa:0:10504B:02:000:Invincibility PL1 astrxeaa:0:104624:08:000:Infinite Lives PL2 astrxeaa:0:104625:0D:000:Infinite Energy PL2 astrxeaa:0:10509B:02:000:Invincibility PL2 ; [ Asterix (World ver. EAC) ] astrxeac:0:1040B2:99:000:Infinite Credits astrxeac:0:10423A:99:000:Infinite Bonus Time:Turn OFF after bonus stages astrxeac:0:104604:08:000:Infinite Lives PL1 astrxeac:0:104605:0D:000:Infinite Energy PL1 astrxeac:0:10504B:02:000:Invincibility PL1 astrxeac:0:104624:08:000:Infinite Lives PL2 astrxeac:0:104625:0D:000:Infinite Energy PL2 astrxeac:0:10509B:02:000:Invincibility 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 ; [ Asura Blade - Sword of Dynasty (Japan) ] asurabld:0:40000A:99:000:Infinite Time asurabld:0:400000:00:001:Finish this Round Now! asurabld:0:400006:99:000:Infinite Character Selection Time asurabld:0:403911:EF:000:Infinite Energy PL1 asurabld:0:40390F:EF:500:Infinite Energy PL1 (2/2) asurabld:0:403911:00:001:Drain All Energy Now! PL1 asurabld:0:40390F:00:501:Drain All Energy Now! PL1 (2/2) asurabld:0:403913:36:000:Always have Maximum Power PL1 asurabld:0:403913:00:000:Always have Minimum Power PL1 asurabld:0:4046C3:EF:000:Infinite Energy PL2 asurabld:0:4046C5:EF:500:Infinite Energy PL2 (2/2) asurabld:0:4046C3:00:001:Drain All Energy Now! PL2 asurabld:0:4046C5:00:501:Drain All Energy Now! PL2 (2/2) asurabld:0:4046C7:36:000:Always have Maximum Power PL2 asurabld:0:4046C7:00:000:Always have Minimum Power PL1 ; [ Asylum (prototype) ] asylum:0:E253:09:000:Infinite Lives PL1 asylum:0:E153:09:000:Infinite Lives PL2 asylum:0:E353:09:000:Infinite Lives PL3 ; [ 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:000000E6:9099F8:30000000:FFFFFFFF:Display the Correct Answer:Correct Answer atehate:0:9099F8:01:000:Answer 1 always correct atehate:0:9067CD:01:001:Good answer ends quiz Now! atehate:0:90301B:06:000:Infinite Vitality PL1 atehate:0:90309B:06:000:Infinite Vitality PL2 ; [ 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 set 1) ] 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 ; [ Tetris (bootleg set 2) ] atetrsb2:0:00C1:09:000:Infinite Credits atetrsb2:0:0030:30:001:Finish This Level PL1 atetrsb2:0:0031:30:501:Finish This Level PL1 (2/2) atetrsb2:0:0032:30:001:Finish This Level PL2 atetrsb2:0:0033:30:501:Finish This Level PL2 (2/2) atetrsb2:0:008D:01:000:Always Red Shape PL1 atetrsb2:0:008D:02:000:Always Green Shape PL1 atetrsb2:0:008D:03:000:Always Dark Blue Shape PL1 atetrsb2:0:008D:04:000:Always Yellow Shape PL1 atetrsb2:0:008D:05:000:Always Purple Shape PL1 atetrsb2:0:008D:06:000:Always Light Blue Shape PL1 atetrsb2:0:008D:07:000:Always Orange Shape PL1 atetrsb2:0:008E:01:000:Always Red Shape PL2 atetrsb2:0:008E:02:000:Always Green Shape PL2 atetrsb2:0:008E:03:000:Always Dark Blue Shape PL2 atetrsb2:0:008E:04:000:Always Yellow Shape PL2 atetrsb2:0:008E:05:000:Always Purple Shape PL2 atetrsb2:0:008E:06:000:Always Light Blue Shape PL2 atetrsb2:0:008E:07:000:Always Orange Shape PL2 atetrsb2:0:008D:01:001:Red Shape Next PL1 atetrsb2:0:008D:02:001:Green Shape Next PL1 atetrsb2:0:008D:03:001:Dark Blue Shape Next PL1 atetrsb2:0:008D:04:001:Yellow Shape Next PL1 atetrsb2:0:008D:05:001:Purple Shape Next PL1 atetrsb2:0:008D:06:001:Light Blue Shape Next PL1 atetrsb2:0:008D:07:001:Orange Shape Next PL1 atetrsb2:0:008E:01:001:Red Shape Next PL2 atetrsb2:0:008E:02:001:Green Shape Next PL2 atetrsb2:0:008E:03:001:Dark Blue Shape Next PL2 atetrsb2:0:008E:04:001:Yellow Shape Next PL2 atetrsb2:0:008E:05:001:Purple Shape Next PL2 atetrsb2:0:008E:06:001:Light Blue Shape Next PL2 atetrsb2: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:A8:000:Infinite Energy PL1:Turn ON when you start playing or Energy Display 'Life' may not show athena:0:FD37:7E:500:Infinite Energy PL1 (2/2) athena:0:FD18:0C:000:Infinite Strength PL1 athena:0:FD19:8F:000:Infinite POW PL1 athena:0:FD16:01:000:Invincibility PL1 athena:0:FD93:03:000:Infinite Lives PL2 athena:0:FD7B:A8:000:Infinite Energy PL2:Turn ON when you start playing or Energy Display 'Life' may not show athena:0:FD9B:7E:500:Infinite Energy PL2 (2/2) athena:0:FD7C:0C:000:Infinite Strength PL2 athena:0:FD7D:8F:000:Infinite POW PL2 athena:0:FD7A:01:000:Invincibility PL2 athena:0:FD38:20:000:Always have the Bat athena:0:FD3A:23:500:Always have the Bat (2/2) athena:0:FD38:24:000:Always have the Hammer athena:0:FD3A:27:500:Always have the Hammer (2/2) athena:0:FD38:34:000:Always have the Crossbow athena:0:FD3A:37:500:Always have the Crossbow (2/2) athena:0:FD38:18:000:Always have the Red Sword athena:0:FD3A:1B:500:Always have the Red Sword (2/2) athena:0:FD38:28:000:Always have the Mace athena:0:FD3A:2B:500:Always have the Mace (2/2) athena:0:FD38:1C:000:Always have the Flaming Sword athena:0:FD3A:1C:500:Always have the Flaming Sword (2/2) athena:0:FD38:20:001:Get the Bat Now! athena:0:FD3A:23:501:Get the Bat Now! (2/2) athena:0:FD38:24:001:Get the Hammer Now! athena:0:FD3A:27:501:Get the Hammer Now! (2/2) athena:0:FD38:34:001:Get the Crossbow Now! athena:0:FD3A:37:501:Get the Crossbow Now! (2/2) athena:0:FD38:18:001:Get the Red Sword Now! athena:0:FD3A:1B:501:Get the Red Sword Now! (2/2) athena:0:FD38:28:001:Get the Mace Now! athena:0:FD3A:2B:501:Get the Mace Now! (2/2) athena:0:FD38:1C:001:Get the Flaming Sword Now! athena:0:FD3A:1C:501:Get the Flaming Sword Now! (2/2) athena:0:0000:00:999:[ These Collected Items cheats tend to be ] athena:0:0000:00:999:[ slightly buggy - the descriptions may be ] athena:0:0000:00:999:[ wrong too.. ] athena:0:FD3B:1F:000:Always have Dragon's Helmet (Buggy) athena:0:FD3C:1F:000:Always have Warrior's Armour (Buggy) athena:0:FD3D:1F:000:Always have Lion's Shield (Buggy) athena:0:FD3E:87:000:Always have Blue Ring of Wisdom athena:0:FD3E:8B:000:Always have Red Ring of Wisdom athena:0:FD3F:87:000:Always have Green Necklace of Fighter athena:0:FD3F:8B:000:Always have Gold Necklace of Fighter athena:0:FD40:87:000:Always have Blue Crystal Ball athena:0:FD40:8B:000:Always have Red Crystal Ball athena:0:FD40:8F:000:Always have Treasure Box athena:0:FD41:87:000:Always have Ikarus's Boots athena:0:FD42:87:000:Always have Pot of a Life athena:0:FD42:8B:000:Always have Lamp of Guidance athena:0:FD43:87:000:Always have Siva's Mirror athena:0:FD43:8B:000:Always have Leda's Mirror athena:0:FD43:8F:000:Always have Ide's Mirror athena:0:FD44:87:000:Always have Messiah's Key athena:0:FD44:8B:000:Always have Harp of Protection athena:0:FD45:87:000:Always have Necklace of a Shell athena:0:FD45:8B:000:Always have Wings of Pegasus athena:0:FD46:87:000:Always have Slate of K athena:0:FD3B:1F:001:Get Dragon's Helmet Now! (Buggy) athena:0:FD3C:1F:001:Get Warrior's Armour Now! (Buggy) athena:0:FD3D:1F:001:Get Lion's Shield Now! (Buggy) athena:0:FD3E:87:001:Get Blue Ring of Wisdom Now! athena:0:FD3E:8B:001:Get Red Ring of Wisdom Now! athena:0:FD3F:87:001:Get Green Necklace of Fighter Now! athena:0:FD3F:8B:001:Get Gold Necklace of Fighter Now! athena:0:FD40:87:001:Get Blue Crystal Ball Now! athena:0:FD40:8B:001:Get Red Crystal Ball Now! athena:0:FD40:8F:001:Get Treasure Box Now! athena:0:FD41:87:001:Get Ikarus's Boots Now! athena:0:FD42:87:001:Get Pot of a Life Now! athena:0:FD42:8B:001:Get Lamp of Guidance Now! athena:0:FD43:87:001:Get Siva's Mirror Now! athena:0:FD43:8B:001:Get Leda's Mirror Now! athena:0:FD43:8F:001:Get Ide's Mirror Now! athena:0:FD44:87:001:Get Messiah's Key Now! athena:0:FD44:8B:001:Get Harp of Protection Now! athena:0:FD45:87:001:Get Necklace of a Shell Now! athena:0:FD45:8B:001:Get Wings of Pegasus Now! athena:0:FD46:87:001:Get Slate of K Now! ; [ Battle of Atlantis (set 1) ] atlantis:0:4033:99:000:Infinite Credits atlantis:0:4022:06:000:Infinite Lives PL1 atlantis:0:4025:06:000:Infinite Lives PL2 atlantis:0:05C7:C9:100:Invincibility DOH atlantis:0:03D5:D7:100:Invincibility 1: Causes some gfx corruption atlantis:0:05AE:C9:100:Invincibility 2 atlantis:0:0523:18:100:Invincibility 3 ;atlantis:0:0567:C9:100:Invincibility:Turn this cheat 'ON' after the screen has started scrolling or you will get corruption at the top. NOTE, you can't destroy any attacking sprites either. ;atlantis:0:039D:C9:600:Invincibility (2/2) ;atlantis:0:058D:00: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: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 Boy ] atomboy:0:D0F0:09:000:Infinite Time atomboy:0:D3D2:08:000:Infinite Lives atomboy:0:3FE3:C9:100:Invincibility:Falling OFF the screen or dropping OFF high platforms will still kill you though! ; [ 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 (Japan) ] av2mj1bb:0:0000:00:999:[ The winning hand cheat must be activated when ] av2mj1bb:0:0000:00:999:[ there are 14 tiles in your hand, then press ] av2mj1bb:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] av2mj1bb:0:0000:00:999:[ visually change until you make a move. ] av2mj1bb:0:FC8B:31:001:Get winning hand Now! av2mj1bb:0:FC8C:31:501:Get winning hand Now! (02/14) av2mj1bb:0:FC8D:31:501:Get winning hand Now! (03/14) av2mj1bb:0:FC8E:32:501:Get winning hand Now! (04/14) av2mj1bb:0:FC8F:32:501:Get winning hand Now! (05/14) av2mj1bb:0:FC90:32:501:Get winning hand Now! (06/14) av2mj1bb:0:FC91:33:501:Get winning hand Now! (07/14) av2mj1bb:0:FC92:33:501:Get winning hand Now! (08/14) av2mj1bb:0:FC93:33:501:Get winning hand Now! (09/14) av2mj1bb:0:FC94:34:501:Get winning hand Now! (10/14) av2mj1bb:0:FC95:34:501:Get winning hand Now! (11/14) av2mj1bb:0:FC96:34:501:Get winning hand Now! (12/14) av2mj1bb:0:FC97:35:501:Get winning hand Now! (13/14) av2mj1bb:0:FC98:35:501:Get winning hand Now! (14/14) av2mj1bb:0:FC8B:31:000:Always winning hand av2mj1bb:0:FC8C:31:500:Always winning hand (02/14) av2mj1bb:0:FC8D:31:500:Always winning hand (03/14) av2mj1bb:0:FC8E:32:500:Always winning hand (04/14) av2mj1bb:0:FC8F:32:500:Always winning hand (05/14) av2mj1bb:0:FC90:32:500:Always winning hand (06/14) av2mj1bb:0:FC91:33:500:Always winning hand (07/14) av2mj1bb:0:FC92:33:500:Always winning hand (08/14) av2mj1bb:0:FC93:33:500:Always winning hand (09/14) av2mj1bb:0:FC94:34:500:Always winning hand (10/14) av2mj1bb:0:FC95:34:500:Always winning hand (11/14) av2mj1bb:0:FC96:34:500:Always winning hand (12/14) av2mj1bb:0:FC97:35:500:Always winning hand (13/14) av2mj1bb:0:FC98:35:500:Always winning hand (14/14) :av2mj1bb:00000006:FC8B:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :av2mj1bb:00000006:FD0B:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. av2mj1bb:0:0000:00:999:[ Here is the look-up list for ] av2mj1bb:0:0000:00:999:[ the above watches. ] av2mj1bb:0:0000:00:999:[ ] av2mj1bb:0:0000:00:999:[ value common name chinese name ] av2mj1bb:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] av2mj1bb:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] av2mj1bb:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] av2mj1bb:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] av2mj1bb:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] av2mj1bb:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] av2mj1bb:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] av2mj1bb:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] av2mj1bb:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] av2mj1bb:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] av2mj1bb:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] av2mj1bb:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] av2mj1bb:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] av2mj1bb:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] av2mj1bb:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] av2mj1bb:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] av2mj1bb:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] av2mj1bb:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] av2mj1bb:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] av2mj1bb:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] av2mj1bb:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] av2mj1bb:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] av2mj1bb:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] av2mj1bb:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] av2mj1bb:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] av2mj1bb:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] av2mj1bb:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] av2mj1bb:0:0000:00:999:[ 31h East "wind" ] av2mj1bb:0:0000:00:999:[ 32h South "wind" ] av2mj1bb:0:0000:00:999:[ 33h West "wind" ] av2mj1bb:0:0000:00:999:[ 34h North "wind" ] av2mj1bb:0:0000:00:999:[ 35h White "dragon" ] av2mj1bb:0:0000:00:999:[ 36h Green "dragon" ] av2mj1bb:0:0000:00:999:[ 37h Red "dragon" ] av2mj1bb:0:0000:00:999:[ 3Fh - no tile - ] ; [ AV2Mahjong No.2 Rouge no Kaori (Japan) ] av2mj2rg:0:0000:00:999:[ The winning hand cheat must be activated when ] av2mj2rg:0:0000:00:999:[ there are 14 tiles in your hand, then press ] av2mj2rg:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] av2mj2rg:0:0000:00:999:[ visually change until you make a move. ] av2mj2rg:0:FC8B:31:001:Get winning hand Now! av2mj2rg:0:FC8C:31:501:Get winning hand Now! (02/14) av2mj2rg:0:FC8D:31:501:Get winning hand Now! (03/14) av2mj2rg:0:FC8E:32:501:Get winning hand Now! (04/14) av2mj2rg:0:FC8F:32:501:Get winning hand Now! (05/14) av2mj2rg:0:FC90:32:501:Get winning hand Now! (06/14) av2mj2rg:0:FC91:33:501:Get winning hand Now! (07/14) av2mj2rg:0:FC92:33:501:Get winning hand Now! (08/14) av2mj2rg:0:FC93:33:501:Get winning hand Now! (09/14) av2mj2rg:0:FC94:34:501:Get winning hand Now! (10/14) av2mj2rg:0:FC95:34:501:Get winning hand Now! (11/14) av2mj2rg:0:FC96:34:501:Get winning hand Now! (12/14) av2mj2rg:0:FC97:35:501:Get winning hand Now! (13/14) av2mj2rg:0:FC98:35:501:Get winning hand Now! (14/14) av2mj2rg:0:FC8B:31:000:Always winning hand av2mj2rg:0:FC8C:31:500:Always winning hand (02/14) av2mj2rg:0:FC8D:31:500:Always winning hand (03/14) av2mj2rg:0:FC8E:32:500:Always winning hand (04/14) av2mj2rg:0:FC8F:32:500:Always winning hand (05/14) av2mj2rg:0:FC90:32:500:Always winning hand (06/14) av2mj2rg:0:FC91:33:500:Always winning hand (07/14) av2mj2rg:0:FC92:33:500:Always winning hand (08/14) av2mj2rg:0:FC93:33:500:Always winning hand (09/14) av2mj2rg:0:FC94:34:500:Always winning hand (10/14) av2mj2rg:0:FC95:34:500:Always winning hand (11/14) av2mj2rg:0:FC96:34:500:Always winning hand (12/14) av2mj2rg:0:FC97:35:500:Always winning hand (13/14) av2mj2rg:0:FC98:35:500:Always winning hand (14/14) :av2mj2rg:00000006:FC8B:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :av2mj2rg:00000006:FD0B:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. av2mj2rg:0:0000:00:999:[ Here is the look-up list for ] av2mj2rg:0:0000:00:999:[ the above watches. ] av2mj2rg:0:0000:00:999:[ ] av2mj2rg:0:0000:00:999:[ value common name chinese name ] av2mj2rg:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] av2mj2rg:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] av2mj2rg:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] av2mj2rg:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] av2mj2rg:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] av2mj2rg:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] av2mj2rg:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] av2mj2rg:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] av2mj2rg:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] av2mj2rg:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] av2mj2rg:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] av2mj2rg:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] av2mj2rg:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] av2mj2rg:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] av2mj2rg:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] av2mj2rg:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] av2mj2rg:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] av2mj2rg:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] av2mj2rg:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] av2mj2rg:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] av2mj2rg:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] av2mj2rg:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] av2mj2rg:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] av2mj2rg:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] av2mj2rg:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] av2mj2rg:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] av2mj2rg:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] av2mj2rg:0:0000:00:999:[ 31h East "wind" ] av2mj2rg:0:0000:00:999:[ 32h South "wind" ] av2mj2rg:0:0000:00:999:[ 33h West "wind" ] av2mj2rg:0:0000:00:999:[ 34h North "wind" ] av2mj2rg:0:0000:00:999:[ 35h White "dragon" ] av2mj2rg:0:0000:00:999:[ 36h Green "dragon" ] av2mj2rg:0:0000:00:999:[ 37h Red "dragon" ] av2mj2rg:0:0000:00:999:[ 3Fh - no tile - ] ; [ Avalanche ] avalnche:0:0075:0F:000:Infinite Credits avalnche:0:0079:00:000:Infinite Lives avalnche:0:0014:01:000:Always have All Bats avalnche:0:0015:01:500:Always have All Bats (2/6) avalnche:0:0016:01:500:Always have All Bats (3/6) avalnche:0:0017:01:500:Always have All Bats (4/6) avalnche:0:0018:01:500:Always have All Bats (5/6) avalnche:0:0019:01:500:Always have All Bats (6/6) ; [ 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 ; [ Avengers In Galactic Storm (Japan) ] avengrgs:0:001088A1:09:000:Infinite Credits avengrgs:0:001084C9:63:000:Infinite Time avengrgs:0:001084C9:00:001:Finish this Round Now! avengrgs:0:00108DCC:01:000:Infinite Energy PL1 avengrgs:0:00108DCD:4E:500:Infinite Energy PL1 (2/2) avengrgs:0:00108DCC:00:001:Drain All Energy Now! PL1 avengrgs:0:00108DCD:00:501:Drain All Energy Now! PL1 (2/2) avengrgs:0:00108F7C:01:000:Infinite Energy PL2 avengrgs:0:00108F7D:4E:500:Infinite Energy PL2 (2/2) avengrgs:0:00108F7C:00:001:Drain All Energy Now! PL2 avengrgs:0:00108F7D:00:501:Drain All Energy Now! PL2 (2/2) avengrgs:0:00000000:00:999: avengrgs:0:00000000:00:999:VS MODE CHEATS avengrgs:0:00000000:00:999: avengrgs:0:00108DD7:00:000:Always have Wins = 0 [VS MODE] PL1 avengrgs:0:00108DD7:02:000:Always have Wins = 2 [VS MODE] PL1:As long as PL2 wins < 2 then PL1 wins the the battle automatically at the end of round avengrgs:0:00108DD7:00:001:Set Wins = 0 Now! [VS MODE] PL1 avengrgs:0:00108DD7:01:001:Set Wins = 1 Now! [VS MODE] PL1 avengrgs:0:00108DD7:02:001:Set Wins = 2 Now! [VS MODE] PL1:As long as PL2 wins < 2 then PL1 wins the battle automatically at the end of round avengrgs:0:00108F87:00:000:Always have Wins = 0 [VS MODE] PL2 avengrgs:0:00108F87:02:000:Always have Wins = 2 [VS MODE] PL2:As long as PL1 wins < 2 then PL2 wins the the battle automatically at the end of round avengrgs:0:00108F87:00:001:Set Wins = 0 Now! [VS MODE] PL2 avengrgs:0:00108F87:01:001:Set Wins = 1 Now! [VS MODE] PL2 avengrgs:0:00108F87:02:001:Set Wins = 2 Now! [VS MODE] PL2:As long as PL1 wins < 2 then PL2 wins the battle automatically at the end of round avengrgs:0:00000000:00:999: avengrgs:0:00000000:00:999:STORY MODE CHEATS avengrgs:0:00000000:00:999: avengrgs:0:0010912C:00:001:Drain All Enemy Energy Now! [STORY MODE] avengrgs:0:0010912D:00:501:Drain All Enemy Energy Now! [STORY MODE] (2/2) avengrgs:0:00108DD8:09:000:Infinite Lives [STORY MODE] PL1 avengrgs:0:00108F88:09:000:Infinite Lives [STORY MODE] 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:0C8B:C3:100:Invincibility:Turn this cheat OFF to dock!! azurian:0:1762:C3:600:Invincibility (2/4):1/4 takes care of most sprite collisions, 2/4 takes care of most background collisions azurian:0:19A6:C3:600:Invincibility (3/4):3/4 & 4/4 sorts out the rest (dieing in the asteroid belt) azurian:0:19A7:F6:600:Invincibility (4/4) ; [ 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 bagman:0:6029:01:500:Invincibility (2/3) bagman:0:604E:00:500:Invincibility (3/3) 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 (Moon Cresta hardware) ] bagmanmc:0:6000:90:000:Infinite Credits bagmanmc:0:6056:05:000:Infinite Lives bagmanmc:0:61E8:99:000:Infinite Time bagmanmc:0:6025:00:000:Invincibility bagmanmc:0:6029:01:500:Invincibility (2/3) bagmanmc:0:604E:00:500:Invincibility (3/3) bagmanmc:0:61E8:00:001:Game Over Now! bagmanmc:0:61CF:01:000:Always carry a pick:Turn off when not needed! bagmanmc: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 bagmans:0:6029:01:500:Invincibility (2/3) bagmans:0:604E:00:500:Invincibility (3/3) 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 bagmans2:0:6029:01:500:Invincibility (2/3) bagmans2:0:604E:00:500:Invincibility (3/3) 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 bagnard:0:6029:01:500:Invincibility (2/3) bagnard:0:604E:00:500:Invincibility (3/3) 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 be activated ] bakatono:0:000000:00:999:[ when there are 14 tiles in your hand, then ] bakatono:0:000000:00:999:[ select 'RON' - the only yellow option. The ] bakatono:0:000000:00:999:[ tiles do not visually change until you make ] bakatono:0:000000:00:999:[ 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 rules ] bakatono:0:000000:00:999:[ www.tky.hut.fi/~kjmjm/english/majiang/ ] bakatono:0:000000:00:999:[ rules/basics.html (merge both lines!) ] ; [ Baku Baku Animal ] bakubaku:0:00183D05:09:000:Infinite Credits bakubaku:0:06087507:00:000:Enemy attacks are worthless PL1 bakubaku:0:06087671:00:500:Enemy attacks are worthless PL1 (2/2) bakubaku:0:06087509:00:000:Enemy attacks are worthless PL2 bakubaku:0:0608766F:00:500:Enemy attacks are worthless PL2 (1/2) ; [ Bakuretsu Breaker ] bakubrkr:0:100082:09:000:Infinite Credits bakubrkr:0:10011D:0B:000:Infinite Player Select Time bakubrkr:0:100123:09:000:Infinite Continue Time :bakubrkr:62000001:000000:00000000:00000000:Select Start Stage:Enable this cheat on the player select screen :bakubrkr:00010001:100093:00000000:FFFFFFFF:Loop 1 Stage 1 :bakubrkr:00010001:100093:00000001:FFFFFFFF:Loop 1 Stage 2 :bakubrkr:00010001:100093:00000002:FFFFFFFF:Loop 1 Stage 3 :bakubrkr:00010001:100093:00000003:FFFFFFFF:Loop 1 Stage 4 :bakubrkr:00010001:100093:00000004:FFFFFFFF:Loop 1 Stage 5 :bakubrkr:00010001:100093:00000005:FFFFFFFF:Loop 1 Stage 6 :bakubrkr:00010001:100093:00000006:FFFFFFFF:Loop 2 Stage 1 :bakubrkr:00010001:100093:00000007:FFFFFFFF:Loop 2 Stage 2 :bakubrkr:00010001:100093:00000008:FFFFFFFF:Loop 2 Stage 3 :bakubrkr:00010001:100093:00000009:FFFFFFFF:Loop 2 Stage 4 :bakubrkr:00010001:100093:0000000A:FFFFFFFF:Loop 2 Stage 5 :bakubrkr:00010001:100093:0000000B:FFFFFFFF:Loop 2 Stage 6 bakubrkr:0:10BB96:0A:000:Infinite Lives PL1 bakubrkr:0:10BB97:09:000:Infinite Bombs PL1 bakubrkr:0:10BB8D:03:000:Invincibility PL1:Turn this cheat OFF before you finish a stage or the game will crash!! bakubrkr:0:10BB7A:05:000:Always Max Shot Power PL1 :bakubrkr:62000000:000000:00000000:00000000:Select Sub Weapon PL1 :bakubrkr:00010000:10BB79:00000000:FFFFFFFF:No Sub Weapon :bakubrkr:00010000:10BB79:00000001:FFFFFFFF:Missile :bakubrkr:00010000:10BB79:00000002:FFFFFFFF:Homing Missile :bakubrkr:00010000:10BB79:00000003:FFFFFFFF:Shot Gun :bakubrkr:00010000:10BB79:00000004:FFFFFFFF:Craker bakubrkr:0:10BB6A:0A:000:Infinite Lives PL2 bakubrkr:0:10BB6B:09:000:Infinite Bombs PL2 bakubrkr:0:10BB61:03:000:Invincibility PL2:Turn this cheat OFF before you finish a stage or the game will crash!! bakubrkr:0:10BB4E:05:000:Always Max Shot Power PL2 :bakubrkr:62000000:000000:00000000:00000000:Select Sub Weapon PL2 :bakubrkr:00010000:10BB4D:00000000:FFFFFFFF:No Sub Weapon :bakubrkr:00010000:10BB4D:00000001:FFFFFFFF:Missile :bakubrkr:00010000:10BB4D:00000002:FFFFFFFF:Homing Missile :bakubrkr:00010000:10BB4D:00000003:FFFFFFFF:Shot Gun :bakubrkr:00010000:10BB4D:00000004:FFFFFFFF:Craker ; [ Mahjong Bakuhatsu Junjouden (Japan) ] bakuhatu:0:D950:63:000:Infinite Hearts bakuhatu:0:0000:00:999:[ The winning hand cheat must be activated when ] bakuhatu:0:0000:00:999:[ there are 14 tiles in your hand, then press ] bakuhatu:0:0000:00:999:[ the RON key ('Z' by default). The tiles do not ] bakuhatu:0:0000:00:999:[ visually change 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, there may be some ] bakuhatu:0:0000:00:999:[ small glitches on the tiles when using the ] bakuhatu:0:0000:00:999:[ 'Always' cheats. The cheats should still work ] bakuhatu:0:0000:00:999:[ 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) :bakuhatu:00000006:DC8F:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :bakuhatu:00000006:DD0F:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. bakuhatu:0:0000:00:999:[ Here is the look-up list for ] bakuhatu:0:0000:00:999:[ the above watches. ] bakuhatu:0:0000:00:999:[ ] bakuhatu:0:0000:00:999:[ value common name chinese name ] bakuhatu:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] bakuhatu:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] bakuhatu:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] bakuhatu:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] bakuhatu:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] bakuhatu:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] bakuhatu:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] bakuhatu:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] bakuhatu:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] bakuhatu:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] bakuhatu:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] bakuhatu:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] bakuhatu:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] bakuhatu:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] bakuhatu:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] bakuhatu:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] bakuhatu:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] bakuhatu:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] bakuhatu:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] bakuhatu:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] bakuhatu:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] bakuhatu:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] bakuhatu:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] bakuhatu:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] bakuhatu:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] bakuhatu:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] bakuhatu:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] bakuhatu:0:0000:00:999:[ 31h East "wind" ] bakuhatu:0:0000:00:999:[ 32h South "wind" ] bakuhatu:0:0000:00:999:[ 33h West "wind" ] bakuhatu:0:0000:00:999:[ 34h North "wind" ] bakuhatu:0:0000:00:999:[ 35h White "dragon" ] bakuhatu:0:0000:00:999:[ 36h Green "dragon" ] bakuhatu:0:0000:00:999:[ 37h Red "dragon" ] bakuhatu:0:0000:00:999:[ 3Fh - no tile - ] ; [ Bakutotsu Kijuutei ] bakutotu:0:0060:05:000:Infinite Lives bakutotu:0:004D:04:000:Maximum Fire Power ; [ Bal Cube ] balcube:0:F0484C:63:000:Infinite Credits balcube:0:F0009D:03:000:Infinite Lives PL1 balcube:0:F0021B:01:000:All Bumpers always "ON" PL1 balcube:0:F0025B:01:500:All Bumpers always "ON" PL1 (2/7) balcube:0:F0029B:01:500:All Bumpers always "ON" PL1 (3/7) balcube:0:F002DB:01:500:All Bumpers always "ON" PL1 (4/7) balcube:0:F0031B:01:500:All Bumpers always "ON" PL1 (5/7) balcube:0:F0035B:01:500:All Bumpers always "ON" PL1 (6/7) balcube:0:F0039B:01:500:All Bumpers always "ON" PL1 (7/7) balcube:0:F0021B:01:001:All Bumpers "ON" Now! PL1 balcube:0:F0025B:01:501:All Bumpers "ON" Now! PL1 (2/7) balcube:0:F0029B:01:501:All Bumpers "ON" Now! PL1 (3/7) balcube:0:F002DB:01:501:All Bumpers "ON" Now! PL1 (4/7) balcube:0:F0031B:01:501:All Bumpers "ON" Now! PL1 (5/7) balcube:0:F0035B:01:501:All Bumpers "ON" Now! PL1 (6/7) balcube:0:F0039B:01:501:All Bumpers "ON" Now! PL1 (7/7) balcube:0:000000:00:999:[ Bumper 1 is the most left and Bumper 7 ] balcube:0:000000:00:999:[ is the most right. ] balcube:0:F0021B:01:000:Bumper 1 always "ON" PL1 balcube:0:F0021B:00:001:Bumper 1 "OFF" Now! PL1 balcube:0:F0025B:01:000:Bumper 2 always "ON" PL1 balcube:0:F0025B:00:001:Bumper 2 "OFF" Now! PL1 balcube:0:F0029B:01:000:Bumper 3 always "ON" PL1 balcube:0:F0029B:00:001:Bumper 3 "OFF" Now! PL1 balcube:0:F002DB:01:000:Bumper 4 always "ON" PL1 balcube:0:F002DB:00:001:Bumper 4 "OFF" Now! PL1 balcube:0:F0031B:01:000:Bumper 5 always "ON" PL1 balcube:0:F0031B:00:001:Bumper 5 "OFF" Now! PL1 balcube:0:F0035B:01:000:Bumper 6 always "ON" PL1 balcube:0:F0035B:00:001:Bumper 6 "OFF" Now! PL1 balcube:0:F0039B:01:000:Bumper 7 always "ON" PL1 balcube:0:F0039B:00:001:Bumper 7 "OFF" Now! PL1 balcube:0:F0089D:03:000:Infinite Lives PL2 balcube:0:F00A1B:01:000:All Bumpers always "ON" PL2 balcube:0:F00A5B:01:500:All Bumpers always "ON" PL2 (2/7) balcube:0:F00A9B:01:500:All Bumpers always "ON" PL2 (3/7) balcube:0:F00BDB:01:500:All Bumpers always "ON" PL2 (4/7) balcube:0:F00B1B:01:500:All Bumpers always "ON" PL2 (5/7) balcube:0:F00B5B:01:500:All Bumpers always "ON" PL2 (6/7) balcube:0:F00B9B:01:500:All Bumpers always "ON" PL2 (7/7) balcube:0:F00A1B:01:001:All Bumpers "ON" Now! PL2 balcube:0:F00A5B:01:501:All Bumpers "ON" Now! PL2 (2/7) balcube:0:F00A9B:01:501:All Bumpers "ON" Now! PL2 (3/7) balcube:0:F00ADB:01:501:All Bumpers "ON" Now! PL2 (4/7) balcube:0:F00B1B:01:501:All Bumpers "ON" Now! PL2 (5/7) balcube:0:F00B5B:01:501:All Bumpers "ON" Now! PL2 (6/7) balcube:0:F00B9B:01:501:All Bumpers "ON" Now! PL2 (7/7) balcube:0:000000:00:999:[ Bumper 1 is the most left and Bumper 7 ] balcube:0:000000:00:999:[ is the most right. ] balcube:0:F00A1B:01:000:Bumper 1 always "ON" PL2 balcube:0:F00A1B:00:001:Bumper 1 "OFF" Now! PL2 balcube:0:F00A5B:01:000:Bumper 2 always "ON" PL2 balcube:0:F00A5B:00:001:Bumper 2 "OFF" Now! PL2 balcube:0:F00A9B:01:000:Bumper 3 always "ON" PL2 balcube:0:F00A9B:00:001:Bumper 3 "OFF" Now! PL2 balcube:0:F00ADB:01:000:Bumper 4 always "ON" PL2 balcube:0:F00ADB:00:001:Bumper 4 "OFF" Now! PL2 balcube:0:F00B1B:01:000:Bumper 5 always "ON" PL2 balcube:0:F00B1B:00:001:Bumper 5 "OFF" Now! PL2 balcube:0:F00B5B:01:000:Bumper 6 always "ON" PL2 balcube:0:F00B5B:00:001:Bumper 6 "OFF" Now! PL2 balcube:0:F00B9B:01:000:Bumper 7 always "ON" PL2 balcube:0:F00B9B:00:001:Bumper 7 "OFF" Now! 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. Balloon Fight ] balonfgt:0:0066:07:000:Infinite Lives (Left Screen) PL1 balonfgt:0:03E2:02:000:Always have two Baloons (Left Screen) PL1 balonfgt:0:03E2:00:001:Lose All Baloons Now! (Left Screen) PL1 balonfgt:0:0067:07:000:Infinite Lives (Left Screen) PL2 balonfgt:0:03E2:02:000:Always have two Baloons (Left Screen) PL2 balonfgt:0:03E2:00:001:Lose All Baloons Now! (Left Screen) PL2 balonfgt:1:0066:07:000:Infinite Lives (Right Screen) PL1 balonfgt:1:03E2:02:000:Always have two Baloons (Right Screen) PL1 balonfgt:1:03E2:00:001:Lose All Baloons Now! (Right Screen) PL1 balonfgt:1:0067:07:000:Infinite Lives (Right Screen) PL2 balonfgt:1:03E2:02:000:Always have two Baloons (Right Screen) PL2 balonfgt:1:03E2:00:001:Lose All Baloons Now! (Right Screen) PL2 ; [ 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:00001301:811A:0000001F:FFFFFFFF:Select Starting Round PL1:You should enable this cheat on the press 1 or 2 player button screen, ie. after credits have been inserted! The Round display wont be correct baluba:0:811A:1F:061:Select Next Round PL1:Round display wont be correct baluba:0:812E:03:000:Infinite Lives PL2 baluba:0:813B:01:001:One treasure needed Now! PL2 :baluba:00001301:814A:0000001F:FFFFFFFF:Select Starting Round PL2:You should enable this cheat on the press 1 or 2 player button screen, ie. after credits have been inserted! The Round display wont be correct baluba:0:814A:1F:061:Select Next Round PL2:Round display wont be correct ; [ Mahjong Banana Dream [BET] (Japan 891124) ] bananadr:0:0000:00:999:[ The winning hand cheat must be ] bananadr:0:0000:00:999:[ activated when there are 14 tiles ] bananadr:0:0000:00:999:[ in your hand, then press the RON ] bananadr:0:0000:00:999:[ key ('Z' by default). The tiles do ] bananadr:0:0000:00:999:[ not visually change until you make ] bananadr:0:0000:00:999:[ 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) :bananadr:00000006:FC8C:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :bananadr:00000006:FD0C:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. bananadr:0:0000:00:999:[ Here is the look-up list for ] bananadr:0:0000:00:999:[ the above watches. ] bananadr:0:0000:00:999:[ ] bananadr:0:0000:00:999:[ value common name chinese name ] bananadr:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] bananadr:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] bananadr:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] bananadr:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] bananadr:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] bananadr:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] bananadr:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] bananadr:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] bananadr:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] bananadr:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] bananadr:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] bananadr:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] bananadr:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] bananadr:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] bananadr:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] bananadr:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] bananadr:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] bananadr:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] bananadr:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] bananadr:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] bananadr:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] bananadr:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] bananadr:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] bananadr:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] bananadr:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] bananadr:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] bananadr:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] bananadr:0:0000:00:999:[ 31h East "wind" ] bananadr:0:0000:00:999:[ 32h South "wind" ] bananadr:0:0000:00:999:[ 33h West "wind" ] bananadr:0:0000:00:999:[ 34h North "wind" ] bananadr:0:0000:00:999:[ 35h White "dragon" ] bananadr:0:0000:00:999:[ 36h Green "dragon" ] bananadr:0:0000:00:999:[ 37h Red "dragon" ] bananadr:0:0000:00:999:[ 3Fh - no tile - ] ; [ 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:0:FE2A8A:03:000:Infinite Lives PL1 bang:0:FE2A8B:03: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:00001301:F04ABF:0000002B:FFFFFFFF:Select Starting Stage:You should enable this cheat on the Press START button screen, ie. after credits have been inserted! bangball:0:F04ABF:2B:061:Select Next Stage bangball:0:F04C44:04:000:Infinite Lives PL1 bangball:0:F04C45:04:000:Infinite Lives PL2 ; [ Bang Bead ] bangbead:0:1044C9:06:000:Infinite Time bangbead:0:1044CB:00:500:Infinite Time (2/2) :bangbead:00000000:10444C:00000080:FFFFFFFF:Always have Max 'Miracle' Power PL1 :bangbead:00010000:104461:00000003:FFFFFFFF:Always have Max 'Miracle' Power PL1 (2/2) :bangbead:00000000:10444C:00000000:FFFFFFFF:Always have No Power PL1 :bangbead:00010000:104461:00000000:FFFFFFFF:Always have No Power PL1 (2/2) :bangbead:00000001:10444C:00000080:FFFFFFFF:Get Max 'Miracle' Power Now! PL1 :bangbead:00010001:104461:00000003:FFFFFFFF:Get Max 'Miracle' Power Now! PL1 (2/2) :bangbead:00000001:10444C:00000000:FFFFFFFF:Get No Power Now! PL1 :bangbead:00010001:104461:00000000:FFFFFFFF:Get No Power Now! PL1 (2/2) :bangbead:60000000:000000:00000000:00000000:[ Free player selection - Use on the ] :bangbead:60000000:000000:00000000:00000000:[ character selection screen. ] :bangbead:62000000:1041AF:00000000:FFFFFFFF:Select Character PL1 :bangbead:00010000:1041AF:00000000:FFFFFFFF:Chinta :bangbead:00010000:1041AF:00000001:FFFFFFFF:Siren :bangbead:00010000:1041AF:00000002:FFFFFFFF:Hiromu :bangbead:00010000:1041AF:00000003:FFFFFFFF:Bloody Wolf :bangbead:00010000:1041AF:00000004:FFFFFFFF:Simon :bangbead:00010000:1041AF:00000005:FFFFFFFF:Surya :bangbead:00010000:1041AF:00000006:FFFFFFFF:Mr. Justice :bangbead:00010000:1041AF:00000007:FFFFFFFF:#Hegins 2nd# :bangbead:00010000:1041AF:00000008:FFFFFFFF:#Takuzo# :bangbead:00000000:104476:00000080:FFFFFFFF:Always have Max 'Miracle' Power PL2 :bangbead:00010000:10448B:00000003:FFFFFFFF:Always have Max 'Miracle' Power PL2 (2/2) :bangbead:00000000:104476:00000000:FFFFFFFF:Always have No Power PL2 :bangbead:00010000:10448B:00000000:FFFFFFFF:Always have No Power PL2 (2/2) :bangbead:00000001:104476:00000080:FFFFFFFF:Get Max 'Miracle' Power Now! PL2 :bangbead:00010001:10448B:00000003:FFFFFFFF:Get Max 'Miracle' Power Now! PL2 (2/2) :bangbead:00000001:104476:00000000:FFFFFFFF:Get No Power Now! PL2 :bangbead:00010001:10448B:00000000:FFFFFFFF:Get No Power Now! PL2 (2/2) :bangbead:60000000:000000:00000000:00000000:[ Free player selection - Use on the ] :bangbead:60000000:000000:00000000:00000000:[ character selection screen. ] :bangbead:62000000:1041B1:00000000:FFFFFFFF:Select Character PL2 :bangbead:00010000:1041B1:00000000:FFFFFFFF:Chinta :bangbead:00010000:1041B1:00000001:FFFFFFFF:Siren :bangbead:00010000:1041B1:00000002:FFFFFFFF:Hiromu :bangbead:00010000:1041B1:00000003:FFFFFFFF:Bloody Wolf :bangbead:00010000:1041B1:00000004:FFFFFFFF:Simon :bangbead:00010000:1041B1:00000005:FFFFFFFF:Surya :bangbead:00010000:1041B1:00000006:FFFFFFFF:Mr. Justice :bangbead:00010000:1041B1:00000007:FFFFFFFF:#Hegins 2nd# :bangbead:00010000:1041B1:00000008:FFFFFFFF:#Takuzo# ; [ Gun Gabacho (Japan) ] bangj:0:FE2A8A:03:000:Infinite Lives PL1 bangj:0:FE2A8B:03: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 (set 2) ] baraduka:1:0080:63:000:Infinite Credits baraduka:0:00C0:08:000:Infinite Lives baraduka:0:00D5:08:000:Infinite Energy baraduka:0:00D6:08:500:Infinite Energy (2/2) baraduka:0:00DE:03:000:Always have Maximum Power Gun baraduka:0:00C9:08:000:Maximum Saved Packet (Friend) ; [ Baraduke (set 1) ] baraduke:1:0080:63:000:Infinite Credits baraduke:0:00C0:08:000:Infinite Lives baraduke:0:00D5:08:000:Infinite Energy baraduke:0:00D6:08:500:Infinite Energy (2/2) baraduke:0:00DE:03:000:Always have Maximum Power Gun baraduke:0:00C9:08:000:Maximum Saved Packet (Friend) ; [ Barricade ] barricad:0:02E6:00:100:Invincibility:You can't pass through the top or bottom walls though! Turn it OFF when you've had enough barricad:0:02E7:00:600:Invincibility (2/3) barricad:0:02E8:00:600:Invincibility (3/3) ; [ 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 (Euro 970319) ] batcir:0:FF5863:09:000:Infinite Credits batcir:0:FF5D57:5A:000:Infinite Time batcir:0:FF5950:0A:000:Infinite Time To Buy Upgrades batcir:0:FF5934:07:071:Select Starting Round:Enable on the Character Select screen batcir:0:FF5934:07:061:Select Next Round batcir:0:FF830A:09:000:Infinite Lives PL1 batcir:0:FF82B7:80:000:Infinite Energy PL1 batcir:0:FF82EB:80:500:Infinite Energy PL1 (2/2) batcir:0:FF830C:03:000:Invincibility PL1 batcir:0:FF8328:27:000:Infinite Money PL1 batcir:0:FF8329:0F:500:Infinite Money PL1 (2/2) batcir:0:FF833E:05:000:Infinite Battle Download Units PL1 batcir:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcir:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcir: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" batcir: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" batcir: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" batcir: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" batcir:0:FF833C:10:020:Always have 400/300 Coin Upgrade PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir: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" batcir:0:FF833C:80:020:Always have Earnt Upgrade PL1:CB/YI/AG/PO/CS="Vital Gain 2" batcir: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" batcir: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" batcir: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" batcir: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" batcir:0:FF833C:10:021:Get 400/300 Coin Upgrade Now! PL1:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir: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" batcir:0:FF833C:80:021:Get Earnt Upgrade Now! PL1:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:FF844A:09:000:Infinite Lives PL2 batcir:0:FF83F7:80:000:Infinite Energy PL2 batcir:0:FF842B:80:500:Infinite Energy PL2 (2/2) batcir:0:FF844C:03:000:Invincibility PL2 batcir:0:FF8468:27:000:Infinite Money PL2 batcir:0:FF8469:0F:500:Infinite Money PL2 (2/2) batcir:0:FF847E:05:000:Infinite Battle Download Units PL2 batcir:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcir:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcir: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" batcir: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" batcir: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" batcir: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" batcir:0:FF847C:10:020:Always have 400/300 Coin Upgrade PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir: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" batcir:0:FF847C:80:020:Always have Earnt Upgrade PL2:CB/YI/AG/PO/CS="Vital Gain 2" batcir: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" batcir: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" batcir: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" batcir: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" batcir:0:FF847C:10:021:Get 400/300 Coin Upgrade Now! PL2:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir: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" batcir:0:FF847C:80:021:Get Earnt Upgrade Now! PL2:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:FF858A:09:000:Infinite Lives PL3 batcir:0:FF8537:80:000:Infinite Energy PL3 batcir:0:FF856B:80:500:Infinite Energy PL3 (2/2) batcir:0:FF858C:03:000:Invincibility PL3 batcir:0:FF85A8:27:000:Infinite Money PL3 batcir:0:FF85A9:0F:500:Infinite Money PL3 (2/2) batcir:0:FF85BE:05:000:Infinite Battle Download Units PL3 batcir:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcir:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcir: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" batcir: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" batcir: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" batcir: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" batcir:0:FF85BC:10:020:Always have 400/300 Coin Upgrade PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir: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" batcir:0:FF85BC:80:020:Always have Earnt Upgrade PL3:CB/YI/AG/PO/CS="Vital Gain 2" batcir: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" batcir: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" batcir: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" batcir: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" batcir:0:FF85BC:10:021:Get 400/300 Coin Upgrade Now! PL3:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir: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" batcir:0:FF85BC:80:021:Get Earnt Upgrade Now! PL3:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:FF86CA:09:000:Infinite Lives PL4 batcir:0:FF8677:80:000:Infinite Energy PL4 batcir:0:FF86AB:80:500:Infinite Energy PL4 (2/2) batcir:0:FF86CC:03:000:Invincibility PL4 batcir:0:FF86E8:27:000:Infinite Money PL4 batcir:0:FF86E9:0F:500:Infinite Money PL4 (2/2) batcir:0:FF86FE:05:000:Infinite Battle Download Units PL4 batcir:0:000000:00:999:[ Key - CB="Cyber Blue" YI="Yellow Iris" ] batcir:0:000000:00:999:[ AG="Alien Green" PO="Pink Ostrich" CS="Captain Silver" ] batcir: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" batcir: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" batcir: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" batcir: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" batcir:0:FF86FC:10:020:Always have 400/300 Coin Upgrade PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir: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" batcir:0:FF86FC:80:020:Always have Earnt Upgrade PL4:CB/YI/AG/PO/CS="Vital Gain 2" batcir: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" batcir: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" batcir: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" batcir: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" batcir:0:FF86FC:10:021:Get 400/300 Coin Upgrade Now! PL4:CB/YI/AG="Vital Gain 1" PO="Triple Feather" CS="Freeze Laser" batcir: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" batcir:0:FF86FC:80:021:Get Earnt Upgrade Now! PL4:CB/YI/AG/PO/CS="Vital Gain 2" batcir:0:000000:00:999:[ These are the codes to set the machine region - the ] batcir:0:000000:00:999:[ effectiveness may vary! You have to enable these ASAP ] batcir:0:000000:00:999:[ - ON or before the ROM check screen! Or enable & RESET ] batcir:0:FF58C4:00:000:Region Switch = Japan batcir:0:FF58C4:01:000:Region Switch = USA batcir:0:FF58C4:02:000:Region Switch = Asia batcir:0:FF58C4:03:000:Region Switch = Hispanic batcir:0:FF58C4:04:000:Region Switch = Euro batcir:0:FF58C4:05:000:Region Switch = Brazil ; [ 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:FF82B7:80:000:Infinite Energy PL1 batcira:0:FF82EB:80:500:Infinite Energy PL1 (2/2) batcira:0:FF830C:03:000:Invincibility PL1 batcira:0:FF8328:27:000:Infinite Money PL1 batcira:0:FF8329:0F:500:Infinite Money 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:FF83F7:80:000:Infinite Energy PL2 batcira:0:FF842B:80:500:Infinite Energy PL2 (2/2) batcira:0:FF844C:03:000:Invincibility PL2 batcira:0:FF8468:27:000:Infinite Money PL2 batcira:0:FF8469:0F:500:Infinite Money 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:FF8537:80:000:Infinite Energy PL3 batcira:0:FF856B:80:500:Infinite Energy PL3 (2/2) batcira:0:FF858C:03:000:Invincibility PL3 batcira:0:FF85A8:27:000:Infinite Money PL3 batcira:0:FF85A9:0F:500:Infinite Money 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:FF8677:80:000:Infinite Energy PL4 batcira:0:FF86AB:80:500:Infinite Energy PL4 (2/2) batcira:0:FF86CC:03:000:Invincibility PL4 batcira:0:FF86E8:27:000:Infinite Money PL4 batcira:0:FF86E9:0F:500:Infinite Money 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:FF82B7:80:000:Infinite Energy PL1 batcirj:0:FF82EB:80:500:Infinite Energy PL1 (2/2) batcirj:0:FF830C:03:000:Invincibility PL1 batcirj:0:FF8328:27:000:Infinite Money PL1 batcirj:0:FF8329:0F:500:Infinite Money 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:FF83F7:80:000:Infinite Energy PL2 batcirj:0:FF842B:80:500:Infinite Energy PL2 (2/2) batcirj:0:FF844C:03:000:Invincibility PL2 batcirj:0:FF8468:27:000:Infinite Money PL2 batcirj:0:FF8469:0F:500:Infinite Money 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:FF8537:80:000:Infinite Energy PL3 batcirj:0:FF856B:80:500:Infinite Energy PL3 (2/2) batcirj:0:FF858C:03:000:Invincibility PL3 batcirj:0:FF85A8:27:000:Infinite Money PL3 batcirj:0:FF85A9:0F:500:Infinite Money 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:FF8677:80:000:Infinite Energy PL4 batcirj:0:FF86AB:80:500:Infinite Energy PL4 (2/2) batcirj:0:FF86CC:03:000:Invincibility PL4 batcirj:0:FF86E8:27:000:Infinite Money PL4 batcirj:0:FF86E9:0F:500:Infinite Money 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 ; [ Battle Balls ] batlball:0:0000:00:999:[ There are no cheats ]:REASON 1 batlball:0:0000:00:999:[ for this game as it ]:REASON 1 batlball:0:0000:00:999:[ didn't work the last ]:REASON 1 batlball:0:0000:00:999:[ time it was tested. ]:REASON 1 batlball:0:0000:00:999:[ If the game now works ]:REASON 1 batlball:0:0000:00:999:[ please request cheats ]:REASON 1 batlball:0:0000:00:999:[ for it on the cheat ]:REASON 1 batlball:0:0000:00:999:[ forums. ]:REASON 1 ; [ 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 ; [ Batman Forever ] batmanfr:0:0000:00:999:[ There are no cheats ]:REASON 1 batmanfr:0:0000:00:999:[ for this game as it ]:REASON 1 batmanfr:0:0000:00:999:[ didn't work the last ]:REASON 1 batmanfr:0:0000:00:999:[ time it was tested. ]:REASON 1 batmanfr:0:0000:00:999:[ If the game now works ]:REASON 1 batmanfr:0:0000:00:999:[ please request cheats ]:REASON 1 batmanfr:0:0000:00:999:[ for it on the cheat ]:REASON 1 batmanfr:0:0000:00:999:[ forums. ]:REASON 1 ; [ 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 ; [ Armed Police Batrider (Korea, version B) ] batridrk: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. batridrk:0:20FD4C:00:001:Disable Guest Characters batridrk:0:000000:00:999:[See the Dip Switch Menu to ] batridrk:0:000000:00:999:[enable an alternate ] batridrk:0:000000:00:999:[Invincibility cheat. ] batridrk:0:204174:04:000:Infinite Bombs PL1 batridrk:0:204175:28:500:Infinite Bombs PL1 (2/2) batridrk:0:204177:FF:000:Invincibility "ON" PL1 batridrk:0:204177:01:001:Invincibility "OFF" PL1 batridrk:0:2042E6:04:000:Infinite Bombs PL2 batridrk:0:2042E7:28:500:Infinite Bombs PL2 (2/2) batridrk:0:2042E9:FF:000:Invincibility "ON" PL2 batridrk: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 ; [ Battlecry ] battlcry:0:40A9:63:000:Infinite Credits battlcry:0:4091:FF:000:Infinite Time battlcry:0:4A9D:01:001:1 Hit to Kill Boss Now! battlcry:0:432D:00:000:Start on Stage 1:Don't forget to tuen it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:00:500:Start on Stage 1 (2/2) battlcry:0:432D:01:000:Start on Stage 2:Don't forget to tuen it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:01:500:Start on Stage 2 (2/2) battlcry:0:432D:02:000:Start on Stage 3:Don't forget to tuen it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:02:500:Start on Stage 3 (2/2) battlcry:0:432D:03:000:Start on Stage 4:Don't forget to tuen it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:03:500:Start on Stage 4 (2/2) battlcry:0:432D:04:000:Start on Stage 5:Don't forget to tuen it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:04:500:Start on Stage 5 (2/2) battlcry:0:432D:05:000:Start on Stage 6:Don't forget to tuen it OFF after you are on the level you've chosen or progression will be hampered battlcry:0:47DE:05:500:Start on Stage 6 (2/2) battlcry:0:47DF:06:000:Infinite Lives PL1 battlcry:0:4769:FF:000:Infinite Energy PL1 :battlcry:00100000:47F0:00000000:FFFFFFFF:Invincibility PL1 :battlcry:00110000:47F2:00000000:FFFFFFFF:Invincibility PL1 (2/4) :battlcry:00110000:47F4:00000000:FFFFFFFF:Invincibility PL1 (3/4) :battlcry:00110000:47F6:00000000:FFFFFFFF:Invincibility PL1 (4/4) battlcry:0:4979:06:000:Infinite Lives PL2 battlcry:0:4903:FF:000:Infinite Energy PL2 :battlcry:00100000:4989:00000000:FFFFFFFF:Invincibility PL2 :battlcry:00110000:498B:00000000:FFFFFFFF:Invincibility PL2 (2/4) :battlcry:00110000:498D:00000000:FFFFFFFF:Invincibility PL2 (3/4) :battlcry:00110000:498F:00000000:FFFFFFFF:Invincibility PL2 (4/4) ; [ Battle Garegga - Type 2 (Denmark / China) (Tue Apr 2 1996) ] battleg:0:10A6A7:FF:000:Hidden Planes "ON" battleg:0:10A6A7:00:000:Hidden Planes "OFF" 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:101687:05:000:Infinite Lives PL1 battleg:0:101683:04:000:Infinite Bombs PL1 battleg:0:101685:28:500:Infinite Bombs PL1 (2/2) battleg:0:101689:02:000:Invincibility PL1 battleg:0:10177F:05:000:Infinite Lives PL2 battleg:0:10177B:04:000:Infinite Bombs PL2 battleg:0:10177D:28:500:Infinite Bombs PL2 (2/2) battleg:0:101781:02:000:Invincibility PL2 ; [ Battle Garegga (Europe / USA / Japan / Asia) (Sat Feb 3 1996) ] battlega:0:10A6A7:FF:000:Hidden Planes "ON" battlega:0:10A6A7:00:000:Hidden Planes "OFF" battlega:0:109CB8:24:000:Always 10000pts BONUS battlega:0:10C9D3:00:998:Watch Game Rank battlega:0:10C9D3:E9:000:Always have Easy Rank battlega:0:10C9D4:D1:500:Always have Easy Rank (2/3) battlega:0:10C9D5:06:500:Always have Easy Rank (3/3) battlega:0:101686:05:000:Infinite Lives PL1 battlega:0:101682:04:000:Infinite Bombs PL1 battlega:0:101684:28:500:Infinite Bombs PL1 (2/2) battlega:0:101688:02:000:Invincibility PL1 battlega:0:10177E:05:000:Infinite Lives PL2 battlega:0:10177A:04:000:Infinite Bombs PL2 battlega:0:10177C:28:500:Infinite Bombs PL2 (2/2) battlega:0:101780:02:000:Invincibility PL2 ; [ Battle Garegga (Austria / Hong Kong) (Sat Mar 2 1996) ] battlegb:0:10A6A7:FF:000:Hidden Planes "ON" battlegb:0:10A6A7:00:000:Hidden Planes "OFF" battlegb:0:109CB8:24:000:Always 10000pts BONUS battlegb:0:10C9D3:00:998:Watch Game Rank battlegb:0:10C9D3:E9:000:Always have Easy Rank battlegb:0:10C9D4:D1:500:Always have Easy Rank (2/3) battlegb:0:10C9D5:06:500:Always have Easy Rank (3/3) battlegb:0:101687:05:000:Infinite Lives PL1 battlegb:0:101683:04:000:Infinite Bombs PL1 battlegb:0:101685:28:500:Infinite Bombs PL1 (2/2) battlegb:0:101689:02:000:Invincibility PL1 battlegb:0:10177F:05:000:Infinite Lives PL2 battlegb:0:10177B:04:000:Infinite Bombs PL2 battlegb:0:10177D:28:500:Infinite Bombs PL2 (2/2) battlegb:0:101781:02:000:Invincibility PL2 ; [ Battle Garegga (Austria / Hong Kong) (Sat Feb 3 1996) ] battlegc:0:10A6A7:FF:000:Hidden Planes "ON" battlegc:0:10A6A7:00:000:Hidden Planes "OFF" battlegc:0:109CB8:24:000:Always 10000pts BONUS battlegc:0:10C9D3:00:998:Watch Game Rank battlegc:0:10C9D3:E9:000:Always have Easy Rank battlegc:0:10C9D4:D1:500:Always have Easy Rank (2/3) battlegc:0:10C9D5:06:500:Always have Easy Rank (3/3) battlegc:0:101686:05:000:Infinite Lives PL1 battlegc:0:101682:04:000:Infinite Bombs PL1 battlegc:0:101684:28:500:Infinite Bombs PL1 (2/2) battlegc:0:101688:02:000:Invincibility PL1 battlegc:0:10177E:05:000:Infinite Lives PL2 battlegc:0:10177A:04:000:Infinite Bombs PL2 battlegc:0:10177C:28:500:Infinite Bombs PL2 (2/2) battlegc:0:101780:02:000:Invincibility 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 ; [ Battles ] battles:0:8183:09:000:Infinite Lives battles:0:7C47:01:000:Invincibility:Activate Invincibility cheat during play Only! battles:0:8044:00:500:Invincibility (2/5) battles:0:8146:50:500:Invincibility (3/5) battles:0:8282:E6:500:Invincibility (4/5) battles:0:8283:14:500:Invincibility (5/5) ; [ Battle Cross ] battlex:0:12CD:18:100:Invincibility battlex:0:A002:05:000:Infinite Lives PL1 battlex:0:A003:05:000:Infinite Lives 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) ; [ Battle Wings (alt) ] batwings:0:0084:0A:000:Infinite Lives batwings:0:0055:80:040:Invincibility ; [ 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 ; [ Battle Bakraid - Unlimited version (Japan) (Tue Jun 8 1999) ] bbakradu:0:20F792:00:000:Player select - Default bbakradu:0:20F792:02:000:Player select - "Phase 2":Phase 2 unlocks 3 more fighter planes bbakradu:0:20F792:04:000:Player select - "Phase 3":Phase 3 unlocks 2 more fighter plane bbakradu:0:20F792:06:000:Player select + Team Edit:Unlocks the 'team edit' feature to select a team of different ships bbakradu:0:20F760:FF:000:Special course "ON":Unlocks the boss mode, a game mode where you fight the bosses only bbakradu:0:20F760:00:000:Special course "OFF" bbakradu:0:2041BD:02:000:Invincibility PL1 bbakradu:0:2041BA:01:000:Infinite Bombs PL1 bbakradu:0:2041BB:28:500:Infinite Bombs PL1 (2/2) bbakradu:0:2041B8:03:000:Maximum Front Shot Fire PowerPL1 bbakradu:0:2041A2:03:000:Maximum Side Shot Fire Power PL1 bbakradu:0:2041C0:06:000:Maximum Options PL1 bbakradu:0:20439F:02:000:Invincibility PL2 bbakradu:0:20439C:01:000:Infinite Bombs PL2 bbakradu:0:20439D:28:500:Infinite Bombs PL2 (2/2) bbakradu:0:20439A:03:000:Maximum Front Shot Fire PowerPL2 bbakradu:0:204384:03:000:Maximum Side Shot Fire Power PL2 bbakradu:0:2043A2:06:000:Maximum Options PL2 ; [ Battle Bakraid (Japan) (Wed Apr 7 1999) ] bbakraid:0:20F792:00:000:Player select - Default bbakraid:0:20F792:02:000:Player select - "Phase 2":Phase 2 unlocks 3 more fighter planes bbakraid:0:20F792:04:000:Player select - "Phase 3":Phase 3 unlocks 2 more fighter plane bbakraid:0:20F792:06:000:Player select + Team Edit:Unlocks the 'team edit' feature to select a team of different ships bbakraid:0:20F760:FF:000:Special course "ON":Unlocks the boss mode, a game mode where you fight the bosses only bbakraid:0:20F760:00:000:Special course "OFF" bbakraid:0:2041BD:02:000:Invincibility PL1 bbakraid:0:2041BA:01:000:Infinite Bombs PL1 bbakraid:0:2041BB:28:500:Infinite Bombs PL1 (2/2) bbakraid:0:2041B8:03:000:Maximum Front Shot Fire PowerPL1 bbakraid:0:2041A2:03:000:Maximum Side Shot Fire Power PL1 bbakraid:0:2041C0:06:000:Maximum Options PL1 bbakraid:0:20439F:02:000:Invincibility PL2 bbakraid:0:20439C:01:000:Infinite Bombs PL2 bbakraid:0:20439D:28:500:Infinite Bombs PL2 (2/2) bbakraid:0:20439A:03:000:Maximum Front Shot Fire PowerPL2 bbakraid:0:204384:03:000:Maximum Side Shot Fire Power PL2 bbakraid:0:2043A2:06:000:Maximum Options PL2 ; [ Bouncing Balls ] bballs:0:0FC59F:03:000:Infinite Lives PL1 bballs:0:0FC5B9:02:000:Infinite Zaps PL1 bballs:0:0FC5FF:03:000:Infinite Lives PL2 bballs:0:0FC619:02:000:Infinite Zaps PL2 ; [ Best Bout Boxing ] bbbxing:0:FEE03900:63:000:Infinite Time bbbxing:0:FEE03900:00:001:Finish this Round Now! bbbxing:0:FEE035C4:78:000:Infinite Energy PL1 bbbxing:0:FEE035C4:00:001:Drain All Energy Now! PL1 bbbxing:0:FEE036C4:78:000:Infinite Energy PL2 bbbxing:0:FEE036C4:00:001:Drain All Energy Now! 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 ; [ Untitled Fighter 'BB' (prototype) ] bbprot:0:0000:00:999:[ There are no cheats ]:REASON 1 bbprot:0:0000:00:999:[ for this game as it ]:REASON 1 bbprot:0:0000:00:999:[ didn't work the last ]:REASON 1 bbprot:0:0000:00:999:[ time it was tested. ]:REASON 1 bbprot:0:0000:00:999:[ If the game now works ]:REASON 1 bbprot:0:0000:00:999:[ please request cheats ]:REASON 1 bbprot:0:0000:00:999:[ for it on the cheat ]:REASON 1 bbprot:0:0000:00:999:[ forums. ]:REASON 1 ; [ Buster Bros. (US) ] bbros:0:E221:5B:000:Invincibility:Disable just before ending a level or else the level will not end! bbros:0:E200:04:500:Invincibility (2/2) bbros:0:E01A:99:000:Infinite Time:Disable just before travelling to a different city otherwise the game will freeze! 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) ; [ Beast Busters (World ?) ] bbusters:0:087243:00:000:Infinite Energy PL1 bbusters:0:087244:18:000:Infinite Bullets PL1 bbusters:0:087245:13:000:Infinite Magazines PL1 bbusters:0:087246:09:000:Infinite Grenades PL1 bbusters:0:0872A7:00:000:Infinite Energy PL2 bbusters:0:0872A8:18:000:Infinite Bullets PL2 bbusters:0:0872A9:13:000:Infinite Magazines PL2 bbusters:0:0872AA:09:000:Infinite Grenades PL2 bbusters:0:08730B:00:000:Infinite Energy PL3 bbusters:0:08730C:18:000:Infinite Bullets PL3 bbusters:0:08730D:13:000:Infinite Magazines PL3 bbusters:0:08730E:09:000:Infinite Grenades PL3 ; [ 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 ; [ Bone Crusher ] bcrusher:0:F000:99:000:Infinite Credits bcrusher:0:F2BD:99:003:Infinite Time bcrusher:0:F0E4:07:000:Infinite Lives bcrusher:0:F505:0A:000:Infinite Energy bcrusher:0:0000:00:999:[ See the Dip Switch Menu to enable ] bcrusher:0:0000:00:999:[ enable an alternate Infinite ] bcrusher:0:0000:00:999:[ Energy cheat. ] ; [ Battle Cruiser M-12 ] bcruzm12:0:8020:07:000:Infinite Lives bcruzm12:0:8025:00:001:Finish this Round Now! ; [ BC Story ] bcstry:0:0000:00:999:[ There are no cheats ]:REASON 1 bcstry:0:0000:00:999:[ for this game as it ]:REASON 1 bcstry:0:0000:00:999:[ didn't work the last ]:REASON 1 bcstry:0:0000:00:999:[ time it was tested. ]:REASON 1 bcstry:0:0000:00:999:[ If the game now works ]:REASON 1 bcstry:0:0000:00:999:[ please request cheats ]:REASON 1 bcstry:0:0000:00:999:[ for it on the cheat ]:REASON 1 bcstry:0:0000:00:999:[ forums. ]:REASON 1 ; [ Beam Invader ] beaminv:0:1847:08:000:Infinite Lives ; [ 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 ; [ Beastorizer (bootleg) ] beastrzb:0:0000:00:999:[ There are no cheats ]:REASON 1 beastrzb:0:0000:00:999:[ for this game as it ]:REASON 1 beastrzb:0:0000:00:999:[ didn't work the last ]:REASON 1 beastrzb:0:0000:00:999:[ time it was tested. ]:REASON 1 beastrzb:0:0000:00:999:[ If the game now works ]:REASON 1 beastrzb:0:0000:00:999:[ please request cheats ]:REASON 1 beastrzb:0:0000:00:999:[ for it on the cheat ]:REASON 1 beastrzb:0:0000:00:999:[ forums. ]:REASON 1 ; [ Beastorizer ] beastrzr:0:0000:00:999:[ There are no cheats ]:REASON 1 beastrzr:0:0000:00:999:[ for this game as it ]:REASON 1 beastrzr:0:0000:00:999:[ didn't work the last ]:REASON 1 beastrzr:0:0000:00:999:[ time it was tested. ]:REASON 1 beastrzr:0:0000:00:999:[ If the game now works ]:REASON 1 beastrzr:0:0000:00:999:[ please request cheats ]:REASON 1 beastrzr:0:0000:00:999:[ for it on the cheat ]:REASON 1 beastrzr:0:0000:00:999:[ forums. ]:REASON 1 ; [ 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 ; [ Ben Bero Beh (Japan) ] benberob:0:FA77:90:000:Infinite Bonus benberob:0:FA39:05:000:Infinite Lives PL1 benberob:0:FA3A:05:000:Infinite Lives PL2 ; [ Beraboh Man (Japan version C) ] berabohm:0:205E:63:000:Infinite Credits berabohm:0:2064:78:000:Infinite Energy berabohm:0:20C9:C0:000:Invincibility ; [ Beraboh Man (Japan version B) ] beraboho:0:205E:63:000:Infinite Credits beraboho:0:2064:78:000:Infinite Energy beraboho: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 older 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 old version) ] bermudao:0:E3CA:99:000:Infinite Credits bermudao:0:E428:00:000:Infinite Time PL1 bermudao:0:E429:30:500:Infinite Time PL1 (2/2) bermudao:0:E400:99:000:Infinite Lives PL1 bermudao:0:E417:BF:000:Infinite Energy PL1 bermudao:0:E42B:9D:000:Invincibility PL1 bermudao:0:E478:00:000:Infinite Time PL2 bermudao:0:E479:30:500:Infinite Time PL2 (2/2) bermudao:0:E450:99:000:Infinite Lives PL2 bermudao:0:E467:BF:000:Infinite Energy PL2 bermudao:0:E47B:9D:000:Invincibility PL2 ; [ Bermuda Triangle (Japan) ] 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 Bang ] bigbang:0:1F900D:09:000:Infinite Credits bigbang:0:1F7F29:06:000:Infinite Lives PL1 bigbang:0:1F7F2F:08:000:Infinite Bombs PL1 bigbang:0:1F7F31:03:000:Max Firepower PL1 bigbang:0:1F7F2D:02:000:Invicibility PL1 bigbang:0:1F7E29:06:000:Infinite Lives PL2 bigbang:0:1F7E2F:08:000:Infinite Bombs PL2 bigbang:0:1F7E31:03:000:Max Firepower PL2 bigbang:0:1F7E2D:02:000:Invincibility PL2 ; [ Big Bucks ] bigbucks:0:0000:00:999:[ This game hasn't even ]:REASON 11 bigbucks:0:0000:00:999:[ been looked at due to ]:REASON 11 bigbucks:0:0000:00:999:[ time constraints - Too]:REASON 11 bigbucks:0:0000:00:999:[ many games and so ]:REASON 11 bigbucks:0:0000:00:999:[ little time. It is ]:REASON 11 bigbucks:0:0000:00:999:[ even possible that ]:REASON 11 bigbucks:0:0000:00:999:[ this game may be a ]:REASON 11 bigbucks:0:0000:00:999:[ clone of an existing ]:REASON 11 bigbucks:0:0000:00:999:[ game which may have ]:REASON 11 bigbucks:0:0000:00:999:[ cheats. Please search ]:REASON 11 bigbucks:0:0000:00:999:[ the cheat forums ]:REASON 11 bigbucks:0:0000:00:999:[ before posting cheat ]:REASON 11 bigbucks:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ Big Event Golf ] bigevglf:0:0000:00:999:[ This game hasn't even ]:REASON 11 bigevglf:0:0000:00:999:[ been looked at due to ]:REASON 11 bigevglf:0:0000:00:999:[ time constraints - Too]:REASON 11 bigevglf:0:0000:00:999:[ many games and so ]:REASON 11 bigevglf:0:0000:00:999:[ little time. It is ]:REASON 11 bigevglf:0:0000:00:999:[ even possible that ]:REASON 11 bigevglf:0:0000:00:999:[ this game may be a ]:REASON 11 bigevglf:0:0000:00:999:[ clone of an existing ]:REASON 11 bigevglf:0:0000:00:999:[ game which may have ]:REASON 11 bigevglf:0:0000:00:999:[ cheats. Please search ]:REASON 11 bigevglf:0:0000:00:999:[ the cheat forums ]:REASON 11 bigevglf:0:0000:00:999:[ before posting cheat ]:REASON 11 bigevglf:0:0000:00:999:[ requests/cheat finding]:REASON 11 ; [ 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) bigrun:0:0F3057:FF:000:Always drive at Maximum Speed bigrun:0:0F3056:06:000:Always drive at Crazy Speed bigrun:0:0F3057:FF:500:Always drive at Crazy Speed (2/2) bigrun:0:0F3056:06:001:Get Crazy Speed Boost Now!:Use this with an Activation Key for best effect bigrun:0:0F3057:FF:501:Get Crazy Speed Boost Now! (2/2) ; [ Big Striker ] bigstrik:0:FF88FE:00:000:Infinite Credits bigstrik:0:FF88FF:99:500:Infinite Credits (2/2) 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:FF8A41:06:001:Goto the Final Game Now!:Enable this cheat only when you are playing and you are selecting your team bigstrik:0:FF8A41:06:071:Select Game Round:Enable this cheat only when you are playing and you are selecting your team.Enter round-1 (i.e. 00 for round 1,01 for 2 .... and 06 for final game) bigstrik:0:000000:00:999:[ The score display will not update ] bigstrik:0:000000:00:999:[ until a goal is scored. ] bigstrik:0:FF8A79:10:000:Score always = 10 PL1 bigstrik:0:FF8A79:00:000:Score always = 0 PL1 bigstrik:0:FF8A79:10:001:Score = 10 Now! PL1 bigstrik:0:FF8A79:00:001:Score = 0 Now! PL1 bigstrik:0:FF8A79:99:073:Select Score PL1 bigstrik:0:FF8A7B:10:000:Score always = 10 PL2 bigstrik:0:FF8A7B:00:000:Score always = 0 PL2 bigstrik:0:FF8A7B:10:001:Score = 10 Now! PL2 bigstrik:0:FF8A7B:00:001:Score = 0 Now! PL2 bigstrik:0:FF8A7B:99:073:Select Score PL2 ; [ Big Striker (bootleg) ] bigstrkb:0:FF88FE:00:000:Infinite Credits bigstrkb:0:FF88FF:99:500:Infinite Credits (2/2) bigstrkb:0:FF885D:09:000:Infinite Time bigstrkb:0:FF885F:59:500:Infinite Time (2/2) bigstrkb:0:FF885D:00:001:Finish Game Now! bigstrkb:0:FF885F:00:501:Finish Game Now! (2/2) bigstrkb:0:FF8A41:06:001:Goto the Final Game Now!:Enable this cheat only when you are playing and you are selecting your team bigstrkb:0:FF8A41:06:071:Select Game Round:Enable this cheat only when you are playing and you are selecting your team.Enter round-1 (i.e. 00 for round 1,01 for 2 .... and 06 for final game) bigstrkb:0:000000:00:999:[ The score display will not update ] bigstrkb:0:000000:00:999:[ until a goal is scored. ] bigstrkb:0:FF8A79:10:000:Score always = 10 PL1 bigstrkb:0:FF8A79:00:000:Score always = 0 PL1 bigstrkb:0:FF8A79:10:001:Score = 10 Now! PL1 bigstrkb:0:FF8A79:00:001:Score = 0 Now! PL1 bigstrkb:0:FF8A79:99:073:Select Score PL1 bigstrkb:0:FF8A7B:10:000:Score always = 10 PL2 bigstrkb:0:FF8A7B:00:000:Score always = 0 PL2 bigstrkb:0:FF8A7B:10:001:Score = 10 Now! PL2 bigstrkb:0:FF8A7B:00:001:Score = 0 Now! PL2 bigstrkb: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 880116) ] bijokkog:0:F0E2:FF:000:Buggy score bijokkog:0:0000:00:999:[ The winning hand cheat must be ] bijokkog:0:0000:00:999:[ activated when there are 14 tiles ] bijokkog:0:0000:00:999:[ in your hand, then press the RON ] bijokkog:0:0000:00:999:[ key ('Z' by default). The tiles do ] bijokkog:0:0000:00:999:[ not visually change until you make ] bijokkog:0:0000:00:999:[ 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) :bijokkog:00000006:F40E:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :bijokkog:00000006:F48E:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. bijokkog:0:0000:00:999:[ Here is the look-up list for ] bijokkog:0:0000:00:999:[ the above watches. ] bijokkog:0:0000:00:999:[ ] bijokkog:0:0000:00:999:[ value common name chinese name ] bijokkog:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] bijokkog:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] bijokkog:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] bijokkog:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] bijokkog:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] bijokkog:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] bijokkog:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] bijokkog:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] bijokkog:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] bijokkog:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] bijokkog:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] bijokkog:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] bijokkog:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] bijokkog:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] bijokkog:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] bijokkog:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] bijokkog:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] bijokkog:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] bijokkog:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] bijokkog:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] bijokkog:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] bijokkog:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] bijokkog:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] bijokkog:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] bijokkog:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] bijokkog:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] bijokkog:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] bijokkog:0:0000:00:999:[ 31h East "wind" ] bijokkog:0:0000:00:999:[ 32h South "wind" ] bijokkog:0:0000:00:999:[ 33h West "wind" ] bijokkog:0:0000:00:999:[ 34h North "wind" ] bijokkog:0:0000:00:999:[ 35h White "dragon" ] bijokkog:0:0000:00:999:[ 36h Green "dragon" ] bijokkog:0:0000:00:999:[ 37h Red "dragon" ] bijokkog:0:0000:00:999:[ 3Fh - no tile - ] ; [ Bijokko Yume Monogatari (Japan 870925) ] bijokkoy:0:F0E2:FF:000:Buggy score bijokkoy:0:0000:00:999:[ The winning hand cheat must be ] bijokkoy:0:0000:00:999:[ activated when there are 14 tiles ] bijokkoy:0:0000:00:999:[ in your hand, then press the RON ] bijokkoy:0:0000:00:999:[ key ('Z' by default). The tiles do ] bijokkoy:0:0000:00:999:[ not visually change until you make ] bijokkoy:0:0000:00:999:[ 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) :bijokkoy:00000006:F40E:0000000D:FFFFFFFF:Watch ALL 14 tiles - Player :bijokkoy:00000006:F48E:0000000D:FFFFFFFF:Watch ALL 14 tiles - C.P.U. bijokkoy:0:0000:00:999:[ Here is the look-up list for ] bijokkoy:0:0000:00:999:[ the above watches. ] bijokkoy:0:0000:00:999:[ ] bijokkoy:0:0000:00:999:[ value common name chinese name ] bijokkoy:0:0000:00:999:[ 01h 1 "characters" 1 "wan" ] bijokkoy:0:0000:00:999:[ 02h 2 "characters" 2 "wan" ] bijokkoy:0:0000:00:999:[ 03h 3 "characters" 3 "wan" ] bijokkoy:0:0000:00:999:[ 04h 4 "characters" 4 "wan" ] bijokkoy:0:0000:00:999:[ 05h 5 "characters" 5 "wan" ] bijokkoy:0:0000:00:999:[ 06h 6 "characters" 6 "wan" ] bijokkoy:0:0000:00:999:[ 07h 7 "characters" 7 "wan" ] bijokkoy:0:0000:00:999:[ 08h 8 "characters" 8 "wan" ] bijokkoy:0:0000:00:999:[ 09h 9 "characters" 9 "wan" ] bijokkoy:0:0000:00:999:[ 11h 1 "dots" 1 "tung" ] bijokkoy:0:0000:00:999:[ 12h 2 "dots" 2 "tung" ] bijokkoy:0:0000:00:999:[ 13h 3 "dots" 3 "tung" ] bijokkoy:0:0000:00:999:[ 14h 4 "dots" 4 "tung" ] bijokkoy:0:0000:00:999:[ 15h 5 "dots" 5 "tung" ] bijokkoy:0:0000:00:999:[ 16h 6 "dots" 6 "tung" ] bijokkoy:0:0000:00:999:[ 17h 7 "dots" 7 "tung" ] bijokkoy:0:0000:00:999:[ 18h 8 "dots" 8 "tung" ] bijokkoy:0:0000:00:999:[ 19h 9 "dots" 9 "tung" ] bijokkoy:0:0000:00:999:[ 21h 1 "bamboo" 1"tiao/Bird" ] bijokkoy:0:0000:00:999:[ 22h 2 "bamboo" 2 "tiao" ] bijokkoy:0:0000:00:999:[ 23h 3 "bamboo" 3 "tiao" ] bijokkoy:0:0000:00:999:[ 24h 4 "bamboo" 4 "tiao" ] bijokkoy:0:0000:00:999:[ 25h 5 "bamboo" 5 "tiao" ] bijokkoy:0:0000:00:999:[ 26h 6 "bamboo" 6 "tiao" ] bijokkoy:0:0000:00:999:[ 27h 7 "bamboo" 7 "tiao" ] bijokkoy:0:0000:00:999:[ 28h 8 "bamboo" 8 "tiao" ] bijokkoy:0:0000:00:999:[ 29h 9 "bamboo" 9 "tiao" ] bijokkoy:0:0000:00:999:[ 31h East "wind" ] bijokkoy:0:0000:00:999:[ 32h South "wind" ] bijokkoy:0:0000:00:999:[ 33h West "wind" ] bijokkoy:0:0000:00:999:[ 34h North "wind" ] bijokkoy:0:0000:00:999:[ 35h White "dragon" ] bijokkoy:0:0000:00:999:[ 36h Green "dragon" ] bijokkoy:0:0000:00:999:[ 37h Red "dragon" ] bijokkoy:0:0000:00:999:[ 3Fh - no tile - ] ; [ Billiards, The ] billiard:0:8002:63:000:Infinite Credits 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. ] ; [ BioFreaks (prototype) ] biofreak:0:00118EAD:64:000:Infinite Energy PL1 biofreak:0:00118EAD:00:001:Drain All Energy Now! PL1 biofreak:0:0011B719:64:000:Infinite Energy PL2 biofreak:0:0011B719:00:001:Drain All Energy Now! PL2 ; [ 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:0F02FA:FF:000:Always have Autobeam 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 bioship:0:0F0E7A:FF:000:Always have Autobeam PL2 bioship:0:000000:00:999:[ These cheats are from the "option" ] bioship:0:000000:00:999:[ menu of the test mode. But the ] bioship:0:000000:00:999:[ values are reset when you reset ] bioship:0:000000:00:999:[ the game. Using cheats allows you ] bioship:0:000000:00:999:[ to change them with ease. ] bioship:0:0F0054:00:000:Hit check always "ON" bioship:0:0F0055:00:500:Hit check always "ON" (2/2) bioship:0:0F0054:FF:000:Hit check always "OFF" bioship:0:0F0055:FF:500:Hit check always "OFF" (2/2) bioship:0:0F0056:FF:000:Round select always "ON" bioship:0:0F0057:FF:500:Round select always "ON" (2/2) bioship:0:0F0056:00:000:Round select always "OFF" bioship:0:0F0057:00:500:Round select always "OFF" (2/2) ; [ Birdie Try (Japan) ] birdtry:0:FF89C4:01:000:Always get a Hole in One ; [ Bishi Bashi Championship Mini Game Senshuken ] bishi:0:400453:FF:000:Infinite Credits bishi:0:400505:FF:000:Infinite Time bishi:0:4004B5:05:000:Infinite Lives PL1 bishi:0:4004B7:05:000:Infinite Lives PL2 bishi:0:4004B9:05:000:Infinite Lives PL3 ; [ Blue's Journey / Raguy ] bjourney:0:10FD89:64:000:Infinite Continues bjourney:0:1030B2:00:500:Infinite Continues (2/3) bjourney:0:1030B3:00:500:Infinite Continues (3/3) 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 Energy PL1 bjourney:0:107020:05:500:Infinite Energy 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: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 safe PL1 bjourney:0:107015:02:000:Always have the super safe PL1 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:107016:00:000:Always have No Safe PL1 bjourney:0:107016:01:000:Always have the Light Safe PL1 bjourney:0:107016:02:000:Always have the Super Safe PL1 bjourney:0:107016:00:001:Get No Safe Now! PL1 bjourney:0:107016:01:001:Get the Light Safe Now! PL1 bjourney:0:107016: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 Energy PL2 bjourney:0:107420:05:500:Infinite Energy 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: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: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:107416:00:000:Always have No Safe PL2 bjourney:0:107416:01:000:Always have the Light Safe PL2 bjourney:0:107416:02:000:Always have the Super Safe PL2 bjourney:0:107416:00:001:Get No Safe Now! PL2 bjourney:0:107416:01:001:Get the Light Safe Now! PL2 bjourney:0:107416: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 ] bking:0:9336:39:000:Infinite Time bking:0:80C3:00:000:Infinite Strokes PL1 bking:0:80CC:12:000:Infinite Holes PL1 bking:0:80C3:00:001:Reset Strokes Now! PL1 bking:0:80C2:11:001:Goto last hole, next hole PL1 bking:0:80D3:00:000:Infinite Strokes PL2 bking:0:80DC:12:000:Infinite Holes PL2 bking:0:80D3:00:001:Reset Strokes Now! PL2 bking:0:80D2:11:001:Goto last hole, next hole 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 ; [ Birdie King 3 ] bking3:0:9338:39:000:Infinite Time bking3:0:80C3:00:000:Infinite Strokes PL1 bking3:0:80CC:12:000:Infinite Holes PL1 bking3:0:80C3:00:001:Reset Strokes Now! PL1 bking3:0:80C2:11:001:Goto last hole, next hole PL1 bking3:0:80D3:00:000:Infinite Strokes PL2 bking3:0:80DC:12:000:Infinite Holes PL2 bking3:0:80D3:00:001:Reset Strokes Now! PL2 bking3: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:0029F6:08:000:Answer 1 always correct 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 ] blandia:0:300ABF:09:000:Infinite Credits blandia:0:3010FF:63:000:Infinite Time blandia:0:3010FF:00:001:Finish this Round Now!: blandia:0:30110F:80:000:Infinite Energy PL1 blandia:0:301113:80:500:Infinite Energy PL1 (2/2) blandia:0:30110F:00:001:Drain all Energy Now! PL1: blandia:0:301113:00:501:Drain all Energy Now! PL1 (2/2) blandia:0:30110D:80:000:Infinite Energy PL2 blandia:0:301111:80:500:Infinite Energy PL2 (2/2) blandia:0:30110D:00:001:Drain all Energy Now! PL2: blandia:0:301111:00:501:Drain all Energy Now! PL2 (2/2) ; [ Blandia (prototype) ] blandiap:0:200ABF:09:000:Infinite Credits blandiap:0:2010C1:63:000:Infinite Time blandiap:0:2010C1:00:001:Finish this Round Now!: blandiap:0:2010D1:80:000:Infinite Energy PL1 blandiap:0:2010D5:80:500:Infinite Energy PL1 (2/2) blandiap:0:2010D1:00:001:Drain all Energy Now! PL1: blandiap:0:2010D5:00:501:Drain all Energy Now! PL1 (2/2) blandiap:0:2010CF:80:000:Infinite Energy PL2 blandiap:0:2010D3:80:500:Infinite Energy PL2 (2/2) blandiap:0:2010CF:00:001:Drain all Energy Now! PL2: blandiap:0:2010D3:00:501:Drain all Energy Now! PL2 (2/2) ; [ Blaster (early 30 wave version) ] blast30:0:BD89:99:000:Infinite Credits blast30:0:973E:03:000:Infinite Energy blast30:0:BD26:09:000:Infinite Lives PL1 blast30:0:BD29:63:061:Select Next Wave PL1:Level 20 equates to Paradise! blast30:0:BD44:09:000:Infinite Lives PL2 blast30:0:BD47:63:061:Select Next Wave PL2:Level 20 equates to Paradis ; [ Blasted ] blasted:0:060BBB:32:000:Infinite Energy PL1 blasted:0:060E3B:32:000:Infinite Energy PL2 ; [ Blaster ] blaster:0:BD89:99:000:Infinite Credits blaster:0:973E:03:000:Infinite Energy blaster:0:BD26:09:000:Infinite Lives PL1 blaster:0:BD29:63:061:Select Next Wave PL1:Level 20 equates to Paradise! blaster:0:BD44:09:000:Infinite Lives PL2 blaster:0:BD47:63:061:Select Next Wave PL2:Level 20 equates to Paradise! ; [ Blaster (kit) ] blastkit:0:BD89:99:000:Infinite Credits blastkit:0:973E:03:000:Infinite Energy blastkit:0:BD26:09:000:Infinite Lives PL1 blastkit:0:BD29:63:061:Select Next Wave PL1:Level 20 equates to Paradise! blastkit:0:BD44:09:000:Infinite Lives PL2 blastkit:0:BD47:63:061:Select Next Wave PL2:Level 20 equates to 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:00001301:101C87:00000006:FFFFFFFF:Select starting round:You should enable this cheat on the Press START button screen, ie. after credits have been inserted! blazstar:0:101C87:06:061:Select next round ; [ Block Gal (bootleg) ] blckgalb:0:C040:09:000:Infinite Credits 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:1D5F23:99:000:Infinite Credits blckout2:0:1D5F15:63:000:Infinite bonus time PL1 blckout2:0:1D5E8D:00:001:Finish this 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 ; [ Block Out (Japan) ] blckoutj:0:1D5F23:99:000:Infinite Credits blckoutj:0:1D5F15:63:000:Infinite bonus time PL1 blckoutj:0:1D5E8D:00:001:Finish this Round Now! PL1 blckoutj:0:1D5E95:01:000:PL1 One face to beat PL2 blckoutj:0:1D5E97:01:000:PL2 One face to beat PL1 blckoutj:0:1D5E95:01:001:PL1 One face to beat PL2 Now! blckoutj:0:1D5E97:01:001:PL2 One face to beat PL1 Now! blckoutj:0:1D5E91:00:000:Score always set to 0 PL1 blckoutj:0:1D5E93:00:000:Score always set to 0 PL2 blckoutj:0:1D5E91:00:001:Set score to 0 Now! PL1 blckoutj: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 ; [ NFL Blitz ] blitz:0:00277748:1E:000:Infinite Credits blitz:0:0000:00:999:[ This game should be ]:REASON 10 blitz:0:0000:00:999:[ quite straighforward ]:REASON 10 blitz:0:0000:00:999:[ enough to find cheats ]:REASON 10 blitz:0:0000:00:999:[ for. But no cheats ]:REASON 10 blitz:0:0000:00:999:[ had been submitted ]:REASON 10 blitz:0:0000:00:999:[ at the time this cheat]:REASON 10 blitz:0:0000:00:999:[ file was compiled ]:REASON 10 blitz:0:0000:00:999:[ due to the game ]:REASON 10 blitz:0:0000:00:999:[ generating zero ]:REASON 10 blitz:0:0000:00:999:[ interest from cheat ]:REASON 10 blitz:0:0000:00:999:[ finders. If you have ]:REASON 10 blitz:0:0000:00:999:[ made some cheats for ]:REASON 10 blitz:0:0000:00:999:[ this game please post ]:REASON 10 blitz:0:0000:00:999:[ them on the cheat ]:REASON 10 blitz:0:0000:00:999:[ forums. Don't forget ]:REASON 10 blitz:0:0000:00:999:[ to search the cheat ]:REASON 10 blitz:0:0000:00:999:[ forums first though as]:REASON 10 blitz:0:0000:00:999:[ cheats may have been ]:REASON 10 blitz:0:0000:00:999:[ found in the meanwhile]:REASON 10 ; [ NFL Blitz 2000 ] blitz2K:0:00277748:1E:000:Infinite Credits blitz2K:0:0000:00:999:[ This game should be ]:REASON 10 blitz2K:0:0000:00:999:[ quite straighforward ]:REASON 10 blitz2K:0:0000:00:999:[ enough to find cheats ]:REASON 10 blitz2K:0:0000:00:999:[ for. But no cheats ]:REASON 10 blitz2K:0:0000:00:999:[ had been submitted ]:REASON 10 blitz2K:0:0000:00:999:[ at the time this cheat]:REASON 10 blitz2K:0:0000:00:999:[ file was compiled ]:REASON 10 blitz2K:0:0000:00:999:[ due to the game ]:REASON 10 blitz2K:0:0000:00:999:[ generating zero ]:REASON 10 blitz2K:0:0000:00:999:[ interest from cheat ]:REASON 10 blitz2K:0:0000:00:999:[ finders. If you have ]:REASON 10 blitz2K:0:0000:00:999:[ made some cheats for ]:REASON 10 blitz2K:0:0000:00:999:[ this game please post ]:REASON 10 blitz2K:0:0000:00:999:[ them on the cheat ]:REASON 10 blitz2K:0:0000:00:999:[ forums. Don't forget ]:REASON 10 blitz2K:0:0000:00:999:[ to search the cheat ]:REASON 10 blitz2K:0:0000:00:999:[ forums first though as]:REASON 10 blitz2K:0:0000:00:999:[ cheats may have been ]:REASON 10 blitz2K:0:0000:00:999:[ found in the meanwhile]:REASON 10 ; [ NFL Blitz '99 ] blitz99:0:00277748:1E:000:Infinite Credits blitz99:0:0000:00:999:[ This game should be ]:REASON 10 blitz99:0:0000:00:999:[ quite straighforward ]:REASON 10 blitz99:0:0000:00:999:[ enough to find cheats ]:REASON 10 blitz99:0:0000:00:999:[ for. But no cheats ]:REASON 10 blitz99:0:0000:00:999:[ had been submitted ]:REASON 10 blitz99:0:0000:00:999:[ at the time this cheat]:REASON 10 blitz99:0:0000:00:999:[ file was compiled ]:REASON 10 blitz99:0:0000:00:999:[ due to the game ]:REASON 10 blitz99:0:0000:00:999:[ generating zero ]:REASON 10 blitz99:0:0000:00:999:[ interest from cheat ]:REASON 10 blitz99:0:0000:00:999:[ finders. If you have ]:REASON 10 blitz99:0:0000:00:999:[ made some cheats for ]:REASON 10 blitz99:0:0000:00:999:[ this game please post ]:REASON 10 blitz99:0:0000:00:999:[ them on the cheat ]:REASON 10 blitz99:0:0000:00:999:[ forums. Don't forget ]:REASON 10 blitz99:0:0000:00:999:[ to search the cheat ]:REASON 10 blitz99:0:0000:00:999:[ forums first though as]:REASON 10 blitz99:0:0000:00:999:[ cheats may have been ]:REASON 10 blitz99:0:0000:00:999:[ found in the meanwhile]:REASON 10 ; [ BlockBuster ] blkbustr:0:A006:09:000:Infinite Credits blkbustr:0:A071:09:000:Infinite Lives blkbustr:0:A03F:FE:000:Never have any Enemies blkbustr:0:A05B:FF:500:Never have any Enemies (2/4) blkbustr:0:A05F:FF:500:Never have any Enemies (3/4) blkbustr:0:A064:FF:500:Never have any Enemies (4/4) ; [ 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 Heart (Japan) ] blkhearj:0:0F9019:63:000:Infinite Credits blkhearj:0:0F7C29:0C:000:Infinite Lives PL1 blkhearj:0:0F7C2B:03:000:Maximum Fire Power PL1 blkhearj:0:0F7C2F:10:000:Infinite Extra Weapon PL1 blkhearj:0:0F7C2D:02:000:Invincibility PL1:Move the character to the right at the begining of each stage blkhearj:0:0F7CE1:09:000:Always One coin for life PL1 blkhearj:0:0F7CE1:09:001:One coin for life Now! PL1 blkhearj:0:0F7D29:0C:000:Infinite Lives PL2 blkhearj:0:0F7D2B:03:000:Maximum Fire Power PL2 blkhearj:0:0F7D2F:10:000:Infinite Extra Weapon PL2 blkhearj:0:0F7D2D:02:000:Invincibility PL2:Move the character to the right at the begining of each stage blkhearj:0:0F7DE1:09:000:Always One coin for life PL2 blkhearj:0:0F7DE1:09:001:One coin for life Now! PL2 ; [ Black Heart ] blkheart:0:0F9019:63:000:Infinite Credits blkheart:0:0F7C29:0C:000:Infinite Lives PL1 blkheart:0:0F7C2B:03:000:Maximum Fire Power PL1 blkheart:0:0F7C2F:10:000:Infinite Extra Weapon PL1 blkheart:0:0F7C2D:02:000:Invincibility PL1:Move the character to the right at the begining of each stage blkheart:0:0F7CE1:09:000:Always One coin for life PL1 blkheart:0:0F7CE1:09:001:One coin for life Now! PL1 blkheart:0:0F7D29:0C:000:Infinite Lives PL2 blkheart:0:0F7D2B:03:000:Maximum Fire Power PL2 blkheart:0:0F7D2F:10:000:Infinite Extra Weapon PL2 blkheart:0:0F7D2D:02:000:Invincibility PL2:Move the character to the right at the begining of each stage blkheart:0:0F7DE1:09:000:Always One coin for life PL2 blkheart:0:0F7DE1:09:001:One coin for life Now! PL2 ; [ 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:FECEDE:09:000:Infinite Credits blmbycar:0:FED011:00:000:Infinite Time blmbycar:0:FECCC7:00:999:[ These speed cheats will only work when the car is moving ] blmbycar:0:FECCC7:16:000:Always drive at Maximum Speed:Turn it OFF when you crash! blmbycar:0:FECCC7:16:001:Get Maximum Speed Boost Now!:Use this with an Activation Key for best effect ; [ Blomby Car (not encrypted) ] blmbycau:0:FECEDE:09:000:Infinite Credits blmbycau:0:FED011:00:000:Infinite Time blmbycau:0:FECCC7:00:999:[ These speed cheats will only work when the car is moving ] blmbycau:0:FECCC7:16:000:Always drive at Maximum Speed:Turn it OFF when you crash! blmbycau:0:FECCC7:16:001:Get Maximum Speed Boost Now!:Use this with an Activation Key for best effect ; [ Block Block (World 911106 Joystick) ] 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:00000301:F00607:0000000F:FFFFFFFF:Select Starting level:Use on credit screen :blockcar:00000000:F01361:00000001:FFFFFFFF:Infinite Time To Shoot 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:C040:09:000:Infinite Credits 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 910910) ] 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:1D5F25:99:000:Infinite Credits blockout:0:1D5F15:63:000:Infinite bonus time PL1 blockout:0:1D5E8D:00:001:Finish this 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 (v1.10) ] bloods11:0:00334B:C7:000:Infinite Credits bloods11:0:006A73:0A:000:Infinite Time bloods11:0:0065EF:93:000:Infinite Energy PL1 bloods11:0:0065EF:00:001:Drain All Energy Now! PL1 bloods11:0:00661B:05:000:Stuned After 1 Hit PL1 bloods11:0:00661B:00:000:Never Stuned PL1 bloods11:0:0065F5:01:001:Set Wins = 1 Now! PL1 bloods11:0:0065F5:00:001:Set Wins = 0 Now! PL1 bloods11:0:0065F4:00:000:Always play as Hellhound PL1 bloods11:0:0065F4:01:000:Always play as Freon PL1 bloods11:0:0065F4:02:000:Always play as Tempest PL1 bloods11:0:0065F4:03:000:Always play as Tremor PL1 bloods11:0:0065F4:04:000:Always play as Razor PL1 bloods11:0:0065F4:05:000:Always play as Fallout PL1 bloods11:0:0065F4:06:000:Always play as Mirage PL1 bloods11:0:0065F4:07:000:Always play as Talon PL1 bloods11:0:0065F4:08:000:Always play as Dementia PL1 bloods11:0:0065F4:09:000:Always play as Golem PL1 bloods11:0:0065F4:0A:000:Always play as Ratchet PL1 bloods11:0:0065F4:0B:000:Always play as Wraith PL1 bloods11:0:0065F4:0C:000:Always play as Sin PL1 bloods11:0:0065F4:0D:000:Always play as Craniac PL1 bloods11:0:0065F4:0E:000:Always play as Shadow PL1 bloods11:0:0065F4:0F:000:Always play as Blood PL1 bloods11:0:0065F4:10:000:Always play as Chainsaw PL1 bloods11:0:0065F4:11:000:Always play as Nekron PL1 bloods11:0:006779:93:000:Infinite Energy PL2 bloods11:0:006779:00:001:Drain All Energy Now! PL2 bloods11:0:0067A5:05:000:Stuned After 1 Hit PL2 bloods11:0:0067A5:00:000:Never Stuned PL2 bloods11:0:00677F:01:001:Set Wins = 1 Now! PL2 bloods11:0:00677F:00:001:Set Wins = 0 Now! PL2 bloods11:0:00677E:00:000:Always play as Hellhound PL1 bloods11:0:00677E:01:000:Always play as Freon PL1 bloods11:0:00677E:02:000:Always play as Tempest PL1 bloods11:0:00677E:03:000:Always play as Tremor PL1 bloods11:0:00677E:04:000:Always play as Razor PL1 bloods11:0:00677E:05:000:Always play as Fallout PL1 bloods11:0:00677E:06:000:Always play as Mirage PL1 bloods11:0:00677E:07:000:Always play as Talon PL1 bloods11:0:00677E:08:000:Always play as Dementia PL2 bloods11:0:00677E:09:000:Always play as Golem PL2 bloods11:0:00677E:0A:000:Always play as Ratchet PL2 bloods11:0:00677E:0B:000:Always play as Wraith PL2 bloods11:0:00677E:0C:000:Always play as Sin PL2 bloods11:0:00677E:0D:000:Always play as Craniac PL2 bloods11:0:00677E:0E:000:Always play as Shadow PL2 bloods11:0:00677E:0F:000:Always play as Blood PL2 bloods11:0:00677E:10:000:Always play as Chainsaw PL2 bloods11:0:00677E:11:000:Always play as Nekron PL2 ; [ Blood Storm (v2.10) ] bloods21:0:00334B:C7:000:Infinite Credits 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:C7:000:Infinite Credits 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:C7:000:Infinite Credits 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 ; [ Blood Warrior ] bloodwar:0:105382:63:000:Infinite Time bloodwar:0:105382:01:001:Finish this Round Now! :bloodwar:62000001:000000:00000000:00000000:Select Character PL1 :bloodwar:00010001:105F39:00000000:FFFFFFFF:Arashi :bloodwar:00010001:105F39:00000001:FFFFFFFF:Ikkyo :bloodwar:00010001:105F39:00000002:FFFFFFFF:Kasumi :bloodwar:00010001:105F39:00000003:FFFFFFFF:Kinshiro :bloodwar:00010001:105F39:00000004:FFFFFFFF:Sanpei :bloodwar:00010001:105F39:00000005:FFFFFFFF:Syogethu :bloodwar:00010001:105F39:00000006:FFFFFFFF:Shishimaru :bloodwar:00010001:105F39:00000007:FFFFFFFF:Benkei :bloodwar:00010001:105F39:00000008:FFFFFFFF:Goemon :bloodwar:62000001:000000:00000000:00000000:Select Character PL2 :bloodwar:00010001:10638B:00000000:FFFFFFFF:Arashi :bloodwar:00010001:10638B:00000001:FFFFFFFF:Ikkyo :bloodwar:00010001:10638B:00000002:FFFFFFFF:Kasumi :bloodwar:00010001:10638B:00000003:FFFFFFFF:Kinshiro :bloodwar:00010001:10638B:00000004:FFFFFFFF:Sanpei :bloodwar:00010001:10638B:00000005:FFFFFFFF:Syogethu :bloodwar:00010001:10638B:00000006:FFFFFFFF:Shishimaru :bloodwar:00010001:10638B:00000007:FFFFFFFF:Benkei :bloodwar:00010001:10638B:00000008:FFFFFFFF:Goemon ; [ 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:FFCF05: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 (rev 2) ] blstroi2:0:FFCF05: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 (rev 3) ] blstroi3:0:FFCF05:19:000:Infinite Credits blstroi3:0:FFE548:A0:000:Infinite Energy PL1 blstroi3:0:FFE55E:63:000:Infinite Shields PL1 blstroi3:0:FFE5BD:A0:000:Infinite Ammo PL1:Get the blaster first blstroi3:0:FFE55C:80:020:Always Death Blossom PL1 blstroi3:0:FFE55C:40:020:Always Blaster PL1 blstroi3:0:FFE55C:20:020:Always Power Shots PL1 blstroi3:0:FFE55C:01:020:Always RipStar PL1 blstroi3:0:FFE55D:08:020:Always Crystal Magnet PL1 blstroi3:0:FFE55D:04:020:Always Booster PL1 blstroi3:0:FFE55D:02:020:Always Cloak PL1 blstroi3:0:FFE55D:01:020:Always Extra Fuel Tank PL1 blstroi3:0:FFE55C:80:021:Get Death Blossom Now! PL1 blstroi3:0:FFE55C:40:021:Get Blaster Now! PL1 blstroi3:0:FFE55C:20:021:Get Power Shots Now! PL1 blstroi3:0:FFE55C:01:021:Get RipStar Now! PL1 blstroi3:0:FFE55D:08:021:Get Crystal Magnet Now! PL1 blstroi3:0:FFE55D:04:021:Get Booster Now! PL1 blstroi3:0:FFE55D:02:021:Get Cloak Now! PL1 blstroi3:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1 blstroi3:0:FFE578:A0:000:Infinite Energy PL2 blstroi3:0:FFE58E:63:000:Infinite Shields PL2 blstroi3:0:FFE5ED:A0:000:Infinite Ammo PL2:Get the blaster first blstroi3:0:FFE58C:80:020:Always Death Blossom PL2 blstroi3:0:FFE58C:40:020:Always Blaster PL2 blstroi3:0:FFE58C:20:020:Always Power Shots PL2 blstroi3:0:FFE58C:01:020:Always RipStar PL2 blstroi3:0:FFE58D:08:020:Always Crystal Magnet PL2 blstroi3:0:FFE58D:04:020:Always Booster PL2 blstroi3:0:FFE58D:02:020:Always Cloak PL2 blstroi3:0:FFE58D:01:020:Always Extra Fuel Tank PL2 blstroi3:0:FFE58C:80:021:Get Death Blossom Now! PL2 blstroi3:0:FFE58C:40:021:Get Blaster Now! PL2 blstroi3:0:FFE58C:20:021:Get Power Shots Now! PL2 blstroi3:0:FFE58C:01:021:Get RipStar Now! PL2 blstroi3:0:FFE58D:08:021:Get Crystal Magnet Now! PL2 blstroi3:0:FFE58D:04:021:Get Booster Now! PL2 blstroi3:0:FFE58D:02:021:Get Cloak Now! PL2 blstroi3:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2 ; [ Blasteroids (rev 4) ] blstroid:0:FFCF05: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 ; [ Blasteroids (German, rev 2) ] blstroig:0:FFCF05:19:000:Infinite Credits blstroig:0:FFE548:A0:000:Infinite Energy PL1 blstroig:0:FFE55E:63:000:Infinite Shields PL1 blstroig:0:FFE5BD:A0:000:Infinite Ammo PL1:Get the blaster first blstroig:0:FFE55C:80:020:Always Death Blossom PL1 blstroig:0:FFE55C:40:020:Always Blaster PL1 blstroig:0:FFE55C:20:020:Always Power Shots PL1 blstroig:0:FFE55C:01:020:Always RipStar PL1 blstroig:0:FFE55D:08:020:Always Crystal Magnet PL1 blstroig:0:FFE55D:04:020:Always Booster PL1 blstroig:0:FFE55D:02:020:Always Cloak PL1 blstroig:0:FFE55D:01:020:Always Extra Fuel Tank PL1 blstroig:0:FFE55C:80:021:Get Death Blossom Now! PL1 blstroig:0:FFE55C:40:021:Get Blaster Now! PL1 blstroig:0:FFE55C:20:021:Get Power Shots Now! PL1 blstroig:0:FFE55C:01:021:Get RipStar Now! PL1 blstroig:0:FFE55D:08:021:Get Crystal Magnet Now! PL1 blstroig:0:FFE55D:04:021:Get Booster Now! PL1 blstroig:0:FFE55D:02:021:Get Cloak Now! PL1 blstroig:0:FFE55D:01:021:Get Extra Fuel Tank Now! PL1 blstroig:0:FFE578:A0:000:Infinite Energy PL2 blstroig:0:FFE58E:63:000:Infinite Shields PL2 blstroig:0:FFE5ED:A0:000:Infinite Ammo PL2:Get the blaster first blstroig:0:FFE58C:80:020:Always Death Blossom PL2 blstroig:0:FFE58C:40:020:Always Blaster PL2 blstroig:0:FFE58C:20:020:Always Power Shots PL2 blstroig:0:FFE58C:01:020:Always RipStar PL2 blstroig:0:FFE58D:08:020:Always Crystal Magnet PL2 blstroig:0:FFE58D:04:020:Always Booster PL2 blstroig:0:FFE58D:02:020:Always Cloak PL2 blstroig:0:FFE58D:01:020:Always Extra Fuel Tank PL2 blstroig:0:FFE58C:80:021:Get Death Blossom Now! PL2 blstroig:0:FFE58C:40:021:Get Blaster Now! PL2 blstroig:0:FFE58C:20:021:Get Power Shots Now! PL2 blstroig:0:FFE58C:01:021:Get RipStar Now! PL2 blstroig:0:FFE58D:08:021:Get Crystal Magnet Now! PL2 blstroig:0:FFE58D:04:021:Get Booster Now! PL2 blstroig:0:FFE58D:02:021:Get Cloak Now! PL2 blstroig:0:FFE58D:01:021:Get Extra Fuel Tank Now! PL2 ; [ Bells & Whistles (Version L) ] blswhstl:0:204025:63:000:Infinite Credits 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:3003